.gap-1 {
    gap: 0.5rem;
}

.gap-2 {
    gap: 0.75rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 2rem;
}

.gap-5 {
    gap: 3rem;
}

.alert p {
    margin-bottom: 0 !important;
}

.w-auto {
    width: auto !important;
}

.w-75 {
    width: 75% !important;
}

.w-6em {
    width: 6em !important;
}

.w-24em {
    width: 24em !important;
}

.bootstrap-select .dropdown-menu {
    width: inherit !important;
}

.logo-pke {
    width: 100%;
    height: auto;
    max-width: 250px;
}

.logo-pke-long {
    width: 100%;
    height: auto;
    max-width: 160px;
    margin-top: -5px;
}

.bootstrap-select>.dropdown-toggle {
    color: #495057;
    padding: 0.5rem 0.75rem;
    border: 1px solid #ccc;
    background-color: #fff !important;
}

.show>.btn-light.dropdown-toggle {
    background-color: #e2e6ea !important;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    outline-offset: unset;
}

.card .card-block .bootstrap-select .dropdown-menu>li:first-child>a:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.215rem);
}

@media (max-width: 575px) {
    .mb-spedial-form {
        margin-bottom: 1.25em;
    }
}

.qrcode-preview {
    width: 100%;
    height: auto;
    max-width: 175px;
}

a.notification-msg:hover {
    text-decoration: none !important;
    background-color: transparent !important;
}

.w-16rem {
    min-width: 16rem;
}

.btn-inline {
    height: 36.75px;
}