.help-block {
    display: block;
    color: #ff1313;
    font-style: normal;
    margin-top: 5px;
    text-align: right;
    font-size: 12px;
}

.spanStatus {
    width: 70px;
    height: 20px;
    display: block;
    border-radius: 3px;
}

input[type='color'] {
    height: 40px;
    padding: 0 !important;
}

.dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, .3) !important;
    background: #fff;
    padding: 50px 20px;
    margin: 20px 0;
}

.iconUploader i {
    font-size: 60px;
    color: #ececec;
}

.text-justify, .text-justify p, .box p {
    text-align: justify !important;
}

.collapse {
    visibility: inherit !important;
}

.tail-select .select-dropdown {
    z-index: 50 !important;
}

li i.bx {
    font-size: 26px !important;
}

a .bx {
    font-size: 20px;
}

.modal-body label {
    text-align: right !important;
}

jdp-container {
    z-index: 100000 !important;
}

.vertical-align {
    vertical-align: baseline !important;
}

.jdp-day.highlighted-date {
    color: #d0d0d0;
    background-color: #f0f0f0;
    pointer-events: none;
}

.justify-content-center {
    justify-content: center !important;
}

.frmb {
    border: 3px dashed #ccc;
    padding: 10px !important;
    border-radius: 5px;
}

.modal-body .formbuilder-text-label {
    display: block !important;
    margin-bottom: 5px !important;
}

.form-wrap.form-builder .stage-wrap.empty::after {
    font-size: 18px;
    font-weight: bold;
}

.form-wrap.form-builder .frmb-control li {
    text-align: right !important;
}

.form-wrap.form-builder .frmb-control li::before {
    margin-left: 7px !important;
    margin-right: inherit !important;
    vertical-align: middle !important;
}

.boxFiles img {
    height: 223px;
    width: 100%;
    object-fit: cover;
}

@media (min-width: 1024px) {
    .modal .modal-dialog.modal-xl {
        width: 1400px !important;
    }
}

#selectImageBox {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.selectFile {
    cursor: pointer;
}

.well {
    background-color: #e7e7e7;
    padding: 10px;
    border-radius: 3px;
}

.copyBoxDelete {
    text-align: left;
    margin-bottom: 10px;
}

.copyBoxDelete i {
    cursor: pointer;
    margin: 0 5px;
    font-size: 20px;
}

.rendered-form .form-group > label {
    display: block;
    margin-bottom: 10px;
}

.formbuilder-radio-inline label {
    margin-right: 5px !important;
}

.height-fit {
    height: fit-content !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}

.formbuilder-radio-group .radio-group, .formbuilder-radio-inline {
    display: flex !important;
}

.radio-group {
    width: 100% !important;
}

.formbuilder-radio-group .radio-group, .formbuilder-radio-inline input[type='radio'], .formbuilder-checkbox input[type='checkbox'] {
    width: 20px;
    height: 20px;
}

.formbuilder-radio {
    display: flex;
    gap: 3px;
}

.formbuilder-radio input[type='radio'] {
    width: 20px;
    height: 20px;
}

.formbuilder-radio-group .radio-group, .formbuilder-radio-inline {
    gap: 5px;
}

.formbuilder-checkbox {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
}

.rendered-form .formbuilder-radio-inline {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

#remove-condition, #remove-condition-load {
    position: absolute;
    left: 12px;
    top: 5px;
}

#remove-condition-child-group {
    position: absolute;
    left: 4px;
    top: -2px;
}

.position-relative {
    position: relative;
}

.btnAddGroupItem {
    position: absolute;
    top: 5px;
    left: 50px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e2e8f0 !important;
    border-radius: 7px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #e2e8f0 1px !important;
    border-radius: 7px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 40px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    text-align: right !important;
    margin-top: 7px !important;
    margin-left: 0 !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e2e8f0 !important;
}

.h-custom-13 {
    height: 13rem;
}

.categoryBox img {
    object-fit: cover;
}

.description .text {
    max-height: 4.5em; /* ارتفاع تقریبی ۳ خط */
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.description.expanded .text {
    max-height: 100em; /* ارتفاع بزرگ برای نمایش کامل */
}

.boxService video {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.modal-content-custom {
    max-height: 80vh;
    overflow-y: auto;
    padding: 15px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.text-danger {
    color: #ff2424;
}

#toast-container > div {
    width: 350px !important;
}

.btn-secondary {
    border-color: rgb(199 199 199) !important;
    background-color: rgb(221 221 221) !important;
    color: black !important;
}

.text-primary {
    color: rgb(14 83 217/ 1) !important;
}

td .service-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.introduce-to-friends {
    border-bottom: 1px dashed #34a0e1;
}

.divCount {
    width: 100%;
    height: 35px;
    background: #6589f5;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    margin: 10px auto !important;
}

.boxCharts {
    background-color: #f37d62 !important;
}

.boxCharts h3 {
    color: #fff !important;
}

.boxCharts .divCount {
    background: #f75834 !important;
}

.success_transaction, .error_transaction {
    font-size: 60px;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.success_transaction {
    background: #47b140;
}

.error_transaction {
    background: #b73c3c;
}

@media print {
    .top-bar, form, button, .side-nav {
        display: none !important;
    }

    .light {
        background-color: #FFFFFF !important;
    }
}

.jq-ry-container {
    padding: 0 !important;
}

.styled-range {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
    position: relative;
}

.report_icon {
    font-size: 45px !important;
}

.w-6 {
    width: 3.5rem !important;
}

.side-nav {
    width: 260px !important;
}
