﻿
.locked {
    background-color: #04A9F5;
    font-size: 15px;
}


.modal-body {
    max-height: 80vh;
    overflow-y: scroll;
}

    .modal-body::-webkit-scrollbar {
        width: 10px; /* width of the entire scrollbar */
    }

    .modal-body::-webkit-scrollbar-track {
        background: #f1f1f1; /* color of the tracking area */
    }

    .modal-body::-webkit-scrollbar-thumb {
        background: #888; /* color of the scroll thumb */
    }

        .modal-body::-webkit-scrollbar-thumb:hover {
            background: #555; /* color of the scroll thumb on hover */
        }
.choices__list--dropdown {
    height: 0;
    z-index:2;
}

    .choices__list--dropdown.is-active {
        height: auto;
    }