* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* veriables */
.inter {
    font-family: 'Inter';
}

.font-18 {
    font-size: 18px !important;
}

.font-14 {
    font-size: 14px !important;
}

.weight {
    font-weight: 700;
}

.scolor {
    color: var(--bs-primary) !important;
    font-size: 14px;
    cursor: pointer;
}

.prefer-weight {
    font-weight: 400;
}

.white-spacenumber {
    white-space: nowrap;
}
.user_apading {
    padding-top: 24px !important;
}
.setting_viewp{
    padding-top:24px!important;
}
.seting_preferencep{
    padding-top:24px !important;
}
/* Navbar CSS */
.navbar-brand {
    max-width: 300px;
}

    .navbar-brand img {
        width: 100%;
    }

.logo {
    width: 100%;
}

#btnToggle:hover {
    cursor: pointer;
}

.booking-text {
    font-size: 13px;
}

.search {
    position: relative;
    color: #aaa;
    font-size: 16px;
}

    .search input {
        width: 560px;
        padding-block: 7px;
        text-indent: 20px;
        background: #fff;
        border: 1px solid #aaa;
        border-radius: 50px;
    }

    .search .fa-search {
        position: absolute;
        top: 9px;
        left: auto;
        right: 10px;
        font-size: 15px;
    }

.signin {
    font-size: 13px;
    font-weight: 600;
    color: #001899;
}
/* Account CSS */
.gallery {
    height: 150px;
    width: 150px;
    position: relative;
}


.waq {
    position: absolute;
    top: 0;
    right: 0;
}

.waq_profile {
    position: absolute;
    top: -3px;
    right: 36px;
}

.accountheight {
    min-height: 120px;
    border: 1px solid #b0b0b0;
    padding: 25px 10px 10px 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*.scrools-listing {
    overflow-x: hidden !important;
}*/
/* Company detail css */
.update-btn,
.userbtn,
.btn-save {
    background: var(--color-primary);
    color: #fff;
}
select {
    -webkit-appearance: menulist-button;
    color: black;
}

select:invalid {
        color: #000;
}


.userbtn:hover,
.update-btn:hover,
.btn-save:hover {
    background: linear-gradient(to right, var(--color-primary), transparent);
    border: 1px solid var(--color-primary);
    color: #fff;
}

/*side scroll*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background:gray;
    border-radius: 10px;
}
/*end scroll*/
/* Personal details css */
.profile-photo {
    border: 2px dotted #000000;
    height: 100%;
    width: 100%;
}

.profile-photo-view {
    border-radius:50%;
    height: 95px;
    width: 100px;
}

.text-decoration-none {
    border: 0px;
}

.break-world {
    word-break: break-word;
}

.input-edite {
    border: 1px solid #000000 !important;
    border-radius: 5px;
   /* background-image: none !important;*/
}

.input-indent {
    text-indent: 2px;
}
/* Media Queries */
@media screen and (max-width: 475px) {
/*    .Sub-button{
        font-size:14.5px !important;
    }*/
    .table-responsive{
        overflow-x:scroll;
    }
}
    @media screen and (max-width: 576px) {
        .font-18 {
        }

        .navbar-brand {
            width: 60%;
        }

        .navbar-brand img {
                width: 132px;
        }
        .navbar-brand .write-img {
                width: 132px !important;
         }
        .meter-logo {
            display: none;
        }
        .responsive-sett {
            padding: 0px;
        }

        .seztting-size {
            font-size: 15px;
        }

        .scolor {
            font-size: 12px;
        }

        .Man-use {
            font-size: 15px;
        }

        .scolor {
            font-size: 13px;
        }

        .new-use {
            font-size: 11px;
            font-weight: 600;
        }

        .up-info {
            font-size: 16px;
            font-weight: 700;
        }

        .sett-proifile {
            font-size: 13px;
        }

        .updat-info {
            font-size: 11px;
        }
        .iq-navbar .navbar-collapse:not(.offcanvas-collapse) .navbar-nav li {
            padding: 0px 0px !important;
        }
        .meter-logo {
            display: none;
        }
        .pref {
            font-size: 12px;
            font-weight: 700;
        }

        .preferse {
            font-size: 11px;
        }


        .select-response {
            font-size: 11px;
        }

        .Apa {
            padding-left: 20px;
        }

        .head-pref {
            font-size: 14px;
        }
        /*.logo {
        width: 90%;
    }*/

        .font-18 {
            font-size: 12px !important;
        }

        .font-14 {
            font-size: 10px !important;
        }

        .scolor {
            font-size: 12px !important;
        }
    }
.simplebtn{
    margin-left:17px;
}
.rightalignment{
    margin-left:-2px;
}

@media screen and (max-width: 767px) {
    .accountheight {
            display: flex !important;
            justify-content: start !important;
            min-height: 100px !important;
            padding: 10px 10px 10px 10px !important;
            align-items: center !important;
        }
    }

    @media screen and (max-width: 991px) {
        .search input {
            width: 100%;
            margin-top: 5px;
        }

        .ptext {
            font-size: 11px;
        }
    }

    @media screen and (min-width: 991px) and (max-width: 1090px) {
        .booking-text {
            font-size: 11px;
            font-weight: 500;
        }
    }

    @media screen and (max-width: 990px) {
        .login-Disapper {
            display: none;
        }
    }
