
:root {
    --bs-body-bg: #212224;
}

.select2-results li {
    color: #333;
}

.btn-help {
    padding: 0;
    margin: 0;
    min-width: 0;
    min-height: 0;
    line-height: 1;
    background: none;
}

.popover-header {
    color: #ccc;
}

.management-pills {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.movie-management-content table {
    color: white;
}

.card.new-movie-card {
    background: transparent;
    border: 2px dashed;
}


@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/static/ext/fonts/material-icons/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/static/ext/fonts/material-icons/MaterialIcons-Regular.woff2) format('woff2'),
    url(/static/ext/fonts/material-icons/MaterialIcons-Regular.woff) format('woff'),
    url(/static/ext/fonts/material-icons/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

form {
    position: relative;
}

.form-lock {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;

    background-color: rgba(255, 255, 255, 0.7);
}

.card-body {
    background: #212224;
    border: 2px solid #323232;
}

.list-group-item {
    background: #212224;
    border: 1px solid #323232;
    color: white;
}

.list-group-item.disabled {
    background: #212224;
}

.list-group-item.active {
    background: #ebd90b;
    color: #1b1d1f;
    border-color: #ebd90b;
}

.list-group-item.complete:after {
    content: "\f00c";

    color: #90c74a;
    float: right;

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.list-group-item.pending:after {
    content: "\3f";

    color: #ebd90b;
    float: right;

    font-family: "Font Awesome 6 Free";
    font-weight: 900;

    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

select.form-control {
    background: #212224;
    border: 2px solid #323232;
    border-radius: 5px;
    color: #e0e0e0;
    padding: 17px 25px;
}

.nav-pills .nav-link {
    color: white;
    background: #212224;
}

.nav-pills .nav-link.active {
    background-color: #ebd90b;
    color: #1b1d1f;
}

.bg-primary {
    background-color: #ebd90b !important;
}

p {
    color: white;
}

.movie-detail-container {
    position: relative;
}

.movie-detail-container .movie-detail-trailer,
.movie-detail-container .movie-detail-movie {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100vh;
}

.movie-detail-container .movie-detail-trailer iframe {

    width: 100%;
    height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ebd90b !important;
    color: #1b1d1f;
}

.badge.bg-primary {
    color: #1b1d1f;
}

.tile {
    background: #272728;
    border-radius: 6px;
    padding: 25px 40px 30px 25px;
    margin-bottom: 20px;
}

.tile-header {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 4px;
    margin-bottom: 8px;
}

.tile-primary {
    border: 1px solid #ebd90b;
}

.tile-sm {
    max-width: 400px;
    margin: 0 auto;
}

.tile-md {
    max-width: 600px;
    margin: 0 auto;
}

.modal.modal-visible {
    display: block;
}

.modal-content {
    background-color: black;
    border: 1px solid rgba(235, 217, 11, 0.54);
}

.modal-body {
    padding: 0;
}

.pricing-box {
    height: 100%;
}

.modal-mask {
    position: fixed;
    background: rgba(0, 0, 0, 0.70);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.modal .close {
    position: absolute;
    right: 16px;
    top: 16px;
    background: none;
    border: none;
    font-size: 26px;
}

.modal-header, .modal-footer {
    display: none;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
    }
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.form-check label {
    color: white;
}

textarea.form-control {
    background: #212224;
    border: 2px solid #323232;
    border-radius: 5px;
    color: #e0e0e0;
}

input[type=date].form-control {
    background: #212224;
    border: 2px solid #323232;
    border-radius: 5px;
    color: #e0e0e0;
}

.form-select {
    background: #212224;
    border: 2px solid #323232;
    border-radius: 5px;
    color: #e0e0e0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.input-group-text {
    background: #212224;
    border: 2px solid #323232;
    color: #e0e0e0;
}

.form-select-wrapper {
    position: relative;
}

.form-select-wrapper:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid #e0e0e0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none;
}

.form-switch-xl {
    font-size: 30px;
}



.world-map-container {
    position: relative;
}

.world-map-overlay {
    position: absolute;
    top: 10%;
    left: 10%;
    min-width: 340px;

    padding: 10px;
}

.world-map-overlay .btn {
    display: inline-block;
}

.header-cat-select .btn {
    padding: 12px 15px 12px 17px;
    border: 0.5px solid #ebd90b;
    background: #ebd90b;
    border-radius: 3px;
    color: #4e4802;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.rating-display .material-icons {
    color: #ebd90b;
}

.latest-movie-content .category {
    justify-content: space-between;
}

.latest-movie-content .rating-display .material-icons {
    font-size: 18px;
}

.movie-detail-rating-btn {
    position: absolute;
    right: 30px;
    top: 20vh;
}

.movie-detail-rating-btn .material-icons,
.movie-detail-rating-btn .fa {
    font-size: 48px;
}

.list-group-item .btn {
    min-width: 0;
}

.world-map {
    height: 50vh;
}

/*Change bg in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #212224 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: white !important;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #858586;
}

.country-status-icon {
    font-size: 18px;
    vertical-align: middle;
}

.text-success {
    color: #90c74a !important;
}

.color-toggle {
    display: inline-block;
    padding: 4px;
}

.color-toggle .btn {
    min-width: 0;

    width: 32px;
    height: 32px;
    padding: 0;
    border: 3px solid #858586;
}

.color-toggle .btn-check:checked+.btn-secondary {
    border-color: red;
}

.custom-cat {
    background-color: #8dd3ff;
}

.def-cat {
    background-color: #ebd90b;
}

.cat-select .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    padding-right: 0px;
}

.cat-select .def-cat, .cat-select .custom-cat {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    border-left: 1px solid gray;
}

.w-100 .select2 {
    width: 100%;
}

.btn-wrapper {
    background: none;
    border: none;
    padding: 0;
}

.video-js .vjs-seek-validator {
    position: absolute !important;
    height: 100% !important;
    margin: 0 !important;

    background-color: #ebd90b !important;
}

.video-js .vjs-slider {
    background-color: rgba(144, 199, 74, 0.5) !important;
}

.video-js .vjs-load-progress div {
    background-color: #90c74a !important;
}

.video-js .vjs-play-progress {
    color: red !important;
}

.logo img {
    width: 270px;
}

.price-option-name {
    display: inline-block;
    width: 50px;
    margin-left: 4px;
}

.w-100 .select2 {
    width: 100% !important;
}

.select2-selection {
    background-color: #212224;
}

.chart-container {
    padding: 4px;
    background-color: #212224;
}

.chart {
    border-bottom: 1px solid #ebd90b;
}

.stats-map-container {
    position: relative;
}

.top-countries {
    position: absolute;
    right: 20px;
    top: 20px;
}

.pricing-box form .btn {
    min-width: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: #212224 !important;
    border: 2px solid #323232 !important;
}

.form-control:focus {
    color: white;
    background-color: #212224;
}

input:-webkit-autofill {
    caret-color: white !important;
}

.text-info {
    color: #00b5f8;
}


.image-picker-sm .img-target-container img,
.image-picker-sm .img-target-container p {
    width: 180px;
}

.table {
    color: white;
}

.btn-outline {
    background: transparent;
    border: 1px solid #ebd90b;
    color: #ebd90b;
}

.btn-outline.btn-sm {
    padding: 4px 8px;
    font-size: 12px;
}

.report-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.small-btn-text {
    text-transform: none;
    font-style: italic;
    font-size: 12px;
}

.pricing-box .btn {
    min-width: 120px;
}

.stripe-payment-container {
    background-color: #272728;
    border: 1px solid white;
    margin: 0 auto;
    width: 500px;

    margin-top: 20vh;
    margin-bottom: 20vh;
}


.stripe-payment-container form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
    margin: 0 auto;
}
.stripe-payment-container input {
    border-radius: 6px;
    margin-bottom: 6px;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    font-size: 16px;
    width: 100%;
    background: white;
}
.stripe-payment-container .result-message {
    line-height: 22px;
    font-size: 16px;
}
.stripe-payment-container .result-message a {
    color: black;
    font-weight: 600;
    text-decoration: none;
}
.stripe-payment-container .hidden {
    display: none;
}
.stripe-payment-container #card-error {
    color: rgb(105, 115, 134);
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}
.stripe-payment-container #card-element {
    border-radius: 4px 4px 0 0 ;
    padding: 12px;
    border: 1px solid rgba(50, 50, 93, 0.1);
    height: 44px;
    width: 100%;
    background: white;
}
.stripe-payment-container #payment-request-button {
    margin-bottom: 32px;
}
/* Buttons and links */
.stripe-payment-container button {
    background: #ebd90b;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 0 0 4px 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;

    margin-top: 20px;
}
.stripe-payment-container button:hover {
    filter: contrast(115%);
}
.stripe-payment-container button:disabled {
    opacity: 0.5;
    cursor: default;
}
/* spinner/processing state, errors */
.stripe-payment-container .spinner,
.stripe-payment-container .spinner:before,
.stripe-payment-container .spinner:after {
    border-radius: 50%;
}
.stripe-payment-container .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.stripe-payment-container .spinner:before,
.stripe-payment-container .spinner:after {
    position: absolute;
    content: "";
}
.stripe-payment-container .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: white;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.stripe-payment-container .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: white;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 600px) {
    .stripe-payment-container form {
        width: 80vw;
    }
}

.cropper-container {
    display: none;
}

.video-validation-warning {
    font-size: 30px;
    position: absolute;
    top: 20px;
    text-align: center;
    width: 100%;
}

.bg-danger {
    background-color: #d9182b;
}

.accordion-item {
    background-color: #212121;
}

.accordion-button {
    background-color: #4d4d4d;
    color: white;
}

.accordion-button:not(.collapsed) {
    background-color: #ebd90b;
    color: white;
}

.no-border {
    border: none;
}

.dashboard-chat .chat-container {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 20vw;
    height: 100vh;

    border: 1px solid #ebd90b;
    border-radius: 4px;
    z-index: 99999;
}

.open-chat-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
}

.close-chat-btn {
    width: 44px;
    padding: 10px;
    display: inline-block;

    background: transparent;
    color: #ebd90b;
}

.chat-container {
    display: flex;
    flex-direction: column;
}

.chat-container {
    background-color: black;
    height: 100%;
}

.chat-messages {
    flex: 1 1;
    background-color: black;
    overflow: scroll;
}

.chat-message {
    background-color: #212121;
    padding: 4px;
    margin: 10px;
    margin-left: 20%;
    white-space: pre-line;
}

.chat-message p {
    margin: 0;
}

.chat-input {
    display: flex;
}

.chat-input .textarea {
    resize: none;
}

.chat-input-btns {
    display: flex;
    flex-direction: column;
}

.chat-input-btns .btn {
    padding: 12px;
}


.chat-input-btns .btn-default {
    background-color: black;
    border: 1px solid #ebd90b;
    color: #ebd90b;
}

.card {
    background-color: black;
}

.card-header {
    background-color: var(--bs-body-bg);
}


.oc-spinner {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.oc-spinner:after {
    content: " ";
    display: block;
    width: 48px;
    height: 48px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #ebd90b;
    border-color: #ebd90b transparent #ebd90b transparent;
    animation: oc-spinner 1.2s linear infinite;
}
@keyframes oc-spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.badge .oc-spinner {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

.badge .oc-spinner::after {
    width: 20px;
    height: 20px;
    border-width: 4px;
    margin: 2px;
}

.oc-spinner-white::after {
    border-color: white transparent white transparent;
}

.btn-default {
    background: none;
    color: #ebd90b;
    border: 1px solid #ebd90b;
}

.btn-vote.active {
    color: #90c74a;
}

.btn-ghost.active {
    color: #00b5f8;
}

.comment.deleted,
.comment.deleted p,
.comment.deleted .btn-vote,
.comment.deleted .btn-reply {
    color: #777676;
}

.comment.ghosted,
.comment.ghosted p,
.comment.ghosted .btn-vote,
.comment.ghosted .btn-reply {
    color: #777676;
}

.comment.ghosted .btn-ghost {
    color: #00b5f8;
}

.comment.user-ghosted .btn-ghost {
    color: #777676;
}

.comment.user-ghosted .btn-user-ghost {
    color: #00b5f8;
}

.comment.user-ghosted > .comment .btn-user-ghost {
    color: #777676;
}

.comment.user-ghosted > .comment.user-ghosted .btn-user-ghost {
    color: #00b5f8;
}

.rating-sm .material-icons {
    font-size: 16px;
}