.login2 p {display:none;}
.login2:hover p {display:block;position: absolute;}

[type=radio]  + div  {
    cursor: pointer;
  }

  /* CHECKED STYLES */
[type=radio]:checked + div  {
    color:#F8F9F9;
    background: #004F98;
  }

  


  
  

#logo-holder {position:relative;  /*dimensions of image*/}
#logo-holder .image,
#logo-holder .text {transition: opacity 0.5s ease-in-out;font-size:12px;}
#logo-holder .text {border: 0.5px solid #004F98;position:absolute; top:0; left:0; opacity:0;}

#logo-holder:hover .image {opacity:0;}
#logo-holder:hover .text {opacity:1;}

#logo-holder2 {position:relative;  /*dimensions of image*/}
#logo-holder2 .image,
#logo-holder2 .text {transition: opacity 0.5s ease-in-out;}
#logo-holder2 .text {padding:3px;border: 0.5px solid #004F98;position:absolute; top:0; left:0; opacity:0;margin-left:0px;margin-top:33px;background-color:#004F98;width:240px;height:auto;border-radius: 15px;color:#F8F9F9;font-style: normal;}

#logo-holder2:hover .image {opacity:0;}
#logo-holder2:hover .text {opacity:1;}

.genre_name {
    padding-left:12px;
    width:50%;
    margin-left:20px;
}

.info_symbol{
    margin-top:-3px;
    max-width:30px; 
    max-height:30px; 
}

.play_symbol{
    margin-left:0px;
    max-width:20px; 
    max-height:20px; 
}

.pause_symbol{
    z-index: -1;
    margin-left:-5px;
    max-width:20px; 
    max-height:20px; 
}

.play_pause_width {
    width:20%;
}

.form-step2 {
    border: 1px solid rgba(130, 113, 113, 0.1);
    border-radius: 25px;
    padding: 3rem;
}

.konsept_image_width {
    width:150px;
}

.width_of_bar {
    width:70%;
}

.konsept_info {
    font-size:1.1rem;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.genre-style {
    width:240px;
    height: 50px;
    padding-top: 15px;
    background: #F8F9F9;
    border: 0.5px solid #004F98;
    border-radius: 15px;
    color:#4E4D47;
    font-style: normal;


}

.lisansli-style {
    width: 174px;
    height: 60px;
    text-align: center;
    background: #F8F9F9;
    border: 0.5px solid #004F98;
    border-radius: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#4E4D47;
    font-style: normal;


}


.lisansli-desc-style {
    width: 170px;
    height: 140px;
    text-align: center;
    background: #F8F9F9;
    border: 0.5px solid #004F98;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-size: 8px;
    color:#004F98;
    border-radius: 5px;

}


.lisanssizsecim-style {
    height: auto;
    background: #F8F9F9;
    border: 0.5px solid #004F98;
    position: relative;
    color:#4E4D47;
    font-style: normal;
    color:#000000;
    border-radius: 15px;

}

[type=radio] { 
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* IMAGE STYLES */
  [type=radio] + br + div  {
    cursor: pointer;
  }

  /* CHECKED STYLES */
[type=radio]:checked + br + div  {
    outline: 4px solid #004F98;
  }
  


h1 {
    text-align: center;
}
h2 {
    margin: 0;
}

#multi-step-form-container {
    margin-top: 5rem;
    text-align: center;
    align-items:center;
}
.text-center {
    text-align: center;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.pl-0 {
    padding-left: 0;
}

.leftcolumn {
    /*float: left;
    text-align: right;*/
    width:40%;
    text-align:right;
 } 
 
 .rightcolumn {
    /*float: right;
    text-align: left;*/
    width:40%;
    text-align:left;
 }

button:disabled {
    opacity: 0.5;
    background-color: #4E4D47;
  }

.button {
    padding: 0.7rem 1.5rem;
    border: 1px solid #4361ee;
    background-color: #4361ee;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
}
.submit-btn {
    border: 1px solid #0e9594;
    background-color: #0e9594;
}
.mt-3 {
    margin-top: 2rem;
}
.d-none {
    display: none;
}
.form-step {
    border: 1px solid rgba(130, 113, 113, 0.1);
    border-radius: 25px;
    padding: 3rem;
}
.font-normal {
    font-weight: normal;
}
ul.form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
    text-align: center;
}
ul.form-stepper .form-stepper-circle {
    position: relative;
}
ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.form-stepper > li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}
.form-stepper-horizontal > li:not(:last-of-type) {
    margin-bottom: 0 !important;
}
.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}
.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}
.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #BEBFC0;
}
.form-stepper-horizontal li:last-child {
    flex: unset;
}
ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 174px;
    height: 50px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border: 0.3px solid #004F98;
    border-radius: 25px;
}
.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #BEBFC0 !important;
    color: #fff;
}
.form-stepper .form-stepper-active .label {
    color: #BEBFC0 !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #BEBFC0 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #F8F9F9;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #F8F9F9 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #F8F9F9 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #F8F9F9 !important;
    color: #fff !important;
}
.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}
.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}
.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form-stepper a {
    cursor: default;
}



@media only screen and (max-width:1200px) {
    
    .genre-style {
        width:180px;
        height: 50px;
    }

    #logo-holder2 .text {
        width:180px;
    }

    .genre_name {
        width:30%;
        margin-bottom:5px;
    }
    
    .play_symbol{
        margin-left:3px;
    }
    
    .pause_symbol{
        z-index: -1;
        margin-left:0px;
    }

    .play_pause_width {
        width:40%;
    }


}





@media only screen and (max-width:1000px) {
    ul.form-stepper li a .form-stepper-circle {
        display: inline-block;
        width: 100px;
        height: 40px;
        line-height: 1.3rem;
        text-align: center;
        background: rgba(0, 0, 0, 0.38);
        border: 0.3px solid #004F98;
        border-radius: 18px;
    }
    #multi-step-form-container {
        margin-top: 5rem;
        text-align: center;
        align-items:center;
    }
    .konsept_info {
        font-size:1.1rem;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mx-auto {
        margin-left: 5px;
        margin-right: 5px;
    }
    .pl-0 {
        padding-left: 0;
    }
    .width_of_bar {
        width:400px;
    }
    .konsept_image_width {
        width:130px;
    }

   
    
}

@media only screen and (max-width:991px) {
    
    .genre-style {
        width:140px;
        height: 50px;
    }

    #logo-holder2 .text {
        width:140px;
    }

    .genre_name {
        width:30%;
        margin-left:10px;
    }


}

@media only screen and (max-width:767px) {
    
    .konsept_image_width {
        width:250px;
    }

    .form-step2 {
        border: 1px solid rgba(130, 113, 113, 0.1);
        border-radius: 25px;
        padding: 3rem;
        width:130%;
        margin-left:-15%;
    }

    .genre-style {
        width:300px;
        height: 50px;
    }

    #logo-holder2 .text {
        width:300px;
    }

    .genre_name {
        width:30%;
        margin-left:15px;
    }
    

    .info_symbol{
        margin-left:20px;
    }

    
    .play_symbol{
        margin-left:3px;
    }
    
    .pause_symbol{
        z-index: -1;
        margin-left:0px;
    }

    .play_pause_width {
        width:40%;
        margin-left:30px;
    }

    
}

@media only screen and (max-width:705px) {
    

    .form-step2 {
        border: 1px solid rgba(130, 113, 113, 0.1);
        border-radius: 25px;
        padding: 3rem;
        width:100%;
        margin-left:0%;
    }

    .lisansli-style {
        width: 135px;
        height: 55px;
        border-radius: 15px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .lisansli-desc-style {
        width: 130px;
        height: 180px;
    
    }

    
}



@media only screen and (max-width:500px) {
    ul.form-stepper li a .form-stepper-circle {
        display: inline-block;
        width: 80px;
        height: 30px;
        line-height: 0.8rem;
        text-align: center;
        background: rgba(0, 0, 0, 0.38);
        border: 0.3px solid #004F98;
        border-radius: 10px;
    }
    #multi-step-form-container {
        margin-top: 1rem;
        text-align: center;
        align-items:center;
    }
    .konsept_info {
        font-size:1.2rem;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mx-auto {
        margin-left: 5px;
        margin-right: 5px;
    }
    .pl-0 {
        padding-left: 0;
    }
    .width_of_bar {
        width:300px;
    }

    .konsept_image_width {
        width:180px;
    }

    .lisansli-style {
        width: 70px;
        height: 50px;
        border-radius: 10px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }

    h6{
        font-size: 12px;;
    }

    .lisansli-desc-style {
        width: 70px;
        height: auto;    
    }

    .leftcolumn {
        /*float: left;
        text-align: right;*/
        width:100px;
        margin-left:-20%;
     } 
     
     .rightcolumn {
        /*float: right;
        text-align: left;*/
        width:100px;
        margin-left: 15%;
     }

     .genre-style {
        width:200px;
        height: 50px;
    }

    #logo-holder2 .text {
        width:200px;
    }

    .genre_name {
        width:30%;
        margin-left:5px;
    }
    

    .info_symbol{
        margin-left:0px;
    }

    
    .play_symbol{
        margin-left:3px;
    }
    
    .pause_symbol{
        z-index: -1;
        margin-left:0px;
    }

    .play_pause_width {
        width:40%;
        margin-left:30px;
    }
    .form-step2 {
        padding: 1rem;
    }
    
    
}


@media only screen and (max-width:300px) {
    
    .konsept_image_width {
        width:150px;
    }
    .width_of_bar {
        width:200px;
    }
    ul.form-stepper li a .form-stepper-circle {
        display: inline-block;
        width: 50px;
        height: 30px;
        line-height: 0.8rem;
        text-align: center;
        background: rgba(0, 0, 0, 0.38);
        border: 0.3px solid #004F98;
        border-radius: 10px;
    }
    .font_weight_small {
        font-size: 12px;
    }

    .lisansli-style {
        width: 60px;
        height: 40px;
        border-radius: 10px;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    
    }

    .lisansli-desc-style {
        width: 60px;
        height: auto;    
    }

    .genre-style {
        width:150px;
        height: 50px;
    }

    #logo-holder2 .text {
        width:150px;
    }

    .play_pause_width {
        width:40%;
        margin-left:10px;
    }

    .form-step2 {
        padding: 1rem;
    }
    

    
}
