@media (max-width: 767px) {
    .main-signup-header,
    .main-card-signin {
        padding: 1.5rem;
        border-radius: 6px;
    }
}

@media (min-width: 992px) {
    .app-content {
        min-height: calc(80vh) !important;
    }
}

/* mobile number style */
.iti {
    width: 100% !important;
}

.iti__country {
    background-color: var(--custom-white) !important;
}

.iti__divider {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

/* end style mobile number */

/* summer note */
.ql-container {
    background-color: var(--custom-white) !important;
}

/* end summer note */

#goog-gt-tt {
    display: none !important;
}

.skiptranslate iframe {
    display: none;
}

body {
    top: 0 !important;
}

.wireloading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-color: rgba(6, 6, 6, 0.1);
    backdrop-filter: blur(1px);
}

/* Custom scrollbar for WebKit browsers */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background-color: var(--custom-white);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #888 !important;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

::-webkit-scrollbar-button:vertical:decrement {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234B8B3D"><path d="M7 10l5 5 5-5z"/></svg>')
        no-repeat center;
}

/* Custom buttons for horizontal scrollbar */
::-webkit-scrollbar-button:horizontal:decrement {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234B8B3D"><path d="M14 7l-5 5 5 5z"/></svg>')
        no-repeat center;
}

/* Arrow left for horizontal scrollbar */
::-webkit-scrollbar-button:horizontal:increment {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%234B8B3D"><path d="M10 7l5 5-5 5z"/></svg>')
        no-repeat center;
}

input:focus {
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.1rem rgba(38, 143, 255, 0.15) !important;
}

.quillEditor {
    height: 300px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: all 0.3s ease;
}

.input-validation-error ~ .select2 .select2-selection {
    border: 1px solid red;
}

.header-logo img {
    height: 3rem !important;
    line-height: 2rem;
}

