@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap);

:root {
  /* --primary-color: #00d488; green color*/
  --primary-color: #00b7ff;
  --secondary-color: #00e7ab;
  --primary-sec-color: #1473E6;

  --com-nav-bg-color: #121212;
  --com-nav-text-color: #F5F5F5;
  --com-nav-left-bg-color: #090909;
  --main-background-color: #212121;
  --brand-color: #1473e6;
  --text-white-color: #ffffff;
  --text-black-color: #000000;
  --secondary: #e4f7ff;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.brand-color-sec {
  color: var(--brand-color);
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d8d2f3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #b6ace9;
}

.table-hover .table-primary:hover {
  background-color: #c7beee;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #c7beee;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #febfcf;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fd89a5;
}

.table-hover .table-secondary:hover {
  background-color: #fea6bc;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #fea6bc;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c7f0de;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #98e4c2;
}

.table-hover .table-success:hover {
  background-color: #b3ebd2;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b3ebd2;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d1dbff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #aabcff;
}

.table-hover .table-info:hover {
  background-color: #b8c7ff;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b8c7ff;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffe7b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffd37a;
}

.table-hover .table-warning:hover {
  background-color: #ffde9f;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffde9f;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbcdcd;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f7a1a1;
}

.table-hover .table-danger:hover {
  background-color: #f9b5b5;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f9b5b5;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}
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_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0.9;
  color: var(--text-black-color);
}
table.dataTable>thead .sorting_asc:before, 
table.dataTable>thead .sorting_desc:after {
  color: var(--brand-color);
  opacity: 1 !important;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #cbc3ef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(56, 203, 137, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38cb89;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338cb89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38cb89;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.25);
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #38cb89;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338cb89' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #38cb89;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #38cb89;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #38cb89;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38cb89;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #60d6a1;
  background-color: #60d6a1;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38cb89;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38cb89;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38cb89;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(239, 75, 75, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ef4b4b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef4b4b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4b4b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ef4b4b;
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.25);
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ef4b4b;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ef4b4b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ef4b4b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ef4b4b;
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ef4b4b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ef4b4b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f37a7a;
  background-color: #f37a7a;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ef4b4b;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: visible;
  cursor: no-drop;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: visible;
  cursor: no-drop;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover {
  color: #fff;
  background-color: #5941cc;
  border-color: #5037c9;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #5941cc;
  border-color: #5037c9;
  box-shadow: 0 0 0 0.2rem rgba(136, 119, 218, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #5037c9;
  border-color: #4b34c0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(136, 119, 218, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #ed043c;
  border-color: #e00439;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #ed043c;
  border-color: #e00439;
  box-shadow: 0 0 0 0.2rem rgba(252, 62, 108, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e00439;
  border-color: #d40436;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(252, 62, 108, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-success:hover {
  color: #fff;
  background-color: #2eaf75;
  border-color: #2ba56e;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2eaf75;
  border-color: #2ba56e;
  box-shadow: 0 0 0 0.2rem rgba(53, 178, 123, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2ba56e;
  border-color: #289b67;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 178, 123, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #5b7fff;
  border-color: #5b7fff;
}
.btn-info:hover {
  color: #fff;
  background-color: #3561ff;
  border-color: #2857ff;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #3561ff;
  border-color: #2857ff;
  box-shadow: 0 0 0 0.2rem rgba(116, 146, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #5b7fff;
  border-color: #5b7fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2857ff;
  border-color: #1b4dff;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(116, 146, 255, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #d99100;
  border-color: #cc8900;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d99100;
  border-color: #cc8900;
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cc8900;
  border-color: #bf8000;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 151, 6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ec2828;
  border-color: #eb1c1c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ec2828;
  border-color: #eb1c1c;
  box-shadow: 0 0 0 0.2rem rgba(241, 102, 102, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb1c1c;
  border-color: #e61414;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 102, 102, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--primary-color);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.5);
}

.btn-outline-secondary {
  color: #fb1c52;
  border-color: #fb1c52;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 28, 82, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fb1c52;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 28, 82, 0.5);
}

.btn-outline-success {
  color: #38cb89;
  border-color: #38cb89;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #38cb89;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #38cb89;
  border-color: #38cb89;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.5);
}

.btn-outline-info {
  color: #5b7fff;
  border-color: #5b7fff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #5b7fff;
  border-color: #5b7fff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 127, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5b7fff;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5b7fff;
  border-color: #5b7fff;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(91, 127, 255, 0.5);
}

.btn-outline-warning {
  color: #ffab00;
  border-color: #ffab00;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffab00;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffab00;
  border-color: #ffab00;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ef4b4b;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ef4b4b;
  border-color: #ef4b4b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: none;
}
.btn-link:hover {
  color: #4831b6;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #cbc3ef;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #eeecfa;
  border-color: #eeecfa;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(115, 95, 212, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(115, 95, 212, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(115, 95, 212, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(115, 95, 212, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #cbc3ef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #cbc3ef;
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #eeecfa;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #eeecfa;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: var(--primary-color);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #eeecfa;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  font-family: "Poppins", 'sans-serif' !important;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link, .ml-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover,.ml-page-link:hover {
  z-index: 2;
  color: #4831b6;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus, .ml-page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.25);
}

.page-item:first-child .page-link, .page-item:first-child .ml-page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link, .page-item:last-child .ml-page-link  {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link, .page-item.active .ml-page-link{
  z-index: 3;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.page-item.disabled .page-link, .page-item.disabled .ml-page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: var(--primary-color);
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #5037c9;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(115, 95, 212, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #fb1c52;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #e00439;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 28, 82, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #38cb89;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #2ba56e;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 203, 137, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #5b7fff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2857ff;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(91, 127, 255, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffab00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #cc8900;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 171, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ef4b4b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #eb1c1c;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 75, 75, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert.alert-danger.alert-dismissible {
  top: 50px;
  width: auto;
}
.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #3c316e;
  background-color: #e3dff6;
  border-color: #d8d2f3;
}
.alert-primary hr {
  border-top-color: #c7beee;
}
.alert-primary .alert-link {
  color: #29214b;
}

.alert-secondary {
  color: #830f2b;
  background-color: #fed2dc;
  border-color: #febfcf;
}
.alert-secondary hr {
  border-top-color: #fea6bc;
}
.alert-secondary .alert-link {
  color: #550a1c;
}

.alert-success {
  color: #1d6a47;
  background-color: #d7f5e7;
  border-color: #c7f0de;
}
.alert-success hr {
  border-top-color: #b3ebd2;
}
.alert-success .alert-link {
  color: #12422c;
}

.alert-info {
  color: #2f4285;
  background-color: #dee5ff;
  border-color: #d1dbff;
}
.alert-info hr {
  border-top-color: #b8c7ff;
}
.alert-info .alert-link {
  color: #222f5f;
}

.alert-warning {
  color: #855900;
  background-color: #ffeecc;
  border-color: #ffe7b8;
}
.alert-warning hr {
  border-top-color: #ffde9f;
}
.alert-warning .alert-link {
  color: #523700;
}

.alert-danger {
  color: #7c2727;
  background-color: #fcdbdb;
  border-color: #fbcdcd;
}
.alert-danger hr {
  border-top-color: #f9b5b5;
}
.alert-danger .alert-link {
  color: #551b1b;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--primary-color);
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #3c316e;
  background-color: #d8d2f3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #3c316e;
  background-color: #c7beee;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #3c316e;
  border-color: #3c316e;
}

.list-group-item-secondary {
  color: #830f2b;
  background-color: #febfcf;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #830f2b;
  background-color: #fea6bc;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #830f2b;
  border-color: #830f2b;
}

.list-group-item-success {
  color: #1d6a47;
  background-color: #c7f0de;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1d6a47;
  background-color: #b3ebd2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1d6a47;
  border-color: #1d6a47;
}

.list-group-item-info {
  color: #2f4285;
  background-color: #d1dbff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #2f4285;
  background-color: #b8c7ff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #2f4285;
  border-color: #2f4285;
}

.list-group-item-warning {
  color: #855900;
  background-color: #ffe7b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #855900;
  background-color: #ffde9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #855900;
  border-color: #855900;
}

.list-group-item-danger {
  color: #7c2727;
  background-color: #fbcdcd;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7c2727;
  background-color: #f9b5b5;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7c2727;
  border-color: #7c2727;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #5037c9 !important;
}

.bg-secondary {
  background-color: #fb1c52 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e00439 !important;
}

.bg-success {
  background-color: #38cb89 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #2ba56e !important;
}

.bg-info {
  background-color: #5b7fff !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2857ff !important;
}

.bg-warning {
  background-color: #ffab00 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cc8900 !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #eb1c1c !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.border-secondary {
  border-color: #fb1c52 !important;
}

.border-success {
  border-color: #38cb89 !important;
}

.border-info {
  border-color: #5b7fff !important;
}

.border-warning {
  border-color: #ffab00 !important;
}

.border-danger {
  border-color: #ef4b4b !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video,
.embed-responsive img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: lightgray;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

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

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #4831b6 !important;
}

.text-secondary {
  color: #fb1c52 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #c70433 !important;
}

.text-success {
  color: #38cb89 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #269161 !important;
}

.text-info {
  color: #5b7fff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f43ff !important;
}

.text-warning {
  color: #ffab00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #b37800 !important;
}

.text-danger {
  color: #ef4b4b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #da1313 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* ==========================================================================
 *
 *    LOGIN PAGE
 *
 * ========================================================================== */
/* #login-google {
  background: #DB4437;
  color: #FFF;
  border-radius: 3px;
} */
/* #login-google:hover, #login-google:focus {
  background-color: #1e1e2d;
} */

#login-facebook {
  background: #4267B2;
  color: #FFF;
  border-radius: 5px;
}
#login-facebook:hover, #login-facebook:focus {
  background-color: #1e1e2d;
}
div#login-background div.content-login {
    width: 100%;
    max-width: 480px;
}
div#login-background div.content-login.register {
    width: 100%;
    max-width: 540px;
}
div#login-background div.content-login .card-body {
    padding: 35px;
}
div#login-background div.content-login.register .card-body {
    padding: 35px 32px 25px;
}
div#login-background div.content-login.register .awselect .front_face .current_value,div#login-background div.content-login.register .awselect{
    font-size: 16px !important;
    font-weight: 400!important;
}
div#login-background div.content-login.register .awselect{
    margin-bottom: 1rem !important;
}
div#login-background div.content-login.register .awselect .front_face {
    height: 57px;
}
.awselect .front_face span {
    width: 95%;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.awselect .front_face .icon{
  right: 7px !important;
  transform: rotate(360deg) translateY(-50%);
}
.awselect.animate .front_face .icon {
  transform: rotate(180deg) translateY(-50%);
}
.awselect input.awselect_search.sticky-top {
  font-size: 14px;
  box-sizing: border-box;
  height: 41px;
}
div#login-background div.content-login.register .awselect .front_face .icon svg {
    width: 18px;
    height: 26px;
    transform: rotate(180deg);
}
div#login-background div.content-login.register i.input-icon.pass {
    /* top: 82px; */
}
div#login-background div.content-login .input-box i.input-icon{
    color: #242a2eb3;
}

#login-twitter {
  background: #1DA1F2;
  color: #FFF;
  border-radius: 3px;
}
#login-twitter:hover, #login-twitter:focus {
  background-color: #1e1e2d;
}

#login-linkedin {
  background: #0e76a8;
  color: #FFF;
  border-radius: 5px;
  margin-top: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#login-linkedin:hover, #login-linkedin:focus {
  background-color: #1e1e2d;
}

#login-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.invalid-feedback {
  font-size: 10px !important;
  color: #ff3547 !important;
}

#login-background {
  background-position: center;
  vertical-align: middle;
  padding: 0;
}

.login-bg {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%4F5A79' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #FFF;
}
.login-bg .image-container img {
  padding-left: 1rem;
  padding-right: 1rem;
}

.auth .input-box .form-control {
  background: #f6f7f8;
  border: 0 solid transparent;
  padding: 1.25rem 1.3rem !important;
  box-shadow: none;
}
.auth .input-box .form-control:hover, .auth .input-box .form-control:focus {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  border-color: transparent;
}

.custom-switch .custom-switch-indicator {
  background: #f6f7f8;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.1);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
  #login-background.d-none-sm-xs .login-bg {
    height: 100% !important;
}
}
@media screen and (max-width: 767px) {
  .d-none-sm-xs{
    display: none;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(255, 171, 0, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(147deg, #ffab00 0%, #c48400 74%);
  border-radius: 20px;
  opacity: 0.6;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
  .d-none-sm-xs{
    display: none;
  }
}
.h-100svh{
  height: 100svh !important;
}
.width-box{
  width: 80%;
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  font-size: 14px;
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 800;
  color: #1e1e2d;
  margin-bottom: 18px;
}
.blog-slider__text {
  font-size: 14px;
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background: var(--primary-color);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding: 10px 32px;
  border-radius: 35px;
  color: #fff;
  box-shadow: 0 10px 20px #0048ce60;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  justify-content: center;
  text-align: center;
}
.blog-slider__button:hover, .blog-slider__button:focus {
  background: #1e1e2d;
  color: white;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  height: 30px;
  box-shadow: 0 0 5px #0048ce60;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.frontend-body {
  background: #fff;
}

.blue-background {
  background: #f7f7f7;
}

/* ==========================================================================
 *
 *    MAIN SECTION STYLES
 *
 * ========================================================================== */
.frontend-main-wrapper {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%4F5A79' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #FFF;
}

#main-wrapper {
  /*------------------------------------------*/
  /*    Navigation
  /*------------------------------------------*/
}
#main-wrapper .container-fluid, #main-wrapper .container-sm, #main-wrapper .container-md, #main-wrapper .container-lg, #main-wrapper .container-xl {
  background: #FFF;
  box-shadow: 0 0 4px rgba(9, 24, 65, 0.3);
}
#main-wrapper .navbar {
  background: #FFF;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  z-index: 100;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  transition: all ease-in 0.2s;
}
#main-wrapper .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#main-wrapper #login-button {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #1e1e2d;
}
#main-wrapper #login-button:hover, #main-wrapper #login-button:focus {
  background: var(--primary-color);
}
#main-wrapper .navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  padding: 0px 15px;
  color: #1e1e2d;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#main-wrapper .navbar-nav li.nav-item a.nav-link .active {
  color: var(--primary-color) !important;
}
#main-wrapper .navbar-nav li.nav-item a.nav-link:hover, #main-wrapper .navbar-nav li.nav-item a.nav-link:focus {
  color: var(--primary-color);
}
#main-wrapper .navbar-nav li.nav-item a.active {
  color: var(--primary-color) !important;
}
#main-wrapper .navbar-nav li.nav-item .action-button {
  background: var(--primary-color);
  outline: none;
  text-decoration: none;
  min-width: 125px;
  color: #FFF;
  padding: 0.375rem 0.75rem;
  border-radius: 35px;
  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;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#main-wrapper .navbar-nav li.nav-item .action-button:hover, #main-wrapper .navbar-nav li.nav-item .action-button:focus {
  background: #1e1e2d;
}
#main-wrapper .register-button,
#main-wrapper .dashboard-button {
  background: #ffab00 !important;
}
#main-wrapper .register-button:hover, #main-wrapper .register-button:focus,
#main-wrapper .dashboard-button:hover,
#main-wrapper .dashboard-button:focus {
  background: #1e1e2d !important;
}
#main-wrapper .minimize-navbar {
  line-height: 60px;
  background: black;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#main-wrapper .minimize-menu {
  color: #141414 !important;
}
#main-wrapper .central-banner {
  position: absolute;
  width: 100%;
  top: 23%;
}
#main-wrapper .text-container h2 {
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#main-wrapper .text-container h2 span {
  color: var(--primary-color);
}
#main-wrapper .text-container p {
  font-family: "Poppins", sans-serif;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
#main-wrapper .text-container a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding-left: 2rem;
  padding-right: 2rem;
}
#main-wrapper .text-container a:hover, #main-wrapper .text-container a:focus {
  background: #1e1e2d;
  border-color: #1e1e2d;
}
#main-wrapper .text-container .vendors {
  margin-top: 8rem;
}
#main-wrapper .text-container .vendors h6 {
  font-size: 12px;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#main-wrapper .image-container img {
  margin-top: -7rem;
  padding-right: 4rem;
}

.special-action-button {
  box-shadow: 0 10px 20px #ab9fe5 !important;
  border-radius: 35px !important;
  transition: all 0.3s ease !important;
}
.special-action-button:focus, .special-action-button:hover {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
}

.frontend-banner-wrapper .side-app {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%4F5A79' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: #FFF;
}

/* ==========================================================================
 *
 *    ABOUT SECTION STYLES
 *
 * ========================================================================== */
#about-wrapper {
  padding: 0 0 112px 0;
  background: #FFF;
}
#about-wrapper #about-us {
  margin-bottom: 96px;
}
#about-wrapper h6 {
  font-size: 16px;
  font-weight: 800;
}
#about-wrapper h6 span {
  color: var(--primary-color);
}
#about-wrapper .p-about {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#about-wrapper #about-title {
  text-align: right;
  padding-right: 64px;
}
#about-wrapper #about-info {
  text-align: left;
}
#about-wrapper #about-info p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
#about-wrapper #about-info p:last-of-type {
  margin-bottom: 1.7rem;
}
#about-wrapper #about-info a {
  font-family: "Poppins", sans-serif;
  padding: 0.4rem 2rem;
  background-color: var(--primary-color);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 35px;
  outline: none;
  text-decoration: none;
  line-height: 1.5;
  transition: all ease 0.3s;
  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;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#about-wrapper #about-info a:hover {
  background-color: #1e1e2d;
}
#about-wrapper #pills-tab .nav-item {
  width: 33.3%;
  transition: all ease 0.3s;
  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;
}
#about-wrapper #pills-tab .nav-item .nav-link {
  padding: 1rem;
  border-radius: 55px;
}
#about-wrapper #pills-tab .nav-item .nav-link.active {
  background: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#about-wrapper #pills-tabContent h4 {
  font-size: 20px;
  font-weight: 700;
}
#about-wrapper #pills-tabContent p {
  font-family: "Lato", sans-serif;
}
#about-wrapper #pills-tabContent a {
  text-transform: none;
  background: #1e1e2d;
  border-color: #1e1e2d;
  font-size: 12px;
}
#about-wrapper #pills-tabContent a:hover {
  background: #007bff;
  border-color: #007bff;
}

/* ==========================================================================
*
*    USE CASES SECTION STYLES
*
* ========================================================================== */
#cases-wrapper {
  background: #f7f7f7;
  padding: 0 0 128px 0;
}
#cases-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#cases-wrapper .title h6 span {
  color: var(--primary-color);
}
#cases-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#cases-wrapper .mdi {
  line-height: 1;
}
#cases-wrapper #solutions-list .solution {
  background-color: #FFF;
  box-shadow: 0 1px 6px rgba(57, 73, 76, 0.35);
  border-radius: 10px;
  height: 100%;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
}
#cases-wrapper #solutions-list .solution:hover i, #cases-wrapper #solutions-list .solution:focus i {
  color: var(--primary-color);
}
#cases-wrapper #solutions-list .solution:hover {
  box-shadow: 0 1px 6px rgba(0, 123, 255, 0.9);
}
#cases-wrapper #solutions-list .solution-content {
  padding: 20px 20px 10px 20px;
}
#cases-wrapper #solutions-list .solution-content h5 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
}
#cases-wrapper #solutions-list .solution-content i {
  font-size: 32px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
#cases-wrapper #solutions-list .solution-content p {
  font-size: 13px;
}
#cases-wrapper .green-audio-player {
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  min-width: auto;
  height: 50px;
}
#cases-wrapper .green-audio-player .slider .progress .pin {
  background-color: #1e1e2d;
}
#cases-wrapper .green-audio-player .controls span {
  color: #1e1e2d;
}
#cases-wrapper .green-audio-player .controls {
  color: #1e1e2d;
  font-size: 10px;
  margin-left: 20px;
}
#cases-wrapper .green-audio-player .slider .gap-progress .pin {
  background: #1e1e2d;
}
#cases-wrapper .green-audio-player .slider .gap-progress {
  background: #1e1e2d;
}

/* ==========================================================================
 *
 *    FEATURES SECTION STYLES
 *
 * ========================================================================== */
#features-wrapper {
  background: #fff;
  padding: 112px 0 112px 0;
}
#features-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#features-wrapper .title h6 span {
  color: var(--primary-color);
}
#features-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#features-wrapper .mdi {
  line-height: 1;
}
#features-wrapper #solutions-list .solution {
  background-color: #FFF;
  height: 100%;
  border-radius: 10px;
  text-align: center;
  position: relative;
  transition: all 0.2s ease-in-out;
  border: 1.4px solid #e9ecef;
}
#features-wrapper #solutions-list .solution:hover i, #features-wrapper #solutions-list .solution:focus i {
  color: var(--primary-color);
}
#features-wrapper #solutions-list .solution:hover {
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
}
#features-wrapper #solutions-list .solution-content {
  padding: 20px 32px;
}
#features-wrapper #solutions-list .solution-content h5 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
}
#features-wrapper #solutions-list .solution-content i {
  font-size: 32px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
#features-wrapper #solutions-list .solution-content p {
  font-size: 13px;
  margin-bottom: 3rem;
}
#features-wrapper .why-box h5 {
  font-size: 14px;
  font-weight: 700;
}
#features-wrapper .why-box p {
  font-size: 13px;
}
#features-wrapper .why-box i {
  background-color: #FFAB00;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  color: #FFF;
  font-size: 24px;
  line-height: 32px;
  height: 60px;
  margin-bottom: 1rem;
  padding-top: 14px;
  width: 60px;
}
#features-wrapper .why-box i:hover, #features-wrapper .why-box i:focus {
  background-color: var(--primary-color);
  cursor: pointer;
}

/* ==========================================================================
 *
 *    PRICES SECTION STYLES
 *
 * ========================================================================== */
#prices-wrapper {
  padding: 0 0 64px 0;
  background-color: #FFF;
}
#prices-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#prices-wrapper .title h6 span {
  color: var(--primary-color);
}
#prices-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#prices-wrapper .tabs-menu ul {
  padding: 10px;
  background: #f5f9fc;
  border-radius: 7px;
}
#prices-wrapper .tabs-menu ul li a {
  width: auto;
  text-transform: none;
}
#prices-wrapper .card {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
  transition: all 0.2s;
}
#prices-wrapper .card:hover, #prices-wrapper .card:focus {
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
}
#prices-wrapper .card:hover .plan-cost, #prices-wrapper .card:focus .plan-cost {
  color: var(--primary-color);
}
#prices-wrapper .card:hover .prepaid-plan .plan-cost, #prices-wrapper .card:focus .prepaid-plan .plan-cost {
  color: #666666;
}
#prices-wrapper .card:hover .prepaid-plan .plan-title, #prices-wrapper .card:focus .prepaid-plan .plan-title {
  color: var(--primary-color);
}
#prices-wrapper .card .plan {
  min-height: 380px;
}
#prices-wrapper .card .plan-cost {
  font-size: 40px;
  font-weight: 800;
  color: #666666;
  padding-left: 17px;
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
}
#prices-wrapper .card .welcome-plan-currency-sign {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  color: #ccc;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
#prices-wrapper .card .divider {
  background-color: #e6e6e6;
  border-radius: 5px;
  height: 3px;
  width: 40px;
}
#prices-wrapper .card .plan-title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans";
  margin-bottom: 1rem;
}
#prices-wrapper .card ul li {
  margin-bottom: 0.3rem;
}
#prices-wrapper .card ul li i {
  margin-right: 0.3rem;
}
#prices-wrapper .card .plan-action-button button {
  width: 145px;
}
#prices-wrapper .card .plan-action-button a {
  width: 145px;
  font-size: 12px;
}
#prices-wrapper .card .plan-action-button a:hover, #prices-wrapper .card .plan-action-button a:focus {
  background: #161E2C;
  border-color: #161E2C;
}

/*------------------------------------------*/
/*    Curve Box Styles
/*------------------------------------------*/
#curve-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.curve-box {
  position: relative;
}
.curve-box .curve {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
}
.curve-box .curve svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
}

/* ==========================================================================
 *
 *    CUSTOMER FEEDBACKS SECTION STYLES
 *
 * ========================================================================== */
#feedbacks-wrapper {
  background: #FFF;
  padding: 0 0 128px 0;
  /*------------------------------------------*/
  /*    Feedback Commenter
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*    Feedback Comment
  /*------------------------------------------*/
}
#feedbacks-wrapper .row {
  display: block;
}
#feedbacks-wrapper .row .title h6 {
  font-size: 16px;
  font-weight: 800;
  color: #1e1e2d;
}
#feedbacks-wrapper .row .title h6 span {
  color: var(--primary-color);
}
#feedbacks-wrapper .row .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#feedbacks-wrapper #feedbacks {
  padding: 16px 20% 0;
}
#feedbacks-wrapper #feedbacks .slick-slide img {
  display: inline-block;
  margin-bottom: 18px;
}
#feedbacks-wrapper #feedbacks .slick-dots {
  position: relative;
  bottom: 0px;
}
#feedbacks-wrapper #feedbacks .slick-dots li button:before {
  color: #1c5c7f;
  line-height: 0;
}
#feedbacks-wrapper #feedbacks .slick-dots li.slick-active button:before {
  color: var(--primary-color);
  line-height: 0;
}
#feedbacks-wrapper #feedbacks .slick-slide:hover {
  cursor: pointer;
}
#feedbacks-wrapper .feedback .feedback-reviewer {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-color);
}
#feedbacks-wrapper .feedback img {
  padding: 3px;
  border: 1px solid rgba(94, 109, 129, 0.3);
  width: auto !important;
}
#feedbacks-wrapper .feedback .feedback-image {
  text-align: center;
  padding-left: 25px;
}
#feedbacks-wrapper .feedback .feedback-image span {
  position: relative;
  top: -40px;
  left: -25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #FFF;
  line-height: 25px;
  font-size: 10px;
}
#feedbacks-wrapper .feedback p {
  margin-bottom: 32px;
}
#feedbacks-wrapper .feedback .comment {
  font-size: 14px;
  font-style: italic;
}
#feedbacks-wrapper .feedback .comment span {
  font-size: 10px;
}
#feedbacks-wrapper .feedback span {
  font-size: 12px;
  color: rgba(94, 109, 129, 0.8);
}
#feedbacks-wrapper .feedback ul {
  padding: 0;
  color: #FFA838;
  font-size: 14px;
}
#feedbacks-wrapper .position-relative {
  position: relative !important;
}

/* ==========================================================================
 *
 *    Contact Us SECTION STYLES
 *
 * ========================================================================== */
.row .title h6 {
  font-size: 16px;
  font-weight: 800;
  color: #1e1e2d;
}
.row .title h6 span {
  color: var(--primary-color);
}
.row .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

#contact-wrapper {
  background: #FFF;
  padding: 0 0 128px 0;
}
#contact-wrapper #contact-row {
  display: block;
}
#contact-wrapper .row label {
  font-family: "Lato", sans-serif;
}
#contact-wrapper .row button {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background-color: var(--primary-color);
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
  font-weight: 700;
}
#contact-wrapper .row button:hover {
  background: #1e1e2d;
  border-color: #1e1e2d;
}

/* ==========================================================================
 *
 *    BLOG SECTION STYLES
 *
 * ========================================================================== */
#blog-wrapper {
  background: #FFF;
  padding: 0 0 90px 0;
}
#blog-wrapper #contact-row {
  display: block;
}
#blog-wrapper .blog-box {
  min-height: 300px;
  padding: 0.3rem;
  transition: transform 0.2s;
}
#blog-wrapper .blog-box img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#blog-wrapper .blog-box .blog-info {
  position: absolute;
  bottom: 0;
  color: #FFF;
  padding: 1rem 1.5rem;
}
#blog-wrapper .blog-box:hover, #blog-wrapper .blog-box:focus {
  transform: scale(0.97);
}
#blog-wrapper .blog {
  max-height: 300px;
  margin-bottom: 4rem;
}
#blog-wrapper .blog img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  width: 100%;
}

/* ==========================================================================
 *
 *    FOOTER STYLES
 *
 * ========================================================================== */
#welcome-footer {
  background-color: #151414;
}
#welcome-footer #footer {
  padding: 96px 0 64px 0;
}
#welcome-footer h5 {
  font-size: 14px;
  font-weight: 800;
}
#welcome-footer h6 {
  font-family: "Lato", sans-serif;
  color: #BEC0C2;
  line-height: 1.8em;
  font-size: 12px;
}
#welcome-footer ul {
  text-align: left;
  font-size: 12px;
}
#welcome-footer ul li {
  border-bottom: none;
}
#welcome-footer ul li a {
  font-family: "Lato", sans-serif;
  color: #BEC0C2;
  line-height: 1.8em;
  outline: none;
}
#welcome-footer ul li a:hover, #welcome-footer ul li a:focus {
  color: var(--primary-color);
  text-decoration: none;
}
#welcome-footer #footer-logo {
  text-align: left;
  padding-right: 48px;
}
#welcome-footer #footer-logo img {
  margin-top: -25px;
  margin-left: -20px;
  margin-bottom: 0.5rem;
}
#welcome-footer #footer-logo p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 2em;
  color: #BEC0C2;
}
#welcome-footer #footer-logo p a {
  font-size: 12px;
  color: var(--primary-color);
}
#welcome-footer #footer-logo p a:hover, #welcome-footer #footer-logo p a:hover i {
  color: #1c5c7f;
  text-decoration: none;
}
#welcome-footer #footer-logo p i {
  margin-left: 4px;
  color: var(--primary-color);
  font-size: 10px;
}
#welcome-footer #footer-links {
  float: left;
  text-align: left;
  display: flex;
}
#welcome-footer #footer-links h5 {
  color: #FFF;
}
#welcome-footer #back-to-top {
  right: 25px;
  bottom: 23px;
  border-radius: 50%;
}


.upgrade_me .modal-content {
  border-radius: 15px;
  max-width: 630px;
  margin: 0 auto;
}
.upgrade_me .close-btn {
  background-color: unset;
  border: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
}
.upgrade_me .close-btn i {
  color: #ccd8ff;
  font-size: 20px;
}
.upgrade_me .close-btn i:hover {
  color: var(--brand-color);
}
.upgrade_me span.upg-img {
  background: transparent linear-gradient(180deg, #00AFFD 0%, #00EBA5 100%);
  width: auto;
  height: 320px;
  display: grid;
  place-content: center;
  margin-right: 30px;
  border-radius: 15px 0 0 15px;
  max-width: 100%;
  min-width: 250px;
}
.upgrade_me .text-data {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 20px 0 0px;
}
.upgrade_me .text-data h3 {
  font-size: 24px !important;
  font-weight: 600;
  margin-bottom: 8px;
}
.upgrade_me .text-data p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.upgrade_me .ok-btn{
  min-width: 70px;
  height: 40px;
  font-size: 14px;
  background: transparent;
    border: 1px solid #ebecf1;
    color: #272727d4;
    box-shadow: none;
}
.upgrade_me .upgrade-btn {
  background: transparent linear-gradient(90deg, #00AFFD 0%, #00EBA5 100%);
  color: var(--text-white-color);
  font-size: 14px;
  height: 40px;
}

/*------------------------------------------*/
/*    Connection Link Icons
/*------------------------------------------*/
#welcome-footer ul#footer-icons {
  padding-top: 8px;
  margin-bottom: 1.5rem;
}

#welcome-footer ul#footer-icons li.list-inline-item {
  margin-right: 0px;
}

#welcome-footer .footer-icon {
  position: relative;
  text-align: center;
  color: #FFF;
  width: 35px;
  height: 35px;
  font-size: 16px;
  margin-right: 5px;
  cursor: pointer;
  line-height: 35px;
  border-radius: 3px;
  transition: all ease 0.3s;
}

#welcome-footer #footer-icons .fa-facebook {
  background-color: #3b5998;
}

#welcome-footer #footer-icons .fa-twitter {
  background-color: #55acee;
}

#welcome-footer #footer-icons .fa-linkedin {
  background-color: #007bb5;
}

#welcome-footer #footer-icons .fa-instagram {
  background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
}

#welcome-footer #footer-icons .fa-youtube {
  background-color: #FF0000;
}

#welcome-footer #footer-icons .fa-facebook:hover {
  background-color: #3b5998;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-twitter:hover {
  background-color: #55acee;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-linkedin:hover {
  background-color: #007bb5;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-instagram:hover {
  background-color: #e95950;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-youtube:hover {
  background-color: #FF0000;
  color: #FFF;
}

/*------------------------------------------*/
/*    Copyright Styles
/*------------------------------------------*/
#welcome-footer #copyright {
  font-family: "Lato", sans-serif;
  border-top: 1px solid #2b3340;
  height: 64px;
  padding: 24px 0px 0px 0px;
}

#welcome-footer #copyright p {
  font-size: 12px;
  line-height: 1em;
  color: rgba(247, 247, 247, 0.9);
  font-weight: 700;
}

#welcome-footer #copyright p a {
  color: var(--primary-color);
  font-size: 12px;
}

#welcome-footer #copyright p a:hover {
  color: #1c5c7f;
  outline: none;
  text-decoration: none;
}

#welcome-footer #copyright span {
  color: #898989;
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

#welcome-footer #copyright .copyright-left {
  float: left;
}

#welcome-footer #copyright .copyright-right {
  float: right;
  text-align: right;
}

/* ==========================================================================
 *
 *    GDPR Cookie
 *
 * ========================================================================== */
.js-cookie-consent {
  position: fixed;
  font-size: 14px;
  bottom: 0;
  padding: 2rem;
  text-align: justify;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  color: #1e1e2d;
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}
.js-cookie-consent .js-cookie-consent-agree {
  margin-left: 0.7rem;
  margin-top: 0.5rem;
  font-size: 10px;
  min-width: 80px;
  border-radius: 35px;
  padding: 0.375rem 25px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.js-cookie-consent .js-cookie-consent-agree:hover, .js-cookie-consent .js-cookie-consent-agree:focus {
  background-color: #1e1e2d;
  border-color: #1e1e2d;
}

/* ==========================================================================
 *
 *    LOCALE STYLES
 *
 * ========================================================================== */
#frontend-local {
  float: left;
}
#frontend-local .nav-link.icon .header-icon {
  color: #FFF;
  padding-left: 0;
}
#frontend-local .dropdown-menu {
  left: -1px !important;
  margin-top: 10px;
  min-width: 8rem;
}
#frontend-local .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
}

section .alert {
  right: 1rem;
  margin-top: 0;
  color: #FFF !important;
  font-family: "Poppins", sans-serif;
  float: right;
}

/* ==========================================================================
*
*    FAQ STYLES
*
* ========================================================================== */
#faq-wrapper {
  background: #FFF;
  padding: 0 0 90px 0;
}
#faq-wrapper #accordion .card {
  border-radius: 5px !important;
  box-shadow: inset 0 1px 0.5px rgba(255, 255, 255, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-bottom: none !important;
  overflow: visible;
  margin-bottom: 0.5rem;
  transition: box-shadow 0.3s ease-in-out !important;
}
#faq-wrapper #accordion .card:hover, #faq-wrapper #accordion .card:focus {
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
#faq-wrapper #accordion .card .card-header {
  border-bottom: none;
}
#faq-wrapper #accordion .card .card-header h5 {
  width: 100%;
}
#faq-wrapper #accordion .card .card-header h5 span {
  text-align: left;
}
#faq-wrapper #accordion .card .card-header .btn-link {
  font-size: 14px;
  color: #1e1e2d;
  font-weight: 600;
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
}
#faq-wrapper #accordion .card .card-header .btn-link:hover, #faq-wrapper #accordion .card .card-header .btn-link:focus {
  transition: box-shadow 0.3s ease-in-out;
  color: var(--primary-color);
  text-decoration: none !important;
  outline: none !important;
}
#faq-wrapper #accordion .card .card-body {
  font-size: 14px;
  padding-left: 2.2rem;
}

#create-category {
  position: absolute;
  right: 1.5rem;
}

.faq-category {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 1rem;
  margin-top: 3rem;
}

/* ==========================================================================
 *
 *    LOGO STYLES
 *
 * ========================================================================== */
#logos-wrapper {
  padding: 0;
  background: #FFF;
}
#logos-wrapper .col {
  padding-left: 2rem;
  padding-right: 2rem;
}
#logos-wrapper img {
  filter: grayscale(1);
}

/*------ Alignments -------*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-success {
  background-color: #38cb89 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #15ca7c !important;
}

button.bg-success:hover, button.bg-success:focus {
  background-color: #15ca7c !important;
}

.bg-info {
  background-color: #007BFF !important;
}

.bg-dark {
  background-color: #1e1e2d !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #1594ef !important;
}

button.bg-info:hover, button.bg-info:focus {
  background-color: #1594ef !important;
}

.bg-warning {
  background-color: #ffab00 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #c29d0b !important;
}

button.bg-warning:hover, button.bg-warning:focus {
  background-color: #c29d0b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #a11918 !important;
}

button.bg-danger:hover, button.bg-danger:focus {
  background-color: #a11918 !important;
}

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

a.bg-light:hover, a.bg-light:focus {
  background-color: #f0f0f2 !important;
}

button.bg-light:hover, button.bg-light:focus {
  background-color: #f0f0f2 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient-success {
  background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
}

.bg-gradient-info {
  background-image: linear-gradient(to left, #8caef3 0%, #5b7fff 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
}

.bg-gradient-teal {
  background-image: linear-gradient(to left, #60c1db 0%, #0698a7 100%);
}

.bg-gradient-blue {
  background-image: linear-gradient(to left, #07aedb 0%, #055ee9 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(to left, #ff90a0 0%, #fc6076 100%);
}

.bg-gray-100 {
  background-color: #f2f2f2;
}

.bg-gray-200 {
  background-color: #e6e6e6;
}

.bg-gray-300 {
  background-color: #d9d9d9;
}

.bg-gray-400 {
  background-color: #cccccc;
}

.bg-gray-500 {
  background-color: #bfbfbf;
}

.bg-gray-600 {
  background-color: #b3b3b3;
}

.bg-gray-700 {
  background-color: #a9a9a9;
}

.bg-gray-800 {
  background-color: #a6a6a6;
}

.bg-gray-900 {
  background-color: #999999;
}

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.border {
  border: 1px solid #ebecf1 !important;
}

.border-top {
  border-top: 1px solid #ebecf1 !important;
}

.border-right {
  border-right: 1px solid #ebecf1 !important;
}

.border-bottom {
  border-bottom: 1px solid #ebecf1 !important;
}

.border-left {
  border-left: 1px solid #ebecf1 !important;
}

.border-top-bottom {
  border-top: 1px solid #ebecf1 !important;
  border-bottom: 1px solid #ebecf1 !important;
}

.border-left-right {
  border-right: 1px solid #ebecf1 !important;
  border-left: 1px solid #ebecf1 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-top-bottom-0 {
  border-top: 0px solid #ebecf1 !important;
  border-bottom: 0px solid #ebecf1 !important;
}

.border-left-right-0 {
  border-right: 0px solid #ebecf1 !important;
  border-left: 0px solid #ebecf1 !important;
}

.border-success {
  border-color: #38cb89 !important;
}

.border-info {
  border-color: #5b7fff !important;
}

.border-warning {
  border-color: #ffab00 !important;
}

.border-danger {
  border-color: #dc0441 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-transparent {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.border-dark-transparent {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.border-light2 {
  border-color: #ebecf1 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-wd-1 {
  border-width: 1px !important;
}

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

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

.border-wd-4 {
  border-width: 4px !important;
}

.border-wd-5 {
  border-width: 5px !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-circle {
  border-radius: 50% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.clearfix .fab {
  font-size: 25px;
}
.clearfix h5 {
  font-size: 20px;
  font-weight: bold;
}

i.fa.round {
  border-radius: 50%;
  padding: 5px;
  width: 15%;
}

.list-icon span p {
  border-radius: 15px;
  width: 50%;
  margin: 0px auto;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.5rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 1.5rem !important;
  }

  .m-sm-6 {
    margin: 2rem !important;
  }

  .mt-sm-6, .my-sm-6 {
    margin-top: 2rem !important;
  }

  .mr-sm-6, .mx-sm-6 {
    margin-right: 2rem !important;
  }

  .mb-sm-6, .my-sm-6 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-6, .mx-sm-6 {
    margin-left: 2rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .mt-sm-7, .my-sm-7 {
    margin-top: 3rem !important;
  }

  .mr-sm-7, .mx-sm-7 {
    margin-right: 3rem !important;
  }

  .mb-sm-7, .my-sm-7 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-7, .mx-sm-7 {
    margin-left: 3rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .mt-sm-8, .my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8, .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8, .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8, .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 6rem !important;
  }

  .mt-sm-9, .my-sm-9 {
    margin-top: 6rem !important;
  }

  .mr-sm-9, .mx-sm-9 {
    margin-right: 6rem !important;
  }

  .mb-sm-9, .my-sm-9 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-9, .mx-sm-9 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.5rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 1.5rem !important;
  }

  .p-sm-6 {
    padding: 2rem !important;
  }

  .pt-sm-6, .py-sm-6 {
    padding-top: 2rem !important;
  }

  .pr-sm-6, .px-sm-6 {
    padding-right: 2rem !important;
  }

  .pb-sm-6, .py-sm-6 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-6, .px-sm-6 {
    padding-left: 2rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .pt-sm-7, .py-sm-7 {
    padding-top: 3rem !important;
  }

  .pr-sm-7, .px-sm-7 {
    padding-right: 3rem !important;
  }

  .pb-sm-7, .py-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-7, .px-sm-7 {
    padding-left: 3rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .pt-sm-8, .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8, .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8, .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8, .px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 6rem !important;
  }

  .pt-sm-9, .py-sm-9 {
    padding-top: 6rem !important;
  }

  .pr-sm-9, .px-sm-9 {
    padding-right: 6rem !important;
  }

  .pb-sm-9, .py-sm-9 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-9, .px-sm-9 {
    padding-left: 6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .page-content {
    margin: 1.5rem 0;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }

  .m-md-5 {
    margin: 1.5rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 1.5rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 1.5rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 1.5rem !important;
  }

  .m-md-6 {
    margin: 2rem !important;
  }

  .mt-md-6, .my-md-6 {
    margin-top: 2rem !important;
  }

  .mr-md-6, .mx-md-6 {
    margin-right: 2rem !important;
  }

  .mb-md-6, .my-md-6 {
    margin-bottom: 2rem !important;
  }

  .ml-md-6, .mx-md-6 {
    margin-left: 2rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .mt-md-7, .my-md-7 {
    margin-top: 3rem !important;
  }

  .mr-md-7, .mx-md-7 {
    margin-right: 3rem !important;
  }

  .mb-md-7, .my-md-7 {
    margin-bottom: 3rem !important;
  }

  .ml-md-7, .mx-md-7 {
    margin-left: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8, .my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8, .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8, .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8, .mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 6rem !important;
  }

  .mt-md-9, .my-md-9 {
    margin-top: 6rem !important;
  }

  .mr-md-9, .mx-md-9 {
    margin-right: 6rem !important;
  }

  .mb-md-9, .my-md-9 {
    margin-bottom: 6rem !important;
  }

  .ml-md-9, .mx-md-9 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-5 {
    padding: 1.5rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 1.5rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 1.5rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 1.5rem !important;
  }

  .p-md-6 {
    padding: 2rem !important;
  }

  .pt-md-6, .py-md-6 {
    padding-top: 2rem !important;
  }

  .pr-md-6, .px-md-6 {
    padding-right: 2rem !important;
  }

  .pb-md-6, .py-md-6 {
    padding-bottom: 2rem !important;
  }

  .pl-md-6, .px-md-6 {
    padding-left: 2rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .pt-md-7, .py-md-7 {
    padding-top: 3rem !important;
  }

  .pr-md-7, .px-md-7 {
    padding-right: 3rem !important;
  }

  .pb-md-7, .py-md-7 {
    padding-bottom: 3rem !important;
  }

  .pl-md-7, .px-md-7 {
    padding-left: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8, .py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8, .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8, .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8, .px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 6rem !important;
  }

  .pt-md-9, .py-md-9 {
    padding-top: 6rem !important;
  }

  .pr-md-9, .px-md-9 {
    padding-right: 6rem !important;
  }

  .pb-md-9, .py-md-9 {
    padding-bottom: 6rem !important;
  }

  .pl-md-9, .px-md-9 {
    padding-left: 6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.5rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 1.5rem !important;
  }

  .m-lg-6 {
    margin: 2rem !important;
  }

  .mt-lg-6, .my-lg-6 {
    margin-top: 2rem !important;
  }

  .mr-lg-6, .mx-lg-6 {
    margin-right: 2rem !important;
  }

  .mb-lg-6, .my-lg-6 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-6, .mx-lg-6 {
    margin-left: 2rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .mt-lg-7, .my-lg-7 {
    margin-top: 3rem !important;
  }

  .mr-lg-7, .mx-lg-7 {
    margin-right: 3rem !important;
  }

  .mb-lg-7, .my-lg-7 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-7, .mx-lg-7 {
    margin-left: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8, .my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8, .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8, .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8, .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 6rem !important;
  }

  .mt-lg-9, .my-lg-9 {
    margin-top: 6rem !important;
  }

  .mr-lg-9, .mx-lg-9 {
    margin-right: 6rem !important;
  }

  .mb-lg-9, .my-lg-9 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-9, .mx-lg-9 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.5rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 1.5rem !important;
  }

  .p-lg-6 {
    padding: 2rem !important;
  }

  .pt-lg-6, .py-lg-6 {
    padding-top: 2rem !important;
  }

  .pr-lg-6, .px-lg-6 {
    padding-right: 2rem !important;
  }

  .pb-lg-6, .py-lg-6 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-6, .px-lg-6 {
    padding-left: 2rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .pt-lg-7, .py-lg-7 {
    padding-top: 3rem !important;
  }

  .pr-lg-7, .px-lg-7 {
    padding-right: 3rem !important;
  }

  .pb-lg-7, .py-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-7, .px-lg-7 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8, .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8, .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8, .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8, .px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 6rem !important;
  }

  .pt-lg-9, .py-lg-9 {
    padding-top: 6rem !important;
  }

  .pr-lg-9, .px-lg-9 {
    padding-right: 6rem !important;
  }

  .pb-lg-9, .py-lg-9 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-9, .px-lg-9 {
    padding-left: 6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.5rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 1.5rem !important;
  }

  .m-xl-6 {
    margin: 2rem !important;
  }

  .mt-xl-6, .my-xl-6 {
    margin-top: 2rem !important;
  }

  .mr-xl-6, .mx-xl-6 {
    margin-right: 2rem !important;
  }

  .mb-xl-6, .my-xl-6 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-6, .mx-xl-6 {
    margin-left: 2rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .mt-xl-7, .my-xl-7 {
    margin-top: 3rem !important;
  }

  .mr-xl-7, .mx-xl-7 {
    margin-right: 3rem !important;
  }

  .mb-xl-7, .my-xl-7 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-7, .mx-xl-7 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8, .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8, .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8, .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8, .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 6rem !important;
  }

  .mt-xl-9, .my-xl-9 {
    margin-top: 6rem !important;
  }

  .mr-xl-9, .mx-xl-9 {
    margin-right: 6rem !important;
  }

  .mb-xl-9, .my-xl-9 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-9, .mx-xl-9 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.5rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 1.5rem !important;
  }

  .p-xl-6 {
    padding: 2rem !important;
  }

  .pt-xl-6, .py-xl-6 {
    padding-top: 2rem !important;
  }

  .pr-xl-6, .px-xl-6 {
    padding-right: 2rem !important;
  }

  .pb-xl-6, .py-xl-6 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-6, .px-xl-6 {
    padding-left: 2rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .pt-xl-7, .py-xl-7 {
    padding-top: 3rem !important;
  }

  .pr-xl-7, .px-xl-7 {
    padding-right: 3rem !important;
  }

  .pb-xl-7, .py-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-7, .px-xl-7 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8, .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8, .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8, .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8, .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 6rem !important;
  }

  .pt-xl-9, .py-xl-9 {
    padding-top: 6rem !important;
  }

  .pr-xl-9, .px-xl-9 {
    padding-right: 6rem !important;
  }

  .pb-xl-9, .py-xl-9 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-9, .px-xl-9 {
    padding-left: 6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

/*------ Widths, Margins & Paddings -------*/
.wd-5 {
  width: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-85 {
  width: 85% !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.fw-2 {
  width: 20px !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.5rem !important;
}

.w-6 {
  width: 2rem !important;
}

.w-7 {
  width: 3rem !important;
}

.w-8 {
  width: 4rem !important;
}

.w-9 {
  width: 6rem !important;
}

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

.w-110 {
  width: 110px !important;
}

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

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

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

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

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

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

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

.ht-5 {
  height: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100vh {
  height: 100vh !important;
}

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

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-15 {
  height: 0.35rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.5rem !important;
}

.h-6 {
  height: 2rem !important;
}

.h-7 {
  height: 3rem !important;
}

.h-8 {
  height: 4rem !important;
}

.h-9 {
  height: 6rem !important;
}

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

.h-130 {
  height: 130px !important;
}

.h-140 {
  height: 140px !important;
}

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

.h-160 {
  height: 160px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

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

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

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

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

.h-370 {
  height: 370px !important;
}

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

.h-420 {
  height: 420px !important;
}

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

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

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

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-5px {
  margin-top: -5px;
}

.mt-m10 {
  margin-top: -10rem !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3, .my-3 {
  margin-top: 0.75rem !important;
}

.mr-3, .mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3, .mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5, .my-5 {
  margin-top: 1.5rem !important;
}

.mt-5-7, .my-5-7 {
  margin-top: 1.7rem !important;
}

.mr-5, .mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6, .my-6 {
  margin-top: 2rem !important;
}

.mr-6, .mx-6 {
  margin-right: 2rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 2rem !important;
}

.ml-6, .mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7, .my-7 {
  margin-top: 3rem !important;
}

.mr-7, .mx-7 {
  margin-right: 3rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 3rem !important;
}

.ml-7, .mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8, .my-8 {
  margin-top: 4rem !important;
}

.mr-8, .mx-8 {
  margin-right: 4rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 4rem !important;
}

.ml-8, .mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.mt-9, .my-9 {
  margin-top: 6rem !important;
}

.mr-9, .mx-9 {
  margin-right: 6rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 6rem !important;
}

.ml-9, .mx-9 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem;
}

.pb-07 {
  padding-bottom: 0.7rem !important;
}

.pb-225 {
  padding-bottom: 2.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3, .py-3 {
  padding-top: 0.75rem !important;
}

.pr-3, .px-3 {
  padding-right: 0.75rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3, .px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4, .py-4 {
  padding-top: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5, .py-5 {
  padding-top: 1.5rem !important;
}

.pr-5, .px-5 {
  padding-right: 1.5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5, .px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6, .py-6 {
  padding-top: 2rem !important;
}

.pr-6, .px-6 {
  padding-right: 2rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 2rem !important;
}

.pl-6, .px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7, .py-7 {
  padding-top: 3rem !important;
}

.pr-7, .px-7 {
  padding-right: 3rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 3rem !important;
}

.pl-7, .px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8, .py-8 {
  padding-top: 4rem !important;
}

.pr-8, .px-8 {
  padding-right: 4rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 4rem !important;
}

.pl-8, .px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.pt-9, .py-9 {
  padding-top: 6rem !important;
}

.pr-9, .px-9 {
  padding-right: 6rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pr-10 {
  padding-right: 8rem !important;
}

.pl-10 {
  padding-left: 8rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 6rem !important;
}

.pl-9, .px-9 {
  padding-left: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/*------- Alignments & values-------*/
.text-monospace {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-normal1 {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #f0f0f0 !important;
}

.text-success {
  color: #38cb89 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #15ca7c !important;
}

.text-info {
  color: var(--primary-color) !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1e1e2d !important;
}

.text-warning {
  color: #ffab00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c29d0b !important;
}

.text-danger {
  color: #ef4b4b !important;
  font-size: 12px;
  margin-top: 5px;
}

.is-danger {
  border: 1px solid #ef4b4b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #df0812 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #1e1e2d !important;
}

.text-highlight {
  color: var(--primary-color);
}

a.text-dark:hover, a.text-dark:focus {
  color: #384b6e !important;
}

.text-body {
  color: #495057 !important;
}

.text-muted {
  color: #728096 !important;
}

.icon-muted {
  color: #e2e2e9 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .container {
    max-width: none;
  }

  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body, .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .text-wrap table {
    border-collapse: collapse !important;
  }

  .table td, .text-wrap table td, .table th, .text-wrap table th {
    background-color: #fff !important;
  }

  .table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
    border: 1px solid #ebecf1 !important;
  }
}
.background-white {
  background: #FFF !important;
}

.background-special {
  background: #f5f9fc !important;
}

.lead {
  line-height: 1.4;
}

.lead-3 {
  line-height: 1.3;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

strong, b {
  font-weight: 600;
}

p, ul, ol {
  margin-bottom: 1em;
}

blockquote {
  margin-bottom: 1em;
  font-style: italic;
  color: #6e7687;
  padding-left: 2rem;
  border-left: 2px solid rgba(0, 40, 100, 0.12);
}
blockquote p {
  margin-bottom: 1rem;
}
blockquote cite {
  display: block;
  text-align: right;
}
blockquote cite:before {
  content: "â€” ";
}

code {
  background: #f0f0f2;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  padding: 3px;
}

pre code {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

pre {
  color: #5b7fff;
  padding: 1.5rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f8fafc;
  border-radius: 3px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

img {
  max-width: 100%;
}

.text-wrap {
  font-size: 14px;
  line-height: 1.66;
}
.text-wrap > :first-child {
  margin-top: 0;
}
.text-wrap > :last-child {
  margin-bottom: 0;
}
.text-wrap > h1, .text-wrap > h2, .text-wrap > h3, .text-wrap > h4, .text-wrap > h5, .text-wrap > h6 {
  margin-top: 1em;
}

.section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  list-style: none;
}
.section-nav:before {
  content: "Table of contents:";
  display: block;
  font-weight: 600;
}

.row-cards > .col, .row-cards > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row-deck > .col, .row-deck > [class*=col-] {
  display: flex;
  align-items: stretch;
}
.row-deck > .col .card, .row-deck > [class*=col-] .card {
  flex: 1 1 auto;
}

.col-text {
  max-width: 48rem;
}

.col-login {
  max-width: 24rem;
}

.gutters-0 {
  margin-right: 0;
  margin-left: 0;
}
.gutters-0 > .col, .gutters-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.gutters-0 .card {
  margin-bottom: 0;
}

.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.gutters-xs > .col, .gutters-xs > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.gutters-xs .card {
  margin-bottom: 0.5rem;
}

.gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.gutters-sm > .col, .gutters-sm > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.gutters-sm .card {
  margin-bottom: 1rem;
}

.gutters-lg {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutters-lg > .col, .gutters-lg > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutters-lg .card {
  margin-bottom: 2rem;
}

.gutters-xl {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.gutters-xl > .col, .gutters-xl > [class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.gutters-xl .card {
  margin-bottom: 3rem;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: 0.75rem 0;
}

body.fixed-header .page {
  padding-top: 4.5rem;
}

@media (min-width: 1600px) {
  body.aside-opened .page {
    margin-right: 22rem;
  }
}
@media (min-width: 1800px) {
  .home-pg .ai-head {
    padding: 45px 0 !important;
  }
  .home-pg .ai-head ul#myTab li.nav-item .nav-link.active:before {
    bottom: -53px!important;
  }
  .row.home-pg {
    margin-top: 215px!important;
  }
}
.page-main {
  flex: 1 1 auto;
}

.pos-absolute {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.text-icon {
  color: #5c678f !important;
}

.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 1rem 0;
}
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 0 1rem;
  text-transform: uppercase;
}
.divider .divider-text:before {
  right: 100%;
}
.divider .divider-text:after {
  left: 100%;
}
.divider .divider-text:after, .divider .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #dfe3e7;
}

/*-----Back to Top-----*/
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  display: none;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 2px;
  height: 40px;
  width: 40px;
  line-height: 2.8;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#back-to-top i {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.tabs-menu .nav {
  display: inline-flex !important;
}

.tabs-menu ul li a {
  padding: 5px 20px;
  display: block;
  margin: 3px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100px;
}
.tabs-menu ul li .active {
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.tabs-menu-body {
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.tabs-menu-body .card {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
  transition: all 0.2s;
}
.tabs-menu-body .card:hover, .tabs-menu-body .card:focus {
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
}
.tabs-menu-body .card:hover .plan-cost, .tabs-menu-body .card:focus .plan-cost {
  color: var(--primary-color);
}
.tabs-menu-body .card:hover .prepaid-plan .plan-cost, .tabs-menu-body .card:focus .prepaid-plan .plan-cost {
  color: #666666;
}
.tabs-menu-body .card:hover .prepaid-plan .plan-title, .tabs-menu-body .card:focus .prepaid-plan .plan-title {
  color: var(--primary-color);
}
.tabs-menu-body .card .plan {
  min-height: 380px;
}
.tabs-menu-body .card .plan-cost {
  font-size: 40px;
  font-weight: 800;
  color: #666666;
  padding-left: 17px;
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
}
.tabs-menu-body .card .plan-currency-sign {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  color: #ccc;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.tabs-menu-body .card .divider {
  background-color: #e6e6e6;
  border-radius: 5px;
  height: 3px;
  width: 40px;
}
.tabs-menu-body .card .plan-title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans";
  margin-bottom: 1rem;
}
.tabs-menu-body .card ul li {
  margin-bottom: 0.3rem;
}
.tabs-menu-body .card ul li i {
  margin-right: 0.3rem;
}
.tabs-menu-body .card .action-button button {
  width: 145px;
}
.tabs-menu-body .card .action-button a {
  width: 145px;
}
.tabs-menu-body .card .prepaid-plan {
  min-height: auto !important;
}
.tabs-menu-body .card .prepaid-plan .plan-title {
  margin-bottom: 0 !important;
}
.tabs-menu-body .card .prepaid-plan .plan-cost {
  float: right;
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif;
}
.tabs-menu-body .card .prepaid-plan .prepaid-currency-sign {
  font-size: 10px !important;
  float: right;
  vertical-align: super;
  color: #ccc;
  margin-top: 6px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.tabs-menu-body .card .prepaid-plan .plan-note {
  margin-top: -5px;
}
.tabs-menu-body .card .prepaid-plan .action-button {
  position: unset;
}
.tabs-menu-body p:last-child {
  margin-bottom: 0;
}

.tab-menu-heading {
  padding: 20px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

#back-to-top:hover {
  background: #fff;
  border-color: #fff;
}
#back-to-top:hover i {
  color: var(--primary-color);
}

/*------ Background colors -------*/
.bg-blue-lightest {
  background-color: #edf2fa !important;
}

a.bg-blue-lightest:hover, a.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}

button.bg-blue-lightest:hover, button.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}

.bg-blue-lighter {
  background-color: #c8d9f1 !important;
}

a.bg-blue-lighter:hover, a.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}

button.bg-blue-lighter:hover, button.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}

.bg-blue-light {
  background-color: #7ea5dd !important;
}

a.bg-blue-light:hover, a.bg-blue-light:focus {
  background-color: #5689d2 !important;
}

button.bg-blue-light:hover, button.bg-blue-light:focus {
  background-color: #5689d2 !important;
}

.bg-blue-dark {
  background-color: #3866a6 !important;
}

a.bg-blue-dark:hover, a.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}

button.bg-blue-dark:hover, button.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}

.bg-blue-darker {
  background-color: #1c3353 !important;
}

a.bg-blue-darker:hover, a.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}

button.bg-blue-darker:hover, button.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}

.bg-blue-darkest {
  background-color: #0e1929 !important;
}

a.bg-blue-darkest:hover, a.bg-blue-darkest:focus {
  background-color: #010203 !important;
}

button.bg-blue-darkest:hover, button.bg-blue-darkest:focus {
  background-color: #010203 !important;
}

.bg-purssianblue {
  background-color: #362f71;
}

a.bg-purssianblue-lightest:hover, a.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}

button.bg-purssianblue-lightest:hover, button.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}

.bg-indigo-lightest {
  background-color: #f0f1fa !important;
}

a.bg-indigo-lightest:hover, a.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}

button.bg-indigo-lightest:hover, button.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}

.bg-indigo-lighter {
  background-color: #d1d5f0 !important;
}

a.bg-indigo-lighter:hover, a.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}

button.bg-indigo-lighter:hover, button.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}

.bg-indigo-light {
  background-color: #939edc !important;
}

a.bg-indigo-light:hover, a.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}

button.bg-indigo-light:hover, button.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}

.bg-indigo-dark {
  background-color: #515da4 !important;
}

a.bg-indigo-dark:hover, a.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}

button.bg-indigo-dark:hover, button.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}

.bg-indigo-darker {
  background-color: #282e52 !important;
}

a.bg-indigo-darker:hover, a.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}

button.bg-indigo-darker:hover, button.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}

.bg-indigo-darkest {
  background-color: #141729 !important;
}

a.bg-indigo-darkest:hover, a.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}

button.bg-indigo-darkest:hover, button.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}

.bg-purple-lightest {
  background-color: #f6effd !important;
}

a.bg-purple-lightest:hover, a.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}

button.bg-purple-lightest:hover, button.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}

.bg-purple-lighter {
  background-color: #e4cff9 !important;
}

a.bg-purple-lighter:hover, a.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}

button.bg-purple-lighter:hover, button.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}

.bg-purple-light {
  background-color: #c08ef0 !important;
}

a.bg-purple-light:hover, a.bg-purple-light:focus {
  background-color: #a761ea !important;
}

button.bg-purple-light:hover, button.bg-purple-light:focus {
  background-color: #a761ea !important;
}

.bg-purple-dark {
  background-color: #844bbb !important;
}

a.bg-purple-dark:hover, a.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}

button.bg-purple-dark:hover, button.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}

.bg-purple-darker {
  background-color: #42265e !important;
}

a.bg-purple-darker:hover, a.bg-purple-darker:focus {
  background-color: #29173a !important;
}

button.bg-purple-darker:hover, button.bg-purple-darker:focus {
  background-color: #29173a !important;
}

.bg-purple-darkest {
  background-color: #21132f !important;
}

a.bg-purple-darkest:hover, a.bg-purple-darkest:focus {
  background-color: #08040b !important;
}

button.bg-purple-darkest:hover, button.bg-purple-darkest:focus {
  background-color: #08040b !important;
}

.bg-pink-lightest {
  background-color: #fef0f5 !important;
}

a.bg-pink-lightest:hover, a.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}

button.bg-pink-lightest:hover, button.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}

.bg-pink-lighter {
  background-color: #fcd3e1 !important;
}

a.bg-pink-lighter:hover, a.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}

button.bg-pink-lighter:hover, button.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}

.bg-pink-light {
  background-color: #f999b9 !important;
}

a.bg-pink-light:hover, a.bg-pink-light:focus {
  background-color: #f66998 !important;
}

button.bg-pink-light:hover, button.bg-pink-light:focus {
  background-color: #f66998 !important;
}

.bg-pink-dark {
  background-color: #c5577c !important;
}

a.bg-pink-dark:hover, a.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}

button.bg-pink-dark:hover, button.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}

.bg-pink-darker {
  background-color: #622c3e !important;
}

a.bg-pink-darker:hover, a.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}

button.bg-pink-darker:hover, button.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}

.bg-pink-darkest {
  background-color: #31161f !important;
}

a.bg-pink-darkest:hover, a.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}

button.bg-pink-darkest:hover, button.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}

.bg-red-lightest {
  background-color: #fae9e9 !important;
}

a.bg-red-lightest:hover, a.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}

button.bg-red-lightest:hover, button.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}

.bg-red-lighter {
  background-color: #f0bcbc !important;
}

a.bg-red-lighter:hover, a.bg-red-lighter:focus {
  background-color: #e79292 !important;
}

button.bg-red-lighter:hover, button.bg-red-lighter:focus {
  background-color: #e79292 !important;
}

.bg-red-light {
  background-color: #dc6362 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus {
  background-color: #d33a38 !important;
}

button.bg-red-light:hover, button.bg-red-light:focus {
  background-color: #d33a38 !important;
}

.bg-red-dark {
  background-color: #a41a19 !important;
}

a.bg-red-dark:hover, a.bg-red-dark:focus {
  background-color: #781312 !important;
}

button.bg-red-dark:hover, button.bg-red-dark:focus {
  background-color: #781312 !important;
}

.bg-red-darker {
  background-color: #520d0c !important;
}

a.bg-red-darker:hover, a.bg-red-darker:focus {
  background-color: #260605 !important;
}

button.bg-red-darker:hover, button.bg-red-darker:focus {
  background-color: #260605 !important;
}

.bg-red-darkest {
  background-color: #290606 !important;
}

a.bg-red-darkest:hover, a.bg-red-darkest:focus {
  background-color: black !important;
}

button.bg-red-darkest:hover, button.bg-red-darkest:focus {
  background-color: black !important;
}

.bg-orange-lightest {
  background-color: #fff !important;
}

a.bg-orange-lightest:hover, a.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}

button.bg-orange-lightest:hover, button.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}

.bg-orange-lighter {
  background-color: #fee0c7 !important;
}

a.bg-orange-lighter:hover, a.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}

button.bg-orange-lighter:hover, button.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}

.bg-orange-light {
  background-color: #feb67c !important;
}

a.bg-orange-light:hover, a.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}

button.bg-orange-light:hover, button.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}

.bg-orange-dark {
  background-color: #ca7836 !important;
}

a.bg-orange-dark:hover, a.bg-orange-dark:focus {
  background-color: #a2602b !important;
}

button.bg-orange-dark:hover, button.bg-orange-dark:focus {
  background-color: #a2602b !important;
}

.bg-orange-darker {
  background-color: #653c1b !important;
}

a.bg-orange-darker:hover, a.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}

button.bg-orange-darker:hover, button.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}

.bg-orange-darkest {
  background-color: #331e0e !important;
}

a.bg-orange-darkest:hover, a.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}

button.bg-orange-darkest:hover, button.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}

.bg-yellow-lightest {
  background-color: #fef9e7 !important;
}

a.bg-yellow-lightest:hover, a.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}

button.bg-yellow-lightest:hover, button.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}

.bg-yellow-lighter {
  background-color: #fbedb7 !important;
}

a.bg-yellow-lighter:hover, a.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}

button.bg-yellow-lighter:hover, button.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}

.bg-yellow-light {
  background-color: #f5d657 !important;
}

a.bg-yellow-light:hover, a.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}

button.bg-yellow-light:hover, button.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}

.bg-yellow-dark {
  background-color: #c19d0c !important;
}

a.bg-yellow-dark:hover, a.bg-yellow-dark:focus {
  background-color: #917609 !important;
}

button.bg-yellow-dark:hover, button.bg-yellow-dark:focus {
  background-color: #917609 !important;
}

.bg-yellow-darker {
  background-color: #604e06 !important;
}

a.bg-yellow-darker:hover, a.bg-yellow-darker:focus {
  background-color: #302703 !important;
}

button.bg-yellow-darker:hover, button.bg-yellow-darker:focus {
  background-color: #302703 !important;
}

.bg-yellow-darkest {
  background-color: #302703 !important;
}

a.bg-yellow-darkest:hover, a.bg-yellow-darkest:focus {
  background-color: black !important;
}

button.bg-yellow-darkest:hover, button.bg-yellow-darkest:focus {
  background-color: black !important;
}

.bg-green-lightest {
  background-color: #eff8e6 !important;
}

a.bg-green-lightest:hover, a.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}

button.bg-green-lightest:hover, button.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}

.bg-green-lighter {
  background-color: #cfeab3 !important;
}

a.bg-green-lighter:hover, a.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}

button.bg-green-lighter:hover, button.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}

.bg-green-light {
  background-color: #8ecf4d !important;
}

a.bg-green-light:hover, a.bg-green-light:focus {
  background-color: #75b831 !important;
}

button.bg-green-light:hover, button.bg-green-light:focus {
  background-color: #75b831 !important;
}

.bg-green-dark {
  background-color: #4b9500 !important;
}

a.bg-green-dark:hover, a.bg-green-dark:focus {
  background-color: #316200 !important;
}

button.bg-green-dark:hover, button.bg-green-dark:focus {
  background-color: #316200 !important;
}

.bg-green-darker {
  background-color: #264a00 !important;
}

a.bg-green-darker:hover, a.bg-green-darker:focus {
  background-color: #0c1700 !important;
}

button.bg-green-darker:hover, button.bg-green-darker:focus {
  background-color: #0c1700 !important;
}

.bg-green-darkest {
  background-color: #132500 !important;
}

a.bg-green-darkest:hover, a.bg-green-darkest:focus {
  background-color: black !important;
}

button.bg-green-darkest:hover, button.bg-green-darkest:focus {
  background-color: black !important;
}

.bg-teal-lightest {
  background-color: #eafaf8 !important;
}

a.bg-teal-lightest:hover, a.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}

button.bg-teal-lightest:hover, button.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}

.bg-teal-lighter {
  background-color: #bfefea !important;
}

a.bg-teal-lighter:hover, a.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}

button.bg-teal-lighter:hover, button.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}

.bg-teal-light {
  background-color: #6bdbcf !important;
}

a.bg-teal-light:hover, a.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}

button.bg-teal-light:hover, button.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}

.bg-teal-dark {
  background-color: #22a295 !important;
}

a.bg-teal-dark:hover, a.bg-teal-dark:focus {
  background-color: #19786e !important;
}

button.bg-teal-dark:hover, button.bg-teal-dark:focus {
  background-color: #19786e !important;
}

.bg-teal-darker {
  background-color: #11514a !important;
}

a.bg-teal-darker:hover, a.bg-teal-darker:focus {
  background-color: #082723 !important;
}

button.bg-teal-darker:hover, button.bg-teal-darker:focus {
  background-color: #082723 !important;
}

.bg-teal-darkest {
  background-color: #092925 !important;
}

a.bg-teal-darkest:hover, a.bg-teal-darkest:focus {
  background-color: black !important;
}

button.bg-teal-darkest:hover, button.bg-teal-darkest:focus {
  background-color: black !important;
}

.bg-cyan-lightest {
  background-color: #e8f6f8 !important;
}

a.bg-cyan-lightest:hover, a.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}

button.bg-cyan-lightest:hover, button.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}

.bg-cyan-lighter {
  background-color: #b9e3ea !important;
}

a.bg-cyan-lighter:hover, a.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}

button.bg-cyan-lighter:hover, button.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}

.bg-cyan-light {
  background-color: #5dbecd !important;
}

a.bg-cyan-light:hover, a.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}

button.bg-cyan-light:hover, button.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}

.bg-cyan-dark {
  background-color: #128293 !important;
}

a.bg-cyan-dark:hover, a.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}

button.bg-cyan-dark:hover, button.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}

.bg-cyan-darker {
  background-color: #09414a !important;
}

a.bg-cyan-darker:hover, a.bg-cyan-darker:focus {
  background-color: #03191d !important;
}

button.bg-cyan-darker:hover, button.bg-cyan-darker:focus {
  background-color: #03191d !important;
}

.bg-cyan-darkest {
  background-color: #052025 !important;
}

a.bg-cyan-darkest:hover, a.bg-cyan-darkest:focus {
  background-color: black !important;
}

button.bg-cyan-darkest:hover, button.bg-cyan-darkest:focus {
  background-color: black !important;
}

.bg-white-lightest {
  background-color: white !important;
}

a.bg-white-lightest:hover, a.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-lightest:hover, button.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-lighter {
  background-color: white !important;
}

a.bg-white-lighter:hover, a.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-lighter:hover, button.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-light {
  background-color: white !important;
}

a.bg-white-light:hover, a.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-light:hover, button.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-dark {
  background-color: #cccccc !important;
}

a.bg-white-dark:hover, a.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}

button.bg-white-dark:hover, button.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}

.bg-white-darker {
  background-color: #666666 !important;
}

a.bg-white-darker:hover, a.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}

button.bg-white-darker:hover, button.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}

.bg-white-darkest {
  background-color: #333333 !important;
}

a.bg-white-darkest:hover, a.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}

button.bg-white-darkest:hover, button.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}

.bg-gray-lightest {
  background-color: #f3f4f5 !important;
}

a.bg-gray-lightest:hover, a.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}

button.bg-gray-lightest:hover, button.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}

.bg-gray-lighter {
  background-color: #dbdde0 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}

button.bg-gray-lighter:hover, button.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}

.bg-gray-light {
  background-color: #aab0b6 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus {
  background-color: #8f979e !important;
}

button.bg-gray-light:hover, button.bg-gray-light:focus {
  background-color: #8f979e !important;
}

.bg-gray-dark {
  background-color: #6b7278 !important;
  background-color: #343a40 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}

button.bg-gray-dark:hover, button.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}

.bg-gray-darker {
  background-color: #36393c !important;
}

a.bg-gray-darker:hover, a.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}

button.bg-gray-darker:hover, button.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}

.bg-gray-darkest {
  background-color: #1b1c1e !important;
}

a.bg-gray-darkest:hover, a.bg-gray-darkest:focus {
  background-color: #030303 !important;
}

button.bg-gray-darkest:hover, button.bg-gray-darkest:focus {
  background-color: #030303 !important;
}

.bg-gray-dark-lightest {
  background-color: #ebebec !important;
}

a.bg-gray-dark-lightest:hover, a.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}

button.bg-gray-dark-lightest:hover, button.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}

.bg-gray-dark-lighter {
  background-color: #c2c4c6 !important;
}

a.bg-gray-dark-lighter:hover, a.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}

button.bg-gray-dark-lighter:hover, button.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}

.bg-gray-dark-light {
  background-color: #717579 !important;
}

a.bg-gray-dark-light:hover, a.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}

button.bg-gray-dark-light:hover, button.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}

.bg-gray-dark-dark {
  background-color: #2a2e33 !important;
}

a.bg-gray-dark-dark:hover, a.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}

button.bg-gray-dark-dark:hover, button.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}

.bg-gray-dark-darker {
  background-color: #15171a !important;
}

a.bg-gray-dark-darker:hover, a.bg-gray-dark-darker:focus {
  background-color: black !important;
}

button.bg-gray-dark-darker:hover, button.bg-gray-dark-darker:focus {
  background-color: black !important;
}

.bg-gray-dark-darkest {
  background-color: #0a0c0d !important;
}

a.bg-gray-dark-darkest:hover, a.bg-gray-dark-darkest:focus {
  background-color: black !important;
}

button.bg-gray-dark-darkest:hover, button.bg-gray-dark-darkest:focus {
  background-color: black !important;
}

.bg-azure-lightest {
  background-color: #ecf7fe !important;
}

a.bg-azure-lightest:hover, a.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}

button.bg-azure-lightest:hover, button.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}

.bg-azure-lighter {
  background-color: #c7e6fb !important;
}

a.bg-azure-lighter:hover, a.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}

button.bg-azure-lighter:hover, button.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}

.bg-azure-light {
  background-color: #7dc4f6 !important;
}

a.bg-azure-light:hover, a.bg-azure-light:focus {
  background-color: #4daef3 !important;
}

button.bg-azure-light:hover, button.bg-azure-light:focus {
  background-color: #4daef3 !important;
}

.bg-azure-dark {
  background-color: #3788c2 !important;
}

a.bg-azure-dark:hover, a.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}

button.bg-azure-dark:hover, button.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}

.bg-azure-darker {
  background-color: #1c4461 !important;
}

a.bg-azure-darker:hover, a.bg-azure-darker:focus {
  background-color: #112839 !important;
}

button.bg-azure-darker:hover, button.bg-azure-darker:focus {
  background-color: #112839 !important;
}

.bg-azure-darkest {
  background-color: #0e2230 !important;
}

a.bg-azure-darkest:hover, a.bg-azure-darkest:focus {
  background-color: #020609 !important;
}

button.bg-azure-darkest:hover, button.bg-azure-darkest:focus {
  background-color: #020609 !important;
}

.bg-lime-lightest {
  background-color: #f2fbeb !important;
}

a.bg-lime-lightest:hover, a.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}

button.bg-lime-lightest:hover, button.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}

.bg-lime-lighter {
  background-color: #d7f2c2 !important;
}

a.bg-lime-lighter:hover, a.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}

button.bg-lime-lighter:hover, button.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}

.bg-lime-light {
  background-color: #a3e072 !important;
}

a.bg-lime-light:hover, a.bg-lime-light:focus {
  background-color: #88d748 !important;
}

button.bg-lime-light:hover, button.bg-lime-light:focus {
  background-color: #88d748 !important;
}

.bg-lime-dark {
  background-color: #62a82a !important;
}

a.bg-lime-dark:hover, a.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}

button.bg-lime-dark:hover, button.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}

.bg-lime-darker {
  background-color: #315415 !important;
}

a.bg-lime-darker:hover, a.bg-lime-darker:focus {
  background-color: #192b0b !important;
}

button.bg-lime-darker:hover, button.bg-lime-darker:focus {
  background-color: #192b0b !important;
}

.bg-lime-darkest {
  background-color: #192a0b !important;
}

a.bg-lime-darkest:hover, a.bg-lime-darkest:focus {
  background-color: #010200 !important;
}

button.bg-lime-darkest:hover, button.bg-lime-darkest:focus {
  background-color: #010200 !important;
}

.display-1 i, .display-2 i, .display-3 i, .display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}

.text-inherit {
  color: inherit !important;
}

.text-default {
  color: #4e5761 !important;
}

.text-muted-dark {
  color: #6e7687 !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.05em !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

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

.bg-blue {
  background-color: #083dc1 !important;
  color: #fff !important;
}

a.bg-blue:hover, a.bg-blue:focus {
  background-color: #1747bd !important;
}

button.bg-blue:hover, button.bg-blue:focus {
  background-color: #1747bd !important;
}

.text-blue {
  color: #083dc1 !important;
}

.bg-indigo {
  background-color: #5323a7 !important;
  color: #fff !important;
}

a.bg-indigo:hover, a.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

button.bg-indigo:hover, button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

.text-indigo {
  color: #5323a7 !important;
}

.bg-purple {
  background-color: #920bfa !important;
  color: #fff !important;
}

a.bg-purple:hover, a.bg-purple:focus {
  background-color: #8c31e4 !important;
}

button.bg-purple:hover, button.bg-purple:focus {
  background-color: #8c31e4 !important;
}

.text-purple {
  color: #920bfa !important;
}

.text-lightpink-red {
  color: #ff7088 !important;
}

.text-lightgreen {
  color: #26eda2 !important;
}

.bg-pink {
  background-color: #bb08c0 !important;
  color: #fff !important;
}

.bg-darkpink {
  background-color: #14A485 !important;
  color: #fff !important;
}

a.bg-pink:hover, a.bg-pink:focus {
  background-color: #f33d7a !important;
}

button.bg-pink:hover, button.bg-pink:focus {
  background-color: #f33d7a !important;
}

.text-pink {
  color: #bb08c0 !important;
}

.bg-red {
  background-color: #dc0441 !important;
  color: #fff !important;
}

a.bg-red:hover, a.bg-red:focus {
  background-color: #a11918 !important;
}

button.bg-red:hover, button.bg-red:focus {
  background-color: #a11918 !important;
}

.text-red {
  color: #dc0441 !important;
}

.bg-orange {
  background-color: #fc7303 !important;
  color: #fff !important;
}

a.bg-orange:hover, a.bg-orange:focus {
  background-color: #fc7a12 !important;
}

button.bg-orange:hover, button.bg-orange:focus {
  background-color: #fc7a12 !important;
}

.text-orange {
  color: #fc7303 !important;
}

.bg-yellow {
  background-color: #ecb403 !important;
  color: #fff !important;
}

a.bg-yellow:hover, a.bg-yellow:focus {
  background-color: #c29d0b !important;
}

button.bg-yellow:hover, button.bg-yellow:focus {
  background-color: #c29d0b !important;
}

.text-yellow {
  color: #ecb403 !important;
}

.bg-green {
  background-color: #2dce89 !important;
  color: #fff !important;
}

a.bg-green:hover, a.bg-green:focus {
  background-color: #15ca7c !important;
}

button.bg-green:hover, button.bg-green:focus {
  background-color: #15ca7c !important;
}

.text-green {
  color: #2dce89 !important;
}

.bg-teal {
  background-color: #06c0d9 !important;
}

a.bg-teal:hover, a.bg-teal:focus {
  background-color: #22a193 !important;
}

button.bg-teal:hover, button.bg-teal:focus {
  background-color: #22a193 !important;
}

.text-teal {
  color: #06c0d9 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

a.bg-cyan:hover, a.bg-cyan:focus {
  background-color: #117a8b !important;
}

button.bg-cyan:hover, button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus {
  background-color: #f3f4f5 !important;
}

button.bg-white:hover, button.bg-white:focus {
  background-color: #f3f4f5 !important;
}

.text-white {
  color: #fff !important;
}

.bg-gray {
  background-color: #868e96 !important;
}

a.bg-gray:hover, a.bg-gray:focus {
  background-color: #6c757d !important;
}

button.bg-gray:hover, button.bg-gray:focus {
  background-color: #6c757d !important;
}

.text-gray {
  color: #969696 !important;
}

.bg-lightpink-red {
  color: #ff7088 !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.bg-azure {
  background-color: #45aaf2 !important;
}

a.bg-azure:hover, a.bg-azure:focus {
  background-color: #1594ef !important;
}

button.bg-azure:hover, button.bg-azure:focus {
  background-color: #1594ef !important;
}

.text-azure {
  color: #45aaf2 !important;
}

.bg-lime {
  background-color: #1e74a0 !important;
}

a.bg-lime:hover, a.bg-lime:focus {
  background-color: #63ad27 !important;
}

button.bg-lime:hover, button.bg-lime:focus {
  background-color: #63ad27 !important;
}

.text-lime {
  color: #1e74a0 !important;
}

.icon {
  color: #fff !important;
}
.icon i {
  vertical-align: -1px;
  color: #5c678f;
}

a.icon {
  text-decoration: none;
  cursor: pointer;
}
a.icon:hover {
  color: #fff !important;
}

.o-auto {
  overflow: auto !important;
}

.o-hidden {
  overflow: hidden !important;
}

.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow2 {
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0), 10px 10px 15px -5px #b0b8d6 !important;
}

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

.bg-info-green {
  background-color: rgba(0, 200, 81, 0.4);
}

.bg-success-transparent {
  background-color: rgba(56, 203, 137, 0.2) !important;
}

.bg-info-transparent {
  background-color: rgba(34, 133, 204, 0.2) !important;
}

.bg-warning-transparent {
  background-color: rgba(252, 191, 9, 0.2) !important;
}

.bg-danger-transparent {
  background-color: rgba(250, 96, 96, 0.2) !important;
}

.bg-success-transparent-2 {
  background-color: rgba(56, 203, 137, 0.15) !important;
}

.bg-info-transparent-2 {
  background-color: rgba(34, 133, 204, 0.15) !important;
}

.bg-warning-transparent-2 {
  background-color: rgba(252, 191, 9, 0.15) !important;
}

.bg-danger-transparent-2 {
  background-color: rgba(250, 96, 96, 0.15) !important;
}

.bg-facebook {
  background: #2b4170 !important;
}

.bg-google {
  background: linear-gradient(to bottom right, #e64522, #c33219) !important;
  color: #fff;
}

.bg-dribbble {
  background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}

/*------ Default -------*/
.card {
  font-family: "Lato", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #dbe2eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.special-shadow {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  margin-top: 1rem;
}

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-header:before {
  content: "";
  position: absolute;
  left: 0px;
  padding: 3px;
  border-radius: 0 50px 50px 0;
  height: 20px;
}
.card-header:first-child {
  border-radius: calc(3px - 1px) calc(3px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0rem 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  color: #6e7687;
}
.card-footer:last-child {
  border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.card-img {
  width: 100%;
  border-radius: calc(3px - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(3px - 1px);
  border-top-right-radius: calc(3px - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(3px - 1px);
  border-bottom-left-radius: calc(3px - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (max-width: 576px) {
  .header {
    border-bottom: 0px !important;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }

  .horizontalMenucontainer .header-brand-img.mobile-logo, .horizontalMenucontainer .header-brand-img.darkmobile-logo, .horizontalMenucontainer .header-brand-img.dark-logo {
    display: none;
  }

  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 3px;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.5rem;
}

/*------ Default Card Values -------*/
.rhombus {
  width: 350px;
  height: 80px;
  transform: rotate(67.5deg);
  background-color: yellow;
}

@media print {
  .card {
    box-shadow: none;
    border: none;
  }

  .card-header {
    display: none;
  }

  .card-body {
    padding: 0;
  }
}
.card-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 1rem 1.5rem;
  position: relative;
}
.card-body + .card-body {
  border-top: 1px solid #ebecf1;
}

.tilebox-one i {
  font-size: 62px;
}

.card-body > :last-child {
  margin-bottom: 0;
}

.card-body-scrollable {
  overflow: auto;
}

.card-footer, .card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}

.log {
  margin-top: -26px;
}

.card-header {
  background: transparent;
  padding: 0.5rem 1.5rem;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #ebecf1;
  position: relative;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header.border-0 + .card-body {
  padding-top: 0;
}

.video-result-page h5.card-title {
  font-size: 14px;
  font-weight: 400;
  color: #3E3E3E;
  overflow: hidden;
  /* max-height: 5rem; */
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 30px;
  line-height: 1.4;
  width: 100%;
  position: relative;
  padding-right: 15px;
}
.video-result-page .list-part-title input.card-title-val{
  font-size: 14px;
  font-weight: 400;
}
.video-result-page h5.card-title.editable:after{
  content:"";
  background-image: url("../composer/svg/theme/pencil-edit.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 2px;
  width: 13px;
  height: 15px;
  background-size: contain;
  cursor: pointer;
}
.video-result-page input.card-title-val {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 15px;
  border: none;
  font-family: "Poppins", sans-serif !important;
  line-height: 1.4;
  max-height: 30px;
  padding: 0 !important;
  width: 100%;
}

.card-body .pencil-edit{
  width: 14px;
  position: relative;
}
.card-body .media_table .pencil-edit{
  right: -5px;
}

.reg {
  text-align: center;
  font-size: 50px;
  color: #2e1170;
  float: right;
}

.card-title a {
  color: inherit;
}
.card-title:only-child {
  margin-bottom: 0;
}
.card-title small {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-table {
  margin-bottom: 0;
}
.card-table tr:first-child td, .card-table tr:first-child th {
  border-top: 0;
}
.card-table tr td:first-child, .card-table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table tr td:last-child, .card-table tr th:last-child {
  padding-right: 1.5rem;
}

.card-body + .card-table {
  border-top: 1px solid #ebecf1;
}

.card-profile .card-header {
  height: 5rem;
  background-size: cover;
  border: 0;
}

.profie-img .flex-md-row img {
  width: 60px;
}

.card-profile-img {
  max-width: 6rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-link + .card-link {
  margin-left: 1rem;
  margin-left: 1.5rem;
}

.card-body + .card-list-group {
  border-top: 1px solid #ebecf1;
}

.card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card-list-group .list-group-item:last-child {
  border-bottom: 0;
}
.card-list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-tabs .nav-item {
  margin-bottom: 1px;
}

.card-header-pills {
  margin: -0.75rem 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-aside {
  flex-direction: row;
}

.card-aside-column {
  min-width: 5rem;
  width: 20%;
  flex: 0 0 20%;
  background: no-repeat center/cover;
}

.card-value {
  font-size: 1rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.card-value i {
  vertical-align: middle;
}

.card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.list-media .media-img {
  position: relative;
  float: left;
  width: 48px;
  margin-right: 20px;
}
.list-media .info {
  padding-left: 55px;
  min-height: 40px;
  height: auto;
  position: relative;
}
.list-media .info h4 a {
  font-size: 16px;
  margin-top: 10px;
}
.list-media .info p {
  font-size: 13px;
}
.list-media .info .text-right {
  right: 0;
  color: #8a8a8a;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -28px;
}

.card-options {
  margin-left: auto;
  display: flex;
  order: 100;
  margin-right: -0.5rem;
  color: #9aa0ac;
  align-self: center;
}
.card-options a:not(.btn) {
  color: #1e1e2d;
}
.card-options a:not(.btn):hover {
  text-decoration: none;
}
.card-options a:not(.btn) i {
  font-size: 1rem;
}
.card-options a.option-dots {
  color: #5c678f;
  display: inline-block;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  padding: 0;
}
.card-options a.option-dots:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.card-options .dropdown-toggle:after {
  display: none;
}

.widgets-cards .wrp.icon-circle {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
.widgets-cards .wrp.icon-circle i {
  font-size: 1.6rem;
  color: #fff;
}
.widgets-cards .wrp p {
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.widgets-cards .wrp p:first-child {
  font-weight: 400;
  font-size: 36px;
}

ul li .legend-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

.legend li {
  padding: 5px;
  float: left;
}

.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.icon-size {
  font-size: 2.5rem !important;
}

.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.statistics-box {
  position: relative;
  padding-left: 80px;
  text-align: right;
  padding-top: 14px;
  min-height: 80px;
  text-align: center;
}
.statistics-box .ico {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}
.statistics-box .ico.small {
  font-weight: 900;
  font-size: 42px;
}
.statistics-box h2 {
  font-weight: 600 !important;
}

/*Card options*/
.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}
.card-collapsed .card-options-collapse i:before {
  content: "";
}

.card-fullscreen .card-options-fullscreen i:before {
  content: "";
}
.card-fullscreen .card-options-remove {
  display: none;
}

/*Card maps*/
.card-map {
  height: 15rem;
  background: #e9ecef;
}

.card-map-placeholder {
  background: no-repeat center;
}

/**Card tabs*/
.card-tabs {
  display: flex;
}

.card-tabs-bottom .card-tabs-item {
  border: 0;
}
.card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}

.card-tabs-item {
  flex: 1 1 auto;
  display: block;
  padding: 1.4rem 1.5rem;
  color: inherit;
  overflow: hidden;
}

a.card-tabs-item {
  background: #fafbfc;
}
a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}
a.card-tabs-item:focus {
  z-index: 1;
}
a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}

/**Card status*/
.card-status {
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 7px 7px 0 0;
  background: rgba(0, 40, 100, 0.12);
}

.card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}

/**Card icon*/
.card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

/**Card fullscreen*/
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

/**Card alert*/
.card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}

.card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #f3f3f3;
}

.list-card {
  padding: 14px 25px;
  border-radius: 0px;
  box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1);
  margin-bottom: 12px;
  background: #fff;
  position: relative;
}

.card > .list-group {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/*------Drop Downs-------*/
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #c4c9d6;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  min-width: auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: 1px solid #ebecf1;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.header .dropdown-menu[x-placement^=top], .header .dropdown-menu[x-placement^=right], .header .dropdown-menu[x-placement^=bottom], .header .dropdown-menu[x-placement^=left] {
  top: 62px !important;
  border-radius: 6px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  border: 1px solid #ebecf1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-notify.show .dropdown-menu {
  left: -273px !important;
  min-width: 320px !important;
}

.header-locale.show .dropdown-menu {
  left: -80px !important;
}
.header-locale.show .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
}
.header-locale.show .dropdown-menu .dropdown-item:hover, .header-locale.show .dropdown-menu .dropdown-item:focus {
  background: #F7F7F7;
}

.profile-dropdown.show .dropdown-menu[x-placement^=bottom] {
  left: -130px !important;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.notifyimg {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 39px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  border-radius: 50%;
  margin-top: 5px;
}

.view-all-button {
  padding: 0.5rem 0.5rem 0.2rem;
}

.mark-read:hover {
  background-color: #1e1e2d !important;
}

.text-brown {
  color: #363b40;
}

.header-expand .mdi {
  line-height: 1 !important;
}

.profile-icon {
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  margin-right: 12px;
}

.notify-menu {
  position: relative;
  overflow-y: scroll;
  max-height: 300px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.drop-icon-wrap {
  text-align: center;
}
.drop-icon-wrap li {
  display: block;
}
.drop-icon-wrap .drop-icon-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  width: 50%;
  float: left;
}

.block {
  display: block !important;
}

.drop-icon-item i {
  font-size: 20px;
  padding-bottom: 5px;
}

.drop-icon-wrap .drop-icon-item:hover, .drop-icon-wrap .drop-icon-item:focus {
  text-decoration: none;
  background-color: #eef0ff;
}

.dropdown-item.user {
  font-size: 12px;
  padding: 5px;
}

.floating {
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
  will-change: transform;
}

.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #f0f0f2;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #f0f0f2;
  color: #3e4358;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fff;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
  margin: 0;
}

.dropdown-menu-arrow.dropdown-menu-right:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #ebecf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-right:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-left:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #ebecf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-left:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
  top: -1px !important;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 1;
}

.btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px;
}
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group {
  margin-left: -1px;
}
.btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*-----List Of Dropdwons-----*/
btn.dropdown-toggle ~ .dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: white !important;
  border: 0 solid #4285f4 !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
  background-color: #f4f4f4 !important;
  background-color: white !important;
  border: 0 solid #4285f4 !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  width: 100% !important;
}

.dropdown-menu > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1e1e2d;
  background-color: #f0f0f2;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background: #ebecf1;
}
.dropdown-menu .dropdown-plus-title {
  width: 100% !important;
  color: #6b6f80 !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  border: 0 solid #ebecf1 !important;
  border-bottom-width: 1px !important;
  cursor: pointer !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}

.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
  border-color: #38cb89 !important;
}
.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
  border-color: #5b7fff !important;
}
.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ffab00 !important;
}
.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ef4b4b !important;
}

.dropdown-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid #ebecf1;
}

.dropdown-demo .dropdown-menu {
  position: static;
  float: none;
}

.dropdown-menu-header label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b6f80;
}

.dropdown-media-list .media {
  padding: 12px 15px;
}
.dropdown-media-list .media:hover, .dropdown-media-list .media:focus {
  background-color: #f8f9fa;
}

.media {
  display: flex;
  align-items: flex-start;
}

.dropdown-media-list img {
  border-radius: 100%;
}
.dropdown-media-list .media-body {
  margin-left: 15px;
}

.media-body {
  flex: 1;
}

.dropdown-media-list .media-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-media-list .media-body > div p {
  margin-bottom: 0;
  font-weight: 500;
  color: #6b6f80;
  font-size: 14px;
}
.dropdown-media-list .media-body > div span {
  font-size: 12px;
}
.dropdown-media-list .media-body > p {
  font-size: 14px;
  margin-bottom: 0;
}

.dropdown-list-footer {
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ebecf1;
}

.label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.dropdown-media-list {
  padding: 0;
}

@media (min-width: 768px) {
  ul.dropdown-menu li.dropdown ul.dropdown-menu {
    width: auto !important;
  }
  ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.dropdown {
  display: block;
}

#sidebar .dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-right:before, .dropdown-menu-arrow.dropdown-menu-right:after {
  left: auto;
  right: 12px;
}

.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.dropdown-toggle:after {
  vertical-align: 0.155em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-icon {
  color: #3e4358;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}

.header .profile-dropdown .dropdown-menu {
  top: 61px !important;
}
.header .profile-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
}
.header .profile-dropdown .dropdown-menu .dropdown-item:hover, .header .profile-dropdown .dropdown-menu .dropdown-item:focus {
  background: #F7F7F7;
}
.header .header-dropdown-list {
  height: 300px;
}

.dropdown-header {
  padding: 15px;
  border-bottom: 1px solid #ebecf1;
  color: #1e1e2d;
  display: flex;
}

.dropdown-toggle.split-dropdown {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: #596fd6;
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none!important;
}

#card-error {
  color: #697386;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
  }
}
/*------ Icons List ------*/
.flag {
  width: 1.6rem;
  height: 1.2rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
}

.flag-ad {
  background-image: url("/img/flags/ad.svg");
}

.flag-ae {
  background-image: url("/img/flags/ae.svg");
}

.flag-af {
  background-image: url("/img/flags/af.svg");
}

.flag-ag {
  background-image: url("/img/flags/ag.svg");
}

.flag-ai {
  background-image: url("/img/flags/ai.svg");
}

.flag-al {
  background-image: url("/img/flags/al.svg");
}

.flag-am {
  background-image: url("/img/flags/am.svg");
}

.flag-ao {
  background-image: url("/img/flags/ao.svg");
}

.flag-aq {
  background-image: url("/img/flags/aq.svg");
}

.flag-ar {
  background-image: url("/img/flags/ar.svg");
}

.flag-as {
  background-image: url("/img/flags/as.svg");
}

.flag-at {
  background-image: url("/img/flags/at.svg");
}

.flag-au {
  background-image: url("/img/flags/au.svg");
}

.flag-aw {
  background-image: url("/img/flags/aw.svg");
}

.flag-ax {
  background-image: url("/img/flags/ax.svg");
}

.flag-az {
  background-image: url("/img/flags/az.svg");
}

.flag-ba {
  background-image: url("/img/flags/ba.svg");
}

.flag-bb {
  background-image: url("/img/flags/bb.svg");
}

.flag-bd {
  background-image: url("/img/flags/bd.svg");
}

.flag-be {
  background-image: url("/img/flags/be.svg");
}

.flag-bf {
  background-image: url("/img/flags/bf.svg");
}

.flag-bg {
  background-image: url("/img/flags/bg.svg");
}

.flag-bh {
  background-image: url("/img/flags/bh.svg");
}

.flag-bi {
  background-image: url("/img/flags/bi.svg");
}

.flag-bj {
  background-image: url("/img/flags/bj.svg");
}

.flag-bl {
  background-image: url("/img/flags/bl.svg");
}

.flag-bm {
  background-image: url("/img/flags/bm.svg");
}

.flag-bn {
  background-image: url("/img/flags/bn.svg");
}

.flag-bo {
  background-image: url("/img/flags/bo.svg");
}

.flag-bq {
  background-image: url("/img/flags/bq.svg");
}

.flag-br {
  background-image: url("/img/flags/br.svg");
}

.flag-bs {
  background-image: url("/img/flags/bs.svg");
}

.flag-bt {
  background-image: url("/img/flags/bt.svg");
}

.flag-bv {
  background-image: url("/img/flags/bv.svg");
}

.flag-bw {
  background-image: url("/img/flags/bw.svg");
}

.flag-by {
  background-image: url("/img/flags/by.svg");
}

.flag-bz {
  background-image: url("/img/flags/bz.svg");
}

.flag-ca {
  background-image: url("/img/flags/ca.svg");
}

.flag-cc {
  background-image: url("/img/flags/cc.svg");
}

.flag-cd {
  background-image: url("/img/flags/cd.svg");
}

.flag-cf {
  background-image: url("/img/flags/cf.svg");
}

.flag-cg {
  background-image: url("/img/flags/cg.svg");
}

.flag-ch {
  background-image: url("/img/flags/ch.svg");
}

.flag-ci {
  background-image: url("/img/flags/ci.svg");
}

.flag-ck {
  background-image: url("/img/flags/ck.svg");
}

.flag-cl {
  background-image: url("/img/flags/cl.svg");
}

.flag-cm {
  background-image: url("/img/flags/cm.svg");
}

.flag-cn {
  background-image: url("/img/flags/cn.svg");
}

.flag-co {
  background-image: url("/img/flags/co.svg");
}

.flag-cr {
  background-image: url("/img/flags/cr.svg");
}

.flag-cu {
  background-image: url("/img/flags/cu.svg");
}

.flag-cv {
  background-image: url("/img/flags/cv.svg");
}

.flag-cw {
  background-image: url("/img/flags/cw.svg");
}

.flag-cx {
  background-image: url("/img/flags/cx.svg");
}

.flag-cy {
  background-image: url("/img/flags/cy.svg");
}

.flag-cz {
  background-image: url("/img/flags/cz.svg");
}

.flag-de {
  background-image: url("/img/flags/de.svg");
}

.flag-dj {
  background-image: url("/img/flags/dj.svg");
}

.flag-dk {
  background-image: url("/img/flags/dk.svg");
}

.flag-dm {
  background-image: url("/img/flags/dm.svg");
}

.flag-do {
  background-image: url("/img/flags/do.svg");
}

.flag-dz {
  background-image: url("/img/flags/dz.svg");
}

.flag-ec {
  background-image: url("/img/flags/ec.svg");
}

.flag-ee {
  background-image: url("/img/flags/ee.svg");
}

.flag-eg {
  background-image: url("/img/flags/eg.svg");
}

.flag-eh {
  background-image: url("/img/flags/eh.svg");
}

.flag-er {
  background-image: url("/img/flags/er.svg");
}

.flag-es {
  background-image: url("/img/flags/es.svg");
}

.flag-et {
  background-image: url("/img/flags/et.svg");
}

.flag-eu {
  background-image: url("/img/flags/eu.svg");
}

.flag-fi {
  background-image: url("/img/flags/fi.svg");
}

.flag-fj {
  background-image: url("/img/flags/fj.svg");
}

.flag-fk {
  background-image: url("/img/flags/fk.svg");
}

.flag-fm {
  background-image: url("/img/flags/fm.svg");
}

.flag-fo {
  background-image: url("/img/flags/fo.svg");
}

.flag-fr {
  background-image: url("/img/flags/fr.svg");
}

.flag-ga {
  background-image: url("/img/flags/ga.svg");
}

.flag-gb-eng {
  background-image: url("/img/flags/gb-eng.svg");
}

.flag-gb-nir {
  background-image: url("/img/flags/gb-nir.svg");
}

.flag-gb-sct {
  background-image: url("/img/flags/gb-sct.svg");
}

.flag-gb-wls {
  background-image: url("/img/flags/gb-wls.svg");
}

.flag-gb {
  background-image: url("/img/flags/gb.svg");
}

.flag-gd {
  background-image: url("/img/flags/gd.svg");
}

.flag-ge {
  background-image: url("/img/flags/ge.svg");
}

.flag-gf {
  background-image: url("/img/flags/gf.svg");
}

.flag-gg {
  background-image: url("/img/flags/gg.svg");
}

.flag-gh {
  background-image: url("/img/flags/gh.svg");
}

.flag-gi {
  background-image: url("/img/flags/gi.svg");
}

.flag-gl {
  background-image: url("/img/flags/gl.svg");
}

.flag-gm {
  background-image: url("/img/flags/gm.svg");
}

.flag-gn {
  background-image: url("/img/flags/gn.svg");
}

.flag-gp {
  background-image: url("/img/flags/gp.svg");
}

.flag-gq {
  background-image: url("/img/flags/gq.svg");
}

.flag-gr {
  background-image: url("/img/flags/gr.svg");
}

.flag-gs {
  background-image: url("/img/flags/gs.svg");
}

.flag-gt {
  background-image: url("/img/flags/gt.svg");
}

.flag-gu {
  background-image: url("/img/flags/gu.svg");
}

.flag-gw {
  background-image: url("/img/flags/gw.svg");
}

.flag-gy {
  background-image: url("/img/flags/gy.svg");
}

.flag-hk {
  background-image: url("/img/flags/hk.svg");
}

.flag-hm {
  background-image: url("/img/flags/hm.svg");
}

.flag-hn {
  background-image: url("/img/flags/hn.svg");
}

.flag-hr {
  background-image: url("/img/flags/hr.svg");
}

.flag-ht {
  background-image: url("/img/flags/ht.svg");
}

.flag-hu {
  background-image: url("/img/flags/hu.svg");
}

.flag-id {
  background-image: url("/img/flags/id.svg");
}

.flag-ie {
  background-image: url("/img/flags/ie.svg");
}

.flag-il {
  background-image: url("/img/flags/il.svg");
}

.flag-im {
  background-image: url("/img/flags/im.svg");
}

.flag-in {
  background-image: url("/img/flags/in.svg");
}

.flag-io {
  background-image: url("/img/flags/io.svg");
}

.flag-iq {
  background-image: url("/img/flags/iq.svg");
}

.flag-ir {
  background-image: url("/img/flags/ir.svg");
}

.flag-is {
  background-image: url("/img/flags/is.svg");
}

.flag-it {
  background-image: url("/img/flags/it.svg");
}

.flag-je {
  background-image: url("/img/flags/je.svg");
}

.flag-jm {
  background-image: url("/img/flags/jm.svg");
}

.flag-jo {
  background-image: url("/img/flags/jo.svg");
}

.flag-jp {
  background-image: url("/img/flags/jp.svg");
}

.flag-ke {
  background-image: url("/img/flags/ke.svg");
}

.flag-kg {
  background-image: url("/img/flags/kg.svg");
}

.flag-kh {
  background-image: url("/img/flags/kh.svg");
}

.flag-ki {
  background-image: url("/img/flags/ki.svg");
}

.flag-km {
  background-image: url("/img/flags/km.svg");
}

.flag-kn {
  background-image: url("/img/flags/kn.svg");
}

.flag-kp {
  background-image: url("/img/flags/kp.svg");
}

.flag-kr {
  background-image: url("/img/flags/kr.svg");
}

.flag-kw {
  background-image: url("/img/flags/kw.svg");
}

.flag-ky {
  background-image: url("/img/flags/ky.svg");
}

.flag-kz {
  background-image: url("/img/flags/kz.svg");
}

.flag-la {
  background-image: url("/img/flags/la.svg");
}

.flag-lb {
  background-image: url("/img/flags/lb.svg");
}

.flag-lc {
  background-image: url("/img/flags/lc.svg");
}

.flag-li {
  background-image: url("/img/flags/li.svg");
}

.flag-lk {
  background-image: url("/img/flags/lk.svg");
}

.flag-lr {
  background-image: url("/img/flags/lr.svg");
}

.flag-ls {
  background-image: url("/img/flags/ls.svg");
}

.flag-lt {
  background-image: url("/img/flags/lt.svg");
}

.flag-lu {
  background-image: url("/img/flags/lu.svg");
}

.flag-lv {
  background-image: url("/img/flags/lv.svg");
}

.flag-ly {
  background-image: url("/img/flags/ly.svg");
}

.flag-ma {
  background-image: url("/img/flags/ma.svg");
}

.flag-mc {
  background-image: url("/img/flags/mc.svg");
}

.flag-md {
  background-image: url("/img/flags/md.svg");
}

.flag-me {
  background-image: url("/img/flags/me.svg");
}

.flag-mf {
  background-image: url("/img/flags/mf.svg");
}

.flag-mg {
  background-image: url("/img/flags/mg.svg");
}

.flag-mh {
  background-image: url("/img/flags/mh.svg");
}

.flag-mk {
  background-image: url("/img/flags/mk.svg");
}

.flag-ml {
  background-image: url("/img/flags/ml.svg");
}

.flag-mm {
  background-image: url("/img/flags/mm.svg");
}

.flag-mn {
  background-image: url("/img/flags/mn.svg");
}

.flag-mo {
  background-image: url("/img/flags/mo.svg");
}

.flag-mp {
  background-image: url("/img/flags/mp.svg");
}

.flag-mq {
  background-image: url("/img/flags/mq.svg");
}

.flag-mr {
  background-image: url("/img/flags/mr.svg");
}

.flag-ms {
  background-image: url("/img/flags/ms.svg");
}

.flag-mt {
  background-image: url("/img/flags/mt.svg");
}

.flag-mu {
  background-image: url("/img/flags/mu.svg");
}

.flag-mv {
  background-image: url("/img/flags/mv.svg");
}

.flag-mw {
  background-image: url("/img/flags/mw.svg");
}

.flag-mx {
  background-image: url("/img/flags/mx.svg");
}

.flag-my {
  background-image: url("/img/flags/my.svg");
}

.flag-mz {
  background-image: url("/img/flags/mz.svg");
}

.flag-na {
  background-image: url("/img/flags/na.svg");
}

.flag-nc {
  background-image: url("/img/flags/nc.svg");
}

.flag-ne {
  background-image: url("/img/flags/ne.svg");
}

.flag-nf {
  background-image: url("/img/flags/nf.svg");
}

.flag-ng {
  background-image: url("/img/flags/ng.svg");
}

.flag-ni {
  background-image: url("/img/flags/ni.svg");
}

.flag-nl {
  background-image: url("/img/flags/nl.svg");
}

.flag-no {
  background-image: url("/img/flags/no.svg");
}

.flag-np {
  background-image: url("/img/flags/np.svg");
}

.flag-nr {
  background-image: url("/img/flags/nr.svg");
}

.flag-nu {
  background-image: url("/img/flags/nu.svg");
}

.flag-nz {
  background-image: url("/img/flags/nz.svg");
}

.flag-om {
  background-image: url("/img/flags/om.svg");
}

.flag-pa {
  background-image: url("/img/flags/pa.svg");
}

.flag-pe {
  background-image: url("/img/flags/pe.svg");
}

.flag-pf {
  background-image: url("/img/flags/pf.svg");
}

.flag-pg {
  background-image: url("/img/flags/pg.svg");
}

.flag-ph {
  background-image: url("/img/flags/ph.svg");
}

.flag-pk {
  background-image: url("/img/flags/pk.svg");
}

.flag-pl {
  background-image: url("/img/flags/pl.svg");
}

.flag-pm {
  background-image: url("/img/flags/pm.svg");
}

.flag-pn {
  background-image: url("/img/flags/pn.svg");
}

.flag-pr {
  background-image: url("/img/flags/pr.svg");
}

.flag-ps {
  background-image: url("/img/flags/ps.svg");
}

.flag-pt {
  background-image: url("/img/flags/pt.svg");
}

.flag-pw {
  background-image: url("/img/flags/pw.svg");
}

.flag-py {
  background-image: url("/img/flags/py.svg");
}

.flag-qa {
  background-image: url("/img/flags/qa.svg");
}

.flag-re {
  background-image: url("/img/flags/re.svg");
}

.flag-ro {
  background-image: url("/img/flags/ro.svg");
}

.flag-rs {
  background-image: url("/img/flags/rs.svg");
}

.flag-ru {
  background-image: url("/img/flags/ru.svg");
}

.flag-rw {
  background-image: url("/img/flags/rw.svg");
}

.flag-sa {
  background-image: url("/img/flags/sa.svg");
}

.flag-sb {
  background-image: url("/img/flags/sb.svg");
}

.flag-sc {
  background-image: url("/img/flags/sc.svg");
}

.flag-sd {
  background-image: url("/img/flags/sd.svg");
}

.flag-se {
  background-image: url("/img/flags/se.svg");
}

.flag-sg {
  background-image: url("/img/flags/sg.svg");
}

.flag-sh {
  background-image: url("/img/flags/sh.svg");
}

.flag-si {
  background-image: url("/img/flags/si.svg");
}

.flag-sj {
  background-image: url("/img/flags/sj.svg");
}

.flag-sk {
  background-image: url("/img/flags/sk.svg");
}

.flag-sl {
  background-image: url("/img/flags/sl.svg");
}

.flag-sm {
  background-image: url("/img/flags/sm.svg");
}

.flag-sn {
  background-image: url("/img/flags/sn.svg");
}

.flag-so {
  background-image: url("/img/flags/so.svg");
}

.flag-sr {
  background-image: url("/img/flags/sr.svg");
}

.flag-ss {
  background-image: url("/img/flags/ss.svg");
}

.flag-st {
  background-image: url("/img/flags/st.svg");
}

.flag-sv {
  background-image: url("/img/flags/sv.svg");
}

.flag-sx {
  background-image: url("/img/flags/sx.svg");
}

.flag-sy {
  background-image: url("/img/flags/sy.svg");
}

.flag-sz {
  background-image: url("/img/flags/sz.svg");
}

.flag-tc {
  background-image: url("/img/flags/tc.svg");
}

.flag-td {
  background-image: url("/img/flags/td.svg");
}

.flag-tf {
  background-image: url("/img/flags/tf.svg");
}

.flag-tg {
  background-image: url("/img/flags/tg.svg");
}

.flag-th {
  background-image: url("/img/flags/th.svg");
}

.flag-tj {
  background-image: url("/img/flags/tj.svg");
}

.flag-tk {
  background-image: url("/img/flags/tk.svg");
}

.flag-tl {
  background-image: url("/img/flags/tl.svg");
}

.flag-tm {
  background-image: url("/img/flags/tm.svg");
}

.flag-tn {
  background-image: url("/img/flags/tn.svg");
}

.flag-to {
  background-image: url("/img/flags/to.svg");
}

.flag-tr {
  background-image: url("/img/flags/tr.svg");
}

.flag-tt {
  background-image: url("/img/flags/tt.svg");
}

.flag-tv {
  background-image: url("/img/flags/tv.svg");
}

.flag-tw {
  background-image: url("/img/flags/tw.svg");
}

.flag-tz {
  background-image: url("/img/flags/tz.svg");
}

.flag-ua {
  background-image: url("/img/flags/ua.svg");
}

.flag-ug {
  background-image: url("/img/flags/ug.svg");
}

.flag-um {
  background-image: url("/img/flags/um.svg");
}

.flag-un {
  background-image: url("/img/flags/un.svg");
}

.flag-us {
  background-image: url("/img/flags/us.svg");
}

.flag-uy {
  background-image: url("/img/flags/uy.svg");
}

.flag-uz {
  background-image: url("/img/flags/uz.svg");
}

.flag-va {
  background-image: url("/img/flags/va.svg");
}

.flag-vc {
  background-image: url("/img/flags/vc.svg");
}

.flag-ve {
  background-image: url("/img/flags/ve.svg");
}

.flag-vg {
  background-image: url("/img/flags/vg.svg");
}

.flag-vi {
  background-image: url("/img/flags/vi.svg");
}

.flag-vn {
  background-image: url("/img/flags/vn.svg");
}

.flag-vu {
  background-image: url("/img/flags/vu.svg");
}

.flag-wf {
  background-image: url("/img/flags/wf.svg");
}

.flag-ws {
  background-image: url("/img/flags/ws.svg");
}

.flag-ye {
  background-image: url("/img/flags/ye.svg");
}

.flag-yt {
  background-image: url("/img/flags/yt.svg");
}

.flag-za {
  background-image: url("/img/flags/za.svg");
}

.flag-zm {
  background-image: url("/img/flags/zm.svg");
}

.flag-zw {
  background-image: url("/img/flags/zw.svg");
}

.payment {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.payment-2checkout-dark {
  background-image: url("/img/payments/2checkout-dark.svg");
}

.payment-2checkout {
  background-image: url("/img/payments/2checkout.svg");
}

.payment-alipay-dark {
  background-image: url("/img/payments/alipay-dark.svg");
}

.payment-alipay {
  background-image: url("/img/payments/alipay.svg");
}

.payment-amazon-dark {
  background-image: url("/img/payments/amazon-dark.svg");
}

.payment-amazon {
  background-image: url("/img/payments/amazon.svg");
}

.payment-americanexpress-dark {
  background-image: url("/img/payments/americanexpress-dark.svg");
}

.payment-americanexpress {
  background-image: url("/img/payments/americanexpress.svg");
}

.payment-applepay-dark {
  background-image: url("/img/payments/applepay-dark.svg");
}

.payment-applepay {
  background-image: url("/img/payments/applepay.svg");
}

.payment-bancontact-dark {
  background-image: url("/img/payments/bancontact-dark.svg");
}

.payment-bancontact {
  background-image: url("/img/payments/bancontact.svg");
}

.payment-bitcoin-dark {
  background-image: url("/img/payments/bitcoin-dark.svg");
}

.payment-bitcoin {
  background-image: url("/img/payments/bitcoin.svg");
}

.payment-bitpay-dark {
  background-image: url("/img/payments/bitpay-dark.svg");
}

.payment-bitpay {
  background-image: url("/img/payments/bitpay.svg");
}

.payment-cirrus-dark {
  background-image: url("/img/payments/cirrus-dark.svg");
}

.payment-cirrus {
  background-image: url("/img/payments/cirrus.svg");
}

.payment-clickandbuy-dark {
  background-image: url("/img/payments/clickandbuy-dark.svg");
}

.payment-clickandbuy {
  background-image: url("/img/payments/clickandbuy.svg");
}

.payment-coinkite-dark {
  background-image: url("/img/payments/coinkite-dark.svg");
}

.payment-coinkite {
  background-image: url("/img/payments/coinkite.svg");
}

.payment-dinersclub-dark {
  background-image: url("/img/payments/dinersclub-dark.svg");
}

.payment-dinersclub {
  background-image: url("/img/payments/dinersclub.svg");
}

.payment-directdebit-dark {
  background-image: url("/img/payments/directdebit-dark.svg");
}

.payment-directdebit {
  background-image: url("/img/payments/directdebit.svg");
}

.payment-discover-dark {
  background-image: url("/img/payments/discover-dark.svg");
}

.payment-discover {
  background-image: url("/img/payments/discover.svg");
}

.payment-dwolla-dark {
  background-image: url("/img/payments/dwolla-dark.svg");
}

.payment-dwolla {
  background-image: url("/img/payments/dwolla.svg");
}

.payment-ebay-dark {
  background-image: url("/img/payments/ebay-dark.svg");
}

.payment-ebay {
  background-image: url("/img/payments/ebay.svg");
}

.payment-eway-dark {
  background-image: url("/img/payments/eway-dark.svg");
}

.payment-eway {
  background-image: url("/img/payments/eway.svg");
}

.payment-giropay-dark {
  background-image: url("/img/payments/giropay-dark.svg");
}

.payment-giropay {
  background-image: url("/img/payments/giropay.svg");
}

.payment-googlewallet-dark {
  background-image: url("/img/payments/googlewallet-dark.svg");
}

.payment-googlewallet {
  background-image: url("/img/payments/googlewallet.svg");
}

.payment-ingenico-dark {
  background-image: url("/img/payments/ingenico-dark.svg");
}

.payment-ingenico {
  background-image: url("/img/payments/ingenico.svg");
}

.payment-jcb-dark {
  background-image: url("/img/payments/jcb-dark.svg");
}

.payment-jcb {
  background-image: url("/img/payments/jcb.svg");
}

.payment-klarna-dark {
  background-image: url("/img/payments/klarna-dark.svg");
}

.payment-klarna {
  background-image: url("/img/payments/klarna.svg");
}

.payment-laser-dark {
  background-image: url("/img/payments/laser-dark.svg");
}

.payment-laser {
  background-image: url("/img/payments/laser.svg");
}

.payment-maestro-dark {
  background-image: url("/img/payments/maestro-dark.svg");
}

.payment-maestro {
  background-image: url("/img/payments/maestro.svg");
}

.payment-mastercard-dark {
  background-image: url("/img/payments/mastercard-dark.svg");
}

.payment-mastercard {
  background-image: url("/img/payments/mastercard.svg");
}

.payment-monero-dark {
  background-image: url("/img/payments/monero-dark.svg");
}

.payment-monero {
  background-image: url("/img/payments/monero.svg");
}

.payment-neteller-dark {
  background-image: url("/img/payments/neteller-dark.svg");
}

.payment-neteller {
  background-image: url("/img/payments/neteller.svg");
}

.payment-ogone-dark {
  background-image: url("/img/payments/ogone-dark.svg");
}

.payment-ogone {
  background-image: url("/img/payments/ogone.svg");
}

.payment-okpay-dark {
  background-image: url("/img/payments/okpay-dark.svg");
}

.payment-okpay {
  background-image: url("/img/payments/okpay.svg");
}

.payment-paybox-dark {
  background-image: url("/img/payments/paybox-dark.svg");
}

.payment-paybox {
  background-image: url("/img/payments/paybox.svg");
}

.payment-paymill-dark {
  background-image: url("/img/payments/paymill-dark.svg");
}

.payment-paymill {
  background-image: url("/img/payments/paymill.svg");
}

.payment-payone-dark {
  background-image: url("/img/payments/payone-dark.svg");
}

.payment-payone {
  background-image: url("/img/payments/payone.svg");
}

.payment-payoneer-dark {
  background-image: url("/img/payments/payoneer-dark.svg");
}

.payment-payoneer {
  background-image: url("/img/payments/payoneer.svg");
}

.payment-paypal-dark {
  background-image: url("/img/payments/paypal-dark.svg");
}

.payment-paypal {
  background-image: url("/img/payments/paypal.svg");
}

.payment-paysafecard-dark {
  background-image: url("/img/payments/paysafecard-dark.svg");
}

.payment-paysafecard {
  background-image: url("/img/payments/paysafecard.svg");
}

.payment-payu-dark {
  background-image: url("/img/payments/payu-dark.svg");
}

.payment-payu {
  background-image: url("/img/payments/payu.svg");
}

.payment-payza-dark {
  background-image: url("/img/payments/payza-dark.svg");
}

.payment-payza {
  background-image: url("/img/payments/payza.svg");
}

.payment-ripple-dark {
  background-image: url("/img/payments/ripple-dark.svg");
}

.payment-ripple {
  background-image: url("/img/payments/ripple.svg");
}

.payment-sage-dark {
  background-image: url("/img/payments/sage-dark.svg");
}

.payment-sage {
  background-image: url("/img/payments/sage.svg");
}

.payment-sepa-dark {
  background-image: url("/img/payments/sepa-dark.svg");
}

.payment-sepa {
  background-image: url("/img/payments/sepa.svg");
}

.payment-shopify-dark {
  background-image: url("/img/payments/shopify-dark.svg");
}

.payment-shopify {
  background-image: url("/img/payments/shopify.svg");
}

.payment-skrill-dark {
  background-image: url("/img/payments/skrill-dark.svg");
}

.payment-skrill {
  background-image: url("/img/payments/skrill.svg");
}

.payment-solo-dark {
  background-image: url("/img/payments/solo-dark.svg");
}

.payment-solo {
  background-image: url("/img/payments/solo.svg");
}

.payment-square-dark {
  background-image: url("/img/payments/square-dark.svg");
}

.payment-square {
  background-image: url("/img/payments/square.svg");
}

.payment-stripe-dark {
  background-image: url("/img/payments/stripe-dark.svg");
}

.payment-stripe {
  background-image: url("/img/payments/stripe.svg");
}

.payment-switch-dark {
  background-image: url("/img/payments/switch-dark.svg");
}

.payment-switch {
  background-image: url("/img/payments/switch.svg");
}

.payment-ukash-dark {
  background-image: url("/img/payments/ukash-dark.svg");
}

.payment-ukash {
  background-image: url("/img/payments/ukash.svg");
}

.payment-unionpay-dark {
  background-image: url("/img/payments/unionpay-dark.svg");
}

.payment-unionpay {
  background-image: url("/img/payments/unionpay.svg");
}

.payment-verifone-dark {
  background-image: url("/img/payments/verifone-dark.svg");
}

.payment-verifone {
  background-image: url("/img/payments/verifone.svg");
}

.payment-verisign-dark {
  background-image: url("/img/payments/verisign-dark.svg");
}

.payment-verisign {
  background-image: url("/img/payments/verisign.svg");
}

.payment-visa-dark {
  background-image: url("/img/payments/visa-dark.svg");
}

.payment-visa {
  background-image: url("/img/payments/visa.svg");
}

.payment-webmoney-dark {
  background-image: url("/img/payments/webmoney-dark.svg");
}

.payment-webmoney {
  background-image: url("/img/payments/webmoney.svg");
}

.payment-westernunion-dark {
  background-image: url("/img/payments/westernunion-dark.svg");
}

.payment-westernunion {
  background-image: url("/img/payments/westernunion.svg");
}

.payment-worldpay-dark {
  background-image: url("/img/payments/worldpay-dark.svg");
}

.payment-worldpay {
  background-image: url("/img/payments/worldpay.svg");
}

svg {
  touch-action: none;
}

/*-------- Bootstrap Framework -------*/
#area-chart, #line-chart, #bar-chart, #stacked, #pie-chart {
  min-height: 250px;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.nav-sidebar li ul {
  background: #eeeeee;
}
.nav-sidebar li ul li:last-child {
  border-bottom: 0px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1e2d;
  text-align: left;
  background: #F7F7F7;
  overflow-x: hidden;
}

.horizontalMenucontainer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.66em;
}

.overflow-auto {
  overflow: auto;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1a1630;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 85%;
  color: #282d3c;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #505662;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:focus, textarea:focus {
  outline: 0;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.bcolor {
  background-color: #cf4c3a !important;
}

.bcolor1 {
  background-color: #d6124a !important;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.66em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

.display-1 {
  font-size: 10.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebecf1;
}

small, .small {
  font-size: 87.5%;
  font-weight: 400;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li {
  border-bottom: 1px solid #ebecf1;
}

#lightgallery.list-unstyled li {
  margin: 10px 0;
  border: 0;
}

#sidebar .list-unstyled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.nav-sidebar .list-unstyled li:last-child {
  border-bottom: 0px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-70 {
  font-size: 70px;
}

.fs-75 {
  font-size: 75px;
}

.fs-80 {
  font-size: 80px;
}

.fs-85 {
  font-size: 85px;
}

.fs-90 {
  font-size: 90px;
}

.fs-95 {
  font-size: 95px;
}

.fs-100 {
  font-size: 100px;
}

.mt-m1 {
  margin-top: -1rem;
}

code, kbd, pre, samp {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 85%;
  color: inherit;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 85%;
  color: #fff;
  background-color: #343a40;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  #sticky {
    text-align: center;
    padding: 1px;
    font-size: 1.75em;
    color: #FFF;
    z-index: 0;
    height: 130px !important;
  }
  #sticky.stick {
    z-index: 1;
    height: 130px !important;
  }

  .header.top-header {
    z-index: 999 !important;
  }

  .app-content.page-body {
    margin-top: 9.5rem;
  }

  .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.number-font {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.number-font-chars {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 24px;
}

.number-font-light {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

/*----- Global Loader -----*/
#global-loader {
  position: fixed;
  z-index: 50000;
  background: white;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#global-loader img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/*------ Custom Default -------*/
.loader {
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 1rem 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.loader.animate {
  opacity: 1;
}

h2.animate {
  opacity: 1;
  transform: translateY(0);
}

.custom-card.blue {
  color: #1687ed;
  background: #ebf5fd;
  border: 1px solid #5dacf2;
  border-radius: 8px;
}
.custom-card.blue .loader {
  border-color: #99d0ff;
  border-top-color: #1687ed;
}
.custom-card.red {
  color: #ff0000;
  background: #ffe6e6;
  border: 1px solid #ff8080;
  border-radius: 8px;
}
.custom-card.red .loader {
  border-color: #ff9696;
  border-top-color: #ff0000;
}
.custom-card.green {
  color: #007e08;
  background: #cbffce;
  border: 1px solid #00cb0d;
  border-radius: 8px;
}
.custom-card.green .loader {
  border-color: #75cc7d;
  border-top-color: #007e08;
}

.default-card.default .loader {
  border-color: #e0e3f5;
}

.parent {
  transform-origin: 66px 56px;
  -webkit-animation: spin 200s infinite;
  animation: spin 200s infinite;
}

.child1 {
  -webkit-animation: child1 10s 2s alternate infinite;
  animation: child1 10s 2s alternate infinite;
}

.child2 {
  -webkit-animation: child2 5s alternate infinite;
  animation: child2 5s alternate infinite;
}

.child3 {
  -webkit-animation: child3 10s alternate infinite;
  animation: child3 10s alternate infinite;
  transform-origin: center center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes child1 {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -20px);
  }
}
@keyframes child1 {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -20px);
  }
}
@-webkit-keyframes child2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes child2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes child3 {
  0% {
    transform: translateY(-10px) rotate(50deg);
  }
  to {
    transform: translateY(20px) rotate(0deg);
  }
}
@keyframes child3 {
  0% {
    transform: translateY(-10px) rotate(50deg);
  }
  to {
    transform: translateY(20px) rotate(0deg);
  }
}
/*------ Scroll -------*/
.index1 {
  height: 270px;
}

.topsales {
  height: 330px;
}

.salesscroll {
  height: 280px;
}

.countryscroll {
  height: 350px;
}

.countrytable td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.countrytable tr {
  border-bottom: 1px solid #ebecf1;
}
.countrytable tr:last-child {
  border-bottom: 0px;
}

* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
* + html .fileinput-button {
  margin: 1px 0 0;
  padding: 2px 15px;
}

@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

.list-icons .svg-icon2, .list-icons .svg-icon {
  width: 60px;
  height: 60px;
}

.file-manger.list-group-transparent .list-group-item {
  padding: 0.5rem;
  border: 0 !important;
}
.file-manger.list-group-transparent .list-group-item.active {
  background: transparent;
}
.file-manger.list-group-transparent a i {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px !important;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  color: #5c678f;
}
.file-manger.list-group-transparent .list-group-item .svg-icon {
  width: 24px;
  height: 24px;
}

.file-manger-icon {
  position: relative;
}

.file-manger-absolute-icon {
  position: absolute;
  top: 30px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.file-manger-icon i {
  font-size: 70px;
  margin: 0 auto;
  text-align: center;
}
.file-manger-icon img {
  width: 70px;
  height: 70px;
}

.profile-footer {
  margin: 25px -25px -25px -25px;
  padding: 15px;
  background: #f0f0f2;
}

.w-200 {
  width: 200px;
}

.option-dots {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 15px;
  color: #5c678f;
  padding: 10px 12px;
}
.new.option-dots {
  line-height: 55px;
}

.new-list.option-dots {
  line-height: 55px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.new-list2.option-dots {
  height: 40px;
  width: 40px;
  background: 0 0;
  color: #5c678f;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  border-radius: 50px;
  font-size: 18px;
  line-height: initial;
  margin-right: 8px;
}
.new-list2.option-dots:hover {
  background: #f0f0f2;
}

.ms-body .action-header {
  background: #fff;
}

.user-contact-list {
  overflow: hidden;
}
.user-contact-list:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  border-radius: 0% 98% 84% 16%/100% 0% 100% 0%;
  background: linear-gradient(rgba(112, 94, 200, 0.85), rgba(112, 94, 200, 0.51));
  background-size: cover;
  background-position: top;
}

hr.divider:after {
  content: "OR";
  display: block;
  position: relative;
  top: -1.5em;
  font-size: 11px;
  padding: 0 0.25em;
  background: #f0f0f2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  left: 0;
  right: 0;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid #f0eff1;
  text-align: center;
}

.page-style1 {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-style1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f0eff1;
}

.error-page {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.error-page:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(254, 96, 96, 0.7) 0%, rgba(227, 9, 113, 0.7) 100%);
}

.bg-style {
  position: relative;
}
.bg-style:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(68, 84, 195, 0.9), rgba(68, 84, 195, 0.8));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.8;
}
.bg-style .svg-icon {
  fill: #fff;
}
.bg-style .header-brand-img {
  position: absolute;
  top: 30px;
  left: 55px;
}

.page-style2 .h-100vh {
  max-height: 100vh;
}

.page-style1 .page-content, .page-style2 .page-content {
  margin: 0;
}

@media (max-width: 767px) {
  .d-md-flex .bg-style {
    display: none;
  }
  .d-md-flex .w-80 {
    width: 100% !important;
  }
}
.title-style h1 {
  position: absolute;
  width: 100%;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  top: 20px;
  padding: 0 20px;
}

.page-style2.page-style1:before {
  background: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.75));
  background-repeat: no-repeat;
  background-size: cover;
}

.relative {
  position: relative;
}

.page-style1 .input-group-addon {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-right: 0;
  line-height: 0px;
}
.page-style1 .input-group-append {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-left: 0;
  line-height: 16px;
  border-radius: 0 5px 5px 0;
}
.page-style1 .form-control {
  border: 1px solid #ebecf1;
}
.page-style1 hr {
  border-top: 1px solid #ebecf1;
}
.page-style1 .custom-control-label {
  line-height: 26px;
}
.page-style1 .btn-svgs .svg-icon {
  position: absolute;
  left: 37%;
  top: auto;
}
.page-style1 .custom-control-label:before {
  border: 1px solid #cccdd3;
}

/* CROSS BROWSER SELECTOR*/
.custom-progress {
  /* RESETS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 10px;
  border-radius: 0px;
  background-color: #e8ebf2;
  width: 80%;
}
.custom-progress::-webkit-progress-bar {
  background-color: #e8ebf2;
  border-radius: 0px;
}
.custom-progress::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  border-radius: 0px;
}
.custom-progress::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.custom-progress::-ms-fill {
  border-radius: 0px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
/* MOZILLA FIREFOX */
/* MICROSOFT EDGE & IE */
.map svg {
  height: 400px;
}

.coming-footer {
  width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 30px;
  margin-top: 10px;
}

.page-style1 .form-control {
  padding-top: 4px;
  height: 45px;
  padding-bottom: 6px;
}
.page-style1 .btn {
  height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 45px;
}

.card-pay .tabs-menu {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.card-pay .tabs-menu li {
  width: 33.3%;
  display: block;
}
.card-pay .tabs-menu li a {
  padding: 0.5rem 1rem;
  background: #f0f0f2;
  display: block;
  text-align: center;
  border-right: 1px solid #ebecf1;
}
.card-pay .tabs-menu li a.active {
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
.card-pay .tabs-menu li:last-child a {
  border-right: 0;
}

.morris-donut-wrapper-demo {
  height: 270px;
}

.shop-title {
  font-size: 16px;
}

.apexcharts-toolbar {
  display: none !important;
}

#SvgjsText1920 {
  font-weight: 500;
  font-size: 20px;
}

.pos-static {
  position: static;
}

.html-code {
  padding: 9px 20px;
  background: #e3e2e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ebecf1;
  border-bottom: 0;
  margin-bottom: -1px;
  z-index: 1;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  color: #282d3c;
}
.html-code .svg-icon {
  position: absolute;
  left: 14px;
}

.list-style {
  list-style: inherit;
  padding-left: inherit;
}
.list-style ul {
  list-style: inherit;
  padding-left: 30px;
}
.list-style li {
  line-height: 30px;
}

.list-style2 {
  list-style: decimal;
  padding-left: inherit;
}
.list-style2 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style2 li {
  line-height: 30px;
}

.list-style3 {
  list-style: circle;
  padding-left: inherit;
}
.list-style3 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style3 li {
  line-height: 30px;
}

.list-style4 {
  list-style: lower-alpha;
  padding-left: inherit;
}
.list-style4 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style4 li {
  line-height: 30px;
}

.order-list li {
  line-height: 30px;
}

.list-style5 {
  list-style: square;
  padding-left: inherit;
}
.list-style5 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style5 li {
  line-height: 30px;
}

.list-style6 {
  list-style: lower-roman;
  padding-left: inherit;
}
.list-style6 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style6 li {
  line-height: 30px;
}

.profile-dropdown {
  margin-top: 1px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .expenses-card .fs-50 {
    font-size: 25px !important;
  }
  .expenses-card .fs-18 {
    font-size: 14px !important;
  }
}
@media (max-width: 567px) {
  .card-pay .tabs-menu li {
    width: 100%;
  }
  .card-pay .tabs-menu li a {
    margin-bottom: 15px;
  }
  .width-box {
    width: 100%;
}
}
.browse-file.form-control {
  background-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 41px;
}

.input-group-btn .btn-primary {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding: 0.52rem 15px;
  border-radius: 0;
}

.apexcharts-pie-label, .apexcharts-datalabels, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
  font-weight: 500;
  text-shadow: none;
  filter: initial;
}

.select2 {
  outline-width: 0px !important;
}
.select2 > *:focus, .select2:focus .select2 > * {
  outline-width: 0px !important;
}

@media (min-width: 1440px) {
  .crypto-header-section h3 {
    font-size: 32px;
  }
  .crypto-header-section .w-5 {
    width: 2rem !important;
  }
  .crypto-header-section .h-5 {
    height: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .crypto-header-section h3 {
    font-size: 35px;
  }
  .crypto-header-section .w-5 {
    width: 2.5rem !important;
  }
  .crypto-header-section .h-5 {
    height: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .page-single .card-group {
    display: block;
  }

  .d-md-down-none {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .item-card .btn-svgs {
    width: 100%;
  }
}
.header.bg-primary .form-control.header-search.bg-transparent.border-transparent {
  color: #fff;
}

@media (max-width: 1200px) {
  .sales-img {
    width: 50% !important;
    margin: 0 auto;
    text-align: center !important;
    display: block;
  }
}
.error-text {
  text-shadow: -4px 4px 4px #6355a3;
}

.box div {
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}
.box div:nth-child(2) {
  top: 70%;
  left: 50%;
  -webkit-animation: animate 7s linear infinite;
          animation: animate 7s linear infinite;
}
.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  -webkit-animation: animate 9s linear infinite;
          animation: animate 9s linear infinite;
}
.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}
.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  -webkit-animation: animate 6s linear infinite;
          animation: animate 6s linear infinite;
}
.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  -webkit-animation: animate 12s linear infinite;
          animation: animate 12s linear infinite;
}
.box div:nth-child(7) {
  top: 60%;
  left: 80%;
  -webkit-animation: animate 15s linear infinite;
          animation: animate 15s linear infinite;
}
.box div:nth-child(8) {
  top: 32%;
  left: 25%;
  -webkit-animation: animate 16s linear infinite;
          animation: animate 16s linear infinite;
}
.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  -webkit-animation: animate 9s linear infinite;
          animation: animate 9s linear infinite;
}
.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0) translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3) translateY(-90px) rotate(360deg);
    opacity: 0;
  }
}
.page-content .input-group .form-control:focus {
  border-color: #ffffff;
}

body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
body *::-webkit-scrollbar-thumb, body *:hover::-webkit-scrollbar-thumb {
  background: #c2cbdf;
}
body *::-webkit-scrollbar-track {
  background: #fff;
}

/*------ Headers -------*/
.page-header {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1.5rem;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.page-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
}

.page-title-icon {
  color: #9aa0ac;
  font-size: 1.25rem;
}

.page-subtitle {
  font-size: 0.8125rem;
  color: #6e7687;
  margin-left: 2rem;
  position: relative;
}
.page-subtitle a {
  color: inherit;
}

.page-options {
  margin-left: auto;
}

.page-description {
  margin: 0.25rem 0 0;
  color: #6e7687;
}
.page-description a {
  color: inherit;
}

.page-single, .page-single-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-heading {
  font-weight: 400;
  margin: 2rem 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.content-heading:first-child {
  margin-top: 0;
}
.card.content-generator-results div.dataTables_length,
.card.content-generator-results div.dataTables_info,
.card.content-generator-results div.dataTables_paginate{
// display:none;
}
div#voiceoverData div.dataTables_length,
div#voiceoverData div.dataTables_info,
div#voiceoverData  div.dataTables_paginate{
// display:none;
}
div#translateData div.dataTables_length,
div#translateData div.dataTables_info,
div#translateData  div.dataTables_paginate{
// display:none;
}
.content-generator-results .card-header .card-title {
  display: contents;
}
.card.content-generator-results div.dataTables_length,.card.content-generator-results div.dataTables_filter{
display:none;
}
div#voiceoverData div.dataTables_length,div#voiceoverData div.dataTables_filter{
display:none;
}
div#translateData div.dataTables_length,div#translateData div.dataTables_filter{
display:none;
}
.voiceoverDatablock th:last-child{
  min-width: 80px !important;
}
@media only screen and (max-width: 1490px) {
  .content-generator #gen-form .translate-button {
    font-size: 14px!important;
    padding: 0.2rem 1rem!important;
  }
  .content-generator #gen-form .left-drop .character-counter {
      font-size: 16px!important;
  }
  }
@media only screen and (max-width: 1399px) {
.card.content-generator-results th:last-child{
  min-width: 145px !important;
}
.voiceoverDatablock th:last-child{
  min-width: 129px !important;
}
}
.card.content-generator-results .voice-neural,div#voiceoverData .voiceoverDatablock .voice-neural,.Text-Translate-Results .voice-neural,.all-btn .voice-neural{
  background: var(--primary-color)!important;
  // background: transparent!important;
  color: #ffffff;
  // background-image: linear-gradient(93deg, #00B0FB 0%, #00ECA3 100%);
  // border-color: #2FC58D;
  padding: 4px 10px;
  display:inherit;
}
// .all-btn .voice-neural.Translate-bg{
//   background:#0077FF!important;
// }
// .all-btn .voice-neural.Speech-bg{
//   background:#FFA200!important;
// }
.all-btn.spe i#textToSpeech{
  display:table-cell;
}
.card.content-generator-results .voice-neural .transcribe-action-buttons,div#voiceoverData .voiceoverDatablock .voice-neural .transcribe-action-buttons,.Text-Translate-Results .voice-neural .transcribe-action-buttons,.all-btn .voice-neural .transcribe-action-buttons{
  background: transparent!important;
}
.Text-Translate-Results span.cell-box.translate-completed{
background: transparent;
color: #212529;
box-shadow:unset;
padding: 0;
}
.card.content-generator-results .deactivate-voice ,div#voiceoverData .voiceoverDatablock .deactivate-voice,.Text-Translate-Results .deactivate-voice,.all-btn .deactivate-voice,.all-btn .delete-action-button{
  // background: transparent linear-gradient(137deg, #FFB39F 0%, #EE3000 100%)!important;
  // color: #ffffff;
}
.transcribe-action-buttons,.all-btn .transcribe-action-buttons{
  // background: transparent linear-gradient(135deg, #0FC8FF 0%, #4760FF 100%);
}
.card.content-generator-results .voice-neural .transcribe-action-buttons, div#voiceoverData .voiceoverDatablock .voice-neural .transcribe-action-buttons,.Text-Translate-Results .voice-neural .transcribe-action-buttons{
  width: auto;
  border: 0;
  box-shadow: unset;
  color: #ffffff;
  font-size: 9px !important;
  height: auto;
  display: inline-flex;
  gap: 5px;
}
.new-bg{
  background: transparent linear-gradient(93deg, #00B0FB 0%, #00ECA3 100%) !important;
  color: #ffffff;
  border-bottom: 0 !important;
}
div#voiceoverData .fa.fa-video-camera.table-action-buttons, div#translateData i#textToSpeech {
  // background-image: linear-gradient(133grad, #00B7FF 27%, #00D488 70%);
  // background: var(--primary-color)!important;
  color: #fff;
}
table tr.traget {
  background: #F5F9FC;
  position: relative;
}
.table>tbody{
  position: relative;
}
table tr.traget>td:before{
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 4px solid  var(--primary-color) !important;
}
.card-body table tbody tr:hover{
  background: #F5F9FC;
  position: relative;
}
.card-body table tbody tr:hover td:nth-child(1):before{
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-left: 4px solid  var(--primary-color) !important;
}
.card-body table tbody tr:hover td.details-title:before{
  content: unset;
}
.card-body table tbody tr:hover td.details-result:before{
  content: unset;
}
i.ac-color{
  background: var(--primary-color);
  color: #fff;
}
.card-body table tbody tr:hover td.details-result:before{
  content: unset;
}
.aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22rem;
  background: #fff;
  border-left: 1px solid #ebecf1;
  display: flex;
  flex-direction: column;
  z-index: 100;
  visibility: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.aside-progress {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.aside-progress-position {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 1600px) {
  body.aside-opened .aside {
    visibility: visible;
  }
}
.aside-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  overflow: auto;
}

.aside-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #ebecf1;
}

.aside-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ebecf1;
}

.header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #fff;
}

body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.header .dropdown-menu {
  margin-top: 0;
  border-radius: 0px 0 4px 4px !important;
}
.header .mega-menu {
  width: 350px;
}

.nav-unread {
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  background: #ecd938;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.nav-unread.badge {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.nav-link.icon {
  padding: 5px;
  text-align: center;
  height: 2.5rem;
  font-size: 1.2rem;
  position: relative;
  border-radius: 3px;
}

.app-header.header .nav-link.icon {
  padding: 5px;
}

.nav-link.icon .nav-span {
  font-size: 0.9rem;
  color: #576482;
  vertical-align: middle;
  margin-left: 0.5rem;
  font-weight: 400;
}

.header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
}

.app-header .header-brand {
  color: inherit;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 220px;
  text-align: center;
}
.app-header .header-brand .header-brand-img {
  margin-right: 0;
}

.app-header1 .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 215px;
  text-align: center;
}
.app-header1 .header-brand .header-brand-img {
  margin-right: 0;
}

.header-brand:hover {
  color: inherit;
  text-decoration: none;
}

.header-brand-img {
  height: 2.5rem;
  line-height: 1.2;
  vertical-align: bottom;
  margin-right: 0;
  width: auto;
  color: #fff;
}

.desktop-lgo {
  height: 3rem !important;
}

.csp-brand-img {
  height: 70px;
  margin-right: 0;
  width: auto;
  margin-top: -1rem;
}

.header-btn.has-new {
  position: relative;
}
.header-btn.has-new:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #dc0441;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}

.header-toggler {
  width: 3rem;
  height: 3rem;
  position: relative;
  color: #000;
}
.header-toggler:hover {
  color: #32e448;
}

.header-toggler-icon {
  position: absolute;
  width: 1rem;
  height: 2px;
  color: inherit;
  background: currentColor;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -0.5rem;
  box-shadow: 0 5px currentColor, 0 -5px currentColor;
}

.footer-wrapper {
  position: relative;
}

.footer {
  font-size: 12px;
  padding: 1.25rem 0;
  z-index: -9999;
}
.footer .fixed-bottom {
  z-index: -9999;
}

footer.footer {
  font-size: 12px;
  border-top: 0;
  padding: 0 1.3rem 1rem;
  display: block;
  margin-top: auto;
}

.footer .social {
  margin: 0 auto;
}
.footer .social ul li {
  float: left;
  padding: 7px;
}
.footer .social ul li a {
  color: #abb8c3;
}
.footer a:not(.btn) {
  font-weight: 400;
}

@media print {
  .footer, .header {
    display: none;
  }
}
.br-100 {
  border-radius: 100% !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-tl-7 {
  border-top-left-radius: 7px !important;
}

.br-bl-7 {
  border-bottom-left-radius: 7px !important;
}

.br-tr-7 {
  border-top-right-radius: 7px !important;
}

.br-br-7 {
  border-bottom-right-radius: 7px !important;
}

.br-0 {
  border-radius: 0px;
}

.br-tl-0 {
  border-top-left-radius: 0px !important;
}

.br-bl-0 {
  border-bottom-left-radius: 0px !important;
}

.br-tr-0 {
  border-top-right-radius: 0px !important;
}

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

.list.d-flex img {
  width: 60px;
}

#popup {
  position: absolute;
  width: auto;
  height: 30px;
  background: #fe6b1f;
  display: none;
  color: white;
  border-radius: 5px;
}

#copy {
  background: none;
  color: white;
  font-weight: bold;
  padding: 8px 25px;
  border: 0;
}

/*------ Charts styles ------*/
.h-85 {
  height: 85px !important;
}

.chart-visitors {
  min-height: 18rem;
  overflow: hidden;
}

.chart-height {
  height: 20rem;
  overflow: hidden;
}

.chart-tasks {
  height: 15rem;
  overflow: hidden;
}

.chart-donut {
  height: 21rem;
  overflow: hidden;
}

.chart-pie {
  height: 22rem;
  overflow: hidden;
}

.chartsh {
  height: 16rem;
  overflow: hidden;
}

.chartwidget {
  height: 17rem;
  overflow: hidden;
}

/*-----Countdown-----*/
.countdown span:first-child {
  font-size: 30px;
  font-weight: 500;
}

.social i {
  font-size: 40px;
}
.social .social-icon i {
  font-size: 14px;
}

.instagram {
  background: #de497b;
}

.linkedin {
  background: #0077b5;
}

.twitter {
  background: #1da1f2;
}

.facebook {
  background: #3b5998;
}

.widget-info i {
  width: 100px;
  height: 100px;
  padding: 27px 0;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.widget-info a {
  border-bottom: 1px solid #fff;
}

.z-index-10 {
  z-index: 10 !important;
}

.card-blog-overlay .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-blog-overlay1:before, .card-blog-overlay2:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 7px;
}

.page-breadcrumb {
  background: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  flex-basis: 100%;
}
.page-breadcrumb .breadcrumb-item {
  color: #9aa0ac;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #6e7687;
}

@media (min-width: 768px) {
  .page-breadcrumb {
    margin: -0.5rem 0 0;
  }
}
@media (max-width: 320px) {
  .fc-toolbar .fc-right {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.pagination-simple .page-item .page-link {
  background: none;
  border: none;
}
.pagination-simple .page-item.active .page-link {
  color: #495057;
  font-weight: 700;
}

.pagination-pager .page-prev {
  margin-right: auto;
}
.pagination-pager .page-next {
  margin-left: auto;
}

.page-total-text {
  margin-right: 1rem;
  align-self: center;
  color: #6e7687;
}

.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.icons-list > li {
  flex: 1 0 2.5rem;
}

.icons-list-wrap {
  overflow: hidden;
}

.flags-icons .icons-list-item {
  line-height: inherit;
}

.payment-icons .icons-list-item {
  line-height: 2rem;
}

.icons-list-item {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  color: #5c678f;
  margin: 5px;
}

.img-gallery {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  margin-bottom: -0.5rem;
}
.img-gallery > .col, .img-gallery > [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
}

.link-overlay {
  position: relative;
}
.link-overlay:hover .link-overlay-bg {
  opacity: 1;
}

.link-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 127, 207, 0.8);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  transition: 0.3s opacity;
}

.media-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
}

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

textarea[cols] {
  height: auto;
}

/* --------Added--------- css*/
.overflow-hidden {
  overflow: hidden;
}

.user-profile .user-pro-body .u-dropdown {
  color: #fff;
}

#sidebar ul li {
  position: relative;
}
#sidebar ul li a {
  color: #384056;
  font-weight: 400;
}
#sidebar ul li ul li:last-child {
  border-bottom: 0;
}
#sidebar li a[aria-expanded=true]:hover {
  color: #fff !important;
}

.timeline__content {
  background-color: #eaf0f9;
}

.tab_wrapper > ul {
  border-bottom: 1px solid #ebecf1;
}
.tab_wrapper > ul li {
  border: 1px solid #ebecf1;
  border-top: 1px solid #ebecf1;
}
.tab_wrapper.right_side .content_wrapper {
  border: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul {
  border-bottom: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li.active {
  border-color: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li:after {
  background: 1px solid #ebecf1;
}

.text-right {
  text-align: right;
}

/*--- img container---*/
.search {
  position: absolute;
  width: 320px;
}
.search svg {
  transform: translateX(-126px);
  width: 180px;
  height: auto;
  stroke-width: 8px;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
}

.input-search {
  position: absolute;
  width: calc(100% - 148px);
  height: 34px;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}

.search-label {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  margin-left: -54px;
  z-index: 100;
  transition: 0.5s ease-in-out;
}

.isActive .search-label {
  transform: translateX(246px);
}
.isActive svg, .isActive.full svg {
  stroke-dashoffset: -65;
  stroke-dasharray: 141.305 65;
  transform: translateX(0);
}

.full .search-label {
  transform: translateX(246px);
}
.full svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transform: translateX(0);
}

.search-inline {
  width: 100%;
  left: 0;
  padding: 33px 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInDown 0.2s ease-in-out;
          animation: fadeInDown 0.2s ease-in-out;
}
.search-inline button[type=submit] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  color: #fff;
}
.search-inline .form-control {
  border: 0px;
  padding-left: 0;
  font-size: 20px;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 99%;
  outline: none;
}
.search-inline .form-control:focus {
  box-shadow: none;
}
.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #616161;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background: #efefef;
  text-decoration: none;
}
.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.searching i {
  font-size: 18px;
}

.search-close i {
  padding: 24px 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.lockscreen {
  background: inherit;
  width: 300px;
  height: 280px;
  overflow: hidden;
}
.lockscreen:before {
  content: "";
  width: 350px;
  height: 400px;
  background: inherit;
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.4);
  filter: blur(1px);
}

.table-stats table th, .table-stats table td {
  border: none;
  border-bottom: 1px solid #e8e9ef;
  font-size: 12px;
  font-weight: normal;
  padding: 0.75em 1.25em;
  text-transform: uppercase;
}
.table-stats table th img, .table-stats table td img {
  margin-right: 10px;
  max-width: 45px;
}
.table-stats table th .name {
  font-size: 14px;
  text-transform: capitalize;
}
.table-stats table td {
  font-size: 14px;
  text-transform: capitalize;
  vertical-align: middle;
}
.table-stats table td .name {
  font-size: 14px;
  text-transform: capitalize;
}

.traffic-sales-content {
  padding: 14px;
}

.traffic-sales-amount {
  float: right;
}

.pulse {
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3547;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(247, 45, 102, 0.9);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.pulse:hover {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
  }
}
@media (max-width: 992px) {
  .header.top-header .header-option, .header.top-header .header-setting {
    display: none;
  }

  .hor-header.header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .hor-content.main-content {
    margin-top: 6rem;
  }

  .horizontal-main.hor-menu {
    border-bottom: 0;
  }

  .page-body {
    padding-top: 1px;
  }

  .app-content.page-body .container, .header.top-header .container, .hor-content.main-content .container {
    max-width: none;
  }

  .active .header.top-header {
    z-index: 999;
  }

  .app-content.page-body .side-app {
    padding: 6.2rem 0.75rem 0 0.75rem !important;
  }

  .navsearch {
    margin: 5px;
    padding: 0px;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border: 0px solid #ebecf1;
    border-radius: 3px;
  }
  .navsearch svg {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #ebecf1;
  }
  .navsearch i {
    padding-top: 0 !important;
  }

  .app-content.page-body {
    margin-top: 4.7rem;
  }

  .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
.header.top-header .search-element input {
  border-radius: 4px;
}

@media (max-width: 992px) {
  .media.profile-footer .media-user {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .header-brand-img.desktop-lgo {
    margin-left: 2rem;
  }

  .hor-header .header-brand-img.desktop-lgo, .header-brand-img.dark-logo {
    margin-left: 1rem;
  }

  .animated-arrow.hor-toggle {
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border: 1px solid #ebecf1;
    border-radius: 50px;
    margin: 5px;
    top: 0;
  }
  .animated-arrow.hor-toggle span {
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: middle;
  }
}
.activity {
  position: relative;
  border-left: 3px solid #ebecf1;
  margin-left: 16px;
}
.activity .img-activity {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  border: 3px solid;
}
.activity .item-activity {
  margin-left: 40px;
  margin-bottom: 26px;
}

#AreaChart2 {
  width: 105% !important;
  height: 88px !important;
  bottom: -20px;
  position: relative;
  left: -7px;
}

#CryptoChart, #CryptoChart1, #CryptoChart2, #CryptoChart3 {
  width: 105% !important;
  height: 70px !important;
  bottom: -15px;
  position: relative;
  left: -7px;
}

/* News ticker */
[class*=js-conveyor-] ul li {
  padding: 9px 15px;
  /* line-height: 47px; */
  border: 1px solid #efefef;
  margin-right: 5px;
  background: #fff;
  margin: 15px 6px;
  border-radius: 5px;
  box-shadow: 0 0px 10px -5px rgba(68, 84, 195, 0.5);
}

.news-crypto span {
  font-size: 0.8rem;
}

/*latetes news timeline */
.latest-timeline {
  height: 355px;
}
.latest-timeline ul.timeline {
  list-style-type: none;
  position: relative;
}
.latest-timeline ul.timeline:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 10px;
  height: 100%;
  z-index: 1;
  border-left: 3px dotted #ebecf1;
}
.latest-timeline ul.timeline > li {
  margin: 20px 0;
  padding-left: 2.5rem;
}
.latest-timeline ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #1753fc;
  left: 5px;
  width: 13px;
  height: 13px;
  z-index: 1;
}
.latest-timeline ul.timeline > li:first-child:before {
  border: 2px solid #0dd157;
}
.latest-timeline ul.timeline > li:nth-child(2):before {
  border: 2px solid #2d9eef;
}
.latest-timeline ul.timeline > li:nth-child(3):before {
  border: 2px solid #f35e90;
}
.latest-timeline ul.timeline > li:nth-child(4):before {
  border: 2px solid #fc7303;
}
.latest-timeline ul.timeline > li:nth-child(5):before {
  border: 2px solid #05a5ba;
}
.latest-timeline ul.timeline > li:nth-child(6):before {
  border: 2px solid #920bfa;
}
.latest-timeline ul.timeline > li:last-child:before {
  border: 2px solid #ec2d38;
}

.app-content.page-body {
  min-height: 67vh;
}

.time-data {
  font-size: 14px;
  font-weight: 500;
}

/*
 *  Accordion-Wizard-Form
 * ----------------------
 */
div[data-acc-content] {
  display: none;
}
div[data-acc-step]:not(.open) {
  background: #f0f0f2;
}
div[data-acc-step]:not(.open) h5 {
  color: #8e9cad;
}
div[data-acc-step]:not(.open) .badge-primary {
  background: #afb4d8;
}

#form .list-group-item:hover {
  background: none;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
  background: transparent;
}

.fc-widget-content .fc-bgevent {
  background-color: #f0f0f2 !important;
}

.apexcharts-toolbar {
  z-index: 0 !important;
  display: none;
}

.card-bgimg {
  background-size: cover;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border: 0;
}
.card-bgimg:before {
  opacity: 0.9;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  top: 0;
}
.card-bgimg .card-body {
  z-index: 10;
}

/*Horizontal Centerlogo */
@media (min-width: 992px) {
  .top-header.hor-top-header .header-brand-img {
    display: none;
  }
  .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    left: 0;
    display: block;
    position: absolute;
    margin: 0 auto;
    right: 0px;
  }
  .top-header.hor-top-header .form-inline .form-control {
    width: 175px;
  }
  .top-header.hor-top-header .header-brand {
    margin-right: 0rem;
  }

  .search-element {
    margin-top: 4px;
  }

  .sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    display: none;
  }

  .header.top-header.hor-top-header {
    border-bottom: 0px;
  }
  #login-background.d-none-sm-xs .login-bg {
    background-size: cover !important;
    background-position: right;
}
.width-box{
  width: 95%;
}
}
.icon.icon-shape {
  width: 2.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  font-size: 12px;
}

.h-250 {
  height: 150px;
}

.latest-timeline1 li {
  position: relative;
}

.latest-timeline.latest-timeline1-icon ul.timeline > li:before {
  display: none;
}

.latest-timeline1-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
  line-height: 2rem;
  text-align: center;
  left: 0;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}

.h-330 {
  height: 330px;
}

.shadow {
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}

.shadow3 {
  box-shadow: 0 0px 6px rgba(179, 186, 212, 0.7) !important;
}

.apexcharts-tooltip.light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0px 17px -5px rgba(68, 84, 195, 0.5);
}

.chart-dropshadow-primary {
  filter: drop-shadow(-6px 12px 4px rgba(68, 84, 195, 0.2));
}

.icon-dropshadow {
  filter: drop-shadow(0px 10px 4px #e5e9f2);
}

.icon-dropshadow-info {
  filter: drop-shadow(0px 4px 4px rgba(69, 170, 242, 0.3));
}

.icon-dropshadow-success {
  filter: drop-shadow(0px 4px 4px rgba(45, 206, 137, 0.3));
}

.icon-dropshadow-danger {
  filter: drop-shadow(0px 4px 4px rgba(255, 91, 81, 0.3));
}

.icon-dropshadow-warning {
  filter: drop-shadow(0px 4px 4px rgba(236, 180, 3, 0.3));
}

.chart-dropshadow {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.5));
}

.GradientlineShadow {
  filter: drop-shadow(0 -8px 4px rgba(179, 186, 212, 0.2));
}

.BarChartShadow {
  filter: drop-shadow(0px 1px 4px rgba(179, 186, 212, 0.3));
}

.donutShadow {
  filter: drop-shadow(-5px 0px 10px rgba(179, 186, 212, 0.4));
}

.transaction-table.table td {
  vertical-align: middle;
}
.transaction-table.table .apexcharts-tooltip.light {
  display: none;
}
.transaction-table.table thead th {
  padding-bottom: 20px;
}

.inde4-table tr td:first-child {
  position: relative;
}
.inde4-table tr td:first-child:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: 0px;
  top: 17px;
}
.inde4-table tr:nth-child(1) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
.inde4-table tr:nth-child(2) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
.inde4-table tr:nth-child(3) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
.inde4-table tr:nth-child(4) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}
.inde4-table tr:nth-child(5) td:first-child:before {
  background: rgba(236, 180, 3, 0.7);
}
.inde4-table tr:nth-child(6) td:first-child:before {
  background: rgba(255, 91, 81, 0.7);
}
.inde4-table tr:nth-child(7) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
.inde4-table tr:nth-child(8) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
.inde4-table tr:nth-child(9) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
.inde4-table tr:nth-child(10) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}

.crypto-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  line-height: 3rem;
  text-align: center;
  font-size: 1.8rem;
  margin-right: 18px;
}

.crypto-tabs {
  padding: 0 !important;
  border: 0 !important;
}
.crypto-tabs .tabs-menu1 ul li .active {
  background: #fff;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0.09), 10px 10px 15px -5px #b0b8d6;
  border: 0px solid #ebecf1;
  border-bottom: 0;
}
.crypto-tabs .tabs-menu1 ul li a {
  display: block;
  font-size: 16px;
}

table.table-bordered.dataTable td:first-child {
  border-left: 0px solid #ebecf1 !important;
}

.js-conveyor-example:before {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to right, #f0eff1, transparent);
  z-index: 9;
  left: 0;
  top: 8px;
}
.js-conveyor-example:after {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to left, #f0eff1, transparent);
  z-index: 9;
  right: 0;
  top: 8px;
}

.user-info .social li {
  display: inline-block;
}
.user-info .social .social-icon {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  line-height: 2.5rem;
  border-radius: 50%;
}

.date-range-btn {
  font-size: 0.9375rem;
}

.side-menu__icon {
  color: #1e1e2d;
}

.sidemneu-icon2 {
  fill: #8e98db;
}

.svg-icon {
  color: #5c678f;
  fill: #5c678f;
}

.svg-icon1 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 37.5px;
  height: 37.5px;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  color: #5c678f;
  fill: #5c678f;
}

.profile-dropdown .header-icon {
  line-height: 20px;
}

.header-option .header-icon {
  margin-top: -3px;
}
.header-option .nav-link {
  margin: 7px 0 0 0;
}

.card-custom-icon.text-success {
  fill: #2dce89;
}

.feature .feature-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background: rgba(68, 84, 195, 0.2);
  text-align: center;
  font-size: 25px;
}

.expenses-card {
  padding-top: 170px;
}
.expenses-card #Chart {
  width: 105% !important;
  bottom: -15px;
  position: relative;
  left: -7px;
  height: 120px !important;
}
.expenses-card .card-body {
  position: absolute;
  top: 0;
}

.page-rightheader .breadcrumb {
  padding: 0;
  background: transparent;
}

.under-countdown .countdown {
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}

/*----- clipboard-----*/
.clip-widget {
  position: relative;
}

.clipboard-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0px;
  background: #fff;
  color: #212529;
  border-radius: 5px;
  width: 35px;
  cursor: pointer;
  /* line-height: 37px; */
  height: 35px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.clipboard-icon i {
  margin-top: 5px;
  font-size: 20px;
}

.highlight {
  position: relative;
  background: #f7f6fd;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.highlight pre {
  margin-bottom: 0;
  max-height: 15rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/*----- clipboard-----*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid #4757c4;
  border-radius: 14px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
}

.usertab-list li {
  margin: 5px 0;
}

.profile-media-img {
  border: 0px solid #efefef;
  display: block;
  position: relative;
  display: block;
}
.profile-media-img h6 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
.profile-media-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
.profile-media-img h6 a {
  position: relative;
  z-index: 999;
}

#form .list-group-item {
  padding: 25px;
}

.custom-switch {
  padding-left: 0;
  font-size: 12px;
}

.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #f5f9fc;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #ebecf1;
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}

.custom-switch-input:focus ~ .custom-switch-indicator {
  box-shadow: none;
}

.custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
  font-size: 16px;
}

.custom-switch-input:checked ~ .custom-switch-description {
  color: #1e1e2d;
}

.page-rightheader .date-range-btn {
  position: relative;
  padding-left: 40px;
}

.main-proifle {
  position: relative;
  background: #FFF;
  padding: 25px;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-top: 1px solid #ebecf1;
  border-radius: 8px;
  overflow: hidden;
}
.main-proifle .tab-menu-heading {
  border-left: 0;
  border-right: 0;
  margin: 0 -30px;
  margin-top: 25px;
}

.profile-edit {
  position: relative;
}

.profile-share {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.profile-share a {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.main-proifle .profile-icon, .profile-footer .new, .pro-option {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.pro-details li {
  width: 50%;
  float: left;
  margin-bottom: 0.5rem;
}

.profile-edit textarea {
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.profile-edit textarea:focus {
  background: #ebecf1;
  border: 1px solid #ebecf1;
}

.social-profile-buttons li {
  float: left;
  display: block;
}
.social-profile-buttons li a {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: #d2d6f1;
  border: 2px solid #1e1e2d;
  margin: 2px;
}

.fill-white {
  fill: transparent;
}

.page-header .breadcrumb-icon {
  margin-top: 3px;
  margin-left: 4px;
}
.page-header .breadcrumb-item .svg-icon {
  width: 20px;
}
.page-header .breadcrumb-item:first-child {
  margin-top: 0;
}

.only-subscription {
  display: block;
}

.main-nav-calendar-event .nav-link {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.main-nav-calendar-event .nav-link.exclude {
  position: relative;
  opacity: 0.3;
}
.main-nav-calendar-event .nav-link.exclude:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #737688;
}

.form-wizard-title {
  line-height: 25px;
  margin-left: 10px;
}

.footer .social .social-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 1px solid #ebecf1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
}

.richText .richText-undo, .richText .richText-redo {
  border-right: #ebecf1 solid 1px !important;
}

.modal-open .select2-dropdown {
  z-index: 10000 !important;
}

.page-leftheader ol {
  padding-left: 0;
  background: none;
  padding: 0;
}
.page-leftheader .breadcrumb-item {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  margin-top: 0;
}
.page-leftheader .breadcrumb-item + .breadcrumb-item::before {
  color: #1e1e2d;
  padding-left: 0;
  font-family: "FontAwesome";
  content: "";
  font-weight: 400;
}
.page-leftheader .breadcrumb-item a {
  color: #1e1e2d;
}

.sub-pageheader {
  display: flex;
  margin-bottom: 2.3rem;
  font-size: 14px;
}
.sub-pageheader .nav-link:first-child {
  padding-left: 0;
}
.sub-pageheader .nav-link:last-child {
  padding-right: 0;
}
.sub-pageheader .nav-link.border-right {
  border-right: 1px solid #cfd1e1 !important;
}

hr.pageheader-border {
  border-top: 1px solid #dfe0e7;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 992px) {
  .sub-pageheader .nav-link {
    display: none;
  }
  .sub-pageheader .left-nav .nav-link:first-child, .sub-pageheader .left-nav .nav-link:nth-child(2) {
    display: block;
  }
  .sub-pageheader .right-nav .nav-link.d-md-none {
    display: block;
  }

  .page-header {
    display: block;
  }
  .page-header .page-leftheader ol {
    padding-top: 0;
  }

  .page-rightheader h6 {
    font-size: 10px;
  }
}
.dash1-card {
  position: absolute;
}
.dash1-card p {
  font-size: 14px;
}
.dash1-card .ratio {
  position: absolute;
  right: -10px;
  top: 20px;
  padding: 5px 15px;
  background-color: #222222;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 15px 0px 0px 15px;
}
.dash1-card .ratio-text {
  position: absolute;
  top: 55px;
  right: 5px;
  font-size: 13px;
}

.sales-bar {
  min-height: 280px !important;
  position: relative;
  bottom: -21px;
  left: -10px;
}

.header-dropdown-list .ps__thumb-y {
  opacity: 0;
}

.page-header.main-pageheader {
  margin-bottom: 0;
}

.page-rightheader .breadcrumb-item a {
  color: #1e1e2d;
}
.page-rightheader .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.page-rightheader .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: feather !important;
  color: #1e1e2d;
  opacity: inherit;
}

.card-over {
  position: relative;
  top: -20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #dbe2eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem !important;
}

.bread-select {
  display: flex;
}
.bread-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
}

.emp-circle-chart {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
}

.dash1-iocns {
  padding: 6px 14px;
  border-radius: 50px;
  border: 2px dotted;
}

.country-card {
  overflow: auto;
}

#talent-chart {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.2));
}

.custom-btns .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 2rem;
}

.widget-user-image {
  height: 100px;
  width: 100px;
  clear: both;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  position: relative;
}

.widget-user-image-sm {
  height: 40px;
  width: 40px;
  clear: both;
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  position: relative;
}

.vendor-image-sm {
  clear: both;
  display: block;
  position: relative;
}
.vendor-image-sm img {
  width: 20px;
}

.header .nav-link.icon i {
  color: #5c678f;
}

.mail-inbox .list-group-item {
  border: 0 !important;
}

.user-details .user-icon {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.user-details span.h6 {
  vertical-align: middle;
}

.item7-card-desc .fe {
  color: #5c678f;
}

.nav-link.icon .header-icon {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  color: #1e1e2d;
  padding: 11px 10px 10px;
}

.profile-dropdown img {
  width: 40px;
  height: 40px;
  border: 1px solid #ebecf1;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  margin-top: -3px;
  -o-object-fit: cover;
     object-fit: cover;
     display: inline-block;
}
.profile-dropdown .nav-link {
  padding: 5px 0 0;
}

.hor-header {
  border-bottom: 1px solid #dbe2eb;
}
.hor-header .search-element {
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .horizontalMenucontainer .header.top-header {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .top-header1 .header-brand2 .header-brand-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
  }

  .top-header1 .header-brand {
    display: none;
  }

  .top-header1 .form-inline .form-control {
    width: 250px;
  }
}
@media (max-width: 575px) and (min-width: 569px) {
  .animated-arrow.hor-toggle {
    padding: 16px 35px 16px 0px !important;
  }
}
/*---- IE11 Support ----*/
*::-ms-backdrop, .img-height {
  height: 100%;
}

*::-ms-backdrop, .img-height1 {
  height: 333px;
}

*::-ms-backdrop, .social-profile-buttons li {
  float: none;
  display: inline-block;
}

*::-ms-backdrop, .social-profile-buttons ul {
  margin-bottom: 0;
}

*::-ms-backdrop, .btn-icon.btn-svg .svg-icon {
  height: 16px;
}

*::-ms-backdrop, .price-svg .price-title {
  top: 0 !important;
}

*::-ms-backdrop, .price-svg svg {
  height: 65px !important;
}

*::-ms-backdrop, .item7-card-img {
  height: 100%;
}

*::-ms-backdrop, .main-content {
  height: 100%;
}

*::-ms-backdrop, .app-sidebar-help {
  display: none;
}

*::-ms-backdrop, .list-card .media-body {
  display: block !important;
}

*::-ms-backdrop, .media-body.time-title1 {
  display: block !important;
}

*::-ms-backdrop, .media .media-body {
  display: table-cell;
}

*::-ms-backdrop, .chat-widget-header .option-dots new-list2 .fe {
  display: block;
}

*::-ms-backdrop, .message-feed.right .media-body {
  display: table-cell;
}

*::-ms-backdrop, .message-feed.media .media-body {
  display: block;
}

*::-ms-backdrop, .main-chat-body .media .media-body {
  display: -ms-flexbox;
}

*::-ms-backdrop, .main-chat-list .media-body {
  display: block;
}

*::-ms-backdrop, .chat-widget-header .option-dots.new-list2 .fe {
  display: block;
}

*::-ms-backdrop, .card-img-top {
  height: 250px;
}

*::-ms-backdrop, .image10 {
  height: 250px;
}

*::-ms-backdrop, .card-image1 {
  height: 250px;
}

*::-ms-backdrop, .sweet-alert .sa-info.sa-icon::after {
  margin-left: 37px !important;
  top: 17px !important;
}

*::-ms-backdrop, .main-contact-info-header .media-body {
  display: block;
}

*::-ms-backdrop, .main-contact-info-body .media-body {
  display: -ms-flexbox;
}

*::-ms-backdrop, #media3 .media-body, #media1 .media-body {
  display: block;
}

*::-ms-backdrop, .page-style1 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

*::-ms-backdrop, .page-single, .page-single-content {
  display: block !important;
}

*::-ms-backdrop, .page-style1 .page-single-content {
  display: block !important;
}

*::-ms-backdrop, .page, .page-content {
  display: flex !important;
}

*::-ms-backdrop, .page-style1 .page-single {
  display: block !important;
}

*::-ms-backdrop, .page-content img {
  min-width: 50%;
}

*::-ms-backdrop, .chat-conatct-list .option-dots {
  padding: 2px 12px !important;
}

.sidenav-toggled .header.py-4 .header-brand .header-brand-img.desktop-lgo {
  display: flex !important;
  margin: 0;
}

*::-ms-backdrop, .chat-conatct-list .media {
  overflow: visible;
}

.data-percentage-change {
  vertical-align: middle;
}

.remove-voice {
  display: none;
}

.voice-neural-sign {
  font-size: 10px;
  color: #D13212;
  font-style: normal;
}

.no-italics {
  font-style: normal;
}

/* ==========================================================================
 *
 *    DATA TABLE STYLES
 *
 * ========================================================================== */
.data-table {
  margin-bottom: 1rem !important;
}

.dataTable tbody tr.shown + tr td:first-of-type {
  padding: 0 3rem 0 2rem;
  border-top: none;
}

.dataTable thead tr {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  text-transform: none;
  font-weight: 800;
}

.dataTable tbody td {
  font-size: 12px;
  vertical-align: middle;
  padding-right: 0;
}
// .dataTable tbody td tbody td button {
//   background-color: #fff;
//     color: #1e1e2d;
//     border-radius: 4px;
//     font-size: 12px;
//     padding: 7px 12px;
// }
.dataTable tbody td tbody td button.dropdown-toggle::after{
  display: none;
}
.dataTable tbody td tbody td button.btn-primary{
  background-color: var(--primary-color)!important;
}
.dataTable tbody td tbody td button {
  // background-color: #1E1E2D;
}
.dataTable tbody td tbody td button:hover {
  // background-color: #7B83EB;
}
.dataTable tbody td tbody td .processing {
  padding: 0.4rem 0.7rem;
  background-color: #F6AD0F;
}
.dataTable tbody td tbody td .in_progress {
  padding: 0.4rem 0.7rem;
  background-color: #F6AD0F;
}
.dataTable tbody td tbody td .completed {
  padding: 0.4rem 0.7rem;
  color: #FFF;
  background-color: #008c00;
}
.dataTable tbody td tbody td .failed {
  padding: 0.4rem 0.7rem;
  color: #FFF;
  background-color: #D13212;
}

.cell-box {
  border-radius: 35px;
  padding: 3px 20px;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
}

.user-pending,
.user-suspended,
.support-resolved,
.support-pending,
.payout-processing,
.priority-low,
.user-group-user,
.voice-standard,
.plan-closed,
.payment-pending,
.subscription-pending,
.notification-info,
.translate-in_progress,
.type-file,
.plan-free {
  background: #1e1e2d;
}

.voice-neural,
.notification-new-user,
.payment-prepaid,
.type-both,
.notification-marketing,
.notification-support-ticket,
.notification-support-ticket-resolved,
.notification-exported-video {
  background: var(--primary-color);
  display: inline-block;
}

.user-active,
.plan-paid,
.priority-normal,
.support-open,
.support-escalated,
.notification-announcement,
.notification-new-payment,
.plan-active,
.payment-success,
.payment-subscription,
.subscription-active,
.promocode-valid,
.payout-completed,
.blog-published,
.translate-completed,
.status-active,
.faq-visible,
.user-group-subscriber {
  background: #00c851;
}

.priority-high {
  background: #fc7303;
}

.user-deactivated,
.support-declined,
.priority-critical,
.user-group-admin,
.payment-failed,
.subscription-cancelled,
.subscription-suspended,
.subscription-expired,
.payout-cancelled,
.payout-declined,
.promocode-invalid,
.payment-cancelled,
.payment-declined,
.blog-hidden,
.notification-payout-request,
.translate-failed,
.status-deactive,
.faq-hidden,
.notification-warning {
  background: #ff3547;
}

.table-actions {
  font-size: 14px;
  color: #555;
}

.table-actions-dropdown {
  font-size: 12px;
  min-width: auto;
  padding: 0;
  color: #1e1e2d;
}
.table-actions-dropdown i {
  font-size: 14px;
  margin-right: 10px;
}
.table-actions-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
}
.table-actions-dropdown .dropdown-item:hover, .table-actions-dropdown .dropdown-item:focus {
  background: #F7F7F7;
}

.table#subscriptionsAdminTable th, .table#subscriptionsAdminTable td {
  border-top: none !important;
}

.dataTables_wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.dataTables_wrapper .dataTables_filter {
  text-align: right !important;
}
.dataTables_wrapper .dataTables_filter .form-control-sm {
  padding: 0 1rem !important;
}
.dataTables_wrapper .dataTables_filter label {
  font-weight: 800;
}
.dataTables_wrapper .dataTables_length label {
  font-weight: 800;
  margin-bottom: 0.5rem !important;
  padding-top: 0.3rem !important;
}
.dataTables_wrapper .dataTables_length label select {
  margin-bottom: 2px !important;
}
.dataTables_wrapper .dataTables_length select {
  font-size: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ebecf1;
  margin-bottom: 0.5rem;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 0;
  font-size: 12px;
  border: none;
  padding-left: 15px;
  border-bottom: 1px solid #ebecf1;
}
.dataTables_wrapper .dataTables_filter input:hover, .dataTables_wrapper .dataTables_filter input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  transition: all 0.2s;
}
.dataTables_wrapper .dataTables_filter .search-icon {
  position: absolute;
  top: 8px;
  margin-left: 5px;
}
.dataTables_wrapper .dataTables_length .custom-select:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  transition: all 0.2s;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.disabled a {
  color: #ebecf1 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active {
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  margin-bottom: 0.5rem;
  border-radius: 0;
  color: #555;
  border-color: #ebecf1;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link:hover {
  background: #F7F7F7;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.dataTables_info {
  padding-left: 12px;
  font-size: 10px;
}

.details-table {
  width: 100%;
  margin-bottom: 0;
}
.details-table td {
  padding: 12px 0 12px 12px !important;
  border-top: 1px solid #ebecf1 !important;
  // max-width: 10ch;
}
.details-table .details-title-text{
  max-width: 10ch;
}
table.dataTable table.details-table td form{
  width: 65vw;
  margin: 0 auto;
}
.details-table audio {
  width: 100%;
}
.details-table .details-title, .details-table .details-result {
  font-weight: 700;
}

.dataTable div.slider {
  display: none;
}

@media (max-width: 575px) {
  .dataTable tbody tr.parent {
    display: contents;
  }
}
#no-results-img {
  width: 150px;
  opacity: 0.7;
  margin-bottom: 0.2rem;
}

.result-download {
  text-shadow: 0 1px 3px rgba(50, 50, 50, 0.2);
  color: var(--primary-color);
  margin-top: 4px;
}
.result-download:hover {
  color: #1e1e2d;
}

.result-play {
  background: none;
  padding: 3px 6px 3px 8px;
  border: 1px solid white;
  border-radius: 50%;
  margin-left: -5px;
  line-height: 1.4;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
  color: var(--primary-color);
}
.result-play:hover {
  color: #1e1e2d;
}

.result-download {
  margin-left: -5px;
}
.result-download i {
  padding-right: 0 !important;
}

.result-pause {
  padding: 3px 7px 3px 7px !important;
  color: #1e1e2d;
}

.voice-action-buttons {
  background: none;
  border: 1px solid white;
  border-radius: 50%;
  line-height: 2;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
  color: #1e1e2d;
  margin-right: 0.5rem;
  width: 26px;
  height: 25px;
  text-align: center;
}

#refresh-button {
  position: absolute;
  right: 1.5rem;
}
#refresh-button i, #refresh-translate-button i,#refresh-voiceover-button i{
  font-size: 12px;
  border-radius: 0;
  padding-right: 0;
  background: none;
  color: #1e1e2d;
}

.rename-voice:hover, .rename-voice:focus {
  color: var(--primary-color);
}

.activate-voice:hover, .activate-voice:focus {
  color: #00c851;
}

.deactivate-voice:hover, .deactivate-voice:focus {
  color: #D13212;
}

.transcribe-result:hover, .transcribe-result:focus {
  color: var(--primary-color);
  // color:#fff;
}

.balance-highlight {
  color: var(--primary-color);
  font-weight: 600;
}
.create-support .overlap-stu .main-sl-btn,.courses-page .main-sl-btn{
  background: var(--primary-sec-color) !important;
  border-radius: 3px;
  font-size: 11px;
  text-transform: inherit !important;
  padding: 5px 12px;
  border-color: transparent !important;
}
.courses-page .generate-storyboard{
  background: var(--primary-sec-color) !important;
  border-radius: 3px!important;
  font-size: 14px!important;
  text-transform: inherit !important;
  padding: 7px 18px;
  border-color: transparent !important;
  line-height: 1.7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.create-support .input-box h6{
  font-family: "Poppins", sans-serif;
}
.ai-cus .overlap-stu .input-box .form-control::-webkit-scrollbar{
  width: 9px;
  height: 9px;
}
.ai-cus .overlap-stu .input-box .form-control::-webkit-scrollbar-thumb{
  border-radius: 10px;
}
.overlap-stu div#nav-tab{
  z-index: 999;
  position: relative;
  justify-content: center;
}
.overlap-stu div#nav-tab .nav-link{
  background: none;
  color: #1e1e2d;
  width: auto;
  min-width: 155px;
}
.overlap-stu div#nav-tab .nav-link.active{
  background: none;
  color: var(--primary-color);
  border-bottom: 4px solid var(--primary-color);
}
.overlap-stu div#nav-tabContent div.dataTables_wrapper{
  margin-top: -50px;
}
.overlap-stu .dataTables_length,.overlap-stu .dataTables_info {
  padding-bottom: 1.5rem;
}
/* ==========================================================================
 *
 *    INPUT FORM BOX STYLES
 *
 * ========================================================================== */
.input-box {
  margin-bottom: 1.5rem;
}
.input-box h6 {
  font-family: "Lato", sans-serif;
  margin-bottom: 0.6rem;
  font-size: 12px;
}
.input-box .form-control {
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  padding: 1.15rem 1.3rem;
  font-size: 10px;
  color: #1e1e2d;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}
.input-box input:hover, .input-box input:focus {
  border-color: var(--primary-color);
  box-shadow: 0px 0px 3px 1px rgba(75, 83, 188, 0.4);
  transition: all 0.2s;
}
.input-box textarea {
  font-weight: 400 !important;
}
.input-box textarea:hover, .input-box textarea:focus {
  border-color: var(--primary-color);
  box-shadow: 0px 0px 3px 1px rgba(75, 83, 188, 0.4);
  transition: all 0.2s;
}

/* ==========================================================================
 *
 *    AWSELECT DROPDOWN SELECT BOX
 *
 * ========================================================================== */
.awselect {
  text-align: left;
  margin-bottom: 1.5rem;
  font-size: 12px !important;
  font-weight: 600;
}

.awselect .front_face {
  padding: 10px 12px !important;
}

.awselect .front_face > .bg {
  background: #FFF !important;
  color: #1e1e2d;
  /* box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14); */
}

.awselect .back_face {
  padding: 0px !important;
  float: left;
}

.awselect.animate2 > .bg {
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.5);
}

.awselect .back_face ul li a {
  padding: 10px 8px !important;
  float: left;
  border-bottom: 1px solid #ebecf1;
}

.awselect .back_face ul li a:hover {
  background: #F7F7F7;
  color: var(--primary-color);
}

.awselect .awselect-img {
  vertical-align: middle;
  border-style: none;
  width: 20px;
  padding-bottom: 1px;
  margin-right: 1rem;
}

.awselect.placeholder_animate2 .front_face .placeholder {
  color: #728096;
}

.avoid-clicks {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.4 !important;
}
.awselect .front_face span{
  overflow: hidden;
  max-width: 97%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}div#tts-awselect button.create-project{
    padding: 6px 12px;
    font-size: 12px;
}
/* ==========================================================================
 *
 *    MULTISELECT DROPDOWN SELECT BOX
 *
 * ========================================================================== */
.multiselect__container {
  width: auto;
  font-size: 12px;
  font-family: "Lato", sans-serif;
  color: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.multiselect__options.visible {
  background: #FFF;
  max-height: 400px !important;
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.5);
}

.multiselect__options ul {
  max-height: 400px !important;
}

.multiselect__container > * {
  color: #000;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.multiselect__options ul li {
  padding: 10px 20px !important;
  float: left;
  border-bottom: 1px solid #ebecf1;
  color: inherit;
  width: 100%;
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.multiselect__options ul li:hover, .multiselect__options ul li:focus {
  background: #F7F7F7;
  color: var(--primary-color);
}

.multiselect__options--selected {
  background-color: var(--primary-color) !important;
}
.multiselect__options--selected:hover, .multiselect__options--selected:focus {
  color: #1e1e2d !important;
}

.multiselect__selected {
  background: var(--primary-color);
  border-radius: 15px;
  padding: 4px 10px;
}
.multiselect__selected .multiselect__remove-btn svg {
  height: 10px;
  width: 10px;
  margin-top: 2px;
}
.multiselect__selected .multiselect__remove-btn svg:hover, .multiselect__selected .multiselect__remove-btn svg:focus {
  color: #1e1e2d;
}

.multiselect__clear-btn svg {
  height: 15px;
  width: 15px;
}
.multiselect__clear-btn svg:hover, .multiselect__clear-btn svg:focus {
  color: var(--primary-color);
}

.multi-template, .multi-tag-template {
  display: flex;
  align-items: center;
}

.multi-template__img {
  height: 15px;
  width: 20px;
  background-size: cover;
  margin-right: 1rem;
}

.multi-tag-template__img {
  height: 15px;
  width: 20px;
  background-size: cover;
  margin-right: 7px;
  display: block;
}

/* ==========================================================================
 *
 *    PROFILE/EDIT - USERS
 *
 * ========================================================================== */
.card-body table td, .card-body .table th {
  border-top: 0.2px solid #ebecf1;
  font-weight: 500;
  font-size: 13px;
}
.card-body table tbody tr {
  font-size: 12px;
}

.intl-tel-input .flag-dropdown .selected-flag {
  padding: 3px 24px 10px 16px;
  margin-top: 1px;
  margin-left: 1px;
  border: none;
}

.country-users h6 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 1rem;
}
.country-users ul {
  -moz-column-count: 3;
       column-count: 3;
  font-size: 12px;
}
.country-users ul li {
  margin-bottom: 0.5rem;
}

.special-btn {
  padding: 0.74rem 15px !important;
}

/* ==========================================================================
 *
 *    SUPPORT/CREATE - USERS
 *
 * ========================================================================== */
.ql-toolbar.ql-snow {
  border: 1px solid #ced4da;
  font-family: "Lato", sans-serif;
  background: #fff;
}

.ql-container.ql-snow {
  border: 1px solid #ced4da;
  font-family: "Lato", sans-serif;
}

/* ==========================================================================
 *
 *    RESULT/SHOW - USERS/ADMINS
 *
 * ========================================================================== */
#user-text {
  border: 1px solid #ced4da;
  padding: 10px 20px;
  font-size: 14px;
}

.actions-total button.btn {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 0;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.actions-total button:hover {
  background-color: var(--primary-color);
  color: #FFF;
  transition: all 0.2s ease;
}

.actions-total a.btn {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 0;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.actions-total a:hover {
  background-color: var(--primary-color);
  color: #FFF;
  transition: all 0.2s ease;
}

/* ==========================================================================
 *
 *    FLASH ALERT MESSAGES
 *
 * ========================================================================== */
.alert {
  z-index: 1000;
  position: absolute;
  right: 2rem;
  margin-top: 2rem;
  font-size: 12px;
  width: 30%;
  line-height: 2.2;
  color: #fff;
  font-weight: 600;
  border: none !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.alert i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.alert-login {
  right: auto;
  width: 66.7% !important;
  top: 10px !important;
}

.alert-success {
  background: #00c851 !important;
}

.alert-info {
  background: #33b5e5 !important;
}

.alert-warning {
  background: #fb3 !important;
}

.alert-danger {
  background: #ff3547 !important;
}

.close {
  font-size: 1.3rem;
  line-height: 1.3;
  opacity: 0.8;
  color: #fff;
}

#verify-email .alert {
  font-size: 10px;
  line-height: 3;
}

/* ==========================================================================
 *
 *    MODAL STYLES
 *
 * ========================================================================== */
.modal-header {
  padding: 1rem 2rem;
  border-bottom: none;
}
.modal-header .close {
  color: #1e1e2d;
}

.modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.modal-title i {
  font-weight: 600;
  margin-right: 0.5rem;
  color: var(--primary-color);
}
.modal-title button {
  outline: none;
  color: #1e1e2d;
}

.modal-body {
  padding-top: 5px;
  padding-bottom: 1.5rem;
}
.modal-body p {
  font-size: 12px;
  margin-bottom: 0;
}

.modal-footer {
  padding: 0 10px 0 0;
  border-top: none;
}

.modal-footer-awselect {
  display: inline-flex !important;
  float: right !important;
}

.transcript-modal .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.transcript-modal .form-control {
  font-size: 14px;
}
.transcript-modal .modal-buttons {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.transcript-modal .modal-buttons a {
  padding: 0.3rem 0.5rem;
  color: #1e1e2d;
  font-size: 14px;
  margin-right: 0.5rem;
  background-color: #FFF;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
}
.transcript-modal .modal-buttons a:hover, .transcript-modal .modal-buttons a:focus {
  color: var(--primary-color);
}
.transcript-modal .save-status {
  font-size: 12px;
  margin-left: 1.5rem;
  color: green;
  transition: all 0.5s ease-in;
  margin-bottom: 0.4rem;
  display: none;
}

/* ==========================================================================
 *
 *    ACTION STYLES
 *
 * ========================================================================== */
#special-buttons .btn-special {
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  font-size: 12px;
  border-radius: 0;
  margin-right: 1rem;
  font-weight: 600;
}
#special-buttons .btn-special:hover, #special-buttons .btn-special:focus {
  background-color: var(--primary-color);
  color: #fff;
}
#special-buttons .dropdown-toggle::after {
  vertical-align: middle;
}
#special-buttons .dropdown-menu {
  border-radius: 0;
  font-size: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  margin-top: 3px;
}
#special-buttons .dropdown-item {
  padding: 0.5rem 1.5rem;
}
#special-buttons .dropdown-item:hover, #special-buttons .dropdown-item:focus {
  background-color: #F7F7F7;
}

#target-wrapper #textarea-box {
  position: relative;
}

#textarea-box .form-control {
  font-size: 12px !important;
}
#textarea-box .form-control.h-52 {
  height: 52px;
}
#textarea-box .input-label {
  position: absolute;
  top: 0;
  padding-left: 5px;
  font-size: 14px;
  color: #728096;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#textarea-box .input-label::after {
  content: "";
  position: absolute;
}

#textarea-box .input-label-content {
  position: relative;
  padding: 0 5px;
  color: #728096;
  background-color: #FFF;
  opacity: 1;
  display: inline-block;
  transform-origin: 0 0;
  top: -13px;
  left: 15px;
  font-size: 10px;
}

.input-label-content-modal {
  top: -7px !important;
}

/* -------------------------------------------- */
/* 		Textarea Counter and Button
/* -------------------------------------------- */
.jQTAreaExt {
  margin-bottom: 0;
  height: 2px;
  background-color: var(--primary-color);
}

#textarea-settings {
  padding: 7px 0;
}

#textarea-settings .character-counter {
  float: left;
}

#textarea-settings .jQTAreaCount,
#textarea-settings .jQTAreaValue {
  font-style: normal;
}

#textarea-settings .clear-button {
  float: right;
  font-size: 10px;
}

#textarea-settings .clear-button button {
  font-size: 10px;
  color: #728096;
  padding-right: 0;
  background: none;
  border: none;
  outline: none;
  text-decoration: none;
}

#textarea-settings .clear-button button:hover {
  color: var(--primary-color);
}

#textarea-settings .character-counter {
  font-style: normal;
  font-size: 10px;
  color: #728096;
}

.main-action-button {
  width: auto;
  font-size: 12px !important;
}

#processing {
  display: none;
}

/* -------------------------------------------- */
/* 		Create Project
/* -------------------------------------------- */
.pt-align {
  padding-top: 18px;
}

.pt-align-17 {
  padding-top: 17px;
}

.pt-align-left {
  padding-left: 5px;
}

.pt-align-2 {
  padding-top: 23px;
}


.create-project {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  border-radius: 0;
}
.create-project:hover {
  cursor: pointer;
  background-color: var(--primary-color);
  color: #FFF;
}

.create-project-info {
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

#delete-project:hover {
  background-color: #ec2d38;
}

/* -------------------------------------------- */
/* 		Radio Button Checkboxes
/* -------------------------------------------- */
#audio-format {
  display: inline-flex;
}

#audio-format .radio-control {
  display: inline-flex;
}

#audio-format .radio-control:hover > .label-control {
  color: var(--primary-color);
  cursor: pointer;
}

#audio-format .input-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: var(--primary-color);
  top: 5px;
  height: 15px;
  width: 15px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

#audio-format .input-control:checked::before {
  position: absolute;
  font: 9px/1 "Open Sans", sans-serif;
  left: 5px;
  top: 3px;
  content: "⅃";
  transform: rotate(40deg);
}

#audio-format .input-control:checked {
  background-color: var(--primary-color);
  color: #FFF;
  transition: all 0.2s;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

#audio-format .input-control:checked + .label-control {
  color: var(--primary-color);
}

#audio-format .label-control {
  margin-left: 5px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 600;
}

#audio-format .label-control:hover {
  color: var(--primary-color);
}

#aws-ogg,
#azure-ogg,
#azure-webm,
#wav {
  display: none;
  line-height: 1;
}
#aws-ogg .label-control,
#azure-ogg .label-control,
#azure-webm .label-control,
#wav .label-control {
  line-height: 1.5 !important;
}
/* -------------------------------------------- */
/* 		Voiceover Studio New Design Dropdown
/* -------------------------------------------- */
.new-style-box .special-buttons.style-box .btn-special{
  background: #FFFFFF;
  border: 1px solid #D2D2D2 !important;
  border-radius: 5px !important;
  height: 54px;
  text-align: left;
  margin-left: -4px;
}
.new-style-box .special-buttons.style-box .btn-special:hover{
  background: #FFFFFF;
  color: #212529;
}
.new-style-box .special-buttons.style-box .btn-special.dropdown-toggle::after {
  display: none;
}
.new-style-box .special-buttons.style-box .btn-special.dropdown-toggle::before{
  content: '';
  display: inline-block;
  float: right;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #212529;
  border-left: 1px solid #212529;
  border-bottom-left-radius: 2px;
  transform: rotate(-45deg) translate(50%, 0%);
  transform-origin: center center;
  transition: transform ease-in-out 100ms;
  position: absolute;
  top: 23px;
  right: 25px;
}
.new-style-box .special-buttons.style-box .btn-special.dropdown-toggle.show::before{
  transform: rotate(135deg) translate(50%, 0%);
  right: 20px;
}
.create-open-project .dropdown-toggle::after {
  display: none;
}
.create-open-project.special-buttons .btn-special {
  width: 58px;
  height: 54px;
  margin-left: -4px;
  pointer-events: none;
}
.create-open-project.special-buttons .dropdown-menu.create{
  min-width: 200px;
  right: auto !important;
  bottom: auto !important;
  left: -150px !important;
  top: 14px !important;
}
.create-open-project.special-buttons .dropdown-menu .open-select{
  padding: 0;
}
.create-open-project.special-buttons .dropdown-menu.create .dropdown-item{
  color: #1E1E2D;
  font-weight: 600;
  font-size: 13px;
}
.create-open-project.special-buttons .dropdown-menu.create .dropdown-item .awselect{
  border: 0 !important;
  margin: 0 !important;
}
.create-open-project.special-buttons .dropdown-menu.create .dropdown-item .awselect .front_face{
  padding: 0.5rem 1rem !important;
}
.create-open-project.special-buttons .dropdown-menu.create .dropdown-item .awselect .front_face .content {
  font-size: 13px;
}
.create-open-project.special-buttons .dropdown-menu.create .dropdown-item{
  overflow: visible;
}
.create-open-project.special-buttons .btn-special:hover,.create-open-project.special-buttons .btn-special:focus {
  background: #f5f9fc;
}
.project-details fieldset{
  display: block;
  padding-inline-start: 0.75em;
  min-inline-size: min-content;
  border-width: 1px;
  border-style: solid;
  border-color: #D2D2D2;
  border-image: initial;
  border-radius: 4px;
}
.project-details legend{
  display: block !important;
  padding-inline-start: 4px !important;
  padding-inline-end: 4px !important;
  border-width: initial !important;
  border-style: none !important;
  border-color: initial !important;
  border-image: initial !important;
  font-size: 12px;
  width: unset;
  margin-top: -10px;
  background: #fff;
  margin-bottom: 0;
}
.project-details legend:empty+input{
  height: 52px !important;
    top: 0;
}
.project-details fieldset input {
  height: 44px !important;
  padding: 21px 10px!important;
  width: calc(100% + 12px) !important;
  margin-left: -12px;
  background-color: transparent !important;
  top: -3px;
  position: relative;
  color: #212529;
  font-weight: 600;
}
.project-details fieldset input::placeholder{
  color: #212529;
  font-weight: 600;
}
.project-details fieldset input:hover, .project-details fieldset input:focus{
  border-color: transparent !important;
  box-shadow: none !important;
}
.audio-type .dropdown-toggle::after {
  display: none;
}
.audio-type .btn-special{
  background: transparent;
  padding: 0 !important;
  margin: 0;
  font-size: 21px;
  padding-top: 11px !important;
  color: #666666;
}
.audio-type .btn-special:hover {
  background: transparent;
  color: #666666;
}
.audio-type .btn-special.btn:focus{
box-shadow: none;
}
.audio-type .dropdown-menu.proName{
  min-width: 100px;
  right: auto !important;
  bottom: auto !important;
  /* left: -75px !important; */
  /* top: 14px !important; */
}
.audio-type .dropdown-menu.proName .dropdown-item {
  padding: 0.5rem;
}
.voice-added .awselect {
  width: calc(100% - 45px);
}
/* ==========================================================================
 *
 *    DATABASE BACKUP TABLE
 *
 * ========================================================================== */
#database-backup {
  font-family: "Poppins", sans-serif;
}
#database-backup tr th, #database-backup tr td {
  vertical-align: middle !important;
}
#database-backup tr:hover {
  background: #F7F7F7;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

/* ==========================================================================
 *
 *    SEARCH FIELD IN NAVBAR
 *
 * ========================================================================== */
#search-field input[type=search] {
  background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10em;
  transition: all 0.5s;
  width: 15px;
  padding-left: 10px;
  color: #1e1e2d;
  cursor: pointer;
  margin-top: 6px;
  font-weight: 600;
}

#search-field input[type=search]:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  width: 300px;
  padding-left: 32px;
  color: #000;
  background-color: transparent;
  cursor: auto;
}

#search-field input[type=search]:hover {
  background-color: transparent;
}

#search-field input:-moz-placeholder {
  color: #fff;
}

#search-field input::-webkit-input-placeholder {
  color: #fff;
}

/* ==========================================================================
 *
 *    CHECKOUT
 *
 * ========================================================================== */
.checkout-wrapper-box {
  border: 1px solid #ebecf1;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.checkout-wrapper-box label.gateway {
  margin-bottom: 1rem;
  width: 115px;
  height: 40px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.checkout-wrapper-box label.gateway:hover, .checkout-wrapper-box label.gateway:focus {
  border: 1px solid var(--primary-color);
}
.checkout-wrapper-box label.gateway .active, .checkout-wrapper-box label.gateway .focus {
  border: 1px solid var(--primary-color) !important;
}
.checkout-wrapper-box label.btn:focus, .checkout-wrapper-box label.btn.focus, .checkout-wrapper-box label.btn.active {
  border: 1px solid var(--primary-color) !important;
}
.checkout-wrapper-box .btn-group {
  margin-bottom: 1.4rem;
}
.checkout-wrapper-box #BankTransferCollapse {
  border: 1px solid #ebecf1;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.checkout-wrapper-box #BankTransferCollapse p {
  line-height: 1.2rem;
  text-align: justify;
}
.checkout-wrapper-box #BankTransferCollapse pre {
  text-align: left;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.checkout-title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}

.checkout-cost {
  float: right;
  font-weight: 800;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

.checkout-success {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.gateway-radio {
  display: none;
  bottom: 0;
  right: 0;
}

.gateway-logo {
  width: 5%;
  margin-right: 0.5rem;
}

.gateway-small-logo {
  width: 3% !important;
}

.payment-image {
  width: 70%;
  padding-top: 7px;
}

.payment-image-braintree {
  width: 70%;
  padding-top: 7px;
}

.payment-image-mollie {
  width: 40%;
  padding-top: 5px;
}

.payment-image-coinbase {
  width: 60%;
  padding-top: 5px;
}

.p-family {
  font-family: "Poppins", sans-serif;
}

#promocode-apply {
  padding: 0.67rem 15px;
}

.tabs-menu ul {
  padding: 10px;
  background: #f5f9fc;
  border-radius: 7px;
}

.tabs-menu ul li a {
  width: auto;
  text-transform: none;
}

/* ==========================================================================
 *
 *    INSTALLATION STYLES
 *
 * ========================================================================== */
#install-wrapper i {
  padding: 1.5rem 2.5rem;
  background: #F7F7F7;
  border-radius: 10px;
  margin-bottom: 2rem;
  color: var(--primary-color);
  font-size: 68px;
}
#install-wrapper .svg-success {
  color: #28a745 !important;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
#install-wrapper .svg-error {
  color: #D13212 !important;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.install-path span {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.install-path span.active {
  background-color: var(--primary-color) !important;
  color: #FFF;
}

.install-notification .alert,
#manual-activation .alert {
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: normal;
  width: 100% !important;
}

#install-footer {
  position: absolute;
  bottom: 0;
  left: 42%;
}

#upgrade {
  min-width: 154px;
}

#installed-info {
  display: none;
}

.tooltip {
  font-size: 11px;
}

.tooltip-inner {
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.info-notification {
  padding: 3px 6.5px 3px 6.4px;
  background: #1e1e2d;
  color: white;
  font-size: 9.5px !important;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  cursor: pointer;
  margin-bottom: -7px;
}

/* ==========================================================================
 *
 *    REFERRALS
 *
 * ========================================================================== */
.referral-icon {
  vertical-align: middle;
  color: #ffab00;
  text-shadow: 0 1px 2px rgba(50, 50, 50, 0.2);
}

.referral-icon-user i {
  font-size: 24px;
  color: var(--primary-color);
  height: 60px;
  line-height: 59px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  border-radius: 50%;
  background-color: rgba(34, 133, 204, 0.12) !important;
}

.referral-social-icons .actions-total a.btn {
  padding: 0.45rem 0.4rem;
  width: 37px;
  margin-right: 0.3rem;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #FFF;
  color: var(--primary-color);
  font-weight: 700;
}

#invite-friends-button {
  padding: 0.75rem 15px !important;
  border-radius: 0 !important;
}

#left-direction {
  position: absolute;
  top: 27px;
  left: 65%;
}

#right-direction {
  position: absolute;
  top: 15px;
  left: 65%;
}

.referral-box {
  padding: 2rem;
  margin-right: 1rem;
  border: 1px solid #FFF;
}
.referral-box:hover, .referral-box:focus {
  border: 1px solid #ffab00;
  color: var(--primary-color);
}
.referral-box:hover i, .referral-box:focus i {
  color: #ffab00;
}
.referral-box i {
  font-size: 34px;
  line-height: 1rem;
}
.referral-box a {
  font-family: "Poppins", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.referral-guideline {
  line-height: 2;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}

#option-bank {
  line-height: 1;
}
#option-bank label {
  line-height: 1.5;
}

/* ==========================================================================
 *
 *    FILE UPLOADS CONTAINER (FILEPOND PLUGIN)
 *
 * ========================================================================== */
.task-heading {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #1e1e2d;
  font-weight: 700;
}

#upload-container {
  cursor: pointer;
}

#upload-container audio {
  display: none;
}

.filepond--root {
  color: #1e1e2d;
  border-radius: 0.4rem;
  margin-bottom: 0;
}

.filepond--drop-label.filepond--drop-label label {
  font-weight: 800;
}
.filepond--drop-label.filepond--drop-label label .restrictions {
  font-size: 10px;
  font-weight: 600;
}
.filepond--drop-label.filepond--drop-label label .restrictions-highlight {
  color: var(--primary-color);
}

.filepond--drop-label.filepond--drop-label label:hover {
  cursor: pointer;
}

.filepond--drop-label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #1e1e2d;
  height: 150px;
}

.filepond--browser.filepond--browser {
  bottom: 1.75em;
}

.filepond--file-info {
  font-weight: 400;
}

.filepond--item-panel {
  background: #1e1e2d;
}

.filepond--panel-root {
  background-color: #FFF;
}

.filepond--label-action {
  text-decoration: none;
  color: var(--primary-color);
}

.filepond--label-action:hover {
  color: #0e2e40;
}

.filepond--file-status {
  flex-shrink: 1;
}
.filepond--file-status .filepond--file-status-sub {
  display: none;
}

.filepond-img img {
  width: 15%;
  margin-bottom: 0.5rem;
}

[data-filepond-item-state*=invalid] .filepond--item-panel, [data-filepond-item-state*=error] .filepond--item-panel {
  background-color: #c44e47 !important;
}

/* -------------------------------------------- */
/* 		TRANSLATE ACTION BUTTONS
/* -------------------------------------------- */
.translate-button {
  padding: 0.6rem 3rem;
  text-transform: uppercase;
  color: #FFF;
  font-size: 12px;
  border: none;
  outline: none;
  position: relative;
  border-radius: 35px;
  background-color: var(--primary-color);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.translate-button i {
  margin-right: 7px;
}
.translate-button:hover, .translate-button:focus {
  background-color: #1e1e2d;
  color: #FFF;
  transition: ease 0.2s all;
}

#translate {
  min-width: 180px;
}

.case-buttons {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  border-radius: 0;
}
.case-buttons:hover {
  cursor: pointer;
  background-color: var(--primary-color);
  color: #FFF;
}

#delete-case:hover {
  background-color: #ec2d38;
}

.language-flag {
  width: 20px;
}

.language-name {
  vertical-align: middle;
}
/***************** Tooltips Designs ********************/
.button--sacnite:hover #info #Path_51269,
.button--sacnite:hover #info #Path_51270,
.button--sacnite:hover #info #Ellipse_694 {
    fill: #ffffff;
}
.button--sacnite:hover .info-svg-url{
    background-image: url("data:image/svg+xml,%3Csvg id='info' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 17.699 17.699'%3E%3Cpath id='Path_51269' data-name='Path 51269' d='M8.85,0A8.85,8.85,0,1,0,17.7,8.85,8.85,8.85,0,0,0,8.85,0Zm0,16.224A7.375,7.375,0,1,1,16.224,8.85,7.375,7.375,0,0,1,8.85,16.224Z' fill='%23ffffff' /%3E%3Cpath id='Path_51270' data-name='Path 51270' d='M11.475,10h-.737a.737.737,0,1,0,0,1.475h.737V15.9a.737.737,0,0,0,1.475,0V11.475A1.475,1.475,0,0,0,11.475,10Z' transform='translate(-2.625 -2.625)' fill='%23ffffff' /%3E%3Ccircle id='Ellipse_694' data-name='Ellipse 694' cx='1.106' cy='1.106' r='1.106' transform='translate(7.743 3.687)' fill='%23ffffff' /%3E%3C/svg%3E");
}
/* Sacnite */
span.button.button--sacnite {
    width: 16px;
    height: 16px;
    min-width: 0;
    padding: 0;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    line-height: 0 !important;
}

.button--scanite.button--round-l {
    border-radius: 50%;
}
.info-svg-url{
    background-image: url("data:image/svg+xml,%3Csvg id='info' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 17.699 17.699'%3E%3Cpath id='Path_51269' data-name='Path 51269' d='M8.85,0A8.85,8.85,0,1,0,17.7,8.85,8.85,8.85,0,0,0,8.85,0Zm0,16.224A7.375,7.375,0,1,1,16.224,8.85,7.375,7.375,0,0,1,8.85,16.224Z' fill='%23757575' /%3E%3Cpath id='Path_51270' data-name='Path 51270' d='M11.475,10h-.737a.737.737,0,1,0,0,1.475h.737V15.9a.737.737,0,0,0,1.475,0V11.475A1.475,1.475,0,0,0,11.475,10Z' transform='translate(-2.625 -2.625)' fill='%23757575' /%3E%3Ccircle id='Ellipse_694' data-name='Ellipse 694' cx='1.106' cy='1.106' r='1.106' transform='translate(7.743 3.687)' fill='%23757575' /%3E%3C/svg%3E");
    background-size: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.button--sacnite::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    z-index: -1;
    box-shadow: inset 0 0 0 0px #ffffff;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5;
    transition: box-shadow 0.5s, transform 0.5s;
}

.button--sacnite.button--inverted::before {
    box-shadow: inset 0 0 0 35px #ffffff;
}

.button--sacnite .button__icon {
    font-size: 22px;
    width: 22px;
}

.button--sacnite:hover {
    color: #37474f;
}

.button--sacnite:hover::before {
    box-shadow: inset 5px -8px 0 10px var(--primary-sec-color);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

span.button.button--sacnite {
    float: right;
    display: block;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button--round-l {
    border-radius: 40px;
}
/* -------------------------------------------- */
/* 		Sample Scripts
/* -------------------------------------------- */

.samp-scripts .flex-box {
  /* display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap; */
}

.samp-scripts .flex-box span.title {
  color: #3F557A;
  font-size: 12px;
  width: 65px;
  display: inline-flex;
  line-height: 1.1;
  position: relative;
  top: -8px;
  margin-bottom: 5px;
  font-weight: 850
}

.samp-scripts .flex-box span.item {
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  color: #3F557A;
  font-size: 12px;
  padding: 7px 8px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  margin-bottom: 7px;
}
.samp-scripts .flex-box button#scriptsBtn {
  border: 0;
  background: transparent;
  font-size: 14px;
  color: var(--primary-color);
}
/* ==========================================================================
 *
 *    Create a New Course (Course Creation Type)
 *
 * ========================================================================== */
.creation-head .page-title {
  color: var(--text-black-color);
  font-size: 20px !important;
  font-weight: 600;
}
.creation-head .page-title-sub {
  color: #AEAEAE;
  font-size: 13px !important;
}
.course-creation .creation-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
}
.course-creation .creation-grid.book {
  display: grid;
  grid-template-columns: auto auto auto;
}
.course-creation .creation-grid > .item {
  max-width: 265px;
  width: 100%;
  padding: 0;
}
.course-creation .creation-grid > .item .card {
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  border-radius: 12px;
  box-shadow: none;
}
.course-creation .creation-grid > .item .card-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: end;
  gap: 10px;
  min-height: 370px;
  padding-bottom: 40px;
}
.course-creation.create-ai-assistant .creation-grid > .item .card-body{
  padding: 1rem 1.2rem;
  min-height: 360px;
  padding-bottom: 40px;
}
.course-creation.create-ai-assistant .creation-grid > .item .card-body .img-box img{
  width: 82px;
  height: 82px;
}
.course-creation.create-ai-assistant .creation-grid > .item .card-sub-title {
  min-height: 84px;
}
.course-creation .creation-grid > .item .mt-30{
  margin-top: 35px;
}
.course-creation .creation-grid > .item .card-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.course-creation .creation-grid > .item .card-sub-title {
  font-size: 14px;
  text-align: center;
  color: #AEAEAE;
  min-height: 63px;
}
.course-creation .creation-grid > .item button.btn.creation {
  background: #FFFFFF;
  border: 1px solid var(--primary-sec-color);
  border-radius: 3px;
  height: 39px;
  color: var(--primary-sec-color);
  font-size: 14px;
}
.course-import label#label {
  padding: 20px;
  color: #5B5B5B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  min-height: 214px;
  margin: 0;
  max-width: 100%;
  background: #F2F7FF;
  border: 2px dashed #79CAF2;
  border-radius: 5px;
}
.course-import label#label span#span-msg {
  max-width: 100%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.course-import .restrictions {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.course-import label#label input {
  display: none;
}
.course-import input[type="radio"] {
  width: 21px;
  height: 21px;
  cursor: pointer;
  border-radius: 50% !important;
}
.course-import .improt-data {
  font-size: 16px;
  color: #000;
}
.course-import span.slide_assistant {
  background: #FAFAFA;
  border: 1px solid #D9DADE;
  border-radius: 3px;
  padding: 5px 5px 5px 15px;
  height: 35px;
  gap: 10px;
  font-size: 15px;
}
.course-import span.slide_assistant select {
  background: #FAFAFA;
  border: 0;
  height: auto !important;
  padding-left: 10px;
  min-width: 50px;
  border-left: 1px solid #d9dade;
  font-size: 15px;
}
.course-import button.btn-import {
  background: var(--primary-sec-color);
  border-radius: 3px;
  color: #fff;
  padding: 7px 35px;
  height: 39px;
  font-size: 14px;
}
/* ==========================================================================
 *
 *    BACKEND RESPONSIVE STYLES
 *
 * ========================================================================== */
@media (max-width: 768px) {
  .header-brand-img {
    display: none;
  }

  .header-brand {
    min-width: 30px !important;
  }

  .app-header .header-brand-img.mobile-logo {
    display: block !important;
    height: 3rem;
  }

  #search-bar {
    display: none;
  }

  .header-notify {
    display: none;
  }

  .header-expand {
    display: none;
  }

  #tts-body-minify {
    padding-left: 1.5rem !important;
  }

  #listen-text {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .upgrade_me span.upg-img {
    min-width: 40%;
  }
  .upgrade_me .modal-content {
    max-width: 100%;
    width: 100%;
  }
  .upgrade_me .modal-dialog {
    width: 85%;
    max-width: 100% !important;
  }
}
/* ==========================================================================
 *
 *    FRONTEND RESPONSIVE STYLES
 *
 * ========================================================================== */
@media (max-width: 768px) {
  form {
    width: 100%;
  }

  .central-banner .pl-9 {
    padding-left: 0 !important;
  }
  .central-banner .pr-9 {
    padding-right: 0 !important;
  }
  .central-banner h2 {
    font-size: 1.5rem;
  }
  .central-banner p {
    font-size: 12px;
  }
  .central-banner .image-container {
    display: none;
  }

  #login-responsive .card-body {
    padding: 5rem 1.5rem !important;
  }
  #login-responsive #login-footer {
    position: relative;
    left: auto !important;
  }

  #login-background {
/*    display: none;*/
  }
#login-background .login-bg {
    background-size: cover;
    height: auto!important;
    background-size: cover!important;
    background-position: right;
}
    div#login-background div.content-login .card-body {
    padding: 35px!important;
}
  .nav-item {
    width: 100% !important;
  }

  #footer {
    padding-bottom: 0 !important;
  }
  #footer #footer-logo {
    text-align: center;
    padding-right: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 2rem;
  }
  #footer #footer-logo #frontend-local {
    float: none;
  }
  #footer .row {
    margin-left: 0;
    margin-right: 0;
  }
  #footer h5 {
    text-align: center;
  }
  #footer ul {
    text-align: center;
    margin-bottom: 1rem;
  }
  #footer .footer-connect {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  #copyright .copyright-left {
    float: none !important;
    text-align: center;
  }
  #copyright div {
    padding-right: 80px;
  }

  .frontend-body .navbar {
    padding: 0;
  }
  .frontend-body .navbar-collapse {
    background: #FFF;
    padding: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .policy .card-body {
    padding: 4rem 1rem !important;
  }

  #prices-wrapper ul.nav {
    padding-left: 4rem;
  }

  #about-wrapper #about-title {
    text-align: center;
    padding-right: 15px;
  }
  #about-wrapper #about-info {
    text-align: center;
  }
  #about-wrapper #about-info p {
    text-align: justify;
  }

  #live-transcribe-form .card-body {
    padding: 1rem 0rem 0 0.5rem;
  }

  #transcribe-record .card-body {
    padding: 1rem 0rem 0 0.5rem;
  }
}

/* ==========================================================================
 *
 *    LOGIN PAGE
 *
 * ========================================================================== */
#login-google {

  color: #fff;
  background: #4285F4;
  border-radius: 5px;
  opacity: 1;

}
/* #login-google:hover, #login-google:focus {
  background-color: #1e1e2d;
} */

#login-facebook {
  background: #4267B2;
  color: #FFF;
  border-radius: 5px;
}
#login-facebook:hover, #login-facebook:focus {
  background-color: #1e1e2d;
}

#login-twitter {
  background: #1DA1F2;
  color: #FFF;
  border-radius: 3px;
}
#login-twitter:hover, #login-twitter:focus {
  background-color: #1e1e2d;
}

#login-linkedin {
  background: #0e76a8;
  color: #FFF;
  border-radius: 3px;
}
#login-linkedin:hover, #login-linkedin:focus {
  background-color: #1e1e2d;
}

/* #login-footer {
  position: absolute;
  bottom: 0;
  left: 32.5%;
} */

.invalid-feedback {
  font-size: 10px !important;
  color: #ff3547 !important;
}

#login-background {
  background-position: center;
  vertical-align: middle;
}
#login-background .login-bg {
  background-image: url(/img/files/login-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-size: 100% 100%;
}
.loginbtn{
  height: 48px;
  background: #00D488 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 1;
  width: 100%;
  font-size: 18px;
  border: 0;
  color: white;
}
.g-btn{
  width: 100% !important;
  display: flex;
  height: 48px;
}
.g-btn .g-logo{
  flex: 1;
  width: 42px;
  max-width: 42px;
  background: #FFFFFF;
  border-radius: 4px;
  height: 42px;
  margin-top: -5.2px;
  margin-left: -5px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 0;
  box-sizing: border-box;
  position: absolute;
}
.actions-total a.apple-login{
  border-radius: 5px !important;
  height: 44px;
  font-size: 19px !important;
  color: #000000 !important;
  /* border: 1px solid #000000 !important; */
  outline: 1px solid #000000 !important;
  line-height: 1.5 !important;
}
.actions-total a.apple-login:hover {
  background-color: #ffffff;
  color: #000000;
  transition: all 0.2s ease;
}
.blog-slider {
  width: 95%;
  position: relative;
  max-width: 1000px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.1);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
  .overlap-stu div#nav-tabContent div.dataTables_wrapper {
    margin-top: unset;
}
.overlap-stu .dataTables_length, .overlap-stu .dataTables_info {
  padding-bottom: unset;
}
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(0, 72, 206, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.6;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  font-size: 14px;
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 800;
  color: #1e1e2d;
  margin-bottom: 18px;
}
.blog-slider__text {
  font-size: 14px;
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background: var(--primary-color);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding: 10px 32px;
  border-radius: 35px;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0, 72, 206, 0.3764705882);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  justify-content: center;
  text-align: center;
}
.blog-slider__button:hover, .blog-slider__button:focus {
  background: #1e1e2d;
  color: white;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
  div#Video_palyer_modal .modal-dialog {
    width: 88%;
    margin: 0 auto;
}
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--primary-color);
  height: 30px;
  box-shadow: 0 0 5px rgba(0, 72, 206, 0.3764705882);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

html {
  scroll-behavior: smooth;
}

.frontend-body {
  background: #fff;
}

.blue-background {
  background: #EDF8FD;
}

/* ==========================================================================
 *
 *    MAIN SECTION STYLES
 *
 * ========================================================================== */
#main-wrapper {
  /*------------------------------------------*/
  /*    Navigation
  /*------------------------------------------*/
}
#main-wrapper #home-img {
  position: absolute;
  right: 90%;
  top: 15%;
  width: 30%;
}
#main-wrapper .navbar {
  background: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 50px;
  z-index: 100;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 800;
  transition: all ease-in 0.2s;
}
#main-wrapper .navbar-nav {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#main-wrapper .frontend-buttons {
  margin-left: 4rem;
}
#main-wrapper #login-button {
  padding-left: 2rem;
  padding-right: 2rem;
  background: #1e1e2d;
}
#main-wrapper #login-button:hover, #main-wrapper #login-button:focus {
  background: var(--primary-color);
}
#main-wrapper .navbar-nav li.nav-item a.nav-link {
  text-transform: uppercase;
  padding: 0px 15px;
  color: #1e1e2d;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
#main-wrapper .navbar-nav li.nav-item a.nav-link .active {
  color: var(--primary-color) !important;
}
#main-wrapper .navbar-nav li.nav-item a.nav-link:hover, #main-wrapper .navbar-nav li.nav-item a.nav-link:focus {
  color: var(--primary-color);
}
#main-wrapper .navbar-nav li.nav-item a.active {
  color: var(--primary-color) !important;
}
#main-wrapper .navbar-nav li.nav-item .action-button {
  background: var(--primary-color);
  outline: none;
  text-decoration: none;
  min-width: 125px;
  color: #FFF;
  padding: 0.375rem 0.75rem;
  border-radius: 35px;
  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;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#main-wrapper .navbar-nav li.nav-item .action-button:hover, #main-wrapper .navbar-nav li.nav-item .action-button:focus {
  background: #1e1e2d;
}
#main-wrapper .register-button,
#main-wrapper .dashboard-button {
  background: #ffab00 !important;
}
#main-wrapper .register-button:hover, #main-wrapper .register-button:focus,
#main-wrapper .dashboard-button:hover,
#main-wrapper .dashboard-button:focus {
  background: #1e1e2d !important;
}
#main-wrapper .minimize-navbar {
  line-height: 60px;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#main-wrapper #main-background {
  background-image: url(/img/files/waves.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-wrapper #bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -10;
}
#main-wrapper .central-banner {
  position: absolute;
  width: 100%;
  top: 23%;
}
#main-wrapper .text-container h1 {
  font-weight: 800;
  font-size: 55px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 1rem;
}
#main-wrapper .text-container h1 span {
  color: var(--primary-color);
}
#main-wrapper .text-container h2 {
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#main-wrapper .text-container h2 span {
  color: var(--primary-color);
}
#main-wrapper .text-container p {
  font-family: "Poppins", sans-serif;
  color: rgb(94, 114, 144);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
#main-wrapper .text-container a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  padding-left: 2rem;
  padding-right: 2rem;
}
#main-wrapper .text-container a:hover, #main-wrapper .text-container a:focus {
  background: #1e1e2d;
  border-color: #1e1e2d;
}

.vendors {
  margin-top: -2rem;
}
.vendors h6 {
  font-size: 12px;
  font-weight: 800;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#frontend-player .form-control {
  background: #EDF8FD !important;
}

#frontend-player .awselect .front_face > .bg {
  background: #EDF8FD !important;
}

#frontend-player {
  box-shadow: 0 34px 100px rgba(69, 77, 104, 0.18) !important;
}

.special-action-button {
  box-shadow: 0 5px 10px rgba(60, 66, 150, 0.3764705882) !important;
  border-radius: 35px !important;
  transition: all 0.3s ease !important;
}
.special-action-button:focus, .special-action-button:hover {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
}

/* ==========================================================================
 *
 *    FEATURES SECTION STYLES
 *
 * ========================================================================== */
#features-wrapper {
  background: #fff;
  padding: 0 0 112px 0;
  position: relative;
}
#features-wrapper #side-image {
  position: absolute;
  left: 86%;
  top: 5%;
  width: 30%;
}
#features-wrapper .feature-text {
  align-content: center;
  align-items: center;
  display: grid;
  padding: 1.9rem;
}
#features-wrapper .feature-text h4 {
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Poppins", sans-serif;
  color: rgb(94, 114, 144);
  font-weight: 700;
}
#features-wrapper .feature-text h4 span {
  font-weight: 800;
}
#features-wrapper .feature-text p {
  font-size: 16px;
  line-height: 2em;
}
#features-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#features-wrapper .title h6 span {
  color: var(--primary-color);
}
#features-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#features-wrapper .mdi {
  line-height: 1;
}
#features-wrapper #solutions-list .solution {
  background-color: #FFF;
  height: 100%;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
}
#features-wrapper #solutions-list .solution:hover i, #features-wrapper #solutions-list .solution:focus i {
  color: #ff9d00;
}
#features-wrapper #solutions-list .solution:hover {
  box-shadow: none;
}
#features-wrapper #solutions-list .solution-content {
  padding: 20px 32px;
}
#features-wrapper #solutions-list .solution-content h5 {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 700;
}
#features-wrapper #solutions-list .solution-content i {
  font-size: 32px;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
#features-wrapper #solutions-list .solution-content p {
  font-size: 13px;
  margin-bottom: 3rem;
}

/* ==========================================================================
 *
 *    USE CASES SECTION STYLES
 *
 * ========================================================================== */
#cases-wrapper {
  padding: 0 0 112px 0;
}
#cases-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#cases-wrapper .title h6 span {
  color: var(--primary-color);
}
#cases-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#cases-wrapper .green-audio-player {
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  min-width: auto;
  height: 50px;
}
#cases-wrapper .green-audio-player .slider .progress .pin {
  background-color: #1e1e2d;
}
#cases-wrapper .green-audio-player .controls span {
  color: #1e1e2d;
}
#cases-wrapper .green-audio-player .controls {
  color: #1e1e2d;
  font-size: 10px;
  margin-left: 20px;
}
#cases-wrapper .green-audio-player .slider .gap-progress .pin {
  background: #1e1e2d;
}
#cases-wrapper .green-audio-player .slider .gap-progress {
  background: #1e1e2d;
}

/* ==========================================================================
 *
 *    PARTNER STYLES
 *
 * ========================================================================== */
#partner-wrapper {
  background: #edf8fd;
  padding: 90px 0 90px 0;
}
#partner-wrapper #banner-text {
  padding-left: 3rem;
  padding-right: 3rem;
}
#partner-wrapper .banner-text-inner {
  margin-bottom: 2rem;
}
#partner-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  color: white;
  margin-bottom: 5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#partner-wrapper h5 {
  font-weight: 800;
  font-size: 20px;
  color: white;
}

/* ==========================================================================
 *
 *    BANNER STYLES
 *
 * ========================================================================== */
#banner-wrapper {
  background: var(--primary-color);
  padding: 90px 0 90px 0;
}
#banner-wrapper #banner-text {
  padding-left: 3rem;
  padding-right: 3rem;
}
#banner-wrapper .banner-text-inner {
  margin-bottom: 2rem;
}
#banner-wrapper h4 {
  font-size: 24px;
  font-weight: 800;
  color: white;
  margin-bottom: 5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
#banner-wrapper h5 {
  font-weight: 800;
  font-size: 20px;
  color: white;
}
#banner-wrapper p {
  font-size: 14px;
  color: white;
  opacity: 0.7;
}
#banner-wrapper img {
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 10px;
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08), 0 9px 10px 0 rgba(0, 0, 0, 0.1), 0 9px 4.5px -9px rgba(0, 0, 0, 0.16);
}

/*------------------------------------------*/
/*    Flags Banner
/*------------------------------------------*/
#flags-wrapper {
  padding: 106px 32px 90px;
}
#flags-wrapper #flags-bg {
  background-image: url(/img/files/world.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 600px;
}
#flags-wrapper .flags-info h4 {
  font-size: 28px;
  line-height: 1.5em;
  margin-bottom: 2rem;
}
#flags-wrapper .flags-info h4 span {
  font-weight: 800;
}
#flags-wrapper .flags-info p {
  font-size: 20px;
}
#flags-wrapper .flag-img img {
  width: 80px;
  border-radius: 15px;
  box-shadow: 0 4px 9px 0 rgba(30, 30, 30, 0.08), 0 5px 5px 0 rgba(30, 30, 30, 0.1), 0 5px 2px -5px rgba(30, 30, 30, 0.16);
}

/* ==========================================================================
 *
 *    PRICES SECTION STYLES
 *
 * ========================================================================== */
#prices-wrapper {
  padding: 0 0 64px 0;
  background-color: #FFF;
}
#prices-wrapper .title h6 {
  font-size: 16px;
  font-weight: 800;
}
#prices-wrapper .title h6 span {
  color: var(--primary-color);
}
#prices-wrapper .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#prices-wrapper .tabs-menu ul {
  padding: 5px 7px;
  background: #f5f9fc;
  border-radius: 1.5rem;
}
#prices-wrapper .tabs-menu ul li a {
  width: auto;
  text-transform: none;
}
#prices-wrapper .card {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
  transition: all 0.2s;
}
#prices-wrapper .card:hover, #prices-wrapper .card:focus {
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
}
#prices-wrapper .card:hover .plan-cost, #prices-wrapper .card:focus .plan-cost {
  color: var(--primary-color);
}
#prices-wrapper .card:hover .prepaid-plan .plan-cost, #prices-wrapper .card:focus .prepaid-plan .plan-cost {
  color: rgb(102, 102, 102);
}
#prices-wrapper .card:hover .prepaid-plan .plan-title, #prices-wrapper .card:focus .prepaid-plan .plan-title {
  color: var(--primary-color);
}
#prices-wrapper .card .plan {
  min-height: 380px;
}
#prices-wrapper .card .plan-cost {
  font-size: 40px;
  font-weight: 800;
  color: rgb(102, 102, 102);
  padding-left: 17px;
  padding-right: 5px;
  font-family: "Open Sans", sans-serif;
}
#prices-wrapper .card .welcome-plan-currency-sign {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  color: #ccc;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
#prices-wrapper .card .divider {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  height: 3px;
  width: 40px;
}
#prices-wrapper .card .plan-title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans";
  margin-bottom: 1rem;
}
#prices-wrapper .card ul li {
  margin-bottom: 0.3rem;
}
#prices-wrapper .card ul li i {
  margin-right: 0.3rem;
}

/* ==========================================================================
 *
 *    CUSTOMER FEEDBACKS SECTION STYLES
 *
 * ========================================================================== */
#feedbacks-wrapper {
  background: #fff;
  padding: 0 0 128px 0;
  /*------------------------------------------*/
  /*    Feedback Commenter
  /*------------------------------------------*/
  /*------------------------------------------*/
  /*    Feedback Comment
  /*------------------------------------------*/
}
#feedbacks-wrapper .container {
  position: relative;
}
#feedbacks-wrapper .row {
  display: block;
}
#feedbacks-wrapper .row .title h6 {
  font-size: 16px;
  font-weight: 800;
  color: #1e1e2d;
}
#feedbacks-wrapper .row .title h6 span {
  color: var(--primary-color);
}
#feedbacks-wrapper .row .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
#feedbacks-wrapper #feedbacks .slick-slide img {
  display: inline-block;
}
#feedbacks-wrapper #feedbacks .slick-dots {
  position: relative;
}
#feedbacks-wrapper #feedbacks .slick-dots li button:before {
  color: var(--primary-color);
}
#feedbacks-wrapper #feedbacks .slick-dots li.slick-active button:before {
  color: var(--primary-color);
}
#feedbacks-wrapper #feedbacks .slick-slide:hover {
  cursor: pointer;
}
#feedbacks-wrapper .feedback .feedback-reviewer {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: var(--primary-color);
}
#feedbacks-wrapper .feedback img {
  padding: 3px;
  border: 1px solid rgba(94, 109, 129, 0.3);
  width: 70px;
  height: 70px;
}
#feedbacks-wrapper .feedback .feedback-image {
  text-align: center;
  padding-left: 25px;
}
#feedbacks-wrapper .feedback .feedback-image .small-quote {
  background-color: #FFA838;
}
#feedbacks-wrapper .feedback .feedback-image span {
  position: relative;
  top: -30px;
  left: -25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: #FFF;
  line-height: 20px;
  font-size: 9px;
}
#feedbacks-wrapper .feedback {
  padding-left: 1rem;
  padding-right: 1rem;
}
#feedbacks-wrapper .feedback .comment {
  font-size: 14px;
  font-style: italic;
}
#feedbacks-wrapper .feedback .comment span {
  font-size: 10px;
}
#feedbacks-wrapper .feedback span {
  font-size: 12px;
  color: rgba(94, 109, 129, 0.8);
}

.offers-prev,
.offers-next {
  position: absolute;
  top: 65%;
  font-size: 10px;
  cursor: pointer;
}

.offers-prev i,
.offers-next i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  color: var(--primary-color);
  line-height: 40px;
  transition: all ease 0.3s;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
}
.offers-prev i:hover, .offers-prev i:focus,
.offers-next i:hover,
.offers-next i:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
  color: #FFA838;
}

.offers-prev {
  left: -50px;
}

.offers-next {
  right: -50px;
}

/* ==========================================================================
 *
 *    Contact Us SECTION STYLES
 *
 * ========================================================================== */
.row .title h6 {
  font-size: 16px;
  font-weight: 800;
  color: #1e1e2d;
}
.row .title h6 span {
  color: var(--primary-color);
}
.row .title p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

#contact-wrapper {
  background: #FFF;
  padding: 0 0 128px 0;
}
#contact-wrapper .form-control {
  background: #EDF8FD !important;
}
#contact-wrapper #contact-row {
  display: block;
}
#contact-wrapper .row label {
  font-family: "Lato", sans-serif;
}
#contact-wrapper .row button {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  background-color: var(--primary-color);
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
  font-weight: 700;
}
#contact-wrapper .row button:hover {
  background: #1e1e2d;
  border-color: #1e1e2d;
}

/* ==========================================================================
 *
 *    BLOG SECTION STYLES
 *
 * ========================================================================== */
#blog-wrapper {
  background: #FFF;
  padding: 0 0 90px 0;
}
#blog-wrapper .container {
  position: relative;
}
#blog-wrapper .blog {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 295px;
}
#blog-wrapper .slick-slider .slick-track {
  height: 350px !important;
}
#blog-wrapper .blog-box {
  min-height: 270px;
  padding: 0.5rem;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.08), 0 3px 3px 0 rgba(0, 0, 0, 0.1), 0 3px 2.5px -5px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
}
#blog-wrapper .blog-box .blog-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: transform 0.2s;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#blog-wrapper .blog-box .blog-info {
  margin-top: 0.7rem;
  padding-left: 0.5rem;
}
#blog-wrapper .blog-box .blog-info h5 {
  font-size: 14px;
  font-weight: 700;
}
#blog-wrapper .blog-box .blog-info h6 {
  font-size: 12px;
}
#blog-wrapper .blog-box:hover {
  box-shadow: 0 9px 17px 0 rgba(0, 0, 0, 0.08), 0 9px 10px 0 rgba(0, 0, 0, 0.1), 0 9px 4.5px -9px rgba(0, 0, 0, 0.16);
}
#blog-wrapper .blog-view {
  max-height: 300px;
  margin-bottom: 4rem;
}
#blog-wrapper .blog-view img {
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  width: 100%;
}
#blog-wrapper #blogs .slick-slide img {
  display: inline-block;
}
#blog-wrapper #blogs .slick-dots {
  position: relative;
}
#blog-wrapper #blogs .slick-dots li button:before {
  color: var(--primary-color);
}
#blog-wrapper #blogs .slick-dots li.slick-active button:before {
  color: var(--primary-color);
}
#blog-wrapper #blogs .slick-slide:hover {
  cursor: pointer;
}
#blog-wrapper .blogs-prev,
#blog-wrapper .blogs-next {
  position: absolute;
  top: 55%;
  font-size: 10px;
  cursor: pointer;
}
#blog-wrapper .blogs-prev i,
#blog-wrapper .blogs-next i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFF;
  text-align: center;
  color: var(--primary-color);
  line-height: 40px;
  transition: all ease 0.3s;
  box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
}
#blog-wrapper .blogs-prev i:hover, #blog-wrapper .blogs-prev i:focus,
#blog-wrapper .blogs-next i:hover,
#blog-wrapper .blogs-next i:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08), 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 5px 2px -5px rgba(0, 0, 0, 0.16);
  color: #FFA838;
}
#blog-wrapper .blogs-prev {
  left: -50px;
}
#blog-wrapper .blogs-next {
  right: -50px;
}
/* ==========================================================================
 *
 *    Subscription SECTION STYLES
 *
 * ========================================================================== */

.checkout-container .checkout-title {
  font-weight: 600;
  font-size: 1.25rem;
}
.checkout-container .checkout-title i {
  color: #2563eb;
}
.checkout-container .checkout-wrapper-box {
  border: 1px solid #ebecf1;
  border-radius: 10px;
  padding: 1.5rem !important;
}
.checkout-container .payment-platforms {
  border: 1px solid #ebecf1;
  border-radius: 10px;
  padding: 15px;
}
.checkout-container .security-badge {
  background-color: #f8f9fa;
}
.checkout-container .security-icon {
  width: 20px;
  height: 20px;
  color: #16a34a;
}
.checkout-container .text-gray-600 {
  color: #4b5563;
}
.checkout-container .subscription-card {
  background-color: #f0f9ff;
  border: 0;
  padding: 15px;
  border-radius: 10px;
  margin: 15px 0;
}
.checkout-container .subscription-title {
  color: #084298;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}
.checkout-container .subscription-text {
  color: #0d6efd;
  margin-top: 0;
  font-size: 13px;
  margin-bottom: 0;
}
.checkout-container .checkout-cost {
  font-weight: 600;
  font-size: 14px;
}
.checkout-container .divide{
  border-bottom: 1px solid #ebecf1;
  margin: 15px 0;
  display: block;
}
.checkout-container .btn.submit-payment {
  background-color: #2563eb;
  color: white;
  padding: 0.5rem;
  width: 100%;
  border-radius: 8px;
}
/* ==========================================================================
 *
 *    FOOTER STYLES
 *
 * ========================================================================== */
#welcome-footer {
  background-color: #151414;
}
#welcome-footer #footer {
  padding: 156px 0 64px 0;
}
#welcome-footer h5 {
  font-size: 14px;
  font-weight: 800;
}
#welcome-footer h6 {
  font-family: "Lato", sans-serif;
  color: #BEC0C2;
  line-height: 1.8em;
  font-size: 12px;
}
#welcome-footer ul {
  text-align: left;
  font-size: 12px;
}
#welcome-footer ul li {
  border-bottom: none;
}
#welcome-footer ul li a {
  font-family: "Lato", sans-serif;
  color: #BEC0C2;
  line-height: 1.8em;
  outline: none;
}
#welcome-footer ul li a:hover, #welcome-footer ul li a:focus {
  color: var(--primary-color);
  text-decoration: none;
}
#welcome-footer #footer-logo {
  text-align: left;
  padding-right: 48px;
}
#welcome-footer #footer-logo img {
  margin-top: -25px;
  margin-left: -20px;
  margin-bottom: 0.5rem;
}
#welcome-footer #footer-logo p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 2em;
  color: #BEC0C2;
}
#welcome-footer #footer-logo p a {
  font-size: 12px;
  color: var(--primary-color);
}
#welcome-footer #footer-logo p a:hover, #welcome-footer #footer-logo p a:hover i {
  color: #1c5c7f;
  text-decoration: none;
}
#welcome-footer #footer-logo p i {
  margin-left: 4px;
  color: var(--primary-color);
  font-size: 10px;
}
#welcome-footer #footer-links {
  float: left;
  text-align: left;
  display: flex;
}
#welcome-footer #footer-links h5 {
  color: #FFF;
}
#welcome-footer #back-to-top {
  line-height: 2.5;
}

/*------------------------------------------*/
/*    Connection Link Icons
/*------------------------------------------*/
#welcome-footer ul#footer-icons {
  padding-top: 8px;
  margin-bottom: 1.5rem;
}

#welcome-footer ul#footer-icons li.list-inline-item {
  margin-right: 0px;
}

#welcome-footer .footer-icon {
  position: relative;
  text-align: center;
  color: #FFF;
  width: 35px;
  height: 35px;
  font-size: 16px;
  margin-right: 5px;
  cursor: pointer;
  line-height: 35px;
  border-radius: 3px;
  transition: all ease 0.3s;
}

#welcome-footer #footer-icons .fa-facebook {
  background-color: #3b5998;
}

#welcome-footer #footer-icons .fa-twitter {
  background-color: #55acee;
}

#welcome-footer #footer-icons .fa-linkedin {
  background-color: #007bb5;
}

#welcome-footer #footer-icons .fa-instagram {
  background: linear-gradient(29.61deg, #f38334 0%, #da2e7d 50.39%, #6b54c6 100%);
}

#welcome-footer #footer-icons .fa-youtube {
  background-color: #FF0000;
}

#welcome-footer #footer-icons .fa-facebook:hover {
  background-color: #3b5998;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-twitter:hover {
  background-color: #55acee;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-linkedin:hover {
  background-color: #007bb5;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-instagram:hover {
  background-color: #e95950;
  color: #FFF;
}

#welcome-footer #footer-icons .fa-youtube:hover {
  background-color: #FF0000;
  color: #FFF;
}

/*------------------------------------------*/
/*    Copyright Styles
/*------------------------------------------*/
#welcome-footer #copyright {
  font-family: "Lato", sans-serif;
  border-top: 1px solid #2b3340;
  height: 64px;
  padding: 24px 0px 0px 0px;
}

#welcome-footer #copyright p {
  font-size: 12px;
  line-height: 1em;
  color: rgba(247, 247, 247, 0.9);
  font-weight: 700;
}

#welcome-footer #copyright p a {
  color: var(--primary-color);
  font-size: 12px;
}

#welcome-footer #copyright p a:hover {
  color: #1c5c7f;
  outline: none;
  text-decoration: none;
}

#welcome-footer #copyright span {
  color: #898989;
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

#welcome-footer #copyright .copyright-left {
  float: left;
}

#welcome-footer #copyright .copyright-right {
  float: right;
  text-align: right;
}
/*------------------------------------------*/
/*    Login page final step popup
/*------------------------------------------*/
.final-step-box {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.final-step-box .modal-title {
  flex: 2;
}
.final-step-box .modal-img {
  flex: 3;
}
.final-step-box .modal-title h3 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  text-transform: initial;
}
.final-step-box .modal-title p {
  font-size: 18px;
  text-transform: initial;
  color: #707070;
}
.blue-text{
  color: #1592E6;
}
#finalStep .modal-content {
  border-radius: 10px;
}
#finalStep .modal-header{
  background: transparent linear-gradient(273deg, #00D488 0%, #0098DF 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
}
#finalStep .btn-ok{
  background: #00D488;
  border-radius: 5px;
  font-size: 18px;
  min-width: 175px;
  color: #fff;

}
/* ==========================================================================
 *
 *    GDPR Cookie
 *
 * ========================================================================== */
.js-cookie-consent {
  position: fixed;
  font-size: 14px;
  bottom: 0;
  padding: 2rem;
  text-align: justify;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  color: #1e1e2d !important;
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}
.js-cookie-consent .js-cookie-consent-agree {
  margin-left: 0.7rem;
  margin-top: 0.5rem;
  font-size: 10px;
  min-width: 80px;
  border-radius: 0.25rem;
  padding: 0.375rem 25px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.js-cookie-consent .js-cookie-consent-agree:hover, .js-cookie-consent .js-cookie-consent-agree:focus {
  background-color: #1e1e2d;
  border-color: #1e1e2d;
}
/*------------------------------------------*/
/*    Login page final step popup
/*------------------------------------------*/
.final-step-box {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.final-step-box .modal-title {
  flex: 2;
}
.final-step-box .modal-img {
  flex: 3;
}
.final-step-box .modal-title h3 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
  text-transform: initial;
}
.final-step-box .modal-title p {
  font-size: 18px;
  text-transform: initial;
  color: #707070;
}
.blue-text{
  color: #1592E6;
}
#finalStep .modal-content {
  border-radius: 10px;
}
#finalStep .modal-header{
  background: transparent linear-gradient(273deg, #00D488 0%, #0098DF 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
}
#finalStep .btn-ok{
  background: #00D488;
  border-radius: 5px;
  font-size: 18px;
  min-width: 175px;
  color: #fff;

}
/* ==========================================================================
 *
 *    LOCALE STYLES
 *
 * ========================================================================== */
#frontend-local {
  float: left;
}
#frontend-local .nav-link.icon .header-icon {
  color: #FFF;
  padding-left: 0;
}
#frontend-local .dropdown-menu {
  margin-top: 10px;
  min-width: 8rem;
  transform: translate(-5px, 44px) !important;
  border-radius: 5px;
}
#frontend-local .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
}

section .alert {
  right: 1rem;
  margin-top: 0;
  color: #FFF !important;
  font-family: "Poppins", sans-serif;
  float: right;
}

/* ==========================================================================
*
*    FAQ STYLES
*
* ========================================================================== */
#faq-wrapper {
  background: #edf8fd;
  padding: 0 0 90px 0;
}
#faq-wrapper #accordion {
  width: 100%;
}
#faq-wrapper #accordion .card {
  border-radius: 5px !important;
  box-shadow: inset 0 1px 0.5px hsla(0deg, 0%, 100%, 0.075), 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
  border: none !important;
  border-bottom: none !important;
  overflow: visible;
  margin-bottom: 0.5rem;
  transition: box-shadow 0.2s ease-in-out !important;
}
#faq-wrapper #accordion .card:hover, #faq-wrapper #accordion .card:focus {
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03), 0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}
#faq-wrapper #accordion .card .card-header {
  border-bottom: none;
  transition: box-shadow 0.2s ease-in-out !important;
}
#faq-wrapper #accordion .card .card-header h5 {
  width: 100%;
}
#faq-wrapper #accordion .card .card-header h5 span {
  text-align: left;
}
#faq-wrapper #accordion .card .card-header .btn-link {
  font-size: 14px;
  color: #1e1e2d;
  font-weight: 600;
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
}
#faq-wrapper #accordion .card .card-header .btn-link:hover, #faq-wrapper #accordion .card .card-header .btn-link:focus {
  color: var(--primary-color);
  text-decoration: none !important;
  outline: none !important;
}
#faq-wrapper #accordion .card .card-body {
  font-size: 14px;
  padding-left: 2.2rem;
}

/*------------------------------------------*/
/*    Action Banner
/*------------------------------------------*/
.action-call-wrapper {
  background: #FFF;
  border-radius: 10px;
  z-index: 1;
  padding: 20px 0px;
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.6);
  margin-bottom: -6rem;
}

#action-call {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #258aff !important;
  transform: rotate(-3deg) !important;
  border-radius: 10px;
  z-index: -1;
  height: 100% !important;
  width: 100% !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.action-content {
  color: #FFF;
  padding: 1rem;
}
.action-content h5 {
  font-size: 16px;
  font-weight: 800;
}
.action-content h4 {
  font-size: 30px;
  font-weight: 800;
}
.action-content a {
  font-size: 12px;
  background-color: #1e1e2d;
  padding-left: 2rem;
  padding-right: 2rem;
  text-transform: none;
}
.action-content a:hover {
  background: #FFA838;
  border-color: #FFA838;
}

/*------ Alignments -------*/
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-success {
  background-color: #38cb89 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #15ca7c !important;
}

button.bg-success:hover, button.bg-success:focus {
  background-color: #15ca7c !important;
}

.bg-info {
  background-color: var(--primary-color) !important;
}

.bg-dark {
  background-color: #1e1e2d !important;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #1594ef !important;
}

button.bg-info:hover, button.bg-info:focus {
  background-color: #1594ef !important;
}

.bg-warning {
  background-color: #ffab00 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #c29d0b !important;
}

button.bg-warning:hover, button.bg-warning:focus {
  background-color: #c29d0b !important;
}

.bg-danger {
  background-color: #ef4b4b !important;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #a11918 !important;
}

button.bg-danger:hover, button.bg-danger:focus {
  background-color: #a11918 !important;
}

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

a.bg-light:hover, a.bg-light:focus {
  background-color: #f0f0f2 !important;
}

button.bg-light:hover, button.bg-light:focus {
  background-color: #f0f0f2 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient-success {
  background-image: linear-gradient(to left, #43c47a 0%, #10ae23 100%);
}

.bg-gradient-info {
  background-image: linear-gradient(to left, #8caef3 0%, #5b7fff 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(to left, #f8be8d 0%, #ff9a44 100%);
}

.bg-gradient-teal {
  background-image: linear-gradient(to left, #60c1db 0%, #0698a7 100%);
}

.bg-gradient-blue {
  background-image: linear-gradient(to left, #07aedb 0%, #055ee9 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(to left, #ff90a0 0%, #fc6076 100%);
}

.bg-gray-100 {
  background-color: #f2f2f2;
}

.bg-gray-200 {
  background-color: #e6e6e6;
}

.bg-gray-300 {
  background-color: #d9d9d9;
}

.bg-gray-400 {
  background-color: #cccccc;
}

.bg-gray-500 {
  background-color: #bfbfbf;
}

.bg-gray-600 {
  background-color: #b3b3b3;
}

.bg-gray-700 {
  background-color: #a9a9a9;
}

.bg-gray-800 {
  background-color: #a6a6a6;
}

.bg-gray-900 {
  background-color: #999999;
}

.bg-white-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-white-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-black-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.border {
  border: 1px solid #ebecf1 !important;
}

.border-top {
  border-top: 1px solid #ebecf1 !important;
}

.border-right {
  border-right: 1px solid #ebecf1 !important;
}

.border-bottom {
  border-bottom: 1px solid #ebecf1 !important;
}

.border-left {
  border-left: 1px solid #ebecf1 !important;
}

.border-top-bottom {
  border-top: 1px solid #ebecf1 !important;
  border-bottom: 1px solid #ebecf1 !important;
}

.border-left-right {
  border-right: 1px solid #ebecf1 !important;
  border-left: 1px solid #ebecf1 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-top-bottom-0 {
  border-top: 0px solid #ebecf1 !important;
  border-bottom: 0px solid #ebecf1 !important;
}

.border-left-right-0 {
  border-right: 0px solid #ebecf1 !important;
  border-left: 0px solid #ebecf1 !important;
}

.border-success {
  border-color: #38cb89 !important;
}

.border-info {
  border-color: #5b7fff !important;
}

.border-warning {
  border-color: #ffab00 !important;
}

.border-danger {
  border-color: #dc0441 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-transparent {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.border-dark-transparent {
  border-color: rgba(0, 0, 0, 0.15) !important;
}

.border-light2 {
  border-color: #ebecf1 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-wd-1 {
  border-width: 1px !important;
}

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

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

.border-wd-4 {
  border-width: 4px !important;
}

.border-wd-5 {
  border-width: 5px !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-circle {
  border-radius: 0 !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.rounded-circle-frontend {
  border-radius: 50% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.clearfix .fab {
  font-size: 25px;
}
.clearfix h5 {
  font-size: 20px;
  font-weight: bold;
}

i.fa.round {
  border-radius: 50%;
  padding: 5px;
  width: 15%;
}

.list-icon span p {
  border-radius: 15px;
  width: 50%;
  margin: 0px auto;
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

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

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 0.75rem !important;
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 0.75rem !important;
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 0.75rem !important;
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 0.75rem !important;
  }

  .m-sm-4 {
    margin: 1rem !important;
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1rem !important;
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1rem !important;
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1rem !important;
  }

  .m-sm-5 {
    margin: 1.5rem !important;
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 1.5rem !important;
  }

  .m-sm-6 {
    margin: 2rem !important;
  }

  .mt-sm-6, .my-sm-6 {
    margin-top: 2rem !important;
  }

  .mr-sm-6, .mx-sm-6 {
    margin-right: 2rem !important;
  }

  .mb-sm-6, .my-sm-6 {
    margin-bottom: 2rem !important;
  }

  .ml-sm-6, .mx-sm-6 {
    margin-left: 2rem !important;
  }

  .m-sm-7 {
    margin: 3rem !important;
  }

  .mt-sm-7, .my-sm-7 {
    margin-top: 3rem !important;
  }

  .mr-sm-7, .mx-sm-7 {
    margin-right: 3rem !important;
  }

  .mb-sm-7, .my-sm-7 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-7, .mx-sm-7 {
    margin-left: 3rem !important;
  }

  .m-sm-8 {
    margin: 4rem !important;
  }

  .mt-sm-8, .my-sm-8 {
    margin-top: 4rem !important;
  }

  .mr-sm-8, .mx-sm-8 {
    margin-right: 4rem !important;
  }

  .mb-sm-8, .my-sm-8 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-8, .mx-sm-8 {
    margin-left: 4rem !important;
  }

  .m-sm-9 {
    margin: 6rem !important;
  }

  .mt-sm-9, .my-sm-9 {
    margin-top: 6rem !important;
  }

  .mr-sm-9, .mx-sm-9 {
    margin-right: 6rem !important;
  }

  .mb-sm-9, .my-sm-9 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-9, .mx-sm-9 {
    margin-left: 6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 0.75rem !important;
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 0.75rem !important;
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 0.75rem !important;
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 0.75rem !important;
  }

  .p-sm-4 {
    padding: 1rem !important;
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1rem !important;
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1rem !important;
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1rem !important;
  }

  .p-sm-5 {
    padding: 1.5rem !important;
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 1.5rem !important;
  }

  .p-sm-6 {
    padding: 2rem !important;
  }

  .pt-sm-6, .py-sm-6 {
    padding-top: 2rem !important;
  }

  .pr-sm-6, .px-sm-6 {
    padding-right: 2rem !important;
  }

  .pb-sm-6, .py-sm-6 {
    padding-bottom: 2rem !important;
  }

  .pl-sm-6, .px-sm-6 {
    padding-left: 2rem !important;
  }

  .p-sm-7 {
    padding: 3rem !important;
  }

  .pt-sm-7, .py-sm-7 {
    padding-top: 3rem !important;
  }

  .pr-sm-7, .px-sm-7 {
    padding-right: 3rem !important;
  }

  .pb-sm-7, .py-sm-7 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-7, .px-sm-7 {
    padding-left: 3rem !important;
  }

  .p-sm-8 {
    padding: 4rem !important;
  }

  .pt-sm-8, .py-sm-8 {
    padding-top: 4rem !important;
  }

  .pr-sm-8, .px-sm-8 {
    padding-right: 4rem !important;
  }

  .pb-sm-8, .py-sm-8 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-8, .px-sm-8 {
    padding-left: 4rem !important;
  }

  .p-sm-9 {
    padding: 6rem !important;
  }

  .pt-sm-9, .py-sm-9 {
    padding-top: 6rem !important;
  }

  .pr-sm-9, .px-sm-9 {
    padding-right: 6rem !important;
  }

  .pb-sm-9, .py-sm-9 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-9, .px-sm-9 {
    padding-left: 6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

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

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

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .page-content {
    margin: 1.5rem 0;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 0.75rem !important;
  }

  .mt-md-3, .my-md-3 {
    margin-top: 0.75rem !important;
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 0.75rem !important;
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 0.75rem !important;
  }

  .m-md-4 {
    margin: 1rem !important;
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1rem !important;
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1rem !important;
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1rem !important;
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }

  .m-md-5 {
    margin: 1.5rem !important;
  }

  .mt-md-5, .my-md-5 {
    margin-top: 1.5rem !important;
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 1.5rem !important;
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 1.5rem !important;
  }

  .m-md-6 {
    margin: 2rem !important;
  }

  .mt-md-6, .my-md-6 {
    margin-top: 2rem !important;
  }

  .mr-md-6, .mx-md-6 {
    margin-right: 2rem !important;
  }

  .mb-md-6, .my-md-6 {
    margin-bottom: 2rem !important;
  }

  .ml-md-6, .mx-md-6 {
    margin-left: 2rem !important;
  }

  .m-md-7 {
    margin: 3rem !important;
  }

  .mt-md-7, .my-md-7 {
    margin-top: 3rem !important;
  }

  .mr-md-7, .mx-md-7 {
    margin-right: 3rem !important;
  }

  .mb-md-7, .my-md-7 {
    margin-bottom: 3rem !important;
  }

  .ml-md-7, .mx-md-7 {
    margin-left: 3rem !important;
  }

  .m-md-8 {
    margin: 4rem !important;
  }

  .mt-md-8, .my-md-8 {
    margin-top: 4rem !important;
  }

  .mr-md-8, .mx-md-8 {
    margin-right: 4rem !important;
  }

  .mb-md-8, .my-md-8 {
    margin-bottom: 4rem !important;
  }

  .ml-md-8, .mx-md-8 {
    margin-left: 4rem !important;
  }

  .m-md-9 {
    margin: 6rem !important;
  }

  .mt-md-9, .my-md-9 {
    margin-top: 6rem !important;
  }

  .mr-md-9, .mx-md-9 {
    margin-right: 6rem !important;
  }

  .mb-md-9, .my-md-9 {
    margin-bottom: 6rem !important;
  }

  .ml-md-9, .mx-md-9 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3, .py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3, .px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3, .px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1rem !important;
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1rem !important;
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-5 {
    padding: 1.5rem !important;
  }

  .pt-md-5, .py-md-5 {
    padding-top: 1.5rem !important;
  }

  .pr-md-5, .px-md-5 {
    padding-right: 1.5rem !important;
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-5, .px-md-5 {
    padding-left: 1.5rem !important;
  }

  .p-md-6 {
    padding: 2rem !important;
  }

  .pt-md-6, .py-md-6 {
    padding-top: 2rem !important;
  }

  .pr-md-6, .px-md-6 {
    padding-right: 2rem !important;
  }

  .pb-md-6, .py-md-6 {
    padding-bottom: 2rem !important;
  }

  .pl-md-6, .px-md-6 {
    padding-left: 2rem !important;
  }

  .p-md-7 {
    padding: 3rem !important;
  }

  .pt-md-7, .py-md-7 {
    padding-top: 3rem !important;
  }

  .pr-md-7, .px-md-7 {
    padding-right: 3rem !important;
  }

  .pb-md-7, .py-md-7 {
    padding-bottom: 3rem !important;
  }

  .pl-md-7, .px-md-7 {
    padding-left: 3rem !important;
  }

  .p-md-8 {
    padding: 4rem !important;
  }

  .pt-md-8, .py-md-8 {
    padding-top: 4rem !important;
  }

  .pr-md-8, .px-md-8 {
    padding-right: 4rem !important;
  }

  .pb-md-8, .py-md-8 {
    padding-bottom: 4rem !important;
  }

  .pl-md-8, .px-md-8 {
    padding-left: 4rem !important;
  }

  .p-md-9 {
    padding: 6rem !important;
  }

  .pt-md-9, .py-md-9 {
    padding-top: 6rem !important;
  }

  .pr-md-9, .px-md-9 {
    padding-right: 6rem !important;
  }

  .pb-md-9, .py-md-9 {
    padding-bottom: 6rem !important;
  }

  .pl-md-9, .px-md-9 {
    padding-left: 6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

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

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

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

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

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

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1rem !important;
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.5rem !important;
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 1.5rem !important;
  }

  .m-lg-6 {
    margin: 2rem !important;
  }

  .mt-lg-6, .my-lg-6 {
    margin-top: 2rem !important;
  }

  .mr-lg-6, .mx-lg-6 {
    margin-right: 2rem !important;
  }

  .mb-lg-6, .my-lg-6 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-6, .mx-lg-6 {
    margin-left: 2rem !important;
  }

  .m-lg-7 {
    margin: 3rem !important;
  }

  .mt-lg-7, .my-lg-7 {
    margin-top: 3rem !important;
  }

  .mr-lg-7, .mx-lg-7 {
    margin-right: 3rem !important;
  }

  .mb-lg-7, .my-lg-7 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-7, .mx-lg-7 {
    margin-left: 3rem !important;
  }

  .m-lg-8 {
    margin: 4rem !important;
  }

  .mt-lg-8, .my-lg-8 {
    margin-top: 4rem !important;
  }

  .mr-lg-8, .mx-lg-8 {
    margin-right: 4rem !important;
  }

  .mb-lg-8, .my-lg-8 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-8, .mx-lg-8 {
    margin-left: 4rem !important;
  }

  .m-lg-9 {
    margin: 6rem !important;
  }

  .mt-lg-9, .my-lg-9 {
    margin-top: 6rem !important;
  }

  .mr-lg-9, .mx-lg-9 {
    margin-right: 6rem !important;
  }

  .mb-lg-9, .my-lg-9 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-9, .mx-lg-9 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1rem !important;
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.5rem !important;
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 1.5rem !important;
  }

  .p-lg-6 {
    padding: 2rem !important;
  }

  .pt-lg-6, .py-lg-6 {
    padding-top: 2rem !important;
  }

  .pr-lg-6, .px-lg-6 {
    padding-right: 2rem !important;
  }

  .pb-lg-6, .py-lg-6 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-6, .px-lg-6 {
    padding-left: 2rem !important;
  }

  .p-lg-7 {
    padding: 3rem !important;
  }

  .pt-lg-7, .py-lg-7 {
    padding-top: 3rem !important;
  }

  .pr-lg-7, .px-lg-7 {
    padding-right: 3rem !important;
  }

  .pb-lg-7, .py-lg-7 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-7, .px-lg-7 {
    padding-left: 3rem !important;
  }

  .p-lg-8 {
    padding: 4rem !important;
  }

  .pt-lg-8, .py-lg-8 {
    padding-top: 4rem !important;
  }

  .pr-lg-8, .px-lg-8 {
    padding-right: 4rem !important;
  }

  .pb-lg-8, .py-lg-8 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-8, .px-lg-8 {
    padding-left: 4rem !important;
  }

  .p-lg-9 {
    padding: 6rem !important;
  }

  .pt-lg-9, .py-lg-9 {
    padding-top: 6rem !important;
  }

  .pr-lg-9, .px-lg-9 {
    padding-right: 6rem !important;
  }

  .pb-lg-9, .py-lg-9 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-9, .px-lg-9 {
    padding-left: 6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

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

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

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1rem !important;
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1rem !important;
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.5rem !important;
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 1.5rem !important;
  }

  .m-xl-6 {
    margin: 2rem !important;
  }

  .mt-xl-6, .my-xl-6 {
    margin-top: 2rem !important;
  }

  .mr-xl-6, .mx-xl-6 {
    margin-right: 2rem !important;
  }

  .mb-xl-6, .my-xl-6 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-6, .mx-xl-6 {
    margin-left: 2rem !important;
  }

  .m-xl-7 {
    margin: 3rem !important;
  }

  .mt-xl-7, .my-xl-7 {
    margin-top: 3rem !important;
  }

  .mr-xl-7, .mx-xl-7 {
    margin-right: 3rem !important;
  }

  .mb-xl-7, .my-xl-7 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-7, .mx-xl-7 {
    margin-left: 3rem !important;
  }

  .m-xl-8 {
    margin: 4rem !important;
  }

  .mt-xl-8, .my-xl-8 {
    margin-top: 4rem !important;
  }

  .mr-xl-8, .mx-xl-8 {
    margin-right: 4rem !important;
  }

  .mb-xl-8, .my-xl-8 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-8, .mx-xl-8 {
    margin-left: 4rem !important;
  }

  .m-xl-9 {
    margin: 6rem !important;
  }

  .mt-xl-9, .my-xl-9 {
    margin-top: 6rem !important;
  }

  .mr-xl-9, .mx-xl-9 {
    margin-right: 6rem !important;
  }

  .mb-xl-9, .my-xl-9 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-9, .mx-xl-9 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1rem !important;
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1rem !important;
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.5rem !important;
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 1.5rem !important;
  }

  .p-xl-6 {
    padding: 2rem !important;
  }

  .pt-xl-6, .py-xl-6 {
    padding-top: 2rem !important;
  }

  .pr-xl-6, .px-xl-6 {
    padding-right: 2rem !important;
  }

  .pb-xl-6, .py-xl-6 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-6, .px-xl-6 {
    padding-left: 2rem !important;
  }

  .p-xl-7 {
    padding: 3rem !important;
  }

  .pt-xl-7, .py-xl-7 {
    padding-top: 3rem !important;
  }

  .pr-xl-7, .px-xl-7 {
    padding-right: 3rem !important;
  }

  .pb-xl-7, .py-xl-7 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-7, .px-xl-7 {
    padding-left: 3rem !important;
  }

  .p-xl-8 {
    padding: 4rem !important;
  }

  .pt-xl-8, .py-xl-8 {
    padding-top: 4rem !important;
  }

  .pr-xl-8, .px-xl-8 {
    padding-right: 4rem !important;
  }

  .pb-xl-8, .py-xl-8 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-8, .px-xl-8 {
    padding-left: 4rem !important;
  }

  .p-xl-9 {
    padding: 6rem !important;
  }

  .pt-xl-9, .py-xl-9 {
    padding-top: 6rem !important;
  }

  .pr-xl-9, .px-xl-9 {
    padding-right: 6rem !important;
  }

  .pb-xl-9, .py-xl-9 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-9, .px-xl-9 {
    padding-left: 6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

/*------ Widths, Margins & Paddings -------*/
.wd-5 {
  width: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-85 {
  width: 85% !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.w-0 {
  width: 0 !important;
}

.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.fw-2 {
  width: 20px !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.5rem !important;
}

.w-6 {
  width: 2rem !important;
}

.w-7 {
  width: 3rem !important;
}

.w-8 {
  width: 4rem !important;
}

.w-9 {
  width: 6rem !important;
}

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

.w-110 {
  width: 110px !important;
}

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

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

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

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

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

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

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

.ht-5 {
  height: 5% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}

.h-95 {
  height: 95% !important;
}

.h-100vh {
  height: 100vh !important;
}

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

.h-auto {
  height: auto !important;
}

.h-0 {
  height: 0 !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-15 {
  height: 0.35rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.5rem !important;
}

.h-6 {
  height: 2rem !important;
}

.h-7 {
  height: 3rem !important;
}

.h-8 {
  height: 4rem !important;
}

.h-9 {
  height: 6rem !important;
}

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

.h-130 {
  height: 130px !important;
}

.h-140 {
  height: 140px !important;
}

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

.h-160 {
  height: 160px !important;
}

.h-170 {
  height: 170px !important;
}

.h-180 {
  height: 180px !important;
}

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

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

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

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

.h-370 {
  height: 370px !important;
}

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

.h-420 {
  height: 420px !important;
}

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

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

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

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-m10 {
  margin-top: -10rem !important;
}

.mt-0, .my-0 {
  margin-top: 0 !important;
}

.mr-0, .mx-0 {
  margin-right: 0 !important;
}

.mb-0, .my-0 {
  margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}

.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3, .my-3 {
  margin-top: 0.75rem !important;
}

.mr-3, .mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3, .my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3, .mx-3 {
  margin-left: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
  margin-right: 1rem !important;
}

.mb-4, .my-4 {
  margin-bottom: 1rem !important;
}

.ml-4, .mx-4 {
  margin-left: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5, .my-5 {
  margin-top: 1.5rem !important;
}

.mt-5-7, .my-5-7 {
  margin-top: 1.7rem !important;
}

.mr-5, .mx-5 {
  margin-right: 1.5rem !important;
}

.mb-5, .my-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5, .mx-5 {
  margin-left: 1.5rem !important;
}

.m-6 {
  margin: 2rem !important;
}

.mt-6, .my-6 {
  margin-top: 2rem !important;
}

.mr-6, .mx-6 {
  margin-right: 2rem !important;
}

.mb-6, .my-6 {
  margin-bottom: 2rem !important;
}

.ml-6, .mx-6 {
  margin-left: 2rem !important;
}

.m-7 {
  margin: 3rem !important;
}

.mt-7, .my-7 {
  margin-top: 3rem !important;
}

.mr-7, .mx-7 {
  margin-right: 3rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 3rem !important;
}

.ml-7, .mx-7 {
  margin-left: 3rem !important;
}

.m-8 {
  margin: 4rem !important;
}

.mt-8, .my-8 {
  margin-top: 4rem !important;
}

.mr-8, .mx-8 {
  margin-right: 4rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 4rem !important;
}

.ml-8, .mx-8 {
  margin-left: 4rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.mt-9, .my-9 {
  margin-top: 6rem !important;
}

.mr-9, .mx-9 {
  margin-right: 6rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 6rem !important;
}

.ml-9, .mx-9 {
  margin-left: 6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0, .py-0 {
  padding-top: 0 !important;
}

.pr-0, .px-0 {
  padding-right: 0 !important;
}

.pb-0, .py-0 {
  padding-bottom: 0 !important;
}

.pl-0, .px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}

.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3, .py-3 {
  padding-top: 0.75rem !important;
}

.pr-3, .px-3 {
  padding-right: 0.75rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3, .px-3 {
  padding-left: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4, .py-4 {
  padding-top: 1rem !important;
}

.pr-4, .px-4 {
  padding-right: 1rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1rem !important;
}

.pl-4, .px-4 {
  padding-left: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5, .py-5 {
  padding-top: 1.5rem !important;
}

.pr-5, .px-5 {
  padding-right: 1.5rem !important;
}

.pb-5, .py-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5, .px-5 {
  padding-left: 1.5rem !important;
}

.p-6 {
  padding: 2rem !important;
}

.pt-6, .py-6 {
  padding-top: 2rem !important;
}

.pr-6, .px-6 {
  padding-right: 2rem !important;
}

.pb-6, .py-6 {
  padding-bottom: 2rem !important;
}

.pl-6, .px-6 {
  padding-left: 2rem !important;
}

.p-7 {
  padding: 3rem !important;
}

.pt-7, .py-7 {
  padding-top: 3rem !important;
}

.pr-7, .px-7 {
  padding-right: 3rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 3rem !important;
}

.pl-7, .px-7 {
  padding-left: 3rem !important;
}

.p-8 {
  padding: 4rem !important;
}

.pt-8, .py-8 {
  padding-top: 4rem !important;
}

.pr-8, .px-8 {
  padding-right: 4rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 4rem !important;
}

.pl-8, .px-8 {
  padding-left: 4rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.pt-9, .py-9 {
  padding-top: 6rem !important;
}

.pr-9, .px-9 {
  padding-right: 6rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pr-10 {
  padding-right: 8rem !important;
}

.pl-10 {
  padding-left: 8rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 6rem !important;
}

.pl-9, .px-9 {
  padding-left: 6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

/*------- Alignments & values-------*/
.text-monospace {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-normal1 {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-800 {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #f0f0f0 !important;
}

.text-success {
  color: #38cb89 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #15ca7c !important;
}

.text-info {
  color: var(--primary-color) !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1e1e2d !important;
}

.text-warning {
  color: #ffab00 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #c29d0b !important;
}

.text-danger {
  color: #ef4b4b !important;
  font-size: 12px;
  margin-top: 5px;
}

.is-danger {
  border: 1px solid #ef4b4b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #df0812 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #1e1e2d !important;
}

.text-highlight {
  color: var(--primary-color);
}

a.text-dark:hover, a.text-dark:focus {
  color: #384b6e !important;
}

.text-body {
  color: #495057 !important;
}

.text-muted {
  color: #728096 !important;
}

.text-required {
  font-size: 8px;
  position: absolute;
  top: 1px;
  margin-left: 2px;
  color: red;
}

.icon-muted {
  color: #e2e2e9 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .container {
    max-width: none;
  }

  * {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body, .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .text-wrap table {
    border-collapse: collapse !important;
  }

  .table td, .text-wrap table td, .table th, .text-wrap table th {
    background-color: #fff !important;
  }

  .table-bordered th, .text-wrap table th, .table-bordered td, .text-wrap table td {
    border: 1px solid #ebecf1 !important;
  }
}
.background-white {
  background: #FFF !important;
}

.background-special {
  background: #f5f9fc !important;
}

.lead {
  line-height: 1.4;
}

.lead-3 {
  line-height: 1.3;
}

a {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}

strong, b {
  font-weight: 600;
}

p, ul, ol {
  margin-bottom: 1em;
}

blockquote {
  margin-bottom: 1em;
  font-style: italic;
  color: #6e7687;
  padding-left: 2rem;
  border-left: 2px solid rgba(0, 40, 100, 0.12);
}
blockquote p {
  margin-bottom: 1rem;
}
blockquote cite {
  display: block;
  text-align: right;
}
blockquote cite:before {
  content: "â€” ";
}

code {
  background: #f0f0f2;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  padding: 3px;
}

pre code {
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

pre {
  color: #5b7fff;
  padding: 1.5rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f8fafc;
  border-radius: 3px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

img {
  max-width: 100%;
}

.text-wrap {
  font-size: 14px;
  line-height: 1.66;
}
.text-wrap > :first-child {
  margin-top: 0;
}
.text-wrap > :last-child {
  margin-bottom: 0;
}
.text-wrap > h1, .text-wrap > h2, .text-wrap > h3, .text-wrap > h4, .text-wrap > h5, .text-wrap > h6 {
  margin-top: 1em;
}

.section-nav {
  background-color: #f8f9fa;
  margin: 1rem 0;
  padding: 0.5rem 1rem;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  list-style: none;
}
.section-nav:before {
  content: "Table of contents:";
  display: block;
  font-weight: 600;
}

.row-cards > .col, .row-cards > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row-deck > .col, .row-deck > [class*=col-] {
  display: flex;
  align-items: stretch;
}
.row-deck > .col .card, .row-deck > [class*=col-] .card {
  flex: 1 1 auto;
}

.col-text {
  max-width: 48rem;
}

.col-login {
  max-width: 24rem;
}

.gutters-0 {
  margin-right: 0;
  margin-left: 0;
}
.gutters-0 > .col, .gutters-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.gutters-0 .card {
  margin-bottom: 0;
}

.gutters-xs {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
}
.gutters-xs > .col, .gutters-xs > [class*=col-] {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.gutters-xs .card {
  margin-bottom: 0.5rem;
}

.gutters-sm {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.gutters-sm > .col, .gutters-sm > [class*=col-] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.gutters-sm .card {
  margin-bottom: 1rem;
}

.gutters-lg {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutters-lg > .col, .gutters-lg > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gutters-lg .card {
  margin-bottom: 2rem;
}

.gutters-xl {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
.gutters-xl > .col, .gutters-xl > [class*=col-] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.gutters-xl .card {
  margin-bottom: 3rem;
}

.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  margin: 0.75rem 0;
}

body.fixed-header .page {
  padding-top: 4.5rem;
}

@media (min-width: 1600px) {
  body.aside-opened .page {
    margin-right: 22rem;
  }
}
.page-main {
  flex: 1 1 auto;
}

.pos-absolute {
  position: absolute;
  top: 0;
  border: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.text-icon {
  color: #5c678f !important;
}

.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 1rem 0;
}
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding: 0 1rem;
  text-transform: uppercase;
}
.divider .divider-text:before {
  right: 100%;
}
.divider .divider-text:after {
  left: 100%;
}
.divider .divider-text:after, .divider .divider-text:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #dfe3e7;
}

/*-----Back to Top-----*/
#back-to-top {
  color: #fff;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  display: none;
  text-align: center;
  border-radius: 5px;
  -o-border-radius: 2px;
  height: 40px;
  width: 40px;
  line-height: 2.8;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#back-to-top i {
  font-size: 16px;
}

.tabs-menu .nav {
  display: inline-flex !important;
}

.tabs-menu ul li a {
  padding: 5px 20px;
  display: block;
  margin: 3px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  width: 100px;
}
.tabs-menu ul li .active {
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.tabs-menu-body {
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.tabs-menu-body .price-card {
  border-radius: 0 !important;
  border-top-right-radius: 30px !important;
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 30px !important;
}
.tabs-menu-body .price-card-border {
  border: 2px solid var(--primary-color) !important;
}
.tabs-menu-body .card {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
  transition: all 0.2s;
}
.tabs-menu-body .card:hover, .tabs-menu-body .card:focus {
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
}
.tabs-menu-body .card:hover .plan-cost, .tabs-menu-body .card:focus .plan-cost {
  color: var(--primary-color);
}
.tabs-menu-body .card:hover .prepaid-plan .plan-cost, .tabs-menu-body .card:focus .prepaid-plan .plan-cost {
  color: rgb(102, 102, 102);
}
.tabs-menu-body .card:hover .prepaid-plan .plan-title, .tabs-menu-body .card:focus .prepaid-plan .plan-title {
  color: var(--primary-color);
}
.tabs-menu-body .card .plan {
  min-height: 380px;
}
.tabs-menu-body .card .plan-featured {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  border-bottom-right-radius: 1rem;
  border-top-left-radius: 0.8rem;
  min-width: 40%;
  padding-top: 3px;
  text-align: center;
  background-color: var(--primary-color);
}
.tabs-menu-body .card .plan-cost {
  font-size: 40px;
  font-weight: 800;
  color: rgb(102, 102, 102);
  font-family: "Open Sans", sans-serif;
}
.tabs-menu-body .card .plan-currency-sign {
  font-size: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 25px;
  color: #ccc;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.tabs-menu-body .card .divider {
  background-color: rgb(230, 230, 230);
  border-radius: 5px;
  height: 3px;
  width: 40px;
}
.tabs-menu-body .card .plan-title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans";
  margin-bottom: 1rem;
}
.tabs-menu-body .card ul li {
  margin-bottom: 0.3rem;
}
.tabs-menu-body .card ul li i {
  margin-right: 0.3rem;
}
.tabs-menu-body .card .action-button button {
  width: 145px;
}
.tabs-menu-body .card .action-button a {
  width: 145px;
}
.tabs-menu-body .card .prepaid-plan {
  min-height: auto !important;
}
.tabs-menu-body .card .prepaid-plan .plan-title {
  margin-bottom: 0 !important;
}
.tabs-menu-body .card .prepaid-plan .plan-cost {
  float: right;
  padding-left: 2px !important;
  padding-right: 2px !important;
  font-size: 24px !important;
  font-family: "Open Sans", sans-serif;
}
.tabs-menu-body .card .prepaid-plan .prepaid-currency-sign {
  font-size: 10px !important;
  float: right;
  vertical-align: super;
  color: #ccc;
  margin-top: 6px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
}
.tabs-menu-body .card .prepaid-plan .plan-note {
  margin-top: -5px;
}
.tabs-menu-body .card .prepaid-plan .action-button {
  position: unset;
}
.tabs-menu-body p:last-child {
  margin-bottom: 0;
}

.tab-menu-heading {
  padding: 20px;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

#back-to-top:hover {
  background: #fff;
  line-height: 3;
  border-color: #fff;
}
#back-to-top:hover i {
  color: var(--primary-color);
}

/*------ Background colors -------*/
.bg-blue-lightest {
  background-color: #edf2fa !important;
}

a.bg-blue-lightest:hover, a.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}

button.bg-blue-lightest:hover, button.bg-blue-lightest:focus {
  background-color: #c5d5ef !important;
}

.bg-blue-lighter {
  background-color: #c8d9f1 !important;
}

a.bg-blue-lighter:hover, a.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}

button.bg-blue-lighter:hover, button.bg-blue-lighter:focus {
  background-color: #9fbde7 !important;
}

.bg-blue-light {
  background-color: #7ea5dd !important;
}

a.bg-blue-light:hover, a.bg-blue-light:focus {
  background-color: #5689d2 !important;
}

button.bg-blue-light:hover, button.bg-blue-light:focus {
  background-color: #5689d2 !important;
}

.bg-blue-dark {
  background-color: #3866a6 !important;
}

a.bg-blue-dark:hover, a.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}

button.bg-blue-dark:hover, button.bg-blue-dark:focus {
  background-color: #2b4f80 !important;
}

.bg-blue-darker {
  background-color: #1c3353 !important;
}

a.bg-blue-darker:hover, a.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}

button.bg-blue-darker:hover, button.bg-blue-darker:focus {
  background-color: #0f1c2d !important;
}

.bg-blue-darkest {
  background-color: #0e1929 !important;
}

a.bg-blue-darkest:hover, a.bg-blue-darkest:focus {
  background-color: #010203 !important;
}

button.bg-blue-darkest:hover, button.bg-blue-darkest:focus {
  background-color: #010203 !important;
}

.bg-purssianblue {
  background-color: #362f71;
}

a.bg-purssianblue-lightest:hover, a.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}

button.bg-purssianblue-lightest:hover, button.bg-purssianblue-lightest:focus {
  background-color: #3f3688 !important;
}

.bg-indigo-lightest {
  background-color: #f0f1fa !important;
}

a.bg-indigo-lightest:hover, a.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}

button.bg-indigo-lightest:hover, button.bg-indigo-lightest:focus {
  background-color: #cacded !important;
}

.bg-indigo-lighter {
  background-color: #d1d5f0 !important;
}

a.bg-indigo-lighter:hover, a.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}

button.bg-indigo-lighter:hover, button.bg-indigo-lighter:focus {
  background-color: #abb2e3 !important;
}

.bg-indigo-light {
  background-color: #939edc !important;
}

a.bg-indigo-light:hover, a.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}

button.bg-indigo-light:hover, button.bg-indigo-light:focus {
  background-color: #6c7bd0 !important;
}

.bg-indigo-dark {
  background-color: #515da4 !important;
}

a.bg-indigo-dark:hover, a.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}

button.bg-indigo-dark:hover, button.bg-indigo-dark:focus {
  background-color: #404a82 !important;
}

.bg-indigo-darker {
  background-color: #282e52 !important;
}

a.bg-indigo-darker:hover, a.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}

button.bg-indigo-darker:hover, button.bg-indigo-darker:focus {
  background-color: #171b30 !important;
}

.bg-indigo-darkest {
  background-color: #141729 !important;
}

a.bg-indigo-darkest:hover, a.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}

button.bg-indigo-darkest:hover, button.bg-indigo-darkest:focus {
  background-color: #030407 !important;
}

.bg-purple-lightest {
  background-color: #f6effd !important;
}

a.bg-purple-lightest:hover, a.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}

button.bg-purple-lightest:hover, button.bg-purple-lightest:focus {
  background-color: #ddc2f7 !important;
}

.bg-purple-lighter {
  background-color: #e4cff9 !important;
}

a.bg-purple-lighter:hover, a.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}

button.bg-purple-lighter:hover, button.bg-purple-lighter:focus {
  background-color: #cba2f3 !important;
}

.bg-purple-light {
  background-color: #c08ef0 !important;
}

a.bg-purple-light:hover, a.bg-purple-light:focus {
  background-color: #a761ea !important;
}

button.bg-purple-light:hover, button.bg-purple-light:focus {
  background-color: #a761ea !important;
}

.bg-purple-dark {
  background-color: #844bbb !important;
}

a.bg-purple-dark:hover, a.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}

button.bg-purple-dark:hover, button.bg-purple-dark:focus {
  background-color: #6a3a99 !important;
}

.bg-purple-darker {
  background-color: #42265e !important;
}

a.bg-purple-darker:hover, a.bg-purple-darker:focus {
  background-color: #29173a !important;
}

button.bg-purple-darker:hover, button.bg-purple-darker:focus {
  background-color: #29173a !important;
}

.bg-purple-darkest {
  background-color: #21132f !important;
}

a.bg-purple-darkest:hover, a.bg-purple-darkest:focus {
  background-color: #08040b !important;
}

button.bg-purple-darkest:hover, button.bg-purple-darkest:focus {
  background-color: #08040b !important;
}

.bg-pink-lightest {
  background-color: #fef0f5 !important;
}

a.bg-pink-lightest:hover, a.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}

button.bg-pink-lightest:hover, button.bg-pink-lightest:focus {
  background-color: #fbc0d5 !important;
}

.bg-pink-lighter {
  background-color: #fcd3e1 !important;
}

a.bg-pink-lighter:hover, a.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}

button.bg-pink-lighter:hover, button.bg-pink-lighter:focus {
  background-color: #f9a3c0 !important;
}

.bg-pink-light {
  background-color: #f999b9 !important;
}

a.bg-pink-light:hover, a.bg-pink-light:focus {
  background-color: #f66998 !important;
}

button.bg-pink-light:hover, button.bg-pink-light:focus {
  background-color: #f66998 !important;
}

.bg-pink-dark {
  background-color: #c5577c !important;
}

a.bg-pink-dark:hover, a.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}

button.bg-pink-dark:hover, button.bg-pink-dark:focus {
  background-color: #ad3c62 !important;
}

.bg-pink-darker {
  background-color: #622c3e !important;
}

a.bg-pink-darker:hover, a.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}

button.bg-pink-darker:hover, button.bg-pink-darker:focus {
  background-color: #3f1c28 !important;
}

.bg-pink-darkest {
  background-color: #31161f !important;
}

a.bg-pink-darkest:hover, a.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}

button.bg-pink-darkest:hover, button.bg-pink-darkest:focus {
  background-color: #0e0609 !important;
}

.bg-red-lightest {
  background-color: #fae9e9 !important;
}

a.bg-red-lightest:hover, a.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}

button.bg-red-lightest:hover, button.bg-red-lightest:focus {
  background-color: #f1bfbf !important;
}

.bg-red-lighter {
  background-color: #f0bcbc !important;
}

a.bg-red-lighter:hover, a.bg-red-lighter:focus {
  background-color: #e79292 !important;
}

button.bg-red-lighter:hover, button.bg-red-lighter:focus {
  background-color: #e79292 !important;
}

.bg-red-light {
  background-color: #dc6362 !important;
}

a.bg-red-light:hover, a.bg-red-light:focus {
  background-color: #d33a38 !important;
}

button.bg-red-light:hover, button.bg-red-light:focus {
  background-color: #d33a38 !important;
}

.bg-red-dark {
  background-color: #a41a19 !important;
}

a.bg-red-dark:hover, a.bg-red-dark:focus {
  background-color: #781312 !important;
}

button.bg-red-dark:hover, button.bg-red-dark:focus {
  background-color: #781312 !important;
}

.bg-red-darker {
  background-color: #520d0c !important;
}

a.bg-red-darker:hover, a.bg-red-darker:focus {
  background-color: #260605 !important;
}

button.bg-red-darker:hover, button.bg-red-darker:focus {
  background-color: #260605 !important;
}

.bg-red-darkest {
  background-color: #290606 !important;
}

a.bg-red-darkest:hover, a.bg-red-darkest:focus {
  background-color: black !important;
}

button.bg-red-darkest:hover, button.bg-red-darkest:focus {
  background-color: black !important;
}

.bg-orange-lightest {
  background-color: #fff !important;
}

a.bg-orange-lightest:hover, a.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}

button.bg-orange-lightest:hover, button.bg-orange-lightest:focus {
  background-color: peachpuff !important;
}

.bg-orange-lighter {
  background-color: #fee0c7 !important;
}

a.bg-orange-lighter:hover, a.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}

button.bg-orange-lighter:hover, button.bg-orange-lighter:focus {
  background-color: #fdc495 !important;
}

.bg-orange-light {
  background-color: #feb67c !important;
}

a.bg-orange-light:hover, a.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}

button.bg-orange-light:hover, button.bg-orange-light:focus {
  background-color: #fe9a49 !important;
}

.bg-orange-dark {
  background-color: #ca7836 !important;
}

a.bg-orange-dark:hover, a.bg-orange-dark:focus {
  background-color: #a2602b !important;
}

button.bg-orange-dark:hover, button.bg-orange-dark:focus {
  background-color: #a2602b !important;
}

.bg-orange-darker {
  background-color: #653c1b !important;
}

a.bg-orange-darker:hover, a.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}

button.bg-orange-darker:hover, button.bg-orange-darker:focus {
  background-color: #3d2410 !important;
}

.bg-orange-darkest {
  background-color: #331e0e !important;
}

a.bg-orange-darkest:hover, a.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}

button.bg-orange-darkest:hover, button.bg-orange-darkest:focus {
  background-color: #0b0603 !important;
}

.bg-yellow-lightest {
  background-color: #fef9e7 !important;
}

a.bg-yellow-lightest:hover, a.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}

button.bg-yellow-lightest:hover, button.bg-yellow-lightest:focus {
  background-color: #fcedb6 !important;
}

.bg-yellow-lighter {
  background-color: #fbedb7 !important;
}

a.bg-yellow-lighter:hover, a.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}

button.bg-yellow-lighter:hover, button.bg-yellow-lighter:focus {
  background-color: #f8e187 !important;
}

.bg-yellow-light {
  background-color: #f5d657 !important;
}

a.bg-yellow-light:hover, a.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}

button.bg-yellow-light:hover, button.bg-yellow-light:focus {
  background-color: #f2ca27 !important;
}

.bg-yellow-dark {
  background-color: #c19d0c !important;
}

a.bg-yellow-dark:hover, a.bg-yellow-dark:focus {
  background-color: #917609 !important;
}

button.bg-yellow-dark:hover, button.bg-yellow-dark:focus {
  background-color: #917609 !important;
}

.bg-yellow-darker {
  background-color: #604e06 !important;
}

a.bg-yellow-darker:hover, a.bg-yellow-darker:focus {
  background-color: #302703 !important;
}

button.bg-yellow-darker:hover, button.bg-yellow-darker:focus {
  background-color: #302703 !important;
}

.bg-yellow-darkest {
  background-color: #302703 !important;
}

a.bg-yellow-darkest:hover, a.bg-yellow-darkest:focus {
  background-color: black !important;
}

button.bg-yellow-darkest:hover, button.bg-yellow-darkest:focus {
  background-color: black !important;
}

.bg-green-lightest {
  background-color: #eff8e6 !important;
}

a.bg-green-lightest:hover, a.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}

button.bg-green-lightest:hover, button.bg-green-lightest:focus {
  background-color: #d6edbe !important;
}

.bg-green-lighter {
  background-color: #cfeab3 !important;
}

a.bg-green-lighter:hover, a.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}

button.bg-green-lighter:hover, button.bg-green-lighter:focus {
  background-color: #b6df8b !important;
}

.bg-green-light {
  background-color: #8ecf4d !important;
}

a.bg-green-light:hover, a.bg-green-light:focus {
  background-color: #75b831 !important;
}

button.bg-green-light:hover, button.bg-green-light:focus {
  background-color: #75b831 !important;
}

.bg-green-dark {
  background-color: #4b9500 !important;
}

a.bg-green-dark:hover, a.bg-green-dark:focus {
  background-color: #316200 !important;
}

button.bg-green-dark:hover, button.bg-green-dark:focus {
  background-color: #316200 !important;
}

.bg-green-darker {
  background-color: #264a00 !important;
}

a.bg-green-darker:hover, a.bg-green-darker:focus {
  background-color: #0c1700 !important;
}

button.bg-green-darker:hover, button.bg-green-darker:focus {
  background-color: #0c1700 !important;
}

.bg-green-darkest {
  background-color: #132500 !important;
}

a.bg-green-darkest:hover, a.bg-green-darkest:focus {
  background-color: black !important;
}

button.bg-green-darkest:hover, button.bg-green-darkest:focus {
  background-color: black !important;
}

.bg-teal-lightest {
  background-color: #eafaf8 !important;
}

a.bg-teal-lightest:hover, a.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}

button.bg-teal-lightest:hover, button.bg-teal-lightest:focus {
  background-color: #c1f0ea !important;
}

.bg-teal-lighter {
  background-color: #bfefea !important;
}

a.bg-teal-lighter:hover, a.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}

button.bg-teal-lighter:hover, button.bg-teal-lighter:focus {
  background-color: #96e5dd !important;
}

.bg-teal-light {
  background-color: #6bdbcf !important;
}

a.bg-teal-light:hover, a.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}

button.bg-teal-light:hover, button.bg-teal-light:focus {
  background-color: #42d1c2 !important;
}

.bg-teal-dark {
  background-color: #22a295 !important;
}

a.bg-teal-dark:hover, a.bg-teal-dark:focus {
  background-color: #19786e !important;
}

button.bg-teal-dark:hover, button.bg-teal-dark:focus {
  background-color: #19786e !important;
}

.bg-teal-darker {
  background-color: #11514a !important;
}

a.bg-teal-darker:hover, a.bg-teal-darker:focus {
  background-color: #082723 !important;
}

button.bg-teal-darker:hover, button.bg-teal-darker:focus {
  background-color: #082723 !important;
}

.bg-teal-darkest {
  background-color: #092925 !important;
}

a.bg-teal-darkest:hover, a.bg-teal-darkest:focus {
  background-color: black !important;
}

button.bg-teal-darkest:hover, button.bg-teal-darkest:focus {
  background-color: black !important;
}

.bg-cyan-lightest {
  background-color: #e8f6f8 !important;
}

a.bg-cyan-lightest:hover, a.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}

button.bg-cyan-lightest:hover, button.bg-cyan-lightest:focus {
  background-color: #c1e7ec !important;
}

.bg-cyan-lighter {
  background-color: #b9e3ea !important;
}

a.bg-cyan-lighter:hover, a.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}

button.bg-cyan-lighter:hover, button.bg-cyan-lighter:focus {
  background-color: #92d3de !important;
}

.bg-cyan-light {
  background-color: #5dbecd !important;
}

a.bg-cyan-light:hover, a.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}

button.bg-cyan-light:hover, button.bg-cyan-light:focus {
  background-color: #3aabbd !important;
}

.bg-cyan-dark {
  background-color: #128293 !important;
}

a.bg-cyan-dark:hover, a.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}

button.bg-cyan-dark:hover, button.bg-cyan-dark:focus {
  background-color: #0c5a66 !important;
}

.bg-cyan-darker {
  background-color: #09414a !important;
}

a.bg-cyan-darker:hover, a.bg-cyan-darker:focus {
  background-color: #03191d !important;
}

button.bg-cyan-darker:hover, button.bg-cyan-darker:focus {
  background-color: #03191d !important;
}

.bg-cyan-darkest {
  background-color: #052025 !important;
}

a.bg-cyan-darkest:hover, a.bg-cyan-darkest:focus {
  background-color: black !important;
}

button.bg-cyan-darkest:hover, button.bg-cyan-darkest:focus {
  background-color: black !important;
}

.bg-white-lightest {
  background-color: white !important;
}

a.bg-white-lightest:hover, a.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-lightest:hover, button.bg-white-lightest:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-lighter {
  background-color: white !important;
}

a.bg-white-lighter:hover, a.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-lighter:hover, button.bg-white-lighter:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-light {
  background-color: white !important;
}

a.bg-white-light:hover, a.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}

button.bg-white-light:hover, button.bg-white-light:focus {
  background-color: #e6e5e5 !important;
}

.bg-white-dark {
  background-color: #cccccc !important;
}

a.bg-white-dark:hover, a.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}

button.bg-white-dark:hover, button.bg-white-dark:focus {
  background-color: #b3b2b2 !important;
}

.bg-white-darker {
  background-color: #666666 !important;
}

a.bg-white-darker:hover, a.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}

button.bg-white-darker:hover, button.bg-white-darker:focus {
  background-color: #4d4c4c !important;
}

.bg-white-darkest {
  background-color: #333333 !important;
}

a.bg-white-darkest:hover, a.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}

button.bg-white-darkest:hover, button.bg-white-darkest:focus {
  background-color: #1a1919 !important;
}

.bg-gray-lightest {
  background-color: #f3f4f5 !important;
}

a.bg-gray-lightest:hover, a.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}

button.bg-gray-lightest:hover, button.bg-gray-lightest:focus {
  background-color: #d7dbde !important;
}

.bg-gray-lighter {
  background-color: #dbdde0 !important;
}

a.bg-gray-lighter:hover, a.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}

button.bg-gray-lighter:hover, button.bg-gray-lighter:focus {
  background-color: #c0c3c8 !important;
}

.bg-gray-light {
  background-color: #aab0b6 !important;
}

a.bg-gray-light:hover, a.bg-gray-light:focus {
  background-color: #8f979e !important;
}

button.bg-gray-light:hover, button.bg-gray-light:focus {
  background-color: #8f979e !important;
}

.bg-gray-dark {
  background-color: #6b7278 !important;
  background-color: #343a40 !important;
}

a.bg-gray-dark:hover, a.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}

button.bg-gray-dark:hover, button.bg-gray-dark:focus {
  background-color: #53585d !important;
  background-color: #1d2124 !important;
}

.bg-gray-darker {
  background-color: #36393c !important;
}

a.bg-gray-darker:hover, a.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}

button.bg-gray-darker:hover, button.bg-gray-darker:focus {
  background-color: #1e2021 !important;
}

.bg-gray-darkest {
  background-color: #1b1c1e !important;
}

a.bg-gray-darkest:hover, a.bg-gray-darkest:focus {
  background-color: #030303 !important;
}

button.bg-gray-darkest:hover, button.bg-gray-darkest:focus {
  background-color: #030303 !important;
}

.bg-gray-dark-lightest {
  background-color: #ebebec !important;
}

a.bg-gray-dark-lightest:hover, a.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}

button.bg-gray-dark-lightest:hover, button.bg-gray-dark-lightest:focus {
  background-color: #d1d1d3 !important;
}

.bg-gray-dark-lighter {
  background-color: #c2c4c6 !important;
}

a.bg-gray-dark-lighter:hover, a.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}

button.bg-gray-dark-lighter:hover, button.bg-gray-dark-lighter:focus {
  background-color: #a8abad !important;
}

.bg-gray-dark-light {
  background-color: #717579 !important;
}

a.bg-gray-dark-light:hover, a.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}

button.bg-gray-dark-light:hover, button.bg-gray-dark-light:focus {
  background-color: #585c5f !important;
}

.bg-gray-dark-dark {
  background-color: #2a2e33 !important;
}

a.bg-gray-dark-dark:hover, a.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}

button.bg-gray-dark-dark:hover, button.bg-gray-dark-dark:focus {
  background-color: #131517 !important;
}

.bg-gray-dark-darker {
  background-color: #15171a !important;
}

a.bg-gray-dark-darker:hover, a.bg-gray-dark-darker:focus {
  background-color: black !important;
}

button.bg-gray-dark-darker:hover, button.bg-gray-dark-darker:focus {
  background-color: black !important;
}

.bg-gray-dark-darkest {
  background-color: #0a0c0d !important;
}

a.bg-gray-dark-darkest:hover, a.bg-gray-dark-darkest:focus {
  background-color: black !important;
}

button.bg-gray-dark-darkest:hover, button.bg-gray-dark-darkest:focus {
  background-color: black !important;
}

.bg-azure-lightest {
  background-color: #ecf7fe !important;
}

a.bg-azure-lightest:hover, a.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}

button.bg-azure-lightest:hover, button.bg-azure-lightest:focus {
  background-color: #bce3fb !important;
}

.bg-azure-lighter {
  background-color: #c7e6fb !important;
}

a.bg-azure-lighter:hover, a.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}

button.bg-azure-lighter:hover, button.bg-azure-lighter:focus {
  background-color: #97d1f8 !important;
}

.bg-azure-light {
  background-color: #7dc4f6 !important;
}

a.bg-azure-light:hover, a.bg-azure-light:focus {
  background-color: #4daef3 !important;
}

button.bg-azure-light:hover, button.bg-azure-light:focus {
  background-color: #4daef3 !important;
}

.bg-azure-dark {
  background-color: #3788c2 !important;
}

a.bg-azure-dark:hover, a.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}

button.bg-azure-dark:hover, button.bg-azure-dark:focus {
  background-color: #2c6c9a !important;
}

.bg-azure-darker {
  background-color: #1c4461 !important;
}

a.bg-azure-darker:hover, a.bg-azure-darker:focus {
  background-color: #112839 !important;
}

button.bg-azure-darker:hover, button.bg-azure-darker:focus {
  background-color: #112839 !important;
}

.bg-azure-darkest {
  background-color: #0e2230 !important;
}

a.bg-azure-darkest:hover, a.bg-azure-darkest:focus {
  background-color: #020609 !important;
}

button.bg-azure-darkest:hover, button.bg-azure-darkest:focus {
  background-color: #020609 !important;
}

.bg-lime-lightest {
  background-color: #f2fbeb !important;
}

a.bg-lime-lightest:hover, a.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}

button.bg-lime-lightest:hover, button.bg-lime-lightest:focus {
  background-color: #d6f3c1 !important;
}

.bg-lime-lighter {
  background-color: #d7f2c2 !important;
}

a.bg-lime-lighter:hover, a.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}

button.bg-lime-lighter:hover, button.bg-lime-lighter:focus {
  background-color: #bbe998 !important;
}

.bg-lime-light {
  background-color: #a3e072 !important;
}

a.bg-lime-light:hover, a.bg-lime-light:focus {
  background-color: #88d748 !important;
}

button.bg-lime-light:hover, button.bg-lime-light:focus {
  background-color: #88d748 !important;
}

.bg-lime-dark {
  background-color: #62a82a !important;
}

a.bg-lime-dark:hover, a.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}

button.bg-lime-dark:hover, button.bg-lime-dark:focus {
  background-color: #4a7f20 !important;
}

.bg-lime-darker {
  background-color: #315415 !important;
}

a.bg-lime-darker:hover, a.bg-lime-darker:focus {
  background-color: #192b0b !important;
}

button.bg-lime-darker:hover, button.bg-lime-darker:focus {
  background-color: #192b0b !important;
}

.bg-lime-darkest {
  background-color: #192a0b !important;
}

a.bg-lime-darkest:hover, a.bg-lime-darkest:focus {
  background-color: #010200 !important;
}

button.bg-lime-darkest:hover, button.bg-lime-darkest:focus {
  background-color: #010200 !important;
}

.display-1 i, .display-2 i, .display-3 i, .display-4 i {
  vertical-align: baseline;
  font-size: 0.815em;
}

.text-inherit {
  color: inherit !important;
}

.text-default {
  color: #4e5761 !important;
}

.text-muted-dark {
  color: #6e7687 !important;
}

.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-normal {
  letter-spacing: 0 !important;
}

.tracking-wide {
  letter-spacing: 0.05em !important;
}

.leading-none {
  line-height: 1 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.leading-normal {
  line-height: 1.5 !important;
}

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

.bg-blue {
  background-color: #083dc1 !important;
  color: #fff !important;
}

a.bg-blue:hover, a.bg-blue:focus {
  background-color: #1747bd !important;
}

button.bg-blue:hover, button.bg-blue:focus {
  background-color: #1747bd !important;
}

.text-blue {
  color: #083dc1 !important;
}

.bg-indigo {
  background-color: #5323a7 !important;
  color: #fff !important;
}

a.bg-indigo:hover, a.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

button.bg-indigo:hover, button.bg-indigo:focus {
  background-color: #3f51c1 !important;
}

.text-indigo {
  color: #5323a7 !important;
}

.bg-purple {
  background-color: #920bfa !important;
  color: #fff !important;
}

a.bg-purple:hover, a.bg-purple:focus {
  background-color: #8c31e4 !important;
}

button.bg-purple:hover, button.bg-purple:focus {
  background-color: #8c31e4 !important;
}

.text-purple {
  color: #920bfa !important;
}

.text-lightpink-red {
  color: #ff7088 !important;
}

.text-lightgreen {
  color: #26eda2 !important;
}

.bg-pink {
  background-color: #bb08c0 !important;
  color: #fff !important;
}

.bg-darkpink {
  background-color: #14A485 !important;
  color: #fff !important;
}

a.bg-pink:hover, a.bg-pink:focus {
  background-color: #f33d7a !important;
}

button.bg-pink:hover, button.bg-pink:focus {
  background-color: #f33d7a !important;
}

.text-pink {
  color: #bb08c0 !important;
}

.bg-red {
  background-color: #dc0441 !important;
  color: #fff !important;
}

a.bg-red:hover, a.bg-red:focus {
  background-color: #a11918 !important;
}

button.bg-red:hover, button.bg-red:focus {
  background-color: #a11918 !important;
}

.text-red {
  color: #dc0441 !important;
}

.bg-orange {
  background-color: #fc7303 !important;
  color: #fff !important;
}

a.bg-orange:hover, a.bg-orange:focus {
  background-color: #fc7a12 !important;
}

button.bg-orange:hover, button.bg-orange:focus {
  background-color: #fc7a12 !important;
}

.text-orange {
  color: #fc7303 !important;
}

.bg-yellow {
  background-color: #ecb403 !important;
  color: #fff !important;
}

a.bg-yellow:hover, a.bg-yellow:focus {
  background-color: #c29d0b !important;
}

button.bg-yellow:hover, button.bg-yellow:focus {
  background-color: #c29d0b !important;
}

.text-yellow {
  color: #ecb403 !important;
}

.bg-green {
  background-color: #2dce89 !important;
  color: #fff !important;
}

a.bg-green:hover, a.bg-green:focus {
  background-color: #15ca7c !important;
}

button.bg-green:hover, button.bg-green:focus {
  background-color: #15ca7c !important;
}

.text-green {
  color: #2dce89 !important;
}

.bg-teal {
  background-color: #06c0d9 !important;
}

a.bg-teal:hover, a.bg-teal:focus {
  background-color: #22a193 !important;
}

button.bg-teal:hover, button.bg-teal:focus {
  background-color: #22a193 !important;
}

.text-teal {
  color: #06c0d9 !important;
}

.bg-cyan {
  background-color: #17a2b8 !important;
  color: #fff !important;
}

a.bg-cyan:hover, a.bg-cyan:focus {
  background-color: #117a8b !important;
}

button.bg-cyan:hover, button.bg-cyan:focus {
  background-color: #117a8b !important;
}

.text-cyan {
  color: #17a2b8 !important;
}

.bg-white {
  background-color: #fff !important;
}

a.bg-white:hover, a.bg-white:focus {
  background-color: #f3f4f5 !important;
}

button.bg-white:hover, button.bg-white:focus {
  background-color: #f3f4f5 !important;
}

.text-white {
  color: #fff !important;
}

.bg-gray {
  background-color: #868e96 !important;
}

a.bg-gray:hover, a.bg-gray:focus {
  background-color: #6c757d !important;
}

button.bg-gray:hover, button.bg-gray:focus {
  background-color: #6c757d !important;
}

.text-gray {
  color: #969696 !important;
}

.bg-lightpink-red {
  color: #ff7088 !important;
}

.text-gray-dark {
  color: #343a40 !important;
}

.bg-azure {
  background-color: #45aaf2 !important;
}

a.bg-azure:hover, a.bg-azure:focus {
  background-color: #1594ef !important;
}

button.bg-azure:hover, button.bg-azure:focus {
  background-color: #1594ef !important;
}

.text-azure {
  color: #45aaf2 !important;
}

.bg-lime {
  background-color: #1e74a0 !important;
}

a.bg-lime:hover, a.bg-lime:focus {
  background-color: #63ad27 !important;
}

button.bg-lime:hover, button.bg-lime:focus {
  background-color: #63ad27 !important;
}

.text-lime {
  color: #1e74a0 !important;
}

.icon {
  color: #fff !important;
}
.icon i {
  vertical-align: -1px;
  color: #5c678f;
}

a.icon {
  text-decoration: none;
  cursor: pointer;
}
a.icon:hover {
  color: #fff !important;
}

.o-auto {
  overflow: auto !important;
}

.o-hidden {
  overflow: hidden !important;
}

.shadow {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow2 {
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0), 10px 10px 15px -5px rgb(176, 184, 214) !important;
}

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

.bg-info-green {
  background-color: rgba(0, 200, 81, 0.4);
}

.bg-success-transparent {
  background-color: rgba(56, 203, 137, 0.2) !important;
}

.bg-info-transparent {
  background-color: rgba(34, 133, 204, 0.2) !important;
}

.bg-warning-transparent {
  background-color: rgba(252, 191, 9, 0.2) !important;
}

.bg-danger-transparent {
  background-color: rgba(250, 96, 96, 0.2) !important;
}

.bg-success-transparent-2 {
  background-color: rgba(56, 203, 137, 0.15) !important;
}

.bg-info-transparent-2 {
  background-color: rgba(34, 133, 204, 0.15) !important;
}

.bg-warning-transparent-2 {
  background-color: rgba(252, 191, 9, 0.15) !important;
}

.bg-danger-transparent-2 {
  background-color: rgba(250, 96, 96, 0.15) !important;
}

.bg-facebook {
  background: #2b4170 !important;
}

.bg-google {
  background: linear-gradient(to bottom right, #e64522, #c33219) !important;
  color: #fff;
}

.bg-dribbble {
  background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}

/*------ Default -------*/
.card {
  font-family: "Lato", sans-serif;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #dbe2eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}

.special-shadow {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  margin-top: 1rem;
}

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-header:before {
  content: "";
  position: absolute;
  left: 0px;
  padding: 3px;
  border-radius: 0 50px 50px 0;
  height: 20px;
}
.card-header:first-child {
  border-radius: 2px 2px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0rem 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  color: #6e7687;
}
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}

.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
  margin-left: -0.75rem;
  border-bottom: 0;
  margin: -1.25rem 0;
  border-bottom: 0;
  line-height: 2rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

.card-img {
  width: 100%;
  border-radius: 2px;
}

.card-img-top {
  width: 100%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (max-width: 576px) {
  .header {
    border-bottom: 0px !important;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }

  .horizontalMenucontainer .header-brand-img.mobile-logo, .horizontalMenucontainer .header-brand-img.darkmobile-logo, .horizontalMenucontainer .header-brand-img.dark-logo {
    display: none;
  }

  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 3px;
  }
  .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 1.5rem;
}

/*------ Default Card Values -------*/
.rhombus {
  width: 350px;
  height: 80px;
  transform: rotate(67.5deg);
  background-color: yellow;
}

@media print {
  .card {
    box-shadow: none;
    border: none;
  }

  .card-header {
    display: none;
  }

  .card-body {
    padding: 0;
  }
}
.card-body {
  flex: 1 1 auto;
  margin: 0;
  padding: 1rem 1.5rem;
  position: relative;
}
.card-body + .card-body {
  border-top: 1px solid #ebecf1;
}

.tilebox-one i {
  font-size: 62px;
}

.card-body > :last-child {
  margin-bottom: 0;
}

.card-body-scrollable {
  overflow: auto;
}

.card-footer, .card-bottom {
  padding: 1rem 1.5rem;
  background: none;
}

.log {
  margin-top: -26px;
}

.card-header {
  background: transparent;
  padding: 0.5rem 1.5rem;
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #ebecf1;
  position: relative;
}
.card-header .card-title {
  margin-bottom: 0;
}
.card-header.border-0 + .card-body {
  padding-top: 0;
}

.card-title {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
}

.card-title-inner {
  font-weight: 700;
  font-size: 14px;
}

.reg {
  text-align: center;
  font-size: 50px;
  color: #2e1170;
  float: right;
}

.card-title a {
  color: inherit;
}
.card-title:only-child {
  margin-bottom: 0;
}
.card-title small {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-subtitle {
  color: #9aa0ac;
  font-size: 0.875rem;
  display: block;
  margin: -0.75rem 0 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.card-table {
  margin-bottom: 0;
}
.card-table tr:first-child td, .card-table tr:first-child th {
  border-top: 0;
}
.card-table tr td:first-child, .card-table tr th:first-child {
  padding-left: 1.5rem;
}
.card-table tr td:last-child, .card-table tr th:last-child {
  padding-right: 1.5rem;
}

.card-body + .card-table {
  border-top: 1px solid #ebecf1;
}

.card-profile .card-header {
  height: 5rem;
  background-size: cover;
  border: 0;
}

.profie-img .flex-md-row img {
  width: 60px;
}

.card-profile-img {
  max-width: 6rem;
  margin-bottom: 1rem;
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.card-link + .card-link {
  margin-left: 1rem;
  margin-left: 1.5rem;
}

.card-body + .card-list-group {
  border-top: 1px solid #ebecf1;
}

.card-list-group .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.card-list-group .list-group-item:last-child {
  border-bottom: 0;
}
.card-list-group .list-group-item:first-child {
  border-top: 0;
}

.card-header-tabs .nav-item {
  margin-bottom: 1px;
}

.card-header-pills {
  margin: -0.75rem 0;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.card-aside {
  flex-direction: row;
}

.card-aside-column {
  min-width: 5rem;
  width: 20%;
  flex: 0 0 20%;
  background: no-repeat center/cover;
}

.card-value {
  font-size: 1rem;
  line-height: 3.4rem;
  height: 3.4rem;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.card-value i {
  vertical-align: middle;
}

.card-chart-bg {
  height: 4rem;
  margin-top: -1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.list-media .media-img {
  position: relative;
  float: left;
  width: 48px;
  margin-right: 20px;
}
.list-media .info {
  padding-left: 55px;
  min-height: 40px;
  height: auto;
  position: relative;
}
.list-media .info h4 a {
  font-size: 16px;
  margin-top: 10px;
}
.list-media .info p {
  font-size: 13px;
}
.list-media .info .text-right {
  right: 0;
  color: #8a8a8a;
  top: 50%;
  font-size: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: -28px;
}

.card-options {
  margin-left: auto;
  display: flex;
  order: 100;
  margin-right: -0.5rem;
  color: #9aa0ac;
  align-self: center;
}
.card-options a:not(.btn) {
  color: #1e1e2d;
}
.card-options a:not(.btn):hover {
  text-decoration: none;
}
.card-options a:not(.btn) i {
  font-size: 1rem;
}
.card-options a.option-dots {
  color: #5c678f;
  display: inline-block;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.8rem;
  text-align: center;
  font-size: 15px;
  margin-right: 5px;
  padding: 0;
}
.card-options a.option-dots:hover {
  text-decoration: none;
  color: var(--primary-color);
}
.card-options .dropdown-toggle:after {
  display: none;
}

.widgets-cards .wrp.icon-circle {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 15px;
}
.widgets-cards .wrp.icon-circle i {
  font-size: 1.6rem;
  color: #fff;
}
.widgets-cards .wrp p {
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.widgets-cards .wrp p:first-child {
  font-weight: 400;
  font-size: 36px;
}

ul li .legend-dots {
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 0.5rem;
}

.legend li {
  padding: 5px;
  float: left;
}

.stretch-card {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.stretch-card > .card {
  width: 100%;
  min-width: 100%;
}

.icon-size {
  font-size: 2.5rem !important;
}

.card-img-absolute {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.statistics-box {
  position: relative;
  padding-left: 80px;
  text-align: right;
  padding-top: 14px;
  min-height: 80px;
  text-align: center;
}
.statistics-box .ico {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
}
.statistics-box .ico.small {
  font-weight: 900;
  font-size: 42px;
}
.statistics-box h2 {
  font-weight: 600 !important;
}

/*Card options*/
.card-collapsed > :not(.card-header):not(.card-status) {
  display: none;
}
.card-collapsed .card-options-collapse i:before {
  content: "\e92d";
}

.card-fullscreen .card-options-fullscreen i:before {
  content: "\e992";
}
.card-fullscreen .card-options-remove {
  display: none;
}

/*Card maps*/
.card-map {
  height: 15rem;
  background: #e9ecef;
}

.card-map-placeholder {
  background: no-repeat center;
}

/**Card tabs*/
.card-tabs {
  display: flex;
}

.card-tabs-bottom .card-tabs-item {
  border: 0;
}
.card-tabs-bottom .card-tabs-item.active {
  border-top-color: #fff;
}

.card-tabs-item {
  flex: 1 1 auto;
  display: block;
  padding: 1.4rem 1.5rem;
  color: inherit;
  overflow: hidden;
}

a.card-tabs-item {
  background: #fafbfc;
}
a.card-tabs-item:hover {
  text-decoration: none;
  color: inherit;
}
a.card-tabs-item:focus {
  z-index: 1;
}
a.card-tabs-item.active {
  background: #fff;
  border-bottom-color: #fff;
}

/**Card status*/
.card-status {
  position: absolute;
  top: -1px;
  left: 0px;
  right: 0px;
  height: 3px;
  border-radius: 7px 7px 0 0;
  background: rgba(0, 40, 100, 0.12);
}

.card-status-left {
  right: auto;
  bottom: 0;
  height: auto;
  width: 3px;
  border-radius: 3px 0 0 3px;
}

/**Card icon*/
.card-icon {
  width: 3rem;
  font-size: 2.5rem;
  line-height: 3rem;
  text-align: center;
}

/**Card fullscreen*/
.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
}

/**Card alert*/
.card-alert {
  border-radius: 0;
  margin: -1px -1px 0;
}

.card-category {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0.5rem;
  background: #f3f3f3;
}

.list-card {
  padding: 14px 25px;
  border-radius: 0px;
  box-shadow: 0 2px 10px 0 rgba(4, 4, 7, 0.1);
  margin-bottom: 12px;
  background: #fff;
  position: relative;
}

.card > .list-group {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/*------Drop Downs-------*/
.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  color: #c4c9d6;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  /* z-index: 1000; */
  z-index: 998;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9375rem;
  color: #495057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: none;
  min-width: auto;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  border: 1px solid #ebecf1;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.header .dropdown-menu {
  top: 62px !important;
  border-radius: 6px;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  border: 1px solid #ebecf1;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.header-notify .dropdown-menu.show {
  left: -273px !important;
  min-width: 320px !important;
}

.header-locale {
  padding-top: 0.1rem;
  margin-left: 0.8rem;
}
.header-locale .header-icon {
  width: 20px;
  margin-right: 0.3rem;
  vertical-align: bottom !important;
}
.header-locale .header-text {
  vertical-align: text-bottom;
  color: #1e1e2d;
  font-weight: 600;
}

.header-locale .dropdown-menu {
  left: -75px !important;
}
.header-locale .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
}
.header-locale .dropdown-menu .dropdown-item:hover, .header-locale .dropdown-menu .dropdown-item:focus {
  background: #f5f9fc;
}

.profile-dropdown .dropdown-menu.show {
  left: -130px !important;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.notifyimg {
  color: #fff;
  float: left;
  height: 40px;
  line-height: 39px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  border-radius: 50%;
  margin-top: 5px;
}

.view-all-button {
  padding: 0.5rem 0.5rem 0.2rem;
}

.mark-read:hover {
  background-color: #1e1e2d !important;
}

.text-brown {
  color: #363b40;
}

.header-expand .mdi {
  line-height: 1 !important;
}

.profile-icon {
  line-height: 1.1;
  text-align: center;
  vertical-align: middle;
  margin-right: 12px;
}

.notify-menu {
  position: relative;
  overflow-y: scroll;
  max-height: 300px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.7rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.drop-icon-wrap {
  text-align: center;
}
.drop-icon-wrap li {
  display: block;
}
.drop-icon-wrap .drop-icon-item {
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  color: #878787;
  text-transform: capitalize;
  width: 50%;
  float: left;
}

.block {
  display: block !important;
}

.drop-icon-item i {
  font-size: 20px;
  padding-bottom: 5px;
}

.drop-icon-wrap .drop-icon-item:hover, .drop-icon-wrap .drop-icon-item:focus {
  text-decoration: none;
  background-color: #eef0ff;
}

.dropdown-item.user {
  font-size: 12px;
  padding: 5px;
}

.floating {
  -webkit-animation: floating 3s ease infinite;
          animation: floating 3s ease infinite;
  will-change: transform;
}

.dropdown-item:hover, .dropdown-item:focus {
  text-decoration: none;
  background-color: #f5f9fc;
}
.dropdown-item.active, .dropdown-item:active {
  text-decoration: none;
  background-color: #f5f9fc;
  color: #3e4358;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fff;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
  margin: 0;
}

.dropdown-menu-arrow.dropdown-menu-right:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #ebecf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-right:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-left:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 15px;
  border-bottom: 10px solid #ebecf1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.dropdown-menu-arrow.dropdown-menu-left:after {
  content: "";
  position: absolute;
  top: -8.5px;
  left: 16px;
  border-bottom: 9px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
  top: -1px !important;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 1;
}

.btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px;
}
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group {
  margin-left: -1px;
}
.btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-group-toggle > .btn-group > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/*-----List Of Dropdwons-----*/
btn.dropdown-toggle ~ .dropdown-menu {
  background-color: rgb(244, 244, 244) !important;
  background-color: rgb(255, 255, 255) !important;
  border: 0 solid rgb(66, 133, 244) !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu {
  background-color: rgb(244, 244, 244) !important;
  background-color: rgb(255, 255, 255) !important;
  border: 0 solid rgb(66, 133, 244) !important;
  box-shadow: 0px 0px 3px rgba(25, 25, 25, 0.3) !important;
  top: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  width: 100% !important;
}

.dropdown-menu > li > a {
  display: block;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #1e1e2d;
  background-color: #f0f0f2;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background: #ebecf1;
}
.dropdown-menu .dropdown-plus-title {
  width: 100% !important;
  color: #6b6f80 !important;
  padding: 6px 12px !important;
  font-weight: 500 !important;
  border: 0 solid #ebecf1 !important;
  border-bottom-width: 1px !important;
  cursor: pointer !important;
}

ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  line-height: 20px !important;
}

.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
  border-color: #38cb89 !important;
}
.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
  border-color: #5b7fff !important;
}
.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ffab00 !important;
}
.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
  border-color: #ef4b4b !important;
}

.dropdown-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid #ebecf1;
}

.dropdown-demo .dropdown-menu {
  position: static;
  float: none;
}

.dropdown-menu-header label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6b6f80;
}

.dropdown-media-list .media {
  padding: 12px 15px;
}
.dropdown-media-list .media:hover, .dropdown-media-list .media:focus {
  background-color: #f8f9fa;
}

.media {
  display: flex;
  align-items: flex-start;
}

.dropdown-media-list img {
  border-radius: 100%;
}
.dropdown-media-list .media-body {
  margin-left: 15px;
}

.media-body {
  flex: 1;
}

.dropdown-media-list .media-body > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown-media-list .media-body > div p {
  margin-bottom: 0;
  font-weight: 500;
  color: #6b6f80;
  font-size: 14px;
}
.dropdown-media-list .media-body > div span {
  font-size: 12px;
}
.dropdown-media-list .media-body > p {
  font-size: 14px;
  margin-bottom: 0;
}

.dropdown-list-footer {
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ebecf1;
}

.label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.dropdown-media-list {
  padding: 0;
}

@media (min-width: 768px) {
  ul.dropdown-menu li.dropdown ul.dropdown-menu {
    width: auto !important;
  }
  ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.dropdown {
  display: block;
}

#sidebar .dropdown-menu {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  min-width: 12rem;
}

.dropdown-menu-arrow.dropdown-menu-right:before, .dropdown-menu-arrow.dropdown-menu-right:after {
  left: auto;
  right: 12px;
}

.dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.dropdown-toggle:after {
  vertical-align: 0.155em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-icon {
  color: #3e4358;
  margin-right: 0.5rem;
  margin-left: -0.5rem;
  width: 1em;
  display: inline-block;
  text-align: center;
  vertical-align: -1px;
}

.header .profile-dropdown .dropdown-menu {
  top: 61px !important;
}
.header .profile-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5rem 1.1rem;
}
.header .profile-dropdown .dropdown-menu .dropdown-item:hover, .header .profile-dropdown .dropdown-menu .dropdown-item:focus {
  background: #f5f9fc;
}
.header .header-dropdown-list {
  height: 300px;
}

.dropdown-header {
  padding: 15px;
  border-bottom: 1px solid #ebecf1;
  color: #1e1e2d;
  display: flex;
}

.dropdown-toggle.split-dropdown {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.result-message {
  line-height: 22px;
  font-size: 16px;
}

.result-message a {
  color: rgb(89, 111, 214);
  font-weight: 600;
  text-decoration: none;
}

.hidden {
  display: none!important;
}

#card-error {
  color: rgb(105, 115, 134);
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin-top: 12px;
}

#card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

#payment-request-button {
  margin-bottom: 32px;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}

.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}

.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
a:hover {
  color: var(--primary-color);
}

.default-card.default .loader {
  border-top-color: var(--primary-color);
}

.file-manger.list-group-transparent .list-group-item.active {
  color: var(--primary-color);
}

.custom-progress::-webkit-progress-value, .custom-progress::-moz-progress-bar, .custom-progress::-ms-fill {
  background-color: var(--primary-color);
}

.card-pay .tabs-menu li a.active {
  background: var(--primary-color);
}

.page-link:hover {
  color: var(--primary-color);
}

.page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.panel-default > .panel-heading {
  color: var(--primary-color);
}

.panel-primary .list-group-item.active {
  color: #FFF;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.alert-primary {
  color: #464a4e;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.alert-primary hr {
  border-top-color: #b7cded;
}
.alert-primary .alert-link {
  color: #172b46;
}

.alert-secondary {
  color: #464a4e;
  background-color: #f72d66;
  border-color: #f72d66;
}
.alert-secondary hr {
  border-top-color: #f72d66;
}
.alert-secondary .alert-link {
  color: #151213;
}

.alert-light-primary {
  color: var(--primary-color);
  background-color: #cdc8e5;
  border-color: #cdc8e5;
}

.alert-light-secondary {
  color: #fb1c52;
  background-color: #f1a5b8;
  border-color: #f1a5b8;
}

.badge-primary {
  color: #fff;
  background-color: var(--primary-color);
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #6958be;
}

.badge-secondary {
  color: #fff;
  background-color: #f72d66;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #f72d66;
}

.badge-primary-light {
  color: var(--primary-color);
  background-color: rgba(112, 94, 200, 0.15);
}

.badge-secondary-light {
  background-color: rgba(250, 113, 59, 0.15) !important;
  color: #fb1c52;
}

.offer-primary {
  border-color: var(--primary-color);
}
.offer-primary .shape {
  border-color: transparent var(--primary-color) transparent transparent;
}

.badge-gradient-primary {
  color: #fff;
  background: linear-gradient(to left, #be5fca 0%, var(--primary-color) 100%);
}

.badge-gradient-secondary {
  background-image: linear-gradient(to left, #ed7d98 0%, #fb1c52 100%);
  color: #fff;
}

.breadcrumb-item a, .breadcrumb-item1 a {
  color: var(--primary-color);
}

.breadcrumb-arrow li a {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.breadcrumb-arrow li a:before {
  border-left-color: var(--primary-color);
}

.btn-primary {
  font-size: 10px;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
  text-transform: capitalize;
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #1e1e2d;
  border-color: #1e1e2d;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary.share{
  color: #fff !important;
  background-color: var(--primary-color)!important;
  border-color: var(--primary-color)!important;
  text-transform: capitalize;
}
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6958be;
  border-color: #6958be;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(112, 94, 200, 0.1);
}

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(112, 94, 200, 0.1);
}

.btn-secondary {
  color: #fff !important;
  background-color: #fb1c52;
  border-color: #fb1c52;
  box-shadow: 0 0px 10px -5px rgba(251, 28, 82, 0.5);
}
.btn-secondary:hover {
  color: #fff !important;
  background-color: #f83e6b;
  border-color: #f83e6b;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 2px rgba(251, 28, 82, 0.1);
  background-color: #f83e6b;
  border-color: #f83e6b;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #f83e6b;
  border-color: #f83e6b;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #f83e6b;
  border-color: #f83e6b;
}

.btn-cancel {
  font-size: 10px;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #1e1e2d;
  border-color: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.btn-cancel:hover {
  color: #fff !important;
  background-color: #D13212;
  border-color: #D13212;
}
.btn-cancel:focus, .btn-cancel.focus {
  background-color: #D13212;
  border-color: #D13212;
}

.btn-delete {
  font-size: 10px;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #c20b00f7;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.btn-delete:hover {
  color: #fff !important;
  background-color: red;
}

.btn-confirm {
  font-size: 10px;
  min-width: 80px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 35px;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #D13212;
  border-color: #D13212;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.btn-confirm:hover {
  color: #fff !important;
  background-color: #1e1e2d;
  border-color: #1e1e2d;
}
.btn-confirm:focus, .btn-confirm.focus {
  background-color: #1e1e2d;
  border-color: #1e1e2d;
}

.color-red {
  color: #D13212 !important;
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #f83e6b;
  border-color: #f83e6b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(251, 28, 82, 0.1);
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(251, 28, 82, 0.1);
}

.btn-outline-primary {
  color: var(--primary-color);
  background-color: transparent;
  background-image: none;
  border-color: var(--primary-color);
  box-shadow: 0 0px 10px -5px rgba(112, 94, 200, 0.5);
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(70, 127, 207, 0.1);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--primary-color);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}

.btn-outline-secondary {
  color: #fb1c52;
  background-color: transparent;
  background-image: none;
  border-color: #fb1c52;
  box-shadow: 0 0px 10px -5px rgba(242, 46, 105, 0.5);
}
.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #fb1c52;
  border-color: #fb1c52;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fb1c52;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #fb1c52;
  border-color: #fb1c52;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 2px rgba(247, 45, 102, 0.1);
}

.btn-link {
  color: var(--primary-color);
}
.btn-link:hover {
  color: #6958be;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: var(--primary-color);
}

.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
  border-color: var(--primary-color) !important;
}

.list-group-item-primary {
  color: var(--primary-color);
  background-color: #cbdbf2;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: var(--primary-color);
  background-color: #b7cded;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.list-group-item-secondary {
  color: #fff;
  background-color: #f72d66;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #fff;
  background-color: #f72d66;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #f72d66;
  border-color: #f72d66;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--primary-color);
}

.user-button {
  background: var(--primary-color);
}
.user-button:hover {
  border: 1px solid var(--primary-color);
  background: #fff;
  color: var(--primary-color) !important;
}

.nav-tabs .nav-item1 .nav-link:hover:not(.disabled), .nav-tabs .nav-item1 .nav-link.active {
  color: #fff;
  background: var(--primary-color);
}
.nav-tabs .nav-link.active {
  color: #fff;
  background: var(--primary-color);
}

.header .nav-tabs .nav-link:hover:not(.disabled), .header .nav-tabs .nav-link.active {
  color: #fff !important;
  background: var(--primary-color);
}

.expanel-primary {
  border: var(--primary-color) !important;
}

.expanel-secondary {
  border: #f72d66 !important;
}

.expanel-primary > .expanel-heading {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.expanel-secondary > .expanel-heading {
  color: #fff !important;
  background-color: #f72d66 !important;
  border-color: #f72d66 !important;
}

.tag-primary {
  background-color: var(--primary-color);
  color: #fff;
}

.tag-secondary {
  background-color: #f72d66;
  color: #fff;
}

.pop-primary {
  color: var(--primary-color);
}

.popsecondary {
  color: #f72d66;
}

.tooltip-primary .tooltip-inner {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.tooltip-primary.bs-tooltip-top .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: var(--primary-color);
}
.tooltip-primary.bs-tooltip-bottom .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--primary-color);
}
.tooltip-primary.bs-tooltip-left .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: var(--primary-color);
}
.tooltip-primary.bs-tooltip-right .arrow::before, .tooltip-primary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: var(--primary-color);
}

.tooltip-secondary .tooltip-inner {
  background-color: var(--primary-color);
  color: #fff;
}
.tooltip-secondary.bs-tooltip-top .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: var(--primary-color);
}
.tooltip-secondary.bs-tooltip-bottom .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: var(--primary-color);
}
.tooltip-secondary.bs-tooltip-left .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-left-color: var(--primary-color);
}
.tooltip-secondary.bs-tooltip-right .arrow::before, .tooltip-secondary.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: var(--primary-color);
}

.popover-head-primary .popover-header {
  color: #fff;
  background-color: var(--primary-color);
}
.popover-head-primary.bs-popover-bottom .arrow::after, .popover-head-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: var(--primary-color);
}

.popover-head-secondary .popover-header {
  color: #fff;
  background-color: var(--primary-color);
}
.popover-head-secondary.bs-popover-bottom .arrow::after, .popover-head-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: var(--primary-color);
}

.popover-primary {
  background-color: var(--primary-color) !important;
}
.popover-primary.bs-popover-top .arrow::after, .popover-primary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: var(--primary-color) !important;
}
.popover-primary.bs-popover-bottom .arrow::after, .popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: var(--primary-color) !important;
}
.popover-primary.bs-popover-left .arrow::after, .popover-primary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: var(--primary-color) !important;
}
.popover-primary.bs-popover-right .arrow::after, .popover-primary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: var(--primary-color) !important;
}

.popover-secondary {
  background-color: #f72d66 !important;
}
.popover-secondary.bs-popover-top .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #f72d66 !important;
}
.popover-secondary.bs-popover-bottom .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #f72d66 !important;
}
.popover-secondary.bs-popover-left .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #f72d66 !important;
}
.popover-secondary.bs-popover-right .arrow::after, .popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #f72d66 !important;
}

.heading-primary {
  background-color: var(--primary-color) !important;
  color: #fff;
}

.dark-mode .popover-primary .popover-header {
  background-color: var(--primary-color) !important;
  color: #fff;
}
.dark-mode .popover-secondary .popover-header {
  background-color: #f72d66 !important;
  color: #fff;
}

.message-feed.right .mf-content {
  background: var(--primary-color);
}
.message-feed.right .mf-content:before {
  border-bottom: 8px solid var(--primary-color);
}

.ms-menu .tab-menu-heading .tabs-menu1 ul li .active {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.chat .msg_cotainer_send {
  background-color: var(--primary-color);
}
.chat .msg_cotainer_send:after {
  border-bottom: 10px solid var(--primary-color);
}

.action-header {
  background: var(--primary-color);
}

.main-nav-line-chat .nav-link.active {
  color: #fff;
  background: var(--primary-color);
}

.main-chat-header .nav-link:hover, .main-chat-header .nav-link:focus {
  color: var(--primary-color);
}

.main-chat-body .media.flex-row-reverse .main-msg-wrapper {
  background-color: var(--primary-color);
  color: #fff;
}
.main-chat-body .media.flex-row-reverse .main-msg-wrapper:before {
  border-bottom: 7px solid var(--primary-color);
}

.main-contact-item.selected {
  border-left-color: var(--primary-color);
}

.main-contact-info-header .main-img-user a:hover, .main-contact-info-header .main-img-user a:focus {
  background-color: var(--primary-color);
}
.main-contact-info-header .media-body .nav-link:hover, .main-contact-info-header .media-body .nav-link:focus {
  color: var(--primary-color);
}

.main-contact-action a:hover, .main-contact-action a:focus {
  color: var(--primary-color);
}

.jsr_bar {
  background-color: var(--primary-color);
}

.jsr_slider::before {
  background: var(--primary-color);
}

.range.range-primary input[type=range]::-webkit-slider-thumb, .range.range-primary input[type=range]::-moz-slider-thumb {
  background-color: var(--primary-color);
}
.range.range-primary output {
  background-color: var(--primary-color);
}
.range.range-primary input[type=range] {
  outline-color: var(--primary-color);
}

.br-theme-bars-horizontal .br-widget a.br-active, .br-theme-bars-horizontal .br-widget a.br-selected {
  background-color: var(--primary-color);
}
.br-theme-bars-horizontal .br-widget .br-current-rating {
  color: var(--primary-color);
}

.br-theme-bars-pill .br-widget a {
  color: var(--primary-color);
}
.br-theme-bars-pill .br-widget a.br-active, .br-theme-bars-pill .br-widget a.br-selected {
  background-color: var(--primary-color);
  color: white;
}

.br-theme-bars-square .br-widget a.br-active, .br-theme-bars-square .br-widget a.br-selected {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.br-theme-bars-movie .br-widget a.br-active, .br-theme-bars-movie .br-widget a.br-selected {
  background-color: var(--primary-color);
}

.br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: var(--primary-color);
}
.br-theme-bars-1to10 .br-widget .br-current-rating {
  color: var(--primary-color);
}

.br-theme-bars-movie .br-widget .br-current-rating {
  color: var(--primary-color);
}

.header-bg {
  background: var(--primary-color);
  /* fallback for old browsers */
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #be5fca 0%, var(--primary-color) 100%);
}

.footer a:not(.btn) {
  color: var(--primary-color);
  font-weight: 800;
}
.footer a:not(.btn):hover, .footer a:not(.btn):focus {
  color: #1e1e2d;
}

@media (max-width: 767.98px) and (min-width: 576px) {
  .search-show .search-element {
    background: var(--primary-color);
  }
}
@media (max-width: 575.98px) {
  .search-show .search-element {
    background: var(--primary-color);
  }
}
.wizard-card .moving-tab {
  background-color: var(--primary-color) !important;
}

.form-group label.control-label {
  color: var(--primary-color);
}

.wizard-card .choice:hover .icon, .wizard-card .choice.active .icon {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.addui-slider .addui-slider-track .addui-slider-range, .addui-slider .addui-slider-track .addui-slider-handle:after {
  background: var(--primary-color);
}

.cal1 .clndr .clndr-table .header-days {
  background: var(--primary-color);
}
.cal1 .clndr .clndr-table tr .day.today, .cal1 .clndr .clndr-table tr .day.my-today {
  color: var(--primary-color) !important;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button {
  color: var(--primary-color);
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
  color: var(--primary-color);
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover {
  background: var(--primary-color);
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button:hover {
  background: var(--primary-color);
}

.fc-event, .fc-event-dot {
  background-color: var(--primary-color);
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  background: var(--primary-color);
}

div.conv-form-wrapper div.options div.option {
  border: 1px solid var(--primary-color);
  background: #fff;
  color: var(--primary-color);
}

form.convFormDynamic button.submit {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background: #fff;
}

div.conv-form-wrapper div.options div.option.selected {
  background: var(--primary-color);
  color: #fff;
}
div.conv-form-wrapper div.options div.option.selected:hover {
  background: var(--primary-color);
}

form.convFormDynamic button.submit:hover, div.conv-form-wrapper div#messages div.message.from {
  background: var(--primary-color);
  color: #fff;
}

#sidebar ul li.active > a {
  color: var(--primary-color);
}

.accordionjs .acc_section.acc_active > .acc_head {
  background: var(--primary-color) !important;
}

.tab_wrapper > ul li.active {
  border-color: var(--primary-color) !important;
  background: var(--primary-color) !important;
  color: #fff;
}
.tab_wrapper.right_side > ul li.active:after {
  background: var(--primary-color) !important;
}

#sidebar li a[aria-expanded=true], #sidebar li a.active {
  background: var(--primary-color);
  color: #fff;
}

.sweet-alert button {
  background-color: var(--primary-color) !important;
}

.timeline__item:after {
  border: 6px solid var(--primary-color);
}

.job-box-filter a.filtsec i {
  color: var(--primary-color);
}

.search-inline button[type=submit] {
  background: var(--primary-color);
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
  color: var(--primary-color);
}

.card-bgimg:before {
  background: var(--primary-color);
}

.card-custom-icon.text-primary {
  fill: var(--primary-color);
}

.feature .feature-icon {
  color: var(--primary-color);
}

.under-countdown .countdown {
  background: var(--primary-color);
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  background: var(--primary-color);
}

.social-profile-buttons li a i, .footer .social .social-icon {
  color: var(--primary-color);
}

.page-leftheader .breadcrumb-item.active {
  color: var(--primary-color);
}
.page-leftheader .breadcrumb-item.active a {
  color: var(--primary-color);
}

.dot1, .dot2, .spinner4 > div, .sk-circle .sk-child:before {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color)));
}

.sk-cube-grid .sk-cube {
  background: var(--primary-color);
}

.sk-folding-cube .sk-cube:before {
  background-color: var(--primary-color);
}

.spinner5 > div {
  background: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color)));
}

.spinner {
  background: var(--primary-color);
}

.spinner-lg {
  background-color: var(--primary-color);
}

.double-bounce1, .double-bounce2 {
  background: var(--primary-color);
}

.cube1, .cube2 {
  background-color: var(--primary-color);
}

.lds-heart div {
  background: var(--primary-color);
}
.lds-heart div:after, .lds-heart div:before {
  background: var(--primary-color);
}

.lds-ring div {
  border: 6px solid var(--primary-color);
  border-color: var(--primary-color) transparent transparent transparent;
}

.lds-hourglass:after {
  border: 26px solid var(--primary-color);
  border-color: var(--primary-color) transparent;
}

.table-primary {
  background-color: #d5cee6;
}
.table-primary > th, .table-primary > td {
  background-color: #d5cee6;
}

.table-hover .table-primary:hover {
  background-color: #f0f0f2;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #b7cded;
}

.table-secondary {
  background-color: #f72d66;
}
.table-secondary > th, .table-secondary > td {
  background-color: #f72d66;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #f72d66;
}

.mediaicon {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}

a.chip:hover {
  background-color: var(--primary-color);
}

#back-to-top {
  background: var(--primary-color);
}
#back-to-top:hover {
  color: var(--primary-color);
}

.tabs-menu ul li .active {
  background: var(--primary-color);
}

.tabs-menu1 ul li .active {
  border-bottom: 3px solid var(--primary-color);
  color: var(--primary-color);
}

.sub-panel-heading .tabs-menu ul li a.active {
  color: var(--primary-color) !important;
}

.receipts-inline-table .tabs-menu1 ul li .active {
  color: var(--primary-color);
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--primary-color);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: var(--primary-color);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.custom-select:focus {
  border-color: var(--primary-color);
}

.custom-file-label::after {
  background-color: var(--primary-color);
  border-left: 1px solid var(--primary-color);
}

.custom-range::-ms-thumb, .custom-range::-webkit-slider-thumb, .custom-range::-moz-range-thumb {
  background-color: var(--primary-color);
}

.ui-datepicker .ui-datepicker-title {
  color: var(--primary-color);
}
.ui-datepicker .ui-datepicker-calendar td a:hover, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background-color: var(--primary-color);
}

.form-control:focus {
  border-color: var(--primary-color);
}

.wizard > .steps .current a {
  color: var(--primary-color);
}
.wizard > .steps .current a:hover, .wizard > .steps .current a:active {
  color: var(--primary-color);
}
.wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
  background-color: var(--primary-color);
  color: #fff;
}
.wizard > .actions a {
  background-color: var(--primary-color);
}
.wizard > .actions a:hover, .wizard > .actions a:active {
  background-color: var(--primary-color);
}

.wizard-style-1 > .steps > ul .current a .number, .wizard-style-1 > .steps > ul .current a:hover .number, .wizard-style-1 > .steps > ul .current a:active .number {
  background-color: var(--primary-color);
  color: #fff;
}

.wizard-style-2 > .steps > ul .current a .number, .wizard-style-2 > .steps > ul .current a:hover .number, .wizard-style-2 > .steps > ul .current a:active .number {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.selectgroup-input:checked + .selectgroup-button, .selectgroup-input:focus + .selectgroup-button {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.custom-switch-input:checked ~ .custom-switch-indicator {
  background: var(--primary-color);
}
.custom-switch-input:focus ~ .custom-switch-indicator {
  border-color: var(--primary-color);
}

.label-primary {
  background: var(--primary-color);
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #6958be !important;
}

button.bg-primary:hover, button.bg-primary:focus {
  background-color: #6958be !important;
}

.bg-secondary {
  background-color: #fa057a !important;
}

a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #fa057a !important;
}

button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #fa057a !important;
}

.bg-gradient-primary {
  background: linear-gradient(to left, #be5fca 0%, var(--primary-color) 100%);
}

.border-primary {
  border-color: var(--primary-color) !important;
}

.border-secondary {
  border-color: #f72d66 !important;
}

i.fa.round, .list-icon span p {
  border: 1px solid var(--primary-color);
}

.text-primary {
  color: var(--primary-color) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #5e69b8 !important;
}

.text-secondary {
  color: #f72d66 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #f72d66 !important;
}

pre {
  border-left: 3px solid var(--primary-color);
}

.bg-primary-transparent {
  background-color: rgba(74, 50, 212, 0.2);
}

.bg-secondary-transparent {
  background-color: rgba(247, 45, 102, 0.2);
}

.bg-primary-transparent-2 {
  background-color: rgba(250, 5, 122, 0.15);
}

.bg-secondary-transparent-2 {
  background-color: rgba(247, 45, 102, 0.15);
}

.panel.price > .panel-heading {
  background: var(--primary-color);
  color: #fff;
}

.pricing-tabs ul.nav-price li a.active, .pricing-tabs .pri-tabs-heading2 ul.nav-price li a.active {
  background: var(--primary-color);
}

.icon-dropshadow-secondary {
  filter: drop-shadow(0px 4px 4px rgba(247, 45, 102, 0.3));
}

.card-custom-icon.text-secondary, .fill-secondary {
  fill: #f72d66;
}

.tree li i {
  color: var(--primary-color);
}

.timeline .timeline-items .timeline-item::after {
  background: var(--primary-color);
}

li.ui-timepicker-selected {
  background: var(--primary-color);
  color: #fff;
}

.ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
  background: var(--primary-color);
  color: #fff;
}

.SumoSelect:focus > .CaptionCont {
  border-color: var(--primary-color);
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  border-color: var(--primary-color);
  outline: none;
  background-color: var(--primary-color);
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: var(--primary-color);
}
.SumoSelect .select-all.selected > span i, .SumoSelect .select-all.partial > span i {
  background-color: var(--primary-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--primary-color);
  color: white;
}

.ql-editor .ql-bg-blue {
  background-color: var(--primary-color);
}

.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: var(--primary-color);
  outline: 0;
  background: #fff;
}
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: var(--primary-color);
}
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: var(--primary-color);
}
.ql-snow a {
  color: var(--primary-color);
}

.ms-choice {
  color: var(--primary-color);
}

.checkbox-group .checkbox-normal:checked + label:before {
  background: var(--primary-color);
}

.irs-from, .irs-to, .irs-single {
  background-color: var(--primary-color);
}

.irs-bar, .irs-bar-edge {
  background-image: none;
  background-color: var(--primary-color);
}

.irs-from::after, .irs-to::after, .irs-single::after {
  border-top-color: var(--primary-color);
}

.irs-slider:before, .irs-slider:hover:before, .irs-slider:focus:before {
  background-color: var(--primary-color);
}

.irs-primary .irs-bar, .irs-primary .irs-bar-edge, .irs-primary .irs-slider::before, .irs-primary .irs-from, .irs-primary .irs-to, .irs-primary .irs-single {
  background-color: var(--primary-color);
}
.irs-primary .irs-from::after, .irs-primary .irs-to::after, .irs-primary .irs-single::after {
  border-top-color: var(--primary-color);
}

.irs-modern .irs-slider {
  border: 1px solid var(--primary-color);
}
.irs-modern .irs-slider::before {
  border-left: 1px solid var(--primary-color);
  border-right: 1px solid var(--primary-color);
}
.irs-modern.irs-primary .irs-slider {
  border-color: var(--primary-color);
}
.irs-modern.irs-primary .irs-slider::before {
  border-color: var(--primary-color);
}

.irs-outline .irs-line {
  border: 1px solid var(--primary-color);
}
.irs-outline .irs-slider {
  border: 1px solid var(--primary-color);
}
.irs-outline .irs-slider:hover::before, .irs-outline .irs-slider:focus::before {
  background-color: var(--primary-color);
}
.irs-outline.irs-primary .irs-line, .irs-outline.irs-primary .irs-slider {
  border-color: var(--primary-color);
}
.irs-outline.irs-primary .irs-line:hover::before, .irs-outline.irs-primary .irs-line:focus::before {
  background-color: var(--primary-color);
}
.irs-outline.irs-primary .irs-slider:hover::before, .irs-outline.irs-primary .irs-slider:focus::before {
  background-color: var(--primary-color);
}

.cropme-slider input::-webkit-slider-thumb, .cropme-rotation-slider input::-webkit-slider-thumb {
  background: var(--primary-color);
}

.fc button {
  color: var(--primary-color);
}

.sw-theme-dots > ul.step-anchor > li > a:before {
  color: var(--primary-color);
}
.sw-theme-dots > ul.step-anchor > li.active > a {
  color: var(--primary-color);
}
.sw-theme-dots > ul.step-anchor > li.active > a:after {
  background: var(--primary-color);
}

.theme-white .cookie-popup-accept-cookies, .theme-light .cookie-popup-accept-cookies, .theme-primary .cookie-popup {
  background-color: var(--primary-color);
  color: #fff;
}

.daterangepicker td.active {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #fff;
}
.daterangepicker td.active:hover {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #fff;
}
.daterangepicker .ranges li.active {
  background-color: var(--primary-color);
  color: #fff;
}

/*-- Horizontal-menu --*/
.hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a:hover, .hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: var(--primary-color);
}
.hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a:hover, .hor-menu .horizontalMenu > .horizontalMenu-list > li > .horizontal-megamenu .link-list li a.active {
  color: var(--primary-color);
}

.horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a.active, .hor-menu .horizontalMenu > .horizontalMenu-list > li > ul.sub-menu > li > a.active {
  color: var(--primary-color);
}

.sub-menu li.active:before, .sub-menu li:hover:before {
  color: var(--primary-color);
  opacity: 0.9;
}

.mega-menubg li a.active:before, .mega-menubg li a:hover:before {
  color: var(--primary-color);
  opacity: 0.9;
}

/*-- Sidemenu --*/
.app-sidebar__toggle:hover {
  color: var(--primary-color);
}
.sidebar-mini .app-sidebar__toggle a.open-toggle .header-icon{
  font-size: 25px;
  padding-left: 0px;
}
.sidebar-mini .app-sidebar__toggle a.open-toggle .header-icon.left{
  display: block;
}
.sidebar-mini .app-sidebar__toggle a.open-toggle .header-icon.right{
  display: none;
}
.sidebar-mini.sidenav-toggled .app-sidebar__toggle a.open-toggle .header-icon.left{
  display: none;
}
.sidebar-mini.sidenav-toggled .app-sidebar__toggle a.open-toggle .header-icon.right{
  display: block;
}
.slide-menu a.active {
  /* color: var(--primary-color) !important; */
}

.slide-item.active, .slide-item:hover, .slide-item:focus {
  color: var(--primary-color);
}

.slide.is-expanded .slide-menu li a:hover {
  color: var(--primary-color);
}

@media (min-width: 768px) {
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-menu a.active {
    color: var(--primary-color);
    background: transparent;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
    color: var(--primary-color);
  }

  .slide-item:hover, .slide-item:focus {
    color: var(--primary-color);
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
    color: var(--primary-color);
    background: transparent;
  }
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: var(--primary-color);
}

.onoffswitch2-checkbox:checked + .onoffswitch2-label {
  background-color: var(--primary-color);
}
.onoffswitch2-checkbox:checked + .onoffswitch-label2, .onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
  border-color: var(--primary-color);
}

@media (min-width: 768px) {
  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }
  .app.sidenav-toggled .app-sidebar {
    left: 250px;
  }
  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: hidden;
  }

  .app-sidebar__user {
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  .app {
    overflow-x: hidden;
  }
  .app .app-sidebar {
    left: -265px;
    margin-top: 75px;
  }
  .app .app-sidebar__overlay {
    visibility: hidden;
  }
  .app.sidenav-toggled .app-content {
    margin-left: 0;
  }
  .app.sidenav-toggled .aside-progress-position {
    display: none;
  }
  .app.sidenav-toggled .app-sidebar {
    left: 0;
  }
  .app.sidenav-toggled .app-sidebar__overlay {
    visibility: visible;
  }
  .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
    /* width: 2.5rem !important; */
    line-height: 1;
  }

  .app-header .header-brand {
    margin-right: 0;
    margin-left: 0.75rem;
  }
    div#login-background div.content-login .card-body {
    padding: 25px!important;
    }
    .login-bg .input-box .form-control {
    height: 55px !important;
    font-size: 15px!important;
   }
    .custom-switch-description , .for-pass{
    font-size: 12px!important;
    }
    .loginbtn {
    height: 48px;
    }
    .checkdiv {
    padding-top: 0 !important;
    }
    .actions-total a.btn {
    width: 100%!important;
    }
    .course-creation .creation-grid > .item .mt-30 {
      margin-top: 15px;
    }
    .course-creation .creation-grid > .item .card-body {
      min-height: 345px;
    }
    .final-step-box {
      flex-direction: column;
  }
  button.btn.demo-fixed{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
  }
  .course-creation .creation-grid.book {
    display: grid;
    grid-template-columns: auto auto;
  }
}
.app-sidebar .ps__thumb-y {
  right: 0;
}

.app-content {
  min-height: calc(100vh - 100px);
  margin-top: 50px;
  margin-bottom: 0 !important;
  transition: margin-left 0.3s ease;
}
.app-content .side-app {
  padding: 20px 2rem 0 2rem;
}

.footer .container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .app-content {
    margin-left: 250px;
    padding-bottom: 0.5rem;
  }

}
@media (max-width: 767px) {
  .app-content {
    margin-top: 50px;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  .app-sidebar__toggle {
    padding: 5px !important;
  }
  .course-creation .creation-grid.book {
    display: grid;
    grid-template-columns: auto;
  }
}
@media print {
  .app-content {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
}
.light-text {
  font-weight: 300 !important;
}

.semibold-text {
  font-weight: 600 !important;
}

.line-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/*----- Componant: Top Navigation Bar ----- */
.app-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  z-index: 999;
  padding-right: 15px;
  padding: 0.75rem 0;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

@media (min-width: 768px) {
  .app-header {
    padding-right: 20px;
    padding-left: 250px;
  }

  .sidebar-mini.sidenav-toggled .app-header {
    padding-left: 70px;
  }
}
@media print {
  .app-header {
    display: none;
  }
}
.app-header__logo {
  flex: 1 0 auto;
  color: #fff;
  text-align: center;
  font-family: "Niconne";
  padding: 0 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 50px;
}
.app-header__logo:focus, .app-header__logo:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  .app-header__logo {
    flex: 0 0 auto;
    display: block;
    width: 250px;
  }
}
.app-sidebar__toggle {
  margin: 5px;
  padding: 0px 18px 0 10px;
  text-align: center;
  height: 2.5rem;
  font-size: 1.2rem;
  position: relative;
  border-radius: 3px;
}
.app-sidebar__toggle a {
  color: #b6c1d9;
}
.app-sidebar__toggle .header-icon {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  background: #fff;
  padding-top: 7px !important;
}
.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/*@media (max-width: 360px) {
	.app-sidebar__toggle {
		line-height: 2;
	}
}*/
@media (max-width: 767px) {
  .app-sidebar__toggle {
    order: -1;
  }
}
.app-nav {
  display: flex;
  margin-bottom: 0;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .app-nav {
    flex: 1 0 auto;
  }
}
.app-nav__item {
  display: block;
  padding: 15px;
  line-height: 20px;
  color: #a8a8a8;
  transition: background-color 0.3s ease;
}
.app-nav__item:hover, .app-nav__item:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}

.app-search {
  position: relative;
  display: flex;
  align-self: center;
  margin-right: 15px;
  padding: 10px 0;
}

@media (max-width: 480px) {
  .app-search {
    display: none;
  }
}
.app-search__input {
  border: 0;
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 0.3s ease;
}
.app-search__input::-webkit-input-placeholder, .app-search__input:-ms-input-placeholder, .app-search__input::-ms-input-placeholder, .app-search__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.app-search__button {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  padding: 0 10px;
  border: 0;
  color: rgba(0, 0, 0, 0.8);
  background: none;
  cursor: pointer;
}

.app-notification {
  min-width: 270px;
}

.app-notification__title {
  padding: 8px 20px;
  text-align: center;
  background-color: rgba(0, 150, 136, 0.4);
  color: #333;
}

.app-notification__footer {
  padding: 8px 20px;
  text-align: center;
  background-color: #eee;
}

.app-notification__content {
  max-height: 220px;
  overflow-y: auto;
}
.app-notification__content::-webkit-scrollbar {
  width: 6px;
}
.app-notification__content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

.app-notification__item {
  display: flex;
  padding: 8px 20px;
  color: inherit;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
}
.app-notification__item:focus, .app-notification__item:hover {
  color: inherit;
  text-decoration: none;
  background-color: #e0e0e0;
}

.app-notification__message, .app-notification__meta {
  margin-bottom: 0;
}

.app-notification__icon {
  padding-right: 10px;
}

.app-notification__message {
  line-height: 1.2;
}

.app-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: 0px;
  width: 250px;
  max-height: 100%;
  z-index: 1000;
  background: #fff !important;
  transition: left 0.3s ease, width 0.3s ease;
}
.app-sidebar::-webkit-scrollbar {
  width: 6px;
}
.app-sidebar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

@media print {
  .app-sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  .app-sidebar__overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
  }
}
.app-sidebar__user {
  display: flex;
  align-items: center;
  color: #1e1e2d;
  width: 100%;
  padding: 20px;
  display: inline-block;
  border-bottom: 1px solid #ebecf1;
}
.app-sidebar__user .dropdown-menu {
  top: 10px !important;
}

.sidenav-toggled .app-sidebar__user .user-pic {
  margin: 0px 0px 0px 0;
}

.app-sidebar__user .user-pic {
  margin-bottom: 12px;
}

.app-sidebar__user-avatar {
  flex: 0 0 auto;
  margin-right: 15px;
}

.app-sidebar__user-name {
  font-size: 17px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px !important;
}
.app-sidebar__user-name.text-sm {
  font-size: 12px;
  font-weight: 400;
}

.app-sidebar__user-designation {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 600;
  font-size: 15px;
  margin-top: 5px !important;
}

.side-menu {
  margin-bottom: 45px;
  padding-bottom: 40px;
  margin-top: 74px;
  border-top: 1px solid #ebecf1;
}

.side-menu__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5px 22px 3px 13px;
  font-size: 14px;
  font-weight: 400;
  transition: border-left-color 0.2s ease, background-color 0.2s ease;
  color: #1e1e2d;
  margin: 0px 5px 0px 0px;
  border-radius: 50px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 46px;
}
.side-menu__item .angle {
  font-size: 10px !important;
  opacity: 0.9;
}
.side-menu__item:hover, .side-menu__item:focus {
  text-decoration: none;
  background: #f5f9fc;
  color: #1e1e2d;
  border-left: 3px solid var(--primary-color);
  transition: border-left 0.2s ease-in-out, color 0.2s ease;
}
.side-menu__item:hover .side-menu__icon, .side-menu__item:focus .side-menu__icon {
  color: var(--primary-color);
}
.side-menu__item:hover .angle, .side-menu__item:focus .angle {
  color: var(--primary-color);
}
.side-menu__item.active {
  background: var(--primary-color)!important;
  color: #fff!important;
  border: 2px solid #fff;
  border-left: 0;
}
li.slide > ul.slide-menu .side-menu__item.active .side-menu__icon {
  color: var(--primary-color)!important;
}
li.slide > ul.slide-menu .side-menu__item.active .side-menu__label,li.slide > ul.slide-menu .side-menu__item.active .angle,li.slide > ul.slide-menu .side-menu__item.active:before{
  color: var(--primary-color)!important;
}

/* .slide.active.is-expanded .side-menu__item.active .side-menu__icon{
  color: var(--primary-color);
}
.slide.active.is-expanded .side-menu__item.active .side-menu__label{
  color: var(--primary-color);
} */
.side-menu__item.active:hover .angle, .side-menu__item.active:focus .angle {
  color: #fff;
}
.side-menu__item.active:hover, .side-menu__item.active:focus {
  transition: none;
}

@media (min-width: 768px) {
  .app.sidebar-mini.sidenav-toggled .side-menu__label {
    display: none !important;
    position: relative;
    padding: 0;
    min-width: 100%;
    margin: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.8);
    opacity: 1;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
  }
}
.slide-item.active, .slide-item:hover, .slide-item:focus {
  text-decoration: none;
}

.slide.is-expanded a.slide-item {
  transition: all 0.3s;
}
.slide.is-expanded a.slide-item:hover {
  margin-left: 5px;
  text-decoration: none;
  transition: all 0.3s;
  color: var(--primary-color) !important;
}

.side-menu .side-menu__icon {
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  padding: 8px;
}

.side-menu__icon {
  flex: 0 0 auto;
  width: 25px;
}

.side-menu__label {
  white-space: nowrap;
  flex: 1 1 auto;
  font-size: 12px;
  font-weight: 400;
  opacity: 1;
  height: auto;
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.slide.is-expanded .slide-menu {
  max-height: 350vh;
  transition: max-height 2s ease;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.slide.is-expanded .slide-menu li.slide ul.slide-menu-sub {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 0.8rem !important;
  transition: max-height 0.9s ease;
}
.slide.is-expanded .slide-menu li.slide:hover ul.slide-menu-sub{
  max-height: 350vh;
  transition: max-height 2s ease;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
.open-sub{
  max-height: 350vh!important;
  transition: max-height 2s ease;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}
ul.slide-menu-sub {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 0.8rem !important;
  transition: max-height 0.9s ease;
}
li.slide.active > .side-menu__item {
  background: var(--primary-color)!important;
  color: #fff!important;
  border: 2px solid #fff;
  border-left: 0;
}
li.slide.active > .side-menu__item .side-menu__icon,li.slide.active > .side-menu__item .angle {
  color: #fff;
}
.slide.is-expanded > .side-menu__item {
  background: #00b7ff59!important;
  color: #1e1e2d!important;
  border: 2px solid #fff;
  border-left: 0;
}
.slide.is-expanded > .side-menu__item.active{
  background: var(--primary-color)!important;
  color: #fff!important;
}
.slide.is-expanded > .side-menu__item.active .side-menu__icon,.slide.is-expanded > .side-menu__item.active .angle{
  // color: #fff!important;
}
.slide.is-expanded > .side-menu__item .side-menu__icon,.slide.is-expanded > .side-menu__item .angle{
  color: #1e1e2d!important;
}
.slide.is-expanded > .slide-menu li.slide .side-menu__item,ul.slide-menu li.slide .side-menu__item{
  padding-left: 20px;
  height: 36px;
}
.slide.is-expanded > .slide-menu li.slide .side-menu__item .side-menu__label, ul.slide-menu li.slide .side-menu__item .side-menu__label{
  font-size: 11px;
}
li.slide.active > .slide-menu li.slide .side-menu__item.active .side-menu__label{
  font-size: 11px;
}
.slide.is-expanded > .slide-menu li.slide .side-menu__item.active,li.slide.active > .slide-menu li.slide .side-menu__item.active{
  background: #f5f9fc!important;
  color: #1e1e2d;
  height: 36px;
  padding-left: 20px;
  border-left: 3px solid var(--primary-color);
}
ul.slide-menu li.slide.active > .side-menu__item {
  background: #f5f9fc!important;
  color: #1e1e2d;
  height: 36px;
  padding-left: 20px;
  border-left: 3px solid var(--primary-color);
}
.slide.is-expanded .angle {
  transform: rotate(90deg);
}

.enlarge {
  height: 41px;
  padding-top: 10px !important;
}

.badge {
  font-family: sans-serif !important;
  font-size: 10px !important;
  border-radius: 2px !important;
  font-weight: 400 !important;
  padding: 0 0.4em !important;
  line-height: 1.5 !important;
  color: #fff !important;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.badge-warning {
  background: #FF9D00;
}

.slide-menu {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 0.8rem !important;
  transition: max-height 0.9s ease;
}

.slide-item {
  display: flex;
  align-items: center;
  padding: 8px 14px 8px 55px;
  font-size: 11px;
  color: #1e1e2d;
}
.slide-item .icon {
  margin-right: 5px;
}

.angle {
  transform-origin: center;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .sidebar-mini.sidenav-toggled {
    top: 0.5rem;
    right: 30px !important;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar__user-name, .sidebar-mini.sidenav-toggled .app-sidebar__user-designation, .sidebar-mini.sidenav-toggled .angle, .sidebar-mini.sidenav-toggled .app-sidebar__user-name, .sidebar-mini.sidenav-toggled .user-notification, .sidebar-mini.sidenav-toggled .app-sidebar__user-name, .sidebar-mini.sidenav-toggled .user-info {
    display: none;
  }
  .sidebar-mini.sidenav-toggled .aside-progress-position {
    display: none;
  }
  .sidebar-mini.sidenav-toggled .sidebar-mini.sidenav-toggled.user-notification::before {
    background: transparent;
    display: none;
  }
  .sidebar-mini.sidenav-toggled .avatar-xl {
    width: 3rem !important;
    height: 3rem !important;
    line-height: 3rem;
    font-size: 1rem;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .sidebar-mini.sidenav-toggled .sidebar-navs {
    display: none;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar__user {
    top: 0.5rem;
    right: 30px !important;
    margin-top: 74px;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
    width: 25px;
    height: 25px;
  }
  .sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
    display: none;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar__user {
    padding: 12px 0px 12px 0;
    margin-bottom: 0px;
  }
  .sidebar-mini.sidenav-toggled .profile-img {
    top: 0px;
    right: 19px;
  }
  .sidebar-mini.sidenav-toggled .app-content {
    margin-left: 70px;
  }
  .sidebar-mini.sidenav-toggled .app-sidebar {
    left: 0;
    width: 70px;
    overflow: hidden;
    transition: left 0.3s ease, width 0.3s ease;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
    overflow: visible;
  }
  .sidebar-mini.sidenav-toggled .side-menu__item {
    overflow: hidden;
  }
  .sidebar-mini.sidenav-toggled .side-menu__item:hover {
    overflow: visible;
  }
  .sidebar-mini.sidenav-toggled .side-menu__item:hover .side-menu__label {
    opacity: 1;
  }
  .sidebar-mini.sidenav-toggled .side-menu__item:hover + .slide-menu {
    visibility: visible;
  }
  .sidebar-mini.sidenav-toggled .side-menu__label {
    display: block;
    position: absolute;
    top: 0;
    left: 50px;
    min-width: 180px;
    padding: 12px 5px 12px 20px;
    margin-left: -3px;
    line-height: 1;
    opacity: 0;
    background: #fff;
    color: #a8a8a8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  }
  .sidebar-mini.sidenav-toggled .slide:hover .side-menu__label {
    opacity: 1;
  }
  .sidebar-mini.sidenav-toggled .slide:hover .slide-menu {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
  .sidebar-mini.sidenav-toggled .slide .side-menu__label {
    border-bottom-right-radius: 0;
  }
  .sidebar-mini.sidenav-toggled .slide-menu {
    position: absolute;
    background: #2a2e3f;
    left: 0;
    min-width: 180px;
    opacity: 0;
    border-bottom-right-radius: 4px;
    z-index: 9;
    visibility: hidden;
    transition: visibility 0.3s ease;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
  }

  .app.sidebar-mini.sidenav-toggled .side-menu__item {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    border-left: 0;
    border-radius: 0;
  }
  .app.sidebar-mini.sidenav-toggled .side-menu_label {
    display: block;
    font-size: 12px;
  }
  .app.sidebar-mini.sidenav-toggled .side-menu__label {
    display: block;
    position: relative;
    padding: 0;
    min-width: 100%;
    margin: 0;
    left: 0;
    color: #1e1e2d;
    opacity: 1;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
  }
  .app.sidebar-mini.sidenav-toggled .slide-divider {
    display: none;
  }

  .sidebar-mini.sidenav-toggled .app-sidebar__user .avatar-md {
    margin: 0 auto;
  }

  .app.sidebar-mini.sidenav-toggled .nav-badge {
    position: absolute;
    top: 8px;
    right: 28px;
    padding: 0.2rem 0.4rem;
    font-size: 11px;
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
    width: 250px;
    transition: left 0.3s ease, width 0.3s ease;
    max-height: 100%;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .aside-progress-position {
    display: block;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user {
    display: inline-block;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: inline-block;
    border-bottom: 1px solid #ebecf1;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user .dropdown-menu {
    top: 10px !important;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .sidebar-navs {
    display: block;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user-avatar {
    flex: 0 0 auto;
    margin-right: 15px;
    display: inline-block;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user-name {
    font-size: 17px;
    display: inline-block;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #e5e9ec;
    font-size: 15px;
    margin-top: 5px !important;
    display: inline-block;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user-name.text-sm {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0 !important;
  }

  .app-sidebar__user-designation {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    color: #e5e9ec;
    font-size: 15px;
    margin-top: 5px !important;
    display: inline-block;
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item {
    position: relative;
    display: flex !important;
    display: -ms-flexbox;
    align-items: center;
    padding: 2.5px 22px 3px 13px;
    font-size: 14px;
    font-weight: 400;
    transition: border-left-color 0.3s ease, background-color 0.3s ease;
    color: #1e1e2d;
    margin: 5px 0px 0px;
    border-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
    text-decoration: none;
    color: var(--primary-color);
  }

  .slide-item:hover, .slide-item:focus {
    text-decoration: none;
    color: var(--primary-color);
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item.active {
    text-decoration: none;
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item.active .side-menu__label {
    color: #FFF !important;
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item.active .angle {
    color: #FFF !important;
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__item .side-menu__icon {
    line-height: 1;
  }

  .slide-item:hover, .slide-item:focus {
    text-decoration: none;
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide.is-expanded a {
    /*color: $text-color;*/
    text-decoration: none;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu .side-menu__icon {
    margin-right: 12px;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__label {
    display: inline-flex !important;
    font-size: 12px;
    position: unset;
    min-width: inherit;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__icon {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    padding: 8px !important;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__label {
    white-space: nowrap;
    flex: 1 1 auto;
    position: unset;
    display: inline-block;
    font-size: 12px;
    color: #1e1e2d;
    flex: 1 1 auto;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide.is-expanded .slide-menu {
    max-height: 100%;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide.is-expanded .angle {
    transform: rotate(90deg);
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .angle {
    display: inline-block;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    font-size: 0.8rem !important;
    box-shadow: none;
    position: unset;
    top: inherit;
    min-width: 0;
    width: 100%;
    opacity: inherit;
    visibility: inherit;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item {
    display: flex;
    align-items: center;
    padding: 10px 14px 10px 60px;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item .icon {
    margin-right: 5px;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .angle {
    transform-origin: center;
    transition: transform 0.3s ease;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .app-sidebar__user img {
    margin-top: 8px;
    width: 4rem !important;
    height: 4rem !important;
    line-height: 4rem;
    font-size: 1.75rem;
    margin-bottom: 0.25rem !important;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .user-info {
    display: inline-block;
  }

  .sidenav-toggled.sidenav-toggled1 .app-sidebar__user .user-pic {
    margin: 0px 0px 12px 0;
  }
}
.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
  position: relative;
}
.app.sidebar-mini .side-menu_label {
  display: none;
}

.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu.dropdown-menu-right {
  left: auto;
}

.app-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  background-color: #FFF;
  margin: -30px -30px 30px;
  padding: 20px 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.app-title h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
.app-title p {
  margin-bottom: 0;
  font-style: italic;
}

@media print {
  .app-title {
    display: none;
  }
}
@media (max-width: 480px) {
  .app-title {
    margin: -15px -15px 15px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .side-menu {
    margin-top: 0;
    border-top: none;
  }
}
@media (max-width: 480px) {
  .app-title p {
    display: none;
  }
}
.app-breadcrumb {
  margin-bottom: 0;
  text-align: right;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0;
  text-align: left;
  padding: 0;
  background-color: transparent;
}

@media (max-width: 480px) {
  .app-breadcrumb {
    margin-top: 10px;
  }
}
@media print {
  .tile {
    border: 1px solid #ddd;
  }
}
.sidenav-toggled .app-sidebar__user .avatar-md {
  line-height: 2rem;
  font-size: 1rem;
}

.app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.05);
}
.app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(255, 255, 255, 0.2);
}

.slide-menu a:before {
  font: var(--fa-font-solid);
  content: "\f101";
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-weight: 400;
  opacity: 0.7;
  font-size: 8px;
}

.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
  position: absolute;
  top: 5px;
  left: 57px;
  display: block !important;
  padding: 3px 5px !important;
}
.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
  display: none;
}

.nav-badge {
  border-radius: 30px;
  padding: 0.4em 0.6em;
  font-size: 12px;
}

@media (max-width: 575.98px) {
  .app-header .header-brand-img.mobile-logo {
    margin-left: 0;
  }

  .app-content .side-app {
    padding: 20px 0.75rem 0 0.75rem;
  }

  .app-sidebar {
    margin-top: 75px;
  }

  .app-sidebar__toggle .header-icon {
    margin-top: 0 !important;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .app-header .header-brand-img.desktop-lgo, .app-header .header-brand {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .footer {
    padding: 1.25rem 1.25rem;
  }

  footer.footer {
    padding: 1.25rem 1.25rem 1.25rem 250px;
  }

  .sidenav-toggled footer.footer {
    padding: 0 1.3rem 2rem;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .header-brand {
    margin-left: 0;
    min-width: auto !important;
  }
}
@media (max-width: 767px) {
  .app-sidebar__logo {
    display: none;
  }
}
@media (min-width: 768px) {
  .app-header .header-brand {
    display: none;
  }

  .header.top-header {
    padding-left: 250px;
  }

  .sidenav-toggled .header.top-header {
    padding-left: 70px;
  }
  .sidenav-toggled .app-sidebar__logo {
    width: 70px;
    border-right: 0px solid #ebecf1;
  }
}
.app-sidebar__logo {
  padding: 13px 15px;
  height: 75px;
  text-align: center;
  width: 240px;
  z-index: 999999;
  position: fixed;
  background: #fff;
  transition: left 0.3s ease, width 0.3s ease;
}

.close-toggle {
  display: none;
}

.app-sidebar__toggle a i {
  line-height: 1.5;
  margin-top: 0;
}

@media (min-width: 768px) {
  .header-brand-img.dark-logo, .header-brand-img.darkmobile-logo, .header-brand-img.mobile-logo {
    display: none;
  }

  .sidenav-toggled .header-brand-img.desktop-lgo {
    display: none;
  }
  .sidenav-toggled .header-brand-img.mobile-logo {
    display: flex;
    margin-top: 5px;
  }
  .sidenav-toggled.sidenav-toggled1 .header-brand-img.mobile-logo {
    display: none;
  }
  .sidenav-toggled.sidenav-toggled1 .header-brand-img.desktop-lgo {
    display: flex;
    margin: 0 auto;
    margin-top: -7px;
  }

  .app-sidebar.app-sidebar3 {
    top: 74px;
  }
  .app-sidebar.app-sidebar2 {
    box-shadow: none;
    z-index: 9999;
    height: 73px;
  }

  .sidenav-toggled .app-sidebar-help .help-dropdown {
    display: none;
  }
  .sidenav-toggled.sidenav-toggled1 .app-sidebar-help .help-dropdown {
    display: flex;
  }
  .sidenav-toggled .app-sidebar-help, .sidenav-toggled .app-sidebar .side-item.side-item-category, .sidenav-toggled .side-badge {
    display: none;
  }
  .sidenav-toggled.sidenav-toggled1 .app-sidebar-help {
    width: 250px;
  }

  .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
    // margin-right: 0;
  }
  .app.sidebar-mini.sidenav-toggled .slide a.side-menu__item.active:after {
    top: 20px;
  }

  .sidenav-toggled.sidenav-toggled1 .app-sidebar-help, .sidenav-toggled.sidenav-toggled1 .app-sidebar .side-item.side-item-category, .sidenav-toggled.sidenav-toggled1 .side-badge {
    display: block;
  }
  .sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
    width: 250px;
  }
}
.app-sidebar.app-sidebar3 {
  padding-bottom: 70px;
}

.app-sidebar-help {
  position: fixed;
  bottom: 0;
  border-top: 1px solid #ebecf1;
  background: #fff;
  z-index: 11;
  width: 250px;
}
.app-sidebar-help .header-icon {
  width: 30px;
  height: 30px;
}

.sub-slide-item {
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  height: 30px;
  padding: 0 0 0 25px !important;
  padding-left: 70px !important;
  height: 28px !important;
  padding: 19px 0 19px 70px !important;
  font-size: 12px;
  color: #ffffff;
}

.sub-slide-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.9s ease;
  padding: 0;
  font-size: 0.8rem !important;
  padding-left: 0;
  list-style: none;
}

.slide-menu .sub-slide.active.is-expanded {
  background: rgba(255, 255, 255, 0.09);
}

.sub-slide.is-expanded .sub-slide-menu {
  max-height: 100vh;
  transition: max-height 2s ease;
}
.sub-slide.is-expanded .sub-slide-menu li:last-child {
  padding-bottom: 10px;
}

.sub-side-menu__item {
  padding-left: 55px !important;
  padding-right: 20px !important;
  height: 40px !important;
  display: block;
  line-height: 40px;
  font-size: 12px;
  color: #ffffff;
}

.sub-angle {
  float: right;
  line-height: 40px;
  margin-top: 12px;
}

.help-dropdown {
  color: #1e1e2d !important;
}

.slide.is-expanded a.sub-side-menu__item {
  position: relative;
}

.app-sidebar__user .user-pic img {
  box-shadow: 0 0 0 4px #eeeef3;
  border: 3px solid #f5f9fc;
  width: 58px;
  height: 58px;
  margin-top: 8px;
}
.app-sidebar__user .user-pic img:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #8760fb;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sidemenu-footer .icon {
  margin: 5px;
  padding: 7px 14px;
  text-align: center;
  position: relative;
}
.sidemenu-footer .header-icons {
  width: 24px;
  height: 24px;
  color: #1e1e2d;
  fill: #1e1e2d;
}

.tooltip {
  z-index: 9999 !important;
}

.profile-status {
  content: "";
  position: absolute;
  bottom: 0;
  right: 80px;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  top: 51px;
  border: 2px solid #fff;
}

.app-sidebar .side-item.side-item-category {
  color: #727685;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 20px;
  padding: 0 20px 0 21px;
}
.app-sidebar .side-item.side-item-category:not(:first-child) {
  margin-top: 20px;
}

.slide-divider {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.app-sidebar__user .user-info .user-name {
  margin-bottom: 2px;
  font-size: 15px;
}

.profile-dropdown img {
  width: 40px;
  height: 40px;
}

.user-pro-body .dot-label {
  width: 6px;
  height: 6px;
}

.sidebar-navs a {
  background: #fff;
  color: #68798b !important;
  border-radius: 50px;
  padding: 0.5rem !important;
  margin: 12px 8px 0 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
}

.app-sidebar .sidebar-navs {
  padding: 10px 0px 0px 0px;
}

.sidebar-navs .nav li:last-child a {
  margin-right: 0 !important;
}
.sidebar-navs .header-icons {
  color: #5c678f;
  fill: #5c678f;
  font-size: 20px;
  vertical-align: middle;
}

.slide.active.is-expanded > .side-menu__item {
  text-decoration: none;
  color: #1e1e2d;
  background: #f5f9fc;
  border-radius: 0 50px 50px 0;
}

.app.sidebar-mini.sidenav-toggled .slide.active.is-expanded .side-menu__item {
  border-radius: 0;
}

@media (min-width: 767px) {
  .sidebar-mini.sidenav-toggled .app-sidebar {
    max-height: 100%;
  }

  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
    max-height: 100%;
  }
}
.pie-chart {
  display: inline-block;
  position: relative;
  text-align: center;
}

.pie-chart i,
.pie-chart span {
  position: absolute;
  font-weight: 600;
  font-size: 10px;
}

/*-------- Bootstrap Framework -------*/
#area-chart, #line-chart, #bar-chart, #stacked, #pie-chart {
  min-height: 250px;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.nav-sidebar li ul {
  background: #eeeeee;
}
.nav-sidebar li ul li:last-child {
  border-bottom: 0px;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #1e1e2d;
  text-align: left;
  background: #f5f9fc;
  overflow-x: hidden;
}

.horizontalMenucontainer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.66em;
}

.overflow-auto {
  overflow: auto;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1a1630;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 85%;
  color: #282d3c;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #505662;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:focus, textarea:focus {
  outline: 0;
}

input[type=radio], input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.bcolor {
  background-color: #cf4c3a !important;
}

.bcolor1 {
  background-color: #d6124a !important;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.66em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.171875rem;
  font-weight: 300;
}

.display-1 {
  font-size: 10.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.display-2 {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ebecf1;
}

small, .small {
  font-size: 87.5%;
  font-weight: 400;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled li {
  border-bottom: 1px solid #ebecf1;
}

#lightgallery.list-unstyled li {
  margin: 10px 0;
  border: 0;
}

#sidebar .list-unstyled li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.nav-sidebar .list-unstyled li:last-child {
  border-bottom: 0px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ebecf1;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

.fs-5 {
  font-size: 5px;
}

.fs-6 {
  font-size: 6px;
}

.fs-7 {
  font-size: 7px;
}

.fs-8 {
  font-size: 8px;
}

.fs-9 {
  font-size: 9px;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-40 {
  font-size: 40px !important;
}

.fs-45 {
  font-size: 45px !important;
}

.fs-50 {
  font-size: 50px !important;
}

.fs-55 {
  font-size: 55px !important;
}

.fs-60 {
  font-size: 60px !important;
}

.fs-65 {
  font-size: 65px !important;
}

.fs-70 {
  font-size: 70px;
}

.fs-75 {
  font-size: 75px;
}

.fs-80 {
  font-size: 80px;
}

.fs-85 {
  font-size: 85px;
}

.fs-90 {
  font-size: 90px;
}

.fs-95 {
  font-size: 95px;
}

.fs-100 {
  font-size: 100px;
}

.mt-m1 {
  margin-top: -1rem;
}

code, kbd, pre, samp {
  font-family: Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 85%;
  color: inherit;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 85%;
  color: #fff;
  background-color: #343a40;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  #sticky {
    text-align: center;
    padding: 1px;
    font-size: 1.75em;
    color: #FFF;
    z-index: 0;
    height: 130px !important;
  }
  #sticky.stick {
    z-index: 1;
    height: 130px !important;
  }

  .header.top-header {
    z-index: 999 !important;
  }

  .app-content.page-body {
    margin-top: 9.5rem;
  }

  .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
.number-font {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.number-font-chars {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 24px;
}

.number-font-light {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

/*----- Global Loader -----*/
#global-loader {
  position: fixed;
  z-index: 50000;
  background: rgb(255, 255, 255);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#global-loader img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/*------ Custom Default -------*/
.loader {
  border: 2px solid #ffffff;
  border-top: 2px solid #000000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: inline-block;
  margin: 1rem 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.loader.animate {
  opacity: 1;
}

h2.animate {
  opacity: 1;
  transform: translateY(0);
}

.custom-card.blue {
  color: #1687ed;
  background: #ebf5fd;
  border: 1px solid #5dacf2;
  border-radius: 8px;
}
.custom-card.blue .loader {
  border-color: #99d0ff;
  border-top-color: #1687ed;
}
.custom-card.red {
  color: #ff0000;
  background: #ffe6e6;
  border: 1px solid #ff8080;
  border-radius: 8px;
}
.custom-card.red .loader {
  border-color: #ff9696;
  border-top-color: #ff0000;
}
.custom-card.green {
  color: #007e08;
  background: #cbffce;
  border: 1px solid #00cb0d;
  border-radius: 8px;
}
.custom-card.green .loader {
  border-color: #75cc7d;
  border-top-color: #007e08;
}

.default-card.default .loader {
  border-color: #e0e3f5;
}

.parent {
  transform-origin: 66px 56px;
  -webkit-animation: spin 200s infinite;
  animation: spin 200s infinite;
}

.child1 {
  -webkit-animation: child1 10s 2s alternate infinite;
  animation: child1 10s 2s alternate infinite;
}

.child2 {
  -webkit-animation: child2 5s alternate infinite;
  animation: child2 5s alternate infinite;
}

.child3 {
  -webkit-animation: child3 10s alternate infinite;
  animation: child3 10s alternate infinite;
  transform-origin: center center;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes child1 {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -20px);
  }
}
@keyframes child1 {
  0% {
    transform: translate(0, 0);
  }
  to {
    transform: translate(35px, -20px);
  }
}
@-webkit-keyframes child2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
@keyframes child2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-5px);
  }
}
@-webkit-keyframes child3 {
  0% {
    transform: translateY(-10px) rotate(50deg);
  }
  to {
    transform: translateY(20px) rotate(0deg);
  }
}
@keyframes child3 {
  0% {
    transform: translateY(-10px) rotate(50deg);
  }
  to {
    transform: translateY(20px) rotate(0deg);
  }
}
/*------ Scroll -------*/
.index1 {
  height: 270px;
}

.topsales {
  height: 330px;
}

.salesscroll {
  height: 280px;
}

.countryscroll {
  height: 350px;
}

.countrytable td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.countrytable tr {
  border-bottom: 1px solid #ebecf1;
}
.countrytable tr:last-child {
  border-bottom: 0px;
}

* html .fileinput-button {
  line-height: 24px;
  margin: 1px -3px 0 0;
}
* + html .fileinput-button {
  margin: 1px 0 0;
  padding: 2px 15px;
}

@media (max-width: 767px) {
  .files .btn span {
    display: none;
  }
  .files .preview * {
    width: 40px;
  }
  .files .name * {
    display: inline-block;
    width: 80px;
    word-wrap: break-word;
  }
  .files .progress {
    width: 20px;
  }
  .files .delete {
    width: 60px;
  }
}
ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

.list-icons .svg-icon2, .list-icons .svg-icon {
  width: 60px;
  height: 60px;
}

.file-manger.list-group-transparent .list-group-item {
  padding: 0.5rem;
  border: 0 !important;
}
.file-manger.list-group-transparent .list-group-item.active {
  background: transparent;
}
.file-manger.list-group-transparent a i {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px !important;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  color: #5c678f;
}
.file-manger.list-group-transparent .list-group-item .svg-icon {
  width: 24px;
  height: 24px;
}

.file-manger-icon {
  position: relative;
}

.file-manger-absolute-icon {
  position: absolute;
  top: 30px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.file-manger-icon i {
  font-size: 70px;
  margin: 0 auto;
  text-align: center;
}
.file-manger-icon img {
  width: 70px;
  height: 70px;
}

.profile-footer {
  margin: 25px -25px -25px -25px;
  padding: 15px;
  background: #f0f0f2;
}

.w-200 {
  width: 200px;
}

.option-dots {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 15px;
  color: #5c678f;
  padding: 10px 12px;
}
.new.option-dots {
  line-height: 55px;
}

.new-list.option-dots {
  line-height: 55px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.new-list2.option-dots {
  height: 40px;
  width: 40px;
  background: 0 0;
  color: #5c678f;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  border-radius: 50px;
  font-size: 18px;
  line-height: initial;
  margin-right: 8px;
}
.new-list2.option-dots:hover {
  background: #f0f0f2;
}

.ms-body .action-header {
  background: #fff;
}

.user-contact-list {
  overflow: hidden;
}
.user-contact-list:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  border-radius: 0% 98% 84% 16%/100% 0% 100% 0%;
  background: linear-gradient(rgba(112, 94, 200, 0.85), rgba(112, 94, 200, 0.51));
  background-size: cover;
  background-position: top;
}

hr.divider:after {
  content: "OR";
  display: block;
  position: relative;
  top: -1.5em;
  font-size: 11px;
  padding: 0 0.25em;
  background: #f0f0f2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 9;
  left: 0;
  right: 0;
  line-height: 30px;
  margin: 0 auto;
  font-weight: 500;
  border: 1px solid #f0eff1;
  text-align: center;
}

.page-style1 {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-style1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(240, 239, 241);
}

.error-page {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.error-page:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(254, 96, 96, 0.7) 0%, rgba(227, 9, 113, 0.7) 100%);
}

.bg-style {
  position: relative;
}
.bg-style:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(68, 84, 195, 0.9), rgba(68, 84, 195, 0.8));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  opacity: 0.8;
}
.bg-style .svg-icon {
  fill: #fff;
}
.bg-style .header-brand-img {
  position: absolute;
  top: 30px;
  left: 55px;
}

.page-style2 .h-100vh {
  max-height: 100vh;
}

.page-style1 .page-content, .page-style2 .page-content {
  margin: 0;
}

@media (max-width: 767px) {
  .d-md-flex .bg-style {
    display: none;
  }
  .d-md-flex .w-80 {
    width: 100% !important;
  }
}
.title-style h1 {
  position: absolute;
  width: 100%;
  background: #fff;
  display: block;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block;
  top: 20px;
  padding: 0 20px;
}

.page-style2.page-style1:before {
  background: linear-gradient(rgba(255, 255, 255, 0.79), rgba(255, 255, 255, 0.75));
  background-repeat: no-repeat;
  background-size: cover;
}

.relative {
  position: relative;
}

.page-style1 .input-group-addon {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-right: 0;
  line-height: 0px;
}
.page-style1 .input-group-append {
  border: 1px solid #ebecf1;
  background: #f0f0f2;
  border-left: 0;
  line-height: 16px;
  border-radius: 0 5px 5px 0;
}
.page-style1 .form-control {
  border: 1px solid #ebecf1;
}
.page-style1 hr {
  border-top: 1px solid #ebecf1;
}
.page-style1 .custom-control-label {
  line-height: 26px;
}
.page-style1 .btn-svgs .svg-icon {
  position: absolute;
  left: 37%;
  top: auto;
}
.page-style1 .custom-control-label:before {
  border: 1px solid #cccdd3;
}

/* CROSS BROWSER SELECTOR*/
.custom-progress {
  /* RESETS */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: 10px;
  border-radius: 0px;
  background-color: #e8ebf2;
  width: 80%;
}
.custom-progress::-webkit-progress-bar {
  background-color: #e8ebf2;
  border-radius: 0px;
}
.custom-progress::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  border-radius: 0px;
}
.custom-progress::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.custom-progress::-ms-fill {
  border-radius: 0px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* WEBKIT BROWSERS - CHROME, OPERA AND SAFARI */
/* MOZILLA FIREFOX */
/* MICROSOFT EDGE & IE */
.map svg {
  height: 400px;
}

.card-pay .tabs-menu {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
}
.card-pay .tabs-menu li {
  width: 33.3%;
  display: block;
}
.card-pay .tabs-menu li a {
  padding: 0.5rem 1rem;
  background: #f0f0f2;
  display: block;
  text-align: center;
  border-right: 1px solid #ebecf1;
}
.card-pay .tabs-menu li a.active {
  color: #fff;
  border-radius: 2px;
  text-align: center;
}
.card-pay .tabs-menu li:last-child a {
  border-right: 0;
}

.morris-donut-wrapper-demo {
  height: 270px;
}

.shop-title {
  font-size: 16px;
}

.apexcharts-toolbar {
  display: none !important;
}

#SvgjsText1920 {
  font-weight: 500;
  font-size: 20px;
}

.pos-static {
  position: static;
}

.html-code {
  padding: 9px 20px;
  background: #e3e2e5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 20px;
  border-radius: 5px 5px 0 0;
  border: 1px solid #ebecf1;
  border-bottom: 0;
  margin-bottom: -1px;
  z-index: 1;
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
  color: #282d3c;
}
.html-code .svg-icon {
  position: absolute;
  left: 14px;
}

.list-style {
  list-style: inherit;
  padding-left: inherit;
}
.list-style ul {
  list-style: inherit;
  padding-left: 30px;
}
.list-style li {
  line-height: 30px;
}

.list-style2 {
  list-style: decimal;
  padding-left: inherit;
}
.list-style2 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style2 li {
  line-height: 30px;
}

.list-style3 {
  list-style: circle;
  padding-left: inherit;
}
.list-style3 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style3 li {
  line-height: 30px;
}

.list-style4 {
  list-style: lower-alpha;
  padding-left: inherit;
}
.list-style4 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style4 li {
  line-height: 30px;
}

.order-list li {
  line-height: 30px;
}

.list-style5 {
  list-style: square;
  padding-left: inherit;
}
.list-style5 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style5 li {
  line-height: 30px;
}

.list-style6 {
  list-style: lower-roman;
  padding-left: inherit;
}
.list-style6 ul {
  list-style: decimal;
  padding-left: 30px;
}
.list-style6 li {
  line-height: 30px;
}

.profile-dropdown {
  margin-top: 1px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .expenses-card .fs-50 {
    font-size: 25px !important;
  }
  .expenses-card .fs-18 {
    font-size: 14px !important;
  }
}
@media (max-width: 567px) {
  .card-pay .tabs-menu li {
    width: 100%;
  }
  .card-pay .tabs-menu li a {
    margin-bottom: 15px;
  }
}
.input-group-btn .btn-primary {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  padding: 0.52rem 15px;
  border-radius: 0;
}

@media (min-width: 1440px) {
  .crypto-header-section h3 {
    font-size: 32px;
  }
  .crypto-header-section .w-5 {
    width: 2rem !important;
  }
  .crypto-header-section .h-5 {
    height: 2rem !important;
  }
}
@media (min-width: 1600px) {
  .crypto-header-section h3 {
    font-size: 35px;
  }
  .crypto-header-section .w-5 {
    width: 2.5rem !important;
  }
  .crypto-header-section .h-5 {
    height: 2.5rem !important;
  }
}
@media (max-width: 768px) {
  .page-single .card-group {
    display: block;
  }

  .d-md-down-none {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .item-card .btn-svgs {
    width: 100%;
  }
}
.header.bg-primary .form-control.header-search.bg-transparent.border-transparent {
  color: #fff;
}

@media (max-width: 1200px) {
  .sales-img {
    width: 50% !important;
    margin: 0 auto;
    text-align: center !important;
    display: block;
  }
}
.error-text {
  text-shadow: -4px 4px 4px rgb(99, 85, 163);
}

.box div {
  position: absolute;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 6px solid rgba(255, 255, 255, 0.2);
}
.box div:nth-child(1) {
  top: 12%;
  left: 42%;
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}
.box div:nth-child(2) {
  top: 70%;
  left: 50%;
  -webkit-animation: animate 7s linear infinite;
          animation: animate 7s linear infinite;
}
.box div:nth-child(3) {
  top: 17%;
  left: 6%;
  -webkit-animation: animate 9s linear infinite;
          animation: animate 9s linear infinite;
}
.box div:nth-child(4) {
  top: 20%;
  left: 60%;
  -webkit-animation: animate 10s linear infinite;
          animation: animate 10s linear infinite;
}
.box div:nth-child(5) {
  top: 67%;
  left: 10%;
  -webkit-animation: animate 6s linear infinite;
          animation: animate 6s linear infinite;
}
.box div:nth-child(6) {
  top: 80%;
  left: 70%;
  -webkit-animation: animate 12s linear infinite;
          animation: animate 12s linear infinite;
}
.box div:nth-child(7) {
  top: 60%;
  left: 80%;
  -webkit-animation: animate 15s linear infinite;
          animation: animate 15s linear infinite;
}
.box div:nth-child(8) {
  top: 32%;
  left: 25%;
  -webkit-animation: animate 16s linear infinite;
          animation: animate 16s linear infinite;
}
.box div:nth-child(9) {
  top: 90%;
  left: 25%;
  -webkit-animation: animate 9s linear infinite;
          animation: animate 9s linear infinite;
}
.box div:nth-child(10) {
  top: 20%;
  left: 80%;
  -webkit-animation: animate 5s linear infinite;
          animation: animate 5s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: scale(0) translateY(0) rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.3) translateY(-90px) rotate(360deg);
    opacity: 0;
  }
}
.page-content .input-group .form-control:focus {
  border-color: #ffffff;
}

/*------ Icons List ------*/
.flag {
  width: 1.6rem;
  height: 1.2rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
}

.flag-ad {
  background-image: url("/img/flags/ad.svg");
}

.flag-ae {
  background-image: url("/img/flags/ae.svg");
}

.flag-af {
  background-image: url("/img/flags/af.svg");
}

.flag-ag {
  background-image: url("/img/flags/ag.svg");
}

.flag-ai {
  background-image: url("/img/flags/ai.svg");
}

.flag-al {
  background-image: url("/img/flags/al.svg");
}

.flag-am {
  background-image: url("/img/flags/am.svg");
}

.flag-ao {
  background-image: url("/img/flags/ao.svg");
}

.flag-aq {
  background-image: url("/img/flags/aq.svg");
}

.flag-ar {
  background-image: url("/img/flags/ar.svg");
}

.flag-as {
  background-image: url("/img/flags/as.svg");
}

.flag-at {
  background-image: url("/img/flags/at.svg");
}

.flag-au {
  background-image: url("/img/flags/au.svg");
}

.flag-aw {
  background-image: url("/img/flags/aw.svg");
}

.flag-ax {
  background-image: url("/img/flags/ax.svg");
}

.flag-az {
  background-image: url("/img/flags/az.svg");
}

.flag-ba {
  background-image: url("/img/flags/ba.svg");
}

.flag-bb {
  background-image: url("/img/flags/bb.svg");
}

.flag-bd {
  background-image: url("/img/flags/bd.svg");
}

.flag-be {
  background-image: url("/img/flags/be.svg");
}

.flag-bf {
  background-image: url("/img/flags/bf.svg");
}

.flag-bg {
  background-image: url("/img/flags/bg.svg");
}

.flag-bh {
  background-image: url("/img/flags/bh.svg");
}

.flag-bi {
  background-image: url("/img/flags/bi.svg");
}

.flag-bj {
  background-image: url("/img/flags/bj.svg");
}

.flag-bl {
  background-image: url("/img/flags/bl.svg");
}

.flag-bm {
  background-image: url("/img/flags/bm.svg");
}

.flag-bn {
  background-image: url("/img/flags/bn.svg");
}

.flag-bo {
  background-image: url("/img/flags/bo.svg");
}

.flag-bq {
  background-image: url("/img/flags/bq.svg");
}

.flag-br {
  background-image: url("/img/flags/br.svg");
}

.flag-bs {
  background-image: url("/img/flags/bs.svg");
}

.flag-bt {
  background-image: url("/img/flags/bt.svg");
}

.flag-bv {
  background-image: url("/img/flags/bv.svg");
}

.flag-bw {
  background-image: url("/img/flags/bw.svg");
}

.flag-by {
  background-image: url("/img/flags/by.svg");
}

.flag-bz {
  background-image: url("/img/flags/bz.svg");
}

.flag-ca {
  background-image: url("/img/flags/ca.svg");
}

.flag-cc {
  background-image: url("/img/flags/cc.svg");
}

.flag-cd {
  background-image: url("/img/flags/cd.svg");
}

.flag-cf {
  background-image: url("/img/flags/cf.svg");
}

.flag-cg {
  background-image: url("/img/flags/cg.svg");
}

.flag-ch {
  background-image: url("/img/flags/ch.svg");
}

.flag-ci {
  background-image: url("/img/flags/ci.svg");
}

.flag-ck {
  background-image: url("/img/flags/ck.svg");
}

.flag-cl {
  background-image: url("/img/flags/cl.svg");
}

.flag-cm {
  background-image: url("/img/flags/cm.svg");
}

.flag-cn {
  background-image: url("/img/flags/cn.svg");
}

.flag-co {
  background-image: url("/img/flags/co.svg");
}

.flag-cr {
  background-image: url("/img/flags/cr.svg");
}

.flag-cu {
  background-image: url("/img/flags/cu.svg");
}

.flag-cv {
  background-image: url("/img/flags/cv.svg");
}

.flag-cw {
  background-image: url("/img/flags/cw.svg");
}

.flag-cx {
  background-image: url("/img/flags/cx.svg");
}

.flag-cy {
  background-image: url("/img/flags/cy.svg");
}

.flag-cz {
  background-image: url("/img/flags/cz.svg");
}

.flag-de {
  background-image: url("/img/flags/de.svg");
}

.flag-dj {
  background-image: url("/img/flags/dj.svg");
}

.flag-dk {
  background-image: url("/img/flags/dk.svg");
}

.flag-dm {
  background-image: url("/img/flags/dm.svg");
}

.flag-do {
  background-image: url("/img/flags/do.svg");
}

.flag-dz {
  background-image: url("/img/flags/dz.svg");
}

.flag-ec {
  background-image: url("/img/flags/ec.svg");
}

.flag-ee {
  background-image: url("/img/flags/ee.svg");
}

.flag-eg {
  background-image: url("/img/flags/eg.svg");
}

.flag-eh {
  background-image: url("/img/flags/eh.svg");
}

.flag-er {
  background-image: url("/img/flags/er.svg");
}

.flag-es {
  background-image: url("/img/flags/es.svg");
}

.flag-et {
  background-image: url("/img/flags/et.svg");
}

.flag-eu {
  background-image: url("/img/flags/eu.svg");
}

.flag-fi {
  background-image: url("/img/flags/fi.svg");
}

.flag-fj {
  background-image: url("/img/flags/fj.svg");
}

.flag-fk {
  background-image: url("/img/flags/fk.svg");
}

.flag-fm {
  background-image: url("/img/flags/fm.svg");
}

.flag-fo {
  background-image: url("/img/flags/fo.svg");
}

.flag-fr {
  background-image: url("/img/flags/fr.svg");
}

.flag-ga {
  background-image: url("/img/flags/ga.svg");
}

.flag-gb-eng {
  background-image: url("/img/flags/gb-eng.svg");
}

.flag-gb-nir {
  background-image: url("/img/flags/gb-nir.svg");
}

.flag-gb-sct {
  background-image: url("/img/flags/gb-sct.svg");
}

.flag-gb-wls {
  background-image: url("/img/flags/gb-wls.svg");
}

.flag-gb {
  background-image: url("/img/flags/gb.svg");
}

.flag-gd {
  background-image: url("/img/flags/gd.svg");
}

.flag-ge {
  background-image: url("/img/flags/ge.svg");
}

.flag-gf {
  background-image: url("/img/flags/gf.svg");
}

.flag-gg {
  background-image: url("/img/flags/gg.svg");
}

.flag-gh {
  background-image: url("/img/flags/gh.svg");
}

.flag-gi {
  background-image: url("/img/flags/gi.svg");
}

.flag-gl {
  background-image: url("/img/flags/gl.svg");
}

.flag-gm {
  background-image: url("/img/flags/gm.svg");
}

.flag-gn {
  background-image: url("/img/flags/gn.svg");
}

.flag-gp {
  background-image: url("/img/flags/gp.svg");
}

.flag-gq {
  background-image: url("/img/flags/gq.svg");
}

.flag-gr {
  background-image: url("/img/flags/gr.svg");
}

.flag-gs {
  background-image: url("/img/flags/gs.svg");
}

.flag-gt {
  background-image: url("/img/flags/gt.svg");
}

.flag-gu {
  background-image: url("/img/flags/gu.svg");
}

.flag-gw {
  background-image: url("/img/flags/gw.svg");
}

.flag-gy {
  background-image: url("/img/flags/gy.svg");
}

.flag-hk {
  background-image: url("/img/flags/hk.svg");
}

.flag-hm {
  background-image: url("/img/flags/hm.svg");
}

.flag-hn {
  background-image: url("/img/flags/hn.svg");
}

.flag-hr {
  background-image: url("/img/flags/hr.svg");
}

.flag-ht {
  background-image: url("/img/flags/ht.svg");
}

.flag-hu {
  background-image: url("/img/flags/hu.svg");
}

.flag-id {
  background-image: url("/img/flags/id.svg");
}

.flag-ie {
  background-image: url("/img/flags/ie.svg");
}

.flag-il {
  background-image: url("/img/flags/il.svg");
}

.flag-im {
  background-image: url("/img/flags/im.svg");
}

.flag-in {
  background-image: url("/img/flags/in.svg");
}

.flag-io {
  background-image: url("/img/flags/io.svg");
}

.flag-iq {
  background-image: url("/img/flags/iq.svg");
}

.flag-ir {
  background-image: url("/img/flags/ir.svg");
}

.flag-is {
  background-image: url("/img/flags/is.svg");
}

.flag-it {
  background-image: url("/img/flags/it.svg");
}

.flag-je {
  background-image: url("/img/flags/je.svg");
}

.flag-jm {
  background-image: url("/img/flags/jm.svg");
}

.flag-jo {
  background-image: url("/img/flags/jo.svg");
}

.flag-jp {
  background-image: url("/img/flags/jp.svg");
}

.flag-ke {
  background-image: url("/img/flags/ke.svg");
}

.flag-kg {
  background-image: url("/img/flags/kg.svg");
}

.flag-kh {
  background-image: url("/img/flags/kh.svg");
}

.flag-ki {
  background-image: url("/img/flags/ki.svg");
}

.flag-km {
  background-image: url("/img/flags/km.svg");
}

.flag-kn {
  background-image: url("/img/flags/kn.svg");
}

.flag-kp {
  background-image: url("/img/flags/kp.svg");
}

.flag-kr {
  background-image: url("/img/flags/kr.svg");
}

.flag-kw {
  background-image: url("/img/flags/kw.svg");
}

.flag-ky {
  background-image: url("/img/flags/ky.svg");
}

.flag-kz {
  background-image: url("/img/flags/kz.svg");
}

.flag-la {
  background-image: url("/img/flags/la.svg");
}

.flag-lb {
  background-image: url("/img/flags/lb.svg");
}

.flag-lc {
  background-image: url("/img/flags/lc.svg");
}

.flag-li {
  background-image: url("/img/flags/li.svg");
}

.flag-lk {
  background-image: url("/img/flags/lk.svg");
}

.flag-lr {
  background-image: url("/img/flags/lr.svg");
}

.flag-ls {
  background-image: url("/img/flags/ls.svg");
}

.flag-lt {
  background-image: url("/img/flags/lt.svg");
}

.flag-lu {
  background-image: url("/img/flags/lu.svg");
}

.flag-lv {
  background-image: url("/img/flags/lv.svg");
}

.flag-ly {
  background-image: url("/img/flags/ly.svg");
}

.flag-ma {
  background-image: url("/img/flags/ma.svg");
}

.flag-mc {
  background-image: url("/img/flags/mc.svg");
}

.flag-md {
  background-image: url("/img/flags/md.svg");
}

.flag-me {
  background-image: url("/img/flags/me.svg");
}

.flag-mf {
  background-image: url("/img/flags/mf.svg");
}

.flag-mg {
  background-image: url("/img/flags/mg.svg");
}

.flag-mh {
  background-image: url("/img/flags/mh.svg");
}

.flag-mk {
  background-image: url("/img/flags/mk.svg");
}

.flag-ml {
  background-image: url("/img/flags/ml.svg");
}

.flag-mm {
  background-image: url("/img/flags/mm.svg");
}

.flag-mn {
  background-image: url("/img/flags/mn.svg");
}

.flag-mo {
  background-image: url("/img/flags/mo.svg");
}

.flag-mp {
  background-image: url("/img/flags/mp.svg");
}

.flag-mq {
  background-image: url("/img/flags/mq.svg");
}

.flag-mr {
  background-image: url("/img/flags/mr.svg");
}

.flag-ms {
  background-image: url("/img/flags/ms.svg");
}

.flag-mt {
  background-image: url("/img/flags/mt.svg");
}

.flag-mu {
  background-image: url("/img/flags/mu.svg");
}

.flag-mv {
  background-image: url("/img/flags/mv.svg");
}

.flag-mw {
  background-image: url("/img/flags/mw.svg");
}

.flag-mx {
  background-image: url("/img/flags/mx.svg");
}

.flag-my {
  background-image: url("/img/flags/my.svg");
}

.flag-mz {
  background-image: url("/img/flags/mz.svg");
}

.flag-na {
  background-image: url("/img/flags/na.svg");
}

.flag-nc {
  background-image: url("/img/flags/nc.svg");
}

.flag-ne {
  background-image: url("/img/flags/ne.svg");
}

.flag-nf {
  background-image: url("/img/flags/nf.svg");
}

.flag-ng {
  background-image: url("/img/flags/ng.svg");
}

.flag-ni {
  background-image: url("/img/flags/ni.svg");
}

.flag-nl {
  background-image: url("/img/flags/nl.svg");
}

.flag-no {
  background-image: url("/img/flags/no.svg");
}

.flag-np {
  background-image: url("/img/flags/np.svg");
}

.flag-nr {
  background-image: url("/img/flags/nr.svg");
}

.flag-nu {
  background-image: url("/img/flags/nu.svg");
}

.flag-nz {
  background-image: url("/img/flags/nz.svg");
}

.flag-om {
  background-image: url("/img/flags/om.svg");
}

.flag-pa {
  background-image: url("/img/flags/pa.svg");
}

.flag-pe {
  background-image: url("/img/flags/pe.svg");
}

.flag-pf {
  background-image: url("/img/flags/pf.svg");
}

.flag-pg {
  background-image: url("/img/flags/pg.svg");
}

.flag-ph {
  background-image: url("/img/flags/ph.svg");
}

.flag-pk {
  background-image: url("/img/flags/pk.svg");
}

.flag-pl {
  background-image: url("/img/flags/pl.svg");
}

.flag-pm {
  background-image: url("/img/flags/pm.svg");
}

.flag-pn {
  background-image: url("/img/flags/pn.svg");
}

.flag-pr {
  background-image: url("/img/flags/pr.svg");
}

.flag-ps {
  background-image: url("/img/flags/ps.svg");
}

.flag-pt {
  background-image: url("/img/flags/pt.svg");
}

.flag-pw {
  background-image: url("/img/flags/pw.svg");
}

.flag-py {
  background-image: url("/img/flags/py.svg");
}

.flag-qa {
  background-image: url("/img/flags/qa.svg");
}

.flag-re {
  background-image: url("/img/flags/re.svg");
}

.flag-ro {
  background-image: url("/img/flags/ro.svg");
}

.flag-rs {
  background-image: url("/img/flags/rs.svg");
}

.flag-ru {
  background-image: url("/img/flags/ru.svg");
}

.flag-rw {
  background-image: url("/img/flags/rw.svg");
}

.flag-sa {
  background-image: url("/img/flags/sa.svg");
}

.flag-sb {
  background-image: url("/img/flags/sb.svg");
}

.flag-sc {
  background-image: url("/img/flags/sc.svg");
}

.flag-sd {
  background-image: url("/img/flags/sd.svg");
}

.flag-se {
  background-image: url("/img/flags/se.svg");
}

.flag-sg {
  background-image: url("/img/flags/sg.svg");
}

.flag-sh {
  background-image: url("/img/flags/sh.svg");
}

.flag-si {
  background-image: url("/img/flags/si.svg");
}

.flag-sj {
  background-image: url("/img/flags/sj.svg");
}

.flag-sk {
  background-image: url("/img/flags/sk.svg");
}

.flag-sl {
  background-image: url("/img/flags/sl.svg");
}

.flag-sm {
  background-image: url("/img/flags/sm.svg");
}

.flag-sn {
  background-image: url("/img/flags/sn.svg");
}

.flag-so {
  background-image: url("/img/flags/so.svg");
}

.flag-sr {
  background-image: url("/img/flags/sr.svg");
}

.flag-ss {
  background-image: url("/img/flags/ss.svg");
}

.flag-st {
  background-image: url("/img/flags/st.svg");
}

.flag-sv {
  background-image: url("/img/flags/sv.svg");
}

.flag-sx {
  background-image: url("/img/flags/sx.svg");
}

.flag-sy {
  background-image: url("/img/flags/sy.svg");
}

.flag-sz {
  background-image: url("/img/flags/sz.svg");
}

.flag-tc {
  background-image: url("/img/flags/tc.svg");
}

.flag-td {
  background-image: url("/img/flags/td.svg");
}

.flag-tf {
  background-image: url("/img/flags/tf.svg");
}

.flag-tg {
  background-image: url("/img/flags/tg.svg");
}

.flag-th {
  background-image: url("/img/flags/th.svg");
}

.flag-tj {
  background-image: url("/img/flags/tj.svg");
}

.flag-tk {
  background-image: url("/img/flags/tk.svg");
}

.flag-tl {
  background-image: url("/img/flags/tl.svg");
}

.flag-tm {
  background-image: url("/img/flags/tm.svg");
}

.flag-tn {
  background-image: url("/img/flags/tn.svg");
}

.flag-to {
  background-image: url("/img/flags/to.svg");
}

.flag-tr {
  background-image: url("/img/flags/tr.svg");
}

.flag-tt {
  background-image: url("/img/flags/tt.svg");
}

.flag-tv {
  background-image: url("/img/flags/tv.svg");
}

.flag-tw {
  background-image: url("/img/flags/tw.svg");
}

.flag-tz {
  background-image: url("/img/flags/tz.svg");
}

.flag-ua {
  background-image: url("/img/flags/ua.svg");
}

.flag-ug {
  background-image: url("/img/flags/ug.svg");
}

.flag-um {
  background-image: url("/img/flags/um.svg");
}

.flag-un {
  background-image: url("/img/flags/un.svg");
}

.flag-us {
  background-image: url("/img/flags/us.svg");
}

.flag-uy {
  background-image: url("/img/flags/uy.svg");
}

.flag-uz {
  background-image: url("/img/flags/uz.svg");
}

.flag-va {
  background-image: url("/img/flags/va.svg");
}

.flag-vc {
  background-image: url("/img/flags/vc.svg");
}

.flag-ve {
  background-image: url("/img/flags/ve.svg");
}

.flag-vg {
  background-image: url("/img/flags/vg.svg");
}

.flag-vi {
  background-image: url("/img/flags/vi.svg");
}

.flag-vn {
  background-image: url("/img/flags/vn.svg");
}

.flag-vu {
  background-image: url("/img/flags/vu.svg");
}

.flag-wf {
  background-image: url("/img/flags/wf.svg");
}

.flag-ws {
  background-image: url("/img/flags/ws.svg");
}

.flag-ye {
  background-image: url("/img/flags/ye.svg");
}

.flag-yt {
  background-image: url("/img/flags/yt.svg");
}

.flag-za {
  background-image: url("/img/flags/za.svg");
}

.flag-zm {
  background-image: url("/img/flags/zm.svg");
}

.flag-zw {
  background-image: url("/img/flags/zw.svg");
}

.payment {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: no-repeat center/100% 100%;
  vertical-align: bottom;
  font-style: normal;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.payment-2checkout-dark {
  background-image: url("/img/payments/2checkout-dark.svg");
}

.payment-2checkout {
  background-image: url("/img/payments/2checkout.svg");
}

.payment-alipay-dark {
  background-image: url("/img/payments/alipay-dark.svg");
}

.payment-alipay {
  background-image: url("/img/payments/alipay.svg");
}

.payment-amazon-dark {
  background-image: url("/img/payments/amazon-dark.svg");
}

.payment-amazon {
  background-image: url("/img/payments/amazon.svg");
}

.payment-americanexpress-dark {
  background-image: url("/img/payments/americanexpress-dark.svg");
}

.payment-americanexpress {
  background-image: url("/img/payments/americanexpress.svg");
}

.payment-applepay-dark {
  background-image: url("/img/payments/applepay-dark.svg");
}

.payment-applepay {
  background-image: url("/img/payments/applepay.svg");
}

.payment-bancontact-dark {
  background-image: url("/img/payments/bancontact-dark.svg");
}

.payment-bancontact {
  background-image: url("/img/payments/bancontact.svg");
}

.payment-bitcoin-dark {
  background-image: url("/img/payments/bitcoin-dark.svg");
}

.payment-bitcoin {
  background-image: url("/img/payments/bitcoin.svg");
}

.payment-bitpay-dark {
  background-image: url("/img/payments/bitpay-dark.svg");
}

.payment-bitpay {
  background-image: url("/img/payments/bitpay.svg");
}

.payment-cirrus-dark {
  background-image: url("/img/payments/cirrus-dark.svg");
}

.payment-cirrus {
  background-image: url("/img/payments/cirrus.svg");
}

.payment-clickandbuy-dark {
  background-image: url("/img/payments/clickandbuy-dark.svg");
}

.payment-clickandbuy {
  background-image: url("/img/payments/clickandbuy.svg");
}

.payment-coinkite-dark {
  background-image: url("/img/payments/coinkite-dark.svg");
}

.payment-coinkite {
  background-image: url("/img/payments/coinkite.svg");
}

.payment-dinersclub-dark {
  background-image: url("/img/payments/dinersclub-dark.svg");
}

.payment-dinersclub {
  background-image: url("/img/payments/dinersclub.svg");
}

.payment-directdebit-dark {
  background-image: url("/img/payments/directdebit-dark.svg");
}

.payment-directdebit {
  background-image: url("/img/payments/directdebit.svg");
}

.payment-discover-dark {
  background-image: url("/img/payments/discover-dark.svg");
}

.payment-discover {
  background-image: url("/img/payments/discover.svg");
}

.payment-dwolla-dark {
  background-image: url("/img/payments/dwolla-dark.svg");
}

.payment-dwolla {
  background-image: url("/img/payments/dwolla.svg");
}

.payment-ebay-dark {
  background-image: url("/img/payments/ebay-dark.svg");
}

.payment-ebay {
  background-image: url("/img/payments/ebay.svg");
}

.payment-eway-dark {
  background-image: url("/img/payments/eway-dark.svg");
}

.payment-eway {
  background-image: url("/img/payments/eway.svg");
}

.payment-giropay-dark {
  background-image: url("/img/payments/giropay-dark.svg");
}

.payment-giropay {
  background-image: url("/img/payments/giropay.svg");
}

.payment-googlewallet-dark {
  background-image: url("/img/payments/googlewallet-dark.svg");
}

.payment-googlewallet {
  background-image: url("/img/payments/googlewallet.svg");
}

.payment-ingenico-dark {
  background-image: url("/img/payments/ingenico-dark.svg");
}

.payment-ingenico {
  background-image: url("/img/payments/ingenico.svg");
}

.payment-jcb-dark {
  background-image: url("/img/payments/jcb-dark.svg");
}

.payment-jcb {
  background-image: url("/img/payments/jcb.svg");
}

.payment-klarna-dark {
  background-image: url("/img/payments/klarna-dark.svg");
}

.payment-klarna {
  background-image: url("/img/payments/klarna.svg");
}

.payment-laser-dark {
  background-image: url("/img/payments/laser-dark.svg");
}

.payment-laser {
  background-image: url("/img/payments/laser.svg");
}

.payment-maestro-dark {
  background-image: url("/img/payments/maestro-dark.svg");
}

.payment-maestro {
  background-image: url("/img/payments/maestro.svg");
}

.payment-mastercard-dark {
  background-image: url("/img/payments/mastercard-dark.svg");
}

.payment-mastercard {
  background-image: url("/img/payments/mastercard.svg");
}

.payment-monero-dark {
  background-image: url("/img/payments/monero-dark.svg");
}

.payment-monero {
  background-image: url("/img/payments/monero.svg");
}

.payment-neteller-dark {
  background-image: url("/img/payments/neteller-dark.svg");
}

.payment-neteller {
  background-image: url("/img/payments/neteller.svg");
}

.payment-ogone-dark {
  background-image: url("/img/payments/ogone-dark.svg");
}

.payment-ogone {
  background-image: url("/img/payments/ogone.svg");
}

.payment-okpay-dark {
  background-image: url("/img/payments/okpay-dark.svg");
}

.payment-okpay {
  background-image: url("/img/payments/okpay.svg");
}

.payment-paybox-dark {
  background-image: url("/img/payments/paybox-dark.svg");
}

.payment-paybox {
  background-image: url("/img/payments/paybox.svg");
}

.payment-paymill-dark {
  background-image: url("/img/payments/paymill-dark.svg");
}

.payment-paymill {
  background-image: url("/img/payments/paymill.svg");
}

.payment-payone-dark {
  background-image: url("/img/payments/payone-dark.svg");
}

.payment-payone {
  background-image: url("/img/payments/payone.svg");
}

.payment-payoneer-dark {
  background-image: url("/img/payments/payoneer-dark.svg");
}

.payment-payoneer {
  background-image: url("/img/payments/payoneer.svg");
}

.payment-paypal-dark {
  background-image: url("/img/payments/paypal-dark.svg");
}

.payment-paypal {
  background-image: url("/img/payments/paypal.svg");
}

.payment-paysafecard-dark {
  background-image: url("/img/payments/paysafecard-dark.svg");
}

.payment-paysafecard {
  background-image: url("/img/payments/paysafecard.svg");
}

.payment-payu-dark {
  background-image: url("/img/payments/payu-dark.svg");
}

.payment-payu {
  background-image: url("/img/payments/payu.svg");
}

.payment-payza-dark {
  background-image: url("/img/payments/payza-dark.svg");
}

.payment-payza {
  background-image: url("/img/payments/payza.svg");
}

.payment-ripple-dark {
  background-image: url("/img/payments/ripple-dark.svg");
}

.payment-ripple {
  background-image: url("/img/payments/ripple.svg");
}

.payment-sage-dark {
  background-image: url("/img/payments/sage-dark.svg");
}

.payment-sage {
  background-image: url("/img/payments/sage.svg");
}

.payment-sepa-dark {
  background-image: url("/img/payments/sepa-dark.svg");
}

.payment-sepa {
  background-image: url("/img/payments/sepa.svg");
}

.payment-shopify-dark {
  background-image: url("/img/payments/shopify-dark.svg");
}

.payment-shopify {
  background-image: url("/img/payments/shopify.svg");
}

.payment-skrill-dark {
  background-image: url("/img/payments/skrill-dark.svg");
}

.payment-skrill {
  background-image: url("/img/payments/skrill.svg");
}

.payment-solo-dark {
  background-image: url("/img/payments/solo-dark.svg");
}

.payment-solo {
  background-image: url("/img/payments/solo.svg");
}

.payment-square-dark {
  background-image: url("/img/payments/square-dark.svg");
}

.payment-square {
  background-image: url("/img/payments/square.svg");
}

.payment-stripe-dark {
  background-image: url("/img/payments/stripe-dark.svg");
}

.payment-stripe {
  background-image: url("/img/payments/stripe.svg");
}

.payment-switch-dark {
  background-image: url("/img/payments/switch-dark.svg");
}

.payment-switch {
  background-image: url("/img/payments/switch.svg");
}

.payment-ukash-dark {
  background-image: url("/img/payments/ukash-dark.svg");
}

.payment-ukash {
  background-image: url("/img/payments/ukash.svg");
}

.payment-unionpay-dark {
  background-image: url("/img/payments/unionpay-dark.svg");
}

.payment-unionpay {
  background-image: url("/img/payments/unionpay.svg");
}

.payment-verifone-dark {
  background-image: url("/img/payments/verifone-dark.svg");
}

.payment-verifone {
  background-image: url("/img/payments/verifone.svg");
}

.payment-verisign-dark {
  background-image: url("/img/payments/verisign-dark.svg");
}

.payment-verisign {
  background-image: url("/img/payments/verisign.svg");
}

.payment-visa-dark {
  background-image: url("/img/payments/visa-dark.svg");
}

.payment-visa {
  background-image: url("/img/payments/visa.svg");
}

.payment-webmoney-dark {
  background-image: url("/img/payments/webmoney-dark.svg");
}

.payment-webmoney {
  background-image: url("/img/payments/webmoney.svg");
}

.payment-westernunion-dark {
  background-image: url("/img/payments/westernunion-dark.svg");
}

.payment-westernunion {
  background-image: url("/img/payments/westernunion.svg");
}

.payment-worldpay-dark {
  background-image: url("/img/payments/worldpay-dark.svg");
}

.payment-worldpay {
  background-image: url("/img/payments/worldpay.svg");
}

svg {
  touch-action: none;
}

body *::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
body *::-webkit-scrollbar-thumb, body *:hover::-webkit-scrollbar-thumb {
  background: #c2cbdf;
}
body *::-webkit-scrollbar-track {
  background: #fff;
}

/*------ Headers -------*/
.page-header {
  display: flex;
  align-items: center;
  margin: 1.5rem 0 1.5rem;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  position: relative;
}

.page-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5rem;
  position: relative;
}

.page-title-icon {
  color: #9aa0ac;
  font-size: 1.25rem;
}

.page-subtitle {
  font-size: 0.8125rem;
  color: #6e7687;
  margin-left: 2rem;
  position: relative;
}
.page-subtitle a {
  color: inherit;
}

.page-options {
  margin-left: auto;
}

.page-description {
  margin: 0.25rem 0 0;
  color: #6e7687;
}
.page-description a {
  color: inherit;
}

.page-single, .page-single-content {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-heading {
  font-weight: 400;
  margin: 2rem 0 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
}
.content-heading:first-child {
  margin-top: 0;
}

.aside {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 22rem;
  background: #fff;
  border-left: 1px solid #ebecf1;
  display: flex;
  flex-direction: column;
  z-index: 100;
  visibility: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.aside-progress {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.aside-progress-position {
  position: relative;
  bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 1600px) {
  body.aside-opened .aside {
    visibility: visible;
  }
}
.aside-body {
  padding: 1.5rem;
  flex: 1 1 auto;
  overflow: auto;
}

.aside-footer {
  padding: 1rem 1.5rem;
  border-top: 1px solid #ebecf1;
}

.aside-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ebecf1;
}

.header {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #fff;
}

body.fixed-header .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}

.header .dropdown-menu {
  margin-top: 0;
  border-radius: 0px 0 4px 4px !important;
}
.header .mega-menu {
  width: 350px;
}

.nav-unread {
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  background: #ecd938;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.nav-unread.badge {
  position: absolute;
  top: 0;
  text-align: center;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.nav-link.icon {
  padding: 5px;
  text-align: center;
  height: 2.5rem;
  font-size: 1.2rem;
  position: relative;
  border-radius: 3px;
}

.app-header.header .nav-link.icon {
  padding: 5px;
}

.nav-link.icon .nav-span {
  font-size: 0.9rem;
  color: #576482;
  vertical-align: middle;
  margin-left: 0.5rem;
  font-weight: 400;
}

.header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
}

.app-header .header-brand {
  color: inherit;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 220px;
  text-align: center;
}
.app-header .header-brand .header-brand-img {
  margin-right: 0;
}

.app-header1 .header-brand {
  color: inherit;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
  font-weight: 600;
  padding: 0;
  transition: 0.3s opacity;
  line-height: 2.9rem;
  min-width: 215px;
  text-align: center;
}
.app-header1 .header-brand .header-brand-img {
  margin-right: 0;
}

.header-brand:hover {
  color: inherit;
  text-decoration: none;
}

.header-brand-img {
  height: 2.5rem;
  line-height: 1.2;
  vertical-align: bottom;
  margin-right: 0;
  width: auto;
  color: #fff;
}

.desktop-lgo {
  /* height: auto !important; */
  // margin-top: -0.5rem;
  /* width: 80%; */
  height: 100% !important;
  width: 100%;
  object-fit: contain;
}

.csp-brand-img {
  height: 70px;
  margin-right: 0;
  width: auto;
  margin-top: -1rem;
}

.header-btn.has-new {
  position: relative;
}
.header-btn.has-new:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #dc0441;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
}

.header-toggler {
  width: 3rem;
  height: 3rem;
  position: relative;
  color: #000;
}
.header-toggler:hover {
  color: #32e448;
}

.header-toggler-icon {
  position: absolute;
  width: 1rem;
  height: 2px;
  color: inherit;
  background: currentColor;
  border-radius: 3px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -0.5rem;
  box-shadow: 0 5px currentColor, 0 -5px currentColor;
}

.footer {
  font-size: 12px;
  padding: 1.25rem 0;
}

footer.footer {
  font-size: 12px;
  border-top: 0;
  padding: 0 1.3rem 1rem;
  display: block;
  margin-top: auto;
}

.footer .social {
  margin: 0 auto;
}
.footer .social ul li {
  float: left;
  padding: 7px;
}
.footer .social ul li a {
  color: #abb8c3;
}
.footer a:not(.btn) {
  color: var(--primary-color);
  font-weight: 800;
}

@media print {
  .footer, .header {
    display: none;
  }
}
.br-100 {
  border-radius: 100% !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-tl-7 {
  border-top-left-radius: 7px !important;
}

.br-bl-7 {
  border-bottom-left-radius: 7px !important;
}

.br-tr-7 {
  border-top-right-radius: 7px !important;
}

.br-br-7 {
  border-bottom-right-radius: 7px !important;
}

.br-0 {
  border-radius: 0px;
}

.br-tl-0 {
  border-top-left-radius: 0px !important;
}

.br-bl-0 {
  border-bottom-left-radius: 0px !important;
}

.br-tr-0 {
  border-top-right-radius: 0px !important;
}

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

.list.d-flex img {
  width: 60px;
}

#popup {
  position: absolute;
  width: auto;
  height: 30px;
  background: #fe6b1f;
  display: none;
  color: white;
  border-radius: 5px;
}

#copy {
  background: none;
  color: white;
  font-weight: bold;
  padding: 8px 25px;
  border: 0;
}

/*------ Charts styles ------*/
.h-85 {
  height: 85px !important;
}

.chart-visitors {
  min-height: 18rem;
  overflow: hidden;
}

.chart-height {
  height: 20rem;
  overflow: hidden;
}

.chart-tasks {
  height: 15rem;
  overflow: hidden;
}

.chart-donut {
  height: 21rem;
  overflow: hidden;
}

.chart-pie {
  height: 22rem;
  overflow: hidden;
}

.chartsh {
  height: 16rem;
  overflow: hidden;
}

.chartwidget {
  height: 17rem;
  overflow: hidden;
}

/*-----Countdown-----*/
.countdown span:first-child {
  font-size: 30px;
  font-weight: 500;
}

.social i {
  font-size: 40px;
}
.social .social-icon i {
  font-size: 14px;
}

.instagram {
  background: #de497b;
}

.linkedin {
  background: #0077b5;
}

.twitter {
  background: #1da1f2;
}

.facebook {
  background: #3b5998;
}

.widget-info i {
  width: 100px;
  height: 100px;
  padding: 27px 0;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.widget-info a {
  border-bottom: 1px solid #fff;
}

.z-index-10 {
  z-index: 10 !important;
}

.card-blog-overlay .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.card-blog-overlay1:before, .card-blog-overlay2:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  border-radius: 7px;
}

.page-breadcrumb {
  background: none;
  padding: 0;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  flex-basis: 100%;
}
.page-breadcrumb .breadcrumb-item {
  color: #9aa0ac;
}
.page-breadcrumb .breadcrumb-item.active {
  color: #6e7687;
}

@media (min-width: 768px) {
  .page-breadcrumb {
    margin: -0.5rem 0 0;
  }
}
@media (max-width: 320px) {
  .fc-toolbar .fc-right {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.pagination-simple .page-item .page-link {
  background: none;
  border: none;
}
.pagination-simple .page-item.active .page-link {
  color: #495057;
  font-weight: 700;
}

.pagination-pager .page-prev {
  margin-right: auto;
}
.pagination-pager .page-next {
  margin-left: auto;
}

.page-total-text {
  margin-right: 1rem;
  align-self: center;
  color: #6e7687;
}

.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.icons-list > li {
  flex: 1 0 2.5rem;
}

.icons-list-wrap {
  overflow: hidden;
}

.flags-icons .icons-list-item {
  line-height: inherit;
}

.payment-icons .icons-list-item {
  line-height: 2rem;
}

.icons-list-item {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  color: #5c678f;
  margin: 5px;
}

.img-gallery {
  margin-right: -0.25rem;
  margin-left: -0.25rem;
  margin-bottom: -0.5rem;
}
.img-gallery > .col, .img-gallery > [class*=col-] {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 0.5rem;
}

.link-overlay {
  position: relative;
}
.link-overlay:hover .link-overlay-bg {
  opacity: 1;
}

.link-overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(70, 127, 207, 0.8);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  opacity: 0;
  transition: 0.3s opacity;
}

.media-icon {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
}

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

textarea[cols] {
  height: auto;
}

/* --------Added--------- css*/
.overflow-hidden {
  overflow: hidden;
}

.user-profile .user-pro-body .u-dropdown {
  color: #fff;
}

#sidebar ul li {
  position: relative;
}
#sidebar ul li a {
  color: #384056;
  font-weight: 400;
}
#sidebar ul li ul li:last-child {
  border-bottom: 0;
}
#sidebar li a[aria-expanded=true]:hover {
  color: #fff !important;
}

.timeline__content {
  background-color: #eaf0f9;
}

.tab_wrapper > ul {
  border-bottom: 1px solid #ebecf1;
}
.tab_wrapper > ul li {
  border: 1px solid #ebecf1;
  border-top: 1px solid #ebecf1;
}
.tab_wrapper.right_side .content_wrapper {
  border: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul {
  border-bottom: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li.active {
  border-color: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li:after {
  background: 1px solid #ebecf1;
}

.text-right {
  text-align: right;
}

/*--- img container---*/
.search {
  position: absolute;
  width: 320px;
}
.search svg {
  transform: translateX(-126px);
  width: 180px;
  height: auto;
  stroke-width: 8px;
  stroke: #fff;
  stroke-width: 1px;
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transition: all 0.5s ease-in-out;
  margin-top: 5px;
}

.input-search {
  position: absolute;
  width: calc(100% - 148px);
  height: 34px;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 20px;
  font-size: 16px;
  color: #fff;
}

.search-label {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  margin-left: -54px;
  z-index: 100;
  transition: 0.5s ease-in-out;
}

.isActive .search-label {
  transform: translateX(246px);
}
.isActive svg, .isActive.full svg {
  stroke-dashoffset: -65;
  stroke-dasharray: 141.305 65;
  transform: translateX(0);
}

.full .search-label {
  transform: translateX(246px);
}
.full svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transform: translateX(0);
}

.search-inline {
  width: 100%;
  left: 0;
  padding: 33px 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
.search-inline.search-visible {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInDown 0.2s ease-in-out;
          animation: fadeInDown 0.2s ease-in-out;
}
.search-inline button[type=submit] {
  position: absolute;
  right: 52px;
  top: 0;
  background-color: transparent;
  border: 0px;
  top: 0;
  right: 80px;
  padding: 0px;
  cursor: pointer;
  width: 80px;
  height: 100%;
  color: #fff;
}
.search-inline .form-control {
  border: 0px;
  padding-left: 0;
  font-size: 20px;
  position: absolute;
  left: 1%;
  top: 0;
  height: 100%;
  width: 99%;
  outline: none;
}
.search-inline .form-control:focus {
  box-shadow: none;
}
.search-inline .search-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #616161;
  width: 80px;
  height: 100%;
  text-align: center;
  display: table;
  background: #efefef;
  text-decoration: none;
}
.search-inline .search-close i {
  display: table-cell;
  vertical-align: middle;
}

.searching i {
  font-size: 18px;
}

.search-close i {
  padding: 24px 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.lockscreen {
  background: inherit;
  width: 300px;
  height: 280px;
  overflow: hidden;
}
.lockscreen:before {
  content: "";
  width: 350px;
  height: 400px;
  background: inherit;
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  box-shadow: inset 0 0 0 200px rgba(255, 255, 255, 0.4);
  filter: blur(1px);
}

.table-stats table th, .table-stats table td {
  border: none;
  border-bottom: 1px solid #e8e9ef;
  font-size: 12px;
  font-weight: normal;
  padding: 0.75em 1.25em;
  text-transform: uppercase;
}
.table-stats table th img, .table-stats table td img {
  margin-right: 10px;
  max-width: 45px;
}
.table-stats table th .name {
  font-size: 14px;
  text-transform: capitalize;
}
.table-stats table td {
  font-size: 14px;
  text-transform: capitalize;
  vertical-align: middle;
}
.table-stats table td .name {
  font-size: 14px;
  text-transform: capitalize;
}

.traffic-sales-content {
  padding: 14px;
}

.traffic-sales-amount {
  float: right;
}

.pulse {
  display: block;
  position: absolute;
  top: 11px;
  right: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff3547;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(247, 45, 102, 0.9);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}
.pulse:hover {
  -webkit-animation: none;
          animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0.9);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(247, 45, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(247, 45, 102, 0);
  }
}
@media (max-width: 992px) {
  .header.top-header .header-option, .header.top-header .header-setting {
    display: none;
  }

  .hor-header.header {
    position: fixed;
    width: 100%;
    z-index: 999;
  }

  .hor-content.main-content {
    margin-top: 6rem;
  }

  .horizontal-main.hor-menu {
    border-bottom: 0;
  }

  .page-body {
    padding-top: 1px;
  }

  .app-content.page-body .container, .header.top-header .container, .hor-content.main-content .container {
    max-width: none;
  }

  .active .header.top-header {
    z-index: 999;
  }

  .app-content.page-body .side-app {
    padding: 6.2rem 0.75rem 0 0.75rem !important;
  }

  .navsearch {
    margin: 5px;
    padding: 0px;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border: 0px solid #ebecf1;
    border-radius: 3px;
  }
  .navsearch svg {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
    border: 1px solid #ebecf1;
  }
  .navsearch i {
    padding-top: 0 !important;
  }

  .app-content.page-body {
    margin-top: 4.7rem;
  }

  .comb-page .app-content.page-body {
    margin-top: 0;
  }
}
.header.top-header .search-element input {
  border-radius: 4px;
}

@media (max-width: 992px) {
  .media.profile-footer .media-user {
    display: none;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .header-brand-img.desktop-lgo {
    margin-left: 2rem;
  }

  .hor-header .header-brand-img.desktop-lgo, .header-brand-img.dark-logo {
    margin-left: 1rem;
  }

  .animated-arrow.hor-toggle {
    text-align: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border: 1px solid #ebecf1;
    border-radius: 50px;
    margin: 5px;
    top: 0;
  }
  .animated-arrow.hor-toggle span {
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: middle;
  }
}
.activity {
  position: relative;
  border-left: 3px solid #ebecf1;
  margin-left: 16px;
}
.activity .img-activity {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  border: 3px solid;
}
.activity .item-activity {
  margin-left: 40px;
  margin-bottom: 26px;
}

#AreaChart2 {
  width: 105% !important;
  height: 88px !important;
  bottom: -20px;
  position: relative;
  left: -7px;
}

#CryptoChart, #CryptoChart1, #CryptoChart2, #CryptoChart3 {
  width: 105% !important;
  height: 70px !important;
  bottom: -15px;
  position: relative;
  left: -7px;
}

/* News ticker */
[class*=js-conveyor-] ul li {
  padding: 9px 15px;
  /* line-height: 47px; */
  border: 1px solid #efefef;
  margin-right: 5px;
  background: #fff;
  margin: 15px 6px;
  border-radius: 5px;
  box-shadow: 0 0px 10px -5px rgba(68, 84, 195, 0.5);
}

.news-crypto span {
  font-size: 0.8rem;
}

/*latetes news timeline */
.latest-timeline {
  height: 355px;
}
.latest-timeline ul.timeline {
  list-style-type: none;
  position: relative;
}
.latest-timeline ul.timeline:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 10px;
  height: 100%;
  z-index: 1;
  border-left: 3px dotted #ebecf1;
}
.latest-timeline ul.timeline > li {
  margin: 20px 0;
  padding-left: 2.5rem;
}
.latest-timeline ul.timeline > li:before {
  content: " ";
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #1753fc;
  left: 5px;
  width: 13px;
  height: 13px;
  z-index: 1;
}
.latest-timeline ul.timeline > li:first-child:before {
  border: 2px solid #0dd157;
}
.latest-timeline ul.timeline > li:nth-child(2):before {
  border: 2px solid #2d9eef;
}
.latest-timeline ul.timeline > li:nth-child(3):before {
  border: 2px solid #f35e90;
}
.latest-timeline ul.timeline > li:nth-child(4):before {
  border: 2px solid #fc7303;
}
.latest-timeline ul.timeline > li:nth-child(5):before {
  border: 2px solid #05a5ba;
}
.latest-timeline ul.timeline > li:nth-child(6):before {
  border: 2px solid #920bfa;
}
.latest-timeline ul.timeline > li:last-child:before {
  border: 2px solid #ec2d38;
}

.app-content.page-body {
  min-height: 67vh;
}

.time-data {
  font-size: 14px;
  font-weight: 500;
}

/*
 *  Accordion-Wizard-Form
 * ----------------------
 */
div[data-acc-content] {
  display: none;
}
div[data-acc-step]:not(.open) {
  background: #f0f0f2;
}
div[data-acc-step]:not(.open) h5 {
  color: #8e9cad;
}
div[data-acc-step]:not(.open) .badge-primary {
  background: #afb4d8;
}

#form .list-group-item:hover {
  background: none;
}

.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
  background: transparent;
}

.fc-widget-content .fc-bgevent {
  background-color: #f0f0f2 !important;
}

.apexcharts-toolbar {
  z-index: 0 !important;
  display: none;
}

.card-bgimg {
  background-size: cover;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  border: 0;
}
.card-bgimg:before {
  opacity: 0.9;
  border-radius: 3px;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: block;
  top: 0;
}
.card-bgimg .card-body {
  z-index: 10;
}

/*Horizontal Centerlogo */
@media (min-width: 992px) {
  .top-header.hor-top-header .header-brand-img {
    display: none;
  }
  .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    left: 0;
    display: block;
    position: absolute;
    margin: 0 auto;
    right: 0px;
  }
  .top-header.hor-top-header .form-inline .form-control {
    width: 175px;
  }
  .top-header.hor-top-header .header-brand {
    margin-right: 0rem;
  }

  .search-element {
    margin-top: 4px;
  }

  .sticky-pin {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
    display: none;
  }

  .header.top-header.hor-top-header {
    border-bottom: 0px;
  }

  .card.content-generator-results .voice-neural .transcribe-action-buttons {
    font-size: 8px !important;
  }
  .row.paginationData.img-upload {
    grid-template-columns: repeat(2, 1fr);
  }
  .top-nav .page-title{
    font-size: 13px;
  }
}
.icon.icon-shape {
  width: 2.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  font-size: 12px;
}

.h-250 {
  height: 150px;
}

.latest-timeline1 li {
  position: relative;
}

.latest-timeline.latest-timeline1-icon ul.timeline > li:before {
  display: none;
}

.latest-timeline1-icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-radius: 7px;
  line-height: 2rem;
  text-align: center;
  left: 0;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}

.h-330 {
  height: 330px;
}

.shadow {
  box-shadow: 0 2px 16px rgba(179, 186, 212, 0.7) !important;
}

.shadow3 {
  box-shadow: 0 0px 6px rgba(179, 186, 212, 0.7) !important;
}

.apexcharts-tooltip.light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0px 17px -5px rgba(68, 84, 195, 0.5);
}

.chart-dropshadow-primary {
  filter: drop-shadow(-6px 12px 4px rgba(68, 84, 195, 0.2));
}

.icon-dropshadow {
  filter: drop-shadow(0px 10px 4px rgb(229, 233, 242));
}

.icon-dropshadow-info {
  filter: drop-shadow(0px 4px 4px rgba(69, 170, 242, 0.3));
}

.icon-dropshadow-success {
  filter: drop-shadow(0px 4px 4px rgba(45, 206, 137, 0.3));
}

.icon-dropshadow-danger {
  filter: drop-shadow(0px 4px 4px rgba(255, 91, 81, 0.3));
}

.icon-dropshadow-warning {
  filter: drop-shadow(0px 4px 4px rgba(236, 180, 3, 0.3));
}

.chart-dropshadow {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.5));
}

.GradientlineShadow {
  filter: drop-shadow(0 -8px 4px rgba(179, 186, 212, 0.2));
}

.BarChartShadow {
  filter: drop-shadow(0px 1px 4px rgba(179, 186, 212, 0.3));
}

.donutShadow {
  filter: drop-shadow(-5px 0px 10px rgba(179, 186, 212, 0.4));
}

.transaction-table.table td {
  vertical-align: middle;
}
.transaction-table.table .apexcharts-tooltip.light {
  display: none;
}
.transaction-table.table thead th {
  padding-bottom: 20px;
}

.inde4-table tr td:first-child {
  position: relative;
}
.inde4-table tr td:first-child:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 20px;
  left: 0px;
  top: 17px;
}
.inde4-table tr:nth-child(1) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
.inde4-table tr:nth-child(2) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
.inde4-table tr:nth-child(3) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
.inde4-table tr:nth-child(4) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}
.inde4-table tr:nth-child(5) td:first-child:before {
  background: rgba(236, 180, 3, 0.7);
}
.inde4-table tr:nth-child(6) td:first-child:before {
  background: rgba(255, 91, 81, 0.7);
}
.inde4-table tr:nth-child(7) td:first-child:before {
  background: rgba(68, 84, 195, 0.7);
}
.inde4-table tr:nth-child(8) td:first-child:before {
  background: rgba(247, 45, 102, 0.7);
}
.inde4-table tr:nth-child(9) td:first-child:before {
  background: rgba(45, 206, 137, 0.7);
}
.inde4-table tr:nth-child(10) td:first-child:before {
  background: rgba(69, 170, 242, 0.7);
}

.crypto-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 4px;
  line-height: 3rem;
  text-align: center;
  font-size: 1.8rem;
  margin-right: 18px;
}

.crypto-tabs {
  padding: 0 !important;
  border: 0 !important;
}
.crypto-tabs .tabs-menu1 ul li .active {
  background: #fff;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0px 10px 10px 20px rgba(179, 186, 212, 0.09), 10px 10px 15px -5px rgb(176, 184, 214);
  border: 0px solid #ebecf1;
  border-bottom: 0;
}
.crypto-tabs .tabs-menu1 ul li a {
  display: block;
  font-size: 16px;
}

table.table-bordered.dataTable td:first-child {
  border-left: 0px solid #ebecf1 !important;
}

.js-conveyor-example:before {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to right, #f0eff1, transparent);
  z-index: 9;
  left: 0;
  top: 8px;
}
.js-conveyor-example:after {
  width: 20%;
  position: absolute;
  content: "";
  height: 60px;
  background: linear-gradient(to left, #f0eff1, transparent);
  z-index: 9;
  right: 0;
  top: 8px;
}

.user-info .social li {
  display: inline-block;
}
.user-info .social .social-icon {
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  line-height: 2.5rem;
  border-radius: 50%;
}

.date-range-btn {
  font-size: 0.9375rem;
}

.side-menu__icon {
  color: #1e1e2d;
}

.sidemneu-icon2 {
  fill: #8e98db;
}

.svg-icon {
  color: #5c678f;
  fill: #5c678f;
}

.svg-icon1 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 37.5px;
  height: 37.5px;
  background: #fff;
  padding: 8px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  color: #5c678f;
  fill: #5c678f;
}

.profile-dropdown .header-icon {
  line-height: 20px;
}

.header-option .header-icon {
  margin-top: -3px;
}
.header-option .nav-link {
  margin: 7px 0 0 0;
}

.card-custom-icon.text-success {
  fill: #2dce89;
}

.feature .feature-icon {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background: rgba(68, 84, 195, 0.2);
  text-align: center;
  font-size: 25px;
}

.expenses-card {
  padding-top: 170px;
}
.expenses-card #Chart {
  width: 105% !important;
  bottom: -15px;
  position: relative;
  left: -7px;
  height: 120px !important;
}
.expenses-card .card-body {
  position: absolute;
  top: 0;
}

.page-rightheader .breadcrumb {
  padding: 0;
  background: transparent;
}

.under-countdown .countdown {
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}

/*----- clipboard-----*/
.clip-widget {
  position: relative;
}

.clipboard-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 0px;
  background: #fff;
  color: #212529;
  border-radius: 5px;
  width: 35px;
  cursor: pointer;
  /* line-height: 37px; */
  height: 35px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.clipboard-icon i {
  margin-top: 5px;
  font-size: 20px;
}

.highlight {
  position: relative;
  background: #f7f6fd;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.highlight pre {
  margin-bottom: 0;
  max-height: 15rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/*----- clipboard-----*/
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 12px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid #4757c4;
  border-radius: 14px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  line-height: 14px;
  content: "+";
}

.usertab-list li {
  margin: 5px 0;
}

.profile-media-img {
  border: 0px solid #efefef;
  display: block;
  position: relative;
  display: block;
}
.profile-media-img h6 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
.profile-media-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  position: absolute;
}
.profile-media-img h6 a {
  position: relative;
  z-index: 999;
}

#form .list-group-item {
  padding: 25px;
}

.custom-switch {
  padding-left: 0;
  font-size: 12px;
}

.custom-switch-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-switch-indicator {
  display: inline-block;
  height: 1.25rem;
  width: 2.25rem;
  background: #f5f9fc;
  border-radius: 50px;
  position: relative;
  vertical-align: bottom;
  border: 1px solid #ebecf1;
  transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
  content: "";
  position: absolute;
  height: calc(1.25rem - 4px);
  width: calc(1.25rem - 4px);
  top: 1px;
  left: 1px;
  background: #fff;
  border-radius: 50%;
  transition: 0.3s left;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.custom-switch-input:checked ~ .custom-switch-indicator:before {
  left: calc(1rem + 1px);
}

.custom-switch-input:focus ~ .custom-switch-indicator {
  box-shadow: none;
}

.custom-switch-description {
  margin-left: 0.5rem;
  color: #6e7687;
  transition: 0.3s color;
}

.custom-switch-input:checked ~ .custom-switch-description {
  color: #1e1e2d;
}

.page-rightheader .date-range-btn {
  position: relative;
  padding-left: 40px;
}

.main-profile {
  position: relative;
  background: #FFF;
  padding: 25px;
  padding-bottom: 0;
  margin-bottom: 30px;
  border-top: 1px solid #ebecf1;
  border-radius: 8px;
  overflow: hidden;
}
.main-profile .tab-menu-heading {
  border-left: 0;
  border-right: 0;
  margin: 0 -30px;
  margin-top: 25px;
}

.profile-edit {
  position: relative;
}

.profile-share {
  width: 100%;
  padding: 10px;
  background: #fff;
  border-radius: 0 0 5px 5px;
}
.profile-share a {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
}

.main-proifle .profile-icon, .profile-footer .new, .pro-option {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}

.pro-details li {
  width: 50%;
  float: left;
  margin-bottom: 0.5rem;
}

.profile-edit textarea {
  background: #fff;
  border-radius: 5px 5px 0 0;
}
.profile-edit textarea:focus {
  background: #ebecf1;
  border: 1px solid #ebecf1;
}

.social-profile-buttons li {
  float: left;
  display: block;
}
.social-profile-buttons li a {
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  background: #d2d6f1;
  border: 2px solid #1e1e2d;
  margin: 2px;
}

.fill-white {
  fill: transparent;
}

.page-header .breadcrumb-icon {
  margin-top: 3px;
  margin-left: 4px;
}
.page-header .breadcrumb-item .svg-icon {
  width: 20px;
}
.page-header .breadcrumb-item:first-child {
  margin-top: 0;
}

.only-subscription {
  display: block;
}

.main-nav-calendar-event .nav-link {
  padding: 0;
  height: 30px;
  line-height: 30px;
}
.main-nav-calendar-event .nav-link.exclude {
  position: relative;
  opacity: 0.3;
}
.main-nav-calendar-event .nav-link.exclude:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #737688;
}

.form-wizard-title {
  line-height: 25px;
  margin-left: 10px;
}

.footer .social .social-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  border: 1px solid #ebecf1;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
}

.richText .richText-undo, .richText .richText-redo {
  border-right: #ebecf1 solid 1px !important;
}

.modal-open .select2-dropdown {
  z-index: 10000 !important;
}

.page-leftheader ol {
  padding-left: 0;
  background: none;
  padding: 0;
}
.page-leftheader .breadcrumb-item {
  font-size: 12px;
  font-family: "Lato", sans-serif;
  margin-top: 0;
}
.page-leftheader .breadcrumb-item + .breadcrumb-item::before {
  color: #1e1e2d;
  padding-left: 0;
  font: var(--fa-font-solid);
  content: "\f101";
  font-weight: 400;
  float: none;
  font-size: 8px;
}
.page-leftheader .breadcrumb-item a {
  color: #1e1e2d;
}

.sub-pageheader {
  display: flex;
  margin-bottom: 2.3rem;
  font-size: 14px;
}
.sub-pageheader .nav-link:first-child {
  padding-left: 0;
}
.sub-pageheader .nav-link:last-child {
  padding-right: 0;
}
.sub-pageheader .nav-link.border-right {
  border-right: 1px solid #cfd1e1 !important;
}

hr.pageheader-border {
  border-top: 1px solid #dfe0e7;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

@media (max-width: 992px) {
  .sub-pageheader .nav-link {
    display: none;
  }
  .sub-pageheader .left-nav .nav-link:first-child, .sub-pageheader .left-nav .nav-link:nth-child(2) {
    display: block;
  }
  .sub-pageheader .right-nav .nav-link.d-md-none {
    display: block;
  }

  .page-header {
    display: block;
  }
  .page-header .page-leftheader ol {
    padding-top: 0;
  }

  .page-rightheader h6 {
    font-size: 10px;
  }
}
.dash1-card {
  position: absolute;
}
.dash1-card p {
  font-size: 14px;
}
.dash1-card .ratio {
  position: absolute;
  right: -10px;
  top: 20px;
  padding: 5px 15px;
  background-color: #222222;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 15px 0px 0px 15px;
}
.dash1-card .ratio-text {
  position: absolute;
  top: 55px;
  right: 5px;
  font-size: 13px;
}

.sales-bar {
  min-height: 280px !important;
  position: relative;
  bottom: -21px;
  left: -10px;
}

.header-dropdown-list .ps__thumb-y {
  opacity: 0;
}

.page-header.main-pageheader {
  margin-bottom: 0;
}

.page-rightheader .breadcrumb-item a {
  color: #1e1e2d;
}
.page-rightheader .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.page-rightheader .breadcrumb-item + .breadcrumb-item::before {
  content: "\e933";
  font-family: feather !important;
  color: #1e1e2d;
  opacity: inherit;
}

.card-over {
  position: relative;
  top: -20px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background: #fff;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid #dbe2eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 1.5rem !important;
}

.bread-select {
  display: flex;
}
.bread-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px !important;
}

.emp-circle-chart {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
}

.dash1-iocns {
  padding: 6px 14px;
  border-radius: 50px;
  border: 2px dotted;
}

.country-card {
  overflow: auto;
}

#talent-chart {
  filter: drop-shadow(0 6px 4px rgba(179, 186, 212, 0.2));
}

.custom-btns .btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  line-height: 2rem;
}

.widget-user-image {
  height: 100px;
  width: 100px;
  clear: both;
  margin: 0 auto;
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  position: relative;
}

.widget-user-image-sm {
  height: 44px;
  width: 44px;
  clear: both;
  display: block;
  border-radius: 0.42rem;
  background: #E1F0FF;
  position: relative;
}

.widget-user-name {
  line-height: 1.8;
}

.vendor-image-sm {
  clear: both;
  display: block;
  position: relative;
}
.vendor-image-sm img {
  width: 20px;
}

.header .nav-link.icon i {
  color: #5c678f;
}

.mail-inbox .list-group-item {
  border: 0 !important;
}

.user-details .user-icon {
  background: #fff;
  color: #5c678f;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  border-radius: 50px;
  box-shadow: 0px 2px 3px rgba(4, 4, 7, 0.1);
  border: 1px solid #ebecf1;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
}
.user-details span.h6 {
  vertical-align: middle;
}

.item7-card-desc .fe {
  color: #5c678f;
}

.nav-link.icon .header-icon {
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  color: #1e1e2d;
  padding: 11px 10px 10px;
}

.profile-dropdown img {
  width: 40px;
  height: 40px;
  border: 1px solid #ebecf1;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  margin-top: -3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile-dropdown .nav-link {
  padding: 5px 0 0;
}

.hor-header {
  border-bottom: 1px solid #dbe2eb;
}
.hor-header .search-element {
  margin-left: 1rem;
}

@media (min-width: 992px) {
  .horizontalMenucontainer .header.top-header {
    box-shadow: none;
  }
}
@media (min-width: 991px) {
  .top-header1 .header-brand2 .header-brand-img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 18px;
  }

  .top-header1 .header-brand {
    display: none;
  }

  .top-header1 .form-inline .form-control {
    width: 250px;
  }
}
@media (max-width: 575px) and (min-width: 569px) {
  .animated-arrow.hor-toggle {
    padding: 16px 35px 16px 0px !important;
  }
}
/*---- IE11 Support ----*/
*::-ms-backdrop, .img-height {
  height: 100%;
}

*::-ms-backdrop, .img-height1 {
  height: 333px;
}

*::-ms-backdrop, .social-profile-buttons li {
  float: none;
  display: inline-block;
}

*::-ms-backdrop, .social-profile-buttons ul {
  margin-bottom: 0;
}

*::-ms-backdrop, .btn-icon.btn-svg .svg-icon {
  height: 16px;
}

*::-ms-backdrop, .price-svg .price-title {
  top: 0 !important;
}

*::-ms-backdrop, .price-svg svg {
  height: 65px !important;
}

*::-ms-backdrop, .item7-card-img {
  height: 100%;
}

*::-ms-backdrop, .main-content {
  height: 100%;
}

*::-ms-backdrop, .app-sidebar-help {
  display: none;
}

*::-ms-backdrop, .list-card .media-body {
  display: block !important;
}

*::-ms-backdrop, .media-body.time-title1 {
  display: block !important;
}

*::-ms-backdrop, .media .media-body {
  display: table-cell;
}

*::-ms-backdrop, .chat-widget-header .option-dots new-list2 .fe {
  display: block;
}

*::-ms-backdrop, .message-feed.right .media-body {
  display: table-cell;
}

*::-ms-backdrop, .message-feed.media .media-body {
  display: block;
}

*::-ms-backdrop, .main-chat-body .media .media-body {
  display: -ms-flexbox;
}

*::-ms-backdrop, .main-chat-list .media-body {
  display: block;
}

*::-ms-backdrop, .chat-widget-header .option-dots.new-list2 .fe {
  display: block;
}

*::-ms-backdrop, .card-img-top {
  height: 250px;
}

*::-ms-backdrop, .image10 {
  height: 250px;
}

*::-ms-backdrop, .card-image1 {
  height: 250px;
}

*::-ms-backdrop, .sweet-alert .sa-info.sa-icon::after {
  margin-left: 37px !important;
  top: 17px !important;
}

*::-ms-backdrop, .main-contact-info-header .media-body {
  display: block;
}

*::-ms-backdrop, .main-contact-info-body .media-body {
  display: -ms-flexbox;
}

*::-ms-backdrop, #media3 .media-body, #media1 .media-body {
  display: block;
}

*::-ms-backdrop, .page-style1 {
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

*::-ms-backdrop, .page-single, .page-single-content {
  display: block !important;
}

*::-ms-backdrop, .page-style1 .page-single-content {
  display: block !important;
}

*::-ms-backdrop, .page, .page-content {
  display: flex !important;
}

*::-ms-backdrop, .page-style1 .page-single {
  display: block !important;
}

*::-ms-backdrop, .page-content img {
  min-width: 50%;
}

*::-ms-backdrop, .chat-conatct-list .option-dots {
  padding: 2px 12px !important;
}

.sidenav-toggled .header.py-4 .header-brand .header-brand-img.desktop-lgo {
  display: flex !important;
  margin: 0;
}

*::-ms-backdrop, .chat-conatct-list .media {
  overflow: visible;
}

.data-percentage-change {
  vertical-align: middle;
}

.remove-voice {
  display: none;
}

.voice-neural-sign {
  font-size: 10px;
  color: #D13212;
  font-style: normal;
}

.no-italics {
  font-style: normal;
}

/* ==========================================================================
 *
 *    DATA TABLE STYLES
 *
 * ========================================================================== */
.data-table {
  margin-bottom: 1rem !important;
}

.dataTable tbody tr.shown + tr td:first-of-type {
  padding: 0 3rem 0 2rem;
  border-top: none;
}

.dataTable thead tr {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
  color: #3F557A;
}

.dataTable tbody td {
  font-size: 13px;
  vertical-align: middle;
  padding-right: 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-style: solid !important;
  border-color: rgb(243, 243, 243) !important;
}
.dataTable tbody td tbody td .processing {
  padding: 0.4rem 0.7rem;
  background-color: #F6AD0F;
}
.dataTable tbody td tbody td .in_progress {
  padding: 0.4rem 0.7rem;
  background-color: #F6AD0F;
}
.dataTable tbody td tbody td .completed {
  padding: 0.4rem 0.7rem;
  color: #FFF;
  background-color: #008c00;
}
.dataTable tbody td tbody td .failed {
  padding: 0.4rem 0.7rem;
  color: #FFF;
  background-color: #D13212;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit !important;
}

tbody > tr:last-child > td {
  border-bottom: 0;
}

.cell-box {
  border-radius: 35px;
  padding: 3px 15px;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
}

.cell-box.voiceover {
  padding: 3px 10px;
}

.dataTable tbody tr.shown + tr td:first-of-type {
  border-top: inherit !important;
}

.user-pending,
.user-suspended,
.support-resolved,
.support-pending,
.payout-processing,
.priority-low,
.user-group-user,
.plan-closed,
.payment-pending,
.subscription-pending,
.notification-info,
.type-file,
.voice-standard,
.transcribe-in_progress,
.plan-free {
  background: #D1D3E0;
  color: #1e1e2d;
}

.notification-new-user,
.type-both,
.notification-marketing,
.user-group-admin,
.payment-monthly,
.voice-neural,
.payment-prepaid,
.glacier {
  background: #E1F0FF;
  color: var(--primary-color);
}

.user-active,
.plan-paid,
.priority-normal,
.support-open,
.notification-announcement,
.notification-new-payment,
.plan-active,
.payment-completed,
.subscription-active,
.promocode-valid,
.payout-completed,
.blog-published,
.status-active,
.faq-visible,
.transcribe-completed,
.payment-subscription,
.user-group-subscriber {
  background: rgba(0, 188, 126, 0.1);
  color: #00bc7e;
}

.support-escalated,
.priority-high,
.payment-yearly,
.voice-both,
.deep-archive {
  background: #FFF4DF;
  color: #FF9D00;
}

.voice-mixed {
  background: #FF9D00;
}

.user-deactivated,
.support-declined,
.priority-critical,
.payment-failed,
.subscription-cancelled,
.subscription-suspended,
.subscription-expired,
.payout-cancelled,
.payout-declined,
.promocode-invalid,
.payment-cancelled,
.payment-declined,
.blog-hidden,
.notification-payout-request,
.status-deactive,
.transcribe-failed,
.faq-hidden,
.notification-warning {
  background: #FFE2E5;
  color: #ff0000;
}

.table-actions {
  font-size: 14px;
  color: #555;
}

.table-actions-dropdown {
  font-size: 12px;
  min-width: auto;
  padding: 0;
  color: #1e1e2d;
}
.table-actions-dropdown i {
  font-size: 14px;
  margin-right: 10px;
}
.table-actions-dropdown .dropdown-item {
  padding: 0.5rem 1rem;
}
.table-actions-dropdown .dropdown-item:hover, .table-actions-dropdown .dropdown-item:focus {
  background: #f5f9fc;
}

.table#subscriptionsAdminTable th, .table#subscriptionsAdminTable td {
  border-top: none !important;
}

.dataTables_wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}
.dataTables_wrapper .dataTables_filter {
  text-align: right !important;
}
.dataTables_wrapper .dataTables_filter .form-control-sm {
  padding: 0 1rem !important;
}
.dataTables_wrapper .dataTables_filter label {
  font-weight: 800;
}
.dataTables_wrapper .dataTables_length label {
  font-weight: 800;
  margin-bottom: 0.5rem !important;
  padding-top: 0.3rem !important;
}
.dataTables_wrapper .dataTables_length label select {
  margin-bottom: 2px !important;
}
.dataTables_wrapper .dataTables_length select {
  font-size: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ebecf1;
  margin-bottom: 0.5rem;
}
.dataTables_wrapper .dataTables_filter input {
  border-radius: 0;
  font-size: 12px;
  border: none;
  padding-left: 15px;
  border-bottom: 1px solid #ebecf1;
}
.dataTables_wrapper .dataTables_filter input:hover, .dataTables_wrapper .dataTables_filter input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  transition: all 0.2s;
}
.dataTables_wrapper .dataTables_filter .search-icon {
  position: absolute;
  top: 8px;
  margin-left: 5px;
  color: #728096;
}
.dataTables_wrapper .dataTables_length .custom-select:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  transition: all 0.2s;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.disabled a {
  color: #728096 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active {
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
  font-family: "Lato", sans-serif;
  font-size: 10px;
  margin-bottom: 0.5rem;
  border-radius: 0;
  color: #555;
  border-color: #ebecf1;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link:hover {
  background: #f5f9fc;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination .first .page-link {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination .last .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.dataTables_info {
  padding-left: 12px;
  font-size: 10px;
  color: #728096;
}

.details-table {
  width: 100%;
  margin-bottom: 0;
}
.details-table td {
  padding: 12px 0 12px 12px !important;
  border-top: 1px solid #ebecf1 !important;
}
.details-table audio {
  width: 100%;
}
.details-table .details-title, .details-table .details-result {
  font-weight: 700;
}

.dataTable div.slider {
  display: none;
}

table.dataTable tbody > tr.selected, table.dataTable tbody > tr > .selected {
  background-color: #f5f9fc;
  color: #1e1e2d;
}

table.dataTable thead th.dt-checkboxes-select-all, table.dataTable tbody td.dt-checkboxes-cell {
  line-height: 1;
  padding-left: 0;
}
.sound-mix table.dataTable tbody td.dt-checkboxes-cell{
  padding: 0.6rem 0.75rem;
}
table.dataTable thead th.dt-checkboxes-select-all {
  padding-left: 0.8rem;
}

@media (max-width: 575px) {
  .dataTable tbody tr.parent {
    display: contents;
  }
}
@media (max-width: 820px) {
  .dataTable tbody tr.parent {
    display: contents;
  }
}
@media (max-width: 1920px) {
  .dataTable tbody tr.parent {
    display: contents;
  }
}
#no-results-img {
  width: 200px;
  opacity: 0.7;
  margin-bottom: 0.2rem;
}

.result-play {
  background: none;
  border: none;
}

.table-info-button {
  margin-top: 2px;
}
.table-info-button i {
  padding-right: 0 !important;
}

.green {
  color: #00bc7e;
}

.red {
  color: #dc0441;
}

.yellow {
  color: #FF9D00;
}

.vertical-middle {
  vertical-align: top;
}

.table-action-buttons {
  background: #f5f9fc;
  border: 1px solid white;
  border-radius: 0.42rem;
  line-height: 2.2 !important;
  font-size: 14px;
  color: #67748E;
  width: 33px;
  height: 33px;
  text-align: center;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

.view-action-button:hover, .view-action-button:focus {
  background: #e1f0ff;
  color: var(--primary-color);
}

.edit-action-button:hover, .edit-action-button:focus {
  background: #FFF4DE;
  color: #FFA800;
}

.request-action-button:hover, .request-action-button:focus {
  background: rgba(0, 188, 126, 0.1);
  color: #00bc7e;
}

.delete-action-button:hover, .delete-action-button:focus {
  background: #FFE2E5;
  color: #F64E60;
}

.download-action-button:hover, .download-action-button:focus {
  background: #D1D3E0;
  color: #1e1e2d;
}

.transcribe-action-buttons {
  // background: var(--primary-color);
  background: #fff;
  // border: 1px solid white;
  border-radius: 50%;
  line-height: 2 !important;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
  // color: #fff;
  color: #1e1e2d;
  margin-right: 0.8rem;
  width: 26px;
  height: 25px;
  text-align: center;
  padding-right: 1px;
}

.refresh-button {
  position: absolute;
  right: 1.5rem;
  z-index: 100;
  border-radius: 3px;
}
.refresh-button i {
  font-size: 12px;
  padding-top: 3px;
  padding-right: 0;
}

.balance-highlight {
  color: var(--primary-color);
  font-weight: 600;
}

#create-category {
  position: absolute;
  right: 1.5rem;
}

/* ==========================================================================
 *
 *    INPUT FORM BOX STYLES
 *
 * ========================================================================== */
.input-box {
  margin-bottom: 1.5rem;
  position: relative;
}
.input-box h6 {
  font-family: "Lato", sans-serif;
  margin-bottom: 0.6rem;
  font-size: 12px;
}
.input-box .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  color: #1e1e2d;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  appearance: none;
  background-color: #f5f9fc;
  border-color: transparent;
  border-radius: 0.5rem;
  border-width: 1px;
  font-weight: 700;
  line-height: 1rem;
  padding: 1.5rem 1rem;
  width: 100%;
}
.input-box input:hover, .input-box input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  transition: all 0.2s;
}
.input-box textarea {
  font-weight: 400 !important;
}
.input-box textarea:hover, .input-box textarea:focus {
  border-color: var(--primary-color);
  box-shadow: none;
  transition: all 0.2s;
}

/* ==========================================================================
 *
 *    AWSELECT DROPDOWN SELECT BOX
 *
 * ========================================================================== */
.awselect {
  /* height: 60px !important; */
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 1px solid #D2D2D2 !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  background-color: white !important;
  margin-bottom: 10px;

}
.awselect .bg {
  border-radius: 10px;
}

#tts-project .awselect {
  margin-bottom: 1rem;
}

#tts-awselect .awselect {
  margin-bottom: 0.7rem;
}

.awselect .front_face {
  padding: 17px 20px !important;
}

.awselect .front_face > .bg {
  background: #ffff !important;
  color: #1e1e2d;
  border-radius: 0.5rem;
  padding: 10px 20px !important;
}

.awselect .front_face .current_value {
  font-family: "Poppins", sans-serif !important;
  font-size: 12px;
  font-weight: 700 !important;
}

.awselect .back_face {
  padding: 0px !important;
  float: left;
}

.awselect.animate2 > .bg {
  box-shadow: 0px 4px 7px -2px rgba(0, 0, 0, 0.5);
}

.awselect .back_face ul li a {
  padding: 11px 20px !important;
  float: left;
  border-bottom: 1px solid #ebecf1;
  font-family: "Poppins", sans-serif;
}

.awselect .back_face ul li a:hover {
  background: #f5f9fc;
  color: var(--primary-color);
}

.awselect .awselect-img {
  vertical-align: middle;
  border-style: none;
  width: 22px;
  max-height: 22px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 1px;
  margin-right: 7px;
}

.awselect.placeholder_animate2 .front_face .placeholder {
  color: #728096;
}

.awselect_bg {
  position: relative;
}
.awselect_bg .animate {
  opacity: 0 !important;
}

.avoid-clicks {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0.4 !important;
}

/* ==========================================================================
 *
 *    ALL VOICES
 *
 * ========================================================================== */
.voices-header h3 {
  font-size: 20px;
  font-weight: 800;
}
.voices-header p {
  font-size: 14px;
}

.voices-container {
  border: 1px solid #EBECF2;
  border-radius: 5px;
  transition: all 0.2s ease-in-out;
}
.voices-container:hover, .voices-container:focus {
  box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
}
.voices-container .voice-name {
  font-size: 14px;
  font-weight: 800;
  color: var(--primary-color);
}
.voices-container .green-audio-player {
  box-shadow: none;
  padding-left: 24px;
  padding-right: 24px;
  height: 50px;
}
.voices-container .green-audio-player .volume {
  display: none;
}
.voices-container .voice-player img {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  border: none;
}
.voices-container .voice-avatar {
  height: 60px;
  width: 70px;
  clear: both;
  margin: auto 0;
  display: block;
  border-radius: 100%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  position: relative;
  margin-left: 1.5rem;
}
.voices-container .neural-voice {
  font-size: 10px;
  font-weight: 900;
  background: #FFF4DF;
  color: #FF9D00;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 0.5rem;
}

/* ==========================================================================
 *
 *    SWAL Modal Box
 *
 * ========================================================================== */
.swal2-title {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: #1e1e2d !important;
  padding-top: 20px !important;
  text-align: center !important;
}

.swal2-html-container {
  font-size: 14px !important;
  margin-top: 1rem !important;
  text-align: center !important;
}

.swal2-actions {
  margin: 1em auto 0 !important;
}

.swal2-file {
  font-size: 14px !important;
  border: 1px solid var(--primary-color) !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.5rem !important;
}

.swal2-input {
  font-family: "Poppins", sans-serif !important;
  border-radius: 0px !important;
  padding: 1.15rem 1.3rem !important;
  font-size: 10px !important;
  color: #1e1e2d !important;
  font-weight: 600 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  margin-top: 1rem !important;
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}
.swal2-input:hover, .swal2-input:focus {
  border-color: var(--primary-color) !important;
  box-shadow: 0px 0px 3px 1px rgba(0, 123, 255, 0.4) !important;
  transition: all 0.2s !important;
}

.swal2-input-label {
  font-size: 12px;
  margin-top: 1.2rem;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  font-size: 10px !important;
  min-width: 80px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 35px !important;
  text-transform: capitalize !important;
  color: #fff !important;
  /* box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important; */
}
.blue-background.remove-footer .swal2-styled.swal2-confirm{
  text-transform: inherit !important;
}
.swal2-styled.swal2-confirm:hover, .swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14) !important;
}

.swal2-styled.swal2-confirm {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.swal2-styled.swal2-cancel {
  color: #272727d4 !important;
  background-color: #fff !important;
  border-color: #a2a2a2d4 !important;
  border: 1px solid #a2a2a2d4 !important;
}

.swal2-select {
  font-size: 13px !important;
  color: #1e1e2d !important;
  margin: 1em 4em 3px !important;
}

/* ==========================================================================
*
*    GREEN AUDIO PLAYER
*
* ========================================================================== */
.voice-player {
  position: relative;
}
.voice-player img {
  position: absolute;
  padding: 0 1.5rem;
  border: 1px solid #EBECF2;
  border-radius: 20px;
  background: #fff;
  top: -15px;
  left: 75px;
}
.voice-player i {
  position: absolute;
  top: 27px;
  right: 21px;
}

.green-audio-player {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  padding-left: 100px;
  padding-right: 25px;
  width: auto;
  min-width: auto;
  height: 70px;
}
.green-audio-player .slider .progress .pin {
  background-color: #1e1e2d;
}
.green-audio-player .controls span {
  color: #1e1e2d;
}
.green-audio-player .controls {
  color: #1e1e2d;
  font-size: 10px;
  margin-left: 20px;
}
.green-audio-player .slider .gap-progress .pin {
  background: #1e1e2d;
}
.green-audio-player .slider .gap-progress {
  background: #1e1e2d;
}

#user-result .green-audio-player {
  padding-left: 24px;
  padding-right: 24px;
  height: 50px;
}

.green-audio-player .play-pause-btn svg {
  width: 12px;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}

.green-audio-player .volume .volume__button svg {
  width: 16px;
}

.green-audio-player .download .download__link svg {
  width: 16px;
  margin-right: 0.3rem;
}

.green-audio-player .holder .play-pause-btn path {
  fill: #1e1e2d;
}

.green-audio-player .volume .volume__button path {
  fill: #1e1e2d;
}

.green-audio-player .volume .volume__button.open path {
  fill: #1e1e2d;
}

.green-audio-player .volume .volume-btn.open path {
  fill: #1e1e2d;
}

.green-audio-player .download .download__link path {
  fill: #1e1e2d;
}

.tooltip {
  font-size: 11px;
}

.tooltip-inner {
  padding: 5px 15px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 15px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

.info-notification {
  padding: 3px 6.5px 3px 6.4px;
  background: #1e1e2d;
  color: white;
  font-size: 9.5px;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  cursor: pointer;
  margin-bottom: -7px;
}

.green-color {
  color: #007e08;
}

#listen-result-player .green-audio-player {
  padding-left: 10px !important;
  padding-right: 10px !important;
  height: 56px !important;
  box-shadow: none !important;
}

#listenModal .modal-footer {
  justify-content: center;
}

#listenModal .modal-body {
  padding-bottom: 10px;
}

#notificationModal .modal-title {
  line-height: 1.7;
  text-transform: none;
}

#waveform-box {
  display: none;
}
#waveform-box .result-play i.fa{
  line-height: unset !important;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
}
#waveform-box a#downloadBtn.result-play{
  display:inline-block;
}
#return-sound {
  position: absolute;
  right: 0;
  margin-right: 1rem;
}

#list-music {
  line-height: 2;
}

/* ==========================================================================
 *
 *    PROFILE/EDIT - USERS
 *
 * ========================================================================== */
.card-body table tbody tr {
  font-size: 12px;
}

.intl-tel-input .flag-dropdown .selected-flag {
  margin-left: 2px;
  border: none;
  background: none;
}

#phone-number {
  padding-left: 55px;
}

.country-users h6 {
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 1rem;
}
.country-users ul {
  -moz-column-count: 3;
       column-count: 3;
  font-size: 12px;
}
.country-users ul li {
  margin-bottom: 0.5rem;
}

.special-btn {
  padding: 0.68rem 15px !important;
}

.usage-icon i {
  font-size: 30px;
  padding-top: 0.3rem;
  color: var(--primary-color);
}

.progress {
  background-color: #ECF4F7;
  overflow: visible;
  border-radius: 10px !important;
}
.progress .zip-bar {
  box-shadow: 0 3px 7px rgba(0, 123, 255, 0.5) !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.progress .documents-bar {
  box-shadow: 0 3px 10px rgba(255, 157, 0, 0.5) !important;
}
.progress .subscription-bar {
  box-shadow: 0 3px 7px rgba(0, 123, 255, 0.5) !important;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.progress .media-bar {
  box-shadow: 0 3px 7px rgba(239, 75, 75, 0.5) !important;
}
.progress .images-bar {
  box-shadow: 0 3px 7px rgba(10, 187, 135, 0.5) !important;
}
.progress .empty-bar {
  box-shadow: 0 3px 7px rgba(245, 249, 252, 0.5) !important;
}

.label {
  align-items: center;
  display: flex;
}
.label .label-dot {
  border-radius: 8px;
  display: block;
  flex: none;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}
.label .label-title {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
}
.label .zip {
  background: var(--primary-color);
}
.label .documents {
  background: #FF9D00;
}
.label .media {
  background: #ef4b4b;
}
.label .images {
  background: #0abb87;
}
.label .empty {
  background: #f5f9fc;
}

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

#dashboard-background {
  background-image: url(/img/files/waves.png);
  background-size: cover;
}

.yellow {
  color: #FF9D00;
}

.file-placeholder-container {
  position: relative;
}

.file-placeholder {
  color: rgb(236, 244, 247);
  margin-right: 1rem;
}

.file-placeholder-text {
  position: absolute;
  font-size: 7px;
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  color: var(--primary-color);
  top: 36%;
  left: 8px;
}

#return-sound {
  position: absolute;
  right: 0;
  margin-right: 1.2rem;
  top: 17px;
}

/* ==========================================================================
 *
 *    SUPPORT/CREATE - USERS
 *
 * ========================================================================== */
.ql-toolbar.ql-snow {
  border: 1px solid #ced4da;
  font-family: "Lato", sans-serif;
  background: #fff;
}

.ql-container.ql-snow {
  border: 1px solid #ced4da;
  font-family: "Lato", sans-serif;
}

/* ==========================================================================
 *
 *    RESULT/SHOW - USERS/ADMINS
 *
 * ========================================================================== */
#user-text {
  border: 1px solid #ced4da;
  padding: 10px 20px;
  font-size: 14px;
}

.actions-total button.btn {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 0;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.actions-total button:hover {
  background-color: var(--primary-color);
  color: #FFF;
  transition: all 0.2s ease;
}

.actions-total a.btn {
  padding: 0.5rem 0.5rem;
  background-color: #FFF;
  width: 48%;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: unset;
  font: normal normal normal 13px/30px Poppins;
}

.actions-total a:hover {
  background-color: var(--primary-color);
  color: #FFF;
  transition: all 0.2s ease;
}

/* ==========================================================================
 *
 *    FLASH ALERT MESSAGES
 *
 * ========================================================================== */
.alert {
  z-index: 1000;
  position: absolute;
  right: 2rem;
  margin-top: 2rem;
  font-size: 12px;
  line-height: 2.2;
  color: #fff;
  font-weight: 600;
  border: none !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.alert i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 3px;
}

.alert-login {
  right: auto;
  width: 66.7% !important;
  top: 10px !important;
}

.alert-success {
  background: #00c851 !important;
}

.alert-info {
  background: #33b5e5 !important;
}

.alert-warning {
  background: #fb3 !important;
}

.alert-danger {
  background: #ff3547 !important;
}

.close {
  line-height: 1.3;
  opacity: 0.8;
  color: #fff;
  padding: 0 0.5rem 0 0;
}

#verify-email .alert {
  font-size: 10px;
  line-height: 3;
}

/* ==========================================================================
 *
 *    MODAL STYLES
 *
 * ========================================================================== */
.modal-header {
  padding: 1rem 2rem;
  border-bottom: none;
}
.modal-header .close {
  color: #1e1e2d;
}

.modal-title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.modal-title i {
  font-weight: 600;
  margin-right: 0.5rem;
  color: var(--primary-color);
}
.modal-title button {
  outline: none;
  color: #1e1e2d;
}

.modal-body {
  padding-top: 5px;
  padding-bottom: 1.5rem;
}
.modal-body p {
  font-size: 12px;
  margin-bottom: 0;
}

.modal-footer {
  padding: 0 10px 0 0;
  border-top: none;
}

.modal-footer-awselect {
  display: inline-flex !important;
  float: right !important;
}

/* ==========================================================================
 *
 *    TTS STYLES
 *
 * ========================================================================== */
.special-buttons .btn-special {
  background: #f5f9fc;
  border-radius: 0.5rem;
  font-size: 12px;
  margin-right: 1rem;
  font-weight: 600;
  width: 100%;
  height: 38px;
}
.special-buttons .btn-special:hover, .special-buttons .btn-special:focus {
  background: var(--primary-color);
  color: #fff;
}
.special-buttons .dropdown-toggle::after {
  vertical-align: middle;
}
.special-buttons .dropdown-menu {
  border-radius: 0;
  font-size: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  margin-top: 3px;
  width: 100%;
  max-height: 400px;
  overflow: auto;
}
.special-buttons .dropdown-item {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.special-buttons .dropdown-item:hover, .special-buttons .dropdown-item:focus {
  background-color: #f5f9fc;
}

#textarea-outer-box {
  border: 1px solid #ebecf1;
  position: relative;
}
#textarea-outer-box .input-label {
  position: absolute;
  top: 0;
  padding-left: 5px;
  font-size: 14px;
  color: #728096;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#textarea-outer-box .input-label::after {
  content: "";
  position: absolute;
}
#textarea-outer-box .input-label-content {
  position: relative;
  padding: 0 5px;
  color: #728096;
  background-color: #FFF;
  opacity: 1;
  display: inline-block;
  transform-origin: 0 0;
  top: -7px;
  left: 15px;
  font-size: 10px;
}
#textarea-outer-box .input-label-main {
  top: -13px;
}
#textarea-outer-box #textarea-container {
  min-height: 300px;
  background: #f5f9fc;
  height: auto;
  padding-bottom: 0.7rem;
}
#textarea-outer-box #textarea-container .textarea-row {
  display: flex;
  padding: 10px 15px;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-voice {
  padding-left: 1rem;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-voice div {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  height: 30px;
  width: 30px;
  clear: both;
  border-radius: 100%;
  position: relative;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-voice div img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#textarea-outer-box #textarea-container .textarea-row .textarea-text {
  width: 100%;
  margin: 0 2rem;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-text textarea {
  min-height: 37px;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  border-radius: 0px;
  padding: 0.6rem 1rem;
  color: #1e1e2d;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  border: 0 solid transparent;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control:hover, #textarea-outer-box #textarea-container .textarea-row .textarea-text .form-control:focus {
  background: #fff;
  border: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-out 0s;
  border-color: transparent;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons {
  display: flex;
  margin-right: 0.5rem;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .buttons {
  border: none;
  box-shadow: none;
  margin-right: 0.5rem;
  transition: all 0.1s ease;
  text-shadow: 0px 1px 2px rgba(50, 50, 50, 0.2);
}
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .synthesizeText:hover, #textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .synthesizeText:focus {
  background-color: var(--primary-color);
  color: white;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .addPause:hover, #textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .addPause:focus {
  background-color: #FF9D00;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .deleteText:hover, #textarea-outer-box #textarea-container .textarea-row .textarea-actions .textarea-buttons .deleteText:focus {
  background-color: red;
  color: white;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
#textarea-outer-box #textarea-container #addTextRow {
  transition: all 0.05s ease-in-out;
  text-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2);
}
#textarea-outer-box #textarea-container #addTextRow:hover, #textarea-outer-box #textarea-container #addTextRow:focus {
  background: var(--primary-color);
  color: #FFF;
  border-radius: 50%;
  padding-bottom: 8px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

#upload-file button {
  background-color: var(--primary-color);
  color: #FFF;
}
#upload-file button:hover, #upload-file-sm button:focus {
  background-color: #1e1e2d;
}
#upload-file-sm button {
  background-color: var(--primary-color);
  color: #FFF;
}
#upload-file-sm button:hover, #upload-file-sm button:focus {
  background-color: #1e1e2d;
}

#textarea-box .form-control {
  font-size: 12px !important;
}

#textarea-box .input-label {
  position: absolute;
  top: 0;
  padding-left: 5px;
  font-size: 14px;
  color: #728096;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#textarea-box .input-label::after {
  content: "";
  position: absolute;
}

#textarea-box .input-label-content {
  position: relative;
  padding: 0 5px;
  color: #728096;
  background-color: #FFF;
  opacity: 1;
  display: inline-block;
  transform-origin: 0 0;
  top: -13px;
  left: 15px;
  font-size: 10px;
}

.input-label-content-modal {
  top: -7px !important;
}
div.special-buttons#style-box .dropdown-item{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.special-buttons#style-box .dropdown-item div.group-btn{
  height: unset;
  border: 0 !important;
}
div.special-buttons#style-box .dropdown-item div.group-btn .btn-special{
  margin: 0;
  padding: 3px 5px;
  height: unset;
  border: 1px solid #D2D2D2;
}
.filter-added span#style-filter {
  position: absolute;
  bottom: 4px;
  left: 12px;
}
.filter-added span#style-filter input[type=checkbox]{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f5f9fc;
    color: var(--primary-color);
    top: 5px;
    height: 15px;
    width: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    border-radius: 3px;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.filter-added span#style-filter .input-control:checked {
  background-color: var(--primary-color);
  color: #FFF;
  transition: all 0.2s;
}
.filter-added span#style-filter .input-control:checked::before {
  position: absolute;
  font: 9px/1 "Open Sans", sans-serif;
  left: 5px;
  top: 2px;
  content: "⅃";
  transform: rotate(40deg);
}
.filter-added span#style-filter label#only-style-label{
  margin-left: 5px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding-top: 3px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
/* ==========================================================================
 *
 *   Choose Your Avtar
 *
 * ========================================================================== */
div#avtar-list .card-header {
    display: flex;
    justify-content: space-between;
}
div#avtar-list .profile-avtar{
    text-align: center;
}
div#avtar-list .profile-avtar.grid-view{
  display: grid!important;
  grid-template-columns: repeat(6,1fr);
  gap: 15px;
  max-height: 330px;
  overflow: auto;
  padding-top: 20px;
  margin-bottom: 15px;
  /* background: #F9FBFC 0% 0% no-repeat padding-box;
  border: 1px solid #F2F2F4;
  border-radius: 5px;
  padding: 20px 0; */
}
div#avtar-list .profile-avtar.grid-view::-webkit-scrollbar-thumb{
  border-radius: 5px !important;
  background: #00b7ff59!important;
}
div#avtar-list .profile-avtar.grid-view::-webkit-scrollbar{
  width: 10px;
}
.create-avatar form#create_avatar_form .form-group.d-flex.new-group {
  gap: 10px;
  align-items: center;
}
.create-avatar form#create_avatar_form .form-group.d-flex.new-group .dropdown.bootstrap-select{
  width: 94%!important;
}
.create-avatar form#create_avatar_form .form-group.d-flex.new-group .dropup .dropdown-toggle::after{
  border-bottom: 0;
}
.create-avatar .dropdown.bootstrap-select button.dropdown-toggle{
  font-size: 14px;
}
.create-avatar .dropdown.bootstrap-select button.dropdown-toggle .filter-option-inner-inner img {
  margin-right: 5px;
}
#login-background.d-none-sm-xs .login-bg {
  background-size: cover !important;
  background-position: right;
}
@media only screen and (min-width: 1800px) {
  div#avtar-list .profile-avtar.grid-view{
  grid-template-columns: repeat(8,1fr)!important;
  }
}
@media only screen and (min-width: 1600px) {
  div#avtar-list .profile-avtar.grid-view{
  grid-template-columns: repeat(7,1fr);
  }
}
@media only screen and (max-width: 1300px) {
  div#avtar-list .profile-avtar.grid-view{
  grid-template-columns: repeat(4,1fr);
  }
}
@media only screen and (max-width: 1024px) {
  div#avtar-list .profile-avtar.grid-view{
  grid-template-columns: repeat(3,1fr);
  }
  .no-overflow-c{
    width: 100%;
    overflow-x: auto;
  }
  .video-editor .library .panel .tab-container .tab-header .tab {
    padding: 7px 7px !important;
    font-size: 9px;
  }
  .video-editor .library .panel p.more {
    font-size: 14px;
  }
  .video-editor .library .panel .file-upload-info {
    font-size: 12px;
  }
  ul.new_course_wizard {
    gap: 20px !important;
    max-width: 100% !important;
  }
  .new_course_wizard.nav.nav-tabs .nav-item {
    min-width: 50% !important;
  }
  .nav-tabs.course-wizard:before {
    top: 50% !important;
    left: 50% !important;
    width: 1px !important;
    height: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  div#avtar-list .profile-avtar.grid-view{
  grid-template-columns: repeat(3,1fr);
  }
}
@media only screen and (max-width: 567px) {
  div#avtar-list .profile-avtar.grid-view{
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 10px;
  }
  .nav-tabs.course-wizard .nav-item .nav-link p {
    margin: 0!important;
  }
  .nav-tabs.course-wizard .nav-item .nav-link {
    height: auto !important;
  }
  .nav-tabs.course-wizard .nav-item {
    height: auto !important;
  }
  .nav-tabs.course-wizard .nav-item .nav-link span {
    font-size: 16px !important;
    line-height: 1;
  }
  .nav-tabs.course-wizard .nav-item .nav-link p {
    font-size: 12px;
    line-height: 1.3;
  }
  .nav-tabs.course-wizard .nav-item:before {
    height: auto !important;
  }
  .nav-tabs.course-wizard .nav-item:after {
    display: none !important;
  }
}
div#avtar-list .profile-avtar .img-box {
    width: 139px;
    position: relative;
    margin: 0 auto;
    gap: 5px;
    margin-bottom: 10px;
}

div#avtar-list .profile-avtar .slick-prev,div#avtar-list .profile-avtar .slick-next{
    top: 38%;
}
div#avtar-list .profile-avtar .slick-prev:before {
  color: var(--primary-color);
  font-size: 30px;
}

div#avtar-list .profile-avtar .slick-next:before {
  color: var(--primary-color);
  font-size: 30px;
}
div#avtar-list .profile-avtar span.item img {
    // border: 7px solid #F5F5F5;
    // padding: 3px;
    box-sizing: content-box;
}
div#avtar-list .profile-avtar input[type="radio"]:checked+span:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -4px;
  width: calc(100% + 3px);
  height: 142px;
  border: 2px solid #49ADF4;
  border-radius: 8px;
  padding: 5px;
}
div#avtar-list .profile-avtar input[type="radio"]:checked + img {
  border: 7px solid #FFFFFF;
}
div#avtar-list .profile-avtar #show-avatar {
  position: absolute;
  bottom: -4px;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  width: 86%;
  height: 24px;
  background: #4b4b4b99;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  box-sizing: content-box;
  cursor: pointer;
}
div#avtar-list .profile-avtar #show-avatar p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10ch;
}
// div#avtar-list .choose-av button#upload-music {
//   background: transparent linear-gradient(103deg, #00B0FC 0%, #00F597 100%) 0% 0% no-repeat padding-box;
//   box-shadow: 0px 3px 6px #00000029;
//   border-radius: 21px;
//   border: 0;
//   height: 42px;
//   min-width: 175px;
//   margin: 0 auto;
//   display: block;
// }
button#upload-music:disabled {
  color: #fff !important;
  background: #979797 !important;
}
// div#avtar-list .profile-avtar span.item:hover img {
//     border: 2px solid var(--primary-color);
// }
div#avtar-list .profile-avtar span.item p {
    font-size: 13px;
    // font-weight: 600;
    margin: 0;
}
div#avtar-list .profile-avtar span.item{
    position: relative;
    padding-bottom: 10px;
}
div#avtar-list .profile-avtar span.item .img-box input#toggle, div#avtar-list .profile-avtar span.item .img-box input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

div#avtar-list .profile-avtar span.item .img-box input[type=checkbox] .checkicon:before {
    opacity: 0;
}

div#avtar-list .profile-avtar span.item .img-box input[type=checkbox]:checked ~ .checkicon:before {
    content: "✓";
    position: absolute;
    top: 11px;
    right: 11px;
    width: 26px;
    height: 26px;
    opacity: 1;
    font-size: 17px;
    background-color: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#avtar-list .profile-avtar span.item input[type=checkbox]:checked ~ img{
    border: 2px solid var(--primary-color);
}
/* -------------------------------------------- */
/* 		Textarea Counter and Button
/* -------------------------------------------- */
.jQTAreaExt {
  margin-bottom: 0;
  height: 2px;
  background-color: var(--primary-color);
}

#textarea-settings {
  padding: 5px 0 14px;
}
.content-generator #gen-form .left-drop #textarea-settings {
  padding: 5px 0 0;
}
#textarea-settings .character-counter {
  float: left;
}

#textarea-settings .jQTAreaCount,
#textarea-settings .jQTAreaValue {
  font-style: normal;
}

#textarea-settings .clear-button {
  float: right;
  font-size: 10px;
}

#textarea-settings .clear-button button {
  font-size: 10px;
  color: #728096;
  padding-right: 0;
  background: none;
  border: none;
  outline: none;
  text-decoration: none;
}

#textarea-settings .clear-button button:hover {
  color: var(--primary-color);
}

#textarea-settings .character-counter {
  font-style: normal;
  font-size: 10px;
  color: #728096;
}
.content-generator #gen-form .left-drop .character-counter{
  font-size: 12px;
}
.content-generator #gen-form .left-drop .input-box {
  margin-bottom: 0.75rem;
}
// .main-action-button {
//   width: 142px;
//   font-size: 12px !important;
// }

#processing {
  display: none;
}

/* -------------------------------------------- */
/* 		Radio Button Checkboxes
/* -------------------------------------------- */
#audio-format,
#voice-types {
  display: inline-flex;
}
#audio-format .radio-control,
#voice-types .radio-control {
  display: inline-flex;
}
#audio-format .radio-control,
#voice-types .radio-control {
  display: inline-flex;
}
#audio-format .radio-control:hover > .label-control,
#voice-types .radio-control:hover > .label-control {
  color: var(--primary-color);
  cursor: pointer;
}
#audio-format .input-control,
#voice-types .input-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  position: relative;
  background-color: #f5f9fc;
  color: var(--primary-color);
  top: 5px;
  height: 15px;
  width: 15px;
  border: 0;
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
  border-radius: 3px;
}
#audio-format .input-control:checked::before,
#voice-types .input-control:checked::before {
  position: absolute;
  font: 9px/1 "Open Sans", sans-serif;
  left: 5px;
  top: 2px;
  content: "⅃";
  transform: rotate(40deg);
}
#audio-format .input-control:checked,
#voice-types .input-control:checked {
  background-color: var(--primary-color);
  color: #FFF;
  transition: all 0.2s;
}
#audio-format .input-control:checked + .label-control,
#voice-types .input-control:checked + .label-control {
  color: var(--primary-color);
}
#audio-format .label-control,
#voice-types .label-control {
  margin-left: 5px;
  margin-bottom: 0;
  margin-right: 1rem;
  padding-top: 3px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.8;
}
#audio-format .label-control:hover,
#voice-types .label-control:hover {
  color: var(--primary-color);
}

#voice-types .label-control {
  padding-top: 2px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

#mp3-format,
#ogg-format,
#webm-format,
#wav-format {
  line-height: 1;
}
#mp3-format .label-control,
#ogg-format .label-control,
#webm-format .label-control,
#wav-format .label-control {
  line-height: 1.8 !important;
}

.block-radio {
  cursor: not-allowed !important;
}

.block-label {
  color: #708096 !important;
}
.block-label:hover, .block-label:focus {
  cursor: not-allowed !important;
}

/* -------------------------------------------- */
/* 		Create Project
/* -------------------------------------------- */
.pt-align {
  padding-top: 19px;
}

.create-project {
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
  border-radius: 0.5rem;
  background-color: var(--primary-color);
  color: #FFF;
}
.create-project:hover {
  cursor: pointer;
  background-color: #1e1e2d;
  color: #FFF;
}

.file-buttons {
  font-size: 12px;
  font-weight: 600;
  height: 38px;
  min-width: 123px;
}

#merge-button {
  border-radius: 45px;
  background-color: var(--primary-color);
  color: #FFF;
  min-width: 160px;
}
#merge-button:hover, #merge-button:focus {
  background-color: #1e1e2d;
}

#merge-button-top {
  margin-bottom: 3.6rem;
}

.merge-processing {
  background-color: #FFF !important;
}

.create-project-info {
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

#delete-project:hover {
  background-color: #ec2d38;
}

#merge-ogg {
  line-height: 1;
}
#merge-ogg .label-control {
  line-height: 1.5 !important;
}

/* ==========================================================================
 *
 *    DATABASE BACKUP TABLE
 *
 * ========================================================================== */
#database-backup {
  font-family: "Poppins", sans-serif;
}
#database-backup tr th, #database-backup tr td {
  vertical-align: middle !important;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-color: rgb(243, 243, 243) !important;
  border-style: dashed;
}
#database-backup tr:hover td {
  background-color: #f5f9fc !important;
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

/* ==========================================================================
 *
 *    SEARCH FIELD IN NAVBAR
 *
 * ========================================================================== */
#search-field input[type=search] {
  background: #fff url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
  border: solid 1px #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 10em;
  transition: all 0.5s;
  width: 15px;
  padding-left: 10px;
  color: #1e1e2d;
  cursor: pointer;
  margin-top: 6px;
  font-weight: 600;
}

#search-field input[type=search]:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 5px rgba(109, 207, 246, 0.5);
  width: 300px;
  padding-left: 32px;
  color: #000;
  background-color: transparent;
  cursor: auto;
}

#search-field input[type=search]:hover {
  background-color: transparent;
}

#search-field input:-moz-placeholder {
  color: #fff;
}

#search-field input::-webkit-input-placeholder {
  color: #fff;
}

/* ==========================================================================
 *
 *    CHECKOUT
 *
 * ========================================================================== */
.checkout-wrapper-box {
  border: 1px solid #ebecf1;
  padding: 1.5rem 2rem;
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 1rem;
}
.checkout-wrapper-box label.gateway {
  margin-bottom: 1rem;
  width: 115px;
  height: 40px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}
.checkout-wrapper-box label.gateway:hover, .checkout-wrapper-box label.gateway:focus {
  border: 1px solid var(--primary-color);
}
.checkout-wrapper-box label.gateway .active, .checkout-wrapper-box label.gateway .focus {
  border: 1px solid var(--primary-color) !important;
}
.checkout-wrapper-box label.btn:focus, .checkout-wrapper-box label.btn.focus, .checkout-wrapper-box label.btn.active {
  border: 1px solid var(--primary-color) !important;
}
.checkout-wrapper-box .btn-group {
  margin-bottom: 1.4rem;
}
.checkout-wrapper-box #BankTransferCollapse {
  border: 1px solid #ebecf1;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.checkout-wrapper-box #BankTransferCollapse p {
  line-height: 1.2rem;
  text-align: justify;
}
.checkout-wrapper-box #BankTransferCollapse pre {
  text-align: left;
  border-radius: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.checkout-title {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}

.checkout-cost {
  float: right;
  font-weight: 800;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}

.checkout-success {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
}

.gateway-radio {
  display: none;
  bottom: 0;
  right: 0;
}

.gateway-logo {
  width: 5%;
  margin-right: 0.5rem;
}

.gateway-small-logo {
  width: 3% !important;
}

.transaction-gateway-logo {
  width: 50%;
}

.payment-image {
  width: 70%;
  padding-top: 7px;
}

.payment-image-braintree {
  width: 70%;
  padding-top: 7px;
}

.payment-image-mollie {
  width: 40%;
  padding-top: 5px;
}

.payment-image-coinbase {
  width: 60%;
  padding-top: 5px;
}

.p-family {
  font-family: "Poppins", sans-serif;
}

#promocode-apply {
  padding: 0.67rem 15px;
}

.tabs-menu ul {
  padding: 5px 7px;
  background: #f5f9fc;
  border-radius: 1.5rem;
}

.tabs-menu ul li a {
  width: auto;
  text-transform: none;
  border-radius: 1rem;
}

/* ==========================================================================
 *
 *    INSTALLATION STYLES
 *
 * ========================================================================== */
#install-wrapper i {
  padding: 1.5rem 2.5rem;
  background: #f5f9fc;
  border-radius: 10px;
  margin-bottom: 2rem;
  color: var(--primary-color);
  font-size: 68px;
}
#install-wrapper .svg-success {
  color: #28a745 !important;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}
#install-wrapper .svg-error {
  color: #D13212 !important;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.install-path span {
  padding: 0.3rem 0.4rem;
  background-color: #FFF;
  width: 35px;
  border: none;
  outline: none;
  text-decoration: none;
  border-radius: 5px;
  color: #1e1e2d;
  margin-right: 0.1rem;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.install-path span.active {
  background-color: var(--primary-color) !important;
  color: #FFF;
}

.install-notification .alert,
#manual-activation .alert {
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: normal;
  width: 100% !important;
}

#install-footer {
  position: absolute;
  bottom: 0;
  left: 42%;
}

#upgrade {
  min-width: 154px;
}

#installed-info {
  display: none;
}

/* ==========================================================================
 *
 *    REFERRALS
 *
 * ========================================================================== */
.referral-icon {
  vertical-align: middle;
  color: #ffab00;
  text-shadow: 0 1px 2px rgba(50, 50, 50, 0.2);
}

.referral-icon-user i {
  font-size: 20px;
  color: var(--primary-color);
  line-height: 59px;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  border-radius: 50%;
  background-color: #f5f9fc;
  margin-bottom: 0.5rem;
}

.referral-social-icons .actions-total a.btn {
  padding: 0.45rem 0.4rem;
  width: 37px;
  margin-right: 0.3rem;
  border-radius: 5px;
}

.form-control:disabled, .form-control[readonly] {
  color: var(--primary-color);
  font-weight: 700;
}

.input-group-btn {
  position: absolute;
  right: 0;
  top: 1px;
}

#invite-friends-button {
  padding: 0.75rem 15px !important;
  z-index: 100 !important;
}

#left-direction {
  position: absolute;
  top: 27px;
  left: 65%;
}

#right-direction {
  position: absolute;
  top: 15px;
  left: 65%;
}

.referral-box {
  padding: 2rem;
  margin-right: 1rem;
  border: 1px solid #FFF;
  border-radius: 5px;
  transition: all 0.2s;
}
.referral-box:hover, .referral-box:focus {
  color: var(--primary-color);
  box-shadow: 0 0 12px rgba(33, 33, 33, 0.2) !important;
}
.referral-box:hover i, .referral-box:focus i {
  color: #ffab00;
}
.referral-box i {
  font-size: 34px;
  line-height: 1rem;
}
.referral-box a {
  font-family: "Poppins", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.referral-guideline {
  line-height: 2;
  border-radius: 0;
  font-family: "Poppins", sans-serif;
}

#option-bank {
  line-height: 1;
}
#option-bank label {
  line-height: 1.5;
}

/* ==========================================================================
 *
 *    MEDIA FILE UPLOADS CONTAINER (FILEPOND PLUGIN)
 *
 * ========================================================================== */
#upload-container {
  cursor: pointer;
}

#upload-container audio {
  display: none;
}

.filepond--root {
  color: #1e1e2d;
  border-radius: 0.4rem;
  margin-bottom: 0;
}

.filepond--drop-label.filepond--drop-label label {
  font-weight: 800;
}
.filepond--drop-label.filepond--drop-label label .restrictions {
  font-size: 10px;
  font-weight: 600;
}
.filepond--drop-label.filepond--drop-label label .restrictions-highlight {
  color: var(--primary-color);
}

.filepond--drop-label.filepond--drop-label label:hover {
  cursor: pointer;
}

.filepond--drop-label {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #1e1e2d;
  height: 120px;
}

.filepond--browser.filepond--browser {
  bottom: 1.75em;
}

.filepond--file-info {
  font-weight: 400;
}

.filepond--item-panel {
  background: #1e1e2d;
}

.filepond--panel-root {
  background-color: #FFF;
}

.filepond--label-action {
  text-decoration: none;
  color: var(--primary-color);
}

.filepond--label-action:hover {
  color: #0e2e40;
}

.filepond--file-status {
  flex-shrink: 1;
}
.filepond--file-status .filepond--file-status-sub {
  display: none;
}

[data-filepond-item-state*=invalid] .filepond--item-panel, [data-filepond-item-state*=error] .filepond--item-panel {
  background-color: #c44e47 !important;
}

.task-heading {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  color: #1e1e2d;
  font-weight: 700;
}

/* ==========================================================================
 *
 *    AUDIO RECORDING (FLIPCLOCK PLUGIN)
 *
 * ========================================================================== */
.countdown.flip-clock-wrapper {
  padding-left: 0.9rem;
}

.countdown.flip-clock-wrapper ul {
  height: 52.5px;
  margin: 0 2.05px 0 2.11px;
  width: 35px;
}

.countdown.flip-clock-wrapper ul li {
  line-height: 52.5px;
}

.countdown.flip-clock-wrapper .flip {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.countdown.flip-clock-wrapper ul li a div div.inn {
  color: #FFF;
  background-color: #1e1e2d;
  font-size: 35px;
}

.countdown .flip-clock-dot {
  height: 7px;
  left: 7px;
  width: 7px;
  background: #1e1e2d;
}

.countdown .flip-clock-divider {
  height: 52.5px;
}

.countdown .flip-clock-divider .flip-clock-label {
  font-size: 8.75px;
  float: none;
  top: -2em;
  right: -52px;
  text-align: center;
  color: #1e1e2d;
}

.countdown .flip-clock-divider.seconds .flip-clock-label {
  right: -57px;
  margin-bottom: 0.5rem;
}

.countdown .flip-clock-divider.minutes .flip-clock-label {
  right: -55px;
}

/* -------------------------------------------- */
/* 		RECORDING ACTION BUTTONS
/* -------------------------------------------- */
#record-buttons {
  display: inline-flex;
  margin-top: 0.7rem;
}

#record-buttons .controls {
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  color: #FFF;
  width: 150px;
  font-size: 12px;
  border: none;
  outline: none;
  position: relative;
  border-radius: 35px;
  background-color: #1e1e2d;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

#record-buttons .controls i {
  margin-right: 7px;
}

#record-buttons .controls:hover {
  background-color: #1e1e2d;
  color: #FFF;
  transition: ease 0.2s all;
}

#record-buttons #record {
  margin-right: 5px;
}

#record-buttons .active {
  background-color: #DD2C00;
}

.is-recording {
  background-color: #1e1e2d;
  color: #FFF;
}

.is-blocked {
  cursor: not-allowed !important;
}

#transcribe-audio-format {
  font-size: 10px;
  color: #888;
  font-weight: 400;
  display: none;
}

#error {
  display: none;
  margin-top: 1.5rem;
}

#error span {
  color: #FFF;
  font-size: 12px;
  background: #DD2C00;
  padding: 0.5rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

/*------------------------------------------*/
/*    Audio Player Element
/*------------------------------------------*/
#recordings {
  display: none;
  margin-top: 2rem;
}

#recordings.green-audio-player {
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  height: 30px;
}

#recordings.green-audio-player .slider .progress .pin {
  background-color: #1e1e2d;
}

#recordings.green-audio-player .controls span {
  color: #1e1e2d !important;
}

#recordings.green-audio-player .controls {
  color: #1e1e2d;
  font-size: 10px;
}

#recordings.green-audio-player .slider .gap-progress .pin {
  background: #1e1e2d;
}

#recordings.green-audio-player .slider .gap-progress {
  background: #1e1e2d;
}

#recordings.green-audio-player .play-pause-btn svg {
  width: 12px;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}

#recordings.green-audio-player .download .download__link svg {
  width: 16px;
  margin-right: 0.3rem;
}

#recordings.green-audio-player .holder .play-pause-btn path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume__button path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume__button.open path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume-btn.open path {
  fill: #1e1e2d;
}

#recordings.green-audio-player .download .download__link path {
  fill: #1e1e2d;
}

/* -------------------------------------------- */
/* 		Speaker Identification Options
/* -------------------------------------------- */
#speakers-box {
  display: none;
  width: 100%;
}

.restrictions {
  font-size: 10px;
}

/* ==========================================================================
 *
 *    VIEW TRANSCRIBE RESULT
 *
 * ========================================================================== */
.control-button {
  height: 30px;
  cursor: pointer;
  filter: drop-shadow(1px 1px 1px #7B7B7B);
}

.control-button-left {
  float: left !important;
  cursor: pointer;
  filter: drop-shadow(1px 1px 1px #7B7B7B);
}

.control-button-right {
  float: right !important;
}

#transcript-table .transcript-table-column {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

#transcript {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f5f9fc;
}

/* ==========================================================================
 *
 *    PRELOADER
 *
 * ========================================================================== */
#preloader, #voiceoverScriptPreloader {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden !important;
  right: 0;
  z-index: 999999;

}
#preloader img, #voiceoverScriptPreloader img{
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 99;
  margin: 0 auto;
}
#preloader .text, #voiceoverScriptPreloader .text {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 99;
  margin: 0 auto;
}
#preloader1 {
  background-color: rgba(255, 255, 255, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden !important;
  right: 0;
  z-index: 999999;
}
#preloader1 img{
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 99;
  margin: 0 auto;
}
#preloader1 .text {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 99;
  margin: 0 auto;
}

#preloader1 .radial-bar {
  margin: 50px;
  width: 80px;
  height: 80px;
  background-color: #cccccc;
  border-radius: 50%;
}
#preloader1 .radial-bar__mask {
  clip: rect(0px, 80px, 80px, 40px);
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
}
#preloader1 .radial-bar__fill {
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 1s;
  transition: -ms-transform 1s;
  transition: transform 1s;
  border-radius: 50%;
  clip: rect(0px, 40px, 80px, 0px);
 /* background-color: #669900;
  */
  background-image: linear-gradient(to top, #00f796, #00b7f4);
  width: 80px;
  height: 80px;
  position: absolute;
}
#preloader1 .radial-bar__inset {
  width: 70px;
  height: 70px;
  position: absolute;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 50%;
  display: table-cell;
}
#preloader1 .radial-bar__percent {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #000000;
  font-size: 15px;
  font-weight: 700;
}


/* ==========================================================================
 *
 *    Ai Content Generator STYLES
 *
 * ========================================================================== */
.page-main.in-iframe #main-wrapper .navbar.share-page {
  display: none;
}
.page-main.in-iframe section.ai-cont-gen {
  padding-top: 0 !important;
}
section.ai-cont-gen .Powered-by {
  display: none;
}
.page-main.in-iframe section.ai-cont-gen .left-part-ai div.accordion,.page-main.in-iframe section.ai-cont-gen .massage-box {
  display: none;
}
.page-main.in-iframe section.ai-cont-gen .left-part-ai {
  min-height: auto;
}
.page-main.in-iframe section.ai-cont-gen .right-part-ai .card-body {
  padding: 1rem 1rem !important;
}
.page-main.in-iframe section.ai-cont-gen .Powered-by {
  display: inline-flex;
          align-items: center;
          position: absolute;
          left: 0;
          font-size: 10px;
          color: #5B5B66;
          gap: 5px;
}
.page-main.in-iframe section.ai-cont-gen .left-ai,.page-main.in-iframe section.ai-cont-gen .right-part-ai {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.page-main.in-iframe section.ai-cont-gen .Powered-by .brand {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  margin-top: -3px;
}
section.ai-cont-gen {
  padding-top: 65px !important;
  padding-bottom: 0 !important;
}
section.ai-cont-gen .title {
  text-align: center;
  width: 100%;
  display: block;
}
section.ai-cont-gen .title h2 {
  font-size: 28px !important;
  color: var(--primary-color);
}
section.ai-cont-gen .title h2 span.gradient {
  color: #00D488;
}
section.ai-cont-gen .left-part-ai{
  box-shadow: 0px 3px 10px #9E9E9E29;
  padding: 10px;
  height: 100%;
  width: 98%;
  background: #fff;
  min-height: calc(100vh - 65px);
}
section.ai-cont-gen .left-part-ai div.accordion {
  width: 100%;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item{
  border:0;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-body {
  padding: 0.5rem 1.25rem;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button {
  width: 100%;
  padding: 0.9rem 1.25rem;
  font-size: 15px;
  color: #212529;
  border-radius:0 25px 25px 0 !important
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button i {
  font-size: 17px;
  transform: rotate(-24deg);
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button::after {
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item h2.accordion-header.active .accordion-button::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(0deg);
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button.click::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(0deg);
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #000;
  background-color: transparent;
  box-shadow: unset;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item h2.accordion-header.active .accordion-button {
  color: #000;
  background-color: #00b7ff59;
  box-shadow: unset;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button:focus {
  border-color: unset;
  box-shadow: unset;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-body ul {
  padding-left: 25px;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-body ul li{
  position: relative;
  padding: 2px 0;
  padding-left: 10px;
  font-size: 14px;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-body ul li:before{
  content:"";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
  width: 13px;
  height: 13px;
  position: absolute;
  font-weight: 600;
  top: 7px;
  left: 0;
}
section.ai-cont-gen .left-ai{
  padding: 0;
  background: #f5f9fc;
}
section.ai-cont-gen .left-ai .massage-box {
  width: 87%;
  margin: 0;
  margin-top: 0;
  padding: 10px;
  background: #a6e6ff;
  border-radius: 5px;
  font-size: 14px;
  color: #4E4E4E;
  position: absolute;
  bottom: 15px;
  left: 26px;
}
section.ai-cont-gen .left-ai .massage-box .btn-login {
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.7rem;
}
section.ai-cont-gen .right-part-ai{
  background: #F5F9FC;
}
section.ai-cont-gen .right-part-ai div#contentResult.input-box > div.d-empty{
  max-height: calc(100vh - 300px);
  overflow-y: auto;
}
section.ai-cont-gen .right-part-ai .card-body.outer {
  width: 88%;
  margin: 0 auto;
}
section.ai-cont-gen .right-part-ai .card-body.inner {
  box-shadow: 0px 0px 25px #acacac69;
  border-radius: 5px;
}
section.ai-cont-gen .right-part-ai .left-drop .current-heading h3 {
  font-size: 30px;
  color: #5B5B66;
  font-weight: 600;
  margin-bottom:10px;
}
section.ai-cont-gen .right-part-ai .left-drop .current-heading p {
  font-size: 16px;
  color: #7E7E7E;
}
section.ai-cont-gen .right-part-ai .left-drop label{
  font-size: 16px;
  color: #5B5B66;
}
section.ai-cont-gen .right-part-ai .left-drop .input-box {
flex: 2;
margin-right: 10px;
margin-bottom: 0;
}
section.ai-cont-gen .right-part-ai .left-drop .input-box .form-control {
  font-size: 16px;
  padding: 1.2rem 1.5rem;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  background: #fff;
  color: #7E7E7E;
}
section.ai-cont-gen .right-part-ai .left-drop button.translate-button {
  width: 100%;
  border-radius: 5px;
  height: 55px;
  font-size: 16px;
  padding: 0.6rem 2rem;
  text-transform: capitalize;
}
section.ai-cont-gen .right-part-ai .left-drop button.translate-button:disabled {
  color: #fff;
  background-color: #979797;
  border-color: #979797;
}
section.ai-cont-gen .right-part-ai #rowResult .input-box textarea#blog-content {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  font-size: 16px;
  color: #7E7E7E;
}
.icon-refresh.new-loader {
  color: #00D488;
  font-size: 50px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  top:0;
  -webkit-animation: load6 3s infinite ease, round 3s infinite ease;
  animation: load6 3s infinite ease, round 3s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ==========================================================================
 *
 *    BACKEND RESPONSIVE STYLES
 *
 * ========================================================================== */
@media (max-width: 768px) {
  .header-brand-img {
    display: none;
  }
  .header-brand {
    min-width: 30px !important;
  }

  .app-header .header-brand-img.mobile-logo {
    display: block !important;
    height: 3rem;
  }

  #search-bar {
    display: none;
  }

  .header-notify {
    display: none;
  }

  .header-expand {
    display: none;
  }

  #special-buttons {
    display: inline-block !important;
  }
  #special-buttons .dropdown {
    margin-bottom: 1rem;
  }

  .pl-minify {
    padding-left: 12px !important;
  }

  .pr-minify {
    padding-right: 12px !important;
  }

  #card-minify {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #card-body-minify {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #database-backup {
    overflow-x: scroll;
  }
  #database-backup th, #database-backup td {
    min-width: 200px;
  }

  #tts-body-minify {
    padding-left: 1.5rem !important;
  }

  #listen-text {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  #preview-box {
    margin-top: 1rem;
  }

  #project-box {
    padding-right: 12px !important;
    margin-top: 1rem;
  }

  #add-project-box, #add-project {
    display: none;
  }

  #special-buttons {
    display: inline-block !important;
  }
  #special-buttons .dropdown {
    margin-bottom: 1rem;
  }

  #preview-box {
    display: none;
  }

  #voice-minify {
    padding-right: 13px !important;
  }

  .special-buttons {
    margin-bottom: 1rem;
  }

  #textarea-box {
    margin-bottom: 1rem !important;
  }

  .textarea-voice,
.textarea-actions {
    display: none !important;
  }

  .textarea-text {
    margin: 0 !important;
  }

  .textarea-row {
    padding: 10px 8px !important;
  }

  #tts-body-minify {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 1.5rem !important;
  }

  #synthesize-text-form {
    width: 100%;
  }

  #upload-music {
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }

  #list-music {
    margin-bottom: 1rem;
  }

  #listen-minify {
    display: none;
  }

  .pl-minify {
    padding-left: 12px !important;
  }

  .pr-minify {
    padding-right: 12px !important;
  }

  #audio-format-minify {
    margin-top: 1rem !important;
  }

  .prices-responsive {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/* ==========================================================================
 *    Collect user information Modal Style
 * ========================================================================== */
div.userinfo .modal-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.userinfo .modal-header h5.modal-title{
  font-size: 30px;
  color: #1F1F37;
  text-transform: inherit;
  font-weight: 600;
}
div.userinfo .modal-header p.modal-sub-title{
  font-size: 15px;
  color: #1F1F37;
  position: relative;
}
div.userinfo .modal-header p.modal-sub-title:before {
  content: "";
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ECECEC;
  width: 38%;
  height: 1px;
}
div.userinfo .modal-header img{
  width: 16%;
}
div.userinfo .modal-body {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
}
div.userinfo .modal-body .progress-item {
  margin-bottom: 17px;
  height: 38.5px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 32px
}
div.userinfo .modal-body .progress-item:before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #DBEAFF;
  left: 0;
  transition: background 12s linear 11s;
}
div.userinfo .modal-body .progress-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 4px);
  border-radius: 50%;
  background: #DBEAFF;
  left: 11px;
  top: 30px;
  transition: background 12s linear 11s;
}
div.userinfo .modal-body .progress-item.show:before{
  background: transparent linear-gradient(103deg, #00AFFF 0%, #00FF88 100%);
}
div.userinfo .modal-body .progress-item.show:after{
  background: transparent linear-gradient(103deg, #00AFFF 0%, #00FF88 100%);
}
div.userinfo .modal-body .progress-item:last-child:after{
  content: unset;
}
div.userinfo .modal-body .progress-input{
  margin-bottom: 16px;
}
div.userinfo .modal-body select.form-select ,div.userinfo .modal-body input.form-control{
  border: 1px solid #D9D9D9;
  border-radius: 9px;
  padding: 0.45rem 2.25rem 0.45rem 0.75rem;
  font-size: 15px;
  height: 38.5px;
  color: #212529;
  font-weight: 400;
}
div.userinfo .modal-footer button.btn-footer {
  background: transparent linear-gradient(103deg, #00AFFF 0%, #00FF88 100%);
  border-radius: 5px;
  color: #fff;
  width: 130px;
  height: 44px;
}
div.userinfo .modal-content {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
}
.dis{
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
div.userinfo .progress-input.show select,div.userinfo .progress-input.show input,div.userinfo .modal-footer button.btn-footer.active{
  cursor: pointer !important;
  pointer-events: all !important;
  opacity: 1 !important;
}
div.userinfo#user-data .modal-header {
  display: flex;
  flex-direction: row;
  align-items: unset;
}
div.userinfo#user-data .modal-body {
  width: 100%;
}
div.userinfo#user-data .modal-body .progress-item.show:before{
  background: #DBEAFF;
}
div.userinfo#user-data .modal-body .progress-item.show:after{
  background: #DBEAFF;
}
/* ==========================================================================
 *
 *    Kapture Videos List
 *
 * ========================================================================== */
.steps-kapture {
  height: 64vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps-kapture .steps-box{
  background-image: url("../img/svgs/kapture-videos.svg");
  height: 51vh;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps-kapture .steps-box ul li{
  margin-bottom: 2rem;
}
.steps-kapture .steps-box ul li p{
  font-size: 16px;
}
.steps-kapture .steps-box ul li span.gradient {
  background: transparent linear-gradient(103deg, rgb(0 176 252 / 60%) 0%, rgb(0 245 151 / 60%) 100%);
  border-radius: 25px;
  padding: 1.5px 9px 2px;
}
.listview-button .tooltip-k {
  /* hide and position tooltip */
  top: 35px;
  left: -170px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 8px;
  width: 300px;
  font-size: 9px;
  font-weight: 600;
  box-shadow: 0px 3px 6px #87878729;
border: 1px solid #EFEFEF;
}

.listview-button .hover-k .info:hover + .tooltip-k {
  /* display tooltip on hover */
  opacity: 1;
  z-index: 99;
}
.listview-button .hover-k .info{
  cursor: pointer;
}
.listview-button .hover-k {
  position: relative;
  // cursor: pointer;
}
.listview-button .hover-k ul li {
  cursor: default;
}
div#importCourse .modal-footer{
  justify-content: center;
  margin-bottom: 15px;
}
div#importCourse .modal-footer button.upload-course {
  font-size: 14px;
  height: 39px;
  padding: 7px 28px;
  font-weight: 400;
  background: #1473E6 !important;
  border-color: #1473E6 !important;
  border-radius: 3px;
  text-transform: capitalize;
}
div#importCourse .modal-footer button.btn.btn-secondary{
  font-size: 14px;
  height: 39px;
  padding: 7px 28px;
  font-weight: 400;
  background: #F1F2F6;
  border-color: #F1F2F6;
  border-radius: 3px;
  color: #5E5E5E!important;
  text-transform: capitalize;
  box-shadow: unset !important;
}
/* ========================================================================== */
/*    Share page Capture Ideas
 * ========================================================================== */
.kapture-top{
  justify-content: flex-start !important;
}
.capture-ideas {
  width: 250px;
  position: absolute;
  top: 130px;
  right: 30px;
  background: transparent linear-gradient(156deg, #501EDA 0%, #C75FFF 100%);
  border-radius: 5px;
  padding: 15px;
}
.capture-ideas .brand-logo img {
  max-width: 100px;
  width: 100%;
}
.capture-ideas .capture-text h2 {
  font-size: 35px;
  font-weight: 800;
  color: #FFCE4F;
  line-height: 1.2;
  margin-bottom: 5px;
}
.capture-ideas .capture-text h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.capture-ideas .capture-img img {
  width: 90%;
  max-width: 100%;
}
.capture-ideas button.btn.download-btn {
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
  color: #B354F8;
  height: 37px;
}
@media only screen and (max-height: 660px) {
  .capture-ideas {
    width: 215px;
}
  .capture-ideas .capture-text h2 {
    font-size: 30px;
}
.capture-ideas .capture-text h3 {
  font-size: 26px;
}
}
@media only screen and (max-width: 1300px) {
  .capture-ideas {
    width: 195px;
}
  .capture-ideas .capture-text h2 {
    font-size: 25px;
}
  .capture-ideas .capture-text h3 {
  font-size: 22px;
}
}
/* ========================================================================== */
/*    New Home Design STYLES
 * ========================================================================== */
body.app.sidebar-mini.change-page-bg div.page.active{
  background: #fff !important;
}
.app-sidebar__logo {
  background: #2A2E3F;
  border-radius: 0 10px 0 0;
  border-bottom: 2px solid #2A3851;
}
.app-sidebar {
  background: #2A2E3F !important;
  border-radius: 0 15px 0 0;
}
.side-menu__label {
  font-size: 13px;
}
.side-menu__item{
  margin: 5px 0 0;
  border-radius: 0;
}
.side-menu {
  border-top: 1px solid #fff0;
}
.app-sidebar .side-item.side-item-category {
  color: #ffffff;
}
.side-menu__item,.slide-item,.side-menu__icon {
  color: #ffffff;
}
.side-menu .side-menu__icon {
  padding: 6px;
  display:flex;
}
.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon{
  display: initial;
  border-radius: 0;
}
li.slide.active > .side-menu__item {
    background: #31415D!important;
    color: #fff!important;
    border: 0;
    border-left: 0;
    border-radius: 0;
}
.slide.is-expanded > .side-menu__item {
  background: #00b7ff59!important;
  color: #ffffff!important;
  border: 0;
  border-left: 0;
  border-radius: 0;
}
.slide.is-expanded > .side-menu__item .side-menu__icon, .slide.is-expanded > .side-menu__item .angle {
  color: #ffffff!important;
}
.slide.is-expanded > .side-menu__item .side-menu__icon, .slide.is-expanded > .side-menu__item .angle {
  color: #ffffff!important;
}
.side-menu__item:hover .side-menu__icon, .side-menu__item:focus .side-menu__icon,.side-menu__item:hover .angle, .side-menu__item:focus .angle {
  color:  #ffffff;
}
.side-menu__item:hover, .side-menu__item:focus {
  background: #31415D!important;
  color: #fff!important;
  border: 0;
  border-left: 0;
  border-radius: 0;
}
.slide.is-expanded > .side-menu__item.active, .side-menu__item.active {
  background: #31415D!important;
  color: #fff!important;
  border: 0;
}
.side-menu li.slide:nth-child(8n + 2) .side-menu__icon {
  color: #00FE8B!important;
}

.side-menu li.slide:nth-child(8n + 3) .side-menu__icon {
  color: #FF00A1!important;
}

.side-menu li.slide:nth-child(8n + 4) .side-menu__icon {
  color: #FF5154!important;
}

.side-menu li.slide:nth-child(8n + 5) .side-menu__icon {
  color: #9264F3!important;
}

.side-menu li.slide:nth-child(8n + 6) .side-menu__icon {
  color: #00E2A5!important;
}

.side-menu li.slide:nth-child(8n + 7) .side-menu__icon {
  color: #0074FF!important;
}

.side-menu li.slide:nth-child(8n + 8) .side-menu__icon {
  color: #FF0000!important;
}

.side-menu li.slide:nth-child(8n + 9) .side-menu__icon {
  color: #FF9900!important;
}
.side-menu__item .badge {
  font-size: 9px !important;
}
.app.sidebar-mini.sidenav-toggled .side-menu__item .badge {
  font-size: 9px !important;
  position: relative;
  top: -3px;
  right: 4px;
}
@media (min-width: 768px){
  .app.sidebar-mini.sidenav-toggled .side-menu__label {
      color: #ffffff;
  }
  .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu__label {
    color: #ffffff;
  }
  .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon{
    display: initial;
    border-radius: 0;
  }
  .app.sidebar-mini.sidenav-toggled .side-menu__item .badge {
    font-size: 9px !important;
    position: relative;
    top: -3px;
    right: 4px;
  }
}
.app-header .support button.new {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 4px !important;
  color: #1e1e2d !important;
  box-shadow: none !important;
  height: 35px !important;
  font-size: 12px;
  padding: 6px 11px;
  min-width: 104px;
}
.app-header .support button.new:active {
  background: #FFFFFF;
}
.home-pg .page-leftheader {
  position: fixed;
  top: 75px;
  width: calc(100% - 250px); /* new ui updated */
  right: 0;
  z-index: 9;
}
.app.sidebar-mini.sidenav-toggled .home-pg .page-leftheader {
  width: calc(100% - 70px);
}
.row.home-pg {
  margin-top: 160px;
  max-height: calc(100vh - 238px);
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  padding-left: 2px;
}
.card-heade {
  scroll-snap-align: start;
  scroll-margin: -1px;
}
.Speech-generator{
  margin-bottom: 224px;
}
@media only screen and (min-height: 860px) {
  .Image-tab{
    /*margin-bottom: 400px;*/
  }
  .Speech-generator {
    margin-bottom: 100vh;
  }
}
.row.home-pg::-webkit-scrollbar-thumb {
  background: transparent linear-gradient(102deg, #00AFFD 0%, #00EBA5 100%);
  border-radius: 15px;
}
body.app.sidebar-mini.change-page-bg {
  overflow: hidden;
}
.home-pg .ai-head {
  padding: 15px 0;
  border-radius: 1px;
  width: 100%;
  display: block;
  max-width: 100%;
  /* background: transparent linear-gradient(102deg, #00AFFD 0%, #00EBA5 100%); */
  background-color: lightcyan;
  box-shadow: 0px 0px 15px #ACACAC29;
}
.home-pg .ai-head .ai-text{
  /* font-family: "Montserrat" !important; */
  font-weight: 600;
  font-size: 30px;
  color: var(--text-black-color);
  margin: 0 !important;
}
div#Auth div#data0 {
  position: relative;
}
div#Auth div#data0:before {
  content: "Course Templates";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #343C44;
  transform: translate(-50%,-50%);
  font-size: 16px;
  font-weight: 600;
  display: none;
}
/* .home-pg .ai-head img.ai-text{
  // width: 23%;
} */
.home-pg .ai-head p{
  font-size: 16px;
  color: var(--text-black-color);
  margin-top: 15px;
  margin-bottom: 25px;
}
.home-pg .ai-head ul#myTab {
  justify-content: center;
  border: 0;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link{
  border: 0;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--text-black-color);
  padding: 10px 25px 0;
  position: relative;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active{
  font-weight: 600;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active:before {
    content: "";
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent var(--brand-color) transparent;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu {
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.ai-manu span {
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
span.ai-manu.auth span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.539' height='29.541' viewBox='0 0 29.539 29.541'%3E%3Cpath id='template' d='M28.376,2H5.165A3.168,3.168,0,0,0,2,5.165V28.376a3.168,3.168,0,0,0,3.165,3.165H28.376a3.168,3.168,0,0,0,3.163-3.165V5.165A3.168,3.168,0,0,0,28.376,2ZM12.55,12.55H29.429v7.385H12.55ZM5.165,4.11H28.376a1.057,1.057,0,0,1,1.055,1.055V10.44H4.11V5.165A1.057,1.057,0,0,1,5.165,4.11ZM4.11,28.376V12.55h6.33V29.429H5.165A1.057,1.057,0,0,1,4.11,28.376Zm24.264,1.055H12.55V22.044H29.429v6.332a1.057,1.057,0,0,1-1.053,1.053Z' transform='translate(-2 -2)' fill='%231473e6'/%3E%3C/svg%3E");
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.auth,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.auth:hover{
  background: var(--primary-sec-color);
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.auth span,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.auth:hover span{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.539' height='29.541' viewBox='0 0 29.539 29.541'%3E%3Cpath id='template' d='M28.376,2H5.165A3.168,3.168,0,0,0,2,5.165V28.376a3.168,3.168,0,0,0,3.165,3.165H28.376a3.168,3.168,0,0,0,3.163-3.165V5.165A3.168,3.168,0,0,0,28.376,2ZM12.55,12.55H29.429v7.385H12.55ZM5.165,4.11H28.376a1.057,1.057,0,0,1,1.055,1.055V10.44H4.11V5.165A1.057,1.057,0,0,1,5.165,4.11ZM4.11,28.376V12.55h6.33V29.429H5.165A1.057,1.057,0,0,1,4.11,28.376Zm24.264,1.055H12.55V22.044H29.429v6.332a1.057,1.057,0,0,1-1.053,1.053Z' transform='translate(-2 -2)' fill='%23fff'/%3E%3C/svg%3E");
}
span.ai-manu.con span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.498' height='29.117' viewBox='0 0 29.498 29.117'%3E%3Cpath id='Union_21' data-name='Union 21' d='M21223.16,1355.535l-4.68-3.955H21210v-20.89a3.69,3.69,0,0,1,3.688-3.689h22.121a3.69,3.69,0,0,1,3.689,3.689v20.89h-8.48l-4.686,3.955a2.446,2.446,0,0,1-3.172,0Zm-10.7-24.845v18.432h6.924l5.367,4.536,5.369-4.536h6.924V1330.69a1.229,1.229,0,0,0-1.232-1.231h-22.121A1.228,1.228,0,0,0,21212.457,1330.69Zm4.92,14.749v-2.463h14.75v2.463Zm0-4.92v-2.457h14.75v2.457Zm0-4.915v-2.457h7.371v2.457Z' transform='translate(-21210 -1327.001)' fill='%239264F3'/%3E%3C/svg%3E");
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.con,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.con:hover{
  background: #9264F3;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.con span,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.con:hover span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.498' height='29.117' viewBox='0 0 29.498 29.117'%3E%3Cpath id='Union_21' data-name='Union 21' d='M21223.16,1355.535l-4.68-3.955H21210v-20.89a3.69,3.69,0,0,1,3.688-3.689h22.121a3.69,3.69,0,0,1,3.689,3.689v20.89h-8.48l-4.686,3.955a2.446,2.446,0,0,1-3.172,0Zm-10.7-24.845v18.432h6.924l5.367,4.536,5.369-4.536h6.924V1330.69a1.229,1.229,0,0,0-1.232-1.231h-22.121A1.228,1.228,0,0,0,21212.457,1330.69Zm4.92,14.749v-2.463h14.75v2.463Zm0-4.92v-2.457h14.75v2.457Zm0-4.915v-2.457h7.371v2.457Z' transform='translate(-21210 -1327.001)' fill='%23fff'/%3E%3C/svg%3E");
}

span.ai-manu.vid span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.773' height='27.574' viewBox='0 0 28.773 27.574'%3E%3Cpath id='camcorder' d='M16.784,11.79H5.994a1.2,1.2,0,0,0-1.2,1.2V22.58a1.2,1.2,0,0,0,1.2,1.2h10.79a1.2,1.2,0,0,0,1.2-1.2V12.989A1.2,1.2,0,0,0,16.784,11.79Zm-1.2,9.591H7.193V14.188h8.392Zm11.845-10.8a2.42,2.42,0,0,0-2.548.229l-2.16,1.621a5.981,5.981,0,0,0-5.938-5.438H16.7L11.756,2.054A3.57,3.57,0,0,0,9.213,1H1.2a1.2,1.2,0,0,0,0,2.4H9.213a1.208,1.208,0,0,1,.848.351l3.245,3.245H5.994A6,6,0,0,0,0,12.989V22.58a6,6,0,0,0,5.994,5.994h10.79a5.982,5.982,0,0,0,5.938-5.437l2.16,1.621a2.432,2.432,0,0,0,3.89-1.946V12.757A2.421,2.421,0,0,0,27.43,10.583Zm-7.049,12a3.6,3.6,0,0,1-3.6,3.6H5.994a3.6,3.6,0,0,1-3.6-3.6V12.989a3.6,3.6,0,0,1,3.6-3.6h10.79a3.6,3.6,0,0,1,3.6,3.6Zm5.939.259-3.541-2.657v-4.79l3.6-2.653v.018L26.32,22.84Z' transform='translate(0 -1)' fill='%23EFCB11'/%3E%3C/svg%3E");
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.vid,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.vid:hover{
  background: #EFCB11;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.vid span,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.vid:hover span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.773' height='27.574' viewBox='0 0 28.773 27.574'%3E%3Cpath id='camcorder' d='M16.784,11.79H5.994a1.2,1.2,0,0,0-1.2,1.2V22.58a1.2,1.2,0,0,0,1.2,1.2h10.79a1.2,1.2,0,0,0,1.2-1.2V12.989A1.2,1.2,0,0,0,16.784,11.79Zm-1.2,9.591H7.193V14.188h8.392Zm11.845-10.8a2.42,2.42,0,0,0-2.548.229l-2.16,1.621a5.981,5.981,0,0,0-5.938-5.438H16.7L11.756,2.054A3.57,3.57,0,0,0,9.213,1H1.2a1.2,1.2,0,0,0,0,2.4H9.213a1.208,1.208,0,0,1,.848.351l3.245,3.245H5.994A6,6,0,0,0,0,12.989V22.58a6,6,0,0,0,5.994,5.994h10.79a5.982,5.982,0,0,0,5.938-5.437l2.16,1.621a2.432,2.432,0,0,0,3.89-1.946V12.757A2.421,2.421,0,0,0,27.43,10.583Zm-7.049,12a3.6,3.6,0,0,1-3.6,3.6H5.994a3.6,3.6,0,0,1-3.6-3.6V12.989a3.6,3.6,0,0,1,3.6-3.6h10.79a3.6,3.6,0,0,1,3.6,3.6Zm5.939.259-3.541-2.657v-4.79l3.6-2.653v.018L26.32,22.84Z' transform='translate(0 -1)' fill='%23fff'/%3E%3C/svg%3E");
}

span.ai-manu.spee span {
  background-image: url("data:image/svg+xml,%3Csvg id='volume_1_' data-name='volume (1)' xmlns='http://www.w3.org/2000/svg' width='29.689' height='29.242' viewBox='0 0 29.689 29.242'%3E%3Cpath id='Path_46260' data-name='Path 46260' d='M21.212,4.36A1.238,1.238,0,1,0,19.462,6.11a11.028,11.028,0,0,1,0,15.578,1.238,1.238,0,1,0,1.751,1.751,13.506,13.506,0,0,0,0-19.079Z' transform='translate(4.532 0.721)' fill='%234255e0'/%3E%3Cpath id='Path_46261' data-name='Path 46261' d='M18.506,7.361a1.24,1.24,0,0,0-1.757,1.751,5.768,5.768,0,0,1,0,8.151,1.24,1.24,0,1,0,1.757,1.751A8.248,8.248,0,0,0,18.506,7.361Z' transform='translate(3.889 1.433)' fill='%234255e0'/%3E%3Cpath id='Path_46262' data-name='Path 46262' d='M17.1.2A14.914,14.914,0,0,0,7.753,6.143H6.186A6.2,6.2,0,0,0,0,12.329v4.949a6.2,6.2,0,0,0,6.186,6.187H7.753A14.921,14.921,0,0,0,17.1,29.4a1.135,1.135,0,0,0,.224.021,1.237,1.237,0,0,0,1.237-1.237V1.424A1.237,1.237,0,0,0,17.1.2ZM16.085,26.6a12.476,12.476,0,0,1-6.646-5.048A1.237,1.237,0,0,0,8.4,20.991H6.186a3.712,3.712,0,0,1-3.712-3.712V12.329A3.712,3.712,0,0,1,6.186,8.618H8.414a1.237,1.237,0,0,0,1.036-.56,12.471,12.471,0,0,1,6.636-5.051Z' transform='translate(0 -0.183)' fill='%234255e0'/%3E%3C/svg%3E%0A");
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.spee,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.spee:hover{
  background: #4255e0;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.spee span,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.spee:hover span {
  background-image: url("data:image/svg+xml,%3Csvg id='volume_1_' data-name='volume (1)' xmlns='http://www.w3.org/2000/svg' width='29.689' height='29.242' viewBox='0 0 29.689 29.242'%3E%3Cpath id='Path_46260' data-name='Path 46260' d='M21.212,4.36A1.238,1.238,0,1,0,19.462,6.11a11.028,11.028,0,0,1,0,15.578,1.238,1.238,0,1,0,1.751,1.751,13.506,13.506,0,0,0,0-19.079Z' transform='translate(4.532 0.721)' fill='%23fff'/%3E%3Cpath id='Path_46261' data-name='Path 46261' d='M18.506,7.361a1.24,1.24,0,0,0-1.757,1.751,5.768,5.768,0,0,1,0,8.151,1.24,1.24,0,1,0,1.757,1.751A8.248,8.248,0,0,0,18.506,7.361Z' transform='translate(3.889 1.433)' fill='%23fff'/%3E%3Cpath id='Path_46262' data-name='Path 46262' d='M17.1.2A14.914,14.914,0,0,0,7.753,6.143H6.186A6.2,6.2,0,0,0,0,12.329v4.949a6.2,6.2,0,0,0,6.186,6.187H7.753A14.921,14.921,0,0,0,17.1,29.4a1.135,1.135,0,0,0,.224.021,1.237,1.237,0,0,0,1.237-1.237V1.424A1.237,1.237,0,0,0,17.1.2ZM16.085,26.6a12.476,12.476,0,0,1-6.646-5.048A1.237,1.237,0,0,0,8.4,20.991H6.186a3.712,3.712,0,0,1-3.712-3.712V12.329A3.712,3.712,0,0,1,6.186,8.618H8.414a1.237,1.237,0,0,0,1.036-.56,12.471,12.471,0,0,1,6.636-5.051Z' transform='translate(0 -0.183)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

span.ai-manu.tran span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.167' height='28.168' viewBox='0 0 28.167 28.168'%3E%3Cpath id='comments' d='M28.167,18.778v5.868a3.521,3.521,0,0,1-3.521,3.521H18.778a9.389,9.389,0,0,1-8.121-4.695,12.872,12.872,0,0,0,2.631-.291,7.028,7.028,0,0,0,5.49,2.638h5.868a1.174,1.174,0,0,0,1.174-1.174V18.778a7.028,7.028,0,0,0-2.643-5.49,12.873,12.873,0,0,0,.3-2.631A9.389,9.389,0,0,1,28.167,18.778ZM21.1,11.327A10.563,10.563,0,0,0,9.8.027,11.053,11.053,0,0,0,0,10.908v5.915c0,2.972,1.769,4.3,3.521,4.3h6.69a11.054,11.054,0,0,0,10.888-9.8ZM16.372,4.754a8.237,8.237,0,0,1,2.385,6.408,8.643,8.643,0,0,1-8.546,7.616H3.521c-1.089,0-1.174-1.5-1.174-1.955V10.908A8.64,8.64,0,0,1,9.964,2.368q.292-.021.584-.021a8.229,8.229,0,0,1,5.824,2.407Z' transform='translate(0 0.001)' fill='%2300e2a5'/%3E%3C/svg%3E%0A");
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.tran,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.tran:hover{
  background: #00e2a5;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.tran span,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.tran:hover span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.167' height='28.168' viewBox='0 0 28.167 28.168'%3E%3Cpath id='comments' d='M28.167,18.778v5.868a3.521,3.521,0,0,1-3.521,3.521H18.778a9.389,9.389,0,0,1-8.121-4.695,12.872,12.872,0,0,0,2.631-.291,7.028,7.028,0,0,0,5.49,2.638h5.868a1.174,1.174,0,0,0,1.174-1.174V18.778a7.028,7.028,0,0,0-2.643-5.49,12.873,12.873,0,0,0,.3-2.631A9.389,9.389,0,0,1,28.167,18.778ZM21.1,11.327A10.563,10.563,0,0,0,9.8.027,11.053,11.053,0,0,0,0,10.908v5.915c0,2.972,1.769,4.3,3.521,4.3h6.69a11.054,11.054,0,0,0,10.888-9.8ZM16.372,4.754a8.237,8.237,0,0,1,2.385,6.408,8.643,8.643,0,0,1-8.546,7.616H3.521c-1.089,0-1.174-1.5-1.174-1.955V10.908A8.64,8.64,0,0,1,9.964,2.368q.292-.021.584-.021a8.229,8.229,0,0,1,5.824,2.407Z' transform='translate(0 0.001)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

span.ai-manu.img span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='31.437' height='31.456' viewBox='0 0 31.437 31.456'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.231' y1='0.092' x2='0.987' y2='1' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2300afff'/%3E%3Cstop offset='1' stop-color='%2300f794'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-3' x1='0' y1='0.395' x2='1' y2='0.963' xlink:href='%23linear-gradient'/%3E%3ClinearGradient id='linear-gradient-4' x1='0.162' y1='0.088' x2='0.816' y2='0.939' xlink:href='%23linear-gradient'/%3E%3C/defs%3E%3Cg id='Group_39544' data-name='Group 39544' transform='translate(-383 -382)'%3E%3Cpath id='Union_8' data-name='Union 8' d='M16.529,22.788V15.671s-.2-3.453-5.685-3.453-5.936,3.453-5.936,3.453l.061,7.117h-1V17.913a2.32,2.32,0,0,1-2.647.485C-.467,17.789.078,15.322.078,15.322a10.644,10.644,0,0,1,2.6-4.069A17.877,17.877,0,0,1,7.552,8.37l-.017-.017a4.9,4.9,0,1,1,6.92,0l0,0a13.671,13.671,0,0,1,1.487.684c.677.29,2.223,1.353,4.021,2.1a14.841,14.841,0,0,0,1.493.528,6.829,6.829,0,0,0,1.584.269c3.356.2,3.983.218,3.983.218A7.174,7.174,0,0,1,30,13.282a4.7,4.7,0,0,1,1.436,2.389v7.117ZM6.9,4.893A4.094,4.094,0,1,0,11,.8,4.1,4.1,0,0,0,6.9,4.893Z' transform='translate(383 382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Subtraction_12' data-name='Subtraction 12' d='M4.893,9.786a4.892,4.892,0,0,1-3.46-8.353A4.893,4.893,0,1,1,6.8,9.4,4.863,4.863,0,0,1,4.893,9.786Zm0-9.016A4.124,4.124,0,0,0,1.977,7.81,4.124,4.124,0,0,0,7.81,1.977,4.1,4.1,0,0,0,4.893.771Zm0,7.609a3.479,3.479,0,1,1,1.313-.255A3.484,3.484,0,0,1,4.893,8.38ZM3.32,5.423a.237.237,0,0,0-.089.018.234.234,0,0,0-.126.3A1.911,1.911,0,0,0,4.9,6.888,1.924,1.924,0,0,0,6.68,5.751a.234.234,0,0,0-.122-.307.233.233,0,0,0-.306.122A1.459,1.459,0,0,1,4.9,6.422a1.447,1.447,0,0,1-1.362-.856A.233.233,0,0,0,3.32,5.423Zm2.7-2.128a.482.482,0,1,0,.482.482A.483.483,0,0,0,6.023,3.295Zm-2.186,0a.482.482,0,1,0,.482.482A.483.483,0,0,0,3.837,3.295Z' transform='translate(403.282 382)' fill='url(%23linear-gradient)'/%3E%3Cpath id='Union_12' data-name='Union 12' d='M16.8,10.79a.284.284,0,0,1-.321-.321V9.963h-.058a1.2,1.2,0,0,1-.6.618,2.019,2.019,0,0,1-.91.209h-.628a3.059,3.059,0,0,1-1.037-.161,1.891,1.891,0,0,1-.749-.486,2.074,2.074,0,0,1-.456-.785,3.439,3.439,0,0,1-.153-1.07V5.461a3.438,3.438,0,0,1,.153-1.07,2.073,2.073,0,0,1,.456-.785,1.917,1.917,0,0,1,.749-.484,3.04,3.04,0,0,1,1.037-.163h.628a2.108,2.108,0,0,1,.91.209,1.19,1.19,0,0,1,.6.623h.058V.321a.329.329,0,0,1,.08-.241A.329.329,0,0,1,16.8,0h1.3a.285.285,0,0,1,.326.321V10.469a.285.285,0,0,1-.326.321ZM13.74,4.857a.96.96,0,0,0-.2.7V8.2a.96.96,0,0,0,.2.7.913.913,0,0,0,.691.209h.691a1.019,1.019,0,0,0,.793-.292,1.277,1.277,0,0,0,.263-.876V5.816a1.277,1.277,0,0,0-.263-.876,1.019,1.019,0,0,0-.793-.292h-.691A.939.939,0,0,0,13.74,4.857ZM29.811,10.79a.284.284,0,0,1-.321-.321V9.963h-.063a1.161,1.161,0,0,1-.6.618,2.036,2.036,0,0,1-.905.209h-.37a3.3,3.3,0,0,1-1.073-.161,2.089,2.089,0,0,1-.8-.486,2.022,2.022,0,0,1-.5-.785,3.2,3.2,0,0,1-.165-1.069V5.461a3.2,3.2,0,0,1,.165-1.07,2.023,2.023,0,0,1,.5-.785,2.124,2.124,0,0,1,.8-.484,3.276,3.276,0,0,1,1.073-.163H31.1a.351.351,0,0,1,.252.081.328.328,0,0,1,.084.245v7.184a.32.32,0,0,1-.084.241.353.353,0,0,1-.252.08ZM27.168,4.857a.99.99,0,0,0-.2.7V8.2a.99.99,0,0,0,.2.7.928.928,0,0,0,.691.209h.57a1.026,1.026,0,0,0,.8-.292,1.271,1.271,0,0,0,.266-.876V4.818c0-.111-.064-.17-.185-.17H27.859A.956.956,0,0,0,27.168,4.857ZM20.14,10.79a.284.284,0,0,1-.321-.321V3.285a.285.285,0,0,1,.321-.326h1.3a.286.286,0,0,1,.321.326v.521h.063a1.178,1.178,0,0,1,.6-.628,1.972,1.972,0,0,1,.905-.219h.555c.2,0,.307.107.307.326V4.341a.341.341,0,0,1-.073.253.272.272,0,0,1-.234.054H22.827c-.706,0-1.061.4-1.061,1.2v4.624a.284.284,0,0,1-.321.321ZM8.5,10.79a.284.284,0,0,1-.321-.321V5.553a.945.945,0,0,0-.209-.7.966.966,0,0,0-.7-.209H6.721c-.706,0-1.056.389-1.056,1.168v4.653a.285.285,0,0,1-.326.321h-1.3a.284.284,0,0,1-.321-.321V3.285a.285.285,0,0,1,.321-.326h1.3a.287.287,0,0,1,.326.326v.506h.058a1.442,1.442,0,0,1,1.5-.832h.492c1.606,0,2.409.837,2.409,2.5v5.008q0,.321-.336.321Zm-8.182,0A.284.284,0,0,1,0,10.469V3.285c0-.219.1-.326.307-.326H1.626a.286.286,0,0,1,.321.326v7.184c0,.131-.02.219-.068.258a.342.342,0,0,1-.238.063ZM.307,1.947A.271.271,0,0,1,0,1.64V.307A.271.271,0,0,1,.307,0H1.64q.307,0,.307.292V1.64a.271.271,0,0,1-.307.307Z' transform='translate(383 402.666)' fill='url(%23linear-gradient-3)'/%3E%3Cg id='Group_43352' data-name='Group 43352' transform='translate(390.04 397.179)'%3E%3Cpath id='Subtraction_13' data-name='Subtraction 13' d='M5.49,5.693H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0H5.49a2,2,0,0,1,2,2V3.692A2,2,0,0,1,5.49,5.693ZM5.024,2.039c-.068,0-.1.035-.1.106V4.529a.094.094,0,0,0,.105.107h.434a.11.11,0,0,0,.077-.021c.015-.013.023-.04.023-.086V2.145a.094.094,0,0,0-.105-.106Zm-2.3,1.93h.983l.141.561a.165.165,0,0,0,.031.084.1.1,0,0,0,.075.023H4.44A.067.067,0,0,0,4.5,4.614a.1.1,0,0,0,0-.086L3.7,1.468a.132.132,0,0,0-.051-.08.173.173,0,0,0-.1-.026h-.67a.146.146,0,0,0-.152.106l-.8,3.061a.1.1,0,0,0,0,.086.067.067,0,0,0,.058.022h.484a.1.1,0,0,0,.073-.023.157.157,0,0,0,.032-.084l.141-.56Zm2.3-2.912a.089.089,0,0,0-.1.1V1.6a.089.089,0,0,0,.1.1h.438a.089.089,0,0,0,.1-.1V1.153c0-.065-.033-.1-.1-.1ZM3.591,3.449H2.846l.364-1.472h.02l.361,1.47Z' transform='translate(0 0)' fill='url(%23linear-gradient-4)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 100% 100%;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.img,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.img:hover{
  background: transparent linear-gradient(120deg, #00AFFD 0%, #00EBA5 100%) 0% 0% no-repeat padding-box;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active span.ai-manu.img span,.home-pg .ai-head ul#myTab li.nav-item .nav-link span.ai-manu.img:hover span {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.437' height='31.456' viewBox='0 0 31.437 31.456'%3E%3Cg id='Group_39544' data-name='Group 39544' transform='translate(-383 -382)'%3E%3Cpath id='Union_8' data-name='Union 8' d='M16.529,22.788V15.671s-.2-3.453-5.685-3.453-5.936,3.453-5.936,3.453l.061,7.117h-1V17.913a2.32,2.32,0,0,1-2.647.485C-.467,17.789.078,15.322.078,15.322a10.644,10.644,0,0,1,2.6-4.069A17.877,17.877,0,0,1,7.552,8.37l-.017-.017a4.9,4.9,0,1,1,6.92,0l0,0a13.671,13.671,0,0,1,1.487.684c.677.29,2.223,1.353,4.021,2.1a14.841,14.841,0,0,0,1.493.528,6.829,6.829,0,0,0,1.584.269c3.356.2,3.983.218,3.983.218A7.174,7.174,0,0,1,30,13.282a4.7,4.7,0,0,1,1.436,2.389v7.117ZM6.9,4.893A4.094,4.094,0,1,0,11,.8,4.1,4.1,0,0,0,6.9,4.893Z' transform='translate(383 382)' fill='%23fff'/%3E%3Cpath id='Subtraction_12' data-name='Subtraction 12' d='M4.893,9.786a4.892,4.892,0,0,1-3.46-8.353A4.893,4.893,0,1,1,6.8,9.4,4.863,4.863,0,0,1,4.893,9.786Zm0-9.016A4.124,4.124,0,0,0,1.977,7.81,4.124,4.124,0,0,0,7.81,1.977,4.1,4.1,0,0,0,4.893.771Zm0,7.609a3.479,3.479,0,1,1,1.313-.255A3.484,3.484,0,0,1,4.893,8.38ZM3.32,5.423a.237.237,0,0,0-.089.018.234.234,0,0,0-.126.3A1.911,1.911,0,0,0,4.9,6.888,1.924,1.924,0,0,0,6.68,5.751a.234.234,0,0,0-.122-.307.233.233,0,0,0-.306.122A1.459,1.459,0,0,1,4.9,6.422a1.447,1.447,0,0,1-1.362-.856A.233.233,0,0,0,3.32,5.423Zm2.7-2.128a.482.482,0,1,0,.482.482A.483.483,0,0,0,6.023,3.295Zm-2.186,0a.482.482,0,1,0,.482.482A.483.483,0,0,0,3.837,3.295Z' transform='translate(403.282 382)' fill='%23fff'/%3E%3Cpath id='Union_12' data-name='Union 12' d='M16.8,10.79a.284.284,0,0,1-.321-.321V9.963h-.058a1.2,1.2,0,0,1-.6.618,2.019,2.019,0,0,1-.91.209h-.628a3.059,3.059,0,0,1-1.037-.161,1.891,1.891,0,0,1-.749-.486,2.074,2.074,0,0,1-.456-.785,3.439,3.439,0,0,1-.153-1.07V5.461a3.438,3.438,0,0,1,.153-1.07,2.073,2.073,0,0,1,.456-.785,1.917,1.917,0,0,1,.749-.484,3.04,3.04,0,0,1,1.037-.163h.628a2.108,2.108,0,0,1,.91.209,1.19,1.19,0,0,1,.6.623h.058V.321a.329.329,0,0,1,.08-.241A.329.329,0,0,1,16.8,0h1.3a.285.285,0,0,1,.326.321V10.469a.285.285,0,0,1-.326.321ZM13.74,4.857a.96.96,0,0,0-.2.7V8.2a.96.96,0,0,0,.2.7.913.913,0,0,0,.691.209h.691a1.019,1.019,0,0,0,.793-.292,1.277,1.277,0,0,0,.263-.876V5.816a1.277,1.277,0,0,0-.263-.876,1.019,1.019,0,0,0-.793-.292h-.691A.939.939,0,0,0,13.74,4.857ZM29.811,10.79a.284.284,0,0,1-.321-.321V9.963h-.063a1.161,1.161,0,0,1-.6.618,2.036,2.036,0,0,1-.905.209h-.37a3.3,3.3,0,0,1-1.073-.161,2.089,2.089,0,0,1-.8-.486,2.022,2.022,0,0,1-.5-.785,3.2,3.2,0,0,1-.165-1.069V5.461a3.2,3.2,0,0,1,.165-1.07,2.023,2.023,0,0,1,.5-.785,2.124,2.124,0,0,1,.8-.484,3.276,3.276,0,0,1,1.073-.163H31.1a.351.351,0,0,1,.252.081.328.328,0,0,1,.084.245v7.184a.32.32,0,0,1-.084.241.353.353,0,0,1-.252.08ZM27.168,4.857a.99.99,0,0,0-.2.7V8.2a.99.99,0,0,0,.2.7.928.928,0,0,0,.691.209h.57a1.026,1.026,0,0,0,.8-.292,1.271,1.271,0,0,0,.266-.876V4.818c0-.111-.064-.17-.185-.17H27.859A.956.956,0,0,0,27.168,4.857ZM20.14,10.79a.284.284,0,0,1-.321-.321V3.285a.285.285,0,0,1,.321-.326h1.3a.286.286,0,0,1,.321.326v.521h.063a1.178,1.178,0,0,1,.6-.628,1.972,1.972,0,0,1,.905-.219h.555c.2,0,.307.107.307.326V4.341a.341.341,0,0,1-.073.253.272.272,0,0,1-.234.054H22.827c-.706,0-1.061.4-1.061,1.2v4.624a.284.284,0,0,1-.321.321ZM8.5,10.79a.284.284,0,0,1-.321-.321V5.553a.945.945,0,0,0-.209-.7.966.966,0,0,0-.7-.209H6.721c-.706,0-1.056.389-1.056,1.168v4.653a.285.285,0,0,1-.326.321h-1.3a.284.284,0,0,1-.321-.321V3.285a.285.285,0,0,1,.321-.326h1.3a.287.287,0,0,1,.326.326v.506h.058a1.442,1.442,0,0,1,1.5-.832h.492c1.606,0,2.409.837,2.409,2.5v5.008q0,.321-.336.321Zm-8.182,0A.284.284,0,0,1,0,10.469V3.285c0-.219.1-.326.307-.326H1.626a.286.286,0,0,1,.321.326v7.184c0,.131-.02.219-.068.258a.342.342,0,0,1-.238.063ZM.307,1.947A.271.271,0,0,1,0,1.64V.307A.271.271,0,0,1,.307,0H1.64q.307,0,.307.292V1.64a.271.271,0,0,1-.307.307Z' transform='translate(383 402.666)' fill='%23fff'/%3E%3Cg id='Group_43352' data-name='Group 43352' transform='translate(390.04 397.179)'%3E%3Cpath id='Subtraction_13' data-name='Subtraction 13' d='M5.49,5.693H2a2,2,0,0,1-2-2V2A2,2,0,0,1,2,0H5.49a2,2,0,0,1,2,2V3.692A2,2,0,0,1,5.49,5.693ZM5.024,2.039c-.068,0-.1.035-.1.106V4.529a.094.094,0,0,0,.105.107h.434a.11.11,0,0,0,.077-.021c.015-.013.023-.04.023-.086V2.145a.094.094,0,0,0-.105-.106Zm-2.3,1.93h.983l.141.561a.165.165,0,0,0,.031.084.1.1,0,0,0,.075.023H4.44A.067.067,0,0,0,4.5,4.614a.1.1,0,0,0,0-.086L3.7,1.468a.132.132,0,0,0-.051-.08.173.173,0,0,0-.1-.026h-.67a.146.146,0,0,0-.152.106l-.8,3.061a.1.1,0,0,0,0,.086.067.067,0,0,0,.058.022h.484a.1.1,0,0,0,.073-.023.157.157,0,0,0,.032-.084l.141-.56Zm2.3-2.912a.089.089,0,0,0-.1.1V1.6a.089.089,0,0,0,.1.1h.438a.089.089,0,0,0,.1-.1V1.153c0-.065-.033-.1-.1-.1ZM3.591,3.449H2.846l.364-1.472h.02l.361,1.47Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: 100% 100%;
}
.home-pg h3.card-title {
  font-size: 18px;
  color: #343C44 !important;
  font-weight: 600;
}
.home-pg .tab-pane .box-sample span {
  height: 150px;
  display: block;
  width: 92%;
  padding: 25px;
  position: relative;
  /* background: #F7F7F8; */
  background: var(--text-white-color);
  border: 1px solid #D8D8D8;
  border-radius: 10px;
  -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    margin: 0 6px;
}
.home-pg .tab-pane .box-sample:hover span {
  transform: scale(1.04);
}
.home-pg .tab-pane .box-sample:hover span.add{
  transform: none;
  // transform: scale(0.9);
}
.home-pg .content-generator .box-sample:hover span{
  border: 1px solid #9264F3;
}
.home-pg .video-generator .box-sample:hover span{
  border: 1px solid #FF5154;
}
.home-pg .Speech-generator .box-sample:hover span{
  border: 1px solid #4255E0;
}
.home-pg .Translate-tab .box-sample:hover span{
  border: 1px solid #00E2A5;
}
.home-pg .Image-tab .box-sample:hover span{
  border: 1px solid #FF9900;
}
.home-pg .tab-pane .box-sample span p{
  text-align: left;
  color: #6E6E6E;
  font-size: 12px;
  line-height: 1.8;
  overflow: hidden !important;
  max-height: 7rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  cursor: pointer;
}
.home-pg .tab-pane .box-sample span h4{
  color: #505050;
  font-size: 16px;
}
.home-pg .tab-pane .box-sample span .av-speech {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 11px;
  padding: 8px 10px;
  color: #707070;
}
.home-pg .tab-pane .box-sample span .av-speech img{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #D8D8D8;
}
.home-pg .tab-pane .box-sample span .lag-tran{
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 11px;
  padding: 8px 10px;
  color: #707070;
}
.home-pg .tab-pane .box-sample span .lag-tran img{
  width: 28px;
  height: 18px;
  position: relative;
  background: transparent;
}
.home-pg .tab-pane .Translate-tab .box-sample span .lag-tran img {
  width: 22px !important;
  height: 12px !important;
}
.home-pg .tab-pane .Translate-tab .box-sample span {
  padding-top: 30px;
}

.home-pg .video-generator .box-sample span .lag-tran{
  display: flex;
  width: 100%;
  justify-content: space-between;
  bottom: 0;
  align-items: flex-end;
  top: unset;
  z-index: 3;
}
.home-pg .video-generator .box-sample span .lag-tran p{
  color: #fff !important;
  line-height: 1.8;
  font-size: 11px;
}
.box-sample {
    position: relative;
    display: inline-block;
    padding: 10px 0;
}
.home-pg .video-generator .box-sample span.embed-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -28px 45px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.home-pg .video-generator .box-sample.default span.embed-responsive::after {
  display: none;
}
.home-pg .video-generator .box-sample .embed-responsive {
  position: relative;
  z-index: 2;
}
.home-pg .tab-pane .box-sample span.add {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 6px;
  cursor: pointer;
  margin: 0;
}
.home-pg .Auth-tool .box-sample span.add{
  /* background: #1473e63d; */
  background: var(--text-white-color);
  border: 1px solid var(--primary-sec-color);
  color: var(--primary-sec-color);
}
.home-pg .Auth-tool .box-sample:hover span{
  border: 1px solid var(--primary-sec-color);
}
.home-pg .Auth-tool .box-sample span.add p{
  color: var(--primary-sec-color);
}
.home-pg .content-generator .box-sample span.add{
  /* background: #EBE2FF; */
  background: var(--text-white-color);
  border: 1px solid #9264F3;
  color: #9264F3;
}
.home-pg .video-generator .box-sample span.add{
  /* background: #FFEDE6; */
  background: var(--text-white-color);
  border: 1px solid #FF5154;
  color: #FF5154;
}
.home-pg .Speech-generator .box-sample span.add{
  /* background: #D2D7FF; */
  background: var(--text-white-color);
  border: 1px solid #4255E0;
  color: #4255E0;
}
.home-pg .Translate-tab .box-sample span.add{
  /* background: #D6FFF4; */
  background: var(--text-white-color);
  border: 1px solid #00E2A5;
  color:#00E2A5;
}
.home-pg .Image-tab .box-sample span.add{
  /* background: #E9FCFE; */
  background: var(--text-white-color);
  border: 1px solid #00BFE6;
  color:#00BFE6;
}
.home-pg .content-generator .box-sample span.add p {
  color: #9264F3;
}
.home-pg .video-generator .box-sample span.add p {
  color: #FF5154;
}
.home-pg .Speech-generator .box-sample span.add p {
  color: #4255E0;
}
.home-pg .Translate-tab .box-sample span.add p {
  color: #00E2A5;
}
.home-pg .Image-tab .box-sample span.add p {
  color: #00BFE6;
}
.home-pg .tab-pane .box-sample span.add i {
  font-size: 26px;
}
.home-pg .tab-pane .box-sample span.add p {
  font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
}
.home-pg .tab-pane button.slide-arrow {
  border: 0;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  background: var(--primary-color);
}
.home-pg .tab-pane button.slide-arrow.slick-disabled{
  display: none !important;
}
.home-pg .tab-pane button.slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.home-pg .tab-pane button.slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translate(-50%, -50%);
}
.home-pg .video-generator .box-sample span.embed-responsive,.home-pg .Image-tab .box-sample span.embed-responsive{
  // height: auto !important;
  padding: unset !important;
}
.home-pg .video-generator .box-sample span.add,.home-pg .Image-tab .box-sample span.add {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home-pg .tab-pane .box-sample span i.right-fixed {
  font-size: 18px;
  color: #878787;
  position: absolute;
  right: 13px;
  bottom: 10px;
  cursor: pointer;
}
.home-pg .tab-pane .box-sample span em {
  position: absolute;
  left: 14px;
  bottom: 11px;
  font-size: 15px;
  color: #FFFFFF;
  text-transform: capitalize;
  width: 73%;
  line-height: 1.4;
    overflow: hidden !important;
    max-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1024px) {
.home-pg .ai-head ul#myTab li.nav-item .nav-link {
  font-size: 12px;
  padding: 10px 10px 0;
}
.home-pg .tab-pane .box-sample span {
  width: 90%;
  padding: 20px;
}
.home-pg .tab-pane .box-sample span.add p {
  font-size: 15px;
}
.home-pg .tab-pane .box-sample span p {
  font-size: 15px;
}
}
@media only screen and (max-width: 768px) {
  .home-pg .ai-head ul#myTab li.nav-item {
    width: 50% !important;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link {
  margin: 0 auto;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active:before {
  display:none;
}
.row.home-pg {
  margin-top: 456px;
}
}
/* ========================================================================== */
/*    Course Page STYLES
 * ========================================================================== */
body.app.sidebar-mini.change-course-bg {
  background-color: #fff;
}
.courses-page .page-title,.create-video .page-title {
  font-weight: 600;
  line-height: 2rem;
  color: #4E4E4E;
}
.courses-page #awselect_categories {
  margin-bottom: 0;
}
.courses-page  p.sub-title,.create-video p.sub-title{
  margin: 0;
  font-size: 13px;
  color: #AEAEAE;
}
.courses-page a.btn.btn-primary,.create-video a.btn.btn-primary{
  border-radius: 3px;
  font-size: 14px;
  height: 39px;
  text-transform: capitalize;
  line-height: 2;
  color: #fff;
  background: var(--primary-color);
  border: 0;
}
.courses-page .head input[type=search],.create-video .head input[type=search]{
  background: #FFFFFF;
  border: 1px solid #E8E9ED;
  border-radius: 5px;
  height: 43px !important;
  box-sizing: border-box;
  width: 65%;
  font-size: 14px;
}
.courses-page .head span.sub ,.create-video .head span.sub{
  font-size: 14px;
  color: #AEAEAE;
}
.courses-page .folders-block-grid{
  display: grid!important;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}
.courses-page .folders-block-grid .item {
  background: #FAFAFF;
  border: 2px dashed #ECECF2;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.courses-page .folders-block-grid .item .dot-drop button {
  font-size: 15px;
}
.courses-page .folders-block-grid .item span.name {
  font-size: 15px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.courses-page .folders-block-grid .item span.name-para {
  font-size: 11px;
  color: #AEAEAE;
}
.courses-page .grid-view .card-deck.grid-box {
  padding: 1rem 11px !important;
  gap: 20px;
}
body.change-course-bg .video-result-page .grid-view .card-deck.grid-box h5.card-title {
  width: 100%;
  max-width: 100%;
}
.courses-page div.dataTables_wrapper div.dataTables_info {
  padding-left: 0;
}
.video-result-page .grid-view .card-deck.grid-box {
  padding: 1rem 11px !important;
  gap: 20px;
}
.create-video .grid-view .card-deck.grid-box {
  padding: 1rem 17px !important;
  gap: 20px;
}
.courses-page .grid-view .card-deck.grid-box.default-view,.create-video .grid-view .card-deck.grid-box.default-view {
  padding-bottom: 0 !important;
}
.courses-page .grid-view .card-deck.grid-box .card,.create-video .grid-view .card-deck.grid-box .card {
  padding: 0px;
  box-shadow: 0px 0px 10px #3434342B;
  border: 1px solid #ECECF2;
}
.courses-page .grid-view .card-deck.grid-box .card .embed-responsive,.create-video .grid-view .card-deck.grid-box .card .embed-responsive {
  border-radius: 3px 3px 0 0;
}
.courses-page .grid-view .card-deck.grid-box .min-he,.create-video .grid-view .card-deck.grid-box .min-he {
  padding: 2px 0 0;
}
.courses-page .grid-view .card-deck.grid-box h5.card-title, .create-video .grid-view .card-deck.grid-box a.card-title {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.courses-page .grid-view .card-deck.grid-box .text-muted, .create-video .grid-view .card-deck.grid-box .text-muted {
  color: #AEAEAE!important;
  font-size: 12px;
  margin-top: 2px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.courses-page .grid-view .card-deck.grid-box .card-body, .create-video .grid-view .card-deck.grid-box .card-body {
  padding: 7px 0;
}
body.change-course-bg .grid-view .card-deck.grid-box .card:hover .authoring{
display: inline-flex;
align-items: center;
justify-content: center;
}
body.change-course-bg .grid-view .card-deck.grid-box .card:hover .selecting-checkbox,body.change-course-bg .grid-view .card-deck.grid-box .card.hover .selecting-checkbox{
  display: block !important;
  position: absolute;
  left: 19px;
  top: 9px;
}
body.change-course-bg .grid-view .card-deck.grid-box .card:hover span.edit-course{
  display: block;
}
.selecting-checkbox .form-check-input[type=checkbox] {
    border-radius: 0.25em;
    cursor: pointer;
}
.courses-page .grid-view .authoring, .create-video .grid-view .authoring {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  display: none;
  border-radius: 50%;
  box-shadow: 0px 0px 10px #3434342B;
}
.courses-page .grid-view .authoring button.dropdown-toggle , .create-video .grid-view .authoring button.dropdown-toggle {
  rotate: 90deg;
  font-size: 18px;
  color: #666666;
  padding: 0;
  width: 24px;
  height: 24px;
}
body.change-course-bg .create-video .grid-view .card-deck.grid-box a.card-title {
  font-size: 16px;
    color: #3E3E3E;
    overflow: hidden;
    line-height: 1.4;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    max-height: unset;
    width: 100%;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.change-course-bg .create-video div#exportedVideosTable_filter {
  display: none;
}
body.change-course-bg .create-video div#exportedVideosTable_length {
  padding-left: 0;
}
.create-video .grid-view .card-deck.grid-box .card .embed-responsive{
  overflow: visible;
}
body.app.sidebar-mini .no-of-select{
  width: calc(100% - 314px);
}
body.app.sidebar-mini.sidenav-toggled .no-of-select{
  width: calc(100% - 134px);
}
.no-of-select {
  position: fixed;
  bottom: 0;
  /* width: 100%; */
  text-align: center;
  background: rgb(0 0 0 / 70%);
  box-shadow: 0px 0px 10px #3434342B;
  height: 70px;
  color: #FAFAFA;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  z-index: 9999;
}
.no-of-select a {
  color:  var(--primary-color);
}
.no-of-select i {
  cursor: pointer;
}
.no-of-select i:hover {
  color:  var(--primary-color);
}
.no-of-select:after {
  content: "";
  position: absolute;
  right: -2rem;
  width: 2rem;
  height: 70px;
  background: rgb(0 0 0 / 70%);
  box-shadow: 0px 0px 10px #3434342B;
}
.no-of-select:before {
  content: "";
  position: absolute;
  left: -2rem;
  width: 2rem;
  height: 70px;
  background: rgb(0 0 0 / 70%);
  box-shadow: 0px 0px 10px #3434342B;
}
.no-of-select .btn-close {
  font-size: 6px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat;
  background-color: #fff;
  border-radius: 50%;
  padding: 7px 7px 6px 7px;
  margin: 0 !important;
  margin-left: 5px !important;
  position: absolute;
  right: 0;
}
.courses-page .grid-view .authoring .dropdown-toggle::after{
  content: unset;
}
.courses-page .grid-view span.edit-course {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.courses-page .grid-view span.edit-course img{
  position: relative;
  background: transparent;
  width: 30px;
  border: 0 !important;
}
body.change-course-bg .courses-page .grid-view .card-deck.grid-box .text-muted {
  color: #AEAEAE!important;
  font-size: 12px;
  margin-top: 2px;
  text-transform: capitalize;
    display: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.courses-page .grid-view .dot-drop button {
  color: #9B9B9B;
}
.emptyTable.courses-page {
  width: 100%;
  height: 56vh;
  display: grid;
  place-content: center;
}
.emptyTable.courses-page #no-results-img{
  width: 52%;
  margin: 0 auto !important;
  opacity: 0.7;
  display: grid;
}
.grid-view .accordion-item {
  border: 0;
}
.grid-view h2.accordion-header {
  font-size: unset;
  line-height: unset;
  border: 0;
}
.grid-view button.accordion-button {
  padding: 0;
  background-color: unset;
  border: 0;
  box-shadow: unset;
  color: unset;
  display: block;
  transition: transform .4s ease-in-out;
}
.grid-view .accordion-button::after{
  content: unset;
}
.grid-view button.accordion-button[aria-expanded="false"] .head-text i{
  transform: rotate(-90deg);
  transition: transform .4s ease-in-out;
}
.grid-view .accordion-body {
  padding: 0;
}
/****************Form*****************/
.switch.cus {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 19px;
}
.switch.cus input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch.cus .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch.cus .slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch.cus input:checked + .slider {

  background-color: var(--primary-sec-color);
}
.switch.cus input:focus + .slider {
  box-shadow: 0 0 1px var(--primary-sec-color);
  /* background-color: var(--primary-color); */
  background-color: var(--primary-sec-color);
}
.switch.cus input:focus + .slider {
  /* box-shadow: 0 0 1px var(--primary-color); */
  box-shadow: 0 0 1px var(--primary-sec-color);
}
.switch.cus input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
/* Rounded sliders */
.switch.cus .slider.round {
  border-radius: 34px;
}
.switch.cus .slider.round:before {
  border-radius: 50%;
}
.card-body.thank-you-page {
  padding: 40px 40px 30px !important;
}
.thank-you-page .multi-color{
    text-transform: capitalize;
    background: linear-gradient(133grad,#00b7ff 27%,#00d488 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 600;
    min-height: 2rem;
    margin-bottom: 5px;
}
.thank-you-page p {
  margin-bottom: 10px;
}
.thank-you-page a.link {
  font-size: 12px;
}
/* ========================================================================== */
/*    Ai Agents Page STYLES
 * ========================================================================== */
.ai-agents .card-title {
  font-size: 18px;
  color: #343C44 !important;
  font-weight: 600;
}
.ai-agents .slick-slide {
  margin: 0 15px;
}
.ai-agents .slick-list {
  margin: 0 -15px;
}
.ai-agents button.slide-arrow {
  border: 0;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #fff;
  background: var(--primary-color);
}
.ai-agents span.course-title-overlap p {
  font-size: 13px;
}
.ai-agents button.slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translate(-50%, -50%);
}
.ai-agents button.slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.ai-agents button.slide-arrow.slick-disabled {
  display: none !important;
}
.ai-agents h5.card-title {
  font-size: 16px;
  color: #3E3E3E;
  overflow: hidden;
  line-height: 1.4;
  display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  max-height: unset;
  width: 100%;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ai-agents .text-muted {
  color: #AEAEAE !important;
  font-size: 12px;
  margin-top: 2px;
  text-transform: capitalize;
  display: unset;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ai-agents .card:hover .selecting-checkbox{
    display: block !important;
    position: absolute;
    left: 15px;
    top: 5px;
}
.ai-agents .card:hover .authoring {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.courses-page.ai-agents .grid-view .authoring {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    display: none;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #3434342B;
}
.courses-page.ai-agents .authoring button.dropdown-toggle {
    rotate: 90deg;
    font-size: 18px;
    color: #666666;
    padding: 0;
    width: 24px;
    height: 24px;
}
.ai-agents .authoring ul.dropdown-menu {
    padding: 3px 0;
    border-radius: 5px;
    box-shadow: rgba(64, 85, 128, 0.16) 0px 4px 12px;
    left: -140px !important;
}
.ai-agents .authoring .text-right {
    min-width: 145px;
    border-radius: 5px;
}
.ai-agents .authoring .text-right a {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 14px;
    padding: 8px 15px;
    gap: 10px;
}
.ai-agents .authoring .text-right a i {
    padding: 0;
    height: auto;
    display: block;
}
.ai-agents .card:hover span.edit-course {
    display: block;
}
.courses-page.ai-agents span.edit-course {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.courses-page.ai-agents span.edit-course img {
    position: relative;
    background: transparent;
    width: 30px;
    border: 0 !important;
}
.btn-group-img .custom-file-upload {
  color: #1e1e2d;
  border: 2px dashed #ababab;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  gap: 10px;
  height: 100%;
  cursor: pointer;
}
.btn-group-img .upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.btn-group-img .upload input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 130px;
}
hr.add-and {
  position: relative;
}
hr.add-and:before {
  content: "And";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1e1e2d !important;
  opacity: 1;
  z-index: 99;
  padding: 5px;
  background: #fff;
  font-size: 16px;
}
/* ========================================================================== */
/*    Add New Media STYLES
 * ========================================================================== */
 .courses-page.media .page-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5rem;
  color: #1e1e2d;
}
.add-media .emptyTable.courses-page {
  height: 50vh;
}
 .add-media label#label input {
  display: none;
}
.add-media label#label {
  padding: 15px;
  border: 1px solid #D2D2D2 !important;
  border-radius: 5px;
  color: #1e1e2d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* gap: 10px; */
  cursor: pointer;
  min-height: 58px;
  margin: 0;
  max-width: 250px;
}
.add-media label#label span#span-msg {
  max-width: 100%;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.add-media .restrictions {
  font-size: 10px;
  font-weight: 600;
}
.add-media .restrictions .restrictions-highlight {
  color: var(--primary-color);
}
.add-media .choices {
  margin-bottom: 0;
}
.add-media .choices .choices__inner{
  padding: 8px;
  background-color: #f5f9fc;
  border: 0;
  border-radius: 5px;
  min-width: 200px;
  max-width: 30vw;
}
.add-media .choices .choices__inner input[type=search]{
  height: 35px !important;
  margin: 0;
  min-width: 13ch !important;
  width: 100%;
}
.add-media .choices .choices__list--multiple .choices__item[data-deletable] {
  padding: 7px 14px;
  padding-right: 7px;
  margin-right: 7px;
  margin-bottom: 7px;
}
.add-media-grid{
  /* column-count: 4;
  column-width: 220px;
  column-gap: 10px;
  width: 100%;
  margin: auto; */
  display: grid!important;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
}
.add-media-grid .item img {
  object-fit: contain;
  height: 175px !important;
  box-shadow: rgb(64 85 128 / 16%) 0px 4px 12px;
  padding: 7px;
  border-radius: 4px;
}
.add-media-grid .item {
  position: relative;
  border-radius: 5px;
  margin-top: 10px;
}
.add-media-grid .item:hover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(22 22 22 / 48%);
  transition: all 0.5s;
  z-index: 0;
  border-radius: 5px;
}
.add-media-grid .item .authoring,.add-media-grid .item .selecting-checkbox{
  transition: all 0.5s ease 0s;
}
.add-media-grid .item:hover .authoring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.add-media-grid .item:hover .selecting-checkbox {
  display: block !important;
  position: absolute;
  left: 19px;
  top: 9px;
  z-index: 1;
}
.add-media-grid .item .title-card-info{
  position: absolute;
  bottom: 10px;
  left: 15px;
  display: none;
  transition: all 0.5s ease 0s;
  width: calc(100% - 30px);
}
.add-media-grid .course-title-o p{
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.add-media-grid .title-card-info .card-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  max-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.add-media-grid .item:hover .title-card-info{
  display: block;
  z-index: 1;
}
/* ========================================================================== */
/*    3 dot STYLES
 * ========================================================================== */
.dot-drop button {
  border: 0;
  background: none;
  font-size: 20px;
  color: var(--primary-color);
}
.dot-drop button:before {
  content: none !important;
}
.dot-drop ul.dropdown-menu {
  padding: 3px 0;
}
.dot-drop .text-right {
  min-width: 115px;
}
.dot-drop .text-right a {
  display: flex;
  align-items: center;
  color: #707070;
  font-size: 13px;
  padding: 2px 10px;
}
.dot-drop .text-right a:hover {
  background: #F5F5F5;
  color: var(--primary-color) !important;
}
.dot-drop .text-right a i {
  padding: 0;
  background: none;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.grid-view .card-deck.grid-box .min-he{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap !important;
}
.grid-view .head-box {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.grid-view .head-box span.head{
  position: relative;
}
.grid-view .head-box span.head i {
  position: absolute;
  top: 11px;
  margin-left: 5px;
  color: #728096;
  font-weight: 100;
  font-size: 12px;
}
.grid-view .head-box span.head input {
  border-radius: 0;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #ebecf1;
  line-height: 1 !important;
  height: auto;
  padding-left: 27px;
}
/* ========================================================================== */
/*    Feedback Form STYLES
 * ========================================================================== */
/* Common Part */
.feedback-form h1.modal-title{
  flex: 1;
  color: var(--primary-color);
  text-transform: capitalize;
  font-weight: 600;
  font-size: 22px !important;
  margin-top: 10px;
}
.feedback-form .modal-header{
  padding: 1rem;
}
.feedback-form .modal-body {
  max-height: 82vh;
  overflow-y: auto;
}
.feedback-form .modal-header button {
  background: #e6f8ff;
  padding: 0;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  margin: 0;
  font-size: 16px;
  color: var(--primary-color);
  opacity: 1;
}
.feedback-form .body-header .brand-box {
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 28px;
  background:var(--primary-color);
  color: #FFFFFF;
  border-radius: 5px 5px 0px 0px;
}
.feedback-form .body-header .brand-box h4{
  font-size: 20px;
}
.feedback-form .body-form .white-box {
  max-width: 450px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px #92929229;
  border-radius: 5px;
}
.feedback-form .body-form .white-box label {
  font-size: 15px;
}
.feedback-form .body-form{
  background: #E6F8FF;
  border-radius: 0px 0px 10px 10px;
  height: 100%;
  padding-bottom: 60px;
}
.feedback-form .body-form .white-box textarea.form-control {
  background: #F5F9FC;
  border: 0;
  padding: 15px;
  font-size: 14px;
  color: #9E9E9E;
}
.feedback-form .body-form .white-box button{
  margin: 0 auto;
  margin-top: 1rem;
  width: 90%;
  text-align: center;
  display: block;
}

.feedback-form .body-form .white-box img.fb-th {
  margin: 0 auto;
  display: flex;
}

/* Feedback Form Part 2 */
.feedback-form .feedback-form-part-2 h1.modal-title {
  visibility: hidden;
}
.feedback-form .feedback-form-part-2 {
  background: #BEEDFF;
}


/* Feedback Price Form Part 3 */
.feedback-form .for-price-part-1 .body-header .brand-box {
  max-width: 400px;
}
.feedback-form .for-price-part-1 .body-form .white-box {
  max-width: 400px;
}
.feedback-form .for-price-part-1 .body-form .white-box label {
  font-size: 15px;
}

div#feedback-price.feedback-form h1.modal-title {
  margin-top: 15px;
}
div#feedback-price.feedback-form .body-header .brand-box {
padding: 25px 25px;
}
div#feedback-price.feedback-form .body-header .brand-box h4 {
margin-bottom: 10px;
}
div#feedback-price.feedback-form .white-box > div {

}
div#feedback-price.feedback-form .for-price-part-1 .body-form .white-box label {
font-size: 14px;
}
div#feedback-price.feedback-form .body-form {
padding-bottom: 35px;
}
@media only screen and (max-height: 700px) {
  div#feedback-price.feedback-form h1.modal-title {
    margin-top: 15px;
    font-size: 21px !important;
}
div#feedback-price.feedback-form .body-header .brand-box {
  padding: 20px 20px;
}
div#feedback-price.feedback-form .body-header .brand-box h4 {
  font-size: 18px;
  margin-bottom: 8px;
}
div#feedback-price.feedback-form .white-box > div {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}
div#feedback-price.feedback-form .for-price-part-1 .body-form .white-box label {
  font-size: 14px;
}
div#feedback-price.feedback-form .body-form .white-box textarea.form-control {
  height: 75px !important;
  padding: 10px 15px;
}
div#feedback-price.feedback-form .body-form {
  padding-bottom: 35px;
}
}
@media only screen and (max-width: 375px) {
  div#feedback-price.feedback-form h1.modal-title {
    margin-top: 10px;
    font-size: 18px !important;
}
div#feedback-price.feedback-form .body-header .brand-box h4 {
  font-size: 17px;
  margin-bottom: 6px;
}
div#feedback-price.feedback-form .body-header .brand-box p {
  font-size: 11px;
}
div#feedback-price.feedback-form .body-header .brand-box {
  padding: 15px 10px;
}
div#feedback-price.feedback-form .for-price-part-1 .body-form .white-box label {
    font-size: 13px;
}
div#feedback-price.feedback-form .body-form .white-box textarea.form-control {
  font-size: 12px;
}
}
@media only screen and (max-width: 345px) {
  div#feedback-price.feedback-form h1.modal-title {
    margin-top: 5px;
    font-size: 16px !important;
}
div#feedback-price.feedback-form .body-header .brand-box h4 {
  font-size: 14px;
  margin-bottom: 4px;
}
div#feedback-price.feedback-form .body-header .brand-box p {
  font-size: 9px;
}
div#feedback-price.feedback-form .for-price-part-1 .body-form .white-box label {
    font-size: 11px;
}
}
/* ==========================================================================
 *
 *    FRONTEND RESPONSIVE STYLES
 *
 * ========================================================================== */
@media (max-width: 768px) {
  html, body {
    width: auto !important;
    overflow-x: hidden !important;
  }

  .fixed-top {
    position: relative !important;
  }

  #main-wrapper .text-container h1 {
    font-size: 30px !important;
  }
  #main-wrapper .text-container p {
    font-size: 14px !important;
  }
  #main-wrapper #responsive-title {
    display: block !important;
    padding-left: 0 !important;
  }
  #main-wrapper #special-image-margin {
    display: none;
  }
  #main-wrapper .frontend-buttons {
    margin-left: 0rem !important;
  }

  #cases-wrapper {
    padding-bottom: 0;
  }

  #flags-wrapper {
    padding-top: 0;
  }
  #flags-wrapper .flags-info {
    margin-top: 3rem;
  }

  #features-wrapper .container {
    margin-top: 0px !important;
  }

  #solutions-list {
    text-align: center;
  }

  #contact-wrapper img {
    display: none;
  }
  #contact-wrapper form {
    width: 100%;
  }

  .central-banner {
    position: relative !important;
  }

  .copyright-left {
    float: none !important;
    text-align: center;
  }

  .copyright-right {
    display: none !important;
  }

  #back-to-top {
    display: none !important;
  }

  #footer-logo {
    margin-bottom: 2rem;
  }

  #welcome-footer #footer {
    padding-top: 96px;
  }

  .central-banner .pl-9 {
    padding-left: 0 !important;
  }
  .central-banner .pr-9 {
    padding-right: 0 !important;
  }
  .central-banner h2 {
    font-size: 1.5rem;
  }
  .central-banner p {
    font-size: 12px;
  }

  #login-responsive .card-body {
    padding: 5rem 1.5rem !important;
  }
  #login-responsive #login-footer {
    position: relative;
    left: auto !important;
  }

  #login-background {
/*    display: none;*/
  }

  .nav-item {
    width: 100% !important;
  }

  #footer {
    padding-left: 3rem !important;
  }

  .frontend-body .navbar {
    padding: 0;
  }
  .frontend-body .navbar-collapse {
    background: #FFF;
    padding: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }

  .policy .card-body {
    padding: 4rem 1rem !important;
  }

  .vendors {
    display: none;
  }

  #responsive-info {
    display: none;
  }
    div#avtar-list .profile-avtar .slick-prev, div#avtar-list .profile-avtar .slick-next{
        left: 0;
    }
}
@media (min-width: 2560px) {
  #main-wrapper #responsive-title {
    padding-left: 13rem !important;
  }
}
#login-footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.login-bg .input-box .form-control {

  height: 60px;
/* UI Properties */
background: #FFFFFF 0% 0% no-repeat padding-box !important;
border: 1px solid #D2D2D2 !important;
border-radius: 5px !important;
opacity: 1 !important;
  background-color: white !important;
padding-right: 40px;
color: #242A2E !important;
font-size: 16px;
font-weight: 400;
}

.login-bg .input-box .input-icon.name {
  right: 30px;
 }

.input-icon{
  position: absolute;
    top: 22px;
    right: 19px;
}
.input-box button#btnToggle {
  position: absolute;
  top: 18px;
  right: 19px;
  background: transparent;
  border: 0;
  color: #242a2eb3;
  padding: 0;
}
.input-box button#btnToggle.regis{
  right: 29px;
}
.input-box .form-control#password {
  padding-right: 44px !important;
}
.input-icon.in-row{
  right: 32px;
  margin: 0 !important;
  line-height: 1;
  font-size: 18px;
}
.checkdiv{
  display:flex;
  align-items: center;
  gap:10px;
}
@media only screen and (max-height: 690px) {
    div#login-background div.content-login.register .card-body {
    padding: 25px 26px 20px!important;
    }
    div#login-background div.content-login.register .input-box .form-control {
        height: 55px !important;
    }
    div#login-background div.content-login.register .awselect .front_face {
        height: 52px !important;
    }
    div#login-background div.content-login.register .awselect {
    height: 55px !important;
    }
    div#login-background div.content-login.register .loginbtn {
        height: 48px !important;
    }
    div#login-background div.content-login.register i.input-icon.pass {
    /* top: 77px; */
    }
}
@media only screen and (max-height: 640px) {
  div#login-background div.content-login .card-body {
      padding: 30px !important;
  }
  .login-bg .input-box .form-control {
      height: 55px !important;
  }
  .loginbtn {
      height: 48px !important;
  }
}
@media only screen and (max-height: 628px) {
    div#login-background div.content-login.register .card-body {
    padding: 20px 21px 15px!important;
    }
    div#login-background div.content-login.register .input-box .form-control {
        height: 45px !important;
    }
    div#login-background div.content-login.register .awselect .front_face {
        height: 42px !important;
        padding: 10px !important;
    }
    div#login-background div.content-login.register .awselect {
    height: 45px !important;
    }
    div#login-background div.content-login.register .loginbtn {
        height: 45px !important;
    }
    div#login-background div.content-login.register i.input-icon.pass {
    /* top: 70px; */
    }
    .input-icon {
      top: 17px;
  }
}
@media only screen and (max-width: 1600px) {
    .awselect .front_face {
        padding: 17px 10px !important;
    }
}
.create-avatar .form-control[type=file] {
    overflow: hidden;
    height: unset;
    padding: 15px 25px !important;
}
/*All page is disabled */
.page-header .page-leftheader ol.breadcrumb {
    display: none;
}
.admin-dash{
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
}
.admin-dash .item {
  width: auto;
  padding: 0;
  flex: 1;
}
select#cars option {
    background-color: #bdbdbd61;
    color: #000;
}
.generateImage .progress1,
.generateImage .progress2,
.generateImage .progress3,
.generateImage .progress4,
.generateImage .progress {
  background: linear-gradient(to right,  var(--primary-color) 0%,  var(--primary-color) 100%, #fff 40%, #fff 100%);
  border: solid 2px  var(--primary-color);
  border-radius: 8px;
  height: 6px;
  width: 100%;
  outline: none;
  transition: background 450ms ease-in;
 /*webkit-appearance: none;*/
}
.generateImage .progress1::-webkit-slider-thumb,
.generateImage .progress2::-webkit-slider-thumb,
.generateImage .progress3::-webkit-slider-thumb,
.generateImage .progress4::-webkit-slider-thumb,
.generateImage .progress::-webkit-slider-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background:  var(--primary-color);
  position: relative;
  border: 8px solid #A1D3FA;
  box-sizing: content-box;
}
.generateImage .right-box {
  padding: 15px 0;
  margin: 0 1.5rem;
  height: 85px;
  border-bottom: 1px solid #D1DFFF;
  position: relative;
}
.generateImage .right-box h6 i {
  color: #BFBFBF;
  font-size: 15px;
  cursor: pointer;
  width: 43px;
  text-align: left;
  padding-left: 10px;
  margin: 0;
}

.generateImage .refresh{
  background: var(--primary-color);
  border-radius: 3px;
  padding: 8px;
  color: #fff;
  cursor: pointer;
}

.image-icon {
  display: flex;
  flex-flow: column;
  gap: 10px;
  align-items: flex-end;
  width: auto;
  position: relative;
  // top: 6px;
}
.studio-center {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap:10px;
}
.image-icon i {
  color: var(--primary-color);
  background: #F4F7FE ;
  border-radius: 3px;
  padding: 7px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
}
.img-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 0px;
    justify-content: center;
   position:relative;
   width:100%;
}
.img-box .item .hover-effect {
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-box .item:hover .hover-effect {
  opacity: 1;
  transition: all .3s ease;
}

.img-box .item:hover img{
  border: 5px solid #0000006e;
  border-radius: 4px;
  transition: all .5s ease;
}
.img-box .hover-effect a.download-img {
  background: rgba(43,43,43,.8);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}
/*.img-box img {
    width: 45%;
   height: 50%;
}*/
.studio-row {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.studio-left {
    flex-basis: 200px;
}
.studio-center {
    flex-basis: 50%;
   position: relative;
   min-height: 90px;
}
.s-box {
    flex-basis: 330px;
    background-color: #2b2b2b;
    padding:10px 20px 20px;
}
.right-box h6 {
    display: flex;
   margin-bottom:5px;
}
.right-box h6 i{
  color: #BFBFBF;
}
.studio-center form {
    margin: 0;

    display: flex;
    gap: 20px;
}
.studio-center .form-box{
 padding: 0 20px 20px;
}
.studio-center form input[type="text"] {
    width: 100%;
    background-color: #111113;
    border: 0;
    padding: 13px 10px;
    color: #fff;
    font-size: 16px;
}
.studio-center form  button {
    background-color: #05cfa7;
    padding: 0 20px;
    border: 0;
    color: #fff;
    border-radius: 5px;
}
.form-box i {
    color: #05cfa7;
    margin-bottom: 5px;
}
.studio-right.s-box h6 span {
    font-size: 14px;
    font-weight: 400;
    color: #ffffffc7;
}
.right-box p {
    font-size: 12px;
    margin-bottom: 3px;
    color: #bdbdbd61;
}
.right-box div {
    background-color: #D8E4FF;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 300;
    min-width: 55px;
    text-align: center;
    border-radius: 2px;
}
select#cars {
    background-color: #D8E4FF;
    /* color: #bdbdbd61; */
    width: 100%;
    padding: 10px;
    color: #3F557A;
    border-color: #D8E4FF;
    margin-top: 10px;
}
.arrow-icon svg {
    height: 20px;
    width: 20px;
}
.arrow-icon {
    position: absolute;
    left: auto;
    right: 30px;
    background-color: #06d8b2;
    padding: 0px;
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
   border-radius: 4px;
}
.arrow-icon a {
    display: contents;
}
.arrow-icon svg path {
    stroke: #ffffffcc !important;
}
.Disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  }
  .btn.generate{
    font-size: 14px;
    padding: 0.6rem 3rem;
    text-transform: capitalize;
    min-width: auto;
  }

.grid-view .card-deck.grid-box {
  padding: 1rem 2rem !important;
  min-height: 140px;
  max-height: unset;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.grid-view .card-deck.grid-box .card {
    padding: 10px;
    padding-bottom: 0px;
    box-shadow: 0px 0px 10px #8B8B8B29;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    margin: 0;
}
.grid-view .card-deck.grid-box .card-body {
    padding: 15px 0;
}
.grid-view .card-deck.grid-box .card-footer {
    padding: 13px 0;
}
.grid-view .card-deck.grid-box .card .embed-responsive {
    border-radius: 3px;
}
.grid-view .card-deck.grid-box h5.card-title {
    font-size: 16px;
    color: #3E3E3E;
    overflow: hidden;
    font-weight:600;
    /* max-height: 5rem;*/
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 30px;
    line-height: 1.4;
    width: 100%;
    position: relative;
    padding-right: 20px;
}
.grid-view .card-deck.grid-box h5.card-title.editable:after{
  content:"";
  background-image: url("../composer/svg/theme/pencil-edit.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 15px;
  height: 15px;
  background-size: contain;
  cursor: pointer;
}
body.change-course-bg .grid-view .card-deck.grid-box h5.card-title {
  font-size: 16px;
  color: #3E3E3E;
  overflow: hidden;
  line-height: 1.4;
  display: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  max-height: unset;
  width: 100%;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.change-course-bg .grid-view .card-deck.grid-box .card{
  transition: transform 0.2s ease-out 0s, box-shadow 0.2s ease-out 0s, padding 0.3s ease;
  box-shadow: unset;
  border: unset;
  padding: 7px;
}
body.change-course-bg .grid-view .card-deck.grid-box .card:hover,body.change-course-bg .grid-view .card-deck.grid-box .card.hover{
  box-shadow: rgba(64, 85, 128, 0.16) 0px 4px 12px;
  transform: translateY(-8px);
  /* padding: 7px; */
}
.creation-grid .item .card{
  transition: transform 0.3s ease-out 0s, box-shadow 0.3s ease-out 0s, padding 0.3s ease;
}
.creation-grid .item .card:hover{
  box-shadow: rgba(64, 85, 128, 0.16) 0px 4px 12px;
  transform: scale(1.05);
}
body.change-course-bg .grid-view .card-deck.grid-box .embed-responsive img {
  border-radius: 5px;
  border: 1px solid #E8E9ED;
}
body.change-course-bg .grid-view .card-deck.grid-box .authoring .dropdown-toggle::after {
  content: unset;
}
body.change-course-bg .grid-view .card-deck.grid-box .authoring ul.dropdown-menu {
  padding: 3px 0;
  border-radius: 5px;
  box-shadow: rgba(64, 85, 128, 0.16) 0px 4px 12px;
  top: 24px !important;
}
body.change-course-bg .grid-view .card-deck.grid-box .authoring .text-right {
  min-width: 145px;
  border-radius: 5px;
}
body.change-course-bg .grid-view .card-deck.grid-box .authoring .text-right a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
  padding: 6px 15px;
  gap: 10px;
}
body.change-course-bg .grid-view .card-deck.grid-box .authoring .text-right a i {
  padding: 0;
  height: auto;
  display: block;
}
body.change-course-bg .grid-view .card-deck.grid-box .authoring .text-right a:hover {
  background: #F5F5F5;
  color: var(--primary-color) !important;
  transition: all 0.3s ease;
  padding-left: 25px !important;
}
.grid-view .card-deck.grid-box .text-muted {
    color: #717171 !important;
}
.grid-view .card-deck.grid-box .action {
  // min-width: 110px;
  padding-left: 0;
  // width:100%;
}
.grid-view .card-deck.grid-box .min-he {
  flex-wrap: wrap;
  gap: 10px;
}
.grid-view .card-deck.grid-box .min-he a.card-title{
  font-size: 16px;
  color: #3E3E3E;
      overflow: hidden;
  // max-height: 5rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
      max-height: 30px;
      width: 100%;
}
div#gridview .dataTables_length,div#kapture_gridview .dataTables_length{
  padding: 0 20px;
}
.dataTables_length,.dataTables_info{
padding-left: 1.5rem;
}
.dataTables_filter,.dataTables_paginate{
  padding-right: 1.5rem;
}
.listview-button {
/*
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    display: inline-flex;
*/
flex-flow: nowrap;
align-items: center;
}
.listview-button button.icon-no-margin.active[data-action="viewgrid"] {
/*    border-radius: 10px 0 0 10px!important;*/
}
.listview-button button.icon-no-margin.active {
/*    background: #e4e4e4;*/
}
.listview-button button.icon-no-margin {
    padding: 0!important;
}
.listview-button button.icon-no-margin:focus{
  box-shadow: unset;
}
.listview-button button.icon-no-margin i {
    font-size: 21px!important;
    color: #67748E;
    background: #f5f9fc;
    border: 1px solid white;
    border-radius: 0.42rem;
        display: flex;
    justify-content: center;
    align-items: center;
        width: 38px;
    height: 38px;
}
div#course_viewlist .dataTables_length {
  padding-left: 0;
}
.contentbank_view.active i{
  background: var(--primary-color)!important;
  color: #fff!important;
}
div#background-list .card-header {
    display: flex;
    justify-content: space-between;
}
.btn.contentbank_view:focus, .btn.contentbank_view.focus {
  outline: 0;
  box-shadow: unset;
}
div#background-list button.back-list{
        border-radius: 35px;
    text-transform: uppercase;
    color: #5B5B5B !important;
    background-color: #D6D6D6;
    border-color: #D6D6D6;
    box-shadow: 0 1px 3px 0 rgb(50 50 50 / 20%), 0 2px 1px -1px rgb(50 50 50 / 12%), 0 1px 1px 0 rgb(50 50 50 / 14%);
}
div#background-list button.back-list:hover{
    color: #fff !important;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
div#background-list .card-header-sub {
    background: #F5F9FC;
    border-bottom: 1px solid #ebecf1;
}
div#background-list .grid-box-back {
    max-height: unset;
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 15px;
}
div#background-list .item.default{
    background: #fff;
    border-radius: 5px;
    flex-direction: column;
    gap:5px;
    position: relative;
    border: 1px solid gray;
}
div#background-list .item.default input[type=file] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
div#background-list .item{
    position: relative;
    cursor: pointer;
}
div#background-list .item img{
    border-radius: 5px;
    cursor: pointer;
}
div#background-list input[type="radio"] {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

div#background-list input[type="radio"]:checked + span:after {
    content: "✓";
    position: absolute;
    top: -3px;
    right: -3px;
    width: 18px;
    height: 18px;
    opacity: 1;
    font-size: 10px;
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}
div#background-list .item.default i{
    color: var(--primary-color);
}
div#loading-image {
  text-align: center;
  margin-bottom: 25px;
}
.img-box.new-ui div#loading-image {
  background: #F5F9FC 0% 0% no-repeat padding-box;
  border-radius: 5px;
  padding: 30px;
  padding-top: 50px;
}
div#loading-image p.loading-para {
  font-size: 21px;
}
.new-ui div#loading-image h3.loading-para{
  font-size: 25px;
  color: #545454;
  font-weight: 600;
}
.new-ui div#loading-image p.sub-para{
  font-size: 16px;
  color: #707070;
}
div#loading-image button.btn.loading-results {
  background-color: var(--primary-color)!important;
  color: #fff;
  padding: 7px 27px;
}
.ft_social_icon .social-icon{
  fill: #FFFFFF;
  color: #FFFFFF !important;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 5px;
}

.ft_social_icon .btn:focus {
  outline: 0;
  box-shadow: unset;
}
@media only screen and (max-width: 1400px) {
  .no-overflow {
   width: 100%;
    overflow-x: auto;
  }
  section.ai-cont-gen .title h2 {
    font-size: 22px !important;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button {
  font-size: 14px;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-button i {
  font-size: 15px;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-body ul li {
  font-size: 14px;
}
section.ai-cont-gen .left-part-ai div.accordion .accordion-item .accordion-body ul li:before {
  width: 10px;
  height: 10px;
  top: 8px;
}
section.ai-cont-gen .right-part-ai .left-drop .current-heading h3 {
  font-size: 28px;
}
section.ai-cont-gen .right-part-ai .left-drop .current-heading p,section.ai-cont-gen .right-part-ai .left-drop label,
section.ai-cont-gen .right-part-ai .left-drop .input-box .form-control,section.ai-cont-gen .right-part-ai .left-drop button.translate-button,
section.ai-cont-gen .right-part-ai #rowResult .input-box textarea#blog-content {
  font-size: 15px;
}
.video-editor .library .panel .tab-container .tab-header .tab {
  padding: 7px 10px;
}
}
.content-generator #gen-form #mbless.input-box{
  width: 100%;
}
.content-generator #gen-form #mbless textarea#topic {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  padding: 1.2rem !important;
  font-size: 16px;
  letter-spacing: 0px;
  color: #3F557A;
}
.input-box textarea#blog-content {
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  border-color: #d5d5d5 !important;
}
.brand-color{
  color: var(--primary-color)!important;
}
.content-generator #gen-form .cont-btn .translate-button {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  padding: 25px;
  font-size: 16px;
  text-transform: capitalize;
}

.icon-refresh{
  font-size: 20px;
  color: #fff;
  animation: animName 1s infinite;
}
@keyframes animName {
  0%{
      transform: rotate(0deg);
  }
  100%{
      transform: rotate(360deg);
  }
}
.content-generator #gen-form .translate-button{
  font-size: 16px;
  text-transform: capitalize;
  padding: 0.6rem 2rem;
}
.content-generator #gen-form div#btnRow .translate-button{
  padding: 0.39rem 1rem 0.3rem;
  background: #fff !important;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: unset;
  font-size: 14px;
  line-height: 1.5;
  text-transform: unset;
}
.content-generator #gen-form div#btnRow .translate-button:hover{
  background: var(--primary-color) !important;
  color: #fff;
}
.content-generator #gen-form .right-drop-fix {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 2rem;
  z-index: 9;
  width: 230px;
  height: 100%;
  min-height: 310px;
  background: #F9F9F9;
  border-radius: 5px 0px 0px 5px;
}
.content-generator .right-drop-fix i.fa-info-circle{
  color: var(--primary-color) !important;
}
.right-drop-fix img.info{
  cursor: pointer;
  text-align: right;
  padding: 0 10px 0 15px;
  margin: 0;
}
.content-generator #gen-form .right-drop-fix .form-group {
  margin-bottom: 1.5rem;
}
.content-generator .card-body {
  min-height: 310px !important;
}
.content-generator .con .card-body{
  box-shadow: 0px 0px 15px #ACACAC29;
  border-radius: 5px;
}
.content-generator #gen-form .right-drop-fix .btn-case{
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  height: 37px;
  font-size: 12px;
  text-align: left;
  color: #5B5B5B;
  position: relative;
  padding-left: 10px !important;
  box-shadow: none;
}
.content-generator #gen-form .right-drop-fix .btn-case:hover {
  background-color: #fff;
  box-shadow: unset;
  color:  #5B5B5B;
  transform: unset;
}
.content-generator #gen-form .right-drop-fix .drop-title{
font-size: 12px;
color: #5B5B5B;
}
.content-generator #gen-form .right-drop-fix select.form-select {
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  height: 40px;
  font-size: 12px;
  text-align: left;
  color:  #5B5B5B;
  font-family: "Poppins", sans-serif;
}
.content-generator #gen-form .right-drop-fix .dropdown-toggle:after{
display: none;
}
.content-generator #gen-form .right-drop-fix .dropdown-toggle:before{
  position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-bottom: 2px solid #919191;
    border-right: 2px solid #919191;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
.content-generator #gen-form .right-drop-fix .dropdown-item.dropdown-toggle:before {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-bottom: 2px solid #919191;
  border-right: 2px solid #919191;
  transform: rotate(-45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}
.content-generator #gen-form .right-drop-fix .dropdown-menu > li > a {
  padding: 0.5rem 0.5rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 35px;
  font-size: 12px;
}
.content-generator #gen-form .right-drop-fix div#inputFields input.form-control {
  font-size: 12px;
  text-align: left;
  color: #5B5B5B;
  font-family: "Poppins", sans-serif;
  width: 100%;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  height: 37px;
}
.content-generator #gen-form .right-drop-fix div#inputFields{
  overflow-y: auto;
  max-height: 130px;
}

.content-generator.video-stu #gen-form .right-drop-fix div#inputFields{
  overflow-y: auto;
  max-height: 170px;
}
.content-generator #gen-form .right-drop-fix div#inputFields::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.content-generator #gen-form .right-drop-fix div#inputFields::-webkit-scrollbar-track {
  background: transparent;
}
.content-generator #gen-form .left-drop{
  padding-left: 230px;
}
.content-generator #gen-form .left-drop div#textarea-box{
  margin-bottom: 0!important;
}
.content-generator #gen-form .left-drop div#textarea-box .note-toolbar,.content-generator #gen-form .left-drop div#textarea-box .note-statusbar {
  background-color: #fff;
}
.content-generator #gen-form .left-drop div#textarea-box .note-toolbar .note-btn{
  border-radius: 5px;
  color: #000000;
  background-color: #F5F9FC;
  padding: 7px 12px;
}
.note-editor.note-airframe, .note-editor.note-frame {
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}
.note-toolbar {
  padding: 10px 5px;
  color: #000000;
  background-color: #FFF;
  border-bottom: 1px solid #D5D5D5;
  border-radius: 5px;
}
.note-btn {
  color: #333;
  background-color: #fff;
  border: 0;
  background: #F5F9FC;
  border-radius: 5px !important;
  padding: 7px 12px;
  font-size: 15px;
}
.note-btn:after {
  content:unset;
}
.note-btn-group.note-font .note-btn,.note-btn-group.note-para .note-btn{
  border-radius: 5px 0 0 5px !important;
  margin-right: 1px;
  position: relative;
}
.note-btn-group.note-font .note-btn:nth-child(2),.note-btn-group.note-para .note-btn:nth-child(2){
  border-radius: 0px !important;
}
.note-btn-group.note-font .note-btn:before,.note-btn-group.note-para .note-btn:before{
  content: "";
  position: absolute;
  top: 4px;
  border-right: 1px solid #d5d5d5 !important;
  right: 0;
  height: 76%;
}
.note-btn-group.note-font .note-btn:last-child,.note-btn-group.note-para .note-btn:last-child{
  border-radius: 0 5px 5px 0 !important;
 }
 .note-btn-group.note-para .note-btn-group .note-btn{
  border-radius: 0 5px 5px 0 !important;
 }
.note-btn-group.note-font .note-btn:last-child:before,.note-btn-group.note-para .note-btn:last-child:before{
 content:unset;
}
.note-btn-group.note-para .note-btn-group .note-btn:before{
  content:unset;
 }
 .note-btn.active, .note-btn.focus, .note-btn:active, .note-btn:focus, .note-btn:hover {
  border: 0;
  background: #f5f9fc;
}
 .note-editor .note-toolbar>.note-btn-group, .note-popover .popover-content>.note-btn-group {
  margin-top: 7px;
  margin-left: 0;
  margin-right: 7px;
}
 .note-editor .note-toolbar, .note-popover .popover-content {
  margin: 0;
  padding: 0 0 7px 7px;
}
.note-editor.note-airframe .note-statusbar .note-resizebar, .note-editor.note-frame .note-statusbar .note-resizebar {
  padding-top: 0px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: #fff;
}
.page-leftheader p.sub-title {
  margin: 0;
  font-size: 13px;
}
.fixed-box {
  position: sticky;
  top: 70px;
  z-index: 991;
  background: #f5f9fc;
  padding-bottom: 2px;
  margin-bottom: 5px;
}
.fixed-box:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 5px;
  height: 100%;
  background: #f5f9fc;
}
.header-tab.grid-layout {
  display: grid!important;
  grid-template-columns: repeat(4,1fr);
  gap: 25px;
  // margin-bottom: 20px;
}
.header-tab.grid-layout .item .box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 10px #7E7E7E29;
  border-radius: 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  border: 2px solid transparent;
  cursor:pointer;
}
.header-tab.grid-layout .item:hover .box{
  border:2px solid var(--primary-color);
}
.header-tab.grid-layout .item .box.active{
  border:2px solid var(--primary-color);
}
.header-tab.grid-layout .item .box.active span.box-img,.header-tab.grid-layout .item:hover .box span.box-img{
  box-shadow: inset 0px 3px 6px var(--primary-color);
  background-color: #00b7ff1f;
}
.header-tab.grid-layout .item .box.active svg path,.header-tab.grid-layout .item:hover .box svg path{
   fill: var(--primary-color);
}
.header-tab.grid-layout .item .box span.box-img {
  box-shadow: inset 0px 3px 6px #00000029;
  border: 1px solid #D6E3F3;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-tab.grid-layout .item .box svg {
  width: 37px;
}
.header-tab.grid-layout .item .box p.box-title {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  color: #343C44;
  margin-left:15px;
}
.iteam-20-lg{
  flex: 0 0 25%;
  max-width: 25%;
}
.new-box-layout{
  display: grid!important;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
  margin-bottom: 25px;
}
.new-box-layout .item .box {
  // box-shadow: 0px 0px 10px #7E7E7E29;
  border-radius: 10px;
  padding: 16px 15px;
  display: flex;
  align-items: center;
  border: 2px solid #CBCBCB;
  // border: 2px solid transparent;
  cursor:pointer;
}
.new-box-layout .item .box span.box-img {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #8E8F95;
}
.new-box-layout .item .box span.box-img p.box-title{
  font-size: 15px;
  margin: 0;
}
.new-box-layout .item .box.gradient{
  fill: #2FC58D;
  color: #2FC58D !important;
  border-color: #2FC58D;
}
.new-box-layout .item .box.gradient span.box-img{
  color:  var(--primary-color) !important;
}
@media only screen and (min-width: 1600px) {
  .grid-view .card-deck.grid-box {
    min-height: 140px;
    max-height: unset;
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
  }
  .courses-page .folders-block-grid {
    display: grid!important;
    grid-template-columns: repeat(5,1fr);
    gap: 20px;
}
    div#background-list .grid-box-back {
    max-height: unset;
    display: grid !important;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}
.header-tab.grid-layout .item .box p.box-title {
  font-size: 20px;
}
.header-tab.grid-layout .item .box span.box-img {
  min-width: 75px;
  height: 75px;
}
.header-tab.grid-layout .item .box img {
  width: 35px;
}
.header-tab.grid-layout .item .box {
  padding: 10px 20px;
}
.add-media-grid {
  display: grid!important;
  grid-template-columns: repeat(5,1fr);
  gap: 10px;
}
}
@media only screen and (max-width: 1450px) {
  .header-tab.grid-layout .item .box p.box-title {
    font-size: 17px;
    margin-left: 13px;
}
.header-tab.grid-layout .item .box span.box-img {
  min-width: 60px;
  height: 60px;
}
.header-tab.grid-layout .item .box svg {
  width: 28px;
}
.header-tab.grid-layout .item .box {
  padding: 10px 12px;
}
}
@media only screen and (max-width: 1370px) {
  .header-tab.grid-layout .item .box p.box-title {
    font-size: 15px;
    margin-left: 13px;
}
.header-tab.grid-layout .item .box span.box-img {
  min-width: 55px;
  height: 55px;
}
.header-tab.grid-layout .item .box img {
  width: 23px;
}
}
@media only screen and (max-width: 1300px) {
  .header-tab.grid-layout {
    // grid-template-columns: repeat(2,1fr);
    gap: 10px;
}
.header-tab.grid-layout .item .box span.box-img {
  min-width: 35px;
  height: 35px;
}
.header-tab.grid-layout .item .box svg {
  width: 16px;
}
.header-tab.grid-layout .item .box p.box-title {
  font-size: 11px;
  margin-left: 10px;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link{
  padding: 10px 10px 0;
  font-size: 13px;
}
.home-pg .tab-pane .box-sample span{
  height: 140px;
}
}
@media only screen and (max-width: 1024px) {
  .grid-view .card-deck.grid-box {
    grid-template-columns: repeat(3, 1fr);
  }
  .courses-page .folders-block-grid {
    grid-template-columns: repeat(3, 1fr);
}
    div#background-list .grid-box-back {
    grid-template-columns: repeat(5, 1fr);
}
.content-generator #gen-form #mbless textarea#topic {
  padding: 0.75rem !important;
  font-size: 14px;
  height: 56px;
  }

.iteam-25-md{
  flex: 0 0 25%;
  max-width: 25%;
}
section.ai-cont-gen .left-part-ai {
  width: 100%;
}
section.ai-cont-gen .left-ai .massage-box {
  left: 23px;
}
section.ai-cont-gen .title h2 {
  font-size: 20px !important;
}
div.userinfo .modal-body {
  width: 95%;
}
div.userinfo .modal-header img {
  width: 21%;
}
.add-media-grid {
  grid-template-columns: repeat(3,1fr);
}
}
@media only screen and (max-width: 1007px) {
  .home-pg .page-leftheader {
    position: relative;
    top: -14px;
    width: 100% !important;
    left: unset;
}
.home-pg .page-leftheader:before {
  content: "";
  position: absolute;
  /* background: transparent linear-gradient(102deg, #00AFFD 0%, #00EBA5 100%); */
  left: -2rem;
  right: -2rem;
  width: auto;
  height: 100%;
}
.home-pg .ai-head .ai-text {
  z-index: 9;
  position: relative;
}
.row.home-pg {
  margin-top: 0;
  overflow-y: visible;
  scroll-snap-type: y mandatory;
  max-height: 100%;
}
.home-pg .ai-head ul#myTab li.nav-item .nav-link.active:before{
  display: none;
}
}
@media only screen and (max-width: 991px) {
  .grid-view .card-deck.grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
  .courses-page .folders-block-grid {
    grid-template-columns: repeat(2, 1fr);
}
        div#background-list .grid-box-back {
    grid-template-columns: repeat(4, 1fr);
}
div.userinfo .modal-header p.modal-sub-title {
  font-size: 14px;
  text-align: center;
}
div.userinfo .modal-body {
  font-size: 14px;
}
div.userinfo .modal-header p.modal-sub-title:before {
  top: 60px;
}
.capture-ideas {
  display: none;
}
}
@media only screen and (max-width: 870px) {
  .fixed-box {
    position: static;
}
.add-media-grid {
  grid-template-columns: repeat(2,1fr);
}
}
@media only screen and (max-width: 567px) {
  .grid-view .card-deck.grid-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .courses-page .folders-block-grid {
    grid-template-columns: repeat(1, 1fr);
}
        div#background-list .grid-box-back {
    grid-template-columns: repeat(2, 1fr);
}
.content-generator #gen-form .right-drop-fix {
  width: 100%;
  height: auto;
  min-height: 300px;
  border-radius: 5px 5px 0px 0px;
}
.content-generator #gen-form .left-drop {
padding-left: unset;
padding-top: 300px;
}
.content-generator #gen-form #mbless textarea#topic {
padding: 0.75rem !important;
font-size: 9px;
height: 56px;
}
.header-tab.grid-layout {
  grid-template-columns: repeat(1,1fr);
}
.new-box-layout {
  grid-template-columns: repeat(1,1fr);
}
.new-box-layout .item .box span.box-img i,.new-box-layout .item .box span.box-img p.box-title{
  font-size: 16px !important;
}
section.ai-cont-gen .right-part-ai .card-body.outer {
  width: 100%;
}
section.ai-cont-gen .left-part-ai {
  min-height: auto;
}
section.ai-cont-gen .left-ai .massage-box {
  width: 90%;
  position: relative;
  bottom: unset;
  left: 5% !important;
  margin: 20px 0;
}
.upgrade_me span.upg-img {
  display: none;
}
.upgrade_me .text-data {
  padding: 20px;
}
.upgrade_me .modal-dialog {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  margin: 0;
}
section.ai-cont-gen .right-part-ai .card-body.inner {
  padding: 1rem !important;
}
.d-flex.justify-content-between.mb-wrap {
  flex-flow: column;
}
button.navbar-toggler {
  display: none;
}
.frontend-body .navbar-collapse {
  padding: 0rem;
}
.home-pg .page-leftheader {
  position: relative;
  top: unset;
  width: 100%;
  right: unset;
  z-index: 9;
}
.row.home-pg {
  margin-top: unset;
  max-height: unset;
}
.add-media-grid {
  grid-template-columns: repeat(1,1fr);
}
}
.all-btn.spe .voice-neural{
  display: inline-flex;
  width: 127px;
}
.translate-in_progress{
  width: 98px;
  display:inline-block;
}
div#longFields span.file-upload {
    position: relative;
    display: block;
    margin: 10px 0;
    font-size: 16px;
    color: #1e1e2d;
    background-color: #f5f9fc;
    border-color: transparent;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 1rem;
    text-align: center;
}
div#longFields span.file-upload .brand-color{
  color: var(--primary-color)!important;
}
div#longFields span.file-upload input#topicFile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.dropdown.bootstrap-select{
  width: 100%!important;
  height: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 1px solid #D2D2D2 !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  background-color: white !important;
  color: #242A2E !important;
  font-size: 16px;
  font-weight: 400;
}
.dropdown.bootstrap-select button.dropdown-toggle{
  height: 58px;
    color: #242A2E !important;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    border: 0;
}
.dropdown.bootstrap-select button.dropdown-toggle:focus-visible,.dropdown.bootstrap-select button.dropdown-toggle:focus,.dropdown.bootstrap-select button.dropdown-toggle:hover {
  outline: none !important;
  background-color: #fff !important;
  box-shadow: none !important;
}
.dropdown.bootstrap-select button.dropdown-toggle .filter-option {
  height: auto !important;
}
.dropdown.bootstrap-select .dropdown-menu .bs-searchbox .form-control{
  box-sizing: border-box;
  height: 30px;
  padding: 1.2rem 1rem;
  margin-bottom: 10px;
  font-size: 15px;
}
.dropdown.bootstrap-select .dropdown-menu{
  width: 100%;
}
.bootstrap-select>.dropdown-toggle.show:after{
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #242a2eb3;
  border-top: 2px solid #242a2eb3;
  transform: rotate(312deg);
  margin-right: 6px;
  border-left: 0px solid #242a2eb3;
}
.bootstrap-select>.dropdown-toggle:after{
  position: relative;
  top: -2px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #242a2eb3;
  border-top: 2px solid #242a2eb3;
  transform: rotate(135deg);
  margin-right: 6px;
  border-left: 0px solid #242a2eb3;
}
div.group-btn {
  border: 1px solid #D2D2D2 !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
  z-index: 990;
  left: -4px;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 54px;
}
.group-btnd.group-btn {
  height: 60px;
  background: #f8f9fa;
}
div.group-btn button.create-project {
  padding: 6px 12px;
  font-size: 12px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}


.sound-mix tr:focus-visible {
    outline: none!important;
}
.sound-mix td:focus-visible {
  outline: none!important;
}
.sound-mix input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  z-index: 9;
  position: relative;
}
.sound-mix .table tbody tr td:nth-child(4){
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-box {
  display: grid!important;
  grid-template-columns: repeat(3,1fr);
  gap: 15px;
}
.grid-box .testImage{
width:100%!important;
height:100%!important;
}
.grid-box span:hover .testImage{
  border: 5px solid #0000006e;
  border-radius: 4px;
  transition: all .5s ease;
}
.grid-box span .hover-effect {
  position: absolute;
  // width: 100%;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid-box span:hover .hover-effect {
  opacity: 1;
  transition: all .3s ease;
}
.grid-box span .hover-effect a.download-img {
  background: rgba(43,43,43,.8);
  border-radius: 50%;
  width: 55px;
  height: 55px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
}
.create-avatar .input-box input:focus::placeholder {
  color: transparent;
}
/*Custom radio button*/
input[type=radio].cus-radio {
  appearance: none;
  background-color: #fff;
  width: 21px;
  height: 21px;
  border: 2px solid #EFF2F1;
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  cursor: pointer;
  margin-left: 8px !important;
  opacity: 1 !important;
}

input[type=radio].cus-radio::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: bottom left;
  background-color: var(--primary-color);
}

input[type=radio].cus-radio:checked::before {
  transform: scale(1);
}
input[type=radio].cus-radio:checked {
  background-color: #ffffff;
  border: 2px solid var(--primary-color);
}
.btn.table-top{
  font-size: 14px;
  height: 30px;
  margin-right: 10px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  text-transform: unset;
  line-height: 1;
  margin-top: 4px;
}
.new-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 14px;
  padding: 0 7px;
  gap: 3px;
  margin-left: -3px;
}
.card-header{
  padding: 0.8rem 1.5rem;
}
table.dataTable {
  border: 1px solid #EFEFEF;
  border-radius: 0px;
  margin-top: -2px !important;
  border-left: 0;
  border-right: 0;
}
table.dataTable th{
  padding: 1.2rem 0.75rem;
  vertical-align: middle !important;
  border-top: 1px solid #dee2e6;
}
 table.dataTable td {
  padding:  0.6rem 0.75rem;
  vertical-align: middle !important;
  // border-top: 1px solid #dee2e6 !important;
}
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_asc_disabled:before,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:after {
  bottom: 1.7em;
}
table.dataTable>thead,table.dataTable>thead tr {
  vertical-align: bottom;
  background: #F5F5F5;
  border-radius: 0px;
}
table.dataTable>thead tr th:first-child {
  border-radius: 0px;
}
table.dataTable>thead tr th:last-child {
  border-radius: 0px;
}
.table-bropdown:hover .dropdown-menu {
  display: block;
}
table#translateResultsTable.dataTable>thead .sorting:before,
table#translateResultsTable.dataTable>thead .sorting:after,
table#translateResultsTable.dataTable>thead .sorting_asc:before,
table#translateResultsTable.dataTable>thead .sorting_asc:after,
table#translateResultsTable.dataTable>thead .sorting_desc:before,
table#translateResultsTable.dataTable>thead .sorting_desc:after,
table#translateResultsTable.dataTable>thead .sorting_asc_disabled:before,
table#translateResultsTable.dataTable>thead .sorting_asc_disabled:after,
table#translateResultsTable.dataTable>thead .sorting_desc_disabled:before,
table#translateResultsTable.dataTable>thead .sorting_desc_disabled:after {
  bottom: 2.3em;
}
.table-bropdown .btn:focus{
  box-shadow: unset !important;
}
.table-bropdown .btn.dropdown-toggle{
  padding: 0.1rem 0.75rem;
}
.table-bropdown .btn.dropdown-toggle i{
  font-size: 23px;
  color: var(--primary-color);
}
.table-bropdown .btn.dropdown-toggle::after{
 display: none;
}
table.dataTable.compo td.title-leng{
  max-width: 70px;
  max-height: unset;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.compo.list td.actions > span{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
table.compo.list td.actions > span .custom-switch .custom-control-label::before{
  left: 0px;
}
table.compo.list td.actions > span .custom-switch .custom-control-label::after{
  left: calc( 1px + 2px);
}
.table-bropdown .dropdown-menu {
  background: transparent;
  box-shadow: unset;
  border: 0;
  transform: unset !important;
}
.table-bropdown .dropdown-menu .transcribe-action-buttons {
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: grid;
  place-content: center;
  color: #3F557A;
}
.sec-btn{
  padding: 0.39rem 1.6rem 0.3rem;
  background: #fff !important;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-shadow: unset;
  font-size: 14px;
  line-height: 1.5;
  text-transform: unset;
}
.sec-btn:hover {
  background: var(--primary-color) !important;
  color: #fff;
}
note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false], .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
background-color: #fff;
border-radius: 5px;
}
.card-body.count-down div#record-audio .countdown.flip-clock-wrapper{
  padding-left: 0;
  margin-left: 0;
  display: flex;
  justify-content: center;
}
.card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul {
  height: 40px;
  margin: 0 2px 0 2px;
  width: 28px;
}
.card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul li {
  line-height: 40px;
}
.card-body.count-down div#record-audio .countdown .flip-clock-divider {
  height: 40px;
}
.card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul li a div div.inn {
  font-size: 27px;
}
.card-body.count-down div#record-audio .countdown .flip-clock-divider .flip-clock-label {
  right: -43px;
}
.card-body.count-down div#record-audio .countdown .flip-clock-divider.minutes .flip-clock-label {
  right: -47px;
}
.card-body.count-down div#record-audio .countdown .flip-clock-divider.seconds .flip-clock-label {
  right: -50px;
}
.card-body.count-down div#record-actions #error span {
  display: inline-block;
  margin: 0 20px;
}
.card-body.count-down {
  padding: 0;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.card-body.count-down #record-buttons {
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.card-body.count-down #record-buttons .controls {
  padding: 0.6rem 1.5rem;
  width: auto;
}
.card-body.count-down div#record-audio .flip-clock-dot.bottom {
  bottom: 23px;
}
.card-body.count-down div#record-audio .flip-clock-dot.top {
  top: 24px;
}
/*
    AI Media Customization
*/
#preloader div img {
  z-index: 11051;
  width: 150px;
}
.ai-cus button.submit_from, .slide-view button.submit_from{
  /* background: var(--primary-sec-color); */
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 26px;
  border-color: transparent !important;
}
.ai-cus button.submit_from i, .slide-view button.submit_from i{
  font-size: 11px;
}
.ai-cus button.submit_from:not(:disabled):not(.disabled):active, .slide-view button.submit_from:not(:disabled):not(.disabled):active{
  background-color: var(--primary-sec-color);
  border-color: var(--primary-sec-color);
}
.ai-cus button.submit_from.back, .slide-view button.submit_from.back{
  background: #F5F5F5;
  margin-right: 10px;
}
.ai-custom .slides-count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.ai-custom .slides-count div#awselect_slidecount input.form-control.awselect_search.sticky-top {
  display: none;
}
.ai-custom .slides-count .form-group {
  min-width: 100px;
  margin: 0;
}
.ai-custom .slides-count .form-group label.form-label {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  margin: 0;
}
.ai-custom .slides-count .awselect{
  width: 100%;
  max-width: 83px;
  padding: 0 !important;
  font-size: 14px !important;
  border: 1px solid #DFDFDF !important;
  border-radius: 3px !important;
  font-weight: 400;
  margin: 0;
}
.ai-custom .slides-count .awselect .front_face {
  padding: 7px !important;
}
.ai-custom .accordion-header {
  margin-bottom: 0;
  position: relative;
  padding: 2px;
}
.change-course-bg .card.ai-cus{
  background: #FFFFFF;
  box-shadow: 0px 0px 15px #00000012;
  border-radius: 5px;
}
.ai-custom .accordion-item {
  background-color: #fff;
  border: 2px solid #B8B8B8;
  border-radius: 5px;
  margin-bottom: 10px;
}
.ai-custom .accordion-item.theme-data{
  border: 0;
}
.ai-custom .accordion-item.theme-data .accordion-button{
  padding: 1.25rem 1.25rem;
  font-size: 16px;
  box-shadow: 0px 0px 15px #00000012;
}
.ai-custom .accordion-item.theme-data:last-of-type .accordion-button.collapsed{
  box-shadow: 0px 0px 15px #00000012;
}
.ai-custom .accordion-item.theme-data .accordion-button::after,.ai-custom .accordion-item.theme-data .accordion-button::before{
  content: unset;
}
.ai-cus .accordion-item.theme-data .toggle-group .onoffswitch {
  top: 18px;
}
.ai-custom .accordion-item.theme-data .accordion-collapse .accordion-body {
    background: #F5F5F5;
}
.ai-custom .accordion-item.theme-data .accordion-collapse .accordion-body div.theme-slick .box-sample-theme{
  cursor: pointer;
  margin-right: 15px;
  max-width: 270px;
}
.ai-custom .accordion-item.theme-data .accordion-collapse .accordion-body div.theme-slick .box-sample-theme.intro {
    background: #FFFFFF;
    border: 1px solid #1B52F1;
    border-radius: 4px;
    padding: 5px !important;
    position: relative;
}
.ai-custom .accordion-item.theme-data .accordion-collapse .accordion-body div.theme-slick .box-sample-theme.intro:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.507' height='33.993' viewBox='0 0 35.507 33.993'%3E%3Cg id='Layer_2' data-name='Layer 2' transform='translate(-1.247 -1.705)'%3E%3Cpath id='Path_46410' data-name='Path 46410' d='M34.167,15.411a5.707,5.707,0,0,1-1.426-1.175,5.577,5.577,0,0,1,.457-1.884c.48-1.355,1.024-2.891.152-4.084s-2.518-1.156-3.962-1.123a5.65,5.65,0,0,1-1.907-.129,5.562,5.562,0,0,1-.7-1.755c-.409-1.4-.877-2.972-2.311-3.444-1.383-.446-2.665.535-3.8,1.4A5.423,5.423,0,0,1,19,4.255a5.423,5.423,0,0,1-1.689-1.042c-1.129-.857-2.405-1.847-3.8-1.4-1.431.466-1.9,2.047-2.311,3.442a5.643,5.643,0,0,1-.7,1.752,5.749,5.749,0,0,1-1.91.132c-1.45-.04-3.082-.083-3.962,1.123S4.306,11,4.788,12.35a5.508,5.508,0,0,1,.464,1.884,5.694,5.694,0,0,1-1.425,1.177c-1.208.825-2.58,1.765-2.58,3.29s1.372,2.462,2.58,3.29a5.694,5.694,0,0,1,1.425,1.175A5.506,5.506,0,0,1,4.8,25.052c-.479,1.354-1.02,2.889-.15,4.083s2.511,1.156,3.962,1.123a5.656,5.656,0,0,1,1.908.129,5.613,5.613,0,0,1,.7,1.755c.409,1.4.877,2.972,2.311,3.444a2.351,2.351,0,0,0,.712.112,5.583,5.583,0,0,0,3.084-1.509A5.423,5.423,0,0,1,19,33.147a5.423,5.423,0,0,1,1.689,1.042c1.131.863,2.412,1.849,3.8,1.4,1.431-.466,1.9-2.047,2.311-3.441a5.593,5.593,0,0,1,.7-1.753,5.655,5.655,0,0,1,1.9-.132c1.45.035,3.082.083,3.962-1.123s.33-2.729-.152-4.084a5.58,5.58,0,0,1-.464-1.88,5.673,5.673,0,0,1,1.426-1.177c1.208-.825,2.58-1.767,2.58-3.292S35.377,16.238,34.167,15.411Z' transform='translate(0 0)' fill='%230019FF'/%3E%3Cpath id='Path_46411' data-name='Path 46411' d='M12.778,17.679a1.23,1.23,0,0,1-.875-.363l-3.3-3.3a1.238,1.238,0,0,1,1.75-1.75l2.542,2.542L18.639,10.5a1.238,1.238,0,1,1,1.486,1.981l-6.6,4.953a1.24,1.24,0,0,1-.743.248Z' transform='translate(4.571 5.562)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
}
.ai-custom .accordion-item.theme-data .slick-slide img {
    border-radius: 4px;
}
.ai-custom .accordion-item.theme-data button.slide-arrow {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #000;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px #00000029;
}
.ai-custom .accordion-item.theme-data button.slide-arrow.slick-disabled{
  display: none !important;
}
.ai-custom .accordion-item.theme-data button.slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.ai-custom .accordion-item.theme-data button.slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(-50%, -50%);
}
.ai-custom div.group-btn {
  border: 1px solid #D2D2D2 !important;
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
  z-index: 990;
  left: -4px;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 !important;
  height: 45px;
}
.ai-custom div.group-btn button.create-project {
  padding: 6px 12px;
  font-size: 12px;
  width: 35px;
  height: 35px;
  margin-right: 5px;
  display: grid;
  place-content: center;
}
.ai-custom .accordion-item .accordion-button {
  padding: 1.5rem 1.25rem;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  border: 0;
  border-radius: 5px !important;
  cursor: default;
}

.ai-custom .accordion-item .accordion-button:not(.collapsed),
.ai-custom .accordion-item .accordion-button:focus {
  color: #000;
  background-color: #ffffff;
  box-shadow: unset;
  border: 0;
}
.ai-custom .accordion-item:last-of-type .accordion-button.collapsed {
  color: #000;
  background-color: #ffffff;
  box-shadow: unset;
  border: 0;
}
.ai-custom .accordion-collapse .accordion-body .awselect {
  width: 80%;
  border: 1px solid #DFDFDF !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.ai-custom .accordion-collapse .accordion-body .awselect .front_face {
  padding: 11px 17px !important;
}
.ai-custom .accordion-collapse .accordion-body .awselect .front_face .current_value {
  font-size: 14px !important;
  font-weight: 400 !important;
}
.ai-custom .accordion-collapse .accordion-body {
  border-radius: 5px;
}
.ai-custom .accordion-collapse .accordion-body.height-limit{
  max-height: calc(100svh - 170px);
}
.ai-custom .accordion-collapse .accordion-body label.form-label{
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.ai-custom .accordion-collapse .accordion-body .grid-align {
  display: grid!important;
  grid-template-columns: repeat(4,1fr);
  gap: 10px;
  justify-items: flex-start;
}
.ai-custom .accordion-collapse .accordion-body .grid-align span.item span {
  font-size: 9px;
  color: #2C2C2C;
  display: block;
  text-align: center;
  padding-top: 3px;
}
.ai-custom .accordion-collapse .accordion-body .grid-align span.item:hover img,.ai-custom .accordion-collapse .accordion-body .grid-align span.item.active img {
  border: 1px solid var(--primary-sec-color);
  border-radius: 3px;
  cursor: pointer;
}
.ai-custom .accordion-collapse .accordion-body .grid-align span.item:hover span,.ai-custom .accordion-collapse .accordion-body .grid-align span.item.active span {
  font-weight: 600;
  cursor: pointer;
}
.ai-custom .accordion-collapse .accordion-body div#avatar_list,.ai-custom .accordion-collapse .accordion-body div#theme_list {
  display: grid!important;
  grid-template-columns: repeat(7,1fr);
  gap: 10px;
  width: 100%;
  /* max-height: 310px; */
  overflow-y: auto;
  padding: 30px;
}
.ai-custom .accordion-collapse .accordion-body div#avatar_list {
  max-height: 310px;
}
.ai-custom .accordion-item.theme-data .accordion-collapse .accordion-body div.theme-slick#avatar_list, .ai-custom .accordion-item.theme-data .accordion-collapse .accordion-body div.theme-slick#theme_list {
  display: block !important;
  max-height: unset !important;
  overflow-y: unset !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.ai-custom .accordion-collapse .accordion-body div#avatar_list .item p, .ai-custom .accordion-collapse .accordion-body div#theme_list .item p {
  font-size: 12px;
  text-align: center;
  margin: 0;
  margin-top: 5px;
  color: #000000;
  text-transform: capitalize;
}
.ai-custom .accordion-collapse .accordion-body div#avatar_list .item .box-sample.intro span.ai-av-box, .ai-custom .accordion-collapse .accordion-body div#theme_list .item .box-sample.intro span.ai-av-box{
  width: 107px;
  height: 107px;
  display: block;
  margin: 0 auto;
}
.ai-custom .accordion-collapse .accordion-body div#avatar_list .item .box-sample.intro span.ai-av-box:before{
  content: "";
  position: absolute;
  /* left: 0px; */
  top: 0px;
  width: 107px;
  height: 100%;
  border: 2px solid #49ADF4;
  border-radius: 8px;
  padding: 5px;
}
.ai-custom .accordion-collapse .accordion-body div#avatar_list .item .box-sample.intro span.ai-av-box:after{
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.507' height='33.993' viewBox='0 0 35.507 33.993'%3E%3Cg id='Layer_2' data-name='Layer 2' transform='translate(-1.247 -1.705)'%3E%3Cpath id='Path_46410' data-name='Path 46410' d='M34.167,15.411a5.707,5.707,0,0,1-1.426-1.175,5.577,5.577,0,0,1,.457-1.884c.48-1.355,1.024-2.891.152-4.084s-2.518-1.156-3.962-1.123a5.65,5.65,0,0,1-1.907-.129,5.562,5.562,0,0,1-.7-1.755c-.409-1.4-.877-2.972-2.311-3.444-1.383-.446-2.665.535-3.8,1.4A5.423,5.423,0,0,1,19,4.255a5.423,5.423,0,0,1-1.689-1.042c-1.129-.857-2.405-1.847-3.8-1.4-1.431.466-1.9,2.047-2.311,3.442a5.643,5.643,0,0,1-.7,1.752,5.749,5.749,0,0,1-1.91.132c-1.45-.04-3.082-.083-3.962,1.123S4.306,11,4.788,12.35a5.508,5.508,0,0,1,.464,1.884,5.694,5.694,0,0,1-1.425,1.177c-1.208.825-2.58,1.765-2.58,3.29s1.372,2.462,2.58,3.29a5.694,5.694,0,0,1,1.425,1.175A5.506,5.506,0,0,1,4.8,25.052c-.479,1.354-1.02,2.889-.15,4.083s2.511,1.156,3.962,1.123a5.656,5.656,0,0,1,1.908.129,5.613,5.613,0,0,1,.7,1.755c.409,1.4.877,2.972,2.311,3.444a2.351,2.351,0,0,0,.712.112,5.583,5.583,0,0,0,3.084-1.509A5.423,5.423,0,0,1,19,33.147a5.423,5.423,0,0,1,1.689,1.042c1.131.863,2.412,1.849,3.8,1.4,1.431-.466,1.9-2.047,2.311-3.441a5.593,5.593,0,0,1,.7-1.753,5.655,5.655,0,0,1,1.9-.132c1.45.035,3.082.083,3.962-1.123s.33-2.729-.152-4.084a5.58,5.58,0,0,1-.464-1.88,5.673,5.673,0,0,1,1.426-1.177c1.208-.825,2.58-1.767,2.58-3.292S35.377,16.238,34.167,15.411Z' transform='translate(0 0)' fill='%2300b7ff'/%3E%3Cpath id='Path_46411' data-name='Path 46411' d='M12.778,17.679a1.23,1.23,0,0,1-.875-.363l-3.3-3.3a1.238,1.238,0,0,1,1.75-1.75l2.542,2.542L18.639,10.5a1.238,1.238,0,1,1,1.486,1.981l-6.6,4.953a1.24,1.24,0,0,1-.743.248Z' transform='translate(4.571 5.562)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  position: absolute;
  top: -13px;
  right: -13px;
  width: 36px;
  height: 34px;
  opacity: 1;
}
.ai-custom .accordion-collapse .accordion-body .hd-sd-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.ai-custom .accordion-collapse .accordion-body .hd-sd-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
/* storyboardModal */
.modal.storyboardModal{
  padding: 0;
}
.storyboardModal .modal-body{
  overflow: auto;
  height: 98%;
}
.storyboardModal .modal-dialog{
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: 99.5%;
  background: #FAFAFA;
  max-width: 60vw;
  overflow: hidden;
}
.storyboardModal .modal-content {
  height: 100svh;
  background: #FAFAFA;
}
.storyboardModal h5.title-text {
  font-size: 16px;
  gap: 10px;
  font-weight: 600;
  color: #464646;
  margin: 0;
}
.storyboardModal h5.title-text span{
  font-size: 16px;
  color: var(--primary-sec-color);
  text-decoration: underline;
}
.storyboardModal span.duration {
  font-size: 13px;
}
.storyboardModal .modal-header .btn-close {
  font-size: 6px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat;
  background-color: var(--primary-sec-color);
  border-radius: 5px !important;
  padding: 7px 7px 6px 7px;
  margin: 0 !important;
}
.storyboardModal .accordion.section .accordion-item .accordion-button {
    padding: 0.95rem 1.75rem !important;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    font-size: 16px;
    color: #464646;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.storyboardModal table#storyboardTable {
    background: #F5F5F5;
    border: 1px solid #E9E9E9;
}
.storyboardModal table#storyboardTable td {
  border: 1px solid #dee2e6;
  font-size: 14px;
  color: #464646;
  padding: 0.7rem 1rem !important;
}
.storyboardModal table#storyboardTable tbody tr:nth-child(odd){
  background-color: #FAFAFA;
}
.storyboardModal .accordion-button::after{
  background-color: #FAFAFA;
  width: 31px;
  height: 31px;
  display: grid;
  place-content: center;
  padding: 0;
  background-size: 16px;
  background-position: center;
  border-radius: 4px;
}
.storyboardModal .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
 /* ON/OFF Switch */
 .onoffswitch {
  position: absolute;
  width: 48px;
  display: inline-block;
  font-size: 12px;
  top: 25px;
  right: 18px;
  z-index: 0;
}

.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin: 0;
}

.onoffswitch .onoffswitch-inner {
  width: 203%;
  margin-left: -98%;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  -moz-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}

.onoffswitch .onoffswitch-inner:before,
.onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 49%;
  height: 18px;
  padding-left: 0;
  line-height: 19.5px;
  font-size: 13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff !important;
  font-weight: 700;
}

.onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-left: 6px;
  background-color: #B5E08C;
  color: hsl(0, 0%, 100%);
  border: 0;
  text-align: left;
}

.onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 4px;
  background-color: #F26674;
  color: hsl(0, 0%, 24%);
  text-align: right;
}

.onoffswitch .onoffswitch-switch {
  width: 14px;
  height: 14px;
  margin: 0;
  background: transparent;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 31px;
  -webkit-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
  border: 3px solid #fff;
}

.toggle-group {
  position: absolute;
  top: 0;
  left: 0;
  height: 68px;
  margin-top: 0;
  z-index: 99;
  width: 100%;
}

.toggle-group input[type=checkbox] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0.5px;
}

.toggle-group input[type=checkbox]:checked~.onoffswitch .onoffswitch-label .onoffswitch-switch {
  right: 3px;
  box-shadow: 0 0 3px rgb(255 255 255 / 50%);
}

.toggle-group input[type=checkbox]:focus~.onoffswitch {
  outline: thin dotted #333;
  outline: 0;
}

.toggle-group label {
  position: absolute;
  cursor: pointer;
  padding-left: 57px;
  display: none;
  text-align: left;
  line-height: 17px;
  width: 100%;
  z-index: 1;
  height: 21px;
  font-weight: 200;
  color: #FFFFFF;
  font-size: 13px;
}
.apple-ch {
  width: 98px;
  height: 32px;
}
.apple-ch label {
  font-size: 12px;
  color: #424242;
  font-weight: 600;
}
.apple-ch .btn-color-mode-switch{
  display: inline-block;
  margin: 0px;
  position: relative;
}
.apple-ch .btn-color-mode-switch > label.btn-color-mode-switch-inner {
  margin: 0px;
  width: 98px;
  height: 32px;
  background: #D2EDFF;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  display: block;
}
.apple-ch .btn-color-mode-switch > label.btn-color-mode-switch-inner:before {
  content: attr(data-on);
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 7px;
  right: 20px;
  cursor: pointer;
}
.apple-ch .btn-color-mode-switch > label.btn-color-mode-switch-inner:after {
  content: attr(data-off);
  width: 50px;
  height: 28px;
  background: var(--primary-sec-color);
  border-radius: 26px;
  color: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 6px -2px #111;
  padding: 5px 0px;
  cursor: pointer;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]{
  cursor: pointer;
  width: 98px;
  height: 32px;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  margin: 0px;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner {
  background: #D2EDFF;
  color: #000;
}
.apple-ch .btn-color-mode-switch .title {
  font-size: 12px;
  color: #9A9A9A;
  font-weight: 600;
  padding: 0;
  position: absolute;
  background: transparent;
  width: 138px;
  top: 9px;
  right: -155px;
}
.apple-ch .btn-color-mode-switch .title span {
  display: flex;
  width: 170px;
  gap: 5px;
  align-items: flex-start;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"] ~ span.this{
  display: block;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"] ~ span.all{
  display: none;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked ~ span.all{
  display: block;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked ~ span.this{
  display: none;
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:after {
  content: attr(data-on);
  left: 46px;
  background: var(--primary-sec-color);
}
.apple-ch .btn-color-mode-switch input[type="checkbox"]:checked + label.btn-color-mode-switch-inner:before {
  content: attr(data-off);
  right: auto;
  left: 16px;
}
/*
    AI Media form
*/
.ai-form .page-leftheader button.btn.back,.ai-cus .page-leftheader button.btn.back {
  background: #F5F5F5;
  border-radius: 3px;
  margin-right: 10px;
  width: 42px;
  height: 42px;
  font-size: 20px;
  padding: 0;
  display: grid;
  place-content: center;
}
.create-support.ai-cus .shadow{
  box-shadow: 0px 0px 15px #00000012;
  border-radius: 5px;
}
.ai-cus .course-obj {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ai-cus .course-obj .slides-count{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.ai-cus .title-name {
    color: #000000;
    font-weight: 500;
}
.ai-cus .input-box .form-control{
  background: #F5F5F5;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
}
.ai-cus .input-box .form-control::placeholder{
  color: #AEAEAE;
}
.ai-cus .toggle-group .onoffswitch {
    position: absolute;
    width: 48px;
    display: inline-block;
    font-size: 12px;
    top: 0;
    right: 18px;
    z-index: 0;
}
.ai-custom.imports .accordion-item{
  border: 0;
}
.ai-custom.imports .accordion-item .accordion-button{
  padding: 1.25rem 1.25rem;
  font-size: 16px;
  box-shadow: 0px 0px 15px #00000012!important;
}
.ai-cus .ai-custom.imports .toggle-group .onoffswitch{
  top: 18px;
}
.ai-custom.imports .accordion-item .accordion-collapse .accordion-body {
  background: #F5F5F5;
}
.ai-cus .course-obj select.select-box {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  height: 39px;
  padding: 0 5px;
  cursor: pointer;
  color: #666666;
}
.ai-cus .course-obj select.select-box:focus-visible{
  outline: 0;
}
.ai-cus .course-obj input[type="radio"] {
    width: 21px;
    height: 21px;
    cursor: pointer;
    border-radius: 50% !important;
}
.ai-cus .course-obj .btn-primary{
  background: var(--primary-sec-color);
  border-radius: 3px;
  color: #fff;
  padding: 7px 35px;
  height: 39px;
  font-size: 14px;
  text-transform: capitalize;
}
/*
    AI Media Customization => Course Review
*/
.cou-rev{
  /* box-shadow: 0px 0px 15px #00000012; */
}
.course-review {
  background: #F9F9F9;
}
form#slide_form .msg-slidebtn-gb {
  align-items: flex-end;
}
form#slide_form .msg-slidebtn-gb p.head-title {
    display: flex;
    flex-direction: column;
}
form#slide_form .msg-slidebtn-gb p.head-title span.course-title {
    font-size: 18px;
    text-transform: capitalize;
    background: #D2D2FF;
    border-radius: 3px;
    padding: 2.5px 5px;
    width: max-content;
    margin-bottom: 7px;
}
.course-review .msg-slidebtn-gb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #464646;
}
.course-review .msg-slidebtn-gb p.head-title {
  font-size: 16px;
  font-weight: 600;
  color: #464646;
}
.course-review .msg-slidebtn-gb span.review-msg {
  background: #FAFAFF;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 0px 15px;
  height: 37px;
}
.course-review .msg-slidebtn-gb span.review-msg p {
  font-size: 15px;
  margin: 0;
  color: #6A6A6A;
}
.course-review .msg-slidebtn-gb span.review-slidebtn button {
  background: #FFFFFF;
  border: 1px solid var(--primary-sec-color);
  border-radius: 9px;
  color: #1473E6 !important;
  font-size: 15px;
  height: 37px;
  text-transform: capitalize;
}
.slide-view-box {
  display: flex;
  gap: 8px;
  margin: 18px 0 25px;
}
.slide-view-box span.slide-list {
  width: 39px;
  height: 39px;
  display: grid;
  place-content: center;
  background: #FAFAFF;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 600;
}
.slide-view .slide-view-box .item {
  background: #FAFAFF;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  padding: 3.5px 38px;
  cursor: all-scroll;
}
.slide-view .slide-view-box .item span.name{
  max-width: 45vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  line-height: 1.2;
  cursor: text;
}
.slide-view .slide-view-box .item i.gray {
  color: #929292;
  font-weight: 200;
}
.slide-view .slide-view-box .item .btn-group-check {
  align-items: center;
  display: flex;
}
.slide-view .slide-view-box .item .btn-group-check .dot-drop .text-right {
  min-width: 150px;
}
.slide-view .slide-view-box .item .btn-group-check .dot-drop .text-right a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 13px;
  padding: 5px 10px;
  gap: 5px;
  cursor: pointer;
}
.slide-view .slide-view-box .item .btn-group-check .dot-drop .text-right a i {
  padding: 0;
  background: none;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
}
.slide-view .slide-view-box .item .btn-group-check .border-progress{
  width: 22px;
  height: 22px;
  border: solid 3px #11b413;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 auto;
  z-index: 2;
}
.slide-view .slide-view-box .item .btn-group-check label {
  margin-bottom: 0;
  margin-left: 6px;
  margin-right: 11px;
}
.slide-view .slide-view-box .item .btn-group-check input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.slide-view .slide-view-box .item .btn-group-check .dot-drop button {
  border: 0;
  background: none;
  font-size: 13px;
  color: #9B9B9B;
}
.slide-view button.group-btn-section {
  padding: 0.9rem 1.75rem !important;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.ai-custom span.select-all{
  display: flex;
  align-items: center;
  gap: 8px;
}
.ai-custom span.duration {
  min-width: 55px;
}
.ai-custom .flex-grow-2{
  flex: 2;
}
.ai-custom input.checkbox-design {
  width: 15px;
  height: 15px;
  border: 1px solid #C2C2C2;
  -webkit-appearance: none;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
.ai-custom input.checkbox-design[type=checkbox]:checked {
  background-color: var(--primary-sec-color);
  opacity: 1;
}
.ai-custom .slides-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 10px 8px;
  margin-bottom: 5px;
}
.ai-custom .slides-body:nth-child(odd) {
  background:#F5F5F5;
}
.ai-custom .slides-body input.checkbox-design{
  width: 21px;
  height: 21px;
}
.ai-custom .slides-body input.checkbox-design + label {
  font-size: 14px;
  font-weight: 600;
  background: #D2D2FF;
  border-radius: 3px;
  padding: 2.5px 13px;
  /* min-width: 69px; */
}
.ai-custom .slides-body .content-title{
  font-size: 16px;
  /* font-weight: 600; */
  color: #464646;
  margin: 0;
  overflow: hidden;
  max-height: 3.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 90%;
}

.ai-custom input.checkbox-design[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
.slide-view button.group-btn-section:before,.slide-view button.group-btn-section:after {
  content: unset;
}
.slide-view button.group-btn-section:focus-visible{
outline: 0;
}
.slide-view button.group-btn-section .title_cinput{
  display: flex;
}
.slide-view button.group-btn-section .title_cinput p {
  font-size: 16px;
  font-weight: 600;
  color: #464646;
  min-width: 4rem;
  min-height: 1.5rem;
  margin: 0;
}
.slide-view button.group-btn-section .sec-squ {
  background: #FAFAFA;
  border-radius: 4px;
  width: 31px;
  height: 31px;
  display: inline-grid;
  place-content: center;
  color: #9B9B9B;
  font-size: 17px;
  cursor: pointer;
}
.slide-view button.group-btn-section .sec-squ:hover {
  background: var(--primary-sec-color);
  color: #fff;
}
.slide-view button.group-btn-section .sec-squ.delete:hover{
  background:#FF6357;
}
.slide-view button.group-btn-section .sec-squ.up-down:hover{
  background: #14E684;
}
.slide-view button.group-btn-section .up-down.sec-squ[aria-expanded="true"] i.up,.slide-view button.group-btn-section .up-down.sec-squ[aria-expanded="false"] i.down{
  display: none;
}
.slide-view button.group-btn-section .up-down.sec-squ[aria-expanded="true"] i.down,.slide-view button.group-btn-section .up-down.sec-squ[aria-expanded="false"] i.up{
  display: block;
}
.dot-drop.slide .dropdown-toggle:after{
  content: unset;
}
.dot-drop.slide button {
  border: 0;
  background: none;
  font-size: 15px;
  color: #9E9E9E;
}
.dot-drop.slide .text-right {
  min-width: 115px;
  width: 188px;
}
.dot-drop.slide .text-right a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 15px;
  padding: 4px 12px;
}
.dot-drop.slide .text-right a i {
  padding: 0;
  background: none;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  color: #666666;
}
.dot-drop.slide ul.dropdown-menu {
  padding: 6px 0;
  box-shadow: 0px 0px 6px #00000029;
}
.dot-drop.slide .text-right a:hover {
  background: #F5F5F5;
  color: #1473E6 !important;
}
.ai-custom .slides-body .storyboard {
    font-size: 13px;
    color: var(--primary-sec-color);
    text-decoration: underline;
    min-width: 112px;
}
.ai-custom .slides-body .storyboard .pencil-edit-b {
  background-size: 10px!important;
  height: 10px;
  display: inline-block;
  width: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.076' height='18.075' viewBox='0 0 18.076 18.075'%3E%3Cpath id='pencil_1_' data-name='pencil (1)' d='M17.275.889a2.741,2.741,0,0,0-3.873,0L1.107,13.183A3.755,3.755,0,0,0,0,15.855v1.552a.756.756,0,0,0,.756.756H2.308A3.754,3.754,0,0,0,4.98,17.056L17.275,4.762a2.741,2.741,0,0,0,0-3.872ZM3.911,15.988a2.284,2.284,0,0,1-1.6.664h-.8v-.8a2.253,2.253,0,0,1,.664-1.6l9.33-9.33,1.739,1.739ZM16.2,3.693l-1.894,1.9L12.572,3.853l1.9-1.9A1.228,1.228,0,0,1,16.2,3.7Z' transform='translate(0 -0.088)' fill='%23447BE1'/%3E%3C/svg%3E%0A");
}
.ai-custom .slides-body .storyboard:hover{
  background: var(--primary-sec-color);
  border-radius: 9px;
  color: #fff;
}
.ai-custom .slides-body .storyboard:hover .pencil-edit-b{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.076' height='18.075' viewBox='0 0 18.076 18.075'%3E%3Cpath id='pencil_1_' data-name='pencil (1)' d='M17.275.889a2.741,2.741,0,0,0-3.873,0L1.107,13.183A3.755,3.755,0,0,0,0,15.855v1.552a.756.756,0,0,0,.756.756H2.308A3.754,3.754,0,0,0,4.98,17.056L17.275,4.762a2.741,2.741,0,0,0,0-3.872ZM3.911,15.988a2.284,2.284,0,0,1-1.6.664h-.8v-.8a2.253,2.253,0,0,1,.664-1.6l9.33-9.33,1.739,1.739ZM16.2,3.693l-1.894,1.9L12.572,3.853l1.9-1.9A1.228,1.228,0,0,1,16.2,3.7Z' transform='translate(0 -0.088)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.ai-custom .slides-group .slides-btn{
  background: #FFFFFF;
  border: 1px solid #B6B6B6;
  border-radius: 9px;
  color: #666666 !important;
  font-size: 14px;
  height: 35px;
  text-transform: capitalize;
  padding: 5px 18px;
  margin-top: 12px;
}
/*
    New Animation
*/
.btn-group-check .checkmark {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.btn-group-check .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.btn-group-check .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}
/*
    Frequently Asked Questions Model
*/
.faq .card-body{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
  font-size: 17px;
}
.faq h2.faq-title {
    color: #000000;
    text-transform: capitalize;
    font-size: 35px;
    font-weight: 600;
}
.faq p.faq-sub {
  font-size: 17px;
  color: #8F8F8F;
  position: relative;
}
.faq p.faq-sub:before {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 1px;
  background: #d5d5d5;
}
.faq .accordion-item{
border: 0;
border-bottom: 1px solid #DEDEDE;
}
.faq .accordion-button:not(.collapsed){
  color: #000;
  background-color: transparent;
  box-shadow: unset;
}
.faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}
.faq .accordion-body {
  color: #808080;
  padding-top: 0;
  padding-left: 0;
}
.faq .accordion-button {
  padding: 1rem 0;
  font-size: 17px;
  font-weight: 600;
}
.faq .accordion-button::after{
  background-size: 18px!important;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M11.5 0c6.347 0 11.5 5.153 11.5 11.5s-5.153 11.5-11.5 11.5-11.5-5.153-11.5-11.5 5.153-11.5 11.5-11.5zm0 1c5.795 0 10.5 4.705 10.5 10.5s-4.705 10.5-10.5 10.5-10.5-4.705-10.5-10.5 4.705-10.5 10.5-10.5zm.5 10h6v1h-6v6h-1v-6h-6v-1h6v-6h1v6z'/%3E%3C/svg%3E")!important;
  margin-top: 6px;
}
.faq .accordion-button:not(.collapsed)::after {
  transform: unset;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M11.5 0c6.347 0 11.5 5.153 11.5 11.5s-5.153 11.5-11.5 11.5-11.5-5.153-11.5-11.5 5.153-11.5 11.5-11.5zm0 1c5.795 0 10.5 4.705 10.5 10.5s-4.705 10.5-10.5 10.5-10.5-4.705-10.5-10.5 4.705-10.5 10.5-10.5zm-6.5 10h13v1h-13v-1z'/%3E%3C/svg%3E")!important;
}
div#avtar-list .box-generate {
  border: 0;
  border-radius: 5px;
  margin: 10px 0px 0px;
}
div#avtar-list .box-generate .option-video div.label{
  text-align: left;
  font-size:12px;
  color: #9A9A9A;
  margin: 0;
  margin-left: 9px;
  display: inline-block;
}
div#avtar-list .box-generate .drop-down-box {
  display: flex;
  padding: 15px 0 15px 24px;
}
div#avtar-list .box-generate .generated-img img{
  max-height: 286px;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}
div#avtar-list .box-generate div#awselect_voices-generate.awselect.animate {
  z-index: 988;
}
div#avtar-list .box-generate div.group-btn {
  z-index: 989;
  height: 60px;
  background-color: #f8f9fa;
}
div#avtar-list .box-generate .d-flex.new-group:hover div.group-btn{
  background-color: #fff;
}
div#avtar-list .box-generate .d-flex.new-group .bootstrap-select>.dropdown-toggle:after{
  border-left: unset;
  border-bottom: unset;
}
.box-generate .bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
  margin-right: 5px;
}
div#avtar-list .new-head {
  text-align: left;
  color: #484B5A;
  font-size: 15px;
}
.remove-row {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}
.remove-row button {
  background: #ef4b4b;
  color: #fff;
  padding: 0px 5px !important;
  border-radius: 25px;
  font-size: 12px;
}
.video_status{
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 400;
  z-index: 9;
}
span.group-vid-sta {
  display: flex;
  align-items: center;
  position: relative;
}
span.group-vid-sta:after {
  content: "";
  position: absolute;
  top: -3.5px;
  right: -4px;
  width: 24px;
  height: 24px;
  border: 3px solid var(--primary-sec-color);
  border-radius: 50%;
  background: white;
  z-index: 1;
}
span.group-vid-sta p {
  margin: 0;
  padding: 1px 7px;
  background-color: var(--primary-sec-color);
  color: #fff;
  border-radius: 30px 0 0 30px;
}
.bg_blur
{
  filter: blur(10px);
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
      -webkit-transform: rotate(0deg);
  }
  to {
      -webkit-transform: rotate(360deg);
  }
}
.video_status .load {
width: 16px;
height: 16px;
/* margin: 110px auto 0; */
border:solid 3px var(--primary-sec-color);
border-radius: 50%;
border-right-color: transparent;
border-bottom-color: transparent;
 -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name:             rotate;
  -webkit-animation-duration:         1.0s;
  -webkit-animation-iteration-count:  infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name:             rotate;
  animation-duration:         1.0s;
  animation-iteration-count:  infinite;
  animation-timing-function: linear;
  margin: 0 auto;
  z-index: 2;
}
span.course-title-overlap {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  color: #fff;
  width: 46%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
span.course-title-overlap p{
  color: #272727;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}
@media only screen and (max-width: 1325px) {
 .card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul {
    height: 35px;
    margin: 0 2px 0 2px;
    width: 23px;
  }
 .card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul li {
    line-height: 35px;
  }
 .card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul li a div div.inn {
    font-size: 22px;
  }
 .card-body.count-down div#record-audio .countdown .flip-clock-divider {
    height: 35px;
  }
 .card-body.count-down div#record-audio .flip-clock-dot.bottom {
    bottom: 20px;
  }
.card-body.count-down div#record-audio .flip-clock-dot.top {
    top: 22px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 991px){
.card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul {
    height: 30px;
    margin: 0 2px 0 2px;
    width: 15px;
  }
 .card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul li {
    line-height: 30px;
  }
.card-body.count-down div#record-audio .countdown.flip-clock-wrapper ul li a div div.inn {
    font-size: 15px;
  }
.card-body.count-down div#record-audio .countdown .flip-clock-divider {
    height: 30px;
  }
.card-body.count-down div#record-audio .countdown span.flip-clock-divider.minutes,form#live-transcribe-form div#record-audio .countdown span.flip-clock-divider.seconds {
    width: 17px;
  }
 .card-body.count-down div#record-audio .countdown .flip-clock-dot {
    height: 7px;
    left: 4px;
    width: 7px;
    background: #1e1e2d;
  }
  .card-body.count-down div#record-audio .flip-clock-dot.bottom {
    bottom: 16px;
  }
  .card-body.count-down div#record-audio .flip-clock-dot.top {
    top: 18px;
  }
 .card-body.count-down div#record-audio .countdown .flip-clock-divider .flip-clock-label {
    right: -31px;
  }
  .card-body.count-down div#record-audio .countdown .flip-clock-divider.minutes .flip-clock-label {
    right: -35px;
  }
  .card-body.count-down div#record-audio .countdown .flip-clock-divider.seconds .flip-clock-label {
    right: -35px;
  }
}
.custom-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.custom-flex > .item {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 0;
}
@media (min-width: 1600px) {
  .custom-flex > .item {
    flex: 1 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1440px) {
  .custom-flex > .item {
    padding:0;
  }
  .tabs-menu-body .card .plan-cost {
    font-size: 36px;
}
.tabs-menu-body .price-card {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
}
@media (max-width: 1379px) {
  .custom-flex > .item {
    flex: 1 0 33.33%;
    max-width: 33.33%;
  }
  .faq .card-body {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
    font-size: 15px;
  }
  .faq .accordion-button {
    font-size: 15px;
  }
  .faq .accordion-body {
    font-size: 15px;
  }
  div#longFields span.file-upload label#choose-file-label {
    line-height: 1.4;
}
}
@media (max-width: 1200px) {
  .content-generator-results .card-header .all-btn {
    margin-top: 5px;
    margin-left: 5px;
}
  .my-dashboard .card-body {
    padding: 1rem;
  }
}
@media (max-width: 1124px) {
  .custom-flex > .item {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 911px) {
  .custom-flex > .item {
    flex: 1 0 70%;
    max-width: 70%;
  }
  .faq .card-body {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
}
@media (max-width: 576px) {
  .custom-flex > .item {
    flex: 1 0 90%;
    max-width: 90%;
  }
  .faq .card-body {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
}
@media (max-width: 380px) {
  .tab-menu-heading {
    padding: 10px;
}
.tab-menu-heading .tabs-menu .nav {
  flex-flow: nowrap;
}
}

.profile-avtar .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear, z-index 0.15;
  -o-transition: opacity 0.15s linear, z-index 0.15;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  }
/*
    Custom Model
*/
  .profile-avtar .model-open {
  z-index: 2;
  opacity: 1;
  overflow: hidden;
  }
  .profile-avtar .custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  margin: 20px auto;
  max-width: 97%;
  }
  .profile-avtar .custom-model-wrap {
      display: block;
      width: 100%;
      position: relative;
      background-color: #fff;
      border: 1px solid #999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      background-clip: padding-box;
      outline: 0;
      text-align: left;
      padding: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      max-height: 100%;
      max-height: 290px;
      overflow-y: auto;
      margin: 0 auto;
  }
  .profile-avtar .model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
  }
  .profile-avtar .model-open .bg-overlay {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px #ACACAC29;
  opacity: 0.96;
  z-index: 1;
  }
  .profile-avtar .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100%;
  width: calc(100% - 30px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  }
  .profile-avtar .close-btn {
      position: absolute;
      right: -40px;
      top: 0;
      cursor: pointer;
      z-index: 1;
      font-size: 25px;
      color: #fff;
      background: #9B9B9B;
      width: 23px;
      height: 23px;
      padding: 0;
      line-height: 1;
      border-radius: 50%;
  }

  @media screen and (min-width:800px){
      .profile-avtar .custom-model-main:before {
  content: "";
  display: inline-block;
  height: auto;
  vertical-align: middle;
  margin-right: -0px;
  height: 100%;
  }
  }
  @media screen and (max-width:799px){
      .profile-avtar .custom-model-inner{margin-top: 45px;}
      section.ai-cont-gen {
        padding-top: 0 !important;
    }
    section.ai-cont-gen .right-part-ai .card-body.outer {
      width: 100%!important;
    }
  }
  .create-support .choose-file{
    padding: 16px 16px 16px 22px;
    height: auto;
  }
  .alert.video-export-notification {
    position: fixed;
    right: 1.5rem;
    top: 80px;
    font-weight: 200;
    width: auto !important;
    margin-top: 0;
  }
  .alert.video-export-notification i{
    font-weight: 200;
  }
  .alert.video-export-notification a.alert-link.bg-info{
    color:#fff !important;
    font-weight: 200;
  }
  .alert.video-export-notification .btn-link {
    text-decoration: underline !important;
  }
  span.hdclass {
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 2px;
    font-size: 10px;
    padding: 1px 3.5px;
    color: var(--primary-color);
    font-weight: 500;
    height: 20px;
    line-height: 1.6;
}
.my-dashboard .usage-info{
  flex: 1;
}
.my-dashboard .usage-icon{
  flex: 0;
}
.play-bt i.fa {
  border-radius: 50%;
  line-height: 2.4 !important;
  border: 0;
  box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(150, 150, 150, 0.12), 0 1px 1px 0 rgba(150, 150, 150, 0.14);
}
.result-play {
  background: transparent;
  border: none;
  padding: 0 !important;
}
.result-play i.fa {
  border-radius: 50% !important;
  box-shadow: unset;
  border: 0;
  line-height: 2.4 !important;
}
.result-play i.fa.fa-pause {
  line-height: 2.3 !important;
}
.transcript-modal .modal-buttons.transcr-btn a{
  box-shadow: unset;
}
.card-body.pt-2{
  padding: 0  !important;
}

.Video_palyer{
  cursor: pointer;
}
#Video_palyer_modal .modal-content,#Video_palyer_modal .modal-header,#Video_palyer_modal .modal-body{
  border: 0;
  padding: 0 !important;
  background-color: transparent !important;
}
#Video_palyer_modal .modal-header button.btn-close{
  position: absolute;
  background: #fff;
  border-radius: 52%;
  right: -14px;
  top: -14px;
  -webkit-box-shadow: 0 0 23px 0 #d8d8d8;
  box-shadow: 0 0 23px 0 #d8d8d8;
  padding: 7px!important;
  border: none;
  display: grid;
  place-items: center;
  z-index: 99;
}
#mydemo .modal-header button.btn-close{
  font-size: 6px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat;
  background-color: var(--text-white-color);
  border-radius: 5px !important;
  padding: 7px 7px 6px 7px;
  border: 2px solid #DDDCE1;
  margin: 0 !important;
  margin-left: 5px !important;
}
#mydemo #iframeContainer {
  max-height: 80svh;
}
.support.date-time small{
  overflow: hidden;
  max-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 100%;
}
/* #demo-fixed{
  position: fixed;
  right: -95px;
  top: 50%;
  -webkit-transform: translate(-50%,-50%)!important;
  -moz-transform: translate(-50%,-50%)!important;
  -ms-transform: translate(-50%,-50%)!important;
  -o-transform: translate(-50%,-50%)!important;
  transform: translate(-50%,-50%)!important;
  width: 110px;
  height: auto;
    z-index: 9999999;
    cursor: pointer;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
} */
button.btn.demo-fixed {
  background: transparent linear-gradient(102deg, #00AFFD 0%, #00EBA5 100%);
  box-shadow: 0px 0px 15px #ACACAC29;
  border-radius: 50px;
  font-size: 12px;
  gap: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  min-width: 110px;
  /* transform: rotate(-90deg); */
}
/* #demo-fixed:hover {
  transform: translate(-50%,-50%) scale(1.4) !important;
  right: -90px;
} */
#importfile-sub .modal-footer {
  position: relative;
  padding: 0 !important;
  background-color: #00BA00;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
#importfile-sub .modal-footer p.center-p {
  padding: 22px 0;
  position: relative;
  line-height: 1.5;
}
#importfile-sub .modal-footer p.center-p:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  rotate: 45deg;
}
#importfile-sub .modal-footer button.cancel {
  font-size: 14px;
  height: 39px;
  padding: 7px 45px;
  font-weight: 400;
  background: #ffffff;
  border-color: #F1F2F6;
  border-radius: 3px;
  color: #00BA00 !important;
}
#importfile-sub .modal-body.success-box i {
  font-size: 49px;
  color: #00BA00;
}
#importfile-sub .modal-body.success-box h4 {
  font-size: 18px;
}
#importfile-sub .modal-body.success-box p {
  font-size: 15px;
}
div#importCourse .modal-title{
  font-size: 18px !important;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
}
div#importCourse .modal-header {
  padding: 1rem 1rem;
}
div#importCourse .btn-close {
  width: 10px;
  height: 10px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/10px auto no-repeat;
}
@media (min-width: 1700px) {
  #Video_palyer_modal  .modal-dialog {
    max-width: 700px;
}
}
.clear_select{
  width: 25px;
  height: 25px;
  display: grid;
  place-content: center;
  background: #FAFAFF;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  color:var(--primary-color)!important;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
}
.slide-group{
  width: 110px;
}

/***************** Trial Timer ********************/
.trial-timer {
  background: transparent linear-gradient(98deg, #FFDD00 0%, #FD7C1E 100%);
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 5px 10px;
  height: 41px;
  vertical-align: middle;
  line-height: 1.1;
  gap: 2px;
}
.trial-timer .timer {
  display: flex;
  flex-direction: column;
  color: #000000;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.2;
}
.trial-timer .timer-label {
  font-size: 8px;
  color: #fff;
  font-weight: 100;
}
.trial-timer .buy-btn {
  background: #ffffff;
  border-radius: 3px;
  font-size: 9px;
  border: 0;
  color: #FD811D;
  padding: 6.5px 12px;
}
.trial-timer .buy-btn a{
  color: #FD811D;
}
.trialExpire .btn-close {
  font-size: 5px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236f6e6e'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.2em auto no-repeat;
  background-color: #fff;
  border-radius: 5px !important;
  padding: 5px 5px 4px 5px;
  margin: 3px 3px 0 0 !important;
  border: 2px solid #DDDCE1;
}
.trialExpire .modal-content {
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 5px;
}
.trialExpire .modal-dialog{
  max-width: 431px !important;
}
.trialExpire .trial-expire .magic-animation {
  width: 100%;
  margin: 0 auto;
  display: grid;
  place-content: center;
  position: relative;
}
.trialExpire .trial-expire .magic-animation img.background-icon-wait {
  width: 70px;
  height: 70px;
  margin-top: -7px;
}
.trialExpire .trial-expire .title-text {
  font-size: 19px;
  color: #000000;
}
.trialExpire .trial-expire p.center-p.text-center {
  font-size: 14px;
  line-height: 1.4;
  color: #888888;
}
.trialExpire .modal-footer button.btn.btn-secondary{
  background: transparent linear-gradient(102deg, #FFDD00 0%, #FD7C1E 100%);
  border: 1px solid #FD821B;
  border-radius: 20px;
  font-size: 14px;
  height: 39px;
  padding: 7px 18px;
}
/* .course_type{
  cursor: pointer;
} */
.choices__list--multiple .choices__item{
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
#edit-modal-tag .modal-header, #add-modal-tag .modal-header {
    background-color: var(--primary-sec-color);
    color: #fff;
    padding: 0.8rem 1rem;
}
#awselect_categories{
  width: 200px;
}
.dt-buttons.export-box {
  gap: 15px;
  position: absolute;
  top: -53px;
  right: 1.5rem;
}
.date-filter-box div#listUsersTable_length {
  padding-bottom: 10px;
  padding-left: 20px;
}
.date-filter-box .box{
  position: absolute;
  z-index: 9;
  top: 9px;
}
.date-filter-box .box .in-date{
  font-size: 14px;
  height: calc(1.8em + 0.75rem + 2px);
}
.date-filter-box button.filter-date {
  font-size: 1rem;
  line-height: 1.5;
  text-transform: capitalize;
  border-radius: 5px;
}
.export-box .export-csv,.export-box .export-excel {
  background-color: var(--primary-color) !important;
  border: none !important;
  border-radius: 5px !important;
}
.modal-fullscreen {
    width: 100vw;
    max-width: none!important;
    height: 100%;
    margin: 0!important;
}

.btn-group-check .border-progress{
  width: 22px;
  height: 22px;
  border: solid 3px #11b413;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 auto;
  z-index: 2;
}
.border-progress{
  width: 22px;
  height: 22px;
  border: solid 3px #11b413;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1.0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  margin: 0 auto;
  z-index: 2;
}
.btn-group-check {
  align-items: center;
  display: flex;
}

/***************** Quiz Modal ********************/
.quiz-modal .modal-header {
  background-color: var(--brand-color);
  color: var(--text-white-color);
  padding: 0.8rem 1rem;
}

.quiz-modal .modal-header i {
  font-size: 17px;
  color: var(--text-white-color);
  margin-top: 1px;
}
.quiz-modal .modal-header button.eye {
  display: grid;
  place-content: center;
  background: #fff0;
  border: none;
  text-decoration: none !important;
  outline: none !important;
}

.quiz-modal .modal-header .btn-close {
  font-size: 6px;
  background: transparent
      url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
      center/1.2em auto no-repeat;
  background-color: var(--text-white-color);
  border-radius: 5px;
  padding: 7px 7px 6px 7px;
  margin: 0 !important;
  margin-left: 5px !important;
}

.quiz-modal .question {
  padding: 10px 25px;
}

.quiz-modal .question .question-label {
  display: inline-flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
}

.quiz-modal .question .question-label.choi {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.choice-bg {
  background-color: #f5f5f5;
  cursor: move;
}

.quiz-modal .question .question-label i.choice {
  margin-left: -12px;
  color: #666666;
  font-size: 14px;
}

.quiz-modal .question .question-label.choi i {
  color: #666666;
}
.quiz-modal .question .question-label.choi i.fa-trash-can {
  cursor: pointer;
}
.quiz-modal .add-choice,
.quiz-modal .addquiz {
  border-radius: 3px;
  font-size: 14px;
  padding: 10px;
  margin: 10px 25px 0;
}

.quiz-modal .form-check {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
}
.quiz-modal .form-check .form-check-input {
  margin-top: 0px;
}
.quiz-modal .form-check .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
  border: 2px solid #e4e4e4;
  width: 20px;
  height: 20px;
  margin-top: -1px;
}

.quiz-modal .btn-group-modal {
  gap: 15px;
  padding: 15px 25px;
  border-bottom: 1px solid #dddddd;
  flex-wrap: wrap;
}

.quiz-modal .btn-group-modal .button-tr {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.quiz-modal .btn-group-modal .btn-black {
  width: 165px;
  font-size: 14px;
  border-radius: 3px;
  background: var(--text-black-color);
  padding: 11px;
  color: var(--text-white-color);
}

.quiz-modal .btn-group-modal .clr-field {
  display: flex;
  padding: 10px;
  flex-direction: column-reverse !important;
  border: 2px solid #dddddd;
  border-radius: 3px;
  background-color: #f9f6f6;
  width: auto;
}

.quiz-modal .btn-group-modal .clr-field button {
  position: absolute;
  width: 30px;
  height: 100%;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: 0;
  color: inherit;
  text-indent: -1001px;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}

.quiz-modal .btn-group-modal .clr-field input.clr-inp {
  width: unset;
  height: unset;
  border: 0;
  background: transparent;
  opacity: 1;
  cursor: pointer;
  padding-left: 34px;
}

.quiz-modal .btn-group-modal.time {
  display: inline-flex;
  align-items: center;
  padding: 15px 0px;
  border-bottom: 0;
}

.quiz-modal .btn-group-modal.time input.time {
  width: 65px;
  font-size: 14px;
}

.quiz-modal *::-webkit-scrollbar-track {
  background: var(--text-white-color);
}

.quiz-modal .sl-block-element .question-box {
  background: #f9f8f6;
  padding: 0.75rem 3rem 1.2rem !important;
}

.quiz-modal .sl-block-element .question-box label.question {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-left: 0;
}

.quiz-modal .sl-block-element .question-box .question-options ol li {
  margin-bottom: 13px;
}

.quiz-modal .sl-block-element .question-box .question-options ol li:before {
  content: counter(custom-counter, upper-alpha) " ";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 14px;
  background: #f7f8fb;
  border: 1px solid #dddddd;
  border-radius: 3px;
  counter-increment: custom-counter;
}

.quiz-modal .sl-block-element .question-options .form-check {
  font-size: 15px;
  padding: 10px;
  width: calc(100% - 37px);
  margin: 0;
  margin-left: 37px;
  min-height: 50px;
}

.quiz-modal
  .sl-block-element
  .question-options
  .form-check
  label.form-check-label {
  width: 100%;
  max-width: 94%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quiz-modal .sl-block-element .question-box .question-button button {
  font-size: 15px;
  padding: 9px 25px !important;
  border-radius: 5px !important;
}
.quiz-modal .sl-block-element .form-check-input {
  width: 25px;
  height: 25px;
  margin-top: 0;
  background-size: 86%;
  border-radius: 20%;
}
.quiz-modal .sl-block-element .question-box .question-button {
  text-align: left;
  margin: 10px 0 10px;
}
.quiz-modal .sl-block-element .form-check-input:checked[type="radio"] {
  background-image: url("../svg/check.svg");
}

.select-menu {
  cursor: pointer;
  position: relative;
}

.select-menu > .select {
  background: var(--text-white-color);
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 7px 15px 7px 10px;
  display: flex;
  flex-direction: row;
  font-size: 15px !important;
  font-weight: 600;
  justify-content: space-between;
  align-items: center;
  transition: all 350ms ease-in-out;
}

.select-menu span.iconbox {
  background: #f7f8fb;
  border: 1px solid #dddddd;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  display: inline-grid;
  place-content: center;
  margin-right: 10px;
  color: var(--brand-color);
}

.select-menu > .options-list {
  position: absolute;
  min-width: 280px;
  width: 50%;
  right: 0;
  background: var(--text-white-color);
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-top: 10px;
  max-height: 210px;
  overflow-y: auto;
  transition: 0.4s linear 0.2s;
  display: none;
}

.select-menu > .options-list.active {
  display: block;
}

.select-menu > .options-list > .option {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 16px;
  font-weight: 600;
  transition: all 350ms ease-in-out;
}

.select-menu > .options-list > .option:hover,
.select-menu > .options-list > .option.selected {
  background: #f5f5f5;
}

.select-menu > .options-list::-webkit-scrollbar {
  background-color: #b7b1b1;
  width: 4px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.select-menu > .options-list::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

span.combine {
  position: relative;
}
.d-none {
  display: none !important;
}
#accordionStoryboard .btn-group-check svg.checkmark:hover > #accordionStoryboard a.sec-squ {
  display: block !important;
}
.sec_title{
  font-size: 16px;
    font-weight: 600;
    color: #464646;
    margin: 0;
    padding-right: 2px;
}

#accordionExample .accordion-item .slide-list .slides-body.dragging {
  opacity: 0.5;
}
#accordionExample .accordion-item .slide-list .slides-body.droping {
  opacity: 0.1;
}

#accordionExample .accordion-item {
  counter-increment: section-counter 1;
}
#accordionStoryboard .accordion-item {
  counter-increment: story-counter 1;
}
#accordionExample .accordion-item .slides-body{
  counter-increment: slide-counter 1;
}

#accordionExample {
  counter-reset: css-counter 0;
}

#accordionExample .accordion-item .section-title:before {
  content: counter(section-counter)". ";
  display: inline-block;
  font-size: 15px;
  color: #000;
  position: absolute;
  left: 0px;
  top: 19px;
  width: 26px;
  text-align: right;
}

#accordionStoryboard .accordion-item .accordion-button:before {
  content: counter(story-counter) ". ";
  display: inline-block;
  font-size: 15px;
  color: #000;
  position: absolute;
  left: -1px;
  top: 23px;
  width: 26px;
  text-align: right;
}

#accordionExample .accordion-item .sub_sec_title:before {
  content: counter(section-counter) "." counter(slide-counter);
  display: inline-block;
  font-size: 15px;
  color: #000;
}
#accordionExample .accordion-item .sub_sec_title{
    /* height: 30px; */
    cursor: move;
    margin-bottom: 0;
}
.storyboardTable ul{
  list-style-type: disc;
}
.storyboardTable ul{
  list-style-type: disc;
  padding-left: 10px;
}
.generate-storyboard{
  border-radius: 35px !important;
  font-size: 10px !important;
  height: auto !important;
}
.toastify{
  display: flex;
}
.undubtntoast{
  color: #0074FF;
  font-weight: 600;
}

#mlVideoPagination .pagination {
  justify-content: end;
  margin-top: 10px;
  gap: 5px;
}
#mlVideoPagination .pagination .ml-page-link {
    padding: 5px;
    width: 25px;
    height: 25px;
    display: grid;
    place-content: center;
    box-shadow: none !important;
    border-radius: 4px;
}
#mlVideoPagination .dataTables_info {
    padding-left: 0;
}
#mlVideoPagination .dataTables_paginate {
    padding-right: 0;
}
.ml-page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: var(--primary-color);
  background-color: #fff;
  border: 1px solid #dee2e6;
}
form#synthesize-text-form .special-buttons .btn-special {
  max-width: 200px;
}

button#talkbackMic img {
  margin: 0;
  margin-bottom: -8px;
  padding: 10px;
  width: 200px;
}

button#talkbackMic div {
  font-size: 27px;
  font-family: "Poppins";
}

.assistant-box {
  padding: 10px 15px 15px;
}
.assistant-box span.clr-title {
  font-size: 12px;
  color: var(--text-black-color);
  margin-right: 15px;
}
.assistant-box p.sub {
  font-size: 12px;
  color: var(--text-black-color);
}
.assistant-box .sample-card p.sub{
  color: var(--text-black-color);
}
.assistant-box input.ass-tutor,
.assistant-box textarea.ass-tutor,
.slide-title input.form-control, #accordionPeocess input.form-control, #accordionTabs input.form-control {
  background: #ffffff00;
  border: 1px solid #303030;
  border-radius: 3px;
  color: var(--text-black-color);
  font-size: 14px;
  overflow: hidden;
}

.assistant-box .profile-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(65px, 1fr));
  gap: 10px;
  max-height: 190px;
  overflow-y: auto;
}
.assistant-box .background-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  max-height: 190px;
  overflow-y: auto;
}

.assistant-box .tutor-grid .item {
  padding: 10px;
}

.assistant-box .tutor-grid.profile-grid .item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: fill;
}
.assistant-box .tutor-grid.background-grid .item img {
  width: 100%;
  height: 60px;
  object-fit: cover;
}
.assistant-box span.upload-profile {
  background: #ffffff00;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 10px;
  color: var(--text-black-color);
  display: grid;
  place-content: center;
}
.assistant-box .tutor-grid.profile-grid .item img:hover, .active-profile img {
  border: 2px solid var(--brand-color);
  border-radius: 50%;
  box-sizing: border-box;
}
.assistant-box .tutor-grid .item img:hover, .active-background img {
  border: 2px solid var(--brand-color);
  box-sizing: border-box;
}
.assistant-box.audio-box .TrialCheckout {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.br-blue {
  border: 1px solid #0d6efd;
  border-radius: 10px;
  background-color: #ffffff00;
}
.sample-card:hover {
  cursor: pointer;
}

.br-blue:hover {
  background-color: #0b5ed7;
  color: var(--text-white-color);
  p.sub{
    color: var(--text-white-color);
  }
}

.modal.iceBreakerModal span.clr-title {
  font-size: 15px;
  color: var(--text-black-color);
  margin-right: 15px;
  min-width: 135px;
}
.modal.iceBreakerActionModal .icebreaker {
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 15px;
}
.modal.iceBreakerActionModal span.clr-title,.modal.cardModal span.clr-title,div#adminpersonalisationasd span.clr-title {
  font-size: 15px;
  color: var(--text-black-color);
  margin-right: 15px;
  min-width: fit-content;
  text-transform: capitalize;
}
.modal.iceBreakerActionModal span.clr-title.heading-box {
  width: 100%;
  justify-content: space-between;
  display: flex;
}
.modal.iceBreakerActionModal span.clr-title.heading-box button {
  flex: 1;
  text-align: left;
}
.modal.iceBreakerActionModal span.clr-title.heading-box .switch-box {
  flex: 0;
}
.modal.iceBreakerActionModal span.clr-title.heading-box .switch.cus {
  top: unset;
  position: relative;
  left: unset;
  right: unset;
}
.modal.iceBreakerActionModal span.clr-title button {
  padding: 0;
  font-size: 17px;
  color: var(--text-black-color);
  border: 0;
  background: transparent;
  cursor: pointer;
}
.modal.iceBreakerActionModal .clr-flex.ap {
  flex: 1;
}
.clr-flex.ap {
  padding: 10px 20px;
}
.tabs-menu.tab-parent ul li a{
  font-size: 16px;
  font-weight: 200;
}
.gateway.error {
  border-color: red; /* Highlight in red */
}
#payment-button{
  font-size: 14px;
}
.nav-link .small{
  font-size: 14px;
  color: #494b59;
  font-weight: 600;
}
.header-divider {
  height: 30px;
  width: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  border-left: 1px solid #e9ecef;
}

#internet_lookup{
    right: 10px;
    padding: 8px;
    width: 2.5rem;
}
.web-assistance-container{
    padding: 0 !important;
    font-size: small !important;
}
#auto-resize-textarea {
    width: 100%;
    min-height: 50px; /* Minimum height for the textarea */
    resize: none; /* Prevent manual resizing */
    overflow: hidden; /* Hide scrollbar */
}
.youtubeModal .modal-content {
  background-color: transparent !important;
  border: 0 !important;
}
.youtubeModal .modal-header button.btn-close {
  position: absolute;
  background: #ffffff;
  border-radius: 52%;
  right: -4px;
  top: -4px;
  -webkit-box-shadow: 0 0 23px 0 #d8d8d8;
  box-shadow: 0 0 23px 0 #d8d8d8;
  padding: 7px !important;
  border: none;
  display: grid;
  place-items: center;
  z-index: 9999999999;
  opacity: 1;
}
#auto-resize-textarea {
    width: 100%;
    min-height: 50px; /* Minimum height for the textarea */
    resize: none; /* Prevent manual resizing */
    overflow: hidden; /* Hide scrollbar */
}

button.btn.demo-fixed.demo {
  background: transparent;
  border: 1px solid #ebecf1;
  color: #272727d4;
  box-shadow: none;

  /* transform: rotate(-90deg); */
}

/* #training_file_list::-webkit-scrollbar{
    display: none;
} */
#training_file_list{
    max-height: 100px;
    overflow-y: auto;
}

.training-filename{
  padding: 8px 15px !important;
  background: #f5f5f5 !important;
  margin-bottom: 10px!important;
  font-size: 14px;
}

.kb-filename{
  padding: 8px 15px !important;
  background: #f5f5f5 !important;
  margin-bottom: 10px!important;
  font-size: 14px;
}
/* Chrome, Safari, Edge, Opera */
#mobile-number::-webkit-outer-spin-button,
#mobile-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
#mobile-number {
  appearance: textfield;
  -moz-appearance: textfield;
}
.disbale-grey{
  background-color: #817e7e !important;
}
#accordionStoryboard .dropdown{
  position: absolute;
    right: 10px;
    top: 17px;
    font-size: 27px;
    z-index: 10;
}
.slide-view .generated button.group-btn-section .sec-squ{
  background: #14E684;
  color: #fff;
}
.ai_agent_left{
  font-weight: bold;
  
}
.grid-two-columns {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.lh-15 {
  line-height: 1.5 !important;
}
.input-box textarea.form-control{
  padding: 0.5rem 1rem;
}
/* knowledge base css start */
.kb-file-upload-container {
  border: 2px dashed #ccc;
  display: block;
  padding: 30px 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  background: #f9fafb;
  max-width: 550px;
  margin: 0 auto;
}

.kb-file-upload-container:hover {
  border-color: var(--primary-color);
  background: #f8f9fa;
}

.kb-file-upload-container .kb-upload-text-main {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}

.kb-file-upload-container .kb-upload-text-sub {
  color: #6c757d;
  font-size: 13px;
}

.kb-required-indicator {
  color: #dc3545;
  font-size: 12px;
  margin-left: 5px;
}

.kb-file-input-hidden {
  display: none;
}
.knowledgeBase .kb-nav-tabs{
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
  background-color: #f3f4f6;
  padding: 0.5rem 0.55rem;
  border-radius: 0.5rem;
  align-items: center;
  border: 0;
}
.kb-nav-tabs .kb-nav-link {
  color: #6c757d;
  font-weight: 600;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border: 0;
  transition: all 0.2s ease;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.input-box .custom-select.form-control {
  padding: 0;
  padding-left: 5px;
  padding-right: 18px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  background-color: #f5f9fc;
}

.kb-nav-tabs .kb-nav-link.active {
  color: var(--primary-color);
  background-color: var(--text-white-color);
  font-weight: 600;
  box-shadow: 0 0px 4px 0 #0000000d;
  border-radius: 0.4rem;
  border: 0;
}
.kb-nav-tabs .kb-nav-link.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary-color);
}
.kb-nav-tabs .kb-nav-link:hover:not(.active) {
  border-color: transparent;
  color: var(--primary-color);
}
.upload-area .upload-icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    background: rgba(99, 102, 241, 0.1);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
}
.upload-area span.file-type-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 6px;
  background: rgba(99, 102, 241, 0.1);
  color: var(--primary-color);
  font-weight: 500;
  margin: 0 4px;
  font-size: 11px;
  line-height: 1.4;
}
.website-input button#fetch_url_button {
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 12px 28px;
  font-weight: 600;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  min-width: 129px;
  box-shadow: none !important;
}
.website-input button#fetch_url_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(99, 102, 241, 0.2);
}
.website-input button#fetch_url_button::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 200px;
  background: rgba(255, 255, 255, 0.2);
  transform: rotate(45deg);
  top: -25%;
  left: -60px;
  transition: all 0.6s ease;
}
.website-input button#fetch_url_button:hover::after {
    left: 24%;
}
.website-input .dataTables_wrapper .dataTables_length .custom-select {
  padding: 5px 10px;
  min-width: 60px;
}
.kb-button-primary {
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 26px !important;
  border-color: transparent !important;
}
.kb-tab-content {
  background: #fff;
  border-color: #dee2e6;
}

.kb-table-container {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

.kb-refresh-button {
  position: absolute;
  left: 175px;
  top: 0;
  border: none;
  cursor: pointer !important;
  width: 35px;
  height: 35px;
  color: var(--primary-color);
  background: rgba(99, 102, 241, 0.1);
  z-index: 999;
  border-radius: 10px;
  font-size: 14px;
  display: grid;
  place-content: center;
}

.kb-url-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.kb-url-table td {
  vertical-align: middle;
}

.kb-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#knowledgeBaseTable_wrapper .bottom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
div#course_viewlist .dataTables_wrapper {
  margin-bottom: 30px;
}
#knowledgeBaseTable_wrapper div#knowledgeBaseTable_length {
  padding: 0;
}
#knowledgeBaseTable_wrapper div#knowledgeBaseTable_paginate {
  padding-right: 0;
}
/* knowledge base css end */
.music-upload-container label#label {
  color: rgb(91, 91, 91);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  max-width: 100%;
  padding: 10px;
  gap: 10px;
  margin: 0px;
  background: rgb(242, 247, 255);
  border-width: 2px;
  border-style: dashed;
  border-color: rgb(121, 202, 242);
  border-image: initial;
  border-radius: 5px;
}
.music-upload-container label#label span#span-msg {
  max-width: 100%;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.music-upload-container input.filepond {
  display: none;
}
#knowledgeBaseTable_wrapper #knowledgeBaseTable_filter {
    display: none;
}
/* ==========================================================================
 *
 *    blank course Template STYLES
 *
 * ========================================================================== */
 ul.new_course_wizard {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  gap: 50px;
  border: none !important;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.nav-tabs.course-wizard:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 1px;
  background: var(--primary-color);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 0;
}

.nav-tabs.course-wizard .nav-item {
  position: relative;
  float: unset !important;
  margin: 0 !important;
  height: 82px !important;
  z-index: 1;
}

.new_course_wizard.nav.nav-tabs .nav-item {
  float: left !important;
  min-width: 45%;
}

.nav-tabs.course-wizard .nav-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: calc(100% + 19px);
  height: 82px;
  border-radius: 0;
  border: 5px solid #fff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.nav-tabs.course-wizard .nav-item:before {
  border: 5px solid #fff;
}

.nav-tabs.course-wizard .nav-item .nav-link.active,
.nav-tabs.course-wizard .nav-item .nav-link.complete {
  background-color: var(--secondary) !important;
  border: 1px solid var(--primary-color) !important;
}

.nav-tabs.course-wizard .nav-item .nav-link {
  width: 100%;
  border-radius: 0;
  border-radius: 14px;
  height: 82px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0px !important;
  text-align: left;
  padding: 15px 15px 15px 35px !important;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.7;
  letter-spacing: normal;
  pointer-events: none !important;
  background: #f9fafc;
  border: 1px solid #e0e7ef !important;
  position: relative;
}

.nav-tabs.course-wizard .nav-link.active {
  background-color: var(--secondary);
  color: var(--primary-color) !important;
}

.nav-tabs.course-wizard .nav-item .nav-link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  z-index: 3;
}

.nav-tabs.course-wizard .nav-item .nav-link.active:before,
.nav-tabs.course-wizard .nav-item .nav-link.complete:before {
  background: var(--text-white-color);
}

.nav-tabs.course-wizard .nav-item .nav-link.active span,
.nav-tabs.course-wizard .nav-item .nav-link.complete span {
  color: var(--primary-color) !important;
}

.nav-tabs.course-wizard .nav-item .nav-link span {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--text-black-color);
}

.nav-tabs.course-wizard .nav-item .nav-link p {
  font-size: 14px;
  color: #666;
}

.nav-tabs.course-wizard .nav-link.active p {
  color: var(--primary-color) !important;
}

.nav-tabs.course-wizard .nav-item .nav-link.active:after,
.nav-tabs.course-wizard .nav-item .nav-link.complete:after {
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}

.nav-tabs.course-wizard .nav-item .nav-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--brand-color);
  margin: 0;
  background: var(--text-white-color);
  z-index: 2;
}

.nav-tabs.course-wizard .nav-item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid var(--secondary);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 1;
}

.nav-tabs.course-wizard .nav-item:after {
  border: 5px solid var(--secondary);
}

.card-tab .grouping-box {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: stretch;
  margin-bottom: 0 !important;
}

.card-tab .custom-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
  /* max-height: calc(100vh - 345px); */
  /* overflow-y: auto; */
  padding-right: 10px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.card-tab .carditem {
  background: var(--card-bg);
}

.card-tab .carditem {
  padding: 7px;
  border: 1px solid #c2c9e2;
  border-radius: 10px;
  position: relative;
}

.card-tab .carditem .carditem_image {
  width: 100%;
  position: relative;
  border-radius: 6px !important;
  padding-top: calc(9 / 16 * 100%);
}

.card-tab .carditem .carditem_image span.blank-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px !important;
}



.card-tab .carditem .carditem_image span.blank-box:before {
  content: "";
  background-image: url("../img/svgs/add-file.gif");
  position: absolute;
  top: 50%;
  left: 50%;
  width: 71px;
  height: 71px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
  max-width: 71px;
  max-height: 71px;
  background-repeat: no-repeat;
  border-radius: 20px;
  z-index: 2;
}

.card-tab .carditem .carditem_image span.blank-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 87px;
  height: 87px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.card-tab .carditem .carditem_title {
  min-height: 70px;
}

.card-tab .course_name.blank_template .carditem_title h3,
.card-tab .course_name.blank_template .carditem_title p {
  text-align: center;
}

.card-tab .carditem .carditem_title h3 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin: 10px 10px 7px 0;
  text-transform: capitalize;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.card-tab .course_name.blank_template .carditem_title h3,
.card-tab .course_name.blank_template .carditem_title p {
  text-align: center;
}

.card-tab .carditem .carditem_title p {
  color: #9da5af;
  font-size: 13px;
  text-align: left;
  padding: 0 11px;
  max-height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px !important;
  line-height: 1.4;
}

a.img-courseswizard.create-data {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.card-tab a.img-courseswizard {
  position: relative;
  text-decoration: none;
}

.blank_template .carditem button.next-step {
  background-color: var(--text-black-color);
  border: 0 !important;
  font-size: 14px;
  color: var(--text-white-color);
  border-radius: 6px;
  transition: .2s ease-in;
  padding: 7px 18px !important;
}

.card-tab a.img-courseswizard.create-data .next-step {
  min-width: 100px;
}

.card-tab .carditem .carditem_image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px !important;
}

.card-tab .carditem .onhover-data {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .32);
  height: 100%;
  border-radius: 8px;
}

.card-tab .carditem:hover .onhover-data {
  display: block;
  -webkit-animation: mymove .3s ease-out alternate;
  animation: mymove .3s ease-out alternate;
}

.card-tab .carditem .onhover-data .hoverlink {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
  border-radius: 6px !important;
}

.card-tab .carditem .onhover-data .next-step {
  border: 0 !important;
}

.card-tab .carditem .onhover-data .next-step {
  width: auto;
  border-radius: 6px;
  padding-left: 30px !important;
  font-size: 14px !important;
  transition: .2s ease-in;
  padding: 7px 18px !important;
}

.blank_template .carditem:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  border: 2px solid var(--primary-color);
}

.blank_template .carditem span.blank-box {
  background-color: var(--secondary);
}

.blank_template .carditem:hover span.blank-box {
  /* background-color: var(--primary-color); */
}

.blank_template .carditem:hover button.next-step {
  background-color: var(--primary-color);
}

.card-tab .search_content {
  margin-top: 20px;
  position: relative;
  width: 55%;
  margin: 0 auto;
}

.card-tab .search_content i.icon {
  position: absolute;
  top: 14px;
  left: 17px;
  font-size: 15px;
  font-weight: 900;
  color: var(--text-black-color);
}

.card-tab .search_content input#contenttype_search {
  min-width: 40%;
  padding: 5px 10px 5px 15px;
  height: 42px !important;
  background: var(--text-white-color);
  border: 1px solid #dbe0e5;
  border-radius: 5px;
  font-size: 15px;
  width: 100% !important;
}
.create-support .next-btn {
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
  padding: 8px 26px;
  border-color: transparent !important;
}
#course_viewlist .group-switch {
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
    gap: 34px;
}
@keyframes mymove {

  0% {
      left: -13px;
  }

  100% {
      left: 0;
  }
}
.skeleton-loading {
    padding: 20px;
}
.skeleton-row {
    display: flex;
    margin-bottom: 10px;
    gap: 10px;
}
.skeleton-cell {
    height: 20px;
    background: #eee;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
    flex: 1;
}
@keyframes pulse {
    0% { opacity: .6; }
    50% { opacity: 1; }
    100% { opacity: .6; }
}
#layoutsModal .close-btn, #changeLayoutModal .close-btn
{
    background-color: unset;
    border: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
}
#layoutsModal .close-btn i, #changeLayoutModal .close-btn i{
    color: #ccd8ff;
    font-size: 20px;
}
#layoutsModal .btn-cancel, #changeLayoutModal .btn-cancel {
    background: #FFFFFF;
    border: 1px solid #1473e657;
    border-radius: 1px;
    color: #1473E6 !important;
    font-size: 15px;
    height: 37px;
    text-transform: capitalize;
}
.modal .rounded-btn {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    height: 37px;
    border-radius: 0.25rem;
}
.story-layout img{
  max-width: 300px;
}