@charset "UTF-8";
#glayLayer {
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(100, 100, 100, 0.4);
    display: none;
    /* background: #636b6f; */
    /* opacity: 0.35; */
}

/* bootstrap wrapper */
.btn-outline-warning {
    /* color: #212529 !important; */
}

label {
    margin-bottom: 0 !important;
}

.break {
    word-break: break-word;
}