@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Barlow:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Barlow', sans-serif !important;
}

.btn {
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: .4rem 1.5rem !important;
    box-shadow: 0 2px 2px 0 rgba(156, 39, 176, .14), 0 3px 1px -2px rgba(156, 39, 176, .2), 0 1px 5px 0 rgba(156, 39, 176, .12);
    border-radius: 4px;
    outline: none !important;
    font-family: 'Barlow Semi Condensed', sans-serif !important;
}


.btn-link {
    font-weight: 400;
    color: #38312D;
    text-decoration: none;
}

.media-lib-bx {
    max-height: 400px;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

ul.activity-list > li .timestamp {
    font-size: 13px;
    color: #a3a3a3;
    float: left;
    padding-right: 15px;
    padding-top: 3px;
}

ul.activity-list > li a.timestamp {
    color: #a3a3a3;
    transition: all ease-in .3s;
}

    ul.activity-list > li a.timestamp:hover {
        color: #ffc600;
    }

    ul.activity-list > li a.timestamp.active {
        color: #ffc600;
    }

.feedback-div {
    float: left;
    width: 100%;
}

.btn-circle {
    border-radius: 100% !important;
    height: 2rem !important;
    width: 2rem !important;
    font-size: 1rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.txt-font-size {
    font-size: 1.1rem;
    padding-bottom: 10px;
}

ul.activity-list > li:not(:last-child) {
    border-bottom: 1px solid #F0F0F0;
}

ul.activity-list > li .avatar {
    width: 40px;
    position: absolute;
}

.img-circle {
    border-radius: 50%;
}

ul.activity-list > li > .feedback-box {
    margin-bottom: 0;
    padding-left: 3.5em;
    width: 100%;
}

ul.list-unstyled.activity-list.newlist li {
    padding: 10px 0;
}

    ul.list-unstyled.activity-list.newlist li:last-child {
        border-bottom: 1px solid #F0F0F0
    }

    ul.list-unstyled.activity-list.newlist li button.btn.btn-danger.btn-sm.btn-xs {
        float: right;
        margin-right: 10px
    }

ul.activity-list > li {
    padding: 20px 0;
    float: left;
    width: 100%;
}

ul.activity-list > li {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.reply-bx {
    float: left;
    width: 100%;
    padding-top: 15px;
}

* {
    outline: none;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #808080999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #808080999;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #808080999;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.item-preview a.item-preview-img {
    transition: 0.15s box-shadow, 0.15s transform;
    border-radius: .5rem;
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33, 37, 41, 0.15), 0 0 1.5rem 0.5rem rgba(33, 37, 41, 0.05);
    overflow: hidden;
}

.item-preview .item-preview-title .badge-success {
    color: #fff !important;
    font-size: 14px;
}

.item-preview .item-preview-title .badge-danger {
    color: #fff !important;
    font-size: 14px;
}

.item-preview .item-preview-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #000;
}

.image-bdr {
    width: 100%;
    height: 200px;
    border: dashed 2px #ccc;
    background-image: url("../../assets/img/upload.svg");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center top 60px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    cursor: pointer;
    float: left;
    transition: all ease-in .3s;
    text-align: center;
    padding-top: 100px;
}

    .image-bdr:hover {
        border: dashed 2px #808080999;
    }

footer.sticky-footer {
    padding: 1rem 0;
}

.menu-table > tbody > tr > td .avatar {
    width: 80px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #ffc600;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    object-fit: cover;
}

.actn-btn-main-box {
    float: left;
    width: 100%;
    overflow-x: auto;
}

.small,
small {
    font-weight: 400;
}

.actn-bt-box {
    display: inline-flex;
    width: auto;
}

.btn-lg {
    font-size: .85rem !important;
    padding: 7px 35px !important;
}

a:hover {
    text-decoration: none;
}

.lift {
    position: relative;
    top: 0px;
    transition: all ease-in .3s !important;
}

    .lift:hover {
        top: -10px;
        box-shadow: 0 .2rem 2rem 0 rgba(58, 59, 69, .35) !important;
    }

.actn-btn {
    background-color: #ffffff;
    float: left;
    text-align: center;
    border-radius: 10px;
    height: auto;
    width: 110px;
    transition: all ease-in .3s;
    padding: 15px 0;
    padding-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    box-shadow: 0pc 0px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .actn-btn:hover {
        text-decoration: none;
        background-color: #ffc600;
        color: #ffffff;
    }

    .actn-btn i {
        font-size: 1.4rem;
        margin-bottom: 5px;
    }

.btn,
.btn-sm {
    padding: .5rem 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

table .pro-pic {
    height: 2.5rem;
    width: 2.5rem;
    line-height: 2.5rem;
    color: #fff;
    font-size: 1rem;
}

.store-thumbnail {
    padding: 30px 1.25rem;
    background: #fff;
    box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: all ease-in .3s;
}

    .store-thumbnail p {
        margin-bottom: 5px;
    }

.user-thumbnail {
    padding: 30px 1.25rem;
    background: #fff;
    box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: all ease-in .3s;
}

    .user-thumbnail:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        border: 2px solid #ffc600;
    }

    .user-thumbnail p {
        font-size: 13px;
        margin-bottom: 0;
    }

.thumbnail-name {
    color: #666666;
    font-weight: 700;
    font-size: 16px;
}

.user-thumbnail .pro-pic {
    height: 3.2rem;
    width: 3.22rem;
    line-height: 3.2rem;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.form-control {
    background: #eee;
    border: #eee;
}

.filter-header {
    color: #38321D;
    font-size: 16px;
    margin-top: -22px;
    margin-bottom: 15px;
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
}


/*filter-box*/
.form-group {
    margin-bottom: .6rem;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9000;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
    box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.07);
}

    .sidenav a {
        padding: 14px 0;
        text-decoration: none;
        font-size: 16px;
        color: #818181;
        display: block;
        transition: 0.3s;
        text-align: center;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        opacity: .5;
        margin-left: 50px;
        transition: all ease-in .3s;
        z-index: 2000;
    }

        .sidenav .closebtn:hover {
            opacity: 1;
        }

.padd-0 {
    padding-left: 0;
    padding-right: 0;
}

/*filter-End*/
.badge-pill {
    color: #ffffff !important;
}

#sidebarToggleTop {
    display: block !important;
}

.h3, h3 {
    font-size: 1.45rem;
}

.login-logo {
    width: 120px;
    margin: auto;
    margin-bottom: 30px;
}

.home-logo {
    width: 120px;
    float: left;
}

.home-btn-main {
    float: left;
    width: 45%;
    margin-right: 5%;
}

    .home-btn-main p {
        font-size: 13px;
        color: #666666;
        text-align: center;
        float: left;
        line-height: 1.2;
        height: 45px;
        overflow-y: auto;
        margin-bottom: 5px;
        width: 100%;
    }

.product-details-content h2 {
    font-size: 24px;
    color: #38312D;
    font-weight: 600;
    margin: 0 0 22px;
    line-height: 16px;
}

.reference {
    font-size: 14px;
    color: #38312D;
    font-weight: 700;
}

.product-details-content .old-price {
    font-size: 22px;
    margin: 20px 0;
}

.pro-details-social-info {
    display: flex;
    border-bottom: 1px solid#ebebeb;
    margin-top: 10px;
    padding-bottom: 12px;
}

.rating-product i {
    overflow: hidden;
    font-size: 18px;
    color: #fdd835;
}

.custom-control-label {
    color: #38312D;
}

.pro-details-rating-wrap .rating-product {
    margin-right: 20px;
}

.rating-product {
    margin-bottom: 6px;
}

.read-review a {
    text-decoration: none;
    color: #38312D;
    position: relative;
    margin-right: 8px;
    line-height: 21px;
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.reference span {
    font-weight: 400;
}

.pro-details-rating-wrap .rating-product {
    width: 100px;
    float: left;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pro-details-wish-com {
    display: flex;
}

.pro-details-wish-com {
    line-height: 30px;
    padding: 0;
    border: none;
    color: #808080;
    font-size: 14px;
    margin-right: 15px;
}

    .pro-details-wish-com span {
        color: #555;
    }

.pro-details-compare {
    line-height: 30px;
    padding: 0;
    border: none;
    color: #808080;
    font-size: 14px;
    margin-left: 15px;
}

    .pro-details-compare span {
        color: #555;
    }

.profile-detail .profile-info .heading {
    margin: 0 0 20px 0;
    font-weight: 500;
    font-size: 20px;
    color: #333;
}

.topbar #sidebarToggleTop {
    padding: 0;
}

.home-btn {
    width: 100%;
    height: 100px;
    padding: 20px;
    background: #ffffff;
    border: #dddddd solid 1px;
    transition: all ease-in .3s;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 3px;
}

    .home-btn img {
        max-width: 70px;
    }

    .home-btn:hover {
        background: #eeeeee;
    }

.border-box {
    border-right: solid 1px #eee;
    float: left;
    width: calc(100% + 11px);
}

.sidebar .sidebar-brand {
    background: #ffc600;
}

.table td {
    color: #666;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #e3e6f0;
    text-transform: capitalize;
    color: #333;
    border-top: 0;
}

.card-header {
    color: #000;
}



.btn-primary {
    background-color: #ffc600;
    color: #372d2c;
    border-color: #ffc600;
}

.table-padded thead th {
    color: #38312D;
    border: 0;
    text-transform: uppercase;
}

tbody tr {
    background: #fff;
    transition: all 0.5s;
}

.table-padded tbody tr {
    transition: all .3s ease-in-out;
}

.recent-order-list-table.table-padded {
    border-spacing: 0 1rem;
}

.table-padded thead th {
    color: #666666;
}

.table-padded th {
    color: #808080999;
}

.table-hover tbody tr:hover {
    border: solid 2px #38321D;
}

.table-padded tr td:first-child,
.table-padded tr th:first-child {
    padding-left: 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.table-padded tr td:last-child,
.table-padded tr th:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.table-padded tbody tr {
    box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.05);
}

    .table-padded tbody tr:hover {
    }

.table th,
.table td {
    vertical-align: middle;
}

.table td {
    vertical-align: middle !important;
}

.table-padded {
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}

.list-view {
    width: 150px;
    float: right;
}

.modal-header {
    background-color: #38321D;
    border: 1px solid #38321D;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
}

    .modal-header .close {
        color: #ffffff;
        text-shadow: none;
        transition: all ease-in .3s;
    }

.profile-detail .profile-info .heading {
}

.basic-info {
    font-size: 13px;
    color: #666666;
    padding-bottom: 10px;
}

.tabBlock-content.srcht {
    max-height: 500px;
}

/********************
 * PAGE: PROFILE
 ********************/
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.custom-tabs-line ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.nav > li {
    position: relative;
    display: block;
}

.custom-tabs-line ul > li {
    float: left;
}

.custom-tabs-line.tabs-line-bottom ul > li {
    margin-bottom: -1px;
}

.custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 2px solid #00AAFF;
}

.custom-tabs-line.tabs-line-bottom {
    border-bottom: 1px solid #eaeaea;
}

.custom-tabs-line.left-aligned {
    text-align: left;
}

.custom-tabs-line.tabs-line-bottom .active a {
    border-bottom: 2px solid #00AAFF;
}

.custom-tabs-line.tabs-line-bottom a {
    border-bottom: 1px solid transparent;
}

.custom-tabs-line ul > li a {
    color: #8d9093;
    font-weight: normal;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.panel-profile {
    position: relative;
}

.profile-left {
    padding-left: 0;
    float: left;
    width: 35%;
    height: 100%;
    position: absolute;
    background-color: #F8F8F8;
}

.profile-main .pro-pic {
    height: 4.5rem;
    width: 4.5rem;
    line-height: 4.5rem;
    color: #fff;
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.profile-right {
    float: right;
    width: 65%;
    padding: 20px 25px;
    padding-top: 0;
    padding-right: 0;
}

    .profile-right .heading {
        margin-top: 0;
    }

.custom-control-label {
    color: #38312D;
    font-size: 15px;
}

.btn-lg {
    font-size: 1rem !important;
    padding: 10px 40px !important;
}


.tabBlock-content.srcht {
    max-height: 500px;
}

.hlpQ {
    color: #ffc600;
    float: right;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.helpQst {
    left: 0px;
}

    .helpQst .modal-dialog.modal-lg {
        max-width: 1000px;
    }

        .helpQst .modal-dialog.modal-lg .modal-body {
            max-height: 500px;
            overflow: auto;
            width: 100%;
        }

            .helpQst .modal-dialog.modal-lg .modal-body img {
                width: 100%;
            }

.assignStrCo {
    max-height: 500px;
    overflow: auto;
}

@media only screen and (max-width: 767px) {

    .table-btns-div-box {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {

    .profile-left,
    .profile-right {
        float: none;
        width: 100%;
    }

    .profile-left {
        position: relative;
        margin-bottom: 30px;
    }
}

.profile-header {
    position: relative;
    text-align: center;
    color: #fff;
}

    .profile-header .overlay {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .profile-header .profile-main {
        position: relative;
        padding: 20px;
        background-image: url("../../assets/img/profile-bg.png");
        background-size: cover;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .profile-header .profile-main img {
            width: 100px;
            height: 100px;
            border-radius: 100px;
        }

    .profile-header .name {
        margin: 8px 0 0 0;
        font-size: 22px;
    }

    .profile-header .online-status {
        font-size: 13px;
        position: relative;
        top: -2px;
    }

        .profile-header .online-status:before {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            content: '';
            width: 8px;
            height: 8px;
            margin-right: 3px;
        }

        .profile-header .online-status.status-available:before {
            background-color: #41B314;
        }

    .profile-header .profile-stat {
        position: relative;
        background-color: #333;
    }

        .profile-header .profile-stat .stat-item {
            padding: 20px;
            position: relative;
        }

            .profile-header .profile-stat .stat-item:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: 0;
                width: 1px;
                height: 100%;
                background-color: #444444;
            }

            .profile-header .profile-stat .stat-item:last-child:after {
                display: none;
            }

            .profile-header .profile-stat .stat-item span {
                display: block;
            }

@media screen and (max-width: 1023px) {
    .profile-header .profile-stat .stat-item:after {
        display: none;
    }
}

.profile-detail {
    padding-bottom: 30px;
}

.profile-info {
    padding: 0 20px;
    margin: 30px 0;
}

    .profile-info .heading {
        margin: 0 0 10px 0;
        font-weight: 600;
    }

    .profile-info ul > li {
        margin-bottom: 8px;
    }

.social-icons {
    margin-bottom: 0;
}

    .social-icons > li {
        padding: 0 2px 5px 2px;
    }

        .social-icons > li > a {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            width: 40px;
            height: 40px;
            line-height: 42px;
            text-align: center;
            background-color: #4d4d4d;
            color: #fff;
        }

            .social-icons > li > a i {
                font-size: 18px;
            }

            .social-icons > li > a:hover,
            .social-icons > li > a:focus {
                background-color: #404040;
            }

/* colored background */
.z500px-bg {
    background-color: #0099e5 !important;
}

    .z500px-bg:hover,
    .z500px-bg:focus {
        background-color: #0088cc !important;
    }

.about-me-bg {
    background-color: #00405d !important;
}

    .about-me-bg:hover,
    .about-me-bg:focus {
        background-color: #002e44 !important;
    }

.airbnb-bg {
    background-color: #fd5c63 !important;
}

    .airbnb-bg:hover,
    .airbnb-bg:focus {
        background-color: #fd434b !important;
    }

.alphabet-bg {
    background-color: #ed1c24 !important;
}

    .alphabet-bg:hover,
    .alphabet-bg:focus {
        background-color: #de1219 !important;
    }

.amazon-bg {
    background-color: #ff9900 !important;
}

    .amazon-bg:hover,
    .amazon-bg:focus {
        background-color: #e68a00 !important;
    }

.american-express-bg {
    background-color: #002663 !important;
}

    .american-express-bg:hover,
    .american-express-bg:focus {
        background-color: #001c4a !important;
    }

.aol-bg {
    background-color: #ff0b00 !important;
}

    .aol-bg:hover,
    .aol-bg:focus {
        background-color: #e60a00 !important;
    }

.behance-bg {
    background-color: #1769ff !important;
}

    .behance-bg:hover,
    .behance-bg:focus {
        background-color: #0059fd !important;
    }

.bing-bg {
    background-color: #ffb900 !important;
}

    .bing-bg:hover,
    .bing-bg:focus {
        background-color: #e6a700 !important;
    }

.bitbucket-bg {
    background-color: #205081 !important;
}

    .bitbucket-bg:hover,
    .bitbucket-bg:focus {
        background-color: #1b436d !important;
    }

.bitly-bg {
    background-color: #ee6123 !important;
}

    .bitly-bg:hover,
    .bitly-bg:focus {
        background-color: #e65312 !important;
    }

.blogger-bg {
    background-color: #f57d00 !important;
}

    .blogger-bg:hover,
    .blogger-bg:focus {
        background-color: #dc7000 !important;
    }

.booking-com-bg {
    background-color: #003580 !important;
}

    .booking-com-bg:hover,
    .booking-com-bg:focus {
        background-color: #002a67 !important;
    }

.buffer-bg {
    background-color: #168eea !important;
}

    .buffer-bg:hover,
    .buffer-bg:focus {
        background-color: #1380d3 !important;
    }

.code-school-bg {
    background-color: #616f67 !important;
}

    .code-school-bg:hover,
    .code-school-bg:focus {
        background-color: #55615a !important;
    }

.codecademy-bg {
    background-color: #f65a5b !important;
}

    .codecademy-bg:hover,
    .codecademy-bg:focus {
        background-color: #f54243 !important;
    }

.creative-market-bg {
    background-color: #8ba753 !important;
}

    .creative-market-bg:hover,
    .creative-market-bg:focus {
        background-color: #7d964b !important;
    }

.delicious-bg {
    background-color: #3399ff !important;
}

    .delicious-bg:hover,
    .delicious-bg:focus {
        background-color: #1a8cff !important;
    }

.deviantart-bg {
    background-color: #05cc47 !important;
}

    .deviantart-bg:hover,
    .deviantart-bg:focus {
        background-color: #04b33e !important;
    }

.digg-bg {
    background-color: #005be2 !important;
}

    .digg-bg:hover,
    .digg-bg:focus {
        background-color: #0051c9 !important;
    }

.disqus-bg {
    background-color: #2e9fff !important;
}

    .disqus-bg:hover,
    .disqus-bg:focus {
        background-color: #1593ff !important;
    }

.django-bg {
    background-color: #092e20 !important;
}

    .django-bg:hover,
    .django-bg:focus {
        background-color: #051911 !important;
    }

.dribbble-bg {
    background-color: #ea4c89 !important;
}

    .dribbble-bg:hover,
    .dribbble-bg:focus {
        background-color: #e7357a !important;
    }

.elance-bg {
    background-color: #0d69af !important;
}

    .elance-bg:hover,
    .elance-bg:focus {
        background-color: #0b5b97 !important;
    }

.envato-bg {
    background-color: #82b541 !important;
}

    .envato-bg:hover,
    .envato-bg:focus {
        background-color: #75a23a !important;
    }

.etsy-bg {
    background-color: #d5641c !important;
}

    .etsy-bg:hover,
    .etsy-bg:focus {
        background-color: #be5919 !important;
    }

.facebook-bg {
    background-color: #3b5998 !important;
}

    .facebook-bg:hover,
    .facebook-bg:focus {
        background-color: #344e86 !important;
    }

.feedly-bg {
    background-color: #2bb24c !important;
}

    .feedly-bg:hover,
    .feedly-bg:focus {
        background-color: #269d43 !important;
    }

.flattr-bg {
    background-color: #f67c1a !important;
}

    .flattr-bg:hover,
    .flattr-bg:focus {
        background-color: #ed6f09 !important;
    }

.flickr-bg {
    background-color: #0063dc !important;
}

    .flickr-bg:hover,
    .flickr-bg:focus {
        background-color: #0058c3 !important;
    }

.flipboard-bg {
    background-color: #e12828 !important;
}

    .flipboard-bg:hover,
    .flipboard-bg:focus {
        background-color: #d21d1d !important;
    }

.flixster-bg {
    background-color: #2971b2 !important;
}

    .flixster-bg:hover,
    .flixster-bg:focus {
        background-color: #24649d !important;
    }

.foursquare-bg {
    background-color: #0732a2 !important;
}

    .foursquare-bg:hover,
    .foursquare-bg:focus {
        background-color: #062a8a !important;
    }

.github-bg {
    background-color: #4183c4 !important;
}

    .github-bg:hover,
    .github-bg:focus {
        background-color: #3876b4 !important;
    }

.google-bg {
    background-color: #4285f4 !important;
}

    .google-bg:hover,
    .google-bg:focus {
        background-color: #2a75f3 !important;
    }

.google-plus-bg {
    background-color: #dc4e41 !important;
}

    .google-plus-bg:hover,
    .google-plus-bg:focus {
        background-color: #d83a2b !important;
    }

.instagram-bg {
    background-color: #3f729b !important;
}

    .instagram-bg:hover,
    .instagram-bg:focus {
        background-color: #386589 !important;
    }

.kickstarter-bg {
    background-color: #2bde73 !important;
}

    .kickstarter-bg:hover,
    .kickstarter-bg:focus {
        background-color: #20cf67 !important;
    }

.kik-bg {
    background-color: #82bc23 !important;
}

    .kik-bg:hover,
    .kik-bg:focus {
        background-color: #73a71f !important;
    }

.lastfm-bg {
    background-color: #d51007 !important;
}

    .lastfm-bg:hover,
    .lastfm-bg:focus {
        background-color: #bc0e06 !important;
    }

.line-bg {
    background-color: #00c300 !important;
}

    .line-bg:hover,
    .line-bg:focus {
        background-color: #00aa00 !important;
    }

.linkedin-bg {
    background-color: #0077b5 !important;
}

    .linkedin-bg:hover,
    .linkedin-bg:focus {
        background-color: #00669c !important;
    }

.mail-ru-bg {
    background-color: #168de2 !important;
}

    .mail-ru-bg:hover,
    .mail-ru-bg:focus {
        background-color: #147fcb !important;
    }

.mailchimp-bg {
    background-color: #2c9ab7 !important;
}

    .mailchimp-bg:hover,
    .mailchimp-bg:focus {
        background-color: #2789a2 !important;
    }

.myspace-bg {
    background-color: #38321D !important;
}

    .myspace-bg:hover,
    .myspace-bg:focus {
        background-color: black !important;
    }

.netflix-bg {
    background-color: #e50914 !important;
}

    .netflix-bg:hover,
    .netflix-bg:focus {
        background-color: #cc0812 !important;
    }

.ning-bg {
    background-color: #75af42 !important;
}

    .ning-bg:hover,
    .ning-bg:focus {
        background-color: #699c3b !important;
    }

.path-bg {
    background-color: #ee3423 !important;
}

    .path-bg:hover,
    .path-bg:focus {
        background-color: #e62412 !important;
    }

.patreon-bg {
    background-color: #e6461a !important;
}

    .patreon-bg:hover,
    .patreon-bg:focus {
        background-color: #d03f17 !important;
    }

.paypal-bg {
    background-color: #003087 !important;
}

    .paypal-bg:hover,
    .paypal-bg:focus {
        background-color: #00276e !important;
    }

.photobucket-bg {
    background-color: #0ea0db !important;
}

    .photobucket-bg:hover,
    .photobucket-bg:focus {
        background-color: #0c8ec3 !important;
    }

.pinterest-bg {
    background-color: #bd081c !important;
}

    .pinterest-bg:hover,
    .pinterest-bg:focus {
        background-color: #a50718 !important;
    }

.product-hunt-bg {
    background-color: #da552f !important;
}

    .product-hunt-bg:hover,
    .product-hunt-bg:focus {
        background-color: #cb4924 !important;
    }

.quora-bg {
    background-color: #a82400 !important;
}

    .quora-bg:hover,
    .quora-bg:focus {
        background-color: #8f1f00 !important;
    }

.rdio-bg {
    background-color: #007dc3 !important;
}

    .rdio-bg:hover,
    .rdio-bg:focus {
        background-color: #006daa !important;
    }

.reddit-bg {
    background-color: #ff4500 !important;
}

    .reddit-bg:hover,
    .reddit-bg:focus {
        background-color: #e63e00 !important;
    }

.rss-bg {
    background-color: #f26522 !important;
}

    .rss-bg:hover,
    .rss-bg:focus {
        background-color: #ed560e !important;
    }

.salesforce-bg {
    background-color: #1798c1 !important;
}

    .salesforce-bg:hover,
    .salesforce-bg:focus {
        background-color: #1486aa !important;
    }

.scribd-bg {
    background-color: #1a7bba !important;
}

    .scribd-bg:hover,
    .scribd-bg:focus {
        background-color: #176ca4 !important;
    }

.shopify-bg {
    background-color: #96bf48 !important;
}

    .shopify-bg:hover,
    .shopify-bg:focus {
        background-color: #89b03e !important;
    }

.skype-bg {
    background-color: #00aff0 !important;
}

    .skype-bg:hover,
    .skype-bg:focus {
        background-color: #009cd7 !important;
    }

.slack-bg {
    background-color: #6ecadc !important;
}

    .slack-bg:hover,
    .slack-bg:focus {
        background-color: #59c2d7 !important;
    }

.slideshare-bg {
    background-color: #0077b5 !important;
}

    .slideshare-bg:hover,
    .slideshare-bg:focus {
        background-color: #00669c !important;
    }

.soundcloud-bg {
    background-color: #ff8800 !important;
}

    .soundcloud-bg:hover,
    .soundcloud-bg:focus {
        background-color: #e67a00 !important;
    }

.spotify-bg {
    background-color: #2ebd59 !important;
}

    .spotify-bg:hover,
    .spotify-bg:focus {
        background-color: #29a84f !important;
    }

.squarespace-bg {
    background-color: #222222 !important;
}

    .squarespace-bg:hover,
    .squarespace-bg:focus {
        background-color: #151515 !important;
    }

.stackoverflow-bg {
    background-color: #fe7a15 !important;
}

    .stackoverflow-bg:hover,
    .stackoverflow-bg:focus {
        background-color: #f86c01 !important;
    }

.stripe-bg {
    background-color: #00afe1 !important;
}

    .stripe-bg:hover,
    .stripe-bg:focus {
        background-color: #009bc8 !important;
    }

.stumbleupon-bg {
    background-color: #eb4924 !important;
}

    .stumbleupon-bg:hover,
    .stumbleupon-bg:focus {
        background-color: #e13b15 !important;
    }

.telegram-bg {
    background-color: #0088cc !important;
}

    .telegram-bg:hover,
    .telegram-bg:focus {
        background-color: #0077b3 !important;
    }

.tumblr-bg {
    background-color: #35465c !important;
}

    .tumblr-bg:hover,
    .tumblr-bg:focus {
        background-color: #2c3a4c !important;
    }

.twitch-tv-bg {
    background-color: #6441a5 !important;
}

    .twitch-tv-bg:hover,
    .twitch-tv-bg:focus {
        background-color: #593a93 !important;
    }

.twitter-bg {
    background-color: #55acee !important;
}

    .twitter-bg:hover,
    .twitter-bg:focus {
        background-color: #3ea1ec !important;
    }

.vimeo-bg {
    background-color: #162221 !important;
}

    .vimeo-bg:hover,
    .vimeo-bg:focus {
        background-color: #0c1312 !important;
    }

.vine-bg {
    background-color: #00b488 !important;
}

    .vine-bg:hover,
    .vine-bg:focus {
        background-color: #009b75 !important;
    }

.wechat-bg {
    background-color: #7bb32e !important;
}

    .wechat-bg:hover,
    .wechat-bg:focus {
        background-color: #6d9f29 !important;
    }

.whatsapp-bg {
    background-color: #43d854 !important;
}

    .whatsapp-bg:hover,
    .whatsapp-bg:focus {
        background-color: #2ed441 !important;
    }

.yahoo-bg {
    background-color: #410093 !important;
}

    .yahoo-bg:hover,
    .yahoo-bg:focus {
        background-color: #36007a !important;
    }

.youtube-bg {
    background-color: #cd201f !important;
}

    .youtube-bg:hover,
    .youtube-bg:focus {
        background-color: #b71d1c !important;
    }

.profile-right .heading {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: 20px;
    color: #777;
}

.awards {
    margin-bottom: 50px;
}

    .awards div[class^="col-"] {
        text-align: center;
    }

.award-item {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-align: center;
    margin-bottom: 30px;
}

    .award-item .hexagon {
        margin: 35px 0;
    }

.hexagon {
    width: 100px;
    height: 55px;
    background: #ececec;
    position: relative;
}

    .hexagon:before {
        content: "";
        position: absolute;
        top: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-bottom: 25px solid #ececec;
    }

    .hexagon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 0;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 25px solid #ececec;
    }

.award-icon {
    font-size: 36px;
    line-height: 1.5em;
}

ul.activity-timeline > li {
    margin-bottom: 25px;
    position: relative;
    z-index: 0;
}

    ul.activity-timeline > li .activity-icon {
        display: inline-block;
        vertical-align: middle;
        *:;
        vertical-align: auto;
        *:;
        zoom: 1;
        *:;
        display: inline;
        -webkit-border-radius: 30px;
        width: 38px;
        border-radius: 30px;
        float: left;
        width: 10px;
        height: 10px;
        background-color: #ccc;
        font-size: 16px;
        color: #fff;
        line-height: 34px;
        text-align: center;
        margin-right: 0;
        margin-left: 12px;
        margin-top: 6px;
    }

.award-item {
    margin-bottom: 10px;
}

.tab-content > .tab-pane {
    min-height: 350px;
}

.tab-content > .tab-pane {
    font-size: 13px !important;
}

    .tab-content > .tab-pane p {
        font-size: 13px !important;
    }

    .tab-content > .tab-pane .table td,
    .table th {
        font-size: 13px !important;
    }

ul.activity-timeline > li > p {
    margin-bottom: 0;
    padding-left: 40px;
}

ul.activity-timeline > li .timestamp {
    display: block;
    font-size: .85em;
    color: #a3a3a3;
}

ul.activity-timeline > li:after {
    content: "";
    display: block;
    border-left: 1px solid #eaeaea;
    width: 1px;
    height: 100px;
    position: absolute;
    top: 5px;
    left: 16px;
    z-index: -1;
}

ul.activity-timeline > li:last-child:after {
    display: none;
}

.project-table .progress {
    margin-bottom: 0;
}

.project-table .progress-bar {
    font-size: 10px;
}

.project-table > tbody > tr > td {
    padding: 12px 8px;
}

    .project-table > tbody > tr > td .avatar {
        width: 72px;
        height: 44px;
        overflow: hidden;
        border: 1px solid #eee;
        padding: 5px;
        border-radius: 5px;
        margin-right: 5px;
    }

.project-table thead th {
    padding-top: 0;
    font-size: 13px;
    color: #808080;
    font-weight: 400;
}

.tab-content > .tab-pane {
    height: 400px;
    overflow-y: auto;
}

.project-table tr {
    border-bottom: solid 1px #eee;
}

.badge-div {
    font-size: 15px;
    border-bottom: solid 1px #eee;
    color: #333;
    text-align: center;
    padding-bottom: 10px;
}

.segment {
    font-size: 15px;
    border-bottom: solid 1px #ddd;
    padding: 10px 0px;
    color: #333;
    margin-bottom: 20px;
}

/*Email templates-vaiables*/
.templates-vaiables {
    padding: 0 15px;
}

    .templates-vaiables table tr td {
        border-top: none;
        padding: 0px;
        cursor: text;
        font-size: 14px;
    }

    .templates-vaiables .table-padded tbody tr {
        box-shadow: none;
    }

        .templates-vaiables .table-padded tbody tr:hover {
            background-color: transparent;
        }

/*Email templates-vaiables End */
/********************
 * MAP
 ********************/
.map-container {
    overflow: hidden;
    position: relative;
    height: 0;
}

    .map-container iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

/********************
 * PAGE: PROFILE END
 ********************/
.profile-header .profile-stat .stat-item {
    font-size: 20px;
    font-weight: 500;
}

    .profile-header .profile-stat .stat-item span {
        font-weight: normal;
        color: #cccccc;
        font-weight: 300;
        line-height: 1.4;
    }

.profile-header .name {
    color: #000;
}

.profile-header .online-status {
    color: #38321D;
}

.popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1000;
    background: rgba(0, 43, 82, 0.58);
    align-items: center;
    justify-content: center;
}

    .popup.show {
        display: flex !important;
    }

.popCvr {
    width: 100%;
    max-width: 1000px;
}

    .popCvr .slotpop {
        background: #fff;
        text-align: center;
        padding: 50px 15px;
        position: relative;
    }

.slotpop {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.popCvr .slotpop a.clssell {
    float: right;
    font-size: 24px;
    color: #000;
    font-family: "ubuntubold";
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    right: 8px;
}

.product-tab {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.drop {
    width: 23%;
    float: right;
    margin: 0 0 5px 0;
}

.tab-wrap {
    width: 100%;
    float: left;
}

.group::after,
.tabBlock-tabs::after {
    clear: both;
    content: "";
    display: table;
}

*,
::before,
::after {
    box-sizing: border-box;
}

ol,
ul {
    margin: 0;
}

.unstyledList,
.tabBlock-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabBlock-tabs {
    text-align: left;
    width: 100%;
    float: right;
    border-bottom: 2px solid #d0d0d0;
    background: #f3f3f3;
}

.tabBlock {
    margin: 0;
}

.pad2 {
    padding: 10px 20px;
}

/***********/
.tabBlock-tab {
    color: #575656;
    font-family: $Bold;
    text-align: center;
    width: auto;
    font-size: 15px;
    display: inline-block;
    padding: 10px 25px;
    line-height: 29px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 5px;
}

    .tabBlock-tab.is-active {
        position: relative;
        color: $black;
        z-index: 1;
        background: #f8f8f8;
        border-bottom: 0px;
        color: $sitecolor;
    }

    /*.tabBlock-tab.is-active:after{width: 100%; float: left; height: 3px; background: $green; content: ''; position: absolute;bottom: 0px; left: 0px;}*/
    .tabBlock-tab:hover a {
        color: #fff;
    }

    .tabBlock-tab.is-active a {
        color: #fff;
        background: #ed1c24;
    }

.ficileft {
    width: 100%;
    float: left;
    position: relative;
}

.departarrow {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.tabBlock-content {
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 30px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    max-height: 350px;
    min-height: 350px;
    overflow: auto;
}

    .tabBlock-content input[type="file"] {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -13px 0px 0px -134px;
    }

    .tabBlock-content h4 {
        margin-bottom: 0px;
    }

.tabBlock-pane > :last-child {
    margin-bottom: 0;
}

.tabBlock-content h1 {
    color: #91BF15;
    font-size: 24px;
    margin: 0 0 25px 0;
    padding: 0;
}

.tabBlock-content h2 {
    color: #8c3682;
    font-size: 20px;
    margin: 0 0 25px 0;
    padding: 0;
}

.tabBlock-content p {
    color: #575656;
    margin: 0 0 25px 0;
    font-size: 14px;
    padding: 0;
    line-height: 20px;
}

    .tabBlock-content p span {
        width: 100%;
        display: block;
        color: $sitecolor;
        font-family: $Medium;
    }

.libraryList {
    width: 100%;
    float: left;
    list-style: none
}

    .libraryList li {
        width: 20%;
        padding: 1%;
        overflow: hidden;
        height: 120px;
        float: left;
        cursor: pointer;
        position: relative
    }

        .libraryList li img {
            max-height: 120px;
        }

        .libraryList li.check:after {
            position: absolute;
            content: '';
            width: 26px;
            height: 25px;
            top: 9px;
            right: 0px;
            background: url(../img/tick.jpg);
            background-size: 25px;
        }

.libraryList {
    width: 100%;
    float: left;
    list-style: none
}

.libraryMedia li {
    width: 20%;
    padding: 1%;
    overflow: hidden;
    height: 166px;
    float: left;
    cursor: pointer;
    position: relative
}

    .libraryMedia li img {
        max-height: 110px;
    }

.prvcls a {
    float: right;
    font-size: 24px;
    color: #000;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    right: 2px;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
}

.libraryMedia li.check:after {
    position: absolute;
    content: '';
    width: 26px;
    height: 25px;
    top: 9px;
    right: 0px;
    background: url(../img/tick.jpg);
    background-size: 25px;
}

input.filesmbt {
    float: right;
    background: #ffc600;
    border: 0px;
    padding: 15px 45px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 800;
}

    input.filesmbt:hover {
        background: #000;
        color: #fff
    }

.imageupmain {
    width: 100%;
    float: left;
}

    .imageupmain ul {
        margin: 0px;
        padding: 0px;
    }

        .imageupmain ul li {
            width: 11.6%;
            float: left;
            position: relative;
            margin-right: 1%;
            margin-bottom: 10px;
        }

            .imageupmain ul li:nth-child(8n) {
                margin-right: 0px
            }

            .imageupmain ul li img {
                width: 100%;
                max-height: 319px;
                margin-bottom: 5px;
            }

            .imageupmain ul li a {
                float: right;
                font-size: 24px;
                color: #000;
                transform: rotate(45deg);
                position: absolute;
                top: 2px;
                right: 2px;
                background: #fff;
                width: 20px;
                height: 20px;
                border-radius: 20px;
                text-align: center;
                line-height: 20px;
            }

.prvcls {
    width: 11.6%;
    float: left;
    position: relative;
    margin-right: 1%;
    margin-bottom: 10px;
}

    .prvcls:nth-child(8n) {
        margin-right: 0px
    }

    .prvcls img {
        width: 100%;
        max-height: 120px;
        margin-bottom: 5px;
        min-height: 120px;
    }

/********UPDATED CSS*************/
.btn-primary:hover {
    color: #38312D !important;
    background-color: #FFD546 !important;
    border-color: #FFD546 !important;
}

.image-checkbox {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}

    .image-checkbox input[type="checkbox"] {
        display: none;
    }

.image-checkbox-checked {
    border-color: #FFC600;
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px);
}

.image-checkbox .fa {
    position: absolute;
    color: #382e2c;
    background-color: #FFC600;
    padding: 10px;
    top: 0;
    right: 0;
}

.image-checkbox .hidden {
    display: none !important;
}

.image-checkbox-checked .fa {
    display: block !important;
}

.form-control {
    background: #ffffff;
    border: 1px solid #d1d3e2;
}

.media-lib-bx {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75;
    outline: none;
}

.btn-primary:focus {
    color: #38312D !important;
    background-color: #FFD546 !important;
    border-color: #FFD546 !important;
}

.head-txt-div-style {
    font-weight: 600;
    color: #38321D;
    margin-top: 20px;
    margin-bottom: 20px;
}

.white-box-div-search {
    background-color: #EDECE8;
    padding: 20px;
    float: left;
    border-radius: 10px;
    min-width: 75px;
    max-width: 100%;
    margin-bottom: 10px;
}

.white-box-div {
    background-color: #EDECE8;
    padding: 5px;
    float: left;
    border-radius: 10px;
    min-width: 75px;
    width: auto;
    margin-bottom: 10px;
}

.table-head-btn {
    background-color: #EDECE8;
    padding: 10px 10px;
    float: left;
    text-align: center;
    margin: 0 2px;
    min-width: 80px;
    transition: all ease-in .3s;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .table-head-btn:hover {
        background-color: #ffc600;
    }

    .table-head-btn.active {
        background-color: #ffc600;
    }

    .table-head-btn p {
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
        color: #38321D;
        margin-top: 3px;
    }

.pull-right {
    float: right;
}

.table-btns-div-box {
    padding: 5px;
    background: #ffffff;
    border: solid 1px #E3E1DB;
    margin-right: 10px;
    transition: all ease-in .3s;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-content: center;
    border-radius: 50px;
}

    .table-btns-div-box img {
        width: 25px;
    }

    .table-btns-div-box:hover {
        background: #ffc600;
        border: solid 1px #ffc600;
    }

.table-head-btn img {
    height: 25px;
}

.head-txt-div-style span {
    color: #808080;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #d8d6d0;
}

.bdr-box-style {
    border: solid 1px #E3E1DB;
    padding: 10px;
    border-radius: .35rem;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.mnu-imgs {
    color: #946037;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 22px;
}


.botton-box-div {
    display: flex;
}

.image-bx-div {
    width: 50px;
    height: 37px;
    overflow: hidden;
    border: 1px solid #ffc600;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    text-align: center;
    object-fit: cover;
}

td p span {
    font-size: 11px;
    float: left;
    width: 100%;
    color: #808080;
    font-weight: normal;
}

.edde-ic {
    color: #38321D;
    width: 30px;
    height: 30px;
    border: solid 1px #E3E1DB;
    margin-left: 5px;
    border-radius: 30px;
    background: transparent;
    float: right;
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: all ease-in .3s;
}

    .edde-ic:hover {
        border: solid 1px #ffc600;
        background: #ffc600;
    }

    .edde-ic img {
        width: 12px;
    }

.w-200 {
    width: 200px;
}

.ic-pad {
    padding: .25rem .5rem;
}

.edde-ic-sm {
    color: #38321D;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    border-radius: 30px;
    background: transparent;
    float: left;
    text-align: center;
    transition: all ease-in .3s;
}

    .edde-ic-sm img {
        width: 15px;
    }

.content-div {
    float: left;
    width: 100%;
}

.img-txt-st {
    float: left;
    color: #38321D;
    font-weight: 600;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.edit-badge-btn {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    background: #38312D;
    color: #FFC600;
}

    .edit-badge-btn:hover {
        background: #FFC600;
        color: #38312D !important;
    }

.custom-control-label {
    color: #808080;
}

.modal-footer {
    border: 0;
}

.aligner {
    align-items: center;
    display: flex;
    justify-content: center;
}

.text-lmt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    transition: all ease-in .3s;
}

    .text-lmt:hover {
        white-space: normal;
        overflow: visible;
    }

.td-main-div {
    float: left;
    width: 89%;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 20px;
}

.td-1 {
    width: 26px;
    float: left;
}

.td-2 {
    width: 65px;
    float: left;
}

.td-3 {
    width: calc(100% - 131px);
    float: left;
}

.td-4 {
    width: 40px;
    float: left;
}

.td-3 .img-txt-st {
    margin: 0;
}

    .td-3 .img-txt-st span {
        width: 100%;
        font-weight: 400;
        color: #808080;
        float: left;
        font-size: 12px;
    }

/********UPDATED CSS END*************/

/* Admin CMS - Create Item */

.card .col-form-label {
    padding: 0 0 3px;
    font-size: 13px;
}


.card .bdr-box-style {
    padding: 0 0 3px;
    font-size: 13px;
}


    .card .bdr-box-style .table-box {
        min-height: 230px;
    }

    .card .bdr-box-style .image-bx-div {
        padding: 0;
    }

        .card .bdr-box-style .image-bx-div img {
            width: 100% !important;
            max-height: none !important;
            height: auto !important;
        }

.card #listCountryitems {
    width: 100%;
    margin: 0;
}

.card .btn.dropdown-toggle {
    background: none;
    box-shadow: none;
    border: 1px solid #ced4da;
    text-transform: none;
    font-family: inherit;
    color: #495057;
}

.card .custom-checkbox .custom-control-label:before,
.card .custom-checkbox .custom-control-label:after {
    visibility: hidden;
}

span.required {
    color: #dc3545;
}

.banntrans .modal-content {
    max-height: 610px;
    overflow: auto;
}

.imgUpCVr {
    width: 95%;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
}

    .imgUpCVr img {
        max-width: 100%;
    }


/* Admin CMS - Create Item End */

@media only screen and (max-width: 1400px) {
    .card .col-form-label {
        font-size: 12px;
    }

    .custom-control-label {
        font-size: 14px;
    }
}

@media (max-width:1660px) {
    .profile-header .name {
        font-size: 18px;
    }

    .profile-header .profile-stat .stat-item span {
        font-size: 12px;
        line-height: 1.4;
    }

    .modal-title {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
    }

    .btn-xs {
        padding: 2px 8px;
        font-size: 13px;
    }

    .col-form-label {
        font-size: 12px;
        line-height: 1;
    }

    .form-control {
        font-size: 14px !important;
    }

    .form-group {
        margin-bottom: 5px !important;
    }

    body {
        font-size: 14px;
    }

    .h3,
    h3 {
        font-size: 1.3rem !important;
    }

    .table td,
    .table th {
        font-size: 14px !important;
        border: 0;
    }

    .home-btn img {
        max-width: 45px;
    }

    .home-btn-main p {
        font-size: 12px;
    }

    .home-btn {
        width: 100%;
        height: 90px;
    }

    .h6,
    h6 {
        font-size: .85rem;
    }

    .sidebar .nav-item .nav-link span {
        font-size: .8rem;
    }

    .sidebar .nav-item .nav-link {
        padding: .9rem 1rem;
    }

    .sidebar .nav-item .collapse .collapse-inner,
    .sidebar .nav-item .collapsing .collapse-inner {
        font-size: .8rem;
    }
}

@media only screen and (max-width: 1440px) {
    .btn {
        font-size: 13px;
    }

    .btn,
    .btn-sm {
        padding: .4rem 1.2rem;
    }

    .table-head-btn img {
        width: 20px
    }

    .white-box-div-search {
        padding: 17px;
    }

    .table-btns-div-box img {
        width: 22px;
    }

    .table-btns-div-box {
        width: 45px;
        height: 45px;
    }

    .form-control {
        height: calc(1.5em + .75rem + 2px);
    }

    .table td,
    .table th {
        font-size: 13px !important;
        border: 0;
    }
}

@media (max-width:1199px) {
    .border-box {
        width: 100%;
        border-right: 0;
        border-bottom: solid 1px #eee;
        margin-bottom: 20px;
    }

    .home-btn-main {
        float: left;
        width: 85px;
        margin-right: 10px;
    }

    .home-btn {
        padding: 20px 10px;
        height: 80px;
    }
}

@media (max-width:727px) {
    .basic-info {
        font-size: 12px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .actn-btn {
        width: 96px;
    }

        .actn-btn i {
            font-size: 1.2rem;
        }

    .table th,
    .table td {
        font-size: 13px !important;
    }

    .custom-tabs-line.tabs-line-bottom a {
        font-size: 13px;
    }

    .profile-right {
        padding-left: 0;
        padding-right: 0;
    }
}

/***********************640px *************************************/
@media only screen and (max-width: 640px) {
    .tabBlock-tab {
        padding: 10px 10px;
        border-bottom: 1px solid #F1F1F1;
    }

    .libraryList li {
        width: 50%;
    }

    .imageupmain ul li {
        width: 32.6%;
        float: left;
        position: relative;
        margin-right: 1%;
        margin-bottom: 10px;
    }

        .imageupmain ul li:nth-child(8n) {
            margin-right: 1%
        }

        .imageupmain ul li:nth-child(3n) {
            margin-right: 0px
        }

    .table-head-btn {
        padding: 5px;
    }

    .white-box-div {
        max-width: 100%;
        width: 100%;
        margin-left: 0 !important;
    }

    .table-head-btn {
        max-width: 25%;
        width: 25%;
        margin: 0;
    }

        .table-head-btn p {
            font-size: 10px;
            line-height: normal;
        }

    .edde-ic {
        width: 23px;
        height: 23px;
    }
}

/***********************640px *************************************/
@media only screen and (max-width: 576px) {
    .custom-checkbox.mt-4 {
        margin-top: 0 !important;
    }
}

/***********************480px *************************************/
@media only screen and (max-width: 480px) {
    .table-btns-div-box {
        padding: 5px;
        background: #ffffff;
        border: solid 1px #E3E1DB;
        margin-right: 5px;
    }

    .table-btns-div-box {
        width: 40px;
        height: 40px;
    }

    .drop {
        width: 100%;
    }

    .tabBlock-tabs,
    .tabBlock-content {
        text-align: left;
        width: 100%;
        float: left;
    }

    .tabBlock-tab {
        font-size: 12px;
    }

    .tabBlock-content {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 360px) {
    .tabBlock-tab {
        padding: 10px 10px;
        border: 0;
        margin: 1px 0;
        width: 100%;
        float: left;
    }
}

hr {
    border: 1 solid #cccccc;
    width: 100%;
    float: left;
}

h6 {
    font-weight: 500;
    color: #38312D;
}

.price-div {
    font-weight: 500;
    color: #38312D;
}

.grand-total {
    font-weight: 500;
    font-size: 20px;
}

.total-price {
    font-weight: 500;
    color: #38312D;
}

.full-width {
    width: auto;
    padding-right: 15px;
    float: left;
    margin-bottom: 5px;
    color: #666666;
    font-size: 14px;
}

.text-area-size {
    height: 450px;
}

.uplode-btn {
    margin-left: 8px;
}

.upload-html {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .full-width {
        width: 100%;
        padding-right: 0;
    }

    .grand-total {
        font-weight: 500;
        font-size: 20px;
    }

    .total-price {
        font-size: 22px;
    }
}

@media only screen and (max-width: 560px) {
    .grand-total {
        font-weight: 500;
        font-size: 17px;
    }

    .total-price {
        font-size: 18px;
    }
}

@media only screen and (max-device-width: 1400px), only screen and (max-width: 1400px) {

    .home-btn {
        padding: 5px;
    }
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
    white-space: normal;
}

.sidebar-dark hr.sidebar-divider {
    width: auto;
}

.h-300 {
    height: 300px;
}

.bg-gradient-1 {
    position: relative;
    background: linear-gradient(120deg, #BF502F 10%, #CE7433 100%);
    padding: 3px;
}

.bg-gradient-2 {
    position: relative;
    background: linear-gradient(120deg, #42e695 10%, #3bb2b8 100%);
    padding: 3px;
}

.bg-gradient-3 {
    position: relative;
    background: linear-gradient(120deg, #00aeef 10%, #2d388a 100%);
    padding: 3px;
}

.bg-gradient-4 {
    position: relative;
    background: linear-gradient(120deg, #6094EA 0%, #f02fc2 100%);
    padding: 3px;
}

.bg-gradient-5 {
    position: relative;
    background: linear-gradient(120deg, #ccabd8 10%, #fA897B 100%);
    padding: 3px;
}

.bg-gradient-6 {
    position: relative;
    background: linear-gradient(120deg, #ffc600 10%, #BF502F 100%);
    padding: 3px;
}

.bg-gradient-7 {
    position: relative;
    background: linear-gradient(90deg, rgba(103,240,240,1) 0%, rgba(69,169,252,1) 100%);
    padding: 3px;
}

.bg-gradient-8 {
    position: relative;
    background: linear-gradient(120deg, #AA6E5C 10%, #CC6E0C 100%);
    padding: 3px;
}

.bg-gradient-9 {
    position: relative;
    background: linear-gradient(90deg, rgba(103,240,166,1) 0%, rgba(69,249,252,1) 100%);
    padding: 3px;
}

.bg-gradient-10 {
    position: relative;
    background: linear-gradient(90deg, rgba(123,120,171,1) 0%, rgba(95,204,176,1) 35%, rgba(0,212,255,1) 100%);
    padding: 3px;
}

.bg-gradient-11 {
    position: relative;
    background: linear-gradient(90deg, rgba(140,171,120,1) 0%, rgba(251,163,185,1) 35%, rgba(0,212,255,1) 100%);
    padding: 3px;
}

.bg-gradient-12 {
    position: relative;
    background: linear-gradient(90deg, rgba(171,124,120,1) 0%, rgba(185,251,163,1) 35%, rgba(255,177,0,1) 100%);
    padding: 3px;
}

.bg-gradient-13 {
    position: relative;
    background: linear-gradient(90deg, rgba(240,215,213,1) 0%, rgba(232,135,216,1) 42%, rgba(255,177,0,1) 100%);
    padding: 3px;
}

.bg-gradient-14 {
    position: relative;
    background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
    padding: 3px;
}

.bg-gradient-15 {
    position: relative;
    background: linear-gradient(90deg, rgba(103,240,166,1) 0%, rgba(235,121,121,1) 50%, rgba(252,176,69,1) 100%);
    padding: 3px;
}

    .bg-gradient-1:hover, .bg-gradient-2:hover, .bg-gradient-3:hover, .bg-gradient-4:hover, .bg-gradient-5:hover, .bg-gradient-6:hover,
    .bg-gradient-7:hover, .bg-gradient-8:hover, .bg-gradient-9:hover, .bg-gradient-10:hover, .bg-gradient-11:hover, .bg-gradient-12:hover,
    .bg-gradient-13:hover, .bg-gradient-14:hover, .bg-gradient-15:hover {
        box-shadow: 0 0.15rem 1.75rem 0 rgb(58 59 69 / 15%);
    }

.home-btn.bg-gradient-1:hover {
    background: linear-gradient(120deg, #BF502F 10%, #CE7433 100%);
}

.home-btn.bg-gradient-2:hover {
    background: linear-gradient(120deg, #42e695 10%, #3bb2b8 100%);
}

.home-btn.bg-gradient-3:hover {
    background: linear-gradient(120deg, #00aeef 10%, #2d388a 100%);
}

.home-btn.bg-gradient-4:hover {
    background: linear-gradient(120deg, #6094EA 0%, #f02fc2 100%);
}

.home-btn.bg-gradient-5:hover {
    background: linear-gradient(120deg, #ccabd8 10%, #fA897B 100%);
}

.home-btn.bg-gradient-6:hover {
    background: linear-gradient(120deg, #ffc600 10%, #BF502F 100%);
}

img.landing-page-icon {
    max-width: 80px;
    width: 80px;
}

.home-btn-main {
    width: 240px;
    margin-right: 1.5%;
}

.border-box {
    border-right: none;
    width: 100%;
}

.home-btn {
    height: 160px;
}

.home-btn-main p {
    font-size: 16px;
    font-weight: 700;
    color: #38312d;
}

.topbar #sidebarToggleTop:active, .topbar #sidebarToggleTop:hover {
    background-color: transparent;
}

.home-admin-title {
    font-size: 18px;
    float: left;
    margin-left: 8px !important;
}

.back-btn i {
    float: left;
    font-size: 18px;
}

.landing-sub-text {
    height: 100px;
    margin-bottom: 0;
}

@media only screen and (max-device-width: 1400px), only screen and (max-width: 1400px) {
    .home-btn {
        padding: 5px;
    }

        .home-btn img {
            max-width: 60px;
        }
}

@media only screen and (max-device-width: 1366px), only screen and (max-width: 1366px) {
    .home-btn-main {
        width: 245px;
    }
}

@media only screen and (max-device-width: 767px), only screen and (max-width: 767px) {
    .home-btn-main {
        width: 100%;
        margin-right: 0;
    }

    .home-btn img {
        max-width: 70px;
    }

    .topbar .nav-item .nav-link {
        padding: 0 .68rem;
    }
}

/*ADDED CSS*/
.topbar #sidebarToggleTop:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    /*.sidebar {
        width: 20rem !important;
    }*/

    .sidebar .nav-item .nav-link {
        width: 16rem;
    }
}

.txt-cent {
    position: absolute;
    width: 80px;
    text-align: center;
    color: #38312D !important;
    font-weight: 700;
    font-size: 28px;
}

.icn-div {
    line-height: 1;
    height: 30px;
}

    .icn-div i {
        font-size: 24px;
    }

    .icn-div img {
        height: 26px;
        opacity: .4;
    }

.issue-share .icn-div img {
    height: 40px;
    opacity: 1;
}

.issue-share .icn-div {
    margin-bottom: 20px;
}

.perc-txt-dv {
    line-height: 1;
    font-size: 22px;
}

.chart-area-new {
    height: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .chart-area-new img {
        max-height: 100%;
        max-width: 100%;
    }

.chart-area-circle {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.aligner {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.satisfied-box h7 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 100%;
    float: left;
    color: #666666 !important;
}

h6 {
    font-size: .9rem !important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

.satisfied-box {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 20px;
    height: 193px;
    position: relative;
}

.card-body {
    padding: 1rem;
}

.slider-btn-primary {
    background: rgba(255, 188, 13, .6);
    width: auto;
    height: 50px;
    width: 40px;
    font-size: 26px;
    color: #38321d;
    border-radius: 0;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin-top: 70px;
    transition: all ease-in.3s;
}

    .slider-btn-primary:hover {
        background: rgba(255, 188, 13, 1);
    }

    .slider-btn-primary:focus {
        outline: none;
        box-shadow: none;
    }
/*1st Start*/
.MultiCarousel2 {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

    .MultiCarousel2 .MultiCarousel-inner2 {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel2 .MultiCarousel-inner2 .item2 {
            float: left;
        }

    .MultiCarousel2 .leftLst2, .MultiCarousel2 .rightLst2 {
        position: absolute;
        /*border-radius: 50%;
  top: calc(50% - 20px);*/
    }

    .MultiCarousel2 .leftLst2 {
        left: 0;
    }

    .MultiCarousel2 .rightLst2 {
        right: 0;
    }

        .MultiCarousel2 .leftLst2.over2, .MultiCarousel2 .rightLst2.over2 {
            /* pointer-events: none;
  background: #ccc;*/
            display: none;
        }
/*1st END*/
/*#wrapper #content-wrapper {
    background-color: #eeeeee;
}*/
/*
.breadcrumb {
    padding: 0;
    background-color: transparent;
}
*/
.MultiCarousel-inner2 {
    width: 1600px;
}

.card-header {
    background: none;
}

.h-12 {
    height: 12rem;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 20px;
    min-height: 151px;
}

.twt-feed {
    -webkit-border-radius: 4px 4px 0 0;
    color: #fff;
    position: relative;
}

    .twt-feed.blue-bg {
        background: #ffc600;
        background-image: url("../../assets/img/baffalow-bg.png");
        background-size: auto 100%;
        background-position: right top;
        background-repeat: no-repeat;
    }

.survey-det-bx {
    padding: 20px;
    width: 100%;
    float: left;
    min-height: 114px;
}

.media-body p {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #38312D !important;
}

.survey-det-bx h5 {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #38321d;
    margin-top: 7px;
}

.survey-det-bx p {
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}

.br-lr {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.issue-share .perc-txt-dv {
    line-height: 1;
    font-size: 32px !important;
    font-weight: bold;
    color: #fff;
}

.issue-share .satisfied-box h7 {
    color: #fff !important;
}

.issue-share .satisfied-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 170px;
}

.issue-share .slider-btn-primary {
    background: rgba(255, 255, 255, .6);
    height: 50px;
    width: 40px;
    font-size: 26px;
    color: #38321d;
    cursor: pointer;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    margin-top: 60px !important;
    transition: all ease-in.3s;
}

    .issue-share .slider-btn-primary:hover {
        background: rgba(255, 255, 255, 1);
    }

.issue-share-name {
    font-size: 18px;
    color: #38321d;
    font-weight: bold;
    margin-top: 20px;
    padding-left: 15px;
    text-transform: capitalize;
}

.row {
    margin-right: -0.3rem;
    margin-left: -0.3rem;
}

.box-heading2-85 {
    float: left;
    width: 100%;
    background-color: rgba(255, 188, 13, .6);
    padding: 10px 15px;
    border-radius: 5px;
    margin: 5px 0;
}

.top_new_div-4 {
    float: left;
    width: 100%;
    height: auto;
    text-transform: none;
}

.pblm-txt {
    text-transform: none;
    color: #333333;
    font-weight: 700;
    font-size: 14px;
    /* margin-bottom: 5px; */
    padding-right: 20px;
    padding-top: 4px;
}

.new_txt_div-4 {
    font-size: 20px;
    color: #db0007;
    width: auto;
    float: left;
    margin-top: 2px;
    font-weight: bold;
    text-align: left;
}

.txt_style_new-4 {
    color: #38321d;
    font-size: 12px;
    padding-left: 10px;
    text-align: left;
    float: left;
}

.top_new_div-6 {
    float: left;
    width: 25%;
    height: auto;
    text-transform: none;
}

.top_new_div-5 {
    float: left;
    width: 15%;
    height: auto;
    text-transform: none;
}

.top_new_div-4 {
    float: left;
    width: 20%;
    height: auto;
    text-transform: none;
}

.box-heading2-15 {
    float: left;
    width: 15%;
}

.padding-1 {
    padding: 5px 10px !important;
}

.right-bg {
    background-image: url(../../assets/img/right.svg);
    background-position: right 30px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

.graph-icn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    z-index: 2000;
    cursor: pointer;
}

.modal-title {
    font-size: 1.1rem !important;
}

.table-box {
    float: left;
    width: 100%;
    overflow: auto;
    height: 215px;
}



/*.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #e3e6f0;
    text-transform: capitalize;
    color: #333;
    border-top: 0;
    background-color: #fff;
}

.table td, .table th {
    padding: 0.3rem;
    vertical-align: top;
    border-top: 1px solid #e3e6f0;
    font-size: 13px;
}*/

.top-performers {
    background-color: #15AF1F;
}

    .top-performers h6 {
        color: #ffffff;
    }

.bottom-performers {
    background-color: #db0007;
}

    .bottom-performers h6 {
        color: #ffffff;
    }

.top-performers th {
    color: #15AF1F !important;
}

.bottom-performers th {
    color: #db0007 !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #999999;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

::-moz-scrollbar {
    width: 10px;
    height: 10px;
}

::-moz-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-moz-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-moz-scrollbar-thumb:active {
        background: #999999;
    }

::-moz-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-track:hover {
        background: transparent;
    }

    ::-moz-scrollbar-track:active {
        background: transparent;
    }

::-moz-scrollbar-corner {
    background: transparent;
}

::-ms-scrollbar {
    width: 10px;
    height: 10px;
}

::-ms-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-ms-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-ms-scrollbar-thumb:active {
        background: #999999;
    }

::-ms-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-track:hover {
        background: transparent;
    }

    ::-ms-scrollbar-track:active {
        background: transparent;
    }

::-ms-scrollbar-corner {
    background: transparent;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #999999;
    }

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

    ::-webkit-scrollbar-track:active {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

::-moz-scrollbar {
    width: 10px;
    height: 10px;
}

::-moz-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-moz-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-moz-scrollbar-thumb:active {
        background: #999999;
    }

::-moz-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-moz-scrollbar-track:hover {
        background: transparent;
    }

    ::-moz-scrollbar-track:active {
        background: transparent;
    }

::-moz-scrollbar-corner {
    background: transparent;
}

::-ms-scrollbar {
    width: 10px;
    height: 10px;
}

::-ms-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-ms-scrollbar-thumb {
    background: #999999;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-thumb:hover {
        background: #999999;
    }

    ::-ms-scrollbar-thumb:active {
        background: #999999;
    }

::-ms-scrollbar-track {
    background: transparent;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-ms-scrollbar-track:hover {
        background: transparent;
    }

    ::-ms-scrollbar-track:active {
        background: transparent;
    }

::-ms-scrollbar-corner {
    background: transparent;
}

#preloader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    /* change if the mask should have another color then white */
    z-index: 9009;
    /* makes sure it stays on top */
}

#status {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    margin: -75px 0 0 -75px;
    /* is width and height divided by two */
}

@media (max-width:1200px) {
    .txt_style_new-4 {
        color: #38321d;
        font-size: 12px;
        padding-left: 0;
        text-align: left;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .pblm-txt {
        margin-bottom: 20px;
    }

    .right-bg {
        background-position: right center;
    }
}

.hide_column {
    display: none;
}

.form-control1 {
    display: block;
    width: 219px;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 14px !important;
    background: #ffffff;
    font-weight: 400;
}

.white-box-div1 {
    background-color: #EDECE8;
    padding: 5px;
    float: left;
    border-radius: 10px;
    min-width: 75px;
    width: auto;
    margin-bottom: 10px;
    height: 94px;
    display: flex;
}


li.nav-item div.collapse ul.sub-category-accordion a.nav-link {
    color: #FFFFFF;
    width: 100%;
    background-color: #37312d;
    padding: .5rem;
}

.sub-category-accordion .nav-item:first-child {
    margin-top: 1rem;
    border-radius: 10px;
}

    .sub-category-accordion .nav-item:first-child .nav-link {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.sub-category-accordion .nav-item:last-child .nav-link {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.sub-category-accordion .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.form-control:focus Specificity: (0, 2, 0) {
    color: #38312D;
    background-color: #fff;
    border-color: #ffc600 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.form-select:focus Specificity: (0, 2, 0) {
    color: #38312D;
    background-color: #fff;
    border-color: #ffc600 !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.font-weight-bold.text-primary.mb-0.mt-3 {
    font-size: 1.3rem;
}

.categoryA .h-300 {
    height: 200px;
}

.form-control {
    font-size: .9rem;
}

.btn-group-lg > .btn, .btn-lg {
    line-height: normal !important;
}

.btn-secondary {
    color: #ffffff;
    background-color: #38312D;
    border-color: #38312D;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: #38312D;
        background-color: #ffc600;
        border-color: #ffc600;
    }

.btn-primary:hover, .btn-primary:focus {
    color: #ffffff;
    background-color: #38312D;
    border-color: #38312D;
}

.sticky-footer .container {
    padding: 10px !important;
}

.clsChartDataNotAvailable {
    font-size: 1.5rem !important;
    color: #999 !important;
    text-align: center;
}

.card-header h6 {
    font-size: 1.1rem !important;
    color: #38312D;
}

.bg-gradient-primary {
    background-color: #38312D;
    background-image: none !important;
}

td a {
    color: #38321d !important;
}

    td a:hover {
        color: #38321d !important;
        text-decoration: none !important;
    }

label {
    font-size: 15px;
    font-weight: normal;
}

.form-control:focus,
select.form-control:focus {
    outline: none; /* Remove default blue outline */
    box-shadow: none; /* Remove default box shadow */
    border: 1px solid #ffc600; /* Add yellow border */
    color: #38312D;
}

#idModifierList {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}


.multiselect {
    font-size: .9rem;
    text-align: left !important;
}

.multiselect-option .form-check {
    margin-bottom: 4px;
    font-size: .85rem;
}

.multiselect-option .form-check-input {
    width: 1rem;
    height: 1rem;
    border: solid 1px #cccccc;
}

.multiselect-container {
    max-height: 200px;
}

.sidenav {
    display: flex;
    align-content: space-between;
    flex-direction: column;
}

.box-heading2-85 .col-6 {
    display: flex;
}

.card-footer {
    padding: 0 .8rem !important;
}



.MultiCarousel2 {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

    .MultiCarousel2 .MultiCarousel-inner2 {
        transition: 1s ease all;
        float: left;
        max-width: 100%;
        overflow: auto;
        white-space: nowrap;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .MultiCarousel2 .leftLst2.over2, .MultiCarousel2 .rightLst2.over2 {
        display: none;
    }

    .MultiCarousel2 .rightLst2 {
        display: none;
    }

    .MultiCarousel2 .leftLst2 {
        display: none;
    }


.bracket-main {
    position: absolute;
    width: 100%;
    top: 70px;
    right: 0px;
    pointer-events: none;
}

.left_bracket_div {
    float: left;
    width: 49%;
    height: 270px;
    border: #999 dashed 1px;
    border-radius: 30px;
    border-top: 0;
    border-bottom: 0;
    margin-left: 8%;
}

.right_bracket_div {
    float: left;
    width: 16%;
    height: 270px;
    border: #999 dashed 1px;
    border-radius: 30px;
    border-top: 0;
    border-bottom: 0;
    margin-left: 125px;
}

.graph_right_div {
    float: right;
    height: 250px;
    width: 100%;
    margin: 10px;
}

.graph_left_div {
    float: left;
    height: 250px;
    width: 100%;
    margin: 10px;
}

.graph_text_box {
    color: #373d3f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.npsdemo, .npspromo {
    margin-top: 0;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1;
}

.pclass {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
}
/*Cross tab start*/

/*Active filters Start*/
.btns-bxs {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.filter-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    padding: 20px 25px;
    margin-bottom: 20px;
}

.filter-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

.filter-title {
    color: #38321d;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

    .filter-title .text-primary {
        color: #38321d !important;
    }

.filter-badge {
    background-color: #f8f9fa;
    color: #38321d;
    border: 1px solid #e2e6ea;
    border-radius: 20px;
    padding: 6px 14px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s;
}

    .filter-badge:hover {
        background-color: #e9ecef;
        transform: translateY(-1px);
    }

    .filter-badge i {
        margin-right: 6px;
        font-size: 0.8rem;
    }

.filter-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filter-label {
    font-weight: bold;
    color: #38321d;
    margin-right: 12px;
    margin-bottom: 0px;
    font-size: 0.8rem;
    white-space: nowrap;
    text-transform: uppercase;
}

.divider {
    color: #dee2e6;
    margin: 0 8px;
    font-weight: 300;
}

.filter-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
    gap: 10px;
}

.text-info {
    color: #ffc600 !important;
}
/*Active filters End*/
.modal .select-all-btn {
    float: left;
    height: 30px;
    padding: 0 25px;
    line-height: 30px;
    border: solid 1px #38321d;
    border-radius: 50px;
    color: #38321d !important;
    text-decoration: none;
    font-size: 12px;
    transition: all ease-in .3s;
    margin-bottom: 20px;
    cursor: pointer;
}

    .modal .select-all-btn:hover {
        border: solid 1px #ffc600;
        background-color: #ffc600;
    }

.content_box .content {
    float: left;
    width: 100%;
}
/*Cross tab end*/