:root {
    --blue: #0faaae;
    --red: #e60f5d;
}

@font-face {
    font-family: 'IS';
    src: url("../fonts/IRANSans-Regular.ttf") format("truetype");
}

body {
    font-family: "IS", sans-serif;
    font-size: 10pt;
    direction: rtl;
}

* {
    outline: 0 !important;
    border: none;
}

.form-control:focus {
    box-shadow: none;
}

.opacity0 {
    opacity: 0;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b9b9b9;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--blue);
}

.text-disabled {
    color: #ffffff6b !important;
    cursor: not-allowed !important;
}

input[type="number"]::-moz-number-spin-up,
input[type="number"]::-moz-number-spin-down {
    display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.total_pdf_download {
    color: #fff !important;
    background: transparent;
    cursor: pointer;
}

.mt-80px {
    margin-top: 80px !important;
}

.bg-blue {
    background: var(--blue) !important;
}

#print_logo {
    width: 110%;
    position: fixed;
    left: 0;
    top: -100px;
    bottom: 0;
    z-index: -1;
    opacity: .10;
    right: 0;
    margin: auto;
    height: auto;
    transform: rotate(-45deg);
}

#scroll_to_top {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

.my_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.cursor-pointer {
    cursor: pointer;
}

.pdf_download {
    color: #fff !important;
}

.logo {
    width: max-content;
    display: inline-block;
}

.logo img {
    width: 110px;
    height: auto;
    max-height: 65px;
}

#contact_bg {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}

.menu {
    display: inline-block;
    margin-top: 20px;
}

.menu li {
    display: inline-block;
    padding-right: 40px;
}

.menu li a, .menu li button {
    color: #000;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
}

.loginBtn {
    font-size: 16pt;
}

#loginModal h4, #registerModal h4, #buyModal h4 {
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
}

.modal-dialog.modal-sm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
}

.modal-content {
    margin: auto;
}

.registerConfirmCode, .doRegisterButton, #registerCountDownReset, #registerCountDownEditMobile {
    display: none;
}

.header_search {
    display: inline-block;
    position: relative;
    margin-top: 15px;
}

.header_search input {
    background: #e0e0e0;
    border: none;
    padding: 6px 17px;
    padding-left: 50px;
    border-radius: 20px;
    color: #a9a9aa;
}

.header_search i {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 13pt
}

.header_subscribe {
    display: inline-block;
    margin-right: 50px;
    margin-top: 14px;
    background: var(--red);
    color: #fff;
    padding: 6px 40px 6px 14px;
    border-radius: 50px;
}

.header_subscribe:hover {
    color: #fff;
    font-weight: bold;
}

.header-shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.date {
    background: var(--blue);
    top: 70px;
    color: #fff;
    font-size: 9pt;
    padding: 7px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.date p {
    margin: 0;
    padding: 1px 45px;
}

.my_sidbar {
    background: #fff;
    border-radius: 15px;
    padding: 0 15px 15px 15px;
    margin-bottom: 30px;
}

.main_content {
    background: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 0 15px 15px 15px;
    width: fit-content;
    margin: 0 auto;
}

.magazine_page {
    text-align: center;
}

.magazine_page img {
    max-width: 100%;
    margin: 0 auto;
}

.magazine_control {
    bottom: 0;
    top: -30px;
    right: 0;
    width: 100%;
    text-align: center;
    background: #d6d6d6;
    height: 35px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 5px;
}

.magazine_control > p {
    color: #000;
    margin: 0;
}

.magazine_control_item {
    height: 29px;
    /*z-index: -1;*/
    background-color: var(--blue);
    width: 120px;
    padding: 3px;
}

.magazine_control_item.disabled_item {
    background: #a4a4a4;
    cursor: not-allowed !important;
}

.magazine_control_item.disabled_item * {
    cursor: not-allowed !important;
}

.magazine_control_item:nth-child(2) {
    border-top-right-radius: 15px;
}

.magazine_control_item:nth-child(4) {
    border-top-left-radius: 15px;
}

.magazine_control > p {
    color: #000;
    position: absolute;
    right: 0;
    top: 7px;
    text-align: center;
    z-index: 0;
    width: max-content;
    margin: 0 auto;
    left: 0;
}

.magazine_control_item > p > a {
    color: #fff;
    display: block;
    cursor: pointer;
}

footer {
    background-image: url(../image/footer_bg.png);
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding-top: 70px;
}

#scroll_to_top {
    width: 135px;
    height: auto;
    position: absolute;
    right: 25%;
    top: -1px;
}

.text_footer {
    width: max-content;
}

.text_footer P {
    text-align: justify;
    color: #fff;
    margin-top: 30px;
    margin-right: 20px;
    font-size: 11pt;
}

.text_footer img {
    width: 100px;
    margin-right: 20px;
}

.footer_link {
    margin-top: 20px;
}

.footer_link > li {
    padding: 10px 5px;
    text-align: right;
}

.footer_link > li > a {
    color: #fff;
    padding-right: 2px;
    font-size: 11pt;
}

.footer_link > li > i {
    font-size: 10pt;
    color: #fff;
}

.text_input_footer {
    margin-top: 24px;
    color: #fff;
    font-size: 11pt;
    text-align: right;
    font-weight: bold;
}

.input_footer {
    width: max-content;
}

.input_icon {
    width: 45px;
    height: 30px;
    background: #a9a9aa;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.input_footer input {
    padding: 5px;
    padding-left: 20px;
    border-radius: 50px;
    overflow: hidden;
}

.social_text {
    color: #FFF;
    font-size: 11pt;
}

.sidebar_title {
    background: linear-gradient(90deg, var(--red) 0, var(--blue) 90%);
    padding: 10px 15px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    font-size: 11pt;
    z-index: 1;
}

.sidebar_box {
    margin: 0 -15px;
    padding: 0;
    border-top-left-radius: 15px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
}

.sidebar_box > ul > li > a {
    display: block;
    padding: 10px 15px;
    color: #000 !important;
}

.sidebar_box > ul > li.categoryLi {
    cursor: pointer;
    position: relative;
}

.sidebar_box > ul > li.categoryLi:hover .categoryLia {
    color: #e60f5d !important;
}

.sidebar_box > ul > li.categoryLi ul {
    display: none;
}

.sidebar_box > ul > li > a.categoryLia {
    display: inline-block;
    padding: 10px 15px;
    color: #0faaae !important;
    font-weight: bold;
    position: relative;
}

.sidebar_box > ul > li.categoryLi > i {
    position: absolute;
    left: 15px;
    top: 14px;
    color: #e60f5d;
    font-size: 10pt;
}

.sidebar_box > ul {
    padding-top: 40px;
}

.sidebar_box > ul.has_height {
    height: 390px;
    overflow-y: auto;
}

.topic_sub_ul > li > a::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: var(--red);
    margin-top: 10px;
    right: 15px;
}

.topic_sub_ul {
    background: #fff;
}

.topic_sub_ul > li {
    padding: 15px 10px;
    border-bottom: 1px dashed rgb(225, 225, 225);
    background: #f9f9f9;
}

.topic_sub_ul > li:last-child {
    border-bottom: none;
}

.topic_sub_ul > li > a {
    padding-right: 20px;
    font-size: 9pt;
    color: #000;
}

.social_text img {
    width: 25px;
    margin-top: 10px;
    margin-right: 10px;
    padding-right: 3px;
}

.footer_link img {
    width: 18px;
    height: 18px;
}

.input_icon img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 7px;
    left: 14px;
}

.copy_right p {
    font-size: 9pt;
}

.copy_right img {
    width: 14px;
    height: 14px;
}

.bars {
    font-size: 24pt;
    margin-top: 10px;
    color: #000;
}

.logo_mobile {
    width: 90px;
    margin-top: 3px;
}

.search_mobile {
    font-size: 26px;
    margin-top: 10px;
    color: #000;
}

.date_mobile {
    background: var(--blue);
    color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    left: 0;
    width: fit-content;
    margin: auto;
}

.date_mobile P {
    font-size: 10pt;
    margin: 0;
}

.mobile-header {
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.menu_mobile {
    width: 100%;
    min-height: 100%;
    background: rgba(15, 169, 174, 0.96);
    z-index: 1;
    top: 0;
    right: 0;
    display: none;
}

.menu_mobile > ul > li {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.menu_mobile > ul > li > a {
    color: #fff;
    font-size: 16pt;
    margin-right: 20px;
}

.bars-menu {
    color: #fff;
    font-size: 25pt;
    margin-top: 15px;
    margin-right: 15px;
}

.menu_mobile > ul > li > img {
    width: 30px;
}

.search_section {
    width: 100%;
    height: 100%;
    background: rgba(15, 169, 174, 0.9);
    z-index: 1;
    top: 0;
    right: 0;
    display: none;
}

.section_input {
    top: 55px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: max-content;
    text-align: center;
}

.section_input input {
    padding: 10px 20px;
    border-radius: 10px;
    overflow: hidden;
    min-width: 325px;
    border: none;
    font-size: 12pt;
    width: 85%;
}

.section_input button {
    border-radius: 10px;
    overflow: hidden;
    min-width: 325px;
    border: none;
    font-size: 12pt;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: var(--red);
    color: #fff;
    padding: 10px;
    margin-top: 15px;
    width: 85%;
}

.times {
    color: #fff;
    font-size: 25pt;
    margin-top: 15px;
    margin-right: 15px;
}

.about_us_bg {
    background: url('../image/about_us_bg.jpg') center no-repeat;
    background-size: cover;
    /*padding-bottom: 100px;*/
    /*min-height: 119vh;*/
    background-attachment: fixed;
}

.about_box {
    background: rgba(245, 241, 255, 0.8);
    border-radius: 10px;
    margin-bottom: 30px;
}

.title_about_us h3 {
    color: #b30041;
}

.icon_about_us img {
    max-width: 98vw;
}

.about_content {
    line-height: 30px;
    font-weight: bold;

    padding: 25px 35px;
    border-radius: 30px;

}

.about_content h1 {
    font-size: 17pt;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px dashed rgba(237, 20, 91, 0.85);
    padding: 30px 15px;
    margin: 0 0 30px 0;
    color: #0faaae;
}

.contant_title {
    color: var(--blue);
    font-weight: bold;
    font-size: 15pt;
    margin-top: 30px;
}

.bg_input {
    background: #eee;
    border-radius: 15px;
}

.btn_contact {
    background: var(--blue);
    width: 150px;
    color: #fff;
    border-radius: 15px;
}

.font_icon {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 10px;
}

.color_text {
    color: #a9a9aa;
}

.contact_bg {
    background: url("../image/contact_main_bg.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 60vh;
}

.vector_contact {
    width: 350px;
}

.contact_form_box {
    border: 2px solid #a6a6a6;
    border-radius: 10px;
    background: rgba(244, 244, 244, 0.4);

}

.address_text_contact {
    font-size: 9pt;
    color: #000;
}

.title_form_contact p {
    font-size: 13pt;
    color: #037c85;
}

hr {
    background: #be416d;
}

.hr_2 {
    background: #3aaaae;
}

.contact_label {
    color: #ae0540;
    font-size: 9pt;
}

.input_contact {
    border-color: #000;
}

#search_result {
    position: absolute;
    left: 0;
    top: 35px;
    background: #fff;
    border-radius: 15px;
    width: 100%;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    padding: 15px;
    height: 300px;
    overflow-y: auto;
    z-index: 999;
    display: none;
}

#search_result ul li a, #mobile_search_result ul li a {
    color: #454545;
    font-size: 8pt;
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #dedede !important;
    text-align: justify;
}

#search_result ul li a i, #mobile_search_result ul li a i {
    color: #000000;
    position: static;
    font-size: 6pt;
    margin-right: 5px;
    font-weight: bold;
}

#search_loading {
    position: absolute;
    left: -3px;
    top: -4px;
    width: 40px;
    display: none;
}

#mobile_header_search_icon {
    position: absolute;
    left: 30px;
    top: 14px;
    font-size: 12pt;
}

#mobile_search_loading {
    position: absolute;
    left: 23px;
    top: -3px;
    font-size: 12px;
    display: none;
}

#mobile_search_result {
    background: #fff;
    height: 50vh;
    overflow-y: auto;
    z-index: 9999;
    position: absolute;
    right: 0;
    left: 0;
    top: 101px;
    margin: auto 25px;
    padding: 15px 20px;
    display: none;
    border-radius: 15px;
}

#select_magazine_page {
    background: transparent;
    color: #fff;
}

#select_magazine_page option {
    color: #000;
}

.about_icon {
    width: 100%;
    position: absolute;
    right: 0;
    top: -188px;
}

.pb50 {
    padding-bottom: 50px;
}

.icon_contact {
    width: 13px;
    margin-left: 3px;
}

.icon_contact_2 {
    width: 15px;
    margin-left: 3px;
}

.icon_contact_3 {
    width: 16px;
    margin-left: 3px;
}

#cart_count {
    position: absolute;
    right: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    color: #000;
    border-radius: 30px;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 25px;
}

.user_panel_sidebar li a {
    display: block;
    padding: 10px 15px;
    color: #000;
    font-weight: bold;
    font-size: 10pt;
}

.user_panel_sidebar li a i {
    font-size: 12pt;
    color: #a8a8a8;
}

.user_panel_sidebar li.active_li a {
    background: var(--red);
    color: #fff;
    border-radius: 15px;
}

.user_panel_sidebar li.active_li a i {
    color: #f1f1f1;
}

#myCanvas {
    right: 7px !important;
    top: 7px !important;
}

.danger-demo {
    border-radius: 0 !important;
    line-height: 30px;
    font-size: 12pt;
    direction: ltr;
}
