.errors ul {
    list-style: none;
    padding: 0px;
    color: red;
}
.sidebar .os-content {padding:0px!important;}
.sidebar-mini .main-sidebar .nav-link {
    width: calc(300px);
    border-radius: 0px;
}
.rolesname {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}
.chip-circle {display: inline-block;height: 20px;font-size: 13px;color: rgba(0, 0, 0, 0.6);line-height: 20px;padding: 0 12px;color: #fff;border-radius: 16px; background-color: #b10406;margin-right:4px; }
span.mtop10.display-block.userscount {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}
.dd3-content {
    display:block;
    height:40px;
    margin: 10px 0;
    padding: 10px 10px 10px 50px; 
    font-size:16px;
    text-decoration:none;
    border:1px solid #ccc;
    background:#FFF;
    -webkit-border-radius:3px;
    border-radius:3px;
    box-sizing:border-box;
    -moz-box-sizing:border-box
}

.dd3-content:hover,
.dd3-content .toggle-menu-options:hover  {
    color: #b10406 !important;
    background:#fff
}

.dd-dragel > .dd3-item > .dd3-content {
    margin:0
}

.dd3-item > button {
    margin-left:30px
}
/*.main-menu .fa, .main-menu .far, .main-menu .fas {
    margin: 0 5px;
}*/
.dd3-handle {
    position:absolute;
    margin:0;
    left:0;
    top:0;
    cursor:pointer;
    width: 40px;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    border:1px solid #b10406;
    background: #b10406 !important;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    height:40px
}

.dd3-handle:hover {
    background:#0760A2
}

.dd3-handle:before {
    display:block;
    position:absolute;
    left:0;
    top:8px;
    width:100%;
    text-align:center;
    text-indent:0;
    color:#fff;
    font-size:20px;
}

.menu-options {
    padding:10px;
    border:1px solid #f0f0f0;
    border-radius:4px
}

.dd {
    /*font-family:'Open Sans';*/
    position:relative;
    display:block;
    width:100%;
    margin:0;
    padding:0;
    list-style:none;
    font-size:13px;
    line-height:20px
}

.dd-list {
    display:block;
    position:relative;
    margin:0;
    padding:0;
    list-style:none
}

.dd-list .dd-list {
    padding-left:30px
}

.dd-collapsed .dd-list {
    display:none
}

.dd-item,.dd-empty,.dd-placeholder {
    display:block;
    position:relative;
    margin:0;
    padding:0;
    min-height:20px;
    font-size:13px;
    line-height:20px
}

.dd-handle {
    display:block;
    height:40px;
    /*margin:5px 0;*/
    padding:5px 10px;
    color: #b10406;
    text-decoration:none;
    font-weight:600;
    border:1px solid #ccc;
    background:#fafafa;
    background:-webkit-linear-gradient(top,#fafafa 0%,#eee 100%);
    background:-moz-linear-gradient(top,#fafafa 0%,#eee 100%);
    background:linear-gradient(top,#fafafa 0%,#eee 100%);
    -webkit-border-radius:3px;
    border-radius:3px;
    box-sizing:border-box;
    -moz-box-sizing:border-box
}

.dd-handle:hover {
    color:#2ea8e5;
    background:#fff
}

.dd-item > button {
    display:block;
    position:relative;
    cursor:pointer;
    float:left;
    width:25px;
    height:20px;
    margin:5px 0;
    padding:0;
    text-indent:100%;
    white-space:nowrap;
    overflow:hidden;
    border:0;
    background:transparent;
    font-size:12px;
    line-height:1;
    text-align:center;
    font-weight:700
}

.dd-item > button:before {
    content:'+';
    display:block;
    position:absolute;
    top:7px;
    width:100%;
    text-align:center;
    text-indent:0;
    font-size:15px
}

.dd-item > button[data-action="collapse"]:before {
    content:'-'
}

.dd-placeholder,.dd-empty {
    margin:5px 0;
    padding:0;
    min-height:30px;
    background:#f2fbff;
    border:1px dashed #bbb;
    border:1px dashed #b6bcbf;
    box-sizing:border-box;
    -moz-box-sizing:border-box
}

.dd-dragel {
    position:absolute;
    pointer-events:none;
    z-index:9999
}

.dd-dragel > .dd-item .dd-handle {
    margin-top:0
}

.dd-dragel .dd-handle {
    -webkit-box-shadow:2px 4px 6px 0 rgba(0,0,0,.1);
    box-shadow:2px 4px 6px 0 rgba(0,0,0,.1)
}

.nestable-lists {
    display:block;
    clear:both;
    padding:30px 0;
    width:100%;
    border:0;
    border-top:2px solid #b4cfea;
    border-bottom:2px solid #b4cfea
}

#nestable-menu {
    padding:0;
    margin:20px 0
}

#nestable-output,#nestable2-output {
    width:100%;
    height:7em;
    font-size:.75em;
    line-height:1.333333em;
    font-family:Consolas,monospace;
    padding:5px;
    box-sizing:border-box;
    -moz-box-sizing:border-box
}

#nestable2 .dd-handle {
    color:#fff;
    border:1px solid #999;
    background:#bbb;
    background:-webkit-linear-gradient(top,#bbb 0%,#999 100%);
    background:-moz-linear-gradient(top,#bbb 0%,#999 100%);
    background:linear-gradient(top,#bbb 0%,#999 100%)
}

#nestable2 .dd-handle:hover {
    background:#bbb
}

#nestable2 .dd-item > button:before {
    color:#fff
}

.pull-right {
    float:right!important
}
.main-menu .form-group {
    margin-bottom: 15px;
    display: flex;
    vertical-align: middle;
}
.main-menu .form-group label {
    line-height: 35px;
    line-height: normal;
    table-layout: fixed;
    display: table-cell;
    vertical-align: middle;
    float: none;
      width: 20%;
    padding-top: 0px;
}


.main-menu .input-group-addon {
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
}
.main-menu .input-group-addon:last-child {
    border-left: 0;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 5px;
    /* line-height: 63px; */
    font-size: 16px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    user-select: none;
    -webkit-user-select: none;
}
label.control-label {
    font-weight: 600;
    font-size: 14px;
}

/* ========================================= */
/* ============== Rinku CSS ================ */

body{ 
    font-family: 'Poppins', sans-serif;
}
a, a:hover{
    color: #000;
}
.btn {
    min-width: 150px;
    max-width: 200px;
    margin: auto;
    background-color: #000;
    color: #fff;
    border-color: #000;
	border-radius: 100px;
}
.btn:hover{
    background: #b10406;
    border: 1px solid #b10406;
    color: #fff;
}

.btn-red {
    background-color: #b10406;
    border: 1px solid #b10406;
    color: #fff;
}
.btn-red:hover{
    background: none;
    border: 1px solid #b10406;
    color: #b10406;;
}
.btn-rounded {
    border-radius: 50px;
}
.form-control,
.custom-file-label,
.input-group-text, 
.select2-container .select2-selection--single{
	border-radius: 0.3rem;
    background: none;
    border-color: #c1c1c1;
    color: #5a5e66;
}
.CRM-input-fields-design .form-control {
    padding: 9px 15px;
    border-radius: 0.3rem !important;
    background: none;
    border-color: #c1c1c1;
    color: #5a5e66;
    border: none;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* ======CRM Logins======= */
.login-page {
    background: url(../img/CRM-login-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box, .register-box {
    background: #fff;
    box-shadow: 0px 0px 15px 2px #adadad8c;
    padding: 50px 30px;
    width: 100%;
    max-width: 800px;
    margin: auto;
    border-radius: 30px;
}
.login-box .CRM-box-logo{
    max-width: 250px;
    margin: auto;
}
.CRM-login-box-content .CRM-login-box-header .CRM-login-box-head-title {
    padding: 5px;
	font-weight: 600;
    background: url(../img/CRM-login-box-title-stripe.png);
    background-repeat: no-repeat;
    background-position: center;
}
.CRM-login-box-content .CRM-login-box-form .input-group .form-control {
    border: 0;
    background: #e7e7e7;
    padding: 10px 25px;
    min-height: 50px;
    font-size: 18px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.CRM-login-box-content .CRM-login-box-form .input-group .input-group-append .input-group-text {
    color: #fff;
    background: #b10406;
    padding: 15px 30px;
	border-color: #b10406;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.form-two-options {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    margin: auto;
}
.form-two-options .remember-me-text {
    display: flex;
    align-items: center;
}
.form-two-options .remember-me-text input {
    width: 20px;
    height: 20px;
}
.form-two-options .remember-me-text label {
    font-weight: 400 !important;
    margin-left: 10px;
    margin-bottom: 0;
}
.form-two-options .remember-me-text input[type='checkbox'] {
    accent-color: #b10406;
}


/* ======CRM Sidebar Menu======= */
.layout-fixed .main-sidebar{
	background: #000;
    /*background: url(../img/CRM-Sidebar-background.jpg);
	background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;*/
    overflow-y: initial;
}
.layout-fixed .main-sidebar::-webkit-scrollbar {
  display: none;
}
.CRM-sidebar-for-custom .sidebar-top-logo {
    padding: 2rem;
}
.CRM-sidebar-for-custom .sidebar-top-logo a {
	padding: 10px 15px;
	display: block;
	text-align: center;
	background: #ffffff;
	border-radius: 40px;
	box-shadow: none !important;
}
.CRM-sidebar-for-custom .sidebar-top-logo a img {
    width: 100%;
    max-width: 250px;
    margin: auto;
}
.CRM-sidebar-for-custom .sidebar .nav-sidebar>.nav-item {
    margin-bottom: 5px;
}
.CRM-sidebar-for-custom .sidebar .nav-sidebar .nav-item>.nav-link{
	color: #fff;
	margin-bottom: 0 !important;
	padding: 0.8rem 2rem;
	position: relative;
	box-shadow: none !important;
}

.CRM-sidebar-for-custom .sidebar .nav-sidebar .nav-item>.nav-link:hover,
.CRM-sidebar-for-custom .sidebar .nav-sidebar>.nav-item>.nav-link.active, 
.CRM-sidebar-for-custom .sidebar .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active{
    background: linear-gradient(90deg, #D22029 0%, #941A20 100%) !important;
    color: #fff;
}
.CRM-sidebar-for-custom .sidebar .nav-sidebar .menu-open .nav-item .nav-link.active{
	 background-color: rgba(255, 255, 255, 0.2) !important;
}

.CRM-sidebar-for-custom .sidebar .nav-sidebar>.nav-item>.nav-link.active:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	background: #fff;
	border-radius: 0 4px 4px 0;
}


.sidebar-collapse .CRM-sidebar-for-custom .sidebar-top-logo {
    padding: 10px 10px;
}
.sidebar-collapse .CRM-sidebar-for-custom .sidebar-top-logo a {
    padding: 4px;
    overflow: hidden;
}
.sidebar-collapse .CRM-sidebar-for-custom .sidebar-top-logo a img {
       width: 100%;
    min-width: 210px;
}

/* ======CRM Header======= */
.CRM-header-custom {
    background: #fff;
    padding: 15px;
}
.CRM-header-custom .navbar-nav .nav-item i{
    font-size: 18px;
}
.CRM-header-custom .CRM-right-profilemenu .nav-item.dropdown #dropdownSubMenu1 {
    padding: 4px 15px;
}
.CRM-header-custom .CRM-right-profilemenu .nav-item.dropdown #dropdownSubMenu1 .staff-profile-image-small {
    width: 32px;
    height: 32px;
    border-radius: 50px;
}

/* ======CRM Header======= */
.CRM-content-body-custom .CRM-content-body-heading p {
    color: #8d8d8d;
}
.CRM-dashboard-box {
	color: #000 !Important;
	/*background-image: linear-gradient(90deg, #D22029 0%, #941A20 100%);*/
	background: white !important;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    padding: 1.75rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
    position: relative;
    overflow: hidden;
}
.CRM-dashboard-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background:  linear-gradient(90deg, #D22029 0%, #941A20 100%);
}
.CRM-dashboard-box:hover{
	color: #fff !important;
	transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
	background-image: linear-gradient(90deg, #D22029 0%, #941A20 100%) !important;
}
.CRM-dashboard-box:hover .inner p,
.CRM-dashboard-box:hover .small-box-footer{
	color: #fff !important;
}
/*.user_dashboard_newleads .CRM-dashboard-box {
    background: #F64B03 !important;
}
.invoice_status_funded .CRM-dashboard-box {
    background: #009fd7 !important;
}
.invoice_status_potentioal_completely .CRM-dashboard-box {
	background: #082E20 !important;
}
.invoice_status_paid .CRM-dashboard-box {
	background: #0b7000 !important;
}
.invoice_status_not_paid_completely .CRM-dashboard-box {
	background: #298775 !important;
}
.invoice_status_overdue .CRM-dashboard-box {
	background: #ff233b !important;
}
.invoice_status_wrong .CRM-dashboard-box{
	background: #b10406 !important;
}
*/
.CRM-dashboard-box .inner {
    padding: 0;
	padding-right: 2.5rem;
	text-align: left;
}
.CRM-dashboard-box .inner h3 {
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 0.5rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.CRM-dashboard-box .inner p{
	color: #b10406;
    margin-bottom: 0;
	font-weight: bold;
	font-size: 2.2rem !important;
}
.CRM-dashboard-box .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b10406;
    background: #ffd9d9;
    padding: 1rem;
    border-radius: 12px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
	transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}
.CRM-dashboard-box:hover .icon{
	background: #fff;
	color: #b10406;
}
.CRM-dashboard-box .icon i {
	position: static;
    font-size: 1.5rem !important;
	
}

.CRM-dashboard-box .small-box .icon>i {
    font-size: 48px;
    top: initial;
    bottom: 60px !important;
}
.CRM-dashboard-box .small-box-footer {
	padding: 0;
	margin-top: 0.5rem;
	font-size: 14px;
    background: none !important;
    color: #d22029 !important;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.CRM-dashboard-box .small-box-footer i {
    font-size: 14px !important;
	margin-left: 5px;
}
.main-footer .copyright-text a {
    color: #b10406;
    font-weight: 600;
}

/* ======CRM All Tables Design======= */
.CRM-common-table-design {
	background: white;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
	padding: 1.2rem;
    margin-bottom: 1.1rem;
    min-height: 95%;
}
.CRM-common-table-design .card-header {
    border-bottom: 0;
}
.CRM-common-table-design .card-header .card-title {
	color: #111;
    font-weight: 600;
}
.CRM-common-table-design .card-body label {
    font-weight: 500;
}

.CRM-common-table-design .card-body .dataTables_wrapper .dataTables_length label select {
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #b1b1b1;
}
.CRM-common-table-design .card-body .dataTables_wrapper .dataTables_filter input {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #b1b1b1;
    outline: none !important;
}
.CRM-common-table-design .card-body .dataTables_wrapper .table.dataTable{
    border: 0;
    margin-bottom: 20px;
}
.CRM-common-table-design .card-body .dataTables_wrapper .table.dataTable thead th {
	font-size: 14px;
    font-weight: 800;
	min-width: 85px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom-color: #dee2e6;
}
.CRM-common-table-design .card-body .table.dataTable tr{
    background-color: #ffffff !important;
}
.CRM-common-table-design .card-body .table.dataTable thead tr th,
.CRM-common-table-design .card-body .table.dataTable tbody tr td{
	min-width: 80px;
	padding: 1rem 0.5rem;
    vertical-align: middle;
}
.CRM-common-table-design .card-body .table.dataTable tbody tr td{
	font-size: 14px;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.CRM-common-table-design .card-body .dataTables_paginate .paginate_button {
    font-size: 14px;
    border: 1px solid #b1b1b1 !important;
    margin: 0 !important;
    padding: 7px 12px !important;
    cursor: pointer;
}
.CRM-common-table-design .card-body .dataTables_paginate .paginate_button:hover,
.CRM-common-table-design .card-body .dataTables_paginate a.paginate_button.current {
    background: #b91111 !important;
    color: #fff !important;
}
.CRM-common-table-design .card-body .dataTables_paginate .paginate_button.disabled:hover{
	color: #fff !important;
}
.CRM-common-table-design .card-body .dataTables_paginate .paginate_button.previous{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.CRM-common-table-design .card-body .dataTables_paginate .paginate_button.next{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.CRM-common-table-design .card-footer {
    background: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #b10406;
}

.lead-contact-info table tbody tr td i.fa.fa-phone {
	transform: scaleX(-1);
}
.bootstrap-datetimepicker-widget table td span {
	height: auto !important;
	background: none !important;
	color: black !important;
	border: 0 !important;
}
.bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn {
	min-width: auto;
	background: none;
	color: #000000;
	border: 0 !important;
}

/* ======CRM All Popup Design======= */

.modal .modal-content {
    box-shadow: 0 0 15px 10px #00000036;
    border-radius: 1rem;
    margin-bottom: 50px;
}
.modal .modal-content .modal-header,
.modal .modal-content .modal-footer{
	border: 0;
}
.modal .modal-content .modal-header .modal-title{
	font-weight: 600;
	color: #b10406;
	font-size: 1.2rem;
}
.modal .modal-content .form-group label{
	font-weight: 500;
}
.modal .modal-content .modal-footer .btn{
 	margin: 0;
}


.profile-thumb-img {
    max-width: 200px;
}
.profile-thumb-img .staff-profile-image-thumb {
    width: 100%;
}
.start{color:#b91111;}
.main-contents{direction: rtl}
#leads .fa, .fas {
    font-size: 18px!important;
}
a#generate_excel_report_id {
    padding: 5px 10px;
    border-radius: 5px;
}


#notifyLogout .modal-footer {
    justify-content: center;
}
#notifyLogout .modal-footer .btn {
    max-width: initial !important;
    font-size: 14px;
    float: left;
    margin: 0 10px;
}
#notifyLogout .modal-dialog {
    max-width: 590px;
}



@media only screen and (max-width: 1600px) {
	.CRM-common-table-design .card-body .dataTables_wrapper {
		overflow-x: auto;
	}
}
@media only screen and (min-width: 1200px) {
	
	.topbox i{font-size: 25px!important; top: 50px !important;}
}
@media only screen and (min-width: 992px) {
    
    .main-sidebar, .main-sidebar::before {
        width: 300px;
    }
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-left: 300px;
    }
    .sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
    .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
    .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
        width: 4.6rem;
        padding-left: 1.5rem !important;
    }
    
    .sidebar-mini.sidebar-collapse .main-sidebar {
        overflow-x: initial;
    }
     
}
@media only screen and (min-width: 768px) {
    .login-box, .register-box {
        padding: 50px 100px;
    }
}
@media only screen and (max-width: 767px) {
	.CRM-common-table-design .card-header .card-title{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 580px) {
	.CRM-header-custom{
		display: flow-root;
	}
	.CRM-header-custom .navbar-nav {
	    flex-direction: column;
	}
	.CRM-header-custom .CRM-right-profilemenu {
		position: absolute;
		top: 10px;
		right: 0;
	}
	.email-check-groupform label.form-label {
		width: 100%;
	}
	.CRM-common-table-design .card-body .dataTables_paginate .paginate_button{
		font-size: 14px;
		padding: 6px 6px !important;
	}
	
}
