:root{
    --zloty: #D7AA5B;
    --zloty-dark: #b88c40;
    --accordion-border-radius: 12px;
}

.topbar.container-fluid {
    background: #d7aa5a;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.fs-12{
    font-size: 12px !important;
}

.fs-16{
    font-size: 12px !important;
}
.footer a{
    color: black;
}

.quiz-form .padding-formcheck{
    display: flex !important;
}
.zloty{
    color: var(--zloty) !important;
}
a.nav-link {
    margin-right: 20px !important;
}
.fs-14{
    font-size: 14px !important;
} 
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
 .btn{
    background: var(--zloty) !important;
    color: white;
    font-weight: bold;
    border: 1px solid var(--zloty);
    transition: all 0.3s ease;
 }

 .btn:hover{
    background: var(--zloty-dark) !important;
    color: white;
    font-weight: bold;
    border: 1px solid var(--zloty);
 }
.padding-formcheck {
    background: #F7F7F7;
    /* padding: 10px 20px; */
    margin: 20px;
    margin-left: 0px;
    margin-right: 20px;
    padding: 10px 20px;
    border-radius: 10px;
}

.inputsxx {
    margin-left: -2px !important;
    margin-right: 15px;
}

.step-nav.zablokowane {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }
  
  .kontenerlogo a {
    height: 100%;
    width: 50px;
}

.kontenerlogo img {
    height: 80%;
    object-fit: contain;
    position: absolute;
    top: 10%;
}


.active {
     font-weight: bold;
}


.kresek{
    height: 100%;
    width: 2px;
    background-color: black;
}

.kreskapion {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kursstart {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px var(--zloty);
    border-top: solid 1px var(--zloty);
}
.kontenerlogo {
    height: 90%;
    top: 5%;
}
.kresek {
    height: 70%;
    width: 2px !important;
    background-color: var(--zloty);
    display: block;
}
.kurs-template-default .logo {
    height: 100%;
}
.logo {
    height: 100%;
}
a.btn-border {
    color: black;
    text-decoration: none !important;
    padding: 5px 20px;
    border: solid 1px var(--zloty);
    display: flex;
    align-items: center;
}

body.kurs-template-default {
    background: #eaeaea !important;
}

.kurs-okno {
    height: 80vh;
}
.container-90 {
    width: 94%;
    margin: auto;
}

.film {
    max-height: 400px;
}

.sidebarlink {
    margin-bottom: 20px;
    border-bottom: 2px solid var(--zloty);
    padding-bottom: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
}

.hidden{
    display: none;
}

.emails {
    width: 130px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.btn-borders {
    border: solid 1px var(--zloty);
    border-radius: 0px;
    font-weight: 500;
}
.btn-borders:hover {
    background-color: var(--zloty);
    color: white;
}

.btn-background {
    background-color: var(--zloty);
    color: white;
    border-radius: 0px;
    font-weight: 500;
}
.btn-background:hover {
    background-color: var(--zloty-dark);
    color: white;
}
.zlotybackgr {
    background-color: var(--zloty) !important;
    color: white;
    border-radius: 0px;
    font-weight: 500;
}

img.ikonastopka {
    width: 20px;
    height: 20px;
}

.przy-menu {
    background: var(--zloty);
    color: white;
    font-weight: bold;
    border: 0px solid white !important;
    padding: 10px 15px;
    border-radius: 30px;
    filter: none !important;
    text-decoration: none !important;
}
 
    .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0;
      visibility: visible;
      opacity: 1;
    }
  
    .dropdown-menu {
      display: none;
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.2s ease-in-out;
    }

    .mobilepanel{
        position: sticky
    }
    .przycisk-mobile-panel {
        display: none !important;
    }

    .ratio {
        position: relative;
        width: 100%;
        z-index: 0;
        height: 300px ;
    }
    


    .ratiopdf {
        width: 100%;
        z-index: 0;
        height: 70vh ;
    }
    
  @media screen and (max-width: 992px){
    .kurs-okno{
        height: auto !important;
    }
    .kurs-okno .row{
        height: auto !important;
    }
    .sidebarkontener{
        height: auto !important;
    }
    .kursstart{
        height: 140px !important;
    }
    .etap .video-block div:first-child{
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    #kurs-nav{
        height: auto !important;
    }
    .menu-panel{
        top: 0rem !important;
        position: fixed !important;
        width: 100% !important;
        left: 0 !important;
        height: 100vh !important;
        z-index: 999999 !important;
        display: none;
    }

    .przycisk-mobile-kurs {
        text-align: center;
        position: fixed;
        bottom: 30px;
        z-index: 999999999999;
        left: 30%;
    }
    
    .menu-panel ul{
        width: 100% !important;
        height: 100% !important;
    }
    .przy-menu{
        background: var(--zloty);
        color: white;
        font-weight: bold;
        border: 3px solid white;
        padding: 10px 15px;
        border-radius: 30px;
        filter: drop-shadow(2px 2px 2px black);
        text-decoration: none !important;
    }
    .przycisk-mobile-panel{
        text-align: center;
        position: fixed;
        bottom: 30px;
        z-index: 999999999999;
        left: 40%;
    }
    nav#kurs-nav {
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    width: 100% !important;
    height: 100vh !important;
    z-index: 999999;
    display: none;
    }

    .mobilepanel
  {
    width: 100%;
    left: 0px;
    background: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    display: block ;
}

.przycisk-mobile-panel {
    display: block !important;
}

.single-kurs  main {
    min-height: 80vh !important;
}
  } 

  