.faculty-title{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #7248a7;
    padding: 5px 15px;
    cursor: pointer;
}

.faculty-feedback{
    text-align: left;
    margin: 8px 0;
    font-size: 17px;
    font-weight: 600;
}

.faculty-feedback h4{
    margin: 8px 0px;
    color: #7248a7;
    font-weight: 600;
}

.faculty-feedback p{
    font-weight: 500;
    white-space: pre-wrap;
}

.content-title,.content-title-index{transition: 0.6s ease font-size;}
.curriculam-toggle .scrollable-title-wrapper .content-title {font-size: 28px;font-weight: 300;text-transform: capitalize;}
.curriculam-toggle .scrollable-title-wrapper .content-title-index{font-size: 18px;}
.hidden{display: none}

@media only screen and (min-width : 320px) and (max-width : 920px) and (orientation : portrait) {
    .instruction-info{padding: 15px 0px;}
}
.assgn-submit:disabled{background:#a688c5}
.progress-bar{ width: 100%; height: 15px; display: block;}
.error-container{color: red;}

/* Assignment Student UI starts here */
.d-flex{display:flex;}
.align-items-center{align-items: center;}
.justify-content-center{justify-content: center;}
.custom-dropdn-holder{position: relative;}
.custom-dropdn-holder select {
   background: transparent url(../../../assets/images/icon-arrow-down.png) !important;
   background-color: #fff !important;
   background-repeat: no-repeat !important;
   background-position: 98% 50% !important;
   -webkit-appearance: none;
   -moz-appearance: none;
   text-indent: 1px;
   text-overflow: '';
   cursor: pointer;
   padding-right: 35px;
   outline: none !important;
   box-shadow: none !important;
   border-color: #ffffff00;
   background-size: 12px !important;
   font-size: 13px;
}
.select-caret-icon {
   position: absolute;
   top: 50%;
   transform: translateY(-10%);
   right: 18px;
   pointer-events: none;
   border-width: 5px;
   border-style: solid;
   border-color: #444 transparent transparent transparent;
}
.st-ast-dropdown{
   width:150px;
}
.st-ast-dropdown select{background: none !important;}
.st-assign-blk{
   padding:0px 15px 15px 15px;
   width:85%;
   margin:0 auto;
}
.st-assign-heading{
   font-size: 20px;
   font-weight: 700;
   color:#333;
   margin-bottom:15px;
}
.st-assign-subheading{
   font-size: 20px;
   font-weight: 600;
   color:#333;
   line-height: 16px;
   margin-bottom:10px;
}
.st-assign-gen-desc-blk{
   width: 85%;
   margin:0 auto;
   padding:15px 0 0px 30px;
}

.st-assign-gen-desc{
   font-size: 13px;
   font-weight: 500;
   color:#444;
   text-align: justify;
   line-height: 20px;
   /* display: -webkit-box;
   -webkit-box-orient: vertical;  
   -webkit-line-clamp: 2; */
   display: block;
   overflow: hidden;
}
.st-assign-gen-desc-blk:not(.vw-enabled) .st-assign-gen-desc > :not(:first-child, :nth-child(2)) {
   display: none;
}
.st-assign-more-btn-holder{
   text-align: center;
}
.st-assign-more-btn{
   position: relative;
   text-align: center;
   background: none;
   outline:none;
   box-shadow: none;
   font-size: 13px;
   font-weight: 500;
   color:#287ef7;
   border:0;
   min-width: 80px;
}
.st-assign-more-btn::after{
   content:"";
   position: absolute;
   top: 50%;
   transform: translateY(-10%);
   right: -18px;
   border-width: 5px;
   border-style: solid;
   border-color: #287ef7 transparent transparent transparent;
   cursor: pointer;
}
.st-assign-gen-desc-blk.vw-enabled .st-assign-more-btn::after{
   border-color: transparent transparent #287ef7 transparent;
   transform: translateY(-60%);
}
.st-assign-btn{
   font-size: 16px;
   color: #fff;
   padding: 12px 30px;
   outline: none;
   border: none;
   border-radius: 3px;
   background: #ac0f44;
   cursor: pointer;
}
.st-assign-btn:hover{
   filter: grayscale(.1);
}
.st-assign-btn-inverse{
   font-size: 16px;
   font-weight: 600;
   color: #ac0f44;
   padding: 12px 30px;
   outline: none;
   border: none;
   border-radius: 3px;
   cursor: pointer;
   background: transparent;
   border:1px solid #ac0f44;
}
.st-assign-btn-inverse:hover{
   background: #ac0f44;
   color: #fff;
}
.st-notify-desc-blk{padding-left:15px;}
.st-notify-desc-name{
   font-size: 14px;
   font-weight: 600;
   color:#333;
}
.st-notify-desc-category{
   font-size: 12px;
   font-weight: 600;
   color:#7b7b7b;
}
.st-notify-col-parent{
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 85%;
   margin:30px auto 30px auto;
}
.st-notify-img{margin-bottom:0px !important;}
.st-notify-col{
   display: flex;
}
.ast-remain-blk{
   display: flex;
   align-items: center;
   /* justify-content: flex-end;
   width:93%; */
   justify-content: center;
   width:100%;
   margin-bottom: 18px;
}
.ast-remain-wrapper{
   display: flex;
   background-color: #f8f9fb;
   border:1px solid #ddd;
   padding:10px 0;
   border-radius: 5px;
}
.ast-remain-wrapper:empty {
   display: none;
}
.ast-remain-col{
   padding:0px 35px;
}
/* .ast-remain-col:first-child{border-right: 1px solid #ddd;} */
.ast-remain-col:nth-child(2){border-left: 1px solid #ddd;}
.ast-remain-col-content{
   font-size: 13px;
   font-weight: 500;
   color:#444;
}
.ast-remain-col{display: flex;}
.ast-remain-col-val{
   font-size: 13px;
   font-weight: 700;
   color:#333;
   padding-left:8px;
}
.ast-remain-col-val.alert-red{
   color:#fb3010;
}
.ast-sub-heading{
   font-size: 18px;
   font-weight: 700;
   color:#333;
   margin-bottom:10px;
}
.ast-sub-lst-blk{
   border:1px solid #ddd;
}
.ast-sub-top-part{
   padding:23px;
   background-color: #f1f8ff;
   border-bottom: 1px solid #ddd;
}
.ast-sub-btn-holder{
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin:10px 0;
}
.ast-no-cmnt{
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
}
.ast-cmnt-bottom-part{padding:23px;}
.ast-cmnt-icon{
   width:20px;
   height: 20px;
}
.ast-cmnt-icon svg{
   width:14px;
   height: 20px;
   fill:#008cf1;
}
.ast-no-cmt-desc{
   font-size: 13px;
   font-weight: 600;
   color:#008cf1;
   padding-left:8px;
}
.st-notify-icon.grade-icon{width: 35px;}
.ast-totl-attempts{
   font-size: 14px;
   font-weight: 500;
   color:#666;
   margin-bottom:13px;
}
.ast-gen-para{
   font-size: 12px;
   font-weight: 500;
   color:#333;
}
.ast-gen-file-para{
   margin-top:15px;
}
.row-ast-file-wrapper{
   display:flex;
   flex-wrap: wrap;
   padding-top:15px;
}
.col-ast-file-container{
   display: flex;
   align-items: center;
   width:250px;
   margin-right: 15px;
   background: #ebeef5;
   border:1px solid #ddd;
   padding:10px;
   margin-bottom:15px;
   border-radius: 4px;
}
.ast-file-disp-desc{
   padding-left:15px;
}
.ast-file-disp-name{
    font-size: 12px;
    font-weight: 500;
    color:#333;
    white-space: nowrap;
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
 }
.ast-file-disp-icon{
   width:30px;
   height: 30px;
}
.ast-file-disp-icon svg{
   width:30px;
   height: auto;
}
.ast-downld-btn{
   position: relative;
   background: none;
   outline: none;
   box-shadow: none;
   font-size: 11px;
   font-weight: 600;
   color: #287ef7;
   border: 0;
   padding:0px
}
.mr-15{margin-right: 15px;}
.ast-subms-log-blk{margin-top:40px;}
.ast-subms-log-writings{
   font-size: 16px;
   font-weight: 600;
   color: #333;
   margin-bottom: 10px;
}
.ast-subms-log-writings.grey-color{
   font-weight: 500;
   color:#7b7b7b;
}
.ast-cmnt-user-avatar{
   min-width:15px;
   width:15px;
   height: 15px;
   border-radius: 50%;
   overflow:hidden;
   margin-right: 6px;
}
.ast-cmnt-user-avatar img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.ast-cmnt-date{
   font-size: 12px;
   font-weight: 500;
   color: #7b7b7b;
}
.ast-cmnt-content{
   font-size: 12px;
   font-weight: 500;
   color: #333;
}
.ast-comment-top-part{
   display: flex;
   align-items: center;
   margin-bottom:10px;
}
.ast-comment-container{margin-bottom:15px;}
.ast-reply-icon{
   width:16px;
   height: 16px;
}
.ast-reply-icon svg{
   width:100%;
   height: auto;
   fill:#0681ff;
}
.ast-reply-label{
   font-size: 12px;
   font-weight: 600;
   color:#0681ff;
   padding-left:8px;
}
.ast-cmnt-reply-blk{cursor: pointer;}
.ast-resub-holder{
   flex-direction: column;
}
.ast-resub-holder .st-assign-btn{margin-bottom:20px;}
.ast-cmnt-wrapper{
   max-width:430px;
   height: 100px;
   border:1px solid #ddd;
   border-radius: 4px;
   overflow: hidden;
}
.ast-txtarea{
   font-size: 12px;
   font-weight: 500;
   color:#333;
   resize: none;
   width: 100%;
   height: 100%;
   max-height: 150px;
   overflow-y: auto;
   padding:10px;
   border:0;
   outline: none;
   box-shadow: none;
}
.ast-txtarea::placeholder{
   font-style: italic;
   color:#ddd;
}
.ast-txtarea::-webkit-scrollbar {width: 4px;}
.ast-txtarea::-webkit-scrollbar-track {
   background: #f8f8f8;
   border-radius: 10px;
 }
 .ast-txtarea::-webkit-scrollbar-thumb {
   background: #d9d9d9;
   border-radius: 10px;
   cursor: pointer;
 }
 .ast-cmnt-btn-blk{
    margin-top:15px;
 }
.ast-cancel-btn{
   font-size: 12px;
   font-weight: 600;
   text-transform: capitalize;
   background-color: unset;
   color: #333;
   margin-left: 15px;
   outline: none;
   box-shadow: none;
   border:none;
}
.ast-send-btn{
   font-size: 12px;
   font-weight: 600;
   color: #fff;
   padding: 7px 18px;
   outline: none;
   border: none;
   border-radius: 5px;
   background: #ac0f44;
   cursor: pointer;
}
.ast-send-btn:hover{filter: grayscale(.1);}
.ast-send-btn[disabled]{cursor: not-allowed;}

.ast-edit-section{
   position: fixed;
   top:0px;
   bottom:0px;
   left:0px;
   right:0px;
   z-index: 999;
   background-color: #fff;
}
.ast-editheader-blk{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding:15px;
   border-bottom:1px solid #eee;
}
.ast-editheader{
   font-size: 16px;
   font-weight: 700;
   color: #333;
}
.ast-bk-to-lbry{
   font-size: 12px;
    font-weight: 600;
    color: #ac0f44;
    padding: 7px 18px;
    outline: none;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #ac0f44;
}
.ast-bk-to-lbry:hover{
   background-color:#ac0f44 ;
   color:#fff;
}
.ast-edit-fixed-footer{
   padding:15px;
   display: flex;
   justify-content: flex-end;
   box-shadow: 2px -6px 6px 0px #00000012;
}
.edt-sub-cancel{
   margin-right: 15px;
   font-weight: 600;
}
.edt-sub-save{
   padding: 7px 25px;
}
.edt-sub-content-area{
   display: flex;
   height: calc(100vh - 125px);
}
.edt-sub-left-part{
   width:calc(100% - 360px);
   height: 99.7%;
   background-color: #f3f4f9;
   padding:15px;
   position: relative;
}
.edt-sub-redact-word-count{
   font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
   margin: 16px;
   padding: 0;
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   text-align: right;
}
.edt-sub-redact-word-count span{
   color: rgba(0, 0, 0, 0.5);
   font-size: 12px;
   padding: 0 10px;
}
.edt-sub-redact-blk{
   border:1px solid #ddd;
   background-color: #fff;
   padding: 5px 0px 0px 5px;
   height: 100%;
}
.edt-sub-right-part{
   width:360px;
   height:100%;
   border-left:1px solid #ddd;
   padding:25px;
}
.ast-upload-wrapper{
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 8px;
   border: 2px dashed #ddd;
   background-color: #f8f8f8;
   overflow: hidden;
   width: 310px;
   height: 190px;
   position: relative;
}
.ast-upload-container{
   position: absolute;
   text-align: center;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   position: absolute;
   height: 100%;
}
.ast-drag-drop-heading{
   font-size: 14px;
   font-weight: 700;
   color: #333;
   margin-top:5px;
   margin-bottom: 15px;
}
.ast-upload-file-dimension{
   font-size: 11px;
   font-weight: 600;
   color: #a5aaae;
   margin-bottom: 25px;
   padding:0 20px;
   word-break: break-word;
}
.d-none{display:none !important;}
.ast-file-up-btn{
   padding: 5px 20px;
   font-size: 12px;
   background: #ac0f44;
   color: #fff;
   font-size: 11px;
   font-weight: 600;
   border-radius: 6px;
   padding: 7px 17px;
   box-shadow: unset;
   text-transform: unset;
   cursor: pointer;
}

.ast-upload-btn-holder{margin-bottom:15px;}
.ast-upload-wrapper img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.ast-edit-topic-icon{
   width:20px;
   height: auto;
   margin-right: 6px;
}
.ast-edit-topic-icon img{max-width: 100%;}

.ast-doc-lst-wrapper{
   padding-right: 2px;
   margin-top:15px;
   max-height: calc(100vh - 380px);
   overflow-y: auto;
}
.ast-doc-lst-wrapper::-webkit-scrollbar {width: 4px;}
.ast-doc-lst-wrapper::-webkit-scrollbar-track {
   background: #f8f8f8;
   border-radius: 10px;
 }
 .ast-doc-lst-wrapper::-webkit-scrollbar-thumb {
   background: #d9d9d9;
   border-radius: 10px;
   cursor: pointer;
 }
.doc_container{
   display: flex;
   align-items: center;
   padding: 3px 0;
}
.document-iconblk{
   width: 25px;
   height: 25px;
   overflow: hidden;
}
.document-icon{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.doc_descrip-blk{
   display: flex;
   align-items: center;
   width:100%;
   margin: 0px 0 0 15px;
   border-bottom: 1px solid #eee;
   position: relative;
}
.doc_descrip{
   font-size: 11px;
    font-weight: 600;
    padding-right: 15px;
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.doc-name{
   white-space: nowrap;
   max-width: 240px;
   text-overflow: ellipsis;
   overflow: hidden;
}
.ast-doc-close-btn{
   display: none;
   font-size: 18px;
   font-weight: 600;
   line-height: 20px;
   color: #fc4d13;
   cursor:pointer;
}
.doc_descrip-blk:hover  .ast-doc-close-btn{display: block;}
.edt-sub-redact-blk .redactor-box.redactor-styles-on{border:0 !important;}
.edt-sub-redact-blk .redactor-styles{max-height: calc(100vh - 219px);}
.edt-sub-redact-txtarea{
   color:#444;
   font-size: 12px;
   font-weight: 500;
}
.ast-upload-file-dimension .rcomm-text {
   padding-bottom: 8px;
}
.ast-upload-file-dimension .rcomm-size {
   min-height: 16px;
}
.redactor-in {
   position: relative;
   overflow: auto;
   white-space: normal;
   box-sizing: border-box;
   height: calc(100vh - 235px);
   padding: 15px;
}
@media only screen and (max-width: 767px) {
   .nav-container{background: #fff;}
   .st-assign-blk{
      width:100%;
      padding-bottom: 100px;
      padding-top: 15px;
   }
   .st-assign-subheading{
      font-size: 14px;
      line-height: normal;
   }
   .st-assign-gen-desc-blk{
      width:100%;
      padding:0px;
   }
   .st-notify-col-parent{
      flex-direction: column;
      align-items: unset;
      width:100%;
      margin: 30px auto 10px auto;
   }
   .st-notify-col{margin-bottom:15px;}
   .ast-remain-blk{
      flex-direction: column;
      width:100%;
      align-items: unset;
   }
   .ast-remain-wrapper{
      flex-direction: column;
   }
   .ast-remain-col:nth-child(2){
      border-left: 0;
      margin-top:10px;
   }
   .st-assign-btn{font-size: 13px;}
   .st-assign-btn-inverse{font-size: 13px;}
   .ast-sub-top-part{padding:10px;}
   .ast-cmnt-bottom-part{padding:10px;}
   .ast-editheader-blk{flex-direction: row;}
   .ast-editheader{font-size: 12px;max-width: 50vw; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
   /* .ast-lbry-btn-holder{margin-top:10px;} */
   .edt-sub-left-part{
      width:100%;
      /* min-height: calc(100vh - 440px); */
      height: calc(((var(--vh, 1vh) * 100) - 116px) / 2 - 40px);
      /* max-height: calc(100vh - 440px); */
      overflow-y:auto;
   }
   .edt-sub-right-part{
        height: calc(((var(--vh, 1vh) * 100) - 116px) / 2 + 40px);
   }
   .edt-sub-content-area{
      flex-direction: column;
      height: unset;
      /* min-height: calc(100vh - 170px); */
   }
   .ast-doc-lst-wrapper{
      margin-top: 0;
      max-height: none;
      /* min-height: calc(100vh - 510px); */
      height: calc((((var(--vh, 1vh) * 100) - 116px) / 2 + 40px) / 2 + 5px);
      width: calc(100vw - 50px);
   }
   .doc_descrip{
      width: 90%
   }
   .ast-doc-close-btn{
      display: block;
   }
   .edt-sub-redact-blk {
      overflow: auto;
   }
   .edt-sub-redact-blk .redactor-toolbar a.re-button-icon, .edt-sub-redact-blk .redactor-air a.re-button-icon {
      padding: 9px 9px 6px 9px;
   }
   .ast-upload-wrapper{
      width: calc(100vw - 50px);
      height: calc((((var(--vh, 1vh) * 100) - 116px) / 2 + 40px) / 2 - 30px);
   }
   .ast-drag-drop-heading{
      display: none;
   }
   .ast-upload-file-dimension{
      margin-bottom: 12px;
      padding: 0 10px;
   }
   .ast-upload-btn-holder {
      margin-bottom: 0;
   }
   .ast-edit-fixed-footer {
      padding: 10px;
   }
   .edt-sub-right-part {
      padding: 10px 25px;
   }
   .redactor-in {
      height: calc(((var(--vh, 1vh) * 100) - 116px) / 2 - 135px);
   }
}
@media only screen and (max-height: 500px) {
   .edt-sub-left-part{
      width:100%;
      min-height: calc(100vh - 115px);
      height: calc(100vh - 115px);
      max-height: calc(100vh - 115px);
      overflow-y:auto;
   }
}
/* Assignment Student UI ends here */
.fb-load{position:absolute;top:0;bottom:0;left:0;right:0;z-index:999;font-size:20px;display:flex;align-items:flex-start;flex-direction:column;}



/* .row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-sub-btn-holder button.btn.st-assign-btn {
   background: #AB0F44!important;
   border-color: #AB0F44!important;
   border-radius: 7px;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-sub-btn-holder button.btn.st-assign-btn:hover {
   background:transparent!important;
   color:#AB0F44!important;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-sub-btn-holder button.btn.st-assign-btn-inverse {
   background: transparent!important;
   color: #AB0F44!important;
   font-weight: normal;
   border-color: #AB0F44!important;
   border-radius:7px;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-sub-btn-holder button.btn.st-assign-btn-inverse:hover {
   background: #ac0f44!important;
   color: #fff!important;
} */

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-cmnt-bottom-part .ast-comment-blk .ast-comment-wrapper .ast-comment-container .ast-cmnt-content {
   color: #4c4c4c;
   font-size: 13px;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-cmnt-bottom-part .ast-comment-blk .ast-comment-wrapper .ast-comment-container .ast-cmnt-date {
   color: #777272;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-heading {
   font-size: 16px;
   font-weight: 500;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-totl-attempts {
   color: #74747f;
   font-size: 15px;
   font-weight: normal;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-gen-para {
   color: #4c4c4c;
   font-size: 13px;
   font-weight: 500;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-gen-para p {
   margin-bottom: 18px;
   line-height: 18px;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-file-disp-blk .row-ast-file-wrapper {
   padding-top: 0;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-file-disp-blk .row-ast-file-wrapper .col-ast-file-container .ast-file-disp-desc .ast-file-disp-name {
   font-size: 13px;
   color: #4c4c4c;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-sub-lst-blk .ast-sub-top-part .ast-file-disp-blk .row-ast-file-wrapper .col-ast-file-container .ast-file-disp-desc button.btn.ast-downld-btn {
   font-weight: 500;
   color: #0081ff;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content {
   width: 88%;
   padding: 15px 0 0 0;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-subms-log-blk .ast-subms-log-writings {
   font-size: 15px;
   font-weight: 500;
   color: #4f4f4f;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .ast-subms-log-blk .ast-subms-log-writings.grey-color {
   color: #74747f;
   font-weight: normal;
}
.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content .col-ast-file-container {
   width: 31.333%;
   margin-right: 3%;
}

.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content .col-ast-file-container:nth-child(3n) {
   margin-right: 0;
}
.row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content .col-ast-file-container .ast-file-disp-name {
   max-width:150px;
}
.attempt-denied {
   background: #FFD4D5;
   width: 425px;
   margin: auto;
   padding: 22px 40px;
   border:1px dashed #e91714;
   border-radius: 4px;
}
.attempt-denied div {
   font-size: 12px;
   color: #7e7a7a;
}
.attempt-denied .attempt-denied-heading {
   color: #e91714;
   font-size: 13px;
   margin-bottom: 7px;
   font-weight: 500;
}

@media(max-width:991px){
   .row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content .col-ast-file-container {
      width: 50%;
      margin-right:0;
   }
   .row.content-delivery-wrapper.curriculam-toggle .lecture-wrapper .preview-area .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content .col-ast-file-container .ast-file-disp-name {
      max-width:170px;
   }
   
}

@media(max-width:767px){
   .content-delivery-wrapper .lecture-wrapper .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content .col-ast-file-container {
      width: 100%;
   }
   .content-delivery-wrapper .lecture-wrapper .lecture-holder .context-holder .st-assign-blk .st-assign-header-blk .st-assign-gen-desc-blk#assign-desc-content .col-ast-file-container .ast-file-disp-name {
      max-width: 100%;
   }

}