* {
    margin: 0;
    padding: 0;
}

/*::-webkit-scrollbar {
    display: none;
}*/

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    /* padding-left: 0; */
    /* margin-bottom: 0; */
    /* list-style: none; */
}

#fixed-header {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    z-index: 999;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}
.content {
   background-color:#fff;
    
}
#nav-tab {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #ccc;
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
    padding: 6px;
}

.logout {
    color: black;
    text-align: right;
}

.ValidationMessageFor {
    color: red;
    font-size: 10px;
}

.fa-home {
    font-size: 24px !important;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Muli', sans-serif;
}

.bold {
    font-weight: bold;
}

.cartitems {
    display: none;
}

.placecompleteorder {
    display: none;
}

.noitemsincart {
    display: none;
}

.Loader {
    align-items: center;
    text-align: center;
    padding-top: 5px;
    display: block;
}

    .Loader img {
        width: 50px;
    }

.active-panel {
    padding: 129px 0;
    margin: auto;
    background-color: #f6eaec;
    text-align: center;
}


    .active-panel a {
        text-decoration: none;
    }

input[type=text] {
    width: 95%;
}


.modal-body th {
    background: #f5f5f5;
    color: #333;
    box-shadow: none;
    border-right: 1px solid #ddd;
}

table {
    font-family: 'Muli', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.modal-body td {
    font-size: 13px;
    color: #777;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.icon-active {
    background: #f4c7ce;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: auto;
}

.modal-dialog {
    width: 480px;
    margin: 80px auto;
}


.fa {
    font-size: 25px;
}

.checked {
    color: orange;
}

body {
    background-color: #f6eaec;
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.modal-header .close {
    margin-top: -2px;
    color: #fff;
    opacity: 1;
    background: #f9514c;
    width: 30px;
    position: relative;
    height: 30px;
    font-size: 15px;
    border-radius: 50%;
    border: none;
    line-height: 8px;
    /*bottom: 30px;
    left: 30px;*/
}

.modal-header {
    padding: 15px;
    border-bottom: none;
    background: #42a2f5;
    text-align: center;
    color: #fff;
}

.icon-active i {
    font-size: 50px;
    line-height: 100px;
    color: #f54863;
}

.active-inner {
    margin-bottom: 4em;
    transition: .3s all ease;
}

    .active-inner h6 {
        color: #777;
        font-size: 16px;
        font-weight: 600;
    }

    .active-inner:hover h6 {
        color: #f54863;
        transition: .3s all ease;
    }

    .active-inner:hover .icon-active {
        transition: .3s all ease;
        background: #ec3851;
    }

    .active-inner:hover i {
        color: #fff;
        transition: .3s all ease;
    }





/*  mobile responsive */

@media only screen and (max-width: 767px) {

    .active-inner {
        margin-bottom: 2em;
        transition: .3s all ease;
    }

    .modal-dialog {
        width: 90%;
        margin: 48px auto;
    }

    .icon-active {
        background: #f4c7ce;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        text-align: center;
        margin: auto;
    }

        .icon-active i {
            font-size: 30px;
            line-height: 70px;
            color: #f54863;
        }

    .active-inner h6 {
        color: #777;
        font-size: 12px;
        font-weight: 600;
    }


    .active-panel {
        padding: 158px 0;
        height: 100%;
    }
}

@media screen and (max-width:480px) {

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .active-panel {
        padding: 58px 0;
        height: 100%;
    }

    .modal-dialog {
        width: 90%;
        margin: 48px auto;
    }
}


/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
}

    .rating-stars ul > li.star {
        display: inline-block;
    }

        /* Idle State of the stars */
        .rating-stars ul > li.star > i.fa {
            font-size: 2.5em; /* Change the size of the stars */
            color: #ccc; /* Color on idle state */
        }

        /* Hover state of the stars */
        .rating-stars ul > li.star.hover > i.fa {
            color: #FFCC36;
        }

        /* Selected state of the stars */
        .rating-stars ul > li.star.selected > i.fa {
            color: #FF912C;
        }
