/* Colors go here */
:root{
    color:#FFFFFF;
    color:#000000;
}
/* index: */
body {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

img {
    width: 100%;
    height: auto;
}
strong {
    font-weight: 600!important;
}

p, a, i {
    font-weight: 300!important;
}
a:active{
    background-color:none;
}
a:hover {
    color: none;
    text-decoration: none;
}

.link-color {
    color: #000;
}
 
.rounded-pill:not(:disabled):not(.disabled).active, .rounded-pill:not(:disabled):not(.disabled):active, .rounded-pill:hover {
    color: #fff!important;
    border:none;
    box-shadow: none!important;
    background-color:#e4e4e480;
}
.sidebar .sidebar-body .nav .nav-item.nav-category {
    display: none;
}
.sidebar-dark {
    background-color: #000;
}
.card .card-title {
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.card.login .form-group label {
    font-size: 0.875rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: 0.5rem;
    color: #fff;
}
.breadcrumb-item a {
    color: #000;
}
.page-item.disabled .page-link {
    color: #fff!important;
    pointer-events: none;
    cursor: auto;
    background-color: #000;
    border-color: #000;
}
.feather {
    color: #000;
}
.breadcrumb-item.active {
    color: #000;
}
.paginate_button.page-item {
    cursor: pointer;
}
.form-group label {
    font-size: 0.875rem;
    line-height: 1.4rem;
    vertical-align: top;
    margin-bottom: 0.5rem;
    color: #000;
}
.main-wrapper .page-wrapper.full-page {
    width: 100%;
    margin-left: 0;
    background-color: #EEEAE6;
}
.form-control, select.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}

.form-control:focus {
    color:none;
    background-color: #fff;
    border-color: #000000;
    outline: none;
    box-shadow:none;
}
.btn-primary {
    color: #000000!important;
    background-color: #fff!important;
    border-color: #fff;
    display: inline-block;
    font-weight: 500!important;
    text-align: center;
    vertical-align: middle;
    width: auto;
    padding: 10px 15px;
   
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    outline: none;
    box-shadow:none;
}
.btn-primary.blk {
    color: #fff!important;
    background-color: #000!important;
    border-color: #000;
    display: inline-block;
    font-weight: 500!important;
    text-align: center;
    vertical-align: middle;
    width: auto;
    padding: 10px 15px;
}
.btn-primary.blk:focus, .btn-primary.blk:active, .btn-primary.blk:hover {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    outline: none;
    box-shadow:none;
}
.btn:not(:disabled):not(.disabled):hover, .fc .fc-button:not(:disabled):not(.disabled):hover, .swal2-modal .swal2-actions button:not(:disabled):not(.disabled):hover, .wizard > .actions a:not(:disabled):not(.disabled):hover {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    outline: none;
    box-shadow:none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active:focus, .wizard > .actions a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active:focus, .wizard > .actions a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm:focus, .wizard > .actions .show > a.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled):active, .wizard > .actions a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .swal2-modal .swal2-actions button.swal2-confirm:not(:disabled):not(.disabled).active, .wizard > .actions a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .swal2-modal .swal2-actions .show > button.dropdown-toggle.swal2-confirm, .wizard > .actions .show > a.dropdown-toggle {
    color: #000000;
    background-color: #fff;
    border-color: #fff;
    outline: none;
    box-shadow:none;
}
.selector-btn:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.selector-btn {
    color: #fff;
    background-color: #000;
    border-color: #000;
    line-height: 1;
    padding: 0.5rem 1rem 0.4rem;
}
/* .btn:not(:disabled):not(.disabled), .fc .fc-button:not(:disabled):not(.disabled), .swal2-modal .swal2-actions button:not(:disabled):not(.disabled), .wizard > .actions a:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff!important;
    background-color: #000;
    border-color: #000;
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
}
.btn:not(:disabled):not(.disabled), .fc .fc-button:not(:disabled):not(.disabled), .swal2-modal .swal2-actions button:not(:disabled):not(.disabled), .wizard > .actions a:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #fff!important;
    background-color: #000;
    border-color: #fff;
    padding: 15px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):hover {
    color: #fff!important;
    border: 1px solid#fff;
    box-shadow: none!important;
    background-color: #000;
} */
.page-breadcrumb .breadcrumb {
    padding: 0;
    background: #fff;
}
.auth-page .card {
    background-color: #000;
    border: 0;
}
.auth-page .auth-left-wrapper {
    width: 60%;
    height: 30%;
    margin-top: 25px !important;
    /* margin-top: 130px; */
    margin-left: auto;
    /* background-image: url(/images/logo.svg); */
    background-size: cover;
    margin-right: auto;
}
.sidebar .sidebar-body .nav .nav-item {
    position: relative;
    padding-bottom: 20px;
}
.sidebar .sidebar-body .nav.sub-menu {
    padding: 20px 0 0px 33px;
}
.sidebar-dark .sidebar .sidebar-body {
    background: #000;
    border-right: 1px solid #000;
}
.sidebar-brand img {
    width: 80%;
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item .nav-link {
    color: #fff!important;
    height: 20px;
}
.sidebar-dark .sidebar .sidebar-header {
    background: #000;
    border-bottom: 1px solid #fff;
    border-right: 0;
    height: 80px;
}
.sidebar .sidebar-header {
    padding: 0 15px;
}
.sidebar .sidebar-header .sidebar-toggler {
    cursor: pointer;
    width: 60px;
}
.sidebar .sidebar-body .nav .nav-item .nav-link:hover, .sidebar .sidebar-body .nav .nav-item .nav-link:hover .link-icon {
    color: #fff!important;
}
.sidebar-dark .sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title, .sidebar-dark .sidebar .sidebar-body .nav .nav-item.active .nav-link .link-title {
    color: #fff!important;
}
.sidebar .sidebar-body .nav .nav-item .nav-link .link-icon {
    width: 20px;
    height: 20px;
    fill: none;
    position: absolute;
    color: #fff !important;
    font-size: 20px;
    font-weight: 100 !important;
}

.sidebar .sidebar-header .sidebar-toggler span {
    background: #fff!important;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link::before {
    border: 1px solid 000;
    background: 000;
}
.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded="true"] {
    color: 000!important;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link.active::before {
    border: 1px solid 000;
    background: 000;
}
.sidebar .sidebar-body .nav .nav-item.active .nav-link::before {
    content: '';
    width: 3px;
    height: 26px;
    background: none;
    position: absolute;
    left: -25px;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    top: 10px;
}
.grid-margin {
    margin-bottom: 40px;
}
.main-wrapper .page-wrapper .page-content {
    flex-grow: 1;
    padding: 30px 25px;
}
.main-wrapper .page-wrapper {
    min-height: 100vh;
    background: #fff;
    width: calc(100% - 240px);
    margin-left: 240px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: margin .1s ease, width .1s ease;
    transition: margin .1s ease, width .1s ease;
}
.text-muted, .dropzone.dz-clickable .dz-message *, .flot-text .flot-x-axis > div, .flot-text .flot-x-axis .flot-tick-label, .flot-text .flot-y-axis > div, .flot-text .flot-y-axis .flot-tick-label, .editor-toolbar a {
    color: #fff!important;
}
/* a {
    color: #fff;
} */
/* a:hover {
    text-decoration: none;
    color:#fff;
} */
.nav-category {
    color:000;
}
.upload-image {
    color: #000;
}

textarea.form-control {
    height: 200px;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0;
    vertical-align: middle;
    width: 100%;
}
.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000000;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e8ebf1!important;
    border-radius: 0px!important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: calc(1.5em + 0.75rem + 2px)!important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000!important;
    border: 1px solid #000 !important;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    padding: 10px 20px!important;
    font-size: 15px;
    position: relative;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000!important;
    color: white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none !important;
    color: #999;
    cursor: pointer;
    font-size: 19px !important;
    font-weight: 300 !important;
    padding: 0 0px;
    position: absolute;
    left: 6px;
    top: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color:transparent!important;
    border-style: none!important;
    border-width: 0!important;
    font-size:25px;
    font-weight:200;
    top: 35%!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0!important;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 4px;
    cursor: text;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://files.crtgroupstorage.com/angle-down-light.png) 98% / 13px 7px no-repeat!important;
    background-color: #fff;
    border: 1px solid #747474!important;
    color: #2A2623 !important;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 44px!important;
    user-select: none;
    -webkit-user-select: none;
}
select.form-control {
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('https://files.crtgroupstorage.com/angle-down-light.png') 98% / 13px 7px no-repeat;
    background-color: #fff;
    border: 1px solid #747474;
    color: #2A2623!important;
}
.tox.tox-tinymce {
    border: 1px solid #747474;
}
.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
    margin-left:0!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #000;
    border-bottom-color: #000;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/* Tables */
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
}
.table thead th {
    border-top: 0;
    border-bottom-width: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #000;
    vertical-align: middle;
}
.table-action {
    color: #345457;
    width: 30px !important;
    height: 25px !important;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
.table-action span {
    font-size: 25px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}

.actions span {
    font-size: 19px;
    line-height: 32px;
    vertical-align: top;
}
#thumb-file {
    width: 100%;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin: 20px 0px 0;
}

.tooltip-inner {
    background-color: #000 !important;
    color: #fff ;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #000 !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color:#000 !important;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color:#000 !important;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color:#000 !important;
}
.badge-info {
    color: #fff;
    background-color: #000000;
}
.nav-link::before:hover {
    color:#345457;
}

/* Dashboard */
.number-cards {
    background-color: #ebe6dd;
    border-radius: 20px;
    padding: 20px 0;
}
.number-cards h3 {
    color:#000; 
    font-size: 50px;
}

.number-cards h6 {
    color:#000; 
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.unread-card {
    background-color: #bf3f4a;
}

.unread-card h3, .unread-card h6 {
    color: #fff;
}
.number-cards .card-header {
    min-height: 80px;
    border-bottom: 0
}

/* Footer */
.footer {
    background-color: #fff;
}
.footer a {
    color:#000;
    font-size: inherit;
}
.footer .text-muted {
    color:#000!important;
}
.pagination .page-item .page-link {
    color: #345457;
}

.page-item.active .page-link {
    color: #fff!important;
}