#cover-spin {
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(46 42 42 / 70%);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    right: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: white;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.ace-responsive-menu > li > form {
    padding: 20px 15px;
}
/*.ace-responsive-menu > li > form {
    margin: inherit;
    padding: inherit;
}*/

.ace-responsive-menu > li > form {
    color: #fff;
    font-weight: bold;
    text-align: right;
}

.ace-responsive-menu li form a {
    color: #fff;
}

.no-coach {
    height: 135px;
}

div.datedropper {
    font-family: "Poppins", "Almarai" !important;
}

/*.information-section input.form-control {
    box-shadow: none !important;
    border-color: #e5a102;
    color: #0146ab !important;
    background-color: #fff;
    border: solid 2px #fff;
}

@media (min-width: 360px) {*/
/*.information-section input.form-control {
        background-color: #0146ab;
        color: #fff !important;
    }*/
/*}

@media (min-width: 700px) {
    .information-section input.form-control {
        background-color: #e5a102;
        color: #fff !important;
    }
}

@media (min-width: 1000px) {
    .information-section input.form-control {
        background-color: #fff;
        color: #0146ab !important;
    }
}

@media (min-width: 1024px) {
    .information-section input.form-control {
        background-color: #fff;
        color: #0146ab !important;
    }
}

@media (min-width: 1140px) {
    .information-section input.form-control {
        background-color: #fff;
        color: #0146ab !important;
    }
}*/

/*=============================================
=            Book a court form            =
=============================================*/
/*.information-section {
    position: relative;
    z-index: 1020;
}*/

/*.mt--103 {
    margin-top: -103px;
}*/

.my_account_menu .list-group-item:hover {
    background-color: #ffffff !important;
    color: #0146ab;
}

.footer-menus-font-size {
    font-size: 13px;
}

.custom-error .invalid-feedback {
    color: #e5a102;
}

.nav-link {
    padding: 0.5rem 0.5rem;
}

.input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection, .input-group > .select2-hidden-accessible:first-child + .select2-container--bootstrap > .selection > .select2-selection.form-control {
    border-bottom-right-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}

[class^="imghvr-"], [class*=" imghvr-"] {
    background-color: #fff;
}

    [class^="imghvr-"] figcaption, [class*=" imghvr-"] figcaption {
        background-color: #fff;
    }

@media (max-width: 767.98px) {
    .bg_img {
        background-size: 100%;
        background-position: center center;
    }

    .banner-section {
        padding: 220px 0 0;
    }
}

.border-secondary-attr {
    border: 1px solid #e5a102 !important;
}

/*.btn-light:hover {
    border: 2px #e5a102 solid;
}*/

.a-coach-availability-slot {
    cursor: pointer;
}

@media (max-width: 500px) {
    figure.snip1190 figcaption {
        transform: scale(.6);
    }
}

.preview-thumbnail.nav-tabs li {
    margin-top: 2.5%;
}

/*Monkey Patch for Object Fit Cover for Player Images in Padel Game Cards*/
.PlayerImage {
    height: 75px; /* Should be same as width */
    object-fit: cover;
    object-position: center;
}

.border-accept {
    border-color: #00792a !important;
}

.border-disabled {
    border-color: #a9a999 !important;
}

.PlayerSlot .PlayerImage, .PlayerSlot .SpotSelector2 {
    width: 75px;
}

.SpotSelector2 {
    min-height: 100%;
    height: 75px;
    cursor: pointer;
}

.LockSlot-disabled.skill-badge.start-100.locked {
    left: 50% !important;
    margin: 0 !important;
    top: 50% !important;
    transform: translate(-50%, -50%) scale(3.7) !important;
}

.LeaveGame:hover {
    transform: scale(1.3) translateX(-50%) !important;
}

.InvitePlayer:hover {
    transform: scale(1.3) translateX(-50%) !important;
}

.chat-content.bg-primary .sp-chat-content a, a:hover, a:focus, a:visited, a.active {
    color: #ffffff;
    text-decoration: underline;
}

.chat-content.bg-light-gray .sp-chat-content a, a:hover, a:focus, a:visited, a.active {
    color: #222222;
    text-decoration: underline;
}
