html, body {
    font-family:"Poppins",serif !important;
    height: 100%;
}
.wrapper {
    min-height: 100%;
    position: relative;
}
main {
    padding-bottom: 50px; /* Height of the footer */
}
  
footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    height: 50px; /* Height of the footer */
}

.logo {
    width: 160px;
    height: 80px;
}
.hidden {
    display: none !important;
}
.wRow {
    max-width: 68%;
}
.divOverflow {
    overflow: auto;
    padding: 0 20px;
}
.divOverflowT {
    overflow: auto;
    padding: 0 20px;
}
.spaceR {
    padding-right: 30px;
}
.spaceTop {
    margin-top: 120px;
}
.borderBW {
    border-bottom: 1px solid white;
}
.fontBlue {
    color: #0b2363;
}
.fontBlue2 {
    color: #1e76bd;
}
.code {
    background-color: rgb(233, 233, 233);
    color: #f36d1e;
    border-radius: 8px;
    padding: 15px;
    font-size: small;
}
.btn-copy {
    cursor: pointer;
}
.text-copy {
    font-size: smaller;
    font-weight: 800;
    padding-right: 50px;
    margin-top: -7px;
}
.text-small {
    font-size: smaller;
}

@media (max-width: 680px) and (max-width: 767px) {
    .wRow {
        max-width: 100%;
    }
}