html * {
    font-family: 'SF Pro Display', sans-serif;
}


:root {
    font-family: 'SF Pro Display', sans-serif;
    --border-radius: .75rem;
    --bg-glass-values: 255, 255, 255;
    --bg-glass: rgba(var(--bg-glass-values), .1);
    --bg-glass-2: rgba(var(--bg-glass-values), .2);
    --bg-glass-3: rgba(var(--bg-glass-values), .3);
    --bg-glass-4: rgba(var(--bg-glass-values), .4);
    --bg-glass-5: rgba(var(--bg-glass-values), .5);
    --bg-light-dark: #f0f1f2;
    --c-darkviolet: #6c7588;
    --c-orange: #ff7f50;
    --c-ocean: #6495ed;
    --c-violet: #9400d3;
    --c-red: #ed143d;
    --c-salat: #3cb371;
}


.rounded-xl {
    border-radius: var(--border-radius);
}

.checkbox-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
}

.checkbox-wrapper input[type="checkbox"] {
    transform: scale(1.3);
}


.bg-light-dark {
    background: var(--bg-light-dark);
}


.text-primary {
    --bs-text-opacity: 1;
    color: #1F58A5 !important;
}

#application-table_wrapper td {
    text-align: center !important;
}

#application-table_wrapper td:nth-child(2) {
    text-align: left !important;
}

.material-icons-outlined {
    vertical-align: middle !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}


.quantity_counter__decrement, .repair_counter__decrement {
    z-index: 1;
    border: none;
    justify-content: center;
    box-shadow: none !important;
    padding: 4px 4px !important;
    margin-left: 0 !important;
    background: #f0f1f2 !important;
    cursor: pointer !important;
}

.quantity_counter__input, .repair_counter__input {
    z-index: 1;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    max-width: 47px;
    border: none;
    text-align: center !important;
    padding: 1px 1px !important;
    box-shadow: none !important;
}

.quantity_counter__increment , .repair_counter__increment{
    border: none;
    z-index: 1;
    justify-content: center !important;
    box-shadow: none !important;
    padding: 4px 4px !important;
    margin-right: 0 !important;
    background: #f0f1f2 !important;
    cursor: pointer !important;
}

.quantity_counter__increment > i, .repair_counter__increment > i {
    font-size: 22px;
}

.quantity_counter__increment:active, .repair_counter__increment:active {
    background: #c4c5c5 !important;
}

.quantity_counter__decrement:active, .repair_counter__decrement:active {
    background: #c4c5c5 !important;
}

.quantity_counter__decrement > .material-icons-outlined, .repair_counter__decrement > .material-icons-outlined {
    font-size: 20px;
}

.quantity_counter__increment > .material-icons-outlined , .repair_counter__increment > .material-icons-outlined{
    font-size: 20px;
}


.btn-blue {
    background-color: #1F58A5;
    color: white;
}

.btn-blue:hover {
    color: white;
}


.sidebar_block {
    background-color: #212C3E;
}


@media (max-width: 576px) {
    .cart {
        height: auto !important;
    }

    .application-table-block {
        height: auto !important;
    }
}


.nav-link {
    border-radius: 20px !important;
}

.nav_item_active {
    background-color: #1F58A5 !important;
    border-radius: 20px !important;
    transition: all 150ms ease-in-out !important;
}


.btn-rounded {
    border-radius: 20px !important;
}

.btn-primary {
    background-color: #1F58A5 !important;
}

.scroll-dark {
    padding-right: 8px !important;
}

.scroll-dark.container-custom-mx-h {
    padding-right: 6px !important;
    margin-right: -14px;
}

.scroll-dark.flex-nowrap {
    padding-right: 0 !important;
}

.scroll-dark::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

.scroll-dark::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c0c0c0;
}

.scroll-dark::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9d9d945;
}


#application-table_wrapper > .row > .d-flex {
    justify-content: start !important;
}


.dataTables_filter input {
    border-radius: 30px !important;
}

table.dataTable {
    border-spacing: unset !important;
    border-collapse: separate !important;
}

table {
    white-space: nowrap;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 0;
}

div.dataTables_scrollBody {
    border-left: none !important;
    position: relative;
    overflow: auto;
    width: 100%;
    max-height: inherit;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
}

.dataTables_info {
    display: none;
}

/*.main_table_countries th {*/
/*    !* font-size: 14px; *!*/
/*    font-weight: bold;*/
/*    border-color: #ccc !important;*/
/*    color: #666666;*/
/*    position: sticky !important;*/
/*    position: -webkit-sticky !important;*/
/*    -webkit-transform: translateZ(0) !important;*/
/*    !* transform: translateZ(0) !important; *!*/
/*    top: 0;*/
/*    background: #fff;*/
/*    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 40%);*/
/*}*/

table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*@media screen and (max-width: 992px) {*/
/*    table {*/
/*        display: block;*/
/*    }*/

/*    table > *,*/
/*    table tr,*/
/*    table td,*/
/*    table th {*/
/*        display: block;*/
/*    }*/

/*    table thead {*/
/*        display: none;*/
/*    }*/

/*    table tbody tr {*/
/*        height: auto;*/
/*        padding: 37px 0;*/
/*    }*/

/*    table tbody tr td {*/
/*        padding-left: 40% !important;*/
/*        margin-bottom: 24px;*/
/*    }*/

/*    table tbody tr td:last-child {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    table tbody tr td:before {*/
/*        font-family: OpenSans-Regular;*/
/*        font-size: 14px;*/
/*        color: #999999;*/
/*        line-height: 1.2;*/
/*        font-weight: unset;*/
/*        position: absolute;*/
/*        width: 40%;*/
/*        left: 30px;*/
/*        top: 0;*/
/*    }*/
/*}*/
.table-responsive thead tr:nth-child(2) th {
    padding: 0 !important;
}

.table-responsive::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}


.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c0c0c0;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9d9d945;
}

.table-responsive {
    /*border-radius: .25rem;*/
    /*display: flex;*/
    /*height: 100%;*/
    /*width: 100%;*/
    z-index: 10;
    align-items: center;
}

table {
    white-space: nowrap;
}

thead th {
    align-items: center !important;
}


.dataTables_scrollBody thead tr:nth-child(2) th {
    padding: 0 !important;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #c0c0c0;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #d9d9d945;
}

.dataTable th {
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 40%) !important;
}


.table > thead > tr > th {
    vertical-align: bottom !important;;
    border-bottom: 1px solid #ddd !important;
    box-shadow: 0 2px 2px -1px rgb(0 0 0 / 40%) !important;
}

.priority_check {
    cursor: pointer !important;
}


.form-control:focus, .form-select:focus,
.form-control *:focus {
    box-shadow: 0 6px 12px rgba(55, 143, 246, 0.25);
}

.form-check-input:focus {
    box-shadow: 0 6px 12px rgba(55, 143, 246, 0.25);
}

.btn-primary:focus {
    box-shadow: 0 6px 12px rgba(55, 143, 246, 0.25);
}

.select2-container--bootstrap-5.select2-container--focus,
.select2-selection,
.select2-container--bootstrap-5.select2-container--open,
.select2-selection:focus {
    box-shadow: 0 6px 12px rgba(55, 143, 246, 0.25)!important;
}

.select2-container  {
    width: auto!important;
}

#application-products-detail td {
    text-align: center !important;
}

#application-detail td {
    text-align: center !important;
}

#application-detail td:nth-child(6) {
    text-align: start !important;
}

#application-detail_wrapper .dataTables_filter {
    display: none;
}


.dataTables_length {
    padding: .25rem !important
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {

    .col-lg-1-5 {
        width: 12.5% !important;
        /*flex: 0 0 12.499% !important;*/
        /*max-width: 12.499% !important;*/
    }

    .col-lg-10-5 {
        width: 87.5% !important;
    }
}

@media (min-width: 576px) {
    .sidebar_block {
        padding: 0 0 0 0 !important;
    }
}

@media (max-width: 767.98px) {
    :root {
        --bs-body-font-size: .888rem;
    }

    .fs-5 {
        font-size: 1.2em !important;
    }
}

/*#application-table_wrapper:nth-child(1){*/
/*    !*display: none;*!*/
/*    background-color: red;*/
/*    !*display: none;*!*/
/*}*/

.text-vertical-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    word-wrap: normal;

}

.text-wrap {
    white-space: normal;
    max-width: 200px;
}

.page-link {
    color: black !important;
}

.active > .page-link {
    color: white !important;
}


.select {
    position: relative;
    /*margin: 5px 5px 5px 5px;*/
    padding: 5px 5px 5px 5px;
}

.selectLabel {
    display: block;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.selectWrapper {
    position: relative;
    width: auto;
}

.selectCustom {
    position: relative;
    width: 12rem;
    height: 2.2rem;
}

.selectCustom-trigger {
    /*font-size: 1.6rem;*/
    background-color: #fff;
    border: 1px solid #6f6f6f;
    border-radius: 0.4rem;
    cursor: pointer;
    color:white;
}

.selectCustom-trigger {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0.4rem 0.2rem 0.4rem 0.2rem;
}

.selectCustom-trigger::after {
    content: "▾";
    position: absolute;
    font-size: 30px;
    top: -6px;
    right: 0.3rem;
}

.selectCustom-trigger:hover {
    border-color: black;
    transform: scale(1.01);
}


.selectCustom-options {
    position: absolute;
    top: calc(2.58rem);
    /*top: 10px;*/
    left: 0;
    width: 100%;
    border: 1px solid #6f6f6f;
    border-radius: 0.4rem;
    background-color: #fff;
    box-shadow: 0 0 4px #e9e1f8;
    z-index: 10;
    /*padding: 0.8rem 0;*/
    display: none;
}

.selectCustom-option:nth-child(1){
    border-radius: 0.3rem 0.3rem 0 0;
}

.selectCustom-option:nth-last-child(1){
    border-radius: 0 0 0.3rem 0.3rem ;
}


.selectCustom.isActive .selectCustom-options {
    display: block;
}

.selectCustom-option {
    position: relative;
    padding: 0.5rem;
    color: white;
}

.selectCustom-option:hover {
    background-color: #f7ecff;
    cursor: pointer;
}

.selectCustom-option:not(:last-of-type)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.8rem;
    width: calc(100% - 1.6rem);
    /*border-bottom: 1px solid #d3d3d3;*/
}


.user_profile__photo {
    height: auto;
    width: 8em;
    min-width: 4em;
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1;
}

.user_profile label {
    bottom: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: 0.3em;
}

#upload_profile_photo {
    display: none;
}

.nav-tabs .active {
    border-bottom: solid!important;
    margin-bottom: -2px;!important;
    /*outline: black;*/
}


.profile_info .justify-content-between {
    max-width: 24em;
    width: auto;
}

.profile_info_edit {
    max-width: 34em;
    width: auto;
}

.iti {
    display: block!important;
}

.workers__edit_user {
    cursor: pointer;
}

#workers_list_table {
    max-width: 60em;
}

.worker__workplace {
    border-radius: 3em;
    color: white;
}

#workers_list_table > thead > tr > th {
    border-bottom: 0!important;
    box-shadow:none!important;
}
.alert_input{
    border: 1px solid red !important;
}

.between-buttons {
    margin-left: 8px;
}

.row.g-2 {
    justify-content: space-around;
}

.act-hr {
    margin-left: 30px;
    margin-right: 30px;
    color: black;
}

#act-create-table-container {
    margin-left: 60px;
    margin-right: 60px;
}

.quantity_input {
    text-align: center;
    margin-right: 60px;

}

.invalid-feedback {
    display: block;
}

.act-table-button {
    border: none;
    background: none;
    display: inline-block;
}

.last-act-table {
    width: 100px;
}

.act-print {
    background-image: url('/static/imgs/golban_background.png');
    background-repeat: no-repeat;
    background-clip: content-box;
    background-position: top right;
    background-size: 50% auto;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    min-height: 800px;
}

#act-print-template {
    padding-left: 20px;
    padding-right: 20px;
}

.free-product-table.dataTable th {
    text-align: left !important;
}

.movement-table-row select {
    width: 100%;
    border: none;
    overflow-y: auto;
    background-color: white;
}

.movement-table-row input {
    width: 100%;
    border: none;
    overflow-y: auto;
}

.fill-primit-button {
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
}

.fill-primit-button:hover {
    color: green;
}

.fill-primit-button.active {
    color: green;
}

.collapsed-sidebar {
    width: 80px;
    overflow: visible;
}

.collapsed-sidebar .nav-name {
    display: none!important;
}

.collapsed-sidebar .nav-link i {
    margin-left: 0;
}

.collapsed-sidebar .dropdown-toggle span {
    display: none;
}

.collapsed-sidebar .logo-image {
    max-width: 60px!important;
    max-height: 60px!important;
}

.collapsed-content {
    width: 95%!important;
}


th.no-sort:before,
th.no-sort:after {
    content: ""!important;
}

.cofraje-selector-count {
    height: 55px;
    align-content: end;
    min-width: 300px;
}

.cofraje-doc-button {
    align-content: end;
    height: 55px;
}

.cofraje-stock-table-header th {
    align-content: baseline;
}