/* Minification failed. Returning unminified contents.
(288,28): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(482,28): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(815,32): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(867,24): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(914,28): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(939,24): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(981,28): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(1029,24): run-time error CSS1039: Token not allowed after unary operator: '-vh'
(1036,28): run-time error CSS1039: Token not allowed after unary operator: '-vh'
 */
@font-face {
	font-family: IRSans;
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/iranSansWeb_Medium.eot');
	src: url('/fonts/iranSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/fonts/iranSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/fonts/iranSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/fonts/iranSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRSans;
	font-style: normal;
	font-weight: normal;
	src: url('eot/IRANSansWeb.eot');
	src: url('/fonts/iranSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/fonts/iranSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/fonts/iranSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/fonts/iranSansWeb.ttf') format('truetype');
}
@font-face {
	font-family: IRSans;
	font-style: normal;
	font-weight: 300;
	src: url('/fonts/iranSansWeb_Light.eot');
	src: url('/fonts/iranSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/fonts/iranSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/fonts/iranSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/fonts/iranSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRSans;
	font-style: normal;
	font-weight: 200;
	src: url('/fonts/iranSansWeb_UltraLight.eot');
	src: url('/fonts/iranSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/fonts/iranSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('/fonts/iranSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/fonts/iranSansWeb_UltraLight.ttf') format('truetype');
}
.font-xs {
    font-size: 10.6px !important;
    font-weight: normal !important;
}

.font-xms {
    font-size: 12.6px !important;
    font-weight: normal !important;
}

.font-xmmd {
    font-size: 13.29px !important;
    font-weight: normal !important;
}

.font-xmd {
    font-size: 14.29px !important;
    font-weight: normal !important;
}

.font-md {
    font-size: 15.31px !important;
    font-weight: normal !important;
}

.font-smd {
    font-size: 16.31px !important;
    font-weight: normal !important;
}

.font-sm {
    font-size: 18.37px !important;
    font-weight: normal !important;
}

.font-lg {
    font-size: 19.34px !important;
    font-weight: normal !important;
}

.font-xlg {
    font-size: 20.41px !important;
    font-weight: normal !important;
}

.font-xmlg {
    font-size: 22.33px !important;
    font-weight: normal !important;
}

.font-xl {
    font-size: 25.1px !important;
    font-weight: normal !important;
}

.font-xxl {
    font-size: 30px !important;
    font-weight: normal !important;
}

.font-xxxl {
    font-size: 40px !important;
    font-weight: normal !important;
}

.font-black {
    color: #1e1e1e !important;
}

.font-white {
    color: #fff !important;
}

.font-error {
    color: #F00 !important;
}

.font-light-gray {
    color: #d7d9da !important;
}
.font-dark-gray {
    color: #313131 !important;
}
.font-gray {
    color: #585858 !important;
}

.font-gray-2 {
    color: #9a9c9f;
}

.font-sky-blue {
    color: #cfdbe6;
}

.font-light-blue {
    color: #208be4;
}

.font-blue {
    color: #566ced;
}

.font-navy-blue {
    color: #415464;
}

.font-light-green {
    color: #1EE8B6;
}

.font-red {
    color: #d01818;
}

.font-orange {
    color: #ff8122;
}

.font-light-yellow {
    color: #ffcc1d;
}

.font-bold {
    font-weight: bold !important;
}

.font-bolder {
    font-weight: bolder !important;
}
body {
    font-family: IRSans;
    /* direction: rtl;
    text-align: right; */
}

a:hover {
    text-decoration: none;
}

p {
    text-shadow: none;
}

.main-loader {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 4px;
    border-radius: 50%;
    left: 0;
    right: 0;
    width: 40px;
    margin: 0 auto;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.38);
    -moz-box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.38);
    box-shadow: 0px 0px 19px -1px rgba(0,0,0,0.38);
}

header {
    background-color: #28557E;
    height: 60px;
    position: fixed;
    width: 100%;
    max-width: 1024px;
    z-index: 4;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    header .left-menu {
        position: absolute;
        left: 0;
    }

    header .header-content .fa-bars {
        font-size: 35px;
        padding: 10px 15px;
        cursor: pointer;
    }

    header .header-content .fas {
        font-size: 25px;
        padding: 17px 15px;
        cursor: pointer;
    }

    header .header-content .menu {
        position: absolute;
        right: 0;
    }

    header .header-title {
        text-align: center;
        padding-top: 15px;
        position: absolute;
        left: 0;
        right: 0;
        direction: rtl;
    }

    header .return img {
        height: 40px;
        right: 0;
        position: absolute;
        margin: 10px;
        cursor: pointer;
    }

.dark-back {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .7;
    position: absolute;
    top: 0;
    z-index: 5;
    display: none;
}

.rightMenuBox {
    position: absolute;
    top: 0;
    width: 300px;
    height: 100%;
    background: #efefef;
    z-index: 5;
    right: -300px !important;
    text-align: right;
    -webkit-transition: .5s;
    transition: .5s;
    position: fixed;
}

    .rightMenuBox .inner {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        overflow: auto;
        width: 300px;
        height: calc(100vh - 230px);
        height: calc((var(--vh, 1vh) * 100) - 230px);
    }

    .rightMenuBox .userInfo {
        height: 150px;
        background-color: #28557E;
    }

        .rightMenuBox .userInfo img {
            margin: 25px;
            height: 100px;
            float: right;
        }

        .rightMenuBox .userInfo p, .rightMenuBox .userInfo a {
            float: right;
            margin-top: 70px;
            color: #fff;
        }

    .rightMenuBox .inner .menuItems a {
        height: 70px;
        width: 100%;
        display: block;
        padding: 25px 20px;
        border-bottom: 1px solid #e8e8e8;
        font-weight: 400;
    }

    .rightMenuBox .inner .menuItems img {
        margin-top: -6px;
        margin-right: -1px;
        margin-left: 22px;
        height: 35px;
    }

    .rightMenuBox .inner .menuItems .disable {
        filter: grayscale(100%);
        color: #d6d0d0 !important;
    }

    .rightMenuBox .inner .menuItems a.disable {
        cursor: text;
    }

    .rightMenuBox .inner .menuItems img.gift {
        margin-top: -12px;
        margin-right: -1px;
        margin-left: 22px;
    }

    .rightMenuBox .inner .menuItems img.exit {
        margin-top: -8px;
        margin-right: 3px;
        margin-left: 16px;
        height: 35px;
    }

    .rightMenuBox .eshterak {
        position: relative;
        height: 80px;
        background-color: #0fdea8;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .rightMenuBox .eshterak p {
            top: 5px;
            position: relative;
            margin-bottom: 9px;
        }

.rightMenuBox-open {
    right: 0 !important;
    -webkit-transition: .5s;
    transition: .5s;
}

/* fade in  */

.fade-in {
    animation: animationFrames ease 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationFrames ease 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames ease 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationFrames ease 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationFrames ease 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(0px, -25px);
    }

    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, -25px);
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0px, 0px);
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, -25px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        -o-transform: translate(0px, -25px);
    }

    100% {
        opacity: 1;
        -o-transform: translate(0px, 0px);
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, -25px);
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0px, 0px);
    }
}

/* ! fade in */
.logo {
    border-radius: 21px;
}

.logo-containger {
    display: inline-block;
    margin-bottom: 30px;
}

    .logo-containger img.logo {
        width: 89px;
        height: auto;
    }

.main {
    max-width: 1024px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    min-height: 100vh;
    min-height: calc((var(--vh, 1vh) * 100));
}

.register.main {
    background: rgb(56, 107, 224);
    background: linear-gradient(90deg, rgba(56, 107, 224, 1) 0%, rgba(44, 169, 225, 1) 49%, rgba(56, 107, 224, 1) 100%);
    padding-top: 90px;
}

.home.main {
    background-color: #FFD067
}

.register-content {
    margin: 0 auto;
    max-width: 500px;
    padding-right: 35px;
    padding-left: 35px;
}

    .register-content .inputs-box {
        min-height: 220px;
    }

    .register-content .email-box {
        display: none
    }

    .register-content .input-group {
        /*margin-bottom: 150px !important;*/
    }

    .register-content .input-group-text {
        width: 90px;
        border: 0 !important;
        border-radius: 20px 0px 0px 20px;
        margin-right: 3px;
        border-bottom: 1px solid;
        -webkit-box-shadow: -1px 1px 2px 0px #242424;
        -moz-box-shadow: -1px 1px 2px 0px #242424;
        box-shadow: -1px 1px 2px 0px #242424;
    }

    .register-content .txtphonenumber {
        height: 53px;
        border-radius: 0 20px 20px 0;
        border: 0 !important;
        -webkit-box-shadow: 1px 1px 2px 0px #242424;
        -moz-box-shadow: 1px 1px 2px 0px #242424;
        box-shadow: 1px 1px 2px 0px #242424;
    }

    .register-content .email {
        height: 53px;
        border-radius: 20px;
        border: 0 !important;
        -webkit-box-shadow: 1px 1px 2px 0px #242424;
        -moz-box-shadow: 1px 1px 2px 0px #242424;
        box-shadow: 1px 1px 2px 0px #242424;
    }

    .register-content p.help-block {
        margin-bottom: 5px;
        padding-right: 10px;
    }

    .register-content .btn-getcode {
        height: 70px;
        /* margin-bottom: 35px; */
    }

        .register-content .btn-getcode:active {
            padding: 1px;
        }

    .register-content .reglater {
        margin-top: 5px;
        display: inline-block;
    }

        .register-content .reglater:hover {
            text-shadow: -1px 1px 6px #140905;
        }

        .register-content .reglater img {
            float: left;
            padding-top: 5px;
            margin-right: 5px;
        }




.login-content {
    margin: 0 auto;
    max-width: 500px;
    padding-right: 35px;
    padding-left: 35px;
}

    .login-content .input-group {
        margin-bottom: 150px !important;
    }

    .login-content .input-group-text {
        padding: 0px 20px;
        border: 0 !important;
        border-radius: 20px 0px 0px 20px;
        margin-right: 3px;
        border-bottom: 1px solid;
        -webkit-box-shadow: -1px 1px 2px 0px #242424;
        -moz-box-shadow: -1px 1px 2px 0px #242424;
        box-shadow: -1px 1px 2px 0px #242424;
    }

    .login-content .txtphonenumber {
        height: 53px;
        border-radius: 20px;
        border: 0 !important;
        -webkit-box-shadow: 1px 1px 2px 0px #242424;
        -moz-box-shadow: 1px 1px 2px 0px #242424;
        box-shadow: 1px 1px 2px 0px #242424;
    }

    .login-content p.help-block {
        margin-bottom: 5px;
        padding-right: 10px;
    }

    .login-content .btn-getcode {
        height: 70px;
        /* margin-bottom: 35px; */
    }

        .login-content .btn-getcode:active {
            padding: 1px;
        }

    .login-content .reglater {
        margin-top: 35px;
        display: inline-block;
    }

        .login-content .reglater:hover {
            text-shadow: -1px 1px 6px #140905;
        }

        .login-content .reglater img {
            float: left;
            padding-top: 5px;
            margin-right: 5px;
        }

    .login-content button, .register-content button {
        border: 0;
        background: none;
    }

.home-content .filtersort {
    height: 50px;
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 8px;
    padding-top: 13px;
    position: relative;
}

    .home-content .filtersort .item {
        margin-top: 12px;
    }

    .home-content .filtersort #sorItems {
        position: absolute;
        z-index: 3;
        width: 100%;
        direction: rtl;
        text-align: right;
        line-height: 35px;
        margin-top: 10px;
    }

        .home-content .filtersort #sorItems .sortitem {
            border-bottom: 1px solid gray;
            padding: 5px 23px;
        }

            .home-content .filtersort #sorItems .sortitem:last-child {
                border-bottom: 0px;
            }

        .home-content .filtersort #sorItems .card-body {
            padding: 0px;
            border-radius: 8px;
            background-color: #000;
            opacity: .9;
        }

.ghese-unit {
    width: 100%;
    position: relative;
    padding-top: 100%;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(51, 50, 51, 1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(51, 50, 51, 1);
    box-shadow: 0px 0px 3px 0px rgba(51, 50, 51, 1);
    border-radius: 25px 25px 25px 25px;
}

    .ghese-unit a {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .ghese-unit .multipleimage {
        position: absolute;
        width: 35px !important;
        right: 10px;
        top: 10px;
    }

    .ghese-unit .image {
        height: 75%;
        border-radius: 25px 25px 0px 0px;
        overflow: hidden;
        border-top: 5px solid #fff;
        border-left: 5px solid #fff;
        border-right: 5px solid #fff;
    }

        .ghese-unit .image img {
        }

    .ghese-unit .text {
        height: 25%;
        border-radius: 0px 0px 25px 25px;
        overflow: hidden;
        background-color: #fff;
        direction: rtl;
    }

        .ghese-unit .text p {
            padding-top: 5%;
        }

    .ghese-unit img {
        max-width: 100%;
    }

/* @media(){

    } */

.owl-carousel .owl-item {
    -webkit-transform: translateZ(0) scale(1, 1);
}

.main-slider {
    /*margin-top: 15px;*/
}

    .main-slider .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 0;
    }

.row .slide-img {
    max-width: 100%;
}

.owl-carousel button.owl-dot {
    width: 15px !important;
    border-radius: 50% !important;
    display: inline !important;
}

.main-slider button.owl-dot span {
    background-color: #fff !important;
    z-index: 99999;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    margin: 0px 4px;
}

.main-slider button.owl-dot:active {
    outline: none;
}

.main-slider button.owl-dot:hover span, .main-slider button.owl-dot.active span {
    outline: none;
    background-color: #FE0000 !important;
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: #f9f9f9;
    border-color: #bbb;
    color: #333;
    text-shadow: 0 !important;
}

.storydetail {
    margin-bottom: 20px;
}

    .storydetail .star {
        float: left;
        width: 40px;
        display: inline-block;
        position: absolute;
        left: 15px;
        margin-top: -46px;
    }

    .storydetail .main-imageHost {
        position: relative;
    }

    .storydetail .multipleimage {
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .storydetail .main-image {
        max-width: 100%;
        margin-bottom: 10px;
        max-height: calc(100vh - 310px);
        max-height: calc((var(--vh, 1vh) * 100) - 310px);
        width: 100%;
    }


    .storydetail .audio {
        margin-bottom: 10px;
        width: 235px;
        margin: 0 auto;
    }

        .storydetail .audio.full {
            width: 100%;
            padding: 0px;
            max-width: 350px;
            margin-top: 3px;
            margin-bottom: 50px;
            position: relative;
            top: 15px;
        }

            .storydetail .audio.full .item {
                width: 18%;
                padding: 0;
                display: inline-block;
            }

        .storydetail .audio img {
            max-width: 100%;
            cursor: pointer;
        }

            .storydetail .audio img:active {
                padding: 1px;
            }

        .storydetail .audio .start img {
            height: 87px;
        }

        .storydetail .audio.full .start img {
            height: auto
        }

        .storydetail .audio .buy, .storydetail .audio .detail {
            padding-top: 7px;
        }

#mdlStoryDetail .modal-content {
    background-color: transparent;
    border: 00;
    height: calc(100vh - 15px);
    height: calc((var(--vh, 1vh) * 100) - 15px);
}

#mdlStoryDetail .modal-body {
    overflow: auto;
    border-radius: 15px;
    background-color: #e6e7e9;
    padding-top: 10px;
}

#mdlStoryDetail .modal-footer {
    background-color: #e6e7e9;
    border-radius: 15px;
    margin-top: 4px;
}

.tag {
    background-color: #fff;
    padding: 4px;
    border-radius: 8px;
    margin: 2px;
}

.story-thumb img {
    max-width: 100%;
    border-radius: 10px;
}

.share img {
    height: 55px;
}

.share .unit:first-child {
    border-right: 1px solid gray
}

.share .unit:last-child {
    border-left: 1px solid #fff
}

.modal-footer .close-modal {
    cursor: pointer;
}

.relatives {
    padding-top: 50px;
    min-height: 100vh;
    min-height: calc((var(--vh, 1vh) * 100));
}

.sliding-stories {
    margin-bottom: 35px
}

    .sliding-stories .box-title {
        border-bottom: 2px solid #Fff;
        margin-bottom: 10px;
    }

        .sliding-stories .box-title p {
            margin-bottom: 10px;
        }

.filter {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
}

    .filter .filter-body {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .filter .filter-body .row {
            height: 100%;
        }

    .filter .main-items {
        background-color: #EEEEEE;
        width: 120px;
    }

        .filter .main-items .item {
            height: 80px;
            text-align: center;
            direction: rtl;
            padding-top: 29px;
            font-size: 14px;
            padding-right: 10px;
        }

        .filter .main-items, .filter .main-items p {
            cursor: pointer
        }

            .filter .main-items .item:hover, .filter .main-items .item.active {
                background-color: #616161;
                color: #fff;
            }

    .filter .inner-items {
        width: calc(100% - 120px);
        background-color: #fff;
        padding-right: 20px;
        overflow-y: auto;
        height: calc(100vh - 122px);
        height: calc((var(--vh, 1vh) * 100) - 122px);
    }

        .filter .inner-items .item {
            height: 30px;
            padding: 20px 0px;
            text-align: right;
        }

        .filter .inner-items .ui-checkbox {
            float: right;
            right: 30px;
        }

        .filter .inner-items label {
            padding-right: 30px;
            font-size: 14px;
            padding-top: 3px;
        }

    .filter .endbuttom {
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-color: #1EE8B6;
        color: #fff;
    }

        .filter .endbuttom:active {
            margin: 1px;
        }

        .filter .endbuttom p {
            margin: 0 auto;
        }

.pakages {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 60px);
    height: calc((var(--vh, 1vh) * 100) - 60px);
    direction: rtl
}

    .pakages .inner-items {
        overflow-y: auto;
        height: calc(100vh - 122px);
        height: calc((var(--vh, 1vh) * 100) - 122px);
    }

    .pakages .endbuttom {
        height: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        background-color: #1EE8B6;
        color: #fff;
        text-align: center !important;
        padding-top: 15px;
        border: 0;
    }

    .pakages .prefactor p {
        margin-bottom: 0px;
    }

.filter .endbuttom:active {
    margin: 1px;
}

.search {
    padding-top: 5px;
    direction: rtl;
}

    .search input {
        height: 55px;
        text-align: right;
        font-family: inherit;
        width: 100%;
        padding-right: 8px;
        border: 0px;
        border-radius: 9px;
        margin-top: 10px;
    }

    .search button {
        width: 35px;
        height: 35px;
        background-image: url(../img/icons/search-tick.png);
        background-color: transparent !important;
        border: 0;
        box-shadow: none;
        top: 23px;
        left: 25px;
        float: left;
        position: absolute;
        z-index: 9999;
    }

.custominput {
    min-height: 55px;
    text-align: right;
    font-family: inherit;
    width: 100%;
    padding-right: 8px;
    border: 0px;
    border-radius: 9px;
    margin-top: 10px;
    direction: rtl;
    padding: 0px 15px;
}

.bar .timer {
    width: 45px;
    font-size: 12px;
    margin: -10px -8px;
}

.bar .defaultBar {
    position: relative;
    float: left;
    width: calc(100% - 45px);
    height: 10px;
    padding: 4px;
    border: 2px solid black;
    background: #1f627c;
    margin-bottom: 15px;
    margin-top: -10px;
    border-radius: 15px;
}

.bar .progressBar {
    background-image: url("../img/icons/audio/plainbutton.png");
    position: absolute;
    top: 0px;
    height: 8px;
    left: 0px;
    border-radius: 7px;
    background: rgba(248, 66, 5, 1);
    background: -moz-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 66, 5, 1)), color-stop(34%, rgba(255, 191, 0, 1)), color-stop(65%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(248, 66, 5, 1)));
    background: -webkit-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%);
    background: -o-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%);
    background: -ms-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%);
    background: linear-gradient(to right, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84205', endColorstr='#f84205', GradientType=1);
}

.progressBar img {
    float: right;
    height: 30px;
    margin: -11px;
}


.custom-control.custom-checkbox {
    padding-left: 0;
}

label.custom-control-label {
    position: relative;
    padding-right: 1.5rem;
}

    label.custom-control-label::before, label.custom-control-label::after {
        right: 0;
        left: auto;
    }

.rtl {
    direction: rtl !important
}


#mdlStoryText {
    background-color: #FFD067;
}

    #mdlStoryText .header-content {
        background-color: #28557E;
        height: 60px;
        position: fixed;
        width: 100%;
        z-index: 4;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0;
    }

        #mdlStoryText .header-content .left-menu {
            position: absolute;
            left: 0;
        }

        #mdlStoryText .header-content .fa-bars {
            font-size: 35px;
            padding: 10px 15px;
            cursor: pointer;
        }

        #mdlStoryText .header-content .fas {
            position: absolute;
            font-size: 25px;
            padding: 17px 15px;
            cursor: pointer;
            left: 0;
            top: 0;
        }

        #mdlStoryText .header-content .menu {
            position: absolute;
            right: 0;
        }

        #mdlStoryText .header-content .header-title {
            margin-top: 17px;
        }

    #mdlStoryText .modal-body {
        position: absolute;
        z-index: 1;
        background-color: #FFD067;
        left: 0;
        right: 0;
        direction: rtl;
        text-align: justify;
        padding-top: 65px;
    }

*:focus {
    outline: none !important;
}


.introduce-pwa {
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    top: 0;
    direction: rtl;
    text-align: center;
    bottom: 0;
    padding: 15px;
}

    .introduce-pwa .logo-containger {
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .introduce-pwa .desc .part {
        font-size: 15px;
        border-top: 1px solid #28a745;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
    }

        .introduce-pwa .desc .part .eng {
            color: #1f579c;
        }

    .introduce-pwa .desc .bt {
        color: #fff;
        margin-top: 20px;
    }

    .introduce-pwa .desc .part .num {
        position: absolute;
        top: -8px;
        font-size: 11.5px;
        background-color: #28a745;
        border-radius: 50%;
        width: 15px;
        color: #fff;
        height: 15px;
    }

    .introduce-pwa .desc .part p {
        margin: 0px;
    }

.contact {
    padding: 0px 15px;
    width: 300px;
    margin: 0 auto;
}

    .contact .contact-item .item-logo {
        width: 50px;
        display: inline-block;
    }

        .contact .contact-item .item-logo img {
            width: 48px;
            height: 48px;
        }

    .contact .contact-item .content {
        display: inline-block;
        background-color: gray;
        color: #fff;
        border-radius: 6px;
        padding: 8px 10px;
        margin: 10px 0px;
        width: 215px;
    }


.register-btn {
    color: #fff !important;
    padding: 10px 40px !important;
    border-radius: 30px !important;
    margin-top: 5px;
    border: 1px solid rgba(248, 66, 5, 1) !important;
    text-shadow: 3px 3px 9px #000;
    background: rgba(248, 66, 5, 1) !important;
    background: -moz-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248, 66, 5, 1)), color-stop(34%, rgba(255, 191, 0, 1)), color-stop(65%, rgba(255, 191, 0, 1)), color-stop(100%, rgba(248, 66, 5, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%) !important;
    background: linear-gradient(to right, rgba(248, 66, 5, 1) 0%, rgba(255, 191, 0, 1) 34%, rgba(255, 191, 0, 1) 65%, rgba(248, 66, 5, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f84205', endColorstr='#f84205', GradientType=1) !important;
    -webkit-box-shadow: -2px -2px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px -2px 14px -1px rgba(0,0,0,0.75);
    box-shadow: -2px -2px 14px -1px rgba(0,0,0,0.75);
}

    .register-btn:active {
        padding: 9px 39px !important;
    }

@media (min-width: 768px) {
    .ghese-list .container {
        max-width: 768px;
        padding: 0;
    }

        .ghese-list .container .row {
            margin-right: 0px;
            margin-left: 0px;
        }

    .row .slide-img {
        width: 100%;
    }
}

