/*-------------------------------------------------------------------------------------------------------------- Basic*/

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/IRANSansWeb/woff/IRANSansXFaNum-Light.woff') format('woff'),
    url('./fonts/IRANSansWeb/woff2/IRANSansXFaNum-Light.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/IRANSansWeb/woff/IRANSansXFaNum-Medium.woff') format('woff'),
    url('./fonts/IRANSansWeb/woff2/IRANSansXFaNum-Medium.woff2') format('woff2');
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('./fonts/IRANSansWeb/woff/IRANSansXFaNum-Bold.woff') format('woff'),
    url('./fonts/IRANSansWeb/woff2/IRANSansXFaNum-Bold.woff2') format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: "IRANSansX", Tahoma, sans-serif;
    font-size: 16px;
    direction: rtl;
    text-align: right;
    background-color: #fff;
    position: relative;
}

a {
    text-decoration: none;
    transition: 0.3s all;
}

a:focus {
    color: #656B74;
    box-shadow: none;
    outline: none;
}

.white {
    color: #FFFFFF !important;
}

.text-center {
    text-align: center !important;
}

button {
    border: none;
    outline: none;
}

/*------------------------------------------------------------------------------------------------------------ configs*/

.btn {
    font-family: "IRANSansX", Tahoma, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 16px;
    border: none;
    border-radius: 12px;
    background-color: #88D34E;
    color: #FFF;
    transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
    height: 48px;
    min-width: 160px;
}

.btn:hover {
    background-color: #7fc945;
    color: #FFF;
}

.btn--has-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn--outline {
    border: 1px solid #88D34E;
    background-color: transparent;
    color: #88D34E;
}

.btn--outline.btn--green:focus {
    color: #88D34E !important;
}

.btn--outline.btn--green:hover {
    color: #FFF !important;
}

.btn--disabled {
    background-color: #F4F4F4;
    color: #A2A6AB;
    pointer-events: none;
}

.btn--outline-black {
    border: 1px solid #393939;
    background-color: #FFF;
    color: #393939;
}

.btn--outline-black:hover {
    border: 1px solid #393939;
    background-color: #393939;
    color: #FFF;
}

.btn--outline-black:hover path {
    stroke: #FFF;
}

.btn--outline.btn--red {
    border: 1px solid #F60000;
    color: #F60000;
}

.btn--outline.btn--red:hover {
    border: 1px solid #FFF;
    background-color: #F60000;
    color: #FFF;
}

.btn--gray {
    background-color: #F0F1F2;
    color: #666666;
}

.btn--gray:hover{
    background-color: #dcdcdc;
    color: #666666;
}

.rounded-8 {
    border-radius: 8px !important;
}


/*--------------------------------------------------------------------------------------------------------------- Body*/
.installer {
    display: flex;
}

.installer-body {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: #F4F4F4;
    padding: 24px;
    border-radius: 30px;
    margin-top: 20px;
    /*min-height: unset !important;
    overflow: hidden;
    height: 90vh;*/
}

.installer-header {
    background-color: #F4F4F4;
    padding: 12px;
    border-radius: 20px;
    margin-top: 15px;
    display: none;
}

.menu-show-button {
    border: none;
    outline: none;
}

.menu-close-button {
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
}

.installer-content {
    width: 100%;
    padding: 40px 24px;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
    border-radius: 20px;
    margin-right: 10px;
}

.installer-sidebar--mobile {
    display: none;
}

.installer-sidebar__logo {
    width: 173px;
    height: 146px;
}
.installer-sidebar__logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.installer-sidebar--mobile .installer-sidebar__logo {
    margin-top: 45px;
}

.installer-sidebar__list {
    padding: 0;
    list-style: none;
    gap: 24px;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.installer-sidebar__list-item {
    position: relative;
}

.installer-sidebar__list-item .disabled {
    pointer-events: none;
    opacity: 0.7;
    color: #B6B6B6 !important;
}

.installer-sidebar__list-item-link.disabled:before {
    background-color: #fff !important;
    border: 2px solid #b5b5b5 !important;
}


.installer-sidebar__list-item-icon {
    position: absolute;
    top: 12px;
    right: 11px;
    z-index: 99;
}

.installer-sidebar__list-item-link {
    font-size: 16px;
    color: #B6B6B6;
    font-weight: 400;
    letter-spacing: -0.02em;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    transition: all 0.3s;
}

.installer-sidebar__list-item-link:before {
    content: "";
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #B6B6B6;
    background-color: #FFF;
    z-index: 9;
    transition: all 0.3s;
}

.installer-sidebar__list-item-link:after {
    content: "";
    position: absolute;
    border-left: 2px solid #B6B6B6;
    height: 29px;
    right: 19px;
    top: 37px;
    transition: all 0.3s;
}

.installer-sidebar__list-item:last-child .installer-sidebar__list-item-link:after {
    display: none;
}

.installer-sidebar__list-item-link:hover:before {
    border: 2px solid #88D34E;
    transition: all 0.3s;
}

.installer-sidebar__list-item-link:hover {
    color: #88D34E;
    transition: all 0.3s;
}

.installer-sidebar__list-item-link.done {
    color: #88D34E;
}

.installer-sidebar__list-item-link.done:after {
    border-left: 2px solid #88D34E;
}

.installer-sidebar__list-item-link.done:before {
    background-color: #88D34E;
    border: 2px solid #88D34E;
}

.installer-sidebar__list-item-link.active:before {
    background-color: #FFF !important;
}

.installer-sidebar__list-item-link.done .installer-sidebar__list-item-icon path {
    fill: #FFF !important;
}

.installer-sidebar__list-item-link.active .installer-sidebar__list-item-icon path {
    fill: #88D34E !important;
}

.installer-sidebar__list-item-link.active {
    color: #88D34E;
}

.installer-sidebar__list-item-link.disabled .installer-sidebar__list-item-icon path {
    fill: #B6B6B6 !important;

}

.installer-sidebar__list-item-link.active:before {
    border: 2px solid #88D34E;
}

.installer-sidebar__copyright {
    width: 153px;
    font-size: 12px;
    font-weight: 400;
    color: #4D4949;
    margin-top: 23px;
    line-height: 22px;
    padding-right: 10px;
    text-align: center;
}

.installer-sidebar__copyright a {
    color: #88D34E;
}

.installer-sidebar__version {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #afafaf;
}

.installer-content__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
    gap: 12px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D7D7D7;
}

.installer-content__head-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.installer-content__head-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transition: all 0.3s;
}

.installer-content__head-icon:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
    cursor: pointer;
    transition: all 0.3s;
}

.installer-content__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 40px;
}

.installer-content__title-action {
    display: flex;
    align-items: center;
    gap: 8px;
}

.installer-content__title-text-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.installer-content__title-icon {
    width: 32px;
    height: 32px;
}

.installer-content__title-icon img {
    width: 32px;
    height: 32px;
}

.installer-content__title-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: -0.05em;
}

.installer-content__title-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #808080;
    margin-top: 12px;
}

.installer-content__form {
    margin-top: 24px;
}

.installer-content__form-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.installer-content__input {
    font-size: 14px;
    font-weight: 400;
    line-height: 21;
    letter-spacing: -0.02em;
    color: #393939;
    border-radius: 12px;
    border: 1px solid #B6B6B6;
    height: 48px;
    padding: 0 16px;
    margin: 8px 0;
    font-family: "IRANSansX", Tahoma, sans-serif;
}

.installer-content__input::placeholder {
    color: #a9a9a9;
    font-family: "IRANSansX", Tahoma, sans-serif;
}

.installer-content__form-label {
    margin-right: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.02em;
    color: #393939;
}

.installer-content__input-hint {
    margin-right: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FF0202;
    margin-bottom: 15px;
    display: none;
}

.installer-content__input:focus-visible {
    outline: #d0cfcf auto 1px;
}

.installer-content__form-item.installer-content__form--error .installer-content__input {
    outline: #FF0202 auto 1px;
}

.installer-content__form-item.installer-content__form--error .installer-content__input:focus-visible {
    outline: #B6B6B6 auto 1px;
}

.installer-content__form-item.installer-content__form--error .installer-content__input-hint {
    display: block
}

.installer-content__input-icon {
    position: relative;
    cursor: pointer;
}

.installer-content__input-icon img {
    position: absolute;
    bottom: 20px;
    right: 12px;
}

.hide-password:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 22px;
    background-color: #71767f;
    bottom: 21px;
    right: 23px;
    transform: rotate(30deg);
}

.installer-alerts {
    width: 300px;
    margin: 32px auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.installer-alert {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    gap: 4px;
    font-size: 16px;
    color: #4A4A4A;
    transition: all .3s;
    margin-bottom: 16px;
    text-align: center;
}

.installer-alert--loading > .loading {
    display: inline-flex;
}

.installer-alert--loading svg {
    display: none;
}

.installer-alert--loading {
    color: #88D34E;
}

.installer-alert--waiting {
    color: #878787;
}

.installer-alert--warning {
    color: #a30404;
    margin-bottom: 12px;
    display: flex;
    white-space: unset;
    overflow: visible;
    text-overflow: unset;
    width: auto;
}

.installer-alert--warning .installer-alert-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
}

.installer-alert--waiting path {
    fill: #736210;
}

.installer-alert--waiting span {
    font-size: 18px;
}

.loading {
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #ddd;
    border-top-color: #7fc945;
    animation: loading 1s linear infinite;
    margin-bottom: -3px;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.show-modal-button-log {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
    color: #88D34E;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.show-modal-button-log:hover .left {
    margin-right: 10px;
}

.show-modal-button-log .arrow {
    border: solid #88D34E;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: all .3s;
}

.show-modal-button-log .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/*--------------------------------------------------------------------------------------------------------- installer-content__get*/
.installer-content__get {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 150px auto 0 auto;
}

.installer-content__get-title {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 700;
    color: #393939;
    text-align: center;
    max-width: 630px;
    line-height: 1.5;
}

.installer-content__get-title span {
    color: #88D34E;
    font-family: IRANSansX;
}

.installer-content__get-subTitle {
    margin-top: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #4A4A4A;
    text-align: center;
    line-height: 36px;
    max-width: 630px;
}

.installer-content__get-buttons {
    display: flex;
    gap: 12px;
    margin-top: 24px;
}

.installer-content__get-buttons .btn {
    min-width: 200px;
}

/*--------------------------------------------------------------------------------------------------------- card-radio*/

.installer-card-radio {
    box-shadow: 0 4px 15px 0 #33333326;
    background-color: #FFF;
    border-radius: 12px;
    padding: 16px;
    max-height: 144px;
    margin: 12px 0;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.installer-card-radio.checked {
    background-color: #FAFDF7;
    border: 1px solid #88D34E;
    box-shadow: none;
}

.installer-card-radio__banner {
    width: 112px;
    height: 112px;
    border-radius: 8px;
}

.installer-card-radio__banner img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.installer-card-radio__info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 16px;
}

.installer-card-radio__info-icon {
    width: 20px;
    height: 20px;
}


.installer-card {
    box-shadow: 0 4px 15px 0 #33333326;
    background-color: #FFF;
    border-radius: 12px;
    padding: 16px;
    max-height: 144px;
    margin-top: 24px;
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.installer-card.checked {
    background-color: #FAFDF7;
    border: 1px solid #8ED557;
    box-shadow: none;
}

.installer-card .checkmark {
    width: 22px !important;
    height: 22px !important;
    border-radius: 6px;
    border: 1.5px solid #393939;
}

.installer-card .checkmark:after {
    width: 29px !important;
    left: -3px !important;
    top: 7px !important;
}

.installer-card .installer-radio:hover input ~ .checkmark {
    background-color: #88D34E;
    border: 1px solid #88D34E;
    background-image: url("../assets/images/tick-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}


.installer-card-row-2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.installer-radio {
    display: block;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 15px;
    left: 15px;
}

.installer-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.installer-card-radio__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #393939;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 270px;
}

.installer-card-radio__info-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #393939;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border-radius: 50%;
    border: 1px solid #393939;
}

.installer-radio:hover input ~ .checkmark {
    background-color: #88D34E;
    border: 1px solid #88D34E;
    background-image: url("../assets/images/tick-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.installer-radio input:checked ~ .checkmark {
    background-color: #88D34E;
    border: 1px solid #88D34E;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.installer-radio input:checked ~ .checkmark:after {
    display: block;
}

.installer-radio .checkmark:after {
    top: 9px;
    left: 9px;
    height: 8px;
    border-radius: 50%;
    background-image: url("../assets/images/tick-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
}

.installer-radio input:checked {
    background-color: #FF0202;
}

/*------------------------------------------------------------------------------------------------------------- search*/

.installer-search {
    position: relative;
}

.installer-search__input {
    font-family: "IRANSansX", Tahoma, sans-serif;
    background-color: #F4F4F4;
    height: 48px;
    max-width: 230px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    border: none;
    padding-right: 50px;
}

.installer-search__icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.installer-search__input:focus-visible {
    outline: #d0cfcf auto 1px;
}

/*-------------------------------------------------------------------------------------------------------- card-scroll*/

.installer-card-scroll {
    box-shadow: 0 4px 15px 0 #00000026;
    background-color: #ffffff;
    border-radius: 16px;
    border: 1px solid transparent;
    margin-top: 24px;
    position: relative;
    cursor: pointer;
}

.installer-card-scroll__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #000;
    transition: all 0.3s;
}

.installer-card-scroll__title:hover {
    color: #88D34E;
    transition: all 0.3s;
}


.installer-card-scroll__content {
    padding: 16px 16px 24px 16px;
}

.installer-card-scroll__action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.installer-card-scroll .btn {
    height: 40px;
    font-size: 14px;
    min-width: unset;
    padding: unset;
}

.installer-card-scroll__action .btn-preview {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.installer-card-scroll__action .btn-select-demo, .btn-cancel-demo {
    width: 40%;
}


.installer-card-scroll.checked {
    background-color: #FAFDF7;
    border: 1px solid #88D34E;
    box-shadow: none;
}


.installer-card-scroll__banner img {
    border-radius: 16px 16px 0 0;
    transition: all 2.7s ease-in-out;
    object-position: top center;
    width: 100%;
    display: block;
    height: 160px;
    object-fit: cover;
    cursor: pointer;
}

.installer-card-scroll__banner:hover img {
    object-position: bottom center;
}

.installer-card-scroll .installer-radio {
    display: none;
}


.rsm-spinner.loading {
    transform: scale(0.25);
    opacity: 1;
    -webkit-animation: 1.5s linear 150ms normal infinite forwards running rsm-rotation;
    animation: 1.5s linear 150ms normal infinite forwards running rsm-rotation;
    color: #8ED557;
}

.rsm-spinner {
    display: inline-block;
    height: 1em;
    width: 1em;
    line-height: 1;
    vertical-align: middle;
    border-radius: 1em;
    transition: all 150ms linear 0s;
    transform: scale(0);
    opacity: 0;
    box-shadow: 2em 0 0 0, 1.41421356em 1.41421356em 0 -0.4375em, 0 2em 0 -0.375em, -1.41421356em 1.41421356em 0 -0.3125em, -2em 0 0 -0.25em, -1.41421356em -1.41421356em 0 -0.1875em, 0 -2em 0 -0.125em, 1.41421356em -1.41421356em 0 -0.0625em;
}

@keyframes rsm-rotation {
    100% {
        box-shadow: 2em 0 0 0, 1.41421356em 1.41421356em 0 -0.4375em, 0 2em 0 -0.375em, -1.41421356em 1.41421356em 0 -0.3125em, -2em 0 0 -0.25em, -1.41421356em -1.41421356em 0 -0.1875em, 0 -2em 0 -0.125em, 1.41421356em -1.41421356em 0 -0.0625em;
    }

    87.5% {
        box-shadow: 2em 0 0 -0.4375em, 1.41421356em 1.41421356em 0 -0.375em, 0 2em 0 -0.3125em, -1.41421356em 1.41421356em 0 -0.25em, -2em 0 0 -0.1875em, -1.41421356em -1.41421356em 0 -0.125em, 0 -2em 0 -0.0625em, 1.41421356em -1.41421356em 0 0;
    }

    75% {
        box-shadow: 2em 0 0 -0.375em, 1.41421356em 1.41421356em 0 -0.3125em, 0 2em 0 -0.25em, -1.41421356em 1.41421356em 0 -0.1875em, -2em 0 0 -0.125em, -1.41421356em -1.41421356em 0 -0.0625em, 0 -2em 0 0, 1.41421356em -1.41421356em 0 -0.4375em;
    }

    62.5% {
        box-shadow: 2em 0 0 -0.3125em, 1.41421356em 1.41421356em 0 -0.25em, 0 2em 0 -0.1875em, -1.41421356em 1.41421356em 0 -0.125em, -2em 0 0 -0.0625em, -1.41421356em -1.41421356em 0 0, 0 -2em 0 -0.4375em, 1.41421356em -1.41421356em 0 -0.375em;
    }

    50% {
        box-shadow: 2em 0 0 -0.25em, 1.41421356em 1.41421356em 0 -0.1875em, 0 2em 0 -0.125em, -1.41421356em 1.41421356em 0 -0.0625em, -2em 0 0 0, -1.41421356em -1.41421356em 0 -0.4375em, 0 -2em 0 -0.375em, 1.41421356em -1.41421356em 0 -0.3125em;
    }

    37.5% {
        box-shadow: 2em 0 0 -0.1875em, 1.41421356em 1.41421356em 0 -0.125em, 0 2em 0 -0.0625em, -1.41421356em 1.41421356em 0 0, -2em 0 0 -0.4375em, -1.41421356em -1.41421356em 0 -0.375em, 0 -2em 0 -0.3125em, 1.41421356em -1.41421356em 0 -0.25em;
    }

    25% {
        box-shadow: 2em 0 0 -0.125em, 1.41421356em 1.41421356em 0 -0.0625em, 0 2em 0 0, -1.41421356em 1.41421356em 0 -0.4375em, -2em 0 0 -0.375em, -1.41421356em -1.41421356em 0 -0.3125em, 0 -2em 0 -0.25em, 1.41421356em -1.41421356em 0 -0.1875em;
    }

    12.5% {
        box-shadow: 2em 0 0 -0.0625em, 1.41421356em 1.41421356em 0 0, 0 2em 0 -0.4375em, -1.41421356em 1.41421356em 0 -0.375em, -2em 0 0 -0.3125em, -1.41421356em -1.41421356em 0 -0.25em, 0 -2em 0 -0.1875em, 1.41421356em -1.41421356em 0 -0.125em;
    }

    0% {
        box-shadow: 2em 0 0 0, 1.41421356em 1.41421356em 0 -0.4375em, 0 2em 0 -0.375em, -1.41421356em 1.41421356em 0 -0.3125em, -2em 0 0 -0.25em, -1.41421356em -1.41421356em 0 -0.1875em, 0 -2em 0 -0.125em, 1.41421356em -1.41421356em 0 -0.0625em;
    }
}


.swal2-title {
    font-family: "IRANSansX", Tahoma, sans-serif !important;
    font-size: 20px !important;
    letter-spacing: -0.4px !important;
    color: #232121 !important;
    font-weight: 700 !important;
    padding: 0 !important;
}

.swal2-html-container {
    font-family: "IRANSansX", Tahoma, sans-serif !important;
    font-size: 14px !important;
    color: #8C8C8C !important;
}

.swal2-warning {
    border-color: #FF7676 !important;
    color: #FF7676 !important;
}

.swal2-actions {
    gap: 10px !important;
}

.alert-title {
    font-family: "IRANSansX", Tahoma, sans-serif;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #484848;
}

.alert-text {
    font-family: "IRANSansX", Tahoma, sans-serif;
    font-size: 14px;
    color: #8C8C8C;
    margin-top: 10px;
}

.backup-alert .rsm-spinner.loading {
    font-size: 60px;
    margin-top: 20px;
}

.backup-alert .alert-title {
    margin-top: 40px;
}

.backup-end-btn {
    width: 93px;
}


/*------------------------------------------------------------------------------------------------------ custom modal */

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 99;
}
.products-modal {
    width: 756px;
    height: 800px;
    position: fixed;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    background: none !important;
    z-index: 999;
    overflow: auto;
}

.modal-wrapper .modal-content {
    top: unset;
    left: unset;
    transform: unset;
}

.modal-wrapper .modal-content__body {
    width: 526px;
    margin: 20px auto 32px auto;
    direction: rtl !important;
    overflow-y: unset !important;
    overflow-x: unset !important;
    height: auto !important;
    padding: 0 !important;
}

.modal-wrapper .modal-content__title {
    text-align: center;
    color: #3C4354;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.modal-wrapper .modal-content__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F4FBEE;
    border-radius: 0 0 32px 32px;
    padding: 32px 32px 20px 32px;
    width: fit-content;
    margin: 0 auto;
}

.modal-wrapper .modal-content__icon .modal-content__icon-img{
    width: 88px;
    height: 88px;
}

.modal-wrapper .modal-content__icon .modal-content__icon-img img{
    width: 100%;
    height: 100%;
}

.modal-wrapper .modal-content {
    width: 100% !important;
    height: unset !important;
}

.modal-wrapper .modal-content__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
}

.modal-wrapper .modal-content__buttons .btn{
    border-radius: 4px;
}

.product-licence-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 340px;
    overflow: auto;
}

.product-licence-list .product-licence-list__item {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #71717126;
    padding: 17px 47px 17px 16px;
    border-radius: 8px;
}

.product-licence-list__item-id {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    border-left: 1px solid #D1D1D1;
    padding-left: 12px;
    white-space: nowrap;
    width: 100px;
}

.product-licence-list__item-domain {
    width: 186px;
    padding: 13px 0;
    border-right: 5px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    margin-right: 12px;
}

.product-licence-list__item-domain.item--green {
    color: #5EA625;
    background-color: #8ED5571A;
    text-decoration: underline;
}

.product-licence-list__item-domain.item--red {
    color: #EF1010;
    background-color: #FDE7E7;
}

.product-licence-list__item-domain.item--gray {
    color: #666666;
    background-color: #F0F1F2;
    text-decoration: underline;
}

.product-licence-list__item-count {
    font-size: 14px;
    font-weight: 400;
    color: #656B74CC;
    line-height: 40px;
    border-right: 1px solid #D1D1D1;
    padding-right: 12px;
    white-space: nowrap;
    margin-right: 12px;
    width: 130px;
}

.rtl-checkbox {
    color: #6E7177;
    font-size: 14px;
    margin-bottom: 0;
    cursor: pointer;
}

.rtl-checkbox input {
    display: none;
}

.rtl-checkbox .rtl-checkbox__checkmark {
    content: "";
    position: absolute;
    right: 13px;
    display: inline-block;
    width: 19px;
    height: 19px;
    line-height: 13.5px;
    background: #656B741A;
    margin-left: 13px;
    float: right;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease;
    border: none !important;

}


.rtl-checkbox .rtl-checkbox__checkmark:after{
    content: '';
    display: block;
    width: 3px;
    height: 6px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    position: absolute;
    left: 7px;
    top: 4px;
}


.rtl-checkbox input:checked + .rtl-checkbox__checkmark {
    background-color: #7ECF42;
    box-shadow: rgba(126, 207, 66, 0.34) 0 2px 6px;
    transition: all 0.3s ease;
}

.rtl-checkbox input:checked + .rtl-checkbox__checkmark:after {
    opacity: 1;
}


.modal-wrapper .close-modal-button {
    position: absolute;
    bottom: -57px;
    left: 50%;
    transform: translate(0%, -50%) rotate(132deg);
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background: none;
    transition: all .3s;
}

.modal-wrapper .close-modal-button path {
    transition: all .3s;
}

.modal-wrapper .close-modal-button:hover path{
    fill: #f95f4e;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    width: 600px;
    height: 450px;
    border-radius: 0.5rem;
}

.modal-content__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}

.modal-content__header-title {
    color: #6F6F6F;
    font-size: 15px;
    font-weight: 700;
}

.modal-content__body {
    padding: 16px 24px;
    direction: ltr;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 318px;
}

.modal-content__body-log {
    font-size: 15px !important;
    font-weight: 600 !important;
    transition: all .3s;
    margin-bottom: 5px;
    cursor: pointer;
}

.modal-content__body-log:hover {
    color: #88D34E !important;
    padding-right: 5px;
}

.modal-content__body p, .modal-content__body a {
    direction: rtl;
    text-align: justify;
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.modal-content__body a {
    display: block;
}

.modal-content__body a:hover {
    color: #0a7aff;
}

.modal-content__body img {
    margin: 25px 0;
    width: 100%;
    height: unset;
}

.modal-content__body::-webkit-scrollbar {
    width: 6px;
    height: 90%;
    background-color: #EBEBEB;
}

.modal-content__body::-webkit-scrollbar-thumb {
    background-color: #A6A4A4;
    border-radius: 30px;
    box-shadow: 0 18.45px 61.5px -8.2px #3C43540F;
}

.modal-content__line {
    width: 100%;
    height: 0.5px;
    background-color: #C7C7C7;
}

.close-modal-button {
    width: 27px;
    height: 27px;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: #f9f9f9;
    color: #A3A3A3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    transform: rotate(45deg);
}

.close-modal-button svg {
    transform: rotate(45deg);
}

.show-modal {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}


/*------------------------------------------------------------------------------------------- overlay  */
.overlay--white {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    user-select: none;
    position: fixed !important;
    background: rgba(255, 255, 255, 0.8);
}

.overlay--gray {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    user-select: none;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.64);
}


.overlay--dark {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    user-select: none;
    position: fixed !important;
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(2px);
}


/*------------------------------------------------------------------------------------------- responsive  */

@media (max-width: 576px) {
    .installer-content__get-buttons {
        flex-direction: column;
        min-width: auto;
    }

    .modal-content {
        left: 55%;
    }

}

@media (max-width: 768px) {

    .installer-body {
        padding: 0;
    }

    .btn {
        font-size: 13px;
        height: 42px;
    }

    .installer-content__head {
        padding-bottom: 20px;
    }

    .installer-content__title {
        margin-top: 20px;
        flex-direction: column;
    }

    .installer-content__title-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .installer-content__head-icon {
        height: 42px;
    }

    .installer-content__head-action {
        flex-direction: column;
    }

    .installer-content__title-text {
        font-size: 18px;
    }

    .installer-content__title-desc {
        font-size: 14px;
        text-align: center;
    }

    .installer-content__input {
        height: 43px;
    }

    .installer-card-radio {
        flex-direction: column;
        height: auto;
        max-height: unset;
    }

    .installer-card-radio__title {
        font-size: 14px;
        text-align: center;
        width: auto;
    }

    .installer-card-radio__info {
        justify-content: center;
    }

    .installer-card-radio__content {
        text-align: center;
    }

    .installer-card {
        flex-direction: column;
        height: auto;
        max-height: unset;
    }

    .installer-card-radio__banner {
        width: 95px;
        height: 95px;
    }

    .installer-content__get-title {
        font-size: 18px;
        text-align: center;
    }

    .installer-content__get-subTitle {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }

    .installer-content__get-buttons {
        margin-top: 20px;
    }

    .modal-content {
        width: 75%;
    }
}

@media (max-width: 992px) {

    .installer-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .installer-sidebar {
        display: none;
    }

    .installer-sidebar--mobile {
        display: block;
        position: absolute;
        right: -300px;
        transition: all .3s;
    }

    .installer-sidebar--mobile.active {
        right: 0;
        top: -15px;
        background-color: #F4F4F4;
        min-width: 280px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 999;
        height: -webkit-fill-available;
        height: 104vh;
        overflow-y: scroll;
    }

    .installer-content__head {
        flex-wrap: wrap-reverse;
    }

    .installer-content {
        margin-right: 0;
    }


    .menu-close-button.show {
        opacity: 1;
        visibility: visible;
    }

    .modal-wrapper {
        width: 576px;
    }
}

@media (max-width: 1200px) {
    .installer-content__title-action {
        flex-direction: column;
    }

    .installer-select {
        width: 212px !important;
    }
}

@media (max-width: 1400px) {
}


/***********************/

select {
    direction: rtl;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #FFF;
    background-image: none;
    flex: 1;
    padding: 0 .5em;
    color: #393939;
    cursor: pointer;
    font-size: 1em;
    font-family: "IRANSansX", Tahoma, sans-serif;
    border: 1px solid #393939;
    border-radius: 12px;
}

select::-ms-expand {
    display: none;
}

.installer-select {
    position: relative;
    display: flex;
    width: 180px;
    height: 48px;
    line-height: 3;
    overflow: hidden;
}

.installer-select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 1em;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
}

.dir-ltr {
    direction: ltr !important;
}

.installer-cards__row {
    overflow: auto;
    height: auto;
    margin-top: 20px !important;
    max-height: 901px;
    padding-bottom: 15px;
}

.installer-content__gif {
    width: 250px;
    margin-bottom: 15px;
}

.installer-content__end {
    max-width: 330px;
}

/* Scrollbar Styling */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #8ED557;
}


/* *****************/


.video__content {
    width: 100%;
    border-radius: 25px;
    border: 3px solid transparent;
    margin: 32px auto 0 auto;
    position: relative;
    height: auto;
    max-width: 100%;
    z-index: 99;
}


.video__content-inner {
    border-radius: 25px;
    height: 100%;
    max-width: 100%;
    border: 3px solid #357755;
    width: 100%;
}

.video__content-button {
    position: absolute;
    cursor: pointer;
    z-index: 9;
    background-color: #8ED557;
    padding: 34px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video__content-button:before {
    content: "";
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #8ED557;
    position: absolute;
    top: 3px;
    cursor: pointer;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    animation: grow 1s infinite;
}

.video__button {
    position: absolute;
    bottom: -110px;
    right: 49.5%;
    z-index: 999;
}

@media (max-width: 1200px) {
    .video__button {
        right: 49%;
    }
}

@media (max-width: 576px) {
    .video__button {
        right: 48%;
    }
}

@media (min-width: 2000px) {
    .video__button {
        bottom: 20px;
    }
}

.video__button img {
    width: 15px;
    height: 20px;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}


@media (max-width: 991px) {
    .video {
        padding: 70px 0 0 0;
        margin-top: 70px;
    }
}

@media (max-width: 768px) {

    .video-title {
        font-size: 30px;
        font-weight: 900;
    }


    .video__content-button {
        width: 30px;
        height: 30px;
    }

    .video__content-button:before {
        width: 95px;
        height: 95px;
        top: 0;
    }

    .modal-wrapper {
        width: 360px !important;
    }

    .modal-wrapper .modal-content__title {
        font-size: 14px;
        padding: 0 16px;
    }

    .modal-wrapper .modal-content__body {
        width: 334px;
        margin: 10px auto 24px auto;
    }

    .product-licence-list__item {
        flex-direction: column;
        padding: 5px 10px 5px 10px !important;
    }

    .product-licence-list__item-id {
        border: none;
        padding-left: 0;
    }

    .product-licence-list__item-count {
        border: none;
        padding-right: 0;
    }

    .rtl-checkbox .rtl-checkbox__checkmark {
        right: 85px;
        top: 16px;
    }
}

@media (max-width: 430px) {
    .modal-wrapper {
        width: 100% !important;
    }
}

@keyframes grow {
    from {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    to {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
        opacity: 0;
        -webkit-opacity: 0;
    }
}
