.v-application {
    font-family: "Nunito", sans-serif;
}

.content-full-width {
    padding: 75px 0px 0px 5px !important;
}

.content-full-width-form {
    padding: 5px 0px 0px 0px !important;
}

.form-content-full {
    padding: 5px 0px 0px 5px !important;
}

.form-content-row {
    padding: 2px 25px;
}

.tab-prov-room {
    margin-top: -10px !important;
}

.edit-icon-carousel {
    margin-top: -30px;
}

.side-menu-btn {
    text-transform: none;
}

.client-name {
    font-size: 16px;
}

.licenses-cnt {
    font-size: 1.1rem;
}

.mini-drawer-icon {
    padding-left: 0.9rem !important;
}

.mini-profile-logo {
    width: 40px !important;
}

.theme-layout-container {
    /* border: 1px solid blue; */
}

.dialog-tab-heading {
    letter-spacing: .0892857143em;
}

.datatable-header {
    color: #1976d2 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
}

.dialog-icon-container {
    justify-content: space-evenly !important;
}

.datatable-select .v-input__append-inner {
    display: none !important;
}

.hide-scrollbar {
    overflow: hidden;
    overflow-y: hidden !important;
}

.dialog-title {
    word-break: break-word;
}

.font-family-Nunito {
    font-family: "Nunito", sans-serif !important;
}

.font-family-Roboto {
    font-family: "Roboto", sans-serif !important;
}

.right-align-icon {
    position: absolute !important;
    right: 22px;
}

.required label::after {
    content: "*";
    color: red;
}