

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    background-color: #280f91;
    font-family: "Open Sans"!important;
}


a {
    color: #ede8ab;
    text-decoration: underline;
}
#rewardInfo .card-header h3{
    margin-left: 15px;
}

.btn-success{
    background-color: #ede8ab;
    color: #280f91;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    width: 120px;
    height: 50px;
}
.btn-success:hover{
    background-color: #c7c185;

}

.btn-primary{
    background-color: #ede8ab;
    color: #280f91;
    border-radius: 15px;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}
.btn-primary:hover{
    background-color: #c7c185;

}
.purpleSideRow{
    height: 100%;
    position: relative;
}
.purpleSideRow{
    background-color:#ede8ab;
}
.purpleSide{
    height: 100%;
    z-index: 5;
    width: 100%;
    background-color: #280f91;
}
.purpleSideRow:after {
    content: "";
    position: absolute;
    right: -60%;
    top: 50%;
    background: url('/images/background-2.jpg') no-repeat center/cover;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    opacity: 1;        /* Optional: make it subtle */
    pointer-events: none; /* So it doesn't block clicks */
}
@media (max-width: 1300px) {
    .purpleSide {
        border: none;
        width: 100%;
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
    }
    .purpleSideRow::after {
        display:none;
    }
}
@media (min-width: 1450px) and (max-width: 1700px) {
    .purpleSideRow::after {
        width: 800px;      
        height: 100%;
    }
}
@media (min-width: 1700px) and (max-width: 2000px) {
    .purpleSideRow::after {
        width: 1050px;      
        height: 100%;
    }
}

h1{
    font-size: 150px;
    text-align: left;
}
h2{
    font-size: 30px;
    color: white;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.login-menu{
    text-align: left;
}
.login-menu a{
    color: #ede8ab;
    font-weight: 600;
    font-size: 30px;
}
.login-card{
    border: white 3px solid;
    border-radius: 5px;
    background-color: #280f91!important;
    text-align: left;
    margin-top: 20px;
}
.login-card h3{
    text-decoration: none;
}
.partner-logo-login{
    width: 100px;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
}
.login-card input{
    border-radius: 10px;
}
.login-card button{
    border-radius: 10px;
    background-color: #ede8ab;
    color: #280f91
}
.bi-person-circle{
    font-size: 35px;
}
.bi-bell{
    font-size: 35px;
}
.alert-welcome{
    background-color: #ede8ab;
    border-radius: 15px;;
}

.bg-white{
    background-color: white!important;
}

.timelineInstallation {
    display: flex;
    align-items: center;
    justify-content: center; 
}

.timelineInstallation .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #C4C4C4;
    position: relative;
    text-align: center;
    font-size: 10px;
}
.timelineInstallation .circle .timelineText{
    position: absolute;
    top: 110%;
    left: 10%;
    text-align: center;
}
.timelineInstallation .circle i{
    font-size: 35px;
}

.timelineInstallation .dashed {
    width: 30px;
    border: 1px solid #C4C4C4;
    margin-left: 4px;
    margin-right: 4px;
}
.timelineLoginDiv h2{
    text-decoration: none;;
}
.timelineLogin {
    display: flex;
    align-items: center;
    justify-content: center; 
    float: left;
    flex-wrap: wrap;
}
.timelineLogin .circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #C4C4C4;
  position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.timelineLogin .circle .timelineText{
    position: absolute;
    top: 130%;
    left: -40%;
    font-size: 11px;
    width: 100px;
    font-weight: bold;
}

.timelineLogin .dashed {
    width: 40px;
    border: 1px solid #C4C4C4;
}
.circleRegister{
    background-image: url('/images/steps/registration.png');
}

.circleWaiting{
    background-image: url('/images/steps/waiting.png');
}

.circleDownload{
    background-image: url('/images/steps/download.png');
}

.circlePay{
    background-image: url('/images/steps/pay.png');
}


.step-icon-registration{
    background-image: url('/images/steps/registrace.png');
}

.timelineLogin .circle i{
    font-size: 35px;
}
.cardCol{
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 500px) {
    .login-menu {
        display: grid;
    }
    .login-menu a {
        width: 100%;
    }
}
@media (max-width: 800px) {
    h1{
        font-size: 85px;
    }
    .timelineLogin .circle{
        margin-left: calc(20%);
        margin-right: auto;
        width: 90px;
        height: 90px;
       /* margin-left: 75px!important;
        margin-right: auto!important;*/
    }
    .timelineLogin .circle i{
        font-size: 55px;
    }
        
    .timelineLogin .timeline {
        display: block;
        align-items: center;
        justify-content: center;
    }
    .timelineLogin .dashed {
        margin-left: calc(20% + 45px);
        margin-right: calc(80% - 45px);
        margin-top: 10px;
        margin-bottom: 10px;
        width: 1px;
        height: 80px;
        border: 1px solid #C4C4C4;
    }
    .timelineLogin .circle .timelineText{
        position: absolute;
        top: 25%;
        left: 120%;
        width: 200px;
        font-size: 18px;
        text-align: left;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .col-md-12 .login-card {
        width: 100%;
    }
    .col-md-12 .timelineLogin {
        width: 100%;
    }
}



.rememberMeRow{
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.forgotPasswordLink{
    float: right;
    color: white
}







.unknown-stats{
    font-size: 22px;
    margin-top: 40px;
}



.step-card{
    background-color: #280f91!important;
    color: white!important;
    border: 2px solid white!important;
}


@media (max-width: 475px) {
    .step-message{
        margin-left: 0px!important;
        margin-top: 10px;
    }
}


.step-message{
    width: 80%;
    margin-left: 100px;
    margin-right: 100px;
    font-size: 17px;
}
.step-message a{
    color: white;
}
.step-message a:hover{
    color: rgb(161, 161, 161);
}
.step-card .card-header{
    background-color: #280f91!important;
    color: white!important;
    font-size: 22px;
}

.instructions .step{
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.instructions .step:last-child{
    margin-bottom: 20px;
}




.instructions .step .step-name{
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 20px;;
}


.instructions .step .circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    float:left;
}

.instructions .step .circle.success{
    background-color: #3DBF75;
}

.instructions .step .circle.failed{
    background-color: #df5f2f;
}

.instructions .step .circle i{
    font-size: 36px;
}









.footer{
    background-color: #280f91!important;
    border-top: 15px solid #ede8ab!important;
}
.footer .container .row{
    text-align: center;
    color: white;
}
.footer ul{
    list-style-type:none;
    padding-left: 0px;
}
.footer ul li{
    list-style:none;
    text-align: center;
    font-size: 17px;
}
.footer .container .row a{
    color: white;
}
.footer .rights{
    text-align: center;
    color: #ede8ab!important;
    margin: 25px;
}
.footer .footer-sections div:not(:first-child){
    border-left: 1px solid white;
}

@media (max-width: 575px){
    .footer .rights {
        margin: unset;
    }

    .footer .footer-sections div{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer ul li{
        list-style:none;
        text-align: center;
        margin-left: 30px;
        margin-right: 30px;
    }
    .footer .footer-sections div:not(:first-child){
        border-top: 1px solid white;
        border-left: unset!important;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    
    .footer .footer-sections div:not(:first-child){
        border-left: unset!important;
    }
}

.partner-logo{
    width: 140px;
    margin-left: 10px;
}
.partner-logo-stemmark{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.bg-respondent{
    background-color: #280f91!important;
}

.card{
    margin-bottom: 15px;
    background-color: white;
    border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-color: white;
}

.card-header{
    background-color: white;
    color: #280f91;
    text-decoration: none;
    border-bottom: unset;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}
.card-header h3{
    text-decoration: none;
    font-size: 40px;
}
.nav-link{
    color: #ede8ab!important;
}

#about-yourself-tab{
    background-color: #ede8ab;
}
#about-yourself-menu .nav-link{
    background-color: #ede8ab!important;
    color: #280f91!important;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 410px) {
#about-yourself-menu .textUdajeMobil {
    display: none;
}
}


h4{
    font-size: 20px;
    color: #280f91!important;
    font-weight: bold;
}

#about-yourself-menu .nav-link.active{
    padding-bottom: 15px;
}

#about-yourself-menu .nav-link:not(.active){
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



#about-yourself-menu .nav-item:last-child{
    margin-left: auto;
}


.personal_info{
    margin-left: 5px;
    margin-right: 15px;
    padding-top: 15px;
    color: black;
}
.personal_info .label{
    font-weight: bold;
    color: black!important;
    margin-bottom: 7px;
}

.circle-green{
    background-color: #3DBF75;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.circle-red{
    background-color: #DF5F2F;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.circle-yellow{
    background-color: #ffff00;
}

.messages-list-body{
    background-color: #fdf9ee;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
.messages-list{
    list-style: none;
    text-wrap: auto;
}
.messages-list li .dropdown-item-notif{
    text-wrap: auto;
    margin: 0px;
}

.messages-list li{
    background-color: #fdf9ee;
    border-radius: 10px!important;
    padding: 10px;
    margin-bottom: 15px;
}

.notification-text{
    color:#280f91
}
.dropdown-notification {
    position: relative;
}
#notificationDropdown i:hover {
    color: white;
}
#userDropdown i:hover {
    color: white;
}


.dropdown-notification .dropdown-menu{
    width: 300px;
    right: 0;
    left: -200%;
    border-radius: 15px;
    padding-top: 0px;
}

.dropdown-notification .dropdown-menu .dropdown-item{
    text-wrap: inherit;
}

.dropdown-item-notif:hover{
    background-color: #f0f0f0;
}
.dropdown-item-notif:active{
    background-color: #280f91;
}
.dropdown-item-notif{
    border:1px solid#280f91;
    border-radius: 15px;;
    margin: 15px;
    width: auto;
    padding-bottom: 20px;
    position: relative;
    padding: 20px;
    color: #280f91;
    font-weight: bold;
    font-size: 14px;
}
.notif-time{
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 9px;
    color: #878787;
}
.notif-new{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background-color: #DF5F2F;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 13px;
}
.notif-new-count{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    background-color: #DF5F2F;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 13px;
}
.dropdown-notification .nav-link:after{
    display: none;
}
.userDropdown:after{
    display: none;
}

.dropdown-notification .dropdown-menu li:first-child .dropdown-item{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: #ede8ab;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 20px;
    color: #280f91;
}

.dropdown-notification .dropdown-menu .show-more{
    padding-left: 30px;
    font-size: 18px;
    color: #878787;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}



.help-page h3{
    margin-bottom: 0px;
}


.help-page h2{
    margin-left: 5px;
    margin-bottom: 0px;
}

.help-page ul li{
    margin-left: 15px;
}


.main-menu-dropdown ul{
    border-radius: 10px;
    padding-top:0px;
    min-width: 190px;
}

.main-menu-dropdown ul li{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;

}
.main-menu-dropdown ul li:first-child a{
    display: ruby;
}

.main-menu-dropdown ul li a{
    font-weight: 600;
}

.main-menu-dropdown ul li:first-child a:hover{
    background-color: unset;
}

.main-menu-dropdown ul li:first-child{
    background-color: #ede8ab;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #280f91;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-bottom: unset;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

h2{
    text-decoration: underline;
}
h3{
    text-decoration: underline;
}




.invitation-card{
    background-color: #280f91!important;
    color: white!important;
    border: 2px solid white!important;
}
.invitation-card .invitation-header{
    background-color: #280f91!important;
    color: white!important;
    font-size: 22px;
}




/*
.purpleSide{
    background-color: #280f91;
}

.purpleSideRound{
    background-color: #280f91;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}


#bg-wrapper {
        background-color: #280f91;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;
    width: 80%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.icons{
    font-size: 60px;
}
@media (min-width: 1200px) {
    .clearfix {
      background-image: url("../images/dots.png");
      background-repeat: no-repeat;
      background-position: 46px 20px;
    }
}
.footer{
    background-color: #434A54;
    color: white;
}
html {
    height: 100%;
  }
  body {
    min-height: 100%;
  }
  
.big-textarea{
  height: 200px;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: white !important;
    background-color: rgba(255,255,255,0.08);
    border-radius: 0.5rem;
    transition: background 0.2s, color 0.2s;
}


.brand-logo {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg,#3498db,#6a82fb);
    box-shadow: 0 2px 8px rgba(52,152,219,0.10);
}
.brand-logo svg {
    width: 32px;
    height: 32px;
}
.navbar {
    font-size: 1.08rem;
}*/


tr.hide-table-padding td {
  padding: 0;
  }

  .expand-button {
    position: relative;
  }

  .accordion-toggle .expand-button:after
  {
    position: absolute;
    left:.75rem;
    top: 50%;
    transform: translate(0, -50%);
    content: '-';
  }
  .accordion-toggle.collapsed .expand-button:after
  {
    content: '+';
  }

  .btn-outline-primary{
    background-color: #ede8ab;
    color: #280f91;
    border: 1px solid #ede8ab;
  }
  .btn-outline-primary:hover{
    background-color: #c7c185;
    border: 1px solid #280f91;
    color: #280f91;
  }

  .support-card{
    background-color: #ede8ab;
    border-radius: 15px;
    padding: 15px;
  }
  .support-card h3{
    text-decoration: none;
    color:#280f91;
    font-size: 35px;
  }
  .support-text{
    color:#280f91;
    font-size: 20px;
    font-weight: bold;
  }
  .support-text textarea{
    border-radius: 15px;
  }
  .support-send{
    float:right;
    background-color: #280f91;
    color: white;
  }






.payout-table{
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}
.payout-table-body{
    padding: 30px;
}

.payout-table {
  border-collapse: collapse;
}
.payout-table th {
  border-top: 0;
  border: 2px solid #280f91;
  padding:10px;
}
.payout-table td {
  border-right: 2px solid #280f91;
  border-left: 2px solid #280f91;
  padding:10px;
}
.payout-table tr:first-child th {
  border-top: 0;
}
.payout-table tr:last-child td {
  border-bottom: 0;
}
.payout-table tr td:first-child,
.payout-table tr th:first-child {
  border-left: 0;
}
.payout-table tr td:last-child,
.payout-table tr th:last-child {
  border-right: 0;
}



.statistics .card-header{
    background-color: #280f91!important;
    color: white;
}
.statistics .card-body{
    background-color: #280f91!important;
}

.statistics.card{
    border: 2px solid white;
}
.statistics .card-header{
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
}
.statistics .card-header span{
    color: #ede8ab;
}
.statistics .card-body{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.statistics .card-body .statistics-text{
    font-size: 25px;
    font-style: italic;
    color: white;
}

.modal-content{
    background-color: #280f91;
    border: 5px solid #ede8ab;
    border-radius: 25px;
    color: white;
}
.modal-header{
    border-bottom: unset;
}
.modal-footer{
    border-top: unset;
}
.modalButton{
    background-color: #ede8ab;
    color: #280f91;
    border-radius: 15px;
    font-weight: bold;
}

h3 {
    color: #280f91;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
}

.progress-bar{
    background-color: #280f91;
}

.progress-line{
    margin: 20px; 
}

.progress-now{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3dbf75;
    border:1px solid #280f91;
}

.progress-end{
    position: absolute;
    right: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #280f91;
}
.progress-text{
    position: relative;
}
.progress-text-current{
    position: absolute;
    top: 50px;
    left: -20%;
    color: #280f91;
    font-size: 15px;
}

.progress-text-end{
    position: absolute;
    top: 40px;
    left: -110%;
    color: #280f91;
    font-size: 15px;
}

@media (max-width: 990px) {
    .phone{
        display: none;
    }
    .progress-line{
        margin-bottom: 60px;
    }
    
    .progress-text-end{
        left: -150%;
    }

}


.reward-text{
    color: #280f91;
    font-size: 18px;
    font-weight: 500;
    margin: 15px;
}

.infoCard{
    border-radius: 1rem;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    padding-bottom: 30px;
}
.infoImg{
    width: 100%;
    border: 2px solid #280f91;
    border-radius: 10px;;
}
.boxInfo{
    padding-left: 75px;
    padding-right: 75px;
}
.boxInfo h5{
    font-size: 30px;
    color:#280f91;
}
.boxInfo p{
    font-size: 20px;
    color:#280f91;
}
.boxText{
    min-height: 110px;
    margin-top: 20px;
}

@media (max-width: 570px) {
    .boxInfo{
        padding-left: 10px;
        padding-right: 10px;
    }
    .infoCard{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 430px) {
    .myChartNotEnoughData{
        width: 300px!important;
        height: 300px!important;
    }
}
@media (max-width: 370px) {
    .myChartNotEnoughData{
        width: 275px!important;
        height: 275px!important;
    }
}
.myChartNotEnoughData{
    width: 350px;
    height: 350px;
    background-color: #878787;
    border-radius: 50%;
    text-align: left;
    vertical-align: middle;
    color: white;
    font-style: italic;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}




.navbar-brand{
    width: 30%;
    display: flex;
}
.navbar-toggler{
    margin-top: auto;
    margin-bottom: auto;
}
@media (max-width: 1200px){
    .navbar-brand{
        width: 25%;
    }
}


@media (max-width: 992px){
    .navbar-info{
        display: contents;
    }

    .navbar-info .dropdown-notification{
        float: left;
        width: 50%;
    }

    .navbar-info .dropdown-notification a{
        text-align: right;
        margin-right: 15px;
    }
    .navbar-info .main-menu-dropdown a{
        text-align: left;
        margin-left: 15px;
    }
    .navbar-info .main-menu-dropdown{
        float: right;
        width: 50%;
    }
    #mainNavbar{
        text-align: center;
    }
    #mainNavbar>ul>li{
        margin-top: 15px;
        background-color: #220d77;
    }
    .dropdown-menu-end{
        width: 200%!important;
    }
    .main-menu-dropdown>.dropdown-menu-end{
        margin-left: -100%!important;
    }
    .navbar-brand{
        width: 100%;
    }
    .navbar-toggler{
        float: right;
    }
}

@keyframes slideup {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
.dropdown-menu {
  animation: 0.5s slideup;
}



.helpText h2{
    margin-left: 0px;
}