@font-face {
	font-family: VazirFaNum;
	font-style: normal;
	font-weight: 900;
	src: url('View/1018/font/eot/VazirBlack.eot');
	src: url('View/1018/font/eot/VazirBlack.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('View/1018/font/woff2/VazirBlack.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('View/1018/font/woff/VazirBlack.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('View/1018/font/ttf/VazirBlack.ttf') format('truetype');
}
@font-face {
	font-family: VazirFaNum;
	font-style: normal;
	font-weight: bold;
	src: url('View/1018/font/eot/VazirBold.eot');
	src: url('View/1018/font/eot/VazirBold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('View/1018/font/woff2/VazirBold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('View/1018/font/woff/VazirBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('View/1018/font/ttf/VazirBold.ttf') format('truetype');
}
@font-face {
	font-family: VazirFaNum;
	font-style: normal;
	font-weight: 500;
	src: url('View/1018/font/eot/VazirMedium.eot');
	src: url('View/1018/font/eot/VazirMedium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('View/1018/font/woff2/VazirMedium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('View/1018/font/woff/VazirMedium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('View/1018/font/ttf/VazirMedium.ttf') format('truetype');
}
@font-face {
	font-family: VazirFaNum;
	font-style: normal;
	font-weight: 300;
	src: url('View/1018/font/eot/VazirLight.eot');
	src: url('View/1018/font/eot/VazirLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('View/1018/font/woff2/VazirLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('View/1018/font/woff/VazirLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('View/1018/font/ttf/VazirLight.ttf') format('truetype');
}
@font-face {
	font-family: VazirFaNum;
	font-style: normal;
	font-weight: 200;
	src: url('View/1018/font/eot/VazirThin.eot');
	src: url('View/1018/font/eot/VazirThin.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('View/1018/font/woff2/VazirThin.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('View/1018/font/woff/VazirThin.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('View/1018/font/ttf/VazirThin.ttf') format('truetype');
}
@font-face {
	font-family: VazirFaNum;
	font-style: normal;
	font-weight: normal;
	src: url('View/1018/font/eot/VazirRegular.eot');
	src: url('View/1018/font/eot/VazirRegular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('View/1018/font/woff2/VazirRegular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('View/1018/font/woff/VazirRegular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('View/1018/font/ttf/VazirRegular.ttf') format('truetype');
}

:root {
    --font: 'VazirFaNum';
    --textBgLight: #727272;
    --textBgDark: #fff;
    --default: #F6F6F6;
    --info: #84A5FF;
    --shadow: 0px 6px 29px -4px #0000002e;
    --grdSuccess: linear-gradient(-45deg, #84FF99, #84A5FF);
    --grdDanger: linear-gradient(-45deg, #FF6060, #FFAC4E);
    --grdInfo: linear-gradient(-45deg, #84A5FF ,#FE84FF);
}

body, input, textarea, a, * {
    font-family: var(--font);
    color: var(--textBgLight);
}

a:hover {
    /*color: var(--textBgLight);*/
    text-decoration: none;
}

body {
    font-size: 12pt;
}

container {
    display: flow-root;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    display: flow-root;
}

.init {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.rate {
    display: flow-root;
    float: left;
    background-image: var(--grdDanger);
    border-radius: 25px;
}

.rate span {
    color: var(--textBgDark);
    display: flow-root;
    float: left;
    background-color: #ffffff47;
    min-width: 25px;
    text-align: center;
    border-radius: 50%;
    padding: 4px 5px 0;
}

.rate:before {
    content: "";
    display: block;
    float: left;
    -webkit-mask-image: url(View/1018/icon/rate.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    width: 16px;
    height: 16px;
    background-color: var(--textBgDark);
    margin: 5px 8px;
}


.bubble {
    display: block;
    background-color: #fff;
    position: absolute;
    top: calc(100% + 16px);
    width: 280px;
    border-radius: 26px;
    right: -500px;
    box-shadow: var(--shadow);
    transition: all ease .3s;    
    z-index: 4;
    opacity: 0;
}

.bubble.active {
    right: 0;
    opacity: 1;
    z-index: 5;
    max-height: 300px;
    overflow: auto;
}

.bubble.left {
    right: auto;
    left: -500px;
}

.bubble.left.active {
    right: auto;
    left: 0;
    
}

/* Checkbox */
.chk {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin: 0 8px 0 0;
}

.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.chk label {
    margin: 0px 26px 0 8px;
    display: flow-root;
    font-size: 11pt;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    border-radius: 4px;    
    transition: all ease .3s;
}

.chk:hover input ~ .checkmark {
    background-color: #ccc;
}

.chk input:checked ~ .checkmark {
    background-image: var(--grdSuccess);
}

.chk .checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 3px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(0deg) scale(0);
    display: block;
    transition: all ease .3s;
}

.chk input:checked ~ .checkmark:after {
    transform: rotate(45deg) scale(1);
}

.btn {
    color: var(--textBgLight);
    background-color: var(--default);
    border: none;
    padding: 6px 24px;
    border-radius: 25px;
    margin: 0 0 8px 8px;
    cursor: pointer;
    display: flow-root;
    float: left;
    transition: all ease .3s;
}

.drpMonitor,
.input {
    display: flow-root;
    border: none;
    width: calc(100% - 16px);
    box-sizing: border-box;
    padding: 8px 16px;
    border-radius: 25px;
    margin: 8px;
    background-color: var(--default);
    position: relative;
}

.drpMonitor {
    font-size: 10pt;
    padding: 8px 16px 8px 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
}

.drpMonitor:before {
    content: "";
    display: flow-root;
    position: absolute;
    background-image: var(--grdSuccess);
    width: 28px;
    height: 28px;
    -webkit-mask-image: url(View/1018/icon/arrow-down.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    left: 8px;
    transition: all ease .3s;
    top: 50%;
    transform: translate(0, -45%);
}

.drpFloatBox {
    position: absolute;
    top: 100%;
    margin: 0 8px;
    background-color: #ebebeb;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 18px;
    display: flow-root;
    width: calc(100% - 16px);
    opacity: 0;
    z-index: -1;
    /*transition: opacity ease .3s;*/
}

[select].open .drpFloatBox {
    opacity: 1;
    z-index: 4;
}

.drpSearch {
    margin: 0 0 8px;
    padding: 8px 16px;
    border-radius: 25px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    background-color: var(--default);
    display: none;
}

[select][search] .drpSearch {
    display: flow-root;
}

.drpFloatBox span {
    display: flow-root;
    box-sizing: border-box;
    background-color: transparent;
    border-radius: 18px;
    padding: 6px 12px;
    margin: 0 0 4px;
    transition: all ease .3s;
    cursor: pointer;
    font-size: 10pt;
}

.drpFloatBox span:hover {
    background-color: #efefef;
}

[select] select {
    display: none;
}

.drpItems {
    display: flow-root;
    max-height: 200px;
    overflow-y: auto;
}

.drpLabel,
.inputBox .lblInput {
    margin: 0 12px 0 0;
}

.input.light {
    background-color: white;
}

.success {
    background-image: var(--grdSuccess);
    color: var(--textBgDark);
}

.danger {
    background-image: var(--grdDanger);
    color: var(--textBgDark);
}

.info {
    background-image: var(--grdInfo);
    color: var(--textBgDark);
}

.textarea {
    max-width: calc(100% - 16px);
    min-width: calc(100% - 16px);
    min-height: 200px;
    position: relative;
    z-index: 2;
}

.inputBox {
    position: relative;
    display: inline-block;
    width: 100%;    
    margin: 16px 0 0;
}

.inputBox.w50 {
    width: 50%;
}

.inputBox.w33 {
    width: 33.33333%;
}

.inputBox.w25 {
    width: 25%;
}

.inputFoot {
    margin: 16px 0 0;
}

.file img {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    object-fit: cover;
    margin: 0 8px;
    display: none;    
    float: right;
}

.file.hasImg img {
    display: block;
}

.fileContent {
    display: block;
    float: left;
    width: 100%;
    padding: 0 8px 0 0;
}

.file.hasImg .fileContent {
    width: calc(100% - 88px);
    padding: 0;
}

.file .input input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.btnDelFile {
    margin: 0;
    border-radius: 8px;
    padding: 0;
    width: 22px;
    height: 22px;
    display: none;
    float: right;
    position: relative;
}

.file.hasImg .btnDelFile {
    display: block;
    margin: 2px 0 0;
}

.btnDelFile:before {
    content: "";
    background-color: var(--textBgDark);
    -webkit-mask-image: url(View/1018/icon/delete.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: absolute;
    width: 14px;
    height: 14px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.fileContent .lblInput {
    margin: 0 6px 0 0;
}

.fileContent .input {
    margin: 8px 0px 8px 8px;
    width: calc(100% - 8px);
    padding-left: 48px;
}

.fileContent .input:before {
    content: "";
    background-image: var(--grdSuccess);
    -webkit-mask-image: url(View/1018/icon/uploader.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    transform: translate(0, -50%);
    top: 50%;
    left: 16px;
}

.fileContent .input span {
    font-size: 11pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.tbl {
    display: flow-root;
    background-color: var(--default);
    border-radius: 24px;
    margin: 32px 0;
}

.tblBody {
    display: flow-root;
}

.tbl .tblHead, 
.tbl .tblBody .tblCol 
{
    display: grid;
    grid-template-columns: 10% 15% 30% 15% 30%;
    margin: 0px 16px;
}

.tbl .tblBody .tblCol {
    border-top: 1px solid #00000017;
}

.tbl .tblBody .tblCol > column {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 8px;
}

.tblHead h2 {
    display: flow-root;
    margin: 0;
    font-size: 14pt;
    text-align: center;
    padding: 16px 8px;
    font-weight: 500;
}

.tbl .tblImg {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flow-root;
    margin: 8px auto;
    object-fit: cover;
}

.tbl .btn {
    margin: 0 4px;
    padding: 5px;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}

.tbl .btn:before {
    display: flow-root;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(View/1018/icon/delete.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: white;
}

.tbl .btn.editLocation:before {
    -webkit-mask-image: url(View/1018/icon/edit.svg);
}

.tbl .btn.addAttributes:before {
    -webkit-mask-image: url(View/1018/icon/bag.svg);
}

.header {
    background-color: var(--default);
    box-shadow: var(--shadow);
}

.headerContent {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 8px;
    max-height: 64px;
}

.navIco {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ECECEC;
    position: relative;
    cursor: pointer;
}

.navIco:before {
    content: '';
    width: 50%;
    height: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-mask-image: url(View/1018/icon/home.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-image: var(--grdSuccess);
}

.navIco.exit:before{
    -webkit-mask-image: url(View/1018/icon/exit.svg);
    background-image: var(--grdDanger);
}

.navIco.exit {
    display: none;
}

.headerContent.login .navIco.exit {
    display: inline-block;
}

.navIco.instagram:before{
    -webkit-mask-image: url(View/1018/icon/instagram.svg);
    background-image: var(--grdInfo);
}

.navIco.search:before{
    -webkit-mask-image: url(View/1018/icon/search.svg);
}

.navIco.user:before{
    -webkit-mask-image: url(View/1018/icon/user.svg);
}
.navIco.menu{
    transform: rotateY(180deg);
    display: none;
}
.navIco.menu:before{
    -webkit-mask-image: url(View/1018/icon/menu.svg);
}

.lnkProfile img {
    display: inline-block;
    width: 52px;
    height: 52px;
    object-fit: cover;
    object-position: center top;
}

.searchBox {
    display: flex;
    align-items: center;
    float: left;
    background-color: white;
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0 7px 0 0;
    position: relative;
}

.txtSearch {
    display: block;
    padding: 4px 8px;
    border: none;    
    flex: 1;
    width: 100%;
}
search-input {
    position: relative;
    display: block;
    padding: 4px 8px;
    border: none;
    flex: 1;
}
search-input .delSearch {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    -webkit-mask-image: url(View/1018/icon/icons8_delete.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background: var(--grdDanger);
    top: 50%;
    left: 6px;
    transform: translate(0, -42%);
}
.search {
    display: block;
}

.mainSearch {
    width: 225px;
    box-sizing: border-box;
    padding: 8px;
}

.mainSearch {
    width: 260px;
}

.mainSearch a img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flow-root;
    float: right;
    margin-left: 6px;
}

.mainSearch a {
    display: flow-root;
    margin-bottom: 12px;
    box-sizing: border-box;
    padding-right: 4px;
}

.mainSearch a:last-child {
    margin-bottom: 0;
}

.mainSearch .item {
    display: flow-root;
    width: calc(100% - 42px);
    border-radius: 25px;
    transition: all ease .3s;
    background-color: transparent;
    padding: 4px;
    background-color: var(--default);
}

.mainSearch a .item > span {
    font-size: 10pt;
    box-sizing: border-box;
    padding: 1px 8px 0;
    display: flow-root;
    float: right;
    width: calc(100% - 59px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all ease .3s;
}

.mainSearch a:hover .item > span {
    padding: 1px 16px 0 8px;
}

.mainSearch a .rate {
    display: none;
}

.mainSearch a.hasRate .rate {
    display: flow-root;
}

.lnkProfile img {
    display: inline-block;
    width: 52px;
    height: 52px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
}

.navAuthBox {
    display: flow-root;
    float: right;
    position: relative;
}

.navAuthBox .lnkProfile,
.navAuthBox .lnkAuth {
    display: none;
    float: right;
    /* align-items: center; */
}

.headerContent:not(.login) .navAuthBox .lnkAuth,
.headerContent.login .navAuthBox .lnkProfile {
    display: flex;
}
.navAuthBox .lnkProfile span,
.navAuthBox .lnkAuth span {
    font-weight: 400;
    margin: 0 8px 0 16px;
    cursor: pointer;
}

.lnkForgotPass {
    font-size: 10pt;
    margin: 0 8px 24px 0;
    color: var(--info);
    display: flow-root;
    transition: all ease .3s;
}

.authTab {
    display: none;
    background-color: var(--default);
    border-radius: 24px;
}

.authTab.active {
    display: flow-root;
}

.authTab .authTabContent {
    padding: 8px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 24px;
}

.lnkChangeTab {
    padding: 8px 16px;
    display: flow-root;
    text-align: center;
    font-size: 11pt;
}

.menuBox {
    display: none;
    position: relative;
}

.menuContent {
    width: 180px;
    padding: 8px;
}

.menuContent .lnkMenu {
    display: flow-root;
    padding: 8px 16px;    
    white-space: nowrap;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.input:disabled{
    background-color: #e4e4e4;
}

/*#region Message Box */
.Message {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.Message .MessageTitle {
    background-color: rgb(0 0 0 / 0%);
    border-top: 8px solid var(--info);
    color: var(--text);
    text-align: center;
    margin: 0px auto;
    padding: 12px;
    font-size: 12pt;
    font-weight: bold;
    border-bottom: 1px dashed rgb(237 237 237); 
}
.Message .MessageText{
    font-size: 10.5pt;
    padding: 16px 12px;
    color: rgb(32 14 50 / 75%);
    text-align: center;
    padding: 24px 12px;
}
.Message .MessageText > div{
    direction: ltr;
    margin-top: 32px!important;
    text-align: center!important;
}
.Message .MessageText #btnOk{
    background-color: var(--success)!important;
    border-radius: 6px;
    font-size: 10.5pt!important;    
}
.Message .MessageText #btnOk {
    background-image: var(--grdSuccess)!important;
    border-radius: 6px;
    font-size: 10.5pt!important;
    font-weight: bold!important;
    font-family: VazirFaNum !important;
}
.Message .MessageText #btnCancel{
    background-color: rgb(0 0 0 / 0%)!important;
    color: #FF7C5A!important;
    font-size: 10.5pt!important;
    font-weight: bold!important;   
    font-family: VazirFaNum !important;
}
.Overlay {
    background-color: rgb(0 0 0);
    opacity: 0.2;
}
.MessageTitle img {
    cursor: pointer;
    padding: 2px 0 0 6px;
    float: right;
    position: absolute;
    right: 14px;
    content: url(View/1018/image/delete_sign_60px.png);
    width: 24px;
}
/*#endregion*/
.iranemonAmlakLink{
    display: flex;
    position: absolute;
    background: transparent;
    font-size: 9pt;
    top: 25px;
    right: 56px;
    overflow: hidden;
    border-radius: 4px;
}
.iranemonAmlakLink a {
    width: 65px;
    color: white;
    text-align: center;
    height: 100%;
    padding: 2px 8px 1px;
    text-decoration: none !important;
}
.iranemonAmlakLink a:first-child{
    background: var(--grdDanger);
}
.iranemonAmlakLink a:last-child{
    background: #a7a7a7;
}

/*#region paging */
paging{
    display: flex;
    direction: ltr;
    text-align: right;
    column-gap: 4px;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1263px;
    margin: 30px auto 60px;
}
paging a{
    border-radius: 50%;
    background: var(--grdInfo);
    width: auto;
    display: none;
    min-width: 21px;
    text-align: center;
    height: 22px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 10pt;
    color: var(--textBgDark);
    position: relative;
    text-decoration: none !important;
}
paging a.Current{
    font-size: 13pt;
    background: var(--grdSuccess);
    color: var(--textBgDark);
    padding-top: 3px;
}
paging a .icon{
    display: block;
    position: absolute;
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 24px;
    width: 24px;
    height: 24px;
    background: var(--textBgDark);
    left: 50%;
}
.first-page .icon{
    -webkit-mask-image: url(View/1018/icon/catArrow.svg);
    transform: translate(-54%, 0) rotate(90deg);
}
.prev-page .icon{
    -webkit-mask-image: url(View/1018/icon/arrow-left.svg);
    transform: translate(-54%, 0);
}
.last-page .icon{
    -webkit-mask-image: url(View/1018/icon/catArrow.svg);
    transform: translate(-46%, 0) rotate(-90deg);
}
.next-page .icon{
    -webkit-mask-image: url(View/1018/icon/arrow-left.svg);
    transform: translate(-46%, 0) rotate(180deg);
}
page-text {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 100%);
    font-size: 10pt;
    margin-top: 16px;
}

/*#endregion*/@media screen and (min-width: 600px) and (max-width: 1024px) {
.next-site{
    display: none !important;
}
.next-site-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.next-site-mobile a {
    float: none;
    display: block;
    margin: 0 auto;
    border-radius: 16px 16px 0 0;
    text-align: center;
}}@media screen and (min-width: 0) and (max-width: 600px) {
.index,
.navIcons,
.tbl .tblHead,
.navAuthBox .lnkProfile span,
.navAuthBox .lnkAuth span {
    display: none !important;
}

.searchBox {
    flex: 1;
    margin: 0 8px;
}

.navIco.menu{
    display: inline-block;
}

.menuBox {
    display: block;
}

.inputBox {
    margin: 6px 0 0;
}

.inputBox.w50,
.inputBox.w33,
.inputBox.w25 {
    width: 100%;
}

.tbl {
    background-color: transparent;
    border-radius: 0;
}

.tbl .tblBody .tblCol {
    border: none;
    background-color: var(--default);
    border-radius: 16px;
    margin: 8px;
}

.tbl .tblImg {
    width: 68px;
    height: 68px;
    margin: 16px auto 8px;
}
.logout{
    display: none;
    padding: 8px 16px;
    white-space: nowrap;
}

a.btn.success.morePlace {
    margin-bottom: 42px;
}
.iranemonAmlakLink {
    display: none;
}}
.nav {
    display: flow-root;
    background-color: var(--default);
    border-radius: 25px;
    padding: 8px 16px;
    margin: 36px 64px;
}

.nav a {
    display: flow-root;
    border-radius: 25px;
    padding: 8px 16px;
    margin: 8px;
    transition: all ease .3s;
}

.nav a:hover {
    color: var(--info);
}

.container.profile {
    max-width: 720px;    
}

.title {
    color: var(--info);
    margin: 38px 8px 16px;
    font-weight: 600;
}
column.inputBox.w66 {
    width: 66%;
}
textarea.View.input {
    height: 150px;
}
birth-icon {
    background-image: var(--grdSuccess);
    -webkit-mask-image: url(View/1018/icon/calendar.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    position: absolute;
    width: 24px;
    height: 24px;
    transform: translate(0, 0%);
    top: 50%;
    left: 16px;
}

/*#region DatePicker*/
#bd-root-subDate{
    position: relative;
    width: 100%;
}

#bd-root-subDate > input{
    height: 46px;
    box-sizing: border-box !important;
}

.bd-next, .bd-prev {
    background-image: var(--grdDanger);
    font-family: vazir;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    width: 20%;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
.bd-next span, .bd-prev span{
    color: var(--textBgDark);
}
.bd-next:hover,.bd-prev:hover{
    background-image: var(--grdDanger);
   opacity: 0.8;
}
.bd-calendar{
    width: 100% !important;
}
.bd-calendar table {
    width: 100%!important;
}
.bd-table thead tr th{
    width: 30px;
    vertical-align: middle;
    font-weight: 100;
    flex: 1;
    display: block;
    font-size: 13px;
}

.bd-title{
width: 100%;
    padding: 3px 0 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 5px;
}
.bd-main {
    border: 0px solid var(--primary)!important;
    border-radius: 5px;
    box-shadow: none;
    margin: 3px 6px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.16);
    width: calc(100% - 10px)!important;
    
    min-width: 260px;
}
.bd-table thead {
    background-color:#7272721c;
    color: var(--textBgLight);
    border-radius: 4px;
    margin: 3px 0;
    display: table-caption;

}
.bd-table thead tr
{
    width: 100%;
    display: flex;
    align-items: center;
}
.bd-table-days button {
    background-color: #fff;
    border-radius: 5px;
    font-size: 11px;
    margin: 1px;
    color: var(--textBgLight);
}
.bd-dropdown {

    width: 100%;
}
.bd-dropdown select{
   border: 0;
    border-radius: 4px;
    padding: 3px 0;
    font-size: 11px;
    color: var(--textBgLight);
    padding: 0 10px;
}
.bd-table-days button:hover {
    color: #fff;
    background-image: var(--grdDanger);
}
.bd-table tbody tr td {
    border: none;
    width: auto;
    text-align: center;
}
.bd-dropdown select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(View/1018/icon/arrow-down.svg) 0 / 35% no-repeat var(--textBgLight);
    background-color: #7272721c;
    background-position-x: 7px;
    background-size: 14px;
}
/*#endregion DatePicker*/

.rdo {
    display: flow-root;
    position: relative;
    margin-bottom: 8px;
    font-size: 14pt;
    user-select: none;
    float: right;
    cursor: pointer;
}

.rdo input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.rdo .checkmark {
    top: 0;
    right: 0;
    height: 22px;
    width: 22px;
    background-image: var(--grdSuccess);
    border-radius: 50%;
    position: relative;
    display: flow-root;
    float: right;
    margin: 0 16px 0 8px;
}

.rdo:hover input ~ .checkmark {
  background-color: #ccc;
}

.rdo input:checked ~ .checkmark {
  background-color: #2196F3;
}

.rdo .checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    transition: all ease .3s;
}

.rdo input:checked ~ .checkmark:after {
    transform: translate(-50%, -50%) scale(1);
}

.rdo label {
    cursor: pointer;
}
.rdoBox{
    display: flex;
    margin: 16px 0 32px;
}
input[action=delete]{
    top: 0px;
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
    cursor: pointer;
    border: 0;
    background: transparent;
}

.tbl .tblHead, .tbl .tblBody .tblCol {
    grid-template-columns: 10% 15% 15% 15% 15% 30%;
}@media screen and (min-width: 0) and (max-width: 600px) {
.tbl .tblBody .tblCol {
    display: flow-root;
    width: calc(50% - 16px);
    float: right;
}

.tblTitle {
    color: var(--info);
    font-size: 12pt;
    font-weight: 500;
    margin: 0 0 8px 0;
}

.rate {
    transform: scale(0.9);
    margin: 0 0 12px 0;
}

.tblOpt {
    margin: 0 0 -14px 0;
}

.tbl .btn {
    margin: 2px 8px 0;
    width: 32px;
    height: 32px;
}

.tbl .tblBody .tblCol {
    margin: 8px 8px 22px;
}}












