


.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #0250c5;
    background: -webkit-linear-gradient(bottom, #0250c5, #76AEFA);
    background: -o-linear-gradient(bottom, #0250c5, #76AEFA);
    background: -moz-linear-gradient(bottom, #0250c5, #76AEFA);
    background: linear-gradient(bottom, #0250c5, #76AEFA);
    position: relative;
    z-index: 1;
}





.progress-bar {
    height: 40px;
}

.btn-warning {
    color: #fff;
    background-color: #2a78e5;
    border-color: #fbbc0b;
}

.main-sidemenu {
    background-color: #76AEFA;
}

    .main-sidemenu .side-menu {
        padding-top: 80px;
    }

.side-menu__label {
    color: white !important;
}

.horizontalMenucontainer .side-menu__icon {
    fill: white !important;
}

.main-sidebar-header {
    height: 120px;
    padding: 15px 20px;
    width: 240px;
    background: #76AEFA;
    border-bottom: 1px solid #eae8f1;
    position: fixed;
    border-right: 1px solid #eae8f1;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    transition: left .3s ease, width .3s ease;
}

.main-logo {
    display: flex;
    align-items: center;
    position: relative;
    height: 80px;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

@media (min-width: 992px) {
    .main-content {
        BACKGROUND-COLOR: #E4EEF3;
    }
}

.row .card {
    /* background-color: #c8e1f7 !important; */
    background-image: linear-gradient(#c8e1f7, #9ec6ff5e) !important;
}


@media (max-width: 574px) {


    .table .btn {
        padding: 10px;
        width: 100%;
        font-size: 12px;
    }

    .table .text-success {
        font-size: 12px;
    }

    .responsive-logo .logo-2 {
        dispLay: block;
        height: 3.5rem;
    }


    .btn, .sp-container button {
        border-width: 0px;
        line-height: 1.538;
        padding: 9px 6px;
        transition: none;
    }

    .h4, h4 {
        font-size: 15px;
        margin-top: 10px;
    }
}


.slide.is-expanded a {
    color: #ffffff !important;
    text-decoration: none;
}


.button input {
    width: 70px;
    margin-right: 5px;
}

.price del {
    color: red;
}

.price span {
    color: green;
}

.card-body .title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.productimg {
    object-fit: contain;
    height: 300px;
    background-color: #fff;
}



.mobnavbar {
    background-color: #76AEFA;
}


.logintext {
    font-family: Raleway-Black;
    font-size: 25px;
    color: #333;
    margin-top: 10px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: block;
}

.registratoninput {
    font-family: Raleway-SemiBold;
    font-size: 18px;
    line-height: 1.2;
    color: #a1a1a1;
    display: block;
    width: 100%;
    background: #3c8bdb;
    height: 50px;
    border-radius: 3px;
    padding: 0 30px 0 30px;
    border: solid 1px;
    border-color: #93bef9;
    background-color: #f7faff;
}


.registrationbox {
    width: 600px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.messagetext p {
    color: black;
    font-size: 17px;
    text-align: center;
}

/* .main-profile-menu.nav-link {
    padding: .5rem 1.5rem;
    color: white;
    font-size: 18px;
    background-color: cornflowerblue;
    border-radius: 6px;
} */


.cardbg {
    background-color: #7eadff !important;
    padding: 30px;
    border: 2px solid #0762e1;
}


.app-sidebar {
    background: #72aff5 !important;
}


.checkbox {
    width: 20px !important;
}
