  #myModal {
        position: fixed;
        left: 50%;
        top: 57%;
        max-height: 90%;
        transform: translate(-50%, -56%);
        z-index: 9999;
    }
    .modal-content {
        background-color: #fafafa;
        height: 100%;
    }

    .modal-dialog{
        height: 97%;
    }

    form .required label:after {
    color: black; !important;

    }

    .linkify {
        background: none !important;
        border: none;
        padding: 0 !important;
        color: #069;
        cursor: pointer;
        font-size: 10pt;
    }

.custom-select{
    width: 90%;
}

    .custom-select select {
        display: none; /*hide original SELECT element:*/
    }

    .select-items div {
        position: relative;
        background-color: white;
        font-size: 10px;
        z-index: 99;
        color: black;
        padding: 10px 16px 0 16px;
        cursor: pointer;
        user-select: none;
    }

    .select-items div:hover {
        background-color: lightgray;
    }

    .select-selected {
        font-size: 11px;
        padding-top: 5px;
       /* font-weight: bold; */
        align-content: center;
    }

    .subject-label label {
        padding-left: 25px;
    }

      .main-page form .required label:after {
        margin-left: 2px;
        color: black
    }
 .error-display {
            display: none;
        }
    .error-text{
        color: red;
    }
    .error_border {
    border-color: #FF7F50;
}