@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/summernote.eot?f4a47ce92c02ef70fc848508f4cec94a);
    src: url(/fonts/summernote.eot?f4a47ce92c02ef70fc848508f4cec94a) format("embedded-opentype"), url(/fonts/summernote.woff?c1a96d26d30d9e0b2fd33c080d88c72e) format("woff"), url(/fonts/summernote.ttf?82fa597f29de41cd41a7c402bcf09ba5) format("truetype");
}

body {
    letter-spacing: 0.3px !important;
}

.color-theme {
    color: #727272 !important;
}

.footer-bar-1 .active-nav strong {
    background-color: #45ffe3;
    bottom: 5px;
}

.button_download {
    position: absolute;
    width: 50px;
    height: 2px;
    border-radius: 60px;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

#button_footer {
    position: fixed;
    max-width: 600px;
    bottom: 65px;
    z-index: 1050;
    background-color: #fcfcfc;
    display: flex;
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 350ms ease !important;
}

.active-nav_2 {
    background-color: #FFC845;
}

.active-nav_3 {
    background-color: #FFC845;
}

.divider-special {
    height: 2px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.standard-title {
    font-size: 20px;
    letter-spacing: 0.3px;
}

.standard-subtitle {
    font-size: 16px;
    letter-spacing: 0.3px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

.color-light-dark,
.customer-card p.color-light-dark {
    color: #495057;
}

/*login page*/
.card-center {
    margin: 0 auto;
    max-width: 600px;
    /* max-width: 450px; */
    padding: 24px 16px;
    /* margin-top: 12rem; */
}

.login-page .card-center,
.reset-page .card-center {
    /* top: 60%; */
    position: relative;
    transform: none;
    top: 0;
    margin-top: 12rem;
}

.login-page.content-max-width,
.reset-page.content-max-width {
    width: 100%;
}

.title-welcome {
    font-weight: 600;
}

.subtitle-welcome {
    font-weight: 500;
    margin-bottom: 20px;
}

.input-style-2 span {
    color: #C4C4C4 !important;
}

.show_room_header {
    background-color: #272727;
    padding: 10px;
    font-size: 12px !important;
    font-weight: 400;
    font-family: 'poppins', sans-serif !important;
    line-height: 22px;
    margin-top: 0;
    color: #FFFFFF;
    letter-spacing: 1.8px;
}

.show_room_header_pdf {
    padding: 10px;
    font-size: 12px !important;
    font-weight: 400;
    font-family: 'poppins', sans-serif !important;
    line-height: 22px;
    margin-top: 0;
    color: #000000;
    letter-spacing: 1.8px;
}
.row_pdf {
    display: flex;
    flex-wrap: wrap;
}
.col_12_pdf{
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.voucher_shared_detail {
    font-size: 12px !important;
    color: #272727;
}

.voucher-list-content {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.voucher-listing-name {
    justify-content: center;
    align-items: center;
    display: flex;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 14px;
}

.customer-listing-name {
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 18px;
}

.customer-listing-voucher-name {
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 14px;
}

.voucher-name-customer-list {
    display: flex;
    flex-direction: row-reverse;
}

.voucher-name-customer-list2 {
    display: flex;
    /* flex-direction: row-reverse; */
}

.opened_sign {
    margin-top: 2px;
}

.customer-card p {
    color: #87888B;
}

.voucher-listing-name p {
    color: #181818;
}

.input-style.no-borders .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
}

.input-style.no-borders .form-control::placeholder {
    color: #C4C4C4;
}

.input-title-standard i {
    margin-right: 5px;
}

.profile-title {
    font-size: 20px;
    letter-spacing: 0.3px;
    font-weight: 500;
}

@media (max-width: 425px) {
    .login-page .card-center {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}