.sonnat-icon-user {
    font-family: 'SonnatIcons' !important;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    color: inherit;
    font-size: 1.25rem;
    margin-left: 5px;
}
.icon-title-user::before {content: "\E9B5";}
.icon-title::before {content: "\E95A";}
.icon-image-profile::before {font-size: 4rem;margin-left: -3px;color: #D7D8D9;content: "\E9C9";}
.icon-image::before {font-size: 3rem;margin-left: -5px;color: #D7D8D9;content: "\E9E3";}
.icon-image-plus::before {font-size: 3rem;margin-left: -5px;color: #D7D8D9;content: "\E9E7";}
.icon-income::before {font-size: 1rem;color: #101828;content: "\EB31";}
.icon-tik::before {font-size: 1.2rem;color: #D7D8D9;margin-left: 6px;content: "\E959";}
.icon-open::before {margin-left: -12px;content: "\EA14";}
.icon-close::before {margin-left: -12px;content: "\EA11";}

.content-new {
    max-width: 488px;
    width: 100%;
    min-height: calc(100vh - 214px);
    margin: 0 auto;
    padding: 0 10px;
}
.step {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease;
}
.step.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
}
.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.btn-add {
    width: 48%;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    background: #007E46;
    color: #fff;
    cursor: pointer;
}
.btn-add:hover {
     background: #006C47;
}
.btn-add-prev {
    width: 48%;
    padding: 10px 20px;
    border-radius: 4px;
    background: none;
    border: 1px solid #D7D8D9;
    color: #101828;
    cursor: pointer;
}
.btn-add-prev:hover {
     opacity: 0.8;
}
.user-btn2 {
    width: 48%;
    position: relative;
    font-weight: 500;
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
    background-color: #007E46;
    transition: 0.36s ease;
}
.user-btn2:hover {
     color: #fff;
     background-color: #006C47;
}
.section-content-ad {
    color: #101828;
}
.required {
    color: red;
    margin-right: 4px;
}
.title-user {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.title-user h1 {
    color: #101828;
    font-size: 1.125rem;
    font-weight: 500;
}
.fild_title {
    margin-bottom: 10px;
    line-height: 2;
}
.box_title {
    margin-bottom: 16px;
    line-height: 2;
}
.form-group {
    margin-bottom: 30px;
}
.form-control {
    color: #101828;
    border: 1px solid #D7D8D9;
    height: 2.7rem;
}
.form-control:focus {
    color: #101828;
    border: 1px solid transparent;
    box-shadow: 0 0 0 1px rgb(0 126 70 / 56%);
}
input::placeholder,
textarea::placeholder, select:invalid {
    color: #999 !important;
    opacity: 1;
    font-size: .875rem;
}
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}
.input-group-text {
    color: #101828;
    font-weight: 500;
    background-color: #F8F8F8 !important;
}
select option {
    color: black;
    font-size: 1rem;
}
.image-profile {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-bg-profile {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #D7D8D9;
    border-radius: 9999px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    max-width: 150px;
    min-width: 150px;
}
.image-bg-profile:hover {
    background-color: #F8F8F8;
}
.image-bg-profile label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: unset;
}
.image-upload {
    display: flex;
    flex-direction: column;
}
.image-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-gap: 16px;
}
.image-drop-zone {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #D7D8D9;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    max-width: 120px;
    min-width: 120px;
}
.image-drop-zone:hover {
    background-color: #F8F8F8;
}
.image-drop-icon img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    width: auto;
    height: auto;
    object-fit: cover;
}
.image-drop-zone label {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: unset;
}
.text-image {
    color: #5F6468;
    font-size: .75rem;
    margin-top: 8px;
    line-height: 2;
}
.btn2-secondary {
    background: #F8F8F8;
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    max-width: 120px;
    min-width: 120px;
}
.text-success {
    color: #28A745 !important;
    font-size: .8125rem;
    font-weight: 500;
}
.text-error {
    color: red !important;
    font-size: .8125rem;
    font-weight: 500;
}
.text-warning {
    color: red !important;;
    font-size: .8125rem;
    font-weight: 500;
}
.ad-options-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
}
.ad-option {
    width: 100%;
    text-align: center;
    padding: 16px;
    border: 1px solid #F8F8F8;
    background-color: #F8F8F8;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}
.ad-option input {
    display: none;
}
.ad-option label {
    margin-bottom: unset;
}
.simple-radio {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    cursor: pointer;
}
.left-side {
    display: flex;
    align-items: center;
    gap: 8px;
    direction: rtl;
}
.right-side {
    display: flex;
    align-items: center;
    gap: 10px;
    direction: rtl;
}
.checkmark {
    width: 24px;
    height: 24px;
    border: 2px solid #D7D8D9;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ad-option input:checked + .simple-radio .checkmark {
    color: #fff;
    border: 2px solid #28A745;
    background-color: #28A745;
}
.ad-option input:checked + .simple-radio .checkmark::after {
    content: '\2714';
    font-size: 22px;
    margin-top: 6px;
}
.ad-option:has(input:checked) {
    border: 1px solid #28A745 !important;
    background-color: rgb(40 167 69 / 10%) !important;
}
.ad-option:has(input:checked) .icon-income::before {
    color: #fff !important;
}
.package-title,
.package-days,
.package-price {
    display: inline-block;
    text-align: center;
}
.package-title {
    font-size: 1rem;
    font-weight: 500;
    color: #101828;
}
.package-days {
    color: #5F6468;
    font-size: 0.875rem;
}
.package-price {
    color: #101828;
    font-weight: 500;
    padding: 4px 12px;
    border-radius: 4px;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #D7D8D9 !important;
}
.ad-option:has(input:checked) .package-price {
    background-color: #28A745 !important;
    color: #fff !important;
    border-color: #28A745 !important;
}
.hidden-field {
    display: none !important;
}
.input-error {
    border: 1px solid red;
}
.form-error-box {
    display: none;
    background: rgb(255, 239, 239);
    color: red;
    font-size: .875rem;
    margin-bottom: 16px;
    padding: 10px;
    border-radius: .25rem;
    border: 1px solid rgb(249, 121, 121);
}
.features {
    padding-right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
.features.open {
    max-height: 500px;
}
.features li {
    list-style: none;
    color: #101828;
    font-size: .875rem;
    border-right: 2px solid #D7D8D9;
    padding-right: 6px;
}
.features li.hidden {
    display: none;
}
.features span {
    margin: 5px 0 5px 0;
}
.read-more {
    color: #5F6468;
    font-size: .8125rem;
    font-weight: 500;
    line-height: 2;
    text-align: right;
    margin-top: -16px;
    position: relative;
    cursor: pointer;
    background-color: transparent;
}
