@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Assistant);
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}
.frame-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.15);
    background: #ffffff;
}

.dialog-div {
    z-index: 3;
    height: 86%;
    width: 100%;
    background: rgba(255, 226, 207, 0.8);
}
.dialog-header-1 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.04px;
    color: #313131;
    text-align: center;
}

.labelsInCheckBox {
    height: 35px;
    width: 135px;
    margin-top: 10px;
    margin-right: 2px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #666666;
}

.townNamesInList {
    height: 35px;
    width: 135px;
    margin-top: 10px;
    margin-right: 2px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #00739E;
}

.field-headers {
    height: 20px;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    color: #666666;
    margin-right: 6px;
    text-align: right;
}

.copy-from-other {
    height: 20px;
    font-family: Assistant;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    color: #2E8B57;
    margin-right: 6px;
    text-align: right;
    cursor: pointer;
}

button {
    width: 100px;
    height: 45px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.03px;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: 0;
    border: none;
}

.button-4 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.03px;
    border-radius: 2px;
    text-align: center;
    color: #ffffff;
    background: #f77e32;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: 0;
    border: none;
}
.button-8 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.03px;
    border-radius: 2px;
    text-align: center;
    color: #4d4d4d;
    background: #f2f2f2;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: 0;
    border: none;
}
.payment-button {
    width: 115px;
    height: 35px;
    font-family: Assistant;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.03px;
    border-radius: 2px;
    text-align: center;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    outline: 0;
    border: none;
}

select {
    height: 35px;
    width: 135px;
    color: #808080;
    font-family: Assistant;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    cursor: pointer;
    outline: 0;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #cccccc;
    background: #ffffff;
    padding: 0 10px 5px;
    margin-bottom: 15px;
}

option {
    font-family: Assistant;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.02px;
    text-align: right;
    color: #808080;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
