#ays_tooltip {
    /* display: none;
    position: absolute;
    z-index: 999999999; */
    width: auto;
    padding: 3px;
    box-sizing: border-box;
    word-break: keep-all;
    -webkit-hyphens: none;
    white-space: nowrap;
}

#ays_tooltip.center_center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#ays_tooltip.left_top {
    position: fixed;
    left: 1rem;
    top: 1rem;
    bottom: auto;
    right: auto;
}

#ays_tooltip.left_bottom {
    position: fixed;
    left: 1rem;
    top: auto;
    bottom: 1rem;
    right: auto;
}

#ays_tooltip.right_top {
    position: fixed;
    left: auto;
    top: 1rem;
    bottom: auto;
    right: 1rem;
}

#ays_tooltip.right_bottom {
    position: fixed;
    left: auto;
    top: auto;
    bottom: 1rem;
    right: 1rem;
}

#ays_tooltip p {
    margin: 0;
    padding: 0;
}

.conblock_div{
    text-align: center;
    border: 4px double #c5c5c5;
    padding: 5px;
}

.conblock_div [placeholder]{
    text-align: center;    
}

.conblock_div input[type="submit"]{
    border:1px solid #c5c5c5;
    margin-top: 5px;     
}

/*--  fa --> ays_sccp_fa  --*/
.ays_sccp_fa, .ays_sccp_far, .ays_sccp_fas {
    font-family: "Font Awesome 5 Free";
}

.ays_sccp_fa, .ays_sccp_fab, .ays_sccp_fal, .ays_sccp_far, .ays_sccp_fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.ays_sccp_fa, .ays_sccp_fas {
    font-weight: 900;
}

.ays_sccp_far {
    font-weight: 400;
}

.ays_sccp_fa-lock:before {
    content: "\f023";
}