﻿input.custom-text {
    height: 42px;
    color: #000;
    font-style: normal;
}

input.custom-text:disabled {
    padding-left: 5px !important;
    background-color: #fff !important;
    color: #273691;
    border: none !important;
    box-shadow: none !important;
}

.custom-select {
    height: 42px;
    color: #000;
    font-style: normal;
}

.custom-select.white, .custom-select.columns-header {
    padding-left: 0;
    padding-right: 26px;
    margin-right: 0;
    margin-bottom: 0;
    color: #000;
    background-color: #fff;
    font-style: normal;
}

.custom-select.columns-header .select-placeholder {
    color: #000;
    font-size: 15px;
    color: #000;
    font-family: montserrat-regular;
    font-weight: bold;
    opacity: 1;
}

.custom-select .select-selected {
    padding-top: 14px !important;
    padding-left: 0;
}

.custom-select.columns-header .select-selected {
    color: #000;
}


.custom-select .select-selected::after {
    top: 18px !important;
}

.custom-select.select-custom-active .select-selected::after {
    top: 6px !important;
}

.select-items {
    width: max-content;
    background-color: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.select-items div {
    padding: 10px 12px;
}

input[type="submit"].form,
input[type="button"].form {
    padding: 0 12px 0 12px;
    height: 40px;
    border-radius: 10px;
}

button.inline-text {
    padding: 8px !important;
    margin-top: 0;
    margin-right: 0;
    height: 30px;
    color: #707070;
    background-color: #fff;
    border-radius: 11px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

button.inline-text.validated {
    color: #fff;
    background-color: #4c8a50;
    transition: all .6s ease;
}

button.inline-text.validated:after {
    content: url('../Shared/Images/Icons/btn-validated.svg');
    display: inline-block;
    margin-top: -3px;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    transition: all 1.6s ease;
}

textarea {
    font-style: normal;
}

textarea:disabled {
    background-color: #fff !important;
    color: #273691;
    border: none !important;
    box-shadow: none !important;
}
