/*Font-family*/
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


/* COMMON CSS*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    /*    font-family: 'Semakin';*/
    font-family: "Manrope", sans-serif;
    letter-spacing: 2px;
    transition: background 0.3s, color 0.3s;
    color: white;
    overflow-x: hidden;
    font-weight: 400 !important;
}

body {
    /*    padding: 0 40px;*/
    background-color: #3AAFA9;
    letter-spacing: normal;
}

/*p,
span,
button,
a,
.nav,
ul, li {
    font-family: 'Semakin';
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400 !important;
}*/
.main-header-right {
    position: relative;
    z-index: 2;
}
a,
.nav-link {
    color: #017781 !important;
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ltblack {
    background: rgba(0, 0, 0, 40%);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}
.custom-w-80 {
    width: 80px;
}
.nobtnbg {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: white;
}

.iconHW {
    height: 40px;
    width: 40px;
    font-size: 24px;
}

.switch-toggle {
    text-align: left;
}


.fieldsview input::placeholder, textarea::placeholder {
    color: #787575 !important; /* Custom color */
    opacity: 1;
}

.bg-purple {
    background-color: #9F41A4 !important;
}

.bg-dark-green {
    background-color: #00AC4F !important;
}

.bg-yellow {
    background-color: #FCA502 !important;
}

.bg-red {
    background-color: #DF2330 !important;
}

.bg-blue {
    background-color: #5D8BC7 !important;
}
.bg-sky-blue {
    background-color: #031b4e !important;
}
.bg-green {
    background-color: #308A00 !important;
}

.bg-theme-color {
    background-color: #00546C !important;
}

.bg-theme-color-2 {
    background-color: #0C7C73 !important;
}
.bg-theme-color-3 {
    background-color: #3aafa9 !important;
}

.bg-pink {
    background-color: #FFE7E9 !important;
}

.bg-light-blue {
    background-color: #ECFFF0 !important;
}

.bg-light-color {
    background-color: #FFF8E4 !important;
}

.bg-dark-grey {
    background-color: #ADCAB3 !important;
}

.text-purple {
    color: #9F41A4 !important;
}

.text-dark-green {
    color: #00AC4F;
}

.text-yellow {
    color: #FCA502;
}

.text-red {
    color: #DF2330;
}

.text-blue {
    color: #5D8BC7;
}
.text-sky-blue {
    color: #031b4e;
}


.text-green {
    color: #308A00;
}
.bg-dark-purple {
    background-color: #732E77;
}
.text-dark-purple {
    color: #732E77;
}
.bg-more-dark-green {
    background-color: #027738;
}

.text-more-dark-green {
    color: #027738;
}
.bg-pending {
    background-color: #714243;
}
.text-pending {
    color: #714243;
}
.bg-dark-red {
    background-color: #B1252F;
}

.text-dark-red {
    color: #B1252F;
}
.bg-dark-blue {
    background-color: #3F5E88;
}

.text-dark-blue {
    color: #3F5E88;
}
.bg-approved {
    background-color: #5D8500;
}

.text-approved {
    color: #5D8500;
}
/* Change placeholder color on focus */
.fieldsview input:focus::placeholder, textarea:focus::placeholder {
    color: #787575 !important;
}

.loginbox-submit .login-btn {
    color: #00546C;
    border-color: #3AAFA9;
    background-color: #3AAFA9;
}

input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: white;
    color: black;
    width: 250px;
    position: relative;
}

    /* Hide the default calendar icon */
    input[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
    }

/* Sidebar background color change */
.app-sidebar.blue-sidebar {
    background-color: #043E54;
}
/* Dark Mode */
body.light-theme {
    /*    background: url(../vrImg/bg.jpg) center no-repeat;*/
    background-size: cover;
    max-width: 100%;
    color: #ffffff;
    background-color: #3AAFA9;
    /*    padding: 0 40px;*/
}

/* Toggle Switch Container */
.theme-switch {
    cursor: pointer;
    font-size: 24px;
    background: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition: background 0.3s;
}

/* Dark Mode Styling for Toggle Button */
.light-theme .theme-switch {
    background: transparent;
    color: white;
}

.horizontalMenucontainer .main-header.hor-header,
.horizontal .horizontal-main.ps {
    background: transparent;
    box-shadow: none;
}

.horizontalMenucontainer .main-header,
.horizontal .app-sidebar {
    border-block-end: 0 !important;
}

.main-header.hor-header > .container-fluid {
    width: 100%;
}

.mainmenuH {
    gap: 20px;
    margin: 1rem;
}

.side-menu.mainmenuH .slide {
    color: white;
    background: #00546C;
  /*  background-blend-mode: screen;
    width: 240px;
    height: 50px;
    padding: 8px;
    mix-blend-mode: Lighten;
    text-align: center;*/
}

    .side-menu.mainmenuH .slide a {
      /*  padding: 0 !important;
        padding-inline-start: 0;
        padding-inline-end: 0;
        padding-block: 0;*/
        justify-content: flex-start;
    }

        .side-menu.mainmenuH .slide a span {
            line-height: 40px;
        }

.mainmenuH .slide a span,
.mainmenuH .slide.active .side-menu__item,
.mainmenuH .side-menu__item.active .side-menu__label,
.mainmenuH .slide:hover .side-menu__label,
.mainmenuH .slide:hover .angle,
.mainmenuH .slide:hover .side-menu__icon {
    color: white !important;
    font-size: 16px;
    justify-content: center;
}

.header-icon-svgs,
.layout-setting .header-icon-svgs, .resp-btn .header-icon-svgs, .demo-icon .header-icon-svgs {
    fill: #017781;
    width: 25px;
    height: 23px;
}

.horizontal .main-sidemenu .slide-left {
    padding: 18px 0;
    inset-inline-start: -2%;
}

.horizontal .main-sidemenu .slide-right {
    padding: 18px 0;
    inset-inline-end: -2%;
}

.side-menu__icon,
.menu-icon {
    display: none !important;
}

.loginmain {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #3AAFA9;
    padding: 1rem 0;
}

.logindt {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
    background-color: #00546C;
    border-radius: 10px;
}

.login-image-wrpper {
    width: 100%;
    height: 100%;
}

    .login-image-wrpper img {
        width: 100%;
        min-height: 100%;
        border-radius: 10px 0 0 10px;
    }

.logindetails .card-sigin {
    max-width: 400px;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.loginbox-forgot a {
    font-weight: 700;
    color: #3AAFA9 !important;
    text-decoration: underline;
    text-transform: uppercase;
}

    .loginbox-forgot a:hover {
        color: #FFFFFF !important;
    }

.menu-header-content,
.main-header-profile {
    background: #721212;
    border-radius: 0;
}

.main-header .dropdown-menu:after {
    border-block-end: 9px solid #721212;
}

.main-header-message .dropdown-footer, .main-header-notification .dropdown-footer {
    border-radius: 0;
}

/* M5 Cricket Dashboard CSS START */


/*Landing page masonrygrid*/
.masonryGrid {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(9, 150px);
    margin: 40px auto 0;
    max-width: 100%;
    padding: 0;
}

    .masonryGrid .bradius {
        border-radius: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .masonryGrid .bradius p {
            font-size: 30px;
            padding: 20px;
            margin: 0;
            line-height: 30px;
        }

        .masonryGrid .bradius:hover {
            transform: scale(1.05);
        }

    .masonryGrid .item-1 {
        background: url('../vrImg/startgame-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 1 / 4;
    }

        .masonryGrid .item-1:hover {
            background: url('../vrImg/startgamecolor.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-2 {
        background: url('../vrImg/competition-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 1/5;
    }

        .masonryGrid .item-2:hover {
            background: url('../vrImg/competitioncolor.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-3 {
        background: url('../vrImg/players-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 1/4;
    }

        .masonryGrid .item-3:hover {
            background: url('../vrImg/playerscolor.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-4 {
        background: url('../vrImg/competition-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 4/7;
    }

        .masonryGrid .item-4:hover {
            background: url('../vrImg/competitioncolor.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-5 {
        background: url('../vrImg/players-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 5/8;
    }

        .masonryGrid .item-5:hover {
            background: url('../vrImg/playerscolor.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-6 {
        background: url('../vrImg/matches-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 4/7;
    }

        .masonryGrid .item-6:hover {
            background: url('../vrImg/matchescolor.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-7 {
        background: url('../vrImg/matchsetting-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 7/7;
    }

        .masonryGrid .item-7:hover {
            background: url('../vrImg/matchsetting-bg.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-8 {
        background: url('../vrImg/customize-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 8/7;
    }

        .masonryGrid .item-8:hover {
            background: url('../vrImg/customize-bg.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-9 {
        background: url('../vrImg/operator-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 8/9;
    }

        .masonryGrid .item-9:hover {
            background: url('../vrImg/operator-bg.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-10 {
        background: url('../vrImg/blank-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 8/9;
    }

        .masonryGrid .item-10:hover {
            background: url('../vrImg/blank-bg.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

    .masonryGrid .item-11 {
        background: url('../vrImg/report-bg.png')no-repeat center;
        background-size: cover;
        max-width: 100%;
        grid-row: 8/9;
    }

        .masonryGrid .item-11:hover {
            background: url('../vrImg/report-bg.png')no-repeat center;
            background-size: cover;
            max-width: 100%;
        }

/*Competition Page*/
/*.fieldsview .form-label {*/
/*    background: #721212;*/
/*height: 50px;
    color: white;
    text-align: center;
    line-height: 25px;
    padding: 15px;
    font-weight: 400 !important;
    font-size: 16pxcstm-btn-list
    box-shadow: 0px 4px 4px 0px #0000001A;
}*/
.fieldsview .icon-input-wrapper {
    position: relative;
}

    .fieldsview .icon-input-wrapper .form-control {
        padding: 8px 8px 8px 40px;
        background: #FFFFFF;
        border-radius: 5px;
        font-family: "Manrope", sans-serif;
    }

    .fieldsview .icon-input-wrapper input[type="password"].form-control {
        padding: 8px 40px;
    }

    .fieldsview .icon-input-wrapper .form-control::placeholder {
        color: #3AAFA980;
        font-weight: 700;
    }

    .fieldsview .icon-input-wrapper .form-label {
        position: absolute;
        top: 50%;
        left: 10px;
        width: auto;
        height: auto;
        font-size: 20px;
        line-height: unset;
        transform: translateY(-50%);
        color: #00546C !important;
        background: transparent;
        border: none;
        box-shadow: none;
        margin: 0px;
    }

    .fieldsview .icon-input-wrapper .right-icon {
        position: absolute;
        top: 50%;
        right: 10px;
        width: auto;
        height: auto;
        line-height: unset;
        transform: translateY(-50%);
        color: #00546C;
        cursor: pointer;
    }

.main-signup-header label,
.fieldsview .form-control,
.fieldsview .form-select,
.fieldsview .dropdown-menu li,
.select2-container--default .select2-selection--single {
    /*        font-family: "Unica One", sans-serif !important;*/
    font-size: 14px;
    /*    text-transform: uppercase;*/
    /*    letter-spacing: 2px;*/
    height: 42px;
    background: #FFFFFF;
    border-radius: 0;
    border: 1px solid #00546C;
    color: #3AAFA9 !important;
    width: 100%;
    line-height: 42px;
    font-weight: normal;
    box-shadow: 0px 4px 4px 0px #0000001A;
    font-weight: 700;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 42px !important;
        color: white;
        padding-right: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 42px;
    }

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #D68A3C;
}

.select2-container--open .select2-dropdown--below {
    background: black;
    border: 1px solid black;
}

.fieldsview .form-select {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

    .fieldsview .form-select option {
        background: black !important;
    }

.fieldsview .date-container {
    position: relative;
    display: block;
}

.fieldsview .calendar-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: white; /* Change the color */
    pointer-events: none;
    font-size: 20px;
}

.fieldsview .dropdown .dropdown-menu {
    background: black;
    /*background: rgba(0, 0, 0, 40%);*/
    width: 100%;
    border-radius: 0;
}

.fieldsview .dropdown.sourcefielddd .dropdown-menu {
    gap: 8px;
    display: flex;
    flex-direction: row;
    background: transparent;
    border: 0;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}

.fieldsview .sourcefielddd .dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 5px;
}

    .fieldsview .sourcefielddd .dropdown-menu li a .defaultImg {
        background: url('../vrImg/defualtgame.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
        height: 25px;
        width: 25px;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a:hover .defaultImg {
        background: url('../vrImg/defualtgame.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a .customImg {
        background: url('../vrImg/custom.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
        height: 25px;
        width: 25px;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a:hover .customImg {
        background: url('../vrImg/custom.png') no-repeat center;
        background-size: contain;
        max-width: 100%;
    }

    .fieldsview .sourcefielddd .dropdown-menu li a span {
        padding: 0;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
    }

.fieldsview .dropdown-item:hover,
.fieldsview .dropdown-item:focus {
    background: transparent;
    color: #CE7623 !important;
    font-weight: 600;
}

.customdd input {
    display: none;
}

.fieldsview .dropdown-menu li a {
    font-family: "Unica One", sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.comptable {
    margin-top: 120px;
}

.compselectfield .custom-checkbox {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.compselectfield .custom-label {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #333;
    transition: background-color 0.3s;
}

.compselectfield .fieldList {
    background: rgb(0 0 0 / 40%);
    padding: 0;
}

    .compselectfield .fieldList .form-check {
        background: transparent;
        padding: 0;
    }

    .compselectfield .fieldList .custom-label {
        margin-block-end: 0;
        background: transparent;
        color: #D68A3C;
        padding: 10px 20px;
        font-family: "Unica One", sans-serif !important;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        width: 100%;
        border-radius: 0;
        height: 35px;
        line-height: 15px;
        font-weight: normal;
    }

.compselectfield .custom-checkbox:checked + .custom-label {
    background-color: #D68A3C;
    color: black;
    width: 100%;
    padding: 10px 20px;
    vertical-align: middle;
    border-radius: 0;
    height: 35px;
    line-height: 15px;
}

.commonbtn {
    font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    /*    letter-spacing: 2px;*/
    background: #3AAFA9;
    color: #00546C;
    padding: 10px 20px;
    border: 0;
    height: 42px;
    line-height: 24px;
    border-radius: 5px;
    border-color: #3AAFA9;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

    .commonbtn .fa {
        font-size: 15px;
    }

.commonTable .table thead th,
.commonTable .table tbody td {
    height: 50px;
    vertical-align: middle;
}

.commonTable .table-bordered th {
    background-color: #721212;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
}

.commonTable .table-bordered > :not(caption) > * {
    border-block-end: 1px solid #D68A3C;
}

.commonTable .table tbody tr {
    background-color: rgba(0, 0, 0, 40%);
    color: #D68A3C;
    font-family: "Unica One", sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.commonTable .table-bordered th,
.commonTable .table-bordered td {
    border: 1px solid #D68A3C;
}

.matchInput input.form-control {
    height: 36.5px;
    line-height: 16px;
    padding: 10px 20px;
    font-size: 20px;
}

.ch-108 {
    height: 108px;
}

/*ADD GROUND*/
.imgCommonformat.card {
    background: rgba(0, 0, 0, 40%);
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.imgCommonformat .imgwH {
    width: 136px;
    height: 136px;
    margin: 0 auto;
    object-fit: cover;
    line-height: 136px;
}

.imgCommonformat .card-img-top {
    max-width: 100%;
    width: auto;
    border-radius: 0;
}

.imgCommonformat .card-body {
    background: #721212;
    box-shadow: 0px 4px 4px 0px #0000001A;
    padding: 10px;
}

    .imgCommonformat .card-body .card-title {
        color: #D68A3C;
        margin: 0;
        font-weight: 400;
        font-family: "Unica One", sans-serif !important;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .imgCommonformat .card-body .card-title p {
            margin: 0;
            width: 210px;
            overflow: hidden;
            text-decoration: none;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.imgCommonformat .vrnumber {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid white;
    border-radius: 50px;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 29px;
    text-align: center;
    font-family: "Unica One", sans-serif !important;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 400;
}

.titleheader h3 {
    background: #721212;
    display: inline-block;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 16px;
}

.sourcefielddd .dropdown-toggle::after {
    display: none;
}

@media(max-width:1380px) {
    /*    .fieldsview .form-label {
        font-size: 15px;
        padding: 15px 10px;
    }*/
}

@media(max-width:1200px) {
    .compfieldrange .col-lg-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }

    .compfieldrange .col-lg-2,
    .exisitingGround .col-lg-2 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*ADD PLAYER*/
.imgCommonformat .countryflag {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../vrImg/demoflag.png') center no-repeat;
    background-size: cover;
    max-width: 100%;
    height: 136px;
    position: relative;
    display: block;
}

    .imgCommonformat .countryflag .imgwH .card-img-top {
        position: absolute;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 10%;
        right: 0;
    }

.playercard .countryflagt img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    background: white;
    padding: 2px;
    border-radius: 50px;
    line-height: 30px;
}

.playercard .countryflagt.bgmustard img {
    background: #D68A3C;
    padding: 6px;
}

.imgCommonformat .card-body.playercard .card-title p {
    color: white;
    padding-left: 8px;
}

.commonTable .overalltb {
    border-collapse: separate;
    border-spacing: 5px;
    margin-top: -5px;
}

    .commonTable .overalltb.table-bordered th,
    .commonTable .overalltb.table-bordered td {
        border: 1px solid transparent;
    }

    .commonTable .overalltb.table-bordered > :not(caption) > * {
        border-block-end: 1px solid transparent;
    }

.mt-80 {
    margin-top: 80px;
}
/*.imgCommonformat.addedCls .card-body {
    background: #d68a3c;
}*/

/* Anklesh 22/03/2025 */
/* Sidebar Changes */
.sidebar-mini .main-sidemenu {
    margin-top: 80px;
}
.m5-cricket .cricMenu {
    margin: 0.5rem 1rem !important;
}

.m5-cricke .main-sidebar-header {
    border: none;
}

.m5-cricket aside {
    background-color: #043E54;
    box-shadow: none;
    border: none;
}

    .m5-cricket aside .main-logo {
        height: auto;
    }

.m5-cricket .cricMenu li.slide:empty {
    display: none;
}

 .m5-cricket .cricMenu > li {
    margin-top: 1rem;
    border-radius: 8px;
    /*padding: 0.757rem 1.7rem 0.757rem 1rem;*/
    padding: 0;
    white-space: nowrap;
    box-shadow: 0px 4px 4px 0px #00000014;
    transition: all 0.4s ease-in-out;
}

.sidebar-mini .m5-cricket .cricMenu > li.slide:hover,
.sidebar-mini .m5-cricket .cricMenu > li.active {
    background-color: #02707B;
    border-radius: 8px;
    /*padding: 0.757rem 1.7rem 0.757rem 1rem;*/
    padding: 0px;
    white-space: nowrap;
    box-shadow: 0px 4px 4px 0px #00000014;
    margin-bottom: 1rem !important;
}
    .m5-cricket .cricMenu > li.slide .slide-menu {
        padding-inline-start: 0px;
    }

.sidebar-mini .m5-cricket .cricMenu > li.slide > a {
    padding: 0.625rem 1.5rem;
    padding-inline-end: 1.5rem !important;
    padding-inline-start: 1.5rem !important;
    letter-spacing: normal;
}
    .sidebar-mini .m5-cricket .cricMenu > li.slide > a i {
        margin-right: 10px;
    }
.sidebar-mini .m5-cricket .cricMenu > li.slide a .side-menu__label {
    color: #ffffff !important;
}
.sidebar-mini .m5-cricket .cricMenu > li.slide > ul li a,
.sidebar-mini .m5-cricket .cricMenu > li.slide > ul li a .sub-side-menu__item {
    padding-inline-start: 45px !important;
}
.sidebar-mini .m5-cricket .cricMenu > li.slide .slide-menu.open {
    border-radius: 0 0 5px 5px;
    overflow: auto;
}
.sidebar-mini .m5-cricket .cricMenu > li a {
    padding-inline-end: 20px;
    padding-inline-start: 1.5rem !important;
    position: relative;
}
.sidebar-mini .m5-cricket .cricMenu li.active a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    border: 6px solid transparent;
    border-left: 7px solid #FFFFFF;
    transform: translateY(-50%);
}
    .sidebar-mini .m5-cricket .cricMenu > li a span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.sidebar-mini .m5-cricket .cricMenu > li.slide ul a span {
    font-size: 14px;
    letter-spacing: normal;
}
.sidebar-mini .m5-cricket .cricMenu > li > ul > li {
    background: #017781;
    position: relative;
    padding: 3px 0;
}
    .sidebar-mini .m5-cricket .cricMenu > li > ul > li:last-child {
        border-radius: 0 0 5px 5px;
    }
    .sidebar-mini .m5-cricket .cricMenu > li > ul > li ul li {
        padding-left: 0px;
        padding-right: 0px;
    }
    .m5-cricket .cricMenu > li.slide li.open > a {
        background: #025962;
    }

.m5-cricket .cricMenu li.is-expanded > a .sub-angle {
    transform: rotate(180deg);
}
        .sidebar-mini .m5-cricket .cricMenu > li > ul > li::before {
            content: "";
            position: absolute;
            top: 0px;
            left: 32px;
            width: 1px;
            height: 100%;
            z-index: 1;
            background-color: #ffffff;
        }
.sidebar-mini .m5-cricket .cricMenu > li > ul > li:last-child::before {
    height: 25px;
}
.slide.is-expanded .sub-side-menu__item:before {
    font-size: 0;
}
.sidebar-mini .m5-cricket .app-sidebar .slide .side-menu__item.active::before {
    background: none;
}
.sidebar-mini .m5-cricket .cricMenu > li > ul > li::after {
    content: "";
    position: absolute;
    top: 21px;
    left: 29px;
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 50%;
    transform: translateY(-50%);
}

    .m5-cricket .cricMenu > li.active a,
    .m5-cricket .cricMenu > li.slide a {
        font-size: 18px;
        font-weight: 600;
        overflow: hidden;
        line-height: normal;
        color: #ffffff !important;
    }

            .m5-cricket .cricMenu > li.slide a span,
            .m5-cricket .cricMenu .slide.active .side-menu__item,
            .m5-cricket .cricMenu .side-menu__item.active .side-menu__label,
            .m5-cricket .cricMenu .slide:hover .side-menu__label,
            .m5-cricket .cricMenu .slide:hover .angle,
            .m5-cricket .cricMenu .slide:hover .side-menu__icon {
                line-height: 1.5;
                justify-content: flex-start;
            }
/* Dashboard card design */
.match-previw-wrapper {
    display: flex;
    position: relative;
    max-width: 140px;
    margin-left: auto;
    border-radius: 50px;
    overflow: hidden;
}

.match-btn {
    padding: 0px 6px;
    text-align: center;
    color: #ffffff !important;
    min-width: 70px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: normal;
    background: #000;
}

    .match-btn.btn-red {
        background-color: #D02430;
        padding-left: 15px;
    }

    .match-btn.btn-green {
        background-color: #429814;
    }

.match-previw-wrapper .circle {
    position: absolute;
    top: 1px;
    left: 60px;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border-radius: 50%;
}

.main-content.app-content .dashboard-wrapper {
    margin-top: 76px;
    padding: 0 20px;
}

.dashboard-wrapper .card {
    box-shadow: 0px 4px 4px 0px #00000040;
}

.dashboard-title-wrapper {
    margin-bottom: 1rem;
}

    .dashboard-title-wrapper .title {
        width: 100%;
        font-weight: 800;
        font-size: 18px;
        line-height: 1.5;
        color: #ffffff;
        padding: 5px;
        text-align: center;
        background-color: #00546C;
        border-radius: 5px;
    }

.dashboard-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.dashboard-item {
    width: 16.66%;
    border: none;
    outline: none;
    padding: 0px 10px 0px 1rem;
}
    .dashboard-item:not(:first-child) {
        border-left: 2px solid #3AAFA9;
    }

    .dashboard-item .item-title {
        margin-bottom: 0.5rem
    }

        .dashboard-item .item-title h6 {
            color: #00546C;
            font-size: 14px;
            font-weight: 800;
            text-transform: uppercase;
        }

.item-value-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .item-value-wrapper .icon-wrapper {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
    }
        .item-value-wrapper .icon-wrapper img {
            width: 33px;
            margin: auto;
        }

    .item-value-wrapper .item-value {
        font-size: 30px;
        font-weight: 800;
        font-family: "Manrope", sans-serif;
    }

.flag-icon img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: contain;
}

.spacer {
    margin-bottom: 1.6rem;
}

.icon-seprator-r {
    border-right: 1px solid #FFFFFF;
}
.filter-card-wrapper .input-bg-wrapper .select2-container {
    width: calc(100% - 30px) !important;
}
    .mini-input-wrapper .select2-container .select2-selection--single,
    .filter-card-wrapper .input-bg-wrapper .select2-container .select2-selection--single {
        height: 30px;
    }
        .mini-input-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
        .filter-card-wrapper .input-bg-wrapper .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 25px !important;
            border-radius: 10px;
        }
.input-bg-wrapper {
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000026;
}
    .input-bg-wrapper .input-group-text {
        color: #FFFFFF;
        background-color: #00546C;
    }
    .input-bg-wrapper .cstm-select-dropdown {
        padding-right: 40px !important
    }
        .input-bg-wrapper .cstm-select-dropdown ~ .input-group-text {
            margin-left: -38px !important;
            position: relative;
            z-index: 9;
        }
.input-group-text button {

}
.pointer-none {
    pointer-events: none !important;
}
.pointer-allow {
    pointer-events: all !important;
}
.cstm-btn-list {
    background: #00546C;
    color: #ffffff;
    border-radius: 5px;
    padding: 4px;
    min-width: 30px;
}

    .cstm-btn-list.btn-red {
        background-color: #DF2330;
    }

.input-primary {
    margin-bottom: 0.875rem;
}
    .input-primary .theme-radio label,
    .input-primary label.lable-primary,
    .input-primary lable.lable-primary {
        color: #0C7C73;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.8;
        text-transform: uppercase;
        letter-spacing: normal;
        text-shadow: 0px 2px #0c7c731f;
        margin-bottom: 0;
    }
    .input-primary .theme-radio input {
        accent-color: #22887b;
    }
        .input-primary label.lable-primary.small,
        .input-primary lable.lable-primary.small {
            font-size: 12px;
            text-align: center;
            line-height: 1;
            display: block;
            margin-bottom: 5px;
        }

.input-bg-wrapper .form-control {
    color: #0C7C73;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.8;
    background: #ADCAB3;
    padding: 1.6px 10px;
    box-shadow: none;
}
.input-bg-wrapper .select2-container--default .select2-selection--multiple,
.input-bg-wrapper .select2-container--default .select2-selection--single {
    color: #0C7C73;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.8;
    background: #ADCAB3;
    padding: 1.6px 10px;
    box-shadow: none;
    border: none;
    border-radius: 6px;
}
    .input-bg-wrapper .select2-container--default .select2-selection--multiple .select2-selection__arrow,
    .input-bg-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
        color: #FFFFFF;
        background-color: #00546C;
        width: 36px;
        top: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        border-radius: 0 10px 10px 0;
    }
        .input-bg-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
        .input-bg-wrapper .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
            border-top-color: #FFFFFF;
        }
    .input-bg-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
    .input-bg-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        color: #0C7C73;
        padding-left: 0px;
        letter-spacing: normal;
        max-height: 80px;
        overflow: auto;
    }
    .input-bg-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        margin-right: 5px;
        font-size: 20px;
        line-height: 12px;
        margin-left: -2px;
    }
    .input-bg-wrapper .form-control::placeholder {
        color: #0C7C7359;
    }
.input-bg-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 18px;
    background-color: #00546c;
}
.select2-container--open .select2-dropdown {
    background: #adcab3;
    border: 1px solid #ffffff;
}
.select2-container--open .select2-dropdown .select2-search--dropdown input {
    background: #adcab3;
    border: 1px solid #00546c;
    border-radius: 3px;
    color: #00546C;
    font-size: 14px;
    font-weight: 700;
}

.select2-container--open .select2-results__option {
    color: #00546c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: normal;
}
    .select2-container--open .select2-results__option.select2-results__option--highlighted,
    .select2-container--default .select2-results__option[aria-selected=true] {
        color: #FFFFFF;
        background-color: #00546C;
    }
.match-card {
    background: #9F41A4;
    color: #fff;
    border-radius: 10px;
    padding: 0px;
    display: flex;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.large-input-wrapper .input-bg-wrapper .form-control {
    font-size: 16px;
    padding: 8px 10px;
}
    .large-input-wrapper .input-bg-wrapper .select2-container {
        width: 100% !important;
    }
.view-title-wrapper {
    display: inline-block;
    background-color: #017781;
    border-left: 8px solid #00546C;
    border-radius: 0 5px 5px 0;
    padding: 6px 10px;
    margin-bottom: 1.4rem;
}

    .view-title-wrapper h5 {
        color: #FFFFFF;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: normal;
    }

.match-main-content {
    width: calc(100% - 22px);
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.match-card .teams img {
    width: 30px;
    height: 30px;
}

.match-card .teams {
    color: #00546C;
    background: #ffffff;
    padding: 5px 40px 8px 15px;
    min-height: 70px;
}

    .match-card .teams p {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

.time-inner {
    background: #FFFF98;
    padding: 5px;
    border-radius: 5px;
    min-width: 65px;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.time-wrapper img {
    width: 33px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.match-card .teams .time-wrapper p {
    font-size: 8px;
    font-weight: 600;
}

.time-wrapper .status-btn {
    width: 30px;
    height: 12px;
    background-color: #DF2330;
    position: relative;
    border-radius: 50px;
    margin: 8px auto auto auto;
}

    .time-wrapper .status-btn::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 8px;
        height: 8px;
        background-color: #ffffff;
        border-radius: 50%;
        transform: translate(-50%, -50%)
    }

.vartical-line {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    transform-origin: center;
    padding: 5px;
}

    .vartical-line p {
        font-size: 8px;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.7px;
        text-transform: uppercase;
        max-height: 150px;
    }

.match-top-wrapper {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.match-title-wrapper {
    width: calc(100% - 35px);
    background: #00546C;
    padding: 5px;
    min-height: 65px;
}

    .match-title-wrapper h5 {
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 2px;
        letter-spacing: normal;
        padding-right: 30px;
    }

    .match-title-wrapper p {
        font-size: 10px;
        line-height: 1.5;
        margin: 0;
        letter-spacing: normal;
    }

.match-standard {
    width: 35px;
}

    .match-standard p {
        font-size: 8px;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: normal;
    }

.match-bottom {
    display: flex;
    align-items: center;
}

    .match-bottom .bottom-left {
        width: calc(100% - 35px);
    }

.bottom-left .bottom-up {
    display: flex;
    justify-content: space-between;
    background-color: #ADCAB3;
}

.bottom-up .up-item {
    display: inline-flex;
    justify-content: center;
}

    .bottom-up .up-item:nth-child(2) {
        width: calc(100% - 120px);
        border-left: 1px solid #00546C;
        border-right: 1px solid #00546C;
    }

.bottom-up a {
    color: #00546C;
    display: block;
    width: 50%;
    min-width: 60px;
    text-align: center;
    font-size: 8px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: normal;
}

.bottom-up select {
    width: 100%;
    background-color: transparent;
    color: #00546C;
    border: none;
    font-size: 8px;
    font-weight: 700;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: normal;
}

.bottom-down {
    display: flex;
    align-items: center;
    background-color: #00546C;
}

.down-item {
    width: 50%;
    text-align: center;
}

    .down-item:not(:first-child) {
        border-left: 1px solid #ADCAB3;
    }

    .down-item p {
        margin: 0;
        font-size: 8px;
        font-weight: 700;
        line-height: 2.5;
        text-transform: uppercase;
        letter-spacing: normal;
    }

.match-bottom .bottom-right {
    width: 35px;
    text-align: center;
}

.domestic-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    letter-spacing: normal;
}

    .domestic-card .d-card-left {
        background-color: #9F41A4;
        padding: 5px;
        width: 145px;
        text-align: center;
    }

    .domestic-card .d-logo-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .domestic-card .d-logo-wrapper img {
            max-height: 50px;
            width: auto;
            object-fit: contain;
        }

        .domestic-card .d-logo-wrapper p {
            font-size: 10px;
            font-weight: 700;
            margin: 0;
            text-transform: uppercase;
        }

            .domestic-card .d-logo-wrapper p small {
                display: block;
                font-size: 8px;
                font-weight: 700;
            }

    .domestic-card .d-card-middile-wrapper {
        width: calc(100% - 280px);
    }
.audit-domestic-card .domestic-card .d-card-middile-wrapper {
    width: calc(100% - 76px);
}
.domestic-card .d-card-middile-top-wrapper {
    display: flex;
}

        .domestic-card .d-card-middile-top-wrapper .d-card-middile-left {
            background-color: #00546C;
        }

    .domestic-card .d-card-middile-left {
        width: calc(100% - 43px);
        display: flex;
        gap: 1rem;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 0.757rem;
    }

    .domestic-card .d-card-title-wrapper {
        width: 100%;
        max-width: 50%;
    }

    .domestic-card .d-card-middile-right {
        width: 93px;
        background-color: #00674C;
        border-radius: 0px 10px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .domestic-card .d-card-middile-right .live-btn {
            width: 22px;
            height: 22px;
            background: #EE2A42;
            border-radius: 50%;
        }

.d-card-title-wrapper h2.title {
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}

.d-card-title-wrapper .sub-title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

    .d-card-title-wrapper .sub-title-wrapper p {
        font-size: 12px;
        font-weight: 600;
    }

.d-card-bottom-time-wrapper,
.d-card-middile-left .d-card-time-wrapper {
    max-width: 220px;
    min-width: 190px;
    width: 20%;
}

.d-card-time-wrapper p {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
}

    .d-card-time-wrapper p i {
        margin-right: 3px;
    }

.d-card-middile-right-bottom {
    display: flex;
    width: 93px;
    background: #9F41A4;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 10px 0px;
}

    .d-card-middile-right-bottom p {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

.d-card-btn-wrapper {
    max-width: 368px;
    width: 100%;
}

.d-card-bottom-time-wrapper .clock-container {
    color: #00546C;
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    line-height: 1px;
    font-weight: 600;
    letter-spacing: normal;
    text-align: center;
}

.time-box span.time-name {
    color: #00546C;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
}

.time-box span:not(.time-name) {
    background: #D9D9D9;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    min-width: 25px;
    text-align: center;
    color: #00546C;
    display: block;
    border-radius: 3px;
}

[class*="cstm-btn-with-icon-"] {
    min-width: 112px;
    height: 33px;
    position: relative;
    background: #00546C;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    border-radius: 50px;
    text-transform: uppercase;
}

.cstm-btn-with-icon-left {
    padding: 0px 5px 0px 35px
}

.cstm-btn-with-icon-right {
    padding: 0px 35px 0px 5px;
}

[class*="cstm-btn-with-icon"] img {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
}

.cstm-btn-with-icon-right img {
    left: auto;
    right: 2px;
}
[class*="cstm-btn-with-icon"]:hover,
[class*="cstm-btn-with-icon"].active {
    color: #ffffff;
    background: #00546C;
}
.d-card-right {
    max-width: 150px;
    padding: 9px 14px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    justify-content: center;
}

.btn-blue-text {
    width: 100%;
    background: #00546c;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 3px;
    border-radius: 3px;
}

button.btn-green {
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    width: 100%;
    border: none;
    box-shadow: none;
    background: #308A00;
    padding: 3px;
    border-radius: 3px;
}

.btn-light-blue-laft-raduis,
.btn-blue-laft-raduis {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    background: #00546c;
    border-radius: 3px 0px 0px 3px;
    padding: 3px;
    min-width: 68px;
    text-align: center;
}

.btn-light-blue-laft-raduis {
    background-color: #0C7C73;
    min-width: 50px;
    border-radius: 0px 3px 3px 0;
}

.cstm-row-cat {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

    .cstm-row-cat [class*="col-cat-"] {
        padding: 0 5px;
    }

    .cstm-row-cat .col-cat-left {
        width: calc(100% - 230px);
        display: flex;
        gap: 5px;
    }

    .cstm-row-cat .col-cat-right {
        width: 230px;
    }

.cat-btn-wrapper {
    width: 70px;
    margin-right: 5px;
}

.btn.btn-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 3px 5px;
    min-height: 40px;
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    background: #00546C;
    box-shadow: 0px 4px 4px 0px #0000001A;
}

.btn-red.btn-main {
    background: #DF2330;
}

.cstm-purple-btn.btn-main {
    background-color: #0C7C73;
}

.col-cat-right .btn-red.btn-main {
    min-width: 120px;
}

.cat-wrapper {
    width: calc(100% - 185px);
    display: flex;
    flex-wrap: wrap;
    max-height: 86px;
    overflow: auto;
}

.cat-gap {
    gap: 5px 15px;
}

.cat-item {
    display: flex;
    background-image: url('../vrImg/wicketW.png');
    height: fit-content;
    border: 1px solid #0C7C73;
    border-radius: 5px;
    letter-spacing: normal;
}

.playr-name {
    padding: 5px;
    display: flex;
    color: #ffffff;
    cursor: pointer;
    min-width: 52px;
    max-width: 110px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    background: #0C7C73;
    align-items: center;
    letter-spacing: normal;
    justify-content: center;
    text-transform: uppercase;
}

.cat-check-input {
    position: relative;
    width: 22px;
    height: 19px;
    border-bottom: 1px solid #0C7C73;
}

    .cat-check-input input.cat-input {
        position: absolute;
        top: 0;
        visibility: hidden;
    }

    .cat-check-input .cat-lable {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #0C7C73;
        text-align: center;
        font-size: 10px;
        line-height: 19px;
        border-top-left-radius: 5px;
        cursor: pointer;
    }

    .cat-check-input input.cat-input:checked + .cat-lable {
        background-color: #308A00;
        color: #FFFFFF;
    }

.cat-item .value {
    font-size: 10px;
    color: #0C7C73;
    text-align: center;
    line-height: 19px;
    font-weight: 600;
    min-width: 20px;
}

.add-cat-wrapper .add-cat-btn {
    width: 22px;
    border: none;
    border-bottom: 1px solid #0c7c73;
    color: #0c7c73;
    background: transparent;
    font-size: 15px;
    line-height: 17px;
    padding: 0;
    font-weight: 600;
}
.cat-wrapp {
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFFFFF;
    padding: 3px 5px;
    min-height: 40px;
    font-size: 10px;
    font-weight: 700;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #00546C;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}
.max-w-200 {
    max-width: 200px;
}
.team-header {
    background: #ADCAB3;
    padding: 5px;
    border-radius: 5px;
}
.select-btn-wrapper {
    flex: 1 0 auto;
}
.select-wrapp {
    width: 100%;
    height: 100%;
    display: flex;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 5px;
    min-height: 40px;
    background: #0c7c73;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px #0000001A;
}
.team-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.p-relative {
    position: relative !important;
}
input[type="checkbox"]:focus {
    background: transparent;
    accent-color: #0C7C73;
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    background: transparent;
    border: 1px solid #0C7C73;
    border-radius: 5px;
    cursor: pointer
}

    input[type="checkbox"]:checked {
        background: #0C7C73;
        accent-color: #0C7C73;
    }

.team-name-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.team-checkbox,
.playr-info {
    width: 50px;
}

.team-logo img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.playr-type {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: normal;
    color: #043E54;
    text-transform: uppercase;
}

.playr-info {
    display: flex;
    gap: 5px;
}

    .playr-info img {
        width: auto;
        max-height: 15px;
        object-fit: contain;
    }


.cat-tbale table {
    width: 100%;
}

.cat-tbale.preview-table {
    overflow: auto;
}

    .cat-tbale.preview-table table {
        min-width: 860px;
    }

.cat-tbale thead {
    border-top: 1px solid #00546C;
    border-radius: 5px;
}

.cat-tbale tbody {
    border-bottom: 1px solid #00546C;
    border-radius: 5px;
}

    .cat-tbale thead th,
    .cat-tbale tbody td {
        padding: 2px 5px;
        border-left: 1px solid #00546C;
        text-align: center;
    }

        .cat-tbale thead th:last-child,
        .cat-tbale tbody td:last-child {
            border-right: 1px solid #00546C;
        }
.th-w-100 {
    width: 100px;
}
.cat-tbale thead .table-headign,
.cat-tbale tbody td .table-headign {
    background: #00546C;
    color: #ffffff;
    padding: 8px 4px;
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: normal;
    width: 100%;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    text-transform: uppercase;
}

.cat-tbale.preview-table table .th-pink {
    color: #00546C;
    background: #FEB7C6;
}

.cat-tbale.preview-table table .th-blue {
    color: #00546C;
    background: #83C6F4;
}

.cat-tbale.preview-table table .th-grey {
    color: #00546C;
    background: #B6D7BC;
}

.cat-tbale.preview-table thead .table-headign {
    width: auto;
    height: auto;
    min-width: 60px;
    min-height: 33px;
    font-size: 12px;
    padding: 0px 14px;
    display: inline-flex;
}

.cat-tbale.preview-table table thead th,
.cat-tbale.preview-table table tbody td {
    color: #00546C;
    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    padding: 8px;
    border-bottom: 1px solid #00546C;
}

.cat-tbale.preview-table table tbody tr:nth-child(odd) td {
    background-color: #E9E9E9;
}

.cat-tbale.preview-table table tbody .table-headign {
    display: inline-block;
    min-width: 60px;
    border-radius: 5px;
    padding: 3px;
}

    .cat-tbale.preview-table table tbody .table-headign small {
        font-size: 8px;
        color: #00546C;
        line-height: 1.2;
    }

.cat-tbale.preview-table table tbody .price-wrapper {
    display: inline-flex;
    flex-direction: column;
}

    .cat-tbale.preview-table table tbody .price-wrapper .max-price,
    .cat-tbale.preview-table table tbody .price-wrapper .min-price {
        background: #D0E7D5;
        padding: 2px 8px;
        border-radius: 5px 5px 0 0;
        font-family: Manrope;
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        text-transform: uppercase;
    }

    .cat-tbale.preview-table table tbody .price-wrapper .max-price {
        background: #B6D7BC;
        border-radius: 0 0 5px 5px;
    }

.cat-tbale tbody td .select-td {
    color: #043E54;
    background: #ADCAB3;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: normal;
    padding: 2px;
    border-radius: 2px;
    text-align: center;
}

.cat-tbale .table-inner-row {
    display: flex;
    gap: 3px;
    justify-content: center;
}

.cat-tbale .table-inner-col {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background: #0C7C73;
    padding: 3px 6px;
    border-radius: 3px;
}

.cat-tbale.review-table {
    overflow: auto;
}

    .cat-tbale.review-table table {
        min-width: 1200px;
    }

    .cat-tbale.review-table thead th {
        padding: 5px !important;
    }

    .cat-tbale.review-table tbody td {
        overflow: hidden;
        color: #043E54;
        font-weight: 600;
        font-size: 10px;
        letter-spacing: normal;
        padding: 2px 5px !important;
    }
.review-table .form-control {
    padding: 2px 5px;
    font-size: 10px;
    border: none;
}

.cat-tbale span small {
    display: block;
}

.cat-tbale .two-column {
    display: flex;
    height: 100%;
    gap: 10px;
    position: relative;
}
.cat-tbale.review-table .two-column span,
.cat-tbale.review-table .two-column .back-value {
    width: 50%;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    line-height: 2;
    color: #ffffff;
    background: #0C7C73;
    padding: 0px;
    border-radius: 3px;
}
.cat-tbale.review-table .two-column .lay-value input[type="number"],
.cat-tbale.review-table .two-column .back-value input[type="number"] {
    max-width: 60px;
    font-weight: 600;
    margin: auto;
}
        .cat-tbale.review-table .two-column .lay-value input[type="number"],
        .cat-tbale.review-table .two-column .back-value input[type="number"] {
            -moz-appearance: textfield; /* Firefox */
            appearance: textfield; /* Modern browsers */
        }

        .cat-tbale.review-table .two-column .back-value input[type="number"]::-webkit-inner-spin-button,
        .cat-tbale.review-table .two-column .back-value input[type="number"]::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
            .cat-tbale.review-table .two-column .lay-value input[type="number"]::-webkit-inner-spin-button,
            .cat-tbale.review-table .two-column .lay-value input[type="number"]::-webkit-outer-spin-button {
                -webkit-appearance: none;
                margin: 0;
            }

    .cat-tbale.review-table select:empty,
    .cat-tbale.review-table select option:empty,
    .cat-tbale.review-table .two-column span:empty,
    .cat-tbale.review-table .table-inner-row span:empty,
    .cat-tbale.review-table .table-inner-row span small:empty {
        display: none;
    }

.cat-tbale thead .table-headign.inner-row {
    flex-wrap: wrap;
    padding: 0;
}

    .cat-tbale thead .table-headign.inner-row .main-col,
    .cat-tbale tbody td .table-headign.inner-row .main-col{
        width: 100%;
        padding: 4px 4px;
        border-bottom: 1px solid #ECFFF0;
    }

    .cat-tbale thead .table-headign.inner-row .sub-col {
        width: 50%;
        padding-top: 2px;
        font-size: 8px;
        padding: 4px 4px;
    }

        .cat-tbale thead .table-headign.inner-row .sub-col ~ .sub-col {
            border-left: 1px solid #ECFFF0;
        }

.cat-tbale.review-table .two-column::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 50%;
    bottom: -16px;
    width: 1px;
    background: #00546C;
}

.cat-tbale .two-column select {
    padding: 0;
    line-height: 0;
    color: #fff;
    background: #0c7c73;
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
}

.btn-small.btn-border {
    min-width: 18px;
    font-weight: 600;
    font-size: 8px;
    letter-spacing: normal;
    text-align: center;
    color: #0C7C7380;
    border: 0.75px solid #0C7C73;
    padding: 1px;
    border-radius: 2px;
}

.cat-tbale tbody input[type="checkbox"] {
    margin: auto;
}

.cat-tbale tbody td .table-headign.inner-row {
    padding: 0;
}

.review-table tbody td .main-col {
    border: none;
    border-right: 1px solid #ECFFF0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
    text-align: left;
    border-bottom: 1px solid #00546c30;
}
.cat-tbale.review-table td .dtr-data {
    display: inline-block;
}
.cat-tbale tbody td .dtr-data .two-column {
    flex-direction: column;
    max-width: 80px;
}

.cat-tbale.review-table td .dtr-data .two-column span {
    width: 100%;
}
.cat-tbale.review-table td .dtr-data .two-column::before {
    top: 50%;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
    transform: translateY(-50%)
}
.cat-tbale tbody td .table-headign.inner-row .sub-col {
    padding: 4px;
    min-width: 50px;
    display: block;
}
    .cat-tbale tbody td .table-headign.inner-row .sub-col:first-child {
        border-bottom: 1px solid #ECFFF0;
    }
.toggle-checkbox {
    display: none;
}

.toggle-label {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 45px;
    height: 15px;
    background-color: #00AC4F;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    margin: 0;
    position: relative;
}

    .toggle-label::after {
        content: "";
        width: 11px;
        height: 11px;
        background: #ffffff;
        border-radius: 50%;
        position: absolute;
        top: 2px;
        left: 2px;
        transition: all 0.4s ease-in-out;
    }

.toggle-checkbox:checked + .toggle-label {
    background-color: #4CAF50;
}

    .toggle-checkbox:checked + .toggle-label::after {
        left: auto;
        right: 2px;
    }

.main-title,
.accordion .card-header .main-title a,
.accordion .main-title button {
    color: #00546C;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0px;
}

    .main-title.title-bg-fill {
        color: #FFFFFF;
        display: inline-block;
        background: #00546C;
        padding: 4px 9px;
        border-radius: 5px;
    }

.add-category-wrapper {
    margin-top: 25px;
}

    .add-category-wrapper .add-category-inner {
        margin-top: 15px;
        background: #ADCAB3;
        padding: 10px;
        border-radius: 5px;
        display: flex;
        justify-content: space-between;
    }

    .add-category-wrapper .add-cat-input-wraper {
        width: 83%;
        max-width: calc(100% - 190px);
    }
.btn {
    letter-spacing: normal;
}
.btn-squer {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 3px;
    min-width: 80px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.btn-radius {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    padding: 0.375rem 1rem;
    border-radius: 3rem;
    background-color: #00546C;
    border-width: 1px;
    border-style: solid;
}
.btn-radius:hover {
    border-color: #00546C;
}
.btn-large {
    padding: 0.757rem 1rem;
}

.delete-btn {
    color: #00546C;
    background: #ADCAB3;
    padding: 3px 1rem;
    font-size: 10px;
    transition: all 0.3s ease-in-out;
}

    .delete-btn:hover {
        background-color: #DF2330;
    }

.add-cat-input-wraper .form-control {
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    padding: 0.419rem 0.75rem;
}

.add-cat-item-wrapper {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.8rem;
    flex-wrap:wrap;

}

.added-btn-wrapper {
    text-align: center;
}

.added-btn-wrapper {
    margin-top: 3px;
}

.added-cat-row {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.added-cat-col-right {
    width: 100%;
    max-width: 380px;
}

.cat-market-wrapper {
    max-width: 460px;
    margin: auto;
}

    .cat-market-wrapper .col-left {
        width: calc(100% - 75px)
    }

    .cat-market-wrapper .cstm-btn-list {
        line-height: 1;
        font-size: 12px;
        padding: 2.2px;
        font-weight: 700;
    }

.main-cat-wrapper .row {
    max-height: 140px;
    overflow: auto;
}

.main-cat-wrapper .cat-market-item {
    color: #ffffff;
    font-size: 10px

    font-weight: 800;
    text-align: center;
    padding: 7.5px 10px;
    letter-spacing: normal;
    background-color: #00546C;
    border-radius: 3px;
}
.added-event-item,
.added-market-item {
    display: flex;
}
    
    .added-market-item .market-item {
        background: #00546c;
        color: #FFFFFF;
        border-radius: 5px 0 0 5px;
        padding: 3px 10px;
        font-weight: 800;
        font-size: 10px;
        letter-spacing: normal;
        line-height: 1.2;
        width: 165px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .added-market-item .delete-btn {
        padding: 7px 8px;
        border-radius: 0 5px 5px 0;
    }
.added-event-item {
    display: flex;
    margin-bottom: 10px;
}
.event-checkbox-wrapper {
    position: relative;
}
    .event-checkbox-wrapper input {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
    .event-checkbox-wrapper input + label {
        width: 25px;
        height: 100%;
        margin: 0;
        background: #adcab3;
        border-radius: 5px 0 0 5px;
        cursor: pointer;
        position: relative;
    }
        .event-checkbox-wrapper input:checked + label {
            background: #308A00
        }
        .event-checkbox-wrapper input + label::after {
            content: "\f00c";
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            color: #ffffff;
            font-size: 18px;
            font-weight: 900;
            text-align: center;
            font-family: "Font Awesome 6 Free";
            opacity: 0;
            visibility: hidden;
        }
        .event-checkbox-wrapper input:checked + label::after {
            opacity: 1;
            visibility: visible;
        }
.added-event-item .event-item {
    background: #00546c;
    color: #FFFFFF;
    border-radius: 0 5px 5px 0;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
    min-width: 70px;
    margin: 0;
    cursor: pointer;
}

.dropdown-btn-wrapper button {
    font-weight: 800;
    font-size: 10px;
    color: #ffffff;
}
.accordion > .card {
    border-radius: 10px !important;
}
.crik-manage-table {
    position: relative;
}
    .crik-manage-table .table-entry-team-dropdown {
        position: absolute;
        left: 200px;
        width: auto;
        top: 5px;
        z-index: 2;
    }
        .crik-manage-table .table-entry-team-dropdown .input-primary {
            display: flex;
            align-items: center;
        }
            .crik-manage-table .table-entry-team-dropdown .input-primary lable.lable-primary {
                line-height: 1;
                white-space: nowrap;
                margin-right: 5px;
            }
        .crik-manage-table .table-entry-team-dropdown .input-bg-wrapper {
            min-width: 200px;
        }
.crik-manage-table table thead th {
    padding: 10px 8px 4px 8px;
    border: 1px solid #00546C;
    border-bottom: none;
}
.crik-manage-table .table-striped > tbody > tr td {
    white-space: normal;
    background: #ffffff;
    vertical-align: middle;
    border-right: 1px solid #00546C;
}
.crik-manage-table .table-striped > tbody > tr:nth-of-type(odd),
.crik-manage-table .table-striped > tbody > tr:nth-of-type(odd) > * {
    background: #ffffff;
    box-shadow: none;
}
.crik-manage-table .table-striped > tbody > tr td:first-child > * {
    max-width: calc(100% - 22px);
    display: inline-block;
}
.crik-manage-table .table-striped > tbody > tr td .button-checkbox-wrapper {
    background: transparent;
    text-align: center;
}
.crik-manage-table .table-striped > tbody > tr td:first-child::before {
    margin-right: 0 !important;
}

.crik-manage-table .table-striped > tbody > tr:last-child td {
    border-bottom: 1px solid #00546C !important;
}
.crik-manage-table table.dataTable > tbody > tr.child ul.dtr-details > li {
    text-align: left;
    padding-left: 8px;
}
    .crik-manage-table table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
        padding-top: 0.5em;
    }
    .crik-manage-table table thead th .crick-th {
        color: #FFFFFF;
        font-size: 10px;
        font-weight: 800;
        padding: 8px 3px;
        text-align: center;
        letter-spacing: normal;
        text-transform: uppercase;
        background-color: #00546C;
        border-radius: 5px;
    }
    .crik-manage-table table thead th:first-child {
        border-radius: 10px 0 0 0;
    }
    .crik-manage-table table thead th:last-child {
        border-radius: 0 10px 0 0;
    }
    .crik-manage-table table tbody td {
        border-left: 1px solid #00546C;
        padding: 5px 8px;
    }
        .crik-manage-table table tbody td > * {
            display: block;
            width: 100%;
            color: #043E54 !important;
            font-size: 10px;
            font-weight: 600;
            padding: 2px 5px;
            text-align: center;
            letter-spacing: normal;
            background-color: #ADCAB3;
            border-radius: 5px;
            text-transform: uppercase;
        }
        .crik-manage-table table tbody td .footable-toggle {
            display: inline-block;
            width: auto;
            background: transparent;
        }
        .crik-manage-table table tbody td .footable-toggle ~ * {
            display: inline-block;
            width: auto;
            min-width: calc(100% - 30px);
        }
            .crik-manage-table table tbody td .footable-toggle ~ a {
                text-decoration: underline;
            }
        .crik-manage-table table tbody td > a {
            text-transform: inherit;
        }
.crik-manage-table table tbody tr:nth-last-child(2) {
    border-bottom: 1px solid #00546C;
}
.crik-manage-table table tbody tr:nth-last-child(2) td:first-child {
    border-radius: 0 0 0 10px;
}

.crik-manage-table table tbody tr:nth-last-child(2) td:last-child {
    border-radius: 0 0 10px 0;
}
.crik-manage-table .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #00546c !important;
}
    .crik-manage-table .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        opacity: 0.5;
        color: #00546c !important;
    }
    .crik-manage-table .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        color: #ffffff !important;
        background-color: #00546C !important;
        border-radius: 3px;
    }
.crik-manage-table table tbody td > .form-control {
    background: transparent;
    border: 1px solid #043E54;
}
#trGroupModuleAcs table td a {
    color: #ffffff !important;
    margin-left: 5px;
    position: relative;
    top: -5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: normal;
}
/* Calender CSS START */
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a:hover {
    color: #ffffff !important;
    background-color: #00546C !important;
}
/* Calender CSS END */

/* Checkbox START */
.input-checkbox-wrapper {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 23px;
}



    .input-checkbox-wrapper input[type="checkbox"] {
        display: none;
    }

    .input-checkbox-wrapper .checkbox-label {
        height: var(--checkbox-height);
        width: var(--checkbox-height);
        background-color: transparent;
        border: calc(var(--checkbox-height) * .1) solid #adcab3;
        border-radius: 5px;
        position: relative;
        display: inline-block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: border-color ease 0.2s;
        -o-transition: border-color ease 0.2s;
        -webkit-transition: border-color ease 0.2s;
        transition: border-color ease 0.2s;
        cursor: pointer;
        margin: 8px 0 0 0;
    }

        .input-checkbox-wrapper .checkbox-label::before,
        .input-checkbox-wrapper .checkbox-label::after {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: absolute;
            height: 0;
            width: calc(var(--checkbox-height) * .2);
            background-color: #00546C;
            display: inline-block;
            -moz-transform-origin: left top;
            -ms-transform-origin: left top;
            -o-transform-origin: left top;
            -webkit-transform-origin: left top;
            transform-origin: left top;
            border-radius: 5px;
            content: " ";
            -webkit-transition: opacity ease 0.5s;
            -moz-transition: opacity ease 0.5s;
            transition: opacity ease 0.5s;
        }

        .input-checkbox-wrapper .checkbox-label::before {
            top: calc(var(--checkbox-height) * .72);
            left: calc(var(--checkbox-height) * .41);
            box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
        }

        .input-checkbox-wrapper .checkbox-label::after {
            top: calc(var(--checkbox-height) * .37);
            left: calc(var(--checkbox-height) * .05);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .input-checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label,
        .input-checkbox-wrapper .checkbox-label.checked {
            border-color: #00546C;
        }

            .input-checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label::after,
            .input-checkbox-wrapper .checkbox-label.checked::after {
                height: calc(var(--checkbox-height) / 2);
                -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
                -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
                -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
                animation: dothabottomcheck-19 0.2s ease 0s forwards;
            }

            .input-checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label::before,
            .input-checkbox-wrapper .checkbox-label.checked::before {
                height: calc(var(--checkbox-height) * 1.2);
                -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
                -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
                -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
                animation: dothatopcheck-19 0.4s ease 0s forwards;
            }

/* Checkbox END */
/* Radio Input Start */
.cstm-radion-btn-wrapper {
    position: relative;
}
.cstm-radion-btn-wrapper input {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    visibility: hidden;
    position: absolute;
}
    .cstm-radion-btn-wrapper label {
        color: #00546C;
        padding: 5px 10px;
        background-color: #ffffff;
        border: 1px solid #00546C;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .cstm-radion-btn-wrapper input:checked ~ label {
        color: #ffffff;
        background-color: #00546C;
    }
/* Radio Input End */

/* Sidabar css START */
.page-sidebar:before {
    background: #00546C !important;
}
/* Sidabar css END */
/* Header css */
.menu-header-content,
.main-header-profile {
    background: #043e54;
    border-radius: 5px 5px 0 0;
}
.main-header .dropdown-menu:after {
    border-block-end: 9px solid #043e54;
}
.main-profile-menu .dropdown-item {
    color: #FFFFFF !important
}
.letter-normal {
    letter-spacing: normal;
}
button:not([data-bs-toggle])::after {
    display: none;
}
.accordion-item button[data-bs-toggle][aria-expanded="true"] {
    background: #00546C;
    color: #FFFFFF;
}
    .accordion-item button[data-bs-toggle][aria-expanded="true"]::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        transform: rotate(-180deg);
    }
/* Modal CSS START */
.modal .modal-header {
    background: #3aafa9;
}
.modal .panel-body {
    padding: 0;
}
/* Modal CSS END */
/* Allocate Operator CSS START */
.assigned-item-wrapper {
    display: flex;
    margin-top: 5px;
}
    .assigned-item-wrapper .assigned-item-1 {
        min-width: 150px;
    }
    .assigned-item-wrapper .assigned-item-2 {
        flex: 2 0 auto;
    }
/* Allocate Operator CSS END */
/* CheckBox CSS START */
.button-checkbox-wrapper {
    position: relative;
}
    .button-checkbox-wrapper .button-checkbox-input {
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }
    .button-checkbox-wrapper .button-checkbox-label {
        background: #ffffff;
        color: #0c7c73;
        border: 1px solid #0c7c73;
        padding: 2px 6px;
        font-size: 10px;
        border-radius: 3px;
        cursor: pointer;
    }
    .button-checkbox-wrapper .button-checkbox-input:checked + .button-checkbox-label {
        background: #0c7c73;
        color: #ffffff;
        border: 1px solid #0c7c73;
    }
/* Audit Trail CSS STRAT */
.audit-trail-table table {
    width: 100%;
}
    .audit-trail-table table .audit-t-title {
        background: #00546c;
        color: white;
        padding: 2px 5px;
        border-radius: 3px;
        min-width: 110px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        margin-right: 5px;
    }
    .audit-trail-table table tr td:nth-child(3) .audit-t-title {
        min-width: 130px
    }
/* Audit Trail CSS END */
/* Tab CSS START */
.cstm-tab .nav-pills .nav-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.8;
    color: #00546C !important;
    text-transform: uppercase;
    letter-spacing: normal;
    padding: 5px 10px;
    text-shadow: 0px 2px #0c7c731f;
    border: 1px solid #00546C;
    border-radius: 3px;
}
    .cstm-tab .nav-pills .nav-link.active {
        background: #00546C;
        color: #ffffff !important;
    }
/* Tab CSS END */
.currency-select-wrapper select {
    min-width: 90px;
    padding: 3px;
    border: none;
    border-radius: 3px;
    color: #ffffff;
    outline: none;
}
/* Responsive CSS */
@media (min-width: 576px) {
    .modal .modal-xl {
        max-width: 90%;
    }
}
@media (min-width: 1199px) {
    .cat-tbale.review-table thead th.custom-w-80 {
        width: 80px;
    }
}
@media (min-width: 1499px) {
    .cat-tbale.review-table thead th.custom-w-80 {
        width: 100px;
    }
}
@media (max-width: 1180px) {
    .dashboard-item .item-title h6, .input-primary lable.lable-primary {
        font-size: 12px;
    }

    .item-value-wrapper .item-value {
        font-size: 26px;
    }

    .item-value-wrapper .icon-wrapper {
        width: 40px;
        height: 40px;
    }
        .item-value-wrapper .icon-wrapper img {
            width: 28px;
        }
    .input-primary lable.lable-primary.small {
        font-size: 9px;
    }
}

@media (max-width: 1023px) {
    .d-card-title-wrapper h2.title {
        font-size: 20px;
    }
    .accordion .main-title button,
    .accordion .card-header .main-title a,
    .main-title {
        font-size: 16px;
    }

    .btn-squer,
    .btn-radius {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .main-content.app-content .dashboard-wrapper {
        padding: 0 12px
    }

    .dashboard-item {
        width: 33.33%;
    }

        .dashboard-item:nth-child(4) {
            border-left: none;
        }

    .domestic-card.spacer {
        flex-direction: column;
    }

    .domestic-card .d-card-left {
        width: 100%;
        padding: 5px 10px;
    }

    .domestic-card .d-card-middile-wrapper {
        width: 100%;
    }

    .domestic-card .d-logo-wrapper {
        flex-direction: row;
        align-items: center;
    }

        .domestic-card .d-logo-wrapper p small {
            display: block;
        }

    .add-category-wrapper .add-cat-input-wraper {
        max-width: calc(100% - 170px);
    }

    .login-image-wrpper {
        display: none;
    }

    .logindetails .card-sigin {
        padding-left: 1.5rem;
    }

    .card-sigin .main-signup-header {
        padding: 0 0 1.5rem 0;
        border: none;
    }
}

@media (max-width: 575px) {

    .btn-squer,
    .btn-radius {
        font-size: 10px;
    }
    .accordion .main-title button,
    .accordion .card-header .main-title a,
    .main-title {
        font-size: 12px;
    }

    .d-card-title-wrapper h2.title {
        font-size: 14px;
    }

    .d-card-title-wrapper .sub-title-wrapper {
        gap: 0;
        flex-direction: column;
        align-items: flex-start;
    }

        .d-card-title-wrapper .sub-title-wrapper p {
            font-size: 10px;
        }

    .d-card-middile-left .d-card-time-wrapper {
        min-width: 92px;
    }

    .domestic-card .d-card-middile-left {
        width: 100%;
    }

    .domestic-card .d-card-middile-right {
        display: none;
    }
}

@media (max-width: 480px) {
    .dashboard-item {
        width: 50%;
    }

        .dashboard-item:nth-child(odd) {
            border-left: none;
        }

        .dashboard-item:nth-child(even) {
            border-left: 2px solid #3AAFA9;
        }

    .input-primary {
        margin-bottom: 0.275rem;
    }
}

/* ---------------------------------------------------------------------------
                    New Dashboard CSS START 06/08/2025
------------------------------------------------------------------------------*/
.dash-tab .nav-underline {
    --bs-nav-underline-gap: 4px;
    --bs-nav-underline-border-width: 4px;
}
.dash-tab .nav li {
    flex: 1 0 auto;
}
    .dash-tab .nav li .nav-link {
        width: 100%;
        font-size: 18px;
        font-weight: 800;
        text-align: center;
        border-radius: 4px;
        text-transform: uppercase;
    }
        .dash-tab .nav li .nav-link.active {
            border-bottom-color: #9F41A4;
        }
.search-filters {
    display: flex;
    padding: 0;
    overflow: auto;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: nowrap;
}
    .search-filters .series {
        padding: 7px 16px;
        border: 1px solid #c4c4c4;
        border-radius: 10px;
        background: #fff;
        color: #0086ff;
        font-size: 11px;
        font-weight: 800;
        cursor: pointer;
        white-space: nowrap;
        margin-bottom: 5px;
    }
.new-dash .vartical-line {
    background: #fc5800;
    border-radius: 0px 10px 10px 0px;
}
.new-dash .vartical-line p {
    max-height: 195px;
}
/*.new-dash .match-title-wrapper {
    min-height: 85px;
}*/
.new-dash .match-card {
    height: 100%;
    background: #ffffff;
}
.new-dash .bottom-up a {
    font-size: 10px;
}
.new-dash .match-title-wrapper {
    width: calc(100% - 60px);
}
    .new-dash .match-title-wrapper h5 {
        padding-right: 0px;
    }

.new-dash .match-standard {
    width: 60px;
    height: 100%;
    background: #A4CCB2;
    border-radius: 0 10px 0 0;
}
.new-dash .match-card .teams {

    padding: 5px 60px 8px 15px;
}
.match-status {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-radius: 0 0 10px 0;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
}
.match-bottom .bottom-left {

}
.new-dash .match-bottom .bottom-right {
    width: 60px;
    height: 100%;
    color: #00566D;
    font-size: 8px;
    font-weight: 700;
    line-height: 2.3;
    text-align: center;
    border: none;
    outline: none;
    text-transform: uppercase;
    background-color: #FCA502;
    border-radius: 0 0 10px 0;
}
.match-ribbon {
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    /*-webkit-transform: rotate(50deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    right: -30px;
    top: 27px;*/
    padding: 6px 0;
    width: 60px;
    border-radius: 0 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.new-dash .match-standard p {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 2.7;
    font-weight: 700;
    color: #00566D;
}
.team-live {
    font-size: 12px;
    min-height: 25px;
    padding: 3px 5px;
    text-align: center;
}
.new-dash .bottom-up .up-item:nth-child(2) {
    width: calc(100% - 100px);
}
.dashboard-item .item-title {
    margin-bottom: 0.5rem;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    
}
.dashboard-item.active .item-title {
    background: #00546C;
    box-shadow: 0px 4px 3px 0px #00000040;
}
    .dashboard-item.active .item-title h6 {
        color: white;
    }
.status-item-wrapper {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
    .status-item-wrapper .status-item {
        position: relative;
        display: flex;
        padding: 1px 5px 1px 35px;
        border-radius: 10px 4px 4px 10px;
    }
    .status-item-wrapper .status-item-icon {
        position: absolute;
        left: 0;
        top: -3px;
        width: 26px;
        height: 26px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #ffffff;
    }
        .status-item-wrapper .status-item-icon img {
            width: 18px;
            height: 18px;
        }
    .status-item-wrapper .status-item-value {
        font-size: 12px;
        font-weight: 800;
        text-transform: uppercase;
    }
.status-item.item-assigned,
.status-item.item-assigned .status-item-icon {
    background-color: #027738;
}
.status-item.item-pending,
.status-item.item-pending .status-item-icon {
    background-color: #714243;
}
.status-item.item-error,
.status-item.item-error .status-item-icon {
    background-color: #B1252F;
}
.status-item.item-review,
.status-item.item-review .status-item-icon {
    background-color: #00546C;
}
.status-item.item-approved,
.status-item.item-approved .status-item-icon {
    background-color: #5D8500;
}
.new-dash .bottom-up a span {
    line-height: normal;
    font-size: 8px;
    padding: 3px 0;
    align-self: center;
}
.select2-container {
    width: 100%;
}
.existing-procedure .cat-item {
    min-height: 30px;
}
    .existing-procedure .cat-item .value {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.existing-procedure .cat-check-input {
    height: 100%;
    border-bottom: 0;
}
.existing-procedure .cat-check-input .cat-lable {
    margin: 0
}
.existing-procedure .cat-check-input .cat-lable {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.match-detail-list {
    display: flex;
    gap: 2px 30px;
    flex-wrap: wrap;
    min-height: 22px;
}
    ul.match-detail-list li {
        font-weight: 700;
        text-transform: uppercase;
        padding-left: 15px;
        position: relative;
    }
        ul.match-detail-list li::before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            width: 8px;
            height: 8px;
            background: #00546c;
            border-radius: 50%;
        }
       
.crik-manage-table.large-input table tbody td > * {
    font-size: 14px;
    font-weight: 500;
    border-color: transparent;
    outline: none;
}
.domestic-card .d-card-middile-wrapper.middile-full-width {
    width: calc(100% - 76px);
}
.dashboard-wrapper .accordion-item,
.dashboard-wrapper .accordion-item button,
.accordion-flush .accordion-item .accordion-button, 
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 10px;
    font-weight: 700;
}
    .dashboard-wrapper .accordion-item button[data-bs-toggle][aria-expanded="true"] {
        border-radius: 10px 10px 0 0;
    }
.form-control:disabled, .form-control[readonly] {
    opacity: 0.7;
}
.cat-tbale thead th {
    border-top: 1px solid #00546C !important;
}
.crik-manage-table.radius-last-row table tbody tr:nth-last-child(2) td:first-child,
.crik-manage-table.radius-last-row table tbody tr:nth-last-child(2) td:last-child {
    border-radius: 0;
}
.crik-manage-table.radius-last-row table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}
.crik-manage-table.radius-last-row table tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.clock-container .dot-dot {
    padding: 23px 5px 0 5px;
    line-height: 1;
}
.user-match-card .match-title-wrapper {
    width: calc(100% - 45px);
    align-items: center;
    padding: 10px 15px;
    background-color: #017781;
}
.user-match-card .team-wrapper {
    width: calc(100% - 45px);
}
.user-match-card .d-card-btn-wrapper {
    max-width: unset;
}
.user-match-card .match-main-content {
    min-height: 150px;
}
.user-match-card .vartical-line {
    background-color: #FC5800;
    border-radius: 0px 10px 10px 0;
}
a.live-btn {
    user-select: none;
    border: 1px solid #00AC4F;
    padding: 0px 4px;
    font-size: 8px;
    font-weight: 800;
    border-radius: 2px;
    cursor: pointer;
    display: inline-flex;
    width: auto;
    align-items: center;
    justify-content: center;
}
    a.live-btn span.dot {
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: #DF2330;
        border-radius: 50%;
        margin-right: 3px;
        animation: pulse 1.5s infinite;

    }
@keyframes pulse {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.8);
    }
}
.user-match-card .match-title-wrapper h5 {
    font-size: 18px;
}
.user-match-card .match-bottom .cat-wrapper,
.user-match-card .match-bottom .market-wrapper {
    color: #00546C;
    background: #FFFF67;
    font-size: 10px;
    font-weight: 600;
    border-top: 1px solid #00546C;
}
    .user-match-card .match-bottom .cat-wrapper .cat-main,
    .user-match-card .match-bottom .market-wrapper .market-main {
        min-width: 65px;
        color: #ffffff;
        text-align: center;
        background: #824F2F;
        padding: 3px 6px;
        border-radius: 0 4px 4px 0;
    }
    .user-match-card .match-bottom .market-wrapper .market-main {
        background-color: #00546C;
    }
.user-match-card .match-bottom .seprator {
    border: 1px solid;
    align-self: stretch;
}
.user-match-card .match-bottom .bottom-left [class*="-main"] ~ div {
    align-items: center;
    width: calc(100% - 65px);
}
.cat-market-tbale-total {
    display: flex;
    flex-wrap: wrap;
}
    .cat-market-tbale-total > div {
        width: calc(33% - 0.3rem);
        font-size: 10px;
        font-weight: 600;
        text-align: center;
    }
        .cat-market-tbale-total > div.bg-primary {
            background-color: #00546C !important;
        }
        .cat-market-tbale-total > div:not(:first-child) {
            color: white;
            background-color: #0C7C73;
        }
.blue-btn-type {
    color: #00546C;
    font-size: 12px;
    font-weight: 800;
    padding: 8px;
    text-transform: uppercase;
    background-color: #83C6F4;
}
/* User Table CSS START */
.user-oddeven-table table {
    width: 100%;
}
.user-oddeven-table table thead {
    color: white;
    background: #00546c;
}
.user-oddeven-table table th,
.user-oddeven-table table td {
    padding: 5px 10px;
}
    .user-oddeven-table table th:first-child {
        border-top-left-radius: 6px;
    }
    .user-oddeven-table table th:last-child {
        border-top-right-radius: 6px;
    }
    .user-oddeven-table table tbody tr:last-child td:first-child {
        border-bottom-left-radius: 6px;
    }
    .user-oddeven-table table tbody tr:last-child td:last-child {
        border-bottom-right-radius: 6px;
    }

    .user-oddeven-table table td {
        color: #00546C;
        font-size: 10px;
        font-weight: 700;
        border: 1px solid #00546C;
        border-top: none;
    }
    tbody, td, tfoot, th, thead, tr {
    }
.user-oddeven-table table tbody tr:nth-child(even) {
    background: #E9E9E9;
}

.user-oddeven-table table td div {
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    line-height: normal;
}
.user-oddeven-table table .bg-total span {
    background: #D0E7D5;
    width: 100%;
    display: inline-block;
}
    .user-oddeven-table table td div small {
        display: block;
        line-height: 1;
        text-align: center;
        padding: 2px 5px;
    }
.user-oddeven-table table .bg-light-orange {
    background: #FEB7C6;
}
.user-oddeven-table table .bg-light-blue {
    background: #83C6F4;
}
.user-oddeven-table table .bg-total span {
    background: #D0E7D5;
}
.user-oddeven-table table .bg-total small {
    background-color: #B6D7BC
}
.topfixBtn {
    transform: translateY(-11px);
    position: static;
    top: 50px;
}
.btn-purple {
    border: none;
    outline: none;
    color: #ffffff;
    background: #9F41A4;
    text-transform: capitalize;
}
.topfixBtn .btn-purple {
    padding-top: 3px;
    border-radius: 0 0 10px 10px;
}

.toggle {
    position: relative;
    display: inline-block;
}

.toggle__input {
    display: none;
}

.toggle__label {
    display: block;
    width: 43px;
    height: 16px;
    background-color: #00AC4F;
    border-radius: 99px;
    cursor: pointer;
    margin: 0px;
    transition: background-color 0.3s ease;
}

.toggle__input:checked + .toggle__label {
    background-color: #D02430;
}

.toggle__input:checked + .toggle__label::after {
    left: 29px;
}

.toggle__label::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: left 0.3s ease;
}
.input-primary .choices {
    width: 100%;
}
.choices__list--dropdown .choices__item--selectable::after {
    display: none !important;
}
.input-primary .choices__list--dropdown .choices__item--selectable[data-select-text], .input-primary .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 10px;
}
.select-all-btn {
    display: block;
    width: 100%;
    padding: 6px 10px;
    border: none;
    background: #0d6efd;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 5px;
}

    .select-all-btn:hover {
        background: #0b5ed7;
    }
.crik-manage-table table tbody td a.table-link {
    font-size: 14px;
    color: #00674c !important;
    text-decoration: underline;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
    .crik-manage-table table tbody td a.table-link:hover {
        color: #043E54 !important
    }
.crik-manage-table table tbody td .font-14 {
    font-size: 14px !important
}
/* User Table CSS END */
.match-bottom {
    display: flex;
    align-items: center;
    border-top: 1px solid #00546c;
}
.cat-ttl-wrapper {
    display: flex;
    background: #ffff67;
    font-weight: 700;
    color: #00546c;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #00546c;
}
    .cat-ttl-wrapper > div {
        width: 50%;
        padding: 4px;
        text-align: center;
    }
    .cat-ttl-wrapper .cat-ttl {
        border-right: 1px solid #00546c;
    }
.select2-container--open .select2-results__group {
    background-color: #0c7c73;
    color: #fff;
    font-weight: bold;
    padding: 5px;
}
.select2-container--open .select2-results__option {
    padding-top: 0;
    padding-bottom: 0;
}
/* ---------------------------------------------------------------------------
                    New Dashboard CSS END 06/08/2025
------------------------------------------------------------------------------*/