﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web asse

    update new 12

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    font-weight: 500;
    font-size: 24px;
    color: #10c5d5;
}

/* Provide sufficient contrast against white background */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;500&display=swap');

body, a, btn p, span {
    font-family: 'Roboto', sans-serif;
}
a {
color: #212529;
}
a:hover, a:focus, a:active {color: #0698a5;text-decoration: none;font-weight:500;

}
ol.orIcon li a {
    color: #212529;
    
}
    ol.orIcon li a:hover, verticalTab, a.nav-link:hover, .explanation-header {
        color: #10c5d5;
    }
.btn-primary {
    color: #fff;
    background-color: #10c5d5;
    border: 1px solid #10c5d5;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 20px;
    display: inline-block;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
color: #fff;
background-color: #13cadb;
border: 1px solid #13cadb;
padding: 8px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 20px;
display: inline-block;
text-decoration: none;
}
.btn-secondary {
background: #1b191a;
border: 1px solid #1b191a;
padding: 8px 20px;
font-size: 16px;
font-weight: 500;
border-radius: 20px;
display: inline-block;
}
    .left-seec.border-right{}
    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
        background: #585656;
        border: 1px solid #1b191a;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 20px;
        display: inline-block;
        text-decoration: none;
    }
.btn-border-primary {
    color: #10c5d5;
    background-color: #fff;
    border: 1px solid #10c5d5;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 20px;
    display: inline-block;
}
    .btn-border-primary:hover {
        color: #ffffff;
        background-color: #10c5d5;
        border: 1px solid #10c5d5;
        padding: 8px 20px;
        font-size: 16px;
        font-weight: 400;
        border-radius: 20px;
        display: inline-block;
    }
.min-body {
min-height: calc(100vh - 165px)
}
.cardOne {
background: #ffffff;
-webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
-webkit-transition: all .3s cubic-bezier(.25,.8,.25,1);
transition: all .3s cubic-bezier(.25,.8,.25,1);
border-radius: 10px;
border: none;
padding: 20px;
}
.header2 {
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
}
/*form*/
.container-comm {position: relative;}
.container-comm input {display: block;width: 100% !important;background: #fff !important;height: 45px !important;   border: 1px solid #a5a5a5 ;padding-left: 15px;  font-weight: 400 !important;color: #1d1d1d !important;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;border-radius: 20px !important;}
.container-comm label {position: absolute;top: 10px;left: 20px;pointer-events: none;color: #606060;font-size: 14px;font-weight: 300 !important;font-weight: lighter;-webkit-transition: .2s cubic-bezier(.4,0,.2,1);transition: .2s cubic-bezier(.4,0,.2,1);}
.container-comm input:focus {-webkit-box-shadow: none;box-shadow: none;outline: none;border-color: #0056e0 !important;-webkit-transition-property: right;transition-property: right;-webkit-transition-duration: .3s;transition-duration: .3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.container-comm input:placeholder-shown + label {position: absolute;top: 8px;left: 20px;pointer-events: none;color: #606060;font-size: 16px;font-weight: 300 !important;font-weight: lighter;-webkit-transition: .2s cubic-bezier(.4,0,.2,1);transition: .2s cubic-bezier(.4,0,.2,1);background: #fff;padding:0;}
.container-comm input:not(:placeholder-shown) + label,
.container-comm input:focus + label {top: -10px;left: 10px;font-size: 12px !important;font-weight: 400;width: auto;padding: 0 5px;background: #fff;}
.btn-big.btn-primary{padding: 8px 20px;display: block;height: auto;}
.text-danger {color: red !important;}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
}
@media (min-width: 768px) {
  html {
font-size: 16px;
  }
}
 

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
margin:0;padding:80px 0 40px 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px; /* Vertically center the text there */
}
header {
box-shadow: 0px 3px 4px -2px #888;
position: fixed;
width: 100%;
z-index: 99;
background: #fff;top:0;
}
.bannerHold {
min-height: calc(100vh - 165px);
}
.bannerHold img{max-width:100%;}

.menu-filter-list li {
display: inline-block;
cursor: pointer;
padding: 10px 20px 10px;
text-transform: uppercase;
background: #f5f5f5;
border-radius: 5px;
font-weight: 700;
font-size: 13px;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
font-family: "Poppins",sans-serif;
}

.menu-filter-list li.is-checked,menu-filter-list li:hover{
background-color:#545b62;
color:#fff;
}
/* main tab */
.nav.nav-tabs.mainTab {
    display: table;
    width: 100%;
    border: 1px solid #dee2e6;
    text-align: center;
}

    .nav.nav-tabs.mainTab .nav-item {
        display: table-cell;
        border: 1px solid #dee2e6;
        border-width: 0px 1px 0px 0px;
    }

        .nav.nav-tabs.mainTab .nav-item:last-child {
            border: 0;
        }

        .nav.nav-tabs.mainTab .nav-item .nav-link {
            border-width: 0;
            color: #585858;
            font-weight: 500;border-radius:0;
            padding:5px 3px;
        }

.di1.stage603 {
    white-space: nowrap;
    width: 120px;
}


            .nav.nav-tabs.mainTab .nav-item .nav-link.active {background: #10c5d5;color: #fff;}
            /* vertical tab */
            .nav.nav-tabs.verticalTab {
                flex-direction: column;
            }
.index-level {    background: #c8f2f5;    color: #10c5d5;    font-weight: 500;}
.nav.nav-tabs.verticalTab .nav-item .nav-link {    border: 0;    color: #585858 ;}
    .nav.nav-tabs.verticalTab .nav-item .nav-link:hover {
        color: #10c5d5;
    }
    .nav.nav-tabs.verticalTab .nav-item .nav-link.active,
    .nav.nav-tabs.verticalTab .nav-item .nav-link.a:hover {
        color: #10c5d5;
        border: 0;
    }
.orIcon li {
    position: relative;
    margin-left: 10px;
    margin-bottom: 5px;
    min-height: 30px;
}

    .orIcon li .icon {
        display: inline-block;
        width: 25px;
        height: 30px;
        position: absolute;
        left: -50px;
        top: -3px;
        text-align: center;
    }

    .orIcon li.noCount::before {
        left: -40px;
    }

    .orIcon li.noCount {
        list-style-type: none;
        margin-left: 0;
    }

.explanationHold {
    display: none;
}
.gray-bg{background:#fbfbfb;}
.white-bg {    background: #ffffff;}
.assignment-text {    font-size: 13px;    color: #10c5d5;}
.level-text {    font-size: 18px;    margin-bottom: 5px;}

a.accordion-btn {    color: #000;    font-weight: 400;    padding-bottom: 10px;    border-bottom: 1px solid #eee;    width: 100%;    display: inline-block;    padding-right: 40px;    position: relative;}
    a.accordion-btn .arrow {
        
        position: absolute;
        right: 0;
        color: #aaa;
        padding: 0 5px;
        border: 1px solid #eee;
        bottom: 0;
        border-bottom: 0;
    }
    a.accordion-btn i {
        font-size: 24px;
        transition: all 0.5s ease-in-out;
        transform: rotate(180deg);
    }
    a.accordion-btn.collapsed i {        transition: all 0.5s ease-in-out;        transform: rotate(0deg);  float:none;clear:both;  }
.videoWrapper {    position: relative;    padding-bottom: 56.25%;    /* 16:9 */    padding-top: 0px;    height: 0;}
    .videoWrapper iframe {        position: absolute;        top: 0;        left: 0;        width: 100%;        height: 100%;   float:none; }

.collapse .card.card-body{border:0px;}
svg {
    display: block;
    width: 35px;
}
.controls input{display:none;}
.player-button {
    display: inline-block;
    height: 1em;
    background: none;
    padding: 0;
    border: none;
    font-size: 1.2em;
    position: relative;
    bottom: -0.15em;
}
.QCount{position:absolute;left:0;}
.QHold{position:relative;padding-left:20px;}
button.player-button {
    display: block;
    position: relative;
    top: 0;
    height: 35px;
}
.container-radio {
    display: inline-block;
    position: relative;
    padding: 3px 15px 3px 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #eee;
    border-radius: 20px;
}

    /* Hide the browser's default radio button */
    .container-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 6px;
    left: 7px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}
.error-msg{color:red;display:none;}
.anserHold .accordion{display:none;}
span.ans{font-weight:500;}
input.Qinput {    border-width: 0 0 1px 0;    background: transparent;    outline: none !important;}
.close-nav #menuarrow {
    display: none;
}
@media only screen and (max-width: 600px) {
    left-seec.border-right.close-nav {
        position: absolute;
        margin-left: -41%;
    }
    .html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar {
        background-color: #fff !important;
    }

    .html5-video-player:not(.ytp-touch-mode) ::-webkit-scrollbar-thumb {
        background-color: #fff !important;
        border: 1px solid #fff !important;
    }
    .close-nav #menuarrow {
        border-radius: 50%;
        position: absolute;
        right: -9px;
        height: 25px;
        border: 1px solid black;
        display: block;
        z-index: 1;
        background: red;
        color: white;
        top: 5px;
        width: 25px;
        text-align: center;
        font-weight: 500;
        border-radius: 50%;
        position: absolute;
        right: -9px;
        height: 25px;
        border: 1px solid black;
        display: block;
        z-index: 1;
        background: red;
        color: white;
        top: 5px;
        width: 25px;
        text-align: center;
        font-weight: 500;
        transform: rotateZ(-180deg);
    }
    .left-seec.border-right.close-nav-colp.close-nav.close-nav{margin-left:-41%;position:absolute;}
    /*.left-seec.border-right.close-nav {margin-left:-41%;position:absolute;
    }*/
  .main-container.open-main {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 30px;
    }
   
    .mr-3.btn-secondary{margin-bottom:8px;}
    .btn-secondary {
        width: 100%;
        width: 100%;
        text-align: center;
    }
    .btn-primary{width:100%;text-align:center;}
        .btn-primary.mr-3 {
            margin-bottom: 8px;
        }
}