@import "adaptive/reset.css";
@import "adaptive/text.css";
* {
    scroll-behavior: smooth;
    font-family: "Raleway", sans-serif;
}

#root {
    position: relative;
    min-height: 100vh;
}

/* #root > div:nth-child(4) {
    padding-bottom: 80px;
} */

body {
    background: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
    position: relative;
}

.drawer__items__container {
    visibility: hidden;
}

@media only screen and (max-width: 320px) {
    body {
        font-size-adjust: 14px;
    }
}

label {
    font-weight: 600;
}

small {
    font-size: 11px;
}

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/

.align_center {
    text-align: center;
}

.align_right {
    text-align: right;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

.data,
.data th,
.data td {
    border-style: solid;
    border-color: #ddd;
}

.data {
    border-width: 0 1px 1px;
    width: 100%;
}

.data caption {
    padding: 0 10px 5px;
    text-transform: uppercase;
}

.data th,
.data td {
    border-top-width: 1px;
    padding: 5px 10px;
}

.data th {
    white-space: nowrap;
}

.data thead th {
    background: #eee;
    font-weight: bold;
    text-shadow: #fff 0 1px 0;
}

.data tbody th {
    width: 1px;
}

.data tr th:first-child {
    text-align: right;
}

/* `Code
----------------------------------------------------------------------------------------------------*/

pre,
code {
    font-size: 12px;
    font-family: Menlo, Courier, monospace;
}

pre,
.notice {
    background: #ffe;
    border: 1px solid;
    border-color: #eed #ccb #bba #ddc;
    overflow: auto;
    padding: 10px 0 10px 10px;
}

* html pre {
    overflow: hidden;
    width: 97%;
}

code {
    background: #ff9;
    padding: 0 2px;
}

/*Custom styles*/

.custom_font {
    font-weight: bold;
    color: #5a5a5a;
}
