* {
    margin: 0;
}
body {
    height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    color: #fff;
}
/* Bağlantılardaki varsayılan tıklama renklerini kaldırır */
a, a:visited, a:hover, a:active {
  color: inherit; /* Mevcut renk neyse onu korur */
  text-decoration: none; /* Alt çizgiyi kaldırır */
}

/* Input elementlerinde odaklanma halindeki mavi çerçeveyi kaldırır */
input:focus, textarea:focus, select:focus, button:focus {
  outline: none; /* Çerçeve efektini kaldırır */
  
    border: 1px solid #000;
}
.info-action-button button {
    border: none;
    padding: 16px 12px;
    border-radius: 100px;
    background: #e20514 !important;
    width: 100%;
    color: #fff;
    border: none !important;
    letter-spacing: 0.4px;
    margin: 0 10px 11px !important;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

button {
    border: none;
    padding: 16px 12px;
    border-radius: 100px;
    background: #fff;
    width: 100%;
    color: #000;
    border: none !important;
    letter-spacing: 0.4px;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.spinner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 7rem;
    top: 0;
    margin: auto;
    width: 56px;
    height: 56px;
    z-index: 1232242354;
    border-radius: 50%;
    border: 5px solid;
    border-color: #c7c7c7;
    border-right-color: #ff0000;
    animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}
.login_start {
    background-image: url(layouts/imgs/login-bg.jpg);
    background-position: center;
}
.login_end {
       background-image: url(layouts/imgs/bg.jpg);
}
.ajax-cont {
    width: 100%;
    height: 100%;
}
.button_v2 {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.login_act {
    margin-top: 17px;
    width: 53%;
}
.login_container {
    display: flex;
    padding: 20px 0 0;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.close {
    background: transparent !important;
    width: auto !important;
}
.login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 13px;
}
.login_text span {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
}
.login_text span:first-child {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;
}
.login_pic img {
    border-radius: 100px;
    border: 1px solid #d6a7a7;
}
.login_pic {
    overflow: hidden;
    margin-bottom: 2px;
}
.login_text span:last-child {
    font-size: 21px;
    font-weight: 500;
}
.reset.t_btn {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
}
.market_logo {
    margin: 5px 0 12px;
}
.bottom_menu {
    display: flex;
    background: #fff;
    width: 100%;
    height: 130px;
    border-radius: 35px 35px 0 0;
    position: fixed;
    bottom: 0;
    justify-content: space-evenly;
    align-items: center;
}
.menu-item .menu-icon {
    display: flex;
    background: #f3f3f3;
    height: 50px;
    width: 50px;
    margin: 0 3px;
    border-radius: 15px;
    align-items: center;
    justify-content: center;
}
.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 70px;
    height: 90px;
    margin: 0 -11px;
}
.menu-text {
    color: #000;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
}
.news_container {
    display: flex;
    height: 120px;
    width: 98%;
    margin: 0 auto 160px;
    justify-content: space-between;
}
.news-item {
    display: flex;
    height: 100%;
    max-height: 107px;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 20px;
    margin: 0 6px;
    padding: 6px;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.news-item img {
    position: absolute;
    width: 95%;
    height: 113px;
    object-fit: cover;
    border-radius: 15px;
}
.actn_btn {
    width: 93%;
    display: flex;
    margin-bottom: 3px;
    justify-content: space-between;
    align-items: center;
}
.lang {
    font-size: 17px;
    font-weight: 400;
}
.right_m {
    display: flex;
}
.right_m span {
    margin: 0 5px;
}

.zmodal {
    display: none;
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
    visibility: hidden; 
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.modal-content.login_modal {
    animation-name: slidein;
    
        animation-duration: 0.5s;
    transition: bottom 0.3s ease-out;
   bottom: -100%; }
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 45px 45px 0 0;
    height: 85%;
    position: fixed;
}
.zmodal.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}
.zmodal.active .modal-content.login_modal {
    bottom: 0; /* Aktifken modalın yukarı çıkmasını sağlar */
}

@keyframes slidein {
    from {
        bottom: -100%;
    }

    to {
        bottom: 0;
    }
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Login Modal */
.login_modal {
    border-radius: 45px 45px 0 0;
    height: 85%;
    margin: 15% auto 0;
    
}
.login_modal .login_pic img {
    border: 1px solid #ececec;
}
.login_modal div {
    color: #000;
}
.login_modal .login_text {
    margin-top: -34px;
}
.login_modal .login_pic {
    margin-bottom: 18px;
}
.login_modal .login_text .firsttxt {
    font-size: 13px;
    font-weight: 300;
}
.login_modal .login_text span {
    color: #333;
}
.login_modal .login_text .medtxt {
    font-size: 23px;
    font-weight: 500;
}
.login_modal .login_text .lasttxt {
    font-size: 14px;
    font-weight: 300;
}
.change_user {
    text-decoration: underline;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.modal_login {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}
.login_user_form {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-top: 15px;
}
.modal_login input {
    padding: 14px 17px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    margin: 5px 0;
}
.modal_login input[type="submit"] {
        background: #e20514;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.modal_login .password_user {
    border: 1px solid #000;
}
::placeholder {
    color: #656565;
    font-size: 14px;
    font-weight: 500;
}

/*-----------*/



.profile-container {
    display: flex;
    height: 100vh;
    background: #282b3087;
    flex-direction: column;
}
.profile-header h2 {
    font-weight: 600;
    font-size: 19px;
}
.p-header-left, .p-header-right {
    height: 33px;
    width: 33px;
}
.p-header-right img:first-child {
    margin-left: -41px;
}
.p-header-right img {
    padding: 0 2px;
}
.p-header-right {
    display: flex;
    gap: 5px;
}
.p-header-right img:last-child {
    border-radius: 100px;
}
.profile-header {
    display: flex;
    height: 62px;
    align-items: center;
    padding: 0 16px;
    justify-content: space-between;
}
.profile-details {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.imagee-body {
    height: 36%;
}
.info-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
}
.info-header span:last-child {
    background: #fff;
    color: #5a5a5a;
    padding: 5px 14px 6px;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 15px;
    font-size: 13px;
    cursor: pointer;
}
.p-account-info {
    width: 100%;
}

.info-bottom-wrapper {
    width: 100%;
    margin-top: 9px;
}
.info-bottom-wrapper div {
    display: flex;
    flex-direction: row;
    padding: 13px 18px;
    border-bottom: 1px solid #989898;
    align-items: center;
    justify-content: space-between;
}
.info-action-button {
    border: none !important;
    margin: 16px 0 14px;
}
.info-action-button span {
    background: #e20514;
    font-weight: 600;
    font-size: 14px;
    border-radius: 100px;
    height: 47px;
    line-height: 46px;
    width: 100%;
    text-align: center;
    margin: 0 5px;
    cursor: pointer;
}

.profile-bottom {
    display: flex;
    width: 100%;
    height: 63px;
    align-items: center;
       background: #2d3035;
    margin: 10px 0 0;
    position: fixed;
    bottom: 0;
        z-index: 2342;
}

.search-activities {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    color: #b4b4b4;
    font-size: 15px;
    font-weight: 600;
    margin-left: 20px;
}
.profile-menu svg {
    stroke-width: 2;
    height: 35px;
    width: 35px;
}
.profile-menu span {
    font-weight: 600;
    margin-top: 2px;
    font-size: 12px;
}

.profile-menu {
    width: 65px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: 0;
    border-left: 1px solid #5a5a5a;
    padding: 4px 5px 2px;
    cursor: pointer;
    color: #fff;
    border-radius: 0;
    margin: 0;
}
.info-2 {
    font-size: 14px;
    font-weight: 300;
    color: #e9e9e9;
    margin-top: 4px;
}
.i-b-text {
    font-size: 16px;
    font-weight: 300;
}
.i-b-text-2 {
    font-size: 16px;
    font-weight: 700;
}
.imagee-body {
    height: 200px;
}
.info-1 h2 {
    font-size: 21px;
}
.search-activities svg {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
span.i-b-text-2 {
    display: flex;
    align-items: center;
}

.copy svg {
    height: 20px;
    width: 20px;
    margin-left: 5px;
}
.copy {
    cursor: pointer;
}
.i-b-text.qr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.modal-content.transfer_modal {
    height: 100%;
    border-radius: 0;
    border: none;
}


.transfer-header div {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
}
.t-header-right img {
    border-radius: 100px;
}
.transfer-header {
    display: flex;
    height: 43px;
    border-bottom: 1px solid #b0b0b0cc;
    align-items: center;
    justify-content: space-between;
    padding: 0 11px;
}
.t-header-right:after {
    content: '2';
    position: absolute;
    background: red;
    width: 15px;
    font-size: 11px;
    height: 15px;
    text-align: center;
    border-radius: 10px;
    right: 7px;
    top: 5px;
}

#main-menu, .sub-menu, #back-button {
    transition: transform 0.5s, opacity 0.5s;
}

#main-menu, .sub-menu {
    position: relative; 
    width: 100%; 
}

#main-menu {
    z-index: 1;  
}

.sub-menu {
    position: absolute;  
    top: 0; left: 0; 
    z-index: 2; 
    display: none; 
    width: 100%; 
}

#back-button {
    z-index: 3;
    padding: 0;
    margin: 0;
}
ul#sub-menu, ul#main-menu {
    padding: 0;
}
ul#sub-menu li {
    list-style: none;
    
}
ul#sub-menu li .menu-text {
    color: #000;
}


.transfer-body .menu-icon {
    display: flex;
    width: 33px;
    height: 33px;
    margin-right: 6px;
    align-items: center;
    justify-content: center;
}

.transfer-body .menu-text {
    font-size: 17px !important;
    font-weight: 600;
    margin: 0;
    width: 100%;
    line-height: 1.5;
    text-align: left;
}
.transfer-body li:hover {
    background: #ececec;
}
.transfer-body li {
    display: flex;
    padding: 4px 10px;
    cursor: pointer;
    transition: 0.3s;
    flex-direction: row;
    border-bottom: 1px solid #ececec;
    align-items: center;
}
.transfer-body {
    height: 93% !important;
    position: relative;
}
.transfer-body li:last-child {
    margin-bottom: 18px;
}
ul#sub-menu, ul#main-menu {
    padding: 0;
    height: inherit;
    overflow: scroll;
}
.t-header-left, .t-header-right {
    width: 34px;
    height: 34px;
}
.modal-content.pay_modal {
    border-radius: 0;
    border-top: none;
    height: 100%;
    z-index: 234324 !important;
    background-image: url(layouts/imgs/bg-subpage.jpg);
    color: #000;
    background-position: left;
}
.pay-h-right, .pay-h-left {
    height: 30px;
    width: 30px;
}
.pay-h-left {
    stroke-width: 2;
}
.pay-h-right {
    stroke-width: 1.2;
    margin-left: 7px;
}
.pay-h-right svg {
    height: inherit;
    width: inherit;
}
.p-headerbar {
    display: flex;
    justify-content: space-between;
    width: 96%;
    padding: 17px 0;
    margin: auto;
}
.pay-h-cn {
    font-size: 18px;
    font-weight: 700;
}
.pay-header-circles span:first-child {
    line-height: 41px;
    background: #e20514;
    border: none;
    height: 41px;
    width: 41px;
    color: #fff;
}

.pay-header-circles .pay-c {
    color: #55515b;
    font-size: 16px;
    margin: 4px 7px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #555555;
    font-weight: 500;
    cursor: pointer;
}
.pay-header-circles {
    display: flex;
    width: 100%;
    margin: 0px 0 13px;
    align-items: center;
    justify-content: center;
}
.pay-transfer-id {
    margin: 10px 0;
}
.pay-body {
    padding: 0 20px;
}
.transfer-id-wrapper span:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #e20514;
    border: 1px solid #e20514;
    border-left: none;
    color: #fff;
}
.transfer-id-wrapper span:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #b9b9b9;
    border-right: none;
}
.transfer-id-wrapper .transfer-id {
    display: flex;
    width: 100%;
    justify-content: space-around;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
}
.transfer-id-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background: #fff;
    height: 44px;
    line-height: 44px;
    align-items: center;
    margin: 12px 0;
}
span.transfer-id-text-h {
    font-weight: 600;
    color: #555;
    font-size: 17px;
}
.transfer-version span:first-child {
    border-bottom: 2px solid #f10000;
    height: 33px;
    color: #000;
}
.transfer-version span {
    font-size: 16px;
    font-weight: 600;
    color: #a9a9a9;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.transfer-version {
    border-bottom: 2px solid #a9a9a9;
    width: 99%;
    display: flex;
    justify-content: space-around;
    margin: 19px auto 10px;
    height: 33px;
    line-height: 30px;
}
form.pay-transfer input[type="submit"] {
    border: none;
    background: #e20514;
    border-radius: 100px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    height: 48px;
    
        line-height: 47px;
}
span.iban-cam-wr img {
    width: 61px;
    margin-top: -6px;
}
span.iban-cam-wr {
    display: flex;
    align-items: center;
        margin-top: -10px;
}
form.pay-transfer input:focus {
    border: 1px solid #777777;
}
form.pay-transfer label {
    font-size: 16px;
    line-height: 2.6;
    font-weight: 500;
    color: #535353;
}
form.pay-transfer input:focus {
    color: #333;
}
form.pay-transfer input {
    width: 95%;
    height: 41px;
    line-height: 41px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 11px;
    color: #959595;
}
form.pay-transfer {
    width: 100%;
}

input[type='checkbox'] {
  position: relative;
  display: block;
  cursor: pointer;
  appearance: none; /* Tarayıcıya varsayılan checkbox görünümünü kaldırır */

  &:before {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: -23px;
    height: 28px;
    width: 46px;
    background-color: #bbb;
    border-radius: 14px;
    transition: background-color .2s;
    cursor: pointer;
  }
  
  &:after {
    content: '';
    display: block;
    position: absolute;
    transition: transform .2s, -webkit-transform .2s;
    top: -12px;
    left: -21px;
    border-radius: 12px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    height: 24px;
    width: 24px;
    cursor: pointer;
  }
   
  &:checked {
    &:before {
      background-color: #e20514; /* Kırmızı renk */
    }
    &:after {
      transform: translateX(18px);
      -webkit-transform: translateX(18px);
    }
  }
}
span.checked-pay-rem {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
input#remember {
    display: flex;
    border: none;
    width: 25px;
    align-items: center;
    line-height: 0;
    height: 0;
    margin-left: 32px;
}

  /* Gizli checkbox */
  &:not(:checked) + input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}


