@font-face {
    font-family: "B Lotus";
}
@font-face {
    font-family: "B Titr";
}
@font-face {
    font-family: "B Mitra";
}
html, body{
    direction: rtl;
    height: 100%;
    margin: 0;
}
h1, h2,h3, h4, h5, h6{
    font-family: "B Titr", serif;
}
.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.flex-grow-1 {
    flex: 1 0 auto; /* محتوای اصلی فضای خالی را می‌گیرد */
}
form{
    padding: 25px 10px 25px 10px !important;
}
.header{
    background-color: #2dd6c1; /*#00ff96*/
    padding: 40px !important;
}
.logo{
    height: 100px;
    width: 210px;
    float: left;
    position: sticky;
    margin-left: 20px;
}
.logo2{
    height: 90px;
    width: 70px;
    float: left;
    position: sticky;
    margin-left: -20px;
    margin-top: 15px;
}
button{
    color: #ffffff !important;
}
.padding-text{
    padding-right: calc(var(--bs-gutter-x)* 0.8) !important;
    padding-top: calc(var(--bs-gutter-x)* 0.9) !important;
}
.soon-box{
    margin-top: 130px !important;
    text-align: center;

}
.option{
    padding-top: 25px !important;
}
/*.record-btn{*/
/*    background: #ff0019;*/
/*    position:fixed;*/
/*    bottom: 30px;*/
/*    right: calc(var(--bs-gutter-x)* 1.5);*/
/*    border: #4d5154 1px solid;*/
/*    border-radius: 50% !important;*/
/*    width: 150px !important;*/
/*    height: 150px !important;*/
/*    box-shadow: 1px 2px 10px #4d5154;*/
/*}*/
/*.stop-record-btn{*/
/*    background: dodgerblue;*/
/*    position:fixed;*/
/*    bottom: 30px;*/
/*    right: calc(var(--bs-gutter-x)* 1.5);*/
/*    border: #4d5154 1px solid;*/
/*    border-radius: 50% !important;*/
/*    width: 150px !important;*/
/*    height: 150px !important;*/
/*    box-shadow: 1px 2px 10px #4d5154;*/
/*}*/
/*.disabled-btn{*/
/*    background: lightgray !important;*/
/*}*/
/*.record-btn:hover{*/
/*    box-shadow: inset 1px 1px 10px #ffffff;*/
/*}*/
/*.stop-record-btn:hover{*/
/*    box-shadow: inset 1px 1px 10px #ffffff;*/
/*}*/
/*.record-btn:active{*/
/*    background: #ff0019;*/
/*    box-shadow: inset 1px 1px 10px #4d5154;*/
/*}*/
/*.stop-record-btn:active{*/
/*    background: dodgerblue;*/
/*    box-shadow: inset 1px 1px 10px #4d5154;*/
/*}*/
.notebook{
    width: 100%;
    height: 100%;
    background-color: white;
    box-shadow: 1px 2px 10px #4d5154;
    padding: 115px 140px;
    border: 1px dotted #0f5132;
    border-radius: 5px;
    line-height:3.5em
}

.message_box{
    border: 1px dashed #212529;
    border-radius: 10px;
    background-color: white;
    color: black;
    padding: 10px;
    height: fit-content;
    text-align: center;
    box-shadow: #2b2f32 1px 1px 1px 1px;
    margin-top: 150px !important;
}
.attend{
    font-weight: bold;
    font-size: 12pt;
    color: red !important;
}
.attend_blue{
    font-weight: bold;
    font-size: 12pt;
    color: blue !important;
}
.attend-star{
    float: right;
    margin-left: 10px;
}
.quote{
    color: red;
    font-weight: bold;
    font-size: 30pt;
}
.quote-begin{
    margin-left: 10px;
}
.quote-end{
    margin-right: 10px;
}
button.btn-outline-danger{
    color: #dc3545 !important;
}
button.btn-outline-danger:hover{
    color: white !important;
}
.margin-right{
    margin-right: 20px;
}
.header_video{
    width: 100%;
    height: 850px;
}
.header_text{
    color: white;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 70PX;
    transform: translate(-50%, -50%);
    padding: 40px;
    border-radius: 5px;
    font-size: 22pt;
}
.scroll_position{
    position: absolute;
    left: 47%;
    top: 65%;
}

.scroll_img{
    width: 70px;
    height: 70px;
}
#myVideo{
    position: fixed;
    right: 0;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}
/* Add some content at the bottom of the video/page */
.content {
    position: sticky;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
/* Style the button used to pause/play the video */
#myBtn {
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    background: #000;
    color: #fff;
    cursor: pointer;
}
#myBtn:hover {
    background: #ddd;
    color: black;
}
.main_content{
    background-color: white;
    position: sticky;
    padding: 50px;
}
.content_thumbnail{
    width: 70%;
    height: auto;
    /*display: block;*/
    border-radius: 50%;
    box-shadow: 1px 1px 15px #6c757d;
}
.RightThumbnail{
    display: inline-block;
    text-align: center;
    padding: 20% 15% 0 0;
}
.LeftThumbnail{
    display: inline-block;
    text-align: center;
    padding: 10% 0 0 15%;
}
.RightTextBlock{
    padding-top: 20%;
    text-align: justify;
    padding-right: 8% !important;
}
.LeftTextBlock{
    padding-top: 30%;
    text-align: justify;
    padding-left: 8% !important;
}
.TextContentBlock{
    width: 90%;
    padding: 15px;
    border: 2px dashed #cdcccc;
    border-radius: 10px;
}
.header_description{
    margin-right: 20px;
    display: inline-block !important;
}
.en_flag{
    margin-top: 20px;
    margin-left: 20px;
    font-size: larger;
    color: white;
    text-decoration: auto;
}
.second_nav{
    --mobile-padding: 28vw;
    /*position: absolute;*/
    width: 100%;
    max-width: min-content;
    display: inline-block;
    box-sizing: border-box;
    white-space: nowrap;
    list-style: none;
    padding: 1px 8px 1px 0;
    border-radius: 55px;
    background-color: #202124;
    overflow: auto;
    transition: background-color .6s ease;
    outline: 1px solid #3C4043;
    outline-offset: -1px;
}
.navItem{
    display: inline-block;
}
.sticky {
    position:-webkit-sticky;
    position:sticky;
    top:80px;
    z-index:1020
}
.boxes {
    /* box-shadow: 1px 1px 1px gray; */
    /*height: fit-content;*/
    background-image: linear-gradient(180deg,#202124 26.9%,#20212400 190.46%);
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    text-align: center;
    padding: 60px 65px !important;
    box-shadow: inset 10px 10px 10px 20px white;
    color: white;
}
.drawer{
    cursor: pointer;
    transition: .3s all ease;
    width: 100%;
    height: fit-content;
    overflow: hidden;
}
.drawer:hover{
    background-color: #0dcaf0;
}
.black-body{
    background-color: #191d21 !important;
    position: sticky;
}
.withe_text{
    color: #ddd !important;
}
.drawer_bg{
    background-color: #0dcaf0;
    color: white;
}
.drawer_summary{
    padding: 36px 36px 36px 0;
    border-top: 1px solid #0dcaf0;
    transition: .3s all ease;
    list-style: none;
    width: 100%;
    height: fit-content;
    overflow: auto;
}
.drawer_summary_content{
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}
.drawer_summary_header{
    position: absolute;
    margin-right: 45px;
    color: #1a1d20;
}
.drawer_summary_header:hover{
    gap: 16px;
    color: white;
    cursor: pointer;
    transition: .3s all ease;
    padding-right: 15px;
    line-height: 40px;
    font-weight: 400;
}
.drawer_desc{
    height: fit-content;
    width: 100% !important;
    background-color: #0dcaf0;
    color: white;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    padding: 30px !important;
    text-align: justify;
    transition: .5s all ease;
}
.delay{
    transition: .3s all ease;
}
.parallax1{
    /* The image used */
    background-image: url("../img/bcg1.jpeg") !important;
    /* Set a specific height */
    width: 100%;
    min-height: 1000px;
    opacity: 0.65;
}
.parallax2{
    /* The image used */
    background-image: url("../img/bcg2.jpg") !important;
    /* Set a specific height */
    width: 100%;
    min-height: 500px;
    opacity: 0.75;
}
.parallax3{
    /* The image used */
    background-image: url("../img/bcg3.jpg") !important;
    /* Set a specific height */
    width: 100%;
    min-height: 700px;
    opacity: 0.65;
}
.parallax4{
    /* The image used */
    background-image: url("../img/bcg4.jpg") !important;
    /* Set a specific height */
    width: 100%;
    min-height: 500px;
    opacity: 0.75;
}
.parallax5{
    /* The image used */
    background-image: url("../img/bcg5.jpg") !important;
    /* Set a specific height */
    width: 100%;
    min-height: 700px;
    opacity: 0.65;
}
.parallax6{
    /* The image used */
    background-image: url("../img/bcg6.jpg") !important;
    /* Set a specific height */
    width: 100%;
    min-height: 500px;
    opacity: 0.75;
}
.parallax7{
    /* The image used */
    background-image: url("../img/bcg7.jpg") !important;
    /* Set a specific height */
    width: 100%;
    min-height: 700px;
    opacity: 0.65;
}
.parallax1, .parallax2, .parallax3, .parallax4, .parallax5, .parallax6, .parallax7{
    position: relative;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.parallaxes_row1{
    background-color: white;
    color: #777;
}
.parallaxes_row2, .parallaxes_row3, .parallaxes_row6{
    background-color: #282E34;
    color: #ddd;
}
.parallaxes_row4, .parallaxes_row5{
    background-color: white;
    color: #777;
}
.lets_record_btn{
    bottom: 10px !important;
    vertical-align: middle !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    width: 100%;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-weight: bold !important;
    font-size: 20pt !important;
    font-family: "B Mitra";
}
.parallaxes_rows{
    padding: 60px 50px !important;
    text-align: justify !important;
    line-height:1.5em
}
.permission_img{
    max-width: 400px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 2px 2px 5px #3dd5f3;
    border-radius: 5px;
}
.overlay-main{
    display: block;
    height: 64px;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
    margin-top: -64px;
    mask-image: url(img/wave.svg);
    -webkit-mask-image: url(img/wave.svg);
    mask-size: 1940px;
    -webkit-mask-size: 1940px;
    position: absolute;
    left: -10px;
    right: 0;
    background-color: #ec406a;
}
.overlay-black{
    display: block;
    height: 64px;
    z-index: 10;
    pointer-events: none;
    overflow: hidden;
    margin-top: -64px;
    mask-image: url(img/wave.svg);
    -webkit-mask-image: url(img/wave.svg);
    mask-size: 1940px;
    -webkit-mask-size: 1940px;
    position: absolute;
    left: -10px;
    right: 0;
    background-color: #353535;
}
@media (max-width: 600px) {
    /*.record-btn-sm{*/
    /*    background: #ff0019;*/
    /*    position: fixed;*/
    /*    flex:  0 0 auto;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    width: 100% !important;*/
    /*    height: fit-content !important;*/
    /*    border: #4d5154 1px solid;*/
    /*    border-radius: 0 5px 0 5px !important;*/
    /*    box-shadow: 1px 2px 10px #4d5154 ;*/
    /*    margin-top: 20px !important;*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 20px;*/
    /*}*/
    /*.stop-record-btn-sm{*/
    /*    background: dodgerblue;*/
    /*    position: fixed;*/
    /*    flex:  0 0 auto;*/
    /*    bottom: 0;*/
    /*    right: 0;*/
    /*    left: 0;*/
    /*    width: 100% !important;*/
    /*    height: fit-content !important;*/
    /*    border: #4d5154 1px solid;*/
    /*    border-radius: 0 5px 0 5px !important;*/
    /*    box-shadow: 1px 2px 10px #4d5154 ;*/
    /*    margin-top: 20px !important;*/
    /*    padding-top: 10px;*/
    /*    padding-bottom: 20px;*/
    /*}*/
    .notebook-sm{
        padding: calc(var(--bs-gutter-x)* 0.95) 30px !important;
        margin-bottom: 25% !important;
    }
    .content_thumbnail_sm{
        width: 90%;
        display: block;
        padding: 0 !important;
    }
    .RightThumbnail{
        display: inline-block;
        padding-bottom: 10%;
    }
    .LeftThumbnail{
        display: inline-block;
        padding-top: 10%;
    }
    .TextContentBlock {
        width: 100%;
    }
    .header_text{
        top: 40%;
        /*left: 50%;*/
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .scroll_position{
        /*position: absolute;*/
        /*left: 40%;*/
        /*top: 55%;*/
        vertical-align: middle;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .modal_content {
        width: 95% !important;
    }
}
@media (max-width: 800px) {
    .modal_content {
        width: 95% !important;
    }
    .logo-sm{
        height: 70px;
        width: 100px;
        float: left;
        position: sticky;
        margin-left: 10px;
    }
    .logo2-sm {
        height: 60px;
        width: 50px;
        float: left;
        position: sticky;
        margin-left: -10px;
        margin-top: 10px;
    }
}
@media (min-width: 600px) {
    /*.record-btn-md{*/
    /*    width: 100px !important;*/
    /*    height: 100px !important;*/
    /*}*/
}@media (min-width: 995px) {
    /*.record-btn-lg{*/
    /*    width: 150px !important;*/
    /*    height: 150px !important;*/
    /*}*/
}
.monolog_text{
    font-family: "B Titr", serif !important;
    font-weight: bold !important;
    font-size: large !important;
    padding: 20px !important;
    width: 100%;
    height: 100% !important;
    background-color: #fbffe4fa !important;
    text-align: justify !important;
    text-justify: inter-word;
    line-height: 20px;
}
.coworkers_block{
    /*background-color: whitesmoke;*/
    height: fit-content;
    box-shadow: inset 0 15px 25px -25px #0d6efd;
    padding: 25px;
}
.coworkers_logo{
    width: 150px;
    height: 150px;
    background-color: white;
    text-align: center;
}
.index_titles{
    text-align: center
}
.breadcrumb{
    font-size: 14pt !important;
}
.breadcrumb-row{
    background-color: white;
    position: sticky;
    padding: 10px 30px;
}
.splitter{
    font-size: 18pt !important;
    font-weight: bolder !important;
    color: #b02a37;
}
.mt-6{
    margin-top: 5rem !important;
    padding: 10px 0;
}
.agreement-link{
    color: #b02a37;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}
.footer-block {
    flex-shrink: 0; /* فوتر جمع نشود */
    min-height: 400px; /* حداقل ارتفاع، ولی محتوا تعیین کننده ارتفاع واقعی باشه */
    padding: 15px;
    display: flex;
    flex-direction: column; /* چیدمان ستونی */
    justify-content: space-between; /* محتوا در بالا، کپی‌رایت پایین */
}
footer.footer-block p.copyright {
    margin-top: auto;  /* ← متن را به پایین محتوا هل می‌دهد */
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
}
.footer-block ul{
    line-height: 40px;
    font-weight: bolder;
}
.btn-flat{
    height: 100px !important;
}
.btn-text-black{
    color: black !important;
}
.countryList{
    background-color: #d4edff !important;
    border: none;
    border-radius: 5px 0 0 5px !important;
    color: #000000 !important;
}
.fade-in {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.fade-in.visible {
    opacity: 1;
}
.chart-canvas{
    width: 90% !important;
    height: 400px !important;
    display: block;
    margin: 0 auto;
    max-width: 90%;
    box-sizing: border-box;
}
.userDetails{
    border: 1px solid gray;
    border-radius: 5px;
    padding: 50px;
    background-color: #a2f1ff;
    height: 500px;
    overflow-y: auto;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #007bff #e9ecef;
}
/*#userChartOne {*/
/*    !*width: 100%;*!*/
/*    height: auto;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/