.cursor-pointer {
    cursor: pointer !important;
}

.dropdown-no-caret::after {
    display: none !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.header-dropdown {
    border: none;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.shadow-sm {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}

.shadow-lg {
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
}

.no-outline {
    outline: none !important;
}

.d-grid {
    display: grid !important;
}

.place-items-center {
    place-items: center;
}

@media (min-width: 729px) {
    .min-w-lg-500 {
        min-width: 31.25rem;
    }
}

@media (min-width: 729px) {
    .max-w-lg-500 {
        max-width: 31.25rem;
    }
}
.toast {
    max-width: 410px;
    border-radius: 10px;
    position: absolute;
    top: 95px;
    right: 30px;
}
    .toast strong {
        font-weight: 600;
        color: black;
    }
    .toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px 0 15px;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: none;
}
 .toast-body {
    padding: 0 15px 15px;
}
.border-bottom-black {
    border-bottom: 1px solid black !important;
}

.text-red {
    color: red;
}

.no-shadow-focus:focus {
    box-shadow: none !important;
}
