/*@import url('../../fonts/meiryo.ttc');*/
/*@import url('https://fonts.cdnfonts.com/css/meiry');*/
/*@import url(https://db.onlinewebfonts.com/c/704fb797ddcec1f88709024604df2940?family=Meiryo+W53+Regular);*/

@media screen and (max-width: 991px)
{
    .heading-box h1{
        font-size: 36px;
    }
    .heading-box h4{
        font-size: 15.5px;
        padding-right: 8px;
    }
}

.home_page h6 b{
    font-size: 18px;
}
.home_page li a i{
    font-size: 1.5rem;
}
.mobile-div{
    display: none;
}
.createShortLink{
    width: 130px !important;
}

@media screen and (max-width: 389px)
{
    .qr-color-input{
        display: flex;
        position: relative;
    }
    .qr-color-input div:last-child{
        position: absolute;
        right: -5px;
        top: 2px;
    }
}
@media screen and (max-width: 768px) {
    .mobile-heading{
        margin-top: 100px;
    }
    .desktop-div{
        display: none;
    }
    .mobile-div{
        display: unset;
    }
    .original_url,.createShortLink{
        font-size: 12px;
    }
    .createShortLink{
        width: 80px !important;
    }
    .home_page li a i {
        font-size: 18px !important;
    }
    .heading-box{
        position: absolute;
        top: -100px;
        z-index: 111;
        width: 100%;
    }
    .bio-btn-sm{
        font-size: 12px !important;
    }
}
.bio-bg{
    background: rgb(187,146,236);
    background: linear-gradient(90deg, rgba(187,146,236,1) 0%, rgba(130,173,203,1) 30%, rgba(85,195,178,1) 100%);
}
.bio-button{
    background: rgb(187,146,236);
    background: linear-gradient(90deg, rgba(187,146,236,1) 0%, rgba(130,173,203,1) 30%, rgba(85,195,178,1) 100%);
    border-radius: 100px;
    padding: 2% 2%;
    width: 32%;
    border: 0;
    color: #fff;
}
.sliders {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}

.item {
    display: inline-block;
    width: 140px;
    height: 237px;
    margin-right: 10px;
    background-color: #f0f0f0;
}

.color-box{
    border: 2px solid gray;
    padding: 3px;
    border-radius: 5px;
    line-height: 35px;
    height: 35px;
}
.color-box input{
    width: 25px;
    height: 25px;
}

.mobile-frame {
    position: relative;
    width: 300px;
    height: 467px;
    border: 16px solid #333;
    border-radius: 36px;
    background: #fff;
    margin: 50px auto;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.mobile-frame .screen {
    width: 100%;
}

.createShortLink{
    width: 80px;
}

@media screen and (max-width: 600px) {
    .vh-12{
        margin-top: 5vh !important;
    }
    .sub-heading{
        font-size: 14px;
    }
    .createShortLink{
        font-size: 10px;
        width: 70px;
    }
    .bio-button{
        border-radius: 100px;
        padding: 4px 10px;
        font-size: 14px;
    }
    .mobile-frame{
        width: 250px;
        height: 450px;
        border: 10px solid #333;
    }
}

.bio-btn-2{
    background: #d3d2d2;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    margin: auto;
}

@media screen and (max-width: 482px)
{
    #qr-logos .d-flex{
        justify-content: center !important;
    }
    #tab5 .row:first-child{
        padding: 0;
    }
    .mb-col:nth-child(2){
        display: none;
    }
    .mb-col:not(:nth-child(2)) {
        width: 100%;
    }
    .bio-buttons button {
        font-size: 11px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 452px)
{
    .sliders .item{
        width: 55px;
        height: 90px;
    }
}

.color-picker-container {
    display: inline-block;
    margin: 10px;
}

#color, #bgColor {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
    vertical-align: middle;
}

#colorCode {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    color: black;
    width: 100px;
}

#bgColorCode {
    display: inline-block;
    vertical-align: middle;
    background-color: white;
    color: black;
    width: 100px;
}

input[type="file"] {
    display: none;
}

small,.small{
    font-size: .80em;
}

.vh-12{
    margin-top: 12vh;
}
.qrspan{
    font-size: xx-small;
}

@media screen and (max-width: 452px)
{
    #bio-section-2 .col-4{
        transform: scale(.7);
    }
    #bio-section-2 .col-4 button{
        width: 92px !important;
    }
    #bio-section-2 .bi-x{
        margin-left: -50px;
    }
    #wrapper{
        padding-bottom: 0px !important;
    }
    #upgradePackage .col-auto{
        width: unset;
    }
    #upgradePackage .col-auto:first-child{
        font-size: 14px !important;
    }
    #upgradePackage .col-auto:last-child *{
        font-size: 14px !important;
    }
    .qrspan{
        font-size: 7px !important;
    }
}
/*.triangle {*/
/*    width: 0px;*/
/*    height: 0px;*/
/*    border-style: solid;*/
/*    border-width: 0 50px 70px 50px;*/
/*    transform: rotate(0deg);*/
/*    margin: auto;*/
/*}*/
.bio-description{
    white-space: pre-line;
}
@media screen and (max-width: 404px)
{
    #upgradePackage .col-auto:first-child{
        font-size: 12px !important;
    }
    #upgradePackage .col-auto:last-child *{
        font-size: 12px !important;
    }
    #upgradePackage .col-auto:last-child * {
        font-size: 12px !important;
    }
}

.bi-caret-left-fill,.bi-caret-right-fill{
    font-size: 36px !important;
}

.bio-buttons button{
    border-radius: 10px 10px 0 0;
    background: transparent;
    color: #000;
    border-top: 2px solid gray;
    border-right: 2px solid gray;
    border-left: 2px solid gray;
}
.bio-buttons .active{
    color: #fff;
    background: linear-gradient(90deg, rgba(187,146,236,1) 0%, rgba(130,173,203,1) 30%, rgba(85,195,178,1) 100%);
}
#bio-section-1,#bio-section-2,#bio-section-3{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#tab5 .row:first-child{
    padding: 20px 0px;
}

.bio-header span{
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.bio-header span input{
    background: transparent;
    border: 2px solid gray;
    border-radius: 100px;
    width: calc(100% - 107px);
    color: #000 !important;
    position: relative;
    padding-left: 10px;
    padding-right: 90px;
}
.bio-header span button{
    position: absolute;
    font-size: 14px;
    border-radius: 100px;
    padding: 1px 15px;
    color: #fff;
    border: 0;
    right: 4px;
    height: calc(100% - 8px);
    line-height: calc(100% - 8px);
    background: rgb(187,146,236);
    background: linear-gradient(90deg, rgba(187,146,236,1) 0%, rgba(130,173,203,1) 30%, rgba(85,195,178,1) 100%);
}
.cover .cr-boundary
{
    width: 100% !important;
}
.cover .cr-viewport
{
    width: 100% !important;
    height: 200px !important;
}
