/*** Figma base Styles ***/

.regular {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

.regular_xsmall {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
}

.regular_small {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}

.regular_large {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.bold {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.bold_xsmall {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
}

.bold_small {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
}

.bold_large {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.regular_label {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.alert_error {
    color: #F34848;
}

.black {
    color: #282828;
}

.brand_primary {
    color: #53B67F;
}

.brand_secondary {
    color: #FFF;
}

.background_gray {
    background-color: #FAFAFA;
    padding: 8px;
}

.no_border {
    border:none;
    border-radius:0;
}

.center {
    text-align: center;
}

body {
    background-color: #F6FBF9;
}

h1 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 60px;
    color: #282828;
}

h2 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #282828;
}

h3 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #282828;
}

h4 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #282828;
}

h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #282828;
}

h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #282828;
}

a {
    color: #53B67F;
}

a:hover {
    color: #53B67F;
}

.form-control {
    border-radius: 0;
}

.no-margin {margin:0;}
.no-padding {padding:0;}

.body_light {
    background: #FAFAFA;
}

.body_medium {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
}

.body_black {
    color: #232323;
}

.body_secondary {
    color: #838383;
}

.body_secondary_yellow {
    color: #E0A800;
}

.body_heavy {
    color: #BBB;
}

.body_formGray {
    color: #D6D6D6;
}

.choice_color {
    color: #434343;
}

.error_color {
    color: #F00;
}

.shadow_box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.alert-warning {
    background: #FFFFFF;
    border: 2px solid #E0A800 ;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.alert-dismissible {
    background: #FFFFFF;
    border: 2px solid #53B67F;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.alert-dismissible .close {
    margin-top:10px;
    color: #282828;
}

.rectangle {
    /* Brand/Secondary */
    background: #FFFFFF;

    /* Brand/Primary */
    border: 2px solid #53B67F;
    box-sizing: border-box;

    /* Drop shadow/Box */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    
    padding:8px 0
}

.rectangle .icon {
    text-align:center;
    margin:auto;
}

.svg-container
{
  display: flex;
  align-items: center;
  height: 100%;
}

.svg-center {
    margin:0 auto;
    display: block;
}

.sidenav a {
    color: #282828;
}

.sidenav {
    padding:10px;
    margin-left: -4px; /* To align the border when active */
    border-left: 5px solid #FFF;
    box-sizing: border-box;
}

.sidenav.active {
    border-color: #53B67F; 
}

.sidenav.active a {
    color: #53B67F;
    font-size: 1.1em;
}

select {
    padding:5px; border:1px solid #D6D6D6;
}

button.close {
    color:black;
    opacity: 1;
}

/********************/

/*** Add a custom button with the main color of Wehost ***/
.btn-wehost { 
    color: #FFF; 
    background-color: #53B67F; 
    border-radius: 2px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
} 

.btn-wehost:hover, 
.btn-wehost:focus, 
.btn-wehost:active, 
.btn-wehost.active, 
.open .dropdown-toggle.btn-wehost { 
    color: #FFF; 
    background-color: #247A56;
} 

.btn-wehost:active, 
.btn-wehost.active, 
.open .dropdown-toggle.btn-wehost { 
    background-image: none; 
} 

.btn-wehost.disabled, 
.btn-wehost[disabled], 
fieldset[disabled] .btn-wehost, 
.btn-wehost.disabled:hover, 
.btn-wehost[disabled]:hover, 
fieldset[disabled] .btn-wehost:hover, 
.btn-wehost.disabled:focus, 
.btn-wehost[disabled]:focus, 
fieldset[disabled] .btn-wehost:focus, 
.btn-wehost.disabled:active, 
.btn-wehost[disabled]:active, 
fieldset[disabled] .btn-wehost:active, 
.btn-wehost.disabled.active, 
.btn-wehost[disabled].active, 
fieldset[disabled] .btn-wehost.active { 
    background-color: #53B67F; 
    border-color: #054D18; 
} 

.btn-wehost .badge { 
    color: #53B67F; 
    background-color: #FFFFFF; 
}

/* The container */
.radio_container {
    display: flex;
    position: relative;
    padding-left: 35px;
    padding-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark.disabled {
    background-color: #AAA /* !important */;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #838383;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a primary background */
.radio_container input:checked ~ .checkmark {
    background-color: #53B67F;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle)  */
.radio_container .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/******************************************/

.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-bottom: 8px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
.checkmark_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #838383;
    background-color: #FFF;
}
  
  /* On mouse-over, add a grey background color */
  .checkbox_container:hover input ~ .checkmark_checkbox {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a white background */
  .checkbox_container input:checked ~ .checkmark_checkbox {
    background-color: #53B67F;
  }
  
/* Create the indicator (hidden when not checked) */
.checkmark_checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

  /* Show the checkmark when checked */
  .checkbox_container input:checked ~ .checkmark_checkbox:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox_container .checkmark_checkbox:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid #FFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

/***********************************************************/

/* change the color of active or hovered for tabs */
.nav-pills .nav-link{
    font-weight:  300;
    text-align: center;
}

.nav-pills .nav-link:hover{
    color: #53B67F;
}

.nav-pills .nav-link.active{
    font-weight:  bold;
    background-color: #FFF;
    color: #282828;
    border-bottom: 3px solid #53B67F;
}

/*** Add a custom button with the main color of Wehost ***/
.navbar-custom {
    background-color: #FFF;
    padding-bottom: 0;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #282828;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    text-align: center;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #282828;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    text-align: center;
}

/* Add a border bottom for the active link */
.navbar-custom .nav-item.active {
    border-bottom: 3px solid #53B67F;
}

/* change the color of active links */
.navbar-custom .nav-item.active .nav-link {
    color: #53B67F !important;
    font-weight: bold;
}

/* change the color of hovered links */
.navbar-custom .nav-item:hover .nav-link {
    color: #53B67F;
}

.wrapper {
    max-width: 1420px; /* 20px smaller, to fit the paddings on the sides */
    min-height:600px;
    margin: 0 auto;
    width: 90%;
}

footer h5 {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #FFF;
}

footer a:hover {
    color: #FFF;
}

footer p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    color: #FFFFFF;
}

footer hr {
    mix-blend-mode: normal;
    opacity: 0.5;
    border: 2px solid #FFFFFF;
}

.footer_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
}

/************* Page account **************/
.account_avatar {
    width: 100%;
    border-radius: 50%;
    margin:0 auto;
    text-align:center;
}

/*****************************************/

/************* Calendar   **************/

.calendar_header_rect {
    height:24px;
    width:24px;
    float:left;
    margin-right:10px
}

/*****************************************/

/************* Location  **************/

.tab-content {
    border: none;
}

/*****************************************/


/************* Payment  **************/

.payment_title {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
}

.payment_total {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #838383;
}

.payment_amount {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

/*****************************************/
