


/* =============================================================================================================== */
/* global style start from here */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
   
}
body{
    background-color: #f5f5f5;
}

:root {
    --primary-color: #CB606B;
    --secondary-color: #f5f5f5;
    --text-color-light-grey: #5C5C5C; 
    --text-color-dark-grey: #333333; 
    --dark-text-color: #2D3748;
    --white-color: #ffffff;
    --black_color:#000000;
    --mid_color: #A04F57;
    --dark_color:#B3323E;

}




.colorWhite {
    color: var(--white-color);
}

footer.footer.t-a-c {
    display: none;
}
/* =============================================================================================================== */
/* FONT FAMILY */

@font-face {
    font-family: 'Sitka';
    src: url('../website/fonts/sitka-small-815.ttf');
}

@font-face {
    font-family: 'DM Sans';
    src: url('../website/fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../website/fonts/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../website/fonts/Poppins-SemiBold.ttf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../website/fonts/Poppins-Regular.ttf');
}

/* =============================================================================================================== */

.sidebar-nav ul#side-menu {
    margin: 0px;
    padding: 0;
}

.sidebar-nav ul#side-menu li.active>a  {
    
    background: var(--mid_color);
    border-radius: 12px;
    border-bottom-left-radius: 0px;
    margin-right: 20px;
    border-top-left-radius: 0px;
    color: white;
    display: flex;
    align-items: center;
}
.sidebar-nav ul#side-menu li.active>a i:before {
 
    color: white;
}

.sidebar-nav ul#side-menu li a i:before {
    font-size: 20px;
   
    padding: 7px 9px;
    border-radius: 11px;
    color: #5C5C5C;
}
.sidebar-nav ul#side-menu li a span {
    padding-left: 0px;
    color: #333333;
}

.sidebar-nav ul#side-menu li.dropdown ul {
    padding-left: 30px;
    background-color: white;
}

.sidebar-nav ul#side-menu li a.active span {
    color: #ffffff;
}

.sidebar-nav ul#side-menu li ul {
    padding-left: 17px;
}


.drop-icon i.fa-solid.fa-caret-down {
    float: right;
    position: absolute;
    right: 22px;
    top: 15px;
}

.cust_side_btn i.fa-solid.fa-right-from-bracket {
    /*transform: rotate(180deg);*/
    margin-right: 5px;
}
.cust_side_btn {
    position: absolute;
    top: 800px;
    border: 2px solid #460101;
    width: 10%;
    padding-block: 8px;
    border-radius: 8px;
    margin-left: 2.5em;
    position: fixed;
}

.cust_side_btn a {
    font-size: 18px;
    display: flex;
    gap: 30px;
    padding-left: 20px;
    align-items: center;
}


/* =============================================================================================================== */
/*HEADINGS PARA SPAN*/

h1 {

    font-family: "DM Sans";
    font-size: 64px;
    font-weight: 500;
    line-height: 80px;
 
}

h2 { 

    font-family: "DM Sans";
    font-size: 48px;
    font-weight: 500;
    line-height: 45px;
   

}
 
h3 {
    font-family: "sitka-small";
    font-size: 42px;
    line-height: 45px;
    
}

h4 {    

    font-family: "Sitka-small";
    font-size: 32px;
    line-height: 32px;
   
}

h5 {

    font-family: "Sitka-small";
    font-size: 24px;
    line-height: 24px;
    
}

h6 {

    font-family: "Sitka-small";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    
}


/* h6 {
    font-family: "SFPRODISPLAYBOLD";
    font-size: 24px;
    line-height: 35px;
    color: var(--primary-color1);
} */



a {
    list-style: none;
    text-decoration: none;
    color: var(--text-color-light-grey);
    font-family: "Poppins-SemiBold";
    font-size: 12px;
    font-weight: 18px; 
}

li {
    list-style: none;
    text-decoration: none;

} 


p {
    font-family: 'Poppins-Medium';
    font-size: 12px;
    line-height: 18px;
    color: var(--text-color-dark-grey);
   

}

.dropdown-menu {
    left: -100px;
    min-width: 80px;
    padding: 5px 5px;
    margin: 2px 0px 0;
}


/* navbar */
.dropdown.user-pro-body {
    display: flex;
    align-items: end;
    margin-block: 20px;
}
.profile-image img {
    height: 43px;
    margin-right: 20px;
    margin-left: 15px;
    margin-top: 10px;
}


/* homepage */
.add_btn button {
    background-color: transparent;
    color: black;
    display: flex;
    gap: 8px;
}

button {
    background-color: transparent;
}
/* card */
.card_element {
    height: 420px;
    width: 475px;
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: -4px 4px 30px #00000014;
    overflow: hidden;
    position: relative;
}

.card_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
}

.main .card_element .numbr {
    position: absolute;
    top: 180px;
}

.card_element .head {
    border-bottom: 1px solid lightgray;
}


.box_one:after {
    content: '';
    background: url('../website/assets/images/sch.png') no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-size: 77% 100%;
    left: 0;
    z-index: 1;
    background-position: right;
}

.man_sch .box_one:after {
    content: '';
    background: url(../website/assets/images/carddollar.png) no-repeat;
    width: 30%;
    height: 50%;
    display: block;
    position: absolute;
    top: 150px;
    background-size: 77% 100%;
    left: 250px;
    z-index: 1;
    background-position: right;
}

.box_two:after {
    content: '';
    background: url('../website/assets/images/manager.png') no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-size: 77% 100%;
    left: 0;
    z-index: 1;
    background-position: right;
}

.manager_pay .box_two:after {
    content: '';
    background: url('../website/assets/images/doller.png') no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-size: 77% 100%;
    left: 0;
    z-index: 1;
    background-position: right;
}

/*.manager .box_two:after {*/
    /*content: '';*/
    /*background: url('../website/assets/images/doller.png') no-repeat center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*background-size: 77% 100%;*/
    /*left: 0;*/
    /*z-index: 1;*/
    /*background-position: right;*/
/*}*/
.bar-rw h5 {
    padding-block: 15px;
}
.box_three:after {
    content: '';
    background: url('../website/assets/images/student.png') no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-size: 77% 100%;
    left: 0;
    z-index: 1;
    background-position: right;
}


.manager_pay .box_three:after {
    content: '';
    background: url('../website/assets/images/det.png') no-repeat center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background-size: 77% 100%;
    left: 0;
    z-index: 1;
    background-position: right;
}

/*.manager_pay .box_three:after {*/
    /*content: '';*/
    /*background: url('../website/assets/images/det.png') no-repeat center;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0px;*/
    /*background-size: contain;*/
    /*left: 620px;*/
    /*z-index: 1;*/
/*}*/




.card_element.range .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 5px;
    border-bottom: 1px solid;
}

.progress.progress-md {
    height: 12px!important;
}
.progress-bar {
    border-radius: 15px;
    background-color: var(--primary-color);
}

.bar-rw {
    padding-top: 10px;
}

.list {
    display: flex;
    gap: 50px;
    align-items:center;
}

.list i.fa-solid.fa-circle {
    font-size: 8px;
    padding-right: 8px;
}

.index_head_row .cust_heading {
    padding-block: 5px;
    padding-inline: 80px;
    /* color: white; */
    background-color: #CB606B;
    border-radius: 20px;
    COLOR: white;
}
.index_head_row .cust_heading h2{
    color: white;
}
.card_element.range .numbr {
    padding-top: 25px;
}

/* school pagew */
.table_sec .white-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border: none;
    border-radius: 20px;
}

.manager_pay .num p {
    font-size: 19px;
    padding-block: 15px;
}
.manager_pay .num {
    padding: 20px;
}

.upper_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add_btn {
    display: flex;
    gap: 10px;
    font-size: 20px;
    align-items: center;
    font-family: 'DM Sans';
}


@media screen and (max-width: 1600px) {

    .card_wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: center;
    }
}


/*tabs*/

.table_tabs .nav-pills>li.active>a {
    background: none;
    color: black;
}
.table_tabs .nav-pills>li.active>a:hover {
    background: none;
    color: lightgrey;
    font-size: 42px;
}

.manager_form_field input.form-control {
    border: 2px solid black;
    height: 50px;

    border-radius: 6px;
    background: transparent;
}

.manager_form_field input::placeholder {
    color: black;

}
.cust_cal .fc-toolbar {
    display: none;
}
.cust_cal .fc-unthemed .fc-today {
    background: #ef3b58;
}
.cust_cal th.fc-day-header.fc-widget-header {
    padding-block: 25px;
    background-color: aliceblue;
}

.form_field_padding {
    padding-block: 20px;
}

/*form img change*/
.profile-image-div {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
}

img#blah {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.profile-image-div img {
    max-width: 180px;
}
.profile-image-div input[type=file] {
    padding: 10px;
    background: #2d2d2d;
    cursor: pointer;
}
.profile-image-div input {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
}

.profile-image-div:after {
    content: '';
    background: url('../website/assets/images/Frame.png') no-repeat center;
    width: 40%;
    height: 15%;
    display: block;
    top: 135px;
    left: 100px;
    position: absolute;
    /* background: url(); */
    cursor: pointer;
    background-size: contain;
}
.profile-image-change {
    width: 180px;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
}


.profile-image-change button {
    background: var(--primary-color);
    color: white;
    padding-block: 12px;
    padding-inline: 30px;
    width: 100%;
}
.profile-image-change input[type=file] {
    padding: 10px;
    background: #2d2d2d;
    cursor: pointer;
}

.profile-image-change input {
    position: absolute;
    width: 100%;
    top: 30px;
    opacity: 0;
}

/*end form img*/
.btn_form_pro input.form-control {
    border: none;
    background-color: #cb606b;
    color: white;
}

.head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.white-box.stat-widget {
    border-radius: 20px;
    border: none;
}
.table>tbody>tr>td a {
    font-size: 16px;
    color: #444444;
    cursor: pointer;
}

.head .dropdown-menu {
    left: -115px;
}
/*modal fields */

.addsch input.form-control,
.addsch select.form-control.select {
    height: 50px;
    border-radius: 10px;
    border: none;
}
.btn_modal input.form-control {
    background-color: #b3323e;
    color: white;
    border: none;
}

.location i.fa-solid.fa-location-dot {
    position: absolute;
    top: 45px;
    right: 13px;
}

.location {
    position: relative;
}


.addsch label {
    color: black;
    font-size: 16px;
}

.addsch h2 {
    text-align: center;
}

.addsch .close {
    font-size: 40px;
    color: black;
    opacity: 0.5;
}

.card_check {
    padding-top: 20px;
    display: flex;
    gap: 40px;
}

.card_check img {
    height: 40px;
    width: auto;
}
.btn_modal_cancel a.btn {
    background: white;
    padding-block: 12px;
    padding-inline: 100px;
    border-radius: 10px;
    font-size: 17px;
}

/* Style for the color display div */
.col_display {
    width: 100px;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
}
.dis_col {
    padding-top: 8px;
}



/*emd modal fields*/

/*loginpage*/
.inner_left_box {
    height: 100vh;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}


.inner_left_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cust_right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.inner_login_form {
    width: 80%;
    padding: 20px;
    text-align: center;
}

.inner_login_form .form-group input {
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    background:white;
    border-radius: 10px;
    box-shadow:-4px 4px 30px #00000014;
    padding-inline-start: 12px;
}

.form-group.cust_check_row {
    padding-block: 12px;
}

.cust_check_row label {
    color: black;
}

.cust_check_row a.frgt_pass {
    font-size: 18px;
}


/*.inner_login_form .form-group input::placeholder {*/
    /*position: absolute;*/
    /*left: 15px;*/
/*}*/

.inner_login_form .form-group  button.btn.btn-info {
    background: black;
    border: none;
    height: 50px;
}

.inner_login_form label {display: flex;font-size: 18px; color:#FE0000; gap:10px;}



.pas {
    position: relative;
}

.pas i#togglePassword {
    position: absolute;
    top: 18px;
    right: 20px;
}


.after_btn p {
    font-size: 18px;
}

.after_btn p a {
    font-size: 15px;
}

.inner_login_form h1 {
    text-align: start;
    padding-bottom: 50px;
    font-size: 100px;
}
.inner_login_form .form-material .form-control, .form-material .form-control.focus, .form-material .form-control:focus{
    background: none;
    box-shadow:-4px 4px 30px #00000014;
}
/*login page end*/

span.name_col {
    background: black;
    padding-inline: 40px;
    border-radius: 20px;
    margin-left: 1em;
}

span.tab_name_col {
    background: blue;
    padding-inline: 40px;
    padding-block: 7px;
    border-radius: 8px;
}