@font-face {
    font-family: poppinsExtraBold;
    src: url('../../fonts/Poppins-ExtraBold.ttf');
}

@font-face {
    font-family: smallBoldPoppins;
    src: url('../../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: RegularPoppins;
    src: url('../../fonts/Poppins-Regular.ttf');
}

a {
    color: #4776DF;
}
#questions .card-box .dropdown-menu{
    width: 16rem !important;
}
#qrcode{
    text-align: center;
}
#qrcode img{
    margin: 0rem auto;
}
.btn_img_qr{
    height: 1.8rem;
    cursor: pointer;
}
.content_modal_qrcode{
    max-width: 500px !important;
}
.btn-qr-code{
    min-width: 80px !important;
}
.page-item.active .page-link {
    background-color: #4776DF;
    border-color: #4776DF;
}
.box_img_crop {
    overflow: hidden;
}
.btn_copy{
    min-width: auto !important;
    margin-right: 0.8rem;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}
.box_img_crop img{
    width: 100%;
    height: 5rem;
    object-fit: contain;
}
a:hover {
    color: #5075c8;
}

body {
    color: #727c8e;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: 'RegularPoppins';
    color: #131f5c !important;
    font-weight: bold;
}

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-family: 'RegularPoppins';
    color: #131f5c !important;
}

.btn {
    min-width: 120px;
}

.col-form-label {
    color: #131f5c;
}
