@import"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css";

body {
    position: relative;
    font-size: 14px;
    font-family: Noto Sans, sans-serif;
    letter-spacing: .5px;
    background-color: #E0E6F0
}

a {
    text-decoration: none
}

input::placeholder {
    color: #000 !important;
    opacity: .3 !important
}

@keyframes animdropdown {
    0% {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

@-webkit-keyframes animdropdown {
    0% {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translateZ(0);
        opacity: 1
    }
}

.top-header .navbar {
    height: 70px;
    position: fixed;
    left: 300px;
    right: 20px;
    top: 20px;
    padding: 0 1.5rem;
    z-index: 10;
    transition: ease-out 0.3s;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    pointer-events: none;
}

.top-header .navbar .search-bar {
    width: auto;
    cursor: pointer
}

.top-header .navbar .search-bar .search-control:focus,
.top-header .navbar .search-bar .mobile-search-control:focus {
    box-shadow: none;
    border: 1px solid var(--bs-border-color)
}

.top-header .navbar .search-bar .search-close {
    display: none
}

.top-header .navbar .search-bar .search-popup {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    top: 54px;
    left: 0;
    right: 0;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 .5rem 1rem #00000026;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

.top-header .navbar .search-bar .search-popup .card {
    border: 1px solid #dee2e6;
    box-shadow: none;
    margin-bottom: 0;
}

.top-header .navbar .search-bar .search-popup .search-content {
    position: relative;
    height: 24.3rem
}

.top-header .navbar .search-bar .search-popup .search-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #939aa0;
    margin-bottom: 1rem
}

.top-header .navbar .search-bar .search-popup .kewords {
    font-size: 12.5px;
    font-weight: 500;
    color: #606060;
    padding: .4rem .7rem;
    background-color: #f3f3f3;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s cubic-bezier(.075, .82, .165, 1);
    gap: .5rem
}

.top-header .navbar .search-bar .search-popup .kewords:hover {
    color: #efefef;
    background-color: #28292d
}

.top-header .navbar .search-bar .search-popup .search-list-item {
    padding: .4rem .7rem;
    border-radius: .25rem;
    transition: .2s cubic-bezier(.075, .82, .165, 1)
}

.top-header .navbar .search-bar .search-popup .search-list-item:hover {
    color: #3a3a3a;
    background-color: #f8f8f8
}

.top-header .navbar .search-bar .search-popup .search-list-item .list-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #edecec
}

.top-header .navbar .search-bar .search-popup .search-list-item .search-list-title {
    font-size: 14px
}

.top-header .navbar .nav-item {
    height: 70px;
    display: flex;
    align-items: center;
    pointer-events: auto;

}

.top-header .navbar .nav-item .mega-menu {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    border-radius: 0%
}

.top-header .navbar .nav-item .mega-menu:after {
    display: none
}

.top-header .navbar .nav-item .mega-menu .mega-menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #f8f8f8
}

.top-header .navbar .nav-item .mega-menu .card {
    cursor: pointer;
    transition: .2s all
}

.top-header .navbar .nav-item .mega-menu .card:hover {
    background-color: #f8f8f8
}

.top-header .navbar .nav-item .dropdown-apps {
    width: 320px;
    box-shadow: 0 .5rem 1rem #00000026 !important;
    border-radius: 1rem
}

.top-header .navbar .nav-item .dropdown-apps .app-name {
    font-size: 14px
}

.top-header .navbar .nav-item .dropdown-apps .app-wrapper {
    padding: 1rem;
    background-color: #fff;
    border-radius: 0rem;
    cursor: pointer
}

.top-header .navbar .nav-item .dropdown-apps .app-wrapper:hover {
    background-color: #f8f8f8
}

.top-header .navbar .nav-item .dropdown-notify {
    width: 360px;
    border-radius: 1rem
}

.top-header .navbar .nav-item .dropdown-notify .option {
    font-size: 1rem;
    color: #494949;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.top-header .navbar .nav-item .dropdown-notify .option:hover {
    background-color: #efefef
}

.top-header .navbar .nav-item .dropdown-notify .notiy-title {
    font-size: 1rem
}

.top-header .navbar .nav-item .dropdown-notify .dropdown-option {
    font-size: 14px
}

.top-header .navbar .nav-item .dropdown-notify .notify-title {
    color: rgba(var(--bs-dark-rgb));
    font-size: 15px;
    font-weight: 500;
    margin-bottom: .2rem
}

.top-header .navbar .nav-item .dropdown-notify .notify-desc {
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
    font-size: 13px;
    font-weight: 400;
    width: 240px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.top-header .navbar .nav-item .dropdown-notify .notify-time {
    color: #939aa0;
    font-size: 12px;
    margin-top: .2rem
}

.top-header .navbar .nav-item .dropdown-notify .user-wrapper,
.top-header .navbar .nav-item .dropdown-notify .notify-close {
    width: 45px;
    height: 45px;
    font-size: 20px;
    font-weight: 500;
    background-color: #efefef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.top-header .navbar .nav-item .dropdown-notify .notify-close {
    width: 20px;
    height: 20px;
    background-color: #efefef;
    visibility: hidden
}

.top-header .navbar .nav-item .dropdown-notify .notify-list {
    position: relative;
    height: 390px
}

.top-header .navbar .nav-item .dropdown-notify .dropdown-item:hover .notify-close {
    visibility: visible
}

.top-header .navbar .nav-item .dropdown-user {
    width: 260px;
    border-radius: 1rem;
    background: linear-gradient(to bottom, #113C74, #2071DA);
}

.top-header .navbar .dropdown-user .dropdown-item a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 16px;
    font-size: 15px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.5rem;
    transition: all 0.3s ease-out;
}

.top-header .navbar .dropdown-user .dropdown-item a:hover{
    color: #2071DA;
    background-color: #ffffff;
    text-decoration: none;
}

.top-header .navbar .dropdown-user .dropdown-item.no-hover:hover {
    background: none !important;
    color: inherit !important;
    cursor: default !important;
}

.top-header .navbar .nav-item .badge-notify {
    position: absolute;
    top: 2px;
    right: 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f01414
}

.top-header .navbar .dropdown-menu {
    border-radius: 1rem;
    border: 0;
    animation: .6s cubic-bezier(.25, .8, .25, 1) 0s normal forwards 1 animdropdown
}

.top-header .navbar .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 .btn-toggle a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2071DA;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .3s;
    pointer-events: auto;
}

.top-header .btn-toggle a:hover,
.top-header .btn-toggle a:focus {
    color: #ffffff;
    background-color: #2071DA
}

.top-header .nav-right-links .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .3s
}

.top-header .nav-right-links .nav-link:hover,
.top-header .nav-right-links .nav-link:focus {
    background-color: #efefef
}

.dropdown-menu {
    border-radius: 1rem;
    border: 0;
    box-shadow: 0 .5rem 1rem #00000026 !important;
}

/* Sidebar Wrapper */
.sidebar-wrapper {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 260px;
    height: calc(100% - 40px);
    background: linear-gradient(to bottom, #113C74, #2071DA);
    border-right: 1px solid var(--bs-border-color);
    z-index: 12;
    transition: ease-out 0.3s;
    box-shadow: 0 2px 6px #0000000b, 0 2px 6px #0000000c;
    border-radius: 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

/* Sidebar Header */
.sidebar-wrapper .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 0.5rem;
    gap: 0.5rem;
    flex-shrink: 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.sidebar-wrapper .sidebar-header .logo-img {
    width: 50px;
}

.sidebar-wrapper .sidebar-header .logo-name h5 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    color: #E0E6F0;
    margin: 0;
}

.sidebar-wrapper .sidebar-header .sidebar-close {
    display: none; /* Show this with media queries for responsiveness */
    align-items: center;
    justify-content: center;
    color: #E0E6F0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-header .sidebar-close:hover,
.sidebar-wrapper .sidebar-header .sidebar-close:focus {
    color: #566FA3;
    background-color: #E0E6F0;
}

/* Sidebar Nav */
.sidebar-wrapper .sidebar-nav {
    margin-top: 1rem;
    overflow-y: auto;
    flex-grow: 1;
}

.sidebar-wrapper > .sidebar-nav {
    flex: 1;
    overflow-y: auto;
    padding-right: 10px; /* optional: space for scrollbar */
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

/* MetisMenu Styles */
.sidebar-wrapper .sidebar-nav .metismenu {
    background: none;
    display: flex;
    flex-direction: column;
}

.sidebar-wrapper .sidebar-nav .metismenu > li {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 5px;
}

.sidebar-wrapper .sidebar-nav .metismenu li:last-child {
    margin-bottom: 5px;
}

.sidebar-wrapper .sidebar-nav .metismenu a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 6px 16px;
    font-size: 15px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 0.5rem;
    transition: all 0.3s ease-out;
}

.sidebar-wrapper .sidebar-nav .metismenu a .parent-icon {
    line-height: 1;
}

.sidebar-wrapper .sidebar-nav .metismenu a .menu-title {
    margin-left: 10px;
}

.sidebar-wrapper .sidebar-nav .metismenu a:hover,
.sidebar-wrapper .sidebar-nav .metismenu a:focus {
    color: #2071DA;
    background-color: #ffffff;
    text-decoration: none;
}

.sidebar-wrapper .sidebar-nav .metismenu a:active {
    color: #2071DA;
    background-color: #008cff0d;
    text-decoration: none;
}

.sidebar-wrapper .sidebar-nav .metismenu .mm-active > a {
    color: #2071DA;
    background-color: #ffffff;
    text-decoration: none;
}

/* Submenus */
.sidebar-wrapper .sidebar-nav .metismenu ul {
    background-color: #fff;
    padding: 0;
}

.sidebar-wrapper .sidebar-nav .metismenu ul a {
    padding: 6px 15px 6px 20px;
    font-size: 15px;
    border: 0;
    color: #333;
}

.sidebar-wrapper .sidebar-nav .metismenu ul a i {
    margin-right: 5px;
}

.sidebar-wrapper .sidebar-nav .metismenu ul ul a {
    padding: 8px 15px 8px 30px;
}

.sidebar-wrapper .sidebar-nav .metismenu ul ul ul a {
    padding: 8px 15px 8px 45px;
}

/* Menu Label */
.sidebar-wrapper .menu-label {
    padding: 10px 16px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: bold;
}


.toggled .top-header .navbar {
    left: 70px
}

.toggled .main-wrapper {
    margin-left: 70px
}

.toggled .page-footer {
    left: 70px
}

@media screen and (min-width: 1199px) {
    body.toggled .sidebar-wrapper:hover {
        box-shadow: 0 .5rem 1rem #00000026
    }

    body.toggled .sidebar-wrapper:hover .sidebar-header .sidebar-close {
        display: flex
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center;
        width: 70px
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-name {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom {
        width: 70px
    }

    body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-laungauge {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-help {
        display: none
    }
}

.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: #000000b3;
    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%
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px
}

.chip.chip-md img {
    height: 42px;
    width: 42px
}

.main-wrapper {
    margin-left: 300px; /* 260px sidebar + 20px gap + 20px sidebar padding */
    margin-right: 20px;
    padding: 1.5rem 0;
    transition: ease-out 0.3s;
}

.main-wrapper .main-content {
    padding: 1.5rem;
}

.main-wrapper .main-content .breadcrumb-title {
    font-size: 20px;
    border-right: 1.5px solid #aaa4a4;
}

.main-wrapper .main-content .page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;
}

.main-wrapper .main-content .page-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    font-family: Material Icons Outlined;
    content: ""
}

.main-wrapper .main-content .badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #f2f2f3;
    cursor: pointer
}

.main-wrapper .main-content .badge-icon .badge-number {
    width: 20px;
    height: 20px;
    background-color: #ff1717;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    padding: 1px
}

.main-wrapper .main-content .sharelink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .3s
}

.main-wrapper .main-content .sharelink:hover,
.main-wrapper .main-content .sharelink:focus {
    background-color: #efefef
}

.main-wrapper .main-content .options {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .3s;
    width: 30px;
    height: 30px
}

.main-wrapper .main-content .options:hover,
.main-wrapper .main-content .options:focus {
    background-color: #efefef
}

.main-wrapper .main-content .dropdown-menu-share {
    width: max-content
}

.main-wrapper .main-content .vertical-pills button {
    width: 100%;
    text-align: left;
    border-radius: 0%
}

.main-wrapper .main-content .vertical-pills .nav-link {
    border-bottom: 1px solid #dee2e6;
    color: #5d5d5d
}

.main-wrapper .main-content .vertical-pills .nav-link:last-child {
    border-bottom: 0px solid #dee2e6
}

.main-wrapper .main-content .vertical-pills .nav-link.active {
    color: #fff
}

.main-wrapper .main-content .customer-notes {
    height: 480px;
    position: relative;
    overflow-y: scroll
}

.main-wrapper .main-content .lable-table {
    text-transform: uppercase;
    padding: 1px 8px
}

.main-wrapper .main-content .customer-table table thead {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 400
}

.main-wrapper .main-content .customer-table table .customer-name {
    color: #000
}

.main-wrapper .main-content .product-table table thead {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 400
}

.main-wrapper .main-content .product-table table .product-category {
    font-size: .8rem;
    color: #878d96
}

.main-wrapper .main-content .product-table table .product-title {
    font-size: .97rem;
    color: #2f353c
}

.main-wrapper .main-content .product-table table .product-tags {
    max-width: 220px;
    display: flex;
    align-items: center;
    gap: .3rem;
    flex-wrap: wrap
}

.main-wrapper .main-content .product-table table .product-tags .btn-tags {
    font-size: .75rem;
    background-color: #f6f6f6;
    color: #000;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px
}

.main-wrapper .main-content .product-table table .product-rating {
    font-size: .8rem;
    background-color: #fff;
    padding: 2px 5px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    font-weight: 500
}

.separator {
    display: flex;
    align-items: center
}

.separator .line {
    height: 1px;
    flex: 1;
    background-color: #dee2e6
}

.separator p {
    padding: 0 1rem
}

.review-desc {
    width: 400px
}

.auth-cover-left,
.auth-cover-right {
    display: flex;
    background-color: #fff;
    min-height: 100vh
}

.auth-cover-right {
    background-color: #fff
}

.auth-social-login {
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: start
}

.order-delete {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer
}

.order-delete:hover,
.order-delete:focus {
    background-color: #efefef
}

.page-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-top: 1px solid var(--bs-border-color);
    height: 40px;
    position: absolute;
    left: 260px;
    right: 0;
    bottom: 0;
    transition: ease-out .3s
}

.user-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .3s;
    position: absolute;
    right: -50px;
    top: 16px;
    background-color: #050505
}

.order-title {
    font-size: 15px
}

.primaery-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all .3s
}

.primaery-menu-close:hover,
.primaery-menu-close:focus {
    background-color: #efefef
}

.dropdown-toggle-nocaret:after {
    display: none
}

.dropup .dropdown-toggle-nocaret:after {
    display: none
}

.w-260 {
    width: 300px !important
}

.h-70 {
    height: 70px !important
}

.h-370 {
    height: 370px
}

.f-14 {
    font-size: 14px
}

.raised {
    box-shadow: var(--mdc-protected-button-container-elevation, 0px 3px 1px -2px rgba(0, 0, 0, .2), 0px 2px 2px 0px rgba(0, 0, 0, .14), 0px 1px 5px 0px rgba(0, 0, 0, .12))
}

.wh-42 {
    width: 42px;
    height: 42px
}

.wh-48 {
    width: 48px;
    height: 48px
}

.wh-64 {
    width: 64px;
    height: 64px
}

.wh-120 {
    width: 120px;
    height: 120px
}

.font-22 {
    font-size: 45px
}

.font-text1 {
    font-size: .8rem
}

.font-text2 {
    font-size: .7rem
}

.piechart-legend {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center
}

.cursor-pointer {
    cursor: pointer
}

.theme-icons {
    background-color: #fff
}

.user-list {
    position: relative;
    height: 400px
}

.btn-circle {
    display: flex;
    align-items: center;
    justify-content: center
}

.error {
    color: #fe1010
}

.dash-lable {
    font-size: 14px;
    padding: 2px 7px;
    background-color: #f3f3f3;
    width: max-content
}

form select.error,
form textarea.error,
form input.error,
form input.error:focus,
form textarea.error:focus,
form select.error:focus {
    border-color: #fe1010 !important
}

.alert-border-primary {
    border: 1px solid var(--bs-gray-400);
    border-left: 5px solid #008cff
}

.alert-border-secondary {
    border: 1px solid var(--bs-gray-400);
    border-left: 5px solid #6c757d
}

.alert-border-success {
    border: 1px solid var(--bs-gray-400);
    border-left: 5px solid #02c27a
}

.alert-border-danger {
    border: 1px solid var(--bs-gray-400);
    border-left: 5px solid #fc185a
}

.alert-border-warning {
    border: 1px solid var(--bs-gray-400);
    border-left: 5px solid #fbb513
}

.alert-border-info {
    border: 1px solid var(--bs-gray-400);
    border-left: 5px solid #0dcaf0
}

.alert-border-dark {
    border: 1px solid var(--bs-gray-400);
    border-left: 5px solid #212529
}

.bg-error {
    background-image: url(../assets/images/auth/error-bg.png);
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.error-title {
    font-size: 140px;
    line-height: 140px;
    text-transform: uppercase;
    font-weight: 700
}

.error-sub-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase
}

.contacts-social a {
    font-size: 16px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #eeecec;
    text-align: center;
    border-radius: 50%;
    color: #2b2a2a
}

.chart-container1 {
    position: relative;
    height: 350px
}

.chart-container2 {
    position: relative;
    height: 138px
}

.gmaps,
.gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px
}

.border-gradient-1 {
    border-image: linear-gradient(to right, #7928ca, #ff0080, #04e09a, #e0d504) 1
}

.auth-basic-wrapper {
    width: auto;
    height: auto
}

@media (min-width: 1024px) {
    .auth-basic-wrapper {
        height: 100vh
    }
}

.bg-login,
.bg-reset-password,
.bg-forgot-password,
.bg-register {
    background-image: url(../images/auth/login1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

.bg-register {
    background-image: url(../images/auth/register1.png)
}

.bg-forgot-password {
    background-image: url(../images/auth/forgot-password1.png)
}

.bg-reset-password {
    background-image: url(../images/auth/reset-password1.png)
}

.email-wrapper {
    width: auto;
    height: 600px;
    overflow: hidden;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 .1rem .7rem #0000001a
}

.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-navigation a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all .3s ease-out
}

.email-navigation a.list-group-item:hover {
    background-color: #0d6efd1f
}

.email-navigation a.list-group-item.active {
    color: #0b5ed7;
    font-weight: 600;
    background-color: #0d6efd1f
}

.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-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 rgba(0, 0, 0, 0)
}

.email-meeting a.list-group-item:hover {
    background-color: #007bff26;
    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 rgba(0, 0, 0, .15)
}

@media (min-width: 1280px) {
    .email-toggle-btn {
        display: none
    }
}

.email-actions {
    width: 230px
}

.email-time {
    font-size: 13px;
    color: #6c757d
}

.email-list {
    position: relative;
    height: 530px
}

.email-list div.email-message {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    color: #383a3c
}

.email-list div.email-message:hover {
    transition: all .2s ease-out;
    background-color: #eceef1
}

.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: #fff0
}

.compose-mail-close:hover {
    background-color: #fff3
}

.chat-wrapper {
    width: auto;
    height: 600px;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 .1rem .7rem #0000001a
}

.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-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-sidebar-content {
    padding: 0
}

.chat-user-online {
    position: relative
}

.chat-list {
    position: relative;
    height: 300px
}

.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-list .list-group-item {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: transparent
}

.chat-list .list-group-item:hover {
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #0d6efd1f
}

.chat-list .list-group-item.active {
    background-color: #0d6efd1f
}

.chat-content {
    margin-left: 340px;
    padding: 85px 15px 15px;
    position: relative;
    width: auto;
    height: 520px
}

.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 {
    display: none
}

.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 rgba(0, 0, 0, .15)
}

@media (min-width: 1280px) {
    .chat-footer-menu {
        display: block
    }
}

.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: #007bff00
}

.chat-title {
    font-size: 14px;
    color: #272b2f
}

.chat-msg,
.chat-time {
    font-size: 13px;
    color: #6c757d
}

.chart-online {
    color: #16e15e
}

.chat-top-header-menu {
    display: none
}

.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 rgba(0, 0, 0, .15)
}

@media (min-width: 1280px) {
    .chat-top-header-menu {
        display: block
    }
}

.chat-content-leftside .chat-left-msg {
    width: fit-content;
    background-color: #eff2f5;
    padding: .8rem;
    border-radius: 0 12px 12px;
    max-width: 480px;
    text-align: left;
    color: #fff
}

.chat-content-rightside .chat-right-msg {
    width: fit-content;
    background-color: #dcedff;
    padding: .8rem;
    border-radius: 12px 12px 0;
    float: right;
    max-width: 480px;
    text-align: left;
    color: #fff
}

.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 rgba(0, 0, 0, .15)
}

@media (min-width: 1280px) {
    .chat-toggle-btn {
        display: none
    }
}

.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: #008cff;
    color: #fff;
    transition: all .2s ease-out
}

.fm-file-box {
    font-size: 25px;
    background: #e9ecef;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem
}

.fm-icon-box {
    font-size: 32px;
    background: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem
}

.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
}

.user-groups img {
    margin-left: -14px;
    border: 1px solid #e4e4e4;
    padding: 2px;
    cursor: pointer
}

.form-check-img {
    max-width: 100%;
    height: auto
}

.form-check-label-highlighter .form-check-input:checked[type=checkbox]~.form-check-label,
.form-check-label-highlighter .form-check-input:checked[type=radio]~.form-check-label {
    border-color: #377dff
}

.welcome-back-img {
    position: relative
}

@media (min-width: 1280px) {
    .welcome-back-img {
        position: absolute;
        bottom: 0;
        right: 2rem
    }
}

.modal {
	--bs-modal-zindex: 1055;
	--bs-modal-width: 500px;
	--bs-modal-padding: 1rem;
	--bs-modal-margin: 0.5rem;
	--bs-modal-color: #000000 ;
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-title-line-height: 1.5;
	--bs-modal-footer-gap: 0.5rem;
	--bs-modal-footer-bg: ;
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
	pointer-events: none
}
.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px)
}
@media (prefers-reduced-motion:reduce) {
	.modal.fade .modal-dialog {
		transition: none
	}
}
.modal.show .modal-dialog {
	transform: none
}
.modal.modal-static .modal-dialog {
	transform: scale(1.02)
}
.modal-dialog-scrollable {
	height: calc(100% - var(--bs-modal-margin) * 2)
}
.modal-dialog-scrollable .modal-content {
	max-height: 100%;
	overflow: hidden
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto
}
.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin) * 2)
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--bs-modal-color);
	pointer-events: auto;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0
}
.modal-backdrop {
	--bs-backdrop-zindex: 1050;
	--bs-backdrop-bg: #000;
	--bs-backdrop-opacity: 0.5;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-backdrop-zindex);
	width: 100vw;
	height: 100vh;
	background-color: var(--bs-backdrop-bg)
}
.modal-backdrop.fade {
	opacity: 0
}
.modal-backdrop.show {
	opacity: var(--bs-backdrop-opacity)
}
.modal-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: var(--bs-modal-header-padding);
	border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
	border-top-left-radius: var(--bs-modal-inner-border-radius);
	border-top-right-radius: var(--bs-modal-inner-border-radius)

}
.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
	margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}
.modal-title {
	margin-bottom: 0;
    color:#000000;
	line-height: var(--bs-modal-title-line-height)

}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: var(--bs-modal-padding)
}
.modal-footer {
	display: flex;
	flex-shrink: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
	background-color: var(--bs-modal-footer-bg);
	border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
	border-bottom-right-radius: var(--bs-modal-inner-border-radius);
	border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}
.modal-footer>* {
	margin: calc(var(--bs-modal-footer-gap) * .5)
}
@media (min-width:576px) {
	.modal {
		--bs-modal-margin: 1.75rem;
		--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)
	}
	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto
	}
	.modal-sm {
		--bs-modal-width: 300px
	}
}
@media (min-width:992px) {
	.modal-lg, .modal-xl {
		--bs-modal-width: 800px
	}
}
@media (min-width:1200px) {
	.modal-xl {
		--bs-modal-width: 1140px
	}
}
.modal-fullscreen {
	width: 100vw;
	max-width: none;
	height: 100%;
	margin: 0
}
.modal-fullscreen .modal-content {
	height: 100%;
	border: 0;
	border-radius: 0
}
.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
	border-radius: 0
}
.modal-fullscreen .modal-body {
	overflow-y: auto
}
@media (max-width:575.98px) {
	.modal-fullscreen-sm-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-sm-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-sm-down .modal-body {
		overflow-y: auto
	}
}
@media (max-width:767.98px) {
	.modal-fullscreen-md-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-md-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-md-down .modal-body {
		overflow-y: auto
	}
}
@media (max-width:991.98px) {
	.modal-fullscreen-lg-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-lg-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-lg-down .modal-body {
		overflow-y: auto
	}
}
@media (max-width:1199.98px) {
	.modal-fullscreen-xl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xl-down .modal-body {
		overflow-y: auto
	}
}
@media (max-width:1399.98px) {
	.modal-fullscreen-xxl-down {
		width: 100vw;
		max-width: none;
		height: 100%;
		margin: 0
	}
	.modal-fullscreen-xxl-down .modal-content {
		height: 100%;
		border: 0;
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
		border-radius: 0
	}
	.modal-fullscreen-xxl-down .modal-body {
		overflow-y: auto
	}
}
.badge-section img:hover {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}
