/* Megawatt Support Theme */

/* FONTS */

@font-face {
	font-display: swap;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/onest-v6-cyrillic_cyrillic-ext_latin_latin-ext-100.woff2') format('woff2');
	
}

@font-face {
	font-display: swap;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/onest-v6-cyrillic_cyrillic-ext_latin_latin-ext-300.woff2') format('woff2');
	
}

@font-face {
	font-display: swap;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/onest-v6-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2') format('woff2');
	
}

@font-face {
	font-display: swap;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/onest-v6-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2') format('woff2');
	
}

@font-face {
	font-display: swap;
	font-family: 'Onest';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/onest-v6-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2') format('woff2');
	
}

::selection {
	background: #01afef;
	color: #fff;
}

:root, body, button,
.wrapper, .notification,
.ticket__body_block .block--description,
.ticket__body_block h3,
.ticket__params .params--block h4,
.ticket__params .params--block .row {
	font-family: 'Onest', sans-serif;
}

/* Notifications */

.notification {
	box-shadow: none;
	border-radius: 5px;
	overflow: hidden;
}

.notification a.btn-full {
	width: 200px;
}

.notification.blue {
	border: 1px solid rgba(55, 120, 229, 0.5);
	background-color: #f7fdff;
}

.notification.blue::before {
	background-color: #01afef;
}

.help-search {
	margin-top: 30px;
}

.knowledgebase-content .content .block__head {
	margin-bottom: 40px;
}

.knowledgebase-content .article .block__head {
	margin-bottom: 50px;
	border-bottom: 1px solid #01afef;
	border-radius: 5px;
	background-color: #01afef;
	box-shadow: none;
}

.home-knowledgebase .article__heading {
	margin-bottom: 30px;
}

.knowledgebase-content .content .topics {
	padding: 35px 30px 25px 30px;
	box-shadow: none;
	border: 1px solid #01afef;
	border-radius: 5px;
}

.knowledgebase-content .content .block__head .h-3 {
	color: #0186b7;
}

.knowledgebase-content .content .block__head .icon-in-circle {
	background-color: #0186b7;
}

.knowledgebase-content .content .topics__title {
	color: #0186b7;
}

.knowledgebase-content .content .topics__title .icon {
	fill: #0186b7;
}

.knowledgebase-content .content .topics__title a {
	color: #0186b7;
}

.knowledgebase-content .ticket__body_block {
	border: 1px solid rgba(1, 175, 239, 0.5);
	border-radius: 5px;
}

.ticket__params .params--block {
	box-shadow: none;
	border: 1px solid rgba(1, 175, 239, 0.5);
	border-radius: 5px;
}

.ticket__params .params--block .row {
	border-bottom: 1px solid rgba(1, 175, 239, 0.5);
}

.ticket__body_block h1 {
	margin-top: 20px;
	text-align: left;
}

.ticket__body_block .block--description {
	font-size: 16px;
}

.ticket__block-footer {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid rgba(1, 175, 239, 0.5);
}

.form-group.required .label:after,
.form-group.required label:after,
.label.required:after,
label.required:after {
	font-weight: 400;
}

.form-submit-ticket .form-group,
.form-submit-ticket .param,
.form-submit-ticket .form-groups {
	max-width: 100%;
}

.form input.form-control,
.form textarea.form-control {
	font-size: 14px;
	border-radius: 4px;
	border: solid 1px #01afef;
	background-color: #f3faff;
	color: #3a414e;
}

.form input.form-control:focus,
.form textarea.form-control:focus {
	border-color: #01afef;
	box-shadow: 0 0 10px rgba(1, 175, 239, 0.5);
	background-color: #fff;
}

.btn-full {
	background-color: #01afef;
	border: 1px solid #01afef;
	border-radius: 5px;
}

.btn-full:is(:hover, :active) {
	background-color: #0094cb;
	border-color: #0094cb;
}

.btn-full,
.form-footer .btn {
	height: 48px;
}

.navlink {
	box-shadow: none;
	border: 1px solid #01a4df;
	border-radius: 5px;
	box-shadow: 2px 2px 0 #01afef;
	color: #01a4df;
}

.navlink:hover {
	box-shadow: 2px 2px 0 #0195cb;
	border: 1px solid #0195cb;
	color: #0195cb;
}

.navlink .icon-in-circle {
	background-color: #01a4df;
}

.navlink:hover > .icon-in-circle {
	background-color: #0195cb;
}

.navlink .navlink__title {
	color: #01a4df;
}

/* Header */

.cust-help .header {
	border-bottom: 1px solid #01afef;
	background-color: #01afef;
}

.cust-help .header__logo {
	display: inline-block;
	background-image: url(../img/logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 390px;
	height: 40px;
	text-indent: -9999px;
	transform-origin: left center;
	transition: transform 0.15s ease-in-out;
}

.cust-help .header__logo:hover {
	transform: scale(1.035);
}

.header__actions svg {
	color: #fff;
	fill: #fff;
}

.header-support-number a {
	display: inline-block;
	margin-right: 30px;
	font-size: 18px;
	color: #fff;
	transition: all 0.125s ease-in-out;
}

.header-support-number a:hover {
	transform: scale(1.075);
}

.header-support-number a svg {
	vertical-align: top;
	margin-top: 6px;
	margin-right: 1px;
}

.header-home-link {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 5px 0 0 25px;
	transition: all 0.125s ease-in-out;
}

.header-home-link svg {
	fill: #fff;
}

.header-home-link:hover {
	transform: scale(1.25);
}

.header__lang {
	line-height: 28px;
}

.breadcrumbs {
	background-color: #eff2f4;
}

.main__content {
	background-color: #f8f9fa;
}

.search__form {
	background-color: #f8f9fa;
}

.search__title {
	color: var(--secondary);
}

.search__subtitle {
	margin: -10px 0 20px;
	color: #6c757d;
	text-align: center;
}

.search__form .form-group input {
	border: 1px solid #01afef;
	border-radius: 5px;
}

.dropdown-select.select-priority,
.dropdown-select.select-priority .label,
.dropdown-select.select-priority label {
	border-color: #01afef !important;
	border-radius: 10px;
}

.dropdown-select.select-priority .label,
.dropdown-select.select-priority label,
.dropdown-select.select-priority select {
	height: 32px !important;
	min-height: 32px !important;
	box-sizing: border-box;
}

.g-recaptcha {
	margin-top: 10px;
}

.g-recaptcha > div {
	transform: scale(0.85);
	transform-origin: 0 0;
}

/* Keep the scaled reCAPTCHA visually centered on the ticket submission page. */
.form-submit-ticket .g-recaptcha {
	display: flex;
	justify-content: center;
	width: 100%;
}

.form-submit-ticket .g-recaptcha > div {
	transform-origin: top center;
}

.article__heading,
.article-heading-tip {
	color: #0186b7;
}

.article__heading .icon-in-circle {
	background-color: #0186b7;
}

.form-submit-ticket {
	border: 1px solid #01afef;
	border-radius: 5px;
	box-shadow: none;
}

.form textarea.form-control {
	padding-top: 15px;
}

@media only screen and (min-width: 992px) {
	.form-submit-ticket {
		max-width: 640px;
		margin: 0 auto 80px auto;
	}
}

form .attach .dropzone {
	margin-bottom: 20px;
	border: 1px dashed #48cefe;
	border-radius: 4px;
}

form .attach .dropzone:hover {
	border-color: #0094cb;
	background-color: #f8f9fa;
}

.dropdown .dropdown-list,
.dropdown-select .dropdown-list,
.with-label .dropdown-list {
	border: 1px solid #01afef;
}

.dropdown .dropdown-list > li:hover,
.dropdown-select .dropdown-list > li:hover,
.with-label .dropdown-list > li:hover {
	background-color: #01a4df;
}

/* Knowledgebase */

.article {
	margin-bottom: 60px;
}

.article .tabbed__head {
	border-bottom: none;
}

.article .tabbed__head .tabbed__head_tabs li.current {
	margin-bottom: 40px;
	border-bottom: 1px solid #01a4df;
	border-bottom-color: #01a4df;
	color: #01a4df;
	box-shadow: none;
	cursor: default;
}

.preview {
	margin-bottom: 30px;
	padding: 25px;
	border-bottom: none;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-shadow: none;
}

.article .tabbed__tabs .tabbed__tabs_tab {
	background-color: #f8f9fa;
	box-shadow: none;
}

.ticket--article .block--description > hr:last-of-type ~ * {
	color: #7a8791;
	font-size: 13px;
	line-height: 1.5;
}

.ticket--article .block--description > hr:last-of-type ~ h3 {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: 600;
}

.ticket--article .block--description > hr:last-of-type ~ ul {
	margin-top: 0;
}

.ticket--article .block--description > hr:last-of-type ~ * a {
	color: inherit;
}

.article .preview .preview__title {
	color: #0186b7;
}

.article .preview .icon-in-circle {
	background-color: #0186b7;
}

.article .article__footer {
	margin-top: 40px;
}

.article .btn--blue-border {
	border: 1px solid #01a4df;
	border-radius: 5px;
	color: #0186b7;
}

.article .btn--blue-border:hover {
	background-color: #0186b7;
	color: #fff;
}

.kb-article-cat {
	font-weight: 600;
	color: rgba(1, 134, 183, 0.7);
}

/* Modals */

#forgot-modal {
	max-width: 420px;
}

footer.footer {
	display: none !important;
}

.mw-footer {
	padding: 35px 15px 25px 15px;
	border-top: 1px solid #dbe2e6;
	color: #1d6e9b;
}

.mw-footer .contr {
	text-align: center;
}

@media only screen and (min-width: 992px) {
	.mw-footer .contr {
		display: flex;
		justify-content: space-between;
	}
	.mw-footer-left {
		text-align: left;
	}
	.mw-footer-right {
		text-align: right;
	}
}

.mw-footer-social a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	transition: all 0.125s ease-in-out;
	opacity: 0.85;
}

.mw-footer-social a svg {
	fill: #1d6e9b;
}

.mw-footer-social a:hover {
	transform: scale(1.25);
	opacity: 1;
}

/* Utilities */

.d-inline-block {
	display: inline-block;
}

.d-flex {
	display: flex;
}

.mr-20 {
	margin-right: 20px;
}

main footer.footer {
	display: none !important;
}
