.updateModalBtn{
font-size: 20px;
border-width: 0px;
background-color: transparent;
transition: 0.3s;
}
.updateModalBtn:hover{
transition: 0.3s;
color: black;
}
.deleteModalBtn{
font-size: 20px;
border-width: 0px;
background-color: transparent;
transition: 0.3s;
}
.deleteModalBtn:hover{
transition: 0.3s;
color: black;
}
.resendBtn{
font-size: 20px;
border-width: 0px;
background-color: transparent;
transition: 0.3s;
cursor: pointer;
}
.updateSchoolNameBtn{
font-size: 20px;
border-width: 0px;
background-color: transparent;
transition: 0.3s;
}

.fw-bold {
    font-weight: bold;
}

.ck-editor__editable {
    min-height: 500px;
}
.info {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .container {
        max-width:1260px
    }
}
