/* Only For Mobile Devices*/
@media (max-width: 576px) {
    .progress-bar span {
        left: 65% !important;
    } 
    
    .footer {
      width: 86% !important;
    }
    .sidebar {
      left: 0 !important;
    }
    .custom-pl {
      padding-left: 2rem !important;
    }
    .custom-col-5 {
      max-width: 40% !important;
    }
}
* {
  font-family: Inter;
}
.top-container{
  width: 100%;
  max-width: 575px;
  left: 0px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  
}
.main-container{
    width: 100%;
    max-width: 575px;
    left: 0px;
    top: 74px;
    background: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
}
.profile-section{
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: inherit;
    text-align: left;
    /*padding: 12px 20px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0px;*/
} 
.timeline-with-icons {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
    padding-left: 33px;
}
.timeline-with-icons .timeline-item {
    position: relative;
}
.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: hsl(217, 88.2%, 90%);
    color: hsl(217, 88.8%, 35.1%);
    border-radius: 50%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-dark {
    background: #f7f7f7;  
    width: 100%;
    max-width: 575px;
    left: 0px;
    top: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
}
.progress-bar span {
    position: absolute;
    left: 59%;
    color: black;
}
.category-detail-progressbar {
  left: 53% !important;
}
.progress-bar label {
  position: absolute;
  right: 0;
  color: black;
  padding-top: 8px;
}
.text-black {
    color: black;
}
.text-app-list {
  color: #333333;
  font-size: 18px;
}
.text-center::placeholder { 
    /* Firefox, Chrome, Opera */
    text-align: center;
}
.background-dark {
    background-color: #f7f7f7;
    border-color: #DEDEDE;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -1px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .sleep-mode::before{
    height: 11px;
    bottom: 2px;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .sleep-mode:before {
    left: -12px;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

 /*.footer {
    bottom: 0;
    z-index: 999;
    position: fixed;
    width: 545px;
}*/
.footer {
  bottom: 0;
  z-index: 999;
  position: fixed;
  width: 100%; /* Make it responsive */
  max-width: 530px; /* Limit maximum width */
  left: 50%; /* Center it horizontally */
  transform: translateX(-50%); /* Adjust centering */
  padding: 0 1rem; /* Optional: adds spacing on smaller screens */
}
.footer-full {
  bottom: 0;
  z-index: 999;
  position: fixed;
  width: 90%;
  top: 0;
  height: 100%;
  max-width: 560px;
}
.height-100 {
  height: 100%;
}

.btn-secondary-custom {
  color: black;
  background-color: #fff;
  border-color: #6c757d;
}

/*.btn.focus, .btn:focus {
  color: #0073EE;
  background-color: #E5F6FF;
}*/

.card-header {
  background-color: unset;
  border-bottom: unset;
}
a {
  color: #2196F3;
}
.location-section {
  position:relative;
  display:inline-block;
  text-align:center;
}

.img-button {
  background-color: #FFD966;
  color: #8E4C31;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.opacity-25 {
  opacity: 0.2;
}
.opacity-50 {
  opacity: 0.5;
}
.text-black {
  color: black;
}
.ScrollStyle
{
    max-height: 700px;
    overflow-y: auto;
}

.sticky-top {
  position: sticky;
  padding-top: 5px;
  z-index: 999;
  background-color: white;
}
.device-name {
  background-color: #00a2ff2d;
  color: #0073EE;
  padding: 2px;
  font-weight: bold;
}
.kids-name {
  padding-left: unset;
}


.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 29%;
  background-color: #FFFFFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  display: block;
  transition: 0.3s;
  color: black;
}

.sidebar a.active {
  color: #2196F3;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}
.border-bottom {
  border: unset;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.custom-header {
  padding: unset;
}
.underline {
  text-decoration-line: underline;
  text-underline-position: under;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  background-color: #00a2ff2d !important; 
}
.btn-light {
  background-color: white;
}
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.app-loader {
  background-color: #D9D9D9;
  width: 28px;
  height: 6px;
  margin-top: 3px;;
}

.footer-menu-item {
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.forget-pass-link {
  text-decoration: underline;
  color: #737373;
}
.login-btn {
  width: 90%;
  border-radius: 17px;
}
.header-font {
  font-size: 22px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #0073EE;
  background-color: unset !important;
  text-underline-offset: 8px;
  text-decoration: underline;
}
.nav-link {
  color: unset;
}
.install-app-btn {
  background-color: #F2F2F2 !important;
  color: #0073EE !important;

  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 3px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
}
.svg-icon-active {
  filter: invert(25%) sepia(85%) saturate(2774%) hue-rotate(199deg) brightness(100%) contrast(101%)
}
.canvasjs-chart-credit {
  display: none;
}
.btn .btn-light .nav-link .w-50 .active {
  background-color: #00a2ff2d !important;
  border: 1px solid;
  border-color: #0073EE !important;
}
.progress {
  height: 0.4rem !important
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  border-color: #0073EE;
  color: #0073EE;
}
.btn-dark {
  background-color: white;
}

.btn-danger-customized {
  background: #F2F2F2;
  border-radius: 30px !important;
  border-color: unset !important;
}
.text-danger-customized {
  color: #ED0040;
}
.btn-danger:hover {
  color: unset !important;
  background-color: unset !important;
}

.btn-secondary.focus, .btn-secondary:focus {
  color: #0073EE !important;
  background-color: #E5F6FF !important;
  box-shadow: unset !important
}
.btn-secondary-custom.active {
  color: #0073EE !important;
  background-color: #E5F6FF !important;
}
.dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}
.dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}
.user-profile-icon {
  filter: brightness(0) saturate(100%) invert(85%) sepia(11%) saturate(11%) hue-rotate(314deg) brightness(94%) contrast(102%);
}
.unread-notification{
  position: absolute;
    right: 49px;
    top: 7px;
    color: red;
    width: 12px;
    height: 12px;
    background: #00A3FF;
    border-radius: 30px;
}
.label-custom-filter {
  padding: 5px!important;
}
.font-14 {
  font-size: 14px !important;
}
.app-list {
  padding-top: 10px;
  padding-bottom: 10px;
}
.rating-green {
  color: green;
}
.rating-grey {
  color: #d7d1d1;
}
.word-wrap-anywhere {
  word-wrap: anywhere;
}
.rating-hr {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.transactions-container {
  background: #ffffff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.transaction-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #e9ecef;
}
.transaction-item:last-child {
  border-bottom: none;
}
.transaction-icon {
  width: 45px;
  height: 45px;
  background-color: #e9f0fc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-right: 10px;
}
.transaction-details {
  flex-grow: 1;
}
.transaction-title {
  font-weight: 600;
  margin-bottom: 2px;
}
.transaction-time {
  font-size: 0.85rem;
  color: gray;
}
.transaction-amount {
  font-weight: bold;
  font-size: 1.1rem;
}
.status {
  font-size: 0.75rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 5px;
}
.status-confirmed {
  color: green;
  background-color: #d4f5d4;
}
.status-pending {
  color: orange;
  background-color: #ffe4b5;
}
.view-all-btn {
  font-size: 0.9rem;
  color: #007bff;
  cursor: pointer;
}
.card {
  max-width: 500px;
  border-radius: 8px;
}
.billing-box {
  background-color: #f8f9fa;
  padding: 12px;
  border-radius: 6px;
}
.btn-group {
  margin-top: 10px;
}

.history-container {
    max-width: 500px;
    margin: auto;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 10px;
}
.history-item {
    background: white;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.date-header {
    background: #7e57c2;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.lock-icon {
    color: gray;
}

.google-btn {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #4285F4;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.google-btn:hover {
  background-color: #357ae8;
}

.google-logo {
  width: 20px;
}

.custom-pl {
  padding-left: 1rem;
}

.form-control:focus {
  box-shadow: none !important;
}
.text-success-off-sleep-mode {
  color: #c71919
}