@import url('./modules/base.css');
@import url('./modules/admin-layout.css');
@import url('./modules/admin-dashboard.css');
@import url('./modules/theme-dropdown.css');
@import url('./modules/admin-import-orders.css');



.site-footer .footer-social{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    gap:10px !important;
    margin-top:18px !important;
}

.site-footer .footer-social a{
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.16) !important;
    border:1px solid rgba(255,255,255,.24) !important;
    color:#ffffff !important;
    font-size:20px !important;
    line-height:1 !important;
    text-decoration:none !important;
}

.site-footer .footer-social a i,
.site-footer .footer-social a .bi{
    font-family:"bootstrap-icons" !important;
    font-size:20px !important;
    color:inherit !important;
    line-height:1 !important;
}

.site-footer .footer-social a:hover{
    background:var(--cta) !important;
    color:#111827 !important;
}

.payment-option.is-disabled {
    opacity: .55;
    cursor: not-allowed;
}

.payment-option.is-disabled input {
    cursor: not-allowed;
}

.payment-option small {
    display: block;
    margin-top: 4px;
    color: var(--muted);
}