@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.pending-opacity {
    filter: grayscale(100%) brightness(85%);
    pointer-events: none;
    opacity: 0.5;
}
.messages-panel::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}
.leaflet-bottom.leaflet-right {
    display: none;
}
.modal-map{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footer-logo img{
   max-width: 280px;
}
.guide-title{
    font-size: 22px;
    margin: 24px 0;
}
.guide-block{
    padding: 15px;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}
.app-block {
    padding: 15px;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}
.guide-block img{
    border-radius: 15px;
    box-shadow: 0 5px 5px #dedede;
    border: 1px solid #d6d6d6;
}
.separate-map{
    position: relative;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.update-map-block{
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
.separate-map > #map{
    height: 70vh;
}
.messages-panel::-webkit-scrollbar-track {
    background-color:#f7f7f7;
}
.widget-battery-level, .widget-min-voltage{
    cursor: pointer;
}
.messages-panel::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 15px;
    background-color: #adadad;
    cursor: pointer !important;
}

.messages-panel::-webkit-scrollbar-thumb:hover{
    background-color: #dddddd;
}
.messages-panel::-webkit-scrollbar{
    width: 5px;
}
:root{
    --color-theme-1:#71FF87;
    --color-theme-2:#7711ff;
    --color-theme-3:#00c9ff;
}
html, body{
    height:100%;
}
hr{
    border-top: 1px solid #bdbdbd !important;
}
a{
	text-decoration: none !important;
	color: inherit !important;
	transition:0.2s;
}
a:hover{
    opacity:0.5;
}
body{
	font-family: 'Montserrat', sans-serif !important;
	background-color: #f7f7f7 !important;
}
a.item-link.disabled {
    opacity: 0.5;
}
.btn-sidebar {
    padding: 15px 15px 15px 0;
}
.footer-contact, .footer-logo {
    margin-bottom: 15px;
}
.site-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}
.add-form-error{
    display: none;
}
.site-header{
	background: linear-gradient(90deg, #1E1E1E 24.28%, #2E2E2E 63.52%);
	color: white;
}
.header-flex-block{
	height: 80px;
	display: flex;
	justify-content: space-between;
}
.site-logo{
	width: 330px;
	position:relative;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 30px;
}
.vertical-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.breadcrumps{
	display: flex;
	margin-bottom:25px;
}
#advert-modal-btn, .spinner-send-command, #advert-modal-btn, #balance-modal-btn{
    display: none;
}
.account{
    padding-right:30px;
    text-align:center;
}
.dropdown-toggle{
	cursor: pointer;
	margin-right: 15px;
}
.account-name{
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.sidebar-block{
	height: 100%;

}
.unheader{
	position: relative;
}
.close-btn{
	position: absolute;
	top:0;
	right: 0;
	padding: 15px;
	cursor: pointer;
	transition: 0.2s;
	height: 50px;
	width: 50px;
}
.close-btn:hover{
	transform: rotate(90deg);
}
.close-btn svg{
	vertical-align: inherit;
}
.sidebar-block{
	width: 300px;
	border-right: 1px solid #cbcbcb;
	background-color: #fff;
	box-shadow: 0 10px 10px #d7d7d7;
	padding-bottom:100%;
}
.unheader{
	text-align: center;
	padding: 15px 15px 0 15px;
	color: #818181;
}
.menu-item{
	margin-top: 20px;
}
.under-line{
	margin: 0 auto;
	margin-top: 15px;
	max-width: 330px;
	height: 0px;
	border-bottom: 1px solid #e1e1e1;
}
.load-more{
    cursor: pointer;
    width: 230px;
    border-radius: 15px;
    border: 1px solid #D0D0D0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(89.25deg, #0065C1 0%, #9E00FF 100%);
    color: white;
    padding: 10px 0;
    margin:35px auto;
    font-weight: 500;
    transition: 0.2s;
}
.sidebar{
	transition: 0.2s;
}
.sidebar-overflow{
    height: 100%;
    overflow: hidden;
    width:100%;
}
.sidebar-menu{
	padding-left: 40px;
	margin-top: 15px;
}
.item-link{
    font-family: 'Inter', sans-serif !important;
	font-size: 16px;
	text-decoration: none;
	transition: 0.2s;
}
.item-link:hover{
	opacity: 0.5 !important;
}
.my-button{
	margin-top: 30px;
	width: fit-content;
	color: white;
	text-align: center;
	font-weight: 600;
	border-radius: 20px;
	padding: 10px 20px;
	background-color: #006fec;
	box-shadow: 0px 0px 15px var(--color-theme-1);
}
.svg-block-ellipse svg{
	width: 100%;
}
span.menu-icon {
    width: 30px;
    display: inline-block;
    text-align: center;
}
.sidebar-vs-content{
	display: flex;
	justify-content: space-between;
}
.main-jumbotron{
	position: relative;
}
.content-block{
	width: 100%;
	padding-left: 10px;
}
.main-container{
	background: #F1F1F1;
}
.main-block{
	height: 840px;
	max-width: 1340px;
	padding: 0 15px;
	margin:0 auto;
}
.content{
	background-color: #fff;
	height: 100%;
	padding:15px 15px 70px 15px;
	justify-content: center;
}
.page-title{
	font-size: 20px;
}
.svg-ellipse-block{
    margin-bottom:20px;
	position: relative;
	display: flex;
	justify-content: center;
}
.icon-car{
	position: absolute;
	max-width:300px;
	top: 0;
}
.icon-car img{
    width:100%;
    min-width:260px;
}
.btn-del-object{
    margin: 30px auto 0 auto;
    display: block;
    border:none;
    background: linear-gradient(87.6deg, #00A542 0%, #00BC4B 100%);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.51);
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    color: white !important;
    text-align: center;
    padding: 8px 25px;
    transition: 0.2s;
}
.btn-del-object:hover{
    opacity:0.5;
}
.svg-ellipse{
	margin-top: 40px;
	height: 125px;
    background-color: #1f1f1f;
    border-radius: 50%;
    border: 2px solid #71ff87;
    box-shadow: 0 7px 0 black;
}
.svg-ellipse > div{
    height: 125px;
    background-color: #1f1f1f;
    border-radius: 50%;
    border: 2px solid #71ff87;
    box-shadow: 0 7px 0 black;
}
.svg-ellipse svg{
	stroke: var(--color-theme-1);
	transition: 0.2s;
}
.svg-ellipse svg:hover{
	stroke: red !important;
}
.svg-ellipse svg{
	width: 100%;
}
.questions-panel{
    width:35%;
    padding:10px;
    border-radius: 15px 0 0 15px;
    transition:0.4s;
    overflow: hidden;
    background-color: white;
}
.questions-panel-h{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5px;
    border-bottom: 1px solid #efefef;
}
.question-item{
    cursor: pointer;
    transition:0.2s;
    height: 85px;
    flex-shrink: 0;
    display:flex;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    background: #F8F8F8;
    margin: 15px auto 0 auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    min-width: 282px;
}
.question-item:hover{
    filter: brightness(90%);
}
.messages-panel{
    align-items: end;
    overflow: auto;
    max-height: 545px;
    display: flex;
    flex-direction: column;
    padding-right: 5px;
}
.message-links{
    color: #3285ff !important;
}
.message{
    margin-bottom: 15px;
    border-radius: 7px;
    background: #CEEAFF;
    box-shadow: -2px 4px 10px 0px #F1F1F1;
    padding: 7px;
    white-space: pre-wrap;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    word-break: break-word;
}
.my-message{
    margin-bottom: 15px;
    border-radius: 7px;
    background: #f3f3f3;
    box-shadow: -2px 4px 10px 0px #F1F1F1;
    padding: 10px;
    white-space: pre-wrap;
    color: #000;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    width: fit-content;
}
.chat-block{
    height: 100%;
    display: flex;
    border-radius: 15px;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    padding: 7px;
}
.support-block{
    max-width:1080px;
    height:670px;
    border-radius:15px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.30);
    display: flex;
    container-type: inline-size;
}
.h-text{
    line-height: 98.8%;
}
.h-text-1{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.h-text-2{
    color: #BBB;
    font-size: 14px;
    font-weight: 500;
}
.input-panel{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.support-panel{
    padding: 10px;
    border-radius: 0px 15px 15px 0px;
    background: #F8F8F8;
    display: flex;
    flex-direction: column;
    width:65%;
    transition: 0.4s;
}
.btn-que-open {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    background-color: #ededed;
    padding: 5px 15px 5px 15px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
    transition: 0.2s;
    display: none;
    cursor: pointer;
}
.input-area{
    border-radius: 5px;
    background: #F5F5F5;
    width: 100%;
    height: 35px;
    outline: none;
    border: none;
    margin-left: 5px;
    max-height: 35px;
}
.send-btn{
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    background: #95D1FF;
    margin: 0 7px;
    cursor: pointer;
    transition: 0.2s;
}
.que-wrong{
    margin: 10px 0 5px 0;
    color: #0056c5;
    cursor: pointer;
    transition: 0.2s !important;
}
.que-wrong:hover{
    opacity: 0.5;
}
.que-message{
    height:150px;
    max-height:500px;
    font-family: Rubik;
}
#tg-id, .que-message{
    font-family: Rubik;
    font-weight: 300 !important;
}
.send-btn:hover{
    filter:brightness(0.8);
}
.send-btn img{
    margin-left: 7px;
}
.car-title{
	text-align: center;
	font-weight: 400;
	font-size: 18px;
	margin-top: 10px;
}
.catalog-icons{
    margin-top:15px;
    padding: 15px;
    background-color: #f3f3f3;
    border-radius: 25px;
}
.icon-container{
    height: 510px;
    overflow: hidden;
    transition: 0.4s;
}
img {
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}
.car-link{
    width:100%;
    height:100%;
    z-index:1000;
    position:absolute;
    display:block;
}
.footer{
	position: relative;
	background: linear-gradient(90deg, #1E1E1E 24.28%, #2E2E2E 63.52%);
	color: white;
	padding: 40px 0;
	text-align: center;
	z-index: 111;
}
.theme-item.active, .heating-item.active{
    transform: scale(0.8);
    opacity: 0.5;
}
.back-item.active{
    transform: scale(0.8);
    opacity: 0.5;
}
.phone-header, .object-status, .block-car, .block-btns, .block-widgets{
    z-index:2;
}
.block-btns{
    margin-bottom:20px;
}
.back-item{
    width:80px;
    height:160px;
    cursor:pointer;
    background-size:cover;
    background-position:center;
    margin: 0 0 15px 15px;
    border-radius:10px;
}
.back-1{
    background-color:#343434;
}
.back-2{
    background-image:url('/static/images/backs/back-1.jpg');
}
.back-3{
    background-image:url('/static/images/backs/back-2.jpg');
}
.back-4{
    background-image:url('/static/images/backs/back-3.jpg');
}
.phone-object{
	width: 390px;
	position:relative;
	z-index:0;
	height: 844px;
	box-shadow: -10px -5px 0px #888888;
    background-size:contain;
	border-radius: 35px;
	margin:0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.data-y-block{
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-align:center;
}
.ya-linked-icon{
    margin:10px 0;
}
.ya-title-link{
    font-size:18px;
}
.ya-linked-icon img{
    width:70px;
    border-radius: 50%;
    box-shadow: 0 0 10px #b1b1b1;
}
.create-y-config{
    padding: 10px 15px;
    background: linear-gradient(89.25deg, #0065C1 0%, #9E00FF 100%);
    border: 3px solid #9E00FF;
    border-radius: 50px;
    width:fit-content;
    margin:15px auto 0 auto;
    color: white !important;
}
.btn-settings{
    padding: 15px 0px 15px 15px;
}
.phone-header{
	height: 60px;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	background: #1E1E1E;
	padding: 0 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.appname-vs-objectname{
	text-align: center;
}
.login-form label{
    margin-bottom:10px;
}
.login-form input{
    margin-bottom:15px;
}
.appname{
	color: #515151;
	font-size: 18px;
}
.objectname{
	color: white;
	font-weight: 500;
	font-size: 16px;
}
#extend-autorun{
    display: none;
}
.object-status{
	text-align: center;
    font-size: 30px;
    font-weight: 300;
    position: relative;
    margin: 15px;
    height: 45px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
}
.settings-header{
    font-size: 18px;
}
.ign-panel-text{
    font-weight: 300;
    margin-top:10px;
    font-size: 30px;
}
.status-name{
	font-weight: 500;
}
.block-car{
    position: relative;
    height: 255px;
    width: 100%;
    padding-top: 30px;
}
.svg-block-car{
	width: 100%;
	text-align: center;
	position: absolute;
	cursor: pointer;
}
.widget-temp, .widget-engine-temp{
    cursor: pointer;
    user-select: none;
}
#ussd{
    cursor: pointer;
}
.btn-top-balance{
    color: white !important;
}
.svg-block{
    width: 100%;
    max-width: 380px;
}
.btn-heating.active path{
    fill: #71FF87;
}
.battery-low {
    color: #ff5e5e;
}
.btn-heating{
    display: none;
    cursor: pointer;
}
.content .row{
    --bs-gutter-x: none;
}
.license-history-item{
    align-items: center;
    border: 1px solid #dddddd;
    margin: 0 0 15px 0;
    padding:10px;
    border-radius: 15px;
    opacity: 0.7;
}
.updating-text{
    line-height: 26px;
}
.updating-text a, .modal-link{
    color: #169700 !important;
}
.license-history-item.active{
    border: 1px solid  #33e999;
    opacity: 1;
    font-weight: 500;
}
.video-block{
    max-width: 800px;
}
.demo-video{
    width: 100%;
}
.runbytemp-server-setting{
    display: none;
}
.temp-switch-input{
    vertical-align: inherit;
    margin-bottom: -3px;
    margin-left: 10px;
    cursor: pointer;
}
.slide-icon-block > svg.active{
    transform:rotate(0deg);
}
.slide-settings-block{
    display: none;
    padding: 0 10px 24px 10px;
}
.settings-block:nth-child(2) hr{
    margin-left: 14px;
    max-width: 640px;
}
.slide-gates {
    background-color: transparent;
    width: 100%;
    margin-top: 10px;
}
.btn-slide-gates {
    background-color: transparent;
    width: 100%;
    height: 46px;
    padding: 10px 16px 10px 16px !important;
    font-size: 14px;
    font-weight: 500;
}
.btn-slide-gates .settings-header{
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.btn-slide-gates svg.active{
    transform:rotate(-90deg) !important;
}
.btn-slide-gates:nth-child(1) {
   margin-top: 3px;
}
.btn-slide-gates:nth-child(3) {
   margin-top: 16px;
}
.block-add-gate {
    padding-top: 4px;
    margin-left: 14px;
    margin-right: 14px;
    max-width: 640px;
}
.btn-add-gate {
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px #E2E2E2;
    height: 46px;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    font-weight: 600;
}
.btn-slide-settings{
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 10px 10px 24px;
}
.block-icon-settings {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.block-icon-settings img{
    margin-top: -1px;
    margin-right: 12px;
}
.btn-slide-settings svg{
    transform:rotate(90deg);
    transition:0.2s;
}
.gate-icon svg{
    transform: rotate(0deg);
}
.block-btns-gate {
    width: 97%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.btn-save-gate {
    color: white;
    background-color: #009E3F;
    width: 131px;
    height: 42px;
    border-radius: 10px;
    border: none;
    transition: 0.2s;
    font-size: 14px;
    font-weight: 500;
}
.btn-save-gate:hover {
    opacity: 0.7;
}
.btn-delete-gate {
    color: white;
    background-color: #D32A00;
    width: 131px;
    height: 42px;
    border-radius: 10px;
    border: none;
    transition: 0.2s;
    font-size: 14px;
    font-weight: 500;
}
.btn-delete-gate:hover {
    opacity: 0.7;
}
.btn-cancel-gate {
    color: white;
    background-color: #7E7E7E;
    width: 131px;
    height: 42px;
    border-radius: 10px;
    border: none;
    transition: 0.2s;
    font-size: 14px;
    font-weight: 500;
}
.btn-cancel-gate:hover {
    opacity: 0.7;
}
.block-input-gates {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 14px;
}
.block-input-gates input{
    width: 97.5%;
    border-radius: 10px;
    background: transparent;
    font-size: 14px;
    border: 1px solid #C5C5C5;
    color: #000000;
    height: 46px;
    padding-left: 8px;
    font-weight: 500;
}
.block-input-gates input:placeholder{
    font-weight: 400;
    color: #C3C3C3;
}
.block-input-gates input:focus-visible {
    outline: none;
}
.block-input-gates svg {
    position: absolute;
    right: 26px;
    top: 32%;
}
.border-radius-gates {
    border-radius: 10px;
    max-width: 640px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px #E2E2E2;
    margin-left: 14px;
    margin-right: 14px;
}
.border-radius-gates {
    margin-top: 16px;
}
.hidden {
   display: none;
}
.temp-range-block, .range-block{
    max-width: 670px;
    position: relative;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    box-shadow: 0 0 10px #c5c5c5;
}
.current-value-heading{
    text-align: center;
    margin-bottom: 15px;
}
.sync-card {
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 16px;
    height: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}
.sync-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.sync-stats {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}
.stats-item {
    text-align: center;
    padding: 10px;
}
.stats-number {
    font-size: 2rem;
    font-weight: bold;
    display: block;
}
.add-virtual-sensors-link{
    color: #298f22;
    transition: 0.2s;
    cursor: pointer;
}
.add-virtual-sensors-link:hover{
    opacity: 0.5;
}
.stats-label {
    font-size: 0.9rem;
    opacity: 0.9;
}
.action-button {
    border-radius: 8px;
    padding: 12px 24px;
    margin: 8px;
    border: none;
    transition: all 0.3s ease;
    font-weight: 500;
}
.btn-create {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}
.btn-create:hover {
    background: linear-gradient(135deg, #218838, #1ea085);
    color: white;
    transform: translateY(-2px);
}
.btn-delete {
    background: linear-gradient(135deg, #dc3545, #e83e8c);
    color: white;
}
.btn-delete:hover {
    background: linear-gradient(135deg, #c82333, #d91a7c);
    color: white;
    transform: translateY(-2px);
}
.cars-list {
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 12px;
    background-color: #f8f9fa;
}
.car-item {
    padding: 8px 12px;
    margin: 5px 0;
    background: white;
    border-radius: 6px;
    border-left: 4px solid #007bff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.car-item.no-gps {
    border-left-color: #6c757d;
    opacity: 0.7;
}
.car-item.with-gps {
    border-left-color: #28a745;
}
.car-item.synced {
    border-left-color: #007bff;
}
.car-item.not-synced {
    border-left-color: #ffc107;
}
.password-form {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 12px;
    border: 2px solid #dee2e6;
}
.icon-traccar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #007bff, #6610f2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-right: 15px;
}
.alert-custom {
    border-radius: 8px;
    border: none;
    padding: 15px 20px;
}
.quick-actions {
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}
.information-block{
    margin-bottom: 16px;
}
.quick-btn {
    font-size: 0.85rem;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 6px;
}
.information-block-flex div {
    padding: 0 8px;
}
.traccar-logo{
    width: 70%;
}
.sync-card.left{
    margin-right: 8px;
}
.sync-card.right{
    margin-left: 8px;
}
.location-block{
    display: flex;
    justify-content: space-between;
}
.current-value-heading .current-value{
    font-weight: 500;
}
.min-max-val{
    width: 75px;
    font-weight: 500;
}
.max-level{
    text-align: right;
}
.max-min-heading{
    display: flex;
    justify-content: space-between;
}
.set-sub-header{
    margin:10px;
    font-size:16px;
    font-weight: 500;
}
.spinner-load-map, .map-error-message{
    position: absolute;
    text-align: center;
}
.func-item, .func-item-map{
    text-align: center;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 5px;
    margin-bottom: 10px;
    background-color: #ebebeb;
    border-radius: 10px;
    transition: 0.2s;
    display: block;
    width: 100%;
    cursor: pointer;
}
.immo-status{
    text-align: center;
    font-size: 14px;
    color: #ff8383;
    width: 100%;
    display: none;
}
.footer-map{
    justify-content: space-between;
}
.view-location {
    margin: 10px 0;
    font-size: 14px;
    width: 100%;
    padding: 0 15px;
}
.map-error-message {
    padding: 0 15px;
    font-size: 16px;
    margin-top: 20px;
}
.view-location span{
    font-weight: 600;
}
.view-location{
    display: none;
}
#map{
    transition: 0.3s;
    width: 100%;
    height: 55vh;
}
.runByTemp-status{
    text-align: center;
    font-size: 14px;
    color: #FFE071;
    width: 100%;
}
.func-item:hover, .func-item-map:hover{
    background: #d1d1d1;
}
.themes-block{
    margin-top:30px;
}
.theme-item{
    margin:15px;
    width:50px;
    cursor:pointer;
    height:50px;
    border-radius:50%;
    box-shadow:0 0 10px #a3a3a3;
    /*transition: transform 0.2s ease;*/
}
.svg-block-ellipse .inside-ellipse.el-fill.theme-1, .svg-block-ellipse .middle-ellipse.el-fill.theme-1{
    fill:#71ff872b;
}
.svg-block-ellipse .inside-ellipse.el-fill.theme-2, .svg-block-ellipse .middle-ellipse.el-fill.theme-2{
    fill:#7711ff45;
}
.svg-block-ellipse .inside-ellipse.el-fill.theme-3, .svg-block-ellipse .middle-ellipse.el-fill.theme-3{
    fill:#00c9ff33;
}
.icon-sidebar{
    position:absolute;
    right:30px;
    display:none;
    cursor:pointer;
    top:25px;
}
.logo-link{
    width:80%;
}
.background-block{
    width:100%;
    height:100%;
    border-radius:35px;
    position:absolute;
    background:#000000ab;
}
/*.theme-item:hover{
    transform-origin: center;
    transform: scale(0.9) !important;
    opacity: 0.6 !important;
}*/
.set-header, .settings-block > label{
    margin:10px 0;
    font-size:17px;
    font-weight: 500;
}
.theme-1{
    background-color:var(--color-theme-1);
}
.theme-2{
    background-color:var(--color-theme-2);
}
.theme-3{
    background-color:var(--color-theme-3);
}
.icon-car iframe, .svg-block-car iframe{
    width:300px;
    height:160px;
}
.svg-block-ellipse{
	margin-top: 40px;
}
.alert-error {
    --bs-alert-color: #842029 !important;
    --bs-alert-bg: #f8d7da !important;
    --bs-alert-border-color: #f5c2c7 !important;
}
.activation-text{
    font-weight: 300;
    font-size: 16px;
    animation: activate_anim 2s linear infinite;
}
@keyframes activate_anim{
    50%{opacity:0.5;}
}
.car-status{
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	position:relative;
	margin:10px 0;
	height: 54px;
}
#time_up, #activation, #activation_wait{
    display: none;
}
#activation{
    color: #bcffca;
}
.block-widgets{
	height: 192px;
	background-color: #1E1E1E;
	border-bottom-left-radius: 35px;
	border-bottom-right-radius: 35px;
}
.btns-form{
	display: flex;
	justify-content: space-around;
}
.icon-block img{
    width:100%;
    max-width:300px;
}
.docs-link{
    color: #0d6efd !important;
}
.icon-block{
    text-align:center;
    cursor:pointer;
    margin-bottom:20px;
}
.icon-active{
    transform-origin:center;
    transform:scale(0.8);
    opacity:0.6;
}
.btn-select-icon{
    padding: 7px 0;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    padding-left: 10px;
    background: white;
}
.car-name{
    display:block;
}
.btn-warning{
	border: 1px solid #ff4d4d !important;
	box-shadow: 0px 0px 15px #ff0000;
}
.btn-active.theme-1{
	border: 2px solid var(--color-theme-1) !important;
	box-shadow: 0px 0px 15px var(--color-theme-1);
}
.btn-active.theme-2{
	border: 2px solid var(--color-theme-2) !important;
	box-shadow: 0px 0px 15px var(--color-theme-2);
}
.btn-active.theme-3{
	border: 2px solid var(--color-theme-3) !important;
	box-shadow: 0px 0px 15px var(--color-theme-3);
}
.btns-form button{
    display:none;
}
.v-icon path.theme-1{
    fill:var(--color-theme-1);
}
.v-icon path.theme-2{
    fill:var(--color-theme-2);
}
.v-icon path.theme-3{
    fill:var(--color-theme-3);
}
.btn-send{
    display: flex;
    justify-content: center;
    align-items: center;
    user-select:none;
	width: 70px;
	cursor: pointer;
	height: 70px;
	background-position-x: center !important;
    background-position-y: center !important;
	border-radius: 50%;
	background: #282828;
	background-repeat:no-repeat;
	padding:0;
	border: 1px solid #B6B6B6;
	transition:0.2s;
}
.btn-send:hover{
    border: 1px solid var(--color-theme-1);
}
.btns-form button{
    display:none;
}
.btns-heating{
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
	margin-bottom: 25px;
}
.opener-images{
    position:relative;
}
.car-opener{
    height:255px;
    padding:0 20px;
}
.opener-block{
    display: flex;
    justify-content: center;
    position:relative;
    padding:20px 0;
    background: rgba(0, 0, 0, 0.2);
    border-width: 2px 0px;
    border-style: solid;
    border-radius: 25px;
    cursor: pointer;
}
.back_left, .back_right, .front, .driver, .luggage, .hooter, .car-opener-back{
    position:absolute;
    user-select: none;
}
.back_left {
  left: 77px;
  top: 9px;
  width: 65px;
  height: 18px;
  z-index: 9;
}
.settings-tiles{
    display: flex;
    /*flex-direction: column;*/
    gap: 16px;
}
.settings-tile{
    max-width: 330px;
    display:block;
    background: linear-gradient(87.6deg, #00A542 0%, #00BC4B 100%);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.51);
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    color:white !important;
    text-align:center;
    padding:10px 24px;
    transition:0.2s;
}
.settings-tile:hover{
    opacity: 0.5;
}
.message-status{
  overflow:hidden;
  position: absolute;
  background-color: #1e1e1e;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 15px;
  display:none;
}
.message-status div{
    width: 252px;
}
.service-func-block{
    padding: 8px;
}
.service-func-block form{
    padding: 16px;
    border: 1px solid #bbbbbb;
    border-radius: 16px;
    display: block;
    heightЖ 100%;
}
.driver {
  left: 133px;
  top: 0px;
  width: 82px;
  height: 27px;
  z-index: 8;
}
.hooter {
  left: 216px;
  top: 15px;
  width: 83px;
  height: 108px;
  z-index: 7;
}
.back_right {
  left: 76px;
  top: 111px;
  width: 65px;
  height: 19px;
  z-index: 6;
}
.error-message{
    display: flex;
    justify-content:space-between;
    padding: 10px;
    background-color: #e9e9e9;
    border-left: 3px solid #ff6565;
    border-radius: 7px;
    margin-bottom:7px;
    flex-item:center;
}

.btn-copy, .btn-copy-location{
    transition:0.1s;
    cursor: pointer;
    padding:0 5px;
}
.btn-copy:hover, .btn-copy-location:hover{
    opacity:0.5;
}
#modal-map .modal-dialog{
    display: flex;
    justify-content: center;
}
.settings-info{
    margin-top: 30px;
    font-size: 14px;
}
.settings-info > div{
    margin-bottom: 5px;
}
.copy-success, .copy-location-success {
    position: absolute;
    bottom: 60px;
    width:100%;
    padding:15px;
    display:none;
    z-index: 9999999;
    max-width: 470px;
}
.copy-success div, .copy-location-success div{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: #000000c7;
    text-align: center;
    color: white;
}
.front {
  left: 133px;
  top: 111px;
  width: 82px;
  height: 28px;
  z-index: 5;
}
.luggage {
  left: 0px;
  top: 21px;
  width: 35px;
  height: 97px;
  z-index: 4;
}

.icon-heating{
    display: none;
	height: 40px;
	text-align: center;
	width: 60px;
	cursor: pointer;
}
.heating-item {
    margin: 0 10px;
    background-color: #515151;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.widgets-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	flex-wrap: wrap;
	padding: 15px;
}
.widget-item{
	width: 48%;
	height: 30px;
	border: 2px solid #4D4343;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 9px;
	background: inherit;
}
.widget-item.active.theme-1{
    border:1px solid var(--color-theme-1);
}
.widget-item.active.theme-2{
    border:1px solid var(--color-theme-2);
}
.widget-item.active.theme-3{
    border:1px solid var(--color-theme-3);
}
.btn-add-object{
    max-width: 330px;
    margin:30px auto 0 auto;
    display:block;
    background: linear-gradient(87.6deg, #00A542 0%, #00BC4B 100%);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.51);
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    color:white !important;
    text-align:center;
    padding:20px 0;
    transition:0.2s;
}
.settings-block {
    background-color: #0000000f;
    border-radius: 15px;
    border: 1px solid #d9d9d9;
}
.delete-objects{
    max-width: 330px;
    display:block;
    background: linear-gradient(87.6deg, #00A542 0%, #00BC4B 100%);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.51);
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    color:white !important;
    text-align:center;
    padding:20px 0;
    transition:0.2s;
}
.btn-yandex-reboot{
    transition:0.2s;
    max-width: 330px;
    margin:30px auto 0 auto;
    display:block;
    background: linear-gradient(89.25deg, #0065C1 0%, #9E00FF 100%);
    border: 3px solid #9E00FF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.51);
    border-radius: 50px;
    font-weight: 500;
    font-size: 20px;
    color:white !important;
    text-align:center;
    padding:20px 0;
    transition:0.2s;
}
.btn-yandex-reboot:hover{
    opacity:0.5;
}
.btn-add-form{
    border:none;
    margin:30px 0 0 0;
    width:100%;
}
.icon-car object{
    width:100%;
}
.btn-add-object:hover{
    opacity:0.6;
}
.v-icon{
	width: 30px;
	text-align: center;
	display: inline-block;
}
.ign-panel{
    width:95%;
    margin: 5px auto 0 auto;
    height:100px;
    display: flex;
    flex-wrap:wrap;
    position:relative;
    color:white;
    background: #1B1B1B;
    border-radius: 15px;
    text-align:center;
}
.filter-block{
    display: flex;
    max-width: 1000px;
    flex-wrap: wrap;
    margin-top:15px;
}
.license-item{
    padding: 5px;
    width: 200px;
    border-radius: 20px;
    border: 1px solid #D1D1D1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 280px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    margin: 0 auto 20px auto;
}
.block-main-software {
    margin-top: 24px;
    height: auto;
    max-width: 860px;
}
.button-store {
    width: 220px;
    height: 39px;
    display: inline-block;
    background-color: #0066cc;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 3px 10px 0px #0000004F;
    margin-top: 13px;
}
.button-store-ios {
    width: 220px;
    height: 39px;
    display: inline-block;
    background-color: #0066cc;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 3px 10px 0px #0000004F;
    margin-top: 11px;
}
.title-store {
    font-size: 14px;
    font-weight: 500;
}
.block-icon-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.block-icon-title-ios {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 9.7px;
}
.noactive {
    box-shadow: 0px 3px 10px 0px #0000004F;
    background-color: #80b0dd;
}
.block-child-software > div {
    width: 220px;
}
.block-links-configurator {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.block-links-configurator a {
    color: #004AB9 !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.block-links-configurator span {
    font-size: 16px;
}
.soon {
    margin-top: 5px;
    color: #555555;
    font-size: 14px;
    text-align: center;
}

.title-configurator {
    margin-top: 65px;
}
.img-phone {
    width: 100%;
}
.balance-item{
    width: 200px;
    border-radius: 20px;
    border: 1px solid #D1D1D1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 280px;
    background: #FFF;
    margin-right: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.icon-download{
    margin-right: 7px;
    transform: translate(0px, -2px);
}
.balance-info-block{
    margin-bottom: 35px;
}
.balance-data-header{
    font-size: 18px;
    color: #818181;
}
.balance-data{
    font-size: 18px;
}
.balance-products{
    display: flex;
}
.license-header{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.license-imgage{
    text-align: center;
}
.license-time{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}
#location-type-btn{
    cursor: pointer;
    color: white;
    background-color: #004ae7;
    font-size: 14px;
    border-radius: 7px;
    padding: 5px 10px;
}
.btn-buy-license{
    display: block;
    border: none;
    width: 138px;
    border-radius: 17px;
    padding: 10px 0;
    background: linear-gradient(45deg, #00A542 0%, #00BC4B 100%);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.31);
    color: #FFF !important;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin: 0 auto;
    transition:0.2s;
}
.alert-mark{
    font-weight: 500;
}
.btn-buy-license:hover{
    opacity:0.5;
}
.filter-item{
    cursor: pointer;
    width:170px;
    border-radius: 15px;
    border: 1px solid #D0D0D0;
    color: #969696;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background-color: white !important;
    padding: 5px 0;
    margin: 15px;
    font-weight: 500;
    transition:0.2s;
}
.filter-item:hover{
    border: 1px solid #9E00FF;
}
.filter-item.active{
    background: linear-gradient(89.25deg, #0065C1 0%, #9E00FF 100%);
    color:white;
}
span.time-up-text{
    font-size: 16px;
    color: #d9d9d9;
}
.ign-panel-icon{
    margin-top:10px;
}
.ign-panel-left, .ign-panel-right{
    width:50%;
}
.widget-name{
	font-weight: 500;
	font-size: 12px;
	color: #888888;
	vertical-align: text-top;
}
.ignition-block{
    display:flex;
    position:relative;
    flex-wrap:wrap;
    text-align:center;
    color:white;
}
.ign-left, .ign-right{
    width:30%;
}
.ign-center{
    position: relative;
    width:40%;
    height:150px;
    cursor: pointer;
}
.ign-svg-block{
    position:absolute;
    width:100%;
}
.ign-svg-block{
    animation:ign_anim 1.5s ease-in-out infinite;
}
.ign-svg-timer{
    animation:ign_anim_timer 1s ease forwards;
}
@keyframes ign_anim{
   50%{opacity:0.6}
}
.ign-svg{
    transition:0.2s;
}
.ign-debug{
    animation:ign_anim_debug 3s linear infinite;
}
.ign-debug .ign-gradient{
    stop-color:#00b9ff;
}
@keyframes ign_anim_timer{
    from { stroke-dasharray: 0 0 0; }
    to { stroke-dasharray: 455 455 455;}
}
.icon-eco{
    margin-top:25px;
}
.icon-freq{
    margin:20px 0 5px 0;
}
.engine-freq, .icon-text{
    font-size: 30px;
}
.ign-val-header{
    display:block;
    width:100%;
    color: #8C8C8C;
    font-size: 14px;
}
.license-catalog{
    max-width: 1140px;
    margin: 0 auto;
}
.logo-span{
    font-size:14px;
}
.reg-links{
    font-weight: 600;
    color: #1a8757 !important;
}
.close-que-panel{
    display: none;
}
.register-form > fieldset > div.form-group{
    margin-bottom:25px;
}
.sign-engine, .sign-lights{
    margin-bottom:25px;
}
.close-area{
	display: none;
	width: 10%;
	height: 100vh;
	background: #00000061;
}
.widget-val{
	text-align: end;
	font-size: 12px;
	color: #FFFFFF;
}
@media (max-width:360px){
	.widget-item{
		justify-content: center;
	}
	.widget-name{
	    display: none;
	}
	.btn-save-gate {
        width: 110px;
        height: 38px;
	}
	.btn-delete-gate {
        width: 110px;
        height: 38px;
        font-size: 13px;
	}
	.btn-cancel-gate {
	    width: 110px;
        height: 38px;
        font-size: 13px;
	}
}
@media (max-width:372px){
    .support-icon{
        display: none;
    }
	.widgets-flex{
		padding:10px;
	}
	.object-status {
	    font-size: 24px;
    }
}
@media (max-width:450px){
    .map-header{
        font-size: 18px !important;
    }
    .balance-products{
        flex-direction: column;
        align-items: center;
    }
    .balance-object-name{
        display: block;
    }
    .balance-data {
        text-align: center;
    }
    .balance-item{
        margin-bottom: 15px;
        margin-right: 0;
        max-width: 270px;
        width: 100%;
        padding: 5px;
    }
    .license-item{
        width: 100%;
        max-width: 240px;
    }
    .settings-block {
        padding: 5px;
    }
    .set-header, .settings-block > label{
        font-size: 15px;
    }
    .slide-settings-block{
        padding: 0 8px 16px 8px;
    }
    .border-radius-gates{
        margin-left: 0px;
        margin-right: 0px;
    }
    .btn-slide-settings{
        padding: 5px;
    }
    .settings-header{
        font-size: 16px;
    }
    .content{
            padding: 15px 10px 70px 10px;
        }
    .filter-block{
        justify-content: center;
    }
    .contact-label{
        font-size: 14px;
    }
    #ModalLabel{
        font-size: 15px !important;
        font-weight: 500;
    }
    .filter-item {
        width: 100px;
        font-size: 12px;
        margin: 5px;
    }
}
@container (min-width:875px){
    .questions-panel{
        width: 35% !important;
        padding: 10px !important;
    }
}
@container (max-width:874px){
    .btn-que-open{
        display: block;
    }
    .questions-panel-h {
        padding-bottom: 10px;
    }
    .support-block{
        position: relative;
    }
    .questions-panel-hidden{
        min-width: 280px;
    }
    .close-que-panel{
        display: block;
    }
    .que-panel-icon{
        display: none;
    }
    .questions-panel{
        position: absolute;
        z-index: 999;
        width: 0;
        padding: 0;
        height: 100%;
        font-size: 14px;
        box-shadow: 5px 0 10px #bdbdbd;
    }
    .support-panel{
        width: 100%;
        border-radius: 15px;
    }
    .chat-block{
        padding: 0;
    }
}
@media (min-width:767px){
    .icon-block, .back-item, .theme-item{
        transition:0.2s;
    }
}
@media (max-width:767px){
    .sync-card.left{
         margin-right: 0px;
    }
    .sync-card.right{
        margin-left: 0px;
        margin-top: 16px;
    }
    .btn-add-form{
        margin: 30px  auto;
    }
    .ya-linked-icon{
        display:none;
    }
    h4{
        text-align:center;
    }
    .ya-title-link {
        color: #13ad00;
        margin-bottom: 40px;
        font-weight: 600;
    }
    .svg-ellipse-block.ya-object-block{
        margin-bottom:0;
    }
    .ya-title-no{
        color: #bfbfbf;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .block-child-software {
        display: flex;
        justify-content: center;
    }
    .block-child-software:nth-child(3) {
        margin-top: 20px;
    }
}
@media (max-width:575px){
    .block-child-software:nth-child(1) {
        margin-top: 20px;
    }
    .block-child-software:nth-child(2) {
        margin-top: 55px;
    }
    .block-child-software:nth-child(3) {
        margin-top: 55px;
    }
}
@media (max-width:1000px){
    .close-area{
        display: block;
    }
    .content-block{
        padding-left:0;
    }
    .logo-link{
        display:none;
    }
    .icon-sidebar{
        right: 0;
        left:15px;
        top:30px;
        display:block !important;
    }
    .account{
        padding-right: 15px;
    }
    .site-logo{
        padding:0 15px;
        width:inherit;
    }
    .sidebar {
        display: flex;
        flex-wrap: wrap;
        z-index: 999999999;
        position:fixed;
        top: 0;
        width: 0;
    }
    .sidebar-overflow{
        width:90%;
    }
    .sidebar-block{
        padding-bottom:40px;
        width: 100%;
        height:100vh;
	}
}
.ellipse-anim{
    animation: mid-ellipse-anim 1.5s linear infinite;
    stroke-dasharray: 0, 100, 0;
}
.active-start.theme-1{
    border: 1px solid var(--color-theme-1) !important;
}
.active-start.theme-2{
    border: 1px solid var(--color-theme-2) !important;
}
.active-start.theme-3{
    border: 1px solid var(--color-theme-3) !important;
}
.opener-block.theme-1 {
    border-color: var(--color-theme-1);
}
.opener-block.theme-2 {
    border-color: var(--color-theme-2);
}
.opener-block.theme-3 {
    border-color: var(--color-theme-3);
}
.middle-ellipse, .inside-ellipse{
    stroke-width: 1;
    transform-origin: center;
    transition:0.2s;
    /*stroke-dasharray: 0, 0, 0;
     transform:scale3d(1.3,1.3,1);*/
}
.middle-ellipse.theme-1, .inside-ellipse.theme-1{
    stroke: var(--color-theme-1);
}
.middle-ellipse.theme-2, .inside-ellipse.theme-2{
    stroke: var(--color-theme-2);
}
.middle-ellipse.theme-3, .inside-ellipse.theme-3{
    stroke: var(--color-theme-3);
}
.ellipse-timer-anim{
    animation: btn-timer-anim 1s ease forwards;
}
@keyframes btn-timer-anim{
  from  { stroke-dasharray: 0 0 0; }
  to { stroke-dasharray: 1000 1000 1000;
        }
}
@keyframes mid-ellipse-anim{
  0%   { stroke-dashoffset: 200px; }
  50%  {
        opacity:0.5;
  }
  100% { stroke-dashoffset: 0px;
  }
}
