.order-sterper-outer .order-sterper-inner{
    padding: 10px 14px;
    margin-bottom: 8px;
    border-radius: 2px;
}
.order-sterper-outer .order-sterper-inner h5{ 
    margin-bottom: 0px;
    font-size: 16px;
}
.powerd-text{
    text-align: center;
    padding-top: 50px;
    font-size: 15px;
}

.box {
  margin-bottom: 20px;
}
.admin-navbar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end !important; 
}

#main-menu li a.main-a:hover{
  background: #2d314c !important;
    color: #ffffff !important;
    border-radius: 5px !important;
}

  .sm-blue ul a:hover, .sm-blue ul a:active, .sm-blue ul a:focus{
    background: #ebedf3;
    color: #000000 !important;
}
.sm-blue ul ul {
    background: #fafafa;
    color: #000000 !important;
}
.sm-blue ul ul li a:hover{
 background: #ebedf3;
    color: #000000 !important;
}
.search-bx .btn i{
  font-size: 22px;
  position: relative;
  left: 5px;
  top: 3px;
}
.main-header .app-menu .search-bx input[type="search"]::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.auth-login-heading h1{
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.auth-login-heading h1 span{
    /*font-size: 60px;*/
    /*color: #fff;*/
    /*font-weight: 600;*/
    /*margin-bottom: 20px;*/
    color:#fdc59b;
}
.auth-login-heading p{
    font-size: 17px;
    color: #e4e4e4;
    max-width: 400px;
}
.login-form-outer{
    background: #035b9f;
    padding: 50px;
    border-radius: 30px;
    backdrop-filter: blur(1px);
    max-width: 470px;
    margin-right: auto;
}
.login-logo{
       padding-bottom: 15px;
}
.login-logo img{
      max-width: 250px;
}
.login-form-outer .form-control, .login-form-outer .form-select {
    box-shadow: none;
    background-color: #f6f9fb;
    border-color: #596570;
    height: 45px;
    color: #c0c6cb;
}
.login-form-outer .input-group .input-group-text {
    border-radius: 5px;
    border-color: #596570;
    background-color: #0d151d !important;
}
.login-text{
     text-align: center;
    padding-bottom: 15px;
}
.login-text h2{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px 0;
}
.login-text h2 span{
    color: #9ed3fb;
}
.login-text p{
      color: #d8d8d8;
    font-size: 14px;
    padding: 0 20px;
}
.profile-dropdown{
    width: 300px !important;
    padding: 20px !important;
    border-radius: 10px !important;
}
.table-box-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table-box-header .table-right-btns a.export-btn{
    background: #0d79ba;
    color: #fff;
    padding: 8px 24px;
    border-radius: 3px;
}
div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    color: #4C5258;
    display: flex;
    gap: 8px;
    font-size: 14px;
    align-items: center;
}
div.dt-container div.dt-layout-cell.dt-end {
    text-align: right;
    display: flex;
    justify-content: end;
}

.action-tbns .edit, .action-tbns .trash, .action-tbns .view, .action-tbns .download{
    background: #f4f5f6;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    height: 35px;
}
.action-tbns .edit{
    background: #01834921;
    color: #018349;
    border: solid 1px #01834945;
}
.action-tbns .trash{
    background: #ffe2e2;
    color: #da5e5e !important;
    border: solid 1px #da5e5e5e;
}
.action-tbns .edit:hover{
    background: #018349;
    color: #ffffff;
    border: solid 1px #01834945;
}
.action-tbns .trash:hover{
    background: #f21d1d;
    color: #ffffff !important;
    border: solid 1px #da5e5e5e;
}
.action-tbns .view i{
    color: #db6c1a;
}
.action-tbns .trash svg{
    width: 18px;
    color: #ff7878;
}
.action-tbns .edit svg{
    width: 18px;
    color: #2269cc;
}
.action-tbns .download i{
    color: #018349;
}
.box.inner-box{
    width: 95%;
    margin: 20px auto;
}
table.dataTable {
     width: 100%;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    color: white !important;
    border: 1px solid #018349;
    background-color: #111;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #6ec19c 0%, #018349 100%);
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to bottom, rgb(230 230 230) 0%, rgb(0 0 0 / 6%) 100%);
}
.p-price{
    background: #036e3e;
    padding: 15px 30px;
    color: #fff;
    font-size: 15px;
}
.p-price p{
    margin:0;
}
.p-order-detail p{
    margin:0;
}
#current-time{
    background: #2d314c;
    font-size: 19px;
    padding: 5px 16px 5px 41px;
    border: solid 1px #000000;
    border-radius: 3px;
    color: #fff;
    position: relative;
}
#current-time:before {
    position: absolute;
    content: "\f017";
    left: 13px;
    top: 8px;
    font-family: 'Font Awesome 6 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto; 
    
}
    
.center-location-name h3{
    font-size: 16px;
    color: #232323;
    background: #ffffff;
    padding: 10px 20px;
    margin: 0 0px 0 9px;
    border-radius: 4px;
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    gap: 8px;
}
.center-location-name h3 i{
       color: #0360a9;
}

@media (max-width:767px) {
    .layout-top-nav.fixed .main-nav .sm-blue {
        max-height: 100%;
        overflow-y: auto;
    }
     .visit-web-btn a {
        padding: 9px 8px !important;
    font-size: 14px;
}  
   .center-location-name h3 {
    font-size: 13px;
    padding: 9px 9px;
    margin: 0 0px 0 9px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
} 
   #current-time {
    font-size: 12px;
    padding: 5px 16px 5px 32px;
} 
  .dashboard-top-info{
             margin-top: 16px;
        /*border-top: solid 1px #71a873;*/
        padding-top: 14px;
        padding-bottom: 12px;
                justify-content: center;
  } 
  .mobile-logo-div img{
          max-width: 160px;
  }
      .layout-top-nav.fixed .main-nav {
               margin-top: 62px;
        z-index: 10000;
    }
  .layout-top-nav .main-header .navbar {
    margin-left: 0;
    padding-top: 9px;
}
      .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
        margin: 9px 5px;
    }
  
  .admin-navbar {
    display: inline-block !important;
}
  .layout-top-nav .main-nav{
      border-bottom: none;
  }
   .navbar-custom-menu.r-side {
           position: absolute;
        top: 0;
        right: 10px;
   }
    
}



@media (max-width: 575px) {
    .btn {
    padding: 5px 10px;
}
    .table-box-header {
        display: flex
        justify-content: space-between;
        align-items: center;
        gap: 8px;
}
    .login-row{
      height: auto !important;
    }
    
    .main-header .r-side .app-menu, .main-header .r-side .btn-group a {
        margin: 8px 5px 3px 5px;
    }
    .visit-web-btn a {
        padding: 9px 8px !important;
    font-size: 14px;
}  
    .center-location-name h3 {
        font-size: 11px;
        padding: 9px 30px;
        margin: 0;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    #current-time {
        font-size: 12px;
        padding: 5px 23px 5px 34px;
    }
  .dashboard-top-info{
        margin-top: 16px;
        padding-top: 14px;
        padding-bottom: 12px;
        justify-content: space-between;
        gap: 5px;
  } 
  .mobile-logo-div img{
    max-width: 160px;
        padding-right: 23px;
        padding-top: 5px;
  }
      .layout-top-nav.fixed .main-nav {
        margin-top: 62px;
        z-index: 10000;
        border-bottom: 1px solid #ffffff75;
    }
    .visit-web-btn {
           margin: 0 !important;
}
  .layout-top-nav .main-header .navbar {
    margin-left: 0;
    padding-top: 9px;
}
      .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
        margin: 9px 5px;
    }
  
  .admin-navbar {
    display: inline-block !important;
}
  .layout-top-nav .main-nav{
      border-bottom: none;
  }
   .navbar-custom-menu.r-side {
           position: absolute;
        top: 0;
        right: 10px;
   }
    
    
   .layout-top-nav.fixed .main-nav .sm-blue {
        max-height: 100%;
        overflow-y: auto;
    }
.login-form-outer {
        padding: 25px;
        max-width: 100%;
        border-radius: 15px;
}
.login-logo img {
    max-width: 185px;
}
.login-logo {
        padding-bottom: 20px;
        text-align: center;
}
.login-text h2 {
    font-size: 20px;
}
.auth-login-heading{
      padding-top: 20px;
}
.auth-login-heading h1 {
        font-size: 19px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 13px;
        line-height: 29px;
        display:none;
}
.auth-login-heading p {
    font-size: 14px;
    color: #e4e4e4;
    max-width: 100%;
    display: none;
}
.logo-lg img{
            max-width: 180px;
}
}