.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;
}
#idDvLoader:before{
    background:#fff !important;
}
.btn-gecis{
    background-color: #0000e8!important;
    border: 1px solid white!important;
    color: white!important;
}
.btn-gecis:hover{
    background-color: white!important;
    border: 1px solid #0000e8!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;
    border: 1px solid blue;
    color: blue; /* Metin rengini değiştirmek istiyorsanız */
}
.btn-first {
    background-color: #0000e8!important;
    border: 1px solid white!important;
    color: white!important;
}
.btn-first:hover {
    background-color: white!important;
    border: 1px solid #0000e8!important;
    color: #0000e8!important;
}

.btn-second {
    background-color: white!important;
    border: 1px solid #0000e8!important;
    color: #0000e8!important;
}
.btn-second:hover {
    background-color: #0000e8!important;
    border: 1px solid #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;
}