/* :root{
    background: #141414!important;
    color: #e5e5e5!important;
} */

.unstyled {
    -webkit-appearance: none;
}
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
/* 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-p{
    cursor: pointer;
}
.mainmenu{
    position: fixed;
    z-index: 1000;
    width: 5vw;
    height: 5vh;
    right: 1.3vw;
    top: 4vh;
}
.mainmenu .fa-bars{
    color: #fff;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#dersvideoplayer{
    margin-top: 20px;
    width: 100%;
    min-height: 450px;
}
.qr-zemin{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000000000;
    background-color: rgba(0, 0, 0, .9);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: .4s;
}
.qr-zemin .qr-explain{
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}
.qr-zemin .qr-container{
    width: 100%;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qr-zemin .qr-container img{
    width: 200px;
    height: 200px;
}
.qr-zemin .qr-close{
    margin-top: 70px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
}

.dersvideocontainer{
    width:100%;
    padding:5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
}

.dersvideocontainer .ders-item{
    width: 100%;
    border: 1px solid transparent;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    transition: .4s;
}
.dersvideocontainer .ders-item:hover{
    border: 1px solid #e5e5e5;
}
.dersvideocontainer .ders-item .icon{
    margin-right: 5px;
    text-align: center;
    flex: 1;
    font-size: 30px;
    /* border: 1px solid red; */
    position: relative;
}
.dersvideocontainer .ders-item .icon .cizgi{
    position: absolute;
    border-left: 4px solid #738E9F;
    height: 40px;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
}
.dersvideocontainer .ders-item .icon:last-child .cizgi{
    border-left: 0px solid transparent!important;
}
.dersvideocontainer .ders-item .title{
    margin-right: 5px;
    text-align: left;
    flex: 8;
    font-size: 16px;
}
.dersvideocontainer .ders-item .time{
    text-align: center;
    flex: 1;
    font-size: 16px;
}
.izlendi{
    color: rgb(135, 224, 135);
}
.izlenmedi{
    color: #e5e5e5;
}
.izleniyor{
    color: rgb(185, 90, 127);
}
.yenizemin{
    background: #141414;
}
.yenicizgi{
    color: #738E9F;
}
.yeniyazi{
    color: #e5e5e5;
}
.f28{
    font-size: 28px!important;
    color: #e5e5e5!important;
}
.f16{
    font-size: 16px!important;
    color: #e5e5e5!important;
}
.paragrafresim{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    overflow: hidden;
    opacity: .2;
}
.paragrafresim img{
    width: 100%;
}
.paragrafmetin{
    /* border: 1px solid red; */
    position: absolute;
    top: 275px;
    padding: 10px!important;
}

.anasayfabox{
    position: fixed;
    width: 200px;
    background: greenyellow;
    top: 30px;
    left: -160px;
    z-index: 10000000;
    border-radius: 0 10px 10px 0;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .4s;
}
.anasayfabox:hover{
    left: 0px;
}
.anasayfabox .boxmtn{
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.anasayfabox .fa-arrow-alt-circle-right{
    font-size: 20px;
    color: #333;
}
.ilkok{
    margin-right: 15px!important;
}
.cikiszemin{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141414;
    z-index: 999;
    display: none;
}
.profile_image{
    z-index: 997!important;
}
.top-menu-container{
    position:fixed;
    width:50%;
    height:50px;
    border-radius:10px;
    left:25%;
    top:-60px;
    padding:0 10px;
    background:#fff;
    z-index:5000000000000;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    transition:.4s;
}
.top-menu-container .menu{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
}