
html {
    background-color: #f7f7f7;
  }
  .top-nav-bar {
    width: 100%;
    z-index: 99999;
  }
  .m-lr-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .uk-navbar-item,
  .uk-navbar-nav > li > a,
  .uk-navbar-toggle {
    min-height: 60px;
  }

  .uk-navbar-container:not(.uk-navbar-transparent) {
    background: linear-gradient(to left,#28a5f5,#1e87f0);
  }

  .t-head {
    background-color: rgb(251, 252, 255);
    box-shadow: 0px 0px 15px #0000009e;
  }

  .uk-table th {
    padding: 8px 8px;
    text-align: left;
    vertical-align: bottom;
    font-size: 10px;
    font-weight: 600;
    color: #1c1c1c;
    text-transform: uppercase;
  }

  .uk-table td {
    padding: 5px 5px;
    vertical-align: top;
    font-size: 13px;
    color: #2c2c2c;
    border-right: 1px solid #e5e5e5;
  }
  .uk-section-default {
    background: #f7f7f7;
  }


  .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"] {
    color: #afd8ff;
  }

  .table_phone a{
    color: #000 !important;
  }

  @media (min-width: 960px) {
    .uk-section {
      padding-top: 10px;
      padding-bottom: 10px;
    }
  }

  .uk-open > .uk-offcanvas-bar {
    max-width: 250px !important;
  }

  @media (min-width: 640px) {
    :not(.uk-offcanvas-flip).uk-offcanvas-container-animation {
      left: 250px;
    }
  }

  .uk-button {
    padding: 0 8px;
    line-height: 30px;
    border-radius: 6px;
    margin-right: 6px;
  }

  .uk-button span{
    margin-left: 10px;
  }
  
  .uk-input, .uk-select:not([multiple]):not([size]) {
    height: 35px;
    max-width: 400px;
    margin-right: 25px;
    margin-bottom: 25px;
  }



.uk-section-default {
    background: #f0f0f0 !important;
  }

  .uk-navbar-nav > li > a {
    border-radius: 6px;
    height: 30px !important;
    min-height: 30px !important;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    text-transform: lowercase;
    background: #0966c4;
  }



  .uk-logo {
    color: #fff;
  }

  .tm-main{
    height: 100vh;
  }

  .uk-card-default{
    border-radius: 8px;
  }

  /* .category-list {
    list-style: none;
    height: 60vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 20px;
    line-height: 33px;
    font-size: 14px;
    display: block;
  }



  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    max-inline-size: 1140px;
    margin-inline: auto;
  }
  
  .item {
    flex-basis: 100%;
    min-block-size: 40px;
    box-sizing: border-box;
  }
  
  @media (min-width: 600px) {
    .item {
      flex-basis: calc((100% - 10px) / 2);
    }
  }
  
  @media (min-width: 900px) {
    .item {
      flex-basis: calc((100% - 20px) / 3);
    }
  }
  
  @media (min-width: 1155px) {
    .item {
      flex-basis: calc((100% - 30px) / 4);
    }
  } */




  .form-control{
    height: 34px;
  width: auto;
  min-width: 100%;
  border-radius: 8px;
  border: 1px solid #ccc;
  }



  .dark .form-group {
    color: #dfdfdf;
  }

  .form-group{
    text-align: left;
    color: #333;
  }



  @media (min-width: 1200px) {
    * + .uk-grid-margin, .uk-grid + .uk-grid, .uk-grid > .uk-grid-margin {
      margin-top: 30px;
    }
  }


  .uk-height-medium {
    height: 80vh !important;
  }



  .date_time_table_el{
    font-size: 12px;
  color: #2b2b2b;
  min-width: 110px;
  }

  button{
    background-color: #eee;
  border: 1px solid #bbbaba;
  border-radius: 6px;
  margin-bottom: 3px;
  color: #131313;
  font-size: 12px;
  cursor: pointer;
  }

  .card-text{
    text-align: left;
  }




  .status_green{
    color: green !important;
  }

  .status_grey{
    
  }

  .status_yello{
    
  }

  .custom_status_tr:has(.status_green){
    background-color: #30991e4a !important;
  }

  .custom_status_tr:has(.status_grey){
    background-color: #eee !important;
  }

  .custom_status_tr:has(.status_yello){
    background-color: #fdf3a1 !important;
  }

  .pagination{
    text-align: center;
  }




 .t-head .uk-sticky {
  top: 63px !important;
 }

 .pagination a{
  background-color: #fff;
  padding: 10px;
  margin: 5px;
  border-radius: 6px;
  border: 1px solid #dbdbdb;
 }

 .now_counts{
  max-width: 400px;
  display: flex;
 }

 .now_counts_item_text{
  padding: 0 10px;
 }

 .now_counts_item_int_v_a{
  padding: 0px 5px;
  border-radius: 6px;
  line-height: 6px;
  background-color: #5ba24d;
  font-size: 18px;
  font-weight: 600;
  margin-left: 8px;
 }

 .now_counts_item_int_v_o{
  background-color: #bba116;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  line-height: 6px;
  height: 7px;
  font-size: 18px;
  font-weight: 600;
 }

 p {
  margin: 0 0 10px 0;
}


html {
  color: #333;
}

.m-r-10{
  margin-right: 10px;
}

.t-link-active{
  color: #008433;
}

.st-tab{
  background-color: #fff;
  padding: 5px;
  border-radius: 8px 8px 0px 0px;
  margin-left: 10px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}


.button-white{
  background-color: #fff;
  text-transform: none;
  font-weight: 600;
  color: #269ff4;
  line-height: 34px;
  padding: 0px 17px;
}

.button-white span{
  padding: 0px 6px;
  border-radius: 6px;
  color: #fff;
  line-height: 32px;
}



.uk-button-default:hover {
  background-color: #ffffffe5;
  color: #333;
  border-color: #d9d9d9;
}


.search_rec_status{
  display: flex;
  background-color: #fff;
  border-radius: 6px;
  padding-top: 10px;
  padding-left: 15px;
  width: fit-content;
  padding-right: 15px;
  margin-bottom: 10px;
}

.search_rec_status span{
  font-weight: 600;
  margin-left: 10px;
  margin-right: 10px;
}


.custom_search input{
  height: 24px;
  border-radius: 6px;
  border: none;
  padding: 3px 12px;
}

.search_button{
  border-radius: 6px;
  padding: 7px 10px;
  border: none;
  line-height: 13px;
  margin-left: 3px;
}

.uk-navbar-toggle {
  color: #000;
}

.themetoggle{
  margin-left: 20px;
}

.custom_search_dropdown input {
  width: 65%;
  padding: 10px 20px;
  border-radius: 6px;
  border: 1px solid #259cf4;
}

.custom_search_dropdown button {
  background-color: #2397f3;
  border: #2397f3;
  border-radius: 6px;
  margin-bottom: 3px;
  color: #131313;
  font-size: 12px;
  cursor: pointer;
  padding: 10px;
}


:focus-visible {
  outline: 1px solid #14b;
    outline-color: rgb(17, 68, 187);
}

.uk-dropdown :focus-visible {
  outline-color: #3e8dac !important;
}

.uk-button-default {
  color: #333;
  border: 1px solid #d2dbe1e3;
}