@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
    font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a{
      color: #1a1a1a;
      font-weight: 400;
      text-decoration: none;
}

.clear{
    margin: 60px 0px 60px 0px;
}

.p-top-5{
    padding-top: 5px;
}
.card-body .text-center span.text-uppercase{
    color: #fff !important;
}
.nonlogged input[type="email"],
.nonlogged input[type="password"]{
    padding-left: 40px !important;
}
.footer_text a{
    color: #fff;
}

    .hidden-service {
        display: none;
    }
    hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
select {
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='white'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 30px;
}

.overflow-x-scroll {
    overflow-x: scroll !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.overflow-x-scroll::-webkit-scrollbar {
    display: none;
}

.swiper-container {
  display: none;
}

.swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: gray;
  opacity: 0.7;
}

.swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}

@media (max-width: 768px) {
  .desktop-view {
    display: none;
  }

  .swiper-container {
    display: block;
  }

  .swiper-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
}

.btn-sm{
    font-size: 12px;
    margin: 5px;
}
.modal{
      z-index: 2001;
}
  .modal-body .table
    {
        border-color: transparent;
    }


.slider_thumb{
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 2px;
    margin: 10px;
}
.slider_thumb img{
        border-radius: 8px;

}

/* start: style for pagination */
ul.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center; 
}

ul.pagination li {
    margin-right: 5px;
}

ul.pagination li a,
ul.pagination li span {
    font-size: 14px;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

ul.pagination li.active a,
ul.pagination li.active span {
    background-color: #0A5B78;
    color: #fff;
    pointer-events: none;
    cursor: not-allowed;
    border: none;
}
ul.pagination li.availabe a,
ul.pagination li.availabe span {
    background-color: fff;
    color: #333;
}

ul.pagination li.disable a,
ul.pagination li.disable span {
    background-color: fff;
    color: #666;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
/* end: style for pagination */


/* start: style for top navigation */
  .top-navbar {
      padding: 10px;
      background-color: #0A5B78;
      z-index: 2000;
    }

    .top-navbar .navbar-brand {
      color: #fff;
      font-weight: 400;
      font-size: 20px;
      font-family: 'Rubik', sans-serif;
      margin: 0px 0px 0px 10px;
      padding: 0px;
    }

    .top-navbar .nav_icon {
      color: #fff;
      font-size: 18px;
      margin: 0px;
      padding: 0px;
      cursor: pointer;

          border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center; 
    }

    .top-navbar .nav_icon:hover{
              background-color: rgba(255, 255, 255, 0.3);
    }

  @keyframes nav_icon_rotate {
    0% {
      transform: rotate(-60deg);
      background-color: rgba(255, 255, 255, 0.3);
    }
    50% {
      transform: rotate(0deg);
      background-color: rgba(255, 255, 255, 0.2);
    }
    100% {
      background-color: transparent; 
    }
  }

  .nav_icon_rotate {
    animation: nav_icon_rotate 0.5s ease; 
  }

.menu-container {
    position: fixed;
    z-index: 1999;
    top: 0;
    left: -100%;
    height: 100vh;
    background-color: #333;
    color: #fff;
    transition: left 0.3s ease-in-out;
    overflow: auto;
        margin: 60px 0px 60px 0px;
}
.menu-container::-webkit-scrollbar {
    width: 5px;
}

.menu-container::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.3);
}

.menu-container::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.05);
}


.menu-container.show {
    left: 0;
}

/* Set width for desktop */
@media screen and (min-width: 550px) {
    .menu-container {
        width: 350px; 
    }
}

/* Set width for mobile */
@media screen and (max-width: 549px) {
    .menu-container {
        width: 70%;
    }
}


.nav_link {
    display: flex;
    align-items: center;
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}

.nav_link i {
    display: flex;
    align-items: center;
    font-size: 22px;
    margin-right: 12px;
    width: 25px;
    height: 25px;
    color: #0A5B70;
    opacity: 0.8;
}

.nav_link:hover,
.nav_link:active {
    color: #0A5B70;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1998; 
}

#overlay.show {
    display: block;
}

/* end: style for top navigation */

/* start: style for footer navigation */
.footer-navigation {
    background-color: #0A5B78;
    text-align: center;
    margin: 0px;
    padding: 0px;
    z-index: 1997;
}

.footer-navigation .footer_hombe_tab {
    margin: 10px 5px;
}

.footer-navigation .footer_history_tab {
    margin: 10px 5px;
}

.footer-navigation .footer_hombe_tab, 
.footer-navigation .footer_history_tab {
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-origin: center; 
    border-radius: 10px;
}

.footer-navigation .active {
    background-color: rgba(255, 255, 255, 0.05);
}

.footer-navigation .footer_hombe_tab:not(.active) {
    padding-left: 30px;
}

.footer-navigation .footer_history_tab:not(.active) {
    padding-right: 30px;
}

.footer-navigation .footer_nav_text {
    font-weight: 400;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
}

.footer-navigation .footer_nav_icon {
    font-size: 18px;
    color: #333;
    margin: 5px;
}

.footer-navigation a {
    text-decoration: none;
}

/* end: style for footer navigation */






/* Start: Footer Styles */
#footer {
    background-color: #282832 !important;  /* Footer background color */
    color: #fff;
    padding: 50px 0;
}

#footer h5 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
}

#footer .text-muted {
    color: #aaa !important;
}

#footer .text-muted a {
    color: #bbb !important;
    transition: color 0.3s;
}

#footer .text-muted a:hover {
    color: #fff;
}

/* Footer link button */
#footer .btn-link {
    font-size: 14px;
    color: #bbb;
    padding: 0;
    background: none;
    border: none;
    text-decoration: none;
}

#footer .btn-link:hover {
    color: #fff;
}

#footer .small {
    font-size: 12px;
}

/* Adjustments for mobile view */
@media (max-width: 767px) {
    #footer .col-md-4 {
        margin-bottom: 20px;
    }

    #footer h5 {
        font-size: 16px;
    }

    #footer .small {
        font-size: 10px;
    }
}
/* End: Footer Styles */








/* start:  style for slider */
.slide .carousel-inner{
border-radius: 12px;
}
.slide .slider-icon{
    opacity: 0.5;
}
/* end:  style for slider */



/* start: style for custom form */
        .login_thumbnail{
            width: 70%;
            height: auto;
            margin: auto;
            padding: 30% 5px 25px 5px;
            display: block;
        }
        .menu_thumbnail {
            width: 80%;
            height: auto;
            margin: auto;
            padding: 5px 5px 20px 5px;
            display: block;
        }
        .support_thumbnail {
            width: 80%;
            height: auto;
            margin: auto;
            padding: 0px 5px 5px 5px;
            display: block;
        }


.custom_form .form-control
{
    padding: 14px 20px 16px 43px;
    height: 50px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 10px;
}



.custom_form .custom_label select
{
    color: #555 !important;
    padding-top: 12px;

} 


.custom_form .form-control:focus {
    border-color: #0A5B70;
    box-shadow: none;
}

.custom_form .active-control{
    border-color: #0A5B70;
    box-shadow: none;
}

.custom_form .form-group {
    position: relative;
} 
.custom_form .control-label {
    font-size: 17px;
    color: #0A5B70;
    position: absolute;
    top: 12px;
    left: 16px;
    text-align: center;
}

.custom_form textarea.form-control {
    resize: vertical;
    height: 130px;
}

.custom_form .theme-btn-block {
    background: #0A5B78;
    color: #fff;
    border-radius: 15px;
    transition: all 0.5s ease 0s;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 16px;
      width: 100%;
      margin: 12px 0px 15px 0px;
    display: block !important;
}

.custom_form .theme-btn-block:hover,
.custom_form .theme-btn-block:focus
 {
    opacity: 0.9;
}

.custom_form .direction_text{
    color: #444;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      text-align: center;
      display:  block;
}

.custom_form .link_text
{
    color: #444;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 16px;
text-decoration:none;

}

.custom_form hr{
    border-bottom: 2px solid #ccc;

}
.custom_form .component_checkbox{
    color: #555;
    padding: 10px 0px 10px 10px;
    font-size: 18px;

}

    .custom_form  .form-group {
      position: relative;
    }


    .custom_form  .form-group:before {
      content: attr(data-placeholder);
      position: absolute;
      top: 0;
      left: 12px;
      transform: translateY(-50%);
      color: #0A5B70;
      background: #fff;
      padding: 0px 5px;
      z-index: 999;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 14px;
      border-radius: 5px;
  }
/* end: style for custom form */

/* start: simple form */
.custom_form_simple input[type="text"],
.custom_form_simple input[type="number"],
.custom_form_simple input[type="file"],
.custom_form_simple select

 {
    padding: 0px 10px;
    height: 40px;
    font-size: 14px;
    color: #2b2a2a;
    border: none;
    border: 2px solid #ccc;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 5px;
}


.custom_form_simple .form-control:focus {
    border-color: #0A5B70;
    box-shadow: none;
}

.custom_form_simple .active-control{
    border-color: #0A5B70;
    box-shadow: none;
}


.custom_form_simple .control-label {
    font-size: 14px;
    color: #0A5B70;
    font-weight: 500;
    padding: 10px 0px 5px 0px;
}

.custom_form_simple textarea.form-control {
    resize: vertical;
    height: 130px;
}

.custom_form_simple .theme-btn-block {
    background: #0A5B78;
    color: #fff;
    border-radius: 15px;
    transition: all 0.5s ease 0s;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 16px;
      width: 100%;
      margin: 12px 0px 15px 0px;
    display: block !important;
}

.custom_form_simple .theme-btn-block:hover,
.custom_form_simple .theme-btn-block:focus
 {
    opacity: 0.9;
}

.custom_form_simple .direction_text{
    color: #444;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 17px;
      text-align: center;
      display:  block;
}

.custom_form_simple .link_text
{
    color: #444;
      font-family: 'Rubik', sans-serif;
      font-weight: 400;
      font-size: 16px;
text-decoration:none;

}

.custom_form_simple hr{
    border-bottom: 2px solid #ccc;

}
.custom_form_simple .component_checkbox{
    color: #555;
    padding: 10px 0px 10px 10px;
    font-size: 18px;

}
.settings_image {
  margin: 5px
}
/* end: simple form */


/* Custom styling for the fixed bottom alert */
    @keyframes slideIn {
      from {
        transform: translateX(-100%);
      }
      to {
        transform: translateX(-50%);
      }
    }
    @keyframes fillProgress {
      from {
        width: 0;
      background: #555;
      }
      to {
        width: calc(100% - 16px);
      background: #555;
      }
    }
 .fill-progress {
  height: 4px;
  background: #555;
  position: absolute;
  opacity: 0.2;
  bottom: -1px;
  left: 8px; 
  right: 8px;
  border-radius: 4px;
}

    .fill-progress-animation {
      animation: fillProgress 4s ease-in-out forwards;
    }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

.fixed-bottom-alert {
  position: fixed;
  top: 15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  border-radius: 5px;
  font-size: 14px;
  display: grid;
  grid-template-columns: auto 1fr; 
  align-items: center;
  z-index: 2002;
  animation: bounce 1s ease-out;
}


.error-alert{
  background-color: rgba(244, 67, 54, 1);
  color: #fff;
}
.warning-alert{
  background-color: rgba(237, 136, 36, 1);
  color: #fff;
}
.success-alert{
  background-color: rgba(89, 163, 46, 1);
  color: #fff;
}

.alert-close {
  cursor: pointer;
  margin: 10px 5px 10px 10px;
}

/* Set width for desktop */
@media screen and (min-width: 550px) {
   .fixed-bottom-alert{
    max-width: 40%;
   }
}

/* Set width for mobile */
@media screen and (max-width: 549px) {
    .fixed-bottom-alert {
    max-width: 95%;
    }
}

.payment_instruction{
    margin: 20px 0px;
    font-size: 16px;
    font-weight: 500;

}

.payment_instruction p{
    margin-bottom: 10px;
}

    .loading_space{
        padding: 100px 15px !important;
        color: #0A5B70;
        text-align: center; 
    }

    .not_found,
    .error_found{
        padding: 30px 15px;
        color: #555;
        text-align: center;
    }
    .list-table tr th,
    .list-table tr td{
        font-size: 14px !important;
        padding: 12px 5px !important;
        white-space: nowrap !important;
    }
    .list-table p{
        margin: 3px 0px 3px 0px;
        padding: 0px
    }

/* start: style for support */
    .support_link {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
        color: #333;

    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    margin: 20px 0px;
    border-radius: 15px;
      box-shadow: 2px 2px 10px rgba(58, 59, 69, .2) !important
}

.support_link img {
    display: flex;
    align-items: center;
    margin-right: 7px;
    padding: 7px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ededed;
}


/* end: style for support */


/* start: order list start */
    .order-list{
  color: #fff !important;
  padding: 15px;
  margin: 20px 0px !important;
  border-radius: 10px;
  font-weight: 400;

  font-size: 16px;
      box-shadow: 2px 2px 10px rgba(58, 59, 69, .2) !important;
}
 .order-list p{
    padding:0;
    margin: 3px 0px;
 }

.order-list button{
    margin: 8px 12px 0px 0px;
}

.copy-icon {
            cursor: pointer;
            margin-left: 5px;
        }

.order-pagination{
  border-radius: 10px;
    padding: 10px !important; 
    background-color: #ededed;
}
/* end: order list start */

/* start: search box style */
    .search-box .form-control{
        font-size: 14px;
    }

    .search-box .search-text .form-control{
        border-right: none;
    }


    .search-box .search-text .form-control:focus,
    .search-box .search-text .form-control:active {
        border-color: #dee2e6;
        box-shadow: none;
    }

    .search-box .input-group-prepend{
        border:none;
        padding: 0;
        margin: 0;
    }
    .search-box .search-btn{
        height: 40px; 
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: none; 
        background-color: #fff;
    }
    .search-box .add-btn{
        height: 40px; 
        background-color: #fff;
        margin-left: 5px;
        cursor: pointer;
    }
/* end: search box style */

/* start: dashboard style */
    
.dashboard-stats {
  color: #fff !important;
  padding: 0px;
  margin: 10px 0px !important;
  border-radius: 10px;
  font-weight: 400;

  font-size: 16px;
      box-shadow: 2px 2px 10px rgba(58, 59, 69, .2) !important;
  text-align: center;
}

.dashboard-stats a{
  color: #fff !important;
}

.dashboard-stats hr{
    padding:0;
    margin:0;
}
.dashboard-stats .content {
  padding: 5px;
}
.dashboard-stats .content .heading {
  font-size: 24px;
  padding-top: 20px;
  padding: 15px 10px 10px 10px;
}
.dashboard-stats .content .sub_heading {
  font-size: 12px;
  padding: 10px;
}

.custom_bg{
  background-color: #e6e6e6;
      box-shadow: 2px 2px 10px rgba(58, 59, 69, .05) !important;
}
/* end: dashboard style */

.footer_fixed_transaction {
    position: fixed;
    background: #f0f0f0;
    padding: 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

    .footer_fixed_transaction .title {
        font-weight: 500;
        font-size: 17px;
    }
    .footer_fixed_transaction .btn {
        font-weight: 500;
        font-size: 15px !important;
        padding: 2px 12px 4px 12px;
        margin-right: 5px;
    border-radius: 2px;
        opacity: 0.9;
    }
.manage-panel .dropzone{
background-color:#F7F7F9;border-width: 0px;
}
.manage-panel .dropzone .dz-preview.dz-image-preview{
  background-color:#F7F7F9;
}

.manage-panel .select2-container--classic .select2-selection--multiple{
    color: #55595c;
    background-color: #f7f7f9 !important;
    background-clip: padding-box;
    border: 0 solid #ced4da !important;
    border-radius: 0 !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.manage-panel .select2-container--classic .select2-search--inline .select2-search__field {
    padding-left: 16px !important;
    padding-right: 16px !important;
    min-width: 100% !important;
}
.manage-panel  .select2-container--classic .select2-search--inline .select2-search__field {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem) !important;
    padding: 0.75rem 2rem;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5;
    color: #55595c;
    background-color: #f7f7f9;
    background-clip: padding-box;
    border: 0 solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    min-width: 100% !important;
}
.manage-panel .select2-container .select2-search--inline .select2-search__field{
    margin: 0px !important;
    padding-top: 12px !important;
    min-width: 100% !important;
}

  .form-control.select-arrow {
    background: url("data:image/svg+xml;utf8,<svg fill='gray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-color: #F7F7F9;
    background-size: 16px;
    padding-right: 30px;
  }

  .card-img,
.card-img-top {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  display: block;
}



/* new header and footer */
.main-footer{font-family:'Lato',sans-serif;font-weight:400;}
.main-footer .footer-logo{max-height:40px;margin-bottom:15px;}
.main-footer .footer-title{font-family:'Noto Serif',serif;color:#fff;margin-bottom:15px;font-size: 15px !important; line-height: 25px;font-weight:600;}
.main-footer .footer-text{color:#E8E8E8;font-size:14px;line-height:1.7;font-weight:400;}
.main-footer .footer-list{list-style:none;padding:0;margin:0;}
.main-footer .footer-list li{color:#E8E8E8;font-size:14px;margin-bottom:8px;font-weight:400;}
.main-footer .footer-list a{color:#E8E8E8;text-decoration:none;font-weight:400;transition:.2s;}
.main-footer .footer-list a:hover{color:#fff;}
.main-footer .show-all-btn{background:none;border:none;color:#E8E8E8;font-size:14px;padding:0;margin-top:6px;font-weight:500;cursor:pointer;}
.main-footer .show-all-btn:hover{color:#fff;}
.main-footer .footer-divider{border-color:#6c757d;margin:25px 0;}
.main-footer .footer-bottom{display:flex; justify-content:space-between; font-size:13px;color:#9ca3af;font-weight:400;}
.main-footer .footer-title::after{
  content:"";
  display:block;
  width:42px;
  height:3px;
  background:#f5a000;
  margin-top:10px;
}
.main-footer .footer-bottom {
    justify-content: center;
  }
/* /new header and footer */