/*
Template Name: Maxton Admin
Author: codervent
Email: codervent@gmail.com
File: main.scss

Table of Index

  --Genral
  --aligns
  --dropdown animation
  --header
  --mini sidebar
  --main content
  --page footer
  --Metis Menu
  --order offcanvas
  --utilities
  --alerts
  --authentication
  --switcher

*/
/* Genral*/
@import url("../../sass/bootstrap-icons/bootstrap-icons.min.css");
@import url("../sass/bootstrap-icons/bootstrap-icons.min.css");

body {
    position: relative;
    font-size: 14px;
    font-family: "Noto Sans", sans-serif;
    background-color: #eff1f3;
}

a {
    text-decoration: none;
}

input::-moz-placeholder {
    color: #000 !important;
    opacity: 0.3 !important;
}

.readonly {
    pointer-events: none !important;
    background: #e9ecef !important;
}

.disabled {
    pointer-events: none !important;
    opacity: 0.7 !important;
}

input::placeholder {
    color: #000 !important;
    opacity: 0.3 !important;
}

/* aligns */
/* dropdown animation */
@keyframes animdropdown {
    from {
        transform: translate3d(0, 6px, 0);
        opacity: 0;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/*header*/
.top-header .navbar {
    background-color: #ffffff;
    height: 70px;
    position: fixed;
    left: 260px;
    right: 0;
    top: 0;
    padding: 0 1.5rem;
    z-index: 10;
    transition: ease-out 0.3s;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.044), 0 2px 6px 0 rgba(0, 0, 0, 0.049);
}

.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: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    animation: 0.6s cubic-bezier(0.25, 0.8, 0.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: 0.4rem 0.7rem;
    background-color: #f3f3f3;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    gap: 0.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: 0.4rem 0.7rem;
    border-radius: 0.25rem;
    transition: 0.2s cubic-bezier(0.075, 0.82, 0.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;
}

.top-header .navbar .nav-item .mega-menu {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #ffffff;
    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: 0.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 0.5rem 1rem rgba(0, 0, 0, 0.15) !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: #ffffff;
    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: #ffffff;
    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: 0.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: 0.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;
}

.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: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 animdropdown;
}

.top-header .navbar .dropdown-menu::after {
    content: "";
    width: 13px;
    height: 13px;
    background: white;
    position: absolute;
    top: -6px;
    right: 16px;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

@media screen and (min-width: 1194px) {
    .btn-toggle{
        display: none !important;
    }
}

.logo-icon{
    display: none !important;
}

.top-header .btn-toggle a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
}

.top-header .btn-toggle a:hover,
.top-header .btn-toggle a:focus {
    background-color: #efefef;
}

.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 0.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 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* sidebar wrapper */
.sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: #033a7c;
    border-right: 1px solid var(--bs-border-color);
    z-index: 12;
    transition: ease-out 0.3s;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.044), 0 2px 6px 0 rgba(0, 0, 0, 0.049);
    /* Metis Menu */
}

.sidebar-wrapper .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 260px;
    height: 70px;
    padding: 0 1rem;
    gap: 0.5rem;
    z-index: 1;
    position: fixed;
    top: 0;
    background-color: #fff;
    transition: ease-out 0.3s;
}

.sidebar-wrapper .sidebar-header .logo-img {
    width: 52px;
}

.sidebar-wrapper .sidebar-header .logo-name h5 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
}

.sidebar-wrapper .sidebar-header .sidebar-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
    display: none;
    cursor: pointer;
}

.sidebar-wrapper .sidebar-header .sidebar-close:hover,
.sidebar-wrapper .sidebar-header .sidebar-close:focus {
    background-color: #efefef;
}

.sidebar-wrapper .sidebar-nav {
    margin-top: 70px;
    height: 100%;
}

.sidebar-wrapper .sidebar-nav ul {
    padding: 10px;
    margin: 0;
    list-style: none;
    background: 0 0;
}

.sidebar-wrapper .sidebar-nav .metismenu {
    background: 0 0;
    display: flex;
    flex-direction: column;
}

.sidebar-wrapper .sidebar-nav .metismenu li+li {
    margin-top: 5px;
}

.sidebar-wrapper .sidebar-nav .metismenu li:first-child {
    margin-top: 5px;
}

.sidebar-wrapper .sidebar-nav .metismenu li:last-child {
    margin-bottom: 5px;
}

.sidebar-wrapper .sidebar-nav .metismenu>li {
    display: flex;
    flex-direction: column;
    position: relative;
}

.sidebar-wrapper .sidebar-nav .metismenu a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px 16px;
    font-size: 15px;
    color: #fff;
    outline-width: 0;
    text-overflow: ellipsis;
    letter-spacing: 0.5px;
    border-radius: 0;
    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 > li > a:active {
    color: #008cff;
    text-decoration: none;
    background-color: rgba(0, 140, 255, 0.05);
}

.sidebar-wrapper .sidebar-nav .metismenu > li > a:focus {
    color: #008cff;
    text-decoration: none;
    background-color: rgba(0, 140, 255, 0.05);
}



.sidebar-wrapper .sidebar-nav .metismenu ul {
    padding: 0;
}

.sidebar-wrapper .sidebar-nav .metismenu ul a {
    padding: 6px 15px 6px 35px;
    font-size: 15px;
    border: 0;
}

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

.sidebar-wrapper .sidebar-nav .metismenu > .mm-active>a,.sidebar-wrapper .sidebar-nav .metismenu > li > a:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0367f0;
    border-radius: 10px;
}
.sidebar-wrapper .sidebar-nav .metismenu ul a:before {
    content: '';
    height: 35px;
    border: none;
    border-left: 2px dotted #0367f0;
    width: 0px;
    position: absolute;
    left: 19px;
    bottom: -22px;
}
.sidebar-wrapper .sidebar-nav .metismenu ul li:last-child a:before {
    content: none;
}
.sidebar-wrapper .sidebar-nav .metismenu ul a:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #0367f0;
    position: absolute;
    left: 17.5px;
    border-radius: 10px;
}
.sidebar-wrapper .menu-label {
    padding: 10px 16px 10px 16px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.sidebar-nav .metismenu .mm-active > a {
    background: transparent;
    border-radius: 3px;
}
.sidebar-wrapper .sidebar-nav .metismenu ul {
    background: #043877;
    border-radius: 10px;
    margin-top: 5px;
}
.sidebar-nav .metismenu .mm-collapse li.mm-active a {
    color: #fff;
}
.sidebar-nav .metismenu .mm-collapse li.mm-active a:after {
    background: #fff;
    width: 8px;
    height: 8px;
    left: 15.5px;
}
.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 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    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 {
        width: 70px;
        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: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    background-color: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    transition: all 0.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 content */
.main-wrapper {
    margin-top: 70px;
    padding-bottom: 20px;
    margin-left: 260px;
    transition: ease-out 0.3s;
}

.main-wrapper .main-content {
    padding: 1.5rem;
}

.main-wrapper .main-content .breadcrumb-title {
    font-size: 20px;
    font-weight: bold;
    color:#000;
}

.main-wrapper .main-content .page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;
}



.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 0.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 0.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: -moz-max-content;
    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: #ffffff;
}

.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: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
}

.main-wrapper .main-content .customer-table table .customer-name {
    color: #000000;
}

.main-wrapper .main-content .product-table table thead {
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 400;
}

.main-wrapper .main-content .product-table table .product-category {
    font-size: 0.8rem;
    color: #878d96;
}

.main-wrapper .main-content .product-table table .product-title {
    font-size: 0.97rem;
    color: #2f353c;
}

.main-wrapper .main-content .product-table table .product-tags {
    max-width: 220px;
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.main-wrapper .main-content .product-table table .product-tags .btn-tags {
    font-size: 0.75rem;
    background-color: #f6f6f6;
    color: #000000;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
}

.main-wrapper .main-content .product-table table .product-rating {
    font-size: 0.8rem;
    background-color: #ffffff;
    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: #ffffff;
    min-height: 100vh;
}

.auth-cover-right {
    background-color: #ffffff;
}

.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 0.3s;
    cursor: pointer;
}

.order-delete:hover,
.order-delete:focus {
    background-color: #efefef;
}

/*page footer*/
.page-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-top: 1px solid var(--bs-border-color);
    height: 40px;
    position: absolute;
    left: 260px;
    right: 0;
    bottom: 0;
    transition: ease-out 0.3s;
}

.user-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.3s;
    position: absolute;
    right: -50px;
    top: 16px;
    background-color: #050505;
}

/* order offcanvas */
.order-title {
    font-size: 15px;
}

/* utilities */
.primaery-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #494949;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: all 0.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, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 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: 0.8rem;
}

.font-text2 {
    font-size: 0.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: -moz-max-content;
    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;
}

/* alerts */
.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.html");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.error-title {
    font-size: 140px;
    line-height: 140px;
    text-transform: uppercase;
    font-weight: bold;
}

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

/* authentication */
.border-gradient-1 {
    -o-border-image: linear-gradient(to right, #7928ca, #ff0080, #04e09a, #e0d504) 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(../assets/images/auth/bg-login.html);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-register {
    background-image: url(../assets/images/auth/bg-register.html);
}

.bg-forgot-password {
    background-image: url(../assets/images/auth/bg-forgot.html);
}

.bg-reset-password {
    background-image: url(../assets/images/auth/bg-reset-password.html);
}

/* email box */
.email-wrapper {
    width: auto;
    height: 600px;
    overflow: hidden;
    border-radius: 0.25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 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, 0.125);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.email-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 0 solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 0.25rem;
    padding: 15px;
}

.email-navigation {
    position: relative;
    padding: 0;
    height: 345px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.email-navigation a.list-group-item {
    color: #404142;
    padding: 0.35rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-out;
}

.email-navigation a.list-group-item:hover {
    background-color: rgba(13, 110, 253, 0.12);
}

.email-navigation a.list-group-item.active {
    color: #0b5ed7;
    font-weight: 600;
    background-color: rgba(13, 110, 253, 0.12);
}

.email-header {
    position: absolute;
    height: 70px;
    left: 250px;
    right: 0;
    top: 0;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-right-radius: 0.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: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.email-meeting {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.email-meeting a.list-group-item {
    color: #404142;
    padding: 0.35rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.email-meeting a.list-group-item:hover {
    background-color: rgba(0, 123, 255, 0.15);
    transition: all 0.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, 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, 0.08);
    color: #383a3c;
}

.email-list div.email-message:hover {
    transition: all 0.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: rgba(255, 255, 255, 0);
}

.compose-mail-close:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

/* chat box */
.chat-wrapper {
    width: auto;
    height: 600px;
    border-radius: 0.25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 0.1rem 0.7rem rgba(0, 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, 0.125);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.chat-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-right: 0 solid rgba(0, 0, 0, 0.125);
    border-top-left-radius: 0.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: rgba(13, 110, 253, 0.12);
}

.chat-list .list-group-item.active {
    background-color: rgba(13, 110, 253, 0.12);
}

.chat-content {
    padding: 25px 15px 15px 15px;
    position: relative;
    width: auto;
    height: 520px;
    overflow-y:scroll;
    scrollbar-color: #ff0000 #f1f1f1;
}

.chat-header {
    /* position: absolute; */
    height: 70px;
    left: 340px;
    right: 0;
    top: 0;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-top-right-radius: 0.25rem;
    z-index: 1;
}

.chat-footer {
    /* position: absolute; */
    height: auto;
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom-right-radius: 0.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, 0.15);
}

@media (min-width: 1280px) {
    .chat-footer-menu {
        display: block;
    }
}

.chat-tab-menu li a.nav-link {
    padding: 0.3rem 0.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: rgba(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;
}

.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, 0.15);
}

@media (min-width: 1280px) {
    .chat-top-header-menu {
        display: block;
    }
}

.chat-content-leftside .chat-left-msg {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #eff2f5;
    padding: 0.5rem 0.8rem;
    border-radius: 12px;
    max-width: 480px;
    text-align: left;
    border-top-left-radius: 0;
    /*color: #fff;*/
}

.chat-msg-common{
    word-wrap: break-word;
}

.chat-content-leftside .chat-left-download {
    color: rgb(20 110 190);
}

.chat-content-rightside .chat-right-msg {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #dcedff;
    padding: 0.5rem 0.8rem;
    border-radius: 12px;
    float: right;
    max-width: 480px;
    text-align: left;
    border-bottom-right-radius: 0;
    /*color: #fff;*/
}

.chat-content-rightside .chat-right-download {
    width: fit-content;
    border-radius: 0px;
    float: right;
    max-width: 480px;
    text-align: left;
    border-bottom-right-radius: 0;
    color: rgb(20 110 190);
    margin-top: 5px;
    font-weight: 600;
    clear: both;
}

.chat-right-msg-wrapper-inner {
    text-align: right;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.chat-right-msg-wrapper-inner span {
    margin-bottom: 3px;
}

.chat-left-msg-wrapper-inner {
    text-align: left;
    display: flex;
    justify-content: start;
    align-items: center;
}

.reply-btn,
.reply-btn-right {
    padding: 0;
    background: none;
    border: 0;
    font-size: 20px;
}

.context-menu-list {
    border-radius: 8px !important;
}

.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, 0.15);
}

@media (min-width: 1280px) {
    .chat-toggle-btn {
        display: none;
    }
}

/* file manager */
.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 0.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: 0.25rem;
}

.fm-icon-box {
    font-size: 32px;
    background: #fff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.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;
}

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

.tox-promotion {
    display: none !important;
}

.flatpickr-wrapper {
    width: 100% !important;
}

.accordion-button {
    border-radius: 5px !important;
}

.logo-expanded {
    display: inline-block;
}

.logo-collapsed {
    display: none;
}

.logo-2 {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.logo-name.flex-grow-1 {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:5px;
}

.btn-outline-secondary:hover {
    color: #fff !important;

}

.comment-buttons {
    font-size: 11px;
}

.action-btns {
    border: none;
    background: transparent;
    font-size: 25px;
    margin: 0 12px;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginbg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 1;
}

.cardcl {
    border-radius: 0 !important;
    background: rgba(255, 255, 255, 0);
    max-width: 500px;
    width: 100%;
    margin: 0px auto;
}

.cardcl::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 22px #939393;
}

.cardcl h4,
.cardcl p {
    text-align: center;
    color: #fff;
}

.cardcl h4 {
    text-transform: uppercase;
    font-size: 30px;
}

.cardcl input[type='email'],
.cardcl input[type='password'],
.cardcl input[type='text'] {
    border-radius: 0;
    padding: 10px 15px;
}

.cardcl label {
    color: #fff;
}

.eyeshow {
    background: #ffffff !important;
    color: #000000;
    height: 58px;
    width: 50px;
    border-radius: 0 15px 15px 0;
}

.breadcrumb-item a {
    color: #0367f0;
    font-weight: bold;
}

.backbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 40px;
    border-radius: 30px;
    transition: .5s all ease;
    background: #0367f0;
    border: 1px solid #0367f0;
    color: #fff !important;
    padding: 0px 15px;
}

.backbtn span {
    margin-left: 5px;
    width: auto;
    overflow: hidden;
    display: inline-block;
    transition: .5s all ease;
}

.chat-history-footer{
    background:rgba(0,0,0,0) !important;
        backdrop-filter: none !important;
}
.chat-history-footer{border:none !important;}

.table>:not(caption)>*>* {
    padding: 1rem .5rem;
}

.active>.page-link,
.page-link.active {
    background-color: #2496c9;
    border-color: #2496c9;
}

.cbcard {
    padding: 15px 20px;
    background: #fff;
    display: flex;
    width: 100%;
    box-shadow: 0 3px 4px #cbcbcb;
    border-radius: 20px;
    height:100%;
    transition:.5s ease;
    justify-content:center;
    align-items:center;
}
.barbox1 {
    border-left: 10px solid #0167f6;
}
.cbcard.barbox1:hover {
    border-right: 10px solid #0167f6;
    border-left: none;
    transition: .5s ease;
}
.barbox2 {
    border-left: 10px solid #3db232;
}
.cbcard.barbox2:hover {
    border-right: 10px solid #3db232;
    border-left: none;
    transition: .5s ease;
}
.barbox3 {
    border-left: 10px solid #fc7411;
}
.cbcard.barbox3:hover {
    border-right: 10px solid #fc7411;
    border-left: none;
    transition: .5s ease;
}
.barbox4 {
    border-left: 10px solid #812ff5;
}
.cbcard.barbox4:hover {
    border-right: 10px solid #812ff5;
    border-left: none;
    transition: .5s ease;
}
.barbox2 .activeoo3 {color: #3db232;}
.barbox3 .activeoo4 {
    color: #c95e10;
    padding: 4px 10px;
    border-radius: 5px;
}
.activeoo5 {
    color: #812ff5;
}
.barbox4 .cardbx figure {
    background: #eee7fa;
}
.chat-left-msg *,.chat-right-msg * {
    word-break: break-word;
}

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

.cardbx img {
    margin-right: 0px;
    max-width:100%;
    max-height:100%;
    width:auto;
}
.cardbx figure {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6f1fe;
    border-radius: 100px;
    margin: 0 15px 0 0;
    padding: 15px;
}
.barbox1 figure {
    background: #e6f1fe;
}
.barbox2 figure {
    background: #e6f6e7;
}
.barbox3 .cardbx figure {
    background: #fff3e7;
}

.cardbxin h6 {
    font-weight: bold;
    color: #000;
    font-size: 15px;
}

.cardbxin h3 {
    font-weight: bold;
    font-size: 35px;
    margin: 5px 0 0 !important;
    color: #000;
}

.formInput input[type='text'] {
    border-radius: 0;
    padding: 10px 20px;
}
.form-control,.form-select{
    border-radius: 0;
    padding: 10px 20px;
}

.formInput .submit-btn {
    text-transform: uppercase;
    padding: 10px 25px;
}
.btmbx {
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    display: inline-flex;
    gap: 14px;
    align-items: center;
    font-weight: 600;
    padding-left: 0px;
    justify-content: center;
}

.btmbx.btmbac {
    align-items: flex-start;
}
.tableinnerb table {
    min-width: 661px;
}
.activeoo1 {
    color: #0367f0;
}
.activeoo2 {
    color: #ababab;
}
.headingbox h3 {
    font-size: 18px;
    font-weight: bold;
    margin:0;
    color: #000;
}
.reccamp {
    background: #fff;
    padding: 35px 35px 75px;
    border-radius: 20px;
    width: 100%;
    display: inline-block;
    box-shadow: 0 3px 4px #cbcbcb;
    margin-top:20px;
    position:relative;
    height: calc(100% - 20px);
}
.headingbox a {
    font-weight: bold;
    font-size: 15px;
}
.headingbox {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-bottom: 20px;
}
.tableinnerb .cardbx figure {
    width: 50px;
    height: 50px;
    padding: 10px;
}
.tableinnerb .cardbxin p {
    margin: 0;
    font-size:12px;
}
.tableinnerb .cardbxin h6{
    margin-bottom:5px;
    font-size:14px;
}
.tableinnerb tbody tr:hover td.barbox1:first-child {
    border-left: 5px solid #0167f6;
}

.tableinnerb tbody tr:hover td.barbox2:first-child {
    border-left: 5px solid #3db232;
}
.tableinnerb tbody tr:hover td.barbox3:first-child {
    border-left: 5px solid #fc7411;
}

.tableinnerb tbody tr:hover td.barbox4:first-child {
    border-left: 5px solid #812ff5;
}

@media(max-width:1024px) {
    .loginsec {
        height: 100vh;
    }
}

@media(max-width:767px) {
    .cardcl .card-body {
        padding: 20px !important;
    }

    .dataTables_length {
        margin-bottom: 10px;
    }

    .cbcard {
        margin-bottom: 10px;
    }
    .main-wrapper .main-content {
    padding: 10px;
}
.reccamp {padding: 35px 15px 75px;}
.headingbox h3 {font-size: 16px;}
.headingbox a {font-size: 13px;}
}

.dropdown-item img.rounded-circle {
    display: none;
}

.top-header .nav-item.dropdown:nth-child(1) {
    display: none;
}

.main-document-name-wrapper .file-item,
.forward-remove-attachment {
    display: flex;
    align-items: center;
}

.remove-file {
    cursor: pointer;
    font-size: 14px;
    margin-left: 2px;
}

.forward-remove-file {
    cursor: pointer;
    font-size: 14px;
    margin-left: 2px;
}

select+.select2-container--bootstrap-5 {
    width: 100% !important;
}

/* .remove-profile {
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 2px 5px;
    cursor: pointer;
} */


.description-comment-box {
    border: 2px solid #eee;
    border-radius: 10px;
    padding: 15px 12px;
}

.unseen_msg {
    border: 2px solid red;
}
.stretch-card {
    margin-bottom: 10px;
}
h5.user-name {
    font-size: 16px;
    text-align: left;
}


/* login design new*/
* {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0px;
    font-family: Inter, sans-serif;
    background: #f6f8fd;
}
.loginboxfull {
    display: flex;
    gap: 28px;
    margin: 0px auto;
    max-width: 1536px;
    width: 100%;
    padding: 10px;
}

.loginboxfull .left-panel {
    background: linear-gradient(135deg, #261e86, #211874, #21107f);
    border-radius: 24px;
    padding: 50px;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 55%;
}

.loginboxfull h1 {
    font-size: 46px;
    line-height: 1.4;
    margin: 36px 0 20px;
    color:#fff;
}

.loginboxfull h1 span {
    color: #54c441;
}

.loginboxfull .left-panel p {
    font-size: 24px;
    max-width: 520px;
    margin: 0 0 40px;
    line-height: 1.5;
    width: 100%;
}

.features {
    display: flex;
    justify-content: space-between;
    max-width: 650px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 35px;
}
.features figure {
    margin: 0 0 10px;
}

.dashboard-preview {
    margin-top: auto;
    background: #fff;
    border-radius: 20px;
    padding: 2px;
    overflow: hidden;
}

.dashboard-preview img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.loginboxfull .right-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    width:45%;
}

.login-card {
    background: #fff;
    width: 100%;
    max-width: 620px;
    padding: 55px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.brand {
    text-align: center;
}

.loginboxfull h2 {
    text-align: center;
    font-size: 32px;
    margin: 40px 0 10px;
    font-weight: bold;
    color: #000;
}

.login-card p {
    text-align: center;
    color: #667;
    margin-bottom: 60px;
    font-size: 20px;
}

.loginboxfull input[type=email], .loginboxfull input[type=text],
.loginboxfull input[type=password] {
    width: 100%;
    height: 58px;
    border: 1px solid #dfe3eb;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 20px;
}

.loginboxfull .input-group {
    margin: 8px 0 20px;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.loginboxfull input[type=email]::placeholder,
.loginboxfull input[type=password]::placeholder {
    color: #9ea2b2;
}

.loginboxfull input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.rowblowb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0 25px;
    font-weight: 500;
}
.rowblowb label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.rowblowb a,
.signup a {
    color: #5b35f0;
    text-decoration: none;
    font-weight: 500;
}

.btninput {
    width: 100%;
    height: 58px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #6d28d9, #4f46e5);
    color: #fff;
    font-size: 18px;
}
.login-card label {
    font-weight: 600;
    color: #000;
    font-size: 16px;
}

.or {
    text-align: center;
    padding: 0;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.google {
    width: 100%;
    height: 58px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 600;
    gap: 5px;
}

.signup {
    text-align: center;
    margin-top: 35px
}
.or:before, .or:after {
    content: '';
    position: relative;
    width: 100px;
    height: 2px;
    background: #e5e5e5;
    display: inline-flex;
    margin: 0 10px;
}
.btnb {
    border: none;
    background: transparent;
    font-size: 18px;
}
@keyframes blink {
    0% {     box-shadow: 0 0 10px #3db232; }
    50% {     box-shadow: 0 0 0px #3db232; }
    100% {     box-shadow: 0 0 10px #3db232; }
}

@-webkit-keyframes blink {
    0% {     box-shadow: 0 0 10px #3db232; }
    50% {     box-shadow: 0 0 0px #3db232; }
    100% {     box-shadow: 0 0 10px #3db232; }
}
.aletbox {
    font-weight: bold;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
}
.greenb1 {
    background: #e6f6e8;
    color: #3db232;
    -webkit-animation: blink 3.0s linear infinite;
    -moz-animation: blink 3.0s linear infinite;
    -ms-animation: blink 3.0s linear infinite;
    -o-animation: blink 3.0s linear infinite;
    animation: blink 3.0s linear infinite;
}
.greenb2 {
    background: #e6f6e8;
    color: #3db232;
}
.orangeb1 {
    background: #fff3e7;
    color: #fc7411;
}
.blackb1 {
    color: #626262;
    background: #efefef;
}
.blueb1 {
    background: #edf5ff;
    color: #2496c9;
}
.tableinnerb .barbox1, .tableinnerb .barbox3, .tableinnerb .barbox4 {
    border-left: none;
}
.tableinnerb th {
    color: #000;
}
.btnboxbottom a {
    font-weight: bold;
    font-size: 15px;
}
.btnboxbottom {
    display: inline-block;
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 35px;
    width: 100%;
    left:0;
}
.timebox {
    position: absolute;
    top: 30px;
    right: 0;
}
.tableinnerb1 tbody tr td {
    position: relative;
}
.table th {
    color: #000;
}
.form-label {
    color: #000;
    font-weight:600;
    font-size:13px;
}
.fullboxinner {
    margin-bottom: 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
    border: 0;
    border-radius: 15px;
    padding: 24px;
    background:#fff;
}
.card-body.position-relative.p-4 {
    padding: 0 !important;
}
.card.w-100.rounded-4 {
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent;
}

.form-select {
    padding: 10px 31px 10px 12px;
    font-size: 15px;
}
span.select2-selection.select2-selection--single {
    height: 44.5px;
    align-items: center;
    display: inline-flex;
}

button.btn.btn-inverse-success.filter-btn, button#search_btn, button#filter_btn {
    padding: 9.25px 30px;
    background: #e6f6e8;
    color: #53bf5a;
}
button.btn.btn-inverse-success.filter-btn:hover, button#search_btn:hover, button#filter_btn:hover {
    padding: 9.25px 30px;
    background: #53bf5a;
    color: #fff;
}
.form-select:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}
.titlebd {
    font-weight: bold;
    color: #000;
}
.innerlistingbox td:nth-child(2) {
    color: #043877;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #000000;
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #000000;
}
.innerlistingbox tbody tr:hover {
    border-left: 5px solid #000 !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
    border-color: #000;
    box-shadow: none;
}
.form-control:focus {
    border-color: #000000;
    box-shadow: none;
}
ol.breadcrumb.mb-0.p-0 {
    display: flex;
    align-items: center;
    gap: 18px;
}
li.breadcrumb-item a {
    display: flex;
    align-items: center;
    gap: 9px;
}
a.dropdown-item {
    font-size: 14px;
}
.btn-success {
    background: #3db232;
}
button.btn.btn-inverse-info.px-3.btn-sm,a.btn.btn-inverse-info.btn-sm,.btn.btn-inverse-success.filter-btn, .btn.btn-inverse-success, .btn.btn-primary.cancelCampaignBtn,.btn.btn-primary,.btn.btn-secondary,.btn.btn-inverse-success.submit-btn,.btn.btn-inverse-primary,.btn.btn-inverse-success {
    background: #2496c9 !important;
    color: #ffffff !important;
}
button.btn.btn-inverse-info.px-3.btn-sm:hover,a.btn.btn-inverse-info.btn-sm:hover,.btn.btn-inverse-success.filter-btn:hover, .btn.btn-inverse-success:hover, .btn.btn-primary.cancelCampaignBtn:hover,.btn.btn-primary:hover,.btn.btn-secondary:hover,.btn.btn-inverse-success.submit-btn:hover,.btn.btn-inverse-primary:hover,.btn.btn-inverse-success:hover {
    background: #126b93 !important;
    color: #fff !important;
}
.barbox5 figure {
    background: #f1e7ff;
}
.barbox5 {
    border-left: 10px solid #812ff5;
}
/*.chat-content::-webkit-scrollbar {width: 10px;}*/
/*.chat-content::-webkit-scrollbar-track {background: #f1f1f1;}*/
.chat-content::-webkit-scrollbar-thumb {background: red;}
/*.chat-content::-webkit-scrollbar-thumb:hover {background: #555;}*/
.login-card .brand {
    position: relative;
    padding-top: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-card .brand img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    transform: translateY(-50%);
    width:auto !important;
}
.camplist a.btn.btn-inverse-info {
    font-size: 14px;
    border-radius: 30px;
    line-height:1.2;
}
.row.topbarline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.comdetails {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}
.mcbox {
    display: flex;
    width: auto;
    align-items: center;
    background: #f8f9fa;
    padding: 5px 10px;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin-bottom: 20px;
}
.buttonin button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1.2;
}
.form-check-input[type=radio] {
    border-color: #0d6efd;
}
#keyword_boxes_container .form-control.mb-2.keyword-box {
    padding: 6px 15px;
    font-size: 14px;
    min-height: inherit !important;
}
.timeb {
    text-align: center;
    margin-bottom: 6px;
}
a.viewdetaisl {
    color: #5a5a5a;
    text-decoration: underline;
    display: block;
    text-align: center;
    margin-top: 4px;
    font-weight: bold;
}
.cardbxdd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bottombtnbb button {
    padding: 2px 10px;
}
.timebox1 {
    width: 92px;
    min-width: 92px;
}
.tableinnerb.tableinnerb1.tablewauto table {
    min-width: auto;
}
#createAuditModal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background-color: #fff;
    opacity: 1;
    border: 1px solid #efefef;
    border-radius: 40px;
}
.btmbx.btmbac a:hover {
    transform: scale(1.15);
    background: #c95e10;
    transition: .5s;
    color: #fff;
}
.boxus {
    display: inline-flex;
    flex-direction: column;
}
@media(max-width:1540px){
    .mcbox {width: calc(100% - 300px);}
    .btmbx {font-size: 12px;}
}
@media (min-width:991px) and (max-width:1340px){
.gboxsmall > div {
    width: 50%;
}
}
@media(max-width:1024px){
    .mcbox, .comdetails {width: 100%;}
    .row.topbarline {flex-wrap: wrap;}
    .reccamp {padding: 35px 15px 75px;}
}
@media(max-width:991px){
    .loginboxfull .left-panel, .loginboxfull .right-panel {width: 100%;}
    .loginboxfull{flex-wrap: wrap;}
    .login-card{max-width: 100%;}
}
@media(max-width:767px){
    .login-card, .loginboxfull .left-panel {padding: 50px 15px;}
    .loginboxfull h1 {font-size: 28px;margin: 36px 0 10px;}
    .loginboxfull .left-panel p {font-size: 16px;margin: 0 0 20px;}
    .features figure {width: 50%;}
    .features{flex-wrap: wrap;font-size: 16px;}
    .loginboxfull h2 {font-size: 24px;margin: 30px 0 0px;}
    .login-card p {margin-bottom: 30px;font-size: 16px;}
    .loginboxfull input[type=email], .loginboxfull input[type=password], .loginboxfull input[type=text] {height: 50px;font-size: 16px;}
    .rowblowb {font-size: 14px;}
    .google {font-size: 16px;}
    .cardbxdd {flex-wrap: wrap;}
    .timebox1 {width: 100%;display: flex;gap: 5px;margin-top:10px;}
    .bottombtnbb {display: flex;gap: 8px;}
    #choose-new-client-btn, #choose-existing-client-btn {font-size: 14px;}

}

.chat-right-msg-wrapper-inner{
    display:none;
}