.knowledge-card{
    min-height: 230px;
    border-radius: 10px;
}
.knowledge-card li {
    margin-bottom: 1rem;
    font-size: 16px;
    border-bottom: 0;
    position: relative;
    display: block;
    padding-left: 2.3rem;
}
.knowledge-card i {
    position: absolute;
    left: 0;
    top: -2px;
    width: 1.6rem;
    height: 1.6rem;
    line-height: 1.6rem !important;
    border-radius: 50px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    background: #e9ebfa;
    font-size: 16px;
    color: #574B90;
}
.disabled{
    background: #e9ecef;
    cursor: context-menu;
    pointer-events: none;
}
.cursor-pointer{
    cursor: pointer;
}
.sticky-top{
    position: sticky;
    top: 30px;
}
.previewed-image{
    background-size: cover;
    background-position: center center;
}
.image-preview-logo{
    height: 40px;
    width: 150px;
}
.image-preview-favicon{
    height: 40px;
    width: 40px;
}
.login-brand img,.sidebar-brand img,.h-2{
    height: 3rem;
}
.sidebar-favicon{
    height: 1.5rem !important;
}
td.action a,td.action button{
    height: 30px;
    width: 30px;
    margin-right: .5rem;
}
td.action{
    text-align: end;
}
.info-block{
    box-shadow: 0 2px 6px #acb5f6;
    background-color: #6777ef;
    color: #fff;
    border-radius: 3px;
    border: none;
    padding: 26px;
    text-align: center;
    margin: 16px 10px;
}
.info-block p{
    padding: 0;
    margin: 0;
}
.info-block i{
    font-size: 24px;
    margin-bottom: 15px;
}
.info-block h5{
     font-size: 12px;
     text-transform: uppercase;
     letter-spacing: 1px;
     font-weight: 700;
}
.info-warning{
    box-shadow: 0 2px 6px #ffe0b5;
    background-color: #ffa426;
}
.variant-icon{
    cursor: pointer;
    padding-left: 5px;
}
.m-w-150{
    min-width: 150px;
}
.h-md{
    max-height: 592px;
}
.multi-upload{
    text-align: center;
    border-style: dashed;
    padding-top: 25px;
    padding-bottom: 5px;
}
.multi-image-preview{
    padding-top: 15px;
}
.image-input {
    box-sizing: border-box;
    display: inline-block;
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    margin: 0 12px 15px 12px;
}
.image-input input[type=file] {
    opacity: 0;
    display: block;
    height: 100px;
    pointer-events: none;
}
.image-input img {
    position: absolute;
    display: block;
    border-radius: 4px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 200ms;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    background: white;
    z-index: 1;
}
.image-input .image-remove {
    position: absolute;
    top: -8px;
    right: -8px;
    z-index: 1;
    border: none;
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    cursor: pointer;
}
.image-input .image-remove::before, .image-input .image-remove::after {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    background: #333;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    left: 4px;
}
.image-input .image-remove::before {
    transform: rotate(45deg);
}
.image-input .image-remove::after {
    transform: rotate(-45deg);
}
.image-input img[src=""] {
    opacity: 0;
    pointer-events: none;
}
.thumbnail{
    height: 60px;
    width: 60px;
}
.gallery-img{
    height: 42px;
    width: 42px;
}
.h-100p{
    height: 100px;
}
.min-h-400{
    min-height: 400px !important;
}
.error-border{
    border: 2px solid #dc3545;
}
.thumb img{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.down-content{
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 25px 8px 20px;
    border-radius: 10px;
}
.down-content span{
    font-size: 16px;
    color: #a1a1a1;
    font-weight: 500;
}
.down-content .product-name{
    font-size: 18px;
    display: block;
    cursor: pointer;
    margin-bottom: 15px;
    text-decoration: none;
}
.down-content a:hover{
    color: #6777ef;
}
.product-item{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin-bottom: 25px;
}
.thumb{
    padding: 5px;
}
.border-radius-sm{
    border-radius: .25rem !important;
}
.specification{
    line-height: 25px;
    margin-bottom: 10px;
    color: #000000;
}
.notification-badge{
    position: absolute;
    top: 2px;
    right: 7px;
    display: block;
    letter-spacing: 0;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 0;
    background-color: #6777ef;
    color: #ffffff;
    border-radius: 30px;
    font-size: 9px;
    vertical-align: middle;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border: 1px solid white;
}
.note-delete{
    border: 0;
    background-color: #e3eaef;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 25px;
    padding-right: 8px;
    padding-left: 8px;
}
.badge-sm-primary{
    font-size: 11px !important;
    padding: 3px 8px !important;
    background-color: #ffffff;
    color: #6777ef;
    border: 1px solid #6777ef;
}
.badge-sm-danger{
    font-size: 11px !important;
    padding: 3px 8px !important;
    background-color: #ffffff;
    color: #fc544b;
    border: 1px solid #fc544b;
}
.s-26{
    height: 26px;
    width: 26px;
}
.quantity-btn-group {
    text-align: left;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
}
.quantity-btn-group .minus, .quantity-btn-group .plus, .quantity-btn-group .qty-text {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #efefef;
}
.lh-1{
    line-height: 1.7;
}
.plan-commission{
    font-size: 12px;
    font-weight: 600;
    padding-left: 32px;
}
.label-note::before{
    content: "\a";
    white-space: pre;
}
.h-500{
    height: 500px;
}
.overflow-auto{
    overflow: auto;
}
.no-chat{
    height: 140px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.text-site-gray{
    color: #6c757d;
}
.text-decoration-none{
    text-decoration: none !important;
}
.StripeElement{
    border: 1px solid #ebecfd !important;
    padding: 10px;
    border-radius: 5px;
}
.card-header-form select{
    height: 30px !important;
}
.rem-4{
    height: 4rem !important;
}
.sidebar-badge{
    padding: 5px !important;
    width: 30px !important;
}
.left-0{
    left: 0;
}
.activities .activity .activity-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-right: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    text-align: center;
    z-index: 1;
}
.error-container{
    margin-top: 120px !important;
}
.section-header-filter{
    margin-left: auto;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 425px) {
    .d-xs-none{
        display: none !important;
    }
}
body.sidebar-gone .main-sidebar {
    left: -250px;
}

body.sidebar-gone .navbar {
    left: 0;
}

body.sidebar-gone .main-content {
    padding-left: 30px;
}

.navbar-nav .dropdown-menu{
    box-shadow: rgb(0 0 0 / 50%) 0 3px 8px;
}

.main-sidebar .sidebar-user .sidebar-user-details .user-name {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 7px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #505c66;
}
.main-sidebar .sidebar-user .sidebar-user-details .user-role {
    font-size: 12px;
    font-weight: 400;
    color: #868e96;
    letter-spacing: .5px;
}
.min-w-100px{
    min-width: 100px !important;
}
.w-85{
    width: 85% !important;
}
.w-10{
    width: 10% !important;
}
.w-35{
    width: 35% !important;
}
.w-40{
    width: 40% !important;
}
button,a{
    box-shadow: none !important;
}
.btn-primary:hover {
    background-color: #37A6AF !important;
}
.cursor-all-scroll, .all-scroll{
    cursor: all-scroll !important;
}
.hidden-text{
    height: 0;
    opacity: 0;
}
.py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.sidenav-dropdown{
    left: 5% !important;
    box-shadow: rgb(0 0 0 / 50%) 0 3px 8px;
    top: 12px !important;
}
.pill-btn{
    font-size: 12px;
    border-radius: 30px;
    padding-left: 13px !important;
    padding-right: 13px !important;
}
.w-33{
    width: 33% !important;
}
.w-5{
    width: 5% !important;
}
.w-0{
    width: 0 !important;
}
.afb-ghost {
    opacity: 1 !important;
    background: #f4f6f9;
}
.afb-chosen {
    opacity: 1 !important;
    background: #fff;
}
.afb-drag {
    opacity: 1 !important;
    background: #f4f6f9;
}
.afb-drag td {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.afb-ghost td {
    background: #f4f6f9;
    border: 2px dashed #ccc;
}
.active-anchor{
    color: #007bff;
}
.log-pre {
    background:#111;
    color:#0f0;
    padding:15px;
    border-radius:5px;
    white-space:pre-wrap;
}
.modal-header{
    padding-bottom: 15px !important;
    border-bottom: 1px solid #e8e8e8 !important;
}
