a.watchdog {
    display: block;
    position: relative;
    padding-left: 35px;
    color: #9fa4a9;
    margin-bottom: 0px !important;
}

a.watchdog::before {
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 26px;
    display: block;
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/user/documents/upload/dog-solid.png);
}

#watchdog-form {}

#watchdog-form .watchdog-title {
    margin-bottom: 25px;
}

#watchdog-form .watchdog-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

#watchdog-form .watchdog-row input {
    border-radius: 0 !important;
    border-color: #6a6969 !important;
}

#watchdog-form .watchdog-row input+label {
    margin-bottom: 0;
}

#watchdog-form .watchdog-row span {}

#watchdog-form .disclaimer {
    display: none;
}

#watchdog-form #priceUnder {
    max-width: 40%;
    margin-left: 20px;
    margin-right: 10px;
    border-radius: 0;
    text-align: right !important;
}

#watchdog-form .consents {
    display: none;
}

#watchdog-form #watchdog-submit {
    background-color: #0db10c;
    color: #FFF;
    padding: 12px 30px;
    border: unset !important;
    border-radius: unset !important;
}

#watchdog-form .watchdog-action-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#watchdog-form .watchdog-action-buttons #watchdog-reset {
    padding: 0 !important;
}

#watchdog-form .required-asterisk {
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}

.p-custom-price-wrapper .p-final-price-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 13px;
    margin-bottom: 20px;
}

.p-custom-price-wrapper .p-final-price-wrapper .price-standard {
    margin-bottom: 0 !important;
}

.p-custom-price-wrapper .p-final-price-wrapper .price-final {
    margin-bottom: 0 !important;
}

.p-custom-price-wrapper .holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0;
}

.p-custom-price-wrapper .holder.second {
    gap: 90px;
    justify-content: space-between;
}

.p-custom-price-wrapper .price-measure {
    display: none;
}

@media screen and (max-width: 768px) {

    .p-custom-price-wrapper .p-final-price-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .p-custom-price-wrapper .holder {}

    .p-custom-price-wrapper .holder.second {}
}

@media screen and (max-width: 480px) {
    #watchdog-form #priceUnder {
        margin-top: 10px;
        max-width: 80%;
        margin-left: 0;
    }

    .p-custom-price-wrapper .holder {}

    .p-custom-price-wrapper .holder.second {}
}

@media screen and (max-width: 530px) {
    .p-custom-price-wrapper .holder {}

    .p-custom-price-wrapper .holder.second {
        max-width: 237px;
        gap: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}