.goog-te-gadget-simple > img {
    display: none;
}
.goog-te-gadget-simple{
    border: 1px solid black !important;
}
.goog-te-gadget-simple > span > a > span{
    color: black !important;
}
.goog-te-gadget-simple > span > a {
    display: flex !important;
}

.shadow-button {
    box-shadow: 0px 2px 15px 5px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.primary-btn {
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 190 8 / var(--tw-bg-opacity)) !important;
    border-radius: 0.375rem;
}

.primary-btn.disabled {
    background-color: rgb(200 200 200 / 0.6) !important;
    color: #999;
}

.secondary-btn {
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(204 150 0 / var(--tw-text-opacity));
    --tw-border-opacity: 1;
    border-width: 1px;
    border-color: rgb(255 190 8 / var(--tw-border-opacity));
    border-radius: 0.375rem;
}

.default-btn,.back-btn {
    font-weight: 700;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-width: 1px;
    border-color: rgb(229 231 235);
    border-radius: 0.375rem;
    cursor: pointer;
    text-align: center;
}

.back-btn:hover ,.bg-main {
    background-color: #FFBE08 !important;
}

.search-btn::before{
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #FFBE08;
    top : 15px;
    right: 60px;
    -webkit-transition: 250ms ease-in-out;
    -moz-transition: 250ms ease-in-out;
    -ms-transition: 250ms ease-in-out;
    -o-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
}

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

#google_translate_element {
    display: none;
}

.skiptranslate {
    display: none;
}

body{
    top: 0px !important;
}

.input-disabled {
    background-color: rgb(200 200 200 / 0.6) !important;
    color: #999;
    border: 1px solid #dcdcdc;
    cursor: not-allowed;
    opacity: 0.7;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);  /* Grey transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;  /* Make sure it appears on top of everything else */
}