/* body{ */
	/* font-family: "Noto Sans"; */
/* } */
ul{
  padding-left: 0;
}
.layout-menu-collapsed .app-brand-logo {
  display: block !important;
}

.layout-menu-hover .app-brand-logo {
  display: none !important;
}

.datepicker table tr td.today:not(.active) {
  border: 1px solid #ffffff !important;
  /* highlight  today date. Set border color to #ffffff */
}

.datepicker {
  padding: 0.4375rem 0.875rem !important;
  /* Resetting padding to ites original size. */
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #003e7e !important;
  box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
  border-color: #003e7e !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
  padding: 0.3375rem 1.875rem 0.4375rem 0.875rem !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 40px !important;
  top: 0px !important;
  right: 5px !important;
  width: 25px !important;
}

.bootbox {
  font-size: 16px;
  text-align: center;
  --bs-modal-padding: 0.5rem !important;
  --bs-modal-width: 30rem !important;
}
.bootbox-success {
  color: #049304;
}
.bootbox-warning {
  color: #e50202;
}
.bootbox i {
  position: relative;
  bottom: 20px;
  width: 100%;
  font-size: 2.5rem;
}
.bootbox-body i:before {
  top: 15px;
  font-size: 2.5rem;
  position: relative;
}
.light-style .select2-dropdown {
  z-index: 1075 !important;
}

@media only screen and (max-width: 250px) {
  .w-px-auto {
    width: 100px !important;
  }
  .sm-mb-10
  {
	  margin-bottom: 10px;
  }
}
@media only screen and (min-width: 250px) and (max-width: 320px) {
  .w-px-auto {
    width: 100px !important;
  }
  .sm-mb-10
  {
	  margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .w-px-auto {
    width: 200px !important;
  }
  .sm-mb-10
  {
	  margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .w-px-auto {
    width: 300px !important;
  }
  .sm-mb-10
  {
	  margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .w-px-auto {
    width: 300px !important;
  }
  .bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .w-px-auto {
    width: 300px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .w-px-auto {
    width: 300px !important;
  }
  .layout-menu-hover.layout-menu-collapsed .layout-menu .layout-menu-toggle i {
    transform: rotate(180deg) !important;
    transition-duration: 0.1s !important;
    transition-property: transform !important;
  }

  .bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
}

.light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.6rem !important;
}
.dataTable th {
  text-transform: capitalize !important;
  font-size: 0.85rem !important;
}
.row {
  margin-bottom: 0.85rem;
}
.form-label {
  text-transform: capitalize !important;
  font-size: 0.85rem !important;
}
.list-2 .form-label {
  text-transform: none !important;
}


.no-resize {
  resize: none;
  overflow-wrap: break-word;
  resize: none;
  height: 85px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  line-height: 1.85rem !important;
}
.select2-position-width {
  width: calc(100% - 310px) !important;
}
.select2-position-container {
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.border-top-style-dashed {
  border-top-style: dashed !important;
}
.border-dashed {
  border-style: dashed !important;
}
.text-clear {
  top: -26px;
  position: relative;
  right: 15px;
  /* display: block; */
  float: right;
}
.txtSearch:not(:valid) ~ .text-clear {
  display: none;
}
.pr-px-30 {
  padding-right: 30px !important;
}
.template-heading-color {
  color: #566a7f;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  color: #000 !important;
}
.template-menu-color {
  color: #697a8d;
}
.template-menu-header {
  color: #a1acb8;
}
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #000 !important;
}
.form-control:focus,
.form-select:focus {
  border-color: #003e7e;
}
.template-btn-primary {
  color: #fff;
  background-color: #003e7e;
  border-color: #003e7e;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}
.template-btn-primary:hover {
  color: #fff !important;
  background-color: #5f61e6;
  border-color: #5f61e6;
  transform: translateY(-1px);
}
.btn-primary {
  color: #fff;
  background-color: #003e7e;
  border-color: #003e7e;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 62, 126, 0.3);
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #125fad !important;
  border-color: #125fad !important;
  transform: translateY(-1px) !important;
}
.btn-primary:focus {
  background-color: #125fad !important;
  border-color: #125fad;
}
.bg-menu-theme .menu-header {
  color: #2b2c2d;
  font-weight: 500;
}
.bg-menu-theme .menu-header::before {
  background-color: #222121 !important;
}
.template th {
  color: #566a7f;
}
.table:not(.table-dark) th {
  color: #151617;
  font-weight: 700;
}
.dataTable th {
  font-size: 0.95rem !important;
}
::placeholder {
  color: #919eab !important;
}
.template-.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: #696cff;
  background-color: rgba(105, 108, 255, 0.16);
}
.bg-menu-theme .menu-inner > .menu-item.active > .menu-link {
  color: #696cff;
  background-color: #003e7e !important;
  color: #fff !important;
}
.app-brand .layout-menu-toggle {
  background-color: #003e7e;
  border: 7px solid #f5f5f9;
}
.bg-menu-theme .menu-inner > .menu-item.active::before {
  background: #003e7e;
}
.page-item.active .page-link,
.page-item.active .page-link:hover,
.page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #003e7e;
  background-color:#003e7e;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 62, 126, 0.3);
}
.bg-menu-theme
  .menu-sub
  > .menu-item.active
  > .menu-link:not(.menu-toggle)::before {
  background-color: #003e7e !important;
}
.form-control {
  color: #000;
}
.form-control:focus {
  color: #000;
}
.select2-container--default .select2-results__option[aria-selected='true'] {
  color: #003e7e !important;
}
.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
  border-color: #003e7e !important;
}
.bottom {
  color: #222121 !important;
}
.light-style div.dataTables_wrapper div.dataTables_info {
  color: #222121 !important;
}
div.dataTables_wrapper
  div.dataTables_paginate
  ul.pagination
  .page-item.disabled
  .page-link {
  background-color: rgba(124, 125, 182, 0.08);
  color: #222121;
}
a {
  color: #003e7e;
}
a:hover {
  color: #125fad;
}
.form-check-input:checked {
  color: #fff;
  background-color: #003e7e;
  border-color: #003e7e;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(201, 218, 44, 0.3);
}
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:hover,
.nav-pills .nav-link.active:focus {
  background-color: #003e7e;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(181, 245, 250);
}
.text-primary {
  color: #003e7e !important;
}
.template.btn-label-primary {
  color: #003e7e;
  border-color: rgba(0, 0, 0, 0);
  background: #e7e7ff;
}
.btn-label-primary {
  color: #003e7e;
  border-color: rgba(0, 0, 0, 0);
  background: #f2fafb;
}
.template-btn-label-primary:hover {
  border-color: rgba(0, 0, 0, 0) !important;
  background: #5f61e6 !important;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4) !important;
  transform: translateY(-1px) !important;
}
.btn-label-primary:hover {
  border-color: rgba(0, 0, 0, 0) !important;
  background: #003e7e !important;
  color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem 0 rgb(181, 245, 250);
  transform: translateY(-1px) !important;
}
.btn-label-primary.show.dropdown-toggle {
  color: #fff !important;
  background-color: #003e7e !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
td {
  color: #212121;
}

.profile-list {
  font-size: 32px;
}
.table > :not(caption) > * > * {
  padding: 1rem 0.25rem;
}

.template.light-style
  .select2-container--default
  .select2-selection__placeholder {
  color: #b4bdc6;
}

.light-style .select2-container--default .select2-selection__placeholder {
  color: #919eab !important;
}
.template-light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 2.25rem;
  color: #697a8d;
}
.light-style
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 2.25rem;
  color: #000 !important;
}
.form-label {
  color: #202223 !important;
}
.form-text {
  color: #7b848e;
}
.input-group:focus-within .form-control {
  border-color: #003e7e !important;
}

.input-group:focus-within *:focus {
  outline: 0;
}
.input-group:focus-within .input-group-text {
  border-color: #003e7e !important;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -5px;
}
.profile_action .list-unstyled li {
  border-bottom: 1px solid #dbdbdb;
  /* padding-bottom: 7px; */
  padding-bottom:15px;
}
.list-unstyled li:nth-child(2)
{
	border-bottom:none;
}
.form-check-input.is-valid:checked {
  background-color: #a39161;
  border-color: #a39161;
}
.form-check-input.is-valid {
  border-color: #a39161;
}
@media (min-width: 1400px) {
  .container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container {
    max-width: 100%;
  }
  .layout-navbar
  {
	  max-width: 98% !important;
  }
}
.fireworks{
	position:fixed;
	top:0;
	height: 500px;
}
.form-check-input:focus {
  border-color: #003e7e;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(201, 218, 44, 0.3);
}
.authentication-wrapper.authentication-basic .authentication-inner::before
{
	background-image: url("data:image/svg+xml,%3Csvg width='148px' height='148px' viewBox='0 0 148 148' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M355,144 C356.104569,144 357,144.895431 357,146 C357,147.104569 356.104569,148 355,148 C353.895431,148 353,147.104569 353,146 C353,144.895431 353.895431,144 355,144 Z M382,144 C383.104569,144 384,144.895431 384,146 C384,147.104569 383.104569,148 382,148 C380.895431,148 380,147.104569 380,146 C380,144.895431 380.895431,144 382,144 Z M412,144 C413.104569,144 414,144.895431 414,146 C414,147.104569 413.104569,148 412,148 C410.895431,148 410,147.104569 410,146 C410,144.895431 410.895431,144 412,144 Z M442,144 C443.104569,144 444,144.895431 444,146 C444,147.104569 443.104569,148 442,148 C440.895431,148 440,147.104569 440,146 C440,144.895431 440.895431,144 442,144 Z M472,144 C473.104569,144 474,144.895431 474,146 C474,147.104569 473.104569,148 472,148 C470.895431,148 470,147.104569 470,146 C470,144.895431 470.895431,144 472,144 Z M499,144 C500.104569,144 501,144.895431 501,146 C501,147.104569 500.104569,148 499,148 C497.895431,148 497,147.104569 497,146 C497,144.895431 497.895431,144 499,144 Z M355,117 C356.104569,117 357,117.895431 357,119 C357,120.104569 356.104569,121 355,121 C353.895431,121 353,120.104569 353,119 C353,117.895431 353.895431,117 355,117 Z M382,117 C383.104569,117 384,117.895431 384,119 C384,120.104569 383.104569,121 382,121 C380.895431,121 380,120.104569 380,119 C380,117.895431 380.895431,117 382,117 Z M412,117 C413.104569,117 414,117.895431 414,119 C414,120.104569 413.104569,121 412,121 C410.895431,121 410,120.104569 410,119 C410,117.895431 410.895431,117 412,117 Z M442,117 C443.104569,117 444,117.895431 444,119 C444,120.104569 443.104569,121 442,121 C440.895431,121 440,120.104569 440,119 C440,117.895431 440.895431,117 442,117 Z M472,117 C473.104569,117 474,117.895431 474,119 C474,120.104569 473.104569,121 472,121 C470.895431,121 470,120.104569 470,119 C470,117.895431 470.895431,117 472,117 Z M499,117 C500.104569,117 501,117.895431 501,119 C501,120.104569 500.104569,121 499,121 C497.895431,121 497,120.104569 497,119 C497,117.895431 497.895431,117 499,117 Z M355,87 C356.104569,87 357,87.8954305 357,89 C357,90.1045695 356.104569,91 355,91 C353.895431,91 353,90.1045695 353,89 C353,87.8954305 353.895431,87 355,87 Z M382,87 C383.104569,87 384,87.8954305 384,89 C384,90.1045695 383.104569,91 382,91 C380.895431,91 380,90.1045695 380,89 C380,87.8954305 380.895431,87 382,87 Z M412,87 C413.104569,87 414,87.8954305 414,89 C414,90.1045695 413.104569,91 412,91 C410.895431,91 410,90.1045695 410,89 C410,87.8954305 410.895431,87 412,87 Z M442,87 C443.104569,87 444,87.8954305 444,89 C444,90.1045695 443.104569,91 442,91 C440.895431,91 440,90.1045695 440,89 C440,87.8954305 440.895431,87 442,87 Z M472,87 C473.104569,87 474,87.8954305 474,89 C474,90.1045695 473.104569,91 472,91 C470.895431,91 470,90.1045695 470,89 C470,87.8954305 470.895431,87 472,87 Z M499,87 C500.104569,87 501,87.8954305 501,89 C501,90.1045695 500.104569,91 499,91 C497.895431,91 497,90.1045695 497,89 C497,87.8954305 497.895431,87 499,87 Z M355,57 C356.104569,57 357,57.8954305 357,59 C357,60.1045695 356.104569,61 355,61 C353.895431,61 353,60.1045695 353,59 C353,57.8954305 353.895431,57 355,57 Z M472,57 C473.104569,57 474,57.8954305 474,59 C474,60.1045695 473.104569,61 472,61 C470.895431,61 470,60.1045695 470,59 C470,57.8954305 470.895431,57 472,57 Z M412,57 C413.104569,57 414,57.8954305 414,59 C414,60.1045695 413.104569,61 412,61 C410.895431,61 410,60.1045695 410,59 C410,57.8954305 410.895431,57 412,57 Z M499,57 C500.104569,57 501,57.8954305 501,59 C501,60.1045695 500.104569,61 499,61 C497.895431,61 497,60.1045695 497,59 C497,57.8954305 497.895431,57 499,57 Z M382,57 C383.104569,57 384,57.8954305 384,59 C384,60.1045695 383.104569,61 382,61 C380.895431,61 380,60.1045695 380,59 C380,57.8954305 380.895431,57 382,57 Z M442,57 C443.104569,57 444,57.8954305 444,59 C444,60.1045695 443.104569,61 442,61 C440.895431,61 440,60.1045695 440,59 C440,57.8954305 440.895431,57 442,57 Z M355,27 C356.104569,27 357,27.8954305 357,29 C357,30.1045695 356.104569,31 355,31 C353.895431,31 353,30.1045695 353,29 C353,27.8954305 353.895431,27 355,27 Z M382,27 C383.104569,27 384,27.8954305 384,29 C384,30.1045695 383.104569,31 382,31 C380.895431,31 380,30.1045695 380,29 C380,27.8954305 380.895431,27 382,27 Z M412,27 C413.104569,27 414,27.8954305 414,29 C414,30.1045695 413.104569,31 412,31 C410.895431,31 410,30.1045695 410,29 C410,27.8954305 410.895431,27 412,27 Z M442,27 C443.104569,27 444,27.8954305 444,29 C444,30.1045695 443.104569,31 442,31 C440.895431,31 440,30.1045695 440,29 C440,27.8954305 440.895431,27 442,27 Z M472,27 C473.104569,27 474,27.8954305 474,29 C474,30.1045695 473.104569,31 472,31 C470.895431,31 470,30.1045695 470,29 C470,27.8954305 470.895431,27 472,27 Z M499,27 C500.104569,27 501,27.8954305 501,29 C501,30.1045695 500.104569,31 499,31 C497.895431,31 497,30.1045695 497,29 C497,27.8954305 497.895431,27 499,27 Z M355,0 C356.104569,0 357,0.8954305 357,2 C357,3.1045695 356.104569,4 355,4 C353.895431,4 353,3.1045695 353,2 C353,0.8954305 353.895431,0 355,0 Z M382,0 C383.104569,0 384,0.8954305 384,2 C384,3.1045695 383.104569,4 382,4 C380.895431,4 380,3.1045695 380,2 C380,0.8954305 380.895431,0 382,0 Z M412,0 C413.104569,0 414,0.8954305 414,2 C414,3.1045695 413.104569,4 412,4 C410.895431,4 410,3.1045695 410,2 C410,0.8954305 410.895431,0 412,0 Z M442,0 C443.104569,0 444,0.8954305 444,2 C444,3.1045695 443.104569,4 442,4 C440.895431,4 440,3.1045695 440,2 C440,0.8954305 440.895431,0 442,0 Z M472,0 C473.104569,0 474,0.8954305 474,2 C474,3.1045695 473.104569,4 472,4 C470.895431,4 470,3.1045695 470,2 C470,0.8954305 470.895431,0 472,0 Z M499,0 C500.104569,0 501,0.8954305 501,2 C501,3.1045695 500.104569,4 499,4 C497.895431,4 497,3.1045695 497,2 C497,0.8954305 497.895431,0 499,0 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='📝-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Login---V2' transform='translate(-822.000000, -197.000000)'%3E%3Cg id='top-illustration' transform='translate(469.000000, 197.000000)'%3E%3Cuse fill='%23a39161' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}
.light-style .authentication-wrapper.authentication-basic .authentication-inner::after {
  background-image: url("data:image/svg+xml,%3Csvg width='243px' height='240px' viewBox='0 0 243 240' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M34.5,182 C35.8807119,182 37,183.119288 37,184.5 C37,185.880712 35.8807119,187 34.5,187 C33.1192881,187 32,185.880712 32,184.5 C32,183.119288 33.1192881,182 34.5,182 Z M61.5,182 C62.8807119,182 64,183.119288 64,184.5 C64,185.880712 62.8807119,187 61.5,187 C60.1192881,187 59,185.880712 59,184.5 C59,183.119288 60.1192881,182 61.5,182 Z M91.5,182 C92.8807119,182 94,183.119288 94,184.5 C94,185.880712 92.8807119,187 91.5,187 C90.1192881,187 89,185.880712 89,184.5 C89,183.119288 90.1192881,182 91.5,182 Z M123.5,182 C124.880712,182 126,183.119288 126,184.5 C126,185.880712 124.880712,187 123.5,187 C122.119288,187 121,185.880712 121,184.5 C121,183.119288 122.119288,182 123.5,182 Z M153.5,182 C154.880712,182 156,183.119288 156,184.5 C156,185.880712 154.880712,187 153.5,187 C152.119288,187 151,185.880712 151,184.5 C151,183.119288 152.119288,182 153.5,182 Z M180.5,182 C181.880712,182 183,183.119288 183,184.5 C183,185.880712 181.880712,187 180.5,187 C179.119288,187 178,185.880712 178,184.5 C178,183.119288 179.119288,182 180.5,182 Z M34.5,154 C35.8807119,154 37,155.119288 37,156.5 C37,157.880712 35.8807119,159 34.5,159 C33.1192881,159 32,157.880712 32,156.5 C32,155.119288 33.1192881,154 34.5,154 Z M61.5,154 C62.8807119,154 64,155.119288 64,156.5 C64,157.880712 62.8807119,159 61.5,159 C60.1192881,159 59,157.880712 59,156.5 C59,155.119288 60.1192881,154 61.5,154 Z M91.5,154 C92.8807119,154 94,155.119288 94,156.5 C94,157.880712 92.8807119,159 91.5,159 C90.1192881,159 89,157.880712 89,156.5 C89,155.119288 90.1192881,154 91.5,154 Z M123.5,154 C124.880712,154 126,155.119288 126,156.5 C126,157.880712 124.880712,159 123.5,159 C122.119288,159 121,157.880712 121,156.5 C121,155.119288 122.119288,154 123.5,154 Z M153.5,154 C154.880712,154 156,155.119288 156,156.5 C156,157.880712 154.880712,159 153.5,159 C152.119288,159 151,157.880712 151,156.5 C151,155.119288 152.119288,154 153.5,154 Z M180.5,154 C181.880712,154 183,155.119288 183,156.5 C183,157.880712 181.880712,159 180.5,159 C179.119288,159 178,157.880712 178,156.5 C178,155.119288 179.119288,154 180.5,154 Z M34.5,124 C35.8807119,124 37,125.119288 37,126.5 C37,127.880712 35.8807119,129 34.5,129 C33.1192881,129 32,127.880712 32,126.5 C32,125.119288 33.1192881,124 34.5,124 Z M61.5,124 C62.8807119,124 64,125.119288 64,126.5 C64,127.880712 62.8807119,129 61.5,129 C60.1192881,129 59,127.880712 59,126.5 C59,125.119288 60.1192881,124 61.5,124 Z M91.5,124 C92.8807119,124 94,125.119288 94,126.5 C94,127.880712 92.8807119,129 91.5,129 C90.1192881,129 89,127.880712 89,126.5 C89,125.119288 90.1192881,124 91.5,124 Z M123.5,124 C124.880712,124 126,125.119288 126,126.5 C126,127.880712 124.880712,129 123.5,129 C122.119288,129 121,127.880712 121,126.5 C121,125.119288 122.119288,124 123.5,124 Z M153.5,124 C154.880712,124 156,125.119288 156,126.5 C156,127.880712 154.880712,129 153.5,129 C152.119288,129 151,127.880712 151,126.5 C151,125.119288 152.119288,124 153.5,124 Z M180.5,124 C181.880712,124 183,125.119288 183,126.5 C183,127.880712 181.880712,129 180.5,129 C179.119288,129 178,127.880712 178,126.5 C178,125.119288 179.119288,124 180.5,124 Z M34.5,94 C35.8807119,94 37,95.1192881 37,96.5 C37,97.8807119 35.8807119,99 34.5,99 C33.1192881,99 32,97.8807119 32,96.5 C32,95.1192881 33.1192881,94 34.5,94 Z M153.5,94 C154.880712,94 156,95.1192881 156,96.5 C156,97.8807119 154.880712,99 153.5,99 C152.119288,99 151,97.8807119 151,96.5 C151,95.1192881 152.119288,94 153.5,94 Z M91.5,94 C92.8807119,94 94,95.1192881 94,96.5 C94,97.8807119 92.8807119,99 91.5,99 C90.1192881,99 89,97.8807119 89,96.5 C89,95.1192881 90.1192881,94 91.5,94 Z M180.5,94 C181.880712,94 183,95.1192881 183,96.5 C183,97.8807119 181.880712,99 180.5,99 C179.119288,99 178,97.8807119 178,96.5 C178,95.1192881 179.119288,94 180.5,94 Z M61.5,94 C62.8807119,94 64,95.1192881 64,96.5 C64,97.8807119 62.8807119,99 61.5,99 C60.1192881,99 59,97.8807119 59,96.5 C59,95.1192881 60.1192881,94 61.5,94 Z M123.5,94 C124.880712,94 126,95.1192881 126,96.5 C126,97.8807119 124.880712,99 123.5,99 C122.119288,99 121,97.8807119 121,96.5 C121,95.1192881 122.119288,94 123.5,94 Z M34.5,64 C35.8807119,64 37,65.1192881 37,66.5 C37,67.8807119 35.8807119,69 34.5,69 C33.1192881,69 32,67.8807119 32,66.5 C32,65.1192881 33.1192881,64 34.5,64 Z M61.5,64 C62.8807119,64 64,65.1192881 64,66.5 C64,67.8807119 62.8807119,69 61.5,69 C60.1192881,69 59,67.8807119 59,66.5 C59,65.1192881 60.1192881,64 61.5,64 Z M91.5,64 C92.8807119,64 94,65.1192881 94,66.5 C94,67.8807119 92.8807119,69 91.5,69 C90.1192881,69 89,67.8807119 89,66.5 C89,65.1192881 90.1192881,64 91.5,64 Z M123.5,64 C124.880712,64 126,65.1192881 126,66.5 C126,67.8807119 124.880712,69 123.5,69 C122.119288,69 121,67.8807119 121,66.5 C121,65.1192881 122.119288,64 123.5,64 Z M153.5,64 C154.880712,64 156,65.1192881 156,66.5 C156,67.8807119 154.880712,69 153.5,69 C152.119288,69 151,67.8807119 151,66.5 C151,65.1192881 152.119288,64 153.5,64 Z M180.5,64 C181.880712,64 183,65.1192881 183,66.5 C183,67.8807119 181.880712,69 180.5,69 C179.119288,69 178,67.8807119 178,66.5 C178,65.1192881 179.119288,64 180.5,64 Z M34.5,37 C35.8807119,37 37,38.1192881 37,39.5 C37,40.8807119 35.8807119,42 34.5,42 C33.1192881,42 32,40.8807119 32,39.5 C32,38.1192881 33.1192881,37 34.5,37 Z M61.5,37 C62.8807119,37 64,38.1192881 64,39.5 C64,40.8807119 62.8807119,42 61.5,42 C60.1192881,42 59,40.8807119 59,39.5 C59,38.1192881 60.1192881,37 61.5,37 Z M91.5,37 C92.8807119,37 94,38.1192881 94,39.5 C94,40.8807119 92.8807119,42 91.5,42 C90.1192881,42 89,40.8807119 89,39.5 C89,38.1192881 90.1192881,37 91.5,37 Z M123.5,37 C124.880712,37 126,38.1192881 126,39.5 C126,40.8807119 124.880712,42 123.5,42 C122.119288,42 121,40.8807119 121,39.5 C121,38.1192881 122.119288,37 123.5,37 Z M153.5,37 C154.880712,37 156,38.1192881 156,39.5 C156,40.8807119 154.880712,42 153.5,42 C152.119288,42 151,40.8807119 151,39.5 C151,38.1192881 152.119288,37 153.5,37 Z M180.5,37 C181.880712,37 183,38.1192881 183,39.5 C183,40.8807119 181.880712,42 180.5,42 C179.119288,42 178,40.8807119 178,39.5 C178,38.1192881 179.119288,37 180.5,37 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='📝-Pages' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Login---V2' transform='translate(-469.000000, -670.000000)'%3E%3Cg id='Shapes' transform='translate(469.000000, 197.000000)'%3E%3Cg id='bottom-illustration' transform='translate(0.000000, 473.000000)'%3E%3Crect id='Rectangle' fill='%23c6d217' opacity='0.04' x='0' y='0' width='215' height='216' rx='10'%3E%3C/rect%3E%3Crect id='Rectangle' stroke='rgba(67, 89, 113, 0.5)' opacity='0.48' x='104.5' y='100.5' width='138' height='139' rx='10'%3E%3C/rect%3E%3Cg id='Dot'%3E%3Cuse fill='%23a39161' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23FFFFFF' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")!important;
}

.dummybox
{
  border-radius: 6px;
  background: #f5f5f5 none repeat scroll 0 0;
  border: 1px solid #ddd;
  padding: 10px;
}
.CouponAmtDivContent
{
	justify-content: center;
	margin-bottom: 0px;
	margin-top: 15px;
}
.rafflecoupon
{
	position: relative;
	display: table;
}
.rafflecoupon span
{
  display: table-cell;
  white-space: nowrap;
  text-align: left;
} 
.ipcoupon 
{ 
  display: table-cell;
  font-weight: bold;
  text-align: center;
  background: transparent;
} 
.rafflecoupon label
{
	display: table-cell; 
    text-align: left;
}
.w-10
{
	width: 10%;
}
.bg-menu-theme .menu-header::before {
  content: none !important;
}
	/* .rafflebox-css */
			/* { */
				/* <!--position: absolute; */
				/* top: 50%; */
				/* left: 50%; */
				/* -ms-transform: translateX(-50%) translateY(-50%); */
				/* -webkit-transform: translate(-50%,-50%); */
				/* transform: translate(-50%,-50%); --> */
				/* padding-top: 200px; */
			/* } */
			/* .fireworks{ */
				/* height: 90vh; */
			/* } */
			
.btn-primary:disabled
{
  color: #fff !important;
  background-color: #003e7e !important;
  border-color: #003e7e !important;
  box-shadow: none !important;
}


/* Datatable Design */
table.dataTable thead > tr > th.sorting
{
  padding-right: 10px;
  padding-left: 26px;
}
table.dataTable thead .sorting::before
{
	left: 0rem;
}
.table > :not(caption) > * > * {
  /* padding: 1rem 0.25rem; */
  padding: 0.525rem 0.25rem 0.525rem 1.5rem;
}
table.dataTable thead .sorting::after
{
	left: 0rem;
}
/* table.dataTable thead .sorting::after { */
  /* bottom: 0.2rem !important; */
/* } */
/* table.dataTable thead > tr > th.sorting::after */
/* { */
	/* top: 70% !important; */
/* } */

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after{
	line-height: 15px !important;
}

/* Datatable sort table css */

table.dataTable thead > tr > th.sorting::after{
	top: 46% !important;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color:#f5f5f5;
  color: #333;
  box-shadow: none;
}
.alert-dark:hover{
	background-color: #dcdfe1 !important;
	border-color: #bdc2c8 !important;
}
/* .switch-input:checked ~ .switch-toggle-slider { */
  /* background: #36c6da; */
  /* color: #fff; */
/* } */
/* .switch-input:focus ~ .switch-toggle-slider { */
  /* border-color: #36c6da; */
  /* color: #fff; */
/* } */
/* input:checked + .slider { */
  /* background-color: #36c6da; */
/* } */
/* .slider.round { */
  /* border-radius: 34px; */
/* } */
/* .slider { */
  /* position: absolute; */
  /* cursor: pointer; */
  /* top: 0; */
  /* left: 0; */
  /* right: 0; */
  /* bottom: 0; */
  /* background-color: #ccc; */
  /* -webkit-transition: .4s; */
  /* transition: .4s; */
/* } */
/* input:checked + .slider::before { */
  /* transform: translateX(16px); */
/* } */
/* .slider.round::before { */
  /* border-radius: 50%; */
/* } */
/* .slider::before { */
  /* position: absolute; */
  /* content: ""; */
  /* height: 16px; */
  /* width: 16px; */
  /* left: 4px; */
  /* bottom: 2px; */
  /* background-color: white; */
  /* transition: .4s; */
/* } */
/* .switch{ */
    /* position: relative; */
    /* display: inline-block; */
    /* width: 40px; */
    /* height: 20px; */
    /* float: right; */
/* } */
.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #003e7e;
  color: #fff;
}
.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  border: 1px solid #003e7e;
  box-shadow: 0 0 .25rem .05rem rgba(105,108,255,.1);
}



/*remove space for sidebar css */

.menu-vertical .menu-inner > .menu-item .menu-link {
  margin: 0rem 1rem;
}
.menu-vertical .menu-item .menu-link {
  padding: .6rem 1rem;
}
.menu-vertical .menu-item .menu-sub .menu-link  {
  padding: .6rem 2.5rem;
}
.card-body
{
	padding: 1rem;
}
.card-datatable
{
	padding-bottom: 0 !important;
}
.card-header{
	padding-bottom: 1rem !important;
}
.modal-header
{
	padding: 1rem;
}
.modal-body
{
	padding: 1rem;
}
.container-p-y:not([class^="pt-"]):not([class*=" pt-"])
{
	padding-top: .825rem !important;
}
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-container,
.img-preview {
  background-color: #f7f7f7;
  text-align: center;
  width: 100%;
}

.cropper-container {
  max-height: 497px;
  min-height: 200px;
}

@media (min-width: 768px) {
  .cropper-container {
    min-height: 497px;
  }
}

.cropper-container > img {
  max-width: 100%;
}

table.dataTable {
  margin-bottom: none !important;
  /* margin-bottom: 1rem !important; */
}

.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.dropdown-menu.show {
  z-index: 1075 !important;
}
.dropdown-item:focus{color:#003e7e !important;}

table.dataTable thead>tr>th.sorting{
  padding-right: 5px !important;
  padding-left: 20px !important;
}
html:not([dir='rtl']) div.card-datatable table.dataTable thead th:first-child,
html:not([dir='rtl']) div.card-datatable table.dataTable tfoot th:first-child {
  padding-left: 1.5rem !important;
  padding-right: 0.5rem !important;
}
html:not([dir='rtl']) div.card-datatable table.dataTable tbody td:first-child {
  padding-left: 1.5rem !important;
  padding-right: 0.5rem !important;
}
.modal .modal-header .btn-close {
  margin-top: -0.65rem !important;
}
.wrapped {
    word-wrap: break-word;
    flex: 0 0 auto;
}

/* Event Configuration Bug Resive css */
.tox-editor-header
{
	position: static !important;
	top:0 !important;
}
.tox-editor-container
{
	padding-top: 0px !important;
}
.cpx{
	padding-left: 2rem;
	padding-right: 2rem;
}
#sortable-list .form-check-label{
  cursor: default !important;
}
.w-40
{
	width: 40%;
}
.linebreak
{
	word-break: break-all;
}
.eventinline li{
  display: inline-block;
}
.form-check-inline {
  vertical-align: top;
  }
  .checkbox_list_terms_condition label{
    display: inline;
  }
  
  .eventinline li:nth-child(12){
    display: none;
  }
  .summarybox{
	  height:210px;
	  max-height:230px;
  }
  .total-leads{
  background: #cdae08 !important;
  height: 173px;
  margin-bottom:20px;
  padding: 20px 30px;
}
.total-emails{
  background: #003e7e !important;
  height: 173px;
  padding: 20px 30px;
}
.lead-title{
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  color: #fff !important;
}
.lead-count{
  font-size: 48px;
  margin-top: 31px;
  font-weight: 700;
  color: #fff !important;
}
.nav-tabs .nav-link.active {
  background-color: #003e7e !important;
  color: #fff;
  border: none;
}
.nav-tabs .nav-link.active:hover {
  background-color: #003e7e !important;
  color: #fff;
  border: none;
}
.nav-tabs .nav-link.active:focus {
  background-color: #003e7e !important;
  color: #fff;
  border: none;
}
.nav-tabs .nav-link {
  border: 1px solid #919193;
}
.card-bg {
  box-shadow: inset 0 0 10px 10px #f6f6f6;
}

.text-color{
  color: #003e7e !important;
}

.dropdown-item.active,.dropdown-item:active
{
  color: #003e7e !important;
}