/* 
Template name : medical
Theme URI: https://www.filmseton.ir/
Author: amir.akrmi
Author URI: https://www.seton-design.ir/
Version: 1.0	
Translation and redesign : @amirali.akrami
Copyright 2023 reserved for akrmi.amir
License:		GNU General Public License
*/
@media (min-width: 820px) {
    .post-container-seton {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 350px;
        column-gap: 24px;
    }
}
.post-container-seton {
    padding-inline-start: 0px;
    padding-inline-end: 0px;
    margin: 40px auto 100px;
    max-width: 1277px;
}
.post-container-seton>.image {
    display: block;
    width: 100%;
    height: 100%;
}
.rounded-medium {
    border-radius: 10px;
}
@media (min-width: 820px) {
    .post-container-seton>.image {
        grid-column: 1 / -1;
    }
}
.post-container-seton>.main>.basic-more {
    margin-top: 14px;
}
.post-container-seton>.main>.basic-more>.name {
    margin-bottom: 12px;
}
@media (min-width: 820px) {
    .heading-1 {
        font-size: 24px;
    }
}
.heading-1 {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 800;
    font-size: 17px;
    color: #2b2f33;
}
.post-container-seton>.main>.basic-more>.meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.basic-more>.meta>.published-at {
        font-size: 12px;
    }
}
.post-container-seton>.main>.basic-more>.meta>.published-at {
    font-family: IRANSans;
    font-weight: 500;
    font-size: 10px;
    font-style: normal;
    color: #979797;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.basic-more>.meta>.share-button {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 12px;
    }
}
.post-container-seton>.main>.basic-more>.meta>.share-button {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-family: IRANSans;
    font-size: 10px;
    font-weight: 600;
    font-style: normal;
    padding: 6px 10px;
}
.button-orange-hollow {
    background-color: transparent;
    color: var(--blue);
    border-color: var(--blue);
}
.button {
    outline: none;
    transition-duration: .2s;
    transition-property: color, background-color;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border: 1.5px solid transparent;
}
.button-orange-hollow:not(:disabled):hover {
    background-color: var(--blue);
    color: #f5f5f9;
}
.button:link, .button:visited, .button:active, .button:not(:disabled):hover {
    text-decoration: none;
}
.post-container-seton>.main>.table-of-content {
    margin-top: 32px;
    border: 2px solid #DEDEDE;
    overflow: hidden;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.table-of-content>.title {
        padding: 16px;
        font-size: 16px;
    }
}
.post-container-seton>.main>.table-of-content>.title {
    padding: 14px;
    background-color: #dedede;
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #1e1c1a;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.table-of-content>.items {
        padding: 24px 16px;
        row-gap: 12px;
    }
}
.post-container-seton>.main>.table-of-content>.items {
    list-style-position: inside;
    list-style-type: disc;
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.post-container-seton>.main>.table-of-content>.show-more-button, .post-container-seton>.main>.table-of-content>.show-less-button {
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 16px;
    padding: 6px 10px;
    font-family: IRANSans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}
.post-container-seton>.main>.table-of-content[data-expanded=false]>.show-less-button {
    display: none;
}
.post-container-seton>.main>.table-of-content>.show-more-button, .post-container-seton>.main>.table-of-content>.show-less-button {
    margin-inline-start: auto;
    margin-inline-end: auto;
    margin-bottom: 16px;
    padding: 6px 10px;
    font-family: IRANSans;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}
.button-gray-outline, .button-gray-outline:not(:disabled):hover {
    background-color: transparent;
    border-color: #d6d6d6;
    color: #595959;
}
.post-container-seton>.main>.content {
    margin-top: 24px;
}
.random-content {
    font-family: IRANSans !important;
    font-style: normal;
    line-height: 32px;
    color: #595959;
    text-align: justify;
    word-break: break-word;
}
.random-content * {
    max-width: 100%;
}
.random-content p, .random-content span, .random-content li {
    font-weight: 500;
    font-size: 16px;
}
.post-container-seton>.main>.tags {
    margin-top: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 8px;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.tags>.title {
        font-size: 16px;
    }
}
.post-container-seton>.main>.tags>.title {
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #333;
    padding-inline-end: 4px;
}
.post-container-seton>.main>.tags>.tag {
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #D6D6D6;
    color: #595959;
    padding: 4px 8px;
    font-family: IRANSans;
    font-weight: 500;
    font-size: 10px;
    font-style: normal;
    text-decoration: none;
    transition: background-color .1s;
}

.rounded-small {
    border-radius: 5px;
}
.post-container-seton>.main>.the-latest-posts {
    margin-top: 60px;
    padding-inline-start: 18px;
    padding-inline-end: 18px;
    border: 1px solid #DADADA;
}
.post-container-seton>.main>.the-latest-posts>.top {
    padding-top: 22px;
    padding-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.the-latest-posts>.top>.title {
        font-size: 18px;
    }
}
.post-container-seton>.main>.the-latest-posts>.top>.title {
    font-family: IRANSans;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    color: #1e1c1a;
    margin-top: 10px;
}
.post-container-seton>.main>.the-latest-posts>.top:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -1.5px;
    inset-inline-start: 0;
    width: 80px;
    background-color: var(--blue);
}
@media (min-width: 820px) {
    .post-container-seton>.main>.the-latest-posts>.posts {
        gap: 44px 20px;
    }
}
.post-container-seton>.main>.the-latest-posts>.posts {
    padding-top: 24px;
    padding-bottom: 24px;
    gap: 32px 16px;
}
@media (min-width: 530px) {
    .grid-cols-sm-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.grid {
    display: grid;
}
.link, .link:link, .link:visited, .link:active, .link:hover {
    text-decoration: none;
}
.vertical-post-preview {
    cursor: pointer;
}
.vertical-post-preview>.thumbnail {
    display: block;
    width: 100%;
    object-fit: cover;
}
.vertical-post-preview>.name {
    margin-top: 12px;
    font-family: IRANSans;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #2b2f33;
    text-align: start;
    transition: color .1s;
}
.vertical-post-preview:hover>.name {
    color: var(--blue);
}
.vertical-post-preview>.date {
    margin-top: 4px;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    color: #595959;
    text-align: start;
    align-self: end;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.post-container-seton>.main>.opinions-section {
    margin-top: 60px;
}
.post-container-seton>.main>.opinions-section>.submit-an-opinion>.heading {
    margin-bottom: 16px;
    border-bottom: 2px dashed #eaeaea;
    padding: 0 0 1em;
    margin: 0 0 1em;
}
@media (min-width: 820px) {
    .heading-2 {
        font-size: 22px;
    }
}
.heading-2 {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 37px;
    color: #2b2f33;
}
.opinion-form {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.input-group {
    position: relative;
}
@media (min-width: 820px) {
    .input-group>.form-control {
        font-size: 16px;
        height: 56px;
        padding-inline-start: 24px;
        padding-inline-end: 24px;
    }
}
.input-group>.form-control {
    border: 1px solid #D6D6D6;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    width: 100%;
    height: 46px;
    font-family: IRANSans;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color: #2b2f33;
    padding-inline-start: 18px;
    padding-inline-end: 18px;
}
@media (min-width: 820px) {
    .input-group>.label {
        font-size: 16px;
        top: 26px;
    }
}
.input-group>.label {
    color: #031a2e;
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    position: absolute;
    top: 23px;
    inset-inline-start: 24px;
    transform: translateY(-50%);
    width: fit-content;
    transition: top .4s;
    pointer-events: none;
}
.textarea-group {
    position: relative;
}
@media (min-width: 820px) {
    .submit-button {
        font-size: 16px;
        padding: 8px 22px;
    }
}
.submit-button {
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding: 6px 18px;
}
.button-orange {
    background-color: var(--blue);
    color: #fff;
    border-color: var(--blue);
}
.post-container-seton>.main>.opinions-section>.opinions {
    margin-top: 40px;
}
.post-container-seton>.main>.opinions-section>.opinions>.heading {
    margin-bottom: 16px;
        border-bottom: 2px dashed #eaeaea;
    padding: 0 0 1em;
    margin: 0 0 1em;
}
@media (min-width: 820px) {
    .heading-2 {
        font-size: 22px;
    }
}
.post-container-seton>.main>.opinions-section>.opinions>.list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.opinion-container>.opinion {
    background: #FCFCFC;
    border: 1px solid #D6D6D6;
    padding: 20px 14px;
    display: flex;
    column-gap: 12px;
}
.rounded-full, .frequently-asked-question>.summary:after {
    border-radius: 100px;
}
@media (min-width: 820px) {
    .opinion-container>.opinion>.data>.author, .opinion-container>.opinion>.data>.text, .opinion-container>.opinion>.data>.reply-button {
        font-size: 14px;
    }
}
.opinion-container>.opinion>.data>.author {
    color: #1e1c1a;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
}
@media (min-width: 820px) {
    .opinion-container>.opinion>.data>.author, .opinion-container>.opinion>.data>.text, .opinion-container>.opinion>.data>.reply-button {
        font-size: 14px;
    }
}
.opinion-container>.opinion>.data>.text {
    margin-top: 6px;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
}
@media (min-width: 820px) {
    .opinion-container>.opinion>.data>.author, .opinion-container>.opinion>.data>.text, .opinion-container>.opinion>.data>.reply-button {
        font-size: 14px;
    }
}
.opinion-container>.opinion>.data>.reply-button {
    margin-top: 12px;
    font-family: IRANSans;
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
}
.button-transparent, .button-transparent:not(:disabled):hover {
    background: transparent;
    border-color: transparent;
    color: #2b2f33;
}
.opinion-container>.opinion>.data>.reply-button>.icon {
    margin-inline-end: 6px;
}
.post-container-seton>.main>.the-latest-social-network-profiles {
    margin-top: 60px;
    padding-inline-start: 18px;
    padding-inline-end: 18px;
    border: 1px solid #DADADA;
}
.post-container-seton>.main>.the-latest-social-network-profiles>.top {
    padding-top: 30px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.the-latest-social-network-profiles>.top>.title {
        font-size: 18px;
    }
}
.post-container-seton>.main>.the-latest-social-network-profiles>.top>.title {
    font-family: IRANSans;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    color: #1e1c1a;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.the-latest-social-network-profiles>.top>.add-new-social-network-profile-button {
        font-size: 14px;
    }
}
.post-container-seton>.main>.the-latest-social-network-profiles>.top>.add-new-social-network-profile-button {
    padding: 8px 14px;
    color: #fff;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}
.button:link, .button:visited, .button:active, .button:not(:disabled):hover {
    text-decoration: none;
}
.button:link, .button:visited, .button:active, .button:not(:disabled):hover {
    text-decoration: none;
}
.post-container-seton>.main>.the-latest-social-network-profiles>.top:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -1.5px;
    inset-inline-start: 0;
    width: 80px;
    background-color: var(--blue);
}
.button-orange:not(:disabled):hover {
    background-color: #414141;
    border-color: #414141;
}
@media (min-width: 820px) {
    .post-container-seton>.main>.the-latest-social-network-profiles>.social-network-profiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }
}
.post-container-seton>.main>.the-latest-social-network-profiles>.social-network-profiles {
    padding-top: 24px;
    padding-bottom: 24px;
    display: grid;
    gap: 12px;
}
.horizontal-social-network-profile-preview {
    padding: 16px;
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 12px;
    border: 1px solid #DEDEDE;
    text-decoration: none;
}

.horizontal-social-network-profile-preview>.image {
    width: 48px;
    height: 48px;
}
.rounded-full, .frequently-asked-question>.summary:after {
    border-radius: 100px;
}
.horizontal-social-network-profile-preview>.more>.social-network {
    background-color: #1490d6;
    color: #fff;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    width: fit-content;
    padding: 2px 8px;
}
.rounded-full, .frequently-asked-question>.summary:after {
    border-radius: 100px;
}
.horizontal-social-network-profile-preview>.more>.name {
    margin-top: 8px;
    transition: .1s color;
    color: #1e1c1a;
    font-family: IRANSans;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-style: normal;
}
.horizontal-social-network-profile-preview>.more>.tags {
    margin-top: 12px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.horizontal-social-network-profile-preview>.more>.tags>.tag {
    padding: 2px 8px;
    background-color: #ededed;
    border: 1px solid #DEDEDE;
    color: #5f5f5f;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
}
.rounded-small {
    border-radius: 5px;
}
.post-container-seton>.sid {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 16px;
}
.vertical-suggestions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 14px 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow-x: auto;
}
.vertical-suggestions>.suggestion {
    width: 100%;
}
.vertical-suggestions>.suggestion>.image {
    width: 100%;
    max-width: 100%;
    display: block;
    height: fit-content;
}
.contentful-list {
    border: 1px solid rgba(0, 0, 0, .2);
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}
.contentful-list>.top {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
}
@media (min-width: 820px) {
    .contentful-list>.top>.title {
        font-size: 16px;
    }
}
.contentful-list>.top>.title {
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #2b2f33;
    margin-top: 10px;
}
.contentful-list>.top:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -1.5px;
    inset-inline-start: 0;
    width: 60px;
    background-color: var(--blue);
}
.contentful-list>.items-list {
    padding-top: 12px;
    padding-bottom: 12px;
    display: grid;
    gap: 12px;
}
.small-horizontal-post-preview {
    cursor: pointer;
    display: grid;
    grid-template-areas:
        "thumbnail name"
        "thumbnail date";
    grid-template-columns: max-content minmax(0, 1fr);
    column-gap: 12px;
}
.small-horizontal-post-preview>.thumbnail {
    grid-area: thumbnail;
    display: block;
    width: 125px;
    height: 85px;
    object-fit: cover;
}
.small-horizontal-post-preview>.name {
    grid-area: name;
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #2b2f33;
    text-align: start;
    transition: color .1s;
}
.small-horizontal-post-preview>.date {
    grid-area: date;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #595959;
    text-align: start;
    align-self: end;
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.contentful-list>.items-list>*:not(:last-child):after {
    background-color: #0003;
    content: "";
    width: 100%;
    height: 1px;
    grid-column: 1 / -1;
    margin-top: 12px;
}
.useful-links-box {
    border: 1px solid rgba(0, 0, 0, .2);
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}
.useful-links-box>.top {
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
}
@media (min-width: 820px) {
    .useful-links-box>.top>.title {
        font-size: 16px;
    }
}
.useful-links-box>.top>.title {
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #2b2f33;
    margin-top: 10px;
}
.useful-links-box>.top:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -1.5px;
    inset-inline-start: 0;
    width: 60px;
    background-color: var(--blue);
}
.useful-links-box>.links {
    padding-top: 12px;
    padding-bottom: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}
.useful-links-box>.links>.link {
    font-family: IRANSans;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    color: #2b2f33;
    transition: padding-inline-start .5s;
    position: relative;
}
.useful-links-box>.links>.link:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    opacity: 0;
    transition: opacity .7s;
}

.rb_form_4 input[type="submit"] {
    background: var(--blue) !important;
}
.opinion-container {
    margin-top: 4px;
}
.dark-mode .heading-1 {
    color: #ffffff !important;
    }
    .dark-mode .post-container-seton>.main>.table-of-content {
    border: 2px solid #3d3d3d !important;
    }
    .dark-mode .post-container-seton>.main>.table-of-content>.title {
    background-color: #3d3d3d !important;
    }
    .dark-mode .post-container-seton>.main>.the-latest-posts {
    border: 1px solid #3d3d3d !important;
}
.dark-mode .post-container-seton>.main>.the-latest-posts>.top {
    border-bottom: 1px solid c !important;
}
.dark-mode .post-container-seton>.main>.the-latest-social-network-profiles {
    border: 1px solid #3d3d3d !important;
}
.dark-mode .post-container-seton>.main>.the-latest-social-network-profiles>.top {
    border-bottom: 1px solid #3d3d3d6b !important;
}
.dark-mode .horizontal-social-network-profile-preview {
    border: 1px solid #3d3d3d !important;
}
.dark-mode .vertical-suggestions {
    border: 1px solid #3d3d3d !important;
}
.dark-mode .contentful-list {
    border: 1px solid #3d3d3d !important;
}
.dark-mode .contentful-list>.top {
    border-bottom: 1px solid #3d3d3d6b !important;
}
.dark-mode .contentful-list>.items-list>*:not(:last-child):after {
    background-color: #3d3d3d6b !important;
    }
.dark-mode .useful-links-box {
    border: 1px solid #3d3d3d !important;
}
.dark-mode .useful-links-box>.top {
    border-bottom: 1px solid #3d3d3d6b !important;
}
.dark-mode .useful-links-box>.links>.link {
    color: #bebebe !important;
}
.dark-mode .cbx span:last-child {
    color: #fff !important;
}