.deznav .deznav-scroll {
    position: relative;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.profile {
    display: flex;
    gap: 10px;
    padding: 25px;
}

.profile img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.profile .text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: center;;
    line-height: 5px;
}

.menu-toggle .profile{
    /* flex-direction: column; */
    padding: 0px 13px;
}

.menu-toggle .profile img{
    width: 54px;
    height: 54px;
}

/* .menu-toggle .profile .text{
    display: none;
} */

.mb-5, .my-5 {
    margin-bottom: 5rem !important;
}

.teacher-login{
background-image: url('../images/background/background.png');
}

.teacher-login .login-header{
    display: flex;
    justify-content: space-between;
    padding-top: 3%;
}

.teacher-login .h-100 {
    height: 95% !important;
}

.teacher-login .authincation-content
{
    background: none !important;
    box-shadow: none !important;
}

.teacher-login .form-control{
    border: 1px solid #949AA6 !important;
    height: 45px !important;
    border-radius: 10px !important;
}

.teacher-login .btn-primary{
    background-color: #E8355C;
    border-color: #E8355C;
    padding: 10px 40px;
    height: 50px;
    font-weight: 600;
}

.teacher-login .btn-primary {
    color: #fff;
    background-color: #E8355C;
    border-color: #E8355C;
}

.teacher-login .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #E8355C;
    border-color: #E8355C;
}

.teacher-login .btn-primary:hover {
    color: #fff;
    background-color: #E8355C;
    border-color: #E8355C;
}

.teacher-login .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #E8355C;
    border-color: #E8355C;
}

.teacher-login .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #fa98ad;
}

.text-teacher, a.text-primary{
    color: #E8355C !important;
}

.text-teacher, a.text-primary:hover{
    color: #E8355C !important;
}

.text-teacher:hover, a.text-primary:focus {
    color: #E8355C !important;
}

.teacher-login b {
  color: #1F1F1F !important;
}

.form-control{
    border: 1px solid #949AA6 !important;
    height: 45px !important;
    border-radius: 10px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    background: none;
    border: none;
    /* border-color: #f0f1f5; */
    /* background: #fff; */
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: #fff;
    border: 1px solid #949AA6;
    height: 45px !important;
    width: 60% !important;
    border-radius: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: flex;
    gap: 20px;
    background-color: #f8ebfa;
    color: #C046D3;
    border-radius: 10px;
    cursor: default;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    padding: 0px 10px 0px 20px;
    height: 45px !important;
    align-items: center;
    flex-direction: row-reverse;
    font-weight: 700;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 15px;
    background-color: #C046D3;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 0px 0px 0px 1px;
    font-size: 18px;
    font-weight: bolder;
}

.btn-teacher {
    color: #FFFFFF;
    background-color: #E8355C;
    border-color: #E8355C;
}

.btn-teacher:hover {
    color: #fff;
    background-color: #ff2b59;
    border-color: #ff2b59;
}

.btn-teacher:not(:disabled):not(.disabled):active, .btn-teacher:not(:disabled):not(.disabled).active, .show > .btn-teacher.dropdown-toggle {
    color: #fff;
    background-color: #E8355C;
    border-color: #E8355C;
}

.btn-teacher:focus, .btn-primary.focus {
    color: #fff;
    background-color: #E8355C;
    border-color: #E8355C;
    box-shadow: 0 0 0 0.2rem #ff89a3;
}

.profile-tab .nav-item .nav-link:hover, .profile-tab .nav-item .nav-link.active {
    border-bottom: 0.2px solid #E8355C;
    color: #E8355C;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a {
    color: #E8355C;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu > li.mm-active > a {
    background: #E8355C;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu > li:hover > a {
    background: #E8355C;
}

@media only screen and (max-width: 900px){
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
        padding: 1px 0px 0px 1px !important;
        gap: 0;
    }
  }

.input-group {
    margin: 2rem 0;
}

/* Button */
.btns-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.btns-single{
    display: grid;
}

.teacher-login .otpsecction{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0px;
}

.teacher-login .otp-field{
    height: 65px !important;
    padding: 0 !important;
    font-size: 22px;
    font-weight: 900;
    text-align: center !important;
    color: #1F1F1F !important;
}

.otp-field{
    height: 65px !important;
    padding: 0 !important;
    font-size: 22px;
    font-weight: 900;
    text-align: center !important;
    color: #1F1F1F !important;
}

/* #otpnum1{
    border-radius: 0 !important;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    border-right: none !important;
}

#otpnum2{
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

#otpnum3{
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

#otpnum4{
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

#otpnum5{
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
}

#otpnum6{
    border-radius: 0 !important;
    border-bottom-right-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-left: none !important;
} */

.form-control.is-invalid {
    border-color:  #949AA6 !important;
    background-image: none;
}

.shake {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
    transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
    transform: translate3d(4px, 0, 0);
    }
}

.dropdown-toggle{
    padding: 0.375rem 0.75rem !important;
}

[data-headerbg="color_1"] .nav-header .hamburger.is-active .line, [data-headerbg="color_1"] .nav-header .hamburger .line {
    background: #E8355C !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .nav-control .hamburger .line {
    background: #E8355C !important;
}