body {
    background-color: #fff;
}
.ofl-bg-gray-v1{
    background-color: #eee;
}

.ofl-bg-df{
    background-color: #EFEFEF;
}

.ofl-mg-top {
    margin-top: 4%;
}
.text-bold{
    font-weight: bold;
}
.text-white{
    color:#fff;
}
.breadcrumb{
    background-color: #fff;
    color:#EC0E90;
}
.ofl-progress-bar{
    background: linear-gradient(to right, #EC0E90, #EC0E90);   
}

.top-25{
    top: 25%;
}

.ofl-mg-top-1 {
    margin-top: 1%;
}
.ofl-mg-top-2 {
    margin-top: 2%;
}
.ofl-mg-top-3 {
    margin-top: 3%;
}
.ofl-mg-top-4 {
    margin-top: 4%;
}

.ofl-mg-top-5 {
    margin-top: 5%;
}
.ofl-mg-top-7 {
    margin-top: 7%;
}

.ofl-mg-bottom-1 {
    margin-bottom: 1%;
}
.ofl-mg-bottom-2 {
    margin-bottom: 2%;
}
.ofl-mg-bottom-3 {
    margin-bottom: 3%;
}
.ofl-mg-bottom-4 {
    margin-bottom: 4%;
}

.ofl-mg-bottom-5 {
    margin-bottom: 5%;
}

.ofl-pd-top-1 {
    padding-top: 1%;
}
.ofl-pd-top-2 {
    padding-top: 2%;
}
.ofl-pd-top-3 {
    padding-top: 3%;
}
.ofl-pd-top-4 {
    padding-top: 4%;
}
.ofl-pd-top-5 {
    padding-top: 5%;
}

.profile-border-right{
    border-right: 1px solid #efefef;
    padding-left: 4%;
}
.last-profile-border-right{
    padding-left: 4%;
}

.view-course-border-right{
    border-right: 1px solid #efefef;
    padding-left: 1%;
}
.last-view-course-border-right{
    padding-left: 1%;
}


.ofl-pd-bottom-1 {
    padding-bottom: 1%;
}
.ofl-pd-bottom-2 {
    padding-bottom: 2%;
}
.ofl-pd-bottom-3 {
    padding-bottom: 3%;
}
.ofl-pd-bottom-4 {
    padding-bottom: 4%;
}
.ofl-pd-bottom-5 {
    padding-bottom: 5%;
}
.ofl-pd-bottom-6 {
    padding-bottom: 6%;
}
.ofl-pd-bottom-7 {
    padding-bottom: 7%;
}
.ofl-pd-bottom-8 {
    padding-bottom: 8%;
}

.ofl-pd-default-1{
    padding:1%;
}
.ofl-pd-default-2{
    padding:2%;
}
.ofl-pd-default-3{
    padding:3%;
}
.ofl-pd-default-4{
    padding:4%;
}

.ofl-pdl-default-1{
    padding-left:1%;
}
.ofl-pdl-default-2{
    padding-left:2%;
}
.ofl-pdl-default-3{
    padding-left:3%;
}
.ofl-pdl-default-4{
    padding-left:4%;
}
.ofl-pdl-default-5{
    padding-left:5%;
}

#fixed_btn_add_kms{
    z-index: 1000;
    position: fixed;
    bottom: 50px;
    right: 0px; 
}

.widget-profile{
    padding: 15px;
     background-color: #EC0E90; 
     text-align: center;
     
}
.title-course{
    font-size: 1.8rem;
    font-weight: bold;
}

.border-detail-default{
    border: 1px solid #efefef;
    padding: 1%;
}
.border-top-profile{
    border: 1px solid #efefef;
    padding: 4%;
}
.border-detail-profile{
    border: 1px solid #efefef;
    padding: 2%;
}
.tb-verticle-middle{
    vertical-align: middle !important;
}
.fixed-btn-custom-ofl{
    font-size: 2.3rem;
    color: #fff;
    background-color: #EC0E90;
    border-color: #EC0E90;

    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    /* padding-left: 6%;
    padding-right: 6%; */
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
    padding-right: 5px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    -moz-transition: padding-right .3s ease-in;
    -o-transition: padding-right  .3s ease-in;
    -webkit-transition: padding-right  .3s ease-in;
    transition: padding-right  .3s ease-in;
   
}

.fixed-btn-custom-ofl:hover, .fixed-btn-custom-ofl:focus {
    color: #fff;
    padding-right: 25px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
}
.tooltip > .tooltip-inner {background-color: #EC0E90;}

    /*
      Error styles for single error elements. Bootstrap allows error on control-group only
    */

    .has-error.help-block,
    .has-error.control-label,
    .has-error.radio,
    .has-error.checkbox,
    .has-error.radio-inline,
    .has-error.checkbox-inline,
    .has-error.radio label,
    .has-error.checkbox label,
    .has-error.radio-inline label,
    .has-error.checkbox-inline label {
      color: #cc0000;
    }
    .has-error.form-control {
      border-color: #cc0000;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
    .has-error.form-control:focus {
      border-color: #990000;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff3333;
    }
    .has-error.input-group-addon {
      color: #cc0000;
      border-color: #cc0000;
      background-color: #fff5cc;
    }
    .has-error.form-control-feedback {
      color: #cc0000;
    }

    .nav-menu-profile{
        margin-top: 12px;
        padding: 10px;
        border: 0px solid transparent;
        border-radius: 20px;
        background: #EC0E90;
        color: #FFF;  
    }
.nav-menu-login{
    margin-top: 9px;
    padding: 10px;
    border: 0px solid transparent;
    border-radius: 20px;
    background: #EC0E90;
    color: #FFF;
}
a.nav-login-text-default, .nav-login-text-default:hover {
color:#fff;
}
.form-control-custom-tools{
    font-size: 2.5rem;
    height: auto;
    border-radius: 0;
    margin-bottom: 1.5%;

}
.home-text-header{
    font-weight: bold;
    font-size: 1.8rem;
}
.img-icon-header-home{
    width:30px;
}
.img-icon-nav-menu{
    height: 30px;
}

.active-home-text{
    background-color: #EC0E90;
    border-radius: 15px;
    color:#fff;
}
.img-icon-course-recommanded{
    width:50px;
}

.form-control-custom-search {
    height: auto;
    border-radius: 0;
    margin-bottom: 1.5%;
    background: #EFEFEF;
}

.form-control-custom-tools-user{
    border-radius: 0;
    margin-bottom: 1.5%;
    font-size: 1.8rem;
    
    

}

.edit-profile-label{
    font-size: 1.6rem;
    font-weight: normal;
}
.text-title-step{
    font-weight: 700;
}

#custom-handle {
    width: 3.5em;
    height: 2.5em;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
  }
.cal-result-font-size{
    font-size: 1.8rem;
}
.cal-btn{
    font-size: 1.8rem;
}

.line-thru {
    display: block;
    font-size: .875em;
    margin-bottom: 1em;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
}
.line-thru:before {
    width: 40px;
    height: 10px;
    background-color: #FFF;
    content: '';
    margin: -5px 0 0 -20px;
    left: 50%;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.line-thru:after {
    border-bottom: 1px solid #dfe0e6;
    content: '';
    display: block;
    position: absolute;
    top: 49%;
    width: 100%;
    z-index: -2;
}
.ppp::after{
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 5px;
}

.success {
    border-color: #4CAF50;
    color: green;
  }

.no-padding{
    padding:0;
}
.bg-cc-rr{
    background-color: #fff;
    border-radius: 35px;
    padding: 5%;
}
.bg-cc-question{
    background-color: #fff;
    border-radius: 35px;
    padding: 3%;
}
.bg-cc-question-result{
    background-color: #fff;
    padding: 3%;
}

.bg-cc-rr-gray{
    background-color: #efefef;
    border-radius: 35px;
    padding: 2%;
}
.lb-t-m{
    color: #fff;
    background-color: #292929;
    border-color: #292929;
    border-radius: 15px !important;
    padding: 0.8rem;
    padding-left: 5rem;
    padding-right: 5rem;
  
}
.bg-result-retire{
    background-color: #EC0E90;
    border-radius: 50px;
    padding: 5%;
}

.bg-result-step{
    background-color: #EC0E90;
    border-radius: 40px;
    padding: 3%;
}

.bg-result-step-summary{
    background-color: #EC0E90;
    border-radius: 20px;
    padding: 1%;
}

#detail_grade{
    font-weight: bold;
}


.step-header-result{
    color: yellow;
    font-weight: bold;
    line-height: normal;;

}
.step-subheader-result{
    color: #fff;
    line-height: normal;
}

.bg-result-register{
    background-color: #EC0E90;
    border-radius: 50px;
    padding: 5%;
}

.km_category_widget{
    background-color: white;
    margin: 10px;
}

.ofl-default-text-mute-color{
    color:#DCDCDC;
}

.label-size-title{
    /* font-size: 1.5rem; */
    font-weight: 700;
}
.label-size-text{
    font-weight: normal;
}

.label-size-text-result{
    font-weight: normal;
    color:#fff;
    font-size: 1.5rem;
}

.input-group-addon-custom {
    width: 1%;
    padding: 6px 12px;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}
.s-icon-l, a.s-icon-l,a.s-icon-l:hover, a.s-icon-l:active{
    text-decoration-line: none; 
    color: #696969;
}
.txt-comment-title, a.txt-comment-title:hover, a.txt-comment-title:active{
    color:#424950;
    text-decoration-line: none; 
}

.vh-50 {
    height: 50vh!important;
}
.vh-70{
    height: 70vh!important;
}

.txt-name-comment-owner, a.txt-name-comment-owner:hover, a.txt-name-comment-owner:active{
    color: #fff;
    background-color: #EC0E90;
    border-color: #EC0E90;
    border-radius: 15px !important;
    padding: 0.2rem;
    padding-left: 1%;
    padding-right: 1%;
}


.btn-facebook{
    color: #3B5998;
    background-color:transparent;
    border: 2px solid #3B5998;
    border-radius: 20px !important;
    
}

.btn-facebook:hover, .btn-facebook:active, .btn-facebook:focus  {
    color: #292929;
}

.btn-google{
    color: #DB4437;
    background-color:transparent;
    border: 2px solid #DB4437;
    border-radius: 20px !important;
    
}
.btn-google:hover, .btn-google:active, .btn-google:focus  {
    color: #292929;
}

.txt-name-comment-reply, a.txt-name-comment-reply:hover, a.txt-name-comment-reply:active{
    color:#424950;
    text-decoration-line: none; 
}

a.s-icon-l:hover, a.s-icon-l:active {
    text-decoration-line: none; 
    color: #696969;
  }
  
  .col-centered{
    float: none;
    margin: 0 auto;
}

.img-responsive-custom{
    width:100%;
}

.img-responsive-custom-financial{
    width:70%;
}
.cc-crop{
    object-fit: cover;
    height: 350px;
    object-position: 0 0;
}

.share-thumb-img{
    width: 48px;
    height: 48px;
    cursor: pointer;
}
#shareModal{
    top:25%;
}

.cc-crop-thumb{
    object-fit: cover;
    object-position: 0 0;
    height: 180px;
}

.cc-crop-thumb-widget{
    object-fit: cover;
    object-position: 0 0;
    height: 60px;
}

.space-100-custom {
    padding-top: 7%;
    padding-bottom: 1%;
}

.space-300-custom {
    padding-top: 16%;
    padding-bottom: 5%;
}



.space-2-custom {
    padding-top: 2%;
    padding-bottom: 2%;
}

.ofl-default-text-color {
    color: #292929;
}

.hr1{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #292929;
}
.hr2{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #292929;
}
.hr3{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #292929;
}
.hr4{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #292929;
}
.hr5{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #292929;
}
.ofl-default-text-color-main {
    color: #EC0E90;
}

a.ofl-default-text-color-main, .ofl-default-text-color-main:hover {
    color: #EC0E90;
    text-decoration: none;
}

.ofl-default-text-color-main-white {
    color: #fff;
}

a.ofl-default-text-color-main-white, .ofl-default-text-color-main-white:hover {
    color: #fff;
    text-decoration: none;
}


.ofl-default-bg-color-only {
    background-color: #EC0E90;
}

.ofl-default-bg-color {
    color: white;
    background-color: #EC0E90;
}

.ofl-default-bg-color-top-sub {
    color: white;
    background-color: #EC0E90;
}

.ofl-bg-white {
    background-color: #fff;
}
.ofl-default-blog-text-color-bold{
    color: #EC0E90;
    font-weight: bold;
}

a.ofl-default-blog-text-color-bold, .ofl-default-blog-text-color-bold:hover {
color: #EC0E90;
    text-decoration: none;
}


.padding-l-news {
    background-color: white;
    margin-right: 3%;
}

.bg-color-custom-ofl {
    background-color: #eee;
    height: 20rem;
    align-items: center;
}

.bg-color-course-recommended {
    background-color: #EC0E90;
    
    align-items: center;
}

.olf-text-left {
    text-align: left;
}

.btn-white-custom-ofl {
    color: black;
    background-color: #fff;
    border-color: #fff;
    border-radius: 10px !important;
    padding: 0.5rem;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

#btn-change-profile{
    position: absolute;
    margin-left: 52%;
}
.btn-custom-ofl-profile {
    color: #fff;
    background-color: #EC0E90;
    padding: 4%;
    border-radius: 50% !important;
}
.img-circle-profile{
    border: 1px solid #565656;
    padding: 3%;
    border-radius: 50%;
}


.size-input-radio-custom {
    transform: scale(1.6);
}
.gray-btn-custom-ofl{
    color: #292929;
    background-color: transparent;
    border: 1px solid #292929;
    border-radius: 15px !important;
}
.btn-custom-ofl {
    color: #fff;
    background-color: #EC0E90;
    border-color: #EC0E90;
    border-radius: 15px !important;
    /* padding: 0.5rem; */
    /* padding-left: 6%;
    padding-right: 6%; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.label-btn-custom-ofl {
    color: #fff;
    background-color: #EC0E90;
    border-color: #EC0E90;
    border-radius: 15px !important;
    padding: 0.5rem;
    padding-left: 6%;
    padding-right: 6%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.btn-custom-ofl-disabled {
    color: #fff;
    background-color: #777;
    border-color: #777;
    border-radius: 15px !important;
    padding: 0.5rem;
    padding-left: 6%;
    padding-right: 6%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.label-btn-custom-ofl-disabled {
    color: #fff;
    background-color: #777;
    border-color: #777;
    border-radius: 15px !important;
    padding: 0.5rem;
    padding-left: 6%;
    padding-right: 6%;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}


.btn-custom-ofl:hover, .btn-custom-ofl:focus {
    color: #dddddd;
    background-color: #EC0E90;
    border-color: #EC0E90;
    border-radius: 15px !important;
    /* padding: 0.5rem; */
    /* padding-left: 6%;
    padding-right: 6%; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.ofl-btn-gradient-white {
    border-radius: 25px;
    border-color: #EC0E90;
    background: white;
    color: #EC0E90;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
/* 
.ofl-btn-gradient-white:hover {
    color: #fff;
    background-color: #EC0E90;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
} */

.border-filter-course-catalog{
    border: 1px solid #ddd;
}


/* INPUT TOGGLE */

.input-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.input-toggle input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.input-toggle-handle {
    display: block;
    /* width: 84px;
    height: 44px; */
    width: 8.5rem;
    height: 3.5rem;
    transition: .4s ease;
    /* background-image: linear-gradient(#fe54b8, #ee1a97); */
    background-color: #EC0E90;
    border-radius: 10em;
    box-shadow: inset 0 1px rgba(0, 0, 0, .15), inset 0 0 0 1px rgba(0, 0, 0, .15), inset 0 1px 2px rgba(0, 0, 0, .15), inset 44px 44px #fff;
}

.input-toggle-handle:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 8px;
    /* width: 32px;
    height: 32px; */
    width: 2.45rem;
    height: 2.5rem;
    transition: .4s ease;
    border-radius: 10em;
    background: #fff;
    box-shadow: inset 0 -1px rgba(0, 0, 0, .2), inset 0 0 0 1px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .1), 0 6px 12px rgba(0, 0, 0, .1);
}

.input-toggle input:checked~.input-toggle-handle {
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.15), inset 0 0 0 1px #fe54b8;
}

.input-toggle input:checked~.input-toggle-handle:before {
    left: 44px;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 0 0 1px #fe54b8, 0 1px 2px rgba(0, 0, 0, 0.1), 0 6px 12px rgba(0, 0, 0, 0.1);
}

.input-toggle:before {
    content: "ON";
    left: 0;
    color: #fff;
}

.input-toggle:after {
    content: "OFF";
    right: 0;
    color: #1a626e;
}

.input-toggle:before,
.input-toggle:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 12px 16px;
    font-size: 12px;
    z-index: 0;
}


/* INPUT TOGGLE */

/* PROGRESS STEP */



#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    width: 16.66%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #step1:before {
    content: "1";
}

#progressbar #step2:before {
    content: "2";
}

#progressbar #step3:before {
    content: "3";
}
#progressbar #step4:before {
    content: "4";
}
#progressbar #step5:before {
    content: "5";
}
#progressbar #step6:before {
    content: "6";
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #efefef;
    border: 1px solid #EC0E90;
    border-radius: 50%;
    margin: auto;
    color: #292929;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #EC0E90;
    position: absolute;
    left: 0;
    top: 21px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background-color: #EC0E90;
    color: #fff;
}
/* PROGRESS STEP */


/* PROGRESS STEP V2 */
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
  }
  .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
    background-color: #ededed;
  }
  
  .multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
    color: #EC0E90;
  }
  .multi-steps > li:before {
    content: '\f00c';
    content: '\2713;';
    content: '\10003';
    content: '\10004';
    content: '\2713';
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-color: #EC0E90;
    border-radius: 50%;
  }
  .multi-steps > li:after {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #EC0E90;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
  }
  .multi-steps > li:last-child:after {
    display: none;
  }
  .multi-steps > li.is-active:before {
    background-color: #EC0E90;
    border-color: #EC0E90;
    color: #fff;
  }
  .multi-steps > li.is-active ~ li {
    color: #808080;
  }
  .multi-steps > li.is-active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
  }
  
/* PROGRESS STEP V2 */

  .centered{
    margin: 0 auto;
}

.tooltip-inner {
    white-space:pre;
    max-width:none;
    text-align:left;
}


.myForm {
    max-width: 400px;
    position: absolute;
    margin-top: 10%;
    top: 40%;
    left: 50%;
    border-radius: 25px;
    padding: 2%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
}

.text-signin, a.text-signin:hover, a.text-signin:active{
    color:black;
    text-decoration:underline;
    font-weight: normal;
}


.label-c {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 90%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 1em;
}
.label-ofl-default{
    background-color: #EC0E90;
    color: #292929;
}

.no-question{
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #EC0E90;
    border: 2px solid #EC0E90;
    color: #fff;
    text-align: center;
    display: inline-block;

}


.progress-bar{
    background: #EC0E90;
    height: 80%;
}
.text-num-question{
    font-size: 1.8rem;
}

/*NEW TOGGLE */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .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: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #EC0E90;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #EC0E90;
  }
  
  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%;
  }

  /*NEW TOGGLE */


  .btn-file-default {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn-file-default input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

.ui-autocomplete
    {
        max-height: 150px;
        overflow-y: auto; /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }

    * html .ui-autocomplete
    {
        height: 150px;
    }

@media screen and (max-width: 600px) {
    .space-100-custom {
        padding-top: 22%;
    }

    .space-300-custom {
        padding-top: 28%;
    }

    .myForm {
        min-width: 80%;
        margin-top: 20%;
      }

      #btn-change-profile {
        margin-left: 35%;
    }

    .img-responsive-custom{
        width: 60%;
    }
    .img-responsive-custom-financial{
        width:55%;
    }
}