.dina-office-modal {
    width: 100%;
    max-width: 56rem;
    background-color: rgba(28, 125, 31, 1);
    border-radius: 0.3125rem;
    border: transparent;
    padding: 3.5rem;
    box-shadow: 0px 24px 48px -12px rgba(0, 0, 0, 0.24);
}

.dina-office-modal h2,
.modal-title {
    font-family: "dinaheadline";
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.25rem;
    color: white;
    text-transform: uppercase;
}

.dina-office-form {
    position: relative;
    max-width: 56rem;
    border-radius: 0.75rem;
    outline: none;
    padding-top: 1rem;
}

.dina-office-form form {
    max-width: 49rem;
    width: 100%;
    gap: 1rem;
    padding-top: 1rem;
}

.dina-office-input {
    padding-top: 2rem;
    flex: 1;
}

.dina-office-search-button {
    padding-top: 2rem;
}

.dina-office-search-button input {
    padding: 1rem 1.5rem;
    font-family: "dinaheadline";
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 145%;
    text-transform: uppercase;
    background: white;
    border-radius: 0.375rem;
    border: none;
    cursor: pointer;
}

.dina-office-search-button input:hover {
    text-decoration: underline;
}

.dina-office-search-input {
    background: rgba(48, 135, 50, 1);
    border: 0.09375rem solid rgba(210, 229, 210, 1);
    width: 100%;
    border-radius: 0.1875rem;
    padding: 0 1rem;
    color: white;
}

.dina-office-search-input:focus-visible {
    outline: none;
    border: 0.09375rem solid rgba(210, 229, 210, 1);
    box-shadow: 0 0 0.3125rem rgba(210, 229, 210, 1);
}

::placeholder {
    color: white;
    opacity: 1;
}

.dina-office-form .dina-office-form__button {
    width: 12.8125rem;
    height: 3.25rem;
    padding-left: 2rem;
}

.dina-office-modal__close {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-weight: 400;
    font-family: 'dinaheadline';
    font-size: 0.875rem;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    display: flex;
    gap: 0.5rem;
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
}

.dina-office-modal__icon {
    width: 1rem;
    height: 1rem;
    background-image: var(--dina-icon-url__dina-x-close-white);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.dina-office-modal__close:hover {
    opacity: 0.8;
}

.dina-office-modal-undertext {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 145%;
    color: white;
    letter-spacing: 0rem;
}

.dina-office-modal__reload {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 145%;
    color: white;
    letter-spacing: 0rem;
}

.dina-office-modal__reload a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 145%;
    color: white !important;
    letter-spacing: 0rem;
    text-decoration: underline;
}

dialog:-internal-dialog-in-top-layer::backdrop {
    position: fixed;
    inset: 0;
    background: var(--Color-Opacity-Black-20, rgba(0, 0, 0, 0.5));
}

.dina-office-form label {
           font-family: dinafont, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    color: white;
    line-height: 155%;

}

@media all and (max-width: 48rem) {
    .dina-office-modal {
        margin-left: 1.5rem;
        margin-right: 1.5rem;       
        padding: 2rem 1.5rem;
        max-width: -webkit-fill-available;
    }
   
   .dina-office-modal__close {
        top: 1.9375rem;
        right: 1.1875rem;
    }
}

@media all and (max-width: 36.1875rem) {
    .dina-office-modal {
        margin: 0 1.5rem;
        width: auto;
        top: 35%;
        padding: 2rem 1.5rem;
    }
   .dina-office-search-input {
        line-height: 145%;
        padding: 1rem 1.5rem;
   }
   .dina-office-modal__close {
        top: 2.125rem;
        right: 1.1875rem;
   }
   .dina-office-modal h2 {
       font-size: 1.25rem;
   }
   
}

@media all and (min-width: 36.25rem) {
    .dina-office-search-button {
        padding-top: 0rem;
    }
	.dina-office-form form {
      display: flex;
   }
    .dina-office-input {
        display: flex;
    }
}