.main_btn {
    width: fit-content;
    padding: 0 20px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--color-primary);
    font-size: 14px;
    font-family: "font_bold";
    border: 1px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}

.main_btn:hover {
    background-color: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.main_btn_visit {
    width: fit-content;
    padding: 0 20px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: var(--color-primary);
    font-size: 14px;
    font-family: "font_bold";
    border: 1px solid transparent;
    border-radius: 10px;
}

.main_btn_visit:hover {
    background-color: #fff;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.main_btn1 {
    width: fit-content;
    padding: 0 20px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: var(--color-primary);
    font-size: 14px;
    font-family: "font_bold";
    border: 1px solid var(--color-primary);
    border-radius: 10px;
}

.main_btn1:hover {
    color: #fff;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
}
.content-app {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    min-height: 100vh;
    z-index: 1;
    float: left;
    transition: all 0.3s linear;
    justify-content: space-between;
}

.top-bar {
    width: 100%;
    height: 90px;
    background-color: var(--color-white);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-page {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 40%;
}

.top-bar .top-content ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.top-bar .top-content ul .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

/* home page */

.app-data {
    padding: 25px;
    width: 100%;
}

.welcome-card {
    width: 100%;
    height: 220px;
    background-image: linear-gradient(to left, #005d7a, #76bda3);
    border-radius: 20px;
    padding: 0 20px;
}

.welcome-card .row {
    height: 100%;
}

.welcome-card .col-lg-3,
.welcome-card .col-lg-9 {
    height: 100%;
}

.welcome-card .col-lg-3 {
    align-content: end;
}

.welcome-card .col-lg-3 img {
    width: 240px;
    height: 180px;
    object-fit: contain;
}

.welcome-card .card-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px;
    width: 90%;
}

.welcome-card .card-title h3 {
    font-family: "font_bold";
    color: white;
    font-size: 24px;
}

.welcome-card .card-title h3 span {
    color: var(--color-secondary);
}

.welcome-card .card-title p {
    font-size: 20px;
    color: var(--color-white);
}

.welcome-card .card-title p span {
    font-size: 20px;
    color: var(--color-secondary);
}

.nav-link {
    color: var(--color-primary);
    font-family: "font_bold";
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--color-primary);
}

.statistics-cards {
    margin: 30px 0;
}

.statistics-cards .row {
    row-gap: 20px;
}

.statistic-card {
    display: flex;
    justify-content: space-between;
    align-items: end;
    height: 170px;
    padding: 20px 20px 30px;
    background-image: linear-gradient(to left, #005d7a, #76bda3);
    border-radius: 20px;
}

.main-app2 .statistic-card {
    background-color: white;
    box-shadow: 0 10px 30px 0 rgba(0, 94, 122, 0.4);
    background-image: none;
    position: relative;
    overflow: hidden;
    align-items: start;
    justify-content: start;
}

.statistic-card .card-text {
    height: 100%;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
}

.main-app2 .statistic-card .card-text {
    justify-content: start;
}

.main-app2 .statistic-card .card-text h4,
.main-app2 .statistic-card .card-text p,
.main-app2 .statistic-card .statistics-value span {
    color: var(--color-primary);
}

.statistic-card .card-text h4 {
    font-size: 16px;
    font-family: "font_bold";
    color: white;
}

.statistic-card .card-text p {
    font-size: 55px;
    font-family: "font_bold";
    color: white;
}

.statistic-card .card-img {
    width: 125px;
    height: 82px;
}

.statistic-card .card-img img {
    width: 100%;
    height: 100%;
}

.main-app2 .statistic-card .card-img {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
}

.statistic-card .statistics-value span {
    text-align: end;
    width: 100%;
    display: block;
    color: white;
    margin-top: 4px;
}

.last-info-details {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 30px 0;
}

#myChart1,
#myChart2 {
    background-color: #fff;
    padding: 30px 20px 20px;
    border-radius: 20px;
    margin: 30px 0;
}

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

.chart-header h4 {
    font-size: 20px;
    font-family: "font_bold";
    color: var(--color-primary);
}

.chart-header select {
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    cursor: pointer;
}

.last-info-details .nav-pills {
    justify-content: end;
}

.last-info-table {
    display: grid;
    grid-template-columns: 1.5fr repeat(5, 1fr);
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px;
}
.last-info-details.shelters .last-info-table.auditor,
.last-info-table.auditor {
    display: grid;
    grid-template-columns: 1.5fr repeat(6, 1fr) 0.5fr;
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px;
}

.last-info-table.requirments {
    display: grid;
    grid-template-columns: 3fr 1fr 3fr;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.table-header,
.table-row {
    display: contents;
    /* نخلي العناصر جوة grid */
}

.table-row:nth-child(odd) > p {
    background-color: #f9f9f9;
}

.table-row:nth-child(even) > p {
    background-color: #ffffff;
}

.last-info-table .table-row p {
    padding: 15px 10px 10px;
    text-align: center;
    font-size: 14px;
    color: rgba(27, 31, 38, 0.72);
    font-family: "font_bold";
}

.last-info-table .table-row p:first-child {
    text-align: start;
}

.last-info-table .table-row:last-child p:first-child {
    text-align: center;
    border-radius: 0 0px 20px 0;
}

.last-info-table .table-row:last-child p:last-child {
    border-radius: 0 0px 0px 20px;
}

.last-info-table div {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.last-info-table div:last-child {
    border-right: none;
    border-radius: 20px;
}

.table-header p:last-child {
    border-radius: 20px 0 0 0;
}

.table-header p:first-child {
    border-radius: 0 20px 0 0;
}

.table-header p {
    font-weight: bold;
    background: var(--color-primary);
    color: white;
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}

.last-info-details .status {
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
}

/* .last-info-details .done {
    background: #d3f9d8;
    color: #34c759 !important;
} */

.last-info-details .pending {
    background: #f1f3f5;
    color: #495057 !important;
}
.last-info-details .completed {
    background: #d3f9d8;
    color: #34c759 !important;
}

.last-info-details .unmatched {
    background: #ebcb3f;
    color: #f1f3f5 !important;
}

.last-info-details .canceled {
    background: #ffe3e3;
    color: #c92a2a !important;
}

.last-info-details .table-row.not-matched p {
    background: #ffe3e3;
}

.last-info-details .not-exist {
    background: #fff;
    color: var(--color-gray) !important;
    pointer-events: none;
}

.last-info-details .file a {
    background: #fff;
    color: var(--color-primary) !important;
    text-decoration: underline !important;
}

/* shelters */

.path p {
    font-size: 18px;
    color: #000;
    font-family: "font_bold";
    margin-bottom: 20px;
}

.path {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.last-info-table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.last-info-table-container .row {
    row-gap: 20px;
}

.last-info-table-container.more-violations .list-select,
.last-info-table-container.more-violations .list-select {
    display: flex;
    justify-content: end;
}

.last-info-table-container.more-violations .list-select select,
.last-info-table-container.paint-chart .list-select select {
    width: fit-content;
}

.last-info-table {
    min-width: 850px;
}

.last-info-details.shelters .last-info-table {
    display: grid;
    grid-template-columns: 1.5fr repeat(5, 1fr) 0.5fr;
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
}

.tabels-details-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
}

.notes h3,
.tabels-details-header h2 {
    font-size: 20px;
    font-family: "font_bold";
}

.shelters-header .shelters-search,
.tabels-details-header .shelters-search {
    position: relative;
}

.shelters-search-conainer {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.shelters-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.shelters-header .shelters-search input,
.tabels-details-header .shelters-search input {
    width: 300px;
    height: 45px;
    padding: 5px 30px 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.tabels-details-header .shelters-search input::placeholder {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.3);
}

.shelters-header .shelters-search img,
.tabels-details-header .shelters-search img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* sheler-details page */
.visit-form,
.notes,
.shelter-info {
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.shelter-info .info-header {
    display: flex;
    justify-content: space-between;
}

.shelter-info .info-header .info-header-title {
    display: flex;
    gap: 20px;
}

.shelter-info .info-header .info-header-title .title-img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 94, 122, 0.1);
    border-radius: 10px;
}

.shelter-info .info-header .info-header-title .title-img img {
    width: 40px;
    height: 40px;
}

.shelter-info .info-header .info-header-title .title-text h2 {
    color: black;
    font-family: "font_bold";
    font-size: 20px;
}

.shelter-info .info-header .info-header-title .title-text p {
    text-align: end;
    color: black;
    font-size: 20px;
}

.shelter-info .info-body {
    display: flex;
    gap: 30px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.shelter-info .info-body .body-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shelter-info .info-body .body-item h3 {
    color: var(--color-gray);
    font-size: 16px;
}

.shelter-info .info-body .body-item p {
    color: black;
    font-size: 16px;
    font-family: "font_bold";
}

.shelter-info .info-body .body-item.address {
    width: 100%;
    height: 400px;
}

.shelter-sub-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px dashed #f1f1f1;
    width: 100%;
}

.shelter-sub-info.row {
    flex-direction: row;
    gap: 0;
}

.shelter-sub-info h2 {
    color: var(--color-primary);
    margin-bottom: 10px;
}

.shelter-sub-info .info-body .body-item p.status.active {
    background-color: #34c75933;
    color: #34c759;
    padding: 4px 8px;
    border-radius: 8px;
}

.last-info-table .table-row span.status.active {
    background-color: #34c75933;
    color: #34c759;
    padding: 4px 8px;
    border-radius: 8px;
}

.last-info-table .table-row span.status.expired {
    background-color: #ffeceb;
    color: #ff3b30;
    padding: 4px 8px;
    border-radius: 8px;
}

.last-info-table .table-row span.status.suspended {
    background-color: #f9ffeb;
    color: #f39212;
    padding: 4px 8px;
    border-radius: 8px;
}
.visit-info {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
    flex-wrap: wrap;
}

.visit-info .visit-item {
    background-color: rgba(0, 94, 122, 0.1);
    min-height: 120px;
    width: calc((100% / 5) - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-align: center;
    border-radius: 10px;
}

.visit-info .visit-item p {
    font-size: 16px;
    color: var(--color-gray);
}

.visit-info .visit-item span {
    color: var(--color-primary);
    font-size: 16px;
    font-family: "font_bold";
}

.last-info-details.requirements .last-info-table {
    display: grid;
    grid-template-columns: 2fr 0.5fr 2fr 0.5fr;
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
    overflow-x: auto;
}

.notes textarea {
    border-radius: 10px;
    padding: 15px;
    min-height: 200px;
}

.last-info-details.requirements .last-info-table {
    display: grid;
    grid-template-columns: 2fr 0.5fr 2fr 0.5fr;
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
    overflow-x: auto;
}

.last-info-details.samples .last-info-table {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
    overflow-x: auto;
}

.last-info-details.samples .last-info-table .table-row p:first-child {
    text-align: center;
}

.last-info-move {
    width: 100%;
    display: flex;
    justify-content: center;
}

.last-info-details.samples .main_btn {
    margin: 20px;
}

/* Shelters-analysis */

.last-info-details.reservations .last-info-table {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px;
}

.last-info-details.reservations .last-info-table .table-row:last-child p {
    background-color: rgba(0, 94, 122, 0.5);
    color: white;
}

/* visit-form */

.visit-form .nav-pills {
    margin: 10px;
}

.visit-form .form-select {
    background-position: left 0.75rem center;
    padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

.visit-form .select2-container--default .select2-selection--single,
.visit-form select,
.visit-form input {
    height: 40px;
    background-color: transparent;
    border-radius: 10px;
    font-size: 14px;
}

.visit-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.visit-form
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 100%;
}

.visit-form input::placeholder {
    color: var(--color-gray);
}

.visit-form label {
    font-size: 14px;
    font-family: "font_bold";
}

.visit-form .input-container,
.visit-form .select-container {
    margin: 10px 0;
}

.visit-form .input-container,
.visit-form .select-container {
    margin: 10px 0;
}

.visit-form .btn-action {
    margin: 30px 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.last-info-details.violations .last-info-table {
    display: grid;
    grid-template-columns: 1fr repeat(2, 1.5fr) 0.5fr;
    /* 6 أعمدة */
    border: 1px solid #ccc;
    border-radius: 20px;
}

.last-info-details.violations .last-info-table .table-row p:first-child {
    text-align: center;
}

.requirements-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.requirements-list .list-item-input {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
}

.requirements-list .list-item-input input {
    border: none;
    outline: none;
    padding: 15px 20px;
    height: auto;
    width: 70%;
    font-size: 15px;
}

.requirements-list .list-item-input input::placeholder {
    font-size: 14px;
}

.requirements-list .list-item-input .list-select,
.requirements-list .list-item-input img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.requirements-list .list-item-input .delete-list {
    left: 40px;
}

.requirements-list .list-item-input .list-select {
    left: 20%;
    width: fit-content;
    height: fit-content;
}

.requirements-list .list-item-input .list-select select {
    border: none !important;
    width: 100%;
}

/* login */

.login-pages {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../images/login.png");
    background-position: center;
    background-size: cover;
}

.login-form {
    background-color: #fff;
    width: 50%;
    border-radius: 20px;
}

.login-form form {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 40px;
    justify-content: center;
    align-items: center;
}

.login-form .form-group {
    width: 100%;
    margin-bottom: 0;
}

.login-form .form-group input {
    height: 40px;
    font-size: 15px;
}

.login-form .remember-me {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.login-form .remember-me a {
    text-decoration: none;
    color: var(--color-primary);
}

.login-form .remember-me .form-check {
    padding-left: 0em;
    padding-right: 1.5em;
}

.login-form .remember-me .form-check .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0em;
}

.login-form button {
    width: 100%;
}

/* support center */

.accordion {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.accordion-item {
    border: none;
    border: 1px dashed var(--color-Primary1);
    border-radius: 12px;
    background-color: rgba(36, 161, 156, 0.07);
}

.accordion-item:not(:first-of-type) {
    border: 1px dashed var(--color-Primary1);
    border-radius: 12px;
}

.accordion-button::after {
    color: white;
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    color: white;
    position: absolute;
    left: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    border-radius: 12px 12px 0 0;
}

.accordion-body {
    color: rgba(102, 102, 102, 1);
    border-radius: 12px;
}

.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
    border-radius: 12px;
}

.accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    color: var(--color-Primary1);
    background-color: rgba(36, 161, 156, 0.07);
}

.accordion-button:not(.collapsed) {
    background-color: var(--color-Primary3);
    color: var(--color-Primary1);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button {
    text-align: right !important;
    border-radius: 12px;
}

.question-image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.visit-form.support .nav-pills {
    display: flex;
    justify-content: space-between;
}

.visit-form.support .nav-pills li {
    width: calc(100% / 3);
    padding: 10px;
}

.visit-form.support .nav-pills li button {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.visit-form.support .nav-pills li .nav-link.active svg path {
    fill: #fff;
    fill-opacity: 1;
}

.visit-form.support form {
    margin: 30px 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.visit-form.support form .form-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.visit-form.support textarea {
    width: 100%;
    height: 170x;
    padding: 20px;
}

.visit-form.support .main_btn {
    width: 100%;
    margin-top: 20px;
}

.visit-form.support {
    padding: 0px;
    background-color: transparent;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.visit-form.support .tab-content {
    padding: 40px 15px;
    background-color: #fff;
    border-radius: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.modal.support .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.modal.support .main_btn {
    background-color: rgba(0, 94, 122, 0.1);
    color: var(--color-primary);
    width: 100%;
}

.modal.support .modal-header {
    border-bottom: none;
}

.modal.support .modal-header button {
    background-color: rgba(214, 229, 234, 1);
    border-radius: 50%;
    padding: 10px;
}

/* add-visit */

.visit-form.add .nav-pills {
    border-bottom: 1px solid #e5e5e5;
    gap: 10px;
    padding-bottom: 10px;
}

.visit-form.add .nav-pills li button {
    display: flex;
    gap: 10px;
    color: rgba(0, 0, 0, 0.3);
}

.visit-form.add .nav-pills li .nav-link.active {
    color: #fff;
}

.visit-form.add .nav-pills li .nav-link.active svg path {
    fill: #fff;
    fill-opacity: 1;
}

/* chart */

.chart-card {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    height: 100%;
}

/* deposit */

.last-info-table-container.powers,
.last-info-table-container.deposits {
    overflow-x: unset;
    margin: 50px 0;
}

.last-info-table-container.deposits .row {
    row-gap: 15px;
}

.deposits-card {
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.deposits-card .deposits-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding-bottom: 8px;
}

.deposits-card .deposits-header,
.deposits-card .deposits-body .body-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deposits-card .deposits-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.powers-card {
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    transition: 0.3s all ease-in-out;
    height: 100%;
}

.powers-card:hover,
.powers-card.active {
    background-color: #e8e8e8;
}

.powers-card .powers-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.powers-card .powers-header img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.powers-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.powers-body .body-row {
    display: flex;
    gap: 6px;
}

.powers-body .body-row p {
    font-size: 16px;
    word-break: break-all;
    overflow-wrap: break-word;
    max-width: 100%;
}

.powers-body .body-row img {
    width: 20px;
}

.more-setting {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 10px;
    left: 10px;
}

.more-setting .dropdown-menu {
    position: absolute;
    top: 25px;
    /* تحت الأيقونة */
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 0;
    list-style: none;
    margin: 0;
    display: none;
    /* مخفية افتراضياً */
    width: fit-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.more-setting .dropdown-menu li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
    transition: background 0.2s;
}

.more-setting .dropdown-menu li:hover {
    background: #f5f5f5;
}

.more-setting .dropdown-menu li.delete {
    color: red;
}

.more-setting .dropdown-menu img {
    width: 16px;
    height: 16px;
}

.more-setting .more-btn {
    height: 20px;
}

.more-setting .submit-delete {
    background: transparent;
    border: none;
}

.last-info-table-container.inspectors .powers-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.last-info-table-container.inspectors .card-footer {
    display: flex;
    justify-content: center;
}

.last-info-table-container.inspectors .card-footer {
    padding: 20px 0;
}

.last-info-table-container.inspectors .card-footer .row {
    width: 110%;
    display: flex;
    justify-content: space-between;
}

.last-info-table-container.inspectors .card-footer .row .col-6 {
    padding: 8px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.last-info-table-container.inspectors .card-footer .row .col-6:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.progress-row {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 5px;
    font-weight: bold;
    font-size: 14px;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: #2c6e63;
    /* اللون الأخضر */
    border-radius: 5px;
    transition: width 0.3s ease;
}

.progress-value {
    color: #2c6e63;
}

.last-info-table-container.inspectors .footer-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.last-info-table-container.inspectors .footer-row span {
    font-size: 14px;
}

/*  */

.form-container {
    position: relative;
}

.form-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.input-check-code {
    margin: 20px 0;
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    justify-content: center;
}

.login-form .form-group .input-check-code input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.login-form .form-group.check-code P {
    text-align: center;
    color: black;
    font-size: 16px;
}

.visit-form .upload-input {
    width: 100%;
    padding: 16px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
    color: #333;
    height: 80px;
    cursor: pointer;
}

.upload-input::file-selector-button {
    display: none;
    /* نخفي زر التصفح الافتراضي */
}

.upload-input::before {
    content: attr(data-label);
    color: #999;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(50%);
    position: absolute;
}

/* reports */

.last-info-details.reports .last-info-table {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
    overflow-x: auto;
    min-width: 1300px;
}

.last-info-details.reports .add-row-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.last-info-details.reports .add-row-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.last-info-details.reports .add-row-btn a i {
    transition: 0.3s all ease-in-out;
    font-size: 20px;
}

.last-info-details.reports .add-row-btn a:hover i {
    color: var(--color-primary);
}

/* add-row */

.add-row-header {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.add-row-header h2 {
    font-size: 22px;
    font-weight: 600;
}

/* questions admin */

.last-info-details.questions .last-info-table {
    display: grid;
    grid-template-columns: 3fr 4fr 1fr;
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
    overflow-x: auto;
}

.last-info-details.contactus .last-info-table {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr 3fr 3fr;
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
    overflow-x: auto;
}

.last-info-details.questions .last-info-table .table-row p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

.last-info-details.questions .last-info-table .table-row .action-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.last-info-details.contactus .last-info-table {
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    border: 1px solid #ccc;
    border-radius: 20px 20px 0 0;
    overflow-x: auto;
}
.last-info-details.establishments .last-info-table {
    display: grid;
    grid-template-columns: 3fr 0.5fr repeat(3, 2fr) 1fr 3fr 2fr 1.5fr;
    border: 1px solid #ccc;
    overflow-x: auto;
    border-radius: 20px 20px 0 0;
}

.last-info-details.establishments .last-info-table .table-row p:last-of-type {
    display: flex;
    justify-content: space-between;
}

.last-info-details .last-info-table {
    border-radius: 20px 20px 0 0;
}
.last-info-details .last-info-table.list {
    border-radius: 0 0 20px 20px;
}

.last-info-details .last-info-table.list:has(> .not-sound-data:not(:empty)) {
    grid-template-columns: 1fr;
}

.last-info-details.contactus .last-info-table .table-row p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

.last-info-details.contactus .last-info-table .table-row p.actions{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.last-info-details.contactus .last-info-table .table-row .action-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.app-data .last-info-details .upload-profile {
    display: flex;
    justify-content: center;
}
.app-data .last-info-details .image {
    width: 200px;
    height: 200px;
    /* border-radius: 50%; */
    margin: 10px auto;
    border: none;
}
.app-data .last-info-details .image figure {
    position: relative;
}
.app-data .last-info-details .image .iconImg {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 12px;
    bottom: 10px;
}

.admin-action {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.last-info-table #replayModal1 div {
    border-bottom: none !important;
    border-right: none !important;
}

/* landing-page */

.landing-page nav {
    height: 80px;
    background-color: #fff;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.landing-page nav .main-container {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.landing-page nav .landing-nav-actions {
    display: flex;
    gap: 15px;
}

.landing-page nav .landing-nav-actions .main_btn {
    background: linear-gradient(
        135deg,
        rgba(0, 94, 122, 1),
        rgba(118, 189, 163, 1)
    );
}

.landing-page nav .landing-nav-actions .main_btn:hover {
    background: #fff;
}

.landing-page nav .landing-nav-actions .main_btn.lang {
    width: fit-content;
    padding: 10px;
    background: rgba(0, 94, 122, 0.1);
    color: var(--color-primary);
    display: flex;
    gap: 5px;
}

.login-pages.landing-page {
    justify-content: start;
    align-content: start;
    flex-direction: column;
}

.landing-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    gap: 25px;
    width: 75%;
    color: #fff;
}

.landing-text h1 {
    font-size: 45px;
}

.landing-text p {
    color: rgba(255, 255, 255, 1);
}

.landing-actions {
    display: flex;
    gap: 15px;
}

.landing-actions .main_btn {
    background: linear-gradient(
        160deg,
        rgba(0, 94, 122, 1),
        rgba(118, 189, 163, 1)
    );
    border: 1px solid var(--color-primary);
}

.landing-actions .main_btn:hover {
    background: #fff;
}

.landing-actions .main_btn1 {
    background: #fff;
}

.landing-actions .main_btn1:hover {
    background: linear-gradient(
        135deg,
        rgba(0, 94, 122, 1),
        rgba(118, 189, 163, 1)
    );
}

@media (max-width: 768px) {
    .landing-text h1 {
        font-size: 34px;
    }

    .landing-text p {
        font-size: 16px;
    }

    .landing-page nav .landing-nav-actions .main_btn {
        width: fit-content;
        padding: 8px;
    }

    .landing-page nav .main-container .logo img {
        height: 40px;
    }
}

@media (max-width: 550px) {
    .landing-page nav .landing-nav-actions .main_btn {
        width: fit-content;
        padding: 8px;
    }

    .landing-page nav .main-container .logo img {
        height: 40px;
    }
}

@media (max-width: 425px) {
    .landing-page nav .main-container .logo img {
        height: 35 px;
    }

    .landing-text h1 {
        font-size: 30px;
    }

    .landing-text p {
        font-size: 14px;
    }

    .landing-actions .main_btn,
    .landing-actions .main_btn1 {
        width: fit-content;
        padding: 8px;
    }

    .landing-page nav .landing-nav-actions {
        gap: 5px;
    }
}

/*  */

.filter-table {
    position: relative;
    cursor: pointer;
}

.filter-container {
    position: absolute;
    background-color: #fff;
    box-shadow: -8px 8px 20px 5px #1018281a;
    z-index: -1;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 400px;
    left: 0;
    top: 120%;
    padding: 15px;
    border-radius: 8px;
}

/* #toggleFilter {
    cursor: pointer;
    color: #fff;
} */

.filter-container.open {
    z-index: 99;
    opacity: 1;
}

.filter-container label {
    color: rgb(112, 112, 112);
}

.filter-container .select-filter {
    position: relative;
}

.filter-container select {
    border: 1px solid #bdbdbd;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    border-radius: 8px;
    color: #bdbdbd;
    width: 100%;
    cursor: pointer;
}

.filter-container select {
    background-position: left 0.75rem center;
}
.select-filter img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}

.filter-status {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-status label {
    width: fit-content;
    padding: 5px 8px;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    display: block;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s all ease-in;
}

.filter-status label:hover {
    background-color: #bfd6dd;
    color: #005e7a;
    border-color: transparent;
    transform: scale(1.08);
}

.filter-status input {
    display: none;
}

.filter-status input:checked + label {
    background-color: #bfd6dd;
    color: #005e7a;
    border-color: transparent;
}

.filter-actions {
    display: flex;
    gap: 10px;
}

.filter-actions a,
.filter-actions button {
    width: 50%;
}

.last-info-table-container table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    border-radius: 16px;
    overflow: hidden;
}
.last-info-table-container table tr {
    border-bottom: 1px solid #fff;
}
.last-info-table-container table th {
    background: #1b8a5a;
    color: #fff;
    font-weight: bold;
    padding: 8px;
}
.last-info-table-container table th,
.last-info-table-container table td {
    border-left: 1px solid #fff;
    padding: 10px;
}

.last-info-table-container table td:nth-child(1),
.last-info-table-container table td:nth-child(2) {
    background-color: #bbded1;
}

.last-info-table-container table td:nth-child(3) {
    background-color: #ffaca7;
}

.last-info-table-container table td:nth-child(4),
.last-info-table-container table td:nth-child(5) {
    background-color: #c5dae1;
}
.last-info-table-container table td:nth-child(6),
.last-info-table-container table td:nth-child(7) {
    background-color: #80afbd;
}

.last-info-table-container table td:nth-child(8) {
    background-color: #c5e29f;
}

.last-info-table-container table th.date,
.last-info-table-container table td.date {
    background-color: #76bda3;
}

.last-info-table-container table td.tax,
.last-info-table-container table th.tax {
    background-color: #ff584f;
}
.last-info-table-container table th.bill,
.last-info-table-container table td.bill {
    background-color: #8ab5c2;
}

.last-info-table-container table td.Facility,
.last-info-table-container table th.Facility {
    background-color: #005e7a;
}
.last-info-table-container table th.difference,
.last-info-table-container table td.difference {
    background-color: #8ac53e;
}

.last-info-table-container tbody {
    background: #3e6b16;
    color: white;
}

.last-info-table-container tfoot {
    background: #8ad14c;
    font-weight: bold;
    color: #fff;
}

.last-info-table-container .diff-red {
    color: #ff4444;
}

.violations-card {
    padding: 20px;
    border-radius: 20px;
    border: 1px dashed #ccc;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.violations-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}

.violations-card .card-header P {
    border-radius: 20px;
    padding: 0px 10px;
    font-size: 15px;
    border: 1px solid #005e7a;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    color: #000;
}

.visit-attachments {
    border: 1px dashed #ccc;
    padding: 20px;
    border-radius: 20px;
    margin-top: 15px;
}
.visit-attachment {
    background: radial-gradient(circle at left, #76bda3, #005e7a);
    border-radius: 16px;
    display: flex;
    gap: 8px;
    padding: 10px;
    align-items: center;
    transition: 0.3s all ease-in-out;
    border: 1px solid transparent;
}

.visit-attachment p {
    color: white;
    transition: 0.3s all ease-in-out;
}

.visit-attachment svg {
    transition: 0.3s all ease-in-out;
}
.visit-attachment:hover {
    border: 1px solid #005e7a;

    background: #fff;
}

.visit-attachment:hover p {
    color: var(--color-primary);
}

.visit-attachment:hover svg {
    background-color: var(--color-primary);
    padding: 2px;
    border-radius: 5px;
}

.visit-attachments-action {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px 0;
}

.visit-attachments-action .main_btn,
.visit-attachments-action .main_btn1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.visit-attachments-action .main_btn:hover svg path {
    fill: var(--color-primary);
}

.visit-attachments-action .main_btn1:hover svg path {
    fill: #fff;
}

.import-establishment .modal-body {
    display: flex;
    gap: 15px;
}
.modal.import::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.import-establishment .modal-body a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-radius: 10px;
    border: 1px dashed #005e7a;
    color: #005e7a;
    transition: 0.3s all ease-in-out;
    width: 50%;
}

.import-establishment .modal-header {
    border-bottom: none;
}

.import-establishment .modal-body {
    padding: 30px 20px;
}

.import-establishment .modal-body a:hover {
    border: 1px solid #005e7a;
    background-color: #005e7a;
}

.import-establishment .modal-body a p {
    font-size: 20px;
    border: 1px dashed #005e7a;
    color: #fff;
    background-color: #005e7a;
    padding: 10px 20px;
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
    width: 100%;
    text-align: center;
    align-content: center;
}

.import-establishment .modal-body a:hover p {
    color: #005e7a;
    background-color: #fff;
    border: 1px solid #005e7a;
}

.ADD-NEW {
    background-color: #76bda3;
}

.select-multiple .select2-container--default .select2-selection--multiple .select2-selection__choice{

    background-color: var(--color-primary);
    color: #fff;
}

.notification-icon {
    position: relative;
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #005e7a;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(100% - 300px);
    height: 60px;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 99999999999;
    border-radius: 10px;
}
footer p{
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: white;
}



.reason-auditor {
   display: flex;
   flex-direction: column;
   gap: 10px;
   margin: 10px 0;
}
