@import "responsive.css";
.flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#video{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: rgba(0,0,0,0.5);
}
#video .panel{
    max-height: 98vh;
    overflow-y: scroll;
}
.progres {
    height: 5px;
    margin: 22px 5px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#splash{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    justify-content: space-around;
    align-items: center;
    z-index: 1001;
    background-color: rgba(0,0,0,0.3);
}
#splash p{text-align: center;}
#mainMenu ul li a.active{
    color: #1FB19B !important;
}
/* LOADER */
.loader{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}
#loader-2 span{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #3498db;
    margin: 35px 5px;
}

#loader-2 span:nth-child(1){
    animation: bounce 1s ease-in-out infinite;
}

#loader-2 span:nth-child(2){
    animation: bounce 1s ease-in-out 0.33s infinite;
}

#loader-2 span:nth-child(3){
    animation: bounce 1s ease-in-out 0.66s infinite;
}

@keyframes bounce{
    0%, 75%, 100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    25%{
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}
/* general */
.text-default {
    color: inherit ;
}
.top-right-abs{
    position: absolute;
    top: 5px;
    right: 15px;
}
.hover-shadow:hover{
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
    border-radius: 0.5rem;
}
.card-shadow{
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 2px 6px 2px rgba(60,64,67,0.149);
    border-radius: 0.5rem;
}
.modal-backdrop {
    z-index: 1010 !important;
    /*opacity: 0;*/
}
.rtl{
    direction: rtl!important;
}
.flex-end{
    justify-content: flex-end;
}
a.btn-round i{line-height: 36px !important}
.fa, .fab, .fad, .fal, .far, .fas {
    line-height: inherit;
}
.modal-header .close {
    top: 20px !important;
    font-weight: bold !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    overflow-wrap: break-word;
}

.parallax-container {
    transition: opacity .3s linear;
}
#page-title[data-bg-parallax], [data-bg-parallax] {
    background-color: #f4be00;
}
#page-title-cover {
    background-size: contain !important;
    height: 250px !important;
}
/* shared */
ul#student-list {
    max-height: 500px;
    overflow-y: scroll;
}
/* video */
#video form li{list-style-type: none;}
#video input:disabled{
    background: gray;
}
#video input:disabled:hover::before{
    background: gray;
    border: 1px solid #d4d4d5;
}

/*player */
#alert-login{
    display: none;
    position: relative;
    z-index: 1001;
    margin: 20px;
}
#navigation-qst{
    display: none;
}

.bPlayer {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    background: #333;
    /*   border: 4px solid rgba(0, 0, 0, 0.5); */
    border-radius: 4px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
    /*   area for range, time */
}

.bPlayer:fullscreen {
    max-width: none;
    width: 100%;
}
.bPlayer:-webkit-full-screen {
    max-width: none;
    width: 100%;
}

.bPlayer input[type="range"].input-range-volume {
    margin-left: 10px;
    width: 100px;
}

.bPlayer input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 12px;
    height: 5px;
    background: #000;
    cursor: pointer;
}
.bPlayer input[type="range"]::-moz-range-thumb {
    width: 15px;
    height: 2px;
    background: #000;
    cursor: pointer;
}


.bPlayer .video {
    width: 100%;
    height: 100%;
}
/* Volume */
.bPlayer .video .input-range-wrapper {
    align-self: center;
    height: 17px;
    padding-right: 26.5px;
    padding-left: 26.5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.bPlayer .video input[type="range"].input-range-volume {
    margin-left: 10px;
    width: 100px;
}
/*end volume*/


.bPlayer .progressRng, .bPlayer span {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    transition: bottom .5s;
    -webkit-transition: .5s;
}
.bPlayer span {
    width: 10%;
    color: #fff;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
.bPlayer span.current {
    left: 15px;
    text-align: left;
    bottom: 0px;
    font-size: .9em;
}
.bPlayer span.duration {
    right: 15px;
    text-align: right;
    bottom: 0px;
    font-size: .9em;
}
.bPlayer .progressRng {
    background: #938e8e;
    height: 5px;
    bottom: 20px;
}
.bPlayer:hover .progressRng, .bPlayer:hover span {
    /*bottom: 40px;*/
    right: 0;
}

.bPlayer .ctrlArea {

    position: absolute;
    left: 0;
    right: 0;
    height: 40px;
    bottom: 0px;
    background-color: #33333373;
    display: none;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: .5s;
}

.bPlayer:hover .ctrlArea {
    opacity: 1;
    display: flex;
    flex-direction: row;
    z-index: 1002;
}
.bPlayer .infoArea {
    position: absolute;
    padding: 10px 25px;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #33333373;
    display: none;
    opacity: 0;
    transition: opacity .5s;
    -webkit-transition: .5s;
}
.bPlayer .infoArea h2{
    text-align: center;
}
.bPlayer .infoArea #unit-info{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.bPlayer .infoArea #unit-info p{
    text-align: end;
}
.bPlayer:hover .infoArea {
    opacity: 1;
    display: flex;
    flex-direction: row;
    z-index: 1002;
    color: white;
}

.bPlayer .ctrlArea button {
    width: 20px;
    margin: 0 22px;
    background: transparent;
    color: #fff;
    font-size: 120%;
    border: none;
    outline: none;
    cursor: pointer;
}

.bPlayer .ctrlArea .volume, .bPlayer .ctrlArea .speed {
    height: 10px;
    width: 28%;
    margin-left: 10px;
}
/*markers*/
#tickmarks{display: block;}
#tickmarks option{
    cursor: cell;
    position: absolute;
    top: 6px;
    background: #f1c40f;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: black;
    text-align: center;
    line-height: 21px;
}
/* grid */
#galery img {
    height: 150px;
    width: 100%;
}

#galery .item {
    margin: 15px 0;
}
#galery .item  .p-dropdown{
    position: absolute;
    top: 10px;
    z-index: 10;
    left: 10px;
}
#galery .item  #play{
    background: url('../img/play.png');
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 30px);
    z-index: 1;
    opacity: 0.8;
}
#galery .item-card {
    transition: 0.5s;
    cursor: pointer;
    padding: 15px;
    background-color: white;
}
#galery .item-card-title {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    transition: 1s;
    cursor: pointer;
}
#galery .item-card-title i {
    font-size: 15px;
    transition: 1s;
    cursor: pointer;
    color: #ffa710;
}
#galery .card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #18d4ca;
}
#galery .card:hover {
    transform: scale(1.05);
    transition-duration: .5s;
    opacity: 1;
}
#galery .card .p-dropdown{
    display: none;
}
#galery .card:hover .p-dropdown{
    display: block;
}
/*#galery .card .card-footer{*/
/*    display: none;*/
/*}*/
/*#galery .card:hover .card-footer{*/
/*    display: block;*/
/*}*/
#galery .card {
    box-shadow: -1px 4px 15px rgb(0 0 0 / 12%);
}
.card.disable , .ac-item.disable{
     box-shadow: none !important;
     opacity: 0.7;
 }

#galery .card:hover #play{
    opacity: 1;
}
#galery .card-text {
    white-space: pre-wrap;
}
#galery .card:hover p{
    text-decoration: none !important;
}
#galery .card img{
    width: 100%;
}

#galery .card::before,
#galery .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform 0.3s ease-out 0s;
    background: rgba(255, 255, 255, 0.1);
    content: "";
    pointer-events: none;
}
#galery .card::before {
    transform-origin: left top;
}
#galery .card::after {
    transform-origin: right bottom;
}
#galery .card:hover::before,
#galery .card:hover::after,
#galery .card:focus::before,
#galery .card:focus::after {
    transform: scale3d(1, 1, 1);
}
#galery #card{
    max-width: 100%;
    background-color: white;
}

.gallery a.item,
.gallery a.item:hover {
    color: inherit;
    text-decoration: none;
}

.gallery .item .card-img-top {
    width: 100%;
    height: auto;
    max-height: 180px;
}

.gallery a.item .card:hover,
.gallery .video:hover {
    box-shadow: .1rem .5rem 2rem rgba(36 ,177 ,154 , 0.3) !important;
}

img.unit-cover {
    width: 100%;
    max-width: 925px;
    height: 200px;
    margin-bottom: 2rem;
}

.item.video a {
    position: relative;
}

.item.video i.fa-play {
    z-index: 2;
    opacity: 0;
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 50px;
    text-align: center;
    margin: auto;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: opacity 300ms ease 0s;
}
.item.video #img-container:hover i.fa-play {
    opacity: 1;
}
.item.video #img-container:hover  #overlay  {
    /*display: block;*/
    opacity: 1;
}
#overlay {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition:opacity .5s;
    background-color: rgba(36 ,177 ,154 , 0.4);
    z-index: 2;
    cursor: pointer;
}

.gallery .video a:hover i {
    opacity: 1;
}

.item.video a.card-title{
    color: black;
    font-weight: 500;
}
.item.video a.card-title:hover{
     color: #24b19a;
 }
.toolbox {
    text-align: right;
    margin-bottom: 1em;
}

.modal.full-screen {
    padding: 0 !important;
    z-index: 1030;
}

.modal.full-screen .modal-dialog {
    margin: 0 !important;
    min-width: 100%;
}
#quizModal.modal.full-screen .modal-body {
    margin-bottom: 150px !important;
}

.modal.full-screen .modal-dialog .modal-content {
    min-height: 100vh;
}
.modal.full-screen .modal-footer {
    z-index: 1032;
    background-color: white;
    width: 100%;
    padding: 10px 30px;
}
#quizModal .modal-footer {
    position: fixed;
    bottom: 0;
}
#score-container{
    background: #fcf8e3;
    padding: 5px;
    border: 1px solid black;
    margin: 0 5px;
    border-radius: 5px;
    font-weight: bold;
}
#score{
    font-size: 1.4em;
}

/* upload */
.box {
    width: 100%;
    height: 200px;
    background: #4e4e4e !important;
    color: white;
    font-weight: bolder;
    transition: all .3s;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: left;
    padding: 10px 0;
    box-sizing: border-box;
    border: 5px dotted #24b19a;
    cursor: pointer;
    flex-wrap: wrap-reverse;
    flex-direction: column;
}
.box .files{
    max-height: 80%;
    overflow-y: scroll;
    max-width: 50%;
}
.box.small {
    width: 100% !important;
    height: 200px !important;
    margin: 0;
}
.card-shadow .btn-submit{
    width: 100%;
    margin: 10px 0;
    background-color: #24b19a;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 5px;
}

.box:hover ,.box.entered{
    background: #24b19a !important;
}
.box p{
    color: white ;
    font-size: 1.2em;
}
.box.entered {
    box-shadow: inset 0 0 10px #aaa;
}

.box .words {
    padding: 0 10px;
    font-size: 1rem;
    width: 50%;
    text-align: center;
}

.box code {
    background: #1C90F3;
    white-space: nowrap;
    display: inline-block;
    padding: 0 3px;
    line-height: 1.4;
    border-radius: 3px;
}

.box .file-name {
    position: relative;
    font-size: 14px;
    background-color: #f5f5f596;
    color: black;
    line-height: 1.8;
    max-width: 400px;
    min-width: 140px;
    padding: 0 10px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid;
    text-overflow: ellipsis;
}

.box .file-name:before {
    content: '\1F4CE';
    display: inline-block;
    margin-right: 5px;
}
.box .file-name span.fa.fa-trash {
    position: absolute;
    right: 0;
}
.dropzone--clickable {
    background: #26d4bc !important;
    border-color: aliceblue !important;
}
.box .fa-trash:hover{color: #bf5329}
/* refactor */
i.round{
    background: #c2c2c2;
    color: white;
    border-radius: 50%;
    padding: 0.4em;
    font-size: 1.2em;
    margin: 0.2em;
    line-height: 1;
}
.accordion .ac-item .ac-title:before , .accordion .ac-item .ac-title:after{
    content: '' !important; /*  to hide colapsable +/-  */
}
.accordion .ac-item .date{
    font-weight: 300;
    line-height: 42px;
    letter-spacing: inherit;
    font-size: 0.85rem;
}
.accordion .p-dropdown .btn-shadow{
    box-shadow: 0 0px 8px #efefef !important;
}
.line.small {
    margin: 25px 0 !important;
}
.text-dotted {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.text-default{
    color: inherit;
}
.fit-content{
    width: fit-content;
}
.sidebar-menu li a.active {
    color: #1FB19B;
}
.media-hover{
    transition: .3s;
}
.media-hover:hover{
    background-color: rgba(34, 81, 255, 0.95);
    color: #ffffff;
    box-shadow: 0 6px 38px rgba(0, 0, 0, 0.05);
}
.media-hover .media-body{
    max-width: calc(100% - 100px);
}
.media-hover:hover h5{
    transform: scale(1.1);
    color: #ffffff;
}
.overflow-visible {
    overflow: visible;
}

.sidebar-menu li {
    padding: 10px 0;
}
.tabs .nav-tabs .nav-link.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
}

/* themes */
.theme {
    margin-bottom: 2em;
    border-radius: 0.5rem;
}
.theme > .header {
    border-bottom: 1px solid #b9b9b9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}
.theme > .header > .title {
    text-decoration: none;
    font-weight: 600;
    color: #1f1f1f;
    font-size: 20px;
    margin-left: 0.5rem;
}
.theme > .header > .title:hover {
    /*color: #1f1f1f !important;/*/
}
.theme .btn-round {
    border-color: white !important;
}
.theme > .accordion > .ac-item {
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    transition: margin 300ms ease 0s;
}
.theme > .accordion > .ac-item.ac-active {
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
}
.theme > .accordion > .ac-item:first-child.ac-active {
    margin-top: 0;
    margin-bottom: 1rem;
}
.theme > .accordion > .ac-item:last-child.ac-active {
    margin-bottom: 0;
}
.theme > .accordion > .ac-item > .ac-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: -16px;
}
.theme > .accordion > .ac-item > .ac-title:before {
    content: unset !important;
}
.theme > .accordion > .ac-item > .ac-title:after {
    content: unset !important;
}
.theme > .accordion > .ac-item > .ac-title > h5 {
    margin-bottom: 0;
}
.theme > .accordion > .ac-item > .ac-title > .p-dropdown {
    opacity: 0;
    transition: opacity 300ms ease 0s;
}
.theme > .accordion > .ac-item:hover > .ac-title > .p-dropdown {
    opacity: 1;
}
.custom-shadow {
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 2px 6px 2px rgba(60, 64, 67, 0.149);
}
/* SCROLLBARS */
.scrollbar-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-pink::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-pink::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ec407a; }

.scrollbar-pink {
    scrollbar-color: #ec407a #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5; }

.scrollbar-indigo {
    scrollbar-color: #3f51b5 #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000; }

.scrollbar-black {
    scrollbar-color: #000 #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-lady-lips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef),
    to(#fecfef));
    background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); }

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; }

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5; }

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ce041c), to(#4e4e4e));
    background-image: -webkit-linear-gradient(bottom, #ce041c 0%, #4e4e4e 100%);
    /*background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);*/
    /*background-image: linear-gradient(to top, #ce041c 0%, #4e4e4e 100%);*/
    background-image: linear-gradient(to top, #003948 0%, #30b39e 100%);
}

.bordered-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #ec407a; }

.bordered-pink::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none; }

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3f51b5; }

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none; }

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #000; }

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none; }

.square::-webkit-scrollbar-track {
    border-radius: 0 !important; }

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important; }

.thin::-webkit-scrollbar {
    width: 6px; }

/* comments */
.comments .comment .image {
    display: flex;
    height: 50px;
    text-align: center;
    width: 50px;
    border: 2px solid black;
    border-radius: 50%;
}

.quiz-result {
    display: flex;
    align-items: center;
    padding: 1rem;
}
#quizModal .quiz .card-body .close{
    display:none;width: auto; position: absolute; top: -15px; right: -15px;
}
#quizModal .quiz:hover .card-body .close{display: block!important;}

#cover-section > img {
    width: 100%;
    min-height: 100px;
    margin-top: 10px;
}

.ac-item .ac-content {
    display: none;
}

.pie-chart span.value {
    font-size: 16px;
}

.bootstrap-datetimepicker-widget table td span {
    background-color: #337ab7;
    color: #ffffff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


/*Quizez modals*/
.quiz-result.active.border{
    border: 2px solid #1fb19b !important;
}


a.btn.btn-round.active {
    background-color: #89bb96;
}

a.btn.btn-round:hover {
    background-color: #81ad88;
}
