﻿body {
    color: var(--primary-dark-500);
    font-size: 14px
}

.top-header .navbar .top-right-menu .nav-item .nav-link {
    font-size: 13px
}

.underline {
    -webkit-text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    -moz-text-decoration-style: dashed;
    text-decoration-style: dashed;
    -webkit-text-decoration-color: var(--xap-color-outline,#80868b);
    -moz-text-decoration-color: var(--xap-color-outline,#80868b);
    text-decoration-color: var(--xap-color-outline,#80868b);
    text-underline-position: under;
    text-underline-offset: 2px
}

    .underline:hover {
        font-weight: 700 !important;
        -webkit-text-decoration-style: dashed !important;
        -moz-text-decoration-style: dashed !important;
        text-decoration-style: dashed !important
    }

.border-radius-6 {
    border-radius: 6px !important
}

.back-to-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 100;
    text-decoration: none;
    box-shadow: 1px 3px 3px #aeaeae;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
    border-radius: 13.801px 0 0 13.801px;
    background: var(--Primary-Dark-500,#103755);
    height: 48px;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13.801px;
    flex-shrink: 0
}

    .back-to-top.visible {
        visibility: visible;
        opacity: 1
    }

    .back-to-top:active, .back-to-top:focus, .back-to-top:hover {
        color: #fff
    }

.smooth-transition {
    transition: opacity .5s ease-in-out;
    opacity: 1
}

.skeleton {
    background: linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 5px
}

@keyframes shimmer {
    0% {
        background-position: -200% 0
    }

    to {
        background-position: 200% 0
    }
}

.skeleton-text {
    width: 100%;
    height: 16px;
    margin-bottom: 10px
}

.skeleton-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.hidden {
    opacity: 0
}

.sidebar-wrapper {
    width: 262px;
    background-color: var(--primary-light-500);
    z-index: 1000
}

    .sidebar-wrapper .sidebar-header {
        justify-content: center;
        width: 262px;
        padding: 32px 22px 24px
    }

    .sidebar-wrapper ul {
        display: block;
        text-transform: capitalize
    }

    .sidebar-wrapper .metismenu a {
        color: var(--primary-dark-500);
        font-family: Inter;
        font-style: normal;
        line-height: 20px;
        border-radius: 5px 0 0 5px;
        margin-left: 14px
    }

        .sidebar-wrapper .metismenu a:active, .sidebar-wrapper .metismenu a:focus, .sidebar-wrapper .metismenu a:hover, .sidebar-wrapper .metismenu li a.mm-active {
            background: var(--selected-tab);
            text-decoration: none;
            color: var(--menu-color)
        }

    .sidebar-wrapper .metismenu ul a {
        font-size: 13px;
        margin-left: 40px;
        height: 32px;
        margin-bottom: 10px
    }

    .sidebar-wrapper .metismenu .mm-active > a {
        border-radius: 5px 0 0 5px;
        background: var(--Brand-Light-50,#f0f9f9)
    }

.sidepanel {
    min-height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1060;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.2s;
    background-color: #FFF;
    bottom: 0;
    border-left: 1px solid #CCC
}

    .sidepanel.blackout {
        position: relative;
    }

        .sidepanel.blackout::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* 50% black */
            z-index: 1;
            pointer-events: all;
        }

.sidepanel-footer {
    border-top: 1px solid var(--Tables-table-border, #E0E9F0);
    padding: 15px 20px 10px;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: end;
    background-color: #FFF
}

.sidepanel:before {
}

.sidepanel .closebtn {
    position: absolute;
    top: -24px;
    right: -7px;
    font-size: 36px;
    cursor: pointer;
    background: transparent
}

@media screen and (min-width:1199px) {
    body.toggled .sidebar-wrapper:hover {
        box-shadow: 0 .5rem 1rem rgb(0 0 0/15%)
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-name {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px;
        background: #61c1c4
    }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
            display: none
        }

    body.toggled .sidebar-wrapper:hover .sidebar-header .sidebar-close {
        display: block
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center;
        width: 70px;
        border-top-right-radius: 30px
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom {
        width: 70px
    }

        body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-toggle:after, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom .user-info {
            display: none
        }

    body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-toggle {
        justify-content: center
    }

    .chat-toggle-btn, .email-toggle-btn {
        display: none !important
    }
}

.sidebar-wrapper .sidebar-bottom {
    width: 262px
}

.page-content {
    padding: 28px;
    margin-left: 262px;
    margin-top: 60px
}

.page-content-middle {
    padding: 28px;
    margin: 0 130px
}

.dropdown-menu {
    border-radius: 12px;
    border: 1px solid var(--grey-neutral-25,#f4faff);
    background: var(--base-white,#fff);
    box-shadow: 1px 6px 8px 2px rgba(0,0,0,.06),0 0 26px 0 rgba(0,0,0,.03);
    padding: 16px 10px;
    width: 286px
}

    .dropdown-menu li a label {
        color: var(--grey-neutral-500,#7994a9);
        font-family: Raleway;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 10px
    }

    .dropdown-menu li {
        padding-bottom: 16px
    }

        .dropdown-menu li:last-child {
            padding-bottom: 0
        }

        .dropdown-menu li:first-child {
            border-bottom: 1px solid var(--grey-neutral-300,#a7bfd2);
            margin-bottom: 16px
        }

.divider {
    stroke-width: .5px;
    stroke: var(--grey-neutral-300,#a7bfd2);
    padding: 16px 0
}

.pb-16 {
    padding-bottom: 16px
}

.input-icon span img {
    width: 14px
}

.border-radius-top-0 {
    border-radius: 0 0 16px 16px
}

.border-light-1 {
    border-color: var(--grey-neutral-100) !important;
    background: var(--Backgrounds-background-white,#fff);
    box-shadow: 0 1px 2px 0 rgba(16,24,40,.05)
}

.disabled-div {
    pointer-events: none;
    opacity: .5;
    user-select: none;
    filter: grayscale(100%)
}

.bg-red {
    background-color: var(--states-error-500) !important
}

.sup-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px solid var(--Colors-Border-border-secondary,#eaecf0);
    background: var(--Colors-Background-bg-primary,#fff)
}

.sup-header-content {
    display: flex;
    width: 1280px;
    height: 72px;
    max-width: var(--container-max-width-desktop,1280px);
    justify-content: space-between;
    align-items: center
}

    .sup-header-content .left-content {
        display: flex;
        align-items: center;
        gap: 24px
    }

        .sup-header-content .left-content a {
            display: flex;
            padding: var(--spacing-md,8px) var(--spacing-lg,12px);
            align-items: center;
            color: var(--Text-main-text-secondary,#658196);
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 20px;
            text-decoration: none
        }

            .sup-header-content .left-content a.checked-menu, .sup-header-content .left-content a:hover {
                border-radius: var(--radius-sm,6px);
                background: var(--Tables-table-header-cell,#eef6fc)
            }

    .sup-header-content .right-content {
        display: flex;
        align-items: center;
        gap: var(--spacing-xl,16px)
    }

.heading-underline {
    text-transform: uppercase;
    text-decoration: 2px dotted underline;
    text-underline-offset: 5px
}

@media only screen and (max-width:1199px) {
    .table-responsive {
        white-space: nowrap
    }

    .sidebar-wrapper {
        left: -260px
    }

    .top-header .navbar {
        left: 0
    }

    .page-content {
        margin-left: 0
    }

    .sidebar-wrapper .sidebar-header .sidebar-close {
        display: block
    }
}

.img-modal {
    display: flex;
    position: fixed;
    z-index: 9999;
    padding: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.9);
    justify-content: center;
    align-items: center
}

    .img-modal img {
        max-width: 90%;
        max-height: 90%
    }

    .img-modal .close {
        position: absolute;
        top: 30px;
        right: 60px;
        font-size: 40px;
        color: #fff;
        cursor: pointer
    }

body {
    color: #2f353c;
    font-family: Inter,Helvetica;
    font-size: 13px;
    background-color: #fafafa
}

a {
    text-decoration: none
}

::placeholder {
    font-size: 14px;
    opacity: .5 !important
}

.top-header .navbar {
    position: fixed;
    top: 0;
    left: 260px;
    right: 0;
    height: 79px;
    padding: 0 1rem;
    background-color: #61c1c4;
    border-bottom: 1px solid #dee2e6;
    z-index: 2;
    transition: .3s ease-out
}

    .top-header .navbar .btn-toggle-menu {
        font-size: 22px;
        width: 35px;
        height: 35px
    }

    .top-header .navbar .btn-toggle-menu, .top-header .navbar .top-right-menu .nav-item .nav-link {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #212529;
        border-radius: 50%
    }

    .top-header .navbar .top-right-menu .nav-item .nav-link {
        font-size: 25px;
        width: 30px;
        height: 30px
    }

.search-bar {
    width: 30%;
    cursor: pointer
}

    .search-bar input[disabled] {
        cursor: pointer;
        background-color: #fff
    }

    .search-bar .material-symbols-outlined {
        font-size: 22px
    }

.dropdown-toggle-nocaret:after {
    display: none
}

.popup-search input::placeholder {
    opacity: .5 !important;
    color: #000 !important;
    font-size: 18px !important
}

.popup-search span {
    font-size: 24px
}

.top-header .navbar .dropdown-app .dropdown-menu {
    width: 270px;
    border: 1px solid #dee2e6;
    padding: .5rem;
    border-radius: 16px;
    box-shadow: 0 .5rem 1rem rgb(0 0 0/15%)
}

    .top-header .navbar .dropdown-app .dropdown-menu .app-container {
        position: relative;
        height: 370px
    }

    .top-header .navbar .dropdown-app .dropdown-menu:after {
        content: "";
        width: 13px;
        height: 13px;
        background-color: #fff;
        position: absolute;
        top: -6px;
        right: 14px;
        transform: rotate(45deg);
        border-top: 1px solid #dee2e6;
        border-left: 1px solid #dee2e6
    }

    .top-header .navbar .dropdown-app .dropdown-menu .app-box {
        padding: .5rem;
        border-radius: 1rem;
        transition: .2s
    }

        .top-header .navbar .dropdown-app .dropdown-menu .app-box:hover {
            background-color: #edf0f3
        }

    .top-header .navbar .dropdown-app .dropdown-menu .app-name {
        color: #212529;
        font-size: .64rem;
        text-decoration: none;
        font-weight: 500
    }

.top-header .navbar .dropdown-menu {
    transform-origin: top center;
    animation: rotateX .3s ease-in-out forwards
}

@keyframes rotateX {
    0% {
        opacity: 0;
        transform: rotateX(-90deg)
    }

    50% {
        transform: rotateX(-20deg)
    }

    to {
        opacity: 1;
        transform: rotateX(0deg)
    }
}

.top-header .navbar .nav-link .notify-badge {
    position: absolute;
    top: 10px;
    right: 0;
    color: #fff;
    font-size: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #a52629;
    z-index: 1
}

.dropdown-large {
    position: relative
}

    .dropdown-large .dropdown-menu {
        width: 330px;
        border: 1px solid #dee2e6;
        padding: 0;
        border-radius: 16px;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)
    }

.top-header .navbar .dropdown-large .dropdown-menu:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -6px;
    right: 14px;
    transform: rotate(45deg);
    border-top: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6
}

.dropdown-large .msg-header {
    padding: .8rem 1rem;
    border-bottom: 1px solid #ededed;
    background-clip: border-box;
    text-align: left;
    display: flex;
    align-items: center
}

    .dropdown-large .msg-header .msg-header-title {
        font-size: 15px;
        color: #1c1b1b;
        margin-bottom: 0;
        font-weight: 500
    }

    .dropdown-large .msg-header .msg-header-clear {
        font-size: 12px;
        color: #585858;
        margin-bottom: 0
    }

.dropdown-large .msg-footer {
    padding: .8rem 1rem;
    color: #1c1b1b;
    border-top: 1px solid #ededed;
    background-clip: border-box;
    background: 0 0;
    font-size: 14px;
    font-weight: 500
}

.dropdown-large .user-online {
    position: relative
}

.dropdown-large .msg-name {
    font-size: 13px;
    margin-bottom: 0
}

.dropdown-large .msg-info {
    font-size: 12px;
    margin-bottom: 0
}

.dropdown-large .msg-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px
}

.dropdown-large .msg-time {
    font-size: 11px;
    margin-bottom: 0;
    color: #919191
}

.dropdown-large .user-online:after {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e
}

.dropdown-large .dropdown-menu .dropdown-item {
    padding: .5rem 1.3rem;
    border-bottom: 1px solid #ededed
}

.header-message-list, .header-notifications-list {
    position: relative;
    height: 360px
}

.header-notifications-list {
    overflow-y: scroll
}

.dropdown-large .notify {
    font-size: 24px;
    text-align: center;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%
}

.sidebar-wrapper {
    left: 0;
    height: 100%;
    z-index: 10
}

    .sidebar-wrapper, .sidebar-wrapper .sidebar-header {
        position: fixed;
        top: 0;
        width: 260px;
        background-color: #fff;
        transition: .3s ease-out
    }

        .sidebar-wrapper .sidebar-header {
            display: flex;
            align-items: center;
            justify-content: start;
            height: 80px;
            padding: 0 1rem;
            gap: .5rem;
            border-right: 1px solid #dee2e6
        }

            .sidebar-wrapper .sidebar-header .logo-img {
                width: 35px
            }

            .sidebar-wrapper .sidebar-header .logo-name h5 {
                font-size: 32px;
                font-weight: 600;
                color: #a3a3a3;
                margin-top: -10px;
                font-family: Acumin Pro Condensed,Helvetica
            }

            .sidebar-wrapper .sidebar-header .sidebar-close {
                cursor: pointer;
                display: none;
                font-size: 22px
            }

.toggled .top-header .navbar {
    left: 70px
}

.toggled .page-content {
    margin-left: 70px
}

.sidebar-wrapper .sidebar-nav {
    margin-top: 77px;
    height: 100%;
    background-color: #fff;
    height: calc(100% - 120px)
}

.sidebar-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.sidebar-wrapper .metismenu {
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .sidebar-wrapper .metismenu li + li, .sidebar-wrapper .metismenu li:first-child {
        margin-top: 5px
    }

    .sidebar-wrapper .metismenu li:last-child {
        margin-bottom: 5px
    }

    .sidebar-wrapper .metismenu > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }

    .sidebar-wrapper .metismenu a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 6px 15px;
        font-size: 15px;
        color: #5f5f5f;
        outline-width: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        letter-spacing: .5px;
        border: 0 solid hsla(0,0%,100%,0);
        transition: all .3s ease-out
    }

        .sidebar-wrapper .metismenu a .parent-icon {
            font-size: 22px;
            line-height: 1;
            width: 35px;
            height: 35px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            background-color: #fff
        }

        .sidebar-wrapper .metismenu a .menu-title {
            margin-left: 10px
        }

    .sidebar-wrapper .metismenu ul a {
        padding: 6px 15px 6px 25px;
        font-size: 15px;
        border: 0
    }

        .sidebar-wrapper .metismenu ul a span {
            margin-right: 20px
        }

    .sidebar-wrapper .metismenu ul {
        border: 0 solid #ededed;
        background: #fff
    }

        .sidebar-wrapper .metismenu ul ul a {
            padding: 8px 15px 8px 30px
        }

        .sidebar-wrapper .metismenu ul ul ul a {
            padding: 8px 15px 8px 45px
        }

    .sidebar-wrapper .metismenu .mm-active > a .parent-icon, .sidebar-wrapper .metismenu a:active .parent-icon, .sidebar-wrapper .metismenu a:focus .parent-icon, .sidebar-wrapper .metismenu a:hover .parent-icon {
        color: #52acaf;
        text-decoration: none;
        background: #d1f3f4;
        border-color: #d1f3f4;
        transition: .3s ease-out
    }

    .sidebar-wrapper .metismenu .mm-active > a {
        color: #52acaf;
        border-color: #d1f3f4;
        font-weight: 600
    }

.menu-label {
    padding: 5px 15px 5px 20px;
    color: #b0afaf;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px
}

.metismenu .has-arrow:after {
    position: absolute;
    content: "";
    width: .5em;
    height: .5em;
    border-style: solid;
    border-width: 1.2px 0 0 1.2px;
    border-color: initial;
    right: 15px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    top: 50%;
    transition: all .3s ease-out
}

@media screen and (min-width:1199px) {
    body.toggled .sidebar-wrapper:hover {
        box-shadow: 0 .5rem 1rem rgb(0 0 0/15%)
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .logo-name {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper {
        width: 70px;
        background: #61c1c4
    }

        body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .toggle-icon {
            display: none
        }

    body.toggled .sidebar-wrapper:hover .sidebar-header .sidebar-close {
        display: block
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
        justify-content: center;
        width: 70px;
        border-top-right-radius: 30px
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu a {
        justify-content: center
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .has-arrow:after, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu .menu-title, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li.menu-label, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .metismenu li ul {
        display: none
    }

    body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom {
        width: 70px
    }

        body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-toggle:after, body.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-bottom .user-info {
            display: none
        }

    body.toggled:not(.sidebar-hovered) .sidebar-bottom .dropdown-toggle {
        justify-content: center
    }

    .chat-toggle-btn, .email-toggle-btn {
        display: none !important
    }
}

.sidebar-wrapper .sidebar-bottom {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 260px;
    height: 130px;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    transition: .3s ease-out;
    cursor: pointer;
    flex-wrap: wrap
}

    .sidebar-wrapper .sidebar-bottom .dropdown-menu {
        border-radius: 1rem;
        box-shadow: 0 .5rem 1rem rgb(0 0 0/15%);
        overflow: hidden;
        border: 1px solid #dee2e6
    }

    .sidebar-wrapper .sidebar-bottom .dropdown-toggle {
        justify-content: start
    }

    .sidebar-wrapper .sidebar-bottom .user-img img {
        width: 40px;
        height: 40px;
        border-radius: 50%
    }

    .sidebar-wrapper .sidebar-bottom .user-info .user-name {
        font-size: 15px;
        font-weight: 600;
        color: #212529
    }

    .sidebar-wrapper .sidebar-bottom .user-info .user-designation {
        font-size: 13px;
        font-weight: 500;
        color: #656a6f
    }

.page-content {
    padding: 1.5rem;
    margin-left: 260px;
    margin-top: 62px;
    transition: .3s ease-out
}

.dropdown-menu {
    box-shadow: 0 .5rem 1rem rgb(0 0 0/15%)
}

.breadcrumb-title {
    font-size: 16px;
    border-right: 1.5px solid #aaa4a4
}

.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    font-family: Material Symbols Outlined;
    content: "\e5e1"
}

.card {
    margin-bottom: 1.5rem
}

.btn .material-symbols-outlined {
    vertical-align: middle;
    font-size: 1.3rem;
    margin-top: -1em;
    margin-bottom: -1em;
    margin-right: 5px
}

.icon-badge {
    max-width: 100%;
    max-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.textGray1 {
    color: var(--grey-neutral-400) !important;
}
.vertical-pills button {
    width: 100%;
    text-align: left;
    border-radius: 0
}

.vertical-pills .nav-link {
    border-bottom: 1px solid #dee2e6
}

    .vertical-pills .nav-link:last-child {
        border-bottom: 0 solid #dee2e6
    }

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
    color: #495057
}

.nav-pills .nav-link {
    border-radius: .25rem;
    color: #495057
}

.nav-primary.nav-tabs .nav-link.active {
    color: #008cff;
    border-color: #008cff #008cff #fff
}

.nav-danger.nav-tabs .nav-link.active {
    color: #f41127;
    border-color: #f41127 #f41127 #fff
}

.nav-success.nav-tabs .nav-link.active {
    color: #17a00e;
    border-color: #17a00e #17a00e #fff
}

.nav-warning.nav-tabs .nav-link.active {
    color: #ffc107;
    border-color: #ffc107 #ffc107 #fff
}

.nav-pills-danger.nav-pills .nav-link.active {
    color: #fff;
    background-color: #f41127
}

.nav-pills-success.nav-pills .nav-link.active {
    color: #fff;
    background-color: #198754
}

.nav-pills-warning.nav-pills .nav-link.active {
    color: #000;
    background-color: #ffc107
}

.form-check-success .form-check-input:checked {
    background-color: #198754;
    border-color: #198754
}

.form-check-success .form-check-input[type=checkbox]:indeterminate {
    background-color: #198754;
    border-color: #198754;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-success .form-check-input:focus {
    border-color: #198754;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(21,202,33,.25)
}

.form-check-danger .form-check-input:checked {
    background-color: #dc3545;
    border-color: #dc3545
}

.form-check-danger .form-check-input[type=checkbox]:indeterminate {
    background-color: #dc3545;
    border-color: #dc3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-danger .form-check-input:focus {
    border-color: #dc3545;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(253,53,80,.25)
}

.form-check-warning .form-check-input:checked {
    background-color: #ffc107;
    border-color: #ffc107
}

.form-check-warning .form-check-input[type=checkbox]:indeterminate {
    background-color: #ffc107;
    border-color: #ffc107;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-warning .form-check-input:focus {
    border-color: #ffc107;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(255,193,7,.25)
}

.form-check-dark .form-check-input:checked {
    background-color: #212529;
    border-color: #212529
}

.form-check-dark .form-check-input[type=checkbox]:indeterminate {
    background-color: #212529;
    border-color: #212529;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-dark .form-check-input:focus {
    border-color: #212529;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(33,37,41,.25)
}

.form-check-secondary .form-check-input:checked {
    background-color: #6c757d;
    border-color: #6c757d
}

.form-check-secondary .form-check-input[type=checkbox]:indeterminate {
    background-color: #6c757d;
    border-color: #6c757d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-secondary .form-check-input:focus {
    border-color: #6c757d;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(108,117,125,.25)
}

.form-check-info .form-check-input:checked {
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

.form-check-info .form-check-input[type=checkbox]:indeterminate {
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-info .form-check-input:focus {
    border-color: #0dcaf0;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,202,240,.25)
}

.input-icon span {
    font-size: 12px;
    left: 15px
}

.input-icon .form-control {
    padding-left: 2.5rem
}

.error {
    color: #dc3545
}

.product-table .product-box img {
    width: 55px;
    height: 55px;
    border-radius: .25rem
}

.product-desc {
    font-size: .8rem;
    color: #2f353c
}

.product-title {
    font-size: .97rem;
    color: #2f353c
}

.product-category {
    font-size: .8rem;
    color: #878d96
}

.product-rating {
    font-size: .8rem;
    background-color: #f8f8f8;
    padding: 2px 5px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    font-weight: 500
}

.customer-table table thead, .product-table table thead {
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 500
}

.customer-table table tbody, .product-table table tbody {
    font-size: .8rem
}

.product-table .product-tags {
    max-width: 220px;
    display: flex;
    align-items: center;
    gap: .3rem;
    flex-wrap: wrap
}

    .product-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
    }

.customer-table table tbody {
    font-size: .8rem
}

.customer-table .customer-name {
    color: #000
}

.customer-social-profiles a.btn:hover {
    color: #008cff;
    transition: .3s ease
}

.customer-notes {
    height: 310px;
    position: relative;
    overflow-y: scroll
}

.lable-table {
    text-transform: uppercase;
    padding: 1px 8px
}

.btn-white {
    background-color: #fff;
    border-color: #e7eaf3
}

    .btn-white:hover {
        border-color: #b2b2b4
    }

.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
}

.fm-file-box, .fm-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .25rem
}

.fm-icon-box {
    font-size: 32px;
    background: #fff;
    width: 52px;
    height: 52px
}

.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
}

.widget-icon {
    width: 48px;
    height: 48px;
    background-color: #fafafa;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.w_chart {
    position: relative;
    width: 75px !important;
    height: 75px !important;
    text-align: center;
    font-size: 1.2em
}

.w_chart, .w_percent {
    display: inline-block
}

.w_percent {
    line-height: 75px !important;
    z-index: 2;
    color: #0a0808
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px !important;
    height: 75px !important
}

.w_percent:after {
    content: "%";
    margin-left: .1em
}

.chart-js-container3 {
    position: relative;
    height: 380px
}

.gmaps, .gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px
}

.profile-cover {
    background-image: url(../images/gallery/profile-bg.jpg);
    background-size: cover;
    height: 10rem;
    background-position: 50%
}

.user-profile-avatar {
    background-color: #fff;
    width: 160px;
    height: 160px;
    padding: 5px;
    border-radius: 50%;
    margin-left: 6.5rem
}

    .user-profile-avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

.user-change-photo {
    background-color: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 5px
}

    .user-change-photo img {
        width: 100%;
        height: 100%;
        border-radius: 50%
    }

.separator {
    display: flex;
    align-items: center
}

    .separator .line {
        height: 1px;
        flex: 1;
        background-color: #dee2e6
    }

    .separator p {
        padding: 0 1rem
    }

.auth-cover-left {
    display: flex;
    background-color: #f7f7ff;
    min-height: 100vh
}

.auth-cover-right {
    display: flex;
    background-color: #fff;
    min-height: 100vh
}

.font-text1 {
    font-size: .8rem
}

.font-text2 {
    font-size: .7rem
}

.font-12 {
    font-size: 12px
}

.theme-icons {
    background-color: #fff
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-24 {
    font-size: 24px
}

.font-30 {
    font-size: 30px
}

.cursor-pointer {
    cursor: pointer
}

.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
}

.coming-soon-title {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase
}

.border-light-1 {
    border-color: rgb(255 255 255/24%) !important
}

.btn-option {
    background-color: transparent;
    border: 0 solid rgb(255 255 255/0);
    color: var(--bs-body-color)
}

.bg-facebook {
    background-color: #3b5998 !important
}

.bg-twitter {
    background-color: #55acee !important
}

.bg-google {
    background-color: #e52d27 !important
}

.bg-linkedin {
    background-color: #0976b4 !important
}

.bg-purple {
    background-color: #923eb9 !important
}

.bg-error {
    background-image: url(../images/gallery/texture.jpg)
}

.bg-coming-soon {
    background-image: url(../images/gallery/coming-soon.png)
}

.text-facebook {
    color: #3b5998 !important
}

.text-twitter {
    color: #55acee !important
}

.text-google {
    color: #e52d27 !important
}

.text-linkedin {
    color: #0976b4 !important
}

.chat-wrapper {
    width: auto;
    height: 600px;
    border-radius: .25rem;
    position: relative;
    background: #fff;
    box-shadow: 0 .1rem .7rem rgba(0,0,0,.1)
}

.chat-sidebar {
    width: 340px;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    border-right: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.chat-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-right: 0 solid rgba(0,0,0,.125);
    border-top-left-radius: .25rem;
    padding: 15px
}

.chat-sidebar-content {
    padding: 0
}

.chat-user-online {
    position: relative
}

.chat-sidebar-header .chat-user-online:before {
    left: 40px
}

.chat-list .chat-user-online:before, .chat-sidebar-header .chat-user-online:before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e
}

.chat-list .chat-user-online:before {
    left: 36px
}

.chat-content {
    margin-left: 340px;
    padding: 85px 15px 15px
}

.chat-header {
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-top-right-radius: .25rem;
    z-index: 1
}

.chat-footer, .chat-header {
    position: absolute;
    height: 70px;
    left: 340px;
    right: 0;
    padding: 15px
}

.chat-footer {
    bottom: 0;
    background-color: #fff;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom-right-radius: .25rem
}

.chat-footer-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0/15%)
}

.chat-tab-menu li a.nav-link {
    padding: .3rem .2rem;
    line-height: 1.2;
    color: #4a4b4c
}

.chat-tab-menu .nav-pills .nav-link.active, .chat-tab-menu .nav-pills .show > .nav-link {
    color: #008cff;
    background-color: rgb(0 123 255/0)
}

.chat-title {
    font-size: 14px;
    color: #272b2f
}

.chat-msg, .chat-time {
    font-size: 13px;
    color: #6c757d
}

.chat-list {
    position: relative;
    height: 300px
}

    .chat-list .list-group-item {
        border: 1px solid rgb(0 0 0/0);
        background-color: transparent
    }

        .chat-list .list-group-item:hover {
            border: 1px solid rgb(0 0 0/0)
        }

        .chat-list .list-group-item.active, .chat-list .list-group-item:hover {
            background-color: rgb(13 110 253/.12)
        }

.chart-online {
    color: #16e15e
}

.chat-top-header-menu a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #6c757d;
    text-align: center;
    border-radius: 50%;
    margin: 3px;
    background-color: #fff;
    border: 1px solid rgb(0 0 0/15%)
}

.chat-content {
    position: relative;
    width: auto;
    height: 520px
}

.chat-content-leftside .chat-left-msg {
    width: fit-content;
    background-color: #eff2f5;
    padding: .8rem;
    border-radius: 12px;
    max-width: 480px;
    text-align: left;
    border-top-left-radius: 0
}

.chat-content-rightside .chat-right-msg {
    width: fit-content;
    background-color: #dcedff;
    padding: .8rem;
    border-radius: 12px;
    float: right;
    max-width: 480px;
    text-align: left;
    border-bottom-right-radius: 0
}

.chat-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    text-align: center;
    font-size: 24px;
    color: #6c757d;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid rgb(0 0 0/15%)
}

.email-wrapper {
    width: auto;
    height: 600px;
    border-radius: .25rem;
    position: relative;
    box-shadow: 0 .1rem .7rem rgba(0,0,0,.1)
}

.email-sidebar, .email-wrapper {
    overflow: hidden;
    background: #fff
}

.email-sidebar {
    width: 250px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    border-right: 1px solid rgba(0,0,0,.125);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.email-sidebar-header {
    width: auto;
    height: auto;
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-right: 0 solid rgba(0,0,0,.125);
    border-top-left-radius: .25rem;
    padding: 15px
}

.email-navigation {
    position: relative;
    padding: 0;
    height: 345px;
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.email-header {
    height: 70px;
    left: 250px;
    top: 0;
    padding: 15px;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.125);
    z-index: 1
}

.email-content, .email-header {
    position: absolute;
    right: 0;
    border-top-right-radius: .25rem
}

.email-content {
    left: 0;
    width: auto;
    top: 70px;
    height: auto;
    margin-left: 250px;
    padding: 0;
    border-top-left-radius: .25rem
}

.email-navigation a.list-group-item {
    color: #404142;
    padding: .35rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid rgb(0 0 0/0);
    transition: all .3s ease-out
}

    .email-navigation a.list-group-item:hover {
        background-color: rgb(13 110 253/.12)
    }

    .email-navigation a.list-group-item.active {
        color: #0b5ed7;
        font-weight: 600;
        background-color: rgb(13 110 253/.12)
    }

.email-meeting {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

    .email-meeting a.list-group-item {
        color: #404142;
        padding: .35rem 1.25rem;
        background-color: #fff;
        border-bottom: 1px solid rgb(0 0 0/0)
    }

        .email-meeting a.list-group-item:hover {
            background-color: rgb(0 123 255/15%);
            transition: all .3s ease-out
        }

.email-hangout .chat-user-online:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 34px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    background: #16e15e
}

.email-toggle-btn {
    width: auto;
    height: auto;
    margin-right: 10px;
    text-align: center;
    font-size: 24px;
    color: #404142;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
    border: 0 solid rgb(0 0 0/15%)
}

.email-actions {
    width: 230px
}

.email-time {
    font-size: 13px;
    color: #6c757d
}

.email-list div.email-message {
    background-color: #fff;
    border-bottom: 1px solid rgb(0 0 0/8%);
    color: #383a3c
}

    .email-list div.email-message:hover {
        transition: all .2s ease-out;
        background-color: #eceef1
    }

.email-list {
    position: relative;
    height: 530px
}

.email-star {
    color: #6c757d
}

.email-read-box {
    position: relative;
    height: 530px
}

.compose-mail-popup {
    width: 42%;
    position: fixed;
    bottom: -30px;
    right: 30px;
    z-index: 15;
    display: none
}

.compose-mail-toggled {
    display: block
}

.compose-mail-title {
    font-size: 16px
}

.compose-mail-close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    background-color: rgb(255 255 255/0)
}

    .compose-mail-close:hover {
        background-color: rgb(255 255 255/20%)
    }

@media screen and (max-width:1280px) {
    .email-header {
        height: auto
    }

    .email-content {
        padding: 100px 0 0
    }
}

@media only screen and (max-width:1199px) {
    .table-responsive {
        white-space: nowrap
    }

    .sidebar-wrapper {
        left: -260px
    }

    .top-header .navbar {
        left: 0
    }

    .page-content {
        margin-left: 0
    }

    .sidebar-wrapper .sidebar-header .sidebar-close {
        display: block
    }

    .toggled .sidebar-wrapper {
        width: 260px;
        left: 0
    }

        .toggled .sidebar-wrapper .sidebar-header {
            width: 260px
        }

    .toggled .logo-name {
        display: block
    }

    .toggled .top-header .navbar {
        left: 0
    }

    .toggled .sidebar-wrapper .sidebar-bottom {
        width: 260px
    }

        .toggled .sidebar-wrapper .sidebar-bottom .dropdown-toggle {
            justify-content: start
        }

            .toggled .sidebar-wrapper .sidebar-bottom .dropdown-toggle:after, .toggled .sidebar-wrapper .sidebar-bottom .user-info {
                display: block
            }

    .toggled .page-content {
        margin-left: 0
    }

    .toggled .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .5;
        z-index: 5;
        display: block;
        cursor: move;
        transition: all .23s ease-out
    }

    .chat-header {
        border-top-left-radius: .25rem
    }

    .chat-footer {
        border-bottom-left-radius: .25rem
    }

    .chat-sidebar {
        left: -370px
    }

    .chat-content {
        margin-left: 0
    }

    .chat-footer, .chat-header, .chat-toggled .chat-sidebar {
        left: 0
    }

    .chat-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 340px;
        background: #000;
        opacity: .5;
        z-index: 11;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }

    .email-header {
        border-top-left-radius: .25rem
    }

    .email-sidebar {
        left: -280px
    }

    .email-content {
        margin-left: 0
    }

    .email-header, .email-toggled .email-sidebar {
        left: 0
    }

    .email-toggled .overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 250px;
        background: #000;
        opacity: .5;
        z-index: 9;
        display: block;
        cursor: move;
        transition: all .3s ease-out
    }

    .compose-mail-popup {
        width: auto;
        position: fixed;
        bottom: -30px;
        right: 0;
        left: 0
    }
}

@media screen and (max-width:620px) {
    .top-header .navbar .dropdown-menu:after {
        display: none
    }

    .top-header .navbar .dropdown {
        position: static !important
    }

    .top-header .navbar .dropdown-menu {
        width: 100% !important
    }
}

@media screen and (max-width:520px) {
    .chat-footer-menu, .chat-top-header-menu {
        display: none
    }
}

.nowrap {
    white-space: nowrap;
}

.prewrap {
    white-space: pre-wrap;
}

.justify-start {
    justify-content: flex-start !important;
}

.align-start {
    align-items: flex-start !important;
}

.align-end {
    align-items: flex-end !important;
}

.align-center {
    align-items: center !important;
}

.height-109 {
    min-height: 109px !important;
    max-height: 300px !important;
}

.height-100 {
    height: 100px !important;
}

.height-50 {
    height: 50px !important;
}

.height-28 {
    height: 28px !important;
    line-height: 10px;
}

.gap-none {
    gap: 0px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-13 {
    gap: 13px !important;
}

.gap-22 {
    gap: 22px !important;
}

.gap-32 {
    gap: 32px !important;
}

.border-radius-12 {
    border-radius: 12px !important;
}

.th-padd {
    padding: 17px 16px !important;
}

.font-normal {
    font-style: normal !important;
}
/* margin */
.mb100 {
    margin-bottom: 100px !important;
}

.mt-48 {
    margin-top: 48px !important;
}

.mt-24 {
    margin-top: 24px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-51 {
    margin-top: 51px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-19 {
    margin-bottom: 19px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.ml-0 {
    margin-left: 0px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.ml-24 {
    margin-left: 24px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mb-36 {
    margin-bottom: 36px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-32 {
    margin-top: 32px !important;
}

.mt-34 {
    margin-top: 34px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}

.mt-22 {
    margin-top: 22px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-22 {
    margin-bottom: 22px !important;
}

.mb-24 {
    margin-bottom: 24px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.mt-14 {
    margin-top: 14px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mr-14 {
    margin-right: 14px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.ml-3 {
    margin-left: 5px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.h-170 {
    height: 170px !important;
}

.h-630 {
    height: 630px !important;
}

.h-500 {
    height: 500px !important;
}

.h-250 {
    height: 250px !important;
}

.h-310 {
    height: 310px !important;
}

.h-30 {
    height: 30px !important;
}

.h-80 {
    height: 80px !important;
}

.h-46 {
    height: 46px !important;
}

.height-20 {
    height: 20px;
}

.mtn-24 {
    margin-top: -24px !important;
}

.mtn-20 {
    margin-top: -20px !important;
}

/* padding */
.pr14 {
    padding-right: 14px;
}

.p-0 {
    padding: 0;
}

.p-10 {
    padding: 10px !important;
}

.p-20 {
    padding: 20px !important;
}

.p-22 {
    padding: 22px !important;
}

.p-24 {
    padding: 24px !important;
}

.p-25 {
    padding: 24px !important;
}

.p-26 {
    padding: 26px !important;
}

.pr-0 {
    padding-right: 0px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pr14 {
    padding-right: 14px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-23 {
    padding-right: 23px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pr-27 {
    padding-right: 27px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.p-30 {
    padding: 30px !important;
}

.pb-1 {
    padding-bottom: 1px !important;
}

.pb-6 {
    padding-bottom: 6px !important;
}

.pb-8 {
    padding-bottom: 8px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-14 {
    padding-bottom: 14px !important;
}

.pb-17 {
    padding-bottom: 17px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-24 {
    padding-bottom: 24px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-34 {
    padding-bottom: 34px !important;
}

.pb-48 {
    padding-bottom: 48px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-6 {
    padding-top: 6px !important;
}

.pt-8 {
    padding-top: 8px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-11 {
    padding-top: 11px !important;
}

.pt-14 {
    padding-top: 14px !important;
}

.pt-21 {
    padding-top: 21px !important;
}

.pt-31 {
    padding-top: 31px !important;
}

.pt-36 {
    padding-top: 36px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-31 {
    padding-top: 31px !important;
}

.pt-34 {
    padding-top: 34px !important;
}

.pl-8 {
    padding-left: 8px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pl-0 {
    padding-left: 0px !important;
}

.pl-12 {
    padding-left: 12px !important;
}

.pl-14 {
    padding-left: 14px !important;
}

.pl-17 {
    padding-left: 17px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pl-27 {
    padding-left: 27px !important;
}

.pl-50 {
    padding-left: 50px !important;
}



/* width */
.w-255 {
    width: 255px !important;
}

.width-540 {
    width: 540px !important;
}

.w-400 {
    width: 400px !important;
}

.w-662 {
    width: 662px !important;
}

.w-290 {
    width: 290px !important;
}

.w-295 {
    width: 295px !important;
}

.w-195 {
    width: 195px !important;
}

.w-187 {
    width: 187px !important;
}

.w-115 {
    width: 115px !important;
}

.w-235 {
    width: 235px !important;
}

.w-24 {
    width: 24% !important;
}

.w-30 {
    width: 30% !important;
}

.w-32-0 {
    width: 32.0% !important;
}


.w-138 {
    width: 138px !important;
}

.w-per-77 {
    width: 77% !important;
}

.w-per-87 {
    width: 87% !important;
}

.w-per-49 {
    width: 49% !important;
}

.w-per-45 {
    width: 45% !important;
}

.w-per-48 {
    width: 48% !important;
}

.w-per-80 {
    width: 80% !important;
}

.w-per-10 {
    width: 10% !important;
}

.w-per-35 {
    width: 35% !important;
}

.w-per-40 {
    width: 40% !important;
}

.w-per-20 {
    width: 20% !important;
}

.w-per-23 {
    width: 23% !important;
}

.w-per-17 {
    width: 17% !important;
}

.w-per-79 {
    width: 79% !important;
}

.w-per-65 {
    width: 65% !important;
}

.w-per-83 {
    width: 83% !important;
}

.w-per-50 {
    width: 50% !important;
}

.w-per-60 {
    width: 60% !important;
}

.w-per-100 {
    width: 100% !important;
}

.w-per-12 {
    width: 12% !important;
}

.w-per-15 {
    width: 15% !important;
}

.w-per-16 {
    width: 16% !important;
}

.m-5 {
    margin: 5px !important;
}

/* position */
.pos-ab {
    position: relative;
}

.fs-15 {
    font-size: 15px;
}

.fs-13 {
    font-size: 13px;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

/*.fs-10 {
    font-size: 10px !important;
}*/

.fs-20 {
    font-size: 20px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.line-height-16 {
    line-height: 16px !important;
}

.line-height-24 {
    line-height: 24px !important;
}

.overlap-pos {
    position: relative;
    left: -5px;
}

.text-right {
    text-align: right !important
}