.row.hidden {
    display: none !important;
}

#crudTable {
    width: 100% !important;
    border: none;
    flex-direction: column;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.07);
}

#crudTable th,
#crudTable td {
    flex: 1;
    display: table-cell;
    text-align: left !important;
    font-family: Poppins !important;
    box-shadow: 0px -3px 0px 0px rgba(143, 140, 140, 0.07);
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem) !important;
}

#crudTable td a i {
    font-size: 20px;
    font-weight: 900;
}

th {
    text-align: left !important;
    font-weight: 500 !important;
    font-family: Poppins !important;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem) !important;
    white-space: nowrap;
    height: 20px;
    padding: 10px 18px;
    color: #494848;
    font-style: normal;
    line-height: normal;
}

td {
    min-width: fit-content;
    font-weight: 500 !important;
    padding: 12px 18px !important;
    border: none;
    vertical-align: middle;
    width: auto;
    word-wrap: normal;
    color: #494949;
    font-family: Poppins;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    font-style: normal;
    line-height: normal;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

.dataTables_scrollBody {
    max-height: 480px !important;
}

#crudTable_paginate {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#crudTable_paginate .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 8px;
}

.dataTables_wrapper .dataTables_paginate {
    float: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #333333 !important;
    text-decoration: none !important;
    transition: background-color .3s !important;
    border: 1px solid #F1F1F1 !important;
    border-radius: 8px !important;
    font-size: clamp(0.8125rem, 0.7589rem + 0.2679vw, 1rem) !important;
    height: 40px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 40px !important;
}

.pagination li.active {
    background-color: #4CAF50;
    color: white !important;
    border: 1px solid #4CAF50;
}

.active>.page-link,
.page-link.active,
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #4caf50;
}

.page-link {
    color: #333333;
}

.paginate_button.active .page-link {
    color: white;
}

.invalid-feedback {
    color: red;
}

.qr_img {
    padding-bottom: 20px;
    padding-top: 30px;
    text-align: center;
}

.login_input {
    /* display: grid;
      flex: 100%;
      row-gap: 12px; */
    max-width: 100%;
    padding-top: 30px;
}

.login_form {
    padding: 0px;
    flex: 50%;
}

#verify2fa {
    font-size: large;
    padding: 15px;
    width: 70%;
    height: 47px;
    border-radius: 8px;
    border: 1px;
    box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
    /* padding-bottom: 20px; */
    margin-top: 10px;
}

.enable_btn {
    padding: 5px 5px;
    margin-top: 20px;
    cursor: pointer;
    width: 60%;
    height: 48px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
}

.red_text {
    font-size: 15px;
    text-wrap: nowrap;
    text-align: center;
}

.g2fa_input label {
    /* margin-right: 133px; */
    text-align: left !important;
}

.another {
    flex: 50%;
    flex-wrap: nowrap;
    position: relative;
    right: 30px;

}

.code_section {
    text-align: center;
}

.jrk_btn_color {
    margin: 2rem;
    width: 30%;
    height: 35px;
    background-color: rgba(251, 176, 22, 1);
    border: none;
    border-radius: 10px;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: center;
}

#otpinput {
    width: 60%;
    padding: 0px 35px;
    /* max-width: 496px; */
    height: 55px;
    border-radius: 8px;
    border: 1px;
    box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
}

.qr_div {
    margin: auto;
    text-align: center;
}

.qr_header {
    font-size: 16px;
    color: red;
}

.verify_button {
    margin-top: 30px;
}

.custom-alert {
    width: 75%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #4CAF50;
    background-color: #4CAF50;
    color: white;
    border-radius: 4px;
    text-align: center;
}

.custom-alert.success {
    background-color: #4CAF50;
    border: 1px solid #4CAF50;
}

.custom-alerts {
    width: 75%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: white;
    border-radius: 4px;
    text-align: center;
}

.custom-alerts.error {
    background-color: #FF0000;
    border: 1px solid #FF0000;
}

.ticket_file_choose {
    color: black !important;
}

.custom-filter-button {
    border-radius: 4px;
    border: 1px solid #04AA61;
    display: flex;
    padding: 8px 10px;
    align-items: center;
    gap: 10px;
    background-color: white;
    color: #04AA61;
    font-size: clamp(0.75rem, 0.7143rem + 0.1786vw, 0.875rem);
    height: 32px;
    cursor: pointer;
}

.recent_transac_table th {
    text-align: center !important;
}

.recent_transac_table .name_filed_td {
    display: block;
}

.search_input {
    width: 100%;
    height: 60px;
    text-align: center;
}

.searchButton {
    max-width: 100%;
    min-width: 100px;
    width: 190px;
    height: 40px;
    background-color: orange;
    border: none;
    color: white;
    font-size: medium;
    border-radius: 5px;
    position: relative;
}

.custom-alerts.error {
    position: relative;
}

.form_error_close_icon {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translate(50%, -50%);
    cursor: pointer;
}


.notification_container {
    display: none;
    top: 0;
    right: 0;
    transform: translate(-25%, 22%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    border-radius: 10px;
    position: absolute;
}


.notification_container li {
    display: flex;
    list-style-type: none;
    padding: 16px;
    gap: 8px;
    border-bottom: 1px solid #ccc;
}

.notification_container li .notify_content_wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.notification_container li .notify_content_wrap p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.notification_container li .notify_content_wrap span {
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
    color: #939393;
}

.dashboard_icon_active {
    display: none;
}

.paginate_button.page-item:hover {
    background-color: #04AA61;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, #4CAF50 0%, #4CAF50 100%) !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: inset 0 0 3px #04AA61 !important;
}

.tickets_form_section .form_heading {
    position: relative;
}

.bulk_manual_recon_label {
    flex-direction: column;
}

.d_none {
    display: none;
}


/* #datatable_search_stack input {
    max-width: 100%;
    width: 350px;
    height: 45px;
    text-indent: 10px;
    border-radius: 6px;
    border: none;
    box-shadow: 2px 2px 2px #c3c3c3;
    margin: 15px 0px 15px 0px;
    padding: 0px 10px 0px 0px;
} */



@media only screen and (max-width: 1200px) {

    .section_title_section {
        flex-direction: column;
        gap: 15px;
    }

    .refund_title_sec {
        flex-direction: column;
        gap: 15px;
    }

    .refund_title_sec h4 {
        margin-right: auto;
    }

    .button_d_flex {
        margin-left: auto;
    }

    .notification_container {
        transform: translate(-15%, 20%);
        border-radius: 6px;
    }

    .dropdown-content.show {
        transform: translate(-38%, 25%);
    }

    .view-profile {
        padding: 16px 0px;
    }

    .view-profile1 {
        padding: 10px 12px 0px;
        gap: 0px;
    }

    .flat_datepicker_wrap {
        justify-content: end;
        margin-left: auto;
        width: 100%;
    }


}

@media only screen and (max-width: 767px) {
    .dropdown-content.show {
        transform: translate(-38%, 22%);
    }
}

@media only screen and (max-width: 650px) {
    .notification_container li {
        padding: 14px 10px;
    }

    .notify_msg_icon img {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 600px) {
    .dropdown-content.show {
        transform: translate(-45%, 40%);
    }
}


@media only screen and (max-width: 599px) {
    .main_nav {
        gap: 0px;
        padding: 16px 16px 0px 16px;
    }

    .notification_container {
        transform: translate(-3%, 35%);
    }

    .notification_container li {
        padding: 10px;
    }

    .notification_container li .notify_content_wrap p {
        font-size: 12px;
    }

    .setting-popup-main {
        width: 240px;
    }
}




@media only screen and (max-width: 480px) {
    .notification_container {
        transform: translate(-3%, 24%);
        width: 80%;
    }

    .dropdown-content.show {
        transform: translate(-5%, 40%);
    }

    .set_note_bar img {
        width: 28px;
    }


}

@media only screen and (max-width: 479px) {
    .button_d_flex {
        margin-left: initial;
    }

    .refund_download_btn {
        margin-right: auto;
    }

    .flat_datepicker_wrap {
        align-items: flex-start;
    }
}

@media only screen and (max-width: 360px) {
    .notification_container {
        transform: translate(-5%, 22%);
    }

    .dropdown-content.show {
        transform: translate(-5%, 37%);
    }
}

@media only screen and (max-width: 320px) {
    .notification_container {
        transform: translate(-7%, 22%);
        width: 90%;
    }
}