/* === === */
.wizard-section {
    background-color: #f9f9f9;
}
/* == === */
.wizard-main-content {
    padding-right: 0px;
}

.wizard-nav-arrow {
    border: none;
    background-color: transparent;
    color: #878686;
    transition: 0.3s;
}
.wizard-nav-arrow:hover {
    color: #43344b;
}

.wizard-header {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-direction: row;
}
.wizard-wrap-nav-list {
    flex: 1;
    overflow: hidden;
}
.wizard-wrap-nav-list .nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.wizard-wrap-nav-list .nav-pills::-webkit-scrollbar {
    display: none;
}
.wizard-wrap-nav-list .nav-link {
    width: 79px;
    height: 22px;
    background-color: #e1dfed;
    border-radius: 0px;
    padding: 0px;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
}
.wizard-wrap-nav-list .nav-item:first-child .nav-link:first-child {
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
.wizard-wrap-nav-list .nav-pills .nav-link.active {
    background-color: #080032;
}
.wizard-wrap-nav-list .nav-pills .nav-link.completed {
    background-color: #5d45db;
}

.wizard-body {
    padding: 50px 0px;
}
/* == === */
.wizard-sidebar {
    background-color: #ffffff;
}
.wizard-card {
    border: 0;
}
.wizard-card-header {
    padding: 16px;
}
.wizard-card-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}
.wizard-card-list {
    padding: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 16px;
}
.wizard-card-list-item-content {
    display: flex;
    flex-direction: row;
    gap: 7px;
    align-items: flex-start;
}
.wizard-card-icon svg rect {
    fill: #5c45d7;
}
.wizard-card-icon svg path {
    fill: #fff;
}
.wizard-card-description {
    font-size: 12px;
    font-weight: 400;
    color: #43344b;
    line-height: 21px;
}
.wizard-card-description-label {
    font-weight: 600;
}
.wizard-card-image-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.wizard-card-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wizard-tab-content-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.wizard-tab-content-title {
    margin: 0px;
    color: #1a0c22;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}
.wizard-tab-content-subtitle {
    margin: 0px;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.wizard-tab-card {
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.05);
    border-color: transparent;
    background-color: #fff;
    width: 100%;
}

.wizard-tab-card-body {
    padding: 18px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.wizard-tab-card-header {
    display: flex;
    align-items: center;
    gap: 7px;
}
.wizard-tab-card-icon svg {
    display: flex;
}
.wizard-tab-card-title {
    margin: 0px;
    color: #1a0c22;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}
.wizard-tab-card-description {
    color: #696969;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0px;
}
.wizard-tab-card-btn {
    border: 1px solid #5d45db;
    background: #5d45db;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    height: 32px;
    border-radius: 4px;
    width: 100%;
    transition: 0.3s;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wizard-tab-main-content {
    margin-top: 25px;
}
.wizard-btn-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 32px;
}
.wizard-btn-back {
    border: 1px solid #5d45db;
    background: #5d45db;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    height: 39px;
    border-radius: 4px;
    min-width: 94px;
    padding: 6px 12px;
    transition: 0.3s;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wizard-btn-next {
    border: 1px solid #080032;
    background: #080032;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    height: 39px;
    border-radius: 4px;
    padding: 6px 12px;
    min-width: 94px;
    transition: 0.3s;
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wizard-form-inner {
    position: relative;
}
.wizard-form-inner .form-label {
    font-size: 11px;
    color: #4f4b51;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06px;
}
.wizard-form-inner .form-select {
    border: 1px solid rgba(11, 61, 121, 0.16);
    border-radius: 4px;
    font-size: 14px;
    color: #1a0c22;
    font-weight: 500;
    line-height: 100%;
    text-transform: capitalize;
    min-height: 42px;
}
.wizard-form-inner .form-control {
    border: 1px solid rgba(11, 61, 121, 0.16);
    border-radius: 4px;
    font-size: 14px;
    color: #1a0c22;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    background-color: #fff;
    min-height: 42px;
}
/* .wizard-form-inner .form-control:hover, .wizard-form-inner .form-control:focus{
    border: 1px solid rgba(11, 61, 121, 0.16);
    background-color: #fff;
} */
.wizard-form-inner .form-control::placeholder {
    text-transform: capitalize;
    color: #777777;
}

/* .wizard-form-inner .form-control:not([type="radio"], .wizard-form-inner input [type="checkbox"]) {
    position: inherit !important;
} */

.wizard-form-input-wrap {
    position: relative;
}
.wizard-form-icon {
    position: absolute;
    top: 8px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    left: 15px;
}
.wizard-form-inner .form-select.common-form-input-select-space,
.wizard-form-inner .form-control.common-form-input-select-space {
    padding-left: 39px;
}
.ar-wizard-tab-main-content .wizard-form-inner .form-select.common-form-input-select-space,
.ar-wizard-tab-main-content .wizard-form-inner .form-control.common-form-input-select-space {
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem);
        padding-right: 39px;
}

.ar-wizard-tab-main-content .wizard-form-icon,
.ar-wizard-tab-main-content .wizard-form-text-area-icon {
    right: 15px;
        width: 15px;
}

.wizard-note-info {
    width: 100%;
    margin: 16px auto;
    padding: 14px;
    background-color: #f4f3ff;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 3px;
}
.wizard-note-info-icon {
    display: flex;
}
.wizard-note-info-icon svg {
    display: flex;
}
.wizard-note-info-text {
    font-size: 12px;
    font-weight: 400;
    color: #8c76ea;
    text-align: left;
}
/* === == === */
/* === == === */
.wizard-form-checkbox input[type="checkbox"] {
    display: none;
}

.wizard-form-checkbox {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    display: flex;
    font-weight: 400;
    color: #696969;
    line-height: 1.5;
}

.wizard-form-checkbox .wizard-form-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid rgba(11, 61, 121, 0.16);
    border-radius: 4px;
    transition: background-color 0.2s;
}

.wizard-form-checkbox input[type="checkbox"]:checked + .wizard-form-checkmark {
    background-color: #5d45db;
    border-color: #5d45db;
}

.wizard-form-checkbox .wizard-form-checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.wizard-form-checkbox
    input[type="checkbox"]:checked
    + .wizard-form-checkmark::after {
    display: block;
}

.wizard-form-checkbox .wizard-form-checkmark::after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* === == === */
/* === == === */

.wizard-form-radio input[type="radio"] {
    display: none;
}

.wizard-form-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.wizard-form-radio-mark {
    position: absolute;
    right: 0;
    top: -3px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #aeaeae;
    border-radius: 50%;
    transition: border-color 0.3s ease;
}

.wizard-form-radio input[type="radio"]:checked + .wizard-form-radio-mark {
    border-color: #3315d0;
}
.wizard-form-radio
    input[type="radio"]:checked
    + .wizard-form-radio-mark::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #3315d0;
    border-color: #3315d0;
}

.wizard-form-radio:hover .wizard-form-radio-mark {
    border-color: #2f13b8;
}

/* === == === */
.wizard-check-rating-content-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}
.wizard-check-content-box {
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: #f2f2f4;
    border-radius: 47px;
    height: 36px;
    width: max-content;
    padding: 4px 12px;
}
.wizard-rating-content-box {
    display: flex;
    align-items: center;
    gap: 7px;
    background-color: #f2f2f4;
    border-radius: 47px;
    height: 36px;
    width: max-content;
    padding: 4px 12px;
}
.wizard-rating-content {
    display: flex;
    gap: 4px;
    align-items: center;
}
.wizard-check-content-label,
.wizard-rating-content-label {
    font-size: 14px;
    color: #1a0c22;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
}
.wizard-rating-content .star {
    color: #c7c7c7;
}
/* Dynamic rating Style Start  */
.rating-0 .star:nth-child(-n + 0),
.rating-1 .star:nth-child(-n + 1),
.rating-2 .star:nth-child(-n + 2),
.rating-3 .star:nth-child(-n + 3),
.rating-4 .star:nth-child(-n + 4),
.rating-5 .star:nth-child(-n + 5),
.rating-6 .star:nth-child(-n + 6),
.rating-7 .star:nth-child(-n + 7) {
    color: #080032;
}
/* Dynamic rating Style End */

.wizard-facility-list-check-wrap {
    position: relative;
}
.wizard-facility-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0px;
}
.wizard-facility-list li {
    width: 50%;
}
.wizard-facility-list-item {
    font-weight: 600;
    color: #1a0c22;
    /* font-size: 16px; */
    text-transform: capitalize;
}

.wizard-checkbox-group {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
}

.wizard-form-textarea-wrap {
    position: relative;
}
.wizard-form-text-area-icon {
    position: absolute;
    top: 18px;
    transform: translateY(-50%);
    left: 15px;
}
.wizard-form-textarea-wrap textarea.form-control {
    border-radius: 4px;
}

.column-title {
    font-size: 11px;
    color: #4f4b51;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06px;
    margin-bottom: 10px;
}

/* == count Select Start== */
.count-item-list-wrap {
    display: flex;
    gap: 12px 0px;
    flex-direction: column;
    flex-wrap: wrap;
}
.count-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-radius: 999px;
    padding: 5px 2px;
    width: fit-content;
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.12);
    min-width: 55px;
}

.count-selector-button {
    width: 21px;
    height: 21px;
    border: none;
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    line-height: 100%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.count-selector-button i {
    line-height: 100%;
    display: flex;
    align-items: center;
}
.count-selector-button-decrease {
    background-color: #080032;
}

.count-selector-button-increase {
    background-color: #5d45db;
}

.count-selector-count {
    margin: 0 11px;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}

/* == count Select end== */
/* == Price display Style== */
.price-display-item-list-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px 0px;
}
.price-display {
    display: flex;
    align-items: center;
    /* min-width: 100px; */
    min-width: 93px;
    gap: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(11, 61, 121, 0.16);
    border-radius: 4px;
    background-color: #ffffff;
    width: 100%;
    height: 34px;
}

.price-display svg {
    width: 18px;
    height: 18px;
    /* object-fit: contain; */
}

.price-display-value {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 500;
}

/* == Price display end == */

/* === Checkbox Style Start === */
.wizard-form-list-check-item-wrap {
    display: flex;
    gap: 12px 0px;
    flex-direction: column;
    flex-wrap: wrap;
}

.wizard-form-list-check-item {
    position: relative;
    padding: 5px 0px;
    height: 34px;
    display: flex;
    align-items: center;
}

.wizard-check-lalel-text {
    font-weight: 600;
    color: #1a0c22;
    text-transform: capitalize;
    min-width: 100px;
    display: flex;
    white-space: nowrap;
    gap: 5px;
}
.wizard-form-list-checkbox input[type="checkbox"] {
    display: none;
}

.wizard-form-list-checkbox {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    display: flex;
    font-weight: 400;
    color: #696969;
    line-height: 1.5;
}

.wizard-form-list-checkbox .wizard-form-list-checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid rgba(11, 61, 121, 0.16);
    border-radius: 4px;
    transition: background-color 0.2s;
}

.wizard-form-list-checkbox
    input[type="checkbox"]:checked
    + .wizard-form-list-checkmark {
    background-color: #5d45db;
    border-color: #5d45db;
}

.wizard-form-list-checkbox .wizard-form-list-checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.wizard-form-list-checkbox
    input[type="checkbox"]:checked
    + .wizard-form-list-checkmark::after {
    display: block;
}

.wizard-form-list-checkbox .wizard-form-list-checkmark::after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/* === Checkbox Style End === */
.column-title-room {
    margin-left: 26px;
}
/* === === */
/* === Photo Uploader Style Start === */
.photoUploader-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.photo-uploader-label {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
    color: #4f4b51;
    text-transform: uppercase;
    letter-spacing: 0.06px;
    font-size: 11px;
}

.photo-upload-drop-zone {
    border: 1px dashed rgba(11, 61, 121, 0.16);
    border-radius: 4px;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.photo-uploader-icon {
    font-size: 32px;
    margin-bottom: 8px;
    color: #1a0c22;
}

.photo-uploader-instruction {
    margin: 4px 0;
    color: #1a0c22;
    font-size: 12px;
    font-weight: 700;
}

.photoUploader-note {
    margin: 4px 0;
    color: #696969;
    font-size: 12px;
    font-weight: 400;
}

.photo-uploader-upload-btn {
    margin: 12px auto 0px;
    padding: 8px 16px;
    background-color: #f2efff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    height: 24px;
    color: #1a0c22;
    font-size: 12px;
    font-weight: 700;
    min-width: 84px;
    width: fit-content;
}

.photo-uploader-preview-container {
    display: flex;
    margin-top: 12px;
    gap: 6px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
}

.photoUploader-thumb {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.photoUploader-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photoUploader-thumbRemove {
    position: absolute;
    top: 2px;
    right: 2px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    border: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photoUploader-thumbMore {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* === Photo Uploader Style End  === */
/* === Photo Thumbnail Style Start  === */

/* === Photo Uploader Style End  === */
.status-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #d9d2ff;
    color: #3816c7;
    border-radius: 6px 6px 0px 0px;
    padding: 6px 20px;
    font-size: 12px;
    font-weight: 400;
    margin: 16px 0px 0px;
    width: fit-content;
}

.spinner {
    width: 16px;
    height: 17px;
    flex-shrink: 0;
}

/* === === */
/* Review Card Style Start */
.wizard-review-card {
    border: 1px solid #008234;
    border-radius: 6px;
    padding: 16px;
    width: 100%;
    background-color: #f8fffb;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wizard-review-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wizard-review-card-step-number {
    font-size: 10px;
    color: #727272;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05px;
    line-height: 100%;
}

.wizard-review-card-title {
    font-weight: 700;
    color: #1a0c22;
    font-size: 14px;
    text-transform: capitalize;
}

.wizard-review-card-check {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008234;
    border-radius: 50%;
    color: #fff;
    line-height: 100%;
}

.wizard-review-card-description-text {
    margin: 0px;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
}
.wizard-review-card-icon {
    font-size: 24px;
    color: #16a34a;
    display: flex;
}
.wizard-review-card-header-title-wrap {
    display: flex;
    gap: 10px;
    flex: 1;
}

/* == === */
.wizard-review-card-image-list-wrap {
    margin-top: 6px;
}
.wizard-review-card-image-list {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0px;
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
}

.wizard-review-card-image-list li {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
}

.wizard-review-card-image-list-item {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 8px;
}

.wizard-review-card-image-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.3s ease;
}

.img-fx-close {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
}

.img-fx-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

/* Brightness classes */
/* .imgfxB100 { filter: brightness(1); }
.imgfxB80  { filter: brightness(0.8); }
.imgfxB60  { filter: brightness(0.6); }
.imgfxB40  { filter: brightness(0.4); }
.imgfxB20  { filter: brightness(0.2); }
.imgfxB10  { filter: brightness(0.1); } */
/* == === */
/* Review Card Style End */
/* === === */

.c-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: #080032 #f1f1f1;
}

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

.c-scrollbar::-webkit-scrollbar-track {
    background: #e1dfed;
    border-radius: 8px;
}

.c-scrollbar::-webkit-scrollbar-thumb {
    background-color: #080032;
    border-radius: 8px;
    border: 2px solid #e1dfed;
}

.c-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #080225;
}

/* == == */
input[type="radio"][name="propertyType"].list-property-label
    + label.wizard-property-list-card {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 8px;
    transition: border 0.3s, box-shadow 0.3s;
}

input[type="radio"][name="propertyType"].list-property-label:checked
    + label.wizard-property-list-card {
    border: 1px solid #3315d0;
    box-shadow: 0px 2px 20px 0px rgba(51, 21, 208, 0.11);
}

input[type="radio"][name="propertyType"].list-property-label
    + label.wizard-property-list-card:hover {
    border: 1px solid #3315d0;
}

.wizard-tab-card.wizard-selected-card {
    box-shadow: 0px 2px 20px 0px rgba(51, 21, 208, 0.11);
    border-color: #3315d0;
}
.wizard-tab-card-btn:active .wizard-property-list-card,
.wizard-tab-card-btn:focus .wizard-property-list-card {
    border: 1px solid #3315d0;
}
/* == == */
/* === === */
@media (min-width: 768px) {
    .wizard-card-header {
        padding: 24px;
    }
}
@media (min-width: 992px) {
    .wizard-card-header {
        padding: 40px;
    }
    .wizard-card-title {
        color: #000;
        font-size: 30px;
        margin-bottom: 24px;
    }
    .wizard-card-list {
        gap: 20px;
    }
    .wizard-card-list-item-content {
        gap: 12px;
    }
    .wizard-card-description {
        font-size: 13px;
    }
    .wizard-main-content {
        padding-right: 20px;
    }
    .wizard-tab-content-title {
        font-size: 20px;
        line-height: 30px;
    }
    .wizard-tab-content-header {
        gap: 23px;
    }
    .wizard-tab-content-subtitle {
        font-size: 15px;
        line-height: 21px;
    }
    .wizard-tab-main-content {
        margin-top: 41px;
    }
    .wizard-tab-card-body {
        padding: 27px;
    }
    .wizard-tab-card-body {
        gap: 20px;
    }
    .wizard-btn-group {
        margin-top: 50px;
    }
    .wizard-tab-card-btn {
        font-size: 15px;
        height: 39px;
    }
    .wizard-tab-card-title {
        font-size: 16px;
    }
    .wizard-tab-card-description {
        font-size: 14px;
    }
    .status-box {
        margin-left: 16px;
    }
    .wizard-nav-arrow {
        display: none;
    }
}
/* === === */
@media (max-width: 991px) {
    .wizard-review-card-image-list {
        flex-wrap: wrap;
    }
    .wizard-sidebar {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .wizard-body {
        padding: 20px 0;
    }
    .wizard-wrap-nav-list .nav-link {
        width: 49px;
    }
    .wizard-header {
        gap: 0px;
    }
    .wizard-tab-content-title {
        font-size: 15px;
    }
    .wizard-btn-next,
    .wizard-btn-back {
        height: 35px;
        font-size: 14px;
    }
    .wizard-btn-group {
        margin-top: 17px;
        justify-content: center;
    }
    .wizard-tab-card-btn {
        padding: 6px 4px;
        font-size: 12px;
    }
    .wizard-tab-card-title {
        font-size: 13px;
    }
    .wizard-tab-card-icon svg {
        width: 20px;
    }
    .wizard-tab-card-body {
        padding: 12px 10px;
    }
    .wizard-form-inner.mb-3 {
        margin-bottom: 0.5rem !important;
    }
    .wizard-form-inner .form-control {
        font-size: 12px;
        min-height: 36px;
        display: block;
        align-content: center;
    }
    .wizard-form-checkbox {
        font-size: 13px;
    }
    .wizard-tab-main-content {
        margin-top: 10px;
    }
    .wizard-form-radio {
        padding-left: 16px;
    }
    .wizard-check-content-label,
    .wizard-rating-content-label {
        font-size: 12px;
    }
    .wizard-rating-content-box {
        gap: 1px;
        padding: 4px 10px;
    }
    .wizard-form-checkbox .wizard-form-checkmark {
        height: 16px;
        width: 16px;
    }
    .wizard-facility-list {
        gap: 9px 0px;
    }
    .count-selector-count {
        font-size: 13px;
    }
    .price-display-value {
        font-size: 13px;
    }
    .photo-upload-drop-zone {
        padding: 10px 13px;
    }
    .wizard-review-card-image-list {
        flex-wrap: wrap;
    }
}

.verifyCard-container {
    background: white;
    border-radius: 6px;
    box-shadow: 0 8px 19px 0px rgba(146, 124, 255, 7%);
    padding: 14px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.verifyCard-container span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #bab0ee, #3916c7b2);
    animation: animate1 4s linear infinite;
}

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.verifyCard-container span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to bottom, #bab0ee, #3916c7b2);
    animation: animate2 4s linear infinite;
    animation-delay: 1s;
}
@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}

.verifyCard-container span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to left, #bab0ee, #3916c7b2);
    animation: animate3 4s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.verifyCard-container span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to top, #bab0ee, #3916c7b2);
    animation: animate4 4s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.verifyCard-image {
    width: 135px;
    max-width: 100%;
}

.verifyCard-text {
    color: #3816c7;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 600px) {
    .verifyCard-container {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }

    .verifyCard-image {
        width: 120px;
    }

    .verifyCard-text {
        font-size: 1.1rem;
    }
}
@media (max-width: 1024px) {
    .wizard-card-header {
        padding: 20px;
    }
    .wizard-card-title {
        font-size: 20px;
        margin-bottom: 18px;
    }
}
@media (max-width: 350px) {
    .wizard-tab-card-description {
        font-size: 11px;
        line-height: normal;
    }
    .wizard-tab-card-btn {
        padding: 5px 2px;
        font-size: 10px;
    }
}

a.tooltipico-mainbox {
    align-items: center;
    margin-top: 3px;
    font-size: 12px;
    color: #0d6efd;
}

/* ar css */

.ar-widget-checkmark .wizard-form-checkbox {
    padding-right: 30px;
}

.ar-widget-checkmark .wizard-form-checkbox .wizard-form-checkmark {
    right: 0;
}

.view-ar-widget-checkmark .wizard-form-list-checkbox,
.view-ar-widget-checkmark .wizard-form-list-checkmark {
    right: 0;
}
.view-ar-widget-checkmark {
    padding-right: 27px;
}