@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  src: url("../fonts/gilroy-black.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/gilroy-blackitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  src: url("../fonts/gilroy-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/gilroy-bolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/gilroy-extrabolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  src: url("../fonts/gilroy-heavy.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/gilroy-heavyitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/gilroy-lightitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  src: url("../fonts/gilroy-medium.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/gilroy-mediumitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  src: url("../fonts/gilroy-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/gilroy-regularitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  src: url("../fonts/gilroy-semibold.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/gilroy-semibolditalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 100;
  src: url("../fonts/gilroy-thin.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/gilroy-thinitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 200;
  src: url("../fonts/gilroy-ultralight.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 200;
  font-style: italic;
  src: url("../fonts/gilroy-ultralightitalic.ttf") format("truetype");
}
@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  src: url("../fonts/gilroy-regular.ttf") format("truetype");
}
.bg {
  background-color: #F6F8FA;
}

.v-main__wrap {
  background-color: #F6F8FA;
}

.text-primary {
  color: #01A1B7 !important;
}

div {
  font-family: "Gilroy", sans-serif;
}

p {
  font-size: 14px;
}

.footer-link {
  color: rgb(97, 97, 97) !important;
}

.mgc_telegram_fill::before {
  color: rgb(97, 97, 97) !important;
}

.mgc_ins_fill::before {
  color: rgb(97, 97, 97) !important;
}

.primary--text {
  color: #01A1B7 !important;
}

.d-filter-input {
  width: 200px;
}

.d-input-outer {
  padding: 12px 16px;
  margin-top: 0;
  border: 2px solid #EEF0F4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-radius: 6px;
  transition: 200ms;
  background-color: #FFFFFF;
}

.v-calendar-daily__interval-text {
  display: none !important;
}

.d-input-outer input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  padding-left: 8px;
}

.d-input-icon {
  color: #002B48 !important;
  stroke: #002B48 !important;
  height: 24px;
  cursor: pointer\;;
}

.d-input-icon-success {
  color: #01A1B7 !important;
  stroke: #01A1B7 !important;
}

.d-input-outer input::placeholder {
  color: #787F95;
  font-size: 16px;
  font-weight: 400;
}

.d-input-outer input:focus {
  border: none;
  outline: none;
}

.d-input-success {
  border-color: #01A1B7;
  box-shadow: 0 0 0 4px rgba(1, 161, 183, 0.2);
}

.d-input-outer:focus-within {
  border-color: #01A1B7;
  box-shadow: 0 0 0 4px rgba(1, 161, 183, 0.2);
}

.d-input-error {
  border-color: #FF3333;
  box-shadow: 0 0 0 4px rgba(255, 51, 51, 0.2);
}

.d-input-error-message {
  margin-top: 8px;
  color: #FF3333;
}

.d-input-error-message-animation {
  animation: error_message 150ms ease-in-out;
  animation-iteration-count: 2;
}

@keyframes error_message {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.d-combobox-error {
  border-color: #FF3333 !important;
  box-shadow: 0 0 0 4px rgba(255, 51, 51, 0.2);
}

.d-countdown {
  border: 1px solid #EEF0F4;
  border-radius: 50rem;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.d-countdown .d-countdown-text {
  color: rgb(0, 43, 72) !important;
}
.d-countdown span, .d-countdown svg {
  color: rgb(0, 43, 72) !important;
}

.password-hint {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #787F95;
  margin-top: 12px;
}

.d-custom-input-outer {
  padding: 8px 20px;
  margin-top: 0;
  border: 2px solid #EEF0F4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-radius: 10px;
  transition: 200ms;
  background-color: #FFFFFF;
}

.d-custom-input-outer input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
}

.d-custom-input-icon {
  color: #002B48 !important;
  stroke: #002B48 !important;
  height: 24px;
}

.d-custom-input-icon-success {
  color: #01A1B7 !important;
  stroke: #01A1B7 !important;
}

.d-custom-input-outer input::placeholder {
  color: #787F95;
  font-size: 16px;
  font-weight: 400;
}

.d-custom-input-outer input:focus {
  border: none;
  outline: none;
}

.d-custom-input-success {
  border-color: #01A1B7;
  box-shadow: 0 0 0 4px rgba(1, 161, 183, 0.2);
}

.d-custom-input-outer:focus-within {
  border-color: #01A1B7;
  box-shadow: 0 0 0 4px rgba(1, 161, 183, 0.2);
}

.d-btn {
  padding: 12px 20px;
  text-transform: none;
  width: 100%;
  outline: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #01A1B7;
  border: 1px solid #01A1B7;
  cursor: pointer;
  transition: 100ms;
  text-align: center;
  box-shadow: 0 10px 20px rgba(1, 161, 183, 0.16);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.d-button-icon {
  margin-right: 8px;
  color: #FFFFFF;
  stroke: #FFFFFF;
}

.d-btn:hover {
  background-color: rgba(1, 161, 183, 0.2);
  color: #01A1B7;
}
.d-btn:hover .d-button-icon {
  color: #01A1B7;
  stroke: #01A1B7;
}

.d-btn:active {
  background-color: #018799;
  border-color: #018799;
  color: #FFFFFF;
}

.d-btn:disabled {
  background-color: rgba(1, 161, 183, 0.5);
  box-shadow: none;
  cursor: not-allowed;
}

.d-combobox-icon {
  color: #002B48 !important;
  stroke: #002B48 !important;
  height: 24px;
}
.d-combobox-icon path {
  color: #002B48 !important;
}

.d-combobox-outer {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 2px solid #EEF0F4;
  padding: 12px 16px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.d-combobox-outer .d-combobox-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #787F95;
  padding-left: 8px;
}
.d-combobox-outer .d-combobox-selected {
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  padding-left: 8px;
  width: 75%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.d-combobox-outer:focus-within {
  border-color: #01A1B7;
  box-shadow: 0 0 0 4px rgba(1, 161, 183, 0.2);
}
.d-combobox-outer .down {
  position: absolute;
  right: 20px;
  color: #787F95;
  transition: 200ms;
}
.d-combobox-outer .up {
  position: absolute;
  right: 20px;
  color: #787F95;
  transition: 200ms;
  transform: rotate(180deg);
}

.d-combobox-options-show {
  opacity: 1;
  transform: scale(1);
}

.d-combobox-options-hide {
  transform: scale(0.9);
  opacity: 0;
}

.d-user-options-show {
  opacity: 1;
  transform: scale(1);
}

.d-user-options-hide {
  transform: scale(0.9);
  opacity: 0;
}

.d-date-options-outer {
  position: relative;
  inset: 0;
}
.d-date-options-outer .d-date-label {
  border: 1px solid rgb(238, 240, 244);
  border-radius: 5px;
  background-color: white;
  padding: 12px 20px;
}

.d-combobox-options-outer {
  position: relative;
  inset: 0;
}
.d-combobox-options-outer .d-combobox-options {
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  padding: 12px;
  box-shadow: 0 15px 60px rgba(0, 43, 72, 0.12);
  border-radius: 6px;
  transition: 200ms;
  background-color: #FFFFFF;
  z-index: 10001;
}
.d-combobox-options-outer .d-combobox-options .d-combobox-input {
  outline: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  border: 2px solid #EEF0F4;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 8px;
  transition: 100ms;
  display: flex;
  flex-direction: row;
}
.d-combobox-options-outer .d-combobox-options .d-combobox-input:focus-within {
  border-color: #01A1B7;
}
.d-combobox-options-outer .d-combobox-options .d-combobox-input input {
  outline: none;
  width: 100%;
  padding-left: 8px;
}
.d-combobox-options-outer .d-combobox-options .d-combobox-options-inner {
  max-height: 300px;
  overflow-y: scroll;
}
.d-combobox-options-outer .d-combobox-options .d-combobox-options-inner .d-combobox-option {
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  padding: 8px;
  cursor: pointer;
  transition: 200ms;
  border-radius: 6px;
}
.d-combobox-options-outer .d-combobox-options .d-combobox-options-inner .d-combobox-option:hover {
  background-color: #EEF0F4;
}

.owl-stage-outer {
  align-items: center;
}
.owl-stage-outer .owl-stage {
  display: flex;
}
.owl-stage-outer .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.drug-card {
  padding: 16px;
  border-radius: 20px;
  transition: 100ms;
  position: relative;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
.drug-card .discount {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background-image: url("../image/border-discount.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.drug-card .discount .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 5px;
  left: 25px;
  transform: translate(-50%) rotate(-45deg);
}
.drug-card .drug-x {
  cursor: pointer;
  background-color: #FF3333;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: 200ms ease-in-out;
  border: 1px solid #FF3333;
}
.drug-card .drug-x:hover {
  background-color: #FFFFFF;
  color: #FF3333;
}
.drug-card .drug-x svg {
  width: 100%;
  height: 100%;
  fill: #FF3333;
}
.drug-card .drug-plus {
  cursor: pointer;
  background-color: #01A1B7;
  color: #FFFFFF;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: 200ms ease-in-out;
  border: 1px solid #01A1B7;
}
.drug-card .drug-plus:hover {
  background-color: #FFFFFF;
  color: #01A1B7;
}
.drug-card .drug-plus svg {
  width: 100%;
  height: 100%;
  fill: #01A1B7;
}
.drug-card .drug-footer {
  margin-top: auto;
}
.drug-card .drug-card-title-link {
  text-decoration: none;
  cursor: pointer;
}
.drug-card .drug-card-title-link:hover {
  text-decoration: underline;
}
.drug-card .drug-img-responsive {
  display: none;
}
.drug-card .drug-card-title {
  color: rgb(141, 92, 246);
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 14px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.drug-card .drug-card-content {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 32px;
}
.drug-card .drug-card-content .col {
  padding: 0;
}
.drug-card .drug-card-content .drug-card-property {
  margin: 0;
}
.drug-card .drug-card-content .drug-card-property .col {
  padding: 0;
}
.drug-card .drug-card-content .drug-card-property .drug-card-property-key {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.drug-card .drug-card-content .drug-card-property .drug-card-property-item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #01A1B7;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.drug-card .drug-card-content .drug-card-property .drug-card-property-item .discount-price {
  position: relative;
  text-decoration-line: line-through;
}
.drug-card .drug-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
}
.drug-card .drug-img .img {
  height: 100%;
}

.d-verification-code-input {
  background-color: #FFFFFF;
  border: 2px solid #EEF0F4;
  border-radius: 6px;
  outline: none;
  width: 50px;
  height: 50px;
  color: #002B48;
  font-size: 20px;
  text-align: center;
  caret-shape: underscore;
}
.d-verification-code-input:focus {
  border-color: #01A1B7;
  box-shadow: 0 0 0 4px rgba(1, 161, 183, 0.2);
}

.d-verification-code-input::-webkit-inner-spin-button,
.d-verification-code-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 0;
}

.register-page {
  display: flex;
  flex-direction: row;
  height: 100%;
}
.register-page .sidebar {
  background-color: rgb(1, 161, 183);
  width: 50%;
  height: 100%;
}
.register-page .register-content {
  padding: 50px 80px;
  width: 50%;
  background-color: #FFFFFF;
}
.register-page .register-content .register-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  /* identical to box height */
  /* txt primary */
  color: #002B48;
  text-align: center;
}
.register-page .register-content .register-description {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 12px;
  color: #787F95;
  text-align: center;
}
.register-page .register-content .register-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.layout-btns {
  width: 400px;
}

.main-navbar {
  background-color: transparent;
  padding: 0 114px;
  display: flex;
  flex-direction: row;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
}
.main-navbar .x-btn {
  display: none;
}
.main-navbar .navbar-nav {
  display: block;
  margin-left: auto;
}
.main-navbar .navbar-nav .navbar-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
  height: 100%;
  align-items: center;
}
.main-navbar .navbar-nav .navbar-links .nav-link {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  color: #002B48 !important;
  text-decoration: none;
  transition: 200ms;
}
.main-navbar .navbar-nav .navbar-links .nav-link:hover {
  color: #01A1B7 !important;
}
.main-navbar .navbar-btn-section {
  display: block;
  margin-left: 90px;
}
.main-navbar .navbar-btn-section .navbar-btns {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 34px;
  height: 100%;
}
.main-navbar .navbar-btn-section .navbar-btns .navbar-btn {
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.03);
  border-radius: 50rem;
  padding: 12px 30px;
  display: block;
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #6C6C6C;
  text-decoration: none;
  transition: 200ms;
  background-color: #FFFFFF;
}
.main-navbar .navbar-btn-section .navbar-btns .navbar-btn:hover {
  color: #FFFFFF;
  background-color: #01A1B7;
}
.main-navbar .navbar-btn-section .navbar-btns .bg-primary {
  background-color: #01A1B7;
  color: #FFFFFF;
}
.main-navbar .navbar-btn-section .navbar-btns .bg-primary:hover {
  background-color: #FFFFFF !important;
  color: #6C6C6C !important;
}
.main-navbar .logo {
  margin-top: 36px;
  width: 100px;
}
.main-navbar .logo img {
  width: 100%;
}

.background {
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-page-outer {
  border-bottom-right-radius: 50% 100px;
  border-bottom-left-radius: 50% 100px;
  overflow: hidden;
  background: rgba(2, 161, 183, 0.1019607843);
  height: 100vh;
}
.main-page-outer .main-page {
  max-width: 1400px;
  margin: 20vh auto 0 auto;
}
.main-page-outer .main-page .left {
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-page-outer .main-page .left .main-title {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.main-page-outer .main-page .left p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 20px;
  margin-bottom: 0;
}
.main-page-outer .main-page .left .image {
  display: none;
}
.main-page-outer .main-page .left a {
  background: #02A1B7;
  border-radius: 80px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  color: #FFFFFF;
  padding: 20px 0;
  text-decoration: none;
  display: block;
  margin-top: 32px;
  text-align: center;
  width: 300px;
  transition: 200ms;
  border: 1px solid #02A1B7;
}
.main-page-outer .main-page .left a:hover {
  background: #FFFFFF;
  color: #02A1B7;
}
.main-page-outer .main-page .right {
  height: 80vh;
  display: flex;
}

.d-navbar {
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid #EEF0F4;
}
.d-navbar .d-logo {
  height: 54px;
  margin-left: 80px;
  display: block;
}
.d-navbar .d-logo img {
  height: 100%;
}
.d-navbar .d-app-user {
  margin-left: 20px;
  margin-right: 80px;
  cursor: pointer;
  position: relative;
}
.d-navbar .d-app-user .d-user-name {
  margin-top: 8px;
  margin-right: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #252641;
}
.d-navbar .d-app-user .d-user-type {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #787F95;
  margin-right: 14px;
  margin-top: 4px;
}
.d-navbar .d-app-user .d-down {
  margin-top: 4px;
  margin-left: 10px;
}
.d-navbar .d-app-user .d-user-image {
  height: 44px;
  width: 44px;
  border-radius: 50%;
}
.d-navbar .d-app-user .d-user-image svg {
  width: 100%;
  height: 100%;
}
.d-navbar .d-app-user .d-user-image svg path {
  width: 100%;
}
.d-navbar .d-app-user .d-user-options {
  position: absolute;
  top: 50px;
  right: 0;
  padding: 20px;
  width: 260px;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  transition: 200ms;
  background-color: #FFFFFF;
  z-index: 10001;
}
.d-navbar .d-app-user .d-user-options .d-user-options-inner {
  min-height: 200px;
}
.d-navbar .d-app-user .d-user-options .d-user-options-inner .d-user-option {
  font-size: 18px;
  font-weight: 400;
  color: #002B48;
  padding: 8px;
  cursor: pointer;
  transition: 200ms;
  border-radius: 6px;
  text-align: left;
  display: block;
  text-decoration: none;
}
.d-navbar .d-app-user .d-user-options .d-user-options-inner .d-user-option:hover {
  background-color: #01A1B7;
  color: #FFFFFF;
}

.filter-margin {
  margin: 40px 100px;
}

.d-filter-inputs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.d-filter-inputs .d-filter-input-icon {
  color: #002B48 !important;
  stroke: #002B48 !important;
  height: 24px;
  cursor: pointer;
}
.d-filter-inputs .d-filter-input-icon path {
  color: #002B48 !important;
}
.d-filter-inputs .d-filter-input-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 2px solid #EEF0F4;
  padding: 8px 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: relative;
}
.d-filter-inputs .d-filter-input-outer .d-filter-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #787F95;
  cursor: pointer;
}
.d-filter-inputs .d-filter-input-outer .d-filter-input-selected {
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  overflow: hidden;
  max-height: 20px;
  cursor: pointer;
}
.d-filter-inputs .d-filter-input-outer:focus-within {
  border-color: #01A1B7;
  box-shadow: 0 0 0 4px rgba(1, 161, 183, 0.2);
}
.d-filter-inputs .d-filter-input-outer .down {
  position: absolute;
  right: 20px;
  color: #787F95;
  transition: 200ms;
}
.d-filter-inputs .d-filter-input-outer .up {
  position: absolute;
  right: 20px;
  color: #787F95;
  transition: 200ms;
  transform: rotate(180deg);
}
.d-filter-inputs .d-filter-input-options-show {
  opacity: 1;
  transform: scale(1);
}
.d-filter-inputs .d-filter-input-options-hide {
  transform: scale(0.9);
  opacity: 0;
}
.d-filter-inputs .d-user-options-show {
  opacity: 1;
  transform: scale(1);
}
.d-filter-inputs .d-user-options-hide {
  transform: scale(0.9);
  opacity: 0;
}
.d-filter-inputs .d-filter-input-options-outer-expandable {
  position: absolute;
  top: -100px;
  height: 80vh;
  background-color: #F6F8FA;
  left: 0;
  right: 0;
  z-index: 100000;
}
.d-filter-inputs .d-filter-input-options-outer-expandable .d-filter-input-options {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  padding: 20px 50px;
  border-radius: 6px;
  transition: 200ms;
  background-color: #FFFFFF;
  z-index: 10001;
}
.d-filter-inputs .d-filter-input-options-outer-expandable .d-filter-input-options .d-filter-input-input {
  outline: none;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  border: 2px solid #EEF0F4;
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 8px;
  transition: 100ms;
  display: flex;
  flex-direction: row;
}
.d-filter-inputs .d-filter-input-options-outer-expandable .d-filter-input-options .d-filter-input-input:focus-within {
  border-color: #01A1B7;
}
.d-filter-inputs .d-filter-input-options-outer-expandable .d-filter-input-options .d-filter-input-input input {
  outline: none;
  width: 100%;
  padding-left: 8px;
}
.d-filter-inputs .d-filter-input-options-outer-expandable .d-filter-input-options .d-filter-input-options-inner .d-filter-input-option {
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  cursor: pointer;
  transition: 200ms;
  border-radius: 6px;
  cursor: pointer;
}
.d-filter-inputs .d-filter-input-options-outer {
  position: relative;
}
.d-filter-inputs .d-filter-input-options-outer .d-combobox-options {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  padding: 10px;
  border-radius: 6px;
  transition: 200ms;
  background-color: #FFFFFF;
  z-index: 10001;
}
.d-filter-inputs .d-filter-input-options-outer .d-combobox-options .d-filter-input-option {
  font-size: 16px;
  font-weight: 400;
  color: #002B48;
  cursor: pointer;
  transition: 200ms;
  border-radius: 6px;
  cursor: pointer;
  padding: 8px 16px;
}
.d-filter-inputs .d-filter-input-options-outer .d-combobox-options .d-filter-input-option:hover {
  background-color: #EEF0F4;
}

body {
  background-color: #F6F8FA;
}

.v-pagination__item {
  background: rgba(1, 161, 183, 0.2) !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  color: #01A1B7 !important;
}

.v-pagination__navigation {
  background: #01A1B7 !important;
  color: #FFFFFF !important;
  box-shadow: none !important;
}

.v-pagination__navigation i::before {
  color: #FFFFFF !important;
}

.v-pagination__item--active {
  color: #FFFFFF !important;
}

.drug-section {
  position: relative;
  width: 100%;
}
.drug-section .title-background {
  background: #01A1B7;
  padding: 40px 0 114px 40px;
}
.drug-section .title-background .title {
  font-size: 40px !important;
  font-weight: 500;
  color: #FFFFFF;
}
.drug-section .drug-section-content {
  transform: translateY(-84px);
  padding: 0 100px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-25 {
  margin-top: 25px;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
.breadcrumb .breadcrumb-link {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #787F95;
}
.breadcrumb .breadcrumb-link-active {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  color: #252641;
}

.enlarged-card {
  background-color: #F6F8FA !important;
  padding: 30px;
}
.enlarged-card .close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
.enlarged-card .custom-row {
  gap: 80px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.enlarged-card .left {
  background: #FFFFFF;
  border: 2px solid #EFF2FD;
  box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 24px 48px;
  width: 40%;
}
.enlarged-card .left .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #252641;
}
.enlarged-card .left .img {
  margin-top: 36px;
  background: #F6F7FB;
  border-radius: 10px;
  overflow: hidden;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.enlarged-card .left .img img {
  margin: auto;
  display: block;
}
.enlarged-card .left .price {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  margin-top: 30px;
  color: #252641;
}
.enlarged-card .right {
  width: 60%;
}
.enlarged-card .right .properties {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.enlarged-card .right .properties .property .property-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #787F95;
}
.enlarged-card .right .properties .property .property-value {
  margin-top: 5px;
  border: 2px solid #EEF0F4;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 12px 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #002B48;
  width: 100%;
  display: block;
}
.enlarged-card .custom-btn {
  background: #01A1B7;
  border: 1px solid #01A1B7;
  box-shadow: 0px 10px 20px rgba(53, 79, 149, 0.15);
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 30px;
  width: 182px;
  transition: 200ms ease-in-out;
  cursor: pointer;
}
.enlarged-card .custom-btn:hover {
  background: #FFFFFF;
  color: #01A1B7;
}
.enlarged-card .custom-btn-error {
  background-color: #FF3333;
  border: 1px solid #FF3333;
}
.enlarged-card .custom-btn-error:hover {
  background: #FFFFFF;
  color: #FF3333;
}

.search-button {
  margin-left: 40px;
}

.layout-card .layout-img {
  position: relative;
  height: 300px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
}
.layout-card .layout-img:hover .links {
  opacity: 1;
  transform: scale(1);
}
.layout-card .layout-img img {
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}
.layout-card .layout-img .links {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  transform: scale(1.5);
  opacity: 0;
  transition: 150ms ease-in-out;
}
.layout-card .layout-name {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #252641;
  margin-top: 20px;
}

.header {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  /* identical to box height */
  color: #02A1B7;
}

.text-404 {
  font-style: normal;
  font-weight: 700;
  font-size: 300px;
  line-height: 110%;
  color: #01A1B7;
  margin-top: 40px;
}

.text-404-description {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
}

.layout-sheet {
  padding: 40px 120px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.layout-sheet .company-name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 43px;
  text-align: center;
}
.layout-sheet .company-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
}
.layout-sheet .address-box {
  margin-top: 20px;
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  padding: 10px 20px;
  ont-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.layout-sheet .property {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.layout-sheet .property .property-label {
  font-weight: 600;
}
.layout-sheet .property .property-value {
  font-weight: 500;
  cursor: pointer;
}
.layout-sheet .property .property-input-outer {
  padding: 0 10px;
  margin-top: 0;
  border: 2px solid #EEF0F4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-radius: 10px;
  transition: 200ms;
  background-color: #FFFFFF;
  outline: none;
  width: 500px;
}
.layout-sheet .property .property-input-outer input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #002B48;
  width: 100%;
  display: block;
}

.layout-property {
  font-family: "Montserrat";
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}
.layout-property .layout-property-label {
  font-weight: 600;
}
.layout-property .layout-property-value {
  font-weight: 500;
  cursor: pointer;
}
.layout-property .layout-property-input-outer {
  padding: 0 10px;
  margin-top: 0;
  border: 2px solid #EEF0F4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-radius: 10px;
  transition: 200ms;
  background-color: #FFFFFF;
  outline: none;
  width: 500px;
}
.layout-property .layout-property-input-outer input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #002B48;
  width: 100%;
  display: block;
}

.layout-drug-description {
  padding: 0 10px;
  margin-top: 0;
  border: 2px solid #EEF0F4;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  border-radius: 10px;
  transition: 200ms;
  background-color: #FFFFFF;
  outline: none;
  width: 300px;
}
.layout-drug-description input {
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #002B48;
  width: 100%;
  display: block;
}

.layout-drugs .layout-drug-description-sm {
  display: none;
}
.layout-drugs .layout_drug {
  display: flex;
  flex-direction: row;
}
.layout-drugs .layout_drug .td {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px dotted black;
  padding: 10px 20px;
}

@media (min-width: 1904px) {
  .container {
    max-width: 1400px !important;
  }
  .main-page {
    max-width: 1600px;
  }
  .main-page .left .main-title {
    font-size: 60px;
    line-height: 72px;
  }
  .main-page .left p {
    font-size: 24px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 1600px) {
  .main-page {
    max-width: 1200px !important;
  }
  .logo {
    margin-top: 18px;
    width: 50px;
  }
  .navbar-btn-section {
    margin-left: 50px;
  }
  .navbar-btn-section .navbar-btn {
    font-size: 16px !important;
    padding: 10px 14px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .main-navbar {
    padding: 0 40px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .main-navbar .logo {
    width: 50px;
    margin-top: 20px;
  }
  .main-navbar .navbar-open {
    height: 100vh;
  }
  .main-navbar .navbar-close {
    height: 0;
    overflow: hidden;
  }
  .main-navbar .x-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #FFFFFF;
    font-size: 30px;
    cursor: pointer;
    display: block;
  }
  .main-navbar .navbar-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #01A1B7;
    transition: 200ms;
  }
  .main-navbar .navbar-nav .navbar-links {
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    justify-items: center;
    gap: 30px;
  }
  .main-navbar .navbar-nav .navbar-links .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF !important;
  }
  .main-navbar .navbar-btn-section {
    margin-left: 0;
    margin-top: 10px;
  }
  .main-navbar .navbar-btn-section .navbar-btns {
    flex-direction: column;
    gap: 20px;
  }
  .main-navbar .navbar-btn-section .navbar-btns .bg-primary {
    background: #BFECF1;
    color: #01A1B7;
  }
  .layout-btns {
    width: 100%;
  }
  .d-verification-code-input {
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
  }
  .d-countdown {
    height: 34px;
    padding: 8px;
    font-size: 14px;
    width: 84px;
    margin: 0 auto;
  }
  .register-page {
    flex-direction: column;
  }
  .register-page .sidebar {
    display: none;
  }
  .register-page .register-content {
    width: 100%;
    padding: 50px 20px;
  }
  .main-page {
    margin-top: 90px !important;
  }
  .main-page .left {
    height: initial !important;
    padding: 0 30px;
  }
  .main-page .left .main-title {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 45px !important;
    text-align: center !important;
  }
  .main-page .left p {
    font-weight: 400 !important;
    font-size: 22px !important;
  }
  .main-page .left a {
    padding: 14px 21px !important;
    width: initial !important;
    margin: 32px auto;
  }
  .main-page .left .image {
    display: block !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 38px auto 0 auto;
    height: 400px;
    width: 400px;
  }
  .main-page .left .image img {
    margin-top: 20px;
    width: 100%;
  }
  .main-page .right {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) and (max-height: 1200px) {
  .layout-sheet {
    padding: 40px 20px;
  }
  .layout-sheet .layout-property {
    font-size: 14px;
    line-height: 17px;
    align-items: start;
  }
  .layout-sheet .layout-property .layout-property-label {
    font-weight: 600;
    text-align: start;
  }
  .layout-sheet .layout-property .layout-property-value {
    font-weight: 500;
    cursor: pointer;
    text-align: start;
  }
  .layout-sheet .layout-drugs .layout-drug-description {
    display: none;
  }
  .layout-sheet .layout-drugs .layout-drug-description-sm textarea {
    background: #F6F7FB;
    border-radius: 8px;
    padding: 12px 16px;
    width: 100%;
    margin-top: 20px;
    outline: none;
  }
  .layout-sheet .layout-drugs .layout_drug {
    display: flex;
    flex-direction: row;
    border: 1.5px solid #EEF0F4;
    border-radius: 10px;
    margin-top: 30px;
  }
  .layout-sheet .layout-drugs .layout_drug .td {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-bottom: none;
    padding: 8px 10px;
  }
  .main-navbar {
    padding: 0 40px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .main-navbar .logo {
    width: 50px;
    margin-top: 20px;
  }
  .main-navbar .navbar-open {
    height: 100vh;
  }
  .main-navbar .navbar-close {
    height: 0;
    overflow: hidden;
  }
  .main-navbar .x-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #FFFFFF;
    font-size: 30px;
    cursor: pointer;
    display: block;
  }
  .main-navbar .navbar-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #01A1B7;
    transition: 200ms;
  }
  .main-navbar .navbar-nav .navbar-links {
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    justify-items: center;
    gap: 30px;
  }
  .main-navbar .navbar-nav .navbar-links .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF !important;
  }
  .main-navbar .navbar-btn-section {
    margin-left: 0;
    margin-top: 10px;
  }
  .main-navbar .navbar-btn-section .navbar-btns {
    flex-direction: column;
    gap: 20px;
  }
  .main-navbar .navbar-btn-section .navbar-btns .bg-primary {
    background: #BFECF1;
    color: #01A1B7;
  }
  .layout-btns {
    width: 100%;
  }
  .d-verification-code-input {
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
  }
  .d-countdown {
    height: 34px;
    padding: 8px;
    font-size: 14px;
    width: 84px;
    margin: 0 auto;
  }
  .register-page {
    flex-direction: column;
  }
  .register-page .sidebar {
    display: none;
  }
  .register-page .register-content {
    width: 100%;
    padding: 50px 20px;
    margin-top: 100px;
  }
  .main-page {
    margin-top: 15vh !important;
  }
  .main-page .left {
    height: initial !important;
    padding: 0 15px;
  }
  .main-page .left .main-title {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: center !important;
  }
  .main-page .left p {
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  .main-page .left a {
    padding: 14px 21px !important;
    width: initial !important;
    margin: 24px auto;
  }
  .main-page .left .image {
    display: block !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 38px auto 0 auto;
    height: 250px;
    width: 250px;
  }
  .main-page .left .image img {
    margin-top: 20px;
    width: 100%;
  }
  .main-page .right {
    display: none !important;
  }
  .filter-margin {
    margin: 20px 24px 0 24px;
  }
  .d-button-icon {
    margin: 0;
  }
  .d-navbar .d-logo {
    margin-left: 40px;
  }
  .d-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #01A1B7;
    z-index: 10000;
    padding: 80px 0;
  }
  .d-menu a {
    color: #FFFFFF !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    text-align: center !important;
    text-decoration: none !important;
    display: block;
    margin: 0 auto !important;
    letter-spacing: 0.02em;
  }
  .d-filter-inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .d-filter-inputs .d-filter-input {
    width: 100%;
  }
  .search-button {
    width: 78px;
    margin-left: 10px;
  }
  .drug-card {
    padding: 10px 6px;
    border-radius: 10px;
  }
  .drug-card .drug-card-title-link, .drug-card .drug-card-title {
    font-size: 14px;
    color: #252641;
  }
  .drug-card .drug-img-responsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F6F7FB;
    border-radius: 10px;
    height: 106px;
    overflow: hidden;
    margin-top: 10px;
  }
  .drug-card .drug-img-responsive img {
    margin: auto;
    display: block;
  }
  .drug-card .drug-footer {
    margin: 10px 0 0 0;
  }
  .drug-card .drug-footer .drug-plus, .drug-card .drug-footer .drug-x {
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 10px;
  }
  .enlarged-card {
    padding: 20px;
  }
  .enlarged-card .custom-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .enlarged-card .custom-row .left {
    width: 90%;
    padding: 16px 20px;
  }
  .enlarged-card .custom-row .left .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .enlarged-card .custom-row .left .img {
    margin-top: 10px;
    height: 120px;
  }
  .enlarged-card .custom-row .left .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 8px;
  }
  .enlarged-card .custom-row .right {
    width: 100%;
  }
  .enlarged-card .custom-row .right .properties {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 22px 15px;
    gap: 22px;
  }
  .enlarged-card .custom-row .right .properties .property {
    display: flex;
    flex-direction: row;
  }
  .enlarged-card .custom-row .right .properties .property .property-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #354F95;
    width: 50%;
  }
  .enlarged-card .custom-row .right .properties .property .property-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #252641;
    border: none;
    padding: 0;
    width: 50%;
  }
  .enlarged-card .custom-btn {
    border-radius: 5px;
    width: 120px;
    padding: 10px 30px;
    margin: 0 !important;
  }
  .enlarged-card .close-btn {
    top: 5px;
    right: 5px;
  }
  .drug-section .title-background {
    padding: 40px 0 114px 20px;
  }
  .drug-section .title-background .title {
    font-size: 24px !important;
  }
  .drug-section .drug-section-content {
    padding: 0;
  }
}
@media only screen and (min-width: 300px) and (max-width: 900px) {
  .calendar-day {
    width: 100% !important;
  }
  .calendar-month {
    height: 400px !important;
  }
  .v-calendar-daily__intervals-body, .v-calendar-daily__intervals-head {
    display: none !important;
  }
  .button-full-sm {
    display: block;
    font-size: 12px !important;
    width: 100%;
  }
  .v-event-more {
    display: none;
  }
}
.calendar-day {
  width: 40%;
}

.calendar-month {
  height: 1000px;
}

@media only screen and (max-width: 900px) and (min-width: 600px) and (min-height: 350px) and (max-height: 900px) {
  .layout-sheet {
    padding: 40px 20px;
  }
  .layout-sheet .layout-property {
    font-size: 14px;
    line-height: 17px;
    align-items: start;
  }
  .layout-sheet .layout-property .layout-property-label {
    font-weight: 600;
    text-align: start;
  }
  .layout-sheet .layout-property .layout-property-value {
    font-weight: 500;
    cursor: pointer;
    text-align: start;
  }
  .layout-sheet .layout-drugs .layout-drug-description {
    display: none;
  }
  .layout-sheet .layout-drugs .layout-drug-description-sm textarea {
    background: #F6F7FB;
    border-radius: 8px;
    padding: 12px 16px;
    width: 100%;
    margin-top: 20px;
    outline: none;
  }
  .layout-sheet .layout-drugs .layout_drug {
    display: flex;
    flex-direction: row;
    border: 1.5px solid #EEF0F4;
    border-radius: 10px;
    margin-top: 30px;
  }
  .layout-sheet .layout-drugs .layout_drug .td {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-bottom: none;
    padding: 8px 10px;
  }
  .main-navbar {
    padding: 0 40px;
    align-items: center;
    align-content: center;
    justify-content: space-between;
  }
  .main-navbar .logo {
    width: 50px;
    margin-top: 20px;
  }
  .main-navbar .navbar-open {
    height: 100vh;
  }
  .main-navbar .navbar-close {
    height: 0;
    overflow: hidden;
  }
  .main-navbar .x-btn {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #FFFFFF;
    font-size: 30px;
    cursor: pointer;
    display: block;
  }
  .main-navbar .navbar-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #01A1B7;
    transition: 200ms;
  }
  .main-navbar .navbar-nav .navbar-links {
    align-items: center;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    justify-items: center;
    gap: 30px;
  }
  .main-navbar .navbar-nav .navbar-links .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF !important;
  }
  .main-navbar .navbar-btn-section {
    margin-left: 0;
    margin-top: 10px;
  }
  .main-navbar .navbar-btn-section .navbar-btns {
    flex-direction: column;
    gap: 20px;
  }
  .main-navbar .navbar-btn-section .navbar-btns .bg-primary {
    background: #BFECF1;
    color: #01A1B7;
  }
  .layout-btns {
    width: 100%;
  }
  .d-verification-code-input {
    width: 60px !important;
    height: 60px !important;
    font-size: 24px !important;
  }
  .d-countdown {
    height: 34px;
    padding: 8px;
    font-size: 14px;
    width: 84px;
    margin: 0 auto;
  }
  .register-page {
    flex-direction: column;
  }
  .register-page .sidebar {
    display: none;
  }
  .register-page .register-content {
    width: 100%;
    padding: 50px 20px;
    margin-top: 100px !important;
  }
  .main-page {
    margin-top: 100px !important;
  }
  .main-page .left {
    height: initial !important;
    padding: 0 30px;
  }
  .main-page .left .main-title {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 30px !important;
    text-align: center !important;
  }
  .main-page .left p {
    font-weight: 400 !important;
    font-size: 16px !important;
  }
  .main-page .left a {
    padding: 14px 21px !important;
    width: initial !important;
    margin: 24px auto !important;
  }
  .main-page .left .image {
    display: none !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 14px auto 0 auto;
    height: 50vh;
  }
  .main-page .left .image img {
    margin-top: 20px;
    width: 100%;
  }
  .main-page .right {
    display: none !important;
  }
  .filter-margin {
    margin: 20px 24px 0 24px;
  }
  .d-button-icon {
    margin: 0;
  }
  .d-navbar .d-logo {
    margin-left: 40px;
  }
  .d-menu {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 40px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background-color: #01A1B7;
    z-index: 10000;
    padding: 80px 0;
  }
  .d-menu a {
    color: #FFFFFF !important;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    text-align: center !important;
    text-decoration: none !important;
    display: block;
    margin: 0 auto !important;
    letter-spacing: 0.02em;
  }
  .d-filter-inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .d-filter-inputs .d-filter-input {
    width: 100%;
  }
  .search-button {
    width: 78px;
    margin-left: 10px;
  }
  .drug-card {
    padding: 10px 6px;
    border-radius: 10px;
  }
  .drug-card .drug-card-title-link, .drug-card .drug-card-title {
    font-size: 14px;
    color: #252641;
  }
  .drug-card .drug-img-responsive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F6F7FB;
    border-radius: 10px;
    height: 106px;
    overflow: hidden;
    margin-top: 10px;
  }
  .drug-card .drug-img-responsive img {
    margin: auto;
    display: block;
  }
  .drug-card .drug-footer {
    margin: 10px 0 0 0;
  }
  .drug-card .drug-footer .drug-plus, .drug-card .drug-footer .drug-x {
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 10px;
  }
  .enlarged-card {
    padding: 20px;
  }
  .enlarged-card .custom-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .enlarged-card .custom-row .left {
    width: 90%;
    padding: 16px 20px;
  }
  .enlarged-card .custom-row .left .title {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
  }
  .enlarged-card .custom-row .left .img {
    margin-top: 10px;
    height: 120px;
  }
  .enlarged-card .custom-row .left .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-top: 8px;
  }
  .enlarged-card .custom-row .right {
    width: 100%;
  }
  .enlarged-card .custom-row .right .properties {
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 22px 15px;
    gap: 22px;
  }
  .enlarged-card .custom-row .right .properties .property {
    display: flex;
    flex-direction: row;
  }
  .enlarged-card .custom-row .right .properties .property .property-label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #354F95;
    width: 50%;
  }
  .enlarged-card .custom-row .right .properties .property .property-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #252641;
    border: none;
    padding: 0;
    width: 50%;
  }
  .enlarged-card .custom-btn {
    border-radius: 5px;
    width: 120px;
    padding: 10px 30px;
    margin: 0 !important;
  }
  .enlarged-card .close-btn {
    top: 5px;
    right: 5px;
  }
  .drug-section .title-background {
    padding: 40px 0 114px 20px;
  }
  .drug-section .title-background .title {
    font-size: 24px !important;
  }
  .drug-section .drug-section-content {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) and (max-height: 500px) {
  .main-page .left .image {
    display: none !important;
  }
}

/*# sourceMappingURL=main.css.map */
