<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'noto';
    src: url('../fonts/noto_all.ttf');
}

body{
	background:rgba(244, 244, 247, 1);
}
header{
	padding-left:48px;
	padding-right:48px;
	border-bottom:1px solid rgba(212, 212, 212, 1);
}

.crmLogo{
	height:48px;
	
	margin-top:32px;
	margin-bottom:24px;
}
.rightBorder{
	border-right:1px solid rgba(212, 212, 212, 1);
}
 .forHide{
	 display:none;
 }
.btnWhite{
	margin-bottom:27px;
	height:46px;
	background:white;
	border-radius:8px;
	
	font-family:'Noto';
	font-weight:400;
	font-size:16px;
	color:#000000!important;
	display:flex;
	align-items:center;
	gap:10px;
	border:0px!important;
	transition:0.5s all;
	
}
.marginRight{
	margin-right:16px;
}
.btnWhite:hover,.btnWhite:focus{
	background:white !important;
	border:0px!important;
	color:#000!important;
}

.btnWhite:hover span,.btnWhite:focus span{
	color:#DF4346!important;
}
.btnWhite.forReferal:hover,.btnWhite.forReferal:focus{
	color:#fff!important;
	background:rgba(120,195,247,0.4)!important;
}

.rightProfile button{
	margin-left:16px;
	color:#2B3234!important;
	font-family:'noto';
	font-weight:500;
	font-size:14px;
	
	display:flex;
	align-items:center;
	justify-content:center;
}
.leftCrmMenu{
	    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.tableScroll{
	height:calc(100vh - 535px);
	margin-top:24px;
		overflow-y:scroll;
}



.tableScroll::-webkit-scrollbar {
  width: 6px;
}

/* Scrollbar Thumb */
.tableScroll::-webkit-scrollbar-thumb {
  background-color: #0698ff;
  border-radius: 2px;
}

/* Scrollbar Thumb on Hover */
.tableScroll::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Scrollbar Track */
.tableScroll::-webkit-scrollbar-track {
  background-color: transparent;
}



.tablesOverflow{
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
	color:#2B3234!important;
}
.dropdown-menu{
	width:100%;
}
.dropdown-menu.show a{
	font-family:'noto';
	color:#2B3234!important;
	font-size:14px!important;
}
.dropdown-menu.show a:hover,.dropdown-menu.show a:focus{
background:#78c3f7 !important;
}
.rightProfile button:after{
	width:20px;
	height:20px;
	background:url('../images/crmArrow.svg') no-repeat;
	border:0px!important;
}

.rightProfile .circle{
	width:32px;
	height:32px;
	font-family:'noto';
	display:inline-block;
	border-radius:32px;
	border:1px solid #0698ff;
	background:#78c3f7;
	color:#0698ff;
	font-weight:510;
	font-size:14px;
	margin-right:12px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	
        font-feature-settings: "case" on;
        -webkit-font-feature-settings: "case" on;
	
}
.rightProfile button:hover,.rightProfile button:focus{
	box-shadow:unset!important;
	color:#2B3234!important;
}
.rightProfile button span{
	display:block;
}
.alignLeft{
	text-align:left;
}
.accordion button{
	font-family:'noto';
	font-weight:500;
	font-size:14px;
	padding-left:0px;
	text-transform:uppercase;
	
        font-feature-settings: "case" on;
        -webkit-font-feature-settings: "case" on;
		box-shadow:unset!important;
		background:transparent!important;
		border:0px!important;
		color:#000!important;
}
.accordion button.collapsed{
		color:#686D6F!important;
}
.accordion a{
	color:#737879!important;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
	font-family:'noto';
}
.accordion a:hover{
	color:#737879!important;
}
.accordion .accordion-item{
	border:0px!important;
	background:transparent!important;
}
.accordion-button:after{
	background-image:url('../images/collapseArrow.svg') !important;
	width:20px;
	height:20px;
}
.accordion .accordion-body{
	padding-top:0px;
	padding-left:0px;
}
.accordion li{
	width:100%;
	min-height:40px;
	transition:0.5s all;
}
.forScore{
	padding-left:18px;
	padding-right:18px;
}
.accordion li a{
	padding:10px 12px;
	display:flex;
	transition:0.5s all;
}
.accordion li.active, .accordion li:hover{
	background:#78c3f7;
	border-radius:8px
}
.accordion li.active a, .accordion li:hover a{
	color:#000!important;
}
h4{
	margin-top:30px;
	margin-bottom:24px;
		font-family:'noto';
	font-weight:700;
	font-size:20px;
	margin-bottom:24px;
	
	text-transform:uppercase;
	
        font-feature-settings: "case" on;
        -webkit-font-feature-settings: "case" on;
}
.paddingLeftCont{
	padding-left:36px;
}

.maxUlOverflow{
	height:234px;
	padding-right:16px;
	overflow-y:scroll;
}

.maxUlOverflow::-webkit-scrollbar {
  width: 6px;
}

/* Scrollbar Thumb */
.maxUlOverflow::-webkit-scrollbar-thumb {
  background-color: #0698ff;
  border-radius: 2px;
}

/* Scrollbar Thumb on Hover */
.maxUlOverflow::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

/* Scrollbar Track */
.maxUlOverflow::-webkit-scrollbar-track {
  background-color: transparent;
}
.paddingTop{
	padding-top:40px;
}
.crmSupport{
	margin-bottom:40px;
	cursor:pointer;
	padding:8px;
	border-radius:8px;
	display:flex;
	width:calc(100% - 24px);
	justify-content:space-between;
	align-items:center;
	background:white;
	
	font-family:'noto';
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	
        font-feature-settings: "case" on;
        -webkit-font-feature-settings: "case" on;
	border: 1px solid #E2E2E2;
}
.crmSupportOpen{
	padding:24px;
	display:none;
	position:absolute;
	background:white;
	left:0px;
	border-top-left-radius:8px;
	top:-1px;
	border-top-right-radius:8px;
	width:100%;
	transform:translateY(-100%);
}
.crmSupportOpen .title{
	max-width:255px;
	display:block;
	margin-bottom:16px;
	color:#000000;
	font-family:"noto";
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
}
.crmSupportOpen .saleName{
	display:flex;
	justify-content: space-between;
    align-items: center;
	font-family:'noto';
	font-size:14px;
	font-weight:400;
	color:black;
	border-bottom:1px solid #E2E2E2;
	padding-bottom:18px;
	margin-bottom:18px;
}
.crmSupportOpen .saleName a{
	text-decoration:none;
	color:black;
}
.crmSupportOpen .saleName.noBorder{
	border:0px;
	margin-bottom:0px;
}
.crmLeftIcon{
	margin-right:16px;
}
.maxTextS{
	max-width:128px;
}
.crmAuth{
	background:white;
	overflow:hidden;
}
.crmRight{
	position:relative;
	height:100vh;
	background:#0698ff;
}
.crmRight img{
	height:100%;
	width:100%;
	object-fit:cover;
	mix-blend-mode:multiply;
}
.crmRightText{
    position: absolute;
    top: 50%;
    text-align: center;
    max-width: 475px;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
.crmRightText h2{
	font-family:'noto';
	font-size:32px;
	font-weight:600;
	text-transform:uppercase;	
        font-feature-settings: "case" on;
        -webkit-font-feature-settings: "case" on;
		margin-bottom:16px;
		color:white;
}


.crmSocials{
	position:absolute;
	bottom:40px;
	left:50%;
	transform:translateX(-50%);
}
.crmSocials li{
	list-style:none;
	float:left;
	margin-right:19px;
}
.crmSocials li:last-child{
	margin-right:0px;
}
.customHorizontalPads{
	padding-left:120px;
	padding-right:120px;
}
ul.bullets{
	overflow:hidden;
	margin-bottom:48px;
}
ul.bullets li{
	list-style:none;
	float:left;
	margin-right:12px;
	width:12px;
	height:12px;
	background:#EFEFEF;
	border-radius:12px;
	transition:0.5s all;
}
ul.bullets li.active{
	background:#0698ff;
}
.stepTwo{
	display:none;
}
.crmAuth h3{
	font-family:'noto';
	font-weight:600;
	font-size:20px;
	text-transform:uppercase;	
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
	margin-bottom:4px;
	color:black;
}
.crmAuth p{
	color:#A8A8A8;
	font-family:'noto';
	font-weight:400;
	font-size:14px;
	max-width:317px;
	line-height:20px;
	margin:0px;
}
.crmRightText p{
	font-family:'noto';
	font-size:16px;
	font-weight:400;
	color:white;
	max-width:475px;
	line-height:22px;
}
.crmAuth label{
	font-family:'noto';
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;	
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;
	margin-bottom:8px;
	display:block;
}
.crmAuth input{
	border:1px solid #DEDEDE;
	height:40px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
	width:100%;
	border-radius:8px;
	padding-left:12px;
	padding-right:12px;	
	
	font-family:'noto';
	font-weight:500;
	font-size:14px;
	color:#A8A8A8;
	margin-bottom:20px;
}
.crmAuth input:focus{
	border:1px solid #DEDEDE!important;
	outline:0px!important;
}
.leftHeading{
	margin-bottom:40px;
}
.crmAuth button{
	width:100%;
	font-family:'noto';
	font-size:14px;
	height:40px;
	line-height:25px;
}
.centerContent{
	flex-grow:1;
	margin-bottom:160px;
}
.notification{
	position:absolute;
	top:40px;
	right:40px;
	width:395px;
	border:1px solid #B7EB8F;
	background:#F6FFED;
	padding-top:14px;
	border-radius:16px;
	padding-left:16px;
	padding-bottom:18px;
	display:flex;
	gap:8px;
	align-items:start;
	display:none;
}
.notification span.title{
	font-family:'noto';
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;	
    font-feature-settings: "case" on;
    -webkit-font-feature-settings: "case" on;	
	color:#151824;
	display:block;
	margin-bottom:6px;
}
.notification span.description{
	font-family:'noto';
	font-weight:400;
	font-size:14px;
	color:#151824;
}

.earnMoney,.referal{
	display:none;
	width:340px;
	background:white;
	border-radius:16px;
	position:fixed;
	top:10%;
	left:50%;
	margin-left:-170px;
	z-index:101;
	padding:32px 33px;
}
.earnMoney span.title{
	font-family:'noto';
	font-size:20px;
	font-weight:600;
	display:block;
	margin-bottom:12px;
	margin-top:32px;
	text-transform:uppercase;
	
        font-feature-settings: "case" on;
        -webkit-font-feature-settings: "case" on;	
	color:black;
}
.earnMoney span.description{
	margin:auto;
	font-family:'noto';
	color:#686D6F;
	font-size:16px;
	font-weight:400;
	display:block;
	max-width:240px;
}
.earnMoney label,.referal label{
	margin-top:32px;
	font-family:'noto';
	font-size:12px;
	font-weight:400;
	color:#686D6F;
	text-align:left;
	display:block;
	margin-bottom:4px;
}
.earnMoney input,.referal input{
	border:1px solid rgba(120, 195,247, 0.4);
	height:40px;
	padding-left:16px;
	font-family:'noto';
	font-weight:400;
	border-radius:8px;
	font-size:16px;
	color:black;
	width:100%;
}
.referal .tableScroll{
	height:200px;
}
.crmSave{
		margin-top:8px;
	margin-bottom:12px;
	background:rgba(120, 195,247, 0.4);
	border:1px solid rgba(120, 195,247, 0.4);
	height:40px;
	padding-left:16px;
	font-family:'noto';
	font-weight:400;
	border-radius:8px;
	font-size:16px;
	color:black;
	width:100%;
}
.earnMoney .copy{
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
.earnMoney input:focus{
	outline:0px;
}
.earnContent{
	text-align:center;
}
.closePopup{
	position:absolute;
	cursor:pointer;
	right:16px;
	top:15px;
}
.overflow{
	overflow:hidden;
}
.earnMoneyOverlay,.referalOverlay{
	display:none;
	position:fixed;
	background:rgba(0,0,0,0.85);
	width:100%;
	height:100vh;
	top:0;
	left:0;
	z-index:100;
}
.invoiceDiv{
	margin-top:24px;
}
.paddingRight{
	padding-right:48px;
}
.invoiceText{
	margin-right:8px;
	font-family:'noto';
	font-size:16px;
	color:#000;
	font-weight:400;
}

.buttonInvoice,.buttonPayment{
	border:1px solid #DBDBDB;
	height:38px;
	padding:0px 16px;
	background:white;
	transition:0.5s all;
	font-family:'noto';
	font-size:14px;
	font-weight:400;
	color:#737879;
}

.buttonInvoice:hover, .buttonPayment:hover, .buttonPayment.active{
	border:1px solid #0698ff;
	color:#0698ff;
	background:#78c3f7;
}

.firstInvoice, .firstPayment{
	border-top-left-radius:8px;
	border-bottom-left-radius:8px;
}
.forPayments,.forOverdue{
	display:none;
}

.secondInvoice, .thirdPayment{
	border-top-right-radius:8px;
	border-bottom-right-radius:8px;
}
.whiteDiv{
		padding:3px;
		background:white;
		height:46px;
		border-radius:8px;
		padding-right:16px;
		margin-bottom:4px;
	transition:0.5s all;
}
.whiteDiv rect,.whiteDiv path{
	transition:0.5s all;
}
.whiteDiv:hover path{
	fill:white!important;
}
.whiteDiv:hover rect{
	fill:#0698ff!important;
}
.whiteDiv:hover{
	background:#78c3f7;
}
.divIcon{
	display:flex;
	gap:16px;
	align-items:center;
	
	font-family:'noto';
	font-weight:400;
	font-size:16px;
	color:#000;
}

.whiteDiv span{		
	font-family:'noto';
	font-weight:700;
	font-size:16px;
	color:#000;
}
.whiteDiv a{	
	color:#000;
}
.tableScroll .table td{
	height:50px;
	width:25%;
	line-height:50px;
	font-family:'noto';
	font-weight:500;
	font-size:14px;
	color:#5C6163!important;
}
.tableScroll .table td.partially{
	color:#0698ff!important;
}
.tableScroll .table thead th{
	height:50px!important;
	line-height:50px!important;
	color:#2B3234!important;
	font-size:14px;
	font-weight:500;
	font-family:'noto';
}
.tableScroll .table thead th .arrows{
	float:right;
	margin-top:14px;
}
.tableScroll .table thead th .arrows svg{
	cursor:pointer;
}

.arrows .active path{
	fill:black!important;
}
.headerButtons{
	display:none;
}
@media (max-width: 1200px) {
	.customHorizontalPads{
		padding-left:40px;
		padding-right:10px;
	}
}
@media (max-width: 1068px) {
	.rightProfile button{
		margin-left:0px;
	}
	.tableScroll .table td{
		width:unset;
	}
}
@media (max-width: 968px) {
	.tableScroll{
		height:600px;
	}
	.noneMobile{
		display:none;
	}

}
@media (max-height: 689px) {
	.centerContent{
		margin-bottom:0px;
	}
	
}
@media (max-width: 767px) {
		.noneMobileB{
		display:none;
	}
	.headerButtons{
		margin-top:36px;
		display:block;
		margin-left:12px;
		font-size:12px;
		margin-bottom:0px;
	}
	.paddingTop{
		padding-top:20px;
	}
	.rightProfile button{
		font-size:12px;
	}
	.btnWhite.marginRight {
		margin-right: 13px;
		padding-left: 5px;
		padding-right: 5px;
		gap:2px;
	}
	.accordion{
	   border-bottom: 1px solid rgba(212, 212, 212, 1);
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.rightProfile .circle{
		display:none;
	}
	.btnWhite{
		font-size:12px;
	}
	.crmLogo{
		margin-bottom:0px;
	}
	.rightBorder{
		border-right:unset;
	}
	.mobHide{
		display:none;
	}
	.customHorizontalPads{
		padding-left:40px;
		padding-right:40px;
	}
	.centerContent{
		margin-bottom:24px;
	}
	header{
		padding-left:12px;
		padding-right:12px;
	}
	.paddingLeftCont{
		padding-left:12px;
	}
	.paddingRight{
		padding-right:12px;
	}
	
}
@media (max-width: 500px) {
			.mobileWidths{
		width:49%;
		margin-right:0px!important;
		margin-left:0px!important;
	}
	.crmSupport{
		width:100%;
	}
	.mWidth{
		width:100%;
	}
	.mWidth button{
		width:45%;
	}
	.mWidth button.secondInvoice {
		width:55%;
	}
	.invoiceDiv{
		margin-bottom:12px;
	}
	.notification{
		width:350px;
	}
		table.table{
		width:100%;
	}
		table.table td:nth-child(2){
			width:100px;
		}
		table.table td:nth-child(4){
			line-height:unset;
			font-size:12px;
		}
	.whiteDiv span,.divIcon {
		font-size:14px;
	}
}</pre></body></html>