﻿@import "skeleton-loader.css";

.breadcrumb span {
    /* Style for all span elements except the last one */
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #9AA2BC;
}

    .breadcrumb span:last-child {
        /* Style for the last span element */
        font-family: Inter;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
        color: #4F75FF;
    }

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.sikoia-label-together {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    gap: 8px;
    height: 60px;
    background: #F9F9F9;
    border-radius: 6px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.sikoia-file-name-upload {
    color: #5E6278;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
}

.sikoia-file-size-upload {
    color: #AFB2C2;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
}

.sikoia-small-description {
    color: #A8ACBC;
    width: 166px;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.sikoia-medium-description {
    color: #A8ACBC;
    width: 166px;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.sikoia-long-button-grey-scale {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    padding: 8px 16px !important;
    background: #2E395B;
    flex: none;
    order: 0;
    flex-grow: 1;
    color: #FFFFFF;
}

.sikoia-title-label {
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    color: #2E395B;
}

.sikoia-description-label {
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    color: #9AA2BC;
}

.sikoia-no-fouund-files {
    color: #2E395B !important;
    width: 189px;
    height: 35px;
    font-weight: 700;
    font-family: Sync;
    font-size: 24px;
    line-height: 34.13px;
    text-align: center;
}

.pb-15 {
    padding-bottom: 15px;
}

.sik-pb-16 {
    padding-bottom: 16px;
}

.sik-pb-24 {
    padding-bottom: 24px;
}

.sikoia-edit-company-name-input {
    display: flex;
    padding-bottom: 16px;
}

.sikoia-company-edit-state {
    flex: 1;
    width: 50%;
    padding-left: 16px;
}

.sikoia-edit-company-detail {
    color: #9AA2BC;
    padding-bottom: 24px;
}

.sikoia-no-found-files-description {
    color: #9AA2BC !important;
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20.96px;
    text-align: center;
}

.sikoia-label-select {
    color: #2E395B !important;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 14px;
    vertical-align: text-top;
}

.sikoia-label-unselect {
    color: #9AA2BC !important;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 14px;
    vertical-align: text-top;
}

.btn-sikoia-secondary {
    background-color: #F5F7FC !important;
    height: 36px;
}

.btn-sikoia-group-left {
    background-color: #F5F7FC !important;
    padding: 8px 16px 8px 16px;
    border-top-left-radius: .475rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: .475rem;
    border-bottom-right-radius: 0;
    height: 36px;
    width: 102px;
    margin-right: -5px
}

.btn-sikoia-group-right {
    background-color: #D5DAE9 !important;
    height: 36px;
    width: 102px;
    border-top-left-radius: 0;
    border-top-right-radius: .475rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: .475rem;
    padding: 8px 16px 8px 16px;
}

.sikoia-unselected-button {
    background-color: #F5F7FC !important;
    padding: 8px 16px 8px 16px;
    pointer-events: auto;
}

.sikoia-selected-button {
    background-color: #D5DAE9 !important;
    padding: 8px 16px 8px 16px;
    pointer-events: none;
}

.sikoia-grey-500 {
    color: #9AA2BC !important;
    font-weight: 500;
    font-family: 'Inter';
    font-size: 14px;
    height: 17px;
}

.sikoia-tech-blue {
    color: #4F75FF !important;
}

.sikoia-deep-blue {
    background-color: #2E395B !important;
}

.sikoia-deep-blue-font {
    color: #2E395B !important;
    background-color: white !important;
}

.sikoia-border-scale-pallet {
    border: #D5DAE9 1px solid !important;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    width: 2.375rem;
    line-height: 3.375rem;
    text-align: center;
    color: #aaa;
}

.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit;
    z-index: 1055;
}

.nowrap {
    white-space: nowrap;
}

.highlight {
    background-color: #ddd !important;
}

.vert-middle {
    vertical-align: middle !important;
    padding-right: 0 !important;
}

.min-w-10perc {
    width: 10% !important;
}

.min-w-15perc {
    width: 15% !important;
}

.min-w-20perc {
    width: 20% !important;
}

.min-w-25perc {
    width: 25% !important;
}

.min-w-30perc {
    width: 30% !important;
}

.min-w-35perc {
    width: 35% !important;
}

.min-w-40perc {
    width: 40% !important;
}

.min-w-45perc {
    width: 45% !important;
}

.min-w-50perc {
    width: 50% !important;
}

/*Datatable styling*/
table.dataTable thead .sorting:after {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    text-decoration: none;
    border: 0px;
    color: white;
    background: white !important;
    background-color: white !important;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white;
        background: white !important;
        text-decoration: none !important;
        border: 0px !important;
        background-color: white !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
        box-shadow: none !important;
    }

table.dataTable thead .sorting_asc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center left;
}

table.dataTable thead .sorting_desc {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center left;
}

table.dataTable thead .sorting {
    background: url("http://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
}

table.dataTable thead tr th {
    padding-left: 15px !important;
}

table.dataTable > tbody > tr > td:nth-child(1) {
    padding-left: 10px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
}

table.dataTable thead th {
    border-bottom: 0;
}

table.dataTable tfoot th {
    border-top: 0;
}

table.dataTable.no-footer {
    border-bottom: 0;
}

.buttonColumn {
    width: 10px;
}

.dataTables_wrapper .dataTables_filter {
    text-align: left;
}

.align-right {
    text-align: right;
}

.nav-link {
    cursor: pointer;
}

.dataTables_wrapper .dataTables_length select {
    width: 70px;
}

/* Custom tooltip styling */
.custom-tooltip {
    align-items: center;
    justify-content: center;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -180px;
    left: 105%;
}

.tooltip-table {
    text-align: left;
    border: 1px solid #000000;
    border-radius: 6px;
    border-collapse: separate !important;
    padding: 2px 0px 2px 0px;
}

.tooltip-table-header {
    text-align: center;
    font-size: 19.5px;
    font-weight: bold;
    border-bottom: 0.5px solid #B0B0B0;
}

.tooltip-table-subheader {
    padding: 2px 5px 2px 5px;
}

.tooltip-table-cell {
    padding: 2px 30px 2px 5px;
    border-bottom: 0.5px dashed #B0B0B0;
    font-size: 12px;
}

.tooltip-table-last-row:last-child > .tooltip-table-cell {
    border-bottom: 0px;
}

/* Sikoia Buttons styling */
.sikoia-light-blue {
    color: #00a3ff
}

/* Sikoia active nav styling */
.nav-line-tabs.nav-line-tabs-2x .nav-item .nav-link.active {
    color: #2E395B
}

/* Sikoia active nav styling */
.conatiner-padded {
    margin: 5px 2px 5px 2px
}

.sikoia-sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: -2px 0px 10px 0px #aaa;
}

/* Sikoia validation styling */
.sikoia-val-msg {
    color: red;
}

/* Sikoia links styling */
.sikoia-column-dropdown-item {
    color: #7e8299;
}

    .sikoia-column-dropdown-item :link {
        color: #00a3ff;
    }

    .sikoia-column-dropdown-item:hover {
        color: #00a3ff;
    }

.rounded-border-20px {
    border-radius: 20px;
}

#blazor-error-ui {
    background: #fefefe;
    bottom: 0;
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem
    }

.background-area {
    background-color: #eef1f4
}

.error-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #181C32;
}

.error-content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #3F4254;
}

.daterangepicker {
    position: relative;
    left: 0px !important;
    top: 0px !important;
}

.btn.sikoia-column-button {
    box-sizing: border-box;
    padding: 6px 12px !important;
    min-width: 63px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #D5DAE9 !important;
    border-radius: 4px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #2E395B;
}

    .btn.sikoia-column-button:hover {
        color: #2E395B;
        border-color: #D5DAE9 !important;
        background-color: #F5F7FC !important;
    }

.btn.sikoia-column-button-disabled {
    box-sizing: border-box;
    padding: 6px 12px !important;
    min-width: 63px;
    height: 32px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #2E395B;
    background: #FFFFFF;
    opacity: 0.2;
    border: 1px solid #D5DAE9 !important;
    border-radius: 4px;
    cursor: not-allowed !important;
}

.column-text-style {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13.975px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #9AA2BC;
}

.add-company-text-style {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #9AA2BC;
}

.company-name-style {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13.975px;
    line-height: 17px;
    color: #2E395B;
}

.company-country-style {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13.975px;
    line-height: 17px;
    color: #9AA2BC;
}

.company-state-style {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13.975px;
    line-height: 17px;
    color: #9AA2BC;
}

.pl-0 {
    padding-left: 0px !important;
}

.error-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
}

.error-link {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

/* No items in collection styling */
.no-collection-items-found-container span:first-of-type {
    font-family: Syne;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    color: #2E395B;
}

.no-collection-items-found-container span:last-of-type {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #9AA2BC;
}

.case-header-buttons-container {
    display: flex;
    gap: 13px;
}

    .case-header-buttons-container > *:first-child {
        margin-right: 0px;
    }

.case-notes-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}