@font-face {
    font-family: "Lato";
    src: url("/assets/font/Lato-Bold.woff2") format("woff2"),
        url("/assets/font/Lato-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/assets/font/Lato-Regular.woff2") format("woff2"),
        url("/assets/font/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    src: url("/assets/font/Lato-Light.woff2") format("woff2"),
        url("/assets/font/Lato-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato" !important;
}

.main_header_section {
    height: 60px;
    width: calc(100% - 240px);
    padding: 5px 20px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
}

.header_left_box {
    text-align: center;
    margin-bottom: 20px;
}

.dash_logo {
    width: 160px;
    margin-bottom: 20px;
}

button.header_drop_btn.dropdown-toggle {
    border: none;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: end;
    float: right;
    font-weight: bold;
    color: #202b47;
    font-family: "Lato" !important;
    font-size: 16px;
}

button.header_drop_btn.dropdown-toggle img {
    height: 24px;
    width: 24px;
    border-radius: 2px;
    object-position: top;
    margin-right: 12px;
}

.header_drop_btn.dropdown-toggle::after {
    display: inline-block;
    margin-left: 13px !important;
    color: #202b47;
}

.header_search_box {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
}

.header_search_box input {
    height: 30px;
    width: 250px;
    color: #00000038;
    font-weight: normal;
    font-size: 15px;
    border: none;
    padding-left: 30px;
}

.input_search {
    position: absolute;
    left: 0;
    color: #202b47;
    height: 15px;
    cursor: pointer;
}

.header_admin_drop {
    min-width: 250px !important;
    box-shadow: 0px 0px 4px 0px #0000001c;
    border: 1px solid #f4f7ff !important;
    border-radius: 5px !important;
    padding: 0px !important;
    left: -20px !important;
}

.admin_profile_box {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 5px !important;
}

.admin_profile_box img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    object-position: top;
    margin-right: 15px;
}

.admin_profile_box h3 {
    color: #202b47;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.admin_profile_box a {
    color: #91929e;
    font-size: 14px;
    font-weight: normal;
}

.admin_profile_box a:hover {
    color: #91929e;
    text-decoration: none;
}

.profile_logout_btn {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #f4f7ff;
}

.profile_logout_btn .Profile_bor {
    border-right: 2px solid #202b47;
}

.profile_logout_btn .dropdown-item {
    font-weight: normal !important;
    font-size: 15px;
    color: #202b47;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.profile_logout_btn .dropdown-item:hover {
    background-color: #f4f7ff;
    color: #202b47 !important;
}

/* login_main_section **********************/

.login_main_section {
    background-color: #f4f7ff;
    width: 100%;
    height: 100vh;
}
.login_left_box {
    position: relative;
    background-image: url("../../assets/images/login-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_left_box img {
    width: 150px;
    z-index: 9;
    position: relative;
    border-radius: 12px;
}

.login_img_overflow {
    content: "";
    background-color: #00000090;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.login_right_box .logo {
    width: 250px;
}

.login_right_box {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login_form_box {
    width: 65%;
    margin: auto;
}

.login_logo_img {
    text-align: center;
    margin-bottom: 40px;
}

.login_form_box h3 {
    color: #202b47;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
    margin-bottom: 5px;
}

.login_form_box p {
    color: #202b47b2;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
}

.login_input_box {
    margin-bottom: 20px;
    position: relative;
}

.password_show {
    position: relative;
}

.password_eye_icon {
    position: absolute;
    right: 14px;
    bottom: 11px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    color: #8f9098;
}

.login_input_box input {
    height: 45px;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    padding: 0px 40px 0px 20px;
    color: #a5a5a5;
    width: 100%;
}

.Sign_in_btn {
    border: none;
    background-color: #52008e;
    color: #fff;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    .login_left_box img {
        height: 650px;
        object-fit: cover;
    }

    .login_main_section {
        height: auto;
    }

    .login_right_box {
        height: auto;
        background-color: #fff;
        margin-top: -20px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 50px 0px;
    }
}

@media (max-width: 600px) {
    .login_left_box img {
        height: 400px;
        object-fit: cover;
    }

    .login_right_box {
        padding: 20px 0px;
    }

    .login_form_box {
        width: 90%;
        margin: auto;
    }

    .login_logo_img {
        text-align: center;
        margin-bottom: 30px;
    }

    .login_right_box .logo {
        height: 85px;
    }

    .login_form_box h3 {
        font-size: 25px;
    }

    .login_form_box p {
        font-size: 14px;
    }
}

/* .main_sidebar_section **************************/
.main_sidebar_section {
    position: fixed;
    width: 240px;
    background-color: #52008e;
    top: 0px;
    height: 100%;
    padding: 20px 0px;
    overflow: auto;
}

.sidebar_menu {
    padding: 0;
    margin: 0;
}

.sidebar_menu li {
    list-style: none;
    /* border-bottom: 1px solid #1a1b40; */
}

.sidebar_menu li a:hover {
    background-color: #8938c7;
    border-left: 4px solid #ffffff;
}

.sidebar_menu .active {
    background-color: #8d42c5;
    border-left: 4px solid #ffffff;
}

.sidebar_menu li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    font-weight: normal;
    border-radius: 0px !important;
    padding: 17px 20px !important;
    border-bottom: 1px dashed #f3f3f3;
}

.sidebar_menu li:last-child a {
    border-bottom: 0px solid #334062 !important;
}

.sidebar_menu li:hover a {
    color: #ffffff;
}

.sidebar_menu .active a {
    color: #ffffff;
}

.sidebar_menu li a img {
    height: 20px;
    margin-right: 8px;
}

.sidebar_menu li a:hover {
    text-decoration: none;
}

#sidebarScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #52008e;
    border-radius: 10px;
    background-color: #f5f5f5;
}

#sidebarScroll::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

#sidebarScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #52008e;
    background-color: #52008e;
}

.card_drop .btn.btn-header-link {
    padding: 0;
}

.sidebar_drop_body {
    padding: 0 !important;
}

.sidebar_drop_body li {
    border-bottom: none;
}

.sidebar_drop_body li a {
    padding-left: 45px !important;
}

#main .card_drop .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    float: right;
    margin-left: 30px;
    padding-top: 4px;
    font-size: 18px;
    line-height: 0;
    right: 20px;
    position: absolute;
}

#main .card_drop .btn-header-link.collapsed:after {
    content: "\f106";
}

.btn.focus,
.btn:focus {
    box-shadow: none !important;
}

a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/* main_container_section ****************************/
.main_container_section {
    width: calc(100% - 240px);
    padding: 10px 10px;
    transition: all 0.3s;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #f8f9fa;
    height: calc(100% - 60px);
    overflow: auto;
}

.content-area {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    border: 1px solid #eeeeee;
    box-shadow: 0px 0px 7px 0px #00000000;
    position: relative;
}

.content-area h1 {
    color: #202b47;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    position: relative;
}

.content-area h1::before {
    position: absolute;
    left: 0;
    top: 30px;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #0bddc8;
    border-radius: 5px;
}

.back_arrow:hover {
    text-decoration: none;
}

.back_arrow img {
    position: absolute;
    top: 24px;
    left: -15px;
    height: 28px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem #ced4da !important;
}

.table_main_section {
    background-color: #ffffff;
    margin-bottom: 30px;
}

.table_thead {
    background-color: #f4f7ff;
    border: 0px solid #f4f7ff !important;
}

.table_thead th:first-child {
    border-top-left-radius: 7px;
}

.table_thead th:last-child {
    border-top-right-radius: 7px;
}

.table_main_section .table th {
    border: none !important;
    font-weight: bold;
    font-size: 15px;
    color: #202b47;
}

.table_main_section .table td {
    color: #202b47b2;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}

.table_tbody {
    border: 1px solid #e2eaff;
    border-bottom: 0px;
}

.table_main_section .table-responsive {
    border-radius: 10px;
    border-bottom: 1px solid #e2eaff;
    margin-bottom: 10px;
}

.table_main_section .table {
    margin: 0px;
    width: 100% !important;
    margin-bottom: 1px;
}

.table_thead .th_Address {
    width: 400px;
    min-width: 400px;
}

.table_view_icon {
    display: flex;
    align-items: center;
}

.table_view_icon a {
    text-decoration: none;
}

.table_view_icon a:hover {
    text-decoration: none;
}

.table_view_icon img {
    height: 17px;
    cursor: pointer;
}

.dataTables_length label select {
    width: auto;
    padding: 0px 10px 0px 0px;
    height: 35px;
}

.tr_bg_color {
    background-color: #202b47;
}

.tr_bg_color .total_text {
    font-weight: bold !important;
    font-size: 18px !important;
}

.tr_bg_color td {
    color: #ffffff !important;
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
    background-color: #cfcfcf;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #52008e;
}

.arror_text {
    color: #ff0000de !important;
    font-weight: normal;
    font-size: 14px !important;
    margin: 0px !important;
    padding-left: 5px;
}

.text_green_td {
    color: #34c201 !important;
    font-weight: bold !important;
}

.text_red_td {
    color: #ff0000 !important;
}

.td_status {
    display: inline-block;
    background-color: #ffaaaa26;
    border: 1px solid #ff0000;
    color: #ff0000;
    margin: 0;
    text-align: center;
    padding: 5px 15px;
    border-radius: 15px;
}

.view_icon_table {
    margin-right: 10px;
}

.web-header {
    display: block;
    width: 100%;
}

.mob-header {
    display: none;
}

.close-icon {
    display: none;
}

.profile_image_box {
    margin-bottom: 30px;
}

.profile_image_box img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-position: top;
    object-fit: cover;
}

.input_box {
    margin-bottom: 20px;
}

.input_box label {
    color: #202b47;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    display: block;
}

.input_box input,
select {
    border: 1px solid #202b4726;
    color: #202b47b2;
    height: 38px;
    border-radius: 5px;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    padding: 4px 15px;
}

.input_box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 14px;
    background-size: 13px;
    cursor: pointer;
    background-image: url(../images/drop-icon.png);
}

.heading_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.save_btn {
    background-color: #52008e;
    border: none;
    color: #fff;
    font-weight: normal;
    line-height: 19px;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.add_btn {
    background-color: #202b47;
    border: none;
    color: #fff;
    font-weight: normal;
    line-height: 19px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.add_btn:hover {
    color: #fff;
    text-decoration: none;
}

.add_btn img {
    height: 17px;
    margin-right: 8px;
}

.right_btn_box {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 20px;
}

.br-upload input {
    display: none;
}

.upload-label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.upload-label .upload-label-icon {
    height: 38px;
    margin-right: 10px;
}

.select_img_pro h4 {
    color: #202b47b2;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}

.select_img_pro p {
    color: #ff0000;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.upload_img_show {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.upload_img_show .select_image {
    width: 70px;
    border: 1px solid #e6e6e6;
    padding: 0px;
    border-radius: 10px;
    object-fit: scale-down;
    height: 70px;
}

.edit_image {
    position: relative;
}

.edit_select_img {
    height: 20px;
    z-index: 9;
    cursor: pointer;
    margin-right: 6px;
}

.cancel_icon {
    text-align: center;
    text-align: center;
    position: absolute;
    top: -13px;
    right: -10px;
}

.cancle_select_img {
    height: 20px;
    cursor: pointer;
}

.input--file {
    cursor: pointer;
    display: inline-block;
    width: 30px;
}

.input--file input {
    padding: 0px;
    cursor: pointer;
}

.input--file input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    height: auto;
    width: inherit;
}

/* Rounded sliders */

.switch_togal {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
    margin: 0;
}

.switch_togal .switch_togal_input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider_togal {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -3px;
    right: 0;
    bottom: 0;
    background-color: #e6e6e6;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider_togal:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.switch_togal_input:checked + .slider_togal {
    background-color: #34c201;
}

.switch_togal_input:checked + .slider_togal:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider_togal.round {
    border-radius: 34px;
}

.slider_togal.round:before {
    border-radius: 50%;
}

.td_Customer_image img {
    width: 35px;
    height: 35px;
    border-radius: 7px;
    object-fit: cover;
    object-position: top;
}

.Good_Quality {
    display: flex;
    align-items: center;
    column-gap: 40px;
    margin-left: 10px;
}

.Good_Quality label {
    margin-bottom: 15px !important;
}

#faqGarment .card {
    margin-bottom: 30px;
    border: none !important;
    border-radius: 0px !important;
}

.garment_drop {
    background-color: #202b47;
    border-radius: 6px;
    position: relative;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #202b47;
}

#faqGarment .Garment_Details_box {
    border: 1px solid #202b47;
    border-radius: 6px;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    padding: 15px 0px;
    padding-bottom: 0px;
}

#main .garment_drop .Garment_Detail_btn:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    float: right;
    margin-left: 30px;
    padding-top: 4px;
    font-size: 18px;
    line-height: 0;
    top: 19px;
    right: 15px;
    position: absolute;
    color: #ffffff;
}

#main .garment_drop .Garment_Detail_btn.collapsed:after {
    content: "\f106";
}

.garment_drop .Garment_Detail_btn {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 22px;
    display: flex;
    align-items: center;
    width: 100%;
}

.garment_drop .Garment_Detail_btn:hover {
    color: #fff;
    text-decoration: none;
}

.garment_drop img {
    height: 16px;
    margin-right: 10px;
}

.item_name_box {
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px 20px;
    box-shadow: 0px 7px 8px 2px #00000008;
}

.item_name_box1 {
    border-right: 1px solid #d6b882;
    padding-right: 25px;
    display: inline-block;
}

.item_name_box .item_name_box1:last-child {
    border-right: 0px !important;
}

.item_name_box1 .item_name {
    margin: 0;
    font-size: 16px;
    color: #202b47;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 6px;
}

.item_name_box1 .item_Shirt {
    margin: 0;
    font-size: 14px;
    color: #202b47b2;
    font-weight: normal;
    line-height: 20px;
}

.upload_Garment_image {
    display: flex;
    column-gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    box-shadow: 0px 7px 8px 2px #00000008;
    padding: 10px 20px;
}

.garment_img_box {
    width: 34%;
}

.voice_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    width: 66%;
    border-right: none !important;
}

.upload_Garment_img {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.upload_Garment_img img {
    width: 47px;
    padding: 0px;
    border-radius: 7px;
    object-fit: scale-down;
    height: 47px;
}

.Upper_body_Measurement_box p {
    color: #202b47;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.upper_size_box {
    display: flex;
    align-items: center;
    width: 70px;
    justify-content: space-between;
}

.upper_size_box .size_name {
    color: #202b47cc;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    line-height: 19px;
    padding-left: 0px;
}

.upper_size_box .size_no {
    color: #202b47cc;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    line-height: 20px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 3px 8px;
}

.Upper_body_Measurement_box .item_name_box {
    row-gap: 15px;
    padding-bottom: 20px;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
    background-color: #e7e7e7;
    color: #202b47;
}

.audio_box {
    padding: 5px;
    width: 240px;
}

.scanner_qr img {
    height: 85px;
    width: 85px;
    border-radius: 5px;
}

.running_Order_tab_box {
    background-color: #f4f7ff;
    padding: 8px 10px !important;
    border-radius: 30px;
    border: none !important;
}

.running_Order_tab_box .nav-item.show .nav-link,
.running_Order_tab_box .nav-link.active {
    background-color: #202b47 !important;
    border: none !important;
    color: #fff !important;
}

.running_Order_tab_box .nav-link {
    color: #202b47 !important;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 8px 15px !important;
    border: none !important;
    border-radius: 30px !important;
}

.dataTables_processing {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
}

.dataTables_info {
    display: inline-block;
    position: absolute;
    bottom: -30px;
    left: 20px;
}

.dataTables_paginate {
    display: inline-block;
    position: absolute;
    bottom: -40px;
    right: 10px;
}

.paginate_button {
    color: #202b47b2 !important;
    font-weight: normal;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}

.paginate_button {
    text-decoration: none !important;
    color: #202b47 !important;
}

span a.paginate_button {
    background-color: #ffffff;
    color: #202b47 !important;
    height: 35px !important;
    width: 35px;
    border-radius: 50%;
    box-shadow: 0px 0px 6px #d7d7d7;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
    padding-right: 3px;
}

span a.paginate_button.current {
    background-color: #202b47 !important;
    color: #ffffff !important;
}

#orderDeleteModal .modal-dialog {
    max-width: 350px !important;
}

.deleteModalHeader {
    background-color: #d6b882;
}

.delete_modal_body p {
    color: #202b47;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: 0;
}

.modal-header.deleteModalHeader {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.deleteModalHeader .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
}

.delete_modal_footer {
    border: none !important;
    justify-content: center !important;
    padding-top: 0px !important;
    padding-bottom: 20px !important;
}

.Confirm_btn {
    background-color: #202b47;
    padding: 8px 30px;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 10px;
    text-align: center;
    margin: 0px !important;
    margin-right: 30px !important;
}

.Cancel_btn {
    background-color: #ffffff;
    padding: 7px 30px;
    border: 1px solid #202b47;
    color: #202b47;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 10px;
    margin: 0px !important;
}

.modal-body.delete_modal_body {
    padding: 30px 20px;
}

.deleteModalHeader .close {
    color: #ffffff;
    opacity: 1;
}

.deleteModalHeader .close:hover {
    color: #fff;
    opacity: 1 !important;
}

#orderDeleteModal .modal-content {
    border: none !important;
    border-radius: 10px !important;
}

.MF_id_td input {
    border: 1px solid #202b471a;
    border-radius: 6px;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #202b47b2;
}

.date_filter_box {
    display: flex;
    align-items: center;
}

.date_filter_box h3 {
    color: #202b47;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 2px solid #d6b882;
}

.btnCal-wrp input {
    border: 1px solid #202b4726;
    color: #91929e;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    border-radius: 5px;
    padding: 0px 8px;
    width: 170px !important;
    background-color: transparent;
    cursor: pointer;
}

.filter_date {
    position: relative;
    margin-right: 20px;
}

.btnCal-wrp {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 10;
}

.add_coupon_input input {
    width: 100% !important;
    height: 38px !important;
}

.btnCal-click::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.btnCal-click::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btnCal {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
    cursor: pointer;
}

.pattern_cutter_heading_box {
    display: flex;
    align-items: baseline;
}

img.Design_Image_td {
    height: 35px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    object-fit: cover;
    object-position: top;
}

.table_th_space tr th {
    width: 170px;
    min-width: 170px;
}

.table_main_section .table .SN_no {
    min-width: 70px;
}

.item_history_main_box {
    border: 1px solid #202b47;
    border-radius: 6px;
    padding: 15px;
}

p.delivery {
    background-color: #0abab5;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 4px 20px;
    border-radius: 30px;
}

.history_time {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.history_time::after {
    position: absolute;
    content: "";
    left: 16px;
    top: 36px;
    border: 1px dashed #202b47;
    height: 25px;
}

.history_time:last-child::after {
    content: none;
}

.history_time img {
    height: 36px;
    margin-right: 15px;
}

.history_time div h3 {
    color: #202b47;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 5px;
}

.history_time div p {
    color: #91929e;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    position: relative;
    padding-left: 10px;
}

.history_time div p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    border-radius: 6px;
    width: 2px;
    height: 14px;
    background-color: #d6b882;
}

#player-container #play-pause {
    cursor: pointer;
    text-indent: -999999px;
    height: 35px;
    width: 35px;
    z-index: 2;
    background-repeat: no-repeat !important;
    background-position: center;
    background-position: center;
}

.play {
    background-image: url("/assets/images/play-icon.svg");
}

.pause {
    background-image: url("/assets/images/close-icon.svg") !important;
}

.Trial_Image {
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.billing_cash_box {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 6px;
    background-color: #eaf0ff;
    border-bottom: 2px solid #c9d8ff;
}

.billing_cash_box:hover {
    text-decoration: none;
}

.billing_card_box {
    background-color: #fff3dd;
    border-bottom: 2px solid #d6b882;
}

.billing_upi_box {
    background-color: #ecffe5;
    border-bottom: 2px solid #34c201;
}

.billing_outstanding_box {
    background-color: #defeff;
    border-bottom: 2px solid #57d3d9;
}

.billing_cash_box img {
    height: 45px;
    margin-right: 10px;
}

.billing_cash_box h4 {
    color: #202b47;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.billing_cash_box p {
    color: #202b47;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

div#loader {
    width: 20px !important;
    height: 20px !important;
    margin-left: 13px;
}

.panding_status {
    background-color: #dca03a26;
    color: #dca03a;
    border: 1px solid #dca03a;
    padding: 6px 10px;
    border-radius: 30px;
    margin: 0;
    display: inline-block;
    width: 90px;
    text-align: center;
}

.paid_status {
    background-color: #44a53b26;
    color: #44a53b;
    border: 1px solid #44a53b;
    padding: 6px 10px;
    border-radius: 30px;
    margin: 0;
    display: inline-block;
    width: 90px;
    text-align: center;
}

.call_text {
    margin: 0;
    font-size: 16px;
    color: #202b47b2;
    font-weight: normal;
    line-height: 20px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.call_text:hover {
    text-decoration: none;
    color: #202b47b2;
}

.call_text img {
    height: 21px;
    margin-right: 10px;
}

.code_no {
    color: #d6b882 !important;
    font-weight: bold !important;
    font-size: 17px !important;
}

.discounts_no {
    color: #202b47 !important;
    font-weight: bold !important;
}

.disabled_input {
    background-color: #e8e8e8;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #202b4726 !important;
    height: 38px !important;
    border-radius: 5px !important;
    width: 100%;
    padding: 0px 15px !important;
}

.select2-container--default .select2-selection--single {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 14px;
    background-size: 13px;
    cursor: pointer;
    background-image: url(../images/drop-icon.png);
    display: flex !important;
    align-items: center;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-dropdown {
    border-radius: 6px !important;
    box-shadow: #c5c5c5 0px 3px 5px;
    border: 0;
}

.select2-results__option span img {
    height: 22px;
    margin-right: 5px !important;
}

.select2-selection__rendered span img {
    height: 22px;
    margin-right: 5px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0px !important;
    color: #202b47b2 !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 0px !important;
}

.swal2-container.swal2-center.swal2-backdrop-show .swal2-popup {
    width: 24rem;
    border-radius: 8px !important;
    border: none !important;
}

.swal2-styled.swal2-confirm {
    /* background-color: #dc3444  !important; */
    padding: 10px 20px;
    border: none;
    color: #fff !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: normal;
    border-radius: 10px !important;
    text-align: center;
    margin: 0px !important;
    margin-right: 30px !important;
}

.swal2-styled.swal2-cancel {
    background-color: #ffffff !important;
    padding: 9px 20px;
    width: 120px;
    border: 1px solid #202b47 !important;
    color: #202b47 !important;
    font-size: 16px !important;
    font-weight: normal;
    text-align: center;
    border-radius: 10px !important;
    margin: 0px !important;
}

.swal2-styled.swal2-cancel:hover {
    background-image: none !important;
}

.swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-header .swal2-icon {
    width: 4em;
    height: 4em;
    margin-top: 0px !important;
}

.swal2-title {
    color: #202b47 !important;
    font-size: 20px !important;
    line-height: 24px;
}
div#swal2-content {
    color: #202b47 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    text-align: center;
    margin: 0;
}
.swal2-icon .swal2-icon-content {
    font-size: 3em !important;
}

.dataTables_empty {
    text-align: center !important;
}

@media (max-width: 1360px) {
    .table_main_section .table th {
        min-width: 170px;
    }

    .table_main_section .table .SN_no {
        min-width: 100px;
    }

    .table_thead .th_Address {
        width: 400px;
        min-width: 400px !important;
    }

    .date_filter_box input {
        width: 130px !important;
    }

    .running_Order_tab_box {
        padding: 6px 7px !important;
    }

    .running_Order_tab_box .nav-link {
        padding: 6px 12px !important;
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .web-header {
        display: none;
    }

    .mob-header {
        display: block;
        width: 100%;
    }

    .main_header_section {
        padding: 5px 10px;
    }

    .mob-header .text-right {
        text-align: right !important;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .main_sidebar_section {
        display: none;
    }

    .main_container_section {
        width: 100%;
        padding: 15px 5px;
    }

    .form-box {
        flex-wrap: wrap;
    }

    .main_header_section {
        width: 100%;
    }

    section.main_sidebar_section.addsidebar {
        display: block !important;
        z-index: 999;
        top: 0;
        width: 100%;
        background-color: #00000078;
        padding: 0px 0px;
        transition: ease-in 2s;
    }

    .sidebar_menu {
        padding: 0;
        margin: 0;
        width: 240px;
        height: 100vh;
        background-color: #202b47;
        position: relative;
        padding-top: 20px;
    }

    .close-icon {
        position: fixed;
        right: 28px;
        background-color: #ffffff;
        padding: 8px;
        top: 20px;
        border-radius: 7px;
        display: block;
    }

    .field-col {
        width: 100%;
    }

    .btn-col {
        width: 100%;
    }

    ul.nav.nav-tabs li {
        width: 100%;
    }
    .main_header_section .content-area {
        padding: 15px;
    }

    .upload_Garment_image {
        flex-wrap: wrap;
    }
}

@media (max-width: 450px) {
    .home-box {
        width: 45%;
    }

    .content a {
        font-size: 13px;
        padding: 5px 6px 7px;
        height: auto;
        display: block;
    }
}

@media (min-width: 1700px) {
    .login_right_box .logo {
        width: 300px;
    }

    .dash_logo {
        width: 200px;
    }
}

.header-right-content {
    display: flex;
    justify-content: end;
    align-items: center;
}
.notification-bell {
    border: 1px solid #e9ecef;
    border-radius: 8px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.notification-bell img {
    width: 30px;
    height: auto;
}
.header_search_box h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0px;
}
.custom-btn {
    border: 1px solid #52008e;
    padding: 8px 25px;
    color: #52008e;
    border-radius: 8px;
    background-color: #fff;
}
.custom-btn:hover {
    text-decoration: none;
}
.button-search-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
    align-items: center;
}
.search-box input {
    width: 320px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 7px 30px;
}
.search-box {
    position: relative;
}
.search-top-icon {
    position: absolute;
    top: 14px;
    left: 10px;
}
.dt-length {
    display: none;
}
.dt-search {
    display: none;
}
.custome-table thead tr th:nth-child(5) {
    text-align: left;
}
.custome-table tbody tr td:nth-child(5) {
    text-align: left;
}
.custome-table thead tr th:nth-child(1) {
    text-align: left;
}
.custome-table tbody tr td:nth-child(1) {
    text-align: left;
}
.icons-box {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 8px;
}
.action-btm-box {
    display: flex;
    align-items: center;
}
.dot-color {
    background-color: #56ba28;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 6px;
}
.active-user {
    display: flex;
    align-items: center;
}
.active-user p {
    margin-bottom: 0px;
}
.dot-color-red {
    background-color: #ff1f25;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin-right: 6px;
}
.custome-table thead tr th {
    color: #6c757d;
}
.custome-table tbody tr td {
    color: #343a40;
    vertical-align: middle !important;
}
a.page-link.first,
a.page-link.previous,
.page-item.active .page-link,
.page-item.disabled .page-link,
a.page-link {
    width: 40px;
    height: 40px;
    border-radius: 8px !important;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #52008e !important;
}

.page-item.active .page-link {
    background-color: #fff !important;
    color: #52008e !important;
    border-color: #52008e !important;
}
.page-item.disabled .page-link {
    background-color: #e9ecef !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.red-dot {
    width: 8px;
    height: 8px;
    background-color: #ff1f25;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 4px;
}
.notification {
    position: relative;
}
.profile-box img {
    width: 62px;
    height: 60px;
    border-radius: 50%;
}
.user-profile-box h3 {
    font-size: 24px;
    position: relative;
    margin-bottom: 25px;
}
.main-form-box {
    margin-top: 30px;
}
.profile-box {
    margin-top: 15px;
}
.play-all-box {
    box-shadow: 0px 0px 7px 0px #dddddd;
    padding: 15px;
    border-radius: 10px;
}
.play-content img {
    max-width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 10px;
}
.play-content {
    display: flex;
}
.user-profile-box h3::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #b1b1b1;
    top: 30px;
    left: 0;
    border-radius: 20px;
}
.title-description h4 {
    font-size: 18px;
}
.title-description p {
    font-size: 14px;
    margin-bottom: 6px;
}
.time-box {
    padding: 2px 6px;
    background-color: #020202;
    border-radius: 10px;
    color: #fff;
    width: 82px;
    position: relative;
}
.time-box::after {
    position: absolute;
    content: "";
    width: 82px;
    height: 2px;
    background-color: #fff;
    top: 16px;
    left: 0;
    border-radius: 20px;
}
.time-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.time-box p {
    margin-bottom: 0px;
}
.time-down p {
    margin-top: 0px;
}
.date-box p {
    margin-bottom: 0px;
    font-size: 12px;
}
.heading-p {
    font-size: 16px !important  ;
}
.date-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    margin-bottom: 14px;
    border-radius: 8px;
    line-height: normal;
}
.paid-btn {
    padding: 8px 26px;
    background-color: #000;
    color: #fff;
    border-radius: 10px;
    border: none;
    font-size: 14px;
}
.user-profile-box {
    margin-bottom: 20px;
}
.massage-text-area {
    width: 100%;
    height: 40px;
    border: 1px solid #202b4726;
    border-radius: 5px;
}
.spelice-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spelice-right-text {
    display: flex;
}
.sub-head {
    font-size: 18px;
}
.squar-box {
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background-color: grey;
    margin-right: 8px;
}
.member-number {
    display: flex;
    align-items: center;
}
.member-number p {
    margin-bottom: 0px;
}
.title-description {
    width: 100%;
}
.member-main-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list-itums li {
    font-size: 14px;
}

/*-------------------Multiple image input----------------------*/
.image-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}
.img-box {
    position: relative;
    width: 50px;
    height: 50px;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.img-box .remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: red;
    color: white;
    border: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.multi-img {
    padding: 5px 15px !important;
}
/*-------------------Multiple image input----------------------*/

.time-salot-right {
    width: 100%;
}
.heading-date h3 {
    font-size: 20px;
}
.choose-slot {
    display: flex;
    flex-direction: column;
    width: 30.33%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.slot-main-box {
    display: flex;
    flex-wrap: wrap;
}
.btn-active {
    margin-bottom: 10px;
    background-color: #202b47;
    border: 1px solid #294859;
    padding: 4px 10px;
    border-radius: 20px;
    color: #fff;
}
.time-select-box {
    padding-top: 40px;
}
.time-salot-right {
    width: 100%;
    border: 1px solid grey;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.data-picker-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.line {
    width: 100%;
    height: 1px;
    background-color: grey;
    margin-bottom: 15px;
}
.top-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.slot-set {
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #294859;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    text-align: center;
    transition: background-color 0.3s ease;
}
.slot-set p {
    margin-bottom: 0px;
}

.slot-set.active {
    background-color: #202b47;
    color: white;
}

.choose-time {
    display: inline-block;
    margin: 5px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 22px;
    cursor: pointer;
    user-select: none;
    text-align: center;
}

.choose-time input[type="radio"] {
    display: none;
}

.choose-time input[type="radio"]:checked + span,
.choose-time input[type="radio"]:checked {
    font-weight: bold;
    color: white;
    background-color: #007bff;
    border-color: #007bff;
}

.choose-time.active {
    background-color: #202b47;
    color: white;
}
.input_box .checks {
    height: 30px !important;
    width: 25%;
}
.check-add-box {
    display: flex;
}
.add-more-button-box {
    margin-top: 30px;
}
.add-more-box {
    padding: 15px;
    border: 1px solid #dddddd;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.add-more-box-append {
    padding: 15px;
    border: 1px solid #dddddd;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}
.less-box {
    /* display: none; */
}
.dayContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 15px !important;
}
.flatpickr-days {
    width: 100% !important;
    min-width: 100% !important;
}
.flatpickr-innerContainer {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
.flatpickr-rContainer {
    width: 100% !important;
}
.flatpickr-calendar.animate.inline {
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.right-popup-btn {
    width: 100%;
    height: 100%;
}

.plus-btn {
    padding: 4px 8px !important;
    border-radius: 4px !important;
    background-color: #52008e !important;
    color: #fff !important;
    margin: 0px 3px;
}
.plus-btn:hover {
    color: #fff;
}
.add-less-btn-box {
    margin-top: 30px;
}
.main-less-btn {
    position: absolute;
    top: 3px;
    right: 0px;
}
.add-more-content-box {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.modal-close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: #52008e !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}
.less-box-btn {
    margin-top: 30px;
}

.sports-box {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
}
.img-preview {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    display: none;
}
.turf-input-box {
    background-color: #f5f4f6;
    padding: 16px;
    border-bottom: 1px solid #e7e7e7;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.main-sports-box {
    padding: 20px;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
}

.accordion2 {
    margin-top: 40px;
    .card {
        border: none;
        margin-bottom: 20px;
        h2 {
            background: url(../images/up-arrow.webp) no-repeat calc(100% - 10px)
                center;
            background-size: 20px;
            cursor: pointer;
            font-size: 16px;
            padding: 12px;
            border-bottom: 1px solid #dddddd;
            &.collapsed {
                background-image: url(../images/down-arrow.webp);
            }
        }
        &-body {
            padding-left: 0;
            padding-right: 0;
        }
    }
}
.accordion3 {
    margin-top: 40px;
    .card {
        border: none;
        margin-bottom: 20px;
        h2 {
            background: url(../images/up-arrow.webp) no-repeat calc(100% - 10px)
                center;
            background-size: 20px;
            cursor: pointer;
            font-size: 16px;
            padding: 12px;
            border-bottom: 1px solid #dddddd;
            &.collapsed {
                background-image: url(../images/down-arrow.webp);
            }
        }
        &-body {
            padding-left: 0;
            padding-right: 0;
        }
    }
}
.time-boxs {
    padding: 18px;
    background-color: #f5f4f6;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 30px;
}
.save-btn {
    padding: 8px 14px;
    background-color: #52008e;
    color: #fff;
    border: none;
    border-radius: 8px;
}
.check-boxs #is_turf_available {
    width: 10%;
}
#edit_is_turf_available {
    width: 10%;
}
.check-boxs {
    display: flex;
    align-items: center;
}
.header-modal {
    background-color: #52008e;
    color: #fff;
}
.cross-btn {
    color: #fff !important;
    fill: #fff !important;
}
.bread-crum-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.bread-crum-content {
    padding: 8px 20px;
    background-color: #52008e;
    border-radius: 0px 110px 110px;
}
.bread-crum-content a {
    color: #fff;
}
.bread-crum-content a:hover {
    color: #fff;
}
.bread-crum-content i {
    margin: 0px 8px;
    color: #fff;
    font-size: 18px;
}
.flatpickr-day.selected {
    background: #52008e !important;
    border: 1px solid grey !important;
}
.save_btn:nth-child(1) {
    margin-right: 8px;
}
.bread-crum-box h1 {
    color: #202b47;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    position: relative;
}
.bread-crum-box h1::before {
    position: absolute;
    left: 0;
    top: 30px;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #0bddc8;
    border-radius: 5px;
}
.card-title {
    margin-bottom: 0px !important;
    font-size: 20px;
}
.card-header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 0px !important;
}
.page-link:focus {
    box-shadow: none !important;
}
.dash-content-box {
    background-color: #d9f0ff;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #f1daff;
    box-shadow: 0px 2px 10px #0000001a;
}
.icons-boxs img {
    width: 50px;
    height: 50px;
}
.dash-content-box p {
    margin-bottom: 0px;
}
.boxs-2 {
    background-color: #28a745 !important;
}
.boxs-3 {
    background-color: #dc3545 !important;
}
.boxs-4 {
    background-color: #4b94c0 !important;
}
.payment-pending {
    background-color: #fff2e5;
    color: #df690f;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    border: none;
}
.order-id-text {
    display: flex;
    align-items: center;
}
.order-id-text h3 {
    font-size: 28px;
    margin-bottom: 0px;
}
.order-id-text p {
    font-size: 28px;
    margin-bottom: 0px;
    margin-left: 10px;
}
.unfulfilled {
    background-color: #ffe5e5;
    color: #df210f;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 12px;
    border: none;
    margin-left: 10px;
}
.pop-button {
    margin-left: 20px;
}
.more-action {
    display: flex;
    align-items: center;
}
.top-order-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.more-action p {
    margin-bottom: 0px;
    color: #6c757d;
    margin-right: 15px;
}
.more-action button {
    border: none;
    background: none;
    margin-right: 15px;
    color: #6c757d;
}
.more-buttons .more-btns {
    border: none;
    background: none;
}
.date-boxs {
    display: flex;
    align-items: center;
}
.date-boxs p:nth-child(1) {
    color: #6c757d;
}
.football-area-box {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px #c5c4c4;
    margin-bottom: 20px;
}
.booking-content {
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px #c5c4c4;
    margin-bottom: 20px;
}
.bill-text h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
}
.dark-color {
    color: #66707a;
    margin-bottom: 0px;
    font-size: 13px;
}
.ruppe-color {
    color: #6a0eac;
}
.game-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-right: 12px;
    object-fit: cover;
}

/* rating css */
.star-rating {
    font-size: 20px;
}

.star-rating input {
    display: none;
}

.star-rating label {
    color: #ccc;
    cursor: pointer;
}

.star-rating :checked ~ label {
    color: #f90;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #fc0;
}

/* explanation */

article {
    background-color: #ffe;
    box-shadow: 0 0 1em 1px rgba(0, 0, 0, 0.25);
    color: #006;
    font-family: cursive;
    font-style: italic;
    margin: 4em;
    max-width: 30em;
    padding: 2em;
}
.top-foot-ball-area {
    display: flex;
    margin-bottom: 15px;
}
.ratings-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bill-text {
    width: 100%;
}
.star-rating label {
    margin-bottom: 0px !important;
    line-height: 22px;
}
.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 0.2em;
    text-align: center;
    width: 5em;
}
.location-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.locatio-main p {
    margin-bottom: 0px;
    color: #383838b2;
    font-size: 14px;
}
.locatio-main h3 {
    color: #383838;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 0px;
}
.locatio-main button {
    border: 1px solid #eaeaea;
    padding: 4px 12px;
    border-radius: 8px;
    background-color: #fff;
}
.price-qnt {
    display: flex;
}
.date-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.price-qnt span {
    margin-left: 4px;
    font-weight: 600;
}
.booking-content h3 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.slot-time-content h4 {
    font-size: 16px;
}
.date-content-text p {
    margin-bottom: 0px;
}
.slot-time-content {
    border-bottom: 1px solid #dddbdb;
    margin-bottom: 20px;
}
.first-text {
    color: #747474;
    font-size: 15px;
    margin-bottom: 5px;
}
.second-text {
    color: #555b6cb2;
    font-size: 15px;
}
.football-area-box h3 {
    font-size: 15px;
    font-weight: 600;
}
.customer-title {
    margin-bottom: 20px;
}
.send-invoice {
    border: 1px solid #202b47;
    background-color: #fff;
    border-radius: 6px;
    padding: 4px 20px;
    font-weight: 600;
    margin-right: 8px;
}
.send-invoice:hover {
    background-color: #202b47;
    color: #fff;
}
.button-box {
    display: flex;
    justify-content: end;
}
.profilebg-img {
    margin-top: 25px;
}
.profilebg-img img {
    width: 100%;
    height: 120px;
    border-radius: 5px;
    object-fit: cover;
}
.profile-main-box {
    position: relative;
    margin-bottom: 60px;
}
.profile-image {
    position: absolute;
    bottom: -40px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-image img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 50%;
}
.profile-text h3 {
    font-size: 24px;
    font-weight: 700;
}
.profile-text p {
    font-size: 14px;
    margin-bottom: 5px;
}
.profile-text {
    padding-left: 24px;
}
.edit-profile {
    padding: 4px 18px;
    background-color: #6a0eac;
    color: #fff;
    border: none;
    border-radius: 6px;
}
.edit-profile-icon {
    height: 14px;
    margin-right: 4px;
}
.number-text {
    margin-left: 22px;
    color: #66707a;
    margin-bottom: 0px;
    font-size: 14px;
}
.number-name {
    color: #747474;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 13px;
}
.info-text {
    margin-bottom: 10px;
}
.profile-name {
    margin-bottom: 20px;
}
.my-court {
    margin-bottom: 15px;
}
.price-color {
    color: #6a0eac;
    font-size: 14px;
    font-weight: 600;
}
.no-data-found {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.info-text img {
    margin-right: 5px;
}
.bill-text img {
    margin-right: 5px;
}
.unauthrized {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #dbdbdb;
    background-color: #fff;
    height: 90vh;
}
.unauthrized img {
    width: 50%;
    object-fit: cover;
    border-radius: 10px;
}
.location-box img {
    margin-right: 5px;
}
.first-text img {
    margin-right: 5px;
}
/* Container */
.info-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Wrapper around the image (pseudo-elements work here) */
.info-wrap {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The image itself */
.info-img {
    display: block;
    width: 15px !important;
    height: 15px !important;
}

/* Tooltip bubble */
.info-wrap::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px); /* above icon */
    transform: translateX(-50%) translateY(6px) scale(0);
    transform-origin: center bottom;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    transition: transform 0.18s ease, opacity 0.18s ease;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

/* Show tooltip on hover */
.info-wrap:hover::after {
    transform: translateX(-50%) translateY(0) scale(1);
    opacity: 1;
}
.dash-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.dash-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 22px;
}
.dash-text img {
    width: 34px;
    height: 34px;
}
.second-dash {
    background-color: #d9ffdf !important;
}
.third-dash {
    background-color: #dad9ff !important;
}
.fourth-dash {
    background-color: #ffd9d9 !important;
}
.chart-box {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000014;
    background-color: #fff;
}

.booking-headings {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chart-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.bookings {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 1px 10px #00000014;
    background-color: #fff;
}
.bookings h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 15px;
}
.booking-membership {
    margin: 20px 0px;
}
.booking-data {
    background-color: #d9f0ff;
    color: #333;
    padding: 6px 14px;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #f1daff;
    box-shadow: 0px 2px 10px #0000001a;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.booking-data img {
    height: 30px;
    margin-right: 15px;
}
.booking-data h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
.total-court-booking p {
    font-size: 12px;
    margin-bottom: 0px;
}
.view-all-btn {
    padding: 4px 14px;
    background-color: #6a0eac;
    color: #fff;
    border-radius: 8px;
    border: none;
}
.view-all-btn img {
    height: 16px;
    margin-left: 8px;
}
.recent-added-user-table thead {
    background-color: #f4e9fb !important;
}
.recent-added-user-table {
    margin-top: 15px;
}
.recently-added-courts {
    margin-top: 20px;
}
.chart-box .top-foot-ball-area:last-child {
    margin-bottom: 0px;
}
span.file-delete {
    background-color: #d93333;
    color: #fff;
    padding: 4px 6px;
    margin-right: 10px;
    border-radius: 50%;
    font-size: 11px;
    cursor: pointer;
}
.image-preview .name {
    margin-right: 10px;
}
.image-preview .file-block {
    margin-bottom: 5px;
}
.images-view {
    display: flex;
    align-items: center;
}
.upload-list img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.crose-icon {
    background-color: #ff6661;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 13px;
    cursor: pointer;
}
.page_not_found {
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-404 img {
    width: 100%;
    border-radius: 15px;
}
.page-not-found-content {
    text-align: center;
}
.page-not-found-content h2 {
    font-size: 34px;
    font-weight: 800;
}
.page-404 .view-all-btn {
    padding: 8px 20px !important;
    margin-top: 20px !important;
}
.page-404 a:hover {
    color: #fff;
    text-decoration: none;
}
.page-404 h3 {
    margin-bottom: 20px;
}
.upload-list {
    position: relative;
}
div:where(.swal2-icon).swal2-warning {
    border-color: #dc3444 !important;
    color: #dc3444 !important;
}
.map-images {
    height: 20px;
}

.map-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button.map-btn {
    background-color: #fff;
    border: 1px solid #dedfe4;
    padding: 5px;
    border-radius: 4px;
}
.table-head {
    font-size: 14px !important;
}
.table-text {
    font-size: 14px;
}
.table-head th {
    padding: 5px 8px !important;
}
.table-text td {
    padding: 5px 8px !important;
}
.custome-table th {
    padding: 5px 8px !important;
    font-size: 14px;
}
.custome-table td {
    padding: 5px 8px !important;
    font-size: 14px;
}
.table th,
td {
    padding: 5px 8px !important;
    font-size: 14px !important;
}
.data-big-line {
    max-width: 200px !important;
    width: 200px !important;
}
.data-Short-line {
    max-width: 100px;
}
.table-responsive {
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden !important;
}
.table {
    width: 100%;
    border-collapse: collapse;
}
.table th,
.table td {
    white-space: nowrap;
}
.ratings-box a {
    color: #747474;
}
.main_container_section::-webkit-scrollbar {
    width: 8px;
}
.main_container_section::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.main_container_section::-webkit-scrollbar-thumb {
    background: #52008e;
    border-radius: 10px;
}
.main_container_section::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.date-contents {
    margin-bottom: 15px;
}
.date-contents h4 {
    margin-bottom: 5px;
}
.gallery-admin-img {
    width: 250px !important;
    height: 120px !important;
    object-fit: cover;
    border-radius: 0px !important;
}
.center-input {
    margin: auto;
    width: 50%;
    border: 1px dashed gray;
    padding: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.upload-btn {
    margin: auto;
    width: 50%;
}
.recent-boxs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.multi-checks-box {
    display: flex;
    margin: 15px 0px;
    padding: 10px;
    width: 100%;
} 
.multi-check {
    display: flex;
    align-items: center;
} 
.multi-check p {
    margin-bottom: 0px;
    margin-left: 8px;
    font-size: 14px;
}
.multi-check img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-left: 10px;
}
.multi-check-container {
    width: 20%;
    word-break: break-word;
}