@charset "utf-8";
/* CSS Document */

@font-face {
    src: url('https://www.dadsmart.ir/font/IRANSansWeb.eot');
    src: url('https://www.dadsmart.ir/font/IRANSansWeb.woff') format('woff');
    src: url('https://www.dadsmart.ir/font/IRANSansWeb.ttf') format('truetype');
    font-family: 'IRANSansXFaNum';
    font-weight: normal;
    font-style: normal;
}



body{
    margin: 0px;
    font-family: 'IRANSansXFaNum';
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
textarea{
    font-family: 'IRANSansXFaNum';
}
.shplase{
    position: relative
}
.shplase label{
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none;
    transition: 0.2s;
    font-size: 14px;
    color: #757575;
}

.shplase input:focus + label,
.shplase input:not([value=""]) + label{
    top: -15px;
    font-size: 12px;
    color: #758475;
    background-color: #ffffff;
    padding: 0 5px;
}

.removedrp {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

/* For IE10 */
.removedrp::-ms-expand {
    display: none;
}


.shplases{
    position: relative
}
.shplases label{
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none;
    transition: 0.2s;
    font-size: 14px;
    color: #757575;
}

.shplases textarea:focus + label,
.shplases textarea:not([value=""]) + label{
    top: -15px;
    font-size: 12px;
    color: #758475;
    background-color: #ffffff;
    padding: 0 5px;
}

header{
    background-color: #002f43;
    display: flex;
    width: 100%;
    height: 160px;
    flex-direction: row;
}
header .tap1{
    width: 10%;
}
header .tap1 .menuopen{
    width: 35%;
    margin-top: 23px;
    margin-right: 23px;
    cursor: pointer;
}

header .tap1 .menuopen img{
    transition: 1s ease;
}


.selectize-dropdown, .selectize-dropdown.form-control {
    right: 0px !important;
}

header .tap2{
    width: 75%;
}

header .tap2 .tap2w{
    width: 60%;
    margin-right: 5%;
}

header .tap2 img{
    width: 35%;
    margin-top: 9px;
    margin-right: 23px;
    cursor: pointer;
}
.srchopt{
    position: absolute;
    background-color: #6d6b6b;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 15;
}
.srchopt ul{
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    padding: 10px 0px;
}
.srchopt li{
    padding: 7px 6px 7px 30px;
    border-bottom: solid 1px black;
    width: 76%;
    cursor: pointer;
    display: flex;
}

header .tap3 {
    width: 15%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
header .tap3 .datetimet3{
    height: fit-content;
    margin-left: 15px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
header .tap3 h2{
    margin: 0;
    text-align: left;
    color: white;
    font-size: 16px;
}
header .tap3 img{
    width: 70px;
    margin-right: auto;
    margin-left: 19px;
    margin-top: 6px;
    cursor: pointer;
    z-index: 1000000000000;
}

main{
    width: 98%;
    margin: auto;
    margin-top: -50px;
}

main .top{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: -76px;
    margin-bottom: 2px;
}

main .top .itemb1{
    background-color: #007596;
    height: 50px;
    width: 8.1%;
    display: table;
    border: solid 2px #a9a9a9;
    margin-left: 2px;
}
main .top .itemb2{
    background-color: #485e6c;
    height: 50px;
    width: 8.1%;
    display: table;
    border: solid 2px #a9a9a9;
    margin-left: 2px;
}
main .top .itemb1 h2,.itemb2 h2{
    color: white;
    width: 100%;
    margin: 0px;
    text-align: center;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
}
main .top .btitems {
    height: 28px;
    width: 100%;
    border-top: solid 2px #a9a9a9;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
main .top .btitems .btitemsp{
    width: 50%;
    height: 28px;
}
main .top .btitems .btitemsp i {
    width: 100%;
    text-align: center;
    margin: 0px;
    margin-top: 8px;
    color: white;
    cursor: pointer;
    font-size: 13px;
}

main .top .btitems .btitemsp:first-child {
    border-left: solid 2px #a9a9a9;
}
.notification{
    width: 100%;
    height: 40px;
    background-color: #cbdeed;
}
.titledive{
    width: 100%;
    height: 40px;
    background-color: #015f95;
    padding-top: 5px;

}
.titledive h2{
    margin: 0px;
    color: white;
    margin-right: 25px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 1px;
    width: fit-content;
}
main .formsdiv{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.iconss{
    text-align: center;
    color: #017bf9;
    border: solid 2px #017bf9;
    width: 41px;
    height: 41px;
    font-size: 20px;
    cursor: pointer;
}
.iconss i{
    margin-top: 10px;
}

.iconss2{
    text-align: center;
    color: white;
    border: solid 2px #017bf9;
    background-color: #017bf9;
    width: 41px;
    height: 41px;
    font-size: 20px;
    cursor: pointer;
}
.iconss2 i{
    margin-top: 10px;
}

.coloritems{
    background-color: #0d324f;
    height: 45px;
    margin-right: 10px;
    width: 290px;
    display: flex;
    cursor: pointer;
}

.coloritems img{
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.coloritems h4{
    margin: 0px;
    margin-top: 12px;
    color: white;
    margin-right: 15px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 13px;
}

.h-overfl-hd{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

input[type=text]{
    width: 86%;
    font-family: 'IRANSansXFaNum';
    font-size: 13px;
    padding: 10px 10px 10px 0px;
    outline: none;
    border: none;
    height: fit-content;
}
input[type=number] {
    width: 87%;
    font-family: 'IRANSansXFaNum';
    font-size: 17px;
    padding: 10px 10px 10px 0px;
    outline: none;
    border: none;
}
input[type=password]{
    width: 87%;
    font-family: 'IRANSansXFaNum';
    font-size: 17px;
    padding: 10px 10px 10px 0px;
    outline: none;
    border: none;
}
.iconbox{
    width: 53px;
    background-color: #e7ebee;
    border-left: solid 2px #d3d5d9;
}
.iconbox i{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #4a5057;
    margin-top: 12px;
}
.towsidediv{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.towsidediv .div1,.div2{
    width: 49%;
}

.towsidediv .div1 .coloritems,.div2 .coloritems{

}
footer{
    width: 100%;
    height: 10px;
}
select{
    width: 96%;
    font-family: 'IRANSansXFaNum';
    padding: 10px 5px;
    border: none;
    font-size: 13px;
    outline: none;
}
select option{
    font-family: 'IRANSansXFaNum';
}
.btnsdiv{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
}
.bbtn{
    width: fit-content;
    background-color: #0073ac;
    color: white;
    font-family: 'IRANSansXFaNum';
    font-weight: bold;
    font-size: 15px;
    padding: 9px 10%;
    border: none;
    cursor: pointer;
    transition: 1s ease;
    margin-right: 10px;
}
.bbtn:hover{
    background-color: #00486c;
}

.tkhplusbtn{
    width: 20px;
    height: auto;
    background-color: #081d2e;
    cursor: pointer;
}

.tkhplus{
    position: absolute;
    width: 261px;
    background-color: #0a2439;
    padding: 6px 10px;
}
.tkhplus input{
    background-color: transparent;
    padding: 5px 9px;
    width: 94%;
    border: solid 1px #797979;
    color: white;
}


.rmenu{
    display: none;
    position: absolute;
    top: 69px;
    right: 31px;
    background-color: #012434;
    color: white;
    z-index: 5;
}
.rmenu ul{
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
}
.rmenu ul li{
    padding: 10px 10px 10px 46px;
    transition: 1s ease;
}

.rmenu ul li a{
    text-decoration: none;
    color: white;
}

.rmenu ul li i {
    margin-left: 16px;
    border: solid 2px;
    padding: 5px;
}

.rmenu ul li:hover{
    background-color: #003a54;
}
.menuopenl{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-left: 4%;
    height: fit-content;
}

/*

header .menuopen:hover .rmenu{
   display: block;
}

header .menuopenl:hover .lmenu{
   display: block;
}

header .menuopen:hover img{
   -webkit-transform: rotate(90deg);
   -moz-transform: rotate(90deg);
   -o-transform: rotate(90deg);
   -ms-transform: rotate(90deg);
   transform: rotate(90deg);
} */

.lmenu{
    display: none;
    position: absolute;
    top: 77px;
    left: 16px;
    background-color: #012434;
    color: white;
}
.lmenu ul{
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
}
.lmenu ul li{
    padding: 10px 10px 10px 46px;
    transition: 1s ease;
    cursor: pointer;
}

.lmenu ul li i {
    margin-left: 16px;
    border: solid 2px;
    padding: 5px;
}

.lmenu ul li:hover{
    background-color: #003a54;
}
.mopen{
    width: 100%;
}
/*
.mopen:hover .mopend{
    display: block;
}
*/

.mopend{
    display: none;
    background-color: #a4cae9;
    position: absolute;
    margin-top: 8px;
}
.mopen ul{
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    padding: 10px 0px;
}
.mopen ul li{
    padding: 7px 6px 7px 30px;
    border-bottom: solid 1px black;
    width: 76%;
    cursor: pointer;
}
.mopen ul li:hover{
    background-color: #6a90af;
}

.open-option{
    position: absolute;
    width: 596px;
    height: 412px;
    background-color: #072842;
    margin-top: 50px;
    box-shadow: 1px 8px 14px 4px #2e2e2e;
    border-radius: 0px;
    padding: 0px;
    color: white;
    z-index: 10;
}

.open-option input{
    text-align: center;
    border: solid 1px #414b54;
    border-radius: 0px;
    width: 93.02%;
    margin: auto;
    display: block;
    margin-top: 15px;
    background-color: #1a2335;
    color: white;
    text-align: right;
}
.open-option input:focus{
    border: solid 1px #314a80;
    box-shadow: 0px 0px 3px #314a80;
}

.option-tb-div{
    display: block;
    margin: auto;
    width: 96%;
    margin-top: 18px;
    overflow-y: scroll;
    height: 320px;
    padding-right: 5px;
    direction: ltr;
    margin-right: 5px;
}
.option-tb-div p{
    margin: 0;
    margin-top: 7px;
}
.option-tb-div::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
.option-tb-div::-webkit-scrollbar-track {
    background: #072842;

}
.option-tb-div::-webkit-scrollbar-thumb {
    background: #858585;
    border: 5px solid transparent;
}
.option-tb-div::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}


.option-tb-div table{
    width: 100%;
    text-align: center;
    direction: rtl;
    border: solid 1px black;
}
.option-tb-div table tr{
    transition: 1s ease;
}
.option-tb-div table tr:hover{
    background-color: #051f31;
}

.option-tb2-div{
    display: block;
    margin: auto;
    width: 96%;
    margin-top: 18px;
    overflow-y: scroll;
    height: 320px;
    padding-left: 10px;
}
.option-tb2-div table{
    width: 100%;
    text-align: center;
}
.option-tb2-div table tr{
    transition: 1s ease;
}
.option-tb2-div table tr:hover{
    background-color: #d3d3d3;
}

.open-option-hover{
    position: absolute;
    width: 700px;
    height: 412px;
    background-color: #072842;
    margin-top: 50px;
    box-shadow: 1px 8px 14px 4px #2e2e2e;
    border-radius: 10px;
    padding: 12px;
    color: white;
    display: none;
}


.open-option-hover table{
    width: 100%;
    text-align: center;
}
.open-option-hover table tr{
    transition: 1s ease;
}
.open-option-hover table tr{
    cursor: pointer;
}
.open-option-hover table tr:hover{
    background-color: #051f31;
}

.ooh:hover .open-option-hover{
    display: block;
}
.main-w-ts{
    display: flex;
}
.r-menu{
    position: relative;
    width: 30%;
    background-color: #002637;
    box-shadow: -3px 4px 9px #535353;
}
.main-w-rmenu{
    width: 70%;
    padding-bottom: 200px;
}
.friend_list{
    width: 92%;
    color: white;
    margin: 0;
    padding: 14px 4%;
}
.friend_list:first-child{
    margin-top: 0px;
}
.friend_list h1{
    padding-right: 15px;
    color: white;
    font-size: 16px;
    margin: 19px 0px;
}
.friend_list .add-code{
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.friend_list .add-code i{
    background: #001620;
    padding: 16px;
    cursor: pointer;
    transition: 0.5s ease;
}
.friend_list .add-code i:hover{
    background: #000b10;
}
.friend_list .add-code input[type=text]{
    width: 75%;
    margin-right: 5%;
    font-size: 15px;
}
.friend_list a{
    text-decoration: none;
}
.friend_list .items{
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 6px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    background-color: #ffffff0a;
}
.friend_list .items:hover{
    background-color: #ffffff29;
}
.friend_list .items img{
    width: 60px;
    border-radius: 60px;
}
.friend_list .items h2{
    font-size: 17px;
    width: 100%;
    text-align: right;
    margin: 0px;
    color: white;
}
.friend_list .items h3{
    width: 100%;
    font-size: 13px;
    color: #747474;
    text-align: right;
    margin: 0px;
}
.friend_list .items .info{
    width: 70%;
    margin-right: 15px;
    padding-top: 8px;
}
.friend_list .items .info-code{
    width: 55%;
    margin-right: 15px;
    padding-top: 8px;
}
.friend_list .items .btns{
    width: 20%;
    padding-top: 14px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
}

.friend_list .items .btns i{
    padding: 7px;
    background-color: #04ff0430;
    border-radius: 5px;
    transition: 0.5s ease;
    margin-right: 6px;
}
.friend_list .items .btns i:hover{
    background-color: #04ff049e;
}

.friend_list .items .btns .redbtn{
    background-color: #ff000061;
}
.friend_list .items .btns .redbtn:hover{
    background-color: #ff0000d6;
}


.friend_list .items .btns a{
    text-decoration: none;
    color: white;
}
.user-info{
    width: 96%;
    height: 80px;
    background-color: #002637;
    margin: auto;
    margin-top: 10px;
    border-radius: 10px;
    box-shadow: 4px 6px 7px #8b8b8b;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
}

.user-info img{
    width: 60px;
    margin-top: 10px;
    margin-right: 13px;
    border-radius: 50px;
}

.user-info h1{
    color: white;
    font-size: 17px;
    margin: 0;
    margin-right: 17px;
    padding-top: 15px;
}
.user-info h2{
    margin: 0px;
    margin-right: 20px;
    color: #a3a3a3;
    font-size: 20px;
    padding-top: 4px;
}
.user-info .info-box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 55%;
}
.user-info .button-box{
    width: 45%;
    display: flex;
    flex-direction: row-reverse;
}
.user-info .button-box i{
    padding: 7px;
    background-color: #ff0000a8;
    border-radius: 5px;
    transition: 0.5s ease;
    margin-right: 6px;
    color: white;
    margin-top: 23px;
    margin-left: 19px;
}
.user-info .button-box i:hover{
    background-color: rgba(255, 0, 0, 0.93);
}



.black-screen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    z-index: 1000000000000000;
}
.er-message{
    width: 435px;
    padding: 10px 10px 10px 10px;
    background-color: white;
    position: absolute;
    top: 40%;
    left: 35%;
    border-radius: 15px;
}
.er-message h1{
    font-size: 22px;
    width: 91%;
    padding-right: 35px;
}
.er-message h2{
    width: 100%;
    text-align: center;
    color: #2c2c2c;
    font-size: 20px;
}

.er-message a{
    text-decoration: none;
    margin: auto;
    display: block;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 14px;
}

.message-show{
    width: 93%;
    background-color: #ededed;
    padding: 15px;
    margin: auto;
    margin-top: 30px;
    border-radius: 15px;
    min-height: 375px;
    max-height: 470px;
    box-shadow: 4px 4px 9px #9f9c9c;
    overflow-y: scroll;
}

.s-message-box{
    width: 93%;
    background-color: #ededed;
    padding: 15px;
    margin: auto;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 4px 4px 9px #9f9c9c;
    display: flex;

}
.s-message-box i{
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    color: #7c7c7c;
    cursor: pointer;
    border: solid 1px #c9c9c9;
    box-shadow: 2px 2px 3px #d5d5d5;
    margin-right: 5px;
    transition: 0.5s ease;
    height: fit-content;
    margin-top: 5px;
}
.s-message-box i:hover{
    background-color: #f3f3f3;
}
.s-message-box input[type=text]{
    width: 78%;
    border-radius: 11px;
    box-shadow: 1px 3px 5px #707070;
    margin-right: 15px;
}
.s-message-box p{
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 10px;
    margin: 0px;
    height: fit-content;
    margin-top: 6px;
    margin-right: 11px;
}
.no-message-text{
    width: 100%;
    text-align: center;
    margin-top: 150px;
    font-size: 26px;
    color: #565656;
}
.direct-chat-msg,
.direct-chat-text {
    display: block;
}
.direct-chat-msg {
    margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
    content: " ";
    display: table;
}
.direct-chat-text {
    border-radius: 5px;
    position: relative;
    padding: 5px 10px;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    margin: 5px 0 0 50px;
    color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
    position: absolute;
    right: 100%;
    top: 15px;
    border: solid transparent;
    border-right-color: #d2d6de;
    content: ' ';
    height: 0;
    width: 0;
    pointer-events: none;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px;
}
.direct-chat-text:after {
    border-width: 5px;
    margin-top: -5px;
}
.direct-chat-text:before {
    border-width: 6px;
    margin-top: -6px;
}
.right .direct-chat-text {
    margin-right: 50px;
    margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
    right: auto;
    left: 100%;
    border-right-color: transparent;
    border-left-color: #d2d6de;
}
.direct-chat-danger .right > .direct-chat-text {
    background: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
    border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
    background: #3c8dbc;
    border-color: #3c8dbc;
    color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
    border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
    background: #f39c12;
    border-color: #f39c12;
    color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
    border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
    background: #00a65a;
    border-color: #00a65a;
    color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
    border-left-color: #00a65a;
}
.direct-chat-msg:after {
    clear: both;
}
.direct-chat-name {
    font-weight: 600
}
.direct-chat-timestamp {
    color: #999
}
.direct-chat-img {
    border-radius: 50%;
    float: left;
    width: 40px;
    height: 40px;
}
.right .direct-chat-img {
    float: right;
}
.direct-chat-info {
    display: block;
    margin-bottom: 2px;
    font-size: 12px
}
.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef
}
.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
    border-left-color: #00c0ef
}
.direct-chat-info .right > .direct-chat-text {
    background: #00c0ef;
    border-color: #00c0ef;
    color: #fff
}
.loginmain{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.loginmain .right{
    width: 30%;
    background-color: #002f43;
}
.loginmain .right .logo{
    width: 85%;
    margin: auto;
    display: block;
    margin-bottom: 100px;
}
.loginmain .right .acpage{
    width: 100%;
    text-align: center;
    font-size: 23px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.loginmain .right .plink{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 23px;
    color: #bbbbbb;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    transition: 0.5s ease;
}
.loginmain .right .plink:hover{
    color:white;
}
.loginmain .left{
    width: 65%;
    padding: 20px 2.5%;
    background-color: #e0e0e0;
}
.loginform{
    padding-top: 130px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.loginform h2{
    width: 100%;
    color: #002c46;
    margin-bottom: 50px;
}
.loginform input[type=text]{
    width: 285px;
    margin-bottom: 30px;
}
.loginform input[type=password]{
    width: 285px;
    margin-bottom: 60px;
}
.bbtn-green{
    width: fit-content;
    background-color: #46a19e;
    color: black;
    font-family: 'IRANSansXFaNum';
    font-weight: bold;
    font-size: 23px;
    padding: 9px 10%;
    border: none;
    cursor: pointer;
    transition: 1s ease;
    text-decoration: none;
}
.bbtn-green:hover{
    background-color: #295e5c;
}
.spase{
    margin: auto;
    margin-right: 122px;
    height: 40px;
    border-left: solid #768a91;
}
.steps{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
}
.steps .items{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: auto;
    margin-right: 97px;
    color: #768a91;
}
.steps .cinter{
    margin: 0px;
    margin-left: 24px;
    border: solid;
    width: fit-content;
    height: fit-content;
    padding: 3px 19px
}
.steps .text{
    margin: 0;
}
.prsstep{
    width: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.prsstep input[type=text]{
    margin-left: 30px;
}
.prsstep input[type=password]{
    margin-left: 30px;
}
.prsstep input[type=text]:disabled{
    background-color: #d1d1d1;
}
.prsstep input[type=email]{
    width: 285px;
    margin-bottom: 30px;
    font-family: 'IRANSansXFaNum';
    font-size: 17px;
    padding: 10px 10px 10px 0px;
    outline: none;
    border: none;
    margin-right: 30px;
}
.prsstep select{
    width: 294px;
    margin-bottom: 30px;
}
.spls{
    border: solid 2px #002f43;
    height: fit-content;
    width: fit-content;
    color: #002f43;
    font-size: 20px;
    padding: 10px;
    margin-right: -60px;
    margin-left: 17px;
    cursor: pointer;
}
.get-image{
    width: 294px;
    height: 294px;
    background-color: white;
    margin-left: 30px;
}
.get-image img{
    position: absolute;
    border: dashed 2px #b1b1b1;
    width: 244px;
    height: 244px;
    margin-right: 22px;
    display: block;
    margin-top: 23px;

    z-index: 2;
}
.s-pld{
    position: absolute;
    width: 294px;
    text-align: center;
    margin-top: 126px;
    font-size: 27px;
    color: #919191;
    font-weight: bold;
    z-index: 1;
}
.tfgh{
    width: 584px;
    background-color: white;
    margin-top: 25px;
    margin-bottom: 30px;
    padding: 17px
}
.tfgh p{
    width: 544px;
    margin: auto;
    font-weight: bold;
    color: #012433;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 30px;

}
.tfgh a {
    display: block;
    margin: auto;
    text-align: center;
    width: fit-content;
    color: #004563;
    text-decoration: none;
    font-weight: bold;
}
.ch-agr{
    display: flex;
    margin-bottom: 40px;
}
.ch-agr label{
    color: #001e2b;
    font-weight: bold;
    margin-right: 8px;
}
.ch-agr input[type=checkbox]{
    outline: solid 2px #002f43 !important;
    width: 20px;
    margin-right: 20px;
}
.agrfulldive{
    width: 640px;
    height: 574px;
    background-color: white;
    position: absolute;
    right: 27%;
    top: 5%;
    border: solid 1px #6f6f6f;
    box-shadow: 10px 10px 10px #181818;
    border-radius: 11px;
}
.agrfulldive h2{
    width: 100%;
    text-align: center;
    color: #002f43;
}
.agrfulldive .maintext{
    width: 90%;
    margin: auto;
    margin-top: 50px;
    overflow-y: scroll;
    height: 378px;
}
table{
    border-spacing: 0px;
}
table td{
    border: solid 1px black;
}
.dragbox{
    width: 96%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.dritems{
    width: fit-content;
    border: solid 2px #9f9f9f;
    padding: 4px 25px;
    background-color: #efefef;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
}
.sidebar{
    width: 290px;
    background-color: #022635;
}
.sidebar a{
    text-decoration: none;
    color: white;
    display: block;
    width: 86.1%;
    font-size: 19px;
    padding: 20px 20px;
    transition: 0.5s ease;
}
.sidebar a:hover{
    background-color: rgb(255 255 255 / 6%);
}
.aactive{
    background-color: rgb(255 255 255 / 6%);
}

.siddropdown{
    visibility: hidden;
    position: absolute;
    margin-right: 289px;
    background-color: #011d29;
    margin-top: -70px;
    width: 220px;
    z-index: 10000;
}
.siddropdownac{
    background-color: #01131a;
}
.siddropdownac a{
    padding: 6px 30px;
    font-size: 17px;
}

.dactive:hover .siddropdown{
    visibility: visible;
}
.mainpage{
    width: 78.48%;
}
.srch-main{
    padding-top: 40px;
    position: fixed;
    width: 96%;
    height: 560px;
    background-color: #072842;
    top: 3%;
    right: 2%;
    color: white;
}
.srchinp{
    width: 700px;
    border: solid 1px #a9a9a9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: auto;
    background-color: #16202a;
}
.srchinp input[type=text]{
    background-color: transparent;
    color: white;
}
.srchinp i{
    font-size: 23px;
    margin-top: 9px;
    color: #616161;
    cursor: pointer;
    transition: 0.5s ease;
}
.srchinp i:hover{
    color: #141414;
}
.tbldive{
    width: 95%;
    margin: auto;
    margin-top: 25px;
    overflow-y: scroll;
    height: 469px;
}
.tbldive::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
.tbldive::-webkit-scrollbar-track {
    background: #072842;

}
.tbldive::-webkit-scrollbar-thumb {
    background: #858585;
    border: 5px solid transparent;
}
.tbldive::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}



.tbldive a{
    text-decoration: none;
    color: #ededed;
}
.tbldive table{
    width: 98%;
    margin: auto;
    text-align: center;
}
.exitbtn{
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: #16202a;
    padding: 7px 9px;
    color: white;
    border: solid 1px white;
    cursor: pointer;
    transition: 0.5s ease;
}
.exitbtn:hover{
    background-color: #0d1418;
}
.nkbtn{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.nkbtn .nktop{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.nkbtn .nktop .nktype{
    width: 46.2%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border: solid 1px #797979;
    padding: 5px 13px;
    cursor: pointer;
}
.nkbtn .nktop .nktype .firsts{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.nkbtn .nktop .nktype img{
    width: 35px;
    height: 35px;
}
.nkbtn .nktop .nktype h1{
    margin: 0px;
    font-size: 17px;
    margin-top: 4px;
    margin-right: 15px;
}
.nkbtn .nktop .nktype i{
    padding-top: 5px;
}
.nkbtn .nktop .nktitle{
    width: 49%;
    border: solid 1px #797979;
}
.nkbtn .nktextarea{
    width: 100%;
    margin-bottom: 25px;
}
.nkbtn .nktextarea textarea{
    min-width: 97.5%;
    max-width: 97.5%;
    min-height: 160px;
    padding: 10px 12px;
}
.nksbox{
    width: 484px;
    height: 240px;
    background-color: #f7f7f7;
    position: absolute;
    margin-top: 47px;
    border-radius: 8px;
    border: solid 1px #797979;
    box-shadow: 5px 8px 14px #ababab;
    z-index: 10;
}
.nksbox .itemsbox{
    width: 95%;
    margin: auto;
    height: 210px;
    margin-top: 15px;
    overflow-y: scroll;
}
.nksbox .itemsbox table{
    width: 100%;

}
.nksbox .itemsbox table td{
    padding: 4px 5px;
    cursor: pointer;

}
.nksbox .itemsbox table tr{
    transition: 1s ease;
}
.nksbox .itemsbox table tr:hover{
    background-color: #e3e3e3;
}

.nksbox .itemsbox table img{
    width: 40px;
    height: 40px;
    margin-left: 10px
}
.nksbox .itemsbox table p{
    margin: 0;
    margin-top: 6px;
}
.nkedlist{
    width: 100%;
    background-color: #e7e7e7;
    margin: auto;
    margin-top: 22px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.nkedlist .nklistitembox{
    width: 98%;
    background-color: white;
    margin: auto;
    height: 350px;
    overflow-y: scroll;
}
.nkedlist .nklistitembox .itemslist{
    width: 98%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 10px;
    border-bottom: solid 1px #797979;
}
.nkedlist .nklistitembox .itemslist img{
    width: 60px;
    height: 60px;
}
.nkedlist .nklistitembox .itemslist .first{
    width: 55%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: 20px;


}
.nkedlist .nklistitembox .itemslist .first h1{
    margin: 0;
    font-size: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: black;
}
.nkedlist .nklistitembox .itemslist .first h2{
    margin: 0;
    font-size: 15px;
    font-weight: normal;
    color: #909090;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.nkedlist .nklistitembox .itemslist .secend{
    width: 34%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 10px;
}
.nkedlist .nklistitembox .itemslist .secend a{
    width: fit-content;
    text-decoration: none;
    background-color: #f8999d;
    height: fit-content;
    padding: 7px 25px;
    color: white;
}
.addfilebox{
    position: absolute;
    background-color: white;
    width: 55%;
    height: 590px;
    right: 22%;
    top: 21px;
    border-radius: 20px;
    box-shadow: 3px 8px 10px #181818;
}
.codebox{
    display: flex;
    padding-top: 30px;
    padding-right: 16px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.codebox .inptitle{
    border: solid 1px #000;
    border-radius: 3px;
    height: fit-content;
    width: 34%;
    margin-left: 13px;
}
.codebox .texcode{
    width: 46%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.codebox .texcode textarea{
    width: 97%;
    min-height: 37px;
    max-height: 37px;
}
.codebox .btncode{

}
.fileslist{
    width: 94%;
    margin: auto;
    margin-top: 30px;
    height: 380px;
    overflow-y: scroll;
    border-bottom: solid 1px;
}
.fileslist table{
    width: 100%;
    text-align: center;
}
.shownkbox {
    position: absolute;
    z-index: 100000000000000;
    width: 75%;
    background-color: white;
    top: 254px;
    right: 12%;
    border: solid 2px #000;
}
.shownkbox .taskbar{
    background-color: #002f43;
    width: 100%;
    height: 33px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.shownkbox .taskbar h2{
    color: white;
    margin: 0px;
    font-size: 13px;
    margin-top: 5px;
    width: 52%;
    height: 22px;
    text-align: center;
    margin-right: 12%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.shownkbox .taskbar i{
    color: white;
    margin-right: 3px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 7px;
    transition: 1s ease;
    font-size: 17px;
}
.shownkbox .taskbar .res{
    font-size: 14px;
}
.shownkbox .taskbar .res:hover{
    color: #9f9f9f;
}
.shownkbox .taskbar .iex:hover{
    color: red;
}
.mainnkbox{
    width: 97.5%;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.dicbox{
    border: solid 1px #000;
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.dicbox .dics{
    height: 400px;
    overflow-y: scroll;
    font-size: 14px;
}
.dicbox .negar{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.dicbox .negar h3{
    font-size: 11px;
}
.filesnkbox{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.fileitems{
    width: 90%;
    height: 130px;
    margin: auto;
    margin-bottom: 16px;
}
.fileitems .privews{
    margin: auto;
    background-color: #f01664;
    width: 100%;
    height: 49%;
    border-radius: 12px;
    padding-top: 17%;
}
.fileitems video{
    width: 100%;
    margin: auto;
    display: block;
    height: 103px;
}
.fileitems .privews .typefile{
    text-align: center;
    width: 100%;
    color: white;
    text-decoration: none;
    font-size: 33px;
}
.fileitems h3{
    margin: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: black;
}
.filesnkbox a{
    text-decoration: none;
    width: 14%;
}
.nklistitems{
    width: 49%;
}
.nklike{
    display: flex;
    width: 13%;
    justify-content: space-evenly;
}
.nklike .itemss{
    display: flex;
    justify-content: space-evenly;
}
.nklike .itemss p{
    margin: 0;
    margin-right: 7px;
}
.nklike .itemss i{
    margin: 0;
    margin-top: 3px;
    cursor: pointer;
}
.nkboxcomments{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-height: 990px;
    overflow-y: scroll;
}
.nkboxcomments textarea{
    margin: auto;
    display: block;
    max-width: 93%;
    min-width: 93%;
    min-height: 100px;
    max-height: 200px;
}
.comentsitems{
    width: 88%;
    margin: auto;
    box-shadow: 1px 4px 13px #979797;
    border-radius: 7px;
    padding: 7px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 22px;
}
.comentsitems .namelgitems{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.comentsitems .namelgitems .lefts{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.comentsitems .namelgitems .lefts .avatars{
    width: 6px;
    padding: 15px 25px;
    border-radius: 34px;
    color: black;
    background-size: cover;
    background-repeat: no-repeat;
}
.comentsitems .namelgitems .lefts h1{
    font-size: 17px;
    margin: 0px;
    margin-right: 10px;
    margin-top: 12px;
}
.comentsitems .namelgitems .datetime{
    width: fit-content;
}
.comentsitems .namelgitems p{
    margin: 0px;
    color: #a3a3a3;
    font-size: 14px;
}
.comentsitems .spases{
    width: 98%;
    margin: auto;
    border-bottom: solid 1px #d3d3d3;
}
.comentsitems .likdlike{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.comentsitems .likdlike .lkdisl{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-top: 10px;
}
.comentsitems .likdlike .lkdisl p{
    margin: 0px;
    margin-right: 7px;
}
.comentsitems .likdlike .lkdisl i{
    margin-top: 2px;
}
.comentsitems .likdlike .lkdisl .yspace{
    border-right: solid 1px #c1c1c1;
    margin-left: 10px;
    margin-right: 10px;
}
.papersetingbox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
}
.selectize-input{
    border: none !important;
    font-size: 14px !important;
    margin-top: 6px;
    margin-bottom: -5px;
}
.selectize-input.focus{
    box-shadow: none !important;
}
.titleselectss{
    width: fit-content;
    font-size: 21px;
    margin: 0;
    margin-top: -10px;
    background-color: transparent !important;
    margin-right: 12px;
    color: #eeeeee;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.titleselectss option{
    color: black;
}

.twoA5part{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.twoA5part .partses{
    width: 50%;
    display: block;
}
.twoA5part .partses:first-child{
    border-left: dotted 2px black;
}
.twoA5part .partses .voteprp{
    width: 95% !important;
    margin-top: 0 !IMPORTANT;
}

.nklistitembox .litems {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 5px;
    padding: 4px 11px;
    border-bottom: solid 1px #595a5c;
}

.nklistitembox .litems .imgitm{
    width: 48px;
}
.nklistitembox .litems .imgitm img{
    width: 100%;
}

.nklistitembox .litems .tltitem{
    width: 188px;
    padding-top: 12px;
    margin-right: 12px;
}
.nklistitembox .litems .tltitem h2{
    direction: rtl;
    margin: 0;
    font-size: 16px;
}
.nklistitembox .litems .mnitem{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 5px;
}
.nklistitembox .litems .mnitem h2{
    direction: rtl;
    margin: 0;
    font-size: 15px;
    margin-left: 8px;
    border: solid 1px #98b4e0;
    height: fit-content;
    width: fit-content;
    padding: 9px 15px;
}
.nklistitembox .litems .mnitem h3{
    direction: rtl;
    margin: 0;
    font-size: 15px;
    margin-top: 8px;
}
.nklistitembox .litems .enditem{
    padding-top: 5px;
    margin-right: 20px;
}


.dropboxmbl{
    padding: 10px 18px 6px 52px;
    background-color: #022d3f;
    position: absolute;
    margin-top: 11px;
    box-shadow: 4px 7px 13px #141414;
    z-index: 100;
}
.dropboxmbl p{
    font-size: 15px;
    color: white;
    margin: 0;
    margin-bottom: 10px;
    font-weight: bold;
}
.dropboxmbl p:hover{
    color: #c2c2c2;
}

.votepagesbtns {
    float: left;
    width: 152px;
    height: 200px;
    margin-bottom: -200px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.fixbtnvote{
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    position: fixed;
    top: 30%;
    right: 5.6%;
    width: 132.29px;
}


/* pother start ===============================================================================>>>>>>>>>>>> */

.po-main{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.po-main .po-main-rs{
    width: 21%;
    border-left: solid 1px #888888;
}
.po-main .po-main-rs .po-titles{
    width: 97%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: #0b426d;
    cursor: pointer;
    margin-bottom: 9px;
    margin-top: 10px;
}

.po-main .po-main-rs .po-titles:first-child{
    margin-top: 0px;
}

.po-main .po-main-rs .po-titles h2{
    width: 80%;
    text-align: center;
    color: white;
    margin: auto;
    padding: 4px 0px;
    font-size: 17px;
}
.po-main .po-main-rs .po-titles i{
    color: white;
    margin-top: 9px;
    margin-left: 15px;
    margin-right: -29px;
}
.po-main .po-main-rs .po-items{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #007596;
    width: 90%;
    margin: auto;
    margin-top: 3px;
    border: solid 2px #a0a0a0;
    padding: 0px 10px;
    color: white;
    padding-left: 5px;
    cursor: pointer;
}
.po-main .po-main-rs .po-items i{
    border-right: solid 2px #a9a9a9;
    padding: 10px 9px 11px 6px;
    width: fit-content;
}
.po-main .po-main-rs .po-items h3{
    margin: 0px;
    margin-top: 5px;
    font-size: 15px;
    width: 70%;
}
.po-main .po-main-ls{
    width: 79%;

}


/* pother end   ===============================================================================>>>>>>>>>>>> */



/*vfiles start ================================================================================>>>>>>>>>>>> */

.vfilesmain{
    position: fixed;
    width: 27px;
    background-color: #002f43;
    height: 100%;
    left: 0;
    top: 0;
    border: solid 2px #002f43;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.vfilesmain::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
.vfilesmain::-webkit-scrollbar-track {
    background: #072842;
    margin-right: 20px;

}
.vfilesmain::-webkit-scrollbar-thumb {
    background: #858585;
    border: 5px solid transparent;
}
.vfilesmain::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}

.scrolldis::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
.scrolldis::-webkit-scrollbar-track {
    background: #072842;
    margin-right: 20px;

}
.scrolldis::-webkit-scrollbar-thumb {
    background: #858585;
    border: 5px solid transparent;
}
.scrolldis::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}


.scrolldishd::-webkit-scrollbar {
    display: none;
}
.scrolldishd::-webkit-scrollbar-track {
    display: none;
}
.scrolldishd::-webkit-scrollbar-thumb {
    display: none;
}
.scrolldishd::-webkit-scrollbar-thumb:hover {
    display: none;
}


.loadinganim{
    animation: rtr 1.5s linear infinite;
}
@keyframes rtr {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

.vf-title{
    width: 86px;
    padding: 9px 2px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    cursor: pointer;
    border-bottom: solid 1px #fff;
    margin-bottom: 11px;
    justify-content: space-between;
    margin-top: 72px;
}
.vf-title p{
    margin: 0;
    color: white;
    margin-left: 8px;
}
.vf-title i{
    margin: 0;
    color: white;
    margin-top: 10px;
}
.vfilesf{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 95px;
    min-height: 350px;
}

.vfilesf::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
.vfilesf::-webkit-scrollbar-track {
    background: #072842;

}
.vfilesf::-webkit-scrollbar-thumb {
    background: #858585;
    border: 5px solid transparent;
}
.vfilesf::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}


.vfilesf .itemses{
    width: 92px;
    height: 132px;
    margin-top: -96px;
    cursor: pointer;
}
.vfilesf .itemses:first-child{
    margin-top: 0px;
}

.dragover{
    /*margin-bottom: 100px !important;*/
}

.vfilesf .itemses p{
    margin-top: -112px;
    width: 64%;
    text-align: center;
    margin-right: auto;
    margin-left: 14px;
    color: white;
    font-size: 14px;
}
.vfilesf .itemses .optionsss{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 81%;
    margin-right: 2px;
}
.vfilesf .itemses .optionsss i{
    width: 100%;
    text-align: center;
}
.vfilesf .itemses .optionsss i:hover{
    color: #636363;
}

.hbtn{
    font-size: 12px;
    background-color: #b3b3b3;
    color: white;
    width: fit-content;
    height: fit-content;
    padding: 4px 6px;
    border: solid 2px #979797;
    cursor: pointer;
    opacity: 0.4;
    font-size: 6px;
    margin-top: -4px;
    margin-right: 2px;
}

/*vfiles end ================================================================================>>>>>>>>>>>> */

/*checklis start ================================================================================>>>>>>>>>>>> */

.chlistpart{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
}

.chlistpart .clitems{
    text-align: center;
    background-color: #0f314f;
    border: solid 2px #0f314f;
    width: 41px;
    height: 41px;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px;
}
.chlistpart .clitems img{
    width: 85%;
    margin-top: 3px;
}
.chlistpart .clitemsb{
    text-align: center;
    background-color: #0f314f;
    border: solid 2px #0f314f;
    width: 160px;
    height: 41px;
    font-size: 20px;
    cursor: pointer;
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.chlistpart .clitemsb h4{
    margin: 0;
    color: white;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 14px;
}
.chlistpart .clitemsb img{
    width: 22%;
    margin-top: 0px;
}
.chlistpart .clitemsb .textcolors{
    width: 100%;
    margin: 0px;
    border: solid 1px #fff;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding-top: 1px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px;
}

/*checklis end ================================================================================>>>>>>>>>>>> */



/*vfile view start ================================================================================>>>>>>>>>>>> */

.towparts{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 97%;
    margin-top: 0px;
    padding: 0px 20px;
    background-color: #ebebeb;
    padding-bottom: 200px;
    padding-left: 0;
}
.towparts .rside{
    width: 78%;
    padding-top: 25px;
}
.towparts .rside iframe{
    width: 98%;
    border: none;
    margin-bottom: 21px;
    padding: 30px 0px;
    background-color: white;
    box-shadow: 5px 7px 7px #adadad;

}
.towparts .lside{
    width: 285px;
    overflow-y: scroll;
    height: 633px;
    position: relative;
    background-color: white;
}
.towparts .lside::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
.towparts .lside::-webkit-scrollbar-track {
    background: #f0f0f0;

}
.towparts .lside::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border: 5px solid transparent;
}
.towparts .lside::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}


.towparts .lside .ifitems{
    margin: 13px;
    cursor: pointer;
    margin-bottom: 40px;
}
.towparts .lside .ifitems h2{
    font-size: 12px;
    font-weight: normal;
    width: 93%;
    text-align: center;
    margin: 0;
}
.towparts .lside .ifitems h3{
    position: absolute;
    margin-top: -62px;
    margin-left: 248px;
    font-weight: normal;
    font-size: 20px;
}

.towparts .lside .ifitems .tlts{
    background-color: red;
    position: absolute;
    margin-top: 58px;
    padding: 1px 17px;
    margin-left: -32px;
    width: 67px;
}
.towparts .lside .ifitems .tlts h1{
    color: white;
    margin: 0;
    font-size: 15px;
    width: 100%;
    text-align: center;
}
.towparts .lside .ifitems .menuse{
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 63px;
    justify-content: space-between;
    margin-top: 206px;
    margin-left: 4px;
}
.towparts .lside .ifitems i{

}
.towparts .lside .ifitems .ifitem{

}
.towparts .lside .ifitems .ifitem iframe{
    zoom: 22%;
    width: 82%;
    height: 1269px;
    border: none;
    pointer-events: none;
    background-color: white;
    margin-left: 110px;
    margin-bottom: 0px;
    border: 14px solid rgb(223 223 223);
}

/*vfile view end ================================================================================>>>>>>>>>>>> */


/*amar start ================================================================================>>>>>>>>>>>> */

.amarmaindiv{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 11px;
}
.amarmaindiv .amar-parts{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}
.amarmaindiv .amar-parts p{
    margin: 0;
    margin-top: 9px;
    margin-left: 19px;
    font-size: 14px;
}

/*amar end ================================================================================>>>>>>>>>>>> */

/*darkmode start ================================================================================>>>>>>>>>>>> */

body.darkmode .titleselectss option{
    background-color: #10171e;
    color: #eeeeee;
}

body.darkmode{
    background-color: #10171e;
}

body.darkmode main{
    background-color: #10171e;
}
body.darkmode .notification{
    background-color: #1d2935;
}
body.darkmode input[type=text]{
    background-color: #16202a;
    color: #eeeeee;
}
body.darkmode .shplase{
    background-color: #16202a;
}

body.darkmode .shplase input:focus + label,body.darkmode .shplase input:not([value=""]) + label {
    top: -12px;
    font-size: 12px;
    color: #757575;
    background-image: linear-gradient(180deg, #10171e 59%, #16202a 49%);
    background-color: transparent;
    padding: 0 5px;
}
body.darkmode .shplases textarea:focus + label, body.darkmode .shplases textarea:not([value=""]) + label {
    top: -12px;
    font-size: 12px;
    color: #757575;
    background-image: linear-gradient(180deg, #10171e 59%, #16202a 49%);
    background-color: transparent;
    padding: 0 5px;
}
body.darkmode textarea{
    background-color: #16202a;
    color: #eeeeee;
}
body.darkmode .shplases{
    background-color: #16202a;
}
body.darkmode textarea::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
body.darkmode textarea::-webkit-scrollbar-track {
    background: #072842;

}
body.darkmode textarea::-webkit-scrollbar-thumb {
    background: #858585;
    border: 5px solid transparent;
}
body.darkmode textarea::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}
body.darkmode .iconbox{
    background-color: #16202a;
    border-left: solid 2px #797979;
}
body.darkmode select{
    background-color: #16202a;
    color: #eeeeee;
}
body.darkmode .iconss2{
    color: #017bf9;
    background-color: transparent;
}
body.darkmode .titledive{
    background-color: #41505c;
}
body.darkmode .nklistitembox{
    background-color: #16202a;
}

body.darkmode .nklistitembox::-webkit-scrollbar {
    width: 7px;
    margin-left: 10px;
}
body.darkmode .nklistitembox::-webkit-scrollbar-track {
    background: #072842;

}
body.darkmode .nklistitembox::-webkit-scrollbar-thumb {
    background: #858585;
    border: 5px solid transparent;
}
body.darkmode .nklistitembox::-webkit-scrollbar-thumb:hover {
    background: #6b6b6b;
}


body.darkmode .nkedlist{
    background-color: #0b1014;
}

body.darkmode .nkedlist .nklistitembox .itemslist .first h1{
    color: #eeeeee;
}
body.darkmode .nklike .itemss p{
    color: #eeeeee;
}
body.darkmode .voteprp{
    background-color: #18212b;
    border-color: #797979 !important;
    box-shadow: 10px 15px 20px #070a0c;
}
body.darkmode .voteprp p{
    color: #eeeeee;
}
body.darkmode .voteprp h4{
    color: #eeeeee;
}
body.darkmode .voteprp span{
    color: #eeeeee;
}
body.darkmode .voteprp h1{
    color: #eeeeee;
}
body.darkmode .voteprp h2{
    color: #eeeeee;
}
body.darkmode .voteprp h3{
    color: #eeeeee;
}
body.darkmode .voteprp h5{
    color: #eeeeee;
}
body.darkmode .voteprp h6{
    color: #eeeeee;
}
body.darkmode .voteprp div{
    border-color: #797979 !important;
}
body.darkmode .voteprp table td{
    border-color: #797979 !important
}
body.darkmode .open-option{
    box-shadow: 6px 5px 14px 4px #080b0e;
}
body.darkmode .mopend{
    color: #eeeeee;
    background-color: #2b3c4d;
}
body.darkmode .bbtn{
    background-color: #0D324F;
}
body.darkmode .iconss{
    color: #185C90;
    border-color: #185C90;
}
body.darkmode .iconss2{
    color: #185C90;
    border-color: #185C90;
}
body.darkmode main .top .itemb1{
    background-color: #003345;
}
body.darkmode main .formsdiv .coloritems h4{
    color: #eeeeee;
}
body.darkmode .selectize-input{
    background-color: #16202a;
}
body.darkmode .selectize-control{
    background-color: #16202a;
}
body.darkmode .selectize-control.single .selectize-input.input-active,body.darkmode .selectize-input {
    background: #16202a;
}
body.darkmode .selectize-dropdown,body.darkmode .selectize-input,body.darkmode .selectize-input input{
    color: #eeeeee !important;
    background: #16202a;
}
body.darkmode .selectize-dropdown,body.darkmode .selectize-input,body.darkmode .selectize-input input{
    color: #eeeeee !important;
}
body.darkmode .towparts{
    background-color: #10171e;
}
body.darkmode .towparts .rside iframe{
    box-shadow: 5px 7px 7px #000000;
}
body.darkmode .towparts .lside{
    background-color: #10171e;
}
body.darkmode .towparts .lside .ifitems .menuse{
    color: white;
}
body.darkmode .towparts .lside .ifitems h2{
    color: white;
}
body.darkmode .towparts .lside .ifitems h3{
    color: white;
}

/*darkmode end ================================================================================>>>>>>>>>>>> */

/*screen 1920 start ================================================================================>>>>>>>>>>>> */
@media (min-width: 1367px) {
    body{
        zoom: 125%;
    }
    .towparts .lside{
        height: 757px;
    }
}
/*screen 1920 end ================================================================================>>>>>>>>>>>> */
@media (max-width: 300px){
    body{
        zoom: 22%;
    }
    p{
        font-size: 15px;
    }
}
/*screen 1024 start ================================================================================>>>>>>>>>>>> */

@media (max-width: 1024px){
    main .top {
        width: 100%;
        display: -webkit-inline-box;
        margin-top: -3px;
        margin-bottom: 2px;
        overflow-x: scroll;
    }
    main .top .itemb1 {
        background-color: #007596;
        height: 50px;
        width: 100px;
        display: table;
        border: solid 2px #a9a9a9;
        margin-left: 2px;
    }
    main .top .itemb2 {
        background-color: #485e6c;
        height: 50px;
        width: 100px;
        display: table;
        border: solid 2px #a9a9a9;
        margin-left: 2px;
    }
    header .tap1 {
        width: 16%;
    }
    header .tap1 .menuopen {
        width: 60%;
        margin-top: 18px;
        margin-right: 21px;
        cursor: pointer;
    }
    header .tap2 img {
        width: 40%;
        margin-top: 9px;
        margin-right: 3px;
        cursor: pointer;
    }
    header .tap3 {
        width: 15%;
    }
    header .tap3 img {
        width: 70px;
        margin-right: auto;
        margin-left: 19px;
        margin-top: 14px;
        cursor: pointer;
        z-index: 1000000000000;
    }
    .rmenu {
        display: none;
        position: absolute;
        top: 45px;
        right: 25px;
        background-color: #012434;
        color: white;
        z-index: 5;
    }
    .lmenu {
        display: none;
        position: absolute;
        top: 51px;
        left: 16px;
        background-color: #012434;
        color: white;
    }
    header {
        background-color: #002f43;
        display: flex;
        width: 100%;
        height: 117px;
        flex-direction: row;
    }
    .vfilesmain {
        display: none;
    }
    .rowesx{
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .rowesx .onrows{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        margin-top: 10px;
    }
    .rowesx .onrows img{
        width: 35px;
        height: 35px;
    }
    main .top .btitems {
        display: none;
    }
    .inpx2{
        width: 100px !important;
        border: solid 2px #b7b7b7 !important;
        margin-right: 8px;
    }
    .shplase input:focus + label, .shplase input:not([value=""]) + label {
        top: -10px;
        font-size: 12px;
        color: #758475;
        background-color: #ffffff;
        padding: 0 5px;
    }
    .iconss {
        text-align: center;
        color: #017bf9;
        border: solid 2px #017bf9;
        width: 30px;
        height: 30px;
        font-size: 20px;
        cursor: pointer;
        margin-right: 10px;
    }
    .dropboxmbl {
        padding: 10px 18px 6px 52px;
        background-color: #022d3f;
        position: absolute;
        margin-top: 11px;
        box-shadow: 4px 7px 13px #141414;
        z-index: 100;
        margin-right: -249px;
    }

    .iconss2 {
        text-align: center;
        color: white;
        border: solid 2px #017bf9;
        background-color: #017bf9;
        width: 30px;
        height: 30px;
        font-size: 20px;
        cursor: pointer;
    }
    .shplases textarea:focus + label, .shplases textarea:not([value=""]) + label {
        top: -9px;
        font-size: 12px;
        color: #758475;
        background-color: #ffffff;
        padding: 0 5px;
    }
    .coloritems {
        background-color: #0d324f;
        height: 34px;
        margin-right: 0;
        width: 170px;
        display: flex;
        cursor: pointer;
        overflow: hidden;
    }
    .open-option {
        position: absolute;
        width: 357px;
        height: 412px;
        background-color: #072842;
        margin-top: -300px;
        box-shadow: 1px 8px 14px 4px #2e2e2e;
        border-radius: 0px;
        padding: 0px;
        color: white;
        z-index: 10;
        right: 1%;
    }
    .option-tb-div table tr img {
        width: 32px !important;
        height: 32px !important;
    }

    footer {
        width: 100%;
        height: 10px;
    }
    input[type=text] {
        width: 86%;
        font-family: 'IRANSansXFaNum';
        font-size: 12px;
        padding: 7px 0px 0px 0px;
        margin-right: 7px;
        outline: none;
        border: none;
        height: fit-content;
        border-radius: 4px;
    }
    .shplase label {
        position: absolute;
        right: 10px;
        top: 4px;
        pointer-events: none;
        transition: 0.2s;
        font-size: 12px;
        color: #757575;
    }

    .iconbox i {
        width: 100%;
        text-align: center;
        font-size: 15px;
        color: #4a5057;
        margin-top: 8px;
    }

    .iconbox {
        width: 53px;
        background-color: #e7ebee;
        border-left: solid 2px #d3d5d9;
        border-radius: 0px 4px 4px 0px;
    }

    .shplase {
        position: relative;
        border-radius: 4px;
        height: 32px;
    }
    .iconss i {
        margin-top: 6px;
        font-size: 17px;
    }
    .iconss2 i {
        margin-top: 5px;
        font-size: 17px;
    }
    .coloritems h4 {
        margin: 0px;
        margin-top: 6px;
        color: white;
        margin-right: 15px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        font-size: 13px;
    }
    select {
        width: 96%;
        font-family: 'IRANSansXFaNum';
        padding: 5px 5px;
        border: none;
        font-size: 13px;
        outline: none;
        height: 31px;
        border-radius: 4px;
    }
    .selectize-input {
        min-height: 20px !important;
    }
    .selectize-input {
        border: 1px solid #ccc;
        padding: 0px 10px !important;
        border-radius: 4px !important;
        display: inline-block;
        width: 100%;
        overflow: hidden;
        position: relative;
        z-index: 1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    main .top .itemb2 {
        background-color: #485e6c;
        height: 37px;
        width: 100px;
        display: table;
        border: solid 2px #a9a9a9;
        margin-left: 2px;
    }
    main .top .itemb1 h2, .itemb2 h2 {
        color: white;
        width: 100%;
        margin: 0px;
        text-align: center;
        margin-top: 5px;
        font-size: 15px;
        font-weight: 500;
    }
    main .top .itemb1 {
        background-color: #007596;
        height: 37px;
        width: 100px;
        display: table;
        border: solid 2px #a9a9a9;
        margin-left: 2px;
    }
    .notification {
        width: 100%;
        height: 9px;
        background-color: transparent;
    }
    header .tap2 .tap2w {
        width: 100%;
    }
    .vmblmod{
        zoom: 0.38;
        margin-top: 140px !important;
    }

    .votepagesbtns {
        float: left;
        width: 277px;
        height: 62px;
        margin-bottom: 0;
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .votepagesbtns .bbtn{
        margin-top: 3px;
        padding: 8px 47px !important;
        margin-left: auto;
        height: 24px;
    }
    .fixbtnvote{
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
        position: absolute;
        top: 107px;
        right: 0;
        width: 132.29px;
    }
    .srch-main{
        padding-top: 40px;
        position: fixed;
        width: 96%;
        height: 560px;
        background-color: #072842;
        top: 3%;
        right: 2%;
        color: white;
    }
    .srch-main a{
        display: inline-block;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        width: 102px;
    }
    .srch-main .srchinp {
        width: 94%;
        border: solid 1px #a9a9a9;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        margin: auto;
        background-color: #16202a;
        margin-top: 15px;
    }
    .tbldive {
        margin-top: 10px;
    }
    .srchinp i {
        font-size: 23px;
        margin-top: 5px;
        color: #616161;
        cursor: pointer;
        transition: 0.5s ease;
        margin-bottom: 6px;
    }
    .hbtn {
        font-size: 14px !important;
        background-color: #b3b3b3;
        color: white;
        width: fit-content;
        height: fit-content;
        padding: 4px 8px;
        border: solid 2px #979797;
        cursor: pointer;
        opacity: 0.4;
        font-size: 6px;
        margin-top: -4px;
        margin-right: 2px;
        margin-top: 0px;
        margin-bottom: 0;
    }
}

/*screen 1024 end ================================================================================>>>>>>>>>>>> */

/* mobile files start ================================================================================>>>>>>>>>>>> */

.mob_maindiv{
    width: 600px;
    height: 537px;
    background-color: white;
    position: fixed;
    z-index: 10000000;
    right: 28%;
    top: 7%;
    box-shadow: 7px 4px 20px 0px #797979;
    border: solid 2px #3f3f3f;
}
.mob_maindiv .mob_maindiv_hed{

}
.mob_maindiv .mob_maindiv_hed .top{
    position: absolute;
    z-index: 100000000000000;
    width: 99.3%;
    background-color: white;
    border-bottom: solid 2px #3f3f3f;
    top: 0;
    right: 0;
}

.mob_maindiv .mob_maindiv_hed .bt{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 37px;
}
.mob_maindiv .mob_maindiv_main{
    width: 98%;
    border: solid 1px #3f3f3f;
    margin: auto;
    height: 80%;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    overflow-y: scroll;
}
.mob_maindiv .mob_maindiv_main img{
    width: 180px;
    height: 320px;
    margin-right: 10px;
    margin-top: 10px;
}
.btnmt{
    border: solid 2px #007eff;
    padding: 1px 21px;
    background-color: #007eff21;
    color: black;
    text-align: center;
    cursor: pointer;
}

/* mobile files end ================================================================================>>>>>>>>>>>> */