@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&family=Poppins:wght@200;300&family=Tilt+Warp&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}

/*? NAVBAR STYLING  */

#navbar {
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(2px) !important;
    -webkit-backdrop-filter: blur(2px) !important;
    box-shadow: 0px 0px 35px -3px rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 2rem;
}

h1 {
    background: #F274CC;
    background: linear-gradient(to right, #F274CC 0%, #C763F2 54%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#main {
    margin-top: 7rem;
}

.container-fluid {
    padding: 0.5rem 20%;
}

h1 {
    font-family: 'Tilt Warp', cursive;
}

.navbar {
    justify-content: space-between;
}

.navbar-brand i {
    font-size: 2rem;
    color: #C763F2;
}

.navbar-nav {
    margin: 0 auto;
}

.nav-link {
    color: #0d0d0d !important;
    font-weight: 600;
}

.login-btn a {
    padding: 0.8rem 1.1rem;
    text-decoration: none;
    color: #f6f6f6 !important;
    font-weight: 800;
    background: linear-gradient(270deg, #c673f2 43%, #f76ec7 100%);
    transition: 0.3s;
}

.main {
    background-color: red
}

.btn-drop i {
    font-size: 1.6rem;
    color: #C763F2;
}

.social-btn {
    border-radius: 50%;
    border: 2px solid;
    width: 2.5rem !important;
    height: 2.5rem !important;
    align-items: center !important;
    justify-content: center !important;
}

/*? DASHBOARD STYLING  */
#action-btn-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.action-btn {
    border-radius: 50%;
    border: none;
    width: 1.7rem;
    height: 1.7rem;
    background-color: #1b1a1add;
    align-items: center;
    display: flex;
    justify-content: center;
}

.action-btn i {
    font-size: 0.7rem;
    color: #f6f6f6;
}

.search-container {
    margin: 2rem 0;
}

#search-input {
    border-radius: 0px;
}

#search-button {
    width: 2.5rem;
    background: linear-gradient(270deg, hsla(279, 83%, 70%, 1) 43%, hsla(321, 90%, 70%, 1) 100%);
    border: none;
    border-radius: 0px;
}

/* ? Register Page styling  */
.form-container {
    height: auto;
}

.firstName {
    border-radius: 0px;
    outline: none;
}

.registration-card {
    text-align: center;
}

#submit-btn {
    padding: 0.8rem 1.1rem;
    border-radius: 0px;
    text-decoration: none;
    border: none;
    font-weight: 800;
    background: linear-gradient(270deg, hsla(279, 83%, 70%, 1) 43%, hsla(321, 90%, 70%, 1) 100%);
    transition: 0.3s;
    margin: 1.6rem 0;
    width: 80%;
    color: #f6f6f6;
}

/* ? Submission Page styling  */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.2);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.wrapper {
    padding: 0px;
}

hr {
    color: rgba(0, 0, 0, 0.482) !important;
}

/* ?STUDENT PAGE STYLING  */

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 19px;
    background: linear-gradient(270deg, hsla(279, 83%, 70%, 1) 43%, hsla(321, 90%, 70%, 1) 100%);
}

.fa-solid {
    color: #f6f6f6;
}

.student-card {
    width: 70%;
    margin: 3rem auto;
}

.card card-body {
    text-align: center;
}


/* ?FOOTER STYLING */

footer {
    margin-top: 4rem;
}

.text-white {
    text-decoration: none;
}

.subsribe-btn {
    padding: 0.8rem 1rem;
    border-radius: 0px;
    text-decoration: none;
    border: none;
    font-weight: 800;
    background: linear-gradient(270deg, hsla(279, 83%, 70%, 1) 43%, hsla(321, 90%, 70%, 1) 100%);
    transition: 0.3s;
    margin: 0.5rem 0;
}

.list-unstyled li {
    margin: 0 17px !important;
}

.list-unstyled li:hover {
    color: #FFA3FD !important;
}

/*? OTP PAGE  */

.otp-container{
    align-items: center;
    justify-content: center;
    background-color: #c673f2;
}