

.control-popup{
    align-items: center;
   
}
/**/
.index-container{
    width: 100%;
    

}
.notification.is-error {
    background: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.notification.is-success {
    background: #d4edda;
    color: #155724;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.bus-index-content {
    position: absolute;
    top: 50%;
    left: 2%; 
    transform: translateY(-50%);
    z-index: 2;
    max-width: 600px;
    text-align: left;
    color: #000;
}

.bus-index-content h1 {
    font-size: 50px; 
    font-weight: bold;
    line-height: 1.3;
    color: rgb(255, 255, 255);
}

.bus-index-content h3 {
    font-size: 24px; 
    font-weight: 700;
    color: #00abf0;
    margin-bottom: 20px;
}

.bus-index-content p {
    font-size: 15px; 
    margin: 5px 0;
    color: rgb(255, 255, 255); 
    font-weight: bold;
}





/* popup*/
.alert-danger {
    background-color: #f14668 !important; 
    color: #fff;
    padding: 1em;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin: 1em auto;
} 
.btn-index-box {
    
    height: 60px;
    width: 80%;
    display: flex;
    gap: 10px; 
    margin-top: 20px; 
    justify-content: flex-start;
}
.black-panel{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
    width: 100%;
    height: 120%;
    border: 0.1px solid #000000; 
    
}
.popup {
    position: fixed;
    background-color:#f4f5f5;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.3s ease;
    top: 50%;
    left: 50%;
    width: 60%; 
    max-width: 400px; 
    padding: 10px;
    z-index: 1000;
    border: 1px solid rgb(94, 109, 145);
    border-radius: 10px;
    height: auto;
    margin-top: 35px;
}
.popup.active {
    transform: translate(-50%, -50%) scale(1);
}
.field-icon{
    background-color:#f4f5f5;
    width: 100%;
    height: 20px;
    text-align: right;
    padding-right: 10px;
}

#icon-carpi{
    color:#032445;
    font-size: 25px;
}
.form-popup{
    width: 100%;
    background-color:#f4f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
   

}


.field-odeme{
    background-color:#f4f5f5;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    gap: 0;
   
    
}
.label-odeme{
    font-size: 16px;
    width: 80%;
    color: #032445;
}
.control-odeme{
   
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.input-odeme{
   width: 100%;
   height:100% ;
   font-size: 14px;

}

.black-panel.active {
    opacity: 1;
    pointer-events: all;
}


.btn-bakiye-yukle {
    background-color: rgba(3, 33, 64, 0.9); 
    border-radius: 10px;
    width: 150px;
    min-width: 100px;
    height: 60px; 
    color: #fff;
    text-align: center;
    border: 1px solid #f3f5f8;
    font-size: 1rem;
    transition: background-color 0.3s ease, transform 0.2s ease;
}


.btn-bakiye-yukle:hover {
    background-color: #00abf0;
    transform: scale(1.05); 
}
.button-index{
width: 135px;
height: 45px;
border-radius: 10px;
color: #ffffff;
background-color: rgba(3, 33, 64, 0.9);
border: 1px solid white;
font-weight: bold;
font-size: 1.1rem;

}
/* sorgula popup*/
.bakiye-sorgula-form{
    width: 100%;
    background-color:#f4f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.field-sorgula{
    background-color:#f4f5f5;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    gap: 0;
   
    
}
.label-sorgula{
    font-size: 16px;
    width: 80%;
    color: #032445;
}
.control-sorgula{
   
    width: 80%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.input-sorgula{
   width: 100%;
   height:100% ;
   font-size: 14px;

}


/*------------------------media------------------------*/
@media (max-width:999px){
    .black-panel{
        width: 100%;
        height: 400px;
    }
    .popup {
        top:45%;
    }

}
@media (max-width: 991px) {

    .bus-index-content h1 {
        font-size: 40px;
    }
    
    .bus-index-content h3 {
        font-size: 22px;
    }
    .btn-index-box {
        display: flex;
        width: 50%!important;
        justify-content: flex-start!important;
        gap: 10px!important;
    }
    
    }
@media (max-width:600px){
    .popup {
        top:40%;
    }
    .input-odeme{
        font-size: 12px;
    }
    .btn-bakiye-yukle {
        font-size: 14px;
    }
}
@media (max-width:550px){
    .popup {
        width: 100%;
        max-width: 350px;
        top:40%;
    }
    .field-odeme{
        padding: 0;
    }
    .button-index{
        height: 40px;
        margin-top: 10px;
        width: 130px;
        font-size: 0.9rem;

    }
    .field-icon{
        padding-right: 3px;
    }
    .label-odeme{
        font-size: 12.5px;
    }
    .input-odeme{
        font-size: 10px;
    }
    .input-sorgula{
        font-size: 12px;
       

    }
    .btn-index-box {
        gap: 3px;
        width: 40%!important;
    }
    .btn-bakiye-yukle {
        width: 110px;
        height: 50px;

        font-size: 11px;
    }


}
@media (max-width:400px){
    .popup {
        top:30%;
    }
}



/*-------popup son------*/
/*kutucuklar css*/
.index-container{
    width: 100%;
    

}
.index-box-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
   
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}
.index-box-list .index-box {
    background: rgb(255, 255, 255); 
    border: 1px solid rgb(255, 255, 255); 
    border-radius: 12px;
    padding: 1.5rem; 
    flex: 1 1 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    text-align: center;
  
    margin: 0.1rem;
    transition: background-color 0.3s, transform 0.3s; 
}
.index-box-list .index-box:hover {
    background-color: rgba(255, 255, 255, 0.8); 
    transform: translateY(-10px); 
}
.index-box-list .index-box h1 {
    font-size: 2rem;

}
.index-box-list .index-box i {
    font-size: 2rem; 
    color: rgba(4, 30, 58, 0.9);
    margin-bottom: 0.75rem;
}

.index-box-list .index-box h3 {
    font-size: 1.3rem; 
    margin-bottom: 0.75rem;
}

.index-box-list .index-box p {
    font-size: 0.9rem;
    color: #333;
}
@media (max-width: 768px) {
    .index-box-list{
        gap: 10px;
    }
.index-box-list .index-box {
    flex: 1 1 100%;
    width: 100%;
   
}
}
/*kutucuklar css son*/
