body {
    font-size: 16px;
    line-height: 20px;
}

#logo {
    width: 67px;
    height: 67px;
    border-radius: 8px;
    margin-top: 50px;
    margin-left: 16px;
    margin-bottom: 16px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);

    transition:
        width 0.2s,
        height 0.2s,
        margin-left 0.2s,
        margin-bottom 0.2s;
}

.rail-active #logo {
    width: 48px;
    height: 48px;
    margin-left: 4px;
    margin-bottom: 0;

    transition:
        width 0.2s,
        height 0.2s,
        margin-left 0.2s,
        margin-bottom 0.2s;
}

a {
    color: rgb(var(--v-theme-primary));
}

h1 {
    font-size: 28px;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    font-weight: 600;
}

.v-btn {
    text-transform: none !important;
}

.v-input__control {
    background-color: #fff;
}

.v-btn.v-btn--variant-text .v-btn__overlay {
    background: transparent;
}

.v-table > .v-table__wrapper > table > thead > tr > th.v-data-table__th {
    font-weight: 600;
}

.v-data-table__tr {
    border-color: rgba(229, 229, 229, 1);
}

.v-text-field .v-input__control {
    border: 1px solid rgba(56, 53, 52, 0.12);
}

.default-form {
    max-width: 460px;
    padding: 14px !important;
}

.default-form-buttons {
    max-width: 460px;
    margin-top: 30px;
}

.notClickAble:hover {
    cursor: default;
}
