html {
    height: 100%;
    background-color: #D8D8D8;
}

body {
    min-height: 100%;
    background-color: #F2F2F2;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.page-content {
    padding-top: 39px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
}

h2 {
    font-size: 20pt;
}

h3 {
    font-size: 16pt;
}

.nomo-button {
    background: #00B6C0;
    border-color: #00B6C0;
    border-radius: 6px;
}

.nomo-button:hover {
    background: #00A6B0;
    border-color: #00A6B0;
}

.nomo-button.transfer {
    line-height: 24px;
    width: 273px;
    height: 56px;
    padding-top: 15px;
}

.title {
    line-height: 41px;
    padding-bottom: 40px;
}

.action-link {
    line-height: 24px;
}

.action-link > a {
    color: #00B6C0;
    text-decoration: none;
}

form label {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #6B7683;
}

form div.form-group > div > input {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #6B7683;
}

.ro-400-14 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.ro-400-14 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.ro-400-24 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
}

.ro-500-14 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.ro-500-16 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.ro-500-18 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
}

.ro-500-24 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
}

.ra-500-36 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
}

.ro-600-14 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.ra-600-18 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.ra-600-32 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
}

.ra-600-48 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
}

.ra-700-32 {
    font-family: Rajdhani;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
}

.table-wrapper table th {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #6B7683;
    border: none;
}

.table-wrapper {
    border-radius: 12px;
    background-color: white;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    border: none;
    padding: 10px 24px 5px 24px;
}

.grey-text {
    color: #6B7683;
}

.cyan-color {
    color: #00B6C0;
}

.nav-tabs,
.nav-tabs .nav-link {
    border: none;
}

.object-code {
    margin-top: -10px
}

div.table-wrapper .nav.nav-tabs a {
    color: #6B7683;
}

div.table-wrapper .nav.nav-tabs a.nav-link.active {
    color: black;
    border-bottom: 4px solid #00B6C0;
}

div.table-wrapper div.tabs > div:nth-child(1) {
    margin-bottom: 32px;
}
