@import '../variables';
@import '~tippy.js/dist/tippy.css';

.tippy-content {
    padding: 0px;
    border-radius: 0px;
    background-color: $blanco;

    .card.card-tippy {
        border: none;
        border-radius: 0px;
        background-color: $blanco;
        color: $negro;
        min-width: 150px;

        .card-header {
            border: none;
            border-radius: 0px;
            background-color: $color1;

            h5 {
                color: $color2;
                font-size: 14px;
                font-weight: 600;
            }
        }

        .card-body {
            padding: 10px;
            background-color: $color2;

            p {
                color: $color1;
                font-size: 12px;
                font-weight: 700;
            }
        }
    }
}

.master {
    &-cotizador {
        padding: 40px 0px;
        background-color: $blanco;

        .leyenda {
            li {
                &::before {
                    content: "";
                    width: 20px;
                    height: 20px;
                    border-radius: 30px;
                    display: inline-block;
                    margin-right: 30px;
                    position: relative;
                    top: 5px;
                }

                &.disponible::before {
                    background-color: #59a12f;
                }

                &.apartado::before {
                    background-color: #ddc54f;
                }

                &.vendido::before {
                    background-color: #c72020;
                }

                & + li {
                    margin-top: 20px;

                    @media screen and (min-width: 768px) {
                        margin-top: 50px;
                    }
                }
            }
        }

        svg#etapa-1 {
            max-width: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            .disponibilidad-1 {
                cursor: pointer;
            }
        }
        svg#etapa-2 {
            max-width: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;

            .disponibilidad-1 {
                cursor: pointer;
            }
        }

        @media screen and (min-width: 992px) {
            padding: 60px 0px;
        }
    }
}

#mdMaster {
    @import '../components/custom-checkbox';

    .modal-content {
        border: none;
        border-radius: 0px;

        .modal-header {
            border: none;

            @media screen and (min-width: 992px) {
                padding-top: 35px;
                padding-left: 35px;
                padding-right: 35px;
            }
        }

        .modal-body {
            @media screen and (min-width: 992px) {
                padding: 35px;
            }
        }
    }

    .custom-checkbox {
        + {
            label {
                span {
                    border-color: $color1;
                    background-color: $blanco;

                    &::before {
                        background-color: $color1;
                    }
                }
            }
        }
    }

    .modal-title {
        font-family: $font-family-futura;
        font-size: 28px;
        font-weight: bold;
        color: $color1;
    }

    .bg {
        max-width: 550px;
        background-size: contain;
        background-color: rgb(255, 255, 255);
    }

    h4 {
        font-size: 16px;
        color: $color1;
    }

    label.lb {
        font-size: 16px;
        color: $color1;
        margin-bottom: 0px;
    }

    select.form-control,
    input.form-control {
        background-color: $blanco;
        color: $color1;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid $color1;
    }

    .btn-verde {
        padding: 10px 55px;
    }

    .plusvalia{
        display: flex;
        flex-direction: column;
        justify-content: center;padding: 40px 40px;
    }
    p.p-plus{
    font-size: 18px;
    color: white;
    }
}

#mdSendSuccess {
    .modal-content {
        background-color: $color2;
        border: none;
        border-radius: 0px;
    }
}