﻿.gap-18 {
    gap: 18px;
}
.h-49 {
    height: 49px !important;
}
.eye-svg {
    left: 94%;
    top: 24px;
    position: absolute;
    transform:translate(-50%,-50%)
}
.h-119 {
    height: 119vh;
}
.pt-18 {
    padding-top: 14px;
}
.pl-43 {
    padding-left: 43px;
}

.pr-100 {
    padding-right: 100px;
}
.switch-button-mb{
    margin-bottom:34px;
}
.switch-button-mt{
    margin-top:34px;
}

@media(max-width:590px) {
    .pl-43 {
        padding-left: 15px;
    }

    .pr-100 {
        padding-right: 15px;
    }
}

.pr-30 {
    padding-right: 30px;
}

@media(max-width:767px) {
    .pr-30 {
        padding-right: 8px;
    }
}

.pt-25 {
    padding-top: 25px;
}


.switch-toggle-profile {
    border: 1px solid #26C0E2;
    background: white;
    display: flex;
    width: fit-content;
    background: #F4F4F8;
    height: 44px;
    border-radius: 10px;
}


    .switch-toggle-profile input {
        position: absolute;
        opacity: 0;
    }

        .switch-toggle-profile input + label {
            padding: 7px;
            color: #030229;
            cursor: pointer;
            font-family: Nunito;
            font-weight: 400 !important;
            width: fit-content;
        }


        .switch-toggle-profile input:checked + label {
            display: flex;
            padding: 8px 16px;
            background: #26C0E2;
            border-radius: 7px;
            color: #fff !important;
            text-align: center;
            font-family: Nunito;
            font-size: 0.875rem !important;
            font-style: normal;
            font-weight: 400 !important;
            line-height: normal;
            height: 36px;
            justify-content: center;
            align-items: center;
        }


@media(max-width:407px) {
    .switch-container {
        flex-direction: column;
    }

    .switch-toggle-profile {
        height: 84px;
    }
}

@media(max-width:298px) {


    .switch-toggle-profile {
        height: 103px;
    }
}


.switch-container {
    display: flex;
}


.switch-btn {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 20px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    transition: background-color 0.3s ease;
}


    .switch-btn.active {
        border-radius: 10px;
        margin: 4px;
        background-color: #26C0E2;
        color: #fff;
    }

@media(max-width:575px) {
    .image-h-w {
        height: 95px;
        width: 95px;
    }
}
.h-103 {
    height: 103px !important;
}
.profile-footer {
    padding: 20px;
    position: relative !important;
    background-color: #fff;
    height: 80px;
}

.profile-btn {
    height: 40px;
    width: 93px;
}
.map-icon-position {
    top: -35px;
    position: relative;
    right: 10px;
}