@media (max-width: 500px) {
    html {
        touch-action: manipulation; /* Prevents zooming gestures on mobile devices */
    }
}

@media screen and (max-width: 959px) {
    .btn-style {
        margin-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    .btn-style {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px !important; 
    }
    .border-black{
        height: 670px !important;
    }
    
}

@media screen and (max-width: 639px){
    .table-font-size {
        font-size: 12px !important;
    }
}

.datePickerStyle
{
    border: 1px solid #E5E7EB    !important;
    height: 34px;
    padding: 7px;
    font-size: 14px;
}

.datePickerStyleComment{
    border: 1px solid #E5E7EB    !important;
    border-radius: 5px;
    height: 38px;
    padding: 7px;
    font-size: 14px;
    width: 200px;
}

.createCommentModalStyle {
    margin-left: 87% !important;
}

@media screen and (max-width: 639px){
    .createCommentModalStyle {
        margin-left: 33% !important;
    }
}

@media screen and (max-width: 1100px ) and (min-width: 640px){
    .createCommentModalStyle {
        margin-left: 80% !important;
    }
}

.imageCircle {
    position: relative;
    top: -80px;
    border: #242760  1px solid;
    
}

.firstName {
    position: relative;
    top: -70px;
    color: #242760;
    font-size: 18px;
    font-weight: 600;
    font: inherit;
}

.classStyle {
    position: relative;
    top: -70px;
    color: #544c4c;
    font-size: 13px !important;
    font-weight: 500;
    font: inherit;
}
.phoneStyle{
    position: relative;
    top: -60px;
    color: #544c4c;
    font-size: 12px !important;
    font-weight: 500;
    font: inherit;
}

.phoneStyle img {
    padding-right: 3px;
    display: inline !important;
}

.marks {
    position: relative;
    top: -30px;
    width: 90%;
    display: flex;
    justify-content: space-around;
}

.markContainer {
    text-align: center !important;
}

.markScore {
    font-size: 24px;
    font-weight: 600;
    color: #242760;
    line-height: 21px;
}

.markSubject {
    font-size: 14px;
    font-weight: 500;
    color: #544c4c;
    line-height: 12px;
    margin-top: 10px;
}

.parentBtn{
    width: 95%;
}

.parentBtn button{
    font-size: 12px;
}


.table-wrapper {
    overflow-x: auto;
    position: relative;
}

.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrapper thead {
    position: sticky;
    top: 0;
    background-color: #ecfccb;
    z-index: 10;
}

.react-datepicker-popper {
    z-index: 100 !important;
}

button[data-rmiz-btn-unzoom] {
    background-color: #555 !important;
}


.behavior-list {
    margin-top: 120px;
}

@media screen and (max-width: 520px){
    .behavior-list {
        margin-top: 250px;
    }
}


@media screen and (max-width: 1100px ) and (min-width: 521px){
    .behavior-list {
        margin-top: 180px;
    }
}


.react-select__menu {
    z-index: 1000 !important;
}


.textSizeTable{
    font-size: 11px !important;
}

@media screen and (max-width: 540px) {
    .responsive-margin {
        margin-top: 200px;
    }
}

@media screen and (min-width: 540px) {
    .responsive-margin {
        margin-top: 140px;
    }
}