body {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;font-weight: 400;font-size: 15px;
}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: #141d28;
}
hr{
    border-color: #bfcbe1 !important;
}
.h-50-px {
    height: 3.125rem !important;
}
.w-50-px {
    width: 3.125rem !important;
}
img {
    max-width: 100%; height: auto;
}
.v-center {
    align-items: center;
}
.btn{
    padding: 6px 10px;
    font-size: 13px; line-height: 14px; font-weight: 400;
    -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0));
}
.btn-secondary:hover {
    color: #fff; background-color: #0069d9; border-color: #0062cc;
}
.btn-secondary {
    color: #fff; background-color: #007bff; border-color: #007bff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff; background-color: #0069d9; border-color: #0069d9;
}
.btn-primary {
    background-color:#2173fd;border-color: #2173fd;
}
.btn-primary:hover {
    background-color: #2173fd;
    border-color: #2173fd;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #2173fd;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0));
}
.btn-outline-primary {
    color: #2173fd;border-color: #2173fd;
}
.btn-outline-primary:hover {
    background-color: #2173fd;
    border-color: #2173fd;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #2173fd;border-color: #2173fd;
}
.btn-primary.focus,
.btn-primary:focus {
    background-color: #2173fd;
    border-color: #2173fd;
}
a {
    color: #121212;
}
a:hover {
    color: #2173fd;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2173fd;
    border-color: #2173fd;
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #2173fd;
    border-color: #2173fd;
}
.form-control:focus {
    border-color: #2173fd;
}
.card-primary:not(.card-outline)>.card-header {
    background-color: #121212;
}
[class*=sidebar-dark-] {
    background-color: #121212;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #2173fd;
}
.btn-success {
    background: #26B99A;
    border: 1px solid #2173fd;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #2173fd;
}
.loading-message img{
    width: 10% !important;
}
.navbar-white {
    background-color: #fff;
    height: 56px;
}

.brand-link .brand-image {
    width: 80%;
    height: 100%;
}
.main-sidebar .brand-link .brand-image {
    object-fit: cover;
    object-position: center;
    max-height: inherit;
    display: block;
    margin-top: 0;
}
.sidebar {
    width: 100%;
}
.hide{
    display: none;
}
.red-font{
    color:red;
}
.orange-font{
    color:orange;
}
.green-font{
    color:green;
}
.blue-font{
    color:blue;
}
.main-sidebar a.brand-link {
    padding: 10px; height: 56px;
    display: flex; align-items: center;
    background: #fff; border-right: 1px solid #dee2e6;
}
.main-header.navbar-expand .navbar-nav .nav-link{
    display: flex; align-items: center; justify-content: center;
    padding: 10px;
}
.main-header .navbar-nav .nav-item .nav-link i{
    margin: auto;
}
.sidebar-toggle-btn{
    display: inline-flex; align-items: center; justify-content: center;
    background: none; border: 0; box-shadow: none !important; outline: none !important;
    min-width: 40px; height: 40px; font-size: 28px;
}
.sidebar-toggle-btn span svg{
    display: block;
}
.sidebar-collapse .sidebar-toggle-btn span.default_svg{
    display: none;
}
.sidebar-collapse .sidebar-toggle-btn span.opened_svg{
    display: block; font-size: 24px;
}

[class*=sidebar-dark-] {
    background-color: #1D2939;
    box-shadow: none !important;
}
.table-container .dataTables_wrapper div.dt-buttons {
    position:absolute;top:-75px;right: 0;
}
.table-container .dataTables_wrapper div.dt-buttons .dt-button {
    color: #2173fd;border-radius:.25rem;font-size:1rem;padding:.375rem .75rem;background:transparent;
}
.table-container .dataTables_wrapper div.dt-buttons .dt-button:hover {
    background-color: #2173fd;color: #fff;
}
.export_btn {
    min-width: 90px; max-width:90px;
}
.table {
    background: #fff; border: 1px solid #bfcbe1; border-top: 0;
}
.table thead {
    background-color: #2173fd;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0));
}
.table thead th {
    padding: 6px 10px; border-bottom: 0;
    font-size: 14px; line-height: 16px; color: #fff; font-weight: 400;
    vertical-align: middle;
}
.table tbody td{
    padding: 6px 10px; border-color: #bfcbe1; border-left: 1px solid #bfcbe1;
    font-size: 14px; line-height: 16px; color: #333; font-weight: 400;
    vertical-align: middle;
}
.table tbody tr td:first-child{
    border-left: 0; min-width: 60px;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color:rgb(0 0 0 / 5%);
}
.table-hover tbody tr:hover {
    background-color: rgb(38 185 154 / 7%);
}
.dataTables_info {
    font-size: 13px;
}
.main-sidebar .brand-link .brand-image {
    float: none;line-height:normal;
    max-height:inherit; width:160px; height:auto;
    display: block; margin: 0;
}
.main-sidebar .brand-link {
    display:block;font-size:inherit;line-height:normal;padding:10px;transition:width .3s ease-in-out;white-space:nowrap;height: 56px;
}
.login-card-body .btn-block {
    width: 100%;
}
.invalid-feedback {
    margin-top: 0;
}
.table thead th {
    white-space: nowrap;
}
.table tbody td .btn-outline-primary{
    margin: 2px; padding: 0; background: none; border: 0;
}
.table tbody td .btn-outline-primary:hover{
    color: #c80000 !important;
}
.modal-header {
    padding: 15px 30px;
}
.modal-body {
    padding: 20px 30px 30px;
}
.navbar-nav .nav-item .nav-link i {
    margin-right: 8px;
}
.dashboard-list {
    margin: 0 -10px;
}
.dashboard-list .items {
    padding: 0 10px;margin-bottom: 20px;
}
.dash-card {
    margin: 0; padding: 20px 20px 40px; min-height: 100px;
    display: flex; justify-content: center; flex-direction: column;
    border: 0; box-shadow: none;
    /*background: linear-gradient(to right, #E6F9FF, #FEFFFF);*/
}
/*
.dashboard-list .items:nth-child(2) .dash-card {
    background: linear-gradient(to right,#0ac282,#0df3a3);
}
.dashboard-list .items:nth-child(3) .dash-card {
    background: linear-gradient(to right,#fe5d70,#fe909d);
}
.dashboard-list .items:nth-child(4) .dash-card {
    background: linear-gradient(to right,#01a9ac,#01dbdf);
}
.dashboard-list .items:nth-child(5) .dash-card {
    background: linear-gradient(to right,#7d003c,#e3006d);
}
.dashboard-list .items:nth-child(6) .dash-card {
    background: linear-gradient(to right,#f2a200,#ffcf6e);
}
.dashboard-list .items:nth-child(7) .dash-card {
    background: linear-gradient(to right,#9c27b0,#ed84ff);
}
*/
.bg-gradient {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
.svg-pattern{
    position: absolute; left: 0; bottom: 0; width: 100%;
    opacity: 0.3;
}
.svg-pattern svg{
    display: block; width: 100%;
    transform: scaleX(1.5);
}
.dash-card .iconbox {
    min-width: 60px; max-width: 60px; height: 60px; opacity: 1;
    position: absolute; right: 20px; top: 0; bottom: 10px; margin: auto 0;
    display: flex; align-items: center; justify-content: center;
}
.dash-card .iconbox img {
    width: 100%;display: block;
}
.dash-card .sm-text {
    font-size: 16px; margin: 0 0 5px; display: block;
}
.dash-card .lg-text {
    font-size: 24px; font-weight: 700;
}
.check_style {
    margin: 0; padding: 0; display: flex; align-items: center; justify-content: center;position: relative;
    background: none !important; border: 0;
}
.check_style > input {
    opacity: 0;
}
.check_style > .checkbox {
    width: 16px; height: 16px; border: 1px solid #a5a5a5; border-radius: 0;
    position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto;transition: all 0.3s ease;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;
}
.check_style > input:checked ~ .checkbox {
    background: #2173fd; border-color: #2173fd;
}
.check_style > .checkbox:after {
    content: ""; position: absolute; left: 6px; top: 2px; width: 4px; height: 8px;
    border: solid #fff; border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
    transition: all 0.3s ease; opacity: 0; transition: all 0.3s ease;
}
.check_style > input:checked ~ .checkbox:after {
    opacity: 1;
}
.center-items{
    text-align: center;
}
/* Sidebar Profile */
.sidebar-profile {
    padding: 20px 16px;
}
.profile_pic {
    min-width: 40px;max-width: 40px;height: 40px;border-radius: 50%;display: flex;align-items: center;justify-content: center;
    margin-right: 10px;overflow: hidden;
}
.profile_pic img {
    width: 100%;height: 100%;object-fit: cover;object-position: center;display: block;
}
.profile_info span {
    font-size: 13px; line-height: 30px; color: #BAB8B8;
}
.profile_info h5 {
    font-size: 14px; color: #ECF0F1; margin: 0; font-weight: 300;
}
.user-name {
    color: #333;
}
.sidebar .nav-sidebar .nav-item .nav-link{
    height: 40px;
    letter-spacing: 0.5px;
    color: #adb5bd;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    margin: 0;
}
.sidebar .nav-sidebar .nav-item .nav-link .nav-icon{
    font-size: 24px; line-height: 24px;
    transition: all 0.2s ease-in-out;
}
.nav-sidebar .nav-link p{
    margin-left: 8px;
}
.nav-sidebar .nav-link p .right{
    position: absolute; right: 1rem; top: 0.9rem;
}
.nav-sidebar .menu-open > .nav-link p i.right{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.before-icon{
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -.7px;
    width: 7px;
    height: 1px;
    background-color: #fff;
    opacity: .5;
    transition: all 0.2s ease-in-out;
}
.sidebar-collapse .before-icon {
    left: 50%;
    margin-left: -4px;
}
@media (min-width: 992px) {
    .sidebar-collapse .main-sidebar:hover .before-icon{
        left: 5px; margin-left: 0;
    }
}
#blur-overlay {
    position: fixed; top: 0; left: 0; z-index: 9999;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.7);    
    display: flex; justify-content: center; align-items: center;
}
.content-wrapper {
    background: #e4ecf9;
}
.content-header h1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
.content-header {
    padding: 6px .5rem;
}
.content-header .breadcrumb {
    font-size: 12px;
    line-height: 14px;
}

/*Form Style*/
.entry-form {
    padding: 10px 0;
}
.form-group-items {
    flex-wrap: wrap;
}
.input-field{
    margin-bottom: 7px;
}
.input-field + .input-field{
    margin-left: 10px;
}
body form label {
    font-size: 13px; line-height: 14px;
    font-weight: 500 !important; color: #000;
    margin: 0;
}
.field-label {
    min-width: 40px;
    margin-right: 5px;
}
.input-field .form-control,
.input-field .easy-autocomplete.eac-bootstrap input,
.form-coll-style .form-control,
body .easy-autocomplete.eac-bootstrap input{
    padding: 2px 5px; font-size: 13px; line-height: normal; color: #000;
    height: 24px; background-color: #fff; border: 1px solid #a7aaaf; min-width: 160px;
    box-shadow: none;
    -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;
}
.input-field .form-control:disabled,
.input-field .form-control[readonly]{
    opacity: 0.7;
}
.easy-autocomplete + .form-control{
    margin-left: 10px;
}
.mw_130{
    min-width: 148px;
}
#title_line{
    font-size: 12px; line-height: 14px;
    font-weight: 400; color: #000; margin: 0;
}
.card-new-style{
    background: none; box-shadow: none;
    -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.card-new-style .card-body{
    padding: 0;
}
.form-body.filter .form-group {
    margin: 0 0 5px;
}
.form-coll-style .col{
    flex-grow: inherit; flex-basis: inherit; width: auto;
}
.dataTables_scrollHeadInner{
    width: 100% !important;
}
div.dataTables_scrollHead table.dataTable{
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.table-container .dataTables_wrapper div.dt-buttons {
    position: absolute; top: -34px; right: 10px;
}
.table-container .dataTables_wrapper div.dt-buttons .dt-button {
    display: inline-flex; align-items: center; justify-content: center; text-align: center;
    padding: 0 10px; background: #2173fd;
    color: #fff; font-size: 14px; height: 24px;
    margin: 0 !important;
    -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
    background-image: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0));
}
.datatable-btn{
    display: inline-flex; font-size: 12px; color: #2173fd !important;
}
.datatable-btn > img {
    max-width: 16px;
}
.date_style{
    background-image: url('../../images/calendar_icon.png');
    background-repeat: no-repeat;
    background-position: right center; background-size: 18px auto;
}

/*Login*/
.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control{
    -webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;
}
.login-card-body .btnbox .btn,
.register-card-body .btnbox .btn{
    font-size: 16px; padding: 10px 15px;
}
#toast-container .toast-success{
    background-color: #2173fd !important;
}
.h-24{
    height: 24px; padding: 0 10px;
}
.profit_part_block{
    max-width: 940px;
}





/*========== Media css ===========*/
@media screen and (max-width:991px) {
.modal-dialog {
    max-width: 620px;
}
.sidebar-toggle-btn span.opened_svg{
    display: block; font-size: 24px;
}
.sidebar-collapse .sidebar-toggle-btn span.opened_svg{
    display: none;
}
.sidebar-collapse .sidebar-toggle-btn span.default_svg{
    display: block;
}


}
@media screen and (max-width:767px) {
.modal-header {
    padding: 15px 20px;
}
.modal-body {
    padding: 20px 20px 25px;
}
.form-body.filter .col {
    min-width: 50%; max-width:50%;
}
.form-body.filter .items {
    margin: 0 0 5px;
}
.form-body.filter .items.full-width {
    min-width: 100%; max-width:100%;
}
.form-body.filter .export_btn {
    height:28px;min-width:100%;max-width: 100%;
}
.table-container .dataTables_wrapper div.dt-buttons {
    right: auto; left:0; margin:0 !important; padding:0 8px !important;
}
.table-container .dataTables_wrapper div.dt-buttons .dt-button {
    width: 100%;margin-right: 0 !important;
}
.entry-form .form-group label {
    text-align: left !important; margin-top: 0 !important; margin-bottom: 2px !important;
}
.form-group-items .input-field{
    flex-wrap: wrap; min-width: 100%;
}
.field-label{
    min-width: 100%; margin: 0 0 3px;
}
.field-label.text-right{
    text-align: left !important;
}
.input-field + .input-field{
    margin: 5px 0 0;
}
.easy-autocomplete{
    width: 50%;
}
.easy-autocomplete + .form-control{
    width: calc(50% - 10px);
}
.form-group-items.form-btnbox {
    padding-top: 5px;
}
.form-group-items + .form-group-items {
    margin-top: 5px;
}
.card-new-style{
    margin-top: 10px;
}
.form-body.filter .items.col-label {
    min-width: 100%;
}
.form-btnbox br{
    display: none;
}
label.hide-mobi {
    display: none;
}


}
