div {
    display: block;
    unicode-bidi: isolate;
}

.hjhMtL {
    position: relative;
    z-index: calc(1001);
    height: calc(100vh - 20px); /*calc(100% - 39px);*/
    visibility: visible;
    background: rgb(255, 255, 255);
    max-width: 580px;
    margin: 0px auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
}

.cashierDiv{
    width: 100%;
    height: calc(100vh - 20px) !important; /*calc(100% - 39px);*/
    background-image: none;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0px;
    padding: 0px;
}

/* inicializar body */
body{
    font-family: Archivo, sans-serif;
    font-weight: normal;
    font-variation-settings: "wght" 500, "wdth" 100;
    -webkit-font-smoothing: antialiased;
    background: rgb(245, 246, 249);
    color: rgb(59, 45, 61);
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    overflow-wrap: break-word;
}

[class^="sgicon-"], [class*=" sgicon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.btnClose {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 12px;
    display: flex;
    padding: 8px;
    font-size: 1.1em;
    line-height: 1.3em;
    color: rgb(144, 144, 153);
    border: 0px;
    border-radius: 0px;
    background: rgb(240, 240, 242);
    margin: 0px;
    outline: 0px;
    appearance: button;
    overflow: visible;
    box-sizing: border-box;
}

h1 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
}

.divDepositar{
    height: 70px; 
    background-color: #F0F0F2; 
    padding-top: 30px;
}

iframe{
    border: none;
}