﻿@import url("/IOS__Theme/Theme.IOS__Theme.css?25652");

/* Step 4 START*/
/*Se for necessário mudar para o Carousel fica já com a classe layout_Inputs*/
.layout_Inputs .RebuildInput.essential-data {
      font-size: var(--font-size-h2) ;
      text-align:center !important;
      font-weight: var(--font-semi-bold);
}

.ButtonGroupDiv{
    width: 25%;
}

.tablet .ButtonGroupDiv{
    width: 35%;
}

.phone.portrait .ButtonGroupDiv{
    width: 70%;
}

.phone.landscape .ButtonGroupDiv{
    width: 40%;
}

.RefreshIcon a  {
   display: inline-block;
   margin-top: 50%;
   color: var(--color-grey);
   margin-left: -25px;

}

.RefreshIcon a span {
    font-size: 25px;
}

/* Step7-Expandable OptionCard START */
.WrapperLabel_expandableOption{
    text-align: left;
    font-size: var(--font-size-base);
    margin-bottom: 3%;
}

.WrapperIconInList_expandableOption{
    color: var(--color-G4);
    text-align: right;
}

.LastLabel{
    margin-bottom: 0;
}
/* Step7-Expandable OptionCard END */

