@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
    font-family: "Poppins", sans-serif;
    background-color: rgb(245 245 245);
}

ul {
    padding: 0px;
    margin: 0px;
}

.flt {
    float: left;
    width: 100%;
}

.form-control:focus {
    border-color: rgb(252, 137, 25) !important;
    box-shadow: 0 0 0 0.2rem rgba(252, 138, 25, 0.25);
}

.no_data {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px;
    font-family: "Poppins", sans-serif;
}

.page_body {
    /* padding: 12px 30px; */
    padding: 12px;
    min-height: calc(100vh - 162px);
    background-color: #dee3ee;
}

.page_outer_body {
    box-shadow: 0 0 10px #299cd41a;
    overflow: auto;
    /* padding: 8px; */
    background: rgba(255, 255, 255, 1);
    border-radius: 9px;
    margin-top: 3px;
}

.filter_title {
    font-size: 16px;
    font-weight: 500;
    color: #001a4d;
    font-family: "Poppins", sans-serif;
}
.add_btn{
    border-radius: 9px !important;
}
.input_wrapper input {
    border-radius: 7px !important;
}
.input_wrapper select {
    border-radius: 7px !important;
}
.input_wrapper textarea {
    border-radius: 7px !important;
}
.save_print
{
    padding: 10px !important;
    border-radius: 9px !important;
}

.filter_container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.filter_container select,
.filter_container input {
    background: #fff;
    height: 40px;
    font-family: "Poppins", sans-serif;
    border-radius: 4px;
    border: 1.5px solid rgb(0, 48, 73);
    padding-left: 10px;
}



.filter_container select:focus,
.filter_container input:focus {
    outline: none;
}

.page_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:8px
}

.filter_container {
    position: relative;
}

.filter_container input {
    position: relative;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.filter_container span {
    position: absolute;
    right: 5px;
    top: 8px;
    font-size: 18px;
    color: rgb(0, 48, 73);
    font-family: 'Poppins', sans-serif;
}

ngx-pagination i {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

/* modal */


.modal.fade .modal-dialog {
    transform: translateX(100%);
}

.modal.right .modal-dialog {
    /* position: fixed;
    margin: auto;
    width: 400px; */
    /* height: 100%; */
    right: 0;
    top: 0;
    bottom: 0;
    transition: transform 0.3s ease-in-out;
}


.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 3px !important;
}

.modal.right .modal-header {
    background: rgb(0, 48, 73);
    color: white;
    border-bottom: none;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.top_model_heder img {
    margin-right: 5px;
}

.modal-title {
    line-height: 0 !important;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.view_data img:hover {
    background: #B57E10;
    border-radius: 3px;
}


/* table */

.table-container {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.table-container thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 100;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); */
}

.table-container tbody {
    display: block;
    overflow-y: auto;
    /* max-height: 300px; */
    width: 100%;
}


.table-container thead tr,
.table-container tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}


.table_wrapper {
    margin-top: 20px;
    overflow-x: auto;
}

.table_wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins', sans-serif;
}

.pagination_container {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.table_wrapper tr td {
    font-size: 13px;
    font-weight: 400;
    padding: 8px 10px;
    text-transform: capitalize;
    /* border-bottom: 1px solid #f1f5fc;
    border-right: 1px solid #f1f5fc; */
    /* background: rgba(255, 255, 255, 1); */
    word-wrap: break-word;
    white-space: normal;
    vertical-align: top;
    word-break: break-all;
    font-family: "Poppins", sans-serif;
}

.pagination_container p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.table_wrapper tr th {
    font-size: 14px;
    font-weight: 400;
    color: #001a4d;
    background-color: #e2e6ef;
    white-space: nowrap;
    /* border-right: 1px solid #f1f5fc; */
    padding: 5px 10px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.modal-backdrop.fade {
    background: #00000099 !important;

}

.input_container {
    position: relative;
    display: flex;
    align-items: center;
}

.input_container input {
    height: 100%;
    border: none;
    color: rgba(112, 112, 112, 1);
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
    height: 35px;
    font-family: "Poppins", sans-serif;
    border: 1px solid rgba(219, 232, 255, 1);
    border-radius: 7px;
}

.input_container span {
    position: absolute;
    right: 6px;
    color: rgba(112, 112, 112, 1);
    font-size: 17px;
    font-family: "Poppins", sans-serif;
}

.search_side_text_container {
    display: flex;
    margin-top:5px;
    /* border: 1px solid rgba(219, 232, 255, 1); */
}

select:disabled {
    opacity: 1;
}

.side_text select {
    height: 30px;
    padding: 0 15px;
    background-color: #fff;
    border: none;
    border-right: 1px solid #d8edff;
    font-family: "Poppins", sans-serif;
}

.side_text {
    height: 30px;
    padding: 0 20px;
    background: rgba(217, 223, 235, 1);
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.input_container input:focus {
    outline: none;
}

.download_xl {
    border-radius: 3px;
    border: 1px solid rgb(49 136 217);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    height: 40px;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 3px;
    font-family: "Poppins", sans-serif;
}

.download_xl span {
    color: rgb(13 13 13);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    width: calc(100% - 34px);
    font-family: "Poppins", sans-serif;
}

.download_xl b {
    width: 34px;
    height: 34px;
    line-height: 30px;
    background-color: rgb(49 136 217);
    border: none;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.report_cont {
    display: flex;
    align-items: center;
    gap: 20px;

}

.action_cont {
    display: flex;
    align-items: center;
    gap: 10px;
}

.download_vocher .fa-download {
    cursor: pointer;
    color: #78d7a6;
    margin-left: 6px;
}

.fa-eye {
    cursor: pointer;
    font-size: 15px;
    color: #78d7a6;
}

.table_wrapper .rounded-table {
    min-width: 1200px;
}

.fa-download {
    cursor: pointer;
    font-size: 15px;
}

.fa-download:hover {
    color: #78d7a6 !important;
    transform: scale(1.5);
}

.fa-eye:hover {
    color: #78d7a6 !important;
    transform: scale(1.5);
}

.appointment_list {
    display: flex;
    justify-content: flex-start;
}

.appointment_list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.appointment_list ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 8px 0px;
    font-family: "Poppins", sans-serif;
}

.appointment_list li span {
    width: 70%;
    text-align: left;
}

.appointment_list li b {
    width: 20%;
    text-align: left;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.appointment-modal-title {
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 10px;
    color: #002b53;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.modal-header {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    padding: 5px 20px !important;
}

.cancel_mark {
    cursor: pointer;
}

@media (min-width: 320px) and (max-width: 479px) {
    .page_top {
        display: block !important;
    }

    .page_top input {
        width: 100%;
    }

    .page_top .filter_title {
        margin-bottom: 10px;
    }

    .report_cont {
        flex-direction: column;
    }

    .date-range-picker-icon {
        margin-left: -6% !important;
    }

    .filter-input {
        width: 92% !important;
    }

    .filter-input .download_xl {
        width: 100% !important;
    }

    .input_container input {
        width: 100% !important;
    }

    .pagination_container {
        display: block !important;
        margin: 20px 0px;
    }

    ol,
    ul {
        padding-left: 0rem !important;
    }

    .chart_main {
        border: none !important;
        margin: 0px !important;
    }

    .legend-container {
        float: inherit !important;
    }

    .item_photo_upload {
        width: 100%;
    }
}

@media (min-width: 480px) and (max-width: 639px) {
    .page_top {
        display: block !important;
    }

    .page_top input {
        width: 100%;
    }

    .page_top .filter_title {
        margin-bottom: 10px;
    }

    .report_cont {
        flex-direction: column;
    }

    .date-range-picker-icon {
        margin-left: -6% !important;
    }

    .filter-input {
        width: 67% !important;
    }

    .filter-input .download_xl {
        width: 100% !important;
    }

    .input_container input {
        width: 100% !important;
    }

    .pagination_container {
        display: block !important;
        margin: 20px 0px;
    }

    ol,
    ul {
        padding-left: 0rem !important;
    }

    .chart_main {
        border: none !important;
        margin: 0px !important;
    }

    .legend-container {
        float: inherit !important;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .chart_main {
        border: none !important;
        margin: 0px !important;
    }

    .overview_box .col-sm-4,
    .overview_box .col-sm-8 {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .chart_main {
        border: none !important;
        margin: 0px !important;
    }

    .overview_box .col-sm-4,
    .overview_box .col-sm-8 {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .legend-container {
        float: inherit !important;
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {}


/* calendar */
.daterangepicker {
    left: auto !important;
    /* Prevent default left position */
    right: auto !important;
    /* Prevent default right position */
    width: 350px;
    /* Adjust width as needed */
}

.daterangepicker.opensleft {
    left: 0 !important;
    /* Force open to left */
}

.daterangepicker.opensright {
    right: 0 !important;
    /* Force open to right */
}

input:focus-visible {
    outline: none !important;
}

select:focus-visible {
    outline: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

textarea:focus-visible {
    outline: none !important;
}
.invalid-feedback{
    font-size: 13px !important;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif !important;
}

.rounded-table tbody tr:nth-child(odd) {
    background-color: #f1f4f7 !important;
    /* light gray */
}


.page_body {
    display: flex;
    flex-direction: column;
}

.page_outer_body {
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

@media (min-width: 1366px) and (max-width: 1894px) {
    .table-container {
        height: calc(100vh - 300px);
    }
}


@media (min-width: 1895px) {
    .table-container {
        height: calc(100vh - 300px);
    }
}