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

.businessshareqrModal .modal-header .btn-close{
    font-size: 10px !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;
}

.share-modal-body{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.custom-modal-header{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

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

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

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

.shareContactBtn{
    display: flex;
width: auto;
height: auto;
padding: 8px 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: normal;
border: 1px solid #212529;
}

.shareContactBtn:hover,
.shareContactBtn:active{
    background: transparent;
    border: 1px solid #212529;
    outline: none;
}

.businessshareqrModal .modal-dialog{
    width: 300px;
    margin: auto;
}

.sharecontactModal .modal-dialog{
    width: 320px;
    margin: auto;
}
.shareqrModal .modal-dialog{
    width: 300px;
    margin: auto;
}
.shareconBtnmodal{
    display: flex
;
    width: auto;
    padding: 10px 9px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #161C23;
    border: 1px solid #161C23;
    color: #FFF;
    text-align: center;
    font-family: "Inter";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}

.shareconBtnmodal:hover, .shareconBtnmodal:active {
    background-color: transparent;
    color: #161C23;
    border-color: #161C23 !important;
}

.shareconBtnmodal:hover svg path, .shareconBtnmodal:active svg path{
    stroke: #161C23;
} 