@charset "UTF-8";

html,
body {
    height: 100% !important;
}

body {
    font-family: "Cairo" !important;
}

/* Hide the browser's default button in input of type number */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.form-check-input.nice-check[type="radio"] {
    display: none !important;
}

input::placeholder {
    color: #7c7d7d !important;
}

.form-check-input.nice-check[type="radio"]~.form-check-label {
    border: 1px solid #28282880;
    color: #28282880;
    border-radius: 15px;
    padding: 5px;
    width: 100%;
    text-align: center;
}

.font-light {
    color: #948686 !important;
}

.form-check-input.nice-check[type="radio"]:active~.form-check-label {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.form-check-input.nice-check[type="radio"]:focus~.form-check-label {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.form-check-input.nice-check[type="radio"]:checked~.form-check-label {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.form-check-input.nice-check[type="radio"][disabled]~.form-check-label,
.form-check-input.nice-check:disabled~.form-check-label {
    cursor: default;
    opacity: 0.5;
}

.nice-border{
    border: 3px solid rgba(40, 40, 40, 0.1) !important;
    border-radius: 21px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) !important;
}

.btn-check:checked+.btn.btn-check-label, .btn-check+.btn:hover.btn-check-label{
    background: #92E3A933;
    border-color: #1DB695;
    color: #000000;
}

.filter-item{
    border: 2px solid gray;
    border-radius: 21px;
    padding: 5px;
    /* margin: 2px; */
}

.method-check~span {
    padding: 5px;
    border: 0 !important;
}

.method-check:checked~span {
    border-radius: 50% !important;
    /* padding: 0; */
    background: #b9ded5;
}

.dropdown-menu {
    --bs-dropdown-min-width: 0;
    --bs-dropdown-border-color: var(--bs-border-color);
}

.home-case-card {
    width: 176px !important;
    height: auto !important;
    box-shadow: 0px 4px 4px 0px #0000000d !important;
    cursor: pointer !important;
    border: 2px solid rgba(40, 40, 40, 0.1) !important;
    text-decoration: none !important;
}

.home-case-card .card-body p {
    font-size: 20px;
    font-weight: 500;
}

.home-case-card {
    background-color: #fff;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.home-case-card.active {
    background-color: var(--bs-primary);
    color: #fff !important;
    border: none !important;
}

.table-container {
    border: 3px solid rgba(40, 40, 40, 0.1) !important;
    border-radius: 21px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
}

.services-mobile-card{
    border: 3px solid rgba(40, 40, 40, 0.1) !important;
    border-radius: 21px !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
}

.custom-table tr,
.custom-table th,
.custom-table td {
    border: 0 !important;
    padding: 20px 0;
    text-align: center;
}

.custom-table tbody td:first-child {
    font-weight: bold;
}

.custom-table th:first-child {
    border-start-start-radius: 10px;
}

.custom-table th:last-child {
    border-start-end-radius: 10px;
}

.rounded-end-6 {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
}

.btn-secondary {
    --bs-btn-bg: #282828;
    --bs-btn-border-color: #282828;
    --bs-btn-hover-bg: #000000;
}

.datatable-container {
    display: block;
}

.card-container {
    display: none;
}

.nav-search-button:hover {
    color: #000000 !important;
}

.flex-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
}

.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

.btn-outline-dark:disabled {
    border-color: #7c7d7d !important;
}

.mobile-card-actions {
    border-right: 2px solid #ebedf0;
}

.mobile-cards-container> :nth-child(odd) {
    background-color: white !important;
}

.services-mobile-card> :nth-child(odd) {
    background-color: #1DB6950D !important;
}

.btn-soft-primary {
    background: transparent;
    border: 1px solid #28282880;
    color: #000;
}

.btn-soft-primary:focus,
.btn-soft-primary:hover,
.btn-soft-primary.active {
    background: #C8F0D3;
    border: 0;
    color: #000;
}

.component-border{
    border: 1px solid #CCD0CC;
    border-radius: 10px;
    padding: 20px;
}

.summary .info-title{
    font-size: 22px;
    font-weight: 600;
    line-height: 37.5px;
    color: #282828;
}

.summary .info-value{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #7C7D7D;
}

.rotate-180{
    transform: rotate(180deg);
}
.rotate-270{
    transform: rotate(270deg);
}

.bg-body-tertiary-opacity {
    background-color: #F3FBF9;
}
.case-search{
    width: 100%;
}
@media only screen and (max-width: 600px) {
    .nav-section-start {
        width: 100% !important;
    }

    .nav-section-start form {
        width: 100% !important;
    }

    .nav-search {
        /* width: 250px !important; */
        /* height: 40px; */
        padding: 0.5px 0.5rem;
        font-size: 14px;
        line-height: 0.5;
    }

    .nav-search-button i {
        font-size: 16px;
        padding: 0px auto;
    }

    .navbar-nav .dropdown-toggle {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px;
    }

    footer {
        text-align: center !important;
    }

    footer .social {
        justify-content: center !important;
    }

    .dash-hero-section {
        height: fit-content;
    }

    table.dataTable {
        display: none;
    }

    .card-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .card {
        background: #fff;
        margin: 10px;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    .card-container table th {
        text-align: start;
    }

    .card-container table td {
        text-align: end;
    }
}

@media screen and (min-width: 767px) {
    .case-search{
        width: 80%;
    }
    .home-case-card {
        width: 231px !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-auto {
        height: auto !important;
    }

    .h-md-fit {
        height: fit-content !important;
    }

    .mw-md-80 {
        max-width: 80% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .min-h-md-100 {
        min-height: 100% !important;
    }

    .max-h-md-100 {
        max-height: 100% !important;
    }

    .overflow-y-md-initial {
        overflow-y: initial !important;
    }

    .overflow-y-md-auto {
        overflow-y: auto !important;
    }

    .fs-md-5 {
        font-size: 1.25rem !important;
    }

    .fs-md-4 {
        font-size: 1.5rem !important;
    }

    .fs-md-3 {
        font-size: 2rem !important;
    }

    .btn-md-lg {
        --bs-btn-padding-y: 0.5rem;
        --bs-btn-padding-x: 1rem;
        --bs-btn-font-size: 1.25rem;
        --bs-btn-border-radius: var(--bs-border-radius-lg);
    }

    .rounded-start-md-5:dir(ltr) {
        border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
        border-top-left-radius: var(--bs-border-radius-xxl) !important;
    }

    .rounded-start-md-5:dir(rtl) {
        border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
        border-top-right-radius: var(--bs-border-radius-xxl) !important;
    }
}

@media screen and (max-width: 767px) {
    .rounded-end-6 {
        border-top-left-radius: 50px !important;
        border-bottom-left-radius: 0rem !important;
        border-top-right-radius: 50px !important;
    }

    .custome-container-padding {
        padding: 0 !important;
        max-width: 100% !important;
    }
}

@media screen and (min-width: 991px) {
    .w-lg-50 {
        width: 50% !important;
    }

    .dash-hero-section {
        height: 60vh;
    }

    .mw-lg-80 {
        max-width: 80% !important;
    }
}

@media screen and (min-width: 1199px) {
    .mw-xl-80 {
        max-width: 80% !important;
    }
}

