﻿/* radzen search bar for orders */
.panelTitleAndSearch {
    align-items: center;
    gap: 2px;
}

.panelSearch {
    padding: 0;
    display: flex;
    height: 24px;
    min-width: 195px;
    /* border: .5px solid #46597863 !important; */
    border-radius: 20px;
    position: relative;
    /* position: absolute; */
    /* inset-inline: 25%; */
    /* z-index: 200; */
    /* top: 38px; */
    /* align-items: center; */
    box-shadow: none !important;
    margin-inline-start: 8px;
}

.in-view {
    background: green !important;
}

.panelSearch input {
    height: 24px;
    width: 100%;
    font-size: var(--norma--font-xs) !important;
    border: .5px solid #46597863 !important;
    border-radius: 20px !important;
    padding-inline-start: 24px;
    position: relative;
    box-shadow: none !important;
    transition: all 0.35s ease-in-out;
}

.closed, .closed .panelSearch {
    min-width: 7% !important;
    max-width: 7%;
    margin-inline-start: 0px !important;
}

.closed .panelSearch input {
    width: 10%;
    padding-inline-start: 19px;
    background-color: rgba(43, 81, 148, 1);
    cursor: pointer;
}

.closed .panelSearch::before {
    background: url('../../images/ManualPlanning/whiteSearchIcon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60% 60%;
    cursor: pointer;
}

.panelSearch::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../../images/ManualPlanning/Search.svg);
    position: absolute;
    z-index: 1;
/*    z-index: 20000;*/
    top: 0px;
    bottom: 0;
    inset-inline-start: 2px;
    background-repeat: no-repeat;
    background-position: center;
}

.orders-panel .panelSearch {
    min-width: 250px;
}


.working-set-panel .panelSearch {
    min-width: 250px;
}
.constructed-url {
    cursor: pointer;
    font-size: 10px;
    color: #0065ff;
    text-decoration-line: underline;
}

.fakeCalendar {
    background-image: url("/css/design-system/icons/calendar-new.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px !important;
    margin-inline: 3px;
}

.new-modal-container-style .new-modal-opacity-background {
    background-color: rgba(205, 218, 240, 0.7);
    backdrop-filter: blur(4px);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.new-modal-container-style .new-modal-title {
    font-weight: 400;
    font-size: 12px;
    color: rgba(12, 27, 53, 1);
    padding-inline-start: 0 !important;
}

.new-modal-container-style .new-modal-header-container {
    background-color: transparent !important;
    padding: 0.5rem !important;
    height: 35px !important;
}

.new-modal-container-style .new-modal-content {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

button.close {
    border-radius: 50%;
}