﻿body{
    position:relative;
}
.newdropdown:hover .newItems {
    display: block;
}

.top_nav {
    position: fixed;
    width: 100%;
    z-index: 1;
    padding-top: 14px;
    background-color: #ffffff;

}

.top_nav li {
    margin: 0px 0px;
    background: #3e63c7;
    width: 100%;
    max-width: 100px;
    border-radius: 4px;
    text-align: center;
}

.top_nav li .btn {
        color: #ffffff;
        font-size: 14px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 3px;
        top: 40%;
}

    .dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute !important;
        margin-top: -30px;
        left: 100%;
    }
/**/

.fixed_navbar{
    background-color:#0d0d2d;
    position:fixed;
   
    border-radius:30px;
    z-index:1000;
}
.fixed_navbar .nav-item .btn {
    color:#ffffff;
    background-color:#0d0d2d;
    border-radius:30px;
}
.fixed_navbar .nav-item .btn:hover {
    background:#ffffff;
    color:#000000;
    border-radius:30px;
}
.fixed_navbar .dropdown-menu li .btn{
    padding:4px 2px;
    background:#F7F7FA;
    /*width:98%;*/
    margin:2px auto;
    padding:6px 10px;
    color:#000000;
}
.fixed_navbar .dropdown-menu li .btn:hover{
   background-color:#0d0d2d;
   color:#ffffff;
}

    


/**/

.modal .modal-content .modal-header,.modal-body,.modal-footer{
    border:0px;
}

/**/

/**/
.sticky_menu{
    position:fixed;
    right:0px;
    z-index:1000;
    top:20%;
}
.fixed-button-container {
    position: fixed;
    top: 50%;
    right: -100px; /* Start with buttons off-screen */
    transform: translateY(-50%);
    z-index: 1000; /* Set a high z-index to ensure the buttons are above other content */
    transition: right 0.5s; /* Add transition for smooth animation */
}
.fixed-button-container_std_register {
    position: fixed;
    top: 50%;
    right: -150px; /* Start with buttons off-screen */
    transform: translateY(-50%);
    z-index: 1000; /* Set a high z-index to ensure the buttons are above other content */
    transition: right 0.5s; /* Add transition for smooth animation */
}
.fixed-button {
    display: block;
    margin-bottom: 4px; /* Adjust spacing between buttons */
    padding: 10px 20px;
    background-color:#0d0d2d;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width:100%;
    max-width:400px;
}
.fixed-button:hover{
    background-color:#413e3e;
    color:#ffffff !important;
}
.show_menu{
    background-color:#e90707;
    color:#ffffff;
}
.show_menu:hover{
    background-color:#cc0505;
    color:#000000 !important;
    
}
.fixed-button:hover{
    color:#282828;
}

.slide_menu{
    right:0px;
}

.student_image{
    width:150px;
    max-width:150px;
    height:150px;
    border-radius:50%;
}


/**/

.main_title{
    background-image: linear-gradient(to right, #ffffff , #F7F7FA);
    border-radius:30px;
    padding:4px 0px;
}
.sub_title{
    background-image: linear-gradient(to right, #ffffff , #F7F7FA);
    border-radius:20px;
    padding:2px 0px;
    margin:12px 0px;
    font-size:16px;
}

/*profile setting*/
.profile_image{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:8px;
    padding:10px 10px;
    position:relative;
}
.profile_image h3{
    font-size: 12px;
    position: absolute;
    top: -10px;
    display: block;
    background: linear-gradient(45deg,#007bff, #5C005C);
    color: white;
    padding: 2px 12px;
    border-radius: 12px;
}
.image_upload .img{
    background:#007bff !important;
    max-width:120px;
    height:120px;
    padding:2px;
    border-radius:50%;
}
.image_upload .img img{
    width:100%;
    max-width:120px;
    height:120px;
    border-radius:50%;
}
 .file-upload {
            display: inline-block;
            overflow: hidden;
            position: relative;
            text-align: center;
            vertical-align: middle;
            /* Cosmetics */
            border: 1px solid #5C005C;
            background: linear-gradient(45deg,#007bff, #5C005C);
            color: #fff;
            cursor: pointer;
            /* browser can do it */
            border-radius: 50px;
            -moz-border-radius: 6px;
            text-shadow: #000 1px 1px 2px;
            -webkit-border-radius: 6px;
        }

        /* The button size */
        .file-upload {
            height: 30px;
            cursor: pointer;
        }

            .file-upload, .file-upload span {
                width: 150px;
                cursor: pointer;
            }

                .file-upload input {
                    position: absolute;
                    top: 0;
                    left: 0;
                    margin: 0;
                    font-size: 11px;
                    /* Loses tab index in webkit if width is set to 0 */
                    opacity: 0;
                    filter: alpha(opacity=0);
                    cursor: pointer;
                }

                .file-upload strong {
                    font: normal 12px Tahoma,sans-serif;
                    text-align: center;
                    vertical-align: middle;
                    cursor: pointer;
                }

                .file-upload span {
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: inline-block;
                    /* Adjust button text vertical alignment */
                    padding-top: .1em;
                    cursor: pointer;
                }

.contact_detail span{
    font-size:10px;
    color:#3e63c7;
}
.contact_detail .fas{
    font-size:10px;
}

.update{
    border-radius:50px;
    background:#3e63c7;
    color:#ffffff;
}
/**/

/*default page cards*/
.cards_section .card,.card-footer{
    border:0px;
    background-color:#322e2f;
    padding:4px;
    border-radius:6px !important;

}
.cards_section .card{
    background-color:#0d0d2d;
    transition:0.2s all ease-in;
}
.cards_section .card:hover{
    box-shadow:none;
    cursor:pointer;
    background-color:#0d0d2d;
    opacity:0.8;
    color:#ffffff;
}
.cards_section .card .fas{
    font-size:50px;
    background-color:#a9a9a9;
    display:flex;
    height:60px;
    width:60px;
    margin:0 auto;
    padding:40px !important;
    border-radius:50px;
    justify-content:center;
    align-items:center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    color:#FCBA38;
}
.cards_section .card .account_circle {
  font-size: 50px;
  background-color: #000000;
  display: flex;
  height: 125px;
  width: 125px;
  margin: 0 auto;
  padding: 40px !important;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  color: #ffffff;
}
/**/

/*Student Detail*/
.student_profile,.student_profile_detail{
    background-color:white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius:12px;
    font-size:14px;
}
.student_profile_detail{
    margin-top:10px;
}
.student_profile .student-picture{
    margin-bottom:30px;
}
.student_biodata{
    position:relative;
}
.student_profile .student_input,.dynamic-textbox{
    border-radius:50px;
    /*padding:22px 10px;*/
}
.student_profile .student_input,.text_area{
    border-radius:20px;
    padding:22px 10px;
}
.student_profile .student_biodata .input_title, .student_profile_detail .input_title{
    position:absolute;
    top:-20px;
    left:32px;
    background-color:#FCBA38;
    padding:2px 8px;
    border-radius:50px;
    font-size:14px;
}
.student_profile_detail .student_input{
    border-radius:50px;
    padding:2px 6px;
}
.student_profile_detail .row .col-sm-6,.col-sm-2,.col-sm-3{
    margin-top:40px !important;
}
.form-control[readonly] {
    background-color: #f7f7f7 !important;
    opacity: 1;
}


.student_profile_detail .col-sm-2, .col-sm-3,.col-sm-4, .col-sm-6,.col-sm-12{
    margin-bottom:20px;
}
.student_profile_detail .col-sm-12{
    margin-top:20px;
}
/**/

/**/
.help h3{
    font-weight:900;
}
.help h2{
    font-size:16px;
    font-weight:700;
}
.help p{
    font-size:14px;
    line-height:30px;
}
/**/


/*fee structre table*/
.table-responsive{
    border-radius:20px;
}
.fee_structre_table thead, .fee_structre_table .bg_blue{
    background-color:#0d0d2d;
    color:#ffffff;
}
.fee_structre_table .bg_blue{
    width:16%;
    border-bottom:1px solid rgba(247, 247, 247, 0.58);
}
.fee_structre_table .bg_red{
    color:#ffffff;
    background-color:#5C005C;
}
.responsive-table {
        width: 100%;
        overflow-x: auto;
    }
    .responsive-table table {
        width: 100%;
        border-collapse: collapse;
    }
    .responsive-table th, .responsive-table td {
        padding: 8px;
        text-align: left;
        border: 1px solid #ddd;
    }
    .responsive-table th {
        background-color: #f2f2f2;
    }
 
  
@media (max-width: 767px) {
    .table-row {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .table-row td {
        display: flex;
        justify-content: space-between;
        align-items:center;
        padding: 8px;
    }

    .table-row td::before {
        content: attr(data-label);
        flex-basis: 50%;
        text-align: left;
        font-weight: bold;
    }

    .table-row td .form-control {
        flex-basis: 50%;
    }

    .table thead {
        display: none;
    }
     .fee_structre_table tbody .table-row .bg_blue{
        width:100%;
        text-align:center !important;
    }
   .fee_structre_table tbody .table-row .bg_blue::before{
       display:none;
   }
}

/**/


/*do payment modal*/
.campus-select{
    position:relative;
    /*z-index:2000;*/
}
.payment-modal {
    
    
    right: 0 !important;
}

.do-payment-modal{
    position:absolute;
    right:8px;
    bottom:0;
}
.do-payment-modal-content{
    width:100%;
    max-width:400px;
}
/**/




/**/
@media only screen and (max-width:1249px){
    .image_upload{
        display:block !important;
    }
    .image_upload .image_upload,.file-upload,.img_btn,.file-upload span{
        display:block;
        width:100%;
        margin-left:0 !important;
        text-align:center;
    }
}

@media (max-width: 992px) {
    .dropdown-menu {
        width: 50%;
    }

        .dropdown-menu .dropdown-submenu {
            width: auto;
        }

    .navbar-nav .nav-link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 6px 10px;
        margin: 4px 0px;
    }

    .top_nav li {
        margin: 4px 4px;
    }

    .dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
        display: flex;
        flex-direction: column;
        position: absolute !important;
        margin-top:0px;
        left: 0%;
       
}
/**/

/**/

    .student_profile .student_biodata .input_title{
    position:relative;
    top:0px;
    left:0px;
    }
}


@media (max-width: 600px) {
    .dropdown-menu {
        width: 100%;
    }

        .dropdown-menu .dropdown-submenu {
            width: 100%;
        }
}

.navbar-nav .nav-item {
    margin-right: 4px;
}
#loadingIndicator {
    z-index: 9999; /* Ensure the loading indicator is on top of other elements */
}
.student_image {
    width: 150px;
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid black; /* Add a thick black border */
}
.list-group-item.hovered {
    background-color: black !important;
    color: white !important;
}
