:root {
    --swiper-navigation-color: rgb(145, 30, 79);
    --swiper-pagination-color: rgb(145, 30, 79);
}

.bg-white-smoke-50 {
    background-color: rgb(245, 245, 245);
}

.bg-white-smoke-100 {
    background-color: rgb(245, 245, 240);
}

.bg-white-smoke-200 {
    background-color: rgb(245, 245, 235);
}

.bg-white-smoke-300 {
    background-color: rgb(245, 245, 230);
}

.bg-white-smoke-400 {
    background-color: rgb(245, 245, 225);
}

.bg-white-smoke-500 {
    background-color: rgb(245, 245, 220);
}

.bg-white-smoke-600 {
    background-color: rgb(245, 245, 215);
}

.bg-white-smoke-700 {
    background-color: rgb(245, 245, 210);
}

.bg-white-smoke-800 {
    background-color: rgb(245, 245, 205);
}

.bg-white-smoke-900 {
    background-color: rgb(245, 245, 200);
}


.bg-white-smoke-1000 {
    background-color: rgb(245, 245, 195);
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    --tw-ring-color: rgb(145, 30, 55);
    border-color: rgb(145, 30, 55);
}

:is([dir=rtl]) select:not([size]) {
    padding-right: 2.5rem !important;
}

/* Start About Section */
@media screen and (max-width: 640px) {
    .vision-heading, .mission-heading {
        font-size: 24px;
    }
}

/* End About Section */
.vue-slider-marks .vue-slider-mark {
    width: 17px !important;
    height: 17px !important;
}

.vue-slider-mark-step-active {
    background-color: rgb(140 36 79) !important;
}

.vue-slider-dot {
    width: 17px !important;
    height: 17px !important;
}

.vue-slider-dot-tooltip-inner {
    border-color: rgb(140 36 79) !important;
    background-color: rgb(140 36 79) !important;
}

.vue-slider {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vue-slider-mark-label {
    left: 0 !important;
    transform: rotate(0deg) !important;
}

.vue-slider-mark-label {
    display: none !important;
}

.dp__theme_light {
    --dp-primary-color: rgb(140 36 79) !important;
    --dp-primary-disabled-color: rgb(140 36 79) !important;
}

.dp__input {
    background-color: #ffffff !important;
    border: 1px solid #d2d5db !important;
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important;
}

.dp__input_icon {
    color: rgb(134, 41, 78) !important;
}

.dp__outer_menu_wrap {
    width: 350px;
}

.tab-component li button {
    color: rgb(183, 183, 183);
}

.tab-component li.active {
    margin-bottom: -0.45rem;
    border-bottom-width: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background: white;
}

.tab-component li.active button {
    color: rgb(134, 41, 78);
}

@media screen and (max-width: 640px) {
    .dp__outer_menu_wrap {
        width: 200px;
    }
}

.v-popper--theme-info-tooltip {
    background-color: #771e45 !important;
    color: white !important;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    white-space: nowrap;
}

.v-popper--theme-info-tooltip .v-popper__arrow-container {
    color: #771e45 !important;
}

.v-popper--theme-info-tooltip .v-popper__arrow-outer {
    fill: #771e45 !important;
    stroke: #771e45 !important;
    border-color: #771e45 !important;
}