
.dataTables_wrapper .dataTables_info {
    padding-left: 1.5rem
}

.dataTables_wrapper .dataTables_paginate {
    padding-right: 1.5rem
}

.dataTables_wrapper .dataTables_length label {
    padding-left: 1.5rem
}

.dataTables_wrapper .dataTables_filter {
    padding-right: 1.5rem
}

.dataTable-top, .dataTable-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .dataTable-top, .dataTable-bottom {
        flex-direction: column
    }

    .dataTable-top .dataTable-info, .dataTable-bottom .dataTable-info {
        margin-bottom: 1rem
    }
}

.dataTable-top {
    padding: 0 1rem 1rem 1rem
}

.dataTable-bottom {
    padding: 1.5rem 1rem 0 1rem
}

.dataTable-pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.dataTable-pagination a {
    padding: .375rem .75rem
}

.dataTable-pagination li:first-child a {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.dataTable-pagination li:last-child a {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.dataTable-pagination > li:not(:first-child) a {
    margin-left: -.0625rem
}

.dataTable-pagination > li.active a {
    z-index: 3;
    color: #fff;
    background-color: #1F2937;
    border-color: #1F2937
}

.dataTable-pagination > li.disabled a {
    color: #4B5563;
    pointer-events: none;
    background-color: #fff;
    border-color: #D1D5DB
}

.dataTable-pagination > li a {
    position: relative;
    display: block;
    color: #1F2937;
    background-color: #fff;
    border: .0625rem solid #D1D5DB
}

.dataTable-pagination > li a:hover {
    z-index: 2;
    color: #000;
    background-color: #E5E7EB;
    border-color: #D1D5DB
}

.dataTable-pagination > li a:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .18rem rgba(31, 41, 55, 0.25)
}

.dataTable-selector {
    display: inline-block;
    width: auto;
    height: calc(1.5em + 1.125rem);
    padding: .5rem 2rem .5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B7280;
    vertical-align: middle;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: .0625rem solid #D1D5DB;
    border-radius: .5rem;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.0125);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dataTable-selector:focus {
    border-color: #4d6689;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.0125), 0 0 0 .18rem rgba(31, 41, 55, 0.25)
}

.dataTable-selector:focus::-ms-value {
    color: #6B7280;
    background-color: #fff
}

.dataTable-selector[multiple], .dataTable-selector[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none
}

.dataTable-selector:disabled {
    color: #4B5563;
    background-color: #E5E7EB
}

.dataTable-selector:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6B7280
}

.dataTable-input {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 1.125rem);
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B7280;
    background-color: #fff;
    background-clip: padding-box;
    border: .0625rem solid #D1D5DB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .dataTable-input {
        transition: none
    }
}

.dataTable-input:focus {
    color: #6B7280;
    background-color: #fff;
    border-color: #4d6689;
    outline: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 0 0 .18rem rgba(31, 41, 55, 0.25)
}

.dataTable-input::-moz-placeholder {
    color: #4B5563;
    opacity: 1
}

.dataTable-input:-ms-input-placeholder {
    color: #4B5563;
    opacity: 1
}

.dataTable-input::placeholder {
    color: #4B5563;
    opacity: 1
}

.dataTable-input:disabled, .dataTable-input[readonly] {
    background-color: #E5E7EB;
    opacity: 1
}

.dataTable-pagination-list {
    display: flex;
    padding-left: 0;
    list-style: none
}

.dataTable-pagination-list li > a {
    position: relative;
    display: block;
    color: #1F2937;
    background-color: #fff;
    border: .0625rem solid #D1D5DB;
    transition: color 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
}

@media (prefers-reduced-motion: reduce) {
    .dataTable-pagination-list li > a {
        transition: none
    }
}

.dataTable-pagination-list li > a:hover {
    z-index: 2;
    color: #000;
    background-color: #E5E7EB;
    border-color: #D1D5DB
}

.dataTable-pagination-list li > a:focus {
    z-index: 3;
    color: #000;
    background-color: #E5E7EB;
    outline: 0;
    box-shadow: 0 0 0 .18rem rgba(31, 41, 55, 0.25)
}

.dataTable-pagination-list li:not(:first-child) a {
    margin-left: -.0625rem
}

.dataTable-pagination-list li.active a {
    z-index: 3;
    color: #fff;
    background-color: #1F2937;
    border-color: #1F2937
}

.dataTable-pagination-list li.disabled a {
    color: #4B5563;
    pointer-events: none;
    background-color: #fff;
    border-color: #D1D5DB
}

.sd-menu-link:hover {
    color: #3366FF;
}

.sd-color {
    color: #c43d3d;
}

.details-row-header {
    font-size: 0.875rem;
    font-weight: bold;
}

.details-row-text {
    font-size: 0.875rem;
}

.list-group-timeline .list-group-item::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 4px !important;
    height: 100% !important;
    border-left: 2px solid #e5e7eb !important;
}

.list-group-timeline .list-group-item::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 8px;
    width: 10px;
    height: 10px;
    margin-top: .425rem;
    margin-left: -.5rem;
    border: 2px solid #e5e7eb;
    background: #fff;
    border-radius: .5rem
}

.card.notification-card .list-group-timeline {
    height: 520px;
    overflow: hidden;
    overflow-y: auto
}

.sidebar .multi-level .nav-link {
    padding-left: 25px;
}

.sd-listing-card {
    min-height: 400px;
    margin-bottom: 20px;
}

.sd-text-sm {
    font-size: 0.8rem;
}

.sd-text-xs {
    font-size: 0.7rem;
}

.broker-list-address-span {
    font-size: 0.75pc;
    line-height: 0.5pc;
}

.required-field-asteriks {
    color: #d40906;
    content: "*";
    margin-left: 5px;
    font-weight: 100;
    font-size: 1rem;
}

.load-time-input {
    line-height: 0.95rem;
}

#search-box-dropdown-container {
    display: none;
}

#main-search-box-input:focus {
    outline: 0 !important;
    border: 0.0625rem solid #D1D5DB;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
}

.search-box-dropdown-content {
    position: absolute;
    background-color: #f6f6f6;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    border-radius: 8px;
    margin-top: 2px;
}

.search-box-dropdown-content a {
    color: black;
    padding: 8px 16px 8px 50px;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

.search-box-dropdown-content a:not(:last-child) {
    border-bottom: gray 1px solid;
}

.search-box-dropdown-content a:hover {
    background-color: #d2d2d2;
}

@media (max-width: 480px) {
    #navbar-search-main {
        width: 250px;
    }

    .search-box-dropdown-content {
        width: 250px;
    }
}

@media (min-width: 480px) {
    #navbar-search-main {
        width: 500px;
    }

    .search-box-dropdown-content {
        width: 500px;
    }
}

.sidebar.contracted .dropdown-divider {
    width: 100%;
}

.support-ticket-dark .support-ticket-text {
    padding: 12px;
    background-color: #3e4d7c;
    border-radius: 10px;
}

.support-ticket-light .support-ticket-text {
    padding: 12px;
    background-color: #ece2e2;
    border-radius: 10px;
}

.loading-placeholder {
    width: 100%;
    height: 1em;
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 4px;
}

@keyframes loading {
    from {
        background-position: 200% 0;
    }
    to {
        background-position: -200% 0;
    }
}

.docs-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with transparency */
}

.docs-modal-content {
    background-color: white;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 400px;
    text-align: center;
}

.docs-modal-header {
    font-size: 18px;
    margin-bottom: 10px;
}

.docs-modal-actions button {
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.docs-modal-actions .confirm {
    background-color: red;
    color: white;
}

.docs-modal-actions .cancel {
    background-color: grey;
    color: white;
}

.sidebar .nav-item .nav-link {
    color: #1F2937;
}

.sidebar .nav-item .nav-link:hover {
    color: white;
}