.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
    width: 70px !important;
    max-width: 100%;
    margin: auto;
}
.nav-tabs {
    border-bottom: 1px solid #ebedf2;
    background: #e4e9f099;
    border-radius: 5px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #eeeeee !important;
    background-color: #131740;
    border-color: #333333;
}
.nav-tabs {
    border-bottom: 1px solid #ebedf2;
    background: #e4e9f099;
    border-radius: 5px;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 60px;
}
.card1 .card-title {
    color: #313131;
    margin-bottom: 0.75rem;
    text-transform: capitalize;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    background-color: #131740 !important;
    color: #ffff !important;
    padding: 30px !important;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
    margin-right: 10px !important;
}
.my-3 .btn-primary {
    background-color: #3a1cdc !important;
    border-color: #3a1cdc !important;
}
.my-3 .btn-primary:hover {
    background-color: transparent !important;
    border-color: #3a1cdc !important;
    color: #3a1cdc !important;
}
.input-group .form-control:focus {
    border-color: #3a1cdc;
}
.auth .login-half-bg {
    background-position: center !important;
}
.horizontal-menu .bottom-navbar {
    background: transparent !important;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
    padding: 22px 12px 22px 7px !important;
    line-height: 1;
    font-weight: 400;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item:hover > .nav-link i,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item:hover > .nav-link .menu-title {
    color: #000000;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item {
    line-height: 1;
    text-align: left;
    border-right: none;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-title,
.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-arrow {
    color: #000000;
    font-weight: 600;
}
.filter-status {
    margin-top: 10%;
    margin-left: 2% !important;
}
.filter-lable {
    display: flex;
    align-items: center;
}
.total-card {
    margin: 5%;
    padding: 5%;
    background: #ffff;
    text-align: center;
    border-radius: 10px;
}

.total-card p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
.card-border {
    border-radius: 10px;
}
.main-panel .content-wrapper .header-right a {
    float: left;
}
.main-panel .content-wrapper .header-right a:first-child {
    border-right: 2px solid transparent !important;
}
.container-scroller .content-wrapper {
    max-width: 100% !important;
}
.welcome-container {
    padding-left: 5%;
}
.per_green {
    color: rgb(12, 95, 12);
}
.per_red {
    color: rgb(201, 26, 26);
}
.no-padding {
    padding: 0% !important;
}
p.ana_footet_text {
    margin-top: 10%;
    margin-bottom: 0%;
}
.label-padding {
    padding: 2.5% 1% !important;
}
.filter_container {
    /* width: 50% !important; */
}
.align-center {
    align-items: center;
    text-align: center;
}

.container-scroller .page-body-wrapper {
    /*background: url(../images/background-pattern.jpg);*/
    background-size: cover;
    background-position: 100% 100%;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #eeeeee !important;
    background-color: #565656;
    border-color: #565656;
}
.nav-tabs .nav-item.show .nav-link:hover {
    color: #ffffff !important;
    background-color: #565656;
    border-color: #565656;
}
.nav-tabs {
    background-color: #ffffff !important;
}
.nav-tabs a {
    color: #565656 !important;
}
#lead-listing_processing,
#lead-listing_filter,
.alert-success,
#review-listing_length,
#review-listing_filter {
    display: none !important;
}
select.form-control,
.select2-container--default select.select2-selection--single,
.select2-container--default .select2-selection--single select.select2-search__field,
select.typeahead,
select.tt-query,
select.tt-hint {
    margin-top: 0;
}
/* header logo */
.brand-logo img {
    width: 115%;
    align-items: center;
    display: grid;
    margin: auto;
    margin-bottom: 9%;
}
/* Dropdown Button */
.dropbtn {
  background-color: transparent;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  /*display: inline-block;*/
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown-notification {
    color: #000;
    padding: 12px 16px 5em;
    text-decoration: none;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    bottom: 0;
}
.show,
#footer_notification.active {
    display:block;
}
.table thead th {
    font-weight: 600;
}
.table th, .table td {
    border: none;
    border-bottom: 1px solid #e4e9f0;
}
.table th, .table td {
    /*white-space: unset;*/
}
.table td img {
    width: auto;
}
.no-border th, .no-border td {
    border-bottom: none !important;
}
.schedule-modal .modal-dialog {
    max-width: 800px;
}
.notification_dropdown {
    cursor: pointer;
}
.notification_dropdown .input-group-addon {
    position: relative;
    z-index: 9;
}
.notification_dropdown .notification-number {
    position: absolute;
    right: 3px;
    top: -10px;
    background-color: red;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    width: 20px;
    height: 20px;
}
.footer #footer_notification h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.footer #footer_notification a {
    color: #071d87;
    font-size: 17px;
    font-weight: 500;
}
.footer #footer_notification p {
    color: #eeaa0b;
    font-size: 15px;
}
form input[type="radio"], input[type="checkbox"] {
    appearance: auto !important;
    width: auto;
}
.w-15 {
    width: 15%;
}
#formsAddMore a {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.main_logo img,
.main_logo i {
    padding: 10px 20px;
    border: 1px solid #6a348a;
    border-radius: 10px;
    margin-right: 20px;
}
.main_logo img {    
    width: 200px;
}
.main_logo i {
    font-size: 30px;
}
#web_forms select::before {
    content: '\f0d7';
}
#crm_forms td i {
    font-size: 25px;
    padding-right: 1em;
}
#crm_forms td i.fa-toggle-on {
    color: green;
}
#crm_forms td i.fa-toggle-off {
    color: grey;
}
#crm_forms td i.fa-trash-can {
    color: #000;
}
.leads_pagination {
    margin-top: 20px;
}
.leads_pagination a,
.leads_pagination strong {
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
}
.top-border:not(:first-child) {
    border-top: 1px solid #000;
    padding: 10px 0;
}
.btn-blue {
    background-color: #7c7cefe8;
    color: #fff;
    padding: 0 10px;
}
#notificationForm .close_notification {
    max-width: fit-content;
    border: 1px solid;
}
.schedule_notification .modal-content {
    height: 70%;
    width: 85%;
}
.schedule_notification .modal-content label {
    padding: 0 2em;
}
.schedule_notification .modal-content label,
.schedule_notification .modal-content p {
    font-size: 14px;
    line-height: 18px;
}
.schedule_notification .modal-dialog {
    padding: 6em 0;
}
.schedule-modal .modal-dialog {
    padding: 4em 0;
}
#update_user input,
#update_user select,
#update_user textarea {
    cursor: pointer;
}
.form-control {
    line-height: 2 !important;
}
.form-group label {
    line-height: 1.4 !important;
}
.error {
    color: red;
    font-weight: bold;
    font-style: italic;
}
.horizontal-menu .nav.page-navigation {
    display: flex;
    align-items: center;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item > a {
    font-size: 14px;
    font-weight: 400;
}
.listing-filter {
    width: 80%;
    margin: auto;
    padding: 3em 1em;
    background-color: #fff;
    border-radius: 12px;
}
.dataTables_info,
.dataTables_paginate {
    display: none;
}
@media (max-width: 768px) {
    .horizontal-menu .top-navbar .navbar-brand-wrapper {
        width: 65% !important;
    }
    .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand {
        width: 100% !important;
    }
    .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
        width: 65% !important;
    }
}