
@font-face {
    font-family: 'shabnam';
    src: url('../../webfonts/shabnam/Shabnam.eot') format('embedded-opentype');
    src: url('../../webfonts/Shabnam/Shabnam.woff') format('woff');
    src: url('../../webfonts/Shabnam/Shabnam.ttf') format('opentype');
}

@font-face {
    font-family: 'shabnam';
    src: url('../../webfonts/shabnam/Shabnam-Medium.eot') format('embedded-opentype');
    src: url('../../webfonts/Shabnam/Shabnam-Medium.woff') format('woff');
    src: url('../../webfonts/Shabnam/Shabnam-Medium.ttf') format('opentype');

}
body{
    font-family:Shabnam;
    /*background: #eee;*/
}

.height{

    height: 100vh;
}

.mobile-mode
{
    display:none;
}

.desktop-mode {
    display: table-row;
}

.desktop-mode-td {
    display: table-cell;
}

.width-td {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: $modal-content-bg;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    width: 700px;
}

.desktop-mode-detail {
    display: inline-flex;
}

.btnPrw {
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    padding: 0.500rem 0.75rem;
    font-size: 13px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: none;
    color: #fff;
}

@media screen and (max-width:768px) {
    .mobile-mode {
        display: block;
    }

    .desktop-mode {
        display: none;
    }

    .desktop-mode-td {
        display: none;
    }

    .width-td {
        width: 100%;
    }

    .desktop-mode-detail {
        display: none;
    }

}
