﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');

.modal-background {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-box {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 597px;
}

#qr-generator.modal-background{
    z-index:2;
}
#qr-generator.modal-background .modal-box {
    width: fit-content;
}

.input-field.input-popup {
    width: 264px;
    height: 48px;
    border-radius: 2px;
}

.input-radio-button {
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.radio-button-container {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    align-items: center;
}

.radio-button {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font: var(--text-h3);
    color: #222222;}

.modal-box .title-text {
    font-size: 24px;
    text-transform: none !important;
}

.modal-box .label-text {
    color: #696969;
}

.modal-box .button-panel {
    justify-content: flex-end;
    margin-top: 16px;
}

.dxpopup-form .dx-field-item-label {
    margin-top: 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #696969;
}

.dxpopup-form .dx-texteditor {
    margin-top: 8px;
}

.dxpopup-form .dx-field-item-label-text, .dx-field-item-required-mark {
    color: unset;
}

.dxpopup-form .dx-layout-manager .dx-field-item:not(.dx-first-row) {
    padding-top: 0px;
}

.dxpopup-form .dx-layout-manager .dx-field-item:not(.dx-first-col) {
    padding-left: 8.5px;
}

.dxpopup-form .dx-layout-manager .dx-field-item:not(.dx-last-col) {
    padding-right: 8.5px;
}

.dxpopup-form .dx-texteditor {
    height: 48px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #3C3939;
    font-weight: 400;
}

.dxpopup-form .dx-button-mode-contained {
    border-color: unset;
}

.dxpopup-form .dx-field-item-content .action-btn:last-child {
    margin-left: 12px;
}

.dxpopup-form .dx-button-mode-contained.action-btn {
    min-width: 97px;
    height: 40px;
    background-color: var(--color-main);
    color: var(--color-white) !important;
    border: 1px solid var(--color-main);
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}

    .dxpopup-form .dx-button-mode-contained.action-btn.secondary {
        background-color: var(--color-white);
        color: var(--color-main) !important;
    }

@media screen and (max-width:600px) {
    .modal-box {
        width: 95%;
    }
}
