.custom-image {
    width: 350px;
    margin-bottom: 1rem !important;
}

.inline-form {
    display: inline-block;
}

.btn-action {
    padding: 0px 10px 0px 10px;
}

.image-profile {
    margin: auto;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.dot {
    cursor: pointer;
    height: 3px;
    width: 15px;
    background-color: #bbb;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active-image-profile, .dot:hover {
    background-color: #717171;
}

.top-profile {
    margin-bottom: 30px;
}

.border-th, .border-td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding-left: 15px;
}

.border-profile {
    width: 100%;
    margin-bottom: 30px;
}

.image-profile-identification {
    margin: 40px auto;
    width: 500px;
    height: 500px;
}

.formModal {
    text-align: initial;
}

/* remove editor */
#cke_15, #cke_16, #cke_17, #cke_25, #cke_47, #cke_28, #cke_29, #cke_32, #cke_34, #cke_43, #cke_44 {
    display: none;
}

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

.text-xxs {
    font-size: 14px;
}

.font-site-text {
    font-size: 14px;
}

.form-login {
    background: #EEEEEE;
    border-radius: 10px;
}

.header-login {
    text-align: center;
}

.header-login-image {
    width: 100px;
    height: 100px;
    margin: auto;
}

.header-login-premium-image {
    width: 250px;
    height: 50px;
    margin: auto;
}

.header-login-image img, .header-login-premium-image img {
    object-fit: contain;
    width: 100%;
}

.input-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    background-color: #ced4da;
    border-radius: 0.5rem 0 0 0.5rem;
}

.slideshow-container {
    position: relative;
    margin-bottom: 15px;
}

.prev-detail-user, .next-detail-user {
    cursor: pointer;
    position: absolute;
    top: 50%;
}

.next-detail-user {
    right: 0;
    margin-right: 30px;
}

.prev-detail-user {
    margin-left: 30px;
}

.img-language {
    width: 40px;
    height: 25px;
}

.dropdown-lang {
    top: 0.25rem !important;
}

.select-language {
    color: black;
}

.group-preference {
    margin-top: 20px;
    padding-left: 15px;
    background: #f2e5bf;
    height: 40px;
    margin-bottom: 5px;
    font-size: 18px;
}

#imageCommunity {
    width: 300px;
    object-fit: contain;
}

.input-upload-image {
    vertical-align: unset;
}

.imageUploadPreference {
    width: 100px !important;
    object-fit: contain;
}

#show-loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #C0C0C0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.custom-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9998;
    pointer-events: auto;
}

/*input search select*/
.select2-selection--single {
    height: 38px !important;
}

.select2-selection__rendered {
    line-height: 36px !important;
    font-size: 0.875rem;
     font-weight: 400;
    color: #495057;
}

.select2-selection__arrow {
    height: 35px !important;
}

.select2-results__option {
    font-size: 0.875rem;
    font-weight: 400;
    color: #495057;
}

.select2-selection--single:focus {
    border-color: #007f83 !important;
    outline: 0;
    box-shadow: 0 3px 9px rgb(50 50 9 / 0%), 3px 4px 8px rgb(94 114 228 / 10%);
}

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

.select2-search__field:focus-visible {
    border-color: #007f83 !important;
    outline: 0;
    box-shadow: 0 3px 9px rgb(50 50 9 / 0%), 3px 4px 8px rgb(94 114 228 / 10%);
}
/*end input search select*/

.text-logo-premium {
    color: #FF8077;
    font-size: 21px;
}

.btn-primary, .alert-success-custom{
    background-image: linear-gradient(#FF8077, #F89759);
}

.btn-blue-primary {
    color: white;
    background-color: #045A98;
}

.page-item.active .page-link {
    background-image: linear-gradient(#FF8077, #F89759);
    border-color: #FF8077;
}

.btn-approve {
    background-color: #007f83;
    color: #fff;
    width: 100px;
}
.btn-approve:hover {
    color: #fff;
}

.btn-reject {
    width: 100px;
}

.box-content-plans {
    border: 1px solid #d2d6da;
    margin-top: 10px;
    cursor:move;
}

.remove-box-content-plans {
    cursor: pointer;
}

.remove-box-content-plans i {
    margin-right: 10px;
}

.box-label-content {
    padding-top: 5px;
}

.btn-block-user {
    width: 100px;
}

.button-add {
    background-color: #0000FF;
}

.button-add i {
    color: white;
}

.custom-form-radio:checked[type=radio]{
    background-image: linear-gradient(310deg, #0000FF 0%, #0000FF 100%);
}

#label-radio-notification-custom {
    margin-bottom: 0;
}

.btn-download-csv {
    color: white;
}

.btn-unblock-user {
    width: 100px;
    background: #007f83;
}

#btn-login:disabled {
    color: #FFFFFF;
}

#input-login-email, #input-login-password {
    border-radius: 0 0.5rem 0.5rem 0;
}

.btn-translate {
    padding: 5px 10px;
}

.form-title-language {
    margin-bottom: 2px;
}

.btn-reset-list-search, .btn-submit-list-search {
    width: 150px;
    margin-bottom: 0;
}

.btn-reset-list-search:hover {
    color: #67748e;
}

.btn-revenue {
    width: 90px;
    color: white;
}

.btn-revenue:disabled {
    color: #67748e;
}

.btn-create-gemini {
    pointer-events: none;
    background-color: #67748e;
}
