@font-face {
  font-family: 'brandonLight';
  src: url('https://api.getvisitapp.com/apiv3/static-resources/view/fonts/BrandonText-Light.otf');
}

@font-face {
  font-family: 'brandonBold';
  src: url('https://api.getvisitapp.com/apiv3/static-resources/view/fonts/BrandonText-Bold.otf');
}

@font-face {
  font-family: 'brandonMedium';
  src: url('https://api.getvisitapp.com/apiv3/static-resources/view/fonts/BrandonText-Medium.otf');
}

@font-face {
  font-family: 'brandonRegular';
  src: url('https://api.getvisitapp.com/apiv3/static-resources/view/fonts/BrandonText-Regular.otf');
}

@font-face {
  font-family: 'brandonRegularItalic';
  src: url('https://api.getvisitapp.com/apiv3/static-resources/view/fonts/BrandonText-RegularItalic.otf');
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
  font-family: 'brandonRegular', -apple-system, BlinkMacSystemFont, 'Segoe UI',
    Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
  letter-spacing: 0.2px;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes glow {
    from {
        box-shadow: 0 0 0 0 rgba(255,255,255,0.3);
    }
    to {
        box-shadow: 0 0 0 4px rgba(255,255,255,0.3);
    }
}

@keyframes slideRepeat {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(4px);
    }
}

.loading-ring {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.loading-ring:after {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

.font-italic {
  font-family: 'brandonRegularItalic';
}

.font-regular {
  font-family: 'brandonRegular';
}

.font-bold {
  font-family: 'brandonBold';
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.upcoming-events-city-text {
  font-size: 0.9rem;
}

.upcoming-events-title {
  font-size: 1.1rem;
}
.text-steps {
  color: #985de4;
}

.bg-steps {
  background-color: #985de4;
}

.text-distance {
  color: #73b1ff;
}

.text-calories {
  color: #ff86ae;
}

.text-nutrition {
  color: #8ce843;
}

/* .text-sleep {
  color: #4dd0e1;
} */

.text-personal {
  color: #4191ff;
}

.text-team {
  color: #89e248;
}

.text-organization {
  color: #ff8074;
}

.break-hyphenate {
  white-space: normal;
  hyphens: auto;
}

.user-image {
  border-radius: 50px;
}

.condition-name {
  font-family: brandonBold;
}

.card {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.dashboard-card-header {
  font-family: brandonBold;
}

.total-calories svg {
  height: 30px;
  fill: #8852cc;
}
.card-title {
  color: #808080;
}
.meal-calories svg {
  height: 30px;
}

.bg-secondary {
  background-color: #f2f2f2 !important;
}

.text-primary {
  color: #8852cc !important;
}

.card-header {
  font-family: brandonMedium;
  border: none;
  background: none;
}

.card .card-header a {
  text-decoration: none;
  color: rgb(33, 37, 41);
}

.page-break {
  page-break-after: always;
}

.rounded-value-container {
  height: 50px;
  border-radius: 3rem;
}

.rounded-button {
  border-radius: 3rem;
}

.sleep-icon svg {
  height: 150px;
  fill: #8852cc;
}

div.visit-logo {
  float: left;
  width: 60px;
  height: 80px;
  background: url('https://s3-ap-southeast-1.amazonaws.com/visit-cdn/visithralogo.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px;
}

img.updated-hra-logo {
    float: right;
    width: 160px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
  }

.bg-danger {
  background-color: #ff451a !important;
}

.text-danger {
  color: #ff451a !important;
}

.border-danger {
  border-color: #ff451a !important;
}

.bg-warning {
  background-color: #e0d03f !important;
}

.btn-nutrition-log {
  font-size: 1rem;
  padding-top: 4px;
  padding-right: 17px;
  padding-bottom: 4px;
  padding-left: 14px;
  color: white !important;
  border-radius: 14px;
  background: #42cb3b !important;
}

.new-btn-nutrition-log {
  font-size: 12px;
  padding: 8px 16px;
  color: #0F0B28 !important;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 32px;
}

.new-btn-edit-sleep {
  font-size: 12px;
  padding: 8px 16px;
  color: #302E6B !important;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 32px;
}

.challenges-card-dashboard-small {
  font-size: 0.8rem;
}

.calories-burnt-badge {
  font-size: 0.8rem;
  font-weight: lighter;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc45f', endColorstr='#ffa727',GradientType=1 ); /* IE6-9 */
  color: white !important;
  border-radius: 4rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffc45f+0,ffa727+100 */
  background: #ffc45f; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #ffc45f 0%,
    #ffa727 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #ffc45f 0%,
    #ffa727 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #ffc45f 0%,
    #ffa727 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.btn-edit-sleep {
  font-size: 1rem;
  padding-top: 4px;
  padding-right: 17px;
  padding-bottom: 4px;
  padding-left: 14px;
  color: white !important;
  border-radius: 4rem;
  background: #00acc1 !important;
}

.text-warning {
  color: #e0d03f !important;
}

.border-warning {
  border-color: #e0d03f !important;
}

.bg-success {
  background-color: #8ac84d !important;
}

.text-success {
  color: #8ac84d !important;
}

.border-success {
  border-color: #8ac84d !important;
}

.primary-background {
  color: white;
  background: #8852cc;
}

.primary-background .circle-number {
  color: white;
}

.primary-background svg g path {
  fill: white !important;
}

span.circle-number {
  font-weight: bold;
  line-height: 1.6em;
  display: inline-block;
  width: 1.6em;
  margin-right: 5px;
  text-align: center;
  color: #8852cc;
  /*border: 1px solid;
  /* border-radius: 1em !important; */
  /*-moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;*/
  /*background: white;*/
}

.meal-logging-details .carousel-control-prev,
.meal-logging-details .carousel-control-next {
  bottom: 92% !important;
}

.meal-logging-details-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%22eee' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.meal-logging-details-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%22eee' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.challenge-stats .table td,
.table th {
  padding: 0.5rem;
  border-top: none;
}

.challenge-stats .table thead th {
  border-bottom: none;
}

.challenge-stats .svg-dimensions {
  width: 40px;
  height: 40px;
}

.size-progress {
  font-size: 1.1rem;
}

.challenges-tabs {
  margin-right: -15px;
  margin-left: -15px;
}

.challenges-tabs .nav-item .nav-link {
  color: #999;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background: none;
}

.challenges-tabs .nav-item .nav-link.active {
  color: #8852cc;
  border-bottom: 2px solid #8852cc;
  border-radius: 0;
  background: none;
}

.nutritionGradientBar {
  height: 20px;
  border-radius: 10px;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4be644),
    to(#42cb3b)
  );
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #4be644, #42cb3b);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #4be644, #42cb3b);
  /* IE 10 */
  background: -ms-linear-gradient(left, #4be644, #42cb3b);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #4be644, #42cb3b);
  background-color: #4be644;
  background-repeat: repeat-y;
}

.sleepGradientBar {
  height: 20px;
  border-radius: 10px;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#4dd0e1),
    to(#00acc1)
  );
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #4dd0e1, #00acc1);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #4dd0e1, #00acc1);
  /* IE 10 */
  background: -ms-linear-gradient(left, #4dd0e1, #00acc1);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #4dd0e1, #00acc1);
  background-color: #00acc1;
  background-repeat: repeat-y;
}

.sleep-svg svg {
  width: 25%;
  fill: #64efcf;
  stroke: #64efcf;
}

/* .text-sleep {
  color: #4dd0e1;
} */

.o-50 {
  opacity: 0.5;
}

.systolic-circle {
  width: 10px;
  height: 10px;
  background: #64efcf;
}

.systolic-path {
  stroke: #64efcf;
}

.diastolic-path {
  stroke: #4191ff;
}

.diastolic-circle {
  width: 10px;
  height: 10px;
  background: #4191ff;
}

.weight-circle {
  width: 10px;
  height: 10px;
  background: #985de4;
}

.weight-path {
  stroke: #985de4;
}

.wc-circle {
  width: 10px;
  height: 10px;
  background: #4AA4F3;
}

.wc-path {
  stroke: #4AA4F3;
}

.hemo-circle {
  width: 10px;
  height: 10px;
  background: #D4145A;
}

.hemo-path {
  stroke: #D4145A;
}

.chol-circle {
  width: 10px;
  height: 10px;
  background: #FF396F;
}

.chol-path {
  stroke: #FF396F;
}

.fasting-circle {
  width: 10px;
  height: 10px;
  background: #8a35f4;
}

.fasting-path {
  stroke: #8a35f4;
}

.random-circle {
  width: 10px;
  height: 10px;
  background: #3bc9bb;
}

.random-path {
  stroke: #3bc9bb;
}

.post-meal-circle {
  width: 10px;
  height: 10px;
  background: #f35a79;
}

.post-meal-path {
  stroke: #f35a79;
}

.event-background {
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion .btn-link:hover,
.accordion .btn-link:focus {
  text-decoration: none;
}

.challenge-rankings-search {
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  background: none;
}

.challenge-rankings-search:active,
.challenge-rankings-search:focus {
  border-color: #8852cc;
  background: none;
  box-shadow: none;
}

.rankings-container table td {
  border: none;
}

.bs-counter:hover {
  cursor: pointer;
}

.bs-counter {
  width: 2rem;
  height: 2rem;
  color: #985de4;
  border: 2px solid;
  border-radius: 2rem;
}

.bs-number {
  font-size: 20px;
  border: none;
  background-color: transparent;
}

.bs-count-label {
  font-size: 18px;
}

.hidden {
  display: none;
}

.bs-label {
  /*padding-left: 15px;*/
  /*padding-right:  15px;*/
  /*padding-top: 5px;*/
  /*padding-bottom:  5px;*/
  cursor: pointer;
  border: none;
  border-radius: 50px;
  background-color: #cccccc;
}

.bs-radio:checked + label {
  color: #fff;
  background-color: #985de4;
}

.form-submit-button {
  font-weight: bold;
  color: #985de4;
  border: none;
  background-color: transparent;
}

.form-submit-button:focus {
  outline: 0;
}

.hb-data-date {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f2f2f2;
}

.hb-data-date-label {
  font-size: 0.8em;
}

.hb-data-date-value {
  font-size: 1.2em;
}

.hb-data-value {
  color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ef5350;
}

.hb-data-value-number {
  font-size: 1.8em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.activity-time-center-icon {
  position: relative;
  top: 50%;
  transform: translateY(10%);
}
.dashboard-activity-summary-goal-text {
  font-size: 0.7rem;
  color: #2a2a2a;
}

.hb-data-value-symbol {
  font-size: 0.5em;
}

.calories-badge {
  padding-top: 8px;
  padding-right: 22px;
  padding-bottom: 8px;
  padding-left: 22px;
  color: white;
}
.meal-nutrients-text-small {
  font-size: 0.75em;
}

.bullet-red {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: red;
}

.bullet-green {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(to right, #42cb3b, #4be644);
}

.theme-meal {
    background: linear-gradient(113.83deg, #FFF173 -58.54%, #FF424D 100%);
}

.theme-monitoring {
    background: linear-gradient(110.78deg, #BCF3FF -76.47%, #2697FF 100%);

}

.theme-fitness {
    background: linear-gradient(103.92deg, #D1EB31 -39.83%, #41A014 92.86%);
}

.theme-tasks {
    background: linear-gradient(113.83deg, #FFD0F5 -58.54%, #D65BC9 100%);
}

.tele-subscription-card {
    background: rgba(0, 0, 0, 0) url("https://visit-public.s3.ap-south-1.amazonaws.com/assets/one-health/bg-pattern.png") no-repeat scroll 0% 0% / cover;
    padding: 16px;
    border-radius: 8px;
    color: #fff;
}

.sale-banner {
    padding: 4px 8px;
    background: #453C87;
    border-radius: 8px;
    padding-top: 0px;
}

.montserrat-semibold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.montserrat-bold {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

.montserrat-medium {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.montserrat-regular {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.carousel-indicators {
    bottom: -14px;
}

.carousel-indicators li {
    width: 4px;
    height: 4px;
    border-radius: 2px;
}

.tele-subscription-bottom-tab {
    background: #453C87;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: -16px;
    margin-top: 26px;
    border-radius: 0 0 8px 8px
}

.arrow-icon {
    animation-name: slideRepeat;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.tele-subscription-button {
    background: #FFF;
    border-radius: 12px;
    padding: 5px 0;
    min-width: 100px;
    text-align: center;
    color: #0F0B28;
    padding-right: 8px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    animation-name: glow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.new-primary-text-color {
    color: #0F0B28;
}

.meal-detail-type-container {
    background: #F0F3F6;
    border-radius: 12px;
}

.meal-detail-filled-type-container {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background: #fff;
}

.sleep-time, .wake-time {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.activity-label, .goal-label, .workout-activity-label {
    font-family: 'Inter', sans-serif;
    color: #767787;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
}

.data-value, .goal-value, .activity-value {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #0F0B28;
}

@media print {
  div.visit-logo {
    float: left;
    width: 60px;
    height: 80px;
    background: url('https://s3-ap-southeast-1.amazonaws.com/visit-cdn/visithralogo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    -webkit-print-color-adjust: exact;
  }

  img.updated-hra-logo {
    float: right;
    width: 160px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-print-color-adjust: exact;
  }

  .bg-danger,
  .text-danger {
    background-color: #ff451a !important;
    -webkit-print-color-adjust: exact;
  }

  .border-danger {
    border-color: #ff451a !important;
    -webkit-print-color-adjust: exact;
  }

  .bg-warning,
  .text-warning {
    background-color: #e0d03f !important;
    -webkit-print-color-adjust: exact;
  }

  .border-warning {
    border-color: #e0d03f !important;
    -webkit-print-color-adjust: exact;
  }

  .bg-success,
  .text-success {
    background-color: #8ac84d !important;
    -webkit-print-color-adjust: exact;
  }

  .border-success {
    border-color: #8ac84d !important;
    -webkit-print-color-adjust: exact;
  }
}
