body {
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI map-weights,Segoe UI,Roboto map-weights,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: #f4f5f6;
}

.header {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    height: 50px;
    position: relative;
    background: #000010;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI map-weights", "Segoe UI", "Roboto map-weights", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.header-wrapper {
    width: 1342px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header-title {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.content {
    margin: 0 auto;
    padding:20px;
    padding-top: 15px;
    width: 1342px;
    background-color: #fff;
    height: 100%;
}

.dialog-button {
    position: relative;
    padding: 10px 30px;
    width: 100px;
    background-color: #17e387;
    font-size: 14px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI map-weights,Segoe UI,Roboto map-weights,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    box-sizing: border-box;
    border-width: 0px;
    margin-left: 10px;
}

.settings {
    display: flex;
    height: 90px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}

.tagInput {
    height:25em;
    width: 1334px;
    resize: none;
}

.dropdown {
    width: 155px;
    font-size: 18px;
}

.dropdown option {
    padding:10px;
}

.ad-wrapper {
    padding: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.label {
    width: 130px;
}

.size-wrapper {
    display: flex;
    height: 25px;
    justify-content: center;
    align-items: center;
}

.info {
    width: 600px;
    color: gray;
}

.control-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#adSizeLabel {
    width: 150px;
}

.button-wrapper {
    width:100%;
    display: flex;
    justify-content: flex-end;
}

.times {
    margin-left: 10px;
    margin-right: 10px;
}
.input-row {
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    border-color: rgba(0, 0, 0, 0.15);
    transition: border-color .15s ease-out;
}
input {
    width:60px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI map-weights,Segoe UI,Roboto map-weights,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    -webkit-appearance: textfield;
    background-color: -internal-light-dark-color(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    padding: 1px 2px;
    border-width: 0px;
    border-style: inset;
    border-color: -internal-light-dark-color(rgb(118, 118, 118), rgb(195, 195, 195));
    border-image: initial;
    font-size: 18px;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,Segoe UI map-weights,Segoe UI,Roboto map-weights,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    font-weight: 400;
    outline: none;
}

p {
    margin-block-start: 0;
    margin-block-end: 1em;
}
