@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
    font-family: "Hello Paris";
    src: local("Hello Paris"), url("../fonts/hello-paris-5.ttf");
}
@font-face {
    font-family: "Font Awesome Regular";
    src: local("Font Awesome Regular"), url("../fonts/fa-regular-400.ttf");
}
@font-face {
    font-family: "Custom Font 1";
    src: local("Custom Font 1"), url("../fonts/custom-font1.ttf");
}
@font-face {
    font-family: "Custom Font 2";
    src: local("Custom Font 2"), url("../fonts/custom-font2.ttf");
}
@font-face {
    font-family: "Custom Font 3";
    src: local("Custom Font 3"), url("../fonts/custom-font3.ttf");
}
@font-face {
    font-family: "Custom Font 4";
    src: local("Custom Font 4"), url("../fonts/custom-font4.ttf");
}
@font-face {
    font-family: "Custom Font 5";
    src: local("Custom Font 5"), url("../fonts/custom-font5.otf");
}
@font-face {
    font-family: "Custom Font 6";
    src: local("Custom Font 6"), url("../fonts/custom-font6.otf");
}
@font-face {
    font-family: "Custom Font 7";
    src: local("Custom Font 7"), url("../fonts/custom-font7.otf");
}
@font-face {
    font-family: "Custom Font 8";
    src: local("Custom Font 8"), url("../fonts/custom-font8.otf");
}
@font-face {
    font-family: "Custom Font 9";
    src: local("Custom Font 9"), url("../fonts/custom-font9.otf");
}

body, button, input, form, a, p, b, textarea, select {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.home-body {
    background: #ffffff;
}
.payment-body {
    background: #ededed;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 25px;
}
body::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}
footer.fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}


h1 {
    font-weight: 800;
    line-height: normal;
}

header {
    width: 100%;
    height: auto;
    background: #ffffff;
}
.no-shadow {
    box-shadow: none;
}
footer {
    width: 100%;
    height: auto;
    background: #000000;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 200;
    position: relative;
}

.container {
    display: flex;
    width: auto;
    height: 100%;
}
.main-container {
    height: 100%;
    min-height: 100vh;
    justify-content: space-between;
    align-items: stretch;
}
.container-home {
    width: 100%;
    height: 100%;
    margin-top: 5px;
    position: relative;
}
.container-half {
    width: 100%;
    height: 100%;
    display: inline-grid;
    grid-template-columns: 50% 50%;
}

.full-size-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.for-header {
    justify-content: space-between;
    align-items: stretch;
    height: 80px;
}
.auth-header {
    position: relative;
}
.calendar {
    position: relative;
}
.calendar .auth-header {
    margin-bottom: 0;
}
.header-logo {
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 10%;
    top: 0;
    left: 45%;
    height: 100%;
}
.calendar .header-logo {
    left: 25%;
}
.home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    transition: .5s;
    position: relative;
    width: 20%;
    z-index: 5;
}
.homeun-btn {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding: 20px 40px;
    transition: .5s;
    position: relative;
    box-sizing: border-box;
}
.home-btn i {
    margin-right: 40px;
}
.logo-b {
    font-family: "Hey Beach", serif;
    font-size: 50px;
    line-height: unset;
}

.logo-p {
    font-family: "Spurs", sans-serif;
    font-size: 16px;
}
.menu-arrow {
    color: #000000;
    font-size: 20px;
    transition: all .5s;
}

.home-btn:hover {
    background: #ededed;
    cursor: pointer;
}

.fast-btns {
    padding: 20px 40px 20px 0;
    position: relative;
    justify-content: end;
    align-items: center;
    gap: 5%;
    flex: 1;
}
.fast-btn {
    font-size: 18px;
    transition: .5s;
}
.fast-btn:hover {
    transform: scale(1.2);
    color: #a04e45;
    cursor: pointer;
}
.user-language {
    border: none;
    padding: 5px;
    border-radius: 5px;
}
.profile-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    flex-direction: column;
    border-radius: 5px;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
.profile-menu-item {
    flex: 1;
    background: #4d67ac;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    transition: .5s;
    margin-bottom: 5px;
    border-radius: 5px;
}
.profile-menu-item:last-child {
    margin-bottom: 0;
}
.profile-menu-item:hover {
    background: #a04e45;
    cursor: pointer;
}
.hidden-form {
    display: flex;
    flex: 1;
}
.username {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.username i {
    padding-top: 10px;
}
.username p {
    font-weight: 800;
    padding: 10px;
}

.header-logo img,
.home-btn img {
    height: 100%;
    width: auto;
    max-height: 50px;
}
.home-btn img,
.homeun-btn img {
    height: 50px;
    overflow: hidden;
}

.fa-solid {
    transition: .3s;
}
.fa-solid:last-child {
    margin: 0;
}

.main-header {
    margin-left: 20px;
}

.black-btn {
    padding: 10px;
    background: #333333;
    color: #ffffff;
    border: 2px solid #333333;
    border-radius: 5px;
    transition: .5s;
}
.black-btn:hover {
    background: transparent;
    color: #333333;
    cursor: pointer;
}

.abs-lt {
    font-size: 70px;
    font-weight: 600;
}
.abs-p {
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

.txt-description h2 {
    font-size: 48px;
}
.txt-description h3 {
    font-size: 32px;
    margin: 10px 0;
}
.txt-description p,
.txt-description ul li {
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.txt-description p b {
    font-weight: 700;
}

.img-description {
    width: 100%;
}
.img-description img {
    width: 100%;
    object-fit: cover;
}

.black-square-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
.black-square {
    width: 200px;
    height: 200px;
    background: #111111;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.black-square p {
    color: #ffffff;
    text-align: center;
}

.form-back {
    width: 40%;
    background: #ffffff;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
}
.signup-form,
.solicitar-form {
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    border-radius: 5px;
    padding: 40px 90px;
    box-sizing: border-box;
}
.signup-form .crear-input-div,
.solicitar-form .crear-input-div {
    flex-basis: 100%;
    margin-bottom: 10px;
}
.change-form-header.signup-header {
    color: #000000;
    font-family: "Hello Paris", sans-serif;
    font-size: 32px;
    margin-bottom: 20px;
}
.form-btn {
    width: 50%;
    padding: 10px 20px;
    background: #4d67ac;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    transition: .5s;
    font-size: 16px;
}
.form-btn:hover {
    background: #a04e45;
    cursor: pointer;
}

.crear-btn {
    padding: 10px 20px;
    background: #4d67ac;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
}
.crear-btn:hover {
    background: #a04e45;
    cursor: pointer;
}
.crear-btn.crear-empty {
    background: transparent;
    border: 2px solid #4d67ac;
    color: #4d67ac;
}
.crear-btn.crear-empty:hover {
    background: #4d67ac;
    color: #FFFFFF;
}
.container-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s linear, visibility .5s linear;
}
.container-popup.show {
    opacity: 1;
    visibility: visible;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000000;
    transition: .3s;
}
.close-btn:hover {
    transform: scale(1.2);
    cursor: pointer;
}

.container-admin {
    width: 80%;
    padding: 2%;
    animation: fadein 1s ease-in-out forwards;
}
.container-admin.for-change-profile {
    background-image: url('../img/change-form.jpg');
    background-size: cover;
    padding: 2% 0;
    flex-direction: column;
    align-items: center;
}
.container-in {
    width: 100%;
    flex-wrap: wrap;
    gap: 2%;
}
.item {
    flex: 1;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background: #333333;
    padding: 20px;
    flex-direction: column;
    max-height: 800px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
    transition: .5s;
    min-width: 45%;
}
.item h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}
.item h3, .item button {
    margin-bottom: 20px;
}
.gray-item {
    background: #333333;
}
.item.gray-item.personal-main-item {
    max-height: unset;
}
.item::-webkit-scrollbar,
#yunatt::-webkit-scrollbar {
    width: 5px;
    height: 25px;
}
.item::-webkit-scrollbar-thumb,
#yunatt::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}
.item::-webkit-scrollbar-thumb:hover,
#yunatt::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}
.create-btn {
    width: 250px;
    padding: 10px;
    background: #4d67ac;
    color: #ffffff;
    font-weight: 700;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    transition: .5s;
}
.create-btn:hover {
    background: #a04e45;
    cursor: pointer;
}
.create-btn:active {
    transform: scale(1.1);
}
.partner-item {
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 2%;
}
.partner-item.personal-item {
    justify-content: start;
    align-items: stretch;
}
.order-split,
.order-big-split {
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    gap: 10px;
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.order-split img {
    height: 50px;
    width: auto;
    object-fit: scale-down;
}
.order-split.for-personal {
    align-content: start;
    justify-content: start;
    padding: 30px 20px;
}
.order-split.for-personal input {
    flex-basis: 100%;
}
.order-split b {
    font-weight: 900;
    text-align: center;
}
.order-split .order-name {
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}
.order-big-split {
    min-width: 60%;
    justify-content: start;
}
.order-big-split:hover,
.order-split:hover {
    transform: scale(1.05);
}
.order-data-item {
    gap: 10px;
    min-width: 48%;
}
.order-data-item.flex-grow {
    flex-basis: 100%;
}
.order-data-item .order-txt,
.order-data-item .order-i {
    font-size: 12px;
}
.order-big-split.for-personal {
    min-width: 75%;
    overflow: visible;
}
.order-big-split.for-personal:hover,
.order-split.for-personal:hover {
    transform: none;
}
.order-data-item.personal-data-item {
    min-width: 20%;
}
.order-data-item.personal-data-item p {
    text-align: left;
}
.order-data-item.personal-data-item h4,
.order-data-item.personal-data-item i,
.order-data-item.personal-data-item p,
.order-split.for-personal p {
    color: #ededed;
}
.order-data-item.personal-data-item p {
    font-size: 14px;
    font-weight: 500;
}
.order-data-item.personal-data-item .fa-solid.fa-square-minus:hover {
    color: #a04e45;
    cursor: pointer;
}
.order-data-item.bars-btns {
    justify-content: space-between;
}
.order-split.for-personal .personal-name {
    font-weight: 700;
}
.order-split.for-personal .crear-input-div.select-div .crear-select.select-options {
    border-bottom: none;
}

.barberia-pagina {
    padding: 5px;
    background: #4d67ac;
    border: none;
    color: #ffffff;
    border-radius: 5px;
    transition: .3s;
    text-align: center;
}
.barberia-pagina:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.order-split:last-child {
    margin-bottom: 0;
}
.order-split p {
    margin: 0;
    text-align: center;
    font-weight: 400;
}
.partner-name {
    font-size: 2em;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 2%;
    left: 2%;
    color: rgba(0, 0, 0, 0.1);
}
.partner-name.white-name {
    color: rgba(255, 255, 255, 0.1);
}
.partner-inputs {
    width: 100%;
    flex-wrap: wrap;
    gap: 2%;
}
.partner-input {
    flex: 1;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    transition: .3s;
}
.partner-fetch-status {
    width: 48%;
    justify-content: center;
    margin-top: 20px;
}
.partner-fetch-status p {
    animation: fadein .3s forwards;
}

.container-change-form {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #000000;
}
.container-change-b {
    flex-wrap: wrap;
    height: 100%;
}
.change-form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    align-content: center;
    border-radius: 5px;
    padding: 20px;
    transition: .5s;
    min-width: 45%;
    gap: 2%;
    box-sizing: border-box;
}
.change-b-form {
    flex: 1;
    min-width: 60%;
    background: #333333;
    background-size: auto 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    align-content: start;
    border-radius: 5px;
    padding: 20px 10px;
    gap: 2%;
    margin-bottom: 10px;
}
.change-form.gradient {
    background-image: linear-gradient(to right top, #afcfff, #c2ceff, #d7cdff, #ebccff, #ffcbfd);
}
.change-form.gradient-yellow {
    background-image: linear-gradient(to right bottom, #ffffaf, #ffe4a7, #ffcbbc, #ffbde0, #efbcff);
}
.change-form.dark {
    background: #444444;
    background-image: radial-gradient(at 16.0% 84.0%, #0c364d 0px, transparent 50%),radial-gradient(at 39.0% 42.0%, #450e47 0px, transparent 50%),radial-gradient(at 50.0% 28.0%, #692d08 0px, transparent 50%),radial-gradient(at 23.0% 65.0%, #39596e 0px, transparent 50%),radial-gradient(at 85.0% 47.0%, #425357 0px, transparent 50%),radial-gradient(at 55.0% 39.0%, #472525 0px, transparent 50%)
}
.change-form.dark-sub {
    height: 100vh;
    background: #444444;
    background-image: radial-gradient(at 16.0% 84.0%, #1c4d0c 0px, transparent 50%),radial-gradient(at 39.0% 42.0%, #06402c 0px, transparent 50%),radial-gradient(at 50.0% 28.0%, #5e3922 0px, transparent 50%),radial-gradient(at 23.0% 65.0%, #525432 0px, transparent 50%),radial-gradient(at 85.0% 47.0%, #425357 0px, transparent 50%),radial-gradient(at 55.0% 39.0%, #472525 0px, transparent 50%);
    overflow-y: scroll;
    align-content: start;
}
.change-form.dark-sub::-webkit-scrollbar {
    width: 5px;
    height: 25px;
}
.change-form.dark-sub::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}
.change-form.dark-sub::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}
.change-form-header-container {
    flex-basis: 100%;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 10px;
}
.change-bar-header-container {
    width: 50%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.change-form-header {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    flex: 1;
}
.change-form-header.add-partners {
    color: #000000;
}
.change-form-header.add-payments {
    color: #FFFFFF;
}
.change-form-elem {
    width: 48%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.change-form-elem.elem-services {
    flex-direction: row;
    flex-wrap: wrap;
    width: 45%;
    justify-content: center;
    align-items: center;
}
.change-barberia-inputs {
    flex: 1;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 10px;
    width: 45%;
    justify-content: center;
}
.change-barberia-inputs h4 {
    flex-basis: 100%;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
}
.change-form-elem h4 {
    color: #ffffff;
    margin-bottom: 10px;
}
.change-form-input {
    width: 100%;
    padding: 10px 5px 10px 40px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}
.change-form-input[type='button'] {
    text-align: left;
}
.change-form-input:focus {
    background: #ededed;
    border: 1px solid #999999;
    outline: none;
}
.change-form-input:focus + .fa-solid,
.change-form-input:focus + .fa-brands {
    color: #000000;
}
.change-form-input.signup-input {
    padding: 15px 5px 15px 35px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.change-form-input.signup-input.with-phone {
    padding: 15px 5px 15px 75px;
}
.change-form-input.signup-input:focus {
    border: 1px solid rgba(0, 0, 0, 0.5);
}
.container-form-btn,
.container-payments {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
    flex-basis: 100%;
}
.est-form-btn {
    width: 100%;
    justify-content: center;
    margin: 10px 0;
    flex-basis: 100%;
}
.errors,
.payment-link {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.errors p {
    font-weight: 400;
    font-size: 14px;
    color: #a04e45;
    margin-bottom: 10px;
    animation: fadein .5s forwards;
}
.errors b {
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 10px;
}
.errors .square-p {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}
.payment-link {
    background: #ffffff;
    border-radius: 10px;
    width: auto;
}
.payment-link a {
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    transition: .3s;
}
.payment-link a:hover {
    cursor: pointer;
    color: #999999;
}
.container-new-payment,
.container-cr-payments {
    flex: 1;
    border: 1px solid #000000;
    border-radius: 5px;
    min-width: 45%;
}
.container-new-payment {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 0;
    box-shadow: 0 0 10px #000000;
}
.output-input {
    flex: 1;
    position: relative;
    max-width: 45%;
}
.output-input .fa-solid,
.output-input .fa-regular {
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #999999;
    transition: .3s;
}
.container-change-form .payment-form .payment-form-elem .output-input .payment-form-input:focus + .fa-solid,
.container-change-form .payment-form .payment-form-elem .output-input .payment-form-input:focus + .fa-regular {
    color: #000000;
}
.payment-form-input {
    background: #ffffff;
    padding: 15px 5px 15px 30px;
    flex: 1;
    border: 1px solid #ffffff;
    margin-bottom: 0;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
}
.payment-form-input {
    background: #ededed;
    border: 1px solid #999999;
    outline: none;
}
.customer-order-num {
    flex: 1;
    flex-basis: 100%;
    text-align: center;
    margin-top: 50px;
    font-size: 24px;
    font-weight: 800;
    color: #ffffff;
}
.fly-input-div.flex-grow,
.crear-input-div.flex-grow,
.unpaid-sub-header.flex-grow,
.flex-grow {
    flex-basis: 100%;
}

.accounts-elem b {
    margin-bottom: 20px;
}
.accounts-elem p {
    font-weight: 400;
}

.change-errors {
    color: #ffffff;
}
.errors.change-errors p {
    color: #FFFFFF;
    font-weight: 600;
}
.errors.change-errors b {
    animation: fadein .5s forwards;
}

/*Styling Selectbox*/
.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
}
.dropdown .select > i {
    font-size: 14px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 10px 10px 0 0;
    background-color: #f8f8f8
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
.container-menu {
    width: 20%;
    justify-content: start;
    align-items: start;
}
.menu {
    background-image: linear-gradient(to right top, #afcfff, #c2ceff, #d7cdff, #ebccff, #ffcbfd);
    justify-content: start;
    align-items: start;
    height: 100%;
    width: 100%;
    padding: 60px 0 0 60px;
    box-sizing: border-box;
}
.menuvh {
    height: 80vh;
}
.menu-ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.menu-item {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    display: flex;
    gap: 3%;
    transition: .3s;
}
.menu-i {
    margin-right: 0;
    display: flex;
    width: 10%;
}
.menu-item:hover {
    cursor: pointer;
    color: #999999;
}
.menu-item:hover > .fa-solid {
    transform: scale(1.2);
}
.container-menew {
    width: 20%;
    justify-content: start;
    align-items: center;
    position: fixed;
    height: 100%;
    z-index: 100;
}
.calendar .container-menew {
    display: none;
}
.menew {
    background: rgb(221,247,255);
    background: linear-gradient(45deg, rgba(221,247,255,1) 0%, rgba(255,238,253,1) 100%);
    justify-content: start;
    align-items: center;
    height: 100%;
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
    box-shadow: 5px 0 10px rgb(204, 204, 204);
}
.menew-item {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    display: flex;
    gap: 3%;
    transition: .3s;
}
.menew-item:hover {
    cursor: pointer;
    color: #999999;
}
.menew-item:hover > i {
    transform: scale(1.1);
}
.menew-ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.home-btn-menew {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: .3s;
}
.home-btn-menew:hover {
    background: rgba(0,0,0,0.1);
    cursor: pointer;
}
.for-footer {
    width: 80%;
    height: auto;
    padding: 40px 80px;
    display: inline-grid;
    grid-template-columns: 33% 33% 33%;
}
.footer-menu ul li {
    color: #ffffff;
    margin-bottom: 20px;
    transition: .3s;
}
.footer-menu ul li:last-child {
    margin-bottom: 0;
}
.footer-menu ul li:hover {
    cursor: pointer;
    transform: scale(1.3);
}
.footer-menu ul li:hover:has(a) {
    cursor: pointer;
    transform: none;
}
.footer-menu ul .copyright {
    font-weight: 400;
}
.footer-menu ul .copyright.made-by {
    font-size: 14px;
}
.footer-menu ul .copyright:hover {
    transform: none;
    cursor: auto;
}
.footer-menu ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.container-for-barberias {
    width: 100%;
    padding: 0 50px;
    display: inline-grid;
    grid-template-columns: 35% 60%;
    gap: 5%;
}
.container-barberia-grid {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 50px;
    position: relative;
}
.container-service.add-input {
    flex: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.container-service.add-input i {
    font-size: 24px;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.container-service.add-input i:hover {
    transform: scale(1.5);
    cursor: pointer;
}
.old-service,
.blank-service {
    width: 100%;
}
.container-service.old-service i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    justify-items: center;
    color: #a04e45;
    transition: .3s;
}
.container-service.old-service i:hover {
    transform: scale(1.5);
    cursor: pointer;
}
.change-form-input.service-input {
    background: #ededed;
    width: 100%;
    padding: 5px 5px 5px 20px;
    border: 1px solid #000000;
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 14px;
}
.change-form-input.new-service-input {
    width: 100%;
    padding: 5px 5px 5px 20px;
    border: 1px solid #000000;
    margin-bottom: 0;
    border-radius: 5px;
    font-size: 14px;
}
.container-service.blank-service i {
    color: #333333;
}

.container-date,
.container-time {
    flex-direction: column;
    border-radius: 3px;
    background: #ededed;
    padding: 5px;
    flex: 1;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
.container-time {
    margin: 5px 0;
    min-width: 10%;
    background: transparent;
    color: #ededed;
}
.past-date {
    background: #666666;
    flex-direction: column;
    border-radius: 3px;
    padding: 5px;
    flex: 1;
    margin: 10px 0;
    justify-content: center;
    align-items: center;
}
.cal-b {
    font-size: 14px;
    font-family: "Lora", sans-serif;
    font-weight: 700;
}
.cal-p {
    font-family: "Lora", sans-serif;
    font-weight: 400;
    text-align: center;
}
.container-date:hover,
.container-time:hover {
    background: #cb984e;
    cursor: pointer;
}
.checked-date {
    background: #cb984e;
    color: #ffffff;
}
.checked-time {
    background: #cb984e;
    color: #ffffff;
}
.my-date {
    margin-bottom: 0;
}

.container-citas {
    display: flex;
    width: auto;
    height: auto;
    justify-content: space-between;
    align-items: stretch;
    opacity: 0;
    animation: fadein 2s forwards;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadein {
    animation: fadein 1s ease-in forwards;
}
.fadeout {
    animation: fadeout .5s ease-out forwards;
}
.citas {
    width: 100%;
    flex: 1;
    overflow-x: scroll;
    padding: 60px 20px 20px 20px;
    gap: 5px;
    cursor: grab;
}
.citas.active {
    cursor: grabbing;
}

.citas[data-dragging="true"] a {
    pointer-events: none;
}
.citas::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.citas::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}
.citas::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}
.date-time-choose {
    flex-direction: column;
    min-width: 200px;
    height: 100%;
    position: relative;
}
.times {
    flex-direction: column;
    padding: 60px 10px 20px 40px;
    border-right: 1px solid #e5e5e5;
}
.time-elem {
    height: 30px;
    box-shadow: -1px -1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: rgb(251,251,251);
    background: linear-gradient(0deg, rgba(251,251,251,1) 0%, rgba(255,255,255,1) 35%, rgba(245,245,245,1) 100%);
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.clock-elem {
    height: 30px;
}
.clock-elem-empty {
    height: 29px;
    border-top: 1px solid #ededed;
}
.clock-elem p {
    font-weight: 600;
    color: #666666;
    font-size: 14px;
}
.clock-elem:last-child {
    border-bottom: none;
}
.time-elem.today-time:hover {
    filter: brightness(0.95);
}
.time-elem.today-time:active {
    filter: brightness(0.9);
}
.time-elem.past-time {
    background: rgb(251,251,251);
    background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(245,245,245,1) 35%, rgba(235,235,235,1) 100%);
}
.time-elem.cita-time {
    background: rgb(56,98,210);
    background: linear-gradient(0deg, rgba(56,98,210,1) 0%, rgba(49,79,161,1) 50%, rgba(49,83,173,1) 100%);
    padding: 2px;
    overflow: hidden;
    max-height: 30px;
    flex-direction: column;
    box-sizing: border-box;
    transition: .3s;
    color: #ffffff;
}
.container-for-shrink {
    height: 30px;
    transition: .3s;
}
.container-for-shrink:hover {
    height: 40px;
}
.time-elem.cita-past-time {
    transition: .3s;
}
.time-elem.cita-time.shrinked2,
.time-elem.cita-past-time.shrinked2,
.time-elem.cita-time.shrinked3,
.time-elem.cita-past-time.shrinked3,
.time-elem.cita-time.shrinked4,
.time-elem.cita-past-time.shrinked4 {
    transition: .3s;
}
.time-elem.cita-time:hover,
.time-elem.cita-past-time:hover {
    max-height: 40px;
    height: 40px;
    cursor: pointer;
}
.time-elem.cita-past-time {
    background: rgb(230,254,189);
    background: linear-gradient(0deg, rgba(230,254,189,1) 0%, rgba(227,255,181,1) 50%, rgba(214,254,148,1) 100%);
    padding: 2px;
    overflow: hidden;
    max-height: 30px;
    flex-direction: column;
    box-sizing: border-box;
}
.time-elem.cita-time b,
.time-elem.cita-time p,
.time-elem.cita-past-time p,
.time-elem.cita-past-time b {
    font-size: 12px;
    font-weight: 400;
}
.time-elem.cita-time b,
.time-elem.cita-past-time b {
    font-weight: 700;
}
.time-elem.cita-past-time p,
.time-elem.cita-past-time b {
    color: #000000;
}
.date-name {
    display: flex;
    position: absolute;
    top: -60px;
    left: 0;
    min-width: 200px;
    justify-content: center;
    align-items: center;
    height: 60px;
    gap: 5%;
}
.cal-round {
    background: #4d67ac;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.cal-round .calendar-b {
    color: #ffffff;
}
.cal-round .calendar-p {
    color: #dedede;
}
.calendar-b,
.calendar-p {
    font-size: 14px;
}
.calendar-b {
    font-weight: 600;
}
.calendar-p {
    font-weight: 600;
    color: #999999;
}
.fly-form {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 50000;
    width: 300px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    background: radial-gradient(circle at 10% 20%, rgb(90, 92, 106) 0%, rgb(0, 0, 0) 81.3%);
    border-radius: 5px;
    transition: .7s;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 20px;
    cursor: default;
    animation: slidein 0.5s forwards;
}
.fly-form.new-fly-form {
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
    width: 400px;
    height: 250px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1%;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.fly-form p {
    display: flex;
    flex: 1;
    min-width: 80%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px;
}
.fly-form .go-whatsapp {
    color: #FFFFFF;
    transition: .3s;
}
.fly-form .go-whatsapp:hover {
    color: #d9d9d9;
    transform: scale(1.2);
    cursor: pointer;
}
.fly-form p i {
    font-size: 12px;
}
.fly-form .fa-solid {
    margin-right: 10px;
}

@keyframes slidein {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes slideout {
    from {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0);
        opacity: 0;
    }
}
.fly-form-remove {
    animation: slideout 0.5s forwards;
}
.fly-b,
.fly-p,
.fly-thin {
    text-align: left;
    color: #ffffff;
    font-size: 14px;
}
.fly-b {
    font-weight: 700;
}
.fly-thin {
    font-weight: 400;
}
.fly-x-container {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99999;
}
.fly-btn-container,
.fly-errors-container {
    width: 100%;
    justify-content: center;
    gap: 5%;
    margin-top: 10px;
}
.fly-errors-container {
    padding-top: 20px;
    justify-items: center;
}
.square-p {
    width: 100%;
    color: #FFFFFF;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    animation: fadein .5s forwards;
}
.fly-btn-container.crear-cita-btn {
    flex-basis: 100%;
}
.fly-x {
    color: #ffffff;
    transition: .3s;
}
.barberia-white .fly-x {
    color: #333333;
}
.fly-x:hover {
    transform: scale(1.5);
    cursor: pointer;
}
.fly-btn,
.fly-square-btn {
    border: none;
    padding: 10px;
    background: #a04e45;
    color: #ffffff;
    transition: all .5s;
    border-radius: 5px;
    font-weight: 900;
    font-size: 12px;
}
.fly-btn.new-fly-btn,
.fly-square-btn {
    background: #4d67ac;
}
.fly-btn.new-fly-btn:disabled,
.crear-btn:disabled {
    background: #999999;
}
.fly-btn:hover {
    background: #666666;
    cursor: pointer;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
}
.fly-square-btn:hover {
    cursor: pointer;
    background: #2E703A;
}
.fly-input-div {
    position: relative;
    flex: 1;
    min-width: 45%;
}
.header-cal-bar-div {
    position: relative;
    min-width: 50%;
}
.add-input-div {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}
.add-input-c {
    width: 100%;
    height: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.fly-label {
    display: none;
    width: 100%;
}
.custom-checkbox {
    display: inline-block;
    width: 100%;
    border: none;
    cursor: pointer;
    padding: 15px 5px 15px 30px;
    box-sizing: border-box;
    transition: .3s;
    color: #ffffff;
    font-size: 14px;
}
.custom-checkbox.time-checkbox {
    padding: 5px;
}
.header-cal-bar-div .fly-options .custom-checkbox {
    padding: 10px;
}
.custom-checkbox:last-child {
    border-radius: 0 0 5px 5px;
}
.custom-checkbox:hover {
    background: rgba(255, 255, 255, 0.3);
}
.fly-label:checked + .custom-checkbox {
    background: rgba(255, 255, 255, 0.3);
}
.fly-input-div .fa-solid,
.fly-input-div .fa-regular {
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #ededed;
    transition: .3s;
}
.fly-input,
.fly-select {
    background: transparent;
    padding: 5px 5px 5px 30px;
    border: none;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    color: #ffffff;
    transition: .3s;
    flex: 1;
    text-align: left;
    width: 100%;
}
.fly-form.new-fly-form .fly-select.selected-option,
.crear-form .crear-input-div .crear-select.select-options.selected-option {
    color: #000000;
}
.header-cal-select {
    background: rgba(77, 103, 172, 0.1);
    padding: 10px 20px 10px 30px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    transition: .3s;
    flex: 1;
    text-align: left;
}
.fly-select.header-cal-select {
    color: #444444;
}
.header-cal-bar-div .fa-solid {
    color: #444444;
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: .3s;
}
.add-select {
    width: 100%;
    padding: 10px 5px 10px 40px;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: left;
    color: #666666;
}
.add-select:focus {
    background: #ededed;
    border: 1px solid #999999;
    outline: none;
}
.fly-input::placeholder,
.fly-select {
    color: #ededed;
}
.fly-input:focus,
.fly-select:focus {
    outline: none;
    border: none;
    background: rgba(255,255,255,0.2);
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
.fly-form.new-fly-form .fly-select {
    border-bottom: 1px solid #666666;
    font-weight: 500;
    font-size: 14px;
}
.fly-form.new-fly-form .fly-input,
.fly-form.new-fly-form .fly-select:focus {
    color: #000000;
    border-bottom: 1px solid #666666;
    font-weight: 500;
    font-size: 14px;
}
.fly-form.new-fly-form .fly-input::placeholder,
.fly-form.new-fly-form .fly-select {
    color: #999999;
}
.fly-form.new-fly-form .fly-input:disabled::placeholder,
.crear-input:disabled::placeholder {
    color: #dfdfdf;
}
.fly-input.fly-date-chose,
.fly-form.new-fly-form .fly-input.fly-date-chose {
    font-size: 18px;
    font-weight: 800;
    color: #333333;
}
.fly-form.new-fly-form .fly-input.fly-date-chose {
    border-bottom: none;
}
.header-cal-select:focus {
    outline: none;
    border: none;
    background: rgba(77, 103, 172, 0.4);
    color: #000000;
    border-radius: 5px 5px 0 0;
}
.rotate-chevron {
    transform: rotate(180deg);
}
.fly-select {
    position: relative;
}
.fly-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #444444;
    visibility: hidden;
    flex-direction: column;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
    transition: visibility .3s;
    animation: fadeout .3s ease-in forwards;
}
.header-cal-bar-div .fly-options {
    background: #4d67ac;
}
.show-options {
    animation: fadein .3s ease-in forwards;
    visibility: visible;
    overflow-y: scroll;
    max-height: 120px;
}
.show-options::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.add-options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #444444;
    display: none;
    flex-direction: column;
    z-index: 99999;
    border-radius: 0 0 5px 5px;
}
.fly-input-div-op {
    margin: 0;
    flex: 1;
}
.fly-input-div-op label {
    flex: 1;
    box-sizing: border-box;
}
.fly-form.new-fly-form .fly-input-div .fly-input:focus + .fa-solid,
.fly-form.new-fly-form .fly-input-div .fly-input:focus + .fa-regular,
.fly-form.new-fly-form .fly-input-div .fly-select:focus + .fa-solid,
.fly-form.new-fly-form .fly-input-div .fly-select:focus + .fa-regular,
.fly-form.new-fly-form .fly-input-div .fly-select.selected-option + .fa-solid,
.fly-form.new-fly-form .fly-input-div .fly-select.selected-option + .fa-regular,
.crear-form .crear-input-div .crear-select.select-options.selected-option  + .fa-solid,
.crear-form .crear-input-div .crear-select.select-options.selected-option  + .fa-regular {
    color: #000000;
}
.fly-form.new-fly-form .fly-x-container .fly-x {
    color: #666666;
}
.fly-input-div.fly-errors {
    margin-top: 5px;
    justify-content: center;
    align-items: center;
}
.fly-input-div.fly-errors p,
.fly-input-div.fly-errors span {
    display: unset;
    width: 100%;
    color: #000000;
    font-weight: 400;
    font-size: 10px;
    text-align: center;
    animation: fadein .5s forwards;
}
.select-div:has(input[type='radio']:checked) > .add-select,
.select-div:has(input[type='radio']:checked) > i,
.select-div:has(input[type='radio']:checked) > .select-options {
    color: #000000;
}
.con-size,
.container-yunatt.con-size {
    animation: incsize .5s ease-in forwards;
}
@keyframes incsize {
    from {
        width: 80%;
    }
    to {
        width: 100%;
    }
}
@keyframes decsize {
    from {
        width: 90%;
    }
    to {
        width: 80%;
    }
}
.absolute-i {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 55555;
    opacity: 0;
    transition: .5s;
}
.absolute-i i {
    color: #666666;
    transition: .3s;
}
.absolute-i:hover i {
    transform: scale(1.5);
    cursor: pointer;
}
.order-big-split:hover .absolute-i,
.order-split:hover .absolute-i,
.order-big-split.for-personal:hover .absolute-i,
.order-split.order-data:hover .absolute-i {
    opacity: 1;
}
.order-split.partners-split {
    overflow: visible;
}
.sharp-down-borders {
    border-radius: 10px 10px 0 0;
}
.container-crear {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999;
    justify-content: start;
    align-items: center;
    flex-direction: column;
}
.crear-form {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 2%;
    max-width: 50%;
    padding: 2%;
    box-sizing: border-box;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
.crear-form h4 {
    flex-basis: 100%;
}
.crear-input-div {
    position: relative;
    flex: 1;
    min-width: 48%;
}
.tables-input-div {
    position: relative;
    flex: 1;
    width: 100%;
    flex-basis: 100%;
    padding: 15px;
    flex-wrap: wrap;
}
.table {
    width: 90px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    margin-bottom: 50px;
    transition: .5s;
}
.table:has(input[value='1']),
.table:has(input[value='2']),
.table:has(input[value='3']),
.table:has(input[value='4']),
.table:has(input[value='5']),
.table:has(input[value='6']),
.table:has(input[value='7']),
.table:has(input[value='8']),
.table:has(input[value='9']),
.table:has(input[value='10']) {
    transition: .5s;
    background: rgba(0, 0, 0, 0.1);
}
.table:has(input[value='1']).table-checked,
.table:has(input[value='2']).table-checked,
.table:has(input[value='3']).table-checked,
.table:has(input[value='4']).table-checked,
.table:has(input[value='5']).table-checked,
.table:has(input[value='6']).table-checked,
.table:has(input[value='7']).table-checked,
.table:has(input[value='8']).table-checked,
.table:has(input[value='9']).table-checked,
.table:has(input[value='10']).table-checked {
    background: radial-gradient(circle at 10% 20%, rgb(90, 92, 106) 0%, rgb(0, 0, 0) 81.3%);
}
.absolute-table {
    position: absolute;
    left: 0;
    padding-top: 5px;
    justify-content: space-evenly;
    align-items: center;
}
.absolute-table.table-left {
    height: 100%;
    left: -20%;
    width: 20%;
    flex-direction: column;
}
.absolute-table.table-right {
    height: 100%;
    left: 100%;
    flex-direction: column;
}
.absolute-table.table-top {
    width: 100%;
    bottom: 100%;
}
.absolute-table.table-bottom {
    width: 100%;
    top: 100%;
}
.absolute-table.table-top i,
.absolute-table.table-bottom i,
.absolute-table.table-left i,
.absolute-table.table-right i {
    color: #FFFFFF;
    animation: fadein .3s forwards;
}
.count-div {
    width: 90%;
    justify-content: space-between;
}
.count-div i,
#personCount {
    color: #FFFFFF;
    font-size: 18px;
    transition: .3s;
}
#personCount.fadein {
    animation: fadein .3s forwards;
}
#personCount.fadeout {
    animation: fadeout .3s forwards;
}
.count-div i:hover,
.table-plus i:hover {
    transform: scale(1.5);
    color: #ededed;
    cursor: pointer;
}
.table-plus {
    height: 70px;
    width: 50px;
    justify-content: center;
    align-items: center;
}
.table-plus i {
    color: #FFFFFF;
    font-size: 24px;
}
.crear-input-div.half-crear-input-div {
    min-width: 30%;
}
.crear-date-input-div,
.crear-time-input-div {
    position: relative;
}
.additional-phone {
    transition: all .3s;
}
.crear-input-div .fa-solid,
.crear-input-div .fa-regular,
.crear-input-div .fa-brands,
.crear-date-input-div .fa-solid,
.crear-time-input-div .fa-solid,
.crear-date-input-div .fa-regular,
.crear-time-input-div .fa-regular,
.crear-input-div .additional-phone {
    position: absolute;
    font-size: 14px;
    top: 0;
    left: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #999999;
    transition: .3s;
}
.crear-input-div .country-code-label {
    height: 100%;
    width: 25px;
    display: flex;
    position: absolute;
    top: 0;
    left: 40px;
    align-items: stretch;
    justify-content: space-between;
}
.crear-input-div .country-code-input {
    max-width: 100%;
    font-size: 16px;
    background: transparent;
    color: #000000;
    border: none;
    border-right: 1px solid rgba(0,0,0,0.1);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.crear-input-div .country-code-input:focus {
    outline: none;
    color: #000000;
}
.crear-input-div.est-input {
    min-width: 30%;
}
.crear-input-div.est-input .fa-solid {
    color: #333333;
}
.crear-input-div .additional-phone {
    left: 30px;
    font-size: 16px;
    color: #000000;
}
.crear-x-container {
    flex-basis: 100%;
    justify-content: end;
    margin-bottom: 20px;
}
.crear-x-container i {
    font-size: 20px;
    transition: .3s;
}
.crear-x-container i:hover {
    transform: scale(1.5);
    cursor: pointer;
}
.crear-input,
.crear-select,
.service-select,
.time-select {
    width: 100%;
    background: transparent;
    padding: 15px 5px 15px 30px;
    border: none;
    border-bottom: 2px solid #999999;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    transition: .3s;
    text-align: left;
}
.crear-input::-webkit-calendar-picker-indicator {
    background: none;
}
.crear-input.crear-phone {
    padding: 15px 5px 15px 75px;
}
.crear-btn-container {
    flex-basis: 100%;
    justify-content: center;
    margin: 20px 0;
}
.crear-input::placeholder,
.crear-select,
.service-select,
.time-select {
    color: #999999;
}
.crear-select.est-input {
    color: #333333;
}
.crear-input:focus,
.crear-select:focus,
.service-select:focus,
.time-select:focus {
    outline: none;
    border: none;
    background: rgba(0,0,0,0.1);
    border-bottom: 2px solid #000000;
    color: #000000;
}
.crear-form .crear-input-div .crear-input:focus + .fa-solid,
.crear-form .crear-input-div .crear-input:focus + .fa-regular,
.crear-form .crear-input-div .crear-select:focus + .fa-solid,
.crear-form .crear-input-div .crear-select:focus + .fa-regular,
.crear-form .crear-input-div .service-select:focus + .fa-solid,
.crear-form .crear-input-div .service-select:focus + .fa-regular,
.crear-form .crear-date-input-div .crear-input:focus + .fa-solid,
.crear-form .crear-date-input-div .crear-input:focus + .fa-regular,
.crear-form .crear-time-input-div .crear-input:focus + .fa-solid,
.crear-form .crear-time-input-div .crear-input:focus + .fa-regular,
.crear-form .crear-input-div .time-select:focus + .fa-solid,
.crear-form .crear-input-div .time-select:focus + .fa-regular {
    color: #4d67ac;
}
.crear-select.select-options.weekday-interval {
    color: #dcdcdc;
    border: 1px solid #999999;
    border-radius: 5px;
}
.crear-select.select-options.weekday-interval:focus {
    color: #ffffff;
}
.crear-form .crear-input-div .crear-input.crear-phone:focus + .additional-phone {
    color: #000000;
}
.crear-date-time {
    flex: 1;
    min-width: 48%;
    gap: 5%;
}
.crear-date-input-div {
    width: 60%;
}

.crear-time-input-div {
    width: 35%;
}

#vanilla-calendar,
#vanilla-calendar0,
#vanilla-calendar1,
#vanilla-calendar2,
#vanilla-calendar3,
#vanilla-calendar4,
#vanilla-calendar5,
#vanilla-calendar6,
#vanilla-calendar7,
#vanilla-calendar8,
#vanilla-calendar9,
#vanilla-calendar10,
#vanilla-calendar11,
#vanilla-calendar12,
#vanilla-calendar13,
#vanilla-calendar14,
#vanilla-calendar15,
#vanilla-calendar16,
#vanilla-calendar17,
#vanilla-calendar18,
#vanilla-calendar19,
#vanilla-calendar20 {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
}
#suscripcion-calendar0,
#suscripcion-calendar1,
#suscripcion-calendar2,
#suscripcion-calendar3,
#suscripcion-calendar4,
#suscripcion-calendar5,
#suscripcion-calendar6,
#suscripcion-calendar7,
#suscripcion-calendar8,
#suscripcion-calendar9,
#suscripcion-calendar10,
#suscripcion-calendar11,
#suscripcion-calendar12,
#suscripcion-calendar13,
#suscripcion-calendar14,
#suscripcion-calendar15,
#suscripcion-calendar16,
#suscripcion-calendar17,
#suscripcion-calendar18,
#suscripcion-calendar19,
#suscripcion-calendar20 {
    display: none;
    position: absolute;
    bottom: -200%;
    left: -100%;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
#crear-vanilla-calendar,
#reserve-vanilla-calendar {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    z-index: 99990;
}

.crear-header {
    position: relative;
    width: 50%;
    height: 20%;
    justify-content: center;
}
.crear-header img {
    width: 150px;
    height: auto;
}
.crear-errors {
    flex: 1;
    justify-content: center;
    align-items: center;
}
.errors-anim,
.add-personal-errors p {
    animation: fadein .5s forwards;
}
.form-personal {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    box-sizing: border-box;
}
.form-personal.hidden-create-personal {
    max-height: 0;
    opacity: 0;
}
.personal-input,
.personal-bar-select {
    flex: 1;
    padding: 5px;
    border: none;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    margin-bottom: 1%;
    color: #ffffff;
    transition: .3s;
    min-width: 20%;
}
.personal-input::placeholder {
    color: #ededed;
}
.personal-input:focus,
.personal-bar-select:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}
.personal-btn-div {
    flex-basis: 100%;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}
.personal-btn-div p {
    color: #ffffff;
    animation: fadein .5s forwards;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.crear-errors p {
    color: #000000;
    animation: fadein 1s forwards;
    font-weight: 400;
    text-align: center;
}
.personal-btn {
    width: 30%;
    padding: 5px;
    border: none;
    border-radius: 2px;
    background: #ffc400;
    transition: .3s;
    text-align: center;
}
.personal-btn:hover {
    cursor: pointer;
    background: #e3ae00;
    transform: scale(1.1);
}
.for-personal {
    background: rgb(29,29,29);
    background: linear-gradient(0deg, rgba(29,29,29,1) 0%, rgba(54,54,54,1) 43%, rgba(69,69,69,1) 100%);
}
.absolute-i.white-i i {
    color: #ffffff;
}
.change-barberia-weekdays {
    flex-basis: 100%;
    flex-wrap: wrap;
    gap: 2%;
    justify-content: space-between;
}
.weekday-bar {
    background: rgba(255, 255, 255, 0.3);
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 30%;
    margin-bottom: 2%;
    border-radius: 5px;
    padding: 5px 0;
    transition: .3s;
}
.weekday-bar.personal-workday {
    min-width: 20%;
}
.weekday-bar:has(>.check-weekday input[name='weekdays']:checked) {
    background: rgba(255, 255, 255, 0.7);
}
.check-weekday {
    background: transparent;
}
.check-personal-bar {
    background: #ababab;
    border-radius: 5px;
    padding: 10px;
    transition: .3s;
}
.check-personal-bar:hover,
.check-weekday:hover {
    cursor: pointer;
    filter: brightness(1.2);
}
.check-weekday .checked {
    color: #ffffff;
    animation: fadein .3s ease-in forwards;
}
.check-personal-bar .checked {
    animation: fadein .3s ease-in forwards;
}
.check-weekday input[type='checkbox'],
.check-weekday .checked,
.check-personal-bar input[type='checkbox'],
.check-personal-bar .checked {
    display: none;
}
.check-weekday input[type="checkbox"]:checked ~ .checked,
.check-personal-bar input[type="checkbox"]:checked ~ .checked {
    display: inline-block;
}
.check-weekday input[type="checkbox"]:checked ~ .unchecked,
.check-personal-bar input[type="checkbox"]:checked ~ .unchecked {
    display: none;
}
.crear-input-div.select-div.weekday-interval-div {
    min-width: 20%;
    margin-bottom: 2%;
}
.crear-input-div.select-div.weekday-interval-div .fly-options {
    top: 0;
    height: 100%;
    overflow-y: scroll;
    border-radius: 0;
}
.crear-input-div.select-div.weekday-interval-div .fly-options::-webkit-scrollbar {
    width: 5px;
    height: 25px;
}
.crear-input-div.select-div.weekday-interval-div .fly-options::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}
.crear-input-div.select-div.weekday-interval-div .fly-options::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}
.crear-input-div.select-div.weekday-interval-div .fly-options .fly-input-div-op .custom-checkbox {
    border-radius: 0;
}
.time-bar-container {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    gap: 2%;
}
.time-bar-div {
    flex: 1;
    gap: 2%;
}
.time-bar-input {
    background: #ffffff;
    border-radius: 2px;
    border: none;
    flex: 1;
    text-align: center;
    transition: .3s;
}
.time-bar-input:disabled {
    background: #ededed;
}
.morning-afternoon {
    font-size: 12px;
    color: #444444;
}
.container-new-form {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    justify-content: center;
    align-items: center;
}
.personal-bar-name {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
}
.new-personal-bar {
    flex-basis: 100%;
    flex-wrap: wrap;
    justify-content: start;
    gap: 2%;
    margin-bottom: 20px;
}
.check-personal-bar:has(input[type='checkbox']:checked) {
    background: #ededed;
}
.add-personal-errors,
.errors-signup {
    flex-basis: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
.errors-signup {
    flex-direction: column;
}
.add-personal-errors p {
    color: #ffffff;
}
.errors-signup p {
    font-weight: 400;
    color: #000000;
    animation: fadein .5s forwards;
    text-align: center;
}
.time-elem.cita-time.personal-colour0 {
    background: rgb(6, 130, 147);
    background: linear-gradient(0deg, rgb(122, 200, 218) 0%, rgb(37, 155, 172) 50%, rgb(6, 100, 141) 100%);
}
.time-elem.cita-time.personal-colour1 {
    background: rgb(124,13,233);
    background: linear-gradient(0deg, rgba(124,13,233,1) 0%, rgba(100,13,186,1) 50%, rgba(70,8,131,1) 100%);
}
.time-elem.cita-time.personal-colour2 {
    background: rgb(26,186,7);
    background: linear-gradient(0deg, rgba(26,186,7,1) 0%, rgba(23,151,8,1) 50%, rgba(16,112,5,1) 100%);
}
.time-elem.cita-time.personal-colour3 {
    background: rgb(216,203,9);
    background: linear-gradient(0deg, rgba(216,203,9,1) 0%, rgba(187,176,17,1) 50%, rgba(147,139,17,1) 100%);
}
.time-elem.cita-time.personal-colour4 {
    background: rgb(128,128,128);
    background: linear-gradient(0deg, rgba(128,128,128,1) 0%, rgba(69,69,69,1) 50%, rgba(44,44,44,1) 100%);
}
.time-elem.cita-time.personal-colour5 {
    background: rgb(171,8,8);
    background: linear-gradient(0deg, rgba(171,8,8,1) 0%, rgba(159,8,8,1) 50%, rgba(131,8,8,1) 100%);
}
.time-elem.cita-time.personal-colour6 {
    background: rgb(211,71,10);
    background: linear-gradient(0deg, rgba(211,71,10,1) 0%, rgba(177,60,9,1) 50%, rgba(141,47,6,1) 100%);
}
.time-elem.cita-time.personal-colour7 {
    background: rgb(6, 130, 147);
    background: linear-gradient(0deg, rgb(153, 207, 218) 0%, rgb(83, 198, 214) 50%, rgb(6, 100, 141) 100%);
}
.time-elem.cita-time.personal-colour8 {
    background: rgb(82, 2, 90);
    background: linear-gradient(0deg, rgb(153, 57, 175) 0%, rgb(128, 31, 166) 50%, rgb(107, 6, 141) 100%);
}
.time-elem.cita-time.personal-colour9 {
    background: rgb(6, 130, 147);
    background: linear-gradient(0deg, rgb(122, 200, 218) 0%, rgb(37, 155, 172) 50%, rgb(6, 100, 141) 100%);
}
.time-elem.cita-time.personal-colour10 {
    background: rgb(124,13,233);
    background: linear-gradient(0deg, rgba(124,13,233,1) 0%, rgba(100,13,186,1) 50%, rgba(70,8,131,1) 100%);
}
.container-for-slider {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
}
.slider-txt {
    flex: 1;
    width: 50%;
    padding: 0 100px;
    flex-direction: column;
    align-items: start;
}
.unpaid-slider-content {
    width: 30%;
}
#unpaid-slider {
    height: 100%;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    justify-content: space-between;
    align-items: stretch;
}
#unpaid-slider .owl-stage-outer {
    height: 100%;
}
.unpaid-slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.unpaid-slide.one-slide {
    background-image: url('../img/slider/four.jpg');
}
.unpaid-slide.two-slide {
    background-image: url('../img/slider/six.jpg');
}
.unpaid-slide.three-slide {
    background-image: url('../img/slider/five.jpg');
}
.unpaid-slide.four-slide {
    background-image: url('../img/slider/three.jpg');
}
.unpaid-slide.five-slide {
    background-image: url('../img/slider/two.jpg');
}
.unpaid-slide.six-slide {
    background-image: url('../img/slider/one.jpg');
}
.slider-content {
    width: 50%;
}
#slider {
    height: 100%;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-radius: 10px 0 0 10px;
}
.slide {
    background-repeat: no-repeat;
    min-height: 650px;
    width: 100%;
    background-size: cover;
}
.slide.one-slide {
    background-image: url('../img/slider/one.jpg');
}
.slide.two-slide {
    background-image: url('../img/slider/two.jpg');
}
.slide.three-slide {
    background-image: url('../img/slider/three.jpg');
}
.slide.four-slide {
    background-image: url('../img/slider/four.jpg');
}
.slide.five-slide {
     background-image: url('../img/slider/five.jpg');
 }
.slide.six-slide {
    background-image: url('../img/slider/six.jpg');
}
.slide.seven-slide {
    background-image: url('../img/slider/seven.jpg');
}
.slide.eight-slide {
    background-image: url('../img/slider/eight.jpg');
}

.owl-dots {
    width: 100%;
    justify-content: center;
}
.slider-clientes {
    width: 100%;
    margin-top: 50px;
}
.slide-cl {
    width: 100%;
    background: #333333;
    border-radius: 5px;
    flex-direction: column;
    color: #FFFFFF;
    padding: 30px 20px;
    justify-content: start;
    align-items: stretch;
    word-break: normal;
}
.slide-cl h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
}
.slide-cl p {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
}
.slide-cl .cl-logo {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
}
.slide-cl .cl-logo img {
    max-width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.cl-sociales {
    width: 100%;
    justify-content: start;
    gap: 20px;
}
.cl-sociales .fa-brands,
.cl-sociales .fa-solid {
    color: #FFFFFF;
    border: none;
    text-decoration: none;
    transition: all .2s;
}
.cl-sociales .fa-solid.fa-globe {
    color: #4d67ac;
}
.cl-sociales .fa-brands:hover,
.cl-sociales .fa-solid:hover {
    transform: scale(1.2);
    cursor: pointer;
}
.cl-sociales .fa-solid.fa-globe:hover {
    color: #4d93ac;
}
.cl-sociales .fa-brands.fa-whatsapp:hover {
    color: green;
}
.cl-sociales .fa-brands.fa-telegram:hover {
    color: #3d8fb6;
}
.cl-sociales .fa-brands.fa-instagram:hover {
    color: #d02597;
}
.cl-btn {
    background: #dddddd;
    border-radius: 5px;
}


.sol-btn,
.anchor-btn {
    background: transparent;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .3s;
}
.sol-btn:hover,
.anchor-btn:hover {
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
#yunatt {
    width: 100%;
    height: 100%;
    border: none;
}
.container-for-blocks {
    width: 100%;
    box-sizing: border-box;
    padding: 70px 100px;
    background: #ededed;
    flex-wrap: wrap;
}
.container-for-blocks.white-block {
    background: #FFFFFF;
}
.block-first {
    flex: 1;
    min-width: 55%;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    margin-bottom: 20px;
}
.block-second {
    flex: 1;
    min-width: 55%;
    align-items: start;
    justify-content: center;
    gap: 5%;
}
.block-plus {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    border-radius: 10px;
    overflow: hidden;
}
.block-plus img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    transition: .3s;
}
.block-plus img:hover {
    transform: scale(1.1);
}
.block-h {
    font-size: 28px;
    margin-top: 20px;
}
.block-p {
    font-weight: 300;
    margin-top: 20px;
    line-height: 24px;
}
.form-separator {
    flex-wrap: wrap;
    border: 1px solid #000000;
    background: #333333;
    border-radius: 5px;
    margin-bottom: 10px;
    justify-content: center;
    padding-top: 10px;
}
.download-form {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}
.download-form img {
    height: 100px;
    width: auto;
    object-fit: scale-down;
}
.d-form-elem {
    justify-content: center;
    padding: 20px 0;
}
.save-d-form {
    background: transparent;
    color: #ededed;
    border: none;
    transition: .3s;
}
.save-d-form:hover {
    cursor: pointer;
    color: #ffffff;
    transform: scale(1.1);
}
.input-file {
    position: relative;
    display: inline-block;
}
.input-file-text {
    padding: 0 10px;
    line-height: 40px;
    text-align: left;
    height: 40px;
    display: block;
    float: left;
    box-sizing: border-box;
    width: 200px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ddd;
    color: #ffffff;
}
.input-file-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 0 4px 4px 0;
    background-color: #419152;
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    box-sizing: border-box;
    border: none;
    margin: 0;
    transition: background-color 0.2s;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Hover/active */
.input-file:hover .input-file-btn {
    background-color: #59be6e;
}
.input-file:active .input-file-btn {
    background-color: #2E703A;
}

/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
    background-color: #eee;
}

.logo-div {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    gap: 5%;
}
.logo-div img {
    height: 70px;
    width: auto;
    object-fit: scale-down;
}
.del-logo-btn {
    padding: 10px;
    background: #999999;
    border: none;
    border-radius: 5px;
    transition: .3s;
}
.del-logo-btn:hover {
    cursor: pointer;
    background: #333333;
    color: #ffffff;
}
.color-square {
    width: 10px;
    height: 10px;
    border: 1px solid #ffc400;
}
.abs-h3 {
    font-size: 48px;
}
.sol-p {
    font-weight: 300;
    text-align: center;
}
.signup-form .crear-input-div .change-form-input.signup-input ~ .additional-phone {
    color: #999999;
    transition: .3s;
}
.signup-form .crear-input-div .change-form-input.signup-input:focus ~ .additional-phone {
    color: #000000;
}
.signup-form .crear-input-div .change-form-input.signup-input:focus ~ .country-code-label .country-code-input {
    color: #000000;
}
#change-profile-form {
    flex: unset;
    width: 70%;
    border-radius: 0;
    padding: 40px 0;
    align-content: start;
}

.get-stat-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    margin-top: 20px;
}
.est-total {
    background: #f2f2f2;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.est-h {
    font-weight: 500;
    display: flex;
    min-width: 45%;
}
@keyframes opac5 {
    from {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
@keyframes backopac5 {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
.est-tab-container {
    flex-direction: column;
    width: 100%;
    opacity: 0.5;
    animation: backopac5 .5s forwards;
}
.est-tab-container.etc-op {
    animation: opac5 0.5s forwards;
}
.est-tab-row {
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.est-tab-row b,
.est-tab-row p {
    display: flex;
    flex: 1;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 0;
}
.est-tab-row b:last-child,
.est-tab-row p:last-child {
    border-right: none;
}
.est-tab-row p {
    font-weight: 400;
}
.est-tab-row i {
    display: flex;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    min-width: 5%;
    padding: 10px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fa-spin {
    animation: fa-spin ease-in-out infinite;
    animation-duration: .8s;
    animation-delay: -1ms;
    transition-delay: 0s;
    transition-duration: 0s;
}
.subs-container {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    gap: 5%;
}
.getsubs {
    flex-direction: column;
    padding: 5px;
    flex: 1;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 10px;
}
.getsubs p {
    margin-bottom: 5px;
}
.unpaid-container {
    width: 100%;
    justify-content: center;
    margin: 50px 0 100px 0;
}
.unpaid-inside {
    display: flex;
    width: 50%;
    background: #f2f2f2;
    border-radius: 0 10px 10px 0;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px;
}
.unpaid-inside h3 {
    font-size: 32px;
    font-weight: 400;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.unpaid-subs-container {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    gap: 3%;
    justify-content: space-between;
}
.unpaid-subs-container.subs-form {
    width: 80%;
}
.unpaid-options {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.unpaid-options p {
    text-align: left;
}
.unpaid-options p b {
    color: #666666;
    font-weight: 400;
    transition: .3s;
}
.unpaid-sub {
    flex: 1;
    background: #a8bbef;
    margin-bottom: 5%;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    flex-direction: column;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
}
.unpaid-sub:hover,
.unpaid-sub.checked {
    background: #4d67ac;
    cursor: pointer;
    color: #ffffff;
}
.unpaid-sub:hover .unpaid-options p b,
.unpaid-sub.checked .unpaid-options p b {
    color: #ffffff;
}
.unpaid-sub:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f111";
    font-size: 24px;
    color: #ffffff;
}
.unpaid-sub.checked:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
}
.unpaid-sub h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.unpaid-sub p, h4 {
    margin-bottom: 5px;
}
.unpaid-sub p {
    font-weight: 400;
}
.unpaid-subs-container .crear-input-div {
    margin-bottom: 10px;
    flex: 1;
}
.unpaid-subs-container .crear-input-div.flex-grow {
    flex-basis: 100%;
}
.unpaid-subs-container .crear-input-div.flex-grow input:disabled {
    color: #dadada;
}
.unpaid-subs-container .crear-input-div .change-form-input::placeholder {
    font-weight: 400;
}
.unpaid-sub-inside {
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
}
.sub-btn {
    background: #4d67ac;
    color: #ffffff;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    padding: 10px 0;
    transition: .3s;
    flex: 1;
}
.sub-btn:hover {
    cursor: pointer;
    background: #444444;
}
.errors.unpaid-errors {
    flex-basis: 100%;
}
.errors.unpaid-errors p.unpaid-sub-msg {
    color: #000000;
}
.manage-sub-div {
    width: 70%;
    flex-wrap: wrap;
}
.manage-sub-inputs {
    width: 100%;
    flex-basis: 100%;
    border-radius: 5px;
    background: #333333;
    padding: 40px 20px;
    flex-direction: column;
}
.manage-sub-inputs-wrapper {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 5%;
}
.manage-sub-inputs-wrapper:last-child {
    margin-bottom: 0;
}
.manage-sub-inputs-wrapper p,
.manage-sub-inputs-wrapper b {
    font-size: 16px;
    color: #FFFFFF;
}
.manage-sub-inputs-wrapper p {
    font-weight: 400;
}
.manage-sub-btn-div {
    flex-basis: 100%;
    justify-content: center;
}
.manage-sub-btn {
    padding: 10px;
    background: #4d67ac;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
}
.manage-sub-btn:hover {
    background: #000000;
    cursor: pointer;
}
.unpaid-sub-header h3 {
    font-size: 14px;
}
.crear-input-div.provincies-div .fly-options {
    max-height: 200px;
    overflow-y: scroll;
    border-radius: 0;
}
.crear-input-div.provincies-div .fly-options::-webkit-scrollbar {
    width: 5px;
    height: 25px;
}
.crear-input-div.provincies-div .fly-options::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}
.crear-input-div.provincies-div .fly-options::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}
.agreement-text {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.agreement-text p,
.sub-details-subscription .agreement-text p {
    font-size: 10px;
    font-weight: 400;
}
.form-back.pay-sub-form {
    width: 80%;
    height: 60%;
    flex-wrap: wrap;
    padding: 20px;
}
.sub-wrapper {
    justify-content: space-between;
    align-items: stretch;
    gap: 5%;
}
.pay-sub-img {
    flex-basis: 100%;
    height: 10%;
    justify-content: center;
    align-items: center;
}
.pay-sub-img img {
    height: 100%;
    width: auto;
    object-fit: scale-down;
}
.card-name-div {
    flex: 1;
    flex-direction: column;
    padding: 5%;
    border: 1px solid #666666;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.card-name-div #payment-form {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.card-name-div #payment-form #card-button {
    background: #4d67ac;
    color: #FFFFFF;
    padding: 10px;
    font-family: "Square Sans Text VF", "Square Sans Text", Arial, sans-serif;
    border: none;
    border-radius: 5px;
    transition: .3s;
}
.card-name-div #payment-form #card-button:hover {
    background: #444444;
    outline: none;
    cursor: pointer;
}
.crear-input-div.input-card-sub {
    width: 100%;
}
.crear-input-div.input-card-sub .change-form-input {
    border: 1px solid #d9d9d9;
    padding: 15px 5px 15px 40px;
    font-family: "Square Sans Text VF", "Square Sans Text", Arial, sans-serif;
}
.crear-input-div.input-card-sub .change-form-input::placeholder {
    font-weight: 400;
    color: #a3a3a3;
}
#card-container {
    margin-top: 10px;
}
.sub-details-div {
    flex: 1;
    flex-direction: column;
    gap: 5%;
}
.sub-details-customer,
.sub-details-subscription {
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-family: "Square Sans Text VF", "Square Sans Text", Arial, sans-serif;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
}
.sub-details-customer {
    height: 30%;
}
.sub-details-subscription {
    height: 65%;
}
.sub-details-customer p,
.sub-details-subscription p {
    font-weight: 400;
    font-size: 12px;
}
.sub-details-customer b,
.sub-details-subscription b {
    font-size: 12px;
}
.sub-details-customer h3,
.sub-details-subscription h3 {
    font-size: 16px;
}
.sub-details-wrapper {
    justify-content: space-between;
}
.sub-details-wrapper.total-sub b,
.sub-details-wrapper.total-sub p {
    font-size: 16px;
    font-weight: 700;
}
.sub-details-subscription .sub-period,
.sub-details-subscription p.sub-cadence {
    font-size: 10px;
}
.sub-errors p {
    font-weight: 400;
    text-align: center;
}
.sub-errors p.sub-error {
    color: red;
    text-align: center;
}
.get-invoice {
    color: #000000;
    padding: 5px 10px;
    background: #FFFFFF;
    border-radius: 5px;
    border: none;
    transition: 0.3s;
}
.get-invoice:hover {
    background: #000000;
    color: #FFFFFF;
    cursor: pointer;
}
.sub-wrapper.for-factura {
    justify-content: center;
    min-width: 50%;
}
.container-yunatt {
    width: 75%;
    animation: decsize 1s forwards;
    flex-wrap: wrap;
    align-items: start;
    align-content: start;
    justify-content: space-between;
    justify-items: stretch;
    overflow: hidden;
}
.yu-menu {
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
    justify-content: space-between;
    z-index: 50000;
    width: 100%;
}
.yu-btns-div {
    width: 100%;
    padding: 20px 20px 10px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yu-search-div,
.yu-add-user-div {
    flex: 1;
}
.yu-search-div {
    justify-content: start;
}
.yu-user-actions {
    width: 100%;
    justify-content: start;
    padding-top: 10px;
    gap: 5%;
    visibility: hidden;
}
.yu-action-red,
.yu-action-green {
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
}
.yu-action-red {
    background: #a04e45;
}
.yu-action-green {
    background: #59be6e;
}
.yu-action-red:hover,
.yu-action-green:hover {
    cursor: pointer;
    background: #333333;
}
.yu-add-user-div {
    justify-content: end;
}
.yu-add-user {
    background: #59be6e;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
}
.yu-add-user:hover {
    background: #285732;
    cursor: pointer;
}
.yu-search-input {
    padding: 10px;
    font-weight: 400;
    width: 70%;
    border-radius: 5px 0 0 5px;
    border: 1px solid rgba(0,0,0,0.2);
    transition: 0.3s;
}
.yu-search-input:focus {
    outline: none;
    border: 1px solid #4d67ac;
}
.yu-search-btn {
    border-radius: 0 5px 5px 0;
    border: 1px solid #4d67ac;
    background: #4d67ac;
    color: #FFFFFF;
    font-weight: 400;
    transition: 0.3s;
}
.yu-search-btn:hover {
    background: #333333;
    cursor: pointer;
}
.yu-btn {
    flex: 1;
    background: transparent;
    color: #333333;
    border: none;
    transition: .3s;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
}
.yu-btn.active-yu-btn {
    background: rgba(77, 103, 172, 0.2);
}
.yu-btn:hover {
    cursor: pointer;
    background: #4d67ac;
    color: #FFFFFF;
}
.table-holder {
    width: 100%;
    max-height: 80vh;
    overflow: auto;
}
.table-holder::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.table-holder::-webkit-scrollbar-thumb {
    background: #444444;
    border-radius: 10px;
}
.table-holder::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.9);
}
.yu-content {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    transition: all .3s;
}
.yu-content th,
.yu-content td {
    padding: 7px 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    vertical-align: middle;
    text-align: left;
    font-weight: 400;
    white-space: nowrap;
}
.yu-content thead {
    position: sticky;
}
.yu-content thead tr th {
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.yu-content tbody .yu-user-tr.checked {
    background: #dddddd;
}
.yu-tr {
    background: rgb(212,236,252);
    background: linear-gradient(0deg, rgba(212,236,252,1) 0%, rgba(182,202,252,1) 100%);
    font-weight: 600;
    transition: all .3s;
    padding: 20px;
    justify-content: center;
}
.yu-tr:hover {
    opacity: 0.8;
    cursor: pointer;
}
.yu-content thead tr th i.fa-solid {
    margin-left: 10px;
    font-size: 12px;
    position: absolute;
    right: 5px;
}
.yu-content thead tr th i.fa-solid.fa-chevron-down {
    bottom: 15px;
}
.yu-content thead tr th i.fa-solid.fa-chevron-up {
    top: 15px;
}
.yu-content thead tr th i.fa-solid.fa-chevron-up.inactive,
.yu-content thead tr th i.fa-solid.fa-chevron-down.inactive {
    color: rgba(0,0,0, 0.2);
}
.yu-content tbody .yu-user-tr:hover {
    background: rgba(19, 146, 186, 0.05);
}
.yu-content tbody .yu-user-tr.checked:hover {
    background: rgba(0,0,0, 0.5);
}
.yu-device-online,
.yu-device-offline {
    font-size: 12px;
    border-radius: 5px;
    font-weight: 400;
    justify-content: center;
    padding: 5px;
    text-align: center;
}
.yu-device-online {
    background: #59be6e;
}
.yu-device-offline {
    background: crimson;
}
.yunatt-error {
    flex: 1;
}
.yunatt-error td {
    text-align: center;
    padding: 10px;
}
.yunatt-error h3 {
    text-align: center;
    font-weight: 400;
}
.pagination-div {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
}
.pagination-div p {
    font-weight: 400;
}
.pagination-per-page,
.pagination-pages {
    width: 50%;
}
.pagination-per-page {
    justify-content: space-between;
    align-items: center;
}
.rows-div {
    align-items: center;
}
.rows-count {
    padding: 10px;
    background: rgba(0,0,0,0.05);
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    position: relative;
    margin-right: 10px;
    transition: all .3s;
}
.rows-count:hover {
    background: rgba(0,0,0,0.1);
    cursor: pointer;
}
.rows-count.fold-borders {
    border-radius: 0 0 5px 5px;
}
@keyframes fadeinvisible {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}
.rows-options {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: 100%;
    flex-direction: column;
    background: #eaeaea;
    border-radius: 5px 5px 0 0;
    border: 1px solid rgba(0,0,0,0.2);
}
.rows-options.fadeinvisible {
    animation: fadeinvisible .3s forwards;
}
.rows-options button {
    padding: 10px 0;
    border: none;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    transition: all .3s;
}
.rows-options button:first-child:hover {
    border-radius: 5px 5px 0 0;
}
.rows-options button:hover {
    cursor: pointer;
    background: #d9d9d9;
}
.pagination-pages {
    justify-content: end;
}
.page-holder {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 50%;
}
.page-elem {
    flex: 1;
    border: none;
    border-radius: 0;
    background: rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.2);
    transition: all .3s;
}
.page-elem.active-page {
    background: #4d67ac;
    color: #fff;
}
.page-elem:hover {
    background: rgba(0,0,0,0.2);
    cursor: pointer;
    color: #000000;
}
.page-elem:disabled {
    background: rgba(0,0,0,0.01);
    cursor: unset;
}
.page-elem:first-child {
    border-left: none;
    border-radius: 5px 0 0 5px;
}
.page-elem:last-child {
    border-radius: 0 5px 5px 0;
}
.search-yu-form {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.yu-update-form {
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: space-between;
    display: none;
}
.yu-user-label,
.cards-label {
    flex: 1;
    min-width: 25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-size: 12px;
}
.yu-user-label p {
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 0 0 5px 5px;
    background: rgba(228, 145, 145, 0.5);
    padding: 5px;
}
.yu-user-label .yu-user-btn,
.yu-user-input,
.cards-input {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    transition: .3s;
}
.yu-user-label .yu-user-btn,
.yu-user-input::placeholder,
.cards-input::placeholder {
    color: #999999;
    transition: .3s;
}
.yu-user-input:hover,
.yu-user-input:focus,
.cards-input:hover,
.cards-input:focus {
    border: 1px solid rgba(0,0,0,0.3);
    outline: none;
}
.yu-user-input:hover::placeholder,
.yu-user-label select.yu-user-input:hover,
.cards-input:hover::placeholder,
.cards-label select.cards-input:hover,
.cards-input:hover + i,
.cards-input:hover ~ .additional-phone {
    color: #000000;
}
.yu-user-input:focus::placeholder,
.cards-input:focus::placeholder {
    color: #555555;
}
.yu-user-input.invalid {
    border: 1px solid darkred;
}
.yu-user-input.fold-borders-down {
    border-radius: 5px 5px 0 0;
}
.yu-user-label,
.cards-label {
    position: relative;
}
.yu-user-label .yu-user-btn {
    background: #FFFFFF;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.yu-user-btn:hover {
    border: 1px solid rgba(0,0,0,0.3);
    cursor: pointer;
    color: #000000;
}
.yu-user-btn.checked {
    color: #000000;
}
.yu-get-update {
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.yu-get-update:hover {
    color: #4d67ac;
}
.yu-form-btns {
    width: 100%;
    justify-content: center;
    gap: 5%;
}
.yu-update-btn,
.yu-cancel-btn,
.yu-leave-btn,
.yu-send-btn {
    padding: 10px;
    font-weight: 400;
    color: #FFFFFF;
    background: #4d67ac;
    border: none;
    border-radius: 5px;
    transition: .3s;
}
.yu-cancel-btn {
    background: #999999;
}
.yu-update-btn:hover,
.yu-cancel-btn:hover,
.yu-leave-btn:hover,
.yu-send-btn:hover {
    background: #333333;
    cursor: pointer;
}
.yu-update-errors,
.yu-leave-errors,
.undo-remove-errors,
.yu-send-errors,
.yu-delete-errors {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}
.yu-update-errors p,
.yu-leave-errors p,
.undo-remove-errors p,
.yu-send-errors p,
.yu-delete-errors p{
    color: darkred;
    animation: fadein .5s forwards;
    text-align: center;
}
.yu-send-errors b,
.yu-delete-errors b {
    color: #59be6e;
    animation: fadein .5s forwards;
    text-align: center;
}
.yu-update-header {
    width: 100%;
    justify-content: start;
    padding: 20px 0;
}
.yu-update-header h3 {
    font-size: 24px;
}
.yu-leave-div,
.yu-send-div,
.yu-delete-div {
    background: #FFFFFF;
    width: 80%;
    border-radius: 5px;
    justify-content: center;
    align-items: start;
    padding-bottom: 20px;
    position: relative;
    display: none;
}
.yu-leave-form,
.yu-send-form,
.yu-delete-form {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.yu-leave-h3 {
    width: 100%;
    justify-content: center;
    margin: 20px 0;
}
.yu-leave-h3 h3 {
    text-align: center;
}
.yu-leave-label {
    justify-content: space-between;
    margin-bottom: 10px;
}
.yu-leave-label:last-child {
    margin-bottom: 0;
}
.yu-leave-input {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
}
.yu-leave-btn-div {
    width: 100%;
    justify-content: center;
}
.leave-buttons {
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 5px;
}
.yu-undo-btn,
.yu-remove-btn {
    padding: 5px;
    border: none;
    border-radius: 5px;
    transition: .3s;
    color: #FFFFFF;
}
.yu-undo-btn {
    background: #4d67ac;
}
.yu-remove-btn {
    background: #a04e45;
}
.yu-undo-btn:hover,
.yu-remove-btn:hover {
    cursor: pointer;
    background: #333333;
}
#cards-body .container-in {
    gap: unset;
}
.cards-div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cards-div h1 {
    font-size: 24px;
    margin-bottom: 30px;
    display: flex;
    flex-basis: 100%;
}
.add-new-card-div {
    background: #ededed;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    flex-wrap: wrap;
    display: flex;
}
.card-add-form {
    flex-wrap: wrap;
    display: flex;
}
.add-new-card-div h3 {
    display: flex;
    flex-basis: 100%;
    padding: 10px;
    text-align: left;
}
.cards-label i,
.cards-label .additional-phone,
.cards-label .country-code-label  {
    position: absolute;
    top: 0;
    left: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
}
.cards-label .additional-phone {
    left: 35px;
}
.cards-label .country-code-label {
    left: 42px;
    max-width: 23px;
}
.cards-label .country-code-label .country-code-input {
    background: transparent;
    border: none;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.fly-input-div .country-code-label {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999999;
    top: 0;
    left: 35px;
    width: 25px;
}
.fly-input-div .additional-phone {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    top: 0;
    left: 27px;
    width: 10px;
    text-align: left;
    min-width: unset;
    padding: 0;
}
.fly-input-div .country-code-label .country-code-input {
    background: transparent;
    border: none;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.fly-input.phone-input {
    padding: 5px 5px 5px 60px;
}
.cards-input {
    padding: 10px 10px 10px 30px;
    text-align: left;
    background: #FFFFFF;
}
.cards-input:disabled {
    background: #e8e8e8;
}
.cards-input.phone-input {
    padding: 10px 10px 10px 60px;
}
.change-form-input.phone-input {
    padding: 10px 10px 10px 70px;
}
.cards-input:focus + i,
.cards-input:focus ~ .additional-phone,
.cards-label i.cards-date-checked {
    color: #000000;
}
.cards-label.cards-fifty {
    min-width: 45%;
}
.add-new-card-div.cards-fifty {
    max-width: 46%;
    width: 46%;
    max-height: 300px;
    margin-bottom: 20px;
    align-items: start;
    overflow-y: scroll;
    border-radius: 5px;
}
.add-new-card-div.cards-fifty::-webkit-scrollbar,
.clients-cards::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.add-new-card-div.cards-fifty::-webkit-scrollbar-thumb,
.clients-cards::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 10px;
}
.add-new-card-div.cards-fifty::-webkit-scrollbar-thumb:hover,
.clients-cards::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5);
}
.cards-label.cards-hundred {
    min-width: 90%;
    justify-content: center;
    align-items: center;
}
.cards-calendar.vanilla-calendar.vanilla-calendar_default {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5);
    z-index: 99999;
}
.customer-errors,
.cards-errors,
.card-img-errors {
    flex-basis: 100%;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    flex-direction: column;
}
.customer-errors p,
.cards-errors p,
.client-card-wrap.fullsize-errors p,
.card-img-errors p,
.card-img-errors b {
    animation: fadein .5s;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #999999;
}
.card-img-errors b {
    font-weight: 600;
    color: darkred;
    padding: 5px 0;
}
.cards-btn {
    padding: 10px;
    border-radius: 5px;
    border: none;
    background: #4d67ac;
    color: #fff;
    transition: .3s;
    outline: none;
}
.cards-btn:hover {
    background: #333333;
    cursor: pointer;
}
.cards-btn:active {
    background: #999999;
}
.card-add-form .cards-label {
    min-width: 90%;
    padding: 5px 10px;
}
.save-foto-form {
    background: transparent;
    color: #444444;
    border: none;
    transition: .3s;
}
.save-foto-form:hover {
    cursor: pointer;
    color: #ffffff;
}
.card-holder {
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.card-data {
    display: flex;
    max-width: 55%;
    width: 55%;
    padding: 5px;
}
.card-data label,
.client-card-wrap label {
    position: relative;
    width: 100%;
    display: flex;
}
.card-data label i,
.client-card-wrap label i {
    position: absolute;
    top: 0;
    left: 5px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b6b6b6;
}
.card-data label input,
.client-card-wrap label input,
.client-card-wrap label textarea {
    padding: 5px 5px 5px 25px;
    border: none;
    border-bottom: 1px solid #b6b6b6;
    transition: .3s;
    width: 100%;
    font-weight: 400;
}
.card-data label input:focus,
.client-card-wrap label input:focus,
.client-card-wrap label textarea:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #000000;
    background: rgba(0,0,0, 0.05);
}
.card-img,
.card-with-img {
    border: 5px dashed #d9d9d9;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    transition: .3s;
    display: flex;
    position: relative;
    max-width: 40%;
    width: 40%;
    height: 100px;
}
.card-img {
    width: 35%;
}
.card-with-img {
    border: none;
}
.card-img i {
    color: #d9d9d9;
}
.card-with-img img {
    width: 100%;
    border: 2px solid #d9d9d9;
    border-radius: 15px;
    height: 100%;
    object-fit: scale-down;
}
.card-with-img:hover {
    opacity: 0.5;
}
.card-img:hover {
    border: 5px dashed #444444;
    cursor: pointer;
}
.card-img:hover > i {
    color: #444444;
}
.card-data {
    flex-direction: column;
    justify-content: center;
}
.card-input-file {
    position: absolute;
    border: 1px solid #000000;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
}
.card-input-file:hover {
    cursor: pointer;
}
.clients-cards {
    border: 1px solid #999999;
    border-top: none;
    border-radius: 0 0 5px 5px;
    width: 100%;
    max-height: 300px;
    height: 300px;
    overflow-y: scroll;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: start;
}
.clients-cards h3 {
    display: flex;
    flex-basis: 100%;
    margin-bottom: 20px;
}
.client-card-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: rgba(62,151,209, 0.1);
    padding: 10px;
    border-radius: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.client-card-wrap {
    width: 48%;
    flex-direction: column;
    justify-content: space-between;
}
.client-card-wrap h4 {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.client-card-img {
    width: 100%;
    margin-top: 10px;
}
.client-card-img img {
    width: 100%;
    height: auto;
    object-fit: scale-down;
    max-height: 100px;
    border-radius: 5px;
    border: 1px solid #999999;
}
.client-card-wrap label {
    justify-content: center;
    align-items: center;
}
.client-card-wrap label input,
.client-card-wrap label textarea {
    background: transparent;
    padding: 5px 5px 5px 30px;
    font-weight: 400;
}
.client-card-wrap label input[type="button"] {
    padding: 10px;
    width: 30%;
    border: none;
    border-radius: 5px;
    background: #4d67ac;
    color: #FFFFFF;
    margin-top: 10px;
    transition: .3s;
}
.client-card-wrap label input[type="button"]:hover {
    cursor: pointer;
    background: #333333;
}
.client-card-wrap.fullsize-errors {
    width: 100%;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.card-holder-btns {
    width: 100%;
    padding: 10px 20px;
    justify-content: space-between;
}
.update-card,
.delete-card {
    padding: 10px;
    border-radius: 5px;
    border: none;
    outline: none;
    transition: .3s;
    color: #FFFFFF;
    font-weight: 500;
}
.update-card {
    background: #33426c;
}
.delete-card {
    background: #6a3752;
}
.update-card:hover,
.delete-card:hover {
    cursor: pointer;
    background: #333333;
}
.client-card-wrap .card-holder-btns {
    padding: 0;
}
.waiter-div {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}
.waiter-sign {
    width: 50%;
    height: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.waiter-sign h3 {
    font-size: 72px;
    font-family: "Hello Paris", sans-serif;
    color: #FFFFFF;
}
.waiter-sign h3 {
    height: 25%;
    letter-spacing: 5px;
    overflow: visible;
    background: linear-gradient(90deg, #4d67ac, #283f73, #4d67ac);
    background-repeat: repeat;
    background-size: 60%;
    animation: animatetext 5s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@keyframes animatetext {
    0% {
        background-position: -300%;
    }
    100% {
        background-position: 300%;
    }
}
.pulsating-circle {
    position: absolute;
    left: 40%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    width: 90px;
    height: 90px;
}
.pulsating-circle:before {
    content: '';
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 100%;
    background-color: #7893da;
    animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.pulsating-circle:after {
    content: '';
    position: absolute;
    left: 25%;
    top: 25%;
    display: block;
    width: 50%;
    height: 50%;
    background-color: white;
    border-radius: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite;
}
@keyframes pulse-ring {
    0% {
        transform: scale(.33);
    }
    80%, 100% {
        opacity: 0;
    }
}
@keyframes pulse-dot {
    0% {
        transform: scale(.8);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(.8);
    }
}
.backgrounds-input-div,
.fonts-input-div {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bar-back-label {
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    width: 45%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    transition: .3s;
}
.bar-back-label img {
    width: 100%;
    height: auto;
    object-fit: cover;
    z-index: 5;
    transition: .3s;
}
.bar-back-label input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}
.bar-back-label:hover > img {
    cursor: pointer;
    transform: scale(1.1);
}
.bar-back-label:has(input:checked) {
    border: 3px solid #4d67ac;
}
.bar-back-label:has(input:checked):after {
    content: "\f058";
    font-family: "Font Awesome Regular", sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
}
.bar-back-label.white-theme:has(input:checked) {
    border: 3px solid #4d67ac;
}
.bar-back-label.white-theme:has(input:checked) {
    transition: .3s;
}
.bar-back-label.white-theme:has(input:checked):after {
    color: #4d67ac;
    transition: .3s;
}
.bar-font-label {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    width: 30%;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    transition: .3s;
    padding: 10px 5px;
}
.bar-font-label span {
     font-size: 18px;
    color: #FFFFFF;
 }
.bar-font-label input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
}
.bar-font-label:hover {
    cursor: pointer;
    transform: scale(1.1);
    border: 1px solid #4d67ac;
}
.bar-font-label:has(input:checked) {
    border: 1px solid #4d67ac;
}
.bar-font-label:has(input:checked):after {
    content: "\f058";
    font-family: "Font Awesome Regular", sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}
.personal-time-bar {
    flex-wrap: wrap;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    justify-content: space-between;
}
.personal-time-bar label {
    width: 24%;
    position: relative;
    margin-bottom: 5px;
    transition: .3s;
}
.personal-time-bar label:hover {
    cursor: pointer;
}
.personal-time-bar label .time-bar {
    width: 100%;
    opacity: 0;
}
.personal-time-bar label span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #919191;
    transition: .3s;
    border-radius: 5px;
}
.personal-time-bar label:hover span {
    color: #FFFFFF;
}
.personal-time-bar label:has(.time-bar:checked) span {
    color: #000000;
    font-weight: 600;
    background: rgb(255,235,161);
    background: linear-gradient(0deg, rgba(255,235,161,1) 0%, rgba(255,250,234,1) 100%);
}
.personal-workday-new {
    background: rgba(255, 255, 255, 0.3);
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 30%;
    margin-bottom: 2%;
    border-radius: 5px;
    padding: 5px 0;
    justify-content: start;
    overflow: hidden;
    transition: .3s;
}
.personal-workday-new:has(>.check-weekday input[name='weekdays']:checked) {
    background: rgba(255, 255, 255, 0.7);
}
.personal-workday-new.hidden-domingo {
    max-height: 30px;
    width: 12%;
}
.personal-workday-new.unfold {
    animation: unfold 1s ease-out forwards;
}
.personal-workday-new.fold {
    animation: fold 1s ease-out forwards;
}
@keyframes unfold {
    from {
        width: 12%;
        max-height: 30px;
    }
    to {
        width: 30%;
        max-height: unset;
    }
}
@keyframes fold {
    from {
        width: 30%;
    }
    to {
        width: 12%;
        max-height: 30px;
    }
}
.show-personal-create {
    justify-content: start;
}
.show-create-btn {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background: #4d67ac;
    color: #FFFFFF;
    transition: .3s;
}
.show-create-btn:hover {
    background: #000000;
    cursor: pointer;
}
.show-create-btn:active {
    background: #333333;
}
.form-personal.hidden-create-personal.show-create-form {
    animation: show-form 2s ease-in forwards;
    max-height: 100%;
    display: flex;
    opacity: 1;
}
@keyframes show-form {
    0% {
        max-height: 0;
        opacity: 0;
    }
    50% {
        opacity: 1;
        max-height: 50%;
    }
    100% {
        max-height: 100%;
        opacity: 1;
    }
}
.personal-info {
    width: 100%;
    align-items: stretch;
}
.personal-info .personal-info-name {
    width: 30%;
    height: 100%;
    position: relative;
}
.personal-info .personal-info-name i {
    position: absolute;
    top: 0;
    left: 10px;
    width: 10px;
    height: 100%;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.personal-name-div {
    width: 30%;
    justify-content: space-between;
}
.personal-name-div p,
.personal-name-div p i {
    color: #FFFFFF;
}
.personal-info-bars {
    width: 70%;
    flex-wrap: wrap;
}
.personal-bar-holder {
    width: 45%;
    margin-right: 10px;
}
.personal-bar-check {
    width: 100%;
    position: relative;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    padding: 5px;
    transition: .3s;
}
.personal-bar-check:hover {
    background: #FFFFFF;
    cursor: pointer;
}
.personal-bar-check span {
    position: absolute;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 14px;
    transition: .3s;
}
.personal-bar-holder:last-child {
    margin-right: 0;
}
.personal-bar-check:hover span {
    color: #000000;
}
.personal-bar-check input {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
}
.personal-bar-check:has(input:checked) {
    background: #FFFFFF;
}
.personal-bar-check:has(input:checked):hover {
    background: transparent;
}
.personal-bar-check:has(input:checked) span {
    color: #000000;
}
.personal-bar-check:has(input:checked):hover span {
    color: #FFFFFF;
}
.personal-bar-check:has(input:checked) span:before {
    content: "\f14a";
    font-family: "Font Awesome Regular", sans-serif;
    margin-right: 10px;
}
.stripe-account-form {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    border-radius: 5px;
    padding: 20px;
    transition: .5s;
    width: 100%;
    gap: 2%;
    box-sizing: border-box;
}