.box--signup{
    background-color: rgb(4, 4, 26);
}
.leftNoRadius{
    border-bottom-left-radius:0;
    -webkit-border-bottom-left-radius:0;
    -moz-border-radius-bottomleft: 0;

    border-top-left-radius:0;
    -webkit-border-top-left-radius:0;
    -moz-border-radius-topleft: 0;
}
.rightNoRadius{
    border-bottom-right-radius:0;
    -webkit-border-bottom-right-radius:0;
    -moz-border-radius-bottomright: 0;

    border-top-right-radius:0;
    -webkit-border-top-right-radius:0;
    -moz-border-radius-topright: 0;
}
.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    z-index:999999999999;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
#lottie{
    width:150px!important;
    height:150px !important;
    background-color:#ffffff!important;
    display:block!important;
    overflow: hidden!important;
    transform: translate3d(0,0,0)!important;
    text-align: center!important;
    opacity: 1!important;
}
#idDvLoader:before{
    background:#fff !important;
}
label{
    color: white!important;
}
.c-white{
    color: white!important;
}
.btn-gecis{
    background-color: #0000e8!important;
    color: white!important;
}
.btn-gecis:hover{
    background-color: white!important;
    color: #0000e8!important;
}
.effect-letter div {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.bg-gradient-primary-to-secondary-new-dash {
    background-color: #0000e8 !important;
    background-image: linear-gradient(180deg, #0000e8 0%, #0000e8 100%) !important;
}
.btn_md_primary:hover {
    background-color: transparent;
    color: blue; /* Metin rengini değiştirmek istiyorsanız */
}
.btn-first {
    background-color: #0000e8!important;
    color: white!important;
}
.btn-first:hover {
    background-color: white!important;
    color: #0000e8!important;
}

.btn-second {
    background-color: transparent!important;
    color: white!important;
}
.btn-second:hover {
    background-color: #0000e8!important;
    color: white!important;
}

a.btn img {
    display: block; /* veya ihtiyaca göre başka bir stil */
}

a.btn::before, a.btn::after {
    content: none;
}
input{
    border: 0.5px solid #0000e8!important;
    background-color: rgb(4, 4, 26)!important;
    color: white !important;
}
/* Chrome, Safari ve Edge için otomatik doldurma (autofill) stilleri */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 0.5px solid #0000e8 !important;
    -webkit-box-shadow: 0 0 0px 1000px rgb(4, 4, 26) inset !important;
    -webkit-text-fill-color: white !important;
}

/* Firefox için otomatik doldurma (autofill) stilleri */
input:-moz-autofill,
input:-moz-autofill:hover,
input:-moz-autofill:focus {
    border: 0.5px solid #0000e8 !important;
    background-color: rgb(4, 4, 26) !important;
    color: white !important;
}
input::placeholder{
    color: gray !important;
}
.custom-select{
    background: url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Edown_key%3C/title%3E%3Cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z' fill='%23495057'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/18px 20px!important;
}
.account-select-style{
    border: 0.5px solid #0000e8!important;
    background-color: rgb(4, 4, 26)!important;

}
.none-arrow {
    -webkit-appearance: none !important; /* Chrome, Safari, Opera */
    -moz-appearance: none !important;    /* Firefox */
    appearance: none !important;         /* Standart: CSS3 */
    text-indent: 1px !important;
    text-overflow: '' !important; /* Burada bir değer belirtmek isteyebilirsiniz, örneğin 'ellipsis' */
    background-image: none !important; /* Arka plandaki varsayılan ok simgesini kaldırır */
    /* Gerekirse, arka plan ve kenarlık gibi diğer stil özelliklerini de buraya ekleyebilirsiniz */
}
.btn-self{
    border: 0.5px solid #0000e8!important;
}
.custom-line-hr {
    position: relative;
    height: 1px;
    background-color: #0000e8;
    width: 100%;
    margin: 15px 0;
}
.amblem-container {
    position: relative;
    width: 30px; /* Ambleminizin istenen genişliği */
    height: 30px; /* Ambleminizin istenen yüksekliği */
    overflow: hidden;
}

.amblem-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain; /* Veya object-fit: cover; */
}