.btn_update_1{
font-size: 14px;
color: #fff !important;
background: green !important;
padding: 7px 8px;
border-radius: 4px;
}

.btn_view_1{
    font-size: 14px;
    color: #fff !important;
    background: #0d6efd !important;
    padding: 2px 5px !important;
    border-radius: 4px;
    border: none;
}

.btn_update_2{
font-size: 14px;
color: #fff !important;
background: red !important;
padding: 7px 8px;
border-radius: 4px;
}

.actionTD{
/*display: flex;
align-items: center;
justify-content: center;*/

text-align: center;
}

.btn-download i{
font-size: 14px;
color: #fff !important;
background: #0d6efd !important;
padding: 7px 8px;
border-radius: 4px;
}
td.actionTD a {
margin-right: 4px;
}

.footer_m{
    margin:0px;
}


.usericon{
    background: #e3e4e6;
    padding: 12px;
    border-radius: 8px 0px 0px 8px;
}

.userinput{
    border-radius: 0px 8px 8px 0px !important;
}

.card_body{
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.text_clolor{
    color: #7366ff;
    font-family: 'FontAwesome';
    font-size: 17px;
    font-weight: 500;
}

.d_flex{
    align-items: center;
}
.border_bottom{
    border-bottom: 2px solid #f7f5f2;
    width: 82%;
    margin-left: 15px;
}

.border_bottom_1{
    border-bottom: 2px solid #f7f5f2;
    width: 78%;
    margin-left: 15px;
}

.border_bottom_2{
    border-bottom: 2px solid #f7f5f2;
    width: 83%;
    margin-left: 15px;
}
.selcet_heding{
    border-bottom: 2px solid #7366ff;
    padding: 10px 10PX 10PX 10PX;
}

.selcet_heding h4{
    font-size: 16px;
    font-family: system-ui;
    font-weight: 500;
}
.selcet-padding{
    background-color: transparent !important;
    padding: 8px 20px 8px 20px !important;
}

th.sorting {
    font-size: 12px;
}

thead, tbody, tfoot, tr, td, th {
       border-color: #44444787;
    border-width: 1px;
}

thead {
    background-color: #d6d6d680;
}
.SubmitBTN{
margin-top:40px;
}
.totalamountTD {
    font-weight: 500;
    text-align: end;
        padding: 16px 0 !important;
            border-right: unset;
}
.totalamountTD span {
       margin-right: 15px;
}

table .serialCenter{
    text-align:center;
}

.student_i{
    color: #7366ff;
    margin-right: 8px;
    font-size: 20px;
}
.mr_detalis{
    margin: 13px 0px !important;
}
.student_1 {
    color: #000;
    margin-right: 8px;
    font-size: 20px;
}

.bg_whit{
    background:#fff;
}

.btn_update{
    margin-right:6px;
}

.login_card{
        margin-top:0px !important;
    }

    .login_main{
        width:1050px !important;
    }

@media (max-width: 991px){
	.border_bottom {
    border-bottom: 2px solid #f7f5f2;
    width: 48%;
    margin-left: 15px;
}
.border_bottom_2 {
    border-bottom: 2px solid #f7f5f2;
    width: 53%;
    margin-left: 15px;
}
.border_bottom_1 {
    border-bottom: 2px solid #f7f5f2;
    width: 37%;
    margin-left: 15px;
}
.login_main{
    height: 80% !important;
    }
.login_card{
    display: flex;
    height: 100%;
    width: 100%;
}
    
}


.dropdown-menu .dropdown-item {
    color: #161616;
    font-size: 13px;
    padding: 6px 12px;
    border-top: 1px solid #efefef;
    background: #fff;
    opacity:1;
}

.actionTD .dropdown-menu {
    box-shadow: 0 0.25rem 1rem rgba(165, 163, 174, 0.45);
    animation: dropdownAnimation 0.1s;
}
/*.actionTD .dropdown .totbtn {*/
/*    font-size: 26px;*/
/*}*/
.actionTD .dropdown .totbtn i{
         color: #5f5757;
    font-size: 20px;
}

.actionTD .dropdown-menu li a {
        font-size: 14px;
    margin-left: 12px;
    color: #000;
}

.actionTD .dropdown-menu li a i {
    font-size: 18px;
    color: red;
    margin-right:5px;
}

.fessCheck{
    height: 19px !important;
    width: 19px !important;
}
.page-wrapper .page-header .header-wrapper{
        padding: 15px 30px;
}
