.input-custom {
    font-size: 14px;
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: calc(1.8125rem + 2px);;
}

.btn-custom {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    background-color: #4e5562;
    border-color: #4e5562;
    height: calc(1.8125rem + 2px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-login {
    background-image: url('/assets/img/img-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.frm-login {
    opacity: 1;
    backdrop-filter: blur(20px);
    background-color: #00000036;
}

.custom-input-login, .custom-input-login:focus  {
    background-color: #fff0;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-radius: 0px;
    box-shadow: none !important;
}

.form-floating > label{
    color: #fff;
}

.custom-btn-login{
    background-color: #e26330;
    border: 0px;
    /* color: #474747; */
}

.custom-btn-login:hover{
    background-color: #474747;
    /* color: #e26330; */
}

.div-label {
    display: flex;
    align-items: end;
}

.div-btn {
    justify-content: end;
    display: flex;
    align-items: end;
}

.ck-editor__editable_inline {
    height: 500px;
}

.select2-container{
    z-index:1000;
}

/* .ck.ck-balloon-panel{
	z-index: 100000 !important;
} */

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}