body {
    font-family: Arial, Helvetica, sans-serif;
}

table, th, td {
    border: 1px solid black;
    /* text-align: center; */
}

.required-symbol {
    color: #e90000;
}

.text-input-field {
    margin-bottom: 1em;
}

#hide-or-expand-column-a-canvas {
    cursor: pointer;
}

.green-text {
    color: #13a000;
}

.blue-text {
    color: #008bdb;
}

.purple-text {
    color: #c000a6;
}

.display-flex-box {
    display: flex;
}

.multiple-flex-boxes-container {
    display: flex;
    gap: 1em;
}

.content-section {
    padding: 1em;
    border: 1px solid black;
    max-height: 48em;
}

.manage-mode-buttons-content-section {
    padding: 1em;
    text-align: center;
}

#ezforms-title {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    margin: 0;
    padding: 0.5em;
    border: 2px solid #13a000;
    color: purple;
    height: fit-content;
}

#ezforms-home-logo-section {
    gap: 1em;
    height: fit-content;
}

#column-a-canvas-box {
    align-items: center;
    max-width: 4em;
    max-height: 4em;
    border: 1px solid black;
}

#hide-or-expand-column-a-canvas {
    width: 100%;
    height: 75%;
}

#ezforms-first-horizontal-section-layout {
    display: flex;
    justify-content: space-between;
    min-width: 60em;
    gap: 0.5em;
}

.ezforms-first-horizontal-section-box {
    /* flex: 1; */
    border-radius: 1.2em;
    border: 2px solid blue;
    padding-left: 1.5em;
    padding-right: 1.5em;
    text-align: center;
    max-width: 8em;
}

#ezforms-first-horizontal-section-information-boxes {
    width: 68%;
    display: flex;
    gap: 1em;
}

.green-bold-italic-label {
    font-weight: bold;
    font-style: italic;
    color: green;
}

#ezforms-second-horizontal-section-layout {
    display: flex;
    gap: 1em;
    text-align: center;
}

.second-horizontal-layout-circle-border {
    width: 6em;
    height: 6em;
    max-width: 10em;
    max-height: 10em;
    border: 2px solid green;
    border-radius: 3em;
}

#ezforms-third-horizontal-section-layout {
    display: none;
    gap: 1em;
    text-align: center;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
    background-color: #a1daff;
    cursor: grabbing;
}

.ezforms-function-popup {
    position: fixed;
    top: 0;
    padding: 0;
    box-shadow: 0px 0px 12px gray;
    max-width: 72em;
}

.popup-header-button {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.25em;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.popup-header-button:hover {
    background-color: #daf0ff;
}

.popup-close {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1.25em;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.popup-close:hover {
    background-color: #daf0ff;
}

.ezforms-function-popup.maximized {
    max-width: none;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    right: 0;
}

/* .ezforms-function-popup.minimized {
    margin: 0;
    max-width: 24em;
    top: auto;
    bottom: 0;
    right: 0;
} */

#ezforms-task-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    overflow: auto;
    max-width: 100%;
}

.task-bar-item {
    display: flex;
    border: 2px solid black;
    background-color: #a1daff;
}

.half-width-box {
    width: 50%;
}

.click-button {
    cursor: pointer;
}

.link-active {
    color: #0084ff;
    font-weight: bold;
}

.action-message-box {
    margin-bottom: 0.5em;
    max-height: 12em;
    overflow-wrap: break-word;
    border: 1px solid black;
    background-color: #fffd7e;
    padding-left: 1em;
    padding-right: 1em;
    display: none;
    justify-content: space-between;
}

.message-text {
    display: inline-block;
}

/* .checkbox-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
} */

#ezforms-column-a-square-buttons-box {
    padding: 0.5em;
    gap: 0.5em;
    /* border: 1px solid black; */
    width: 14em;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
}

.ezforms-column-a-square-button {
    width: 2.4em;
    height: 2.4em;
    border: 2px solid black;
    border-radius: 0.5em;
    background-color: transparent;
    cursor: pointer;
}
#column-a-question-mark-text {
    font-size: 2em;
    font-weight: bold;
    color: rgb(0, 0, 202);
    pointer-events: none;
}
#column-a-square-button-hover-text {
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #fffd7e;
    border: 1px solid black;
    position: absolute;
    display: none;
    /* top: 60px; */
}


#ezforms-column-a-options-menu {
    width: 12%;
    min-width: 12em;
}

#ezforms-column-b {
    width: 12%;
    min-width: 12em;
    max-height: 40em;
    overflow: auto;
}

.input-button {
    border: 0;
    font-size: 1em;
    padding: 1em;
    cursor: pointer;
}


.ezforms-option-button {
    font-size: 1.1em;
    width: 100%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 1em;
    padding-right: 1em;
    border: 2px solid black;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
}

.ezforms-column-header-box {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 1em;
    padding-right: 1em;
    border: 2px solid black;
    border-radius: 8px;
    text-align: center;
}

#ezforms-management-header-box {
    background-color: #b4e1ff;
}

#ezforms-management-header-text {
    font-size: 1.1em;
    margin: 0;
}


.default-image-active {
    background-color: lightblue;
    opacity: 0.75;
}



.manage-mode-button {
    font-size: 1.25em;
    /* width: 100%; */
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 1em;
    padding-right: 1em;
    border: 2px solid black;
    border-radius: 8px;
    background-color: #b4e1ff;
    cursor: pointer;
}

.manage-action-button {
    font-size: 1.1em;
    font-weight: bold;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    border: 2px solid black;
    border-radius: 8px;
    color: white;
    background-color: #0070bb;
    cursor: pointer;
}

.manage-action-button.cancel-button {
    background-color: #ffd900;
    color: black;
}

.manage-action-button.delete-item-button {
    background-color: #e90000;
}

.ezforms-option-button[data-modify-menu-button] {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
/* .ezforms-option-button[data-modify-menu-button="all groups menu"] {
    background-color: #88ff70;
}
.ezforms-option-button[data-modify-menu-button="selected groups menu"] {
    background-color: #ff864e;
}
.ezforms-option-button[data-modify-menu-button="subgroups menu"] {
    background-color: #4faaff;
}
.ezforms-option-button[data-modify-menu-button="links menu"] {
    background-color: #ffe600;
} */

.horizontal-menu-bar {
    display: flex;
    overflow: auto;
}