.pink {
    color: #FF3282;
}

.purple {
    color: #8C32FA;
}

.bg-pink {
    background-color: #FF3282;
}

.bg-light-pink {
    background-color: #F68FB7;
}

.bg-purple {
    background-color: #8C32FA;
}

.bg-light-purple {
    background-color: #D2B2F9;
}

.bg-orange {
    background-color: #F05A00;
}

.bg-light-orange {
    background-color: #EEA31B;
}

.bg-green {
    background-color: #048162;
}

.bg-light-green {
    background-color: #00BE3C;
}

.bg-turquoise {
    background-color: #00B9B3;
}

.bg-light-turquoise {
    background-color: #33D5D0;
}

.burgundy-button {
    background: #A53860 !important;
}

.purple-button {
    background: #8C32FA !important;
}

.dark-green-button {
    background: #2D6A4F !important;
}

.transparent-button {
    background: transparent !important;
}

.stroke-burgundy {
    color: #A53860 !important;
    border: 1px solid #A53860 !important;
}

.stroke-purple {
    color: #8C32FA !important;
    border: 1px solid #8C32FA !important;
}

.stroke-dark-green {
    color: #2D6A4F !important;
    border: 1px solid #2D6A4F !important;
}

.credits.pink {
    font-size: 16px;
    color: #FF3282;
    border: 2px solid #FF3282;
    border-radius: 50px;
    padding: 2px 20px;
}

.credits.purple {
    font-size: 16px;
    color: #8C32FA;
    border: 2px solid #8C32FA;
    border-radius: 50px;
    padding: 2px 20px;
}

.name.pink {
    color: #FF3282;
}

.name.purple {
    color: #8C32FA;
}

.reg {
    position: relative;
    font-size: 75%;
    top: -0.5rem;
    /* font-size: 2vh; */
    /* bottom: 0.5vh; */
}

.reg-in-title {
    font-size: 3vh;
    position: relative;
    bottom: 2vh;
}

.steps {
    font-size: 5vh !important;
    font-weight: 600 !important;
}

.video {
    font-size: 4vh !important;
    font-weight: 600 !important;
}

.dashboard .font-small {
    font-size: 14px !important;
}

.dashboard .font-medium {
    font-size: 18px !important;
}

#section-account-type.account-type .inner-section {
    background-color: #D2F0DC;
}

#section-account-type.account-type .section-title {
    color: #00BE3C;
}

#section-account-type .account-type-btn {
    background-color: #4dd277 !important;
}

#section-account-type .account-type-btn:hover {
    background-color: #3bcb63 !important;
}

#section-account-type .account-type-btn-2 {
    background-color: transparent !important;
    border: 1px solid white;
}

#section-account-type .account-type-btn-2:hover {
    background-color: #3bcb63 !important;
    border: 1px solid #3bcb63;
}

.account-type .box-test-image {
    color: #fff;
}

.account-type .box-test-image:before {
    background-color: #00BE3C;
}

.carousel-teste#account-type .inner {
    background-color: #00BE3C;
}

#section-account-type .slick-dots {
    display: none !important;
}