._datakal {
    color: #fff;
    margin-bottom: 30px;
}

    ._datakal p {
        margin-bottom: 10px;
    }

a {
    color: #19a0d3;
}

    a:hover {
        color: #19a0d3;
        text-decoration: underline;
    }

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

h3 {
    font-size: 32px;
    margin-bottom: 15px;
}

.dashboard ._heading_small {
    margin: 0 auto;
    padding-bottom: 14px;
    padding-top: 0px;
}

    .dashboard ._heading_small h3 {
        color: #ffdd00;
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 65px;
        position: relative;
    }

        .dashboard ._heading_small h3 span {
            position: relative;
        }

            .dashboard ._heading_small h3 span::before {
                position: absolute;
                content: '';
                background: url(../image/bracket_right.png) no-repeat;
                width: 45px;
                height: 37px;
                right: -19px;
                bottom: -7px;
            }

            .dashboard ._heading_small h3 span::after {
                position: absolute;
                content: '';
                background: url(../image/bracket_left.png) no-repeat;
                width: 45px;
                height: 37px;
                left: -19px;
                top: -7px;
            }

._vision_section.dashboard {
    margin-top: 0px;
}

    ._vision_section.dashboard ._heading_small h3::before {
        position: absolute;
        width: 100%;
        left: -50%;
        bottom: -40px;
        content: '';
        height: 1px;
        background: #19a0d3;
    }

.login-container h3 {
    font-size: 24px;
}

.accordion {
    --bs-accordion-color: #fff;
    --bs-accordion-bg: transparent;
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: #19a0d3;
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: 0;
    --bs-accordion-inner-border-radius: 0;
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #212529;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #fff;
    --bs-accordion-active-bg: #19a0d3;
}

.accordion-button.collapsed {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
}

#accordionExample {
    margin-top: 20px;
}

.noty_message {
    font-size: 16px !important;
    line-height: 20px !important;
}

#loadingPanel {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9991;
}

    #loadingPanel.toggled {
        display: block;
    }

    #loadingPanel i {
        position: fixed;
        top: 48%;
        left: 48%;
        color: rgb(255,255,255);
        font-size: 30px;
    }

#login-navigator {
    margin-top: 20px;
    margin-bottom: 20px;
}


.tooltip {
    --bs-tooltip-opacity: 1.0;
}

.icon-tooltip {
    color: #dddddd;
    cursor: pointer;
}

.tooltip-arrow {
    display: none !important;
}

.tooltip-inner {
    background: #19a0d3;
    color: #fff;
    border-radius: 0;
    font-size: 13px;
}

/*.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}*/

.dashboard-item-container {
    text-align: center;
    background-color: #19a0d3;
    padding: 10px;
    margin-bottom: 25px;
}

    .dashboard-item-container .header {
        margin: 10px 0px;
    }

    .dashboard-item-container h3.title {
        font-size: 150%;
        min-height: 60px;
    }

    .dashboard-item-container .description {
        font-size: 14px;
    }

    .dashboard-item-container .button {
        display: block;
    }

.submission-list {
}

    .submission-list .submission-list-item {
        background-color: #19a0d3;
        padding: 10px;
        margin-bottom: 30px;
        font-size: 14px;
    }

        .submission-list .submission-list-item .header {
            font-size: 16px;
        }

        .submission-list .submission-list-item.done {
            background-color: #1d6a1f;
        }

        .submission-list .submission-list-item .button {
            display: inline-block;
        }

.align-right {
    text-align: right;
}

.form-control {
    border-radius: 0;
    font-size: 14px;
}

.form-select {
    border-radius: 0;
    font-size: 14px;
}


.input-group.short {
    max-width: 200px;
}

.form-control.short {
    max-width: 200px;
}

.input-group.medium {
    max-width: 400px;
}

.form-control.medium {
    max-width: 400px;
}


.form-check-label {
    font-size: 100%;
    line-height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.form-check-input {
    padding: 10px 10px;
    margin-right: 10px;
}

select + .select2-container--bootstrap-5 {
    width: 100% !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 14px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 14px;
    background: #DDDDDD;
    border-radius: 0;
}

.col-form-label {
    color: #dddddd;
}

.payment-label {
    color: #dddddd;
}

.form-label {
    color: #dddddd;
}

.radio-buttons {
    padding-top: 3px;
}

.word-counter {
    width: 100%;
    text-align: right;
    font-size: 12px !important;
}

button, a.button {
    background-color: #fff;
    color: #19a0d3;
    font-size: 15px;
    padding: 14px 40px;
    text-align: center;
    border: none;
    border-radius: 30px;
    letter-spacing: 1px;
}

    button:hover, a.button:hover {
        text-decoration: none;
    }

    button.button-small, a.button-small {
        padding: 2px 20px;
        border-radius: 20px;
    }

.form-control-readonly, .form-control-readonly:focus {
    background-color: #ccc;
}

/*#production-team-wrapper button {
    padding: 7px 20px;
}*/

.modal-content {
    background-color: black;
    border: 2px solid #19a0d3;
    border-radius: 0;
}

.modal-header {
    background-color: #19a0d3;
    border-bottom: 0;
    border-radius: 0;
}


.modal-footer {
    background-color: #19a0d3;
    border-top: 0;
    border-radius: 0;
}


.form-section {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid silver;
}

    .form-section.no-border {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border-bottom: 0;
    }

.form-group {
    margin-bottom: 7px;
}

.contact-container {
    min-width: 200px;
    display: block;
    float: left;
    padding: 6px 32px 6px 15px;
    background-color: whitesmoke;
    color: #181818;
    border: 1px solid #DCDCDC;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    line-height: 18px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.contact-title {
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 20px;
}

.contact-description {
    font-size: 14px;
    color: gray;
}

    .contact-description .fa {
        font-size: 16px;
    }

.contact-left {
    float: left;
}

.contact-inner:hover {
    cursor: pointer;
    color: #DA0713;
}

.contact-right {
    margin-left: 4px;
    /*float: right;*/
}

.contact-container .contact-buttons {
    position: absolute;
    bottom: 2px;
    right: 8px;
    display: block;
    line-height: 24px;
}

.contact-buttons .fa, .contact-buttons .fa:active, .contact-buttons .fa:visited, .contact-buttons .fa {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

    .contact-buttons .fa:hover {
        color: red;
    }

.contact-photo {
    width: 45px;
    float: right;
}

img#image {
    max-width: 100%;
    height: auto;
}

#imgPhoto {
    max-width: 102px;
}

.attachment-container {
    min-width: 120px;
    display: block;
    float: left;
    padding: 4px 4px 4px 8px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin-right: 10px;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 3px;
}

.attachment-title {
    font-size: 14px;
    font-weight: bold;
}

.attachment-description {
    font-size: 12px;
}

    .attachment-description .fa {
        font-size: 14px;
    }

.attachment-container .attachment-buttons {
    position: absolute;
    bottom: 2px;
    right: 8px;
    display: block;
}

.attachment-buttons .fa, .attachment-buttons .fa:active, .attachment-buttons .fa:visited, .attachment-buttons .fa {
    color: #000;
    margin-left: 5px;
    cursor: pointer;
}

    .attachment-buttons .fa:hover {
        color: red;
    }

.span-link {
    font-size: 14px;
    color: #19a0d3;
    cursor: pointer;
}

.payment-container {
    max-width: 600px;
}

._top_header ._photo {
    position: relative;
    margin-left: 40px;
}

    ._top_header ._photo img {
        max-width: 30px;
        position: absolute;
        top: -19px;
        right: -10px;
    }

@media screen and (max-width: 480px) {
    ._top_header ._photo {
        display: none;
    }
}

.login-container .form-section {
    margin-top: 0px;
}

.login-links a {
    font-size: 15px;
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}

.review-name {
    color: silver;
    font-size: 14px;
}

.filminfo-value, .control-value {
    color: #FFDD00;
}

.print-item {
    background-color: #19a0d3;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 10px 10px;
}

    .print-item .last {
        border-top: 1px dotted #555;
        padding-top: 10px;
        margin-top: 10px
    }

    .print-item label {
        color: #dddddd;
    }

.infotext-error, .warning-info {
    color: orangered;
    font-size: 14px;
    margin-top: 5px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    color: silver;
}

.div-who-detail-address {
    padding-top: 7px;
}

.dashboard2-item-container {
    display: block;
    position: relative;
    min-height: 200px;
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: auto 64px;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 25px;
    border: 1px solid #555;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.25);
    text-shadow: 2px 2px 4px black;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

    .dashboard2-item-container:hover, .dashboard2-item-container:visited, .dashboard2-item-container:active {
        cursor: pointer;
        color: #fff;
        text-decoration: none;
    }

    .dashboard2-item-container:hover {
        box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.2);
        border: 1px solid #19a0d3;
    }

    .dashboard2-item-container h3.title {
        font-size: 150%;
        margin-bottom: 5px;
        text-align: left;
        font-weight: 700;
    }

    .dashboard2-item-container .description {
        position: absolute;
        bottom: 0px;
        text-align: left;
        font-size: 15px;
    }

    .dashboard2-item-container h3 {
        font-size: 150%;
    }

.event-list-item {
    background: #040725;
    position: relative;
    padding: 10px;
    font-size: 15px;
    margin-bottom: 24px;
    border: 1px solid #555;
    /*border-color: #0077be;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;*/
}



.event-list-name {
    font-size: 1.5rem;
    color: #ffdd00;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.event-container {
    margin-top: 0px;
}

.event-caption {
    text-align: center;
    font-size: 0.9em;
    color: #808080;
    text-decoration: underline;
    padding: 5px 0;
}

.event-name h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.event-description {
    text-align: center;
}

.button-right {
    text-align: right;
}

.button-left {
}

.event-button-reject:hover {
    background-color: #FF5224;
}

.event-button-accept:hover {
    background-color: #57ff24;
}

.my-flex-card > div > div.card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
    border-radius: 0;
    border: 5px solid whitesmoke;
    background-color: white;
}

.event-list-button {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.event-list-date, .event-list-status {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.event-list-date {
    display: flex;
    margin-bottom: 5px;
}

    .event-list-date span {
        display: block;
        color: white;
    }

.filter_card_parent {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-top: 10px;
}


    .filter_card_parent.first {
    }

.filter_card1 {
    display: flex;
    /*cursor: pointer;*/
    /* justify-content: center; */
}

.filter_card_img {
    flex: 0 0 288px;
    overflow: hidden;
    position: relative;
}

    .filter_card_img img {
        width: 100%;
        height: 100%;
        display: block;
        margin: auto;
        margin-left: 50%;
        transform: translateX(-50%);
    }

.filter_card_date h1 {
    font-weight: 100;
}

.filter_card_cont h2 {
    color: #b9b9b9;
    font-weight: 100;
    margin-top: 2px;
}

.category_link {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upper_category {
    display: inherit;
}

.category_link a {
    border-radius: 10px;
    padding: 3px 12px;
    border: 1px solid #000;
    font-size: 10px;
    margin-left: 10px;
    color: #000;
}

.upper_category a {
    letter-spacing: 1px;
}


.category_link a:last-child {
    padding: 3px;
}

.filter_card_text {
    margin-left: 30px;
    width: 72%;
    margin-top: 12px;
}

    .filter_card_text p {
        text-align: start;
        color: #b9b9b9;
        font-size: 15px;
    }

.filter_card_button {
    padding: 10px 0;
    margin-right: 15px;
}

    .filter_card_button button {
        padding: 10px 48px;
        border-style: none;
        background-color: #19a0d3;
        color: #fff;
        cursor: pointer;
        font-size: 13.33px;
    }

.screening_item {
    color: #333;
    width: 100%;
    padding: 20px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .screening_item .header {
        display: flex;
        flex-direction: row;
        font-size: 18px;
        line-height: 18px;
    }

        .screening_item .header .time {
            flex: 0 0 100px;
            text-align: left;
        }

        .screening_item .header .title {
            flex: 1;
            text-align: left;
        }

            .screening_item .header .title:hover {
                cursor: pointer;
                text-decoration: underline;
            }

        .screening_item .header .venue {
            flex: 1;
            text-align: right;
        }

    .screening_item .content {
        display: flex;
        flex-direction: row;
        color: silver;
        line-height: 27px;
    }

        .screening_item .content .section {
            flex: 1;
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        .screening_item .content .strands {
            flex: 1;
            display: flex;
            justify-content: flex-end;
        }

            .screening_item .content .strands .strand_item {
                color: #000;
                border: 1px solid #000;
                border-radius: 100px;
                padding: 0px 15px;
                font-size: 10px;
                font-weight: bold;
                margin-left: 15px;
            }


    .screening_item .bottom {
        display: flex;
        flex-direction: row;
        color: silver;
    }

        .screening_item .bottom .description {
            flex: 1;
            font-size: 14px;
            text-align: left;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .screening_item .bottom .buttons {
            flex: 0 0 200px;
            text-align: right;
            display: flex;
            justify-content: flex-end;
        }

            .screening_item .bottom .buttons button {
                border-style: none;
                border-radius: 0;
                background-color: #19a0d3;
                width: 35px;
                margin-left: 5px;
            }

                .screening_item .bottom .buttons button:disabled {
                    background-color: silver;
                }

                .screening_item .bottom .buttons button.active:disabled {
                    background-color: #ffdd00;
                    color: #000;
                }

                .screening_item .bottom .buttons button:hover {
                    background-color: #ffdd00;
                    color: #000;
                }

.screening_number span {
    color: #fff;
    font-size: 64px;
    font-weight: bold;
}

.screening_parent_mobile .screening_number span {
    font-size: 44px;
}

#modalVotingRating {
    border-style: none;
    border-radius: 0;
    background-color: #19a0d3;
    width: 35px;
    margin-left: 5px;
}

#modalVotingSuccess {
    color: lightgreen;
}

#modalVotingError {
    color: orangered;
}

._datakal ul, ._datakal ol {
    margin-left: 20px;
}

._datakal li {
    list-style: auto;
    margin-bottom: 5px;
}

.vote_fish_container {
}

    .vote_fish_container .vote_fish {
        padding-left: 5px;
    }

        .vote_fish_container .vote_fish img {
            width: 35px;
            filter: grayscale(100%);
        }

    .vote_fish_container:hover .vote_fish img {
        filter: none;
    }

    .vote_fish_container .vote_fish:hover {
        cursor: pointer;
    }

        .vote_fish_container .vote_fish:hover ~ .vote_fish img {
            filter: grayscale(100%);
        }

.vote_fish_container_voted {
}

    .vote_fish_container_voted .vote_fish {
        padding-left: 5px;
    }

        .vote_fish_container_voted .vote_fish img {
            width: 35px;
            filter: grayscale(100%);
        }

        .vote_fish_container_voted .vote_fish:hover {
            cursor: default;
        }

        .vote_fish_container_voted .vote_fish.active img {
            filter: none;
        }

@media screen and (max-width: 900px) {

    .filter_card1 {
        display: block;
    }

    .screening_item .header {
        display: block;
        margin-bottom: 15px;
        font-size: 16px;
    }

        .screening_item .header .time {
            flex: none;
            text-align: center;
            float: left;
        }

        .screening_item .header .title {
            text-align: center;
        }

        .screening_item .header .venue {
            clear: both;
            text-align: center;
            padding-top: 10px;
        }

    .screening_item .content {
        margin-bottom: 15px;
        flex-direction: column;
    }

        .screening_item .content .section {
            text-align: center;
        }

        .screening_item .content .strands {
            justify-content: space-around;
            padding-top: 0px;
        }

            .screening_item .content .strands .strand_item {
                margin-left: 0px;
            }

    .screening_item .bottom {
        flex-direction: column;
    }

        .screening_item .bottom .description {
            text-align: center;
            flex: none;
            margin-bottom: 15px;
            font-size: 13px;
        }

        .screening_item .bottom .buttons {
            flex: none;
        }
}

@media screen and (max-width: 400px) {

    .dashboard2-item-container h3.title {
        font-size: 125%;
    }

    .dashboard2-item-container h3 {
        font-size: 125%;
    }
}