@font-face {
  font-family: Titillium Web;
  src: url(../fonts/TitilliumWeb-Regular.ttf);
}
*{ 
	font-family: 'Titillium Web', sans-serif;
}
html{
	margin:0;
	padding:0;
}
body{ 
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,77,55,1) 100%); 
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(74,39,79,1) 50%, rgba(236,77,55,1) 100%); 
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow-x: hidden;
}
a{
	color:#4A274F;
	text-decoration:none;
}
a:active,
a:focus,
a:visited
{
	color:#4A274F;
}
.modal-drag{
	border-bottom:3px solid #fff;
}
.form-control{
	border-radius:0;
	border:0;
	border:1px solid #4A274F;
	font-size:14px;
	
}
.form-floating1 .form-control,
.form-floating2 .form-control{
	height:50px !important;
	background:transparent;
	border:0;
	color:#4A274F;
	color:#fff;
	border-bottom:1px solid #4A274F;
	border-radius:0;
	width:calc(100vw / 65%);
}
.form-floating1 .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.9; /* Firefox */
}
.form-floating2 + .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 0.9; /* Firefox */
}
.form-floating1 .form-control:focus,
.form-floating1 .form-control:active,
.form-floating2 .form-control:focus,
.form-floating2 .form-control:active{
	background:#4A274F;
}
.form-error{
	color:#ff0000;
	margin-bottom:2px;
}
.search{
	height:40px !important;
	background:#fff;
	border:1px solid #4A274F;
	border-radius:3px;
	background-image: url("../bootstrap-icons/filter.svg"); 
	background-repeat: no-repeat;
	background-size: 1.2rem 1.2rem;
	background-position: bottom 10px right 15px;
}
.form-control + .bi {
  position: absolute;
  right: 0;
  padding: 8px 27px;
}
.btn-nau-success{
	background:#4A274F;
	width:100%;
	color:#fff;
	border-radius:0px;
}
.btn-nau-info{
	background:#33b5e5;
	width:100%;
	color:#fff;
	border-radius:0px;
}
.btn-nau-danger{
	background:#ff4444;
	width:100%;
	color:#fff;
	border-radius:0px;
}
.footer-msg{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	font-size:0.8em;
	color:#fff;
	padding:5px;
	
}
.banner-img{
	/*width:100%;
	max-width:300px;
	*/
	height:200px;
	max-height:100%;
}
.top-circle{
    border-radius: 50%;
    width: 200px;
    height: 200px; 
	background:#4A274F;
	margin-top:-60px;
	margin-left:-60px;
}
.top-circle-right{
	border-radius: 50%;
	position:absolute;
	top:0;
	right:350;
    width: 50px;
    height: 50px; 
	background:#EC4D37;
}
.bottom-round{
	position:fixed;
	left:10;
	right:10;
	bottom:0;
	background:rgba(236,77,55,0.2);	
	height:300px;
	width:100vw;
	border-radius:25px 25px 0 0 ;
	text-align:center;
	padding:20px;
	margin-top:30px;
	z-index:999;
}
.bottom-round p{
	font-size:0.8em;
	margin-top:10px;
	
}
.dashboard-bg{
	min-height:90% !important;	
	background:rgba(255,255,255,1);
	border-radius:10px;
	border:1px solid #4A274F;
}
.list-items{
	min-height:600px;
	height:100%;
	background:rgba(255,255,255,0.5);
	overflow:auto;
	border-radius:30px 30px 0 0 ;
	padding:0;
	margin:0;
}

.dashboard-bg h2{
	text-align:center;
	padding:15px 10px;
	color:#4A274F;
	text-transform:uppercase;
	font-size:1.2em;
}
.dashboard-bg p.head{
	text-align:left;
	padding:15px 10px;
	color:#4A274F;
	text-transform:uppercase;
	font-size:1.2em;
}

.bg-theme{
	background:#4A274F!important;
	color:#fff;
}
nav{
	max-width:300px !important;
	border-bottom:5px solid #4A274F !important;
}
nav li{
	color:#4A274F!important;
	font-size:1em;
	text-align:center !important;
	margin:0;
	padding:0;
	
}
nav li .page-item,
nav li span{
	color:#4A274F!important;
	text-align:center !important;
	margin:0;
	padding:0;
	
}
li.first,
li.prev,
li.next,
li.last
{
	
	text-align:center !important;
}
nav li .page-link a,
nav li .page-item a:hover,
nav li .page-item a:visited,
nav li .page-item a:active,
nav li .active
{
	color:#4A274F!important;
	min-width:40px!important;
	
}
.page-link{
	color:#4A274F!important;
}
li.active  a.page-link {
	color:#fff !important;
	background:#4A274F !important;
}
.show-cust nav{
	
	border-bottom:5px solid #4A274F !important;
}
nav .nav-item .active{
	background:#4A274F!important;
}
.bottom-modal{
	display:none;
	background:rgba(236,77,55,1);
	background: linear-gradient(180deg, rgba(74,39,79,1) 0%, rgba(236,77,55,1) 100%); 
	width:100%;
	height:300px;
	border-radius:15px 15px 0 0 ;
	border-top:1px solid #fff;
	padding:15px 20px;
	color:#fff;	
	position:fixed;
	bottom:0;
	left:0;
	z-index:99;
	overflow:auto;
	transition: all 0.3s eas-in-out; 
}
.bottom-modal a,
.bottom-modal a:hover,
.bottom-modal a:active
{
	color:#fff;
	font-size:1.1em;
}
.bottom-modal a i{
	font-size:0.9rem;
}
.top-round{
	position:fixed;
	top:60px;
	left:0;
	background:rgba(236,77,55,1);
	background:rgba(74,39,79,1);
	width:101vw !important;
	height: 50px;
	border-radius:0 0 15px 15px;
	border-radius:0;
	text-align:left;
	padding:10px 15px;
	color:#fff;	
	margin-bottom:10px;
	z-index:99;
}
.top-round i{
	font-size:1em;
	text-align:center;
	margin:0;
}
.top-round h2{
	color:#4A274F;
	color:#FFF;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:1em;
	margin-left:10px;
}
.text-app{
	color:#4A274F;
}
.top-round p{
	color:#4A274F;
	color:#FFF;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:1em;
	margin-left:10px;
}

.card{
	background:#fff;
	border:0;
}
.card-header{
	background:#4A274F;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:0.8em;
	word-break:break-word;
}
.card-body{
	font-size:0.9em;
}
.list{
	margin-top:10px;
	font-size:0.7em;
}
/*
.list{
	padding:5px;
	padding-left:0px;
	font-size:0.8em;
	margin:3px;
	margin-top:6px;
	margin-right:-10px;
	width:100%;
	border-top:1px solid #333;
	margin-bottom:15px;
}
*/

.customers {
	padding:0;
	padding-left:10px;
	padding-right:10px;
}
.customers i{
font-size:1.2em;
padding:5px;
width:30px !important;
text-align:center;
}
.customers:last-child{
	margin-bottom:10px;
}


.list i.phone{
font-size:1em;
padding:2px;
}
.list p{
	font-size:0.9em;
padding:5px;
}
.heading{
	color:#4A274F;
	float:left;
	font-weight:bold;
	font-size:2em;
	background-image: url("../img/person-workspace.svg");
	background-repeat: no-repeat;
	background-size: 1.5rem 1.5rem;
	padding-left:3rem;
}

.clear{
	clear:both;
}
.pagination li{
	font-size:12px !important;
}
span .active{
	background:#4A274F !important;
}
.bottom-nav{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	color:#fff;
	font-size:1.2em;
	background-color:rgba(236,77,55,1);
	padding:5px 15px;
	height:10vh;
}
.bottom-nav a{
	width:100px;
	padding:2px;
	font-size:0.7em
}
.show-customer{
	height:77vh !important;
	overflow-x:hidden;
	overflow-y:auto;
	padding:5px 10px;
	padding-top:20px;
	background:#fff;
	margin-top:60px;
	margin-bottom:60px !important;
}
.input-group-text{
	background:#4A274F !important;
	color:#fff;
	border:1px;
}
.sections{
	margin-top:0px;
	margin-bottom:75px!important;
	padding-bottom:10px;
}
.paging{
	border:0px;
	/*color:#fff;
	background:#4A274F !important;
	*/
	height:25px;
	font-size:0.9em;
	padding:2px 4px;
}
/*
select.paging option,
select.paging option:valid{
	color:#fff;
}
*/
label, .text-app-secondary{
	color:rgba(236,77,55,1);
	margin-top:5px;
	margin-bottom:5px;
}

.title{
	font-size:1em;
}
.call-status{
	display:none;
	position:fixed;
	left:0;
	bottom:50px;
	width:100%;
	background:#fff;
	font-size:1.2em;
	color:rgba(236,77,55,1);
	padding:5px;
	height:50px;
}
.msg{
	width:100%;
	color:#fff;
	font-size:1em;
	background-color:rgba(236,77,55,1);
	padding:10px;
	height:40px!important;
	border-radius:5px;
}
.span-small{
	font-size:0.8em;
	color:rgba(236,77,55,1);
}
.container-fluid{
	padding-top:120px !important;
	min-height:90vh !important;
	height:100% !important;
}
.login-form{
	padding:20px;
	border-radius:10px;
	width:100%;
	background-color:rgba(236,77,55,0.8)!important;
}
.top-round a{
	color:rgba(255,255,255,0.8)!important;
}
.menu-active{
	border-radius:10px 10px 0px 0px;
	background:#4A274F !important;
	margin-bottom:-20px;
}
.table th{
background:#4A274F !important;
color:#fff;
font-weight:normal;
}
.fs-7{
	font-size:0.8em;
}	

.campaign{
	padding-left:5px;
	padding-right:5px;
}
.campaign-active{
	background:#f2f2f2;
}
.campaign:hover{
	background:#f2f2f2;
}
.w-15{
	min-width:10%;
	max-width:100%;
}
.campaign-links a{
	color:#4A274F !important;
}
.modal-header{
	color:#fff;
	font-size:1.2em;
	background-color:rgba(236,77,55,1);
	padding:5px 15px;
}
.side-call-details{
	background:#333;
	position:fixed;
	right:0;
	bottom:0;
	z-index:999;
}
.max-80{
	height:100%;
	max-height:79vh;
	overflow-y:auto;
}
.nav-item .nav-link{
	text-align:center;
	color:rgba(236,77,55,1) !important;
	color:#000;
}
.nav-item .active{
	
	border:0;
	border-bottom:3px solid rgba(236,77,55,1);
}/*
.nav-item:hover{
	border:0;
	border-bottom:3px solid rgba(236,77,55,1);
}


.nav-item .active:hover{
	border:0;
}
*/
.nav-item a:visited,
.nav-item a:active{
	color:rgba(236,77,55,1) !important;
}
.excel-like{
	width:100vw !important;
	overflow:auto;
}
.excel-like  tr{
	border-left:1px solid #CCC;
	background:#fff;
}
.excel-like  tr:first-child{
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	background:#CCC;
}
.excel-like .header td{
	width: 150px !important;
	background:#f9f9f9;
}
.excel-like .header td:first-child{
	width: 50px !important;
	background:#f9f9f9 !important;
}
.excel-like td{
	font-size:0.9em;
	padding:5px !important;
	border:0;
	text-align:left;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background:#fff;
	height:30px !important;
	width: 200px;
}
.excel-like tr td:first-child{
	width: 30px !important;
	background:#f9f9f9;
}
.excel-like td input{
	width: 150px !important;
	background:#ffffff;
}
.excel-like .header input{
	width: 150px !important;
	background:#f9f9f9 !important;
}
.excel-like td:first-child input{
	width: 100px !important;
	background:#f9f9f9;
}
.btn-check{
	margin-top:-3px !important;
	border:0;
}
.cursor-pointer{
	cursor:pointer;
}
.loader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	padding:15px;
	margin-top:-7px;
	background:#28e0da;
	text-align:center;
	color:#fff;
}
.table-hide td,
.table-hide th{
	
}