body {
    font-size: 14px;
    color: #4c5258;
    letter-spacing: .5px;
    font-family: Roboto, sans-serif;
    background-color: #f7f8fa;
    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: 260px;
    right: 0;
    background-color: #f7f8fa;
    border-bottom: 1px solid #e2e3e4;
    background-clip: padding-box;
    height: 60px;
    z-index: 10;
    padding: 0 1.5rem;
    transition: all .2s;
}

.top-header .navbar .top-navbar-right .nav-link {
    color: #293445;
    font-size: 18px;
    font-weight: 500;
    padding-right: .8rem;
    padding-left: .8rem;
}

.top-header .navbar .mobile-toggle-icon,
.top-header .navbar .search-toggle-icon {
    color: #293445;
    font-size: 18px;
    font-weight: 500;
    display: none;
    cursor: pointer;
}

.top-header .navbar .messages,
.top-header .navbar .notifications {
    position: relative;
}

.top-header .navbar .searchbar {
    position: relative;
    width: 30%;
}

.top-header .navbar .searchbar .search-close-icon {
    right: 2rem;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

.top-header .navbar .searchbar .form-control {
    border-radius: 30px;
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #fff;
}

.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; */
}

.dropdown-toggle-nocaret:after {
    display: none
}

html.semi-dark .sidebar-wrapper,
html.semi-dark .sidebar-wrapper .sidebar-header {
    background-color: #020073 !important;
}

.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,
.dropdown-user-setting .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
}

.dropdown-user-setting .dropdown-menu {
    width: 280px;
    border: 0;
    padding: 0.5rem;
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}

.top-header .navbar .dropdown-user-setting .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,
.top-header .navbar .dropdown-user-setting .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: 38px;
    height: 38px;
    padding: 0px;
    border-radius: 50%;
    background-color: white;
}

.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: 50px;
    height: 50px;
    font-size: 20px;
    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: 12px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-user {
    font-size: 14px;
}

.top-header .navbar .dropdown-menu .dropdown-msg-text {
    font-size: 13px;
}

.header-message-list {
    position: relative;
    height: 400px
}

.header-notifications-list {
    position: relative;
    height: 400px
}

.top-header .navbar .dropdown-menu .notification-box {
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e1e6eb;
}

.top-header .navbar .nav-link .notify-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    font-size: 13px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f50d0d;
}


/* Sidebar */

.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #f7f8fa;
    background-clip: padding-box;
    border-right: 1px solid #e2e3e4;
    transition: all .2s;
    z-index: 16;
}

.sidebar-wrapper .sidebar-header {
    width: 260px;
    height: 60px;
    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;
    background-clip: padding-box;
    transition: all .2s;
}

.sidebar-wrapper .sidebar-header .logo-icon {
    width: 200px;
    filter: brightness(1.9);
}

.sidebar-wrapper .sidebar-header .logo-text {
    font-size: 22px;
    margin-left: 10px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #3461ff;
}

.toggle-icon {
    font-size: 26px;
    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: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-wrapper .metismenu li+li {
    margin-top: 5px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.528);
}

.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: 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #5f5f5f;
    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border-left: 4px solid rgb(255 255 255 / 0%);
    transition: all .2s ease-out;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 18px;
    line-height: 1
}

.sidebar-wrapper .metismenu a .menu-title {
    margin-left: 10px
}

.sidebar-wrapper .metismenu ul a {
    padding: 6px 15px 6px 15px;
    font-size: 15px;
    border: 0;
    border-left: 4px solid rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul a i {
    margin-right: 10px;
    font-size: 10px;
}

.sidebar-wrapper .metismenu ul {
    border: 1px solid #ffffff00;
    background: rgb(255 255 255 / 0%);
}

.sidebar-wrapper .metismenu ul ul a {
    padding: 8px 15px 8px 30px
}

.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: #3461ff;
    text-decoration: none;
    background-color: rgb(255 255 255);
    border-left: 4px solid #3461ff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}

.menu-label {
    padding: 20px 15px 5px 5px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px
}

.metismenu .has-arrow:after {
    display: none !important;
    /* for display none arrow comment-by-anjani 19-07-23 */
    position: absolute;
    /* content: ""; for arrow comment-by-anjani 19-07-23 */
    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: block
    }
    /* .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;
        border-left: 0px solid #3461ff;
    }
    .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: 260px;
    margin-top: 60px;
    padding: 1.5rem;
    transition: all .2s;
}


/* 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;
}

.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: #020073;
    z-index: 5
}

.back-to-top:hover {
    color: #020073;
    background-color: #fff;
    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: 420px;
}

.by-device-container {
    position: relative;
    height: 120px;
}

.chart-container1 {
    position: relative;
    height: 340px;
}

.sepration {
    height: 100px;
}

.sepration-2 {
    height: 50px;
}

.gmaps,
.gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px;
}

.review-list {
    position: relative;
    height: 460px;
}

.chat-talk {
    position: relative;
    height: 480px;
}

.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%)
}


/* ------------Login-box-start---------- */

.login-wrapper {
    background-color: #020073;
}



.log-img img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.login__form {
    padding: 0 1.5em;
    width: 100%;
}

.login__form,
.login__form-wrapper {
    margin: auto;
}

.login__form-wrapper {
    max-width: 32em;
    color: #fff;
}

.login__field-group {
    margin-bottom: 0.75em;
}

.login__label,
.login__label+a,
.login__sign-up {
    font-size: 16px;
    line-height: 2;
}

.login__label {
    color: #F7F3F8;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login__field {
    padding: 0.5em 0.75em;
    width: 100%;
    height: 2.5em;
}

.login__checkbox,
.login__field {
    border: 1.5px solid #F7F3F8;
    background: #020073;
    height: 56px;
    color: #F7F3F8;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.login__checkbox,
.login__field::placeholder {
    color: #F7F3F8;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.login__form-wrapper p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.login__field-group--horz {
    display: flex;
    justify-content: space-between;
}

.login__checkbox {
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
}

.login__checkbox:before {
    color: hsla(0, 0%, 100%, 0);
    content: "\2713";
    display: block;
    line-height: 1.333;
    text-align: center;
}

.login__btn {
    color: #020073;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 56px;
    width: 100%;
}

.login-flex {
    display: flex;
    align-items: center;
}

.login__form-wrapper h1 {
    color: #F7F3F8;
    font-family: Inter;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.login__field-group a {
    color: #9DA6BA;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.w-10-custom {
    width: 56px;
    height: 56px;
    margin-left: 8px;
    color: #F7F3F8;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.w-10-custom:nth-child(1) {
    margin-left: 0px;
}

@media screen and (max-width: 767px) {
    .log-img img {
        display: none;
    }
    .logo-img img {
        width: 100%;
    }
    .logo-img {
        margin-top: 30px;
        margin-bottom: 20px !important;
    }
    .login__form-wrapper h1 {
        font-size: 34px;
    }
    .login__form-wrapper p {
        font-size: 14px;
    }
    .login__label {
        font-size: 14px;
    }
    .login__field-group a {
        font-size: 14px;
    }
    .w-10-custom {
        width: 16%;
        height: 40px;
        margin-left: 8px;
        color: #fff;
    }
    .login__btn {
        height: 45px;
    }
}


/*--------------Login-box-end----  */


/* 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:1024px) {
    .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 .searchbar {
        position: relative;
        width: 30%;
        display: none;
    }
    .top-header .navbar .full-searchbar {
        position: absolute;
        top: 0%;
        left: 0;
        right: 0%;
        width: 100%;
        height: 60px;
        background-color: #ffffff;
        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
    }
    .authentication-card {
        padding: 1.5rem 0;
        height: auto;
    }
    .top-header .navbar .mobile-toggle-icon,
    .top-header .navbar .search-toggle-icon {
        display: block;
    }
    .top-header .navbar .searchbar .search-close-icon {
        display: block;
    }
}

@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;
    }
    .by-device-container {
        height: 210px;
    }
}

@media screen and (max-width:520px) {
    .chat-footer-menu,
    .chat-top-header-menu {
        display: none
    }
}


/* .logo-background{
	background-color: #fff;
} */

.search-inpt i {
    font-size: 20px;
    color: #B9B9B9;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #020073;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

article {
    display: none;
}

article.on {
    display: block;
}


/* ---------sty-added-by-anjani----- */

.card-body {
    padding: 40px;
}

.new-search .searchbar .form-control {
    background-color: #fff;
}

.new-search .searchbar {
    position: relative;
    width: 100%;
}

.new-search .searchbar .form-control {
    border-radius: 30px;
    box-shadow: none;
    padding-left: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #e2e3e4;
}

.tab-heading {
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.flex-actions {
    display: flex;
    align-items: end;
    justify-content: end;
}

.flex-actions .tabs-menu:nth-child(1) {
    right: 30px;
}

.toggle-switch-box {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
}

.toggle-switch-box input {
    display: none;
}

.toggle-switch-box input:checked+.toggle-switch-item::before {
    left: 0;
}

.toggle-switch-box input:checked+.toggle-switch-item::after {
    right: -100%;
}

.toggle-switch-box input:checked+.toggle-switch-item .switch-button {
    left: calc(100% - 23px);
}

.toggle-switch-box .toggle-switch-item {
    position: relative;
    display: block;
    min-width: 90px;
    min-height: 30px;
}

.toggle-switch-box .toggle-switch-item::before,
.toggle-switch-box .toggle-switch-item::after,
.toggle-switch-box .toggle-switch-item .switch-button {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}

.toggle-switch-box .toggle-switch-item::before,
.toggle-switch-box .toggle-switch-item::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.toggle-switch-box .toggle-switch-item::before {
    left: -100%;
    padding: 0 23px 0 0;
    background-color: transparent;
    content: attr(data-tg-on);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toggle-switch-box .toggle-switch-item::after {
    right: 0;
    padding: 0 0 0 23px;
    background-color: #dc3545;
    content: attr(data-tg-off);
    transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.toggle-switch-box .toggle-switch-item .switch-button {
    left: 3px;
    display: block;
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.switch-rounded {
    border-radius: 26px;
}

.switch-rectangular {
    border-radius: 3px;
}

.switch-rectangular .toggle-switch-item .switch-button {
    border-radius: 3px;
}

.switch-bg-secondary .toggle-switch-item::before {
    background-color: #adb5bd;
}

.switch-bg-primary .toggle-switch-item::before {
    background-color: #2574ab;
}

.switch-bg-success .toggle-switch-item::before {
    background-color: #259dab;
}

.switch-bg-warning .toggle-switch-item::before {
    background-color: #ffc107;
}

.switch-bg-danger .toggle-switch-item::before {
    background-color: #d9534f;
}

.switch-bg-info .toggle-switch-item::before {
    background-color: #5bc0de;
}

.switch-bg-light .toggle-switch-item::before {
    background-color: #e9ecef;
}

.switch-bg-dark .toggle-switch-item::before {
    background-color: #343a40;
}


/* ------------end------------ */

.scroll-x {
    overflow-x: auto;
    width: 100%;
}

.scroll-x table tbody th td {
    display: flex;
}

.modal-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.border-box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}

.img-user img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.box-db {
    display: flex;
}

.content-user {
    padding-left: 15px;
}

.flex-button {
    display: flex;
    position: relative;
    /* justify-content: space-between; */
}

.text-content {
    color: #000;
}

.flex-button .new-search .searchbar .form-control {
    width: 350px;
}

.tabs-menu.active {
    position: relative;
    cursor: pointer;
    color: #5B68FF;
    /* background-color: green; */
    border-bottom: 2px solid #5B68FF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* .tabs-menu .active::before {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    background-color: green;
    height: 2px;
    width: 100%;
    cursor: pointer;
} */

.authentication-box {
    background-image: url(../images/Rectangle\ 1.png);
    /* background-color: red; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    opacity: 0.8;
}

.authentication-box {
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.authentication-box .container {
    max-width: 980px;
}

.send-btn {
    position: absolute;
    top: 2px;
    right: 2px;
}

.authentication-box .container .bg-primary {
    padding: 40px 20px;
}

.authentication-box .container h3 {
    color: #ffffff;
    font-weight: 600;
    text-align: center;
}

.authentication-box .container p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 2;
    text-align: center;
}

.authentication-box .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bg-primary {
    background-color: #0c971a !important;
    color: #ffffff;
}

.card-left {
    z-index: 1;
}

.card-right {
    margin-left: -15px;
}

.card-right .card {
    padding-left: 15px;
}

.card .card-body {
    padding: 30px;
    background-color: transparent;
}

.tab2-card .card-body h2 {
    font-size: 36px;
    color: #222222;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
}

.authentication-box .container .form-group {
    margin-bottom: 1.5rem;
}

.auth-form .form-control {
    border-radius: 25px;
    padding: 9px 25px;
    border: 1px solid #eaeaea;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}


/* .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
} */


/* .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
} */

input#customControlAutosizing {
    margin-left: -15px;
}

.forgot-pass {
    padding: 0;
    float: right;
}

.authentication-box .btn-primary {
    border-radius: 25px;
    margin-top: 20px;
    font-weight: 400;
    padding: 11px 45px;
    background-color: #0c971a !important;
    border: 1px solid #0c971a !important;
}

@media screen and (max-width:767px) {
    .button-flex {
        display: flex;
        justify-content: space-between;
    }
    .card-body {
        padding: 15px;
    }
    .margin-20 {
        margin: 15px 0px;
    }
    .card-right {
        padding: 0px 15px !important;
        margin-left: 0px;
    }
    .card-left {
        z-index: 1;
        padding: 15px 15px 0px 15px !important;
    }
}

@media screen and (max-width:767px) {
    .show-mobile {
        display: block;
    }
    .top-header .navbar .mobile-toggle-icon,
    .top-header .navbar .search-toggle-icon {
        color: #fff !important;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
    }
}


/* --------------anjani-design---------- */

.user-name-first {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 15px;
}

.heading-dashboard {
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0px;
}

.margin-left {
    margin-left: 35%;
}

.position-absolute .form-control::placeholder {
    color: var(--2nd-text-color, #9DA6BA);
    font-family: Inter;
    font-size: 12.048px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.position-absolute {
    right: 3px;
    background-color: #020073;
    width: 42px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.position-absolute i {
    color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #020073;
    border-color: #020073;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
}

.btn-success:hover {
    color: #020073;
    background-color: #fff;
    border-color: #020073;
}

.sam-btn1 {
    border-radius: 38px;
    width: 100%;
}

.btn-user-o {
    color: #020073;
    border-color: #020073;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
}

.date-content {
    font-family: Inter;
    font-weight: 500;
    letter-spacing: 0em;
    text-align: center;
    color: #666666;
}

.btn-user-o:hover {
    background-color: #020073;
    border-color: #020073;
    color: #FFF;
}

.btn-primary {
    background: #E5E5F8;
    border-color: #E5E5F8;
    color: #020073;
}

.btn-primary:hover {
    background-color: #020073;
    color: #fff;
}

.dash-heading {
    color: #081131;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    vertical-align: baseline !important;
}

.table thead th {
    color: #666;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.table thead th td {
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.input-tbl::placeholder {
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-select {
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 9px;
}


/* -----------new-css------- */

.btn i {
    margin-left: 0px;
}


/*/ -------------scroll-bar-custom------- /*/

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
}

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb {
    background: #020073;
    border-radius: 10px;
}

 ::-webkit-scrollbar-thumb:hover {
    background: #020073;
}

.scroll-x table {
    overflow: auto;
    width: 1400px;
}


/*pagination css*/

.pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 30px;
}

.box-p h1 {
    background-color: #020073;
    color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px
}

.box-p h2 {
    border: 1px solid #CED1D1;
    color: #CED1D1;
    background-color: #fff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: 4px;
}

.box-p h3 a {
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    color: #020073;
    margin-left: 6px;
}

.box-p h3 {
    font-family: Inter;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #020073;
}


/*Shreya css start*/

.modal-content {
    border-radius: 24px!important;
}

.modal-title {
    font-size: 22px;
    color: #000;
    width: 100%;
    margin: auto;
    text-align: center;
}

.login__label_modal {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login__field_modal {
    border: 1.5px solid #9DA6BA;
    height: 48px;
    color: #A6A6A6;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    padding: 0.5em 0.75em;
    width: 100%;
    border-radius: 0;
}








.sample-lab label {
        color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
}

.login__btn_modal {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 56px;
    width: 100%;
    border: none;
    background: #020073;
}

.sample-lab label {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
}

.sample-lab .sh::placeholder {
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-button .btn {
    width: 110px !important;
    height: 40px !important;
    flex-shrink: 0;
    border-radius: 38px !important;
    background: #020073 !important;
    border: 1px solid #020073 !important;
}

.form-control.sh {
    padding: 5px!important;
}

.sam-top {
    margin-top: 30px;
    margin-bottom: 30px;
}

.sam-btn {
    border-radius: 38px;
    margin-top: 16px;
    width: 100%;
}

.sample-top {
    margin-top: 20px;
}

.btn-end {
    display: flex;
    align-items: end;
}

.sam-btn-rad {
    border-radius: 38px;
}

.dash-p {
    font-size: 16px;
    font-weight: 500;
    color: #777777;
    font-family: 'Inter';
}

.setting-tab {
    background-color: #F3F3F3;
}

.nav-pills.setting-tab .nav-link {
    border-radius: inherit;
}

.nav-pills.setting-tab .nav-link.active,
.nav-pills.setting-tab .show>.nav-link {
    background-color: #020073;
    color: var(--bs-nav-pills-link-active-color);
    /* background-color: var(--bs-nav-pills-link-active-bg); */
}

.nav-link.seting {
    padding: 10px 40px!important;
}

.gal-set {
    display: flex;
    border-top: 1px solid #D7D7D7;
    margin-top: 20px;
    width: 100%;
    justify-content: space-between;
}

.gall {
    width: 62%;
    margin-top: 20px;
}

.sett {
    margin-top: 20px;
}

.gall h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'INTER';
}

.gall p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'INTER';
    color: #666666;
    margin-bottom: 0;
}

.form-check-input:checked {
    background-color: #424DE5;
    border-color: #424DE5;
}

.form-switch .form-check-input {
    width: 34px;
    height: 18px;
}

.blu-check {
    margin-left: 10px;
}

.gal-mod {
    padding: 0px 20px 20px 20px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #D9D9D9;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: #020073;
}

.gal-view-mod h2 {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.gal-view-mod h4 {
    color: #808080;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.gal-view-mod h5 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.gal-view-mod p {
    color: #1E1E1E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.gal-view-mod span {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.carousel {
    position: relative;
    height: 100%;
}

.view-im svg {
    margin: 8px;
}

.cross {
    background: #E3E2FA url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAhCAYAAAAlK6DZAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMYSURBVHgBtZetUxtBGMaf3UMgT+IaWUlUD5gpwSGLqyuoTl0gw9CqUtlhgKurA/4CdFVAlIsjdaB6krrDVXC3fd/7yN5HktsL6TPDbHaz2d9+vM/ui4VY+8sSzoHC63vgZ4D/oq4NOIvA4K/gqkTvNxUt+vMjLGwAX33MVQctiac+MyKEGzJttdOyJfB0ibmqa2dArknI9RgaAVtZF1o6bXXvDHMRA60RMGFFF1by0fMVVh4FxGb63bKAIxQGV3iGJNa+U7GpgdgGTq8t3cUbCKzQNgsnqYuOwqpP7b8wg2i3XCrea6A6BE6+xSOXOwv0LqnxTVoNIkgKrKMhmgEPqfhcAn7R35ekEO4oIIPQmUSXHH2YE5Alxv+0S1Es+3TGrbSBrBS2AXeqhy3sbSuIMw3EOXC8U53YWLkUWBZHdAahSVg1VtpfzgOT3aoCk8lN1M0DRfQfWm18viIGr9kKNz+qfdn8oUcfFhOgoklHK3z7NISyvKHCGgM7aYNDEf6oKNKLwNj8SzkgBZ/7MGnUGijr5rpkpU2yEtnIu8tfbyWgP21EAUORlfq5FQcWWSmMIzsDIlBJsPn1Yxmra1NE3+YiuiDyc9vUzxLGcoNk6xBUgXy9mV8gBmea1yCgCOaAcbKW1Bof0ECNoOlt8zHfRuez1PRxMIaWrzda4ZUYPVmiU7XStLGMZra3jcJ9inOFYz7fC91LnPKtZDKeQfRy/hTdZjU+QwK2kxpHtMVWymD0Ki2069KdmpWy+aO+BrL5ww39PUd0uMXtaUOamnTtGaGj28bWwPi2KVmm+eNg1QBbJaA/vj8/Dqv3tM1vuTb9cRgL5WQKHgrXG78Yddebd1fKs5xJVqpAKZli4MusTkAaxDXMk8zyLFms9M6hI3GUvaGBIpzssodzALdsJZkDHlLxTv+Yc5vjC8ygakQX8yyZA05NppopeRxy4PQ/h8RKcgG9TgnoPg84AhesJOIE3opzKEmzaWkgZ28nu5ibjoa0iNF4ST7de2EpvPIpzPm5uqIt+TQpmZpdOs9Ktnseu2is/fXsTP8Bib1Qu81Oj1QAAAAASUVORK5CYII=") center/1em auto no-repeat;
    width: 31px;
    height: 30px;
}

.send-btn .btn {
    width: 98.315px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
    right: 35px;
}

.form-label1 {
    color: #848484;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.tab-heading1 {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.tab-heading2 {
    color: #0B0B0B;
    font-family: Inter;
    font-size: 16px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
}

.border-box1 {
    border: 1.5px solid #9DA6BA;
    padding: 10px;
    border-radius: 5px;
}

.content-user h6 {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

.content-user p {
    color: #A6A6A6;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 5px;
}

.reply-message {
    color: #020073;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.box-db {
    margin-bottom: 10px;
    display: flex;
}

.flex-button .new-search .searchbar .form-control.ad-user {
    width: 350px;
    height: 43px;
}

.modal-body.sample-padd {
    padding: 10px 0;
}

.tab-heading {
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.btn-user {
    color: #fff;
    background-color: #020073;
    border-color: #020073;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 15px;
}

.btn-user:hover {
    color: #020073;
    background-color: #fff;
    border-color: #020073;
}

.view-im img {
    margin: 8px;
}


.toggled .logo-background img {
    display: none !important;
}

.home-box .card {
    border: 0;
    margin-bottom: 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    background: rgb(2 0 115);
    text-align: center;
}

.dashboard .table thead th {
    color: #fff;
    font-family: Inter;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #020073;
    text-align: center;
}

.dashboard .dash-heading {
    color: #ffffff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text-dark {
    color: rgb(27 27 28) !important;
}

.text-left {
    text-align: left;
}
.font-weight-bold {
    font-weight: 700;
}

.card-header {
    background-color: #020073;
    color: #fff !important;
}

.datatable table th{
    text-align: center;
}
.datatable,tr, td {    
    padding: 10px;
    width:"200px";
    overflow-y: "hidden";    
    text-align: center;
    
}


.datatable table{    
    width:100%
}
.resolved{
width: 10px;
height: 10px;
border-radius: 5px;
background-color:rgb(107, 142, 35);
}
.pending{
width: 10px;
height: 10px;
border-radius: 5px;
background-color: rgb(255, 114, 114);
}
.reject{
width: 10px;
height: 10px;
border-radius: 5px;
background-color: rgb(220, 53, 69);
}

.creditReceived{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgb(115, 165, 128);
    }
.shipped{
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: rgb(52, 152, 219);
 }
 .approved{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgb(76, 175, 80);
    }
.status{
        display: flex ;
        width: 100%;
        justify-content: center;
    }


    .flex-y .f-20 {
        width: 30%;
    }
    
    .flex-y {
        display: flex;
    }

    .edit-profile-pic i{
        position: absolute;
        z-index: 99999;
        top: 53px;
        left: 56px;
        background-color: #fff;
        color: #020073;
        padding: 1px 4px;
        border-radius: 50px;
        font-size: 13px;
        border: 1px solid #020073;
        box-shadow: 0px 0px 1px 1px;
    }