/* Mantu Sharma */

body {
    font-size: 14px;
    color: #4c5258;
    letter-spacing: .5px;
    font-family: 'Assistant', sans-serif;
    background-color: #FFF;
    overflow-x: hidden;
}

.wrapper {
    width: auto;
    position: relative
}

a {
    text-decoration: none;
}

::placeholder {
    opacity: 0.4 !important;
}

/* Header */

.top-header .navbar {
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    background-color: #232f3e;
    /* border-bottom: 1px solid #232f3e; */
    background-clip: padding-box;
    height: 60px;
    z-index: 10;
    padding: 0 1.5rem;
    transition: all .2s;
}


.top-header .navbar .top-navbar .nav-link {

    color: #293445;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;

}

.top-header .navbar .searchbar {
    position: relative;
    width: 81%;
    justify-content: flex-end;

}

.top-header .navbar .searchbar .search-close-icon {
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;

}

.top-header .navbar .searchbar .form-control {
    border-radius: 30px;
    border: 1px solid rgb(206 212 218 / 0%);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding-left: 2.5rem;
    padding-right: 2.5rem;

}

.top-header .navbar .dropdown-searchbar .form-control {
    border-radius: 30px;
    border: 1px solid rgb(206 212 218 / 0%);
    padding-left: 3rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.top-header .navbar .searchbar .search-icon,
.top-header .navbar .dropdown-searchbar .search-icon {
    opacity: 0.5;
}

.top-header .navbar .user-setting {

    height: 40px;
    border-radius: 30px;
    /* background-color: #fff; */
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */

}

.dropdown-toggle-nocaret:after {
    display: none
}

.top-header .navbar .dropdown-menu {
    -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

@-webkit-keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes animdropdown {
    from {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}


.top-header .navbar .dropdown-large {
    position: relative
}


.dropdown-large .dropdown-menu {
    width: 360px;
    border: 0;
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-large .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-menu::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #ffff;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.top-header .navbar .dropdown-item {
    padding: .5rem;
}

.top-header .navbar .dropdown-large .dropdown-item:hover {

    border-radius: 10px;
    color: #1e2125;
    background-color: #f5f5f5
}

.top-header .navbar .dropdown-item .setting-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    background-color: #e1e6eb;
}

.top-header .navbar .dropdown-item .setting-text {

    font-size: 16px;
    font-weight: 500;
}

.top-header .navbar .user-img {
    width: 40px;
    height: 40px;
    padding: 4px;
    border-radius: 50%;
}

.top-header .navbar .user-name {
    font-size: 15px;
    color: #5e636b;
    font-weight: 500;
    padding-right: 10px;
}


.top-header .navbar .dropdown-menu .apps:hover {

    background-color: #f8f9fa;
    transition: all 0.2;

}

.top-header .navbar .dropdown-menu .apps .apps-icon-box {

    color: #34383f;
    width: 52px;
    height: 52px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e9ecef;
    margin: auto;
    border-radius: 50%;
}

.top-header .navbar .dropdown-menu .apps .apps-name {

    color: #34383f;
    font-size: 15px;

}

.top-header .navbar .dropdown-menu .msg-time {
    font-size: 13px;
}


.top-header .navbar .dropdown-menu .dropdown-msg-user {
    font-size: 15px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-text {
    font-size: 14px;
}


.header-message-list {
    position: relative;
    height: 420px
}


.header-notifications-list {
    position: relative;
    height: 420px
}



.top-header .navbar .dropdown-menu .notification-box {

    width: 52px;
    height: 52px;
    font-size: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e6eb;

}


.top-header .navbar .nav-link .notify-badge {

    position: absolute;
    top: -2px;
    right: -5px;
    color: #fff;
    font-size: 12px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ec7211;

}

.mobile-toggle-icon,
.search-toggle-icon,
.projects,
.notifications,
.messages {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #232f3e;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50%;
    /* border: 1px solid rgb(255 255 255 / 0%); */
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */
}



/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    background-color: #ffffff;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;
}


.sidebar-wrapper .iconmenu {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    width: 60px;
    height: calc(100% - 0px);
    background-color: #f7f8fa;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 17;
    transition: all .2s;
}

.sidebar-wrapper .iconmenu .nav-toggle-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f8fa;
    background-clip: padding-box;
    border-right: 1px solid rgb(226 227 228 / 0%);
    border-bottom: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 1;
}

.sidebar-wrapper .iconmenu .nav-toggle-box .nav-toggle-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #293445;
    background: #fff;
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 0%);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}


.sidebar-wrapper .iconmenu ul.nav {
    margin-top: 60px;
    padding-top: 1rem;
}


.sidebar-wrapper .textmenu {
    position: fixed;
    top: 0px;
    left: 60px;
    bottom: 0;
    width: 210px;
    height: calc(100% - 0px);
    background-color: #f7f8fa;
    background-clip: padding-box;
    border-right: 1px solid rgb(226 227 228 / 0%);
    transition: all .2s;
    z-index: 15;
}


.sidebar-wrapper .textmenu .brand-logo {

    position: fixed;
    top: 0;
    left: 60px;
    width: 210px;
    height: 60px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #f7f8fa;
    background-clip: padding-box;
    border-right: 1px solid rgb(226 227 228 / 0%);
    border-bottom: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;

}

.sidebar-wrapper .textmenu div.tab-content {
    margin-top: 60px;
    padding-top: 1rem;

}


.sidebar-wrapper .iconmenu .nav-pills .nav-link {
    border: 1px solid rgb(255 255 255 / 0%);
    border-radius: 50%;
    padding: 0;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #293445;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.sidebar-wrapper .iconmenu .nav-pills .nav-link.active,
.iconmenu .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.sidebar-wrapper .textmenu .list-group .list-group-item {
    background-color: transparent;
    border-bottom: 1px solid #e2e3e4;
}

.sidebar-wrapper .textmenu .list-group .list-group-item i {
    margin-right: 10px;
}

.sidebar-wrapper .textmenu .list-group .list-group-item:hover {
    background-color: #fff;
    transition: all 0.2s;
}


.sidebar-wrapper .textmenu .list-group-item+.list-group-item.active {
    color: #3461ff;
    background-color: hsl(216deg 98% 52% / 12%);
    border-color: rgb(52 97 255 / 12%);

}

.wrapper.toggled .sidebar-wrapper {
    left: -300px;

}

.wrapper.toggled .sidebar-wrapper .textmenu .brand-logo {
    left: -300px;
}

.wrapper.toggled .sidebar-wrapper .textmenu {
    left: -300px;
}

.wrapper.toggled .page-content {
    margin-left: 60px;
}

.wrapper.toggled .top-header .navbar {
    left: 60px;
}

/*----Page Conten-----*/

.page-content {
    margin-left: 0px;
    margin-top: 35px;
    /* padding:10px 0; */
    transition: all .2s;
}

.btn-uplod {
    width: 41px !important;
    height: 35px !important;
    text-align: center;
    border-color: #ced1d4;
}

.btn-uplod i {
    font-size: 18px;
}

.btn-uplod:hover {
    color: #0d6efd !important;
    border-color: #ced1d4;
}

.btn-close-b {
    border: 2px solid #F00;
    border-radius: 45px;
    color: #F00 !important;
    opacity: 20;
    font-size: 15px;
    line-height: 21px;
    height: -webkit-fill-available;
    padding: 6px 9px !important;
    background: #FFF;
}

/*---- Page container---- */

.container-flud-card {
    padding: 10px 18px;
    background: #dcdada;
    margin-bottom: 10px;
}

.container-flud-card .btn-bt {
    padding-left: 11px;
}

.container-flud-card .input {
    height: 45px;
}

.btn-bg {
    background-color: #8e8e8ef0;
}

.btn-defalt {
    background-color: #8e8e8ef0;
    color: #FFF !important;
    border: 1px solid #8e8e8ef0;
    padding: 7px 17px;
    border-radius: 5px;
}

.btn-defalt:hover {
    background-color: transparent;
    border: 1px solid #8e8e8ef0;
    color: #8e8e8ef0 !important;
}

.backbtn {
    color: #474747;
}

.btn-bg:hover {
    background-color: #8e8e8ef0;
}

.nav-tabs .active {
    background-color: #FFF !important;
    /* border-bottom: 3px solid #F00 !important; */
}

.nav-tabs .nav-link-001 {
    margin-bottom: -1px;
    /* border:1px solid #e6e2e2; */
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #495057;
}

/*--------- drag and Drop images ----------*/

.drop-zone {
    max-width: 100%;
    height: 256px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    /* border: 4px dashed #009578; */
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}











/* Utilities */

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-30 {
    border-radius: 30px;
}


.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.text-justify {
    text-align: justify;
}

.table-responsive {
    white-space: nowrap;
    overflow: inherit;
}

.fm-menu .list-group a {
    font-size: 16px;
    color: #5f5f5f;
    display: flex;
    align-items: center;
}

.fm-menu .list-group a i {
    font-size: 23px;
}

.fm-menu .list-group a:hover {
    background-color: rgb(52 97 255 / 15%);
    color: #3461ff;
    transition: all .2s ease-out
}

.add-post {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
}

.fm-icon-box {
    font-size: 32px;
    background: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    right: 12px;
    background-color: #0d6efd;
    z-index: 5
}

.back-to-top:hover {
    color: #fff;
    background-color: #000;
    transition: all .5s
}


.project-user-groups img {
    margin-right: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}

.project-user-plus {
    width: 33px;
    height: 33px;
    margin-right: 0px;
    line-height: 33px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.user-groups img {
    margin-left: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer;
}

.user-plus {
    width: 33px;
    height: 33px;
    margin-left: -14px;
    line-height: 33px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    border: 1px dotted #a9b2bb;
    color: #404142;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #c7c8cb;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.product-box {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ffffff;
}

.best-product-item {
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    padding: .5rem;
}

.best-product-item:hover {
    background-color: #f5f5f5;
}

.product-box img {
    width: 100%;
}

.best-product {
    position: relative;
    height: 460px;
}

.chart-container1 {
    position: relative;
    height: 340px;
}

.gmaps,
.gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px;
}

.theme-icons {
    background-color: #fff;
    color: #434547;
}

.cursor-pointer {
    cursor: pointer;
}

.icon-badge {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.product-img-2 {
    width: 45px;
    height: 45px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

.error-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 5px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}


.productlist .product-box {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e3e4;
    background-color: #ffffff;

}

.productlist .product-box img {
    width: 100%
}

.productlist .product-title {

    color: rgb(94 98 111);
    font-size: 13px;
}


.orderlist .product-box {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    border: 1px solid #e2e3e4;
    background-color: #ffffff;

}

.orderlist .product-box img {
    width: 100%
}

.orderlist .product-title {

    color: rgb(25, 27, 34);

}

.breadcrumb-title {
    font-size: 15px;
    border-right: 1.5px solid #aaa4a4;
}

.page-breadcrumb {
    margin-top: 0px;
}


.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    font-family: LineIcons;
    content: "\ea5c";
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 12px;
}


.iconmenu .ps__rail-x {

    height: 0px;
}

.iconmenu .ps__rail-y {

    width: 0px;

}

.iconmenu .ps__rail-x.ps--clicking .ps__thumb-x,
.iconmenu .ps__rail-x:focus>.ps__thumb-x,
.iconmenu .ps__rail-x:hover>.ps__thumb-x {
    height: 5px
}

.iconmenu .ps__rail-y.ps--clicking .ps__thumb-y,
.iconmenu .ps__rail-y:focus>.ps__thumb-y,
.iconmenu .ps__rail-y:hover>.ps__thumb-y {
    width: 5px
}


.w_chart {
    position: relative;
    display: inline-block;
    width: 80px !important;
    height: 80px !important;
    text-align: center;
    font-size: 1.4em;
}

.w_percent {
    display: inline-block;
    line-height: 80px !important;
    z-index: 2;
    color: #0a0808;
}

.w_percent:after {
    content: '%';
    margin-left: 0.1em;
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px !important;
    height: 80px !important;
}


#geographic-map {
    width: 100%;
    height: 400px;
}

.new-customer-list {
    position: relative;
    height: 500px
}

.new-customer-list .customer-list-item {
    padding: 0.5rem;
    border-radius: 10px;
}

.new-customer-list .customer-list-item:hover {
    background-color: #f0f0f0;
}

.top-sellers-list {
    position: relative;
    height: 460px
}

.top-sellers-list .sellers-list-item {
    padding: 0.5rem;
    border-radius: 10px;
}

.top-sellers-list .sellers-list-item:hover {
    background-color: #f0f0f0;
}

.client-message {
    position: relative;
    height: 565px
}

.client-message .client-messages-list {
    padding: 0.5rem;
}

.client-message .client-messages-list:hover {
    background-color: #f0f0f0;
}

/* Widgets */

.widget-icon {
    width: 48px;
    height: 48px;
    background-color: #fafafa;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.widget-icon-large {
    width: 54px;
    height: 54px;
    background-color: #fafafa;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Chips */

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0, 0, 0, .7);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 16px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    box-shadow: none;
}

.chip img {
    float: left;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 -12px;
    border-radius: 50%;
}

.profile-cover {
    background-image: linear-gradient(to bottom right, rgb(26 30 33 / 50%), rgb(0 0 0 / 50%)), url(../images/gallery/33.png);
    background-size: cover;
    height: 24rem;
    background-position: center;
    margin: -4.0rem -1.5rem -5.5rem -1.5rem;
    padding: 1.5rem 1.5rem 6.5rem 1.5rem;

}


/* Email */


.email-wrapper {
    width: auto;
    height: 600px;
    overflow: hidden;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.email-sidebar {
    width: 250px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.email-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 0 solid rgba(0, 0, 0, .125);
    border-top-left-radius: .25rem;
    padding: 15px
}

.email-navigation {
    position: relative;
    padding: 0;
    height: 345px;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.email-header {
    position: absolute;
    height: 70px;
    left: 250px;
    right: 0;
    top: 0;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: .25rem;
    z-index: 1
}

.email-content {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: 70px;
    height: auto;
    margin-left: 250px;
    padding: 0;
    background: #fff;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.email-navigation a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 0%);
    transition: all .3s ease-out
}

.email-navigation a.list-group-item:hover {
    background-color: rgb(13 110 253 / .12)
}

.email-navigation a.list-group-item.active {
    color: #0b5ed7;
    font-weight: 600;
    background-color: rgb(13 110 253 / .12)
}

.email-meeting {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.email-meeting a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 0%)
}

.email-meeting a.list-group-item:hover {
    background-color: rgb(0 123 255 / 15%);
    transition: all .3s ease-out
}

.email-hangout .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 45px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e
}

.btn {
    font-size: 15px !important;
}

.email-toggle-btn {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    color: #404142;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
    border: 0 solid rgb(0 0 0 / 15%)
}

.email-actions {
    width: 230px
}

.email-time {
    font-size: 13px;
    color: #6c757d
}

.email-list div.email-message {
    background: #fff;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    color: #383a3c
}

.email-list div.email-message:hover {
    transition: all .2s ease-out;
    background-color: #eceef1
}

.email-list {
    position: relative;
    height: 530px
}

.email-star {
    color: #6c757d
}

.email-read-box {
    position: relative;
    height: 530px
}

.compose-mail-popup {
    width: 42%;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 15;
    display: none
}

.compose-mail-toggled {
    display: block
}

.compose-mail-title {
    font-size: 16px
}

.compose-mail-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background-color: rgb(255 255 255 / 0%)
}

.compose-mail-close:hover {
    background-color: rgb(255 255 255 / 20%)
}

/* chat box */


.chat-wrapper {
    width: auto;
    height: 600px;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 .1rem .7rem rgba(0, 0, 0, .1)
}

.chat-sidebar {
    width: 340px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, .125);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.chat-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-right: 0 solid rgba(0, 0, 0, .125);
    border-top-left-radius: .25rem;
    padding: 15px
}

.chat-sidebar-content {
    padding: 0
}

.chat-user-online {
    position: relative
}

.chat-sidebar-header .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 40px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e
}

.chat-list .chat-user-online:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 36px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e
}

.chat-content {
    margin-left: 340px;
    padding: 85px 15px 15px 15px
}

.chat-header {
    position: absolute;
    height: 70px;
    left: 340px;
    right: 0;
    top: 0;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: .25rem;
    z-index: 1
}

.chat-footer {
    position: absolute;
    height: 70px;
    left: 340px;
    right: 0;
    bottom: 0;
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom-right-radius: .25rem
}

.chat-footer-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%)
}

.chat-tab-menu li a.nav-link {
    padding: .3rem .2rem;
    line-height: 1.2;
    color: #4a4b4c
}

.chat-tab-menu .nav-pills .nav-link.active,
.chat-tab-menu .nav-pills .show>.nav-link {
    color: #008cff;
    background-color: rgb(0 123 255 / 0%)
}

.chat-title {
    font-size: 14px;
    color: #272b2f
}

.chat-msg {
    font-size: 13px;
    color: #6c757d
}

.chat-time {
    font-size: 13px;
    color: #6c757d
}

.chat-list {
    position: relative;
    height: 300px
}

.chat-list .list-group-item {
    border: 1px solid rgb(0 0 0 / 0%);
    background-color: transparent
}

.chat-list .list-group-item:hover {
    border: 1px solid rgb(0 0 0 / 0%);
    background-color: rgb(13 110 253 / .12)
}

.chat-list .list-group-item.active {
    background-color: rgb(13 110 253 / .12)
}

.chart-online {
    color: #16e15e
}

.chat-top-header-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%)
}

.chat-content {
    position: relative;
    width: auto;
    height: 520px
}

.chat-content-leftside .chat-left-msg {
    width: fit-content;
    background-color: #eff2f5;
    padding: .8rem;
    border-radius: 12px;
    max-width: 480px;
    text-align: left;
    border-top-left-radius: 0
}

.chat-content-rightside .chat-right-msg {
    width: fit-content;
    background-color: #dcedff;
    padding: .8rem;
    border-radius: 12px;
    float: right;
    max-width: 480px;
    text-align: left;
    border-bottom-right-radius: 0
}

.chat-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    font-size: 24px;
    color: #6c757d;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / 15%)
}

@media screen and (min-width:1025px) {
    .email-toggle-btn {
        display: none !important
    }

    .chat-toggle-btn {
        display: none !important
    }

}



/* Authentication */

.authentication-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 60rem;
    height: 100vh;
}

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #fff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
    z-index: 1;
}


/* swicther */

.btn-switcher {
    position: fixed;
    right: 0px;
    top: 40%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.header-colors-indigators .indigator {
    width: 50px;
    height: 50px;
    background-color: #f7f8fa;
    border-radius: 10px;
    cursor: pointer;
}


/* Responsive */

@media screen and (max-width:1280px) {
    .email-header {
        height: auto
    }

    .email-content {
        padding: 100px 0 0 0
    }
}



@media screen and (max-width:1199px) {


    .sidebar-wrapper {

        left: -300px;
    }

    .sidebar-wrapper .textmenu .brand-logo {

        position: fixed;
        left: -300px;

    }

    .sidebar-wrapper .iconmenu {

        position: absolute;

    }

    .sidebar-wrapper .iconmenu .nav-toggle-box {
        position: fixed;
        left: -60px;
    }



    .sidebar-wrapper .textmenu {

        position: absolute;
    }


    .page-content {

        margin-left: 0px;

    }

    .top-header .navbar {

        left: 0px;
    }

    /* Toggeled */


    .wrapper.toggled .sidebar-wrapper {

        left: 0px;
    }

    .wrapper.toggled .sidebar-wrapper .textmenu .brand-logo {

        left: 60px;

    }

    .wrapper.toggled .sidebar-wrapper .iconmenu .nav-toggle-box {
        left: 0px;
    }


    .wrapper.toggled .sidebar-wrapper .textmenu {

        left: 60px;
    }


    .wrapper.toggled .page-content {

        margin-left: 0px;

    }

    .wrapper.toggled .top-header .navbar {

        left: 0px;
    }


    .wrapper.toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .6;
        z-index: 12;
        display: block;
        cursor: move;
        transition: all .2s ease-out
    }


    .top-header .navbar .full-searchbar {

        position: absolute;
        top: 0%;
        left: 0;
        right: 0%;
        width: 100%;
        height: 60px;
        background-color: #f7f8fa;
        border-bottom: 1px solid rgb(0 0 0 / 0%);
        background-clip: padding-box;
        display: flex !important;
        z-index: 1;
        align-items: center;
        justify-content: start;
        padding: 0 1rem;
        -webkit-animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown;
        animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
    }

    .email-header {
        border-top-left-radius: .25rem
    }

    .email-sidebar {
        left: -280px
    }

    .email-content {
        margin-left: 0
    }

    .email-header {
        left: 0
    }

    .email-toggled .email-sidebar {
        left: 0
    }

    .email-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 250px;
        background: #000;
        opacity: .5;
        z-index: 9;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }

    .compose-mail-popup {
        width: auto;
        position: fixed;
        bottom: -30px;
        right: 0;
        left: 0
    }

    .chat-header {
        border-top-left-radius: .25rem
    }

    .chat-footer {
        border-bottom-left-radius: .25rem
    }

    .chat-sidebar {
        left: -370px
    }

    .chat-content {
        margin-left: 0
    }

    .chat-header {
        left: 0
    }

    .chat-footer {
        left: 0
    }

    .chat-toggled .chat-sidebar {
        left: 0
    }

    .chat-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 340px;
        background: #000;
        opacity: .5;
        z-index: 11;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }




}


@media screen and (max-width:1024px) {
    .authentication-card {
        padding: 1.5rem 0;
        height: auto;
    }
}


@media screen and (max-width:767px) {

    .top-header .navbar .dropdown-menu::after {
        display: none
    }

    .top-header .navbar .dropdown {
        position: static !important
    }

    .top-header .navbar .dropdown-menu {
        width: 100% !important;
    }



}


@media screen and (max-width:520px) {

    .chat-footer-menu,
    .chat-top-header-menu {
        display: none
    }
}


.tz-gallery {
    padding: 0px;
}

.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 80% !important;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

/*---- Order admin-------*/
/*---- Table Data Filter Order admin-------*/

.admin-order {
    margin-top: 10px;
}

.admin-order .border001 {
    4;
    font-family: 'Assistant', sans-serif;
}

.admin-order .M005 {
    margin-top: 20px;
    margin-left: 10px;
}

.admin-order form label {
    cursor: pointer;
}

.admin-order .table-searchable .is-hidden {
    display: none;
}

.admin-order .table-striped tbody tr:nth-of-type(even) {
    background-color: rgb(255 255 255 / 5%) !important;
}

.admin-order .table-searchable .is-match {
    background-color: lawngreen;
    transition: background-color .5s ease-in;
}

.admin-order .devider {
    border-bottom: 1px solid #e9e3e3;
}

.admin-order .table-searchable td[data-searchable="false"] {
    background-color: lightcoral;
}

.admin-order .table-saumary .bd {
    border-bottom: 1px solid #e9e9e999;
    padding: 4px 10px 6px 10px;
    font-size: 14px;
}

.admin-order .table-saumary .bdmidd {
    /* border-bottom: 1px solid #dddcdc; */
    padding: 4px 10px 6px 10px;
    font-size: 14px;
}

.admin-order td {
    border: none;
}

.admin-order .table-saumary th {
    border: none;
}

.admin-order .table th {
    background: #232f3e;
    border-right: 1px solid #8c8686;
    border-bottom: 1px solid #cac8c8;
    font-size: .75rem;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    padding: 11px 7px;
    font-size: 14px;
}

.admin-order .table th h2:hover {
    color: #FFF;
}

.admin-order .box-12 {
    border: 4px solid #ededed;
    padding: 10px;
}

.admin-order .btns {
    outline: none !important;
    border: 0 !important;
    width: 10px;
    height: auto;
    margin: 5px auto;
    display: block;
    background: none;
}

.admin-order .box-12 .label {
    color: #005DD1;
    font-weight: 400;
    font-size: 16px;
}

.admin-order .box-12 .input {
    border-bottom: none;
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 0;
    margin-top: 5px;
    padding-bottom: 1px;
}

.admin-order .box-12 .input::placeholder {
    color: #939393;
}

.admin-order .popover__title {
    font-size: 17px;
    line-height: 36px;
    text-decoration: none;
    color: rgb(150 150 150);
    text-align: center;
    padding: 15px 0;
}

.admin-order .add-p {
    font-size: 13px;
    color: #323131;
    margin-bottom: 0;
}

.admin-order .tool {
    color: #fff;
}

.admin-order .tool title {
    text-align: left;
}

.admin-order .popover__wrapper {
    position: relative;
    margin-top: -19px;
    display: inline-block;
    float: right;
}

.admin-order .popover__wrapper h2 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.admin-order .popover__wrapper h2:hover {
    color: #fff !important;
}

.admin-order .popover__content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: -161px;
    transform: translate(0, 10px);
    background-color: #FFF;
    padding: 8px 6px 0 6px;
    width: auto;
    left: -92px;
    border: 1px solid #f3f2f2;
    border-radius: 5px;
    top: 43px;
}

.admin-order .popover__content:before {
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - -24px);
    top: -9px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.admin-order .popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);

}

.admin-order .popover__message {
    text-align: center;
}

.admin-order .btn-defalt {
    padding: 3px 11px;
    font-size: 14px;
    background: #0d6efd;
    border-radius: 5px;
    color: #FFF;
    float: right;
    margin: 10px 3px;
    border: none;
    box-shadow: 1px 2px 1px #c3c3c3;
}

.admin-order .btn-defalt:hover {
    color: #FFF !important;
}

.admin-order .btn-defaltcolor {
    padding: 3px 11px;
    font-size: 14px;
    background: #e0e0e0;
    border-radius: 5px;
    color: #121212 !important;
    float: right;
    margin: 10px 3px;
    border: none;
    box-shadow: 1px 2px 1px #c3c3c3;
}

.admin-order .btn-defaltcolor:hover {
    color: #121212 !important;
}

.admin-order .customer-add {
    padding: 0;
    margin-bottom: 4px;
    color: #3a3838;
    font-size: 14px;
}

.admin-order .table-saumary {
    width: 100%;
}

.admin-order div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none;
}

.admin-order .td-padding-top {
    padding-top: 32px;
    font-size: 14px;
}

.admin-order div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
    display: none;
}

.admin-order h2,
details {
    display: inline;
}

.admin-order details {
    position: relative;
}

.admin-order details summary {
    display: block;
    cursor: pointer;
    color: #0d6efd;
}

.admin-order details summary:focus {
    outline: none;
}

.admin-order details[open] {
    display: block;
    padding-bottom: 4px;
    padding-top: 1px;
    animation: open .2s linear;
    background: #FFF;
    position: absolute;
    width: 18%;
    border: 1px solid #e9e9e999;
    border-radius: 5px;
    z-index: 1;
}

.admin-order details[open] summary {
    position: absolute;
    bottom: -16px;
    right: 0;
    background: #d1d1d1;
    font-size: 14px;
    width: 14px;
    height: 17px;
}

.admin-order .tooltip-gst {
    position: absolute;
    display: inline-block;
    float: right;
    margin-top: -21px;
    border: 1px solid #1653b4;
    border-radius: 20px;
    padding: 0px 3px;
    color: #1653b4;
    width: 18px;
    height: 19px;
    line-height: 16px;
    margin-left: -2px;
}
.admin-order .tooltip-gstnos{ position:relative !important;}
.admin-order .tooltip-gst i{ font-size:10px;}

.admin-order .tooltip-gst .tooltiptext {
    visibility: hidden;
    width:350px;
    background-color:#dcdbdb;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 3px 7px;
    position: absolute;
    z-index: 1;
    left: -166px;
    top:29px;
}

.admin-order .tooltip-gst:hover .tooltiptext {
    visibility: visible;
}

.admin-order .tooltip-gst .tooltiptext::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 50%;
    top: 11px;
    border: 14px solid transparent;
    border-top: 0;
    border-bottom: 15px solid #dcdbdb;
    transform: translate(-50%, calc(-100% - 5px));
}

.admin-order .tooltip-gst .tooltiptext-rot {
    width: 128px;
    left: -103px;
    top: 25px;
}

.admin-order .tooltip-gst .tooltiptext-rot::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 88%;
    top: 9px;
    border: 14px solid transparent;
    border-top: 0;
    border-bottom: 15px solid #dcdbdb;
    transform: translate(-50%, calc(-100% - 5px));
}


.admin-order .tooltip-gst p {
    margin: 0;
    text-wrap: wrap;
}

/*---- Product Information-----*/

.product-information {
    border: 1px solid #e2e3e4;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
}

.product-information h2 {
    font-size: 15px;
    color: #000;
    font-weight: 100;
    font-style: normal;
    font-weight: 600;
}

.product-information .order-emailer {
    width: 100%;
    border: 1px solid #FFF;
}

.product-information .traking {
    color: #2ea4e4;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.product-information .traking .icon-track {
    color: #29d20b;
    font-size: 18px;
}

.product-information .logo {
    padding: 2px 9px;
    margin: 0;
    text-align: left;
}

.product-information .logo img {
    width: 20%;
}

.product-information h4 {
    color: #000;
    margin: 7px 0 7px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.product-information h4:after {
    border-bottom: 1px solid #F00;
    font-family: 'Roboto', sans-serif;
}

.product-information p {
    margin: 11px 0 3px 0;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-radius: 2px;
}

.product-information .inner-table h4 {
    color: #000;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table td {
    width: 50%;
}

.product-information .inner-table p {
    padding-left: 0;
    line-height: 9px;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table .card-new {
    width: 5%;
    max-height: 23px;
    display: inline-block;
    margin-right: 5px;
    position: static;
    vertical-align: middle;
}

.product-information .inner-from-to {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-radius: 2px;
}

.product-information .inner-from-to h4 {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-from-to td {
    text-align: left !important;
}

.product-information .inner-from-to p {
    text-align: left;
    padding-left: 0;
    line-height: 9px;
    font-family: 'Roboto', sans-serif;
}

.product-information .order-table {
    width: 100%;
}

.product-information h2 {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.product-information .order-table th {
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 400;
}

.product-information .order-table .imgs {
    width: 6%;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.product-information .order-table .P-001 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.product-information .order-table td {
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #cbcbcb;
}

.product-information .footer {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 5px 0 5px 0;
}

.product-information .footer td {
    width: 7%;
}

/*---- Product Information-----*/

.product-information-detial {
    border: 1px solid #e2e3e4;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
}

.product-information-detial th {
    padding: 7px 5px;
    vertical-align: top;
}

.product-information-detial h2 {
    font-size: 15px;
    color: #7d7676;
    font-weight: 100;
    font-style: normal;
    font-weight: 600;
}

.product-information-detial p {
    margin: 3px 0 3px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #726B6B;
    line-height: 18px;
    font-weight: 100;
}

.product-information-detial .order-emailer-information {
    width: 100%;
}

.product-information-detial strong {
    font-weight: 600;
}

.product-information-detial .border-top-view {
    border-top: 1px solid #efefef;
}

.product-information-detial .border-top-view td {
    padding: 12px 5px;
    vertical-align: text-top;
}

.product-information-detial .theader {
    background: #000;
    background: #fbfbfb;
}

.product-information-detial .table-orderid {
    width: 100%;
}

.product-information-detial .table-orderid td {
    padding: 0;
}

.product-information-detial .table-invoice {
    width: 100%;
}

.product-information-detial .table-invoice td {
    padding: 1px;
}

.product-information-detial .price-summary {
    width: 100%;
}

.product-information-detial .price-summary td {
    padding: 0px 3px 6px 6px;
    border-bottom: 1px solid #efefef;
    table-layout: fixed;
}

.product-information-detial .product-prices {
    width: 100%;
}

.product-information-detial .product-prices th {
    color: #7d7676;
}

.product-information-detial .product-prices .head-bg {
    background: #f4f4f4;
}

.product-information-detial .product-prices td {
    padding: 12px 5px;
    vertical-align: text-top;
    border-top: 1px solid #efefef;
}

.product-information-detial .product-prices .cancel {
    color: #292929;
    border-radius: 4px;
    padding: 1px 6px 2px 6px;
    margin-right: 5px;
    font-size: 13px;
    background: #eeebeb;
}

.product-information-detial .product-prices .border001 {
    border-top: 1px solid #d3d2d2;
}


.admin-order details #open {
    padding-left: 5px;
    text-align: middle;
    font-size: 14px;
}

.admin-order details .border001 {
    padding: 0;
}

.admin-order details .border001:before {
    position: absolute;
    z-index: 1;
    content: "";
    right: calc(50% - -71px);
    top: -10px;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #c2c2c2 transparent;
    transition-duration: 0.3s;
    transition-property: transform;
}

.admin-order details #open:after {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-left: 8px;
    content: "\00bb";
    transform: rotate(90deg);
}

.admin-order details[open] #open {
    display: none;
}

.admin-order details #close {
    display: none;
}

.admin-order details[open] #close {
    display: block;
}

.admin-order #myUL {
    list-style-type: none;
    padding: 0;
    margin: 13px 0 0 0;
    overflow: auto;
    height: 150px;
}

.admin-order #myUL li a {
    margin-top: -1px;
    background-color: #fff;
    padding: 0px 4px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    /*font-family: 'Assistant', sans-serif;*/
    font-weight: 200;
}

.admin-order .th-width {
    width: 30px;
}

.admin-order #myUL li a:hover:not(.header) {
    background-color: transparent;
}

.admin-order .ankercolor {
    color: #000;
}

.admin-order .ankercolor:hover {
    text-decoration: none;
    color: #232f3e;
}

@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.date-pic {
    text-align: right;
    margin-top: 13px;
    position: absolute;
    right: 10px;
    display: flex;
}

.date-pic .input-date {
    border: 1px solid #bfb8b8;
    border-radius: 2px;
    height: 29px;
}

.btns-bt {
    outline: none !important;
    border: 0 !important;
    width: 37px;
    height: auto;
    margin: 0px auto;
    display: block;
    background: none;
    font-size: 20px;
    color: #FFF;
    background: #50708b;
    border-radius: 5px;
    margin-left: 7px;
}

@media only screen and (max-width:736px) {
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display: block;
    }

}

/*---- Product Information----- */

.product-information {
    border: 1px solid #e2e3e4;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
}

.product-information h2 {
    font-size: 15px;
    color: #000;
    font-weight: 100;
    font-style: normal;
    font-weight: 600;
}

.product-information .order-emailer {
    width: 100%;
    border: 1px solid #FFF;
}

.product-information .traking {
    color: #2ea4e4;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.product-information .traking .icon-track {
    color: #29d20b;
    font-size: 18px;
}

.product-information .logo {
    padding: 2px 9px;
    margin: 0;
    text-align: left;
}

.product-information .logo img {
    width: 20%;
}

.product-information h4 {
    color: #000;
    margin: 7px 0 7px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.product-information h4:after {
    border-bottom: 1px solid #F00;
    font-family: 'Roboto', sans-serif;
}

.product-information p {
    margin: 11px 0 3px 0;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-radius: 2px;
}

.product-information .inner-table h4 {
    color: #000;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table td {
    width: 50%;
}

.product-information .inner-table p {
    padding-left: 0;
    line-height: 9px;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table .card-new {
    width: 5%;
    max-height: 23px;
    display: inline-block;
    margin-right: 5px;
    position: static;
    vertical-align: middle;
}

.product-information .inner-from-to {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-radius: 2px;
}

.product-information .inner-from-to h4 {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-from-to td {
    text-align: left !important;
}

.product-information .inner-from-to p {
    text-align: left;
    padding-left: 0;
    line-height: 9px;
    font-family: 'Roboto', sans-serif;
}

.product-information .order-table {
    width: 100%;
}

.product-information h2 {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.product-information .order-table th {
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 400;
}

.product-information .order-table .imgs {
    width: 6%;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.product-information .order-table .P-001 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.product-information .order-table td {
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #cbcbcb;
}

.product-information .footer {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 5px 0 5px 0;
}

.product-information .footer td {
    width: 7%;
}

/*--------- check box bg color -----------*/

.checkbox-filter-container {
    display: block;
    position: relative;
    padding-left: 21px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-filter-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-filter-container .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #FFF;
    border: 1px solid #b7b7b7;
    border-radius: 1px;
}

.checkbox-filter-container:hover input~.checkmark {
    background-color: #FFF;
}

.checkbox-filter-container input:checked~.checkmark {
    background-color: #f13f02;
    border-color: #f13f02;
}

.checkbox-filter-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-filter-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-filter-container .checkmark:after {
    left: 3px;
    top: 0px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width : 1400px) {
    .sidebar-wrapper .sidebar-header .logo-icon {
        width: 30px;
        display: none !important;
    }
}

.text-nowrap {
    white-space: nowrap !important;
    overflow: hidden;
}

.text-nowrap .logo-rotation {
    overflow: hidden;
}

.logo-rotation {
    padding: 0;
    width: 34px;
}

.logo-rotation-new {
    padding: 0;
}

.left-sidebar {
    width: 270px;
    background-color: #fff;
    position: absolute;
    transition: .2s ease-in;
    height: 100%;
    z-index: 11;
    border-right: 1px solid #e5eaef
}

.left-sidebar .scroll-sidebar {
    overflow-y: auto;
    padding: 0 24px;
    height: calc(100vh - 80px);
    border-radius: 7px
}

.left-sidebar .scroll-sidebar .simplebar-track.simplebar-horizontal {
    visibility: hidden !important
}

.brand-logo {
    min-height: 43px;
    padding: 0 24px
}

.unlimited-access {
    padding: 18px 22px 25px;
    margin: 0 -5px;
}

.unlimited-access .unlimited-access-img {
    margin: -35px -5px 0 -43px
}

/*------ datepicker start--------*/

@media (min-width: 564px) {
    .daterangepicker {
        direction: ltr;
        text-align: left;
        left: 201.15px !important;
    }
}

.daterangepicker.opensright:before {
    left: 275px !important;
}

.daterangepicker.opensright:after {
    left: 271px !important;
}

.daterangepicker:after {
    top: -8px !important;
    border-right: 10px solid transparent !important;
    border-bottom: 8px solid #fff !important;
    border-left: 9px solid transparent !important;
}

.daterangepicker .applyBtn {
    padding: 4px 13px !important;
    font-size: 14px !important;
    background: #0d6efd;
    border-radius: 5px;
    color: #FFF;
    margin: 0 3px;
    border: none;
    box-shadow: 1px 2px 1px #c3c3c3;
}

.daterangepicker .cancelBtn {
    padding: 4px 13px;
    font-size: 14px !important;
    background: #e0e0e0;
    border-radius: 5px;
    color: #121212 !important;
    margin: 0 3px;
    border: none;
    box-shadow: 1px 2px 1px #c3c3c3;

}

.fixed_header {
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody {
    display: block;
    width: 100%;
    overflow: auto;
    max-height: 400px;
}

.fixed_header thead tr {
    display: block;
}

.fixed_header th,
.fixed_header td {
    padding: 5px;
    text-align: left;
    width: 200px;
}

/*---- Product Information-----*/

.product-information {
    border: 1px solid #e2e3e4;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
}

.product-information h2 {
    font-size: 15px;
    color: #000;
    font-weight: 100;
    font-style: normal;
    font-weight: 600;
}

.product-information .order-emailer {
    width: 100%;
    border: 1px solid #FFF;
}

.product-information .traking {
    color: #2ea4e4;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.product-information .traking .icon-track {
    color: #29d20b;
    font-size: 18px;
}

.product-information .logo {
    padding: 2px 9px;
    margin: 0;
    text-align: left;
}

.product-information .logo img {
    width: 20%;
}

.product-information h4 {
    color: #000;
    margin: 7px 0 7px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 17px;
}

.product-information h4:after {
    border-bottom: 1px solid #F00;
    font-family: 'Roboto', sans-serif;
}

.product-information p {
    margin: 11px 0 3px 0;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-radius: 2px;
}

.product-information .inner-table h4 {
    color: #000;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table td {
    width: 50%;
}

.product-information .inner-table p {
    padding-left: 0;
    line-height: 9px;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-table .card-new {
    width: 5%;
    max-height: 23px;
    display: inline-block;
    margin-right: 5px;
    position: static;
    vertical-align: middle;
}

.product-information .inner-from-to {
    width: 100%;
    border-top: 1px solid #cbcbcb;
    border-radius: 2px;
}

.product-information .inner-from-to h4 {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.product-information .inner-from-to td {
    text-align: left !important;
}

.product-information .inner-from-to p {
    text-align: left;
    padding-left: 0;
    line-height: 9px;
    font-family: 'Roboto', sans-serif;
}

.product-information .order-table {
    width: 100%;
}

.product-information h2 {
    color: #000;
    text-align: left;
    padding-left: 0;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.product-information .order-table th {
    padding: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    font-weight: 400;
}

.product-information .order-table .imgs {
    width: 6%;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.product-information .order-table .P-001 {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.product-information .order-table td {
    padding: 4px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #cbcbcb;
}

.product-information .footer {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    padding: 5px 0 5px 0;
}

.product-information .footer td {
    width: 7%;
}

/*---- Product Information-----*/

.product-information-detial {
    border: 1px solid #e2e3e4;
    margin-bottom: 30px;
    border-radius: 2px;
    padding: 5px;
    font-size: 13px;
}

.product-information-detial th {
    padding: 7px 5px;
    vertical-align: top;
}

.product-information-detial h2 {
    font-size: 15px;
    color: #7d7676;
    font-weight: 100;
    font-style: normal;
    font-weight: 600;
}

.product-information-detial p {
    margin: 3px 0 3px 0;
    font-family: 'Assistant', sans-serif;
    font-size: 13px;
    color: #726B6B;
    line-height: 18px;
    font-weight: 100;
}

.product-information-detial .gst-p{ padding-left:17px;}
.product-information-detial .bg-colors { color:#0876f5; }
.product-information-detial b{  font-family: 'Assistant', sans-serif; font-weight:600; }

.product-information-detial .order-emailer-information {
    width: 100%;
}

.product-information-detial strong {
    font-weight: 600;
}

.product-information-detial .border-top-view {
    border-top: 1px solid #efefef;
}

.product-information-detial .border-top-view td {
    padding: 12px 5px;
    vertical-align: text-top;
}

.product-information-detial .theader {
    background: #000;
    background: #fbfbfb;
}

.product-information-detial .table-orderid {
    width: 100%;
}

.product-information-detial .table-orderid td {
    padding: 0;
}

.product-information-detial .table-invoice {
    width: 100%;
}

.product-information-detial .table-invoice td {
    padding: 1px;
}

.product-information-detial .price-summary {
    width: 100%;
}

.product-information-detial .price-summary td {
    padding: 0px 3px 6px 6px;
    border-bottom: 1px solid #efefef;
    table-layout: fixed;
}

.product-information-detial .product-prices {
    width: 100%;
}

.product-information-detial .product-prices th {
    color: #7d7676;
}

.product-information-detial .product-prices .head-bg {
    background: #f4f4f4;
}

.product-information-detial .product-prices td {
    padding: 12px 5px;
    vertical-align: text-top;
    border-top: 1px solid #efefef;
}

.product-information-detial .product-prices .cancel {
    color: #292929;
    border-radius: 4px;
    padding: 1px 6px 2px 6px;
    margin-right: 5px;
    font-size: 13px;
    background: #eeebeb;
}

.product-information-detial .product-prices .border001 {
    border-top: 1px solid #d3d2d2;
}

.wrapper .page-content .arrow-left {
    font-size: 21px;
    color: #989898;
    margin-bottom: 22px;
    width: 52px;
    height: 25px;
    line-height: 25px;
    margin-left: 13px;
    border-radius: 17px;
    text-align: center;
}

.wrapper .page-content .arrow-left img {
    width: 20px;
}

.wrapper .page-content .arrow-left:hover {
    color: #000;
}