@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    /* user-select: none; */
    /* border:1px solid red; */
}

body {
    font-family: Roboto, "sans-serif" !important;
    background: #FFFFFF;
    color:#030303;
    background-image: url("../images/arkaplan-desktop.jpg?v=1");
    background-repeat: repeat;
    background-size: cover;
    background-position: top;
    margin: 0;
}

a {
    color: #0354f2;
}

a:hover {
    color: #bb6fda;
}

.back-button {
    position: fixed;
    bottom: 1vw;
    left: 1vw;
    color: #FFFFFF;
    opacity: 0.5;
    z-index: 11;
}

.back-button:hover {
    color: #FFFFFF;
    opacity: 1;
}

#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.kvkk a {
    color: #E8702C;
}

#salon_tabs {
    position: absolute;
    top:2.5vw;
    left:0;
    width: 100vw;
    z-index: 999;
}

.salon_tab {
    margin: 2.5vw;
    font-size: 1.5vw;
}

.tab_cfp {
    color: #FFFFFF;
}


.tab_cfp:hover {
    border-bottom: 3px solid #FFFFFF;
}

.tab_live {
    color: #8F1E10;
    border-bottom: 3px solid #8F1E10;
}

#simdi, #sonra {
    cursor: pointer;
}

#simdi:hover, #sonra:hover {
    box-shadow: 0px 0px 6px 0px #749e9e;
    -webkit-box-shadow: 0px 0px 6px 0px #749e9e;
    -moz-box-shadow: 0px 0px 6px 0px #749e9e;
}

.yardim a {
    text-decoration: underline;
    font-weight: bold;
}

.konteyner {
    height: 100vh;
}

.fixedembed {
    position: absolute;
    top: 11.6vw;
    left: 50vw;
    width: 42.5vw;
    transform: translate(-50%);
}

.kayit_buton_div img {
    width: 200px;
}

.butonlar {
    left: 40px;
    top: 40px;
    z-index: 2;
}

.logo {
    max-width: 40%;
}

.borusan_title {
    width: 45vw;
}

.max120 {
    max-width: 120px;
}

.max150 {
    max-width: 150px;
}

.max170 {
    max-width: 150px;
}

.logo_psee {
    width:90%;
}

.sabit {
    position: fixed;
}

.sag_ust {
    width: 3vw;
    top: 3vw;
    right: 3vw;
}

.sol_ust {
    width: 30vw;
    top: 2vw;
    left: 2vw;
}

.sol_alt {
    width: 9vw;
    bottom: 1.5vw;
    left: 1.5vw;
}

.sag_alt {
    width: 14vw;
    bottom: 1.5vw;
    right: 1.5vw;
}

.yazi-win-together img {
    width: 50%;
}

.altbosluk {
    min-height: 50px;
}

small.eng_small {
    display:block;
    opacity:0.9;
    font-size: 0.5em;
}

small.eng_middle{
    display:block;
    opacity:0.7;
    font-size: 0.8em;
}

.fixed_logo {
    width: 15vw;
    top: 50%;
    left: 1.5vw;
    position: fixed;
    transform: translateY(-50%);
    z-index: -1;
}

.marka_logo {
    max-width: 80%;
}

.buton_resim {
    max-width: 140px;
    height: auto;
}

.buton_resim_genis {
    max-width: 240px;
    height: auto;
}

.oval_buton_salon {
    border: 3px solid #65c6f4!important;
    border-radius: 20px!important;
}

.oval_buton_giris {
    border: 3px solid #004190!important;
    border-radius: 20px!important;
}

.anket_modal .modal-body {
    padding: 0 !important;
}

.anket_modal {
    border-radius: 20px;
    background-color: #FFD602!important;
    color: #000102!important;
}

.anket_modal textarea {
    border-radius: 10px;
}

.minik-yazi {
    font-size:12px;
    color: #f5f5f5;
    display:block;
    width:100%;
}

.yayin-ikon {
    max-width: 40%;
    height: auto;
    margin: 20px 0;
}

.ana_label {
    color: #031040;
    font-family: Roboto, "sans-serif";
    font-weight: 900;
}

.sayac_container {
    margin: 0 1vw;
}

.sayac_kare {
    position: relative;
    background: url("../images/arkaplan-sayac.png?v=1");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 0.5vw;
    border-radius: 6px;
    min-width: 8vw;
}

.sayac_rakam {
    font-family: Roboto, "sans-serif";
    font-size: 5vw;
    font-weight: 900;
    color: #FFFFFF;
}

.sayac_yarimkare {
    display: none;
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.1);
}

.sayac_text {
    font-size: 1.3vw;
    margin-top: 1vw;
    color: #0354f2;
}

.sayac_sag_centik, .sayac_sol_centik {
    display: none;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgb(181 174 174) 100%);
    position: absolute;
    top: calc(50% - 0.6vw);
    height: 1.2vw;
    width: 0.2vw;
}

.sayac_sag_centik {
    right: -0.2vw;
    border-radius: 0 4px 4px 0;
}

.sayac_sol_centik {
    left: -0.2vw;
    border-radius: 4px 0 0 4px;
}

#sayac_main {
    margin: 4vw 0;
}

.btn-main {
    background-color: #0354f2;
    color: #FFFFFF;
    font-size: 25px;
    font-family: 'Roboto', 'sans-serif';
    font-weight: 900;
    border: 2px solid #FFFFFF;
    border-radius: 18px;
    padding: 6px 50px;
    cursor: pointer;
    display: inline-block;
}

.btn-main-sm {
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
}

.btn-main-md {
    font-size: 18px;
    padding: 10px 50px;
}

.btn-main:hover {
    color: #FFFFFF;
    background-color: #003acc;
    text-decoration: none;
}

.main_logo {
    max-width: 50vw;
}

.sayac_row_right_padding {
    padding-right: 2vw;
}

.absolute-right-button {
    position: absolute;
    right: 3vw;
    bottom: 3vw;
}

.main_logo {
    max-width: 50vw;
    max-height: 40vh;
}

.giris_buton_div {
    margin-top:50px;
}

#embed_alani_container {
    margin-top:30px;
}

.kvkk a, .telefon a {
    font-weight: bold;
    text-decoration: underline;
}

.kvkk a:hover, .kvkk a:active,
.telefon a:hover, .telefon a:active{

}

.giris_label {
    text-align: center;
}

.row.ust-ikonlar {
    position: absolute;
    top: 4%;
    width: 80%;
}

.mobildegoster {
    display:block;
}

.allianz-blue {
    color: #00468b;
}

.a_logo {
    max-width: 30%;
}

.logo_200 {
    width:200px;
}

.logo-right {
    max-width: 8%;
    position: absolute;
    top:40px;
    right:50px;
}

img {
    max-width:100%;
}

.gerisayim {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
    flex: none;
    padding:9% 0;
    /*min-height: 200px;*/
}

.sol-ikon {
    width:80%;
}

#girisformu .row,
#registerForm .row {
    margin:14px 0;
}

#girisformu input[type=text],
#girisformu input[type=email],
#girisformu input[type=password],
#girisformu select,
#registerForm input[type=text],
#registerForm input[type=email],
#registerForm input[type=password],
#registerForm select {
    width: 100%;
    background: #0354f2;
    background-size: 100% 100%;
    padding: 10px;
    border: none;
    outline: none;
    color: #FFFFFF;
    border-radius: 10px;
    height: 50px;
}

#girisformu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/arkaplan-input-arrow.png');
    background-size: 100% 100%;
}

#girisformu input::placeholder,
#registerForm input::placeholder {
    opacity: 0.4;
}

.sifreGoster {
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 25%;
    background: transparent;
    border: none;
    z-index: 9;
}

#logotopright {
    position: absolute;
    top:40px;
    right:40px;
}

#logotopright img {
    max-width: 20%;
}

.yukaridabosluk {
    margin-top:140px;
}

#soruformu {
    width:100%;
}

#soru_ajaxmesaj {
    position: absolute;
    display: none;
    width: 90%;
    left: 5%;
    top: 20%;
}

#soruModal .modal-content {
    border-radius:15px;

}#soruModal .modal-body {
     background-color: #E8E9EA;
     border-radius:15px;
 }

.yardim {
    /* position: absolute;
    top: 37vw; */
    font-size: 0.9em;
}

#ask_question_button {
    cursor: pointer;
}

#yardim_text_main {
    background: rgb(0 0 0 / 80%);
    padding: 5px 10px;
    border-radius: 10px;
}

.yardim-icon {
    width: 3%;
    height: 3%;
    margin-right: 3%;
}

.logo_main {
    margin-top: 50px;
}

#loginForm label,
#registerForm label {
    display: inline;
}

@media only screen and (min-width: 992px) {

    html,
    body {
        height: 100%;
    }

    #desktop_transform_4vw {
        transform: translateX(-4vw);
    }

    .max70 {
        max-width: 70%;
    }

    .ana_label {
        font-size: 20px;
        padding: 10px 0;
    }

    .embed_inside {
        max-width: 80%;
    }

    .mobildegoster {
        display:none;
    }

    .logo_main {
        max-width: 40%;
        margin:50px 0;
    }

    .logo_main_2x {
        max-width: 60%;
        margin:50px 0;
    }

    .logo_marka {
        max-width: 5%;
    }

    .altbaslik {
        font-size: 32px;
    }

    .yardim-icon {
        width: 1vw;
        height: auto;
        margin-right: 0.5vw;
    }

    .ana_label {
        text-align: right;
    }

    .giris_label {
        text-align: left;
    }

    #embed_alani_container {
        margin-top:0;
    }

    .row.ust-ikonlar {
        position: absolute;
        top: 4%;
        right: 4%;
        width: 96%;
    }

}

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

    body {
        background-image: url("../images/arkaplan-desktop.jpg?v=1");
    }

    .back-button {
        bottom: unset;
        top: 3vw;
        left: 3vw;
    }

    .ana_label {
        text-align: left;
    }

    #sayac_main {
        margin: 20vw 0;
    }

    .main_logo {
        max-width: 80vw;
    }

    .sayac_row_right_padding {
        padding-right: 0;
    }

    .mobile_bosluk {
        height: 10vh;
    }

    .absolute-right-button {
        /* display: none; */
    }

    .abbott_logo {
        max-width: 10vw;
    }

    .borusan_title {
        width: 90vw;
    }

    #hesaplamaUst {
        height: 15vw;
        font-size: 5vw;
        padding-top: 3vw;
    }

    #hesaplamaAlt {
        height: 5vw;
    }

    .next,
    .previous {
        width: 70%;
    }

    #footprint_butonlar img.w-50 {
        width: 70%!important;
    }

    #salon_tabs {
        top:12.5vw;
    }

    .salon_tab {
        font-size: 3vw;
    }

    .fixedembed {
        position: absolute;
        top: 15.25vw;
        left: 50vw;
        width: 56vw;
        transform: translate(-50%);
    }

    .yardim {
        top: 55vw;
    }

    #hesaplama {
        width: 100%;
        min-height: 90vw;
        background-size: 100% 100%;
        padding: 10px;
        margin: 0;
        margin-bottom:20vw;
    }

    #hesaplama .baslik {
        font-size: 16px;
        padding-top: 2px;
    }

    .fixed_logo {
        position: absolute;
        left: unset;
        width: 25vw;
        top: 5vw;
        right: 12vw;
        transform: unset;
    }

    .yardim {
        font-size: 12px;
    }

    .fixed-bottom {
        position: initial;
    }

    #sol {
        margin-top: 60px!important;
    }

    .logo {
        max-width: 90%;
    }

    .logo-right {
        max-width: 30%;
        top:30px;
        right:20px;
    }

    .yayin-ikon {
        max-width: 70%;
        height: auto;
        margin-top: 30%;
    }

    .altbaslik {
        font-size: 20px;
    }

    .giris_buton {
        width:100%;
    }

    .sayac_container {
        margin: 0 2vw;
    }

    .sayac_rakam {
        font-size: 12vw;
    }

    .sayac_kare {
        padding: 0vw;
        min-width: 18vw;
    }

    .sayac_text {
        font-size: 4vw;
    }

    .sayac_sag_centik,
    .sayac_sol_centik {
        top: calc(50% - 2.5vw);
        height: 5vw;
        width: 0.5vw;
    }

    .sayac_sag_centik {
        right: -0.5vw;
    }

    .sayac_sol_centik {
        left: -0.5vw;
    }

    .logo_psee {
        width:100%;
    }

    .sabit {
        position: absolute;
    }

    .sag_ust {
        width: 8vw;
        top: 8vw;
        right: 4vw;
    }

    .sol_ust {
        width: 75vw;
        top: 10vw;
        left: 5vw;
    }

    .sol_alt,
    .sag_alt {
        display: none;
    }

    .sol_alt_mobil {
        bottom: 0;
        left: 5vw;
        width:20vw;
    }

    .sag_alt_mobil {
        bottom: 0;
        right: 5vw;
        width: 30vw;
    }

}


.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color: #000102;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #dc3545;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #dc3545;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #dc3545;
}


.rate2 {
    float: left;
    height: 46px;
    padding: 0 10px;
}
.rate2:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate2:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate2:not(:checked) > label:before {
    content: '★ ';
}
.rate2 > input:checked ~ label {
    color: #ffc700;
}
.rate2:not(:checked) > label:hover,
.rate2:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate2 > input:checked + label:hover,
.rate2 > input:checked + label:hover ~ label,
.rate2 > input:checked ~ label:hover,
.rate2 > input:checked ~ label:hover ~ label,
.rate2 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}

.opacity-0 {
    opacity:0!important;
}
.opacity-1 {
    opacity:0.2!important;
}
.opacity-2 {
    opacity:0.4!important;
}
.opacity-3 {
    opacity:0.6!important;
}
.opacity-4 {
    opacity:.8!important;
}
.opacity-5 {
    opacity:1!important;
}

/* Maybe even support hover opacity shifts */
.opacity-0h5 {
    opacity:0!important;
    transition: opacity .25s ease-in-out!important;
    -moz-transition: opacity .25s ease-in-out!important;
    -webkit-transition: opacity .25s ease-in-out!important;
}
.opacity-0h5:hover {
    opacity:1!important;
}

.testwarning {
    position: absolute;
    left:20px;
    bottom:20px;
    font-size:30px;
    text-transform: uppercase;
    opacity: 0.4;
}

/* Language Switcher */
.flag-icon {
    display: inline-block;
    width: 24px;
    height: 18px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.flag-icon-tr {
    background-image: url('image/flags/tr.svg');
}

.flag-icon-en {
    background-image: url('image/flags/en.svg');
}

.language-dropdown {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    font-family: 'Roboto', 'sans-serif';
    min-width: 130px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.dropdown,
.language-dropdown {
    min-height: 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.selected-language {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    font-weight: 500;
    position: relative;
    transition: all 0.2s ease;
}

.selected-language:hover {
    background-color: #f9f9f9;
}

.selected-language:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transition: transform 0.2s ease;
    display: none; /* Hide the native dropdown arrow */
}

.selected-language i.fas {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.language-dropdown.open .selected-language:after {
    transform: translateY(-50%) rotate(180deg);
}

.language-dropdown.open .selected-language i.fas {
    transform: translateY(-50%) rotate(180deg);
}

.language-options {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.language-dropdown.open .language-options {
    display: block;
}

.lang-option {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
    transition: background-color 0.2s ease;
    text-decoration: none;
}

.lang-option:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}

.lang-text {
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    
    .selected-language {
        padding: 8px 12px 8px 8px;
        padding-right: 30px;
    }
    
    .selected-language .lang-text {
        display: none;
    }
    
    .lang-option .lang-text {
        display: none;
    }
    
    .selected-language i.fas {
        right: 10px;
    }
    
    .lang-option {
        padding: 8px 12px;
    }
    
    .flag-icon {
        width: 20px;
        height: 16px;
        margin-right: 0;
    }
    
    .language-dropdown {
        min-width: auto;
    }
}

/* Flag icons */
.flag-icon {
    display: inline-block;
    width: 24px;
    height: 18px;
    margin-right: 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.flag-icon-tr {
    background-image: url('../../../image/flags/tr.svg');
}

.flag-icon-en {
    background-image: url('../../../image/flags/en.svg');
}