/* @ Update 1402/02/11 | 15:07 */
@charset "utf-8";
/* CSS Document */

:root {
    --color1:#43dacc;
    --color1:#fb6b14;
    --color2:#3ef0ac;
    --color2:#ffa813;
    --color3:#3c9ce6;
    --color3:#ffc107;
    --gray:#dcdcdc;
    --black2:#3f3f3f;
    --black1:#111;
    --lightGray:#f3f3f3;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "rtl-font";
    font-style: normal;
    font-weight: normal;
    src: local("☺️"), 
        url("../fonts/IRANSansWeb.woff2") format("woff2");
}


body{
    /*background-color: var(--lightGray);*/
    color: var(--black1);
    font-family: "rtl-font";
	font-size:14px;
    text-align: justify;
}

h1,.h1{font-size: 2.0em;}
h2,.h2{font-size: 1.8em;}
h3,.h3{font-size: 1.6em;}
h4,.h4{font-size: 1.4em;}
h5,.h5{font-size: 1.2em;}
h6,.h6{font-size: 1em;}

a{
    text-decoration: none;
}

[dir*="rtl"] ol, 
[dir*="rtl"] ul {
    padding-left: 0;
    padding-right: 2rem;
}

img, svg {
    max-width: 100%;
    height: 100%;
    /*max-height: 100%;*/
}

video {
    max-width: 100%;
    max-height: 100%;
}

[dir*="rtl"] label {
    text-align: right;
}

.awesomplete {
    flex: 1 0 auto;
}

[dir*="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

[dir*="rtl"] .btn-group>.btn-group:not(:first-child)>.btn, 
[dir*="rtl"] .btn-group>.btn:nth-child(n+3), 
[dir*="rtl"] .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
[dir*="rtl"] .btn-group>.btn-group:not(:first-child), 
[dir*="rtl"] .btn-group>:not(.btn-check:first-child)+.btn {
    margin-right: -3px;
    margin-left: 0;
}

span.icon-fw {
    font-family: "Font Awesome 5 Free";
}
span.icon-eye-slash:before {
    content: "\f070";
}
span.icon-eye:before {
    content: "\f06e";
}
span.icon-user:before {
    
}
span.icon-eye:before {

}

/*------
com user
------*/

[dir*="rtl"] .form-check .form-check-input {
    float: none;
    margin-left: 0;
}

/*------
costom styles
------*/
.bg-color1{
    background-color: var(--color1);
}
.bg-color2{
    background-color: var(--color2);
}
.bg-color3{
    background-color: var(--color3);
}

.text-color1{
    color: var(--color1);
}
.text-color2{
    color: var(--color2);
}
.text-color3{
    color: var(--color3);
}

/*------
POSITION
------*/
.banner .mod-custom{
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    background-position: bottom;
    padding: 1em;
    display: flex;
    flex-direction: column;
    font-size: 1.5em;
}
/*
.about-us article {
    background: transparent url(../images/flat-wind-hot-running-teenager-silhouette-1320.jpg) no-repeat center;
    min-height: 50vh;
}
.about-us article #content.col-12 {
    flex: 0 0 auto;
    width: 80%;
    margin-top: 15%;
}
*/


footer{
    background-color: var(--black2);
    color: var(--lightGray);

}
footer a{
    color: var(--lightGray);
}
footer a:hover{
    color: var(--color2);
}
footer ul{
    padding-right: 0 !important;
    margin-top: 1.5em;
}
footer ul li{
    list-style: none;
    line-height: 2;
}
/*------
plg tabs & accardion
------*/
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=accordions][data-rlta-alignment=left]>[data-rlta-element=button] {
    text-align: justify;
}
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=horizontal][data-rlta-alignment=right]>[data-rlta-element=button-list] {
    justify-content: start;
}

[data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=lines-colorful][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
    padding: 1.25em;
}

/*------
com rs tickets pro
------*/


/*------
com hikashop
------*/

dl.hika_options > dd {
    margin-right: 190px;
    margin-left: 0 !important;
}

/*------
mod hikashop cart
------*/
.hikashop_cart{
    line-height: 4;
}

/* 
X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap
/*

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .banner .mod-custom{
        padding: 3em;
        font-size: 2em;
    }

    .com_users.view-login .com-users-login.login {
        display: flex;
    }
    .com_users.view-login form#com-users-login__form ,
    .com_users.view-login .com-users-login__options.list-group{
        flex: 0 1 50%;
        padding: 0 1em;
    }
    .com_users.view-login .com-users-login__options.list-group{
        padding-top: 1.4em;
    }

    

    /*------
    plg tabs & accardion
    ------*/
    [data-rlta-element=container][data-rlta-state=ready][data-rlta-theme=lines-colorful][data-rlta-type=accordions]>[data-rlta-element=panel]>[data-rlta-element=panel-content] {
        padding: 1.25em 0;
    }

    /*------
    com rs tickets pro
    ------*/
    form#rsticketspro_form {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    form#rsticketspro_form .control-group:nth-child(1){
        flex: 0 1 100%;
        padding: 1em;
    }
    
    form#rsticketspro_form .control-group:nth-child(2),
    form#rsticketspro_form .control-group:nth-child(3),
    form#rsticketspro_form .control-group:nth-child(4) {
        flex: 0 1 33.33%;
        padding: 1em;
    }
    
    form#rsticketspro_form .control-group:nth-child(5),
    form#rsticketspro_form .control-group:nth-child(6),
    form#rsticketspro_form .control-group:nth-child(7),
    form#rsticketspro_form .control-group:nth-child(8),
    form#rsticketspro_form .control-group:nth-child(9),
    form#rsticketspro_form .control-group:nth-child(10) {
        flex: 0 1 33.33%;
        padding: 1em;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    
}