.border-radius-50{
    border-radius: 50px!important;
}
.fw-700{
    font-weight: 700!important;
}
.w-auto{
    width: auto!important;
}
.circle-login-fa{
    border:1px solid #333;
    border-radius:50%;
    width: 30px;
    height: 30px;
    text-align:center;
    line-height: 30px;
}
.circle-login-img>img{
    border-radius:50%;
    width: 40px;
    height: 40px;
}
.circle-login-img-mobile>img{
    position: absolute;
    right:25px;
    top:15px;
    border-radius:50%;
    width: 40px;
    height: 40px;
}
.login-nav{
    height: 50px;
    line-height: 50px;
    position: relative;
    display:inline-block;
    min-width: max-content;
    color: #fff!important;
    color:#000!important;
    background-color: #fff!important;
    border-radius:4px;
}
.login-subnav{
    line-height: 50px;
    display:none;
    top:45px;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    padding: 0px;
    z-index: 1;
    border:1px solid #999;
}
.login-nav:hover{
    cursor:pointer;
}
.login-subnav>ul{
    /*padding:12px 0px;*/
}
.login-subnav>ul>li{
    padding: 0;
}
.login-subnav>ul>li a{
    padding:0 16px;
    width: 100%;
}
.login-subnav>ul>li:hover{
    background-color: #eee;
}
.login-subnav-mobile{
    top:80px;
    height: 0px;
    opacity: 0;
    position: fixed;
    overflow: auto;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    transition: all 10s ease-out;
}
.login-subnav-mobile.login-subnav-mobile-open{
    opacity: 1;
    height: calc(100% - 80px);
    overflow-x: hidden;
}
.login-subnav-mobile-header{
    width: calc(100% - 8rem);
    padding:1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-logo-mobile img{
    width: 120px;

}
.login-subnav-mobile-header-name{
    padding-top:0.5rem;
    width: calc(100% - 8rem);
}
.login-subnav-mobile-close-btn{
    padding-right:1rem;
    position: static;
    text-align:right;
    width: 4rem;
    height: 100%;
}
.login-subnav-mobile-close-icon{
    font-size:3rem;
}
.login-subnav-mobile-name{
    font-size:1.4rem;
    font-weight: bold;
}
.login-subnav-mobile-h1{
    font-size:2rem;
    font-weight: bold;
}
.login-subnav-mobile-h2{
    font-size:1rem;
    line-height: 14px;

}
.button-kaydol-mobile{
    background-color:#FFAC1C;
    color:#fff;
    border-radius:30px;
    padding:0.5rem 1rem;
    font-size:1rem;
    width: max-content;
    display: block;
}
.button-satici-mobile{
    background-color:#FFAC1C;
    color:#fff;
    border-radius:30px;
    padding:0.5rem 1rem;
    font-size:1rem;
    width: max-content;
    display: block;
}
.login-subnav-mobile-menu>li:first-child{
    border-top:1px solid #aaa;
}
.login-subnav-mobile-menu>li:last-child{
    /*border-top:1px solid #aaa;*/
}
.login-subnav-mobile-menu>li{
    font-size:1rem;
    line-height: 8px;
    padding:1.2rem 1rem;
}
.login-subnav-mobile-menu li span {
    font-weight: bold;
}
.main-header-bg-white{
    background-color: white !important;
    box-shadow: 0px 10px 30px 0px #05103645;
}
.reservation-card{
    padding:25px;
    border-bottom:1px solid #DEE0E3;
    position: relative;
}
.reservation-card-title{
    font-size:1.5rem;
    font-weight: 600;
}
.reservation-card-subtitle{
    font-size:1rem;
    color:#62697B;
}
.reservation-tour-title {
    margin-top: -10px;
}
.reservation-card-detail-btn:hover{
    cursor:pointer;
}
.reservation-card-date{
    font-size:1rem;
    color:#62697B;
}
.reservation-card-price{
    font-size:1.3rem;
    font-weight: 600;
}
.reservation-detail{
    display:none;
    top:90px;
    left:0px;
    right:0px;
    bottom:0px;
    margin-left:var(--dashboard-width);
    padding:35px;
    position: fixed;
    overflow: auto;
    background: #F5F5F5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.reservation-search-detail{
    padding:35px;
    overflow: auto;
    background: #F5F5F5;
}
.reservation-sorgulama-search-detail{
    padding:35px;
    overflow: auto;
    background: #fff;
}
.reservation-detail-tour-title {
    margin-top: -10px;
}
.full-page-popup-layout{
    display:none;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    z-index: 1000;
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.full-page-popup{
    display:none;
    left:calc(50% - 250px);
    width: 500px;
    padding:20px 35px;
    position: absolute;
    background: #F5F5F5;
    z-index: 1001;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 1;
}
.popup-close-btn{
    position: absolute;
    top:-15px;
    right:5px;
}
.homemade-lightbox-img{
    cursor: pointer;
    transition: 0.3s;
}
.homemade-lightbox-img:hover{
    opacity: 0.7;
}
.homemade-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.9);
}

.homemade-lightbox-content {
    display: block;
    margin: 50px auto;
    max-width: 80%;
    max-height: 80%;
    z-index: 1001;
}
.close-homemade-lightbox{
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 40px;
    color: #f1f1f1;
    cursor: pointer;
}
.dashboard.-is-sidebar-open .reservation-detail{
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-left:0px;
}
.login-fa-text {
    font-size: 15px;
}
.login-subnav ul li a span {
    font-size: 15px;
}
.reservation-status-color-1, .reservation-status-color-3, .reservation-status-color-1:hover, .reservation-status-color-3:hover{
    color: var(--color-dark-1)!important;
}
.reservation-status-color-2, .reservation-status-color-4, .reservation-status-color-5, .reservation-status-color-2:hover, .reservation-status-color-4:hover, .reservation-status-color-5:hover{
    color: var(--color-light-1)!important;
}
.cursor-pointer:hover{
    cursor: pointer;
}
.reservation-detail-popup-text span{
    color:#5A6275;
}
.reservation-detail-popup-text i{
    color:#0F0F10;
    width: 1.5rem;
    text-align: center;
}
.reservation-detail-popup-text span.reservation-owner{
    color:#0F0F10;
    font-size: 1.5rem;
    font-weight: bold;
}
.reservation-detail-popup-text span.reservation-option-title{
    color:#0F0F10;
    font-size: 1.5rem;
    font-weight: bold;
}
.reservation-detail-popup-text span.reservation-addons{
    color:#0F0F10;
    font-size: 1.5rem;
    font-weight: bold;
}
.button-reservation-iptal{
    color: #ffffff!important;
    padding: 10px 15px;
    white-space: nowrap;
}
.button-reservation-iptal-disabled{
    color: #ffffff!important;
    padding: 10px 15px;
    white-space: nowrap;
}
.button-reservation-pay{
    color: #ffffff!important;
    padding: 10px 15px;
    white-space: nowrap;
    margin-right:15px;
    font-size: 1rem;
}
.button-reservation-delete{
    color: #ffffff!important;
    padding: 10px 15px;
    white-space: nowrap;
}
.gray-alert-min{
    padding: 20px 30px;
    background-color: #F2F3F5;
    color: #61697B;
    border:1px solid #BEC2CB;
    border-radius: 20px;
    margin:20px 60px;
}
.gray-alert-min-header{
    font-weight: bold;
}
.gray-alert-btn-yorum{
    color: #ffffff!important;
    padding: 10px 15px;
    white-space: nowrap;
}
.btn-deneyim-paylas{
    color: #ffffff!important;
    padding: 10px 15px;
    white-space: nowrap;
    width: auto;
}
.border-light-1{
    border-style: solid;
    border-width: 1px;
    border-color: var(--color-light-1);
}
.border-radius-5{
    border-radius: 5px;
}
.d-none-important{
    display: none!important;
}
.square-100-100 {
    height:100px;
    width:100px;
}
.gray-alert-payment-header,.gray-alert-payment{
    color:#0F0F10;
    font-weight: bold;
}
.swal-custom-red-btn{
    background-color: var(--bs-danger);
    color: var(--bs-white);
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    border-color: var(--bs-danger);
    border-size:1px;
    border-style: solid;
}
.swal-custom-red-btn:hover,.swal-custom-red-btn:focus{
    background-color: var(--bs-danger);
    color: var(--bs-white);
}
.swal-custom-white-btn{
    background-color: var(--bs-light);
    color: var(--bs-dark);
    margin: 0.3125em;
    padding: 0.625em 1.1em;
    border-color: var(--bs-dark);
    border-size:1px;
    border-style: solid;
}
.min-w-75{
    min-width: 75px;
}
.gray-alert-btn-yorum i{
    color:#fff;
}
#rezervation_detail_bottom_deneyim #comment_img{
    display:none;
}
#rezervation_detail_bottom_deneyim .custom-file-upload-part-1{
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    width: 100%;
    padding:15px;
}
#rezervation_detail_bottom_deneyim .custom-file-upload-part-2{
    background-color: #000;
    color:#fff;
    white-space: nowrap;
    padding: 15px;
    margin-left:10px;
}
#rezervation_detail_bottom_deneyim .custom-file-upload{
    /*
    display: flex;
    justify-content: ;
    cursor: pointer;
    */
}
#rezervation_detail_bottom_deneyim .form-control, #rezervation_detail_bottom_deneyim_yorum_var .form-control{
    display: block;
    width: 100% !important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.5;
    color: #212529;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#id_deneyim_images img{
    height: 50px;
    width: auto;
    border:1px solid #666;
}
.rate-rated:not(:checked) > label:hover, .rate-rated:not(:checked) > label:hover ~ label {
    color:#ccc;
}
/*
#deneyim-div{
    display: none;
}
#odeme-tumu-odenen-div{
    display: none;
}
#odeme-on-odenen-div{
    display: none;
}
#odeme-on-kalan-div{
    display: none;
}
#iptal-et-disabled{
    display: none;
}
*/
.form-select-addon-text{
    line-height: 2.5;
    padding:0.375rem 0.75rem 0.375rem 0.75rem;
}
.lh-40px{
    line-height: 40px;
}
.option-card{
    border: 1px solid #aaa;
    margin-bottom:10px;
    border-radius:5px;
}
.option-card-title{
    font-weight: bold;
}
.schedule-card-button, .schedule-card-button:hover{
    border: 1px solid #3554D1;
    border-radius: 50px;
    color: #3554D1;
    padding:5px 30px;
    font-weight: bold;
    width: auto;
}
.schedule-time-preview-days{
    border-bottom:1px solid #aaa;
}
.schedule-time-preview-day{
    font-weight: bold;
}
.schedule-time-preview-times{
    padding:20px 10px;
}
.weekly_schedule_div{
    border-bottom:1px solid #aaa;
    margin-bottom:20px;
}
.price-category-box{
    border: 1px solid #aaa;
    margin-bottom:10px;
    border-radius:5px;
}
.price-category-title{
    font-weight: bold;
}
.addon-buttons-area{
    min-width: 180px;
}
.schedule-list{
    margin-top:25px;
    border-top:1px solid #aaa;
}
.schedule-card-title{
    font-weight: bold;
}
.schedule-card-weekly{
    background-color:#eee;
    border-radius: 5px;
    padding:10px 20px
}
.schedule-day-header{
    font-weight: bold;
}
.option-menu-button{
    text-align:left;
}
.open-option-menu-button{
    padding-left:10px;
    padding-right:10px;
}
.open-option-menu-area{
    position: absolute;
    background-color:#fff;
    border:1px solid #62697B;
    border-radius:5px;
    padding:10px 20px;
    min-width:200px;
    right:10px
}
@media (max-width: 575.98px){
    .dashboard__content {
        padding-top: 50px;
    }
    #left-panel-open-btn {
        display: flex;
    }
    .login-subnav-mobile-name, .login-subnav-mobile-close-icon{
        font-size:1.5rem;
    }
    .login-subnav-mobile-header{
        padding:0.5rem 0rem;
    }
    .full-page-popup{
        left:5px;
        right: 5px;
        width: calc(100% - 10px);
    }
    .login-subnav-mobile-h1{
        font-size: 1.5rem;
    }

}
@media screen and (min-width:767px){
    .full-page-popup{
        top:calc(50% - 100px);
    }
    .only-md-plus-block{
        display:block;
    }
    .only-md-minus-block{
        display:none;
    }
    .only-md-plus-flex{
        display:flex;
    }
    .only-md-minus-flex{
        display:none;
    }
    .gray-alert{
        padding: 20px 30px;
        background-color: #F2F3F5;
        color: #61697B;
        border:1px solid #BEC2CB;
        border-radius: 20px;
        margin:10px 0px;
    }
    .gray-alert-paid-header{
        font-size:1.3rem;
    }
    .gray-alert-paid{
        font-size:1.3rem;
        font-weight: bold;
        white-space: nowrap;
    }
    .gray-alert-paid-header-min{
        font-size:1rem;
    }
    .gray-alert-paid-min{
        font-size:1rem;
        font-weight: bold;
        white-space: nowrap;
    }
    .gray-alert-payment-header{
        font-size:1.2rem;
    }
    .gray-alert-payment{
        font-size:1.2rem;
        font-weight: bold;
        white-space: nowrap;
    }
    #tab_item_1_icon,#tab_item_2_icon,#tab_item_3_icon,#tab_item_4_icon{
        display:none;
    }
    #tab_item_1_title,#tab_item_2_title,#tab_item_3_title,#tab_item_4_title{
        display:block;
    }
    .btn-bilet-indir{
        margin-right:100px;
    }
    .btn-bilet-indir-nologin{
        margin-right:0px;
    }
    .btn-detay-kapat{
        width: 50px;
        text-align: right;
    }
    .total-price-div{
        padding-right:140px;
    }
    .total-price-div-nologin{
        padding-right:40px;
    }
    .layout-reservation-sorgula{
        padding-top:30px;
    }
}
@media screen and (max-width:766px){
    .cookie-consent {
        height: auto;
    }
    .cookie-consent-box{
        justify-content: space-between;
    }
    .cookie-consent-box p{
        font-size: 10px;
    }
    .cookie-consent-box button{
        width: max-content !important;
    }
    #left-panel-open-btn{
        display: none;
    }
    .full-page-popup{
        bottom:15px;
    }
    .only-md-plus-block{
        display:none!important;
    }
    .only-md-minus-block{
        display:block;
    }
    .only-md-plus-flex{
        display:none!important;
    }
    .only-md-minus-flex{
        display:flex;
    }
    .reservation-card{
        padding: 0;
    }
    .reservation-card-title{
        font-size: 0.8rem;
        display:block;
        line-height: 0.8rem;
    }

    .reservation-card-subtitle{
        font-size: 0.8rem;
        line-height: 1rem;
        display:block;
    }
    .reservation-card-date{
        font-size: 0.8rem;
        line-height: 0.8rem;
        white-space: nowrap;
    }
    .reservation-card-status-icon{
        font-size: 0.7rem;
        line-height: 0.8rem;
        padding-right:1px;
    }
    .reservation-card-price{
        font-size: 0.8rem;
        line-height: 0.8rem;
        white-space: nowrap;
    }
    .mobile-detay-icon{
        font-size: 1.8rem;
    }
    .reservation-detail-popup-text{
        font-size: 0.7rem;
    }
    .reservation-detail-popup-text span.reservation-owner{
        font-size: 1rem;
    }
    .text-md-minus-16 {
        font-size: 16px;
    }
    .text-md-minus-14 {
        font-size: 14px;
    }
    .reservation-detail-cancel-last-date {
        color: #5A6275;
        font-size: 0.6rem;
        line-height: 1;
    }

    .reservation-detail-tour-title {
        margin-top: 0px;
    }

    .gray-alert-paid-header{
        font-size:1rem;
    }
    .gray-alert-paid{
        font-size:1rem;
        font-weight: bold;
        white-space: nowrap;
    }
    .gray-alert-paid-header-min{
        font-size:0.8rem;
        color: #5A6275;
    }
    .gray-alert-paid-min{
        font-size:0.8rem;
        font-weight: bold;
        white-space: nowrap;
        color: #5A6275;
    }
    .gray-alert-payment-header{
        font-size:0.9rem;
    }
    .gray-alert-payment{
        font-size:0.9rem;
        font-weight: bold;
        white-space: nowrap;
    }
    #iptal-et-enabled,#iptal-et-disabled,#iptal-et-cancelled{
        font-size:0.8rem;
    }
    .swal-mobile-bottom{
        grid-row: 3!important;
        align-self: end!important;
    }
    #tab_item_1_icon,#tab_item_2_icon,#tab_item_3_icon,#tab_item_4_icon{
        display:block;
    }
    #tab_item_1_title,#tab_item_2_title,#tab_item_3_title,#tab_item_4_title{
        display:none;
    }
    .is-tab-el-active>#tab_item_1_title,.is-tab-el-active>#tab_item_2_title,.is-tab-el-active>#tab_item_3_title,.is-tab-el-active>#tab_item_4_title{
        display:block;
    }
    .is-tab-el-active>#tab_item_1_icon,.is-tab-el-active>#tab_item_2_icon,.is-tab-el-active>#tab_item_3_icon,.is-tab-el-active>#tab_item_4_icon{
        display:none;
    }
    .reservation-sorgulama-search-detail{
        padding:15px;
    }
    .layout-reservation-sorgula{
        padding-top:60px;
    }
}
@media screen and (min-width:1200px){
    .login-nav:hover .login-subnav{
        display: block;
    }
    /*
    .only-xl-plus-block{
        display:block;
    }
    */
    .only-xl-plus-none{
        display:none!important;
    }
}
@media screen and (max-width:1199px){
    .only-xl-plus-block{
        display:none!important;
    }
    .btn-kaydol{
        display:none;
    }
    .login-nav{
        min-width: 50px;
    }
    .circle-login-fa{
        margin-top:10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .login-fa-text{
        display:none;
    }
    .header-mobile-center{
        display:flex;
        align-items: center;
    }
    .header-mobile-center img{
        max-width: 140px;
    }
    .header .header-menu{
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        width: 100vw;
        height: calc(100% - 80px);
        top: 80px;
        transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
        opacity: 0;
        pointer-events: none;
    }
  
}
@media screen and (max-width:991px){
    .reservation-detail{
        margin-left: 0px;
        padding-top:0px;
    }
}

/* Mobil cihazlar için */
@media (max-width: 767px) {
    .mobile-text {
        display: block;
    }
    .desktop-text {
        display: none;
    }
    .cardImageHome {
        width: 100%;
        height: auto !important;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

/* Masaüstü cihazlar için */
@media (min-width: 768px) {
    .mobile-text {
        display: none;
    }
    .desktop-text {
        display: block;
    }
    .m-hide-element {
        display: none;
    }
}

.tourDays{
    font-weight: 700; text-align: center; 
    background: #062b59; 
     color: #fff; font-size: 14px; padding: 2px;
    height: 30px;
    line-height: 30px;
  }

 
 
    .ribbon {
        position: absolute;
        top: 24px;
        left: -28px;
        z-index: 10;
        width: 157px;
        padding: 5px 0;
        background: #f5532f;
        color: #fff;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        transform: rotate(324deg);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        letter-spacing: 1px;
        pointer-events: none;
 }
 


 .free_entrance {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    
    position: absolute;
    top: 0px;
    padding-inline: 10px;
    background: #07305c;
    border-bottom: var(--f) solid #0005;
    color: #fff;
    line-height: 1.3em;
    font-family: sans-serif;
    font-size: 18px;
    z-index: 999;
  }
  .left {
    left: calc(-1*var(--f));
    border-right: var(--r) solid #0000;
    clip-path: 
      polygon(100% 0,0 0,0 calc(100% - var(--f)),var(--f) 100%,
        var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
        calc(100% - var(--r)) calc(50% - var(--f)/2));
  }
  .right {
    right: calc(-1*var(--f));
    border-left: var(--r) solid #0000;
    clip-path: 
      polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
  }
  
  
  .box {
    max-width:500px;
    height:250px;
    margin:50px auto;
    background:lightblue;
    position:relative;
  }
  

  .offer-price{
    color: #000000;
    font-size: large;
    font-weight: 900;
    text-decoration: line-through;
}
 