\@font-face {
  font-family: 'FontAwesome';
  src: url("../fontawesome/webfonts/fa-light-300.eot");
  src: url("../fontawesome/webfonts/fa-light-300.eot") format("embedded-opentype"), 
  url("../fontawesome/webfonts/fa-light-300.woff2") format("woff2"), 
  url("../fontawesome/webfonts/fa-light-300.woff") format("woff"), 
  url("../fontawesome/webfonts/fa-light-300.ttf") format("truetype"), 
  url("../fontawesome/webfonts/fa-light-300.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}




/***================================================================
CUSTOM TEMPLATE
================================================================***/
.bg-custom-dark 		{background: #054606 !important;}
.bg-custom-light 		{background: #FAFAFA !important;}
.bg-custom-white 		{background: #FFFFFF !important;}
.bg-custom-admins 		{background: #fdfdfb !important;}

.bg-custom-white-95 	{background:rgba(255,255,255,0.95) !important;}
.bg-custom-white-90 	{background:rgba(255,255,255,0.95) !important;}
.bg-custom-white-85 	{background:rgba(255,255,255,0.85) !important;}
.bg-custom-white-75 	{background:rgba(255,255,255,0.75) !important;}
.bg-custom-white-50 	{background:rgba(255,255,255,0.50) !important;}

.bg-custom-black-95 	{background:rgba(0,0,0,0.95) !important;}
.bg-custom-black-90 	{background:rgba(0,0,0,0.95) !important;}
.bg-custom-black-85 	{background:rgba(0,0,0,0.85) !important;}
.bg-custom-black-75 	{background:rgba(0,0,0,0.75) !important;}
.bg-custom-black-50 	{background:rgba(0,0,0,0.50) !important;}

.rounded-table-left		{border-top-left-radius: .35rem!important;}
.rounded-table-right	{border-top-right-radius: .35rem!important;}
	
		
	
	
.form-control:focus {
    border: 1px solid #D59C46 !important;
	color: #D59C46 !important;
	font-weight:400 !important;
}


.menu-item .menu-link a {
    color: var(--bs-gray-700);
}
.menu-item .menu-link:hover a {
    color: var(--bs-primary);
}


.menu-link-drawer, .menu-link-drawer i{
    color: var(--bs-gray-700);
}
.menu-link-drawer:hover, .menu-link-drawer:hover i {
    color: var(--bs-primary);
}


/* important changes to the style - screen separator */
.app-header-separator { 
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #D59C46;
    height: 2px;
    border: 1px solid #D59C46;
    border-bottom: 0;
    margin: 0px;
    width: 100%;
}
.app-sidebar {margin-top: 10px !important;} 


.blink	i{animation: blink 1s linear infinite; color: #F22F2F !important;}
@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}




/***================================================================
BUTTONS
================================================================***/
.no-button {outline:none !important; border:none; background:none; margin:0; padding:0;} 

.btn-brand, .btn-primary, .btn-danger, .btn-warning, .btn-success, .btn-info, .btn-accent, .btn-secondary, .btn-creator, .btn-cancel{
	outline:none !important;		
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;
}


.btn-brand:focus, .btn-primary:focus, .btn-danger:focus, .btn-warning:focus, .btn-success:focus, .btn-info:focus, .btn-accent:focus, .btn-metal:focus, .btn-secondary:focus, .btn-creator:focus, .btn-cancel:focus, 
.btn-brand:active, .btn-primary:active, .btn-danger:active, .btn-warning:active, .btn-success:active, .btn-info:active, .btn-accent:active, .btn-metal:active, .btn-secondary:active, .btn-creator:active, .btn-cancel:active, 	
.btn-brand:hover, .btn-primary:hover, .btn-danger:hover, .btn-warning:hover, .btn-success:hover, .btn-info:hover, .btn-accent:hover, .btn-metal:hover, .btn-secondary:hover, .btn-creator:hover, .btn-cancel:hover
{
	outline:none !important;
	color:#FFF !important; 
	background-color: #505050 !important; 
	border-color: #505050 !important; 
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;	
}


.btn-brand i, .btn-primary i, .btn-danger i, .btn-warning i, .btn-success i, .btn-info i, .btn-accent i, .btn-metal i, .btn-secondary i, .btn-creator i, .btn-cancel i {
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;
}


.btn-brand:hover i, .btn-primary:hover i, .btn-danger:hover i, .btn-warning:hover i, .btn-success:hover i, .btn-info:hover i, .btn-accent:hover i, .btn-metal:hover i, .btn-secondary:hover i, .btn-creator:hover i, .btn-cancel:hover i {
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;
	color:#FFF !important; 
}


.btn-js-copy{
	width:150px;
	outline:none;		
	font-weight:300;
	font-size:12px !important;
	padding:3px 12px !important; 
	border-radius: 3px !important;
	color:#000; 
	background-color: #f3f3f3; 
	border: 1px solid #505050 !important;
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;
}


.btn-js-copied{
	color:#FFF !important; 
	background-color: #0f6612 !important;
	border: 1px solid #0f6612 !important;
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;
}


.btn-js-copy:focus, .btn-js-copy:active,  .btn-js-copy:hover,  
.btn-js-copied:focus, .btn-js-copied:active,  .btn-js-copied:hover
{
	color:#FFF; 
	background-color: #505050; 
	border-color: #505050; 
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;	
}


.btn-table-icon, .btn-table-icon:hover {background:none; border:none; outline:none; padding:0 !important; margin:0 !important; width:40px;}
.btn-table-icon i {font-size:2rem;}
.btn-table-icon-brand i {color:#D59C46;}
.btn-table-icon-income i {color:#EB6209;} 
.btn-table-icon-success i {color:#058929;}
.btn-table-icon-danger i {color:#E32323;}
.btn-table-icon-info i {color:#009EF7;}
.btn-table-icon-secondary i {color:#BBBBBB;}
.btn-table-icon-brand:hover i, .btn-table-icon-success:hover i, .btn-table-icon-danger:hover i, .btn-table-icon-info:hover i {color:#505050;}




/***================================================================
SWEETALERT
All SweetAlert styling is handled in the Mivare login block at the end of this file.
================================================================***/


/************************************************
LISTS
************************************************/
ul.marked-list {
	list-style-type: none
}

.marked-list {
    margin-top:20px;
}
.marked-list > li {
	position: relative;
	font-weight: 500;
	line-height: 22px;
	font-size:15px;
	padding:3px 0px 0px 10px;
	margin:5px auto 5px auto;
}
.marked-list>ul>li:last-child {
    border-bottom: solid 1px transparent;
}
.marked-list > li:before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 3px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right:12px;
	font-weight: 900;
	font-size: 19px;
	font-family: "FontAwesome";
	color: #D59C46;
}

ul.marked-list-small {
  list-style-type: none
}

.marked-list-small {
    margin-top:10px;
}
.marked-list-small > li {
	position: relative;
	font-weight: 500;
	line-height: 18px;
	font-size:13px;
	padding:3px 0px 0px 30px;
	margin:5px auto 5px auto;
}
.marked-list-small>ul>li:last-child {
    border-bottom: solid 1px transparent;
}
.marked-list-small > li:before {
	content: "\f054";
	position: absolute;
	left: 0;
	top: 4px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right:12px;
	font-weight: 300;
	font-size: 16px;
	font-family: "FontAwesome";
	color: #D59C46;
}


ul.content-list {
  list-style-type: none;
  padding-left:0px;
}

.content-list {
    margin-top:20px;
}
.content-list > li {
	position: relative;
	font-weight: 500;
	line-height: 22px;
	font-size:15px;
	padding:3px 0px 20px 30px;
	margin:0px auto;
}
.content-list>ul>li:last-child {
     border-bottom: solid 1px transparent;
}
.content-list > li:before {
	content: "\f324";
	position: absolute;
	left: 0;
	top: 0;
	padding-left: 0px;
	margin-left: 0px;
	margin-right:12px;
	font-weight: 300;
	font-size: 22px;
	font-family: "FontAwesome";
	color: #D59C46;
}



	
/************************************************
VALIDATION ERRORS & FORMS
************************************************/
::placeholder {color:#7A7A7A !important; opacity: 1; font-weight:400 !important; font-size:1rem; letter-spacing:0px;}
:-ms-input-placeholder {color:#7A7A7A !important; font-weight:400 !important; font-size:1rem; letter-spacing:0px;}
::-ms-input-placeholder {color:#7A7A7A !important; font-weight:400 !important; font-size:1rem; letter-spacing:0px;}		

.select2-container--bootstrap5 .select2-selection--single .select2-selection__placeholder {
	color:#7A7A7A !important; font-weight:400 !important;
}	




.form-full-width {width:100% !important;}
.error {
	font-size:0.8rem !important;
	color: #F0C477 !important;
	border-color: rgba(240, 196, 119, 0.95) !important;
	font-weight: 400;
}
.has-success 			{}
.has-error  			{border:1px solid rgba(240, 196, 119, 0.95) !important; border-radius: 0.475rem !important;}

/** select2 error hightight **/
.select2.error .select2-selection--single{
    border-color:rgba(240, 196, 119, 0.95) !important;
    color:#F0C477 !important;
}

/** tagit error highlight **/
.tagit.error{
   border-color:rgba(240, 196, 119, 0.95) !important;
   color:#F0C477 !important;
}	
	
	
	
	
/************************************************
RIGHT CLICK MENU
************************************************/
.context-menu { 
	position: fixed;
	top:0 !important;
	left:0 !important;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.75);
	z-index:99999999999999999;
	transition: visibility 0s, opacity 0.5s linear;
} 



	
/************************************************
PLUGINS CUSTOM STYLES
************************************************/
.daterangepicker .drp-calendar {
	min-width: 500px !important;  
	width: 90% !important;  
}

.polaroid-profile {  
	background:#000; 
	border:solid #fff;  
	border-width:6px 6px 20px 6px;  
	box-shadow:1px 1px 5px #333; 
	-webkit-box-shadow:1px 1px 5px #333;  
	-moz-box-shadow:1px 1px 5px #333;  
	width:50%;
	margin:0px auto !important;
}  

.polaroid-employees {  
	box-shadow:1px 1px 5px #333; 
	-webkit-box-shadow:1px 1px 5px #333;  
	-moz-box-shadow:1px 1px 5px #333;  
}  

.polaroid-case {  
	background:#000; 
	border:solid #fff;  
	border-width:6px 6px 6px 6px;  
	box-shadow:1px 1px 9px #a09f9f;
	-webkit-box-shadow:1px 1px 9px #a09f9f; 
	-moz-box-shadow:1px 1px 9px #a09f9f;  
	margin:0px auto !important;
	border-radius:3px;
}  

.select2-container--bootstrap5 .select2-selection--single .select2-selection__rendered {
    color: #181c32;
}

select option {
    margin: 40px;
    background: rgba(0, 0, 0, 0.0);
    color: #D59C46;
	cursor:pointer;
}


.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected {
    background-color: #D59C46;
    color: #fff;
    transition: color .2s ease,background-color .2s ease;
}


.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option:hover {
    background-color:#505050;
    color: #fff;
    transition: color .2s ease,background-color .2s ease;
}




/*** OPTGROUP  ***/
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--group .select2-results__group {
    background:#121a21 !important;
    color: #D59C46 !important;
    font-size: 1rem !important;
    padding: 1.25rem !important;
}


.blink	i{animation: blink 1s linear infinite; color: #DD1919 !important;}
@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: .5;}
	100%{opacity: 1;}
}




/************************************************
GOOGLE MAPS
************************************************/
#map_canvas {height:100%; width:100%; border-radius:6px; margin-top:-6px;}


	
	
/************************************************
CALENDAR
************************************************/
#calendar {max-width: 100%; margin: 0 auto; }


	
	
/************************************************
COLOR PICKER - RESERVATIONS
************************************************/
.simpleColorChooser {width:322px !important; z-index:99999999;}



	
/************************************************
PREVIEW FOR CROPPER
************************************************/
.cropper-container {
    direction: ltr;
    font-size: 0;
    line-height: 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100% !important;
}
img {
  display: block;
  max-width: 100%;
}
.preview {
  overflow: hidden;
  width: 520px; 
  height: 160px;
  margin: 10px;
  border: 1px solid red;
}
.modal-lg{
  max-width: 1000px !important;
}


.custom-file-input {
	display: inline-block;
	position: relative;
}

.custom-file-input input {
	visibility: hidden;
	width: 100px;
}

.custom-file-input:before {
	content: 'Przeglądaj Pliki';
	display: block;
	background: #009EF7;
	border: 1px solid #dca602;
	border-radius: 5px;
	padding: 5px 0px;
	outline: none;
	white-space: nowrap;
	cursor: pointer;
	font-weight: normal;
	text-align: center;
	font-size: 16px !important;
	font-weight: 400;
	font-family: Inter,Helvetica,sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	outline: none !important;
}

.custom-file-input:hover:before {
	border-color: #009EF7;
}

.custom-file-input:active:before {
	background: #009EF7;
}

.file-blue:before {
	content: 'Przeglądaj Pliki';
	background: #D59C46;
	border-color: #D59C46;
	color: #FFF;
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;	
}

.file-blue:hover:before {
	background: #1E2129;
	border-color: #1E2129;
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;	
}

.file-blue:active:before {
	background: #1E2129;
	border-color: #1E2129;
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;	
}
	
	
	
	
/************************************************
SCRIPTCASE ERROR TABLE
************************************************/
.scErrorTable {z-index:99999999999999; background:red; color:#fff;}




/************************************************
CAPTCHA
************************************************/
.g-recaptcha {
	text-align: center;
	display: inline-block;
	margin-top:20px;
	margin-bottom:0px;
}




/***================================================================
CUSTOM + - NUMBER INPUTS
================================================================***/




/***================================================================
RESPONSIVE STYLES
================================================================***/
/********* 4K ***************/
/*(min-width: 1921px) and (max-width: 2569px)*/
@media (min-width: 1921px) and (max-width: 2569px) {

}


/********* laptops ***************/
/*(min-width: 1365px) and (max-width: 1499px)*/
@media (min-width: 1365px) and (max-width: 1499px) {

}


/*(min-width: 1200px) and (max-width: 1365px)*/
@media (min-width: 1200px) and (max-width: 1365px) {
	
}	


/*(min-width: 992px) and (max-width: 1199px)*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*********************************/


/********* TABLETS ***************/
/*(max-width: 991px)*/
@media (max-width: 991px) {
	 
}


@media (min-width: 768px) and (max-width: 991px) {

}


/********* SMALL MOBILES ***************/
/*(max-width: 650px)*/
@media (max-width: 650px) {

}


/*(max-width: 600px)*/
@media (max-width: 600px) {

}


/*(max-width: 480px)*/
@media (max-width: 480px) {

}
 

/*(max-width: 440px)*/
@media (max-width: 440px) {

}


/*(max-width: 380px)*/
@media (max-width: 380px) {

}





.sessionTimeout {
    position: fixed;
    z-index: 99999 !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #D8D8D8;
    background-color: rgba(0, 0, 0, 0.5);
}

.sessionTimeout-modal {
	border-radius: .475rem!important;
    background-color: #FFFFFF !important;
    margin: 10% auto !important;
    padding: 0px !important;
    width: 50%;
	font-family: Inter,Helvetica,sans-serif !important;
}

.sessionTimeout-title {
	border-radius: .475rem .475rem 0rem 0rem !important;
    font-size:20px !important;
    background-color: #002F6A !important;
	color:#FFF !important;
    font-weight: normal !important;
    padding: 2rem 1rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.sessionTimeout-content {
    font-size: 19px !important;
    text-align: center !important;
    margin: 2rem 0 !important;
}


.sessionTimeout-buttons {
    text-align: right !important;
    padding: 2rem 2rem 1rem 0rem !important;
    border-top: 1px solid #d5d5d5 !important;
}


.sessionTimeout-btn--secondary, .sessionTimeout-btn--primary{
	border-radius: .475rem!important;
	outline:none !important;		
	font-family: Inter,Helvetica,sans-serif;
	font-weight:400 !important;
	padding-left:3rem !important; padding-right:3rem !important;
	text-shadow:1px 1px rgba(0,0,0,0.5) !important;
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0);
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;
}

.sessionTimeout-btn--primary	{background:#D59C46 !important; color:#FFF !important;}
.sessionTimeout-btn--secondary 	{background:#DD1919 !important; color:#FFF !important;}


.sessionTimeout-btn--primary:hover {
	outline:none !important;
	color:#FFF !important; 
	background-color: #505050 !important; 
	border-color: #505050 !important; 
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.7) !important;  
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.7) !important; 
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.7) !important; 
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;	
}


.sessionTimeout-btn--secondary:hover {
	outline:none !important;
	color:#FFF !important; 
	background-color: #BB0B0B !important; 
	border-color: #BB0B0B !important; 
	box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.7) !important;  
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.7) !important; 
	-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.7) !important; 
	transition:all 0.35s linear; -webkit-transition:all 0.35s linear; -moz-transition:all 0.35s linear; -o-transition:all 0.35s linear;	
}



/***================================================================
MOJE MIVARE LOGIN 2026
================================================================***/
html,
body {
	min-height: 100%;
}

body {
	background: #050403 !important;
}

.mivare-login-screen {
	position: relative;
	isolation: isolate;
	min-height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: clamp(24px, 4vw, 70px);
	background-color: #050403;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #FFFFFF;
}

.mivare-login-screen-overlay {
	position: absolute;
	inset: 0;
	z-index: -2;
	background:
		radial-gradient(circle at 50% 52%, rgba(213, 156, 70, 0.16), rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.36) 62%, rgba(0, 0, 0, 0.70) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.26) 44%, rgba(0, 0, 0, 0.58) 100%);
	pointer-events: none;
}

.mivare-login-stage {
	position: relative;
	width: min(100%, 980px);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: min(760px, calc(100vh - 48px));
}


.mivare-login-stage::after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 26%;
	right: 10%;
	top: 12%;
	height: 1px;
	background: linear-gradient(90deg, rgba(213, 156, 70, 0), rgba(250, 217, 156, 0.92), rgba(213, 156, 70, 0));
	box-shadow: 0 0 18px rgba(213, 156, 70, 0.55);
	opacity: 0.70;
}

.mivare-login-stage-frame {
	position: absolute;
	z-index: -1;
	left: 18%;
	top: 10%;
	width: 68%;
	height: 72%;
	border-top: 1px solid rgba(213, 156, 70, 0.32);
	border-left: 1px solid rgba(213, 156, 70, 0.22);
	border-radius: 34px;
	transform: skewX(-2deg);
	opacity: 0.55;
	pointer-events: none;
}

.mivare-login-card {
	position: relative;
	width: min(100%, 750px);
	margin: 0 auto;
	border: 1px solid rgba(213, 156, 70, 0.48);
	border-radius: 18px;
	background:
		linear-gradient(180deg, rgba(13, 12, 10, 0.82), rgba(7, 6, 5, 0.78)),
		radial-gradient(circle at 50% 0%, rgba(213, 156, 70, 0.12), transparent 42%);
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.58),
		0 0 0 1px rgba(255, 229, 178, 0.04),
		inset 0 1px 0 rgba(255, 235, 190, 0.09);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
}

.mivare-login-card::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	pointer-events: none;
	background:
		linear-gradient(180deg, rgba(255, 230, 178, 0.09), rgba(255, 230, 178, 0) 22%),
		linear-gradient(110deg, rgba(213, 156, 70, 0.08), rgba(0, 0, 0, 0) 32%, rgba(213, 156, 70, 0.05) 100%);
}

.mivare-login-card-body {
	position: relative;
	z-index: 1;
	padding: clamp(46px, 5vw, 78px) clamp(38px, 6vw, 95px) clamp(35px, 4vw, 51px);
}


.mivare-login-intro {
	margin-bottom: clamp(24px, 3.2vw, 34px);
}


.mivare-login-title {
	margin: 0 0 8px 0;
	font-size: 25px;
	line-height: 1.16;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.94);
}

.mivare-login-subtitle {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
}

.mivare-login-form {
	width: 100%;
}

.mivare-login-field {
	position: relative;
	margin-bottom: 16px;
}

.mivare-login-field-icon {
	position: absolute;
	left: 22px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	font-size: 1.14rem;
	line-height: 1;
	color: #D59C46;
	pointer-events: none;
}

.mivare-login-input.form-control,
.mivare-login-input.form-control:focus {
	height: 56px;
	padding: 0 58px 0 64px;
	border: 1px solid rgba(213, 156, 70, 0.42) !important;
	border-radius: 7px;
	background-color: rgba(5, 4, 3, 0.34) !important;
	box-shadow: none !important;
	outline: none !important;
	font-size: 0.95rem;
	font-weight: 400 !important;
	text-align: left;
	color: rgba(255, 255, 255, 0.92) !important;
	caret-color: #D59C46 !important;
	transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.mivare-login-input.form-control:hover {
	border-color: rgba(213, 156, 70, 0.64) !important;
	background-color: rgba(7, 6, 5, 0.46) !important;
}

.mivare-login-input.form-control:focus,
.mivare-login-input.form-control:focus-visible {
	border-color: rgba(229, 176, 91, 0.92) !important;
	background-color: rgba(8, 7, 6, 0.64) !important;
	box-shadow: inset 0 0 0 1px rgba(213, 156, 70, 0.34) !important;
	outline: none !important;
}

.mivare-login-card .form-control:focus,
.mivare-login-card .form-control:focus-visible,
.mivare-login-card button:focus,
.mivare-login-card button:focus-visible {
	outline: none !important;
}

.mivare-login-input.form-control::placeholder {
	color: rgba(255, 255, 255, 0.52);
	opacity: 1;
}

.mivare-login-input.form-control:-webkit-autofill,
.mivare-login-input.form-control:-webkit-autofill:hover,
.mivare-login-input.form-control:-webkit-autofill:focus {
	-webkit-text-fill-color: rgba(255, 255, 255, 0.92);
	-webkit-box-shadow: 0 0 0 1000px rgba(8, 7, 6, 0.90) inset !important;
	transition: background-color 9999s ease-in-out 0s;
	border-color: rgba(213, 156, 70, 0.70) !important;
}

.mivare-login-password-toggle {
	position: absolute;
	right: 14px;
	top: 50%;
	z-index: 3;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	color: #D59C46 !important;
	background: transparent !important;
	border: 0 !important;
}

.mivare-login-password-toggle:hover,
.mivare-login-password-toggle:focus,
.mivare-login-password-toggle:active {
	color: #F0C477 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.mivare-login-ajax-info {
	min-height: 0;
	margin: -6px 0 12px;
	font-size: 0.78rem;
	line-height: 1.4;
	text-align: center;
	color: rgba(255, 255, 255, 0.54);
}

.mivare-login-remember {
	margin: 20px 0 22px;
}

.mivare-login-remember .form-check {
	min-height: 28px;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 12px;
}

.mivare-login-remember .form-check-input {
	width: 42px !important;
	height: 28px !important;
	margin: 0 !important;
	border: 0 !important;
	background-color: rgba(35, 35, 35, 0.94) !important;
	background-image: none !important;
	box-shadow:
		inset 0 0 0 1px rgba(213, 156, 70, 0.40),
		0 4px 10px rgba(0, 0, 0, 0.22) !important;
	position: relative;
	cursor: pointer;
}

.mivare-login-remember .form-check-input::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #D59C46;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
	transition: transform 0.22s ease, background-color 0.22s ease;
}

.mivare-login-remember .form-check-input:checked {
	background-color: rgba(213, 156, 70, 0.98) !important;
}

.mivare-login-remember .form-check-input:checked::before {
	transform: translateX(14px);
	background-color: rgba(35, 35, 35, 0.94);
}

.mivare-login-remember .form-check-label {
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8) !important;
	cursor: pointer;
}

.mivare-login-submit.btn {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	height: 50px;
	border: 1px solid rgba(240, 196, 119, 0.72) !important;
	border-radius: 8px !important;
	background:
		radial-gradient(circle at 50% 0%, rgba(213, 156, 70, 0.24), rgba(213, 156, 70, 0.04) 44%, rgba(0, 0, 0, 0) 72%),
		linear-gradient(180deg, rgba(20, 16, 11, 0.98) 0%, rgba(5, 4, 3, 0.98) 100%) !important;
	box-shadow:
		0 16px 34px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(240, 196, 119, 0.16),
		0 0 24px rgba(213, 156, 70, 0.18),
		inset 0 1px 0 rgba(255, 244, 207, 0.17),
		inset 0 -1px 0 rgba(213, 156, 70, 0.14) !important;
	font-size: 1rem !important;
	font-weight: 400 !important;
	color: #F3C56B !important;
	text-shadow:
		0 0 10px rgba(213, 156, 70, 0.34),
		0 1px 10px rgba(0, 0, 0, 0.44) !important;
	transition:
		transform 0.26s ease,
		border-color 0.26s ease,
		background 0.26s ease,
		box-shadow 0.26s ease,
		color 0.26s ease,
		text-shadow 0.26s ease !important;
}

.mivare-login-submit.btn::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(115deg, transparent 0%, transparent 36%, rgba(255, 232, 180, 0.34) 48%, transparent 60%, transparent 100%);
	transform: translateX(-125%);
	transition: transform 0.62s ease;
	pointer-events: none;
}

.mivare-login-submit.btn::after {
	content: "";
	position: absolute;
	left: 16px;
	right: 16px;
	top: 0;
	height: 1px;
	z-index: -1;
	background: linear-gradient(90deg, transparent, rgba(255, 244, 207, 0.76), transparent);
	opacity: 0.58;
	pointer-events: none;
}

.mivare-login-submit.btn:hover,
.mivare-login-submit.btn:focus {
	border-color: rgba(255, 226, 169, 0.92) !important;
	background:
		linear-gradient(180deg, rgba(255, 226, 169, 0.84) 0%, rgba(213, 156, 70, 0.96) 100%) !important;
	box-shadow:
		0 14px 30px rgba(213, 156, 70, 0.22),
		0 0 26px rgba(240, 196, 119, 0.16),
		inset 0 1px 0 rgba(255, 248, 224, 0.42),
		inset 0 -1px 0 rgba(75, 42, 12, 0.14) !important;
	color: #15100A !important;
	text-shadow: none !important;
	transform: translateY(-2px);
}

.mivare-login-submit.btn:hover::before,
.mivare-login-submit.btn:focus::before {
	transform: translateX(125%);
}

.mivare-login-submit.btn:active {
	border-color: rgba(232, 182, 93, 0.74) !important;
	background:
		linear-gradient(180deg, rgba(218, 161, 73, 0.94) 0%, rgba(195, 132, 46, 0.96) 100%) !important;
	box-shadow:
		0 8px 18px rgba(213, 156, 70, 0.14),
		inset 0 2px 6px rgba(52, 30, 8, 0.18) !important;
	color: #120D08 !important;
	text-shadow: none !important;
	transform: translateY(0);
}

.mivare-login-help {
	margin: 28px 0 0;
	text-align: center;
	font-size: 0.94rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.78);
}

.mivare-login-help-text {
	margin-bottom: 3px;
}

.mivare-login-help-link {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.55;
	color: #D59C46;
	transition: color 0.2s ease, text-shadow 0.2s ease;
}

.mivare-login-help-link:hover,
.mivare-login-help-link:focus {
	color: #F0C477;
	text-shadow: 0 0 16px rgba(213, 156, 70, 0.35);
}

.mivare-login-language {
	margin-top: 34px;
	padding-top: 26px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	text-align: center;
}

.mivare-login-language-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 34px;
	font-size: 0.96rem;
	font-weight: 500;
	line-height: 1;
	color: rgba(255, 255, 255, 0.86);
	transition: color 0.2s ease;
}

.mivare-login-language-button:hover,
.mivare-login-language-button:focus {
	color: #F0C477 !important;
}

.mivare-login-language-flag {
	display: block;
	width: 27px;
	height: auto;
	filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.35));
}

.mivare-login-language-button i {
	font-size: 1rem;
	color: #D59C46;
}

.mivare-login-language-menu {
	width: min(360px, calc(100vw - 44px)) !important;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid rgba(213, 156, 70, 0.28) !important;
	border-radius: 16px !important;
	background:
		linear-gradient(180deg, rgba(20, 16, 11, 0.97), rgba(8, 6, 4, 0.95)) !important;
	box-shadow:
		0 24px 55px rgba(0, 0, 0, 0.52),
		0 0 30px rgba(213, 156, 70, 0.12),
		inset 0 1px 0 rgba(255, 233, 186, 0.08) !important;
	backdrop-filter: blur(18px) saturate(120%);
	-webkit-backdrop-filter: blur(18px) saturate(120%);
}

.mivare-login-language-menu::before {
	content: "";
	position: absolute;
	left: 18px;
	right: 18px;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, rgba(213, 156, 70, 0), rgba(250, 217, 156, 0.92), rgba(213, 156, 70, 0));
	box-shadow: 0 0 14px rgba(213, 156, 70, 0.30);
	pointer-events: none;
}

.mivare-login-language-menu .px-7.py-5:first-child {
	padding: 18px 22px 14px !important;
	background: linear-gradient(180deg, rgba(255, 227, 172, 0.04), rgba(255, 227, 172, 0)) !important;
}

.mivare-login-language-menu .fs-7,
.mivare-login-language-menu .text-gray-700 {
	color: rgba(255, 236, 201, 0.88) !important;
	font-size: 0.96rem !important;
	font-weight: 400 !important;
}

.mivare-login-language-menu .separator,
.mivare-login-language-menu .border-gray-400 {
	border-color: rgba(213, 156, 70, 0.16) !important;
}

.mivare-login-language-menu .menu-item {
	margin: 0 !important;
}

.mivare-login-language-menu .menu-link {
	display: flex !important;
	align-items: center !important;
	gap: 12px;
	width: 100%;
	min-height: 56px;
	padding: 14px 22px !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: rgba(255, 255, 255, 0.88) !important;
	transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, padding-left 0.22s ease;
}

.mivare-login-language-menu .menu-link img,
.mivare-login-language-menu .menu-link .w-25px {
	width: 26px !important;
	height: auto;
	flex: 0 0 26px;
	filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.35));
}

.mivare-login-language-menu .menu-link span,
.mivare-login-language-menu .menu-link div,
.mivare-login-language-menu .menu-link a,
.mivare-login-language-menu .menu-link {
	font-size: 1.02rem !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}

.mivare-login-language-menu .menu-item:hover .menu-link,
.mivare-login-language-menu .menu-link:hover,
.mivare-login-language-menu .menu-link:focus {
	background: linear-gradient(90deg, rgba(213, 156, 70, 0.18), rgba(213, 156, 70, 0.06)) !important;
	box-shadow: inset 2px 0 0 rgba(240, 196, 119, 0.92);
	color: #F7DDA5 !important;
	padding-left: 26px !important;
}

.mivare-login-language-menu .menu-item:not(:last-child) .menu-link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.035);
}

.mivare-login-field + label.error,
.mivare-login-form label.error {
	display: block;
	margin: -10px 0px 15px;
	font-weight: 400;
	text-align: left;
	font-size:1rem;
	color: #F22F2F !important;
	border-color: #F22F2F !important;
}

.mivare-login-input.error {
	border-color: #F22F2F !important;
	box-shadow: inset 0 0 0 1px rgba(213, 156, 70, 0.34) !important;
}

/***================================================================
MIVARE LOGIN SWEETALERT
Clean SweetAlert v1 / SweetAlert / SweetAlert2 styling for Moje Mivare.
The visual modal frame comes from ../images/backgrounds/modal.png.
================================================================***/
html body .sweet-overlay,
html body .swal-overlay,
html body .swal2-container.swal2-backdrop-show,
html body .swal2-container.swal2-noanimation {
	z-index: 999990 !important;
	background:
		radial-gradient(circle at 50% 47%, rgba(213, 156, 70, 0.16), transparent 38%),
		rgba(0, 0, 0, 0.76) !important;
	-webkit-backdrop-filter: blur(18px) saturate(112%);
	backdrop-filter: blur(18px) saturate(112%);
}

html body .swal2-container {
	z-index: 999999 !important;
	padding: 24px !important;
}

html body .sweet-alert,
html body .swal-modal,
html body .swal2-popup {
	position: relative !important;
	width: min(640px, calc(100vw - 32px)) !important;
	min-height: 492px !important;
	padding: 238px 82px 78px !important;
	border: 0 !important;
	border-radius: 31px !important;
	background: url("../images/backgrounds/modal.png") center center / 100% 100% no-repeat !important;
	box-shadow:
		0 34px 100px rgba(0, 0, 0, 0.72),
		0 0 80px rgba(213, 156, 70, 0.13) !important;
	color: rgba(255, 244, 221, 0.96) !important;
	text-align: center !important;
	overflow: visible !important;
}

html body .sweet-alert::before,
html body .swal-modal::before,
html body .swal2-popup::before {
	content: "";
	position: absolute;
	left: 19%;
	right: 19%;
	top: 25px;
	height: 2px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent, rgba(255, 226, 169, 0.84), rgba(213, 156, 70, 0.72), transparent);
	box-shadow: 0 0 24px rgba(213, 156, 70, 0.42);
	pointer-events: none;
}

html body .sweet-alert::after,
html body .swal-modal::after,
html body .swal2-popup::after {
	content: "\f071";
	position: absolute;
	left: 50%;
	top: 107px;
	z-index: 3;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border: 1px solid rgba(240, 196, 119, 0.72);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 48%, rgba(213, 156, 70, 0.23), rgba(10, 8, 5, 0.89) 62%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
	box-shadow:
		0 0 0 9px rgba(213, 156, 70, 0.055),
		0 0 36px rgba(213, 156, 70, 0.30),
		0 20px 42px rgba(0, 0, 0, 0.48);
	font-family: "FontAwesome";
	font-size: 2.35rem;
	font-weight: 300;
	line-height: 1;
	color: #F0C477;
	text-align: center;
	text-shadow:
		0 0 17px rgba(213, 156, 70, 0.50),
		0 0 34px rgba(213, 156, 70, 0.20);
	pointer-events: none;
}

html body .sweet-alert > *,
html body .swal-modal > *,
html body .swal2-popup > * {
	position: relative;
	z-index: 2;
}

html body .sweet-alert h2,
html body .swal-title,
html body .swal2-title {
	margin: 0 0 16px !important;
	padding: 0 !important;
	font-size: 26px !important;
	font-weight: 300 !important;
	line-height: 1.08 !important;
	color: rgba(255, 225, 163, 0.98) !important;
	text-shadow:
		0 0 24px rgba(213, 156, 70, 0.34),
		0 2px 14px rgba(0, 0, 0, 0.58) !important;
}

html body .sweet-alert p,
html body .swal-text,
html body .swal2-html-container,
html body .swal2-content {
	max-width: 450px;
	margin: 0 auto !important;
	padding: 0 !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 1.58 !important;
	text-align: center !important;
	color: rgba(255, 244, 221, 0.78) !important;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58) !important;
}

/* Hide native SweetAlert icons and draw one clean FontAwesome icon on the modal itself. */
html body .sweet-alert .sa-icon,
html body .swal-icon,
html body .swal2-icon {
	display: none !important;
}

html body .sweet-alert .sa-icon *,
html body .swal-icon *,
html body .swal2-icon *,
html body .swal2-icon-content,
html body .swal2-icon.swal2-error [class^="swal2-x-mark-line"],
html body .swal2-icon.swal2-success [class^="swal2-success-line"],
html body .swal2-icon.swal2-success .swal2-success-ring {
	display: none !important;
}

html body .swal-footer,
html body .sweet-alert .sa-button-container,
html body .sweet-alert .sa-confirm-button-container,
html body .swal2-actions {
	margin: 42px 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
	gap: 12px;
}

html body .sweet-alert button,
html body .sweet-alert button.confirm,
html body .sweet-alert .sa-confirm-button-container button,
html body .swal-modal .swal-button,
html body .swal-modal .swal-button.swal-button--confirm,
html body .swal2-popup .swal2-styled,
html body .swal2-popup .swal2-styled.swal2-confirm {
	min-width: 210px !important;
	height: 48px !important;
	padding: 0 30px !important;
	border: 1px solid rgba(232, 182, 93, 0.84) !important;
	border-radius: 11px !important;
	background: linear-gradient(180deg, #F0C477 0%, #D59C46 100%) !important;
	background-color: #D59C46 !important;
	box-shadow:
		0 16px 34px rgba(213, 156, 70, 0.20),
		inset 0 1px 0 rgba(255, 244, 207, 0.34) !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: #16100A !important;
	outline: none !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease !important;
}

html body .sweet-alert button:hover,
html body .sweet-alert button:focus,
html body .sweet-alert button.confirm:hover,
html body .sweet-alert button.confirm:focus,
html body .sweet-alert .sa-confirm-button-container button:hover,
html body .sweet-alert .sa-confirm-button-container button:focus,
html body .swal-modal .swal-button:hover,
html body .swal-modal .swal-button:focus,
html body .swal2-popup .swal2-styled:hover,
html body .swal2-popup .swal2-styled:focus {
	border-color: rgba(255, 226, 169, 0.98) !important;
	background: linear-gradient(180deg, #FFE0A2 0%, #DFA94F 100%) !important;
	background-color: #DFA94F !important;
	box-shadow:
		0 20px 40px rgba(213, 156, 70, 0.27),
		0 0 40px rgba(240, 196, 119, 0.14),
		inset 0 1px 0 rgba(255, 244, 207, 0.42) !important;
	color: #120D08 !important;
	outline: none !important;
	transform: translateY(-1px);
}

html body .sweet-alert button:active,
html body .swal-modal .swal-button:active,
html body .swal2-popup .swal2-styled:active {
	transform: translateY(0);
}

html body .swal2-validation-message {
	margin: 18px 0 0 !important;
	border: 1px solid rgba(213, 156, 70, 0.24) !important;
	border-radius: 10px !important;
	background: rgba(213, 156, 70, 0.08) !important;
	color: rgba(255, 244, 221, 0.84) !important;
}

html body .swal2-close {
	color: rgba(240, 196, 119, 0.74) !important;
	transition: color 0.22s ease, transform 0.22s ease;
}

html body .swal2-close:hover,
html body .swal2-close:focus {
	color: #F0C477 !important;
	transform: scale(1.03);
}

html body .swal2-timer-progress-bar {
	background: linear-gradient(90deg, rgba(213, 156, 70, 0.32), rgba(240, 196, 119, 0.78)) !important;
}

@media (max-width: 575px) {
	html body .swal2-container,
	html body .swal-overlay,
	html body .sweet-overlay {
		padding: 14px !important;
	}

	html body .sweet-alert,
	html body .swal-modal,
	html body .swal2-popup {
		width: calc(100vw - 24px) !important;
		min-height: 390px !important;
		padding: 190px 32px 48px !important;
		border-radius: 23px !important;
	}

	html body .sweet-alert::before,
	html body .swal-modal::before,
	html body .swal2-popup::before {
		top: 18px;
		left: 22%;
		right: 22%;
	}

	html body .sweet-alert::after,
	html body .swal-modal::after,
	html body .swal2-popup::after {
		top: 82px;
		width: 70px;
		height: 70px;
		font-size: 1.92rem;
	}

	html body .sweet-alert h2,
	html body .swal-title,
	html body .swal2-title {
		font-size: 1.58rem !important;
	}

	html body .sweet-alert p,
	html body .swal-text,
	html body .swal2-html-container,
	html body .swal2-content {
		font-size: 0.98rem !important;
	}

	html body .swal2-actions,
	html body .swal-footer,
	html body .sweet-alert .sa-button-container,
	html body .sweet-alert .sa-confirm-button-container {
		width: 100%;
		margin-top: 30px !important;
	}

	html body .sweet-alert button,
	html body .sweet-alert button.confirm,
	html body .sweet-alert .sa-confirm-button-container button,
	html body .swal-modal .swal-button,
	html body .swal2-popup .swal2-styled {
		width: 100% !important;
		min-width: 0 !important;
	}
}


/***================================================================
MOJE MIVARE LOGIN HELP 2026
================================================================***/
.mivare-help-screen {
	padding: clamp(22px, 3.6vw, 54px);
}

.mivare-help-screen .mivare-login-screen-overlay {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.38) 46%, rgba(0, 0, 0, 0.59) 100%),
		radial-gradient(circle at 50% 44%, rgba(213, 156, 70, 0.15), rgba(0, 0, 0, 0.14) 34%, rgba(0, 0, 0, 0.53) 100%) !important;
}

.mivare-help-stage {
	width: min(100%, 960px);
	min-height: min(700px, calc(100vh - 44px));
}

.mivare-help-stage .mivare-login-stage-frame {
	left: 8%;
	top: 7%;
	width: 84%;
	height: 78%;
	border-color: rgba(240, 196, 119, 0.20);
	opacity: 0.34;
}

.mivare-help-card {
	width: min(100%, 760px);
	border: 1px solid rgba(240, 196, 119, 0.58);
	border-radius: 24px;
	background:
		linear-gradient(180deg, rgba(28, 24, 18, 0.96) 0%, rgba(10, 8, 5, 0.97) 58%, rgba(5, 4, 3, 0.98) 100%),
		radial-gradient(circle at 50% -8%, rgba(240, 196, 119, 0.24), transparent 48%) !important;
	box-shadow:
		0 38px 100px rgba(0, 0, 0, 0.72),
		0 0 0 1px rgba(255, 231, 184, 0.06),
		0 0 60px rgba(213, 156, 70, 0.12),
		inset 0 1px 0 rgba(255, 241, 213, 0.13) !important;
	backdrop-filter: blur(14px) saturate(116%);
	-webkit-backdrop-filter: blur(14px) saturate(116%);
}

.mivare-help-card::before {
	background:
		linear-gradient(180deg, rgba(255, 238, 205, 0.10), transparent 20%),
		linear-gradient(115deg, rgba(213, 156, 70, 0.10), transparent 31%, rgba(255, 255, 255, 0.035) 100%);
}

.mivare-help-card::after {
	content: "";
	position: absolute;
	left: 42px;
	right: 42px;
	top: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 229, 178, 0.96), rgba(213, 156, 70, 0.76), transparent);
	box-shadow: 0 0 24px rgba(213, 156, 70, 0.48);
	pointer-events: none;
}

.mivare-help-card-body {
	padding: clamp(38px, 4.8vw, 58px) clamp(28px, 5vw, 58px) clamp(32px, 4vw, 46px);
}

.mivare-help-intro {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: clamp(26px, 3.6vw, 38px);
}

.mivare-help-kicker,
.mivare-help-modal-kicker {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-bottom: 13px;
	padding: 8px 13px;
	border: 1px solid rgba(213, 156, 70, 0.25);
	border-radius: 999px;
	background: rgba(213, 156, 70, 0.075);
	font-size: 0.70rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #F4CF8E;
	text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.mivare-help-kicker i {
	font-size: 0.95rem;
	color: #F0C477;
}

.mivare-help-title {
	margin-bottom: 10px;
	font-size: clamp(30px, 3.1vw, 42px);
	font-weight: 300;
	line-height: 1.04;
	color: #FFF7E8;
	text-shadow:
		0 0 28px rgba(213, 156, 70, 0.18),
		0 2px 16px rgba(0, 0, 0, 0.72);
}

.mivare-help-subtitle {
	max-width: 520px;
	margin: 0 auto;
	font-size: 1.04rem;
	line-height: 1.58;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.82);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.60);
}

.mivare-help-info-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 40px;
	margin-top: 20px;
	padding: 0 18px;
	border: 1px solid rgba(213, 156, 70, 0.28);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.18);
	font-size: 0.91rem;
	font-weight: 400;
	color: #F0C477;
	transition: color 0.22s ease, background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.mivare-help-info-link:hover,
.mivare-help-info-link:focus {
	border-color: rgba(240, 196, 119, 0.78);
	background: rgba(213, 156, 70, 0.13);
	box-shadow: 0 0 22px rgba(213, 156, 70, 0.13);
	color: #FFE4AA;
	transform: translateY(-1px);
}

.mivare-help-info-link i {
	font-size: 0.80rem;
}

.mivare-help-actions {
	position: relative;
	display: grid;
	gap: 16px;
	margin: 0 auto;
	max-width: 640px;
}

.mivare-help-actions > .col-12,
.mivare-help-actions > .col-lg-6 {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

.mivare-help-action-form,
.mivare-help-action-button {
	height: 100%;
}

.mivare-help-action-card {
	position: relative;
	isolation: isolate;
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr) 46px;
	gap: 20px;
	align-items: center;
	min-height: 132px;
	padding: 25px 25px;
	border: 1px solid rgba(213, 156, 70, 0.42);
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(35, 29, 19, 0.96), rgba(13, 10, 7, 0.96) 58%, rgba(7, 6, 4, 0.97)),
		radial-gradient(circle at 88% 8%, rgba(240, 196, 119, 0.20), transparent 40%) !important;
	box-shadow:
		0 18px 48px rgba(0, 0, 0, 0.46),
		inset 0 1px 0 rgba(255, 233, 186, 0.08) !important;
	overflow: hidden;
	text-align: left;
	transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.mivare-help-action-card::before {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	bottom: 22px;
	width: 3px;
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(255, 226, 169, 0.10), rgba(240, 196, 119, 0.95), rgba(213, 156, 70, 0.30));
	box-shadow: 0 0 24px rgba(213, 156, 70, 0.42);
	pointer-events: none;
}

.mivare-help-action-card::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(112deg, transparent 0%, transparent 42%, rgba(255, 232, 180, 0.22) 50%, transparent 58%, transparent 100%);
	transform: translateX(-135%);
	transition: transform 0.72s ease;
	pointer-events: none;
}

.mivare-help-action-glow {
	position: absolute;
	right: -80px;
	top: -82px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(240, 196, 119, 0.28), rgba(213, 156, 70, 0.06) 58%, transparent 72%);
	filter: blur(3px);
	opacity: 0.74;
	transition: transform 0.32s ease, opacity 0.32s ease;
	pointer-events: none;
}

.mivare-help-action-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	margin: 0;
	border: 1px solid rgba(240, 196, 119, 0.64);
	border-radius: 18px;
	background:
		radial-gradient(circle at 50% 38%, rgba(240, 196, 119, 0.30), rgba(9, 7, 4, 0.94) 70%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent);
	box-shadow:
		0 16px 34px rgba(0, 0, 0, 0.38),
		0 0 34px rgba(213, 156, 70, 0.23);
	color: #F5D394;
	transition: border-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
}

.mivare-help-action-icon i {
	font-size: 2rem;
	line-height: 1;
}

.mivare-help-action-content {
	display: block;
	width: 100%;
}

.mivare-help-action-title {
	display: block;
	margin-bottom: 7px;
	font-size: 1.28rem;
	font-weight: 500;
	line-height: 1.16;
	color: #FFF5E4;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.62);
}

.mivare-help-action-subtitle {
	display: block;
	min-height: 0;
	font-size: 0.98rem;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.80);
}

.mivare-help-action-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0;
	border: 1px solid rgba(240, 196, 119, 0.48);
	border-radius: 50%;
	color: #F0C477;
	background: rgba(213, 156, 70, 0.09);
	box-shadow: inset 0 1px 0 rgba(255, 244, 207, 0.10);
	transition: transform 0.28s ease, color 0.28s ease, background-color 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.mivare-help-action-button:hover .mivare-help-action-card,
.mivare-help-action-button:focus .mivare-help-action-card,
.mivare-help-action-button:focus-visible .mivare-help-action-card {
	transform: translateY(-3px);
	border-color: rgba(255, 226, 169, 0.88);
	background:
		linear-gradient(135deg, rgba(47, 37, 22, 0.98), rgba(16, 12, 7, 0.98) 58%, rgba(8, 6, 4, 0.98)),
		radial-gradient(circle at 88% 8%, rgba(255, 226, 169, 0.28), transparent 42%) !important;
	box-shadow:
		0 26px 62px rgba(0, 0, 0, 0.56),
		0 0 34px rgba(213, 156, 70, 0.19),
		inset 0 1px 0 rgba(255, 233, 186, 0.13) !important;
}

.mivare-help-action-button:hover .mivare-help-action-card::after,
.mivare-help-action-button:focus .mivare-help-action-card::after,
.mivare-help-action-button:focus-visible .mivare-help-action-card::after {
	transform: translateX(135%);
}

.mivare-help-action-button:hover .mivare-help-action-glow,
.mivare-help-action-button:focus .mivare-help-action-glow,
.mivare-help-action-button:focus-visible .mivare-help-action-glow {
	transform: scale(1.18) translate(-7px, 7px);
	opacity: 0.98;
}

.mivare-help-action-button:hover .mivare-help-action-icon,
.mivare-help-action-button:focus .mivare-help-action-icon,
.mivare-help-action-button:focus-visible .mivare-help-action-icon {
	border-color: rgba(255, 226, 169, 0.94);
	box-shadow:
		0 20px 42px rgba(0, 0, 0, 0.40),
		0 0 42px rgba(213, 156, 70, 0.34);
	color: #FFE3A7;
	transform: translateY(-1px);
}

.mivare-help-action-button:hover .mivare-help-action-arrow,
.mivare-help-action-button:focus .mivare-help-action-arrow,
.mivare-help-action-button:focus-visible .mivare-help-action-arrow {
	transform: translateX(4px);
	border-color: rgba(255, 226, 169, 0.88);
	background: linear-gradient(180deg, #F0C477 0%, #D59C46 100%);
	box-shadow: 0 12px 24px rgba(213, 156, 70, 0.22);
	color: #15100A;
}

.mivare-help-action-button:active .mivare-help-action-card {
	transform: translateY(-1px);
}

body:has(.mivare-help-modal.show) .modal-backdrop.show {
	opacity: 0.88 !important;
	background-color: #000 !important;
}

.mivare-help-modal-dialog {
	width: min(980px, calc(100vw - 34px));
	max-width: min(980px, calc(100vw - 34px));
	margin-left: auto;
	margin-right: auto;
}

.mivare-help-modal-content {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	border: 1px solid rgba(240, 196, 119, 0.54) !important;
	border-radius: 24px !important;
	background:
		linear-gradient(180deg, rgba(23, 18, 12, 0.99) 0%, rgba(9, 7, 5, 0.99) 62%, rgba(5, 4, 3, 0.99) 100%),
		radial-gradient(circle at 50% 0%, rgba(240, 196, 119, 0.24), transparent 48%) !important;
	box-shadow:
		0 40px 115px rgba(0, 0, 0, 0.82),
		0 0 70px rgba(213, 156, 70, 0.16),
		inset 0 1px 0 rgba(255, 235, 190, 0.11) !important;
	color: rgba(255, 244, 221, 0.92) !important;
}

.mivare-help-modal-content::before {
	content: "";
	position: absolute;
	left: 7%;
	right: 7%;
	top: 0;
	height: 1px;
	z-index: -1;
	background: linear-gradient(90deg, transparent, rgba(255, 230, 178, 0.92), rgba(213, 156, 70, 0.70), transparent);
	box-shadow: 0 0 30px rgba(213, 156, 70, 0.50);
	pointer-events: none;
}

.mivare-help-modal-header,
.mivare-help-modal-footer {
	border-color: rgba(240, 196, 119, 0.18) !important;
	background: transparent !important;
}

.mivare-help-modal-header {
	align-items: center;
	padding: 28px 34px 22px !important;
}

.mivare-help-modal-kicker {
	justify-content: flex-start;
	margin-bottom: 9px;
	padding: 7px 12px;
	font-size: 0.68rem;
}

.mivare-help-modal-title {
	margin: 0;
	font-size: clamp(24px, 2.3vw, 32px) !important;
	font-weight: 300 !important;
	line-height: 1.12;
	color: #FFF5E4 !important;
	text-shadow: 0 0 30px rgba(213, 156, 70, 0.20);
}

.mivare-help-modal-close {
	flex: 0 0 44px;
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(240, 196, 119, 0.46) !important;
	border-radius: 50% !important;
	background: rgba(213, 156, 70, 0.09) !important;
	color: #F0C477 !important;
	box-shadow: none !important;
	transition: color 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.mivare-help-modal-close i {
	font-size: 1.46rem;
	line-height: 1;
}

.mivare-help-modal-close:hover,
.mivare-help-modal-close:focus {
	border-color: rgba(255, 226, 169, 0.96) !important;
	background: rgba(213, 156, 70, 0.17) !important;
	color: #FFE3A7 !important;
	transform: rotate(5deg) scale(1.03);
}

.mivare-help-modal-body {
	padding: 0 34px 34px !important;
}

.mivare-help-modal-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	gap: 26px;
	align-items: center;
	margin-bottom: 24px;
	padding: 24px 38px 24px 24px; 
	border: 1px solid rgba(240, 196, 119, 0.28);
	border-radius: 20px;
	background:
		linear-gradient(135deg, rgba(213, 156, 70, 0.14), rgba(255, 255, 255, 0.04)),
		rgba(255, 255, 255, 0.035);
	box-shadow:
		inset 0 1px 0 rgba(255, 235, 190, 0.07),
		0 18px 48px rgba(0, 0, 0, 0.30);
}

.mivare-help-modal-hero-content {
	align-items: flex-start;
}

.mivare-help-modal-hero-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(240, 196, 119, 0.66);
	border-radius: 18px;
	background: radial-gradient(circle at 50% 40%, rgba(240, 196, 119, 0.30), rgba(8, 6, 4, 0.94) 70%);
	color: #F5D394;
	box-shadow: 0 0 32px rgba(213, 156, 70, 0.22);
}

.mivare-help-modal-hero-icon i {
	font-size: 2rem;
}

.mivare-help-modal-hero h2 {
	margin: 0 0 9px;
	font-size: 1.40rem;
	font-weight: 500;
	line-height: 1.17;
	color: #FFF5E4;
}

.mivare-help-modal-hero p {
	margin: 0;
	font-size: 0.97rem;
	font-weight: 300;
	line-height: 1.62;
	color: rgba(255, 255, 255, 0.78);
}

.mivare-help-modal-hero .mivare-help-modal-lead {
	margin-bottom: 10px;
	font-weight: 400;
	color: #F0C477;
}

.mivare-help-modal-hero img {
	width: 180px;
	height: 146px;
	object-fit: cover;
	border: 1px solid rgba(240, 196, 119, 0.34);
	border-radius: 17px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.44);
	opacity: 0.92;
}

.mivare-help-accordion {
	display: grid;
	gap: 12px;
}

.mivare-help-accordion-item {
	overflow: hidden;
	border: 1px solid rgba(240, 196, 119, 0.25) !important;
	border-radius: 15px !important;
	background: rgba(255, 255, 255, 0.04) !important;
	box-shadow: inset 0 1px 0 rgba(255, 235, 190, 0.05);
}

.mivare-help-accordion-button,
.mivare-help-accordion-button:not(.collapsed) {
	min-height: 58px;
	padding: 17px 21px !important;
	border: 0 !important;
	background:
		linear-gradient(90deg, rgba(213, 156, 70, 0.16), rgba(213, 156, 70, 0.04)) !important;
	box-shadow: none !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	line-height: 1.35;
	color: #FFF1D7 !important;
	transition: color 0.22s ease, background 0.22s ease;
}

.mivare-help-accordion-button.collapsed {
	background: rgba(255, 255, 255, 0.035) !important;
	color: rgba(255, 255, 255, 0.83) !important;
}

.mivare-help-accordion-button:hover,
.mivare-help-accordion-button:focus {
	background: linear-gradient(90deg, rgba(213, 156, 70, 0.22), rgba(213, 156, 70, 0.06)) !important;
	color: #FFE3A7 !important;
	box-shadow: none !important;
}

.mivare-help-accordion-button::after {
	width: 32px;
	height: 32px;
	margin-left: 16px;
	border: 1px solid rgba(240, 196, 119, 0.42);
	border-radius: 50%;
	background-image: none !important;
	content: "\f078";
	font-family: "FontAwesome";
	font-size: 0.72rem;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	color: #F0C477;
	transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.mivare-help-accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
	border-color: rgba(255, 226, 169, 0.78);
	background-color: rgba(213, 156, 70, 0.13);
	color: #FFE3A7;
}

.mivare-help-accordion-body {
	padding: 20px 21px 20px !important;
	font-size: 0.97rem;
	font-weight: 300;
	line-height: 1.66;
	color: rgba(255, 255, 255, 0.78) !important;
	background: transparent !important;
}

.mivare-help-modal-footer {
	justify-content: center !important;
	padding: 0 34px 32px !important;
}

.mivare-help-modal-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-width: 190px;
	height: 48px;
	padding: 0 28px !important;
	border: 1px solid rgba(240, 196, 119, 0.76) !important;
	border-radius: 11px !important;
	background:
		radial-gradient(circle at 50% 0%, rgba(213, 156, 70, 0.22), transparent 54%),
		linear-gradient(180deg, rgba(20, 15, 9, 0.98), rgba(7, 5, 3, 0.98)) !important;
	box-shadow:
		0 14px 30px rgba(0, 0, 0, 0.38),
		inset 0 1px 0 rgba(255, 244, 207, 0.14) !important;
	font-size: 0.95rem !important;
	font-weight: 500 !important;
	color: #F0C477 !important;
	transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.mivare-help-modal-button:hover,
.mivare-help-modal-button:focus {
	border-color: rgba(255, 226, 169, 0.98) !important;
	background: linear-gradient(180deg, #F0C477 0%, #D59C46 100%) !important;
	box-shadow:
		0 18px 36px rgba(213, 156, 70, 0.20),
		inset 0 1px 0 rgba(255, 244, 207, 0.38) !important;
	color: #15100A !important;
	transform: translateY(-1px);
}

@media (max-width: 991px) {
	.mivare-help-card {
		width: min(100%, 720px);
	}

	.mivare-help-modal-hero {
		grid-template-columns: 1fr;
	}

	.mivare-help-modal-hero img {
		display: none;
	}
}

@media (max-width: 650px) {
	.mivare-help-screen {
		padding: 16px;
	}

	.mivare-help-stage {
		min-height: calc(100vh - 32px);
	}

	.mivare-help-card-body {
		padding: 34px 20px 28px;
	}

	.mivare-help-title {
		font-size: 30px;
	}

	.mivare-help-subtitle {
		font-size: 0.96rem;
	}

	.mivare-help-actions {
		gap: 13px;
	}

	.mivare-help-action-card {
		grid-template-columns: 56px minmax(0, 1fr) 38px;
		gap: 14px;
		min-height: 118px;
		padding: 21px 18px;
		border-radius: 16px;
	}

	.mivare-help-action-icon {
		width: 56px;
		height: 56px;
		border-radius: 16px;
	}

	.mivare-help-action-icon i {
		font-size: 1.72rem;
	}

	.mivare-help-action-title {
		font-size: 1.12rem;
	}

	.mivare-help-action-subtitle {
		font-size: 0.90rem;
	}

	.mivare-help-action-arrow {
		width: 38px;
		height: 38px;
	}

	.mivare-help-modal-dialog {
		width: calc(100vw - 22px);
		max-width: calc(100vw - 22px);
	}

	.mivare-help-modal-header {
		padding: 23px 20px 18px !important;
	}

	.mivare-help-modal-body {
		padding: 0 20px 26px !important;
	}

	.mivare-help-modal-footer {
		padding: 0 20px 24px !important;
	}

	.mivare-help-modal-hero {
		padding: 19px;
	}

	.mivare-help-modal-hero-content {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.mivare-help-modal-button {
		width: 100%;
	}
}


/***================================================================
MIVARE HELP FINAL POLISH 2026
Readable action cards, guaranteed SVG icons and clean accordion arrows.
================================================================***/
.mivare-help-card {
	width: min(100%, 770px);
	border-color: rgba(240, 196, 119, 0.62);
	box-shadow:
		0 38px 96px rgba(0, 0, 0, 0.64),
		0 0 0 1px rgba(255, 233, 186, 0.06),
		0 0 76px rgba(213, 156, 70, 0.10),
		inset 0 1px 0 rgba(255, 235, 190, 0.12);
}

.mivare-help-card-body {
	padding-top: clamp(42px, 5vw, 62px);
	padding-bottom: clamp(42px, 4.5vw, 58px);
}

.mivare-help-intro {
	margin-bottom: clamp(34px, 4vw, 46px);
}

.mivare-help-kicker,
.mivare-help-modal-kicker {
	color: #F7D18C !important;
	border-color: rgba(240, 196, 119, 0.48);
	background: rgba(213, 156, 70, 0.105);
	box-shadow: 0 0 22px rgba(213, 156, 70, 0.10);
}

.mivare-help-kicker-mark {
	position: relative;
	display: inline-flex;
	width: 13px;
	height: 13px;
	border: 1px solid rgba(240, 196, 119, 0.86);
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(240, 196, 119, 0.20);
}

.mivare-help-kicker-mark::after {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: #F0C477;
}

.mivare-help-title {
	color: #FFF7EA !important;
	text-shadow: 0 0 34px rgba(213, 156, 70, 0.20), 0 4px 18px rgba(0, 0, 0, 0.55);
}

.mivare-help-subtitle {
	color: rgba(255, 255, 255, 0.82) !important;
}

.mivare-help-info-link {
	padding-left: 22px;
	padding-right: 22px;
	border-color: rgba(240, 196, 119, 0.46);
	background: rgba(8, 6, 4, 0.58);
	color: #F0C477;
}

.mivare-help-info-arrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.98rem;
	line-height: 1;
	transform: translateY(-1px);
}

.mivare-help-actions {
	max-width: 670px;
	gap: 17px;
}

.mivare-help-action-card {
	grid-template-columns: 72px minmax(0, 1fr) 48px;
	min-height: 132px;
	padding: 26px 28px;
	border-color: rgba(240, 196, 119, 0.48);
	background:
		linear-gradient(135deg, rgba(42, 34, 22, 0.98), rgba(13, 10, 7, 0.98) 58%, rgba(5, 4, 3, 0.98)),
		radial-gradient(circle at 86% 6%, rgba(240, 196, 119, 0.24), transparent 42%) !important;
}

.mivare-help-action-card::before {
	width: 4px;
	top: 24px;
	bottom: 24px;
	background: linear-gradient(180deg, rgba(255, 226, 169, 0.15), rgba(255, 226, 169, 0.98), rgba(213, 156, 70, 0.36));
}

.mivare-help-action-icon {
	width: 70px;
	height: 70px;
	border-color: rgba(255, 226, 169, 0.74);
	background:
		radial-gradient(circle at 50% 38%, rgba(240, 196, 119, 0.42), rgba(11, 8, 4, 0.98) 68%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.10), transparent);
	box-shadow:
		0 16px 36px rgba(0, 0, 0, 0.42),
		0 0 34px rgba(213, 156, 70, 0.26),
		inset 0 1px 0 rgba(255, 235, 190, 0.13);
	color: #F6D69A;
}

.mivare-help-action-icon i {
	display: none !important;
}

.mivare-help-action-icon svg {
	display: block;
	width: 38px;
	height: 38px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	filter: drop-shadow(0 0 10px rgba(240, 196, 119, 0.26));
}

.mivare-help-action-icon svg circle[cy="28"] {
	fill: currentColor;
	stroke: none;
}

.mivare-help-action-title {
	font-size: 1.30rem;
	font-weight: 600;
	color: #FFF9EF;
}

.mivare-help-action-subtitle {
	font-size: 1rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.78);
}

.mivare-help-action-arrow {
	font-family: Inter, Helvetica, sans-serif !important;
	font-size: 1.22rem;
	font-weight: 300;
	line-height: 1;
	color: #F2C979;
}

.mivare-help-action-button:hover .mivare-help-action-title,
.mivare-help-action-button:focus .mivare-help-action-title,
.mivare-help-action-button:focus-visible .mivare-help-action-title {
	color: #FFE7B0;
}

.mivare-help-action-button:hover .mivare-help-action-icon,
.mivare-help-action-button:focus .mivare-help-action-icon,
.mivare-help-action-button:focus-visible .mivare-help-action-icon {
	color: #FFE7B0;
}

.mivare-help-modal-close span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: Inter, Helvetica, sans-serif !important;
	font-size: 1.44rem;
	font-weight: 300;
	line-height: 1;
}

.mivare-help-modal-hero-icon {
	font-family: Inter, Helvetica, sans-serif !important;
	font-size: 2rem;
	font-weight: 300;
	line-height: 1;
	color: #FFE0A0;
}

.mivare-help-modal-visual {
	position: relative;
	width: 200px;
	height: 146px;
	border: 1px solid rgba(240, 196, 119, 0.42);
	border-radius: 17px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 235, 190, 0.12);
	overflow: hidden;
	margin-right:20px
}


.mivare-help-accordion-button,
.mivare-help-accordion-button:not(.collapsed),
.mivare-help-accordion-button.collapsed {
	display: flex !important;
	align-items: center !important;
	width: 100%;
	gap: 16px;
	padding: 12px 20px 12px 22px !important;
}

.mivare-help-accordion-button > span {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.mivare-help-accordion-button::after {
	content: "+" !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin-left: auto !important;
	border: 1px solid rgba(240, 196, 119, 0.48);
	border-radius: 50%;
	background-image: none !important;
	background-color: rgba(213, 156, 70, 0.08);
	font-family: Inter, Helvetica, sans-serif !important;
	font-size: 1.04rem;
	font-weight: 300;
	line-height: 1;
	color: #F0C477;
	transform: rotate(0deg);
	transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, background-color 0.22s ease;
}

.mivare-help-accordion-button:not(.collapsed)::after {
	content: "-" !important;
	border-color: rgba(255, 226, 169, 0.82);
	background-color: rgba(213, 156, 70, 0.15);
	color: #FFE3A7;
}

.mivare-help-modal-button-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	line-height: 1;
}

@media (max-width: 650px) {
	.mivare-help-action-card {
		grid-template-columns: 58px minmax(0, 1fr) 40px;
		padding: 21px 18px;
	}

	.mivare-help-action-icon {
		width: 58px;
		height: 58px;
	}

	.mivare-help-action-icon svg {
		width: 32px;
		height: 32px;
	}

	.mivare-help-modal-visual {
		display: none;
	}
}
