﻿



.container {
    max-width: 616px !important;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'generalsans-variable' !important;
    font-size: 17px !important;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
}


.topImage {
    margin-bottom: 10px !important;
    margin-top: 1rem !important;
    vertical-align: middle;
    width: 30% !important;
}

.addImage {
    width: 40%;
    z-index: -999;
    margin-top: -1rem;
}

small {
    color: gray !important;
}


p {
    margin-bottom: 0.4rem !important;
}

.stateOption {
    color: #b3b3b3;
    float: left;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    cursor: pointer;
}


    .stateOption:hover {
        color: #106344;
        cursor: pointer;
    }



table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 0px solid #ccc;
    padding: 12px 18px 12px 18px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

tr {
    text-align: center;
}

td:hover {
    background-color: #106344 !important;
    border-color: #106344 !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: bold !important;
}

.selected {
    background-color: #106344 !important;
    border-color: #106344 !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: bold !important;
}


.disabled {
    /* background-color: #e0e0e0; */
    color: #e8e8e8 !important;
    cursor: not-allowed;
}

.today {
    background-color: #B2444E;
    color: white;
    font-weight: bold;
    position: relative;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .header h2 {
        margin: 0;
    }

.button {
    cursor: pointer;
    padding: 5px 10px;
    background-color: #B2444E;
    color: white;
    border: none;
    border-radius: 5px;
}

    .button:hover {
        background-color: #B2444E;
    }



.lineArrowDiv {
    margin-top: 0.8rem;
}

.selectize-control {
    text-align: left;
    margin-top: 2px;
}

.form-group {
    width: 100%;
}

.hourOption {
    border-radius: 10px;
    text-align: center;
    margin: 5px;
    padding: 10px 16px;
    background-color: #fff;
    border: 1px solid #d2d0d0;
    cursor: pointer;
    font-weight: 500;
    width: 110px;
}

    .hourOption:hover {
        background-color: #106344 !important;
        border-color: #106344 !important;
        color: #fff;
    }

.selectedOptionTime {
    background-color: #106344 !important;
    border-color: #106344 !important;
    color: #fff;
}



.personCountOption {
    margin: 2px;
    border: 1px solid #d2d0d0;
    cursor: pointer;
    padding: 7px 23px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 18px;
}

    .personCountOption:hover {
        background-color: #106344 !important;
        border-color: #106344 !important;
        color: #fff;
    }

.selectedPersonCount {
    background-color: #106344 !important;
    border-color: #106344 !important;
    color: #fff;
}






.regionOption {
    color: gray; /* Yazı rengi beyaz */
    padding: 10px 20px; /* Butonun iç boşlukları */
    cursor: pointer; /* Fare ile üzerine gelindiğinde el simgesi */
    position: relative; /* Alt çizgi için konumlandırma */
    font-size: 1.25rem;
}

.selectedRegionOption {
    font-weight: bold; /* Yazı kalın */
}

.regionOption::after {
    content: ""; /* Alt çizgi için içerik oluştur */
    display: block; /* Blok elemanı olarak göster */
    width: 80%; /* Çizgi genişliği %100 olacak */
    margin-left: 10%;
    height: 2px; /* Çizgi yüksekliği */
    background-color: #106344; /* Çizgi rengi beyaz */
    position: absolute; /* Mutlak konumlandırma */
    bottom: 5px; /* Alt çizginin butondan ne kadar aşağıda olacağını ayarla */
    left: 0; /* Başlangıçta görünür */
    visibility: hidden; /* Başlangıçta görünmez */
}

.regionOption.selectedRegionOption::after {
    visibility: visible; /* Seçili olduğunda görünür hale getir */
}






.deskOption {
    border: 1px solid #d2d0d0;
    border-radius: 10px;
    text-align: center;
    float: left;
    background-color: white;
    margin: 7px;
    padding-left: 14px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 10px;
    color: darkslategray;
    cursor: pointer;
    min-width: 4rem;
}

.selectedOption {
    background-color: #106344 !important;
    color: white;
    border: 1px solid #d2d0d0;
}

.deskOption:hover {
    background-color: #106344 !important;
    color: white;
    border: 1px solid #d2d0d0;
}

.selectedOption .material-icons {
    color: white !important;
}

.deskOption:hover .material-icons {
    color: white !important;
}


.disabledTable {
    background-color: #ffaeae;
    color: white;
    border: 1px solid #d2d0d0;
}

    .disabledTable:hover {
        background-color: #ffaeae;
        color: white;
        border: 1px solid #d2d0d0;
    }


#app {
    margin-top: 13px !important;
}

.card-input {
    margin-bottom: 8px;
}
/*kart css başlangıç*/

.card-item {
    max-width: 340px !important;
    height: 210px !important;
}

.card-item__chip {
    width: 30px !important;
}


.card-item__dateItem {
    color: white;
}

.card-item__dateTitle {
    color: white;
}


.card-item__type {
    height: 30px !important;
}

.card-item__top {
    margin-bottom: 10px !important;
}

.card-item__numberItem.-active {
    width: 14px !important;
}

.card-item__numberItem {
    width: 15px !important;
}

.card-item__number {
    margin-bottom: 7px !important;
    font-size: 15px !important;
    padding: 20px 9px;
}

/*kart css bitiş*/

.nav-tabs.nav-justified > li > a {
    border-bottom: none !important;
    border-radius: 16px 16px 0 0;
}


.editCard {
    color: dimgray;
}

    .editCard:hover {
        color: blue;
    }

.deleteCard {
    color: dimgray;
}

    .deleteCard:hover {
        color: blue;
    }




.taxTable > thead > tr > th {
    padding: 10px;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.taxTable > tbody > tr > td {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.taxTable {
    width: 100%;
}


.card-item__dateTitle {
    padding-bottom: 0px !important;
}

.card-item__date {
    font-size: 13px !important;
}

.card-form__inner {
    padding-top: 160px;
}

.card-form {
    width: 450px;
}

.card-item__type {
    margin-top: -2px;
}


.creditCardImage {
    width: 400px;
    margin-right: -16em;
    margin-top: -0.6rem;
    margin-bottom: -5rem;
    float: left;
    margin-left: -1.2rem;
}




.bankImage {
    display: none;
}


.btnSaveCreditCard {
    display: none !important;
}

.payment-box {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}



.onlineRezNote {
    width: 100%; /* Genişlik */
    height: 5rem; /* Sabit yükseklik */
    border: 1px solid lightgray; /* Varsayılan sınır */
    resize: none; /* Yeniden boyutlandırmayı kapatır */
    outline: none; /* Varsayılan mavi çerçeveyi kaldırır */
    transition: border-color 0.3s ease; /* Geçiş efekti */
    padding: 5px;
    text-indent: 1.5rem;
}

    .onlineRezNote:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    }


.succesText-second {
    font-weight: 550;
}


.checkboxs label {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    cursor: pointer;
    color: #333333;
    text-align: start;
}

.checkboxs {
    margin-top: 2rem;
}


@media (max-width: 1000px) {
    .SelectedDate
{
    font-size: 40px;
}

.SelectedTime {
    font-size: 40px;
}

.SelectedUsers {
    font-size: 40px;
}


#fullName {
    margin-bottom: 2rem;
}

    .onlineRezNote {
        height: 13rem; /* Sabit yükseklik */
    }


    .mainIcon {
        font-size: 110px !important;
    }

    .checkAllowIcon {
        font-size: 50px !important;
    }

    .tableIcons {
        font-size: 50px !important;
    }

    .AllowInfoIcon 
    {
        font-size: 50px !important;
    }

    .isSmoke {
        height: 50px !important;
        width: 50px !important;
        margin-left: 1rem;
    }

    .isPet{
        height: 50px !important;
        width: 50px !important;
        margin-left:1rem;
    }
    .propText{
        font-size:xx-large!important;
    }

.container, .container-md, .container-sm {
    max-width: 96% !important;
    font-size: xx-large !important;
}

.stateOption {
    padding-left: 13px;
    padding-right: 13px;
    font-size: 50px;
    padding-top: 30px;
}

.form-group {
    font-size: xxx-large;
}

.hourOption {
    font-size: 55px;
    float: left;
    margin: 16px;
    padding: 20px 40px;
    width: 202px;
}

.addImage {
    width: 40% !important;
}

.topImage {
    width: 50% !important;
}



.personCountOption {
    margin: 14px;
    padding: 25px 70px;
    font-weight: 400;
    font-size: 55px;
}

.personCountMainDiv {
    flex-wrap: wrap;
}

.timeSelectDiv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.regionOption {
    font-size: 4rem;
}

.form-label {
    font-size: 45px;
}

.deskOption {
    margin: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 55px;
    min-width: 9rem;
}

flex-direction: column;

span {
    font-size: 55px;
}

.fa-user {
    font-size: 40px
}

p {
    font-size: 50px !important;
}

.infoBox {
    height: 40px !important;
    width: 40px !important;
}

.personCount {
    font-size: 40px;
}


.regionOption::after {
    height: 7px;
}

.infoChoseDeskDiv {
    flex-direction: column;
}

.form-control {
    font-size: xxx-large !important;
    font-size: xxx-large !important;
    padding-top: 3.375rem !important;
    padding-right: 0.75rem !important;
    padding-bottom: 3.375rem !important;
    padding-left: 1.75rem !important;
}


.selectize-input {
    font-size: xxx-large !important;
    padding-top: 40px;
    padding-bottom: 25px;
    margin-top: -3rem;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    border: 0px solid #ccc;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    border-radius: 20px;
    font-size: 55px;
}

tr {
    text-align: center;
}

td:hover {
    background-color: #106344 !important;
    border-color: #106344 !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: bold !important;
}

.selected {
    background-color: #106344 !important;
    border-color: #106344 !important;
    background-image: none !important;
    color: #fff !important;
    font-weight: bold !important;
}


.disabled {
    /* background-color: #e0e0e0; */
    color: #e8e8e8 !important;
    cursor: not-allowed;
}

.today {
    background-color: #B2444E;
    color: white;
    font-weight: bold;
    position: relative;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .header h2 {
        margin: 0;
    }

.button {
    cursor: pointer;
    padding: 20px 20px;
    background-color: #B2444E;
    color: white;
    border: none;
    border-radius: 5px;
}

    .button:hover {
        background-color: #B2444E;
    }

#month-year {
    font-size: xxx-large;
}

.mainP {
    font-size: 32px !important;
}

.lineArrowDiv {
    margin-top: 4rem;
}

.payment-box {
    font-size: xx-large;
}

.modal-dialog {
    max-width: 100% !important;
    margin: 0px !important;
}

.modal-title {
    font-size: xxx-large;
}

.close {
    font-size: xxx-large !important;
}

.total {
    font-size: xxx-large !important;
}

.card-input__label {
    font-size: xxx-large !important;
}

.card-form {
    width: 100% !important;
    max-width: 80% !important;
}

.card-input__input {
    font-size: xxx-large !important;
    height: auto;
}

.card-item__chip {
    width: 60px !important;
}

.card-item__type {
    height: 60px !important;
}

.card-item__numberItem {
    width: 30px !important;
}

.card-item {
    max-width: 600px !important;
    height: 340px !important;
}

.card-item__number {
    margin-bottom: 7px !important;
    font-size: 35px !important;
    padding: 45px 9px;
}


.card-item__holder {
    font-size: 25px;
}

.card-item__name {
    font-size: 30px;
}

.card-item__dateTitle {
    font-size: 25px;
}

.card-item__dateItem {
    font-size: 30px;
    margin-right: 15px;
}

.btn {
    font-size: xxx-large !important;
}

.card-item__info {
    max-width: calc(95% - 85px) !important;
}

.iyzicoPaymentTypeImage {
    width: 90% !important;
    height: 30px !important;
}

.card-item__date {
    font-size: 30px !important;
    margin-left: 10px !important;
    width: inherit;
}

.Approve {
    font-size: 60px !important;
    margin-top:2rem;
}

    .fa-check-circle{
        font-size:20rem !important;
    }

    h1{
        font-size:4.5rem !important;
    }



    .succesText-first{
        font-size: 3rem !important;
    }

    .succesText-second{
        font-size: 3rem !important;
        font-weight: 550;
    }



    .help-content {
        font-size: 27px !important;
    }
    .help-content-group{
        margin-top: 2rem;
    }
    .checkboxs label {
        font-size: 30px !important;
    }


    .checkboxs input {
        height: 38px !important;
        width: 38px !important;
        margin-right: 5px;
    }

    .ınfoScrol{
        height:60rem !important
    }

    h5 {
        font-size: 3rem !important;
    }

    .ınfoScrol p {
        font-size: 2.25rem !important;
    }
}

