@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo_wrapper a{
    width: 85%;
}
::placeholder {
    color: rgb(171, 171, 171) !important;

}
#partialtablerowwrapper{
    margin-top: 0.5rem;
}

/* .material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
} */
.error_div {
    text-align: center;
    color: red;
}

#editmodaldialog {
    max-width: 700px;
    margin: 1.75rem auto;

}

.header_section {
    background-color: #fff;
    box-shadow: 5px 2px 10px 5px rgb(225, 225, 225);
    height: 10vh;
}

/* .logo_wrapper {
    text-align: center;
    width: 70%;
    line-height: 4;
} */
.logo_wrapper {
    text-align: center;
    width: 70%;
    /* line-height: 4; */
    height: 10vh;
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_wrapper img {
    width: inherit;
}

.login_section {
    height: 85vh;
}

.input_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 85vh;
}

.login_input {
    width: 50%;
    margin: 10px auto;
    position: relative;
}

#togglePassword {
    position: absolute;
    top: 35px;
    right: 15px;
    color: #324152;
    cursor: pointer;
    z-index: 99999;
}

.login_input label {
    font-size: 0.8rem;
}

.form_wrapper {
    width: 100%;
}

.login_img_wrapper {
    width: 100%;
    text-align: right;
}

.login_img_wrapper img {
    width: 43%;
    height: inherit;
    margin: 25px 0 0 0;
}

.input_wrapper .form-control[type="text" i] {
    border-radius: 8px;
    padding: 8px 15px;
}

.input_wrapper .form-control[type="password" i] {
    border-radius: 8px;
    padding: 8px 15px;
}



.login_input .form-control[type="submit" i] {
    border-radius: 5px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1D2E40;
    width: 25%;
    margin: 0 auto;
}

.view_data_input .form-control[type="submit" i] {
    border-radius: 5px;
    padding: 8px 15px;
    color: #fff;
    background-color: #1D2E40;
    width: 15%;
    margin: 10px auto;
}

.input_wrapper .form-control:focus {
    border-color: #FB4A5E;
    box-shadow: none;
}

.input_wrapper .form-control[type="text" i]:valid {
    color: #fff;
    background-color: #FB4A5E;
    box-shadow: 3px 4px 13px 0 #c1c1c1;
}

/* .input_wrapper .form-control[type="password" i]:valid {
    color: #fff;
    background-color: transparent;
    box-shadow: 3px 4px 13px 0 #c1c1c1;
} */

.text_wrapper {
    background-color: #1D2E40;
    height: 85vh;
    padding: 100px 0 0 0;
}

.text_wrapper h1 {
    font-weight: 500;
    font-size: 2rem;
    width: 80%;
    margin: 0 auto 10px auto;
    color: #fff;
}

.text_wrapper p {
    font-size: 0.9rem;
    width: 80%;
    margin: 0 auto;
    color: #fff;
}

.footer {
    height: 5vh;
    background-color: #ECECEB;
}

.footer_text {
    height: 5vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_text p {
    font-size: 0.7rem;
    margin: 0;
}

.footer_text p a {
    text-decoration: none;
    font-size: 0.7rem;
    margin: 0;
    color: #F04E25;
}

.footer_text p a:hover {
    text-decoration: none;

}

/* .logout_wrapper {
    text-align: center;
    line-height: 3.7;
    background-color: #1D2E40;
    height: 10vh;
} */

.logout_wrapper {
    text-align: center;
    /* line-height: 3.7; */
    background-color: #1D2E40;
    height: 10vh;
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logout_wrapper button {
    color: #fff;
    font-size: 0.8rem;
}

button:focus {
    box-shadow: none !important;
}

#mobile_side_bar {
    width: 0;
}

/* .logout_wrapper button:hover {
    color: #fff !important;
} */

.dropdown-item {
    cursor: pointer;
    line-height: 2;
    font-size: 0.8rem;
}

.add_data_wrapper {
    cursor: pointer;
    background-color: #f7f7f7;
    padding: 10px 5px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 3px 3px 0px #c5c5c5;
}

/* .dashboard_wrapper {
    padding-top: 50px;
} */

.add_data_wrapper a {
    font-weight: 600;
    text-decoration: none;
    color: grey;
    text-transform: uppercase;
    font-size: 0.8rem;
}

.view_data {
    cursor: pointer;
    box-shadow: 3px 3px 0px #c5c5c5;
    background-color: #f7f7f7;
    padding: 10px 5px;
    text-align: center;
    border-radius: 10px;
}

.view_data a {
    font-weight: 600;
    text-decoration: none;
    color: grey;
    text-transform: uppercase;
    font-size: 0.8rem;

}

.add_data_wrapper:hover {
    background-color: #FB4A5E;
    color: #fff;
}

.add_data_wrapper:hover a {
    background-color: #FB4A5E;
    color: #fff;
    padding: 10px 20px;
}

.add_data_wrapper:hover img {
    filter: brightness(0) invert(1);
}


.view_data:hover {
    background-color: #FB4A5E;
    color: #fff;
}

.view_data:hover a {
    background-color: #FB4A5E;
    color: #fff;
}

.view_data:hover img {
    filter: brightness(0) invert(1);
}


.pending_data {
    cursor: pointer;
    box-shadow: 3px 3px 0px #c5c5c5;
    background-color: #f7f7f7;
    padding: 10px 5px;
    text-align: center;
    border-radius: 10px;
}

.pending_data a {
    font-weight: 600;
    text-decoration: none;
    color: grey;
    text-transform: uppercase;
    font-size: 0.8rem;

}


.pending_data:hover {
    background-color: #FB4A5E;
    color: #fff;
}

.pending_data:hover a {
    background-color: #FB4A5E;
    color: #fff;
}

.pending_data:hover img {
    filter: brightness(0) invert(1);
}

.form-control,
.form-select {
    margin: 5px 0;
}

.input-group .form-control {
    margin: 5px 0 10px 0;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    /* background: #fb4a5e; */
    /* color: #fff; */
    border-color: #1D2E40;
}

.main_wrapper,
.dashboard_wrapper {
    height: 85vh;
    background-image: url(../img/dashboard_Image.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.dashboard_main {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dashboard_main .sidebar {
    display: flex;
    align-items: center;
    width: 5%;
    height: 85vh;
    /* transition: all 0.32s; */
}


.main_dashboard_area {
    /* padding-top: 15px; */
    transition: all 0.32s;
    width: 95%;
    height: 85vh;
    /* position: relative; */
}



.icons {
    /* transition: all 0.32s; */
    padding: 15px 0;
    text-align: center;
    width: 100%;
    line-height: 3;
    height: inherit;
    background-color: #1D2E40;
}
.mobile_sidebar_section{
    display: none;
}
.icons img {
    filter: brightness(0) invert(1);
    width: 40%;
    transition: all 0.1s;

}

/* .icons>div {
    margin-top: 2px;
} */

.links {
    padding: 15px 0;
    overflow: hidden;
    width: 0;
    height: inherit;
    line-height: 3;
    height: 85vh;

    background-color: #1D2E40;
    transition: all 0.32s;
    margin-left: -10px;
}

.links>div {
    /* margin-top: 1px; */
}

.links a {
    transition: all 0.32s;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    font-size: 0.9rem;
}

.links a:hover {
    color: rgb(195, 195, 195);

}

.input-group-text {
    margin: 5px 0 10px 0;
    padding: 0 4px;
}

.form-control[readonly] {
    background-color: #e9ecef73 !important;
}

.main_dashboard_area label {
    font-size: 0.8rem;
}

.breadcrumb_section {
    height: 5vh;
    padding: 5px 0px;
}

.form-select {
    padding: 7px;
    font-size: 0.8rem;
}

.form-control {
    padding: 7px;
    font-size: 0.8rem;
}

.breadcrumb a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.right_icons {
    font-weight: lighter;
    margin-left: 8px;
    color: #bababa;
}

.breadcrumb-item.active {
    color: #6c757d;
    font-weight: 500 !important;
}

.breadcrumb-item {
    text-transform: uppercase;
}

.breadcrumb {
    align-items: center;
    margin-bottom: 0;
    padding: 5px 0;
    font-size: 0.7rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: none !important;
    content: var(--bs-breadcrumb-divider, ">") !important;
}

.logout_icon {
    color: #fff;
    font-size: 1.3rem;
    font-weight: lighter;
    color: #fb4a5e;
}

.view_table_background {
    background: #ffffffd1;
    height: 75vh;
    overflow: scroll;

}

.table_row_wrapper {
    background: #ffffffd1;
    /* height: 75vh; */
    /* overflow-y: scroll; */
    position: relative;
}
#pendingtablerowwrapper{
    margin-top: 0.5rem;
}

.dashbaord_background {
    background: #ffffffd1;
    padding: 25px;
    height: 75vh;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #ebebeb;
    border: 1px solid #ebebeb;
}

.dashbaord_background::-webkit-scrollbar-button {
    width: 10px;
    height: 10px;
}

.dashbaord_background::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(89, 88, 88, 0.3);
    border-radius: 10px;
    background-color: transparent;
}

.dashbaord_background::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}

.dashbaord_background::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(89, 88, 88, 0.3);
    background-color: rgb(200, 198, 198);
}

th {
    font-size: 0.8rem;
    font-weight: 100;
    text-transform: capitalize;
    white-space: nowrap;
}

td {
    font-size: 0.8rem;
    font-weight: 400;
    text-transform: capitalize;
    white-space: nowrap;
    border-bottom: 1px solid #dddddd !important;

}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 0px 10px;
}

.dataTables_wrapper .dataTables_length {
    display: none;
}

.dataTables_wrapper .dataTables_info {
    font-size: 0.8rem;
}


/* .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    font-size: 0.8rem;

} */

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    padding: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 0.8rem;
}

.success_modal {
    background-color: #06060657;

}

table.dataTable thead th,
table.dataTable thead td {
    padding: 0 10px;
    border-bottom: 1pxsolidrgba(0, 0, 0, 0.3);
}

.modal {
    background-color: #06060657;

}

.modal-content {
    padding: 20px;
}

.modal-dialog {
    position: relative;

}

.modal-header {
    padding: 0;
    border-bottom: unset;
}

/* 
.btn-close {
    position: absolute;
    top: -8%;
    right: -6%;
    border-radius: 50%;
    color: #fff;
    opacity: 1;
} */

.alert {
    margin: 0;
}

.table>thead {
    background: #dfdfdf;
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: 500;
    text-align: center;
}

.mobile_view {
    display: none;
}

.table>:not(caption)>*>* {
    padding: 0 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    line-height: 3;
}

.bar_mobileview {
    display: none;
}

#logout_icons {
    filter: unset !important;
    width: 45%;
}

.modal-dialog {
    max-width: 340px;
    margin: 1.75rem auto;
}

.text_shown {
    text-align: center;
    margin: 0;
}

.default {
    color: rgb(171, 171, 171);

}

.form-select option {
    color: black;
}

/* .form-select option:first-child {
    color: rgb(207, 207, 207);
} */

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    top: -35px;
}

.btn_download {
    color: green;
}

#changepassword {
    display: none;
    background-color: #6666664f;
}

#new_span {
    font-size: 0.8rem;
}


#modal_change_password {

    background: #99999970;
}

input[type=date]:invalid::-webkit-datetime-edit {
    color: #999;
}

.date_filter_submit_btn {
    width: 50%;
}

.btn:hover {
    color: #ffffff;
}

#view_data_table {
    background-color: #fff;
}

.btn_info {
    color: #fff;
    background-color: #fb4a5e;
    border-color: #fb4a5e;
    padding: 4px 7px;
    font-size: 0.8rem;
    margin-top: 7px;
}

.btn_info:hover {
    background-color: #fb4a5e;
    border-color: #fb4a5e;
}

/* .filter_form_wrapper {
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0;
    z-index: 99999;
} */

.filter_form_wrapper .form-control {
    padding: 5px;

}

.filter_form_wrapper .form-control[type="submit"] {
    background-color: #1D2E40;
    color: #fff;
}

.filter_form_wrapper .form-select {
    padding: 5px;
}

.select_column_2 {
    padding: 0;
}

.date_input {
    padding-right: 0;

}

.download_btn_excel {
    text-align: end;
}

.btn_success {
    background-color: #1D2E40;
    color: #fff;
    padding: 2px 15px;
    font-size: 0.7rem;
}

.update_pending_form label {
    font-size: 0.8rem;
}

.update_pending_form .form-control[type="submit"] {
    background-color: #1D2E40;
    color: #fff;
    font-size: 0.8rem;
    width: 40%;
    margin: 10px auto;
}

#error_lottie_icon {
    width: 50px;
    margin: 0 auto;
}

.transaction_history_detail p {
    font-size: 0.7rem;
    color: rgb(20, 20, 20);
    text-transform: capitalize;
}

.linkstotransactiontable {
    color: #FB4A5E;

    text-decoration: none;
}


.linkstotransactiontable:hover {
    color: #f82b43;
    text-decoration: none;
}

.dataTables_wrapper .dataTables_filter input {
    outline: none;
    border: 1px solid #fb4a5e;
}

.not_available {
    text-align: center;
    margin: 0;
    font-size: 0.7rem;
}

table.dataTable tbody tr {
    background-color: transparent;
    text-align: center;
}