[x-cloak] {
    display: none !important;
}

.active-link {
    color: rgba(131,88,255,var(--tw-text-opacity)) !important;
}

.active-category {
    background-color: rgba(131,88,255,var(--tw-bg-opacity)) !important;
}

.text-capitalize {
    text-transform: capitalize;
}

.hover\:underline:hover {
    text-decoration: underline;
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.active\:opacity-50:active {
    opacity: 0.5;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.livewire-service,
.deposits-form {
    background-color: rgba(19,23,64,.5);
}

.livewire-service select,
.livewire-service textarea,
.livewire-service input {
    color: #000;
}

.livewire-service select:disabled,
.livewire-service textarea:disabled,
.livewire-service input:disabled {
    opacity: 0.5;
    pointer-events: none;
}

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

.down-hero {
    margin-top: 170px;
}

@media (max-width: 1024px) {
    .down-hero {
        margin-top: 0;
    }
}

.language-selector {
    position: relative;
    min-width: 180px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    padding-inline: 0;
    display: flex;
    justify-content: center;
}

.selected-language {
    display: flex;
    align-items: center;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
}

.selected-language img {
    width: 20px;
    height: 15px;
    margin-right: 6px;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 4px;
    z-index: 1000;
    display: none;
    border-radius: 20px;
    overflow: hidden;
}

.language-option {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
    height: 40px;
    background-color: #fff;
    text-transform: capitalize;
    color: #000;
}

.language-option:hover a {
    opacity: 0.7;
}

.language-option img {
    width: 20px;
    height: 15px;
    margin-right: 8px;
}

.points-list__item {
    margin-bottom: 0 !important;
}

.points-list__item--bold {
    font-weight: bold !important;
}

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

.w-42 {
    width: 10rem;
}
#lang-chevron {
    transition: rotate 0.2s ease;
    right: 10px !important;
}
.rotate-180 {
    rotate: 180deg;
}

.bg-black.bg-opacity-50 {
    background: rgba(0, 0, 0, 0.5);
}

.z-50 {
    z-index: 50;
}

.service-textarea {
    min-height: 180px;
}

.file-upload-label {
    display: block !important;
    padding-inline: 30px !important;
}

.file-upload-label.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.mobile-link-group {
    display: flex;
    justify-content: center;
}

@media (max-width: 1380px) {
    .mobile-buttons {
        width: 100%;
        justify-content: center;
        margin: 0;
        flex-wrap: wrap;
    }
}

@media (min-width: 1380px) {
    .xl\:hidden {
        display: none;
    }
    
    .xl\:visible {
        opacity: 1;
        visibility: visible;
    }
    
    .xl\:bg-transparent {
        background: transparent !important;
    }
    
    .xl\:flex-row {
        flex-direction: row;
    }
    
    .xl\:relative {
        position: relative;
    }
    
    .xl\:flex {
        display: flex;
    }
    
    .xl\:px-5 {
        padding-inline: 20px;
    }
}
