
.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: 0 auto;
}
.tabulator-headers .tabulator-col-content {
    background: #13509f;
    color: #fff;
}
.tabulator-header {
    background-color: #13509f !important;
}
.tabulator-col.tabulator-sortable.tabulator-col-sorter-element {
    background: #13509f !important;
}
.tabulator-col {
    background: #13509f !important;
}
.tabulator-row {
    padding: 0px !important;
    min-height: unset !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
    font-size:0.8rem;
}
.tabulator-row .tabulator-cell {
    padding: 2px 5px !important;
    text-align: center;
}
.tabulator-header {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.tabulator {
    border-radius: 10px;
    font-size: 0.8em !important;
    height: 100vh;
}
.tabulator.table .tabulator-tableholder {
    color: #212529;
    border-left: 1px solid #13509f;
    border-right: 1px solid #13509f;
}
.badge {
    white-space: break-spaces;
}
.delete-charge-button {
    background-color: transparent;
    border: none;
}
.btn-primary {
    background: #13509f;
    border-color: #13509f;
}
@media (max-width: 700px) {
    .sections {
        display: block !important;
    }
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loading {
    background-color: rgb(0,0,0,0.7);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    text-align: center;
    padding-top: 40vh;
}
input#search-input {
    width: 30%;
    display: inline-block;
    margin-right: 20px;
}

.btn-primary {
    color: #fff !important;
}
#main-content {
min-height: calc(100% - 84px); /* Adjust the height based on your footer's height */
margin-bottom: -84px; /* Negative margin equal to footer's height */
}
#footer {
    height: 84px;
}

p,div#refund_results {
    font-family: "Lato",sans-serif;
    font-weight: 400;
    color: #39454E;
    text-transform: none;
    margin: 0px 0px 20px 0px;
    line-height: 24px;
}

.nav-pills .nav-link.active {
    color: #fff !important;
}
.nav-link {
    color: #13509f;
}
button {
    background-color: #13509f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 2px;
}
.tabulator button {
    padding: 0px 5px;
    margin: 0px;
}
#search_cc, #create_cc, #create_cv {
    height: 35px;
}

.input-element {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    vertical-align: top;
}
.delete-user-button {
    background-color: transparent;
    border: none;
}
.section-navbar {
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: transparent !important;
}
.container {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.nav-pills .nav-link.active {
    background-color: #13509f !important;
}
table {
    border-spacing: 0px;
    width: 100%;
    border-collapse: collapse;
}

thead {
    background-color: #13509f;
    color: #fff;
    font-family: 'lato';
    position: sticky;
    top: 0;
}
td, th {
    border: 1px solid #13509f;
    padding: 5px;
    text-align: center;
    border-spacing: 0px !important;
    font-family: 'lato';
    font-size: 14px;
}
#result-charges td {
    padding: 2px;
}
th {
    cursor: pointer;
}
h3 {
    font-family: 'Lato';
}
#cc-table {
    overflow: scroll;
}
#cc-table td, #cc-table th {
    padding: 5px 2px;
    font-size: 0.8rem;
}
.valide {
    background-color: rgb(0,255,0,0.1);
}
.used {
    background-color: rgb(0,0,255,0.1);
}
.part-used {
    background-color: rgb(0,255,255,0.1);
}
.cancelled, .expired {
    background-color: rgb(255,0,0,0.1);
}
.tba {
    background-color: rgb(255,255,255,0.1);
}
.inside-details p {
    margin-bottom: 10px;
}
.inside-details .input-element, #new_cv_infos .input-element {
    margin: 0px 0px 10px 0px;
    width: 100%;
}

th#valueColumn {
    width: 70px;
}
.sections {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
}

.drag-drop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ccc;
    margin: 10px;
    padding: 20px;
    text-align: center;
    height: 200px;
    cursor: pointer;
}

.drag-drop:hover {
    background-color: #f5f5f5;
}

.drag-drop p {
    margin-top: 20px;
}
:root {
    --bs-border-color: #aaa;
}
#credit_table button, .update_cc, .delete_cc {
    color: #13509f;
    background-color: transparent;
    border: none;
}
table .form-control, table .form-select {
    font-size: 13px;
}
.section-header {
    position: relative;
    height: 275px;
    margin-bottom: 30px;
}
.header-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #4fb0d1, #13509f);
    /* transform: skewY(352deg); */
    transform-origin: top left;
    z-index: -1;
    box-shadow: 0px 0px 0px 0px 0px #000000;
    box-shadow: 0px 6px 15px 0px #000000;
}
.header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.header-content h1 {
    font-size: 48px;
}
/* Footer styles */
.section-footer {
background-color: #f8f9fa;
padding: 30px 0;
font-size: 14px;
margin-top: 30px;
}

.section-footer p {
margin-bottom: 0;
}

.section-footer ul {
margin-bottom: 0;
}

.section-footer ul li {
display: inline-block;
margin-right: 20px;
}

.section-footer ul li:last-child {
margin-right: 0;
}
.more-details, .use-button {
    font-size: 11px;
}