* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.hostopya-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    text-align: left;
    direction: ltr;
}


.hostopya-flex {
    display: flex;
}

.hostopya-items-center {
    align-items: center;
}

.hostopya-justify-between {
    justify-content: space-between;
}

.hostopya-justify-center {
    justify-content: center;
}

.hostopya-flex-1 {
    flex: 1;
}

.hostopya-flex-shrink-0 {
    flex-shrink: 0;
}

.hostopya-flex-col {
    flex-direction: column;
}

.hostopya-flex-wrap {
    flex-wrap: wrap;
}


.hostopya-block {
    display: block;
}

.hostopya-hidden {
    display: none !important;
}

.hostopya-inline-block {
    display: inline-block;
}


.hostopya-grid {
    display: grid;
}

.hostopya-grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
}


.hostopya-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.hostopya-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.hostopya-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.hostopya-py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.hostopya-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.hostopya-p-3 {
    padding: 0.75rem;
}

.hostopya-p-4 {
    padding: 1rem;
}

.--mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
}

.--my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
}

.hostopya-mt-1 {
    margin-top: 0.25rem;
}

.hostopya-mt-2 {
    margin-top: 0.5rem;
}

.hostopya-mb-2 {
    margin-bottom: 0.5rem;
}

.hostopya-ms-2\.5 {
    margin-left: 0.625rem;
}

.hostopya-mr-2 {
    margin-right: 0.5rem;
}

.hostopya-gap-2 {
    gap: 0.5rem;
}

.hostopya-gap-3 {
    gap: 0.75rem;
}

.hostopya-gap-4 {
    gap: 1rem;
}

.hostopya-gap-6 {
    gap: 1.5rem;
}

.hostopya-space-y-2>*+* {
    margin-top: 0.5rem;
}

.hostopya-space-y-3>*+* {
    margin-top: 0.75rem;
}

.hostopya-space-y-4>*+* {
    margin-top: 1rem;
}


.hostopya-bg-slate-800 {
    background-color: #1e293b;
}

.hostopya-bg-white {
    background-color: #ffffff;
}

.hostopya-bg-gray-50 {
    background-color: #f9fafb;
}

.hostopya-bg-gray-100 {
    background-color: #f3f4f6;
}


.hostopya-text-white {
    color: #ffffff;
}

.hostopya-text-gray-900 {
    color: #111827;
}

.hostopya-text-gray-500 {
    color: #6b7280;
}


.hostopya-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

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

.hostopya-font-semibold {
    font-weight: 600;
}

.hostopya-font-medium {
    font-weight: 500;
}


.hostopya-h-8 {
    height: 2rem;
}

.hostopya-h-12 {
    height: 3rem;
}

.hostopya-h-16 {
    height: 4rem;
}

.hostopya-w-2\.5 {
    width: 0.625rem;
}

.hostopya-h-2\.5 {
    height: 0.625rem;
}

.hostopya-w-16 {
    width: 4rem;
}

.hostopya-w-full {
    width: 100%;
}


.hostopya-border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}

.hostopya-border-gray-200 {
    border-color: #e5e7eb;
}

.hostopya-rounded {
    border-radius: 0.25rem;
}

.hostopya-rounded-lg {
    border-radius: 0.5rem;
}

.hostopya-divide-x>*+* {
    border-left-width: 1px;
}

.hostopya-divide-slate-700>*+* {
    border-left-color: #334155;
}


.hostopya-shadow-sm {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}


.hostopya-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.hostopya-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}


.hostopya-relative {
    position: relative;
}

.hostopya-first\:pl-0:first-child {
    padding-left: 0;
}

.hostopya-last\:pr-0:last-child {
    padding-right: 0;
}


.hostopya-header {
    position: fixed;
    z-index: 999997;
}

.hostopya-header .hostopya-bg-slate-800 {
    background-color: #1e293b;
}


.hostopya-hover\:bg-gray-100:hover {
    background-color: #f3f4f6;
}

.hostopya-hover\:bg-transparent:hover {
    background-color: transparent;
}

.hostopya-hover\:text-blue-700:hover {
    color: #1d4ed8;
}


.hostopya-top-bar {
    background-color: #1f2937;
    color: white;
    padding: 10px 0;
}

.hostopya-top-bar .hostopya-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hostopya-contact a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.hostopya-contact i {
    margin-right: 5px;
}

.hostopya-top-menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.hostopya-top-menu a {
    color: white;
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hostopya-currency {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.hostopya-currency span {
    background-color: #374151;
    padding: 2px 5px;
    border-radius: 3px;
}


.hostopya-main-header {
    background-color: white;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hostopya-main-header .hostopya-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hostopya-logo img {
    height: 40px;
}

.hostopya-main-nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

.hostopya-main-nav a {
    color: #374151;
    text-decoration: none;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hostopya-main-nav a i {
    font-size: 12px;
}


.hostopya-top-menu a:hover,
.hostopya-main-nav a:hover {
    color: #3b82f6;
}


.hostopya-btn-outline {
    border: 1px solid rgba(226, 232, 240, 0.3);
    border-radius: 4px;
    padding: 4px 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.hostopya-btn-outline:hover {
    background: rgba(226, 232, 240, 0.1);
}


.hostopya-mobile-menu {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
}

.hostopya-mobile-menu-btn {
    width: 30px;
    height: 24px;
    position: sticky;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    top: 0;
    z-index: 1000000;
}

.hostopya-mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1e293b;
    transition: all 0.3s ease;
}

.hostopya-mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.hostopya-mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.hostopya-mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

.hostopya-mobile-menu-content {
    background: rgba(0,0,0,0.92) !important;
    text-align: left;
    direction: ltr;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 999999;
    overflow: hidden;
    backdrop-filter: blur(15px);
    border-radius: 0 0 0 100%;
    transform-origin: top right;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

.hostopya-mobile-menu-content.hostopya-show {
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
}

.hostopya-btn-outline-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border: 1px solid rgba(226, 232, 240, 0.2);
    border-radius: 0.375rem;
    color: #e2e8f0;
    font-size: 0.875rem;
    transition: all 0.2s;
    text-decoration: none;
    background-color: transparent !important;
}

.hostopya-btn-outline-mobile:hover {
    background-color: rgba(226, 232, 240, 0.1);
}

    .hostopya-mobile-nav {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: block;
        visibility: visible;
    }

.hostopya-mobile-nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: block;
    visibility: visible;
}

.hostopya-mobile-nav-trigger {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    color: #ffffff;
    font-size: 1rem;
    text-align: left;
    transition: color 0.2s;
    background: none;
    border: none;
    cursor: pointer;
    visibility: visible;
}

.hostopya-mobile-nav-trigger:hover {
    color: #ffffff;
}

.hostopya-mobile-nav-trigger i {
    transition: transform 0.2s;
}

.hostopya-mobile-nav-trigger.active i {
    transform: rotate(180deg);
}

.hostopya-mobile-nav-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.hostopya-mobile-nav-content.show {
    max-height: 1000px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.hostopya-mobile-nav-content a {
    display: block;
    padding: 0.75rem 1rem;
    color: #e2e8f0;
    text-decoration: none;
    font-size: 0.875rem;
    transition: all 0.2s;
}

.hostopya-mobile-nav-content a:hover {
    color: #ffffff;
    background-color: rgba(226, 232, 240, 0.05);
}

.hostopya-mobile-nav-link {
    display: block !important;
    padding: 1rem 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    visibility: visible;
}

.hostopya-mobile-nav-link:hover {
    color: #ffffff;
}

.hostopya-mobile-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.22s ease-out 0.08s;
}

.hostopya-mobile-menu-content.hostopya-show .hostopya-mobile-layout {
    opacity: 1;
    transform: translateY(0);
}

.hostopya-mobile-logo-section {
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hostopya-mobile-menu-section {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 120px - 80px - 60px);
}

.hostopya-mobile-buttons-section {
    flex-shrink: 0;
    background: rgba(0, 0, 0, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}



.hostopya-contact-info {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
    text-align: center;
}

.hostopya-contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
    font-size: 0.75rem;
    padding: 0.2rem 0;
}

.hostopya-contact-item i {
    color: #d63384;
    width: 0.875rem;
    text-align: center;
    margin-right: 0.375rem;
    font-size: 0.7rem;
}

.hostopya-contact-item span {
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.025em;
}


.hostopya-mobile-fixed-buttons {
    padding: 0.75rem;
    display: flex;
    gap: 0.5rem;
}

.hostopya-mobile-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.75rem;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.hostopya-mobile-btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
}

.hostopya-mobile-btn-primary:hover {
    background: linear-gradient(135deg, #5a6fd8 0%, #6a4190 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.hostopya-mobile-btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.hostopya-mobile-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-1px);
}

.hostopya-icons-chevron-down:before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


@media (max-width: 1024px) {
    body {
        padding-top: 80px;
    }

    body.hostopya-menu-open {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }

    .hostopya-container {
        max-width: none;
        padding: 0 1rem;
    }

    .hostopya-lg\:hidden {
        display: none;
    }

    .hostopya-grid-cols-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .hostopya-mobile-menu-content .hostopya-grid {
        background-color: transparent !important;
    }

    .hostopya-mobile-menu {
        display: block !important;
    }

    .hostopya-mobile-nav {
        display: block !important;
    }

    .hostopya-mobile-menu-content .hostopya-container {
        background-color: transparent !important;
    }

    .hostopya-mobile-menu-content .hostopya-py-4 {
        background-color: transparent !important;
    }

    .hostopya-mobile-menu-content * {
        background-color: transparent !important;
    }

    .hostopya-mobile-menu-content .hostopya-space-y-4 {
        background-color: transparent !important;
    }

    .hostopya-mobile-menu-content img {
        filter: brightness(0) invert(1) !important;
    }

    .hostopya-mobile-nav-content a {
        display: flex;
        align-items: center;
        gap: 14px;
        background: linear-gradient(270deg, #232526, #1a2980, #283e51, #0f2027, #434343, #232526, #1a2980);
        background-size: 1400% 1400%;
        animation: gradientMove 20s ease-in-out infinite;
        border-radius: 12px;
        font-size: 1.08rem;
        font-weight: 600;
        color: #fff;
        margin-bottom: 8px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.07);
        border: 1px solid rgba(255,255,255,0.07);
        transition: background 0.2s, box-shadow 0.2s;
        padding: 0.75rem 1.1rem;
    }
    .hostopya-mobile-nav-content a:hover {
        background: linear-gradient(270deg, #434343, #232526, #1a2980, #283e51, #0f2027, #434343, #232526);
        background-size: 1400% 1400%;
        animation: gradientMove 20s ease-in-out infinite;
        box-shadow: 0 4px 16px 0 rgba(0,0,0,0.13);
        color: #fff;
    }
    .hostopya-mobile-nav-content a img {
        margin-right: 0;
        flex-shrink: 0;
    }
    @keyframes gradientMove {
        0% {background-position:0% 50%}
        50% {background-position:100% 50%}
        100% {background-position:0% 50%}
    }
}

@media (max-width: 768px) {
    .hostopya-md\:block {
        display: none;
    }
}

@media (min-width: 768px) {
    .hostopya-md\:block {
        display: block;
    }
}

@media (min-width: 1024px) {
    .hostopya-mobile-menu {
        display: none !important;
    }

    .hostopya-mobile-menu-content {
        display: none !important;
    }

    .hostopya-lg\:hidden {
        display: none !important;
    }

    .hostopya-lg\:block {
        display: block !important;
    }

    .hostopya-lg\:inline-block {
        display: inline-block;
    }

    .hostopya-main-content {
        margin-top: 130px;
    }

    .hostopya-header {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999999;
        background-color: white;
        border-bottom: 1px solid #e5e7eb;
    }

    nav.hostopya-relative.hostopya-hidden.hostopya-lg\:block {
        display: block !important;
        position: relative !important;
    }

    body {
        padding-top: 0 !important;
    }

    nav {
        display: block !important;
        visibility: visible !important;
    }

    .hostopya-navbar-collapse {
        display: flex !important;
        visibility: visible !important;
    }

    .hostopya-bg-slate-800 {
        display: block !important;
        visibility: visible !important;
    }

    .hostopya-lg\:flex-row {
        flex-direction: row;
    }

    .hostopya-lg\:grid-cols-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .hostopya-lg\:gap-0 {
        gap: 0;
    }

    .hostopya-lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .hostopya-lg\:py-7 {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .hostopya-lg\:text-gray-900 {
        color: #111827;
    }

    .hostopya-lg\:hover\:bg-gray-100:hover {
        background-color: #f3f4f6;
    }

    .hostopya-lg\:hover\:bg-transparent:hover {
        background-color: transparent;
    }

    .hostopya-lg\:hover\:text-blue-700:hover {
        color: #1d4ed8;
    }

    .hostopya-lg\:w-auto {
        width: auto;
    }

    .hostopya-lg\:order-1 {
        order: 1;
    }

    .hostopya-lg\:p-0 {
        padding: 0;
    }

    .hostopya-lg\:space-x-4>*+* {
        margin-left: 1rem;
    }

    .hostopya-lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .hostopya-xl\:space-x-8>*+* {
        margin-left: 2rem;
    }
}

@media (max-width: 1023px) {
    .hostopya-mobile-menu {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 999999 !important;
    }

    nav.hostopya-lg\:block {
        display: none !important;
    }

    .hostopya-bg-slate-800 {
        display: none !important;
    }
}

.hostopya-mega-menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999996;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    text-align: left;
    direction: ltr;
    border-top: 1px solid #e5e7eb;
}

.hostopya-mega-menu:hover .hostopya-mega-menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hostopya-mega-menu-content h3 {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.hostopya-mega-menu-content a {
    color: #374151;
    text-decoration: none;
    transition: color 0.2s;
    display: block;
}

.hostopya-mega-menu-content .hostopya-bg-gray-50 {
    background-color: #f9fafb;
    border-radius: 0.5rem;
}

.hostopya-mega-menu-content .hostopya-bg-gray-50:hover {
    background-color: #f3f4f6;
}

.hostopya-mega-menu-content .hostopya-font-medium {
    font-weight: 500;
}

.hostopya-mega-menu-content .hostopya-text-gray-500 {
    color: #6b7280;
}

.hostopya-mega-menu-content .hostopya-grid {
    display: grid;
    margin-left: -2rem;
    margin-right: -2rem;
}

.hostopya-mega-menu-content .hostopya-divide-x>* {
    padding-left: 2rem;
    padding-right: 2rem;
}

.hostopya-mega-menu-content .hostopya-divide-x>*:first-child {
    padding-left: 0;
}

.hostopya-mega-menu-content .hostopya-divide-x>*:last-child {
    padding-right: 0;
}

.hostopya-mega-menu-content .hostopya-space-y-2>*+* {
    margin-top: 0.5rem;
}

.hostopya-mega-menu-content .hostopya-space-y-4>*+* {
    margin-top: 1rem;
}

.hostopya-mega-menu-content .hostopya-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 1024px) {
    .hostopya-mega-menu-content .hostopya-container {
        padding: 0 1rem;
    }
    .indexsectionhostopya {
       margin-top: 150px;
    }
}

.hostopya-navbar-collapse a {
    display: flex;
    align-items: center;
    color: #374151;
    text-decoration: none;
}

.hostopya-navbar-collapse a:hover {
    color: #1d4ed8;
}

.hostopya-mega-menu-content .hostopya-bg-gray-50 {
    background-color: #f9fafb;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s;
}

.hostopya-mega-menu-content .hostopya-bg-gray-50:hover {
    background-color: #f3f4f6;
}

.hostopya-mega-menu-content .hostopya-text-gray-500 {
    color: #6b7280;
    font-size: 0.875rem;
}

.hostopya-mega-menu-content .hostopya-text-gray-900 {
    color: #111827;
}

.hostopya-mega-menu-content .hostopya-icons-globe,
.hostopya-mega-menu-content .hostopya-icons-monitor,
.hostopya-mega-menu-content .hostopya-icons-server {
    font-size: 1.875rem;
    color: #3b82f6;
}

.hostopya-divide-slate-700>*+* {
    border-left: 1px solid #334155;
}


.hostopya-toggle-switchy {
    position: relative;
    display: inline-block;
}

.hostopya-toggle-switchy input {
    opacity: 0;
    width: 0;
    height: 0;
}

.hostopya-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 24px;
    background-color: #374151;
    border-radius: 12px;
    transition: .4s;
    cursor: pointer;
}

.hostopya-toggle:before {
    content: attr(data-unchecked);
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 10px;
    font-weight: 500;
}

.hostopya-toggle:after {
    content: attr(data-checked);
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 10px;
    font-weight: 500;
    opacity: 0;
}

.hostopya-switch {
    position: absolute;
    cursor: pointer;
    top: 2px;
    left: 2px;
    right: auto;
    bottom: 2px;
    background-color: #ffffff;
    transition: .4s;
    border-radius: 10px;
    width: 20px;
}

input:checked+.hostopya-toggle {
    background-color: #3b82f6;
}

input:checked+.hostopya-toggle:before {
    opacity: 0;
}

input:checked+.hostopya-toggle:after {
    opacity: 1;
}

input:checked+.hostopya-toggle .hostopya-switch {
    transform: translateX(36px);
}


svg {
    fill: currentColor;
}


ul {
    list-style: none;
}

li {
    list-style: none;
}


a {
    text-decoration: none;
    color: inherit;
}


.hostopya-rtl\:space-x-reverse {
    direction: ltr;
}


.dark .hostopya-text-white {
    color: #ffffff;
}


.hostopya-divide-x.hostopya-divide-slate-700.hostopya-flex-1>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-left: 1px solid #334155;
}

.hostopya-divide-x.hostopya-divide-slate-700.hostopya-flex-1>*:first-child {
    padding-left: 0;
    border-left: none;
}

.hostopya-divide-x.hostopya-divide-slate-700.hostopya-flex-1>*:last-child {
    padding-right: 0;
}

.hostopya-divide-x.hostopya-divide-slate-700>* {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    border-left: 1px solid #334155;
}

.hostopya-divide-x.hostopya-divide-slate-700>*:first-child {
    padding-left: 0;
    border-left: none;
}


.hostopya-ms-auto {
    margin-left: auto;
}

.hostopya-me-2 {
    margin-right: 0.5rem;
}


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

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


.hostopya-mega-menu-content .hostopya-text-sm.hostopya-text-gray-500.hostopya-mt-1 {
    font-size: 0.85rem;
    font-weight: 400;
    color: #9ca3af;
    margin-top: 0.25rem;
}


.hostopya-mega-menu-content .hostopya-desc {
    font-size: 0.85rem;
    font-weight: 400;
    color: #9ca3af;
    margin-top: 0.25rem;
}

nav.hostopya-lg\:block {
    border-bottom: 1px solid #e5e7eb;
}