﻿/* TO REMEMBER */
/* all: initial;*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    border: 1px solid #aaa !important;
    color: white !important;
}

input.fullInput {
    width: 100%;
}

input.hugeInput {
    width: 350px;
}

input.largeInput {
    width: 300px;
}

input.middleInput {
    width: 160px;
}

input.mediumInput {
    width: 200px;
}

input.smallerInput {
    width: 70px;
}

input.smallestInput {
    width: 30px;
}

.container {
    margin: 0em auto;
}

.centerImage {
    margin-top: 20px;
}

input[type=text] {
    
}

textarea {
    font-family: arial, sans-serif;
    font-size: 18px !important;
    padding: 12px;
    margin: 12px 0 20px 0;
    border-radius: 4px;
    max-width: 100%;
}

input[type="submit"] {
    border: none;
    font-weight: bold;
    text-transform:uppercase;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    letter-spacing: 0.5px;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
    text-shadow: none;
    text-align: center;
    padding: 0.5em 1.5em;
    background-color: #444;
    background: -moz-linear-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    background: -webkit-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    background: -o-linear-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    background: linear-gradient(90deg, rgba(75,177,246,1) 0%, rgba(4,85,191,1) 100%);
    font-size: 1.15rem;
}


label {
    font-size: 1rem;
    display: block;
    margin-top: 12px;
    margin-bottom: 7px;
}

label span {
    padding-top:6px;
    display:block;
    font-size: 0.85rem;
    font-weight:normal;
}

.form-input,
.form-select {
    font-size: 1.2em;
    padding: 8px;
    height: unset;
    width: 90%;
    display: block;
    border-radius: 4px;
    border: solid 1px #aaa;
    margin-bottom: 1em;
}

.form-select {
    margin: 12px 0 0 0;
}


input[type=checkbox] {
    height: 35px;
}

.short-text {
    display: none;
}


.form-select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.75em;
    background-size: 5px 5px, 5px 5px, 1px 1.1em;
    background-repeat: no-repeat;
    cursor:pointer;
}

    .form-select:focus {
        background-image: linear-gradient(45deg, #bbb 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #bbb 50%), linear-gradient(to right, #ccc, #ccc);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.75em;
        background-size: 5px 5px, 5px 5px, 1px 1.1em;
        background-repeat: no-repeat;
        border-color: green;
        outline: 0;
    }


.form-input:focus,
.form-select:focus {
    border: solid 1px var(--clr-accent-blue-lighter);
}

.btn {
    display: inline-block;
    border-radius: 0.3em;
    border: 0;
    margin: 0 0 1.5em;
    padding: 0.5em 1em;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    /*width: 50%;*/
    min-width: 180px;
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.button {
    /*grid-column: 2;
    justify-self: start;*/
}

.selectionDropdown p {
    align-self: center;
    margin: 0.7em 0 0.5em 0;
    line-height:1;
}

.selectionDropdown:hover {
    background-color: #c7cbfc;
    cursor: pointer;
}

.close {
    position: relative;
    margin-left: 1.5em;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    float: right;
}

.close:hover {
    opacity: 1;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.registerDecision {
    display: grid;
    grid-gap: 1.5em;
    padding: 4em 2em;
    background-color: #fff;
}

.testerRegisterForm {
    margin: 3em auto;
    max-width: 600px;
}

.register-form-content h3,
.form-success h3{
    text-align: left;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c3e50",endColorstr="#3498db",GradientType=1);
    padding: 0.25em 0;
    margin: 0 4em 0 0;
}

.register-form-content label,
.form-success label {
    font-size: 0.95em;
    margin: 0 0 0.75em;
    font-weight: bold;
}

.genderSelectBox {
    display: grid;
    max-width: 390px;
    grid-template-columns: 18% 16% 18% 16% 18%;
    margin: 1em 0 2em;
}

.genderSelectBox span {
    font-size: 0.75em;
    margin-top: 0.5em;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.inBetween {
    color: #aaa;
    margin-left: 0em !important;
    text-align: left;
    justify-self: center;
    align-self: center;
}

.genderSelect {
    cursor: pointer;
    border-radius: 5px; /*
    max-width: 190px;
    
    -webkit-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);
    -moz-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);
    box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.16);*/
    background-size: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
}

    .genderSelect.active {
        border:solid 1px var(--clr-primary) ;
    }

#CreatePetForm {
    width: min(100% - 2rem, 600px);

}

.createPetFlow{
    margin-bottom:3em;
}


.petSelectBox,
.petSelectBoxPopup {
    display: grid;
    margin: 0.35em 0;
    height: min(130px);
    justify-items: center;
}

.petSelectBox span,
.petSelectBoxPopup span{
    font-size: 0.75rem;
    margin-top: 0.5em;
    text-align: center;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.inBetween {
    color: #aaa;
    margin-left: 0em !important;
    text-align: center;
    justify-self: center;
    align-self: center;
}

.petSelect {
    justify-self: center;
    cursor: pointer;
    border-radius: 5px;
    width: 85px;
    height: 85px;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 2.5em !important;
}

    .petSelect.dog {
        background: #fff url('/Images/icons/Dog.svg') no-repeat !important;
    }

    .petSelect.cat {
        background: #fff url('/Images/icons/Cat.svg') no-repeat !important;
    }


    .petSelect.dog:hover {
        background: #fff url('/Images/icons/DogHover.svg') no-repeat !important;
    }
    .petSelect.dog.active {
        background: #fff url('/Images/icons/DogActive.svg') no-repeat !important;
    }

    .petSelect.cat:hover {
        background: #fff url('/Images/icons/CatHover.svg') no-repeat !important;
    }
    .petSelect.cat.active {
        background: #fff url('/Images/icons/CatActive.svg') no-repeat !important;
    }

.genderSelect.female {
    background: #fff url(/Images/icons/Female.svg) no-repeat !important;
    width: 65px;
}
.genderSelect.male {
    background: #fff url(/Images/icons/Male.svg) no-repeat !important;
    width: 65px;
}

.formRegisterForEvent,
.formRegisterForNewsletter {
    border: solid 1px #ddd;
    padding: 2rem;
    border-radius: 6px;
    background-color: #f1f1f1;

}

.formRegisterForEvent p,
.formRegisterForNewsletter p{
    color:#111;

}

.row {
    display: inline-block;
    width: 100%;
    position: relative;
    min-height: 0;
    line-height: 1.2;
    padding: 10px 0;
}

.selectionLink {
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    width: 190px;
    height: 50px;
    background: #f6f6f6;
    border: #d9d9d9 1px solid;
    padding: 12px 10px 8px;
    float: left;
    font-size:1.25em;
    margin-right: 20px;
    margin-bottom: 20px;
    font-weight:normal;
    color:#666;
    cursor: pointer;
    border-radius: 4px;
}

    .selectionLink.active {
        border: #ffc153 1px solid;
        color: var(--clr-primary);
    }

.recurring-period {
    font-size:1.2em;
    padding: 8px 6px;
    border-radius: 4px;
    color: #666;
    width: 195px;
    height: 52px;
}

.amount-box.active {
    border: #ffc153 1px solid;
}
.amount-box-currency{
    color:#666;
}

.amount-box-amount {
    display: block;
    font-size: 35px;
    color: var(--clr-primary);
    text-align: center;
}
.amount-box:hover {
    border-color: var(--clr-secondary);
}

.amount-box {
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    width: 90px;
    height: 90px;
    background: #f6f6f6;
    border: #d9d9d9 1px solid;
    padding: 10px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius:4px;
}

.otherAmountArea{
    border:solid 1px #ddd;
    border-radius:5px;
    padding:2em;
    margin: 1em 0 0 0;
    max-width:600px;
}

.textOtherAmount {
    float: left;
    margin: 7px 0 0 0;
    padding: 8px;
    color: var(--clr-primary);
    font-size: 0.65em;
}

.sameLine {
    padding: 0.5em 0 0 0;
    line-height: 2em;
    margin: 0 0 0 0.5em;
}

iframe {
    border: none;
}

.doPaymentOverlay h3 {
    padding: 0;
}

.popupOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 45;
    cursor: pointer;
}

.centeredForm {
    font-size: 16px;
    display: grid;
    justify-content: center;
    padding: 2em;
}

.closeButton {
    position: absolute;
    right: 9px;
    left: unset;
    top: 9px;
    z-index: 333;
    border: 0;
    width: 30px;
    border-radius: 0 6px 0 0;
    cursor: pointer;
    background-color: transparent;
    padding: 0.1em !important;
    font-size: 25px !important;
    color: #fff !important;
    background-color: var(--clr-accent-blue-lighter) !important;
}

.overlayContent {
    position: absolute;
    padding: 0;
    background-color: #fff;
    top: 50%;
    left: 50%;
    font-size: 16px;
    color: #4e4e4e;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    border-radius: 5px;
    cursor: default;
}


.select-css {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.3;
    padding: .4em 1.4em .5em .8em;
    width: 100%;
    max-width: 15em;
    height: 2.25em;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

    .select-css::-ms-expand {
        display: none;
    }

    .select-css:hover {
        border-color: #888;
    }

    .select-css:focus {
        border-color: #aaa;
        box-shadow: 0 0 1px 1px rgba(59, 153, 252, .7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: #222;
        outline: none;
    }

    .select-css option {
        font-weight: normal;
    }

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css {
    background-position: left .7em top 50%, 0 0;
    padding: .6em .8em .5em 1.4em;
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
    color: graytext;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'), linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
}

    .select-css:disabled:hover, .select-css[aria-disabled=true] {
        border-color: #aaa;
    }

.doubleLineAddress {
    display: grid;
    grid-column-gap: 1.25em;
    grid-template-columns: 240px 68px;
}

.multiLineAddress {
    display: grid;
    grid-column-gap: 1.25em;
    grid-template-columns: 240px 68px 140px;
}

.multiLineCity {
    display: grid;
    grid-column-gap: 1.25em;
    grid-template-columns: 68px 390px;
}

.promo {
    padding: 10px;
    line-height: 1.2;
    color: #fff;
    background-color: var(--clr-accent-blue-light);
}

.registerDecisionBoxTailer {
    cursor: pointer;
    padding: 1em 2em;
    border: solid 1px #bbb;
    border-radius: 10px;
    transition: transform .2s;
    background-color: #f3f9ff;
    /*background-image: url(../Images/Paw.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 38px;*/
}

.registerDecisionBoxPro {
    cursor: pointer;
    padding: 1em 2em;
    border: solid 1px #bbb;
    border-radius: 10px;
    transition: transform .2s;
    background-color: #f7e6d9;
    /*background-image: url(../Images/icons/BadgeProfi.svg);
    background-repeat: no-repeat;
    background-position: right bottom 10px -10px;
    background-size: 58px;*/
}

    .registerDecisionBoxTailer:hover {
        border: solid 1px #ddd;
        background-color: #efefef;
        border-radius: 10px;
        transform: scale(1.02);
        background-color: var(--clr-tertiary);
    }

    .registerDecisionBoxPro:hover {
        border: solid 1px #ddd;
        background-color: #ffd5b7;
        border-radius: 10px;
        transform: scale(1.02);
        background-color: #ffe1cb;
    }

    .registerDecisionBoxTailer img,
    .registerDecisionBoxPro img {
        margin: 0 auto;
        display: grid;
    }
.registerDecisionBoxPro .titleSearchService {
    color: #dd6c00;
}

.registerDecision h2 {
    text-align: left;
}

.registerDecision p {
    font-size: 1em !important;
}

.selectChoice label,
.createPostStep label {
    display: block;
}

.typeSelectBox.typeSelectBox:nth-of-type(1) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
}

.typeSelectBox.typeSelectBox:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: solid 1px #aaa;
}

div.typeSelectBox {
    background-color: #fff;
    font-size: 1rem;
    clear: both;
    cursor: pointer;
    max-width: 300px;
    padding: 0.5em 1.8em;
    display: inline;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    border-left: solid 1px #aaa;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.26);
    -moz-box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.26);
    box-shadow: 0px 0px 3px 3px rgba(230,230,230,0.26);
    background-size: 15px;
    background-position: left center;
    background-repeat: no-repeat;
    text-align: center;
}

.messageGrid {
    display: grid;
    grid-template-columns: 30% 70%;
}
.fullMessageGrid {
    display: grid;
    grid-template-columns: 100%;
    width: 100%;
    padding: 0;
}
.duoBar {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 1em;
}

    .duoBar p {
        margin: 0.3em 0 0 0;
        color: #41a33b;
    }

    .messageGrid .pictureButtonAdd,
    .fullMessageGrid .pictureButtonAdd {
        padding: 6px 1em 0.6em 1em;
        display: inline-block;
        margin: 0 auto;
        text-align: center;
        float: right;
        margin-right: 2em;
    }

.balanced {
    display: grid;
    grid-template-columns: 260px 150px;
    grid-gap: 1em;
}
div.typeSelectBox:hover {
    border-color: #ccc;
}
.tailerFriendLink{
    text-decoration:underline;
}
div.typeSelectBox.active {
    padding: 7px 23px 7px 24px;
    color: #009edc;
    border-color: #009edc;
    border-right: solid 1px !important;
    border-right-color: #009edc !important;
    background-color: #ceecf7;
}


.confirmationMsg {
    display: inline;
    font-size: 0.75rem;
    float: right;
    margin-left: 1.75em;
    color: var(--clr-accent-green);
}

.confirmationMsg.offset {
    margin-top: -3em;
}

.errorMsg {
    display: inline;
    font-size: 0.75rem;
    float: right;
    margin-right: 6em;
    color: var(--clr-accent-red);
}

    .errorMsg.offset {
        margin-top: -4.5em;
    }

.createDogProfile div {
    max-width:450px;
}

.breedType span {

}

.zipInput, .shortNumberInput {
    width:75px;
}

.streetInput {
    width: 247px;
}


.longForm {
    min-height:800px;
}

.setupArea h1,
.setupArea h2 {
    text-align: center;
}

.setupArea .standard-form
{
    margin: 0 auto;
}

.eventsOverview {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-gap: 3em;
}

.teamArea {
    display: grid;
    grid-template-columns: 30% 40% 30%;
    grid-column: span 2;
    grid-gap: 4em;
    min-height:60vh;
}
    .teamArea p {
        max-width:60ch;
    }

.offerArea {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column: span 2;
    grid-gap: 4em;
}
    .offerArea p {
        max-width: 60ch;
    }

.roundedCorners{
    border-radius:6px;
}

.base-form {
    display: grid;
    grid-gap: 1em;
    padding: 0.5em;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 19px 56px -20px;
    background-color: #fff;
}
.base-form-picture {
    background-image: url('../Images/LoginBackground.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.25em 1.25em 1.25em;
}

.base-form-picture-shop {
    background-image: url('../Images/ShopBackground.jpg');
}

.base-form-picture-offer {
    background-image: none;
    background-color: rgb(255,255,255); /* Old browsers */
  
    border-top-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 0;
}
.base-form-picture-offer img {
    width:100%;
}

.base-form-header {
    grid-column: 1 / span 2;
    width: 100%;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin: 0;
    padding: 0.15em 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #fff;
    background: rgb(0,157,224); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(0,157,224,1) 0%, rgba(0,112,161,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(0,157,224,1) 0%,rgba(0,112,161,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(0,157,224,1) 0%,rgba(0,112,161,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009de0', endColorstr='#0070a1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.offerCentered {
    margin: 0 3.5em;
}

.offerContent{
    padding-right:3em;
}
.base-form-content-offer, .offerContent {
    padding: 2em 0;
}

@media only screen and (max-width: 660px) {
    body {
    }

    .doPaymentOverlay .overlayContent {
        padding:0;
    }

    .overlayContent {
        position: relative;
        padding: 0;
        background-color: #fff;
        top: 0;
        left: 0;
        height: 100%;
        font-size: 16px;
        color: #4e4e4e;
        transform: none;
        -ms-transform: none;
        border-radius: 5px;
        cursor: default;
    }

    .centeredForm {
        font-size: 16px;
        display: block;
        justify-content: center;
        padding: 2em;
    }
    iframe {
        width: 100%;
    }

    h1.mainTitle {
        margin-top: 2em;
        color: #fff;
        padding: 1em;
    }

    p {
        font-size: 1rem;
        line-height: 1.5;
    }
    .registerDecisionBox {
        cursor: pointer;
        padding: 1.5em 1em;
    }
        .registerDecision {
        display: grid;
        grid-gap: 1em;
        padding: 3em 1em;
    }
    .testerRegisterForm {
        max-width: 500px;
    }

    .errorMsg.offset {
        margin-top: -0.5em;
        margin-bottom:0.5em;
    }

    .balanced {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 1em;
    }


    .goOnLink {
        display: block;
        margin-bottom:2em;
    }

    .confirmationMsg {
        float:left;
        margin:1em 0 1em 0;
    }

    input.hugeInput {
        width: 100% !important; 
    }

    .multiLineAddress {
        grid-template-columns: 70% 20%;
    }

    .multiLineCity {
        grid-template-columns: 20% 70%;
    }

    .genderSelectBox {
        max-width: 100%;
        grid-template-columns: 23% 14% 23% 14% 23%;
    }

    .inBetween {
        visibility: hidden;
    }

    .register-form-content h3,
    .form-success h3{
        margin: 0 1em;
        text-align: center;
    }

    .short-text {
        display: inline-block;
    }

    .full-text {
        display: none;
    }

    .form-input,
    .form-select {
        max-width: 100%;
    }

    .teamArea, .offerArea {
        display: grid;
        grid-template-columns: 100%;
        grid-column: span 1;
        grid-gap: 2em;
        padding: 2em;
    }

        .teamArea p, .offerArea p {
            max-width: 60ch;
        }

    .duoBar {
        display: grid;
        grid-template-columns: 100%;
        grid-gap: 0;
    }

        .duoBar p {
            margin: 1em 0 0 0;
            color: #41a33b;
        }



    .base-form-picture {
        grid-row: 1;
        grid-column: 1;
        height: 280px;
        border-top-left-radius: 19px;
        border-top-right-radius: 19px;
        background-size: cover;
        background-position-y: -90px;
    }

    .base-form-content {
        grid-row: 2;
        grid-column: 1;
        padding: 1.75em;
    }

}


@media only screen and (min-width: 660px) {
    body {
    }

    p {
        font-size: 1.0rem;
        line-height: 1.6;
    }

    .testerRegisterForm {
        max-width: 650px;
    }

    .form-input,
    .form-select {
        max-width: 365px;
    }
    .base-form-picture {
        grid-row: 1;
        grid-column: 1;
        height: unset;
        border-top-left-radius: 19px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 19px;
        background-position-y: 0px;
    }
    .base-form-picture-offer {
        border-top-right-radius: 0;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .register-form-picture {
        margin: 0;
    }

    .base-form-content {
        grid-row: 1;
        grid-column: 2;
        padding: 3em 3em 2em 1em;
    }
}
