@font-face {
    font-family: "scheherazade-bold";
    src: url("fonts/scheherazade-bold.ttf") format("truetype");
}

@font-face {
    font-family: "FabricMDL2Icons";
    src: url("fonts/fabric-icons.woff") format('woff');
}

@font-face {
    font-family: "FabricMDL2Icons";
    src: url("fonts/FabExMDL2.3.36.ttf") format('truetype');
}

body {
    font-family: "Segoe UI", Helvetica, Arial, sans-serif !important;
    background: #f8f8f8;
    color: rgb(49, 38, 29);
}

body {
    margin: 0;
    padding: 0 !important;
}

.grid-max-width {
    max-width: 1180px;
}

/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */

#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {

    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*header*/

.sidebar-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Transitions */

.loader-logo {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    /* background-image: url(../images/14134734a2BNsyER.gif); */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

header,
.logo {
    -webkit-transition: all 1s;
    transition: all 1s;
}

/*over ride*/

/* .ms-OverflowSet .ms-SearchBox {
    width: 223px !important;
} */

.controlpanel {
    border: 1px solid black;
    min-height: 500px;
}

.controlpanelList {
    list-style: none;
}

.controlpanelList li {
    margin-bottom: 5px;
}

.controlpanelList i {
    margin-left: 10px;
}

.react-form-builder-toolbar {
    width: 290px;
    background: #fff;
}

.react-form-builder-toolbar h4 {
    margin-top: 0;
    text-align: center;
}

.react-form-builder-toolbar .form-group {
    padding: 10px;
    border: 1px dashed #ddd;
}

.react-form-builder-toolbar ul {
    padding: 0;
}

.react-form-builder-toolbar li {
    cursor: pointer;
    list-style: none;
    margin: 5px;
    padding: 10px;
    border: 1px dashed #ddd;
}

.react-form-builder-toolbar i {
    margin: 0 15px 0 10px;
}

.bar {
    height: 45px;
}

.ms-Button--icon.ms-Button-icon-info i {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: FabricMDL2Icons;
}

.barItem .ms-SearchBox,
.barItem button {
    height: 45px;
}

.formPreview {
    margin: 30px 0;
    padding: 0 22px;
}

.formPreview .ms-Grid-col.ms-lg12 {
    width: 100%;
    float: left;
}

.ms-Grid-col .my-25 {
    text-align: center;
    margin: 25px 0;
}

.mb-1 {
    margin: 5px 0px;
}

.mb-15 {
    margin-bottom: 15px;
}

.ql-editor {
    min-height: 150px;
}

.react-fine-uploader-gallery-dropzone {
    border: 1px solid rgb(204, 204, 204) !important;
    border-radius: 0 !important;
    background-color: #fff !important;
}

.react-fine-uploader-gallery-file-input-container {
    border: 1px solid;
    border-radius: 0 !important;
}

.react-fine-uploader-gallery-file-input-upload-icon {
    display: none;
}

.react-fine-uploader-gallery-dropzone-upload-icon {
    display: none;
}

.office-fabric-pagination li.active a {
    color: white;
}

.my-20 {
    margin: 25px 0;
}

/**
* Main layout
*/

.layout-header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    top: 0;
}

.layout-page {
    margin-top: 100px;
    height: calc(100vh - 100px);
}

.layout-side-mav {
    position: fixed;
    /* width: 141PX; */
    width: 0;
    height: calc(100vh - 100px);
    z-index: 9;
    background: white;
    transition: 0.3s ease;
}

.layout-content {
    /* width: calc(100% - 200px); */
    /* margin-left: 140PX; */
    width: calc(100% - 60px);
    padding: 30px;
    background: #f8f8f8;
    transition: .3s ease;
    /* background-image: url("../images/pages-bg.jpg"); */
    background-position: center;
    background-size: cover;
    min-height: calc(100% - 187px);
    position: relative;
}

.layout-content:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
}

.inner-header {
    height: 102px;
}

.sub-hidden .layout-side-mav {
    width: 141px;
}

.sub-hidden .layout-content {
    width: calc(100% - 200px);
    /* width: calc(100% - 140px); */
    margin-left: 140px;
}

.full-menu .layout-side-mav {
    width: 400px;
    background-color: #fff;
}

.full-menu .layout-content {
    margin-left: 140px;
}

.menu-hidden .layout-side-mav {
    width: 0;
}

.menu-hidden .layout-content {
    margin-left: 0;
    width: calc(100% - 60px);
    /* width: calc(100% - 0px); */
}

@media screen and (max-width: 768px) {
    .inner-header {
        height: 65px;
    }

    .layout-header {
        height: 65px;
    }

    .layout-page {
        margin-top: 65px;
        height: calc(100vh - 65px);
    }

    .sub-hidden .layout-content {
        margin-left: 0;
        width: calc(100% - 60px);
    }

    .full-menu .layout-content {
        margin-left: 0;
    }

    .layout-content {
        margin-left: 0;
    }
}

.sideBarLinks {
    height: 100% !important;
    overflow-y: hidden;
    /* box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.15); */
    border: 0 !important;
    /* border-right: 1px solid #576a3d !important; */
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
}

.main-links {
    width: 141px;
    border-right: 1px solid #f3f3f3;
    overflow: hidden;
}

.main-nav {
    display: block;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.sub-nav-menu {
    width: calc(100% - 141px);
    padding: 0;
    box-sizing: border-box;
    /* overflow-y: auto; */
}

.layout-side-mav-full-width .sub-nav-menu {
    padding: 10px;
    overflow-y: auto;
}

.nav-sub-link {
    display: flex;
    height: 48px;
    align-items: center;
    text-decoration: none;
    padding: 0 20px;
    color: #212121 !important;
}

.nav-sub-link:first-of-type {
    margin-top: 15px;
}

.nav-sub-icon {
    font-size: 22px;
    margin-right: 10px;
}

.nav-sub-text {
    font-size: 16px;
}

.main-link {
    display: block;
    text-align: center;
    /* padding-top: 25px; */
    padding: 2px;
    text-decoration: none;
    font-size: 13px;
    color: #212121 !important;
    width: 130px;
    height: auto;
    min-height: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-content: center;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

.nav-main-icon {
    display: block !important;
    font-size: 20px;
    margin: auto auto 0 auto;
    text-align: center;
    color: #212121;
}

.main-link-text {
    width: 100%;
    margin-bottom: auto;
}

.layout-card {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 21px;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
}

.layout-card * {
    box-sizing: border-box;
}

.layout-card-header {
    font-size: 27px;
    padding-top: -1px;
    display: inline-block;
    padding-top: 2px;
    margin-right: 10px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 12px;
}

.layout-card-header span {
    font-size: 27px;
    padding-top: -1px;
    display: inline-block;
    padding-top: 2px;
    margin-right: 10px;
}

.dashboard-m {
    margin: 16px 0 16px 0;
}

.icon-98 {
    font-size: 22px !important;
    height: 19px !important;
}

.form-card {
    padding: 5px 10px;
    display: flex;
}

.mr-15 {
    margin-right: 15px;
}

.breadcrumb-container {
    display: block;
    flex-direction: row;
    margin-bottom: 30px;
    padding-bottom: 23px;
    border-bottom: 1px solid #d7d7d7;
    color: #b99229;
}

.dashboard-breadcrumb {
    margin-bottom: 0;
    border-bottom: 0;
}

.breadcrumb-container i {
    display: inline;
    margin-top: auto;
    font-size: 18px;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

.breadcrumb-container i.ms-Breadcrumb-chevron {
    margin: 3px;
    padding-top: 3px;
}

.breadcrumb-container div {
    font-size: 20px;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); */
}

.breadcrumb-container a {
    text-decoration: none;
}

.panelHeaderTitle {
    padding: 20px 8px;
    position: absolute;
    top: -51px;
    color: white;
}

.breadcrumb-container .ms-Breadcrumb {
    margin-top: 0;
}

.error-label {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    color: rgb(168, 0, 0) !important;
}

.quill-error .ql-toolbar.ql-snow {
    border-color: #a80000;
    border-bottom-color: #ccc;
}

.quill-error .ql-container.ql-snow {
    border-color: #a80000;
}

.editor-error .rdw-editor-toolbar.customEditorToolbar {
    border-color: #a80000;
    border-bottom-color: #ccc;
}

.editor-error .rdw-editor-main.customEditorMain {
    border-color: #a80000;
}

.attachment-error .react-fine-uploader-gallery-dropzone {
    border-color: #a80000 !important;
}

.root-290 {
    background-color: rgba(255, 255, 255, 0.6);
}

.dashboard-cards-sm-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}

.big-calendar-height {
    min-height: 200px;
}

.no-scroll {
    overflow: hidden;
}

#loading {
    position: fixed;
    z-index: 1000005;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    display: none;
}

#loading-spinner {
    display: inline-block;
    border: 2px solid rgba(87, 106, 61, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-inline-block-en {
    display: inline-block !important;
}

.d-inline-block-ar {
    display: none !important;
}

.personaStyle {
    display: inline-block;
    margin-left: 15px !important;
}

.setings {
    display: flex;
    align-items: center;
    height: 50px;
    z-index: 999;
}

.setings .lang-btn {
    border-radius: 30px;
    padding: 0 15px;
    min-width: 30px;
    margin-right: 10px;
}

.setings .lang-btn img {
    border-radius: 30px;
    height: 22px;
    width: 22px;
    padding: 0;
    margin-left: 5px;
}

.panel-header-text {
    font-weight: 300;
    /* padding: 20px 8px; */
    color: #333;
    /* color: #3c3838; */
    position: absolute;
    left: 22px;
    top: -2px;
    font-size: 18px;
    font-weight: 600;
    font-size: 20px;
}


[dir=rtl] .panel-header-text {
    right: 22px;
    left: auto;
}

[dir=rtl] .ms-ChoiceFieldGroup-flexContainer {
    float: right;
}

/* .ms-Panel-closeButton.custom {
    color: white;
    margin-top: 6px;
    font-size: 7px;
}

.ms-Panel-closeButton.custom:hover {
    color: rgb(102, 102, 102);
} */

.ms-Label {
    margin-bottom: 8px !important;
}

.ms-Panel-contentInner .ms-Panel-commands {
    padding: 10px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 5;
    /* width: calc(100% - 30px); */
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
}

.ms-Panel-closeButton {
    color: #333 !important;
}

/* .ms-Panel-commands {
    background-color: #353535;
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
} */

.rbc-month-row {
    z-index: 0 !important;
}

textarea {
    font-family: Arial, Helvetica, sans-serif;
}

.menuExpand {
    display: inline;
    font-size: 22px;
    margin: auto 15px;
    margin-right: auto;
}



@media screen and (max-width: 767px) {

    /* Hide captions */
    .layout-content {
        margin-left: 0px;
        width: calc(100% - 60px);
    }

    .hidden {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .layout-side-mav {
        display: inline !important;
    }

    .menuExpand {
        margin-right: auto;
        margin-left: 40px;
    }

}

@media screen and (max-width: 500px) {
    .iconsmind-Bell {
        margin: 0 !important;
    }

    .ms-Panel-main {
        height: auto !important;
    }
}

@media screen and (min-width: 1172px) {
    .requestsTable {
        width: calc(100% - 37em) !important;
        float: right !important;
        margin-left: 55px;
    }
}

.record-barcode-container {
    width: calc(100% - 16px);
    padding: 0 8px;
    margin: 20px auto 15px auto;
    clear: both;
    /* display: flex;
    flex-direction: row-reverse; */
}

.record-barcode-container .barcode-internal-container {
    display: flex;
    flex-direction: row-reverse;
}

.record-barcode-container canvas {
    max-width: 100%;
    margin: auto;
}

.record-barcode-container .barCodeText {
    margin: auto;
    width: fit-content;
}

.form-field-view {
    min-height: 17px;
    white-space: break-spaces;
    word-wrap: break-word;
}

.w-100p {
    width: 100% !important;
    min-width: 100% !important;
}

.sticky-footer-btns {
    width: calc(100% - 30px);
    float: left;
    position: sticky;
    bottom: 0;
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 15px;
    padding-bottom: 0px;
}

.panel-footer-btn {
    margin-right: 15px;
    margin-bottom: 15px;
}

.hidden-sm {
    display: block;
}

.hidden-lg {
    display: none;
}

[dir=rtl] .ms-ChoiceField-field::before {
    right: 0;
}

[dir=rtl] .ms-ChoiceFieldLabel {
    padding-right: 26px;
    padding-left: 5px !important;
}

[dir=rtl] .ms-ChoiceField-field::after {
    right: 5px !important;
    left: 0px !important;
}

[dir=rtl] .ms-DocumentCard {
    text-align: right;
}

[dir=rtl] .ms-DocumentCardActivity-details {
    left: auto;
    right: 56px;
}

[dir=rtl] .ms-Label::after {
    padding-left: 12px !important;
    padding-right: 0 !important;
}

[dir=rtl] .calloutContiner {
    text-align: left;
    left: 8px !important;
}

@media screen and (max-width: 768px) {
    .hidden-sm {
        display: none;
    }

    @media screen and (max-width: 768px) {
        .hidden-lg {
            display: block;
        }
    }
}

.tree-view {
    margin-bottom: 20px;
}

.tree-view:last-of-type {
    margin-bottom: 0;
}

.tree-view .tree-view_item {
    color: #333;
    font-size: 21px;
    font-weight: 200;
}

.tree-view_arrow-collapsed,
.tree-view_arrow {
    font-family: "simple-line-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
}

.tree-view_arrow-collapsed:after {
    content: "";
    display: none;
}

.tree-view_arrow:after {
    content: "";
    display: none;
}

.tree-view_arrow:before {
    content: "\e606";
}

.tree-view_arrow-collapsed:before {
    content: "\e605";
}

.ms-Panel-closeButton,
.ms-Panel-closeButton:hover {
    color: #333 !important;
}

.ms-Panel-contentInner {
    position: static;
    transform: none !important;
}

.float-r-en {
    float: right;
}

.logo-sm-m {
    margin-right: 7px;
    margin-top: -6px;
}

.PSPDFKit-Toolbar-Button-Fit-To-Page svg,
.PSPDFKit-Toolbar-Button-Fit-To-Width svg {
    content: "";
}

/* Then we set our own icons. */

.PSPDFKit-Toolbar-Button-Fit-To-Page span {
    content: url(my-custom-fit-to-page-icon.svg);
}

.PSPDFKit-Toolbar-Button-Fit-To-Width span {
    content: url(my-custom-fit-to-width-icon.svg);
}

.App {
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.App-button {
    border: 0;
    display: block;
    width: 100%;
    color: white;
    font-size: 1.2em;
    padding: 0.5em;
}

.App-viewer {
    position: relative;
    flex: 1;
}

.pdf-btn-m {
    margin-bottom: 10px;
    margin-right: 10px;
}

.react-fine-uploader-gallery-dropzone-content {
    display: none;
}

.show-en {
    display: inline;
}

.show-ar {
    display: none;
}

.quickview-card {
    min-height: 300px;
}

.quickview-btns {
    position: relative;
    padding: 10px;
    padding-bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.quickview-btns .panel-footer-btn {
    margin-bottom: 10px;
}

.black {
    background: rgb(6, 6, 6) !important;
}

.red {
    background: #e91e63 !important;
}

.highlighttype {
    color: black;
}

.day-records {
    margin: 50px 15px 25px 15px;
}

.list-view-style .office-fabric-pagination li a {
    padding: 8px 14px;
    cursor: pointer;
    border: 1px solid Transparent;
    border-radius: 50%;
    display: block;
    color: rgb(51, 51, 51);
    font-size: 13px;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 32px;
    padding: 0;
}

.list-view-style .office-fabric-pagination {
    border: 0;
}

.list-view-style .office-fabric-pagination li.previous a:hover,
.list-view-style .office-fabric-pagination li.next a:hover {
    background-color: transparent !important;
}

.list-view-style .office-fabric-pagination li.previous.disabled a,
.list-view-style .office-fabric-pagination li.next.disabled a,
.list-view-style .office-fabric-pagination li.previous.disabled a:hover,
.list-view-style .office-fabric-pagination li.next.disabled a:hover {
    border-color: #d7d7d7;
    color: #d7d7d7;
    background-color: transparent !important;
}

.required-header::after {
    content: " *";
    color: rgb(168, 0, 0);
    padding-right: 12px;
    font-size: large;
}

@media screen and (max-width: 768px) {
    .panelStyle {
        margin-top: 65px !important;
    }

    .setings.lang-btn-container {
        /* margin-right: auto; */
        display: none
    }

    .layout-side-mav {
        height: calc(100vh - 65px);
    }
}

.pending-days {
    margin: 8px;
    font-size: 16px;
    font-weight: 600;
}

.pending-days-count {
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .menu-mobile .layout-side-mav {
        width: 0;
    }

    .show-mobile-menu .layout-side-mav {
        width: unset;
    }
}

@media screen and (max-width: 768px) {
    .chart-top-m {
        margin-top: 40px 0 10px 0;
    }
}

.rbc-month-header {
    min-height: 50px;
}

.rbc-today {
    background-color: #fff !important;
}

.rbc-month-row {
    min-height: 3.5em;
    z-index: 1;
}

@media screen and (max-width: 768px) {

    /* @include respond-below(xs) {
    min-height: 3em;
  } */
    .rbc-month-row {
        min-height: 3em;
    }
}

.rbc-month-view {
    border: initial;
}

.rbc-off-range-bg {
    background: #fff !important;
}

.rbc-off-range {
    color: black;
    opacity: 0.3;
}

.rbc-day-bg+.rbc-day-bg,
.rbc-month-row+.rbc-month-row,
.rbc-header+.rbc-header,
.rbc-header {
    border-color: #f3f3f3 !important;
}

.rbc-header {
    padding: 15px 5px;
    /* color: green; */
}

.rbc-date-cell {
    padding: 10px;
}

.rbc-date-cell a {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    font-weight: initial;
    display: inline-block;
}

.rbc-date-cell.rbc-now a {
    /* background: green; */
    color: white !important;
}

.rbc-event {
    font-size: 0.85em;
    border-radius: 25px;
    text-align: center;
    padding: 0px 5px;
    /* background: green; */
}

.rbc-day-bg+.rbc-day-bg,
.rbc-month-row+.rbc-month-row,
.rbc-header+.rbc-header,
.rbc-header {
    border-color: #f3f3f3 !important;
}

.rbc-month-view {
    border: 0 !important;
}

.rbc-header {
    color: #333;
}

.btn-raduis {
    border-radius: 30px !important;
}

.red-border {
    border-color: #a80000;
}

.ms-Dialog-main.ms-dialogMainOverride>div {
    width: 100%;
}

.recordStateBadge {
    position: absolute;
    top: 7px;
    right: 80px;
    font-weight: bold;
    letter-spacing: 0.5px;
    z-index: 12;
    padding: 10px;
}

[dir=rtl] .recordStateBadge {
    left: 80px;
    right: auto;
}

.recordStateBadge i {
    margin: 0px 4px;
}

.ms-Label {
    font-size: 14px !important;
    margin-top: 8px !important;
    margin-bottom: 0px !important;
    font-weight: 600 !important;
}

.ms-TextField-fieldGroup,
.time_picker_preview,
.ms-ComboBox,
.uploader-container,
.ms-Dropdown-title,
.ms-BasePicker-text,
.rc-time-picker .rc-time-picker-input,
.custom-combobox>div,
.custom-typeahead>div {
    font-size: 14px !important;
    font-weight: 400 !important;
    border: 1px solid rgb(72, 70, 68) !important;
    background: rgb(255, 255, 255) !important;
    border-radius: 2px;
}

.ms-DetailsRow-cell {
    z-index: 8;
}

.uploader-container {
    margin: 0;
}

.ms-CommandBar {
    height: 44px !important;
    background-color: #ffffff !important;
    padding-bottom: 2px !important;
    border-top: 1px solid rgb(234, 234, 234) !important;
    padding: 0 !important;
}

.ms-CommandBar .ms-CommandBarItem-link,
.ms-OverflowSet.recordsListTopMenu .ms-Button--commandBar,
.button-archive {
    min-width: 40px;
    padding: 0 5px;
    color: rgba(0, 0, 0, .6) !important;
    background-color: rgb(255, 255, 255) !important;
    font-size: 14px !important;
    font-weight: 650 !important;
}

.ms-CommandBar .ms-CommandBarItem-link:hover,
.ms-OverflowSet.recordsListTopMenu .ms-Button--commandBar:hover,
.ms-OverflowSet.recordsListTopMenu .ms-Button--commandBarSelected,
.button-archive:hover {
    background-color: rgb(237, 237, 237) !important;
    color: rgb(96, 94, 93) !important;
}

.button-archive {
    padding: 6px !important;
}

.ms-CommandBar .ms-Button-icon,
.ms-OverflowSet.recordsListTopMenu .ms-Button-icon {
    font-size: 16px;
    margin-top: 0px;
    margin-right: 4px;
    margin-bottom: 0px;
    margin-left: 4px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    flex-shrink: 0;
    color: rgb(0, 0, 0);
}

.ms-DetailsList {
    margin-top: 25px;
    background-color: transparent !important;
}

.group-header {
    padding: 0;
    border-bottom: 1px solid rgb(234, 234, 234);
    /* background-color: rgb(255, 255, 255) !important; */
    cursor: pointer;
}

.group-header .ms-Button--action,
.group-header .ms-Button--action .ms-Button-icon,
.ms-Button--icon.custom {
    font-size: 14px;
    font-weight: 650;
    color: rgba(0, 0, 0, .6);
}

.group-header .ms-Button--action .ms-Button-icon {
    font-size: 20px;
}

.group-header:hover,
.ms-Button--icon.custom:hover {
    background-color: rgb(237, 237, 237) !important;
    color: rgb(96, 94, 93) !important;
}

.ms-Panel-commands .ms-Button--icon.custom {
    float: right;
}

[dir=rtl] .ms-Panel-commands .ms-Button--icon.custom {
    float: left;
}

.ms-ContextualMenu-list div {
    float: none;
}

.ms-ContextualMenu-list div button {
    width: 100%
}

.edit-chat-button {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
}

.messenger-wrapper .ms-Persona,
.messenger-contacts-list .ms-Checkbox-label {
    width: 100%;
}

.chat-settings-wrapper {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
}

.chat-settings-wrapper.is-chat-config-opened {
    display: block;
}

.chat-settings-menu {
    position: absolute;
    width: 250px;
    height: 100%;
    right: -250px;
    background: #fff;
    transition: .3s ease;
    border-left: 1px solid #f1f1f1;
}

.is-chat-config-opened .chat-settings-menu {
    right: 0;
}

.chat-settings-wrapper .contacts-control {
    flex-direction: row;
}

.chat-settings-wrapper .chat-settings-close-btn {
    margin-left: auto;
}

.group-settings-content {
    padding: 0 10px;
    box-sizing: border-box;
    height: calc(100% - 114px);
    overflow-y: auto;
}

.group-settings-content .ms-TextField-fieldGroup {
    width: 100%;
}

.chat-setting-field>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chat-user-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.chat-user-container .ms-Checkbox-label {
    width: 100%;
}

.edit-group-save-container {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
}

.loginLanguageSwitch {
    position: absolute;
    top: 20px;
    right: 20px;
}

.quickview-comments-grid {
    background: none !important;
    padding: 0px !important;
}

.quickview-comments-grid>div {
    padding: 10px;
    background: rgba(244, 244, 244, 0.8);
}

.quickview-comments-grid>div:nth-child(even) {
    background: rgba(244, 244, 244, 0.05);
}

.rbc-month-row {
    flex-basis: inherit !important;
}

.ms-Panel-commands .ms-Panel-navigation {
    padding-right: 10px;
}

.submenuScreen .dashboard-Card {
    width: 100% !important;
}

.eJsTest {
    display: none
}

.iJsTest {
    display: none
}

.required {
    clear: left;
    color: rgb(168, 0, 0);
}

/* .formPreview label{
    display: inline-block;
} */

.ms-Layer.ms-Layer--fixed {
    z-index: 10;
}

.root {
    z-index: 10;
}

.ms-Callout-main,
.ms-ContextualMenu-list {
    background: #f4f4f4;
}

.ms-ContextualMenu-item {
    height: 40px;
}

.ms-Callout-main button {
    font-weight: 300 !important;
}

.main-nav::-webkit-scrollbar {
    width: 5px;
}

/* Track */

.main-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.main-nav::-webkit-scrollbar-thumb {
    background: #888;
}

.ms-Panel.is-open {
    position: fixed;
}

.timePickerControl.required label:after {
    content: " *";
    color: rgb(168, 0, 0);
    padding-right: 12px;
}

.calloutContiner {
    position: absolute;
    right: 10px;
    z-index: 1
}

.chartjs-render-monitor {
    margin: 0 auto;
}

.chartBox {
    height: 300px;
    justify-content: center;
    margin-top: 10px;
    padding: 0px ​5px 0 5px;
}

html:lang(ar) .rc-time-picker-panel-select:last-child li {
    width: 88px;
    position: relative;
    right: -35px;
}

html:lang(ar) .rc-time-picker-panel-select:last-child li:first-child::after {
    visibility: visible;
    padding: 0 19px;
    content: "ص";
}

html:lang(ar) .rc-time-picker-panel-select:last-child li:last-child::after {
    visibility: visible;
    padding: 0 23px;
    content: "م";
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10000000;
    cursor: wait;
}

.is-required-choice::after {
    content: "*";
    color: rgb(168, 0, 0);
    position: absolute;
    top: -5px;
    right: -10px;
}

.is-required-radio::after {
    content: "*";
    color: rgb(168, 0, 0);
    position: absolute;
    top: 10px;
    left: 0;
}

.info-message {
    color: #31708f;
    padding-top: 3px;
}

.info-message i {
    position: relative;
    top: 2px;
    margin: 0 2px;
    font-weight: 700;
}

.search-flights-widget .ms-TextField-fieldGroup,
.search-flights-widget .rc-time-picker-input {
    height: 38px;
}

.search-flights-widget .rc-time-picker-clear {
    top: 0;
    right: 0;
}

.search-flights-widget .btn-delete,
.search-flights-widget .btn-add {
    margin-right: 10px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
}

.search-flights-widget .btn-delete {
    margin-top: 40px;
}

.search-flights-widget .btn-delete:hover,
.search-flights-widget .btn-add:hover {
    background: #8A1538;
    color: #fff;
}

.rbc-date-cell.rbc-now a {
    background-color: green;
}

.custom-typeahead input {
    width: 100%;
    padding: 10px !important;
    border: 0;
}

.FiltersContainer .custom-typeahead input {
    padding: 8px !important;
}

.custom-typeahead input.focus,
.custom-typeahead input:focus {
    outline: none;
}

.rbt-menu.show {
    z-index: 99;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.rbt-menu.show a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: .30rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.rbt-menu.show a:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.rbt-opt {
    display: flex;
}

.airport-badge {
    position: relative;
    top: 0;
    right: 0;
    border-radius: 5px;
    background-color: #ab9258;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    min-height: 16;
    height: 16px;
    min-width: 25px;
    padding-top: 3px;
}

.rbt-menu>li a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.rbt-menu-pagination-option {
    text-align: center;
}

/* .custom-typeahead .rbt-menu.show {
    width: auto;
    min-width: 250px;
} */

.custom-typeahead .rbt-menu.show a {
    padding: 0.5rem 0.9rem;
    font-size: 11px;
    line-height: 1.1rem;
}

.custom-typeahead .airport-name,
.custom-typeahead .airport-country {
    white-space: break-spaces;
}

.rbt-token {
    margin: 1px 0px 1px 0 !important;
    padding: 12px !important;
}

.rbt-token-removeable {
    padding-right: 40px !important;
}

.ms-Panel-main .main-216 {
    height: min-content;
}

.rating-control,
.overall-rating-control {
    padding: 20px 30px 60px 30px;
    border: 1px solid rgb(72, 70, 68);
}

.overall-rating-control {
    padding: 20px 30px 20px 30px;
    margin-bottom: 10px;
}

.overall-rating-control ul {
    padding: 0;
}

.overall-rating-control ul li {
    list-style: none;
    padding: 10px;
    border: 1px solid #cfcfcf;
    margin: 5px 0;
}

.rating-control p {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid;
}

.option-hint {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.help-tip {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    z-index: 99;
}

.cear-both {
    float: none !important;
    clear: both;
}

.coment-bar-hidden{
    display: none;
}