.loader{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 999;
    background: var(--white-custom);
    text-align: center;
    padding: 50px 50px;
}
.box-content{
    position: relative;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(0, 0, 0, 0.75);
}

.spinner {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    border-top: 4px solid var(--accent-custom);
    border-right: 4px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.spinner::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-left: 4px solid transparent;
    border-bottom: 4px solid var(--accent-custom);
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.nav-tabs:after{
    background: linear-gradient(90deg, var(--white-light-4-custom) 0%, var(--white-light-4-custom) 28%, var(--white-light-4-custom) 51%, var(--white-light-4-custom) 73%, var(--white-light-4-custom) 100%) 0% 0% no-repeat padding-box
}

.save-button, .continue, .back {
    font-size: 20px;
}

.progress-info, .tp-progress-bar .progress-text {
    font-size: 12px;
}

.tp-info {
    width: -moz-fit-content;
    width: fit-content;
}

.feedback-intro .nav-link {
    cursor: initial;
}

.tp-table-2 th:nth-child(3) {
    width: 327px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 th:nth-child(3) {
    width: 250px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 td:nth-child(3) {
    width: 243px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 th:nth-child(7) {
    width: 104px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 td:nth-child(7) {
    width: 104px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 th:nth-child(6) {
    width: 104px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 td:nth-child(6) {
    width: 104px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 th:nth-child(5) {
    width: 110px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 td:nth-child(5) {
    width: 110px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 th:nth-child(4) {
    width: 104px;
}

.tp-table-2:has(th:nth-child(7)).tp-table-2 td:nth-child(4) {
    width: 104px;
}

.bootstrap-tagsinput {
    max-width: unset;
}

.feedback-intro .active.active-color-1, .active.active-color-1.nav-link.active:after {
    color: #DC3545;
    border-bottom-color: #DC3545;
}

.feedback-intro .active.active-color-2, .active.active-color-2.nav-link.active:after {
    color: #EE7B30;
    border-bottom-color: #EE7B30;
}

.feedback-intro .active.active-color-3, .active.active-color-3.nav-link.active:after {
    color: #FFCA41;
    border-bottom-color: #FFCA41;
}

.feedback-intro .active.active-color-4, .active.active-color-4.nav-link.active:after {
    color: #3785FD;
    border-bottom-color: #3785FD;
}

.feedback-intro .active.active-color-5, .active.active-color-5.nav-link.active:after {
    color: #1A8754;
    border-bottom-color: #1A8754;
}
.tp-list li img {
    margin-left: 5px;
}

.select2-container .select2-selection--single {
    height: 40px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--body-color-custom);
    font: normal normal 600 18px Inter;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--body-color-custom);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: var(--body-color-custom) transparent transparent transparent;
    border-width: 10px 8px 0 8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent var(--body-color-custom) transparent;
    border-width: 0 8px 10px 8px;
}

.select2-results__option {
    color: var(--body-color-custom);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: var(--body-color-custom);
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--body-color-custom);
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

.select2-container {
    margin-bottom: 30px;
}

.alert-section {
    margin-bottom: 30px;
}

.step-description, .box-info-content, .box-grey-col, .box-grey-special {
    text-align: justify;
}

.menu-left .menu-left-content li a.current:after {
    width: 50px;
}

.remove-animation.ssc-line:after {
    -webkit-animation: none;
    animation: none;
}

.menu-left {
    overflow-x: clip;
    overflow-y: auto;
    max-height: 80vh;
    min-width: 300px;
}

.company-aside{
    padding-left: 20px;
    padding-right: 20px;
    width: fit-content;
    color: var(--gray-2-custom);
    border-radius: 6px;
    border: 0;
    opacity: 1;
    background: var(--white-custom);
}

.checkmark-select-all {
    width: 18px!important;
    height: 18px!important;
}

.checkmark-select-all-text {
    font-size: 12px;
}

.checkmark-select-all-text ~ .checkmark:after {
    width: 5px!important;
    height: 12px!important;
}

.btn-go-to-report-aside {
    font-size: 16px;
}

.skeleton-title {
    height: 36px!important;
    margin-bottom: 30px;
}

.skeleton-description {
    height: 48px!important;
    margin-bottom: 30px;
}

.skeleton-content {
    height: calc(100% - 150px)!important;
}

.box-content {
    -webkit-box-shadow: 0 0 24px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 24px -4px rgba(0,0,0,0.3);
    box-shadow: 0 0 24px -4px rgba(0,0,0,0.3);
}

#header .navbar {
    -webkit-box-shadow: 0 8px 30px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 8px 30px -4px rgba(0,0,0,0.3);
    box-shadow: 0 8px 30px -4px rgba(0,0,0,0.3);
}

.feeling-group .feeling-radio {
    margin-left: 10px;
}

.back, .continue, .save-button {
    margin-bottom: 10px;
}

.external-users-assign-container {
    display: flex;
}

a.active {
    opacity: 1!important;
    color: var(--accent-custom)!important;
    position: relative!important;
}

.result-left-menu-a {
    opacity: 1!important;
}

.menu-left-result {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.menu-left-result::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.tp-table-2.table-responsive {
    overflow-x: initial;
}

.tp-table-2 tbody::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
}

.tp-table-2 tbody::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

@media (min-width: 1400px) {
    .menu-left-result {
        position: fixed;
        height: 100%;
        top: 120px;
    }
    .menu-left.sticky {
        position: fixed;
        top: 40px;
    }
}

@media (max-width: 767px) {
    .loader{
        padding: 50px 20px;
    }

    .external-users-assign-container {
        display: initial;
    }

    .box-content-footer .col-auto {
        width: 100%;
    }

    .back, .continue, .save-button {
        width: 100%;
    }

    .save-button {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 5px;
    }

    .nav-tabs:after {
        background: unset;
    }

    .feedback-intro {
        display: grid;
    }

    .feedback-intro .nav-link.active {
        font-size: 36px!important;
    }

    .tp-info {
        width: 100%;
    }

    .checkall-title {
        margin-top: 20px;
    }

    .payment-overview {
        text-align: center;
    }

    input.style2.assign-email-input {
        width: unset;
        min-width: unset;
        margin-top: 10px;
    }

    .tp-table-3 thead {
        display: none;
    }

    .menu-left {
        overflow-y: unset;
        height: 100%;
    }

    .menu-left {
        min-width: 100%;
    }

    .company-aside, .btn-go-to-report-aside {
        width: 100%;
    }
}

.tp-progress-bar {
    display: none;
    background-color: var(--blue-5-custom);
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 24px -4px rgba(0,0,0,0.3);
}
.tp-progress-bar.sticky {
    position: fixed;
    top: 0;
}

/*.box-content-footer{*/
/*    position: fixed;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    z-index: 9999;*/
/*    box-shadow: 0 0 24px -4px rgba(0,0,0,0.3)*/
/*}*/
.message-box{
    margin-bottom: -20px;
    width: 90%;
    border-bottom-left-radius: 0;
    border: 0;
}
.step-box{
    margin-bottom: -20px;
    width: 90%;
    border-bottom-right-radius: 0;
    border: 0;
}
.message-box{
    background-color: var(--gray-10-custom);
    color: var(--white-custom);
}
.message-box .main-content {
    padding: 20px;
}
.message-box .step-description {
    margin: 0;
}

.step-box {
    margin-left: 10%
}
.message-avatar{
    width: 50px;
    height: 50px;
    background-color: var(--blue-6-custom);
    border-radius: 50%;
    position: relative;
    left: -60px;
    bottom: 30px
}
.step-avatar{
    width: 50px;
    height: 50px;
    background-color: var(--primary-custom);
    border-radius: 50%;
    position: relative;
    right: -60px;
    bottom: 30px;
    float: right;
    text-align: center;
}
.step-box-wrapper+.message-box-wrapper{
    margin-top: 50px;
}
.step-text-title{
    color: var(--white-custom);
    font-weight: bold;
}
.message-avatar img{
    width: 50px;
    position: relative;
    bottom:16px;
}
.step-box-wrapper-robot .step-box {
    margin-left: 0;
    /*background: var(--blue-2-custom);*/
}
.step-box-wrapper-robot .message-avatar{
    display: block!important;
}
.step-box-wrapper-robot .step-avatar{
    display: none!important;
}
.message-box.message-box-text-only{
    background: var(--blue-2-custom);
}
.avatar-text {
    color: var(--white-custom);
    font-size: 21px;
    font-weight: bold;
    line-height: 50px;
}
a.unclickable-link {
    cursor: not-allowed;
}
a.unclickable-link:active {
    pointer-events: none;
}
/*.step-box-wrapper-robot .circle_inner{*/
/*    background: #4a54a4;*/
/*}*/
/*.step-box-wrapper-robot .circle_percent{*/
/*    background: #4a54a4;*/
/*}*/
/*.step-box-wrapper-robot .circle_inbox{*/
/*    background: var(--blue-2-custom);*/
/*}*/

.feedback-gdpr .nav-link {
    position: relative;
    text-align: left;
    cursor: initial;
}

.feedback-gdpr .nav-link.active {
    font-size: 28px;
}

.feedback-gdpr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.feedback-gdpr.nav-tabs .nav-link.active:after, .feedback-gdpr.nav-tabs .nav-link:after, .feedback-gdpr.nav-tabs:after{
    all: unset;
}

.you-are {
    font-size: 20px;
}

.feedback-gdpr .active.active-color-1, .active.active-color-1.nav-link.active:after {
    color: #DC3545;
    border-bottom-color: #DC3545;
}

.feedback-gdpr .active.active-color-2, .active.active-color-2.nav-link.active:after {
    color: #EE7B30;
    border-bottom-color: #EE7B30;
}

.feedback-gdpr .active.active-color-3, .active.active-color-3.nav-link.active:after {
    color: #FFCA41;
    border-bottom-color: #FFCA41;
}

.feedback-gdpr .active.active-color-4, .active.active-color-4.nav-link.active:after {
    color: #1A8754;
    border-bottom-color: #1A8754;
}

.feedback-gdpr .nav-link img {
    margin-right: 16px;
}

.feedback-gdpr .nav-link:not(.active) img {
    filter: grayscale(100);
}

.feedback-gdpr .nav-link.active img {
    height: 40px;
    width: 40px;
}
.custom-list {
    list-style: none;
}
.custom-list li::before {
    content: "✓";
    margin-right: 10px;
}