html,
body {
    background-color: #fff;
    color: #636b6f;
    font-family: "Raleway", sans-serif;
    font-weight: 100;
    height: 100%;
    width: 100%;
    margin: 0;
}

.full-height {
    /* height: 100vh; */
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: left;
    box-sizing: border-box;
    padding: 0 1rem;
    width: 100%;
}

.big-title {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}

.pagination {
    text-align: center;
    list-style: none;
    margin: 1rem auto;
}

.pagination li {
    margin: 0;
    padding: 0;
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-link {
    color: #555;
    font-weight: 600;
    padding: 0.25rem 1rem;
    transition: all 150ms linear;
    text-decoration: none;
}

.pagination .page-link:hover,
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: lightblue;
}

.pagination .page-item.disabled .page-link {
    /* background-color: #ddd; */
    color: #ccc;
}

table {
    width: 100%;
}
table tbody tr td {
    padding: 0.5rem;
}
table tbody tr:nth-of-type(odd) {
    background-color: #efefef;
}

/* .ms-parent {
    box-sizing: border-box;
    width: 300px !important;
    float: right;
    height: 100px;
    overflow: scroll;
    overflow-x: auto;
    border: 1px solid #ddd;
    padding: 0.5rem;
}

.ms-choice {
    display: none;
}

.ms-drop {}
.ms-drop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ms-drop ul li {
    font-size: 1rem;
    padding: 0.2rem;
}

.ms-drop ul li.selected {
    background-color: blue;
    color: #fff;
}

.ms-drop ul input[type="checkbox"] {
    display: none;
}

.ms-no-results {
    display: none;
} */

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0, 0, 0, 0.05);
}

input,
textarea {
    border: 1px solid #ddd;
    display: block;
    padding: 0.5rem;
    margin: 0 0 1rem 0;
    width: 50%;
}

label {
    display: block;
    margin-bottom: 0.5rem;
}

.left,
.right {
    float: left;
    width: 50%;
}

.button {
    border: 1px solid transparent;
    background-color: #ddd;
    color: #333;
    cursor: pointer;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.button.edit {
    background-color: blue;
    color: #fff;
}

.button.save {
    background-color: purple;
    color: #fff;
}

.button.cancel {
    background-color: #ededed;
    color: #777;
}
