.nav-btn111{
    border: 2px solid black;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}
.nav-btn111.active{
    color: white;
    background-color: #FF3115;
    border: 2px solid #FF3115;
}
.nav-top{
    background-color: white;
    display: flex;
    justify-content: flex-end ; 
    align-items: center;
    flex-basis: 50%;
    /* padding-top: 2rem; */
    gap: 16px;
}
.title1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    min-height: 8rem;
    padding: 10px 0;
    row-gap: 1rem;
}
.nav-title{
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
#dbtn1{
    background-color: #d8d8d8;
}
.nav-btn113{
    /* background-color: rgb(181, 245, 155); */
    background-color: white;
    color: #eb3007;
    border: 2px solid #eb3007;
}
.nav-btn112{
    background-color: white;
    color: #eb3007;
    border: 2px solid #eb3007;
}
@media screen and (max-width:890px){
    .nav-title,.nav-top{
        flex-basis: 100%;
        /* justify-content: flex-start; */
    }
    .nav-btn111{
        font-size: 0.9rem;
    }
}
@media only screen and (max-width: 700px){
    .title1 {
        margin: 0px;
    }
    .title1 h4{
        font-size: 1.2rem !important;
    }
    .nav-btn111{
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 520px){
    .nav-btn111{
        font-size: 0.7rem;
    }
}
.fa-user-circle, .fa-lock{
    width: auto !important;
}
.addStuBtn{
    background-color: #f7461e !important;
}
.addStuBtn:hover{
    background-color: #eb3007 !important;
}
.h2-tab2{
    color:  #ff542d;
}
.h2-tab2 i{
    color:  #ff542d;
}

/* Alumni POPUP */
.popupalumni{
    position:fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.363);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}
.popupalumni.active{
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}
.alumnipopupwrapper{
    width: 60%;
    height: 60%;
    background-color: white;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.alumniimg{
    flex-basis: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alumnipopupwrapper img{
    width: 70%;
    min-width:300px;
    max-width: 300px;
    border: 4px solid #FF3115;
    border-radius: 500px;
    height:300px;
}

.alumnipopupwrapper div{
    flex-basis: 50%;
}
.alumnidetail{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    gap: 1rem;
}
#closealumni{
    font-weight: 800;
    position: absolute;
    top: 2%;
    right: 3%;
    font-size: 1.1rem;
    cursor: pointer;
}
.p22{
    font-size: 0.9rem;
}
.p22 .fa-phone-alt{
    font-size: 1.1rem;
    color: #FF3115;
    margin-right: 16px;
}
.p22 .fa-facebook-square{
    font-size: 1.1rem;
    color: #1573ff;
    margin-right: 16px;
}
@media screen and (max-width:1200px){
    .alumnipopupwrapper{
        width: 80%;
    }
}
@media screen and (max-width:680px){
    .alumnipopupwrapper{
        gap: 1rem;
        padding: 20px 0;
        height: auto;
        /* flex-direction: column; */
    }
    .alumniimg,.alumnipopupwrapper div{
        flex-basis: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:480px){
    .alumnipopupwrapper{
        width: 90%;
        /* height: 90%; */
    }
}
.workplace-p{
    color: rgb(47, 255, 57);
}

#dashboard1{
    width: 95%;
    margin: auto;
    margin-top: 16px;
}
.edituser-content{
    min-height: 100%;
}
.boxwrapper1{
    /* border: 2px solid black; */
    width: 95%;
    margin: auto;
}
#target-box h3{
    width: 95% !important;
}
.inputbox111 {
    flex-basis: 49% !important;
}


@media screen and (max-width: 680px){
    .inputbox111 {
        flex-basis: 100% !important;
    }
}
.userInfo_forms{
    gap: 10px;
}