* {
    box-sizing: border-box;
    outline: none;
}
@keyframes spin {
    from {
        transform: rotate(0deg); /* Start at 0 degrees */
    }
    to {
        transform: rotate(360deg); /* End at 360 degrees (a full circle) */
    }
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #12151E; 
    border-left: 1px solid #313845;
    border-top: 1px solid #313845;
}
::-webkit-scrollbar-thumb {
    background: white; 
}
::-webkit-scrollbar-thumb:hover {
    background: #313845;
}
html {
    body {
        margin: 0px;
        background-color: #060B15;
        font-family: Inter;
        padding-top: 80px;
        &.body-type-new {
            .active {
                border-color: #5E8FDC;
            }
            .active {
                .count {
                    background-color: #5E8FDC!important;
                    color: white;
                }
            }
            h3.active {
                border-color:  #5E8FDC!important;
            }
            input[type="text"]::placeholder {
                color: #ffffff4d!important;
            }
            input[type="text"]:focus {
                border-color: #5E8FDC!important;
            }
            button {
                padding: 12px 15px;
                background: #5E8FDC!important;
                color: white;
                border: none;
                border-radius: 3px;
            }
            .divider {
                background: #5E8FDC45!important;
                border-left: 5px solid #5E8FDC!important;
            }
            .close-popup {
                background-color: white!important;
            }
        }
        &.body-type-rejected {
            .active {
                border-color: #cd2b2b;
            }
            .active {
                .count {
                    background-color: #cd2b2b!important;
                    color: white;
                }
            }
            h3.active {
                border-color:  #cd2b2b!important;
            }
            input[type="text"]::placeholder {
                color: #ffffff4d!important;
            }
            input[type="text"]:focus {
                border-color: #cd2b2b!important;
            }
            button {
                padding: 12px 15px;
                background: #cd2b2b!important;
                color: white;
                border: none;
                border-radius: 3px;
            }
            .divider {
                background: #cd2b2b45!important;
                border-left: 5px solid #cd2b2b!important;
            }
            .close-popup {
                background-color: white!important;
            }
        }
        &.body-type-approved {
            .active {
                border-color: #128320;
            }
            .active {
                .count {
                    background-color: #128320!important;
                    color: white;
                }
            }
            h3.active {
                border-color:  #128320!important;
            }
            input[type="text"]::placeholder {
                color: #ffffff4d!important;
            }
            input[type="text"]:focus {
                border-color: #128320!important;
            }
            button {
                padding: 12px 15px;
                background: #128320!important;
                color: white;
                border: none;
                border-radius: 3px;
            }
            .divider {
                background: #12832045!important;
                border-left: 5px solid #128320!important;
            }
            .close-popup {
                background-color: white!important;
            }
            main {
                #page-dashboard {
                    .container {
                        .invoice {
                           .error-invoice {
                                font-size: 14px;
                                margin-bottom: 15px;
                                border-bottom: 1px solid #313845;
                                padding: 25px;
                                margin: -25px;
                                margin-bottom: 20px;
                                b {
                                    margin-bottom: 10px;
                                    display: block;
                                    font-weight: 400;
                                }
                                .sf-dump {
                                    border-radius: 3px;
                                }
                                pre.sf-dump, pre.sf-dump .sf-dump-default {
                                    background-color: #931919;
                                    margin: 0px;
                                }
                                pre.sf-dump .sf-dump-ref {
                                    color: #ffffff;
                                    font-size: 14px;
                                }
                                pre.sf-dump .sf-dump-public {
                                    color: #ffffff !important;
                                    font-weight: 600 !important;
                                }
                            } 
                        }
                    }
                }
            }
        }
         &.body-type-awaiting {
            .active {
                border-color: #b9772c;
            }
            .active {
                .count {
                    background-color: #b9772c!important;
                    color: white;
                }
            }
            h3.active {
                border-color:  #b9772c!important;
            }
            input[type="text"]::placeholder {
                color: #ffffff4d!important;
            }
            input[type="text"]:focus {
                border-color: #b9772c!important;
            }
            button {
                padding: 12px 15px;
                background: #b9772c!important;
                color: white;
                border: none;
                border-radius: 3px;
            }
            .divider {
                background: #b9772c45!important;
                border-left: 5px solid #b9772c!important;
            }
            .close-popup {
                background-color: white!important;
            }
        }
        .container {
            width: 1500px;
            margin: 0px auto;
            max-width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            p {
                font-size: 15px;
            }
            a {
                text-decoration: none;
                color: white;
                font-size: 15px;
            }
            input[type="text"] {
                width: 100%;
                margin-bottom: 15px;
                padding: 13px;
                border: none;
                border-radius: 3px;
                background: #060b15 !important;
                border: 1px solid #313845;
                transition: all 0.25s;
                color: white;
                &:focus {
                    border: 1px solid #5E8FDC;
                }
                &.success {
                    border: 1px solid #2ead37!important;
                }
            }
            input[type="email"] {
                width: 100%;
                margin-bottom: 15px;
                padding: 13px;
                border: none;
                border-radius: 3px;
                background: #060b15 !important;
                border: 1px solid #313845;
                transition: all 0.25s;
                color: white;
                &:focus {
                    border: 1px solid #5E8FDC;
                }
                &.success {
                    border: 1px solid #2ead37!important;
                }
            }
            button {
                padding: 9px 15px;
                border: none;
                background: white;
                border-radius: 3px;
                cursor: pointer;
            }
            .nothing {
                color: white;
                display: flex;
                width: 100%;
                align-items: center;
                justify-content: center;
                text-align: center;
                margin-top: 80px;
                svg {
                    margin: 0px auto;
                    width: 250px;
                    display: block;
                    margin-bottom: -50px;
                }
                span {
                    opacity: 0.8;
                    font-size: 14px;
                }
                div {
                    min-width: 400px;
                }
            }
        }
        header {
            background: #12151e;
            border-bottom: 1px solid #313845;
            border-top: 1px solid #313845;
            padding-top: 20px;
            padding-bottom: 20px;
            position: fixed;
            left: 0px;
            top: 0px;
            z-index: 999999;
            width: 100%;
            .container {
                display: flex;
                justify-content: space-between;
                .count {
                    display: inline-block;
                    background-color: #ffffff;
                    padding: 5px;
                    aspect-ratio: 1 / 1;
                    width: 22px;
                    text-align: center;
                    border-radius: 3px;
                    margin-left: 5px;
                    font-size: 10px;
                    color: black;
                }
                .count-0 {
                    background-color: #060b15;
                    border: 1px solid #313845;
                    color:white;
                }
            }
            ul {
                color: white;
                display: inline-block;
                margin: 0px;
                padding-left: 0;
                li {
                    display: inline-block;
                    font-size: 14px;
                    margin-right: 20px;
                    opacity: 0.5;
                    &.active {
                        opacity: 1;
                        color: #ffffff;
                        border-bottom: 2px solid #5e8fdc;
                        margin-bottom: -25px;
                        padding-bottom: 20px;
                    }
                }
            }
            #logout {
                color: white;
                svg {
                    width: 20px;
                }
            }
            a {
                font-size: 14px!important;
            }
        }
        main {
            #page-login {
                height: 100vh;
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: -80px;
                h1 {
                    color: #6E7076;
                    font-size: 16px;
                    margin: 0px;
                    margin-bottom: 20px;
                    font-weight: 400;
                    b {
                        color: white;
                    }
                }
                form {
                    border: 1px solid #313845;
                    border-radius: 3px;
                    width: 350px;
                    margin: 0px auto;
                    padding: 25px;
                    background-color: #131620;
                }
                .message {
                    color: #ffffff;
                    border: 1px solid #313845;
                    margin-bottom: 10px;
                    border-radius: 3px;
                    padding: 15px;
                    font-size: 13px;
                    background: #131620;
                    line-height: 18px;
                    width: 350px;
                    margin: 0px auto;
                    margin-top: -2px;
                    border-radius: 0px 0px 3px 3px;
                    border: 1px solid #313845;
                    form {
                        padding: 0px;
                        border: none;
                        background-color: transparent;
                        width: 100%;
                        margin-top: 15px;
                        input::placeholder {
                            color: #838383!important;
                        }
                    }
                }
            }
            #page-dashboard {
                .container {
                    .file-removed,
                    .file-refreshed,
                    .invoice-approved,
                    .invoice-rejected,
                    .invoice-uploaded {
                        background: #128b37;
                        margin-top: 0px;
                        border-radius: 3px;
                        padding: 15px;
                        display: flex;
                        justify-content: space-between;
                        color: white;
                        font-size: 14px;
                        margin-bottom: 15px;
                        svg {
                            width: 16px;
                        }
                        span {
                            display: flex;
                            svg {
                                margin-right: 10px;
                            }
                        }
                        .close {
                            opacity: 0.5;
                            cursor: pointer;
                            transition: all 0.2s;
                            font-size: 13px;
                            display: flex;
                            align-items: center;
                            &:hover {
                                opacity: 1;
                            }
                        }
                    }
                    .hero {
                        margin-top: 25px;
                        border-radius: 3px;
                        display: flex;
                        justify-content: space-between;
                        background: #131620;
                        margin-bottom: 25px;
                        @media (max-width: 992px) {
                            flex-direction: column;
                        }
                        .left {
                            background-color: #2c64b9;
                            width: 400px;
                            border-radius: 3px 0px 0px 3px;
                            position: relative;
                            @media (max-width: 992px) {
                                width: 100%;
                                border-radius: 3px 3px 0px 0px;
                            }
                            .content {
                                padding: 35px;
                                padding-bottom: 25px;
                                .title {
                                    display: flex;
                                    align-items: flex-start;
                                    svg {
                                        width: 40px;
                                        margin-bottom: 0px;
                                        margin-right: 10px;
                                    }
                                    b {
                                        color: white;
                                        margin: 0px;
                                        font-size: 18px;
                                        margin-bottom: 2px;
                                        display: block;
                                    }
                                    p {
                                        margin: 0px;
                                        color: white;
                                        font-weight: 400;
                                        font-size: 14px;
                                        line-height: 22px;
                                        opacity: 0.7;
                                    }
                                }
                            }
                            .divider {
                                margin-left: 35px;
                                width: 27px;
                                height: 4px;
                                background: #1316206b;
                                margin-bottom: 25px;
                                border-left: 5px solid #131620;
                            }
                            .explanation {
                                padding: 35px;
                                color: white;
                                padding-top: 0px;
                                p {
                                    margin: 0px;
                                    line-height: 22px;
                                }
                            }
                            .actions {
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 100%;
                                padding: 35px;
                                background-color: #2157A9;
                                border-radius: 0px 0px 0px 3px;
                                @media (max-width: 992px) {
                                    position: relative;
                                    border-radius: 0px 0px 0px 0px;
                                }
                                .hero-btn {
                                    background: #131620;
                                    color: black;
                                    cursor: pointer;
                                    display: flex;
                                    align-items: center;
                                    font-size: 14px;
                                    text-decoration: none;
                                    margin-top: 0px;
                                    padding: 0px;
                                    overflow: hidden;
                                    justify-content: space-between;
                                    gap: 0px;
                                    svg {
                                        width: 55px;
                                        padding-left: 13px;
                                        padding-right: 13px;
                                    }
                                    span {
                                        background: white;
                                        display: inline-block;
                                        padding: 13px;
                                        padding-left: 16px;
                                        padding-right: 16px;
                                        width: 100%;
                                        text-align: left;
                                    }
                                    b {
                                        font-weight: 600;
                                        color: #131620;
                                    }
                                }
                            }
                        }
                        .right {
                            border: 1px solid #313845;
                            width: calc(100% - 350px);
                            border-radius: 0px 3px 3px 0px;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            padding: 15px;
                            padding-right: 0px;
                            border-left: 0;
                            @media (max-width: 992px) {
                                border: 1px solid #313845;
                                width: 100%;
                                border-radius: 0px 0px 3px 3px;
                                border-top: 0px;
                            }
                            #morris-chart {
                                width: 100%;
                                .morris-hover {
                                    position: absolute;
                                    z-index: 1000;
                                    background: white; /* Darker background, slightly transparent */
                                    color: #000000; /* Light text color for the date/xkey */
                                    padding: 8px 12px;
                                    border-radius: 8px; /* Rounded corners */
                                    border: none; /* Remove default border */
                                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Subtle shadow */
                                }
                                .morris-hover-point {
                                    color: #000000!important;
                                    font-size: 13px;
                                }
                                .morris-hover div:first-child {
                                    display: none;
                                }
                                .morris-hover .morris-hover-row-label {
                                    display: none;
                                }
                            }
                        }
                    }
                    .invoice {
                        border: 1px solid #313845;
                        padding: 0px;
                        margin-bottom: 15px;
                        border-radius: 3px;
                        display: flex;
                        display: flex;
                        justify-content: space-between;
                        width: 100%;
                        gap: 10px;
                        background: #12151e;
                        /* overflow: hidden; */
                        position: relative;
                        min-height: 600px;
                        @media(max-width: 992px) {
                            flex-direction: column;
                        }
                        input[type="text"] {
                            display: block;
                            width: 100%;
                            padding: 13px;
                            margin-bottom: 20px;
                            border: 1px solid #313845;
                            border-radius: 3px;
                            background: #060b15 !important;
                            color: white;
                            &:focus {
                                border: 1px solid #5E8FDC;
                            }
                            &.last {
                                margin-bottom: 0px;
                            }
                            &::placeholder {
                                color: #5e8fdc
                            }
                            &:disabled {
                                cursor: not-allowed;
                            }
                        }
                        .awaiting-from {
                            color: white;
                            margin-bottom: 20px;
                            display: block;
                            width: 100%;
                            margin: 0px;
                            font-size: 14px;
                            b {
                                color: white !important;
                            }
                            .message {
                                margin-top: 15px;
                                .actual-message {
                                    margin-top: 10px;
                                    background: #060b15;
                                    display: block;
                                    width: 100%;
                                    padding: 15px;
                                    border-radius: 3px;
                                    border: 1px solid #313845;
                                }
                            }
                        }
                        button {
                            padding: 12px 15px;
                            background: #2d62b5;
                            color: white;
                            border: none;
                            border-radius: 3px;
                            &.awaiting-reject {
                                background-color: #bc0606!important;
                                margin-left: 15px;
                                display: inline-flex;
                                align-items: center;
                            }
                            &.awaiting-approve {
                                display: inline-flex;
                                align-items: center;
                                background-color: #128320!important;
                            }
                        }
                        small {
                            margin-bottom: 10px;
                            display: block;
                            color: white;
                            font-weight: 500;
                            color: #D0D3DD;
                        }
                        embed {
                            width: 600px;
                            height: 800px;
                            border-radius: 0px;
                        }
                        .data {
                            width: 50%;
                            position: relative;
                            .extracted {
                                padding: 25px;
                            }
                            .debug {
                                padding: 25px;
                                border-top: 1px solid #313845;
                                &.hidden {
                                    display: none;
                                }
                            }
                            .actions {
                                display: flex;
                                justify-content: space-between;
                                align-items: center;
                                border-top: 1px solid #313845;
                                width: 100%;
                                padding: 25px;
                                &.actions-awaiting {
                                    .actual-message {
                                        background-color: #ffffff40;
                                        border: none;
                                        cursor: not-allowed;
                                    }
                                    b {
                                        font-weight: 400;
                                        b {
                                            font-weight: 600;
                                            color: #d3842a!important;
                                        }
                                    }
                                }
                                .actions-left {
                                    width: 100%;
                                }
                            }
                            .q-a-holder {
                                color: white;
                                font-size: 14px;
                                border-top: 1px solid #313845;
                                padding: 25px;
                                .question {
                                    span {
                                        margin-top: 10px;
                                        background: #060b15;
                                        display: block;
                                        width: 100%;
                                        padding: 13px;
                                        border-radius: 3px;    
                                        margin-top: 15px;
                                        margin-bottom: 25px; 
                                        border: 1px solid #313845;
                                        cursor: not-allowed;
                                        background-color: #ffffff40;
                                        border: none;
                                    }
                                    b{
                                        font-weight: 400;
                                    }
                                }
                                .answer {
                                    b {
                                        font-weight: 400;
                                        span {
                                            background-color: transparent;
                                            font-weight: normal;
                                            margin: 0px;
                                            padding: 0px;
                                            font-size: 13px;
                                            opacity: 0.5;
                                            margin-bottom: 15px;
                                            margin-top: 5px;
                                            border: none;
                                        }
                                    }
                                    span {
                                        margin-top: 10px;
                                        background: #060b15;
                                        display: block;
                                        width: 100%;
                                        padding: 13px;
                                        border-radius: 3px; 
                                        margin-top: 15px;
                                        margin-bottom: 0px;  
                                        border: 1px solid #313845; 
                                        cursor: not-allowed;
                                        background-color: #ffffff40;
                                        border: none;
                                    }
                                    textarea {
                                        padding: 13px;
                                        background: #060b15 !important;
                                        color: white;
                                        border: 1px solid #313845;
                                        border-radius: 3px;
                                        width: 100%;
                                        font-family: Inter;
                                        font-size: 13px;
                                        transition: all 0.2s;
                                        &.success {
                                            border: 1px solid #2ead37!important;
                                        }
                                    }
                                }
                            }
                        }
                        .pdf {
                            padding: 0px;
                            width: 50%;
                            position: absolute;
                            right: 0px;
                            height: 100%;
                            border-radius: 0px 3px 3px 0px;
                            overflow: hidden;
                        }
                        #title {
                            color: white;
                            padding-top: 20px;
                            border-bottom: 1px solid #313845;
                            position: fixed;
                            width: 100%;
                            left: 0;
                            top: 0;
                            z-index: 9999999;
                            background: #131620;
                            font-size: 14px;
                        }
                        #title span {
                            display: inline-flex;
                            align-items: center;
                            padding-bottom: 20px;
                            margin-bottom: -1px;
                        }
                        svg {
                            width: 17px;
                            margin-right: 13px;
                        }
                        #title {
                            path {
                                fill: #5e8fdc;
                            }
                        }
                        h1 {
                            font-size: 20px;
                            font-weight: 500;
                            margin: 0px;
                            margin-bottom: 5px;
                        }
                        p {
                            margin: 0px;
                            margin-bottom: 25px;
                            color: #D0D3DD;
                            font-weight: 300;
                        }
                        .try-again {
                            background: white!important;
                            color: black;
                            margin-left: 10px;
                            display: inline-flex;
                            cursor: pointer;
                            align-items: center;
                            svg {
                                margin-right: 8px;
                                path {
                                    fill: none;  
                                }
                            }
                        }
                        h2 {
                            margin: 0px;
                            color: white;
                            margin-bottom: 30px;
                            font-size: 18px;
                            border-left: 3px solid #5e8fdc;
                            margin-left: -25px;
                            padding-left: 22px;
                            font-weight: 500;
                        }
                        h3 {
                            color: white;
                            font-size: 14px;
                            cursor: pointer;
                            font-weight: 500;
                        }
                        @media(max-width: 992px) {
                            .invoice {
                                flex-direction: column;
                            }
                            .pdf {
                                width: 100%;
                                position: relative;
                                height: 600px;
                            }
                            .data {
                                width: 100%;
                            }
                        }
                        .send {
                            display: inline-flex;
                            cursor: pointer;
                            align-items: center;
                            svg {
                                margin-right: 8px;
                                path {
                                    fill: none;
                                }
                            }
                        }
                        .delete {
                            margin-left: 10px;
                            background: transparent;
                            transition: all 0.2s;
                            height: 15px;
                            width: 15px;
                            overflow: hidden;
                            position: relative;
                            a {
                                color: #cd2b2b;
                                text-decoration: none;
                                font-size: 14px;
                                position:absolute;
                                left: 0;
                                white-space: nowrap;
                                span {
                                    white-space: nowrap;
                                }
                            }
                            svg {
                                margin-bottom: -3px;
                                margin-right: 10px;
                                path {
                                    fill: #cd2b2b!important;
                                }
                            }
                        }
                        pre.sf-dump, pre.sf-dump .sf-dump-default {
                            color: #ffffff!important;
                        }
                        .data-extraction pre.sf-dump,
                        .data-processing pre.sf-dump {
                            margin-top: 0px;
                            padding: 15px!important;
                            border-radius: 5px!important;
                            background: #060b15 !important;
                            font-size: 13px!important;
                            line-height: 18px!important;
                            height: 250px;
                            overflow-y: scroll !important;
                            border: 1px solid #313845;
                            &::-webkit-scrollbar {
                            width: 10px;
                            }
                            &::-webkit-scrollbar-track {
                            background: #060B15; 
                            }
                            &::-webkit-scrollbar-thumb {
                            background: #ffffffff; 
                            border-radius: 3px;
                            }
                            &::-webkit-scrollbar-thumb:hover {
                            background: white; 
                            }
                        }
                        .data-titles {
                            h3 {
                                display: inline-block;
                                margin-right: 25px;
                                font-weight: 400;
                                opacity: 0.4;
                                margin-top: 0px;
                                margin-bottom: 0px;
                                &.active {
                                    opacity: 1;
                                    border-bottom: 2px solid #5e8fdc;
                                    padding-bottom: 25px;
                                    margin-bottom: -1px;
                                }
                                svg {
                                    margin-bottom: -3px;
                                    margin-right: 5px;
                                }
                            }
                            &.no-border {
                                .active {
                                    border:none;
                                }
                            }
                        }
                        pre.sf-dump .sf-dump-str {
                            font-weight: 400!important;
                            color: #ffffffff!important;
                        }
                        pre.sf-dump .sf-dump-public {
                            color: #5e8fdc!important;
                            font-weight: 400!important;
                        }
                        pre.sf-dump .sf-dump-num {
                            font-weight: bold;
                            color: white!important;
                            font-weight: 400!important;
                        }
                        .data-processing {
                            color: white;
                            pre {
                                margin-bottom: 0px!important;
                            }
                        }
                        .data-extraction {
                            display: none;
                            color: white;
                            pre {
                                margin-bottom: 0px!important;
                            }
                        }
                        .no-invoices {
                            color: white;
                            text-align: center;
                            display: block;
                            margin-top: 120px;
                            svg {
                                margin: 0px auto;
                                display: block;
                                width: 80px;
                                margin-bottom: 25px;
                            }
                        }
                        .spin {
                            animation: spin 2s linear infinite;
                            animation-direction: reverse; 
                        }
                        .data-block {
                            border-top: 1px solid #313845;
                            margin-left: -25px;
                            margin-right: -25px;
                            padding-left: 25px;
                            padding-right: 25px;
                            padding-top: 20px;
                        }
                        .block-sender {
                            display: none;
                        }
                        .block-receiver {
                            display: none;
                        }
                    }
                }
            }
        }
        #popup {
            display: none;
            background-color: #000000bf;
            width: 50px;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 999999;
            align-items: center;
            justify-content: center;
            color: white;
            .card {
                background: #131620;
                overflow: auto;
                padding: 30px;
                border: 1px solid #313845;
                border-radius: 3px;
                width: 450px;
                position: relative;
                h2 {
                    margin: 0;
                    font-size: 16px;
                    margin-bottom: 15px;
                }
                .divider {
                    margin-left: 0;
                    width: 27px;
                    height: 4px;
                    background: #2d62b542;
                    margin-bottom: 19px;
                    border-left: 5px solid #2d62b5;
                }
                select {
                    padding: 13px;
                    background: #060b15 !important;
                    color: white;
                    border: 1px solid #313845;
                    border-radius: 3px;
                    -webkit-appearance: none; 
                    -moz-appearance: none;
                    appearance: none;
                    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z'/%3E%3C/svg%3E")!important;
                    background-repeat: no-repeat!important;
                    background-position: right 10px center!important;
                    background-size: 20px!important;
                    padding-right: 40px;
                    display: block;
                    width: 100%;
                    cursor: pointer;
                }
                textarea {
                    margin-top: 15px;
                    padding: 13px;
                    background: #060b15 !important;
                    color: white;
                    border: 1px solid #313845;
                    border-radius: 3px;
                    width: 100%;
                    font-family: Inter;
                    font-size: 13px;
                }
                button {
                    display: inline-flex;
                    cursor: pointer;
                    align-items: center;
                    padding: 12px 15px;
                    background: #2d62b5;
                    color: white;
                    border: none;
                    border-radius: 3px;
                    margin-top: 15px;
                    svg {
                        margin-right: 8px;
                        width: 16px;
                        path {
                            fill: none;
                        }
                    }
                }
                .close-popup {
                    margin: 0;
                    background: white;
                    color: black;
                    font-weight: 400;
                    margin-left: 15px;
                    position: absolute;
                    margin-top: 15px;
                }
            }
        }
        .choices__list {
            &::-webkit-scrollbar {
                width: 10px;
            }
            &::-webkit-scrollbar-track {
                background: #ffffff; 
                border-left: 1px solid #ddd!important;
                border-top: none;
            }
            &::-webkit-scrollbar-thumb {
                background: #898A8F; 
            }
            &::-webkit-scrollbar-thumb:hover {
                background: #313845;
            }
        }
        .choices__inner {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            background-color: #060b15;
            padding: 7.5px 7.5px 3.75px;
            border: 1px solid #313845!important;
            border-radius: 2.5px;
            font-size: 14px;
            min-height: 44px;
            overflow: hidden;
            color: white;
        }
        .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
            max-height: 227px!important;
            border: none;
        }
        .choices[data-type*=select-one] .choices__input{
            background-color: #ffffff;
            color: rgb(0, 0, 0);
            border-bottom: 1px solid #313845!important;
        }
        .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
            background-color: #060B15;
            color: rgb(255, 255, 255);
            border-bottom: 1px solid #313845!important;
            &:hover {
                color:rgb(255, 255, 255);
            }
        }
        .choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
            color: white;
            background-color: #12151E;
        }
        .choices__item--disabled {
            display: none;
        }
        .choices * {
            border-color: #313845!important;
        }
        .send-to-workbook {
            color: white;
            b {
                font-weight: 400;
                margin-bottom: 15px;
                display: block;
                font-size: 14px;
            }
        }
        .workbook-send {
            display: flex;
            align-items: center;
        }
    }
}
