﻿.v-main {
  width: 100% !important;
  margin: auto !important;
}

::-webkit-scrollbar {
  width: 12px;
  border-radius: 7px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px !important;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 7px !important;
}

.vpd-column-content::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 7px !important;
}

.vpd-column-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 7px !important;
}

.opacity_input {
  opacity: 80%;
}

.opacity_input > .vpd-input-group {
  opacity: 80%;
}

.ltr-item {
  direction: ltr !important;
}

.text-left {
  text-align: left !important;
}

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

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

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

.fit {
  padding: 0 !important;
  margin: 0 !important;
}

.pointer {
  cursor: pointer;
}

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

.center-div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.v-btn {
  text-transform: none !important;
}

tr {
  white-space: nowrap;
}

.v-btn__content {
  letter-spacing: 0 !important;
}

.v-tab {
  letter-spacing: 0 !important;
}

.v-input__slot {
  background-color: white !important;
}

.v-text-field .v-input__control .v-input__slot {
  min-height: auto !important;
}

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

.position_r {
  position: relative;
}

.leaflet-bottom {
  display: none;
}

.leaflet-control-attribution .leaflet-control {
  display: none;
}

button.v-btn[disabled] {
  opacity: 0.6 !important;
}

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

.text-align-justify {
  text-align: justify;
}

.z-index2 {
  z-index: 2;
}

.z-index999 {
  z-index: 999;
}

.yellow-text {
  color: #ff9e27 !important;
}

.mt-20 {
  margin-top: 80px !important;
}

.transform_180 {
  transform: rotate(180deg);
}

.border4 {
  border-radius: 4px !important;
}

.border6 {
  border-radius: 6px !important;
}

.border8 {
  border-radius: 8px !important;
}

.border10 {
  border-radius: 10px !important;
}

.border6 {
  border-radius: 6px !important;
}

.border12 {
  border-radius: 12px !important;
}

.border14 {
  border-radius: 12px !important;
}

.border16 {
  border-radius: 16px !important;
}

.border18 {
  border-radius: 18px !important;
}

.border22 {
  border-radius: 22px !important;
}

.border40 {
  border-radius: 40px !important;
}

.border50 {
  border-radius: 50px !important;
}

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

.border-gray-custom {
  border: 1px solid #aeb8d566 !important;
}

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

.special-box-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.special-box-shadow2 {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px !important;
}
.width500 {
  width: 500px;
}

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

.white-border {
  border: 1px solid white !important;
}
.primary-border {
  border: 1px solid #272f72 !important;
}

.v-input input {
  max-height: 40px !important;
}

/* Landing Typography Utilities */
.landing-title-xl {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
}

.landing-title-lg {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
}

.landing-title-md {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}

.landing-subtitle-md {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 600;
}

.landing-subtitle-sm {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

.landing-body-lg {
  font-size: 17px;
  line-height: 1.9;
  font-weight: 400;
}

.landing-body-md {
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

.landing-body-sm {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

.landing-footer-title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 700;
}

.landing-footer-text {
  font-size: 13px;
  line-height: 1.9;
  font-weight: 400;
}

@media only screen and (max-width: 1264px) {
  .landing-title-xl {
    font-size: 32px;
  }

  .landing-title-lg {
    font-size: 28px;
  }

  .landing-title-md {
    font-size: 22px;
  }
}

@media only screen and (max-width: 960px) {
  .landing-title-xl {
    font-size: 26px;
    line-height: 1.6;
  }

  .landing-title-lg {
    font-size: 24px;
    line-height: 1.6;
  }

  .landing-title-md {
    font-size: 20px;
    line-height: 1.6;
  }

  .landing-subtitle-md {
    font-size: 16px;
    line-height: 1.8;
  }

  .landing-subtitle-sm {
    font-size: 15px;
    line-height: 1.75;
  }

  .landing-body-lg {
    font-size: 15px;
    line-height: 1.9;
  }

  .landing-body-md {
    font-size: 14px;
    line-height: 1.85;
  }

  .landing-body-sm {
    font-size: 13px;
    line-height: 1.8;
  }

  .landing-footer-title {
    font-size: 16px;
  }

  .landing-footer-text {
    font-size: 12px;
    line-height: 1.8;
  }
}
