/* common elements styles starts */
input[type="text"] {
    background: #ffffff;
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    height: 38px;
    padding: 12px;
}

input[type="submit"] {
    all: unset;
    width: 100%;
    background: #5730df;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    padding: 16px 0;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #4a29bf;
}

input[type="file"] {
    all: unset;
    width: 60% !important;
    color: #333;
    border-radius: 6px;
    padding: 24px 0 24px 360px;
    border: 1px dashed #c7ccd1;
}

textarea {
    width: 100%;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

select {
    background: #ffffff;
    width: 100% !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    height: 48px;
    padding: 12px;
}

.hide {
    display: none;
}
/* common elements styles ends */

/* header styles starts */
#header {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 50px 270px;
    box-shadow: 9px 9px 46px rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.header-logo {
    width: 86px;
    height: 39px;
    background: url(../images/gws-logo.svg) no-repeat;
}

.header-title {
    margin-left: 22px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
/* header styles ends */

/* main styles starts */
#main {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
}

.main-content {
    display: flex;
    flex-direction: column;
}
/* main styles ends */

/* logon page styles starts */
#logon-box {
    width: 500px;
    padding: 70px 0 90px 0;
}
/* logon page styles ends */

/* new claim page styles starts */
#new-claim-box {
    max-width: 1000px;
    width: 100%;
    padding: 36px 0 74px;
    margin: 0 270px;
}

.box-content h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.field-label {
    margin: 28px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2e3850;
}

.editor-label {
    margin: 8px 0 4px;
}

.editor-label a {
    color: #5730df;
}

.editor-field input[type="file"] {
    margin-bottom: 8px;
}

fieldset legend {
    all: unset;
    font-size: 18px;
    font-weight: bold;
}

.submit-button {
    margin-top: 28px;
}

/* new claim page styles ends */

/* products styles starts */
.products-table {
    margin: 28px 0;
}

#products-table.products-table tr:nth-child(2n + 1) {
    border-top-style: none;
    border-top-style: solid;
    border-top-color: transparent;
}

.products-table > thead > tr {
    background: #e8e8e8;
    border-radius: 6px;
    height: 60px;
}
.table.products-table > thead > tr > th {
    vertical-align: middle;
    border-color: transparent;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.87);
}
.table.products-table > tbody > tr > td {
    vertical-align: middle;
}

/* products styles ends */

/* breadcrumbs styles starts */
.breadcrumbs {
    display: flex;
    color: #494949;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs > li + li::before {
    content: "/";
    margin-right: 4px;
}

.breadcrumbs > li + li {
    margin-left: 4px;
}
/* breadcrumbs styles ends */

/* fieldset styles starts */
fieldset .field {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}

fieldset input[type="submit"] {
    margin-top: 28px;
}

fieldset label {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 2px;
}

fieldset .block {
    margin: 24px 0;
}

fieldset p {
    margin-bottom: 0px;
}
/* fieldset styles ends */

/* thanks claim starts */

#thanks-claim-submitting {
    width: 100vw;
    padding: 50px 270px;
}

/* thanks claim ends */

/* footer styles starts */
#footer {
    display: flex;
    padding: 35px 270px;
    justify-content: space-between;
    background-color: #fff;
    background-image: url(../images/gws-dollar-signs.svg);
    background-repeat: no-repeat;
    background-position: center;
    color: rgba(0, 0, 0, 0.87);
}

.footer-left {
    display: flex;
}

.footer-nav-column {
    display: flex;
    flex-direction: column;
}

.footer-nav-column + .footer-nav-column {
    margin-left: 95px;
}

.footer-nav-column > a {
    all: unset;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
}

.footer-nav-column > a:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #5730df;
}

.footer-nav-column > a + a {
    margin-top: 20px;
}

.footer-right {
    display: flex;
    flex-direction: column;
}

.footer-copyright {
    font-size: 16px;
    line-height: 20px;
    text-align: right;
}

.footer-social-medias {
    display: flex;
    margin-top: 30px;
}

.footer-social-media {
    margin-left: 20px;
    width: 38px;
    height: 38px;
}

.facebook {
    background: url(../images/facebook-logo.svg) no-repeat;
}
.linkedin {
    background: url(../images/linkedin-logo.svg) no-repeat;
}
.instagram {
    background: url(../images/instagram-logo.svg) no-repeat;
}
/* footer styles ends */
