/* System-wide square design language. This file is loaded last on purpose. */
:root {
    --corporate-radius: 0px;
    --bs-border-radius: var(--corporate-radius);
    --bs-border-radius-sm: var(--corporate-radius);
    --bs-border-radius-lg: var(--corporate-radius);
    --bs-border-radius-xl: var(--corporate-radius);
    --bs-border-radius-xxl: var(--corporate-radius);
    --bs-border-radius-pill: var(--corporate-radius);
}

/* No component, icon container, badge, avatar or generated decoration keeps a round corner. */
body *,
body *::before,
body *::after {
    border-radius: 0 !important;
}

body .rounded,
body .rounded-1,
body .rounded-2,
body .rounded-3,
body .rounded-4,
body .rounded-5,
body .rounded-top,
body .rounded-bottom,
body .rounded-start,
body .rounded-end,
body .card,
body .modal-content,
body .dropdown-menu,
body .btn,
body .form-control,
body .form-select,
body .input-group-text,
body .alert,
body .badge,
body .nav-pills .nav-link,
body .pagination .page-link,
body .list-group-item,
body .accordion-item,
body .accordion-button,
body .toast,
body .offcanvas,
body .ts-control,
body .ts-dropdown,
body [class*="-card"],
body [class*="-panel"],
body [class*="-dialog"],
body [class*="-chip"],
body [class*="-pill"],
body [class*="-toolbar"],
body .sidebar-brand,
body .sidebar-workspace,
body .sidebar-search,
body .sidebar-quick-action,
body .sidebar-module,
body .module-icon,
body .item-icon,
body .module-items > a,
body .corporate-topbar,
body .topbar-mark,
body .topbar-theme,
body .topbar-quick,
body .theme-toggle,
body .mobile-app-nav {
    border-radius: var(--corporate-radius) !important;
}

body .card,
body .modal-content,
body [class*="-panel"] {
    box-shadow: 0 2px 8px rgba(16, 24, 40, .055);
}

/* Dispatcher may close a delivery with the physical document and digitize it later. */
input[name="proofs[]"] + small {
    display: block;
    font-size: 0 !important;
    margin-top: 5px;
}
input[name="proofs[]"] + small::after {
    content: "Зураг/PDF одоо заавал биш. Биет баримтыг хураан авсан бол рейсийг хаагаад дараа нь баримтын сангаас нөхөж оруулж болно.";
    font-size: 12px;
    line-height: 1.45;
    color: var(--muted);
}
