@import "~vuetify/src/styles/settings/_variables.scss";

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

.v-application,
h1,
h2,
h3,
h4,
h5,
h6,
.headline,
.title,
.subtitle-1,
.subtitle-2,
.body-1,
.body-2,
.button,
.caption,
.overline {
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
}

.subtitle-text {
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem !important;
}

.title-text {
    font-size: 1.25rem !important;
}

.v-application a {
    color: #398bf7;
    text-decoration: none;
}

.v-application a.link {
    color: #455a64;
}

.page-content {
    background-color: #f6f8fd;
}

.theme--light.v-input--is-disabled input,
.theme--light.v-input--is-disabled textarea {
    color: rgba(0, 0, 0, 0.87) !important;
}

.login-panel {
    background-attachment: fixed;
    background-size: cover;
}

.login-panel .form-card {
    border-radius: 8px;
}

.header-font {
    font-size: 24px !important;
}

.lstick {
    width: 2px;
    background: #398bf7;
    height: 30px;
    margin-left: -18px;
    margin-right: 18px;
    position: absolute;
}

.primary-btn {
    text-transform: inherit !important;
    color: #1976d2 !important;
}

.primary-btn:hover {
    background-color: #1976d2 !important;
    color: #fff !important;
}

.theme--dark.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled).light-font {
    opacity: 0.9;
}

.light-fonts {
    opacity: 0.9;
}

.user-info {
    font-size: 17px !important;
    font-weight: bold;
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > th,
.v-data-table > .v-data-table__wrapper > table > thead > tr > th,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > th {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.theme--light.v-data-table > .v-data-table__wrapper > table > thead > tr:last-child > th {
    background-color: #f7fafc;
    color: #718096;
    opacity: 1;
}

.v-data-table > .v-data-table__wrapper > table > tbody > tr > td,
.v-data-table > .v-data-table__wrapper > table > thead > tr > td,
.v-data-table > .v-data-table__wrapper > table > tfoot > tr > td {
    height: 58px !important;
}

.theme--light.v-data-table .v-data-table-header th.sortable:hover,
.theme--light.v-data-table .v-data-table-header th.sortable.active {
    color: #718096 !important;
}

.theme--dark.v-list-item--active:hover::before,
.theme--dark.v-list-item--active::before {
    border-radius: 3px;
}

.v-alert span h3 {
    padding-bottom: 10px;
}

.order-info h3 {
    padding-bottom: 10px;
}

.v-list-item-br {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12) !important;
}

.action-list {
    display: flex;
    flex-wrap: wrap;
}

.close-icon {
    position: absolute !important;
    right: 4px;
    top: 4px;
    font-size: 22px !important;
    color: #9c9c9c !important;
}

.solid-br {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.solid-bottom-br {
    border-bottom: thin solid rgba(0, 0, 0, 0.12);
}

.item + .item:before {
    content: ", ";
}

.cursor-move {
    cursor: move;
}

.cursor-pointer {
    cursor: pointer;
}

.v-expansion-panel-content__wrap {
    padding: 0 !important;
}

.v-application--is-ltr .v-input__prepend-outer {
    display: none !important;
}

.v-messages__message {
    line-height: 17px !important;
}

.module-card {
    border: 1px solid #dde2e8;
    border-radius: 10px !important;
    background: #fff;
    position: relative;
    box-shadow: 0 3px 14px 3px rgba(70, 82, 98, 0.04) !important;
}

.v-text-field input {
    font-size: 14px;
}

.br-radius-none {
    border-radius: 0 !important;
}

.d-inline-block {
    display: inline-block !important;
}

.w-25 {
    width: 25%;
}

.w-100 {
    width: 100%;
}

.close-drop-card {
    position: absolute !important;
    right: -5px;
    top: -8px;
    z-index: 1;
}

.w-0 {
    width: 0 !important;
}

.row {
    margin-right: -12px !important;
    margin-left: -12px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 769px) {
    .w-sm-12 {
        width: 100%;
    }
    .w-sm-6 {
        width: 50%;
    }
}
