@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;
    background-color: #fff;
    width: calc(100% - 240px);
    padding: 5px 20px;
    position: fixed;
    z-index: 999;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 4px 0px #202b4726;
}

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

.logo {
    height: 82px;
}

button.header_drop_btn.dropdown-toggle {
    border: none;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px 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: 35px;
    width: 35px;
    border-radius: 50%;
    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: 20px !important;
}

.label_class {
    display: flex;
    justify-content: flex-start;
}

.print_measurement_btn {
    padding: 10px;
    border-radius: 6px;
    border: none;
    box-shadow: 0px 7px 8px 2px #00000008;
    background-color: #202b47;
    color: white;
}

.print_measurement_btn_div {
    display: flex;
    justify-content: flex-end;
}

.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 img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.login_right_box .logo {
    height: 96px;
}

.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: #202b47;
    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 !important;
        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: #202b47;
    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: #334062;
    border-right: 4px solid #d6b882;
}

.sidebar_menu .active {
    background-color: #334062;
    border-right: 4px solid #d6b882;
}

.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 solid #334062;
}

.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 rgba(0, 0, 0, 0.3);
    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 rgba(0, 0, 0, 0.3);
    background-color: #202b47;
}

.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: 25px 10px;
    transition: all 0.3s;
    position: absolute;
    top: 60px;
    right: 0;
    background-color: #f6f6f6;
    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;
    margin-bottom: 40px;
}

/* .content-area span {
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    margin-right: 8px;
} */


.content-area span {
    color: #202b47;
    font-weight: normal;
    font-size: 20px;
    margin-right: 8px;
}


.content-area h1::before {
    position: absolute;
    left: 0;
    bottom: -7px;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #d6b882;
    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-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar {
    height: 10px;
    background-color: #f5f5f5;
}

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

.badge_class {
    height: 40px;
    background-color: white;
    border-radius: 25px;
}

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

.meas_not_done_text {
    color: #ff0000de !important;
    font-weight: normal;
    font-size: 11px !important;
    margin: 0px !important;
    padding-left: 5px;
    position: absolute;
    /* top: 3px; */
}

.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: 0px 15px;
}

.input_box textarea {
    border: 1px solid #202b4726;
    color: #202b47b2;
    border-radius: 5px;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 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;
    flex-wrap: wrap;
}

.save_btn {
    background-color: #202b47;
    border: none;
    color: #fff;
    font-weight: normal;
    line-height: 19px;
    font-size: 16px;
    padding: 10px 40px;
    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;
    cursor: pointer;
    margin-left: 12px;
}

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

.Outstanding_btn {
    background-color: #ff5156;
    border: none;
    color: #fff;
    font-weight: normal;
    line-height: 19px;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
}

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

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

.view_btn {
    background-color: #202b47;
    border: none;
    color: #fff;
    font-weight: bold;
    line-height: 19px;
    font-size: 12px;
    padding: 8px 15px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

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

.btn_right {
    justify-content: space-between;
}

.right_btn_box {
    display: flex;
    align-items: center;
    justify-content: end;
}

.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;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    object-fit: cover;
}

.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: 54px;
    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: 50%;
    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%;
    text-transform: capitalize;
}

.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: 25px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px 20px;
    box-shadow: 0px 7px 8px 2px #00000008;
    row-gap: 25px;
}

.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;
    border: none;
}

.item_name_box1 .item_Shirt input[type="number"] {
    width: 90px;
}

i.fas.fa-pencil-alt {
    font-size: 14px;
    margin-left: 8px;
    color: #222347;
}

.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: 50%;
}

.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;
    object-fit: cover;
    border-radius: 50%;
}

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

.set_img {
    row-gap: 10px !important;
    flex-wrap: wrap !important;
}

.upper_size_box {
    display: flex;
    align-items: center;
    /* width: 85px; */
    justify-content: space-between;
    gap: 7px;
}

.div_enhance {
    border: solid 1px lightgrey;
    margin-top: 12px;
    border-radius: 10px;
    padding: 10px;
}

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

.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: 8px;
    min-width: 75px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.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;
    text-align: center;
}

.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;
    background: linear-gradient(to bottom, white 0%, white 100%) !important;
    color: #202b47 !important;
    height: 35px !important;
    width: 35px;
    border-radius: 50% !important;
    box-shadow: 0px 0px 6px #d7d7d7;
    display: inline-block !important;
    text-align: center;
    padding-top: 5px !important;
    padding-right: 3px !important;
    border: none !important;
}

span a.paginate_button.current {
    background-color: #202b47 !important;
    background: linear-gradient(to bottom, #202b47 0%, #202b47 100%) !important;
    color: #ffffff !important;
    padding: 0px !important;
    padding-top: 4px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    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: left;
    margin: 0;
}

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

.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: 0px 20px 20px 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;
}

button.dt-button,
div.dt-button,
a.dt-button {
    background-color: #202b47;
    padding: 8px 30px !important;
    border: none !important;
    color: #fff !important;
    border-radius: 6px !important;
    text-align: center;
    margin: 0px !important;
    margin-right: 10px !important;
}

button.dt-button,
div.dt-button,
a.buttons-pdf {
    /* background-image: -webkit-linear-gradient(
        top,
        #c60607 0%,
        #c60607 100%
    ) !important; */
    background-color: #c60607 !important;
    background-image: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

button.dt-button,
div.dt-button,
a.buttons-excel {
    /* background-image: -webkit-linear-gradient(
        top,
        #1d6940 0%,
        #1d6940 100%
    ) !important; */
    background-color: #1d6940 !important;
    background-image: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

button.dt-button,
div.dt-button,
a.buttons-csv {
    /* background-image: -webkit-linear-gradient(
        top,
        #202b47 0%,
        #202b47 100%
    ) !important; */

    background-color: #202b47 !important;
    background-image: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

div.dt-buttons,
a.dt-button span {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: normal;
}

/* .deleteIcon{
    border: none;
    background: none !important;
} */

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    display: none;
}

#DataTables_Table_0_paginate span .paginate_button [aria-controls="DataTables_Table_0"] {
    color: #ffffff !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;
}

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

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

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

#Outstanding .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;
    margin-bottom: 25px;
}

.top_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 !important;
    font-size: 14px !important;
    font-weight: normal;
    height: 36px;
    border-radius: 5px;
    padding: 0px 8px;
    width: 170px !important;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none !important;
}

#fromDate-error{
    font-size: 13px;
}

#toDate-error{
    font-size: 13px;
}

.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;
}

.cur_set {
    cursor: pointer !important;
}

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

#DataTables_Table_0_filter input {
    padding: 5px 15px !important;
}

.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;
    justify-content: space-between;
    width: 100%;
}

img.Design_Image_td {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    object-fit: cover;
    object-position: center;
}

.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;
}

.user_link {
    color: #2a3b67;
    cursor: pointer;
    padding: 5px 14px;
    background-color: #b8bfef;
    border-radius: 20px;
}

.user_link:hover {
    color: #ebebeb;
    cursor: pointer;
    text-decoration: none;
    background-color: rgb(202, 151, 22);
    transition: 0.3s;
}

.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;
    background-repeat: no-repeat !important;
    background-position: center;
    background-position: center;
}

.play {
    background-image: url("/assets/images/play-icon.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 24px;
}

.pause {
    background-image: url("/assets/images/close-icon.svg") !important;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

.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;
    margin-bottom: 20px;
}

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

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

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

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

.billing_Credit_box{
    background-color: #ffa8a8;
    border-bottom: 2px solid #ff4545;
}

.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 !important;
    border-radius: 30px;
    margin: 0;
    display: inline-block;
    width: 90px;
    text-align: center;
    /* cursor: pointer; */
}

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

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

.Progress_status {
    background-color: #dca03a26;
    color: #dca03a;
    border: 1px solid #dca03a;
    padding: 6px 10px !important;
    border-radius: 30px;
    margin: 0;
    display: inline-block;
    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: #202b47 !important;
    padding: 10px 20px;
    width: 120px;
    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;
}

.input_measurement {
    margin-left: 0px;
    /* width: 45px; */
    min-width: 95px;
}

.input_measurement input {
    border: 1px solid #202b4726;
    color: #202b47b2;
    border-radius: 5px;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    padding: 3px 5px;
    text-align: center;
    line-height: 20px;
}

.PayAdvance {
    width: 800px;
    min-width: 800px;
}

.payment_box {
    text-align: center;
    background-color: #eaf0ff;
    border-radius: 10px;
    padding: 7px 0px;
    cursor: pointer;
}

#all_customer_list {
    position: relative;
}

#DataTables_Table_0_filter {
    position: absolute;
    right: 21px;
    top: -6px;
}

#DataTables_Table_1_filter {
    position: absolute;
    right: 21px;
    top: -6px;
}

.dataTables_filter {
    position: absolute;
    right: 21px;
    top: -6px;
}

.dataTables_filter>label>input {
    border-radius: 50px;
    border: 1px solid #202b47b2;
    margin-left: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #202b47b2;
}

#DataTables_Table_0_filter input {
    border-radius: 50px;
    border: 1px solid #202b47b2;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #202b47b2;
}

#DataTables_Table_1_filter input {
    border-radius: 50px;
    border: 1px solid #202b47b2;
    margin-left: 5px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #202b47b2;
}

.payment_box img {
    height: 50px;
    margin-bottom: 6px;
}

.input_width {
    width: 100%;
    margin: auto;
}

.payment_box p {
    color: #202b47;
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
}

.pay_tab_content {
    padding: 0px 80px;
    margin-bottom: 20px;
}

.payment_tab {
    margin-bottom: 20px !important;
    width: 345px;
}

/* remove input type number arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* end */

.pay_heading {
    color: #202b47;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-bottom: 40px;
}

.pay_heading::after {
    position: absolute;
    left: 0;
    top: 35px;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #d6b882;
    border-radius: 5px;
}

.activePayment {
    border: 1px solid #44a53b;
}

.make_payment_box {
    padding: 10px 20px;
    background-color: #44a53b;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.make_payment_box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}

.make_payment_btn {
    background-color: #fff;
    color: #202b47;
    font-size: 15px;
    font-weight: normal;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
}

.make_payment_btn:hover {
    color: #202b47;
    text-decoration: none;
}

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

.successfully_img img {
    height: 52px;
    margin-bottom: 20px;
}

.successfully_img h3 {
    font-size: 22px;
    font-weight: bold;
    color: #202b47;
}

.billing_history button {
    border: none;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: none;
}

.billing_history button::after {
    content: none;
}

.billing_history {
    position: relative;
    height: 36px;
    width: 23px;
    margin-left: 20px;
}

.order_history_drop {
    border-radius: 10px;
    /* transition: .3s ease-in-out; */
    padding: 3px !important;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0px 0px 7px 0px #00000040;
    left: -30px !important;
    border: none !important;
    top: -52px !important;
    left: -78px !important;
}

.order_history_drop a {
    display: block;
    color: #202b47;
    font-size: 16px;
    font-weight: normal;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    opacity: 1;
}

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

.order_history_drop a:hover {
    color: #202b47;
    text-decoration: none;
}

.redio_btn {
    width: 120px;
}

.redio_btn {
    color: #202b47;
    font-size: 20px;
    font-weight: bold;
}

.Outstanding_heading {
    margin-bottom: 30px;
    text-align: left;
}

.Outstanding_heading h3 {
    color: #202b47;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    text-align: left;
    margin-bottom: 10px;
}

.Outstanding_heading p {
    color: #202b47b2;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}

.col-md-mt-4 {
    margin-top: 24px;
}

.mob_header_logo {
    display: none;
}

.billing_history .dropdown-toggle img {
    height: 30px;
}

.set_mg {
    margin-top: 50px !important;
}

.dataTables_wrapper div.dt-buttons {
    z-index: 99;
    position: absolute;
    right: 0;
    top: -55px;
}

.dataTables_wrapper {
    position: initial !important;
}

table.dataTable.no-footer {
    border-bottom: none !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px !important;
}

.new_div {
    display: flex;
    justify-content: space-around;
}

.img-preview {
    height: 50px;
    width: 50px;
    margin-bottom: 5px;
    display: none;
    border-radius: 50%;
    object-fit: cover;
}

.input_box .selectize-input {
    border: 1px solid #202b4726;
    color: #202b47b2;
    height: 38px;
    border-radius: 5px;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    padding: 0px 15px;
    justify-content: left;
    align-items: center;
    display: flex;
}

.billing_order_details {
    margin-top: 30px;
    margin-bottom: 30px;
}

.billing_order_item_name {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.billing_order_item_name h3 {
    color: #202b47b2;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0;
    width: 200px;
    min-width: 200px;
}

.billing_order_item_name span {
    float: right;
    padding-right: 50px;
}

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

.text_color_green {
    color: #44a53b !important;
}

.billing_customer_img img {
    height: 62px;
    width: 62px;
    border-radius: 50%;
    object-position: top;
    margin-right: 12px;
}

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

.billing_customer_img h3 {
    color: #202b47;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.billing_customer_img p {
    color: #202b47;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 0px;
}

.grand_total_box {
    background-color: #44a53b;
    padding: 8px 20px;
    border-radius: 5px;
}

.grand_total_box p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.add_partial_btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

#AddPartial {
    display: none;
    margin-top: 20px;
}

.paid_box {
    background-color: #d9d9d9;
}

.paid_btn_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paid_btn {
    background-color: #fff;
    color: #202b47 !important;
    font-size: 15px !important;
    font-weight: normal !important;
    padding: 3px 15px !important;
    display: inline-block;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.paid_btn img {
    height: 14px;
    margin-right: 8px;
}

.Delivered_btn {
    background-color: #44a53b;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: normal !important;
    padding: 6px 20px !important;
    display: inline-block;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 12px;
}

.Delivered_btn img {
    height: 14px;
    margin-right: 8px;
}

@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;
    }

    .payment_tab {
        width: 297px;
    }

    /* .dataTables_wrapper div.dt-buttons {
        left: 24px;
    } */
}

@media (max-width: 900px) {
    .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: 0.3s;
    }

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

    .close-icon {
        position: fixed;
        left: 240px;
        background-color: #ffffff;
        padding: 6px;
        top: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        display: block;
        height: 40px;
        z-index: 99;
    }

    .field-col {
        width: 100%;
    }

    .btn-col {
        width: 100%;
    }

    ul.nav.nav-tabs li {
        width: auto;
    }

    .content-area {
        padding: 15px;
    }

    .upload_Garment_image {
        flex-wrap: wrap;
    }

    .upload_Garment_image {
        flex-wrap: wrap !important;
        row-gap: 20px;
    }

    .garment_img_box {
        width: 100%;
    }

    .PayAdvance {
        width: 600px;
        min-width: 600px;
    }

    .pay_tab_content {
        padding: 0px 50px;
    }

    .col-md-mt-4 {
        margin-top: 0px;
    }

    .payment_tab .nav-item {
        width: auto !important;
    }

    .order_history_drop {
        left: -63px !important;
    }

    .mob_header_logo {
        display: block !important;
    }

    .content-area h1 {
        margin-left: 10px;
    }

    .back_arrow img {
        top: 15px;
        left: -12px;
    }

    .menu-icon {
        height: 35px;
        width: 35px;
        background-color: #202b47;
        padding: 8px;
        border-radius: 50%;
        min-width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img#mob-menu {
        width: 100%;
    }

    /* .dataTables_wrapper div.dt-buttons {
        left: 24px;
    } */
}

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

    .login_right_box {
        padding: 30px 0px;
    }

    .login_logo_img {
        margin-bottom: 20px;
    }

    .billing_cash_box {
        padding: 10px;
    }

    .billing_cash_box img {
        height: 40px;
    }

    .menu-icon {
        padding-top: 10px;
    }

    .date_filter_box.mobile_responsive {
        margin-bottom: 0px !important;
        width: 100% !important;
        justify-content: end !important;
        flex-direction: initial !important;
        margin-top: 20px;
    }

    .mr_btn {
        margin-bottom: 15px;
    }

    .date_filter_box {
        flex-wrap: wrap;
    }

    .filter-buttons {
        margin-top: 15px;
    }

    /* .dataTables_wrapper div.dt-buttons {
        left: 24px;
    } */
}

@media (max-width: 600px) {
    .main_container_section {
        padding: 15px 0px;
    }

    .content-area h1 {
        font-size: 18px;
        margin-left: 10px;
    }

    .content-area h1::before {
        width: 58px;
    }

    .back_arrow img {
        top: 15px;
        left: -12px;
    }

    .item_name_box1 {
        padding-right: 20px;
    }

    .item_name_box1 .item_name {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .item_name_box1 .item_Shirt {
        font-size: 13px;
    }

    .item_name_box {
        column-gap: 20px;
    }

    .pay_tab_content {
        padding: 0px 0px;
    }

    .PayAdvance {
        width: auto;
        min-width: auto;
    }

    .deleteModalHeader .modal-title {
        font-size: 18px;
    }

    .mob_date_filter {
        width: auto !important;
        flex-direction: initial !important;
        align-items: center !important;
    }

    .billing_history button img {
        height: 28px !important;
    }

    .billing_history {
        position: relative;
        height: 33px;
        width: auto;
        margin-left: 11px;
    }

    .order_history_drop {
        left: -52px !important;
    }

    .make_payment_box h3 {
        font-size: 16px;
    }

    .make_payment_btn {
        font-size: 14px;
        padding: 7px 10px;
    }

    .pay_heading {
        margin-bottom: 30px;
    }

    .sidebar_menu li a {
        padding: 14px 20px !important;
    }

    .Outstanding_heading p {
        font-size: 18px;
    }

    .Outstanding_heading h3 {
        font-size: 20px;
    }

    .header_search_box input {
        width: 100%;
    }

    .admin_profile_box {
        padding: 15px !important;
    }

    .profile_logout_btn .dropdown-item {
        font-size: 15px;
        padding: 6px 8px !important;
    }

    .header_admin_drop {
        min-width: 220px !important;
        left: -13px !important;
        top: 10px !important;
    }

    .swal2-styled.swal2-confirm {
        padding: 8px 20px;
    }

    .swal2-styled.swal2-cancel {
        padding: 8px 20px;
    }

    .billing_cash_box h4 {
        font-size: 14px;
    }

    .view_btn {
        padding: 8px 10px;
    }

    .Outstanding_btn {
        font-size: 14px;
        padding: 10px 10px;
        margin-right: 10px;
    }

    .date_filter_box.mobile_responsive {
        margin-bottom: 0px !important;
        width: 100% !important;
        justify-content: end !important;
        flex-direction: initial !important;
        margin-top: 20px;
    }

    .mobile_responsive .add_btn {
        font-size: 14px !important;
        padding: 9px 10px !important;
    }

    #DataTables_Table_0_filter {
        position: relative;
        left: 0px;
        margin-top: 15px;
    }

    .dataTables_paginate {
        display: flex;
        position: relative;
        flex-wrap: wrap;
        margin-top: 15px;
        margin-bottom: 20px;
        left: 0;
        bottom: 0;
    }

    .content-area h1 {
        margin-bottom: 20px;
    }

    .heading_box {
        margin-bottom: 15px;
    }

    .dataTables_wrapper div.dt-buttons {
        left: 20px;
    }

    .table_main_section {
        margin-top: 55px;
    }

    .dataTables_wrapper div.dt-buttons {
        left: 24px !important;
        top: -44px !important;
    }

    .pattern_cutter_heading_box {
        display: block !important;
        width: auto !important;
    }

    .date_filter_box {
        margin-top: 10px;
    }

    .dataTables_info {
        bottom: -40px !important;
    }
}

@media (max-width: 550px) {
    .date_filter_box {
        display: flex;
        margin-bottom: 5px;
        flex-direction: column;
        align-items: baseline;
        justify-content: left !important;
        row-gap: 15px;
    }

    .date_filter_box h3 {
        border-right: none;
        font-size: 18px;
    }

    .date_filter_box {
        width: 100%;
    }

    .date_filter_box input {
        width: 100% !important;
    }

    .add_btn {
        font-size: 15px;
        padding: 9px 15px;
    }

    .top_filter_box {
        flex-direction: column;
        width: 100%;
        row-gap: 15px;
        align-items: end;
    }

    .filter_date {
        width: 100%;
        margin-right: 0;
    }

    .fabrick_mob {
        justify-content: end !important;
        width: 100% !important;
    }

    button.header_drop_btn.dropdown-toggle img {
        height: 30px;
        width: 30px;
        margin-right: 9px;
    }

    button.header_drop_btn.dropdown-toggle {
        padding: 0px 0px 0px 10px !important;
        font-size: 14px;
    }
}

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

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

    .payment_box img {
        height: 40px;
    }

    .payment_box p {
        font-size: 15px;
    }

    .mob_date_filter .add_btn {
        font-size: 13px;
        padding: 9px 9px;
    }

    .add_btn img {
        height: 13px;
        margin-right: 5px;
    }

    .order_history_drop a {
        font-size: 14px;
    }

    .order_history_drop a img {
        height: 17px;
    }

    .billing_history button {
        padding-right: 0px !important;
    }

    .make_payment_box {
        padding: 7px 10px;
    }

    .login_left_box img {
        height: 340px !important;
    }
}

@media (max-width: 370px) {
    .mob_date_filter {
        justify-content: end !important;
        width: 100% !important;
    }
}

@media (max-width: 1250px) and (min-width: 900px) {
    .billing_cash_box p {
        font-size: 14px;
        line-height: 15px;
    }

    .billing_cash_box h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .billing_cash_box img {
        height: 35px;
        margin-right: 8px;
    }

    .billing_cash_box {
        padding: 15px 10px;
    }

    .view_btn {
        line-height: 15px;
        font-size: 11px;
        padding: 8px 6px;
    }
}

@media (max-width: 860px) and (min-width: 780px) {
    .login_left_box img {
        height: 550px;
        object-fit: cover;
    }

    .login_right_box {
        padding: 30px 0px;
    }

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

.popup_img {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.view_breakup {
    max-width: 900px !important;
}

.view_breakup_body {
    height: 450px;
    overflow: auto;
}

.view-breakup-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d6d6d6;
}

.view-breakup-content {
    width: 50%;
    padding: 20px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #f6f3f3;
    border-radius: 8px;
}

.view-breakup-total {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
}

.view-breakup-text p {
    margin-bottom: 0px;
    padding: 6px 0px;
}

.view-breakup-content .view-breakup-text:last-child {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.view-breakup-content .view-breakup-text:nth-child(4) {
    border-bottom: none;
}

a.dt-button.buttons-pdf.buttons-html5 {
    text-decoration: none;
}

a.dt-button.buttons-excel.buttons-html5 {
    text-decoration: none;
}

a.dt-button.buttons-csv.buttons-html5 {
    text-decoration: none;
}

.filter-buttons {
    display: flex;
    align-items: center;
}

.reset-filters {
    margin-right: 8px !important;
}

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

#player-container {
    width: 100%;
}

.payment-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-status {
    display: flex;
    align-items: center;
}

.payment-content h3 {
    margin-bottom: 0px;
}

/* .tatal_order_box {
    box-shadow: 0px 0px 6px #00000030;
    border-radius: 6px;
    background-image: url('../images/dashboard/order_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 15px;
} */

.total_order_main_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}

.tatal_order_box {
    box-shadow: 0px 0px 8px #0000001c;
    border-radius: 12px;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    border-bottom: 3px solid #202b47;
}

.tatal_order_box .total_order_icon h3 {
    border: none !important;
    font-weight: bold;
    font-size: 15px;
    color: #202b47;
    margin: 0;
    line-height: 26px;
}

.total_order_icon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.tatal_order_box .total_order_icon img {
    height: 30px;
}

.tatal_order_box p {
    color: #202b47b2;
    font-weight: bold;
    font-size: 25px;
    margin: 0;
    line-height: 26px;
}

.hover_img {
    display: none;
}

.tatal_order_box:hover {
    background-color: #202b47;
}

.tatal_order_box:hover .total_order_icon h3 {
    color: #fff;
}

.tatal_order_box:hover .total_order_icon .hover_img {
    display: block;
}

.tatal_order_box:hover .total_order_icon .static_img {
    display: none;
}

.tatal_order_box:hover p {
    color: #fff;
}

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

.dashboard_active .total_order_icon h3 {
    color: #fff;
}

.dashboard_active .total_order_icon .hover_img {
    display: block;
}

.dashboard_active .total_order_icon .static_img {
    display: none;
}

.dashboard_active p {
    color: #fff;
}

.dashboars_second_chart h3 {
    border: none !important;
    font-weight: bold;
    font-size: 20px;
    color: #202b47;
    margin: 0;
    line-height: 26px;
    margin-bottom: -38px;
    margin-left: 20px;
    margin-top: 13px;
}

.dashboars_second_chart1 {
    /* padding-right: 100px; */
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 7%);
}

.dashboars_second_chart1 h3 {
    border: none !important;
    font-weight: bold;
    font-size: 20px;
    color: #202b47;
    margin: 0;
    line-height: 26px;
    margin-bottom: 10px;
}

.dashboars_second_chart1 canvas#salesReport {
    height: auto !important;
    object-fit: contain;
    width: 100% !important;
}

.salesReport {
    padding: 0px 60px;
}

.chart-container {
    margin: auto;
    background: white;
    padding: 30px 20px 20px;
    border-radius: 10px;
    box-shadow: 0 0px 8px rgb(0 0 0 / 7%);
}

.report_text {
    color: #202b47;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
    margin: 0;
    margin-left: 20px;
}

.report_text span {
    color: #d6b882;
    margin-left: 10px;
    font-size: 16px;
}

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

.table_th_bg tr th {
    color: #fff !important;
}

canvas#salesManReport {
    width: 100% !important;
    height: auto !important;
}

.chart-container-third {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

canvas#marketChartGraph {
    height: 400px !important;
}



@media (max-width:1200px) {
    .tatal_order_box .total_order_icon h3 {
        font-size: 13px;
    }

    .tatal_order_box {
        width: 47%;
    }

    .total_order_main_box {
        flex-wrap: wrap;
    }
}

@media (max-width:1300px) {
    .tatal_order_box .total_order_icon h3 {
        font-size: 13px;
    }

    .salesReport {
        padding: 0px 50px;
    }
}

@media (min-width:1700px) {
    .tatal_order_box .total_order_icon h3 {
        font-size: 18px;
    }

    .tatal_order_box {
        padding: 20px;
    }

    .total_order_main_box {
        grid-column-gap: 30px;
    }

    canvas#salesManReport {
        width: 100% !important;
        height: 300px !important;
        object-fit: contain;
    }

    .salesReport {
        padding: 30px 100px;
    }
}

@media (max-width:600px) {

    .total_order_main_box {
        flex-wrap: wrap;
    }

    .tatal_order_box {
        width: 100%;
    }

    canvas#marketChartGraph {
        height: auto !important;
    }
}