html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    font-size: 18px;
    font-family: iran_sans, calibri;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@charset "UTF-8";
@font-face {
    font-family: 'iran_sans';
    src: url("../font/fonts/iran_sans.eot");
    src: url("../font/fonts/iran_sans.eot?#iefix") format("embedded-opentype"), url("../font/fonts/iran_sans.woff") format("woff"), url("../font/fonts/iran_sans.ttf") format("truetype"), url("../font/fonts/iran_sans.svg#iran_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nbyekan';
    src: url(../font/fonts/NBYekan.woff);
}

@font-face {
    font-family: 'iran';
    src: url(../font/fonts/iran.woff);
}

:root {
    display: block;
    --white: #fff;
    --b4rem: .4rem;
    --b3rem: .3rem;
    --shadow: 0 0 5px #999;
    --btnshadow: 1px 3px 5px #000;
    --border: 1px solid #999;
    --pcolor: #116b2c;

}

*::-moz-selection {
    background: none repeat scroll 0 0 #d5d4d2;
    color: var(--white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--pcolor);
    color: #fff;
}

::selection {
    background: var(--pcolor);
    color: #fff;
}

body {
    display: block;
    margin: auto;
    direction: rtl;
    background-color: var(--white);
}

input[type=text], input[type=password] {
    outline: none;
}

input[type=text]::placeholder {
    font-family: iran_sans, sans-serif;
    letter-spacing: 1px;
    color: #777;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.hover {
    cursor: pointer;
}

.h_b000 {
    min-width: 1200px;
    margin: 0 .5rem;
    background-color: var(--white);
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem 0 0.4rem 0;
}

span.fas.fa-bars {
    color: #999;
    font-size: 1rem;
}

.logo img {
    width: 2rem;
}

span.name {
    font-size: 11pt;
    font-weight: 900;
}

section.logo a {
    display: flex;
    align-items: center;
    width: 8rem;
    justify-content: space-evenly;
}

section.iconMenu {
    display: flex;
    align-items: center;
    margin-left: .4rem;
}

section.iconMenu:hover span.fas {
    color: #ccc;
}

.iconMenu_logo {
    width: 10rem;
    display: flex;
}

header .search input {
    width: 27rem;
    height: 2.6rem;
    border-radius: 4rem;
    border: 1px solid #eee;
    padding: 0 .8rem;
    transition: all .25s ease-in-out;
}

header .search input:hover {
    border: 1px solid #999;
}

header .search input:focus {
    border: 1px solid #eee;
}

section.search span.fas.fa-search {
    color: #ccc;
    position: absolute;
    top: 15px;
    left: 20px;
}

section.search span.fas.fa-search:hover {
    color: #999;
}

section.search {
    position: relative;
    width: fit-content;
    margin: 0 7rem 0 0;
}

.b_uls .upload span {
    color: #2196F3;
}

.b_uls .upload .fas {
    font-size: 10pt;
}

section.b_uls .upload {
    display: flex;
    align-items: center;
    width: 6.7rem;
    justify-content: space-around;
    border: 1px solid #2196F3;
    border-radius: 4rem;
    padding: 0.5rem 0.6rem;
}

section.b_uls .upload:hover span {
    color: #64B5F6;
}

section.b_uls {
    margin: 0 7rem 0 0;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: space-around;
}

.login_signup {
    display: flex;
    align-items: center;
    width: 7rem;
    justify-content: space-around;
    color: #999;
    background-color: #eee;
    border-radius: 4rem;
    padding: 0.5rem 0.7rem;
    margin: 0 0.9rem 0 0;
    opacity: 1;
    height: 1.7rem;
}

.login_signup span.fas.fa-user-alt {
    font-size: 10pt;
}

.login_signup:hover {
    opacity: .7;
    background-color: var(--white);
}

.menu_r .mr_icon {
    width: 1.1rem;
}

.menu_r .name {
    color: #333;
    font-weight: 100 !important;
    margin-right: .4rem;
}

/*.menu_r {*/
/*    width: 20%;*/
/*    padding-top: 1rem;*/
/*    overflow: hidden;*/
/*}*/

.menu_r {
    width: 20%;
    padding-top: 1rem;
    overflow: hidden;
    padding-right: 2rem;
}

header {
    box-shadow: rgba(0, 0, 0, 0.1) 1px 0 7px 0;
}

.mr_c:hover {
    cursor: pointer;
}

.mr_c {
    width: 100%;
    display: flex;
    padding: .6rem 0 .6rem 1.8rem;
    align-items: center;
}

.mr_b.home {
    background-color: rgb(245, 245, 249);
}

.mr_b .name {
    font-size: 12pt !important;
}

.mr_b h2 {
    color: rgb(223, 15, 80);
}

.day_night .mr_c .fas.fa-sun {
    display: flex;
    align-items: center;
}

.day_night .box-btn {
    width: 2.6rem;
    height: 0.9rem;
    border: 1px solid #999;
    border-radius: 1rem;
    margin-right: 1rem;
    position: relative;
    background-color: #eee;
}

.day_night span.circle {
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    border-radius: 50%;
    box-shadow: var(--shadow);
    background-color: var(--white);
    position: absolute;
    top: -3px;
    left: 22px;
    transition: all .25s ease-in-out;
}

.c_left {
    left: 0 !important;
    background-color: #2196F3 !important;
}

.th {
    transition: all .25s ease-in-out;
}

.t_night {
    background-color: #000 !important;
    color: #fff !important;
}

.t_night_n {
    color: #fff !important;
}

.t_night_btn {
    background-color: rgb(72, 75, 98) !important;
}

.hidden {
    display: none !important;
}

.day_night .name {
    width: 3.2rem !important;
}

.day_night .icn {
    width: 1.5rem;
}

.day_night .fa-cloud-moon {
    color: #999;
}

main {
    display: flex;
    min-width: 1200px;
    margin: auto;
}

.banner img {
    width: 100%;
    border-radius: var(--b3rem);
    max-height: 8rem;
}

section.box_right {
    margin: 1rem 16rem 0 5rem;
    width: 80%;
    overflow: hidden;
}

.w0 {
    width: 0 !important;
}

.item .b_img {
    width: 14rem;
    height: 8rem;
    position: relative;
}

.item .duration {
    font-size: 12pt;
    margin-right: auto;
    padding: 0px 0.25rem;
    border-radius: 3px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 5px;
    bottom: 6px;
    direction: ltr;
}

.item .menu_3dot {
    width: 1.1rem;
}

.item .menu_3dot img {
    display: none;
}

.item .menu_3dot img {
    width: 1rem;
}

.item .b_titer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.item {
    width: 15rem;
    height: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem;
    justify-content: space-between;
    position: relative;
}

.item a.title {
    font-size: 12pt;
    width: 80%;
    font-weight: 900;
}

.item a.title:hover {
    color: #999;
}

.item:hover .menu_3dot img {
    display: block;
}

.item .visit_timeAgo span, .item .categorise_name span {
    color: rgb(111, 114, 133);
    font-size: 10pt;
    font-weight: 100 !important;
}

.item .visit_timeAgo {
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: flex-start;
    align-items: center;
}

.item .categorise_name {
    width: 100%;
    display: flex;
}

.b_timeAgo {
    margin-right: .5rem;
    color: rgb(111, 114, 133);
    font-size: 11pt;
}

.menuVertical {
    padding: 0.6rem;
    width: 8rem;
    height: 6rem;
    box-shadow: var(--shadow);
    border-radius: var(--b4rem);
    position: absolute;
    background-color: #fff;
    left: 14px;
    top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.c_mv {
    display: flex;
    justify-content: flex-start;
    width: 6rem;
    margin: 0.2rem;
}

.c_mv span.fas, .c_mv span.far {
    color: #666;
}

.c_mv .name {
    margin-right: 0.7rem !important;
    color: #666;
    font-weight: 100;
}

/*.bx_items {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

.bx_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/*.b_r2 {*/
/*    display: flex;*/
/*    width: 66%;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
.b_r2 {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 1rem auto !important;
}

.h_f {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.v_f {
    position: fixed;
    top: 2.6rem;
    background-color: #fff;
    z-index: 99;
    height: 100%;
    right: 0;
}

.mr65 {
    margin-top: 65px !important;
}

.r_21 {
    right: -200rem;
}

.details .menu_3dot img {
    width: 1rem;
}

.tv_view .v_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 1.2rem;
}

.tv_view .v_title h1 {
    font-size: 18pt;
    max-width: 80%;
    color: #333;
}

.rate_view span {
    color: rgb(72, 75, 98);
}

.rate_view span.fa-eye {
    font-size: 10.7pt;
}

.rate_view span.number {
    font-size: 12.8pt;
}

.b_avatar img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}

.b_avatar .ba00 {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-right: .5rem;
}

.b_avatar .ba00 span {
    font-size: 12pt;
}

.b_avatar .ba001 span {
    font-size: 10.2pt;
}

.tv_view section.details {
    margin: 1rem 0 0;
    display: flex;
    justify-content: space-between;
    padding-left: 1.2rem;
}

.tv_view .b_avatar a {
    display: flex;
    align-items: flex-end;
}

.tv_view .details .b_d00 {
    display: flex;
    width: 66%;
    justify-content: space-between;
    align-items: center;
}

.following {
    background-color: #dd0074;
    color: #fff;
    padding: 0.2rem 0.7rem;
    display: flex;
    align-items: center;
    border-radius: 1.4rem;
    flex-direction: row;
    justify-content: space-between;
    width: 5.2rem;
}
.followed {
    padding: 0.2rem 0.7rem;
    display: flex;
    align-items: center;
    border-radius: 1.4rem;
    flex-direction: row;
    justify-content: space-between;
    width: 5.2rem;
}

.following span {
    font-size: 10pt;
}

.b_d00 > [class^=b_] {
    display: flex;
    justify-content: space-between;
    margin-left: 0.9rem;
}

.b_d00 > [class^=b_] .name {
    margin-right: .4rem;
}

.b_d00 > [class^=b_] span {
    color: #777;
}

.b_d00 > [class^=b_]:hover span {
    color: #999;
}

.tv_view .b_r {
    /*width: 800px;*/
}

.b_d00 > *:hover {
    cursor: pointer;
}

[tv_title]:hover:after {
    display: flex;
    width: 6rem;
    align-items: center;
    justify-content: center;
}

[tv_title] {
    position: relative;
}

[tv_title]:hover:before {
    display: block;
}

[tv_title]:before {
    display: none;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 11px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 24px;
}

[tv_title]:after {
    content: attr(tv_title);
    display: none;
    box-shadow: 1px 3px 5px #999;
    padding: 1px 5px 2px 5px;
    border-radius: .2rem;
    background-color: #333;
    position: absolute;
    top: 36px;
    left: 0;
    color: #fff;
    margin: auto;
    font-size: 10pt;
}

.following:hover {
    background-color: #2196F3;
}

.tv_view section.b_l {
    background-color: #F5F5F9;
    padding: 0 0.8rem;
}

.tv_view .item .b_img {
    height: unset !important;
    position: relative;
    width: 10rem !important;
}

.tv_view .b00 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 4.5rem;
}

.tv_view .item {
    height: 8rem;
    margin: 1rem 0 0;
    width: 18rem;
    display: grid;
    grid-template-columns: 60% 40%;
}

.tv_view .item img {
    width: 10rem !important;
    height: 6rem;
}

.tv_view .b_ttle {
    color: #333;
    font-family: nbyekan, sans-serif;
    font-size: 11.4pt;
    border-bottom: 3px solid #333;
    padding-bottom: 0.2rem;
}

.tv_view .b_items2 .item .bi00 {
    margin-right: .5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
}

.tv_view .item .duration {
    bottom: 13px !important;
}

.tv_view .lang_text {
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38rem;
    text-align: justify;
    border-right: 2px solid #ccc;
    padding: 1.5rem .5rem 0.2rem;
    margin-right: 1.4rem;
}
.comments {
    min-height: 10rem;
    max-height: 25rem;
    overflow-y: auto;
    overflow-x: hidden;
    direction: ltr;
    margin-top: 1.4rem;
}
section.b_comments {
    margin: 1rem 0;
    width: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

section.b_comments .b_imgUser .fas-user {
    font-size: 19pt;
    background-color: #ccc;
    padding: 0.7rem;
    border-radius: 50%;
    color: #fff;
}

.b_imgUser {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #ccc;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

section.b_comments .b_imgUser > span {
    font-size: 16.4pt;
}

section.b_comments .inpt_ic {
    width: 100%;
    height: 2.6rem;
    border-radius: 4rem;
    border: 1px solid #eee;
    padding: 0 .8rem;
    transition: all .25s ease-in-out;
    background-color: #eee;
    margin: 0!important;
}

section.b_comments .inpt_ic:hover {
    border: 1px solid #999;
}

section.b_comments .inpt_ic:focus {
    border: 1px solid #2196F3;
}

section.b_comments .b_iconSent .n1 {
    background: url("../img/sent.svg");
}

section.b_comments .b_iconSent .n2 {
    background: url("../img/sent2.svg");
}

section.b_comments .b_iconSent .sent {
    width: 1rem;
    height: 1rem;
    display: flex;
    transform: rotate(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

section.b_comments .b_inpt {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: .5rem;
}

section.b_comments .b_iconSent {
    display: flex;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 12px;
}

section.b_comments .insert_commnent {
    display: flex;
    align-items: center;
}

.comment-item section.head {
    display: flex;
    margin-bottom: 0.4rem;
    align-items: center;
}

.comment-item .comment-body {
    display: flex;
    align-items: flex-start;
}

.comment-item {
    margin: 3rem 1rem;
    position: relative;
    background-color: #fff;
    direction: rtl;
}

.comment-item .b_timeAgo span {
    font-size: 11.5pt;
    color: #999;
    font-weight: 100 !important;
}

.comment-item section.head > .name {
    color: #333 !important;
}

.comment-body .content p {
    font-size: 11.5pt;
    color: #444;
}

.comment-body .b_h_c {
    margin-right: 0.8rem;
}

.comment-body section.actions {
    position: absolute;
    left: 0;
}

.comment-body section.actions span.fa-ellipsis-h {
    color: #999;
    font-size: 11pt;
}

.comment-body section.actions:hover span.fa-ellipsis-h {
    color: #ccc;
}

.Violation-report .flag {
    background: url("../img/Alpha_Flag.svg");
    width: 1.4rem;
    height: 1.4rem;
    display: flex;
    background-repeat: no-repeat;
}

section.Violation-report {
    display: flex;
    align-items: center;
    box-shadow: var(--shadow);
    padding: .2rem 0.6rem;
    border-radius: var(--b3rem);
    position: absolute;
    background-color: #eee;
    left: 25px;
    opacity: 1;
    cursor: pointer;
    transition: opacity .4s ease-in-out;
}

section.Violation-report span.txt {
    font-size: 12pt;
    font-weight: 900;
    margin-right: .5rem;
    color: #E4213B;
}

.z_1 {
    width: 0;
    height: 0;
    opacity: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: 0 0 !important;
}

.vr_lock {
    width: 0;
    height: 0;
    opacity: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    box-shadow: 0 0 !important;
}

.comment-replay {
    margin-top: 2rem;
}



/*.freez{*/
/*    overflow: hidden!important;*/
/*    !*padding-right: 17px;*!*/
/*}*/
.closeBox {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeBox span {
    font-size: 17pt;
    color: #999;
}

header {
    width: 100%;
    background-color: var(--white);
}



.btn-back {
    height: 2.2rem;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: -0.5rem;
    right: 0;
}

.btn-back:hover .fa-angle-right {
    margin-left: .7rem;
}

.btn-back .name-back {
    font-size: 12pt;
    color: #555;
    margin-left: 1rem;
}

.btn-back .fa-angle-right {
    transition: all .4s ease-in-out;
    margin-left: .5rem;
    color: #555;
}

a.link {
    color: #1aa9ed;
    margin: 0 .2rem;
}

.txt-low {
    font-size: 11pt;
    margin-top: 0.3rem;
    display: flex;
}



.icn-pass-key {
    background: url("../img/password_key.svg");
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    background-repeat: no-repeat;
    right: 7px;
    top: 1.3rem;
}

.icn-eye {
    background: url("../img/eye.svg");
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    background-repeat: no-repeat;
    right: 12rem;
    top: 1.3rem;
}

.icn-hide-eye {
    background: url("../img/hide-eye.svg");
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    background-repeat: no-repeat;
    right: 12rem;
    top: 1.3rem;
}



.icn.fa-user-alt, .icn.fa-mail-bulk {
    box-shadow: 0 0 !important;
    font-size: 15pt !important;
}




.tv_home .item .b_img img {
    width: 100% ;
    height: 144px;
}

.tv_view .b_video video{
    width: 800px;
    height: 450px;
    background-color: #000;
}

.tv_view  .b_r_00 {
    display: flex;
    flex-direction: row;
}
.tv_view .following.ph{
    display: none;
}

.b_img  video.prw{
    width: 100%;
    background-color: #000;
}
.tv_view .v_title .unit{
    display: none;
}

.fred{
    color:#f00!important;
}
#auth span.btns-save {
    width: 7rem;
    height: 2rem;
    box-shadow: 1px 3px 5px #000;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    color: #fff;
    background-color: var(--pcolor);
}
#auth span.btns-save:hover {
    box-shadow: 0 0;
}
#auth input.inpts {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding: 0 0.4rem;
    font-family: 'iran_sans', sans-serif;
    font-size: 16pt;
    font-weight: 900;
    color: #333;
    text-align: center;
}
.lb_inpts {
    margin-bottom: 0.2rem;
    display: flex;
    font-size: 11pt;
    padding-right: 0.1rem;
}
#auth .b_ck_phone {
    width: 20rem;
    position: fixed;
    background-color: #fff;
    top: 8rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    border-radius: .4rem;
    box-shadow: 0 0 5px var(--pcolor);
}
div#auth {
    position: fixed;
    z-index: 99999;
    top: 0;
}
div#auth::after{
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.4);
    top: 0;
}
#auth .b_ck_phone .sh01 {
    padding: 0 1.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
span.Bclose {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    color: #999;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
}
span.Bclose:hover{
    color: #000;
}
.freeze{
    overflow: hidden !important;
    /*padding-right: 17px!important;*/
}

.muFloat {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    width: 100%;
    margin: auto;
    top: 0;
    padding: 0.6rem 31.5px;
    right: 0;
}

.mg648 {
    margin-top: 64.8px !important;
}

/*profile*/
.pf_header .pf-icn-menu {
    background-image: url("../img/profile/menu.svg");
    width: 1rem;
    height: 1rem;
    display: flex;
    background-repeat: no-repeat;
}

.pf_header .pf-logo {
    background-image: url("../img/damFarm13.png");
    width: 7rem;
    height: 2rem;
    display: flex;
    background-repeat: no-repeat;
}

.pf_header .icn-user {
    border-radius: 50%;
    border: 1px solid #999;
    width: 2.2rem;
    overflow: hidden;
    height: 2.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf_header .icn-user span {
    font-size: 15pt;
    color: #999;
}

.pf_header .pf_br {
    display: flex;
    width: 10rem;
    justify-content: flex-start;
    align-items: center;
}

.pf_header section.pf_bup {
    display: flex;
    justify-content: space-between;
}

.pf_header {
    width: 1200px;
    margin: auto;
}

.pf_header .pf_icn_number span.far.fa-bell {
    color: #999;
    font-size: 16.2pt;
    display: flex;
    width: fit-content;
}

.pf_header .pf_icn_number {
    width: 2rem;
    height: 2rem;
    border: 2px solid #999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 1.3rem;
}

.pf_header .pf_bl {
    display: flex;
    width: 7rem;
    justify-content: flex-end;
    align-items: center;
}

.pf_menu-r .pf_bximg img {
    width: 4rem;
    height: 4rem;
}

.pf_menu-r .pf_bximg {
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.pf_header0 {
    background-color: #fff;
    padding: .5rem 0;
    display: flex;
    height: 4rem;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #ccc;
    z-index: 20;
    box-shadow: var(--shadow);
}

.pf_menu-r {
    z-index: 19;
    border-left: 1px solid #ccc;
    height: 100%;
    position: fixed;
    width: 10rem;
    background-color: #fff;
    box-shadow: var(--shadow);
    right: 0;
    top: 0;
    transition: all .28s ease-in-out;
}

.pf_menu-r .pf_mr0 {
    /*margin-top: 5rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.pf_menu-r .pf_mr0 span.fa.fa-cog {
    position: absolute;
    left: 50.2px;
    top: 0.5rem;
    color: #999;
    transition: all .4s ease-in-out;
    background-color: #fff;
    border-radius: 50%;
}

.pf_menu-r .pf_mr0 span.fa.fa-cog:hover {
    color: var(--pcolor);
    transform: rotate(90deg);
}

.pf_menu-r .pf_mr1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--pcolor);
}

.pf_menu-r .pf_mr1 .name {
    font-weight: 900;
}

body.panel-theme {
    background-color: #eee !important;
}

.r_100rem {
    right: -100rem !important;
}

.pf_mr {
    margin-top: 5rem;
}

.pf_mr .pf_mr3 {
    position: relative;
}

.date_effect0 {
    position: absolute;
    left: -21px;
    transform: rotate(270deg);
    top: 16px;
    font-size: 11pt;
    color: #ccc;
}

.pf_mr ul.pf_mr_list {
    display: flex;
    justify-content: flex-start;
    margin: 1rem .2rem 0 0;
    flex-direction: column;
}

.pf_mr ul.pf_mr_list li {
    height: 2.4rem;
    display: flex;
    justify-content: flex-start;
}

.pf_mr ul.pf_mr_list li.act {
    border-right: 3px solid var(--pcolor);
    background-color: #eee;
}

.pf_mr ul.pf_mr_list li.act a {
    color: var(--pcolor);
}

.pf_mr ul.pf_mr_list li:hover a {
    color: var(--pcolor);
    background-color: #eee;
}
.pf_main td.cols.fileUrl img {
    width: 10rem;
}
.pf_mr ul.pf_mr_list a {
    display: flex;
    align-items: center;
    color: #999;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}
.pf_mr ul.pf_mr_list a .icnArw{
    position: absolute;
    left: 12px;
    transition: all .4s ease-in-out;
    font-size: 10pt;
}
.rot90{
    transform: rotate(-90deg);
}
.pf_mr ul.pf_mr_list a .icn {
    font-size: 16pt;
    display: flex;
    width: 1.5rem;
    height: fit-content;
    margin: 0 0.9rem 0 0;
}

.pf_mr ul.pf_mr_list a .name {
    margin: 0 0.8rem 0 0;
    font-weight: 900;
}

.pf_main {
    width: 58rem;
    margin: 5rem auto 0 auto;
    display: block!important;
}
input[type=file] {
    display: none!important;
}

.pf_main00 {
    margin: 5rem 2.3rem auto !important;
}

.pf_main.pf_dashboard.pf_main00 {
    margin: 5rem auto 0 auto !important;
}

.pf_main .pfbxs {
    width: 10rem;
    min-height: 8rem;
    box-shadow: var(--shadow);
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #116b2c6b;
}

.pf_main.pf_dashboard .b_counters {
    width: 86%;
    min-height: 5.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: .4rem;
    background-color: #eee;
    box-shadow: inset 3px 3px 3px #999, inset -3px -3px 3px #999;
}

.pf_main.pf_dashboard .b_counters .counter {
    display: flex;
    justify-content: space-between;
    padding: 0 1.7rem;
}

.pf_main.pf_dashboard .pfbxs .name {
    font-size: 16pt;
    font-weight: 900;
    color: var(--pcolor);
}

.pf_main.pf_dashboard .b_counters .counter span.number {
    font-weight: 900;
}

.pf_main li.cbup {
    min-width: 6rem;
    height: 3rem;
    box-shadow: var(--shadow);
    border-radius: .3rem;
    font-size: 12pt;
    margin: 0 0.9rem;
    padding: 0 .5rem;;
}

.pf_main li.cbup:hover {
    background-color: #ccc;
}

.pf_main li.cbup span.name {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.pf_active {
    background-color: var(--pcolor) !important;
    color: #fff;
}

.pf_main section.pf_bup {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pf_main section.pf_bup ul {
    display: flex;
}

section.pf_bdwn .pbx {
    color: #333;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 0.8rem;
    padding: 1rem;
    border-radius: .3rem;
    background-color: #fff;
}

section.pf_bdwn .pbx:hover {
    border: 1px solid #77c58e;
}

section.pf_bdwn .pbx span.icn {
    position: absolute;
    left: 0.5rem;
    bottom: 0.5rem;
}

.pf_main .inpt[type=text], .pf_main .inptText {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding: 0 0.4rem;
    font-family: 'iran_sans', sans-serif;
    font-size: 13pt;
    font-weight: 900;
    color: #333;
    text-align: center;
}

.pf_main .inpt:focus, .pf_main .inptText:focus {
    box-shadow: inset 3px 3px 3px #999, inset -3px -3px 3px #999;
}

.Footnote {
    font-size: 10pt;
    color: var(--pcolor);
}

.pf_main label {
    font-size: 12.9pt;
    color: var(--pcolor);
}

.profile section.pf_bdwn {
    width: 54%;
    margin: auto;
}

.pf_main span.btn-save, .pf_main span.btn-edit {
    display: flex;
    width: 80%;
    height: 4rem;
    box-shadow: var(--btnshadow);
    border-radius: .3rem;
    margin: 1rem auto;
    background-color: var(--pcolor);
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 17pt;
}

.pf_main .btns-ut {
    display: flex;
    width: 40%;
    height: 4rem;
    box-shadow: var(--btnshadow);
    border-radius: .3rem;
    margin: 1rem auto;
    background-color: var(--pcolor);
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 17pt;
}

.pf_main .b_update_ar {
    display: flex;
}

.pf_main span.btn-save:hover, .pf_main .btns-ut:hover, .pf_main span.btn-edit:hover {
    cursor: pointer;
    box-shadow: 0 0;
}

.pf_main .b_lastAvatar {
    width: 6rem;
    height: 6rem;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.pf_main .b_lastAvatar img {
    width: 6rem;
    height: 6rem;
}
main.registerUser.pf_main .b_file.btn-ca {
    box-shadow: var(--shadow);
    width: 8rem;
     padding: unset!important;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}
main.registerUser.pf_main .b_file.btn-ca:hover{
    box-shadow:0 0;
    border: 1px solid #ccc;
}
main.registerUser  .b_file.btn-ca label{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: .2rem;
}
.pf_main .lastAvatar_manual {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1rem;
    align-items: center;
}

.pf_main .lastAvatar_manual p {
    width: 20rem;
    text-align: justify;
    margin-right: .5rem;
    font-size: 12pt;
    color: #999;
}

.pf_main .b_file.btn-ca {
    box-shadow: var(--shadow);
    width: 8rem;
    padding: .1rem .5rem;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}

.pf_main .b_file.btn-ca:hover {
    box-shadow: 0 0;
    border: 1px solid #ccc;
}

.pf_notification .pbx {
    color: #333;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 0.8rem;
    padding: 0.7rem;
    border-radius: .3rem;
    height: 11rem;
    align-items: center;
    justify-content: space-around;
}

.pf_notification .pbx h2 {
    font-family: var(--fnb);
}

.pf_notification .pbx h3 {
    font-family: var(--fnb);
}

.pf_notification .pbx img {
    width: 5rem;
}

.pf_main span.btn-delete {
    box-shadow: var(--btnshadow);
    padding: .2rem 1rem;
    border-radius: 0.2rem;
    margin: 1rem auto;
    display: flex;
    width: 20%;
    justify-content: center;
    align-items: center;
    background-color: #f00;
    color: #fff;
    font-size: 12.8pt;
}

.pf_main span.btn-delete:hover {
    box-shadow: 0 0;
}

.pf_main label.upld {
    display: flex;
    align-items: center;
    height: 7rem;
    box-shadow: 0 0 5px;
    border-radius: .3rem;
    flex-direction: column;
    background-color: #fff;
    transition: all .4s ease-in-out;
}

.pf_main label.upld:hover {
    box-shadow: 0 0 10px 1px;
}

.pf_main label.upld .fa.fa-plus {
    font-size: 24pt;
    color: #fff;
}

.pf_main .item {
    width: 15rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem;
    justify-content: space-between;
    position: relative;
    box-shadow: var(--shadow);
    margin: .2rem;
    border-radius: .3rem;
}

.pf_main .item .b_img {
    /*width: 14rem;*/
    /*height: 8rem;*/
    position: relative;
}

.pf_main .item .duration {
    font-size: 12pt;
    margin-right: auto;
    padding: 0px 0.25rem;
    border-radius: 3px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 5px;
    bottom: 6px;
    direction: ltr;
}

.pf_main .item .b_titer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pf_main .item a.title {
    font-size: 12pt;
    width: 80%;
    font-weight: 900;
}

.pf_main .item .categorise_name {
    width: 100%;
    display: flex;
}

.pf_main .item .visit_timeAgo span, .pf_main .item .categorise_name span {
    color: rgb(111, 114, 133);
    font-size: 10pt;
    font-weight: 100 !important;
}

.pf_main .item .visit_timeAgo {
    display: flex;
    width: 100%;
    text-align: right;
    justify-content: space-between;
    align-items: center;
}

.pf_main .b_timeAgo {
    margin-right: .5rem;
    width: 100%;
}

.pf_main.pf_ue .pf_bup .pbx {
    width: 15rem;
    margin: 1rem auto;
    /*border: var(--border);*/
    border-radius: .3rem;
    position: relative;
}

.pf_main.pf_ue section.pf_bup {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.pf_main .bx_items {
    display: flex;
    width: 82%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}

.pf_main .item .tools {
    display: flex;
    justify-content: space-between;
    width: 3rem;
}

.pf_main .item .tools span.delete:hover {
    color: #f00;
    transform: scale(1.3);
}

.pf_main .item .tools span.edit:hover {
    color: var(--pcolor);
    transform: scale(1.3);
}

.pf_main .item .b000 {
    display: flex;
}

.pf_main .btnAddItem {
    display: flex;
    width: 16rem;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    box-shadow: var(--shadow);
}

.pf_ue .pf_bdwn {
    width: 50%;
    margin: auto;
}

.textarea01 {
    resize: none;
    width: 100%;
    height: 7rem;
    outline: none;
    border: 1px solid #ccc;
    padding: .5rem;
    border-radius: .3rem;
}

.pf_main .sels ul {
    display: flex;
    justify-content: center;
}

.pf_main .sels ul li {
    display: flex;
    align-items: center;
    margin: 0 1rem;
}
.pf_main .sels.comment ul li,.pf_main .sels.Publish ul li{
    display: unset!important;
}

.pf_main .sels ul li label {
    margin: 0 0.4rem;
}


.pf_main .sort, .mag .sort {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    cursor: pointer;
    height: 2.5rem;
    width: 50%;
    margin: auto;
}

.pf_main .sort_head, .mag .sort_head {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    height: 100%;
}

.pf_main .U0Sort, .mag .U0Sort {
    font-family: inherit !important;
    position: absolute;
    z-index: 99;
    border: 1px solid #999;
    background-color: #fff;
    top: 36px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 1px 3px 5px #333;
}

.pf_main .sort_head i, .mag .sort_head i {
    position: absolute;
    left: 12px;
    top: 12px;
    transition: all .2s ease-in-out;
}

.rotate180 {
    transform: rotate(180deg) !important;
}

.pf_main .U0Sort > div:first-child, .mag .U0Sort > div:first-child {
    display: flex;
    justify-content: center;
}

.pf_main .U0Sort .cell_U0, .U0Sort .cell_U0 {
    padding: 0 !important;
    font-weight: 900;
    font-size: 12pt;
}

.pf_main .U0Sort .cell_U0:not(:nth-child(1)), .mag .U0Sort .cell_U0:not(:nth-child(1)) {
    border-top: 1px solid #999;
}

.pf_main .cell_U0, .mag .cell_U0 {
    text-align: center !important;
    background-color: #fff;
}

.U0Sort .cell_U0:hover, .mag.U0Sort .cell_U0:hover {
    background-color: var(--pcolor);
    color: #fff;
}

.pf_main .personal_info .bpi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pf_main .personal_info .pbx {
    width: 15rem;
}

.pf_main.pf_ue .upld .icn1 {
    width: 4rem;
}

.pf_main.pf_ue .upld .icn2 {
    width: 2rem;
}

.pf_main .b_preview {
    width: 15rem;
    height: 7rem;
    box-shadow: var(--shadow);
    position: absolute;
    background-color: #fff;
    border-radius: .3rem;
    top: 0;
    right: -16rem;
    z-index: 9;
    cursor: default;
}

.pf_main .b_preview img.prw {
    overflow: hidden;
    border-radius: .3rem;
}

.pf_main .progressBar {
    width: 100%;
    height: 1rem;
    position: absolute;
    background-color: #fff;
    box-shadow: var(--shadow);
    border-radius: .3rem;
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
}

.pf_main span.progress {
    display: flex;
    height: 100%;
    background-color: #00ff72;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
    font-weight: 900;
    color: #00f;
}

.pf_main .manual {
    min-width: 15rem;
    position: absolute;
    top: 0;
    left: -18rem;
    z-index: 9;
    cursor: default;
}

.pf_main .manual.video {
    width: 21rem !important;
    left: -22rem !important;
}

.pf_main .manual .b00 .b01 {
    font-size: 12pt;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}


.pf_main .manual .format {
    direction: ltr;
    font-size: 11pt;
    text-align: center;
    color: var(--pcolor);
}

.pf_main .manual strong {
    color: #999;
    font-weight: 100;
    font-size: 11pt;
    margin: 0.1rem 0.2rem;
    padding: 0.4rem;
    box-shadow: 0 0 5px #999;
    border-radius: 0.4rem;
    background-color: #fff;
}

.pf_main .manual .b00.img {
    width: 100%;
    height: 90%;
    display: flex;
    margin: auto;
    flex-direction: column !important;
}

.pf_main.pf_dashboard {
    width: 58rem;
    margin: 5rem 11.3rem 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 3rem;
    justify-items: center;
}

.pf_main .Grouping .fa-pencil-alt {
    width: 1rem;
    height: 1rem;
    position: absolute;
    bottom: 15px;
}

.pf_groupingEdit .pf_bup ul {
    display: flex;
    flex-direction: column !important;
}

.pf_groupingEdit .btn-save.group {
    width: 4rem;
    height: 2.5rem;
    margin: 0 0.3rem !important;
    font-size: 12pt !important;
    box-shadow: var(--shadow) !important;
    border-radius: .2rem !important;
}

.pf_main table, .pf_main tr, .pf_main td {
    border: 1px solid #999;
    border-collapse: collapse;
}

.pf_main th {
    border: 2px solid #333;
    padding: 0.5rem;
}

.pf_main th.edit, .pf_main th.delete {
    width: 1rem;
}

.pf_main td {
    border: 1px solid #999;
    border-collapse: collapse;
    text-align: center;
}

.pf_main tbody tr:nth-of-type(2n+2) {
    background-color: #ccc;
}

.pf_main table {
    width: 30%;
    margin: 2rem auto;
    background-color: #fff;
}

.pf_main table input {
    font-family: 'iran_sans', sans-serif;
    cursor: pointer;
    font-size: 12.3pt;
    margin: .2rem;
    box-shadow: var(--shadow);
}

.pf_main table input[type=button].delete {
    color: red;
}

.pf_main table input[type=button].edit {
    color: blue;
}

.pf_groupingEdit .pf_bup ul li:nth-child(2) {
    display: flex;
    align-items: center;
}

.btn-back a {
    box-shadow: var(--shadow);
    padding: .5rem;
    border-radius: 0.2rem;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #fff;
}

.btn-back .fas.fa-angle-left {
    margin-right: 0.2rem;
    transition: all .3s ease-in-out;
}

.btn-back span {
    color: var(--pcolor);
}

.btn-back a:hover .fas.fa-angle-left {
    margin-right: 0.5rem;
}

.wZero {
    width: 0 !important;
}

.pf_main span.close {
    position: absolute;
    right: -15.6rem;
    top: 6px;
    z-index: 9;
    cursor: pointer;
    display: flex;
    width: 1rem;
    height: 1rem;
    justify-content: center;
    align-items: center;
    border: var(--border);
    border-radius: .3rem;
}

.textarea01:focus {
    box-shadow: inset 3px 3px 3px #999, inset -3px -3px 3px #999;
}

.pf_main .b_img img {
    width: 250px;
    height: 9rem;
}
.pf_ue .b000_up {
    position: relative;
    height: 4rem;
    margin-right: 6rem;
}

.pf_ue .pf_b00 {
    margin-right: 6rem;
}

.pf_bdwn {
    margin-right: 6rem;
}

.pf_ue h1.page_name {
    font-family: var(--fnb);
    font-size: 24pt;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

.pf_main.pf_allItems .pf_bup {
    margin-right: 3rem;
}

.pf_ue span.line-b-corner {
    width: 100%;
    height: 0.5rem;
    display: flex;
    position: absolute;
    top: 50px !important;
    background: rgb(17, 107, 44);
    background: radial-gradient(circle, rgba(17, 107, 44, 1) 31%, rgba(238, 238, 238, 1) 87%);
}

.pf_ue_article .textarea01 {
    resize: none;
    width: 100%;
    height: 15rem;
    outline: none;
    border: 1px solid #ccc;
    padding: .5rem;
    border-radius: .3rem;
}

.mag_Article .b_view span.line-b-corner {
    width: 100%;
    height: 0.5rem;
    display: flex;
    position: absolute;
    top: -4px;
    background: rgb(17, 107, 44);
    background: radial-gradient(circle, rgba(17, 107, 44, 1) 31%, rgba(238, 238, 238, 1) 87%);
}

.pf_ue_article .Grouping {
    height: 12rem !important;
}

.textarea01.Abstract {
    resize: none;
    width: 100%;
    height: 5rem !important;
    outline: none;
    border: 1px solid #ccc;
    padding: .5rem;
    border-radius: .3rem;
}

.pf_main.pf_allItems.pf_articles .item .b_mid {
    width: 100%;
    height: 7rem;
}

.pf_main.pf_allItems.pf_articles .item .categorise_name {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 29px;
}

.pf_main.pf_allItems.pf_articles .item .visit_timeAgo {
    display: flex;
    width: 87%;
    text-align: right;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 6px;
}

.pf_main.pf_allItems.pf_articles .item a.title {
    font-size: 12pt;
    width: 80%;
    font-weight: 900;
    margin-bottom: 0.2rem;
}

.pf_alarm_delete .txt {
    color: #f00 !important;
    border: unset !important;
}

.pf_alarm_delete {
    background-color: rgba(255, 255, 255, .4) !important;
    backdrop-filter: blur(3px) !important;
    height: 7rem !important;
}

.pf_alarm_delete .b_icn2 {
    display: flex;
    justify-content: space-around;
    height: 5rem;
    align-items: center;
}

.pf_alarm_delete span.icn2 {
    width: 42%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
    color: #fff;
    border: 2px solid transparent;
    box-shadow: 1px 3px 5px #000;
    cursor: pointer;
}

.pf_alarm_delete span.icn2:hover {
    box-shadow: 0 0;
}

.pf_alarm_delete span.no {
    background-color: var(--pcolor);
}

.pf_alarm_delete span.yes {
    background-color: red;
}

.pf_alarm, .pf_alarm_delete {
    width: 20rem;
    height: 8rem;
    box-shadow: var(--shadow);
    position: fixed;
    top: 1rem;
    right: 2rem;
    margin: auto;
    z-index: 99;
    border-radius: 0.2rem;
    background-color: #fff;
    display: flex;
    align-content: space-between;
    flex-direction: column;
}

.pf_alarm .txt.green {
    color: green;
}

.pf_alarm .txt.red {
    color: red;
}

.pf_alarm .txt {
    width: 95%;
    height: 6rem;
    margin: auto;
    border: 1px solid #eee;
    border-radius: .2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf_alarm .box_progressBar {
    height: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pf_alarm .box_progressBar span.progressBar {
    width: 100%;
    display: flex;
    height: .5rem;
    background-color: var(--pcolor);
    justify-content: flex-start;
}

.pf_main.pf_ue.pf_ue_article .pf_b00 .pf_bdwn {
    width: 95% !important;
}

.pf_main.pf_ue.pf_ue_article .pf_b00 .pf_bdwn .b50 {
    width: 50% !important;
    margin: 1rem auto !important;
}

.pf_main.pf_ue.pf_ue_article .btn-save {
    width: 10rem !important;
}

.rooting .root .name:hover {
    color: var(--pcolor);
    font-weight: 900;
}

.mag_home .b_view .b_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    padding: 0.5rem 0.7rem;
}

.pf_main .manual .format ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.pf_main .manual .format ul li {
    font-size: 12pt;
    font-weight: 900;
}

.pf_header .pf_bup .pf_br {
    display: flex;
    width: 10rem;
    justify-content: space-between !important;
    align-items: center;
}

.controlPanel .loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}


.pf_main.pf_allItems.pf_articles .item .categorise_name p {
    font-size: 10pt !important;
    text-align: justify;
}

.loading .loader {
    border: 16px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    border-top: 16px solid var(--pcolor);
    border-bottom: 16px solid var(--pcolor);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loading .b00 {
    position: relative;
}

.loading .name {
    position: absolute;
    color: #fff;
    font-size: 17pt;
    top: 43px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pf_main.pf_allItems.pf_price_lists #lists .item {
    width: 10rem !important;
    height: 21rem !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    background-color: #fff;
}

.pf_main.pf_allItems.pf_price_lists #lists .item:hover {
    box-shadow: 0 0 5px var(--pcolor);
}

.pf_main.pf_allItems.pf_price_lists #lists .item .b_img {
    border: var(--border);
    border-radius: .2rem;
}

.pf_main.pf_allItems.pf_price_lists #lists .item .b_img img {
    width: 100% !important;
}

.pf_main.pf_allItems.pf_price_lists #lists .item .b_mid {
    width: 100% !important;
    margin: 0.4rem 0 0 0;
}

.pf_main.pf_allItems.pf_price_lists #lists .item .visit_timeAgo {
    display: flex;
    width: 100% !important;
    text-align: right;
    justify-content: center;
    align-items: center;
    bottom: 9px;
    position: absolute;
}

.pf_main.pf_allItems.pf_price_lists #lists .item span.insert_data {
    width: 7rem;
    display: flex;
    font-size: 11pt;
    box-shadow: var(--shadow);
    /*border: 1px solid transparent;*/
    justify-content: center;
    align-items: center;
    height: 2rem;
    border-radius: .3rem;
    margin: 0.6rem auto;
}

.pf_main.pf_allItems.pf_price_lists #lists .item span.insert_data:hover {
    box-shadow: 0 0;
    /*border: 1px solid #ccc;*/
    background-color: var(--pcolor);
    color: #fff;
}


.iconCelender {
    background: url("../img/profile/calendar-96.png") no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    top: 49px;
    left: 24px;
    transition: all .35s ease-in-out;
}

.iconCelender:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.df_ph_header {
    display: none;
}

.pf_main.pf_ue.pf_pl_ei .inpt {
    text-align: center;
}

.pf_main.pf_ue.pf_ue_article .pf_bup {
    margin-right: 0 !important;
}

.pf_main.pf_ue {
    position: relative;
}

.pf_main.pf_ue .pf_bdwn .br {
    position: absolute;
    right: 100px;
}

.pf_main.pf_ue .pf_bdwn .show_list {
    border: var(--border);
    border-radius: 0.3rem;
    width: 7rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    box-shadow: 1px 3px 5px #000;
    flex-direction: row-reverse;
    background-color: #fff;
}

.pf_main.pf_ue .pf_bdwn .show_list .name {
    font-weight: 900;
    color: #333;
}

.pf_main.pf_ue .pf_bdwn .show_list:hover {
    box-shadow: 0 0;
}

.pf_main.pf_ue.pf_pl_ei .pf_bdwn .show_list .sl_icn {
    color: #333;
}

#ph_home_slider {
    display: none;
}

span.exm_img {
    display: flex;
    width: 90%;
    height: 12rem;
    justify-content: center;
    align-items: center;
    margin: auto;
    font-size: 10rem;
}

.pf_main.pf_allItems.pf_articles .item {
    width: 15rem;
    height: 20rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem;
    justify-content: flex-start;
    position: relative;
    box-shadow: var(--shadow);
    margin: .2rem;
    border-radius: .3rem;
}

.pf_main.pf_ue.pf_pl .pf_bdwn {
    width: 80% !important;
    margin: auto;
}

.pf_main.pf_ue.pf_pl table {
    width: 100% !important;
}

.pf_main.pf_ue.pf_ue_priceList .b_update_pl {
    display: flex;
}
.iconCalender {
    background: url("https://dam.farm/asset/img/calendar-96.png") no-repeat;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    display: block;
    position: absolute;
    top: 8px;
    left: 14px;
    transition: all .15s ease-in-out;
}

.iconCalender:hover {
    cursor: pointer;
    transform: scale(1.15);
}

.pf_main.pf_ue.pf_pl_ei .iconCalender {
    top: 49px;
    left: 25px;
}

.pf_main.pf_ue.pf_list_seo #list_seo .tag textarea {
    direction: ltr;
    font-family: var(--fCode);
    width: 19rem;
    overflow-y: scroll;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn {
    width: 100% !important;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag {
    width: 96%;
    box-shadow: 0 0 5px #999;
    border-radius: .3rem;
    padding: .5rem;
    display: grid;
    grid-template-columns: 90% 10%;
    margin: 0.5rem;
    border: 1px solid transparent;
    background-color: #fff;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag:hover {
    border: 1px solid #67b97f;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .a_ {
    width: 30%;
    box-shadow: var(--shadow);
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2rem;
    padding: 0 0.3rem;
    font-size: 9pt;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b01 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.5rem;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b_tg_l {
    display: grid;
    grid-template-rows: 80%;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b_ {
    height: 95% !important;
    width: 2.6rem !important;
    font-weight: 900;
    font-family: inherit;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b_:hover {
    cursor: pointer;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b_.edit {
    color: #00f;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b_.delete {
    color: #f00;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b_tg_l > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .b_tg_r {
    padding: 0 0 0 0.3rem;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn .b_tag .inptNT {
    height: 1.8rem !important;
}

.pf_main.pf_ue.pf_list_seo .pf_bdwn div#list_tagsSeo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.pf_ue .b_addVideo .detail, .pf_ue .b_addVi .detail {
    position: absolute;
    left: 2.2rem;
    top: -33px;
    width: 29rem;
    display: flex;
    padding: 0 0.3rem 0 0;
    border-radius: 0.4rem;
    height: 1.8rem;
    overflow-x: hidden;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pf_ue .b_addVideo .detail span.title, .pf_ue .b_addVi .detail span.title {
    font-size: 10pt;
}

.pf_ue .b_addVideo .detail span.name {
    font-size: 10pt !important;
    font-weight: 900;
    color: var(--pcolor);
    direction: ltr;
}

.pf_ue .b_addVi .detail span.name {
    font-size: 10pt !important;
    font-weight: 900;
    color: var(--pcolor);
    margin: 0 .5rem 0 0.2rem !important;
    min-width: 5rem;
}

.fRed {
    color: #f00 !important;
}

.fGreen {
    color: #098909 !important;
}

.pf_main.pf_allItems.myVideos .item {
    width: 9rem !important;
    height: 17rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .5rem;
    justify-content: space-between;
    position: relative;
    box-shadow: var(--shadow);
    margin: .2rem;
    border-radius: .3rem;
}

.pf_main.pf_allItems.myVideos .item .b_img img {
    width: 100% !important;
    height: 7rem !important;
}

.pf_main.pf_allItems.myVideos .item .b_img {
    background-color: #000;
}

.pf_main.pf_allItems.myVideos .item .prw {
    width: 100% !important;
    height: 7rem !important;
}

.pf_main.pf_allItems.myVideos .bx_items {
    display: flex;
    width: 100% !important;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    height: 60rem !important;
}

.pf_main.pf_allItems.myVideos #paginationP li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.b_update_video.b50 {
    display: flex;
}

.pf_main .b_preview.video {
    background-color: #000;
}

.b_timeAgo {
    margin-right: .5rem;
    color: rgb(111, 114, 133);
    font-size: 11pt;
}

.pf_delete {
    position: absolute;
    right: -17.8rem;
    top: 0;
    box-shadow: var(--shadow);
    background-color: #fff;
    border-radius: .2rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    color: #000;
}

.pf_delete:hover {
    cursor: pointer;
    box-shadow: 0 0;
    background-color: #f00;
    border: 1px solid #f00;
    color: #fff;
}

.pf_main.pf_ue.tLImg .b_list .pf_bdwn {
    width: 80% !important;
    margin: auto;
}

.pf_main.pf_ue.tLImg td {
    padding: 0.2rem 0.3rem !important;
}

.pf_ue.pf_bh .pf_b00 {
    margin-right: 6rem;
    width: 96%;
    padding: 1rem;
    border-radius: .4rem;
    margin-bottom: 2rem;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
}


.pf_ue.pf_bh .b_preview_vi {
    height: 250px;
    width: 1002px;
    margin: auto;
    background-color: #000;
}

.pf_ue.pf_bh .b_preview_vi img, .pf_ue.pf_bh .b_preview_vi video {
    width: 100% !important;
    height: 100% !important;
}

.pf_ue.pf_bh .pf_b00.vi {
    padding: 0 !important;
    position: relative;
    margin-bottom: 0.5rem !important;
}

.pf_ue.pf_bh .pf_bdwn.vi_name {
    width: 61%;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pf_ue.pf_bh .pf_bdwn.vi_name .b_cc {
    display: flex;
    justify-content: space-between;
}

.pf_ue.pf_bh .pf_bdwn.vi_name .b_cc .pbx {
    width: 49%;
}

.pf_ue.pf_bh .pf_bdwn.vi_name .b_cc .pbx:nth-child(1) {
    height: fit-content;
}

.pf_ue.pf_bh .pf_b00.vi-up {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.pf_ue.pf_bh .pf_b00 .pf_bup {
    width: 50%;
}

.pf_ue.pf_bh .manual.vi {
    min-width: 15rem;
    position: unset !important;
    z-index: 9;
    cursor: default;
}

.pf_main.pf_bh .manual .format ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    width: 11rem;
}

.pf_main.pf_bh .manual .b00.i .format {
    color: #999;
    font-weight: 100;
    font-size: 11pt;
    margin: 0.1rem 0.2rem;
    padding: 0.4rem;
    box-shadow: 0 0 5px #999;
    border-radius: 0.4rem;
    background-color: #fff;
}

.pf_main.pf_bh .manual .b00 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pf_main.pf_bh .manual .b00 strong {
    text-align: center;
}

.pf_main.pf_bh .pf_delete_file {
    position: absolute;
    right: -29px;
    top: 16.3rem;
    box-shadow: var(--shadow);
    background-color: #fff;
    border-radius: .2rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    color: #000;
}

.pf_main.pf_bh .pf_delete_file:hover {
    cursor: pointer;
    background-color: #f00;
    color: #fff;
}

.pf_ue.pf_bh .b_addVi .detail {
    top: -102px !important;
    display: flex;
    justify-content: center;
    right: -18rem;
}

.pf_ue.pf_bh .b_icn2 {
    display: flex;
}

.pf_ue.pf_bh .b_icn2 .icn2[alt=video] {
    width: 1.6rem;
}

.pf_main.pf_bh .pf_b00.pbvi {
    padding: 0;
}

.pf_main.pf_bh .pf_b00.pbvi .progressBar {
    background-color: #fff;
    box-shadow: var(--shadow);
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    right: 0;
    position: unset !important;
    padding: 0.3rem !important;
}

.pf_main.pf_bh .pf_b00.pbvi .progressBar {
    height: 1.8rem !important;
}

.pf_main.pf_bh .pf_b00.pbvi .progress {
    height: 1.3rem !important;
    border-radius: .2rem;
    background-color: var(--pcolor);
    color: #fff;
}

.pf_main.pf_bh .b_list .pf_bdwn, .pf_main.livestock_input .b_list .pf_bdwn {
    width: 100%;
}

.pf_main.pf_bh .b_list .pf_bdwn td {
    padding: 0.2rem 0.3rem !important;
}

.pf_textarea {
    font-family: var(--fCode);
    direction: ltr;
}

.pf_main table a.linkTable {
    color: #999;
}

.pf_main table a.linkTable:hover {
    color: deepskyblue;
}

.pf_main.pf_bh .b_list .btns.Activity, .pf_main.pf_bh .b_list .btns.Activity2 {
    border: 1px solid transparent;
    border-radius: 0.2rem;
    height: 2.7rem;
    width: 2.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /*transition: all 0.4s ease-in-out;*/
    color: #999;
}

.pf_main.pf_bh .b_list .btns.Activity:hover, .pf_main.pf_bh .b_list .btns.Activity2:hover {
    border: 2px solid;
}

.tgreen {
    background-color: green;
    color: #fff !important;
    box-shadow: 0 0 5px var(--pcolor) !important;
}

.tgry {
    background-color: #fff;
    color: #999;
    box-shadow: 0 0 5px #999 !important;
}

.pf_main.pf_ue.livestock_input .pf_delete_file {
    position: absolute;
    right: -17.8rem;
    top: 0;
    box-shadow: var(--shadow);
    background-color: #fff;
    border-radius: .2rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    color: #000;
}

.pf_main.pf_ue.livestock_input .pf_delete_file:hover {
    cursor: pointer;
    box-shadow: 0 0;
    background-color: #f00;
    border: 1px solid #f00;
    color: #fff;
}

.pf_main.pf_ue.livestock_input .b_preview_vi {
    width: 15rem;
    height: 7rem;
    box-shadow: var(--shadow);
    position: absolute;
    background-color: #fff;
    border-radius: .3rem;
    top: 0;
    right: -16rem;
    z-index: 9;
    cursor: default;
}

.pDone {
    background-color: blue !important;
    color: #fff !important;
}

.pnDone {
    background-color: #00ff72 !important;
    color: #00f !important;
}

.G_delete {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: var(--shadow);
    border-radius: 0.2rem;
    position: absolute;
    right: -18rem;
    top: 0;
}

.G_delete:hover {
    box-shadow: 0 0;
    background-color: red;
    color: #fff;
}

.pf_main.pf_allItems.pf_price_lists #pl_article {
    display: flex;
    width: 82%;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    /*height: 27rem;*/
}

.pf_alarm_delete .b_txt {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 1rem;
    position: relative;
}

.pf_alarm_delete .b_txt .fa-trash {
    position: absolute;
    right: 0;
    font-size: 25pt;
    color: #f00;
}

td.img {
    position: relative;
}

td.img img {
    position: absolute;
    width: 3.5rem;
    right: 0;
}

table tbody tr td.date {
    font-size: 11pt;
}

table tbody tr td.tdBtns {
    position: relative;
}
.pf_main table tbody tr td.tdBtns {
    position: relative;
    padding: 0.5rem;
}
.pf_main table tbody tr td.tdBtns input[type=button]{
    text-align: center;
    box-shadow: 0 0 5px;
    width: 3rem;
    border-radius: 0.2rem;
}
.pf_main #list_tagsSeo input[type=button]{
    text-align: center;
    box-shadow: 0 0 5px;
}

table tbody tr td.tdBtns input {
    /*position: absolute;*/
    /*top: 25%;*/
    /*right: 0;*/
}

table tbody#price tr td.tdBtns input {
    top: 15% !important;
}
.page_pl #prime_title{
    background-color: var(--pcolor);
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 2rem;
    font-size: 25pt;
    font-weight: 900;
}
.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3){
    position: relative;
}
.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3) .b_sorts{
    position: absolute;
    top: -39px;
    left: -39px;
    opacity: 0;
    width: 0;
    /*transition:opacity .4s ease-in-out;*/
}
.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3).tk .b_sorts{
    opacity: 1;
    width: fit-content;
}
.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3) .b_sorts .sort{
    width: 9rem;
    position: relative;
    background-color: #fff;
    height: 1.6rem;

}
.pf_main .sort:hover,.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3) .b_sorts .sort:hover{
    background-color: #eee;
}
.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3) .b_sorts .sort i {
    top: 0.3rem!important;
}
.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3) .b_sorts .U0Sort {
    transform: translate(-10rem,-10rem);
    padding: .1rem;
    border-radius: .4rem;
    border: 13px solid var(--pcolor);
}
.pf_main.pf_ue.pf_ue_article div.Publish ul >li:nth-child(3) .b_sorts .rot180 {
    transform: rotate(-90deg) !important;
}

.pf_main.pf_allItems.pf_articles #articles table{
    width: 100%;
}
.pf_main.pf_allItems.pf_articles #articles table tr{
    height: 2.3rem;
}

.pf_menu-r .pf_mr_list li.pf_exit:hover a{
    color :#f00!important;
}


#auth input.inpts {
    width: 100%;
    height: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 0.2rem;
    padding: 0 0.4rem;
    font-family: 'iran_sans', sans-serif;
    font-size: 16pt;
    font-weight: 900;
    color: #333;
    text-align: center;
}
.lb_inpts {
    margin-bottom: 0.2rem;
    display: flex;
    font-size: 11pt;
    padding-right: 0.1rem;
}
#auth .b_ck_phone {
    width: 20rem;
    position: fixed;
    background-color: #fff;
    top: 8rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    border-radius: .4rem;
    box-shadow: 0 0 5px var(--pcolor);
}
div#auth {
    position: fixed;
    z-index: 99999;
    top: 0;
}
div#auth::after{
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.4);
    top: 0;
}
#auth .b_ck_phone .sh01 {
    padding: 0 1.5rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
span.Bclose {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    color: #999;
    justify-content: center;
    align-items: center;
    font-size: 18pt;
}
span.Bclose:hover{
    color: #000;
}
.freeze{
    overflow: hidden !important;
    padding-right: 17px!important;
}

.Main_Page span.btns-save {
    width: 7rem;
    height: 2rem;
    box-shadow: 1px 3px 5px #000;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    color: #fff;
    background-color: var(--pcolor);
}
.Main_Page span.btns-save:hover{
    box-shadow: 0 0;
}

span.icn.icn-chick {
    font-weight: 900;
    font-size: 12.8pt!important;
    font-family: var(--fCode);
}

main.box_form {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
main.box_form .container {
    position: relative;
    max-width: 350px;
    border-radius: 20px;
    padding: 2rem 2rem 1rem;
    box-sizing: border-box;
    background: #ecf0f3;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    font-weight: 900;
    text-align: center;
    margin: 5rem auto;
    min-width: 20rem;
}
main.box_form .container .lgn {
    background: url("../img/damFarm13.png") no-repeat center;
    background-size: 5rem;
    border-radius: 50%;
    width: 7rem;
    height: 7rem;
    box-shadow: 14px 14px 20px #cbced1, -14px -14px 20px white;
    margin: .5rem auto 2rem;
}
main.box_form .container .input_group {
    background: #ecf0f3;
    padding: 10px;
    padding-left: 20px;
    height: 50px;
    font-size: 18px;
    border-radius: .2rem;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px white;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    margin: 0;
    direction: ltr;
    font-family: vazir,sans-serif;
}
main.box_form label, input, button {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 4px;
    text-align: right;
    margin-top: 12px;
}
main.box_form .boxInpts .eyes{
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    color: #999;
}
main.box_form .boxInpts {
    position: relative;
}
main.box_form button {
    color: white;
    margin-top: 20px;
    background-color: var(--pcolor);
    height: 40px;
    border-radius: .2rem;
    cursor: pointer;
    font-weight: 900;
    box-shadow: 1px 3px 5px #000;
    transition: 0.5s;
    font-family: inherit;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
main.box_form .R_F {
    display: flex;
    justify-content: space-between;
    margin: 1rem;
}
main.box_form .R_F > a {
    text-decoration: none;
    color: #333!important;
    font-size: 12.8pt;
    height: 1.6rem;
}

main.box_form .bxSms {
    display: flex;
    margin: 2rem auto;
}
main.box_form .bxSms > label {
    color: white;
    padding: .5rem;
    background-color: var(--pcolor);
    border-radius: .2rem;
    cursor: pointer;
    font-weight: 100;
    box-shadow: 1px 3px 5px #000;
    transition: 0.5s;
    font-family: inherit;
    font-size: 17px;
    display: flex;
    justify-content: center;
    margin: 0 .4rem;
    align-items: center;
}

main.box_form .bxSms > label:hover,main.box_form button:hover{
    box-shadow: 0 0;
    cursor: pointer;
}

.timerRun {
    background-color: #999!important;
    box-shadow: 0 0!important;
    cursor: default!important;
}

main.profile.registerUser input#mobile {
    color: #999!important;
    background-color: #eee!important;
}

header.tv_header section.search span.fas.fa-search {
    color: #ccc;
    position: absolute;
    top: 27px;
    left: 20px;
}

.pf_groupingEdit .pf_bdwn{
    margin: 0!important;
}

#t_grouping input[type=text] {
    width: 10rem;
    box-shadow: inset 0 0 6px #555;
    padding: .5rem;
    border-radius: .3rem;
    text-align: center;
}

header .hUser.hover.th {
    width: 6.2rem;
    margin: 0 2.4rem 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header a.userAv {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    box-shadow: 0 0 5px #999;
    overflow: hidden;
}
header a.userAv  img.huImg {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
}
header .logout{
    background: url("../img/logout.svg") no-repeat;
    width: 2rem;
    height: 2rem;
}

@media (min-width: 1300px ) {
    .pdp-latoja {
        left: 52vw!important;
    }
}

@media (max-width: 914px) {
    .bx_items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0.9rem;
    }
    main {
        min-width: unset;
    }
    .tv_view .b_avatar {
        display: flex;
        justify-content: space-between;
        padding: 0 1rem;
        align-items: center;
        margin-top: 1rem;
    }
    .tv_view .following{
        display: none;
    }
    .tv_view .following.ph {
        display: flex;
        height: 2rem;
    }
    .tv_view .b_avatar a {
        display: flex;
        align-items: flex-end;
    }
    .tv_view .details .b_d00 {
        width: 100%!important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .tv_view section.details {
        margin: 1rem 0 0;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;
    }
    .tv_view .v_title .rate_view {
        display: flex;
        width: 3rem;
        justify-content: space-evenly;
        align-items: center;
        position: absolute;
        top: 51px;
        font-size: 10pt;
    }
    .tv_view .v_title .rate_view span{
        font-size: 11.7pt;
        color:#999;
    }
    .tv_view .v_title .fa-eye{
        display: none;
    }
    .tv_view .v_title .unit{
        display: block;
    }
    .tv_view .v_title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 0 1rem;
        flex-direction: column;
        position: relative;
    }
    .tv_view section.b_video {
        width: 100%;
        height: 280px;
    }
    .tv_view .b_video video {
        width: 100%;
        height: 280px;
        margin: 0;
        display: block;
        position: fixed;
        top: 62px;
        z-index: 10;
        background-color: #000;
    }
    .tv_view  .b_r_00 {
        display: flex;
        flex-direction: column;
    }
    main {
        display: flex;
        width: 100%;
        margin: auto;
        flex-direction: column;
    }

    section.box_right {
        margin:1rem auto !important;;
        width: 100%;
        overflow: hidden;
    }

    .h_b000 {
        width: 100% !important;
        margin: 0 auto;
        background-color: var(--white);
        height: 3.4rem;
        display: flex;
        align-items: center;
        padding: .4rem 0 0.4rem 0;
        justify-content: space-around;
        box-shadow: 0 0 5px #ccc;
    }

    section.search {
        position: relative;
        width: fit-content;
        margin: unset;
        display: none;
    }

    section.search span.fas.fa-search {
        color: #ccc;
        position: absolute;
        top: -10px;
        left: -35px;
    }


    section.b_uls .upload {
        display: none;
    }

    .banner img {
        width: 95%;
        border-radius: var(--b3rem);
        height: 5rem;
        margin: auto;
        display: block;
    }

    .item {
        width: 100%;
        height: 15rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: unset;
        justify-content: space-between;
        position: relative;
        margin: 2rem auto;
        box-shadow: unset;
        border-radius: unset;
    }

    section.b_uls {
        margin: unset;
        display: flex;
        align-items: center;
        width: fit-content;
        justify-content: space-around;
    }

    .tv_home .item .b_img img {
        width: 100% !important;
        height: 55vw !important;
    }

    .item .b_img {
        width: 100%;
        height: unset;
        position: relative;
    }
    .item .duration {
        font-size: 12pt;
        margin-right: auto;
        padding: 0px 0.25rem;
        border-radius: 3px;
        color: white;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 11px;
        bottom: 18px;
    }
    .menu_r {
        width: 15rem !important;
        padding-top: 1rem;
        overflow: hidden;
        padding-right: 2rem;
        box-shadow: 0 15px 5px #999;
    }
    .mg3{
        margin-top: 3rem;
    }
    .item .b_ph {
        margin-right: 2rem;
    }
    .pdp-latoja {
        top: 12rem!important;
        border-radius: .4rem;
        box-shadow: unset !important;
        z-index: 0 !important;
        left: 0!important;
        right: 0!important;
        margin: auto;
        width: fit-content;
    }
    .mag .b_menu .ls_icn {
        margin: 0 0.5rem;
    }
    .mag_ph_header .b_menu .login_signUp > div {
        display: flex;
        margin: 0 1rem;
    }
    .mag_ph_header .b_menu .login_signUp {
        display: flex;
        justify-content: space-between;
        margin: 2rem auto;
    }
    .bodyF{
        position: fixed;
        width: 100%;
    }
    .df_ph_header .login_signUp {
        width: 100%;
        display: flex;
        margin: 3rem auto 1.2rem;
        justify-content: center;
        align-items: center;
    }
    main.Site_guide section.txt_body.map {
        display: flex;
        justify-content: space-around;
        flex-direction: column;
    }
    main.Site_guide section.txt_body.map .b01{
        margin-bottom: 2.5rem;
    }
    main.Site_guide section.txt_body {
        padding: 1.5rem 1rem;
    }
    main.home .go_journal {
        margin-top: 1rem;
    }

    #home_slider .b_arrow {
        display: none;
    }

    #home_slider ul {
        transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
        width: 95%;
        display: flex;
        overflow-x: scroll;
        margin: auto;
    }

    #home_slider ul > li {
        float: right;
    }

    #home_slider ul > li img {
        width: 80vw;
        height: 11rem;
        border-radius: 0.7rem;
        margin: 0.6rem .2rem;
        box-shadow: 1px 3px 5px #333;
        display: block;
    }

    .page_pl .pl_title h1 span, .page_pl .pl_title h2 span {
        font-size: 18pt;
        font-family: var(--fnb);
    }

    .page_pl .pl_title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 0.6rem 0;
        flex-direction: column;
    }

    .page_pl .price_list_birds span.pl_btn {
        width: 10rem;
        display: flex;
        box-shadow: 0 0 6px #999;
        height: 2.9rem;
        border-radius: .4rem;
        justify-content: center;
        align-items: center;
        margin: 0 .4rem;
        background-color: #fff;
    }

    .iconCalender {
        background: url("https://dam.farm/asset/img/calendar-96.png") no-repeat;
        background-size: cover;
        width: 2rem;
        height: 2rem;
        display: block;
        position: absolute;
        top: 8px!important;
        left: 15px;
        transition: all .15s ease-in-out;
    }
    .page_pl .box_calender > label {
        position: absolute;
        background-color: #ecf0f3;
        top: -14px;
        right: 14px;
        padding: 0 0.6rem;
        color: #999;
    }
    .page_pl .price_list_birds .box_calender {
        width: 14rem;
        display: flex;
        flex-direction: column;
    }

    .page_pl .pl_filter_form {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
        height: 10rem;
    }

    .page_pl section.b_Calenders {
        display: flex;
        flex-direction: column;
        width: fit-content;
        margin: auto;
        position: relative;
        align-items: center;
    }

    .page_pl .sh_table {
        display: grid;
        grid-template-columns: unset;
        height: unset;
        grid-template-rows: unset;
        row-gap: 2rem;
        width: 90%;
        margin: 1.5rem auto;
    }

    .mag_ph_header .price_lists ul.mag_submenus {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .mag_ph_header .price_lists li.sub3 {
        font-size: 14pt !important;
        color: var(--pcolor);
        box-shadow: var(--shadow);
        display: flex;
        padding: .9rem;
        border-radius: .3rem;
        justify-content: center;
        margin: 0.4rem;
        align-items: center;
        background-color: #fff;
    }

    .page_pl .b000 section.b001 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 20rem;
    }

    .page_pl .pl_sh-0 .b000 {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .page_pl section.price_list_birds section.pl_sh-0 {
        width: 100%;
        margin: auto;
    }

    main.home {
        overflow: hidden;
    }

    .logo_email input.email {
        height: 100%;
        font-family: initial;
        font-size: 12pt;
        font-weight: 900;
        direction: ltr;
        letter-spacing: 1.6px;
        width: 14rem;
        padding: 0 0.6rem;
        border: 1px solid #999;
    }

    footer section.fb.copyright_law h6 {
        font-weight: 100;
        font-size: 12.8pt;
        color: #999;
        text-align: center;
    }

    footer .sign_trust a {
        display: flex;
    }

    footer .sign_trust {
        display: flex;
        width: 95%;
        justify-content: space-around;
        align-items: center;
        margin: 2rem;
    }

    footer .your_way p {
        text-align: justify;
        color: #999;
        font-size: 12pt;
        line-height: 32px;
    }

    footer .your_way {
        width: 95%;
    }

    footer .links .fb00 ul li {
        color: #999;
        font-size: 14pt;
        margin: 0 0 0.3rem 0;
        text-align: center;
    }

    .fb00.about {
        display: none;
    }

    footer section.links {
        display: flex;
        width: 95%;
        justify-content: space-between;
        align-items: center;
    }

    footer .fb00 {
        height: 12rem;
        padding: 0 .5rem;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home .Support_info ul {
        margin-top: 2rem;
        height: 31rem;
        align-items: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .home .go_journal img {
        width: 100%;
        height: 12rem;
    }

    .df_ph_header .ls {
        border: var(--border);
        border-radius: .3rem;
        width: 40%;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: var(--shadow);
        margin: 0 0.3rem;
    }

    .df_ph_header .ls .name {
        margin-right: 0.9rem;
        font-size: 14pt;
    }

    .df_ph_header .basket span {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .df_ph_header section.b_h {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: .4rem;
        border-radius: .3rem;
        height: 3.2rem;
        background-color: var(--pcolor) !important;
        box-shadow: 0 0 10px #999 !important;
        width: 9rem !important;
        margin: 0 auto;
    }

    .df_ph_header .number_purchases {
        font-size: 12pt;
        font-family: nbyekan, sans-serif;
        border-radius: 50%;
        background-color: #999;
        width: 1.5rem;
        height: 1.5rem;
        display: flex;
        justify-content: center;
    }

    .df_ph_header section.b_h:hover {
        box-shadow: 0 0 !important;
        cursor: pointer;
    }

    .df_header {
        display: none;
    }

    .df_ph_header {
        display: flex;
        width: 100%;
        background-color: #fff;
        height: 3rem;
        box-shadow: var(--shadow);
        transition: all 2s ease-in-out;
    }

    .df_ph_header .shadow {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        z-index: 98;
    }

    .df_ph_header .bup {
        width: 100%;
        position: relative;
    }

    .df_ph_header .b_logo {
        width: fit-content;
        display: flex;
        height: 2rem;
        position: absolute;
        left: 0;
        right: 0;
        margin: .5rem auto;
    }

    .df_ph_header .bup span.fa.fa-bars {
        position: absolute;
        left: 0.9rem;
        margin: 0.8rem 0;
        font-size: 19.8pt;
        color: #999;
    }

    .df_ph_header .b_menu {
        display: flex;
        width: 80%;
        height: 100%;
        background-color: #fff;
        flex-direction: column;
        z-index: 99;
        position: fixed;
        left: -300rem;
        align-items: flex-start;
        box-shadow: var(--shadow);
        overflow: scroll;
        transition: all .3s ease-in-out;
    }

    .df_ph_header .login_signup {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 3.3rem 0 1.2rem;
    }

    .df_ph_header .search {
        display: flex;
        justify-content: center;
        margin: 1rem auto;
        position: relative;
        width: 100%;
    }

    .df_ph_header .search input[type=text] {
        border-radius: 1.8rem;
        height: 2.8rem;
        border: 1px solid #999;
        width: 80%;
        padding: 0 0.7rem;
        font-size: 12.8pt;
    }

    .df_ph_header .search span.fas.fa-search.hover {
        position: absolute;
        left: 50px !important;
    }

    .df_ph_header nav {
        padding: 1rem;
        width: 100%;
    }

    .df_ph_header nav > ul > li {
        font-size: 18pt;
        font-weight: 900;
        margin-bottom: 0.6rem;
    }

    .df_ph_header nav > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 16pt;
        color: var(--pcolor);
    }

    .df_ph_header nav > ul > li span.fas.fa-angle-left, .df_ph_header nav > ul li span.fas.fa-angle-up {
        margin-left: 2rem;
        font-size: 15pt;
        color: #999;
        transition: all .5s ease-in-out;
    }

    .df_ph_header nav > ul > li > ul {
        height: 0;
        overflow: hidden;
        transition: height 1s ease-in-out;
    }

    .df_ph_header nav > ul > li > ul > li {
        font-weight: 900;
        /*margin-bottom: 0.6rem;*/
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .df_ph_header nav > ul > li > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: .6rem 0;
    }

    .df_ph_header ul.df_submenu2 a {
        font-size: 14pt !important;
        color: var(--pcolor);
        box-shadow: var(--shadow);
        display: flex;
        padding: .2rem;
        border-radius: .3rem;
        justify-content: center;
        margin: 0.4rem;
        align-items: center;
        min-height: 80%;
        background-color: #fff;
    }

    .df_ph_header ul.df_submenu2 {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        height: 0;
        overflow: hidden;
        transition: height 1s ease-in-out;
        background-color: #eee;
    }


    .mag_Article .content img.ar_img_mid {
        display: flex;
        margin: 1rem auto;
        width: 100%;
    }

    .mag_Article .content_2 {
        width: 90%;
        margin: auto;
        text-align: justify;
    }

    .mag_Article .b_view .b_title .name {
        font-size: 17pt !important;
        color: #333;
        text-align: center;
    }

    .mag_Article .content .content_image img {
        width: 96%;
        max-width: 40rem;
        min-width: 10rem;
        margin: auto;
        display: flex;
        border-radius: .3rem;
    }

    .subVisible {
        height: 0 !important;
        width: 0 !important;
        /*margin: 1rem 0 !important;*/
    }

    .mag_ph_header ul.mag_submenu2 {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 0;
        height: 0;
        overflow: hidden;
        transition: height 1s ease-in-out;
        background-color: #eee;
    }

    .mag_ph_header ul.mag_submenu2 a {
        font-size: 14pt !important;
        color: var(--pcolor);
        box-shadow: var(--shadow);
        display: flex;
        padding: .2rem;
        border-radius: .3rem;
        justify-content: center;
        margin: 0.4rem;
        align-items: center;
        min-height: 80%;
        background-color: #fff;
    }

    .mag_ph_header nav > ul > li span.fas.fa-angle-left, .mag_ph_header nav > ul li span.fas.fa-angle-up {
        margin-left: 2rem;
        font-size: 15pt;
        color: #999;
        transition: all .5s ease-in-out;
    }

    .mag_ph_header nav > ul > li > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333;
        font-weight: 900;
        font-size: 16pt;
    }


    .mag_ph_header nav > ul > li > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: .6rem 0;
    }

    .mag_ph_header nav > ul > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        font-size: 16pt;
        color: var(--pcolor);
    }

    .mag_ph_header nav {
        padding: 1rem;
        width: 100%;
    }

    .mag_ph_header nav > ul > li {
        font-size: 18pt;
        font-weight: 900;
        margin-bottom: 0.6rem;
    }

    .mag_ph_header nav > ul > li > ul > li {
        font-weight: 900;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }

    .mag_ph_header nav > ul > li > ul {
        height: 0;
        overflow: hidden;
        transition: height 1s ease-in-out;
    }

    .mag_ph_header .search span.fas.fa-search.hover {
        position: absolute;
        left: 50px !important;
    }

    .mag_ph_header .search input[type=text] {
        border-radius: 1.8rem;
        height: 2.8rem;
        border: 1px solid #999;
        width: 80%;
        padding: 0 0.7rem;
        font-size: 12.8pt;
    }

    .mag_ph_header .search {
        display: flex;
        justify-content: center;
        margin: 1rem auto;
        position: relative;
        width: 100%;
    }

    .mag_ph_header .login_signup {
        display: flex;
        justify-content: space-around;
        width: 100%;
        padding: 2rem 0;
    }

    .mag_ph_header .b_menu {
        display: flex;
        width: 80%;
        height: 100%;
        background-color: #fff;
        flex-direction: column;
        z-index: 99;
        position: fixed;
        left: -300rem;
        align-items: flex-start;
        box-shadow: var(--shadow);
        overflow: scroll;
        transition: all .3s ease-in-out;
    }

    .mag_ph_header .shadow {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        z-index: 98;
    }

    a.View_more {
        font-size: 12pt;
        color: var(--pcolor);
        position: absolute;
        left: 20px;
        top: 100%;
        box-shadow: var(--shadow);
        padding: .5rem 0.6rem;
        font-family: var(--fv);
        display: flex;
        align-items: center;
        width: 7.4rem;
        justify-content: flex-start;
        border-radius: .3rem;
        background-color: #fff;
        transition: all .3s ease-in-out;
        height: 3rem;
    }

    .mag_footer section.Social_Networks .Networks {
        display: flex;
        justify-content: space-around;
        margin-top: 1.4rem;
    }

    .mag_footer section.Social_Networks {
        margin-top: 1rem;
    }

    .mag_footer section.links {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    footer .fb {
        display: flex;
        justify-content: space-between;
        margin: 1.5rem auto;
        flex-direction: column;
        align-items: center;
    }

    .mag_footer .fb00.about {
        display: none;
    }

    .bphw {
        width: 95% !important;
    }

    .mag_header {
        display: none;
    }

    .mag_ph_header {
        display: flex;
        width: 100%;
        background-color: #fff;
        height: 3rem;
        box-shadow: var(--shadow);
        transition: all 2s ease-in-out;
    }

    .mag_ph_header .b_logo {
        width: 10rem;
        display: flex;
        height: 2rem;
        position: absolute;
        left: 0;
        right: 0;
        margin: .5rem auto;
    }

    .mag_ph_header .bup {
        width: 100%;
        position: relative;
    }

    .mag_ph_header .bup span.fa.fa-bars {
        position: absolute;
        left: 0.9rem;
        margin: 0.8rem 0;
        font-size: 19.8pt;
        color: #999;
    }

    .mag_home .hottest_news .br {
        width: 5rem;
        padding: 0.3rem 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--pcolor);
        color: #fff;
        border-radius: 0 .3rem .3rem 0;
        position: absolute;
        right: -10px;
        height: 100%;
    }

    .mag_home .hottest_news .br .name {
        display: none;
    }

    section.mag_banner img {
        width: 100%;
    }

    .b_view .b_title {
        background-color: #fff;
        position: absolute;
        top: -71px !important;
        padding: 0 !important;
        display: flex;
        align-items: center;
        width: 100% !important;
        justify-content: center;
    }

    .b_view span.line-b-corner {
        width: 100%;
        height: 0.5rem;
        display: flex;
        position: absolute;
        top: -4px;
        background: rgb(17, 107, 44);
        background: radial-gradient(circle, rgba(17, 107, 44, 1) 31%, rgba(238, 238, 238, 1) 87%);
    }

    .mag_home section.mag_banner {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 6rem 0 1rem;
    }

    .mag_home .Animal_health_diseases .b_title .name {
        font-size: 29pt !important;
    }

    .b_view .articles {
        margin: 3rem auto;
        display: grid;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .b_view .articles .a1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: var(--shadow);
        padding: 0 !important;
        border-radius: .3rem;
        width: 95%;
        height: 22rem;
        overflow: hidden;
        transition: box-shadow .3s ease-in-out;
        margin: 0 auto 0.6rem;
    }

    .b_view .articles .a1 img {
        width: 100%;
        display: flex;
        height: 100%;
    }

    .b_view .articles .a1 .b_img a {
        width: 100%;
        display: flex;
    }

    .b_view .articles .a1 .b_img {
        width: 100%;
    }

    .Latest_Products .b_dw {
        width: 100%;
        padding-right: 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Latest_Products section.Tools {
        display: flex;
        width: 5rem;
        justify-content: center;
        color: #999;
        margin: 1rem 0 0;
    }

    .Latest_Products section.connect_name {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        align-items: center;
    }

    .Latest_Products .connect {
        color: var(--pcolor);
        font-size: 12pt;
        margin: 1rem;
        box-shadow: 0 0 5px #999;
        padding: 0.6rem .5rem;
    }

    .logo_email .b00 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 1.8rem;
        flex-direction: column;
        height: 10rem;
    }

    .close {
        display: flex;
        width: 35px;
        height: 36px;
        justify-content: center;
        align-items: center;
        font-size: 18pt;
        text-align: center;
        color: #333;
        position: absolute;
        right: 0;
        top: 0;
    }

    .left0 {
        left: 0 !important;
    }

    .rotate90 {
        transform: rotate(-90deg);
        color: var(--pcolor) !important;
    }

    .pfixed1 {
        position: fixed !important;
        background-color: #fff;
        width: 100%;
        height: 3rem;
        top: 0;
        z-index: 80;
        box-shadow: 0 0 5px #999;
        transition: top .35s ease-in-out;
    }

    .pfixed2 {
        position: fixed !important;
        background-color: #fff;
        width: 100%;
        height: 3rem;
        top: -200px;
        z-index: 80;
        box-shadow: 0 0 5px #999;
        transition: top .35s ease-in-out;
    }

    .mag_Article .b000 {
        display: grid;
        grid-template-columns: 100%;
        margin-top: 5rem;
    }

    .mag main {
        overflow: hidden;
    }

    main.mag_thematic .b000 {
        display: flex;
        grid-template-columns: 95%;
        margin: 6rem auto;
        flex-direction: column;
    }

    .mag_thematic .b_view .articles {
        margin: 2rem auto !important;
        display: flex;
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 2.6rem;
        flex-direction: column;
    }

    .mag_thematic .b_view .articles .a1 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        box-shadow: var(--shadow);
        padding: 0 !important;
        border-radius: .3rem;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden;
        transition: box-shadow .3s ease-in-out;
        position: relative;
    }

    .mag_thematic a.View_more {
        font-size: 12pt;
        color: #fff;
        position: unset !important;
        box-shadow: var(--shadow);
        padding: .5rem 0.6rem;
        font-family: var(--fv);
        display: flex;
        align-items: center;
        width: 11.5rem;
        justify-content: center;
        border-radius: .3rem;
        background-color: var(--pcolor);
        transition: all .3s ease-in-out;
        height: 2.7rem;
        margin: .4rem auto;
    }

    .mag_thematic .b_view .b00 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: 100%;
        justify-content: space-between;
        /* margin-right: 0.4rem; */
        padding: .5rem;
    }

    .b_view .b_bottom {
        position: unset !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0;
        margin: auto;
        width: 100% !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0.5rem 0.7rem;
    }
}

@media (max-width: 392px) {
    .mpli .c_mplis {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    }
}

@media (max-width: 320px) {
    .mpli .c_mplis {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 3rem;
    }
}
