
/* Styles CSS */

/* DEFAULT THEME */
/*
Main color: #106af0
Hover color: #045ebd dark1
Active color: #0a58ca dark2
*/


#header {
    position: sticky !important;
    top: 0;
    padding: 25px 35px 0;
    z-index: 1000;
    color: white;
    width: 100%;
}

#headerContainer {
    box-shadow: 0 3px 10px #211f5415;
    background-color: white !important;
    padding: 14px 20px;
    border-radius: 40px;
}

.img-designed {
    /*  border: 1.5px solid #106af0;    */
    border: 1.5px solid #cacaca;
    border-radius: 22px;
    padding: 7px 5px 5px 5px;
    background-color: #f8f8f8;
}

.img-feature {
    border: 1px solid #cacaca;
    border-radius: 22px;
    background-color: #f8f8f8;
}

.subtitle-text {
    font-size: 23px;
}

.quality-card {
    border-radius: 22px;   
    padding: 29px 20px;
    box-shadow: 3px 3px 5px #00000025;
    background-color: white;
}

.quality-card:hover {
    box-shadow: 3px 3px 5px #106af085;
    cursor: default;
}

.quality-card p {
    margin-bottom: 0px;
    padding: 0px 5px;
}

.nav-item-hover:hover a {
    color: #106af0;
}

.carousel-indicators button {
    background-color: #106af0 !important;
}

.fs-19px {
    font-size: 19px !important;
}

.font-big {
    font-size: 33px;
}

.advantage-icon {
    font-size: 22px;
    margin-bottom: 17px;
    font-weight: 600; 
}

#featuresContainer,
#aboutContainer,
#contactContainer {
    padding-top: 80px;
    height: 230px;
}

#demoCTA {
    top: -10px;
    right: -10px;
    background-color: red !important;
}

.form-group label {
    margin-bottom: 0.25rem;
}

.spanTagText {
    font-size: 17px;
}

.border-none {
    border: none;
}

.py-0v9rem {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
}

.card .btn {
    background-color: #106af0;
    color: white;
    border-radius: 2rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.card .btn:hover {
    background-color: #045ebd;
    color: white;
    border-radius: 2rem;
    padding-top: 3px;
    padding-bottom: 3px;
}

.btn-block {
    background-color: #106af0;
    color: white;
}

.btn-block:hover {
    background-color: #045ebd; /* main color but darker */
    color: white;
}

.fa-square-minus {
    color: #106af0 !important; /* Change the color to red when hovered */
    font-size: 28px;
    margin-top: 8px;
    cursor: pointer;
}

.fa-square-minus:hover {
    color: #045ebd !important; /* Change the color to red when hovered */
}

.hero-section {
    /* Set the URL of your background image within the url() function */
    /*background-image: url('images/background.avif');*/
    background-image: url('images/background.jpg');
    /* Set background size, position, and repeat if needed */
    background-size: cover; /* Cover ensures the image covers the entire element */
    background-position: center; /* Center the image within the element */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    color: white;
    position: relative;
}

/* Create a pseudo-element to overlay the section */
.hero-section::before {
    content: ''; /* Required for the pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* Adjust the alpha value (0.5 in this case) to control the opacity */
    z-index: 1;
}

.hero-section h1,
.hero-section p,
.hero-section button,
.hero-section a
{
    /* Ensure text remains fully opaque */
    color: white;
    /* Set a higher z-index to ensure text is stacked above the pseudo-element */
    z-index: 2;
    /* You can adjust other text properties as needed */
    position: relative;
}

.hero-section h1 {
    font-weight: 500;
}

.fw-bold {
    font-weight: 600 !important;
}


#loginForm button {
    text-transform: uppercase;
    outline: 0;
    background: #106af0;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 10px;
}

.btn-sidebar {
    position: fixed;
    left: auto;
    top: 50%;
    width: 40px; /* Adjust the width as needed */
    height: 50px; /* Adjust the height as needed */
    background-color: #106af0; /* Change the background color as needed */
    color: white; /* Change the text color as needed */
    border: none;
    border-top-right-radius: 25px; /* Adjust the border radius to give a rounded shape */
    border-bottom-right-radius: 25px; /* Adjust the border radius to give a rounded shape */
    z-index: 1000 !important;
    transition: left 0.6s ease; /* Add transition effect for smooth animation */
    cursor: pointer;
}

/* Hover effect (optional) */
.btn-sidebar:hover {
    background-color: #045ebd; /* Change the background color on hover */
    cursor: pointer; /* Change the cursor to pointer on hover */
}

.checkbox-label input[type="checkbox"]:checked+label:before {
    background-color: #106af0;
    border-color: #106af0;
}

.form-check-input:checked {
    background-color: #106af0;
    border-color: #106af0;
}

.custom-file-input {
    height: 300px;
    width: 700px;
    background-color: #106af024;
    border-radius: 1rem;
    border: 2px dashed #106af0;
    color: #106af0;
    content: "";
    cursor: copy;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-square{
    display: block;
    width: 25px;
    height: 25px;
    background-color: #106af0;
    padding-left: 7px;
    padding-top: 5px;
    color: #FFF;
    border-radius: 4px;
    cursor: pointer;
}

#collapseFilters .col-2 {
    margin-top: 0.6rem;
}

.filtersButton i {
    transform: rotate(45deg);
}

.text-corporate {
    color: #106af0 !important;
}

.bg-corporate {
    background-color: #106af0 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.custom-table-admin thead {
    background-color: #106af0;
    color: white;
}

.input-text {
    background-color: white;
    padding: 11px 14px 11px 14px;
    border-radius: 0.5rem;
    border: 1px dashed #106af0;
}

.custom-tooltip {
    font-family: 'Quicksand';
    position: absolute;
    top: 120%;
    left: 50%;
    font-size: smaller;
    transform: translateX(-50%);
    background-color: #106af0;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s, visibility 0.5s;
}

/* end of special colors part */

.tooltip-trigger {
    position: relative;
    cursor: pointer;
}

.tooltip-trigger:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

#editorContainer {
    padding-top: 5rem;
}

#canvasContainer {
    padding-top: 3rem;
}

#saveBtn {
    background-color: green;
    color: white;
    border-radius: 2rem;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;
    border: 1px solid #dee2e4;
    margin-top: -2px;
}

.action-button {
    background-color: #106af0;
    color: white !important;
    border-radius: 2rem;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #dee2e4;
    margin-left: 2px;
    margin-right: 2px;
}

.action-button:hover {
    background-color: #045ebd;
}

.action-button i {
    margin-left: 3px;
    margin-right: 3px;
}

.cell-button {
    padding: 1px 5px;
}

.col-selection {
    width: 4%;
    min-width: 20px;
}

.text-transparent {
    color: transparent;
}

.cursor-default {
    cursor: default;
  }  

.dropdown-toggle.show::after {
    transform: rotate(180deg);
    transition: transform 0.4s ease; /* Add a transition effect */
}

.dropdown-toggle::after {
    transition: transform 0.4s ease; /* Add a transition effect */
}

.input-text i {
    margin-right: 8px;
    font-size: 22px;
}

.input-text span {
    font-size: 17px;
}

.navbar, 
#editorContent {
    transition: width 0.6s ease;
}

.navbar .nav-link {
    font-weight: 500;
    color: black;
}

.dropdown-menu {
    border: 1px #d7d7d7 solid;
}

.dropdown-menu li {
    padding: 4px 2px 4px 2px;
}

.dropdown-item {
    color: #252525;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.navbar-nav .nav-link.show {
    color: white;
}

/* 
.navbar-collapse.show .navbar-nav {
    padding-top: 0.75rem;
    transition: padding-top 0.3s ease;
}
*/

.navbar-toggler {
    padding: 0.2rem 0.5rem;
}

.text-justify {
    text-align: justify;
}

#usersContainer .form-control {
    margin-top: 2px;
}

.custom-table-toggle {
    transform: scale(1.5);
    margin-top: 5px;
    margin-right: 2rem;
}

#autorisations .form-switch {
    margin-top: 9px;
}

#autorisations .form-check-input {
    transform: scale(1.5);
}

#autorisations .form-check-label {
    margin-left: 6px;
}

body {
    background: #f8f8f8; /* Light blue */
    font-family: 'Poppins', sans-serif; /* Use Quicksand font for the entire body */
    font-weight: normal;
    color: black;
    overflow-y: auto;
}

html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.content {
    flex: 1;
}
footer {
    padding: 20px 0;
}

footer,
footer a {
    color: black;
}

.modal {
    color: black;
    min-width: 640px
}

.modal-header {
    border-bottom: transparent;
    justify-content: center;
}

.sup-icon {
    font-weight: bold;
    font-size: 12px;
    margin-left: -5px;
    top: -10px;
}

#passwordGenerateDiv,
#lastLoginDiv {
    align-items: center;
    cursor: pointer;
    padding: 0px 4px 0px 1px;
}

.modal-body {
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal-footer {
    border-top: transparent;
    justify-content: center;
    padding-bottom: 16px;
    padding-top: 0px;
}

.modal-dialog {
    display: flex;
    justify-content: center; /* Horizontally center the modal */
    align-items: center; /* Vertically center the modal */
    min-height: 100vh; /* Ensure the modal covers the entire viewport height */
}

.bootbox.modal.fade.bootbox-prompt.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog.modal-sm {
    margin: auto;
}

[readonly] {
    pointer-events: none;
    background-color: #e8eaeb;
}

.word-bootbox .modal-content {
    width: 400px;
}

.bootbox {
    overflow: hidden;
}

.bootbox-before-analyze {
    text-align: center;
}

.bootbox-rgpd .modal-content {
    width: 610px;
}

.bootbox-champs .modal-content,
.bootbox-champs .modal-body {
    width: max-content;
}

.bootbox-spinner .modal-body {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bootbox-short-header .modal-header {
    padding-bottom: 0px;
}

.bootbox-history .modal-content {
    max-height: 85vh;
}

.bootbox-history .modal-body {
    overflow-y: auto;
   /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); */
}

.bootbox-copy .modal-content {
    max-height: 85vh;
}

.bootbox-copy .modal-body {
    overflow-y: auto;
   /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); */
}

.bootbox-declinaisons .modal-body {
    padding: 0.5rem 3rem;
    max-height: 70vh;
    min-height: 40vh;
    overflow-y: auto;
    width: 80vw;
}

.bootbox-declinaisons .modal-content {
    width: 80vw;
}

.bootbox-declinaisons .modal-dialog {
    min-height: auto;
}

.form-check {
    margin-bottom: 16px;
}

.form-check-input {
    background-color: #d8d8d8;
}

.input-div {
    position: absolute;
    transform: translateY(72%);
}

.btn {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow effect */
    font-weight: 600;
    cursor: pointer;
}

/* Change shadow effect on hover */
.btn:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

/* Change shadow effect on active */
.btn:active {
    box-shadow: none; /* Remove shadow when button is clicked */
    transform: translateY(2px); /* Add slight downward movement on click */
}

/*
.card {
    border-radius: 1rem;
    border: 2px #d7d7d7 solid;
    background-color: #f0f0f0;
}


.card-body {
    border-radius: 1rem;
    background-color: #f0f0f0;
}
*/

.how-it-work-text {
    font-size: 16px;
    color: #666;
}

.form-label {
    color: #252525;
    font-size: 18px;
}

#pdfContainer {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow */
    min-height: 80vh; /* Minimum height for container */
    display: none; /* Initially hidden */
    position: relative; /* Added for absolute positioning of selection box */
    cursor: crosshair;
}

.editable-td textarea:focus {
    box-shadow: inset 0 0 0 0.25rem #0d6efd25;
    outline: 0;
}

.dragable-td i {
    padding-left: 2px
}

.delete-td i {
    padding-right: 2px
}

.editable-td {
    min-width: 200px;
    height: 40px;
    border-top: 1px solid #ddd;
    padding: 0;
}

.editable-td input {
    border: none;
}


/* Styles for editor tables */
table {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
    font-weight: normal;
}

table td,
table th {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    word-break: break-all;
}

/* Remove border from first and last td in each row */
table tr:first-child td{
    border-top: none !important;
}
table tr:last-child td{
    border-bottom: none !important;
}

.dropdown-item:hover {
    background-color: transparent;
    color: #252525;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent black background */
    z-index: 9999; /* Ensure it appears on top of everything */
    display: flex;
    justify-content: center;
    align-items: center;
}


#dashboard .form-label {
    font-size: 14px;
    margin: 0 1.5rem 0.2rem 0;
}


/* Modal style */

.col-auto {
    display: flex;
    margin-left: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
}

button .fas {
    margin-right: 6px;
}

.fa-file-word {
    margin-right: 10px !important;
}

.fa-solid {
    margin-right: 6px;
}

.row-hover:hover {
    background-color: #f0f0f0; /* Change this color to your desired hover color */
    cursor: pointer;
}

.fa-circle-xmark {
    color: #d90000;
}

.fa-up-down {
    color: #252525;
}

.delete-td {
    cursor: pointer;
    width: 20px;
}

.dragable-td {
    cursor: pointer;
    width: 20px;
}

.btn.btn-primary {
    border-color: transparent;
}

.dragged-row {
    background-color: white;
}

.drag-over {
    border: 2px dashed #001977; /* Example dashed border */
    background-color: #00000019; /* Example semi-transparent background */
}

.top-left-button {
    position: absolute; /* Position the button absolutely within the relative container */
    top: 20px; /* Distance from the top */
    left: 20px; /* Distance from the left */
    z-index: 1000; /* Ensure it's above other content */
}

.top-left-button-left {
    position: absolute; /* Position the button absolutely within the relative container */
    top: 20px; /* Distance from the top */
    left: auto; /* Distance from the left */
    margin-left: 20px;
    z-index: 1000; /* Ensure it's above other content */
}

.top-right-button {
    position: absolute; /* Position the button absolutely within the relative container */
    top: 20px; /* Distance from the top */
    right: 20px; /* Distance from the right */
    z-index: 1000; /* Ensure it's above other content */
}

#documentName{
    font-style: italic;
    font-size: smaller;
}

.form-control::placeholder {
    color: #8f8f8f;
    font-style: italic;
}

hr {
    color: white;
    border: 1px solid #d7d7d7;
    opacity: 1;
    border-radius: 20px;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    margin-left: 10px;
    margin-right: 10px;
}

/* Custom styles for the switch */
.form-switch input.form-check-input:not(:checked){
    background-color: #fff; /* Set background to white when toggle is on */
}
.form-switch input.form-check-input:focus {
    box-shadow: none; /* Remove focus box-shadow */
}
.form-switch input.form-check-input:hover {
    cursor: pointer; /* Add pointer cursor */
}

h3 {
    font-size: 34px;
}

h5 {
    font-weight: 600;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -10px 12px -5px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #01042a, #0b2a69);
    padding: 20px;
    display: none; /* Initially hidden */
}

.sidebar {
    position: fixed;
    top: 0;
    left: -46%;
    width: 46%; /* Adjust the initial width of the sidebar as needed */
    height: 100%; /* Set the sidebar height to cover the entire viewport */
    background-color: #f8f8f8; /* Light gray background */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds height */
    transition: left 0.6s ease; /* Add transition effect for smooth animation */
    z-index: 1000;
}

.sidebar .row {
    margin: 0px;
}

#sidebarContent {
    box-shadow: inset 0px -1px 4px rgb(0, 0, 0, 0.5);
    min-height: 100%;
}

.btn-sidebar i {
    font-size: 24px; /* Adjust the icon size as needed */
    line-height: 50px; /* Center the icon vertically within the button */
    transition: transform 0.8s ease; /* Add transition effect for smooth rotation */
}

#exportLoader {
    position: fixed;
    right: 20px;
    top: 83px;
}

.rotated {
    transform: rotate(180deg); /* Rotate the icon 180 degrees */
}

.checkbox-label input[type="checkbox"]+label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    margin-right: 10px;
}

.sidebar-expanded {
    left: 0 !important;
}

.main-content-expanded {
    width: 54% !important;
    margin-left: 46% !important;
}

.master-header-expanded,
.master-footer-expanded {
    width: 54% !important;
}

.profile-infos-expanded {
    width: 54% !important;
}

.navbar-expanded {
    width: 54% !important;
}

#editorContainer div {
    transition: max-width 0.6s ease; /* Apply smooth transition */
}

.main-content {
    overflow-y: auto;
    transition: margin-left 0.6s ease; /* Ajoute une transition de 0.6 seconde avec une accélération douce */
}

.rounded-2 {
    box-shadow: 0 0 0 1px #dee2e6;
}

fieldset {
    border : 2px #d7d7d7 solid;
    padding-top: 1rem;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem;
    background-color: #f0f0f0;
}

.custom-table-admin .form-check {
    margin-bottom: 0px !important;
}

.custom-table-admin input[type="text"],
.custom-table-admin input[type="email"] {
    border-radius: 5px;
    border: 1px solid #dee2e5;
    padding: 3px 4px 3px 4px;
}

.custom-table {
    color: #252525; /* Default text color */
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border: none;
}

.custom-table tbody tr:nth-of-type(odd) {
    background-color: #0000000D; /* Striped background color for odd rows */
}

/* Remove border from first and last td in each row */
.custom-table tr:first-child th:first-child {
    border-top-left-radius: 0.375rem !important;
}
.custom-table tr:first-child th:last-child {
    border-top-right-radius: 0.375rem !important;
}
.custom-table tr:last-child td:first-child {
    border-bottom-left-radius: 0.375rem !important;
}
.custom-table tr:last-child td:last-child {
    border-bottom-right-radius: 0.375rem !important;
}

.custom-table tbody tr.active {
    background-color: #0000001A; /* Background color for active rows */
}

.custom-table th {
    padding: 8px;
}

.custom-table td {
    padding: 8px;
}

textarea {
    resize: both;
    word-break: break-word;
    height: auto;

}

.editable-td textarea {
    border: transparent;
    word-break: break-word;
    padding-top: 7px;
    margin-left: 1px;
}

.fa-circle-check {
    color: #0d6efd;
    background: radial-gradient(white 50%, transparent 50%);
}



/* START of Export part */

/*
#endEditor .fa-circle-check {
    color: #106af0;
    background: radial-gradient(white 50%, transparent 50%);
}

#endEditor {
    font-size: 24px;
}
*/

.master-header {
    position: fixed;
    top: 64px;
    height: 65px;
    box-shadow: 0px 1px 4px rgb(0, 0, 0, 0.5);
    z-index: 100;
    transition: width 0.6s ease;
} 

.master-footer {
    position: fixed;
    bottom: 0;
    height: 75px;
    box-shadow: 0px -1px 4px rgb(0, 0, 0, 0.5);
    z-index: 100;
    transition: width 0.6s ease;
} 

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #106af0;
}

#endExport .nav-link.active {
    color: var(--bs-nav-pills-link-active-color);
}

#endExport .nav-link.active:hover {
    background-color: #045ebd;
    color: var(--bs-nav-pills-link-active-color);
    border: 2px solid #045ebd;
}

#endExport .nav-link {
    color: #106af0;
}

#endExport .nav-link:hover {
    color: #045ebd;
    border: 2px solid #045ebd;
}

#endExport .nav-item {
    width: 30%;
}

#endExport .left-nav {
    margin-left: 15%;
    margin-right: 5%;
}

#endExport .right-nav {
    margin-left: 5%;
    margin-right: 15%;
}

#endExport .nav-link {
    width: 100%;
    height: 58px;
    border-radius: 1rem;
    font-size: 18px;
    border: 2px solid #106af0;
}

.btn-generate {
    border-radius: 1rem;
    height: 52px;
}

.disabled-table {
    background-color: #e8eaeb;
    pointer-events: none; /* Prevent pointer events so it cannot be interacted with */
}

.disabled-table textarea {
    background-color: #e8eaeb;
    pointer-events: none; /* Prevent pointer events so it cannot be interacted with */
}
/* END of Export part */



/* START of Canvas part */
#backward {
    position: fixed;
    bottom: 25px;
    left: 18px;
}   

#validateCanvas {
    position: fixed;
    bottom: 25px;
    right: 18px;
}
#profileInfos {
    position: fixed;
    top: 60px;
    box-shadow: 0px 1px 4px rgb(0, 0, 0, 0.5);
}
/* END of Canvas part */



/* START of Loading part */
.progress {
    height: 30px;
    font-size:14px;
}

.progress-text-success {
    color: #fff;
    font-weight: bold;
}

#progressSteps li {
    margin-bottom: 2px;
    color: #fff !important;
}

#progressStepsContainer {
    margin-left: 13%
}

.no-bullet {
    list-style-type: none;
}

.fa-regular {
    margin-right: 6px;
}
/* END of Loading part */




/* START of custom styling for login */
#bodyLogin {
    overflow-y: hidden !important;
}

#loginContainer {
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
}

#loginDiv {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 36px 45px 16px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 15px;
}
#loginDiv input {
    outline: 0;
    background-color: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 10px;
}

#logobox {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px;
    margin: auto;
    width: 150px;
    height: 70px;
    background-position: center;
    margin-bottom: 24px;
}
/* END of custom styling for login */

button:disabled {background-color: gray !important;}

.actioncv_on {
    color:darkorange !important;
}
.actioncv_off{
    color:gray !important;
}

/* Scrollable body */
.table-responsive-scrollable {
    max-height: 400px;
    overflow-y: auto;

}
.table-responsive-scrollable table {
    border-collapse: collapse;
}
.table-responsive-scrollable thead tr th {
    position: sticky;
    top: 0;
}

.table-responsive-scrollable th {
    background-color: #106af0;
}

[v-cloak] > * { display:none; }
[v-cloak]::before { content: "loading..."; }

  