﻿:root {
    --x: calc(12px - 0.5rem);
}

/*.advert.active {
    border: 2px solid #4cae57 !important;
    box-shadow: 0 0 10px #4cae57 !important;
}*/


.sliderHeight.br-12px {
    border-radius: 12px !important;
}

.text-primary {
    color: #4caf50 !important;
}

.sliderHeight {
    height: 690px !important;
}

@media screen and (max-width: 1120px) {
    .sliderHeight {
        height: 330px !important;
    }

        .sliderHeight.br-12px {
            border-radius: 0px !important;
        }
}



.truncate-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Maksimum 2 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-3-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Maksimum 3 satır */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


body {
    padding-right: 0px !important;
    font-family: "Montserrat";
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7) !important;
}

.bg-dark-50 {
    background-color: rgba(52, 58, 64, 0.5) !important;
}

.stepBar.active span {
    background-color: #4caf50 !important;
    color: white !important;
}

.stepBar .btn {
    padding: 4px !important;
    border: 1px solid #4caf50 !important;
}

.blankDivForMobile {
    height: 300px !important;
}


.swal2-icon.swal2-warning {
    border-color: #D2122E !important;
    color: #D2122E !important;
}

.swal2-icon.swal2-error .swal2-x-mark {
    border-color: #D2122E !important;
    color: #D2122E !important;
}

    .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-left {
        border-color: #D2122E !important;
        color: #D2122E !important;
    }

    .swal2-icon.swal2-error .swal2-x-mark .swal2-x-mark-line-right {
        border-color: #D2122E !important;
        color: #D2122E !important;
    }

.swal2-icon.swal2-success {
    border-color: #4caf50 !important;
    color: #4caf50 !important;
}

.swal2-cancel,
.swal2-cancel.swal2-styled {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 0.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #D2122E !important;
    border-radius: 12px !important;
    background: white !important;
    text-align: center !important;
    vertical-align: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    text-transform: unset !important;
    position: unset !important;
    -webkit-transition-property: unset !important;
    border: none !important;
    transition-property: unset !important;
    -webkit-transition-duration: unset !important;
    letter-spacing: unset !important;
    transition-duration: unset !important;
}

.swal2-confirm,
.swal2-confirm.swal2-styled {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 0.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #4caf50 !important;
    border-radius: 12px !important;
    background: white !important;
    text-align: center !important;
    vertical-align: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    text-transform: unset !important;
    position: unset !important;
    -webkit-transition-property: unset !important;
    border: none !important;
    transition-property: unset !important;
    -webkit-transition-duration: unset !important;
    letter-spacing: unset !important;
    transition-duration: unset !important;
}


@keyframes swal2-show {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        filter: blur(0);
    }
}

.swal2-show {
    -webkit-animation: swal2-show 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
    animation: swal2-show 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity, filter;
}






.btn.btn-request-sm {
    padding-top: 0.0rem !important;
    padding-bottom: 0.0rem !important;
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
}

.btn.btn-request {
    padding-top: 0.0rem !important;
    padding-bottom: 0.0rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.btn.text-muted {
    color: #6c757d !important;
}

.swal2-container {
    z-index: 9999;
}

.blockFriendBtn,
.blockTeamBtn {
    border: 1px solid #D2122E;
    cursor: pointer;
}

    .blockFriendBtn a,
    .blockTeamBtn a {
        color: #D2122E !important;
    }

.addFriendRequestBtn,
.addRivalRequestBtn {
    border: 1px solid #4caf50;
    cursor: pointer;
}

    .addFriendRequestBtn a,
    .addRivalRequestBtn a {
        color: #4caf50 !important;
    }

.mv-90px {
    max-width: 90px !important;
    min-width: 90px !important;
}

.cancelFriendRequestBtn,
.cancelRivalRequestBtn {
    border: 1px solid #111111;
}

    .cancelFriendRequestBtn a,
    .cancelRivalRequestBtn a {
        color: #111111 !important;
    }

.removeFriendRequestBtn,
.removeRivalRequestBtn {
    border: 1px solid #111111;
    cursor: pointer;
}

    .removeFriendRequestBtn a,
    .removeRivalRequestBtn a {
        color: #111111 !important;
    }

.messageFriendBtn {
    border: 1px solid #111111;
}

    .messageFriendBtn a {
        color: #111111 !important;
    }

.btn::before {
    content: none !important;
    display: none !important;
}


.custom-modal-body .container-bg #DesktopContainer {
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    height: auto !important;
}



.bg-gradient-blue {
    background: linear-gradient(to right, #188ef4 0%, #316ce8 100%) !important;
}


.br-0 {
    border-radius: 0px !important;
}

.h-80px {
    height: 80px !important;
}

.w-80px {
    width: 80px !important;
}

.reservationPayPropImg {
    width: 15px;
    height: 15px;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none /*rgba(0, 0, 0, 0.4)*/;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 9998;
}

    .custom-modal.show {
        opacity: 1;
        visibility: visible;
    }

.custom-modal-content {
    max-width: 1330px;
    min-width: 1120px;
    height: 90%;
    background: white;
    border-radius: 16px 16px 0 0;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

@media screen and (max-width: 1120px) {
    .custom-modal-content {
        max-width: unset !important;
        min-width: unset !important;
        width: 100% !important;
    }

    .rts-menu {
        display: none !important;
    }

    footer {
        display: none !important;
    }

    #_partialBody {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
    }
}

div.card.d-none.JoinRequestTab {
    display: none !important;
}

div.card.d-none.m-0 {
    display: none !important;
}

.custom-modal.show .custom-modal-content {
    transform: translateY(0);
}

.custom-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    background-color: white;
}


.close-modal {
    width: 50px;
    color: #666;
    text-align: right !important;
}

.custom-modal-body {
    height: 100%;
    overflow-y: auto;
    background-color: white;
    padding-bottom: 2.5rem !important;
}

    .custom-modal-body::-webkit-scrollbar {
        display: none;
    }

    .custom-modal-body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }







.map-container {
    width: 100%;
    height: 400px;
    margin: 20px 0;
    border: 2px solid #ccc;
    cursor: pointer;
    position: relative;
}

    .map-container.active {
        border-color: #007bff;
    }

    .map-container.loaded {
        border-color: #28a745;
    }

.map {
    width: 100%;
    height: 100%;
}

.mapDiv iframe {
    border-radius: 12px !important;
    width: 100% !important;
    height: 300px !important;
}

.edit-Img-btn {
    position: absolute;
    top: 8px;
    right: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    padding: 3px 6px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    transform: translate(50%, -50%);
}

._partialBody {
    width: 100%;
    overflow: hidden;
}

.border-ff {
    border: 1px solid #f0f0f0;
}

.is-invalid-shadow {
    box-shadow: 0px 0px 4px 0px rgba(209,18,46,1);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(209,18,46,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(209,18,46,1);
}


.player__item .card .card-body {
    padding: 0.25rem !important;
}

.p-025 {
    padding: 0.25rem !important;
}

.slider-item-field {
    height: 50px !important;
    width: 50px !important;
    border-radius: 12px !important;
}

.slider-container-field {
    height: 50px !important;
    width: 50px !important;
}

.glass-card {
    background: rgba(255, 255, 255, 0.1); /* Hafif saydam beyaz arka plan */
    backdrop-filter: blur(10px); /* Cam efekti */
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Hafif gölge */
    color: white; /* Yazıları belirginleştirmek için */
    border: none;
}

/*.daterangepicker {
    position: absolute !important; 

    width: auto !important;
    padding: 0px !important;
    background-color: white !important;
    border: none !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}*/

.ranges {
    display: none !important;
}

.drp-calendar {
    padding: 0px !important;
}

.drp-buttons {
    background-color: white !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.available {
    padding: 3px 0 !important;
}

.calendar-table {
    padding: 0px !important;
}

    .calendar-table .table-condensed thead tr th {
        padding: 3px 0 !important;
    }

        .calendar-table .table-condensed thead tr th.month .monthselect {
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            appearance: none;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        .calendar-table .table-condensed thead tr th.month .yearselect {
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            appearance: none;
            border-radius: 0.25rem;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #4caf50 !important;
    color: white !important;
}




.field-card {
    background-color: #4caf50;
    border-radius: 12px;
    margin: 0.5rem !important;
    padding: 0px !important;
}

.field {
    width: 375px;
    height: 550px;
    background-color: #4caf50;
    background-size: 30%;
    border-radius: 12px;
    padding: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.bg-transparent-50 {
    background-color: rgba(76, 175, 80, 0.5) !important;
}

.field .field__box {
    width: 100%;
    height: 100%;
    border: solid 2px rgba(255, 255, 255, 0.8);
    position: relative;
    background: linear-gradient( 0deg, #4caf50 24%, #3e8e41 24%, #3e8e41 48%, #4caf50 48%, #4caf50 72%, #3e8e41 72% ), linear-gradient( 90deg, transparent 10%, white 10%, white 11%, transparent 11% );
    background-size: 100% 57%, 20px 20px;
}

    .field .field__box .field__line {
        position: absolute;
        width: 100%;
        height: 2px;
    }

    .field .field__box .field__line--goal--top {
        width: 15%;
        height: 5%;
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-top: none;
        left: 42.5%;
    }

    .field .field__box .field__line--goal--bottom {
        bottom: 0;
        width: 15%;
        height: 5%;
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-bottom: none;
        margin: 0 42.5%;
    }

    .field .field__box .field__line--penalty--top {
        width: 35%;
        height: 10%;
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-top: none;
        margin: 0 32.5%;
    }

    .field .field__box .field__line--penalty--bottom {
        bottom: 0;
        width: 35%;
        height: 10%;
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-bottom: none;
        margin: 0 32.5%;
    }

    .field .field__box .field__line--penalty--arc--top {
        top: 0;
        width: 25%;
        height: 12%;
        border-radius: 0 0 60% 60%;
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
        margin: 0 37.5%;
    }

    .field .field__box .field__line--penalty--arc--bottom {
        bottom: 0;
        width: 25%;
        height: 12%;
        border-radius: 60% 60% 0 0;
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-bottom: none;
        border-left-color: transparent;
        border-right-color: transparent;
        margin: 0 37.5%;
    }

    .field .field__box .field__line--penalty--arc {
        top: 0;
        width: 25%;
        height: 12%;
        border-radius: 0 0 60% 60%;
        border: solid 2px rgba(255, 255, 255, 0.8);
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
        margin: 0 37.5%;
    }

    .field .field__box .field__line--mid {
        top: 50%;
        width: 100%;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.8);
    }

    .field .field__box .field__line--circle {
        top: 44%;
        width: 20%;
        height: 12%;
        margin: auto;
        border-radius: 70%;
        border: solid 2px rgba(255, 255, 255, 0.8);
        left: 40%;
    }

    .field .field__box .player {
        position: absolute;
    }

.text-red {
    color: #D2122E !important;
}

.btn.text-red {
    color: #D2122E !important;
}

.btn {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 0.5rem !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: black !important;
    border-radius: calc(0.5rem + var(--x));
    background: white !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    text-transform: unset !important;
    position: unset !important;
    -webkit-transition-property: unset !important;
    border: none !important;
    transition-property: unset !important;
    -webkit-transition-duration: unset !important;
    letter-spacing: unset !important;
    transition-duration: unset !important;
}


input[type="date"],
select,
.OpenPost,
#detailDefaultFormBtn,
.pageLink,
.MyTeamDetail,
.ObjDetailBtn,
.OpenReservationModal,
.notificationBtn {
    cursor: pointer;
}





.square-100 {
    width: 85px !important;
}

.fs-08 {
    font-size: 0.8rem !important;
}

body::-webkit-scrollbar {
    width: 0px;
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.card-body {
    padding: 0.3rem 0.3rem;
}

.pt-0 {
    padding-top: 0px !important;
}

.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.float-right {
    float: right;
}

.bg-potentiel {
    background-color: #ff6666;
    color: white;
}

.text-potentiel {
    color: #ff6666 !important;
}

.select2-container {
    width: 100% !important;
}

.blur-2px {
    filter: blur(2px) !important;
}

.overflow-x-visible {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

.br-12px {
    border-radius: 12px !important;
}

.list-group-item {
    border: none !important;
    padding: 0px !important;
}

.shareButton {
    min-width: 90px;
}

    .shareButton.bg-none {
        min-width: unset !important;
    }

.custom-br {
    border-top: 1px solid #e9e9e9;
    margin-bottom: 1rem !important;
}

.option-div {
    padding: 10px;
    margin: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    user-select: none;
}

.video-box {
    position: relative;
    height: 100px !important;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.videoDiv {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    border-radius: 12px;
}

.play-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 5;
    border-radius: 12px;
}

.video-title {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
}

.video-text {
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.fullscreen-btn {
    position: absolute;
    width: 40px;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: white;
    border: none;
    font-size: 20px;
    cursor: pointer;
    z-index: 10;
}

.swiper-container {
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover !important;
}

.team-logo {
    width: 30px !important;
    height: 30px !important;
    border-radius: calc(0.5rem + var(--x));
}

.br-calc {
    border-radius: calc(0.5rem + var(--x)) !important;
}

.date-group {
    margin-bottom: 20px;
}

.table-responsive {
    max-height: 500px;
    overflow-y: auto;
}

.table th,
.table td {
    vertical-align: middle;
}

.table-dark th {
    background-color: #343a40;
    color: #fff;
}

.badge {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
}

.collapse p {
    margin-bottom: 5px;
}

.option-div.selected {
    background-color: #4caf50 !important;
    color: #fff;
}

.ml-0 {
    margin-left: 0px;
}

.mr-1 {
    margin-right: 3px;
}

#rtsHeader {
    display: block;
}

#rtsMobileHeader {
    display: none;
}

#footballLoaderIcon.Active {
    font-size: 36px;
    animation: spinAndPulse 1s linear infinite;
}

@keyframes spinAndPulse {
    0% {
        transform: scale(1) rotate(0deg);
    }

    50% {
        transform: scale(1.2) rotate(180deg);
    }

    100% {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(-5px);
    }

    75% {
        transform: translateX(5px);
    }

    100% {
        transform: translateX(0);
    }
}

#MobileBackBtn.Active {
    animation: horizontal-shaking 0.5s ease-out infinite;
    animation-iteration-count: 1;
}

.ck-toolbar {
    border: none !important;
}

.ck-content {
    border: none !important;
    cursor: text !important;
}

.ck-focused {
    border: none !important;
    box-shadow: none !important;
}

.ml-1 {
    margin-left: 0.3rem;
}

.teampointitem {
    width: 30px;
    text-align: center;
}

    .teampointitem span {
        max-height: 18px;
        display: block;
    }

.btn-group .dropdown-toggle::after {
    display: none;
}

.button-list {
    position: absolute;
    right: -15px;
    display: none;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    border-radius: 5px;
}

.bootbox-body .card-shadow-custom {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bootbox-close-button {
    border-radius: 0.25rem !important;
}

.edit-ico {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.ultra-shadowed {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.edit-ico-afterMatch {
    position: absolute;
    top: 10px;
    right: 10px !important;
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.modal-content {
    border: none !important;
}

.modal-header {
    padding-top: 0 !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none !important;
    align-items: start;
}

.modal-body {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.banner {
    display: none !important;
}

.banner-bg {
    padding-top: 14rem !important;
}

.card-container {
    overflow-x: hidden; /* Scrollbar gizlendi */
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
    cursor: grab;
}


    .card-container .card {
        display: inline-block !important;
        margin-right: 0.5rem !important;
        box-shadow: rgba(17, 17, 26, 0.09) 0px 0px 8px !important;
    }

.w-40px {
    width: 40px !important;
}

@supports (-webkit-touch-callout: none) and (not (hover: none)) {
    /* iOS'a özel stil */
    .mobile-div {
        padding-bottom: 0px !important;
    }
}

.pr-1 {
    padding-right: 0.5rem !important;
}

.prm-1 {
    padding-right: 0.5rem !important;
}


.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.teampointitem span {
    color: #6c757d !important;
    font-size: 0.9rem !important;
}

.w-30px {
    width: 30px !important;
}

.h-30px {
    height: 30px !important;
}

.br-50 {
    border-radius: 50% !important;
}

.bbr-12px {
    border-radius: 0 0 12px 12px !important;
}

.process-steps {
    position: relative;
    width: 100%;
}

.step {
    flex-grow: 1;
    cursor: pointer;
}

.step-icon:hover {
    transform: scale(1.2);
}

.step-icon.active {
    transform: scale(1.2);
}

.step-icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 50px !important;
}

.step-line {
    height: 2px;
    background-color: #4caf50;
    flex-grow: 1;
}

.process-steps .step:last-child + .step-line {
    display: none;
}

.banner-content .banner-heading {
    font-size: 4rem !important;
}

.banner-bg {
    padding-top: 10rem !important;
    padding-bottom: 0rem !important;
}

.banner1 .slider-pagination-area .swiper-pagination {
    top: 4rem !important;
}

.banner .banner-content {
    height: 250px !important;
    margin-top: 4rem !important;
    margin-bottom: 0px !important;
}

.sh1 {
    font-size: 1.6rem !important;
}

.whatsapp-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 10px;
    background-color: #388e3c;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.fa-whatsapp {
    margin-top: 16px;
}

.bdd {
    width: 100%;
    text-align: end;
}

.relationImg {
    width: 34px;
    height: 34px;
    border-radius: 50px;
}

.h-33px {
    height: 33px;
}

.select2-search__field {
    font-weight: normal !important;
}

.mr-3 {
    margin-right: 1rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-1 {
    margin-right: 0.3rem;
}

.rts-product-details-section .details-product-area p {
    max-width: 100% !important;
}

.br-25 {
    border-radius: 0.25rem !important;
}

.bbr-25 {
    border-radius: 12px 12px 0 0 !important;
}

#fieldIcon {
    float: right;
    font-size: 18px;
    margin-right: 12px;
    color: black;
    margin-top: 40px;
}

.blur {
    filter: blur(1px);
}

.activeCard {
    background-color: #4caf50 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

    .activeCard .card-body a {
        color: white !important;
    }

    .activeCard .card-body i {
        color: white !important;
    }

    .activeCard .card-body span {
        color: white !important;
    }

.text-danger {
    color: #4caf50 !important;
}

.gal-container {
    padding: 12px;
}

.gal-item {
    overflow: hidden;
    padding: 3px;
}

    .gal-item .box {
        height: 350px;
        overflow: hidden;
    }

.box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.gal-item a:focus {
    outline: none;
}

.gal-item a:after {
    content: "\e003";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
    opacity: 1;
}

.gal-container .modal-dialogue {
    width: 80%;
}

.gal-container .description {
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: left;
}

    .gal-container .description h4 {
        margin: 0px;
        font-size: 15px;
        font-weight: 300;
        line-height: 20px;
    }

.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}

footer {
    background: #4caf50;
    color: #aaa;
    padding-top: 10px;
}

    footer a {
        color: #aaa;
    }

        footer a:hover {
            color: #fff;
        }

    footer h3 {
        color: #ffffff;
        letter-spacing: 1px;
        margin: 30px 0 20px;
    }

    footer .three-column {
        overflow: hidden;
    }

        footer .three-column li {
            width: 33.3333%;
            float: left;
            padding: 5px 0;
        }

    footer .socila-list {
        overflow: hidden;
        margin: 20px 0 10px;
    }

        footer .socila-list li {
            float: left;
            margin-right: 3px;
            opacity: 0.7;
            overflow: hidden;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
        }

            footer .socila-list li:hover {
                opacity: 1;
            }

    footer .img-thumbnail {
        background: rgba(0, 0, 0, 0.2);
        border: 1px solid #444;
        margin-bottom: 5px;
    }

.textAll-white {
    color: white;
}

    .textAll-white * {
        color: white !important;
    }

footer .copyright {
    padding: 15px 0;
    background: #388e3c;
    margin-top: 20px;
    font-size: 15px;
}

    footer .copyright span {
        color: #ffffff;
    }

footer a {
    color: #fffa;
}

text-white-50 {
    color: #fffa !important;
}

.platform i {
    color: #ffffff !important;
}

.platform:hover {
    background-color: #ffffff !important;
}

    .platform:hover i {
        color: #4caf50 !important;
    }

.footerSocialItem {
    background-color: #388e3c;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    color: #ffffff;
}

.media {
    margin-top: 15px;
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

.media-object {
    height: 64px;
    width: 64px;
}

@media (min-width: 768px) {
    .gal-container .modal-dialog {
        width: 55%;
        margin: 50 auto;
    }

    .liveMatchCard {
        font-size: 0.8rem;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

@media (max-width: 768px) {
    .field-card {
        /* background-color: unset !important;
        margin: 0px !important;
        padding: 0px !important;*/
    }

    .prm-1 {
        padding-right: 0px !important;
    }

    .liveMatchCard {
        font-size: 0.8rem;
        position: absolute;
        top: 0;
        right: 0;
    }

    .txt-end-mobile {
        display: block !important;
        text-align: center !important;
    }

    .whatsapp-button {
        display: none !important;
    }

    .gal-container .modal-content {
        height: 250px;
    }

    .prm-0 {
        padding-right: 0px;
    }

    .plm-0 {
        padding-left: 0px;
    }

    .banner-content .banner-heading {
        font-size: 2rem !important;
    }

    .banner-bg {
        padding-top: 8rem !important;
        padding-bottom: 0px !important;
    }

    .banner .banner-content {
        height: 250px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .mobile-mb-3 {
        margin-bottom: 0.5rem !important;
    }
}

.gal-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.info-list {
    margin-bottom: 20px;
}

.info-item {
    margin-bottom: 10px;
    font-size: 16px;
}

    .info-item strong {
        color: #333;
    }

.share-social {
    display: flex;
    align-items: center;
}

    .share-social span {
        margin-right: 10px;
    }

.social-icon {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #6c757d;
    transition: color 0.3s;
}

    .social-icon:hover {
        color: #007bff;
    }

.btn-primary {
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
}

    .btn-primary:hover {
        background-color: #0056b3;
    }

@media only screen and (max-width: 768px) {
    #newtable_length label {
        width: 100%;
    }

    #extable_length label {
        width: 100%;
    }

    #table_length label {
        width: 100%;
    }

    #DataTables_Table_0_length label {
        width: 100%;
    }

    #DataTables_Table_1_length label {
        width: 100%;
    }

    #NotificationTable_length label {
        width: 100%;
    }

    #table_filter label {
        width: 100%;
    }

        #table_filter label input {
            width: 100%;
            margin: 0;
        }

    #llead {
        margin-bottom: 0.5rem !important;
    }
}

.container-bg {
    background-color: white;
}

.custom-col {
    padding: 0;
}

@media (min-width: 768px) {
    .custom-col {
        padding: 0;
        flex: 1 0 0% !important;
    }
}

.card-shadow-custom {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

@media (max-width: 575.98px) {
    #rtsHeader {
        display: none;
    }

    #rtsMobileHeader {
        display: block;
    }

    .banner1 {
        visibility: hidden;
        height: 72px;
    }

    #homeBanner {
        visibility: visible !important;
        height: auto !important;
    }

    #backText {
        font-size: 0.9rem;
    }

    #headerText {
        font-size: 0.9rem;
    }

    #mobileLiveBtnCss {
        background-color: #c10f18;
        color: white;
        font-size: 0.8rem;
        padding: 0.2rem;
    }

    .filter-content {
        padding: 0px !important;
        margin: 0px !important;
    }

    .select2-container {
        width: 100% !important;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    #DesktopContainer {
        max-width: unset;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0.5rem;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 72px;
        width: unset;
    }
}

#rtsMobileHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #111111; /* En üstteyken opak */
    transition: background-color 0.3s ease; /* Geçiş animasyonu */
}

.transparent {
    background-color: rgba(17, 17, 17, 0.5) !important; /* Şeffaflık */
    backdrop-filter: blur(10px) !important; /* Blur efekti */
    -webkit-backdrop-filter: blur(10px) !important; /* Safari desteği */
}

:root {
    --theme-color: #4caf50 !important;
}

#MobileLogo {
    height: 28px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.colorRed {
    color: #4caf50;
}

@media (min-width: 576px) {
    .long-label {
        display: none;
    }
}

@media (max-width: 1252px) {
    .nav-ul {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .navbar {
        display: none !important;
    }
}

.active-pageLink {
    color: #4caf50 !important;
}

img {
    user-drag: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

.head-tr {
    background-color: white !important;
}

.card-footer {
    background-color: white !important;
}

.account-side-navigation {
    margin-right: 15px !important;
}

.input-group-text i {
    font-size: 1rem !important;
}

.mobile-div {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #111111;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

    .mobile-div .icon-btn {
        width: 20%;
        text-align: center;
        cursor: pointer;
        padding: 10px;
        border-radius: 20px;
    }

        .mobile-div .icon-btn i {
            font-size: 24px;
            color: #666d75;
        }

    .mobile-div .icon-btn-large i {
        font-size: 32px;
    }

    .mobile-div .icon-btn.active {
        background-color: #ffffff;
    }

        .mobile-div .icon-btn.active i {
            color: #1e1f24;
        }

.bootbox.modal.show {
    z-index: 9999 !important;
}

.modal-content {
    padding: 10px;
}

    .modal-content .icon-btn {
        text-align: center;
        padding: 10px;
        border-radius: 20px;
    }

        .modal-content .icon-btn i {
            font-size: 24px;
            color: #666d75;
        }

        .modal-content .icon-btn.active {
            background-color: #ffffff;
        }

            .modal-content .icon-btn.active i {
                color: #007bff;
            }

@media (max-width: 1120px) {
    .mobile-div {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

.select2-container--open {
    z-index: 9999 !important;
}

.select2-container {
    background: white;
    border: none !important;
}

.min-width-70px {
    min-width: 120px !important;
}

@media only screen and (max-width: 768px) {
    .h-mobile {
        display: none !important;
    }

    .dds {
        padding-left: 105px;
    }

    .MobileFlex {
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 768px) {
    .h-desktop {
        display: none !important;
    }
}

.lb-caption {
    color: white !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.sms-icon-box {
    width: 30px;
    height: 30px;
    background-color: #f1f1f1;
    border-radius: calc(0.5rem + var(--x));
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fs-09 {
    font-size: 0.9rem !important;
}

.mw-160px {
    max-width: 160px !important;
}

.team-logo.sm {
    width: 40px !important;
    height: 40px !important;
    border-radius: calc(0.5rem + var(--x));
}

.badge-primary {
    background-color: #4caf50;
    font-size: 0.9rem;
    color: #fffa !important;
    padding: 0.2rem !important;
}

    .badge-primary.text-white {
        color: white !important;
    }

.headerText {
    max-width: 24ch !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.slider-container {
    overflow: hidden;
    position: relative;
    height: 80px;
    width: 80px;
    max-width: 600px;
    margin: auto;
    border-radius: calc(0.5rem + var(--x));
}

    .slider-container.league {
        height: 150px !important;
        width: 100% !important;
        margin: 0px !important;
        max-width: unset !important;
    }

        .slider-container.league .slider-track .slider-item {
            height: 150px !important;
            width: 100% !important;
            object-fit: cover !important;
        }

.slider-track {
    display: flex;
    transition: transform 0.3s ease;
}

.slider-item {
    flex: 0 0 100%;
    width: 80px;
    height: 80px;
}

.dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}


.countdown-container {
    position: relative;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    width: 100%;
    background: #4CAF50;
    transition: width 1s linear;
    position: absolute;
}

.countdown-text {
    position: absolute;
    top: 5px;
    right: 10px;
    color: white;
    font-weight: bold;
    font-size: 0.9em;
    z-index: 2;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.43);
}

.check-button:hover {
    transform: scale(1.1);
    background-color: #007bff;
}

.check-button {
    position: relative;
    z-index: 1;
    background: transparent !important;
    border: none !important;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.43);
    transition: transform 0.3s ease, background-color 0.3s ease;
}


.dot {
    width: 5px;
    height: 5px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: gray;
    cursor: pointer;
}

    .dot.active {
        background-color: white;
    }

.bg-red {
    background-color: #4caf50;
}

.color-red {
    color: #4caf50 !important;
    font-weight: bold;
}

.rating {
    font-size: 2em;
    color: gold;
    cursor: pointer;
}

.star {
    transition: color 0.2s;
}

    .star.hovered,
    .star.selected {
        color: gold;
    }

    .star:not(.selected):not(.hovered) {
        color: lightgray;
    }

.clockDiv {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

.clockStaticDiv {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
    #_PcTable {
        display: none;
    }

    #_MobileTable {
        display: unset;
    }

    .clockDiv {
        position: unset;
        top: unset;
        right: unset;
        margin-left: unset;
        margin-right: unset;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 769px) {
    .desktop-px {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    #_MobileTable {
        display: none;
    }

    #_PcTable {
        display: unset;
    }

    .hide-pc {
        display: none;
    }
}

.w-200px {
    width: 200px !important;
}

.w-161px {
    width: 161px !important;
}

.w-18px {
    width: 20px !important;
}


.pricing6 {
    font-family: "Montserrat", sans-serif !important;
    color: #8d97ad !important;
    font-weight: 300 !important;
}

    .pricing6 h1,
    .pricing6 h2,
    .pricing6 h3,
    .pricing6 h4,
    .pricing6 h5,
    .pricing6 h6 {
        color: #3e4555 !important;
    }

    .pricing6 .font-weight-medium {
        font-weight: 500 !important;
    }

    .pricing6 .bg-light {
        background-color: #f4f8fa !important;
    }

    .pricing6 h5 {
        line-height: 22px !important;
        font-size: 18px !important;
    }

    .pricing6 .subtitle {
        color: #8d97ad !important;
        line-height: 24px !important;
    }

    .pricing6 .price-box sup {
        top: -20px !important;
        font-size: 16px !important;
    }

    .pricing6 .price-box .display-5 {
        line-height: 58px !important;
        font-size: 3rem !important;
    }

    .pricing6 .btn-info-gradiant {
        background: #188ef4 !important;
        background: -webkit-linear-gradient( legacy-direction(to right), #188ef4 0%, #316ce8 100% ) !important;
        background: -webkit-gradient( linear, left top, right top, from(#188ef4), to(#316ce8) ) !important;
        background: -webkit-linear-gradient( left, #188ef4 0%, #316ce8 100% ) !important;
        background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%) !important;
        background: linear-gradient(to right, #188ef4 0%, #316ce8 100%) !important;
    }

        .pricing6 .btn-info-gradiant:hover {
            background: #316ce8 !important;
            background: -webkit-linear-gradient( legacy-direction(to right), #316ce8 0%, #188ef4 100% ) !important;
            background: -webkit-gradient( linear, left top, right top, from(#316ce8), to(#188ef4) ) !important;
            background: -webkit-linear-gradient( left, #316ce8 0%, #188ef4 100% ) !important;
            background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%) !important;
            background: linear-gradient(to right, #316ce8 0%, #188ef4 100%) !important;
        }

    .pricing6 .btn-md {
        padding: 15px 45px !important;
        font-size: 16px !important;
    }

    .pricing6 .text-info {
        color: #188ef4 !important;
    }

    .pricing6 .badge-danger {
        background-color: #ff4d7e !important;
    }

    .pricing6 .font-14 {
        border-radius: 0.25rem !important;
        font-size: 14px !important;
    }

.is-invalid {
    border: 1px solid #dc3545 !important;
}

select:focus {
    outline: none;
    box-shadow: none;
    border-color: inherit;
}

.text-warning {
    color: #ffc107 !important;
}

.mw-123px {
    min-width: 123px !important;
    max-width: 123px !important;
}

.card {
    border-radius: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .card.hover:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

.btn-divider {
    margin: 10px 0;
}

.relationImg {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.badge {
    font-size: 0.85rem;
    padding: 0.5rem;
}

@media (max-width: 576px) {
    .icon-box {
        width: 30px;
        height: 30px;
    }

    .relationImg {
        width: 40px;
        height: 40px;
    }

    .card {
        margin: 10px 0;
        border-radius: 12px;
        transition: none;
    }
}

.fs-12px {
    font-size: 0.9rem;
}

select._RelationBuilder {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-sizing: border-box;
}

.select2-selection {
    border: none !important;
}

.selection {
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-sizing: border-box;
}

.newsletter-inner {
    background: none;
}

@media only screen and (max-width: 768px) {
    #ScrollTop {
        bottom: 90px;
    }
}

.page-link {
    color: #4caf50;
}

.bootbox-close-button {
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    background-color: #4caf50;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

    .bootbox-close-button:hover {
        cursor: pointer;
    }

a:hover {
    cursor: pointer;
}

.bg-light-darks {
    background-color: #fbfbfb;
}

span,
label,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
em,
b,
i,
div,
button,
code,
pre,
abbr,
cite,
q,
mark,
small,
sub,
sup {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row,
.col-2,
.col-3,
.col-4,
.col-6,
.col-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-6,
.col-xl-12 {
    margin: 0px;
    padding: 0px;
}

.card-header {
    background-color: white !important;
}

.btn-custom {
    width: 100%;
    text-align: left;
    padding: 10px;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: black;
}

.icon-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 5px;
}

.btn-custom i {
    margin-left: 10px;
}

.btn-divider {
    margin: 0;
    border-top: 1px solid #c4c4c4;
}

.fa-angle-right {
    color: #c4c4c4 !important;
}

.c-label {
    padding-left: 1rem;
    color: #737278;
    margin-top: 0.5rem;
    font-weight: normal;
    display: block;
}

.hover {
    cursor: pointer;
}

.bg-none {
    background-color: unset !important;
}

.shadowed {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.col-dd-6 {
    width: 50%;
}

@media (max-width: 768px) {
    .card.hover:hover {
        transform: none !important;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px !important;
    }

    .col-dd-6 {
        width: unset;
    }
}

.select2-dropdown {
    border: none !important;
}

#DesktopContainer {
    max-width: 1330px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
    padding-bottom: 72px !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.card-body .row .col-6 {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-body .row .col-2 i {
    font-size: 1.5rem;
    color: #888;
}

.card-body .row .col-6 span.text-muted {
    margin-top: 5px;
}

.icon-box i {
    font-size: unset !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#NotificationTable {
    width: 100%;
    border-collapse: collapse;
}

    #NotificationTable tbody tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 8px;
    }

        #NotificationTable tbody tr td {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }

            #NotificationTable tbody tr td:last-child {
                border-bottom: none;
            }

    #NotificationTable thead {
        display: none;
    }

    #NotificationTable tbody tr td:before {
        content: attr(data-label);
        font-weight: bold;
        width: 40%;
    }

    #NotificationTable tbody tr td a {
        margin: 0 5px;
        padding: 5px 10px;
        background-color: #4caf50;
        color: white;
        text-decoration: none;
        border-radius: 5px;
    }

        #NotificationTable tbody tr td a:hover {
            background-color: #c0171d;
        }

@media (min-width: 768px) {
    #NotificationTable tbody tr {
        display: table-row;
    }

        #NotificationTable tbody tr td {
            display: table-cell;
            padding: 8px;
            border-bottom: none;
        }

    #NotificationTable thead {
        display: table-header-group;
    }

    #NotificationTable tbody tr td:before {
        content: none;
    }

    #DesktopContainer {
        padding-bottom: 0.5rem;
    }
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}
