@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');


:root{
   --blue:#008cff;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	//box-sizing: border-box;//asdasd
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-synthesis: none;
}

html,
body {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth
}

body {
	margin: 0 auto;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #222222;
	    background-color: #f5f7fb;

	-webkit-text-size-adjust: auto;
	-moz-text-size-adjust: auto;
	-ms-text-size-adjust: auto;
	text-size-adjust: auto;
	transition: 0.2s;
	line-height: 1.7;
	font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6{font-weight: 600;}
h1{font-size: 24px;}
h2{font-size: 22px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}


a,
a:link,
a:visited,
a:hover,
a:active {
	letter-spacing: 0.5px;
	outline: none;
	text-decoration: none;
}

p {
	word-wrap: break-word;
	word-break: break-word;
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 15px;
	color: #393939;
}

p,
ul li,
ol li,label {
	letter-spacing: 1.1px;
	font-size: 14px;
}
label.error{font-size: 12px;color: #f00;}
label {font-weight: 500;}


.equalPadding-T{padding-top: 60px;}
.equalPadding-B{padding-bottom: 60px;}

.btn-alpha{background-color: var(--blue)  !important;}
.btn-beta{background-color: #ec3f7a !important;}
.btn-gama{background-color: #00dfc0 !important;}
.btn{font-weight: 600;}



.bg1 {
    background: linear-gradient(to bottom right, #9e88f5 0%, #6259ca 100%) !important;
}

.bg2 {
    background-image: linear-gradient(to bottom right, #f1bf64 0%, #f71d36 100%) !important;
}
.bg3 {
    background: linear-gradient(to bottom right, #9070ff 0%, #ff5d9e 100%) !important;
}
.bg4 {
    background: linear-gradient(to bottom right, #4be8d4 0%, #129bd2 100%) !important;
}
.bg5{
    background: linear-gradient(to bottom right, #1e63c3 0%, #00f2fe 100%) !important;
}

.bg6{
background-image: linear-gradient(0deg, #08AEEA 0%, #2AF598 100%);

}
.bg7 {
    background: linear-gradient(to bottom right, #3b5998, #2b4170) !important;
}


.bg8 {
    background: linear-gradient(to right bottom, #163b7c 0%, #548beb 100%);
}

.bg9 {
 background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);

}

.bg10 {
    background: linear-gradient(to bottom right, #f53e31, #dd4b39);
}

.box-shadow-primary {
    box-shadow: 0 5px 10px #c4cdeb;
}
.form-group{
    margin-bottom: 16px;
}

.form-control{
    background-color: #f5f8fa;
    border-color: #f5f8fa;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
        box-shadow: none !important;

}
.form-control:focus {
    background-color: #eef3f7;
    border-color: #eef3f7;
    color: #5e6278;
    transition: color .2s ease,background-color .2s ease;
}
.heading h1{padding-bottom: 10px;}
.heading-block{font-size: 12px;font-weight: 500;}


/*.customCircle{position: relative;}
.customCircle:after{
	content: "";
	background-color:#f6fffe ;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}*/

.loginWrap{
box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
	width: 400px;
	background-color:#fff;
	margin: auto;
	border-radius: 14px;
	padding: 30px;
}

.forgotpassword{color:var(--blue);font-weight: 600;}

.loginWrap .form-control{border: 1px solid #e2e5ea;}

.loginWrap input{height: 45px;}


.illustrations-login{width: 420px;}

.note p{
	font-size: 12px;
line-height: normal;
padding-top: 8px;
}




.header-menu{

padding: 10px 30px 10px 30px;
z-index: 100;
position: fixed;
left: 0;
right: 0;
top: 0;
width: 100%;
border-bottom: 1px solid #eaedf1;
transition: padding-left 0.3s ease;
background-color: #fff;
height: 75px;
box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);
}

.app-sidebar{
position: fixed;
top: 0;
bottom: 0;
left: 0;
color: #8a98ac;
width: 230px;
z-index: 99;
background: #fff !important;
/*-webkit-box-shadow: 0 8px 24px rgba(229, 228, 230, 0.4);
box-shadow: 0 8px 24px rgba(229, 228, 230, 0.4);
-webkit-transition: left 0.2s ease, width 0.2s ease;*/
transition: left 0.2s ease, width 0.2s ease;
border-right: 1px solid #e6edef;
padding-top: 80px;
}

.side-header{
display: flex;
border-bottom: 1px solid #eaedf1;
border-right: 1px solid #eaedf1;
padding: 19px 17px;
-webkit-transition: left 0.2s ease, width 0.2s ease;
transition: left 0.2s ease, width 0.2s ease;
height: 75px;
width: 230px;
left: 0;
right: 0;
top: 0;
position: fixed;
z-index: 99;
background: #fff;
box-shadow: 0 0 20px rgba(25, 124, 207, 0.08);


}

.loginuser ul li{list-style: none;position: relative;}
.loginuser ul li a{
background-color: #f9fbfd;
padding: 15px;
border-radius: 30px;
display: inline-block;
line-height: normal;
}

.header-menu .dropdown-menu {
    box-shadow: 0 10px 40px 0 rgba(104, 113, 123, 0.3);
    border: 1px solid #eaedf1;
    background-color: #fff;
    left: 0;
transform: translate(-114px, 10px);
}
.show .dropdown-menu{display: block;border-radius: 5px;}
.show .dropdown-menu.dropdown-menu-end{
    left: inherit !important;
}
.drop-heading{
	padding:15px;
color: #8f9daf;
}

.dropdown-menu-arrow.dropdown-menu-end::before, .dropdown-menu-arrow.dropdown-menu-end::after {
    left: auto;
    right: 12px;
}
.dropdown-menu-arrow::before {
    content: '';
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 28px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
}
.dropdown-item{
	display: block;
width: 100%;
clear: both;
font-weight: 400;
color: #6e84a3;
text-align: inherit;
white-space: nowrap;
background-color: transparent !important;
border-bottom: 1px solid #eaedf1;
border-radius: 0 !important;
font-size: 14px;
}

.app-sidebar nav ul li a{padding: 15px;display: block;font-size: 14px;font-weight: 600;}
.app-sidebar nav ul li a svg{padding-right: 7px;}

.app-sidebar nav ul li a:hover, .dashboard .dashboard-active a, .createlead .create-active a, .processleads .progress-active a{
    text-decoration: none;
    color:#000;
    background: #f9fbfd !important;

}



.app-content {
	margin-left: 230px;
    margin-bottom: 0 !important;
    -webkit-transition: margin-left 0.2s ease;
    transition: margin-left 0.2s ease;
   /* overflow: hidden;*/
    margin-top: 74px;
    height: 100%;
}
.app-content .side-app, .box-innerwrap {
    padding:24px;
    }
 
.universal-white-box-counts ul{
	display: grid;
	grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
list-style: none;
}

.universal-white-box {
 /*   background-color: #fff;
    box-shadow: 0 3px 9px 0 rgba(169, 184, 200, 0.15);
    border-radius: 04px;
    padding: 24px;*/

/*margin-bottom: 30px;*/
border: 1px solid #e6edef;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
letter-spacing: 0.5px;
border-radius: 0;
background-color: #fff;
}
.universal-white-box-counts ul li span{
	font-size: 14px;
}
.counter-icon{
width: 60px;
height: 60px;
text-align: center;
font-size: 24px;
border-radius: 50px;
display: flex;
}
.counter-icon svg{color: #fff;margin: auto;}


.card-header{background-color: #fff;text-align: center;padding: 15px;}

.card-body{position: relative;}
.h-365 {
    height: 365px !important;
}
.task-list::before {
    content: '';
    position: absolute;
    top: 16px;
    bottom: 0;
    height: 100%;
    left: 21px;
    border-left: 1px solid #e0e9f1;
}

.task-list li .task-icon {
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 50%;
    padding: 2px;
    width: 12px;
    height: 12px;
    z-index: 2;
}

.task-list li {
    margin-bottom: 26px;
    padding-left: 25px;
    position: relative;
    list-style: none;
}
.task-list span {
    font-size: 12px;
    font-weight: 400;
}
.task-list li p{font-size: 12px;line-height: 20px;}
.task-list li p a{
	color:var(--blue);
	font-weight: 500;
}
.last-sales-count ul{display: flex;justify-content: center;}
.last-sales-count ul li{margin-right: 10px;list-style: none;text-align: center;}
.last-sales-count ul li h6{color: #76839a;}
.last-sales-count ul li h6 span{color: #111;display: block;padding-top: 05px;}

#dashboardleadList_wrapper .row{padding:15px;}
#dashboardleadList_wrapper .row:first-child{padding-bottom: 0;}



.documentUploadWrap {
    position: relative;
}
.upload_doc {
    border: 2px dashed #8f9cb2;
    position: relative;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    margin-top: 10px;
    height: 160px;
display: flex;
justify-content: center;
align-items: center;
}
.upload_doc input {
    position: absolute;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    outline: none;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.upload_icon {
    background-image: url('../images/placeholder-img.svg');
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    margin: auto;
}
.upload_doc p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
     /* z-index: 150;
position: relative;*/
}
.upload_doc span {
    color: #8F9CB2;
    border-bottom: none;
    font-size: 10px;
}


.imgext {
    background-color: #f6ecff;
    border: 1px solid #dfceff !important;
}
.previewFile {
    display: none;
}
.previewFileIcon, .downlodicon {
    margin: auto;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: 96;
   position: relative;
}

.previewFileIcon {
    background-image: url('../images/eye.svg');
}

.downlodicon {
    background-image: url('../images/download.png');
}

.preview-downlod-icon{
column-gap: 20px;
margin-bottom: 15px;
}
.upload_doc.imgext .uploadInfo{display: none;}
.upload_doc.imgext .previewFile{display: block;}

.SumoSelect {
    width: 100%;
}

/*.table-column-heading{background-color: #f3f7f9;}*/
.table{font-size: 14px;table-layout: fixed;}
.dataTables_wrapper{padding: 20px;}
table tr td{font-size: 12px;font-weight: 500;}
table tr th, div.dataTables_wrapper div.dataTables_info{font-size: 12px;}
.dataTables_wrapper table.dataTable {
    border: 1px solid #efefef;
}
/*.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
    border-bottom: 2px solid #e6edef !important;
}*/

.dataTables_wrapper table.dataTable tbody td, .dataTables_wrapper table.dataTable tbody th {
    border: 1px solid #e6edef;
}

table tr.odd td {
    background-color: #f9f9f9;
}

table tr.even td {
    background-color: #fff;
}

.dataTables_wrapper .dataTables_length {
    margin-bottom: 30px;
}
.pagination{padding-top: 15px;}
.page-item.disabled .page-link {
    margin-left: 0px;
    color:var(--blue);
    font-weight: 500;
    font-size: 12px;
}

.page-item.active .page-link {
    background-color:var(--blue);
    /*border-color: #3DB2FF;*/
    color: #fff;
    border: none;
}

.page-link {
    padding: 0.375rem 0.75rem;
}


.lead_tabs ul{list-style: none;}
.lead_tabs ul li{display: inline-block;margin-right: 20px;
cursor: pointer;
text-align: center;
line-height: normal;
transition: .2s;
min-width: 120px;
}

.assigned .lead_tabs ul li.assignedLead a, .followup .lead_tabs ul li.followupLead a, .confirmed-lead .lead_tabs ul li.confirmedLead a, .workInProgress .lead_tabs ul li.wipLead a, .disbursed .lead_tabs ul li.disbursedLead a, .reajected .lead_tabs ul li.rejectedLead a, .archivelead .lead_tabs ul li.archivedLead a {
    background:var(--blue);
    color: #fff;
}

.lead_tabs ul li a {
    color: #000;
    padding: 8px 18px;
    display: block;
    font-size: 14px;
}
.lbp-Wrapper{padding: 20px;}

.floatingbtn{
position: fixed;
bottom: 0;
width: 100%;
left: 0;
right: 0;
text-align: center;
background-color: #fff;
padding: 10px;
z-index: 97;
}

.close-box{
position: absolute;
right: -11px;
top: -15px;
z-index: 10;
background-color: #fff;
}

.notificationmsg{position: fixed;
right: 20px;
z-index: 1008;
top: 10px;
animation-name: fadeInRight,hide;
animation-duration: 1s;
animation-delay: 0s,3s;
animation-fill-mode: both;
}
.notificationmsg p{margin-bottom: 0;}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes hide {
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.opensidemenu, .closesidemenu{
    display: none;
}
.dropdown-item{
  padding: 8px !important;
}

.dropdown-item img{
   padding-right: 05px;
}

@media all and (max-width: 768px) {
  /*  .app-sidebar{
        display: none;
}*/

.opensidemenu, .closesidemenu{
    display: block;
    cursor: pointer;
}


.closesidemenu{
position: absolute;
top: 15px;
right: 15px;
}
.app-content{
    margin-left:0;
}

.side-header{
    border-right:none;
    box-shadow:none;
}

.app-sidebar{
   z-index: 101;
   left: -230px;
}
.processleads .app-content .side-app {
  padding:40px 0 0 2px;
}
.lead_tabs ul{
  display: flex;
overflow-x: auto;
}
.lead_tabs ul li {
  display: block;
  min-width: 150px;
 
}
.lead_tabs ul li a {
  display: block;
  width: 175px;
}

}
@media screen and (min-width: 600px) and (max-width: 992px) {}
@media only screen and (min-width: 768px) and (max-width: 1024px) {}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {}



@media only screen and (min-width: 1440px) {
  .container {
      max-width: 1140px;
  }
}
