/*for jquery toggle key*/
.jqueryselectortogglediv{
    display: flex;
    width: fit-content;
    padding: 7px;
    background: #009cd7;
    color: white;
    direction: rtl;
    height: 20px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.jqueryselectortoggledivnull{background: rgb(207, 207, 207);}
.jqueryselectortogglediv>div{
	z-index: 4;
	text-align: center;
	font-size: 14px;
	width: 50px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s ease;
}
.tojqueryselectortoggledivanim{
	position: absolute;
    background: rgb(255, 255, 255);
    width: 50px !important;
    z-index: 1 !important;
	height: 22px !important;
	margin-top: -1px !important;
	border-radius: 5px !important;
}
.tojqueryselectortoggledivanimleft{
	margin-right: 50px
}
.tojqueryselectortoggledivanimright{
	margin-right: 0px
}
.jqueryselectortoggledivtactive{color:#009cd7 !important; }
.jqueryselectortoggledivtnoactive{color:white !important;}
.jqueryselectortoggledivnull .jqueryselectortoggledivtactive{color:#969696 !important }
/*end jquery toggle key*/
.forpdfreportdownload{
    cursor: pointer;
    margin: 0 auto 10px 10px;
    background: #ffeed4;
    color: #c77600;
    padding: 5px 11px;
    border-radius: 5px;
    font-size: 14px;
    width: fit-content;
}
div.informationdiv{
    background: #fffef1 !important;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: right;
    padding: 15px;
    margin-top: 15px;
}
tr.informationdiv td{
    /* border: 1px solid #e0e0e0; */
    background: #f8f7e9 !important;
    border-radius: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: right;
    padding: 15px;
}
.massage_box_close_div{
	text-align: left;
}
.forpdfreport{
    display: flex;
    justify-content: space-around;
    background: #f5f8fc;
    padding: 15px;
    font-size: 14px;
    align-items: center;
}
.forpdfreport button {
    font-size: 14px;
    padding: 5px 14px;
}
.divshownumbersbyapi{
    margin: 20px 0;
    cursor: pointer;
    padding: 10px;
    background: #ffeacb;
    color: #975a00;
    border-radius: 10px;
    font-size: 15px;
}
.namayeshwebservice {
    background: #ffb03b;
    padding: 3px 7px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: white;
}
.linediv1{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.linediv1time{
  font-size: 15px;
  min-width: 33px;
  margin-left: 3px;
  color: #8d96a2;
  text-align: left;
}
.linediv1timeshow{
    /* background: #ebf1f9; */
    /* width: 33px !important; */
    /* overflow: hidden; */
    position: relative;
    height: 48px;
    border: 1px solid #d5dce7;
    border-radius: 5px;
    margin-right: 4px;

	display: none;
}
.linediv1timeshow > div {
    width: 37px;
}
.linediv1timeshow div:last-child{
	font-size:12px;
}
.linediv1timeshow div:first-child{
	font-size:18px;
	font-weight: bold;
}
.linediv1number {
  text-align: left;
  font-size: 18px;
  color: #375583;
  background: #fcfdff;
  padding: 8px 5px;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  margin-left: 15px;
}
.linediv1number > i {
    font-size: 13px;
    opacity: .5;
    margin-right: 5px;
	cursor: pointer;
}
div.numberspanel{
    border-radius: 10px;
    padding: 10px;
    background: #f5f8fc;
    margin-bottom: 15px;
}
.linediv1servicename, .linediv1countryname{
    font-size: 13px;
    /*margin-top: 4px*/
    color: #8d96a2;
}
.linediv1service img, .linediv1country img{
	width: 26px;
}
.linediv1service img {
    height: 23px;
    margin-top: 2px;
}
.linediv1serviceandcountry{
    display: flex;
    flex-direction: row-reverse;
}
.linediv1serviceandcountry > div{
    width: 62px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pnshowindatabase{background:#1ecf64 !important;}
.profileuseroption>div{
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.profileuseroption>div>div{
    margin-left: 20px;
}
.profileuseroption>div>div>i {
    margin-left: 9px;
    color: gray;
}
#shownumbersbox_rentalsms{
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#shownumbersbox_rentalsmsindiv{
    width: 215px;
}
#smsrentaltext{
	width: calc(100% - 240px);
}
.smsrentaltext {
    background: #ffde7c;
    margin-top: 10px;
    font-size: 13px;
    border-radius: 3px;
}
.texterrorrental > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
}
.texterrorrental > div:first-child i {
    margin-left: 5px;
	opacity: .6;
}
.activesmsrental {
    background: #eefaff;
}
.errorsmsrental {
    background: #fff0d9;
}
.notsmsrental {
    font-size: 15px;
    font-weight: 300;
    margin-top: 50px;
}
.khatdovom_r{
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
    padding: 5px 5px 0 0px;
    font-size: 14px;
    position: relative;
    margin-top: 5px;
    border-top: 1px solid #e9eff7;
}
.timeday{
    display: flex;
    justify-content: space-evenly;
    font-size: 15px;
    margin-top: 5px;
}
.dayrental{
    background: #dff6ef;
    color: #076748;
    min-width: 55px;
    border-radius: 5px;
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 21px;
}
.monqazi {
    background: #fadede;
    color: #890f0f;
    font-size: 13px;
    width: 55px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
}
.anr3for {
    background: #ffb03b;
    color: white;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 65px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.khatdovom_r > div {
    background: #74dcb1;
    color: white;
    padding: 0px 5px;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
    width: 50%;
    height: 25px;
    margin: 0 5px;
    cursor: pointer;
    margin-top: 10px;
}
.tamdidrentalbtncancel1 {
    background: #f2a3a3 !important;
}
.tamdidrentalbtnhide1{
    background-color: #a6b9d6 !important;
    width: 70% !important;
}
.timerentalout {
    background: #ffe4bc;
    color: #c77700;
}
.khatdovom_r i {
    font-size: 13px;
}
.profilemaindiv {
    display: flex;
	padding:20px;
}
.profilemenu{
    width: 15%;
    margin-left: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
}
.profiledivgeneral{
	width: 85%;

	/*seyd*/
	padding: 0px 15px 0 0;

}
.newnumbres,.newnumbres td{background:yellow !important;}
.profilemenu div {
    background: #f5f8fc;
	color: #005a7b;
    margin-bottom: 13px;
    padding: 12px 20px;
    border-radius: 10px;
    cursor: pointer;
    transition: .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    width: 70px;
}
.profilemenu > div > i {
margin-bottom: 11px;
    position: relative;
    top: 2px;
    font-size: 25px;
    font-weight: 300;
}
.profilemenuactive {
    color: white !important;
    background: #009cd7 !important;
}
.profilediv{display:none;}
.profiledivactive{display:block !important;}
.profileuseroption {
    width: fit-content;
}
.profileuserinfo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
.profileuserinfo > div{
    width: calc(50% - 53px);
    margin: 10px;
    border-radius: 10px;
    padding: 15px;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    min-width: 200px;   
}

.makhfi{
    position: absolute;
    background: #ffffff;
    margin: 0 auto;
    text-align: center;
    display: flex;
    height: calc(100% - 5px);
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: calc(100% - 9px);
    border-radius: 6px;
}
td .makhfi{

    width: calc(100% - 19px);
    height: 35px;
    border-radius: 6px;
	top: auto;
    left: auto;
}
.makhfi i{
font-size: 18px;
    color: #969696;
    cursor: pointer;
    position: absolute;
    left: 15px;
}
.userarearightsideprofilepicture{
	background-size: cover !important;
    background-position: center !important;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    cursor: pointer;
}
.profilediv:hover .profileuserpicimg>div{
	opacity: 1;
}
.profileuserpicimg{
	background-size: cover !important;
    background-position: center !important;
	width: 100px;
    height: 100px;
    border-radius: 50px;
    cursor: pointer;
}
.profileuserpicimg>div{
	text-align: center;
	position: absolute;
	border-radius: 0px 0px 90px 90px;
	background: #ffffffba;
	margin-top: 73px;
	font-size: 13px;
	width: 90px;
	margin-right: 4px;
	height: 27px;
	opacity: 1;
	-webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.profileuserpic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.profileuserpic img {
    width: 100px;
}
.profileuserinfo > div {
    width: calc(50% - 53px);
    margin: 10px;
    border-radius: 10px;
    padding: 15px;
    background: #f9f9f9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}
.profileuserinfo > div > span {
    color: #728197;
	padding-right: 10px;
}
.profileuserinfo > div > i {
	color: #7c7c7c;
    margin-right: auto;
	cursor: pointer;
}
.historytabsm.sspdiv {
    max-width: 100%;
	margin: auto 0;
}

.shownumbersbox > table{
	text-align: center;
}
.numberspanel, .informationdiv{
    animation: num-left .4s ease-in-out;
}
@keyframes num-left{
	0%{transform: translate3d(-500px,0,0)}

	100%{transform: translate3d(0,0,0)}
}
.numberspanel > td:first-child {
    width: 40px;
}
.numberspanel > td:nth-child(2) {
    width: 45px;
}
.numberspanel .countryimg {
    display: flex;
    justify-content: center;
}
.countryimg .companycode {
    font-size: 13px;
    position: relative;
    top: -7px;
    left: 3px;
    font-weight: 300;
    color: #7f7f7f;
}
.numberspanel .mainnumber {
    width: 140px;
}
/*.numberspanel .mainnumber > div {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}*/

.numberspanel .mainnumber > div{
	display: flex;
		align-content: center;
		justify-content: center;
		align-items: center;
		flex-direction: row-reverse;
}

.numberspanel .mainnumber > div > span{
	direction: ltr;
    font-size: 16px;
    font-weight: 300;
    color: black;
}
.numberspanel .mainnumber > div > i, .newstatus i{
	margin-right: 7px;
	font-size: 14px;
	color: #a6b5c9;
	cursor: pointer;
}

.numberspanel .mainnumber > div > i:hover, .newstatus i:hover{
	color: #00b2f6;
	font-weight: 400;
}
.numberspanel > .time{
    width: 40px;
    font-size: 14px;
    font-weight: 300;
}
#shownumbersbox tr:nth-child(4n+1)>td, #shownumbersbox tr:nth-child(4n+2)>td{
	background: #f5f8fc;
    border-radius: 5px;
}
.historypages {
    text-align: center;
    margin-top: 20px;
}
.noresult1 > td{	background: #feff00;}

.newstatus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0px 5px 5px;
}
.codetext {
    direction: ltr;
    font-family: calibri;
    /* font-weight: 600; */
    position: relative;
    top: -2px;
    text-align: left;
}
.loadingcodewait, .newstatus > .newstatus .pswp__preloader__icn{
	margin-right: 10px;
}
.loadingcodewait .pswp__preloader__donut{
	border: 2px solid #009cd7 !important;
}
.keliddiv .pswp__preloader__donut, .khatdovom_r .pswp__preloader__donut{
	border: 2px solid #fff !important;
}
.newstatus > .loadingcodewait .pswp__preloader__donut{
	border: 2px solid #009cd7 !important;
}
.khatdovom_r .loadingcodewait{
	margin-right: 0px;
}
.khatdovom {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 5px 0 0px;
    font-size: 14px;
    position: relative;
    margin-top: 6px;
    border-top: 1px solid #e4ebf3;
}
td > .khatdovom{
	margin-top: 0;
	padding: 0px 10px 0 5px;
	border-top: none;
}
.keliddiv {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.generalkey {
    background: #a6b9d6;
    color: #ffffff;
    min-width: 53px;
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 14px;
    margin: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
}
td .generalkey{
	padding: 3px 7px;
}
.generalkey.cancelkey, .generalkey.cancelkey2 {
    background: #ff9188;
}
.generalkey.repeatkey {
    background: #43daa9;
	min-width: 65px;
}
.generalkey.cancelrepeat,.generalkey.bankey {
    background: #ffb03b;
}

.generalkey i {
    font-size: 13px;
    margin-left: 5px;
}
.cancelnumtext{
	color: #930000;
}
.recnumtext{
    color: #1e9f58;
    font-weight: 600;
    font-size: 15px;
    margin-left: 6px;
}
.keyprogress {
    opacity: .5;
    cursor: auto;
}
.keyprogress.key_hover:hover:after {
    width: 0;
}
.payamaka {
    font-size: 13px;
    background: #eef8fc;
    color: #006d96;
    padding: 1px 5px;
    border-radius: 5px;
}
.smsrentalbox {
    transition: all 1s;
    background: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 5px 15px 15px 15px;
    padding: 18px;
    color: #454545;;
	direction: ltr;
    text-align: left;
    font-family: calibri;
}
.smsrentalbox > div:first-child {
    display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: gray;
    margin-bottom: 15px;
}


.numberrentals {
    padding: 15px;
    border-radius: 3px;
    transition: background .3s;
    background: #fcfcfc;
    margin-bottom: 15px;
    border-right: 4px solid #eeeeee;
	opacity: 0.8;
}
.numboxrentalactive {
    background: #f3f8ff;
    border-color: #c7d5e6;
	opacity: 1;
}
.rentalshownumber {
    font-size: 20px;
    direction: ltr;
    color: #40546d;
}
.rentalshownumber > i{
    margin-right: 7px;
    font-size: 14px;
    color: gray;
}
.nameservicerentals {
	font-size: 15px;
    color: #5f5f5f;
}
.nameservicerentals > img {
    height: 18px;
    width: 18px;
    margin: 0 5px 0 3px;
    position: relative;
	top: 5px;
}
.rentalnewyellow {
    background: yellow;
}
.copynum_rforstrungtext {
    font-size: 10px;
    opacity: .6;
    cursor: pointer;
    position: relative;
    top: -6px;
    right: -2px;
}
.greentick{
	color: #02d4ae !important;
    font-weight: bold !important;
}

.downuserdiv{
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}
.downuserdiv>div{
width: calc(50% - 20px);
    margin: 0 10px;
}
.downuserdiv>div>span{
	display: table;
    width: 100%;
    text-align: center;
}
.downuserlist{
	margin: 0 auto;
    background: white;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    user-select: text;
	display: table !important;
}
#profilesubuserparrent1_span, #profilesubuserparrent2_span {
    background: #f5f8fc;
    color: #006f99;
    padding: 10px 0;
    margin: 15px 0;
    font-weight: 600;
    border-radius: 10px;
    font-size: 15px;
}
.reflinkprofile {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reflinkprofile > span{
	color: green;
    font-weight: 600;
}
.reflinkprofile > input{
	flex: auto;
    margin-right: 12px;
    padding: 10px;
    text-align: center;
    font-family: calibri;
    font-size: 16px;
}
.generalkey .adad {
    top: -1px;
    position: absolute;
    left: 4px;
    text-align: left;
    color: yellow;
}



















/* start */
@media screen and (min-width: 1000px){
/* start */
	.bodypage{
		width: 85%;
		max-width: 1200px;
	}
	.selectservice{
		width: 38%;
	}
	.shownumbers{
		width: calc(62% - 35px);
		margin-right: 15px;
	}
}



/* start moblie */
@media screen and (max-width: 460px){
	/* start moblie */

	/*برای کنار رفتن علامت چت آنلاین در موبایل*/
	/*.cc-nsge{}*/
	/*,.cc-qfnu*/
	.crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge {
		margin-bottom: 52px !important;
	}
	.crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl .cc-nsge .cc-ujvn .cc-1fs0 {
		margin-bottom: 52px !important;
	}
	/*توی جاوا فایل chatonline دادم بصورت جاوا بیاد*/
	/*.cc-imbb{margin-bottom: 40px !important;} */
	/*.crisp-client .cc-52lo .cc-kegp .cc-1oun,.crisp-client .cc-52lo[data-full-view="true"] .cc-kegp .cc-1oun,.crisp-client .cc-52lo[data-full-view="true"] .cc-kegp .cc-1oun .cc-1qth{
		

	}
  .crisp-client .cc-52lo[data-full-view=true] .cc-kegp .cc-1oun .cc-evsl .cc-1vyl {
    margin-bottom: 60px !important;
  }
  .crisp-client .cc-52lo[data-full-view=true] .cc-kegp .cc-1oun {
    margin-bottom: 55px !important;
	}*/
	.footer, .header, .headertop, .mobbuydis{
		display: none;
	}
	body{
		background: white !important;
	overflow-x: hidden;
	}
	.red{color:red;}
	#userarearightside{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	#userarearightside > i{
		font-size: 80px;
		color: #d0dbec;
	}
	#userarearightside > div{
		display: flex;
		flex-direction: column;
		margin-right: 20px;
		font-size: 15px;
		font-weight: 300;
	}
	#userarearightside > div > span:first-child{
		padding-bottom: 10px;
		font-size: 18px;
		font-weight: 400;
	}
	#userarearightside > div > span:last-child{
		font-size: 13px;
	}
	#userarealeftside{
		display: flex;
		flex-direction: column;
	}
	#userarealeftside > div {
		font-size: 18px;
		width: 35px;
		height: 35px;
		border-radius: 30%;
		background: #ffffff;
		color: #363636;
		box-shadow: rgb(0 0 0 / 13%) 0px 0px 4px;
		margin-bottom: 8px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#userarealeftside > div > i {
	font-weight: 300;
	}
	span.num_r {
		font-size: 15px;
	}
	#historyerarea .closearea, #historyerarea .numbersbox p{
		display: none;
	}
	.paybox, .numbersbox{
		padding: 0;
	}
	.stickytabs_dea, .shownumbers {
		display: none;
	}
	.stickytabs_a{
		display: block;
	}
	#walletarea{
		overflow: hidden;
	}
	.stickyfooterbefore{
		display: block !important;
		z-index: -1;
		height: 60px;
		width: 100%;
		background: white;
	}
	.sticky {
		position: fixed;
		top: 10px;
	}
	.stickyfooter{
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: space-evenly;
		height: 60px;
		align-items: center;
		direction: rtl;
		background: #ffffff;
		box-shadow: 0px 20px 57px #a4a4a4;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999999;
	}
	.stickyfooter::before {
		content: "";
		background: #ffffff;
		width: 100px;
		/* border-left: 2px solid; */
		/* border-top: 2px solid; */
		height: 100px;
		border-radius: 50%;
		position: absolute;
		transform: rotate(45deg);
		top: -11px;
		left: calc(50% - 52px);
		/* box-shadow: 0px 0px 13px #0000002b; */
		z-index: -1;
	}
	.stickyfooter > div {
		border-radius: 4px;
		font-size: 13px;
		font-weight: 400;
		display: flex;
		flex-direction: column;
		align-items: center;
		height: 41px;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;
		color: #a4a4a4;
		margin-top: 5px;
		transition: transform .4s;
		position: relative;
	}
	.stickyfooter > div > i {
		font-size: 20px;
		margin-bottom: 3px;
	}
	.stickyfooter > div > img{
		width: 21px;
		margin-bottom: 1px;
	}
	.foostdivactive {
		color: #0087c4 !important;
		font-weight: 600 !important;
		/* font-size: 14px !important; */
		transform: scale(1.06);
	}

	#stickyothnerbadge{
		width: 7px;
		height: 7px;
		background: red;
		position: absolute;
		top: -3px;
		right: -14px;
		border-radius: 50%;
		display: none;
	}
	#otherareacontent {
		display: flex;
		flex-direction: column;
	}
	#stickyothertop {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		padding: 20px;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		z-index: 1;
	}
	#stickyotherbottom {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		align-items: flex-start;
		justify-content: center;
		padding: 30px;
		border-top: 1px solid #92929247;
		z-index: 1;
	}
	#stickyotherbottom > div {
		margin-bottom: 25px;
	}
	#stickyotherbottom > div i {
		margin-left: 10px;
	}
	#stickyotherbottom > div > a{
		color: inherit;
	}
	#stmob3{
		transform: scale(1.2);
		margin-top: -5px;
		background-image: url(../images/mob_logo.png);
		background-size: 48px;
		background-position: top right;
		background-position-x: -25px;
		background-repeat: no-repeat;
	}
	#stmob3.foostdivactive{
		background-position-x: 1px;
	}
	.foostdivactive > i{
		font-weight: 600;
	}
	div#stmob3.foostdivactive {
		transform: scale(1.28) !important;
	}
	.bodypage{
		box-shadow: none;
		padding-bottom: 70px;
	}
	.shownumbers {
		border-top: none;
		margin: auto;
		padding: 0 7px;
	}
	.selectservice{
		animation: none;
	}
	.headerpanelactive{
		box-shadow: inset 0 0 0px 1px #03a9f4, 0px 0px 0px 10px #ffffff;
	}
	.headerpanelactive:hover{
		background: #f7f7f7;
	}
	.shownumbers,.shownumbersadmin,.maindescript{
		animation: none;
	}
  .shownumbersadmin{
    width: 100vw;
    overflow-x: scroll;
  }
	.paybox > .closearea {
		display: none;
	}
	.chargetablenew > div > i {
		right: -26px;
		font-weight: 300;
	}
	.pay-a-of-paybox{
		padding: 7px 12px;
		border-radius: 7px;
	}
	.chargebody {
		padding: 5px;
	}
	.sspdiv, .historytabdiv{
		background: #ffffff;
		justify-content: space-around;
		border-bottom: 2px solid #ebeaea;
		border-radius: 0;
	}
	.sspdiv i, .historytabdiv i{
		display: none;
	}
	.sspactive::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 3px;
		background: #17a1d6;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
	}
	.sspdisactive, .sspactive{
		top: 4px;
		padding-bottom: 10px;
		border-bottom: 2px solid transparent;
		color: #929292;
		width: auto;
		height: 20px;
		padding: 15px;
	}

	/* Hide scrollbar for Chrome, Safari and Opera */
	.bodypage::-webkit-scrollbar {
	display: none;
	}

	/* Hide scrollbar for IE, Edge and Firefox */
	.bodypage {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	}

	/* crisp hide */
	.cc-unoo {
		transform: translateX(100px);
	}
	.historytitr{
		display: none;
	}
	#singlepageloader{
		height: 4px;
	}
	#singlepageloader > div{
		background-color: #ff9800;
		box-shadow: 0 1px 0 0 #ff9800;
	}
	.profilemaindiv{
		flex-direction: column;
		padding: 0;
	}
	.profilemenu {
		width: 100%;
		flex-direction: row;
		background: #f5f8fc;
		padding: 0;
		justify-content: space-evenly;
	}
	.profilemenu div {
		padding: 10px 8px 7px;
		width: 70px;
		margin-top: 10px;
		margin-bottom: 0;
		border-radius: 5px 5px 0 0;
	}
	.profiledivgeneral{
		width: calc(100% - 24px);
		padding: 0 12px;
	}

	.profileuserinfo > div {
		width: 100%;
		flex-direction: row;
		align-items: center;
		margin: 8px;
		font-size: 14px;
	}
	.profileuserinfo > div > span{
		padding-right: 10px;
			padding-top: 0;
	}
	.profilemenuactive {
		color: #009ce2 !important;
		background: #ffffff !important;
		font-weight: 600;
	}
	#oncharge{
		animation: f-r 0.5s ease;
	}
	@keyframes f-r{
		0% {transform: scale(0.5) translate3d(0,150px,0); opacity: 0;}
		100% {transform: scale(1);opacity: 1;}
	}
	.charge_b {
		animation: f-t2 0.5s ease;
	}
	@keyframes f-t2{
		0% {transform: scale(0.5) translate3d(0,-150px,0);opacity: 0;}
		100% {transform: scale(1);opacity: 1;}
	}

	#chargshow{
		position: absolute;
		color: #9cb3bc;
		width: 90px;
		text-align: center;
	}
	#chargshow > span{
		font-size: 10px;
		margin-right: 3px;
	}
	.downuserdiv>div{
		width: 100%;
	}
	#shownumbersbox_rentalsms{
		flex-direction: column;
	}
	#shownumbersbox_rentalsmsindiv, #smsrentaltext{
		width: 100%;
	}

	/* پایان موبایل*/
}
