@font-face {
	font-family: 'cairo';
	src: url('/i/Fonts/Cairo/Cairo-VariableFont_slnt,wght.ttf') format('truetype');
}

.cairo {
    font-family: "Cairo", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

/* general */
.ui-dialog-titlebar {
    background-color: #3b4658;
    color: #fff;
    /* font-family: 'Neo Sans Pro', sans-serif;*/
    font-family: cairo;
    font-weight: 500 !important;
}

/* login page */
.t-Login-buttons .t-Button {
    width: 35% !important;
    border-radius: 15px;
    float: right;
    background-color: #16739e;
}

@media only screen and (max-width: 561px) {
    .t-Login-buttons .t-Button {
        width: 40% !important;
    }
}

.t-Form-itemWrapper input {
    border-radius: 10px;
}


.t-Form--labelsAbove .t-Form-fieldContainer.rel-col>.col,
.t-Form-fieldContainer--stacked.rel-col>.col {
    flex-basis: auto;
    max-width: 100%;
    padding-bottom: 2px;
}

#log-tit {
    font-size: 11px;
    color: #666;
}

#log-lit-span {
    color: #16739e;
    font-size: 12px;
    font-weight: 600
}

@media only screen and (max-width: 561px) {
    #log-tit {
        font-size: 13px;
    }
}

.footer-lo {
    background: transparent;
    float: left;
    color: #666;
    font-weight: bold;
    font-size: 12px;
    padding: 10px;
}

.t-Login-logo {
    border-radius: none;
    background-color: transparent;
    width: 300px;
    height: 101px;
    margin: 0;
}

.t-Login-header {
    margin-bottom: 75px;
}

/* login page template */
#divFooter {
    color: #16739e;
    font-weight: 600;
}

#CopyrightSpan {
    font-weight: 400;
    color: #666666;
}

#companyNameSpan {
    color: #16739e;
    font-weight: 700;
}


/* home page */
.main-control {
    text-align: center;
    color: #16739e;
    padding-top: 10px;
    background-color: #F7F7F7;
    padding: 10PX;
    margin: 3PX;
}

.main-control p {
    padding-top: 10px;
}

.main-control:hover {
    background-color: #22a5e1;
    color: #F7F7F7;
}





.txt-right {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right;
    width: 90%;
    color: #28A745;
    margin-top: -10px;
}

/* General text */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-bold {
    font-weight: 700;
}

.text-color {
    color: #3B4658;
}

h2 {
    font-size: 18px;
    color: #3B4658;
    font-weight: 700;
}


body {
    background-color: #fff;
    /* font-family: 'Neo Sans Pro', sans-serif; */
    font-family: cairo;
}


/*form style*/

.t-Form-inputContainer {
    -webkit-padding-before: var(--ut-field-padding-y, .5rem);
    padding-block-start: var(--ut-field-padding-y, .3rem);
    padding-block-end: var(--ut-field-padding-y, .3rem);
}

.t-Form-itemWrapper .a-Button,
.t-Form-itemWrapper .apex-item-display-only,
.t-Form-itemWrapper .apex-item-multi,
.t-Form-itemWrapper input,
.t-Form-itemWrapper select {
    height: 40px;
    border-radius: 10px;
}

.apex-item-filedrop {
    height: 33px;
    border-radius: 5px;
    padding-left: 8px;
}

.a-GV-columnItem .apex-item-datepicker-jet .oj-text-field .oj-text-field-container,
.apex-item-wrapper--date-picker-jet .oj-text-field .oj-text-field-container {
    border-radius: 5px;
    padding-left: 8px;
}

.t-Form-fieldContainer--floatingLabel .apex-item-textarea {
    border-radius: 5px;
}

.apex-item-filedrop-heading {
    font-size: var(--a-field-input-font-size, .75rem);
}


.apex-item-text,
.apex-item-group,
.apex-item-popup-lov,
.selectlist.apex-item-select,
.t-Button {
    /* border-radius: 3px; */
    border-radius: 5px;
}

.apex-item-text,
.apex-item-textarea,
.popup_lov.apex-item-text.apex-item-popup-lov,
.selectlist.apex-item-select {
    padding-left: 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.t-Region-title {
    color: #3B4658CC;
    font-size: 16px;
    font-weight: 700;
}

.started-label {
    padding-right: 25px;
    color: #3B4658CC;
    font-weight: 600;
    font-size: 13px;
}

.dashed {
    border-top: 2px dashed #c1c1c6;
}


.vl-dashed {
    border-left: 2px dashed #c1c1c6;
    height: auto;
}

/*card style */

.a-CardView-body {
    padding-block: 5px;
}

.a-CardView {
    background-color: #F7F7F7 !important;
    border-radius: 0;
    padding: 0px !important;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: baseline;

}

.a-CardView-actions {
    border: none;
    position: absolute;
    /* right: 5%; */
    right: -1%;
    /* z-index: 9999; */
    padding-block: 8px;

}

.a-CardView-actions a {
    border-color: #16739e;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    color: #16739e;
    /* margin: 2px; */
}

.a-CardView-actions a:hover {
    background-color: #16739e;
    color: #fff;
}

.a-CardView2 {
    background-color: #fff;
    border-radius: 0;
    padding: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    border: 1px solid #ccc;

}

.a-CardView2-actions {
    border: 1px solid #ccc;
}

.a-CardView2-actions a {
    border-color: #16739e;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    color: #16739e;
    margin: 2px;
}

.a-CardView-actions a:hover {
    background-color: #16739e;
    color: #fff;
}

/*Region style */
.t-Region {
    border-radius: 8px;
}

.Region h1 {
    color: #3B4658;
    font-size: 13px;
    font-weight: 600;
    line-height: .9;
}

.Region h2 {
    color: #3B4658;
    font-size: 13px;
    font-weight: 600;
    line-height: .9;
}

.Region h3 {
    color: #3B4658;
    font-size: 13px;
    font-weight: 400;
    line-height: .9;
}

.Region .stutes {
    color: #681F6A;
    font-size: 12px;
    font-weight: 500;
    line-height: .9;
}


.Region .Deactivated {
    color: #DC3545;
    font-size: 11px;
    font-weight: 600;
}

.Region .Activated {
    color: #00A79D;
    font-size: 11px;
    font-weight: 600;
}

.none-data {
    font-size: 11px;
    font-weight: 600;
    float: right;
}


/*menu style */
.t-TreeNav .a-TreeView-label {
    font-size: 14px;
    font-weight: 500;
    padding-left: 15px;

}


.t-TreeNav .a-TreeView-node .a-TreeView-row {
    border-bottom: 2px solid #fff;
}

.t-Button--header.is-active {
    background-color: transparent !important;
    border: 0px;
}

.t-Button--header.is-hover {
    background-color: transparent !important;
    border: 0px;
}

.t-Button--header.is-click {
    background-color: transparent !important;
    border: 0px;
}

.t-Button {
    /*   border-radius: 5px;
       width: 100%; */
    border-radius: 10px;
    /* width: 100%;
    height: 40px; */
    font-weight: 600;
    font-size: 15px;
    font-family: cairo !important;
    height: 38px;
    /* width: 175px; */
}

.t-Button--hot {
    --a-button-font-weight: var(--a-base-font-weight-bold, 600);
}

.margin-left {
    margin-left: 30px;
}

.a-FS-search {
    color: #797979;
}

.a-Icon.icon-facet-actions:before {
    color: #681F6A;
}

.a-FS {

    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: baseline;
    float: right;
    width: 65%;

}

.a-FS-control {
    display: flex;
    align-items: baseline;
}

.a-FS-search {
    border-style: none;
    width: 100% !important;
    order: 1;
}

/*Calender*/

.oj-popup {
    background-color: #fff;
}

.oj-disabled {
    color: #404040 !important;
}

/*clear buttons*/
.clearBtn {
    background-color: #3B4658E5;

}

.clearBtn:hover {
    background-color: #333;
    border: 1px solid #333;
}

.a-FS--facets .a-FS-body .apex-item-group--rc {
    /* display: flex; */
    flex-direction: inherit;
    /* min-inline-size: 0;
    align-items: flex-start; */
}

.a-TMV-w-scroll {
    /* overflow: auto; */
    overflow: hidden;

}

/*  Navigation Bar */

.t-Header-branding {
    /* height: 100px; hased by Abdullah Nour*/
    background: rgb(241, 241, 241);
    background: linear-gradient(90deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);

}


.t-Header-logo-link img {
    max-height: var(--ut-header-logo-height, calc(var(--ut-header-height, 1rem) - var(--ut-header-padding-y, var(--ut-header-item-spacing, .1rem)) - var(--ut-header-padding-y, var(--ut-header-item-spacing, .1rem))));
}

.t-Button--navBar {
    background-color: #fff;
    border: 1px solid #16739e;
    margin-left: 3px;
    margin-right: 3px;
    color: #16739e;
}

.header-bold {
    color: #16739e;
    font-size: 14px;
    font-weight: 500;
    /* line-height: .9; */
}

.header-txt {
    color: #16739e;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6rem;
}

.header-bold2 {
    color: #999999;
    font-size: 14px;
    font-weight: 500;

}

.header-txt2 {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6rem;
}

.t-Header li {
    list-style-type: none;
}

.t-Button--navBar {
    font-weight: 600;
}

.t-NavigationBar a {
    border-color: #16739e;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px;
    color: #16739e;
    margin: 2px;
}

.t-NavigationBar a:hover {
    background-color: #16739e;
    color: #fff;
}

.logout {
    background-color: #f7f7f7;
}

.t-Header-branding {
    /* box-shadow: var(--ut-header-box-shadow); */
    box-shadow: none;
    /* border-bottom-style: none; */
}


@media only screen and (min-width: 992px) {
    .fa-sign-out:before {
        display: none;
        visibility: hidden;

    }

}

@media only screen and (max-width: 600px) {
    ul {
        margin: 0px;
    }
}

@media only screen and (min-width: 600px) {
    ul {
        margin: 0px;
    }
}


.title-header {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-family: cairo;
    font-weight: 500;
    margin-right: 425px;
}


.t-Form--large .apex-item-select[size="1"],
.t-Form-fieldContainer--large .apex-item-select[size="1"] {
    min-height: 3.2rem;
    max-height: 5.2rem;
    FONT-WEIGHT: 600;
    height: 40px !important;
    border-radius: 10px;
}

.t-Form--large .apex-item-text,
.t-Form--large .apex-item-text {
    min-height: 3.2rem;
    max-height: 5.2rem;
    height: 40px !important;
}

.t-Form-label {
    color: #000;
    font-weight: 500;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.regBackgroundTitl {
    background-color: #082A58;
    height: 50px;
    border-radius: 10px;
    padding: 10px;

}

.t-Region--noPadding>.t-Region-bodyWrap>.t-Region-body {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
}

.t-Form-inputContainer input.hasDatepicker,
.t-Form-inputContainer input.popup_lov {
    /* border-radius: 2px 0 0 2px; */
    border-radius: 10px !important;
}

.regBackground {
    padding-bottom: 20px !important;
}

.t-Form-inputContainer span.display_only {

    COLOR: #000;
    font-size: 13px;
}

.t-Form--large .a-Button.a-Button--calendar,
.t-Form--large .a-Button.a-Button--colorPicker,
.t-Form--large .t-Form-inputContainer .a-Button,
.t-Form-fieldContainer--large .a-Button.a-Button--calendar,
.t-Form-fieldContainer--large .a-Button.a-Button--colorPicker,
.t-Form-fieldContainer--large .t-Form-inputContainer .a-Button {

    border-radius: 10px !important;
}


.t-Footer {
    align-items: center !important;
    text-align: center !important;
    font-weight: 500;
    font-size: 14px;

}

.t-Footer-customize,
.t-Footer-srMode,
.t-Footer-version {

    font-size: 13px;
    font-weight: 600;
    padding-top: 15px;


}

.u-RTL .apex-item-checkbox .apex-item-option input+label:after,
.u-RTL .apex-item-checkbox .apex-item-option input+label:before {

    border-radius: 5px;
}

.checkbox_group input:checked+label:before {
    border-radius: 5px;
}

img {
    margin-left: 3px;
    margin-right: 3px;
}

.iti__flag-container {
    direction: ltr !important;
}

.iti__country {
    direction: ltr !important;
}

.footer-logo {
    float: right;
    margin-top: -5px;
    width: 118px;
    height: 35px;
}

@media only screen and (max-width: 761px) {
    .footer-logo {
        float: none;
        margin-top: 0px;
    }
}

.u-RTL .t-Button--gapRight {
    margin-right: 1.2rem !important;
}

/* added by badr 16-06-2025 */
.t-Header-branding {
    height: 0px;
    visibility: hidden;
}

/* Header */
.lab-logo {
    display: flex;
    gap: 10px;
    width: 100px;
    height: 100px
}

.lab_text_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    flex-wrap: wrap
}

.language-row {
    align-items: center;
    justify-content: space-between;
}

.lang-selector {
    color: #000;
    margin: 15px;
    font-weight: 700;
}

.header-Logo{
    width: 100px;
    height: 100px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 5px;
}


@media (max-width: 768px) {
    .lab_text_logo {
        flex-direction: column;
        align-items: center;
    }

    .lab-logo {
        order: 2;
        justify-content: center;
        margin-bottom: 10px;
      
    }

    .lab-footer-row {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .lab-title {
        text-align: center;
        flex: 1;
    }

    .lang-selector {
        text-align: right;
        min-width: 300px;
        color: #000;
    margin: 15px;
    font-weight: 700;
    }
}

.t-Body-contentInner {
    padding: 0px;
}