/* scrollbar */
*::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

*::-webkit-scrollbar-track {
    background-color: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 4px solid #fff;
}

*::-webkit-scrollbar-button {
    display: none;
}

@media (min-width: 1024px) {
    body {
        background-size: 1052px auto;
        background-position: top right;
    }
}

/* scrollbar */



.box-shadow {
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
}

.card-header {
    border-color: #f0f1f5;
    padding: 1.5rem 1.875rem 1.25rem;
    justify-content: space-between;
}

/* .card-body {
    padding: 1.875rem;
} */
table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    content: "▲";
    bottom: 50%;
    transform: translateY(5px);
    right: 0rem;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    content: "▼";
    bottom: 50%;
    transform: translateY(20px);
    right: 0rem;

}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting:after {
    opacity: 0.125;
}


table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:after {
    opacity: 0.5;
}

table.dataTable {
    border: 0px;
}

div.dt-container div.dt-scroll-body {
    border: 0px;
}

table.dataTable tbody td {
    font-size: 16px;
    padding: 15px 0px;
}

table.dataTable thead th {
    border: none;
}

.table th,
.table td {
    vertical-align: middle;
    white-space: nowrap;
    border: none;
}

.table td {
    border-bottom: 1px solid #ebecf0;
}

.table tr {
    cursor: pointer;
    border-radius: 0.5rem;
}

table.dataTable.table-bordered tr:last-child th,
table.dataTable.table-bordered tr:last-child td,
.table-bordered th,
.table-bordered td {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #f0f1f5;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 30px 15px;
    border-top: 0px;
    vertical-align: middle;
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
    outline: 0px;
}

table.dataTable.table>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgb(0 123 151 / 20%) !important;
    color: rgb(33, 37, 41) !important;
}

table .dtrg-group th {
    border-radius: 0.5rem;
}

table .edit-th-up th {
    padding: 15px 0px 0px 0px !important;
}

table .edit-th-down th {
    padding-top: 15px !important;
    padding-bottom: 0px !important;
}

@media (min-width: 1200px) {

    .dt-scroll-headInner,
    .dataTable {
        width: 100% !important;
    }
}

div.dataTables_wrapper div.dataTables_length select {
    border: 1px solid #e2e2e2;
    padding: 0.5rem 0.5rem;
    color: #715d5d;
    border-radius: 5px;
    font-size: 16px;
    width: 5.5rem;
    height: calc(1.8125rem + 10px);
    margin-bottom: 10px;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 10rem;
}

.buttons-excel,
.buttons-collection {
    border: 0px;
    background-color: #28a745;
}

.buttons-excel:hover,
.buttons-collection:hover {
    background-color: #198d34;
}

.page-link {
    border: 0px;
    margin: 2px;
    border-radius: 0.3rem;
}


.custom-select {
    box-shadow: none;
}

.circular-portrait {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #d9dcdf;
    overflow: hidden;
}

.circular-portrait img {
    width: 100%;
}

.square-card {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 7px solid #d9dcdf;
    overflow: hidden;
}


.circular-card {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 7px solid #d9dcdf;
    overflow: hidden;
    position: absolute;
    top: -75px;
}

.circular-card-nav {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    overflow: hidden;
}

div.dt-button-collection .dt-button-active:after {

    content: ' \2705';
}

.breadcrumb {
    font-size: 1.1875rem;
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
        --active: #00a5ad;
        --active-inner: #fff;
        --focus: 2px rgba(0, 165, 173, .3);
        --border: #BBC1E1;
        --border-hover: #00a5ad;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 25px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .checkbox-wrapper-13 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper-13 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox-wrapper-13 input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        width: 25px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --o: 1;
        box-shadow: 0 0 0 3px rgba(0, 165, 173, .3);
    }

    .checkbox-wrapper-13 input[type=checkbox]+label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        border-radius: 0.25em;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 8px;
        height: 13px;
        border: 3px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 8px;
        top: 3px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
    
}

.checkbox-wrapper-13 * {
    box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
    box-sizing: inherit;
}

.text-14 {
    font-size: 14px;
}

.text-main {
    color: #00a5ad !important;
}

.text-light {
    color: #909090 !important
}

.swal2-styled.swal2-confirm {
    align-items: center;
    gap: 6px;
    padding: .6em 1.5em;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #1a477f;
    background-image: linear-gradient(to right, #00a5ad, #00bad3, #006db6, #1598f0);
    background-size: 300% 100%;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.swal2-styled.swal2-confirm:hover {
    color: #fff;
    background-position: 100% 0;
    background-image: linear-gradient(to right, #00a5ad, #00bad3, #006db6, #1598f0) !important;

}

.swal2-styled.swal2-confirm:focus {
    outline: 0;
    box-shadow: none !important;
}

.swal2-styled.swal2-cancel {
    align-items: center;
    gap: 6px;
    padding: .6em 1.5em;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #1a477f;
    background-image: linear-gradient(to right, #838383, #b8b8b8, #768189, #aebcc5);
    background-size: 300% 100%;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.swal2-styled.swal2-cancel:hover {
    color: #fff;
    background-position: 100% 0;
    background-image: linear-gradient(to right, #838383, #b8b8b8, #768189, #aebcc5) !important;

}

.swal2-styled.swal2-cancel:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-main {
    /* display: inline-flex; */
    align-items: center;
    gap: 6px;
    padding: .6em 1.5em;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #1598f0;
    background-image: linear-gradient(to right, #00a5ad, #00bad3, #006db6, #1598f0);
    background-size: 300% 100%;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease-in-out;
    /* font-family: var(--s-heading); */
}

.btn-main:hover,
.btn-delete:hover,
.btn-yellow:hover,
.btn-green:hover {
    color: #fff;
    background-position: 100% 0;
    /* transform: scale(1.06); */
}

.btn-main:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 165, 173, .3);
}

.btn-delete {
    /* display: inline-flex; */
    align-items: center;
    gap: 6px;
    padding: .6em 1.5em;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #f77a7a;
    background-image: linear-gradient(to right, #dc414e, #f55d71, #ca104e, #f77a7a);
    background-size: 300% 100%;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease-in-out;
    /* font-family: var(--s-heading); */
}
.btn-yellow {
    /* display: inline-flex; */
    align-items: center;
    gap: 6px;
    padding: .6em 1.5em;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #f7e07a;
    background-image: linear-gradient(to right, #ffaa15, #fbca4d, #d48a0a, rgb(234, 182, 53));
    background-size: 300% 100%;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease-in-out;
    /* font-family: var(--s-heading); */
}
.btn-green {
    /* display: inline-flex; */
    align-items: center;
    gap: 6px;
    padding: .6em 1.5em;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #f7e07a;
    background-image: linear-gradient(to right, #28a745, #40c057, #2f9e44, #22b573);
    background-size: 300% 100%;
    color: #fff;
    border: none;
    font-weight: 700;
    cursor: pointer;
    transition: all .4s ease-in-out;
    /* font-family: var(--s-heading); */
}




.btn-light {
    align-items: center;
    gap: 6px;
    padding: .6em 1.5em;
    border-radius: 3px;
    font-weight: 700;
    transition: all .4s ease-in-out;
    margin-bottom: 1rem;
    color: #6c757d;
}

.btn-edit {
    display: inline-block;
    color: #f8a73d;
    background-color: transparent;
    border: 2px solid #f8a73d;
    box-shadow: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 3px;
}

/* .btn-delete {
    display: inline-block;
    color: #f83d6c;
    background-color: transparent;
    border: 2px solid #f83d6c;
    box-shadow: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 3px;
} */

.btn-add {
    display: inline-block;
    color: #28a745;
    background-color: transparent;
    border: 2px solid #28a745;
    box-shadow: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 3px;
}

.btn-look {
    display: inline-block;
    color: #3dadf8;
    background-color: transparent;
    border: 2px solid #3dadf8;
    box-shadow: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 3px;
}

.btn-edit:hover {
    color: #ffffff;
    background-color: #f8a73d;
    cursor: pointer;
}

.btn-delete:hover {
    color: #ffffff;
    background-color: #f83d6c;
    cursor: pointer;
}

.btn-add:hover {
    color: #ffffff;
    background-color: #28a745;
    cursor: pointer;
}

.btn-look:hover {
    color: #ffffff;
    background-color: #3dadf8;
    cursor: pointer;
}

.card-row {
    margin-bottom: 0.1rem;
    color: #343A40;
    display: block;
    padding: 0.7rem 1rem;
    border-radius: 0.6rem;
    width: 100%;
    cursor: pointer;
}

.card-row:hover {
    background-color: rgba(0, 0, 0, 0.1);
    color: #212529;
}

.printFile {
    filter: drop-shadow(0px 0px 3px rgb(0 0 0 / 0.15));
}

.card-row.active {
    background-color: rgba(0, 0, 0, 0.1);
}





.text1 {
    background-color: #ffcfc9;
    color: #b10202;
    padding: 0.1rem 0.8rem;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.text2,
.round0 {
    background-color: rgb(212, 237, 188);
    color: #11734b;
    padding: 0.1rem 0.8rem;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.text3,
.round1 {
    background-color: rgb(230, 207, 242);
    color: rgb(90, 50, 134);
    padding: 0.1rem 0.8rem;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.text4,
.round3 {
    background-color: rgb(248, 208, 232);
    color: rgb(147, 49, 108);
    padding: 0.1rem 0.8rem;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.text6,
.round2 {
    background-color: rgb(191, 225, 246);
    color: rgb(10, 83, 168);
    padding: 0.1rem 0.8rem;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}

.text5,
.round4 {
    background-color: rgb(207, 242, 227);
    color: rgb(50, 134, 114);
    padding: 0.1rem 0.8rem;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}
.text7,
.round5 {
    background-color: rgb(250, 238, 185);
    color: rgb(205 133 6);
    padding: 0.1rem 0.8rem;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
}
.card-select {
    background-color: #fff;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.5rem;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}


.card-select .main-icon,
.dataTable .main-icon {
    font-size: 50px;
    color: #0069d9;
    transition: all 0.1s ease-in-out;
}

.card-select .sCount {
    font-weight: 600;
    font-size: 28px;
    color: #3f4254;
    transition: all 0.1s ease-in-out;
}

.card-select .headtitle {
    font-weight: 600;
    font-size: 15px;
    transition: all 0.1s ease-in-out;
    line-height: 2.4;
}

.card-select .title {
    font-weight: 500;
    font-size: 16px;
    transition: all 0.1s ease-in-out;
    font-weight: 400;
    color: #6c757d;
}

.card-select .subtitle {
    color: #6c757d;
    font-size: 14px;
    transition: all 0.1s ease-in-out;
}

.card-select .icon {
    font-size: 40px;
    color: #a0a6ab;
    transition: all 0.1s ease-in-out;
}

.card-select .icon.active {
    font-size: 30px;
    color: #28a745;
    transition: all 0.1s ease-in-out;
}

.card-select .icon:hover {
    color: #28a745;
}

.nav-treeview .nav-treeview .nav-icon {
    position: absolute;
    top: -5px;
    left: 6px;
    font-size: 2.5rem;
}

.icon-fill {
    font-variation-settings:
        'FILL' 1;
}

.icon-pass {
    font-size: 40px;
}

.checkicon:hover {
    color: #28a745 !important;
}

.Link-select {
    color: #212529;
}

.Link-select:hover {
    color: #0069d9;
}

.fc .fc-button-primary {
    background-color: #28a745 !important;
    border: none;
    border-radius: 0.5rem;
    padding: 0.375rem 0.75rem;
}

.fc .fc-button-primary:hover {
    box-shadow: none;
}

.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(72 180 97 / 50%) !important;
}

.fc-day-sun a.fc-daygrid-day-number {
    color: #ff4500 !important;
    opacity: 0.7;
}

.fc-day-sat a.fc-daygrid-day-number {
    opacity: 0.7;
}

.fc-day-today a.fc-daygrid-day-number {
    font-weight: 700;
    width: 30px;
    height: 30px;
    background-color: #ddeef9;
    margin: 2px;
    text-align: center;
    border-radius: 50%;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: #fff;
}

.fc .fc-list-empty {
    background-color: #fff;
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: #F2F2F2;
}

.fc-event-title {
    font-weight: bold;
}

label.btn span.fa-check {
    margin-left: 0px;
    opacity: 0;
    color: #fff;
}

label.btn.active span.fa-check {
    opacity: 1;
}

#FormAddActivities input[type="radio"] {
    display: none;
    visibility: hidden;
}


.verticalthead {
    writing-mode: vertical-rl;
    transform: rotate(185deg);
    text-orientation: mixed;
    max-height: 35ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#activitiesReport {
    border-collapse: collapse !important;

}

#activitiesReport th {
    border: 1px solid #ced4da !important;
    padding: 5px 0px;
    text-align: center !important;
}

#activitiesReport td {
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

#activitiesReport_wrapper .row:nth-child(2) {
    overflow-x: auto !important;
}

.icondash {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0069d9;
    color: #fff;
    padding: 6px;
    border-radius: 0.3rem;
    line-height: 0.7;
}

.online-icon span {
    position: absolute;
    right: 25px;
    bottom: -14px;
    width: 16px;
    height: 16px;
    font-size: 60px !important;
    border: 3px solid #fff;
    background-color: #28a745;
    border-radius: 50%;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    margin-top: 0.4rem;
}

.form-border {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}




#FormAddClub .dataTables_scrollHeadInner {
    width: 100% !important;
}

#FormAdd .dataTables_scrollHeadInner {
    width: 100% !important;
}

.footer {
    background-color: #e9f4ff;
}

table .subtitle {
    color: #6c757d;
    font-size: 14px;
    transition: all 0.1s ease-in-out;
}

.paginate_button {
    cursor: pointer;
}

.memopass {
    cursor: default;
    color: #28a745;
    background-color: #e6ffea;
    border: 1px solid #28a745;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    display: inline-block;
}

.memowait {
    cursor: default;
    color: #6c757d;
    background-color: rgb(245, 245, 245);
    border: 1px solid #6c757d;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.5rem;
    display: inline-block;
}

.userimg {
    width: clamp(150px, 100%, 200px);
    /* height: auto; */
    border-radius: 0.25rem;
}

.docimg {
    width: 100%;
    /* height: auto; */
    border-radius: 0.25rem;
    border: 1px solid #6c757d;
}

.border1 {
    border-radius: 0.25rem;
    border: 2px solid #78a8d2;
}

.takephoto {
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.bg-camera {
    background-color: #131313;
    border-radius: 0.5rem;
}

.line1 {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: 33.33%;
}

.line2 {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    bottom: 33.33%;
}

.line3 {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    left: 33.33%;
}

.line4 {
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    right: 33.33%;
}

.cropper-container {
    width: 100% !important;
}

.width-200 {
    width: 200px !important;
}

.loader {
    width: 35px;
    padding: 6px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--green);
    --_m:
        conic-gradient(#0000 10%, #000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.pcshs {
    color: #1a477f;
}

.highlight {
    color: #ff6b00;
}

.results {
    box-shadow: 0 4px 12px rgba(255, 255, 255, .08);
}

.result-name {
    font-size: 16px;
    font-weight: 600;
    color: #1a477f;
}

.result-header {
    margin: 0;
    padding: 12px 16px;
    background-color: #00a0a9;
    color: #fff;
}

.result-header:hover {
    background-color: #00a0a9;
    color: #fff;
}

.form-control {
    border-radius: 3px;
    transition: border-color 0.3s, box-shadow 0.2s;
}

.form-control:focus {
    border: 1px solid #00a0a9;
    box-shadow: 0 0 0 3px rgba(0, 165, 173, .3) !important;
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border: 1px solid #00a0a9;
    box-shadow: 0 0 0 3px rgba(0, 165, 173, .3) !important;
}






.form-check-input-custom {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #BBC1E1;
    border-radius: 50%;
    -webkit-appearance: none;
    outline: none;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
}

.form-check-input-custom:checked {
    background-color: #00a5ad;
    border: 1px solid #00a5ad;
    box-shadow: 0 0 0 3px rgba(0, 165, 173, .3);
}

.form-check-input-custom:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
}


.form-check-input-custom:focus {
    border: 1px solid #00a5ad;
    box-shadow: 0 0 0 3px rgba(0, 165, 173, .3);
}

.form-check-label-custom {
    margin-left: 8px;
}


.cursor-pointer:hover {
    cursor: pointer;
}


/* //////////////// */
.steps {
    height: 35px;
}

.text-steps {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .text-steps {
        font-size: 14px;
    }
}

.step .circle {
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translate(50%, 50%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background-color: lightgray;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}


.step .circle .material-symbols-outlined {
    font-size: 22px;
    /* position: absolute;
    top: 0rem;
    left: 0rem; */
}

.steps .pass .circle {
    border: 0.14rem solid #fff;
    background-color: #00AC69;
    width: 26px;
    height: 26px;
    color: #fff;
    transition: outline 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.steps .pass .circle:hover {
    box-shadow: 0 0 0 0.2rem rgba(0, 165, 173, 0.2);
}

.steps .active .circle {
    border: 0.14rem solid #fff;
    background-color: #00AC69;
    width: 26px;
    height: 26px;
    color: #fff;
    /* box-shadow: 0 0 0 0.4rem rgba(0, 165, 173, 0.2), 0 0 0 0.2rem #00AC69; */
    box-shadow: 0 0 0 0.2rem rgba(0, 165, 173, 0.2);
}

.steps .line {
    position: absolute;
    bottom: 0px;
    width: 100%;
    transform: translate(-50%, 50%);
    border-bottom: 0.16rem solid lightgray;
}

.steps .pass .line,
.steps .active .line {
    border-bottom: 0.16rem solid #00AC69;
}

.stepV.line {
    border-right: 0.16rem solid lightgray;
}

.stepV.pass.line {
    border-right: 0.16rem solid #00AC69;
}

.stepV .circle {
    position: absolute;
    top: 0%;
    right: -1px;
    transform: translate(50%, 0%);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: lightgray;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}

.stepV.pass .circle {
    background-color: #00AC69;
    /* box-shadow: 0 0 0 0.4rem rgba(0, 165, 173, 0.2), 0 0 0 0.2rem #00AC69; */
    box-shadow: 0 0 0 0.2rem rgba(0, 165, 173, 0.2);
}

/* //////// */
.swal2-html-container {
    padding: 1em 0.1em .3em !important;
}

@media (min-width: 1024px) {
    .swal2-html-container {
        padding: 1em 1em .3em !important;
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1440px;
    }
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 1em !important;
}

.input-error {
    box-shadow: 0 0 0 3px rgba(0, 165, 173, .3);
}

.card-dashboard-all {
    border-bottom: 5px solid #00709a;
}

.card-dashboard-today {
    border-bottom: 5px solid #00a0a9;
}

.card-dashboard-pass {
    border-bottom: 5px solid #1cb53f;
}

.card-dashboard-wait {
    border-bottom: 5px solid #ffc020;
}

.card-dashboard-fail {
    border-bottom: 5px solid #f26b55;
}

.icon-dashboard {
    font-size: 25px;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.icon-dashboard-all {
    color: #ffffff;
    background-color: #00709a;
}

.icon-dashboard-today {
    color: #ffffff;
    background-color: #00a0a9;
}

.icon-dashboard-pass {
    color: #ffffff;
    background-color: #1cb53f;
}

.icon-dashboard-wait {
    color: #ffffff;
    background-color: #ffc020;
}

.icon-dashboard-fail {
    color: #ffffff;
    background-color: #f26b55;
}

.num {
    font-size: 25px;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

#TH-map {
    width: 100%;
    height: 660px;
}

.fc-view-harness{
    height: 850px;
}