@font-face {
    font-family: 'Segoe UI Light';
    src: url('../fonts/Segoe UI Light.eot');
    src: url('../fonts/Segoe UI Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI Light.woff2') format('woff2'), url('../fonts/Segoe UI Light.woff') format('woff'), url('../fonts/Segoe UI Light.svg#Segoe UI Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}


@font-face {
    font-family: 'Segoe UI Black';
    src: url('../fonts/Segoe UI Black.eot');
    src: url('../fonts/Segoe UI Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI Black.woff2') format('woff2'), url('../fonts/Segoe UI Black.woff') format('woff'), url('../fonts/Segoe UI Black.svg#Segoe UI Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}


@font-face { 
    font-family: 'Segoe UI Semibold';
    src: url('../fonts/Segoe UI Semibold.eot');
    src: url('../fonts/Segoe UI Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI Semibold.woff2') format('woff2'), url('../fonts/Segoe UI Semibold.woff') format('woff'), url('../fonts/Segoe UI Semibold.svg#Segoe UI Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}


@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/Segoe UI Semilight.eot');
    src: url('../fonts/Segoe UI Semilight.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI Semilight.woff2') format('woff2'), url('../fonts/Segoe UI Semilight.woff') format('woff'), url('../fonts/Segoe UI Semilight.svg#Segoe UI Semilight') format('svg');
    font-weight: 350;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}


@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/Segoe UI.eot');
    src: url('../fonts/Segoe UI.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI.woff2') format('woff2'), url('../fonts/Segoe UI.woff') format('woff'), url('../fonts/Segoe UI.svg#Segoe UI') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}

@font-face {
    font-family: 'Segoe UI Bold';
    src: url('../fonts/Segoe UI Bold.eot');
    src: url('../fonts/Segoe UI Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Segoe UI Bold.woff2') format('woff2'), url('../fonts/Segoe UI Bold.woff') format('woff'), url('../fonts/Segoe UI Bold.svg#Segoe UI Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}



body {
    font-family: 'Segoe UI';
    color: #000;
}

body, div, p, li, ul, ol, span, strong, h1, h2, h3, h4, h5, h6 {
    padding: 0px;
    margin: 0px;
}

button:focus, button:active, .btn-check:focus + .btn {
    outline: none;
    box-shadow: none !important;
}

a {
    text-decoration: none;
}

li, ul, ol {
    list-style: none;
}

button, button:focus, button:hover, button:active {
    outline: none;
}


header {
    background-color: #dcc7f1;
    padding: 10px 0;
}

    header .navbar-nav .nav-link {
        background-color: #F4F4F4;
        border-radius: 11px;
        margin-left: 15px;
        padding: 12px !important;
    }

    header .navbar-nav .nav-item {
        position: relative;
    }

        header .navbar-nav .nav-item .badge {
            width: 22px;
            height: 22px;
            font-size: 18px;
            font-family: 'Segoe UI Semibold';
            color: #fff;
            background-color: #3E59C1;
            border-radius: 100%;
            text-align: center;
            display: inline-block;
            padding: 0;
            line-height: 22px;
            position: absolute;
            top: -8px;
            right: -8px;
        }

.search-section form {
    position: relative;
    min-width: 300px;
    border-radius: 10px;
}

.container-fluid {
    padding: 0 30px 0 0 !important;
}


.search-section form input.form-control {
    border: none;
    background-color: transparent;
    font-size: 14px;
    padding: 12px 0px;
    padding-left: 20px;
    border-radius: 12px;
    color: #000;
}

    .search-section form input.form-control:focus {
        background-color: transparent;
        border: none;
        box-shadow: none;
        outline: none;
    }

header form .btn-search .fa-search {
    color: #3E59C1;
    font-size: 22px;
}


.search-section form .btn-search {
    min-width: 50px;
    color: #9BBB59;
}

.top-icons:hover {
    background-color: #3E59C1 !important;
    color: #fff !important;
}

header .top-icons:hover .fa-bell, header .top-icons:hover .fa-user {
    color: #fff !important;
}

.right-filter {
    display: flex;
    align-items: center;
}

.wrapper {
    margin: 0;
}

.dis-flex {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    justify-content: space-between;
}

.admin-panel-wrapper .left-vertical-menu-sec .left-vertical-menu {
    color: #0D0D12;
    font-size: 18px;
    text-align: left;
    min-width: 280px;
    padding: 8px 0px;
    border-radius: 0;
    align-items: center;
    align-content: center;
    align-self: center;
    transition: all 0.3s linear;
    cursor: pointer;
    position: relative;
    display: block;
    border-bottom: 1px solid #CBCBCB;
    text-decoration: none;
}

ul.left-vertical-menu-sec {
    padding: 0;
}

.admin-panel-wrapper .left-vertical-menu-sec li.parent-div-dropdown {
    position: relative;
}

    .admin-panel-wrapper .left-vertical-menu-sec li.parent-div-dropdown ul {
        display: none;
        margin-left: 0px !important;
        padding-left: 0;
        margin-top: 15px;
    }



        .admin-panel-wrapper .left-vertical-menu-sec li.parent-div-dropdown ul .left-vertical-menu.custom-width {
            min-width: 50px;
            width: 50px;
        }

    .admin-panel-wrapper .left-vertical-menu-sec li.parent-div-dropdown .fa-chevron-down {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(360deg);
        color: #1B1918;
        font-size: 14px;
    }


.left-vertical-menu.left-menu-sec.dropdown-menu-sec.active .fa-chevron-down {
    transform: translateY(-50%) rotate(180deg);
}

.admin-panel-wrapper .left-vertical-menu-sec .left-vertical-menu.dropdown-menu-sec.custom-width .fa-chevron-down {
    right: 0;
}


.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #9bbb59 !important;
}

.daterangepicker td.active, .daterangepicker td.active {
    color: white !important;
}

.admin-panel-wrapper .admin-panel-left-sec {
    padding: 20px 20px;
    background-color: #F7F7F7;
    transition: all 0.3s linear;
    position: fixed;
    overflow-y: auto;
    color: #0D0D12;
    height: 100vh;
    z-index: 9;
}

    .admin-panel-wrapper .admin-panel-left-sec::-webkit-scrollbar {
        width: 5px;
    }

    .admin-panel-wrapper .admin-panel-left-sec::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 20px #D4DDAE;
    }

    .admin-panel-wrapper .admin-panel-left-sec::-webkit-scrollbar-track {
        border-radius: 10px;
    }

.side-arrow-sec {
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    transition: all 0.3s linear;
    font-size: 24px;
    color: #fff;
}

.click-show {
    transition: all 0.3s linear;
    margin-left: 10px;
}

    .click-show.show {
        display: none;
        opacity: 0;
    }

.admin-panel-wrapper .left-vertical-menu-sec .left-vertical-menu.custom-width {
    min-width: 50px;
    width: 50px;
}

.side-arrow-sec.rotate {
    transform: rotate(180deg);
}



.top-heading {
    font-size: 24px;
    font-family: 'Segoe UI Semibold';
    align-items: center;
    align-content: center;
    align-self: center;
    margin-right: 25px;
}

.heading h4 {
    font-size: 24px;
    font-family: 'Segoe UI Semibold';
    line-height: 32px;
}

.heading p {
    color: #4E4E4E;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

.navbar-toggler .navbar-toggler-icon {
    color: #9BBB59;
}


/********************form section**************/

.form-wrapper-div {
    width: 100%;
    padding: 30px;
}

.admin-panel-right-sec {
    width: calc(100% - 370px);
    margin-left: 370px;
    transition: all 0.3s linear;
    margin-top: 30px
}

.admin-panel-wrapper.custom-width .admin-panel-right-sec {
    width: calc(100% - 100px);
    margin-left: 100px;
}

.form-wrapper-div .form-head {
    font-size: 20px;
    font-family: 'Segoe UI Semibold';
    color: #000;
}



.form-wrapper-div .form-btns {
    display: flex;
    justify-content: flex-end;
}

    .form-wrapper-div .form-btns .red-btn {
        border: 1px solid #FF0000;
        background-color: #F0E0E6;
        color: #f00;
        padding: 12px 25px;
        border-radius: 5px;
        font-size: 16px;
        font-family: 'Segoe UI Semibold';
        margin-right: 15px;
    }

.theme-btn {
    border: 1px solid #9BBB59;
    background-color: #9BBB59;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Segoe UI Semibold';
    transition: all 0.3s linear;
}

.border-theme-btn {
    color: #132c8e;
    border: 1px solid #132c8e;
    border-radius: 5px;
    transition: all 0.3s linear;
}

    .border-theme-btn:hover {
        background-color: #9BBB59;
        color: #fff;
    }

.sm-btn {
    padding: 5px 15px;
}

.form-wrapper-div .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #575757;
}

.form-wrapper-div .form-control {
    min-height: 60px;
    border-radius: 10px;
    border: 1px solid rgb(203, 203, 203);
    background-color: rgb(247, 247, 247);
    color: #000;
}

.form-wrapper-div .form-group {
    margin-bottom: 30px;
}

.form-wrapper-div form label {
    color: #000;
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 500;
}



.form-wrapper-div form {
    margin-top: 20px;
}

.product-listing-sec {
    background-color: #fff;
    border-radius: 10px;
}

    .product-listing-sec td {
        color: #000;
        font-size: 16px;
        border-bottom-width: 0px;
        padding: 15px;
    }

        .product-listing-sec td.prdt-img img {
            width: 40px;
            margin-right: 8px;
        }

        .product-listing-sec td.prdt-img {
            font-size: 14px;
        }

    .product-listing-sec th {
        color: #000;
        font-size: 14px;
        padding: 15px;
        line-height: 18px;
        background-color: #f7efff;
    }

.product-filter-sec {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 14px 0;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 0;
}

    .product-filter-sec .product-filter-head h4 {
        font-size: 24px;
        color: #575757;
        font-family: 'Segoe UI Semibold';
    }

    .product-filter-sec .product-filter {
        display: flex;
        align-content: center;
        align-items: center;
    }

        .product-filter-sec .product-filter label {
            min-width: fit-content;
            margin-right: 15px;
            font-size: 14px;
        }

        .product-filter-sec .product-filter select {
            min-width: 100px;
            border: 1px solid #CBCBCB;
            background-color: #f7f7f7;
            color: #000;
            font-size: 14px;
        }

            .product-filter-sec .product-filter select:focus {
                box-shadow: none;
                outline: none;
            }

.text-right {
    text-align: right;
}



.breadcrumb-sec ul li {
    display: inline-block;
    font-size: 18px;
}

    .breadcrumb-sec ul li a {
        color: #000;
    }

    .breadcrumb-sec ul li .fa-chevron-right {
        margin: 0 5px;
        display: inline-block;
        font-size: 14px;
    }

    .breadcrumb-sec ul li.active {
        color: #9BBB59;
    }

.table-wrapper {
    height: calc(100vh - 250px);
    overflow: auto;
}

    .table-wrapper::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }


.navbar-brand.logo .login-logo {
    max-width: 150px;
}

.table-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 20px #D4DDAE;
}

.table-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 20px #f7f7f7;
    border-radius: 10px;
}

.cmn-btn {
    padding: 4px 7px;
    font-size: 14px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 5px;
    transition: all 0.3s linear;
    background-color: #9BBB59;
    color: #fff;
}


.modal-body {
    max-height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .modal-body .form-wrapper-div {
        padding: 0 8px;
        padding-bottom: 22px;
    }

button.theme-btn.advance-filter-btn {
    background-color: #ECF3D7;
    border-color: #ECF3D7;
    color: #262626;
}

.cmn-btn:hover {
    background-color: #1B1918;
    color: #fff;
}

.row-advance {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    align-items: flex-end;
}

/************************View popup***********************/
.view-table-head .modal-title {
    font-size: 26px;
    font-family: 'Segoe UI Semibold';
    color: #fff;
}

.modal-dialog .modal-header .header-cls-btn {
    font-size: 32px;
    color: #fff;
}

.modal-title {
    color: #fff;
}

#frmChangePass .form-control {
    min-height: 50px;
    margin-bottom: 15px;
}

.modal-prdt-list-wrapper {
    margin: 15px 0;
}

    .modal-prdt-list-wrapper .prdt-content .progress {
        height: 5px;
        margin: 7px 0;
    }

        .modal-prdt-list-wrapper .prdt-content .progress .progress-bar {
            background-color: #4791FF;
        }

    .modal-prdt-list-wrapper .prdt-list-sec {
        display: flex;
        align-content: center;
        align-items: center;
        align-self: center;
        margin-bottom: 30px;
    }

        .modal-prdt-list-wrapper .prdt-list-sec .prdt-img {
            width: 100px;
            height: 75px;
            border-radius: 10px;
            overflow: hidden;
        }

            .modal-prdt-list-wrapper .prdt-list-sec .prdt-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .modal-prdt-list-wrapper .prdt-list-sec .prdt-content {
            width: calc(100% - 100px);
            margin-left: 20px;
        }

            .modal-prdt-list-wrapper .prdt-list-sec .prdt-content h4 {
                font-size: 24px;
                font-family: 'Segoe UI Semibold';
                color: #000000;
            }

            .modal-prdt-list-wrapper .prdt-list-sec .prdt-content p {
                color: #707070;
                font-size: 20px;
            }

.modal-header {
    background-color: #9BBB59;
    text-align: center;
    display: flex;
}

#Delete_exampleModal .modal-header h5 {
    font-size: 20px;
    color: #fff;
}

.alert-action-msg {
    text-align: center;
    margin: 20px 0;
}

    .alert-action-msg p {
        color: #4A4A4A;
        font-size: 14px;
    }

#Delete_exampleModal .modal-footer {
    border-top: none;
    text-align: center;
    justify-content: center;
}


.modal-delete-btn, .modal-delete-btn:hover {
    border: 1px solid #f00;
    background-color: #f00;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Segoe UI Semibold';
    transition: all 0.3s linear;
}

#Delete_exampleModal .modal-body {
    text-align: center;
    background-color: #000;
}

.checkbox-div .form-check-input:checked {
    background-color: #9BBB59;
    border-color: #9BBB59;
    box-shadow: none;
    outline: none;
    cursor: pointer;
}

.checkbox-div .form-check-input:focus {
    box-shadow: none;
    outline: none;
}

.checkbox-div label {
    cursor: pointer;
}




/*********************************Login Page*********************/

.login-page {
    height: 100vh;
    max-height: 100vh;
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
    background-color: #FAFAFA;
}


.login-form.password {
    max-width: 300px;
    margin: auto;
}


.form-heading {
    margin: 20px 0;
}

    .form-heading h4 {
        font-size: 35px;
        color: #000;
        font-family: 'Segoe UI Bold';
    }

    .form-heading p {
        font-size: 18px;
        margin: 10px 0;
    }

.login-form .form-control:focus {
    box-shadow: none;
    outline: 1px solid #9BBB59 !important;
    border-color: #9BBB59 !important;
    background-color: #e7ffb2 !important;
}

.login-form .form-label {
    font-size: 21px;
    font-family: 'Segoe UI Semibold';
}

.login-form .form-check-label {
    font-size: 21px;
}

.login-form .form-check .form-check-input {
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

.login-form .forget-link a {
    font-size: 21px;
    color: #686868;
}

.login-form .theme-btn {
    width: 300px;
    font-size: 26px;
    margin-top: 20px;
}

.login-form .have-account {
    font-size: 20px;
    color: #000;
}

    .login-form .have-account a {
        color: #000;
        font-family: 'Segoe UI Bold';
    }


/*****************notify-wrapper css**************/

.notify-wrapper {
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
    min-width: 300px;
    position: absolute;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
}

    .notify-wrapper h5 {
        text-align: center;
        padding: 10px;
        background-color: #EEF5FC;
        border-radius: 5px;
        font-size: 20px;
        color: #000;
        font-family: 'Segoe UI Semibold';
    }

.notify-sec {
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

    .notify-sec:last-child {
        border-bottom: none;
    }

.notify-content {
    padding-left: 50px;
    position: relative;
}

    .notify-content .notify-img {
        width: 40px;
        height: 40px;
        overflow: hidden;
        border-radius: 100%;
        margin-right: 10px;
        position: absolute;
        left: 0;
    }

        .notify-content .notify-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .notify-content .notify-msg p {
        color: #000;
    }

        .notify-content .notify-msg p span {
            font-family: 'Segoe UI Bold';
            color: #9BBB59;
        }

    .notify-content p.notify-time {
        font-size: 14px;
        color: #575757;
    }

.notify-wrapper .all-notification {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    color: #9BBB59;
    font-family: 'Segoe UI Semibold';
}

.notification-menu:hover .notify-wrapper {
    opacity: 1;
    visibility: visible;
}

.form-group {
    text-align: left;
}

.table-wrapper td {
    max-width: 400px;
}



    .table-wrapper td img {
        width: auto;
        height: 100px;
        text-align: center;
    }

input.form-check-input {
    padding: 10px;
}

.form-check-input:checked {
    background-color: #FC9702;
    border-color: #FC9702;
}

.form-check-input:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
}

.advance-filter-btn {
    margin-right: 20px;
}

    .advance-filter-btn i {
        padding-right: 10px;
    }



.filter-advance .product-filter select {
    width: fit-content;
    max-width: 250px;
    color: #000000;
}

label {
    margin-bottom: 4px;
}

.advance-data .product-filter select, .advance-data .form-select {
    max-width: 100%;
    width: 100% !important;
}


.cmn-btn {
    margin-top: 5px;
    display: inline-block;
}



.leagues-advanced-filter .product-filter select, .leagues-advanced-filter .form-select {
    max-width: 100%;
    width: 50%;
}

.form-select:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: inherit;
    color: #EAEAEA;
}

.filter-advance {
    display: flex;
    justify-content: space-between;
    margin: 15px 0px;
}

    .filter-advance .date-input .form-control {
        border: 1px solid #9BBB59;
        background-color: #474747;
        width: fit-content;
        color: #EAEAEA;
    }

    .filter-advance .date-input {
        display: flex;
    }

        .filter-advance .date-input .theme-btn {
            padding: 6px 12px;
        }

    .filter-advance .col {
        margin: 8px 0;
    }

.form-check .form-check-input {
    float: inherit;
    color: #EAEAEA;
}


.date-input input::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.form-select {
    font-size: 18px;
}


.search-section .btn {
    color: #eaeaea;
}


.form-check-input {
    background-color: #a1a1a1;
}


.form-check input:checked {
    background-color: #FC9702;
}



.modal-content {
    background-color: #fff;
}

#filter {
    display: none;
}

/********************************************* Alert Message ***************************************/

#divAlertMessage {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: 9999;
}

.alert-action-msg {
    text-align: center;
    margin: 20px 0;
}

    .alert-action-msg p {
        color: #4A4A4A;
        font-size: 14px;
    }

.table-page-pagination .page-item:not(:first-child) .page-link {
    margin-left: -1px;
    color: #000;
}

.table-page-pagination .theme-btn {
    padding: 7px;
    margin-left: 5px;
}

.table-page-pagination {
    margin-bottom: 55px;
    margin-top: 10px;
}

    .table-page-pagination .input-group-page {
        margin: 0 5px;
    }

    .table-page-pagination .form-control {
        width: 67px;
    }

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #9bbb59;
    border-color: #9bbb59;
}

thead {
    background-color: #ECF3D7;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent !important;
}

.product-listing-sec th {
    font-size: 14px;
    padding: 14px 10px !important;
}

.table-page-pagination .page-next.text-center {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}

/*.select2-container--default .select2-selection--single {
    border: 1px solid #9BBB59;
    background-color: #474747;
    width: fit-content;
    max-width: 400px;
    color: #EAEAEA;
    min-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 10px;
    padding-right: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 43px;
    padding-top: 5px;
}*/

.select2-container--default .select2-selection--single {
    border: 1px solid #000000;
    border-radius: 10px !important;
    height: 50px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #000000 !important;
        line-height: 44px !important;
    }


    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #eaeaea;
        line-height: normal;
        width: 400px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        background-image: url(../images/select.png);
    }

    /*.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 60%;
    right: 1px;
    width: 20px;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}*/
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 12px !important;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            display: none;
        }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #9BBB59;
}

.select2-results__option--selectable {
    color: #000;
}

span.select2-dropdown.select2-dropdown--above {
    width: 248px !important;
}

.select2-dropdown.select2-dropdown--below {
    min-width: 300px !important;
}

.select2.select2-container.select2-container--default {
    min-width: 300px !important;
}

.form-select {
    min-width: 100px;
    border: 1px solid #9BBB59;
    background-color: #fff;
    color: #000;
}

.text-box {
    min-width: 100px;
    border: 1px solid #9BBB59;
    background-color: #474747;
    color: #EAEAEA;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.form-wrapper-div form label {
    display: block;
}

.plus-icon {
    text-align: end;
}

.table-page-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #9BBB59;
    border-color: #9BBB59;
}

/* file upload button */
input[type="file"]::file-selector-button {
    border-radius: 10px;
    color: white;
    padding: 0 14px;
    height: 50px;
    cursor: pointer;
    background-color: #9BBB59;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    margin-right: 16px;
    transition: background-color 200ms;
}

.img.user-profile-pic {
    margin-top: 10px;
}
/* file upload button hover state */
input[type="file"]::file-selector-button:hover {
    background-color: #9BBB59;
}

/* file upload button active state */
input[type="file"]::file-selector-button:active {
    background-color: #9BBB59;
}

.product-listing-sec-popup th {
    color: #EAEAEA;
    font-size: 14px;
    padding: 15px;
    line-height: 18px;
    background-color: #474747;
}

.hide_password-icn {
    position: relative;
}

    .hide_password-icn .input-group-addon {
        position: absolute;
        top: 55%;
        right: 20px;
    }

        .hide_password-icn .input-group-addon a {
            color: #818181;
        }


    .hide_password-icn .fa-eye-slash:before {
        content: "\f070";
        position: absolute;
    }

    .hide_password-icn .fa-eye:before {
        content: "\f06e";
        display: none;
    }

.update-profile-sec {
    margin-top: 20px;
}


.parent-checkbx-sec {
    margin-bottom: 10px;
}

.child-checkbx-sec {
    margin-left: 15px;
}



.form-group .child-checkbx-sec {
    margin-left: 20px;
}


.assign-checkbox .control-group {
    min-height: 200px;
    background-color: #F7F7F7;
    padding: 10px 10px;
    margin: 8px 0px;
    border-radius: 10px;
}



.form-check-div-sec .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
}

    .form-check-div-sec .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.form-check-div-sec .control__indicator {
    border-radius: 3px;
    border: 1px solid #9bbb59;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
}





.form-check-div-sec .control input:checked ~ .control__indicator {
    background: #9BBB59;
}



.form-check-div-sec .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.form-check-div-sec .control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.form-check-div-sec .control input:checked ~ .control__indicator:after {
    display: block;
}

.form-check-div-sec .control--checkbox .control__indicator:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.form-check-div-sec .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.action-helper {
    min-width: 265px;
}


.check-box-td .admin-panel-right-sec .form-group label {
    margin-bottom: 10px;
}

.check-box-td .form-check-div-sec .control {
    display: inline-block;
}

#formAddAssignAccess .form-group {
    display: grid;
    grid-template-columns: auto auto auto;
}



..form-control {
    border: 1px solid #434343;
    font-size: 14px;
    height: 39px;
}

input.search-team, input.search-players {
    background-color: #474747;
    border: 1px solid #9BBB59;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

textarea:focus, input:focus {
    color: #fff;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    color: black;
}

.div-team-master, .div-player-master {
    margin-bottom: 10px;
    font-size: 18px;
}

    .div-team-master input#AddTeamDrp, .div-player-master input#AddPlayerDrp {
        width: 20px;
        height: 20px;
    }

input[type=checkbox] {
    accent-color: #9BBB59;
}

div#match_teams\ row, #match_teams_players\ row {
    column-count: 3;
}

.left-vertical-menu-sec li {
    margin-bottom: 15px;
}


.admin-menu-access {
    margin-top: 16px;
}

.searh-keyword {
    margin-bottom: 15px;
}

#formAddEditMatch .field-validation-error {
    display: none;
}


.pic-banners {
    width: 80% !important;
    height: auto !important;
}

span.img-dim {
    color: #9BBB59;
    font-family: 'Segoe UI Semibold';
    padding-left: 5px;
}





::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

label.chngpwd {
    font-size: 20px;
}

.select2-container--default .select2-selection--single {
    max-width: 306px;
}


.search-section.form-data form {
    position: relative;
    float: inline-end;
    background-color: transparent;
}

.table-page-pagination .page-item:not(:first-child) .page-link {
    border-radius: 0 3px 3px 0;
}

.input-group-page.dis-flex {
    margin-top: -1px;
}

.search-section form {
    height: 40px;
}

.advance-filter .theme-btn, .form-btns .theme-btn, .red .theme-btn {
    padding: 8px 20px;
}

.red .theme-btn {
    padding: 5px 10px;
    margin-right: 5px;
}

tbody tr {
    border-bottom: 1px solid #CBCBCB;
}

form#form-search-keyword {
    border-radius: 6px;
    border: 1px solid #CBCBCB;
    background-color: #f7f7f7;
}




.modal-body .form-wrapper-div .form-select {
    min-height: 50px;
}

.form-wrapper-div .form-select {
    min-width: 100px;
    border: 1px solid rgb(203, 203, 203);
    background-color: rgb(247, 247, 247);
    color: #000;
    min-height: 60px;
    border-radius: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 6px;
    margin-right: 8px;
    opacity: 1;
    font-size: 20px;
    color: #000;
    z-index: 99;
    filter: invert(0.1);
    text-decoration-color: #000;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    border-radius: 6px;
    margin-right: 8px;
    opacity: 1;
    font-size: 20px;
    color: #000;
    z-index: 99;
    filter: invert(0.1);
    text-decoration-color: #000;
}
.upload-page .form-btns .theme-btn {
    padding: 8px 30px;
    font-size: 22px;
}

.upload-page {
    background-color: #dcc7f1;
    width: fit-content;
    border: 1px solid #a552f5;
    border-radius: 20px;
    padding: 40px;
    width: 900px;
    height: 350px;
}

    .upload-page label {
        display: block;
        font-size: 18px;
        padding-bottom: 4px;
    }

    .upload-page .form-group {
        margin-bottom: 15px;
    }

.productfile-list {
    display: flex;
    justify-content: center;
}

.inputs-file-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productfile-list .form-btns {
    text-align: center;
    margin-top: 50px;
}

.extra-data .heading {
    background-color: #f7efff;
    padding: 5px 0px;
    margin-bottom: 15px;
}

.extra-data .form-control {
    background-color: #f7efff;
}

.leagues-advanced-filter.filtervalue .product-filter select, .leagues-advanced-filter .form-select {
    width: fit-content;
}

.table-page-pagination.text-center {
    width: calc(100% - 370px);
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination.pg-teal {
    margin-bottom: 0;
    margin-left: 12px;
}

.login-form .form-control {
    min-height: 70px;
    background-color: #F7F7F7 !important;
    font-size: 24px !important;
    border: 2px solid #bdbdbd;
    color: #000000;
    border-radius: 10px;
    min-height: 70px !important;
}

.data-listing-section thead {
    position: sticky;
    top: 0;
    z-index: 99;
}

#formAddCompanyAssignAccess .form-group {
    display: grid;
    grid-template-columns: auto auto auto;
}

a.theme-btn:hover {
    color: #fff;
}

th {
    color: #000 !important;
}



#order-item-table thead {
    position: relative !important;
    z-index: -0 !important;
}

.row-dashbord h2, .map-view h2 {
    font-size: 20px;
}

.row-dashbord h3 {
    font-size: 14px;
}

.row-dashbord span {
    font-size: 14px;
}

header {
    display: none;
}


/*a.theme-btn.excel.export-Detail-btn {
    background-color: #21A366;
    text-decoration: none;
    border-color: #21A366;
}*/

/*//////////////////////////*/

a.theme-btn.export-excle-btn {
    background-color: #21A366;
    text-decoration: none;
    border-color: #21A366;
}

.toggle-password-icon {
    position: absolute;
    top: 73%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    font-size: 16px;
}


/*/////////////////////////*/


.row.table-container {
    min-height: 250px;
}

.table-scroll-container {
    max-height: 370px;
    overflow-y: auto;
    border: inherit !important;
    border-radius: 4px;
}

.table-half h5 {
    margin-bottom: 8px;
}

.modal-body {
    padding-bottom: 300px;
}

.login-page.forget-password {
    background-color: #F7F7F7;
    max-width: 650px;
    margin: auto;
    height: fit-content;
    margin-top: 60px;
    padding: 48px;
    border-radius: 26px;
}

    .login-page.forget-password .theme-btn {
        margin-top: 0;
    }


.modal-body {
    padding: 0 8px 30px 8px !important;
}



.modal-header {
    padding: 0px 16px !important;
}

.sweet-alert button.cancel {
    background-color: #9bbb59;
}


.table-scroll-container {
    max-height: 380px !important;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}


#AddEditTopSellingItemsModal .modal-body {
    overflow: hidden !important;
}


#AddEditTopSellingItemsModal tbody tr {
    border: transparent;
    background-color: #9bbb5938;
    margin-bottom: 10px;
    display: block;
    padding: 4px 4px;
    border-radius: 12px;
    color: #000;
}

/*/////////////////////////////*/

.select2-container {
    z-index: 1055;
    min-width: 100%
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    min-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 0;
    line-height: 45px !important;
}

span.select2-selection.select2-selection--single {
    min-width: 370px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: inline !important;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--single {
    background-color: #f7f7f7 !important;
    border: 1px solid #aaa;
    border-radius: 4px;
}




.nav-tabs {
    border-bottom: none !important;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        color: #000000;
        background-color: #edf3d9 !important;
        border-color: transparent !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        margin-right: 15px;
    }


        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.tab:hover {
            color: #ffffff !important;
            background-color: #a1ba66 !important;
            border-color: transparent !important;
            border-radius: 30px !important;
            font-weight: 600 !important;
        }



.modal-dialog.modal-dialog-centered.modal-lg.model-fix {
    max-width: 1010px;
}

.modal-body.model-fix {
    max-height: 800px;
}


.modal-dialog.modal-dialog-centered.modal-lg.model-fix-pro {
    max-width: 1400px;
}

.modal-body.model-fix-pro {
    max-height: 675px;
}


span.select2-selection.select2-selection--single.select2-selection--clearable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




/*---------------Add All page CSS-------------------*/


/*##########-Dashboard-################*/

.main-dashboard {
    flex: 1;
    padding: 0;
    background-color: #ffffff;
}

.card-dashboards-dashboard {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 20px 0;
}

.card-dashboard {
    background-color: #ECF3D7 !important;
    color: #000;
    padding: 20px;
    flex: 1;
    min-width: 180px;
    border-radius: 8px;
    text-align: center;
}

    .card-dashboard option {
        color: #000;
    }

    .card-dashboard h3 {
        font-size: 44px;
    }




.heading-row-dashboard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .heading-row-dashboard h2 {
        font-size: 20px;
        margin: 0;
    }

    .heading-row-dashboard select {
        padding: 10px 9px;
        font-size: 16px;
        border-radius: 10px;
        width: fit-content;
        color:black !important;
    }


/*
##############-Company-##############*/

.advance-filter.company {
    margin-right: 22px;
}


/*##############-Farmer-##############*/

.col-md-6.farmer_details {
    display: inline-flex;
}

.lable.farmer_details {
    font-weight: bold;
    padding-right: 4px;
}

/*##############-NutritionHistory-##############*/

.report-container.nutrition-nistory {
    max-width: 1400px;
    margin: auto;
    padding: 20px;
}

.h5.nutrition-nistory {
    color: #2c7a7b;
    margin-top: 0;
}

.images.nutrition-nistory {
    display: flex;
    gap: 60px;
    margin-bottom: 30px;
}

    .images.nutrition-nistory img {
        width: 30%;
        border-radius: 10px;
        object-fit: cover;
        height: auto;
        max-height:350px;
    }

.tables-row.nutrition-nistory {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
}

.table-nutrition-nistory {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border: none;
}

.th-nutrition-nistory {
    font-size: 14px;
    padding: 8px;
    text-align: left;
    min-width: 50px;
    word-wrap: break-word;
    white-space: normal;
    border: none;
}

.td-nutrition-nistory {
    padding: 8px;
    text-align: left;
    min-width: 50px;
    word-wrap: break-word;
    white-space: normal;
    border: none;
}

.section-nutrition-nistory .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

    .section-nutrition-nistory .row span {
        flex: 1 1 30%;
        min-width: 200px;
        margin-right: 20px;
        margin: 5px;
    }

.report-container.nutrition-nistory.modal-open {
    filter: blur(3px);
    transition: filter 0.3s ease-in-out;
}

/*####-Nutrition Index-######*/

select#farmerDrp, select#cattleDrp {
    width: 240px;
}

span.select2-selection.select2-selection--single {
    min-width: auto;
}

span.select2-selection__placeholder {
    color: #000000 !important;
}

select#farmerDrp, select#cattleDrp, select#farmerDrp2 {
    width: 306px;
    height: 50px;
    border: 1px solid #aaa;
    border-radius: 10PX;
    color: #000000;
    font-size: 16px;
}

.listing-table.nutrition table,
.listing-table.nutrition th,
.listing-table.nutrition td {
    border: none;
}


/*##############-Order-##############*/

.order-status-update.button {
    height: 50px;
    border-radius: 10px;
    color: white;
    background: #9BBB59;
}

/*##############-Top Selling Product-##############*/

.table-container.top-product {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}

.table-half.top-product {
    flex: 1;
    min-width: 300px;
}

.divider.top-product {
    width: 2px;
    background-color: #ccc;
    padding: 1px;
}

.table-half.top-product h5 {
    margin-bottom: 15px;
}

.btn-save-container.top-product {
    width: fit-content;
    margin-top: 20px;
    text-align: left;
}

.search-input.top-product {
    margin-bottom: 10px;
}


/*##############-Sub Admin-##############*/

.col-5-fixed.assignaccess {
    flex: 0 0 20%;
    max-width: 20%;
}

.modal-lg.assignaccess {
    max-width: 88%;
}

.modal-body.assignaccess-body {
    min-height: 100% !important;
    max-height:max-content !important;
    padding: 0 8px 0px 8px !important;
}

.form-sec .theme-btn {
    margin-right: 13px;
}
