.cusstomClass {
    position: fixed;
    top: -100px;
    right: 40%;
    color: white;
    background: #F47939;
    color: white !important;
    transition: top 0.5s ease;
    z-index: 9999999999999;
}

.cusstomClass.show {
    top: 1rem;
}

.asterisk_symbol {
    color: red;
}

.spinner-container,
.dataTables_processing {
    background: transparent !important;
}

table.dataTable {
    width: 100% !important;
}

.nav-link.active .icon i {
    color: #FFF !important;
}

.bg-gradient-primary,
.navbar-vertical .navbar-nav>.nav-item .nav-link.active .icon {
    background-image: linear-gradient(180deg, #3A54A5, #F47939);
}

.bg-gradient-dark,
.text-gradient.text-info {
    background-image: linear-gradient(180deg, #3A54A5, #F47939) !important;
}

.form-switch .form-check-input:checked {
    background: #3A54A5 !important;
}

.btn-primary,
.bg-gradient-info {
    background: #F47939;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover,
.bg-gradient-info:focus,
.bg-gradient-info:active,
.bg-gradient-info:hover {
    background-color: #F47939 !important;
    background: #F47939 !important;
    border-color: #F47939 !important;
    color: #FFF !important;
}

.btn-primary:focus {
    box-shadow: none;
    overflow: 0;
}

.btn-primary:active {
    background-color: #F47939 !important;
}

.btn-outline-primary {
    border-color: #F47939;
    color: #F47939;
}

.btn-danger,
.btn-outline-primary,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-info {
    padding: 0.75rem 1rem;
}

.btn-outline-primary,
.btn-outline-primary:hover {
    border-color: #F47939;
    color: #F47939;
}

.sectionWithArrow {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

button#add_companies,
button#add_fields {
    height: 20px !important;
    width: 20px !important;
    border-color: #3A54A5 !important;
}

button#add_companies svg,
button#add_fields svg {
    color: #3A54A5 !important;
    fill: #3A54A5 !important;
}

.gap-6 {
    gap: 2rem !important;
}

.pos-relative {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 0.75rem;
    right: 0.875rem;
}

.createCategoryWrapper .buttonWrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#subcategoriesTableBody tr td {
    padding: .75rem 1.5rem;
}

#subcategoriesTableBody tr:last-child td {
    border-width: 1;
}

table.dataTable tbody th, table.dataTable tbody td {
    border-bottom-color: #e9ecef !important;
}

.dataTables_filter label input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #d2d6da;
    border-radius: 0.5rem;
    color: #495057;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    padding: 0.5rem 0.75rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
    width: auto;
    max-width: 100%;
}

.dataTables_filter label input:focus {
    border-color: #5e72e4;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
}
.datatable-table td {
    text-align: center;
    vertical-align: middle;
    font-size: 90%;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}

#cmsTable_wrapper table.dataTable thead th, table.dataTable thead td,
.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0 !important;
}
tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
}
table.dataTable.no-footer, .dataTables_wrapper.no-footer .dataTables_scrollBody, table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid rgb(222, 226, 230) !important;
}