 /* body{
   font-family: "Google Sans", sans-serif !important;
}  */
.simplebar-content-wrapper,
.navbar-brand-box {
  background: #0b1627;
}
.btn:focus {

  box-shadow: 0 0 0 0 transparent !important;
} 
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgb(98, 184, 241) !important;
}
.avatar-title {
  background-color: rgb(98, 184, 241) !important;
}
.text-primary {
  color: rgb(37, 129, 194) !important;
}
.form-switch .form-check-input {
  width: 3em !important;

}
.form-check-input:checked {
  background-color: #62b8f1;
  border-color: #62b8f1;
}
/* .bg-success {
  background-color: rgb(100, 186, 244) !important;
} */
/* .btn-danger {

  --bs-btn-bg: #f81717;
  --bs-btn-border-color: #f81717;
} */
.bg-danger {
  background-color: rgb(241, 231, 92) !important;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  background-color: #f0f0f0;
  color: #000 !important;
  margin-right: 4px;
  margin-left: 3px;
  padding: 6px 0;
  line-height: 18px;

}
.table.table-striped.yajra-datatable.no-footer.dataTable thead tr th{
  background: #0b1627;
  color: #fff;
}
.btn-secondary {
  --bs-btn-bg: #000;
  --bs-btn-border-color: #000;
}
.row.g-3 .card-body {
  border: 1px solid #ccc;
    border-radius: 5px;
} .card.mini-stats-wid h4.mb-0 {
    color: #0b1627;
    font-weight: 600;
    font-size: 23px;
}
div#home .card-body {
    padding: 16px 0;
}
i.fa-solid.fa-paw {
    font-size: 22px;
}
.changeLang {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 36px; /* space for icon */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}
.mini-stats-wid .mini-stat-icon:after, .mini-stats-wid .mini-stat-icon:before{
  background-color: transparent !important;
}

ul.nav-item-mobile-section {
    padding: 0;
}
ul.nav-item-mobile-section  .bx-lock:before, ul.nav-item-mobile-section  .bx-user:before {

    font-size: 22px;
}
.col-xl-12 .card-body, .card.shadow-sm .card-body {
    border: 1px solid #ccc;
    border-radius: 5px;
}
div#myTabContent .tab-pane.fade.show.active .col-xl-12 .card.shadow-sm .card-body{
    padding: 0;
    margin-top: 15px;
    padding-bottom: 10px;
}
div#myTabContent .tab-pane.fade.show.active .col-xl-12 .card.shadow-sm .card-body  .d-flex.flex-wrap.gap-2.pt-3.border-top {
    margin-left: 20px;
}
.dropdown-menu.dropdown-menu-end.desk.show a.dropdown-item:hover {
    background: #0b1627;
    color: #fff;
}
.dropdown-menu.dropdown-menu-end.desk.show {
    padding: 0;
}
/* .table tbody tr td .badge {

    width: -webkit-fill-available;
} */
 .card.shadow-sm .card-body .mb-3.choose-image {
    margin: 0 20px;
}
@media(min-width:1080px){
ul.nav-item-mobile-section {
   display: none;
}
}
@media(max-width:980px){
     button#vertical-menu-btn {
        float: right;
        position: absolute;
        top: 3px !important;
        z-index: 999;
        right: 0 !important;
    }
    .navbar-header .d-flex.align-items-center {
    gap: 8px;
}
.dropdown-menu.dropdown-menu-end.desk {
    display: none;
}
}
@media(max-width:767px){
ul#pills-tab {
    gap: 9px;
}
.email_head.mt-2.d-flex.align-items-center {
    margin: 0 !important;
}
.row.m-0.p-0.g-3.information-main .card.h-100.border-0.bg-light {
    padding-bottom: 10px;
}

}    
