﻿.input-subject-list-wrapper {
    /*margin-top: 10px;*/
    /*margin-bottom: 10px;*/
    /*padding: 6px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 5px;*/
    /*background-color: #f5f5f5;*/
}

.sub-layout {
    height: 58vh !important;
}

@media screen and (min-height: 500px) {
    .sub-layout {
        height: 63vh !important;
    }
}

@media screen and (min-height: 600px) {
    .sub-layout {
        height: 69vh !important;
    }
}

@media screen and (min-height: 700px) {
    .sub-layout {
        height: 74vh !important;
    }
}

@media screen and (min-height: 800px) {
    .sub-layout {
        height: 77vh !important;
    }
}

@media screen and (min-height: 900px) {
    .sub-layout {
        height: 79vh !important;
    }
}

@media screen and (min-height: 1000px) {
    .sub-layout {
        height: 81vh !important;
    }
}

@media screen and (min-height: 1100px) {
    .sub-layout {
        height: 83vh !important;
    }
}

@media screen and (min-height: 1250px) {
    .sub-layout {
        height: 85vh !important;
    }
}



.form-element-source {
    cursor: grab;
    /*    background-color: gray;*/
    padding: 3px 8px;
    border: 2px solid black;
    border-radius: 6px;
    max-width: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .form-element-source:hover {
        background-color: #b7eb8f;
    }

.element-source-wrapper {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}