/* Fonts */
@import url(font-awesome.min.css);
@import url(fonts.css);

/* Parts Components*/
@import url(components/animate.min.css);
@import url(components/collapsable.css);
@import url(components/breadcrumb.css);
@import url(components/forms.css);
@import url(components/loaders.css);
@import url(components/modal.css);
@import url(components/queryloader.css);
@import url(components/sweetalert2.css);
@import url(components/wizard.css);
@import url(components/top-nav.css);
@import url(components/header.css);
@import url(components/side-nav.css);
@import url(components/news-aside.css);
@import url(components/typography.css);
@import url(components/tabs.css);
@import url(components/button.css);
@import url(components/table.css);
@import url(components/footer.css);
@import url(components/pagination.css);
@import url(components/drop-file.css);

/* Data Table */
@import url(../vendor/data-table/dataTables.min.css);
@import url(../vendor/data-table/dataTables.bootstrap5.min.css);

/* Pages */
@import url(pages/login-page.css);
@import url(pages/dashboard.css);


html,
body {
    height: 100%;
    overflow: auto;
}

body {
    font-family: 'HelveticaNeueLT Arabic 55 Roman' !important;
    font-weight: 400;
    font-size: 18px;
    position: relative;
    background: #FAFAFA;
    line-height: 1.7em;
}


img {
    max-width: 100%;
}


a,
a:hover {
    text-decoration: none;
}

.active-BW {
    -webkit-filter: grayscale(100%) brightness(95%) contrast(120%);
    -o-filter: grayscale(100%) brightness(95%) contrast(120%);
    -ms-filter: grayscale(100%) brightness(95%) contrast(120%);
    -moz-filter: grayscale(100%) brightness(95%) contrast(120%);
    filter: grayscale(100%) brightness(95%) contrast(120%);
}

/* .top-nav .container-fluid
  {
      padding:0 0 0 70px ;
  }
   */

.md-section-wrapper {
    position: relative;
    padding-bottom: 50px;
}

.md-section-wrapper.custom-md-wrapper .container-fluid,
[dir=rtl] .md-section-wrapper.custom-md-wrapper .container-fluid {
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
}

.md-section-wrapper .container-fluid {
    padding: 30px 20px 0 100px;
    min-height: calc(100vh - 190px);
}

[dir=rtl] .md-section-wrapper .container-fluid {
    padding: 30px 100px 0 20px;
}

button,
a {
    border: none;
    transition: all 0.3s ease-in;
}

/* ::-webkit-scrollbar
{
	width: 12px;
	background-color: #c0bebe;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	--webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #3E64FF;
} */

table.dataTable thead .sorting,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc {
    background-image: unset !important;
}

.table>:not(caption)>*>* {
    border-bottom: none;
}


/* Page Title with Search */

.page-title h2 {
    font-size: 38px;
    color: #2E314E;
    padding-bottom: 10px;
}

.page-title .fields {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.page-title .fields select,
.page-title .fields input {
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    padding: 6px 20px;
    color: #AFA9A9;
}

.page-title .fields select {
    width: 40%;
}

.page-title .fields input {
    padding-right: 60px;
    width: 100%;
}

.page-title .fields .search-box {
    position: relative;
    margin-inline-start: 20px;
    width: 100%;
}

.page-title .fields .search-box button {
    position: absolute;
    right: 10px;
    top: 0;
}

.upload-file-table {
    margin-inline-start: 6px;
}

.table a {
    color: #911235;
}

.table a:hover {
    color: #911235;
}

.input-search {
    position: relative;
}

.input-search img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.custom-card.shadow-none {
    box-shadow: none !important;
}

.btn.btn-primary {
    border-color: #911235;
}

.login-form .btn.btn-primary {
    border-color: #911235;
}

.title-table {
    color: #323739;
    font-size: 26px;
    font-weight: bold;
}

.text-decoration-underline {
    text-decoration-skip-ink: none;
}

.file-list {
    list-style: none;
    padding: 0 30px;
    display: flex;
    flex-wrap: wrap;
}

.file-list li {
    padding: 10px;
    width: 300px;
    margin-inline-end: 10px;
    background: #ECECEC;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
}


.file-list li .icon-action-file {
    display: flex;
}

.file-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    background: #788391;
    border-radius: 6px;
    height: 43px;
    width: 43px;
}

/* .file-list li a:last-child{
    margin-inline-start: 6px;
} */


.files-list-modal {
    padding: 0;
    list-style: none;
}

.files-list-modal li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px solid #ECECEC;
}

.files-list-modal li:last-child {
    border: 0;
}

.modal-custom .modal-body .file-note,
.modal-custom .modal-body .file-note div {
    font-size: 22px !important;
    font-weight: 400;
    font-family: 'HelveticaNeueLT Arabic 55 Roman' !important;
}

.alert-warning-custom {
    color: #000;
    background: #fffdf3;
    border-color: #f2d7a2;
}

.answer-fields {
    font-size: 14px;
}


.done-step-title {
    font-size: 25px;
    line-height: 32px;
}

.done-step-title .red-text {
    color: #901938;
    margin-top: 10px;
}

.under-image-section div {
    font-size: 27px;
    line-height: 40px;
    margin-bottom: 12px;
}

.under-image-section a,
.under-image-section a:hover {
    color: #901938;
}

.font-28 {
    font-size: 28px !important;
}

.font-24 {
    font-size: 24px !important;
}

.action-table a {
    font-size: 24px;
    color: #000000;
}


.header-documents .header-documents-title {
    font-size: 30px;
    margin-bottom: 40px;
    color: #313638;
}

.header-documents div {
    font-size: 25px;
    color: #901938;
    font-family: 'HelveticaNeueLT Arabic 55 Roman';
}

.header-documents .d-flex {
    margin-bottom: 38px;
}

.header-documents .border-bottom-custom {
    border-bottom: 1px dashed #901938;
    margin-inline-start: 20px;
    padding-inline-start: 20px;
}

.document-body .doc-body-title {
    color: #901938;
    text-align: center;
    font-size: 50px;
    margin-bottom: 90px;
}

.document-body .data-info {
    font-size: 26px;
    color: #313638;
}

.document-body .data-info .d-flex {
    margin-bottom: 40px;
}

.document-body .data-info .d-flex div:first-child {
    min-width: max-content;
}

.document-body .data-info .d-flex .border-bottom-custom {
    border-bottom: 1px dashed #707070;
    margin-inline-start: 20px;
    padding-inline-start: 20px;
    width: 100%;
}


.document-body .custom-card-doc .card-header-custom{
    background: #788391;
    font-size: 36px;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 16px;
}

.document-body .custom-card-doc .card-body-custom{
background: #F4F4F4;
padding: 20px;
min-height: 250px;
}

.document-body .custom-card-doc.custom-session .card-body-custom{
    min-height: 100px;
}

.document-body .custom-card-doc .card-body-custom .card-body-content{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323738;
    font-size: 30px;
}


.card.custom-card .card-header a{
    font-size: 26px;
    font-family: 'HelveticaNeueLT Arabic 75';
    color: #911235;
}

.card.custom-card .card-header a .icon-arrows::before{
    font-family: 'icomoon' !important;
    font-size: 26px;
    content: '\e900';
    display: block;
    transition: transform .2s ease-in-out;
    transform: rotate(-180deg);

}

.custom-card.custom-card-collapse .card-header  a.collapsed .icon-arrows::before
{
    font-family: 'icomoon' !important;
    display: block;
    transform: rotate(0deg);
}


.custom-card.custom-card-collapse{
    padding: 0;
}


.custom-card.custom-card-collapse .card-body.custom-card-body{
    padding: 30px;
}


.custom-card.custom-card-collapse.custom-card-table .card-body.custom-card-body{
padding: 0;
}

.custom-card.custom-card-collapse .card-header{
    padding: 30px;
}


.custom-card .card-header::after{
    background: #ECECEC;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
}

[dir=ltr] .arrow-right-custom img{
    transform: rotate(180deg);
}