*, html, body, h1, h2, h3, h4, h5, h6, p, a{
  font-family: 'Rubik', sans-serif;
}
/* Works on Firefox */
*{
  scrollbar-width: thin;
  scrollbar-color: #393f47 #cccccc;
}
/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar{
  width: 8px;
}
*::-webkit-scrollbar-track{
  background: #cccccc;
}
*::-webkit-scrollbar-thumb{
  background: #393f47;
}
.addcustomheading{
        display: inline-block;
    float: right;
}
.alert p{
    margin-bottom: 0;
}
.profile-user-img-propertylogo{
	border-radius: 5px;
	margin-right: 100px;
}
.features_card {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
}
.features_card .features_card_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 6px;
}
.features_card .features_card_img img {
    max-width: 100%;
    max-height: 100%;
}
.features_card h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555555;
    margin-bottom: 0;
    text-transform: uppercase;
}
.features_card h6 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #555555 !important;
    margin-bottom: 0 !important;
}
.features_card .card-body {
    padding: 10px;
}
/* Ribbon */
.ribbon{
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
.ribbon::before,
.ribbon::after{
  position: absolute;
  content: '';
  display: block;
  border: 5px solid #1c1f23;
}
.ribbon span{
  position: absolute;
  display: block !important;
  width: 225px;
  padding: 15px 0;
  background: -webkit-gradient(linear, left top, right top, from(#0ac282), to(#0df3a3)) !important;
  background: linear-gradient(to right, #0ac282, #0df3a3) !important;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.ribbon-top-right{
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after{
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before{
  top: 0;
  left: 0;
}
.ribbon-top-right::after{
  bottom: 0;
  right: 0;
}
.ribbon-top-right span{
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.pendingribbon span{
	background-color: #ffc107;
	color: #000;
}
.approvedribbon span{
	background-color: #28a745;
}
.custom_notifications_wrapper::before{
	content: none;
}
.custom_notifications_wrapper{
	margin-bottom: 0;
}
.custom_notifications_wrapper .timeline-item{
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 10px;
}
.unreadNotification{
	background-color: #ecebeb !important;
}
.custom_notifications_wrapper div{
	margin-right: 0;
}
.custom_counter_widgets a{
	color: inherit;
}
.custom_counter_widgets{
	background-color: #fff;
	margin-bottom: 30px;
	box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
	border-radius: 3px;
}
.custom_counter_widgets .counter_wrapper{
	display: inline-block;
float: left;
padding: 10px;
  padding-left: 10px;
padding-left: 20px;
}
.custom_counter_widgets .counter_wrapper h3{
	font-weight: bold;
	font-size: 25px;
}
.custom_counter_widgets .counter_wrapper h6{
	font-size: 18px;
color: #535353;
}
.custom_counter_widgets .icon_wrapper{
	display: inline-block;
float: right;
padding: 10px;
}
.custom_counter_widgets .icon_wrapper i{
	font-size: 35px;
margin-right: 15px;
margin-top: 15px;
}
.custom_counter_widgets .detailed_wrapper{
	display: block;
clear: both;
padding: 7px;
background-color: #000;
color: #fff;
text-align: center;
}
.custom_counter_widgets .detailed_wrapper a{
	color: #fff;
}
.all_counter_widgets_wrapper{
	margin-bottom: 30px;
}
.all_counter_widgets_wrapper a i{
	color: #fff;
}
.custom_counter_widgets1{
	border: 1px solid #0ac282;
}
.custom_counter_widgets1 .counter_wrapper h3{
	color: #0ac282;
}
.custom_counter_widgets1 .icon_wrapper i{
	color: #0ac282;
}
.custom_counter_widgets1 .detailed_wrapper{
	background-color: #0ac282;
}
.custom_counter_widgets1:hover{
	background-color: #0ac282;
}
.custom_counter_widgets1:hover .counter_wrapper h3, .custom_counter_widgets1:hover .counter_wrapper h6, .custom_counter_widgets1:hover .icon_wrapper i{
	color: #fff;
}
.custom_counter_widgets1:hover .detailed_wrapper{
	background-color: #0b8a5e;
color: #fff;
}
.custom_counter_widgets2{
	border: 1px solid #fe5d70;
}
.custom_counter_widgets2 .counter_wrapper h3{
	color: #fe5d70;
}
.custom_counter_widgets2 .icon_wrapper i{
	color: #fe5d70;
}
.custom_counter_widgets2 .detailed_wrapper{
	background-color: #fe5d70;
}
.custom_counter_widgets2:hover{
	background-color: #fe5d70;
}
.custom_counter_widgets2:hover .counter_wrapper h3, .custom_counter_widgets2:hover .counter_wrapper h6, .custom_counter_widgets2:hover .icon_wrapper i{
	color: #fff;
}
.custom_counter_widgets2:hover .detailed_wrapper{
	background-color: #e6364b;
color: #fff;
}
.custom_counter_widgets3{
	border: 1px solid #01a9ac;
}
.custom_counter_widgets3 .counter_wrapper h3{
	color: #01a9ac;
}
.custom_counter_widgets3 .icon_wrapper i{
	color: #01a9ac;
}
.custom_counter_widgets3 .detailed_wrapper{
	background-color: #01a9ac;
}
.custom_counter_widgets3:hover{
	background-color: #01a9ac;
}
.custom_counter_widgets3:hover .counter_wrapper h3, .custom_counter_widgets3:hover .counter_wrapper h6, .custom_counter_widgets3:hover .icon_wrapper i{
	color: #fff;
}
.custom_counter_widgets3:hover .detailed_wrapper{
	background-color: #0c7375;
color: #fff;
}
.custom_counter_widgets4{
	border: 1px solid #e65e0c;
}
.custom_counter_widgets4 .counter_wrapper h3{
	color: #e65e0c;
}
.custom_counter_widgets4 .icon_wrapper i{
	color: #e65e0c;
}
.custom_counter_widgets4 .detailed_wrapper{
	background-color: #e65e0c;
}
.custom_counter_widgets4:hover{
	background-color: #e65e0c;
}
.custom_counter_widgets4:hover .counter_wrapper h3, .custom_counter_widgets4:hover .counter_wrapper h6, .custom_counter_widgets4:hover .icon_wrapper i{
	color: #fff;
}
.custom_counter_widgets4:hover .detailed_wrapper{
	background-color: #bb5416;
color: #fff;
}

/* Second theme css start */
[class*="sidebar-dark-"]{
	background-color: #404e67;
}
.update-card {
  color: #fff;
}
.bg-c-yellow {
  background: -webkit-gradient(linear,left top,right top,from(#fe9365),to(#feb798));
  background: linear-gradient(to right,#fe9365,#feb798);
}
.card-block {
  padding: 10px;
}
.m-b-0 {
  margin-bottom: 0;
}
.dashboardwrapper{
	padding: 30px;
	padding-top: 35px;
}
.h4, h4 {
  font-size: 1.5rem;
}
h6 {
  font-size: 14px;
}
.count_cont_wrapper i{
	font-size: 50px;
}
.update-card .card-footer {
  background-color: transparent;
  border-top: 1px solid #fff;
}
.bg-c-green {
  background: -webkit-gradient(linear,left top,right top,from(#0ac282),to(#0df3a3));
  background: linear-gradient(to right,#0ac282,#0df3a3);
}
.bg-c-pink {
  background: -webkit-gradient(linear,left top,right top,from(#fe5d70),to(#fe909d));
  background: linear-gradient(to right,#fe5d70,#fe909d);
}
.bg-c-purple {
  background: -webkit-gradient(linear,left top,right top,from(#4435f4),to(#ae82e3));
  background: linear-gradient(to right,#4435f4,#ae82e3);
}
.bg-c-lite-green {
  background: -webkit-gradient(linear,left top,right top,from(#01a9ac),to(#01dbdf));
  background: linear-gradient(to right,#01a9ac,#01dbdf);
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.card {
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
  box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
  border: none;
  margin-bottom: 30px;
}
.notificationwrapper{
	border: 1px solid #ddd;
}
.notificationwrapper p{
	margin-bottom: 0;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
  background-color: transparent;
  color: #c2c7d0;
	text-align: left;
	border-bottom: 0;
	box-shadow: none;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: transparent;
  color: #fe8a7d;
	border: 0;
	text-align: left;
}
.nav-sidebar .nav-treeview{
	padding-left: 20px;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:focus, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link:hover {
  background-color: transparent;
  color: #fe8a7d;
}
[class*="sidebar-dark-"] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item:hover > .nav-link, [class*="sidebar-dark-"] .nav-sidebar > .nav-item > .nav-link:focus {
  background-color: transparent;
}
/* Second theme css end */


.nav-sidebar .nav-item > .nav-link{
  margin-bottom: 0;
}
.nav-sidebar > .nav-item > .nav-link::before{
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: transparent;
  content: " ";
  height: 100%;
  left: -7px;
  position: absolute;
  top: 0;
}
.nav-sidebar > .nav-item > .nav-treeview .nav-link::before{
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: transparent;
  content: " ";
  height: 100%;
  left: -27px;
  position: absolute;
  top: 0;
}
.nav-sidebar > .nav-item > .nav-link.active::before,
.nav-sidebar > .nav-item.menu-open.active > .nav-treeview .nav-link::before{
  border-left-color: #FE8A7D !important;
}
.note-editor .dropdown-fontname .dropdown-item{
  display: flex;
  align-items: center;
}
.note-fontname .note-btn{
  display: flex;
  align-items: center;
}
.note-toolbar{
  padding: 0 0 5px 5px !important;
}
.btn-grd-danger:hover, .btn-grd-disabled:hover, .btn-grd-info:hover, .btn-grd-inverse:hover, .btn-grd-primary:hover, .btn-grd-success:hover, .btn-grd-warning:hover, .btn-grd-warning:hover{
  color: #fff;
}
.btn-inverse:hover{
  color: #fff;
}
.accordion > .card{
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
  box-shadow: 0 1px 20px 0 rgba(69,90,100,.08);
}
.accordion > .card > .card-header{
  padding: 0 !important;
}
.accordion > .card > .card-header a{
  display: block;
  color: #fff;
  padding: 14px 20px;
  border-top: 1px solid #ddd;
  font-weight: 600;
  cursor: pointer;
  background-color: #404e67;
  border: none;
}
.accordion > .card > .card-header a.collapsed{
  background-color: #fff;
  color: #222222;
}
.accordion > .card > .card-header a:hover,
.accordion > .card > .card-header a:focus{
  background-color: #404e67;
  color: #fff;
}
.bootstrap-duallistbox-container .moveall, .bootstrap-duallistbox-container .removeall{
  box-sizing: inherit;
  background-color: #404e67;
  border-color: #404e67;
  color: #fff;
}
.bootstrap-duallistbox-container .moveall:hover, .bootstrap-duallistbox-container .removeall:hover{
  background-color: #546686;
  border-color: #546686;
  color: #fff;
}

.accordion .card-primary{
	margin-bottom: 10px;
}
.accordion .card-header a{
	background-color: transparent !important;
	color: #fff !important;
}
.dynamic_error_msg_alert{
	display: none;
}
.card-primary:not(.card-outline) > .card-header{
  background-color: #404e67;
}
.dashboardwrapper h6.colored_h6{
  min-height: 33px;
}
.custom_user_card_full img{
  max-width: 100%;
  max-height: 100%;
}
.custom_user_card_full .user-profile .card-block{
  padding: 0;
}
.custom_user_card_full .col-sm-8 .card-block{
  padding: 20px 0;
}
.swal2-container{
  z-index: 9999999999 !important;
}
.custom_pd_tabs .nav-item{
  width: auto !important;
}
.custom_pd_tabs .nav-link{
  background-color: #F2F4F4 !important;
  padding: 10px !important;
  color: #475F7B !important;
  border-radius: 4px !important;
  margin: 5px !important;
}
.custom_pd_tabs .nav-link.active,
.custom_pd_tabs .nav-link:hover,
.custom_pd_tabs .nav-link:focus{
  background-color: #404e67 !important;
  color: #fff !important;
  box-shadow: 0 2px 4px 0 rgba(64, 78, 103, 0.5);
}
.custom_pd_tabs .nav-item a{
  padding: 10px !important;
}
.fileswrapper{
	margin-top: 30px;
}
.fileswrapper .sfwrapp{
	display: inline-block;
margin-right: 10px;
background-color: #f2f2f2;
padding: 10px;
position: relative;
border: 1px solid #c1baba;
border-radius: 3px;
	max-width: 130px;
}
.fileswrapper .sfwrapp a{
	clear: both;
	display: block;
}
.fileswrapper .sfwrapp p{
	margin-bottom: 0;
	word-break: break-word;
}
.fileswrapper .sfwrapp .deletfile{
	position: absolute;
top: 0;
right: 0;
background-color: #e64e4e;
color: #fff;
padding: 2px 10px;
font-size: 17px;
font-weight: bold;
cursor: pointer;
}
.fileswrapper .sfwrapp img{
	max-width: 60px;
}
.global_modl_buckets .modal-dialog, .global_modal_settlements .modal-dialog{
	max-width: 1000px;
}
.norightmargin{
	margin-right: 0 !important;
}
.all_counter_widgets_wrapper .card-block h4{
	font-size: 18px;
}
.note-editing-area ul{
	list-style-type: inherit;
	padding-left: 20px;
}
.card-outline-primary{
  border-top: 2px solid #01a9ac;
}
.btn{
  border-radius: 0.267rem;
}
thead, tfoot{
  background-color: #404e67;
  color: #fff;
}
thead th, tfoot th{
  font-weight: 400;
}
td img{
  width: 60px;
}
.btn_badge{
  color: #404e67 !important;
}
.scroll_accordion_body{
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dataTable .modal-header h4{
    white-space: break-spaces;
}
.modal img{
  max-width: 100%;
  max-height: 100%;
}
.table_custom_min_d_height{
  min-height: 500px;
}