@font-face {
    font-family: "IRANSans";
    src:  url('../assets/fonts/IRANSansWeb.eot') format('embedded-opentype'),
    url('../assets/fonts/IRANSansWeb.woff') format('woff'),
    url('../assets/fonts/IRANSansWeb.woff2') format('woff2'),
    url('../assets/fonts/IRANSansWeb.ttf') format('truetype');
}
body, .notification{
    font-family: 'IRANSans';
    font-size: 13px;
}
body, html{
    margin: 0;
    padding: 0;
    direction: rtl;
}

input.custom-input {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: #eedaff!important;
    padding: 0 15px;
    text-align: center;
}
input.custom-input::placeholder {
    color: #BBB;
}
button.custom-btn {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(45deg, #2d006e, #6200ee, #2d006e);
    color: white;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: -2px 2px 5px rgb(0 0 0 / 30%);
}
a, input, button{
    outline: none !important;
    text-decoration: none !important;
}
/*a, a:hover, a:active {
    color: white;
}*/
main#main {
    height: 100vh;
    position: relative;
}
main#main::before {
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #eadcff, #6200ee, #eadcff);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
main#main::after {
    content: "";
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #eadcff, #6200ee, #eadcff);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.right-panel, .left-panel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.right-panel .full-background {
    background: url('../images/sunset-snow-landscape.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
.card-inner {
    width: 70%;
    height: 400px;
    background: rgb(0 0 0 / 60%);
    border-radius: 10px;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 40%);
    padding: 25px;
    position: relative;
}
.cart-title {
    position: absolute;
    top: -30px;
    right: 30px;
    background-color: rgb(0 0 0 / 60%);
    color: white;
    padding: 6px 20px;
    border-radius: 10px 10px 0 0;
}
.notification {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.notification::before {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, white, transparent);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.notification::after {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, white, transparent);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.notification h5{
    font-size: 16px;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.inner{
    position:relative;
    top:0;
    height: 100%;
    /*overflow: hidden !important;*/
}
.lineUp{
    overflow:hidden;
}
.avisos {
    display: block;
    font-weight: 400;
    line-height: 1.42857143;
    /*text-align: center;*/
    /*white-space: nowrap;*/
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    /*height: 50px;*/
    /*width: 132px;*/
    /*font-size: 12px;*/
    padding: 0;
    /*overflow: hidden;*/
}

/*li.avisos p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.location-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 3px white;
}
.show-news{display: none}
div#newsBox {
    transition: all 0.5s cubic-bezier(0.75, -0.28, 0.34, 1.36);
}
.alerts {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffcece;
    padding: 15px 20px;
    color: #7b7b7b;
}








@media screen and ( max-width: 768px ){
    .show-news{
        position: fixed;
        top: 15%;
        right: 0;
        background: #b282f8;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        width: 40px;
        height: 40px;
        padding-left: 15px;
        border-radius: 100% 0 0 100%;
        font-size: 18px;
        outline: none !important;
        text-decoration: none !important;
    }
    div#newsBox {
        position: fixed;
        top: 0;
        right: -800px;
        z-index: 2;
        width: 100%;
        height: 100%;
    }
    .right-panel .full-background{
        opacity: 1;
    }
    .close {
        position: absolute;
        left: 20px;
        top: 20px;
        font-size: 32px;
        color: white;
        width: 40px;
        height: 40px;
        border: solid 2px white;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 10px;
        text-shadow: -1px 1px 2px #595959;
    }
}
@media screen and ( max-width: 930px ){
    .card-inner {
        width: 95%;
    }
}
