/* input(104,31): run-time error CSS1046: Expect comma, found '0'
input(104,35): run-time error CSS1046: Expect comma, found '/'
input(106,23): run-time error CSS1046: Expect comma, found '0'
input(106,27): run-time error CSS1046: Expect comma, found '/'
input(278,39): run-time error CSS1046: Expect comma, found '0'
input(278,43): run-time error CSS1046: Expect comma, found '/'
input(278,72): run-time error CSS1046: Expect comma, found '0'
input(278,76): run-time error CSS1046: Expect comma, found '/'
input(278,106): run-time error CSS1046: Expect comma, found '0'
input(278,110): run-time error CSS1046: Expect comma, found '/'
input(462,31): run-time error CSS1046: Expect comma, found '0'
input(462,35): run-time error CSS1046: Expect comma, found '/'
input(464,23): run-time error CSS1046: Expect comma, found '0'
input(464,27): run-time error CSS1046: Expect comma, found '/'
input(789,31): run-time error CSS1046: Expect comma, found '0'
input(789,35): run-time error CSS1046: Expect comma, found '/'
input(790,28): run-time error CSS1046: Expect comma, found '0'
input(790,32): run-time error CSS1046: Expect comma, found '/'
input(791,23): run-time error CSS1046: Expect comma, found '0'
input(791,27): run-time error CSS1046: Expect comma, found '/'
input(912,31): run-time error CSS1046: Expect comma, found '0'
input(912,35): run-time error CSS1046: Expect comma, found '/'
input(914,23): run-time error CSS1046: Expect comma, found '0'
input(914,27): run-time error CSS1046: Expect comma, found '/'
input(1100,39): run-time error CSS1046: Expect comma, found '0'
input(1100,43): run-time error CSS1046: Expect comma, found '/'
input(1100,72): run-time error CSS1046: Expect comma, found '0'
input(1100,76): run-time error CSS1046: Expect comma, found '/'
input(1100,106): run-time error CSS1046: Expect comma, found '0'
input(1100,110): run-time error CSS1046: Expect comma, found '/' */
@font-face {
    font-family: "iransans-light";
    src: url("../fonts/iransans/IRANSansWeb\(FaNum\)_Light.eot?");
    src: url("../fonts/iransans/IRANSansWeb(FaNum)_Light.ttf"), url("../fonts/iransans/IRANSansWeb\(FaNum\)_Light.woff") format("woff"), url("../fonts/iransans/IRANSansWeb\(FaNum\)_Light.woff2") format("woff2");
    font-weight: normal;
    font-style: normal
}
:root {
    --light_backcolor: #f9f9f9;
    --light_color: #6f7286;
    --persianfont: "iransans-light";
    --norm_font_size: 14px;
    --orange_color: #f98047;
    --border-dark-color: #dcdcdc70;
    --border-light-color: #ededed;
}
body {
    margin: 0;
    background-color: var(--light_backcolor);
    min-width: 300px !important;
    max-width: 1905px !important;
}
body,
label,
input {
    font-size: var(--norm_font_size);
    color: var(--light_color);
    fill: var(--light_color);
    font-family: var(--persianfont);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    position: relative;
    direction: rtl;
    margin: auto;
}
.dark {
    background: #0f0f0f !important;
    color: #FFF !important;
    fill: #FFF !important;
}
.darklight {
    background-color: #202020 !important;
    color: #FFF !important;
}
.inputdark {
    background: #0f0f0f !important;
    color: #FFF !important;
    border: 1px solid hsl(0, 0%, 18.82%) !important;
}
a {
    color: inherit;
    text-decoration: none;
}
.btn_blu {
    letter-spacing: .25px;
    line-height: 20px;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    background-color: #1a73e8;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    padding: 6px 13px 7px;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    transition: background-color .2s,box-shadow .2s,color .2s;
}
svg {
    height: auto;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mnu_outbox::-webkit-scrollbar {
    width: 3px;
}

.mnu_outbox::-webkit-scrollbar-track {
    background: none;
}

.mnu_outbox::-webkit-scrollbar-thumb {
    background: #ffae87;
}

.mnu_outbox::-webkit-scrollbar-thumb:hover {
    background: #f98047;
}
header {
    height: 50px;
    /*border-bottom: 1px solid gainsboro;*/
    display: flex;
    background: #FFF;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 1px 0 7px 0;
    -moz-box-shadow: rgba(0,0,0,.1) 1px 0 7px 0;
    box-shadow: rgb(0 0 0 / 10%) 1px 0 7px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
}
header a {
    display: flex;
    color: inherit;
}
.mnu_topboxlogo {
    display: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #e6e6e6;
    width: 95%;
    margin-bottom: 8px;
}
.lyt_menubox {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
    height: 100%;
    align-items: center;
}
.lyt_insidemenubox {
    display: flex;
    justify-content: flex-end;
    margin-right: 7px;
    align-items: center;
    cursor:pointer;
}
.lyt_menubox > svg {
    width: 24px;
    cursor:pointer;
}
.lyt_notifbox > svg {
    width: 21px;
    cursor: pointer;
    margin-top: 3px;
}
.lyt_notifbox {
    display: flex;
    margin-left: 25px;
}
.notifitem > p > span {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: nowrap;
}
.notifusr {
    position: absolute;
    bottom: -10px;
    right: 70px;
    line-height:30px;
}
.notif_profileImage {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-left: 3px;
}
.font13{
    font-size:12px;
}
.imgHolder {
    /*background-image: url(/assets/img/bg/imgcover.png?v=rFGVkia-waThGeNrPX_K1ND-zYE);*/
    width: 300px;
    height: 169px;
    position: relative;
}
.txt {
    border: 1px solid #dadbdc;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 250px;
    padding: 0 17px;
    outline: none;
    color: #868686;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    padding: 5px;
}
.lyt_searchbox {
    display: flex;
    align-items: center;
    flex: 100%;
    justify-content: center;
}
.txtmastersearch {
    width: 350px;
    border-radius: 5px;
}
.lyt_searchinsidebox {
    position: relative;
}
.lyt_searchinsidebox > svg {
    position: absolute;
    left: 5px;
    top: 9px;
    width: 17px;
    fill: #6a6a6a;
    cursor:pointer;
}
.lyt_logobox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 15px;
}
.lyt_logobox > a > img {
    vertical-align: middle;
}
.lyt_userbox {
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
}
.lyt_userbox > a > svg {
    width: 28px;
    cursor:pointer;
}
.lyt_leftbox {
    display: flex;
    align-items: center;
    position: relative;
}
.lyt_uploadbox {
    display: flex;
    margin-left: 25px;
}
.lyt_uploadbox > a > svg {
    width: 21px;
    cursor:pointer;
}
.lyt_messagebox {
    display: flex;
    margin-left: 25px;
}
.lyt_messagebox>div > svg {
    width: 21px;
    margin-top: 10px;
}
.lyt_searchboxmob {
    display: none;
    margin-left: 25px;
}
.lyt_searchboxmob > svg {
    width: 19px;
    cursor: pointer;
    vertical-align: sub;
    opacity: 0.9;
}
.orngcolor {
    color: var(--orange_color);
}
.confbx {
    position: fixed;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -180px;
    background: var(--light_backcolor);
    border-radius: 4px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 40%);
    text-align: right;
    padding: 10px;
    display: none;
    z-index: 30000;
    direction: rtl;
    text-align:center;
}
.confbx > div {
    margin: 30px 0 10px 0;
}
.btnaccpt {
    background: #04ac04;
    color: #FFF;
    padding: 7px 30px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 10px;
}
.btncancl {
    background: #e32121;
    color: #FFF;
    padding: 7px 30px;
    border-radius: 4px;
    cursor: pointer;
    margin-right:10px;
}
/*tooltip*/
.tp {
    position: relative;
}
.tp .tpt {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    right: -50px;
    top: -40px;
    font-size:12px;
    z-index: 20000;
}
.tp:hover .tpt {
    visibility: visible;
}
.tptll {
    right:-80px !important; 
}
.tptbb {
    width: inherit !important;
    padding: 7px 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 40px;
    white-space: nowrap;
}
/*end tooltip*/
/*checkbox*/
.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 12px;
    vertical-align: middle;
    margin-top: 4px
}
.switch input {
    opacity: 0;
    width: 32px;
    height: 0
}
.SliderBtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}
.SliderBtn:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0;
    bottom: -5px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #818395;
}
input:checked + .SliderBtn {
    background-color: #3098c7;
}
input:focus + .SliderBtn {
    box-shadow: 0 0 1px #2196f3
}
input:checked + .SliderBtn:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px)
}
@media(min-width:450px) {
    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        display: block
    }
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    width: auto;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 0
}
input[type="radio"] {
    display: none
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px
}
[type="radio"]:checked + label::before,
[type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    top: 0;
    right: 6px;
    width: 16px;
    height: 16px;
    border: 1px solid #135900;
    border-radius: 50px
}
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1)
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0)
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #1b8e6c;
    position: absolute;
    top: 5px;
    right: 11px;
    border-radius: 2px;
    transition: all .2s ease
}
.SliderBtn.round {
    border-radius: 34px;
    width: 32px;
    height: 10px;
}
.SliderBtn.round:before {
    border-radius: 50%
}
/*end checkbox*/
/**************** menu css **************/
.mnu_outbox {
    /*display: flex;*/
    max-width: 240px;
    padding: 10px 10px 20px 0;
    background: #FFF;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 1px 0 7px 0;
    -moz-box-shadow: rgba(0,0,0,.1) 1px 0 7px 0;
    box-shadow: rgb(0 0 0 / 10%) 1px 0 7px 0;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    overflow-y: auto;
    top: 50px;
    transform: inherit;
}
.mnu_outbox svg {
    width: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
.mnu_outbox ul{
    width: 95%;
}
.mnu_outbox li {
    height: 40px;
    line-height: 40px;
    padding-right: 7px;
    cursor:pointer;
}
.mnu_outbox li:hover {
    background: #f2f2f2;
    color:var(--light_color) !important;
}
.mnu_otherpagesbox li:hover {
    background: none;
}
.mnu_otherpagesbox li a:hover {
    color: var(--orange_color);
}
.mnu_socialbox li:hover {
    background: none;
    color: var(--orange_color) !important;
}
.mnu_socialbox li a:hover {
    color: var(--orange_color);
}
.divsideli {
    height: 40px;
    line-height: 40px;
    padding-right: 7px;
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
}
.mnu_logindesc {
    line-height: 22px;
    font-size: 12px;
    text-align: justify;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
.mnu_loginbox {
    height: auto;
}
.mnu_catsub > li > a {
    display: block;
}
.mnu_othersites > li > a {
    display: block;
}
/**************** end menu css **************/



/**************** index css **************/
.mainbox {
    /*display: flex;
    justify-content: center;*/
    margin: 55px 260px 0 0;
}
.inx_videobox {
    display: flex;
    flex-direction: column;
    margin: 20px 5px 0 5px;
    width: 300px;
    height: 240px;
}
.videolistbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 530px;
    overflow: hidden;
}
.inx_btmtitlebox {
    margin-right: 20px;
}
.inx_btmtitlebox>a{
    display: contents;
}
.inx_btmtitletext {
    margin: 0;
    font-size: 14px;
    width: fit-content;
}
.inx_gtfollw_bottom {
    display: flex;
}
.btmvd_chanlname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 150px;
    display: inline-block;
    margin: 0 40px 0 0;
    font-size: 11px;
}
.inx_btmoutbox {
    height: 290px;
    overflow: hidden;
}
.btmvd_mobmore{
    display:none;
}
@media only screen and (min-width: 2110px) {
    .mainbox {
        width: 1840px !important;
        margin: auto !important;
        margin-top: 55px !important;
        padding-right: 260px !important;
    }
}
@media only screen and (max-width: 940px) {
    .mnu_outbox {
        display: block;
        z-index: 20000;
        position: fixed;
        background: #FFF;
        width: 80%;
        height: 100%;
        right: 0;
        top: 0;
        z-index: 200000;
        overflow-y: auto;
        transform: translateX(100%);
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
    }
    .mnu_topboxlogo {
        display: flex;
    }
    .lyt_menubox{
        display:flex !important;
    }
    .mainbox {
        margin: 55px 0px 0 0;
    }
    .inx_videobox {
        margin: 20px 2px 0 2px;
    }
    .inx_lithide{
        display:none;
    }
    .inx_btmoutbox{
        height:inherit;
    }
    .txt{
        font-size:16px;
    }
    .lyt_userprofile{
        width:32px !important;
        height:32px !important;
    }
    .btmvd_ownerbox {
        display: none !important;
    }
    .btmvd_titlebox {
        display: flex;
        margin-top: -5px;
        max-width: fit-content;
        margin-right: 7px;
    }
    .btmvd_date {
        margin-right: 7px !important;
    }
    .duration {
        letter-spacing: 0.7px;
        font-size: 11px;
    }
}
@media only screen and (max-width: 640px) {
    .inx_videobox {
        width: 48%;
        height: auto;
    }
    .imgHolder {
        width: 100%;
        height: auto;
        min-height: 95px;
        background-position: center;
    }
    .imgHolder > img {
        width: 100%;
    }
    .pop_index_p{
        font-size:12px;
    }
    .videolistbox {
        height: inherit;
    }
    .duration {
        bottom: 10px !important;
    }
    .bse_favicon {
        display: none !important;
    }
    .btmvd_chanlname {
        width: 100px;
        margin-right: 9px;
    }
    .btmvd_noredate {
        display: flex;
        width: 100%;
        justify-content: flex-end;
    }
    .btmvd_noredate>a{
        display: flex;
    }
    .btmvd_noredate>a:first-child{
        padding:0 10px;
        display:none;
    }
    /*.flwhaschnl {
        margin: 0 !important;
    }*/
}
@media only screen and (max-width: 640px) {
    .lyt_searchbox {
        display: none;
    }
    .lyt_leftbox {
        -webkit-flex-grow: 1;
        justify-content: flex-end;
    }
    .lyt_searchboxmob{
        display:flex;
    }
    .txtmastersearch {
        width: 100%;
    }
    .lyt_searchbox {
        position: fixed;
        width: 100%;
        top: 50px;
    }
    .lyt_msgdisbox{
        left:-60px !important;
    }
}
@media only screen and (max-width: 360px) {
    .lyt_uploadbox{
        display:none;
    }
}
/**************** end Index css **************/
.duration {
    position: absolute;
    bottom: 5px;
    background: #000;
    color: #FFF;
    padding: 0 4px;
    right: 4px;
    border-radius: 3px;
    font-size: 13px;
}
.bottom_videobox {
    display: flex;
    margin-top: 10px;
    height: 40px;
}
.btmvd_ownerbox {
    display: flex;
    margin-left: 5px;
}
.vdo_profile {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.btmvd_titlebox {
    display: flex;
    margin-top: -5px;
    max-width: fit-content;
}
.pop_index_p {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 38px;
    margin: 5px 0;
    line-height: 18px;
}
.linebreak {
    background: #e0e0e0;
    width: 70%;
    margin: auto;
    margin-top: 13px;
    height: 0.1px;
    margin-bottom: 10px;
}
.btmvd_date {
    margin: 0 40px 0 0;
    font-size: 11px;
}
.lyt_userprofile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor:pointer;
}
.submenu {
    display:none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 160px;
    height: inherit;
    background: var(--light_backcolor);
    color: var(--light_color);
    z-index: 20000;
    border-radius: 3px;
    -webkit-box-shadow: rgb(0 0 0 / 31%) 1px 0 7px 0;
    -moz-box-shadow: rgb(0 0 0 / 31%) 1px 0 7px 0;
    box-shadow: rgb(0 0 0 / 31%) 1px 0 7px 0;
    padding: 10px;
}
li.notifitem > p {
    display: flex;
    justify-content: space-between;
}
.notifitem {
    position: relative;
}
.notifitem > p > .font11 {
    position: absolute;
    bottom: 0;
    font-size: 11px;
}
.notif_videoimage {
    width: 80px;
    height: 45px;
}
.notifitem_endline > p {
    display: block !important;
    text-align: center;
    margin-bottom: 0 !important;
}
.notifitem_endline > p > a {
    display: block;
    text-align: center;
    color: #3098c7;
    font-size: 13px;
}
.lblmsgcount {
    color: red;
    font-weight: 700;
    position: absolute;
    right: 20px;
    top: 10px;
}
.lyt_msgdisbox {
    width: 300px;
}
.lyt_userinsidemenubox li {
    height: 40px;
    line-height: 40px;
}
.lyt_userinsidemenubox li:hover {
    background: #f2f2f2;
    color: var(--light_color) !important;
}
.lyt_userinsidemenubox svg {
    margin-left: 5px;
    vertical-align: middle;
    width: 18px;
}
.lyt_userinsidemenubox a {
    display: block;
}
.sbmn_profilebox {
    direction: ltr;
    text-align: left;
    height:auto !important;
}
.sbmn_profileimage {
    vertical-align: middle;
    width: 32px;
    height: 32px;
}
.sbmn_mngaccbox {
    text-align: center;
    font-size: 13px;
    color: var(--orange_color);
}
.submenu .linebreak {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sbmn_profilebox:hover{
    background:inherit !important;
}
.mnu_catsub{
    display:none;
}
.mnu_itm > li > a {
    display: block;
}
.mnu_socialbox {
    margin-top: 50px;
    text-align: center;
    font-size: 13px;
}
.mnu_socialbox > p {
    color: var(--orange_color);
    font-size: 12px;
}
.mnu_socialsul {
    display: flex;
    justify-content: center;
}
.mnu_otherpagesbox {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 60px;
}
.mnu_icnpishtazmovie {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    opacity: .7;
}
.mnu_othersites {
    /*border-top: 1px solid #e6e6e6;*/
    margin-top: 10px;
}
.searchresult {
    position: absolute;
    background: #FFF;
    left: 0;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: rgb(0 0 0 / 10%) 1px 0 7px 0;
    -moz-box-shadow: rgba(0,0,0,.1) 1px 0 7px 0;
    box-shadow: rgb(0 0 0 / 10%) 1px 0 7px 0;
}
.searchimg {
    width: 130px;
    height: 73px;
}
.searchRow {
    display: flex;
    margin-bottom: 5px;
}
.searchimgbox {
    margin: 2px 3px 0 5px;
    height: 75px;
    position:relative;
}
.lyt_search_loading {
    display:none;
    position: absolute;
    left: 25px;
    z-index: 20;
    top: 2px;
}
.searchtitle {
    font-size: 12px;
}
.searchRow p {
    margin: 0;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 10px;
}
.searchdate {
    font-size: 11px;
}
.search_more {
    text-align: center;
    height: 20px;
    line-height: 12px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    font-size: 12px;
}
.search_more a {
    display: block;
}
.searchlinebreak {
    background: #e0e0e0;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    height: 0.1px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.lyt_loading {
    display:none;
    position: fixed;
    z-index: 200000;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.lyt_loading > img {
    width: 50px;
    height: 50px;
}
.disable, .disableconf {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000a6;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.bse_favicon {
    width: 22px;
    fill: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
    background: #000000c6;
    padding: 5px 5px 3px 5px;
    border-radius: 3px;
    display: none;
    cursor:pointer;
}
.OwnerBox {
    position: relative;
}
/*.OwnerBox:hover .bse_favicon{
    display:block;
}*/
.bse_favicon:hover{
    fill:red;
}
.favred{
    fill:red;
}
/*************** logo page ****************/
.lg_transbg {
    background-image: url(/assets/img/bg/transparent.png?v=Av1tifqkOF5xSSPKXcRsU9q6Abs);
    width: 300px;
    text-align: center;
    height: 100px;
    margin: auto;
    border-radius: 5px;
}
.lg_transbg >img{
    margin-top: 15px;
}
.lg_h1 {
    font-size: 17px;
}
.lg_h3 {
    font-size: 15px;
}
.lg_qualities_box>ul {
    display: flex;
    direction: ltr;
    justify-content: center;
    margin-top: 5px;
}
.lg_qualities_box > ul li {
    display: flex;
    margin: 0 12px;
    font-size: 15px;
    font-weight: 700;
}
.lg_link {
    padding: 5px 10px;
    transition: all 0.4s;
}
.lg_link:hover {
    background: var(--orange_color);
    color: #FFF;
    border-radius: 4px;
}
.lg_inside {
    margin: 0 10px;
    padding-bottom: 40px;
}

/*************** end logo page ****************/
.lyt_loginbox_cover {
    display:none !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 20000;
    background: #000000a6;
}
.lyt_loginbox {
    background: #FFF;
    text-align: center;
    padding: 20px;
    border-radius: 4px;
}
.darkbrd {
    border-color: #282828 !important;
}
.vpnbox {
    position: absolute;
    width: 300px;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -180px;
    background: var(--light_backcolor);
    border-radius: 4px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 0 0 / 40%);
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 20000;
    direction: rtl;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}
.btnok {
    background: #048bce;
    padding: 5px 15px;
    color: #FFF;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}