.sourceContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: var(--background);
}
.cardsSpace {
    width: 95%;
    height: 30%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}
.cardex {
    width: 24%;
    height: 70%;
    background: var(--white);
    border-radius: 12px;
}
.dataContainer {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.formContainer {
    width: 95%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    overflow: auto;
}
#clientFormContainer {
    align-items: flex-start;
    height: 100%;
}
.dataForm {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.oneInput {
    width: 90%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oneInput .inputContainer {
    width: 100%;
}
.inputContainer {
    width: 48%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 3px;
    position: relative;
}
.inputContainer label {
    font-size: .8em;
    opacity: 0;
    transition: all .4s ease-in-out;
}
.chkBoxNf {
    width: 30px;
    height: 30px;
    background: var(--background);
    border: 1px solid var(--font);
    border-radius: 7px;
    cursor: pointer;
    position: absolute;
    left: 5px;
    bottom: 15px;
    z-index: 2;
    transition: all 1s cubic-bezier(1, 0, 0, 1);
}
.specialLabel {
    font-size: 13px;
    transform: translateY(-20px);
    display: flex;
    width: 80px;
}
#cancelMB {
    width: 25px;
    height: 25px;
    background: url(../assets/icons/bad.svg) center / 23px no-repeat;
    cursor: pointer;
    display: none;
}
#selectPlan {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .9em;
    cursor: pointer;
    background-color: var(--input);
    background-image:  url(../assets/icons/productName.svg), url(../assets/icons/down.svg);
    background-size: 25px;
    background-position: 5px,95%;
    background-repeat: no-repeat;
}
#productList {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    background: var(--background);
}
.closeProductModal {
    width: 100px;
    height: 35px;
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--soft-green);
    cursor: pointer;
    border-radius: 8px;
    font-size: 12px;
}
.closeProductModal::after {
    content: "Aceptar";
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green);
}
.productListModal {
    width: 90vw;
    height: 80vh;
    background: var(--background);
    padding: 20px;
    border-radius: 10px;
    animation: fall .3s linear normal;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    overflow: auto;
}
.contProduct label {
    opacity: 1 !important;
    font-size: 11px;
    width: 140px;
}
.contProduct input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contProduct {
    width: 170px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px;
    border: 1px solid var(--input);
    border-radius: 8px;
}
.selected-products {
    width: 420px;
    height: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.selproduct {
    font-size: 10px;
    padding: 2px;
    border: 1px solid var(--font);
    border-radius: 8px;
    margin: 5px;
}
#selected-price {
    font-size: 30px;
    font-weight: 600;
    width: 150px;
    padding: 00px 0px 0px 25px;
    margin: 10px;
    border: 0;
    background: var(--background) url(../assets/icons/dollar.svg) 0px / 25px no-repeat;
}
.gestureClient {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--borde);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
#clearSignature,
#saveSignature,
#retrySignature {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 70px;
    height: 25px;
    border-radius: 8px;
    border: 0;
    background: var(--soft-orange);
    color: var(--gray-divisor);
}
#saveSignature,
#retrySignature {
    left: unset;
    right: 5px;
    background: var(--soft-green);
}
#retrySignature {
    display: none;
    background: var(--font) url(../../static/assets/icons/correct.svg) 5px / 20px no-repeat;
    width: 100px;
    height: 35px;
    padding: 5px 5px 5px 25px;
}
#scontainer {
    justify-content: flex-start;
    height: 75vh;
}
#newClientForm,
#modClientForm {
    width: 100%;
    justify-content: center;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#newClientForm .oneInput,
#modClientForm .oneInput {
    height: 7rem;
}
.prevCont {
    height: 8rem;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
}
.odlSignature {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.eyeShow {
    width: 25px;
    height: 25px;
    display: flex;
    background: url(../../static/assets/icons/openeye.svg) center / 100% no-repeat;
    position: absolute;
    right: 10px;
    bottom: 15px;
    cursor: pointer;
}
.activeInput {
    transition: all .4s ease-in-out;
    animation: upIn .2s linear both;
}
.inputField {
    width: 100%;
    height: 40px;
    background-color: var(--input);
    color: var(--gris);
    border-radius: 10px;
    border: 0;
    outline: 0;
    font-size: .9em;
    padding: 3px 3px 3px 40px;
    background-position: 5px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.doubleInput {
    width: 90%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.groupCounter {
    background: var(--soft-green);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    color: var(--gray-divisor);
    position: absolute;
    bottom: 2px;
    right: 2px;
    cursor: pointer;
}
.leaflet-marker-pane img,
.leaflet-shadow-pane img {
    animation: apa .3s linear normal;
}
.fileButton,
#sendButton,
#passButton,
#modButton {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 30px;
    border-radius: 8px;
    color: var(--font);
    font-size: .9em;
    cursor: pointer;
    background: var(--gris);
    position: relative;
}
#passButton,
#modButton {
    border: 0;
    background-color: #5fcf63;
    color: var(--gris);
}
#modButton {
    background-color: var(--orange);
}
.previewsContainer {
    width: 100%;
    height: 30vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.photoPreview {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 8px;
    border: .4px solid var(--font);
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: url(../assets/icons/noimage.svg) center / cover no-repeat;

}
.docMarc,
.docMarctras {
    width: 640px;
    height: 480px;
    position: absolute;
    z-index: 4;
    opacity: .07;
    background: url(../assets/icons/idcard.svg) center / 80% no-repeat;
}
.docMarctras {
    background: url(../assets/icons/idcardbak.svg) center / 80% no-repeat;
}
#photoModal #inPhotomodal #photoCanvas {
    position: absolute;
    border-radius: 25px;
}
#photoModal #inPhotomodal h2 {
    position: absolute;
    top: 50px;
    font-size: 1.6em;
}
.elect {
    width: 40%;
    height: 80px;
    align-items: center;
    justify-content: space-around;
    display: none;
    position: absolute;
    bottom: 120px;
    background: #eeeeee21;
    border-radius: 20px;
    z-index: 5;
    backdrop-filter: blur(5px);
    box-shadow: 5px 5px 12px 0 #000000a8;
}
.electButton {
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 0;
    background: var(--soft-green);
    color: var(--gris);
    cursor: pointer;
}
#retakePhoto {
    background: var(--soft-red);
    color: var(--red);
}
.photoPreview b {
    color: var(--background);
    background: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    font-size: 12px;
}
.subContainer .titleContainer {
    position: relative;
}
.inputContainer .fileButton {
    opacity: 1;
    animation: unset;
    background: var(--gris) url(../../static/assets/icons/noimage.svg) 98% / 35px no-repeat;
}
.fileButton #preview {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
}
.previewProfileImg {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 10px;
    top: 100px;
    border-radius: 15px;
    overflow: hidden;
}
#sendButton,
.recMod {
    border: 0;
    color: var(--gris);
    font-weight: 500;
    text-align: left;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: var(--orange) url(../assets/icons/send.svg) 100% / 35px no-repeat;
}
#sendButton:hover,
.recMod:hover {
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scale(1.03);
}
.recMod {
    background: var(--gray-divisor) url(../assets/icons/edit.svg) 98% / 25px no-repeat !important;
    color: var(--font);
}
.titleContainer {
    width: 77%;
    height: auto;
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mText {
    font-size: 1em;
    color: #3d3d3d
}
#infoName {
    text-align: center;
}
.companyLogotype {
    max-width: 80px;
    max-height: 80px;
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 10px;
}
.invalidInputField {
    border: 1px solid var(--red);
    background-image: url(../assets/icons/bad.svg);
}
.roleSelect {
    background-image: url(../assets/icons/usercheck.svg);
}
/*Settings*/
.tarjContainer {
    width: 95%;
    height: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    overflow: auto;
    padding: 35px 0px 20px 0px;
}
.opbText {
    top: 8px;
    position: absolute;
    width: 90%;
    background: var(--background);
    box-shadow: 3px 10px 5px 0 var(--background);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
.tarj {
    width: 270px;
    height: 150px;
    border-radius: 15px;
    box-shadow: 0px 0px 0 .4px #8a8a8a;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    background-image: url(../../static/assets/icons/activity2.svg);
    background-position: 10px 20px;
    background-size: 60px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.tarj:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.05);
    box-shadow: -10px -10px 30px 0 #fff, 10px 10px 30px 0 #00000033;
}
.tarj:nth-child(3){
    background-image: url(../../static/assets/icons/reports.svg);
}
.tarj:nth-child(4){
    background-image: url(../../static/assets/icons/support2.svg);
}
.tarj:nth-child(5){
    background-image: url(../../static/assets/icons/messages2.svg);
}
.tarj:nth-child(6){
    background-image: url(../../static/assets/icons/logout.svg);
}
.contTarjText {
    width: 205px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 20px;
    gap: 5px;
}
.contTarjText .mText {
    word-break: break-word;
    font-size: 18px !important;
}
.contTarjText .sText {
    word-break: break-word;
    font-size: 13px;
}
.centerSquare {
    width: 95%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.upBar {
    width: 95%;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.leftupbar,
.rightupbar {
    width: 50%;
    height: 100%;
    display: flex;
    padding: 5px 20px;
    align-items: center;
    justify-content: flex-start;
}
.rightupbar {
    justify-content: space-between;
}
.titOpt {
    font-size: 1em;
}
.settingsButton {
    width: 95%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 2px 2px 7px 0 #00000033;
    cursor: pointer;
    background-position: 20px;
    background-size: 40px;
    background-repeat: no-repeat;
    transition: all .3s ease-in-out;
}
.headInfo {
    width: 95%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headInfo .sText,
#datUsers .settingsButton .sText {
    font-weight: 600;
    width: 120px;
    text-align: center;
}
.settingsButton:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.005);
}
.headInfo:hover {
    transition: unset;
    transform: unset;
}
#datUsers {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    overflow: auto;
    padding: 10px 0px;
}
#datUsers .settingsButton {
    justify-content: space-between;
    padding: 35px;
    width: 98%;
}
#datUsers .settingsButton .sText {
    font-weight: 100;
    text-align: center;
}
.stateUser_online,
.stateUser_offline {
    border-radius: 6px;
    border: 1px solid #005104;
    color: #005104;
    background-color: #00e100eb;
    font-size: 9px;
    width: 45px !important;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stateUser_offline {
    color: var(--red);
    background-color: #e91e6361;
}
.actype {
    background-position: right;
    background-size: 20px;
    background-repeat: no-repeat;
}
.optButton {
    padding: 10px 20px 10px 40px;
    color: var(--orange);
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid var(--orange);
    transition: all .3s ease-in-out;
    background: var(--background) url(../../static/assets/icons/addsquare.svg) 5px / 20px no-repeat;
}
.optButton:hover,
.reloadButton:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}
.reloadButton {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 0;
    transition: all .3s ease-in-out;
    background: var(--background) url(../../static/assets/icons/reload.svg) center / 38px no-repeat;
}
.elementModal,
#operatorModal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00000033;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    animation: opc .3s linear normal;
    border-radius: 25px;
}
.subModal {
    width: 20rem;
    height: 20rem;
    background: var(--background);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    box-shadow: 2px 2px 7px 0 #00000033;
    position: relative;
}
#listaDeDispositivos {
    position: absolute;
    bottom: 45px;
    left: 20px;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    border: 20px solid #000;
    box-shadow: 0 0 0px 4px #009688;
}
.activePreview {
    width: 90% !important;
    height: 90% !important;
    position: fixed !important;
    top: 50px;
    left: 30px;
    z-index: 10;
    pointer-events: none !important;
}
#closePreview {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 11;
    pointer-events: all;
    background: var(--background) url(../../static/assets/icons/bad.svg) center / 100% no-repeat;
}
.modalContent,
.updusr {
    width: 90%;
    height: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#video {
    border-radius: 25px;
    /*width: 100%;
    height: 40rem;*/
}
#photoModal {
    height: 90%;
    top: 0;
    display: none;
}
#inPhotomodal {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.photoSpace {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 3px solid #00b5a4;
    cursor: pointer;
}
#takePhoto,
#changeCamera {
    width: 50px;
    height: 50px;
    background: #f9f7f859;
    border-radius: 50%;
    border: 2px solid;
    box-shadow: inset 0 0 0 4px #ffffff;
    position: absolute;
    bottom: 40px;
    z-index: 8;
}
#changeCamera {
    right: 10rem;
    background: url(../../static/assets/icons/changeCamera.svg) center / cover no-repeat;
    box-shadow: unset;
}
#photoButton {
    border: 0;
    background: var(--gris) url(../../static/assets/icons/camera.svg) 95% / 35px no-repeat;
}
#deletePreview {
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    bottom: 10%;
    border-radius: 50%;
    z-index: 11;
    background: #ffbdd0 url(../../static/assets/icons/trash.svg) center / 35px no-repeat;
    cursor: pointer;
}
.gestureState {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000033 url(../../static/assets/icons/correct.svg) center / 50px no-repeat;
    animation: opc .3s linear normal;
}
.gestError {
    background: #00000033 url(../../static/assets/icons/bad.svg) center / 50px no-repeat;
}
.inputContainer input[type='number']{
    width: 80px;
    padding: 5px;
}
.incontwo {
    flex-direction: row;
    justify-content: flex-start;
}
.nutel {
    width: 100%;
}
#uStratum {
    background-image: url(../../static/assets/icons/accesibility.svg) !important;
    background-position: 30px !important;
}
.checkBoxContainer {
    position: absolute;
    top: -5px;
    right: 0px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 2px 8px;
    border-radius: 8px;
    background: var(--gris)
}
.onuResult {
    width: 100%;
    height: 40px;
    position: absolute;
    background: var(--background);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -30px;
    z-index: 5;
    box-shadow: 2px 2px 7px 0 #0000007a;
    cursor: pointer;
}
.checkBoxContainer label {
    opacity: 1;
    font-size: 16px;
    color: var(--background);
}
#checkBoxE {
    width: 20px;
    height: 20px;
}
.upSide {
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.downSide {
    width: 100%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oneSide {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.rght {
    align-items: flex-start;
    background-position: 60px -2px;
    background-size: 25px;
    background-repeat: no-repeat;
}
.usPhoto {
    max-width: 6rem;
    max-height: 7rem;
    border-radius: 15px;
    box-shadow: 2px 2px 7px 0 #00000033;
}
.fsClose {
    width: 90%;
    height: 40px;
    border: 0;
    box-shadow: 2px 2px 7px 0px #00000033;
    border-radius: 10px;
    background: var(--gris) url(../../static/assets/icons/inactiveuser.svg) 5px / 30px no-repeat;
    cursor: pointer;
    color: var(--orange);
    transition: all .3s ease-in-out;
}
.fsClose:hover {
    transition: all .3s ease-in-out;
    transform: scale(1.05);
}
.xonlineUser {
    display: none;
}
.btContent {
    width: 90%;
    height: 15%;
    display: flex;
    align-items: self-end;
    justify-content: space-around;
}
.btContent .optButton {
    border: 0;
    color: var(--green);
    background: var(--soft-green) url(../../static/assets/icons/editemployee.svg) 5px / 20px no-repeat;
}
.btContent .delButton,
.btContent .confDel {
    border: 1px solid var(--red);
    color: var(--white);
    background: var(--soft-red) url(../../static/assets/icons/deletesquare.svg) 5px / 20px no-repeat;
}
.closeModals {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 9;
    cursor: pointer;
    background: url(../../static/assets/icons/bad.svg) center / cover no-repeat;
}
.delNotify {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border-radius: 25px;
    background: var(--background);
    position: absolute;
    top: 0;
    left: 0;
    animation: opc .3s linear normal;
}
.delNotify .sText {
    padding: 5px 10px;
    text-align: center;
}
.delImg {
    max-width: 60%;
    max-height: 60%;
}
.btContent .cancels {
    color: var(--orange);
    background: var(--gris) url(../../static/assets/icons/goback.svg) 5px / 20px no-repeat;
}
.upSection,
.downSection {
    width: 95%;
    height: 45vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.downSection {
    height: 50vh;
}
.sides,
.downSides {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px;
    border-radius: 20px;
}
.sideforMap {
    width: 70%;
    height: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.mapContainer {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
#mapa {
    width: 90%;
    height: 90%;
    border-radius: 20px;
}
.leaflet-marker-icon {
    width: 48px !important;
    height: 60px !important;
}
.telegramButton {
    width: 40px;
    height: 40px;
    display: flex;
    cursor: pointer;
    border-radius: 8px;
    border: 0;
    background: url(../assets/icons/telegram.svg) center / cover no-repeat;
    box-shadow: 0 0 7px 2px #00000033;
}
.unauthorize {
    background: url(../assets/icons/telegram_red.svg) center / cover no-repeat;
}
@media screeen and (max-width: 600px){
    .activePreview {
        height: 60%;
    }
}