html,
body {
    font-family: "Arial", "Roboto", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 15px;
}
.input-line input {
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid #919191 !important;
    color: white;
    font-size: 16px;
}

.form-floating>.form-control:not(:placeholder-shown)~label:after {
    background: transparent;
}

.sticky {
    position: sticky;
    bottom: 2rem;
}

.form-control, .form-select {
    border: 1px solid #ced4da;
    background-color: white;
}

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 12px;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #198754;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input-group-text {
    font-size: 1.5rem;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.printat {
    border-color: #ccc;
    color: #ccc;
}
.btn.hide-action{
    display: none;
}
.btn.step_completed {
    background-color: green;
    color: white;
    border-color: transparent;
}

.btn.step_active {
    background-color: yellowgreen;
    color: white;
    border-color: transparent;
}

.btn.step_inactive {
    background-color: grey;
    color: white;
    border-color: transparent;
}

.btn.step_next {
    background-color: orange;
    color: white;
    border-color: transparent;
}

.admin_crud{
    float: right;
    background-color: #ddd;
    border: 1px solid #cca1a1;
    padding: 10px;
    border-radius: 10px;
}
.state {
    color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
}
td small {
    margin-top: -7px;
    display: block;
    color: gray;
    margin-left: 18px;
}
.tooltip-inner {
    max-width: 800px;
    font-size: 13px;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    white-space: pre-wrap;
}
.info-icon {
    cursor: pointer;
    font-size: 14px;
    color: #007bff;
}
.tooltip.show {
    opacity: 1;
}
.table>:not(caption)>*>* {
    background-color: unset;
}
.flex-container-delivery {
    display: flex;
    height: 100%;
    gap: 40px;
}
.flex-container-delivery .flex-item {
    padding: 30px;
    border-radius: 20px;
    background: #ddd;
    box-sizing: border-box;
}
.flex-container-delivery .first-item {
    flex: 0 0 25%;
}
.flex-container-delivery .second-item {
    flex: 1;
}
.second-item td, .second-item tr, .second-item th {
    border-color: #000;
}
.duplicate {
    opacity: 0.4;
}
.hidden {
    display: none;
}
.table td, .table th{
    padding: 0.25rem !important;
}
.row .form-group {
    margin-bottom: 0.5rem;
}
.table td, .table th {
    vertical-align: middle !important;
}

.btndate span{
    color: #0d6efd;
}
.btndate span.active,
.btndate span:hover{
    color: #da2113;
}
