@font-face {
    font-family: 'DINPro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('DINPro Regular'), url('../webfonts/DINPro-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'KandaModern';
    font-style: normal;
    font-weight: normal;
    src: local('KandaModern'), url('../webfonts/PSL-KandaModern.ttf') format('woff');
}

@font-face {
    font-family: 'DB Adman X';
    font-style: normal;
    font-weight: normal;
    src: local('DB Adman X'), url('../webfonts/DB Adman X.ttf') format('woff');
}

html,
body {
    height: 100%;
    /* overflow: scroll; */
}

body {
    color: #929496;
    background-color: #ffffff;
    font-family: 'DINPro Regular', monospace;
}

body.dark {
    color: #fff;
    background-color: #482581;
    font-family: 'DINPro Regular', monospace;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:valid,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #fff;
    -webkit-text-fill-color: #fff;
    /* -webkit-box-shadow: 0 0 0px 1000px #482581 inset;
  box-shadow: 0 0 0px 1000px #482581 inset; */
    transition: background-color 5000s ease-in-out 0s;
}

body h1 {
    color: #4bb74e;
}

body.dark h1 {
    color: #ffffff;
}

.form-signin {
    width: 100%;
    max-width: 600px;
    padding: 15px;
    /* margin: auto; */
}

.dark .form-control,
.content-right .form-control {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #ffffff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0.25);
}

.form-wrapper {
    width: 100%;
    max-width: 480px;
    padding: 15px;
    margin: auto;
}

.form-wrapper .input-wrapper {
    width: 100%;
    max-width: 360px;
    margin: auto;
}

.form-wrapper button {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.full-view {
    height: 100%;
    width: 100%;
}

.btn-primary {
    background: #4bb74e;
    border-color: #4bb74e;
    color: #fff;
}

.content-left {
    background: #ffffff;
    color: #929496;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.content-right {
    background: #482581;
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.content-right h1 {
    font-weight: bold;
    color: #ffffff;
}

#app-logo {
    height: 50px;
}

@media (min-width: 768px) {
    .navbar {
        height: 88px;
    }
    #app-logo {
        height: 60px;
    }
    /* .navbar: height: 44; */
}

.navbar-light {
    background: #482581;
    /* background: -moz-linear-gradient(180deg, rgba(26,193,203,1) 0%, rgba(103,213,212,1) 35%);
    background: -webkit-linear-gradient(180deg, rgba(26,193,203,1) 0%, rgba(103,213,212,1) 35%);
    background: linear-gradient(180deg, rgba(26,193,203,1) 0%, rgba(103,213,212,1) 35%); */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1ac1cb",endColorstr="#67d5d4",GradientType=1); */
}

.player-container {
    background-color: #e9e9e9;
}

@media only screen and (max-width: 767px) {
    .player-wrapper {
        height: calc(63vh - 52px);
    }
}

@media only screen and (min-width: 768px) {
    .player-wrapper {
        height: calc(94vh - 48px);
    }
}

@media only screen and (min-width: 992px) {
    .player-wrapper {
        height: calc(100vh - 88px);
    }
}

.wc-tab-item {
    font-size: 0.8rem;
    color: #000;
    filter: invert(91%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(110%) contrast(110%);
}

.wc-tab-item.nav-link.active {
    background: transparent;
    color: #000;
    /* color: #003259; */
    filter: invert(56%) sepia(20%) saturate(1244%) hue-rotate(72deg) brightness(103%) contrast(93%);
}

.tab-header {
    background-color: #fff;
    padding: 8px 16px;
}

.rounded-pill.input-wrapper {
    border: solid 4px #fff;
}

.input-field,
.input-field:focus,
.input-field::placeholder {
    border: 0;
    background-color: transparent;
    color: #fff;
    box-shadow: none;
}

.custom-select {
    background-color: #4bb74e;
    border-color: #4bb74e;
    color: #fff;
}

.nav-link {
    line-height: 0.8rem;
    padding: 0.5rem 0.7rem !important;
}

.nav-link.mobile {
    text-align: left;
    font-size: 0.6rem;
}

.wc-tab-item.nav-link {
    max-width: 120px;
}

.wc-tab-item.nav-link.mobile {
    max-width: 95px;
    margin: auto;
}

.wc-tab-item.nav-link.mobile.q-n-a,
.wc-tab-item.nav-link.mobile.vote {
    max-width: 70px;
}

.viewer-nav {
    padding: 1.1rem;
}

.navbar-light.mobile {
    padding: 0 1.5rem;
}

@media only screen and (max-width: 767px) {
    .nav-link {
        padding: 0.5rem 0.3rem !important;
    }
    .content-left {
        max-height: 240px;
    }
}

@media only screen and (max-width: 374px) {
    .nav-link.mobile {
        font-size: 0.4rem !important;
    }
}

.login-message {
    font-size: 1.1rem;
    font-family: 'KandaModern', monospace;
}

.btn-next-banner {
    margin-top: -100px;
}

.navbar-nav-mobile-logout {
    margin-right: 4.35rem;
    margin-bottom: 0;
    width: auto;
}

.navbar-nav-mobile-logout a {
    color: initial;
}

@media only screen and (min-width: 576px) {
    .navbar-nav-mobile-logout {
        width: 100%;
    }
    .navbar-nav-mobile-logout a {
        display: none;
    }
}

.stream-message {
    background-color: #ffc107;
    color: #000;
    width: 85%;
    margin: -7rem auto auto 7.5%;
    position: absolute;
    justify-items: center;
    border-radius: 10px;
    padding: 12px 0 0 0;
}


/******* For feature add line on banner page ************/

.btn-addline-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -235%);
}

.btn-addline-banner a img {
    width: 215px;
}

.btn-addline-banner.mobile {
    transform: translate(-50%, -287%);
}

.btn-addline-banner.mobile a img {
    width: 175px;
}

.btn-addline-banner.mobile .line-text {
    width: 150px;
    border-radius: 0.7rem !important;
    padding: 7px !important;
}


/******* For feature add line on banner page ************/


/******* For feature vote *******/

#vote .vote-subject-panel .vote-subject,
#vote .vote-result-panel .vote-result {
    color: #0099cc;
    font-weight: bold;
}

#vote .vote-subject-panel .radio-control {
    position: relative;
    padding-left: 1.5rem;
    margin-right: 1rem;
    font-weight: 100;
    font-size: 14px;
    display: flex;
}

#vote .vote-subject-panel .option-vote-choice .radio-control {
    cursor: pointer;
}

#vote .vote-subject-panel .radio-control .input-control {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#vote .vote-subject-panel .radio-control .control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #515365;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 50%;
}

#vote .vote-subject-panel .radio-control>input:checked~span.control-indicator {
    background: #888ea8;
}

#vote .vote-subject-panel .radio-control>input:checked~span.control-indicator {
    background-color: transparent;
}

#vote .vote-subject-panel .radio-control>input:checked~span.control-indicator {
    border: 3px solid #8dbf42;
}

#vote .vote-subject-panel .vote-button {
    text-align: center;
    margin: 15px 0;
}

#vote .vote-subject-panel .vote-button a {
    border-radius: 0.3em;
    text-decoration: none;
    color: #0099cc;
    padding: 5px 25px;
    background: #333;
    margin: 0 20px;
    font-size: 1.2rem;
    font-weight: bold;
}

#vote .vote-subject-panel .vote-button a.active:hover {
    color: #fff;
}

#vote .vote-subject-panel .vote-button a.disabled {
    color: #e7515a;
}

#vote .vote-result-panel div.chart {
    font-weight: bold;
    /* letter-spacing: -3px; */
    background: #0099cc;
    margin-bottom: 8px;
    padding: 4px;
    font-size: 0.8rem;
    color: #ffffff;
    border-left: 20px solid #333;
    width: 180px;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0 0.5em 0.5em 0;
    border-radius: 0 1.5em 1.5em 0;
}

#vote .vote-result-panel div.chart div.number {
    display: inline-grid;
    margin-right: 8px;
}

#vote .vote-result-panel {
    overflow: auto;
}


/******* For feature vote *******/


/************** Css Photo Booth **************/

.photobooth-form {
    font-family: 'DB Adman X';
    margin: 0;
}

.custom-file-photobooth {
    position: relative;
    display: -webkit-inline-box;
    width: 64%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
    padding-right: 0;
}

.custom-file-photobooth input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1rem + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-photobooth label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.2em + 0.75rem + 2px);
    padding: 0.3rem 0 0.3rem 0.8rem;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    font-size: 0.85rem;
    color: #cccccc;
    text-align: left;
    max-width: 228px;
}

.custom-file-photobooth label::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 30px;
    padding: 0.375rem 0.75rem;
    content: '';
    background-color: rgb(248, 151, 29);
    width: 45px;
    border-radius: 0.9rem;
}

.custom-file-photobooth i.fa-search {
    color: #fff;
    position: absolute;
    font-size: 1.2rem;
    z-index: 2;
    left: 12.3rem;
    top: 5px;
}

.photobooth .form-group {
    /* padding-top: calc(100% - 28rem);
    padding-left: calc(100% - 34rem); */
    display: inline-grid;
    margin-top: -14rem;
    margin-left: 9rem;
}

.photobooth .button-group {
    margin-left: 15px;
}

.photobooth .button-group button.btn-send,
.photobooth .button-group a {
    border-radius: 1.2rem;
    font-size: 1.2rem;
    background-color: rgb(248, 151, 29);
    border-color: rgb(248, 151, 29);
    color: #fff;
    height: 30px;
    padding: 1px 15px;
}

.image-photobooth-gallery {
    padding-top: 0.5rem;
}

.image-photobooth-gallery div.gallery {
    margin: 0 8px;
    border: 2px dashed rgb(248, 151, 29);
    float: left;
    width: 125px;
    height: 125px;
    border-radius: 4px;
}


/* .image-photobooth-gallery div.gallery img {
  width: 100%;
  height: auto;
} */

.image-photobooth-gallery div.gallery img {
    width: 100%;
    height: 121px;
}

.image-photobooth-gallery div.gallery span {
    font-size: 1.6rem;
    color: rgb(248, 151, 29);
    display: block;
    padding: 40px 0;
}


/* .image-photobooth-gallery div.gallery:hover {
    border: 2px dashed rgb(248, 151, 29);
} */


/* For iPhone X only*/

@media only screen and (min-width: 375px) and (min-height: 800px) {
    /* .photobooth .form-group {
        padding-top: calc(100% - 3rem);
        padding-left: calc(100% - 20.2rem);
    } */
}


/* For Pixel 2 XL */

@media only screen and (min-width: 400px) and (min-height: 800px) {
    /* .photobooth .form-group {
        padding-top: calc(100% - 5rem);
        padding-left: calc(100% - 22rem);
    } */
}

.photobooth .header-logo {
    display: inline-grid;
    margin: 1rem 0;
}

.photobooth .message-desktop {
    margin-top: 1rem;
}

.photobooth .message-mobile {
    margin-top: -0.5rem;
}

.photobooth .image-photobooth-gallery .gallery-message-desktop {
    width: 135%;
}

.photobooth-form .btn-next-banner {
    margin: -1rem;
}

@media only screen and (max-width: 767px) {
    .photobooth .form-group {
        /* padding-top: calc(100% - 6.8rem);
        padding-left: calc(100% - 20rem);  */
        margin: -0.5rem 0 1rem 0;
    }
    .custom-file-photobooth {
        width: 55%;
        margin-right: 10px;
    }
    .custom-file-photobooth label::after {
        height: 31px;
    }
    .custom-file-photobooth i.fa-search {
        left: calc(100% - 2rem);
    }
    .custom-file-photobooth input {
        width: 100%;
    }
    .photobooth .button-group {
        margin-left: 10px;
    }
    .photobooth .button-group button.btn-send,
    .photobooth .button-group a {
        padding: 1px 10px;
    }
    /* .image-photobooth-gallery {
    margin: auto;
  } */
    .image-photobooth-gallery div.gallery {
        width: 100px;
        height: 100px;
        margin: 0 5px 0 15px;
    }
    .image-photobooth-gallery div.gallery img {
        max-width: 125px;
        max-height: 95px;
    }
    .image-photobooth-gallery div.gallery span {
        font-size: 1.2rem;
        padding: 35px 0;
    }
    .photobooth .header-logo {
        margin: 0.5rem 0;
    }
}

@media only screen and (min-width: 400px) {
    .image-photobooth-gallery div.gallery {
        margin: 0 5px 0 30px;
    }
}


/************** Css Photo Booth **************/


/************** Css Photo Booth Non-Register **************/

.photobooth-non-regiter-form {
    background-image: url('../assets/photobooth/bg_non_regis.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.photobooth-non-regiter-wrapper {
    padding: 10rem 0 0 0;
}

.photobooth-non-regiter-wrapper .input-form-group {
    display: grid;
    margin: auto 3.5rem;
}

.photobooth-non-regiter-wrapper .input-form-group label {
    text-align: left;
    margin: 0 0 0.05rem 1rem;
}

.photobooth-non-regiter-wrapper .input-form-group input {
    border-radius: 1rem;
    border: 0;
    outline: 0;
    padding: 0 0 0 1rem;
    min-height: 32px;
    -webkit-text-fill-color: #695e80;
}

.photobooth-non-regiter-wrapper .input-form-button button.btn-submit-queue {
    background-color: #fff;
    color: #695e80;
    font-weight: bold;
    font-size: 1.2rem;
    border-radius: 1.4rem;
    border-color: #fff;
    padding: 0 1.4rem;
    margin-top: 7rem;
}

.photobooth-non-regiter-wrapper .input-form-group-queue label {
    font-weight: bold;
}

.photobooth-non-regiter-wrapper .input-form-group-queue .queue-number {
    font-size: 7rem;
    background-color: #fff;
    color: #695e80;
    margin: 0 6rem;
    font-weight: bold;
}


/************** Css Photo Booth Non-Register **************/


/* RADIO BUTTON CIRCLE */

.radio-button-circle {
    cursor: pointer;
    padding-right: 10px;
    padding-top: 7px;
}

input[type=radio].radio-button-circle__input {
    box-sizing: border-box;
    padding: 0;
}

input {
    font-size: 1rem;
    line-height: 1.5;
    padding: 11px 23px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    outline: 0;
    background-color: transparent;
}

.radio-button-circle__input {
    opacity: 0;
    position: absolute;
}

.radio-button-circle__control {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 0px;
    margin-top: -4px;
    vertical-align: middle;
    background-color: inherit;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 24px;
}

.radio-button-circle__input:checked+.radio-button-circle__control:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 12px;
}

.radio-button-circle__input:checked+.radio-button-circle__control {
    border-color: #fff;
}

.radio-button-circle__control {
    transform: scale(0.75);
}


/* RADIO BUTTON CIRCLE */


/* CHECKBOX CIRCLE */

.checkbox-round {
    position: relative;
}

.checkbox-round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: -20px;
    position: absolute;
    top: -3px;
    width: 28px;
}

.checkbox-round label:after {
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.checkbox-round input[type="checkbox"] {
    visibility: hidden;
}

.checkbox-round input[type="checkbox"]:checked+label {
    background-color: #fff;
    border-color: #fff;
}

.checkbox-round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}


/* CHECKBOX CIRCLE */

.template-login-code {
    /* margin: 50% 0; */
    width: 380px;
    border-radius: 25px;
    padding: 15px 35px 25px;
    background-color: #f8f9fb;
}

.template-login-code .login-user {
    font-size: 0.85rem;
    font-weight: bold;
}

.template-login-code input[type='email'] {
    background-color: #fff !important;
    border-radius: 20px;
    border: 1px solid #838383 !important;
    font-size: 0.85rem !important;
    color: #838383 !important;
    -webkit-text-fill-color: #838383;
}

.template-login-code .btn-template-login-code {
    border-radius: 10px;
    font-size: 0.75rem;
    width: 105px;
}

.template-login-code .btn-template-login-code:focus {
    box-shadow: none;
}

.w-100vh {
    height: 100vh;
}

@media only screen and (max-width: 390px) {
    .template-login-code {
        width: 350px;
    }
}

/** Change text color of input placeholder **/
.placeholder-white::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}
  
.placeholder-white:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}
  
.placeholder-white::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

/** Hide Arrows From Input Number **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cursor-pointer {
    cursor: pointer;
}

.outline-none {
    outline: none !important;
}