﻿.contain{
    margin-bottom: 15px;
}
.search-box {
    width: 100%;
    position: relative;
    display: flex;
    border: 0.5px solid rgba(77, 77, 77, 1);
    padding: 5px;
    border-radius:4px;
}
#dropArea{
    cursor:pointer;
}
.search-input {
    width: 100%;
    border: none;
    border-radius: 10px 0 0 10px;
    outline: none;
    background: none;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}
.btn-primary {
    background: #1F3566 !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;
}
.search-button {
    font-size:12px;
    cursor:pointer;
}

.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;
    width: fit-content;
}
.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;
}
.calText {
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-left:5px;
    color: rgba(170, 170, 170, 1);
}
.col2cardmain{
    display:flex;
    justify-content:space-between;
    margin:10px 0px;
}
.card2sec1{
    display:flex;
}
.sec2Mainhead {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    margin-bottom:0px;
}
.sec2Sechead {
    margin-bottom: 0px;
    color: rgba(51, 51, 51, 1);
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
}
.viewAttach {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(255, 160, 71, 1);
    margin-left:5px;
    cursor:pointer;
}
.paranotes {
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0.05em;
    text-align: justify;
    color: rgba(93, 93, 93, 1) !important;
}
.paranotes:hover {
    font-weight: 400 !important;
    --bs-link-color-rgb: rgba(93, 93, 93, 1) !important;
}
/* 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; */
}
.modal {
    padding-right: 0.200073px;
    background: #000000a1;
    z-index: 1;
}
.modal.right.fade.in .modal-dialog {
    right: 0 !important;
}

.modal-content {
    border-radius: 20px !important;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: white;
}

.modal.right.fade {
    animation: fadeInRight 0.5s ease-in-out;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(5000px);
    }

    to {
        opacity: 1;
    }
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}


.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    padding-top: 1px;
}


.modal.right .modal-body {
    padding: 0px;
}
.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: #1f3566 !important;
}
.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-family: Montserrat;
    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-family: Montserrat;
        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 {
    
    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-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    padding: 10px;
    border-radius: 4px;
}
.allowedTypes {
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    line-height: 10px;
    letter-spacing: 0em;
    color: #000000;
    margin-bottom: 5px;
}
.allowedTypesSpan {
    font-family: Poppins;
    color: #DF2828;
}

@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:10px;
    }
}
@media only screen and (max-width: 768px) {
    .filterLabel {
        font-size: 8px;
    }
}
@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;
}
.editdiv {
    border: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;
    box-shadow: 2px 2px #c0c1c4;
    padding: 10px !important;
}
.save-button{
    display:none;
}
.note-container {
    /*display: flex;*/
    justify-content: space-between;
    border-bottom: 0.2px dashed rgba(93, 93, 93, 1);
    flex-wrap: nowrap;
    align-items: center;
    padding: 5px 0;
}
.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;

    } 
}