
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: 'DunkinSans';
    src: url('../fonts/DunkinSans-Display.eot');
    src: url('../fonts/DunkinSans-Display.eot?#iefix') format('embedded-opentype'), url('../fonts/DunkinSans-Display.woff2') format('woff2'), url('../fonts/DunkinSans-Display.woff') format('woff'), url('../fonts/DunkinSans-Display.ttf') format('truetype'), url('../fonts/DunkinSans-Display.svg#DunkinSans-Display') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'DunkinSans';
    src: url('../fonts/DunkinSans-Book.eot');
    src: url('../fonts/DunkinSans-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/DunkinSans-Book.woff2') format('woff2'), url('../fonts/DunkinSans-Book.woff') format('woff'), url('../fonts/DunkinSans-Book.ttf') format('truetype'), url('../fonts/DunkinSans-Book.svg#DunkinSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Roboto", sans-serif !important;
	font-size: 14px;
}

.btn {
    font-weight: bold !important;
    font-size: .85rem !important;
    padding: .5rem 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: 10px;
    outline: none !important;
    font-family: "Roboto", sans-serif !important;
}

.btn-link {
    font-weight: 400;
    color: #3E342F;
    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: #FF6E0C;
    }

    ul.activity-list > li a.timestamp.active {
        color: #FF6E0C;
    }

.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: bold;
    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 #FF6E0C;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.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: #FF6E0C;
        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 #FF6E0C;
    }

    .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: #333333;
    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: #3E342F;
    font-weight: 600;
    margin: 0 0 22px;
    line-height: 16px;
}

.reference {
    font-size: 14px;
    color: #3E342F;
    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: #3E342F;
}

.pro-details-rating-wrap .rating-product {
    margin-right: 20px;
}

.rating-product {
    margin-bottom: 6px;
}

.read-review a {
    text-decoration: none;
    color: #3E342F;
    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: bold;
    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: #ffffff;
}

.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: #F20C90;
    color: #ffffff;
    border-color: #F20C90;
}
.btn-primary:hover {
    background-color: #FF6E0C;
    color: #ffffff;
    border-color: #FF6E0C;
}
.btn-primary:focus {
    background-color: #FF6E0C;
    color: #ffffff;
    border-color: #FF6E0C;
}

.table-padded thead th {
    color: #3E342F;
    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 th {
    color: #808080999;
}

.table-hover tbody tr:hover {
    border: solid 2px #333333;
}

.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;
}

.table-padded {
    border-collapse: separate;
    border-spacing: 0 1.5rem;
}

.list-view {
    width: 150px;
    float: right;
}

.modal-header {
    background-color: #333333;
    border: 1px solid #333333;
    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;
}

/********************
 * 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: #3E342F;
    font-size: 15px;
}

.btn-lg {
    font-size: 1rem !important;
    padding: 10px 40px !important;
}

div#crtbucket {
    z-index: 1052;
}






@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: #333333 !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: bold;
}

    .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: #333333;
}

.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: #FF6E0C;
    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: #ffffff !important;
    background-color: #F20C90 !important;
    border-color: #F20C90 !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: #FF6E0C;
    border-top-left-radius: calc(.35rem - 1px);
    border-top-right-radius: calc(.35rem - 1px);
}

.image-checkbox .fa {
    position: absolute;
    color: #382e2c;
    background-color: #FF6E0C;
    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;
    color: #333;
    font-size: .9rem;
    border-radius: 10px;
}

.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: #ffffff !important;
    background-color: #F20C90 !important;
    border-color: #F20C90 !important;
}

.head-txt-div-style {
    font-weight: 600;
    color: #FF6E0C;
    margin-top: 20px;
    margin-bottom: 20px;
	font-family: 'DunkinSans'!important;
}

.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;
}

.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;
}

.table-head-btn {
    background-color: #ffffff;
   padding: 7px 20px !important;
    float: left;
    text-align: center;
    margin: 0 2px;
    min-width: 80px;
    transition: all ease-in .3s;
    cursor: pointer;
    border-radius: 5px;
}

    .table-head-btn:hover {
        background-color: #F20C90;
    }
.table-head-btn:hover img {
	filter: brightness(0) invert(1);
	color: #ffffff;
}
.table-head-btn:hover p {
	color: #ffffff;
}
    .table-head-btn.active {
        background-color: #F20C90;
		color: #ffffff;
    }

    .table-head-btn p {
        font-size: 12px;
        text-align: center;
        margin-bottom: 0;
        color: #333333;
        margin-top: 3px;
    }
.table-head-btn.active p { 
	color: #ffffff;
	}

.table-head-btn.active img {
	filter: brightness(0) invert(1);
}



.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;
		transition: all ease-in .3s;
    }

    .table-btns-div-box:hover {
        background: #FF6E0C;
        border: solid 1px #FF6E0C;
    }
  .table-btns-div-box:hover img {
	  filter: brightness(0) invert(1);
}

.table-head-btn img {
    width: auto;
	height: 20px;
	margin-right: 5px;
}
.card-body h3 {
	font-size: 1.2rem;
}
.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: 10px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.mnu-imgs {
    color: #946037;
    margin-bottom: 10px;
    font-weight: bold;
}

.botton-box-div {
    display: flex;
}

.image-bx-div {
    width: 50px;
    height: 37px;
    overflow: hidden;
    border: 1px solid #FF6E0C;
    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: #333333;
    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 #FF6E0C;
        background: #FF6E0C;
		
	
		
    }
    .edde-ic:hover img{
	filter: brightness(0) invert(1);
}

    .edde-ic img {
        width: 12px;
    }

.w-200 {
    width: 200px;
}

.ic-pad {
    padding: .25rem .5rem;
}

.edde-ic-sm {
    color: #333333;
    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: #333333;
    font-weight: 600;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 10px;
}

.edit-badge-btn {
    width: 23px;
    height: 23px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    background: #F20C90;
    color: #ffffff;
}

    .edit-badge-btn:hover {
        background: #FF6E0C;
        color: #ffffff !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: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.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: 85%;
}

.card .bdr-box-style {
    padding: 15px 20px;
    min-height: 355px;
}


    .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;
}

.vediopopmainPosSettings.popup .modal-dialog.modal-xl {
    width: 100%;
    max-width: 700px;
}

    .vediopopmainPosSettings.popup .modal-dialog.modal-xl th {
        padding: 0px 1.5rem;
    }

    .vediopopmainPosSettings.popup .modal-dialog.modal-xl td.col-5 {
        padding: 0px 15px !important;
    }

    .vediopopmainPosSettings.popup .modal-dialog.modal-xl th td.col-5 {
        padding-top: 0px;
        padding-bottom: 0px !important;
    }

.custom-control.custom-checkbox.mnuItms {
    display: flex;
    align-items: center;
}

a.btncenters {
    display: flex;
    align-items: center;
}

/* 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: bold;
    color: #3E342F;
}

.price-div {
    font-weight: bold;
    color: #3E342F;
}

.grand-total {
    font-weight: bold;
    font-size: 20px;
}

.total-price {
    font-weight: bold;
    color: #3E342F;
}

.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;
    width: 100%;
}

.upldRgt {
    padding-left: 0;
}

.upldLft .file-upload .file-select .file-select-name {
    font-size: 12px;
    width: 50%;
    padding-right: 0;
}

.upldLft .file-upload .file-select .file-select-button {
    font-size: 12px;
    padding: 0 10px;
}

.upldLft {
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    .full-width {
        width: 100%;
        padding-right: 0;
    }

    .grand-total {
        font-weight: bold;
        font-size: 20px;
    }

    .total-price {
        font-size: 22px;
    }
}

@media only screen and (max-width: 560px) {
    .grand-total {
        font-weight: bold;
        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, #FF6E0C 10%, #BF502F 100%);
    padding: 3px;
}

.bg-gradient-8 {
    position: relative;
    background: linear-gradient(120deg, #AA6E5C 10%, #CC6E0C 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-9 {
    position: relative;
    background: linear-gradient(90deg, rgba(103,240,166,1) 0%, rgba(69,249,252,1) 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-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-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, #FF6E0C 10%, #BF502F 100%);
}

img.landing-page-icon {
    max-width: 100px;
}

.home-btn-main {
    width: 240px;
    height: 222px;
    margin-right: 20px;
}

.border-box {
    border-right: none;
    width: 100%;
}

.home-btn {
    height: 160px;
}

.home-btn-main p {
    font-size: 16px;
    font-weight: 700;
    color: #3E342F;
}

.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;
}

.imgUpCVr.new img {
    max-width: 100%;
}

.h-400 {
    height: 400px
}

.create-form-group {
    padding-bottom: 70px;
    position: relative;
}

.submit-button.text-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.create-fom-section .tab-content > .tab-pane {
    padding-bottom: 60px;
    position: relative;
}

.create-fom-section .form-group {
    margin: 0 0 30px !important;
    display: inline-block;
    width: 100%;
}

.location-icon {
    position: absolute;
    top: 6px;
    right: 10px;
    bottom: 0;
    margin: auto;
}

    .location-icon svg path {
        stroke: #8c4902;
    }

.custom-checkbox td {
    position: relative;
}

.listTriggertype tr {
    float: left;
}

.custom-checkbox td input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.custom-checkbox td label {
    display: inline-block;
    background: rgb(99 115 249 / 15%);
    padding: 10px 25px;
    border-radius: 100px;
    color: #000;
}

.custom-checkbox td input[type="checkbox"]:checked + label {
    background: #17206b;
    color: #fff;
}

body .custom_radio span br {
    display: none;
}

body .custom_radio span span {
    margin-right: 20px;
}

    body .custom_radio span span label {
        margin-left: 7px;
    }

body .month_days table tbody {
    display: inline-flex;
    flex-wrap: wrap;
}

body .week_days table tbody tr td label {
    margin-left: 7px;
}

body .week_days table tbody tr {
    margin-right: 15px;
}

body .week_days table tbody {
    display: inline-flex;
    flex-wrap: wrap;
}

body .month_days table tbody tr td label {
    margin-left: 5px;
}

body .month_days table tbody tr {
    margin-right: 3px;
    width: 100px;
}

.monthdays-box table {
    width: 100%;
}

    .monthdays-box table tbody {
        display: inline-flex;
        flex-wrap: wrap;
    }

        .monthdays-box table tbody tr {
            width: 50px;
        }

            .monthdays-box table tbody tr td input[type="checkbox"] {
                margin: 3px 3px 0 0;
                float: left;
            }

body .count_days table tbody label {
    margin-left: 10px;
}

body .all_days table tbody label {
    margin-left: 10px;
}

body .customer_info label {
    margin-left: 7px;
}

div#RadioButtonEveryDays .form-group label {
    display: flex;
    align-items: center;
    gap: 10px;
}

    div#RadioButtonEveryDays .form-group label input {
        width: 60px;
    }


.check-head {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff6e0c;
}

.check-list-main {
    width: 100%;
    padding-left: 20px;
}

    .check-list-main .custom-control-label {
        padding-top: 3px;
        color: #000000;
    }

.bdr-line {
    border-left: solid 1px #bbb;
    height: 20px;
    margin-left: 10px;
}

.check-list-main .custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
}

.check-list-main .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
}

.custom-control-input {
    box-shadow: none !important;
}

.check-list-main .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../img/tick.svg");
    background-size: 11px;
    background-color: #ffffff;
    border: solid 2px #ff6e0c;
    border-radius: 5px;
    box-shadow: none !important;
}

.modal-footer {
    justify-content: center;
    padding-bottom: 30px;
}

    .modal-footer .btn {
        min-width: 150px;
    }

    .modal-footer .btn-primary {
        background-color: #F20C90;
    }

    .modal-footer .btn-primary {
        background-color: #ff6e0c;
        color: #ffffff;
    }

    .modal-footer .btn-outline-primary {
        border-color: #F20C90;
        color: #F20C90;
    }

        .modal-footer .btn-outline-primary:hover {
            border-color: #F20C90;
            background-color: #F20C90;
            color: #ffffff;
        }

label.custom-control-label.activecheck:after {
    background-image: url("../img/tick.svg");
    background-size: 11px;
    background-color: #ffffff;
    border: solid 2px #ff6e0c;
    border-radius: 5px;
    box-shadow: none !important;
}

@media (min-width: 640px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}




@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;
    }
}

@media (max-width: 767px) {
    body .count_days table tbody {
        display: inline-flex;
        flex-wrap: wrap;
    }

        body .count_days table tbody tr {
            margin-right: 12px;
            width: 80px;
        }

    body .all_days table tbody {
        display: inline-flex;
        flex-wrap: wrap;
    }

        body .all_days table tbody tr {
            margin-right: 5px;
            width: 100px;
            font-size: 11px;
        }

        body .all_days table tbody label {
            margin-left: 5px;
        }

    .divider_top {
        border-top: 1px solid #eee;
        padding: 15px 0;
        margin: 15px 0;
    }

    
}

.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;
}
.ftr-bx {
    width: 150px;
    display: flex;
    align-items: center;
}
.head-box-main-dv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px
}
.fltr-main-dv {
    display: flex
}

    .fltr-main-dv .form-control {
        margin-right: 15px
    }

h4 {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
}

.mnu-imgs {
    color: #f20c90
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
    background-color: #f20c90 !important;
    color: #fff !important;
    border-color: #f20c90 !important
}

.div-progress {
    width: calc(50% - 30px);
    text-align: left
}

.vs-dv {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #ddd;
    text-align: center
}

.progress {
    height: 18px
}

.progress-bar {
    background-color: #f20c90
}

.div-progress h3 {
    font-weight: 700;
    font-size: 22px;
    color: #000;
    margin: 0
}

.first-progress p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px
}

.prgrs-main-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.dunk .progress-bar {
    background-color: #338dbf
}

.green-txt {
    font-size: 16px;
    color: #58ae04 !important
}

.new-cus {
    width: 25px;
    height: 7px;
    border-radius: 15px;
    background-color: #f20c90;
    margin-right: 10px
}

.ret-cus {
    width: 25px;
    height: 7px;
    border-radius: 15px;
    background-color: #338dbf;
    margin-right: 10px
}

.cust-det {
    display: flex;
    align-items: center;
    width: 100%
}

    .cust-det p {
        margin-bottom: 0
    }

.div-progress h3 span {
    font-weight: 400;
    color: #000;
    font-size: 15px
}
.breadcrumb {
	font-size: 15px;
}

@media only screen and (max-device-width: 1600px),only screen and (max-width:1600px) {
	.btn {
    font-size: .8rem !important;
	}
}

@media only screen and (max-device-width: 1024px),only screen and (max-width:1024px) {
    .head-box-main-dv {
        flex-direction: column;
        gap: 10px
    }

    .div-progress h3 {
        font-size: 18px !important
    }

    .first-progress p {
        font-size: 14px
    }

    .vs-dv {
        width: 30px;
        height: 30px
    }

        .vs-dv p {
            font-size: 12px
        }

    .div-progress {
        width: calc(50% - 20px);
        text-align: left
    }
}

@media only screen and (max-device-width: 570px),only screen and (max-width:570px) {
    .fltr-main-dv {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center
    }
}


li.nav-item div.collapse ul.sub-category-accordion a.nav-link {
    color: #FFFFFF;
    width: 100%;
    background-color: #FF6E0C;
    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;
}

/*select Dropdown CSS*/
.bootstrap-select .filter-option {
    font-weight: normal;
    font-size: 14px;
}

.bootstrap-select .btn {
    box-shadow: none;
    padding: .5rem 1.0rem !important;
}

.bootstrap-select .btn-light {
    color: #3a3b45;
    background-color: white;
    border-color: lightgrey;
}

.bootstrap-select .dropdown-menu li {
    line-height: normal !important;
}
    .bootstrap-select .dropdown-menu li a:hover {
        color: #3a3b45;
    }

.bootstrap-select .dropdown-menu .bs-actionsbox .btn-group .btn-light {
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 10px 4px !important;
    margin: 0 !important;
    color: #3a3b45 !important;
}
 
.ellipsis {
    text-overflow: ellipsis;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    background-image: url('../img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
    border-radius: 7px;
    outline: none;
    box-shadow: none !important;
}
.inner-wrap {
    padding: 12px;
    max-height: 200px;
    width: 300px;
    max-width: 100%;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
    border-radius: 10px;
}
.z-index{
    z-index:1;
}


.crm-hob {
    margin-bottom: 0;
    font-weight: bold;
    color: #333;
}

.section-head {
    color: #FF6E0C;
}

.card-main-bx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.space-bet {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 400px;
    max-width: 100%;
}

.sub-txt-new {
    color: #858796;
    font-size: 12px;
    margin-bottom: 10px;
}

.active-mem {
    line-height: normal;
    margin-bottom: 5px;
}

.event-bxs {
    width: 250px;
    margin-right: 15px;
}

.prg {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

.event-main-bx {
    display: flex;
    flex-direction: row;
    overflow: auto;
}

.items-main-box {
    width: 100%;
    float: left;
    overflow: auto;
    border-radius: 10px;
}

.items-scroll-box {
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    float: left;
    display: flex;
    min-width: 100%;
    margin-bottom: 10px;
}

.btn-sm {
    padding: 0.4rem 1.2rem !important;
    font-size: 12px;
}

::-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;
}

.bullet-point {
    list-style-image: url("../img/bullet.svg");
    padding-left: 12px;
}

    .bullet-point li {
        padding-left: 10px;
    }

.dark-color {
    font-weight: bold;
    color: #5a5c69 !important
}

.bdr-right {
    border-right: solid 1px #ddd;
}

.form-label-stle {
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.frm-bx {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.border-bx {
    width: 100%;
    border: solid 1px #dddddd;
    padding: 15px;
    border-radius: 10px;
}

.form-check {
    margin-bottom: 10px;
}

.radio-al {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-left: 0;
}

.form-radio-input {
    width: 1.2rem;
    height: 1.2rem;
    border: solid 2px #cccccc;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 50px;
}

    .form-radio-input:checked {
        border-color: rgb(255, 110, 12);
        appearance: none;
        -webkit-appearance: none;
        background-image: url("../img/bullet.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
    }

.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    border: solid 2px #cccccc;
    margin-top: 3px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
}

.form-check-label {
    padding-left: 5px;
    font-size: .9rem;
}

body {
    color: #666666;
}

.form-check-input:checked {
    appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px;
    background-color: rgb(255, 255, 255);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 110, 12);
    border-image: initial;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.form-control:focus {
    box-shadow: none;
    border-color: rgb(255, 110, 12);
}

.inpt-bx {
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 100%;
}

.no-shadow {
    box-shadow: none;
}

.acc-main {
    width: 100%;
}

.acc-dv {
    width: 100%;
    padding: 20px 0;
}

.acc-tab {
    padding: 10px 0 !important;
    border: 0;
    box-shadow: none;
    font-size: 1.4rem !important;
    text-transform: capitalize;
    text-decoration: none !important;
    border-bottom: solid 1px #cccccc;
    border-radius: 0;
}

/*.acc-tab:focus {

color: #333333!important;

}*/
.form-control:focus {   
  border-color: #FF6E0C;
  box-shadow: none;
  outline: 0 none;
}
.form-select:focus {   
  border-color: #FF6E0C;
  box-shadow: none;
  outline: 0 none;
}

.sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner {
	font-size: .8rem;
	color: #3E342F;
}

@media (min-width: 768px) {
.sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
    margin: 0 0.5rem;
}
	}
.btn-link img {
    transform: rotate(-90deg);
}

.btn-link {
    color: #FF6E0C;
}

    .btn-link:not(.collapsed) {
        color: #3E342F;
    }

        .btn-link:not(.collapsed) img {
            transform: rotate(0deg);
        }

.div-sub {
    font-size: 14px;
}

.orange-clr {
    color: #FF6E0C;
}

.table-acc {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .table-acc th {
        color: #3E342F;
        font-size: 18px;
        padding: 2px 0;
    }

        .table-acc th span {
            font-weight: normal;
            font-size: 12px;
        }

    .table-acc td {
        font-size: 14px;
        padding: 2px 0;
    }

.min-180 {
    min-height: 380px;
    margin: 10px 0;
}

.bdrbx-txt {
    margin-bottom: 8px;
    font-size: 14px;
}

.bootstrap-select .dropdown-menu li .dropdown-item {
    padding: 0.5rem 1.5rem;
}

.sidenav .col-form-label {
    padding-top: 0;
    padding-bottom: 6px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}

.clsChartDataNotAvailable {
    font-size: 1.5rem !important;
}

@media (min-width: 640px) {

    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 900px) {

    .card-main-bx {
        flex-direction: column;
    }

    .h5, h5 {
        font-size: 1.1rem;
    }
}

.sidebar-brand-text img {
	max-height: 50px;
	max-width: 90%;

}
.sidebar-brand-icon img {
	max-height: 50px;
	max-width: 90%;
height: auto;
}
.bg-gradient-primary {
    background-color: #FF6E0C;
}

a {
    color: #FF6E0C;
}
.botton-box-div a {
    color: #FF6E0C !important;
}

    .botton-box-div a:hover {
        color: ##F20C90 !important;
    }

    .botton-box-div a:focus {
        color: ##F20C90 !important;
    }

.breadcrumb a {
    color: #000000 !important;
    text-decoration: none;
}

    .breadcrumb a:hover {
        color: #FF6E0C !important;
        text-decoration: none;
    }

    .breadcrumb a:focus {
        color: #FF6E0C !important;
        text-decoration: none;
    }

.botton-box-div a:hover {
    color: #000000 !important;
}