.base-table { margin-bottom: 2.75rem; width: 100%; display: block; } .base-table-row { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; } .base-table-bordered .base-table-row .base-table-column { border-right: 1.5px solid #ddd; } .base-table-bordered .base-table-row .base-table-column:first-of-type { border-left: 1.5px solid #ddd; } .base-table-no-border .base-table-row { border: 0; } .base-table-no-border .base-table-row .base-table-column { border: 0; } .base-table-row .base-table-column { border-bottom: 1.5px solid #00000015; min-width: 124px; -webkit-box-flex: 1; -ms-flex: 1 1 0px; flex: 1 1 0; padding: 0.5rem 0.85rem; overflow: hidden; white-space: break-word; text-overflow: ellipsis; } .base-table-row .base-table-column:last-of-type { -webkit-box-flex: 0.25; -ms-flex: 0.25 0 0px; flex: 0.25 0 0; text-align: right; min-width: 75px; } .base-table-row .base-table-column:first-child { max-width: 100%; } .base-table-row .base-table-column.overflow-visible { overflow: visible; white-space: initial; } .base-table-row .base-table-column.full { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; } .base-table-detail { min-width: 0; } .base-table-detail .base-table-row .base-table-column:last-of-type { -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; max-width: 100%; min-width: 124px; text-align: left; } .base-table-detail .base-table-row .base-table-column-label { color: var(--gray); -webkit-box-flex: 0.15; -ms-flex: 0.15 0 0px; flex: 0.15 0 0; overflow: visible; white-space: break-word; text-transform: capitalize; } .base-table-detail .base-table-row .base-table-column-data { color: var(--black); -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; } .base-table-detail .base-table-row .base-table-column-head-title { text-transform: capitalize; margin-top: 0.75rem; font-weight: 600; } .base-table-row-head .base-table-column { font-weight: 600; background-color: transparent; line-height: 20px; text-transform: capitalize; } .icon { font-size: 1.2rem; } .child-row { position: relative; } .name-only { padding-left: 0.6rem; } .pr { padding-right: 2.4rem; } .line::before { position: absolute; z-index: 1; content: ""; top: -2.5px; bottom: -2.5px; width: 0.08571rem; margin-left: 0.55rem; background-color: #ababab; } .line.is-parent::before { margin-top: 0.55rem; top: 50%; } .line.with-after::after { position: absolute; z-index: 1; content: ""; top: 50%; margin-left: 0.55rem; width: 1.2rem; height: 0.08571rem; background-color: #ababab; } .line.is-last-child::before { bottom: 50%; } .line-without-child { padding-right: 1.7rem; } .line.transparent::before { background-color: transparent; } .lara-pagination { margin: 0; padding: 0; } .lara-pagination-item { display: inline-block; margin: 0; } .lara-pagination-link { border-radius: 0.35rem; padding: 0.325rem 0.75rem; display: block; background-color: var(--white); color: var(--dark); } .lara-pagination-link:hover { background-color: var(--primary); color: var(--light) !important; } .lara-pagination-item.is-disabled .lara-pagination-link:hover { background-color: var(--white); color: var(--dark); } .lara-pagination-item.is-active .lara-pagination-link { background-color: var(--primary); color: var(--light) !important; } .error-page { background-color: var(--white); position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1080; overflow: auto; } .text-red { color: var(--red); } .table > thead > tr > th { text-transform: capitalize; } .content-wrapper { margin: 0; } .dropdown-item { text-transform: capitalize; } .custom-switch .custom-control-label::after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; } .custom-control-label::after { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; } .chat-box-body:after { z-index: 0; } .page-title { text-transform: uppercase; margin: 1rem 0; line-height: 2; } .page-title .fa { margin: 0 0.25rem; } /*# sourceMappingURL=index.css.map */