.errors ul {
    list-style: none;
    padding: 0px;
    color: red;
}
.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: #421680;
	margin: 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: #421680 !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 #421680;
    background: #421680 !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: #421680;
    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 ================ */


html {
	scroll-behavior: smooth;
	font-family: "Be Vietnam Pro", sans-serif !important;
}
body {
	margin: 0;
	font-family: "Be Vietnam Pro", sans-serif !important;
}
a, a:hover{
    color: #000;
}
.btn {
    background-color: #421680;
    color: #fff;
    border-color: #000;
	min-width: 120px;
	max-width: 220px;
	font-size: 1rem !important;
	margin: auto;
	padding: 0.5rem 1rem !important;
	border-radius: 3rem !important;
	overflow: hidden;
	box-shadow: 0 0 0 0 #421680;
	transition: 0.5s !important;
}
.btn:hover{
    background: #421680;
    border: 1px solid #421680;
    color: #fff;
}

.btn-red {
	background: #421680;
    border: 1px solid #421680;
    color: #fff;
}
.btn-red:hover{
    background: none;
    border: 1px solid #421680;
    color: #421680;;
}
.btn-rounded {
    border-radius: 50px;
}
.form-control,
.custom-file-label,
.input-group-text{
	border-radius: 0;
    background: none;
    border-color: #656565;
	color: #5a5e66;
}
.CRM-input-fields-design .form-control {
    padding: 9px 15px;
    border-radius: 0;
    background: none;
    border-color: #656565;
    color: #5a5e66;
}

/* ======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: 700px;
    margin: auto;
    border-radius: 30px;
}
.login-box .CRM-box-logo{
    max-width: 300px;
    margin: auto;
}
.CRM-login-box-content .CRM-login-box-header .CRM-login-box-head-title {
    padding: 0.4rem;
	font-weight: 600;
    background: url(../img/CRM-login-box-title-stripe.png);
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.CRM-login-box-content .CRM-login-box-form .input-group .form-control {
    border: 1px solid #e2e8f0;
    background: #4c00b708;
	color: #000;
    padding: 0.8em;
    min-height: 50px;
    font-size: 1rem;
    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: #421680;
    padding: 15px 30px;
	border-color: #421680;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.form-two-options {
    display: flex;
    justify-content: space-between;
    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: #421680;
}
.CRM-login-box-form .forgot-text {
    color: #787878;
}

/* ======CRM Sidebar Menu======= */
.layout-fixed .main-sidebar{
    background: #120C1A;
    background-repeat: no-repeat;
    background-position: center;
    overflow-y: initial;
}
.CRM-sidebar-for-custom .sidebar-top-logo {
    padding: 0.7rem;
	text-align: center;
    background: #ffffff;
	border-bottom: 1px solid #dee2e6;
}
.CRM-sidebar-for-custom .sidebar-top-logo a {
    padding: 0.7rem 0.3rem;
	max-width: 300px;
    display: block;
    text-align: center;
    border-radius: 7px;
	box-shadow: none !important;
}
.CRM-sidebar-for-custom .sidebar-top-logo a img {
    width: 100%;
    margin: auto;
}
.CRM-sidebar-for-custom .sidebar .nav-sidebar>.nav-item {
    margin: 5px 0;
}
.CRM-sidebar-for-custom .sidebar .nav-sidebar .nav-item>.nav-link{
	margin-bottom: 0 !important;
	color: #fff ;
	padding: 0.9rem 1rem;
}
.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: #421680 !important;
    color: #fff;
}
.CRM-sidebar-for-custom .sidebar .nav-sidebar>.nav-item .nav-treeview .nav-item .nav-link.active{
	color: #000;
}
.sidebar-collapse .CRM-sidebar-for-custom .sidebar-top-logo {
    padding: 20px 5px;
}
.sidebar-collapse .CRM-sidebar-for-custom .sidebar-top-logo a {
    padding: 3px;
    overflow: hidden;
}

/* ======CRM Header======= */
.CRM-header-custom {
    background: #fff;
    padding: 21px 15px;
}
.CRM-header-custom .navbar-nav .nav-item i{
    font-size: 18px;
}
.CRM-header-custom .navbar-nav .nav-item.dropdown .dropdown-menu a:active{
	background-color: #421680;
} 

.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 {
	background: #421680 !important;
    background-color: #000;
    color: #fff !important;
    box-shadow: 3px 8px 10px 0px #c3c3c3;
    border-radius: 5px;
	margin-bottom: 30px;
    overflow: hidden;
}

.CRM-dashboard-box .inner {
    padding: 12px;
}
.CRM-dashboard-box .inner h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.CRM-dashboard-box .inner p{
    margin-bottom: 0;
	font-size: 1rem !important;
}
.CRM-dashboard-box .icon {
    color: #ffffff;
    z-index: 0;
}
.CRM-dashboard-box .icon i {
    font-size: 36px !important;
    top: initial !important;
    bottom: 60px;
}

.CRM-dashboard-box .small-box .icon>i {
    font-size: 48px;
    top: initial;
    bottom: 60px !important;
}
.CRM-dashboard-box .small-box-footer {
    padding: 10px 20px;
    background: #fff !important;
    color: #000 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}
.CRM-dashboard-box .small-box-footer i {
    font-size: 20px;
}
.main-footer{
    background-color: #120c1a;
    border-top: 1px solid #dee2e6;
    color: #ffffff;
	font-weight: 400;
}
.main-footer .copyright-text a {
    color: #fff;
    font-weight: 600;
}

/* ======CRM All Tables Design======= */
.CRM-common-table-design {
    box-shadow: 0 0 15px 10px #00000036;
    border-radius: 20px;
    margin-bottom: 50px;
    min-height: 90%;
}
.CRM-common-table-design .card-header {
    border-bottom: 0;
}
.CRM-common-table-design .card-header .card-title {
    font-weight: 600;
    margin-top: 10px;
    color: #421680;
    font-size: 1.2rem;
}
.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: 500;
}
.CRM-common-table-design .card-body .table.dataTable tbody tr td{
	font-size: 14px;
}
.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: #421680 !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: #421680;
}

.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: 20px;
    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: #421680;
	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:red}
.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;
	}
}

.col-6.col-xl-2.col-6.topbox i.far,
.col-6.col-xl-2.col-6.topbox i.fa{
	 font-size: 25px!important;
}

@media only screen and (min-width: 1400px) {
	.col-6.col-xl-2.col-6.topbox{
		max-width: 14% !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;
    }
	.col-6.col-xl-2.col-6.topbox{
		max-width: 25%;
	}
}
@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;
	}
	
}
