/* Fonts size */
.f-title {
    font-size: 2vw !important;
}
.f-title-lg {
    font-size: 2.25vw !important;
}
.f-subtitle {
    font-size: 1.50vw !important;
}
.f-subtitle-sm {
    font-size: 1.25vw !important;
}
.f-subtitle-lg {
    font-size: 1.75vw !important;
}
.f-normal {
    font-size: 1vw !important;
}
.f-normal-sm {
    font-size: .75vw !important;
}

/* Backgrounds */
.bg-primary-1 {
    background-color: #15253C !important;
}
.bg-secundary-1 {
    background-color: #686D82 !important;
}
.bg-secundary-2 {
    background-color: #D9D9D9 !important;
}
.bg-secundary-3 {
    background-color: #686D82 !important;
    opacity: .3;
}
.bg-primary-green {
    background-color: #9CB537 !important;
}

/* Color */
.text-primary-cian {
    color: #1b7a9e;
}
.text-primary-navy {
    color: #363347;
}
.text-primary-grey {
    color: #71768d;
}

/* Icons */
.s-icon {
    width: 5vh;
    height: 5vh;
}
.s-icon-sm {
    width: 2.5vh;
    height: 2.5vh;
}
.s-icon-sm-2 {
    width: 3.5vh;
    height: 3.5vh;
}
.s-icon-lg {
    width: 7.5vh;
    height: 7.5vh;
}
.icon-survey-card-1 {
    position: absolute;
    width: 40px;
    left: 0;
    top: 0;
}
.icon-survey-card-2 {
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
}

/* Border */

.border-primary-1  {
    border: .25vw solid #15253C !important;
}
.border-primary-gray {
    border: .25vw solid #71768d !important;
}
.border-primary-cian  {
    border: .25vw solid #1b7a9e !important;
}
.border-left-green {
    border-left: 2vh solid #117701 !important;
}
.border-left-yellow {
    border-left: 2vh solid #F5BC00 !important;
}
.border-top-green-1 {
    border-top: 2vh solid #9CB537 !important;
}
.border-width-1 {
    border-width: .35vh !important;
}
.border-secundary-3  {
    border: .25vw solid #686d86 !important;
}
.border-bottom-primary-cian  {
    border-bottom: .25vw solid #1b7a9e !important;
}
.border-top-primary-cian  {
    border-top: .25vw solid #1b7a9e !important;
}

/* Pills */

.rounded-pill-1 {
    border-radius: 25px;
}
.rounded-group-pill-left {
    border-top-left-radius: 12.5px;
    border-bottom-left-radius: 12.5px;
}
.rounded-group-pill-right {
    border-top-right-radius: 12.5px;
    border-bottom-right-radius: 12.5px;
}

/* Shadow */

.box-shadow-guay-1 {
    box-shadow: 0px 1px 15px 1px rgb(62 57 107 / 20%);
}

/* Progress Bar */

.progress-bar-1 {
    height: .5rem !important;
}

/* Custom */

/* Datepicker */
.datepicker-full .react-datepicker-wrapper {
    width: 100%;
}

/* react-select */
.select-react-input-bottom .css-yk16xz-control {
    border-bottom: 1px solid #686D82 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
}

/* Span */
.span-hover-blue-light:hover {
    background-color: #dfe9f1 !important;
}
.span-blue-light {
    background-color: #dfe9f1 !important;
    color: #15253C;
}

/* Card */
.card-info-guay {
    border-color: #af2f72;
    border-width: 15px;
    border-style: solid;
    border-radius: 20px;
    background-color: #af2f72;
}
.card-info-guay-in {
    background-color: #FFF;
    border-radius: 20px;
}

/* TODO: Health Tracking radio buttons style - start */

/* The container */

.container-check-htk {
  display: block;
  position: relative;
  padding-left: 15px;
  margin-bottom: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  
/* Hide the browser's default radio button */
.container-check-htk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: -5px;
  width: 30px;
  height: 30px;
  top: -5px;
}
/* Create a custom radio button */
.checkmark-htk-1 {
    position: absolute;
    left: 0;
    top: .25rem;
    height: 0.938rem;
    width: 0.938rem;
    border-radius: 50%;
    border: 1px solid #C1D8F0;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-htk-1:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-check-htk input:checked~.checkmark-htk-1:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container-check-htk .checkmark-htk-1:after {
    top: .09rem;
    left: .1rem;
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: #C1D8F0;
}

/* Create a custom radio button */
.checkmark-htk-2 {
    position: absolute;
    left: 0;
    top: .2rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    border: 1px solid #94ACE9;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-htk-2:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-check-htk input:checked~.checkmark-htk-2:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container-check-htk .checkmark-htk-2:after {
    top: .09rem;
    left: .1rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: #94ACE9;
}

/* Create a custom radio button */
.checkmark-htk-3 {
    position: absolute;
    left: 0;
    top: .2rem;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    border: 1px solid #6166DC;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-htk-3:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-check-htk input:checked~.checkmark-htk-3:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container-check-htk .checkmark-htk-3:after {
    top: .09rem;
    left: .1rem;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: #6166DC;
}

 /* Create a custom radio button */
.checkmark-htk-4 {
    position: absolute;
    left: 0;
    height: 1.563rem;
    width: 1.563rem;
    border-radius: 50%;
    border: 1px solid #321092;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-htk-4:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.container-check-htk input:checked~.checkmark-htk-4:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.container-check-htk .checkmark-htk-4:after {
    top: 0.09rem;
    left: 0.1rem;
    width: 1.188rem;
    height: 1.188rem;
    border-radius: 50%;
    background: #321092;
}
/* TODO: Health Tracking radio buttons style - end */

/* Iframe */
.ifram-100vh {
    height: 100vh;
    position: absolute;
}

.table-fixed-layout {
    table-layout: fixed !important;
    width: 100% !important;
}