.reports-wrapper {
    padding: 30px;
    width: 100%;
    min-height: 590px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
}

.report-list-card {
    width: 371px;
    height: max-content;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #9a9a9a29;
    border: 1px solid #f1f1f1;
    border-radius: 4px 0px 4px 4px;

    .report-list {
        display: flex;
        align-items: center;
        padding: 10px 24px;
        cursor: pointer;
        border-bottom: 1px solid #f5f5f5;

        span {
            display: inline-block;
            margin-left: 10px;
        }
    }

    .report-list:not(:last-child) {
        border-bottom: 1px solid #ececec;
    }
}

*[dir="rtl"] .report-list-card {
    .report-list span {
        margin-left: 0 !important;
        margin-right: 10px !important;
    }
}

.reports-table-wrapper {
    width: 100%;
    min-height: 625px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    position: relative;

    &__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 28px;
        border-bottom: 1px solid #dedede;
    }
}
.majalis-reports-table-wrapper {
    width: 100%;
    min-height: 25px;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    position: relative;

    &__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px;
        border-bottom: 1px solid #dedede;
    }
}
.view-eye-icon {
    font-size: 18px !important;
    color: #089752 !important;
}
.majalis-details-wrapper {
    .page-card {
        background-color: #ffffff;
        border: 1px solid #d8d6d6 !important;
        min-height: 150px !important;
        padding: 20px;
        &__header {
            border-bottom: 1px solid #dedede;
        }
        p,
        h2 {
            margin-bottom: 4px !important;
            font-size: 14px !important;
        }
        h2,
        h3 {
            font-weight: 500 !important;
        }
        h2 {
            padding-bottom: 14px !important;
        }
        h3,
        p {
            font-size: 12px !important;
        }
        .ant-image-img {
            height: 120px !important;
        }
        .ant-image {
            width: 100%;
        }
    }
}
*[dir="rtl"] .general-information-wrapper {
    text-align: right !important;
}

.export-btn {
    margin-left: 15px;
    width: 125px;
    height: 39px;
    background: #ffffff;
    border: 1px solid #343379;
    border-radius: 4px;
    padding: 10px;
    text-align: left;
    font-size: 11px;
    color: #343379;
    text-decoration: none;
}
.buttons-wrapper {
    margin-top: 0px;
}

// exam center report filter
.exam-center-report-filter {
    .ant-form-item-label {
        padding-bottom: 0 !important;
        margin-bottom: 4px !important;
    }
}
