@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/iranwebsans/ttf/IRANSansWeb_UltraLight.ttf')format("truetype");
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/iranwebsans/ttf/IRANSansWeb_Light.ttf')format("truetype");
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/iranwebsans/ttf/IRANSansWeb.ttf')format("truetype");
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/iranwebsans/ttf/IRANSansWeb_Medium.ttf')format("truetype");
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/iranwebsans/ttf/IRANSansWeb_Bold.ttf')format("truetype");
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 600;
    src: url('/fonts/iranwebsans/ttf/IRANSansWeb_Black.ttf')format("truetype");
}
* {
    direction: rtl;
    text-align: right;
    font-family: iransans;
}

.qr-body{
    width: 95%;
    margin: 50px auto;
}

h1{
    font-size: 3.5rem;
    color: white;
}
.sidebar{
    background-color: #7ed6df;
    border-radius: 2rem;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 15px 5px #7c7c7c57;
    box-shadow: 0 0 15px 5px #7c7c7c57;
}
.sidebar h5{
    color: black;
    font-weight: bold;
}
.sidebar h6{
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
}
.sidebar .item{
    display: block;
    margin: 5px auto;
    background: #ffffff59;
    width: 95%;
    font-weight: bold;
}
.sidebar .item:hover{
    background: #ffffff;
}

.qr{
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 50px;
    -webkit-box-shadow: 0 0 15px 5px #7c7c7c57;
    box-shadow: 0 0 15px 5px #7c7c7c57;
}
.my_qr{
}
/* news styles */
.top-panel{
    position: absolute;
    top: 4%;
    left: 2%;
}
a{
    text-decoration: unset;
}
a:hover{
    text-decoration: unset;
}
header{
    background-image: url("/chap/qr/bg.png");
    padding: 5px 0;
}
header h4{
    font-size: 3rem;
    color: white;
}
.bg-img{
    background-image: url("/chap/qr/bg2.jpg");
    padding: 50px;
}
.bg-img .inside{
    margin: auto;
}

.button-17 {
    margin: 3px;
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-size: 13px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 7px 14px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
}
.button-17:hover {
    background: #F6F9FE;
    color: #174ea6;
}

.button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
}

.button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
    box-shadow: rgb(60 64 67 / 11%) 0 1px 3px 0, rgb(60 64 67 / 5%) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
    color: #484848;
    scale: 0.9;
}

.button-17:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17.active{
    background-color: #51666c;
    color: white;
}
.button-17.active:hover{
    cursor: not-allowed;
    background-color: white;
    color: #51666c;
}

.button-27 {
    appearance: none;
    background-color: #000000;
    border: 2px solid #1A1A1A;
    border-radius: 15px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    min-height: 40px;
    min-width: 0;
    outline: none;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 30%;
    will-change: transform;
}

.button-27:disabled {
    pointer-events: none;
}

.button-27:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
    transform: translateY(-2px);
}

.button-27:active {
    box-shadow: none;
    transform: translateY(0);
}

.qr-ad-box{
    display: block;
    width: 300px;
    height: 200px;
    background-color: #dfdfdf;
    color: black;
    margin: 10px auto;
    border-radius: 0.5rem;
    text-align: center;
    padding-top: 28%;
    font-weight: 700;
}
.qr-ad-box span{
    font-size: 1.2rem;
}
.qr-ad-box span.size{
    font-size: 0.9rem;
}

.side-ad-box{
    display: block;
    width: 180px;
    height: 500px;
    background-color: #dfdfdf;
    color: black;
    margin: 10px auto;
    border-radius: 0.5rem;
    text-align: center;
    padding-top: 110%;
    font-weight: 700;
}
.side-ad-box span{
    font-size: 1.2rem;
}
.side-ad-box span.size{
    text-align: center;
    display: block;
    font-size: 0.9rem;
}

.upload-panel-ad-box{
    display: block;
    width: 200px;
    height: 500px;
    background-color: #dfdfdf;
    color: black;
    margin: 10px auto;
    border-radius: 0.5rem;
    text-align: center;
    padding-top: 120%;
    font-weight: 700;
}
.upload-panel-ad-box span{
    font-size: 1.2rem;
}
.upload-panel-ad-box span.size{
    text-align: center;
    display: block;
    font-size: 0.9rem;
}
.maker {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.none-pc{
    display: none;
}
.maker .main{
    padding: 0 24px;
    width: 60%;
}
@media (max-width: 991px) {

}
@media (max-width: 700px) {
    .top-panel a {
        font-size: 12px;
        display: flex;
    }
    .top-panel {
        position: absolute;
        top: 4%;
        left: 0;
        right: 0;
        padding: 0 10px;
    }
    header{
        padding-top: 64px;
    }
    .none-mobile{
        display: none;
    }
    .none-pc{
        display: block;
    }
    .tab-pane p{
        font-size: 13px!important;
    }
    .maker .banner{
        margin: 0px 6px;
    }
    .maker .main{
        padding: 0 24px;
        width: 100%;
    }
    .bg-img{
        padding: 0;
    }
}
