:root {

    --main-color: #576271;
    --text-color: #414146;
    --head-color: #1F97F2;
    --mild-color: #112971;
    --dark-color: #143566;
    --light-color: rgb(43, 89, 224);
    --del-color: rgb(223, 11, 11);
    --dark-bg-color: #2B3853;
    --default-color: #ffffff;
    --milk-color: #fffefe;
    --gal-color: #ee32e4;
    --blit-color: #5dbded;
    --blur-color: #F6F9FE;
    --gray-color: #f1f4f8;
    --border-col: rgb(183, 191, 206);
    --dark-blue-color: #2A3754;
    --mute-color: #cdced1;
    --light-green: #489F2D;
    --coffee-brown: #555555;
    --bg-milk: #F6F8FA;
    --mild-milk: #F9FAFF;
    --mald-milk: #F8F9FA;
    --dropdown-border-color: #e3e6f0;
    --dropdown-header-color: #4e73df;
    --dropdown-bg-color: #eaecf4;
    --dropdown-active-color: #3a3b45;
    --warn-color: #ff9800;
    --rose-color: #e91e63;
    --icon-info-color: #00bcd4;
    --card-border-color: #eeeeee;
    --dark-gray: #333;
    --creamy-color: #f8f9fc;
    --logo-color: #9AA2AD;
    /* --border-col: rgb(183, 191, 206); */

    

    /* color: #F3F2FD; */
    /* color: #DEDAFA; */
    /* color: #5DB1DA; */
    /* color: #6252EA; */
    /* color: #5dbded; */

    

}

.u-circle {

    border-radius: 50%;

}



.cus-profile-photo {

    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.cus-profile-photo img{
    /* display: inline-block; */
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

a:link { text-decoration: none; }


a:visited { text-decoration: none; }


a:hover { text-decoration: none; }


a:active { text-decoration: none; }


.no-radius {

    border-radius: 0 !important;
}

.clr-white {

    color: var(--default-color);
}

.clr-mute {

    color: var(--mute-color);
}

.clearfix:before, .clearfix:after {

    content: " ";
    display: table;
 

}

.mylink {

    text-decoration: none;
    color: var(--head-color);
}

.icon-spec {

    font-size: 24px !important;
}

.top-icon-spec {

    font-size: 17px !important;
    color: rgba(255, 255, 255, 0.55);
}

.top-icon-spec:hover {

    color: rgba(255, 255, 255, 0.75);
}

.cus-menu-icons {

    font-size: 22px;
    /* color: var(--mute-color) !important; */

}

.cus-fs-15 {

    font-size: 16px;
}

.cus-fs-22 {

    font-size: 22px;
}

#email-spinner {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.cus-diabled-field {

    background-color: #343a40 !important;
    /* color: #999; */
}

.reset-msg {

    font-size: 13px;
}

.demani {

    text-decoration: none;
    color: var(--default-color);
    /* color: black; */
}  

.welcome-separator {

    margin-top: 8rem;

}

@media only screen and (min-width: 667px) {


}

@media only screen and (min-width: 768px) {

    .cus-profile-photo {

        width: 170px;
        height: 170px;

    }

}

@media only screen and (min-width: 992px) { 

    .top-icon-spec {

        font-size: 20px !important;
       
    }



}

@media only screen and (min-width: 1024px) {

}


@media (min-width:1281px) { /* hi-res laptops and desktops */

}