﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,200&family=Roboto:wght@100;300;400;500;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}
body{
    background: #fff;
}
.dashboard-container{
    display:flex;
    flex-direction:column;
    width:70%;
    margin:20px auto;
    border:1px solid #ccc;
    padding:10px;
    border-radius:10px;
}
.main-container{
    display:flex;
    flex-direction:column;
    width:90%;
    margin:20px auto;
    border:1px solid #ccc;
    padding:10px;
    border-radius:10px;
}
.top-wrapper{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid rgb(211, 211, 245);
    flex-direction: column;
}
.top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #1D9C73;
    height: 40px;
    padding: 0 70px;
    
}
.top span{
    color: #ccc;
    font-size:12px;
}
.top .fa{
    color:#2778FE;
}
.apply{
    /*height:30px;*/
    /*background:yellow;*/
    color:white;
}

a.btn {
        color: #fff;
        background: #FF0066;
        padding: .5rem 1rem;
        display: inline-block;
        border-radius: 4px;
        transition-duration: .25s;
        border: none;
        font-size: 14px;
    }

        a.btn:hover {
            background: #22272a;
        }

    #panel, #flip {
        padding: 5px;
        text-align: center;
        background-color: #e5eecc;
        border: solid 1px #c3c3c3;
    }

    #panel1, #flip1 {
        padding: 5px;
        text-align: center;
        background-color: #e5eecc;
        border: solid 1px #c3c3c3;
    }

    #panel {
        padding: 50px;
        display: none;
    }

    #panel1 {
        padding: 50px;
        display: none;
    }

   

    .fortextbox {
        width: 227px;
        height: 25px;
        border-radius: 5px;
    }


.row{
    padding:20px 0;
}
.col-md-3{
    display:flex;
    flex:1;
    /*box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;*/
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding:10px;
    margin:10px;
    border-radius:5px;
    width:23%;
    align-items:center;
    justify-content:center;
}
nav{
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 50px;
    position: sticky;
    top: 0;
    min-height: 60px;
    /*background-color: #34495E;*/
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
    z-index: 99;
     background:#FFF;
}
.logo{
    display: flex;
    font-size: 28px;
    font-weight: 800;
    height: 30%;
    align-items: center;
    padding-right: 5px;
}
ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*background:green;*/
}


    li {
        display:block;
        float:left;
    }
    li ul li {
        float:none;
        padding:10px 0;
    }
    li ul {
        display:none;
        position:absolute;
        z-index:1;
        border-top:1px solid red;
        padding:8px;
        border-top-right-radius:3px;
        border-top-left-radius:3px;
    }
    li:hover ul {
        display:block;
    }

    /*DROPDOWN STYLING:*/

    #menu .list-items {
        /*color:#800020;*/
        padding:10px 15px 10px 15px;
    }
    .nav-links{
        color:#00063A;
    }
    #menu a:hover {
        color:#00063A;
    }
    #menu ul {
        background:#FFF;
    }
    #menu ul a{
        color:red;
    }
    /*#menu li {

        border:solid 1px #CCC;
        margin-left:-1px
    }*/
    /*#menu li:hover {
        background-color:#0072BA
    }*/



.navbar-menu li{
    list-style: none;
}
.navbar-menu li a{
    padding: 10px;
    text-decoration: none;
    margin: 0 5px;
    font-size: 15px;
    font-family: var(--roboto);
    /*color:#FFF;*/
}
li a:hover{
    text-decoration:none;
}
.navbar-menu li .btn-free-try{
    width: 50px;
    height: 30px;
    border-radius: 20px;
    background: #EB5B77;
    color: #fff;
    padding:10px 20px;
}
.right-content .btn-free-try{
    width: 50px;
    height: 30px;
    border-radius: 30px;
    background: #EB5B77;
    color: #fff;
    padding:15px 40px;
    text-decoration: none;
}
.navbar-menu li .btn-login{
    width: 50px;
    height: 30px;
    border-radius: 20px;
    background: #21243D;
    color: #fff;
    padding:10px 20px;
}
.btn-mobile{
    display: none;
    height: 21px;
    width: 30px;
    flex-direction: column;
    position: absolute;
    right:5px;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(38, 86, 219);
    padding: 5px 10px;
}
.btn-mobile .bar{
    display: block;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 3px; 
    top: .75rem;
}
.news-section{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    padding:80px;
}
.news-container{
    background:#011B7D;
    width:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.news-container h3{
     display:flex;
    align-items:center;
    justify-content:center;
    color:#FFF;
}
@media screen and (max-width:820px) {
    nav {
        padding-left:10px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }
    th{
        font-size:13px;
    }
    td{
        font-size:12px;
    }
    .btn-mobile{
        display: flex;
        background:#6CC5F6;
    }
    .logo{
        font-size: 18px;
        /*border-right: 2px solid #FFF;*/
    }
    nav{
        height: 60px;
    }
    ul{
        position: absolute;
        flex-direction: column;
        width: 50%;
        /*height: 70vh;*/
        justify-content: space-between;
        background-color: #6CC5F6;
        top: 80px;
        right: 1px;
        color:#fff
        
    }
    li {
        margin: 20px;
       
    }
    li a{ color: white;}
    .navbar-menu{
        display: none;
    }
    .navbar-menu.active{
        display: flex;
    }
    .main-wrapper{
        margin: 1px 10px;
    }
}
.main-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding: 20px 0px;
   
}
.main-column{
    display:flex;
    flex-direction: column;
    align-items:center;
    justify-content: space-between;
}
.main-aside{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    flex:3;

}
.minor-aside{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    /*flex:1;*/
}
.minor-row{
    display:flex;
    align-items: center;
    justify-content: space-between;
    flex:1;
    margin: 5px 0;
    width:100%;
}
.minor-btn{
    text-decoration:none;
    text-align:center;
    color: white;
    padding:10px 10px;
    background: green;
    margin: 0 5px;
    flex:1;
}
.admission-container{
    display:flex;
    align-items:center;
    justify-content:space-around;
}
.admission-top{
    background:#F5F5F5;
    height:90px;
    display:flex;
    align-items:baseline
}
.item{
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:60px;
    margin:5px;
}

.main-wrapper{
    padding:10px;
    display: flex;
    flex-direction:column;
    width:80%;
    margin:5px auto;
}
.footer{
    background:#21243D;
    margin-top:0;
     background:#00063A;
}
.footer p{
     display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    color:#FFF;
}

/*.table{
    width:100% !important;
}*/
.Column{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:2px 4px;
}
.main-title{
    padding: 10px 0;
    color: #001A96;
}

.admin-panel{
    width:90%;
    margin:auto;
    background:blue;
}
.top-title{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.admin-link{
    text-decoration:none;
}
.dash-board-icon-link{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
}
.dashboard-image{
    width:50px;
}
.main-title-row{
    display:flex;
    width:90%;
    margin:10px auto;
    align-items:flex-start;
    justify-content:space-between;
}
hr{
    color:#ccc;
    width:100%;
    margin:auto;
    background:#ccc;
}
.form-control{
    padding:3px;
    border-radius:4px;
    border: 1px solid #ccc;
}
.btn-create{
    background:blue;
    color:white;
    text-decoration:none;
    padding:5px 8px;
    border-radius:4px;
}
.main-title-row{
    display:flex;
}
.link-title{
    display:flex;
    padding-top: 5px;
    text-align:center;
    align-items:center;
    justify-content:center;
}
.scores-cap{
    background:#6CC5F6;
    display:flex;
    width:100%;
    margin:0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    align-items:center;
    justify-content:space-between;

}
.scores-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex:1;
    padding:0 20px;
}
.scores-link{
    text-decoration:none;
    color:#FFF;
}
.back-to-list{
    background:red;
    /*padding:20px 0;*/
    float:right;
    color:#FFF;
    width:100px;
}
.individual-score{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.news-row{
    display:flex; align-items:center; justify-content:space-between; width:100%; margin:auto;
    flex-wrap:wrap;
}
.about-container{
    display:flex;
}
.dashboard{

}
.dashboard-links{
    margin-left:-25px; padding:5px; position:absolute
}
@media screen and (max-width:768px){
    .main-row{
        flex-wrap:wrap;
    }
    *{
        padding:0;
        margin:0;
        font-size:14px;
    }
    .individual-score{
        flex-direction:column;
     }
    .main-container{
        margin:2px auto;
        width:98%;
    }
    .dashboard-container {
        width:92%;
    }
    .about-row{
        flex-direction:column;
        width:100%;
    }
    .form-control{
        width:90%;
    }
    .link-title{
        font-size:14px;
    }
    .scores-cap{
        flex-direction:column;
        width:100%;
        padding:10px 0;
    }
    .news-row{
        flex-direction:column;
        width:100%;
        padding:10px;
         margin:0;
    }
    .news-section{
       padding:0;
        width:100%;
        margin:0;
    }
    .news-container{
        width:100%;
    }
    .larg-cards{
        flex-direction:column;
        width:100%;
        padding:10px;
        flex:1; margin:10px 5px
    }
    .scores-title {
        width:80%;
        margin: 0 auto;
    }
    .dashboard{
        width:150px;
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
    .dashboard-links {
        background:blue;
        top:-20px;
        width:100%;
        align-items:center;
        padding:0;
    }
    .dashboard-li{
        margin:0;
        display:flex;
        align-items:center;
        justify-content:center;
        padding:0;
    }
    .footer{
        flex-direction:column;
        align-items:center;
        justify-content:center;
    }
}