.qrmodaltitle{
    /* color: #161C23; */
    color: #212529;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    word-break: break-word;
}

.qrshareqrModal .modal-header .btn-close{
    font-size: 13px !important;
    opacity: 1 !important;
}

.custom-btn-primary {
    display: flex;
    width: auto;
    height: 40px;
    padding: 5px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 6px;
    background: #212529;
    box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.05);
    color: #FFF;
    font-family: Geologica;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}


.custom-btn-primary:hover,
.custom-btn-primary:active {
    background: transparent !important;
    color: #212529 !important;
    border-color: #212529 !important;
}

.shareBtnqr {
    display: flex;
    width: auto;
    height: 40px;
    padding: 5px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #E9E9E9;
    background: #F7F7F9;
    box-shadow: 0px 4px 15px 0px rgba(33, 37, 41, 0.03);
    color: #212529;
    font-family: Geologica;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.share-modal-body,
.custom-modal-header{
    background: #fff;
}

.shareBtnqr:hover,
.shareBtnqr:active {
    background: #FEC230;
    border-color: #FEC230;
}

.qrshareBtn svg{
    width: 14px;
    height: 14px;
}

.qrshareqrModal .modal-content{
    border-radius: 20px !important;
}

@media (min-width:768px){
    .qrshareqrModal .modal-dialog{
        width: 300px;
    }
}
.ctl-fon-sha-tit{
    font-family: var(--bs-body-font-family);
}