
@charset "UTF-8";
html,
body,
header,
.view {
height: 100%;
-webkit-overflow-scrolling: auto;
overscroll-behavior: none;
}
@media (max-width: 740px) {
html,
body,
header,
.view {
height: 100vh;
}
}
.cont_width{
width: 50% !important;
}
.top-nav-collapse {
background: rgba(46,46,46,0.6) !important;
}
.navbar:not(.top-nav-collapse) {
background: rgba(46,46,46,0.6) !important;
}
@media (max-width: 991px) {
.navbar:not(.top-nav-collapse) {
background: rgba(46,46,46,0.6) !important;
}
.cont_width{
width: 90% !important;
}    
}

.switch label input[type=checkbox]:checked+.lever:after {
background-color: #2E2E2E;
}


@-webkit-keyframes autofill {
to {
color: #666;
background: transparent; } }

@keyframes autofill {
to {
color: #666;
background: transparent; } }

input:-webkit-autofill {
-webkit-animation-name: autofill;
animation-name: autofill;
-webkit-animation-fill-mode: both;
animation-fill-mode: both; }



input:-webkit-autofill {
-webkit-box-shadow: 0 0 0 1000px #f0f0f0 inset !important;
}