html { font-size:16px; }
html[data-font="small"] { font-size:14px; }
html[data-font="big"] { font-size:18px; }
* { scrollbar-width: thin;  }
body { font-family: 'Poppins', sans-serif; background:#f3f7fb; } 
body.nonscroll > #preview-content-container { /* background:rgba(0,0,0,.15); */} 
body.nonscroll { overflow:hidden; } 
nav .logo { max-height:60px; max-width:220px; width:auto; height:auto; }
a { color:#3344dd; position: relative; }
a:hover { color:#bb1122;  }
a:focus-visible  { outline: 2px dotted rgba(0,0,0,.4); }
h1, h2, h3, h4, h5, .h { font-family: 'Jost', sans-serif; font-weight: 500; letter-spacing:0px; }
h3 { font-weight: 600;} 

.deklaracja-dostepnosci h2{ font-size:1.4rem; }
.deklaracja-dostepnosci h3{ font-size:1.2rem; }

.f14 { font-size: 14px; }

.wrapper-404 { margin:25px  auto; max-width:400px; }

#main:after {  content:""; position:fixed; top:0; left:0; width:100%; height:100%; background:#13182499; opacity:0; transition:all 0.3s ease-out; visibility:hidden; }
.menu-open #main:after {  opacity:1; visibility:visible;  }

.big-h { font-weight: 700; font-size:3rem; text-align:center; }
.medium-h { font-weight: 700; font-size:2.5rem; text-align:center; }
.zi1 { z-index:1; position: relative; }
.wow { visibility:hidden;  }
.bootstrap-select .bs-ok-default::after { width: 0.3em; height: 0.6em; border-width: 0 0.1em 0.1em 0; transform: rotate(45deg) translateY(0.5rem); }
.btn.dropdown-toggle:focus { outline: none !important; } 
.standalone .navbar-brand {  text-align:center; }
.contrast a:focus { outline: 2px dotted yellow; }

#top-submenu .logo { height:40px;  }

#instance-info { position:fixed; bottom:-45px; left:0; border-top-right-radius:10px; box-shadow:0 0 4px rgba(0,0,0,.2); padding:5px 10px; font-size:12px; font-weight:500; color:#444; background: #fff; height: 75px; }
#instance-info.change_visible { transform: translateY(-45px); }
#instance-info span { color:#000; }
#instance-info-change { margin-top:15px; height:40px; }

p.info { color: #444; font-size: 0.9rem; } 

.tooltip.show { opacity:1;}

#navbar #top-submenu #current-module.nav-link { margin:0 10px; padding: 6px; }

.in-progress-text { font-size:3vw; line-height:1.2; padding:5px 0; }

/* UTILITIES */

.wowInit { visibility: hidden; }  
.text-right-not-mobile { text-align: right; }
.text-right { text-align: right; }

.none { display:none; }
.custom-control-input:checked ~ .custom-control-label:before { border-color: #151515; background-color: #151515; } 
.muted { color:#888; font-size:.8rem;}
.tooltip-inner { max-width:220px; }
.tooltip { font-family: 'Poppins', sans-serif; font-size:0.8rem; }

.aria-label { display:none; }
.skip-links {  position:absolute;  top:0  }
.skip-links a,
.skip-links a:visited {  position:absolute; font-weight:600; top:0; left:-9000em; display:block; text-align:center; width:230px; text-decoration:none; opacity:0; transition:opacity 0.3s ease 0s; }
.skip-links a:hover,
.skip-links a:focus,
.skip-links a:active,
.skip-links a:visited:hover,
.skip-links a:visited:focus,
.skip-links a:visited:active { background:#222; color:#fff; font-size:1rem; padding:8px 10px; z-index:10; left:0; opacity:1; outline:3px solid #1d7cd5; z-index:9999;  }

.dropdown-menu { border:0; }

.alert { font-size:0.85rem; }
.alert p:last-child { margin-bottom:0;  }

.alert h2 { font-size:1.3rem; }
.alert.alert-danger { border:0; background:#fff0f0; color:#dd0000; }

.form-control:not([type="file"]) { padding: 10px 12px;   }
.btn:not(.btn-sm) { font-size:1rem; }
.btn-k2, .btn-b, .btn-white,.btn-w, .btn-grey, .btn-k { border:0px; position:relative; overflow: hidden; background:rgba(0,0,0,.3); border-radius: 32px; color:#fff; text-transform: uppercase; font-size:14px; padding:10px 20px; min-width:160px; text-align:center; font-weight:400;  }
.btn-k { background: #131824!important; }

.btn.btn-k:active,
.btn.btn-k:focus-visible {color:#fff;  }
.btn-k:hover { color:#fff; box-shadow: 0px 0px 0px 4px rgba(19,24,36,.3);  }

.btn.btn-w, 
.btn.btn-w:hover,
.btn.btn-w:active,
.btn.btn-w:focus-visible
{  border:2px solid #fff; background:none; }

.btn.btn-w:hover,
.btn.btn-w:active,
.btn.btn-w:focus-visible
{ color:#000; background:#fff; }

.btn.btn-b { border:2px solid #000; background:rgba(0,0,0,.8); color:#fff;   }

.btn.btn-b:hover,
.btn.btn-b:active,
.btn.btn-b:focus-visible
{ border:2px solid #000; background:#000; color:#fff;  }

.btn.btn-b:active,
.btn.btn-b:focus-visible { box-shadow: 0px 0px 0px 4px rgba(0,0,0,.5); outline: 0; }

.btn-grey { background:#eee; color:#000; }
.btn-grey:hover { background: #ddd;  }
.btn-k.center { display: block; text-align: center; margin:auto; }
.btn-k2 { border:2px solid #000!important; background:none;  color:#000; font-weight:600; padding-top:8px; padding-bottom:8px;  width:auto; } 
.btn-k2:hover,
.btn-k2:active { background:rgba(0,0,0,0.1);  }
.btn-k2:focus-visible {  box-shadow: 0px 0px 0px 4px rgba(0,0,0,.15); background:rgba(0,0,0,0.05);  }
.btn.btn-sm { font-size: 0.85rem; } 

.btn-rect { border-radius: 4px; }

.btn-white { border:2px solid #000; color:#000; background:none; }
.btn-white:hover { background:#000; color:#fff;  }



.input-group-text { background:#e2eef2; }

.is-invalid .select2-container .select2-selection  { border-color: #dc3545!important; }
.is-invalid  .invalid-feedback { display:block; }
.select-small.select2-dropdown .select2-results__options .select2-results__option { font-size:12px; line-height:1.2; }

.error { color:#dd0000; text-align:center; font-weight:500; margin:20px 0 0 0;   }
.no-data { text-align:center; font-size:2rem; margin:5rem 0; color:#888; }

.clause-content { max-height:130px; font-size:0.8rem; line-height: 150%; overflow: auto; scrollbar-width: thin; padding-right:10px; }

#terms-site-modal-label { text-align:center; }
#terms-site-modal .modal-dialog { max-width:1140px; }
#terms-site-modal .modal-footer{ text-align:center; display:block; }

.mobile-only { display:none; }
.container-bg {  }
.text-container { padding:30px; background:#fff; border-radius: 12px; box-shadow: 0px 20px 30px -20px rgba(0,0,0,.2); }

@media (max-width: 768px) { .text-container { padding:30px 15px; margin:0;} }
/* END UTILITIES */

/* Anim elements */
#cookie_info_wrapper,
#cookie_info, 
footer:after,
#loader:after { transition: all .6s cubic-bezier(0.915, 0.000, 0.180, 0.990);  background-color:#131824; } 

#loader-wrapper { opacity:1; width:100%; height:100%; top:0; left: 0; display: flex; align-items: center; justify-content: center; position: fixed; background: #fff; z-index:9999; transition: opacity .3s linear; text-transform: capitalize;  }
#loader-wrapper.end { opacity:0; }
#loader { width:auto; height:auto; font-size:1.5rem; font-family:'Jost', sans-serif; font-weight: 700; text-align:left; position:relative;  color:#131824; transition: all .6s cubic-bezier(0.915, 0.000, 0.180, 0.990);  } 
#loader:after { content: ""; width: 0%; height: 120%; top: -10%; left: -10%; position: absolute; z-index: -1; } 
#loader.start:after { width:120%; }
#loader.start { color:#fff; }
#loader.end { color:#131824; }
#loader.end:after { width:0%; left:auto!important; right:-10%!important; }

#main-content { opacity:1; transition: all .5s linear; visibility: visible; }
.start#main-content { opacity:0; } 

main { margin-top:70px; }
.utworz-konto main {  margin:0; }
.with-submenu main { margin-top:100px; }
.in-progress main { margin:36px 0; }
main.contant-only { margin:0; }
/*.standalone main { margin-top:96px; }*/

.main-wrapper {  position: relative; padding-top:25px; }
.standalone .main-wrapper { border-color:rgba(255,255,255,0);}

.pb-wrapper { padding:2rem 3rem; }

/* #navbar { flex-flow:column; } */
#dialog-center-btn {  }
#top-submenu { width:100%; height:auto; opacity:1;  font-size:0.9rem; margin-top:0px; padding-top:3px; transition: margin .2s ease-out, opacity .2s linear; display:flex;     justify-content: space-between; }

#submenu-right { width: auto; display: flex;  align-items: center; }

/* .standalone #top-submenu { min-height:56px;} przy logo gwizdka sekcja za wysoka */ 

body.scrolled:not(.standalone):not(.is_mobile) #top-submenu  { margin-top:0px;  }
 
.with-submenu #top-submenu  {   }
#top-submenu .dropdown-menu { width:auto!important; }
#top-submenu .wrapper { display:inline-block; margin-right:20px;  }
#top-socials { margin:0 7px; padding:0 7px;  border-right:1px solid #ddd; }
#top-socials a { margin:0 5px;}
#navbar #top-submenu .nav-link {  margin:0 7px!important; font-size: 0.8rem; line-height: 1; padding: 10px 7px; }
#navbar .brand { padding:0px 15px; }

#navbar #top-submenu .nav-item { border-right:1px solid #ddd; }

.right { float:right; }

#home-wrapper { height: 700px; }
#home { height:inherit; margin:auto; overflow: hidden; transition: height .8s cubic-bezier(0.915, 0.000, 0.180, 0.990) .15s; } 
.start #home { height:0px; visibility: hidden; }
#home h1, .home h1 { font-weight: 700; font-size:3.6rem; margin:0; color:#fff; } 
#home h2, .home h2 { color:#93c5fd; } 
.home .box-inner p, .home .box-inner ul { color:#fff;  transition: none!important;  } 
#home { background-color: #908594;  } 
#home .home-welcome-section { background:#ecd6d6; height:700px; overflow: hidden; position: relative; } 
#home .home-welcome-text { color:#fff; font-size:1.1rem; } 
#home .home-welcome-text, #home .home-welcome-section { padding:100px; overflow: hidden; } 
#home .home-welcome-section .box { width:430px; float: right; }
#home .home-welcome-text .box { width:300px; }
#home .bg { height:200px; width:100%; bottom:0px; left:0; position: absolute; }
#home .bg-image { height:100%; width:100%; background: url('../gfx/home.jpg') no-repeat center center; background-size: cover;  }

.start #navbar { transform: translateY(-100px); }
#navbar { z-index:999; background: #fff; box-shadow: 0 0 0px rgba(0,0,0,0); transition: all .5s cubic-bezier(0.000, 0.810, 0.180, 1), padding .3s ease-out; min-height:70px; padding:10px 0;  } 
#navbars .dropdown-item { line-height:2rem; }
#navbar h1 { font-size:1.2rem; margin:auto; font-weight:600; position:absolute; width:100%; text-align:center; }
/* body:not(.home) #navbar, */
#navbar.small, #navbar { box-shadow: 0 10px 15px -12px rgba(0,0,0,.15);  }

@media (max-width: 1199px) { body:not(.home) #navbar { box-shadow: 0 0 25px rgba(0,0,0,.1);  } } 

#navbar .nav-link { color:#131824; font-size: 0.9rem; margin:0 .5rem; font-weight: 600; text-transform:uppercase;  line-height: 130%;  }
#navbar .nav-link.bold { font-weight: 600;  }


#dialog-center-menu { right:0; left:auto; width:auto!important; }
#dialog-center-menu .dropdown-item { font-size:0.85rem; font-weight:600; text-transform:uppercase;  }

@media (min-width: 1200px) { 
#right-submenu  .nav-link{ font-size:0.8rem; margin:0; }    
#right-submenu {  text-align:center; }
#right-submenu i.main {  display:block; }
#navbar .nav-link { text-align:center; }
}

@media (max-width: 1199px) { 
#right-submenu i.main {  display:none; }
}

.nav-item { position:relative; }
/*#navbar .nav-item:after,*/

.nav-item .nav-link:after { content:""; opacity:0; background:#ecd6d6; width:0px; height:2px; position:absolute; bottom:1px; left:50%; border-radius:3px; margin-left:0px; transition:all 0.2s ease-out; } 

#navbar .nav-item.active:after, 
.nav-item .nav-link.active:after,
.nav-item .nav-link:hover:after
 { opacity:1; width:20px; margin-left:-10px; } 
 .dropdown-item.active, .dropdown-item:active { background: #eee; color:#000; }

.navbar-toggler { padding:.5rem; border:0px;  }
.navbar-toggler .icon-bar { background: #000; height: 3px; width: 27px; transition: all 0.3s ease-out; border-radius: 1px; display: block; margin:4px 0; }
.navbar-toggler:focus {  box-shadow:none;  }
.navbar-toggler:focus-visible { box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);  }


.navbar-toggler[aria-expanded="true"] .top-bar { transform: translateX(3px) rotate(45deg); transform-origin: 10% 10%; -webkit-transform:translateX(3px) rotate(45deg); -webkit-transform-origin: 10% 10%; }
.navbar-toggler[aria-expanded="true"] .middle-bar { opacity: 0; } 
.navbar-toggler[aria-expanded="true"] .bottom-bar { transform: translateX(3px) rotate(-45deg); transform-origin: 10% 90%; -webkit-transform:translateX(3px) rotate(-45deg); -webkit-transform-origin: 10% 90%; }

.navbar-toggler .top-bar { transform: rotate(0); -webkit-transform: rotate(0); }
.navbar-toggler .middle-bar { opacity: 1; }
.navbar-toggler .bottom-bar { transform: rotate(0); -webkit-transform: rotate(0); }

.container-nav { max-width:1630px; position:relative; }

.info-clause { font-size:.8rem; } 
.info-clause .clause-title { font-size:1rem; font-weight: 600; } 

#sign-in-section { padding:5rem 0 3rem 0; }
#sign-in-section form { width:100%; margin-top:1rem; }
#sign-in-section .desc { text-align: center; }
#sign-in-section .label { font-size:1rem; font-weight: 600; } 
#sign-in-section .terms label { font-size:.8rem; }
#sign-in-section .clause-content { max-height:130px; font-size:0.8rem; line-height: 150%; overflow: auto; }

#sign-in-section .dropdown-toggle { border:1px solid #ced4da; }
#sign-in-section .dropdown-menu { box-shadow:0 10px 25px -10px rgba(0,0,0,.4); }

#sign-in-section .dropdown.is-invalid  { background:none!important; }  
#sign-in-section .dropdown.is-invalid .dropdown-toggle { border-color:#dc3545; }  

#sign-in-section .thank-you { position:relative; margin-top:25px; display:none; text-align:center;  }

.terms-section label p { margin:0; }

/* Contact  */

#contact-section { margin-bottom:50px; position: relative;} 
#contact-section .main-box { padding:3rem; }
#contact-section .contact-info-section {  background: #e8e8e8;  padding-bottom:120px;  }
#contact-section .contact-info-section:after { content:""; position: absolute; bottom:0; left:0; width:100%; height:120px; background: url('../gfx/contact2.jpg') no-repeat center center; background-size: cover; }
#contact-section form { } 

#contact-section h2 { font-size:1.4rem; margin-bottom:1rem; }

.send-info { font-size: 1rem; font-weight: 700; text-align: center; position: absolute; width: 100%; left: 0; top: 50%; height: 130px; margin-top: -65px; transition: all 0.3s ease-out; opacity:0; transform: scale(0); visibility: hidden;  }
.send-info.active { opacity:1; transform: scale(1); visibility: visible; }
.send-info span { font-size:2rem; }
#sign-in-section .thank-you img, .send-info img { width:64px; height:64px; }
#sign-in-section .thank-you .ico, .send-info .ico { position: relative; margin-bottom:25px; margin-bottom: 5px; display: inline-block; } 
#sign-in-section .thank-you .ico:after, .send-info .ico:after { position:absolute; content:""; background:rgba(0,0,0,.1); left:8px; top:0px; width:64px; height:64px; border-radius:50%;  } 
 
.modern-form label { font-size:0.9rem; font-weight: 600; } 
.modern-form select {  }
#form-terms-section label { font-size:0.9rem; font-weight: 500; } 
#contact-section h3 { font-size:1.5rem!important; } 

#contact-section .container:after { position:absolute; background:#fff; content:""; z-index:9; height:100%; width:0%; top:0; right:0; transition: all 1s cubic-bezier(0.915, 0.000, 0.180, 0.990); z-index:10; } 
#contact-section .container.anim:after, #contact-section .container.anim:before { width:100%; }
#contact-section .info-clause .clause-title { font-size:0.8rem; margin-bottom:.5rem; }

#contact-section .g-recaptcha > div { margin:auto; }

.btn .spinner { width: 20px; height: 20px; position: absolute; right: 11px;  transition: opacity 0.15s linear; opacity:0; visibility: hidden; }
.btn.sending .spinner { opacity:1; visibility: visible;  }
.btn.sending i { opacity:0; }

#contact-section .clause-content  { height:86px; font-size:0.8rem; line-height: 1.2rem; overflow: auto; }

/* accessibility-widget */
 
#accessibility-widget { margin: 0; width: 140px; text-align: center; display: flex; justify-content: center; align-items: center;  }
#accessibility-widget .action { transition: all 0.15s linear; cursor: pointer; display: inline-block; font-size:14px; text-align:center;   font-family: 'Jost', sans-serif; font-weight:700; border-radius:50%; width:28px; height:28px; line-height:30px; background:rgba(0,0,0,0); } 
#accessibility-widget .action:hover { background:rgba(0,0,0,.1); }
#accessibility-widget .action.action-font { opacity:0.5; }
#accessibility-widget .action.active, #accessibility-widget .action:hover { opacity:1; }
#accessibility-widget .contrast-wrapper, #accessibility-widget .font-wrapper { display:block; float:left; margin:0; line-height:30px;  }
#accessibility-widget .contrast-wrapper > .contrast { float:left; width:28px; margin:0 3px; height:28px; border-radius:50%; line-height:18px; padding:5px; cursor:pointer; background:#eee; }
#accessibility-widget #contrast-high { background:#444; color:#fff;  }
#accessibility-widget #contrast-switcher { cursor:pointer; border:0px; background:none; float:left; width:28px; height:28px; border-radius:50%; }
#accessibility-widget #contrast-switcher svg { vertical-align: top; }
#accessibility-widget .font-wrapper button { float:left; margin:0 2px; cursor:pointer; width:28px; height:28px;  border-radius:50%; line-height:1.5;  font-weight: 600; border:0px; background:none; font-size:15px!important; line-height: 17px!important;  }
#accessibility-widget button { transition:all 0.2s linear; padding:6px;  }

#accessibility-widget .font-wrapper button.active { background:#eee;  }
#accessibility-widget #contrast-switcher:focus,
#accessibility-widget .font-wrapper button:hover,
#accessibility-widget .font-wrapper button:focus  { background:#ddd!important;   }
#accessibility-widget #contrast-switcher svg { transition: transform 0.3s ease-out;  transform: rotate(0deg); } 

.contrast #accessibility-widget .font-wrapper button.active { background:#ffff00;  }
.contrast #accessibility-widget button { color:#ffff00; }
.contrast #accessibility-widget #contrast-switcher img { transform: rotate(180deg); } 
.contrast #accessibility-widget #contrast-switcher path { fill:#ffff00;  }  
.contrast #accessibility-widget #contrast-switcher:hover path {   } 
.contrast #accessibility-widget .font-wrapper > button.active { color:#000;  }

.contrast #accessibility-widget #contrast-switcher:hover,
.contrast #accessibility-widget #contrast-switcher:focus,
.contrast #accessibility-widget .font-wrapper button:hover, 
.contrast #accessibility-widget .font-wrapper button:focus  { background:#444!important; color:#fff!important;  }

/* cookie_info */

#cookie_info_wrapper { background: rgba(0,0,0,.4); display: block; position: absolute; width: 100%; height: 100%; top:0; left:0; z-index:99999; opacity:1; }
#cookie_info_wrapper.hiding { opacity:0; }
#cookie_info { position: absolute; display: block; width: 650px; height: auto; padding: 0px; left: 50%; top: 50%; bottom: auto; margin: -250px -325px; background-color: #fff;box-shadow: 0px 30px 30px -20px rgba(0,0,0,.4); padding:25px; opacity:1; transform: scale(1); } 
#cookie_info_wrapper.hiding #cookie_info { opacity:0; transform: scale(0); }
#cookie_info p { font-size:.82rem; }
#cookie_info .btn { margin:.5rem .8rem;  }
#cookie_info .title { font-weight:500; font-size:1rem; } 
#cookie_info .clause-content { max-height:375px; overflow:auto; padding:0px 10px 0px 0px; margin-bottom:25px; } 

.clause-content ol, .clause-content ul { padding:0 0 0 25px; }
.clause-content li { margin:5px 0; }


footer { background:#131824;  margin: 50px 0 0 0;  }
.standalone footer { margin:auto; } 

footer:after { position:absolute; background:#fff; content:""; z-index:9; height:0%; width:100%; bottom:0; right:0; transition: all 1s cubic-bezier(0.915, 0.000, 0.180, 0.990); } 
footer.anim:after { height:100%; }

footer .data-menu { list-style: none; padding:0; line-height:2rem; }
footer h2 { color:#fff; }
footer h3 { font-size:1.2rem; }
footer a:hover { text-decoration:none; }
footer a:not(.social):after { content:""; background:rgba(255,255,255,.5); width:0; height:1px; position: absolute; left:0; bottom:0;  transition: all .2s ease-out; }
footer #footer-data { color:#fff; padding:4rem 2rem 2rem 2rem; line-height: 1.6rem; }
footer #footer-data > .row > div { margin-bottom:2rem;}
footer #footer-data a { color:#fff; }
footer #footer-data a:after { background:rgba(255,255,255,.5); }
footer #footer-data a:hover:after { width:100%; background:rgba(255,255,255,1); }
footer #footer-menu { background:#131824; padding:20px; text-align: center; font-size:0.9rem; line-height:2rem; color:#fff; }
footer #footer-menu span { margin:0 .5rem; }
footer #footer-menu a { color:#fff; text-decoration: none; }
footer #footer-menu a:after { background:rgba(255,255,255,.5); }
footer #footer-menu a:hover:after { width:100%; background:rgba(255,255,255,1); }
footer .footer-socials > a { margin-right:.5rem;  }

.contrast,
.contrast #home,
.contrast .container-bg,
.contrast #contact-section .container:after,
.contrast #submit-proposal > .container:after,
.contrast footer::after
 { background:#000!important; color:#FFF!important; }

.contrast .btn-k,
.contrast .btn-k2,
.contrast .btn-w,
.contrast .btn-w:hover { background:#ffff00!important; color:#000!important; border:0!important; font-weight:500; } 

.contrast .home-welcome-section,
.contrast footer,
.contrast #navbar,
.contrast #contact-section .contact-info-section,
.contrast .dropdown-menu,
.contrast .dropdown-menu:active,
.contrast .container-bg-2,
.contrast .color3,
.contrast .main_grid_item_container,
.contrast .main_grid_item_tooltip,
.contrast #survey-container,
.contrast #send-signal-section-inner,
.contrast .alert,
.contrast .main-page,
.contrast .text-container,
.contrast #login_signal_details,
.contrast #dropdownMenuButton,
.contrast #signalist_show_info_container,
.contrast .modal-content,
.contrast #my_signal_details .container-content
{ background: #222!important; border-color:#222; color:#FFF!important; }

.contrast #footer-menu,
.contrast .dropdown-item:hover,
.contrast .data-type-section .signal_type.checked,
.contrast .signalist_show_info_login_info,
.contrast #my_signal_details .card
 { background: #333!important; }

.contrast #send-info .ico { display:none;  }

.contrast .sv-root-modern .sv-dropdown, 
.contrast .sv-root-modern .sv-container-modern,
.contrast footer #footer-menu,
.contrast .muted,
.contrast p.info,
.contrast .text-muted,
.contrast .data-type-section .signal_type .description,
.contrast .data-type-section .signal_type .text_more,
.contrast .signalist_show_info_login_info .text-danger,
.contrast .btn-close
{ color:#FFF!important; }

.contrast #my_signal_details .head-section h3 
{ 
color:#EEE!important;
}

.contrast #navbar .nav-link,
.contrast a { color:#ffff00 !important; }
.contrast .main-wrapper, 
.contrast #home, .contrast footer { border-color:#000; }
.contrast .navbar-toggler .icon-bar { background:#fff; }

body.nonscroll { overflow:hidden; }

.relative { position: relative; }

.static-page li { margin:5px 0; }
.static-page h2 { font-size:1.8rem; }

#site-map { min-height:auto; }

#site-map ul { list-style:square; line-height:1.5; }
#site-map ul.main { margin:0; padding:0; }
#site-map ul.main > li { margin-bottom:10px; list-style:none; }
#site-map ul ul li  { margin-bottom:5px;  }
#site-map ul li.separator { margin-top:30px;  }
#site-map li.separator  { margin-bottom:5px;  }
#site-map ul li ul { margin:10px 0 10px 30px; padding:0;  }
#site-map ul a span::before { height:1.5px; bottom:0px; }
#site-map ul li > a,
#site-map ul li > span { font-size:1.5rem; font-weight:500; color:#444; padding:6px 0; position:relative; }
#site-map ul li > span { cursor:default; }
#site-map ul ul li a,
#site-map ul ul li span { font-size:1.3rem; }

#site-map a { text-decoration:none; }
#site-map a:after { content:""; background:rgba(255,255,255,.5); width:0; height:2px; position: absolute; left:0; bottom:0;  transition: all .2s ease-out; }
#site-map a:after { background:rgba(255,255,255,.5); }
#site-map a:hover:after { width:100%; background:rgba(255,255,255,1); }
#site-map a:after { background:rgba(0,0,0,.5); }
#site-map a:hover:after { width:100%; background:rgba(0,0,0,1); }

#full_cookie_info_wrapper
{
    background: rgba(0,0,0,.55);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
}

#cookie_info, #full_cookie_info_wrapper
{
    transition: all .6s cubic-bezier(0.65, 0, 0.35, 1);
}

#full_cookie_info_wrapper.ver-2
{
    font-size: 0.85rem;
}

#cookie_info
{
    position: fixed;
    display: block;
    width: 650px;
    height: 500px;
    padding: 0px;
    left: 50%;
    top: 50%;
    bottom: auto;
    margin: -250px -325px;
    box-shadow: 0 0 30px -10px rgba(0,0,0,1);
    padding: 25px;
    opacity: 1;
    transform: scale(1);
    border-radius: 5px;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#full_cookie_info_wrapper.ver-2 #cookie_info
{
    width: 540px;
    margin-left: -270px;
}

#full_cookie_info_wrapper.ver-2 #cooki-info-close-btn
{
    position: absolute;
    right: 1px;
    top: 1px;
    background: none;
    border: 0px;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    line-height: 2rem;
    color: #666;
    font-weight: 500;
    transition: color 0.1s linear 0s;
}

#full_cookie_info_wrapper.ver-2 h2
{
    margin: 0 0 15px 0;
    text-align: center;
    /*font-family: "khandmedium";*/
    font-size: 1.7rem;
}

#cookie-step-1 .content, #cookie-step-2 .content
{
    height: 330px;
    overflow: auto;
}

#full_cookie_info_wrapper.ver-2 .full_cookie_info_actions
{
    position: relative;
    text-align: center;
    margin-top:15px;
    margin-left:-15px; 
    margin-right:-15px;

}

#full_cookie_info_wrapper.ver-2 .full_cookie_info_actions  button { margin-bottom:15px; }

#full_cookie_info_wrapper.ver-2 .b
{
    font-weight: 500;
    margin: 20px 0;
}

#full_cookie_info_wrapper.ver-2 .ico
{
    height: 26px;
    margin: 5px 10px 0 0;
    float: left;
}

#full_cookie_info_wrapper .btn
{
    margin: 0 10px;
    min-width: 150px;
    border: 0!important;
    text-transform: inherit;
}

.btn-default
{
    background: #60abd3!important;
    color: #fff;
}

#full_cookie_info_wrapper p
{
    line-height: 150%;
}

#full_cookie_info_wrapper.ver-2 .ico2
{
    margin-top: -5px;
}

.btn-default
{
    background-color: #e35749;
    border-color: #e35749;
    color: #ffffff;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 17px;
    padding: 15px 30px;
    /*font-family: "khandmedium";*/
    letter-spacing: 0.5px;
    border: 0;
    outline: none!important;
    transform: scale(1);
}

#full_cookie_info_wrapper .btn-white, #full_cookie_info_wrapper .btn-grey
{
    text-transform: none;
}


#cookie-settings-header
{
    margin: 25px 0;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
}

#cookie-step-2 ul
{
    list-style: none;
    padding: 0px;
}

#cookie-step-2 ul li
{
    border: 1px solid #ccc;
    padding: 15px 15px 0px 15px;
    margin-bottom: 25px;
    border-radius: 3px;
    box-shadow: 0 0 20px -15px rgba(0,0,0,.5);
}

#cookie-step-2 ul li strong
{
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 1rem;
}

#full_cookie_info_wrapper.ver-2 i.agree
{
    font-size: 1rem;
    margin-right: 5px;
}

@media all and (max-width: 650px) {
    .form-header br { display:none; }
    #cookie_info { width:90%; left:0; top:0; margin:5%; padding:15px;  }
    #full_cookie_info_wrapper.ver-2 #cookie_info { height:460px; top:50%;  width:90%; left:0;  margin:-230px 5% auto 5%; padding:15px;  }
    #full_cookie_info_wrapper.ver-2 .btn { font-size:0.9rem; min-width:120px; } 
    #cookie-step-1 .content, #cookie-step-2 .content { height:300px; overflow:auto;  }
}


@media all and (max-width: 420px) {
    #cookie-step-1 .content { height:240px; }

}

#cookie-step-2 ul li label
{
    font-weight: 500;
    max-width: 100%;
    margin-bottom: 5px;
}

.fa-check-square-o:before
{
    content: "\f046";
}

.checkbox label, .radio label
{
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label
{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px!important;
    margin-right: 15px;
    font-size: 0.85rem;
    margin-bottom: 6px;
    transition: border 0.2s linear 0s,color 0.2s linear;
    margin-bottom: 10px;
    direction: ltr;
    line-height: 150%;
}

.checkbox label:before
{
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
    top: 0.5px;
    background-color: #ffffff;
    border: 1px solid #c2c6cb;
    border-radius: 2px;
    transition: border 0.2s linear 0s,color 0.2s linear;
}

.checkbox label::before
{
    transition: all 0.2s ease-out;
}

.checkbox label::after
{
    color: #222;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 0px;
    font-size: 0.75rem;
    transition: all .2s ease-out;
    font-family: 'FontAwesome';
    content: "\F00C";
    opacity: 0;
    visibility: hidden;
    transform: scale(.5);
}

.checkbox label:after
{
    border-radius: 3px;
}

.checkbox input[type=checkbox]:checked + label::after {
    left: 3.5px;
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

#cookie_info .full_cookie_info_actions #cookie-save-all:hover
{
    background: #579abe!important;
    color: #fff;
}

#full_cookie_info_wrapper.anim
{
    opacity: 0;
}

#full_cookie_info_wrapper.inactive
{
    display: none;
}

#header-form
{
    margin-top: 50px;
}

#header-form form .btn-head-search
{
    position: relative;
    text-align: center;
    margin: 15px 0;
}

.form
{
    padding: .375rem .75rem;
}

.btn.btn-k2 > input[type='file']
{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.clear_input_file
{
    display: inline-block;
    margin-left: 5px;
    padding: 0 6px;
    cursor: pointer;
    transform: translateY(2px);
}

.clear_input_file i { font-size:20px;}

.password-see-toggle { z-index:9; opacity:0.5; background: url("../../../common/eye-open.svg") no-repeat; background-position: center center; background-size:16px; cursor:pointer; width:40px; height:46px; position:absolute; right:0px; top:0px; transition: all 0.2s ease-out; }
#add-user-section .password-see-toggle { display:none; }
.password-see-toggle.close { background-image: url("../../../common/eye-close.svg"); } 
.password-see-toggle:hover { opacity:1; }

#widget-pass { opacity:0; transform: translateY(-20px); visibility: hidden; position: absolute; z-index:999; width:100%; max-width: 280px; padding:12px; bottom:55px; background:#fff; border-radius: 8px; border:1px solid #ddd; box-shadow: 0 3px 30px -15px rgba(0,0,0,0.5); -webkit-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
#widget-pass.active { opacity:1; visibility: visible; transform: translateY(0px); }
#widget-pass p { font-weight: 500; margin-bottom:10px; }
#widget-pass::before { content:""; position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; bottom: -6px; left: 50%; margin-left: -5px; border-width: 5px 5px 0px 5px; border-top-color: #bbb; } 
#widget-pass ul {  margin:0; padding:0; list-style:none; font-size:13px; }
#widget-pass ul li { color:#888; background: url("../../../common/icon-check-off.svg") no-repeat; padding-left:25px; margin-top:5px; }
#widget-pass ul li.active { color:#000; background-image: url("../../../common/icon-check-on.svg") }

#widget-pass .pass-info { margin:15px 0 0 0; }
#widget-pass .pass-progress { width:100%; margin-top:5px; height:5px; background:#eee; border-radius:3px; display: block; overflow: hidden; }

#widget-pass .pass-progress-bar { height:100%; width:0%; background:#fff; transition: all 0.2s ease-out; }
#widget-pass .pass-progress-bar[data-level="1"] { width:25%;  background:#EC0000; }
#widget-pass .pass-progress-bar[data-level="2"] { width:50%;  background:#fb8c00; }
#widget-pass .pass-progress-bar[data-level="3"] { width:75%;  background:#009688; }
#widget-pass .pass-progress-bar[data-level="4"] { width:100%; background:#43a047; }

body  #navbar .nav-item::after,
body  .nav-item .nav-link::after { background-color:#131824; }

body { --dark: #72a2ae; }


body  #cookie_info,
body  #home .home-welcome-section,
body  .color2
{ background-color:#c4e5ee; }

body  .color2-transparent { background:#131824dd url("../svg/bg.svg"); }

body  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
body  #home,
body  .color1,
body  .active.color1-active,
body  .main_grid_item.-active > .main_grid_item_container,
body  #poll .header-section,
body  footer { background-color:#72a2ae; }

body  .arrow::before {  border-bottom-color: #72a2ae;   }
body  .border-color-1 { border-color: #72a2ae;  }

body  .container-bg,
body  .color3,
body .standalone,
body  #contact-section .contact-info-section
 { background-color:#dae9ed; }


#registration label {  font-size:.95rem;  }
#registration .logo  { width:120px; height:auto; margin:auto; display:block; opacity:1; transition: all 1s ease-out; transform: scale(1) rotate(0deg);  }
#registration .form-control {  font-size:1rem; }
#registration .registration-bg {  background: #131824 url("../svg/bg.svg");  }
#registration .h2 { font-size:1.6rem; }
#registration #sign-in-left-section { position: fixed; width: inherit; top: 50%; left: 0; padding: 50px; transform: translateY(-50%);  }
#registration #sign-in-left-section p { color:#fff; font-size:1rem; opacity:1; transition: all 1s ease-out 0s; transform: translateY(0.5rem);  }
#sign-in-form-section { background:#fff; padding:40px; margin:25px; border-radius:12px;  } 
#registration #sign-in-right-section { background: url('../gfx/signalists-bg.jpg') no-repeat center center; background-size: cover; min-height:100vh; background-attachment:fixed; z-index:1; position:relative;  }
#registration #sign-in-right-section:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(19,24,36,.3); z-index:-1; }
#sign-in-form-section { max-width:36rem; box-shadow:0px 20px 30px -20px rgba(0,0,0,.5);  }
#sign-in-form-section p.subheader { color:#666; font-size:0.9rem;}
#sign-in-form-section #admin-info { color:#222; font-size:0.80rem; margin:0; line-height:1.4; }
#sign-in-form-section #admin-info #toggle-admin-info { color:#888; cursor:pointer;  }
#sign-in-form-section .terms { font-size:0.8rem; }
    
/* Animations */
#registration.anim .logo  { opacity:0; transform: scale(0) rotate(-45deg);   }
#registration.anim #sign-in-left-section p { opacity:0; transform: translateY(5rem);  }


/* IN PROGRESS */
#in-progress-site h1 { color:#fff; opacity:1; transition: all 1s ease-out 0s; transform: scale(1) translateY(0.5rem); margin-bottom:15px; text-transform: uppercase;
font-weight: 800; }
#in-progress-site .logo  { width:120px; height:auto; margin:auto; display:block; opacity:1; transition: all 1s ease-out; transform: scale(1) rotate(0deg);  }
#in-progress-site .bg {  background: #131824 url("../svg/bg.svg");  }
#in-progress-site  #left { width: 100%; padding: 50px 15px; max-width:500px; border-top: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3);  }
#in-progress-site  #left p { color:#fff; font-size:1rem; opacity:1; transition: all 1s ease-out 0.6s; transform: translateY(0.5rem);  }
#sign-in-form-section { background:#fff; padding:40px; margin:25px; border-radius:12px;  } 
#in-progress-site #right { background: url('../gfx/signalists-bg.jpg') no-repeat center center; background-size: cover; min-height:100vh; background-attachment:fixed; z-index:1; position:relative;  }
#in-progress-site #right:after { content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(19,24,36,.3); z-index:-1; }
#sign-in-form-section { max-width:36rem; box-shadow:0px 20px 30px -20px rgba(0,0,0,.5);  }
#sign-in-form-section p.subheader { color:#666; font-size:0.9rem;}
   
#footer-info { position:fixed; bottom:15px; text-align:center; width:100%;   }
#footer-info a  { color:#aaa; text-decoration:none; font-size:0.9rem; transition: all .15s ease-out 0s;  }
#footer-info a:hover  { color:#fff;  }
 
/* Animations */
#in-progress-site.anim .logo  { opacity:0; transform: scale(0) rotate(-45deg);   }
#in-progress-site.anim #left h1 { opacity:0; transform: scale(.8) translateY(5rem);  }
#in-progress-site.anim #left p { opacity:0; transform: scale(1) translateY(3rem);  }

@media (max-width: 991px) { 
#in-progress-site #left {  height: 100vh; }  
#in-progress-site #right { height:auto; min-height:auto; }  
}


.home h1 { text-transform: capitalize; } 
#login_signal_details .form_title { margin:0 0 15px 0; font-size: 2rem; text-align: center;  }

.home .box { padding:80px; transform: translateX(0%); transition: all 0.8s cubic-bezier(0.915, 0.000, 0.180, 0.990) .15s;  }
.start .home .box { transform: translateX(-100%); } 
.home { background: url('../gfx/signalists-bg.jpg') no-repeat center right; background-size: cover; margin:auto; }

.main-page { background:#fff; border-radius:12px; margin-top:50px; padding:30px; box-shadow: 0px 20px 30px -20px rgba(0,0,0,.2);  }
.main-page h2 { line-height:1.5; margin-bottom:15px; font-weight:700; }
.main-page h3 { line-height:1.5; font-size:1.2rem; }

.home { border-radius:10px; overflow: hidden; transition: height .8s cubic-bezier(0.915, 0.000, 0.180, 0.990) .15s; } 
.home.bg-3
 { background-position:center top; }


/* .start .home { height:0px; visibility: hidden; } */
#home-wrapper { height:auto; margin: 120px auto 0 auto; }

.main-page .main-desc-item:after { content:"1"; position:absolute; right:0; top:50%; margin-top:-125px; font-size:250px; color:#c4e5ee; opacity:0.5; z-index:-1; font-weight:600; font-family: 'Jost', sans-serif; line-height:1; }
.main-page .main-desc-item:nth-child(2):after { content:"2";  }
.main-page .main-desc-item:nth-child(3):after { content:"3"; }

.home .box-inner{ transition:all .8s cubic-bezier(0.915, 0.000, 0.180, 0.990) .5s; opacity:1; transform: translateX(0px); filter:blur(0px); } 
.home .box-inner h1 { display:flex; align-items: center;  }
.home .box-inner h1 img { width:180px; margin-right:25px; }

.start .home .box-inner{ transform: translateX(-50%); opacity:0; filter:blur(20px); } 

#signalist_show_info { margin:110px 0 30px 0 ; }
#signalist_show_info_container { max-width: 750px; padding: 30px; border-radius:12px; }
#form-section h1 { margin-bottom:0; }
#signalist_show_info h1 { font-size:1.6rem; margin-top:15px; }

.toast { max-width:100%; }

.main-page .icon-wrapper { position:relative; width:90px; text-align:right; margin:auto; }
.main-page .icon-wrapper .ico { width:65px; padding-top:15px; padding-right:3px; }
.main-page .img-bg { position:absolute; width:90px; height:90px; border-radius:50%; top:0; z-index:-1; }

.main-page .main-desc-item { transition: all ease-out .6s; opacity:1; transform: translateY(0px); }
.main-page .main-desc-item { font-size:1rem; line-height:1.8; }
.main-page .main-desc-item.anim{ opacity:0; transform: translateY(100px); }
.main-page .main-desc-item ul { list-style: none; padding-left: 20px; } 

#identifier { text-transform:uppercase; }
.form_textarea {  width: 100%; padding: 12px; min-height: 120px; font-size: 1rem; border: 1px solid #e1e1e1; margin-bottom: 0px; resize: vertical; border-radius: 4px; }
label.form_label { margin-bottom:5px; }

.main-page .main-desc-item ul li::before { content: '✓'; position: absolute; margin-left: -20px; font-weight: bold; }
.icon-main-wrapper { position:relative;}
.icon-main-wrapper::after { content:""; position:absolute; position: absolute; left: 50%; height: 100%; width: 1px; border: 1px dashed #aaa; z-index: -1; }
.main-desc-item:last-child .icon-main-wrapper:after { display:none; }

label.form_label { font-size:1rem; margin-bottom:5px; }

#signalists_form label.form_label { margin-bottom:10px; }
#signalists_form label.form_label + p { margin-top:-5px; }

.form_photo_box { margin-bottom:50px;}

@media (max-width: 767px) { #signalist_show_info_container { padding: 25px; } }

@media (min-width: 768px) { #signalist_show_info_container { margin: 0 auto; } }

@media (max-width: 767px) { .icon-outer-wrapper { display: flex; justify-content: center; margin-bottom:15px; }
 .icon-main-wrapper::after { display:none; }
 #signalist_show_info_container { margin: 2rem; }
}

#signalist_show_info #send-info { margin:0; }

/* My signal */

#my_signal_details { margin: 100px 0 50px 0; }
#my_signal_details h1 { margin-top:0; padding-top:0px; }
#my_signal_details .head-section h3 { font-size:1.1rem; color:#666; font-weight: 500;  }
#my_signal_details .head-section h3 i { margin-right:5px;  }
#my_signal_details .head-section .item p { font-size:1.2rem; font-weight:600; }
#my_signal_details h2 { font-size:1.8rem; margin-bottom:50px; }
#my_signal_details .container-content { background:#fff; padding:50px; box-shadow: 0 15px 75px -35px rgba(0,0,0,.3); border-radius:6px; transition: all .8s cubic-bezier(0.000, 0.605, 0.295, 1); transform: scale(1) translateY(0px); opacity:1; }
#my_signal_details .container-content.anim { transform: scale(0.95) translateY(150px); opacity:0; }
#my_signal_details .card { box-shadow: 0 15px 35px -25px rgba(0,0,0,.3); }
#my_signal_details .icon-wrapper { background-color: #f8f9fa !important; border: 1px solid #dee2e6 !important; border-radius:50%; width:50px; height: 50px; vertical-align: middle; display: table-cell; box-shadow:0 10px 20px -10px rgba(0,0,0,.3); } 

#my_signal_details .date { font-size:0.9rem; color:#6c757d !important; }

#my_signal_details .new-message-info { transition: all .8s cubic-bezier(0.000, 0.605, 0.295, 1) .4s; transform: scale(1); filter:blur(0px); opacity:1; }
#my_signal_details .new-message-info.anim { transform: scale(0); filter:blur(10px); opacity:0; }

#my_signal_details .card { border-color: #c9cbd2; overflow: hidden; } 
#my_signal_details .msg-b .card-body { background:#f4f7ff; }
#my_signal_details .msg-b .icon-wrapper {  background: #f4f7ff !important;   }
#my_signal_details .card-body .badge { background: #777; color: #fff; }
#my_signal_details .card-body .badge.bg-blue { background: #0073b7 !important; }
#my_signal_details .date i { margin-right: 5px; }

#my_signal_details #message { min-height: 200px; }

.myDataForm { padding:0; }

.data-type-section {  margin-bottom: 0px; }
.data-type-section .signal_type { border: 1px solid #e1e1e1; margin-bottom: 15px; padding: 15px; border-radius: 4px; }
.data-type-section .signal_type.checked {  background:#d1ecf1; border-color: #ccccd1; }
.data-type-section .signal_type .description,
.data-type-section .signal_type .text_more { margin-left: 30px; font-size: 0.9rem; color: #666; margin-top:10px; }
.data-type-section .signal_type .link_more{ margin: 5px 0 0 30px; text-align: left; }
.data-type-section .signal_type .link_more a { font-size: 0.9rem; color: #212529; text-decoration: none; font-weight: 500; }
.data-type-section .signal_type .applyData { color: #4a4a51; }
.data-type-section .signal_type.checked .applyData,
.data-type-section .signal_type.checked .description,
.data-type-section .signal_type.checked .text_more
{ color: #212529; }

.g-recaptcha { max-width:320px; }

.is-invalid ~ .form_error_message { display:block; }

.map_place { position: relative; width: 100%; height: 340px; border: 1px solid #e1e1e1; border-radius: 4px; margin-bottom: 20px; }
.map_box { width: 100%; min-width: 100%; height: 100%; }

.map_box iframe { border: none; }

#map > div > div > div { cursor: crosshair!important; }

.form_info { position: absolute; font-size: 0.85rem; line-height: 1.4; min-width: 140px; left: calc(100% + 38px); top: 50%; transform: translateY(-50%); padding: 20px; background-color: #faf9ea; border-radius: 4px; }
.form_info::after { display: block; position: absolute; top: 20px; left: -10px; content: " "; background-color: inherit; transform: rotate(45deg); width: 20px; height: 20px; }
.form_info.-photo::after { top: 50%; transform: translateY(-50%) rotate(45deg); }
.form_textarea { width: 100%; padding: 12px; min-height: 120px; height:240px; font-size: .9rem; line-height:1.5; border: 1px solid #e1e1e1; margin-bottom: 25px; resize: vertical; border-radius: 4px; }

label.form_label { font-size:1rem; margin-bottom:5px; }

.form_textarea.-bigArea { height: 230px; }

.form_text { font-size: 0.9rem; margin-bottom: 45px; }
.flexSpaceBetween { display: flex; align-items: center; justify-content: space-between; }
.form_input_hidden { position: absolute; visibility: hidden; }
.form_input_hidden:checked ~ .applyData:before { display: flex; align-items: center; justify-content: center; content: " • "; color: #fff; font-size: 20px; background-color: #000; }
.applyData { display: flex; align-items: center; margin-bottom: 10px; }
.applyData:hover { cursor: pointer; }
.applyData:hover:before { border: 1px solid #ccc; }
.applyData:before { display: inline-block; content: " "; height: 20px; width: 20px; margin-right: 10px; border: 1px solid #e1e1e1; border-radius: 50%; }
.submit_button { padding: 10px 50px; }
.myDataForm { display:none; padding: 20px 5px 0 5px; /* transition: height 0.8s cubic-bezier(0.125, 0.670, 0.000, 1.000); */
}
.dz-button { display: flex; align-items: center; position: relative; margin: 20px 0; left: 50%; transform: translateX(-50%); border: none; outline: none; font-size: 1rem; font-weight: 700; }
.dz-button:before { display: inline-flex; align-items: center; justify-content: center; content: "+"; color: #fff; font-weight: 400; margin-right: 10px; font-size: 26px; line-height: 1; width: 30px; min-width:30px; height: 30px; border-radius: 50%; background-color: #6798a5; }
.dz-preview { position: relative; display: flex; padding: 5px; }
.dz-remove { position: absolute; top: 0px; right: 0; visibility: hidden; max-width: 18px; }
.dz-image { padding-right: 10px; }
.dz-remove:hover { color: #f00; text-decoration: none; }
.dz-remove::before { content: " ˟ "; visibility: visible; color: #f00; font-size: 30px; }
.footer_text { font-size: 0.9rem; margin-right: 15px; }

.footer_box { background-color: #ebe5a5; font-size: 2rem; font-weight: 900; padding: 18px 22px; }

#send-info { position:relative!important; margin:50px 0; padding:0; height:auto; left:0; top:0; transition:none; }

#signalists_form .dropzone { position: relative; width: 100%; border: 2px dashed #e1e1e1;  border-radius: 8px; margin-bottom: 60px; min-height: 150px; padding: 20px 20px; }
#signalists_form .dropzone .dz-preview .dz-remove { margin: -5px; text-decoration: none; z-index: 99; height: 30px; max-width: 30px; width:30px; cursor: pointer; }
#signalists_form .dropzone .dz-preview .dz-remove::before { color: #f00; font-size: 30px; background: #dfdfdf; border-radius: 50%; width: 30px; height: 30px; position: relative; display: block; text-align: center; }

.dropzone.dz-started .dz-message { display: inline-block!important; margin:auto; width:100%;  }

#send-bt[disabled] { color:#fff; }

.form_dropdown { padding: 0; margin-bottom: 25px; padding-left: 20px; padding-right: 20px; }
.signalist_show_info_login_info { padding:25px 15px; background: rgba(255,255,255,0.5); border-radius:12px;  }

#signalists-login-cointainer { display: flex;   justify-content: center;  align-items: center; }
#signalists-login-cointainer .form-wrapper { max-width:370px; margin:auto;  }
#login_signal_details { max-width:34rem; background:#fff; margin:auto; padding:25px; box-shadow: 0px 20px 30px -20px rgba(0,0,0,.2); border-radius:12px; }
#login_signal_details_form { margin:50px 15px 20px 15px; }

.bg-light { /*background: url('../svg/bg-light.svg') no-repeat!important; background-size:cover!important; background-attachment:fixed!important; */ background:#f7f7f7; }

/* Tworzenie zgloszenia */
#send-signal-section {   min-height: calc(100vh - 100px); padding: 40px 15px; }
#send-signal-section-inner {  background:#fff; padding:25px; border-radius:12px; margin:50px auto;  box-shadow: 0px 20px 30px -20px rgba(0,0,0,.2);  }
#send-signal-section .content-wrapper { max-width:60rem;  margin:0 auto 15px auto;  }
#send-signal-section .file-max-info { color:#666; font-size:0.85rem; }

#attachments-container input[type="file"] { display:inline-block; width:300px; } 
#my_signal_details .container-top { padding:0; }

.edit_btn_section { float: right !important; position: absolute; right: 0; top: 0; }
.edit_btn_section .m-r-20 { margin-right:20px; }
.edit_btn_section .m-t-10 { margin-top:10px; }

.lang_url .ico { height:20px; }

#lang-menu .flag-icon { width: 20px; height: 15px; margin-right: 10px; }
#lang-menu .dropdown-item img { margin-right: 10px; }
#lang-menu .dropdown-menu { min-width: auto; }

.custom-checkbox { display: flex; align-items: baseline; gap: 8px; }

#files-list-section h2 { font-size: 1.5rem; border-bottom: 1px solid #ddd; padding-bottom: 15px;  }

ul.files { margin:0; padding:0;  }
ul.files li { list-style:none;   margin-bottom:3px; }
ul.files li a { display:block; width:100%; padding:.8rem; color:#444; transition: all 0.15s linear; background: #fff; border-radius:4px; text-decoration:none; }
ul.files li img { margin: -6px 8px 0 8px; }
ul.files li a:hover { background: #efefef;  text-decoration: none;  color:#222; }


.procedure-content a { color: #212529; text-decoration: none; font-weight: 500; }
.procedure-content a .bi { margin-right:5px; }

#signalists_form h2 { font-size: 1.3rem; margin: 2rem 0 2rem 0; }
#signalists_form_fields > div:first-child  h2 { margin-top:0; }

#visualizer { width: 100%; height: 100px; background-color: #e1f2f6; border-radius:8px; }
   
#recording-voice-section { padding:20px; border: 2px dashed #e1e1e1; border-radius: 8px; } 
.btn-rounded { border-radius:50px;  }
#recordTimer { text-align:center; font-weight:400; color:#888; }


