@charset "UTF-8";

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../../js/library/vendor/fontawesome/webfonts/fa-solid-900.eot');
  src: url('../v../js/library/endor/fontawesome/webfonts/fa-solid-900.eot?#iefix')
      format('embedded-opentype'),
    url('../../js/library/vendor/fontawesome/webfonts/fa-solid-900.woff2')
      format('woff2'),
    url('../../js/library/vendor/fontawesome/webfonts/fa-solid-900.woff')
      format('woff'),
    url('../../js/library/vendor/fontawesome/webfonts/fa-solid-900$ttf')
      format('truetype'),
    url('../../js/library/vendor/fontawesome/webfonts/fa-solid-900.svg#fontawesome')
      format('svg');
}

/*  type font css  */
/*-----------------*/
/*  small font css  */
/*-----------------*/
.font-small-1 {
  font-size: 0.7rem;
}

.font-small-2 {
  font-size: 0.8rem;
}

.font-small-3 {
  font-size: 0.9rem;
}

/* medium font css */
/*----------------*/
.font-medium-1 {
  font-size: 1.1rem;
}

.font-medium-2 {
  font-size: 1.2rem;
}

.font-medium-3 {
  font-size: 1.3rem;
}

.font-medium-4 {
  font-size: 1.4rem;
}

.font-medium-5 {
  font-size: 1.5rem;
}

/* large font css */
/*---------------*/
.font-large-1 {
  font-size: 2rem;
}

.font-large-2 {
  font-size: 3rem;
}

.font-large-3 {
  font-size: 4rem;
}

.font-large-4 {
  font-size: 5rem;
}

.font-large-5 {
  font-size: 6rem;
}

/* Font weights */
.text-bold-300 {
  font-weight: 300;
}

.text-bold-400 {
  font-weight: 400;
}

.text-bold-500 {
  font-weight: 500;
}

.text-bold-600 {
  font-weight: 600;
}

.text-bold-700 {
  font-weight: 700;
}

/*   Font style   */
/*---------------*/
.text-italic {
  font-style: italic;
}

/* a:focus {
  outline: none;
}


/*   Font style   */
/*---------------*/
.text-highlight {
  padding: 4px 6px;
}

/*  Inline code  */
/*--------------*/
code {
  padding: 0.1rem 0.4rem;
  font-size: 90%;
  color: #e83e8c;
  background-color: #eee;
  border-radius: 0.1335rem;
}

/* code inside pre */
pre {
  background-color: #f7f7f9;
}

pre code {
  background-color: transparent !important;
}

/* Grid examples  */
/*---------------*/
.bd-example-row .row + .row {
  margin-top: 1rem;
}

.bd-example-row .row > .col,
.bd-example-row .row > [class^='col-'] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.bd-example-row .flex-items-top,
.bd-example-row .flex-items-middle,
.bd-example-row .flex-items-bottom {
  min-height: 6rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(255, 0, 0, 0.1);
}

.bd-highlight {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.15);
}

.example-container {
  width: 800px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.example-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.example-content-main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .example-content-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .example-content-main {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.example-content-secondary {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .example-content-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .example-content-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

/*   Table css   */
/*---------------*/
.table th,
.table td {
  /* default font-family to table data */
  font-family: 'Roboto', Helvetica, Arial, serif;
}

.table thead {
  text-transform: uppercase;
}

.table thead i {
  color: #475f7b;
}

.table thead th {
  color: #475f7b;
  border-top: none;
  vertical-align: middle;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.table td {
  vertical-align: middle;
  border-bottom: 1px solid #dfe3e7;
  border-top: none;
}

.table td a {
  display: inline-block;
}

.table td a .badge-circle {
  margin-bottom: -7px;
  margin-top: -7px;
}

.table tbody tr.group {
  background-color: #f2f4f4;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.table .thead-dark th {
  /* table thead dark */
  background-color: #40566f;
  border-color: #40566f;
}

.table.table-bordered thead th {
  border-top: 1px solid #dfe3e7;
}

.table.table-borderless thead th {
  color: #475f7b;
  font-weight: 600;
}

.table.table-borderless thead tr {
  border-bottom: 2px solid #dfe3e7;
}

.table.table-borderless td {
  border: none;
}

.table.table-dark i {
  color: #ffffff;
  background-color: white;
}

.table.table-dark thead th {
  color: #ffffff;
  background-color: #40566f;
}

.table.table-dark tbody td {
  border-color: #40566f;
}

.table.table-striped.table-dark th {
  background-color: #40566f;
}

.table.table-striped.table-dark tbody td {
  border-color: #40566f;
}

.table.table-striped.table-hover tbody tr:hover {
  /* table striped hover */
  background-color: #e7edf3;
}

.table.table-transparent thead th {
  background-color: transparent;
}

.table.table-transparent tbody {
  background-color: transparent;
}

/*  label css  */
/*------------*/
label {
  color: #475f7b;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}

/*   Floating label Group css  */
/*----------------------------*/
.form-label-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0.6rem;
  color: #475f7b;
  font-size: 0.85rem;
  opacity: 0;
}

.form-label-group > input:focus:not(:placeholder-shown) ~ label,
.form-label-group > input:not(:active):not(:placeholder-shown) ~ label,
.form-label-group textarea:focus:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:active):not(:placeholder-shown) ~ label {
  /* from-input on focus change label color */
  color: #5a8dee !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

.form-label-group > input:not(:focus):not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:focus):not(:placeholder-shown) ~ label {
  color: #475f7b !important;
}

.form-label-group > input:not(:placeholder-shown) ~ label,
.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding: 0.25rem 0;
  font-size: 0.7rem;
  top: -20px;
  left: 3px;
}

/*   Horizontal Form Label  */
.col-form-label {
  font-size: 0.8rem;
}

/*   valid invalid feedback form css   */
.valid-feedback i,
.invalid-feedback i {
  font-size: 0.6rem;
  position: relative;
  font-weight: bold;
  margin-top: 0.5rem;
}

/*  form control css */
.form-control:focus::-webkit-input-placeholder {
  /* placeholder transition on focus-in */
  -webkit-transform: translate(5px);
  transform: translate(5px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:focus:-ms-input-placeholder {
  /* placeholder transition on focus-in */
  transform: translate(5px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:focus::-ms-input-placeholder {
  /* placeholder transition on focus-in */
  transform: translate(5px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:focus::placeholder {
  /* placeholder transition on focus-in */
  -webkit-transform: translate(5px);
  transform: translate(5px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:focus ~ .form-control-position i {
  color: #5a8dee;
}

.form-control:not(:focus)::-webkit-input-placeholder {
  /* placeholder transition on focus-out */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:not(:focus):-ms-input-placeholder {
  /* placeholder transition on focus-out */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:not(:focus)::-ms-input-placeholder {
  /* placeholder transition on focus-out */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:not(:focus)::placeholder {
  /* placeholder transition on focus-out */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-control:-ms-input-placeholder {
  /* placeholder color for IE */
  color: #828d99;
}

.form-control:disabled {
  border: 0;
}

.form-control.is-valid:focus {
  -webkit-box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.2);
  box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.2);
}

.form-control.is-invalid:focus {
  -webkit-box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.2);
  box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.2);
}

/*   Input Validation with Tootltips css   */
/*----------------------------------------*/
.needs-validation.was-validated .form-control:valid:focus {
  /* box shadow on focus of validation states */
  -webkit-box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.2);
  box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.2);
}

.needs-validation.was-validated .form-control:invalid:focus {
  -webkit-box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.2);
  box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.2);
}

.needs-validation .valid-tooltip {
  color: #39da8a;
  margin-top: 0.5rem;
}

.needs-validation .invalid-tooltip {
  color: #ff5b5c;
  margin-top: 0.5rem;
}

/*  Custom Checkbox css  */
/*----------------------*/
.custom-checkbox label,
.custom-radio label {
  /* make icon and box in center and disabled checked border color */
  text-transform: none;
  font-size: 1rem;
}

.custom-checkbox
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before,
.custom-radio
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  background-color: #5a8dee;
  border-color: #5a8dee;
}

/*   Checkbox css  */
/*----------------*/
.checkbox {
  position: relative;
  display: inline-block;
}

.checkbox input[type='checkbox'] {
  display: none;
}

.checkbox label {
  /* label css in check box */
  text-transform: none;
  font-size: 1rem;
  margin-left: 1.75rem;
  margin-bottom: 0;
}

.checkbox label:before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.checkbox label:after {
  content: ' ';
  height: 20px;
  width: 20px;
  border: 1px solid #dfe3e7;
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}

.checkbox input:checked ~ label:after {
  border-top-style: none;
  border-right-style: none;
  /* IE9 */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 0.4rem;
  width: 0.8rem;
  border-color: #5a8dee;
  border-radius: 0;
  border-width: 2px;
  top: 6px;
  left: 4px;
}

.checkbox input:checked ~ label:before {
  background-color: #ffffff;
  border: 1px solid #dfe3e7;
}

.checkbox input:disabled ~ label::before {
  background-color: #f2f4f4 !important;
  border-color: #dfe3e7 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.checkbox input:disabled ~ label::after {
  border-color: #b3c0ce !important;
}

.checkbox.checkbox-shadow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(22, 22, 22, 0.2);
  box-shadow: 0 0 6px 0 rgba(22, 22, 22, 0.2);
}

.checkbox.checkbox-sm input:checked ~ label:after {
  height: 5px;
  width: 8px;
  top: 7px;
}

.checkbox.checkbox-sm label::before,
.checkbox.checkbox-sm label::after {
  width: 15px;
  height: 15px;
  top: 3px;
}

.checkbox.checkbox-icon input:checked ~ label:after {
  /* Checkbox with Icons */
  border: none;
}

.checkbox.checkbox-icon input:checked ~ label i {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.checkbox-icon i {
  position: absolute;
  left: 4px;
  top: 5px;
  font-size: 0.85rem;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

/*  Radio Buttons css  */
/*-----------------*/
.radio input[type='radio'] {
  /* Basic Bootstrap Radio Buttons Hide */
  display: none;
}

.radio input[type='radio']:checked ~ label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.3s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.radio input[type='radio']:disabled ~ label::before {
  /* disabled Radio Buttons */
  background-color: #f2f4f4 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.radio input[type='radio']:disabled ~ label::after {
  background-color: #b3c0ce !important;
}

.radio label {
  text-transform: none;
  font-size: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.radio label::after {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  content: '';
  height: 6px;
  width: 6px;
  background-color: #5a8dee;
  border-radius: 50%;
  left: 5px;
  opacity: 0;
  -webkit-transform: scale(3.6);
  transform: scale(3.6);
}

.radio label::before {
  content: '';
  border: 1px solid #dfe3e7;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}

.radio.radio-shadow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(22, 22, 22, 0.2);
  box-shadow: 0 0 6px 0 rgba(22, 22, 22, 0.2);
}

.radio.radio-sm label::before {
  width: 14px;
  height: 14px;
}

.radio.radio-sm label:after {
  height: 6px;
  width: 6px;
  left: 4px;
}

/*    Switches css     */
/*--------------------*/
.custom-switch {
  padding-left: 0;
}

.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  /* For Switch Handle Animation */
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom-switch .custom-control-label {
  height: 20px;
  width: 42px;
  padding: 0;
}

.custom-switch .custom-control-label::before {
  /* For bg color of switch */
  border: none;
  background-color: #e7edf3;
  height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 1px;
}

.custom-switch .custom-control-label:after {
  /* For Switch handle */
  position: absolute;
  top: 1px;
  left: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-switch .custom-control-label .switch-icon-left,
.custom-switch .custom-control-label .switch-icon-right {
  /* For Switch Icon */
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 2px;
}

.custom-switch .custom-control-label .switch-icon-left i,
.custom-switch .custom-control-label .switch-icon-right i {
  font-size: 1rem;
}

.custom-switch .custom-control-label .switch-icon-left {
  left: 5px;
  color: #ffffff;
}

.custom-switch .custom-control-label .switch-icon-right {
  right: 5px;
}

.custom-switch .custom-control-label:focus {
  outline: 0;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  /* For Switch Handle Animation after its checked */
  -webkit-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}

.custom-switch
  .custom-control-input:not(:disabled):active
  ~ .custom-control-label::before {
  /* disabled bg color on active */
  background-color: #5a8dee;
}

.custom-switch.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  /* Custom Switch Glow */
  -webkit-box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
}

.custom-switch.custom-switch-shadow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4) !important;
}

/* Textarea with Counter */
/*----------------------*/
.counter-value {
  background-color: #5a8dee;
  color: #ffffff;
  padding: 1px 6px;
  font-size: 0.6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem;
}

/*   Input Group css   */
/*--------------------*/
.input-group .input-group-text .radio label:before {
  margin-right: 0;
}

.input-group .input-group-text .checkbox label:after,
.input-group .input-group-text .checkbox label:before {
  left: 3px;
}

.input-group .input-group-text .checkbox input:checked ~ label:after {
  left: 7px;
}

.input-group .input-group-text .checkbox.checkbox-sm label:after,
.input-group .input-group-text .checkbox.checkbox-sm label:before {
  left: 5px;
}

.input-group
  .input-group-text
  .checkbox.checkbox-sm
  input:checked
  ~ label:after {
  left: 8px;
}

/*   Select Inputs   */
/*------------------*/
select.form-control:not([multiple='multiple']) {
  background-image: url('../imagens/arrow-down.png');
  background-position: calc(100% - 12px) 13px, calc(100% - 20px) 13px, 100% 0;
  background-size: 12px 12px, 10px 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 1.5rem;
  margin-top: 3px;
}

/*  customs-select css  */
/*---------------------*/
.custom-select {
  /* remove double arrow */
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  /* remove bootstrap default arrow in IE11 */
  display: none;
}

/*  Bootstrap touchspin css  */
/*--------------------------*/
.bootstrap-touchspin.input-group input[type='number'] {
  /* Remove arrow for Firefox */
  -moz-appearance: textfield;
}

.bootstrap-touchspin.input-group .input-group-btn .btn {
  padding: 0.4rem 1rem;
}

.bootstrap-touchspin.input-group input.touchspin-vertical {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin.input-group
  input.touchspin-vertical
  ~ .input-group-btn-vertical
  .bootstrap-touchspin-up {
  border-bottom: 1px solid;
}

.bootstrap-touchspin.input-group .bootstrap-touchspin-down i,
.bootstrap-touchspin.input-group .bootstrap-touchspin-up i {
  font-size: 0.8rem;
  position: relative;
  top: 0;
  font-weight: bold;
}

.bootstrap-touchspin.input-group.disabled-touchspin input {
  border: 1px solid #f2f4f4 !important;
}

.bootstrap-touchspin.input-group.disabled-touchspin .bootstrap-touchspin-down,
.bootstrap-touchspin.input-group.disabled-touchspin .bootstrap-touchspin-up {
  background-color: #a3afbd !important;
  cursor: default;
}

.bootstrap-touchspin.input-group.input-group-lg .input-group-btn .btn {
  padding: 0.5rem 1.2rem;
}

.bootstrap-touchspin.input-group.input-group-sm .input-group-btn .btn {
  padding: 0.5rem 0.8rem;
}

.bootstrap-touchspin .btn.disabled-max-min,
.bootstrap-touchspin .btn.disabled-max-min:hover {
  background-color: #a3afbd !important;
  cursor: default;
}

/*   Number Type Input Box css  */
/*-----------------------------*/
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/*  IE Specific CSS  */
/*------------------*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* radio buttons - checked circle icon */
  .radio input[type='radio']:checked ~ label::after {
    margin-top: 0.4rem;
  }
}

/*    Buttons css   */
/*-----------------*/
.btn[class*='btn-outline-'] {
  padding-top: calc(0.467rem - 1px);
  padding-bottom: calc(0.467rem - 1px);
}

.btn[class*='btn-outline-'].btn-lg {
  padding-top: calc(0.6rem - 1px);
  padding-bottom: calc(0.6rem - 1px);
}

.btn[class*='btn-outline-'].btn-sm {
  padding-top: calc(0.467rem - 1px);
  padding-bottom: calc(0.467rem - 1px);
}

.btn i {
  /* Button with icons - make it in center */
  position: relative;
  top: 0px;
}
.input-group-append .btn i {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn.btn-white,
.btn.btn-white:active,
.btn.btn-white:hover,
.btn.btn-white:focus {
  /* btn-white - color on different states */
  color: inherit !important;
}

.btn.shadow:hover,
.btn.shadow.hover {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2) !important;
}

.btn.btn-icon {
  /* For btn-icon */
  padding: 0.4rem 0.85rem;
}

.btn.btn-sm.btn-icon {
  padding: 0.5rem;
}

.btn.btn-lg.btn-icon {
  padding: 1rem;
}

.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*   Button Group  */
/*----------------*/
.btn-group:not(.dropdown) > .btn {
  border: 1px solid #dfe3e7;
}

.btn-group:not(.dropdown) > .btn:not(:last-child) {
  border-right-width: 0;
}

.btn-group:not(.dropdown) > .btn:active,
.btn-group:not(.dropdown) > .btn.active,
.btn-group:not(.dropdown) > .btn:hover,
.btn-group:not(.dropdown) > .btn:focus {
  background-color: #5a8dee;
  color: #ffffff;
  border-color: #5a8dee;
}

.btn-group:not(.dropdown) > .btn.btn-link:active,
.btn-group:not(.dropdown) > .btn.btn-link.active,
.btn-group:not(.dropdown) > .btn.btn-link:hover,
.btn-group:not(.dropdown) > .btn.btn-link:focus {
  background-color: #ebebeb;
  /* color: #ffffff; */
  border-color: #dadada;
}

/*    collapse rotate icon css    */
/*-------------------------------*/
.collapse-icon .card-header {
  position: relative;
}

.collapse-icon [data-toggle='collapse']:before {
  position: absolute;
  top: 26%;
  right: 20px;
  font-family: 'boxicons';
  content: '\ea4a';
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  font-size: 1.2rem;
  font-weight: 600;
}

.collapse-icon.accordion-icon-rotate [aria-expanded='true']:before {
  /* collapse icon rotate animation css */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*     Dropdown css   */
/*-------------------*/
.show > .dropdown-menu {
  /*dropdown wrapper has show class dropdown menu display block */
  display: block;
}

/*  dropdown toggle css */
/*---------------------*/
.btn.dropdown-toggle.dropdown-toggle-split {
  padding: 0 1rem;
  border-left-color: rgba(255, 255, 255, 0.2) !important;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*   dropdown menu  */
/*-----------------*/
.dropdown-menu {
  -webkit-box-shadow: -7px 8px 16px 0px rgba(55, 70, 95, 0.2);
  box-shadow: -7px 8px 16px 0px rgba(55, 70, 95, 0.2);
}

.dropdown-menu::before {
  border-top: 1px solid #dfe3e7;
  border-left: 1px solid #dfe3e7;
  /* content: ''; */
  position: absolute;
  top: -1px;
  left: 1.2rem;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background: #ffffff;
  -webkit-transform: rotate(45deg) translate(-7px);
  transform: rotate(45deg) translate(-7px);
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-menu .dropdown-header {
  text-transform: uppercase;
  font-weight: 500;
}

.dropdown-menu .dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-menu .dropdown-item .dropdown-item-emoji {
  font-size: 1rem;
  margin-right: 0.5rem;
}

.dropdown-menu .dropdown-item:active i,
.dropdown-menu .dropdown-item.active i {
  color: #ffffff;
}

.dropdown-menu.dropdown-menu-right::before {
  right: 0.6rem;
  left: auto;
}

.dropdown-menu i {
  color: #475f7b;
}

.dropdown .dropdown-toggle::after,
.dropup .dropdown-toggle::after,
.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::after {
  border: none !important;
  font-family: 'Font Awesome 5 Pro';
  content: '\f107' !important;
  position: relative;
  top: 1px;
  right: 0px;
  left: 0.714rem;
  padding: 0;
  margin: 0;
  vertical-align: 0;
}

.dropdown .dropdown-toggle.dropdown-toggle-split:after,
.dropup .dropdown-toggle.dropdown-toggle-split:after,
.dropright .dropdown-toggle.dropdown-toggle-split:after,
.dropleft .dropdown-toggle.dropdown-toggle-split:after {
  left: 0;
}

.dropdown .dropdown-toggle.nav-hide-arrow::after,
.dropup .dropdown-toggle.nav-hide-arrow::after,
.dropright .dropdown-toggle.nav-hide-arrow::after,
.dropleft .dropdown-toggle.nav-hide-arrow::after {
  display: none;
}

.dropdown .dropdown-toggle:focus,
.dropup .dropdown-toggle:focus,
.dropright .dropdown-toggle:focus,
.dropleft .dropdown-toggle:focus {
  outline: 0;
}

/*  DropUp css  */
/*-------------*/
.dropup .dropdown-toggle::after {
  content: '\ea4f' !important;
  vertical-align: 0.05rem;
  top: 3px;
}

.dropup .dropdown-menu::before {
  bottom: -0.714rem;
  left: 1.214rem;
  top: auto;
  border-bottom: 1px solid #dfe3e7;
  border-right: 1px solid #dfe3e7;
}

.dropup .dropdown-menu.dropdown-menu-right::before {
  left: auto;
  right: 0.714rem;
}

.dropup .dropdown-menu[x-placement^='top-start']::before,
.dropup .dropdown-menu[x-placement^='top-end']::before,
.dropup .dropdown-menu[x-placement^='bottom-start']::before {
  border-top: 0;
  border-left: 0;
}

.dropup .dropdown-submenu .dropdown-menu {
  bottom: auto;
  top: 0;
}

/*   DropLeft  */
/*------------*/
.dropleft .dropdown-toggle::before {
  border: none !important;
  font-family: 'boxicons';
  content: '\ea49' !important;
}

.dropleft .dropdown-menu::before {
  content: '';
  top: 1.285rem;
  right: 0;
  left: auto;
  -webkit-transform: rotate(130deg) translate(-8px);
  transform: rotate(130deg) translate(-8px);
  border-top: 1px solid #dfe3e7;
  border-left: 1px solid #dfe3e7;
}

/*   DropRight  */
/*-------------*/
.dropright .dropdown-toggle::after {
  border: none !important;
  font-family: 'boxicons';
  content: '\ea4a' !important;
}

.dropright .dropdown-menu::before {
  top: 1.285rem;
  left: -0.9rem;
  -webkit-transform: rotate(140deg) translate(-9px);
  transform: rotate(140deg) translate(-9px);
  border-bottom: 1px solid #dfe3e7;
  border-right: 1px solid #dfe3e7;
}

.dropright .dropdown-menu[x-placement^='right-start']::before {
  border-top: 0;
  border-left: 0;
}

/*   Dropdown Icon  */
/*-----------------*/
.dropdown.dropdown-icon-wrapper .dropdown-toggle:after,
.dropup.dropdown-icon-wrapper .dropdown-toggle:after {
  display: none;
}

.dropdown.dropdown-icon-wrapper .dropdown-menu,
.dropup.dropdown-icon-wrapper .dropdown-menu {
  min-width: auto;
}

.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {
  cursor: pointer;
}

.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i,
.dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i {
  font-size: 1.3rem;
}

/* Dropdown inside white button */
.btn.btn-white ~ .dropdown-menu .dropdown-item:not(.acitve):hover {
  color: #727e8c !important;
}

.btn.btn-white ~ .dropdown-menu .dropdown-item.active {
  color: #727e8c;
}

/*   Carousel css   */
/*-----------------*/
.carousel .carousel-indicators li {
  border-radius: 3px;
  border-top: 0;
  border-bottom: 0;
}

.carousel .carousel-inner {
  border-radius: 0.267rem;
}

.carousel .carousel-caption {
  font-weight: 500;
}

.carousel .card-img-overlay h1,
.carousel .card-img-overlay h2,
.carousel .card-img-overlay h3,
.carousel .card-img-overlay h4,
.carousel .card-img-overlay h5,
.carousel .card-img-overlay h6 {
  color: #ffffff;
}

/* Main Navbar Style */
/*------------------*/
.navbar-dark .hamburger-inner,
.navbar-dark .hamburger-inner::before,
.navbar-dark .hamburger-inner::after {
  background-color: #ffffff;
}

.navbar {
  position: inherit;
}

.header-navbar-shadow {
  display: none;
}

.header-navbar {
  padding: 0px;
  min-height: 4rem;
  font-family: 'Roboto', Helvetica, Arial, serif;
  -webkit-transition: 100ms ease all;
  transition: 100ms ease all;
  z-index: 1000;
}

.header-navbar.fixed-top {
  left: 260px;
  position: fixed;
  background-color: #f2f4f4;
}

.header-navbar[class*='bg-'] .navbar-nav .nav-item > a {
  color: #ffffff;
}

.header-navbar[class*='bg-'] .navbar-nav .nav-item > a i,
.header-navbar[class*='bg-'] .navbar-nav .nav-item > a span {
  color: white !important;
}

.header-navbar[class*='bg-'] .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #727e8c !important;
}

.header-navbar[class*='bg-']
  .navbar-nav
  .nav-item.dropdown-user
  .dropdown-menu
  .dropdown-item:active,
.header-navbar[class*='bg-']
  .navbar-nav
  .nav-item.dropdown-language
  .dropdown-menu
  .dropdown-item:active {
  color: white !important;
}

.header-navbar[class*='bg-'] .navbar-nav .search-input .input,
.header-navbar[class*='bg-']
  .navbar-nav
  .search-input
  .search-list
  .auto-suggestion {
  color: #727e8c !important;
}

.header-navbar.navbar-static-top {
  background: #E9EEF4;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header-navbar.navbar-static-top .navbar-wrapper {
  margin-left: 260px;
}

.header-navbar .navbar-wrapper {
  width: 100%;
}

.header-navbar.navbar-border {
  border-bottom: 1px solid #dfe3e7;
}

.header-navbar.navbar-dark.navbar-border {
  border-bottom: 1px solid #8596b5;
}

.header-navbar.navbar-shadow {
  -webkit-box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

.header-navbar .nav-link.dropdown-toggle::after {
  display: none;
}

.header-navbar .navbar-container ul.nav li.dropdown-language {
  padding: 14px 0;
}

.header-navbar .navbar-container {
  padding-left: 1rem;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  background: inherit;
  margin-left: 0;
}

.header-navbar
  .navbar-container
  .bookmark-wrapper
  ul.nav
  li
  > a.nav-link.nav-menu-main {
  padding: 1.2rem 0.5rem;
  position: relative;
}

.header-navbar
  .navbar-container
  .bookmark-wrapper
  ul.nav
  li
  > a.nav-link
  i:hover {
  color: #5a8dee;
}

.header-navbar .navbar-container .bookmark-input {
  z-index: 1001;
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
  top: 53px;
  -webkit-animation: 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    fadein;
  animation: 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu:before {
  content: '';
  background-color: transparent;
  border: none;
}

.header-navbar .navbar-container ul.nav li .badge {
  padding: 0.25em 0.48em;
}

.header-navbar .navbar-container ul.nav li .badge.badge-up {
  position: absolute;
  top: 2px;
  right: -2px;
  font-size: 12px;
}

.header-navbar .navbar-container ul.nav li > a.nav-link {
  color: #727e8c;
}

.header-navbar .navbar-container ul.nav li > a.nav-link i.flag-icon {
  margin-right: 0.5rem;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {
  right: 12px;
  left: auto;
  padding: 0;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
  padding: 0.9rem 1.25rem 0.9rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
  display: inline-block;
  margin-left: 0.2rem;
  line-height: 1.2;
  font-weight: 500;
  color: #4d5569;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-status {
  font-size: smaller;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link img {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.header-navbar .navbar-container ul.nav li a.menu-toggle i {
  font-size: 1.75rem;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  float: left;
  margin-right: 0.8rem;
}

.header-navbar .navbar-container ul.nav li a.nav-link-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {
  padding: 1.5rem 0.75rem 1.15rem 0.75rem;
}

.header-navbar .navbar-container ul.nav li div.input-group {
  padding: 0.7rem 1rem;
}

.header-navbar .navbar-container ul.nav li i.ficon {
  font-size: 1.5rem;
  color: #8494a6;
  vertical-align: middle;
  cursor: pointer;
  -webkit-text-stroke: 0.2px #ffffff;
}

.header-navbar .navbar-container ul.nav li i.ficon:hover {
  color: #5a8dee;
}

.header-navbar .navbar-container ul.nav li .media-list {
  max-height: 21rem;
}

.header-navbar .navbar-container ul.nav li .scrollable-container {
  position: relative;
}

.header-navbar .navbar-container .dropdown-menu-media {
  width: 26rem;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media {
  padding: 1.3rem 1rem;
  border: none;
  border-bottom: 1px solid #dfe3e7;
}

.header-navbar .navbar-container .dropdown-menu-media .media-list .media:hover {
  background: #f2f4f4;
}

.header-navbar
  .navbar-container
  .dropdown-menu-media
  .media-list
  .media
  .media-meta {
  color: #727e8c;
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header {
  border-bottom: 1px solid #dfe3e7;
}

.header-navbar
  .navbar-container
  .dropdown-menu-media
  .dropdown-menu-header
  .dropdown-header {
  text-transform: none;
}

.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer a {
  padding: 0.3rem;
  border-top: 1px solid #dfe3e7;
}

.header-navbar
  .navbar-container
  .dropdown-menu-media
  .dropdown-menu-footer
  a:active {
  background-color: transparent;
}

.header-navbar.navbar-without-menu .navbar-container {
  margin-left: 0;
}

.header-navbar .nav-item + .nav-item {
  margin-left: 0rem;
}

.header-navbar-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #0d6efd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5) !important;
  color: #fff;
}

@media (max-width: 767.98px) {
  .header-navbar .navbar-header {
    width: 100% !important;
    padding: 0.5rem 1rem;
    position: relative;
  }

  .header-navbar .navbar-header .menu-toggle {
    top: 2px;
    position: relative;
  }

  .header-navbar .navbar-header .open-navbar-container i {
    font-size: 1.8rem;
  }

  .header-navbar .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .header-navbar.navbar-with-menu .navbar-container {
    width: 100%;
    display: table;
    margin: 0;
    height: auto;
  }

  .container-conta .table .btn {
    width: 100%;
    margin-bottom: 4%;
  }

  .container-conta .table tbody td.bolder {
    display: block;
  }
}

/* Modern menu For md screen*/
@media (max-width: 991.98px) {
  [data-menu='vertical-menu-modern'] .header-navbar .navbar-header {
    width: 100% !important;
    padding: 0.5rem 1rem;
    position: relative;
  }

  [data-menu='vertical-menu-modern']
    .header-navbar
    .navbar-header
    .menu-toggle {
    top: 2px;
    position: relative;
  }

  [data-menu='vertical-menu-modern']
    .header-navbar
    .navbar-header
    .open-navbar-container
    i {
    font-size: 1.8rem;
  }

  [data-menu='vertical-menu-modern']
    .header-navbar
    .navbar-header
    .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  [data-menu='vertical-menu-modern']
    .header-navbar.navbar-with-menu
    .navbar-container {
    width: 100%;
    display: table;
    margin: 0;
    height: auto;
  }

  [data-menu='vertical-menu-modern']
    .navbar-dark
    .navbar-header
    .navbar-nav
    .nav-link,
  [data-menu='vertical-menu-modern']
    .navbar-semi-dark
    .navbar-header
    .navbar-nav
    .nav-link {
    color: #ffffff;
  }

  [data-menu='vertical-menu-modern']
    .navbar-dark
    .navbar-container
    .navbar-nav
    .nav-link,
  [data-menu='vertical-menu-modern']
    .navbar-semi-dark
    .navbar-container
    .navbar-nav
    .nav-link {
    color: #475f7b;
  }

  [data-menu='vertical-menu-modern']
    .navbar-light
    .navbar-header
    .navbar-nav
    .nav-link {
    color: #475f7b;
  }
}

/*  Navbar colors */
/*---------------*/
.navbar-light {
  background: #ffffff;
}

.navbar-light .navbar-nav .active.nav-link {
  background-color: rgba(0, 0, 0, 0.03);
}

.navbar-dark {
  background: #475f7b;
}

.navbar-dark.navbar-horizontal {
  background: #475f7b;
}

.navbar-dark .nav-search .form-control,
.navbar-dark .nav-search .btn-secondary {
  color: #ffffff;
  background: #475f7b;
}

.navbar-dark .navbar-nav li {
  line-height: 1;
}

.navbar-dark .navbar-nav .active.nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}

.navbar-semi-dark {
  background: #ffffff;
}

.navbar-semi-dark .navbar-header {
  background: #475f7b;
}

.navbar-semi-dark .navbar-header .brand-text {
  color: #ffffff;
}

.navbar-semi-dark .navbar-nav li {
  line-height: 1;
}

.navbar-semi-dark .navbar-nav .nav-link {
  color: #475f7b;
}

.navbar-semi-dark .navbar-nav .active.nav-link {
  background-color: rgba(0, 0, 0, 0.03);
}

.navbar-semi-light {
  background: #475f7b;
}

.navbar-semi-light .navbar-header {
  background: #ffffff;
}

.navbar-semi-light .navbar-header .brand-text {
  color: #475f7b;
}

.navbar-semi-light .navbar-nav li {
  line-height: 1;
}

.navbar-semi-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navbar-semi-light .navbar-nav .active.nav-link {
  background-color: rgba(0, 0, 0, 0.03);
}

/* mozila speficic style */
@-moz-document url-prefix() {
  ul li a .children-in {
    position: relative;
    right: 3px;
    top: -14px;
  }
}

.navbar-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #475f7b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}


.navbar-menu-icon span:nth-child(1) {
  top: 0px;
}

.navbar-menu-icon span:nth-child(2) {
  top: 10px;
}

.navbar-menu-icon span:nth-child(3) {
  top: 20px;
}

.navbar-menu-icon.show span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-menu-icon.show span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navbar-menu-icon.show span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Media queries for device support */
/*---------------------------------*/
@media (max-width: 767.98px) {
  /* generic navbar dropdown specific */
  .header-navbar .navbar-nav .show {
    position: static;
  }

  .header-navbar .navbar-nav .open-navbar-container {
    padding-top: 0.625rem;
  }

  .header-navbar .navbar-container .show .dropdown-menu {
    right: 0;
    left: 0 !important;
    float: none;
    width: auto;
    margin-top: 0;
    max-height: 420px;
    overflow-x: hidden;
  }

  .header-navbar .navbar-container ul.nav li.nav-item i {
    margin-right: 0.2rem;
  }

  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.9rem 0.6rem;
  }

  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px;
  }

  /*  dark navbar  */
  /*--------------*/
  .navbar-dark .hamburger-inner,
  .navbar-dark .hamburger-inner::before,
  .navbar-dark .hamburger-inner::after,
  .navbar-semi-dark .hamburger-inner,
  .navbar-semi-dark .hamburger-inner::before,
  .navbar-semi-dark .hamburger-inner::after {
    background-color: #ffffff;
  }

  .navbar-dark .navbar-header .navbar-nav .nav-link,
  .navbar-semi-dark .navbar-header .navbar-nav .nav-link {
    color: #ffffff;
  }

  .navbar-dark .navbar-container .navbar-nav .nav-link,
  .navbar-semi-dark .navbar-container .navbar-nav .nav-link {
    color: #475f7b;
  }

  /* light navbar */
  /*-------------*/
  .navbar-light .navbar-header .navbar-nav .nav-link,
  .navbar-semi-light .navbar-header .navbar-nav .nav-link {
    color: #475f7b;
  }

  .navbar-light .navbar-container .navbar-nav .nav-link,
  .navbar-semi-light .navbar-container .navbar-nav .nav-link {
    color: #475f7b;
  }

  .container-conta output .button-action,
  .container-conta output.render-mensagem-chamado button {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* headroom css */
.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}

.headroom--pinned-top {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.headroom--pinned-bottom {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.headroom--unpinned-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

/* media query for laguage in small screen */
@media (max-width: 575.98px) {
  .header-navbar .navbar-container ul.nav li .selected-language {
    display: none;
  }
}

/* For Medium and down: iPad support for navbr */
@media (max-width: 1199.98px) {
  .header-navbar .navbar-container ul.nav li a.dropdown-user-link {
    padding: 0.9rem 1.23rem;
  }

  .header-navbar .navbar-container ul.nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px;
  }
}

.main-menu.menu-light.menu-accordion .user-profile-sidebar {
  margin-top: 160px;
}

/* media Query for navbar in mobile screen */
@media (max-width: 767px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .menu-toggle {
    position: relative;
    top: 4.5px;
    padding: 1.12rem 0.8rem 1.12rem 0;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float: left;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-notification .badge-up {
    right: -0.2rem;
  }

  .main-menu.menu-light.menu-accordion .user-profile-sidebar {
    margin-top: 10px;
  }
}

/* media Query for medium screen */
@media (max-width: 1200px) {
  #navbar-mobile.navbar-collapse .navbar-nav {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .menu-toggle {
    position: relative;
    top: 4.5px;
    left: 1rem;
    padding: 1.12rem 0.8rem 1.12rem 0;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-menu {
    position: absolute;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .nav-item {
    float: left;
  }

  #navbar-mobile.navbar-collapse .navbar-nav .dropdown-notification .badge-up {
    right: -0.2rem;
  }

  .main-menu.menu-light.menu-accordion.menu-shadow {
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
  }
}

/*  iPhone 5, 5S  iPhone 6   */
/* Landscape */
@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 180px;
  }
}

/*  iPhone 6+ */
/* Landscape */
@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 280px;
  }
}

/* for alignment of language dropdown and name */
@media (min-width: 992px) {
  .navbar-components-wrapper .navbar .navbar-container {
    background: inherit;
  }

  .navbar-components-wrapper .nav .dropdown-language {
    float: right;
  }
}

/* background color */
@media (max-width: 992px) {
  .navbar-components-wrapper .navbar .navbar-container {
    background: inherit;
  }

  .navbar-components-wrapper .navbar .navbar-container .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* for width of navbar in fixed-top */
@media (max-width: 1200px) {
  .header-navbar.fixed-top {
    left: 0;
  }

  .header-navbar.navbar-static-top .navbar-wrapper {
    margin-left: 0;
  }
}

/* for notification dropdown of navbar component page */
@media (max-width: 768px) {
  .navbar-components-wrapper .navbar .navbar-nav .dropdown-notification.show {
    position: static;
  }

  .header-navbar
    .navbar-container
    ul.nav
    li.dropdown-user
    .dropdown-menu-right {
    right: 0px;
  }
}

@media (max-width: 575.98px) {
  .content.app-content .content-area-wrapper {
    margin-left: 1.2rem !important;
    margin-right: 1.2rem !important;
  }
}

/* 1-column Layout - Back Link in Center */
@media (max-width: 992px) {
  .navbar-container #navbar-mobile .nav-back {
    margin-top: 5px;
  }
}

/*   For Navbar Component    */
/* --------------------------*/
.navbar-components-wrapper .navbar-theme .nav-item .nav-link {
  padding: 1.35rem 1.5rem 1.5rem 0;
  padding-left: 0;
}

.navbar-components-wrapper .navbar-theme .nav-item .nav-link i {
  top: 0;
}

.navbar-components-wrapper .navbar-theme .nav-item .nav-link.menu-toggle {
  padding: 1.2rem 0.5rem;
}

.navbar-components-wrapper .navbar-theme .nav-item .nav-link.navbar-brand {
  margin-right: 0;
}

.navbar-components-wrapper .navbar {
  z-index: auto;
  max-height: 4rem;
  min-height: 4rem;
}

.navbar-components-wrapper .navbar .navbar-container .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.navbar-components-wrapper
  .navbar
  .navbar-container
  .navbar-nav
  .dropdown-menu {
  position: absolute;
}

.navbar-components-wrapper
  .navbar
  .navbar-container.navbar-dark
  .navbar-toggler:focus,
.navbar-components-wrapper
  .navbar
  .navbar-container.navbar-light
  .navbar-toggler:focus {
  outline: 0;
}

/* navbar component specific media query */
@media screen and (max-width: 991px) {
  .navbar-components-wrapper .navbar .navbar-container {
    padding: 0 0.5rem;
  }
}

@-webkit-keyframes fadein {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    -webkit-transform: translate3d(0, 6px, 0);
    transform: translate3d(0, 6px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* card without shadow*/
.no-card-shadow .card {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*    card css    */
/*---------------*/
.card {
  margin-bottom: 2.2rem;
  -webkit-box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card .table-responsive .table-bordered {
  /* bootstrap table bordered css override inside card */
  border: 1px solid #dfe3e7;
}

.card .text-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card .card {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.card .card-subtitle {
  color: #828d99;
  font-weight: 400;
}

.card .card-title {
  font-weight: normal;
  letter-spacing: 0.05rem;
  font-size: 1.47rem;
  margin-bottom: 1.2rem;
}

.card .card-bordered {
  border: 0px solid #dfe3e7;
}

.card .card-img {
  border-radius: 0.267rem;
}

.card.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

.card .card-img-overlay {
  border-radius: 0.267rem;
  text-overflow: ellipsis;
}

.card .card-img-overlay.bg-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.card .card-img-overlay p,
.card .card-img-overlay .card-text,
.card .card-img-overlay .card-title {
  color: #ffffff;
}

.card .card-header .card-title {
  margin-bottom: 0;
}

.card .card-header ~ .card-content .card-body {
  /* Removed card top padding as padding already there for card header */
  padding-top: 0;
}

.card .heading-elements,
.card .heading-elements-toggle {
  background-color: inherit;
  position: absolute;
  top: 17px;
  right: 21px;
  cursor: pointer;
}

.card .heading-elements.heading-top-elements .page-item,
.card .heading-elements-toggle.heading-top-elements .page-item {
  display: inline-block;
}

.card .heading-elements a,
.card .heading-elements-toggle a {
  padding-left: 8px;
}

.card .heading-elements a.btn,
.card .heading-elements-toggle a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

.card .heading-elements a[data-action='collapse'] i,
.card .heading-elements-toggle a[data-action='collapse'] i {
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: inline-block;
}

.card .heading-elements a[data-action='collapse'].rotate i,
.card .heading-elements-toggle a[data-action='collapse'].rotate i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.card .card-footer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #475f7b;
  padding: 1rem 1.9rem;
  font-family: 'Roboto', Helvetica, Arial, serif;
}

/* Card Column specific */
/*---------------------*/
.card-columns .card {
  margin-bottom: 1.96rem;
}

.blank-page .card.bg-authentication {
  -webkit-box-shadow: -8px 20px 25px 0 rgba(25, 42, 70, 0.3);
  box-shadow: -8px 20px 25px 0 rgba(25, 42, 70, 0.3);
}

.card-group .card {
  /* left side shadow change for card-group card only */
  -webkit-box-shadow: 5px 12px 18px 0 rgba(25, 42, 70, 0.13);
  box-shadow: 5px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

/* card-action page media query */
@media (max-width: 767.98px) {
  .heading-elements-toggle {
    z-index: 2;
  }

  .heading-elements {
    text-align: center;
  }

  .heading-elements .list-inline {
    display: none;
  }

  .heading-elements.visible {
    top: 22px !important;
    display: block;
    margin-top: 0;
    height: auto;
    left: 0px;
    padding: 10px;
    z-index: 1;
    position: absolute;
    width: 100%;
  }

  .heading-elements.visible .list-inline {
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
  }
}

@media (min-width: 768px) {
  .heading-elements-toggle {
    display: none;
  }
}

/* IE Specific media query */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-body,
  .card-content {
    min-height: 1px;
  }
}

/*    Breadcrumb css    */
/*---------------------*/
.breadcrumb > li + li::before {
  padding-right: 0.867rem;
}

.breadcrumb .breadcrumb-item a {
  color: #596f88;
}

.breadcrumb .breadcrumb-item a i {
  /* Breadcrumb home icon scss */
  color: #5a8dee;
  position: relative;
  top: 2px;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  /* Breadcrumb divider icon default */
  content: '\f054';
  font-family: 'Font Awesome 5 Pro';
  position: relative;
  top: 0px;
  font-size: 0.62rem;
}

.breadcrumb.breadcrumb-divider {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.breadcrumb.breadcrumb-divider .breadcrumb-item + .breadcrumb-item:before {
  /* Breadcrumb Divider Icon with active Link fill */
  content: '|';
  color: #e0e0e0;
  font-size: 1.5rem;
  position: relative;
  top: -3px;
}

.breadcrumb.breadcrumb-divider .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.4rem 0 0.4rem 1rem;
}

.breadcrumb.breadcrumb-divider .breadcrumb-item:first-child {
  padding-left: 1.67rem;
}

.breadcrumb.breadcrumb-divider .breadcrumb-item.active {
  /* Breadcrumb active item */
  background-color: #5a8dee;
  color: #ffffff;
  border-radius: 0.267rem;
  padding-right: 1.67rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.2rem;
}

.breadcrumb.breadcrumb-divider .breadcrumb-item.active:before {
  content: '';
}

.breadcrumb.rounded-pill {
  /* Breadcrumb with rounded border and active link fill */
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.12);
}

.breadcrumb.rounded-pill.breadcrumb-divider .breadcrumb-item.active {
  border-radius: 50rem;
}

/*  Badges css */
/*------------*/
.badge {
  color: #ffffff;
  font-family: 'Rubik', Helvetica, Arial, serif;
  background-color: #5a8dee;
  text-transform: uppercase;
}

.badge.badge-up {
  /* badge-up - To align badge over any element */
  position: absolute;
  top: -0.8rem;
  right: -0.5rem;
}

.badge.badge-round {
  padding: 0.4rem 0.4rem;
}

.badge.badge-icon {
  padding: 0.25rem 1.4rem;
}

/*    Badge Circle    */
/*-------------------*/
.badge-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  background-color: #5a8dee;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.badge-circle.badge-circle-sm {
  height: 24px;
  width: 24px;
}

.badge-circle.badge-circle-lg {
  height: 48px;
  width: 48px;
}

@media screen and (max-width: 767px) {
  .col-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

/*     Alerts css   */
/*-----------------*/
.alert.alert-dismissible .close {
  color: #ffffff;
  opacity: 1;
  top: -4px;
  text-shadow: none;
  font-weight: normal;
  font-size: 1.73rem;
}

.alert.alert-dismissible .close:focus {
  outline: none;
}

.alert i {
  /* alert with icon */
  margin-right: 0.8rem;
}

/*	 media css 	*/
/*-------------*/
.media-list .media {
  padding: 1.25rem;
  width: 100%;
  margin-top: 0;
}

.media-list a.media {
  color: #475f7b !important;
}

/* media border */
.media-bordered .media {
  border-top: 1px solid #dfe3e7;
}

.media-bordered .media:first-child {
  border-top: 0;
}

/*    tooltip css  */
/*----------------*/
.tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(58, 70, 93, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(58, 70, 93, 0.25);
}

.tooltip.tooltip-light .tooltip-inner {
  background-color: #ffffff;
  color: #727e8c;
  border: 1px solid #dfe3e7;
}

.tooltip.tooltip-light[x-placement^='top'] .arrow:before {
  /* tooltip arrow border Color */
  border-top-color: #ffffff;
  top: -1px;
}

.tooltip.tooltip-light[x-placement^='right'] .arrow:before {
  border-right-color: #ffffff;
  right: -1px;
}

.tooltip.tooltip-light[x-placement^='bottom'] .arrow:before {
  border-bottom-color: #ffffff;
  bottom: -1px;
}

.tooltip.tooltip-light[x-placement^='left'] .arrow:before {
  border-left-color: #ffffff;
  left: -1px;
}

.tooltip.tooltip-horizontal-bookmark {
  /*  Tooltip Horizontal Layout - Bookmark Icons */
  z-index: 1000 !important;
  top: -7px;
}

/*  progress bar css */
/*------------------*/
.progress {
  height: 0.8rem;
  overflow: visible;
  background-color: #e9eef4;
}

.progress .progress-bar {
  position: relative;
}

.progress.progress-sm {
  height: 0.4rem;
}

.progress .progress-bar {
  border-radius: 1.28rem;
  /* -webkit-box-shadow: 0 2px 6px 0 rgba(90, 141, 238, 0.6);
  box-shadow: 0 2px 6px 0 rgba(90, 141, 238, 0.6); */
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.progress .progress-label:before {
  content: attr(aria-valuenow) '%';
  position: absolute;
  color: black;
  right: 0;
  top: -1.6rem;
  font-size: 1rem;
}

/*   Inline list style   */
/*----------------------*/
ul.list-inline li {
  display: inline-block;
}

ul.list-inline.list-inline-pipe > li + li:before {
  content: ' | ';
  padding-right: 2px;
}

/* bootstrap list group */
/*---------------------*/
.list-group .list-group-item.active i.badge-circle {
  background-color: #ffffff;
}

.list-group .list-group-item.active:hover {
  background-color: #5a8dee;
}

.list-group .list-group-item.active h1,
.list-group .list-group-item.active h2,
.list-group .list-group-item.active h3,
.list-group .list-group-item.active h4,
.list-group .list-group-item.active h5,
.list-group .list-group-item.active h6 {
  color: #ffffff;
}

.list-group .list-group-item i {
  /* List Group Icon css */
  font-size: 1.4rem;
}

.list-group button.list-group-item:focus {
  outline: 0px;
}

.list-group .list-group-item-action:hover {
  background-color: #f2f4f4;
}

/* Inline users list - Use in Widget page */
/*---------------------------------------*/
.users-list li + li {
  margin-left: -0.785rem;
}

.users-list li img {
  border: 2px solid #ffffff;
}

.users-list li .badge {
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 0.4rem 0.4rem;
}

/*   Toasts css   */
/*---------------*/
.toast-bs-container {
  /* toast container css */
  z-index: 1040;
  position: fixed;
  top: 0;
  right: 0;
  width: 498px;
}

.toast-bs-container .toast-position {
  position: relative;
  top: 6.2rem;
  right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

/* toast placement css */
.toast-placement .toast {
  position: fixed;
  top: 6.2rem;
  z-index: 1040;
}

/* default toast css */
.toast {
  display: none;
  margin-top: 0.75rem;
}

.toast .toast-header i {
  font-size: 1.4rem;
  margin-right: 0.6rem;
}

.toast .toast-header .toast-title {
  font-size: 1.2rem;
  font-weight: normal;
}

.toast .toast-header .close {
  padding: 0.1rem 0.25rem;
  border-radius: 1.5rem;
  margin-left: 1rem;
  opacity: 1;
  color: #475f7b;
  background-color: #f2f4f4;
}

.toast .toast-header .close:focus,
.toast .toast-header .close:active {
  outline: none;
}

.toast .toast-header .close i {
  font-size: 1.2rem;
  margin: 0;
}

.toast .toast-body {
  padding: 0.86rem 1.4rem;
}

.toast.toast-light .toast-header {
  background-color: transparent;
  border-bottom: 1px solid #dfe3e7;
}

.toast.toast-light .toast-header span {
  color: #475f7b;
}

.toast.toast-light .toast-header i {
  color: #475f7b;
}

.toast.toast-light .toast-header small {
  color: #828d99;
}

.toast.toast-translucent {
  /* translucent toast opacity and display */
  opacity: 0.95;
  display: block;
}

/* IE Specific CSS */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .toast-bs-container {
    position: fixed !important;
    top: 0;
    right: 1%;
    width: auto;
    left: auto;
  }
}

_:-ms-lang(x),
.toast-bs-container {
  position: fixed !important;
  top: 0;
  right: 1%;
  width: auto;
  left: auto;
}

@media screen and (max-width: 430px) {
  .toast-bs-container .toast-position {
    right: 0;
  }
}

/*   Collapse and Accordion  */
/*--------------------------*/
.collapsible .card,
.accordion .card {
  margin-bottom: 0.71rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.267rem !important;
}

.collapsible .card .card-header,
.accordion .card .card-header {
  margin: 0;
  border: solid 1px #dfe3e7;
  padding: 1rem 1.7rem;
  border-radius: 0.267rem !important;
  font-size: 1.2rem;
  font-family: 'Rubik', Helvetica, Arial, serif;
  cursor: pointer;
}

.collapsible .card .card-header i,
.accordion .card .card-header i {
  margin-right: 1rem;
}

.collapsible .card.open,
.accordion .card.open {
  /* open class for shadow and border-radius of card */
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.267rem !important;
}

.collapsible .card.open .card-header,
.accordion .card.open .card-header {
  /* card-header when open class exist */
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid #dfe3e7 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

/*   Pagination css  */
/*------------------*/
.pagination .page-item.previous .page-link,
.pagination .page-item.next .page-link,
.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link {
  color: #5a8dee;
  padding: 0.435rem 0.5rem;
}

.pagination .page-item.previous.disabled .page-link,
.pagination .page-item.next.disabled .page-link,
.pagination .page-item.first.disabled .page-link,
.pagination .page-item.last.disabled .page-link {
  background-color: #f2f4f4;
}

.pagination .page-item:first-child .page-link {
  border-left: 1px solid #dfe3e7;
}

.pagination .page-item:last-child .page-link {
  border-right: 1px solid #dfe3e7;
}

.pagination .page-item .page-link {
  /* page link customization */
  border: 1px solid #dfe3e7;
  border-right: 0;
  border-left: 0;
  color: #324356;
  background-color: transparent;
  font-weight: 600;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination .page-item .page-link:hover {
  border-radius: 0.267rem;
  background-color: rgba(90, 141, 238, 0.2);
}

.pagination .page-item .page-link i {
  font-weight: 600;
  vertical-align: middle;
}

.pagination .page-item.active {
  border-radius: 0;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
  border-radius: 0.267rem;
  background-color: #5a8dee !important;
  color: #ffffff;
}

.pagination .page-item.previous {
  margin-right: 0.3571rem;
}

.pagination .page-item.previous .page-link {
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
}

.pagination .page-item.previous ~ .page-item:nth-child(2) .page-link {
  /* 1st page-item after "prev" button */
  border-left: 1px solid #dfe3e7;
  border-top-left-radius: 0.267rem;
  border-bottom-left-radius: 0.267rem;
}

.pagination .page-item.previous ~ .page-item:nth-last-child(-n + 2) .page-link {
  /* last page-item previous of "Next" button */
  border-right: 1px solid #dfe3e7;
  border-top-right-radius: 0.267rem;
  border-bottom-right-radius: 0.267rem;
}

.pagination .page-item.next {
  margin-left: 0.3571rem;
}

.pagination .page-item.next .page-link {
  border: 1px solid #dfe3e7;
  border-radius: 0.267rem;
}

.pagination.pagination-borderless .page-item .page-link {
  /* Borderless Pagination */
  border: none !important;
}

.pagination.pagination-borderless .page-item.previous .page-link,
.pagination.pagination-borderless .page-item.next .page-link {
  background-color: #dfe3e7;
}

.pagination.pagination-borderless .page-item.previous .page-link:hover,
.pagination.pagination-borderless .page-item.next .page-link:hover {
  background-color: rgba(90, 141, 238, 0.2);
}

.pagination.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.267rem;
  border-bottom-left-radius: 0.267rem;
}

.pagination.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.267rem;
  border-bottom-right-radius: 0.267rem;
}

/*   spinner css   */
/*----------------*/
.spinner-border-lg {
  width: 3rem;
  height: 3rem;
}

.spinner-grow-lg {
  width: 3rem;
  height: 3rem;
}

/*   Modals css   */
/*---------------*/
.modal-open {
  /* body overflow hidden when modal open */
  overflow: hidden !important;
}

.modal .modal-content {
  -webkit-box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

.modal .modal-content i {
  /* top: 11px; */
  font-size: 16px;
  vertical-align: text-top;
  /* padding-top: 5px; */
}

.modal .modal-content .modal-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal .modal-content .modal-header .modal-title {
  font-family: 'Rubik', Helvetica, Arial, serif;
  font-weight: normal;
  font-size: 1.2rem;
  color: #ffffff;
}

.modal .modal-content .modal-header .close {
  /* close button for modal hide */
  padding: 0;
  margin: 0;
  height: 2.4rem;
  width: 2.4rem;
  background-color: #5283d8;
  border-radius: 50%;
  color: #ffffff;
}

.modal .modal-content .modal-header .close:hover,
.modal .modal-content .modal-header .close:focus,
.modal .modal-content .modal-header .close:active {
  outline: none;
}

.modal.modal-borderless .modal-header {
  border: none !important;
}

.modal.modal-borderless .modal-footer {
  border: none !important;
}

.modal .modal-full {
  max-width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

/*  Utilities css  */
/*----------------*/
.icon-left {
  margin-right: 0.5rem;
}

.icon-right {
  margin-right: 0.5rem;
}

.icon-spin {
  display: inline-block;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.blockOverlay {
  z-index: 1050 !important;
}

.blockElement,
.blockPage {
  z-index: 1051 !important;
}

.hidden {
  display: none;
  visibility: hidden;
}

/*  Disabled */
.disabled,
:disabled {
  color: #828d99 !important;
}

.disabled a,
:disabled a {
  color: #828d99 !important;
}

.disabled:hover,
:disabled:hover {
  cursor: auto !important;
}

.round {
  border-radius: 1.5rem;
}

.square {
  border-radius: 0;
}

.icon-line-height {
  line-height: 1.5rem !important;
}

/*  Boxicons Default Set Font-size */
.bx {
  font-size: 1.2rem;
}

/* drag n drop - bullets none on drag - as default */
/*------------------------------------------------*/
.gu-mirror {
  list-style-type: none !important;
}

.line-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

body .section-conta {
  font-size: 14px;
  letter-spacing: 0.01rem;
  background-color: #e9eef4;
  direction: ltr;
  font-family: 'Rubik', Helvetica, Arial, serif;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

section .container-conta {
  padding-top: 1%;
}

html body .content {
  padding: 0;
  position: relative;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: calc(100% - 3.5rem);
  margin-left: 260px;
}

html body .content.app-content.show-overlay .content-overlay {
  z-index: 10;
  opacity: 1;
}

html
  body
  .content.app-content.show-overlay
  .content-overlay
  ~ .header-navbar-shadow {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(44%, rgba(44, 48, 60, 0.9)),
    color-stop(73%, rgba(44, 48, 60, 0.43)),
    to(rgba(44, 48, 60, 0))
  );
  background: linear-gradient(
    180deg,
    rgba(44, 48, 60, 0.9) 44%,
    rgba(44, 48, 60, 0.43) 73%,
    rgba(44, 48, 60, 0)
  );
}

html body .content.app-content .content-overlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* cursor: pointer; */
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  z-index: -1;
}

html body .content.app-content .content-area-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 !important;
}

html body .content.app-content .content-area-wrapper .content-wrapper {
  margin-top: 0;
}

html body .content .content-wrapper {
  padding: calc(0rem - 0.4rem) 1.5rem 0;
  margin-top: 0;
}

html body .content .content-wrapper .content-header-title {
  color: #475f7b;
  margin-right: 1rem;
  border-right: 1px solid #d8dfe7;
  font-size: 1.8rem;
  color: #191f25;
}

html
  body
  .content
  .content-wrapper
  .breadcrumb-wrapper
  .breadcrumb
  .breadcrumb-item
  a,
html
  body
  .content
  .content-wrapper
  .breadcrumb-wrapper
  .breadcrumb
  .breadcrumb-item
  a
  i {
  color: #828d99;
}

html
  body
  .content
  .content-wrapper
  .breadcrumb-wrapper
  .breadcrumb
  .breadcrumb-item
  a:hover,
html
  body
  .content
  .content-wrapper
  .breadcrumb-wrapper
  .breadcrumb
  .breadcrumb-item
  a
  i:hover {
  color: #5a8dee;
}

html
  body
  .content
  .content-wrapper
  .breadcrumb-wrapper
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item {
  padding-left: 9px;
  line-height: 165%;
}

html
  body
  .content
  .content-wrapper
  .breadcrumb-wrapper
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item:before {
  color: #828d99;
  padding-right: 9px;
}

.breadcrumb {
  margin-top: 0.4rem;
}

html body.navbar-hidden .app-content .content-wrapper {
  padding: 2.2rem 2.2rem 0;
  margin-top: 0;
}

html body.navbar-hidden .app-content .content-area-wrapper {
  padding: 0 !important;
  margin-top: 2.5rem;
}

html body.navbar-static .app-content .navbar-container {
  padding-left: 2.2rem;
  padding-right: 1.2rem;
}

html body.navbar-static .app-content .content-wrapper {
  padding: 1.8rem 2.2rem 0;
  margin-top: 3px;
}

html body.navbar-static .app-content .content-area-wrapper {
  margin-top: 1rem;
}

html body.navbar-sticky .app-content .navbar-container {
  padding-left: 1.8rem;
  padding-right: 1rem;
}

html
  body.navbar-sticky
  .app-content
  .navbar-container
  .search-input
  .search-list.show {
  width: 98%;
  left: 1%;
}

html body.navbar-sticky .app-content .content-wrapper {
  padding: 1.8rem 2.2rem 0;
  margin-top: 3rem;
}

html body.navbar-static .navbar-container,
html body.navbar-sticky .navbar-container {
  padding-left: 1.8rem;
  padding-right: 1rem;
}

html body.navbar-static .navbar-container .search-input .search-list.show,
html body.navbar-sticky .navbar-container .search-input .search-list.show {
  width: 98%;
  left: 1%;
}

html body.fixed-footer .content.app-content {
  margin-bottom: 3rem;
}

html body p {
  line-height: 1.5rem;
}

html body.bg-full-screen-image {
  background-size: cover;
}

html body.blank-page .content {
  margin-left: 0;
}

html body.blank-page .content.app-content {
  overflow: overlay;
  overflow-x: hidden;
}

html body.blank-page .content-wrapper {
  padding: 0 !important;
  margin-top: 0 !important;
}

html body.blank-page .content-wrapper .flexbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html body[data-col='1-column'] .content,
html body[data-col='1-column'] .footer {
  margin-left: 0px !important;
}

html body[data-col='1-column'] .header-navbar.fixed-top {
  left: 0 !important;
}

html
  body.horizontal-layout.vertical-overlay-menu
  .navbar-container.main-menu-content {
  padding: 0;
}

html .pace .pace-progress {
  background: #5a8dee;
}

.center {
  margin: auto;
  text-align: center;
}
.app-content.center-layout {
  overflow: hidden;
}

i.livicon-evo,
span.livicon-evo {
  display: inline-block;
}

/* Responsive Layout Css */
/* --------------------- */
@media (min-width: 992px) {
  body .content-right {
    width: calc(100% - 260px);
    float: right;
  }

  body .content-left {
    width: calc(100% - 260px);
    float: left;
  }

  body .content-detached {
    width: 100%;
  }

  body .content-detached.content-right {
    float: right;
    margin-left: -260px;
  }

  body .content-detached.content-right .content-body {
    margin-left: calc(260px + 2.2rem);
  }

  body .content-detached.content-left {
    float: left;
    margin-right: -260px;
  }

  body .content-detached.content-left .content-body {
    margin-right: calc(260px + 2.2rem);
  }

  .sidebar-right.sidebar-sticky {
    float: right !important;
    margin-left: -260px;
    width: 260px !important;
    margin-top: 6rem;
  }

  [data-col='content-left-sidebar'] .sticky-wrapper {
    float: left;
  }
}

.truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

@media (max-width: 575.98px) {
  html body .content .content-wrapper {
    padding: calc(2.2rem - 0.4rem) calc(2.2rem - 1rem) 0;
  }
}

@media (max-width: 575.98px) {
  body.navbar-static .app-content .header-navbar .navbar-container,
  body.navbar-sticky .app-content .header-navbar .navbar-container {
    padding-left: 1rem;
    padding-right: 0.5rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html.full-screen {
    width: 100%;
  }

  html.full-screen .content.app-content {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
  }
}

/* Sidebar */
/* ------ */
.sidebar {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .sidebar {
    vertical-align: top;
  }
}

/* Sidebar Fixed */
.sidebar-fixed {
  position: fixed;
  height: 100%;
  overflow: scroll;
}

/* Sidenav Overlay */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 997;
  display: none;
}

/* Drag Target */
.drag-target {
  height: 100%;
  width: 30px;
  position: fixed;
  top: 0;
  left: -10px;
  z-index: 1036;
}

@media (min-width: 992px) {
  .sidebar-left {
    float: left;
  }

  .sidebar-right {
    float: right;
  }
}

.scroll-top {
  position: fixed;
  bottom: 5%;
  padding: 0.5rem 0.83rem !important;
  right: 30px;
  display: none;
  z-index: 99;
}

/* Main Navigation */
.navigation {
  font-family: 'Rubik', Helvetica, Arial, serif;
  overflow-y: hidden;
  padding-bottom: 20px;
}

.navigation .navigation-header {
  padding: 12px 22px;
  font-size: 0.8rem;
  text-transform: uppercase;
}

.navigation li {
  position: relative;
  white-space: nowrap;
}

.navigation li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.navigation li.disabled a {
  cursor: not-allowed;
}

.dropdown-notification {
  padding: 13px 0;
}

.dropdown-notification .nav-link-label {
  position: relative;
}

.dropdown-notification .media-heading {
  margin-bottom: 0.2rem;
  font-size: 0.8rem;
}

.dropdown-notification .notification-text {
  margin-bottom: 0.5rem;
  font-size: smaller;
  color: #828d99;
}

.dropdown-notification .notification-tag {
  position: relative;
  top: -4px;
}

.dropdown-notification .dropdown-menu.dropdown-menu-right {
  right: -2px;
  padding: 0;
}

.dropdown-notification .dropdown-menu.dropdown-menu-right::before {
  background: #5a8dee;
  border-color: #5a8dee;
}

.dropdown-notification
  .dropdown-menu.dropdown-menu-right
  .scrollable-container
  .read-notification {
  background-color: #f2f4f4;
}

.dropdown-notification .dropdown-menu-header {
  border-top-left-radius: 0.267rem;
  border-top-right-radius: 0.267rem;
  background: #5a8dee;
}

.dropdown-notification .dropdown-menu-header .dropdown-header {
  color: white;
}

body.menu-collapsed .menu-static {
  padding-bottom: calc(100% - 14rem);
}

@media (max-width: 767.98px) {
  .menu-hide .main-menu,
  .menu-open .main-menu {
    -webkit-transition: top 0.35s, height 0.35s, -webkit-transform 0.25s;
    transition: top 0.35s, height 0.35s, -webkit-transform 0.25s;
    transition: transform 0.25s, top 0.35s, height 0.35s;
    transition: transform 0.25s, top 0.35s, height 0.35s,
      -webkit-transform 0.25s;
  }

  .main-menu {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: auto;
  }

  .menu-open .main-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .modal .modal-sm {
    max-width: unset;
  }
}

@media (min-width: 768px) {
  .drag-target {
    z-index: 0;
  }
}

body.fixed-footer .main-menu.menu-fixed {
  height: 100%;
}

@media (max-width: 992px) {
  body .main-menu.menu-static {
    padding-bottom: 100%;
  }
}

/* Content Helpers */
/* --------------- */
/* Display */
.display-inline {
  display: inline !important;
}

.display-block {
  display: block !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-hidden {
  display: none !important;
}

.display-table-cell {
  display: table-cell !important;
}

.position-top-0 {
  top: 0;
}

.position-right-0 {
  right: 0;
}

.position-bottom-0 {
  bottom: 0;
}

.position-left-0 {
  left: 0;
}

.zindex-1 {
  z-index: 1 !important;
}

.zindex-2 {
  z-index: 2 !important;
}

.zindex-3 {
  z-index: 3 !important;
}

.zindex-4 {
  z-index: 4 !important;
}

.zindex-0 {
  z-index: 0 !important;
}

.zindex-minus-1 {
  z-index: -1 !important;
}

.zindex-minus-2 {
  z-index: -2 !important;
}

.zindex-minus-3 {
  z-index: -3 !important;
}

.zindex-minus-4 {
  z-index: -4 !important;
}

.no-edge-top {
  top: 0 !important;
}

.no-edge-bottom {
  bottom: 0 !important;
}

.no-edge-left {
  left: 0 !important;
}

.no-edge-right {
  right: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-move {
  cursor: move;
}

.cursor-default {
  cursor: default;
}

.cursor-progress {
  cursor: progress;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-x-scroll {
  overflow: scroll;
}

.overflow-y-scroll {
  overflow: scroll;
}

.bullets-inside {
  list-style: inside;
}

.list-style-circle {
  list-style: circle;
}

.list-style-square {
  list-style: square;
}

.list-style-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none;
}

.list-style-icons > li i {
  float: left;
  width: 1em;
  margin: 0 6px 0 0;
}

/* Borders */
.border {
  border: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

/* Border Widths */
.border-2 {
  border-width: 2px !important;
}

.border-top-2 {
  border-top-width: 2px !important;
}

.border-bottom-2 {
  border-bottom-width: 2px !important;
}

.border-left-2 {
  border-left-width: 2px !important;
}

.border-right-2 {
  border-right-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-top-3 {
  border-top-width: 3px !important;
}

.border-bottom-3 {
  border-bottom-width: 3px !important;
}

.border-left-3 {
  border-left-width: 3px !important;
}

.border-right-3 {
  border-right-width: 3px !important;
}

/* No Border Radius */
.no-border-top-radius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.no-border-bottom-radius {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.no-border-top-left-radius {
  border-top-left-radius: 0 !important;
}

.no-border-top-right-radius {
  border-top-right-radius: 0 !important;
}

.no-border-bottom-left-radius {
  border-bottom-left-radius: 0 !important;
}

.no-border-bottom-right-radius {
  border-bottom-right-radius: 0 !important;
}

/* Box Shadow */
.box-shadow-0 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.box-shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-3 {
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.box-shadow-4 {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22),
    0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.box-shadow-5 {
  -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
    0 40px 77px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
    0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.box-shadow-6 {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.fit {
  max-width: 100% !important;
}

.half-width {
  width: 50% !important;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

/* Fixed Widths */
.width-50 {
  width: 50px !important;
}

.width-100 {
  width: 100px !important;
}

.width-150 {
  width: 150px !important;
}

.width-200 {
  width: 200px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-450 {
  width: 450px !important;
}

.width-500 {
  width: 500px !important;
}

.width-550 {
  width: 550px !important;
}

.width-600 {
  width: 600px !important;
}

.width-650 {
  width: 650px !important;
}

.width-700 {
  width: 700px !important;
}

.width-750 {
  width: 750px !important;
}

.width-800 {
  width: 800px !important;
}

/* Width In % */
.width-5-per {
  width: 5% !important;
}

.width-10-per {
  width: 10% !important;
}

.width-15-per {
  width: 15% !important;
}

.width-20-per {
  width: 20% !important;
}

.width-25-per {
  width: 25% !important;
}

.width-30-per {
  width: 30% !important;
}

.width-35-per {
  width: 35% !important;
}

.width-40-per {
  width: 40% !important;
}

.width-45-per {
  width: 45% !important;
}

.width-50-per {
  width: 50% !important;
}

.width-55-per {
  width: 55% !important;
}

.width-60-per {
  width: 60% !important;
}

.width-65-per {
  width: 65% !important;
}

.width-70-per {
  width: 70% !important;
}

.width-75-per {
  width: 75% !important;
}

.width-80-per {
  width: 80% !important;
}

.width-90-per {
  width: 90% !important;
}

.width-95-per {
  width: 95% !important;
}

/*Fixed Height In Px */
.min-height-290 {
  min-height: 290px !important;
}

.height-50 {
  height: 50px !important;
}

.height-75 {
  height: 75px !important;
}

.height-100 {
  height: 100px !important;
}

.height-150 {
  height: 150px !important;
}

.height-200 {
  height: 200px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-350 {
  height: 350px !important;
}

.height-400 {
  height: 400px !important;
}

.height-450 {
  height: 450px !important;
}

.height-500 {
  height: 500px !important;
}

.height-550 {
  height: 550px !important;
}

.height-600 {
  height: 600px !important;
}

.height-650 {
  height: 650px !important;
}

.height-700 {
  height: 700px !important;
}

.height-750 {
  height: 750px !important;
}

.height-800 {
  height: 800px !important;
}

/*Fixed Height In % */
.height-5-per {
  height: 5% !important;
}

.height-10-per {
  height: 10% !important;
}

.height-15-per {
  height: 15% !important;
}

.height-20-per {
  height: 20% !important;
}

.height-25-per {
  height: 25% !important;
}

.height-30-per {
  height: 30% !important;
}

.height-35-per {
  height: 35% !important;
}

.height-40-per {
  height: 40% !important;
}

.height-45-per {
  height: 45% !important;
}

.height-50-per {
  height: 50% !important;
}

.height-55-per {
  height: 55% !important;
}

.height-60-per {
  height: 60% !important;
}

.height-65-per {
  height: 65% !important;
}

.height-70-per {
  height: 70% !important;
}

.height-75-per {
  height: 75% !important;
}

.height-80-per {
  height: 80% !important;
}

/* Vh Height */
.full-height-vh-with-nav {
  height: calc(100vh - 5rem - 4rem);
}

.full-height-vh {
  height: 100vh;
}

/* Line Height */
.line-height-1 {
  line-height: 1 !important;
}

.line-height-2 {
  line-height: 2 !important;
}

/* Transformations */
.rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-45-inverse {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-90-inverse {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-180-inverse {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* Pull The Element */
.pull-up {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
  box-shadow: 0px 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 30;
}

/* Image */
/* ----- */
/*Background Image */
.bg-cover {
  background-size: cover !important;
}

.background-repeat {
  background-repeat: repeat !important;
}

.background-no-repeat {
  background-repeat: no-repeat !important;
}

.img-xl {
  width: 64px !important;
  height: 64px !important;
}

.img-lg {
  width: 44px !important;
  height: 44px !important;
}

.img-sm {
  width: 36px !important;
  height: 36px !important;
}

.img-xs {
  width: 32px !important;
  height: 32px !important;
}

/* Bullets */
.bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
}

.bullet.bullet-xs {
  width: 8px;
  height: 8px;
  position: relative;
  top: -1px;
}

.bullet.bullet-sm {
  width: 10px;
  height: 10px;
}

.bullet.bullet-lg {
  width: 18px;
  height: 18rem;
}

/* Avatar Css */
/* ---------- */
.avatar {
  white-space: nowrap;
  background-color: #c3c3c3;
  border-radius: 50%;
  position: relative;
  /*cursor: pointer;*/
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 0.8rem;
  text-align: center;
  vertical-align: middle;
  margin: 5px;
}

.avatar .avatar-content {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.avatar .avatar-content .avatar-icon {
  font-size: 1.2rem;
}

.avatar [class*='avatar-status-'] {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
}

.avatar [class*='avatar-status-'].avatar-status-lg {
  width: 17px;
  height: 17px;
  border-width: 2px;
}

.avatar .avatar-status-online {
  background-color: #39da8a;
}

.avatar .avatar-status-busy {
  background-color: #ff5b5c;
}

.avatar .avatar-status-away {
  background-color: #fdac41;
}

.avatar .avatar-status-offline {
  background-color: #475f7b;
}

.avatar img {
  border-radius: 50%;
}

.avatar.avatar-xl {
  font-size: 1.5rem;
}

.avatar.avatar-xl img {
  width: 70px;
  height: 70px;
}

.avatar.avatar-xl .avatar-content {
  height: 70px;
  width: 70px;
}

.avatar.avatar-xl .avatar-content .avatar-icon {
  font-size: 3rem;
}

.avatar.avatar-lg {
  font-size: 1.2rem;
}

.avatar.avatar-lg img {
  width: 50px;
  height: 50px;
}

.avatar.avatar-lg .avatar-content {
  width: 50px;
  height: 50px;
}

.avatar.avatar-lg .avatar-content .avatar-icon {
  font-size: 2rem;
}

.avatar.avatar-sm .avatar-content {
  width: 24px;
  height: 24px;
}

.avatar.avatar-sm .avatar-content .avatar-icon {
  font-size: 1rem;
}

.avatar.avatar-sm img {
  width: 24px;
  height: 24px;
}

/* Search */
/* ------ */
.navbar-container a.nav-link-search {
  float: left;
}

.navbar-container .search-input {
  float: left;
  width: 0;
}

.navbar-container .search-input input {
  width: 0;
  border: none;
  background: none;
  line-height: 16px;
  padding: 1.7rem 3.6rem;
}

.navbar-container .search-input.open {
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1001;
  margin-top: -1px;
  -webkit-box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
  box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);
}

.navbar-container .search-input.open .search-input-close,
.navbar-container .search-input.open .search-input-icon {
  display: block;
}

.navbar-container .search-input.open input {
  width: 100%;
  outline: none;
  background: none;
}

.navbar-container .search-input .search-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  margin-top: 0.5rem;
  padding-left: 0;
  border-radius: 0.267rem;
  display: none;
}

.navbar-container .search-input .search-list.show {
  display: block;
}

.navbar-container .search-input .search-list li a {
  padding: 0.9rem 1rem;
  color: #727e8c;
}

.navbar-container .search-input .search-list li a span[class*='bx bx-'] {
  font-size: 1.25rem;
}

.navbar-container .search-input .search-list li:first-child {
  border-top-left-radius: 0.267rem;
  border-top-right-radius: 0.267rem;
}

.navbar-container .search-input .search-list li:last-child {
  border-bottom-left-radius: 0.267rem;
  border-bottom-right-radius: 0.267rem;
}

.navbar-container .search-input .search-list li:hover,
.navbar-container .search-input .search-list li.current_item {
  background-color: #f2f4f4;
}

.navbar-container .search-input .search-input-icon {
  z-index: 2;
  z-index: 1002;
  display: none;
  position: absolute;
  left: 1.5rem;
  top: 37%;
  cursor: pointer;
}

.navbar-container .search-input .search-input-icon i {
  font-size: 1.25rem;
}

.navbar-container .search-input .search-input-close {
  z-index: 1001;
  display: none;
  position: absolute;
  right: 2rem;
  top: 32%;
  cursor: pointer;
}

.navbar-container .search-input .search-input-close i {
  font-size: 1.75rem;
}

.navbar-container .bookmark-input {
  position: absolute;
  width: 25%;
  display: none;
}

.navbar-container .bookmark-input.show {
  display: block;
}

.navbar-container .bookmark-input .bookmark-input-icon {
  position: absolute;
  z-index: 1001;
  top: 0.65rem;
  left: 1rem;
}

.navbar-container .bookmark-input input {
  padding: 0.7rem 0.7rem 0.7rem 2.5rem;
  width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.navbar-container .bookmark-input input:focus {
  border: 1px solid #5a8dee;
}

.navbar-container .bookmark-input .search-list {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.navbar-container .bookmark-icon {
  cursor: pointer;
}

.navbar-container .dropdown.bookmark-dropdown {
  padding: 1.4rem 0.5rem 1.35rem;
}

.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after {
  display: none;
}

.navbar-dark .search-input .input,
.navbar-semi-light .search-input .input {
  color: #f5f7fa;
  border-radius: 0.5rem;
}

.navbar-dark .search-input.open .input,
.navbar-semi-light .search-input.open .input {
  color: #f5f7fa;
  border: 1px solid #f5f7fa;
}

@media (max-width: 767.98px) {
  #navbar-mobile .search-input.open .input {
    color: #475f7b;
  }
}

/* static navbar search */
body.navbar-static .navbar-container .search-input.open {
  border-radius: 0;
}

/* Apex chart css */
/* -------------- */
.apexcharts-canvas .apexcharts-tooltip {
  color: #727e8c !important;
}

.apexcharts-canvas .apexcharts-tooltip.dark {
  color: white !important;
}

.apexcharts-canvas .apexcharts-toolbar .apexcharts-menu .apexcharts-menu-item {
  color: #727e8c;
}

.apexcharts-xaxistooltip {
  color: #727e8c !important;
}

#client-retention-chart .apexcharts-canvas .apexcharts-legend {
  left: -14px !important;
}

/* Bootstrap Social */
/* ---------------- */
.btn-social,
.btn-social-icon {
  position: relative;
  padding-left: 3rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child,
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3rem;
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon {
  height: 3rem;
  width: 3rem;
  padding: 0;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* Social Button */
.btn-adn {
  background-color: #d87a68;
  color: white;
  background-color: #d87a68;
  border-color: white;
}

.btn-adn:hover {
  color: white;
  background-color: #d87a68;
  border-color: #d87a68;
}

.btn-adn:focus,
.btn-adn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-adn.disabled,
.btn-adn:disabled {
  color: white;
  background-color: #d87a68;
  border-color: white;
}

.btn-adn:not(:disabled):not(.disabled):active,
.btn-adn:not(:disabled):not(.disabled).active,
.show > .btn-adn.dropdown-toggle {
  color: white;
  background-color: #ce563f;
  border-color: #dfdfdf;
}

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

.btn-bitbucket {
  background-color: #205081;
  color: white;
  background-color: #205081;
  border-color: white;
}

.btn-bitbucket:hover {
  color: white;
  background-color: #205081;
  border-color: #205081;
}

.btn-bitbucket:focus,
.btn-bitbucket.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-bitbucket.disabled,
.btn-bitbucket:disabled {
  color: white;
  background-color: #205081;
  border-color: white;
}

.btn-bitbucket:not(:disabled):not(.disabled):active,
.btn-bitbucket:not(:disabled):not(.disabled).active,
.show > .btn-bitbucket.dropdown-toggle {
  color: white;
  background-color: #163758;
  border-color: #dfdfdf;
}

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

.btn-dropbox {
  background-color: #1087dd;
  color: white;
  background-color: #1087dd;
  border-color: white;
}

.btn-dropbox:hover {
  color: white;
  background-color: #1087dd;
  border-color: #1087dd;
}

.btn-dropbox:focus,
.btn-dropbox.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-dropbox.disabled,
.btn-dropbox:disabled {
  color: white;
  background-color: #1087dd;
  border-color: white;
}

.btn-dropbox:not(:disabled):not(.disabled):active,
.btn-dropbox:not(:disabled):not(.disabled).active,
.show > .btn-dropbox.dropdown-toggle {
  color: white;
  background-color: #0d6aad;
  border-color: #dfdfdf;
}

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

.btn-facebook {
  background-color: #3b5998;
  color: white;
  background-color: #3b5998;
  border-color: white;
}

.btn-facebook:hover {
  color: white;
  background-color: #3b5998;
  border-color: #3b5998;
}

.btn-facebook:focus,
.btn-facebook.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: white;
  background-color: #3b5998;
  border-color: white;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: white;
  background-color: #2d4373;
  border-color: #dfdfdf;
}

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

.btn-flickr {
  background-color: #ff0084;
  color: white;
  background-color: #ff0084;
  border-color: white;
}

.btn-flickr:hover {
  color: white;
  background-color: #ff0084;
  border-color: #ff0084;
}

.btn-flickr:focus,
.btn-flickr.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-flickr.disabled,
.btn-flickr:disabled {
  color: white;
  background-color: #ff0084;
  border-color: white;
}

.btn-flickr:not(:disabled):not(.disabled):active,
.btn-flickr:not(:disabled):not(.disabled).active,
.show > .btn-flickr.dropdown-toggle {
  color: white;
  background-color: #cc006a;
  border-color: #dfdfdf;
}

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

.btn-foursquare {
  background-color: #f94877;
  color: white;
  background-color: #f94877;
  border-color: white;
}

.btn-foursquare:hover {
  color: white;
  background-color: #f94877;
  border-color: #f94877;
}

.btn-foursquare:focus,
.btn-foursquare.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-foursquare.disabled,
.btn-foursquare:disabled {
  color: white;
  background-color: #f94877;
  border-color: white;
}

.btn-foursquare:not(:disabled):not(.disabled):active,
.btn-foursquare:not(:disabled):not(.disabled).active,
.show > .btn-foursquare.dropdown-toggle {
  color: white;
  background-color: #f71752;
  border-color: #dfdfdf;
}

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

.btn-github {
  background-color: #444444;
  color: white;
  background-color: #444444;
  border-color: white;
}

.btn-github:hover {
  color: white;
  background-color: #444444;
  border-color: #444444;
}

.btn-github:focus,
.btn-github.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-github.disabled,
.btn-github:disabled {
  color: white;
  background-color: #444444;
  border-color: white;
}

.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle {
  color: white;
  background-color: #2b2b2b;
  border-color: #dfdfdf;
}

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

.btn-google {
  background-color: #dd4b39;
  color: white;
  background-color: #dd4b39;
  border-color: white;
}

.btn-google:hover {
  color: white;
  background-color: #dd4b39;
  border-color: #dd4b39;
}

.btn-google:focus,
.btn-google.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-google.disabled,
.btn-google:disabled {
  color: white;
  background-color: #dd4b39;
  border-color: white;
}

.btn-google:not(:disabled):not(.disabled):active,
.btn-google:not(:disabled):not(.disabled).active,
.show > .btn-google.dropdown-toggle {
  color: white;
  background-color: #c23321;
  border-color: #dfdfdf;
}

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

.btn-instagram {
  background-color: #3f729b;
  color: white;
  background-color: #3f729b;
  border-color: white;
}

.btn-instagram:hover {
  color: white;
  background-color: #3f729b;
  border-color: #3f729b;
}

.btn-instagram:focus,
.btn-instagram.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: white;
  background-color: #3f729b;
  border-color: white;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
  color: white;
  background-color: #305777;
  border-color: #dfdfdf;
}

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

.btn-linkedin {
  background-color: #007bb6;
  color: white;
  background-color: #007bb6;
  border-color: white;
}

.btn-linkedin:hover {
  color: white;
  background-color: #007bb6;
  border-color: #007bb6;
}

.btn-linkedin:focus,
.btn-linkedin.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-linkedin.disabled,
.btn-linkedin:disabled {
  color: white;
  background-color: #007bb6;
  border-color: white;
}

.btn-linkedin:not(:disabled):not(.disabled):active,
.btn-linkedin:not(:disabled):not(.disabled).active,
.show > .btn-linkedin.dropdown-toggle {
  color: white;
  background-color: #005983;
  border-color: #dfdfdf;
}

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

.btn-microsoft {
  background-color: #2672ec;
  color: white;
  background-color: #2672ec;
  border-color: white;
}

.btn-microsoft:hover {
  color: white;
  background-color: #2672ec;
  border-color: #2672ec;
}

.btn-microsoft:focus,
.btn-microsoft.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-microsoft.disabled,
.btn-microsoft:disabled {
  color: white;
  background-color: #2672ec;
  border-color: white;
}

.btn-microsoft:not(:disabled):not(.disabled):active,
.btn-microsoft:not(:disabled):not(.disabled).active,
.show > .btn-microsoft.dropdown-toggle {
  color: white;
  background-color: #125acd;
  border-color: #dfdfdf;
}

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

.btn-odnoklassniki {
  background-color: #f4731c;
  color: white;
  background-color: #f4731c;
  border-color: white;
}

.btn-odnoklassniki:hover {
  color: white;
  background-color: #f4731c;
  border-color: #f4731c;
}

.btn-odnoklassniki:focus,
.btn-odnoklassniki.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-odnoklassniki.disabled,
.btn-odnoklassniki:disabled {
  color: white;
  background-color: #f4731c;
  border-color: white;
}

.btn-odnoklassniki:not(:disabled):not(.disabled):active,
.btn-odnoklassniki:not(:disabled):not(.disabled).active,
.show > .btn-odnoklassniki.dropdown-toggle {
  color: white;
  background-color: #d35b0a;
  border-color: #dfdfdf;
}

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

.btn-openid {
  background-color: #f7931e;
  color: #324356;
  background-color: #f7931e;
  border-color: white;
}

.btn-openid:hover {
  color: #324356;
  background-color: #f7931e;
  border-color: #f7931e;
}

.btn-openid:focus,
.btn-openid.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
}

.btn-openid.disabled,
.btn-openid:disabled {
  color: #324356;
  background-color: #f7931e;
  border-color: white;
}

.btn-openid:not(:disabled):not(.disabled):active,
.btn-openid:not(:disabled):not(.disabled).active,
.show > .btn-openid.dropdown-toggle {
  color: white;
  background-color: #da7908;
  border-color: #dfdfdf;
}

.btn-openid:not(:disabled):not(.disabled):active:focus,
.btn-openid:not(:disabled):not(.disabled).active:focus,
.show > .btn-openid.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
}

.btn-pinterest {
  background-color: #cb2027;
  color: white;
  background-color: #cb2027;
  border-color: white;
}

.btn-pinterest:hover {
  color: white;
  background-color: #cb2027;
  border-color: #cb2027;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
  color: white;
  background-color: #cb2027;
  border-color: white;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle {
  color: white;
  background-color: #9f191f;
  border-color: #dfdfdf;
}

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

.btn-youtube {
  background-color: #eff7ff;
  color: #324356;
  background-color: #eff7ff;
  border-color: black;
}

.btn-youtube:hover {
  color: white;
  background-color: black;
  border-color: black;
}

.btn-youtube:focus,
.btn-youtube.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(8, 10, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(8, 10, 13, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #324356;
  background-color: #eff7ff;
  border-color: black;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #324356;
  background-color: #bcdeff;
  border-color: black;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(8, 10, 13, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(8, 10, 13, 0.5);
}

.btn-soundcloud {
  background-color: #ff5500;
  color: white;
  background-color: #ff5500;
  border-color: white;
}

.btn-soundcloud:hover {
  color: white;
  background-color: #ff5500;
  border-color: #ff5500;
}

.btn-soundcloud:focus,
.btn-soundcloud.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-soundcloud.disabled,
.btn-soundcloud:disabled {
  color: white;
  background-color: #ff5500;
  border-color: white;
}

.btn-soundcloud:not(:disabled):not(.disabled):active,
.btn-soundcloud:not(:disabled):not(.disabled).active,
.show > .btn-soundcloud.dropdown-toggle {
  color: white;
  background-color: #cc4400;
  border-color: #dfdfdf;
}

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

.btn-tumblr {
  background-color: #2c4762;
  color: white;
  background-color: #2c4762;
  border-color: white;
}

.btn-tumblr:hover {
  color: white;
  background-color: #2c4762;
  border-color: #2c4762;
}

.btn-tumblr:focus,
.btn-tumblr.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-tumblr.disabled,
.btn-tumblr:disabled {
  color: white;
  background-color: #2c4762;
  border-color: white;
}

.btn-tumblr:not(:disabled):not(.disabled):active,
.btn-tumblr:not(:disabled):not(.disabled).active,
.show > .btn-tumblr.dropdown-toggle {
  color: white;
  background-color: #1c2e3f;
  border-color: #dfdfdf;
}

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

.btn-twitter {
  background-color: #55acee;
  color: #324356;
  background-color: #55acee;
  border-color: white;
}

.btn-twitter:hover {
  color: #324356;
  background-color: #55acee;
  border-color: #55acee;
}

.btn-twitter:focus,
.btn-twitter.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #324356;
  background-color: #55acee;
  border-color: white;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
  color: white;
  background-color: #2795e9;
  border-color: #dfdfdf;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(224, 227, 230, 0.5);
}

.btn-vimeo {
  background-color: #1ab7ea;
  color: white;
  background-color: #1ab7ea;
  border-color: white;
}

.btn-vimeo:hover {
  color: white;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}

.btn-vimeo:focus,
.btn-vimeo.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
  color: white;
  background-color: #1ab7ea;
  border-color: white;
}

.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle {
  color: white;
  background-color: #1295bf;
  border-color: #dfdfdf;
}

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

.btn-vk {
  background-color: #587ea3;
  color: white;
  background-color: #587ea3;
  border-color: white;
}

.btn-vk:hover {
  color: white;
  background-color: #587ea3;
  border-color: #587ea3;
}

.btn-vk:focus,
.btn-vk.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-vk.disabled,
.btn-vk:disabled {
  color: white;
  background-color: #587ea3;
  border-color: white;
}

.btn-vk:not(:disabled):not(.disabled):active,
.btn-vk:not(:disabled):not(.disabled).active,
.show > .btn-vk.dropdown-toggle {
  color: white;
  background-color: #466482;
  border-color: #dfdfdf;
}

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

.btn-yahoo {
  background-color: #720e9e;
  color: white;
  background-color: #720e9e;
  border-color: white;
}

.btn-yahoo:hover {
  color: white;
  background-color: #720e9e;
  border-color: #720e9e;
}

.btn-yahoo:focus,
.btn-yahoo.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-yahoo.disabled,
.btn-yahoo:disabled {
  color: white;
  background-color: #720e9e;
  border-color: white;
}

.btn-yahoo:not(:disabled):not(.disabled):active,
.btn-yahoo:not(:disabled):not(.disabled).active,
.show > .btn-yahoo.dropdown-toggle {
  color: white;
  background-color: #500a6f;
  border-color: #dfdfdf;
}

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

/* Social Outline Button */
.btn-outline-adn {
  border: 1px solid #d87a68 !important;
  color: #d87a68;
}

.btn-outline-bitbucket {
  border: 1px solid #205081 !important;
  color: #205081;
}

.btn-outline-dropbox {
  border: 1px solid #1087dd !important;
  color: #1087dd;
}

.btn-outline-facebook {
  border: 1px solid #3b5998 !important;
  color: #3b5998;
}

.btn-outline-flickr {
  border: 1px solid #ff0084 !important;
  color: #ff0084;
}

.btn-outline-foursquare {
  border: 1px solid #f94877 !important;
  color: #f94877;
}

.btn-outline-github {
  border: 1px solid #444444 !important;
  color: #444444;
}

.btn-outline-google {
  border: 1px solid #dd4b39 !important;
  color: #dd4b39;
}

.btn-outline-instagram {
  border: 1px solid #3f729b !important;
  color: #3f729b;
}

.btn-outline-linkedin {
  border: 1px solid #007bb6 !important;
  color: #007bb6;
}

.btn-outline-microsoft {
  border: 1px solid #2672ec !important;
  color: #2672ec;
}

.btn-outline-odnoklassniki {
  border: 1px solid #f4731c !important;
  color: #f4731c;
}

.btn-outline-openid {
  border: 1px solid #f7931e !important;
  color: #f7931e;
}

.btn-outline-pinterest {
  border: 1px solid #cb2027 !important;
  color: #cb2027;
}

.btn-outline-youtube {
  border: 1px solid #ff4500 !important;
  color: #ff4500;
}

.btn-outline-soundcloud {
  border: 1px solid #ff5500 !important;
  color: #ff5500;
}

.btn-outline-tumblr {
  border: 1px solid #2c4762 !important;
  color: #2c4762;
}

.btn-outline-twitter {
  border: 1px solid #55acee !important;
  color: #55acee;
}

.btn-outline-vimeo {
  border: 1px solid #1ab7ea !important;
  color: #1ab7ea;
}

.btn-outline-vk {
  border: 1px solid #587ea3 !important;
  color: #587ea3;
}

.btn-outline-yahoo {
  border: 1px solid #720e9e !important;
  color: #720e9e;
}

/* Social Outline Hover Button */
.btn-outline-adn:hover {
  color: #ad412d;
  border: 1px solid #ad412d !important;
}

.btn-outline-bitbucket:hover {
  color: #0c1d2f;
  border: 1px solid #0c1d2f !important;
}

.btn-outline-dropbox:hover {
  color: #094d7e;
  border: 1px solid #094d7e !important;
}

.btn-outline-facebook:hover {
  color: #1e2e4f;
  border: 1px solid #1e2e4f !important;
}

.btn-outline-flickr:hover {
  color: #99004f;
  border: 1px solid #99004f !important;
}

.btn-outline-foursquare:hover {
  color: #d4073d;
  border: 1px solid #d4073d !important;
}

.btn-outline-github:hover {
  color: #111111;
  border: 1px solid #111111 !important;
}

.btn-outline-google:hover {
  color: #96271a;
  border: 1px solid #96271a !important;
}

.btn-outline-instagram:hover {
  color: #223d52;
  border: 1px solid #223d52 !important;
}

.btn-outline-linkedin:hover {
  color: #003650;
  border: 1px solid #003650 !important;
}

.btn-outline-microsoft:hover {
  color: #0e459e;
  border: 1px solid #0e459e !important;
}

.btn-outline-odnoklassniki:hover {
  color: #a24608;
  border: 1px solid #a24608 !important;
}

.btn-outline-openid:hover {
  color: #a95e06;
  border: 1px solid #a95e06 !important;
}

.btn-outline-pinterest:hover {
  color: #731216;
  border: 1px solid #731216 !important;
}

.btn-outline-youtube:hover {
  color: #992900;
  border: 1px solid #992900 !important;
}

.btn-outline-soundcloud:hover {
  color: #993300;
  border: 1px solid #993300 !important;
}

.btn-outline-tumblr:hover {
  color: #0c141c;
  border: 1px solid #0c141c !important;
}

.btn-outline-twitter:hover {
  color: #147bc9;
  border: 1px solid #147bc9 !important;
}

.btn-outline-vimeo:hover {
  color: #0d7091;
  border: 1px solid #0d7091 !important;
}

.btn-outline-vk:hover {
  color: #344b61;
  border: 1px solid #344b61 !important;
}

.btn-outline-yahoo:hover {
  color: #2e0640;
  border: 1px solid #2e0640 !important;
}

/* Social Background Colors */
.bg-adn {
  background-color: #d87a68;
}

.bg-bitbucket {
  background-color: #205081;
}

.bg-dropbox {
  background-color: #1087dd;
}

.bg-facebook {
  background-color: #3b5998;
}

.bg-flickr {
  background-color: #ff0084;
}

.bg-foursquare {
  background-color: #f94877;
}

.bg-github {
  background-color: #444444;
}

.bg-google {
  background-color: #dd4b39;
}

.bg-instagram {
  background-color: #3f729b;
}

.bg-linkedin {
  background-color: #007bb6;
}

.bg-microsoft {
  background-color: #2672ec;
}

.bg-odnoklassniki {
  background-color: #f4731c;
}

.bg-openid {
  background-color: #f7931e;
}

.bg-pinterest {
  background-color: #cb2027;
}

.bg-youtube {
  background-color: #ff4500;
}

.bg-soundcloud {
  background-color: #ff5500;
}

.bg-tumblr {
  background-color: #2c4762;
}

.bg-twitter {
  background-color: #55acee;
}

.bg-vimeo {
  background-color: #1ab7ea;
}

.bg-vk {
  background-color: #587ea3;
}

.bg-yahoo {
  background-color: #720e9e;
}

/* Social Text Colors */
.adn {
  color: #d87a68;
}

.bitbucket {
  color: #205081;
}

.dropbox {
  color: #1087dd;
}

.facebook {
  color: #3b5998;
}

.flickr {
  color: #ff0084;
}

.foursquare {
  color: #f94877;
}

.github {
  color: #444444;
}

.google {
  color: #dd4b39;
}

.instagram {
  color: #3f729b;
}

.linkedin {
  color: #007bb6;
}

.microsoft {
  color: #2672ec;
}

.odnoklassniki {
  color: #f4731c;
}

.openid {
  color: #f7931e;
}

.pinterest {
  color: #cb2027;
}

.youtube {
  color: #ff4500;
}

.soundcloud {
  color: #ff5500;
}

.tumblr {
  color: #2c4762;
}

.twitter {
  color: #55acee;
}

.vimeo {
  color: #1ab7ea;
}

.vk {
  color: #587ea3;
}

.yahoo {
  color: #720e9e;
}

/* Demo Css */
/* -------- */
.fonticon-container > .fonticon-wrap {
  float: left;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-bottom: 1rem;
}

.fonticon-container > .fonticon-wrap > i {
  font-size: 2.28rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.fonticon-container:hover i {
  color: #5a8dee;
  font-size: 2.9rem;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.fonticon-container > .fonticon-classname,
.fonticon-container > .fonticon-unit {
  display: block;
  font-size: 1.2rem;
  text-transform: lowercase;
  margin-top: 0.3rem;
  font-weight: 400;
}

.font-animated .fonticon-classname {
  text-transform: lowercase;
  font-weight: 400;
}

.browser {
  background: #e0e0e0;
  border: 4px solid #e0e0e0;
  width: 100%;
  height: 12rem;
  padding-top: 20px;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.browser iframe {
  border: 0;
  background: white;
  height: 100%;
  width: 100%;
}

.loader-wrapper {
  height: 8em;
}

.maintenance-icon {
  font-size: 4rem;
}

.animation-icon {
  right: 30px;
  bottom: 10px;
}

.header-navbar.navbar-demo {
  background-color: #f2f4f4;
}

/* Customizer Css */
/* -------------- */
.customizer {
  width: 400px;
  right: -400px;
  padding: 0;
  background-color: white;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  -webkit-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.customizer.open {
  right: 0;
}

.customizer .customizer-content {
  position: relative;
  height: 100%;
}

.customizer .customizer-close {
  position: absolute;
  right: 30px;
  top: 20px;
  padding: 7px;
  width: auto;
  z-index: 10;
  color: #727e8c;
}

.customizer .customizer-close i {
  font-size: 1.71rem;
}

.customizer .customizer-toggle {
  background: #5a8dee;
  color: white;
  display: block;
  -webkit-box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0px 8px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  left: -39px;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
}

.customizer .color-box {
  height: 35px;
  width: 35px;
  margin: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

.customizer .color-box.selected {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
  box-shadow: 0 0 0 3px rgba(52, 144, 220, 0.5);
}

.buy-now {
  position: fixed;
  bottom: 5%;
  right: 142px;
  z-index: 1031;
}

.buy-now .btn {
  -webkit-box-shadow: 0 1px 20px 1px #ff5b5c !important;
  box-shadow: 0 1px 20px 1px #ff5b5c !important;
}

.buy-now .btn:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Chips Css */
/* --------- */
.chip {
  background-color: #f0f0f0;
  font-size: 0.8rem;
  border-radius: 1.428rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 10px;
  margin-bottom: 5px;
  vertical-align: middle;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chip .chip-body {
  color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 1.857rem;
  min-width: 1.857rem;
}

.chip .chip-body .avatar {
  background-color: #c3c3c3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-transform: translate(-8px);
  transform: translate(-8px);
}

.chip .chip-body .avatar .avatar-content {
  top: 0;
}

.chip .chip-body .avatar img {
  border-radius: 50%;
  height: 24px;
  width: 24px;
}

.chip .chip-body .chip-text {
  vertical-align: middle;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.chip .chip-body i {
  font-size: 1rem;
}

.chip .chip-body .chip-closeable {
  min-height: 24px;
  min-width: 24px;
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  color: white;
  -webkit-transform: translate(10px);
  transform: translate(10px);
  cursor: pointer;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .chip .chip-closeable i {
    position: relative;
    top: 3px;
  }
}

/* Divider Css */
/* --------- */
.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 1rem 0;
}

.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 0 1rem;
  background-color: white;
}

.divider .divider-text i {
  font-size: 1rem;
}

.divider .divider-text:before,
.divider .divider-text:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #dfe3e7;
}

.divider .divider-text:before {
  right: 100%;
}

.divider .divider-text:after {
  left: 100%;
}

.divider.divider-left .divider-text {
  float: left;
  padding-left: 0;
}

.divider.divider-left .divider-text:before {
  display: none;
}

.divider.divider-left-center .divider-text {
  left: -25%;
}

.divider.divider-right .divider-text {
  float: right;
  padding-right: 0;
}

.divider.divider-right .divider-text:after {
  display: none;
}

.divider.divider-right-center .divider-text {
  right: -25%;
}

.divider.divider-dotted .divider-text:before,
.divider.divider-dotted .divider-text:after {
  border-style: dotted;
  border-width: 1px;
  border-top-width: 0;
  border-color: black;
}

.divider.divider-dashed .divider-text:before,
.divider.divider-dashed .divider-text:after {
  border-style: dashed;
  border-width: 1px;
  border-top-width: 0;
  border-color: black;
}

/* Error Css */
/* --------- */
.error-title {
  font-size: 3rem;
}

@media only screen and (max-width: 575px) {
  .error-title {
    font-size: 2rem;
  }
}

/* widget chat */
/* ----------- */
.widget-chat .widget-chat-container {
  position: relative;
  height: 420px;
  text-align: center;
  padding: 1.4rem;
}

.widget-chat .chat-content .chat-body {
  overflow: hidden !important;
  margin: 0.67rem 0 0 0 !important;
}

.widget-chat .chat-content .chat-body .chat-message {
  position: relative !important;
  float: right !important;
  text-align: left !important;
  padding: 0.75rem 1rem !important;
  margin: 0.2rem 0.2rem 1.8rem 0 !important;
  max-width: calc(100% - 1rem) !important;
  clear: both !important;
  word-break: break-word !important;
  color: white !important;
  background: #5a8dee !important;
  border-radius: 0.267rem !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6) !important;
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6) !important;
}

.widget-chat .chat-content .chat-body .chat-message p {
  margin-bottom: 0 !important;
}

.widget-chat .chat-content .chat-body .chat-message .h-chat-time {
  position: absolute !important;
  bottom: -20px !important;
  right: 0px !important;
  color: #828d99 !important;
  font-size: 0.8rem !important;
  white-space: nowrap !important;
}

.widget-chat .chat-content .chat.chat-left .chat-body .chat-message .h-chat-time {
  bottom: -20px !important;
  right: unset !important;
  left: 0px !important;
}

.widget-chat .chat-content .chat-body .chat-message .chat-time {
  position: absolute !important;
  bottom: -20px !important;
  right: 0px !important;
  color: #828d99 !important;
  font-size: 0.8rem !important;
  white-space: nowrap !important;
}

.widget-chat .chat-content .chat-left .chat-message {
  text-align: left !important;
  float: left !important;
  margin: 0.2rem 0 1.8rem 0.2rem !important;
  color: #727e8b !important;
  background-color: #e9eef4 !important;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3) !important;
}

.chat-content .badge.badge-light-secondary {
  color: #727e8b !important;
  background-color: #e9eef4 !important;
  text-transform: none;
}

.widget-chat.widget-chat-demo {
  position: fixed;
  z-index: 1031;
  bottom: 90px;
  right: 30px;
  width: 400px;
}

.widget-chat.widget-chat-demo .widget-chat-container {
  height: min(35rem, calc(100vh - 230px));
}

.widget-chat.widget-chat-demo .chat-content .chat-message {
  max-width: calc(100% - 3rem);
}

.widget-chat.widget-chat-demo .card {
  -webkit-box-shadow: 0px 0px 22px 0 rgba(25, 42, 70, 0.25);
  box-shadow: 0px 0px 22px 0 rgba(25, 42, 70, 0.25);
}

.widget-chat.widget-chat-demo .card-header {
  background: #5a8dee;
}

.widget-chat.widget-chat-demo .card-header i {
  color: white;
  margin-right: 10px;
}

.widget-chat.widget-chat-demo .card-header .media-heading {
  color: white;
  margin-top: 7px;
}

.chat-demo-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 100px;
  z-index: 1031;
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border-color: transparent !important;
}

.chat-demo-button i {
  top: 0;
}

@media (max-width: 575.98px) {
  .widget-chat.widget-chat-demo {
    right: 0;
    padding: 0 1.2rem;
    width: 100%;
  }

  .widget-chat.widget-chat-demo .widget-chat-container {
    height: min(30rem, calc(100vh - 230px));
  }
}

/* Timeline */
/* ---------------- */
.widget-timeline li {
  padding: 1.1rem 0;
  list-style: none;
  position: relative;
}

.widget-timeline li.timeline-items:before {
  position: absolute;
  content: '';
  left: -37px;
  top: 24px;
  border: 3px solid white;
  -webkit-box-shadow: 1px 2px 6px 0 rgba(25, 42, 70, 0.3);
  box-shadow: 1px 2px 6px 0 rgba(25, 42, 70, 0.3);
  border-radius: 50%;
  background: #5a8dee;
  height: 13px;
  width: 13px;
  z-index: 2;
}

.widget-timeline li.timeline-items.active:not(:last-child):after {
  position: absolute;
  content: '';
  width: 1px;
  background: #dfe3e7;
  left: -31px;
  top: 30px;
  height: 100%;
  z-index: 1;
}

.widget-timeline li.timeline-items .timeline-content {
  padding: 1.5rem 1rem;
  background-color: #fafbfb;
  border-radius: 0.267rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-timeline li .timeline-time {
  float: right;
  color: #828d99;
  font-size: 0.9rem;
}

.widget-timeline li .timeline-title {
  margin-bottom: 0.25rem;
}

.widget-timeline li .timeline-text {
  margin-bottom: 0.5rem;
}

/* Breakpoints Css */
/* ------------- */
@media screen and (min-width: 0px) {
  head {
    font-family: 'xs 0px';
  }

  body:after {
    content: 'xs - min-width: 0px';
  }
}

@media screen and (min-width: 544px) {
  head {
    font-family: 'sm 544px';
  }

  body:after {
    content: 'sm - min-width: 544px';
  }
}

@media screen and (min-width: 768px) {
  head {
    font-family: 'md 768px';
  }

  body:after {
    content: 'md - min-width: 768px';
  }
}

@media screen and (min-width: 992px) {
  head {
    font-family: 'lg 992px';
  }

  body:after {
    content: 'lg - min-width: 992px';
  }
}

@media screen and (min-width: 1200px) {
  head {
    font-family: 'xl 1200px';
  }

  body:after {
    content: 'xl - min-width: 1200px';
  }
}

head {
  clear: both;
}

head title {
  font-family: 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px';
}

body:after {
  display: none;
}

*[data-usn-if] {
  display: none;
}

/* Basic Input Css */
/* -------------- */
.form-control-position {
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}

/* Input Icon Positioning */
.position-relative .form-control {
  padding-right: calc(1.4em + 0.94rem + 3.7px);
}

.position-relative .form-control.form-control-lg ~ .form-control-position {
  top: 6px;
}

.position-relative .form-control.form-control-sm ~ .form-control-position {
  top: -4px;
}

/* Input Icon Left */
.has-icon-left .form-control {
  padding-right: 1.6rem;
  padding-left: 2.5rem;
}

.has-icon-left .form-control-position {
  right: auto;
}

.has-icon-left .form-control-position i {
  position: relative;
  left: 2px;
  top: -2px;
  color: rgba(0, 0, 0, 0.4);
}

/* Font Sizing */
.font-size-large {
  font-size: 1.2rem;
}

.font-size-base {
  font-size: 1rem;
}

.font-size-small {
  font-size: 0.8rem;
}

.font-size-xsmall {
  font-size: 0.75rem;
}

/* Select2 Css */
/* ----------- */
.select2-container--classic .select2-selection--single {
  min-height: 40px !important;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -4px !important;
  border-color: #828d99 !important;
}

.select2-container--classic:focus,
.select2-container--default:focus {
  outline: none;
}

.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single {
  min-height: 38px;
  padding: 5px;
  border: 1px solid #dfe3e7;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #5a8dee !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1) !important;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered
  i,
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered
  i {
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  min-height: 38px;
}

.select2-container--classic
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  width: 6px;
  height: 6px;
  margin-left: -10px;
  margin-top: -5px;
  border-width: 0 2px 2px 0;
  border-color: #b3c0ce;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #5a8dee !important;
  outline: 0;
}

.select2-container--classic.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b,
.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 2px 0 0 2px;
  border-color: #b3c0ce transparent transparent #b3c0ce;
  margin-top: -2px;
}

.select2-container--classic.select2-container--open
  .select2-selection--single.select-lg
  .select2-selection__arrow
  b,
.select2-container--default.select2-container--open
  .select2-selection--single.select-lg
  .select2-selection__arrow
  b {
  margin-top: 0;
}

.select2-container--classic.select2-container--focus,
.select2-container--default.select2-container--focus {
  outline: 0;
}

.select2-container--classic.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #5a8dee !important;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #dfe3e7;
}

.select2-container--classic .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: 0;
  border-color: #5a8dee !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1) !important;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  margin-right: 0;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #5a8dee !important;
  border-color: transparent !important;
  color: white !important;
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__rendered
  li
  .select2-search__field,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  li
  .select2-search__field {
  margin-top: 6px;
  padding-left: 8px;
}

.select2-container--classic
  .select2-selection--multiple
  .select2-selection__choice__remove,
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: white !important;
  float: right;
  margin-left: 0.3rem;
}

.select2-container--classic .select2-selection--multiple i,
.select2-container--default .select2-selection--multiple i {
  position: relative;
  top: 1px;
  margin-right: 0.5rem;
  padding-left: 1px;
}

.select2-container--classic
  .select2-selection--multiple[class*='bg-']
  .select2-selection__choice,
.select2-container--default
  .select2-selection--multiple[class*='bg-']
  .select2-selection__choice {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
}

.select2-container--classic
  .select2-results__options
  .select2-results__option
  i,
.select2-container--default
  .select2-results__options
  .select2-results__option
  i {
  margin-right: 0.5rem;
  position: relative;
  top: 2px;
}

.select2-container--classic .select2-result-repository__avatar img,
.select2-container--default .select2-result-repository__avatar img {
  width: 50px;
}

.select2-container--classic .select-lg,
.select2-container--default .select-lg {
  min-height: calc(1.4em + 1.334rem + 3.7px) !important;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
  padding: 0.6rem 0.7rem;
}

.select2-container--classic
  .select-lg.select2-selection--single
  .select2-selection__rendered,
.select2-container--default
  .select-lg.select2-selection--single
  .select2-selection__rendered {
  padding-top: -0.233rem;
  padding-left: 0;
  padding-right: 0;
}

.select2-container--classic
  .select-lg.select2-selection--single
  .select2-selection__arrow,
.select2-container--default
  .select-lg.select2-selection--single
  .select2-selection__arrow {
  min-height: calc(1.4em + 1.334rem + 3.7px) !important;
}

.select2-container--classic .select-lg.select2-selection--multiple,
.select2-container--default .select-lg.select2-selection--multiple {
  padding: 0 0.2rem;
}

.select2-container--classic
  .select-lg.select2-selection--multiple
  .select2-selection__rendered,
.select2-container--default
  .select-lg.select2-selection--multiple
  .select2-selection__rendered {
  padding-top: 0 !important;
}

.select2-container--classic
  .select-lg.select2-selection--multiple
  .select2-selection__rendered
  li,
.select2-container--default
  .select-lg.select2-selection--multiple
  .select2-selection__rendered
  li {
  font-size: 1.2rem;
}

.select2-container--classic
  .select-lg.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice,
.select2-container--default
  .select-lg.select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  margin-top: 6.5px;
}

.select2-container--classic .select-sm,
.select2-container--default .select-sm {
  min-height: calc(1.1em + 0.94rem + 3.7px) !important;
  padding: 0 0.2rem;
  font-size: 0.75rem;
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.select2-container--classic
  .select-sm.select2-selection--single
  .select2-selection__arrow,
.select2-container--default
  .select-sm.select2-selection--single
  .select2-selection__arrow {
  top: -0.3rem !important;
}

.select2-container--classic .select-sm.select2-selection--multiple,
.select2-container--default .select-sm.select2-selection--multiple {
  line-height: 1.2;
}

.select2-container--classic
  .select-sm.select2-selection--multiple
  .select2-selection__rendered,
.select2-container--default
  .select-sm.select2-selection--multiple
  .select2-selection__rendered {
  padding: 3px;
}

.select2-container--classic
  .select-sm.select2-selection--multiple
  .select2-selection__rendered
  li,
.select2-container--default
  .select-sm.select2-selection--multiple
  .select2-selection__rendered
  li {
  font-size: 0.75rem;
  margin-top: 2px;
}

.select2-container--classic
  .select-sm.select2-selection--multiple
  .select2-selection__choice,
.select2-container--default
  .select-sm.select2-selection--multiple
  .select2-selection__choice {
  padding: 0.2rem 0.3rem;
}

.select2-container--classic
  .select-sm.select2-selection--multiple
  .select2-search--inline
  .select2-search__field,
.select2-container--default
  .select-sm.select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 3px;
}

.select2 .form-control:focus {
  border-color: #5a8dee !important;
}

/* Datatables Css */
/* ------------- */
.table.dataTable {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 2px;
}

.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc:after {
  top: 8px;
  right: 3px;
}

.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:before,
.table.dataTable thead .sorting_desc_disabled:after {
  font-family: 'boxicons';
  color: #475f7b;
}

.table.dataTable thead .sorting:before,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc_disabled:before {
  content: '\ea4f';
  font-size: 1.1rem;
}

.table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:after {
  content: '\ea48';
  padding-top: 1em;
  font-size: 1.1rem;
}

div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_length {
  margin: 1rem 0;
}

div.dataTables_wrapper div.dataTables_filter select,
div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(100% - 4px) 9px, calc(100% - 20px) 13px, 100% 0;
  padding: 0 0.8rem;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 576px) {
  div.dataTables_wrapper div.dataTables_paginate,
  div.dataTables_wrapper div.dataTables_info {
    text-align: left;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination,
  div.dataTables_wrapper div.dataTables_info ul.pagination {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

/* Pick A Date Css */
/* ------------- */
.picker__input.form-control {
  background-color: white;
}

.picker {
  z-index: 10;
}

.picker.picker--opened:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 1.5rem;
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  background: white;
  -webkit-transform: rotate(45deg) translate(-7px);
  transform: rotate(45deg) translate(-7px);
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.picker .picker__holder {
  margin-top: 0.6rem;
  border-radius: 0.267rem;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}

.picker .picker__day--infocus:hover,
.picker .picker__day--outfocus:hover,
.picker .picker__day--highlighted,
.picker .picker__day--selected,
.picker .picker__day--today {
  border-radius: 50%;
}

.picker .picker__day--highlighted,
.picker .picker__day--highlighted:hover,
.picker .picker--focused .picker__day--highlighted {
  background-color: #5a8dee;
}

.picker .picker__day--today:before,
.picker .picker__button--today:before {
  border-top-color: #5a8dee;
}

.picker .picker__nav--prev:before,
.picker .picker__nav--next:before {
  font-family: 'boxicons';
}

.picker .picker__nav--next:before {
  content: '\eb23';
}

.picker .picker__nav--prev:before {
  content: '\eac9';
}

.picker .picker__button--close:before {
  font-family: 'boxicons';
  content: '\e9c3';
}

.inlineDatePicker {
  display: none;
}

#inlineDatePicker-container .picker {
  height: 370px;
  width: 280px;
  position: relative;
  z-index: 9;
}

#inlineDatePicker-container .picker.picker--opened:before {
  display: none;
}

#inlineDatePicker-container .picker__holder {
  max-height: 480px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  display: block;
}

/* Daterange Css */
/* ------------- */
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #5a8dee;
}

.daterangepicker td.in-range {
  background-color: rgba(90, 141, 238, 0.2);
  color: black;
}

.daterangepicker .ranges li.active {
  background-color: #5a8dee;
}

.daterangepicker-container .daterangepicker {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  float: left;
}

.badge-circle {
  font-size: 20px;
}

/* .badge-circle i {
  margin-left: 4px; 
} */

.badge {
  font-size: 0.88rem;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
  width: 1.6rem !important;
  margin-right: 1rem;
  float: left;
}

body.vertical-layout.vertical-menu-modern
  .main-menu
  .navigation
  > li
  > a
  > i:not(.menu-livicon) {
  font-size: 1.4rem;
}

body.vertical-layout.vertical-menu-modern
  .main-menu
  .navigation
  .menu-content
  > li
  > a {
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}

body.vertical-layout.vertical-menu-modern
  .main-menu
  .navigation
  .menu-content
  > li
  > a
  > i {
  margin-right: 1.25rem;
}

body.vertical-layout.vertical-menu-modern .main-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  width: 260px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  > li
  > a
  > span.badge {
  position: absolute;
  right: 7px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  > li.open
  > a
  > span.badge {
  right: 19px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next):after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.88rem;
  color: #8494a7;
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.4s ease-in-out;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  li.open
  > a:not(.mm-next):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top {
  left: 78px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
  width: 78px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navbar-header
  .brand-text,
body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .modern-nav-toggle {
  display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation-header {
  margin: 0;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li
  a {
  display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li
  a
  .menu-title,
body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li
  a
  .badge {
  display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li:last-child {
  margin-bottom: 1.25rem !important;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li.active
  a {
  background: rgba(90, 141, 238, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li.menu-collapsed-open {
  background: rgba(90, 141, 238, 0.2);
  border: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation {
  overflow: visible;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li.navigation-header
  span {
  display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li
  > a {
  text-overflow: inherit;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li
  > a
  > span.badge {
  float: none !important;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li
  > a
  i {
  margin-right: 2rem;
  float: left;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
  width: 260px;
  -webkit-box-shadow: 5px 0 25px 0 rgba(55, 70, 95, 0.3);
  box-shadow: 5px 0 25px 0 rgba(55, 70, 95, 0.3);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  > li.navigation-header
  span {
  display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  > li
  > a
  i {
  margin-right: 1rem;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  > li
  > a
  > span.badge {
  position: absolute;
  right: 20px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  li.has-sub
  > a:not(.mm-next):after {
  content: '\ea4f';
  font-family: 'boxicons';
  font-size: 1.2rem;
  color: #8494a7;
  display: inline-block;
  position: absolute;
  right: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.4s ease-in-out;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  li.open
  > a:not(.mm-next):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navbar-header
  .brand-text {
  display: inline;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .modern-nav-toggle {
  display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .navbar-static-top
  .navbar-wrapper,
body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
  margin-left: 78px;
}

@media (max-width: 1199.98px) {
  body.vertical-layout.vertical-menu-modern .main-menu {
    width: 0;
  }

  body.vertical-layout.vertical-menu-modern
    .main-menu
    .navigation
    li.navigation-header
    span {
    display: none;
  }

  body.vertical-layout.vertical-menu-modern .content {
    margin-left: 0;
  }

  .main-menu {
    overflow: auto;
  }
}

@media (max-width: 767.98px) {
  body.vertical-layout.vertical-menu-modern .main-menu {
    width: 0;
  }

  body.vertical-layout.vertical-menu-modern .content {
    margin-left: 0;
  }

  .main-menu {
    overflow: auto;
  }
}

.vertical-overlay-menu .content {
  margin-left: 0;
}

.vertical-overlay-menu .navbar .navbar-header {
  float: left;
  width: 260px;
}

.vertical-overlay-menu .navbar[data-nav='brand-center'] .navbar-header {
  padding: 0;
}

.vertical-overlay-menu
  .navbar[data-nav='brand-center']
  .navbar-header
  .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

.vertical-overlay-menu
  .navbar[data-nav='brand-center']
  .navbar-header
  .navbar-brand
  .brand-logo {
  background: url('../imagens/logo-icon.png') no-repeat;
  background-position: -65px -54px;
  height: 27px;
  width: 35px;
}

.vertical-overlay-menu
  .navbar[data-nav='brand-center']
  .navbar-header
  .navbar-brand
  .brand-text {
  color: white;
  padding-left: 1rem;
  letter-spacing: 0.01rem;
  font-size: 1.57rem;
}

.vertical-overlay-menu .main-menu,
.vertical-overlay-menu.menu-hide .main-menu {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  width: 260px;
  left: -260px;
}

.vertical-overlay-menu .main-menu .navigation > li > a > span.badge {
  position: absolute;
  right: 20px;
}

.vertical-overlay-menu .main-menu .navigation > li > a > i {
  margin-right: 14px;
  float: left;
  width: 1.6rem !important;
}

.vertical-overlay-menu .main-menu .navigation > li ul li > a {
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}

.vertical-overlay-menu .main-menu .navigation > li ul li > a > i {
  margin-right: 1.25rem;
}

.vertical-overlay-menu .main-menu .navigation > li ul li:hover a {
  padding-left: 35px;
}

.vertical-overlay-menu
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next):after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.88rem;
  color: #8494a7;
  display: inline-block;
  position: absolute;
  right: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.4s ease-in-out;
}

.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -webkit-transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  top: 0;
}

@media (max-width: 1199.98px) {
  .horizontal-layout.vertical-overlay-menu .app-content .content-wrapper {
    margin-top: 3.5rem;
  }

  .main-menu {
    overflow: auto;
  }
}

.ps__rail-x,
.ps__rail-y {
  display: none;
  opacity: 0;
  position: absolute;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  bottom: 0;
}

.ps__rail-y {
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  right: 0;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y,
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-x:focus,
.ps .ps__rail-x:hover,
.ps .ps__rail-y.ps--clicking,
.ps .ps__rail-y:focus,
.ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps__thumb-x,
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}

.ps__thumb-x {
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  bottom: 2px;
}

.ps__thumb-y {
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  right: 2px;
}

.ps__rail-x.ps--clicking .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y.ps--clicking .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.white {
  color: white !important;
}

.text-light-white {
  color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white {
  background-color: white !important;
}

.bg-white .card-header {
  background-color: transparent;
}

.bg-white .card-footer {
  background-color: transparent;
}

.bg-rgba-white {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-rgba-white.alert {
  color: white;
}

.bg-rgba-white.alert.alert-dismissible .close {
  color: white;
}

.alert.alert-white {
  background: white !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 3px 8px 0 rgba(255, 255, 255, 0.4);
  border: none;
}

.border-white {
  border: 1px solid white !important;
}

.border-white.alert {
  color: white;
}

.border-white.alert.alert-dismissible .close {
  color: white;
}

.border-top-white {
  border-top: 1px solid white;
}

.border-bottom-white {
  border-bottom: 1px solid white;
}

.border-left-white {
  border-left: 1px solid white;
}

.border-right-white {
  border-right: 1px solid white;
}

.header-navbar.bg-white .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px white !important;
}

.badge.badge-white {
  background-color: transparent;
  color: #ffffff !important;
}

.badge.badge-light-white {
  color: #dfe5f2 !important;
}

.badge.bg-white.badge-glow {
  -webkit-box-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px white;
}

.badge.border-white.badge-glow {
  -webkit-box-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px white;
}

.badge.badge-white.badge-glow {
  -webkit-box-shadow: 0px 0px 10px white;
  box-shadow: 0px 0px 10px white;
}

.badge-circle-white {
  background-color: white;
}

.badge-circle-light-white {
  color: white;
}

.overlay-white {
  background: white;
  background: rgba(255, 255, 255, 0.6);
}

.btn-white {
  background-color: white !important;
  color: white;
}

.btn-white:hover {
  color: white;
}

.btn-white:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.6) !important;
}

.btn-white:focus {
  color: white !important;
}

.btn-white:active {
  color: white !important;
}

.btn-white:disabled {
  color: white !important;
}

.btn-white ~ .dropdown-menu .dropdown-item.active {
  background-color: white;
  color: white;
}

.btn-white ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-white.hover {
  color: white;
}

.btn-white.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(255, 255, 255, 0.6) !important;
}

.btn-white.active {
  color: white !important;
}

.btn-white.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(255, 255, 255, 0.5) !important;
}

.btn-white.disabled {
  color: white !important;
}

.btn-light-white {
  color: white !important;
}

.btn-light-white:hover {
  color: white !important;
}

.btn-light-white:active {
  color: white !important;
}

.btn-light-white.hover {
  color: white !important;
}

.btn-light-white.active {
  color: white !important;
}

.btn-outline-white {
  border: 1px solid white;
  background-color: transparent;
  color: white !important;
}

.btn-outline-white:hover {
  color: white !important;
}

.btn-outline-white:active {
  color: white !important;
}

.btn-outline-white ~ .dropdown-menu .dropdown-item.active {
  background-color: white;
  color: white;
}

.btn-outline-white ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-white.hover {
  color: white !important;
}

.btn-outline-white.active {
  color: white !important;
}

.dropdown.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropdown.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropdown.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropdown.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropdown.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropdown.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropdown.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropdown.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropdown.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropdown.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropdown.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropup.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropup.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropup.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropup.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropup.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropup.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropup.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropup.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropup.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropup.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropright.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropright.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropright.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropright.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropright.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropright.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropright.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropright.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropright.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropright.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-white
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropleft.dropdown-icon-wrapper
  .btn-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: black;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-black
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropleft.dropdown-icon-wrapper
  .btn-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #394c62;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-dark
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropleft.dropdown-icon-wrapper
  .btn-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #a3afbd;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-light
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropleft.dropdown-icon-wrapper
  .btn-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #5a8dee;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-primary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropleft.dropdown-icon-wrapper
  .btn-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #475f7b;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-secondary
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropleft.dropdown-icon-wrapper
  .btn-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #77c54a;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-success
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropleft.dropdown-icon-wrapper
  .btn-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #00cfdd;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-info
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropleft.dropdown-icon-wrapper
  .btn-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #fdac41;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-warning
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropleft.dropdown-icon-wrapper
  .btn-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:hover
  i {
  color: #ff5b5c;
}

.dropleft.dropdown-icon-wrapper
  .btn-outline-danger
  ~ .dropdown-menu
  .dropdown-item:active
  i {
  color: white;
}

.bullet.bullet-white {
  background-color: white;
}

.pagination-white .page-item.active .page-link {
  background: white !important;
  color: white;
}

.pagination-white .page-item.active .page-link:hover {
  background: white !important;
  color: white;
}

.pagination-white .page-item.previous .page-link {
  color: white;
}

.pagination-white .page-item.previous .page-link:hover {
  background: white;
}

.pagination-white .page-item.next .page-link {
  color: white;
}

.pagination-white .page-item.next .page-link:hover {
  background: white;
}

.progress-bar-white .progress-bar {
  background-color: white;
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 2px 6px 0 rgba(255, 255, 255, 0.6);
}

.chip-white {
  background-color: white !important;
}

.chip-white .chip-body {
  color: white !important;
}

.divider.divider-white .divider-text:before {
  border-color: white !important;
}

.divider.divider-white .divider-text:after {
  border-color: white !important;
}

.widget-timeline li.timeline-items.timeline-icon-white:before {
  background: white !important;
}

.widget-timeline li.timeline-items.timeline-icon-black:before {
  background: black !important;
}

.widget-timeline li.timeline-items.timeline-icon-dark:before {
  background: #394c62 !important;
}

.widget-timeline li.timeline-items.timeline-icon-light:before {
  background: #a3afbd !important;
}

.widget-timeline li.timeline-items.timeline-icon-primary:before {
  background: #5a8dee !important;
}

.widget-timeline li.timeline-items.timeline-icon-secondary:before {
  background: #475f7b !important;
}

.widget-timeline li.timeline-items.timeline-icon-success:before {
  background: #77c54a !important;
}

.widget-timeline li.timeline-items.timeline-icon-info:before {
  background: #00cfdd !important;
}

.widget-timeline li.timeline-items.timeline-icon-warning:before {
  background: #fdac41 !important;
}

.widget-timeline li.timeline-items.timeline-icon-danger:before {
  background: #ff5b5c !important;
}

input[type='checkbox'].bg-white + .custom-control-label:before {
  background-color: white !important;
}

input[type='radio'].bg-white + .custom-control-label:before {
  background-color: white !important;
}

.checkbox.checkbox-white input:checked ~ label::before {
  background-color: white;
  border-color: white;
}

.checkbox.checkbox-white input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-white label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-white input:checked ~ label::before {
  background-color: white;
  border-color: white;
}

.checkbox.radio-white input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-white input:checked ~ label::before {
  background-color: white;
  border-color: white;
}

.radio.checkbox-white input:checked ~ label::after {
  border-color: white;
}

.radio.radio-white input:checked ~ label::before {
  background-color: white;
  border-color: white;
}

.radio.radio-white input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-white.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.checkbox.checkbox-white.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.checkbox.radio-white.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.checkbox.radio-white.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.radio.checkbox-white.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.radio.checkbox-white.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.radio.radio-white.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.radio.radio-white.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 255, 255, 0.7);
}

.checkbox.checkbox-white.checkbox-icon label i {
  color: white;
}

.checkbox.radio-white.checkbox-icon label i {
  color: white;
}

.radio.checkbox-white.checkbox-icon label i {
  color: white;
}

.radio.radio-white.checkbox-icon label i {
  color: white;
}

.custom-switch-white
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: white !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-white.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8) !important;
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-white {
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-white {
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-black {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-black {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-dark {
  -webkit-box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8);
  box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-dark {
  -webkit-box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8);
  box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-light {
  -webkit-box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8);
  box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-light {
  -webkit-box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8);
  box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-primary {
  -webkit-box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8);
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-primary {
  -webkit-box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8);
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-secondary {
  -webkit-box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8);
  box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-secondary {
  -webkit-box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8);
  box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-success {
  -webkit-box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8);
  box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-success {
  -webkit-box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8);
  box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-info {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8);
  box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-info {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8);
  box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-warning {
  -webkit-box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8);
  box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-warning {
  -webkit-box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8);
  box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-down.btn-danger {
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8);
  box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8);
}

.input-group.touchspin-glow .bootstrap-touchspin-up.btn-danger {
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8);
  box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8);
}

.kanban-container .kanban-board .kanban-item[data-border='white']:before {
  background-color: white;
}

.kanban-container .kanban-board .kanban-item[data-border='black']:before {
  background-color: black;
}

.kanban-container .kanban-board .kanban-item[data-border='dark']:before {
  background-color: #394c62;
}

.kanban-container .kanban-board .kanban-item[data-border='light']:before {
  background-color: #a3afbd;
}

.kanban-container .kanban-board .kanban-item[data-border='primary']:before {
  background-color: #5a8dee;
}

.kanban-container .kanban-board .kanban-item[data-border='secondary']:before {
  background-color: #475f7b;
}

.kanban-container .kanban-board .kanban-item[data-border='success']:before {
  background-color: #77c54a;
}

.kanban-container .kanban-board .kanban-item[data-border='info']:before {
  background-color: #00cfdd;
}

.kanban-container .kanban-board .kanban-item[data-border='warning']:before {
  background-color: #fdac41;
}

.kanban-container .kanban-board .kanban-item[data-border='danger']:before {
  background-color: #ff5b5c;
}

.edit-kanban-item select option.bg-color_name {
  background-color: white;
  background-color: black;
  background-color: #394c62;
  background-color: #a3afbd;
  background-color: #5a8dee;
  background-color: #475f7b;
  background-color: #77c54a;
  background-color: #00cfdd;
  background-color: #fdac41;
  background-color: #ff5b5c;
}

select.select-light-white
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  color: white !important;
}

select.select-light-white
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  color: white !important;
}

.black {
  color: black !important;
}

.text-light-black {
  color: rgba(0, 0, 0, 0.2) !important;
}

.bg-black {
  background-color: black !important;
}

.bg-black .card-header {
  background-color: transparent;
}

.bg-black .card-footer {
  background-color: transparent;
}

.bg-rgba-black {
  background: rgba(0, 0, 0, 0.2) !important;
}

.bg-rgba-black.alert {
  color: black;
}

.bg-rgba-black.alert.alert-dismissible .close {
  color: black;
}

.alert.alert-black {
  background: black !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.4);
  border: none;
}

.border-black {
  border: 1px solid black !important;
}

.border-black.alert {
  color: black;
}

.border-black.alert.alert-dismissible .close {
  color: black;
}

.border-top-black {
  border-top: 1px solid black;
}

.border-bottom-black {
  border-bottom: 1px solid black;
}

.border-left-black {
  border-left: 1px solid black;
}

.border-right-black {
  border-right: 1px solid black;
}

.header-navbar.bg-black .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px black !important;
}

.badge.badge-black {
  background-color: black;
}

.badge.badge-light-black {
  color: black !important;
}

.badge.bg-black.badge-glow {
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}

.badge.border-black.badge-glow {
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}

.badge.badge-black.badge-glow {
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}

.badge-circle-black {
  background-color: black;
}

.badge-circle-light-black {
  color: black;
}

.overlay-black {
  background: black;
  background: rgba(0, 0, 0, 0.6);
}

.btn-black {
  background-color: black !important;
  color: white;
}

.btn-black:hover {
  color: white;
}

.btn-black:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6) !important;
}

.btn-black:focus {
  color: white !important;
}

.btn-black:active {
  color: white !important;
}

.btn-black:disabled {
  color: white !important;
}

.btn-black ~ .dropdown-menu .dropdown-item.active {
  background-color: black;
  color: white;
}

.btn-black ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-black.hover {
  color: white;
}

.btn-black.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.6) !important;
}

.btn-black.active {
  color: white !important;
}

.btn-black.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5) !important;
}

.btn-black.disabled {
  color: white !important;
}

.btn-light-black {
  color: black !important;
}

.btn-light-black:hover {
  color: white !important;
}

.btn-light-black:active {
  color: white !important;
}

.btn-light-black.hover {
  color: white !important;
}

.btn-light-black.active {
  color: white !important;
}

.btn-outline-black {
  border: 1px solid black;
  background-color: transparent;
  color: black !important;
}

.btn-outline-black:hover {
  color: white !important;
}

.btn-outline-black:active {
  color: white !important;
}

.btn-outline-black ~ .dropdown-menu .dropdown-item.active {
  background-color: black;
  color: white;
}

.btn-outline-black ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-black.hover {
  color: white !important;
}

.btn-outline-black.active {
  color: white !important;
}

.bullet.bullet-black {
  background-color: black;
}

.pagination-black .page-item.active .page-link {
  background: black !important;
  color: white;
}

.pagination-black .page-item.active .page-link:hover {
  background: black !important;
  color: white;
}

.pagination-black .page-item.previous .page-link {
  color: black;
}

.pagination-black .page-item.previous .page-link:hover {
  background: black;
}

.pagination-black .page-item.next .page-link {
  color: black;
}

.pagination-black .page-item.next .page-link:hover {
  background: black;
}

.progress-bar-black .progress-bar {
  background-color: black;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.6);
}

.chip-black {
  background-color: black !important;
}

.chip-black .chip-body {
  color: white !important;
}

.divider.divider-black .divider-text:before {
  border-color: black !important;
}

.divider.divider-black .divider-text:after {
  border-color: black !important;
}

input[type='checkbox'].bg-black + .custom-control-label:before {
  background-color: black !important;
}

input[type='radio'].bg-black + .custom-control-label:before {
  background-color: black !important;
}

.checkbox.checkbox-black input:checked ~ label::before {
  background-color: black;
  border-color: black;
}

.checkbox.checkbox-black input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-black label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-black input:checked ~ label::before {
  background-color: black;
  border-color: black;
}

.checkbox.radio-black input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-black input:checked ~ label::before {
  background-color: black;
  border-color: black;
}

.radio.checkbox-black input:checked ~ label::after {
  border-color: white;
}

.radio.radio-black input:checked ~ label::before {
  background-color: black;
  border-color: black;
}

.radio.radio-black input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-black.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.checkbox.checkbox-black.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.checkbox.radio-black.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.checkbox.radio-black.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.radio.checkbox-black.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.radio.checkbox-black.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.radio.radio-black.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.radio.radio-black.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.7);
}

.checkbox.checkbox-black.checkbox-icon label i {
  color: white;
}

.checkbox.radio-black.checkbox-icon label i {
  color: white;
}

.radio.checkbox-black.checkbox-icon label i {
  color: white;
}

.radio.radio-black.checkbox-icon label i {
  color: white;
}

.custom-switch-black
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: black !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-black.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8) !important;
}

select.select-light-black
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  color: black !important;
}

select.select-light-black
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  color: black !important;
}

.dark {
  color: #394c62 !important;
}

.text-light-dark {
  color: rgba(57, 76, 98, 0.2) !important;
}

.bg-dark {
  background-color: #394c62 !important;
}

.bg-dark .card-header {
  background-color: transparent;
}

.bg-dark .card-footer {
  background-color: transparent;
}

.bg-rgba-dark {
  background: rgba(57, 76, 98, 0.2) !important;
}

.bg-rgba-dark.alert {
  color: #394c62;
}

.bg-rgba-dark.alert.alert-dismissible .close {
  color: #394c62;
}

.alert.alert-dark {
  background: #394c62 !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(57, 76, 98, 0.4);
  box-shadow: 0 3px 8px 0 rgba(57, 76, 98, 0.4);
  border: none;
}

.border-dark {
  border: 1px solid #394c62 !important;
}

.border-dark.alert {
  color: #394c62;
}

.border-dark.alert.alert-dismissible .close {
  color: #394c62;
}

.border-top-dark {
  border-top: 1px solid #394c62;
}

.border-bottom-dark {
  border-bottom: 1px solid #394c62;
}

.border-left-dark {
  border-left: 1px solid #394c62;
}

.border-right-dark {
  border-right: 1px solid #394c62;
}

.header-navbar.bg-dark .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #394c62 !important;
}

.badge.badge-dark {
  background-color: #394c62;
}

.badge.badge-light-dark {
  color: #394c62 !important;
}

.badge.bg-dark.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #394c62;
  box-shadow: 0px 0px 10px #394c62;
}

.badge.border-dark.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #394c62;
  box-shadow: 0px 0px 10px #394c62;
}

.badge.badge-dark.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #394c62;
  box-shadow: 0px 0px 10px #394c62;
}

.badge-circle-dark {
  background-color: #394c62;
}

.badge-circle-light-dark {
  color: #394c62;
}

.overlay-dark {
  background: #394c62;
  background: rgba(57, 76, 98, 0.6);
}

.btn-dark {
  background-color: #394c62 !important;
  color: white;
}

.btn-dark:hover {
  color: white;
}

.btn-dark:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(57, 76, 98, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(57, 76, 98, 0.6) !important;
}

.btn-dark:focus {
  color: white !important;
}

.btn-dark:active {
  color: white !important;
}

.btn-dark:disabled {
  color: white !important;
}

.btn-dark ~ .dropdown-menu .dropdown-item.active {
  background-color: #394c62;
  color: white;
}

.btn-dark ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-dark.hover {
  color: white;
}

.btn-dark.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(57, 76, 98, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(57, 76, 98, 0.6) !important;
}

.btn-dark.active {
  color: white !important;
}

.btn-dark.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(57, 76, 98, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(57, 76, 98, 0.5) !important;
}

.btn-dark.disabled {
  color: white !important;
}

.btn-light-dark {
  color: #394c62 !important;
}

.btn-light-dark:hover {
  color: white !important;
}

.btn-light-dark:active {
  color: white !important;
}

.btn-light-dark.hover {
  color: white !important;
}

.btn-light-dark.active {
  color: white !important;
}

.btn-outline-dark {
  border: 1px solid #394c62;
  background-color: transparent;
  color: #394c62 !important;
}

.btn-outline-dark:hover {
  color: white !important;
}

.btn-outline-dark:active {
  color: white !important;
}

.btn-outline-dark ~ .dropdown-menu .dropdown-item.active {
  background-color: #394c62;
  color: white;
}

.btn-outline-dark ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-dark.hover {
  color: white !important;
}

.btn-outline-dark.active {
  color: white !important;
}

.bullet.bullet-dark {
  background-color: #394c62;
}

.pagination-dark .page-item.active .page-link {
  background: #394c62 !important;
  color: white;
}

.pagination-dark .page-item.active .page-link:hover {
  background: #394c62 !important;
  color: white;
}

.pagination-dark .page-item.previous .page-link {
  color: #394c62;
}

.pagination-dark .page-item.previous .page-link:hover {
  background: #394c62;
}

.pagination-dark .page-item.next .page-link {
  color: #394c62;
}

.pagination-dark .page-item.next .page-link:hover {
  background: #394c62;
}

.progress-bar-dark .progress-bar {
  background-color: #394c62;
  -webkit-box-shadow: 0 2px 6px 0 rgba(57, 76, 98, 0.6);
  box-shadow: 0 2px 6px 0 rgba(57, 76, 98, 0.6);
}

.chip-dark {
  background-color: #394c62 !important;
}

.chip-dark .chip-body {
  color: white !important;
}

.divider.divider-dark .divider-text:before {
  border-color: #394c62 !important;
}

.divider.divider-dark .divider-text:after {
  border-color: #394c62 !important;
}

input[type='checkbox'].bg-dark + .custom-control-label:before {
  background-color: #394c62 !important;
}

input[type='radio'].bg-dark + .custom-control-label:before {
  background-color: #394c62 !important;
}

.checkbox.checkbox-dark input:checked ~ label::before {
  background-color: #394c62;
  border-color: #394c62;
}

.checkbox.checkbox-dark input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-dark label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-dark input:checked ~ label::before {
  background-color: #394c62;
  border-color: #394c62;
}

.checkbox.radio-dark input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-dark input:checked ~ label::before {
  background-color: #394c62;
  border-color: #394c62;
}

.radio.checkbox-dark input:checked ~ label::after {
  border-color: white;
}

.radio.radio-dark input:checked ~ label::before {
  background-color: #394c62;
  border-color: #394c62;
}

.radio.radio-dark input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-dark.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.checkbox.checkbox-dark.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.checkbox.radio-dark.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.checkbox.radio-dark.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.radio.checkbox-dark.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.radio.checkbox-dark.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.radio.radio-dark.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.radio.radio-dark.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 76, 98, 0.7);
}

.checkbox.checkbox-dark.checkbox-icon label i {
  color: white;
}

.checkbox.radio-dark.checkbox-icon label i {
  color: white;
}

.radio.checkbox-dark.checkbox-icon label i {
  color: white;
}

.radio.radio-dark.checkbox-icon label i {
  color: white;
}

.custom-switch-dark
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #394c62 !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-dark.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(57, 76, 98, 0.8) !important;
}

select.select-light-dark
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  color: #394c62 !important;
}

select.select-light-dark
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  color: #394c62 !important;
}

.light {
  color: #a3afbd !important;
}

.text-light-light {
  color: rgba(163, 175, 189, 0.2) !important;
}

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

.bg-light .card-header {
  background-color: transparent;
}

.bg-light .card-footer {
  background-color: transparent;
}

.bg-rgba-light {
  background: rgba(163, 175, 189, 0.2) !important;
}

.bg-rgba-light.alert {
  color: #a3afbd;
}

.bg-rgba-light.alert.alert-dismissible .close {
  color: #a3afbd;
}

.alert.alert-light {
  background: #a3afbd !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(163, 175, 189, 0.4);
  box-shadow: 0 3px 8px 0 rgba(163, 175, 189, 0.4);
  border: none;
}

.border-light {
  border: 1px solid #a3afbd !important;
}

.border-light.alert {
  color: #a3afbd;
}

.border-light.alert.alert-dismissible .close {
  color: #a3afbd;
}

.border-top-light {
  border-top: 1px solid #a3afbd;
}

.border-bottom-light {
  border-bottom: 1px solid #a3afbd;
}

.border-left-light {
  border-left: 1px solid #a3afbd;
}

.border-right-light {
  border-right: 1px solid #a3afbd;
}

.header-navbar.bg-light .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #a3afbd !important;
}

.badge.badge-light {
  background-color: #a3afbd;
}

.badge.badge-light-light {
  color: #a3afbd !important;
}

.badge.bg-light.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #a3afbd;
  box-shadow: 0px 0px 10px #a3afbd;
}

.badge.border-light.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #a3afbd;
  box-shadow: 0px 0px 10px #a3afbd;
}

.badge.badge-light.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #a3afbd;
  box-shadow: 0px 0px 10px #a3afbd;
}

.badge-circle-light {
  background-color: #a3afbd;
}

.badge-circle-light-light {
  color: #a3afbd;
}

.overlay-light {
  background: #a3afbd;
  background: rgba(163, 175, 189, 0.6);
}

.container-conta .btn-light {
  background-color: #525e6c !important;
  color: white !important;
}

.btn-light:hover {
  color: white;
}

.btn-light:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(163, 175, 189, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(163, 175, 189, 0.6) !important;
}

.btn-light:focus {
  color: white !important;
}

.btn-light:active {
  color: white !important;
}

.btn-light:disabled {
  color: white !important;
}

.btn-light ~ .dropdown-menu .dropdown-item.active {
  background-color: #a3afbd;
  color: white;
}

.btn-light ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-light.hover {
  color: white;
}

.btn-light.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(163, 175, 189, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(163, 175, 189, 0.6) !important;
}

.btn-light.active {
  color: white !important;
}

.btn-light.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(163, 175, 189, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(163, 175, 189, 0.5) !important;
}

.btn-light.disabled {
  color: white !important;
}

.btn-light-light {
  color: #a3afbd !important;
}

.btn-light-light:hover {
  color: white !important;
}

.btn-light-light:active {
  color: white !important;
}

.btn-light-light.hover {
  color: white !important;
}

.btn-light-light.active {
  color: white !important;
}

.btn-outline-light {
  border: 1px solid #a3afbd;
  background-color: transparent;
  color: #a3afbd !important;
}

.btn-outline-light:hover {
  color: white !important;
}

.btn-outline-light:active {
  color: white !important;
}

.btn-outline-light ~ .dropdown-menu .dropdown-item.active {
  background-color: #a3afbd;
  color: white;
}

.btn-outline-light ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-light.hover {
  color: white !important;
}

.btn-outline-light.active {
  color: white !important;
}

.bullet.bullet-light {
  background-color: #a3afbd;
}

.pagination-light .page-item.active .page-link {
  background: #a3afbd !important;
  color: white;
}

.pagination-light .page-item.active .page-link:hover {
  background: #a3afbd !important;
  color: white;
}

.pagination-light .page-item.previous .page-link {
  color: #a3afbd;
}

.pagination-light .page-item.previous .page-link:hover {
  background: #a3afbd;
}

.pagination-light .page-item.next .page-link {
  color: #a3afbd;
}

.pagination-light .page-item.next .page-link:hover {
  background: #a3afbd;
}

.progress-bar-light .progress-bar {
  background-color: #a3afbd;
  -webkit-box-shadow: 0 2px 6px 0 rgba(163, 175, 189, 0.6);
  box-shadow: 0 2px 6px 0 rgba(163, 175, 189, 0.6);
}

.chip-light {
  background-color: #a3afbd !important;
}

.chip-light .chip-body {
  color: white !important;
}

.divider.divider-light .divider-text:before {
  border-color: #a3afbd !important;
}

.divider.divider-light .divider-text:after {
  border-color: #a3afbd !important;
}

input[type='checkbox'].bg-light + .custom-control-label:before {
  background-color: #a3afbd !important;
}

input[type='radio'].bg-light + .custom-control-label:before {
  background-color: #a3afbd !important;
}

.checkbox.checkbox-light input:checked ~ label::before {
  background-color: #a3afbd;
  border-color: #a3afbd;
}

.checkbox.checkbox-light input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-light label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-light input:checked ~ label::before {
  background-color: #a3afbd;
  border-color: #a3afbd;
}

.checkbox.radio-light input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-light input:checked ~ label::before {
  background-color: #a3afbd;
  border-color: #a3afbd;
}

.radio.checkbox-light input:checked ~ label::after {
  border-color: white;
}

.radio.radio-light input:checked ~ label::before {
  background-color: #a3afbd;
  border-color: #a3afbd;
}

.radio.radio-light input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-light.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.checkbox.checkbox-light.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.checkbox.radio-light.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.checkbox.radio-light.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.radio.checkbox-light.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.radio.checkbox-light.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.radio.radio-light.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.radio.radio-light.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
  box-shadow: 0 0 6px 0 rgba(163, 175, 189, 0.7);
}

.checkbox.checkbox-light.checkbox-icon label i {
  color: white;
}

.checkbox.radio-light.checkbox-icon label i {
  color: white;
}

.radio.checkbox-light.checkbox-icon label i {
  color: white;
}

.radio.radio-light.checkbox-icon label i {
  color: white;
}

.custom-switch-light
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #a3afbd !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-light.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(163, 175, 189, 0.8) !important;
}

select.select-light-light
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  color: #a3afbd !important;
}

select.select-light-light
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  color: #a3afbd !important;
}

.primary.lighten-5 {
  color: #ceddfa !important;
}

.bg-primary.bg-lighten-5 {
  background-color: #ceddfa !important;
}

.btn-primary.btn-lighten-5 {
  border-color: #2c6de9 !important;
  background-color: #ceddfa !important;
}

.btn-primary.btn-lighten-5:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-lighten-5:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-lighten-5:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-lighten-5 {
  border-color: #ceddfa !important;
  color: #ceddfa !important;
}

.btn-outline-primary.btn-outline-lighten-5:hover {
  background-color: #ceddfa !important;
}

input:focus ~ .bg-primary {
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ceddfa !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ceddfa !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #b6cdf8 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #b6cdf8 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #9fbdf5 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #9fbdf5 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #88adf3 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #88adf3 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #719df0 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #719df0 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #437dec !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #437dec !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #2c6de9 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #2c6de9 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #175ee4 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #175ee4 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #1554cd !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #1554cd !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #bdfdff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #bdfdff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #8afbff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #8afbff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #57faff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #57faff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #3df9ff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #3df9ff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #f6f9fe !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #f6f9fe !important;
}

input:focus ~ .bg-secondary {
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #879fba !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #879fba !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #7792b1 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #7792b1 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #6785a7 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #6785a7 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #5a789b !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #5a789b !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #8494a6 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #8494a6 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #3e536b !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #3e536b !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #34465b !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #34465b !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #2b3a4a !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #2b3a4a !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #222d3a !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #222d3a !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #e6eaee !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #e6eaee !important;
}

input:focus ~ .bg-success {
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #a4eec9 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #a4eec9 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #8feabd !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #8feabd !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #79e6b0 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #79e6b0 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #64e2a3 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #64e2a3 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #6bb540 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #6bb540 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #27d27d !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #27d27d !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #77c54a !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #77c54a !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #1fa764 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #1fa764 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #1b9257 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #1b9257 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #e1fff1 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #e1fff1 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #aeffd9 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #aeffd9 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #7bffc1 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #7bffc1 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #62ffb5 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #62ffb5 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #eaf7da !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #eaf7da !important;
}

input:focus ~ .bg-info {
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #5ef5ff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #5ef5ff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #44f3ff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #44f3ff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #2bf2ff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #2bf2ff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #11f0ff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #11f0ff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #00e7f7 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #00e7f7 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #00b7c4 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #00b7c4 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #009faa !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #009faa !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #008791 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #008791 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #006f77 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #006f77 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #feffff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #feffff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #cbf5ff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #cbf5ff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #98ecff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #98ecff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #7fe7ff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #7fe7ff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ccf5f8 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ccf5f8 !important;
}

input:focus ~ .bg-warning {
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fee3bf !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fee3bf !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fed8a6 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fed8a6 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fecd8d !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fecd8d !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fec273 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fec273 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fdb75a !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fdb75a !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fda128 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fda128 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fc960f !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #fc960f !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ef8903 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ef8903 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #d67b02 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #d67b02 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffffff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffffff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffe5d8 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffe5d8 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffffff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffffff !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffe3da !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffe3da !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffffff !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffffff !important;
}

input:focus ~ .bg-danger {
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffdbdb !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffdbdb !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffc1c1 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffc1c1 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffa8a8 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffa8a8 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff8e8f !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff8e8f !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff7575 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff7575 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff4243 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff4243 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff2829 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff2829 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff0f10 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ff0f10 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #f40001 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #f40001 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffeef1 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffeef1 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffd6db !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffd6db !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffecee !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffecee !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffd3d7 !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffd3d7 !important;
  -webkit-box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffdede !important;
  box-shadow: 0 0 0 0.075rem white, 0 0 0 0.21rem #ffdede !important;
}

.border-primary.border-lighten-5 {
  border: 1px solid #ceddfa !important;
}

.border-top-primary.border-top-lighten-5 {
  border-top: 1px solid #ceddfa !important;
}

.border-bottom-primary.border-bottom-lighten-5 {
  border-bottom: 1px solid #ceddfa !important;
}

.border-left-primary.border-left-lighten-5 {
  border-left: 1px solid #ceddfa !important;
}

.border-right-primary.border-right-lighten-5 {
  border-right: 1px solid #ceddfa !important;
}

.overlay-primary.overlay-lighten-5 {
  background: #ceddfa;
  background: rgba(206, 221, 250, 0.6);
}

.primary.lighten-4 {
  color: #b6cdf8 !important;
}

.bg-primary.bg-lighten-4 {
  background-color: #b6cdf8 !important;
}

.btn-primary.btn-lighten-4 {
  border-color: #2c6de9 !important;
  background-color: #b6cdf8 !important;
}

.btn-primary.btn-lighten-4:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-lighten-4:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-lighten-4:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-lighten-4 {
  border-color: #b6cdf8 !important;
  color: #b6cdf8 !important;
}

.btn-outline-primary.btn-outline-lighten-4:hover {
  background-color: #b6cdf8 !important;
}

.border-primary.border-lighten-4 {
  border: 1px solid #b6cdf8 !important;
}

.border-top-primary.border-top-lighten-4 {
  border-top: 1px solid #b6cdf8 !important;
}

.border-bottom-primary.border-bottom-lighten-4 {
  border-bottom: 1px solid #b6cdf8 !important;
}

.border-left-primary.border-left-lighten-4 {
  border-left: 1px solid #b6cdf8 !important;
}

.border-right-primary.border-right-lighten-4 {
  border-right: 1px solid #b6cdf8 !important;
}

.overlay-primary.overlay-lighten-4 {
  background: #b6cdf8;
  background: rgba(182, 205, 248, 0.6);
}

.primary.lighten-3 {
  color: #9fbdf5 !important;
}

.bg-primary.bg-lighten-3 {
  background-color: #9fbdf5 !important;
}

.btn-primary.btn-lighten-3 {
  border-color: #2c6de9 !important;
  background-color: #9fbdf5 !important;
}

.btn-primary.btn-lighten-3:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-lighten-3:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-lighten-3:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-lighten-3 {
  border-color: #9fbdf5 !important;
  color: #9fbdf5 !important;
}

.btn-outline-primary.btn-outline-lighten-3:hover {
  background-color: #9fbdf5 !important;
}

.border-primary.border-lighten-3 {
  border: 1px solid #9fbdf5 !important;
}

.border-top-primary.border-top-lighten-3 {
  border-top: 1px solid #9fbdf5 !important;
}

.border-bottom-primary.border-bottom-lighten-3 {
  border-bottom: 1px solid #9fbdf5 !important;
}

.border-left-primary.border-left-lighten-3 {
  border-left: 1px solid #9fbdf5 !important;
}

.border-right-primary.border-right-lighten-3 {
  border-right: 1px solid #9fbdf5 !important;
}

.overlay-primary.overlay-lighten-3 {
  background: #9fbdf5;
  background: rgba(159, 189, 245, 0.6);
}

.primary.lighten-2 {
  color: #88adf3 !important;
}

.bg-primary.bg-lighten-2 {
  background-color: #88adf3 !important;
}

.btn-primary.btn-lighten-2 {
  border-color: #2c6de9 !important;
  background-color: #88adf3 !important;
}

.btn-primary.btn-lighten-2:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-lighten-2:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-lighten-2:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-lighten-2 {
  border-color: #88adf3 !important;
  color: #88adf3 !important;
}

.btn-outline-primary.btn-outline-lighten-2:hover {
  background-color: #88adf3 !important;
}

.border-primary.border-lighten-2 {
  border: 1px solid #88adf3 !important;
}

.border-top-primary.border-top-lighten-2 {
  border-top: 1px solid #88adf3 !important;
}

.border-bottom-primary.border-bottom-lighten-2 {
  border-bottom: 1px solid #88adf3 !important;
}

.border-left-primary.border-left-lighten-2 {
  border-left: 1px solid #88adf3 !important;
}

.border-right-primary.border-right-lighten-2 {
  border-right: 1px solid #88adf3 !important;
}

.overlay-primary.overlay-lighten-2 {
  background: #88adf3;
  background: rgba(136, 173, 243, 0.6);
}

.primary.lighten-1 {
  color: #719df0 !important;
}

.bg-primary.bg-lighten-1 {
  background-color: #719df0 !important;
}

.btn-primary.btn-lighten-1 {
  border-color: #2c6de9 !important;
  background-color: #719df0 !important;
}

.btn-primary.btn-lighten-1:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-lighten-1:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-lighten-1:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-lighten-1 {
  border-color: #719df0 !important;
  color: #719df0 !important;
}

.btn-outline-primary.btn-outline-lighten-1:hover {
  background-color: #719df0 !important;
}

.border-primary.border-lighten-1 {
  border: 1px solid #719df0 !important;
}

.border-top-primary.border-top-lighten-1 {
  border-top: 1px solid #719df0 !important;
}

.border-bottom-primary.border-bottom-lighten-1 {
  border-bottom: 1px solid #719df0 !important;
}

.border-left-primary.border-left-lighten-1 {
  border-left: 1px solid #719df0 !important;
}

.border-right-primary.border-right-lighten-1 {
  border-right: 1px solid #719df0 !important;
}

.overlay-primary.overlay-lighten-1 {
  background: #719df0;
  background: rgba(113, 157, 240, 0.6);
}

.primary {
  color: #5a8dee !important;
}

.text-light-primary {
  color: rgba(90, 141, 238, 0.2) !important;
}

.bg-primary {
  background-color: #5a8dee !important;
}

.bg-primary h4 {
  color: white !important;
}

.bg-primary .table {
  font-weight: 100;
  color: #b2cdff;
}

.bg-primary .table thead th {
  padding-top: 30px;
  color: white !important;
}

.bg-primary .table td {
  padding: 0 0.75rem 1.55rem 0.75rem;
}

.bg-primary .card-header {
  background-color: transparent;
}

.bg-primary .card-footer {
  background-color: transparent;
}

.bg-rgba-primary {
  background: rgba(90, 141, 238, 0.2) !important;
}

.bg-rgba-primary.alert {
  color: #5a8dee;
}

.bg-rgba-primary.alert.alert-dismissible .close {
  color: #5a8dee;
}

.alert.alert-primary {
  background: #5a8dee !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(90, 141, 238, 0.4);
  box-shadow: 0 3px 8px 0 rgba(90, 141, 238, 0.4);
  border: none;
}

.border-primary {
  border: 1px solid #5a8dee !important;
  background: #f6f9fe;
}

.border-primary .select2-selection__arrow b {
  border-color: #2c6de9 !important;
}

.border-primary.alert {
  color: #5a8dee;
}

.border-primary.alert.alert-dismissible .close {
  color: #5a8dee;
}

.border-top-primary {
  border-top: 1px solid #5a8dee;
}

.border-bottom-primary {
  border-bottom: 1px solid #5a8dee;
}

.border-left-primary {
  border-left: 1px solid #5a8dee;
}

.border-right-primary {
  border-right: 1px solid #5a8dee;
}

.header-navbar.bg-primary .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #5a8dee !important;
}

.badge-light-white {
  background: transparent;
  color: white !important;
  border: 1px solid white !important;
}

.badge.badge-primary {
  background-color: #5a8dee;
}

.badge.badge-light-primary {
  background-color: #f6f9fe;
  color: #5a8dee !important;
}

.badge.bg-primary.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #5a8dee;
  box-shadow: 0px 0px 10px #5a8dee;
}

.badge.border-primary.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #5a8dee;
  box-shadow: 0px 0px 10px #5a8dee;
}

.badge.badge-primary.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #5a8dee;
  box-shadow: 0px 0px 10px #5a8dee;
}

.badge-circle-primary {
  background-color: #5a8dee;
}

.badge-circle-light-primary {
  background-color: #f6f9fe;
  color: #5a8dee;
}

.overlay-primary {
  background: #5a8dee;
  background: rgba(90, 141, 238, 0.6);
}

.container-conta .btn-primary, .body-login .btn-primary {
  border-color: #2c6de9 !important;
  background-color: #5a8dee !important;
  color: white;
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-primary:hover {
  background-color: #719df0 !important;
  color: white;
}

.btn-primary:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;
}

.btn-primary:focus {
  background-color: #437dec !important;
  color: white !important;
}

.btn-primary:active {
  background-color: #437dec !important;
  color: white !important;
}

.btn-primary:disabled {
  color: white !important;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active {
  background-color: #5a8dee;
  color: white;
}

.btn-primary ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-primary.hover {
  background-color: #719df0 !important;
  color: white;
}

.btn-primary.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;
}

.btn-primary.active {
  background-color: #437dec !important;
  color: white !important;
}

.btn-primary.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5) !important;
}

.btn-primary.disabled {
  color: white !important;
}

.btn-light-primary {
  background-color: #f6f9fe;
  color: #5a8dee !important;
}

.btn-light-primary:hover {
  background-color: #719df0 !important;
  color: white !important;
}

.btn-light-primary:active {
  background-color: #437dec !important;
  color: white !important;
}

.btn-light-primary.hover {
  background-color: #719df0 !important;
  color: white !important;
}

.btn-light-primary.active {
  background-color: #437dec !important;
  color: white !important;
}

.btn-outline-primary {
  border: 1px solid #5a8dee;
  background-color: transparent;
  color: #5a8dee !important;
}

.btn-outline-primary:hover {
  background-color: #719df0 !important;
  color: white !important;
}

.btn-outline-primary:active {
  background-color: #437dec !important;
  color: white !important;
}

.btn-outline-primary ~ .dropdown-menu .dropdown-item.active {
  background-color: #5a8dee;
  color: white;
}

.btn-outline-primary ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-primary.hover {
  background-color: #719df0 !important;
  color: white !important;
}

.btn-outline-primary.active {
  background-color: #437dec !important;
  color: white !important;
}

.bullet.bullet-primary {
  background-color: #5a8dee;
}

.pagination-primary .page-item.active .page-link {
  background: #5a8dee !important;
  color: white;
}

.pagination-primary .page-item.active .page-link:hover {
  background: #5a8dee !important;
  color: white;
}

.pagination-primary .page-item .page-link:hover {
  background-color: #f6f9fe !important;
}

.pagination-primary .page-item.previous .page-link {
  color: #5a8dee;
}

.pagination-primary .page-item.previous .page-link:hover {
  background: #5a8dee;
}

.pagination-primary .page-item.next .page-link {
  color: #5a8dee;
}

.pagination-primary .page-item.next .page-link:hover {
  background: #5a8dee;
}

.progress-bar-primary .progress-bar {
  background-color: #5a8dee;
  -webkit-box-shadow: 0 2px 6px 0 rgba(90, 141, 238, 0.6);
  box-shadow: 0 2px 6px 0 rgba(90, 141, 238, 0.6);
}

.chip-primary {
  background-color: #5a8dee !important;
}

.chip-primary .chip-body {
  color: white !important;
}

.divider.divider-primary .divider-text:before {
  border-color: #5a8dee !important;
}

.divider.divider-primary .divider-text:after {
  border-color: #5a8dee !important;
}

input[type='checkbox'].bg-primary + .custom-control-label:before {
  background-color: #5a8dee !important;
  border-color: #2c6de9 !important;
}

input[type='radio'].bg-primary + .custom-control-label:before {
  background-color: #5a8dee !important;
  border-color: #2c6de9 !important;
}

.checkbox.checkbox-primary input:checked ~ label::before {
  background-color: #5a8dee;
  border-color: #5a8dee;
}

.checkbox.checkbox-primary input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-primary label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-primary input:checked ~ label::before {
  background-color: #5a8dee;
  border-color: #5a8dee;
}

.checkbox.radio-primary input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-primary input:checked ~ label::before {
  background-color: #5a8dee;
  border-color: #5a8dee;
}

.radio.checkbox-primary input:checked ~ label::after {
  border-color: white;
}

.radio.radio-primary input:checked ~ label::before {
  background-color: #5a8dee;
  border-color: #5a8dee;
}

.radio.radio-primary input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-primary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.checkbox.checkbox-primary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.checkbox.radio-primary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.checkbox.radio-primary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.radio.checkbox-primary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.radio.checkbox-primary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.radio.radio-primary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.radio.radio-primary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
  box-shadow: 0 0 6px 0 rgba(90, 141, 238, 0.7);
}

.checkbox.checkbox-primary.checkbox-icon label i {
  color: white;
}

.checkbox.radio-primary.checkbox-icon label i {
  color: white;
}

.radio.checkbox-primary.checkbox-icon label i {
  color: white;
}

.radio.radio-primary.checkbox-icon label i {
  color: white;
}

.custom-switch-primary
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #5a8dee !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-primary.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(90, 141, 238, 0.8) !important;
}

select.select-light-primary
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: #f6f9fe !important;
  color: #5a8dee !important;
}

select.select-light-primary
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  background-color: #f6f9fe !important;
  color: #5a8dee !important;
}

.primary.darken-1 {
  color: #437dec !important;
}

.bg-primary.bg-darken-1 {
  background-color: #437dec !important;
}

.btn-primary.btn-darken-1 {
  border-color: #2c6de9 !important;
  background-color: #437dec !important;
}

.btn-primary.btn-darken-1:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-darken-1:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-darken-1:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-darken-1 {
  border-color: #437dec !important;
  color: #437dec !important;
}

.btn-outline-primary.btn-outline-darken-1:hover {
  background-color: #437dec !important;
}

.border-primary.border-darken-1 {
  border: 1px solid #437dec !important;
}

.border-top-primary.border-top-darken-1 {
  border-top: 1px solid #437dec !important;
}

.border-bottom-primary.border-bottom-darken-1 {
  border-bottom: 1px solid #437dec !important;
}

.border-left-primary.border-left-darken-1 {
  border-left: 1px solid #437dec !important;
}

.border-right-primary.border-right-darken-1 {
  border-right: 1px solid #437dec !important;
}

.overlay-primary.overlay-darken-1 {
  background: #437dec;
  background: rgba(67, 125, 236, 0.6);
}

.primary.darken-2 {
  color: #2c6de9 !important;
}

.bg-primary.bg-darken-2 {
  background-color: #2c6de9 !important;
}

.btn-primary.btn-darken-2 {
  border-color: #2c6de9 !important;
  background-color: #2c6de9 !important;
}

.btn-primary.btn-darken-2:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-darken-2:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-darken-2:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-darken-2 {
  border-color: #2c6de9 !important;
  color: #2c6de9 !important;
}

.btn-outline-primary.btn-outline-darken-2:hover {
  background-color: #2c6de9 !important;
}

.border-primary.border-darken-2 {
  border: 1px solid #2c6de9 !important;
}

.border-top-primary.border-top-darken-2 {
  border-top: 1px solid #2c6de9 !important;
}

.border-bottom-primary.border-bottom-darken-2 {
  border-bottom: 1px solid #2c6de9 !important;
}

.border-left-primary.border-left-darken-2 {
  border-left: 1px solid #2c6de9 !important;
}

.border-right-primary.border-right-darken-2 {
  border-right: 1px solid #2c6de9 !important;
}

.overlay-primary.overlay-darken-2 {
  background: #2c6de9;
  background: rgba(44, 109, 233, 0.6);
}

.primary.darken-3 {
  color: #175ee4 !important;
}

.bg-primary.bg-darken-3 {
  background-color: #175ee4 !important;
}

.btn-primary.btn-darken-3 {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-darken-3:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-darken-3:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-darken-3:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-darken-3 {
  border-color: #175ee4 !important;
  color: #175ee4 !important;
}

.btn-outline-primary.btn-outline-darken-3:hover {
  background-color: #175ee4 !important;
}

.border-primary.border-darken-3 {
  border: 1px solid #175ee4 !important;
}

.border-top-primary.border-top-darken-3 {
  border-top: 1px solid #175ee4 !important;
}

.border-bottom-primary.border-bottom-darken-3 {
  border-bottom: 1px solid #175ee4 !important;
}

.border-left-primary.border-left-darken-3 {
  border-left: 1px solid #175ee4 !important;
}

.border-right-primary.border-right-darken-3 {
  border-right: 1px solid #175ee4 !important;
}

.overlay-primary.overlay-darken-3 {
  background: #175ee4;
  background: rgba(23, 94, 228, 0.6);
}

.primary.darken-4 {
  color: #1554cd !important;
}

.bg-primary.bg-darken-4 {
  background-color: #1554cd !important;
}

.btn-primary.btn-darken-4 {
  border-color: #2c6de9 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-darken-4:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-darken-4:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-darken-4:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-darken-4 {
  border-color: #1554cd !important;
  color: #1554cd !important;
}

.btn-outline-primary.btn-outline-darken-4:hover {
  background-color: #1554cd !important;
}

.border-primary.border-darken-4 {
  border: 1px solid #1554cd !important;
}

.border-top-primary.border-top-darken-4 {
  border-top: 1px solid #1554cd !important;
}

.border-bottom-primary.border-bottom-darken-4 {
  border-bottom: 1px solid #1554cd !important;
}

.border-left-primary.border-left-darken-4 {
  border-left: 1px solid #1554cd !important;
}

.border-right-primary.border-right-darken-4 {
  border-right: 1px solid #1554cd !important;
}

.overlay-primary.overlay-darken-4 {
  background: #1554cd;
  background: rgba(21, 84, 205, 0.6);
}

.primary.accent-1 {
  color: #bdfdff !important;
}

.bg-primary.bg-accent-1 {
  background-color: #bdfdff !important;
}

.btn-primary.btn-accent-1 {
  border-color: #2c6de9 !important;
  background-color: #bdfdff !important;
}

.btn-primary.btn-accent-1:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-accent-1:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-accent-1:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-accent-1 {
  border-color: #bdfdff !important;
  color: #bdfdff !important;
}

.btn-outline-primary.btn-outline-accent-1:hover {
  background-color: #bdfdff !important;
}

.border-primary.border-accent-1 {
  border: 1px solid #bdfdff !important;
}

.border-top-primary.border-top-accent-1 {
  border-top: 1px solid #bdfdff !important;
}

.border-bottom-primary.border-bottom-accent-1 {
  border-bottom: 1px solid #bdfdff !important;
}

.border-left-primary.border-left-accent-1 {
  border-left: 1px solid #bdfdff !important;
}

.border-right-primary.border-right-accent-1 {
  border-right: 1px solid #bdfdff !important;
}

.overlay-primary.overlay-accent-1 {
  background: #bdfdff;
  background: rgba(189, 253, 255, 0.6);
}

.primary.accent-2 {
  color: #8afbff !important;
}

.bg-primary.bg-accent-2 {
  background-color: #8afbff !important;
}

.btn-primary.btn-accent-2 {
  border-color: #2c6de9 !important;
  background-color: #8afbff !important;
}

.btn-primary.btn-accent-2:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-accent-2:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-accent-2:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-accent-2 {
  border-color: #8afbff !important;
  color: #8afbff !important;
}

.btn-outline-primary.btn-outline-accent-2:hover {
  background-color: #8afbff !important;
}

.border-primary.border-accent-2 {
  border: 1px solid #8afbff !important;
}

.border-top-primary.border-top-accent-2 {
  border-top: 1px solid #8afbff !important;
}

.border-bottom-primary.border-bottom-accent-2 {
  border-bottom: 1px solid #8afbff !important;
}

.border-left-primary.border-left-accent-2 {
  border-left: 1px solid #8afbff !important;
}

.border-right-primary.border-right-accent-2 {
  border-right: 1px solid #8afbff !important;
}

.overlay-primary.overlay-accent-2 {
  background: #8afbff;
  background: rgba(138, 251, 255, 0.6);
}

.primary.accent-3 {
  color: #57faff !important;
}

.bg-primary.bg-accent-3 {
  background-color: #57faff !important;
}

.btn-primary.btn-accent-3 {
  border-color: #2c6de9 !important;
  background-color: #57faff !important;
}

.btn-primary.btn-accent-3:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-accent-3:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-accent-3:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-accent-3 {
  border-color: #57faff !important;
  color: #57faff !important;
}

.btn-outline-primary.btn-outline-accent-3:hover {
  background-color: #57faff !important;
}

.border-primary.border-accent-3 {
  border: 1px solid #57faff !important;
}

.border-top-primary.border-top-accent-3 {
  border-top: 1px solid #57faff !important;
}

.border-bottom-primary.border-bottom-accent-3 {
  border-bottom: 1px solid #57faff !important;
}

.border-left-primary.border-left-accent-3 {
  border-left: 1px solid #57faff !important;
}

.border-right-primary.border-right-accent-3 {
  border-right: 1px solid #57faff !important;
}

.overlay-primary.overlay-accent-3 {
  background: #57faff;
  background: rgba(87, 250, 255, 0.6);
}

.primary.accent-4 {
  color: #3df9ff !important;
}

.bg-primary.bg-accent-4 {
  background-color: #3df9ff !important;
}

.btn-primary.btn-accent-4 {
  border-color: #2c6de9 !important;
  background-color: #3df9ff !important;
}

.btn-primary.btn-accent-4:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-accent-4:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-accent-4:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-accent-4 {
  border-color: #3df9ff !important;
  color: #3df9ff !important;
}

.btn-outline-primary.btn-outline-accent-4:hover {
  background-color: #3df9ff !important;
}

.border-primary.border-accent-4 {
  border: 1px solid #3df9ff !important;
}

.border-top-primary.border-top-accent-4 {
  border-top: 1px solid #3df9ff !important;
}

.border-bottom-primary.border-bottom-accent-4 {
  border-bottom: 1px solid #3df9ff !important;
}

.border-left-primary.border-left-accent-4 {
  border-left: 1px solid #3df9ff !important;
}

.border-right-primary.border-right-accent-4 {
  border-right: 1px solid #3df9ff !important;
}

.overlay-primary.overlay-accent-4 {
  background: #3df9ff;
  background: rgba(61, 249, 255, 0.6);
}

.primary.light {
  color: #f6f9fe !important;
}

.bg-primary.bg-light {
  background-color: #f6f9fe !important;
}

.btn-primary.btn-light {
  border-color: #2c6de9 !important;
  background-color: #f6f9fe !important;
}

.btn-primary.btn-light:hover {
  border-color: #2c6de9 !important;
  background-color: #175ee4 !important;
}

.btn-primary.btn-light:focus {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-primary.btn-light:active {
  border-color: #175ee4 !important;
  background-color: #1554cd !important;
}

.btn-outline-primary.btn-outline-light {
  border-color: #f6f9fe !important;
  color: #f6f9fe !important;
}

.btn-outline-primary.btn-outline-light:hover {
  background-color: #f6f9fe !important;
}

.border-primary.border-light {
  border: 1px solid #f6f9fe !important;
}

.border-top-primary.border-top-light {
  border-top: 1px solid #f6f9fe !important;
}

.border-bottom-primary.border-bottom-light {
  border-bottom: 1px solid #f6f9fe !important;
}

.border-left-primary.border-left-light {
  border-left: 1px solid #f6f9fe !important;
}

.border-right-primary.border-right-light {
  border-right: 1px solid #f6f9fe !important;
}

.overlay-primary.overlay-light {
  background: #f6f9fe;
  background: rgba(226, 236, 255, 0.6);
}

.secondary.lighten-5 {
  color: #879fba !important;
}

.bg-secondary.bg-lighten-5 {
  background-color: #879fba !important;
}

.bg-secondary-light {
  background: #e9eef4 !important;
}

.btn-secondary.btn-lighten-5 {
  border-color: #34465b !important;
  background-color: #879fba !important;
}

.btn-secondary.btn-lighten-5:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-lighten-5:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-lighten-5:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-lighten-5 {
  border-color: #879fba !important;
  color: #879fba !important;
}

.btn-outline-secondary.btn-outline-lighten-5:hover {
  background-color: #879fba !important;
}

.border-secondary.border-lighten-5 {
  border: 1px solid #879fba !important;
}

.border-top-secondary.border-top-lighten-5 {
  border-top: 1px solid #879fba !important;
}

.border-bottom-secondary.border-bottom-lighten-5 {
  border-bottom: 1px solid #879fba !important;
}

.border-left-secondary.border-left-lighten-5 {
  border-left: 1px solid #879fba !important;
}

.border-right-secondary.border-right-lighten-5 {
  border-right: 1px solid #879fba !important;
}

.overlay-secondary.overlay-lighten-5 {
  background: #879fba;
  background: rgba(135, 159, 186, 0.6);
}

.secondary.lighten-4 {
  color: #7792b1 !important;
}

.bg-secondary.bg-lighten-4 {
  background-color: #7792b1 !important;
}

.btn-secondary.btn-lighten-4 {
  border-color: #34465b !important;
  background-color: #7792b1 !important;
}

.btn-secondary.btn-lighten-4:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-lighten-4:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-lighten-4:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-lighten-4 {
  border-color: #7792b1 !important;
  color: #7792b1 !important;
}

.btn-outline-secondary.btn-outline-lighten-4:hover {
  background-color: #7792b1 !important;
}

.border-secondary.border-lighten-4 {
  border: 1px solid #7792b1 !important;
}

.border-top-secondary.border-top-lighten-4 {
  border-top: 1px solid #7792b1 !important;
}

.border-bottom-secondary.border-bottom-lighten-4 {
  border-bottom: 1px solid #7792b1 !important;
}

.border-left-secondary.border-left-lighten-4 {
  border-left: 1px solid #7792b1 !important;
}

.border-right-secondary.border-right-lighten-4 {
  border-right: 1px solid #7792b1 !important;
}

.overlay-secondary.overlay-lighten-4 {
  background: #7792b1;
  background: rgba(119, 146, 177, 0.6);
}

.secondary.lighten-3 {
  color: #6785a7 !important;
}

.bg-secondary.bg-lighten-3 {
  background-color: #6785a7 !important;
}

.btn-secondary.btn-lighten-3 {
  border-color: #34465b !important;
  background-color: #6785a7 !important;
}

.btn-secondary.btn-lighten-3:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-lighten-3:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-lighten-3:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-lighten-3 {
  border-color: #6785a7 !important;
  color: #6785a7 !important;
}

.btn-outline-secondary.btn-outline-lighten-3:hover {
  background-color: #6785a7 !important;
}

.border-secondary.border-lighten-3 {
  border: 1px solid #6785a7 !important;
}

.border-top-secondary.border-top-lighten-3 {
  border-top: 1px solid #6785a7 !important;
}

.border-bottom-secondary.border-bottom-lighten-3 {
  border-bottom: 1px solid #6785a7 !important;
}

.border-left-secondary.border-left-lighten-3 {
  border-left: 1px solid #6785a7 !important;
}

.border-right-secondary.border-right-lighten-3 {
  border-right: 1px solid #6785a7 !important;
}

.overlay-secondary.overlay-lighten-3 {
  background: #6785a7;
  background: rgba(103, 133, 167, 0.6);
}

.secondary.lighten-2 {
  color: #5a789b !important;
}

.bg-secondary.bg-lighten-2 {
  background-color: #5a789b !important;
}

.btn-secondary.btn-lighten-2 {
  border-color: #34465b !important;
  background-color: #5a789b !important;
}

.btn-secondary.btn-lighten-2:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-lighten-2:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-lighten-2:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-lighten-2 {
  border-color: #5a789b !important;
  color: #5a789b !important;
}

.btn-outline-secondary.btn-outline-lighten-2:hover {
  background-color: #5a789b !important;
}

.border-secondary.border-lighten-2 {
  border: 1px solid #5a789b !important;
}

.border-top-secondary.border-top-lighten-2 {
  border-top: 1px solid #5a789b !important;
}

.border-bottom-secondary.border-bottom-lighten-2 {
  border-bottom: 1px solid #5a789b !important;
}

.border-left-secondary.border-left-lighten-2 {
  border-left: 1px solid #5a789b !important;
}

.border-right-secondary.border-right-lighten-2 {
  border-right: 1px solid #5a789b !important;
}

.overlay-secondary.overlay-lighten-2 {
  background: #5a789b;
  background: rgba(90, 120, 155, 0.6);
}

.secondary.lighten-1 {
  color: #8494a6 !important;
}

.bg-secondary.bg-lighten-1 {
  background-color: #8494a6 !important;
}

.btn-secondary.btn-lighten-1 {
  border-color: #34465b !important;
  background-color: #8494a6 !important;
}

.btn-secondary.btn-lighten-1:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-lighten-1:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-lighten-1:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-lighten-1 {
  border-color: #8494a6 !important;
  color: #8494a6 !important;
}

.btn-outline-secondary.btn-outline-lighten-1:hover {
  background-color: #8494a6 !important;
}

.border-secondary.border-lighten-1 {
  border: 1px solid #8494a6 !important;
}

.border-top-secondary.border-top-lighten-1 {
  border-top: 1px solid #8494a6 !important;
}

.border-bottom-secondary.border-bottom-lighten-1 {
  border-bottom: 1px solid #8494a6 !important;
}

.border-left-secondary.border-left-lighten-1 {
  border-left: 1px solid #8494a6 !important;
}

.border-right-secondary.border-right-lighten-1 {
  border-right: 1px solid #8494a6 !important;
}

.overlay-secondary.overlay-lighten-1 {
  background: #8494a6;
  background: rgba(80, 107, 139, 0.6);
}

.secondary {
  color: #475f7b !important;
}

.text-light-secondary {
  color: rgba(71, 95, 123, 0.2) !important;
}

.bg-secondary {
  background-color: #8494a6 !important;
}

.bg-secondary .card-header {
  background-color: transparent;
}

.bg-secondary .card-footer {
  background-color: transparent;
}

.bg-rgba-secondary {
  background: rgba(71, 95, 123, 0.2) !important;
}

.bg-rgba-secondary.alert {
  color: #475f7b;
}

.bg-rgba-secondary.alert.alert-dismissible .close {
  color: #475f7b;
}

.alert.alert-secondary {
  background: #475f7b !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(71, 95, 123, 0.4);
  box-shadow: 0 3px 8px 0 rgba(71, 95, 123, 0.4);
  border: none;
}

.border-secondary {
  border: 1px solid #475f7b !important;
}

.border-secondary .select2-selection__arrow b {
  border-color: #34465b !important;
}

.border-secondary.alert {
  color: #475f7b;
}

.border-secondary.alert.alert-dismissible .close {
  color: #475f7b;
}

.border-top-secondary {
  border-top: 1px solid #475f7b;
}

.border-bottom-secondary {
  border-bottom: 1px solid #475f7b;
}

.border-left-secondary {
  border-left: 1px solid #475f7b;
}

.border-right-secondary {
  border-right: 1px solid #475f7b;
}

.header-navbar.bg-secondary .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #475f7b !important;
}

.badge.badge-secondary {
  background-color: #475f7b;
}

.badge.badge-light-secondary {
  background-color: #e6eaee;
  color: #475f7b !important;
}

.badge.bg-secondary.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #475f7b;
  box-shadow: 0px 0px 10px #475f7b;
}

.badge.border-secondary.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #475f7b;
  box-shadow: 0px 0px 10px #475f7b;
}

.badge.badge-secondary.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #475f7b;
  box-shadow: 0px 0px 10px #475f7b;
}

.badge-circle-secondary {
  background-color: #475f7b;
}

.badge-circle-light-secondary {
  background-color: #e6eaee;
  color: #475f7b;
}

.overlay-secondary {
  background: #475f7b;
  background: rgba(71, 95, 123, 0.6);
}

.container-conta .btn-secondary {
  border-color: #34465b !important;
  background-color: #475f7b !important;
  color: white;
}

.btn-secondary:hover {
  background-color: #8494a6 !important;
  color: white;
  -webkit-box-shadow: 0 4px 7px -1px rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 7px -1px rgba(71, 95, 123, 0.6) !important;
}

.btn-secondary:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-secondary:focus {
  background-color: #3e536b !important;
  color: white !important;
}

.btn-secondary:active {
  background-color: #3e536b !important;
  color: white !important;
}

.btn-secondary:disabled {
  color: white !important;
}

.btn-secondary ~ .dropdown-menu .dropdown-item.active {
  background-color: #475f7b;
  color: white;
}

.btn-secondary ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-secondary.hover {
  background-color: #8494a6 !important;
  color: white;
}

.btn-secondary.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-secondary.active {
  background-color: #3e536b !important;
  color: white !important;
}

.btn-secondary.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(71, 95, 123, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(71, 95, 123, 0.5) !important;
}

.btn-secondary.disabled {
  color: white !important;
}

.btn-light-secondary {
  background-color: #e6eaee;
  color: #475f7b !important;
}

.btn-light-secondary:hover {
  background-color: #8494a6 !important;
  color: white !important;
}

.btn-light-secondary:active {
  background-color: #3e536b !important;
  color: white !important;
}

.btn-light-secondary.hover {
  background-color: #8494a6 !important;
  color: white !important;
}

.btn-light-secondary.active {
  background-color: #3e536b !important;
  color: white !important;
}

.btn-outline-secondary {
  border: 1px solid #475f7b;
  background-color: transparent;
  color: #475f7b !important;
}

.btn-outline-secondary:hover {
  background-color: #8494a6 !important;
  color: white !important;
}

.btn-outline-secondary:active {
  background-color: #3e536b !important;
  color: white !important;
}

.btn-outline-secondary ~ .dropdown-menu .dropdown-item.active {
  background-color: #475f7b;
  color: white;
}

.btn-outline-secondary ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-secondary.hover {
  background-color: #8494a6 !important;
  color: white !important;
}

.btn-outline-secondary.active {
  background-color: #3e536b !important;
  color: white !important;
}

.bullet.bullet-secondary {
  background-color: #475f7b;
}

.pagination-secondary .page-item.active .page-link {
  background: #475f7b !important;
  color: white;
}

.pagination-secondary .page-item.active .page-link:hover {
  background: #475f7b !important;
  color: white;
}

.pagination-secondary .page-item .page-link:hover {
  background-color: #e6eaee !important;
}

.pagination-secondary .page-item.previous .page-link {
  color: #475f7b;
}

.pagination-secondary .page-item.previous .page-link:hover {
  background: #475f7b;
}

.pagination-secondary .page-item.next .page-link {
  color: #475f7b;
}

.pagination-secondary .page-item.next .page-link:hover {
  background: #475f7b;
}

.progress-bar-secondary .progress-bar {
  background-color: #475f7b;
  -webkit-box-shadow: 0 2px 6px 0 rgba(71, 95, 123, 0.6);
  box-shadow: 0 2px 6px 0 rgba(71, 95, 123, 0.6);
}

.chip-secondary {
  background-color: #475f7b !important;
}

.chip-secondary .chip-body {
  color: white !important;
}

.divider.divider-secondary .divider-text:before {
  border-color: #475f7b !important;
}

.divider.divider-secondary .divider-text:after {
  border-color: #475f7b !important;
}

input[type='checkbox'].bg-secondary + .custom-control-label:before {
  background-color: #475f7b !important;
  border-color: #34465b !important;
}

input[type='radio'].bg-secondary + .custom-control-label:before {
  background-color: #475f7b !important;
  border-color: #34465b !important;
}

.checkbox.checkbox-secondary input:checked ~ label::before {
  background-color: #475f7b;
  border-color: #475f7b;
}

.checkbox.checkbox-secondary input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-secondary label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-secondary input:checked ~ label::before {
  background-color: #475f7b;
  border-color: #475f7b;
}

.checkbox.radio-secondary input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-secondary input:checked ~ label::before {
  background-color: #475f7b;
  border-color: #475f7b;
}

.radio.checkbox-secondary input:checked ~ label::after {
  border-color: white;
}

.radio.radio-secondary input:checked ~ label::before {
  background-color: #475f7b;
  border-color: #475f7b;
}

.radio.radio-secondary input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-secondary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.checkbox.checkbox-secondary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.checkbox.radio-secondary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.checkbox.radio-secondary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.radio.checkbox-secondary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.radio.checkbox-secondary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.radio.radio-secondary.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.radio.radio-secondary.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
  box-shadow: 0 0 6px 0 rgba(71, 95, 123, 0.7);
}

.checkbox.checkbox-secondary.checkbox-icon label i {
  color: white;
}

.checkbox.radio-secondary.checkbox-icon label i {
  color: white;
}

.radio.checkbox-secondary.checkbox-icon label i {
  color: white;
}

.radio.radio-secondary.checkbox-icon label i {
  color: white;
}

.custom-switch-secondary
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #475f7b !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-secondary.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(71, 95, 123, 0.8) !important;
}

select.select-light-secondary
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: #e6eaee !important;
  color: #475f7b !important;
}

select.select-light-secondary
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  background-color: #e6eaee !important;
  color: #475f7b !important;
}

.secondary.darken-1 {
  color: #3e536b !important;
}

.bg-secondary.bg-darken-1 {
  background-color: #3e536b !important;
}

.btn-secondary.btn-darken-1 {
  border-color: #34465b !important;
  background-color: #3e536b !important;
}

.btn-secondary.btn-darken-1:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-darken-1:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-darken-1:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-darken-1 {
  border-color: #3e536b !important;
  color: #3e536b !important;
}

.btn-outline-secondary.btn-outline-darken-1:hover {
  background-color: #3e536b !important;
}

.border-secondary.border-darken-1 {
  border: 1px solid #3e536b !important;
}

.border-top-secondary.border-top-darken-1 {
  border-top: 1px solid #3e536b !important;
}

.border-bottom-secondary.border-bottom-darken-1 {
  border-bottom: 1px solid #3e536b !important;
}

.border-left-secondary.border-left-darken-1 {
  border-left: 1px solid #3e536b !important;
}

.border-right-secondary.border-right-darken-1 {
  border-right: 1px solid #3e536b !important;
}

.overlay-secondary.overlay-darken-1 {
  background: #3e536b;
  background: rgba(62, 83, 107, 0.6);
}

.secondary.darken-2 {
  color: #34465b !important;
}

.bg-secondary.bg-darken-2 {
  background-color: #34465b !important;
}

.btn-secondary.btn-darken-2 {
  border-color: #34465b !important;
  background-color: #34465b !important;
}

.btn-secondary.btn-darken-2:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-darken-2:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-darken-2:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-darken-2 {
  border-color: #34465b !important;
  color: #34465b !important;
}

.btn-outline-secondary.btn-outline-darken-2:hover {
  background-color: #34465b !important;
}

.border-secondary.border-darken-2 {
  border: 1px solid #34465b !important;
}

.border-top-secondary.border-top-darken-2 {
  border-top: 1px solid #34465b !important;
}

.border-bottom-secondary.border-bottom-darken-2 {
  border-bottom: 1px solid #34465b !important;
}

.border-left-secondary.border-left-darken-2 {
  border-left: 1px solid #34465b !important;
}

.border-right-secondary.border-right-darken-2 {
  border-right: 1px solid #34465b !important;
}

.overlay-secondary.overlay-darken-2 {
  background: #34465b;
  background: rgba(52, 70, 91, 0.6);
}

.secondary.darken-3 {
  color: #2b3a4a !important;
}

.bg-secondary.bg-darken-3 {
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-darken-3 {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-darken-3:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-darken-3:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-darken-3:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-darken-3 {
  border-color: #2b3a4a !important;
  color: #2b3a4a !important;
}

.btn-outline-secondary.btn-outline-darken-3:hover {
  background-color: #2b3a4a !important;
}

.border-secondary.border-darken-3 {
  border: 1px solid #2b3a4a !important;
}

.border-top-secondary.border-top-darken-3 {
  border-top: 1px solid #2b3a4a !important;
}

.border-bottom-secondary.border-bottom-darken-3 {
  border-bottom: 1px solid #2b3a4a !important;
}

.border-left-secondary.border-left-darken-3 {
  border-left: 1px solid #2b3a4a !important;
}

.border-right-secondary.border-right-darken-3 {
  border-right: 1px solid #2b3a4a !important;
}

.overlay-secondary.overlay-darken-3 {
  background: #2b3a4a;
  background: rgba(43, 58, 74, 0.6);
}

.secondary.darken-4 {
  color: #222d3a !important;
}

.bg-secondary.bg-darken-4 {
  background-color: #222d3a !important;
}

.btn-secondary.btn-darken-4 {
  border-color: #34465b !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-darken-4:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-darken-4:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-darken-4:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-darken-4 {
  border-color: #222d3a !important;
  color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-darken-4:hover {
  background-color: #222d3a !important;
}

.border-secondary.border-darken-4 {
  border: 1px solid #222d3a !important;
}

.border-top-secondary.border-top-darken-4 {
  border-top: 1px solid #222d3a !important;
}

.border-bottom-secondary.border-bottom-darken-4 {
  border-bottom: 1px solid #222d3a !important;
}

.border-left-secondary.border-left-darken-4 {
  border-left: 1px solid #222d3a !important;
}

.border-right-secondary.border-right-darken-4 {
  border-right: 1px solid #222d3a !important;
}

.overlay-secondary.overlay-darken-4 {
  background: #222d3a;
  background: rgba(34, 45, 58, 0.6);
}

.secondary.light {
  color: #e6eaee !important;
}

.bg-secondary.bg-light {
  background-color: #e6eaee !important;
}

.btn-secondary.btn-light {
  border-color: #34465b !important;
  background-color: #e6eaee !important;
}

.btn-secondary.btn-light:hover {
  border-color: #34465b !important;
  background-color: #2b3a4a !important;
}

.btn-secondary.btn-light:focus {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-secondary.btn-light:active {
  border-color: #2b3a4a !important;
  background-color: #222d3a !important;
}

.btn-outline-secondary.btn-outline-light {
  border-color: #e6eaee !important;
  color: #e6eaee !important;
}

.btn-outline-secondary.btn-outline-light:hover {
  background-color: #e6eaee !important;
}

.border-secondary.border-light {
  border: 1px solid #e6eaee !important;
}

.border-top-secondary.border-top-light {
  border-top: 1px solid #e6eaee !important;
}

.border-bottom-secondary.border-bottom-light {
  border-bottom: 1px solid #e6eaee !important;
}

.border-left-secondary.border-left-light {
  border-left: 1px solid #e6eaee !important;
}

.border-right-secondary.border-right-light {
  border-right: 1px solid #e6eaee !important;
}

.overlay-secondary.overlay-light {
  background: #e6eaee;
  background: rgba(230, 234, 238, 0.6);
}

.success.lighten-5 {
  color: #a4eec9 !important;
}

.bg-success.bg-lighten-5 {
  background-color: #a4eec9 !important;
}

.btn-success.btn-lighten-5 {
  border-color: #77c54a !important;
  background-color: #a4eec9 !important;
}

.btn-success.btn-lighten-5:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-lighten-5:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-lighten-5:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-lighten-5 {
  border-color: #a4eec9 !important;
  color: #a4eec9 !important;
}

.btn-outline-success.btn-outline-lighten-5:hover {
  background-color: #a4eec9 !important;
}

.border-success.border-lighten-5 {
  border: 1px solid #a4eec9 !important;
}

.border-top-success.border-top-lighten-5 {
  border-top: 1px solid #a4eec9 !important;
}

.border-bottom-success.border-bottom-lighten-5 {
  border-bottom: 1px solid #a4eec9 !important;
}

.border-left-success.border-left-lighten-5 {
  border-left: 1px solid #a4eec9 !important;
}

.border-right-success.border-right-lighten-5 {
  border-right: 1px solid #a4eec9 !important;
}

.overlay-success.overlay-lighten-5 {
  background: #a4eec9;
  background: rgba(164, 238, 201, 0.6);
}

.success.lighten-4 {
  color: #8feabd !important;
}

.bg-success.bg-lighten-4 {
  background-color: #8feabd !important;
}

.btn-success.btn-lighten-4 {
  border-color: #77c54a !important;
  background-color: #8feabd !important;
}

.btn-success.btn-lighten-4:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-lighten-4:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-lighten-4:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-lighten-4 {
  border-color: #8feabd !important;
  color: #8feabd !important;
}

.btn-outline-success.btn-outline-lighten-4:hover {
  background-color: #8feabd !important;
}

.border-success.border-lighten-4 {
  border: 1px solid #8feabd !important;
}

.border-top-success.border-top-lighten-4 {
  border-top: 1px solid #8feabd !important;
}

.border-bottom-success.border-bottom-lighten-4 {
  border-bottom: 1px solid #8feabd !important;
}

.border-left-success.border-left-lighten-4 {
  border-left: 1px solid #8feabd !important;
}

.border-right-success.border-right-lighten-4 {
  border-right: 1px solid #8feabd !important;
}

.overlay-success.overlay-lighten-4 {
  background: #8feabd;
  background: rgba(143, 234, 189, 0.6);
}

.success.lighten-3 {
  color: #79e6b0 !important;
}

.bg-success.bg-lighten-3 {
  background-color: #79e6b0 !important;
}

.btn-success.btn-lighten-3 {
  border-color: #77c54a !important;
  background-color: #79e6b0 !important;
}

.btn-success.btn-lighten-3:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-lighten-3:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-lighten-3:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-lighten-3 {
  border-color: #79e6b0 !important;
  color: #79e6b0 !important;
}

.btn-outline-success.btn-outline-lighten-3:hover {
  background-color: #79e6b0 !important;
}

.border-success.border-lighten-3 {
  border: 1px solid #79e6b0 !important;
}

.border-top-success.border-top-lighten-3 {
  border-top: 1px solid #79e6b0 !important;
}

.border-bottom-success.border-bottom-lighten-3 {
  border-bottom: 1px solid #79e6b0 !important;
}

.border-left-success.border-left-lighten-3 {
  border-left: 1px solid #79e6b0 !important;
}

.border-right-success.border-right-lighten-3 {
  border-right: 1px solid #79e6b0 !important;
}

.overlay-success.overlay-lighten-3 {
  background: #79e6b0;
  background: rgba(121, 230, 176, 0.6);
}

.success.lighten-2 {
  color: #64e2a3 !important;
}

.bg-success.bg-lighten-2 {
  background-color: #64e2a3 !important;
}

.btn-success.btn-lighten-2 {
  border-color: #77c54a !important;
  background-color: #64e2a3 !important;
}

.btn-success.btn-lighten-2:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-lighten-2:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-lighten-2:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-lighten-2 {
  border-color: #64e2a3 !important;
  color: #64e2a3 !important;
}

.btn-outline-success.btn-outline-lighten-2:hover {
  background-color: #64e2a3 !important;
}

.border-success.border-lighten-2 {
  border: 1px solid #64e2a3 !important;
}

.border-top-success.border-top-lighten-2 {
  border-top: 1px solid #64e2a3 !important;
}

.border-bottom-success.border-bottom-lighten-2 {
  border-bottom: 1px solid #64e2a3 !important;
}

.border-left-success.border-left-lighten-2 {
  border-left: 1px solid #64e2a3 !important;
}

.border-right-success.border-right-lighten-2 {
  border-right: 1px solid #64e2a3 !important;
}

.overlay-success.overlay-lighten-2 {
  background: #64e2a3;
  background: rgba(100, 226, 163, 0.6);
}

.success.lighten-1 {
  color: #6bb540 !important;
}

.bg-success.bg-lighten-1 {
  background-color: #6bb540 !important;
}

.btn-success.btn-lighten-1 {
  border-color: #77c54a !important;
  background-color: #6bb540 !important;
}

.btn-success.btn-lighten-1:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-lighten-1:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-lighten-1:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-lighten-1 {
  border-color: #6bb540 !important;
  color: #6bb540 !important;
}

.btn-outline-success.btn-outline-lighten-1:hover {
  background-color: #6bb540 !important;
}

.border-success.border-lighten-1 {
  border: 1px solid #6bb540 !important;
}

.border-top-success.border-top-lighten-1 {
  border-top: 1px solid #6bb540 !important;
}

.border-bottom-success.border-bottom-lighten-1 {
  border-bottom: 1px solid #6bb540 !important;
}

.border-left-success.border-left-lighten-1 {
  border-left: 1px solid #6bb540 !important;
}

.border-right-success.border-right-lighten-1 {
  border-right: 1px solid #6bb540 !important;
}

.overlay-success.overlay-lighten-1 {
  background: #6bb540;
  background: rgba(78, 222, 151, 0.6);
}

.success {
  color: #77c54a !important;
}

.text-light-success {
  color: rgba(57, 218, 138, 0.2) !important;
}

.bg-success {
  background-color: #77c54a !important;
}

.bg-success .card-header {
  background-color: transparent;
}

.bg-success .card-footer {
  background-color: transparent;
}

.bg-rgba-success {
  background: rgba(57, 218, 138, 0.2) !important;
}

.bg-rgba-success.alert {
  color: #77c54a;
}

.bg-rgba-success.alert.alert-dismissible .close {
  color: #77c54a;
}

.alert.alert-success {
  background: #77c54a !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
  box-shadow: 0 3px 8px 0 rgba(57, 218, 138, 0.4);
  border: none;
}

.border-success {
  border: 1px solid #77c54a !important;
}

.border-success .select2-selection__arrow b {
  border-color: #77c54a !important;
}

.border-success.alert {
  color: #77c54a;
}

.border-success.alert.alert-dismissible .close {
  color: #77c54a;
}

.border-top-success {
  border-top: 1px solid #77c54a;
}

.border-bottom-success {
  border-bottom: 1px solid #77c54a;
}

.border-left-success {
  border-left: 1px solid #77c54a;
}

.border-right-success {
  border-right: 1px solid #77c54a;
}

.header-navbar.bg-success .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #77c54a !important;
}

.badge.badge-success {
  background-color: #77c54a;
}

.badge.badge-light-success {
  background-color: #eaf7da;
  color: #77c54a !important;
  border: 1px solid #77c54a;
}

.badge.bg-success.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #77c54a;
  box-shadow: 0px 0px 10px #77c54a;
}

.badge.border-success.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #77c54a;
  box-shadow: 0px 0px 10px #77c54a;
}

.badge.badge-success.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #77c54a;
  box-shadow: 0px 0px 10px #77c54a;
}

.badge-circle-success {
  background-color: #77c54a;
}

.badge-circle-light-success {
  background-color: #eaf7da;
  color: #77c54a;
}

.overlay-success {
  background: #77c54a;
  background: rgba(57, 218, 138, 0.6);
}

.btn-success {
  border-color: #77c54a !important;
  background-color: #77c54a !important;
  color: white !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(119, 197, 74, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(119, 197, 74, 0.5) !important;
}

.btn-success:hover {
  background-color: #6bb540 !important;
  color: white;
  -webkit-box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
}

.btn-success:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
}

.btn-success:focus {
  background-color: #77c54a !important;
  color: white !important;
}

.btn-success:active {
  background-color: #77c54a !important;
  color: white !important;
}

.btn-success:disabled {
  color: white !important;
}

.btn-success ~ .dropdown-menu .dropdown-item.active {
  background-color: #77c54a;
  color: white;
}

.btn-success ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-success.hover {
  background-color: #6bb540 !important;
  color: white;
  -webkit-box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
}

.btn-success.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
}

.btn-success.active {
  background-color: #77c54a !important;
  color: white !important;
}

.btn-success.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(119, 197, 74, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(119, 197, 74, 0.5) !important;
}

.btn-success.disabled {
  color: white !important;
}

.btn-light-success {
  background-color: #eaf7da;
  color: #77c54a !important;
}

.btn-light-success:hover {
  background-color: #6bb540 !important;
  color: white !important;
}

.btn-light-success:active {
  background-color: #27d27d !important;
  color: white !important;
}

.btn-light-success.hover {
  background-color: #6bb540 !important;
  color: white !important;
}

.btn-light-success.active {
  background-color: #27d27d !important;
  color: white !important;
}

.btn-outline-success {
  border: 1px solid #77c54a;
  background-color: transparent;
  color: #77c54a !important;
}

.btn-outline-success:hover {
  background-color: #6bb540 !important;
  color: white !important;
}

.btn-outline-success:active {
  background-color: #27d27d !important;
  color: white !important;
}

.btn-outline-success ~ .dropdown-menu .dropdown-item.active {
  background-color: #77c54a;
  color: white;
}

.btn-outline-success ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-success.hover {
  background-color: #6bb540 !important;
  color: white !important;
}

.btn-outline-success.active {
  background-color: #27d27d !important;
  color: white !important;
}

.bullet.bullet-success {
  background-color: #77c54a;
}

.pagination-success .page-item.active .page-link {
  background: #77c54a !important;
  color: white;
}

.pagination-success .page-item.active .page-link:hover {
  background: #77c54a !important;
  color: white;
}

.pagination-success .page-item .page-link:hover {
  background-color: #eaf7da !important;
}

.pagination-success .page-item.previous .page-link {
  color: #77c54a;
}

.pagination-success .page-item.previous .page-link:hover {
  background: #77c54a;
}

.pagination-success .page-item.next .page-link {
  color: #77c54a;
}

.pagination-success .page-item.next .page-link:hover {
  background: #77c54a;
}

.progress-bar-success .progress-bar {
  background-color: #77c54a;
  -webkit-box-shadow: 0 2px 6px 0 rgba(57, 218, 138, 0.6);
  box-shadow: 0 2px 6px 0 rgba(57, 218, 138, 0.6);
}

.chip-success {
  background-color: #77c54a !important;
}

.chip-success .chip-body {
  color: white !important;
}

.divider.divider-success .divider-text:before {
  border-color: #77c54a !important;
}

.divider.divider-success .divider-text:after {
  border-color: #77c54a !important;
}

input[type='checkbox'].bg-success + .custom-control-label:before {
  background-color: #77c54a !important;
  border-color: #77c54a !important;
}

input[type='radio'].bg-success + .custom-control-label:before {
  background-color: #77c54a !important;
  border-color: #77c54a !important;
}

.checkbox.checkbox-success input:checked ~ label::before {
  background-color: #77c54a;
  border-color: #77c54a;
}

.checkbox.checkbox-success input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-success label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-success input:checked ~ label::before {
  background-color: #77c54a;
  border-color: #77c54a;
}

.checkbox.radio-success input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-success input:checked ~ label::before {
  background-color: #77c54a;
  border-color: #77c54a;
}

.radio.checkbox-success input:checked ~ label::after {
  border-color: white;
}

.radio.radio-success input:checked ~ label::before {
  background-color: #77c54a;
  border-color: #77c54a;
}

.radio.radio-success input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-success.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.checkbox.checkbox-success.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.checkbox.radio-success.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.checkbox.radio-success.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.radio.checkbox-success.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.radio.checkbox-success.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.radio.radio-success.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.radio.radio-success.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
  box-shadow: 0 0 6px 0 rgba(57, 218, 138, 0.7);
}

.checkbox.checkbox-success.checkbox-icon label i {
  color: white;
}

.checkbox.radio-success.checkbox-icon label i {
  color: white;
}

.radio.checkbox-success.checkbox-icon label i {
  color: white;
}

.radio.radio-success.checkbox-icon label i {
  color: white;
}

.custom-switch-success
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #77c54a !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-success.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(57, 218, 138, 0.8) !important;
}

select.select-light-success
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: #eaf7da !important;
  color: #77c54a !important;
}

select.select-light-success
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  background-color: #eaf7da !important;
  color: #77c54a !important;
}

.success.darken-1 {
  color: #27d27d !important;
}

.bg-success.bg-darken-1 {
  background-color: #27d27d !important;
}

.btn-success.btn-darken-1 {
  border-color: #77c54a !important;
  background-color: #27d27d !important;
}

.btn-success.btn-darken-1:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-darken-1:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-darken-1:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-darken-1 {
  border-color: #27d27d !important;
  color: #27d27d !important;
}

.btn-outline-success.btn-outline-darken-1:hover {
  background-color: #27d27d !important;
}

.border-success.border-darken-1 {
  border: 1px solid #27d27d !important;
}

.border-top-success.border-top-darken-1 {
  border-top: 1px solid #27d27d !important;
}

.border-bottom-success.border-bottom-darken-1 {
  border-bottom: 1px solid #27d27d !important;
}

.border-left-success.border-left-darken-1 {
  border-left: 1px solid #27d27d !important;
}

.border-right-success.border-right-darken-1 {
  border-right: 1px solid #27d27d !important;
}

.overlay-success.overlay-darken-1 {
  background: #27d27d;
  background: rgba(39, 210, 125, 0.6);
}

.success.darken-2 {
  color: #77c54a !important;
}

.bg-success.bg-darken-2 {
  background-color: #77c54a !important;
}

.btn-success.btn-darken-2 {
  border-color: #77c54a !important;
  background-color: #77c54a !important;
}

.btn-success.btn-darken-2:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-darken-2:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-darken-2:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-darken-2 {
  border-color: #77c54a !important;
  color: #77c54a !important;
}

.btn-outline-success.btn-outline-darken-2:hover {
  background-color: #77c54a !important;
}

.border-success.border-darken-2 {
  border: 1px solid #77c54a !important;
}

.border-top-success.border-top-darken-2 {
  border-top: 1px solid #77c54a !important;
}

.border-bottom-success.border-bottom-darken-2 {
  border-bottom: 1px solid #77c54a !important;
}

.border-left-success.border-left-darken-2 {
  border-left: 1px solid #77c54a !important;
}

.border-right-success.border-right-darken-2 {
  border-right: 1px solid #77c54a !important;
}

.overlay-success.overlay-darken-2 {
  background: #77c54a;
  background: rgba(35, 189, 112, 0.6);
}

.success.darken-3 {
  color: #1fa764 !important;
}

.bg-success.bg-darken-3 {
  background-color: #1fa764 !important;
}

.btn-success.btn-darken-3 {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-darken-3:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-darken-3:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-darken-3:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-darken-3 {
  border-color: #1fa764 !important;
  color: #1fa764 !important;
}

.btn-outline-success.btn-outline-darken-3:hover {
  background-color: #1fa764 !important;
}

.border-success.border-darken-3 {
  border: 1px solid #1fa764 !important;
}

.border-top-success.border-top-darken-3 {
  border-top: 1px solid #1fa764 !important;
}

.border-bottom-success.border-bottom-darken-3 {
  border-bottom: 1px solid #1fa764 !important;
}

.border-left-success.border-left-darken-3 {
  border-left: 1px solid #1fa764 !important;
}

.border-right-success.border-right-darken-3 {
  border-right: 1px solid #1fa764 !important;
}

.overlay-success.overlay-darken-3 {
  background: #1fa764;
  background: rgba(31, 167, 100, 0.6);
}

.success.darken-4 {
  color: #1b9257 !important;
}

.bg-success.bg-darken-4 {
  background-color: #1b9257 !important;
}

.btn-success.btn-darken-4 {
  border-color: #77c54a !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-darken-4:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-darken-4:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-darken-4:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-darken-4 {
  border-color: #1b9257 !important;
  color: #1b9257 !important;
}

.btn-outline-success.btn-outline-darken-4:hover {
  background-color: #1b9257 !important;
}

.border-success.border-darken-4 {
  border: 1px solid #1b9257 !important;
}

.border-top-success.border-top-darken-4 {
  border-top: 1px solid #1b9257 !important;
}

.border-bottom-success.border-bottom-darken-4 {
  border-bottom: 1px solid #1b9257 !important;
}

.border-left-success.border-left-darken-4 {
  border-left: 1px solid #1b9257 !important;
}

.border-right-success.border-right-darken-4 {
  border-right: 1px solid #1b9257 !important;
}

.overlay-success.overlay-darken-4 {
  background: #1b9257;
  background: rgba(27, 146, 87, 0.6);
}

.success.accent-1 {
  color: #e1fff1 !important;
}

.bg-success.bg-accent-1 {
  background-color: #e1fff1 !important;
}

.btn-success.btn-accent-1 {
  border-color: #77c54a !important;
  background-color: #e1fff1 !important;
}

.btn-success.btn-accent-1:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-accent-1:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-accent-1:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-accent-1 {
  border-color: #e1fff1 !important;
  color: #e1fff1 !important;
}

.btn-outline-success.btn-outline-accent-1:hover {
  background-color: #e1fff1 !important;
}

.border-success.border-accent-1 {
  border: 1px solid #e1fff1 !important;
}

.border-top-success.border-top-accent-1 {
  border-top: 1px solid #e1fff1 !important;
}

.border-bottom-success.border-bottom-accent-1 {
  border-bottom: 1px solid #e1fff1 !important;
}

.border-left-success.border-left-accent-1 {
  border-left: 1px solid #e1fff1 !important;
}

.border-right-success.border-right-accent-1 {
  border-right: 1px solid #e1fff1 !important;
}

.overlay-success.overlay-accent-1 {
  background: #e1fff1;
  background: rgba(225, 255, 241, 0.6);
}

.success.accent-2 {
  color: #aeffd9 !important;
}

.bg-success.bg-accent-2 {
  background-color: #aeffd9 !important;
}

.btn-success.btn-accent-2 {
  border-color: #77c54a !important;
  background-color: #aeffd9 !important;
}

.btn-success.btn-accent-2:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-accent-2:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-accent-2:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-accent-2 {
  border-color: #aeffd9 !important;
  color: #aeffd9 !important;
}

.btn-outline-success.btn-outline-accent-2:hover {
  background-color: #aeffd9 !important;
}

.border-success.border-accent-2 {
  border: 1px solid #aeffd9 !important;
}

.border-top-success.border-top-accent-2 {
  border-top: 1px solid #aeffd9 !important;
}

.border-bottom-success.border-bottom-accent-2 {
  border-bottom: 1px solid #aeffd9 !important;
}

.border-left-success.border-left-accent-2 {
  border-left: 1px solid #aeffd9 !important;
}

.border-right-success.border-right-accent-2 {
  border-right: 1px solid #aeffd9 !important;
}

.overlay-success.overlay-accent-2 {
  background: #aeffd9;
  background: rgba(174, 255, 217, 0.6);
}

.success.accent-3 {
  color: #7bffc1 !important;
}

.bg-success.bg-accent-3 {
  background-color: #7bffc1 !important;
}

.btn-success.btn-accent-3 {
  border-color: #77c54a !important;
  background-color: #7bffc1 !important;
}

.btn-success.btn-accent-3:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-accent-3:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-accent-3:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-accent-3 {
  border-color: #7bffc1 !important;
  color: #7bffc1 !important;
}

.btn-outline-success.btn-outline-accent-3:hover {
  background-color: #7bffc1 !important;
}

.border-success.border-accent-3 {
  border: 1px solid #7bffc1 !important;
}

.border-top-success.border-top-accent-3 {
  border-top: 1px solid #7bffc1 !important;
}

.border-bottom-success.border-bottom-accent-3 {
  border-bottom: 1px solid #7bffc1 !important;
}

.border-left-success.border-left-accent-3 {
  border-left: 1px solid #7bffc1 !important;
}

.border-right-success.border-right-accent-3 {
  border-right: 1px solid #7bffc1 !important;
}

.overlay-success.overlay-accent-3 {
  background: #7bffc1;
  background: rgba(123, 255, 193, 0.6);
}

.success.accent-4 {
  color: #62ffb5 !important;
}

.bg-success.bg-accent-4 {
  background-color: #62ffb5 !important;
}

.btn-success.btn-accent-4 {
  border-color: #77c54a !important;
  background-color: #62ffb5 !important;
}

.btn-success.btn-accent-4:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-accent-4:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-accent-4:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-accent-4 {
  border-color: #62ffb5 !important;
  color: #62ffb5 !important;
}

.btn-outline-success.btn-outline-accent-4:hover {
  background-color: #62ffb5 !important;
}

.border-success.border-accent-4 {
  border: 1px solid #62ffb5 !important;
}

.border-top-success.border-top-accent-4 {
  border-top: 1px solid #62ffb5 !important;
}

.border-bottom-success.border-bottom-accent-4 {
  border-bottom: 1px solid #62ffb5 !important;
}

.border-left-success.border-left-accent-4 {
  border-left: 1px solid #62ffb5 !important;
}

.border-right-success.border-right-accent-4 {
  border-right: 1px solid #62ffb5 !important;
}

.overlay-success.overlay-accent-4 {
  background: #62ffb5;
  background: rgba(98, 255, 181, 0.6);
}

.success.light {
  color: #eaf7da !important;
}

.bg-success.bg-light {
  background-color: #eaf7da !important;
}

.btn-success.btn-light {
  border-color: #77c54a !important;
  background-color: #eaf7da !important;
}

.btn-success.btn-light:hover {
  border-color: #77c54a !important;
  background-color: #1fa764 !important;
}

.btn-success.btn-light:focus {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-success.btn-light:active {
  border-color: #1fa764 !important;
  background-color: #1b9257 !important;
}

.btn-outline-success.btn-outline-light {
  border-color: #eaf7da !important;
  color: #eaf7da !important;
}

.btn-outline-success.btn-outline-light:hover {
  background-color: #eaf7da !important;
}

.border-success.border-light {
  border: 1px solid #eaf7da !important;
}

.border-top-success.border-top-light {
  border-top: 1px solid #eaf7da !important;
}

.border-bottom-success.border-bottom-light {
  border-bottom: 1px solid #eaf7da !important;
}

.border-left-success.border-left-light {
  border-left: 1px solid #eaf7da !important;
}

.border-right-success.border-right-light {
  border-right: 1px solid #eaf7da !important;
}

.overlay-success.overlay-light {
  background: #eaf7da;
  background: rgba(210, 255, 232, 0.6);
}

.info.lighten-5 {
  color: #5ef5ff !important;
}

.bg-info.bg-lighten-5 {
  background-color: #5ef5ff !important;
}

.btn-info.btn-lighten-5 {
  border-color: #009faa !important;
  background-color: #5ef5ff !important;
}

.btn-info.btn-lighten-5:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-lighten-5:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-lighten-5:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-lighten-5 {
  border-color: #5ef5ff !important;
  color: #5ef5ff !important;
}

.btn-outline-info.btn-outline-lighten-5:hover {
  background-color: #5ef5ff !important;
}

.border-info.border-lighten-5 {
  border: 1px solid #5ef5ff !important;
}

.border-top-info.border-top-lighten-5 {
  border-top: 1px solid #5ef5ff !important;
}

.border-bottom-info.border-bottom-lighten-5 {
  border-bottom: 1px solid #5ef5ff !important;
}

.border-left-info.border-left-lighten-5 {
  border-left: 1px solid #5ef5ff !important;
}

.border-right-info.border-right-lighten-5 {
  border-right: 1px solid #5ef5ff !important;
}

.overlay-info.overlay-lighten-5 {
  background: #5ef5ff;
  background: rgba(94, 245, 255, 0.6);
}

.info.lighten-4 {
  color: #44f3ff !important;
}

.bg-info.bg-lighten-4 {
  background-color: #44f3ff !important;
}

.btn-info.btn-lighten-4 {
  border-color: #009faa !important;
  background-color: #44f3ff !important;
}

.btn-info.btn-lighten-4:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-lighten-4:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-lighten-4:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-lighten-4 {
  border-color: #44f3ff !important;
  color: #44f3ff !important;
}

.btn-outline-info.btn-outline-lighten-4:hover {
  background-color: #44f3ff !important;
}

.border-info.border-lighten-4 {
  border: 1px solid #44f3ff !important;
}

.border-top-info.border-top-lighten-4 {
  border-top: 1px solid #44f3ff !important;
}

.border-bottom-info.border-bottom-lighten-4 {
  border-bottom: 1px solid #44f3ff !important;
}

.border-left-info.border-left-lighten-4 {
  border-left: 1px solid #44f3ff !important;
}

.border-right-info.border-right-lighten-4 {
  border-right: 1px solid #44f3ff !important;
}

.overlay-info.overlay-lighten-4 {
  background: #44f3ff;
  background: rgba(68, 243, 255, 0.6);
}

.info.lighten-3 {
  color: #2bf2ff !important;
}

.bg-info.bg-lighten-3 {
  background-color: #2bf2ff !important;
}

.btn-info.btn-lighten-3 {
  border-color: #009faa !important;
  background-color: #2bf2ff !important;
}

.btn-info.btn-lighten-3:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-lighten-3:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-lighten-3:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-lighten-3 {
  border-color: #2bf2ff !important;
  color: #2bf2ff !important;
}

.btn-outline-info.btn-outline-lighten-3:hover {
  background-color: #2bf2ff !important;
}

.border-info.border-lighten-3 {
  border: 1px solid #2bf2ff !important;
}

.border-top-info.border-top-lighten-3 {
  border-top: 1px solid #2bf2ff !important;
}

.border-bottom-info.border-bottom-lighten-3 {
  border-bottom: 1px solid #2bf2ff !important;
}

.border-left-info.border-left-lighten-3 {
  border-left: 1px solid #2bf2ff !important;
}

.border-right-info.border-right-lighten-3 {
  border-right: 1px solid #2bf2ff !important;
}

.overlay-info.overlay-lighten-3 {
  background: #2bf2ff;
  background: rgba(43, 242, 255, 0.6);
}

.info.lighten-2 {
  color: #11f0ff !important;
}

.bg-info.bg-lighten-2 {
  background-color: #11f0ff !important;
}

.btn-info.btn-lighten-2 {
  border-color: #009faa !important;
  background-color: #11f0ff !important;
}

.btn-info.btn-lighten-2:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-lighten-2:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-lighten-2:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-lighten-2 {
  border-color: #11f0ff !important;
  color: #11f0ff !important;
}

.btn-outline-info.btn-outline-lighten-2:hover {
  background-color: #11f0ff !important;
}

.border-info.border-lighten-2 {
  border: 1px solid #11f0ff !important;
}

.border-top-info.border-top-lighten-2 {
  border-top: 1px solid #11f0ff !important;
}

.border-bottom-info.border-bottom-lighten-2 {
  border-bottom: 1px solid #11f0ff !important;
}

.border-left-info.border-left-lighten-2 {
  border-left: 1px solid #11f0ff !important;
}

.border-right-info.border-right-lighten-2 {
  border-right: 1px solid #11f0ff !important;
}

.overlay-info.overlay-lighten-2 {
  background: #11f0ff;
  background: rgba(17, 240, 255, 0.6);
}

.info.lighten-1 {
  color: #00e7f7 !important;
}

.bg-info.bg-lighten-1 {
  background-color: #00e7f7 !important;
}

.btn-info.btn-lighten-1 {
  border-color: #009faa !important;
  background-color: #00e7f7 !important;
}

.btn-info.btn-lighten-1:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-lighten-1:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-lighten-1:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-lighten-1 {
  border-color: #00e7f7 !important;
  color: #00e7f7 !important;
}

.btn-outline-info.btn-outline-lighten-1:hover {
  background-color: #00e7f7 !important;
}

.border-info.border-lighten-1 {
  border: 1px solid #00e7f7 !important;
}

.border-top-info.border-top-lighten-1 {
  border-top: 1px solid #00e7f7 !important;
}

.border-bottom-info.border-bottom-lighten-1 {
  border-bottom: 1px solid #00e7f7 !important;
}

.border-left-info.border-left-lighten-1 {
  border-left: 1px solid #00e7f7 !important;
}

.border-right-info.border-right-lighten-1 {
  border-right: 1px solid #00e7f7 !important;
}

.overlay-info.overlay-lighten-1 {
  background: #00e7f7;
  background: rgba(0, 231, 247, 0.6);
}

.info {
  color: #00cfdd !important;
}

.text-success {
  color: #77c54a !important;
}

.text-light-info {
  color: rgba(0, 207, 221, 0.2) !important;
}

.bg-info {
  background-color: #00cfdd !important;
}

.bg-info .card-header {
  background-color: transparent;
}

.bg-info .card-footer {
  background-color: transparent;
}

.bg-rgba-info {
  background: rgba(0, 207, 221, 0.2) !important;
}

.bg-rgba-info.alert {
  color: #00cfdd;
}

.bg-rgba-info.alert.alert-dismissible .close {
  color: #00cfdd;
}

.alert.alert-info {
  background: #00cfdd !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 207, 221, 0.4);
  box-shadow: 0 3px 8px 0 rgba(0, 207, 221, 0.4);
  border: none;
}

.border-info {
  border: 1px solid #00cfdd !important;
}

.border-info .select2-selection__arrow b {
  border-color: #009faa !important;
}

.border-info.alert {
  color: #00cfdd;
}

.border-info.alert.alert-dismissible .close {
  color: #00cfdd;
}

.border-top-info {
  border-top: 1px solid #00cfdd;
}

.border-bottom-info {
  border-bottom: 1px solid #00cfdd;
}

.border-left-info {
  border-left: 1px solid #00cfdd;
}

.border-right-info {
  border-right: 1px solid #00cfdd;
}

.header-navbar.bg-info .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #00cfdd !important;
}

.badge.badge-info {
  background-color: #00cfdd;
}

.badge.badge-light-info {
  background-color: #ccf5f8;
  color: #00cfdd !important;
}

.badge.bg-info.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #00cfdd;
  box-shadow: 0px 0px 10px #00cfdd;
}

.badge.border-info.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #00cfdd;
  box-shadow: 0px 0px 10px #00cfdd;
}

.badge.badge-info.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #00cfdd;
  box-shadow: 0px 0px 10px #00cfdd;
}

.badge-circle-info {
  background-color: #00cfdd;
}

.badge-circle-light-info {
  background-color: #ccf5f8;
  color: #00cfdd;
}

.overlay-info {
  background: #00cfdd;
  background: rgba(0, 207, 221, 0.6);
}

.btn-info {
  border-color: #009faa !important;
  background-color: #00cfdd !important;
  color: white;
}

.btn-info:hover {
  background-color: #00e7f7 !important;
  color: white;
}

.btn-info:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 207, 221, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(0, 207, 221, 0.6) !important;
}

.btn-info:focus {
  background-color: #00b7c4 !important;
  color: white !important;
}

.btn-info:active {
  background-color: #00b7c4 !important;
  color: white !important;
}

.btn-info:disabled {
  color: white !important;
}

.btn-info ~ .dropdown-menu .dropdown-item.active {
  background-color: #00cfdd;
  color: white;
}

.btn-info ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-info.hover {
  background-color: #00e7f7 !important;
  color: white;
}

.btn-info.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 207, 221, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(0, 207, 221, 0.6) !important;
}

.btn-info.active {
  background-color: #00b7c4 !important;
  color: white !important;
}

.btn-info.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 207, 221, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 207, 221, 0.5) !important;
}

.btn-info.disabled {
  color: white !important;
}

.btn-light-info {
  background-color: #ccf5f8;
  color: #00cfdd !important;
}

.btn-light-info:hover {
  background-color: #00e7f7 !important;
  color: white !important;
}

.btn-light-info:active {
  background-color: #00b7c4 !important;
  color: white !important;
}

.btn-light-info.hover {
  background-color: #00e7f7 !important;
  color: white !important;
}

.btn-light-info.active {
  background-color: #00b7c4 !important;
  color: white !important;
}

.btn-outline-info {
  border: 1px solid #00cfdd;
  background-color: transparent;
  color: #00cfdd !important;
}

.btn-outline-info:hover {
  background-color: #00e7f7 !important;
  color: white !important;
}

.btn-outline-info:active {
  background-color: #00b7c4 !important;
  color: white !important;
}

.btn-outline-info ~ .dropdown-menu .dropdown-item.active {
  background-color: #00cfdd;
  color: white;
}

.btn-outline-info ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-info.hover {
  background-color: #00e7f7 !important;
  color: white !important;
}

.btn-outline-info.active {
  background-color: #00b7c4 !important;
  color: white !important;
}

.bullet.bullet-info {
  background-color: #00cfdd;
}

.pagination-info .page-item.active .page-link {
  background: #00cfdd !important;
  color: white;
}

.pagination-info .page-item.active .page-link:hover {
  background: #00cfdd !important;
  color: white;
}

.pagination-info .page-item .page-link:hover {
  background-color: #ccf5f8 !important;
}

.pagination-info .page-item.previous .page-link {
  color: #00cfdd;
}

.pagination-info .page-item.previous .page-link:hover {
  background: #00cfdd;
}

.pagination-info .page-item.next .page-link {
  color: #00cfdd;
}

.pagination-info .page-item.next .page-link:hover {
  background: #00cfdd;
}

.progress-bar-info .progress-bar {
  background-color: #00cfdd;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 207, 221, 0.6);
  box-shadow: 0 2px 6px 0 rgba(0, 207, 221, 0.6);
}

.chip-info {
  background-color: #00cfdd !important;
}

.chip-info .chip-body {
  color: white !important;
}

.divider.divider-info .divider-text:before {
  border-color: #00cfdd !important;
}

.divider.divider-info .divider-text:after {
  border-color: #00cfdd !important;
}

input[type='checkbox'].bg-info + .custom-control-label:before {
  background-color: #00cfdd !important;
  border-color: #009faa !important;
}

input[type='radio'].bg-info + .custom-control-label:before {
  background-color: #00cfdd !important;
  border-color: #009faa !important;
}

.checkbox.checkbox-info input:checked ~ label::before {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

.checkbox.checkbox-info input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-info label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-info input:checked ~ label::before {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

.checkbox.radio-info input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-info input:checked ~ label::before {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

.radio.checkbox-info input:checked ~ label::after {
  border-color: white;
}

.radio.radio-info input:checked ~ label::before {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

.radio.radio-info input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-info.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.checkbox.checkbox-info.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.checkbox.radio-info.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.checkbox.radio-info.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.radio.checkbox-info.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.radio.checkbox-info.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.radio.radio-info.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.radio.radio-info.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
  box-shadow: 0 0 6px 0 rgba(0, 207, 221, 0.7);
}

.checkbox.checkbox-info.checkbox-icon label i {
  color: white;
}

.checkbox.radio-info.checkbox-icon label i {
  color: white;
}

.radio.checkbox-info.checkbox-icon label i {
  color: white;
}

.radio.radio-info.checkbox-icon label i {
  color: white;
}

.custom-switch-info
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #00cfdd !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-info.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(0, 207, 221, 0.8) !important;
}

select.select-light-info
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: #ccf5f8 !important;
  color: #00cfdd !important;
}

select.select-light-info
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  background-color: #ccf5f8 !important;
  color: #00cfdd !important;
}

.info.darken-1 {
  color: #00b7c4 !important;
}

.bg-info.bg-darken-1 {
  background-color: #00b7c4 !important;
}

.btn-info.btn-darken-1 {
  border-color: #009faa !important;
  background-color: #00b7c4 !important;
}

.btn-info.btn-darken-1:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-darken-1:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-darken-1:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-darken-1 {
  border-color: #00b7c4 !important;
  color: #00b7c4 !important;
}

.btn-outline-info.btn-outline-darken-1:hover {
  background-color: #00b7c4 !important;
}

.border-info.border-darken-1 {
  border: 1px solid #00b7c4 !important;
}

.border-top-info.border-top-darken-1 {
  border-top: 1px solid #00b7c4 !important;
}

.border-bottom-info.border-bottom-darken-1 {
  border-bottom: 1px solid #00b7c4 !important;
}

.border-left-info.border-left-darken-1 {
  border-left: 1px solid #00b7c4 !important;
}

.border-right-info.border-right-darken-1 {
  border-right: 1px solid #00b7c4 !important;
}

.overlay-info.overlay-darken-1 {
  background: #00b7c4;
  background: rgba(0, 183, 196, 0.6);
}

.info.darken-2 {
  color: #009faa !important;
}

.bg-info.bg-darken-2 {
  background-color: #009faa !important;
}

.btn-info.btn-darken-2 {
  border-color: #009faa !important;
  background-color: #009faa !important;
}

.btn-info.btn-darken-2:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-darken-2:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-darken-2:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-darken-2 {
  border-color: #009faa !important;
  color: #009faa !important;
}

.btn-outline-info.btn-outline-darken-2:hover {
  background-color: #009faa !important;
}

.border-info.border-darken-2 {
  border: 1px solid #009faa !important;
}

.border-top-info.border-top-darken-2 {
  border-top: 1px solid #009faa !important;
}

.border-bottom-info.border-bottom-darken-2 {
  border-bottom: 1px solid #009faa !important;
}

.border-left-info.border-left-darken-2 {
  border-left: 1px solid #009faa !important;
}

.border-right-info.border-right-darken-2 {
  border-right: 1px solid #009faa !important;
}

.overlay-info.overlay-darken-2 {
  background: #009faa;
  background: rgba(0, 159, 170, 0.6);
}

.info.darken-3 {
  color: #008791 !important;
}

.bg-info.bg-darken-3 {
  background-color: #008791 !important;
}

.btn-info.btn-darken-3 {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-darken-3:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-darken-3:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-darken-3:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-darken-3 {
  border-color: #008791 !important;
  color: #008791 !important;
}

.btn-outline-info.btn-outline-darken-3:hover {
  background-color: #008791 !important;
}

.border-info.border-darken-3 {
  border: 1px solid #008791 !important;
}

.border-top-info.border-top-darken-3 {
  border-top: 1px solid #008791 !important;
}

.border-bottom-info.border-bottom-darken-3 {
  border-bottom: 1px solid #008791 !important;
}

.border-left-info.border-left-darken-3 {
  border-left: 1px solid #008791 !important;
}

.border-right-info.border-right-darken-3 {
  border-right: 1px solid #008791 !important;
}

.overlay-info.overlay-darken-3 {
  background: #008791;
  background: rgba(0, 135, 145, 0.6);
}

.info.darken-4 {
  color: #006f77 !important;
}

.bg-info.bg-darken-4 {
  background-color: #006f77 !important;
}

.btn-info.btn-darken-4 {
  border-color: #009faa !important;
  background-color: #006f77 !important;
}

.btn-info.btn-darken-4:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-darken-4:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-darken-4:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-darken-4 {
  border-color: #006f77 !important;
  color: #006f77 !important;
}

.btn-outline-info.btn-outline-darken-4:hover {
  background-color: #006f77 !important;
}

.border-info.border-darken-4 {
  border: 1px solid #006f77 !important;
}

.border-top-info.border-top-darken-4 {
  border-top: 1px solid #006f77 !important;
}

.border-bottom-info.border-bottom-darken-4 {
  border-bottom: 1px solid #006f77 !important;
}

.border-left-info.border-left-darken-4 {
  border-left: 1px solid #006f77 !important;
}

.border-right-info.border-right-darken-4 {
  border-right: 1px solid #006f77 !important;
}

.overlay-info.overlay-darken-4 {
  background: #006f77;
  background: rgba(0, 111, 119, 0.6);
}

.info.accent-1 {
  color: #feffff !important;
}

.bg-info.bg-accent-1 {
  background-color: #feffff !important;
}

.btn-info.btn-accent-1 {
  border-color: #009faa !important;
  background-color: #feffff !important;
}

.btn-info.btn-accent-1:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-accent-1:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-accent-1:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-accent-1 {
  border-color: #feffff !important;
  color: #feffff !important;
}

.btn-outline-info.btn-outline-accent-1:hover {
  background-color: #feffff !important;
}

.border-info.border-accent-1 {
  border: 1px solid #feffff !important;
}

.border-top-info.border-top-accent-1 {
  border-top: 1px solid #feffff !important;
}

.border-bottom-info.border-bottom-accent-1 {
  border-bottom: 1px solid #feffff !important;
}

.border-left-info.border-left-accent-1 {
  border-left: 1px solid #feffff !important;
}

.border-right-info.border-right-accent-1 {
  border-right: 1px solid #feffff !important;
}

.overlay-info.overlay-accent-1 {
  background: #feffff;
  background: rgba(254, 255, 255, 0.6);
}

.info.accent-2 {
  color: #cbf5ff !important;
}

.bg-info.bg-accent-2 {
  background-color: #cbf5ff !important;
}

.btn-info.btn-accent-2 {
  border-color: #009faa !important;
  background-color: #cbf5ff !important;
}

.btn-info.btn-accent-2:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-accent-2:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-accent-2:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-accent-2 {
  border-color: #cbf5ff !important;
  color: #cbf5ff !important;
}

.btn-outline-info.btn-outline-accent-2:hover {
  background-color: #cbf5ff !important;
}

.border-info.border-accent-2 {
  border: 1px solid #cbf5ff !important;
}

.border-top-info.border-top-accent-2 {
  border-top: 1px solid #cbf5ff !important;
}

.border-bottom-info.border-bottom-accent-2 {
  border-bottom: 1px solid #cbf5ff !important;
}

.border-left-info.border-left-accent-2 {
  border-left: 1px solid #cbf5ff !important;
}

.border-right-info.border-right-accent-2 {
  border-right: 1px solid #cbf5ff !important;
}

.overlay-info.overlay-accent-2 {
  background: #cbf5ff;
  background: rgba(203, 245, 255, 0.6);
}

.info.accent-3 {
  color: #98ecff !important;
}

.bg-info.bg-accent-3 {
  background-color: #98ecff !important;
}

.btn-info.btn-accent-3 {
  border-color: #009faa !important;
  background-color: #98ecff !important;
}

.btn-info.btn-accent-3:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-accent-3:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-accent-3:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-accent-3 {
  border-color: #98ecff !important;
  color: #98ecff !important;
}

.btn-outline-info.btn-outline-accent-3:hover {
  background-color: #98ecff !important;
}

.border-info.border-accent-3 {
  border: 1px solid #98ecff !important;
}

.border-top-info.border-top-accent-3 {
  border-top: 1px solid #98ecff !important;
}

.border-bottom-info.border-bottom-accent-3 {
  border-bottom: 1px solid #98ecff !important;
}

.border-left-info.border-left-accent-3 {
  border-left: 1px solid #98ecff !important;
}

.border-right-info.border-right-accent-3 {
  border-right: 1px solid #98ecff !important;
}

.overlay-info.overlay-accent-3 {
  background: #98ecff;
  background: rgba(152, 236, 255, 0.6);
}

.info.accent-4 {
  color: #7fe7ff !important;
}

.bg-info.bg-accent-4 {
  background-color: #7fe7ff !important;
}

.btn-info.btn-accent-4 {
  border-color: #009faa !important;
  background-color: #7fe7ff !important;
}

.btn-info.btn-accent-4:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-accent-4:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-accent-4:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-accent-4 {
  border-color: #7fe7ff !important;
  color: #7fe7ff !important;
}

.btn-outline-info.btn-outline-accent-4:hover {
  background-color: #7fe7ff !important;
}

.border-info.border-accent-4 {
  border: 1px solid #7fe7ff !important;
}

.border-top-info.border-top-accent-4 {
  border-top: 1px solid #7fe7ff !important;
}

.border-bottom-info.border-bottom-accent-4 {
  border-bottom: 1px solid #7fe7ff !important;
}

.border-left-info.border-left-accent-4 {
  border-left: 1px solid #7fe7ff !important;
}

.border-right-info.border-right-accent-4 {
  border-right: 1px solid #7fe7ff !important;
}

.overlay-info.overlay-accent-4 {
  background: #7fe7ff;
  background: rgba(127, 231, 255, 0.6);
}

.info.light {
  color: #ccf5f8 !important;
}

.bg-info.bg-light {
  background-color: #ccf5f8 !important;
}

.btn-info.btn-light {
  border-color: #009faa !important;
  background-color: #ccf5f8 !important;
}

.btn-info.btn-light:hover {
  border-color: #009faa !important;
  background-color: #008791 !important;
}

.btn-info.btn-light:focus {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-info.btn-light:active {
  border-color: #008791 !important;
  background-color: #006f77 !important;
}

.btn-outline-info.btn-outline-light {
  border-color: #ccf5f8 !important;
  color: #ccf5f8 !important;
}

.btn-outline-info.btn-outline-light:hover {
  background-color: #ccf5f8 !important;
}

.border-info.border-light {
  border: 1px solid #ccf5f8 !important;
}

.border-top-info.border-top-light {
  border-top: 1px solid #ccf5f8 !important;
}

.border-bottom-info.border-bottom-light {
  border-bottom: 1px solid #ccf5f8 !important;
}

.border-left-info.border-left-light {
  border-left: 1px solid #ccf5f8 !important;
}

.border-right-info.border-right-light {
  border-right: 1px solid #ccf5f8 !important;
}

.overlay-info.overlay-light {
  background: #ccf5f8;
  background: rgba(204, 245, 248, 0.6);
}

.warning.lighten-5 {
  color: #fee3bf !important;
}

.bg-warning.bg-lighten-5 {
  background-color: #fee3bf !important;
}

.btn-warning.btn-lighten-5 {
  border-color: #fc960f !important;
  background-color: #fee3bf !important;
}

.btn-warning.btn-lighten-5:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-lighten-5:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-lighten-5:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-lighten-5 {
  border-color: #fee3bf !important;
  color: #fee3bf !important;
}

.btn-outline-warning.btn-outline-lighten-5:hover {
  background-color: #fee3bf !important;
}

.border-warning.border-lighten-5 {
  border: 1px solid #fee3bf !important;
}

.border-top-warning.border-top-lighten-5 {
  border-top: 1px solid #fee3bf !important;
}

.border-bottom-warning.border-bottom-lighten-5 {
  border-bottom: 1px solid #fee3bf !important;
}

.border-left-warning.border-left-lighten-5 {
  border-left: 1px solid #fee3bf !important;
}

.border-right-warning.border-right-lighten-5 {
  border-right: 1px solid #fee3bf !important;
}

.overlay-warning.overlay-lighten-5 {
  background: #fee3bf;
  background: rgba(254, 227, 191, 0.6);
}

.warning.lighten-4 {
  color: #fed8a6 !important;
}

.bg-warning.bg-lighten-4 {
  background-color: #fed8a6 !important;
}

.btn-warning.btn-lighten-4 {
  border-color: #fc960f !important;
  background-color: #fed8a6 !important;
}

.btn-warning.btn-lighten-4:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-lighten-4:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-lighten-4:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-lighten-4 {
  border-color: #fed8a6 !important;
  color: #fed8a6 !important;
}

.btn-outline-warning.btn-outline-lighten-4:hover {
  background-color: #fed8a6 !important;
}

.border-warning.border-lighten-4 {
  border: 1px solid #fed8a6 !important;
}

.border-top-warning.border-top-lighten-4 {
  border-top: 1px solid #fed8a6 !important;
}

.border-bottom-warning.border-bottom-lighten-4 {
  border-bottom: 1px solid #fed8a6 !important;
}

.border-left-warning.border-left-lighten-4 {
  border-left: 1px solid #fed8a6 !important;
}

.border-right-warning.border-right-lighten-4 {
  border-right: 1px solid #fed8a6 !important;
}

.overlay-warning.overlay-lighten-4 {
  background: #fed8a6;
  background: rgba(254, 216, 166, 0.6);
}

.warning.lighten-3 {
  color: #fecd8d !important;
}

.bg-warning.bg-lighten-3 {
  background-color: #fecd8d !important;
}

.btn-warning.btn-lighten-3 {
  border-color: #fc960f !important;
  background-color: #fecd8d !important;
}

.btn-warning.btn-lighten-3:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-lighten-3:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-lighten-3:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-lighten-3 {
  border-color: #fecd8d !important;
  color: #fecd8d !important;
}

.btn-outline-warning.btn-outline-lighten-3:hover {
  background-color: #fecd8d !important;
}

.border-warning.border-lighten-3 {
  border: 1px solid #fecd8d !important;
}

.border-top-warning.border-top-lighten-3 {
  border-top: 1px solid #fecd8d !important;
}

.border-bottom-warning.border-bottom-lighten-3 {
  border-bottom: 1px solid #fecd8d !important;
}

.border-left-warning.border-left-lighten-3 {
  border-left: 1px solid #fecd8d !important;
}

.border-right-warning.border-right-lighten-3 {
  border-right: 1px solid #fecd8d !important;
}

.overlay-warning.overlay-lighten-3 {
  background: #fecd8d;
  background: rgba(254, 205, 141, 0.6);
}

.warning.lighten-2 {
  color: #fec273 !important;
}

.bg-warning.bg-lighten-2 {
  background-color: #fec273 !important;
}

.btn-warning.btn-lighten-2 {
  border-color: #fc960f !important;
  background-color: #fec273 !important;
}

.btn-warning.btn-lighten-2:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-warning.btn-lighten-2:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-lighten-2:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-lighten-2 {
  border-color: #fec273 !important;
  color: #fec273 !important;
}

.btn-outline-warning.btn-outline-lighten-2:hover {
  background-color: #fec273 !important;
}

.border-warning.border-lighten-2 {
  border: 1px solid #fec273 !important;
}

.border-top-warning.border-top-lighten-2 {
  border-top: 1px solid #fec273 !important;
}

.border-bottom-warning.border-bottom-lighten-2 {
  border-bottom: 1px solid #fec273 !important;
}

.border-left-warning.border-left-lighten-2 {
  border-left: 1px solid #fec273 !important;
}

.border-right-warning.border-right-lighten-2 {
  border-right: 1px solid #fec273 !important;
}

.overlay-warning.overlay-lighten-2 {
  background: #fec273;
  background: rgba(254, 194, 115, 0.6);
}

.warning.lighten-1 {
  color: #fdb75a !important;
}

.bg-warning.bg-lighten-1 {
  background-color: #fdb75a !important;
}

.btn-warning.btn-lighten-1 {
  border-color: #fc960f !important;
  background-color: #fdb75a !important;
}

.btn-warning.btn-lighten-1:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-warning.btn-lighten-1:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-lighten-1:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-lighten-1 {
  border-color: #fdb75a !important;
  color: #fdb75a !important;
}

.btn-outline-warning.btn-outline-lighten-1:hover {
  background-color: #fdb75a !important;
}

.border-warning.border-lighten-1 {
  border: 1px solid #fdb75a !important;
}

.border-top-warning.border-top-lighten-1 {
  border-top: 1px solid #fdb75a !important;
}

.border-bottom-warning.border-bottom-lighten-1 {
  border-bottom: 1px solid #fdb75a !important;
}

.border-left-warning.border-left-lighten-1 {
  border-left: 1px solid #fdb75a !important;
}

.border-right-warning.border-right-lighten-1 {
  border-right: 1px solid #fdb75a !important;
}

.overlay-warning.overlay-lighten-1 {
  background: #fdb75a;
  background: rgba(253, 183, 90, 0.6);
}

.warning {
  color: #fdac41 !important;
}

.text-light-warning {
  color: rgba(253, 172, 65, 0.2) !important;
}

.bg-warning {
  background-color: #fdac41 !important;
}

.bg-warning .card-header {
  background-color: transparent;
}

.bg-warning .card-footer {
  background-color: transparent;
}

.bg-rgba-warning {
  background: rgba(253, 172, 65, 0.2) !important;
}

.bg-rgba-warning.alert {
  color: #fdac41;
}

.bg-rgba-warning.alert.alert-dismissible .close {
  color: #fdac41;
}

.alert.alert-warning {
  background: #fdac41 !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(253, 172, 65, 0.4);
  box-shadow: 0 3px 8px 0 rgba(253, 172, 65, 0.4);
  border: none;
}

.border-warning {
  border: 1px solid #fdac41 !important;
}

.border-warning .select2-selection__arrow b {
  border-color: #fc960f !important;
}

.border-warning.alert {
  color: #fdac41;
}

.border-warning.alert.alert-dismissible .close {
  color: #fdac41;
}

.border-top-warning {
  border-top: 1px solid #fdac41;
}

.border-bottom-warning {
  border-bottom: 1px solid #fdac41;
}

.border-left-warning {
  border-left: 1px solid #fdac41;
}

.border-right-warning {
  border-right: 1px solid #fdac41;
}

.header-navbar.bg-warning .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #fdac41 !important;
}

.badge.badge-warning {
  background-color: #fdac41;
}

.badge.badge-light-warning {
  background-color: transparent;
  color: #ffab25 !important;
  border: 1px solid #ffab25;
}

.badge.bg-warning.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #fdac41;
  box-shadow: 0px 0px 10px #fdac41;
}

.badge.border-warning.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #fdac41;
  box-shadow: 0px 0px 10px #fdac41;
}

.badge.badge-warning.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #fdac41;
  box-shadow: 0px 0px 10px #fdac41;
}

.badge-circle-warning {
  background-color: #fdac41;
}

.badge-circle-light-warning {
  background-color: white;
  color: #fdac41;
}

.overlay-warning {
  background: #fdac41;
  background: rgba(253, 172, 65, 0.6);
}

.btn-warning {
  border-color: #fc960f !important;
  background-color: #fdac41 !important;
  color: white;
}

.btn-warning:hover {
  background-color: #fdb75a !important;
  color: white;
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-warning:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(253, 172, 65, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(253, 172, 65, 0.6) !important;
}

.btn-warning:focus {
  background-color: #fda128 !important;
  color: white !important;
}

.btn-warning:active {
  background-color: #fda128 !important;
  color: white !important;
}

.btn-warning:disabled {
  color: white !important;
}

.btn-warning ~ .dropdown-menu .dropdown-item.active {
  background-color: #fdac41;
  color: white;
}

.btn-warning ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-light-warning {
  background-color: white;
  color: #fdac41 !important;
}

.btn-light-warning:hover {
  background-color: #fdb75a !important;
  color: white !important;
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-light-warning:active {
  background-color: #fda128 !important;
  color: white !important;
}

.btn-outline-warning {
  border: 1px solid #fdac41;
  background-color: transparent;
  color: #fdac41 !important;
}

.btn-outline-warning:hover {
  background-color: #fdb75a !important;
  color: white !important;
  -webkit-box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(71, 95, 123, 0.6) !important;
}

.btn-outline-warning:active {
  background-color: #fda128 !important;
  color: white !important;
}

.btn-outline-warning ~ .dropdown-menu .dropdown-item.active {
  background-color: #fdac41;
  color: white;
}

.btn-outline-warning ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.bullet.bullet-warning {
  background-color: #fdac41;
}

.pagination-warning .page-item.active .page-link {
  background: #fdac41 !important;
  color: white;
}

.pagination-warning .page-item.active .page-link:hover {
  background: #fdac41 !important;
  color: white;
}

.pagination-warning .page-item .page-link:hover {
  background-color: white !important;
}

.pagination-warning .page-item.previous .page-link {
  color: #fdac41;
}

.pagination-warning .page-item.previous .page-link:hover {
  background: #fdac41;
}

.pagination-warning .page-item.next .page-link {
  color: #fdac41;
}

.pagination-warning .page-item.next .page-link:hover {
  background: #fdac41;
}

.progress-bar-warning .progress-bar {
  background-color: #fdac41;
  -webkit-box-shadow: 0 2px 6px 0 rgba(253, 172, 65, 0.6);
  box-shadow: 0 2px 6px 0 rgba(253, 172, 65, 0.6);
}

.chip-warning {
  background-color: #fdac41 !important;
}

.chip-warning .chip-body {
  color: white !important;
}

.divider.divider-warning .divider-text:before {
  border-color: #fdac41 !important;
}

.divider.divider-warning .divider-text:after {
  border-color: #fdac41 !important;
}

input[type='checkbox'].bg-warning + .custom-control-label:before {
  background-color: #fdac41 !important;
  border-color: #fc960f !important;
}

input[type='radio'].bg-warning + .custom-control-label:before {
  background-color: #fdac41 !important;
  border-color: #fc960f !important;
}

.checkbox.checkbox-warning input:checked ~ label::before {
  background-color: #fdac41;
  border-color: #fdac41;
}

.checkbox.checkbox-warning input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-warning label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-warning input:checked ~ label::before {
  background-color: #fdac41;
  border-color: #fdac41;
}

.checkbox.radio-warning input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-warning input:checked ~ label::before {
  background-color: #fdac41;
  border-color: #fdac41;
}

.radio.checkbox-warning input:checked ~ label::after {
  border-color: white;
}

.radio.radio-warning input:checked ~ label::before {
  background-color: #fdac41;
  border-color: #fdac41;
}

.radio.radio-warning input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-warning.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.checkbox.checkbox-warning.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.checkbox.radio-warning.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.checkbox.radio-warning.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.radio.checkbox-warning.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.radio.checkbox-warning.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.radio.radio-warning.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.radio.radio-warning.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
  box-shadow: 0 0 6px 0 rgba(253, 172, 65, 0.7);
}

.checkbox.checkbox-warning.checkbox-icon label i {
  color: white;
}

.checkbox.radio-warning.checkbox-icon label i {
  color: white;
}

.radio.checkbox-warning.checkbox-icon label i {
  color: white;
}

.radio.radio-warning.checkbox-icon label i {
  color: white;
}

.custom-switch-warning
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #fdac41 !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-warning.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(253, 172, 65, 0.8) !important;
}

select.select-light-warning
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: white !important;
  color: #fdac41 !important;
}

select.select-light-warning
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  background-color: white !important;
  color: #fdac41 !important;
}

.warning.darken-1 {
  color: #fda128 !important;
}

.bg-warning.bg-darken-1 {
  background-color: #fda128 !important;
}

.btn-warning.btn-darken-1 {
  border-color: #fc960f !important;
  background-color: #fda128 !important;
}

.btn-warning.btn-darken-1:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-darken-1:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-darken-1:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-darken-1 {
  border-color: #fda128 !important;
  color: #fda128 !important;
}

.btn-outline-warning.btn-outline-darken-1:hover {
  background-color: #fda128 !important;
}

.border-warning.border-darken-1 {
  border: 1px solid #fda128 !important;
}

.border-top-warning.border-top-darken-1 {
  border-top: 1px solid #fda128 !important;
}

.border-bottom-warning.border-bottom-darken-1 {
  border-bottom: 1px solid #fda128 !important;
}

.border-left-warning.border-left-darken-1 {
  border-left: 1px solid #fda128 !important;
}

.border-right-warning.border-right-darken-1 {
  border-right: 1px solid #fda128 !important;
}

.overlay-warning.overlay-darken-1 {
  background: #fda128;
  background: #fda128;
}

.warning.darken-2 {
  color: #fc960f !important;
}

.bg-warning.bg-darken-2 {
  background-color: #fc960f !important;
}

.btn-warning.btn-darken-2 {
  border-color: #fc960f !important;
  background-color: #fc960f !important;
}

.btn-warning.btn-darken-2:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-darken-2:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-darken-2:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-darken-2 {
  border-color: #fc960f !important;
  color: #fc960f !important;
}

.btn-outline-warning.btn-outline-darken-2:hover {
  background-color: #fc960f !important;
}

.border-warning.border-darken-2 {
  border: 1px solid #fc960f !important;
}

.border-top-warning.border-top-darken-2 {
  border-top: 1px solid #fc960f !important;
}

.border-bottom-warning.border-bottom-darken-2 {
  border-bottom: 1px solid #fc960f !important;
}

.border-left-warning.border-left-darken-2 {
  border-left: 1px solid #fc960f !important;
}

.border-right-warning.border-right-darken-2 {
  border-right: 1px solid #fc960f !important;
}

.overlay-warning.overlay-darken-2 {
  background: #fc960f;
  background: rgba(252, 150, 15, 0.6);
}

.warning.darken-3 {
  color: #ef8903 !important;
}

.bg-warning.bg-darken-3 {
  background-color: #ef8903 !important;
}

.btn-warning.btn-darken-3 {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-darken-3:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-darken-3:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-darken-3:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-darken-3 {
  border-color: #ef8903 !important;
  color: #ef8903 !important;
}

.btn-outline-warning.btn-outline-darken-3:hover {
  background-color: #ef8903 !important;
}

.border-warning.border-darken-3 {
  border: 1px solid #ef8903 !important;
}

.border-top-warning.border-top-darken-3 {
  border-top: 1px solid #ef8903 !important;
}

.border-bottom-warning.border-bottom-darken-3 {
  border-bottom: 1px solid #ef8903 !important;
}

.border-left-warning.border-left-darken-3 {
  border-left: 1px solid #ef8903 !important;
}

.border-right-warning.border-right-darken-3 {
  border-right: 1px solid #ef8903 !important;
}

.overlay-warning.overlay-darken-3 {
  background: #ef8903;
  background: rgba(239, 137, 3, 0.6);
}

.warning.darken-4 {
  color: #d67b02 !important;
}

.bg-warning.bg-darken-4 {
  background-color: #d67b02 !important;
}

.btn-warning.btn-darken-4 {
  border-color: #fc960f !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-darken-4:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-darken-4:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-darken-4:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-darken-4 {
  border-color: #d67b02 !important;
  color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-darken-4:hover {
  background-color: #d67b02 !important;
}

.border-warning.border-darken-4 {
  border: 1px solid #d67b02 !important;
}

.border-top-warning.border-top-darken-4 {
  border-top: 1px solid #d67b02 !important;
}

.border-bottom-warning.border-bottom-darken-4 {
  border-bottom: 1px solid #d67b02 !important;
}

.border-left-warning.border-left-darken-4 {
  border-left: 1px solid #d67b02 !important;
}

.border-right-warning.border-right-darken-4 {
  border-right: 1px solid #d67b02 !important;
}

.overlay-warning.overlay-darken-4 {
  background: #d67b02;
  background: rgba(214, 123, 2, 0.6);
}

.warning.accent-1 {
  color: white !important;
}

.bg-warning.bg-accent-1 {
  background-color: white !important;
}

.btn-warning.btn-accent-1 {
  border-color: #fc960f !important;
  background-color: white !important;
}

.btn-warning.btn-accent-1:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-accent-1:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-accent-1:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-accent-1 {
  border-color: white !important;
  color: white !important;
}

.btn-outline-warning.btn-outline-accent-1:hover {
  background-color: white !important;
}

.border-warning.border-accent-1 {
  border: 1px solid white !important;
}

.border-top-warning.border-top-accent-1 {
  border-top: 1px solid white !important;
}

.border-bottom-warning.border-bottom-accent-1 {
  border-bottom: 1px solid white !important;
}

.border-left-warning.border-left-accent-1 {
  border-left: 1px solid white !important;
}

.border-right-warning.border-right-accent-1 {
  border-right: 1px solid white !important;
}

.overlay-warning.overlay-accent-1 {
  background: white;
  background: rgba(255, 245, 239, 0.6);
}

.warning.accent-2 {
  color: #ffe5d8 !important;
}

.bg-warning.bg-accent-2 {
  background-color: #ffe5d8 !important;
}

.btn-warning.btn-accent-2 {
  border-color: #fc960f !important;
  background-color: #ffe5d8 !important;
}

.btn-warning.btn-accent-2:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-accent-2:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-accent-2:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-accent-2 {
  border-color: #ffe5d8 !important;
  color: #ffe5d8 !important;
}

.btn-outline-warning.btn-outline-accent-2:hover {
  background-color: #ffe5d8 !important;
}

.border-warning.border-accent-2 {
  border: 1px solid #ffe5d8 !important;
}

.border-top-warning.border-top-accent-2 {
  border-top: 1px solid #ffe5d8 !important;
}

.border-bottom-warning.border-bottom-accent-2 {
  border-bottom: 1px solid #ffe5d8 !important;
}

.border-left-warning.border-left-accent-2 {
  border-left: 1px solid #ffe5d8 !important;
}

.border-right-warning.border-right-accent-2 {
  border-right: 1px solid #ffe5d8 !important;
}

.overlay-warning.overlay-accent-2 {
  background: #ffe5d8;
  background: rgba(255, 229, 216, 0.6);
}

.warning.accent-3 {
  color: white !important;
}

.bg-warning.bg-accent-3 {
  background-color: white !important;
}

.btn-warning.btn-accent-3 {
  border-color: #fc960f !important;
  background-color: white !important;
}

.btn-warning.btn-accent-3:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-accent-3:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-accent-3:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-accent-3 {
  border-color: white !important;
  color: white !important;
}

.btn-outline-warning.btn-outline-accent-3:hover {
  background-color: white !important;
}

.border-warning.border-accent-3 {
  border: 1px solid white !important;
}

.border-top-warning.border-top-accent-3 {
  border-top: 1px solid white !important;
}

.border-bottom-warning.border-bottom-accent-3 {
  border-bottom: 1px solid white !important;
}

.border-left-warning.border-left-accent-3 {
  border-left: 1px solid white !important;
}

.border-right-warning.border-right-accent-3 {
  border-right: 1px solid white !important;
}

.overlay-warning.overlay-accent-3 {
  background: white;
  background: rgba(255, 246, 243, 0.6);
}

.warning.accent-4 {
  color: #ffe3da !important;
}

.bg-warning.bg-accent-4 {
  background-color: #ffe3da !important;
}

.btn-warning.btn-accent-4 {
  border-color: #fc960f !important;
  background-color: #ffe3da !important;
}

.btn-warning.btn-accent-4:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-accent-4:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-accent-4:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-accent-4 {
  border-color: #ffe3da !important;
  color: #ffe3da !important;
}

.btn-outline-warning.btn-outline-accent-4:hover {
  background-color: #ffe3da !important;
}

.border-warning.border-accent-4 {
  border: 1px solid #ffe3da !important;
}

.border-top-warning.border-top-accent-4 {
  border-top: 1px solid #ffe3da !important;
}

.border-bottom-warning.border-bottom-accent-4 {
  border-bottom: 1px solid #ffe3da !important;
}

.border-left-warning.border-left-accent-4 {
  border-left: 1px solid #ffe3da !important;
}

.border-right-warning.border-right-accent-4 {
  border-right: 1px solid #ffe3da !important;
}

.overlay-warning.overlay-accent-4 {
  background: #ffe3da;
  background: rgba(255, 227, 218, 0.6);
}

.warning.light {
  color: white !important;
}

.bg-warning.bg-light {
  background-color: white !important;
}

.btn-warning.btn-light {
  border-color: #fc960f !important;
  background-color: white !important;
}

.btn-warning.btn-light:hover {
  border-color: #fc960f !important;
  background-color: #ef8903 !important;
}

.btn-warning.btn-light:focus {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-warning.btn-light:active {
  border-color: #ef8903 !important;
  background-color: #d67b02 !important;
}

.btn-outline-warning.btn-outline-light {
  border-color: white !important;
  color: white !important;
}

.btn-outline-warning.btn-outline-light:hover {
  background-color: white !important;
}

.border-warning.border-light {
  border: 1px solid white !important;
}

.border-top-warning.border-top-light {
  border-top: 1px solid white !important;
}

.border-bottom-warning.border-bottom-light {
  border-bottom: 1px solid white !important;
}

.border-left-warning.border-left-light {
  border-left: 1px solid white !important;
}

.border-right-warning.border-right-light {
  border-right: 1px solid white !important;
}

.overlay-warning.overlay-light {
  background: white;
  background: rgba(255, 238, 217, 0.6);
}

.danger.lighten-5 {
  color: #ffdbdb !important;
}

.bg-danger.bg-lighten-5 {
  background-color: #ffdbdb !important;
}

.btn-danger.btn-lighten-5 {
  border-color: #ff2829 !important;
  background-color: #ffdbdb !important;
}

.btn-danger.btn-lighten-5:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-lighten-5:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-lighten-5:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-lighten-5 {
  border-color: #ffdbdb !important;
  color: #ffdbdb !important;
}

.btn-outline-danger.btn-outline-lighten-5:hover {
  background-color: #ffdbdb !important;
}

.border-danger.border-lighten-5 {
  border: 1px solid #ffdbdb !important;
}

.border-top-danger.border-top-lighten-5 {
  border-top: 1px solid #ffdbdb !important;
}

.border-bottom-danger.border-bottom-lighten-5 {
  border-bottom: 1px solid #ffdbdb !important;
}

.border-left-danger.border-left-lighten-5 {
  border-left: 1px solid #ffdbdb !important;
}

.border-right-danger.border-right-lighten-5 {
  border-right: 1px solid #ffdbdb !important;
}

.overlay-danger.overlay-lighten-5 {
  background: #ffdbdb;
  background: rgba(255, 219, 219, 0.6);
}

.danger.lighten-4 {
  color: #ffc1c1 !important;
}

.bg-danger.bg-lighten-4 {
  background-color: #ffc1c1 !important;
}

.btn-danger.btn-lighten-4 {
  border-color: #ff2829 !important;
  background-color: #ffc1c1 !important;
}

.btn-danger.btn-lighten-4:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-lighten-4:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-lighten-4:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-lighten-4 {
  border-color: #ffc1c1 !important;
  color: #ffc1c1 !important;
}

.btn-outline-danger.btn-outline-lighten-4:hover {
  background-color: #ffc1c1 !important;
}

.border-danger.border-lighten-4 {
  border: 1px solid #ffc1c1 !important;
}

.border-top-danger.border-top-lighten-4 {
  border-top: 1px solid #ffc1c1 !important;
}

.border-bottom-danger.border-bottom-lighten-4 {
  border-bottom: 1px solid #ffc1c1 !important;
}

.border-left-danger.border-left-lighten-4 {
  border-left: 1px solid #ffc1c1 !important;
}

.border-right-danger.border-right-lighten-4 {
  border-right: 1px solid #ffc1c1 !important;
}

.overlay-danger.overlay-lighten-4 {
  background: #ffc1c1;
  background: rgba(255, 193, 193, 0.6);
}

.danger.lighten-3 {
  color: #ffa8a8 !important;
}

.bg-danger.bg-lighten-3 {
  background-color: #ffa8a8 !important;
}

.btn-danger.btn-lighten-3 {
  border-color: #ff2829 !important;
  background-color: #ffa8a8 !important;
}

.btn-danger.btn-lighten-3:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-lighten-3:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-lighten-3:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-lighten-3 {
  border-color: #ffa8a8 !important;
  color: #ffa8a8 !important;
}

.btn-outline-danger.btn-outline-lighten-3:hover {
  background-color: #ffa8a8 !important;
}

.border-danger.border-lighten-3 {
  border: 1px solid #ffa8a8 !important;
}

.border-top-danger.border-top-lighten-3 {
  border-top: 1px solid #ffa8a8 !important;
}

.border-bottom-danger.border-bottom-lighten-3 {
  border-bottom: 1px solid #ffa8a8 !important;
}

.border-left-danger.border-left-lighten-3 {
  border-left: 1px solid #ffa8a8 !important;
}

.border-right-danger.border-right-lighten-3 {
  border-right: 1px solid #ffa8a8 !important;
}

.overlay-danger.overlay-lighten-3 {
  background: #ffa8a8;
  background: rgba(255, 168, 168, 0.6);
}

.danger.lighten-2 {
  color: #ff8e8f !important;
}

.bg-danger.bg-lighten-2 {
  background-color: #ff8e8f !important;
}

.btn-danger.btn-lighten-2 {
  border-color: #ff2829 !important;
  background-color: #ff8e8f !important;
}

.btn-danger.btn-lighten-2:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-lighten-2:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-lighten-2:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-lighten-2 {
  border-color: #ff8e8f !important;
  color: #ff8e8f !important;
}

.btn-outline-danger.btn-outline-lighten-2:hover {
  background-color: #ff8e8f !important;
}

.border-danger.border-lighten-2 {
  border: 1px solid #ff8e8f !important;
}

.border-top-danger.border-top-lighten-2 {
  border-top: 1px solid #ff8e8f !important;
}

.border-bottom-danger.border-bottom-lighten-2 {
  border-bottom: 1px solid #ff8e8f !important;
}

.border-left-danger.border-left-lighten-2 {
  border-left: 1px solid #ff8e8f !important;
}

.border-right-danger.border-right-lighten-2 {
  border-right: 1px solid #ff8e8f !important;
}

.overlay-danger.overlay-lighten-2 {
  background: #ff8e8f;
  background: rgba(255, 142, 143, 0.6);
}

.danger.lighten-1 {
  color: #ff7575 !important;
}

.bg-danger.bg-lighten-1 {
  background-color: #ff7575 !important;
}

.btn-danger.btn-lighten-1 {
  border-color: #ff2829 !important;
  background-color: #ff7575 !important;
}

.btn-danger.btn-lighten-1:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-lighten-1:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-lighten-1:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-lighten-1 {
  border-color: #ff7575 !important;
  color: #ff7575 !important;
}

.btn-outline-danger.btn-outline-lighten-1:hover {
  background-color: #ff7575 !important;
}

.border-danger.border-lighten-1 {
  border: 1px solid #ff7575 !important;
}

.border-top-danger.border-top-lighten-1 {
  border-top: 1px solid #ff7575 !important;
}

.border-bottom-danger.border-bottom-lighten-1 {
  border-bottom: 1px solid #ff7575 !important;
}

.border-left-danger.border-left-lighten-1 {
  border-left: 1px solid #ff7575 !important;
}

.border-right-danger.border-right-lighten-1 {
  border-right: 1px solid #ff7575 !important;
}

.overlay-danger.overlay-lighten-1 {
  background: #ff7575;
  background: rgba(255, 117, 117, 0.6);
}

.danger {
  color: #ff5b5c !important;
}

.text-light-danger {
  color: rgba(255, 91, 92, 0.2) !important;
}

.bg-danger {
  background-color: #ff5b5c !important;
}

.bg-danger h4 {
  color: white !important;
}

.bg-danger .table thead th {
  color: white !important;
}

.bg-danger .card-header {
  background-color: transparent;
}

.bg-danger .card-footer {
  background-color: transparent;
}

.color-FF5B5C {
  color: #ff5b5c;
}

.bg-rgba-danger {
  background: rgba(255, 91, 92, 0.2) !important;
}

.bg-rgba-danger.alert {
  color: #ff5b5c;
}

.bg-rgba-danger.alert.alert-dismissible .close {
  color: #ff5b5c;
}

.alert.alert-danger {
  background: #ff5b5c !important;
  color: white !important;
  -webkit-box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.4);
  box-shadow: 0 3px 8px 0 rgba(255, 91, 92, 0.4);
  border: none;
}

.border-danger {
  border: 1px solid #ff5b5c !important;
}

.border-danger .select2-selection__arrow b {
  border-color: #ff2829 !important;
}

.border-danger.alert {
  color: #ff5b5c;
}

.border-danger.alert.alert-dismissible .close {
  color: #ff5b5c;
}

.border-top-danger {
  border-top: 1px solid #ff5b5c;
}

.border-bottom-danger {
  border-bottom: 1px solid #ff5b5c;
}

.border-left-danger {
  border-left: 1px solid #ff5b5c;
}

.border-right-danger {
  border-right: 1px solid #ff5b5c;
}

.header-navbar.bg-danger .navbar-nav .nav-item > a i {
  -webkit-text-stroke: 0.2px #ff5b5c !important;
}

.badge.badge-danger {
  background-color: #ff5b5c;
}

.badge.badge-light-danger {
  background-color: #ffdede;
  color: #ff5b5c !important;
}

.badge.bg-danger.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #ff5b5c;
  box-shadow: 0px 0px 10px #ff5b5c;
}

.badge.border-danger.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #ff5b5c;
  box-shadow: 0px 0px 10px #ff5b5c;
}

.badge.badge-danger.badge-glow {
  -webkit-box-shadow: 0px 0px 10px #ff5b5c;
  box-shadow: 0px 0px 10px #ff5b5c;
}

.badge-circle-danger {
  background-color: #ff5b5c;
}

.badge-circle-light-danger {
  background-color: #ffdede;
  color: #ff5b5c;
}

.overlay-danger {
  background: #ff5b5c;
  background: rgba(255, 91, 92, 0.6);
}

.btn-danger {
  border-color: #ff2829 !important;
  background-color: #ff5b5c !important;
  color: white;
}

.btn-danger:hover {
  background-color: #ff7575 !important;
  color: white;
}

.btn-danger:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(255, 91, 92, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(255, 91, 92, 0.6) !important;
}

.btn-danger:focus {
  background-color: #ff4243 !important;
  color: white !important;
}

.btn-danger:active {
  background-color: #ff4243 !important;
  color: white !important;
}

.btn-danger:disabled {
  color: white !important;
}

.btn-danger ~ .dropdown-menu .dropdown-item.active {
  background-color: #ff5b5c;
  color: white;
}

.btn-danger ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-danger.hover {
  background-color: #ff7575 !important;
  color: white;
}

.btn-danger.hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(255, 91, 92, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(255, 91, 92, 0.6) !important;
}

.btn-danger.active {
  background-color: #ff4243 !important;
  color: white !important;
}

.btn-danger.glow {
  -webkit-box-shadow: 0 2px 4px 0 rgba(255, 91, 92, 0.5) !important;
  box-shadow: 0 2px 4px 0 rgba(255, 91, 92, 0.5) !important;
}

.btn-danger.disabled {
  color: white !important;
}

.btn-light-danger {
  background-color: #ffdede;
  color: #ff5b5c !important;
}

.btn-light-danger:hover {
  background-color: #ff7575 !important;
  color: white !important;
}

.btn-light-danger:active {
  background-color: #ff4243 !important;
  color: white !important;
}

.btn-light-danger.hover {
  background-color: #ff7575 !important;
  color: white !important;
}

.btn-light-danger.active {
  background-color: #ff4243 !important;
  color: white !important;
}

.btn-outline-danger {
  border: 1px solid #ff5b5c;
  background-color: transparent;
  color: #ff5b5c !important;
}

.btn-outline-danger:hover {
  background-color: #ff7575 !important;
  color: white !important;
}

.btn-outline-danger:active {
  background-color: #ff4243 !important;
  color: white !important;
}

.btn-outline-danger ~ .dropdown-menu .dropdown-item.active {
  background-color: #ff5b5c;
  color: white;
}

.btn-outline-danger ~ .dropdown-menu .dropdown-item.active:hover {
  color: white;
}

.btn-outline-danger.hover {
  background-color: #ff7575 !important;
  color: white !important;
}

.btn-outline-danger.active {
  background-color: #ff4243 !important;
  color: white !important;
}

.bullet.bullet-danger {
  background-color: #ff5b5c;
}

.pagination-danger .page-item.active .page-link {
  background: #ff5b5c !important;
  color: white;
}

.pagination-danger .page-item.active .page-link:hover {
  background: #ff5b5c !important;
  color: white;
}

.pagination-danger .page-item .page-link:hover {
  background-color: #ffdede !important;
}

.pagination-danger .page-item.previous .page-link {
  color: #ff5b5c;
}

.pagination-danger .page-item.previous .page-link:hover {
  background: #ff5b5c;
}

.pagination-danger .page-item.next .page-link {
  color: #ff5b5c;
}

.pagination-danger .page-item.next .page-link:hover {
  background: #ff5b5c;
}

.progress-bar-danger .progress-bar {
  background-color: #ff5b5c;
  -webkit-box-shadow: 0 2px 6px 0 rgba(255, 91, 92, 0.6);
  box-shadow: 0 2px 6px 0 rgba(255, 91, 92, 0.6);
}

.chip-danger {
  background-color: #ff5b5c !important;
}

.chip-danger .chip-body {
  color: white !important;
}

.divider.divider-danger .divider-text:before {
  border-color: #ff5b5c !important;
}

.divider.divider-danger .divider-text:after {
  border-color: #ff5b5c !important;
}

input[type='checkbox'].bg-danger + .custom-control-label:before {
  background-color: #ff5b5c !important;
  border-color: #ff2829 !important;
}

input[type='radio'].bg-danger + .custom-control-label:before {
  background-color: #ff5b5c !important;
  border-color: #ff2829 !important;
}

.checkbox.checkbox-danger input:checked ~ label::before {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}

.checkbox.checkbox-danger input:checked ~ label::after {
  border-color: white;
}

.checkbox.checkbox-danger label:after {
  -webkit-transition: 200ms ease-in-out;
  transition: 200ms ease-in-out;
}

.checkbox.radio-danger input:checked ~ label::before {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}

.checkbox.radio-danger input:checked ~ label::after {
  border-color: white;
}

.radio.checkbox-danger input:checked ~ label::before {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}

.radio.checkbox-danger input:checked ~ label::after {
  border-color: white;
}

.radio.radio-danger input:checked ~ label::before {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}

.radio.radio-danger input:checked ~ label::after {
  border-color: white;
  background-color: white;
  -webkit-transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  transition: all 0.15s cubic-bezier(0.35, 0.9, 0.4, 0.9);
}

.checkbox.checkbox-danger.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.checkbox.checkbox-danger.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.checkbox.radio-danger.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.checkbox.radio-danger.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.radio.checkbox-danger.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.radio.checkbox-danger.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.radio.radio-danger.checkbox-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.radio.radio-danger.radio-glow input:checked ~ label::before {
  -webkit-box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
  box-shadow: 0 0 6px 0 rgba(255, 91, 92, 0.7);
}

.checkbox.checkbox-danger.checkbox-icon label i {
  color: white;
}

.checkbox.radio-danger.checkbox-icon label i {
  color: white;
}

.radio.checkbox-danger.checkbox-icon label i {
  color: white;
}

.radio.radio-danger.checkbox-icon label i {
  color: white;
}

.custom-switch-danger
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #ff5b5c !important;
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.custom-switch-danger.custom-switch-glow
  .custom-control-input:not(:disabled):checked
  ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8) !important;
  box-shadow: 0 0 8px 0 rgba(255, 91, 92, 0.8) !important;
}

select.select-light-danger
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice {
  background-color: #ffdede !important;
  color: #ff5b5c !important;
}

select.select-light-danger
  ~ .select2-container
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-selection__choice__remove {
  background-color: #ffdede !important;
  color: #ff5b5c !important;
}

.danger.darken-1 {
  color: #ff4243 !important;
}

.bg-danger.bg-darken-1 {
  background-color: #ff4243 !important;
}

.btn-danger.btn-darken-1 {
  border-color: #ff2829 !important;
  background-color: #ff4243 !important;
}

.btn-danger.btn-darken-1:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-darken-1:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-darken-1:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-darken-1 {
  border-color: #ff4243 !important;
  color: #ff4243 !important;
}

.btn-outline-danger.btn-outline-darken-1:hover {
  background-color: #ff4243 !important;
}

.border-danger.border-darken-1 {
  border: 1px solid #ff4243 !important;
}

.border-top-danger.border-top-darken-1 {
  border-top: 1px solid #ff4243 !important;
}

.border-bottom-danger.border-bottom-darken-1 {
  border-bottom: 1px solid #ff4243 !important;
}

.border-left-danger.border-left-darken-1 {
  border-left: 1px solid #ff4243 !important;
}

.border-right-danger.border-right-darken-1 {
  border-right: 1px solid #ff4243 !important;
}

.overlay-danger.overlay-darken-1 {
  background: #ff4243;
  background: rgba(255, 66, 67, 0.6);
}

.danger.darken-2 {
  color: #ff2829 !important;
}

.bg-danger.bg-darken-2 {
  background-color: #ff2829 !important;
}

.btn-danger.btn-darken-2 {
  border-color: #ff2829 !important;
  background-color: #ff2829 !important;
}

.btn-danger.btn-darken-2:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-darken-2:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-darken-2:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-darken-2 {
  border-color: #ff2829 !important;
  color: #ff2829 !important;
}

.btn-outline-danger.btn-outline-darken-2:hover {
  background-color: #ff2829 !important;
}

.border-danger.border-darken-2 {
  border: 1px solid #ff2829 !important;
}

.border-top-danger.border-top-darken-2 {
  border-top: 1px solid #ff2829 !important;
}

.border-bottom-danger.border-bottom-darken-2 {
  border-bottom: 1px solid #ff2829 !important;
}

.border-left-danger.border-left-darken-2 {
  border-left: 1px solid #ff2829 !important;
}

.border-right-danger.border-right-darken-2 {
  border-right: 1px solid #ff2829 !important;
}

.overlay-danger.overlay-darken-2 {
  background: #ff2829;
  background: rgba(255, 40, 41, 0.6);
}

.danger.darken-3 {
  color: #ff0f10 !important;
}

.bg-danger.bg-darken-3 {
  background-color: #ff0f10 !important;
}

.btn-danger.btn-darken-3 {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-darken-3:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-darken-3:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-darken-3:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-darken-3 {
  border-color: #ff0f10 !important;
  color: #ff0f10 !important;
}

.btn-outline-danger.btn-outline-darken-3:hover {
  background-color: #ff0f10 !important;
}

.border-danger.border-darken-3 {
  border: 1px solid #ff0f10 !important;
}

.border-top-danger.border-top-darken-3 {
  border-top: 1px solid #ff0f10 !important;
}

.border-bottom-danger.border-bottom-darken-3 {
  border-bottom: 1px solid #ff0f10 !important;
}

.border-left-danger.border-left-darken-3 {
  border-left: 1px solid #ff0f10 !important;
}

.border-right-danger.border-right-darken-3 {
  border-right: 1px solid #ff0f10 !important;
}

.overlay-danger.overlay-darken-3 {
  background: #ff0f10;
  background: rgba(255, 15, 16, 0.6);
}

.danger.darken-4 {
  color: #f40001 !important;
}

.bg-danger.bg-darken-4 {
  background-color: #f40001 !important;
}

.btn-danger.btn-darken-4 {
  border-color: #ff2829 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-darken-4:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-darken-4:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-darken-4:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-darken-4 {
  border-color: #f40001 !important;
  color: #f40001 !important;
}

.btn-outline-danger.btn-outline-darken-4:hover {
  background-color: #f40001 !important;
}

.border-danger.border-darken-4 {
  border: 1px solid #f40001 !important;
}

.border-top-danger.border-top-darken-4 {
  border-top: 1px solid #f40001 !important;
}

.border-bottom-danger.border-bottom-darken-4 {
  border-bottom: 1px solid #f40001 !important;
}

.border-left-danger.border-left-darken-4 {
  border-left: 1px solid #f40001 !important;
}

.border-right-danger.border-right-darken-4 {
  border-right: 1px solid #f40001 !important;
}

.overlay-danger.overlay-darken-4 {
  background: #f40001;
  background: rgba(244, 0, 1, 0.6);
}

.danger.accent-1 {
  color: #ffeef1 !important;
}

.bg-danger.bg-accent-1 {
  background-color: #ffeef1 !important;
}

.btn-danger.btn-accent-1 {
  border-color: #ff2829 !important;
  background-color: #ffeef1 !important;
}

.btn-danger.btn-accent-1:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-accent-1:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-accent-1:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-accent-1 {
  border-color: #ffeef1 !important;
  color: #ffeef1 !important;
}

.btn-outline-danger.btn-outline-accent-1:hover {
  background-color: #ffeef1 !important;
}

.border-danger.border-accent-1 {
  border: 1px solid #ffeef1 !important;
}

.border-top-danger.border-top-accent-1 {
  border-top: 1px solid #ffeef1 !important;
}

.border-bottom-danger.border-bottom-accent-1 {
  border-bottom: 1px solid #ffeef1 !important;
}

.border-left-danger.border-left-accent-1 {
  border-left: 1px solid #ffeef1 !important;
}

.border-right-danger.border-right-accent-1 {
  border-right: 1px solid #ffeef1 !important;
}

.overlay-danger.overlay-accent-1 {
  background: #ffeef1;
  background: rgba(255, 238, 241, 0.6);
}

.danger.accent-2 {
  color: #ffd6db !important;
}

.bg-danger.bg-accent-2 {
  background-color: #ffd6db !important;
}

.btn-danger.btn-accent-2 {
  border-color: #ff2829 !important;
  background-color: #ffd6db !important;
}

.btn-danger.btn-accent-2:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-accent-2:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-accent-2:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-accent-2 {
  border-color: #ffd6db !important;
  color: #ffd6db !important;
}

.btn-outline-danger.btn-outline-accent-2:hover {
  background-color: #ffd6db !important;
}

.border-danger.border-accent-2 {
  border: 1px solid #ffd6db !important;
}

.border-top-danger.border-top-accent-2 {
  border-top: 1px solid #ffd6db !important;
}

.border-bottom-danger.border-bottom-accent-2 {
  border-bottom: 1px solid #ffd6db !important;
}

.border-left-danger.border-left-accent-2 {
  border-left: 1px solid #ffd6db !important;
}

.border-right-danger.border-right-accent-2 {
  border-right: 1px solid #ffd6db !important;
}

.overlay-danger.overlay-accent-2 {
  background: #ffd6db;
  background: rgba(255, 214, 219, 0.6);
}

.danger.accent-3 {
  color: #ffecee !important;
}

.bg-danger.bg-accent-3 {
  background-color: #ffecee !important;
}

.btn-danger.btn-accent-3 {
  border-color: #ff2829 !important;
  background-color: #ffecee !important;
}

.btn-danger.btn-accent-3:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-accent-3:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-accent-3:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-accent-3 {
  border-color: #ffecee !important;
  color: #ffecee !important;
}

.btn-outline-danger.btn-outline-accent-3:hover {
  background-color: #ffecee !important;
}

.border-danger.border-accent-3 {
  border: 1px solid #ffecee !important;
}

.border-top-danger.border-top-accent-3 {
  border-top: 1px solid #ffecee !important;
}

.border-bottom-danger.border-bottom-accent-3 {
  border-bottom: 1px solid #ffecee !important;
}

.border-left-danger.border-left-accent-3 {
  border-left: 1px solid #ffecee !important;
}

.border-right-danger.border-right-accent-3 {
  border-right: 1px solid #ffecee !important;
}

.overlay-danger.overlay-accent-3 {
  background: #ffecee;
  background: rgba(255, 236, 238, 0.6);
}

.danger.accent-4 {
  color: #ffd3d7 !important;
}

.bg-danger.bg-accent-4 {
  background-color: #ffd3d7 !important;
}

.btn-danger.btn-accent-4 {
  border-color: #ff2829 !important;
  background-color: #ffd3d7 !important;
}

.btn-danger.btn-accent-4:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-accent-4:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-accent-4:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-accent-4 {
  border-color: #ffd3d7 !important;
  color: #ffd3d7 !important;
}

.btn-outline-danger.btn-outline-accent-4:hover {
  background-color: #ffd3d7 !important;
}

.border-danger.border-accent-4 {
  border: 1px solid #ffd3d7 !important;
}

.border-top-danger.border-top-accent-4 {
  border-top: 1px solid #ffd3d7 !important;
}

.border-bottom-danger.border-bottom-accent-4 {
  border-bottom: 1px solid #ffd3d7 !important;
}

.border-left-danger.border-left-accent-4 {
  border-left: 1px solid #ffd3d7 !important;
}

.border-right-danger.border-right-accent-4 {
  border-right: 1px solid #ffd3d7 !important;
}

.overlay-danger.overlay-accent-4 {
  background: #ffd3d7;
  background: rgba(255, 211, 215, 0.6);
}

.danger.light {
  color: #ffdede !important;
}

.bg-danger.bg-light {
  background-color: #ffdede !important;
}

.btn-danger.btn-light {
  border-color: #ff2829 !important;
  background-color: #ffdede !important;
}

.btn-danger.btn-light:hover {
  border-color: #ff2829 !important;
  background-color: #ff0f10 !important;
}

.btn-danger.btn-light:focus {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-danger.btn-light:active {
  border-color: #ff0f10 !important;
  background-color: #f40001 !important;
}

.btn-outline-danger.btn-outline-light {
  border-color: #ffdede !important;
  color: #ffdede !important;
}

.btn-outline-danger.btn-outline-light:hover {
  background-color: #ffdede !important;
}

.border-danger.border-light {
  border: 1px solid #ffdede !important;
}

.border-top-danger.border-top-light {
  border-top: 1px solid #ffdede !important;
}

.border-bottom-danger.border-bottom-light {
  border-bottom: 1px solid #ffdede !important;
}

.border-left-danger.border-left-light {
  border-left: 1px solid #ffdede !important;
}

.border-right-danger.border-right-light {
  border-right: 1px solid #ffdede !important;
}

.overlay-danger.overlay-light {
  background: #ffdede;
  background: rgba(255, 222, 222, 0.6);
}

.table {
  color: #393939;
}

.table .user-with-avatar {
  white-space: nowrap;
}

.table .user-with-avatar img {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50px;
}

.table .user-with-avatar span {
  display: inline-block;
  vertical-align: middle;
}

.table .user-with-avatar img + span {
  margin-left: 10px;
}

.table .icon-separator {
  margin: 0px 4px;
  opacity: 0.6;
}

.table th {
  font-weight: bold;
}

.table .smaller,
.table.smaller {
  font-size: 0.8rem;
}

.table.table-v-compact td {
  padding: 0.3rem 0.75rem;
}

.table.table-compact td {
  padding: 0.3rem 0.45rem;
}

.table.table-editable td:hover {
  background-color: white;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cccccc;
  box-shadow: inset 0px 0px 0px 2px #cccccc;
}

.table.table-lightborder td {
  border-color: rgba(83, 101, 140, 0.08);
}

.table.table-clean tr:first-child td {
  border-top: none;
}

.table.table-clean td {
  padding-left: 0px;
  padding-right: 0px;
  border-top-color: rgba(0, 0, 0, 0.05);
}

.table.table-clean td .value {
  font-size: 16px;
  line-height: 1.2;
}

.table.table-clean td .sub-value {
  font-size: 12.8px;
}

.table.table-bordered thead th {
  border-top: 1px solid #999;
}

.table th,
.table td {
  vertical-align: middle;
}

.table th img,
.table td img {
  max-width: 100%;
}

.table thead th {
  border-bottom: 1px solid #999;
}

.table tfoot th {
  border-top: 1px solid #999;
}

.table tfoot th,
.table thead th {
  text-transform: lowercase;
  border-top: none;
}

.table tbody + tbody {
  border-top: 1px solid #999;
}

.table td.nowrap {
  white-space: nowrap;
}

.table .row-actions {
  text-align: center;
}

.table .row-actions .os-icon {
  font-size: 16px;
}

.table .row-actions a {
  margin-right: 0.8rem;
}

.table .row-actions a.danger {
  color: #ff0f10;
}

.table .row-actions a:last-child {
  margin-right: 0px;
}

.table .cell-image-list {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.table .cell-image-list .cell-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
  /*// border: 2px solid cores($white, 100%);*/
  -webkit-box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px 2px #fff, 1px 1px 5px rgba(0, 0, 0, 0.8);
  vertical-align: middle;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  cursor: pointer;
}

.table .cell-image-list .cell-img:nth-child(1) {
  z-index: 5;
}

.table .cell-image-list .cell-img:nth-child(2) {
  z-index: 4;
}

.table .cell-image-list .cell-img:nth-child(3) {
  z-index: 3;
}

.table .cell-image-list .cell-img:nth-child(4) {
  z-index: 2;
}

.table .cell-image-list .cell-img:nth-child(5) {
  z-index: 1;
}

.table .cell-image-list .cell-img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.table .cell-image-list .cell-img + .cell-img {
  margin-left: -15px;
}

.table .cell-image-list .cell-img + .cell-img:hover {
  -webkit-transform: translateX(5px) scale(1.1);
  transform: translateX(5px) scale(1.1);
}

.table .cell-image-list .cell-img-more {
  font-size: 11.2px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -70%;
  background-color: white;
  padding: 3px 5px;
  border-radius: 4px;
  z-index: 7;
  white-space: nowrap;
}

.table-lg td {
  padding: 3px;
}

.table.table-v2 thead tr th,
.table.table-v2 tfoot tr th {
  text-align: center;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: rgba(0, 0, 0, 0.05);
}

.table.table-v2 thead tr th:first-child,
.table.table-v2 tfoot tr th:first-child {
  border-left: 1px solid #999;
}

.table.table-v2 thead tr th:last-child,
.table.table-v2 tfoot tr th:last-child {
  border-right: 1px solid #999;
}

.table.table-v2 tbody tr td {
  border-color: #d6dddd;
}

.controls-above-table {
  margin-bottom: 1rem;
}

.controls-above-table .btn {
  margin-right: 0.5rem;
}

.controls-above-table .btn + .btn {
  margin-left: 0px !important;
}

.controls-above-table .form-control {
  margin-right: 1rem;
}

.controls-above-table .form-control:last-child {
  margin-right: 0px;
}

.controls-below-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14.4px;
}

.controls-below-table .table-records-info {
  color: rgba(0, 0, 0, 0.5);
}

.controls-below-table .table-records-pages ul {
  list-style: none;
}

.controls-below-table .table-records-pages ul li {
  display: inline-block;
  margin: 0px 10px;
}

.controls-below-table .table-records-pages ul li a.current {
  color: #f2f4f4;
}

.all-wrapper table.dataTable {
  border-collapse: collapse !important;
}

.table.table-padded {
  border-collapse: separate;
  border-spacing: 0 5px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.table-padded h6 {
  color: #333333;
  font-size: 13.33px;
  font-weight: 500;
}

.table.table-padded thead tr th {
  border: none;
  font-size: 0.8rem;
  color: #3d3956;
  font-weight: 700;
  padding: 0.3rem 1.1rem;
}

.table.table-padded tbody tr {
  border-radius: 4px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.table.table-padded tbody tr:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
  box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
  /* -webkit-transform: translateY(-1px) scale(1.01); */
  /* transform: translateY(-1px) scale(1.01); */
}

.table.table-padded tbody td {
  padding: 0.9rem 1.1rem;
  background-color: white;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.03);
}

.table.table-padded tbody td.bolder {
  font-weight: 600;
  font-size: 17.6px;
}

.table.table-padded tbody td img {
  display: inline-block;
  vertical-align: middle;
}

.table.table-padded tbody td img + span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.table.table-padded tbody td span + span {
  margin-left: 5px;
}

.table.table-padded tbody td .status-pill + span {
  margin-left: 10px;
}

.table.table-padded tbody td:first-child {
  border-radius: 4px 0px 0px 4px;
}

.table.table-padded tbody td:last-child {
  border-radius: 0px 4px 4px 0px;
  border-right: none;
}

.table.table-padded tbody tr {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

:hover .table.table-padded tbody tr:hover {
  -webkit-box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
  box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
  /* -webkit-transform: translateY(-1px) scale(1.01); */
  /* transform: translateY(-1px) scale(1.01); */
  -webkit-transition: 0.1s;
  transition: 0.1s;
  box-shadow: 0px 0px 4px;
}

:hover .table.table-padded tbody tr:hover td {
  background-color: #f7f7f7; 
}

.element-box .table:last-child {
  margin-bottom: 0;
}

.element-wrapper .element-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
  font-size: 26px;
}

.element-wrapper .element-header h1 {
  padding-top: 0.2rem;
  font-size: 2rem;
  color: #191726;
  padding-left: 8rem;
}

.element-wrapper .element-header img {
  float: left;
}

.element-wrapper .element-header:after {
  content: '';
  background-color: #9fc64b;
  width: 110px;
  height: 4px;
  border-radius: 0px;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0px;
}

.content-box > .element-wrapper:first-child {
  padding-top: 0px !important;
}

.content-box {
  vertical-align: top;
  padding: 2rem 2.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.element-wrapper.compact {
  padding-bottom: 2rem;
}

.element-wrapper {
  padding-bottom: 3rem;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.element-wrapper .element-actions {
  float: right;
  position: relative;
  z-index: 2;
  margin-top: -0.2rem;
}

.table tfoot th,
.table thead th {
  text-transform: none;
  border-top: none;
}

/* .table thead th:first-child {
  padding-left: 2rem;
}

.table thead th:last-child {
  padding-right: 2rem;
} */

/* .table tbody td:first-child {
  padding-left: 2rem;
}

.table tbody td:last-child {
  padding-right: 2rem;
} */

.table thead th {
  border-bottom: 1px solid #999;
}

.table thead th {
  vertical-align: bottom;
}

.table th,
.table td {
  vertical-align: middle;
}

.table th {
  font-weight: 500;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: central;
  border-top: 1px solid rgba(83, 101, 140, 0);
}

th {
  text-align: inherit;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcdcdbf !important; /* #ff5b5c !important; */
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffcdcdbf !important; /* #ff5b5c !important; */
  border-top: 1px solid #ffcdcdbf !important;
  border-bottom: 1px solid #ffcdcdbf !important;
}

.table-danger,
.table-danger > th,
.table-danger > td:first-child {
  border-left: 1px solid #ffcdcdbf !important;
  border-radius: 0px 4px 4px 0px;
}

.table-danger,
.table-danger > th,
.table-danger > td:last-child {
  border-right: 1px solid #ffcdcdbf !important;
  border-radius: 4px 0px 0px 4px;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #eaf7da !important;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #eaf7da !important;
  border-top: 1px solid #77c549 !important;
  border-bottom: 1px solid #77c549 !important;
}

.table-success,
.table-success > th,
.table-success > td:first-child {
  border-left: 1px solid #77c549 !important;
  border-radius: 0px 4px 4px 0px;
}

.table-success,
.table-success > th,
.table-success > td:last-child {
  border-right: 1px solid #77c549 !important;
  border-radius: 4px 0px 0px 4px;
}

.table-light-primary,
.table-light-primary > th,
.table-light-primary > td {
  background-color: #eaf7da !important;
}

.table-light-primary,
.table-light-primary > th,
.table-light-primary > td {
  background-color: #f6f9fe !important;
  border-top: 1px solid #5a8dea !important;
  border-bottom: 1px solid #5a8dea !important;
}

.table-light-primary,
.table-light-primary > th,
.table-light-primary > td:first-child {
  border-left: 1px solid #5a8dea !important;
  border-radius: 0px 4px 4px 0px;
}

.table-light-primary,
.table-light-primary > th,
.table-light-primary > td:last-child {
  border-right: 1px solid #5a8dea !important;
  border-radius: 4px 0px 0px 4px;
}

.table.table-padded tbody td:child {
  border-radius: 40px 0px 0px 0px;
  border-right: none;
}

.table td.nowrap {
  border-radius: 4px 0px 0px 4px;
}

.table.table-padded tbody td:last-child {
  border-radius: 0px 4px 4px 0px;
  border-right: none;
}

.table.table-padded tbody td.bolder {
  font-weight: 500;
  /*font-size: 0.99rem;*/
}

.table.table-padded tbody td {
  padding: 1.3rem 1.1rem;
  background-color: white;
  border: none;
  color: #8d99a3;
}

.table td.nowrap {
  white-space: nowrap;
}

.table th,
.table td {
  vertical-align: middle;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: central;
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e9eef4;
}

.table td {
  padding: 1.55rem 0.75rem;
}

.text-right {
  text-align: right !important;
}

.table.table-padded {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.list-inline {
  margin-bottom: 0;
}

.list-inline-item-del {
  color: #ff7470;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
  font-size: 20px;
}

.list-inline-item-del:hover {
  color: #7b8890;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-inline-default {
  color: #8d99a3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: none;
  font-size: 20px;
}

.list-inline-default:hover {
  color: #5a8dee;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user-profile-sidebar {
  text-align: center;
  margin: 160px auto 30px auto;
}

.user-profile-sidebar img {
  width: 110px;
  height: 110px;
  border: 4px solid #dadfe6;
}

.container-conta .user-profile-sidebar h3 {
  font-size: 1rem;
  font-weight: 500;
  color: #4d5569;
  margin-bottom: 20px;
  margin-top: 10px;
}

.user-profile-sidebar p {
  font-size: 0.9rem;
}

.content-header-links {
  position: absolute;
  right: 1rem;
  top: 0;
}

.pub-top {
  margin-top: 0px;
  margin-bottom: 40px;
  text-align: center;
}

.pub-sidebar {
  margin: 40px auto;
  text-align: center;
}

.pub-sidebar a {
  display: table;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 676px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    display: none;
  }

  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: central;
    border-top: 1px solid #e8edf3;
    border-bottom: 1px solid #e9eef4;

    display: flex;
    justify-content: space-between;
  }

  .table tbody td:first-child {
    padding-left: 0.75rem;
  }

  .alert-dismissible {
    padding-right: 0;
  }

  .alert {
    position: relative;
    padding: 0.75rem;
  }

  .card-header {
    padding: 1rem;
  }

  .card .card-title {
    letter-spacing: 0.05rem;
    font-size: 1.1rem;
  }

  .card-content {
    padding: 0rem;
  }

  .page-user-profile .user-profile-images {
    margin-right: -25px !important;
    margin-left: -25px !important;
    margin-top: -25px !important;
  }

  table tr {
    display: block;
    margin-bottom: 30px;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }

  .afiliados table td:before {
    content: attr(data-label);
    text-align: center;
    float: none;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }

  .recebimentos table td:before {
    content: attr(data-label);
    text-align: center;
    float: none;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
  }

  table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }

  .table tbody td:last-child {
    padding-right: 1rem;
  }

  .table tbody td {
    padding: 1rem !important;
    background-color: white;
    border-bottom: 1px solid #eee !important;
    display: flex;
    justify-content: space-between;
  }

  .table.table-borderless tbody td {
    display: flex;
    justify-content: space-between;
  }
}

.thead-top-20 {
  margin-top: 20px;
  display: block;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.chat-application .content-area-wrapper .content-right .content-wrapper {
  padding: 0;
}

.chat-application .content-area-wrapper {
  padding: 0 !important;
  border-radius: 0.25rem;
}

.chat-application .chat-user-profile {
  position: fixed;
  height: calc(90vh - 9rem);
  width: 290px;
  border-radius: 0.25rem 0 0 0.25rem;
  background-color: white;
  -webkit-transform: translateX(-112%);
  transform: translateX(-112%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 6;
}

.chat-application .chat-user-profile.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.chat-application
  .chat-user-profile
  .chat-user-profile-header
  .chat-profile-close {
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer;
}

.chat-application
  .chat-user-profile
  .chat-user-profile-content
  .chat-user-profile-scroll {
  position: relative;
  height: calc(90vh - 22.5rem);
  padding: 2rem;
}

.chat-application .chat-sidebar {
  height: calc(90vh - 9rem);
  width: 290px;
  border-right: 1px solid #dfe3e7;
  border-radius: 0.25rem 0 0 0.25rem;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.chat-application .chat-sidebar .chat-sidebar-close {
  position: absolute;
  right: 0.9rem;
  top: 1rem;
  font-size: 1.25rem;
  z-index: 1;
  cursor: pointer;
  visibility: hidden;
}

.chat-application .chat-sidebar .chat-sidebar-search {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #dfe3e7;
  width: 290px;
}

.chat-application .chat-sidebar .chat-sidebar-search input.form-control {
  height: calc(1.2em + 1.2rem);
  margin-top: -1px;
}

.chat-application .chat-sidebar .chat-sidebar-search .form-control-position {
  top: 1px;
}

.chat-application .chat-sidebar .chat-sidebar-search .form-control-position i {
  left: 4px;
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper {
  position: relative;
  height: calc(100% - 4rem);
  width: 290px;
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper h5 {
  font-size: 1rem;
  font-weight: bold;
  color: #191f25;
  text-transform: uppercase;
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper li {
  padding: 0.8rem 1.5rem;
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper li:hover {
  cursor: pointer;
  background: #f2f4f4;
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper li.active {
  background: rgba(90, 141, 238, 0.2);
}

.chat-application .chat-sidebar .chat-sidebar-list-wrapper li img {
  border: 2px solid #fff;
}

.chat-application .chat-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  border-radius: 0.25rem;
  visibility: hidden;
}

.chat-application .chat-header {
  background: white;
}

.chat-application .chat-overlay.show {
  background-color: rgba(0, 0, 0, 0.2);
  visibility: visible;
}

.chat-application .chat-window-wrapper .chat-container {
  position: relative;
  height: calc(90vh - 17.6rem);
  text-align: center;
  padding: 1.4rem;
}

.chat-application .chat-window-wrapper .chat-container,
.chat-application .chat-window-wrapper .chat-start {
  background-color: #dfe4eb;
}

.chat-application .chat-window-wrapper .chat-start {
  height: calc(90vh - 9rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.chat-application .chat-window-wrapper .chat-start .chat-start-icon,
.chat-application .chat-window-wrapper .chat-start .chat-start-text {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08) !important;
  cursor: pointer;
}

.chat-application .chat-window-wrapper .chat-start .chat-start-text {
  border-radius: calc(0.267rem * 5);
}

.chat-application .chat-window-wrapper .chat-start .chat-start-icon {
  border-radius: 50%;
  background-color: #fff;
}

.chat-application .chat-content .chat-body {
  overflow: hidden;
  margin: 0.67rem 2rem 0 0;
}

.chat-application .chat-content .chat-body .chat-message {
  position: relative;
  float: right;
  text-align: right;
  padding: 0.75rem 1rem;
  margin: 0 1.33rem 1.33rem 0.3rem;
  clear: both;
  word-break: break-word;
  color: white;
  background: #5a8dee;
  border-radius: 0.267rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6);
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6);
}

.chat-application .chat-content .chat-body .chat-message a {
  color: white;
  font-weight: bolder;
  word-break: break-all;
}
.chat-application .chat-content .chat-body .chat-message a:hover {
  color: rgb(230, 230, 230);
}

.chat-application .chat-content .chat-body .chat-message p {
  margin-bottom: 0;
}

.chat-application .chat-content .chat-body .chat-message .chat-time {
  position: absolute;
  bottom: -20px;
  right: 0;
  color: #828d99;
  font-size: 0.8rem;
  white-space: nowrap;
}

.chat-application .chat-content .chat-body .chat-message .chat-time-left {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #828d99;
  font-size: 0.8rem;
  white-space: nowrap;
}

.chat-application .chat-content .chat-avatar {
  float: right;
}

.chat-application .chat-content .chat-left .chat-avatar {
  float: left;
}

.chat-application .chat-content .chat-left .chat-message {
  text-align: left;
  float: left;
  margin: 0 0.3rem 1.8rem 1.3rem;
  color: #727e8c;
  background-color: #fafbfb;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.chat-application .chat-content .chat-left .chat-message a {
  color: #727e8c;
}
.chat-application .chat-content .chat-left .chat-message a:hover {
  color: #a5a5a5;
}

.chat-application .chat-content .badge {
  background-color: #8494a6;
}

.chat-application .chat-profile {
  height: calc(0vh - 9.15rem);
  width: 290px;
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: white;
  position: fixed;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 3;
  right: 3.8rem;
  bottom: 4rem;
  opacity: 0;
}

.chat-application .chat-profile.show {
  opacity: 1;
  -webkit-transform: translateX(8%);
  transform: translateX(8%);
}

.chat-application .chat-profile .chat-profile-header .chat-profile-close {
  position: absolute;
  top: 14px;
  right: 13px;
  cursor: pointer;
}

.chat-application .chat-profile .chat-profile-content {
  position: relative;
  height: calc(90vh - 22.5rem);
}

@media (max-width: 575.98px) {
  .chat-profile,
  .chat-sidebar,
  .chat-sidebar .chat-sidebar-list-wrapper,
  .chat-sidebar .chat-sidebar-search,
  .chat-user-profile {
    width: 260px !important;
  }

  .chat-sidebar {
    left: -14px !important;
  }

  .chat-profile {
    right: 2.6rem !important;
  }

  .content-header-links {
    display: none;
  }
}

@media (max-width: 677px) {
  .bg-primary .table td:first-child {
    padding-top: 1.55rem;
  }

  .breadcrumb-wrapper .col-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .breadcrumb {
    clear: both;
  }

  html body .content .content-wrapper .content-header-title {
    margin-right: 0rem;
    border-right: none;
    font-size: 1.8rem;
  }

  .bg-primary .table td {
    padding: 0.7rem 0.75rem 1.55rem 0.75rem;
  }
}

@media (max-width: 991.98px) {
  .content-right {
    width: 100%;
  }

  .chat-application .chat-sidebar {
    -webkit-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: fixed;
    z-index: 5;
    left: -2px;
  }

  .chat-application .chat-sidebar.show {
    -webkit-transform: translateX(12.4%);
    transform: translateX(12.4%);
  }

  .chat-application .chat-sidebar .chat-sidebar-close {
    visibility: visible !important;
  }
}

@media (max-width: 349.98px) {
  .chat-application .chat-sidebar {
    width: 230px !important;
    left: -10px !important;
  }

  .chat-application .chat-sidebar .chat-sidebar-list-wrapper,
  .chat-application .chat-sidebar .chat-sidebar-search,
  .chat-application .chat-user-profile {
    width: 230px !important;
  }

  .chat-application .chat-profile {
    width: 230px !important;
    right: 2.5rem !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .chat-sidebar-list-wrapper .chat-sidebar-list .d-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.page-user-profile .user-profile-images {
  position: relative;
  background: #5a8dee;
  margin-right: -55px;
  margin-left: -55px;
  margin-top: -55px;
  min-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-user-profile .user-profile-images .user-timeline-image {
  min-height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-user-profile .user-profile-images .user-profile-image {
  position: absolute;
  left: 40px;
  bottom: -65px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.41);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.41);
  border-radius: 100%;
}

.page-user-profile .user-profile-images .user-profile-card-image {
  min-height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 110px;
}

.page-user-profile .user-profile-images .user-profile-stories-image {
  max-height: 300px;
}

.page-user-profile .user-profile-text {
  position: absolute;
  top: 55px;
  left: 206px;
  color: #fff;
}

.page-user-profile .user-profile-text .profile-text-color {
  color: #fff;
}

.page-user-profile .user-profile-nav {
  padding-left: 140px;
}

.page-user-profile .user-profile-nav .nav-item .nav-link i {
  margin-right: 0 !important;
}

.page-user-profile .user-profile-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-user-profile .user-profile-stories.swiper-container .swiper-slide {
  width: auto !important;
  cursor: pointer;
  position: relative;
}

.page-user-profile
  .user-profile-stories.swiper-container
  .swiper-slide
  .user-swiper-text {
  color: white;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.page-user-profile .card-header {
  padding: 1.7rem 1.7rem 0;
}

.page-user-profile .card-footer {
  padding: 0 1.7rem 1.7rem;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .page-user-profile .user-profile-images .user-profile-image {
    height: 100px;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.41);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.41);
  }

  .page-user-profile .user-profile-text {
    top: 30px;
    color: white !important;
    text-align: center !important;
    left: 0;
    margin: 0 auto;
    right: 0;
  }

  .page-user-profile .user-profile-text .profile-text-color {
    color: white;
  }

  .page-user-profile .user-profile-nav {
    padding-left: 0;
    padding-top: 6rem;
  }
}

.card-link {
  font-family: 'Rubik', Helvetica, Arial, serif;
  color: #596e85;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.card-link i {
  font-size: 16px;
  margin: 0 6px;
}

.card-link:hover {
  color: #598cea;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.container-conta .button {
  position: relative;
  height: 50px;
  padding: 0 0 0 50px;
  font-size: 14px;
  line-height: 48px;
  border-bottom: 1px solid #bbb;
  /* background: #e9eef4; */
  cursor: pointer;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.container-conta .button:hover {
  opacity: 0.7;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.container-conta .button:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 18px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 7px white;
  box-shadow: inset 0 0 0 1px #bbb, inset 0 0 0 7px white;
  background: white;
}

.container-conta .button:hover:after {
  background: #00a651;
}

.container-conta .button.active {
  border: 2px solid #77c549;
  -webkit-box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(119, 197, 74, 0.6) !important;
  background: white;
}

.container-conta .button.active:after {
  background: #77c549;
}

@media all and (min-width: 500px) {
  img.payment {
    top: 0;
    right: 0;
    position: absolute;
    padding: 12px 20px;
  }

  .container-conta .button {
    height: 60px;
    padding: 0 0 0 60px;
    font-size: 18px;
    line-height: 58px;
    margin-bottom: 10px;
  }

  .container-conta .button:after {
    top: 20px;
    left: 23px;
  }
}

@media all and (min-width: 700px) {
  img.payment {
    margin: auto;
    border: none;
    padding: 17px 20px;
  }

  .payments {
    padding: 0 0 20px 0;
    overflow: hidden;
  }

  .container-conta .button {
    float: left;
    width: 190px;
    height: 70px;
    margin-right: 10px;
    padding: 50px 0 0px;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border: 0;
    border-radius: 3px;
  }

  .container-conta .button:last-child {
    margin-right: 0;
  }

  .container-conta .button:after {
    top: 22px;
    left: 12px;
  }
}

@media (max-width: 500px) {
  img.payment {
    top: 1px;
    right: 5px;
    width: 120px;
    position: absolute;
    padding: 10px 5px;
  }
}

.mw-360 {
  min-width: 360px;
}

.dashboard-bloco-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

/* Main Menu Base */
/* -------------- */

.main-menu {
  z-index: 998;
  position: absolute;
  display: table-cell;
  overflow: none;
}

.main-menu .ps__thumb-y {
  background-color: #d1d7de;
}

.main-menu.menu-light {
  color: #a3afbd;
  background: #e9eef4;
}

.main-menu.menu-light .navigation .navigation-header {
  color: #bac0c7;
  margin: calc(2.2rem - 0.5rem) 0 0.5rem 1.8rem;
  padding: 0;
  letter-spacing: 1px;
}

.main-menu.menu-light .navigation li.has-sub ul {
  padding: 7px 0 0;
  margin: -7px 0 0;
}

.main-menu.menu-light
  .navigation
  li.has-sub
  ul
  li.has-sub
  ul.menu-content
  > li
  a {
  padding: 10px 20px !important;
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}

.main-menu.menu-light
  .navigation
  li.has-sub
  ul
  li.has-sub
  ul.menu-content
  > li
  a:hover {
  padding-left: 25px !important;
}

.main-menu.menu-light .navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #475f7b;
  padding: 10px 12px;
}

.main-menu.menu-light .navigation > li {
  margin: 0 1rem;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-bottom: 1px solid #d8e1ec;
}

.main-menu.menu-light .navigation > li div {
  width: 35px;
  margin-right: 10px;
  text-align: center;
}

.main-menu.menu-light .navigation > li div i {
  font-size: 18px;
}

.main-menu.menu-light .navigation > li.nav-item:not(.has-sub) a {
  padding: 10px 12px;
}

.main-menu.menu-light .navigation > li.open.sidebar-group-active > a {
  padding: 10px 15px;
}

.main-menu.menu-light .navigation > li.nav-item.open > a,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active > a {
  margin: 0 11px 0;
  padding: 9px 0;
  transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

.main-menu.menu-light .navigation > li.nav-item.open > a i,
.main-menu.menu-light .navigation > li.nav-item.sidebar-group-active > a i {
  color: #5a8dee !important;
}

.main-menu.menu-light .navigation > li.nav-item.open.has-sub.open,
.main-menu.menu-light
  .navigation
  > li.nav-item.open.has-sub.sidebar-group-active,
.main-menu.menu-light
  .navigation
  > li.nav-item.sidebar-group-active.has-sub.open,
.main-menu.menu-light
  .navigation
  > li.nav-item.sidebar-group-active.has-sub.sidebar-group-active {
  border-radius: 0.267rem;
  background-color: white;
  -webkit-transition: none;
  transition: none;
}

.main-menu.menu-light
  .navigation
  > li.nav-item.open.has-sub
  > a:not(.mm-next):after,
.main-menu.menu-light
  .navigation
  > li.nav-item.sidebar-group-active.has-sub
  > a:not(.mm-next):after {
  right: 10px !important;
}

.main-menu.menu-light .navigation > li.nav-item.open .menu-content li a,
.main-menu.menu-light
  .navigation
  > li.nav-item.sidebar-group-active
  .menu-content
  li
  a {
  padding: 10px 18px;
}

.main-menu.menu-light .navigation > li.nav-item.open .menu-content li > a:hover,
.main-menu.menu-light
  .navigation
  > li.nav-item.sidebar-group-active
  .menu-content
  li
  > a:hover {
  padding-left: 15px !important;
}

.main-menu.menu-light .navigation > li:not(.open) > ul {
  display: none;
}

.main-menu.menu-light .navigation > li.active:not(.sidebar-group-active) > a {
  background-color: #5a8dee;
  border-bottom: 1px solid #d8e1ec;
  color: #ffffff;
  border-radius: 0.267rem;
  box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.5);
}

.main-menu.menu-light .navigation > li .active > a {
  margin-bottom: 0;
}

.main-menu.menu-light .navigation > li:hover {
  background-color: transparent;
}

.main-menu.menu-light .navigation > li:hover a {
  color: #5a8dee;
}

.main-menu.menu-light .navigation > li .active .hover {
  background: #e7ebeb;
}

.main-menu.menu-light .navigation > li ul li > a {
  padding: 10px 9px !important;
  margin: 0 11px;
}

.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul {
  display: none;
}

.main-menu.menu-light .navigation > li ul .open > a,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
  color: #727e8c;
}

.main-menu.menu-light .navigation > li ul .open > ul,
.main-menu.menu-light .navigation > li ul .sidebar-group-active > ul {
  display: block;
}

.main-menu.menu-light .navigation > li ul .open > ul .open > ul,
.main-menu.menu-light
  .navigation
  > li
  ul
  .sidebar-group-active
  > ul
  .open
  > ul {
  display: block;
}

.main-menu.menu-light .navigation > li ul .open.active,
.main-menu.menu-light .navigation > li ul .sidebar-group-active.active {
  background-color: inherit;
}

.main-menu.menu-light .navigation > li ul .active {
  background: #e2ecff;
}

.main-menu.menu-light .navigation > li ul .active > a {
  color: #5a8dee;
}

.main-menu.menu-light .navigation > li > ul > li:first-child > a {
  border-top: 1px solid #dfe3e7;
}

.main-menu.menu-light .navigation > li > ul > li.active:first-child > a {
  border-top: none;
}

.main-menu.menu-fixed {
  position: fixed;
  top: 0;
}

.main-menu.menu-static {
  height: 100%;
  top: 0;
  padding-bottom: calc(100% - 40rem);
}

.main-menu.menu-static .main-menu-content {
  height: unset !important;
}

.main-menu .shadow-bottom {
  /* Menu Scroll Shadow */
  display: none;
  position: absolute;
  z-index: 2;
  height: 60px;
  width: 100%;
  pointer-events: none;
  margin-top: -1.3rem;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(41%, #f2f4f4),
    color-stop(95%, rgba(255, 255, 255, 0.11)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    #f2f4f4 41%,
    rgba(255, 255, 255, 0.11) 95%,
    rgba(255, 255, 255, 0)
  );
}

.main-menu .navbar-header {
  height: 100%;
  width: 260px;
  height: 4.6rem;
  position: relative;
  padding: 0.35rem 1.45rem 0.3rem 1.3rem;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  cursor: pointer;
  z-index: 3;
}

.main-menu .navbar-header .navbar-brand {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

.main-menu .navbar-header .navbar-brand .brand-text {
  color: #5a8dee;
  padding-left: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.04rem;
  font-size: 1.5rem;
  float: left;
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    fadein;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

.main-menu .navbar-header .modern-nav-toggle {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1
    fadein;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
  margin: 0.75rem 0 0;
}

.main-menu .main-menu-content {
  height: calc(100% - 6rem) !important;
  position: relative;
}

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

.main-menu ul.navigation-main {
  overflow-x: hidden;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a > i {
  width: 1.6rem !important;
  margin-right: 1rem;
  float: left;
}

body.vertical-layout.vertical-menu-modern
  .main-menu
  .navigation
  > li
  > a
  > i:not(.menu-livicon) {
  font-size: 1.4rem;
}

body.vertical-layout.vertical-menu-modern
  .main-menu
  .navigation
  .menu-content
  > li
  > a {
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}

body.vertical-layout.vertical-menu-modern
  .main-menu
  .navigation
  .menu-content
  > li
  > a
  > i {
  margin-right: 1.25rem;
}

body.vertical-layout.vertical-menu-modern .main-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  width: 260px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  > li
  > a
  > span.badge {
  position: absolute;
  right: 7px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  > li.open
  > a
  > span.badge {
  right: 19px;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next):after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.88rem;
  color: #8494a7;
  display: inline-block;
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.4s ease-in-out;
}

body.vertical-layout.vertical-menu-modern.menu-expanded
  .main-menu
  .navigation
  li.open
  > a:not(.mm-next):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top {
  left: 78px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
  width: 78px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navbar-header
  .brand-text,
body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .modern-nav-toggle {
  display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation-header {
  margin: 0;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li
  a {
  display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li
  a
  .menu-title,
body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li
  a
  .badge {
  display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li:last-child {
  margin-bottom: 1.25rem !important;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li.active
  a {
  background: rgba(90, 141, 238, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu:not(.expanded)
  .navigation
  li.menu-collapsed-open {
  background: rgba(90, 141, 238, 0.2);
  border: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation {
  overflow: visible;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li.navigation-header
  span {
  display: none;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li
  > a {
  text-overflow: inherit;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li
  > a
  > span.badge {
  float: none !important;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu
  .navigation
  > li
  > a
  i {
  margin-right: 2rem;
  float: left;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
  width: 260px;
  -webkit-box-shadow: 5px 0 25px 0 rgba(55, 70, 95, 0.3);
  box-shadow: 5px 0 25px 0 rgba(55, 70, 95, 0.3);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  > li.navigation-header
  span {
  display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  > li
  > a
  i {
  margin-right: 1rem;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  > li
  > a
  > span.badge {
  position: absolute;
  right: 20px;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  li.has-sub
  > a:not(.mm-next):after {
  content: '\ea4f';
  font-family: 'boxicons';
  font-size: 1.2rem;
  color: #8494a7;
  display: inline-block;
  position: absolute;
  right: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.4s ease-in-out;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navigation
  li.open
  > a:not(.mm-next):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .navbar-header
  .brand-text {
  display: inline;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .main-menu.expanded
  .modern-nav-toggle {
  display: block;
}

body.vertical-layout.vertical-menu-modern.menu-collapsed
  .navbar-static-top
  .navbar-wrapper,
body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
  margin-left: 78px;
}

.vertical-overlay-menu .content {
  margin-left: 0;
}

.vertical-overlay-menu .navbar .navbar-header {
  float: left;
  width: 260px;
}

.vertical-overlay-menu .navbar[data-nav='brand-center'] .navbar-header {
  padding: 0;
}

.vertical-overlay-menu
  .navbar[data-nav='brand-center']
  .navbar-header
  .navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

.vertical-overlay-menu
  .navbar[data-nav='brand-center']
  .navbar-header
  .navbar-brand
  .brand-logo {
  background: url('../images/logo-icon.png') no-repeat;
  background-position: -65px -54px;
  height: 27px;
  width: 35px;
}

.vertical-overlay-menu
  .navbar[data-nav='brand-center']
  .navbar-header
  .navbar-brand
  .brand-text {
  color: white;
  padding-left: 1rem;
  letter-spacing: 0.01rem;
  font-size: 1.57rem;
}

.vertical-overlay-menu .main-menu,
.vertical-overlay-menu.menu-hide .main-menu {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  width: 260px;
  left: -260px;
}

.vertical-overlay-menu .main-menu .navigation > li > a > span.badge {
  position: absolute;
  right: 20px;
}

.vertical-overlay-menu .main-menu .navigation > li > a > i {
  margin-right: 14px;
  float: left;
  width: 1.6rem !important;
}

.vertical-overlay-menu .main-menu .navigation > li ul li > a {
  -webkit-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}

.vertical-overlay-menu .main-menu .navigation > li ul li > a > i {
  margin-right: 1.25rem;
}

.vertical-overlay-menu .main-menu .navigation > li ul li:hover a {
  padding-left: 35px;
}

.vertical-overlay-menu
  .main-menu
  .navigation
  li.has-sub
  > a:not(.mm-next):after {
  content: '\f078';
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.88rem;
  color: #8494a7;
  display: inline-block;
  position: absolute;
  right: 7px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: -webkit-transform 0.4s ease-in-out;
}

.vertical-overlay-menu .main-menu .navigation li.open > a:not(.mm-next):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -webkit-transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, -webkit-transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  transition: width 0.25s, opacity 0.25s, transform 0.25s,
    -webkit-transform 0.25s;
  top: 0;
}

/* Rodapé
--------- */
footer {
  color: #394c62;
  background: #d0d6d6;
  /*Link List*/
  /* Bloco: Social
---------------- */
}

footer .rodape {
  background: #c3caca;
}

footer .rodape-esquerda,
footer .rodape-direita {
  margin: 0.75rem 0;
}

footer .rodape-esquerda a,
footer .rodape-direita a {
  color: #394c62;
}

footer .rodape-esquerda a:hover,
footer .rodape-direita a:hover {
  color: #6785a7 !important;
}

footer .rodape-coluna-1,
footer .rodape-coluna-2,
footer .rodape-coluna-3,
footer .rodape-coluna-4 {
  margin: 1.5rem 0;
}

footer .link-list li {
  line-height: 18px;
}

footer .link-list li:first-child {
  border-top: none !important;
}

footer .titulo {
  font-size: 12px;
  font-weight: 600;
  margin: 10px auto;
  color: #394c62;
  text-transform: uppercase;
}

footer .link-list a {
  color: #394c62;
  font-size: 12px;
  padding: 4px 0px;
  display: block;
}

footer .link-list a:hover {
  color: #59789b !important;
}

footer .link-list li i {
  font-size: 14px;
  margin-right: 10px;
}

footer .rodape-direita .bloco {
  text-align: right;
}

footer .bloco .html {
  line-height: 16px;
}

footer .bloco .social ul {
  margin: 10px 0;
  padding: 0;
}

footer .bloco .social li {
  display: inline-block;
  margin: 0 10px 0 0;
}

footer .bloco .social a {
  display: block;
  font-size: 18px;
  color: #394c62;
}

footer .bloco .social li a:hover {
  color: #59789b !important;
}

footer .rodape .bloco .social li {
  margin: 2px;
}

footer .rodape .bloco .social a {
  font-size: 18px;
  background-color: #222;
  height: 40px;
  width: 40px;
  text-align: center;
}

footer .rodape .bloco .social li a {
  border-radius: 100%;
}

footer .rodape .bloco .social li a:hover {
  background-color: #1a1a1a !important;
  color: #000;
}

footer .rodape .bloco .social li a i {
  line-height: 40px;
}

footer .rodape .bloco .social li {
  margin: 2px;
}

footer .rodape .bloco .social a {
  font-size: 14px;
  height: 30px;
  width: 30px;
  text-align: center;
}

footer .rodape .bloco .social li a {
  border-radius: 6px;
}

footer .rodape .bloco .social li a:hover {
  background-color: #007bff;
  color: #879fba;
}

footer .rodape .bloco .social li a i {
  line-height: 30px;
}

@media (max-width: 768px) {
  .rodape-direita .bloco {
    text-align: left;
  }
}

.body-login {
  background-color: white;
  height: 100%;
}

.content-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  height: 100vh;
  margin: 0;
  pading: 0;
}

.content-login .criar-minha-conta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../imagens/background/background_login_1000x1080.png')
    #475f7b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-login .criar-minha-conta .box-texto {
  max-width: 300px;
  text-align: center;
}

.content-login .criar-minha-conta .box-texto h4 {
  font-size: 2rem;
  color: white;
}

.content-login .criar-minha-conta .box-texto p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: white;
}

.content-login .criar-minha-conta .box-texto button {
  color: white;
}

.content-login .login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-login .login-form .logomarca {
  margin: 5px;
  text-align: center;
}

.content-login .login-form .box-texto h4 {
  margin: 2px 0;
  font-size: 1.3rem;
}

.content-login .login-form .box-texto p {
  font-family: 'Rubik', Helvetica, Arial, serif;
  font-size: 1.1rem;
  color: #8d99a3;
}

.content-login .login-form form {
  border: 0px;
}

.content-login .login-form form label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #8d99a3;
}

.content-login .login-form form a.esqueci-senha {
  float: right;
  font-size: 0.9rem;
  color: #1554cd;
}

.content-login .login-form form a.esqueci-senha:hover {
  color: #8d99a3;
}

@media (min-width: 320px) and (max-width: 480px) {
  .content-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .content-login .box-texto {
    margin: 20px;
  }

  .content-login .criar-conta {
    padding: 30px;
    margin-bottom: 30px;
  }

  .content-login .login-form {
    margin: 25px 0;
  }
}

.body-cadastro {
  background-color: white;
}

.content-cadastro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  min-height: 100vh;
  -ms-flex-flow: wrap;
  /* flex-flow: wrap; */
  /* STEP */
  /* -------- */
}

.content-cadastro .criar-minha-conta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url('../imagens/background/background_login_1000x1080.png')
    #475f7b;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.content-cadastro .criar-minha-conta .box-texto {
  max-width: 300px;
  text-align: center;
}

.content-cadastro .criar-minha-conta .box-texto h4 {
  font-size: 2rem;
  color: white;
}

.content-cadastro .criar-minha-conta .box-texto p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  color: white;
}

.content-cadastro .criar-minha-conta .box-texto button {
  color: white;
}

.content-cadastro .cadastro-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.content-cadastro .cadastro-form .logomarca {
  margin: 5px;
  text-align: center;
}

.content-cadastro .cadastro-form .box-texto h4 {
  margin: 2px 0;
  font-size: 1.3rem;
}

.content-cadastro .cadastro-form .box-texto p {
  font-family: fonte-tipo(font-rubik);
  font-size: 1.1rem;
  color: #8d99a3;
}

.content-cadastro .cadastro-form form {
  margin-top: 25px;
}

.content-cadastro .cadastro-form form label {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #8d99a3;
}

.content-cadastro .cadastro-form form a.esqueci-senha {
  float: right;
  font-size: 0.9rem;
  color: #34465b;
}

.content-cadastro #form-cadastro {
  position: relative;
  margin-top: 20px;
}

.content-cadastro #form-cadastro section:not(:first-of-type) {
  display: none;
}

.content-cadastro #steps-cadastro {
  margin-bottom: 60px;
  overflow: hidden;
  text-align: center;
}

.content-cadastro #steps-cadastro .active {
  color: #3a66b7;
}

.content-cadastro #steps-cadastro li {
  list-style-type: none;
  float: left;
}

.content-cadastro #steps-cadastro #minhaconta:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f502';
  text-align: center;
}

.content-cadastro #steps-cadastro #meusdados:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f007';
  text-align: center;
}

.content-cadastro #steps-cadastro #meuendereco:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f00c';
  text-align: center;
}

.content-cadastro #steps-cadastro li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

.content-cadastro #steps-cadastro li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.content-cadastro #steps-cadastro li.active:before,
.content-cadastro #steps-cadastro li.active:after {
  background: #3a66b7;
}

@media (min-width: 320px) and (max-width: 480px) {
  .content-cadastro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .content-cadastro .box-texto {
    margin: 20px;
  }

  .content-cadastro .criar-conta {
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 481px) and (max-width: 575px) {
  .content-cadastro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .content-cadastro .box-texto {
    margin: 20px;
  }

  .content-cadastro .criar-conta {
    padding: 30px;
    margin-bottom: 30px;
  }
}

/* CUSTOMIZAÇÃO PARA OS BOTÕES */

.btn-imprimir {
  border: 1px solid #d5dfff;
  background: linear-gradient(to left, #fff 70%, #d5dfff 30%);
  /* W3C */
  color: #666666;
  font-weight: 500;
}

.btn-imprimir i {
  position: relative;
  left: -7px;
  margin-right: 20px;
}

.btn-primary-custom {
  border-color: #2c6de9 !important;
  background-color: #5a8dee !important;
  color: white;
}

.btn-primary-custom:hover {
  background-color: #719df0 !important;
  color: white;
}

.btn-primary-custom:hover.glow {
  -webkit-box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;
  box-shadow: 0 4px 12px 0 rgba(90, 141, 238, 0.6) !important;
}

.btn-primary-custom:focus {
  background-color: #437dec !important;
  color: white !important;
}

.btn-primary-custom:active {
  background-color: #437dec !important;
  color: white !important;
}

.btn-primary-custom:disabled {
  color: #333 !important;
  background-color: #bfc1c7 !important;
}

#barra-topo {
  background-color: #5a8dee;
  position: absolute;
  z-index: 999999;
  top: 0;
  height: 8px;
  width: 100%;
}



.badge-pill {
  padding-top: 8px;
}

.border-bottom-default {
  box-shadow: 0px 2px 5px rgba(69, 101, 173, 0.1);
}

.border-bottom-dashed {
  border-bottom: 1px dashed #333;
}

fieldset {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 7.5px 15px 5px 15px;
}

fieldset legend {
  color: #9a9a9a;
  font-size: 14px;
  margin: -5px 0 0 -5px;
  padding: 0 5px;
  width: auto;
}

.form-check-label {
  font-size: 12px;
  font-weight: normal;
}

.bookmark-icons {
  padding-top: 6px;
}

.output {
  width: 100%;
  display: block;
}

output.badge {
  position: absolute;
  right: 15px;
}

output.badge.badge-round {
  padding: 0.3rem 0.5rem;
  font-size: 12px;
}

.mt-alertas {
  margin-top: 5px;
}

/* FORMAS DE PAGAMENTO */
/* 
#cartao .bandeiras img {
  max-width: 90px;
  margin-right: 5px;
}

.formas-opcoes {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formas-opcoes .box {
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  padding: 30px;
  display: block;
}

.formas-opcoes li:hover {
  border: 1px solid #5a8dee;
}

.formas-acao {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.formas-acao input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.formas-acao .checkradio {
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  border-radius: 50%;
}

.formas-acao:hover input ~ .checkradio {
  background-color: #fff;
}

.formas-acao input:checked ~ .checkradio {
  background-color: #ffffff;
}

.formas-acao .checkradio:after {
  content: '';
  position: absolute;
  display: none;
}

.formas-acao input:checked ~ .checkradio:after {
  display: block;
}

.formas-acao .checkradio:after {
  top: 8px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5a8dee;
} */

/* Pagamentos Opções */

/* .pagamentos-opcoes {
  margin: 0;
}

.pagamentos-opcoes .box {
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  padding: 20px 10px 10px 12px;
  margin: 4px 4px 4px;
  display: block; */
/* max-width: 300px;/ */
/* }

.pagamentos-opcoes .box:hover {
  border: 1px solid #5a8dee;
}

.pagamentos {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagamentos input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.pagamentos .checkradio {
  position: absolute;
  top: 8px;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #cbcbcb;
  background-color: #fff;
  border-radius: 50%;
}

.pagamentos:hover input ~ .checkradio {
  background-color: #fff;
}

.pagamentos input:checked ~ .checkradio {
  background-color: #ffffff;
}

.pagamentos .checkradio:after {
  content: '';
  position: absolute;
  display: none;
}

.pagamentos input:checked ~ .checkradio:after {
  display: block;
}

.pagamentos .checkradio:after {
  top: 8px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5a8dee;
}

@media (max-width: 320px) {
  .pagamentos .checkradio {
    position: absolute;
    top: 0;
  }
} */

.bandeira-cartao {
  margin-right: 7px;
  max-width: 60px;
  border-radius: 5px;
}

.load-mask {
  opacity: 1;
  pointer-events: all;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: -10px;
}

.load-mask-content {
  -webkit-box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
  box-shadow: 0 0 2px 2px rgba(170, 170, 170, 0.2);
  margin: 0;
}
.load-mask-content-body {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  color: #fff;
  padding: 8px 16px;
  text-align: center;
}

.form-container .field-container:first-of-type {
  grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
  grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
  grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
  grid-area: security;
}

.field-container input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-container {
  position: relative;
}
.field-container img {
  float: right;
  max-height: 30px;
}

.field-container .input-icons img {
  position: absolute;
  top: 50%;
  right: 15%;
}

.form-container {
  max-width: 600px;
}

label {
  padding-bottom: 5px;
  font-size: 13px;
}

.container-loja input {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.cvcicon {
  background: url('../imagens/pagamentos/verso_cartao.png') no-repeat left;
}

/* BOX PAGAMENTOS */

.box-forma-pagamento, .box-cartao-bandeira  {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.box-forma-pagamento input, .box-cartao-bandeira input {
  display: none;
}

.box-forma-pagamento label {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-forma-pagamento input:checked + label {
  border: 1px solid #5a8dee;
  color: #5a8dee;
}

.box-forma-pagamento input:checked + label:after {
  font-family: 'Font Awesome 5 Pro';
  text-align: center;
  content: '\f00c';
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: #5a8dee;
  z-index: 1;
  position: absolute;
  top: -5px;
  left: 0px;
}

.box-cartao-bandeira label {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box-cartao-bandeira input:checked + label {
  border: 1px solid #5a8dee;
  color: #5a8dee;
}

.box-cartao-bandeira input:checked + label:after {
  font-family: 'Font Awesome 5 Pro';
  text-align: center;
  content: '\f00c';
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  background-color: #5a8dee;
  z-index: 1;
  position: absolute;
  top: -5px;
  left: 0px;
}


.icone-cvc {
  height: 35px;
  position: absolute;
  right: 7px;
  top: calc(50% - 11px);
  width: 60px;
}

.jq-toast-wrap {
  width: 250px;
  padding: 20px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #ff6275;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* .widget-timeline {
  position: relative;
  max-height: 800px;
  padding-right: 1rem;
} */

.no-arrow .dropdown-menu::before{
  content: none;
}

.no-arrow .dropdown-menu{
  margin-top: 4px;
    box-shadow: 0px 0px 10px 0px;
}

.arrow-false::before{
  content: unset !important;
}

.before-false.jab-link.dropdown-toggle::before{
  content: unset !important;
}

.jab-table.row-hover-false .jab-table-row{
  background-color: transparent;
}
.jab-table.row-hover-false .jab-table-row td{
  padding: 1rem 0.75rem;
}


/* .jab-button i + span:not(:empty), .jab-button span:not(:empty) + i {
  margin-left: .5rem;
} */

.d-grid {
  display: grid !important;
}

.container-conta .float-left {
  float: left !important;
}

.container-conta .pr-1, .container-conta .px-1 {
  padding-right: 1rem !important;
}

.container-conta .breadcrumb-item.active {
  color: #5A8DEE;
}

.container-conta h1,
.container-conta h2,
.container-conta h3,
.container-conta h4,
.container-conta h5,
.container-conta h6,
.container-conta .h1,
.container-conta .h2,
.container-conta .h3,
.container-conta .h4,
.container-conta .h5,
.container-conta .h6 {
  margin-bottom: 0.5rem;
  font-family: "Rubik", Helvetica, Arial, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #181f25;
}

.mb-2, .my-2 {
  margin-bottom: 1.5rem !important;
}

.container-conta .mt-1, .container-conta .my-1 {
  margin-top: 1rem !important;
}

.container-conta .mb-lg-0, .container-conta .my-lg-0 {
  margin-bottom: 0 !important;
}
  
.container-conta .card-content {
  padding: 1rem;
}

.container-conta .btn {
  display: inline-block;
  font-weight: 400;
  color: #727E8C;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.467rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  border-radius: 0.267rem;
  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;
}

.container-conta .btn-primary, .body-login .btn-primary {
  color: #FFFFFF;
  background-color: #5A8DEE;
  border-color: #5A8DEE;
}

.container-conta a {
  text-decoration: none;
}

.container-conta .text-muted {
  color: #828D99 !important;
}

.container-conta .mt-2, .container-conta .my-2 {
  margin-top: 1.5rem !important;
}

.container-conta .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.container-conta #render-pedido .row {
  display: flex;
  flex-direction: column;
  margin-right: -15px;
  margin-left: -15px;
}

.container-conta #render-pedido .row .col-6 {
  width: 100%;
}

body .container-conta  {  
  line-height: 1.4;  
}

.container-conta .text-lg-left {
  text-align: left !important;
}

.container-conta .text-md-right {
  text-align: right !important;
}
.container-conta .text-center {
  text-align: center !important;
}

@media (min-width: 768px){
  .container-conta .text-md-right {
    text-align: right !important;
  }
}

@media (min-width: 992px){
  .container-conta .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

.container-conta .btn-sm, .container-conta .btn-group-sm>.btn {
  padding: 0.467rem 1.2rem;
  font-size: 0.8rem;
  line-height: 1.4;
  border-radius: 0.267rem;
}

.container-conta .pb-3, .container-conta .py-3 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}

.container-conta .mb-1, .container-conta .my-1 {
  margin-bottom: 1rem !important;
}

.container-conta .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFFFF;
  background-clip: border-box;
  border: 0px solid #dfe3e7;
  border-radius: 0.267rem;
}

.container-conta .p-1 {
  padding: 1rem !important;
}

body .container-conta {
  color: #727E8C;
}

.container-conta .card-body {
  flex: 1 1 auto;
  padding: 1.7rem;
  padding-bottom: 0.5rem;
}

.container-conta label {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.container-conta .form-group {
  margin-bottom: 1rem;
}

.container-conta .form-control:disabled, .form-control[readonly] {
  background-color: #F2F4F4;
  opacity: 1;
}

.container-conta .form-control {
  color: #475F7B;
}

.container-conta .btn-secondary {
  color: #FFFFFF;
  background-color: #475F7B;
  border-color: #475F7B;
}

.container-conta .input-group-prepend, .container-conta .input-group-append {
  display: flex;
}

.container-conta .input-group>.input-group-append>.btn,
.container-conta .input-group>.input-group-append>.input-group-text,
.container-conta .input-group>.input-group-prepend:not(:first-child)>.btn,
.container-conta .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.container-conta .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.container-conta .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {  
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: none;
  border-radius: 0.267rem;
  outline: 0;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.05rem 2.3rem;
  border-bottom: 1px solid #DFE3E7;
  border-top-left-radius: 0.267rem;
  border-top-right-radius: 0.267rem;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.3rem 2.3rem;
}

.container-conta .mt-80, .container-conta .my-80 {
    margin-top: 0.8rem !important;
}

.container-conta .card-header {
  padding: 2rem 2.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0px solid #dfe3e7;
}

.container-conta .card-header:first-child {
  border-radius: calc(0.267rem - 0px) calc(0.267rem - 0px) 0 0;
}

.modal .modal-content .close {
  float: right;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
  opacity: .5;
}

.modal .modal-content button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

body .modal .modal-content {
  font-size: 14px;
  font-family: 'Rubik', Helvetica, Arial, serif;
  color: #727E8C;
}

body .modal .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.467rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  border-radius: 0.267rem;
  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;
}

body .modal .btn-primary {  
  color: white;
  -webkit-box-shadow: 0 4px 12px 0 rgb(71 95 123 / 60%) !important;
  box-shadow: 0 4px 12px 0 rgb(71 95 123 / 60%) !important;
}

body .modal .btn-secundary {
  background-color: #A3AFBD;
  border-color: #A3AFBD;
}

.container-conta .dropdown-menu,
.body-login .dropdown-menu,
.widget-chat .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;  
  float: left;
  min-width: 9.65rem;
  padding: 0.4rem 0;
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  color: #727E8C;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #DFE3E7;
  border-radius: 5px;
}

.container-conta .dropdown-item,
.widget-chat .dropdown-item,
.body-login .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.8rem 1.6rem;
  color: #475F7B;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
}

.container-conta .dropdown-item.active,
.container-conta .dropdown-item:active,
.widget-chat .dropdown-item:active,
.widget-chat .dropdown-item.active
.body-login .dropdown-item.active,
.body-login .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #5A8DEE;
}

.modal .table-striped tbody tr:nth-of-type(odd) {
  background-color: #F4F6F9;
}

.body-login {
  background-color: white !important;
  height: 100%;
}

html body.body-login {
  font-size: 14px;
  letter-spacing: 0.01rem;
  background-color: #e9eef4;
  direction: ltr;
  font-family: 'Rubik', Helvetica, Arial, serif;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

body.body-login {
  margin: 0;
  font-family: "IBM Plex Sans", Helvetica, Arial, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #727E8C;
  text-align: left;
  background-color: #F2F4F4;
}

.body-login h1, 
.body-login h2, 
.body-login h3, 
.body-login h4, 
.body-login h5, 
.body-login h6, 
.body-login .h1, 
.body-login .h2, 
.body-login .h3, 
.body-login .h4, 
.body-login .h5, 
.body-login .h6 {
  margin-bottom: 0.5rem;
  font-family: "Rubik", Helvetica, Arial, serif;
  font-weight: 400;
  line-height: 1.2;
  color: #181f25;
}

.body-login .col-1,
.body-login .col-2,
.body-login .col-3,
.body-login .col-4,
.body-login .col-5,
.body-login .col-6,
.body-login .col-7,
.body-login .col-8,
.body-login .col-9,
.body-login .col-10,
.body-login .col-11,
.body-login .col-12,
.body-login .col,
.body-login .col-auto,
.body-login .col-sm-1,
.body-login .col-sm-2,
.body-login .col-sm-3,
.body-login .col-sm-4,
.body-login .col-sm-5,
.body-login .col-sm-6,
.body-login .col-sm-7,
.body-login .col-sm-8,
.body-login .col-sm-9,
.body-login .col-sm-10,
.body-login .col-sm-11,
.body-login .col-sm-12,
.body-login .col-sm,
.body-login .col-sm-auto,
.body-login .col-md-1,
.body-login .col-md-2,
.body-login .col-md-3,
.body-login .col-md-4,
.body-login .col-md-5,
.body-login .col-md-6,
.body-login .col-md-7,
.body-login .col-md-8,
.body-login .col-md-9,
.body-login .col-md-10,
.body-login .col-md-11,
.body-login .col-md-12,
.body-login .col-md,
.body-login .col-md-auto,
.body-login .col-lg-1,
.body-login .col-lg-2,
.body-login .col-lg-3,
.body-login .col-lg-4,
.body-login .col-lg-5,
.body-login .col-lg-6,
.body-login .col-lg-7,
.body-login .col-lg-8,
.body-login .col-lg-9,
.body-login .col-lg-10,
.body-login .col-lg-11,
.body-login .col-lg-12,
.body-login .col-lg,
.body-login .col-lg-auto,
.body-login .col-xl-1,
.body-login .col-xl-2,
.body-login .col-xl-3,
.body-login .col-xl-4,
.body-login .col-xl-5,
.body-login .col-xl-6,
.body-login .col-xl-7,
.body-login .col-xl-8,
.body-login .col-xl-9,
.body-login .col-xl-10,
.body-login .col-xl-11,
.body-login .col-xl-12,
.body-login .col-xl,
.body-login .col-xl-auto {
  position: relative;
}

.body-login p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.body-login .criar-minha-conta .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.body-login .input-group > .input-group-append>.btn, 
.body-login .input-group > .input-group-append>.input-group-text, 
.body-login .input-group > .input-group-prepend:not(:first-child)>.btn, 
.body-login .input-group > .input-group-prepend:not(:first-child)>.input-group-text, 
.body-login .input-group > .input-group-prepend:first-child>.btn:not(:first-child), 
.body-login .input-group > .input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.body-login .input-group-prepend,
.body-login .input-group-append {
  display: flex;
}

.body-login .text-muted {
  color: #828D99 !important;
}

.body-login .text-primary {
  color: #5A8DEE !important;
}

.body-login .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.467rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  border-radius: 0.267rem;
  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;
}

.body-login .form-group {
  margin-bottom: 1rem;
}

.body-login label {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.body-login .form-control {
  display: block;
  width: 100%;
  height: calc(1.4em + 0.94rem + 3.7px);
  padding: 0.47rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #475F7B;
}

.body-login .w-100 {
  width: 100% !important;
}

.body-login .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.body-login .btn-block {
  display: block;
  width: 100%;
}

.body-login a {
  color: #5A8DEE;
  text-decoration: none;
  background-color: transparent;
}

.body-login .btn-secondary {
  border-color: #34465b !important;
  -webkit-box-shadow: 0 4px 7px -1px rgb(71 95 123 / 60%) !important;
  box-shadow: 0 4px 7px -1px rgb(71 95 123 / 60%) !important;
  color: white;
}

.body-login .btn-secondary {
  color: #FFFFFF;
  background-color: #475F7B;
  border-color: #475F7B;
}

.body-login input {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.body-login .input-group > .form-control,
.body-login .input-group > .form-control-plaintext,
.body-login .input-group > .custom-select,
.body-login .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

:is(.body-login .input-group-append, .body-login .input-group-prepend) > :is(.body-login .jab-button,.body-login .jab-component) {
  margin-top: 3px;
  box-shadow: unset !important;
  padding: 0.467rem 1rem !important;
}

.body-login .btn-light {
  background-color: #525e6c !important;
  color: white;
}

.body-login .btn-primary-custom {
  border-color: #2c6de9 !important;
  background-color: #5a8dee !important;
  color: white;
}

.body-login .input-group > .input-group-prepend>.btn, 
.body-login .input-group > .input-group-prepend>.input-group-text, 
.body-login .input-group > .input-group-append:not(:last-child)>.btn, 
.body-login .input-group > .input-group-append:not(:last-child)>.input-group-text, 
.body-login .input-group > .input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), 
.body-login .input-group > .input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.widget-chat-demo.d-block {
  display: block !important;
}

.widget-chat .m-75 {
  margin: 0.75rem !important;
}

.widget-chat .media {
  display: flex;
  align-items: flex-start;
}

.widget-chat .media-body {
  flex: 1;
}

.widget-chat .text-left {
  text-align: left !important;
}

.widget-chat label {
  display: inline-block;
  margin-bottom: 0.2rem;
}

.widget-chat .form-group {
  margin-bottom: 1rem;
}

.widget-chat .form-control {
  display: block;
  width: 100%;
  height: calc(1.4em + 0.94rem + 3.7px);
  padding: 0.47rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #475F7B;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border-radius: 0.267rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.widget-chat .input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap !important;
  align-items: stretch;
  width: 100%;
}

.widget-chat .input-group-prepend, .widget-chat .input-group-append {
  display: flex;
}

.widget-chat .input-group>.input-group-append>.btn,
.widget-chat .input-group>.input-group-append>.input-group-text,
.widget-chat .input-group>.input-group-prepend:not(:first-child)>.btn,
.widget-chat .input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.widget-chat .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.widget-chat .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) { 
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.widget-chat .input-group-prepend .btn, .widget-chat .input-group-append .btn {
  position: relative;
  z-index: 2;
}

.widget-chat .btn-light {
  background-color: #525e6c !important;
  color: white;
}

.widget-chat .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.467rem 1.5rem;
  font-size: 1rem;
  line-height: 1.6rem;
  border-radius: 0.267rem;
  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;
}

.widget-chat .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.widget-chat .form-control:disabled {
  border: 1px solid #DFE3E7;
}

.widget-chat textarea.form-control {
  height: auto;
}

.body-login .alert-dismissible {
  padding-right: 4.034rem;
}
.body-login .alert {
  position: relative;
  padding: 1.1rem 1.267rem;
  margin-bottom: 2.67rem;
  border: 0 solid transparent;
  border-radius: 0.267rem;
}

.body-login .alert-dismissible .close {
  position: absolute;
  right: 0;
  padding: 1.1rem 1.267rem;
  color: inherit;
}

.body-login button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
.body-login .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5;
}

.modal legend {
  float: none;
  display: block;
  margin-bottom: 0.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #5A8DEE;
  border-color: transparent;
}

.modal-dialog .btn-light {
  background-color: #525e6c !important;
  color: white !important;
}

.modal-dialog .btn-light:hover {
  color: white;
}

.container-conta .mr-2, .container-conta .mx-2 {
  margin-right: 1.5rem !important;
}

.container-conta .pl-3, .container-conta .px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.consumo.panel {
  display: flex;
  flex-direction: column;
  min-height: 150px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.consumo-total,
.consumo-previsto {
  min-height: 100px;
  background-color: #FFFFFF;
  border-radius: 15px;
  border: 1px solid #DFE3E7;
  box-shadow: 0 4px 12px 0 rgb(71 95 123 / 60%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.consumo-previsto p {
  font-size: 20px;
  color: #5a8dee;
}

.consumo-previsto i {
  display: inline-block;
  font-size: 20px;
  color: #5a8dee;
}

.consumo-total #total {
  font-size: 20px;
  color: #5a8dee;
}

.consumo-total p {
  font-size: 15px;
}

.consumo-total i {
  display: inline-block;
  font-size: 16px;
  color: #5a8dee;
}

#page {
  min-height: 1150px;
}
.consumo-total h6 {
  font-weight: bold;
}

.consumo-total .info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.consumo-total .info-item h5{
  font-size: 15px;
}
.consumo-total .info-item p {
  margin: 0;
  font-size: 15px;
  text-align: right;
}
.consumo-total .info-item i {
  display: inline-block;
  font-size: 16px;
  color: #939aa2;
}