* {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

body {
    background-color: #fff;
}

.relative {
    position: relative;
}

.wrap-padding {
    padding-bottom: 170px;
    padding-top: 20px;
}

hr {
    color: #aaa;
}

.header {
    padding-top: 16px;
    padding-bottom: 16px;
}

.header .logo a {
    font-family: "Madimi One", sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 28px;
    text-decoration: none;
    color: #4154f1;
}

.primary {
    color: #4154f1;
}

.title {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    width: auto;
    vertical-align: middle;
    height: 38px;
}

.description {
    color: #888;
}

.item-link {
    display: inline-block;

    font-size: 16px;
    text-decoration: none;

    font-weight: 500;

    color: #444;

    border: 1px solid #999;
    padding: 8px 16px;
    border-radius: 16px;
    width: 100%;

    transition: 0.45s;
}

.item-link span {
    vertical-align: middle;
}

.item-link img {
    width: auto;
    height: 30px;
    float: right;
}

.item-link:hover {
    color: #4154f1;
}

.footer {
    position: absolute;
    bottom: 0;
    
    width: 100%;
    background-color: #323eb3;
    padding-bottom: 16px;
    padding-top: 16px;

    color: #fff;

}

.medium-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}

.textarea {
    resize: none;
    height: 200px !important;
    background: #fff;
}

.btn-reset {
    background-color: #fff;
    border: 1px solid #d9d9d9;
}

.margin-right-3 {
    margin-right: 16px;
}

.box-value {
    border: 1px solid #aaa;
    padding: 1px 8px;
    border-radius: 4px;
    font-weight: 600;
    margin-left: 6px;
    font-size: 16px;
}