/*---------------------------------------------------
#custom css
#July07, 2024
-----------------------------------------------------*/
.pl-0 {
    padding-left: 0 !important;
}
.pr-0 {
    padding-right: 0 !important;
}
.pl--gutter {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
}
.row--gutter {
    margin-right: -0.2rem;
    margin-left: -0.2rem;
}
.row--gutter .card {
    margin-bottom: 0.4rem;
}
.page-header {
    margin: 0;
}
.header-brand-img {
    height: 60px;
}
.col-login .header-brand-img {
    height: auto;
}
.card {
    margin-bottom: 1rem;
}
.sidebar-mini footer.footer {
    padding: 1rem 1.25rem 1rem 270px;
}
.card-body {
    padding: 15px;
}
.select2-container--default .select2-selection--single {
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
}
.panel-body {
    padding: 0px;
}
.login-img::before {
    background: linear-gradient(to right, #1246bb 0%, #00d498 100%) !important;
}
.container-login100-form-btn .btn-primary {
    background: #00d498 !important;
    border-color: #00d498 !important;
    border-radius: 25px;
    border: none;
}
.text-primary {
    color: #1246bb !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #e5e5e5  !important;
}
.ai-title h4 {
    font-weight: 500;
}
.mb--4px {
    margin-bottom: 4px;   
}
.dropdown-menu .inner {
    max-height: 300px !important;
}


@media screen and (min-width: 1366px) {
    table.table-bordered.dataTable {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
  .d-none-m {
      display: none;
  }
}