@font-face {
	font-family: 'Futura PT';
	src: url('./font/futuraptlight.woff2') format('woff2'),
		url('./font/futuraptlight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('./font/futuraptbook.woff2') format('woff2'),
		url('./font/futuraptbook.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('./font/futuraptmedium.woff2') format('woff2'),
		url('./font/futuraptmedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('./font/futuraptdemi.woff2') format('woff2'),
		url('./font/FuturaCyrillicMedium.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('./font/futuraptbold.woff2') format('woff2'),
		url('./font/futuraptbold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('./font/futuraptheavy.woff2') format('woff2'),
		url('./font/futuraptheavy.woff') format('woff');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Futura PT';
	src: url('./font/futuraptextrabold.woff2') format('woff2'),
		url('./font/futuraptextrabold.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
body,
html,
#app {
	font-family: "Futura PT", sans-serif !important;
	overflow-y: auto;
}
.fz-sm {
	font-size: 13px !important;
}
.v-main__wrap {
	background: #f5f5f5;
}
/*---Scrollbar---*/
/* width */
.v-navigation-drawer__content::-webkit-scrollbar,
.v-menu__content::-webkit-scrollbar {
	width: 5px;
}

/* Track */
.v-navigation-drawer__content::-webkit-scrollbar-track,
.v-menu__content::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}

/* Handle */
.v-navigation-drawer__content::-webkit-scrollbar-thumb,
.v-menu__content::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
}

/* Handle on hover */
.v-navigation-drawer__content::-webkit-scrollbar-thumb:hover,
.v-menu__content::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.6);
}
.v-btn--fab.v-size--default {
	width: 48px !important;
	height: 48px !important;
}
.v-menu__content {
	background: #fff;
}
.tab-document .v-file-input.v-file-input-noborder {
	display: flex !important;
	align-items: start !important;
	justify-content: center !important;
	margin-bottom: 16px !important;
}

input[type="password"] {
	letter-spacing: 0 !important;
	font-family: monospace !important;
}

.layout-form-popup .v-input__prepend-outer, .v-input__append-outer {
	display: flex;
	align-items: center;
}
.is-longtext .v-input__prepend-outer {
	margin-top: 0 !important;
}
.is-longtext .v-input__append-outer, .v-input__prepend-outer {
	margin-top: 5px !important;
	min-height: 25px !important;
}
.is-longtext-2 .v-input__append-outer, .is-longtext-2 .v-input__prepend-outer {
	margin-top: 0 !important;
}
.selected-program-duplicate {
	margin-top: 35px;
	display: flex;
	gap: 20px;
	flex-direction: column;
}
.selected-program-duplicate .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner {
	margin-top: 9px !important;
}
.v-select.v-text-field:not(.v-text-field--single-line) input {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rounded-water-drop {
	border-top-left-radius: 25px !important;
	border-bottom-right-radius: 25px !important;
	overflow: hidden !important;
	border-top-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}
/* .v-menu__content {
	top: 160px !important;
} */
.rounded-water-drop .v-image__image {
	background-size: auto !important;
}
.relative {
	position: relative !important;
}
.absolute {
	position: absolute !important;
}
.absolute__center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.max-w-340px {
	max-width: 300px !important;
}
.text-monospace {
	font-family: monospace !important;
}
.text-sm {
	font-size: 12px !important;
}
.text-tiny {
	font-size: 0.8rem !important;
}
.text-body {
	font-size: 0.875rem !important;
}
.border-secondary {
	border-color: var(--v-secondary-base) !important;
}
.line-clamp {
	display: -webkit-box !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	max-width: 100% !important;
}
.yellow-custom {
	background-color: #f0d700 !important;
}
.label-checkbox-custom i.yellow-custom--text.v-icon {
	color: #f0d700 !important;
}
.v-menu__content.theme--light.menuable__content__active .v-input {
	/* min-width: unset !important; */
}
.day-width {
	width: 70px !important;
	min-width: 70px !important;
}
.v-list-item__action {
	margin-right: 6px !important;
}
.rounded-none {
	border-radius: 0 !important;
}
/**** form ****/
.border-left {
	border-left: 5px solid #f5f5f5;
}
.border-gray {
	border: 1px solid #757575;
}
.border-gray-2 {
	border: 1px solid #dedede;
}
.border-checkbox-radius {
	border-radius: 3px;
}
.v-btn-tiny {
	height: 22px !important;
	width: 22px !important;
}
/* .v-btn:not(.v-btn--is-elevated) {
	border-radius: 32px !important;
} */
.input-filled .v-input__slot {
	background-color: rgba(0, 0, 0, 0.1) !important;
}
.v-input-tiny .v-input__slot {
	min-height: 32px !important;
	height: 32px !important;
	padding: 0 6px !important;
}
.v-input-tiny .v-input__append-inner {
	margin-top: 3px !important;
}
.v-input-tiny .v-input__append-inner .v-icon {
	font-size: 1rem !important;
}
.v-input-tiny .v-input__prepend-inner {
	margin-top: 4px !important;
}
.v-input-tiny .v-icon {
	font-size: 18px !important;
}
.v-input-tiny .v-menu__content .v-list-item {
	font-size: 13.6px !important;
}
.v-input-tiny .v-select__selection {
	padding-left: 8px !important;
}
.v-select.v-input--dense .v-select__selection--comma {
	font-size: 15px !important;

}
.v-input button,
.v-input input,
.v-input select,
.v-input textarea,
.v-input .v-select__selection,
.v-input .v-select__selections,
.v-input .v-select__selection.v-select__selection--comma {
	font-size: 0.85rem !important;
}
.v-input .v-select__slot .v-select__selections .counter {
	font-size: 0.85rem;
}
.v-input .v-select__slot .v-input__append-inner .fas.fa-xmark {
	font-size: 0.85rem;
}
.v-input .v-select__slot .v-input__append-inner .v-icon {
	font-size: 0.85rem;
}
.v-input .v-label {
	font-size: 0.85rem !important;
}
.v-menu__content .v-list-item .v-list-item__title {
	font-size: 0.85rem !important;
}
.v-chip__content > span {
	font-size: 0.85rem;
}
.v-file-input .v-icon--link {
	font-size: 20px !important;
}
.fileinput-box {
	position: relative;
}
.fileinput-clear {
	position: absolute;
	top: 0;
	right: 0;
}
.fileinput-btn .v-input__slot {
	background: rgba(0, 0, 0, 0.2) !important;
}
.title-custom {
	position: relative;
	text-transform: none;
	font-size: 1rem;
	font-weight: bold;
	padding-bottom: 1px;
	color: var(--v-primary-base);
}
.title-custom::after {
	content: '';
	position: absolute;
	width: 80px;
	bottom: -5px;
	left: 0;
	border-bottom: 1px solid var(--v-primary-base);
}
.title-slash {
	color: var(--v-primary-base);
	font-weight: bold;
	font-size: 0.875rem;
}
.title-slash::before {
	content: '/';
	color: var(--v-error-base);
	margin-right: 8px;
}
.title-slash-content {
	font-size: 0.75rem;
	padding-left: 16px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.label-default {
	font-weight: 600;
	font-size: 0.85rem !important;
	letter-spacing: 0.009375em !important;
	color: var(--v-primary-base) !important;
}
.label-important, .label-normal {
	position: relative;
	font-weight: 600;
	font-size: 0.85rem !important;
	letter-spacing: 0.009375em !important;
	color: var(--v-primary-base) !important;
}
.label-important::after {
	content: '*';
	display: inline-block;
	margin-left: 0;
	color: red;
	font-size: 16px;
	line-height: 0;
	vertical-align: middle;
}
.label-normal {
	position: unset;
}
.label-tiny {
	font-size: 12px !important;
	font-weight: bold;
	letter-spacing: 0.009375em !important;
	line-height: 1.75rem;
}
.label-tiny .v-label {
	font-size: 12px !important;
}
.label-tiny .v-input--selection-controls__input {
	margin-right: 2px !important;
}
.label-checkbox-custom .v-icon {
	font-size: 18px !important;
	color: #dedede !important;
}
.label-none {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
.label-none .v-input--selection-controls__input {
	margin-right: 0 !important;
}
.label-extend > span {
	color: #828282;
	font-weight: 300;
	font-size: 13px;
	float: right;
}
.black--text .v-label {
	color: #000 !important;
}
.form-style {
	display: flex;
	flex-direction: column;
	height: calc(100vh - 70px);
}
.form-style .form-main {
	background-color: #f5f5f5 !important;
	border-color: transparent !important;
	flex-grow: 1;
	overflow-y: auto;
	overflow-x: hidden;
}
.form-style .form-main.bg-transparent > .form-style .v-card > * {
	background-color: #fff;
	padding: 8px;
}
.form-style .v-card.form-transparent > * {
	background-color: transparent;
}
.form-style .form-footer {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 8px 16px;
	flex-shrink: 0;
	margin: 0 -8px;
	border-top: 1px solid #eee;
}
.form-style .form-min-height {
	min-height: calc(100vh - 150px);
}
.v-file-input-noborder .v-input__slot:before {
	content: none !important;
}
.fileinput-border {
	border: 2px dashed rgba(0, 0, 0, 0.05);
	background-color: #f5f5f5;
}
.fileinput-gradient {
	background: #c4c4c4 !important;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #f0f0f0, #c4c4c4) !important;
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #f0f0f0, #c4c4c4) !important;
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.fileinput-horizontal {
	height: 287px !important;
	width: 400px !important;
	background: #f5f5f5 !important;
	border: 1px solid #828282 !important;
}
.fileinput-vertical {
	height: 240px !important;
	width: 150px !important;
	background: #f5f5f5 !important;
	border: 1px solid #828282 !important;
}
.fileinput-box > .fileinput-circle {
	border-radius: 50% !important;
	overflow: hidden !important;
}
.fileinput-thumb {
	width: 136px !important;
	height: 155px !important;
	background: #f5f5f5 !important;
	border: 1px solid #828282 !important;
	overflow: hidden !important;
}
.form-grouped {
	border-left: 8px solid #e0e0e0;
	padding-left: 28px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.expansion-custom {
	border-radius: 0 !important;
}
.expansion-custom .v-expansion-panel::before {
	box-shadow: none !important;
}
.expansion-custom .v-expansion-panel-header {
	border-top: 1px solid #f9f9f9;
}
.expansion-custom .v-expansion-panel:first-child .v-expansion-panel-header {
	border-top-color: transparent;
}
.expansion-custom .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon {
	font-size: 16px;
}
/* --- table --- */
.table-module-wrap {
	background: #fff;
	border-radius: 4px;
}
.table-module-wrap .table-module table {
	border-radius: 0 !important;
}
.table-module-wrap .table-module table thead > tr:first-child > th:first-child {
	padding-left: 24px !important;
}
.table-module-wrap .table-module table tbody > tr > td:first-child {
	padding-left: 24px !important;
}
.table-module.table-fixed table {
	overflow: hidden;
	border-radius: 4px;
	table-layout: fixed;
}
.table-module.table-fixed table .t-body > div {
	font-size: 0.9rem;
	padding: 8px 0;
}
.table-module.table-fixed table .t-body > div > a,
.table-module.table-fixed table .t-body > div > span,
.table-module.table-fixed table .t-body > div > span > .t-img {
	display: block;
	overflow-wrap: break-word;
}
.table-module.table-fixed table .t-body p {
	margin-bottom: 12px !important;
}
.table-module .t-action-head {
	width: 28px;
	padding: 0 !important;
}
.table-module .t-action-body {
	width: 32px;
	margin: 0 -16px;
}
.table-module .t-body {
	text-align: center;
	font-size: 1rem !important;
	padding: 0 0 0 8px !important;
	border-bottom: thin solid #EAEBEE !important;
}
.table-module .t-body .v-input--checkbox {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.table-module .t-head {
	padding: 16px 0 8px 8px !important;
	text-align: center !important;
	font-size: 1rem !important;
	font-weight: 500;
	color: var(--v-primary-base) !important;
	border-bottom: 3px solid #EAEBEE !important;
}
.table-module tbody {
	display: table-row-group !important;
}
.table-th-bottom > .table-module > .v-data-table__wrapper > table > thead > tr {
	vertical-align: bottom !important;
}
.table-module .table-module tbody .contents:last-child tr td {
	border-bottom-color: transparent !important;
}
.table-module tbody .contents > tr > td:not(.pl-0) {
	padding: 8px 0 8px 8px !important;
	min-height: 40px;
	vertical-align: middle;
}
.table-module .table-module .t-head {
	background-color: #eee;
}
.table-module .t-sort-column {
	cursor: pointer;
	display: flex;
	align-items: center;
}
.table-module .t-sort-column__icon {
	margin-left: 2px;
	width: 20px;
	font-size: 0.8rem !important;
}
.table-module .t-filter-column {
	margin: 0 auto 8px;
	max-width: 100px;
}
.table-module .t-img {
	margin: 0 auto;
	background-color: #c5c5c5;
}
.table-module .t-img-circle {
	border-radius: 50%;
}
.table-module img {
	max-width: 100%;
	object-fit: cover;
}
.dragscroll {
	width: 100%;
	overflow: hidden;
	cursor: all-scroll;
	height: auto;
	overflow-x: hidden !important;
}
.dragscroll .table-module {
	min-width: fit-content !important;
}
.dragscroll .table-module .v-data-table__wrapper {
	overflow: hidden;
	min-width: fit-content !important;
}
.dragscroll .multi-auto-search .v-input__slot {
	padding-right: 0 !important;
	min-height: auto !important;
}
.dragscroll .multi-auto-search .v-input__slot .v-select__selections {
	padding: 0 !important;
}
.dragscroll .multi-auto-search .v-input__slot .v-select__selections > input {
	padding: 0 !important;
}
.table-module-wrapper .multi-auto-search .v-input__slot .v-input__append-inner {
	margin-top: 4px !important;
	margin-bottom: 2px !important;
}
.dragscroll .list-dot {
	margin-left: -8px;
}
.dragscroll
	.disabled-hover.v-data-table
	> .v-data-table__wrapper
	> table
	> tbody
	> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
	background-color: transparent !important;
}
.multi-auto-search.icon-only .v-input__slot {
	padding: 0 !important;
}
.multi-auto-search.icon-only .v-input__slot > fieldset {
	border-color: transparent !important;
}
.multi-auto-search.icon-only .v-input__slot > .v-select__slot > .v-select__selections,
.multi-auto-search.icon-only .v-input__slot > .v-select__slot > .v-input__append-inner:first-child {
	width: 0px;
	overflow: hidden;
}
.multi-auto-search.icon-only .v-input__slot > .v-select__slot > .v-select__selections > span {
	display: none;
}
/* ---- tabs-custom ---- */
.tabs-custom {
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 10px #333;
}
.tabs-custom .v-tabs-bar {
	padding: 8px 0;
	border-right: 1px solid #e0e0e0;
	border-radius: 0;
}
.tabs-custom .v-tabs-bar .v-tabs-slider-wrapper {
	min-height: 36px;
}
.tabs-custom .v-tabs-bar .v-tabs-slider-wrapper .v-tabs-slider,
.tabs-custom2 .v-tabs-bar .v-tabs-slider-wrapper .v-tabs-slider {
	display: none;
}
.tabs-custom .v-tab {
	padding: 8px 20px;
	margin: 0;
	height: auto !important;
	min-height: 36px;
	justify-content: flex-start;
	text-transform: none;
	font-weight: 600;
	max-width: 350px;
	white-space: normal;
	text-align: left;
	letter-spacing: normal;
}
.tabs-custom .v-tab.v-tab--active,
.tabs-custom2 .v-tab.v-tab--active {
	color: var(--v-primary-base);
}
.tabs-custom2 .v-tab {
	background-color: #e0e0e0;
}
.tabs-custom2 .v-slide-group__prev,
.tabs-custom2 .v-slide-group__next {
	display: none !important;
}
.tabs-custom2 .v-slide-group__content {
	border-radius: 4px !important;
	overflow: hidden;
}
.tabs-custom2 .v-tab {
	text-transform: none;
	border-right: 1px solid #6f6f6f1a;
	font-size: 0.8rem;
}
.tabs-style {
	padding: 16px;
}
.tabs-style .v-tab--active {
	background-color: rgba(0, 0, 0, 0.05);
}
.tabs-style .v-tab {
	border-bottom: 1px solid var(--v-primary-base);
}
.v-radio--is-disabled .v-icon {
	color: #ddd !important;
}
.c-text-field.v-text-field.v-input--is-disabled .v-input__control {
	background-color: #f5f5f5;
}
.c-text-field.v-text-field .v-input__control > .v-input__slot fieldset {
	border-color: #e0e0e0;
}

/* --- custom select box --- */
.pointer-lock {
	pointer-events: none !important;
}
.input-pointer .v-list-item {
	pointer-events: none !important;
}
.input-pointer .v-list-item > div {
	pointer-events: all;
	width: 100%;
}
.input-pointer .v-list-item > div.pointer-lock {
	color: #a1a1a1 !important;
}
.input-pointer .v-list-item.v-list-item--active i.fa-square:before {
	content: '\2611' !important;
}
.v-list-item__icon, .theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
	color: var(--v-primary-base) !important;
}
.v-list-item__icon .v-list-group__header__append-icon {
	display: block !important;
}
.v-list-item__icon {
	display: none !important;

}
.v-card.card-popup-add {
	border-width: inherit !important;
}
.card-popup-add-logo {
	background: #0C325F;
	background-image: url(../img/common/image-logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 250px;
	min-height: 96px;
}
.logo-login .v-image__image {
	background-size: auto !important;
}
.v-input__icon {
	height: 16px !important;
}
.v-text-field--outlined.v-input--dense.v-text-field--outlined>.v-input__control>.v-input__slot {
	min-height: 35px !important;
}
.upload-multi-file .v-text-field {
	padding-top: 0 !important;
}
.upload-multi-file fieldset {
	border: none !important;
}
.visibility-hidden {
	visibility: hidden !important;
}
.fs-small {
	font-size: 13px !important;
}
.p-label, .theme--light.v-file-input .v-file-input__text--placeholder {
	font-size: 12px !important;
    /* font-style: italic !important; */
    font-weight: 400 !important;
}
.p-label {
	font-size: 15px !important;
	font-weight: 500 !important;
	color: #0c325f !important;
}
.tab-document .p-label, .theme--light.v-file-input .v-file-input__text--placeholder {
	cursor: pointer !important;
	font-size: 15px !important;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.layout-form-popup .theme--light.v-file-input .v-file-input__text--placeholder {
	font-size: 1rem !important;
	line-height: 2 !important;
}
.truncate-text .caption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.custom-class-text {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 16px !important;
	margin-top: 40px !important;
	font-weight: bold !important;
}
.custom-radio .v-input--radio-group__input {
	display: flex !important;
	flex-direction: row !important;
	gap: 30px !important;
}
.layout-form-popup .v-text-field .v-input__append-inner {
	height: 32px;
	display: flex;
	align-items: center;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}
.theme--light.v-text-field--filled>.v-input__control>.v-input__slot {
	background: #fff !important;
}
.table-module .table-module .t-head {
	padding-left: 2px !important;
}
@media (min-width: 1264px) {
    .prospects-input-filter .col-lg-2 {
        flex: 0 0 18%;
        max-width: 18%;
    }
    .prospects-input-filter .prospects-input-date.col-lg-2 {
        flex: 0 0 22%;
        max-width: 22%;
    }
}
.v-input-employment.v-input-tiny .v-input__append-inner,
.v-input-select-status.v-input-tiny .v-input__append-inner,
.v-text-field--outlined .v-input__append-inner {
	margin-top: 9px !important;
}
.center-icon-select .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner {
	margin-top: 9.5px !important;
}
.handle-append-icon .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner {
	margin-top: 4px !important;
}
.date-picker-close .v-text-field--enclosed.v-input--dense:not(.v-text-field--solo).v-text-field--outlined .v-input__append-inner {
	margin-top: 10px !important;
}

.group-header-item {
	background-color: #f5f5f5 !important;
	cursor: default !important;
	pointer-events: none !important;
}
.group-header-item:hover {
	background-color: #f5f5f5 !important;
}
.row-type-level {
	background-color: #ffe6e6 !important;
}
.row-total {
	color: #1D62F0 !important;
}
.row-type-level td:first-child {
	font-weight: bold !important;
}

.table-module .t-body td {
	background-color: transparent !important;
}
.v-input:not(.v-textarea) .v-input__slot {
	height: 35px !important;
}
.layout-form-popup .v-input:not(.v-textarea) .v-input__slot {
	display: flex;
	align-items: center;
}
.v-list--dense .v-list-item {
	height: 45px !important;
}
.threeInputsMode.col-3 {
	flex: 0 0 30% !important;
    max-width: 30% !important;
}
.no-resize textarea {
	resize: none !important;
}
.certificate-file-upload .theme--light.v-file-input .v-file-input__text--placeholder, .certificate-file-upload .v-input__prepend-outer .v-icon {
	color: var(--v-error-base) !important;
	font-weight: bold !important;
}
.custom-radio-group.v-input--radio-group.v-input--radio-group--row .v-radio {
	flex: 0 0 28% !important;
	max-width: 28% !important;
}
.center-block-popup {
	position: relative;
	min-height: 80px;
}
.layout-form-popup {
	display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}
.custom-margin-icon .v-input__prepend-outer {
	margin-top: 9px !important;
}
.center-form-popup {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -25%);
}
.popup-input .v-icon.v-icon {
	top: 4px !important;
}
.popup-input .v-icon.v-icon.fa-check {
	top: 0px !important;
}
.popup-input .popup-input .v-text-field .v-input__icon--clear {
	margin-top: 4px !important;
}
.desc-campus .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded)>.v-input__control>.v-input__slot {
	height: 330px !important;
}
.v-text-field--outlined.v-input--dense .v-label--active {
	left: 7px !important;
}
.time-slots-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
}
/* .v-menu__content.theme--light.menuable__content__active {
	min-width: fit-content !important;
} */

.time-slot-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-width: 0;
}
.time-slot-item :deep(.v-input) {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.time-slot-item :deep(.v-input__control) {
	min-height: auto !important;
}

.time-slot-item :deep(.v-input__slot) {
	margin-bottom: 0 !important;
}