﻿@import url("../variables/_colors.css");
@import url("../variables/_dimensions.css");
@import url("../variables/_fonts.css");

@font-face {
    src: url("../../fonts/Helvetica.otf");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Tajawal', sans-serif;
    src: url(../../fonts/Tajawal-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
/* #region -> index and how to use */
/* @how_to_use_the_components document
    1. above each region you will find how to use the specified component
    2. you should add a region for any component you will create 
    3. you should add an example inside the region to show how to use it

    @index 
    1. normal input styling (design system doesn't contain one)
    2. input with floating label
    3. input of type date picker

 */
/* #endregion */

/* #region -> norml input */
.norma--input, .norma--input-view-noControl {
    position: relative;
    border-radius: var(--norma--border-raduis-sm);
    opacity: 1;
    border: 0.5px solid var(--norma__neutral--light-blue);
    padding-inline: var(--norma--padding-md);
    text-transform: capitalize;
    height: var(--norma--height-md);
    font: normal normal var(--norma--fw-regular) var(--norma--font-md) / var(--norma--line-height-2) "Montserrat", sans-serif;
    overflow: hidden;
}

.norma--input-view-noControl {
    align-items: center;
}

    .norma--input-view-noControl img.fakeCalendar {
        width: 12px;
        height: 12px;
        margin-inline: 4px;
        cursor: pointer;
    }
/* input place holder  */
.norma--input::placeholder {
}

/* disabled input */
.norma--input:disabled {
}

    /* disabled input placeholder */
    .norma--input:disabled::placeholder {
    }

.norma--input:focus {
    outline: none;
}

.norma--input-view-noControl p {
    width: 100%;
    margin-block-start: 3px;
    letter-spacing: 0px;
    /*line-height: var(--norma--line-height-1);*/
    line-height: 22px;
    cursor: default;
    max-height: 100% !important;
    padding: 0px !important;
    border: 0px !important;
    font-size: var(--norma--font-xxs) !important;
    font-weight: var(--norma--fw-regular);
    padding-inline-start: 4px !important;
}

@media screen and (min-width: 1920.1px) {
    .norma--input, .norma--input-view-noControl {
        height: var(--norma--height-xxl);
        font: normal normal var(--norma--fw-regular) var(--norma--font-lg) / var(--norma--line-height-1) "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 1280px) {
    .norma--input, .norma--input-view-noControl {
        height: var(--norma--height-lg);
        font: normal normal var(--norma--fw-regular) var(--norma--font-sm) / var(--norma--line-height-2) "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 360px) {
    .norma--input, .norma--input-view-noControl {
        height: var(--norma--height-md);
        font: normal normal var(--norma--fw-regular) var(--norma--font-xs) / var(--norma--line-height-3) "Montserrat", sans-serif;
        padding-inline: var(--norma--padding-sm);
    }
}

/* #endregion */
/* #region -> modfied radzen datepicker */
.norma--input > div {
/*    height: inherit !important;*/
    display: flex;
}

    .norma--input > div > .rz-calendar {
        max-height: calc(var(--norma--height-md) - 3px) !important;
        padding: 0px !important;
        line-height: 5px !important;
    }

        .norma--input > div > .rz-calendar > .rz-inputtext {
            width: 100%;
            margin-block-start: 3px;
            max-height: 100% !important;
            padding: 0px !important;
            border: 0px !important;
            font-size: var(--norma--font-xxs) !important;
            font-weight: var(--norma--fw-regular) !important;
            padding-inline-start: 4px !important;
            height: calc(100% - 7px) !important;
        }

        .norma--input > div > .rz-calendar > .rz-datepicker-trigger {
            inset-inline-end: 0.1rem !important;
        }

.rz-datepicker-trigger .rzi-calendar, .rz-datepicker-trigger .rzi-time {
    display: flex;
    justify-content: center;
    align-items: center;
}

.norma--input > div > .rz-calendar > .rz-calendar-button > .rz-button-icon-left::before {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("../icons/calendar-new.svg") !important;
    content: " " !important;
    width: 12px !important;
    height: 12px !important;
    display: block !important;
    background-color: var(--norma__input--bg-light) !important;
}

.rz-datepicker-header {
    height: 35px !important;
}

.rz-datepicker-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rz-datepicker-title, .rz-datepicker-prev, .rz-datepicker-next {
    height: 100% !important;
}

    .rz-datepicker-prev .rzi-chevron-left, .rz-datepicker-next .rzi-chevron-right {
        vertical-align: initial;
        font-family: var(--rz-icon-font-family) !important;
    }

.rz-datepicker-calendar th {
    padding: 4px !important;
    font-size: var(--norma--font-xxs) !important;
}

.rz-datepicker-calendar td .rz-state-default {
    padding: 4px !important;
    font-size: var(--norma--font-xxs) !important;
    margin: auto;
}

.rz-hour-picker, .rz-minute-picker, .rz-second-picker {
    background-color: transparent !important;
    width: 3rem !important;
}

.rz-datepicker-title {
}

    .rz-datepicker-title .rz-dropdown {
        padding: 4px !important;
        margin: 0px !important;
    }

.rz-timepicker .rz-spinner input[type="text"], .rz-helper-hidden-accessible input, .rz-dropdown {
    font-size: var(--norma--font-xs) !important;
}

@media screen and (min-width: 2560.1px) {
    .norma--input > div > .rz-calendar > .rz-inputtext {
        font-size: var(--norma--font-xs) !important;
    }

    .rz-datepicker-calendar th {
        font-size: var(--norma--font-xs) !important;
    }

    .rz-datepicker-calendar td .rz-state-default {
        font-size: var(--norma--font-xs) !important;
    }

    .rz-timepicker .rz-spinner input[type="text"] {
        font-size: var(--norma--font-xs) !important;
    }
}

@media screen and (min-width: 1920px) and (max-width: 2560px) {
    .norma--input > div > .rz-calendar > .rz-inputtext {
        font-size: var(--norma--font-xs) !important;
    }

    .rz-datepicker-calendar th {
        font-size: var(--norma--font-xs) !important;
    }

    .rz-datepicker-calendar td .rz-state-default {
        font-size: var(--norma--font-xs) !important;
    }

    .rz-timepicker .rz-spinner input[type="text"] {
        font-size: var(--norma--font-xs) !important;
    }
}

@media screen and (max-width: 1280px) {
    .norma--input > div > .rz-calendar > .rz-inputtext {
        font-size: var(--norma--font-xxs) !important;
    }

    .rz-datepicker-calendar th {
        font-size: var(--norma--font-xxs) !important;
    }

    .rz-datepicker-calendar td .rz-state-default {
        font-size: var(--norma--font-xxs) !important;
    }

    .rz-timepicker .rz-spinner input[type="text"] {
        font-size: var(--norma--font-xxs) !important;
    }
}

@media screen and (min-width: 1920.1px) {
    .norma--floating-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        width: 1.25rem;
    }
}

@media screen and (max-width: 1280px) {
    .norma--floating-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        width: 0.625rem;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 360px) {
    .norma--floating-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        width: 0.563rem;
    }
}

* #endregion */
/* #region -> input with floating label*/
/* 
    <div class="norma--floating-input norma--error"> use norma--error for the red border
      <input
        disabled for the disabled state
        type="text"
        class="norma--input"
        id="testInput"
        placeholder=" " don't add any placeholder
        value=""
      />
      <label for="testInput">Label</label> this is the placeholder
      <span class="norma--error-msg">* Error</span> use this for the error msg
    </div>

*/
/* floating input label */
.norma--floating-input, .norma--inputView-withoutControl {
    position: relative;
    margin: 20px 0px 10px;
    padding-inline-start: 0px;
    padding-block-end: 10px;
    z-index: 1;
}
    /* the floating label */

    .norma--floating-input > label, .norma--inputView-withoutControl > label {
        position: absolute;
        transform: translateY(-50%);
        inset-block-start: 41%;
        inset-inline-start: 1.1rem;
        padding: 0px 0.3125rem;
        font: normal normal var(--norma--fw-bold) var(--norma--font-xs) / var(--norma--line-height-2) "Montserrat", sans-serif;
        transition: all 0.2s ease 0s;
        pointer-events: none;
    }
    /* foating label behaviour when focusing on an input */

    .norma--input:focus ~ label, .norma--inputView-withoutControl > label {
        transform: translateY(0px);
        inset-block-start: -1.1rem;
        inset-inline-start: 1.8rem;
    }
/* to prevent label from going down when there's content inside it */

.norma--input:not(:placeholder-shown) ~ label {
    transform: translateY(0px);
    inset-block-start: -.8rem;
    inset-inline-start: 1.1rem;
}

.norma--input.norma--error ~ .norma--error-msg {
    position: absolute;
    top: 100%;
    inset-inline-start: 0px;
    font: normal normal var(--norma--fw-regular) var(--norma--font-xxs) / var(--norma--line-height-2) "Montserrat", sans-serif;
}

@media screen and (min-width: 1920.1px) {
    .norma--floating-input > label, .norma--inputView-withoutControl > label {
        font: normal normal var(--norma--fw-bold) var(--norma--font-md) / var(--norma--line-height-1) "Montserrat", sans-serif;
    }

    .norma--input:focus ~ label, .norma--inputView-withoutControl > label {
        inset-inline-start: 1.563rem;
    }

    .norma--input:not(:placeholder-shown) ~ label {
        inset-inline-start: 1.563rem;
    }
}

@media screen and (max-width: 1280px) {
    .norma--floating-input > label, .norma--inputView-withoutControl > label {
        font: normal normal var(--norma--fw-bold) var(--norma--font-xs) / var(--norma--line-height-4) "Montserrat", sans-serif;
    }

    .norma--input:focus ~ label, .norma--inputView-withoutControl > label {
        inset-inline-start: 0.938rem;
    }

    .norma--input:not(:placeholder-shown) ~ label {
        inset-inline-start: 0.938rem;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 360px) {
    .norma--floating-input > label, .norma--inputView-withoutControl > label {
        font: normal normal var(--norma--fw-bold) var(--norma--font-xxs) / var(--norma--line-height-4) "Montserrat", sans-serif;
    }

    .norma--input:focus ~ label, .norma--inputView-withoutControl > label {
        inset-inline-start: 0.938rem;
    }

    .norma--input:not(:placeholder-shown) ~ label {
        inset-inline-start: 0.938rem;
    }
}

.norma--input-with-icon {
}

    .norma--input-with-icon img {
        position: absolute;
        inset-inline-start: 14px;
        z-index: 100;
        top: 38%;
        width: 14px;
    }

    .norma--input-with-icon input {
        padding: 0 var(--norma--padding-lg);
    }

.norma--floating-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url("../icons/calendar-new.svg");
    width: 0.938rem;
}

@media screen and (min-width: 1920.1px) {
    .norma--floating-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        width: 1.25rem;
    }
}

@media screen and (max-width: 1280px) {
    .norma--floating-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        width: 0.625rem;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 360px) {
    .norma--floating-input input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        width: 0.563rem;
    }
}
/* #endregion */

/* #region -> action chip  */
/*  
            @how to use it?
            add the "normaa--chip__active" class when the chip is active
          add the ".normaa--chip__clicked" class when the chip is clicked
            you should change the img source if needed
          -------------------------------------------------
          <button class="norma--action-chip">
            <div class="norma--action-chip-icon">
              <img src="css/icons/No-of-orders.svg" alt="" />
            </div>
            <div class="norma--action-chip-text"><p>filter</p></div>
          </button>
*/
.norma--action-chip {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: var(--norma--width-xl);
    border-radius: var(--norma--border-raduis-sm);
    height: var(--norma--height-md);
    padding: var(--norma--padding-sm) var(--norma--padding-xs);
    outline: none !important;
}

.norma--action-chip-icon {
    max-width: var(--norma--width-md);
    max-height: var(--norma--height-md);
    display: flex;
    justify-content: center;
    align-items: center;
}

.norma--action-chip .norma--action-chip-icon > img {
    width: var(--norma--width-sm);
    max-height: var(--norma--width-sm);
}

@container resizablepanel (max-width: 570px) {
    .norma--action-chip .norma--action-chip-icon > img {
        width: 12px;
        max-height: 12px;
    }

    .norma--action-chip {
        min-width: 20px;
    }

    .panelSearch {
        min-width: 190px !important;
    }
}

.norma--action-chip .norma--action-chip-text > p {
    margin: 0 !important;
    padding-inline: var(--norma--padding-xxs);
    font: normal normal var(--norma--fw-light) var(--norma--font-xs) / var(--norma--line-height-2) "Helvetica", sans-serif;
    font-weight: var(--norma--fw-light);
}

[dir=rtl] .norma--action-chip .norma--action-chip-text > p {
    font-family: "Tajawal", sans-serif;
}

.norma--action-chip-number > p {
    margin: 0px;
}

.norma--action-chip-number {
    border-radius: 5px;
    font: normal normal var(--norma--fw-regular) var(--norma--font-xxs) / var(--norma--line-height-4) "Montserrat", sans-serif;
    padding-inline: var(--norma--padding-xs);
}

.norma_dropdown .norma--action-chip {
    width: 100%;
}

.norma_dropdown .dropdown-toggle.without_caret::after {
    display: none;
}

.norma_dropdown .dropdown-item {
    font: normal normal var(--norma--fw-light) var(--norma--font-xs) / var(--norma--line-height-2) "Helvetica", sans-serif;
    padding: var(--norma--padding-xs);
    gap: 4px;
    padding-inline-end: 8px;
    font-family: Helvetica, sans-serif !important;
}

[dir=rtl] .norma_dropdown .dropdown-item {
    font: normal normal var(--norma--fw-light) var(--norma--font-xs) / var(--norma--line-height-2) "Tajawal", sans-serif;
    font-family: Tajawal, sans-serif !important;
}

.norma_dropdown .dropdown-item span {
}

.norma_dropdown .dropdown-item:focus {
    outline: none !important;
}

.norma_dropdown .dropdown-menu {
    padding: var(--norma--padding-xs);
    border: none;
    border-radius: var(--norma--border-raduis-sm);
    min-width: 106px;
}

.norma_dropdown.norma-right-menu .dropdown-menu {
    transform: translate3d(-50%, 24px, 0px) !important;
    inset-inline-start: 0px !important;
    inset-inline-end: initial !important;
}

.norma-panel-right-icons .dropdown-menu a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* #endregion */
/* #region -> control icons  */
.norma_panel_controlicon {
    margin: var(--norma--padding-xs);
    border-radius: var(--norma--border-raduis-sm);
    width: var(--norma--width-md);
    height: var(--norma--height-md);
    display: flex;
    justify-content: center;
    cursor: pointer;
}
/* #endregion */
/* #region -> modal right  */
.norma--custom-right-modal .modal-dialog {
    margin-inline-end: var(--norma--margin-xxl);
    margin-block-start: var(--norma--margin-xxxxl);
}

.norma--custom-right-modal .modal-content {
    padding: var(--norma--padding-sm);
}

.norma--custom-right-modal .modal--sub--title {
    font-weight: normal;
}

.norma--custom-right-modal .modal-footer {
    border-top: none;
}
/* #endregion */
/* #region -> font-sizes and weight*/
.norma--font-sm {
    font-size: var(--norma--font-xs);
}

.norma--font-weight-normal {
    font-weight: var(--norma--fw-light);
}

.norma--font-weight-bold {
    font-weight: var(--norma--fw-bold);
}
/* #endregion */
/* #region -> outline*/
.norma--outline-none {
    outline: none !important;
}
/* #endregion */
/* #region -> dropdown like select */
.norma--custom--select .dropdown {
}

.norma--custom--select .dropdown-toggle {
    width: 100%;
    height: var(--norma--height-md);
    border-radius: var(--norma--border-raduis-sm);
    opacity: 1;
    text-align: start;
    font-size: var(--norma--font-xs);
    outline: none !important;
}

.norma--custom--select .dropdown-menu {
    width: 100%;
    margin: var(--norma--margin-sm) 0;
    border-radius: var(--norma--border-raduis-sm);
    border: 0px;
    box-shadow: 0px 3px 6px var(--norma-shadow--grey-1);
    padding: 0px;
}

.norma--custom--select .dropdown-item {
    height: var(--norma--height-md);
    display: flex;
    align-items: center;
    font-size: var(--norma--font-xs);
    border: 0px;
    border-radius: var(--norma--border-raduis-sm);
    outline: none !important;
}

.norma--custom--select .norma--arrow-down-select {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
}

.norma--custom--select .dropdown-toggle::after {
    display: none;
}
/* #endregion */
/* #region -> only icon dropdown with transparent bg */
.norma--icon--drop .norma--action-chip-icon {
    max-width: var(--norma--width-md);
    max-height: var(--norma--height-md);
}

    .norma--icon--drop .norma--action-chip-icon > img {
        width: var(--norma--width-sm);
    }

.norma_dropdown.norma-right-menu.norma--icon--drop .dropdown-menu {
    min-width: var(--norma--width-100);
    transform: translate3d(calc(-100% + var(--norma--line-transform-2)), var(--norma--line-transform-1), 0px) !important;
}

.norma--icon--drop .norma--action-chip {
    padding: 0px;
    min-width: var( --norma--width-md) !important;
}

.norma--icon--drop .dropdown-menu a {
    justify-content: start;
    align-items: center;
}
/* #endregion */
/* #region -> radzen dropdown customization  */
/*1- multiselect*/
.norma--radzen-custom-dp {
    margin-bottom: var(--norma--margin-md);
}

    .norma--radzen-custom-dp .rz-dropdown, .norma--radzen-custom-dp .rz-dropdown:hover {
        height: 24px;
        border-radius: var( --norma--border-raduis-sm);
        padding: var(--norma--padding-xs) var(--norma--padding-sm);
        width: calc(100% - var(--norma--padding-sm));
        display: flex;
        align-items: start;
    }

        .norma--radzen-custom-dp .rz-dropdown.rz-dropdown-chips, .norma--radzen-custom-dp .rz-dropdown.rz-dropdown-chips:hover {
            height: 32px
        }

.rz-dropdown.rz-dropdown-chips ~ .norma--input-select-label {
    top: -15px;
    font-size: var(--norma--font-xs);
    line-height: var( --norma--line-height-12);
    opacity: 1;
    padding: var( --norma--padding-xs);
    z-index: 100;
    height: var(--norma-height-sm-4);
    border-radius: var(--norma--border-raduis-xs);
    inset-inline-start: 8px;
    background: white;
}

.norma--radzen-custom-dp .rz-dropdown-chips-wrapper {
    line-height: var(--norma--line-height-4);
    width: calc(100% - 46px);
    justify-content: space-between;
    flex-flow: row;
}

.norma--radzen-custom-dp .rz-chip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 48%;
    height: var(--norma-height-sm-2);
    line-height: var(--norma--line-height-5);
    padding: 0 var(--norma--padding-xs);
    display: flex;
    align-items: center;
}

.norma--radzen-custom-dp .rz-dropdown-chips .rz-dropdown-chips-wrapper {
    margin-inline-end: 0px;
    margin-block-start: 4px;
}

.norma--radzen-custom-dp .rz-dropdown-chips .rz-chip .rz-chip-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    width: 100%;
    font-size: var(--norma--font-xxs);
    display: block;
}

.norma--radzen-custom-dp .rz-button.btn-light, .btn-light.rz-paginator-element {
    display: none;
}

.norma--radzen-custom-dp .rz-multiselect-label-container, .rz-dropdown-label {
    line-height: var(--norma--line-height-4);
    display: block;
    white-space: nowrap;
    margin-bottom: 0px;
    font-size: var(--norma--font-xs);
    font-weight: 500;
    width: 100%;
    text-align: initial;
    text-overflow: clip;
    overflow: hidden;
}

.norma--radzen-custom-dp .rz-dropdown-chips .rz-chip .rz-button {
    display: none;
}

.norma--radzen-custom-dp .rz-helper-hidden-accessible {
    display: none !important;
}

.rz-multiselect-panel, .rz-dropdown-panel {
    border-radius: var( --norma--border-raduis-sm);
}

.norma--radzen-custom-dp .rz-dropdown-chips .rz-chip {
    border-radius: var(--norma--border-raduis-md);
}

.norma--radzen-custom-dp .rz-multiselect-trigger .rzi-chevron-down::before, .norma--radzen-custom-dp .rz-dropdown-trigger .rzi-chevron-down::before {
    display: none;
}

.norma--radzen-custom-dp .rz-dropdown-trigger-icon.rzi-chevron-down {
    background-image: url("../icons/down.png");
    background-position: center center;
    background-size: cover;
}

.rz-chkbox {
    width: var(--norma--width-xs-2);
    height: var(--norma-height-sm-3);
    min-width: var(--norma--width-xs-2);
}

.rz-dropdown-item, .rz-menuitem, .rz-autocomplete-list-item, .rz-multiselect-item, .rz-dropdown-items li, .rz-autocomplete-items li, .rz-multiselect-items li, li.rz-dropdown-item span {
    font-size: var(--norma--font-xs) !important;
}

.rz-dropdown-clear-icon::before {
    content: "x";
}

.norma--number-control-wrap {
    outline: none !important;
}

.norma--number-control-wrap {
    height: var(--norma--height-lg);
    border-radius: var(--norma--border-raduis-sm);
    padding: 0px var( --norma--padding-xs);
    display: flex;
    align-items: center;
    width: calc(100% - var( --norma--padding-sm));
}

    .norma--number-control-wrap input {
        border: none;
        padding: 0px;
        outline: none !important;
        box-shadow: none !important;
        max-width: 37% !important;
    }

    .norma--number-control-wrap .right-minus-control-border {
        margin-inline-end: var(--norma--margin-xss);
        height: var(--norma-height-sm-3);
        width: 36%;
    }

    .norma--number-control-wrap .input-group-prepend:nth-of-type(2) {
        width: 24%;
        overflow: hidden;
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
    }

    .norma--number-control-wrap .minus--plus-icon {
        margin-inline-start: var(--norma--padding-xs);
        width: var(--norma--width-sm);
        height: var(--norma--height-sm-2);
        display: flex;
        padding-inline-end: var(--norma--padding-sm);
        justify-content: center;
        align-items: center;
    }
/* #endregion */
/* #region -> form-label-overlay */
.norma--input-select-row {
    margin-bottom: var(--norma--margin-md);
    padding: var(--norma--padding-xs) 0;
    position: relative;
}

.norma--input-select-element {
    appearance: none;
    padding: var(--norma--padding-sm) var(--norma--padding-xs);
    position: relative;
    width: 100%;
    z-index: 3;
}

.norma--input-select-label {
    position: absolute;
    opacity: 0;
    transition: bottom 0.2s ease 0s, opacity 0.2s ease 0s;
    bottom: 0px;
    inset-inline-start: 0px;
    z-index: 1;
}

.norma--input-select-element:focus + .norma--input-select-label, .norma--input-select-element:invalid + .norma--input-select-label, .norma--input-select-element.norma--selected + .norma--input-select-label {
    top: -15px;
    font-size: var(--norma--font-xs);
    line-height: var( --norma--line-height-12);
    opacity: 1;
    padding: var( --norma--padding-xs);
    z-index: 100;
    height: var(--norma-height-sm-4);
    border-radius: var(--norma--border-raduis-xs);
    inset-inline-start: 8px;
}

.norma--input-select-element:focus .rz-placeholder, .norma--input-select-element:invalid .rz-placeholder, .norma--input-select-element.norma--selected .rz-placeholder {
    display: none;
}
/* #endregion */
/* #region -> date range input , with single date*/
.norma--cutom-range-date {
    height: var(--norma--height-md);
    border-radius: var(--norma--border-raduis-sm);
    padding: var(--norma--padding-xs) var(--norma--padding-xs);
    width: calc(100% - var(--norma--padding-sm));
    display: flex;
    align-items: center;
}

    .norma--cutom-range-date input {
        height: var(--norma--height-sm);
        display: flex;
        align-items: center;
        border: none;
        padding: 0px;
        font-size: var(--norma--font-xxs);
        font-weight: 500;
    }

        .norma--cutom-range-date input[type="date"]::-webkit-calendar-picker-indicator {
            bottom: 0px;
            cursor: pointer;
            height: auto;
            inset-inline: 0px;
            position: absolute;
            top: 0px;
            width: auto;
        }

        .norma--cutom-range-date input:focus {
            box-shadow: none;
        }

    .norma--cutom-range-date .input-group {
        justify-content: space-between;
        padding: 0 var(--norma--padding-xxs);
        letter-spacing: -10px;
    }

        .norma--cutom-range-date .input-group > div {
            width: calc(100% - 14px);
        }

            .norma--cutom-range-date .input-group > div input {
                width: 50%;
                text-overflow: clip;
                padding: 0 var(--norma--padding-xxs);
                height: calc(var(--norma--height-md) - 2px);
            }

        .norma--cutom-range-date .input-group > .norma--single-date-input input {
            width: calc(100% + 10px);
        }

        .norma--cutom-range-date .input-group .input-group-append {
            width: 14px;
        }

.norma--single-date-input-wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: var(--norma--border-raduis-sm);
}

    .norma--single-date-input-wrapper .norma--single-date-input {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    .norma--single-date-input-wrapper .input-group-append {
        position: absolute;
        inset-inline-end: var(--norma--absolute-var-1);
        top: var( --norma--absolute-var-2);
        z-index: 0;
        cursor: pointer;
    }
/* #endregion */
.orders-filter-time-contorller-row .norma--input-select-row, .orders-filter-time-contorller-row .norma--radzen-custom-dp {
    margin-bottom: 0px;
}
/* #region -> notifications */
.norma--notifications-main {
    position: absolute;
    top: 84px;
    inset-inline: 4% 5%;
    z-index: 100;
    min-height: var(--norma--height-alert-min);
    max-height: var(--norma--height-alert-max);
    padding: var(--norma--padding-lg)var(--norma--padding-md) var(--norma--padding-md)var(--norma--padding-md);
    font-size: var(--norma--font-xs);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    border-radius: 5px;
    max-width: 44%;
}

    .norma--notifications-main.alert-dismissible .close {
        position: absolute;
        inset-inline-end: var(--norma--absolute-minus-var-2);
        padding: 0px;
        margin: var(--norma--margin-sm) var(--norma--margin-md-lg-between);
    }

.norma--all-notifications-wrap {
    max-height: var(--norma--height-alert-info-wrap-max);
    overflow: auto;
    padding-inline-end: 6%;
}

    .norma--all-notifications-wrap > div {
        gap: 12px;
    }

.norma--notifications-main .norma--all-notifications-wrap#norma--notify--srollbar::-webkit-scrollbar {
    border-radius: var(--norma--border-raduis-sm);
}

.norma--notifications-main button {
    outline: none !important;
}

.norma--notify-danger p {
    font-weight: var( --norma--fw-medium);
}
/* #endregion */
/* #region -> resize panel */
/*handle container queries for resize */

.norma_ws_col_6p {
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
}

.norma_ws_col_14p {
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}

.norma_ws_col_16p {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}

.norma_ws_col_20p {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.active-screen {
    container: resizablepanel / inline-size;
}

@container resizablepanel (max-width: 740px) {
    .norma--p-special {
        font-size: var(--norma--font-xxs) !important;
    }
}

@container resizablepanel (max-width: 660px) {
    .norma--action-chip-text {
        display: none;
    }

    .workingSetWrapper .vehicle-title {
        font-size: 8px !important;
    }

    .trip-summery-item {
        font-size: var(--norma--font-xxs) !important;
    }

    .norma--action-chip-icon {
        min-width: var(--norma--width-s);
        min-height: var(--norma--height-xs);
        margin-inline: var(--norma--margin-xs);
    }



    .orderLoadingRequestDetails {
        padding: 0px !important;
    }

    .orderLoadingRequestDetailsDate {
        min-width: 45px;
    }

    .orderLoadingRequestDetailsIn {
        gap: 2px;
    }

    .PSCustomizedCalendarPosition {
        inset-inline-end: 0px !important;
        inset-inline-start: initial !important;
    }

    .wSActions {
        /*width: 39%;
        flex-flow: column-reverse;*/
        align-items: end;
    }
}

@container resizablepanel (max-width: 693px) {
    .norma--p-special {
        font-size: var(--norma--font-xxs) !important;
    }

    .orderLoadingRequestDetails {
        padding: 0px !important;
    }

    .orderLoadingRequestDetailsDate {
        min-width: 65px;
    }

    .orderLoadingRequestDetailsIn {
        gap: 2px;
    }

    .tripDriversNames {
        height: 14px;
    }
    /*   .panelSearch {
        min-width: 216px !important;
    }*/

    .panelSearch input {
        font-size: var(--norma--font-xxs) !important;
    }

    .working-set-filter-container {
        inset-inline-start: 8px;
        width: 490px;
    }

    .order-row-order-info-container, .stop-row-stop-info-container {
        width: 96%;
        inset-inline-end: 18px;
    }

    .workingSetSaveButton {
        max-width: 62px;
        overflow: hidden;
        text-overflow: clip;
        white-space: nowrap;
    }
}

@container resizablepanel (max-width: 715px) {
    .panelSearch input {
        font-size: var(--norma--font-xxs) !important;
    }
}

@container resizablepanel (max-width: 715px) and (min-width: 570px) {


    .panelSearch {
        min-width: 216px !important;
    }
}

@container resizablepanel (max-width: 570px) {
    .norma_ws_col_6p {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }

    .norma_ws_col_14p {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .norma_ws_col_16p {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        max-width: 32%;
    }

    .norma_ws_col_20p {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

.norma--add-tooltip {
    position: relative;
    overflow: hidden;
    text-overflow: clip;
}

.norma--tooltip {
    position: absolute;
    display: flex;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    height: var(--norma--height-md);
    white-space: nowrap;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-inline: var(--norma--padding-md);
    border-radius: var(--norma--border-raduis-xs);
    font: normal normal var(--norma--fw-regular) var(--norma--font-xs) / var(--norma--line-height-12) "Montserrat", sans-serif;
    bottom: 0px;
    inset-inline-start: 0px;
    z-index: 9;
}

[data-title]:hover::after {
    opacity: 1;
    transition: all 0.1s ease 0s;
    visibility: visible;
}

[data-title]::after {
    content: attr(data-title);
    position: absolute;
    bottom: 70%;
    inset-inline-start: 0px;
    height: var(--norma--height-md);
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: var(--norma--padding-md);
    border-radius: var(--norma--border-raduis-xs);
    font: normal normal var(--norma--fw-regular) var(--norma--font-xs) / var(--norma--line-height-12) "Montserrat", sans-serif;
    opacity: 0;
    z-index: 999;
    visibility: hidden;
}

[data-title] {
    position: relative;
}

@media screen and (min-width: 1920.1px) {
    .norma--tooltip {
        font: normal normal var(--norma--fw-regular) var(--norma--font-sm) / var(--norma--line-height-12) "Montserrat", sans-serif;
    }
}

@media screen and (max-width: 1280px) {
    .norma--tooltip {
        font: normal normal var(--norma--fw-regular) var(--norma--font-xxs) / var(--norma--line-height-12) "Montserrat", sans-serif;
    }
}

.norma--tooltip.norma--tooltip_start {
    top: -50%;
    inset-inline-end: 105%;
}

.norma--tooltip.norma--tooltip_end {
    top: -50%;
    inset-inline-start: 105%;
}

.norma--tooltip.norma--tooltip_top {
    bottom: 105%;
    inset-inline-start: -50%;
}

.norma--tooltip.norma--tooltip_bottom {
    top: 105%;
    inset-inline-start: -50%;
}

.norma--add-tooltip:hover > .norma--tooltip {
    visibility: visible;
    opacity: 1;
}

.norma--manualplanning-side {
    position: absolute;
    inset-inline-start: 0px;
    z-index: 100000000;
    box-shadow: rgb(106, 106, 106) 1px 2px 7px;
    bottom: 0px;
}

.custom-radio [type="radio"]:checked, .custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    inset-inline-start: -9999px;
}

    .custom-radio [type="radio"]:checked + label, .custom-radio [type="radio"]:not(:checked) + label {
        position: relative;
        padding-inline-start: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-weight: var(--norma--fw-bold);
        font-size: var(--norma--font-xs);
    }

        .custom-radio [type="radio"]:checked + label::before, .custom-radio [type="radio"]:not(:checked) + label::before {
            content: "";
            position: absolute;
            inset-inline-start: 0px;
            top: 0px;
            width: 18px;
            height: 18px;
            border-radius: 100%;
        }

        .custom-radio [type="radio"]:checked + label::after, .custom-radio [type="radio"]:not(:checked) + label::after {
            content: "";
            width: 8px;
            height: 8px;
            position: absolute;
            top: 5px;
            inset-inline-start: 5px;
            border-radius: 100%;
            transition: all 0.2s ease 0s;
        }

        .custom-radio [type="radio"]:not(:checked) + label::after {
            opacity: 0;
            transform: scale(0);
        }

        .custom-radio [type="radio"]:checked + label::after {
            opacity: 1;
            transform: scale(1);
        }

.designSystemPageWrapper {
    background: var(--norma__neutral--grey-2);
    min-height: 100%;
    height: 100%;
    padding: 40px;
    overflow: auto;
}

.norma--button {
    border-radius: 25px;
    border: none;
    height: 24px;
    padding: var(--norma--padding-xs) var(--norma--padding-xs);
    line-height: 14px;
    font-size: var(--norma--font-xxs);
    background: transparent;
    outline: none !important;
}

.norma--popup {
}

    .norma--popup .modal-content {
        border-radius: 15px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 12px;
    }

    .norma--popup .modal-header {
        margin: 0px 10px;
    }

    .norma--popup .modal-footer {
        justify-content: center;
        border: none;
    }

    .norma--popup .norma--popup-confirm-button {
        min-width: 107px;
        border-radius: var(--norma--border-raduis-sm);
        font-size: var(--norma--font-xs);
    }

    .norma--popup .norma--popup-cancel-button {
        min-width: 107px;
        border-radius: var(--norma--border-raduis-sm);
        font-size: var(--norma--font-xs);
    }

    .norma--popup .modal-title {
        font-size: var(--norma--font-sm);
    }

input.norma--toggles-input {
    position: relative;
    appearance: none;
    height: 16px;
    border-radius: 30px;
    cursor: pointer;
    transition: box-shadow 0.3s ease-in-out 0.1s, padding 0.25s ease-in-out 0s;
    width: 30px !important;
}

    input.norma--toggles-input:focus {
        border: 0px;
        outline: 0px;
    }

    input.norma--toggles-input:checked {
        transition-delay: 0s, 0s;
        padding-inline-start: 15px;
        box-shadow: rgb(0, 193, 105) 0px 0px 0px 2.62857em inset !important;
    }

    input.norma--toggles-input::before {
        display: inline-block;
        height: 12px;
        width: 12px;
        margin: 2px;
        margin-block: 2px;
        border-radius: 2.1em;
        transition: all 0.1s ease 0.1s;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 1px;
        border: 0.5px solid rgba(0, 0, 0, 0.1);
    }

    input.norma--toggles-input::before, input.norma--toggles-input::after {
        content: "";
        display: block;
        top: -4px;
        inset-inline-start: -5px;
    }

    input.norma--toggles-input:active::before {
        transition: all 0.1s ease 0.05s;
    }

.norma--checkbox {
    margin-bottom: 0px;
}

    .norma--checkbox input[type="checkbox"] {
        position: relative;
        border-radius: 3px;
        cursor: pointer;
        line-height: 0;
        margin-inline-end: 0.3em;
        outline: 0px;
        vertical-align: text-top;
        height: 15px;
        width: 15px;
        appearance: none;
        padding: 0px !important;
    }

        .norma--checkbox input[type="checkbox"]:hover {
            opacity: 1;
        }

        .norma--checkbox input[type="checkbox"]:checked {
            opacity: 1;
        }

        .norma--checkbox input[type="checkbox"]:disabled {
            opacity: 0.55;
        }

        .norma--checkbox input[type="checkbox"]::before {
            content: "";
            position: absolute;
            inset-inline-end: 50%;
            top: 50%;
            width: 4px;
            height: 7px;
            border-style: solid;
            border-color: rgb(255, 255, 255);
            border-image: initial;
            border-width: 0px 2px 2px 0px;
            margin: -1px -1px 0px;
            transform: rotate(45deg) translate(-50%, -50%);
            z-index: 2;
        }

.norma--overlay {
    background: var(--norma__neutral--light);
    width: 230px;
    min-height: 200px;
/*    box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 12px;*/
    border-radius: 20px;
    padding: 10px;
}

    .norma--overlay .norma--overlay-header {
        border-bottom: 1px solid gainsboro;
        padding: 0px 5px;
        margin-bottom: 10px;
    }

        .norma--overlay .norma--overlay-header img {
            cursor: pointer;
        }

    .norma--overlay .norma--overlay-title {
        color: var( --norma-secondary--2);
        font-weight: var(--norma--fw-medium);
    }

    .norma--overlay .norma--overlay-content {
    }

.orderListHeader {
    min-height: 44px;
    padding: 10px;
}

    .orderListHeader .orderListHeaderTitle h1 {
        font-size: var(--norma--font-xs);
        font-weight: var(--norma--fw-bold);
        color: var(--norma__neutral--light-blue);
    }

    .orderListHeader .norma--action-chip {
        background-color: transparent;
    }

.orderListDataContainer {
    background: var(--norma__neutral--light);
}

    .orderListDataContainer .orderListDataTableWrap .table-borderless thead th {
        border: 0px;
        font-size: var(--norma--font-xs);
        color: var(--norma__neutral--grey-3);
        font-weight: var(--norma--fw-medium);
        background-color: var(--norma__neutral--light-blue);
        filter: brightness(0.9);
    }

    .orderListDataContainer .orderListDataTableWrap .table-borderless td {
        font-size: var(--norma--font-xs);
    }

body div.manualPlanningScreen ::-webkit-scrollbar-thumb {
    background: grey !important;
}

body div.manualPlanningScreen.remove-selection {
    user-select: none;
}

.radzenCustomizedPositionWrapper {
    position: fixed;
    z-index: 100;
    border-radius: 5px;
    top: 30%;
    inset-inline-start: 34%;
    width: 34%;
}

    .radzenCustomizedPositionWrapper .rz-multiselect-trigger .rzi-chevron-down::before, .radzenCustomizedPositionWrapper .rz-dropdown-trigger .rzi-chevron-down::before {
    }

    .radzenCustomizedPositionWrapper .rz-datepicker-calendar {
        width: 100%;
    }

    .radzenCustomizedPositionWrapper .rz-dropdown-trigger-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: var(--rz-icon-font-family) !important;
    }

    .radzenCustomizedPositionWrapper .rz-spinner-button .rzi-caret-down::before {
        content: "⌄";
        height: 13px;
        position: absolute;
        top: -5px;
        inset-inline-start: 3px;
    }

    .radzenCustomizedPositionWrapper .rz-spinner-button .rzi-caret-up::before {
        content: "⌃";
        height: 13px;
        position: absolute;
        top: 5px;
        inset-inline-start: 3px;
    }

.radzenCloseWrapper {
    position: absolute;
    top: -10px;
    inset-inline-end: -10px;
    z-index: 100;
    background: white;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid gainsboro;
}

    .radzenCloseWrapper img {
    }

.radzenCustomizedPositionWrapper .rz-hour-picker, .radzenCustomizedPositionWrapper .rz-minute-picker, .radzenCustomizedPositionWrapper .rz-second-picker {
    width: 100% !important;
}

.radzenContainer {
    overflow: visible;
    width: 94% !important;
}

    .radzenContainer .norma--input-view-noControl.norma--input--sm {
        overflow: hidden !important;
        width: 100% !important;
    }

    .radzenContainer div {
        width: initial;
        overflow-y: visible !important;
/*        padding-inline-end: 5px;*/
    }

.rz-calendar-inline {
    border-radius: 17px !important;
}

.rz-datepicker-group {
    padding-top: 5px !important;
}

.radzenContainer .PSCustomizedCalendarPositionWrapper {
    width: 100%;
}

.PSCustomizedCalendarPositionWrapper {
    position: relative;
    overflow: visible !important;
}

.PSCustomizedCalendarPosition {
    position: absolute;
    bottom: -13px;
    background: white;
    min-height: 190px;
    top: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 14px 0px;
    border-radius: 17px;
    width: 234px !important;
    display: block !important;
    overflow: visible !important;
}

.radzenDpFakeConfirmBtn {
}

    .radzenDpFakeConfirmBtn button {
        width: calc(100% - 10px);
        margin: 5px;
    }

.PSCustomizedCalendarPosition:focus {
    border: 1px solid goldenrod;
}

.PSCustomizedCalendarPosition.rightPosition {
    inset-inline-end: 0px;
}

.PSCustomizedCalendarPosition.leftPosition {
    inset-inline-start: 0px;
}

.PSCustomizedCalendarPositionWrapper .radzenCustomizedPositionWrapper {
    z-index: 100;
    border-radius: 17px;
    top: 0px;
    inset-inline-start: 0px;
    position: relative !important;
    width: 100% !important;
    display: block !important;
    box-shadow: rgba(69, 73, 79, 0.3) 0px 1px 2px, rgba(69, 73, 79, 0.15) 0px 2px 6px 2px;
    background: white;
}

.PSCustomizedCalendarPositionWrapper .radzenCloseWrapper {
    height: 24px;
    width: 24px !important;
}

.PSCustomizedCalendarPositionWrapper .rz-datepicker-inline.rz-datepicker {
    display: initial !important;
}

.PSCustomizedCalendarPositionWrapper .rz-datepicker-header {
    display: block !important;
}

.rz-calendar-inline {
    border-radius: 4px;
    border: none;
}

.rz-datepicker-header, .rz-datepicker-calendar th {
    background-color: transparent;
}

.rz-datepicker-calendar td .rz-state-default {
    width: 20px;
    height: 20px;
}

.rz-datepicker-calendar td .rz-state-default {
    border-radius: 50%;
}

div.CustomDefaultScrollbar::-webkit-scrollbar {
    width: 13px !important;
    height: 13px !important;
}

body div.CustomDefaultScrollbar::-webkit-scrollbar-track {
    background: rgb(237, 237, 237) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

body div.CustomDefaultScrollbar::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    background-color: rgb(193, 193, 193) !important;
    border: 4px solid rgb(237, 237, 237) !important;
}

    body div.CustomDefaultScrollbar::-webkit-scrollbar-thumb:hover {
        border: 1px solid rgb(237, 237, 237) !important;
    }

div.CustomDefaultScrollbar::-webkit-scrollbar-corner {
    background-color: rgb(221, 221, 221) !important;
}

div.CustomDefaultScrollbar::-webkit-scrollbar-button:single-button {
    width: 10px;
    height: 10px;
    background-image: url("/images/ManualPlanning/ArrowRight.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: var(--norma__neutral--grey-4);
}

    div.CustomDefaultScrollbar::-webkit-scrollbar-button:single-button:horizontal:start {
        background-image: url("/images/ManualPlanning/ArrowLeft.svg");
    }

    div.CustomDefaultScrollbar::-webkit-scrollbar-button:single-button:vertical:start {
        background-image: url("/images/ManualPlanning/ArrowTop.svg");
    }

    div.CustomDefaultScrollbar::-webkit-scrollbar-button:single-button:vertical:end {
        background-image: url("/images/ManualPlanning/Arrowbottom.svg");
    }

.norma--tabs .norma--tabs {
    background: var(--norma__neutral--main-light-blue);
    padding: 9px;
    border: 0px;
    border-radius: 0px;
}

.norma--tabs .tab-content {
    background: white;
}

.norma--tabs .tab-pane {
    padding: 5px;
}

.norma--tabs nav {
    background: rgb(222, 236, 252);
    border: 0px;
}

    .norma--tabs nav .nav {
        background: white;
        border-radius: 6px 6px 0px 0px;
        border: 0px;
    }

.norma--tabs .nav > .nav-link {
    width: 50%;
    border-radius: 0px 0px 0px 6px;
    background: rgb(222, 236, 252);
    border: none;
    color: var(--norma__neutral--light-blue);
    font-weight: var(--norma--fw-regular);
    height: 28px;
    padding: 2px;
    outline: none !important;
}

    .norma--tabs .nav > .nav-link:nth-of-type(1) {
        border-radius: 0px 0px 6px;
    }

    .norma--tabs .nav > .nav-link.active {
        box-shadow: none;
        background: var( --norma__neutral--light);
        color: var(--norma-secondary--2);
        border-radius: 6px 6px 0px;
        margin-top: -3px;
    }

.dropdownDivider {
    border-top: 2px solid #EAECEE;
}
