/* [x-cloak] {
    display: none !important;
} */

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    opacity: 0.75;
    z-index: 15;
}

input[type=file]::file-selector-button {
    /*border: 2px solid #6c5ce7;*/
    padding: .2em .4em;
    border-radius: .2em;
    background-color: #094d00;
    color: #fff;
    /*transition: .5s;*/
}

input[type=file]::file-selector-button:hover {
    background-color: #129800;
    /*border: 2px solid #00cec9;*/
}

.radio-responsive {
    flex-grow:0;
    flex-shrink:0;
}

.pointer {
    cursor: pointer;
}

.select2-container {
    width: 100% ! important;
}

.hide-default-style + .select2-container {
    display: none;
}

.custom-select2-additional-languages {
    /* custom styles go here */
}

.hide-results-options .select2-results__options {
    display: none;
}

.disabled-field {
    color: #999;
}

.cursor-pointer {
    cursor: pointer;
}

.green-link {
    color: #38c172;
    border-bottom:1px solid #38c172;
}

.app-process-icon {
    width: 40px;
    height: 40px;
}