@font-face {
  font-family: "UnimedSlab-bold";
  font-weight: 700;
  src: url("../fonts/unimedslab-bold.otf") format("otf"), url("../fonts/unimedslab-bold-webfont.woff2") format("woff2"), url("../fonts/unimedslab-bold-webfont.woff") format("woff");
}
@font-face {
  font-family: "UnimedSlab";
  font-weight: 400;
  src: url("../fonts/unimedslab-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: normal;
  src: local("Trebuchet MS"), url("../fonts/trebuc.woff") format("woff");
}
@font-face {
  font-family: "unimedslab-semibold";
  src: url("../fonts/UnimedSlab-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "unimed-sans";
  src: url("../fonts/unimedsans-regular-webfont.woff2") format("woff2"), url("../fonts/unimedsans-regular-webfont.woff") format("woff"), url("../fonts/unimedsans-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "unimed-sans-bold";
  src: url("../fonts/unimedsans-bold-webfont.woff2") format("woff2"), url("../fonts/unimedsans-bold-webfont.woff") format("woff"), url("../fonts/unimedsans-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.auth-card .form-side {
  width: 100% !important;
}

.login-footer-links a {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  .login-footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.customer-forms .form-group {
  margin-top: 10px !important;
}
.customer-forms .form-group > span {
  text-transform: uppercase;
}
.customer-forms .form-group.has-bg span:nth-child(2n):after {
  height: 9px !important;
}
.customer-forms input,
.customer-forms select {
  font-size: 16px;
}
.customer-forms .form-control {
  padding: 15px;
}
.customer-forms select {
  padding: 10px !important;
}
.customer-forms .tag.label {
  font-size: 16px !important;
}
.customer-forms .form-control.error, .customer-forms .form-control.is-invalid, .customer-forms .form-control.invalid, .customer-forms .form-control.valid {
  padding-right: 2.25rem;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
}
.customer-forms .form-control.error, .customer-forms .form-control.is-invalid, .customer-forms .form-control.invalid {
  background-image: url("../../vendors/material-pro/assets/images/forms/danger.svg") !important;
  border-color: #e0182d !important;
}
.customer-forms .form-control.is-valid, .customer-forms .form-control.valid {
  background-image: url("../../vendors/material-pro/assets/images/forms/success.svg");
  border-color: #5aa700;
}
.customer-forms .form-control.no-validation-styles {
  background: none !important;
  border-color: #ddd !important;
}
.customer-forms .small-alert {
  font-size: 11px;
}

.custom-float-form .form-group.in-focus span {
  top: -14px !important;
  left: 12px;
  padding: 5px 5px 0 5px;
  font-size: 12px;
  background-color: #fff !important;
}
@media (min-width: 0) and (max-width: 992px) {
  .custom-float-form .form-group.in-focus span {
    left: 7px;
    padding: 5px 3px 0 3px;
    font-size: 11px;
  }
}
.custom-float-form .form-group.in-focus span::after {
  top: 9px;
  background-color: #ffffff !important;
}
.custom-float-form .form-group .float-label-fixed-span {
  top: -12px !important;
  left: 12px;
  padding: 5px 5px 0 5px;
  font-size: 12px;
  line-height: 1.2;
  background-color: #ffffff !important;
}
@media (min-width: 0) and (max-width: 992px) {
  .custom-float-form .form-group .float-label-fixed-span {
    left: 7px;
    padding: 5px 3px 0 3px;
    font-size: 11px;
  }
}
.custom-float-form .form-group textarea,
.custom-float-form .form-group input,
.custom-float-form .form-group select {
  min-height: 60px;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.custom-float-form .form-group textarea:hover, .custom-float-form .form-group textarea:active, .custom-float-form .form-group textarea:focus,
.custom-float-form .form-group input:hover,
.custom-float-form .form-group input:active,
.custom-float-form .form-group input:focus,
.custom-float-form .form-group select:hover,
.custom-float-form .form-group select:active,
.custom-float-form .form-group select:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 2px #39995d !important;
}
.custom-float-form .form-group textarea,
.custom-float-form .form-group input,
.custom-float-form .form-group span,
.custom-float-form .form-group select {
  font-family: "Trebuchet MS", sans-serif !important;
}
.custom-float-form .form-group textarea {
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .custom-float-form .form-group textarea {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .custom-float-form .form-group textarea.textarea-lg-row-5 {
    height: 200px;
  }
}
.custom-float-form .form-group select {
  font-size: 18px;
}
.custom-float-form .form-group > span {
  position: absolute;
  top: 18px;
  left: 15px;
  font-size: 16px;
  color: #333333;
  transition: 0.4s all ease-in-out;
  border-radius: 5px;
}
.custom-float-form .form-group > span, .custom-float-form .form-group > span::after {
  background-color: transparent !important;
}
.custom-float-form .form-group .custom-switch-span {
  position: unset;
  display: inline-block;
  font-size: 12px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .custom-float-form .form-group .custom-switch-span.fz-lg-14 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .custom-float-form .form-group .custom-switch-span.fz-lg-16 {
    font-size: 16px;
  }
}
.custom-float-form .form-group .social-media-element .social-media-input {
  position: relative;
}
.custom-float-form .form-group .social-media-element .social-media-input input {
  font-size: 16px;
  font-weight: 600 !important;
  text-transform: lowercase;
}
.custom-float-form .form-group .social-media-element .social-media-input input.instagram {
  padding-left: 126px;
}
.custom-float-form .form-group .social-media-element .social-media-input input.facebook {
  padding-left: 120px;
}
@media (min-width: 992px) {
  .custom-float-form .form-group .social-media-element .social-media-input input {
    padding-left: 140px;
  }
}
.custom-float-form .form-group .social-media-element .social-media-input strong {
  position: absolute;
  top: 17px;
  left: 10px;
  font-size: 16px;
  color: #39995d;
}
.custom-float-form .form-group .social-media-element .social-media-input.in-focus .float-label-fixed-span {
  background-color: #fff !important;
}
.custom-float-form .form-group .social-media-element .social-media-input.in-focus .float-label-fixed-span::after {
  display: none;
}
.custom-float-form .form-group .social-media-element select {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 1;
  width: 145px;
  height: 58px !important;
  min-height: 58px !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: 14px;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-radius: 10px 0 0 10px !important;
  background-image: none !important;
}
@media (min-width: 992px) {
  .custom-float-form .form-group .social-media-element select {
    width: 130px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  .custom-float-form.input-h-50 .form-group textarea,
  .custom-float-form.input-h-50 .form-group input,
  .custom-float-form.input-h-50 .form-group select {
    min-height: 50px !important;
  }
  .custom-float-form.input-h-50 .form-group > span {
    top: 19px;
  }
}
.custom-float-form .spectrum-color {
  margin-bottom: 0;
}
.custom-float-form .spectrum-color .sp-colorize-container {
  position: unset;
}
.custom-float-form .custom-slider .irs {
  position: unset !important;
}
.custom-float-form .custom-slider .custom-slider-description {
  font-size: 14px !important;
}
.custom-float-form .custom-slider .custom-slider-description.left-unset {
  left: unset;
}
.custom-float-form .custom-slider .custom-slider-description.left-0 {
  left: 0 !important;
}
.custom-float-form .custom-slider .custom-slider-description.left--10 {
  left: -10px !important;
}
@media (min-width: 992px) {
  .custom-float-form .custom-slider .custom-slider-description.left--lg--10 {
    left: -10px !important;
  }
}
.custom-float-form .flag-selector-style > label {
  height: 60px;
  border-radius: 5px;
}
@media (min-width: 0) and (max-width: 768px) {
  .custom-float-form .flag-selector-style > label {
    height: 50px;
  }
}
.custom-float-form .custom-chose-file input {
  padding: 30px 10px;
  height: 85px;
  font-size: 16px;
}
.custom-float-form .fix-two-rows-validation-error label.error {
  margin-top: 5px !important;
}
.custom-float-form label.error {
  position: unset !important;
  color: #e0182d;
}
@media (min-width: 992px) {
  .custom-float-form .form-control {
    padding-left: 15px;
  }
}
.custom-float-form .form-control.error, .custom-float-form .form-control.is-invalid, .custom-float-form .form-control.is-valid, .custom-float-form .form-control.invalid, .custom-float-form .form-control.valid {
  padding-right: 25px;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
  background-repeat: no-repeat;
}
.custom-float-form .form-control.error, .custom-float-form .form-control.is-invalid, .custom-float-form .form-control.invalid {
  background-image: url("/assets/images/forms/danger.svg") !important;
}
.custom-float-form .form-control.error, .custom-float-form .form-control.error:hover, .custom-float-form .form-control.error:active, .custom-float-form .form-control.error:focus, .custom-float-form .form-control.is-invalid, .custom-float-form .form-control.is-invalid:hover, .custom-float-form .form-control.is-invalid:active, .custom-float-form .form-control.is-invalid:focus, .custom-float-form .form-control.invalid, .custom-float-form .form-control.invalid:hover, .custom-float-form .form-control.invalid:active, .custom-float-form .form-control.invalid:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 2px #e0182d !important;
}
.custom-float-form .form-control.is-valid, .custom-float-form .form-control.valid {
  background-image: url("/assets/images/forms/success.svg");
  border-color: #5aa700;
}
.custom-float-form .form-control.no-validation-styles {
  background: none !important;
  border-color: #ddd !important;
}
.custom-float-form .form-control.input-gray {
  background-color: #e9ecef;
}
.custom-float-form .form-input-group {
  display: grid;
  grid-template-columns: 1fr;
}
.custom-float-form .form-input-group .form-input-group-button {
  text-align: center;
}
.custom-float-form .form-input-group.inline-mobile {
  grid-template-columns: 1fr 100px;
  grid-column-gap: 10px;
}
.custom-float-form .form-input-group.inline-mobile .cus-btn {
  width: 100%;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}
@media (min-width: 0) and (max-width: 768px) {
  .custom-float-form .form-input-group.inline-mobile .cus-btn {
    height: 50px;
  }
}
.custom-float-form .input-radio-group label {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.custom-float-form .input-radio-group label span {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 300;
}
.custom-float-form .customer-select2-fix span.select2-container {
  position: unset !important;
  top: 0 !important;
  left: 0 !important;
  height: 60px !important;
  padding: 0 !important;
}
.custom-float-form .customer-select2-fix span.select2-container .select2-selection__rendered,
.custom-float-form .customer-select2-fix span.select2-container .select2-selection,
.custom-float-form .customer-select2-fix span.select2-container .selection {
  height: 60px !important;
}
.custom-float-form .customer-select2-fix span.select2-container .select2-selection__rendered,
.custom-float-form .customer-select2-fix span.select2-container .select2-selection,
.custom-float-form .customer-select2-fix span.select2-container .selection {
  padding: 0 !important;
}
.custom-float-form .customer-select2-fix span.select2-container .select2-selection__rendered {
  padding: 0 20px 0 10px !important;
}
.custom-float-form .customer-select2-fix span.select2-container .select2-selection__arrow {
  position: absolute !important;
  top: 1px !important;
  right: 1px !important;
  left: unset !important;
  width: 20px !important;
  height: 60px !important;
}

@media (min-width: 0) and (max-width: 992px) {
  .custom-float-form span.mobile-fixed-labels {
    left: 7px !important;
    top: -10px !important;
    padding: 5px 3px 0 3px !important;
    font-size: 11px !important;
    background-color: #ffffff !important;
  }
}
.form-group--password {
  position: relative !important;
}
.form-group--password .show-password {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  -spec-display: flex;
  display: flex;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -spec-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -spec-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -spec-justify-content: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
  width: 40px;
  font-size: 18px;
  line-height: 18px;
  background-color: transparent !important;
  border: none;
  transition: 0.2s ease-in-out;
  border-radius: 0 3px 3px 0;
}

.invalid-feedback {
  font-size: 12px;
  color: #e0182d !important;
}

.has-float-label {
  position: relative;
  display: block;
}

@media (min-width: 546px) {
  .form-input-group {
    grid-template-columns: 1fr 140px;
    grid-column-gap: 10px;
    align-items: center;
  }
  .form-input-group .form-group {
    margin-bottom: 0;
  }
  .form-input-group .cus-btn {
    width: 100%;
    height: 60px;
  }
}
@media (min-width: 0) and (max-width: 768px) {
  select {
    height: 50px;
  }
}
@media (min-width: 0) and (max-width: 992px) {
  .custom-float-form .form-group input,
  .custom-float-form .form-group select {
    font-size: 16px;
  }
  .custom-float-form .form-group span {
    font-size: 16px;
  }
  .form-group-switch span,
  .form-group-switch label {
    left: 0 !important;
  }
}
@media (min-width: 992px) {
  .custom-float-form .form-group .social-media-element .social-media-input strong,
  .custom-float-form .form-group .social-media-element .social-media-input input {
    font-size: 20px;
  }
  .custom-float-form .form-group .social-media-element .social-media-input strong {
    top: 13px;
  }
  .custom-float-form .form-group .social-media-element .social-media-input input.instagram {
    padding-left: 154px !important;
  }
  .custom-float-form .form-group .social-media-element .social-media-input input.facebook {
    padding-left: 147px !important;
  }
  .custom-float-form .form-input-group {
    grid-template-columns: 1fr 170px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  box-shadow: 0 0 0 30px #fff inset !important;
}

@media (min-width: 0) and (max-width: 992px) {
  .admin-in-ios input[type=date],
  .admin-in-ios input[type=datetime-local],
  .admin-in-ios input[type=month],
  .admin-in-ios input[type=time] {
    text-indent: -150px;
    text-align: left;
    line-height: 45px !important;
    -webkit-appearance: none !important;
  }
}
#menu-card-tabs,
.customer-tabs {
  position: relative;
  overflow-x: auto !important;
  overflow-y: hidden;
  flex-wrap: nowrap;
  z-index: 5;
  bottom: -1px;
  border-bottom: unset;
  scrollbar-width: thin;
  scrollbar-color: #90A4AE #CFD8DC;
}
#menu-card-tabs::-webkit-scrollbar-track,
.customer-tabs::-webkit-scrollbar-track {
  background: #CFD8DC;
}
#menu-card-tabs::-webkit-scrollbar-thumb,
.customer-tabs::-webkit-scrollbar-thumb {
  background-color: #90A4AE;
  border-radius: 6px;
  border: 3px solid #CFD8DC;
}
#menu-card-tabs.active-no-bg .nav-link.active,
.customer-tabs.active-no-bg .nav-link.active {
  background-color: transparent !important;
}
#menu-card-tabs.active-no-bg .nav-link.active::after,
.customer-tabs.active-no-bg .nav-link.active::after {
  background-color: #f8f8f8;
}
@media (min-width: 0) and (max-width: 992px) {
  #menu-card-tabs,
  .customer-tabs {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    -webkit-overflow-scrolling: touch; /* momentum scrolling, iOS Safari only*/
  }
}
#menu-card-tabs .nav-link,
.customer-tabs .nav-link {
  display: block;
  padding: 10px 20px;
  margin-right: 5px;
  z-index: 0;
  font-size: 16px !important;
  text-align: center;
  color: #636363;
  background-color: #dee2e6;
  border: 1px solid transparent;
  border-bottom-color: #d8dadb !important;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
}
@media (min-width: 0) and (max-width: 767px) {
  #menu-card-tabs .nav-link,
  .customer-tabs .nav-link {
    font-size: 14px !important;
  }
}
#menu-card-tabs .nav-link:hover,
.customer-tabs .nav-link:hover {
  border-color: rgb(210.9, 214.7, 218.5);
}
#menu-card-tabs .nav-link.active,
.customer-tabs .nav-link.active {
  position: relative;
  color: #000;
  background-color: #FFFFFF !important;
  border-color: #d8dadb;
  border-bottom-color: #FFFFFF;
  z-index: 50;
  border-radius: 5px 5px 0 0;
}

#menu-card-tabs .swiper {
  width: 100%;
}

.swiper-team-data {
  width: 144px;
}

.swiper-visual-identity {
  width: 190px;
}

.swiper-profile {
  width: 83px;
}

.swiper-addresses {
  width: 115px;
}

.swiper-information {
  width: 130px;
}

.swiper-galleries {
  width: 100px;
}

.swiper-tabs {
  width: 80px;
}

.swiper-print {
  width: 115px;
}

.swiper-card-order {
  width: 170px;
}

.swiper-seo {
  width: 73px;
}

.swiper-tracking {
  width: 170px;
}

.swiper-client-account {
  width: 90px;
}

.swiper-account {
  width: 85px;
}

.swiper-subscription {
  width: 121px;
}

#content-card-tabs {
  z-index: 20;
  padding: 10px;
  border: 1px solid #d8dadb !important;
}

.customer-tabs .nav-item {
  margin-bottom: 0;
}
.customer-tabs .nav-link.active {
  position: relative;
  border-bottom: none;
}
.customer-tabs .nav-link.active::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .customer-tabs .nav-link.active::after {
    bottom: -2px;
  }
}
.customer-tabs.big-tabs .nav-link {
  padding: 20px 10px !important;
}
.customer-tabs.overflow-hidden {
  overflow: unset !important;
}
.customer-tabs.two-tabs .nav li {
  width: 50% !important;
}
.customer-tabs.two-tabs .nav li:last-child a {
  margin-right: 0 !important;
}
.customer-tabs.five-tabs .nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.customer-tabs.five-tabs .nav li:last-child a {
  margin-right: 0 !important;
}
.customer-tabs.three-tabs .nav-pills {
  width: 100%;
  flex-wrap: nowrap;
  overflow: scroll;
}

.customer-tabs-content {
  padding: 10px;
  margin-top: -1px;
  border: 1px solid #d8dadb !important;
  border-top: 1px solid #d8dadb !important;
  z-index: 20;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 0) and (max-width: 992px) {
  #menu-card-tabs .nav-link,
  .customer-tabs .nav-link {
    padding: 10px 0;
  }
  .swiper-team-data {
    width: 125px;
  }
  .swiper-visual-identity {
    width: 150px;
  }
  .swiper-profile {
    width: 65px;
  }
  .swiper-addresses {
    width: 100px;
  }
  .swiper-information {
    width: 110px;
  }
  .swiper-galleries {
    width: 80px;
  }
  .swiper-tabs {
    width: 60px;
  }
  .swiper-print {
    width: 95px;
  }
  .swiper-seo {
    width: 55px;
  }
  .swiper-tracking {
    width: 150px;
  }
  .swiper-account {
    width: 70px;
  }
  .swiper-subscription {
    width: 105px;
  }
}
@media (min-width: 1200px) {
  .swiper-tabs-content-item {
    padding: 40px;
  }
  .customer-tabs.three-tabs .nav-item {
    width: 33.3333333333%;
  }
  .customer-tabs.three-tabs .nav-item:last-child a {
    margin-right: 0 !important;
  }
  .customer-tabs-content {
    padding: 20px;
  }
}
.btn-primary {
  padding: 10px 40px;
  background-color: #00995d !important;
  border-color: #00995d !important;
  border-radius: 50px;
}
.btn-primary.red {
  background-color: #c43d4b !important;
  border-color: #c43d4b !important;
}

.custom-btn {
  padding: 17px 40px 15px 40px;
  font-size: 16px;
  line-height: 1.2;
  border-radius: 10px !important;
}

.custom-action-btn {
  display: flex;
  align-content: center;
  padding: 10px !important;
  font-size: 16px;
}
.custom-action-btn.custom-add i {
  position: relative;
  top: 0;
  left: 2px;
}

.menu .main-menu ul li.active::after {
  height: 65px;
}
.menu .main-menu ul li.active a, .menu .main-menu ul li:hover a {
  color: #39995d !important;
}
.menu .main-menu ul li.active::after, .menu .main-menu ul li:hover::after {
  background-color: #39995d;
}
.menu .main-menu ul li.active svg, .menu .main-menu ul li:hover svg {
  fill: #39995d;
}
.menu .main-menu ul li i {
  font-size: 28px;
  line-height: 32px;
}
.menu .main-menu ul li a {
  height: 80px;
}
.menu .main-menu ul li a svg {
  margin-bottom: 7px;
}

.pagination .page-item {
  margin: 0;
  padding: 0;
}
.pagination .page-item + .page-item {
  margin-left: 10px;
}
.pagination .page-item:hover .page-link, .pagination .page-item.active .page-link {
  color: #fff !important;
  background-color: #39995d !important;
  border-color: #39995d !important;
}
.pagination .page-link {
  display: grid;
  align-content: center;
  align-items: center;
  padding: 0;
  min-height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px !important;
}

html,
body {
  font-size: 16px;
  font-family: "Trebuchet MS", sans-serif;
}

.form-control {
  font-size: 1rem !important;
}

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

.logo {
  width: 120px;
  height: 55px;
  background-image: url("../images/logo.png");
  background-size: 121px;
}

.logo-mobile {
  width: 120px;
  height: 45px;
  background-image: url("../images/logo.png");
  background-size: 100px;
}

@media (min-width: 0) and (max-width: 991px) {
  .flex-basis-zero {
    flex-basis: 0 !important;
  }
}
