@charset "utf-8";
:root {
    --primary: #1b417f;
    --secondary: #dd8411;
    --text: #2f2f2f;
    --border: #808080;
    --warning: #de0b35;
    --light: #fff;
    --dark: #000;
    --nav-link-bg: #f5f6fc;
}
.btn-primary {
    --bs-btn-color: var(--light);
    --bs-btn-bg:var(--primary);
    --bs-btn-border-color:var(--primary);
    --bs-btn-hover-color: var(--light);
    --bs-btn-hover-bg: var(--secondary);
    --bs-btn-hover-border-color:var(--secondary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--light);
    --bs-btn-active-bg: var(--primary);
    --bs-btn-active-border-color:var(--primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color:var(--light);
    --bs-btn-disabled-bg: var(--primary);
    --bs-btn-disabled-border-color:var(--primary);
}
tfoot td, tfoot th, thead td, thead th {
    padding: .5rem .625rem .625rem !important;
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 14px !important;
    border: 4px var(--primary) solid !important;
    padding: 4px !important;
    background: var(--primary) !important;
    color: white !important;
    text-align: center !important;
}
thead tr th * {
    color: white !important;
}
.pagination button {
    color: var(--light) !important;
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.pagination button:hover {
    color: var(--light);
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
}
.loader {
    border: 8px solid #ededed;
    border-top: 8px solid var(--primary);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.loader.left {
    margin-left: auto;
}
.loader.right {
    margin-right: auto;
}
.table-bordered th:first-child {
    border-top-left-radius: 10px;
}
.table-bordered th:last-child {
    border-top-right-radius: 10px;
}
.table-bordered th {
    border: 0 !important;
}
tbody td, tbody th {
    font-size: 14px !important;
}
i {
    color: var(--primary);
    font-size: 16px;
}
.nav-link {
    font-size: 0.8rem;
    color: var(--text);
}
.navbar-nav a.nav-link.active {
    background-color: var(--nav-link-bg);
}
.navbar-nav a.nav-link:hover,
.navbar-nav a.nav-link.active {
    color: var(--primary);
}
.mcsw-form-container.crmc_login_form {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: auto;
}
.mcsw-form-container.crmc_login_form .mcsw-form-container-box {
    max-width: 400px;
    position: relative;
    margin: 15px;
    width: 100%;
}
.mcsw-form-box-hed {
    max-width: 400px;
}
.mcsw-form-box-hed img {
    width: 90%;
    max-width: 200px;
}
.mcsw-form-container-box {
    border: 1px solid var(--primary);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
}
.mcsw-form-container-box p.login-password,
.mcsw-form-container-box p.login-username {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.mcsw-form-container-box p.login-password input,
.mcsw-form-container-box p.login-username input {
    height: 40px;
    margin-top: 10px;
    border-radius: 10px;
    border: 1px solid #808080;
    padding: 15px;
}
.mcsw-form-container-box form#loginform {
    text-align: left;
}
.mcsw-form-container-box .button-primary {
    width: 100%;
    background-color: var(--primary);
    color: var(--light);
}
.mcsw-form-container-box .button-primary:focus,
.mcsw-form-container-box .button-primary:visited,
.mcsw-form-container-box .button-primary:active,
.mcsw-form-container-box .button-primary:target,
.mcsw-form-container-box .button-primary {
    width: 100%;
    background-color: var(--primary);
    color: var(--light);
    border: 0;
    padding: 10px;
    border-radius: 12px;
}
.mcsw-form-container-box .button-primary:hover {
    background-color: var(--secondary);
}
a.btn-lost-password {
    width: 100%;
    display: flex;
    color: var(--dark);
}
html {
    margin-top: 0px !important;
}
.container-nav-bar {
    -ms-flex-align: stretch;
    -webkit-transition: height .3sease;
    transition: height .3sease;
    position: relative;
    z-index: 2;
    height: 80px;
    -webkit-box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
    box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
    background: #fff;
    height: 80px;
    display: flex;
    align-items: center;
}
.crmc_user_box button.dropdown-toggle {
    padding: 1px !important;
}
ul.dropdown-menu.show {
    padding: 10px;
    margin-top: 8px !important;
}
.btn.btn-danger {
    text-align: center !important;
    background-color: var(--warning);
    color: var(--light);
}
.btn {
    border-radius: 10px;
    font-size: 0.8rem;
}
.crmc_logo img {
    max-width:180px;
}

.show-mobile {
    display: none;    
}
nav.navbar.navbar-expand-lg {
    position: relative;
    top: 0;
    background-color: var(--light);
}
.page-border {
    border: 2px solid var(--primary);
    border-radius: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.crmc-head-label h3 {
    font-size: 1rem;
    font-weight: 500;
    margin: 10px 0;
}
.crmc-head-label {
    display: flex;
    align-items: center;
    height: 100%;
}
.crmc-head-toolbar {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: end;
}
.crmc-head-toolbar input,
.crmc-head-toolbar select {
    width: auto;
    font-size: 0.8rem;
}
input,
select,
.content-inner input,
.content-inner select {
    border-radius: 14px !important;
    padding: 7px 25px !important;
    margin: 10px 0 !important;
}
.crmc-border-bottom {
    border-bottom: 2px solid var(--primary);
}
.content-inner .card {
    border: 0;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--light);
}
.content-inner .card hr {
    border: 1px solid var(--dark) !important;
}
hr {
    border-bottom: 1px solid var(--border) !important;
    width: 100% !important;
    max-width: 100% !important;
}
select.form-control.m-0 {
    margin: 0 !important;
}
.content-inner .card-footer {
    border: 0;
    background-color: var(--light);
}
.content-inner .card-footer p {
    margin-bottom: 0;
    font-weight: bold;
}
.card>hr {
    margin: 0;
    min-width: 100%;
}
.card-title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}
.crmc-box-shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border-radius: 10px;
}
.crmc-title-section {
    position: relative;
    padding: 50px 0;
    padding-bottom: 100px;
}
.crmc-title-section * {
    color: var(--light);
}
.crmc-title-section::after {
    content: '';
    background-color: var(--dark);
}
.crmc-title-section::after {
    content: '';
    background-color: var(--dark);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.8;
}
.crmc-title-section .container {
    position: relative;
    z-index: 1;
}
.page-iner-top {
    margin-top: -70px;
    position: relative;
}
.page-iner {
    background-color: var(--light);
}
form {
    width: 100%;
}
.form-group label {
    font-size: 14px !important;
}
a.btn.btn-primary.btn-icon-sm i {
    color: #fff;
}
select.form-select.form-select-sm {
    padding: 0 !important;
}
select.form-select.form-select-sm {
    padding: 5px 5px 5px 15px !important;
    min-width: 100px;
    width: auto;
}
label {
    font-size: 14px !important;
}
input.form-control.form-control-sm {
    width: 200px !important;
    min-width: 10px;
    max-width: fit-content;
    padding: 4px 15px !important;
    height: 20px;
}
.dt-info {
    font-size: 14px !important;
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
    align-items: anchor-center;
}
li.dt-paging-button.page-item button {
    border-radius: 5px;
}
.modal-style001 .modal-header {
    background-color: var(--primary);
}
.modal-style001 .modal-header * {
    color: var(--light);
}
.add-search .table-bordered th {
    text-align: center !important;
}
.btn-border-radius .btn {
    border-radius: 12px !important;
}
.select2-container {
    width: 100% !important;
}
.container.page-home .select2-container {
    width: 250px !important;
}
span.select2-selection.select2-selection--single {
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 13px;
    border-color: #dee2e6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 7px;
}
.modal-content select.form-control {
    height: 43px;
}
tbody td, tbody th {
    vertical-align: middle;
}
select[name="crmc_lead_stage"] option:nth-child(1),
select[name="leads_status_filter"] option:nth-child(1) {
    background-color: #feac39;
    color: #fff;
}
select[name="crmc_lead_stage"] option:nth-child(2),
select[name="leads_status_filter"] option:nth-child(2) {
    background-color: var(--primary);
    color: #fff;
}
select[name="crmc_lead_stage"] option:nth-child(3),
select[name="leads_status_filter"] option:nth-child(3) {
    background-color: #ff00ff;
    color: #fff;
}
select[name="crmc_lead_stage"] option:nth-child(4),
select[name="leads_status_filter"] option:nth-child(4) {
    background-color: #0cb00c;
    color: #fff;
}
select[name="crmc_lead_stage"] option:nth-child(5),
select[name="leads_status_filter"] option:nth-child(5) {
    background-color: #f41a1a;
    color: #fff;
}
select[name="crmc_lead_stage"] option:nth-child(6),
select[name="leads_status_filter"] option:nth-child(6) {
    background-color: #1b417f;
    color:#fff;
}
select[name="crmc_lead_stage"] option:nth-child(7),
select[name="leads_status_filter"] option:nth-child(7) {
    background-color: var(--secondary);
    color:#fff;
}
.loader.two {
    margin: 20px;
}
tbody td a, tbody th a {
    font-size: 14px !important;
}
.crmc-title-sectionText *,
.h1, h1 {
    font-size: 1.5rem !important;
}
table {
    margin-bottom: 0 !important;
}
.fc-icon {
    color: #fff;
}
.fc-h-event {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.tooltip {
    max-width: 250px !important;
}
/* table.leads-table */
@media only screen and (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: flex;
    }
    .navbar-collapse {
        position: absolute;
        top: 43px;
        right: 0;
        background-color: var(--light);
        -webkit-box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
        box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
    }
    .crmc-navbar nav.navbar.navbar-expand-lg {
        margin-left: auto;
    }
    .fc .fc-toolbar {
        flex-wrap: wrap;
        justify-content: center;
    }
}