@charset "UTF-8";

/*
Theme Name: impwoodiran Template
Theme URI: https://impwoodiran.com/
Author: Hamid Reza
Author URI: hamidrezamh1377@gmail.com
Description: قالب اختصاصی انجمن صنفی چوب ایران
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 1.2
License: hamidrezamh1377@gmail.com
License URI: hamidrezamh1377@gmail.com
Text Domain: impwoodiran.com
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/


/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */


/* Categories 01 to 03 are the basics. */


/* Variables */

body {
    font-family: sans-serif!important;
}

html[lang="fa-IR"] body {
    font-family: dana!important;
}

header {
    height: 155px;
}

header .h_box {
    position: fixed;
    width: 100%;
    background: white;
    z-index: 3;
}

header .top_header {
    background: #5A78A0;
    padding: 7px 0;
}

header .top_header a {
    color: rgb(255, 255, 255);
    display: flex;
}

header .top_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .top_header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

header .top_header img {
    width: 22px!important;
    height: auto!important;
}

header .menu_nav .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu_nav .main_menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

header .menu_nav .main_menu ul.menu>li.menu-item-has-children {
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

html[lang="fa-IR"] header .menu_nav .main_menu ul.menu>li.menu-item-has-children {
    padding-right: 0px;
    padding-left: 20px;
}

header .menu_nav .main_menu ul.menu>li.menu-item-has-children>a {
    padding-bottom: 30px;
}

header .menu_nav .main_menu ul.menu ul {
    position: absolute;
    background: white;
    top: 38px;
    list-style: none;
    z-index: 1;
    min-width: 200px;
    width: max-content;
    padding: 16px;
    box-shadow: 0 0 5px lightgray;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-9px);
    transition: 0.5s ease all;
}

header .menu_nav .main_menu ul.menu>li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(1px);
    transition: 0.5s ease all;
}

header .menu_nav .main_menu ul.menu>li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
    transition: 0.2s ease all;
}

header .menu_nav .main_menu ul.menu>li.menu-item-has-children:after {
    background: url(https://impwoodiran.com/wp-content/themes/impwoodiran_template/assets/images/down-arrow-20.png);
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    right: 0;
    top: 4px;
    background-size: cover;
    transition: 0.2s ease all;
    cursor: pointer;
}

html[lang="fa-IR"] header .menu_nav .main_menu ul.menu>li.menu-item-has-children:after {
    right: unset;
    left: 0;
}

header .menu_nav .main_menu ul.menu>li.menu-item-has-children ul li {
    margin-bottom: 15px;
}

header .menu_nav .main_menu ul.menu>li.menu-item-has-children ul li:last-child {
    margin-bottom: 0px;
}

header .menu_nav .main_menu {
    display: flex;
    align-items: center;
    gap: 25px;
}

header .menu_nav a {
    color: #001D44;
    font-weight: 600;
}

header .menu_nav .logo img {
    width: 85px!important;
}

.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    content: none!important;
}

.wpml-ls-legacy-dropdown-click {
    width: fit-content!important;
}

header .left-btns ul {
    list-style: none;
    gap: 5px;
}

header .left-btns ul li {
    cursor: pointer;
}

header .left-btns ul a {
    background: #BDC9D9;
    display: flex;
    padding: 5px !important;
    border-radius: 10px;
    height: 43px;
    width: 43px;
    align-items: center;
    justify-content: center;
}

header .left-btns ul a img {
    background: white;
    border-radius: 10px;
    width: 31px!important;
    height: 31px;
    padding: 3px;
}

header .left-btns li.login-reg a {
    width: fit-content;
}

header .left-btns li.login-reg span {
    color: #426594;
    font-weight: 600;
    padding: 0px 17px;
    background: white;
    border-radius: 10px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .left-btns li.login-reg img {
    background: transparent;
}

header .searchbox {
    position: absolute;
    left: 0;
    background: #bdc9d9;
    border: 1px solid lightgray;
    top: 55px;
    padding: 14px;
    border-radius: 6px;
    z-index: 2;
}

header .searchbox form {
    display: flex;
    position: relative;
    background: white;
    border-radius: 5px;
}

header .searchbox #searchsubmit {
    width: 29px;
    height: 35px;
    border: 1px solid #426594;
    border-right: unset;
    background: transparent;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1;
}

header .searchbox input:focus {
    outline: none!important;
}

header .searchbox input:nth-child(2) {
    border: 1px solid #426594;
    border-left: unset;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

header .searchbox img {
    position: absolute;
    left: 4px;
    top: 7px;
    width: 20px;
    z-index: 0;
}

.slider .caption {
    position: absolute;
    bottom: 0;
    right: 14px;
    background: #ffffffcc;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid black;
    font-weight: 600;
    font-size: 15px;
}

.slider img {
    border: 1px solid black;
    border-radius: 20px;
    overflow: hidden;
    margin: 0;
}

.tab_nav {
    margin-top: 30px;
}

.tab_nav .nav-tabs {
    background: #426594;
    padding: 10px 20px 0 5px;
    border-radius: 8px;
    margin-bottom: 18px;
}

.tab_nav .nav-tabs .nav-link {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.tab_nav .nav-tabs .nav-link:focus,
.tab_nav .nav-tabs .nav-link:hover {
    border: 1px solid white;
    color: #426594;
    background: white;
}

.tab_nav .nav-tabs .nav-link.active {
    color: #426594;
}

.cat_posts .box {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid #777777;
    padding: 14px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.cat_posts .box .image img {
    border: 2px solid black;
    border-radius: 15px;
    overflow: hidden;
    width: 390px !important;
    height: 246px !important;
    object-fit: cover;
    max-width: unset !important;
}

.cat_posts .box .details h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #001D44;
}

.cat_posts .box .details p {
    font-size: 15px;
    text-align: justify;
    line-height: 28px;
    color: #001D44;
}

.cat_posts .box .details .option {
    display: flex;
    justify-content: space-between;
}

.cat_posts .box .details .cat_date {
    display: flex;
    gap: 17px;
}

.cat_posts .box .details .cat_date ul {
    list-style: none;
    display: flex;
    gap: 7px;
}

.cat_posts .box .details .cat_date ul a {
    color: #001D44;
    font-size: 15px;
}

.cat_posts .box .details .cat_date span {
    color: #001D44;
    font-size: 15px;
}

.cat_posts .box .details .link a {
    background: #426594;
    padding: 7px 12px;
    border-radius: 8px;
    color: white;
}

.membership_inquiry,
.community_members {
    border: 1px solid black;
    margin-top: 30px;
    border-radius: 15px;
    padding: 20px 15px;
}

.ttl .title {
    display: flex;
    justify-content: space-between;
}

.ttl .title h3 {
    font-size: 19px;
    font-weight: 700;
    position: relative;
    width: fit-content;
    z-index: 1;
}

.ttl .title a {
    background: #426594;
    color: white;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: 5px;
    font-size: 14px;
}

.ttl .title h3::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    background: #E2E7EE;
    border-radius: 20px 30px 47px 17px;
    z-index: -1;
}

.text-right {
    text-align: right;
}

html[lang="fa-IR"] .contacts.text-right {
    text-align: left;
}

html[lang="fa-IR"] .ttl .title h3::before {
    left: unset;
    right: 0;
}

.ttl .title {
    margin-bottom: 25px;
}

.membership_inquiry form>div {
    display: flex;
}

.membership_inquiry input.member_inquiry {
    border-radius: 9px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #426594;
    border: 1px solid #426594;
    padding: 15px;
    color: white;
    font-weight: 600;
}

html[lang="fa-IR"] .membership_inquiry input.member_inquiry {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
}

.membership_inquiry #membership_inquiry {
    padding: 12px 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #426594;
}

html[lang="fa-IR"] .membership_inquiry #membership_inquiry {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}

.membership_inquiry .alert {
    font-size: 15px;
    font-weight: 400;
    padding: 8px 13px;
    text-align: justify;
    margin-bottom: 0;
}

.community_members .box {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 12px;
    color: black;
    border-bottom: 1px solid #1C3558;
}

.community_members .box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.community_members .box .detail {
    width: 100%;
}

.community_members .box img {
    width: 75px !important;
    height: 75px !important;
    max-width: unset !important;
    object-fit: cover;
}

.community_members .box h4 {
    font-size: 17px;
    font-weight: 600;
}

.community_members .box .registered {
    display: flex;
    justify-content: space-between;
}

.auth {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    align-items: center;
}

.auth__form {
    padding: 6rem 8rem 6rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.just_center {
    justify-content: center!important;
}

.auth-page {
    margin-top: 0;
    font-family: dana;
}

.auth__form h1 {
    font-size: 23px;
    color: rgb(64, 64, 64);
    font-weight: bold;
    margin-bottom: -7px;
}

.auth__form h1 span {
    font-size: 14px;
    font-weight: 500;
    color: rgb(139 139 139);
    margin-right: 7px;
}

.auth__form .step_show {
    display: flex;
}

.auth__form .step_show .step_one {
    width: 100%;
    flex: 1 1 0%;
    height: 4px;
    margin: 20px 0px;
    background: #149b70;
    border-radius: 2px;
    transition: background 0.3s ease 0s;
    margin-left: 3px;
}

.auth__form .step_show .step_two {
    width: 100%;
    flex: 1 1 0%;
    height: 4px;
    margin: 20px 0px;
    background: rgb(230, 233, 247);
    border-radius: 2px;
    transition: background 0.3s ease 0s;
    margin-right: 3px;
}

.auth__form .auth__form--body__title {
    border: none;
}

.timer_otp {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #a1a1a1;
    margin-right: 7px;
    border-radius: 8px;
    font-weight: 700;
}

.send_again_otp {
    cursor: pointer;
    background: #003a63;
    color: white;
}

.send_again_otpp {
    cursor: pointer;
    background: #003a63;
    color: white;
}

.send_login_again_otp {
    cursor: pointer;
    background: #003a63;
    color: white;
}

.send_login_again_otpp {
    cursor: pointer;
    background: #003a63;
    color: white;
}

.auth__image__register {
    height: 100vh;
    min-height: 100%;
    position: relative;
}

.auth__image__register::before,
.auth__image::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #5a78a05c;
}

.auth__form--body__title {
    border-bottom: 1px solid #eeeeee;
}

.auth__form--body__title span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 37px;
    color: #003366;
}

.auth__form--body__title span span {
    border: 2px solid #ffc317;
    width: 120%;
    margin-top: 1.25rem;
}

.auth__form--body__inputs {
    margin-top: 2rem;
    row-gap: 2rem;
}

.mb-5px {
    margin-bottom: 5px;
}

.auth__form--body__inputs--input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
}

.auth__form--body__inputs--input__image {
    width: 64px;
    height: 64px;
    background: #f5f5f5;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.auth__form--body__inputs--input__image img {
    width: 27px;
    height: 27px;
}

.auth__form--body__inputs--input__i {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.auth__form--body__inputs--input__i label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: black;
    margin-bottom: 5px;
    display: block;
}

.auth__form--body__inputs--input__i input,
.auth__form--body__inputs--input__i select,
.auth__form--body__inputs--input__i textarea {
    border-radius: 7px;
    border: 1px solid #A1A1A1;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
}

.auth__form--log {
    font-size: 17px;
    font-weight: 500;
}

.auth__form--log a {
    color: #006FFF;
    text-decoration: none;
}

.auth__form--body__inputs--input__i input:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-color: #ffc317;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.auth__form--body__inputs--input__i input::-webkit-input-placeholder {
    color: #979797;
}

.auth__form--body__inputs--input__i input:-ms-input-placeholder {
    color: #979797;
}

.auth__form--body__inputs--input__i input::-ms-input-placeholder {
    color: #979797;
}

.auth__form--body__inputs--input__i input::placeholder {
    color: #979797;
}

.auth__form--body__inputs--input__i--showhide {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 15%;
}

.auth__form--body__forget-password {
    font-family: Yekan;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #003366;
    text-decoration: none;
}

.auth__form--body__forget-password:hover,
.auth__form--body__forget-password:visited {
    color: #003366;
}

.auth__form--body .checkbox-item input:checked~.checkmark {
    background-color: #ffc317;
    border-color: #ffc317;
}

.auth__form--body .checkbox-item {
    padding-right: 40px;
    padding-left: 0;
}

.auth__form--body .checkmark {
    right: 0;
}

.auth__form--body__code-digits {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    direction: ltr;
    -webkit-column-gap: 1.5rem;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ltr {
    direction: ltr;
}

.auth__form--body__code-digits__digit {
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    width: 64px;
    height: 64px;
}

.auth__form--body__code-validity {
    color: #ffc317;
    margin-right: 0.5rem;
}

.auth__form--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.auth__form--actions button {
    background: #25C995;
    font-size: 16px;
    font-weight: 700;
    color: black;
    padding: 11px 15px;
    margin-right: auto;
    border: 1px solid #25c995;
    border-radius: 7px;
}

.auth__form--actions span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
}

.auth__form--actions span a {
    color: #003366;
}

.auth__form--actions span a:hover,
.auth__form--actions span a:visited {
    color: #003366;
}

.auth__form--actions__resend-code {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #333333 !important;
    text-decoration: none;
}

.auth__image {
    height: 100vh;
    padding: 0;
    position: relative;
}

.auth__image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .auth__form {
        height: auto;
    }
    .auth__form__register {
        padding: 3rem 8rem 3rem 4rem;
        height: auto;
    }
}

@media (max-width: 992px) {
    .auth__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.5rem;
        row-gap: 2.5rem;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .auth__form--log {
        text-align: center
    }
    .auth__form--actions button {
        width: 100%;
    }
}

.error-box {
    background: #e20000;
    color: white;
    position: fixed;
    bottom: 20px;
    padding: 20px;
    right: 11px;
    border-radius: 5px;
    width: fit-content;
    max-width: 300px;
    transform: translateY(12px);
    z-index: 9999999999;
    opacity: 0;
    visibility: visible;
    transition: 1s;
}

.error-box p {
    margin: 0;
    font-size: 14.5px;
}

.title-underlined {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 2.5rem;
}

.title-underlined span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #333333;
    font-style: normal;
}

.title-underlined span span {
    border: 2px solid #ffc317;
    width: 100%;
    margin-top: 1.25rem;
}

.title-underlined2 {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-underlined2 span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #333333;
    font-style: normal;
}

.title-underlined2 span span {
    /*Edit by msn*/
    /*border: 2px solid #ffc317;*/
    border: 2px solid #ec5800;
    width: 100%;
    margin-top: 1.25rem;
}

.title-underlined2 a {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: white;
    text-decoration: none;
    padding: 8px 20px;
    background: #003366;
    border-radius: 5px;
    direction: rtl;
    text-align: right;
}

.dashboard__sidebar {
    padding: 1rem;
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    position: sticky;
    top: 15px;
}

.dashboard #wrapper {
    background: white;
    direction: rtl;
    text-align: right;
}

.dashboard .alert-success {
    text-align: right;
}

.dashboard__sidebar__user {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 1.5rem;
}

.dashboard__sidebar__user hr {
    border: 1px dashed #e0e0e0;
}

.dashboard__sidebar__user__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
}

.dashboard__sidebar__user__info__avatar {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    position: relative;
}

.dashboard__sidebar__user__info__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
}

.dashboard__sidebar__user__info__avatar .avatar-file-label {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.06);
}

.dashboard__sidebar__user__info__avatar .avatar-file-label img {
    width: 20px;
    height: 20px;
}

.dashboard__sidebar__user__info__namephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.dashboard__sidebar__user__info__namephone span:first-child {
    font-weight: 800;
}

.dashboard__sidebar__user__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.dashboard__sidebar__user__actions span {
    content: "";
    display: block;
    border: 1px dashed #e0e0e0;
}

.dashboard__sidebar__user__actions a {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 0.5rem;
    text-align: center;
    color: #333333;
    text-decoration: none;
    width: 50%;
}

.dashboard__sidebar__user__actions a:hover,
.dashboard__sidebar__user__actions a:visited {
    color: #333333;
}

.dashboard__sidebar__user__actions a img {
    width: 22px;
    height: 22px;
}

.dashboard__sidebar .nav {
    margin-top: 1.5rem;
    row-gap: 0.75rem;
}

.dashboard__sidebar .nav .nav-link {
    text-align: right;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    border-radius: 10px;
    color: #333333;
}

.dashboard__sidebar .nav .nav-link.active {
    color: white;
    background-color: #003366;
}

.dashboard__sidebar .nav .nav-link.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.dashboard__sidebar .nav .nav-link img {
    margin-left: 0.75rem;
    width: 25px;
}

.dashboard__userinfo {
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    text-align: center;
    margin: 0.15rem;
    padding: 0.75rem;
}

.dashboard__userinfo div {
    padding: 0;
}

.dashboard__userinfo div:last-child p:last-child {
    border-bottom: none;
}

@media (min-width: 992px) {
    .dashboard__userinfo div:first-child {
        border-left: 1.2px dashed #e0e0e0;
    }
}

.dashboard__userinfo p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 1rem 0;
    border-bottom: 1.2px dashed #e0e0e0;
}

.dashboard__userinfo .col-12 p {
    border-top: 1.2px dashed #e0e0e0;
    border-bottom: 1.2px dashed #e0e0e0 !important;
}

.dashboard__userinfo .col-lg-6 a {
    display: block;
    background: #0b6f0f;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 7px;
    border-radius: 6px;
    margin-top: 8px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .dashboard__userinfo p:last-child {
        border-bottom: none;
    }
}

.dashboard__userinfo p span {
    font-weight: normal;
}

.dashboard__orders {
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    padding: 1rem 0.25rem;
}

.dashboard__orders table {
    --bs-table-striped-bg: #f7f7f7;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.dashboard__orders table thead {
    font-weight: bold;
    font-size: 18px;
}

.dashboard__orders table thead tr th {
    border-bottom: 1.2px dashed #e0e0e0;
    padding: 1rem 0;
}

.dashboard__orders table tbody::before {
    content: "@";
    display: block;
    line-height: 20px;
    text-indent: -99999px;
}

.dashboard__orders table tbody tr td {
    padding: 1rem 0;
    border-bottom: none;
}

.dashboard__orders table tbody tr td:first-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.dashboard__orders table tbody tr td:last-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dashboard__orders table td a img {
    width: 20px;
    height: 13px;
}

.dashboard__orders__nav {
    border: 1px solid red;
    padding: 0.75rem;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px;
}

.dashboard__orders__nav .nav-item {
    border: none !important;
}

.dashboard__orders__nav .nav-item:hover {
    border: none !important;
}

.dashboard__orders__nav .nav-item .nav-link {
    border: none !important;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.dashboard__orders__nav .nav-item .nav-link:hover {
    border: none !important;
    font-weight: bold;
    color: #003366;
}

.dashboard__orders__nav .nav-item .nav-link.active {
    border: none !important;
    font-weight: bold;
    color: #003366;
    background: #f7f7f7;
}

.dashboard__orders__pagination {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.modal .modal-dialog .close-modal-btn {
    position: absolute;
    top: -50px;
    right: 0;
    width: 34px;
    height: 34px;
    background: #003366;
    border-color: #003366;
    -webkit-box-shadow: 0px 12px 45px -4px rgba(0, 51, 102, 0.1);
    box-shadow: 0px 12px 45px -4px rgba(0, 51, 102, 0.1);
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .modal-dialog .close-modal-btn2 {
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    color: #003366;
    padding: 0.5rem 2rem;
    text-decoration: none;
}

.modal .modal-dialog .close-modal-btn2:hover,
.modal .modal-dialog .close-modal-btn2:visited {
    color: #003366;
}

.modal .modal-dialog .modal-content {
    padding: 1rem;
    border-radius: 16px;
}

.modal .modal-dialog .modal-content .modal-header {
    border-bottom: none;
}

.modal .modal-dialog .modal-content .modal-body input[type="text"] {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 1rem 1rem;
}

.modal .modal-dialog .modal-content .modal-body input[type="text"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffc317;
}

.modal .modal-dialog .modal-content .modal-body input[type="text"]::-webkit-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="text"]:-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="text"]::-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="text"]::placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="password"] {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 1rem 1rem;
}

.modal .modal-dialog .modal-content .modal-body input[type="password"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffc317;
}

.modal .modal-dialog .modal-content .modal-body input[type="password"]::-webkit-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="password"]:-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="password"]::-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="password"]::placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="number"] {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 1rem 1rem;
}

.modal .modal-dialog .modal-content .modal-body input[type="number"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffc317;
}

.modal .modal-dialog .modal-content .modal-body input[type="number"]::-webkit-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="number"]:-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="number"]::-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body input[type="number"]::placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body select {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
    padding: 1rem 1rem;
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffc317;
}

.modal .modal-dialog .modal-content .modal-body textarea {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.02);
    border-radius: 8px;
}

.modal .modal-dialog .modal-content .modal-body textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ffc317;
}

.modal .modal-dialog .modal-content .modal-body textarea::-webkit-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body textarea:-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body textarea::-ms-input-placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body textarea::placeholder {
    color: #a3a3a4;
}

.modal .modal-dialog .modal-content .modal-body .email-subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #333333;
}

.modal .modal-dialog .modal-content .modal-body .email-subscription span {
    font-weight: 500;
}

.modal .modal-dialog .modal-content .modal-body .email-subscription .form-check-input:checked {
    background-color: #ffc317;
    border-color: #ffc317;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal .modal-dialog .modal-content .modal-body .email-subscription .form-check-input:checked:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-body table {
    border-color: #e0e0e0;
}

.modal .modal-dialog .modal-content .modal-body table thead tr th {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    /*Edit by msn*/
    /*color: white;
  background: #003366;*/
    color: black;
    background: #7effd6;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.modal .modal-dialog .modal-content .modal-body table tbody tr td {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
}

.modal .modal-dialog .modal-content .modal-footer {
    border-top: none;
}

.modal .modal-dialog .modal-content .modal-footer button {
    background: #003366;
    border: 1px solid #003366;
    color: white;
    -webkit-box-shadow: 0px 12px 45px -4px rgba(0, 51, 102, 0.1) !important;
    box-shadow: 0px 12px 45px -4px rgba(0, 51, 102, 0.1) !important;
    border-radius: 10px;
    padding: 0.5rem 2rem;
}

.modal .modal-dialog .modal-content .modal-footer button:hover {
    background: white;
    color: #003366;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.genuine_form .bx {
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    margin: 0.15rem;
    padding: 25px 20px;
}

.genuine_form h3 {
    font-size: 20px;
    font-weight: 600;
}

.genuine_form label {
    display: block;
}

.genuine_form .bx input,
.genuine_form .bx textarea {
    width: 100%;
    display: block;
    padding: 8px;
    border: 1px solid lightgray;
    border-radius: 6px;
    margin-top: 7px;
}

.authentication-picture {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.authentication-picture>img {
    height: 170px;
    width: 100%;
    object-fit: contain;
}

label.lb_upfile {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.mt-70 {
    margin-top: 70px;
}

.counseling h3 {
    font-weight: 600;
    line-height: 51px;
    margin-bottom: 15px;
    color: #001D44;
}

.counseling p {
    font-weight: 500;
    color: #001D44;
}

.counseling input {
    width: 100%;
    padding: 16px 15px;
    border: 1px solid lightgray;
    text-align: center;
    border-radius: 7px;
}

.counseling .send_form_data {
    background: #436593;
    margin-top: 22px;
    color: white;
    font-weight: 600;
}

footer {
    background: #425E86;
    padding: 0px 0 1px 0;
    margin-top: 140px;
}

.f-gap-15 {
    display: flex;
    gap: 15px;
    align-items: center;
}

footer .contact .desc p {
    margin: 0;
    font-size: 16px;
}

footer .contact .logo img {
    width: 95px!important;
    height: auto!important;
}

footer .contacts p {
    margin: 0;
    position: relative;
    font-size: 16px;
}

footer .bottom_to_top {
    background: #16489B;
    display: inline-block;
    padding: 14px 6px;
    border-radius: 24px;
    cursor: pointer;
}


/* footer .contacts p a:after {
    content: "-";
    position: relative;
} */

footer a {
    color: white;
}

footer .contact {
    margin-bottom: 34px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #ffffff40;
    color: white;
}

.text-left {
    text-align: left;
}

footer .links h6 {
    color: white;
}

footer .links {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

footer .links>ul {
    width: 33.3%;
}

footer .links>ul.about_f {
    width: 50%;
}

footer .links>ul.about_f p {
    color: white;
    text-align: justify;
    margin-left: 20px;
}

footer .links ul {
    list-style: circle;
    padding: 0;
    margin: 0;
    color: white;
}

footer .links ul a {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 9px;
    display: block;
    color: #d5d5d5;
}

footer .akam-app {
    background: #16489B;
    padding: 11px 15px;
    color: white;
    border-radius: 10px;
}

footer .akam-app .col-lg-3 img {
    margin-left: 10px;
    width: 48px!important;
    height: auto!important;
}

footer .newsletter {
    margin-top: 20px;
    padding-bottom: 20px;
}

footer .e_namad {
    display: block;
    background: white;
    border: 1px solid white;
    border-radius: 8px;
    width: 89px;
    overflow: hidden;
    height: fit-content;
    margin-right: auto;
}

footer .e_namad img {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

footer .newsletter form {
    display: flex;
    align-items: center;
}

footer .newsletter .tnp-email {
    width: 100%;
    padding: 8.2px 10px;
    border-radius: 0 6px 6px 0;
    border: none;
    background: #ffffff00;
    color: white;
    text-align: right;
    border: 1px solid #ffffff29;
}

footer .newsletter .tnp-email::placeholder {
    color: white;
    font-size: 15px;
}

footer .newsletter .tnp-submit {
    padding: 11px 10px;
    border: none;
    background: #00286b;
    border-radius: 6px 0 0 6px;
    color: white;
    font-size: 14px;
}

footer .main-footer {
    margin: 47px 0;
}

footer .social-box {
    display: flex;
    gap: 5px;
    justify-content: end;
}

footer .social-box a img {
    width: 40px;
    height: auto;
    background: white;
    border-radius: 5px;
    padding: 4px;
}

footer .copyright {
    padding: 8px;
    font-size: 15px;
    color: white;
    font-weight: 300;
    border-top: 0.5px solid #ffffff40;
}

footer .copyright p {
    margin: 0;
}

footer .apps a {
    color: white;
    padding: 4px 9px;
    border-radius: 5px;
    gap: 5px;
    display: flex;
    width: fit-content;
    float: left;
    align-items: center;
    position: relative;
    top: 1px;
    font-weight: 700;
    font-size: 17px;
}

.top_footer {
    position: relative;
    top: -70px;
    margin-bottom: -50px;
}

.top_footer .f_box {
    box-shadow: 5px 0px 5px 0px #0000001A;
    background: white;
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
    align-items: center;
}

.top_footer .f_box .header_main_logo img {
    width: 90px;
    height: fit-content;
}

.top_footer .contacts {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0;
}

.top_footer .cont_box {
    gap: 35px;
}

.top_footer .first {
    font-size: 10px;
    font-weight: 600;
    color: #16489B;
}

.top_footer .second {
    font-size: 13px;
    font-weight: 800;
    color: black;
}

footer .f_men ul {
    display: flex;
    gap: 35px;
    list-style: none;
}

.imp_gallery img {
    border-radius: 4px;
    height: 240px !important;
    object-fit: cover;
    width: 100% !important;
    max-width: unset !important;
}

.imp_gallery h6 {
    text-align: center;
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imp_gallery .item {
    background: white;
    padding: 15px;
    box-shadow: 0 0 5px lightgrey;
    margin: 12px;
    border-radius: 5px;
}

.learn_register {
    background: #f5faff;
    border: 1px solid #8bb7f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    margin: 0.15rem;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.learn_register a {
    background: #426594;
    color: white;
    padding: 5px 15px;
    border-radius: 6px;
}

.learn_register img {
    width: 30px;
    margin-left: 8px;
}

.upload_box {
    border: 1px dashed lightgray;
    padding: 10px;
    border-radius: 5px;
}

.send_form_legal {
    background: #f5faff;
    border: 1px dashed #8bb7f0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    margin: 0.15rem;
    padding: 25px 20px;
}

.send_form_legal .form-check {
    display: flex;
    gap: 9px;
}

.send_form_legal .form-check-input {
    display: inline-block;
    float: unset;
    border-radius: 5px;
    margin-top: unset;
    margin-left: unset;
    border: 2px solid #0d3c6b;
}

.send_form_legal label {
    display: inline-block;
}

.send_form_legal button {
    border: 2px solid #122d51;
    padding: 7px 10px;
    border-radius: 5px;
    background: #426594;
    color: white;
    margin-right: auto;
    display: block;
}

span.required {
    color: red;
}

.kind_account {
    position: absolute;
    background: #13325d;
    z-index: 2;
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 5px;
    margin: 0 auto;
    width: fit-content;
    left: 0;
    right: 0;
    bottom: -12px;
}

.status_accepted {
    display: block;
    background: #2674b9;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 7px;
    border-radius: 6px;
    margin-top: 8px;
}

.status_paying {
    display: block;
    background: #4caf50;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 7px;
    border-radius: 6px;
    margin-top: 8px;
}

.status_requested {
    display: block;
    background: #ff5722;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 7px;
    border-radius: 6px;
    margin-top: 8px;
}

.status_rejected,
.status_expired {
    display: block;
    background: darkred;
    color: white;
    width: fit-content;
    margin: 0 auto;
    padding: 7px;
    border-radius: 6px;
    margin-top: 8px;
}

.profile_page input {
    padding: 17px;
    font-size: 18px;
    font-weight: 400;
}

.profile_page label {
    font-size: 17px;
    font-weight: 600;
}

ul.breadcrumb {
    margin: 0;
    padding: 0 !important;
    justify-content: center;
}

ul.breadcrumb li {
    font-size: 18px;
    font-weight: 400;
    margin-right: 15px;
    color: #000000;
}

html[lang="fa-IR"] ul.breadcrumb li {
    margin-right: unset;
    margin-left: 15px;
}

ul.breadcrumb li a {
    text-decoration: none;
    color: #000000;
    position: relative;
    font-weight: 300;
    padding-right: 15px;
}

html[lang="fa-IR"] ul.breadcrumb li a {
    padding-left: 15px;
    padding-right: unset;
}

ul.breadcrumb li a::after,
ul.breadcrumb li a::before {
    position: absolute;
    width: 2px;
    height: 9px;
    right: -1px;
    background: #000000;
    z-index: 1;
    content: "";
}

html[lang="fa-IR"] ul.breadcrumb li a::after,
html[lang="fa-IR"] ul.breadcrumb li a::before {
    left: -1px;
    right: unset;
}

ul.breadcrumb li:last-child {
    margin-left: 0;
}

ul.breadcrumb li a::before {
    top: 6px;
    transform: rotate(-40deg);
}

ul.breadcrumb li a::after {
    transform: rotate(+40deg);
    top: 12px;
}

html[lang="fa-IR"] ul.breadcrumb li a::before {
    transform: rotate(40deg);
}

html[lang="fa-IR"] ul.breadcrumb li a::after {
    transform: rotate(-40deg);
}

.page_header {
    padding: 40px 0 0;
    margin-bottom: 50px;
    text-align: center;
}

.page_header h1 {
    font-size: 24px;
    font-weight: 700;
}

.page_header p {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 400;
    color: rgb(61, 61, 61);
}

.association_members .img_box {
    position: relative;
    height: 225px;
    border: 2px solid #f2f8ff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.association_members .img_box>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    max-width: unset !important;
}

.association_members .social {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -16px;
    width: 100%;
}

.association_members .social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 8px;
}

.association_members .social ul li {
    padding: 7px;
    background: white;
    border-radius: 8px;
    box-shadow: 2px 3px 3px #ededed8c;
}

.association_members .social ul img {
    width: 25px;
}

.association_members .box .detail {
    background: #f2f8ff;
    padding: 40px 15px 15px 15px;
    text-align: center;
}

.association_members .box .detail h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}

.association_members .box .detail h3 {
    font-size: 17px;
    font-weight: 400;
}

.association_members .box .detail h4 {
    font-size: 17px;
}

.association_members .box .detail .website_link {
    display: block;
    height: 25px;
    overflow: hidden;
}

.association_members .box {
    margin-bottom: 25px;
}

.archive.category .membership_inquiry {
    margin-top: 0;
}

.see_info {
    background: #BDC9D9;
    padding: 8px !important;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.see_info span {
    background: white;
    border-radius: 10px;
    padding: 8px;
    display: block;
    color: #426594;
    transition: 0.5s;
    font-weight: 600;
}

.see_info:hover span {
    background: #425e86;
    color: white;
    transition: 0.5s;
}

.author_detail .img_cp {
    width: 100%;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
}

.author_detail .img_cp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card_reserve_info>p {
    border: 1px dashed orange;
    color: orange;
    padding: 10px 15px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.card_reserve_info>p strong {
    display: block;
    color: #ff8e00;
    margin-bottom: 5px;
}

.card_reserve_info>p b {
    color: #ff8e00;
}

.card_reserve_info .send_details {
    border: 1px dashed green;
    padding: 20px;
    margin-top: 21px;
    color: green;
    border-radius: 8px;
}

.card_reserve_info .send_details .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.card_reserve_info .send_details a {
    background: #17a029;
    padding: 10px 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: white;
    margin: 0;
    border-radius: 10px;
}

.card_reserve_info .send_details a:nth-child(2) {
    background: linear-gradient(125deg, rgb(32 162 228) 0%, rgb(0 114 170) 100%);
}

.card_reserve_info .send_details a img {
    width: 28px;
    margin: 0;
}

.card {
    width: 100%;
    max-width: 550px;
    position: relative;
    color: #fff;
    transition: .3s ease all;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    cursor: pointer;
    z-index: 2;
    border-radius: 1.5rem;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.card .front {
    width: 100%;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5), -1 -1 2px #aaa, 1 1 2px #555;
    backdrop-filter: blur(0.65rem);
    -webkit-backdrop-filter: blur(0.65rem);
    background: linear-gradient(to bottom right, rgb(36 53 152), #050d37);
    padding: 0 26px;
    color: white;
}

.front .brand-logo {
    min-height: 50px;
    text-align: left;
    padding-top: 27px;
}

.front .brand-logo .status {
    background: #d7a615;
    width: fit-content;
    display: block;
    margin-right: auto;
    padding: 4px 10px;
    border-radius: 6px;
}

.front .chip {
    width: 100%;
    max-width: 50px;
    margin-bottom: 20px;
}

.front .group .card_number,
.front .group .name {
    color: white!important;
    -webkit-text-fill-color: white!important;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    direction: ltr;
}

.front .group .name {
    font-size: 13px;
}

.front .group .shaba {
    color: white!important;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    direction: ltr;
}

.ltr {
    direction: ltr;
}

.front .group .shaba .shaba_number {
    color: white!important;
    -webkit-text-fill-color: white!important;
}

.front .flexbox {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.payment {
    background: white;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    text-align: center;
    margin: 0.15rem;
    padding: 0.75rem;
}

.author_detail {
    margin: 50px 0;
}

.author_detail .box {
    border: 1px dashed lightgray;
    border-radius: 30px;
    padding: 25px;
}

.author_detail .box h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 19px;
}

.author_detail .box .detail img {
    width: 26px;
    margin-left: 15px;
    border: 1px dashed #426594;
    border-radius: 50%;
    padding: 2px;
}

.author_detail .box .detail a {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}

.author_detail .box h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}

.author_detail .box h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 500;
}

.author_detail .box .detail p {
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
}

.single_posts .img_posts img {
    width: 100%;
    height: 500px!important;
    max-width: unset!important;
    object-fit: cover;
    border: 2px solid black;
    border-radius: 14px;
}

.single_posts .img_posts {
    margin-bottom: 30px;
}

.single_posts .aligncenter {
    display: block;
    margin: 0 auto;
}

.single_posts .cat_posts p {
    line-height: 30px;
    margin-bottom: 25px;
}

.contact_page h2 {
    color: #2e303b;
    line-height: 1.5;
    font-size: 23px;
    font-weight: 700;
}

.divider .divider-inner {
    background: #ff5084;
    display: inline-block;
    height: 3px;
    margin-bottom: 15px;
    margin-top: 15px;
    vertical-align: top;
    width: 80px;
}

.contact_page .title p {
    font-size: 17px;
    color: #949494;
    font-weight: 600;
}

.contact_page form input {
    appearance: none;
    background: #fff;
    border: 1px solid #e4e6ed;
    border-radius: 6px;
    color: #5d616a;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 13px 15px;
}

.contact_page form textarea {
    height: 220px;
    padding: 15px;
    resize: vertical;
    width: 100%;
    font-weight: 500;
    line-height: 22px;
    border: 1px solid #e4e6ed;
    border-radius: 6px;
    color: #5d616a;
    appearance: none;
}

.contact_page form button {
    background: #5ec445;
    border: 1px solid green;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -.25px;
    line-height: 1.6em;
}

.contact_page form h4 {
    font-size: 17px;
    font-weight: 700;
}

.contact_page form .d-flex a {
    background: #e6e9f2;
    color: #454956;
    padding: 14px 20px;
    text-align: center;
    width: 100%;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.25px;
    line-height: 1.6em;
}

html[lang="fa-IR"] .contact_page .mb-4 {
    text-align: right;
}

.contact_page .mb-4 {
    border: 1px dashed lightgray;
    padding: 15px;
}

.links_page .box a {
    display: flex;
    border: 1px dashed;
    padding: 15px;
    border-radius: 5px;
    align-items: center;
    gap: 15px;
}

.links_page .box a img {
    width: 150px!important;
    height: auto!important;
    border-radius: 5px;
}

.links_page .box a .detail {
    display: grid;
}

.main-menu .menu-res .cover {
    position: fixed;
    background: rgba(0, 0, 0, 0.74);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.main-menu .menu-res>.menu {
    position: fixed;
    background: white;
    right: -250px;
    z-index: 3;
    top: 0;
    width: 235px;
    padding: 60px 20px 20px;
    height: 100vh;
    transition: 0.5s;
    z-index: 4;
}

.main-menu .menu-res>.menu.show {
    right: 0;
    transition: 0.5s;
}

.main-menu .menu-res ul {
    display: grid!important;
    justify-content: normal!important;
}

.main-menu .menu-res ul li {
    display: block;
}

.main-menu .menu-res ul>li {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    display: block;
    padding-bottom: 9px;
}

.load_more_arch {
    margin: 0 auto;
    display: block;
    width: fit-content;
    background: #426594;
    color: white;
    padding: 9px 16px;
    border-radius: 8px;
    margin-top: 21px;
}

.page-numbers {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
}

.page-numbers a,
.page-numbers span {
    border: 1px solid #0d6efd;
    padding: 2px 9px;
    border-radius: 8px;
}

.page-numbers span.current {
    background: #0d6efd;
    color: white;
}

header .toggle a div {
    display: grid !important;
    background: white;
    border-radius: 10px;
    width: 33px !important;
    height: 33px;
    padding: 5px;
    align-items: center;
    justify-content: center;
}

header .toggle span {
    display: block;
    height: 3px;
    width: 23px;
    background: #426594;
}

.about_page .desc1 {
    margin: 0px 30px 0;
    padding: 30px;
    box-shadow: 0 0 5px lightgray;
    border-radius: 15px;
}

.about_page .desc1 p {
    text-align: justify;
    line-height: 33px;
}

.about_page .desc1 h2 {
    font-size: 20px;
    font-weight: 700;
}

.about_page h6 {
    color: red;
    font-weight: 600;
    text-align: center;
}

.about_page .img1 {
    box-shadow: 0 0 5px lightgray;
    border-radius: 4px;
    overflow: hidden;
}

.about_page .img1 p {
    padding: 20px;
    text-align: justify;
    line-height: 30px;
    margin: 0;
}

.bx-red {
    margin: 40px 0;
    background: #ed1e24;
    color: white;
    padding: 16px;
    line-height: 33px;
    border-radius: 8px;
}

.bx-red p {
    margin: 0;
}

.img2 {
    border: 2px solid black;
}

.bx_sh {
    box-shadow: 0 0 5px lightgray;
    padding: 28px;
}

.bx_sh p {
    text-align: justify;
}

.bx_sh h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bx_sh ul li {
    margin-bottom: 8px;
}

.about_page h5 {
    line-height: 38px;
    font-size: 17px;
    font-weight: 600;
    text-align: justify;
}

.img1 h3 {
    text-align: center;
    padding: 20px 15px;
    font-size: 19px;
    font-weight: 600;
    line-height: 30px;
}

.vid_eo {
    margin-top: 50px;
}

.vid_eo video {
    width: 100%;
}

.vid_eo .boxs {
    display: flex;
    gap: 25px;
}

.vid_eo .boxs .box {
    background: white;
    box-shadow: 0 0 5px lightgray;
    padding: 20px;
    align-items: center;
    justify-content: center;
    display: grid;
    text-align: center;
    border-radius: 11px;
    width: 100%;
}

.vid_eo .boxs .box img {
    margin: 0 auto;
    margin-bottom: 12px;
    width: 32px !important;
    height: auto !important;
}

.rules-and-regulations h3,
.membership-conditions h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 31px;
    margin-bottom: 11px;
}

.membership-conditions .learn_register img {
    background: #ddebff;
    padding: 5px;
    width: 36px;
    height: 36px;
    margin-left: 8px;
    border-radius: 8px;
}

.rules-and-regulations h5,
.membership-conditions h5 {
    font-size: 18px;
    font-weight: 700;
}

.rules-and-regulations ul li,
.membership-conditions ul li {
    margin-bottom: 15px;
}

.fs-12 {
    color: white;
}

.ttll .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.ttll .container h1 {
    font-size: 21px;
    color: #09336c;
    font-weight: 600;
}

.ttll .container span {
    font-size: 19px;
    color: #09336c;
    font-weight: 600;
}

.title_pay {
    justify-content: flex-start;
    gap: 15px;
}

.title_pay>span:nth-child(2) span {
    border-color: transparent!important;
    font-weight: 500;
}

.pogress_step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    background: white;
    border: 1px solid #e0e0e0;
}

.pogress_step div {
    display: grid;
    justify-content: center;
    margin: 0 auto;
    filter: blur(3px) brightness(0.5) grayscale(1);
    position: relative;
}

.pogress_step span {
    font-size: 17px;
    font-weight: 700;
}

.pogress_step .cmp {
    position: relative;
    filter: unset;
}

.pogress_step .wating {
    filter: unset;
    position: relative;
}

.pogress_step .reject,
.pogress_step .expired {
    filter: unset;
    position: relative;
}

.pogress_step .wating::before {
    position: absolute;
    background: url(https://impwoodiran.com/wp-content/themes/impwoodiran_template/assets/images/wating.gif) no-repeat;
    content: "";
    right: 0;
    width: 32px;
    height: 50px;
    background-size: contain;
}

.pogress_step .cmp::before {
    position: absolute;
    background: url(https://impwoodiran.com/wp-content/themes/impwoodiran_template/assets/images/check.gif) no-repeat;
    content: "";
    right: 0;
    width: 32px;
    height: 50px;
    background-size: contain;
}

.pogress_step .reject::before,
.pogress_step .expired::before {
    position: absolute;
    background: url(https://impwoodiran.com/wp-content/themes/impwoodiran_template/assets/images/reject.gif) no-repeat;
    content: "";
    right: 0;
    width: 32px;
    height: 50px;
    background-size: contain;
}

.m-0-a {
    margin: 0 auto;
}

.ads_box {
    border: 1px solid black;
    margin-top: 30px;
    border-radius: 15px;
    padding: 20px 15px;
}

.ads_box .box {
    border: 1px solid black;
    margin-top: 30px;
    border-radius: 15px;
    overflow: hidden;
}


/* @media (min-width: 1200px) {
    .container {
        max-width: 95%;
    }
} */

@media(max-width: 768px) {
    .wrapper {
        padding: 3.5rem 0
    }
    .f-gap-15 {
        display: block;
        text-align: center;
    }
    footer .contact .logo,
    footer .contact .desc {
        margin-bottom: 15px;
    }
    footer .links {
        flex-wrap: wrap;
    }
    footer .links>ul {
        width: 46%;
    }
    footer .contacts {
        text-align: center;
    }
    footer .akam-app .apps {
        text-align: center;
        margin-top: 15px;
    }
    footer .akam-app .apps a {
        display: block;
        float: unset;
        text-align: center;
        margin: 0 auto 10px auto;
    }
    footer .social-box {
        text-align: center;
        margin-top: 15px;
    }
    .footer {
        text-align: center
    }
    .footer_logo {
        margin-bottom: 1.5rem;
        justify-content: center
    }
    .footer .row>*,
    .footer .stock_accordion>* {
        margin-bottom: 2rem
    }
    .footer .row>*:last-child,
    .footer .stock_accordion>*:last-child {
        margin-bottom: 0rem
    }
    .footer_title,
    .footer ul li {
        text-align: right
    }
    .footer .copyright {
        margin-top: 2rem
    }
    .footer .copyright p:first-child {
        margin-bottom: 1rem
    }
    .header_h .contacts:nth-child(2) {
        display: none;
    }
    .header_h .contacts:nth-child(3) {
        display: none;
    }
    .top_footer .cont_box {
        display: grid!important;
    }
    .top_footer .f_box {
        display: grid!important;
        justify-content: center;
        gap: 30px;
    }
    footer .f_men ul {
        gap: 8px;
    }
    footer .f_men p {
        text-align: right;
    }
    .contacts.text-right {
        text-align: center!important;
        margin-top: 17px;
    }
    footer .links>ul.about_f {
        width: 100%;
    }
    .fs-12 {
        font-size: 12px;
    }
}

@media(min-width: 768px) and (max-width:992px) {
    footer .links {
        flex-wrap: wrap;
    }
    footer .links>ul {
        width: 48%!important;
    }
    .f-gap-15 {
        display: block;
    }
    footer .contact .logo,
    footer .contact .desc {
        margin-bottom: 15px;
    }
    footer .social-box {
        text-align: center;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .modal .modal-dialog .modal-content .modal-body .email-subscription {
        margin-top: 2.5rem;
    }
}

@media (max-width: 1200px) {
    .dashboard .col-lg-3 {
        margin-bottom: 30px;
    }
    .dashboard .col-lg-9 {
        width: 100%;
    }
    header .menu_res .dashboard__sidebar__user {
        padding: 12px;
    }
    header .menu_res .dashboard__sidebar {
        padding: 0;
        border: none;
        box-shadow: none;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 90%;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 80%;
    }
    .about_page .container {
        max-width: 70%;
    }
}

@media (max-width: 1400px) {
    .cat_posts .box .image img {
        width: 330px!important;
        height: 246px!important;
    }
}

@media (max-width: 992px) {
    .cat_posts .box {
        display: grid;
    }
    header .menu_nav .logo img {
        width: 72px !important;
    }
    header .login-reg a img {
        background: white!important;
    }
    .cat_posts .box .image img {
        width: 100%!important;
    }
    .top_footer .f_box {
        display: grid;
    }
    .top_footer .f_box .header_main_logo img {
        display: block;
        margin: 0 auto 18px;
    }
    .counseling h3 {
        text-align: center;
    }
    .contact-form {
        margin-top: 30px;
    }
    .card_reserve_info .send_details .contact {
        display: grid;
    }
    .about_page .desc1 {
        margin-top: 30px;
    }
    .bx_sh>.col-lg-6:first-child {
        margin-bottom: 30px;
    }
    .vid_eo .boxs {
        display: flex;
        gap: 7px;
    }
    .ttll .container h1 {
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        text-align: center;
    }
    .ttll {
        margin: -12px 0 -12px 0px;
    }
    .pogress_step div {
        min-width: 170px;
    }
    .pogress_step {
        overflow: auto;
    }
}