@font-face {
    font-family: poppinRegular;
    src: url(../../fonts/poppins/Poppins-Regular);
}

/*header*/
.logo-header {
    max-height: 20px;
}
/*main content*/
.main {
    min-height: calc(100vh - 4.5rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/*body*/
body {
    font-family: poppinRegular, sans-serif;
    font-style: normal;
}

/*footer*/
.footer-9pay {
    height: 3.5rem;
    width: 100%;
}
.title-footer {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
    color: #000000;
}

/*other*/
.box-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 16px 0;
    background-color: #FFFFFF;
    z-index: 10;
}
.box-btn-web {
    position: absolute;
    bottom: 8%;
}
.title-time-box {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #A0A4A8;
    margin-bottom: 12px;
}
.time-box-web {
    margin-top: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
}
.dot-time-box {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #A0A4A8;
}
.time-box {
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    color: #A0A4A8;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

/*color text*/
.color-grey {
    color: #A0A4A8;
}

.color-black {
    color: #25282B;
}

.color-half-black {
    color: #52575C;
}
