/*************************Common*****************************/

.form-width {
     width: 40%;
    /* width: 50%; */
}

.btn-primary:hover{
    color: #FF7115;
    background-color: #fff;
    border-color: #FF7115;
}
.btn-check:focus + .btn-primary, .btn-primary:focus{
    color: #FF7115;
    background-color: #fff;
    border-color: #FF7115;
}

.form-control-small {
    /* width: 248px;*/
    width: 100% auto;
    height: 50px;
    left: 464.79px;
    top: 394.8px;
    border: 1px solid rgba(188, 188, 188, 0.53);
    border-radius: 195px;
}

.form-control-large {
    box-sizing: border-box;
    width: 494.84px;
    height: 50px;
    border: 1px solid rgba(188, 188, 188, 0.53);
    border-radius: 195px;
}

.form-label {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.82);
}

.btn-submit {
    width: 163.32px !important;
    height: 50px  !important;
    border-color: #FF7115  !important;
    background: #FF7115  !important;
    border-radius: 153px  !important;
    font-family: 'Poppins'  !important;
    font-style: normal  !important;
    font-weight: 500  !important;
    font-size: 14px  !important;
    line-height: 21px  !important;
    /* identical to box height */
    color: #FFFFFF  !important;
}

.btn-submit-regis {
    width: 163.32px !important;
    height: 50px  !important;
    border-color: #FF7115  !important;
    background: #fff  !important;
    border-radius: 153px  !important;
    font-family: 'Poppins'  !important;
    font-style: normal  !important;
    font-weight: 500  !important;
    font-size: 14px  !important;
    line-height: 35px  !important;
    /* identical to box height */
    color: #FF7115  !important;
}

.heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 34.127px;
    line-height: 47px;
    /* identical to box height */
    color: #1F2029;
}

.heading span {
    color: #FF7115;
    text-decoration: underline;
}

p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 169.5%;
    /* or 24px */
    /* text-align: center; */
    color: rgba(37, 37, 49, 0.69);
}


/*******************Register**********************/

.register-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 31.9639px;
    line-height: 51px;
    color: #1F2029;
}

.register-heading span {
    color: #FF7115;
}


/***************************navbar********************************/

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    /* identical to box height */
    color: #FF7115;
}

.avtar-navlink {
    margin-right: 0px !important;
    margin-left: 1.5px !important;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 3px solid #FF7115;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    /* identical to box height */
    color: rgba(37, 37, 49, 0.74);
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0px;
    background: #FFFFFF;
    box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.15);
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.5rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0.5rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto !important;
    right: 0px !important;
    margin-top: 0.125rem;
}

.dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.text-right {
    text-align: right !important;
}

.user-name h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 160.5%; */
    /* or 22px */
    color: #252A54;
}

.user-name span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    /* line-height: 160.5%; */
    /* identical to box height, or 16px */
    color: #FB8905;
}


/*************************students************************************/

.student-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.82);
}

.add-student-btn {
    width: 150.69px;
    height: 48.1px;
    left: 1247.58px;
    top: 103.18px;
    background: #fff;
    color: #FF7115;
    border: 1px solid #FF7115;
    border-radius: 153px;
    margin-right: 10px;
}

.form-select {
    width: 290px;
    height: 52px;
    margin-right: 10px;
    border: 0.77013px solid #D1D5DB;
    border-radius: 8px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.66);
}


/*table {
    caption-side: bottom;
    border-collapse: inherit;
}*/


/* thead{
    border-bottom:5px solid #dee2e6 !important; 
} */

th {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    /* border: gray !important; */
    color: #000000;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    /* border-style: solid;
    border-width: 0; */
    /* border-bottom: 5px solid #dee2e6; */
}

.text-dark {
    color: #000000 !important;
}


/* .table {
 
     margin-bottom: 1rem; 
     color: #212529; 
    vertical-align: top; 
     border-color: #dee2e6; 
} */

.stud-table {
    /* padding: 1rem 0.5rem; */
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    border: none !important;
    /* border-collapse: inherit !important;*/
    color: #626262;
}

.stud-table th,
td {
    border: none !important;
    /*  border-collapse: inherit;*/
}

table,
th,
td {
    /* border: 1px solid black; */
    /* border-collapse: collapse;*/
}


/* tr.border-bottom {
    border-bottom: 1px solid #626262 !important;
  } */


/****************************Teachers************************************/

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 1.5rem;
    height: 1.3rem;
    margin-top: 17px;
    text-align: center;
    padding-left: 5px;
    pointer-events: none;
    color: #aaa;
}

.fa-search:before {
    content: "\f002";
}

.has-search .form-control {
    padding-left: 2rem;
}

.form-search-input {
    width: 359.9px;
    height: 52px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.51);
    background: #FFFFFF;
    border: 0.77013px solid #D1D5DB;
    border-radius: 8px;
}

.teachers-form-control {
    /* position: absolute; */
    width: 264px;
    height: 52px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.66);
    background: #FFFFFF;
    border: 0.77013px solid #D1D5DB;
    border-radius: 8px;
}

.mr-2 {
    margin-right: 2%;
}

.td {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    /* identical to box height */
    color: #626262 !important;
}


/******************************add student*******************************/

.add-student-banner {
    background-image: url('../images/addstudnet-banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.add-student-banner h1 {
    font-family: 'Alex Brush';
    font-style: normal;
    font-weight: 400;
    font-size: 65.8011px;
    line-height: 82px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 4%;
    padding-bottom: 4%;
    border: 1.79004px solid #FFFFFF;
}

.bg-grey {
    background-color: #FAFAFA !important;
}

.levels {
    width: 472.07px;
    height: 89.23px;
    margin-top: -5%;
    background: #FF7115;
    box-shadow: 0px 14px 21px rgba(255, 113, 21, 0.3);
}

.levels h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 27.8332px;
    line-height: 42px;
    /* identical to box height */
    text-align: center;
    padding-top: 2%;
    color: #FFFFFF;
}

.levels p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 11.9385px;
    line-height: 18px;
    /* identical to box height */
    text-align: center;
    color: #FFFFFF;
}

.addstudent {
    /* border: 1px dashed #000 !important; */
    border-style: dashed !important;
    border-color: #6A6262 !important;
    border: 1px dashed #6A6262 !important;
}

.table .addstudent tr,
th,
thead,
td {
    border: 0.5px dashed #6A6262 !important;
    border-style: solid !important;
    border: 1px solid #6A6262 !important;
    vertical-align: middle;
    text-align: center;
}

.addstudent td {
    height: 95.92px !important;
}

.addstudent th {
    width: 815.67px;
    height: 65.34px;
    vertical-align: middle;
    text-align: center;
    border: 1px dashed #6A6262 !important;
    background: rgba(255, 113, 21, 0.1);
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146.5%;
    /* or 26px */
    color: #FF7115;
}

.addstudent tr {
    border: 1px dashed #6A6262 !important;
}

.addstudent td {
    border: 1px dashed #6A6262 !important;
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 26px;
/* identical to box height */


color: #181818;
}

.bg-orange {
    background: #FF7115 !important;
}

.stud-details {
    background: rgba(150, 150, 150, 0.08);
    border-radius: 12px;
}

.stud-hr {
    border: 1px dashed rgba(115, 115, 120, 0.46);
}

.stud-input {
    /* width: 435.39px; */
    height: 60px;
    border: 1px solid rgba(188, 188, 188, 0.53);
    border-radius: 195px;
}

.form-check-input:checked {
    background-color: #FB8905;
    border-color: #FB8905;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.stud-input-small {
    width: 180.29px;
    height: 53px;
    border: 1px solid rgba(188, 188, 188, 0.53);
    border-radius: 195px;
}

.addstud-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */
    color: #1F2029;
}


/************************In person class schedule******************************/

.inperson-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 44px;
    /* identical to box height */
    text-align: center;
    color: #1F2029;
}

.stud-card {
    width: 467.62px;
    height: 575.22px;
    background: #FFFFFF;
    box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.06);
}


/***********************Gender Selection***************************/

.line-tab {
    margin-right: 3px;
    width: 41.21px;
    height: 7.99px;
    background: #D9D9D9;
    border-radius: 20px;
}

.gender-heading {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 75px;
    /* identical to box height */
    color: #1F2029;
}


/*******************student information*************************/

.student-avatar {
    width: 52.15px;
    height: 60.72px;
    margin-left: -18%;
    margin-top: 33%;
}

.student-card {
    /* width: 325.72px; */
    height: 498.84px;
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 24.2397px 165.061px rgba(0, 0, 0, 0.04);
    border-radius: 17px;
}


/* .progress{
    
        display: inline-block;
        width: 2rem;
        height: 2rem;
        vertical-align: -0.125em;
        border: 0.25em solid currentColor;
        border-right-color: transparent;
        border-radius: 50%;
        -webkit-animation: .75s linear infinite;
        animation: .75s linear infinite;
    
} */

.student-card h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.82);
}

.student-card h5 {
    font-family: 'Alex Brush';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #FF7115;
    /* border: 0.858092px solid #FF7115;*/
}

.student-card hr {
    /* width: 325.89px; */
    border: 1px solid #EBEBEB !important;
    background: #EBEBEB;
}


/******************progressbar***********************/


/*** <--- CIRCLE STYLES ---> ***/

.complete {
    border: 5px solid #FFB900;
}

.course-menu-vector {
    position: absolute;
    width: 37px;
    height: 37px;
    margin-right: 3%;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coursemenu span {
    font-size: 15px;
}


/*********************student view************************/

.student-view-width {
    width: 1200.28px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 250px rgba(0, 0, 0, 0.06);
    /* max-height: 1200px; */
}

.student-view h4 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height */
    color: rgba(0, 0, 0, 0.82);
}

.btn-secondary {
    width: 77.57px;
    height: 39.72px;
    background: #fff !important;
    color: #FF7115 !important;
    border: 1px solid #FF7115;
    border-radius: 153px;
}

.sd-border-right {
    border-right: 1px solid #DFDFDF;
    /* height: 530px; */
}

.student-view h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17.9569px;
    line-height: 27px;
    /* identical to box height */
    color: #FF7115;
}

.student-view p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 202%;
    /* or 28px */
    color: rgba(0, 0, 0, 0.85);
}

.request-btn {
    width: 103.35px;
    height: 33.43px;
    border: #FF3115;
    background: #FF3115;
    border-radius: 153px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    /* identical to box height */
    color: #FFFFFF;
}

.student-view .card {
    border: none !important;
}

.student-view-heading {
    font-family: 'Alex Brush';
    font-style: normal;
    font-weight: 400;
    font-size: 48.4382px;
    line-height: 61px;
    /* identical to box height */
    color: #FF7115;
}

.heading-width {
    /*  width: 1200.28px;*/
}
 /* .stud-hr{
    width: 395px !important;
} */

.border-none{
    border: none;
}

.student-table table{
    background: #fff;
    border-collapse: inherit !important;
}
.checkout-width{
    width: 80%;
}
.present-btn-green{

width: 99.92px;
height: 46.19px;

font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
/* identical to box height */

background: #5D9E4D;
border: 1px solid #5D9E4D;
border-radius: 120px;

color: #fff;
border: 1px solid #D9D9D9;
border-radius: 120px;
}
.absent-btn{

width: 99.92px;
height: 46.19px;
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
/* identical to box height */


color: #fff;

background: #F2374A;
border-radius: 41px;
}
.late-btn{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */
    
    
    color: #626262; 
width: 99.92px;
height: 46.19px;
left: 1263.46px;
top: 317.82px;

border: 1px solid #D9D9D9;
border-radius: 41px;
}

.level-card{
    /* white */
    width: 121.48px;
    height: 150px !important;
background: #FFFFFF;
border: 0.675569px solid #E4E4E4;
box-shadow: 0px 3.49583px 5.24374px -0.873957px rgba(0, 0, 0, 0.1), 0px 1.74791px 3.49583px -1.74791px rgba(0, 0, 0, 0.05);
border-radius: 4.36979px;

}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 5% !important;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom:none !important;
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer{
    border-top: none !important;
}

.level-card-selected{
    border: 3px solid orange;

}
.parsley-required{
	color:red !important;
}
.parsley-min{
	color:red !important;
}
.parsley-minlength{
	color:red !important;
}
.parsley-type{
	color:red !important;
}
.parsley-pattern{
    color:red !important;
}
.parsley-maxlength{
    color:red !important;
}

.swal-wide{
    background-color: #ffffff;
    width: 300px!important;
    padding: 8px!important;
    top: 30%!important;
    left: 57%!important;
}


.hide{
	display:none;

}

.select2-selection__rendered {
    line-height: 51px !important;
}
.select2-container .select2-selection--single {
    height: 55px !important;
}
.select2-selection__arrow {
    height: 54px !important;
}
.select2-container--default .select2-selection--single{
    background-color:#f9f9f9 !important;
}

.table-fixed thead {
    width: 97%;
  }
  
  .table-fixed tbody {
    height: 150px;
    overflow-y: auto;
    width: 100%;
  }
  
  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr,
  .table-fixed td,
  .table-fixed th {
    display: block;
  }
  
  .table-fixed tbody td,
  .table-fixed thead>tr>th {
    float: left;
    border-bottom-width: 0;
  }
  
  .table-fixed thead {
    width: 97%;
  }
  
  .table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
  }
  
  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr,
  .table-fixed td,
  .table-fixed th {
    display: block;
  }
  
  .table-fixed tbody td,
  .table-fixed thead>tr>th {
    float: left;
    border-bottom-width: 0;
  }

  .att_badge{
    border: 1px solid #626262;
    color:#626262;
    background-color: #FFFF;
  }
  .present_badge{
    border: 1px solid #04AF70;
    color:#FFFF;
    background-color: #04AF70;
  }
  .absent_badge{
    border: 1px solid red;
    color:#FFFF;
    background-color: red;
  }
  .makeup_badge{
    border: 1px solid #0a2abb;
    color:#FFFF;
    background-color: #0a2abb;
  }