@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');



*{

    font-family: 'Roboto', sans-serif;

}

.innersubject a {
    color: #fff;
}

/*Login Page CSS*/

.loginmain {

    background-image: url(../images/bg.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    height: 100%;

}

.loginmain .row {

    background: #fff;

}

.loginmain .col-md-7 {

    padding: 6% 8%;

    padding-bottom: 4%;

}

.login-box {

    padding: 35px;

    background: #eee;

    text-align: center;

    border: 1px solid #cbcbcb;

    border-radius: 3px;

}

.logol {

    width: 200px;

}

.login-box h3 {

    color: #4b4b4b;

    font-size: 15px;

    padding-top: 10px;

    padding-bottom: 15px;

    border-bottom: 1px solid #ccc;

}

.loginmain form input {

    display: block;

    width: 100%;

    margin-bottom: 20px;

    background: #eee;

    border: 1px solid #ccc;

    padding: 7px;

    font-size: 14px;

    border-radius: 3px;

}

.loginmain form {

    padding: 0px 40px;

    margin-top: 25px;

}

.login-box button {

    background: #e79c3e;

    color: #fff;

    border: none;

    font-size: 14px;

    padding: 5px 20px;

}

.login-box a {

    color: #595959;

    font-family: 'Open Sans Condensed', sans-serif;

}

.apply {

    display: block;

    margin-top: 25px;

}

.apply span {

    color: #e79c3e;

    font-family: 'Open Sans Condensed', sans-serif;

}

.loginmain .col-md-5 {

    background: url(../images/limg.jpg   );

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

}

.scholerzlogo {

    width: 150px;

    display: block;

    margin: 0px auto;

    padding-top: 60px;

}

.forgotsubmit {

    display: flex;

    justify-content: space-between;

}

.loginmain {

    padding: 5% 0px;

    height: 100vh;

}

#apply h3 {

    color: #5c5c5c;

    font-size: 22px;

    font-family: 'Open Sans Condensed', sans-serif;

    margin-top: 20px;

    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;

}

#apply form label, #apply form input ,#apply form select{

    color: #9c9c9c;

    font-size: 16px;

    display: block;

    font-family: 'Open Sans Condensed', sans-serif;

}

#apply input,#apply form select {

    border: 1px solid #9c9c9c;

    padding: 8px;

    width: 95%;

    border-radius: 3px;

    height: 39px;

}

#apply .form-group {

    width: 33.33%;

    float: left;

}

#apply .row button {

    background: #e79c3e;

    color: #fff;

    border: none;

    font-size: 14px;

    padding: 5px 20px;

    float: right;

    margin-right: 3%;

}

#scholerzimga {

    display: block;

    margin: 0px auto;

    padding-top: 50px;

    width: 150px;

}

.close {

    position: absolute;

    right: 10px;

    z-index: 999;

}

.row.modal-body {

    padding-left: 30px;

}

.apply {

    cursor: pointer;

}

#applicationimg {

    color: #dfdfdf;

    text-transform: uppercase;

    font-weight: 900;

    font-family: 'Anton', sans-serif;

    -webkit-transform: rotate(-90deg);

    -moz-transform: rotate(-90deg);

    transform: rotate(-90deg);

    font-size: 62px;

}

#applicationimg {

    position: absolute;

    right: 0px;

    top: 60%;;

}

@media screen and (max-width: 992px) {

#apply .modal-dialog {

    max-width: 90%;

}

}

@media screen and (max-width: 768px) {

    #applicationimg {

    display: none;

}

#apply .form-group {

    width: 50%;

    float: left;

}

.loginmain form {

    padding: 0px;

    margin-top: 25px;

}

.login-box {

    padding: 20px;

}

.loginmain {

    padding: 5% 10px;

    height: 100vh;

}

#apply .row button {

    float: left;

}

}



@media screen and (max-width: 380px) {

  #apply .form-group {

    width: 100%;

    float: none;

}

}



/*Dashboard CSS*/

ul {

    padding: 0px;

    list-style: none;

}

.dashboard .container {

    max-width: 100%;

}

.dashboard .col-md-1, .dashboard .col-md-11 {

    padding: 0px;

}


.top_db {

    padding-top: 25px;

}

.top_db li,.bottom_db li {

    margin-bottom: 20px;

}

.bottom_db {

    margin-bottom: 0px;

}

.bottom_db {

    position: absolute;

    left: 20px;

    bottom: 20px;

}

.righmainbox .row {

    margin: 0px;

}

.dashboardbothead {

    color: #dfdfdf;

    text-transform: uppercase;

    font-weight: 900;

    font-family: 'Anton', sans-serif;

    font-size: 62px;

}
.dashboardbothead {
    writing-mode: vertical-lr;
    width: 70px;
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: -60px;
    top: 100px;
    transform: rotate(180deg);
}
@media screen and (min-width: 992px) {

   .dashboardbothead {
    position: fixed;
    left: 30px;
    transform: rotate(180deg);
}
}
@media screen and (min-width: 1200px) {

   .dashboardbothead {
    position: fixed;
    left: 50px;
    transform: rotate(180deg);
}
}
@media screen and (min-width: 1536px) {

   .dashboardbothead {
    position: fixed;
    left: 70px;
    transform: rotate(180deg);
}
}
@media screen and (min-width: 1836px) {

   .dashboardbothead {
    position: fixed;
    left: 100px;
    transform: rotate(180deg);
}
}
.leftoverview {
    min-height: 700px;
}
.course_ov,.dashboardlist {
    padding-bottom: 60px;
}
.footer_bottom_logo {
    margin-top: -55px;
}
.topsection img {

    width: 110px;

    margin-top: 25px;

}
.overlay {
    display: none;
}
.preview {
    height: 100px;
    width: 100px;
    display: inline-block;
    margin-right: 10px;
}
.preview::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
}
.preview iframe {
    width: 100px;
    height: 100px;
    background: #000;
}
.username {

    width: 93%;

    float: left;

    margin-top: 25px;

    text-align: right;

}

.username h4 {

    color: #757575;

    font-size: 20px;

    font-family: 'Open Sans Condensed', sans-serif;

    margin-bottom: 0px;

}

.username p{

    color: #7d7d7d;

    font-size: 14px;

    font-family: 'Open Sans Condensed', sans-serif;

    margin-bottom: 0px;

}

.userimage img {

    margin-top: 32px;

    width: 35px;

}

.userimage {

    text-align: right;

    width: 7%;

    float: left;

}

.main_heading {

    color: #5c5c5c;

    font-size: 22px;

    font-family: 'Open Sans Condensed', sans-serif;

    margin-top: 30px;

    margin-bottom: 20px;

    padding-bottom: 10px;

    border-bottom: 1px solid #ccc;

}

.innersubject.rbg {

    color: #fff;

    background: url(../../images/sbg1.png);

    background-size: cover;

    background-position: center;

}

.innersubject.gbg {

    color: #fff;

    background: url(../../images/sbg2.png);

    background-size: cover;

    background-position: center;

}

.innersubject h1 {

    font-size: 18px;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    padding: 20px 30px;

}

.innersubject.gbg {

    margin-bottom: 25px;

}

.dashboardlist span {

    display: block;

    width: 95%;

    float: right;

}

.dashboardlist img {

    display: block;

    width: 16px;

    float: left;

    margin-left: -9px;

}

.dashboardlist li {

    display: inline-block;

    width: 100%;

}

.dashboardlist span {

    display: block;

    width: 97%;

    float: right;

    color: #9e9e9e;

    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 16px;

}

.dashboardlist {

    padding-top: 20px;

    line-height: 28px;

    margin-left: 30px;

    border-left: 2px solid #d6d6d6;

}

.lftmrgn {

    margin-left: 7% !important;

}



.taright {

    text-align: right;

}

.bottomdasimg {
    width: 120px;
    padding: 10px;
}





@media screen and (max-width: 992px) {

   .username {

    width: 85%;

}

.userimage {

    width: 15%;

}

.dashboardbothead{

    font-size: 52px;

}

}



@media screen and (max-width: 768px) {

  .inner_dashboard {

    max-width: 50px;

}

.dashboard .col-md-1 {

    width: 10%;

}

.dashboard .col-md-11 {

    width: 90%;

}

.bottom_db {

    left: 10px;

}

.dashboardbothead {

    left: -15%;

}

.mobilehalf .col-md-6 {

    width: 50%;

}

.innersubject.gbg {

    margin-bottom: 0px;

}

}

@media screen and (max-width: 550px) {

.dashboardbothead {

    font-size: 42px;

}

.username {

    width: 70%;

}

.userimage {

    width: 30%;

}

.username h4 {

    color: #757575;

    font-size: 14px;

}

.username p {

    color: #7d7d7d;

    font-size: 11px;

    }

.userimage img {

    margin-top: 32px;

    width: 22px;

}

.dashboardlist span {

    font-size: 14px;

}

.innersubject h1 {

    font-size: 16px;

    }

}



@media screen and (max-width: 400px) {

    .topsection img {

    width: 85px;

    margin-top: 25px;

}

.username h4 {

    color: #757575;

    font-size: 12px;

}

.dashboardbothead {

    font-size: 36px;

}

.inner_dashboard ul img {

    width: 25px;

}

.inner_dashboard {

    max-width: 35px;

}

.bottom_db {

    left: 5px;

}

}





/*Schedule CSS*/

.schedule th {

    background: #e1e1e1;

    font-family: 'Open Sans Condensed', sans-serif;

    text-align: center;

    color: #767676;

    font-weight: 400;

    font-size: 18px;

}

.table.schedule td {

    background: #f3f3f3;

    text-align: center;

}

.table.schedule h4 {

    font-family: 'Open Sans Condensed', sans-serif;

    text-align: center;

    color: #767676;

    font-weight: 400;

    font-size: 16px;

}

.table.schedule span {

    background: #f00;

    color: #fff;

    font-size: 14px;

    display: block;

    width: 50px;

    margin: 0px auto;

    border-radius: 3px;

    font-family: 'Open Sans Condensed', sans-serif;

    text-transform: uppercase;

}

.toprowbg th {

    background: #f3f3f3;

}

.rgtalng {

    text-align: right;

}

.norpad {

    padding-right: 0px;

}

.nolpad {

    padding-left: 0px;

}

.main_heading a {

    color: #5c5c5c;

    font-family: 'Open Sans Condensed', sans-serif;

}

.overviewbox p {

    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 21px;

}



@media screen and (max-width: 1080px) {

.schedule th {

    font-size: 15px;

}

.table.schedule h4 {

    font-size: 14px;

}

.table.schedule span {

    font-size: 12px;

}

}



@media screen and (max-width: 992px) {

  .tableoverf {

    width: 750px;

    overflow-x: scroll;

}

.schedule th {

    font-size: 14px;

}

}

@media screen and (max-width: 768px) {

.norpad {

    padding-right: 10px;

}

.nolpad {

    padding-left: 10px;

}

.main_heading.rgtalng {

    margin-top: 0px;

    text-align: left;

    border-bottom: 0px;

}

}



/*Course Overview CSS*/

.overviewbox {

    padding: 30px 50px;

    background: url(../../images/sociology_bg.png);

    color: #fff;

    background-size: cover;

    background-position: center;

}

.overviewbox h1 {

    font-family: 'Open Sans', sans-serif;

    font-size: 52px;

    font-weight: 600;

    margin-bottom: 20px;

}

.overviewbox a {

    background: #e46100;

    display: inline-block;

    color: #fff;

    font-family: 'Open Sans Condensed', sans-serif;

    padding: 3px 10px;

    border-radius: 3px;

}

.tacenter {

    font-family: 'Open Sans Condensed', sans-serif;

    text-align: center;

    margin-bottom: 0px;

    padding-top: 20px;

}

.progress{

    height: 1px;

    margin-top: 5px;

}

.progress-bar{

    background-color: #e46100;

}

.overviewbox {

    margin-bottom: 40px;

}

.course_ov {

    background: #f5f7fa;

}

.course_ov h3 {

    font-size: 28px;

    color: #474747;

    font-family: 'Open Sans', sans-serif;

    font-weight: 600;

    padding: 10px 0px;

    line-height: 38px;

}

.course_ov h4 {

    font-size: 22px;

    color: #474747;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    padding: 10px 0px;

}

.course_ov p {

    color: #474747;

    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 18px;

}

.table_of_content h4 {

    margin: 0px !important;

    padding-top: 40px;

    padding-bottom: 10px;

}

.table_of_content h4 {

    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 16px;

    color: #474747;

    font-weight: 600;

}

.table_of_content a {

    color: #9e9e9e;

    font-family: 'Open Sans Condensed', sans-serif;

    padding: 2px 0px;

    display: block;

    font-size: 15px;

}

.table_of_content a b {

    color: #474747;

}

.oclr a {

    color: #e46100;

    font-weight: 600;

}

.leftoverview a {
    color: #474747;
    border: 1px solid #e46100;
    padding: 3px 10px;
    border-radius: 3px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.linbutton {

    color: #474747;

    border: 1px solid #e46100;

    padding: 3px 10px;

    border-radius: 3px;

    font-family: 'Open Sans Condensed', sans-serif;

}

.course_ov h4 {

    margin-top: 15px;

}

.table_of_content ul li img {

    width: 7px;

    margin-left: -14px;

    margin-right: 5px;

}

.table_of_content {

    height: 100%;

}

.table_of_content {

    border-left: 1px solid #d6d6d6;

    padding-left: 10px;

}

.leftoverview h3 span {

    color: #474747;

    font-size: 14px;

    font-family: 'Open Sans', sans-serif;

    width: 35px;

    height: 35px;

    border: 1px solid #d6d6d6;

    display: inline-block;

    text-align: center;

    border-radius: 50%;

    line-height: 30px;

}

.leftoverview {

    padding-left: 70px;

}

.leftoverview {

    padding-left: 25px;

    border-left: 1px solid #d6d6d6;

    padding-top: 25px;

    padding-bottom: 50px;

    margin-left: 50px;

    margin-right: -50px;

    padding-right: 50px;

}

.sectionlibrary {

    width: 90px;

    margin-right: 10px;

}

a:hover{

    text-decoration: none;

}

.leftoverview h3 span {

    margin-left: -27px;

    background: #f5f7fa;

}





@media screen and (max-width: 768px) {

  .table_of_content {

    margin-left: -5px;

}
#messageModal,.modal {
    left: 0px;
    right: 0px;
    z-index: 9999999;
    width: 100%;
}
.overviewbox {

    padding: 20px;

}

.overviewbox h1 {

    font-size: 32px;

}

.overviewbox p {

    font-size: 16px;

}

.leftoverview{

    margin-left: 10px;

    margin-right: 0px;

    padding-right: 15px;

    padding-left: 10px;

}

.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {

    height: 200px !important;

}

.course_ov h3 {

    font-size: 20px;

}

.table_of_content a {

    font-size: 14px;

}

.course_ov p {

    font-size: 14px;

}
.videoPreview iframe {
    width: 100%;
}
.course_ov h4 {
    color: #5c5c5c;
    font-size: 22px;
    font-family: 'Open Sans Condensed', sans-serif;
}
}


.leftoverview a {
    display: inline-block;
}
.leftoverview div a {
    padding: 0px;
    border: none;
}


@media screen and (max-width: 450px) {
.table th, .table td {
    font-size: 11px;
    padding: 10px 2px;
}
.leftoverview a {
    color: #474747;
    border: 1px solid #e46100;
    padding: 3px 5px;
    border-radius: 3px;
    font-family: 'Open Sans Condensed', sans-serif;
}
}

/*Exam CSS*/

#currentTime, #demo {

    color: #fe0000;

    font-size: 18px;

    font-family: 'Open Sans Condensed', sans-serif;

    margin-bottom: 0px;

    margin-left: 5px;

}

.examhead .main_heading {

    font-size: 18px;

}

#currentTime {

    border: none;

    width: 70px;

    display: inline-block;

}

#demo {

    width: 50px;

}

.timedata {

    display: flex;

    align-items: center;

}

.examhead .col-md-4 {

    padding-right: 0px;

}

.plzero{

    padding-left: 0px;

}

.main_heading.timedata {

    padding-bottom: 6px;

}

.ck-blurred.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline {

    height: 300px;

}

.previous {

    color: #474747;

    border: 1px solid #e46100;

    padding: 2px 30px;

    border-radius: 3px;

    font-family: 'Open Sans Condensed', sans-serif;

    margin-top: 10px;

}

.next {

    background: #e46100;

    display: inline-block;

    color: #fff;

    font-family: 'Open Sans Condensed', sans-serif;

    padding: 3px 30px;

    border-radius: 3px;

    border: none;

}

.submit {

    background: #1d4a83;

    display: inline-block;

    color: #fff;

    font-family: 'Open Sans Condensed', sans-serif;

    padding: 3px 30px;

    border-radius: 3px;

    border: none;

    margin-top: 10px;

}

.submit {

    float: right;

    margin-top: 10px;

}

.nonelectirc {

    text-align: center;

}

.nonelectirc h5 {

    font-size: 18px;

    color: #474747;

    font-family: 'Open Sans', sans-serif;

    font-weight: 400;

    padding: 10px 0px;

}

.nonelectirc input {

    border: 1px solid #c4c4c4;

    padding: 15px;

    max-width: 400px;

    width: 100%;

    margin-bottom: 100px;

}

.nonelectirc img {

    width: 90px;

}



@media screen and (max-width: 768px) {

  .submit {

    float: none;

}

.plzero,.dashboard .col-md-1 {

    padding-left: 16px;

}

.examhead .col-md-1 {

    width: 100%;

}

.examhead h1 {

    margin: 0px;

}

}







/*Quiz Css*/

.mcq .input-group {

    color: #5c5c5c;

    font-size: 14px;

    font-family: 'Open Sans Condensed', sans-serif;

    width: 50%;

    float: left;

    margin: 10px 0px;

}

.mcq label {

    margin-bottom: 0px;

    margin-left: 5px;

}







/*Assignment Css*/

.nonelectirc.taleft {

    text-align: left;

}

.taleft input{

  margin-bottom: 20px;

}



@media screen and (max-width: 1270px) {

   .examhead .main_heading,#currentTime, #demo {

    font-size: 14px;

}

.main_heading{

    border: none;

}

}

@media screen and (max-width: 768px) {

      .examhead .main_heading,#currentTime, #demo {

    font-size: 16px;

}

.course_ov h3 {

    font-size: 16px;

    line-height: 26px;

}

.nonelectirc h5 {

    font-size: 14px;

}

.mcq .input-group {

    width: 100%;

    margin: 5px 0px;

}

}



@media screen and (max-width: 380px) {

.examhead .main_heading, #currentTime, #demo {

    font-size: 13px;

}

.examhead h1 {

    margin: 0px 0px;

}

.previous {

    padding: 2px 25px;

}

.row.mobilehalf {

    padding-bottom: 20px !important;

}

}



/*Reflection CSS*/

.respondnow {



    padding: 0px !important;

    border: none !important;

    color: #1d4a83 !important;

    font-weight: 600;

    font-size: 14px;

    display: inline-block;

    width: 100%;

    text-align: right;

    margin-bottom: 20px;



}

.row.taright {

    margin: 0px;

}

.mssage_inner {

    background: #cae1fd;

    padding: 20px 30px;

}

.name_date, .comment_reply {

    color: #1d4a83 !important;

    font-size: 14px !important;

    font-family: 'Open Sans Condensed', sans-serif !important;

    width: 50%;

    float: left;

    margin-bottom: 0px;

}

.replybtn {

    cursor: pointer;

}

.mname {

    background: #1d4a83;

    color: #fff !important;

    text-align: center;

    width: 45px;

    height: 45px;

    border-radius: 50%;

    font-size: 16px !important;

    padding-top: 12px !important;

}

.comment_reply {

    text-align: right;

}

.mssage_inner {

    display: inline-block;

    margin-bottom: 20px;

}

.modal-header {

    background: #e3e3e3;

    padding: 10px 15px;

}

.modal-header h5 {

    font-family: 'Open Sans Condensed', sans-serif;

}

#replymodal p {

    color: #474747;

    font-family: 'Open Sans Condensed', sans-serif;

    font-size: 18px;

}

.replybox textarea {

    width: 100%;

    display: inline-block;

    margin: 10px 0px;

    border: 1px solid #c2c2c2;

    height: 100px;

}



@media screen and (max-width: 1050px) {

.mname {

    width: 30px;

    height: 30px;

    font-size: 12px !important;

    padding-top: 7px !important;

}

}

@media screen and (max-width: 768px) {

.messages .col-md-11 {

    width: 100%;

}

.mssage_inner {

    padding: 10px 10px;

}

.messages .col-md-1 {

    padding: 0px;

}

.name_date, .comment_reply {

    color: #1d4a83 !important;

    font-size: 10px !important;

    font-family: 'Open Sans Condensed', sans-serif !important;

    width: 100%;

    float: none;

    margin-bottom: 0px;

}

.comment_reply {

    text-align: left;

}

}



/*Examination CSS*/

.table.examination_tbl td, .table.examination_tbl th {

    font-family: 'Open Sans Condensed', sans-serif;

    font-weight: 400;

    padding: 15px;

}

.table.examination_tbl thead {

    background: #dadada;

    color: #fff;

}

.table.examination_tbl {

    border: 1px solid #dee2e6;

}

.table.examination_tbl thead th {

    font-size: 18px;

}

.table.examination_tbl tbody th, .table.examination_tbl tbody td {

    font-size: 14px;

}

.table.examination_tbl img {

    width: 20px;

}

.table.examination_tbl span {

    background: #46c500;

    color: #fff;

    font-family: 'Open Sans Condensed', sans-serif;

    padding: 2px 5px;

}



@media screen and (max-width: 1200px) {

#examination_head {

    font-size: 48px;

}

}



@media screen and (max-width: 992px) {

#examination_head {

    font-size: 38px;

}

}



@media screen and (max-width: 768px) {

.tableoverflow {

    width: 650px;

    overflow-x: scroll;

}

#examination_head {

    font-size: 30px;

}

.table.examination_tbl {

    width: 640px;

}

.dashboardbothead {

    display: none;

}
.mobilehalf {
    padding-bottom: 20px;
}
.examhead .col-md-4 {
    width: 70%;
}
.examhead .col-md-1 {
    width: 30%;
}
.col-md-4.plzero {
    width: 100%;
}
}



@media screen and (max-width: 350px) {

.dashboardbothead {

    left: -20%;

}

}





/*My Submission CSS*/

.submission_link a {

    border: none;

    font-family: 'Open Sans', sans-serif;

}

.submission_link li {

    float: left;

    margin-bottom: 10px;

}

.table.mysubbmission_table td {

    font-family: 'Open Sans Condensed', sans-serif;

}

.table.mysubbmission_table a {

    border: none;

    padding: 0px 2px;

}

.table.mysubbmission_table a img {

    width: 12px;

}

#msubmision_heading {

    left: -12%;

}

.table.mysubbmission_table {

    /* width: 1000px; */

}



.overflow_submission {

    /* overflow-x: scroll; */

    width: 100%;

}



@media screen and (max-width: 1260px) {

#msubmision_heading {

    left: -17%;

}

}

@media screen and (max-width: 768px) {

.righmainbox .row {

    margin: 0px !important;

}

.table.mysubbmission_table td {

    font-size: 14px;

}

.mhide{

    display: none !important;

}

.mshow{

    display: block !important;

}

.inner_dashboard{

    z-index: 9999;

}

}

.submission_tabs li {

    display: inline-block;

    width: 85px;

    margin: 5px 0px;

}

.submission_tabs li a {

    font-size: 14px;

    width: 80px;

    display: block;

    text-align: center;

}



.mshow{

    display: none;

}

.select2-container

{

    width: 94% !important;

    

}

.select2-container--default .select2-selection--single

{

    height: 38px !important;

    

}

.select2-selection__rendered

{

    

    padding: 5px 11px;

    color: #9c9c9c;

    font-size: 16px;

    display: block;

    font-family: 'Open Sans Condensed', sans-serif;

}

.preview

{

    display:inline-block;padding:0px;

}



.overlay

{

    position: absolute; /* Sit on top of the page content */

    /* display: none; Hidden by default */

    width: 105px; /* Full width (cover the whole page) */

    height: 100px; /* Full height (cover the whole page) */

    /* top: 0; */

    /* left: 0; */

    /* right: 0; */

    bottom: 827px;

    /* bottom: 195px; */

    left: 32px;

    background-color: rgba(0,0,0,0.5); /* Black background with opacity */

    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */

    cursor: pointer; /* Add a pointer on hover */

}

.loaderImg

{

    width: 100px;

    display: block;

    margin: 0 auto;

}


#videoPreview1 p {

    display: none;

}

.preview p {

    display: none;

}



.righmainbox {
    min-height: 100vh;
}
#bottomdasimgx {
    width: 100%;
    position: sticky;
top: 0;
}