.dropdown .caret {
    margin-right: 5px;
    margin-left: 10px;
}
#languageBtn {
    flex-direction: row-reverse;
}
.dropdown-content {
    z-index: 10;
}
.text-danger{
    color:red;
}
.text-primary {
    --tw-text-opacity: 1;
    color: rgb(237 48 36 / var(--tw-text-opacity)) !important;
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 48 36 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 48 36 / var(--tw-bg-opacity)) !important;
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.bg-primary {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 48 36 / var(--tw-bg-opacity)) !important;
}

.border-primary {
    --tw-border-opacity: 1 !important;
    border-color: rgb(237 48 36 / var(--tw-border-opacity)) !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.border-\[\#E2E2E2\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(226 226 226 / var(--tw-border-opacity)) !important;
}

.border {
    border-width: 1px !important;
}

.rounded-md {
    border-radius: 0.375rem !important;
}

@media (min-width: 768px) {
    .md\:ms-2 {
        margin-inline-end: 0.5rem;
        margin-inline-start: 0rem;
    }

    .md\:pr-36 {
        padding-right: 9rem;
        padding-left: 9rem
    }
}

