@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    /* font-family: Rubik,sans-serif; */
    font-family: 'Montserrat', sans-serif;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background: #b0c4df;
	/* background: #b0c4df url(../images/blurry-gradient-haikei.png); */
    background-repeat: no-repeat;
    background-color: #f1f5f9;
    background-size: cover;
}

.dashboard-box-container{
	min-height:245px;
}

.dashboard-title-box{
	padding: 5px 10px;
    border-radius: 4px;
    background: #fff; 
     margin-bottom: 10px;
}

.table td, .table th {
    padding: 10px 10px;
	/* border: 1px solid #ccc;	    */
}

.scroll_div .table td, .scroll_div .table th{
	 /* border-left: 1px solid #dedfe0; */
	 z-index:1;
}

.dataTable td{text-align: center;}
.table th{
    font-weight:700;
    text-align: center;
    background: #e9ecef;
    border-top: 0px solid #e9ecef !important;
    vertical-align: middle!important;
    line-height: 16px;
    border-bottom: 0px !important;
}

.card {
    margin-bottom: 10px;
    box-shadow: 0px 3px 20px #0000000b;
}
 
.card-body{
	padding:10px;
}

.dropdown-menu {
    transition: margin-top 0.2s;
    box-shadow: 0px 3px 10px #00000017;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    border: 0;
}

.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{
	padding-right: 15px;
    padding-left: 15px;
}

.dashboard-search-icon{
	padding:0 10px;
}

#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart{
  min-height: 150px;
}

.footer{
	background: #ffffff;
}

.radius-0{
	border-radius: 0;
}

#example23_filter, #leads_filter{
	float:right;
	margin: 0px 5px 0 0;
}

.dataTables_paginate{
	float:right;
	margin-top:10px;
}

.dataTables_info{
	float:left;
	margin-top:10px;
}

.fixed-table-container{
	padding-bottom:0 !important;
}

.buttons-copy, .buttons-csv, .buttons-excel, .buttons-pdf, .buttons-print, .buttons-collection{
    padding: 5px 15px;
    border-radius: 4px;
    background: #e40046;
    color: #ffffff;
    margin-right: 3px;
    border: none;
    height: 33px;
}

.buttons-copy:hover, .buttons-csv:hover, .buttons-excel:hover, .buttons-pdf:hover, .buttons-print:hover, .buttons-collection:hover, .buttons-copy:focus, .buttons-csv:focus, .buttons-excel:focus, .buttons-pdf:focus, .buttons-print:focus, .buttons-collection:focus{
    padding: 5px 15px;
    border-radius: 4px;
    background: #e40046;
    color: #ffffff;
    margin-right: 3px;
    border: none;
    height: 33px;
}

.login-box{
	padding:60px;
}

.login-box .btn-primary, .forgot-pass-box .btn-primary {
    background-color: #e40046;
    border-color: #e40046;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #e40046;
    border-color: #e40046; 
}

.filter_wrap {
    width:250px;
	padding:20px;
}

.filter_wrap_2{
	
	 width:850px;
	padding:20px;
}

.table {
    color: #000;
    border: 1px solid #eee;
}

.card-subtitle{
	margin: 10px 0 10px 0;
    background: #e9ecef;
    font-size: 14px;
    padding: 10px 5px;
}

label {
    color: #000;
}

.add_lead{
	padding:15px;
}

.accordion .btn{
	 background: #e9ecef;
    font-size: 14px;
    padding: 10px 5px;
	color: #000;
    font-weight: 500;
}

.btn.focus, .btn:focus{
	box-shadow:none;
	outline:none;
}

.accordion .card-header{
	padding:0;
}

.multiselect-container{padding:10px !important; width:100%; border:1px solid #ccc; max-height:200px; overflow:auto;}
.multiselect{border:1px solid #ccc !important; text-align:left;}
.filter_wrap{
	z-index:2;
	max-width: 300px;
}

.table{
	margin-bottom:0;
}

.btn_submit{
	float:right;
}

.datepicker {
    z-index: 9999!important;
	border: 1px solid #b2b2b2fa;
}

.review_dr{
	width:96%;
	max-width: 96%;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dbdee0;
}
/*
table {
    border-collapse: initial;
}
*/
.dropdown-menu1{
	display:none;
}

.dropdown-menu1 {
    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.08), 0 1px 0 0 rgba(0,0,0,.02);
    box-shadow: 0 0 24px 0 rgba(0,0,0,.08), 0 1px 0 0 rgba(0,0,0,.02);
    -webkit-animation-name: DropDownSlide;
    animation-name: DropDownSlide;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: absolute;
    z-index: 1000;
}

.dropdown-menu1 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
  
    margin: .125rem 0 0;
    font-size: .8125rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.media{
    align-items: center;
}

.bredcrum-title{
	/* float: left; */
    align-items: center;
}

.bredcrum-title .avatar-xs, .media .avtar-xs {
    width: unset;
    height: 40px;
    border-radius: 0!important;
}

#visit_lac_filter, .dataTables_filter{
	float:right;
}

.topnav .navbar-nav .nav-link {
    font-size: 13px;
    position: relative;
    padding: 5px 10px;
    color: #000;
    font-weight: 500;
    line-height: 18px;
}

body[data-layout=horizontal] .page-content {
    margin-top: 20px;
    padding: calc(20px + 24px) calc(24px / 2) 20px calc(24px / 2);
}

#preloader{display:none;}

.add_lead{
	overflow:auto;
}

#productType .col-md-12{
	padding:0;
}

.btn-default{
	background-color: #efefef;
}

.table_centered th, .table_centered tr td{
	text-align:center;
}

.modal-footer{
	padding:0 10px;
}

.btn1{
    display: inline-block;
    font-weight: 400;
   
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  
    border: 1px solid transparent;
    padding: .47rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.dataTables_processing{
	height: 25px;
    margin: 18px 0;
    text-align: center;
    font-size: 14px;
    padding: 1px;
}

div.dt-button-collection {
    left: 0px !important;
}

.accordion .card-header h5 {
	float:left;
}

.accordion .card-header{
    background: #e9ecef;
    margin: 3px !important;
}

/* .dropdown-menu {
    border: 1px solid #9e9e9e;
    border-radius: 0;
} */

.btn-group, .btn-group-vertical{
	margin-bottom: 5px;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
	cursor: not-allowed;
    text-decoration: line-through;
	color: #7d7c7c;
}

.dt-button{
	border-bottom: 1px solid #ccc;
}

.dt-button-collection .dropdown-menu{
	padding:0;
}

.m-b-14{
    margin-bottom: 14px !important;
}

.modal-title {
    font-size: 15px;
}

.dt-buttons{
	margin-top:5px;
}

.topnav .dropdown .dropdown-menu {
    transition: margin-top 0.2s;
    box-shadow: 0px 3px 10px #00000017;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    border: 0;
}

.topnav .dropdown-item {
    padding: 5px 0;
    min-width: 180px;
    font-size: 13.7px;
}

.topnav .dropdown-menu-left{
	padding:0;
}

.input-daterange .form-control{
	padding: .47rem 5px;
}

.checkbox input[type=checkbox]{
	float: left;
    height: 20px;
    margin-right: 7px;
}

.error {
    clear: both;
    float: left;
    margin: 2px 0;
    position: relative;
}

.table thead th{   
    border-bottom: 0px solid #e9ecef !important;
    text-wrap: nowrap;
}

.admin_kra input{
	text-align:center;
	z-index:0;
	position:relative;
	height: 32px;
}

.pagination{
	margin-bottom:0;
}

.form-group {
    margin-bottom: 11px;
}

.glyphicon-remove-circle:before {
    content: "X";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

.calendar-field-with-icon {
    position: relative;
}
  
.calendar-field-with-icon i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1rem;
    color: #495057;
    pointer-events: none;
}

.alert {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.btn-primary {
    background-color: #e61d24;
    border-color: #e61d24;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #e61d24;
    border-color: #e61d24;
    opacity: 0.8;
}

.dataTables_wrapper .top .dataTables_info {
    display: none;
}

.dataTables_wrapper .dt-buttons {
    margin-left: 0;
    margin-top: 15px;
}

.custom-modal .slimScrollDiv {
    height: auto!important;
    max-height: 450px!important;
}

.custom-modal .slimScrollDiv > div {
    height: auto!important;
}

.modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #e61d24;
    opacity: 1;
    color: #fff;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

body .sweet-alert h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.auth-body-bg {
    display: flex;
    align-items: center;
}

.auth-body-bg .card {
    width: 100%;
}

/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FB3'/%3E%3Cstop offset='1' stop-color='%23E40046'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23f25e3d'/%3E%3Cstop offset='1' stop-color='%23E40046'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); */
.accountbg {
    background-color: transparent;
    background-image: url("../images/login-bg-1.png");
    background-attachment: fixed;
    background-size: 100% 100%;
    box-shadow: none;
}

.accountbg .account-title h4 {
    font-size: 1.7rem;
    font-weight: 600;
}

@media (max-width: 991.98px){

    body[data-layout=horizontal] .page-content {
        padding: 30px 0 50px;
    }

    .topnav .topnav-menu .navbar-collapse {
        padding: 20px;
    }

    .topnav .navbar-nav .nav-link {
        padding: 8px 0;
    }

    .topnav .dropdown-item {
        padding: 8px 0;
    }

    .filter_wrap_2 {
        width: 700px;
    }

    .table thead th {
        text-wrap: nowrap;
    }
}

@media (max-width: 767px) {
    .login-left {
        height: auto!important;
        min-height: 200px;
    }
    .auth-body-bg {
        height: calc(100vh - 200px);
    }
    .navbar-brand-box {
        padding: 0 1rem;
        padding-right: 0;
    }
    body[data-layout=horizontal] .page-content {
        padding: 30px 0 50px;
    }

    .buttons-copy, .buttons-csv, .buttons-excel, .buttons-pdf, .buttons-print, .buttons-collection {
        padding: 5px 8px;
    }

    .buttons-copy:hover, .buttons-csv:hover, .buttons-excel:hover, .buttons-pdf:hover, .buttons-print:hover, .buttons-collection:hover, .buttons-copy:focus, .buttons-csv:focus, .buttons-excel:focus, .buttons-pdf:focus, .buttons-print:focus, .buttons-collection:focus {
        padding: 5px 8px;
    }

    #example23_filter, #leads_filter {
        margin: 0;
        width: 100%;
    }

    #example23_filter label, #leads_filter label {
        width: 100%;
    }

    #example23_filter input, #leads_filter input {
        height: 38px;
    }

    .scroll_div .table th  {
        text-wrap: nowrap;
    }

    .filter_wrap_2 {
        width: 400px;
    }
}

@media (max-width: 500px) {
    .global-search {
        display: none!important;
    }

    .filter_wrap_2 {
        width: 360px;
    }
}

@media (max-width: 400px) {
    .login-box {
        padding: 20px;
    }
}

.page-item.active .page-link, .page-item.disabled .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background: #e40046;
    border-color: #e40046 ;
}


.dashboard-welcome {
    height: calc(100vh - 130px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
/* .dashboard-welcome h1 {
  color: #fff;
} */

i.fa-edit {
    color: #e40046;
    cursor: pointer;
}

.navbar-header {
    height: auto;
}

.topnav {
    margin-top: 70px;
}

body[data-layout=horizontal] .page-content {
    margin-top: 40px;
}