@font-face {
    font-family: 'shabnam';
    src: url(../fonts/Shabnam.ttf);
}
@font-face {
    font-family: 'trueBold';
    src: url(../fonts/truenoexbd.otf);
}
@font-face {
    font-family: 'trueIt';
    src: url(../fonts/truenolt.otf);
}
body{
    background-color: #E3E1D9;
    font-family: 'shabnam';
    margin-top: 0;
    margin-left: 0;
    width: 100%;
}
a:link {
    text-decoration: none;
    
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
input{
    width: calc(100% - 20px);
    border-radius: 5px;
    outline: unset;
    border: 1px solid #454545;
    padding: 10px;
    font-family: 'shabnam';
}
.serachInput{
    width: 300px;
    float: left;
    direction: ltr;
}
.searchSelect{
    float: left;
    margin-left: 10px;
    border-radius: 5px;
    outline: unset;
    border: 1px solid #454545;
    padding: 10px;
    font-family: 'shabnam';
    cursor: pointer;
}
.header-div{
    background-color: #f9f9f9;
    width: 100%;
    height: 75px;
    left: 0;
    top: 0;
    margin-bottom: 80px;
    box-shadow: 2px 2px 6px #ccc;
}
.header-div a{
    overflow: hidden;
    float: right;
    margin-right: 15px;
    color: #1f1f1f;
    font-size: 17px;
    transition: 0.4s;
    margin-top: 25px;
}
.header-div a:hover{
    color: #615ae4;
}
.mainSubmitButton{
    padding: 5px 10px;
    background-color: unset;
    border: 1px solid #403ab8;
    color: #403ab8;
    font-family: 'shabnam';
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
}
.mainSubmitButton:hover{
    background-color: #403ab8;
    color: #f1f1f1;
}
#logout-btn{
    padding: 2px 6px;
    font-family: 'shabnam';
    float: left;
    margin-top: 25px;
    color: #1f1f1f;
    margin-left: 15px;
    font-size: 16px;
    transition: 0.4s;
    cursor: pointer;
    background-color: #f9f9f9;
    border: unset;
}
#logout-btn:hover{
    color: #615ae4;
}
#form-container-1,
#form-container-2,
#next-btn,
#register-form-container,
#finalize-form{
    display: none;
}

.login-container{
    width: 100%;
    height: fit-content;
    min-height: 90vh;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-form-container{
    background-color: #f9f9f9;
    width: calc(100% - 80px);
    max-width: 500px;
    overflow: hidden;
    border-radius: 20px;
    padding: 30px;
    direction: rtl;
    box-shadow: 2px 2px 6px #ccc;
}
.form-change-text{
    display: inline;
    font-size: 14px;
    color: #615ae4;
    cursor: pointer;
    transition: 0.2s;
}
.form-change-text:hover{
    color: rgb(55, 100, 9);
}
.errors-container{
    width: 96%;
    max-width: 500px;
    overflow: hidden;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
    direction: rtl;
}
.container{
    width: 98%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}
.profile-container{
    width: 98%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.cont-box{
    background-color: #f9f9f9;
    width: calc(100% - 75px);
    overflow: hidden;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    margin-top: 40px;
    direction: rtl;
    box-shadow: 2px 2px 6px #ccc;
}
.courses-table{
    display: block;
    overflow-x: auto;
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
}
.courses-table th{
    text-align: center;
    color: #f5f5f5;
    padding: 10px;

}
.courses-table tr:nth-child(even){
    background-color: #dedede;
}
.courses-table tr:nth-child(1){
    background-color: #51829B;
    border-radius: 20px;
}
.courses-table td{
    text-align: center;
    padding: 10px;
}
.courses-table td:nth-child(1),
.courses-table th:nth-child(1){
    text-align: right;
    padding-right: 15px;
}
.gray{
    background-color: #bebebe;
}
.red{
    background-color: rgb(255, 65, 65);
}
.green{
    background-color: rgb(83, 246, 121);
}
.orange{
    background-color: rgb(255, 176, 29);
}
.blue{
    background-color: rgb(115, 150, 247);
}
.courseShowFile,
.courseSendAdmin,
.editCourseBtn,
.courseDuplicate,
.refuteCourseEditBtn,
.courseEdit,
.userEditRole,
.courseEditStatus,
.courseAdminEditSatus,
.userRoleBtn,
.adminUserPass{
    display: block;
    width: fit-content;
    background-color: #1d41a6;
    color: #e2e2e2;
    padding:3px 10px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    transition: 0.4s;
    cursor: pointer;
    z-index: 999;
}

.courseEdit:hover,
.userEditRole:hover,
.courseEditStatus:hover{
    background-color: #406eed;
}
.courseShowFile{
    background-color: #5e7ed7;
    display: block;
    float: right;
    margin: 5px;
}
.courseShowFile:hover{
    background-color: #264fbe;
}
.courseSendAdmin{
    background-color: #163385;
    display: none;
    float: right;
    margin: 5px;
}
.courseSendAdmin:hover{
    background-color: #10214f;
}
.editCourseBtn{
    background-color: #e6cc4a;
    color: #1f1f1f;
    display: none;
    float: right;
    margin: 5px;
}
.editCourseBtn:hover{
    background-color: #ddb01c;
}
.courseDuplicate{
    background-color: #b348b5;
    display: block;
    float: right;
    margin: 5px;
}
.courseDuplicate:hover{
    background-color: #a02fa2;
}
.courseAdminEditSatus{
    background-color: #f8ae46;
    color: #1f1f1f;
    display: block;
    float: right;
    margin: 5px;
}
.courseAdminEditSatus:hover{
    background-color: #d99c23;
}
.userRoleBtn{
    background-color: #5f50fb;
    display: block;
    float: right;
    margin: 5px;
}
.userRoleBtn:hover{
    background-color: #3e2496;
}
.adminUserPass{
    background-color: #984422;
    display: block;
    float: right;
    margin: 5px;
}
.adminUserPass:hover{
    background-color: #642106;
}
.editCourse{
    display: none;
    width: 99%;
    position: absolute;
}
.showFile-cont{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}
.showFileBack{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    background-color: #131313ee;
    
}
.sendAdminCont,
.courseDuplicateCont{
    display: none;
    overflow: hidden;
    background-color: #f9f9f9;
    color: #1f1f1f;
    direction: rtl;
    margin: 100px 50px 30px 50px;
    padding: 15px;
    clear: both;
    border-radius: 7px;
    border: 1px solid rgb(193, 193, 193);
}
.duplicate-confirm,
.send-confirm{
    width: fit-content;
    display: block;
    background-color: #355ac0;
    padding: 4px 6px;
    float: left;
    color: #f1f1f1;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.4s;
}
.send-confirm:hover{
    background-color: #1a357e;
}
.editContainer{
    display: block;
    position: relative;
    width: calc(100% - 60px);
    max-width: 720px;
    padding: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #dcdcdc;
    border-radius: 10px;
}
.courseEditForms{
    display: none;
    position: relative;
    width: 98%;
    max-width: 1440px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}
.closeShow{
    display: block;
    position: relative;
    max-width: 540px;
    padding: 12px;
    text-align: center;
    font-size: 30pt;
    color: #E3E1D9;
    overflow: hidden;
    cursor: pointer;
}
.fileContainer{
    display: block;
    overflow: hidden;
    padding: 15px;
    border: 1px solid rgb(106, 106, 106);
    border-radius: 5px;
    margin-top: 40px;
}
.fileContainer img{
    width: 100%;
}
.downloadImage{
    margin-top: 10px;
    width: calc(100% - 40px);
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #615ae4;
    color: #615ae4;
    border-radius: 8px;
    transition: 0.4s;
}
.downloadImage:hover{
    background-color:#615ae4;
    color: #dcdcdc;
}
.add-new-course{
    display: block;
    width: fit-content;
    padding: 4px 8px;
    background-color:#1d41a6;
    color: #f1f1f1;
    border-radius: 7px;
    outline: unset;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'shabnam';
    transition: 0.4s;
}
.add-new-course:hover{
    background-color:#615ae4;
}
.form-container{
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #777777;
    overflow: hidden;
}
.imageForm-1{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 816px;
    height: 1056px;
    direction: ltr;
}
.imageForm-1-top{
    display: block;
    width: 100%;
    height: 294px;
    background-color: #26086a;
}
.imageForm-1-top img{
    margin-top: 58px;
    margin-left: 64px;
}
.imageForm-1-top #title,
.imageForm-1-top #title_edit{
    display: block;
    background-color: #26086a;
    min-width: 670px;
    min-height: 120px;
    height: fit-content;
    overflow: hidden;
    margin-top: 45px;
    margin-left: 60px;
    font-family: 'trueBold';
    font-size: 34px;
    color: #fff;
    outline: unset;
    border: 1px solid #757575;
    resize: none;
}
.imageForm-1-bottom{
    display: block;
    width: 100%;
    height: 732px;
    padding-top: 30px;
    background-color: #471791;
}
.imageForm-1-bottom p{
    margin-left: 60px;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
}
.imageForm-1-bottom #description,
.imageForm-1-bottom #description_edit{
    display: block;
    background-color: #471791;
    width: 665px;
    min-height: 360px;
    height: fit-content;
    overflow: hidden;
    margin-top: 20px;
    margin-left: 60px;
    font-family: 'trueIt';
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
    outline: unset;
    border: 1px solid #757575;
    resize: none;
}
.imageForm-2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1291px;
    height: 997px;
    direction: ltr;
    background-color: #fff;
    border: 1px solid rgb(121, 121, 121);
}
.detailGrid{
    display: block;
    width: calc(100% - 150px);
    margin-left: 60px;
    margin-top: 20px;
}
.detailColumn{
    float: left;
    display: block;
    position: relative;
    height: 800px;
    width: 300px;
}
.kahootTitleBox{
    display: block;
    position: relative;
    width: 240px;
    height: 62px;
    margin-top: -25px;
    background-color: #e9daf7;
    font-size: 24px;
    font-weight: 700;
    color: #451791;
}
.kahootTitleBox p{
    margin-left: 15px;
    line-height: 65px;
}
.detailColumn #title3,
.detailColumn #title3_edit,
.detailColumn #duration,
.detailColumn #duration_edit,
.detailColumn #audience,
.detailColumn #audience_edit{
    width: 100%;
    min-height: 145px;
    height: fit-content;
    outline: unset;
    border: 1px solid #757575;
    resize: none;
    font-family: 'trueIt';
    font-size: 20px;
    z-index: 9;
}
.detailColumn #audience,
.detailColumn #audience_edit{
    min-height: 160px;
}
.detailColumn #goals,
.detailColumn #goals_edit,
.detailColumn #other,
.detailColumn #other_edit{
    width: 100%;
    min-height: 248px;
    height: fit-content;
    outline: unset;
    border: 1px solid #757575;
    resize: none;
    font-family: 'trueIt';
    font-size: 20px;
}
.detailColumn #other,
.detailColumn #other_edit{
    min-height: 270px;
}
.detailColumn #suggestion,
.detailColumn #suggestion_edit{
    width: 100%;
    min-height: 580px;
    height: fit-content;
    outline: unset;
    border: 1px solid #757575;
    resize: none;
    font-family: 'trueIt';
    font-size: 20px;
}
.charText{
    font-size: 12px;
}
.count{
    margin-right: 5px;
    color: #1d41a6;
}

.image-submit{
    background-color:#1d41a6;
    color: #f1f1f1;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    border: unset;
    outline: unset;
    transition: 0.4s;
    font-family: 'shabnam';
}
.image-submit:hover{
    background-color:#615ae4;
}
#imageContainer_1,
#imageContainer_1_edit,
#imageContainer_2,
#imageContainer_2_edit{
    display: none;
    justify-content: center;
    margin-top: 30px;
    width: calc(100% - 30px);
    padding: 20px 15px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #777777;
}

.next-btn{
    display: block;
    position: relative;
    width: calc(100% - 20px);
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #615ae4;
    color: #615ae4;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: 0.4s;
    font-family: 'shabnam';
}
.next-btn:hover{
    background-color:#615ae4;
    color: #dcdcdc;
}
.final-submit,
.final-submit_edit{
    display: block;
    position: relative;
    width: calc(100%);
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background-color: #dfb306;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: 0.4s;
    font-family: 'shabnam';
    outline: unset;
    border: unset;
}
.final-submit:hover{
    background-color:#ffcb1e;
}
.waitingColor{
    background-color: #777777;
}
.userColor{
    background-color: #a8ffb5;
}
.adminColor{
    background-color: #8fafff;
}
.editUserForm{
    direction: rtl;
}
.editUserForm input{
    width: fit-content;
    cursor: pointer;
}
.editUserForm label{
    cursor: pointer;
}
.panelInfo{
    display: flex;
    flex-direction: row;
    align-items: first baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18;
}
.kahootInfo{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18;
}
.kahootInfo span{
    margin: 0 5px 0 20px;
    padding: 4px 8px;
    border: 1px dotted #545050;
    border-radius: 4px;
}
.guid-div{
    margin-top: 15px;
}
.kahootInfo button,
.guid-div button{
    padding: 4px 6px;
    font-family: 'shabnam';
    font-size: 16px;
    outline: unset;
    border: unset;
    background-color: #4132b2 ;
    color: #f1f1f1;
    border-radius: 6px;
    transition: 0.4s;
    cursor: pointer;
}
.kahootInfo button:hover,
.guid-div button:hover{
    background-color: #5c4cd1 ;
}
.kahootInfo input{
    width: 150px;
    margin: 0 5px 0 20px;
}

.fieldset{
    width: 100%;
    border: 1px solid #10214f;
    border-radius: 5px;
}

