.colorPrimary {
    color: #5635E2 ;
}

.colorPrimaryDark {
    color: #5635E2 ;
}

.colorSecondary {
    color: #EF7060 ;
}

.bgColorPrimary {
    background-color: #5635E2 ;
}

.bgColorPrimaryTransparent {
    background: rgba(86, 53, 226, 0.57) !important;
}

.bgColorPrimaryDark {
    background-color: #5635E2 ;
}

.bgColorSecondary {
    background-color: #EF7060 ;
}

.textColorPrimaryLight {
    color: #FFFFFF !important;
}

.textColorPrimaryDark {
    color: #696969 !important;
}

.checkBoxColorPrimary {
    border: 1px solid #696969;
    background-color: transparent;
}
.checkBoxColorPrimary:checked {
    background-color: #696969;
}

.formLabel {
    display: block;
    font-size: 1.1rem;
    font-weight: normal;
    color: #5635E2;
    padding: 0px 0px 0px 17px;
}

.btn-menu-light {
    color: #5635E2;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-radius: 17px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 40px;
    width: 170px;
    padding: 0 10px 0 10px;
}

.btn-menu-light:hover {
    color: #5635E2;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-menu-light:focus, .btn-menu-light.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-menu-light.disabled, .btn-menu-light:disabled {
    color: #033560;
    background-color: #DCDEE1;
    border-color: #DCDEE1;
}

.btn-menu-light:not(:disabled):not(.disabled):active, .btn-menu-light:not(:disabled):not(.disabled).active,
.show > .btn-menu-light.dropdown-toggle {
    color: #033560;
    background-color: #eff1f4;
}

.btn-menu-light:not(:disabled):not(.disabled):active:focus, .btn-menu-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-menu-light.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}


.btn-shareprimary {
    color: #ffffff;
    background-color: #5635E2;
    border-color: #5635E2;
    border-radius: 17px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    height: 56px;
    min-width: 180px;
    padding: auto;
}

.btn-shareprimary:hover {
    color: #ffffff;
    background-color: #5635E2;
    border-color: #5635E2;
}

.btn-shareprimary:focus, .btn-shareprimary.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-shareprimary.disabled, .btn-shareprimary:disabled {
    color: #ffffff;
    background-color: #5635E2;
    border-color: #5635E2;
}

.btn-shareprimary:not(:disabled):not(.disabled):active, .btn-shareprimary:not(:disabled):not(.disabled).active,
.show > .btn-shareprimary.dropdown-toggle {
    color: #ffffff;
    background-color: #5635E2;
    border-color: #5635E2;
}

.btn-shareprimary:not(:disabled):not(.disabled):active:focus, .btn-shareprimary:not(:disabled):not(.disabled).active:focus,
.show > .btn-shareprimary.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}


.btn-sharesecondary {
    color: #ffffff;
    background-color: #EF7060;
    border-color: #EF7060;

    border-radius: 28px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    /*height: 56px;*/
    min-width: 180px;
    padding: 15px 24px 17px 29px;
}

.btn-sharesecondary:hover {
    color: #ffffff;
    background-color: #EF7060;
    border-color: #EF7060;
}

.btn-sharesecondary:focus, .btn-sharesecondary.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-sharesecondary.disabled, .btn-sharesecondary:disabled {
    color: #ffffff;
    background-color: #EF7060;
    border-color: #EF7060;
}

.btn-sharesecondary:not(:disabled):not(.disabled):active, .btn-sharesecondary:not(:disabled):not(.disabled).active,
.show > .btn-sharesecondary.dropdown-toggle {
    color: #ffffff;
    background-color: #EF7060;
    border-color: #EF7060;
}

.btn-sharesecondary:not(:disabled):not(.disabled):active:focus, .btn-sharesecondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-sharesecondary.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}


.btn-search {
    color: #ffffff;
    background-color: #ffeb61;
    border-color: #ffeb61;
    border-radius: 17px;
    font-weight: bold;
    font-size: 0.9rem;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    min-width: 80px;
    padding: auto;
}

.btn-search:hover {
    color: #ffffff;
    background-color: #ffeb61;
    border-color: #ffeb61;
}

.btn-search:focus, .btn-search.focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}

.btn-search.disabled, .btn-search:disabled {
    color: #ffffff;
    background-color: #FFE646;
    border-color: #FFE646;
}

.btn-search:not(:disabled):not(.disabled):active, .btn-search:not(:disabled):not(.disabled).active,
.show > .btn-search.dropdown-toggle {
    color: #ffffff;
    background-color: #979797;
    border-color: #979797;
}

.btn-search:not(:disabled):not(.disabled):active:focus, .btn-search:not(:disabled):not(.disabled).active:focus,
.show > .btn-search.dropdown-toggle:focus {
    /*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);*/
}