body{
  background-color: #F8F8F8 !important;
}

hr{
  background-color:#FAB3DD !important;
}

.text-avon{
    color: #ED008C !important;
}

.bg-avon {
    background-color: #ED008C !important;
}

.bg-light-avon {
    background-color: #FAB3DD !important;
}

.bg-avon, .bg-avon > a {
    color: #fff !important;
}

.navbar{
  height: 58px !important;
  left: 0px !important;
  top: 0px !important;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: normal !important;
}

.label{
  font-family: Nunito;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 13px;
  line-height: 18px;
  color: #3A3A3A;
}

label{
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3A3A3A;
}

span{
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3A3A3A;
}

p{
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3A3A3A;
}

.card-login {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border:none;
  border-radius: 0.25rem;
  max-width: 561px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card-title{
  margin-bottom: 0 !important;
  font-family: Nunito;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #3A3A3A;
  float: none !important;
}

/* FORMS */

.form-control{
  display: block !important;
  width: 100% !important;
  height: 35px !important;
  box-sizing: border-box !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 3px !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #ED008C !important;
  outline: 0;
  box-shadow: none !important;
}

.form-control-active{
  color: #495057;
  background-color: #fff;
  border-color: #ED008C !important;
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: #949494;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #949494;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #949494;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #949494;
  opacity: 1;
}

.form-control::placeholder {
  color: #949494;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #D7D7D7 !important;
  opacity: 1 !important;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}


/* Buttons */

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.188rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  background: #D7D7D7 !important;
  color: white !important;
  border: 1px solid  #D7D7D7 !important;

}

.btn.disabled, .btn:disabled:hover{
  background: #D7D7D7 !important;
  color: white !important;
  border: 1px solid  #D7D7D7 !important;
}

.btn-outline-avon.disabled, .btn-outline-avon:disabled {
  background: transparent !important;
  color: #D7D7D7 !important;
  border: 1px solid  #D7D7D7 !important;
}

.btn-outline-avon.disabled, .btn-outline-avon:disabled:hover{
  background: transparent !important;
  color: #D7D7D7 !important;
  border: 1px solid  #D7D7D7 !important;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0066F3;
  border-color: #0066F3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0D73FF !important;
  border-color: #0D73FF !important;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0D73FF;
  border-color: #0D73FF;
  box-shadow: 0 0 0 0.2rem rgba(13, 115, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0D73FF;
  border-color: #0D73FF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0D73FF;
  border-color: #0D73FF;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 115, 255, 0.5);
}

.btn-avon {
  color: #fff;
  background-color: #ED008C;
  border-color: #ED008C;
}

.btn-avon:hover {
  color: #fff;
  background-color: #FF1CA2 !important;
  border-color: #FF1CA2 !important;
}

.btn-avon:focus, .btn-avon.focus {
  color: #fff;
  background-color: #FF1CA2;
  border-color: #FF1CA2;
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 162, 0.5);
}

.btn-avon.disabled, .btn-avon:disabled {
  color: #fff;
  background-color: #ED008C;
  border-color: #ED008C;
}

.btn-avon:not(:disabled):not(.disabled):active, .btn-avon:not(:disabled):not(.disabled).active,
.show > .btn-avon.dropdown-toggle {
  color: #fff;
  background-color: #ED008C;
  border-color: #ED008C;
}

.btn-avon:not(:disabled):not(.disabled):active:focus, .btn-avon:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 140, 0.5);
}

/* Sidebar */

.nav-header{
  color: #F57FC5 !important;
}

.nav-link p{
  color: #3A3A3A !important;
}

.nav-link.active > p ,.nav-link.active > i{
  color: #ED008C !important;
}

.sidebar-dark-secondary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-secondary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: transparent;
  color: #fff;
}

[class*="sidebar-light-"] .nav-sidebar > .nav-item > .nav-link.active {
  color: transparent;
  box-shadow: 0 0 0 0;
}

[class*="sidebar-light"] .brand-link {
  border-bottom: 1px solid #F57FC5;
  color: rgba(0,0,0,.8);
}

.main-header{
  background-color: #ED008C !important;
}

.wrapper{
  background-image: linear-gradient(#ED008C, #FFFFFF) !important;
}

.main-sidebar{
  border-radius: 0px 10px 10px 0px;
}

.navbar-collapse .dropdown-toggle::after{
  display: inline-block ;
  margin-left: 0.255em ;
  vertical-align: 0.255em ;
  content: url("../icons/header/down_arrow_white.svg") !important;
  filter: grayscale(100%) !important;
  border-top: 0 ;
  border-right: 0.3em solid transparent ;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid transparent ;
}

.dropdown-toggle::after{
  display: inline-block ;
  margin-left: 0.2em ;
  vertical-align: 0.2em ;
  content: url("../icons/header/down_arrow.svg") !important;
  border-top: 0 ;
  border-right: 0.3em solid transparent ;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid transparent ;
}

.dropdown-toggle:hover::after{
  display: inline-block ;
  margin-left: 0.2em ;
  vertical-align: 0.2em ;
  content: url("../icons/header/down_arrow_white.svg") !important;
  border-top: 0 ;
  border-right: 0.3em solid transparent ;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid transparent ;
}


.white{
  color: white !important;
}

.content-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}

.main-header svg > path{ fill: white }

.form-group  ul {
  list-style: none; /* Remove default bullets */
}

.form-group ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ED008C; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -3em; /* Also needed for space (tweak if needed) */
}

.form-group ul li ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #000000; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -3em; /* Also needed for space (tweak if needed) */
}

.form-group ul li{
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3A3A3A;
}

.form-group ul li{
  margin-bottom: 10px !important;
}

.form-group ul li ul li{
  margin-bottom: 3px !important;
}

.table-excel {
  font-size: 14px;
}

.table-excel thead tr th{
  background-color: #f8f9fa !important;
}
.table-excel{
  border-color: #c0c0c0 !important;
}
.table-excel > tr, td, th{
  border: 1px inset #c0c0c0;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered {
  border-left: 0;
  border-right: 0;
  border-color: #FAB3DD !important;
}

.table-bordered > tbody > tr > td,
.table-bordered > thead > tr > td,
.table-bordered {
  border-left: 0;
  border-right: 0;
  border-color: #FAB3DD !important;
}

.table-bordered > thead > tr > th,
.table-bordered {
  border-left: 0;
  border-right: 0;
  border-top-color: transparent !important;
  border-bottom-color: #ED008C !important;
}

/* Pagination */

.pagination_rounded,
.pagination_square {
  display: inline-block;
  max-height: 30px !important;
}

.pagination_rounded ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.pagination_rounded li:first-child {
  margin-left: 0px
}

.pagination_rounded ul li {
  float: left;
  margin-left: 10px;
  margin-right: 5px;
}


.pagination_rounded ul li a:hover {
  background:rgba(237, 0, 140, 0.1)  ;
  color: black;
}

a:link {
  text-decoration: none
}

.pagination_rounded .action {
  border-radius: 35px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  background: #ED008C;
  color: white;
}

.pagination_rounded ul li a {
  display: block;
  color: black;
  border-radius: 50%;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  margin-bottom: 40px;
 white-space: nowrap;
}

.visible-xs {
  display: none !important
}

.pagination_rounded ul li a.active{
  border: 1px solid #ED008C !important;
  box-sizing: border-box !important;
}

.pagination_rounded .action.disabled{
  border: 1px solid #D7D7D7 !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.1) !important;
}



.btn-outline-avon {
  color: #ED008C;
  border-color: #ED008C;
}

.btn-outline-avon:hover {
  color: #fff;
  background-color: #FF1CA2;
  border-color: #FF1CA2;
}

.btn-outline-avon:focus, .btn-outline-avon.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 28, 162, 0.5);
}

.btn-outline-avon.disabled, .btn-outline-avon:disabled {
  color: #ED008C;
  background-color: transparent;
}

.btn-outline-avon:not(:disabled):not(.disabled):active, .btn-outline-avon:not(:disabled):not(.disabled).active,
.show > .btn-outline-avon.dropdown-toggle {
  color: #fff;
  background-color: #ED008C;
  border-color: #ED008C;
}

.btn-outline-avon:not(:disabled):not(.disabled):active:focus, .btn-outline-avon:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-avon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 0, 140, 0.5);
}

.btn-outline-avon svg > path{ stroke: #ED008C }
.btn-outline-avon:hover svg > path{ stroke: white }

.table-striped > thead > tr > th,
.table-striped {
  border-left: 0;
  border-right: 0;
  border-top-color: transparent !important;
  border-bottom-color: #ED008C !important;
}

.table-striped > tbody > tr > td,
.table-striped > thead > tr > td,
.table-striped {
  border-left: 0;
  border-right: 0;
  border-color: transparent !important;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #FEF2F9;
}

.custom-file-label::after {
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  content: "Browse";
  background-color: #ED008C;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
  color: white;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 0.10rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-group .dropdown-toggle{
  padding: 0px !important;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #E64C40;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #E64C40 !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #E64C40;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #E64C40 !important;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background:  center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat !important;
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #E64C40;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #E64C40;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #E64C40;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #E64C40;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #E64C40;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #E64C40;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #E64C40;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control-sm {
  height: 30px !important;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;

  left: 417px !important;
  top: 341px !important;
  /* White */
  background: #FFFFFF !important;

  /* Grey2 */
  border: 1px solid #D7D7D7 !important;
  box-sizing: border-box !important;
  border-radius: 3px !important;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(237, 0, 140, 0.5) !important;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(237, 0, 140, 0.5) !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ED008C !important;
  background-color: #ED008C !important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(237, 0, 140, 0.5) !important;
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(237, 0, 140, 0.5) !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ED008C !important;
  background-color: #ED008C !important;
}


.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-image: linear-gradient(to bottom,#ED008C,#ED008C);
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover:not(.active) {
  background: rgba(237, 0, 140, 0.1) !important;
  cursor: pointer;
}

.datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
  color: #ED008C !important;
}

.icon-inside {
  position: absolute;
  right: 10px;
  top: calc(50% - 12px);
  pointer-events: none;
  font-size: 16px;
  font-size: 1.125rem;
  color: #c4c3c3;
  z-index:3;
}

.form-group label{
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3A3A3A;
}


/* CSS used here will be applied after bootstrap.css */	/* custom checkboxes */
.custom-checkbox > [type="checkbox"],
.custom-checkbox > label{

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox > [type="checkbox"]:not(:checked),
.custom-checkbox > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label,
.custom-checkbox > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.custom-checkbox > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0;
  top: 50%;
  margin-top:-9px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 2px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox > [type="checkbox"]:checked + label:after {
  font-style: normal;
  font-size: 5px;
  content:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOEw4IDE0TDE4IDIiIHN0cm9rZT0iI0VEMDA4QyIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
  position: absolute;
  top: 50%;
  margin-top:-7px;
  left: 2px;
  transition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 3px;
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada; cursor: not-allowed;
}
.custom-checkbox > [type="checkbox"]:disabled + label {

  cursor: not-allowed;
}

.custom-checkbox > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox > [type="checkbox"]:checked + label:before {
  border: 1px solid #ED008C;
}

.custom-checkbox > label:hover:before {
  border: 1px solid #E4E4E4 !important;
}

.custom-checkbox > [type="checkbox"]:disabled:checked + label:hover:before{
  border: 1px solid #E4E4E4 !important;
}

.custom-checkbox > [type="checkbox"]:checked + label:hover:before{
  border: 1px solid #ED008C !important;
}

.custom-checkbox-primary > [type="checkbox"],
.custom-checkbox-primary > label{
  margin-bottom:0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-checkbox-primary > [type="checkbox"]:not(:checked),
.custom-checkbox-primary > [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.custom-checkbox-primary > [type="checkbox"]:not(:checked) + label,
.custom-checkbox-primary > [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.custom-checkbox-primary > [type="checkbox"]:not(:checked) + label:before,
.custom-checkbox-primary > [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0;
  top: 50%;
  margin-top:-9px;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background: #ffffff;
  border-radius: 2px;
}

.custom-checkbox-primary > [type="checkbox"]:not(:checked) + label:after,
.custom-checkbox-primary > [type="checkbox"]:checked + label:after {
  font-style: normal;
  font-size: 5px;
  content:url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgOEw4IDE0TDE4IDIiIHN0cm9rZT0iIzAwNjZGMyIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');
  position: absolute;
  top: 50%;
  margin-top:-7px;
  left: 2px;
  transition: all .2s;
}

.custom-checkbox-primary > [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.custom-checkbox-primary > [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox-primary > [type="checkbox"][data-indeterminate] + label:after,
.custom-checkbox-primary > [type="checkbox"][data-indeterminate] + label:after {
  content: '\2212';
  left: 3px;
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox-primary > [type="checkbox"]:disabled:not(:checked) + label:before,
.custom-checkbox-primary > [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background-color: #eeeeee;
  border-color: #eeeeee;
  cursor: not-allowed;
  opacity: 1;
  color: #dadada;
}
.custom-checkbox-primary > [type="checkbox"]:disabled:checked + label:after {
  color: #dadada; cursor: not-allowed;
}
.custom-checkbox-primary > [type="checkbox"]:disabled + label {
  color: #aaa; cursor: not-allowed;
}

.custom-checkbox-primary > [type="checkbox"]:checked:focus + label:before,
.custom-checkbox-primary > [type="checkbox"]:checked + label:before {
  border: 1px solid #0066F3;
}

.custom-checkbox-primary > label:hover:before {
  border: 1px solid #E4E4E4 !important;
}

.custom-checkbox-primary > [type="checkbox"]:disabled:checked + label:hover:before{
  border: 1px solid #E4E4E4 !important;
}

.custom-checkbox-primary > [type="checkbox"]:checked + label:hover:before{
  border: 1px solid #0066F3 !important;
}

.form-group {
  margin-bottom: .5rem !important;
}

.dropdown-item:hover {
  background-color: rgba(237, 0, 140, 0.1);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: rgba(237, 0, 140, 1) !important;
}

.dropdown-menu {
  padding: 0;
  border: 1px solid #D7D7D7;
  border-radius: 3px;
}

/* pretty radio */
label > input[type="radio"] {
  display: none;
}
label > input[type="radio"] + *::before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 1rem;
  height: 1rem;
  margin-right: 0.3rem;
  border-radius: 50%;
  border-style: solid;
  border-width: 0.1rem;
  border-color: gray;
}

label > input[type="radio"]:checked + *::before {
  background: radial-gradient(#ED008C 0%, #ED008C 40%, transparent 50%, transparent);
  border-color: #ED008C;
}

label > input[type="radio"] + * {
  display: inline-block;
}

label  > input[type="radio"]:disabled + *::before {
  border-color: #D7D7D7;
  background-color: #D7D7D7;
  opacity: 1 !important;
  cursor: not-allowed;
}

input[type="radio"]:disabled + .radio-label{
  cursor: not-allowed;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1px solid #D7D7D7;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: #D7D7D7;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ED008C;
  border: 1px solid #ED008C;
}


input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

input:checked + .slider:before {
  border: none;
  background-color: white;
}

/* Rounded sliders */
.slider.round {
  border-radius: 10px;
}

.slider.round:before {
  border-radius: 10px;
}

.custom-switch-input span{
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #3A3A3A;
}

input:disabled + .slider {
  background-color: #D7D7D7;
  border: 1px solid #D7D7D7;
  cursor: not-allowed;
}

input:disabled + .slider:before {
  background-color: #949494;
}

.card-header {
    background-color: transparent;
    border-bottom: none !important;
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select:focus{
    color: #495057;
    background-color: #fff;
    border-color: #ED008C !important;
    outline: 0;
    box-shadow: none !important;
}


.bootstrap-select .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}


.bootstrap-select .btn:focus{
    color: #495057;
    background-color: #fff;
    border-color: #ED008C !important;
    outline: 0;
    box-shadow: none !important;
}

.bootstrap-select .btn:hover{
    color: #495057;
    background-color: transparent;
    outline: 0;
    box-shadow: none !important;
}

.bootstrap-select .btn{
    color: #495057;
    background-color: transparent;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none !important;
}

.dropdown-menu .inner ul li {
    margin-bottom: 0px !important;
}

.bootstrap-select .dropdown-menu {
    transform: none !important;
}

.nav-sidebar .nav-treeview > .nav-item:hover > .nav-link > .nav-icon{
    color: #ED008C !important;
}

.nav-link.active > svg > path{
    fill: #ED008C !important;
    stroke: #ED008C !important;
}

.brand-image-xl {
    width: 25px;
    height: 25px;
    margin-top: 5px;
    margin-left: 5px;
}
