﻿


@font-face {
    font-family: IRANYEKAN;
    src: url('../Fonts/iranyekanwebregular.eot');
    src: url('../Fonts/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), url('../Fonts/iranyekanwebregular.woff') format('woff'), url('../Fonts/iranyekanwebregular.ttf') format('truetype');
    font-weight: normal;
}

/*#region Layout */

body, html {
    font-family: IRANYEKAN !important;
    direction: rtl;
    height: 100%;
    margin: 0;
    text-align: right;
    font-size: 12px;
    background-color: #ececec !important;
}
footer{
    height: 100px; 
    width:100%;
    /* position: absolute; */
    /* left: 0;
    bottom: 0;  */
    /* background-color: rgb(255, 255, 255); */
    border-top: 0.5px solid #212529;
    font-size: 15px;
}
.text-left{
    text-align: left;
}
a{
    text-decoration: none;
}
.minwidth{
    width: 1px;
}
.emoji-width {
    width: 50px;
}
.padding-8 {
    padding: 8px;
    box-sizing: border-box;
}

.padding-16 {
    padding: 16px;
    box-sizing: border-box;
}

.padding-32 {
    padding: 32px;
    box-sizing: border-box;
}

.padding-64 {
    padding: 64px;
    box-sizing: border-box;
}

.No-Padding {
    padding-right: 0px;
    padding-left: 0px;
}

.No-Margin {
    margin-right: 0;
    margin-left: 0;
}
.mt-home-element {
    margin-top: 10rem !important;
}
.mt-page-element {
    
    margin-top: 15rem !important;
}

.MinCol {
    width: 5px;
}
.MinColCard {
    width: 50px;
}

.BWTDays {
    width: auto;
}
.rounded-3 {
    border-radius: 0.8rem !important;
}
.pos-on-img {
    position: relative;
    bottom: 95px;
}
@keyframes example {
    from {opacity: 0%;}
  to {opacity: 100%;}
  }
.transition {
    animation-name: example;
    animation-duration: 1s;
    animation-timing-function: ease-in;
}
.cover {
    background: transparent url(../../assets/images/mic3.jpg) 0 0 no-repeat;
    height: 500px !important;
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover !important;
    /* filter :blur(5px) */
    /* background-attachment: fixed; */
}
.green {
    background: transparent url(../../assets/images/Green.JPG) 0 0 no-repeat;
    height: 500px !important;
    background-size: cover !important;
}
.grey {
    background: transparent url(../../assets/images/Grey.JPG) 0 0 no-repeat;
    height: 500px !important;
    background-size: cover !important;
}
.podcast {
    background: transparent url(../../assets/images/Podcast.JPG) 0 0 no-repeat;
    height: 500px !important;
    background-size: cover !important;
}
.narration {
    background: transparent url(../../assets/images/narrate.JPG) 0 0 no-repeat;
    height: 500px !important;
    background-size: cover !important;
}

.blur-0 {
    filter:  blur(0px) !important;
}
.logo-img {
    width: 80px !important;
}
p {
    line-height: 2 !important;
    text-align: justify !important;
}
.w-15 {
    width: 15% !important;
}

/*#endregion */


/*#region FontSizes */
.Font4 {
    font-size: 4px !important;
}
.Font7 {
    font-size: 7px !important;
}
.Font9 {
    font-size: 9px !important;
}
.Font10 {
    font-size: 10px !important;
}

.Font11 {
    font-size: 11px;
}
.Font12 {
    font-size: 12px;
}

.Font13 {
    font-size: 13px;
}
.Font15 {
    font-size: 15px;
}

.Font17 {
    font-size: 17px;
}

.Font19 {
    font-size: 19px;
}

.Font21 {
    font-size: 21px;
}

.Font23 {
    font-size: 23px;
}

.Font25 {
    font-size: 25px;
}

.Font35 {
    font-size: 35px;
}
.Font60 {
    font-size: 60px;
}
.Font90 {
    font-size: 90px;
}

/*#endregion */


/*#region Controls */
.ModalClose{
    font-size: 20px;
    cursor: pointer;
}
.PageTitle {
    background-color:#fff;;
    color: #fff;
    padding: 16px;
    box-sizing: content-box;
}

.Header{
    /* background-color: #F75950; */
    background-color: #718093;
    color: #fff;
    border-bottom: 0.5px solid #fff;
}

input{
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }
.PageTitle {
    border-bottom: 0.5px solid #dcdcdc
}

.Modal-sm {
    /* width: 30%;
    max-height: 200px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border:0px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin-top:200px;
    margin-left: auto;
    margin-right: auto;
    opacity:1;
    width: 700px; /* Need a specific value to work */
    background-color:#fff;
    border:1px solid #808080
}

.Modal-lg {
    /* width: 30%;
    max-height: 200px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border:0px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    width: 90%; /* Need a specific value to work */
    border: 1px solid #808080;
    background-color: #fff;
}
.Toastify__toast{
    font-family: IRANYEKAN !important;
    font-size: 12px;
}

.Exit {
    color:#808080;
    cursor:pointer;
}
.WaitMessgae {
    width: 250px;
    height: 100px;
    border: 1px solid #c3c3c3;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
    z-index: 99999999;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;


}

.ToastNotification
{

    position: absolute; bottom: 30px;
     left: 2px;
     z-index: 500;
}

.dark_back{
    background-color: #F5F7FA;
}
/*#endregion */

/*#region vh */
.vh-10 {
    height: 10vh;
}
.vh-15 {
    height: 15vh;
}

.vh-40 {

    height: 40vh !important;
}
.vh-50 {
    height: 50vh !important;
}
.vh-60 {
    height: 60vh !important; 
}
.vh-80 {
    height: 80vh !important;
}

.overflow-y {
    overflow-y: auto;
    overflow-x: hidden;
}

    .overflow-y::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .overflow-y::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #dbdbdb;
        border-radius: 10px;
    }

    /* Handle */
    .overflow-y::-webkit-scrollbar-thumb {
        background: #adabab;
        border-radius: 10px;
    }

        /* Handle on hover */
        .overflow-y::-webkit-scrollbar-thumb:hover {
            background: #888;
        }

/* #endregion */

/*#region Menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav .headerTitle {
        font-weight: bold;
        padding: 16px 8px 4px 8px;
        color: #718093;
        box-sizing: border-box;
    }

    .sidenav a {
        padding: 4px 8px 4px 8px;
        text-decoration: none;
        font-size: 12px;
        color: rgb(87, 87, 87);
        display: block;
        transition: 0.3s;
        cursor: pointer;
    }

        .sidenav a:hover {
            color: #000;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 200px;
        font-size: 36px;
        margin-left: 50px;
    }

/* #root {
    transition: margin-right .5s;
} */

.MenuNav {
    font-size: 30px;
    cursor: pointer
}

input[type='text'],
input[type='password'],
select:focus
{
    font-size:16px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.Cursor {
    cursor: pointer;
}
.Cursor:hover {
    color: rgb(0, 0, 0) !important;
}
/*#endregion*/