.page-responsive {
    /* margin: 0 2em; */
}

.page-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    background: white;
    margin: 1em;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px 5px 5px 5px;
}

.page-content-select {
    display: flex;
    flex: 1;
    flex-direction: column;
    background: white;
    margin: 1em 0.7em;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 5px 5px 5px 5px;
}

.selection-page-head {
    background-color: #48AF4C;
    width: 100%;
    height: 50px;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: flex-start;
}

.selection-title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-family: Montserrat;
    color: white;
    margin-left: 1em;
}

.selection-message {
    display: flex;
    justify-content: end;
    align-items: center;
    text-align: right;
    font-weight: 500;
    padding-top: 1.5em;
    padding-right: 0.5em;
    font-family: Montserrat;
    color: white;
    font-size: 10px;
}

.main-selection-page {
    display: flex;
    flex: content;
    justify-content: space-around;
    flex-direction: column;
}

.main-item-area {
    display: flex;
    flex: content;
    flex-direction: column;
    padding: 1em 1em 0.25em 1em;
}



/*
    Product
*/

.product-title {
    color: #235A25;
    font-weight: 700;
    padding-bottom: 1em;
    font-size: 16px;
}

.product-select {
    padding: 1em;
    display: flex;
    gap: 0.5em;
    /* justify-content: center; */

    /* flex-direction: column; */
    justify-content: space-around;
    flex-wrap: wrap;
    column-gap: 2em;
    row-gap: 0.5em;
}

.product {
    color: #235A25;
    font-weight: 600;
    display: flex;
    gap: 0.5em;
    accent-color: #48AF4C;
    cursor: pointer;
}

.radioBtn {
    user-select: none;
    cursor: pointer;
}

.unclickable {
    user-select: none;
    pointer-events: none;
}

.special-product {
    display: flex;
    padding: 1em 0;
    gap: 1.5em;
}


.special-product-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #235A25;
    font-size: 14px;
    text-align: end;
}

.spacial-product-value {
    position: relative;
    border: 1px solid #235A25;
    border-radius: 4px;
    height: 1.675em;
    font-weight: 500;

    padding: 0.2em 0.5em 0.2em 1em;
}

.input-icon {
    position: relative;
    align-items: center;
    display: flex;
}

.input-icon>i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.input-icon>input {
    padding-left: 25px;
    padding-right: 0;
    border: 1px solid #235A25;
    border-radius: 4px;

    height: 2.3em;
    color: #235A25;
    font-weight: 550;
    font-size: 14px;
    font-family: Montserrat;
}

.input-icon-right>i {
    right: 0;

    color: #235A25;
    font-weight: 550;
    font-size: 14px;
    font-family: Montserrat;
}

.input-icon-right>input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.add-product-btn {
    position: relative;
    margin: auto;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    flex: 1;
    display: flex;
    background: #48AF4C;
    padding: 0.3em 0.5em 0.3em 1em;
    border-radius: 2em;
    width: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;

    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat;
    color: white;

    user-select: none;
    cursor: pointer;

    transition: all 200ms ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

@media screen and (min-width: 640px) {
    .add-product-btn:hover {
        background: #5de262;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    }

    .add-product-btn:active {
        transform: scale(0.9);
    }
}

@media screen and (min-width: 0px) {
    .add-product-btn:active {
        background: #5de262;
        transform: scale(0.9);
    }
}


.add-product-btn::before {
    content: "+";
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    transform: translate(-35px, 0);
}


hr.solid-seperator {

    border-top: 0.5px solid #bbbbbb7e;
    border-radius: 0.25px;
    margin: 0 0.5em;
}


.user-info-area {}


/*
checkbox style
*/
.anonymous-user {
    color: #235A25;
    font-weight: 550;
    font-size: 14px;

    display: flex;
    align-items: center;
}

.anonymous-checkbox {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;

    position: relative;
    border: 2px solid #235A25;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    margin-right: 7px;
    color: transparent !important;
    font-size: 17px;

}

.anonymous-checkbox:before {
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
    transform: translate(-2px, -5px);
}

.anonymous-checkbox:checked:before {
    color: #48AF4C !important;
}

.user-info-data {
    display: flex;
    column-gap: 0.5em;
    flex-flow: row wrap;
    flex-basis: 5em;
}

.user-input {
    display: flex;
    margin: 0;
    flex: 0 auto;
    width: 100%;
    flex-direction: column;
    margin-top: 1em;
    gap: 0.1em;
    box-sizing: border-box;

}

@media (min-width: 992px) {
    .user-input {
        flex: 0 31%;
    }
    
    .user-info-data {
        flex-direction: row;
    }
}

.user-data-label {
    color: #235A25;
    font-weight: 600;
    font-size: 14px;
}

.user-data-input {
    border: 1px solid #235A25 !important;
    border-radius: 4px !important;
    font-weight: 500 !important;
    padding: 0.2em 0.5em 0.2em 1em !important;
}


/*
    sepet
*/

.selected-items-table {
    display: flex;
    flex-direction: column;
}

.selected-item:nth-child(odd) {
    background: #F4F4F4;
}

.selected-item {
    display: flex;
    justify-content: space-between;
    padding: 1em 1em;
}

.text-1 {
    display: flex;
    flex: 1;
    color: #235A25;
    font-weight: 550;
    font-size: 14px;
    font-family: Montserrat;
}

.turklira::after {
    content: "₺";
    margin-left: 0.2em;
}

.text-2 {
    display: flex;
    flex: 1;
    color: #235A25;
    font-weight: 550;
    font-size: 10px;
    font-family: Montserrat;
}

.text-3 {
    display: flex;
    flex: 1;
    color: #235A25;
    font-weight: 800;
    font-size: 40px;
    font-family: Montserrat;
}

.text-4 {
    display: flex;
    flex: 1;
    color: #235A25;
    font-weight: 800;
    font-size: 12px;
    font-family: Montserrat;
}

.tl {
    transition: all 500ms;
}

.tl::after {
    content: " ₺";
    margin-left: 0.2em;
}

.text-1:last-child {
    flex: 0;
}


.trash:hover {
    color: red;
}

.trash.text-1:hover::before {
    content: url('./trashRed.svg');
    color: red;
}

.trash::before {
    content: url('./trash.svg');
    position: absolute;
    transform: translate(-110%, -10%) scale(0.7);
    color: #235A25;
}

/*
    Calculate donate
*/

.total-donate {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1em;
    border-radius: 4px;
}

.donate-btn {
    margin: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    flex: 1;
    display: flex;
    background: #48AF4C;
    padding: 0.4em 2em;
    border-radius: 3em;
    justify-content: center;
    align-items: center;

    font-size: 14px;
    font-weight: 600;
    font-family: Poppins;
    color: white;

    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    user-select: none;
    cursor: pointer;

    transition: all 200ms ease;
}

.donate-btn:hover {
    background: #5de262;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;

}

.donate-btn:active {
    transform: scale(0.95);
}

.appleLinksBlack a {
    color: #235A25 !important;
    text-decoration: none;
}


.btn-refresh {
    border-radius: 0.3em;
    border: 1px solid #e8eaed;
    margin: 0.3em;
    transition: all 1s cubic-bezier(0.39, 0.58, 0.57, 1);
    cursor: pointer;
}

.btn-refresh img {
    user-select: none;
    pointer-events: none;
}

.btn-refresh:hover {
    transform: scale(1.1);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}