@import url("bootstrap-icons.css");
@import url("custom-icons.css");

html {
    scroll-behavior: smooth;
    font-size: 16px;
    /*overflow-x: hidden;
  width: 100vw;*/
}

[dir="rtl"] {
    text-align: right;
}

[dir="ltr"] {
    text-align: left;
}

body {
    color: #231f20;
    font-feature-settings: "liga", "kern";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
}

body,
a,
button,
.btn-brand,
.header-icon-box,
.header-icon-box .header-icon {
    -webkit-transition: all 400ms ease, outline 0ms;
    -moz-transition: all 400ms ease, outline 0ms;
    -ms-transition: all 400ms ease, outline 0ms;
    -o-transition: all 400ms ease, outline 0ms;
    transition: all 400ms ease, outline 0ms;
}

a,
a:visited {
    color: #8f1537;
    text-decoration: none;
}

a:hover {
    color: #585858;
    text-decoration: none;
}

input:active,
input:hover {
    outline: 0;
}

.text-bold {
    font-weight: bold !important;
}

#s4-bodyContainer input[type="button"],
#s4-bodyContainer input[type="reset"],
#s4-bodyContainer input[type="submit"],
#s4-bodyContainer button,
.modal input[type="button"],
.modal input[type="reset"],
.modal input[type="submit"],
.modal button {
    min-width: auto;
}

.form-control,
.form-select,
.form-control:active,
.form-select:active {
    border-radius: 2px;
    color: #585858;
    border-color: #ccc;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-select:focus {
    border-color: #8f1537;
    box-shadow: none;
}

.form-control[disabled],
.form-select[disabled],
.form-control[readonly],
.form-select[readonly] {
    border-color: #ccc;
    background-color: #f1f1f1;
    box-shadow: none;
}

.brand-color,
.brand-color:visited {
    color: #8f1537 !important;
}

.btn-brand,
.btn-brand-outline,
.btn-brand-bg,
.btn-brand-white,
.btn-brand-secondary {
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border-radius: 0.5rem;
}

.btn-brand,
.btn-brand-outline,
.btn-brand-bg,
.date-box,
.btn-brand-white {
    padding: 0.85rem 1.5rem;
    border: 1px solid #8f1537;
    text-transform: uppercase;
}

.btn-brand,
.btn-brand-outline,
.btn-brand-bg,
.btn-brand-white {
    min-width: 10rem;
}

.btn-brand-secondary,
.btn-brand-secondary:visited {
    background-color: #8f1537;
    color: #fff;
    border: 0;
    padding: 0.5rem 1.5rem;
    text-transform: none;
}

.btn-brand-outline,
.btn-brand-outline:visited {
    background-color: #fff;
    color: #8f1537;
}

.btn-brand-white,
.btn-brand-white:visited {
    border: 0;
    background-color: #fff !important;
    color: #8f1537 !important;
}

.btn-brand-white.active,
.btn-brand-secondary:hover,
.btn-brand-secondary:focus {
    background-color: #8f1537 !important;
    color: #fff !important;
}

.btn-brand,
.date-box,
.btn-brand:visited,
.date-box:visited {
    background-color: #8f1537;
    color: #fff;
}

.btn-brand:hover,
.btn-brand:focus {
    background-color: #fff;
    color: #8f1537;
    text-decoration: none;
    border: 1px solid #8f1537;
}

.btn-brand-outline:hover,
.btn-brand-outline:focus {
    background-color: #8f1537;
    color: #fff;
}

.btn-brand-bg,
.btn-brand-bg:visited {
    background-color: #8f1537;
    color: #fff;
    border: 1px solid #fff;
}

.btn-brand-bg:hover,
.btn-brand-bg:focus {
    background-color: #fff;
    color: #8f1537;
}

.btn-small {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

.btn-small-xs {
    padding: 0.5rem 1rem;
    font-size: 1rem;
	border-radius: 0.5rem;
}

.dataTables_wrapper td .btn-small {
    white-space: nowrap;
}

.min-width-auto {
    min-width: auto !important;
}

.btn-link,
.btn-link:visited {
    text-transform: uppercase;
    font-size: 0.875rem;
    text-decoration: none;
    color: #8f1537 !important;
}

.btn-link:hover,
.btn-link:focus {
    color: #585858 !important;
}

.ratio-2x1 {
    --bs-aspect-ratio: 45%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* Default styles */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.border-radius-0 {
    border-radius: 0px !important;
}

.col-container {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.col-container .card {
    flex: 1;
    position: relative;
}

.header {
    position: relative;
    z-index: 3;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 5%);
}

.header .logo {
    display: inline-block;
    padding: 0.5rem 0;
}

.header .logo img {
    max-width: 100%;
    height: 80px;
    transition: all 0.5s;
}

.header-welcome {
    background-color: #8f1537;
    color: #fff;
    padding: 0.5rem;
}

.header-welcome a {
    color: #fff;
    display: inline-block;
}

.header-btn {
    padding: 0.2rem 0.8rem;
    margin: 0.1rem 0.2rem;
}

.header-btn:hover {
    background-color: #181717;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 15%);
}

/* */
.main-body {
    min-height: 50vh;
    padding: 1rem 0;
}

.banner-bg {
    position: relative;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.banner-bg > img {
    max-height: 10rem;
    object-fit: cover;
    object-position: top center;
}

.banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.moj-tabs {
    padding: 1.5rem 0;
}

.moj-tabs .nav-item .nav-link {
    padding: 1rem;
    font-size: 1.1rem;
    color: #fff;
    background-color: #8f1537;
    border-color: #fff #fff #fff;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
}

.moj-tabs .nav-item .nav-link.active {
    color: #181717;
    background-color: #fff;
    border-color: #e9ecef #e9ecef #dee2e6;
    border-bottom-color: #fff;
}

.moj-tabs .tab-pane {
    padding: 0.5rem 1.5rem;
    border: 1px solid #e9ecef;
    border-top: 0;
    margin-top: -1px;
}

/*13-12-2023 css start*/
.moj-tabs .tab-pane.fade{
    opacity:1;
}
.cardLink:hover p{
    color:white;
}
.cardLink:hover {
    text-decoration:none!important
}

/*13-12-2023 css end*/
.moj-layout .card {
    border-radius: 0;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 8%);
    border: 1px solid #f1f1f1;
    margin: 1rem 0;
}

.moj-layout .card .card-header {
    border: 0;
}

.main-heading-title {
    font-size: 1.44rem;
    color: #181717;
    margin: 1rem 0;
}

.sub-heading-title {
    font-size: 1.22rem;
    color: #8f1537;
    margin: 0.2rem 0;
}

.cardLink {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

.cardLink:hover {
    background: #8f1537;
    color: #fff;
}

.cardLink .serviceIcon {
    max-height: 6rem;
    margin: 1rem 0;
}

.status-approved {
    color: green;
}

.status-rejected {
    color: red;
}

.status-pending {
    color: brown;
}

.status-progress {
    color: orange;
}

/* end */
.expandCollapse,
.service-details {
    margin: 3rem 0;
}

.expandCollapse .accordion-item {
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
    border: 0;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.accordion-button:focus {
    border-color: inherit;
    outline: 0;
    box-shadow: none;
    z-index: 1;
}

.accordion-button {
    background-color: transparent;
    font-weight: 500;
    color: #231f20;
}

.expandCollapse .accordion-button:not(.collapsed) {
    color: #8f1537;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background: none;
    font-size: 1.5rem;
    content: "\f4fd";
    font-family: bootstrap-icons !important;
    font-weight: normal;
    width: 1.5rem;
    height: 1.5rem;
}

.accordion-button:not(.collapsed)::after {
    background: none;
    opacity: 1;
    content: "\f2e9";
}

.accordion-header .accordion-button {
    font-size: 1.125rem;
    font-weight: bold;
}

.accordion-body {
    font-weight: normal;
}

.accordion-body ol,
.accordion-body ul {
    padding: 0 1.25rem;
}

.accordion-item input[type="button"]:hover,
.accordion-item input[type="reset"]:hover,
.accordion-item input[type="submit"]:hover,
.accordion-item button:hover {
    border-color: inherit;
    background-color: inherit;
}

.breadcrumb-section {
    border-bottom: 1px solid #fcfcfc;
    background-color: rgb(199 199 199 / 30%);
    padding: 0.75rem 0.5rem;
    margin-bottom: 1rem;
}

.breadcrumb-section .breadcrumb {
    margin: 0;
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.875rem;
    margin: 0 0.4rem;
    color: #8f1537;
}

.breadcrumb-section .breadcrumb .breadcrumb-item a,
.breadcrumb-section .breadcrumb .breadcrumb-item:visited {
    color: #8f1537;
}

.breadcrumb-section .breadcrumb .breadcrumb-item.active,
.breadcrumb-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #545859;
}

.breadcrumb > span {
    display: inline-flex;
    align-items: center;
}

.paging-section {
    padding-top: 2rem;
}

.paging-section nav ul {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
}

.paging-section .page-item,
.paging-section nav ul li {
    background-color: #fff;
}

.paging-section .page-item .page-link,
.paging-section nav ul li a,
.paging-section nav ul li .current,
.paging-section nav ul li span {
    border: 0;
    background-color: #fff;
    color: #585858;
    margin: 0.25rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    padding: 0.375rem 0.75rem;
}

.paging-section .page-item.active .page-link,
.paging-section .page-item .page-link:hover,
.paging-section .page-item .page-link:focus,
.paging-section nav ul li a:hover,
.paging-section nav ul li a:focus,
.paging-section nav ul li a.page-link:hover,
.paging-section nav ul li a.page-link:focus,
.paging-section nav ul li.active a,
.paging-section nav ul li.active span {
    z-index: 2;
    color: #fff;
    background-color: #585858;
    border-color: transparent;
    box-shadow: none;
    outline: 0;
}

.page-item.page-item-first .page-link,
.page-item.page-item-last .page-link,
.paging-section nav ul li:first-child a,
.paging-section nav ul li:last-child a,
.paging-section nav ul li:first-child .current,
.paging-section nav ul li:last-child .current {
    color: #585858;
    font-size: 1.25rem;
}

.page-item.page-item-first .page-link:hover,
.page-item.page-item-last .page-link:hover,
.page-item.page-item-first .page-link:focus,
.page-item.page-item-last .page-link:focus,
.paging-section nav ul li:first-child a:hover,
.paging-section nav ul li:last-child a:hover,
.paging-section nav ul li:first-child a:focus,
.paging-section nav ul li:last-child a:focus {
    color: #000;
    background: #fff;
}

.page-item.page-item-first.disabled .page-link,
.paging-section nav ul li.disabled {
    opacity: 0.5;
}

.footer-main {
    margin-top: 0rem;
}

.footer-main .footer-top {
    padding-top: 6rem;
    padding-bottom: 1rem;
    background: url("../moj-img/footer_background_white_full.png") repeat-x;
    background-size: 285px auto;
}

.footer-main .footer-bottom {
    background-color: #8f1537;
    padding: 1rem !important;
    justify-content: center;
}

.footer-main .footer-copyright {
    padding-top: 1rem;
    text-align: center;
}

.footer-main .copyright {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.833rem;
    font-weight: 300;
    margin: 0;
    margin-top: 1rem;
}

.footer-main .footer-copyright a {
    display: inline-block;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 500;
}

.footer-main .footer-copyright .hotline-img {
    display: inline-block;
}

.footer-main .footer-copyright .hotline-img img {
    max-width: 4rem;
}

.header.fixed {
    position: fixed;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.05);
}

.header.fixed .logo {
    padding-bottom: 0.5rem;
    margin-bottom: 0rem;
}

.header.fixed .logo img {
    height: 60px;
    transition: all 0.5s;
}

.wrapperSticky {
    padding-top: 60px;
}

.modalCloseIcon {
    position: absolute;
    top: -2rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.bounce {
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
        transform: scale(1);
    }

    to {
        transform: translateY(-10px);
        transform: scale(1.1);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
        transform: scale(1);
    }

    to {
        transform: translateY(-10px);
        transform: scale(1.1);
    }
}

@keyframes lightFade {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    75% {
        opacity: 1;
    }

    100% {
        transform: translateY(0);
    }
}

.appointmentTable .ownerIcon {
    color: orange;
}
.appointmentTable .buyerIcon {
    color: darkslateblue;
}
.appointmentTable .meetingIcon {
    color: forestgreen;
}
.appointmentTable .contractIcon {
    color: gray;
}

/* Media Queries */
@media all and (min-width: 576px) {
}

@media all and (min-width: 768px) {
}

@media all and (min-width: 992px) {
}

@media all and (min-width: 1024px) {
}

@media all and (min-width: 1200px) {
}

@media screen and (max-width: 1359px) and (min-width: 1199px) {
}

@media all and (min-width: 1440px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        max-width: 1200px;
    }
    .with-bootstrap .container,
    .with-bootstrap .container-sm,
    .with-bootstrap .container-md,
    .with-bootstrap .container-lg,
    .with-bootstrap .container-xl {
        width: 100%;
        max-width: 1200px;
    }
}

@media all and (min-width: 1600px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        max-width: 1320px;
    }

    .with-bootstrap .container,
    .with-bootstrap .container-sm,
    .with-bootstrap .container-md,
    .with-bootstrap .container-lg,
    .with-bootstrap .container-xl {
        width: 100%;
        max-width: 1320px;
    }

    .modal-xxl {
        max-width: 1320px;
    }
}

@media all and (min-width: 1920px) {
    html {
        font-size: 18px;
    }

    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        width: 100%;
        max-width: 1480px;
    }
    .with-bootstrap .container,
    .with-bootstrap .container-sm,
    .with-bootstrap .container-md,
    .with-bootstrap .container-lg,
    .with-bootstrap .container-xl {
        width: 100%;
        max-width: 1480px;
    }
}

@media all and (max-width: 1200px) {
}

@media all and (max-width: 1199px) {
}

@media all and (max-width: 1023px) {
}

@media all and (max-width: 991px) {
}

@media all and (max-width: 767px) {
}

@media all and (max-width: 575px) {
}

html[dir="rtl"] #lang-en {
    display: inline-block;
}

html[dir="ltr"] #lang-ar {
    display: inline-block;
}

/* powerapps overwrite */
.moj-layout .progress.list-group {
    margin-bottom: 30px;
    display: flex;
    text-align: center;
    border-bottom: 4px solid #f5f5f5;
	flex-direction:row;
}

.moj-layout .progress.list-group .list-group-item {
    width: 100%;
}
.moj-layout .progress.list-group .list-group-item.active,
.moj-layout .progress.list-group .list-group-item.active:hover,
.moj-layout .progress.list-group .list-group-item.active:focus {
    background-color: #8a1538;
    border-color: #8a1538;
}
.moj-layout .progress.list-group .list-group-item.list-group-item-success{
	background-color:#ffffff;
}
.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
    box-shadow: 0 0px 12px 0 rgb(0 0 0 / 10%);
}
.tab-column {
    padding-top: 20px;
}

.btn-primary {
    color: #ffffff;
    background-color: #8a1538;
    border-color: #8a1538;
    border-radius: 2px;
    font-family: Trebuchet MS;
    font-weight: 700;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: #8a1538;
    color: #ffffff;
}
.btn-primary:hover {
    color: #8a1538;
    background-color: #ffffff;
    border-color: #ffffff;
}
.button2, .btn-default {
    color: #8a1538;
    border-radius: 2px;
    font-family: Helvetica;
    font-weight: 600;
    font-size: 14px;
    border-color: #8a1538;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: transparent;
}
.crmEntityFormView .section-title{
	margin:10px 25px;
}
/*# sourceMappingURL=styles.css.map */
