.dataTables_length, .dataTables_filter {
    margin-bottom: 8px !important;
}
.dataTables_info, .dataTables_paginate{
    margin-top: 8px !important;
}
.dataTables_scrollBody {
    overflow: hidden !important;
}
.e-con-inner {
    max-width: 1240px !important;
}
.wrap {
    position: relative;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inline-grid-container {
    display: inline-grid;
    margin-bottom: 15px;
}
.inline-grid-container label {
    font-weight: bold;
    margin-bottom: 4px;
}
.inline-grid-container input[type='date'] {
    width: 200px;
    height: 40px;
    padding: 10px;
    font-size: 18px;
}
.whatsapp {
    color: white !important;
    font-size: 35px !important;
    cursor: pointer !important;
    padding: 0px 8px 2px 8px;
    border-radius: 7px;
}
.insert-success-message {
    display: none;
}
.sms-popup {
    position: fixed;
    background: #0000004d;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 99;
    top: 0;
    left: 0;
    transform: scale(1);
    align-items: center;
    visibility: hidden;
}
.sms-btn-content {
    display: none;
    max-width: 600px;
    width: 100%;
    height: 370px;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0%);
    border: 2px solid black;
    text-align: left;
}
.sms-close-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.sms-close-icon button {
    border: 1px solid black;
    margin: 17px 15px;
    padding: 2px 7px 2px 8px;
}
.sms-close-icon i {
    font-size: 16px;
}
.sms-close-icon h3 {
    margin-top: 18px;
    margin-left: 20px;
    margin-bottom: 8px;
}
.crd-content{
    text-align: center;
    vertical-align: middle;
}
.crd-content img {
    width: 110px !important;
    min-height: 100px;
    max-height: 100px;
    height: 100% !important;
    object-fit: cover;
    object-position: top;
}
.insrt-btn {
    float: right;
    padding: 8px 12px !important;
}
.insrt-btn i {
    margin-right: 3px;
}
.action-alert-msg p {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}
.insrt-popup {
    position: fixed;
    background: #0000004d;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 99;
    top: 0;
    left: 0;
    transform: scale(1);
    align-items: center;
    visibility: hidden;
}
.insrt-btn-content {
    display: none;
    max-width: 600px;
    width: 100%;
    height: auto;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid black;
    padding-bottom: 20px;
}
.main-info-section {
    display: flex;
    justify-content: space-evenly;
}
.avatar-upload label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    width: 100%;
    margin-top: 12px;

    .avatar-edit {
        position: absolute;
        left: 90%;
        top: 12px;
        z-index: 1;
        
        /* Style the edit icon label */
        .edit-icon {
            display: inline-block;
            width: 34px;
            height: 34px;
            border-radius: 100%;
            background: #FFFFFF;
            border: 1px solid transparent;
            box-shadow: 0px 2px 1px 2px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            position: relative;
        }
        .edit-icon i {
            font-family: 'FontAwesome';
            color: #757575;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .edit-icon:hover {
            background: #f1f1f1;
            border-color: #d6d6d6;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
        }

        /* Hide the input element */
        input {
            display: none;
        }
    }

    .avatar-preview {
        width: 192px;
        height: 192px;
        position: relative;
        border-radius: 0%;
        box-shadow: 0px 2px 1px 2px rgba(0, 0, 0, 0.1);

        > div {
            width: 100%;
            height: 100%;
            border-radius: 0%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            box-shadow: 0px 0px 1px 0px;
        }
    }
}
.txt-info {
    width: 50%;
}
.form-fields label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.form-fields input {
    border: 1px solid black;
}
.form-fields input[type=file] {
    padding: 4px 4px;
}
.form-fields input:focus {
    border: 2px solid black;
}
.form-fields .txt-field {
    height: 42px !important;
}
.form-fields input[type=date] {
    width: 55%;
    height: 38px;
    padding: 3px 10px;
}
.form-fields .txt-field-fee {
    width: 45%;
    height: 40px;
}
.main-btn-submit {
    width: 100% !important;
    text-align: right!important;
}
.btn-submit {
    font-size: 16px !important;
    padding: 6px 15px !important;
    margin-top: 15px;
}
.close-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.close-icon button {
    border: 1px solid black;
    margin: 17px 15px;
    padding: 2px 7px 2px 8px;
}
.close-icon i {
    font-size: 16px;
}
.close-icon h3 {
    margin-top: 18px;
    margin-left: 20px;
    margin-bottom: 8px;
}
#example tr {
    border-color: snow;
}
.table thead {
    text-align: center;
}
.action-btn {
    display: flex;
    justify-content: space-evenly;
    gap: 5px; 
}
.edit-popup {
    position: fixed;
    background: #0000004d;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 99;
    top: 0;
    left: 0;
    transform: scale(1);
    align-items: center;
    visibility: hidden;
}
.edit-btn-content {
    display: none;
    max-width: 600px;
    width: 100%;
    height: auto;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid black;
    text-align: left;
    overflow: hidden;
    padding-bottom: 20px;
}
.edit-close-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.edit-close-icon button {
    border: 1px solid black;
    margin: 17px 15px;
    padding: 2px 7px 2px 8px;
}
.edit-close-icon i {
    font-size: 16px;
}
.edit-close-icon h3 {
    margin-top: 18px;
    margin-left: 20px;
    margin-bottom: 8px;
}
.main-edit-section {
    display: flex;
    justify-content: space-evenly;
    max-height: 890px;
    overflow-y: auto;
}
.edit-txt-fields {
    width: 50%;
}
.edit-form-field label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 3px;
}
.edit-form-field input {
    border: 1px solid black;
}
.edit-form-field input:focus {
    border: 2px solid black;
}
.edit-form-field input[type=file] {
    padding: 4px 4px;
}
.edit-form-field .txt-field {
    height: 38px !important;
}
.edit-form-field input[type=date] {
    width: 55%;
    height: 35px;
    padding: 3px 10px;
}
.edit-form-field .txt-field-fee {
    width: 45%;
    height: 35px;
}
.edit-form-field select {
    height: 35px;
    padding: 5px 9px;
    border: 1px solid black;
}
.edit-main-btn-submit {
    width: 100% !important;
    text-align: right!important;
}
.edit-btn-submit {
    font-size: 16px !important;
    padding: 6px 15px !important;
    margin-top: 15px;
}

.del-popup {
    position: fixed;
    background: #0000004d;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 99;
    top: 0;
    left: 0;
    transform: scale(1);
    align-items: center;
    visibility: hidden;
}
.del-btn-content {
    display: none;
    max-width: 600px;
    width: 100%;
    height: auto;
    background-color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid black;
    text-align: left;
    padding-bottom: 20px;
}
.del-close-icon {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.del-close-icon button {
    border: 1px solid black;
    margin: 17px 15px;
    padding: 2px 7px 2px 8px;
}
.del-close-icon i {
    font-size: 16px;
}
.del-close-icon h3 {
    margin-top: 18px;
    margin-left: 20px;
    margin-bottom: 8px;
}
.alert-popup-section {
    text-align: center;
    margin-top: 15px;
}
.alert-popup-section i {
    font-size: 80px;
    color: #dc3545;
}
.alert-popup-section h4 {
    font-weight: bold;
}
.alert-popup-section p {
    font-size: 17px;
}
.alert-popup-btn {
    text-align: center;
}
.alert-popup-btn button {
    padding: 8px 35px;
    font-size: 16px;
}
.insrt-spinner {
    display: none;
  }
.insrt-spinner span {
    margin-right: 3px;
    font-size: 18px;
  }
.del-spinner {
    display: none;
}
.del-spinner span {
    margin-right: 3px;
    font-size: 18px;
}
.sms-content {
    width: 90%;
    margin: auto;
}
.sms-form-field label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 3px;
}
.sms-form-field input {
    border: 1px solid black;
}
.sms-form-field input:focus {
    border: 2px solid black;
}
.sms-form-field textarea {
    border: 1px solid black;
}
.sms-main-btn-submit {
    width: 100% !important;
    text-align: right!important;
}
.send_notification {
    font-size: 16px !important;
    padding: 6px 15px !important;
    margin-top: 15px;
}
.upd-spinner {
    display: none;
}
.upd-spinner span {
    margin-right: 3px;
    font-size: 18px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header p {
    font-size: 42px;
    font-weight: bold;
    margin: 0;
}
.hr-style {
    border: 1px solid black;
}
.action-alert-section {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    margin-bottom: 15px;
    align-items: center;
}
.date-alert {
    border: none !important;
    color: black !important;
}
.form-checked-dues {
    display: inline-block;
    margin: 5px 30px;
}
.form-checked-dues label {
    font-weight: 600;
    margin-right: 6px;
}

@media only screen and (width: 768px) {
    .dataTables_scrollBody {
        overflow: scroll !important;
    }
}

@media only screen and (max-width: 425px) {
.dataTables_scrollBody {
    overflow: scroll !important;
}
.dataTables_length {
    display: none;
}
#example_filter label {
    width: 100%;
}
#example_filter input[type=search] {
    width: 82%;
}
.action-alert-section {
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
}
.insrt-btn {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 15px;
}
.header {
    margin-bottom: 10px;
    align-items: center;
}
.header p {
    font-size: 25px;
    font-weight: bold;
    margin: 0;
}
.logout-action {
    margin: 0;
}
.insrt-btn-content {
    width: 95%;
    max-height: 1000px;
    height: fit-content;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-btn-submit button {
    width: 100%;
    margin-bottom: 8px;
}
.main-info-section {
    display: block;
    overflow-y: scroll;
    height: 74vh;
}
.resposnsive-avatar{
    width: 80%;
    margin: auto;
}
.avatar-upload {
    width: 100%;
}
.avatar-upload label {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}
.avatar-edit {
    position: absolute;
    left: 90%;
    top: 5%;
}
.avatar-preview {
    width: 200px !important;
    height: 200px !important;
}
.txt-info {
    width: 80%;
    margin: auto;
}
.form-fields label {
    font-size: 16px !important;
}
.form-fields .txt-field {
    height: 42px !important;
    width: 100%;
}
.form-fields input[type=date] {
    width: 80%;
}
.form-fields .txt-field-fee {
    width: 70%;
}
.edit-btn-content {
    width: 95%;
    max-height: 1000px;
    height: fit-content;
    top: 50%;
    transform: translate(-50%, -50%);
}
.main-edit-section {
    display: block;
    overflow-y: scroll;
    height: 74vh;
    max-height: none;
}
.edit-txt-fields {
    width: 80%;
    margin: auto;
}
.edit-form-field label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 3px;
}
.edit-form-field .txt-field {
    height: 42px !important;
    width: 100%;
}
.edit-form-field input[type=date] {
    width: 80%;
    height: 35px;
    padding: 3px 10px;
}
.edit-form-field .txt-field-fee {
    width: 70%;
    height: 35px;
}
#payment-status {
    width: 70%;
}
.edit-main-btn-submit button {
    width: 100%;
    margin-bottom: 8px;
}
.del-btn-content {
    width: 95%;
    max-height: 1000px;
    height: fit-content;
    top: 50%;
    transform: translate(-50%, -50%);
}
.alert-popup-btn {
    padding-bottom: 18px;
}
.form-checked-dues {
    text-align: center;
    width: 100%;
    margin: auto;
}
}
