/*::-webkit-scrollbar {
    width: 0px !important;
}*/

body{
    font-family: 'Roboto', sans-serif;
    font-family: 'Lato', sans-serif;
}
.desktop_img{
    display: block;
}
.mobile_img{
    display: none;
}
.banner_side{
    padding-right: 0
}
.home_banner{
    margin-bottom: 1em;
}
.right_side{
    background: #003576;
    padding: 10px;
}
.right_side .card {
    background: #eee;
}
.presentation{
    background-color: #000000;
}
.form_heading{
    color: #040404;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1rem;
}
.form-control{
    border: 1px solid #040404;
}
.form-control:focus {
    color: #040404;
    background-color: #fff;
    border-color: #040404;
    outline: 0;
    box-shadow: none;
}
.order-md-1#ppt_section{
    padding-right: 0px;
}
.order-md-2#video_section{
    padding-right: 5px;
}
.theme_button,.theme_button:hover {
    color: #fff;
    background-color: #003576;
    border-color: #003576;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003576;
    border-color: #003576;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}
.divider{
    border: 1px dashed #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
}
.title{
    color: #423e3e;
    font-weight: bold;
    font-size: 1rem;
    margin: 0;
}
.event_detail{
    color: #003576;
    font-size: 1.2rem;
    margin: 0;
    font-weight: bold;
}
.event_schedule{
    padding: 0;
}
.event_schedule li {
    display: inline-block;
}
.event_schedule i {
    transform: translateY(4px);
}
li.event_date {
    margin-right: 20px;
}
.event_schedule span {
    margin-left: 5px;
    font-size: 1.2rem;
    color: #003576;
    font-weight: bold;
}
.event_write_date,.event_write_time {
    vertical-align: middle;
}

.video-container {
    margin-top: 5px;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 5px;
    height: 0;
    /*overflow: hidden;*/
}
.video-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.presentation_container{
    margin-top: 5px;
}
#video_section{
    padding-right: 0px;
}
.question_container,.pre_question_container{
    background-color: #515151;
    display: block;
    padding: 10px;
}
.questionbox{
    margin-bottom: 5px;
    background: #3e3e40;
    color: white;
    border: 1px solid #fff;
    padding-left: 16px;
}
.pre_question_container{
    margin-top: 5px;
}
.question_heading{
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
}
.pre_question_container{
    display: none;
}
fieldset{
    border-color: #003576;
}
legend{
    color: #003576;
    font-weight: bold;
    font-size: 22px;
}
.swap-to-ppt {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    width: 20px;
}
.swap-icon-img{
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    width: 20px;
    /*position: absolute;
    left: 34%;
    top: 22%;
    z-index: 2;
    cursor: pointer;*/
}

/*.presentation .col-md-12,.presentation .col-md-4,.presentation .col-md-8{
    padding-right: 5px;
    padding-left: 5px;
}*/

.logoutbtn {
    margin: unset;
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: small;
    padding: 0 10px;
    height: auto;
}
#dot {
    position: absolute;
    top: 0;
    left: 0;
}
.user_intraction{
    max-height: 25rem;
    overflow: auto;
}
.pre_user_intraction{
    max-height: 45.1rem;
    overflow: auto;
}
@media screen and (max-width: 1366px) {
    .user_intraction, .pre_user_intraction{
        max-height: 32.2rem;
        overflow: auto;
    }
}
@media screen and (max-width: 1024px) {
    .user_intraction, .pre_user_intraction{
        max-height: 24.2rem;
        overflow: auto;
    }
}

.scroller {
    overflow-y: scroll;
    scrollbar-color: #0A4C95 #C2D2E4;
}

.user_intraction::-webkit-scrollbar-track, .pre_user_intraction::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.user_intraction::-webkit-scrollbar-thumb, .pre_user_intraction::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(81, 81, 81);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.countdown-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(2%);
    -moz-transform: translateY(2%);
    transform: translateY(2%);
    margin-bottom: 20px;
}

.countdown-time-value{
    margin-bottom: 10px;
}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.clock-canvas {
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

.text {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    width: 100%;
}

.text .val {
    font-size: 30px;
}

.text .type-time {
    font-size: 15px;
}

#feedback_success_msg,#voting_success_msg,#quiz_success_msg {
    color: green;
    text-align: center;
}

#feedback_error_msg,#voting_error_msg,#quiz_error_msg {
    color: red;
    text-align: center;
}

.user_intraction::-webkit-scrollbar, .pre_user_intraction::-webkit-scrollbar {
    width: 5px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 548px) {
    .logoutbtn {
        top: 8px;
    }
}
@media screen and (max-width: 767px) {
    .pre_question_container{
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .question_container{
        display: none;
    }
    .banner_side{
        padding-right: 15px;
    }
    .event_info{
        margin-bottom: 1em;
    }
    #ppt-swap-icon{
        display: none;
    }
    .presentation_container {
        margin-top: 0px;
    }
    .desktop_img {
        display: none;
    }
    .mobile_img {
        display: block;
    }
}
@media only screen and (orientation: landscape) and (min-device-width: 480px) and (max-device-width: 880px) {
    .desktop_img {
        display: block;
    }
    .mobile_img {
        display: none;
    }
}