.text-pink-rehau {
    color: #e5297c !important;
}

.text-primary-rehau {
    color: #39bb9d;
}

.text-underline {
    text-decoration: underline;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}
.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-19 {
    font-size: 19px;
}

.font-20 {
    font-size: 20px !important;
}

.font-21 {
    font-size: 21px;
}
.font-22 {
    font-size: 22px;
}

.font-23 {
    font-size: 23px;
}

.font-24 {
    font-size: 24px;
}

.font-25 {
    font-size: 25px;
}

.font-26 {
    font-size: 26px;
}

.font-28 {
    font-size: 28px;
}

.font-30 {
    font-size: 30px;
}

.font-38 {
    font-size: 38px;
}

.font-weight-600 {
    font-weight: 600;
}

.form-control-rehau {
    min-height: 44px;
    padding: 5px 12px;
    border: 1px solid #262223;
}
.form-control-rehau:read-only {
    background-color: #f0f0f0;
    opacity: 0.65;
}

.form-control-rehau:focus {
    outline: none;
}
.cursor-not-allowed {
    cursor: not-allowed;
}

.btn-rehau,
.swal2-container .swal2-actions .btn-rehau {
    border-radius: 0;
    padding-left: 14px;
    padding-right: 14px;
    outline: none;
    cursor: pointer;
    display: inline-block;
}

.btn-rehau:focus {
    outline: none;
}

.btn-primary-rehau,
.swal2-container .swal2-actions .btn-primary-rehau {
    background-color: #39bb9d;
    color: white;
    border: 1px solid #39bb9d;
    transition: all 0.2s;
    height: 44px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.btn-primary-rehau:hover,
.btn-rehau[disabled],
.swal2-container .swal2-actions .btn-primary-rehau:hover {
    background-color: black;
    border-color: black;
    color: white;
    text-decoration: none;
}

.btn-rehau[disabled] {
    cursor: no-drop;
}

.selectpicker-rehau button.btn.dropdown-toggle {
    border: 1px solid black;
    border-radius: 0;
    height: 42px;
    text-align: left;
    padding: 0 42px 0 0px;
}
.bootstrap-select .dropdown-toggle.disabled .filter-option {
    background-color: #f0f0f0;
}
.all-content-sample-request .selectpicker-rehau button.btn.dropdown-toggle {
    height: 44px;
    padding: 0px 40px 0px 10px;
    -webkit-box-orient: horizontal;
}

.selectpicker-rehau button.btn.dropdown-toggle:active,
.selectpicker-rehau button.btn.dropdown-toggle:focus,
.selectpicker-rehau .show.bootstrap-select .dropdown-toggle {
    outline: none !important;
    box-shadow: none;
    border: 1px solid black !important;
}

.selectpicker-rehau button.btn.dropdown-toggle:focus-visible:after {
    transform: rotate(180deg);
}

.selectpicker-rehau button.btn.dropdown-toggle:after {
    font-size: 18px !important;
    border: 0;
    color: white;
    background:  black;
    width: 42px;
    height: 40px;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.selectpicker-rehau button.btn.active-filter:after {
    background: #39bb9d;
}


.all-content-sample-request .selectpicker-rehau button.btn.dropdown-toggle:after {
    width: 100%;
    height: 42px;
    max-width: 42px;
}

.selectpicker-rehau .show button.btn.dropdown-toggle:after {
    content: "\f077" !important;
}

.selectpicker-rehau .filter-option .filter-option-inner-inner,
.selectpicker-rehau .dropdown-menu * {
    font-size: 18px;
}

.selectpicker-rehau .filter-option {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 6px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* autoprefixer: ignore next  */
    -webkit-box-orient: vertical;
}

.selectpicker-rehau .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
    overflow: auto;
    max-height: 260px;
}

.selectpicker-rehau .bs-searchbox .form-control:focus {
    box-shadow: none;
    border-color: #000;
}

.selectpicker-rehau .dropdown-menu ul li a {
    height: 44px;
    display: flex;
    align-items: center;
}

.selectpicker-rehau .dropdown-menu ul li a:hover {
    background-color: #39bb9d;
}

.selectpicker-rehau .dropdown-menu .dropdown-item.active,
.selectpicker-rehau .dropdown-menu .dropdown-item:active {
    background-color: #39bb9d;
}

.selectpicker-rehau .multiselect-container > li > a > label > input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: 1px solid rgb(0, 0, 0);
    box-shadow: none;
    font-size: 0.8em;
    text-align: center;
    line-height: 14px;
    background: rgb(255, 255, 255);
    margin: 0 !important;
}

.selectpicker-rehau .multiselect-container > li > a > label > input[type="checkbox"]:checked {
    background: rgb(0, 0, 0);
}

.selectpicker-rehau .multiselect-container > li > a > label > input[type="checkbox"]:checked:after {
    content: "✔";
    color: white;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.bg-smoke-rehau {
    background-color: #e2e2e2;
}

.spinner-rehau {
    border-color: #000 !important;
    border-right-color: transparent !important;
}

.height-44 {
    height: 44px;
}

.line-44 {
    line-height: 44px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}
.custom-color-place-holder::placeholder {
    color: #e5e5e5;
}

/* The container */
.checkbox-rehau {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
}

/* Hide the browser's default checkbox */
.checkbox-rehau input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* CHECKBOX */
/* Create a custom checkbox */
.checkbox-rehau .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: transparent;
    border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.checkbox-rehau:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-rehau input:checked ~ .checkmark {
    background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-rehau .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-rehau input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-rehau .checkmark:after {
    left: 9px;
    top: 2px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* END CHECKBOX */

.nowrap{
    white-space: nowrap;
}
.table-row{
    display: table-row;
}

.limit-line-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}