@import "./fonts.css";
@import "./colors.css";
@import "./responsive.css";

html {
    direction: rtl;
    overflow-x: hidden;
    max-width: 100vw;
    position: relative;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

* {
    box-sizing: border-box;
    font-family: 'iransans';
    font-weight: 300;
}

.def-btn {
    border-radius: 8px;
    padding: 5px 15px;
    outline: none !important;
    border: none !important;
    width: max-content;
}

.warning-btn {
    background: var(--wh-warning);
    transition: .2s;
    color: #fff;
}

.warning-btn:hover {
    background: var(--wh-warning);
}


.def-icon {
    font-size: 22px;
    color: var(--wh-light);
}

.ml-2 {
    margin-left: 4px;
}

.mr-2 {
    margin-right: 4px;
}

.def-outline-btn {
    border-radius: 5px;
    color: #fff;
    padding: 5px 15px;
    outline: none !important;
    border: 1px solid #fff;
    background: transparent;
    width: max-content;
    transition: .2s;
}

.def-outline-btn:hover {
    background: #fff;
    color: var(--wh-blue-dark);
}

.swiper-wrapper {
    height: max-content !important;
}

.hedaer-slider-back {
    background: var(--wh-blue-dark);
    width: 100%;
    position: relative;
    transition: top 0.3s ease;
    mar
}

header {
    background: var(--wh-blue-dark);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin-bottom: 70px;
    opacity: 1;
    transition: top 0.4s ease, opacity 0.4s ease;
    padding-top: env(safe-area-inset-top, 0);
}

header.sticky-hidden {
    top: -200px;
    opacity: 0;
}

header.sticky-visible {
    top: 0;
    opacity: 1;
}

.header-content-img {
    width: calc(100% - 40px);
}

.navbar-wrapper.mobile {
    background: #fff;
    padding: 15px;
}


header .swiper-button-prev,
header .swiper-button-next {
    display: none;
}

/* header */


.pattern-header {
    background: url("../images/main-page/header_pattern.svg");
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
}

/* navbar */

main {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
    position: relative;
    top: -20px;
}


.main-container {
    padding: 0 15px;
}


.def-input {
    width: 100%;
    background: #fff;
    padding: 7px;
    display: flex;
    border-radius: 5px;
    font-size: 14px;
}

.input-wrapper .fa-search {
    padding-left: 20px;
}

.def-input .input-wrapper {
    border: 1px solid #ededee;
    border-radius: 5px;
    width: 100%;
    margin: 2px;
    display: flex;
    align-items: center;
    height: 60px;
}

.enter-btn {
    width: max-content;
    padding: 0 15px;
    height: 58px;
    /* دقیقا هم‌ارتفاع input/select کن */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 5px 5px 0;
    line-height: normal;
    white-space: nowrap;
}

.enter-btn.reverse {
    border-radius: 5px 0 0 5px !important;
}

.input-wrapper input {
    outline: none !important;
    border: none !important;
    padding: 5px;
    width: calc(100% - 40px);
}


span.dot {
    font-size: 64px;
    letter-spacing: -8px;
    line-height: 9px;
}



.def-icon-size {
    font-size: 22px;
}

.text-white {
    color: #fff !important;
}

.light-outline-btn {
    border-radius: 5px;
    border: 1px solid var(--wh-lightest) !important;
    background: #fff;
    padding: 15px 5px;
    transition: .3s;
}

.light-outline-btn:hover {
    background: var(--wh-lighter);
}


.light-icon-size {
    font-size: 16px;
    margin-left: 5px;
}


.list-item-option {
    display: flex;
    align-items: center;
}

.lighter-background {
    background: var(--wh-lighter);
}


.plan-items-wrapper {
    padding: 70px 0;
}

.spinner-line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
    width: 100%;
    position: relative;
}


.spinner-line::before {
    content: url("/v1/images/main-page/spinner-line.svg");
    left: 0;
    right: 0;
    position: absolute;
    width: max-content;
    margin: 0 auto;
    height: 27px;
}

.rtl {
    direction: rtl;
}

.px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.px-lg-7 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.px-lg-9 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.px-lg-10 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.align-items-right {
    padding-right: 0;
}

.black-outline-btn {
    border: 1px solid #213368 !important;
    color: #213368;
}

.black-outline-btn:hover {
    background-color: #dfe5f5 !important;
    border: 1px solid #3a59b5 !important;
    color: #213368 !important;
}

.warning-outline-btn {
    border: 1px solid #FCB813;
    color: #fcb813;
}

.warning-outline-btn:hover {
    border: 1px solid #db950a !important;
    color: #db950a !important;
    ;
}

.info-outline-btn {
    border: 1px solid #26a9e0;
    color: #26a9e0;
}

.info-outline-btn:hover {
    border: 1px solid #26a8e0bf !important;
    color: #26a8e0bf !important;
    ;
}

.success-outline-btn {
    border: 1px solid #4db757;
    color: #4db757;
}

.success-outline-btn:hover {
    border: 1px solid #4db757bf !important;
    color: #4db757bf !important;
    ;
}

.dark-blue-outline-btn {
    border: 1px solid #0a1f44;
    color: #0a1f44;
}

.dark-blue-outline-btn:hover {
    border: 1px solid #0a1f44a8 !important;
    color: #0a1f44a8 !important;
}

.btn-outline-light {
    border: 1px solid #f8f9fa;
    color: #213368;
}

.btn-outline-light:hover {
    border: 1px solid #f8f9fa !important;
    color: #213368 !important;
}

.light-size-text {
    font-weight: 300;
}

.plan-box {
    background: linear-gradient(transparent, #fff);
    box-shadow: 0 0 15px #00000000;
    transition: 0.4s;
    cursor: pointer;
    padding: 20px 10px;
}

.plan-box:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.white-solid-btn {
    background: #fff;
    border: 1px solid var(--wh-lighter);
    padding: 10px 0;
}

a {
    text-decoration: none;
}

.collection-box {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}


.def-label-box {
    background: #e3e8f6;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 5px;
}

.redius-btn {
    border-radius: 25px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    outline: none !important;
    border: none !important;
}

.accordion-header {
    border-bottom: none !important;
}

.accordion-button::after {
    content: '';
    display: none !important;
}

.accordion-item {
    border: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    border: none !important;
}

.accordion-button {
    box-shadow: none !important;
}


/* .accordion-item {
    box-shadow: 0 0 15px #00000024;
    margin-bottom: 15px;
    border-radius: 5px;
} */


.accordion-collapse.show {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 16px 15px;
    margin-bottom: 15px;
}


.accordion-collapse.show~.accordion-header {
    box-shadow: rgb(0 0 0 / 5%) 0px -17px 15px;
    margin-top: 15px;
}

.accordion-ticket-header {}

.accordion-ticket-button::after {
    content: '';
    display: none !important;
}

.accordion-ticket-item {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

.accordion-ticket-button:not(.collapsed) {
    background: transparent;
    border: none !important;
}

.accordion-ticket-button {
    box-shadow: none !important;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}


/* .accordion-ticket-item {
    box-shadow: 0 0 15px #00000024;
    margin-bottom: 15px;
    border-radius: 5px;
} */


.accordion-ticket-collapse.show {
    border-top: 1px solid #E1E4E8;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 16px 15px;
    margin-bottom: 15px; */
}


.accordion-ticket-collapse.show~.accordion-header {
    box-shadow: rgb(0 0 0 / 5%) 0px -17px 15px;
    margin-top: 15px;
}

.ticket-child:hover {
    background-color: var(--wh-blue-dark-text);
    color: #fff;
}

.icon-small-down:before {
    content: "\ea27";
}

.icon-small-down {
    transition: transform .2s;
    display: inline-block;
}

.accordion-ticket-button:not(.collapsed) .icon-small-down {
    transform: rotate(0deg);
    /* حالت باز */
}

.accordion-ticket-button.collapsed .icon-small-down {
    transform: rotate(90deg);
    /* حالت بسته */
}

.mr-auto {
    margin-right: auto !important;
}

.client-box-items {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 400px;
}


.client-box-items img {
    filter: blur(0px);
    transition: .8s;
    transform: scale(1);
    cursor: pointer;
    position: absolute;
}

.client-box-items:hover img {
    filter: blur(7px);
    transform: scale(.98);

}

.def-upper-btn {
    border-radius: 30px;
    padding: 12px 50px;
    position: absolute;
    color: #fff;
    transition: .3s;
    outline: none !important;
    position: relative;
    width: 190px;
    height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    border: 2px solid transparent;
    overflow: hidden;
    opacity: 0;
}


.client-box-items:hover .def-upper-btn {
    opacity: 1;
}

.def-upper-btn span {
    position: absolute;
    z-index: 2;
}

.def-upper-btn::after {
    content: '';
    background: var(--wh-info);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    transition: .2s;
}

.def-upper-btn:hover::after {
    height: 0%;
}

.def-upper-btn:hover span {
    color: var(--wh-info);
}

.def-upper-btn:hover {
    border: 2px solid var(--wh-info);
}

.spinner-line.start::before {
    content: '';
    margin: 0;
    content: url("/v1/images/main-page/spinner-line.svg");
    left: 0;
    right: 0;
    position: absolute;
    width: max-content;
    height: 27px;
}

.dark-blue-solid {
    border-radius: 4px;
    color: #fff;
    background-color: var(--wh-blue-dark);
    outline: none;
    box-shadow: none;
    padding: 15px 20px !important;
    transition: .1s;
}

.dark-blue-solid:hover {
    opacity: .8;
}

.dark-blue-solid-form {
    border-radius: 4px;
    color: #fff;
    background-color: var(--wh-blue-dark);
    outline: none;
    box-shadow: none;
    padding: 7px 30px !important;
    transition: .1s;
}

.dark-blue-solid-form:hover {
    opacity: .9;
}

.list-item-cube {
    display: flex;
    width: 12px;
    height: 12px;
    background-color: var(--wh-info);
    margin-left: 5px;
    margin-top: 5px;
}

.mag-item {
    margin: 10px 0;
    border-bottom: 4px solid transparent;
    transition: .2s;
    border-radius: 4px;
    cursor: pointer;
}

.mag-item:hover {
    border-bottom: 4px solid var(--wh-info);
    background: #26a9e00d;
}

.mag-item:hover * {
    color: var(--wh-info);
}

footer {
    background: var(--wh-blue-dark);
    padding: 20px 10px;
    position: relative;
}

.pattern-footer {
    background: url(/v1/images/main-page/pattern-footer.svg);
    width: 100%;
    height: 85px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.linar-dark-blue-background {
    background-image: linear-gradient(to bottom, rgba(10, 31, 68, .3) 40%, rgba(0, 0, 0, 0) 85%);
}

.cube-btn {
    padding: 9px 15px;
    border-radius: 5px;
    outline: none !important;
    border: none !important;
}

.footer-item {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.img-footer-item {
    width: 110px;
}

.footer-content-wrapper {
    width: calc(100% - 30px);
    display: flex;
}

.footer-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-item-arrow {
    opacity: 0;
    position: relative;
    right: -15px;
    transition: 0.3s;
}

.footer-item:hover .footer-item-arrow {
    right: 0;
    opacity: 1;
}

.footer-item {
    border-radius: 5px;
    border: 1px solid #53627c;
    padding: 15px 0;
    background: transparent;
    transition: .2s;
    cursor: pointer;
}

.footer-item:hover {
    background: #0a1f4433;
}

.footer-contact-icon {
    color: var(--wh-light);
    font-size: 32px;
    margin: 0 5px;
}

.contact-us-footer-wrapper {
    background: #00000026;
    padding: 20px 12px;
    border-radius: 5px;
}

.info-transparent-back {
    background: rgba(38, 169, 224, 0.15);
}

.light-hor-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #53627c;
    margin: 12px 0 45px 0;
    height: 1px;
}

.footer-menu-links-item {
    padding: 40px 10px;
}

.footer-menu-links-item * {
    color: #fff;
    transition: .2s;
}

.footer-menu-links-item a:hover {
    color: var(--wh-info);
}

.footer-access-logo {
    background: rgba(255, 255, 255, .1);
    display: flex;
    margin-bottom: .5rem;
    align-items: center;
    border-radius: 4px;
    height: max-content;
    vertical-align: middle;
    width: max-content;
    padding: 10px;
}

.footer-access-logo img {
    width: 80px;
    height: 80px;
}


.hosting-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #f1f2f4;
    padding: 20px 0;
}

.hosting-box img {
    width: 120px;
}

.hosting-box span {
    color: var(--wh-light);
    margin: 10px 0;
}

.no-upper-page {
    top: 0 !important;
}

.featrue-item {
    border: 1px solid #f1f2f4;
    padding: 15px 10px;
}

.featrue-item .head-featrue-icon {
    font-size: 32px;
    margin-left: 15px;
}

.featrue-item .hide-icon {
    font-size: 68px;
    margin-left: 15px;
    color: var(--wh-light);
    opacity: 0;
    transition: .3s;
    box-shadow: 0 0 15px transparent;
    background: transparent;
}

.featrue-item:hover .hide-icon {
    opacity: 0.3;
}

.featrue-item:hover {
    background-color: #fff;
    box-shadow: 0 0 15px #00000017;
}

.faq-header-img {
    width: 70px;
}

.faq-info-main-pic {
    width: 70%;
    margin: 0 auto;
}

.faq-section-info {
    border-radius: 5px;
    padding: 10px 5px !important;
    box-shadow: 0 0 5px #00000017;
    margin-bottom: 15px;
}

.faq-accordion-wrapper .accordion-collapse.show {
    box-shadow: none !important;
}

.faq-accordion-wrapper .accordion-item {
    border-bottom: 1px solid #E1E4E8;
}


.faq-accordion-wrapper .accordion-button::after {
    content: 'بازکردن';
    display: flex;
}

.transparent-header {
    background: linear-gradient(#f8f9fb, #fefeff);
    padding-bottom: 0px;
}

.nav-tabs {
    border: 1px solid transparent !important;
}

.nav-tabs .nav-link {
    color: var(--wh-light);
}

.nav-tabs .nav-link.active {
    border: 1px solid transparent !important;
    border-bottom: 2.5px solid var(--wh-blue-dark) !important;
    color: var(--wh-blue-dark);
}

.nav-tabs .nav-link:hover {
    border: 1px solid transparent !important;
}

.nav-tabs .nav-link.active:hover {
    border-bottom: 2.5px solid var(--wh-blue-dark) !important;
}


.plan-wrapper .accordion-collapse {
    box-shadow: none;

}

.plan-wrapper .accordion-item {
    border: 1px solid #E1E4E8;
    border-radius: 3px;
}

.plan-wrapper .accordion {
    margin-top: 10px;
}

.def-simple-btn {
    padding: 10px 25px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 
.tab-pane:not(.active){
    height: 0;
}

.tab-pane.active{
    height: 100%;
}
 */

.counseling-request {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
}

.counseling-request button {
    margin-bottom: 50px;
    margin-top: 20px;
}

.counseling-request .spinner-line {
    margin: 40px 0 10px 0;
}

.transparent-back-section {
    background: linear-gradient(to bottom, #fcfcfd, rgba(255, 255, 255, 0) 92%);
}

.transparent-back-section-solid {
    background: #fcfcfd;
}

.why-section * {
    text-align: justify;
}


.mag-item span {
    width: calc(100% - 15px);
}



.other-service-item * {
    color: var(--wh-blue-dark);
    margin-bottom: 15px;
}


.other-service-item span:hover,
.other-service-item i:hover {
    color: #0a58ca;
}


.other-service-item {
    display: flex;
    align-items: center;
}

.cloud-service-box {
    background: var(--wh-blue-dark);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
}


.cloud-service-box img {
    width: 250px;
}

.nav-link.active {
    background: transparent !important;
}


.info-solid-btn {
    background-color: var(--wh-info);
}

.free-cloud-items {
    background: #f8f9fb;
    padding: 30px;
    border: solid 1px #E1E4E8;
}

.header-transparent-dark {
    background: linear-gradient(45deg, #ffffff, #f8f9fb 45%) !important;
    padding-bottom: 10px;
}

.header-border {
    width: 0%;
    height: 4px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #727a87;
    z-index: 99999;
    transition: width 0.5s cubic-bezier(.4, 0, .2, 1);
}


.cart-icon-header {
    position: relative;
    color: #fff !important;
    font-size: 21px;
}

.domain-list-wrapper {
    box-shadow: 0 0 5px #0000001a;
    overflow: hidden;
    border-radius: 3px;
}

.domain-item {
    border-bottom: 1px solid #e3e8f6;
    padding: 25px 10px;
    align-items: center;
}

.quality-item-img {
    width: 200px;
}


.make-yourself-section .sidebar {
    position: fixed;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    right: 0;
    z-index: 10;
}

.check-box-btn button {
    border-radius: 8px;
    border: 1px solid #000000;

    background: #fff;
    padding: 10px 20px;
}

.check-box-btn button p {
    font-size: var(--small-text) !important;
}

.light-box-info {
    background-color: var(--wh-lighter);
    padding: 50px 10px;
    border: 1px solid #ededee;
}

.light-shadow {
    box-shadow: 0 0 15px #00000018;
    border-radius: 12px;
}

.step-item-box {
    background: var(--wh-lighter);
    padding: 20px 35px;

}

.range-icon {
    font-size: 32px;
    color: var(--wh-info);
}

.step-item-box.right {
    border-right: 4px solid var(--wh-blue-dark);
}

.number-step {
    color: var(--wh-info);
    font-size: 82px;
    text-align: center;
    margin: 10px 0;
}

.step-item-box.right::before {
    content: '';
    display: flex;
    width: 25px;
    height: 25px;
    background-color: var(--wh-blue-dark);
    position: absolute;
    top: calc(50% - 12.5px);
    right: 0;
    border-right: 2px solid var(--wh-blue-dark);
}


.step-item-box.left {
    border-left: 4px solid var(--wh-blue-dark);
}

.step-item-box.left::before {
    content: '';
    display: flex;
    width: 25px;
    height: 25px;
    background-color: var(--wh-blue-dark);
    position: absolute;
    top: calc(50% - 12.5px);
    left: 0;
    border-right: 2px solid var(--wh-blue-dark);
}


.cube-padding {
    padding: 12px 25px !important;
}

.form-input {
    border: 1px solid #dcdcdc !important;
    outline: none !important;
    border-radius: 3px;
    padding: 5px;
    margin: 14px 0;
}

.form-input::placeholder {
    font-size: 14px;
    font-width: 200;
}

.submit-form-btn {
    background: #fff;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    border: none !important;
    outline: none !important;
}

.submit-form-btn.disabled {
    background: #f6f6f6;
}

.cursor-pointer {
    cursor: pointer;
}

.form-check-input {
    box-shadow: none !important;
    margin-left: 8px;
}

.def-pad-btn {
    padding: 12px 20px !important;
    border-radius: 5px !important;
}

.modal-left {
    left: -25%;
    top: 30px;
}

.hor-line-span {
    width: 100%;
    height: 1px;
    display: inline-block;
    background: #ddd;
}

.title-bar span {
    white-space: nowrap;
}

.cart-img {
    width: 200px;
}

.cart-box {
    border-top: 5px solid var(--wh-blue-dark);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.gray-solid-btn {
    background: #f1f2f4 radial-gradient(circle, transparent 1%, #f1f2f4 1%) center/15000%;
    outline: none !important;
    border: none !important;
}

.un-complete-box-cart {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 8px;
}

.error-solid-btn {
    background: var(--wh-danger);
}

.setting-order-wrapper {
    margin-bottom: 25px;
}

.head-payment-handler {
    background-color: #f8f9fb;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.title-right .border-line {
    height: 16px;
    width: 4px;
    background: var(--wh-warning);
    border-radius: 4px;
}

.label-box {
    width: max-content;
    padding: 3px 15px;
    border-radius: 3px;
}

.gray-label {
    background: #fef0f0;
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d8e0f3;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #0db9f0;
    cursor: pointer;
    border: 4px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #0db9f0;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #0db9f0;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2c3e50;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.range-slider__range::-moz-range-thumb:hover {
    background: #0db9f0;
}

.range-slider__range:active::-moz-range-thumb {
    background: #0db9f0;
}

.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0db9f0;
}

.range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #2c3e50;
    padding: 5px 10px;
    margin-left: 8px;
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #2c3e50;
    border-bottom: 7px solid transparent;
    content: "";
}

::-moz-range-track {
    background: #d8e0f3;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

/*

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        overflow: hidden;
        -webkit-appearance: none;
        background-color: #d8e0f3;
        border-radius: 8px;
        height: 12px;
        width: 300px;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #ffffff;
        margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 12px;
        -webkit-appearance: none;
        height: 12px;
        cursor: ew-resize;
        background: #0db9f0;
        border: 2px solid #fff;
        box-shadow: 310px 0 0 300px #0db9f0;
        border-radius: 50%;
    }

}
!** FF*!
input[type="range"]::-moz-range-progress {
    background-color: #fcfcfc;
}
input[type="range"]::-moz-range-track {
    background-color: #fdfdfd;
}
!* IE*!
input[type="range"]::-ms-fill-lower {
    background-color: #43e5f7;
}
input[type="range"]::-ms-fill-upper {
    background-color: #9a905d;
}*/

.check-box-btn {
    display: inline-block;
    margin-left: .5rem;
    margin-bottom: .5rem;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid #E1E4E8;
    background-color: #f8f9fb;
    font-size: .75rem;
    text-align: center;
    color: var(--wh-blue-dark);
    cursor: pointer;
    position: relative;
}

.check-box-btn span {
    font-size: var(--lighter-text);
}

.check-box-btn.active {
    border: 1px solid #ababab;
}

.check-box-btn:hover {
    border: 1px solid #ababab;
}

.left-side-payment-detail {
    position: sticky;
    top: 0;
    height: max-content;
    max-height: 100%;
    overflow: auto;
}

.border-blue-dark-top {
    height: 5px;
    background: var(--wh-blue-dark);
    width: 100%;
}

.card {
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.dark-blue-color {
    color: var(--wh-blue-dark);
}

.cart-accordion .accordion-collapse {
    box-shadow: none !important;
}

.cart-accordion .accordion-item {
    background: #f8f9fa;
}

.cart-accordion {
    padding: 0 !important;
}

.cart-accordion .accordion-button {
    background: #f8f9fa;
}

.cart-accordion .accordion-button:not(.collapsed) .fa-solid::before {
    content: '\f077'
}

.cart-accordion .accordion-button .fa-solid::before {
    content: '\f078'
}

.card .card-footer {
    background: #fff;
}

.card .card-footer {
    border: none !important;
}

.search-use-domain-wrapper {
    background: #fff;
}

.domain-tabs-wrapper .nav-link {
    background: #fff;
    border-radius: 3px;
}

.domain-tabs-wrapper .nav-link.active {
    background: var(--wh-blue-dark) !important;
    border-radius: 3px;
    color: #fff;
}

.error-handler-label {
    width: 25px;
    background: var(--wh-danger);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.error-handler-label p {
    transform: rotate(90deg);
    color: #fff;
    white-space: nowrap;
    font-size: var(--lighter-text);
}

.domain-handler-label {
    width: 25px;
    background: var(--wh-info);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.domain-handler-label p {
    transform: rotate(90deg);
    color: #fff;
    white-space: nowrap;
    font-size: var(--lighter-text);
}

.domain-handler-content {
    width: calc(100% - 25px);
    border: 1px dashed #F05B55;
    background: rgba(240, 91, 85, .15);
}

.domain-handler-content-error {
    width: calc(100% - 25px);
    border: 1px dashed #F05B55;
    background: rgba(240, 91, 85, .15);
}

.domain-handler-content-success {
    width: calc(100% - 25px);
    border: 1px dashed #56c650;
    background: rgb(85 240 115 / 15%);
}

.dark-blue-bg {
    background: var(--wh-blue-dark);
}

.setting-order-content {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    width: calc(100% - 25px);
}

.finally-cart-wrapper {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 15px 0;
}


.navbar-accordion .accordion-button {
    background: #fff;

}

.navbar-accordion .accordion-header {
    border-bottom: 1px solid #f1f2f4;
}

.navbar-accordion .accordion-body {
    background: #fff;
}

.acc-menu-item span,
.acc-menu-item i,
.acc-menu-item-header span,
.acc-menu-item-header i {
    color: #000000;
}

.acc-menu-item-header {
    border-bottom: 1px solid #f1f2f4;
    padding: 10px 0;
    margin-bottom: 15px;
}

.acc-menu-items {
    margin-bottom: 20px;
}

.acc-btn-faq-wrapper i {
    color: var(--wh-info);
}

.acc-btn-faq-items-wrapper .accordion-button:not(.collapsed) .fa-plus::before {
    content: '\f068'
}

.acc-btn-faq-items-wrapper .accordion-button .fa-plus::before {
    content: '\2b'
}

.card {
    padding: 25px 30px;
}

.card li {
    list-style: none;
}

.card ul {
    padding: 0 !important;
}

.green-blue-card .price p {
    color: #25bcbd;
    font-size: 38px;
    padding: 0 8px;
    font-weight: 600;
}

.success-card .price p {
    color: #4db757;
    font-size: 38px;
    padding: 0 8px;
    font-weight: 600;
}

.warning-card .price p {
    color: #fcb813;
    font-size: 38px;
    padding: 0 8px;
    font-weight: 600;
}

.error-card .price p {
    color: #f05b55;
    font-size: 42px;
    font-weight: 600;
}

.card .price span {
    color: #000;
}

.card .price small {
    font-size: var(--lighter-text);
    color: #8a94a6;
}

.card i {
    font-size: 28px;
    margin-left: 8px;
    color: #d8e0f3;
}

.card .discount {
    border-radius: 4px;
    background-color: #def2e0;
    color: #4db757;
    padding: 3px 10px;
    font-size: var(--small-text);
}

.green-blue-card.active {
    border-top: 3px solid #25bcbd;
}

.success-card.active {
    border-top: 3px solid #4db757;
}

.warning-card.active {
    border-top: 3px solid #fcb813;
}

.error-card.active {
    border-top: 3px solid #f05b55;
}

.plan-wrapper {
    margin: 0 auto;
    position: relative;
}

.error-box {
    border-radius: 4px;
    background-color: #fef0f0;
    color: #f05b55;
    padding: 2px 10px;
    font-size: var(--lighter-text);
    width: max-content;
    position: absolute;
    left: 10px;
    top: 10px;
}

.dashboard-box {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    padding: 15px;
    border-radius: 4px;
}

.small-pad-btn {
    padding: 10px 20px !important;
    border-radius: 3px;
}

.faq-img-dashboard {
    width: 60px;
}

.money-card {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.money-card-right {
    background: #fff;
    padding: 10px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.money-card.warning .header-money-card-header * {
    color: var(--wh-warning);
}

.money-card.error .header-money-card-header * {
    color: var(--wh-danger);
}

.money-card.success .header-money-card-header * {
    color: var(--wh-success);
}

.money-card.info .header-money-card-header * {
    color: var(--wh-info);
}

.money-card .header-money-card-header i {
    font-size: 16px;
}

.money-card .header-money-card-header span {
    font-size: 18px;
    font-weight: 500;
}

.money-card .header-money-card-header {
    display: flex;
    align-items: center;
}

.money-card .header-money-card-header span {
    margin: 10px;
    display: flex;
}

.money-card.warning {
    border-top: 6px solid var(--wh-warning);
}

.money-card.info {
    border-top: 6px solid var(--wh-info);
}

.money-card.success {
    border-top: 6px solid var(--wh-success);
}

.money-card.error {
    border-top: 6px solid var(--wh-danger);
}

.money-card-right.warning {
    border-right: 6px solid var(--wh-warning);
}

.money-card-right.info {
    border-right: 6px solid var(--wh-info);
}

.money-card-right.success {
    border-right: 6px solid var(--wh-success);
}

.money-card-right.error {
    border-right: 6px solid var(--wh-danger);
}

.btn-success {
    background: var(--wh-success);
}

.smallest-pad-btn {
    padding: 8px 10px;
}

.profile-wrapper-success {
    background: #fff;
    box-shadow: 0 1px 4px #0a164629;
    border-radius: 4px;
    border-top: 3px solid var(--wh-success) !important;
}

.profile-wrapper-warning {
    background: #fff;
    box-shadow: 0 1px 4px #0a164629;
    border-radius: 4px;
    border-top: 3px solid var(--wh-warning) !important;
}

.profile-list-group {
    padding: 20px;

}

.profile-list-group li {
    width: 100%;
    padding: 15px 12px;
    transition: .1s;
}

.profile-wrapper.active li {
    background: #dee2e6;
}

.profile-wrapper li * {
    color: #53627c;
}

.profile-wrapper li:hover {
    background: #f8f9fb;
}

.success-bg {
    background: var(--wh-success);
}

.warning-bg {
    background: var(--wh-warning);
}

.pointer {
    cursor: pointer;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-img-success {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--wh-success);
}

.profile-img-warning {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--wh-warning);
}

.white-space-nowrap {
    white-space: nowrap;
}

.def-label-box {
    position: relative;
    top: -5px;
    padding: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 3px !important;
    border-radius: 3px;
}

.box-light-shadow {
    box-shadow: 0 0px 5px #0a164629;
    background: #fff;
}

.ticket-list-header .nav-link {
    border-radius: 0px;
    padding: 10px;
}

.ticket-list-header .nav-link.active {
    border-bottom: 3px solid var(--wh-blue-dark) !important;
}

.ticket-list-header .nav .nav-link.active {
    border-bottom: 3px solid var(--wh-blue-dark) !important;
    background-color: #0db7f000 !important;
}

.ticket-items {
    padding: 15px;
    border-bottom: 1px solid #ffffff00;
}

/*ticket-items-header*/
.ticket-items-content {
    background: #f8f9fb;
}

.ticket-list-wrapper .nav-pills {
    border-bottom: 1px solid transparent;
}

.ticket-list-header {
    border-bottom: 1px solid #f8f9fb;
    flex-wrap: wrap;
}

.ticket-date-content {
    width: max-content;
}

.wmc {
    width: max-content;
}

.ticket-items .text-end {
    text-align: left !important;
}

.outline-info-btn {
    color: var(--wh-info);
    background: transparent;
    border: 1px solid var(--wh-info) !important;
    outline: none !important;
    box-shadow: 0 2px 3px #0a1f441a;
    transition: .2s;
}

.outline-info-btn:hover {
    background: #fff;
}

.def-label-box.error {
    background: #fef0f0;
    color: var(--wh-danger);
}

.ticket-item-category .arrow-item {
    opacity: 0;
    transition: .2s;
    cursor: pointer;
}

.ticket-item-category img {
    filter: grayscale(1);
    transition: .2s;
}

.ticket-item-category:hover .arrow-item {
    opacity: 1;
}

.ticket-item-category:hover img {
    filter: grayscale(0);
}


.selector-box-item select:active {
    color: #26a9e0 !important;
}

.selector-box-item select {
    -webkit-appearance: button !important;
    border: unset !important;
    background-image: none !important;
    font-size: 1.25rem;
    font-weight: 700;
    color: #26a9e0;
    outline: none !important;
}

.def-input.light-border {
    border: 1px solid var(--wh-light) !important;
}

.def-input.success-border {
    border: 1px solid var(--wh-success) !important;
}

.def-input.danger-border {
    border: 1px solid var(--wh-danger) !important;
}

.def-textarea {
    min-height: 150px;
}

.uploader-box {
    background: #f8f9fb;
    border: 1px dashed #E1E4E8;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-blue-outline {
    background: #fff;
    border: 1px solid var(--wh-blue-dark) !important;
    outline: none !important;
    padding: 6px 30px !important;
}

.ticket-info-item {
    border-bottom: 1px solid #f1f2f4;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
}

.ticket-accordion {
    background: #fff;
    border: 1px solid #e1e4e8;
}

.ticket-accordion .accordion-button {
    background: #fff;
}

.ticket-accordion .accordion-collapse {
    background: #fff;
}

.ticket-message {
    border: 1px solid rgb(33, 51, 104);
}

.alert-info {
    background-color: #eff9fd;
    border: 1px solid #26A9E0;
    color: #26a9e0;
    border-radius: .25rem;
}

.alert-success {
    background-color: #eff9fd;
    border: 1px solid var(--wh-success);
    color: var(--wh-success);
    border-radius: .25rem;
}

.alert-danger {
    background-color: rgb(249, 243, 243);
    border: 1px solid var(--wh-danger);
    color: var(--wh-danger);
    border-radius: .25rem;
}

.hmc {
    height: max-content;
}

.search-input-wrapper-profile {
    background: #f8f9fb !important;
    padding: 5px 20px;
    width: max-content;
    border-radius: 3px;
    margin: 10px 0;
    max-height: 35px;
    position: relative;
    display: flex;
    align-items: center;
}

.search-input-wrapper-profile input {
    outline: none !important;
    border: none !important;
    background: transparent;
}

.search-input-wrapper-profile i {
    color: #b0b2bc;
}

.no-dns-item-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.header-box-shadow {
    border-bottom: 1px solid #ededee;
}

.inputs-upper-wrapper {
    position: relative;
    padding-top: 8px;
}

.inputs-upper-wrapper label {
    position: absolute;
    top: 15px;
    right: 20px;
    transition: 0.3s;
}

.inputs-upper-wrapper.active label {
    position: absolute;
    top: -12px;
    right: 20px;
}

.inputs-upper-wrapper input {
    border: 1px solid #ededee;
    border-radius: 4px;
    outline: none !important;
    padding: 6px 5px;
}

.inputs-upper-wrapper input:focus {
    border: 1px solid var(--wh-blue-dark);
}

.gray-box-shadow {
    box-shadow: 0 1px 4px #0a164629;
    background: #f8f9fb;
    width: 350px;
    padding: 20px;
    margin: 10px 0;
}

.gray-box-shadow .text-medium {
    color: var(--wh-blue-dark-text);
}

.gray-box-shadow .article-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gray-box-shadow .article-title a {
    color: var(--wh-blue-dark);
}

.gray-box-shadow .article-title a:hover {
    color: #0a58ca;
}

.gray-box-shadow .img-logo {
    width: 40px;
}

.gray-box-shadow.cube-box {
    width: 450px;
}

.gray-box-shadow.cube-box .article-title {
    white-space: unset;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-with-gradient {
    border-radius: .5rem !important;
    background: linear-gradient(135deg, #213368 0%, #26A9E0 100%);
    box-shadow: 0 1px 4px #0a164629;
    transition: .3s all ease-out;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 15px;
}

.gradient-box-section {
    background: linear-gradient(135deg, #213368 0%, #26A9E0 100%);
    min-height: 300px;
}

.search-box-transparent-wrapper {
    position: relative;
}

.search-box-transparent-wrapper i {
    position: absolute;
    left: 25px;
    color: #fff;
    top: 15px;
}

.search-box-transparent {
    border-radius: 16px;
    background-color: #00000059 !important;
    color: #fff;
    padding: .75rem 1rem;
    border: unset;
    min-height: 50px;
    width: 100%;
}

.search-box-transparent::placeholder {
    color: #fff;
}

.white-hor-line {
    width: 100%;
    background: #fff;
    height: 2px;
    margin: 10px 0;
}

.white-hor-line.small {
    height: 1px;
}

.rounded-right-2 {
    border-radius: 0 10px 10px 0;
}

.badge-label-make {
    border-radius: 20px 20px 0 0;
    position: absolute;
    background: var(--wh-warning);
    padding: 3px 15px;
    top: -30px;
}

.badge-label-make * {
    color: #fff;
}

img {
    max-width: 100%;
}


.table-of-plan {

    table {
        height: 370px !important;
        margin: 0 !important;
    }

    .info {
        box-shadow: none !important;
        background: transparent;
    }

    .info img {
        height: 170px;
    }

    .card {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 0 10px transparent;
        overflow: hidden;
        width: 250px;
        padding: 0px !important;
    }

    .card-header {
        color: #fff;
        text-align: center;
        background: transparent !important;
        border: none !important;
        padding: 10px !important;
        height: 170px;
    }

    .card-header * {
        color: #000;
    }

    .card-header h2 {
        font-size: var(--biger-text);
    }

    .card-header.red p {
        color: #ff6f6f;
    }

    .card-header.orange p {
        color: #ffa500;
    }

    .card-header.green p {
        color: #32cd32;
    }

    .card-header.teal p {
        color: #20b2aa;
    }

    .card-body {
        padding: 0 !important;
        text-align: center;
    }

    .card-body p {
        margin: 0;
        padding: 10px 0;
        font-weight: bold;
    }

    .card-body table {
        width: 100%;
        margin-top: 10px;
        border-collapse: collapse;
    }

    .card-body table tr {
        border-bottom: 1px solid #ddd;
    }

    .card-body table tr:last-child {
        border-bottom: 1px solid transparent;
    }

    .card-body table td {
        padding: 8px;
        text-align: center;
        border-bottom: transparent !important;
    }

    button {
        background-color: var(--wh-blue-dark);
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
    }

    button:hover {
        background-color: #002244;
    }

    .info {
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        width: 200px;
    }

    .info table {
        width: 100%;
        margin: 0;
        border-collapse: collapse;
        background: var(--wh-blue-dark);
        overflow: hidden;
        border-radius: 0 18px 18px 0;
    }

    table tr {
        border-bottom: 1px solid #ddd;
        height: 60px;
    }

    .info table td {
        padding: 12px;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    .card-plans-wrapper {
        border-radius: 18px 18px 0 18px;
    }

}


.how-reserve-wrapper {
    background: #f1f2f4;
    border-radius: 15px;
    padding: 0 !important;
}

.wrapper-blue-box {
    height: 100%;
    border-radius: 15px !important;
    background: var(--wh-blue-dark);
    padding: 50px;
}

.wrapper-blue-box img {
    width: 80px;
}


.simple-white-box {
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background: #f8f9fb;
}

.header-vps-table {
    border-radius: 8px;
    background: var(--wh-blue-dark);
    padding: 18px;
    margin: 8px 0;
}

.item-vps-table {
    border-radius: 8px;
    background: #fff;
    padding: 18px;
    margin: 8px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.vps-info-box img {
    width: 300px;
}

.vps-table-option>* {
    color: #53627c;
}

.vps-info-box {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    border-radius: 50%;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
}

.switch input:checked+.slider {
    background-color: #2196F3;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.list-item-cube-dark-blue {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: var(--wh-blue-dark);
    margin-left: 8px;
}

.badge i.small-size-text {
    font-size: var(--small-text) !important;
}


.wrapper-together-btn {
    position: relative;
    grid-gap: 2px;
}

.wrapper-together-btn button:last-child {
    border-radius: 6px 0 0 6px;
}

.wrapper-together-btn button:first-child {
    border-radius: 0 6px 6px 0;
}

.badge-ab-box {
    background: var(--wh-blue-dark);
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--small-text);
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 52.4%;
    top: 68%;
    transform: translate(-50%, -50%);
}

.wrapper-together-btn-beta .badge-ab-box {
    right: calc(50% - 25px) !important;
}

.list-item-none {
    list-style: none !important;
}

.vps-item-box {
    border-radius: 20px 4px 4px 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.vps-item-box .label-box-vps {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 6px 30px;
    border-radius: 20px 0 0 0;
}

.vps-item-box * {
    color: var(--wh-blue-dark-text);
}

.user-info-modal {
    width: 200px;
    position: absolute;
    left: 0;
    top: 36px;
    border-radius: 10px;
    background: #fff;
    transition: .5s;
    overflow: hidden;
    display: none;
    z-index: 100;
}

.user-login {
    height: 50px;
    display: flex;
    align-items: center;
}

.user-info-modal .content {
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.user-login:hover .user-info-modal {
    display: flex;
}

.menu-item-modal a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    color: var(--wh-blue-dark);
    margin-left: -35px;
    margin-right: -15px;
    transition: background-color 0.2s ease;
}

.menu-item-modal a:hover {
    background: #f3f3f393;
}

.menu-item-modal a.active {
    background-color: #f3f3f3;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    margin-left: -35px;
    margin-right: -15px;
}

.menu-item-modal a.active:hover {
    background-color: #f3f3f3;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    margin-left: -35px;
    margin-right: -15px;
}

.modal-header {
    padding-top: 0px !important;
}

.domain-card {
    background: #fff;
    padding: 20px 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    /* height: 180px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.domain-card.gray .very-big-size {
    color: var(--wh-light) !important;
}

.domain-card.error .very-big-size {
    color: var(--wh-danger) !important;
}

.domain-card.success .very-big-size {
    color: var(--wh-success) !important;
}

.domain-card.black-dark .very-big-size {
    color: var(--wh-black) !important;
}


.domain-card.gray {
    border-top: 6px solid var(--wh-light);
}

.domain-card.error {
    border-top: 6px solid var(--wh-danger);
}

.domain-card.warning {
    border-top: 6px solid var(--wh-warning);
}

.domain-card.success {
    border-top: 6px solid var(--wh-success);
}

.domain-card.black-dark {
    border-top: 6px solid var(--wh-black);
}

.domain-card.info {
    border-top: 6px solid var(--wh-info);
}

.domain-box-wrapper {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: max-content;
    border-radius: 4px;
}

.domain-items-wrapper {
    max-height: 250px;
    overflow: auto;
    padding: 10px;
}

.border-bottom-light {
    border-bottom: 1px solid #efefef;
}

.border-bottom-light:last-child {
    border-bottom: 1px solid transparent;
}

.swiper-pagination {
    justify-content: center;
}

.small-input {
    height: 40px !important;
}

.small-input input {
    padding: 0 !important;
    margin: 0 !important;
}

.nameserver-item {
    /* border: 1px solid var(--wh-lighter); */
    padding: 10px;
    height: 60px;
}

.nameserver-item,
.gray-border-box,
.simple-input-with-label-wrapper input,
.tab-pane {
    border: 0px solid #ebebeb !important;
    box-sizing: border-box;
}

.nameserver-item,
.gray-border-box,
.simple-input-with-label-wrapper input,
.tab-pane-1 {
    border: 0.5px solid #ebebeb !important;
    box-sizing: border-box;
}

.gray-border-box {
    border: 1px solid var(--wh-light);
    padding: 15px;
}

.info-cube {
    width: 13px;
    height: 13px;
    background: var(--wh-info);
    margin: 0 3px;
}

.simple-input-with-label-wrapper input {
    border: 1px solid var(--wh-light);
    outline: none !important;
    border-radius: 4px;
}

.search-input-wrapper-profile input {
    padding: 3px !important;
    margin: 0 !important;
    color: #8a94a6 !important;
    font-size: .875rem !important;
}

.def-select-box {
    border: 1px solid var(--wh-light);
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #fff;
    appearance: none;
    /* حذف ظاهر پیش‌فرض مرورگر */
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 16px 16px;
}


.domain-wrapper-limited-height {
    max-height: 300px;
    overflow: auto;
    padding: 5px;
}

.top-dark-blue-border {
    border-top: 6px solid var(--wh-blue-dark);
}

.border-top-success {
    border-top: 6px solid var(--wh-success);
}

.border-top-info {
    border-top: 6px solid var(--wh-info);
}

.accept-factor-img {
    width: 120px;
    height: 120px;
    margin: 0 15px;
    margin-right: 40px;
}

.alert-warning {
    background: #fdfbf1;
    border: 1px solid #F1B013FF;
    color: #F1B013FF;
}

.shadow-lg {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) !important;
}

.border-left-light {
    border-left: 2px solid var(--wh-lighter);
}

.wrapper-blue-table-box .nav-link.active {
    background: var(--wh-blue-dark) !important;
    color: #fff !important;
}

.price-box {
    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px;
    position: relative;
    border: solid 1px #E1E4E8;
    border-radius: 4px;
    cursor: pointer;
}

.price-box:hover {
    border: solid 1px rgb(33, 51, 104) !important;
    background-color: #f8f9fb !important;
    box-shadow: none !important;
    border-radius: 4px !important;
}

#displayBoxes {
    background: var(--wh-blue-dark);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

#displayBoxes.active {
    padding: 20px;
}

#displayBoxes .display-box {
    color: #fff;
    display: flex;
}

#displayBoxes .display-box::after {
    content: '-';
    display: flex;
    align-items: center;
    margin: 0 8px;
}

#displayBoxes .display-box:last-child::after {
    content: '';
    display: flex;
    align-items: center;
    margin: 0;
}

.small-input {
    height: 45px;
}

.rate-box-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 8px;
    padding: 10px;
}

.rate-box {
    background: rgba(33, 51, 104, 0.15);
    width: 75px;
    height: 65px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.rate-box * {
    color: #fff;
    margin: 3px 0;
}

.rate-box.active {
    background: var(--wh-info);
}

.text-area {
    outline: none !important;
    padding: 10px;
    width: 100%;
    min-height: 200px;
}


.rounded-box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 17px;
}

.rounded-box.success-right-border {
    border-right: 3px solid var(--wh-success);
}

.rounded-box.danger-right-border {
    border-right: 3px solid var(--wh-danger);
}

.rounded-box.warning-right-border {
    border-right: 3px solid var(--wh-warning);
}

.rounded-box.info-right-border {
    border-right: 3px solid var(--wh-info);
}

.btn-outline-success {
    border: 1px solid var(--wh-success) !important;
    background: #fff;
    transition: .2s;
    color: var(--wh-success);
}

.btn-outline-success:hover {
    background: var(--wh-success);
    color: #fff;
}

.otp-container {
    display: flex;
    gap: 10px;
}

.otp-input {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none !important;
}

.otp-input:focus {
    border: 1px solid var(--wh-info);
}

.timer {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

.site_menu_font_size {
    font-size: 13px;
}

.blog-header {
    background-image: url(../images/public/blog_header.png);
    object-fit: contain;
    background-size: cover;
    background-position: right center;
    margin-bottom: 30px;
}

.blog-header-pad {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.detail.text-dark img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 10px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    transition: transform 0.3s ease;
}

.image-box {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    padding: 12px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 12px;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    object-fit: cover;
}

.comments-button {
    padding-right: 40px !important;
    padding-left: 40px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-left: 0 !important;
}

.pagination {
    padding: 0;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    padding: .25rem 5px;
    /* margin: 0 4px; */
    font-size: .875rem;
    height: 24px;
    width: 24px;
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8e8e8e;
}

.active-page-item {
    background-color: #f1f2f4 !important;
    color: #213368 !important;
    font-weight: 700;
    border-radius: 5px;
}

.page-item {
    background: #0a1f44;
    border-radius: .25rem !important;
}

.icon-ctrl-right-4 {
    content: "\ea7e";
}

.icon-ctrl-left-4 {
    content: "\ea7f";
}

blockquote {
    position: relative;
    border-right: 4px solid #ccc;
    padding: 40px 40px 60px 40px;
    /* بالا، راست، پایین، چپ */
    margin: 30px 0;
    background-color: #f9f9f9;
    font-style: italic;
    color: #444;
    border-radius: 6px;
    direction: rtl;
    text-align: justify;
}

/* نقل‌قول آغازین بالا-راست */
blockquote::before {
    content: "“";
    font-size: 80px;
    color: #ccc;
    position: absolute;
    top: -5px;
    right: 15px;
    line-height: 1;
    font-family: "Times New Roman", "Georgia", serif;
}

/* نقل‌قول پایانی پایین-چپ */
blockquote::after {
    content: "”";
    font-size: 80px;
    color: #ccc;
    position: absolute;
    bottom: -40px;
    left: 15px;
    line-height: 1;
    font-family: "Times New Roman", "Georgia", serif;
}

.ql-code-block-container {
    background-color: #2d2d2d;
    border-radius: 6px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
    direction: ltr;
    font-family: 'Courier New', Courier, monospace;
}

.code-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1e1e1e;
    color: #0fd;
    font-weight: bold;
    font-size: 13px;
    padding: 8px 12px;
    border-bottom: 1px solid #444;
}

.copy-code-btn {
    background: #0fd;
    color: #1e1e1e;
    border: none;
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-code-btn:hover {
    background: #0bf;
    color: #fff;
}

.ql-code-block {
    padding: 12px;
    font-size: 14px;
    color: #eee;
    white-space: pre-wrap;
    word-break: break-word;
    text-align: left;
    line-height: 0.5;
}

.user-login:hover {
    background: rgba(138, 147, 168, 0.284);
    border-radius: 5px;
    outline: none !important;
    border: none !important;
    height: 35px;
}

.list-group-item-text-color {
    color: #414547 !important;
}

.list-group-item-icon-color {
    color: #8b98a2c0 !important;
    font-size: 19px;
    top: 10rem !important;
}

.section-title {
    position: relative;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;

}

.section-title .title {
    display: inline-flex !important;
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    top: 7px;
}

.section-title .title::before {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 16px;
    background: #fcb813;
    border-radius: 3px;
}

.section-title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    right: 0;
    left: 0;
    top: 28px;
    background: #ccc;
}

@media (min-width: 1200px) {
    .cart-summary-fixed {
        position: fixed;
        top: 210px;
        left: 80px;
        width: 430px;
        max-width: 28vw;
        /* یعنی بیشتر از 28% عرض صفحه نشه */
        z-index: 99;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cart-summary-fixed {
        position: fixed;
        top: 180px;
        left: 32px;
        width: 340px;
        max-width: 45vw;
        z-index: 99;
    }
}

@media (max-width: 991px) {
    .cart-summary-fixed {
        position: static !important;
        width: 100% !important;
        left: auto !important;
        top: auto !important;
        max-width: 100% !important;
    }
}

.hide-important {
    display: none !important;
}

.gateway-btn.selected {
    border: 1.5px solid var(--wh-success) !important;
    position: relative;
}

.gateway-btn .selected-check {
    left: 0rem !important;
    top: 0rem !important;
}

.text-primary {
    color: rgb(33, 51, 104) !important;
}

.border-dashed {
    border-style: dashed;
}

.inline-middle {
    display: inline-block;
    vertical-align: middle;
}

select.custom-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" fill="none" stroke="%23343a40" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M2 5l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: left 0.75rem center;
    background-size: 12px 10px;
}

.btn-upload-primary {
    border-radius: 4px;
    background-color: #fff;
    color: #213368;
    border: 1px solid #f1f2f4;
    outline: none;
    box-shadow: none;
}

.btn-upload-primary:hover {
    border-radius: 4px;
    background-color: #fff;
    color: #213368;
    border: 1px solid #f1f2f4;
    outline: none;
    box-shadow: none;
}

.def-label-box-ticket {
    display: inline-block;
    min-width: 22px;
    text-align: center;
    margin-right: 6px;
    vertical-align: middle;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.45s cubic-bezier(.6, -0.28, .74, .05);
}

.def-label-box-ticket.show-badge {
    opacity: 1;
    transform: translateX(0);
    font-size: 12px;
}

.def-label-box-ticket.error {
    background: #fef0f0;
    color: var(--wh-danger);
}

.user_comment {
    padding: 5px 16px !important;
    background-color: #dc3545 !important;
    border-bottom: none !important;
}

.operator_comment {
    padding: 5px 16px !important;
    background: var(--wh-blue-dark) !important;
    border-bottom: none !important;
}

.user_comment_border {
    border-left: 1px dashed #dc3545 !important;
    border-right: 1px dashed #dc3545 !important;
    border-bottom: 1px dashed #dc3545 !important;
    border-top: none !important;
}

.operator_comment_border {
    border-left: 1px dashed var(--wh-blue-dark) !important;
    border-right: 1px dashed var(--wh-blue-dark) !important;
    border-bottom: 1px dashed var(--wh-blue-dark) !important;
    border-top: none !important;
}

.file-attachment-link {
    transition: box-shadow 0.2s, background 0.2s;
    border: 1px solid #e3e3e3;
    background: #f5f8fb;
}

.file-attachment-link:hover {
    box-shadow: 0 2px 12px rgba(40, 80, 180, 0.07);
    background: #eef6ff;
    text-decoration: none;
}

.text-orange {
    color: #fd7e14 !important;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 8px;
}

.form-check-input {
    background-color: initial;
    margin-left: 5px !important;
    margin-right: 0 !important;
    float: none !important;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}

.form-check-label {
    flex: 1;
}

ul.ic-list-ltr {
        padding-left:0 !important;
}

ul.ic-list-ltr li {
    position: relative;
    padding-left: 1rem !important;
    list-style: none;
    font-size: 1rem;
}

ul.ic-list-ltr li:before {
    content: "\25a0";
    color: #26a9e0;
    margin-right: 16px;
    position: absolute;
    left: 0;
    font-size: 1.5rem;
}