/*
Template Name: Skodash Admin
Author: codervent
Email: codervent@gmail.com
File: style.css
*/


/* 
- General
- Header
- Sidebar
- Page Content
- Utilities
- Widgets
- Chips
- Email
- chat box
- Authentication
- swicther
- Responsive

 */


/* General */

body {
    font-size: 15px;
    color: #4c5258;
    /* letter-spacing: .5px */
    /* font-family: Roboto, sans-serif */
    font-family: 'Poppins', sans-serif;
    background-color: #f7f8fa;
    overflow-x: hidden;
}
.e-gridheader tbody, .e-gridheader td, .e-gridheader tfoot, .e-gridheader th, .e-gridheader thead, .e-gridheader tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border: 0px;
    padding: 15px 10px !important;
}
.e-gridheader th {
    background-color: #d1a76b !important;
    color:#fff;
}
.wrapper {
    width: auto;
    position: relative
}

a {
    text-decoration: none;
}

    a:hover {
        color: var(--bs-link-hover-color);
    }

::placeholder {
    opacity: 0.4 !important;
}

/* Header */

.width-50 {
    width: 50px;
}

.login-btn {
    border: 0px;
    border-radius: 8px;
    background: #D2632D;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    padding-top: 11px;
}

    .login-btn:hover {
        border: 0px;
        border-radius: 8px;
        background: #bf5725;
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
        padding-top: 11px;
        color: #fff !important;
    }

a.btn.btn-white.radius-30.height-50.text-center.width-50 {
    line-height: 53px;
    padding-top: 12px;
}


.top-header .navbar {
    position: fixed;
    top: 0;
    left: 280px;
    right: 0;
    background-color: #f7f8fa;
    /* border-bottom: 1px solid #e2e3e4 */
    background-clip: padding-box;
    height: 114px;
    z-index: 10;
    padding: 0.5rem 1.5rem;
    transition: all .2s;
    width: 100%;
}

ul.navbar-nav.align-items-center {
    float: right;
}

h3.text-blue {
    color: #1E73FF;
    font-size: 28px;
    font-weight: 400;
}

.w_50 {
    width: 140px;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
    padding-top: 0px;
}

.btn-danger {
    color: #fff;
    background-color: #e72e2e;
    border-color: #e72e2e;
    background-color: rgba(255, 28, 28, 1);
}

.form-label {
    font-size: 15px;
}

.font-18 {
    font-size: 17px;
}

.text-gray {
    color: rgba(0, 0, 0, 0.5);
}


.top-header .navbar .top-navbar .nav-link {
    color: #293445;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.border-20 {
    border-radius: 10px;
}

.table th {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 13px;
}

.gallery_sec a {
    position: relative;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}


    .gallery_sec a::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background: none;
        background-size: contain;
        background-repeat: no-repeat;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.gallery_sec img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    margin-right: 10px;
}

.gallery_sec a:hover img {
    opacity: 0.2;
}

.gallery_sec a:hover::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background: url(https://i.ibb.co/3fMkjjF/Resize.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}


.top-header .navbar .searchbar {
    position: relative;
    width: 60%;
}

    .top-header .navbar .searchbar .search-close-icon {
        right: 2rem;
        opacity: 0.5;
        cursor: pointer;
    }

    .top-header .navbar .searchbar .form-control {
        border-radius: 8px;
        border: 1px solid rgb(206 212 218 / 0%);
        box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        height: 50px;
    }

.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 .form-control:focus,
    .top-header .navbar .dropdown-searchbar .form-control:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
    }

.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: 41px;
    background-color: #E7E7FF;
    /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) */
    /* border: 1px solid rgba(217, 217, 217, 1) */
    padding: 8px 10px;
}


.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;
    overflow: auto;
}



.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: #fa0909;
}

.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: rgba(39, 158, 255, 0.05);
    color: #2779ff;
    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%) */
}

.searchbar {
    position: relative;
}

    .searchbar .form-control {
        /*border-radius: 40px */
        /*border: 1px solid rgb(206 212 218 / 0%) */
        /* box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075) */
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        border: 0.5px solid rgba(0, 0, 0, 0.15);
        border-radius: 6px;
    }


/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;
    background-color: #ffffff;
}

    .sidebar-wrapper .sidebar-header {
        width: 280px;
        height: 100px;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 0 15px;
        z-index: 5;
        /* background: #f7f8fa */
        border-right: 1px solid #e2e3e4;
        border-bottom: 1px solid #e4e4e4;
        transition: all .2s;
        background: #FFFFFF;
    }

.authentication-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

td button.btn.btn-success {
    background: rgba(10, 207, 131, 1);
    border: 0;
    font-size: 12px;
}

td button.btn.btn-danger {
    background: rgba(255, 0, 0, 1);
    border: 0;
    font-size: 12px;
}

.rotate {
    transform: rotate(90deg);
}

.border-b a.dropdown-item {
    color: rgba(30, 115, 255, 1);
    border-bottom: 1px solid rgba(30, 115, 255, 1);
    padding: 10px 15px;
    font-size: 14px;
}

.dropdown-menu.border-b {
    /*border: 0px solid rgb(255 255 255 / 0%) */
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border: 1px solid rgba(30, 115, 255, 1);
    padding: 0px;
}

.card-body.card-border {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 12px 15px;
}


.btn-blue {
    border: 1px solid #1e73ff;
    color: #1e73ff;
    border-radius: 4px;
}

.btn-success2:hover {
    color: #fff;
    background-color: #0ea01c;
    border-color: #0ea01c;
}

.btn-danger2:hover {
    color: #fff;
    background-color: #da2a2a;
    border-color: #da2a2a;
}

.profile input.form-control {
    height: 50px;
}

.height-50 {
    height: 48px;
}

.height-150 {
    height: 150px !important;
}

.font-15 {
    font-size: 15px !important;
}

.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: transparent;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.card-header h5 {
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}

.table td {
    /* border: 0px */
    padding: 15px 6px;
}

.btn-dark:hover {
    color: #fff !important;
    background-color: #1c1f23;
    border-color: #1a1e21;
}


.btn {
    padding: 10px 20px !important;
    margin: 3px;
}

.btn-dark2 {
    background-color: #D2632D;
    color: #fff;
}

    .btn-dark2:hover {
        background-color: #D26356;
        color: #fff;
    }

.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

button.btn.btn-outline-secondary.dropdown-toggle {
    border-color: #cdcecf;
}

.search-icon {
    opacity: 0.5;
}

form.searchbar.ms-auto.me-3 {
    width: 66%;
}

.table th {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
}

.sidebar-wrapper .sidebar-header .logo-icon {
    width: 180px;
}

.sidebar-wrapper .sidebar-header .logo-text {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #3461ff;
}

.toggle-icon {
    font-size: 22px;
    cursor: pointer;
    color: #3461ff;
}



.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: 0 0
}

.sidebar-wrapper .metismenu {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .sidebar-wrapper .metismenu li + li {
        margin-top: 5px
    }

    .sidebar-wrapper .metismenu li:first-child {
        margin-top: 5px
    }

    .sidebar-wrapper .metismenu li:last-child {
        margin-bottom: 5px
    }

    .sidebar-wrapper .metismenu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .sidebar-wrapper .metismenu a {
        position: relative;
        display: flex;
        /* align-items: center */
        justify-content: left;
        padding: 18px 15px;
        font-size: 15px;
        color: #262626;
        outline-width: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        /*  letter-spacing: .5px */
        border: 1px solid #ffffff00;
        transition: all .2s ease-out;
    }

ul.mm-collapse.mm-show li.mm-active a, ul.mm-collapse.mm-show li.mm-active a:hover {
    padding-left: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.80) !important;
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
    display: block;
    width: 100%;
    height: 70px !important;
}

ul.mm-collapse.mm-show li a:hover {
    font-size: 14px;
    background-color: transparent !important;
    color: rgba(0, 0, 0, 0.80) !important;
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
    background-size: 17%;
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 21px;
    line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 5px;
    font-size: 14px;
    border: 0
}

    .sidebar-wrapper .metismenu ul a i {
        margin-right: 5px;
    }

.sidebar-wrapper .metismenu ul {
    /* border: 1px solid #ededed */
    background: rgb(255 255 255 / 0%);
}

    .sidebar-wrapper .metismenu ul ul a {
        padding: 8px 15px 8px 30px
    }

ul.mm-collapse.mm-show li {
    padding-left: 1px;
}

.sidebar-wrapper .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px
}

.sidebar-wrapper .metismenu .mm-active > a, .sidebar-wrapper .metismenu a:active, .sidebar-wrapper .metismenu a:focus, .sidebar-wrapper .metismenu a:hover {
    color: #ffffff !important;
    text-decoration: none;
    /*background-color: rgb(255 255 255 / 1) */
    border-radius: 6px;
    /* background: #1E73FF */
    background-color: #000;
}

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px
}

.width-100 {
    width: calc(100% - 250px);
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out
}




@media screen and (min-width:1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px
    }

    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
        box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12) !important
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
            display: none
        }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none
    }

    .email-toggle-btn {
        display: none !important
    }

    .chat-toggle-btn {
        display: none !important
    }
}



.wrapper.toggled .top-header .navbar {
    left: 70px
}

.wrapper.toggled .page-content {
    margin-left: 70px
}



/* Page Content */

.page-content {
    margin-left: 280px;
    margin-top: 94px;
    padding: 1.5rem;
    transition: all .2s;
}

/* Utilities */

.radius-10 {
    border-radius: 10px;
}

.radius-15 {
    border-radius: 15px;
}

.radius-30 {
    border-radius: 30px;
}


.font-11 {
    font-size: 11px;
}

.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;
}

.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(25, 27, 34);
}


.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: 20px;
    border-right: 1.5px solid #aaa4a4;
}

.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: 16px;
}


.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
}

.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%)
}


.authentication-card .bg-login {
    /* background-color: #0259e6!important */
    border-radius: 14px 0px 0px 14px;
    background: #F4F8FD !important;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.10);
}


/* Authentication */

.authentication-card {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 60rem;
    /*  height: 100vh  */
}

.authentication-content {
    /* background-image: url(../../images/login-bg.jpg) */
    height: 100vh;
    background-size: cover;
}

.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:1025px) {


    .sidebar-wrapper {
        left: -300px;
    }


    .page-content {
        margin-left: 0px;
    }

    .top-header .navbar {
        left: 0px;
    }

    /* Toggeled */


    .wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }


    .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;
    }
}


.width_70 {
    width: 70%;
    margin: 0 auto;
}

@media screen and (max-width:767px) {
    .width_70 {
        width: 100%;
        margin: 0 auto;
    }

    .width-100 {
        width: 100%;
    }

    h3.text-blue {
        color: #1E73FF;
        font-size: 23px;
        font-weight: 400;
        margin-top: 20px;
        padding-left: 20px;
    }

    .font-18 {
        font-size: 14px;
        padding-left: 20px;
    }

    .top-header .navbar .dropdown-menu::after {
        display: none
    }

    .top-header .navbar .dropdown {
        position: static !important
    }

    .top-header .navbar .dropdown-menu {
        width: 87% !important;
        left: 12px;
        top: 75%;
    }

    ul.navbar-nav.align-items-center {
        float: right;
        padding-right: 0px;
    }


    .top-header .navbar {
        height: 80px;
    }

    form.searchbar.ms-auto {
        width: 100% !important;
    }

    .page-content {
        margin-top: 67px;
    }

    .modal-body .px-5 {
        padding: 0px !important;
    }

    .col-12.col-md-2.col-lg-2 .text-right {
        text-align: left;
    }

    .float-end.text-dark {
        float: inherit !important;
    }
}


@media screen and (max-width:520px) {
    .chat-footer-menu,
    .chat-top-header-menu {
        display: none
    }
}


.home-box .card {
    border-radius: 12px;
    border: 0.25px solid rgba(30, 30, 30, 0.20);
    background: #FFF;
    box-shadow: 0px 4px 23.5px 0px rgba(0, 0, 0, 0.08);
    border: 0px;
}

.circle {
    width: 65px;
    height: 65px;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
}

h2.text-white {
    font-weight: 600;
}

.btn-success2 {
    background: rgba(203, 255, 200, 1);
    color: #0c971a;
    font-size: 12px;
    padding: 10px;
}

.btn-danger2 {
    background: rgba(255, 200, 200, 1);
    color: #e72e2e;
    font-size: 12px;
    padding: 10px;
}

.text-right {
    text-align: right;
}

.dropdown1 {
    position: relative;
}

.dropdown-menu1 {
    display: none;
}

.dropdown-menu1 {
    display: none;
}

.is-active .dropdown-menu1 {
    display: block;
    position: absolute;
    width: 240px;
    right: 0px;
    z-index: 9;
    border: 1px solid #2779ff;
    top: 38px;
}

input.form-control.blue-border {
    border: 1px solid #2779ff;
    color: #2779ff;
}

.dropdown-menu1 li.list-group-item {
    border: 0px;
    padding-top: 20px;
}

.btn-primary3 {
    color: white;
    font-size: 12px;
    font-family: Poppins;
    font-weight: 400;
    line-height: 14.64px;
    background-color: rgba(109, 164, 255, 1);
    border: 0px;
    border-radius: 0px;
}

.text-blue {
    color: #2779ff;
}

.text-light {
    color: rgba(0, 0, 0, 0.50) !important;
}

.form-label {
    font-size: 15px;
}

.card-header.bg-transparent input::-webkit-calendar-picker-indicator, .icon-blue input::-webkit-calendar-picker-indicator {
    filter: invert(26%) sepia(95%) saturate(1601%) hue-rotate(216deg) brightness(107%) contrast(104%);
}


.text-left {
    text-align: left;
}


.bar {
    width: 100%;
    height: 50px;
    background: red;
    display: flex;
}


.child {
    width: 4.166%;
    height: inherit;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    color: rgba(0, 0, 0, 0.60);
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
}

    .child::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 50vh;
        background: #e1e1e1;
        top: 50px;
        left: 0;
    }

.lable {
    width: 100%;
    /* height:50px */
    display: flex;
    margin-top: 2px
}

.time {
    /*height: inherit */
    display: flex;
    /* justify-content: center */
    align-items: center;
    position: relative;
    font-size: 12px;
    border-radius: 50px;
    height: 28px;
    color: #fff;
}


.time-btn {
    font-size: 12px;
    border-radius: 50px;
    height: 28px;
    color: #fff;
    background: #0ACF83;
    padding: 4px;
}

.time-btn2 {
    font-size: 12px;
    border-radius: 50px;
    height: 28px;
    color: #fff;
    background: #6DA4FF;
    padding: 4px;
}

.time-btn3 {
    font-size: 12px;
    border-radius: 50px;
    height: 28px;
    color: #fff;
    background: #FF996D;
    padding: 4px;
}

.time-btn4 {
    font-size: 12px;
    border-radius: 50px;
    height: 28px;
    color: #fff;
    background: #FF6D6D;
    padding: 4px;
}

.text-icon {
    text-align: right;
    position: absolute;
    right: 7px;
}

.width-80 {
    width: 70%;
}

.w-20 {
    width: 30%;
    text-align: right;
}

.height60 {
    height: 60vh;
}

.font-12 {
    font-size: 12px;
}

.border-bottom2 {
    border: 1px solid #d5d5d5 !important;
    width: 100%;
    padding: 12px 10px;
    border-radius: 10px;
    color: #262626;
    display: flex;
}

.w_50 {
    width: 50%;
}

.assign-task .card-body.card-border:hover {
    border: 0px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: 12px 15px;
}

.Disconnect {
    text-align: center;
    color: rgba(0, 0, 0, 0.49);
    font-size: 12px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 20.64px;
    word-wrap: break-word;
    padding: 10px;
}

.d-inline2 {
    display: inline-flex;
}

.w-60 {
    width: 50px;
}

.height-100 {
    height: 380px;
    overflow-y: auto;
    overflow-x: clip;
}

.font-red {
    color: #D2632D;
}

.text-underline {
    text-decoration: underline;
}

.font-500 {
    font-weight: 500;
}

.login-bg {
    background-image: url(../../images/login-bg.jpg);
    height: 90vh;
    background-size: cover;
    position: relative;
}

.login-bg-2 {
    background-image: url(../../images/forget_img.jpeg);
    height: 90vh;
    background-size: cover;
    position: relative;
}

p.align-text-bottom1 {
    position: absolute;
    bottom: 22px;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    left: 32px;
}
p.align-text-bottom1-2 {
    position: absolute;
    /* bottom: 22px */
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    left: 32px;
    top: 50%;
}

.card.radius-10.bg-orange {
    border-radius: 10px;
    background: #D2632D !important;
    box-shadow: 0px 3.937px 54.136px 0px rgba(58, 58, 58, 0.04);
}

.bg-orange hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: .6;
    border-color: #fff;
}

.font-500 {
    font-weight: 500;
}

p.text-red {
    color: #F00;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.card.radius-0 {
    border: 0.5px solid rgba(30, 30, 30, 0.20);
    background: #FFF;
    box-shadow: 0px 4px 23.5px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px;
}

.height-70 {
    height: 50px;
}

.height-60 {
    height: 60px;
}

.height_150 {
    height: 140px;
}

.font-12 {
    padding-right: 12px;
}

i.fa.fa-circle.font-12 {
    font-size: 8px;
    padding-right: 12px;
}

.accordion-item {
    margin-bottom: 30px;
    border: 0px;
}

.accordion-header {
    margin-bottom: 0;
    background: #FFF;
    box-shadow: 0px 4px 23.5px 0px rgba(0, 0, 0, 0.08);
}


figure {
    display: flex;
}

    figure img {
        width: 8rem;
        height: 8rem;
        border-radius: 50%;
        border: 1px solid #f05a00;
        margin-right: 1.5rem;
    }

    figure figcaption {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

        figure figcaption h4 {
            font-size: 1.4rem;
            font-weight: 500;
        }

        figure figcaption h6 {
            font-size: 1rem;
            font-weight: 300;
        }

        figure figcaption h2 {
            font-size: 1.6rem;
            font-weight: 500;
        }

.order-track {
    padding: 0 1rem;
    /* border-top: 1px dashed #2c3e50 */
    padding-top: 2.5rem;
    display: flex;
    flex-direction: column;
}

.order-track-step {
    display: flex;
    height: 5rem;
}

    .order-track-step:last-child {
        overflow: hidden;
        height: 4rem;
    }

        .order-track-step:last-child .order-track-status span:last-of-type {
            display: none;
        }

.order-track-status {
    margin-right: 1.5rem;
    position: relative;
}

.order-track-status-dot {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #D9D9D9;
    border: 1px solid #D9D9D9;
    position: relative;
}

    .order-track-status-dot:after {
        content: "";
        border: 1px solid #D9D9D9;
        width: 2rem;
        height: 2rem;
        position: absolute;
        border-radius: 50%;
        left: -5px;
        top: -5px;
        /* background-color: #fff */
    }

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 4rem;
    /* background: #f05a00 */
    border-left: 1px dashed #7D7D7D;
}

.order-track-text-stat {
    font-weight: 500;
    margin-bottom: 3px;
}

.order-track-text-sub {
    font-size: 1rem;
    font-weight: 300;
}

.order-track {
    transition: all 0.3s height 0.3s;
    transform-origin: top center;
}

.active span.order-track-status-dot {
    background: #1E73FF;
    width: 2rem;
    height: 2rem;
    margin-left: -4px;
}

.active .order-track-status-dot:after {
    display: none;
}

.form-label {
    font-size: 15px;
    text-transform: capitalize;
}

.form-control {
    height: 44px;
    font-size: .9rem;
    color: #747575;
}

.table th {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    text-transform: capitalize;
}

.font-16 {
    font-size: 16px;
}

.font-weight-500 {
    font-weight: 500;
}

.authentication-card.w-100 {
    max-width: 90%;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #F5F5F5;
}

.form-label {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    color: #262626;
}


.toast-container {
    position: fixed !important;
}

.collapse-div {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #dddddd;
}

.btn-right-up {
    position: relative;
    left: 86%;
}

.height-50 {
    height: 50px !important
}

.tbl-Products .numerics {
    text-align: right;
    padding-right: 5px;
}
.txt-numeric {
    text-align: right;
    padding-right: 10px;
    width: 200px;
}

.form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-top: 0px;
    margin-right: 10px;
}

.sidebar-wrapper .metismenu li ul {
    display: none;
    -webkit-transition: background-color 2s ease-in;
    -moz-transition: background-color 2s ease-in;
    -o-transition: background-color 2s ease-in;
    transition: background-color 2s ease-in;
}


.sidebar-wrapper .metismenu li ul.mm-collapse.mm-show{
    display: block;
    margin-left:20px;
}

.sidebar-wrapper .metismenu li {
    -webkit-transition: background-color 2s ease-in;
    -moz-transition: background-color 2s ease-in;
    -o-transition: background-color 2s ease-in;
    transition: background-color 2s ease-in;
}

th {
    background-color: #f4f4f4;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file_upload {
    border: 1px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.e-gridcontent{
    min-height:500px;
}

.toggle-btn-40{
    width:40px !important;
}

.e-grid .e-toolbar {
    border-top: 0px solid #dee2e6 !important;
    background: transparent !important;
}

.e-toolbar .e-toolbar-items {
    background: transparent !important;
}

input.e-control.e-textbox.e-lib.e-searchinput.e-input {
    height: 44px;
    font-size: 0.9rem;
    color: rgb(116, 117, 117);
}

.e-control.e-toolbar.e-spacer-toolbar.e-lib {
    padding-bottom: 40px;
}

.e-grid .e-icons:not(.e-btn-icon) {
    color: #a5a8ab;
    right: 10px;
}

.e-input-group:not(.e-disabled) .e-input-group-icon:active, .e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:active {
    background: #ffffff !important;
    color: #9a9898;
    /* -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) */
    border-color: #4e555b;
    /* box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125) */
}

.e-input-group:not(.e-disabled) .e-input-group-icon:hover,
.e-input-group.e-control-wrapper:not(.e-disabled) .e-input-group-icon:hover, .e-input-group-icon {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #d1cbcb !important;
}
    .e-grid .e-sortfilterdiv {
        background: #d1a76b !important;
        border-color: #d1a76b !important;
        color: #d1cbcb !important;
    }

.header-divider {
    width: 90%;
    left: 5%;
    position: relative;
}

.qtitle{
    color:blue;
}

.validation-message {
    font-size: 12px;
    color: #ed0808;
    margin-top: 2px;
}


@media (min-width: 1300px) and (max-width: 2508px) {
    .container_main {
        width: 1020px;
    }
}

.popup_left {
    position: fixed;
    width: 33%;
    right: 0px;
    bottom: -23px;
    z-index: 1000;
    height: 100vh;
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 0px;
    left: auto;
}

.popup_left {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.edit-image-icon-button {
    background: url(../images/edit.svg);
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 40px 40px;
    border: 0px;
}

.cancel-image-icon-button {
    background: url(../images/ic_baseline-cancel.svg);
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 40px 40px;
    border: 0px;
}

.submit-image-icon-button {
    background: url(../images/ok.png);
    width: 40px;
    height: 40px;
    margin: 5px;
    background-size: 40px 40px;
    border: 0px;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.mb-4.collapse-div.popup_left.collapse.show {
    height: 100vh;
    overflow: auto;
}
.e-grid.e-responsive .e-rowcell, .e-grid.e-responsive .e-headercelldiv {
    text-overflow: inherit !important;
    white-space: normal !important;
    height: auto !important;
    overflow: visible !important;
}




.arrowToggle:before {
    right: 0;
    left: auto;
    border-top: .1rem solid #006ee3;
    border-right: .1rem solid #006ee3;
    display: inline-block;
    height: 0.875rem;
    position: absolute;
    top: 0;
    content: "";
    transform: rotate(135deg);
    width: .875rem;
    transition: all .4s ease;
}
.arrowToggle.active:before {
    top: 0;
    transform: rotate(-45deg);
}
.content-collapse {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
tr.collapsible-row td {
    padding: 0px;
    border-bottom: 0px;
}

.dashboard-card-content {
    max-height: 220px;
    overflow: hidden;
}
.hidden-dashboard-view-button {
    padding-right: 10px;
    border: 0px;
}

.RestrictedProduct-message {
    color: red;
    font-size: 12px;
    font-weight: bold;
}
.btn_upload {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    color: #1b1a1a;
    background-color: #efefef;
    border: 1px solid #767676;
    padding: 3px 10px;
    border-radius: 2px;
}

.default.text .item {
    margin-top: 5px;
}


.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
    top: .98571429em;
}

input#PhoneNo, .border-le {
    border-radius: 0px 4px 4px 0px;
    border-left: 0px !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}


    /*.yes {
    display: flex;
    align-items: flex-start;
    margin-top: 10px !important;
}

.btn_upload input {
    cursor: pointer;
    height: 100%;
    position: absolute;
    filter: alpha(opacity=1);
    -moz-opacity: 0;
    opacity: 0;
}*/
    /*.it {
    height: 100px;
    margin-left: 10px;
}*/

    .btn-rmv1{
    display: none;
}

/*.rmv {
    cursor: pointer;
    color: #262626;
    border: 0px solid #fff;
    display: inline-block; 
}*/

.rmv {
    cursor: pointer;
    color: #262626;
    border: 0px solid #fff;
    display: inline-block;
}

label#ImgPreview {
    margin-top: 5px;
}

.rmv {
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    border: 2px solid #f15a5a;
    display: inline-block;
    margin: 3px;
    background-color: #cb2424;
    /* border-radius: 20px; */
    line-height: 7px;
    padding: 3px 3px 5px 3px;
}

.w-65 {
    width: 60%;
    text-align: justify;
    margin-right: 10px;
}


.top-header .navbar .dropdown-menu .dropdown-msg-text {
    white-space: break-spaces;
}

.form-controlbox {
    padding: 15px;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-file-select {
    width:100px;
}
.border_box {
    border-top: 4px solid #c16e44;
    padding: 5px 20px;
    border-radius: 4px;
    width: 100%;
    /* display: inline-flex; */
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, .06);
}

.countrycodebox {
    padding-top: 7px;
    padding-bottom: 19px;
    border: 1px solid lightgray;
    padding-left: 10px;
}

.iti__country-list {
    margin-top: 25px;
    margin-left: -12px;
    max-width: 380%;
}








































.font-600 {
    font-weight: 600;
}

@-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
    }
}





@media screen and (min-width:1025px) {
    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-text {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px
    }

    .wrapper.toggled.sidebar-hovered .sidebar-wrapper {
        box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .12) !important
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        width: 70px
    }

        .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
            display: none
        }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none
    }

    .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none
    }

    .email-toggle-btn {
        display: none !important
    }

    .chat-toggle-btn {
        display: none !important
    }
}



/* Responsive */

@media screen and (max-width:1280px) {
    .email-header {
        height: auto
    }

    .email-content {
        padding: 100px 0 0 0
    }
}



@media screen and (max-width:1025px) {


    .sidebar-wrapper {
        left: -300px;
    }


    .page-content {
        margin-left: 0px;
    }

    .top-header .navbar {
        left: 0px;
    }

    /* Toggeled */


    .wrapper.toggled .sidebar-wrapper {
        left: 0px;
    }


    .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-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-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) {
    .width_70 {
        width: 100%;
        margin: 0 auto;
    }

    .width-100 {
        width: 100%;
    }

    h3.text-blue {
        color: #1E73FF;
        font-size: 23px;
        font-weight: 400;
        margin-top: 20px;
        padding-left: 20px;
    }

    .font-18 {
        font-size: 14px;
        padding-left: 20px;
    }

    .top-header .navbar .dropdown-menu::after {
        display: none
    }

    .top-header .navbar .dropdown {
        position: static !important
    }

    .top-header .navbar .dropdown-menu {
        width: 87% !important;
        left: 12px;
        top: 75%;
    }

    ul.navbar-nav.align-items-center {
        float: right;
        padding-right: 0px;
    }


    .top-header .navbar {
        height: 80px;
    }

    form.searchbar.ms-auto {
        width: 100% !important;
    }

    .page-content {
        margin-top: 67px;
    }

    .modal-body .px-5 {
        padding: 0px !important;
    }

    .col-12.col-md-2.col-lg-2 .text-right {
        text-align: left;
    }

    .float-end.text-dark {
        float: inherit !important;
    }
}


@media screen and (max-width:520px) {
    .chat-footer-menu,
    .chat-top-header-menu {
        display: none
    }
}



p.mb-2.font-18.font-500.text-white {
    font-size: 12px;
}

.border_1 {
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
}


#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background: rgba(210, 99, 45, 1);
}


.scrollbar {
    float: left;
    height: 470px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 5px;
    padding-right: 10px;
}

.readonly-row {
    background-color: #ebf1ec;
}

.notfmsg {
    white-space: break-spaces;
    font-size: 14px;
    padding-bottom:5px;
}
input.form-control:read-only{
    background-color:#dddddd;
}

.custom-upload-group {
    border-radius: 4px;
    border: 1px solid #ced4da;
    background: #fafbfc;
    align-items: center;
    width: 100%;
    min-height: 50px;
}

.btn-upload {
    background: #f4f4f4;
    color: #333;
    border: none;
    border-radius: 4px 0 0 4px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 48px;
}

.file-icons {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fafbfc;
    border: none;
}

.lni-download, .lni-trash {
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.signature-link {
    display: flex;
    align-items: center;
    color: #0d6efd;
    cursor: pointer;
    text-decoration: underline;
    height: 48px;
    border: none;
    background: #fff;
    padding-left: 12px;
}
.signature-link:focus {
    outline: none;
    box-shadow: none;
}
.btn-outline-warning-custom {
    color: #fd7e14;
    border: 1px solid #fd7e14;
    background-color: transparent;
}

    .btn-outline-warning-custom:hover {
        color: #fff;
        border: 1px solid #fd7e14;
        background-color: #fd7e14;
    }


.app-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.toxic {
    --icon-bg-start: #8b5cf6 !important;
    --icon-bg-end: #7c3aed !important;
}
.mercury {
    --icon-bg-start: #06b6d4 !important;
    --icon-bg-end: #0891b2 !important;
}
.refrigerant {
    --icon-bg-start: #f59e0b !important;
    --icon-bg-end: #d97706 !important;
}
.radioactive {
    --icon-bg-start: #1f2937 !important;
    --icon-bg-end: #111827 !important;
}
.pesticide {
    --icon-bg-start: #22c55e !important;
    --icon-bg-end: #16a34a !important;
}