.heading{
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 23px;
}
.ssurl_sel{
    margin-left: 2%;
    margin-right: 2%;
    line-height: 1.7;
}
.tmrd{
    cursor: pointer;
}
.row{
    margin-left: 2.5%;
    margin-right: 2.5%;
}
.ssurl_row{
    margin-top: 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#err_msg{
    color: red;
    margin-left: 2.5%;
    margin-bottom: 1%;
    display: none;
}
.ssurl_inpt_box{
    width:100%;
}

    
#ssurl_rslt {
    margin-top: 2%;
}
#ssurl_hr{
    margin:2%;
    border-top: 1px solid #000;
}
#ssurl_preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    max-width: 100%;
    height: auto;
    margin: 2%;
    padding:7%;
    box-shadow: 0 4px 10px
        rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.ssurl_rslt{
    width:94%;
    margin-top: 30px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 23px;
}
.img_preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom:2.5%;
}
.rslt_u{
    margin-top: 2.5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.qr_share{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
}

.mf-right{float:right!important}
.mf-opacity{opacity:0.60}
.mf-card-4{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.mf-white{color:#000!important;background-color:#fff!important}

#qrcd_rslt {
    display: none;
    margin-top: 2%;
}
#qrcd_hr{
    margin:2%;
    border-top: 1px solid #000;
}
.img_inpt{
    border: 1px solid #000;
    border-radius: 4px;
    min-height:40px;
    height:auto;
    width:95%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2.5%;
}

.img_inpt:hover{
  background: #000;
  color:#fff;    
}

#qrcd_preview{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    height: auto;
    margin: 2%;
    padding:7%;
    box-shadow: 0 4px 10px
        rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}
.qrcd_rslt{
    width:93%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-left: 2.5%;
    margin-right: 2.5%;
    font-size: 23px;
}
.button_d_qrcd{
    font-size: 12px; 
    font-weight: bold; 
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: white;
    color: #000;
    padding: 12px; 
    margin-left: 90%;
    margin-top: -5%;
    margin-bottom:2%;
}
.button_d_qrcd:hover{
    color: white;
    background-color: #000;
}

.button_ssurl{
    width: 25%; 
    font-size: 20px; 
    font-weight: bold; 
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: white;
    color: #000;
    padding: 18px; 
    margin-right: 10px;
}
.button_ssurl:hover{
    color: white;
    background-color: #000;
}

.button_c_url{
    width: 15%; 
    font-size: 12px; 
    font-weight: bold; 
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: white;
    color: #000;
    padding: 12px; 
    margin-left: 95%;
    margin-top: -5%;
}
.button_c_url:hover{
    color: white;
    background-color: #000;
}


a{
    cursor: pointer;
}
a:link {
    text-decoration:none;
}
a:visited {
    color: #000;
}
a:hover {
    text-decoration: underline;
}