html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    margin-bottom: 60px;
}

    body.placementLayout {
        margin: 0px;
    }

.form-group {
    margin-bottom: 20px;
}



.fullscreen {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

    .fullscreen .content {
        min-height: 80vh;
    }

h1.h2 {
    text-transform: uppercase;
    font: 600 18px/30px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.flex-center {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.white-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
}

    .white-box .table th {
        border-top: none;
    }


.card .card-body .chatonline li img {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.placementLayout .card-body {
    padding: 5px !important;
}

.block-item {
    margin-bottom: 20px;
}

.small-description {
    font-size: 9px;
}

.amofields .form-group {
    margin-bottom: 10px;
}



.fullscreen {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

    .fullscreen .content {
        height: 80vh;
    }


    .fullscreen header,
    .fullscreen footer,
    .fullscreen .sidebar {
        display: none !important;
    }

.flex-center {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

h1.h2 {
    font-size: 18px;
    text-transform: uppercase;
}


.white-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
}

    .white-box .table th {
        border-top: none;
    }


.chatMessageBlock .row {
    margin-bottom: 10px;
}

.titleString {
    font-weight: bold;
}

.btn-full {
    width: 100%;
    margin-bottom: 15px;
}


.icon img {
    width: 25px;
}

.badge span {
    background-color: #fffbec;
    padding: 10px 25px;
    border-radius: 5px;
    display: flex;
    color: red;
    justify-content: center;
    align-items: center
}

.badge a {
    text-decoration: none;
}

.progress {
    height: 10px;
    border-radius: 10px
}

    .progress div {
        background-color: red
    }


.title-line {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.progress-wrapper {
    padding-top: 8px;
}

.account-block {
    margin-bottom: 20px;
}

.status-badge {
    border-radius: 30px;
    padding: 10px 30px;
    background-color: #198754;
    border-color: #198754;
    display: inline-block;
    color: #FFF !important;
    text-decoration: none !important;
}

.table-account-info td:first-of-type {
    width: 200px;
}

.table-account-info td:nth-of-type(2) {
    font-weight: bold;
}

.table-account-info > :not(caption) > * > * {
    border-bottom-width: 0px;
}


#qrcode {
    width: 90%;
}
