.callback-my-form {
    width: 500px;
    max-width: 100%;
    margin: 80px auto;
    background: gainsboro;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 3px 5px 1px rgba(21, 52, 32, 0.5);
}

.universal-page {
    width: 100%;
}

.callback-my-form label {
    display: block;
    font-weight: 600;
}

span.wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

span.wpcf7-form-control-wrap input {
    width: 100%;
    border-radius: 3px;
    margin-top: 5px;
    border: 1px solid lightgray;
}

.callback-my-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    height: 50px;
    border: none;
    background: green;
    color: #fff;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}

span.wpcf7-spinner {
    margin: 24px auto;
    display: none;
}

.NEW_DOOR_ADDED {
    padding: 30px;
    background: #f6f5f1;
    width: 500px;
    max-width: 100%;
    margin: 80px auto;
    text-align: center;
}

.NEW_DOOR_ADDED>div {
    font-weight: bold;
}

.door-wr {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.door-wr img {
    width: 100%;
    height: auto;
}

.door-wr span {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: grab;
    user-select: none;
}

.door-wr {}

.door-wr span:hover {
    background: green;
    color: #fff;
}

.custom_form_wr {
    width: 500px;
    margin: 40px auto;
    background: pink;
    padding: 30px;
    display: flex;
}

.custom_form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
}

form#custom_form {
    width: 100%;
}

form#custom_form {}

form#custom_form button {
    background: lightcoral;
    border: none;
    width: 100%;
    height: 50px;
    border-radius: 3px;
}

.repeater-wr {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.repeater_item {
    width: calc(50% - 10px);
    height: 100px;
    background: gainsboro;
    border-radius: 10px;
    padding: 20px;
    padding-right: 45px;
    position: relative;
}

.repeater-wr {
    margin: 80px auto;
}

.repeater_number {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    top: 5px;
    right: 5px;
}

.gallery-wr {
    margin-bottom: 60px;
}

.amo-form {
    padding: 30px;
    width: 500px;
    max-width: 100%;
    margin: 80px auto;
    text-align: center;
    background: #148dcd;
    color: #fff;
    border-radius: 30px;
}

form#amoform input {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    border-radius: 20px;
    padding: 0 30px;
    color: #000;
    font-size: 18px;
}

input[type="submit"] {}

.amosubmitbtn input[type="submit"] {
    border: none;
    background: #106897;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 4px;
    cursor: pointer;
}

div#amoform_text {
    padding-top: 5px;
}