.disMsg__body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	line-height: 22px !important;
	font-style: normal !important;
	font-weight: normal !important;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;

	font-family: "Open Sans", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;

	z-index: 99999;
}
.ui-menu-item-wrapper small {
	color: #80869B;
}

.ui-menu-item-wrapper.ui-state-active small {
	color: #fff !important;
}

/* warning colors */
.warning.warnig-danger {
	background-color: #EC5907 !important;
}
.warning.warnig-success {
	background-color: #28a745 !important;
}
.warning.warnig-info {
	background-color: #17a2b8 !important;
}
.warning.warnig-warning {
}


.select__button[data-placeholder]:before {
	content: attr(data-placeholder);
	color: #888888;
	font-size: 12px;
}
.select__button:not(:empty):before {
	display: none;
}

.dis-confirm-overlay {
	background-color: rgba(26, 71, 169, 0.6) !important;
}
.dis-confirm {
	border-radius: 10px;
	border: 1px solid #BABDC8;
	box-shadow: none;
}
.dis-confirm__message {
	font-family: Open Sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 0;
	color: #232735;
}
.dis-confirm__button {
	border: 1px solid #1A47A9;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
	padding: 10px 15px;
	min-width: 120px;
}
.dis-confirm__button.v--success {
	background-color: #1A47A9 !important;
	color: #fff;
}
.dis-confirm__button.v--success:hover {
	background-color: #113990 !important;
	border-color: #113990 !important;
}
.dis-confirm__button.v--cancel {
	background-color: #fff !important;
	color: #1A47A9 !important;
}
.dis-confirm__button.v--cancel:hover {
	color: #3E465F !important;
	border-color: #3E465F !important;
}

.disMsg {
	border-radius: 6px;
}
.disMsg__close {
	top: -1px;
	right: -1px;
}
.questions-item__status-new {
	font-family: Open Sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #FF7819;
	margin-bottom: 10px;
	position: relative; }
.gpay-button {
    width: 100% !important;
}

/* Chrome, Safari, Edge, Opera */
input.input__without-appearance::-webkit-outer-spin-button,
input.input__without-appearance::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.input__without-appearance[type=number] {
    -moz-appearance: textfield;
}

/* added by Alexander G 27.09.2022 */
#service-form .file-input__files-item__inner {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#service-form .file-input__files-item__inner .file-input__files-item__info {
	width: 30%;
	white-space: nowrap;
	display: flex;
	flex: 1 0 30%;
}

#service-form .file-input__files-item__inner .file-input__files-item__info > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
}

#service-form .file-input__progress {
	width: 100%;
	height: 20px;
	margin-left: 10px;

	display: flex;
	justify-content: space-between;
	align-items: center;
}
#service-form .file-input__progress__background {
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	background-color: #e5e5e6;

	position: relative;
}

#service-form .file-input__progress__title {
	position: absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	margin:auto;
	font-size: 11px;
	color: #232735;
	font-weight: 500;
	line-height: 14px;
	height: 14px;
	white-space: nowrap;
	padding-left: 15px;
}

#service-form .file-input__progress__inner .file-input__progress__title {
	color: white;
}

#service-form .file-input__progress__inner {
	width: 0;
	height: 20px;
	background: repeating-linear-gradient(
			135deg,
			#007dcb,
			#007dcb 10px,
			#3397d5 10px,
			#3397d5 20px
	);

	transition: width .1s linear;
	overflow: hidden;
	position: relative;
}

#service-form .file-input__progress__indicator {
	font-size: 11px;
	margin-left: 7px;
	width: 30px;
	flex: 30px;
}

#service-form .file-input__files-item:before {
	display: none !important;
}
#service-form .file-input__files-item {
	padding-left: 10px !important;
	padding-right: 30px !important;
	margin-bottom: 0 !important;
}

#onFileProblemsFoundModal .modal-1__section:not(.modal-1__section--buttons button) {
	font-size: 13px;
}

#onFileProblemsFoundModal .modal-1__section--buttons {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: start;
}

#onFileProblemsFoundModal .modal-1__section--buttons button {
	margin-bottom: 0 !important;
	line-height: 14px !important;
}

#service-form .form__fieldset__description ul {
	list-style: none;
	padding-top: 8px;
}

#service-form .form__fieldset__description ul li {
	margin-bottom: 7px;
	font-size: 14px;
	padding-left: 10px;
}

#service-form .form__fieldset__description ul li:before {
	display: none;
}

#service-form .file-input__files-item__definitions {
	padding-top: 10px;
}

#service-form .file-input__files-item__definitions__item {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	font-size: 12px;
}

#service-form .file-input__files-item-delete {
	top: 14px;
}

#service-form .file-input__files-item__errors {
	padding-top: 10px;
	font-size: 12px;
}

#service-form .file-input__files-item--flex .file-input__files-item-error-text {
	display: block !important;
	font-size: 14px;
}

.debt-table-item-2__row {
	flex-wrap: wrap;
}
.debt-table-item-2__row .debt-table-item-2__col {
	margin-top: 10px;
	margin-bottom: 10px;
}
.attention-modal {
	cursor: default !important;
}
.attention-modal__text {
	color: #505565;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 10px;
}
.attention-modal__info {
	padding: 10px 0px;
	color: #1A47A9;
	font-size: 20px;
	line-height: 24px;
}
.attention-modal__link {
	padding: 10px 0px;
}
.attention-modal__link a {
	color: #FF7819 !important;
	font-size: 14px;
	line-height: 22px;
	transition: all 0.1s linear;
}
.attention-modal__link a:hover {
	color: #1A47A9 !important;
}
.attention-modal__button {
	padding: 10px 0px;
}
.attention-modal__button span {
	display: block;
	text-align: center;
	background: #1A47A9;
	border-radius: 10px;
	padding: 16px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	transition: all 0.1s linear;
}
.attention-modal__button span:hover {
	background: #113990;
}

.add-edit-readings-home-btn {
    padding-left: 10px !important;
    padding-right: 0 !important;
}
.trust-payment-info {
	padding-left: 70px;
	padding-right: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.trust-payment-info__body {
	border-top: 1px solid #E7EAEF;
	border-bottom: 1px solid #E7EAEF;
	padding: 5px;
	padding-left: 26px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.trust-payment-info__icon {
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
}
.trust-payment-info__text {
	color: #191A1E;
	font-size: 14px;
	line-height: 16px;
	margin-right: 10px;
}
.trust-payment-info__text span {
	color: #FF7819;
}
.trust-payment-info__link {
	font-size: 14px;
	line-height: 16px; 
}
.trust-payment-info__link a {
	color: #1A47A9;
	font-size: inherit;
	font-weight: 400;
	line-height: inherit; 
	text-decoration: none;
}
.promised-payment-info {
	margin-bottom: 40px;
	width: 100%;
}
.promised-payment-info th {
	border: none;
	color: #8C8C8F;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 10px 15px;
	text-align: left;
}
.promised-payment-info td {
	color: #191A1E;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px; 
	padding: 10px 15px;
	text-align: left;
	border-top: 1px solid #E7EAEF;
}
.promised-payment-info th:first-child,
.promised-payment-info td:first-child {
	padding-left: 0;
}
.promised-payment-info th:last-child,
.promised-payment-info td:last-child {
	padding-right: 0;
}
