@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400&display=swap');

body {
    font-family: "Manrope", sans-serif !important;
}

.divider {
    display: inline-block;
    align-self: stretch;
    width: 100%;
    min-height: 1px;
    background-color: #E5E6ED;
    /* opacity: .25; */
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.full-height {
    height: 60px;
}

.vertical-align-center {
    vertical-align: middle;
}

.w-100 {
    width: 100% !important;
}

.gap-10 {
    grid-gap: 10px;
}

/*------------------------------ loader -----------------------*/
.loader-overlay {
    display: none;
    /* Hide it initially */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    z-index: 9999;

}

.dt-buttons {
    position: absolute !important;
    right: 240px !important;
    z-index: 1;
}



.loader-div {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*-------------------------- auth page -----------------------*/
.auth-cover-left {
    background: url(../../build/images/auth/login-left.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-cover-right {
    background: url(../../build/images/auth/Login.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: lighten;
    border-top: 0px !important;
}

.login-card-customize {
    background-color: transparent !important;
    background-image: none !important;
}

.login-card-customize .login-logo {
    text-align: center;
}

.login-card-customize .login-logo-sec {
    margin-bottom: 40px !important;
}

.login-card-customize .login-logo-sec img {
    width: 91px;
    height: 104px;
}

.login-card-customize .login-logo-sec h4 {
    color: #193133;
    font-weight: 600;
    font-size: 20px;
    line-height: 16px;
}

.login-card-customize .login-logo-sec p {
    color: #193133c2;
    font-size: 18px;
    line-height: 16px;
}

.login-card-customize .login-form-sec {
    background: #E5E6ED;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 464px;
}

.login-card-customize .login-form-sec .login-form-header {
    text-align: center;
}

.login-card-customize .login-form-sec .login-form-header p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #4B5563;
}

.login-card-customize .login-form-sec .login-form-header h4 {
    color: #111827;
    font-size: 24px;
    line-height: 33px;
    font-weight: 600;
}

.login-card-customize .login-form-sec label {
    color: #193133;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.login-card-customize .login-form-sec input {
    background: #fff !important;
    color: #000 !important;
    border-radius: 10px;
    padding: 10px 22px;
}

.login-card-customize .login-form-sec input:focus,
.login-card-customize .login-form-sec input:focus-visible {
    outline: none;
    background: #fff !important;
    box-shadow: none;
    border: 0;
}

.login-card-customize .login-form-sec input::placeholder {
    color: #4B5563 !important;
}

.login-card-customize .login-form-sec button {
    background: #FF8B09 !important;
    padding: 10px 22px;
    /* margin-top: 28px; */
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
}

.login-terms-condition-sec {
    margin-top: 30px;

}

.login-terms-condition-sec p,
.login-terms-condition-sec a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.login-terms-condition-sec a {
    text-decoration: underline !important;
}

.login-divider {
    background-color: #d9dae1 !important;
}

#show_hide_password i {
    color: #000;
}



/*----------------------------- side bar -------------------*/
.sidebar-wrapper {
    background: url(../../build/images/auth/Left-Menu-Bar.png);
}

.sidebar-wrapper .sidebar-header {
    margin-top: 10px;
}

.sidebar-wrapper .sidebar-nav,
.sidebar-wrapper .sidebar-nav .metismenu ul,
.sidebar-wrapper .sidebar-header {
    background-color: transparent;
}

.common-sidebar .logo-name {
    display: flex;
    align-items: center;
}

.common-sidebar .logo-name .logo-name-inner-sec {
    height: 24px;
}

.common-sidebar .logo-name h5 {
    color: #fff;
    font-size: 16px !important;
}

.common-sidebar .logo-name p {
    color: #fff;
    font-size: 14px !important;
}

.sidebar-wrapper .sidebar-nav .metismenu a {
    color: #fff;
}

.sidebar-wrapper .sidebar-nav .metismenu li:first-child {
    margin-top: 20px;
}

.sidebar-wrapper .sidebar-nav .metismenu .mm-active>a {
    color: #000 !important;
    background-color: #fff;
    border-radius: 12px;
}

.sidebar-wrapper .sidebar-nav .metismenu a:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border-radius: 12px;
}

.sidebar-nav {
    overflow-x: auto;
    height: calc(100vh - 70px) !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.sidebar-nav::-webkit-scrollbar {
    display: none;
}

/*-------------------------------------- dashboard page -----------------------*/
.dashboard-profile-details h4 {
    font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 30px;
    color: #000;
}

.dashboard-profile-details p {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 30px;
    color: #000;
}

.go-profile p {
    color: #FF8B09;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 30px;
}

.dashboard-conter-card {
    padding: 0 !important;
}

.dashboard-conter-card .card {
    background: #F3F4F8;
    border-radius: 10px;
    margin-bottom: 0px !important;
    width: 100%;
}

.dashboard-conter-card .card .card-body {
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.dashboard-conter-card .card .card-body p {
    margin-bottom: 0px !important;
}

.dashboard-conter-card .card .card-body .content {
    color: #193133;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    /* margin-right: 16px; */
}

/* .dashboard-conter-card .card .card-body .two-card-content{
    margin-right: 110px;
} */
.dashboard-conter-card .card .card-body .number {
    color: #7276CD;
    font-size: 24px;
    font-weight: 700;
}

.dashboard-table-sec .table-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-table-sec .table-header h5 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
}

.dashboard-table-sec .table-header a {
    color: #FF8B09;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
}

.dashboard-table-sec .table-header a:hover {
    color: #FF8B09;
}

.user-details {
    display: flex !important;
    justify-content: space-between !important;
    width: 100px;
    grid-gap: 2px;
}

.user-details p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

.dashboard-table-sec .table-body h5 {
    color: #0233A8 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.dashboard-table-sec table td {
    padding: 10px 10px 10px 10px;
}

.dashboard-table-sec .table-body .label {
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.dashboard-table-sec .table-body tr {
    border-bottom: 1px dotted #E5E6ED;
}

.dashboard-table-sec .table-body .label-value {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    min-width: 150px;
}

.view-btn {
    background: #FF8B09;
    color: #fff;
    border: none;
    outline: none;
    /* width: 55px;
    height: 34px; */
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 3px 20px;
}

.edit-btn,
.edit-btn:hover,
.edit-btn:focus-visible {
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 3px 20px;
    color: #fff !important;
    border: none;
    outline: none;
    box-shadow: none !important;
}

.delete-btn,
.delete-btn:hover,
.delete-btn:focus-visible {
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 3px 20px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
}

.action-btn-cell a {
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 3px 20px;
    border: none;
    outline: none;
}

.history-btn,
.history-btn:hover,
.history-btn:focus-visible {
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 3px 20px;
    color: #000 !important;
    border: none;
    outline: none;
    box-shadow: none !important;
    border: 1px solid #FF8B09 !important;
    background: #FF8B0914 !important;
}

/*---------------------------- assign location -----------------------*/
.assign-location-card {
    width: 100%;
    max-width: 250px;
    min-width: 150px;
    padding: 20px;
}

.assign-location-card .content {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.assign-location-card .number {
    color: #7276CD;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.gram-panchayat-card {
    border: 1px solid #E5E6ED;
    border-radius: 10px;
}

.gram-panchayat-card .content {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #000;
    line-height: 16px;
}

.gram-panchayat-card ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.gram-panchayat-card ul li {
    background-color: #F3F4F8;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.panchayat-list i {
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.assign-btn,
.assign-btn:hover {
    background: #FF8B09 !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}

.cancel-btn,
.cancel-btn:hover {
    background: #fff !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    border: 1px solid #DBDBDB;
}

.available-panchayat-sec .content {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
}

.action-sec,
.action-sec button,
.action-sec button:hover,
.action-sec:hover,
.action-sec button:focus-visible,
.action-sec button:focus-visible i,
.action-sec button:active {
    background: none;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent !important;
    border-color: transparent !important;
}

.dropdown-menu {
    min-width: 150px;
}

.dropdown-item i {
    margin-right: 8px;
    cursor: pointer;
}

.dropdown-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px 2px #0000001A !important;
}

.dropdown-item {
    color: #111827 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}

.available-panchayat-card {
    background-color: #F3F4F8;
    border-radius: 20px;
}

.available-panchayat-card .card-title,
.counting-card-list .counting-content {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.available-panchayat-card .card-sub-title {
    color: #000 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.counting-card-list p {
    margin: 0;
}

.counting-card-list .counting-number {
    color: #7276CD !important;
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 5px;
}









/*----------------------------- beneficiary-page --------------------------*/
.beneficiary-page {
    border-radius: 20px;
}

.beneficiary-page tr,
.beneficiary-page tr td {
    border: 0;

}

.beneficiary-page h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color: #000;
}

.view-btn-cell {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*------------------ search bar ----------------------------*/
.search-container {
    position: relative;
    display: inline-block;
}

.search-input {
    padding-left: 35px;
    width: 100%;
}

.search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: gray;
}

/*-------------------------- modal create ---------------------------*/
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.modal-header {
    border-bottom: 0;
}

.modal-detail-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* Two equal columns */
    gap: 20px;
    /* Space between columns */
    align-items: center;
    margin-top: 30px;
}

.modals-description .name {
    color: #0233A8 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.modals-description .modal-detail-sec .label {
    color: #7F7F7F;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

.modals-description .modal-detail-sec .label-value {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    width: 100%;
    min-width: 150px;
}

.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 56px);
}

/*--------------------------- assign edit modal -----------------------*/
.assign-edit-modal-title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

/*-------------------------------- data table created ----------------------------*/

.dataTable tbody {
    vertical-align: middle;
    /* height: 100%; */
    height: 60px;
}

.dataTable tbody tr td {
    border-bottom: 1px dotted #E5E6ED !important;
}

.data-table tbody h5 {
    color: #0233A8 !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.data-table tbody td {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21.86px;
    letter-spacing: 0px;
    text-align: center;
}

thead {
    border-style: none !important;
    background: #eff1f3;
    font-size: 16px;
    padding: 5px;
    /* box-shadow: 0px 0px 0px 1px #0000003d; */
}

.dataTable,
.dataTable th,
.dataTable td {
    border: none !important;
}

.data-table thead th:first-child {
    border-radius: 10px 0 0 10px !important;
    min-width: 90px !important;
}

.data-table thead th:last-child {
    border-radius: 0px 10px 10px 0 !important;
}

/* thead th {
    color: #000 !important;
} */

.data-table thead th {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 17.76px;
    letter-spacing: 0px;
    color: #000;
    text-align: center !important;
    /* width: 100% !important; */
}

.data-table tbody td:last-child {
    gap: 15px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-table thead th:last-child {
    text-align: center;
}

.data-table .dataTables_length label {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-right: 5px;
}

.data-table .dataTables_length select,
.data-table .dataTables_length select:focus-visible {
    width: 100% !important;
    margin: 0;
    padding: 5px 2px;
    border: 1px solid #E5E6ED;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 10px;
    outline: none;
}

.data-table .buttons-excel {
    background-color: #038ba6 !important;
    border: none !important;
    color: #fff !important;
    font-size: 14px !important;
    border-radius: 5px !important;
    padding: 6px 20px !important;
}

.data-table .buttons-excel span i {
    margin-right: 5px;
}

.data-table .dataTables_filter {
    position: relative;
    width: 100%;
}

.data-table .dataTables_filter input {
    position: absolute;
    right: 0;
    width: 100% !important;
    max-width: 230px;
    padding: 6px 9px 6px 30px;
    border-radius: 5px;
    border: 1px solid #E5E6ED;
}

.data-table .dataTables_filter input:focus-visible,
.data-table .dataTables_filter input:focus {
    border: 1px solid #E5E6ED !important;
    box-shadow: none !important;
    outline: none;
}

.data-table .dataTables_filter::after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 41%;
    top: 83%;
    transform: translateY(-50%);
    color: #E5E6ED;
    font-size: 16px;
    pointer-events: none;
}

.data-table .dataTables_empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin-top: 20px;
}

/*------------------ pagination ----------------*/
.data-table .dataTables_paginate {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 10px 0 !important;
    gap: 5px;
}

.data-table .dataTables_paginate span {
    gap: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.data-table .dataTables_paginate span a {
    padding: 6px 15px;
    border: 1px solid #E5E6ED;
    border-radius: 5px;
    cursor: pointer;
}

.data-table .dataTables_paginate span .current {
    background-color: #0233A8;
    color: #fff;
}

.data-table .dataTables_paginate .paginate_button button {
    padding: 6px 15px;
    border: 1px solid #E5E6ED;
    background-color: #fff;
    color: #a0acc9;
    border-radius: 5px;
}

.data-table .dataTables_info {
    display: flex;
    align-items: center;
    height: 100%;
}

/*------------------------------ tabs created ------------------------*/
.tab-buttons {
    display: flex;
    border-bottom: 1px solid #DADBE2;
}

.tab-button {
    cursor: pointer;
    border: none;
    background: #fff;
    border-radius: 20px 20px 0px 0px;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    padding: 10px 40px;
}

.tab-button.active {
    background: #2A65F2;
    color: white;
}

.tab-content {
    padding: 20px 0 0 0;
    border-top: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

/*------------- chip design ----------------------*/
.custom-chip {
    /* width: 112px;
    height: 30px; */
    border-radius: 23px;
    color: #fff !important;
    margin: 0;
    padding: 2px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    line-height: 30px;
}

.green {
    background: #38DB4B;
}

.red {
    background: #FF6D6F;
}

.blue {
    background: #38aedb;
}

.photo-match-badge {
    border-radius: 5px;
    line-height: 22px;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
}

/*-------------------- photo matching modal ------------------*/
.matching-image-sec h6 {
    background-color: #F3F4F8;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    font-family: "Manrope", sans-serif;
}

.modal-title h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Manrope", sans-serif;
}

.modals-description h6 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Manrope", sans-serif;
}

.modals-description p {
    border: 1px solid #E5E6ED;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    font-family: "Manrope", sans-serif !important;
    padding: 18px;
    border-radius: 10px;
}

.modal-view-btn {
    font-size: 18px;
    font-weight: 700;
}

.error-message {
    color: #FF1919;
    margin: 10px 0;
}

.error-message i,
.match-message i {
    font-size: 15px;
    margin-right: 5px;
}

.error-message span,
.match-message span {
    font-size: 16px;
    font-weight: 600;
}

.match-message {
    color: #38DB4B;
    margin: 10px 0;
}

.select2 {
    text-align: left;
}

.profile-auth {
    filter: brightness(0) saturate(100%) invert(9%) sepia(83%) saturate(4584%) hue-rotate(222deg) brightness(96%) contrast(75%);

}