body{
    font-family: 'Poppins';
    font-size: 14px;
    color: #475569;
}
.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.475569em;
}

.dt-buttons .btn {
    margin-left: 0.475569em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #dee2e6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #dee2e6;
}

.select2 {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.dataTables_length label select {
    width: 65px!important;
}

div.dt-button-collection {
    padding: 0;
}

.buttons-columnVisibility {
    display: block;
}

.buttons-columnVisibility.active {
    background-color: rgba(128, 128, 128, 0.1);
    font-weight: bolder;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    background-color: #DB1D4AFF;
    color: #fff;
}
.sidebar-dark-primary .nav-sidebar>.nav-item.menu-open>.nav-link, .sidebar-dark-primary .nav-sidebar>.nav-item:hover>.nav-link{
    color:#DB1D4AFF;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-treeview{
    margin-bottom: 15px;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link{
    color:#475569;
    padding: 12px 10px ;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link{
    color: #475569;
}
.sidebar-dark-primary .nav-treeview > .nav-item > .nav-link:hover{
    color: #DB1D4AFF;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active{
    color: #DB1D4AFF;
    background: #db1d4a0a;
    box-shadow: none;
    border-radius: 0px;
}
.nav-sidebar > .nav-item .nav-icon{
    margin-right: 8px;
}
.main-header{
    padding: 15px 0px;
    border: none !important;
}
.main-sidebar{
    border-right: 1px solid #e4eef7;
    box-shadow: none !important;
}
.sidebar{
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    padding-bottom: 20px;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #DB1D4A;
    border-radius: 0 5px 5px 0;
}
.logoic{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.logoic{
    display: none;
    opacity: 0;
    visibility: hidden;
}
.sidebar-collapse .logoic{
    display: block;
    opacity: 1;
    visibility: visible;
}
.login-wrap{
    box-shadow: none;
    border: 2px solid #E9EBEA;
    border-radius: 8px;
    background: #fff;
    padding: 25px;
}
.form-control{
    border: 1px solid #E2E8F0;
    min-height: 48px;
    font-size: 14px;
    box-shadow: none !important;
    border-radius: 5px;
    color: #475569;
}
.form-control::placeholder{
    color: #999999;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before{
    width: 18px;
    height: 18px;
    border: 1px solid #D1D7D5;
    border-radius: 4px;
}
.btn-theme{
    background: #DB1D4A;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px !important;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    line-height: 1.2;
}
.btn-theme:hover,
.btn-theme:active
.btn-theme:focus{
    background: #c30b37;
    color: #fff;
}
button[type="submit"].btn-theme{
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    height: 47px;
    line-height: 1.2;
}
.btn.btn-success{
    padding: 10px 20px;
    border-radius: 4px !important;
    font-size: 15px;
    font-weight: 400;
    height: 38px;
    line-height: 1.1;
}
.text-theme{
    color: #DB1D4A;
}
.font-weight-300{
    font-weight: 300;
}
.font-weight-400{
    font-weight: 400;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-weight-800{
    font-weight: 800;
}
.form-control:focus{
    border-color: #DB1D4A;
    box-shadow: inset 0 0 0 transparent, 0 0 0 0.2rem rgb(219 29 74 / 16%) !important;
}
.icheck-primary>input:first-child:checked+input[type=hidden]+label::before, .icheck-primary>input:first-child:checked+label::before{
    background-color: #DB1D4A;
    border-color: #DB1D4A;
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after{
    width: 6px;
    height: 9px;
    transform: translate(6.75px, 3.5px) rotate(45deg);
    -ms-transform:  translate(6.75px, 3.5px) rotate(45deg);
}
.page-link, .page-link:hover{
    color: #DB1D4A;
}
.after-none::after{
    display: none;
}
.user-dropdown button{
    background: transparent;
    border: 1px solid #EEEEEE;
    padding: 8px 14px 8px 8px;
    border-radius: 100px;
    color: #404040;
    box-shadow: none;
    font-weight: 600;
    box-shadow: none !important;
}
.user-dropdown button:hover,
.user-dropdown button:focus,
.user-dropdown button:active{
    color: #009849 !important;
    background: #F6FCF9 !important;
    color: #404040 !important;
    border-color: #009849 !important;
}

.card-header{
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px;
    border-bottom: 1px solid #e4eef7;
}
.login-page, .register-page {
    background: #1e293b;
}
a:hover {
    color: #475569;
    text-decoration: none;
}
.brand-link{
    padding: 25px 0px 20px 0px;
}
.content-wrapper > .content{
    padding: 25px 25px !important;
}
.content-wrapper {
    background: #F9FCFF;
}
.main-footer{
    border-top: 1px solid #e4eef7;
}
.card{
    border: 1px solid #E2E8F0;
    box-shadow: none;
}
.dt-buttons .btn{
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 12px;
}
div.dataTables_wrapper div.dataTables_length label{
    font-size: 13px;
}
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]){
    height: 35px;
    min-height: 35px;
    font-size: 13px;
    line-height: 1;
}
div.dataTables_wrapper div.dataTables_filter input{
    min-height: 35px;
    font-size: 13px;
}
.pagination li:first-child a{
    border-radius: 3px 0px 0px 3px;
}
.pagination li:last-child a{
    border-radius: 0px 3px 3px 0px;
}
.table.datatable tr td,
.table.datatable  th{
    padding: 15px 15px 15px 20px;
    border-color: #F1F5F9;
    font-size: 15px;
    color: #64748B;
}
.table.datatable tr td:last-child{
    white-space: nowrap;
}
.btn-xs {
    border-radius: 3px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color: #e2e8f0;
}
.select2-container .select2-selection--multiple{
    min-height: 48px;
}
.table-striped tbody tr:nth-of-type(odd){
    background: #fff;
}
.table-hover tbody tr:hover{
    background: #fff;
}
.badge{
    font-weight: 400;
}
.dropzone{
    border: 1px solid #E2E8F0 !important;
    border-radius: 4px !important;
}
.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused){
    border-color: #E2E8F0 !important;
}
.ck.ck-toolbar.ck-toolbar_grouping{
    border-color: #E2E8F0 !important;
}
.label.label-info{
    padding: 3px 8px;
    border-radius: 3px;
    margin-bottom: 3px;
    display: inline-block;
    font-size: 12px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
}
.logo-small{
    display: none;
}
.logo-small{
    display: none;
    margin: auto;
}
.sidebar-collapse .logo-small{
    display: block;
}
.sidebar-collapse .logo-large{
    display: none;
}
table.dataTable .select-checkbox:before{
    border: 1px solid #dee2e6 !important;
    width: 16px !important;
    height: 16px !important;
}

/* dashboard page css start  */
.dash-box{
    background: #fff;
    border-radius: 6px;
    padding: 20px 18px;
    display: flex;
    gap: 20px;
    border: 1px solid #e4eef7;
}
.dash-box i{
    width: 46px;
    height: 46px;
    border-radius: 100px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #7bd0e829;
    color: #219cd3;
}
.dash-box-value{
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
}
.page-title,
.page-title h2{
    font-size: 28px;
    font-size: 400;
}