@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --primary:      #414141;
    --primary-dark: #2e2e2e;
    --primary-soft: #989898;

    --second:       #10100F;
    --second-dark:  #10100F;
    --second-soft:  #787872;

    --alternate:        #ecb621;
    --alternate-dark:   #c99b1a;
    --alternate-soft:   #fbd775;
    
    --success:      #29b229;
    --success-soft: #3bc03b;
    --success-dark: #209720;
    --info:         #377ae7;
    --info-soft:    #4182ea;
    --info-dark:    #2e6cd1;
    --warning:      #e7ba36;
    --warning-soft: #e7bf47;
    --warning-dark: #d7ad31;
    --danger:       #df3131;
    --danger-soft:  #e13e3e;
    --danger-dark:  #ce2d2d;

    --white:    #ffffff;
    --red:      #db3636;
    --pink:     #f783f7;
    --purple:   #8656dd;
    --blue:     #2697f3;
    --green:    #47bb4b;
    --lime:     #95c10f;
    --teal:     #00b8ae;
    --yellow:   #fbc208;
    --brown:    #b9794d;
    --orange:   #ff8432;
    --gray:     #858585;
    --black:    #000000;

    --background : #fff;
    --bg-elements : #ffffff;
    --bg-elements-dark : #afafaf;
    --border: 1px solid #cdcdcd;
    --gr-elements : linear-gradient(5deg, #d8d8d8 0%, #ffffff 145%);
    --text-color: #3e3e40;
    --text-label: #858484;
    --disabled : inset 0 0 100px 100px rgba(80, 80, 80, 0.15);

    --r-half: .5rem;
    --r-0: 0rem;
    --r-1: 1rem;
    --r-2: 2rem;
    --r-3: 3rem;
    --r-4: 4rem;
    --r-5: 5rem;

}

*{
    padding: 0;
    box-sizing: border-box;
}
[data-theme="dark"]{
    --background: #30343e;
    --text-color: #ffffff;
    --bg-elements : #2c2e39;
    --text-label : #d1d1d1;
    --bg-elements-dark : #121313;
    --border: 1px solid #585859;
    /* --gr-elements :  linear-gradient(5deg, #212123 0%, #757575 145%); */
    --gr-elements :  linear-gradient(2deg, #393b3d 5%, #4b4b51 75%);
    --disabled : inset 0 0 100px 100px rgba(116, 115, 131, 0.25);
}
#app .container .dp__input{
    background-color: var(--bg-element);
    color: var(--text-color);
}
#app.not-sesion {
    margin-top: 0 !important;
    background-image: url("/public/img/Background/fondo.jpg");
    background-position: center;
    height: 100vh;
}
body{
    margin: 0;
    padding: 0;
    color: var(--text-color);
    background-color: var(--background);
    /* font-family: "Poppins", serif !important; */
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
}
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal {
    display: none;
}
.btn-pass {
    height: 40px;
    width: 3rem;
    position: absolute;
    right: -5px;
    background-color: transparent;
    border: none;
    margin: .325rem 0;
    cursor: pointer;
}

.icon-eye {
    position: absolute;
    top: 50%;
    right: .75rem;
    font-size: 1.05rem;
    transform: translateY(-50%);
    color: var(--text-color);
    pointer-events: none;
}

/* ================================================================================================= //
// ------------------------------------------- TEL PHONE ------------------------------------------- //
// ================================================================================================= */
.vti__dropdown-item{
    color: var(--black) !important;
}
.vue-tel-input{
    position: relative;
    width: 100%;
    border: none !important;
    padding: 0 10px;
    outline: none;
    font-size: .985rem;
    box-sizing: border-box;
    border-radius: .5rem !important;
    outline: 0.0325rem solid #a2abb4;
    height: 37px;
    margin: .4rem 0;
    transition: outline .25s ease, box-shadow .25s ease;
    font-family: "Poppins", serif;
}
.vue-tel-input:focus-within {
    outline: .1rem solid #cbc63b;
    box-shadow: 0px 0px 0px 4px rgb(191 202 36 / 15%) !important;
}
.vti__dropdown-list{
    width: 370px;
}
/* ================================================================================================= //
// ------------------------------------------ Date-picker ------------------------------------------ //
// ================================================================================================= */
.dp__input{
    width: 100%;
    color: var(--text-color);
    border-radius: .5rem !important;
    background-color: var(--bg-elements);
    outline: 0.0325rem solid #a2abb4 !important;
    height: 36px;
    margin: .15rem 0;
    transition: outline .25s ease, box-shadow .25s ease !important;
    font-family: "Poppins", serif;
    min-height: 37px !important;
    overflow: hidden;
}
.dp__input:focus {
    outline: .1rem solid var(--primary) !important;
    box-shadow: 0px 0px 0px 3px rgba(27, 153, 84, 0.133) !important
}
/* ================================================================================================= //
// ------------------------------------------ Sweet alert ------------------------------------------ //
// ================================================================================================= */

.swal2-popup{
    background: var(--background) !important;
    color: var(--text-color) !important;
}
/* ================================================================================================= //
// ------------------------------------------ Multiselect ------------------------------------------ //
// ================================================================================================= */
.multiselect__tags{
    border: none !important; 
    background: var(--bg-element) !important;
    font-size: .9rem !important;
}
.multiselect {
    position: relative;
    width: 100%;
    border: none;
    outline: none;
    font-size: .985rem;
    box-sizing: border-box !important;
    color: #575757;
    border-radius: .5rem;
    background-color: var(--bg-elements);
    outline: 0.0325rem solid #a2abb4;
    height: 40px;
    margin: .4rem 0;
    transition: outline .25s ease, box-shadow .25s ease;
    font-family: "Poppins", serif;
    overflow: hidden;
}
.multiselect--active {
    overflow: visible;
}

.multiselect:hover{
    outline: .1rem solid var(--primary-soft);
    box-shadow: 0px 0px 0px 3px rgba(151, 46, 25, 0.17);
}
.multiselect__content-wrapper, .multiselect__content {
    outline: 0.0325rem solid #a2abb4;
}
/* Estilos personalizados para vue-multiselect */
.multiselect__option--highlight.multiselect__option {
  /* Estilos para el foco */
    background: var(--primary) !important;
}

.multiselect__option--highlight:hover {
  /* Estilos para el hover */
  background-color: var(--primary) !important; /* Cambia el color de fondo cuando el mouse está sobre el componente */
}
.multiselect__input::placeholder { /* Edge 12-18 */
    color: var(--text-color) !important;
}
.multiselect__input, .multiselect__single{
    background-color: var(--bg-elements) !important;
    color: var(--text-color);
    font-size: .9rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}
button {
    user-select: none;
}
:disabled {
    cursor: not-allowed;
}
.button:disabled {
    cursor: not-allowed;
}
.input:disabled {
    box-shadow: var(--disabled);
}
label{
    font-weight: 580;
    color: var(--text-label);
}
p{
    margin: .25rem 0;
}
hr{
    border: 1px solid #dddddd;
}
.cursor-pointer {
    cursor: pointer;
}
.btn-no-style {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
#app{
    margin-top: 5rem;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.capitalize{
    text-transform: capitalize
}
.uppercase{
    text-transform: uppercase
}
.lowercase{
    text-transform: lowercase
}
.relative{
    display: flex;
    position: relative;
}
.title{
    text-align: left;
    font-size: 1.65rem;
    margin: 0;
    /* margin: 0 0 2.25rem 0; */
}
.font-1{
    font-size: 1rem;
}
.font-2{
    font-size: 1.25rem;
}
.font-3{
    font-size: 1.5rem;
}
.font-4{
    font-size: 1.75rem;
}
.icon-menu{
    font-size: 1.35rem;
}
.bold{
    font-weight: bolder;
}
.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.flex-start{
    display: flex;
    justify-content: flex-start;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center-v{
    display: flex;
    align-items: center;
}
.flex-center-h{
    display: flex;
    justify-content: center;
}

.home-section {
    position: relative;
    top: 0;
    left: 78px;
    width: calc(100% - 78px);
    transition: all 0.5s ease;
    /* z-index: 2; */
}
.sidebar.open~.home-section {
    left: 250px;
    width: calc(100% - 250px);
}

.home-section .text {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}
::-webkit-scrollbar {
    width: .4rem;
    height: .5rem;
}
::-webkit-scrollbar-thumb {
    border: 1px solid var(--alternate-soft);
    background-color: var(--primary);
    border-radius: 30px;
}
::selection {
    background: var(--primary-soft); /* Color de fondo de la selección */
    color: white; /* Color del texto de la selección */
}
.input:-webkit-autofill,
.input:-webkit-autofill:hover, 
.input:-webkit-autofill:focus, 
.input:-webkit-autofill:active{
    -webkit-text-fill-color: var(--text-color);
    -webkit-box-shadow: 0 0 0 30px var(--background) inset !important;
}

/* ================================================================================================= //
// ------------------------------------------ Breadcrumb ------------------------------------------- //
// ================================================================================================= */
.breadcrumb{
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    font-size: .9rem;
    position: absolute;
    right: 0;
    z-index: 0;
    top: -45px;
}
.breadcrumb li {
    display: inline-block;
    padding: .65rem .75rem;
}
.breadcrumb li:last-child a {
    color: #ddad26;
    font-weight: 800;
}
.breadcrumb li a {
    font-weight: bold;
    color: var(--text-color);
    text-decoration: none;
}
.breadcrumb li:not(:first-child):before {
    content: '\2023';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-right: 2rem;
}
/* ================================================================================================= //
// -------------------------------------------- Button --------------------------------------------- //
// ================================================================================================= */
.button {
    position: relative;
    display: inline-block;
    font-size: .85rem;
    padding: .568rem .85rem;
    margin: .35rem .25rem;
    box-sizing: border-box;
    white-space: normal;
    cursor: pointer;
    user-select: none;
    border: none;
    color: var(--white);
    border-radius: .25rem;
    overflow: hidden;
    font-family: "Poppins", serif;
}
a.button{
    text-decoration: none;
}
.button.icon{
    height: 1.85rem;
    width: 1.85rem;
    font-size: 1.15rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
/* .button.primary:focus{
    box-shadow: inset 0 0 100px 100px rgba(80, 80, 80, 0.15);
} */
.button:active:not(:disabled){
    box-shadow: inset 7px 7px 11px -7px rgba(35, 35, 35, 0.75);
    background-color: var(--second-dark);
    color: var(--white);
}

.button.primary:hover{
    background-color: var(--primary-dark);
}
.button.second:hover{
    background-color: var(--second-dark);
}
.button.second, .button.primary{
    outline: 1px solid var(--alternate);
}
.button.alternate:hover{
    background-color: var(--alternate-dark);
}
.button.info:after{
    background: var(--info-soft);
}
.button.info:hover{
    background-color: var(--info-dark);
}
.button.success:hover{
    background-color: var(--success-dark);
}
.button.warning:hover{
    background-color: var(--warning-dark);
}
.button.danger:hover{
    background-color: var(--danger-dark);
}
/* ================================================================================================= //
// ----------------------------------------- Input file -------------------------------------------- //
// ================================================================================================= */
.upload{
    width: max-content;
    min-width: 11rem;
    display: inline-block;
    font-size: .85rem;
    font-weight: normal;
    text-align: center;
}
.upload span{
    font-weight: bold;
    color: var(--white);
}
.upload:hover span{
    color: var(--white);
}
.upload input[type = "file"]{
    height: 0.1px;
    width: 0.1px;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    opacity: 0;
}
.flex-upload{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-upload .upload{
    width: auto;
    min-width: 7rem;
    border-radius: .25rem 0 0 .25rem;
    height: 35px;
}
.flex-upload .input{
    border-radius: 0 .25rem .25rem 0;
    height: 33px;
    margin-left: -3px;
}
.upload:active{
    box-shadow: inset 6px 6px 10px -7px rgba(92, 92, 92, 0.25);
}
/* ================================================================================================= //
// ------------------------------------------ Background ------------------------------------------- //
// ================================================================================================= */
.primary{
    background-color: var(--primary);
}
.second{
    background-color: var(--second);
}
.alternate{
    background-color: var(--alternate);
}
.primary-soft{
    background-color: var(--primary-soft);
}
.second-soft{
    background-color: var(--second-soft);
}
.alternate-soft{
    background-color: var(--alternate-soft);
}
.info{
    background-color: var(--info);
}
.success{
    background-color: var(--success);
}
.warning{
    background-color: var(--warning);
}
.danger{
    background-color: var(--danger);
}
.white{
    background-color: var(--white);
}
.black{
    background-color: var(--black);
}
.text-primary{
    color: var(--primary);
}
.text-second{
    color: var(--second);
}
.text-alternate{
    color: var(--alternate);
}
.text-primary-soft{
    color: var(--primary-soft);
}
.text-second-soft{
    color: var(--second-soft);
}
.text-alternate-soft{
    color: var(--alternate-soft);
}
.text-info{
    color: var(--info);
}
.text-success{
    color: var(--success);
}
.text-warning{
    color: var(--warning);
}
.text-danger{
    color: var(--danger);
}
.text-white{
    color: var(--white);
}
.text-black{
    color: var(--black);
}
.text-color{
    color: var(--text-color);
}
/* ================================================================================================= //
// ---------------------------------------- Box Collapse ------------------------------------------- //
// ================================================================================================= */
.list-collapse{
    margin: .25rem .125rem;
    padding: 0;
    overflow: hidden;
    border-radius: 1rem;
    border: .1rem solid #bcbebc;
    list-style: none;
}
.list-collapse .li-item:not(:last-child){
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.list-collapse .li-item > a{
    background-color: #e6e6e6;
    text-decoration: none;
    color: var(--second);
    padding: 1rem;
    display: block;
    position: relative;
}
.collapse .li-item a.active-collapse + .content-collapse {
    margin: 1rem 18px;
}
.collapse .li-item a::after {
    content: "\276F";
    color: var(--second);
    position: absolute;
    right: 2rem;
    font-size: .65rem;
    transition: transform .5s;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.collapse .li-item a.active-collapse::after {
    transform: rotate(90deg) translateX(-50%);
}
.content-collapse {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--background)
}


/* ================================================================================================= //
// ------------------------------------------- Gradients ------------------------------------------- //
// ================================================================================================= */
.gr-primary{
    background: linear-gradient(5deg, #2b2b2d 0%, #7c7c7c 145%);
    
}
.gr-second{
    background: linear-gradient(5deg, var(--second) 0%, var(--second-soft) 145%);
}
.gr-alternate{
    background: linear-gradient(5deg, var(--alternate) 0%, var(--alternate-soft) 145%);
    /* 
    background: linear-gradient(2deg, #e1674b 0%, #dfc2b4 145%); */
    /* background: linear-gradient(2deg, #1c293a 0%, #b5b7c2 145%); */
}
.gr-background{
    color: var(--text-color);
    background: var(--gr-elements);
}

/* ================================================================================================= //
// ----------------------------------------- button-check ------------------------------------------ //
// ================================================================================================= */

.button-check{
    display: inline-block;
    margin: .25rem 0;
}
.button-check input[type="radio"]{
    appearance: none;
    cursor: pointer;
    z-index: 10;
}
.button-check span{
    display: inline-block;
    border: 1px solid var(--primary);
    padding: .5rem .85rem;
    text-align: center;
    border-radius: .5rem;
    cursor: pointer;
    color: var(--primary);
    user-select: none;
    box-sizing: border-box;
    min-width: 10rem;
}

.button-check input[type="radio"]:checked + span {
    background-color: var(--primary-dark);
    color: #fff;
}
.button-check input[type="radio"]:disabled + span {
    cursor: not-allowed;
    opacity: .525;
    box-shadow: inset 0 0 100px 100px rgba(100, 100, 100, 0.25);
}
/* ================================================================================================= //
// --------------------------------------------- Card ---------------------------------------------- //
// ================================================================================================= */
.card{
    width: 100%;
    font-size: .9rem;
    margin: .75rem 0;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 1rem;
    color: var(--text-color);
    border: 1px solid #b7b6b6;
}
.card.block{margin: .5rem 0;}
.card-img img{
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 1rem 1rem 0 0;
}
.card-header{
    padding: .5rem;
    font-weight: 700;
    font-size: 1.15rem;
    border-bottom: 1rem;
}
.card-body{
    padding:1rem;
}
.card-footer{
    padding: .75rem;
    font-size: .9285rem;
    border-top: 1rem;
}
.card-footer.button{
    margin: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 1rem 1rem;
    position: relative;
    outline: 0;
    box-shadow: none;
}

.card-dark p, .card-dark .text-second {
    color: var(--white) !important
}
.card-dark {
    border: none !important;
}
/* ================================================================================================= //
// -------------------------------------------- Input ---------------------------------------------- //
// ================================================================================================= */
.input {
    position: relative;
    width: 100%;
    border: none;
    padding: 0 10px;
    outline: none;
    font-size: .985rem;
    box-sizing: border-box;
    color: var(--text-color);
    border-radius: .5rem;
    background-color: var(--bg-elements);
    outline: 0.0325rem solid #a2abb4;
    height: 37px;
    margin: .4rem 0;
    transition: outline .25s ease, box-shadow .25s ease;
    font-family: "Poppins", serif;
}
.input:focus {
    outline: .1rem solid #cbc63b;
    box-shadow: 0px 0px 0px 4px rgb(191 202 36 / 15%);
}
.input::placeholder {
    color: #9e9fa1;
}
.group-input {
    width: 100%;
    position: relative;
    display: flex;
}

.group-input .svg-inline--fa.icon-btn {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 5rem;
    transform: translateY(-50%);
    color: #575757;
    height: 18px;
    background-color: #c5c8c8;
    padding: .6rem;
    border-radius: 0 .5rem .5rem 0;
    cursor: pointer;
    user-select: none;
}

.group-input .svg-inline--fa {
    position: absolute;
    top: 50%;
    right: .75rem;
    font-size: 1.05rem;
    transform: translateY(-50%);
    color: var(--text-color);
}

.group-input .button{
    width: 120px;
    margin-top: 0.45rem;
}

.group-input.left .input {
    padding: 0 2rem 0 2.5rem;
}

.group-input.left .svg-inline--fa {
    right: auto;
    left: .75rem;
}

/* ================================================================================================= //
// -------------------------------------------- Label ---------------------------------------------- //
// ================================================================================================= */
.label{
    padding: .25rem 1rem;
    border-radius: .5rem;
    font-size: .85rem;
    color: var(--white);
}
/* ================================================================================================= //
// ------------------------------------------- Loading --------------------------------------------- //
// ================================================================================================= */
.load-elements{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 110%;
    background-color: rgba(0, 0, 0, 0.785);
    opacity: 0;
    visibility: hidden;
}
.load-circle, .load-ring, .load-spinner{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    animation: rotate 1s linear infinite;
}
/***** circle *****/
.load-circle{
    border: .4rem solid;
    border-color: var(--primary) var(--primary) rgba(255, 255, 255, 0.2);
}
/***** ring *****/
.load-ring{
    border: .4rem solid;
    border-color: var(--primary) rgba(255, 255, 255, 0.2);
}
/***** spinner *****/
.load-spinner{
    background: transparent;
    border-top: .4rem solid var(--primary);
    border-right: .4rem solid var(--text-label);
    border-left: .4rem solid var(--text-label);
    border-bottom: .4rem solid var(--text-label);
    display: none;
}

.load-dot {
    justify-content: space-between;
    width: 80px;
    display: none;
}

.load-dot div {
    width: 16px;
    height: 16px;
    background-color: var(--primary);
    border-radius: 50%;
    animation: grow-shrink 1.5s infinite;
}

.load-dot div:nth-child(1) {
    animation-delay: 0s;
}

.load-dot div:nth-child(2) {
    animation-delay: 0.3s;
}

.load-dot div:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes grow-shrink {
    0%, 100% {transform: scale(1);}
    50% {transform: scale(1.5);}
}
@keyframes rotate{
    to {transform: rotate(360deg);}
}
.load-spinner.show,
.load-dot.show
{
    display: flex;
}
/* ================================================================================================= //
// -------------------------------------------- Modal ---------------------------------------------- //
// ================================================================================================= */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 5rem;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
/*---- Modal Content ----*/
.modal-content {
    position: relative;
    background-color: var(--background);
    margin: 0 auto 1.5rem;
    border-radius: .5rem;
    width: 60%;
    animation-name: animatetop;
    animation-duration: 0.4s;
}
.modal-content.modal-xs{ width: 25%; }
.modal-content.modal-sm{ width: 40%; }
.modal-content.modal-lg{ width: 80%; }
.modal-content.modal-xl{ width: 95.75%; }

.modal-header, .modal-body, .modal-footer{
    padding: .65rem 1rem;
}
/* .modal-body{
    max-height: 500px;
    overflow: overlay;
} */
.modal .card{
    overflow: auto;
}
.modal-header{
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.modal-footer{
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}
.modal-header{
    border-bottom: var(--border);
}
.modal-footer{
    border-top: var(--border);
}
.modal.show{
    display: block;
}
/* The Close Button */
.modal .close {
    font-size: 1.35rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: .6rem;
}
.modal .close:hover,
.modal .close:focus {
    color: var(--bg-elements-dark);
    text-decoration: none;
    cursor: pointer;
}
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
/* ================================================================================================= //
// ---------------------------------------- CHECK - RADIO ------------------------------------------ //
// ================================================================================================= */
.check-item {
    display: inline-flex;
    cursor: pointer;
    margin: .25rem;
}

.check-item .check-radio {
    appearance: none;
    cursor: pointer;
    z-index: 10;
}

.check-item label {
    height: 3.85rem;
    width: 3.85rem;
    border: 2px solid var(--alternate);
    position: relative;
    margin: auto;
    border-radius: .5rem;
    cursor: pointer;
    color: var(--text-color);
    text-align: center;
    padding: 2rem;
}

.check-item label .icon {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
}

.check-item label>span {
    font-size: .8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 40%);
    font-weight: 500;
    user-select: none;

}

.check-item .check-radio:checked+label {
    /* background-color: #009033; */
    background: linear-gradient(5deg, var(--alternate) 0%, var(--primary-soft) 145%);
    ;
    color: #fff;
}

.check-item .check-radio:disabled+label {
    cursor: not-allowed;
    opacity: .525;
    box-shadow: inset 0 0 100px 100px rgba(100, 100, 100, 0.25);
}
/* ================================================================================================= //
// --------------------------------------------- Nav ----------------------------------------------- //
// ================================================================================================= */
.nav {
    list-style: none;
    margin: 1.25rem .5rem;
    box-sizing: border-box;
    font-size: .825rem;
    position: relative;
    overflow: hidden;
    outline: .1rem solid var(--alternate-dark);
    border-radius: .25rem;
    background-color: #f3f3f3;
    box-shadow: var(--box-shadow);
    user-select: none;
    background-color: var(--alternate);
    text-align: center;
    padding: 0;
}
.nav li {
    display: inline-block;
    position: relative;
}
.nav li a {
    color: var(--black);
    position: relative;
    display: block;
    padding: .85rem .85rem;
    text-decoration: none;
    width: 100%;
}
.nav li a:hover {
    color: var(--white);
    background-color: var(--primary)
}
/* ================================================================================================= //
// ---------------------------------------- Radio - Check ------------------------------------------ //
// ================================================================================================= */
.checkbox{
    position: relative;
    font-size: .95rem;
    cursor: pointer;
    user-select: none;

    appearance: none;
    cursor: pointer;
}
.checkbox::after{
    content: " ";
    background-color: var(--white);
    border: .15rem solid var(--alternate-dark);
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: bottom;
}
.checkbox:disabled:after{
    cursor: not-allowed;
    opacity: .525;
    box-shadow: inset 0 0 100px 100px rgba(100, 100, 100, 0.25);
}
.checkbox:checked:after {
    user-select: none;
    background-color: var(--second);
}
.checkbox:checked::before {
    color: var(--white);
    font-weight: bolder;
    font-size: 1rem;
    content: "\2714";
    position: absolute;
    top: 50%;
    transform: translate(30%, -50%);
}
.checkbox.second::after{
    border: .15rem solid var(--alternate-dark);
}
.checkbox.second:checked:after {
    background-color: var(--second);
}

/* ================================================================================================= //
// ----------------------------------------- Radio group ------------------------------------------- //
// ================================================================================================= */


.radio-block input[type="radio"] {
    position: fixed;
    appearance: none;
    width: 0;
}
.radio-block label {
    display: inline-block;
    color: var(--text-color);
    font-size: .9rem;
    padding: .45rem .85rem;
    border: 2px solid var(--text-color);
    box-sizing: border-box;
    margin: 0 -2px;
    min-width: 7rem;
    text-align: center;
    user-select: none;
}
.radio-block label:nth-of-type(1){
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.radio-block label:last-child{
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.radio-block label i {
    margin-right: .35rem;
    font-size: .875rem;
}
.radio-block label:hover {
    cursor: pointer;
}
.radio-block input[type="radio"]:checked + label {
    color: var(--second);
    background-color: var(--alternate);
}
.radio-block input[type="radio"]:disabled + label {
    cursor: not-allowed;
    opacity: .525;
    box-shadow: inset 0 0 100px 100px rgba(100, 100, 100, 0.25);
}
/* ================================================================================================= //
// -------------------------------------------- Table ---------------------------------------------- //
// ================================================================================================= */
.table-responsive{
    width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;
    border-radius: 1rem;
    background: var(--bg-elements);
    padding: 0 .5rem;
    border: var(--border); 
}

.table{
    width: 100%;
    /* border-collapse: collapse; */
    border-collapse: separate;
    border-spacing: 0 .5rem;
}
.table-responsive.table-scroll{
    max-height: 30rem;
    position: relative;
}
.table-responsive.table-scroll.hide-scroll{
    overflow-x: hidden;
}
.table-scroll thead th {
    /* background: linear-gradient(359deg, var(--primary) 0%, var(--primary-soft) 115%); */
    background-color: var(--primary);
    z-index: 1;
    position: sticky;
    top: -.1rem;
}
.table thead {
    /* background: var(--gr-elements); */
    /* background-color: var(--alternate-soft); */
    /* background: linear-gradient(359deg, var(--primary) 0%, var(--primary-soft) 115%); */
    background-color: var(--primary);
}
.table thead th{
    font-size: .85rem;
    color: var(--white);
    padding: .5rem .35rem;
    /* border-top: .1rem solid #dadddf; */
}
.table tbody{
    font-size: .875rem;
    color: var(--text-color);
}
.table th, .table td{
    padding: .25rem .25rem;
    vertical-align: middle;
    white-space: nowrap;
    color: var(--text-color);
    border-bottom: none;
    height: 35px;
}

.table tr td div{
    white-space: nowrap; 
    width: 125px; 
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.table tbody tr td:first-child{
    padding-left: 1rem;
}
.table td, .table th{
    border-bottom: none;   
}
.table td{
    font-size: .85rem;
}
.table tbody tr{
    /* background: var(--gr-elements); */
    outline:  var(--border);
    font-size: 0.885rem;
}
.hide{
    display: none;
}
.table .hide{
    display: none;
}

.td-center td{
    text-align: center;
}
.table-auto{
    width: auto;
}
.row-bordered thead th{
    border: .125rem solid #dadddf;
}

.row-incremet{
    box-shadow: inset 5px 0px 0px 0px var(--success);
}
.row-decrement{
    box-shadow: inset 5px 0px 0px 0px var(--danger);
}
.row-empty{
    box-shadow: inset 5px 0px 0px 0px var(--gray);
}
/* ================================================================================================= //
// --------------------------------------------- Tab ----------------------------------------------- //
// ================================================================================================= */
.tab-container{
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid #a9a9a9;
}
.tabs{
    display: flex;
    background-color: var(--primary-soft);
    flex-wrap: wrap;
    padding: 0;
}
.tabs .tab-item{
    padding: 1rem .25rem;
    color: var(--second);
    font-size: .875rem;
    text-decoration: none;
    flex: auto;
    text-align: center;
    cursor: pointer;
}
.tabs .tab-item:hover{
    color: white;
    background-color: var(--primary);
}
.tabs .tab-item:active{
    box-shadow: inset 0 3px var(--primary);
}
.tab-content .tab-panel{
    clear: both;
    padding: 20px;
    background: var(--background);
    color: var(--text-color);
    /* display: none; */
    display: block;
}
.tab-panel h3{
    margin: 0;
}
.tab-content input[type="radio"]{
    display: none;
    /* visibility: hidden;
    opacity: 0; */
}
.tab-content input[type="radio"]:not(:checked) + .tab-panel{
    display: none;
}


/* ================================================================================================= //
// ------------------------------------------- Timeline -------------------------------------------- //
// ================================================================================================= */
.timeline {
    position: relative;
    margin: 1rem 0;
}
.timeline-title{
    font-size: .9rem;
    margin: .2rem .25rem;
    color: var(--text-color);
    font-weight: bold;
}
.timeline-panel{
    font-size: .925rem;
    padding: .75rem 1.5rem;
    border-radius: 0 1.2rem 1.2rem;
    border: var(--border);
    background: var(--gr-elements);
}
.timeline .timeline-content {
    width: 100%;
    height: auto;
    position: relative;
    margin: 1.25rem 0;
}
.timeline-content .center-line {
    position: absolute;
    width: .2rem;
    background-color: var(--text-color);
    top: 1.5rem;
    left: .94rem;
    border-radius: 20%;
    height: 100%;
}
.timeline-content .timeline-item {
    margin: 0 0 0 2.5rem;
    padding: 0;
}
.timeline-content .timeline-icon {
    position: absolute;
    top: 0;
}
.timeline-content .timeline-icon .icon-section {
    margin: .1rem .02rem;
    font-size: 1.15rem;
    width: 2.15rem;
    height: 2.15rem;
    box-sizing: border-box;
    border-radius: 100%;
    color: var(--text-color);
    background-color: var(--bg-elements);
    border: var(--border);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ================================================================================================= //
// ---------------------------------------- Progress Bar ------------------------------------------- //
// ================================================================================================= */
.progress { 
    background-color: var(--black); 
    background: linear-gradient(5deg, var(--second) 0%, var(--second-soft) 145%);
    width: 100%; 
    border-radius: .5rem; 
    border: 1px solid ;
} 

.progress-bar { 
    background-color: var(--primary);
    padding: .15rem 0;
    color: white; 
    text-align: center;
    border-radius: .5rem 0 0 .5rem; 
} 
/* ================================================================================================= //
// ------------------------------------------- Switch ---------------------------------------------- //
// ================================================================================================= */
.switch {
    position: relative;
    width: 3.75rem;
    height: 1.65rem;
    border-radius: 2rem;
    appearance: none;
    outline: none;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background-color: #dedede;
    border: .125rem solid var(--alternate);
}
.switch:checked {
    background-color: #ffffff;
}
.switch:disabled{
    cursor: not-allowed;
    box-shadow: var(--disabled);
}

.switch::before {
    content: "";
    position: absolute;
    width: 1.75rem;
    height: 1.5rem;
    border-radius: .75rem;
    top: 50%;
    transform: translateY(-50%) scale(0.85);
    left: .05rem;
    transition: 0.5s;
    background-color: #cac48c;
}
.switch:checked::before {
    left: 1.75rem;
    background-color: var(--alternate);
}
.switch:disabled::before{
    background-color: var(--bg-element);
}
/* ================================================================================================= //
// ----------------------------------------- DISPLAY ERRORS ---------------------------------------- //
// ================================================================================================= */
.label-error {
    color: #f71a1a;
    font-size: .85rem;
    display: none;
}

.label-error.show {
    display: block;
    text-align: justify;
}
.label-error.text-center.show {
    display: block;
    text-align: center;
}

/* ================================================================================================= //
// ------------------------------------------- Margins --------------------------------------------- //
// ================================================================================================= */
/*---- Margin all ----*/
.m-half{
    margin: var(--r-half);
}
.m-1 {
    margin: var(--r-1);
}

.m-2 {
    margin: var(--r-2);
}

.m-3 {
    margin: var(--r-3);
}

.m-4 {
    margin: var(--r-4);
}

.m-5 {
    margin: var(--r-5);
}

/*---- Margin left - right ----*/
.mlr-half{
    margin: 0 var(--r-half);
}
.mlr-1 {
    margin: 0 var(--r-1);
}

.mlr-2 {
    margin: 0 var(--r-2);
}

.mlr-3 {
    margin: 0 var(--r-3);
}

.mlr-4 {
    margin: 0 var(--r-4);
}

.mlr-5 {
    margin: 0 var(--r-5);
}

/*---- Margin top - bottom ----*/
.mtb-half{
    margin: var(--r-half) 0;
}
.mtb-1 {
    margin: var(--r-1) 0;
}

.mtb-2 {
    margin: var(--r-2) 0;
}

.mtb-3 {
    margin: var(--r-3) 0;
}

.mtb-4 {
    margin: var(--r-4) 0;
}

.mtb-5 {
    margin: var(--r-5) 0;
}

/*---- Margin bottom ----*/
.mb-half{
    margin-bottom: var(--r-half);
}
.mb-1 {
    margin-bottom: var(--r-1);
}

.mb-2 {
    margin-bottom: var(--r-2);
}

.mb-3 {
    margin-bottom: var(--r-3);
}

.mb-4 {
    margin-bottom: var(--r-4);
}

.mb-5 {
    margin-bottom: var(--r-5);
}

/*---- Margin top ----*/
.mt-half{
    margin-top: var(--r-half);
}
.mt-1 {
    margin-top: var(--r-1);
}

.mt-2 {
    margin-top: var(--r-2);
}

.mt-3 {
    margin-top: var(--r-3);
}

.mt-4 {
    margin-top: var(--r-4);
}

.mt-5 {
    margin-top: var(--r-5);
}

/*---- Margin left ----*/
.ml-half{
    margin-left: var(--r-half);
}
.ml-1 {
    margin-left: var(--r-1);
}

.ml-2 {
    margin-left: var(--r-2);
}

.ml-3 {
    margin-left: var(--r-3);
}

.ml-4 {
    margin-left: var(--r-4);
}

.ml-5 {
    margin-left: var(--r-5);
}

/*---- Margin right ----*/
.mr-half{
    margin-right: var(--r-half);
}
.mr-1 {
    margin-right: var(--r-1);
}

.mr-2 {
    margin-right: var(--r-2);
}

.mr-3 {
    margin-right: var(--r-3);
}

.mr-4 {
    margin-right: var(--r-4);
}

.mr-5 {
    margin-right: var(--r-5);
}
/* ================================================================================================= //
// -------------------------------------------- Paddings ------------------------------------------- //
// ================================================================================================= */
/*---- padding all ----*/
.p-half{
    padding: var(--r-half);
}
.p-1 {
    padding: var(--r-1);
}

.p-2 {
    padding: var(--r-2);
}

.p-3 {
    padding: var(--r-3);
}

.p-4 {
    padding: var(--r-4);
}

.p-5 {
    padding: var(--r-5);
}

/*---- padding top - bottom ----*/
.ptb-half{
    padding: var(--r-half) 0;
}
.ptb-1 {
    padding: var(--r-1) 0;
}

.ptb-2 {
    padding: var(--r-2) 0;
}

.ptb-3 {
    padding: var(--r-3) 0;
}

.ptb-4 {
    padding: var(--r-4) 0;
}

.ptb-5 {
    padding: var(--r-5) 0;
}
/*---- padding left - right ----*/
.plr-half{
    padding: 0 var(--r-half);
}
.plr-1 {
    padding: 0 var(--r-1);
}

.plr-2 {
    padding: 0 var(--r-2);
}

.plr-3 {
    padding: 0 var(--r-3);
}

.plr-4 {
    padding: 0 var(--r-4);
}

.plr-5 {
    padding: 0 var(--r-5);
}

/*---- padding bottom ----*/
.pb-1 {
    padding-bottom: var(--r-1);
}

.pb-2 {
    padding-bottom: var(--r-2);
}

.pb-3 {
    padding-bottom: var(--r-3);
}

.pb-4 {
    padding-bottom: var(--r-4);
}

.pb-5 {
    padding-bottom: var(--r-5);
}

/*---- Padding top ----*/
.pt-half{
    padding-top: var(--r-half);
}
.pt-1 {
    padding-top: var(--r-1);
}

.pt-2 {
    padding-top: var(--r-2);
}

.pt-3 {
    padding-top: var(--r-3);
}

.pt-4 {
    padding-top: var(--r-4);
}

.pt-5 {
    padding-top: var(--r-5);
}

/*---- Padding left ----*/
.pl-half{
    padding-left: var(--r-half);
}
.pl-1 {
    padding-left: var(--r-1);
}

.pl-2 {
    padding-left: var(--r-2);
}

.pl-3 {
    padding-left: var(--r-3);
}

.pl-4 {
    padding-left: var(--r-4);
}

.pl-5 {
    padding-left: var(--r-5);
}

/*---- Padding right ----*/
.pr-half{
    padding-right: var(--r-half);
}
.pr-1 {
    padding-right: var(--r-1);
}

.pr-2 {
    padding-right: var(--r-2);
}

.pr-3 {
    padding-right: var(--r-3);
}

.pr-4 {
    padding-right: var(--r-4);
}

.pr-5 {
    padding-right: var(--r-5);
}
/* ================================================================================================= //
// --------------------------------------------- Range --------------------------------------------- //
// ================================================================================================= */
.range {
    height: 110px;
    width: 100%;
    border-radius: 10px;
    padding: 0 65px 0 45px;
}
.field {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    position: relative;
    margin-top: 1rem;
}
.field .value {
    position: absolute;
    color: var(--text-color);
    font-weight: 600;
}
.field .value.left {
    left: -30px;
}
.field .value.right {
    right: -60px;
}
.range input {
    -webkit-appearance: none;
    appearance: none;
    width: 90%;
    height: 5px;
    background: #bcbebc;
    border-radius: 5px;
    outline: none;
    border: none;
}
.range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--primary);
    border: 2px solid var(--white);
    cursor: pointer;
}
.range input::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--primary);
    border: 2px solid var(--white);
    cursor: pointer;
}
.range input::-moz-range-progress {
    background: var(--primary);
}

/* ================================================================================================= //
// -------------------------------------------- COLUMNS -------------------------------------------- //
// ================================================================================================= */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top:.5rem;
}

.col {
    flex: 1 0 0%;
}

/* MEDIAS QUERY'S */
@media (max-width: 992px) {
    .modal-content.modal-sm{
        width: 60%;
    }
}
@media (max-width: 768px) {
    .modal-content{
        width: 70%;
    }
    .modal-content.modal-sm, .modal-content.modal-xs{
        width: 70%;
    }
}

@media (max-width: 703px) {
    #app {
        margin-top: 7rem;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .nav li{
        width: 100%;
    }
    .modal-content{
        width: 80%;
    }
    .modal-content.modal-sm, .modal-content.modal-xs{
        width: 85%;
    }
}


.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}
@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}


/* ================================================================================================= //
// ------------------------------------------ CONTAINER -------------------------------------------- //
// ================================================================================================= */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 670px;
    }
}
@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 850px;
    }
}
@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1675px;
    }
}
