/* MY CSS */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
    background: #fff !important;
}

.bg-black-500 {
    background: #000;
    color: #fff;
}

.back-button {
    font-size: 14px;
    font-size: 14px;
    background-color: #68D0FF;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
    left: 10px;
    position: absolute;
    top: 10px;
}

.back-button:hover {
    background-color: #113b78 !important;
}

@media print {
    .back-button {
        display: none !important;
    }
}

.competitionBox {
    width: 50%;
    height: 55vh !important;
}
.competitionBox td {
    padding: 5px 10px;
}
.container.my-3 {
    max-width: 90% !important;
}
.saveGradingDetails td {
    width: 39%;
}
.compImages {
    display: flex
;
    flex-direction: column;
    width: 47%;
}
.competitionBox table.table.table-striped {
    border-radius: 0 0 11px 11px;
}
.upcomingFormsGroup .compImages img {
    width: 100% !important;
}
#tableBody td.blue {
    background: #9bcfff !important;
}
.competitionBox h3 {
    background: #113B78 !important;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 20px;
    margin: 0 !important;
    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
}
.checkButtons button {
    background: #68d0ff !important;
    color: #fff !important;
    border: none !important;
}
.area-options button {
    background: #68d0ff;
    border: none;
    color: #fff;
    margin-bottom: 10px;
}
.menuItemss {
    margin-bottom: 12px;
    /* position: relative; */
}
.list-submenuss a {
    background: transparent !important;
    border-radius: 8px;
    border: none !important;
    padding: 8px 12px !important;
    margin-bottom: 4px !important;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    display: block;
}
.list-submenuss a:hover {
    background: #fff !important;
    color: #000;
}
.menuItemss:hover .list-submenuss {
    display: block;
    animation: slideDown 0.3s ease-in-out;
    position: absolute;
    width: fit-content;
    background: #113b78;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 100%;
}

.menuItemss .list-submenuss {
    display: none;
}





.menuItems {
    margin-bottom: 12px;
    position: relative;
}
.list-submenus a {
    background: transparent !important;
    border-radius: 8px;
    border: none !important;
    padding: 8px 12px !important;
    margin-bottom: 4px !important;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    display: block;
}
.list-submenus a:hover {
    background: #fff !important;
    color: #000;
}
.menuItems:hover .list-submenus {
    display: block;
    animation: slideDown 0.3s ease-in-out;
    position: absolute;
    width: fit-content;
    background: #113b78;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    z-index: 9;
    top: 0;
    left: 100%;
}

.menuItems .list-submenus {
    display: none;
}
.licenceFillters  {
    border-radius: 26.496px;
    border: 0.662px solid #7C71FF;
    background: linear-gradient(230deg, #113b78e3 2.11%, #3B6CB2 102.63%);
    box-shadow: 0px 2.65px 21.859px 0px rgba(0, 0, 0, 0.25);
    padding: 17px 19px 17px 26px;
    color: #fff;
}
.licecnechecboxgroup label {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 15px;
}
.licecnechecboxgroup {
    gap: 14px;
    display: flex;
    flex-wrap: wrap;
}
.searchBotton {
    width: 38%;
}
.licenceFillters input[type="submit"] {
    background: #fff;
    border: none;
    padding: 5px 43px;
    border-radius: 10px;
    font-weight: 700;
}
.licenceQue {
    width: 33%;
}
.licenceQue .d-flex {
    gap: 22px;
}
.licenceQue h3 {
    font-size: 21px;
    font-weight: 700;
}
.licenceQue p {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
img.toggle-tick.tickImages {
    width: 26px;
}
.licenceFillters {
    margin: 18px 0 40px !important;
}



.accordianHeading {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter';
}

.formsAccordion a {
    width: 17%;
}
.accordion-body.d-flex.gap-4 {
    flex-wrap: wrap;
}
.formsAccordion img {
    width: 68px;
}
.formsAccordion p {
    font-size: 13px !important;
}

.upcomingFormsGroup img {
    width: 35% !important;
    margin-bottom: 10px;
}
.upcomingImages h3 {
    font-size: 20px;
    width: 86%;
    margin: 0 auto;
    font-weight: 500;
}


/* APPLICATION PRINT */
.appprintMain {
    padding: 10px 36px 6px !important;
    padding: 0;
}
.applicationPrintMain img {
    width: 136px;
}
.applicationPrintMain h3 {
    margin-bottom: 8px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
}
.applicationPrintMain h2 {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 700;
}
.applicationPrintMain p {
    font-size: 14px !important;
    margin: 0;
}

.appprintMain .col-6 .form-label {
    margin: 0 !important;
    width: 152px !important;
}

.appprintMain .form-label {
    font-weight: bold;
    width: 194px;
    font-size: 14px;
    margin: 0;
}
.appprintMain .underline {
    border-bottom: 2px solid black;
    padding: 2px;
    width: 42%;
    font-size: 12px;
    font-weight: 500;
}

.appprintMain .col-12 .underline {
    width: 100%;
}
.appprintMain .form-group {
    margin-bottom: 1rem;
}
.appprintMain .col-4 {
    padding: 0;
}
.declarationappPrint.junior-gradings {
    padding: 20px 16px;
}
.appprintMain .row {
    width: 100%;
    margin: 0;
}

.newHeader {
    margin: 0 20px;
}
.pdflogopp{
    text-align: right;
}
.pdflogopp p{
    font-size: 12px;
    line-height: 1.5;
    margin-top: 5px;
}
.pdflogopp img{
        min-width: 120px;
}
@media print{
    .competition-draW {
        margin: 0 20px;
    }
}

@media print {
    .appprintMain {
        page-break-before: always;
    }
    .grading-printoutss{
        page-break-before: always;
    }

    .dashboardContentBox {
        width: 100% !important;
    }
    .col-md-2.dashboardBox {
        display: none;
    }

    .competition-draW {
        page-break-after: always;
    }
}

.declarationappPrint {
    border: 1px solid;
    margin-top: 12px;
    padding: 10px 10px 0;
}
.declarationappPrint p {
    font-size: 12px;
    margin-bottom: 0 !important;
}
.parentuse {
    margin-top: 10px;
}
table.table.table-bordered {
    border: 1px solid;
}
.parentuse .col-8 .form-label {
    width:fit-content;
    margin-right: 10px;
}
.parentuse .underline {
    width: 70%;
}
.onlyInstructor {
    margin-top: 15px;
}
.onlyInstructor h2 {
    font-size: 15px;
    font-weight: 800;
    text-decoration: 2px underline;
}
.onlyInstructor .col-6 .form-label {
    width: 106px !important;
}
.onlyInstructor .col-6 .underline {
    width: 68%;
}
.row .form-label.mx-1 {
    margin-right: 10px !important;
}
.trainingPeriod {
    margin-top: 10px;
}
.trainingPeriod p {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}
.trainingPeriod .underline {
    width: 24px !important;
    text-align: center;
    border-bottom: 1px solid black;
}
span.proStar {
    border: 1px solid;
    width: 84px;
    text-align: center;
}
.uploadphotoMain {
    margin-top: 10px !important;
}
p.promoteto {
    font-size: 14px;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.uploadphotoMain p {
    font-size: 14px;
    margin: 0 0 2px;
}
.uploadphotoMain textarea {
    width: 100%;
}
.uploadphoto {
    display: flex;
    align-items: center;
    border: 1px solid;
    text-align: center;
    justify-content: center;
}

.grading-printout input.pdf-email {
    width: auto !important;
}

.appprintMain .uploadphotoMain .form-label {
    width: 258px;
}
.examinerTable th, .examinerTable td {
    font-size: 12px !important;
    font-weight: 500;
    text-align: center;
    padding: 4px 4px;
}
.datetabledata {
text-align: left !important;
}
.examinerTable .passFaildata {
    font-weight: 700 !important;
    font-size: 20px !important;
}
.examinerTable h3 {
    font-size: 14px;
    margin: 0;
    border-top: 1px solid;
    margin-top: 10px;
    border-right: 1px solid !important;
    border-left: 1px solid;
    padding: 4px;
}
/*  */

.medicalSummary {
    width: fit-content !important;
}
.mainError {
    position: absolute;
    top: 37px;
    left: 18%;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

/*LOGIN FORM  */
.card-header {
    text-align: center;
    padding: 0;
    border: none !important;
    background: transparent !important;
    color: #231F20;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: Inter;
}
h3#headingOne {
    display: flex;
    justify-content: end;
    width: 100%;
}
.card {
    border: none !important;
    width: 450px;
    margin: 60px auto 50px;
    background: #fff !important;
    padding: 40px 22px;
}

.card-body {
    padding: 0 !important;
}

.card-body p {
    text-align: center;
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 20px;
}

.card-body h3 {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    font-family: 'Inter';
    margin: 0 0 10px;
}

.card-body form {
    font-size: 14px;
}

.container.signupMain {
    background: #113B78;
    max-width: 100%;
}

.loginHead {
    background: #113B78;
}

.card-body label {
    width: 100%;
    font-size: 12px;
    padding: 0 0 4px;
    font-family: Inter;
}

.card .card-body input {
    font-size: 14px;
    padding: 4px;
    width: 100%;
    font-family: Inter;
    border-radius: 0%;
    margin-bottom: 10px !important;
    border: 1px solid #D8D8D8 !important;
}

.card-body select {
    font-size: 14px;
    padding: 4px;
    width: 100%;
    font-family: Inter;
    border-radius: 0%;
    color: #a4905e;
    background: #fff;
    margin-bottom: 10px !important;
}

.card-body .row {
    width: 100%;
    margin: 0 auto;
}

.selectInput i {
    position: absolute;
    top: 32px;
    right: 18px;
}

.selectInput {
    position: relative;
}


.loginbttn {
    max-width: 76% !important;
    margin: 0 auto;
}

.remeberpass input#checkbox {
    width: fit-content;
}

.input-group-addon {
    display: none;
}

.loginbttn .btn {
    width: 100%;
    background: #113B78 !important;
    font-size: 14px;
    color: #FFF;
    padding: 8px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    margin: 0 auto !important;
    text-align: center;
}

.loginbttn .btn:hover {
    background: #6897dc !important;
}

.loginbttn {
    padding: 0 !important;
}

.forgotPass i {
    color: #000;
    font-size: 13px;
}

.forgotPass a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    font-family: Inter;
}

.forgotPass {
    padding: 0 !important;
    text-align: right;
}

.form-control:focus {
    box-shadow: none !important;
}




/**********HEADER**************/
.topheadinner {
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 5px 0;
}

.main-heads {
    padding-top: 12px;
    max-width: 98%;
    margin: 0 0 0 auto !important;
}

.loginSec {
    gap: 10px;
}

.logoSec {
    gap: 15px;
}

.topheadinner img {
    width: 30%;
    height: 80%;
}

.headerText h2 {
    font-family: Inter, sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}

.headerText h4 {
    font-family: Inter;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.loginSec p {
    font-family: Inter;
    font-size: 11px;
    line-height: 30px;
}

.loginSec p i {
    font-size: 22px !important;
    position: relative;
    top: 8px;
}


.navbar .nav-item:hover .submenu {
    display: block;
    animation: slideDown 0.3s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.submenu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.submenu a {
    color: #333;
    padding: 12px 14px;
    display: block;
    text-decoration: none;
}

body {
    font-family: 'Inter' !important;
}

.submenu a:hover {
    background-color: #ddd;
}

.menuSec nav {
    background: #000 !important;
    padding: 0;
    border-bottom: 6px solid #113B78;
}

.menuSec nav .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.menuSec nav a.nav-link {
    color: #EEEEEE;
    padding: 0px 8px 0px 8px;
    font-size: 12px;
    font-family: Inter, sans-serif;
    line-height: 30px;
}

.menuSec nav a.nav-link {
    color: #EEEEEE;
    padding: 0px 8px 0px 8px;
    font-size: 12px;
    font-family: Inter, sans-serif;
    line-height: 30px;
    border-left: 1px solid #EEEEEE;
}

.lastmenu {
    border-right: 1px solid #EEEEEE !important;
}

.submenu a {
    line-height: 26px;
    border-bottom: 1px solid #CCCCCC;
    padding-right: 2px;
    text-decoration: none;
    color: #EEEEEE;
    font-size: 11px;
    font-family: Inter;
    padding: 0;
}

.submenu {
    background: #333333;
    padding: 0px 8px 8px 8px;
    width: 170px;
}

.submenu a:hover {
    background: #444444;
}

li.nav-item:hover a.nav-link {
    text-decoration: 1px solid underline;
}

/***********FOOTER*********************/
.footermain {
    background-color: #E5E5E5;
    padding: 30px;
    text-align: center;
}

.footermain p {
    margin: 0 !important;
    font-size: 11px;
    font-family: Inter;
}

.loginHeadInner {
    padding: 10px 50px;
    max-width: 100% !important;
    background: #fff;
    border-radius: 0;
}

.footermain a:hover {
    text-decoration: 1px solid underline;
}

.footermain a {
    margin: 0 !important;
    font-size: 11px;
    font-family: Inter;
    color: #000;
    text-decoration: none;
}

.footermain img {
    width: 20px;
    margin-right: 3px;
}

/*HOME CONTENT  */
.Homecontent {
    max-width: 97%;
    margin: 0 auto;
    padding-top: 10px;
}

.homecontHead h2 {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
    margin: 0;
}

.homecontentfb a {
    color: #000 !important;
    text-decoration: none;
    font-size: 14px;
    font-family: Inter;
}

.homecontentfb a:hover {
    text-decoration: 1px solid underline;
}

.homecontentfb p {
    text-align: right;
}

.homecontentfb img {
    width: 20px;
}

.mydash {
    margin-top: 14px;
}
.applicationPrint h1.tabHead {
    font-size: 22px;
}
.applicationPrint {
    max-width: 90%;
    margin: 0 auto;
}
.applicationMain {
    border: 1px solid #666;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 5px 3px 7px #bbb;
    background-color: #FFF;
}
.applicationMain h2 {
    font-size: 18px;
    margin: 0;
}
.applicationMain h3 {
    font-size: 18px;
    margin: 0;
}
.applicationInner {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
}
.applicationInner h3 {
    font-size: 14px;
}

.applicationInner h4 {
    font-size: 13px;
    margin: 0;
}
.applicationInner label {
    font-size: 12px;
}
.applicationInner input {
    margin-right: 10px;
}
.applicationForm h3 {
    font-size: 14px;
    margin: 0;
    padding: 10px 0;
}
.applicationForm label {
    font-size: 12px;
    font-weight: 500;
    margin-right: 10px;
    width: 92px;
    text-align: right;
}
.instructorPplication label {
    width: fit-content;
}
img.admingradeImg {
    border: 1px solid;
    height: 30px;
    border-radius: 5px;
    width: 86px;
}
.applicationArea label {
    width: fit-content;
}
.applicationForm p {
    font-size: 13px;
    font-weight: 500;
}
.applicationForm input {
    border: 1px solid #BBB;
    font-size: 13px;
}
 .mydash a {
    max-width: 100%;
    background: #a4905e;
    width: 100%;
    display: block;
    text-align: center;
    box-shadow: 2px 2px 2px #bbb;
    margin: 5px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    border: 1px solid #999999;
    padding: 8px;
    border-radius: 6px;
    line-height: 30px;
}

.mydash a:hover {
    background: #6897dc;
}

.queueMessage {
    padding: 20px;
    border-radius: 10px;
    font-size: 18px;
    background-color: #6897dc;
    color: #FFF;
    margin: 34px 0px 20px 0px;
    text-align: center;
    font-family: Inter;
}

.queueMessage a {
    color: #fff !important;
    text-decoration: none;
    line-height: 30px;
    width: 75%;
    display: block;
    margin: 0 auto;
}

.bdayboy img {
    width: 40px;
    height: 24px;
    border: 1px solid;
    border-radius: 5px;
    margin-right: 10px;
}

.upcomingbday h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    font-family: Inter;
}

.upcomingbday {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.bdayboy h4 {
    margin-bottom: 3px !important;
    margin-top: 10px !important;
    font-size: 14px;
    font-family: Inter;
}

.bdayboy p {
    margin-bottom: 3px;
    min-height: 24px;
    font-size: 14px;
    font-family: Inter;
}

.upcomingbday a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
    margin-left: 8px;
}

.manageFee a {
    background: #6897dc;
    color: #fff;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-size: 14px;
}

.manageFee {
    padding-top: 12px;
}

.manageFee a:hover {
    background: #a4905e;
}

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

.studentTable table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #CCC;
    padding: 10px !important;
    border-radius: 10px !important;
}

.studentTable th {
    background: transparent !important;
    font-size: 14px;
    padding: 4px !important;
    font-family: Inter;
}

.studentTable td {
    padding: 4px !important;
    background: transparent !important;
    font-size: 14px !important;
    text-align: center;
    font-family: Inter;
}

.applyLicence a {
    color: #fff;
    background: #a4905e;
    text-decoration: none;
    font-family: Inter;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

.applyLicence a:hover {
    background: #6897dc;
}

.applyLicence {
    text-align: center;
}

/*ADD NEW STUDENTS  */
.tabsStudent {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px !important;
}

.tabsStudent .nav a {
    border-radius: unset;
    padding: 3px 9px !important;
    font-size: 14px;
    border: 1px solid #CCC !important;
    border-left: 0px none;
    font-family: Inter;
    color: #a4905e;
}

span.green {
    color: #a4905e !important;
}

.tabsStudent ul#myTabs {
    border: none;
}

.tabsStudent a.nav-link.active {
    color: #fff !important;
    background: #113B78 !important;
    border: 1px solid #113B78 !important;
}

.tabsStudent a:hover {
    background-color: #CCC !important;
    color: #000 !important;
    text-decoration: none !important;
}

.tabsStudent .nav a i {
    color: #000;
}
.medicalSummary{
    max-width: 50%;
    margin-top: -30px;
    margin-left: 150px;
}
.medicalSummary span.display-messages {
    left: 0 !important;
}
h3.tabHead {
    font-size: 20px;
    margin: 8px 0px !important;
    font-weight: 500;
    font-family: Inter;
}
h3.tabHead button {
    font-size: 14px;
    font-weight: 500;
    font-family: Inter;
    background: #1b3878 !important;
    padding: 5px 10px;
    color: #fff !important;
    border-radius: 5px;
    margin: 0 0 0 auto !important;
    max-width: fit-content;
    text-align: center;
}

.inputgroup label {
    width: 108px;
    text-align: right;
    font-size: 14px;
    font-family: Inter;
    color: #000;
    margin: 0px 6px 0 0 !important;
}

.inputgroup .form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.inputgroup input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.form-check label {
    font-size: 14px;
    font-family: Inter;
    color: #000;
}

.form-check {
    align-items: center;
    display: flex !important;
    gap: 10px;
}

.form-check input {
    width: 17px;
    height: 14px;
}

div#selectedImage img {
    width: 50px;
    height: 24px;
}

div#selectedImage {
    border: 1px solid #BBB !important;
    width: 34px;
    height: 24px;
    margin-right: 10px;
    overflow: hidden;
}
.form-check {
    padding: 0 !important;
}
.btn.btn-danger.my-3 {
    border-radius: 0 !important;
}
.mainiButton:hover {
    background: #68D0FF !important;
}
.mainiButton {
    font-size: 14px !important;
    background-color: #113B78 !important;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 0 !important;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
    width: fit-content;
    text-decoration: none !important;
    padding: 8px 18px !important;
}
.buttonGroups input.submitlg {
    width: 143px;
    font-size: 14px;
    background-color: #113B78;
    color: #FFF;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.buttonGroups input.submitlg:hover {
    background-color: #6897dc;
}

.buttonGroups {
    gap: 10px;
}
label.form-check-label.labelsmall {
    font-size: 9px;
}

.inputgroup h3 {
    text-align: center;
    padding-top: 20px;
}

.inputgroup p.m-0 {
    font-size: 14px;
    font-family: Inter;
    color: #a4905e;
}

.inputgroup a {
    background: #6897dc;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    font-size: 14px;
    font-family: Inter;
    border: 1px solid #000;
    border-radius: 5px;
    margin: 20px 0;
}

.inputgroup a:hover {
    background: #a4905e !important;
    color: #fff !important;
}

.display-message {
    color: #a4905e !important;
    font-size: 12px !important;
    margin-top: -2px !important;
    display: block;
    position: relative;
    left: 7rem;
    text-decoration: underline !important;
    font-family: Inter !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.display-messages {
    color: #333333 !important;
    font-size: 10px !important;
    margin-top: -2px !important;
    display: block;
    position: relative;
    left: 6rem;
    font-family: Inter !important;
}

.minNumber {
    width: 100px !important;
}

.inputgroup h2 {
    font-size: 14px;
    width: 98px;
    text-align: right;
    margin-right: 7px;
    font-family: Inter;
    color: #a4905e;
}

.referalgroup label {
    width: 100%;
    text-align: left;
}

.referalgroup input {
    margin-top: 0 !important;
}

.ck.ck-content.ck-editor__editable.ck-rounded-corners.ck-editor__editable_inline.ck-blurred {
    height: 138px;
    background: #fff;
    font-size: 11px;
    color: #333333;
    font-family: Inter !important;
}

.ck.ck-editor__top.ck-reset_all {
    background: #e2e3e2 !important;
}

.editorCte h2 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    font-family: Inter;
}

/* Studnet List */

.studentlists nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.studentlists button#seeMoreBtn {
    background: transparent;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
    color: #a4905e;
}

.studentlists a.page-link {
    padding: 0 10px;
    font-size: 14px !important;
    background: transparent;
    border: navajowhite;
    font-family: Inter;
    color: #a4905e;
}

.studentlists ul#pagination {
    margin: 0 !important;
}

.studentlists p {
    margin: 0;
    font-size: 12px;
    font-family: Inter;
    color: #333333;
}

.studentlists th, .studentlists td {
    background: transparent !important;
    border: none !important;
    padding: 3px !important;
    border-bottom: 1px solid #CCCCCC !important;
}

.studentlists td.font14 {
    font-size: 14px !important;
}


.studentlists td {
    font-size: 17px;
    font-family: Inter;
}

.studentlists th {
    position: sticky;
    top: 0px;
    background-color: #fff !important;
    font-size: 20px;
    font-family: Inter;
    font-weight: bold;
}

.textNone {
    font-size: 0 !important;
}

.studentlists td i {
    margin-right: 12px;
    font-size: 14px;
    color: lightgrey;
}

i.fa.fa-check-circle {
    color: #339933;
    font-size: 18px;
    margin: 0;
}

/* Clubs */
span.red {
    color: #990000;
    font-weight: 600;
    font-family: Inter;
}

.ourclubs {
    padding: 0 5px !important;
}

.ourclubs th, .ourclubs td {
    background: transparent !important;
    padding: 4px !important;
    border-bottom: 1px solid #CCCCCC !important;
    font-size: 20px !important;
    font-family: Inter !important;
}

.ourclubsInner {
    border-radius: 10px !important;
    border: 1px solid #CCC;
    padding: 10px 10px 0 !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

.w-316 {
    width: 314px;
}

.ourclubs p {
    margin: 15px 0 !important;
    line-height: 20px;
    font-size: 12px;
    font-family: Inter;
}

/* Add Club */
.ourclubMain {
    max-width: 100%;
    margin: 0 auto !important;
    padding-top: 10px;
}

.ClubsTitle h2 {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
}

.ClubsTitle a {
    color: #a4905e;
    font-size: 14px;
    font-family: Inter;
    text-decoration: none;
}

a.newClubAdd:hover {
    background: #6897dc !important;
    color: #fff !important;
}

a.newClubAdd {
    font-size: 14px !important;
    background-color: #113B78;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}
.inputformsGroup {
    margin-top: 20px;
}
body .inputformsGroup .form-check input {
    border: 1px solid !important;
    width: 16px !important;
    height: 16px !important;
}
.clubSearch label.input-group-text {
    background: transparent;
    border: navajowhite;
}

.clubSearch input#search-input {
    background: transparent;
    border: 1px solid;
    border-radius: unset;
    padding: 5px !important;
}
.gradeSelection img.GradeImage {
    width: 86px;
    margin-bottom: 0;
    height: 30px;
    border: 1px solid;
    border-radius: 5px;
}
.addClub {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

.addClub h2 {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
    margin-bottom: 15px;
}

.addClub h2 a {
    font-size: 12px;
    color: #a4905e;
    text-decoration: none;
}

.inputgroup p.tests {
    font-size: 12px;
    font-family: Inter;
    color: #a4905e;
    margin: 0 0 0 8px !important;
}

h3.instructorName {
    padding: 0 !important;
    font-size: 14px;
    margin: 0 !important;
    font-weight: 600;
}

.yourVenues {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
    width: 81%;
    margin: 0 auto 20px;
}

.yourVenues h3 {
    font-size: 14px;
    margin-bottom: 8px !important;
    font-family: Inter;
    font-weight: 800;
}

.yourVenues span.clickEdit {
    font-weight: 300 !important;
}

.yourVenues legend {
    color: #000000;
    font-size: 11px;
    font-family: Inter;
}

.yourVenues label {
    font-size: 14px !important;
    font-family: Inter;
    margin-bottom: 6px;
}

.yourVenues input {
    width: 10px;
    height: 10px;
    margin-right: 8px;
}

.yourVenues button {
    background: transparent;
    border: none;
    font-size: 14px !important;
    color: #a4905e;
    font-family: Inter;
}

.yourVenues button i {
    background: transparent;
    border: none;
    font-size: 17px !important;
    color: #000;
    transform: rotate(45deg);
}

label.form-check-labels {
    font-size: 14px;
    font-family: Inter;
    color: #a4905e;
    width: 100%;
}

.clubNotes {
    margin-top: 20px !important;
}

.clubNotes textarea {
    color: #a4905e;
    background-color: #FFFFFF !important;
    border: 1px solid #BBB !important;
    font-size: 12px !important;
    font-family: Inter !important;
    width: 100%;
    height: 250px;
}

.clubNotes h3 {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
}

.clubNotes a {
    color: #a4905e;
    font-size: 14px;
    font-family: Inter;
    text-decoration: none;
}

.clubNotes h2 {
    color: #231F20;
    font-size: 22px;
    font-weight: 800;
    font-family: Inter;
    margin: 0 !important;
}
.uploadedImage {
    text-align: center;
    max-width: 84%;
    margin: 0 0 18px auto;
}
.uploadedImage img {
    width: 120px;
}

.clubNotes h2 span {
    font-size: 11px;
    font-weight: 300;
    color: #231F20;
}
.tab-pane.fade {
    display: none;
}.tab-pane.fade.active.show {
    display: block;
}
.gradingHistory {
    display: none;
}
.gradingHistory.active.show {
    display: block;
}
/* GRADING LISTS */

img.GradeImage {
    width: 100%;
    margin-bottom: 0;
    height: 30px;
    border: 1px solid;
    border-radius: 5px;
}
figure.GradeImgMain {
    width: 120px;
    margin: 0 !important;
}
.gradinglists nav {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.gradinglists button#seeMoreBtn {
    background: transparent;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px;
    color: #a4905e;
}

.gradinglists a.page-link {
    padding: 0 10px;
    font-size: 14px !important;
    background: transparent;
    border: navajowhite;
    font-family: Inter;
    color: #a4905e;
}
img.GradeImage.clockImages.toggleImage {
    border: none;
}
.gradinglists ul#pagination {
    margin: 0 !important;
}

.gradinglists p {
    margin: 0;
    font-size: 12px;
    font-family: Inter;
    color: #333333;
}

.gradinglists th, .gradinglists td {
    background: transparent !important;
    border: none !important;
    padding: 3px !important;
    border-bottom: 1px solid #CCCCCC !important;
}

.gradinglists td.font14 {
    font-size: 14px !important;
}
.col-md-12.addgradInner.mb-3 {
    margin: 0 !important;
    padding: 0;
}
.row.slectorDiv {
    margin: 0 !important;
}
.gradinglists td {
    font-size: 17px;
    font-family: Inter;
}

.gradinglists th {
    position: sticky;
    top: 0px;
    background-color: #fff !important;
    font-size: 17px;
    font-family: Inter;
    font-weight: bold;
}

.gradingListMain {
    border-radius: 10px !important;
    border: 1px solid #CCC;
    padding: 0 10px 10px !important;
    margin-bottom: 20px;
    height: 760px;
    overflow: scroll;
}
.studentlists {
    border-radius: 10px !important;
    border: 1px solid #CCC;
    padding: 0 10px 10px !important;
    margin: 0 auto 20px;
    max-width: 100%;
    /* height: 550px;  */
    overflow: scroll;
}

.grading {
    padding: 0 5px !important;
}

.grdingHead h2 {
    color: #231F20;
    font-size: 22px;
    margin-bottom: 0 !important;
}

.grdingHead {
    margin: 15px 0 10px !important;
}

.grdingHead a:hover {
    background: #6897dc;
}

.grdingHead a {
    font-size: 14px;
    background-color: #113B78;
    color: #FFF;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    line-height: normal !important;
    font-family: 'Inter';
}

.grdingHead i.fa.fa-times-circle-o {
    transform: rotate(45deg);
}
a.menui {
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
li.nav-item:hover a.menui {
    color: #000 !important;
    background: transparent !important;
    border: none!important;
}
.meaning{
    gap: 0 30px !important;
}



.header {
    display: none;
}

.page {
    page-break-before: always;
    padding-top: 30mm;
    padding-left: 20mm;
    padding-right: 20mm;
    padding-bottom: 20mm;
}
.licenceChange .listHeaders {
    display: none !important;
}
.word-wrapped {
    white-space: pre-wrap; /* Preserve whitespace */
    word-break: break-all; /* Break words when necessary */
    width: 300px; /* Set a specific width for the text container */
    border: 1px solid #000; /* Optional: add a border for better visibility */
    padding: 10px; /* Optional: add padding for better readability */
}
.table-danger {
    background: #ff9b9bba;
}

/* NEW LAYOUT */
.newstudentLayout a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #eaeaec;
}
.profile-photoss img {
    width: 100%;
}
.profile-photoss .profilMain {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: top;
}
.profile-photoss {
    position: relative;
}
.profile-photoss img.greendot {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    bottom: 0;
    right: 60px;
}
.newLayout h3 {
    font-size: 20px;
    font-family: Inter;
    font-weight: bold;
}.newLayout p {
    font-size: 0;
    padding: 10px;
    background: purple;
    width: 200px;
    margin-bottom: 10px;
}
.newLayout {
    border-bottom: 1px solid #eaeaec;
}
.newLayout button {
    color: #ffffff;
    border: none;
    background: #315a96;
    width: fit-content;
    border-radius: 5px;
    font-weight: 700;
}
button.orange {
    background: #FFBF00;
}
.bgGreen {
    background: #35d299 !important;
    color: #fff !important;
}
/* New Layout */
.licence-printout .col-md-3 {
    width: 30% !important;
    margin: 0 !important;
}
    .footerLicence img {
    width: 40%;
}
.licenceInputers.my-3 {
    margin: 0 !important;
}
.headLicence img {
    width: 18% !important;
}
.licenceInputers  label {
    font-size: 12px !important;
}
.footerLicence img {
    width: 18% !important;
}
.headLicence h2 {
    font-size: 12px !important;
    font-weight: 700 ;
}

.competitionList td.background {
    background: #d3d3d3 !important;
}
.competitionList td.blue {
    background: #9bcfff !important;
}

.studentFillter {
    position: relative;
}
.mainPrintDetail p {
    position: relative !important;
    width: 100% !important;
}
.mainPrintDetail {
    width: 100%;
}
.mainPrintDetail div {
    position: relative !important;
}
.mainPrintDetail div {
    position: relative !important;
    width: 100% !important;
}

#show-grade {
    display: none;
}
:focus-visible {
    outline: none !important;
}

/* draw pattern  */
   .table-black-border th,
    .table-black-border td,
    .table-black-border {
      border: 1px solid #000 !important;
    }
    .table-black-border h3 {
        font-size: 20px;
    }
    .printdecMain h6 {
    margin: 0;
}
    .printdecMain img {
        width: 9%;
        position: absolute;
        right: 0px;
    }
    .allMight h3 {
        font-size: 12px !important;
    }
    .printdecMain {
        position: relative;
    }
    @media print {
        .printdecMain h6 {
    margin: 0;
}
.printdecMain h4 {
    font-size: 14px;
    margin: 0;
}
.printdecMain h6 {
    margin: 0;
}
.printdecMain h3 {
    margin: 0;
}
        .printdecMain h3 {
    margin: 0;
}
        .printdecMain img {
            width: 20%;
        }

        .printdecMain {
            page-break-after: always;
        }
    }

@media print {
    .CONTAINER {
        width: 100%;
    }
    .col-md-10.dashboardContentBox {
        height: auto !important;
        overflow: scroll;
    }
    .saveGradingDetails input {
        border: none !important;
    }
    #show-grade {
        display: block;
    }
    .mainPrintDetail p.parawidth {
        width: 33% !important;
    }
    .mainPrintDetail h3 {
        font-size: 34px;
    }
    .mainPrintDetail p {
        width: 100% !important;
    }
    .studentPrintDetail {
        max-width: 100% !important;
    }
    .contentPrint1 {
        width: 32% !important;
    }
    .grdingHead.d-flex.justify-content-between.align-items-center {
        display: none !important;
    }
    .row.align-items-end.main-heads {
        display: none;
    }
    .grading  .printHiddens {
        display: none !important;
    }
    .footermain {
        display: none !important;
    }
    button.btn.btn-primary.d-block.d-md-none.mb-3.collapsable-button {
        display: none !important;
    }



    .headLicence img {
        width: 30% !important;
    }
    .footerLicence img {
        width: 30% !important;
    }
    .headLicence h2 {
        font-size: 15px !important;
        font-weight: 700;
    }
    body,html {
        margin: 0 auto;
        padding: 0;
        /* width: 210mm; */
        box-sizing: border-box;
    }
    .row.align-items-end.main-heads {
        display: none;
    }
    .myheader {
        display: none;
    }
    .col-md-12.dashboardContentBox.sadash {
        padding: 0;
    }
    .col-md-12.dashboardContentBox.sadash div {
        margin: 0 !important;
    }
    .container.studentMainss {
        display: none;
    }
    button.no-print.btn.btn-secondary {
        display: none;
    }
    .licence-printout {
        height: 285mm;
        width: 210mm;
        page-break-inside: avoid;
        position: relative;
    }
    .licence-printout .col-md-3 {
        position: relative;
        height: 101mm;
        width: 69.5mm;
        display: flex;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        padding-left: 0 !important;
    }
 body.safari .licence-printout .col-md-3 {
        height: 100mm;
    }
    .footermain {
        display: none;
    }

}


/* Add Grading */

.addGrading {
    max-width: 100%;
    margin: 0 auto;
}

.addGradingHead {
    margin: 10px 0 15px;
}

.addGradingHead h2 {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
}

.addGradingHead a:hover {
    background: #6897dc;
}

.addGradingHead a {
    font-size: 14px;
    background-color: #113B78;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.inputFieldGroup {
    padding: 5px 0;
}

.inputFieldGroup label {
    width: 100%;
}

.inputFieldGroup select {
    width: 50%;
    border: 1px solid #BBB !important;
    font-size: 14px;
}

.addgradInner {
    border-radius: 5px;
    padding: 10px;
    background-color: #FFF;
}

.inputFieldGroups {
    padding: 20px 0 5px 0;
}

.inputFieldGroups label {
    width: 100%;
}

.inputFieldGroups select {
    width: 38%;
    border: 1px solid #BBB !important;
    font-size: 14px;
}
td.redCross i.fa.fa-times {
    background: red;
    padding: 5px 6px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
}

.inputFieldGroups input {
    width: 100% !important;
    font-size: 14px;
}
.inputFieldGroup input {
    width: 100% !important;
}
.inputFieldGroups p {
    font-size: 10px;
    margin: 0 !important;
}

/* Optional: Adjust styling as needed */
.date-picker-container {
    display: flex;
    align-items: center;
    margin: 20px;
}
.closingDate {
    width: 100% !important;;
}

.datepicker {
    margin-top: 10px;
    width: 85%;
}
.haveFields {
    position: relative;
}


.clubNamesearch {
    position: absolute;
    background: #f8fafc;
    bottom: -59px;
    z-index: 99;
    left: 23%;
    border: 1px solid #dee2e6;
    width: 87% !important;
}

.clubNamesearch ul {
    list-style: none;
    padding: 10px 0 0 0 !important;
    height: 36vh;
    overflow: scroll;
}
.clubNamesearch ul li {
    cursor: pointer;
    padding-left: 20px;
    font-size: 14px;
}

.clubNamesearch ul li:hover {
    background: #68D0FF !important;
    color: #fff;
}
.searchClubName {
    position: relative;
}
.closingDate button.ui-datepicker-trigger {
    display: none;
}

div#start-datepicker, div#end-datepicker {
    margin: 0;
}

.datepicker input {
    width: 97% !important;
}

.calenders {
    margin: 0 auto !important;
}

/* Save buttons */
.saveButtns {
    gap: 10px;
    padding-top: 20px;
}

.saveButtns button {
    font-size: 14px;
    background-color: #113B78;
    color: #FFF;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.saveButtns button:hover {
    background: #6897dc;
}


/* Licence Summary */
.licenceSummary {
    max-width: 1200px;
    margin: 0 auto;
}

.licenceSummary h2 {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
    margin-bottom: 15px !important;
    margin-top: 10px;
}

.licenceTab th, .licenceTab td {
    background: transparent !important;
    padding: 4px !important;
    border-bottom: 1px solid #CCCCCC !important;
    font-size: 14px !important;
    font-family: Inter;
}

.licenceTab {
    border-radius: 10px !important;
    border: 1px solid #CCC;
    padding: 10px 10px 0 !important;
    border-radius: 10px;
    margin-bottom: 20px;
}

.licenceSummary p {
    color: #000000;
    font-size: 11px;
    margin-top: 20px;
    font-family: Inter;
}

/* COMPETITIONS */
.competitions {
    max-width: 100%;
    margin: 0 auto;
}

.competitionList th {
    background: transparent !important;
    padding: 4px !important;
    border-bottom: 1px solid #CCCCCC !important;
    font-size: 20px !important;
    font-family: Inter;
    width: 70px;
}
.applicationForm textarea.address {
    border: 1px solid #BBB;
    font-size: 13px;
    width: 90%;
    margin-bottom: 16px;
}
 .competitionList td {
    background: transparent !important;
    padding: 4px !important;
    border-bottom: 1px solid #CCCCCC !important;
    font-size: 17px !important;
    font-family: Inter;
}

.competitions .h2 {
    color: #231F20;
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 15px;
    font-family: Inter;
}

.competitions p {
    color: #231F20;
    font-size: 14px;
    font-family: Inter;
}

.custom-checkbox {
    color: #d0d0d0 !important;
    /* Default color for unchecked state */
    cursor: pointer;
}

.custom-checkbox.checked {
    color: #008d36 !important;
    /* Color when the checkbox is checked */
}

.competitionList td {
    padding-bottom: 20px !important;
}

table a:hover {
    text-decoration: 1px solid #231F20 underline !important;
    color: #231F20;
}
table.table.clubTable td {
    font-size: 13px !important;
    min-width: 100px;
}
table.table.clubTable th {
    font-size: 14px !important;
    min-width: 100px;
}
.table-outer {
    overflow-x: scroll;
}
table a {
    text-decoration: none !important;
    color: #231F20 !important;
    font-size: 17px;
}

/* EDIT GRADING */
.editGrading {
    max-width: 1200px;
    margin: 0 auto;
}

.editGrading h2 {
    color: #231F20;
    font-size: 22px;
    padding-top: 10px;
    margin-bottom: 15px;
    font-family: Inter;
}

.exportBack {
    gap: 10px;
}

.editGradselect {
    border-radius: 10px;
    padding: 10px;
    border: 2px dotted #999;
}

.tickandPrints a:hover {
    text-decoration: 1px solid underline;
}

.tickandPrints a {
    font-size: 11px;
    gap: 5px;
    font-family: Inter;
    text-decoration: none;
    color: #008d36;
}

.tickandPrints {
    gap: 5px;
}

.tickandPrints label {
    font-size: 11px;
}

.selectGroups.d-flex {
    padding: 10px 0;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.inputgradegroup {
    width: 32%;
    display: flex
;
    flex-direction: column;
}

.closingAnouncement h3 {
    font-size: 18px;
}

.closingAnouncement {
    padding: 20px;
    border-radius: 10px;
    background-color: #6897dc;
    color: #FFF;
    margin: 20px 0px 20px 0px;
    text-align: center;
    font-family: Inter;
}

a.buttnRed:hover {
    background: #113b78 !important;
    color: #fff !important;
}
input.submitlg.addQualification :hover, input.submitbtn.addgrading:hover {
    background: #113b78 !important;
    color: #fff !important;
}
input.submitlg.addQualification, input.submitbtn.addgrading {
    font-size: 14px;
    background-color: #6897dc;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}
a.buttnRed {
    font-size: 14px;
    background-color: #6897dc;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.buttnRed:hover {
    background: #a4905e !important;
    color: #fff !important;
}

.buttnRed {
    font-size: 14px;
    background-color: #6897dc;
    color: #FFF;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.studentInGrad {
    gap: 10px;
    border-bottom: 1px solid #999;
    width: fit-content;
}

.editGradhead i.fa.fa-search-plus {
    font-size: 11px;
    color: #a4905e;
}

.editGradhead a {
    font-size: 13px;
    margin-left: 4px;
    text-decoration: none;
    font-family: Inter;
    color: #6897dc;
}

.pendingGroup img {
    width: 43px;
    height: 30px;
}

.pendingGroup {
    width: 53%;
}

.pendingGroup h3 {
    font-size: 14px;
    font-family: Inter;
    margin: 0 0 0 8px;
}

.pendingGroup p {
    font-size: 12px;
    margin: 0;
}

.pendingGroup {
    padding: 7px;
    border: 1px solid #a4905e;
    margin-bottom: 5px;
    text-align: left;
    box-shadow: 5px 3px 7px #bbb;
    background-color: #FFF;
    cursor: pointer;
    margin-top: 10px !important;
}

.pendingGroup i.fa.fa-gbp {
    padding: 4px 7px;
    border-radius: 50px;
    background-color: #F5F5F5 !important;
    color: #CCC !important;
    border: 1px solid #CCC;
}
button.red {
    width: fit-content;
    background: #f20d12;
}
button.green {

    background: #11b67a;
}
a.mainiButton.backdiff:hover {
    background: #6cceff !important;
    border: none;
}

.searchclubs {
    display: flex;
    gap: 16px;
    flex-direction: row;
}
.gradingHistory div {
    gap: 10px;
    align-items: center
}

p.taglineTab {
    font-family: Inter;
    color: #000000;
    font-size: 11px;
}

.gradingHistoryInner p {
    font-size: 18px;
    margin: 10px 0 !important;
}

i.fa.fa-plus-square {
    color: #fff;
}

.licenceHistoryTab p {
    font-size: 18px;
    margin: 10px 0 !important;
    font-family: Inter;
    color: #000000;
}

.studentAccessMain {
    border-radius: 10px !important;
    border: 1px solid #CCC;
    padding: 10px 10px 0 !important;
    margin-bottom: 20px;
}

.studentAccessMain td, .studentAccessMain th {
    background: transparent !important;
    font-size: 14px;
    padding: 4px !important;
    font-family: Inter;
}

.studentAccessMain tr {
    padding: 4px !important;
}

th.accesDisc {
    font-size: 14px;
    font-weight: 100;
    font-family: Inter;
}

.studentAccessMain td p {
    margin: 0;
    width: 70%;
}

.userAvailable {
    display: block;
    color: #390;
    font-size: 12px;
    font-family: Inter;
}

.studentAccessMain .userAvailable:hover {
    background: transparent !important;
    text-decoration: 1px solid underline !important;
    color: #390 !important;
}

.addNewAcheivement {
    margin: 20px auto;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
    width: 500px;
    text-align: left;
    font-size: 12px;
}

.addNewAcheivement td, .addNewAcheivement th {
    background: transparent !important;
    font-size: 14px;
    padding: 4px !important;
    font-family: Inter;
}
.newOfficialCourse .date-picker-container {
    width: 100%;
    margin: 0;
    flex-direction: row;
}
.newOfficialCourse .datepicker {
    width: 85%;
    margin: 0;
}

.addEntry {
    font-size: 20px !important;
    font-weight: 400;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #CCC !important;
    font-family: Inter;
}

.addNewAcheivement select {
    width: 100%;
}

.datepicker button.ui-datepicker-trigger {
    display: none;
}

.addNewAcheivement .datepicker {
    margin: 0 !important;
}

.addNewGrading .datepicker {
    margin: 0 !important;
}
.addNewGrading select {
    width: 100%;
}

.addNewGrading {
    margin: 20px auto;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
    width: 60%;
    text-align: left;
    font-size: 12px;
}

.addNewGrading td, .addNewGrading th {
    background: transparent !important;
    font-size: 14px;
    padding: 4px !important;
    font-family: Inter;
}

.subCancel {
    gap: 10px;
}

button#single-date-icon {
    background: transparent;
    border: none;
}

button#expiry-date-icon {
    background: transparent;
    border: none;
}

button#start-date-icon {
    background: transparent;
    border: none;
}

button#end-date-icon {
    background: transparent;
    border: none;
}

.grad.addNewAcheivement {
    margin: 20px auto;
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 20px;
    width: 742px !important;
    text-align: left;
    font-size: 12px;
}

/* EVENTS AND COURSES */

.addEvent {
    padding: 10px 5px 0;
}

.addEventHead {
    gap: 10px;
}

.addEvent h2 {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
}

.addEvent p {
    font-size: 12px;
    color: #a4905e;
    font-family: Inter;
    margin: 0 !important;
}

.addEvent a {
    background: #68d0ff;
    margin: 0 !important;
    font-size: 14px !important;
    background-color: #113B78;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.eventsFields {
    font-size: 14px;
}

.eventsFields input {
    font-size: 14px;
    padding: 6px 12px !important;
    height: 44px;
    width: 85%;
    color: #000;
    font-family: Inter;
    margin: 5px 0 20px;
}


.eventsFields select {
    width: 28%;
}

.buttonevent {
    width: 24%;
}

.unclickable {
    font-weight: 800;
}

.opt {
    margin-left: 10px !important;
}

.eventsFields div label {
    width: 29%;
}

.eventsFields div select {
    width: 66%;
}

.eventsFields .closingDate .date-picker-container {
    flex-direction: row;
    align-items: baseline;
    margin: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    display: flex;
    width: 100% !important;
}

.eventsFields .date-picker-container label {
    width: 29%;
}



.eventsFields .closingDate label {
    width: 14%;
}

.eventsFields .closingDate .input-group {
    width: 83px;
    display: flex;
    gap: 10px;
}
.inputfieldss input {
    height: 20px !important;
}
.eventsFields .closingDate input {
    background: transparent;
    font-size: 14px;
    border-radius: unset;
    padding: 6px 12px !important;
    height: 44px;
    color: #000;
    font-family: Inter;
    margin: 5px 0 20px;
}
li.dropdown a {
    padding: 13px 10px !important;
    font-size: 18px;
}

.eventsFields>div {
    width: fit-content;
}

.eventsCheckboxradio {
    padding: 4px;
    font-size: 14px;
    flex-direction: column;
}


.eventsCheckboxradio .row {
    width: 58%;
    justify-content: start;
}

.ticketPrice label {
    width: 12%;
}

.eventsFields h3 {
    font-size: 14px;
    font-family: Inter;
    font-weight: 800;
    margin-top: 20px;
}

.eventsFields h3 i {
    font-size: 14px;
    font-weight: 800;
    color: #a4905e;
}

.eventsFields p {
    font-size: 12px;
    font-family: Inter;
    color: #000;
}

.shortIntro textarea {
    width: 100%;
    margin-left: 8px;
}

.shortIntro label {
    width: 17%;
    text-align: right;
}

.shortIntro {
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
}

.newClubAdd:hover {
    background: #6897dc !important;
    color: #fff !important;
}

.newClubAdd {
    font-size: 14px !important;
    background-color: #113B78;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.eventDetail {
    font-weight: 800;
    font-family: Inter;
}

.eventDetail label {
    width: 14%;
    margin-right: 12px;
}

.eventDetail .ck.ck-reset.ck-editor.ck-rounded-corners {
    width: 86%;
}

.shortIntro p {
    color: #000;
    font-size: 12px;
    font-family: Inter;
    margin-left: 10px !important;
    font-weight: 400;
}

.privateNotes textarea {
    width: 40%;
    margin: 0 !important;
}

.privateNotes input {
    width: 40%;
}

.searchImage p {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    color: #a4905e;
    font-family: Inter;
}

.searchImage button {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
    color: #a4905e;
    font-family: Inter;
    background: transparent;
    padding: 0;
    border: none;
}

.searchImage p:hover {
    text-decoration: 1px solid underline;
}

.searchImage button:hover {
    text-decoration: 1px solid underline;
    background: transparent;
    color: #a4905e;
}

.searchImage i {
    color: #000;
}

.searchImage i.fa.fa-plus-circle {
    transform: rotate(45deg);
}

input.urlInfo {
    width: 70%;
}

h2.innerTextHead {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
    margin-top: 10px;
}
.nameSearch .checked-club {
    width: 10px !important;
    padding: 8px !important;
}
td.croosIcon i {
    transform: rotate(45deg);
    color: #000 !important;
}

.buttnREd:hover {
    color: #fff !important;
    background: #1b3878 !important;
}

.buttnREd {
    font-size: 14px !important;
    background: #6897dc !important;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.modal-overlay.active {
    display: flex;
}
.modal-competrZxsgf {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 450px;
    padding: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.modal-competrZxsgf h2 {
    text-align: center;
}
h4.text-right.newonEs {
    background: #11b67a;
    padding: 3px 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
}
.modal-competrZxsgf .form-group {
    display: flex;
    align-items: center;
    justify-content: start;
}
.modal-competrZxsgf .form-group label {
    width: 97px;
    text-align: right;
}
.modal-competrZxsgf .form-group input {
    margin-right: 10px;
}
.modal-competrZxsgf .form-group label {
    flex: unset;
    font-weight: bold;
    padding-right: 10px;
}
.modal-competrZxsgf .form-group input[type="text"],
.modal-competrZxsgf .form-group input[type="date"],
.modal-competrZxsgf .form-group select {
    flex: unset;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
.modal-competrZxsgf .buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}
.modal-competrZxsgf .buttons button {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.modal-competrZxsgf .buttons .add {
    background-color: #4caf50;
    color: #fff;
}
.modal-competrZxsgf .buttons .cancel {
    background-color: #f44336;
    color: #fff;
}

.equipment p {
    font-size: 14px;
    font-family: Inter;
}

.equipment input.form-check-input.student-checkbox {
    display: none;
}

.studentIn img {
    width: 44px;
    height: 37px;
}

.studentIn {
    gap: 10px;
}

.equipment li.list-group-item.student-list-item {
    border: 1px solid #a4905e;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: left;
    -moz-box-shadow: 5px 3px 7px #bbb;
    -webkit-box-shadow: 5px 3px 7px #bbb;
    box-shadow: 5px 3px 7px #bbb;
    background-color: #FFF;
    cursor: pointer;
}

.studentIn img {
    width: 44px;
    height: 25px;
    border: 1px solid;
    border-radius: 8px;
}

.studentIn h3 {
    font-size: 14px;
    margin: 0 !important;
    font-family: Inter;
    font-weight: 800;
}

.studentIn h4 {
    font-size: 14px;
    margin: 0 !important;
    font-family: Inter;
    font-weight: 400;
}

.studentListequip p {
    color: #333333;
    font-size: 11px;
    font-family: Inter;
    margin: 0 !important;
}
.mainPrintDetail p {
    margin: 0 0 16px !important;
    font-size: 24px !important;
}
.printingDiv {
    padding: 11rem 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 62px;
}
.listingOrders h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
        text-transform: capitalize;
}

.studentStats {
    max-width: 1200px;
    margin: 0 auto;
}

.studentStatform {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 550px;
    overflow: scroll;
}

.studentStatform tr {
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
    font-family: Inter;
    font-size: 14px;
}

.gradeStats {
    overflow-x: auto;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.gradeStats td, .gradeStats th {
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
}

.gradeStats h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    font-family: Inter;
}

.accounts {
    max-width: 1200px;
    margin: 0 auto;
}

.manageFees {
    max-width: 1200px;
    margin: 0 auto;
}

.manageFees p {
    font-size: 14px;
    font-family: Inter;
    width: 84% !important;
}

.editfeeTable tr {
    padding: 4px;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
}

.editfeeTable table {
    width: 100%;
}

.editfeeTable td {
    padding: 4px;
    font-size: 14px;
}

.editfeeTable td p {
    margin: 0;
    border: 1px solid #CCCCCC;
    padding: 0 6px;
}

.editfeeTable td input::-webkit-inner-spin-button {
    height: auto;
    display: none;
}

.editfeeTable td input {
    margin: 0;
    border: 1px solid #CCCCCC;
    padding: 0 6px;
    font-size: 14px;
    font-family: Inter;
    width: 78%;
}

.editfeeTable td select.updateSelect {
    width: 84%;
}

.editfeeTable td select {
    margin: 0;
    border: 1px solid #CCCCCC;
    padding: 0 6px;
    font-size: 14px;
    font-family: Inter;
}

.editfeeTable a {
    color: #a4905e;
    font-family: Inter;
}

.editfeeTable th {
    padding: 4px;
    font-size: 14px;
}

.editfeeTable td.d-flex p {
    width: 10px;
}

.addNewFeesTable h2 {
    font-size: 18px;
    font-weight: 800;
    font-family: Inter;
    margin-top: 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC;
}

.nobordernoPadding {
    border: none !important;
    padding: 0 !important;
}

.officialAttendance td a {
    font-size: 17px;
    font-family: Inter;
}

.formsReports {
    max-width: 1200px;
    margin: 0 auto;
}

.formsReports p {
    font-family: Inter;
    font-size: 14px;
    margin: 0;
}

.formsReports a {
    color: #a4905e;
    font-family: Inter;
    font-size: 14px;
    text-decoration: none;
}

.formsReports a:hover {
    text-decoration: 1px solid #a4905e underline !important;
    color: #a4905e;
}

.blackfont {
    color: #000 !important;
}

.communicate {
    max-width: 1200px;
    margin: 0 auto;
}

.buttnGreen:hover {
    color: #fff !important;
    background: #a4905e !important;
}

.buttnGreen {
    font-size: 14px !important;
    background: #366634 !important;
    color: #FFF !important;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
}

.communicate p {
    font-size: 14px;
    font-family: Inter;
    margin: 6px 0 !important;
}

.textSmall {
    font-size: 12px !important;
}

.admingrade {
    padding: 10px 5px 0;
}

.buttnREd i.fa.fa-times-circle-o {
    transform: rotate(45deg);
    font-weight: 300;
}

.admingrade p {
    font-size: 14px;
    font-family: Inter;
    margin: 6px 0 !important;
}

i.fa.fa-check-circle.checkbox-icon {
    color: #d0d0d0 !important;

    cursor: pointer;
}

i.fa.fa-check-circle.checkbox-icon.checked {
    color: #008d36 !important;
}

.tagbSyllabus {
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #FFFFFF;
    width: 60%;
    margin-top: 20px;
}

.tagbSyllabus tr, .tagbSyllabus td, .tagbSyllabus th {
    padding: 4px !important;
    border-bottom: 1px solid #CCCCCC;
    font-size: 14px;
}

p.fontSmall {
    font-size: 12px;
    margin: 0 !important;
}

.tagbSyllabus h3 {
    width: 100%;
    padding: 4px !important;
    border-bottom: 1px solid #CCCCCC;
}

h3.innerTextHead {
    color: #231F20;
    font-size: 22px;
    font-family: Inter;
    margin-top: 10px;
}

p.currencySymbol {
    text-align: center;
    border-radius: 50px;
    height: 21px;
    width: 63px;
    color: #000000 !important;
    background: #e3e3e3 !important;
    cursor: pointer;
}

p.currencySymbolactive {
    text-align: center;
    border-radius: 50px;
    height: 21px;
    width: 63px;
    color: white;
    background: #68D0FF !important;
    cursor: pointer;
}

.updateLicence {
    padding: 10px;
}

img.imageGrades {
    width: 50px;
    height: 29px;
}


/* Custom styling for the sidebar */
.menuItem .list-submenu {
    display: none;
}

.list-group-item:hover .list-submenu {
    display: block;
}
.studentMainss label {
    width: 40%;
}
.studentMainss select {
    width: 60% !important;
    background-color: #fff;
    border-radius: unset;
    color: #000;
    font-family: Inter;
    margin: 0;
    border: 2px solid #a8a7a7 !important;
    height: 38px;
}
.studentMainss input {
    width: 60% !important;
    background-color: #fff;
    border-radius: 0 !important;
    color: #000;
    font-family: Inter;
    margin: 0;
    border: 2px solid #a8a7a7 !important;
    height: 38px;
}
button.btn.btn-danger.exp-btn {
    padding: 0 16px;
}
.date-btn {
    padding: 0 16px;
    background: grey !important;
}
.studentMainss textarea {
    width: 60% !important;
    background-color: #fff;
    border-radius: unset;
    color: #000;
    font-family: Inter;
    margin: 0;
    border: 2px solid #a8a7a7 !important;
    height: 166px;
}
.studentMainss .inputgroup  {
    margin-bottom: 20px;
}
.form-check {
    width: 60% !important;
    flex-direction: column;
    align-items: start;
}

.gradingMainss .inputFieldGroup,.gradingMainss  .inputFieldGroups {
    display: flex;
    align-items: center;
}

.gradingMainss label {
    width: 14%;
    text-align: right;
    margin-right: 10px;
}
.gradingMainss .date-picker-container label {
    width: 13% !important;
    text-align: right;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}
.closingDate .inputFieldGroups.d-flex.align-items-center {
    width: 100%;
}
.gradingMainss .date-picker-container input {
    width: 87% !important;
}
.gradingMainss select {
    width: 83% !important;
    background-color: #fff;
    border-radius: unset;
    color: #000;
    font-family: Inter;
    margin: 0;
    border: 2px solid #a8a7a7 !important;
    height: 38px;
}
.gradingMainss input {
    width: 83% !important;
    background-color: #fff;
    border-radius: 0 !important;
    color: #000;
    font-family: Inter;
    margin: 0;
    border: 2px solid #a8a7a7 !important;
    height: 38px;
}
.gradingMainss textarea {
    width: 83% !important;
    background-color: #fff;
    border-radius: unset;
    color: #000;
    font-family: Inter;
    margin: 0;
    border: 2px solid #a8a7a7 !important;
}
.gradingMainss .inputgroup  {
    margin-bottom: 20px;
}




.form-check input {
    width: 14% !important;
}
.form-check label {
    width: 100%;
}
.menuItem:hover .list-submenu {
    display: block;
    animation: slideDown 0.3s ease-in-out;
    position: absolute;
    width: fit-content;
    background: #113b78;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 100%;
}

.blackbelt-grade-image{
    width: 40%;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #000;
}

.list-submenu a.nav-link {
    color: #fff !important;
}

.list-submenu {
    background: #333333;
    padding: 0px 8px 8px 8px;
    width: 170px;
}

.introContent button:hover {
    background: #6897dc;
}

.applyYear button:hover {
    background: #6897dc;
}

.list-submenu a.list-group-item.list-group-item-action:hover {
    background: #fff !important;
    color: black;
}

.list-submenu {
    display: none;
    position: relative;
    background-color: #f9f9f9;
    z-index: 1;
    width: 100%;
    padding: 0 0 0 20px;
}

.list-submenu a.list-group-item.list-group-item-action {
    background: transparent !important;
    border-radius: 8px;
    border: none !important;
    padding: 8px 12px !important;
    margin-bottom: 4px !important;
    color: #fff;
}

a.list-group-item.list-group-item-action:hover {
    background: #113B78 !important;
    color: #fff;
}

a.list-group-item.list-group-item-action {
    padding: 13px 14px !important;
    border-radius: 8px;
    background: transparent !important;
    border: none !important;
}

a.list-group-item.list-group-item-action.active {
    background: #113B78 !important;
    color: #fff;
    padding: 13px 9px !important;
}

.menuItem {
    margin-bottom: 12px;
    position: relative;
}

.list-group h3 {
    margin-bottom: 0;
    color: #202224;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.257px;
    opacity: 0.6;
}

.list-group {
    padding: 14px;
}

.headerMainlogo {
    width: 123px;
}

.search-container {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 263px;
    border-radius: 38.136px;
    background: #F4F7FE;
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
}

.search-icon {
    margin-right: 5px;
}

.headerInfo {
    border-radius: 23.349px;
    background: #FFF;
    box-shadow: 10.896px 13.231px 31.132px 3.113px rgb(112 144 176 / 16%);
    padding: 7px 8px 8px 14px;
}

.headerInfo a {
    color: #A3AED0;
}

.row.intorduction {
    border-radius: 14px;
    background: linear-gradient(85deg, #000000 0%, #4c2e14 100%);
    box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.05);
}
.col-md-10.dashboardContentBox::-webkit-scrollbar {
    display: none;
  }
  .intorduction {
    align-items: center;
    padding: 27px 13px 29px 30px !important;
}

.introContent h4 {
    color: #FFF;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
}

.introContent h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.introContent p {
    color: rgba(255, 255, 255, 0.80);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.introContent button {
    border-radius: 10px;
    background: #113B78;
    padding: 12px 25px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}

.mycards {
    border-radius: 14px;
    padding: 44px 0 44px 25px;
    box-shadow: 0px 47px 47px 0px rgba(0, 0, 0, 0.09);
    width: 350px;
    position: relative;
    margin-bottom: 28px;
}

.mycards.myblock9 {
    box-shadow: none !important;

}

.mycards h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.mycards h3 a {
    color: #FFF;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    text-decoration: none;
}

.myblock1 {
    background: #FF8D62;
}

.myblock1::before {
    position: absolute;
    content: '';
    background: url(../images/students.png);
    width: 145px;
    height: 199px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

.myblock2 {
    background: #4EABE3;
}

.myblock2::before {
    position: absolute;
    content: '';
    background: url(../images/clubs.png);
    width: 163px;
    height: 166px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
}

.myblock3 {
    background: #68D0FF;
}

.myblock3::before {
    position: absolute;
    content: '';
    background: url(../images/gradings.png);
    width: 171px;
    height: 171px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 14px;
    right: -21px;
}

.myblock4 {
    background: #ED5E52;
}

.myblock4::before {
    position: absolute;
    content: '';
    background: url(../images/licence.png);
    width: 171px;
    height: 171px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -1px;
    right: -13px;
}

.mytabss .col-md-4 {
    flex: 0 0 auto;
    width: fit-content !important;
}

.myblock5 {
    background: #EDBF3B;
}

.myblock5::before {
    position: absolute;
    content: '';
    background: url(../images/competitions.png);
    width: 147px;
    height: 174px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 6px;
    right: -29px;
}

.myblock6 {
    background: #E493CE;
}

.myblock6::before {
    position: absolute;
    content: '';
    background: url(../images/forms.png);
    width: 165px;
    height: 179px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -25px;
    right: -22px;
}

.myblock7 {
    background: #FFC56D;
}

.myblock7::before {
    position: absolute;
    content: '';
    background: url(../images/emails.png);
    width: 184px;
    height: 184px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -4px;
    right: -39px;
}

.myblock8 {
    background: #D65F4D;
}

.myblock8::before {
    position: absolute;
    content: '';
    background: url(../images/settings.png);
    width: 165px;
    height: 179px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 10px;
    right: -37px;
}

.row.mytabss {
    overflow: hidden;
    padding-top: 50px;
}

::-webkit-scrollbar {
    width: 0;
}

a.list-group-item.list-group-item-action img {
    opacity: 0.6;
    width: 24px;
    margin-right: 10px;
}

.joinUs {
    border-radius: 26.496px;
    border: 0.662px solid #7C71FF;
    background: linear-gradient(230deg, #113B78 2.11%, #3B6CB2 102.63%);
    box-shadow: 0px 2.65px 21.859px 0px rgba(0, 0, 0, 0.25);
    padding: 36px 19px 27px 26px;
}

.joinUs h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 11.923px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.joinUs p {
    color: rgba(255, 255, 255, 0.40);
    font-family: Inter;
    font-size: 9.274px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.joinUs a {
    color: #113B78;
    font-family: Inter;
    font-size: 9.274px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px;
    border-radius: 4px;
    background: #FFF;
    border: none;
    width: 100%;
}

.studentTables {
    padding-top: 37px;
}

.studentTables h3 {
    color: #202224;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 83.333% */
}

.applyYear button {
    border-radius: 6px;
    background: #113B78;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    color: #FFF;
    font-family: Inter;
    font-size: 8.848px;
    font-style: normal;
    font-weight: 500;
    line-height: 7.374px;
    /* 83.333% */
    padding: 11px 11px;
    border: none;
}

.applyYear select {
    border-radius: 4px;
    border: 0.6px solid #D5D5D5;
    background: #FCFDFD;
    color: rgba(43, 48, 52, 0.40);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 10px;
    /* 83.333% */
    padding: 11px 14px;
}

.tableX table {
    width: 100%;
}

.tableX table thead {
    border-radius: 12px;
    background: #F1F4F9;
}

.tableX {
    margin-top: 28px;
}

.tableX table thead th {
    padding: 8px 14px;
    color: #202224;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.selectt-gradee{
    width: 78% !important;
}
.list-group {
    position: relative;
}

.col-md-10.dashboardContentBox {
    height: 100vh;
    overflow: scroll;
}
.col-md-10.dashboardContentBox {
    height: 90vh;
    overflow: scroll;
}

.upcomingFormsGroup .up-events {
    width: 80% !important;
    margin-bottom: 34px;
}

.event-category a{
    font-size: 19px;
    font-weight: 600;
}

.event-category{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

/*  */
.studentStatform::-webkit-scrollbar {
    width: 10px !important;
  }
  .studentStatform::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
  }

/* Handle */
.studentStatform::-webkit-scrollbar-thumb {
background: #888 !important;
border-radius: 50px;
}

/* Handle on hover */
.studentStatform::-webkit-scrollbar-thumb:hover {
background: #555 !important;
}
/*  */




.studentlists::-webkit-scrollbar {
    width: 10px !important;
  }
  .studentlists::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
  }

/* Handle */
.studentlists::-webkit-scrollbar-thumb {
background: #888 !important;
border-radius: 50px;
}

/* Handle on hover */
.studentlists::-webkit-scrollbar-thumb:hover {
background: #555 !important;
}
.col-md-10.dashboardContentBox::-webkit-scrollbar {
    width: 10px;
  }
  .col-md-10.dashboardContentBox::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

/* Handle */
.col-md-10.dashboardContentBox::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
.col-md-10.dashboardContentBox::-webkit-scrollbar-thumb:hover {
background: #555;
}

.studentFillter {
    border-radius: 26.496px;
    border: 0.662px solid #7C71FF;
    background: linear-gradient(230deg, #113b78e3 2.11%, #3B6CB2 102.63%);
    box-shadow: 0px 2.65px 21.859px 0px rgba(0, 0, 0, 0.25);
    padding: 36px 19px 14px 26px;
}
.nameSearch input {
    width: 50% !important;
    font-size: 14px;
    padding: 8px 22px;
    font-family: Inter;
    border-radius: 10px;
    border: none;
}
ul.dropdown-menu.show label.dropdown-item {
    width: 25%;
    padding: 4px 0;
}
.checkboxs select {
    font-size: 14px;
    padding: 8px 22px;
    font-family: Inter;
    border-radius: 10px;
    border: none;
}
input.lapsedCheck {
    width: 32px;
    height: 32px;
}
.checkboxs input {
    font-size: 14px;
    padding: 8px 22px;
    font-family: Inter;
    border-radius: 10px;
    border: none;
}
ul.dropdown-menu.show label.dropdown-item input.form-check-input.me-1 {
    border: 1px solid;
}
 .filterx {
    margin: 0 !important;
    padding: 0 !important;
}

 .checkboxs {
    margin: 0 !important;
}
.nameSearch .dropdown {
    width: 24%;
    margin: 0 !important;
}
.nameSearch .dropdown button {
    width: 100%;
}
.studentFillter button {
    border-radius: 10px;
    background: #fff;
    padding: 12px 25px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
}
.studentFillter select {
    border-radius: 10px;
    background: #fff;
    padding: 11px 25px;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    width: 100%;
}
.studentFillter button:hover {
    background: #6897dc;
}
.dropdown button#dropdownMenuButton {
    background: #113b78;
    width: 104px;
}
.dropdown-grade-menu {
    display: none;
}
.dropdown-grade-menu.show {
    display: block;
}
.checkboxFlexs input {
   margin-right:10px;
}
.checkboxFlexs label {
    background: #cfe2ff;
    padding: 10px;
    margin-bottom: 14px;
    width: 100%;
    font-size: 17px;
}
.dropdown-menu.show {
    padding: 14px 10px;
}
.checkboxs label {
    color: #fff;
    font-size: 13px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.checkboxs label input {
    margin-right: 6px;
}

.checkInput{
    display: none;
}
div#accordionPanelsStayOpenExample {
    max-width: 227px !important;
}

.checkMain:has(.checkInput:checked) {
    border: 1px solid #cfe2ff;
    color: #fff !important;
    background: linear-gradient(230deg, #113B78 2.11%, #3B6CB2 102.63%) !important;
    box-shadow: 0px 2.65px 21.859px 0px rgba(0, 0, 0, 0.25);
}
.star-pattern {
    display: flex
;
    flex-direction: column;
    justify-content: space-around;
    /* align-items: center; */
}
.borderclasses.d-flex.gap-5 {
    gap: 11px !important;
}
.borderclasses .border.border-dark {
    width: 248px;
    text-align: left;
    height: 36px !important;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 12px;
}
div#printme {
    margin: 0 !important;
    padding: 0 !important;
}
.starpatternMain .star-pattern:nth-child(3) {
    justify-content: space-around;
}
div#printme {
    margin: 0;
}
.starpatternMain {
    display: flex
;
    justify-content: space-between;
    width: 100%;
    padding-right: 20px;
}
.mains {

justify-content: space-evenly;
display: flex
;
flex-direction: column;
}
.tidsdxs h3 {
    font-size: small;
}
.std-name {
    padding: 5px 15px;
    width: auto;
    display: inline-block;
    margin: 5px 0;
    border: 1px solid gray;
}
.tidsdxs {
    border-bottom: 1px solid lightgray;
    margin-bottom: 1rem;
}
h1.ghhjh {
    margin-top: 1rem;
    padding-top: 0.5rem;
    border-top: 1px solid lightgray;
    font-size: 17px;
}
.newtopheadLogo img {
    width: 58%;
}

.newtopheadLogo {
    width: 18%;
}
.topNewHeader p {
    margin: 0;
    font-family: 'Inter';
    font-weight: 600;
}
.newHeaderNav {
    list-style: none;
}
.newHeaderMenu.py-2 {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.nav-item.dropdown:hover ul.dropdown-menu {
    display: block !important;
}

.myheader ul.dropdown-menu {
    border-radius: 14px;
    background: #113B78 !important;
    box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.05);
    left: 0;
}

.myheader .dropdown-item {
    color: #fff;
}
ul.subsMenu li:hover a {
    background: transparent !important;
    border: none !important;
    color: #000 !important;
    font-weight: 600;
}
li.nav-item:hover a {
    color: #fff !important;
    background: #113B78 !important;
    border: 1px solid #113B78 !important;
    white-space: nowrap;
}

li.nav-item .nav-link {
    color: #000 !important;
    text-decoration: none !important;
    color: #fff !important;
    background: #68D0FF !important;
    border: 1px solid #68D0FF !important;
    border-radius: 8px;
}
li.nav-item:hover .nav-link{
    color: #fff !important;
    text-decoration: none !important;
}
.input-group-text {
    background: transparent !important;
    border: none !important;
    align-items: start !important;
    width: 14%;
    border-radius: 0 !important;
    justify-content: end !important;
}
.ticketPrice textarea {
    width: 85% !important;
}
li.nav-item {
    padding: 13px 10px !important;
    font-size: 18px;
}
li.nav-item a.nav-link.logitout {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;
    text-decoration: none !important;
}

ul.subsMenu {
    position: absolute;
    left: 100%;
    top: 0;
    width: fit-content;
    background: #113b78;
    list-style: none;
    padding: 5px 9px;
    display: none;
    border-radius: 8px;
}
td.namediv {
    width: 186px;
}
.doubleBox .upcomingEvents {
    height: 55vh !important;
}
ul.subsMenu li a  {
    color: #fff;
    text-decoration: none;
}
.dropdown-menu li {
    position: relative;
}
.newSub:hover ul.subsMenu {
    display:block;
}
.subsMenu li {
    padding: 4px 0 !important;
    overflow: hidden;
}
ul.dropdown-menu {
    width: fit-content !important;
}
.subsMenu li:hover {
    background: #fff;
}
.subsMenu li:hover a {
    color: #000;
}
.studentPrintDetail {
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 10px 0 0 0;
    max-width: 75%;
    margin: 0 auto;
}
.studentPrintDetail.addressprint {
    border-top: none !important;
}
.mainPrintDetail p {
    width: 145px;
}
.studentPrintDetail p {
    width: 145px;
}
.contentPrint {
    flex-direction: column;
        width: 20%;
    }
.mainPrintDetail img {
        width: 90px;
}

.emailMainInputs label {
    width: 100%;
}
.emailMainInputs input {
    width: 100%;
    padding: 8px;
    font-size: 14px !important;
    color: #666;
    background-color: #FFFFFF !important;
    border: 1px solid #BBB !important;
}
.emailMainInputs {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #BBB !important;
}
.emailStep1 {
    max-width: 65%;
    margin: 0 auto;
}
.emailMainInputs select {
    width: 24%;
    padding: 8px;
    font-size: 14px !important;
    color: #666;
    background-color: #FFFFFF !important;
    border: 1px solid #BBB !important;
}
.uploader input {
    margin: 0;
    width: 30%;
}
.mailCheckbox input {
    width: fit-content !important;
}
.docInputFields  p {
    margin: 0 !important;
}
.emailStep2 div#accordionExample {
    margin-top: 20px;
    max-width: 68%;
}
.emailStep2 .accordion-item {
    margin-bottom: 28px;
}
.emailStep2 i.fa.fa-plus {
    margin-right: 20px;
}
.emailformate {

    max-width: 60%;
    margin: 0 auto;
}
.certificateMain select {
    padding: 4px;
}
.mainemailPreview {
    border: 1px solid #BBB !important;
    padding: 35px 0;
}
.emailHeader.text-center {
    padding-bottom: 24px;
    border-bottom: 1px solid #BBB !important;
}
.emailHeader.text-center img {
    margin-bottom: 40px;
    width: 200px;
}
.emailBody.text-start {
    padding: 38px 28px;
    border-bottom: 1px solid #BBB !important;
}
.emailBody.text-start h3 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Inter';
}
.emailFooter.text-center {
    padding: 25px 0 0;
}
.emailFooter.text-center i.fa.fa-facebook-square {
    font-size: 27px;
    color: blue;
}
.listboxMain h3 {
    background: #113B78 !important;
    padding: 13px 0;
    font-size: 20px;
    color: #fff;    position: sticky;
    z-index: 999;
    top: 0;
    width: 100%;
}
.acknowledgemainss {
    height: 74vh;
    overflow: scroll;
    position: relative !important;
    overflow-y: scroll;
}
.acknowledgemainss::-webkit-scrollbar {
    width: 12px; /* Width of the vertical scrollbar */
}
.acknowledgemainss::-webkit-scrollbar-thumb {
    background-color: darkgrey; /* Color of the scrollbar handle */
    border-radius: 10px; /* Roundness of the scrollbar handle */
}
.listbox {
    width:49% !important;
    border: 5px solid #113B78 !important;
    margin-bottom: 29px;
    height: 26vh;
    overflow: scroll;
    position: relative !important;
    overflow-y: auto;
    border-radius: 10px;
}
.listbox td {
    width: 25%;
}
.listbox::-webkit-scrollbar {
    display: none;
}
.doubleBox .listbox {
    width: 100% !important;
}

.entrycutoff .date-picker-container.d-flex {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center !important;
    margin: 0;
}
.dashboardContentBox.sadash {
    padding-top: 1rem;
    max-width: 96% ;
    margin: 0 auto;
}




.haveFields .clubNamesearch ul {
    left: -2rem;
    height: 36vh;
    overflow: scroll;
}

.clubNamesearch ul {
    position: absolute;
    background: #f8fafc;
    bottom: -59px;
    z-index: 99;
    border: 1px solid #dee2e6;
    width: 92%;
    top: -3rem;
}

.clubNamesearch ul::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.clubNamesearch ul::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.clubNamesearch ul::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #888;
}

  .competitionList::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
 .competitionList::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
  }

  .input-group .alert.alert-danger {
    position: relative;
    left: 17rem;
    top: 0.5em;
}
.input-group .alertMain.alert.alert-danger {
    position: relative;
    left: 11rem !important;
    top: 0.5em;
}



.doubleBox {
    width: 47% !important;
}
.clubadded span.input-group-text {
    background: transparent;
    border: none;
}
.clubadded .input-group-text {
    width: 14%;
}
.table.clubTable td, .table.clubTable th {
    font-size: 18px !important;
}
.listboxBig {
    height: 86vh !important;
}
.listbox::-webkit-scrollbar {
    width: 12px; /* Custom scrollbar width */
  }


  .listbox::-webkit-scrollbar-track {
    background: #f1f1f1; /* Custom scrollbar track color */
  }

  .listbox::-webkit-scrollbar-thumb {
    background: #888; /* Custom scrollbar thumb color */
  }

  .listbox::-webkit-scrollbar-thumb:hover {
    background: #555; /* Custom scrollbar thumb hover color */
  }
.listboxMain {
    flex-wrap: wrap;
    gap: 20px !important;
}
.grading-printout img {
    width: 100%;
}
.grading-printout input {
    width: 70% !important;
    border: 0;
    border-bottom: 1px solid;
}
.grading-printout .det-under {
    width: 70% !important;
    border: 0;
    border-bottom: 1px solid;
}
.grading-printout label {
    width: 100%;
}
.grading-printout .table-bordered {
    border: 1px solid #000;
}
.grading-printout .table-bordered th,
.grading-printout .table-bordered td {
    border: 1px solid #000;
}
.ageinputfield label {
    width: 22%;
    text-align: right;
    font-size: 14px;
}
.ageinputfield div#slider {
    width: 80%;
}
.ageinputfield select {
    width: 80%;
    font-size: 14px;
}
.ageinputfield .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -3px;
    background: transparent;
    border: none;
    left: 8px;
    z-index: 9;
}
.ageinputfield .noUi-connect {
    background: #e9e9e9;
    box-shadow: none;
}
.inputFieldGroups input[type="submit"] {
    width: fit-content;
    padding: 6px 20px;
    height: auto;
    border-radius: 5px;
    font-size: 14px;

}
.agefontBold p {
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.agePrint {
    border: none;
    max-width: 74%;
    margin: 0 auto;
}
p.agefontSize {
    color: #888;
    font-family: 'Inter';
    font-size: 14px;
    margin: 12px 0 0;
}
.agebreakdownMain {
    border: none;
    max-width: 100% !important;
    margin: 0 auto;
}
.ageinputfield .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: 0;
    z-index: 9;
    background: transparent;
    border: none;
}
.ageinputfield {
    display: flex;
    gap: 0;
}
.headLicence img {
    width: 28%;
}
.licence-printout input {
    border-bottom: 1px solid !important;
    border: none;
    border-bottom-style: dotted !important;
}
.licenceInputers input {
    width: 60%;
    margin-bottom: 4px;
}

.licenceInputers label {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.headLicence h2 {
    font-size: 25px;
    font-weight: 700;
}
.licence-printout .col-md-3 {
    width: 30% !important;
}
.passTable img {
    width: 85px;
    border: 1px solid;
}
.passTable input {
    margin-right: 6px;
}
.resultHead a {
    background: #113B78 !important;
    font-family: Inter;
    font-size: 13.274px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    border-radius: 4px;
    color: #FFF;
    border: none;
    text-decoration: none;
}
.passTable tr td {
    background-color: transparent !important;
    color: #000000;
    margin-bottom: 20px;
}
.passTable {
    border-collapse: separate;
    border-spacing: 0 9px;
}
.passTable tr {
    background: #008d36;
}
.greeny {
    color: #008d36;
}
span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.navigationList svg {
    width: 20px;
}
span.relative.z-0.inline-flex.rtl\:flex-row-reverse.shadow-sm.rounded-md a {
    font-size: 12px;
    padding: 4px 11px !important;
}
nav.flex.items-center.justify-between {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
span.leading-5 {
    font-size: 12px;
    padding: 4px 11px !important;
}

.licenceChange textarea {
    height: 166px;
    width: 79% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    color: #000;
    font-size:14px !important;
    background-color: #fff;
    color: #000;
    font-family: Inter;
    border: 2px solid #a8a7a7 !important;
}
div:has(select) {
    margin-bottom: 18px;
  }
  div:has(input) {
      margin-bottom: 18px;
    }
.licenceChange input {
    width: 79% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    color: #000;
    font-size:14px !important;
    background-color: #fff;
    color: #000;
    font-family: Inter;
    border: 2px solid #a8a7a7 !important;
    height: 38px;
}
.licenceChange select {
    width: 79% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 6px 12px !important;
    color: #000;
    font-size:14px !important;
    background-color: #fff;
    color: #000;
    font-family: Inter;
    border: 2px solid #a8a7a7 !important;
    height: 38px;
}
.licenceChange label {
    width: 20% !important;
    text-align: right;
    padding: 0;
    font-size: 14px !important;
    margin-right: 10px !important;
}
.licenceChange span {
    width: 21% !important;
}
.licenceChange .input-group {
    align-items: center !important;
    left: -5px;
}
.licenceChange .form-check.form-switch input {
    border: 2px solid !important;
    width: 17px !important;
    margin: 0 !important;
}

.licenceChange button.ui-datepicker-trigger {
    display: none;
}
.licenceChange .form-check .form-check-input {
    float: none !important;
    margin-left: 0 !important;
    width: 14px !important;
}
.date-picker-container label {
    width: 100% !important;
    text-align: left;
}
.licenceChange .date-picker-container div#start-datepicker {
    width: 100% !important;
}
.licenceChange .date-picker-container div#end-datepicker {
    width: 100%;
}
.licenceChange .date-picker-container .ui-datepicker-inline {
    width: 100%;
}
.licenceChange .makeitlive input {
    width: 23px !important;
}
/* .competitionList {
    height: 750px;
    overflow: scroll;
} */
.circleInput .d-flex label {
    width: fit-content !important;
}
.licenceChange input[type="submit"] {
    font-size: 14px;
    background-color: #113B78;
    color: #FFF;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
    text-shadow: 0px 0px 0px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 100;
    line-height: normal !important;
    font-family: Inter;
    width: 100% !important;
}
.apllyNo label {
    width: fit-content !important;
}
.apllyNo input {
    width: 20px !important;
}
.licenceChange .inSingle  label {
    width: 78% !important;
}
.licenceChange .inSingle  input {
    width: 26px !important;    height: 29px;
}
.licenceChange .inSingle  .searchClubName {
    justify-content: space-around;
}
.applicationPrint img.GradeImage {
    width: 86px;
    margin-bottom: 0;
    height: 30px;
    border: 1px solid;
    border-radius: 5px;
}
img.GradeImage {
    width: 100%;
    margin-bottom: 0;
    height: 30px;
    border: 1px solid;
    border-radius: 5px;
}
.instructor-content th p {
    width: 100%;
    background: #1b3878;
    margin: 0 auto 0 0;
    padding: 3px 10px;
    border-radius: 10px;
    color: #fff !important;
    font-size: 17px !important;
    text-align: center;
}
.instructor-content th p.headerGreen {
    background: #11b67a !important;
}
.d-flex.students-list-btn {
    width: fit-content;
    position: absolute;
    right: 8rem;
    bottom: 2rem;
    gap: 19px;
}
.ballImage video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ballImage {
    padding: 0 !important;
}
/**********************************RESPONSIVE *****************************/
@media only screen and (max-width: 1440px) {

    .studentFillter button { padding: 12px 15px; font-size: 13px; }
    button.stu-stat.lower { right: 13rem; }
    .nameSearch input { font-size: 13px; padding: 7px 15px; }
    .checkboxs select { font-size: 13px; padding: 7px 22px; }
    .checkboxs input { font-size: 13px; padding: 7px 22px; }
}
@media only screen and (max-width: 1366px) {
    .introContent { padding: 49px 5px 49px 46px !important; width: 53% !important; }
    .introContent button { font-size: 12px; }
    .introContent h3 { font-size: 21px; }
    .introContent p { font-size: 14px; }
    a.list-group-item.list-group-item-action { font-size: 12px; padding: 13px 9px !important; }
    .mycards { width: 250px; }
    .multireports-header p { margin: 0 !important; font-size: 20px; }
    .myblock1::before { width: 115px; height: 190px; }
    .mycards h3 a { font-size: 20px; }
    .mycards h3 { font-size: 20px; }
    a.list-group-item.list-group-item-action img { width: 19px; margin-right: 5px; }
    .joinUs { padding: 36px 13px 27px 11px; }
    .myblock4::before { width: 149px; height: 155px; }
    .myblock5::before { width: 143px; height: 156px; }
    .myblock7::before { width: 175px; height: 170px; }
    .myblock8::before { width: 154px; height: 155px; }
    .myheader ul.navbar-nav.align-items-center.gap-4 { gap: 10px !important; }
    .myheader .dropdown-item { font-size: 13px; }
    .myheader .nav-item.dropdown:hover ul.dropdown-menu { width: fit-content !important; }
    .myheader ul.subsMenu { position: absolute; right: -9rem;}
    .myheader .nav-item.dropdown:hover ul.dropdown-menu { width: fit-content !important; }
}
@media only screen and (max-width: 1300px) {
    .studentFillter button {
        padding: 12px 15px;
        font-size: 11px;
    }
    .studentFillter select {
        font-size: 11px;
    }
}
@media only screen and (max-width:1280px) {
    .d-flex.students-list-btn {
        width: fit-content;
        position: relative;
        right: 0;
        bottom: 0;
        gap: 19px;
    }
    button.stu-stat.lower { right: 0; }
    .searchclubs { flex-direction: row; }
    .studentFillter .filterx { padding-bottom: 14px !important; }
    button.stu-stat { position: relative; top: 0; right: 0; }
    .filtery { margin: 0; }
    .gradinglists td { font-size: 13px; }
    table a { font-size: 13px; }
    .instructor-content th p { font-size: 13px !important; }
}

@media only screen and (max-width: 1080px) {
    a.list-group-item.list-group-item-action {
        font-size: 9px;
        padding: 4px 2px !important;
    }
    a.list-group-item.list-group-item-action.active {
        padding: 4px 2px !important;
    }
    .instructor-content th p {
        font-size: 9px !important;
    }
    .gradinglists td {
        font-size: 10px;
    }
    table a {
        font-size: 10px;
    }
    .grdingHead a {
        font-size: 10px;
    }
    .joinUs p {
        font-size: 7.274px;
        margin-bottom: 6px;
    }
    .joinUs {
        padding: 10px 13px 13px 11px;
    }
}
@media only screen and (max-width: 1000px){
    .d-flex.students-list-btn {
        width: fit-content;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 19px;
    }
    .col-md-2.d-flex.justify-content-between.clockDiv {
        width: 100%;
    }
    .myheader div#super-admin-menu-content {
        display: none !important;
    }
    .myheader div#super-admin-menu-content.show {
        display: block !important;
    }

    button.btn.btn-primary.d-block.d-md-none.mb-3.collapsable-button {
        display: block !important;
        margin-top: 21px;
    }
    .list-group {
        display: none !important;
        background: #fff;
        width: 100%;
        z-index: 99;
        box-shadow: 0px 2.65px 21.859px 0px rgba(0, 0, 0, 0.25);
        border-radius: 10px !important;
        padding: 8px !important;
        max-width: 100% !important;
    }

    .d-md-block.show .list-group {
        display: block !important;
    }
    .col-md-10.dashboardContentBox {
        height: 112vh;
        overflow: scroll;
        width: 100% !important;
    }
    .col-md-2.dashboardBox {
        width: 100%;
    }
    .menuItem:hover .list-submenu { width: 62%; z-index: 9; top: 2px; right: 0; left: auto !important; }
}
@media only screen and (max-width: 860px) {
    .headLicence img { width: 84px !important; }
    .col-md-2.dashboardBox { position: relative; top: 0px; right: 0; z-index: 99; }
    .dashboardBox button { background: #113b78 !important; }
    .row.mytabss .col-md-4:last-child { display: none; }
    .dashboardContentBox { width: 69% !important; }
    .col-md-8.introContent { width: 100% !important; }
    .dashboardContentBox .ballImage { text-align: center !important; width: 100%; padding: 0; }
    .dashboardContentBox img { width: 100%; }
    .myblock1::before { width: 100px; height: 142px; }
    .mycards { width: 214px; padding: 34px 0 34px 25px; }
    .mycards h3 a { font-size: 15px; }
    .mycards h3 { font-size: 15px; }
    .myblock2::before { width: 123px; height: 124px; }
    .myblock3::before { width: 134px; height: 132px; bottom: -2px; }
    .myblock4::before { width: 117px; height: 119px; }
    .myblock5::before { width: 111px; height: 117px; }
    .myblock6::before { width: 141px; height: 164px; }
    .myblock7::before { width: 140px; height: 136px; }
    .myblock8::before { width: 127px; height: 127px; }
    .introContent { padding: 40px 5px 0 27px !important; }
    .introContent p { font-size: 12px; }
    .studentlists { overflow: scroll; }
    th { font-size: 10px !important; width: fit-content !important; }
    .ourclubs th, .ourclubs td { font-size: 10px !important; }
    .licenceTab th, .licenceTab td { font-size: 10px !important; }
    .licenceSummary h2 { font-size: 18px; }
    a.newClubAdd { font-size: 13px !important; }
    .competitions { max-width: 100%; overflow: scroll; }
    .competitionList th, .competitionList td { font-size: 10px !important; }
    .competitions p { font-size: 12px; }
    a.list-group-item.list-group-item-action.active { padding: 13px 12px !important; }
    .mycards.myblock9 { display: none; }
    .formsReports p { font-family: Inter; font-size: 13px; margin: 0; }
    .formsReports a { font-size: 13px; }
    .newClubAdd { font-size: 14px !important; }
    h2.innerTextHead { font-size: 18px; }
    .formsReports .d-flex { flex-wrap: wrap !important; }
    .officialAttendance td a { font-size: 12px; font-family: Inter; }
    .dashboardContentBox.sadash { width: 100% !important; }
    .studentFillter button { padding: 7px 18px; font-size: 11px; }
    .studentFillter { padding: 26px 14px 14px 14px; }
    .studentFillter .filterx { flex-direction: column; align-items: start !important; }
    .studentFillter .filtery { flex-direction: column; align-items: start !important; }
    .col-md-10.dashboardContentBox { height: 112vh; overflow: scroll; width: 100% !important; }
    .nameSearch input { width: 100% !important; }
    .list-group { background: #fff; width: 100%; z-index: 99; box-shadow: 0px 2.65px 21.859px 0px rgba(0, 0, 0, 0.25); border-radius: 10px !important; padding: 8px !important; }
    .list-group h3 { padding-left: 33px; }
    .card { border: none !important; width: 80%; }
    .newstudentLayout .newLayout { flex-direction: column; justify-content: start; align-items: start !important; gap: 22px !important; }
    .col-md-1.profile-photoss { width: fit-content; position: relative; }
    .clockDiv { padding: 0 14px !important; align-items: center; }
    .gradinglists td { width: fit-content !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 20px 0 0 !important; }
    .gradingListMain { height: fit-content; }
    .col-md-10.dashboardContentBox { height: fit-content; }
    .gradingMainss .inputFieldGroup, .gradingMainss .inputFieldGroups { flex-direction: column; }
    .gradingMainss .date-picker-container label { width: 100% !important; text-align: left; }
    .date-picker-container { margin: 3px 0; flex-direction: column; }
    .gradingMainss .date-picker-container input { width: 100% !important; }
    .inputFieldGroups { padding: 1px 0 5px 0; }
    .display-messages { left: 0; }
}

@media only screen and (max-width: 790px) {
    .col-md-2.d-flex.justify-content-between.clockDiv {
        max-width: 100% !important;
        width: 100%;
    }
    button.btn.btn-primary.d-block.d-md-none.mb-3.collapsable-button {
        display: block !important;
        margin-top: 21px;
    }
    /* div#listGroupCollapse {
        display: none !important;
    } */
    .emailMain td { font-size: 11px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .emailMain table a { font-size: 11px !important; }
    .emailMain th { font-size: 11px !important; width: fit-content !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .emailMain .d-flex.gap-5.align-items-center { flex-direction: column; align-items: start !important; gap: 15px !important; }
    .officialAttendance td a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .studentlists td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 20px 0 0 !important;
    }
    .studentlists td { font-size: 12px; }
    .studentFillter .filterx { flex-direction: row; }
    .studentFillter .filtery { flex-direction: inherit; }
    .d-flex.students-list-btn { width: fit-content; position: relative; right: 0; top: 0; margin-top: 19px; }
    .studentPrintDetail { max-width: 96%; }
    .studentPrintDetail p { width: 154px; font-size: 14px !important; }
    .mainPrintDetail th { font-size: 14px !important; }
    .mainPrintDetail td { font-size: 12px; }
    .licenceChange .input-group { flex-direction: column; align-items: start !important; }
    .licenceChange label { width: 97% !important; text-align: left; }
    .licenceChange select { width: 100% !important; }
    .licenceChange input { width: 100% !important; }
    .licenceChange textarea { width: 100% !important; height: 90px; }
    .licenceChange span { width: 100% !important; background: transparent !important; border: none !important; align-items: start !important; border-radius: 0 !important; justify-content: start !important; padding-left: 0 !important; }
    .studentMainss .input-group { flex-direction: column; }
    .studentMainss label { width: 100% !important; text-align: left; }
    .studentMainss select { width: 100% !important; }
    .studentMainss input { width: 100% !important; }
    .studentMainss textarea { width: 100% !important; }
    .studentMainss span { width: 100% !important; background: transparent !important; border: none !important; align-items: start !important; border-radius: 0 !important; justify-content: start !important; padding-left: 0 !important; }
    .eventsFields { font-size: 14px; flex-direction: column; }
    .ticketPrice { flex-direction: column; }
    .inputGroup { flex-direction: column; }
    .inputgroup { flex-direction: column; }
    .entrycutoff { flex-direction: column; }
    .gradingMainss label { width: 100%; text-align: left; }
    .gradingMainss input { width: 100% !important; }
    .gradingMainss select { width: 100% !important; }
    .gradingMainss textarea { width: 100% !important; }
    .stuTable td { font-size: 12px; }
    .menuItem:hover .list-submenu { width: 62%; z-index: 9; top: 2px; right: 0; left: auto !important; }
    .nameSearch.d-flex.gap-3 { align-items: center; }
    .studentClub { gap: 10px !important; }
    .licenceTab th, .licenceTab td { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .licenceTab { overflow: scroll; }
    .studentIn .d-flex { flex-wrap: wrap; flex-direction: row; align-items: center !important; justify-content: space-between; gap: 14px; }
    .date-btn { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .col-md-6.studentListequip { margin-top: 38px; }
}

@media only screen and (max-width: 625px) {
    /* .row.listingOrders {
        flex-direction: column-reverse;
    } */
    .selectGroups.d-flex {
        padding: 10px 0;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .studentIn.d-flex.align-items-center img {
        width: 88px;
    }
    .inputgradegroup {
        width: 100%;
        display: flex
    ;
        flex-direction: column;
    }
    .competitor-det {
        width: 100%;
        overflow: scroll;
    }
    .listingOrders ul#studentList {
        display: block !important;
    }
    .editGradselect button.btn.btn-success {
        width: 100%;
    }
    .d-flex.upcomingFormsGroup {
        flex-direction: column;
        gap: 15px;
    }
    th.clubstudentTable { width: 100px !important; }
    .instructor-content th p { font-size: 11px !important; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .studentFillter .filtery { flex-direction: column; }
    .studentClub { padding: 0 14px !important; }
    figure.GradeImgMain { padding: 0; }
    .Homecontent { max-width: 97%; }
    .mytabss .col-md-4 { width: 50% !important; margin: 0 auto; }
    .mycards { width: 100%; }
    .main-heads .col-md-2 { text-align: center; margin-bottom: 12px; }
    .mycards.myblock9 { box-shadow: none !important; display: none; }
    a.list-group-item.list-group-item-action { font-size: 14px; padding: 11px 24px !important; }
    .introContent h3 { font-size: 18px; }
    .tableX table thead th { padding: 8px 3px; font-size: 12px; }
    .search-container { width: 194px; }
    .headerInfo.d-flex.gap-4.align-items-center{ gap: 10px !important; width: 56% !important; padding: 5px 12px !important; justify-content: space-between !important; }
    .headerInfo img.admin { width: 23px; height: 23px; }
    .search-container { width: 54%; }
    .main-heads h4 { font-size: 14px; }
    .dashboardContentBox { width: 64% !important; }
    a.list-group-item.list-group-item-action { font-size: 11px; }
    a.list-group-item.list-group-item-action img { width: 15px; margin-right: 2px; }
    .mytabss .col-md-4 { width: 100% !important; }
    .studentTables.d-flex.justify-content-between.align-items-center { flex-wrap: wrap; }
    .profile-photoss img.greendot {
            width: 20px !important;
    height: 20px;
    }
    img.GradeImage.clockImages.toggleImage {
    width: 27px !important;
    height: 27px !important;
}
    img.GradeImage { width: 100% !important; margin-top: 10px; }
    .profile-photoss img.greendot
    .row.intorduction { width: auto !important; }
    .dashboardContentBox img { width: 100%; margin-top: 10px; }
    .myblock8::before { width: 106px; height: 112px; right: -21px; }
    .myblock7::before { right: -26px; }
    .myblock5::before { right: -21px; }
    .grdingHead a { font-size: 12px; }
    .grdingHead h2 { font-size: 14px; }
    .gradeStats td, .gradeStats th { padding: 4px; border-bottom: 1px solid #CCCCCC; font-size: 10px; }
    h2.innerTextHead { font-size: 14px; }
}

@media only screen and (max-width: 540px) {
    .studentStatform tr { font-size: 12px; }
    .studentFillter .filterx { flex-direction: column; }
    .col-md-10.dashboardContentBox { height: 98vh; overflow: scroll; width: 100% !important; }
    .competitionFullForm { max-width: 90%; margin: 0 auto; }
    .competitionFullForm img.competition-logo { width: 45% !important; margin: 28px 0; }
    .competitionFullForm h2 { font-size: 20px; margin-bottom: 22px; }
}

@media only screen and (max-width: 480px) {
    .tabsStudent li.nav-item {
        padding: 8px 2px !important;
    }
    .inputgroup.gradeImage .gradeSelection {
        width: 100%;
    }
    .studentMainss .inputgroup div {
        width: 100%;
    }
    .studentMainss .inputgroup h3 {
        text-align: left;
        width: 100%;
    }
    .medicalSummary {
        max-width: 100%;
        margin-left: 0;
    }
    .competitionList table.table, .emailMain table.formrowlg.table {
        border: 1px solid lightgray;
        display: block;
        overflow: scroll;
        border-radius: 4px;
        padding: 5px;
    }
    .emailStep1 {
        max-width: 100%;
    }
    .emailStep1 textarea {
        width: 100%;
    }
    .uploader input {
        margin: 0;
        width: 70%;
    }
    .emailMainInputs select {
        width: 50%;
    }
    .emailMainInputs.send-xwqo .d-flex {
        display: block !important;
    }
    .emailStep2 div#accordionExample, .emailformate {
        max-width: 100%;
    }
    .introContent {
        padding: 15px 5px 0 5px !important;
    }
}

@media only screen and (max-width: 400px) {
    .headerInfo.d-flex.gap-4.align-items-center { width: 100% !important; }
    .main-heads { text-align: center; }
    .main-heads h4 { width: 100% !important; }
    .main-heads .col-md-10 { flex-wrap: wrap; }
    .col-md-10.dashboardContentBox { padding: 0 11px; }
    .stuTable td { font-size: 10px; }
}

.events .gradingListMain th p {
    float: left;
}
.studentlists table.officialAttendance p, .gradingListMain table.table p {
    float: left;
}

.areasMainPage select {
    border: 1px solid lightgrey;
    padding: 10px;
    font-size: 17px;
}

.checkButtons label {
    background: #f0f0f0;
    padding: 7px 14px;
    border: 1px solid #989898;
    font-size: 15px;
}

.checkButtons button {
    background: #f0f0f0;
    padding: 7px 14px;
    border: 1px solid #989898;
    font-size: 15px;
}

.areasMainPage td, .areasMainPage th {
    font-size: 12px;
}