﻿.contain{
    margin-bottom: 15px;
}

#dropArea{
    cursor:pointer;
}

.btn-primary {
    background: rgba(48, 132, 216, 1) !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: rgba(255, 255, 255, 1) !important;
}
.btn-secondary {
    border: 1px solid rgba(138, 138, 138, 1) !important;
    border-radius: 50px !important;
    background: none !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 15px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    color: rgba(138, 138, 138, 1) !important;
    margin-bottom: 5px !important;
}


.colOneHead {
    margin-bottom:0px;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    cursor:pointer;
}
.addModalText {
    font-size: 13px;
    cursor: pointer;
}
.firstRow {
    padding: 10px;
}
.font {
    color: rgba(51, 51, 51, 1);
    font-size: 9px;
    font-weight: 600;
    line-height: 7px;
    letter-spacing: 0em;
    text-align: left;
    border-bottom: 0px;
    background: rgba(234, 234, 234, 1);
    padding: 7px;
    border-radius: 2px;
}
.infoIconDob {
    position: absolute;
    top: 21px;
    margin-left: 6px !important;
    cursor: pointer;
}
.infoIconUploadCreateAssignment {
    position: absolute;
    top: 55px;
    margin-left: 6px !important;
    cursor: pointer;
}
.infoIconUploadCreateAssignmentDesc {
    position: absolute;
    top: 130px;
    margin-left: 6px !important;
    cursor: pointer;
}

.infoIconAssignmentPublish {
    position: absolute;
    top: 1px;
    margin-left: 6px !important;
    cursor: pointer;
}

.infoIconDobCourseName {
    position: absolute;
    top: 170px;
    margin-left: 6px !important;
    cursor: pointer;
}

.col2cardmain{
    display:flex;
    justify-content:space-between;
    margin:10px 0px;
}
.card2sec1{
    display:flex;
}



/* Upload Btn Modal Right */
.modal.right.fade .modal-dialog {
     right: 0 !important; 
    /* -webkit-transition: opacity 0.3s linear, right 0.3s ease-out; */
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    /* transition: opacity 0.3s linear, right 0.3s ease-out; */
}







@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(5000px);
    }

    to {
        opacity: 1;
    }
}




.fontUpload {
    margin-top: 15px;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    margin-bottom: 7px;
    color: rgba(0, 0, 0, 1);
}
.fontUpload2 {
    font-family: Poppins;
    color: rgba(48, 132, 216, 1);
}
.fontsmodal {
    display: flex;
    justify-content: space-around;
}
.fontsmodal2 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}
.ModalfirstDiv {
    padding: 10px;
    border: 1px dashed;
    text-align: center;
}
.tagsfonts {
    color: rgba(255, 160, 71, 1);
    font-size: 10px;
    font-weight: 500;
    line-height: 9px;
    letter-spacing: 0em;
    text-align: left;
    margin-left:5px;
    cursor:pointer;
}
.labelStyling1 {
    border: 0.5px solid rgba(138, 138, 138, 1);
    padding: 0px 29px 3px 10px;
    border-radius: 50px;
    margin:5px;
    cursor:pointer;
}
.filterLabel {
    font-size: 12px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(138, 138, 138, 1);
    margin-left:2px;
}
.tagsectionFont {
    font-size: 15px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
}
.activecard {
    outline: 4px solid rgba(48, 132, 216, 0.24);
}
.circle-radio{
    vertical-align:middle;
}
/*.file_upload {
    opacity: 0.0;*/
/* IE 8 */
/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";*/
/* IE 5-7 */
/*filter: alpha(opacity=0);*/
/* Netscape or and older firefox browsers */
/*-moz-opacity: 0.0;*/
/* older Safari browsers */
/*-khtml-opacity: 0.0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}*/
.submitButton {

    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(48, 132, 216, 1);
    padding: 9px 15px;
    border-radius: 4px;
    cursor: pointer;
}
.coursecard {
    padding: 10px;
    outline: 1.5px solid rgba(144, 144, 144, 1) !important;
    cursor: pointer;
    align-items: flex-start;
}
.coursecardactive {
    outline: 2.5px solid rgba(51, 51, 51, 1) !important;
}
    .courseType {

        font-size: 11px;
        font-weight: 600;
        line-height: 13px;
        letter-spacing: 0em;
        text-align: left;
        color: rgba(51, 51, 51, 1);
        cursor: pointer;
        margin-top:10px;
    }
.activeClassCategory {
    border: 2.5px solid rgba(51, 51, 51, 1);
}
#fileInputContainer {
    display: flex;
    align-items: center;
}

#fileInput {
    /* Hide the file input */
    display: none;
}



.filterattach {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
}
.myCourseCards{
    cursor:pointer;
}

.dynamicLogoNotesDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamicLogoNotes {
    max-width: 80px;
    max-height: 80px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
#uploadDiv {
    text-align: center;
    border: 0.4px dashed #AEAEAE;
    padding: 10px;
}

#notesText {
    width: 100%;
    border: 0.5px solid #AAAAAA;

    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    padding: 10px;
    border-radius: 4px;
}
.allowedTypes {

    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 5px;
}
.allowedTypesSpan {
    font-family: Poppins;
    color: #FFA047;
}

@media only screen and (max-width: 1250px) and (min-width: 1101px) {
    .dynamicLogoNotes {
        width: 60px;
        height:60px;
    }
    .colOneHead {
        font-size: 10px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 815px){
    .dynamicLogoNotes {
        width: 55px;
        height: 55px;
    }
    .colOneHead {
        font-size: 9px;
    }
}
@media only screen and (max-width: 814px) and (min-width: 768px){
    .dynamicLogoNotes {
        width: 50px;
        height: 50px;
    }
    .colOneHead{
        font-size:8px;
    }
    .filterLabel{
        font-size:11px;
    }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 576px){
   /* .dynamicLogoNotesDiv{
       display:none;
    }*/
    .addModalText {
        font-size: 11px;
    }
}
@media only screen and (min-width: 576px) {
    .notesthirdcol {
        padding: 0px;
    }
}
@media only screen and (max-width: 576px) and (min-width: 290px){
    
    .notesheading{
        font-size:18px !important;
    }
}
@media only screen and (max-width: 291px){
    
    .notesheading{
        font-size:16px !important;
    }
}
@media only screen and (max-width: 485px) {
    .col2cardmain{
        display:block;
    }
    .sec2Mainhead{
        font-size:16px;
    }
    .sec2Sechead{
        font-size:9px;
    }
}
#notesText:focus-visible {
    outline: none;
}
@media only screen and (min-width: 530px){
    .modal.right .modal-dialog{
        width:530px;
    }
}
@media only screen and (max-width: 530px){
    .modal.right .modal-dialog{
        width:100%;
    }
}

.generalnotesdiv {
    padding: 10px;
    display: flex;
    gap: 10px;
}
.generalNotesImage{
    height:30px;
    width:auto;
}

.plusicon {
    font-weight: 200;
    font-size: 12px;
}


.hello {
    display: flex;
    justify-content: center;
}
.pdfDocEdit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 65%;
    height: 10%;
    border-radius: 11px;
    border: 0;
    background: #F1F1F1;
    cursor:pointer;
}
.leftimg {
    background: black;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 6px 0px 0px 6px !important;
}
.leftimgInside {
    width: 20px;
}
.rightimg {
    border-radius: 0px 6px 6px 0px !important;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 50px;
    width: 50px;
}
.deleteNote {
    /* position: absolute; */
    max-width: 17px;
    /*display: none;*/
    float: right;
    margin: 5px;
}
/*.deleteNotes:hover .deleteNote {
    display: inline-block;
}*/



@media only screen and (max-width: 642px) {

    .sec2Mainhead{
        overflow:hidden;

    } 
}