:root{
    --body: #e8e8e8;

    --primary: #7679b3; 
    --secondary: #a3a7f1; 
    --tertiary: #c9c9d1; 

    --primary-text: #fff; 
    --secondary-text: #fff; 
    --tertiary-text: #555762; 

    --text: #333; 
    --text-specialty: #707584;
    --calendar-text: #a1a1a1;
}

body {
    background-color: #e0dada;
}

.btn {
    border-radius: 0;
    border-radius: 0;
    margin-bottom: 18px;
}

.step-4__card,
.step-5__event-info {
    position: relative;
    width: calc(100% - 10px);
    margin-bottom: 28px;
}

.profecionals__profecional::before,
.profecionals__profecional::after,
.info-container::before,
.info-container::after,
.service::before,
.service::after,
.step-4__card::before,
.step-4__card::after,
.step-5__event-info::before,
.step-5__event-info::after,
.btn::before, 
.btn::after{
    content: '';
    position: absolute;
    top: 5px;               
    right: -10px;           
    width: 10px;
    height: 100%;
    transform: skewY(45deg);    
}

.btn::before {
    content: '-----';
    padding-top: 4px;
    line-height: 8px;
    font-weight: 700;
}

.profecionals__profecional::before,
.info-container::before,
.service::before,
.step-4__card::before,
.step-5__event-info::before {
    content: '';
    padding-top: 4px;
    line-height: 8px;
    font-weight: 700;
}

.btn::after{
    height: 10px;
    width: 100%;
    bottom: -10px;     
    left: 5px;         
    top: auto;
    right: auto;
    transform: skewX(45deg);       
}

.profecionals__profecional::after,
.info-container::after,
.service::after,
.step-4__card::after,
.step-5__event-info::after {
    height: 10px;
    width: 100%;
    bottom: -10px;     
    left: 5px;         
    top: auto;
    right: auto;
    transform: skewX(45deg);  
}

.profecionals__profecional::before,
.info-container::before,
.service::before,
.step-4__card::before,
.profecionals__profecional::after,
.info-container::after,
.service::after,
.step-4__card::after,
.step-5__event-info::after,
.step-5__event-info::before {
    color: #e0dada;
    background-color: #c1baba;
}


.btn--primary::after,
.btn--secondary::after,
.btn--whatsapp::after {
    background-color: grey;
}


.btn--secondary {
    color: #fff;
}

.btn--primary::before {
    background-color: #9f9898;
    color: var(--primary);
}

.btn--secondary::before,
.btn-default::before {
    background-color: #9f9898;
    color: var(--secondary);
}

.btn--whatsapp::before {
    background-color: #9f9898;
    color: #41d2b6;
}

.btn-danger::before,
.btn-danger::after {
    color: #dd3545;
    background-color: #a72f3b;
}

.card-container {
    background-image: url(/images/v4/themes/cardboard.png);
    background-size: 1000px;
}

.card-container,
.profecionals__profecional,
.info-container {
    border-radius: 10px;
}

.skills3 ul li {
    border-radius: 4px;
    background-color: #e69f9f;
}

.profecionals__profecional,
.info-container,
.service,
.step-4__card,
.step-5__event-info {
    background-color: #e0dada !important;
    border-radius: 0 !important;
}

.profecionals__profecional {
    margin-bottom: 26px;
}

.info-container {
    margin-bottom: 26px;
}

.btn--secondary::before,
.btn--secondary::after,
.bootstrap-dialog-footer-buttons > .btn-default::before,
.bootstrap-dialog-footer-buttons > .btn-default::after {
    background-color: #6c6f9b;
    color: var(--secondary);
}

.btn--whatsapp::before,
.btn--whatsapp::after {
    background-color: #318d7c;
    color: #41d2b6;
}

.btn--hour::before,
.btn--hour::after {
    background-color: #aeaeb8;
    color: var(--tertiary);
}


.btn-reserve-active::before,
.btn-reserve-active::after {
    background-color: #595c8d;
    color: var(--primary);
}

.btn-hour-active::before,
.btn-hour-active::after,
.btn--primary::before,
.btn--primary::after,
.bootstrap-dialog-footer-buttons > .btn-primary::before,
.bootstrap-dialog-footer-buttons > .btn-primary::after {
    background-color: #595c8d;
    color: var(--primary);
}

.btn-reserve-active  {
    overflow: inherit;
    white-space: inherit;
}

.page .btn {
    position: relative;
    width: calc(100% - 6px);
    left: -6px;
}

.btn-block {
    width: calc(100% - 11px);
    margin-left: 0;
}

.service {
    border-radius: 10px;
}

.step-2__title {
    background-color: #e5e5e8;
}

.btn-reserve-active {
    margin-left: 20px;
}

.btn-hour:hover {
    border: none;
}

.container-btn-hour {
    width: calc(100% - 10px);
}

.profecionals {
    margin-bottom: 22px;
}

.profecionals__profecional, 
.info-container {
    position: relative;
    left: -5px;
    width: calc(100% - 10px);
    margin-left: 0;
}

.calendar-card {
    padding: 0;
    width: calc(90% - 12px);
    margin-bottom: 7px;
    position: relative;
    left: -3px;
}

.arrow-content {
    font-size: 16px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.arrow-content::before,
.arrow-content::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -6px;
    width: 6px;
    height: 100%;
    transform: skewY(45deg);
    background-color: #d2cbcb;
}

.arrow-content::before {
    content: '';
    padding-top: 4px;
    line-height: 8px;
    font-weight: 700;
}

.arrow-content::after {
    height: 6px;
    width: 100%;
    bottom: -6px;
    left: 3px;
    top: auto;
    right: auto;
    transform: skewX(45deg); 
}

.bootstrap-dialog-footer-buttons > .btn-primary {
    margin-left: 25px;
}

.bootstrap-dialog-footer-buttons > .btn::before {
    content: '----';
    padding-top: 6px;
    line-height: 8px;
    font-weight: 700;
}

.show-service {
    background: linear-gradient(transparent 0%, 1%, #e0dada 99%);
}

.service__btn  {
    border-radius: 0;
}

@media (max-width: 575px){
    body {
        background-image: url(/images/v4/themes/cardboard.png);
        background-size: 1000px;
    }

    .card-container {
        background-image: none;
        background-color: transparent;
    }

    .page .btn {
        position: relative;
        width: calc(90% - 6px);
        left: -6px;
    }

    .arrow-content {
        left: 20px;
    }
}