/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
    --bs-border-radius: 1rem;
    --bs-border-radius-sm: 1rem;
    --bs-border-radius-lg: 1rem;
    --bs-body-font-size: .875rem;
    --bs-breadcrumb-divider: ">";
    --gradr-color: #f56900;
}

body {
    font-family: "Open Sans", sans-serif;
    background: #f2f5f8;
    color: #27324c;
}

a {
    color: #4154f1;
    text-decoration: none;
}

a:hover {
    color: #717ff5;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

.btn {
    --bs-btn-font-size: .875rem;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-grab {
    cursor: grab;
}

.smaller {
    font-size: .75em;
}

.form-floating-md {
    zoom: 90%;
}
.form-floating-sm {
    zoom: 75%;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 60px;
    padding: 20px 30px;
    transition: all 0.3s;
    min-height: calc(100vh - 140px);
}

body:not(.skus):not(.question-groups):not(.product-triggers) #main > * {
    max-width: 1300px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

.pagetitle h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    color: #012970;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    animation-name: dropdown-animate;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
    font-size: 15px;
    padding: 10px 15px;
}

.dropdown-menu .dropdown-footer a {
    color: #444444;
    text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
    text-decoration: none;
}

.dropdown-menu .dropdown-divider {
    color: #a5c5fe;
    margin: 0;
}

.dropdown-menu .dropdown-item {
    font-size: .875rem;
    padding: 10px 15px;
    transition: 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #f6f9ff;
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

.img-thumbnail {
    --bs-border-radius: 0.5rem;
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: 0;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
}

.card-title {
    padding: 0 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

.card-title span {
    color: #899bbd;
    font-size: .875rem;
    font-weight: 400;
}

.card-body {
    padding: 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #4154f1;
}

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: .875rem;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

.breadcrumb a {
    color: #899bbd;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
    color: #899bbd;
}

.breadcrumb .active {
    color: #51678f;
    font-weight: 600;
}

/* Bordered Tabs */
.scrollable {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}
.scrollable .nav-tabs-bordered {
    flex-wrap: nowrap;
}
.scrollable .nav-tabs-bordered .nav-link {
    white-space: nowrap;
}
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}
.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    border-bottom: 2px solid var(--gradr-color);
    font-weight: 600;
}

.nav-pills.scrollable .nav-link {
    white-space: nowrap;
    color: #2c384e;
}
.nav-pills.scrollable .nav-link.active {
    background-color: var(--gradr-color);
    color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}

.logo img {
    max-height: 26px;
    margin-right: 6px;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    font-family: "Nunito", sans-serif;
}
.auth .logo span {
    color: #000;
}

.login .logo span {
    color: rgba(0, 0, 0, .87);
}

.header {
    transition: all 0.5s;
    z-index: 997;
    height: 60px;
    box-shadow: 1px 0 7px rgba(0, 0, 0, .05);
    background: #272930;
}

.header-brand {
    height: 60px;
    padding: 0 20px;
    background: transparent;
}

@media (min-width: 1200px) {
    .header {
        background: #fff;
    }

    .header-brand {
        width: 250px;
        background: linear-gradient(to right, #272930 50%, #fff 50%);
        background-size: 200% 100%;
        background-position: 0 0;
        transition: background-position .3s;
    }
    .toggle-sidebar .header-brand {
        background-position: 100% 0;
    }
    .toggle-sidebar .logo span {
        color: #000;
    }
    .toggle-sidebar .header .toggle-sidebar-btn {
        color: #000;
    }
}

.header .toggle-sidebar-btn {
    font-size: 32px;
    padding-left: 10px;
    cursor: pointer;
    color: #fff;
}

.header .search-bar {
    min-width: 360px;
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.header .search-form {
    width: 100%;
}

.header .search-form input {
    border: 0;
    font-size: .875rem;
    color: #012970;
    padding: 7px 38px 7px 8px;
    border-radius: 3px;
    transition: 0.3s;
    width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
}

.header .search-bar-show .search-form input {
    border: 1px solid rgba(1, 41, 112, 0.2);
}

.header .search-form button {
    border: 0;
    padding: 0;
    margin-left: -30px;
    background: none;
}

.header .search-form button i {
    color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav>ul {
    margin: 0;
    padding: 0;
}

.header-nav .nav-icon {
    font-size: 22px;
    position: relative;
}

.header-nav .nav-link {
    color: #fff;
}

@media (min-width: 1200px) {
    .header-nav .nav-link {
        color: inherit;
    }
}

.header-nav .nav-profile img {
    width: 36px;
    height: 36px;
}

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
    max-width: 360px;
}

.header-nav .notifications .notification-item {
    display: flex;
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .notifications .notification-item i {
    margin: 0 20px 0 10px;
    font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .notifications .notification-item:hover {
    background-color: #f6f9ff;
}

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
    padding: 15px 10px;
    transition: 0.3s;
}

.header-nav .messages .message-item a {
    display: flex;
}

.header-nav .messages .message-item img {
    margin: 0 20px 0 10px;
    max-height: 40px;
}

.header-nav .messages .message-item h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #444444;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding: 0;
    top: 8px !important;
}

.header-nav .profile .dropdown-item {
    font-size: .875rem;
    padding: 10px 15px;
    transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
    margin-right: 10px;
    font-size: 18px;
    line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
    background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 250px;
    z-index: 996;
    transition: all 0.3s;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #272930;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -250px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer,
    #action-bar {
        margin-left: 250px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer,
    .toggle-sidebar #action-bar {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -250px;
    }
}

.sidebar-nav {
    padding: 14px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    padding: 10px 17px;
    border-right: 2px solid #f56900;
}

.sidebar-nav .nav-link i {
    font-size: 15;
    margin-right: 10px;
    color: #a7adb3;
}

.sidebar-nav .nav-link.collapsed {
    color: #a7adb3;
    background: transparent;
    border-right: 2px solid transparent;
}

.sidebar-nav .nav-link.collapsed i {
    color: #a7adb3;
}

.sidebar-nav .nav-link:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2);
    border-right: 2px solid #f56900;
}

.sidebar-nav .nav-link:hover i {
    color: #fff;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
    color: #a7adb3;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    margin-right: 8px;
    font-size: 16px;
}

.sidebar-nav .nav-content a:hover {
    background: rgba(0, 0, 0, .2);
    border-right: 2px solid #f56900;
    color: #fff;
}

.sidebar-nav .nav-content a.active {
    font-weight: 800;
    color: #fff;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard .filter .icon {
    color: #aab7cf;
    padding-right: 20px;
    padding-bottom: 5px;
    transition: 0.3s;
    font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
    color: #4154f1;
}

.dashboard .filter .dropdown-header {
    padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #aab7cf;
    margin-bottom: 0;
    padding: 0;
}

.dashboard .filter .dropdown-item {
    padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.dashboard .sales-card .card-icon {
    color: #4154f1;
    background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
    color: #2eca6a;
    background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
    color: #ff771d;
    background: #ffecdf;
}

/* Activity */
.dashboard .activity {
    font-size: .875rem;
}

.dashboard .activity .activity-item .activite-label {
    color: #888;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
    content: "";
    position: absolute;
    right: -11px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
    margin-top: 3px;
    z-index: 1;
    font-size: 11px;
    line-height: 0;
    border-radius: 50%;
    flex-shrink: 0;
    border: 3px solid #fff;
    flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
    padding-left: 10px;
    padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
    top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
    padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
    margin-top: 15px;
}

.dashboard .news img {
    width: 80px;
    float: left;
    border-radius: 5px;
}

.dashboard .news h4 {
    font-size: 15px;
    margin-left: 95px;
    font-weight: bold;
    margin-bottom: 5px;
}

.dashboard .news h4 a {
    color: #012970;
    transition: 0.3s;
}

.dashboard .news h4 a:hover {
    color: #4154f1;
}

.dashboard .news p {
    font-size: .875rem;
    color: #777777;
    margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
    font-size: .875rem;
}

.dashboard .recent-sales .table thead {
    background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
    border: 0;
}

.dashboard .recent-sales .dataTable-top {
    padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
    padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
    font-size: .875rem;
}

.dashboard .top-selling .table thead {
    background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
    border: 0;
}

.dashboard .top-selling .table tbody td {
    vertical-align: middle;
}

.dashboard .top-selling img {
    border-radius: 5px;
    max-width: 60px;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
    max-width: 120px;
}

.profile .profile-card h2 {
    font-size: 24px;
    font-weight: 700;
    color: #2c384e;
    margin: 10px 0 0 0;
}

.profile .profile-card h3 {
    font-size: 18px;
}

.profile .profile-card .social-links a {
    font-size: 20px;
    display: inline-block;
    color: rgba(1, 41, 112, 0.5);
    line-height: 0;
    margin-right: 10px;
    transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
    color: #012970;
}

.profile .profile-overview .row {
    margin-bottom: 20px;
    font-size: 15px;
}

.profile .profile-overview .card-title {
    color: #012970;
}

.profile .profile-overview .label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
    font-weight: 600;
    color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
    max-width: 120px;
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
    padding: 30px;
}

.error-404 h1 {
    font-size: 180px;
    font-weight: 700;
    color: #4154f1;
    margin-bottom: 0;
    line-height: 150px;
}

.error-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #012970;
    margin-bottom: 30px;
}

.error-404 .btn {
    background: #51678f;
    color: #fff;
    padding: 8px 30px;
}

.error-404 .btn:hover {
    background: #3e4f6f;
}

@media (min-width: 992px) {
    .error-404 img {
        max-width: 50%;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: .875rem;
    transition: all 0.3s;
}

.footer .copyright {
    text-align: center;
    color: #012970;
}

.footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #012970;
}

/*--------------------------------------------------------------
# Action bar
--------------------------------------------------------------*/
#action-bar {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 14px 30px;
    font-size: .875rem;
    transition: all 0.3s;
    z-index: 4;
}

.action-bar-content {
    max-width: 1300px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    #action-bar {
        padding: 14px 20px;
    }
}

.selected-row td {
    background-color: #f6f9ff;
}

.bi.fw-bold {
    -webkit-text-stroke: 1px;
}

.text-gradr {
    color: var(--gradr-color) !important;
}

.bg-gradr,
.btn-gradr {
    background-color: var(--gradr-color) !important;
}

.border-gradr {
    border-color: var(--gradr-color) !important;
}

.loading-indicator {
    display: none;
    position: fixed;
    top: 0;
    height: 3px;
    width: 100%;
    overflow: hidden;
    z-index: 1090;
}

.loading-indicator.show {
    display: block;
}

.loading-indicator .indeterminate:before {
    content: '';
    position: absolute;
    background-color: #f56900;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.loading-indicator .indeterminate:after {
    content: '';
    position: absolute;
    background-color: #f56900;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.order-product-card {
    transition: transform ease-out 0.5s;
}
.order-product-card:hover {
    transform: scale(1.10);
}

.ql-editor {
    min-height: 170px;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }

    60% {
        left: 100%;
        right: -90%;
    }

    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }

    60% {
        left: 107%;
        right: -8%;
    }

    100% {
        left: 107%;
        right: -8%;
    }
}

.modal.fade {
    background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
    opacity: 0;
}

@media (min-width: 768px) {
    .modal-edit-question-setup .tab-pane {
        height: calc(80vh - 100px);
        overflow: hidden auto;
    }
}

.select2:not(.input-group .select2) {
    width: 100% !important;
}
.select2-dropdown:not(.show-search) .loading-results,
.select2-dropdown:not(.show-search) .select2-search {
    display: none;
}
.form-floating .select2-selection {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
}
.form-floating .select2-selection > span {
    margin-top: 18px;
}

[data-bs-toggle="tab"] .badge {
    font-size: .66em !important;
}

.was-validated .form-control.is-invalid {
    border-color: var(--bs-form-invalid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

.form-control,
.form-select {
    font-size: .875rem;
}

.border.dropzone {
    --bs-border-width: 3px;
    --bs-border-style: dashed;
}

.support-ticket-initials {
    width: 37px;
    height: 37px;
}

@media (min-width: 576px) {
    .border-sm-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .border-sm-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}
@media (min-width: 768px) {
    .border-md-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .border-md-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}
@media (min-width: 992px) {
    .border-lg-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .border-lg-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}
@media (min-width: 1200px) {
    .border-xl-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .border-xl-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}
@media (min-width: 1400px) {
    .border-xxl-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .border-xxl-end {
        border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
}


.w-50px { width: 50px !important; }
.w-55px { width: 55px !important; }
.w-60px {  width: 60px !important; }
.w-65px {  width: 65px !important; }
.w-70px {  width: 70px !important; }
.w-75px {  width: 75px !important; }
.w-80px {  width: 80px !important; }
.w-85px {  width: 85px !important; }
.w-90px {  width: 90px !important; }
.w-95px {  width: 95px !important; }
.w-100px {  width: 100px !important; }
.h-50px { height: 50px !important; }
.h-55px { height: 55px !important; }
.h-60px {  height: 60px !important; }
.h-65px {  height: 65px !important; }
.h-70px {  height: 70px !important; }
.h-75px {  height: 75px !important; }
.h-80px {  height: 80px !important; }
.h-85px {  height: 85px !important; }
.h-90px {  height: 90px !important; }
.h-95px {  height: 95px !important; }
.h-100px {  height: 100px !important; }

.top-10px { top: 10px !important; }
.top-15px { top: 15px !important; }
.top-20px { top: 20px !important; }
.end-10px { right: 10px !important; }
.end-15px { right: 15px !important; }
.end-20px { right: 20px !important; }
.bottom-10px { bottom: 10px !important; }
.bottom-15px { bottom: 15px !important; }
.bottom-20px { bottom: 20px !important; }
.start-10px { left: 10px !important; }
.start-15px { left: 15px !important; }
.start-20px { left: 20px !important; }

@media (min-width: 576px) {
  .w-sm-50px { width: 50px !important; }
  .w-sm-55px { width: 55px !important; }
  .w-sm-60px {  width: 60px !important; }
  .w-sm-65px {  width: 65px !important; }
  .w-sm-70px {  width: 70px !important; }
  .w-sm-75px {  width: 75px !important; }
  .w-sm-80px {  width: 80px !important; }
  .w-sm-85px {  width: 85px !important; }
  .w-sm-90px {  width: 90px !important; }
  .w-sm-95px {  width: 95px !important; }
  .w-sm-100px {  width: 100px !important; }
  .h-sm-50px { height: 50px !important; }
  .h-sm-55px { height: 55px !important; }
  .h-sm-60px {  height: 60px !important; }
  .h-sm-65px {  height: 65px !important; }
  .h-sm-70px {  height: 70px !important; }
  .h-sm-75px {  height: 75px !important; }
  .h-sm-80px {  height: 80px !important; }
  .h-sm-85px {  height: 85px !important; }
  .h-sm-90px {  height: 90px !important; }
  .h-sm-95px {  height: 95px !important; }
  .h-sm-100px {  height: 100px !important; }
}

@media (min-width: 768px) {
  .w-md-50px { width: 50px !important; }
  .w-md-55px { width: 55px !important; }
  .w-md-60px {  width: 60px !important; }
  .w-md-65px {  width: 65px !important; }
  .w-md-70px {  width: 70px !important; }
  .w-md-75px {  width: 75px !important; }
  .w-md-80px {  width: 80px !important; }
  .w-md-85px {  width: 85px !important; }
  .w-md-90px {  width: 90px !important; }
  .w-md-95px {  width: 95px !important; }
  .w-md-100px {  width: 100px !important; }
  .h-md-50px { height: 50px !important; }
  .h-md-55px { height: 55px !important; }
  .h-md-60px {  height: 60px !important; }
  .h-md-65px {  height: 65px !important; }
  .h-md-70px {  height: 70px !important; }
  .h-md-75px {  height: 75px !important; }
  .h-md-80px {  height: 80px !important; }
  .h-md-85px {  height: 85px !important; }
  .h-md-90px {  height: 90px !important; }
  .h-md-95px {  height: 95px !important; }
  .h-md-100px {  height: 100px !important; }
}
@media (min-width: 992px) {
  .w-lg-50px { width: 50px !important; }
  .w-lg-55px { width: 55px !important; }
  .w-lg-60px {  width: 60px !important; }
  .w-lg-65px {  width: 65px !important; }
  .w-lg-70px {  width: 70px !important; }
  .w-lg-75px {  width: 75px !important; }
  .w-lg-80px {  width: 80px !important; }
  .w-lg-85px {  width: 85px !important; }
  .w-lg-90px {  width: 90px !important; }
  .w-lg-95px {  width: 95px !important; }
  .w-lg-100px {  width: 100px !important; }
  .h-lg-50px { height: 50px !important; }
  .h-lg-55px { height: 55px !important; }
  .h-lg-60px {  height: 60px !important; }
  .h-lg-65px {  height: 65px !important; }
  .h-lg-70px {  height: 70px !important; }
  .h-lg-75px {  height: 75px !important; }
  .h-lg-80px {  height: 80px !important; }
  .h-lg-85px {  height: 85px !important; }
  .h-lg-90px {  height: 90px !important; }
  .h-lg-95px {  height: 95px !important; }
  .h-lg-100px {  height: 100px !important; }
}

@media (min-width: 1200px) {
  .w-xl-50px { width: 50px !important; }
  .w-xl-55px { width: 55px !important; }
  .w-xl-60px {  width: 60px !important; }
  .w-xl-65px {  width: 65px !important; }
  .w-xl-70px {  width: 70px !important; }
  .w-xl-75px {  width: 75px !important; }
  .w-xl-80px {  width: 80px !important; }
  .w-xl-85px {  width: 85px !important; }
  .w-xl-90px {  width: 90px !important; }
  .w-xl-95px {  width: 95px !important; }
  .w-xl-100px {  width: 100px !important; }
  .h-xl-50px { height: 50px !important; }
  .h-xl-55px { height: 55px !important; }
  .h-xl-60px {  height: 60px !important; }
  .h-xl-65px {  height: 65px !important; }
  .h-xl-70px {  height: 70px !important; }
  .h-xl-75px {  height: 75px !important; }
  .h-xl-80px {  height: 80px !important; }
  .h-xl-85px {  height: 85px !important; }
  .h-xl-90px {  height: 90px !important; }
  .h-xl-95px {  height: 95px !important; }
  .h-xl-100px {  height: 100px !important; }
}

@media (min-width: 1400px) {
  .w-xxl-50px { width: 50px !important; }
  .w-xxl-55px { width: 55px !important; }
  .w-xxl-60px {  width: 60px !important; }
  .w-xxl-65px {  width: 65px !important; }
  .w-xxl-70px {  width: 70px !important; }
  .w-xxl-75px {  width: 75px !important; }
  .w-xxl-80px {  width: 80px !important; }
  .w-xxl-85px {  width: 85px !important; }
  .w-xxl-90px {  width: 90px !important; }
  .w-xxl-95px {  width: 95px !important; }
  .w-xxl-100px {  width: 100px !important; }
  .h-xxl-50px { height: 50px !important; }
  .h-xxl-55px { height: 55px !important; }
  .h-xxl-60px {  height: 60px !important; }
  .h-xxl-65px {  height: 65px !important; }
  .h-xxl-70px {  height: 70px !important; }
  .h-xxl-75px {  height: 75px !important; }
  .h-xxl-80px {  height: 80px !important; }
  .h-xxl-85px {  height: 85px !important; }
  .h-xxl-90px {  height: 90px !important; }
  .h-xxl-95px {  height: 95px !important; }
  .h-xxl-100px {  height: 100px !important; }
}

.w-0 { width: 0 !important; }
.h-0 { height: 0 !important; }

@media (min-width: 576px) {
  .w-sm-0 { width: 0 !important; }
  .w-sm-25  { width: 25% !important; }
  .w-sm-50  { width: 50% !important; }
  .w-sm-75  { width: 75% !important; }
  .w-sm-100  { width: 100% !important; }
  .w-sm-auto  { width: auto !important; }
  .mw-sm-100  { max-width: 100% !important; }
  .vw-sm-100  { width: 100vw !important; }
  .min-vw-sm-100  { min-width: 100vw !important; }
  .h-0-25  { height: 0 !important; }
  .h-sm-25  { height: 25% !important; }
  .h-sm-50  { height: 50% !important; }
  .h-sm-75  { height: 75% !important; }
  .h-sm-100  { height: 100% !important; }
  .h-sm-auto  { height: auto !important; }
  .mh-sm-100  { max-height: 100% !important; }
  .vh-sm-100  { height: 100vh !important; }
  .min-vh-sm-100 { min-height: 100vh !important; }
}

@media (min-width: 768px) {
  .w-md-0 { width: 0 !important; }
  .w-md-25  { width: 25% !important; }
  .w-md-50  { width: 50% !important; }
  .w-md-75  { width: 75% !important; }
  .w-md-100  { width: 100% !important; }
  .w-md-auto  { width: auto !important; }
  .mw-md-100  { max-width: 100% !important; }
  .vw-md-100  { width: 100vw !important; }
  .min-vw-md-100  { min-width: 100vw !important; }
  .h-md-0  { height: 0 !important; }
  .h-md-25  { height: 25% !important; }
  .h-md-50  { height: 50% !important; }
  .h-md-75  { height: 75% !important; }
  .h-md-100  { height: 100% !important; }
  .h-md-auto  { height: auto !important; }
  .mh-md-100  { max-height: 100% !important; }
  .vh-md-100  { height: 100vh !important; }
  .min-vh-md-100 { min-height: 100vh !important; }
}

@media (min-width: 992px) {
  .w-lg-0  { width: 0!important; }
  .w-lg-25  { width: 25% !important; }
  .w-lg-50  { width: 50% !important; }
  .w-lg-75  { width: 75% !important; }
  .w-lg-100  { width: 100% !important; }
  .w-lg-auto  { width: auto !important; }
  .mw-lg-100  { max-width: 100% !important; }
  .vw-lg-100  { width: 100vw !important; }
  .min-vw-lg-100  { min-width: 100vw !important; }
  .h-lg-0  { height: 0 !important; }
  .h-lg-25  { height: 25% !important; }
  .h-lg-50  { height: 50% !important; }
  .h-lg-75  { height: 75% !important; }
  .h-lg-100  { height: 100% !important; }
  .h-lg-auto  { height: auto !important; }
  .mh-lg-100  { max-height: 100% !important; }
  .vh-lg-100  { height: 100vh !important; }
  .min-vh-lg-100 { min-height: 100vh !important; }
}

@media (min-width: 1200px) {
  .w-xl-0 { width: 0 !important; }
  .w-xl-25  { width: 25% !important; }
  .w-xl-50  { width: 50% !important; }
  .w-xl-75  { width: 75% !important; }
  .w-xl-100  { width: 100% !important; }
  .w-xl-auto  { width: auto !important; }
  .mw-xl-100  { max-width: 100% !important; }
  .vw-xl-100  { width: 100vw !important; }
  .min-vw-xl-100  { min-width: 100vw !important; }
  .h-xl-0  { height: 0 !important; }
  .h-xl-25  { height: 25% !important; }
  .h-xl-50  { height: 50% !important; }
  .h-xl-75  { height: 75% !important; }
  .h-xl-100  { height: 100% !important; }
  .h-xl-auto  { height: auto !important; }
  .mh-xl-100  { max-height: 100% !important; }
  .vh-xl-100  { height: 100vh !important; }
  .min-vh-xl-100 { min-height: 100vh !important; }
}

@media (min-width: 1400px) {
  .w-xxl-0 { width: 0 !important; }
  .w-xxl-25  { width: 25% !important; }
  .w-xxl-50  { width: 50% !important; }
  .w-xxl-75  { width: 75% !important; }
  .w-xxl-100  { width: 100% !important; }
  .w-xxl-auto  { width: auto !important; }
  .mw-xxl-100  { max-width: 100% !important; }
  .vw-xxl-100  { width: 100vw !important; }
  .min-vw-xxl-100  { min-width: 100vw !important; }
  .h-xxl-0  { height: 0 !important; }
  .h-xxl-25  { height: 25% !important; }
  .h-xxl-50  { height: 50% !important; }
  .h-xxl-75  { height: 75% !important; }
  .h-xxl-100  { height: 100% !important; }
  .h-xxl-auto  { height: auto !important; }
  .mh-xxl-100  { max-height: 100% !important; }
  .vh-xxl-100  { height: 100vh !important; }
  .min-vh-xxl-100 { min-height: 100vh !important; }
}

.fs-10px { font-size: 10px !important; }
.fs-11px { font-size: 11px !important; }
.fs-12px { font-size: 12px !important; }
.fs-13px { font-size: 13px !important; }
.fs-14px { font-size: 14px !important; }
.fs-15px { font-size: 15px !important; }
.fs-16px { font-size: 16px !important; }
.fs-normal { font-size: normal !important; }
.fs-medium { font-size: medium !important; }
.fs-small { font-size: small !important; }
.fs-xsmall { font-size: x-small !important; }
.fs-xxsmall { font-size: xx-small !important; }
.fs-large { font-size: large !important; }
.fs-xlarge { font-size: xx-large !important; }
.fs-xxlarge { font-size: x-large !important; }

@media (min-width: 576px) {
  .fs-sm-10px { font-size: 10px !important; }
  .fs-sm-11px { font-size: 11px !important; }
  .fs-sm-12px { font-size: 12px !important; }
  .fs-sm-13px { font-size: 13px !important; }
  .fs-sm-14px { font-size: 14px !important; }
  .fs-sm-15px { font-size: 15px !important; }
  .fs-sm-16px { font-size: 16px !important; }
  .fs-sm-normal { font-size: normal !important; }
  .fs-sm-medium { font-size: medium !important; }
  .fs-sm-small { font-size: small !important; }
  .fs-sm-xsmall { font-size: x-small !important; }
  .fs-sm-xxsmall { font-size: xx-small !important; }
  .fs-sm-large { font-size: large !important; }
  .fs-sm-xlarge { font-size: xx-large !important; }
  .fs-sm-xxlarge { font-size: x-large !important; }
}
@media (min-width: 768px) {
  .fs-md-10px { font-size: 10px !important; }
  .fs-md-11px { font-size: 11px !important; }
  .fs-md-12px { font-size: 12px !important; }
  .fs-md-13px { font-size: 13px !important; }
  .fs-md-14px { font-size: 14px !important; }
  .fs-md-15px { font-size: 15px !important; }
  .fs-md-16px { font-size: 16px !important; }
  .fs-md-normal { font-size: normal !important; }
  .fs-md-medium { font-size: medium !important; }
  .fs-md-small { font-size: small !important; }
  .fs-md-xsmall { font-size: x-small !important; }
  .fs-md-xxsmall { font-size: xx-small !important; }
  .fs-md-large { font-size: large !important; }
  .fs-md-xlarge { font-size: xx-large !important; }
  .fs-md-xxlarge { font-size: x-large !important; }
}
@media (min-width: 992px) {
  .fs-lg-10px { font-size: 10px !important; }
  .fs-lg-11px { font-size: 11px !important; }
  .fs-lg-12px { font-size: 12px !important; }
  .fs-lg-13px { font-size: 13px !important; }
  .fs-lg-14px { font-size: 14px !important; }
  .fs-lg-15px { font-size: 15px !important; }
  .fs-lg-16px { font-size: 16px !important; }
  .fs-lg-normal { font-size: normal !important; }
  .fs-lg-medium { font-size: medium !important; }
  .fs-lg-small { font-size: small !important; }
  .fs-lg-xsmall { font-size: x-small !important; }
  .fs-lg-xxsmall { font-size: xx-small !important; }
  .fs-lg-large { font-size: large !important; }
  .fs-lg-xlarge { font-size: xx-large !important; }
  .fs-lg-xxlarge { font-size: x-large !important; }
}
@media (min-width: 1200px) {
  .fs-xl-10px { font-size: 10px !important; }
  .fs-xl-11px { font-size: 11px !important; }
  .fs-xl-12px { font-size: 12px !important; }
  .fs-xl-13px { font-size: 13px !important; }
  .fs-xl-14px { font-size: 14px !important; }
  .fs-xl-15px { font-size: 15px !important; }
  .fs-xl-16px { font-size: 16px !important; }
  .fs-xl-normal { font-size: normal !important; }
  .fs-xl-medium { font-size: medium !important; }
  .fs-xl-small { font-size: small !important; }
  .fs-xl-xsmall { font-size: x-small !important; }
  .fs-xl-xxsmall { font-size: xx-small !important; }
  .fs-xl-large { font-size: large !important; }
  .fs-xl-xlarge { font-size: xx-large !important; }
  .fs-xl-xxlarge { font-size: x-large !important; }
}
@media (min-width: 1400px) {
  .fs-xxl-10px { font-size: 10px !important; }
  .fs-xxl-11px { font-size: 11px !important; }
  .fs-xxl-12px { font-size: 12px !important; }
  .fs-xxl-13px { font-size: 13px !important; }
  .fs-xxl-14px { font-size: 14px !important; }
  .fs-xxl-15px { font-size: 15px !important; }
  .fs-xxl-16px { font-size: 16px !important; }
  .fs-xxl-normal { font-size: normal !important; }
  .fs-xxl-medium { font-size: medium !important; }
  .fs-xxl-small { font-size: small !important; }
  .fs-xxl-xsmall { font-size: x-small !important; }
  .fs-xxl-xxsmall { font-size: xx-small !important; }
  .fs-xxl-large { font-size: large !important; }
  .fs-xxl-xlarge { font-size: xx-large !important; }
  .fs-xxl-xxlarge { font-size: x-large !important; }
}