/* 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;
}
.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;
}

.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;
}

.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;
}

h3.tabHead {
    font-size: 20px;
    margin: 8px 0px !important;
    font-weight: 500;
    font-family: Inter;
}

.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: #a4905e;
}

.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 {
    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: 309px;
    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: 20px;
    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: 14px !important;
    font-family: Inter;
}

.ourclubs th {
    font-family: Inter;
}

.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;
}

.clubSearch label.input-group-text {
    background: transparent;
    border: navajowhite;
}

.clubSearch input#search-input {
    background: transparent;
    border: 1px solid;
    border-radius: unset;
    padding: 5px !important;
}

.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;
}

.clubNotes h2 span {
    font-size: 11px;
    font-weight: 300;
    color: #231F20;
}

/* GRADING LISTS */


.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;
}

.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: 20px;
    font-family: Inter;
}

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

.gradingListMain {
    border-radius: 10px !important;
    border: 1px solid #CCC;
    padding: 10px !important;
    margin-bottom: 20px;
}
.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;
}




.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;
}
.licence-printout .col-md-3 {
    width: 30% !important;
    margin: 3rem 0;
}    .footerLicence img {
    width: 40%;
}
.licenceInputers.my-3 {
    margin: 0 !important;
}
.headLicence img {
    width: 14% !important;
}
.licenceInputers  label {
    font-size: 12px !important;
}
.footerLicence img {
    width: 12% !important;
}
.headLicence h2 {
    font-size: 12px !important;
    font-weight: 700 ;
}


@media print {
 
    .licence-printout .col-md-3 {
        width: 49% !important;
    }
    .dashboardContentBox.sadash {
        max-width: 100% !important;
    }
    .myheader {
        display: none;
    }
    .row.align-items-end.main-heads {
        display: none;
    }
    /* .myheader {
        display: none;
    } */
    .studentlists {
        height: auto !important;
    }
    .licenceChange .listHeaders {
        display: flex !important;
    }
    .hiddenOnprint {
        display: none !important;
    }
    .slectorDiv {
        display: none !important;
    }
    .searchType{
        display: none !important;
    }
    .printLogo {
    width:18% !important;
    }
    .hideitHead {
    display: none;
    }

.row.pageone {
    padding-top: 50mm !important;
}
.pageone:nth-of-type(1) {
    page-break-before: auto;
}

.pageone:nth-of-type(n+2) {
    page-break-before: always;
}

    thead th{
        padding-top: 50mm !important;
    }
    .mulipleHeader{
        padding-top: 50mm !important;
    }
    table.table.my-4 {
        margin-bottom: -50mm !important;
    }
    body {
        margin: 0 !important;
    }
    .mainHeadinger {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: block !important;
        text-align: center;
        font-size: 20px;
        border-bottom: 1px solid black;
        background: white;
        padding: 10px 0;
        z-index: 1000;
    }

    .content {
        margin-top: 50mm !important;
    }
}
/* 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 {
    border-bottom: 1px solid #BBB !important;
    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;
    flex-direction: column;
    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;
}
 .competitionList td {
    background: transparent !important;
    padding: 4px !important;
    border-bottom: 1px solid #CCCCCC !important;
    font-size: 20px !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 a {
    text-decoration: none !important;
    color: #231F20;
}

/* 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;
}

.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: #a4905e !important;
    color: #fff !important;
}

a.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;
}

.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;
}

.gradingHistory div {
    gap: 10px;
}

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;
}

td.croosIcon i {
    transform: rotate(45deg);
    color: #000 !important;
}

.buttnREd:hover {
    color: #fff !important;
    background: #a4905e !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;
}

.equipment p {
    font-size: 11px;
    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;
}

.listingOrders h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.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: 14px;
    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;
}
.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: 17% !important;
    text-align: right;
}
.ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    width: 100%;
}
.gradingMainss .date-picker-container input {
    width: 83% !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: 9;
    top: 0;
    left: 100%;
}


.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 14px !important;
}

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

.list-group h3 {
    margin-bottom: 20px;
    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, #004EFF 0%, rgba(255, 122, 122, 0.56) 100%);
    box-shadow: 0px 6px 54px 0px rgba(0, 0, 0, 0.05);
}
.col-md-10.dashboardContentBox::-webkit-scrollbar {
    display: none;
  }
.introContent {
    padding: 49px 67px 49px 55px !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;
}

.list-group {
    position: relative;
}

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

/*  */
.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: 331px !important;
    font-size: 14px;
    padding: 8px 22px;
    font-family: Inter;
}
.studentFillter 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;
}
.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;
}
.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;
}
.borderclasses .border.border-dark {
    width: 140px;
    text-align: center;
}


.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;
}
.newtopheadLogo img {
    width: 100%;
}

.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;
}
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;
    right: -16.6rem;
    top: 0;
    width: 100%;
    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;
}
ul.dropdown-menu {
    width: 265px !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: 20px !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 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;
}
.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;
}
.licenceChange .form-check.form-switch input {
    border: 2px solid !important;
    width: 17px !important;
    margin: 0 !important;
}
.licenceChange .gradingListMain {
    height: 600px !important;
    overflow: scroll;
}
.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;
}
/**********************************RESPONSIVE *****************************/
@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: 14px;
        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: -10rem;}
    .myheader .nav-item.dropdown:hover ul.dropdown-menu {
            width: fit-content !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: 250px;
    }

    .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%;
    }

}

@media only screen and (max-width: 768px) {

.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;
}
}


@media only screen and (max-width: 600px) {
    .Homecontent {
        max-width: 86%;
    }
    .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;
    }
    .row.intorduction {
        width: auto !important;
    }
    .dashboardContentBox img {
        width: 168px;
        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: 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;
    }


}

