
/* material icons */

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}







/************ light theme color ********/
/* green color */
.sdp-color-green_L1 {
    color: #3ECF81;
}

.sdp-color-green_L2 {
    color: #DEF8EB;
}

.sdp-color-green_L3 {
    color: #1AAB66;
}

.sdp-color-green_L4 {
    color: #006064;
}

.sdp-color-green_L5 {
    color: #00838F;
}

.sdp-color-green_L6 {
    color: #E0F7FA;
}

/* blue color */
.sdp-color-blue_L1 {
    color: #D9EFFF;
}

.sdp-color-blue_L2 {
    color: #182F40;
}

/* black color */
.sdp-color-black_1 {
    color: #0B1C28;
}

.sdp-color-black_2 {
    color: #212121;
}

.sdp-color-black_3 {
    color: #1F1F1F;
}

/* white color */
.sdp-color-white_1 {
    color: #E6E1E5;
}

/* gray color */
.sdp-color-gray {
    color: #9E9E9E;
}

.sdp-color-gray {
    color: #BDBDBD;
}

/************ dark theme color ********/
/* green color */
.sdp-color-green_D1 {
    color: #BCFFDF;
}

.sdp-color-green_D2 {
    color: #2E8A5E;
}

.sdp-color-green_D3 {
    color: #37B87B;
}

.sdp-color-green_D4 {
    color: #DEF8EB;
}

.sdp-color-green_D5 {
    color: #B2EBF2;
}

.sdp-color-green_D6 {
    color: #007580;
}

.sdp-color-green_D7 {
    color: #E0F7FA;
}

/* blue color */
.sdp-color-blue-D1 {
    color: #E0F7FA;
}

.sdp-color-blue-D2 {
    color: #182F40;
}

.sdp-color-blue-D3 {
    color: #D9EFFF;
}

.sdp-color-blue-D4 {
    color: #00ACC1;
}

.sdp-color-blue-D5 {
    color: #55768E;
}

/************ button`s ********/
/* icon button`s */
.sdp-icon-btn {
    min-width: 2.5rem;
    min-height: 2.5rem;
    border-radius: 0.313rem;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* filled button`s */
.sdp-btn {
    min-width: 6rem;
    min-height: 2.5rem;
    border-radius: 0.313rem;
    border: 0;
}



.sdp-btn-F1 {
    background: #3ECF8A;
    color: #0B1C28;
}

.sdp-btn-F1:hover {
    background: #C1FFE0;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F1:active {
    background: #7BEEB4;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F1.disable {
    background: rgba(31, 31, 31, 0.12);
    color: #1C1B1F61;
}




.sdp-btn-F2 {
    background: #182F40;
    color: #FFFFFF;
}

.sdp-btn-F2:hover {
    background: #D9EFFF;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F2:active {
    background: #BCE3FF;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F2.disable {
    background: rgba(31, 31, 31, 0.12);
    color: #1C1B1F61;
}





.sdp-btn-F3 {
    background: #006064;
    color: #FFFFFF;
}

.sdp-btn-F3:hover {
    background: #E0F7FA;
    color: #006064;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F3:active {
    background: #B2EBF2;
    color: #006064;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F3.disable {
    background: rgba(31, 31, 31, 0.12);
    color: #1C1B1F61;
}




.sdp-btn-F4 {
    background: #BCFFDF;
    color: #0B1C28;
}

.sdp-btn-F4:hover {
    background: #65CA9A;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F4:active {
    background: #37B87B;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F4.disable {
    background: #363636;
    color: #9E9E9E;
}




.sdp-btn-F5 {
    background: #BEE3FF;
    color: #182F40;
}

.sdp-btn-F5:hover {
    background: #88CDFF;
    color: #182F40;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F5:active {
    background: #5392C0;
    color: #182F40;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F5.disable {
    background: #363636;
    color: #9E9E9E;
}




.sdp-btn-F6 {
    background: #B2EBF2;
    color: #006064;
}

.sdp-btn-F6:hover {
    background: #80DEEA;
    color: #006064;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F6:active {
    background: #6CDBEF;
    color: #006064;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-btn-F6.disable {
    background: #363636;
    color: #9E9E9E;
}




/* outlined button`s */
.sdp-btn-O1 {
    background: #FFFFFF;
    color: #207E51;
    border: 1px solid #9E9E9E;
}

.sdp-btn-O1:hover {
    background: rgba(222, 248, 235, 0.5);
    color: #006064;
}

.sdp-btn-O1:active {
    background: #DEF8EB;
    color: #006064;
}

.sdp-btn-O1.disable {
    background: #FFFFFF;
    color: rgba(28, 27, 31, 0.38);
}



.sdp-btn-O2 {
    background: #FFFFFF;
    color: #0B1C28;
    border: 1px solid #9E9E9E;
}

.sdp-btn-O2:hover {
    background: rgba(217, 239, 255, 0.5);
    color: #0B1C28;
}

.sdp-btn-O2:active {
    background: #BCE3FF;
    color: #0B1C28;
}

.sdp-btn-O2.disable {
    background: #FFFFFF;
    color: rgba(28, 27, 31, 0.38);
}


.sdp-btn-O3 {
    background: #FFFFFF;
    color: #006064;
    border: 1px solid #9E9E9E;
}

.sdp-btn-O3:hover {
    background: rgba(224, 247, 250, 0.5);
    color: #006064;
}

.sdp-btn-O3:active {
    background: #B2EBF2;
    color: #006064;
}

.sdp-btn-O3.disable {
    background: #FFFFFF;
    color: rgba(28, 27, 31, 0.38);
}



.sdp-btn-T1 {
    background: transparent;
    color: #207E51;
}

.sdp-btn-T1:hover {
    background: rgba(222, 248, 235, 0.5);
    color: #207E51;
}

.sdp-btn-T1:active {
    background: #DEF8EB;
    color: #207E51;
}

.sdp-btn-T1.disable {
    background: #FFFFFF;
    color: rgba(28, 27, 31, 0.38);
}


.sdp-btn-T2 {
    background: transparent;
    color: #0B1C28;
}

.sdp-btn-T2:hover {
    background: rgba(217, 239, 255, 0.5);
    color: #0B1C28;
}

.sdp-btn-T2:active {
    background: #BCE3FF;
    color: #0B1C28;
}

.sdp-btn-T2.disable {
    background: #FFFFFF;
    color: rgba(28, 27, 31, 0.38);
}


.sdp-btn-T3 {
    background: transparent;
    color: #006064;
}

.sdp-btn-T3:hover {
    background: rgba(224, 247, 250, 0.5);
    color: #006064;
}

.sdp-btn-T3:active {
    background: #B2EBF2;
    color: #006064;
}

.sdp-btn-T3.disable {
    background: #FFFFFF;
    color: rgba(28, 27, 31, 0.38);
}

/* chips */
.green-icon {
    color: #30A16B;
}

.dark-icon {
    color: #0B1C28;
}

.chips-text {
    inline-size: max-content;
}

.sdp-chips {
    min-width: 4.6rem;
    min-height: 2rem;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sdp-chips-icon-right {
    cursor: pointer;
    margin-left: 0.2rem;
}

.sdp-chips-icon-left {
    margin-right: 0.2rem;
}

.spd-avatar-image {
    border-radius: 2px;
    max-width: 1.5rem;
    max-height: 1.5rem;
    margin: 0 0.25rem;
}

.sdp-chips-O1 {
    color: #0B1C28;
    background-color: #ffffff;
    padding: 0 0.5rem;
}

.sdp-chips-O1:hover {
    background: rgba(222, 248, 235, 0.5);
}

.sdp-chips-O1:active {
    background: rgba(222, 248, 235, 0.8);
}

.sdp-chips-O2 {
    color: #0B1C28;
    background-color: #ffffff;
    padding: 0 0.5rem;
}

.sdp-chips-O2:hover {
    background: rgba(217, 239, 255, 0.5);
}

.sdp-chips-O2:active {
    background: rgba(217, 239, 255, 0.8);
}

.sdp-chips-avatar {
    padding-left: 0;
}

/* filter chips */
.sdp-filter-chips {
    min-width: 4.6rem;
    min-height: 2rem;
    border: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0.5rem;
}

.sdp-filter-chips-F1 {
    background: #FFFBFE;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F1:hover {
    background: rgba(222, 248, 235, 0.2);
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F1:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), rgba(222, 248, 235, 0.2);
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F2 {
    background: #D7FFEC;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F2:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #D7FFEC;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.sdp-filter-chips-F2:active {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #D7FFEC;
    color: #0B1C28;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}

/* switch */
.sdp-switch-1 {
    position: relative;
    display: inline-block;
    width: 3.25rem;
    height: 2rem;
}

.sdp-switch-1 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sdp-switch-slider-1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: #E2E2E2;
    -webkit-transition: .4s;
    transition: .4s;
}

.sdp-switch-slider-1:before {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    left: 0.25rem;
    bottom: 0.25rem;
    border-radius: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sdp-switch-slider-1 {
    background-color: #1AAB66;
}

input:focus+.sdp-switch-slider-1 {
    box-shadow: 0 0 1px #1AAB66;
}

input:checked+.sdp-switch-slider-1:before {
    -webkit-transform: translateX(1.2rem);
    -ms-transform: translateX(1.2rem);
    transform: translateX(1.2rem);
}

.sdp-switch-2 {
    position: relative;
    display: inline-block;
    width: 3.25rem;
    height: 2rem;
}

.sdp-switch-2 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.sdp-switch-slider-2 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    background-color: #696969;
    -webkit-transition: .4s;
    transition: .4s;
}

.sdp-switch-slider-2:before {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    left: 0.25rem;
    bottom: 0.25rem;
    border-radius: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.sdp-switch-slider-2 {
    background-color: #BCFFDF;
}

input:focus+.sdp-switch-slider-2 {
    box-shadow: 0 0 1px #BCFFDF;
}

input:checked+.sdp-switch-slider-2:before {
    -webkit-transform: translateX(1.2rem);
    -ms-transform: translateX(1.2rem);
    transform: translateX(1.2rem);
}

/* text field */
.sdp-input-1 {
    --pure-material-safari-helper1: rgb(26, 171, 102, 1);
    position: relative;
    display: inline-block;
    padding-top: 6px;
    /* font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system); */
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

/* Input, Textarea */
.sdp-input-1>input,
.sdp-input-1>textarea {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px;
    /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-top-color: transparent;
    border-radius: 4px;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    background-color: transparent;
    box-shadow: none;
    /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.sdp-input-1>input+span,
.sdp-input-1>textarea+span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 12px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.sdp-input-1>input+span::before,
.sdp-input-1>input+span::after,
.sdp-input-1>textarea+span::before,
.sdp-input-1>textarea+span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.sdp-input-1>input+span::before,
.sdp-input-1>textarea+span::before {
    margin-right: 2px;
    border-left: solid 1px transparent;
    border-radius: 0px 0;
}

.sdp-input-1>input+span::after,
.sdp-input-1>textarea+span::after {
    flex-grow: 1;
    margin-left: 2px;
    border-right: solid 1px transparent;
    border-radius: 0 0px;
}

/* Hover */
.sdp-input-1:hover>input,
.sdp-input-1:hover>textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.sdp-input-1:hover>input+span::before,
.sdp-input-1:hover>textarea+span::before,
.sdp-input-1:hover>input+span::after,
.sdp-input-1:hover>textarea+span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.sdp-input-1:hover>input:not(:focus):placeholder-shown,
.sdp-input-1:hover>textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.sdp-input-1>input:not(:focus):placeholder-shown,
.sdp-input-1>textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

.sdp-input-1>input:not(:focus):placeholder-shown+span,
.sdp-input-1>textarea:not(:focus):placeholder-shown+span {
    font-size: inherit;
    line-height: 68px;
}

.sdp-input-1>input:not(:focus):placeholder-shown+span::before,
.sdp-input-1>textarea:not(:focus):placeholder-shown+span::before,
.sdp-input-1>input:not(:focus):placeholder-shown+span::after,
.sdp-input-1>textarea:not(:focus):placeholder-shown+span::after {
    border-top-color: transparent;
}

/* Focus */
.sdp-input-1>input:focus,
.sdp-input-1>textarea:focus {
    border-color: rgb(26, 171, 102, 1);
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.sdp-input-1>input:focus+span,
.sdp-input-1>textarea:focus+span {
    color: rgb(26, 171, 102, 1);
}

.sdp-input-1>input:focus+span::before,
.sdp-input-1>input:focus+span::after,
.sdp-input-1>textarea:focus+span::before,
.sdp-input-1>textarea:focus+span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.sdp-input-1>input:disabled,
.sdp-input-1>input:disabled+span,
.sdp-input-1>textarea:disabled,
.sdp-input-1>textarea:disabled+span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.sdp-input-1>input:disabled+span::before,
.sdp-input-1>input:disabled+span::after,
.sdp-input-1>textarea:disabled+span::before,
.sdp-input-1>textarea:disabled+span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.sdp-input-1>input:disabled:placeholder-shown,
.sdp-input-1>input:disabled:placeholder-shown+span,
.sdp-input-1>textarea:disabled:placeholder-shown,
.sdp-input-1>textarea:disabled:placeholder-shown+span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.sdp-input-1>input:disabled:placeholder-shown+span::before,
.sdp-input-1>input:disabled:placeholder-shown+span::after,
.sdp-input-1>textarea:disabled:placeholder-shown+span::before,
.sdp-input-1>textarea:disabled:placeholder-shown+span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        .sdp-input-1>input,
        .sdp-input-1>input+span,
        .sdp-input-1>textarea,
        .sdp-input-1>textarea+span,
        .sdp-input-1>input+span::before,
        .sdp-input-1>input+span::after,
        .sdp-input-1>textarea+span::before,
        .sdp-input-1>textarea+span::after {
            transition-duration: 0.1s;
        }
    }
}




.sdp-input-2 {
    --pure-material-safari-helper1: rgba(24, 47, 64, 1);
    position: relative;
    display: inline-block;
    padding-top: 6px;
    /* font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system); */
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

/* Input, Textarea */
.sdp-input-2>input,
.sdp-input-2>textarea {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px;
    /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-top-color: transparent;
    border-radius: 4px;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    background-color: transparent;
    box-shadow: none;
    /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.sdp-input-2>input+span,
.sdp-input-2>textarea+span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 12px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.sdp-input-2>input+span::before,
.sdp-input-2>input+span::after,
.sdp-input-2>textarea+span::before,
.sdp-input-2>textarea+span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.sdp-input-2>input+span::before,
.sdp-input-2>textarea+span::before {
    margin-right: 2px;
    border-left: solid 1px transparent;
    border-radius: 0px 0;
}

.sdp-input-2>input+span::after,
.sdp-input-2>textarea+span::after {
    flex-grow: 1;
    margin-left: 2px;
    border-right: solid 1px transparent;
    border-radius: 0 0px;
}

/* Hover */
.sdp-input-2:hover>input,
.sdp-input-2:hover>textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.sdp-input-2:hover>input+span::before,
.sdp-input-2:hover>textarea+span::before,
.sdp-input-2:hover>input+span::after,
.sdp-input-2:hover>textarea+span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.sdp-input-2:hover>input:not(:focus):placeholder-shown,
.sdp-input-2:hover>textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.sdp-input-2>input:not(:focus):placeholder-shown,
.sdp-input-2>textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

.sdp-input-2>input:not(:focus):placeholder-shown+span,
.sdp-input-2>textarea:not(:focus):placeholder-shown+span {
    font-size: inherit;
    line-height: 68px;
}

.sdp-input-2>input:not(:focus):placeholder-shown+span::before,
.sdp-input-2>textarea:not(:focus):placeholder-shown+span::before,
.sdp-input-2>input:not(:focus):placeholder-shown+span::after,
.sdp-input-2>textarea:not(:focus):placeholder-shown+span::after {
    border-top-color: transparent;
}

/* Focus */
.sdp-input-2>input:focus,
.sdp-input-2>textarea:focus {
    border-color: rgba(24, 47, 64, 1);
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.sdp-input-2>input:focus+span,
.sdp-input-2>textarea:focus+span {
    color: rgba(24, 47, 64, 1);
}

.sdp-input-2>input:focus+span::before,
.sdp-input-2>input:focus+span::after,
.sdp-input-2>textarea:focus+span::before,
.sdp-input-2>textarea:focus+span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.sdp-input-2>input:disabled,
.sdp-input-2>input:disabled+span,
.sdp-input-2>textarea:disabled,
.sdp-input-2>textarea:disabled+span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.sdp-input-2>input:disabled+span::before,
.sdp-input-2>input:disabled+span::after,
.sdp-input-2>textarea:disabled+span::before,
.sdp-input-2>textarea:disabled+span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.sdp-input-2>input:disabled:placeholder-shown,
.sdp-input-2>input:disabled:placeholder-shown+span,
.sdp-input-2>textarea:disabled:placeholder-shown,
.sdp-input-2>textarea:disabled:placeholder-shown+span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.sdp-input-2>input:disabled:placeholder-shown+span::before,
.sdp-input-2>input:disabled:placeholder-shown+span::after,
.sdp-input-2>textarea:disabled:placeholder-shown+span::before,
.sdp-input-2>textarea:disabled:placeholder-shown+span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        .sdp-input-2>input,
        .sdp-input-2>input+span,
        .sdp-input-2>textarea,
        .sdp-input-2>textarea+span,
        .sdp-input-2>input+span::before,
        .sdp-input-2>input+span::after,
        .sdp-input-2>textarea+span::before,
        .sdp-input-2>textarea+span::after {
            transition-duration: 0.1s;
        }
    }
}





.sdp-input-3 {
    --pure-material-safari-helper1: rgba(0, 96, 100, 1);
    position: relative;
    display: inline-block;
    padding-top: 6px;
    /* font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system); */
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

/* Input, Textarea */
.sdp-input-3>input,
.sdp-input-3>textarea {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px;
    /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-top-color: transparent;
    border-radius: 4px;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    background-color: transparent;
    box-shadow: none;
    /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.sdp-input-3>input+span,
.sdp-input-3>textarea+span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 75%;
    line-height: 12px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.sdp-input-3>input+span::before,
.sdp-input-3>input+span::after,
.sdp-input-3>textarea+span::before,
.sdp-input-3>textarea+span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.sdp-input-3>input+span::before,
.sdp-input-3>textarea+span::before {
    margin-right: 2px;
    border-left: solid 1px transparent;
    border-radius: 0px 0;
}

.sdp-input-3>input+span::after,
.sdp-input-3>textarea+span::after {
    flex-grow: 1;
    margin-left: 2px;
    border-right: solid 1px transparent;
    border-radius: 0 0px;
}

/* Hover */
.sdp-input-3:hover>input,
.sdp-input-3:hover>textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    border-top-color: transparent;
}

.sdp-input-3:hover>input+span::before,
.sdp-input-3:hover>textarea+span::before,
.sdp-input-3:hover>input+span::after,
.sdp-input-3:hover>textarea+span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

.sdp-input-3:hover>input:not(:focus):placeholder-shown,
.sdp-input-3:hover>textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}

/* Placeholder-shown */
.sdp-input-3>input:not(:focus):placeholder-shown,
.sdp-input-3>textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

.sdp-input-3>input:not(:focus):placeholder-shown+span,
.sdp-input-3>textarea:not(:focus):placeholder-shown+span {
    font-size: inherit;
    line-height: 68px;
}

.sdp-input-3>input:not(:focus):placeholder-shown+span::before,
.sdp-input-3>textarea:not(:focus):placeholder-shown+span::before,
.sdp-input-3>input:not(:focus):placeholder-shown+span::after,
.sdp-input-3>textarea:not(:focus):placeholder-shown+span::after {
    border-top-color: transparent;
}

/* Focus */
.sdp-input-3>input:focus,
.sdp-input-3>textarea:focus {
    border-color: rgba(0, 96, 100, 1);
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.sdp-input-3>input:focus+span,
.sdp-input-3>textarea:focus+span {
    color: rgba(0, 96, 100, 1);
}

.sdp-input-3>input:focus+span::before,
.sdp-input-3>input:focus+span::after,
.sdp-input-3>textarea:focus+span::before,
.sdp-input-3>textarea:focus+span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.sdp-input-3>input:disabled,
.sdp-input-3>input:disabled+span,
.sdp-input-3>textarea:disabled,
.sdp-input-3>textarea:disabled+span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.sdp-input-3>input:disabled+span::before,
.sdp-input-3>input:disabled+span::after,
.sdp-input-3>textarea:disabled+span::before,
.sdp-input-3>textarea:disabled+span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.sdp-input-3>input:disabled:placeholder-shown,
.sdp-input-3>input:disabled:placeholder-shown+span,
.sdp-input-3>textarea:disabled:placeholder-shown,
.sdp-input-3>textarea:disabled:placeholder-shown+span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}

.sdp-input-3>input:disabled:placeholder-shown+span::before,
.sdp-input-3>input:disabled:placeholder-shown+span::after,
.sdp-input-3>textarea:disabled:placeholder-shown+span::before,
.sdp-input-3>textarea:disabled:placeholder-shown+span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        .sdp-input-3>input,
        .sdp-input-3>input+span,
        .sdp-input-3>textarea,
        .sdp-input-3>textarea+span,
        .sdp-input-3>input+span::before,
        .sdp-input-3>input+span::after,
        .sdp-input-3>textarea+span::before,
        .sdp-input-3>textarea+span::after {
            transition-duration: 0.1s;
        }
    }
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; 
    margin: 0; 
    -moz-appearance: textfield;
}



/* selectbox */
.dropdown-toggle {
    min-width: 12.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;
    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
}

.dropdown-toggle.show {
    border: 1px solid #30A16B;
}

.dropdown-toggle:nth-child(2)::after {
    color: rgba(24, 47, 64, 1);
}

.dropdown-toggle.show:nth-child(2)::after {
    transform: rotate(180deg);
    color: rgba(26, 171, 102, 1);
}



.sdp-dropdown-text {
    color: #9E9E9E;
}

.dropdown-toggle:focus {
    box-shadow: none !important;
}


.dropdown-toggle::after {
    display: none;
}


ul.dropdown-menu {
    min-width: 12.5rem;
    background: #EDFFF6;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transform: translate3d(0px, 50px, 0px) !important;

}

.dropdown-item:focus,
.dropdown-item:hover {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

a.dropdown-item:active {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

.dropdown-item {
    display: block;
    width: 100%;
    /* padding: 12px; */
}

.sdp-dropdown-label {
    padding: 0 0.3rem;
    position: absolute;
    margin-top: -0.9rem;
    margin-right: 0.7rem;
    background: #ffffff;
}




/* second dropdown */
.dropdown-toggle {
    min-width: 12.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 3rem;

    background-color: #FFFFFF;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
}

.dropdown-toggle.sdp-dropdown-toggle-2.show {
    border: 1px solid #182F40;
}

.dropdown-toggle.sdp-dropdown-toggle-2:nth-child(2)::after {
    color: rgba(24, 47, 64, 1);
}

.dropdown-toggle.sdp-dropdown-toggle-2.show:nth-child(2)::after {
    transform: rotate(180deg);
    color: rgba(24, 47, 64, 1);
}



.sdp-dropdown-text {
    color: #9E9E9E;
}

.dropdown-toggle:focus {
    box-shadow: none !important;
}


.dropdown-toggle::after {
    display: none;
}


ul.dropdown-menu.sdp-dropdown-menu-2 {
    min-width: 12.5rem;
    background: #F0F9FF;
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    transform: translate3d(0px, 50px, 0px) !important;

}

.dropdown-item.sdp-dropdown-item-2:focus,
.dropdown-item.sdp-dropdown-item-2:hover {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

a.dropdown-item:active {
    color: rgba(33, 33, 33, 1);
    background: rgba(33, 33, 33, 0.05);
}

.dropdown-item {
    display: block;
    width: 100%;
    /* padding: 12px; */
}

.sdp-dropdown-label-2 {
    padding: 0 0.3rem;
    position: absolute;
    margin-top: -0.9rem;
    margin-right: 0.7rem;
    background: #ffffff;
}


/* modal */
.modal-content.sdp-modal-content-1 {
    background: #F0FFF8;
    border-radius: 8px;
}
.modal-content.sdp-modal-content-2 {
    background: #E9F6FF;
    border-radius: 8px;
}

.modal-body-title {
    font-weight: 500;
    font-size: 24px;
    color: rgba(33, 33, 33, 1);
    inline-size: max-content;
}

/* datepicker */
.sdp-datepicker-label{
    position: absolute;
    background-color: #FFFFFF;
    margin-right: 0.5rem;
    margin-top: -0.9rem;
    padding: 0 0.3rem;
    color: #1AAB66;
}
.sdp-datepicker-1{
    padding: 0 0.5rem;
    border: 1px solid #1AAB66;
    border-radius: 5px;
    min-height: 3.5rem;
}
input.sdp-datepicker-1:focus-visible{
    border: 1px solid #1AAB66;
    border-radius: 5px;
}
