:root {
    --black: #000000;
    --black-hader: #222223;
    --white: #ffffff;
    --blue: #42A4F7BC;
    --blue-light: #42A4F777;
    --blue-dark: #1473E6;
    --blue-medium: #42A4F7;
    --rey: #6B6969;
    --grey-light: #dededfd4;
    --grey-dark: #6B6969;
    --tb-btn-bg: #F9F7F2;
    --blue-log: #00A2FF;
    --rey-nave: #d1cccc29;

    --rcu-black: #4A4F54;
    --rcu-white: #ffffff;
    --rcu-gold: #4A4F54;
    --rcu-gold-light: #CFD3D3;
    --rcu-grey: #B2B2B2;
    --rcu-grey-light: #F3F3F3;
    --rcu-tb-btn-bg: #F9F7F2;
    --rcu-grey-medium: #888;

    --esnad-white: #ffffff;
    
    /* Required field highlighting colors for light theme */
    --required-field-color: #ffc107;
    --required-field-focus-shadow: rgba(255, 193, 7, 0.25);
}

body {
    font: 400 15px / 20px 'DIN-NEXT-Light';
    letter-spacing: normal;
}

.expandablediv li ul {
    border-left: 1px dotted grey !important;
    border-top: 1px dotted grey !important;
    border-right: 0px !important;
}

.mat-nested-tree-node:last-child ul {
    border-left: 1px dotted grey !important;
    border-right: 0px !important;
}


.material-icons {
    font-family: 'Material Icons' !important;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 0.9;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.form-select {
    background-image: none !important;
    padding-right: 0.5rem;
    line-height: 1.7;
    border-color: white;
}

.invalid {
    border: 1px solid red !important;
}

.mat-table-sticky-border {
    background-color: #F9F7F2 !important;
}



.DIN-NEXT-Bold{
    font-family: DIN-NEXT-Bold;
}
.DIN-NEXT-Light{
    font-family: DIN-NEXT-Light;
}

.paddings {
    padding-left: 1rem;
    padding-top: 5.5rem;
    padding-bottom: 1rem;
    padding-right: 1rem;
}

.mat-dialog-container {
    padding: 0px !important;
    direction: ltr;
}

.DIN-NEXT-regular {
    font-family: 'DIN-NEXT-Light';
    font-weight: 400;
}

.DIN-NEXT-medium {
    font-family: 'DIN-NEXT-Light';
    font-weight: 500;
}

.DIN-NEXT-SemiBold {
    font-family: 'DIN-NEXT-Bold';
    font-weight: 600;
}

.fs-7 {
    font-size: 14px;
}

.fs-7\.5 {
    font-size: 13px;
}

.fs-8 {
    font-size: 12px;
}

.fs-8\.5 {
    font-size: 11px;
}

.fs-9 {
    font-size: 10px;
}

.me-6 {
    margin-right: 4rem !important;
}

.m-4\.5 {
    margin: 2rem;
}

.mb-4\.5 {
    margin-bottom: 2rem;
}

.mt-6rem {
    margin-top: 6rem;
}

.z-2 {
    z-index: 2 !important;
}

.z-3 {
    z-index: 3 !important;
}

.p-0\.5 {
    padding: 0.125rem;
}

.ms-checkboxes {
    margin-left: 2.3rem;
}

.-ms-checkboxesbtn {
    margin-left: -1rem;
}

.colored-div {
    width: .65rem;
    height: .65rem;
    border-radius: .125rem;
}

.flex-0 {
    flex: 0
}

.min-h-0 {
    min-height: 0;
}

.min-w-100 {
    min-width: 100%;
}

.min-h-100 {
    min-height: 100%;
}


/* global */
.rounded-4 {
    border-radius: .4rem;
}

.rounded-5 {
    border-radius: .5rem;
}

.custom-margin {
    margin: 0px 0px 55px 26px !important;
}

.square-checkbox {
    cursor: pointer;
}

.square-checkbox .checkbox-input {
    outline: 0;
    opacity: 0;
    position: absolute;
}

.zoom-cb-wrapper {
    border-right: 1px #B2B2B2 solid;
}

.zoom-cb {
    cursor: pointer;
}

.zoom-cb .zoom-cb-input {
    outline: 0;
    opacity: 0;
    position: absolute;
}

.zoom-cb .zoom-cb-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #B2B2B2 solid;
    width: 13px;
    height: 13px;
    padding: 1px;
    border-radius: .25rem;
}

.zoom-cb-label {
    color: #B2B2B2;
    cursor: pointer;
}

.flex-1 {
    flex: 1;
}

.white-bg-2 {
    background-color: #F5EEE3 !important;
}

.white-bg-2:hover {
    background-color: rgba(207, 197, 164, 0.32) !important;
}

.overlay-bg {
    background-color: rgba(29, 23, 2, 0.73);
}

.overlay-mob {
    background-color: rgba(29, 23, 2, 0.73);
}

.transparent-bg {
    background-color: transparent;
}

.light-gray-text {
    color: #909294;
}

.shadow-custom {
    box-shadow: 0px 3px 15px #00000050;
}

.cleanbtn {
    border: none;
    background-color: transparent;
    padding: 0;
}

.cleanbtn:hover {
    background-color: rgba(249, 247, 242, .2);
}

.lh-0 {
    line-height: 0;
}

.rounded-t-5 {
    border-radius: .5rem .5rem 0 0;
}

.rounded-b-5 {
    border-radius: 0 0 .5rem .5rem;
}

.checkbox-label {
    cursor: pointer;
}

/* login  */
.gold-border {
    border: solid var(--blue) 1px;
}

.login-wrapper {
    border-width: 0 0 8px 0;
}

.login-lottie,
.loading {
    max-width: 500px;
}

.login-loading {
    max-width: 200px;
}

.form-wrapper {
    min-height: calc(100vh);

}

/* .language:hover{
    background-color: #f8f8f8;
} */


.forgot:hover {
    color: #4D5154;

}

.pass-toggle {
    width: 1.4rem;
    right: 0;
    margin-right: .5rem;
    background-color: transparent;
}

.pass-wrapper input {
    padding-right: 2.4rem;
}

/* loading screen */

.loading-wrapper,
.loading-wrapper-login {
    background-color: rgba(255, 255, 255, 0.93);
    z-index: 101;
}

/* index main screen */
.expanded {
    position: fixed !important;
    width: 100% !important;
    top: 0;
    height: 100%;
}

.nav-bar-wrapper {
    z-index: 2;
}

.menu-btn {
    line-height: 0;
    box-sizing: content-box;
    padding: .3rem;
    border: none;
    padding: 0;
    background-color: transparent;
}

.menu-btn svg {
    width: 1rem;
}

.search-wrapper svg {
    width: 1.25rem;
}

.proj-name::-webkit-input-placeholder {
    color: #B2B2B2;
}

.proj-name:-moz-placeholder {
    color: #B2B2B2;
}

::-moz-placeholder {
    opacity: 1;
}

.language svg {
    width: .75rem;
}

/* .map-wrapper{
    min-height: 400px;
} */

.map {
    object-fit: cover;
}

.tb-withbtn {
    width: 2.8rem;
}

.tb-horiz {
    height: 1.6rem;
    width: auto;
}

.tb-horiz .tb-withbtn button {
    width: 1.2rem;
    height: 1.2rem !important;
}

.tb-horiz button {
    /* width: 1rem; */
    height: 1.8rem !important;
}



.tb-withbtn>button {
    border: none;
    box-sizing: content-box;
    width: 1.2rem;
    height: 1.2rem;
    padding: .8rem;
    line-height: 0;
}

.small-btn {
    padding: .3rem !important;

}

.question-btn {
    width: 0.9rem;
    height: 0.9rem;
}

.close-btn {
    width: 1rem;
    height: 1rem;
}

.collapse:not(.show) {
    display: none !important;
}

.toolbox-1 .toolbox-1-toggle {
    height: .5rem;
    padding: .35rem .8rem;
    background-color: #EFEDE8;
    border-radius: 0 0 .5rem .5rem;
    color: rgba(0, 0, 0, .33);
}

.toolbox-1-toggle svg {
    transform: rotate(180deg);
    transition-duration: 100ms;
}

.toolbox-1-toggle.collapsed svg {
    transform: rotate(0deg);
    transition-duration: 100ms;
}

.toolbox-1 button svg {
    width: 100%;
}

.horiz-seperatordarker {
    border-top: 1px #ECECEC solid !important;
}

.horiz-seperatordarker-bottom {
    border-bottom: 1px #ECECEC solid !important;
}

.horiz-moblogo {
    border-bottom: 1px #E4E3DF solid !important
}

#profileMenu {
    z-index: 1;
}

.w-0\.4 {
    width: .4rem;
}

.w-0\.6 {
    width: .6rem;
}

.w-0\.8 {
    width: .8rem;
}

.w-1 {
    width: 1rem;
}

.w-5 {
    width: 5rem;
}

.h-1 {
    height: 1rem;
}

.w-2 {
    width: 2rem;
}

.h-2 {
    height: 2rem;
}

#profileMenu a:hover,
.menuBody a:hover {
    background-color: #e6e3db;
}
.menuFixed a:hover {
    background-color: #e6e3db;
}
.opt-icon {
    width: 1.25rem;
    flex-shrink: 0;
}

.optsmall-icon {
    width: .65rem;
    flex-shrink: 0;
}

.sideMenu {
    z-index: 1;
}

.sub-sideMenu {
    background-color: rgba(243, 240, 234, 1);
    z-index: 1;
    border-radius: .5rem;
    min-width: 200px;
}

.menuToggle {
    font-size: 11px;
    background-color: transparent;
}

.menuToggle .optsmall-icon {
    transform: rotate(0deg);
    transition-duration: 100ms;
}

.menuToggle.collapsed .optsmall-icon {
    transform: rotate(180deg);
    transition-duration: 100ms;
}

.menuFixed {
    background-color: #F1EFEB;
}

.light-gray {
    background-color: #f7f7f7;
}

.toolbox-2-collapsable {
    z-index: 1;
}

.customFade {
    opacity: 0;
    transition: visibility 0.1s, opacity 0.1s linear;
}

.active {
    display: block !important;
}

.invisible {
    display: none !important;
}

.active.customFade {

    opacity: 1;
}


.icon-wrapper-1 {
    width: 1rem;
    height: 1rem;
}


.text-fix {
    line-height: 5px;
    display: flex;
    align-items: baseline;
}

.thead th:last-child {
    border-right: none;
}

.tbody-topspace::before {
    content: "-";
    display: block;
    line-height: .75rem;
    color: transparent;
}

.thead-bottomspace::after {
    content: "-";
    display: block;
    line-height: .5rem;
    color: transparent;
}

.layer-th tr th {
    border-right: 0.5px rgba(var(--bs-dark-rgb), .2) solid;
    font-weight: normal;
    padding-left: 9px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #F3F5F7;
}

.table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #F9F9F9;
}

button svg {
    pointer-events: none;
}

.scroll-custom-color .ps__rail-x {
    height: 10px;
}

.scroll-custom-color .ps__rail-x {
    opacity: 0.9 !important;
}

/* new classes */
.startRight {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    direction: rtl;
    font-family: DIN-NEXT-Light;
}

.startRight .text-nowrap,
.startRight span {
    font-family: DIN-NEXT-Bold;
}

.startRight select {
    background-position: left .75rem center;
}

.startRight button>p {
    padding-right: 0.3rem;
    font-family: DIN-NEXT-Bold;
}

.rel_div {
    width: 100%;
}

/* end */
@media (min-width: 576px) {
    .end-sm-0 {
        right: 0 !important;
    }

    .top-sm-0 {
        top: 0 !important;
    }

    .bottom-sm-auto {
        bottom: auto !important;
    }

    .transform-sm-none {
        transform: none !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .rounded-sm-0 {
        border-radius: 0 !important;
    }

    .w-sm-auto {
        width: auto !important;
    }

    .w-sm-280 {
        width: 280px !important;
    }
    .w-sm-240 {
        width: 240px !important;
    }

    .me-sm-6 {
        margin-right: 4rem !important;
    }

    .language {
        background-color: transparent;
        padding: .25rem .5rem !important;
    }

    .sub-sideMenu {
        background-color: rgba(243, 240, 234, .87) !important;
        border-radius: 0 !important;
    }

    .overlay-mob {
        background-color: transparent;
    }

}

::-webkit-scrollbar {
    width: 10px;
}

.mat-checkbox-layout .mat-checkbox-label {
    margin-left: 8px;
    margin-right: 8px;
}

.button-direction {
    text-align: end;
}

.border-3 {
    border-width: 3px;
}

.gold-sliders {
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    border-radius: 999px;
    outline: none;
    opacity: 0.8;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.gold-sliders::-webkit-slider-runnable-track {
    -webkit-appearance: none;
}

/* Mouse-over effects */
.gold-sliders {
    opacity: 1;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.gold-sliders::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    cursor: pointer;
}

.gold-sliders::-moz-range-thumb {
    width: 6px;
    /* Set a specific slider handle width */
    height: 6px;
    /* Slider handle height */
    border-radius: 999px;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
}

.square-checkbox .checkbox-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: .8rem;
    height: .8rem;
    padding: 0.125rem;
    border-radius: .25rem;
}

.square-checkbox .checkbox-input:checked+.checkbox-control:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .125rem;
}

.zoom-cb .zoom-cb-input:checked+.zoom-cb-control:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: .125rem;
}

.form-input {
    border: none;
    outline: none;
    background-color: var(--esnad-white);
    height: 33px;
    padding: 5px;
    border-radius: 7px;
    width: 100%;
    font-size: small;
    color: var(--rcu-black);
}

.gold-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .1875rem;
    flex: 0 0 auto;
    height: 1.25rem;
    position: relative;
    vertical-align: bottom;
    width: 1.25rem;
    cursor: pointer;
}

.gold-checkbox:checked:after {
    align-items: center;
    content: url(/assets/images/icons/check.svg);
    display: flex;
    height: 100%;
    padding-left: 3px;
    width: 100%;
    line-height: 0;
}

.nav-anchor {
    text-decoration: none;
    padding: .5rem 1rem;
    display: flex;
    align-items: center;
    border-radius: .25rem;
}

.nav-logo:hover {
    opacity: 0.8;
}

.search-wrapper {
    font-size: 12px;
}

.nav-part2 .profile {
    width: 2.5rem;
    height: 2.5rem;
}

.tb-withbtn>.w-img {
    padding: 0px;
    overflow: hidden;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

#minimap {
    overflow: hidden;
    box-sizing: border-box;

}

.close-btn-2 {
    width: 1.5rem;
    height: 1.5rem;
}

.searchDivider {
    width: 90%;
    height: 2px;
    margin-top: -4%;
    margin-left: 6%;
}

.input-file {
    border: #B2B2B2 1px solid;
    color: white;
}

.mat-slider-thumb {
    width: 15px !important;
    height: 15px !important;
    bottom: -7px !important;
}


.white-bg {
    background-color: #F9F7F2 !important;
}

.btn-gold {
    background-color: var(--blue-medium);
    color: #F9F9F9;
    border: none;
}

.gold-h-bg {
    background-color: var(--blue-medium);
}





.mat-step-header .mat-step-label.mat-step-label-active {
    color: var(--rcu-black) !important;
}

.link-primary {
    color: var(--rcu-black) !important;
}

.mat-hint {
    color: var(--rcu-black) !important;
}

.mat-tab-list {
    color: var(--rcu-black) !important;
}

.mat-expansion-indicator::after {
    color: var(--rcu-gold) !important;
}

.mat-expansion-panel {
    background-color: var(--rcu-tb-btn-bg) !important;
}

.mat-checkbox-checked.mat-accent {
    .mat-checkbox-ripple .mat-ripple-element {
        background-color: var(--rcu-gold) !important;
    }

    .mat-checkbox-background,
    .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
        background-color: var(--rcu-gold);
    }
}

.mat-checkbox.mat-accent {
    .mat-checkbox-ripple .mat-ripple-element {
        background-color: transparent !important;
    }
}

.mat-checkbox-indeterminate,
.mat-checkbox-checked {
    &.mat-primary .mat-checkbox-background {
        background-color: var(--rcu-gold) !important;
    }

    &.mat-accent .mat-checkbox-background {
        background-color: var(--rcu-gold) !important;
    }

    &.mat-warn .mat-checkbox-background {
        background-color: var(--rcu-gold) !important;
    }
}

.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
    background-color: var(--rcu-gold) !important;
}

.mat-slider-thumb {
    background-color: var(--rcu-gold) !important;
}

.mat-progress-bar-background {
    fill: var(--rcu-gold) !important;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: var(--rcu-gold);
}

/* Selected Part BackGround Color */
.mat-step-header .mat-step-icon-selected {
    background-color: var(--rcu-gold) !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: var(--rcu-gold) !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: var(--rcu-gold) !important;
}

.esri-swipe__divider {
    position: absolute;
    background-color: var(--rcu-gold);
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary[_ngcontent-qdv-c214] .mat-ink-bar[_ngcontent-qdv-c214] {
    background-color: var(--rcu-gold) !important;
}

.mat-slider-thumb {
    background-color: var(--rcu-gold) !important;
}

.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
    background-color: var(--rcu-gold) !important;
}

.esri-swipe__handle {
    background-color: var(--rcu-gold) !important;
}

.mat-pseudo-checkbox.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox.mat-pseudo-checkbox-indeterminate {
    border-color: #4c222200;
    background-color: var(--rcu-gold) !important;
}

.mat-select-arrow {
    color: var(--rcu-gold) !important;
}


.gold-bg {
    background-color: var(--rcu-tb-btn-bg) !important;
}

.link-primary {
    color: var(--rcu-black) !important;
}





.searchDivider {
    color: var(--blue);
}

.Ggold {
    background-color: var(--blue);
    border: none;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: var(--blue) !important;
}

.mat-progress-bar-fill::after {
    background-color: var(--blue) !important;
}

.mat-checkbox-checked.mat-accent {
    .mat-checkbox-ripple .mat-ripple-element {
        background-color: var(--blue) !important;
    }

    .mat-checkbox-background,
    .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
        background-color: var(--blue);
    }
}

.mat-checkbox.mat-accent {
    .mat-checkbox-ripple .mat-ripple-element {
        background-color: transparent !important;
    }
}

.mat-checkbox-indeterminate,
.mat-checkbox-checked {
    &.mat-primary .mat-checkbox-background {
        background-color: var(--blue) !important;
    }

    &.mat-accent .mat-checkbox-background {
        background-color: var(--blue) !important;
    }

    &.mat-warn .mat-checkbox-background {
        background-color: var(--blue) !important;
    }
}

.mat-slider.mat-accent .mat-slider-track-fill,
.mat-slider.mat-accent .mat-slider-thumb,
.mat-slider.mat-accent .mat-slider-thumb-label {
    background-color: var(--blue) !important;
}

.mat-slider-thumb {
    background-color: var(--blue) !important;
}

.mat-progress-bar-background {
    fill: var(--blue) !important;
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary .mat-ink-bar {
    background-color: var(--blue);
}

/* Selected Part BackGround Color */
.mat-step-header .mat-step-icon-selected {
    background-color: var(--blue) !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: var(--blue) !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: var(--blue) !important;
}

.esri-swipe__divider {
    position: absolute;
    background-color: var(--blue);
}

.mat-tab-group.mat-primary .mat-ink-bar,
.mat-tab-nav-bar.mat-primary[_ngcontent-qdv-c214] .mat-ink-bar[_ngcontent-qdv-c214] {
    background-color: var(--blue) !important;
}

.mat-slider-thumb {
    background-color: var(--blue) !important;
}

.esri-text-overlay-item {
    display: block;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-family: "DIN-NEXT-Light";
    line-height: 1.3em;
}

.esri-ui-top-left {
    align-items: flex-start;
}

.devider {
    border-bottom: 1px dashed var(--grey-light);
    margin-top: 30px;
    margin-bottom: 30px;
}

.photoviewer-title {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    font-family: 'DIN-NEXT-Light';
    float: left;
}

.photoviewer-header .photoviewer-toolbar {
    float: right;
}

[dir=rtl] .photoviewer-header .photoviewer-toolbar {
    float: left;
}

/* to hide the lable of the show shadow button  */
.esri-daylight__shadow-container label {
    display: none;
}

.icon-small {
    font-size: 16px !important;
}

.text-black {
    color: var(--black) !important;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}