.chabok-container.chabok-membership-container {
    max-width: 1150px;
    width: 100%;
}

.chabok-company-search {
    width: 100%;
    background: #eee;
    border-radius: 10px;
    height: 100%;
    padding: 24px;
}
.chabok-member-new-row p {
    display: -webkit-box !important;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.chabok-single-content.job-yazd .chabok-container.chabok-membership-container.chabok-flex .chabok-col-33 {
    margin-bottom: 20px;
}
.chabok-company-search .section-title {
    text-align: left;
}

.rtl .chabok-company-search .section-title {
    text-align: right;
}

#member-title-desc {
    margin-bottom: 20px;
}

.members-filter {
    width: 100%;
}

.members-filter input,
.members-filter select,
.members-filter button {
    height: 100%;
    padding: 10px;
    font-family: 'iransans';
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 0;
}

.members-filter input {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.rtl .members-filter input {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.members-filter button {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.rtl .members-filter button {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.member-sec-centered, .member-sec-title {
    position: relative;
    margin-bottom: 20px;
}

.member-sec-centered::before, .member-sec-title::before {
    content: '';
    height: 1px;
    position: absolute;
    background-color: #eee;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.member-sec-centered h2, .member-sec-title h2 {
    text-align: center;
    font-size: 16px;
    background: #fff;
    width: max-content;
    margin: auto;
    padding: 5px 31px;
    border-radius: 20px;
    position: relative;
}

.member-sec-title h2 {
    text-align: left;
    margin:0;
    padding-left: 0;
    padding-right: 30px;
}

.rtl .member-sec-title h2 {
    padding-right: 0;
    padding-left: 30px;

}
.member-sec-title a {
    position: absolute;
    left: 0;
    top: 0px;
    background: #fff;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    color: #666;
    right: 0;
    left: auto;
}

.rtl .member-sec-title a {
    left:0;
    right:auto;
}

.rtl .member-sec-title {
    text-align: right;
}

.members-notify p {
    margin-top: 3px;
}

.members-notify {
    background: #eee;
    padding: 10px 20px;
    border-radius: 12px;
    height: 100%;
}

.member-news-list.chabok-post-slide {
    float: right;
    width: 100%;
    margin-bottom: 23px;
}

.member-news-list .chabok-post-list-content h2 {
    font-size: 15px;
    color: rgb(84, 79, 223);
}

.member-news-list .chabok-post-list-content p {
    color:#666;
    font-size: 13px;
    margin:0;
}

.news-page-slider.mamber-post-slider .chabok-post-img .img-content {
    bottom: 85px;
    padding: 0 52px;
}

.member-list-img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
}

.rtl .member-list-img {
    margin-left: 10px;
    margin-right: 0;
}

.member-list-img img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.chabok-member-list {
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 0;
    height: 100%;
    padding: 10px;
    align-items: center;
    transform: translateY(0px);
    transition: all 200ms;
    margin-bottom: 20px;
}

.member-list-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.chabok-member-list .member-content {
    width: 70%;
}

.chabok-member-list .member-content .member-title {
    font-size: 17px;
    margin-bottom: 0;
}

.chabok-member-list .member-content p {
    margin:0;
}

.member-details-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-width: 150px;
}





/* my css style */

.membership-page-title {
    font-weight: bold;
    padding: 8px 10px;
}
.membership-page-title h1 {
    font-size: 30px;
}
.membership-page-title span {
    font-size: 20px;
    color: #b60000;
}
.chabok-member-row, .chabok-side-info {
    display: flex;
    width: 100%;
}
.chabok-member-row span {
    padding: 5px 11px;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin: 10px 0px 10px 10px;
    margin:10px 10px 10px 0;
}
.rtl .chabok-member-row span {
    margin: 10px 0px 10px 10px;
}
.chabok-member-row span.chabok-member-text {
    margin-right: 0;
}
.rtl .chabok-member-row span.chabok-member-text {
    margin-left: 0;
}
.chabok-member-title {
    font-weight: bold;
    color: #0c508a;
    width: max-content;
    min-width: 25%;
    margin-left: 30px;
}
.chabok-member-text, .chabok-info-text {
    width: 80%;
}
.chabok-member-logo {
    width: 100%;
    border: 1px solid #0c508a;
    border-radius: 8px;
    padding: 5px;
}
.chabok-member-logo img {
    padding:20px;
    width: 100%;
    height: auto;
}
.chabok-membership-line {
    position: relative;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 0 10px;
}
.chabok-title-icon {
    margin-left: 30px;
}
.chabok-title-icon svg {
    display: flex;
    align-items: center;
    width: 45px;
}
.chabok-side-row {
    background-color: #0c508a;
    border-radius: 10px;
    margin: 15px 0;
    width: 100%;
}
.chabok-side-info span {
    padding: 5px 5px;
    color: #fff;
    margin: 5px 5px;
}
.chabok-info-text {
    align-items: center;
    display: flex;
}
.membership-page-title h3 {
    font-size: 20px;
    color: #b60000;
}
.jy37.chabok-single-content.employer-single-content {
    padding: 25px;
}

.border-title {
    position: relative;
    padding: 0;
}
.border-title::after {
    content: '';
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    height: 1px;
    background-color: #eee;
}
.border-title h3,
.border-title h1 {
    display: inline-block;
    padding-right: 10px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}   
.rtl .border-title h1 {
    font-size: 20px;
}
.rtl .border-title h3 {
    font-size: 17px;
}
.rtl .border-title h3,
.rtl .border-title h1 {
    padding-right: 0px;
    padding-left: 10px;
}   
.chabok-members-page {
    width: 100%;
    height: 100%;
}
.chabok-member-square {
    width: 100%;
}
.chabok-img-circle {
    width: auto;
    height: 100px;
    overflow: hidden;
    margin: 10px auto 0px;
    position: relative;
    text-align: center;
}
.chabok-img-circle img {
  height: 100px !important;
  width: auto !important;
}
.members-new-link {
    box-shadow: 0 0 20px #00000017;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
}
.member-new-info {
    padding: 5px;
    margin-bottom: 10px;
}
.member-new-title {
    left: 0;
    background-color: #fff;
    position: absolute;
}
.member-new-btn {
    width: 100%;
    text-align: right;
    margin: 0 0 20px 0;
    float: right;
}
.rtl .member-new-btn {
    margin: 0 -16px 20px 0;
}
.member-new-btn button {
    text-decoration: none;
    outline: none !important;
    font-family: 'iransans';
    font-size: 16px;
    line-height: 17px;
    font-weight: 500;
    background-color: #00427b;
    background-image: url('img/header-bg.png');
    color: #ffffff;
    border-radius: 20px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    float: right;
    margin-right: 15px;
}
.rtl .member-new-btn button {
    float: left;
}
.member-border-line {
    position: relative;
    padding: 0;
    text-align: center;
}
.member-border-line::after {
    content: '';
    width: 100%;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    height: 1px;
    background-color: #b3b2b2;
}
.member-border-line h4 {
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    font-size: 18px;
}
.new-member-list-style {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.chabok-title-new-icon svg {
    width: 25px;
    margin: 1px 8px;
}
.chabok-member-new-row p {
    display: flex;
    color: #4d4d4d;
    font-size: 15px;
    margin: 9px 0;
    font-family: 'yekan';
}
.chabok-title-new-icon {
    line-height: 1;
}
.chabok-member-new-row {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: -5px;
} 
.chabok-member-text p {
    margin-top: 0;
}
.share-page {
    cursor: pointer;
}
.link-sepraterd a:first-child {
    margin:0;
}
.link-sepraterd a {
    display: inline-block;
    margin:0 5px;
}
.link-sepraterd a:first-child::before {
    content: none;
}
.link-sepraterd a:before {
    content: ' | ';
    color:#000 !important;
}
.owl-item .emp-img img {
    border-radius: 100%;
}
.owl-item .emp-title {
    font-size: 12px;
}
.shortlink a {
    top: 1px;
    position: relative;
    color: #000;
}
.social-share-page::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    display: block;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
    bottom: 10px;
    position: absolute;
    top: auto;
    left: -10px;
}
.social-share-page a {
    color:#000;
    margin: 0 10px;
}
.social-share-page i {
    top: 1px;
  position: relative;
}
.social-share-page {
    visibility: hidden;
    width: auto;
    display: flex;
    position: absolute;
    top: -1px;
    background: #fff;
    padding: 4px 20px;
    left: 37px;
    border: 1px solid #e1e1e1;
    border-bottom: 0;
    border-radius: 0;
    opacity: 0;
    transition: all 200ms;
    transform: translateX(-10px);
}
.social-share-page.chabok-active {
    visibility: visible;
    opacity: 1;
    transition: all 200ms;
    transform: translateX(0px);
}
.left-det span {
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99;
    position: relative;
}        
.member-img-mg-0 .chabok-img-circle {
    margin: 19px auto 0;
    width: 100px;
    height: 100px;
}
.chabok-col-33.ftl.member-img-mg-0 {
    margin-bottom: 20px;
}
.left-det {
    position: absolute;right: 43px;
}
.rtl .left-det {
    position: absolute;left: 43px; right:auto;
}
@media screen and (max-width: 992px) {
    .fx-39jd {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .chabok-container.chabok-membership-container .chabok-blog-sec .chabok-col-50 {
        width: 100%;
        margin-bottom: 10px;
    }
    .members-filter form .chabok-col-60 {
        width: 60%;
    }
    .chabok-container.chabok-membership-container.chabok-flex .chabok-col-33 {
        width: 50%;
    }
    .chabok-membership-content .chabok-col-75, .chabok-membership-content .chabok-col-25 {
        width: 100%;
        margin-bottom: 19px;
    }
}

@media screen and (max-width: 600px) {
    .members-filter button {
        border-top-right-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }
    .chabok-single-content.employer-single-content.jy37 {
        padding: 29px 0;
    }
    .chabok-member-row, .chabok-side-info {
        flex-wrap: wrap;
    }
    .left-det {
        right: 20px;
        left: auto;
        top: 13px;
    }
    .rtl .left-det {
        position: absolute;
        left: 20px;
        right: auto;
    }
    .chabok-member-row span.chabok-member-title {
        margin-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .chabok-member-row span.chabok-member-text {
        margin-top: 0;
        width: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .chabok-container.chabok-membership-container.chabok-flex .chabok-col-33 {
        width: 100%;
    }
    .rtl .members-filter button {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .members-filter form .chabok-col-60 {
        width:70%;
    }
    .members-filter form .chabok-col-25 {
        width:30%;
    }
    .members-notify a.chabok-btn {
        padding: 14px 15px;
    }

}

@media print {
    .rtl {
        text-align: right;
        direction: rtl;
    }
    a::after{
        content: " (" attr(href) ") ";
    }

    .chabok-membership-content .chabok-col-75 {
        float: right;
    }
    .chabok-membership-content .chabok-col-25 {
        float: left;
    }
    .chabok-side-row {
        background: none;
        color: #000;
        border: 1px solid #000;
    }
    .chabok-side-info span {
        color:#000;
    }
    .membership-page-title.border-title {
        margin-top: 50px;
    }
    .chabok-member-row span {
        margin: 0 !important;
    }
    .chabok-side-row .chabok-side-info .chabok-title-icon {
        display: none;
    }
    .chabok-member-row span {
        padding-right: 0;
        padding-left: 0;
    }
    @page {
        margin: 0; /* 1 inch margin for all sides */
        padding:20px;
      }
}
  