*:before, *:after {
    font-family: digikala;
}

input, button {
    font-family: irs;
}

body, html {
    font-family: irs;
    direction: rtl;
}
.bg-carton{
    background: url("../image/impactecommpackagin2029_350x644.jpg") no-repeat;
    background-size: cover;
    Background-attachment:fixed;
    height: 730px;
}

.box__date{
    width: 300px;
    padding-top: 170px;
    margin: 0 auto;
    font-size: 30px;
    color: rgb(255, 193, 7);
    /*background: rgba(0, 0, 0, 0.54);*/
}
.box__date .date{
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    text-shadow: 0 0 10px rgb(0 0 0);
    box-shadow: 0 0 10px 0 rgb(0 0 0);
}
.box__date .time{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.box__date .time > div{
    width: 80px;
    height: 100px;
    border-radius: 5px;
    /*background: rgb(32, 32, 32);*/
    /*background: #202020;*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    text-shadow: 0 0 10px rgb(0 0 0);
    box-shadow: 0 0 10px 0 rgb(0 0 0);
}
.navbar__action-response{
    display: none;
}
.opacity-0{
    opacity: 0 !important;
}
.quickAccess{
    width: 100%;
    padding: 50px;
    margin-top: 50px;
    /*background: #dbd6d6;*/
    /*background: rgba(0, 0, 0, 0.54);*/
}
.bg-transparent{
    background: transparent;
}
.quickAccess ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.quickAccess ul li{
    padding: 0 30px;
    border-left: 3px solid rgb(255, 193, 7);
    text-shadow: 0 0 10px rgb(0 0 0);
}
.quickAccess li:last-child{
    border-left: none;
}
.quickAccess ul li a{
    color: white !important;
}
.error{
    margin-bottom: 1rem;
    color: #D8000C;
    text-align: right; font-size: 12px
}
.event__portal_responsive{
    display: none;
    width: auto;
    padding: 30px 0;
    /*background: #dbd6d6;*/
    /*background: rgba(0, 0, 0, 0.54);*/
    border-radius: 5px;
}
.event__portal_responsive ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.event__portal_responsive ul li{
    width: 100%;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 0;
    padding-bottom: 10px;
    /*border-bottom: 3px solid rgb(255, 193, 7);*/
    text-shadow: 0 0 10px rgb(0 0 0);
}
.event__portal_responsive ul li:last-child{
    padding-bottom: 0;
}
.event__portal_responsive li:last-child{
    border-left: none;
}
.event__portal_responsive ul li a{
    color: white !important;
}
