/* body{
  font-family:Lato, sans-serif;
} */
body{
font-family: "Lato","Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#custom_nav_panel_tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff!important;
  background-color: #dc3545;
}
#custom_nav_panel_tab a:hover {
    color: #dc3545 !important;
    text-decoration: none;
    background-color: transparent;
}
.badge-white-red {
    background-color: white !important;
    color: #dc3545 !important;
    border: 1px solid #dc3545 !important;
}
#custom_dashboard a {
    color: #212529 !important;
}
tr.is-invalid input, tr.is-invalid select {
    border: 1px solid red !important;
}
tr.is-invalid td {
    background-color: #fff3cd !important; /* light yellow warning */
}
.custom_btn_danger{
background-color: #dc3545;
border-color: #dc3545;
color: #fff;
}
.client-image {
   max-height: 200px;
   object-fit: contain;
   }
.custom_btn_danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.custom_btn_info{
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.custom_btn_info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.fs-24{
  font-size:24px;
}
.pointer{
  cursor: pointer;
}
.m-t-2{
  margin-top: 2px;
}
.m-l-10{
margin-left: 10px;
}
.m-r-8{
margin-right: 8px;
}
.iti {
    width: 100%;
}
.m-top-3rem {
    margin-top: 3rem;
}
.iti input {
    width: 100%;
    height: auto;
    padding-right: 6px; /* avoid overlapping the flag icon */
    /* padding-left: 52px !important; /* spacing for flag */ */
    border-radius: 0.375rem; /* matches Bootstrap */
    border: 1px solid #ced4da; /* Bootstrap border */
    font-size: 1rem;
    line-height: 1.5;
}
input.form-control.iti__tel-input {
    padding-left: 52px; /* leave space for flag */
    width: 100%;
}
.page-header-icon i {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: left;
    width: 40px;
    height: 30px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px -3px rgba(0,0,0,0.5);
    box-shadow: 0 2px 12px -3px rgba(0,0,0,0.5);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #17a2b8;
    cursor: pointer;
}

.page-header-title {
    display: inline-flex;
    list-style-type: none;
    padding-left: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    align-items: center;
    margin: 0px;
}
.page-header-icon i:hover {
    -webkit-box-shadow: 0 0 24px -4px #17a2b8;
    box-shadow: 0 0 24px -4px #17a2b8;
    -webkit-transition: all 180ms linear;
    transition: all 180ms linear;
}
.display-inline-flex{
    display:inline-flex;
}
.d-inline-header{
  margin-left: 6px;
}
.action-btn-custom{
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px -3px rgba(23, 162, 184, 0.52);
    box-shadow: 0 2px 12px -3px rgba(23, 162, 184, 0.52);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #17a2b8;
}
.action-btn-custom-danger{
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px -3px rgba(231, 76, 60, 0.52);
    box-shadow: 0 2px 12px -3px rgba(231, 76, 60, 0.52);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #dc3545;
}
.action-btn-custom-success{
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    width: 22px;
    height: 22px;
    margin-bottom: 3px;
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    -webkit-box-shadow: 0 2px 12px -3px rgba(40, 167, 69, 0.52);
    box-shadow: 0 2px 12px -3px rgba(40, 167, 69, 0.52);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #28a745;
}
.page-item.active .page-link {
    background-color: #17a2b8!important;
    border-color: #17a2b8!important;
}
/* .fileupload .img-thumbnail > img {
    width:140px;
    height:130px;
    border-radius: 4px;
} */
.fileupload-banner .img-thumbnail > img {
    width:300px;
    height:130px;
    border-radius: 4px;
}
.fileupload-logo .img-thumbnail > img {
    width:140px;
    height:130px;
    border-radius: 4px;
}
.img-thumbnail-view{
    padding: 0px!important;
    line-height: 0!important;
}
.edit-Banner-pic{
  text-align: center; padding: 0px;
}
.theme_color_info{
   color: #17a2b8!important;
}
.reorder-handle {
    cursor: move;
}
.admin-auditorClientAssc .table-title{text-align: center; font-weight: bold; text-decoration: underline; margin: 50px 0 20px; font-size: 16px;}
.admin-auditorClientAssc .searchRes {position: absolute; width: 100%; top: 100%; z-index: 2; max-height: 200px; overflow: auto;}
.admin-auditorClientAssc .search-container{position: relative;}
.admin-auditorClientAssc #auditorSearchTable{width: 100%;}
.admin-auditorClientAssc #auditorSearchTable thead{background: #ccc;}
.admin-auditorClientAssc #auditorSearchTable tbody{background: #eee;}
.admin-auditorClientAssc #auditorSearchTable th, .admin-auditorClientAssc #auditorSearchTable td{padding: 4px; font-size: 14px;}
.admin-auditorClientAssc #auditorSearchTable tbody tr:hover{background: #ccc; cursor: pointer;}

.me-2{margin-right: 0.5rem}
#categorylist >.nav-item>.nav-link.active {
    background-color: #dc3545;
    color: #fff;
}
.gap-6{
gap: 6px;
}
.inactive-item{
  border-left: 0.3rem solid #dc3545!important;
}
