body.auth-checking {
    display: none;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.z-1042 {
    z-index: 1042 !important;
}

.z-1041 {
    z-index: 1041 !important;
}

.modal-backdrop {
    z-index: 1041 !important;
}

.iziToast {
    border-radius: 0 !important;
    font-family: 'Inter', sans-serif;
    min-width: 500px;
}
.iziToast.iziToast-color-red {
    color: #fff !important;
    background-color: rgba(237,76,120);
    border-color: rgba(237,76,120);
}
.iziToast.iziToast-color-green {
    background: #00c9a7 !important;
    border-color: #00c9a7 !important;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 #c7353a
    }

    70% {
        box-shadow: 0 0 0 10px transparent
    }

    to {
        box-shadow: 0 0 0 0 transparent
    }
}

.integration-exclamation-icon {
	background: var(--bs-danger);
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: -10px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.pulse {
    animation: pulse-animation 2s infinite;
    box-shadow: 0 0 0 #c7353a
}

.pulse:before {
    background-color: #c7353a;
    bottom: -5px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 2px;
    transform: rotate(42deg);
    width: 10px;
    z-index: -1
}

#header #navbarDoubleLineContainerNavDropdown .nav-item:not(:last-child) {
    margin-right: 0;
}

#navbarDoubleLineContainerNavDropdown .nav-item .nav-link {
    padding: 1rem 1.5rem !important;
}

#navbarDoubleLineContainerNavDropdown .badge {
    position: relative;
    top: -1.5px;
}

.navbar-dropdown-account-wrapper {
    padding: 0 !important;
}

.navbar-dropdown-account-wrapper .avatar {
    width: 2.7rem;
    height: 2.7rem;
}

#integrationCanvas {
    --bs-offcanvas-width: 80vw;
}

.nav-segment .nav-link {
    border: 1px solid var(--bs-secondary);
    margin-left: 10px;
    padding: .5rem 1.5rem !important;
}

.nav-segment .nav-link.active {
    border-color: transparent;
    color: var(--bs-primary) !important;
}

.nav-segment .nav-link:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
    border-color: transparent;
    box-shadow: 0 0.1875rem 0.375rem 0 rgba(140, 152, 164, 0.25);
}

.nav-segment .nav-item:first-child .nav-link {
    margin-left: 0;
}

.row-cols-8 > * {
  flex: 0 0 auto !important;
  width: 12.5% !important;
}

.custom-bg-white {
    background: var(--bs-white);
}

.right-10 {
    right: 10px;
}

.custom-avatar-group.avatar-group-md .avatar + .avatar {
    margin-left: 10px;
}

.custom-avatar-group.avatar-group-md .avatar {
    transition: all 0.3s ease;
}

.custom-avatar-group.avatar-group-md .avatar:hover {
    filter: brightness(.75);
}

.tom-select-pagination .ts-dropdown {
    width: 100px !important;
}

.paginate_item .page-link {
    background: var(--bs-light);
}

.paginate_item .page-link.disabled {
    background: var(--bs-grey);
}

.w-45px {
    width: 45px !important;
    height: 45px !important;
}

#productVerticalMenu .nav-link.active {
    background: rgba(var(--bs-primary-rgb), 0.1);
}
/*
.submenu-group {
    display: none;
}

.nav-link.active + .submenu-group {
    display: block;
}
*/
.submenu-group .nav-link {
    font-size: 14px !important;
    border: 0 !important;
    transition: all 0.3s ease !important;
    margin-left: 35px !important;
    padding-top: 2.5px !important;
    padding-bottom: 2.5px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.submenu-group .nav-link.active {
    background: transparent !important;
    color: var(--bs-primary) !important;
    font-weight: 600 !important;
}

.file-upload-label {
    width: 100%;
    background-color: #f8fafd;
    border: .125rem dashed rgba(231, 234, 243, .7);
    border-radius: .5rem;
    padding: 5rem 3rem;
    cursor: pointer;
}

.file-upload-image-preview {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 0.75rem;
    overflow: hidden;
}

.file-upload-preview .dd-empty {
    display: none;
}

.file-upload-image-preview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.file-upload-image-preview .file-upload-image-hover {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
}

.file-upload-image-preview:hover .file-upload-image-hover {
    opacity: 1;
}

.file-upload-image-hover-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.file-upload-image-move {
    position: absolute;
    color: #fff;
    left: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
}

.tox-tinymce {
    border: 0.0625rem solid var(--bs-border-color) !important;
}

.tox .tox-edit-area__iframe {
    background: var(--bs-light) !important;
}


.tom-select-custom .input-group-sm>.ts-wrapper .ts-control.has-items,.tom-select-custom .ts-wrapper.form-control-sm .ts-control.has-items,.tom-select-custom .ts-wrapper.form-select-sm .ts-control.has-items {
    padding: .5rem 2.25rem .5rem 1rem
}

.tom-select-custom .input-group-lg>.ts-wrapper>.ts-control,.tom-select-custom .ts-wrapper.form-control-lg .ts-control,.tom-select-custom .ts-wrapper.form-select-lg .ts-control {
    padding: .75rem 2.25rem .75rem 1rem
}

.tom-select-custom .hs-select-single-multiple .item {
    display: none!important
}

.tom-select-custom .ts-wrapper.form-select .ts-control,.tom-select-custom .ts-wrapper.multi .ts-control.has-items.hs-select-single-multiple {
    padding: .6125rem 2.25rem .6125rem 1rem
}

.tom-select-custom .ts-wrapper.form-select .ts-control .tom-select-custom-hide,.tom-select-custom .ts-wrapper.multi .ts-control.has-items.hs-select-single-multiple .tom-select-custom-hide {
    display: none
}

.tom-select-custom .ts-wrapper.form-select .ts-control .focus,.tom-select-custom .ts-wrapper.form-select .ts-control:focus,.tom-select-custom .ts-wrapper.multi .ts-control.has-items.hs-select-single-multiple .focus,.tom-select-custom .ts-wrapper.multi .ts-control.has-items.hs-select-single-multiple:focus {
    box-shadow: none
}

.tom-select-custom .ts-control,.tom-select-custom .ts-control input,.tom-select-custom .ts-dropdown {
    color: #677788
}

.tom-select-custom .ts-dropdown,.tom-select-custom .ts-dropdown.form-control,.tom-select-custom .ts-dropdown.form-select {
    background-color: #fff;
    border: .0625rem solid rgba(231,234,243,.7);
    border-radius: .3125rem;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075)
}

.tom-select-custom .ts-dropdown .active,.tom-select-custom .ts-dropdown .create:hover,.tom-select-custom .ts-dropdown .option:hover {
    color: #1e2022;
    background-color: rgba(189,197,209,.3)
}

.tom-select-custom .ts-dropdown .create,.tom-select-custom .ts-dropdown .no-results,.tom-select-custom .ts-dropdown .optgroup-header,.tom-select-custom .ts-dropdown .option {
    padding: .5rem 2.5rem .5rem 1rem
}

.tom-select-custom .ts-dropdown .option {
    position: relative
}

.tom-select-custom .ts-dropdown .option::after {
    display: none;
    position: absolute;
    top: 50%;
    right: .5rem;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 110 110' fill='%23377dff'%3e%3cpath d='M98.1,16.2c-2.5-2.3-6.4-2.2-8.7,0.2L36.7,70.1l-13-15.5c-2.9-3.5-7.9-4.1-11.1-1.4c-2.9,2.4-3.5,6.6-1.4,10.1l16.5,28c3.2,5.4,10.8,5.8,14.5,0.8l56.5-67.3C100.7,22.1,100.4,18.5,98.1,16.2z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1rem 1rem;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tom-select-custom .ts-dropdown .option.selected::after {
    display: block
}

.tom-select-custom .ts-control,.tom-select-custom .ts-wrapper.single .ts-control.input-active {
    cursor: pointer
}

.tom-select-custom .ts-control.focus {
    box-shadow: none
}

.tom-select-custom .input-group>.form-select,.tom-select-custom .input-group>.ts-wrapper {
    -ms-flex-positive: unset;
    flex-grow: unset
}

.tom-select-custom .input-group>.form-select {
    width: auto
}

.tom-select-custom .ts-wrapper {
    display: inline-block
}

.tom-select-custom .ts-dropdown .optgroup-header {
    font-weight: 700;
    color: #000
}

.tom-select-custom .ts-dropdown .optgroup:before {
    display: none
}

.tom-select-custom .ts-dropdown .optgroup .option {
    padding-left: 1.5rem
}

.tom-select-custom .ts-wrapper.multi .ts-control>div {
    color: #1e2022;
    background-color: #e7eaf3;
    font-size: .875rem;
    padding: .28rem .875rem;
    border-radius: 4px
}

.tom-select-custom .ts-wrapper.multi .ts-control>.ts-custom-placeholder {
    background-color: transparent
}

.tom-select-custom .ts-wrapper.plugin-remove_button .item .remove {
    border-left: none;
    color: #8c98a4
}

.tom-select-custom .ts-wrapper.plugin-remove_button .item .remove:hover {
    background: 0 0;
    color: #377dff
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap {
    padding: .4rem
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap .dropdown-input {
    color: #1e2022;
    border: .0625rem solid rgba(231,234,243,.7);
    border-radius: .3125rem
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap .dropdown-input:focus {
    color: #1e2022
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap .dropdown-input::-webkit-input-placeholder {
    color: #8c98a4;
    opacity: 1
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap .dropdown-input::-moz-placeholder {
    color: #8c98a4;
    opacity: 1
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap .dropdown-input:-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap .dropdown-input::-ms-input-placeholder {
    color: #8c98a4;
    opacity: 1
}

.tom-select-custom .plugin-dropdown_input .dropdown-input-wrap .dropdown-input::placeholder {
    color: #8c98a4;
    opacity: 1
}

.tom-select-custom .ts-custom-placeholder,.tom-select-custom .ts-selected-count {
    color: #8c98a4!important
}

.tom-select-custom-end .ts-dropdown {
    left: auto;
    right: 0;
    text-align: left
}

@media (min-width: 576px) {
    .tom-select-custom-sm-end .ts-dropdown {
        left:auto;
        right: 0;
        text-align: left
    }
}

@media (min-width: 768px) {
    .tom-select-custom-md-end .ts-dropdown {
        left:auto;
        right: 0;
        text-align: left
    }
}

@media (min-width: 992px) {
    .tom-select-custom-lg-end .ts-dropdown {
        left:auto;
        right: 0;
        text-align: left
    }
}

@media (min-width: 1200px) {
    .tom-select-custom-xl-end .ts-dropdown {
        left:auto;
        right: 0;
        text-align: left
    }
}

@media (min-width: 1400px) {
    .tom-select-custom-xxl-end .ts-dropdown {
        left:auto;
        right: 0;
        text-align: left
    }
}

.tom-select-custom-with-tags .tom-select-custom .ts-wrapper.multi .ts-control.has-items.hs-select-single-multiple,.tom-select-custom-with-tags .ts-wrapper.form-select .ts-control {
    padding: calc(.375rem - 1px - 0px) .75rem calc(.375rem - 1px - 4px - 0px)
}

.tom-select-custom-with-tags .ts-wrapper.multi .ts-control>.item {
    color: #1e2022;
    background-color: rgba(19,33,68,.1)
}

.input-group .tom-select-custom .form-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group .tom-select-custom .form-select:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.tom-select-custom .tom-select-custom-form-select-invite-user {
    width: auto;
    height: 100%
}

.tom-select-custom .ts-wrapper.tom-select-form-select-ps-0 .ts-control.has-items {
    padding-left: 0
}

.tom-select-custom-bg-transparent .form-select {
    background-color: transparent
}

@media (min-width: 991px) {

    .overflow-lg-visible {
        overflow: visible !important;
    }

}

.variant-image-item {
    cursor: grab;
}

.variant-image-item:active {
    cursor: grabbing;
}

.variant-image-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.15s ease;
    color: #fff;
    font-size: 1.25rem;
    pointer-events: none;
}

.variant-image-item:hover .variant-image-overlay {
    opacity: 1;
}

.category-select-item {
    transition: background-color 0.1s ease, border-color 0.1s ease;
}
.category-select-item:hover {
    background-color: var(--bs-light, #f8fafd);
}
.category-select-item-active {
    border-color: var(--bs-primary, #377dff) !important;
    background-color: rgba(55, 125, 255, 0.05);
}

#datatable thead th:first-child, #datatable tbody td:first-child {
    border-left: 0;
}

#datatable thead th:last-child, #datatable tbody td:last-child {
    border-right: 0;
}

.list-group-no-gutters .list-group-item {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border: 0;
    border-right: 1px solid var(--bs-border-color);
}
.list-group-no-gutters .list-group-item:last-child {
    border-right: 0;
}

.step-item:last-child {
    margin-bottom: 0;
}

.step-item:last-child .step-icon::after {
    display: none;
}

.admin-comment {
    background: rgb(248, 250, 252);
    border: 1px solid rgb(227, 232, 239);
    border-radius: 4px;
    padding: 10px 15px;
    margin-top: 10px;
}

.step-content h5 {
    position: relative;
    margin-right: 20px;
    font-weight: 500;
}

.step-content h5::after {
    content: " ";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    right: -15px;
    top: 6px;
    background: rgb(105, 117, 134);
    border-radius: 100%;
    z-index: 9999999;
}

.admin-comment {
    position: relative;
}

.admin-comment .dropdown {
    position: absolute;
    right: 7.5px;
    top: 7.5px;
    font-size: 18px;
}

.admin-comment .dropdown .dropdown-toggle::after {
    display: none;
}

.admin-comment .dropdown i {
    color: rgb(105, 117, 134);
    transition: all 0.3s ease;
}

.admin-comment .dropdown i:hover {
    color: #000;
}

.step-app-img {
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    height: 40px;
}

.step-detail-bg {
    background: #f4f4f4;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid var(--bs-border-color);
    color: #000;
    transition: all 0.3s ease;
    font-weight: 400;
}

.step .step-content {
    /*overflow: hidden;*/
}

.step-sub-detail {
    margin-left: 10px;
    font-weight: 400;
}

.tooltip-inner {
  max-width: 100% !important;
  width: auto;
  white-space: normal;
}

.form-control:focus, .form-control:hover {
    box-shadow: none !important;
    outline: none !important;
    border-color: var(--bs-primary) !important;
}

.back-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.back-btn i {
    font-size: 28px;
    line-height: 1;
}

.transition-none {
    transition: none !important;
}

.offcanvas-backdrop {
    transition: none !important;
}

.modal {
    z-index: 1042 !important;
}

.border-b-0 {
    border-bottom: 0 !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

#mainAnalyticsDropdown {
    user-select: none !important;
}

#mainAnalyticsDropdown::after {
    background-size: 1.5rem 1.5rem;
}

.h-20 {
    height: 20% !important;
}

.ts-dropdown { 
    z-index: 1060; 
}

