body {
    font-family: 'Roboto';
    color: #555;
    background-color: #fafafa;
}
.sidenav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}
.sidenav img {
    width: 965px;
}
.main {
    padding: 2.5rem;
    max-width: 100%;
    margin-left: 965px;
    height: 100%;
}
.action_name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #252631;
    margin-bottom: 2.5rem;
}
.label_name {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #252631;
}
label {
    margin-bottom: 0.5rem;
}
.form-control {
    background: #FFFFFF;
    border-color: #E8ECEF;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 1rem;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
}
.file_upload {
    line-height: inherit;
    padding: 0.5rem 1rem;
}
.new_btn_blue {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    border: 1px solid #0E59D6;
    background: #0E59D6;
    color: #fff;
    font-weight: 500;
    width: 100%;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: 'Roboto';
    cursor: pointer;
}
.new_btn_blue:hover {
    border: 1px solid #1B4EA3;
    background: #1B4EA3
}
.link-blue {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #0E59D6;
    cursor: pointer;
}
.link-blue:hover {
    color: #1B4EA3;
}
@media screen and (max-width: 1280px) {
    .sidenav img {
        width: 607px;
    }
    .main {
        margin-left: 607px;
    }
}
@media screen and (max-width: 768px) {
    .sidenav {
        display: none
    }
    .main {
        margin-left: 0;
    }
}