/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.diyar-border {
    border: 2px solid #4a4a4a29;
    border-radius: 21px;
    margin: 10px !important;
    padding: 15px !important;
}

* {
    font-family: 'Rubik', sans-serif;
    /* önemli */
    box-sizing: border-box;
}

body.modall-open {
    overflow-y: hidden;
}

body.modall-open>.container {
    filter: blur(5px);
    pointer-events: none;
}

.modall h6 {
    margin: 0;
}

.modall-container {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    z-index: 2147483647;
}

.modall-container::-webkit-scrollbar {
    width: 4px;
}

.modall::-webkit-scrollbar {
    width: 4px;
}

.modall-container::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
}

.modall::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
}

.modall-content::-webkit-scrollbar {
    width: 7px;
}

.modall-content::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
}

.modall-card::-webkit-scrollbar {
    width: 4px;
}

.modall-card::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
}

.modall-card-secondary::-webkit-scrollbar {
    width: 4px;
}

.modall-card-secondary::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
}

.modall-bg {
    position: absolute;
    user-select: none;
    cursor: pointer;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 998;
}

.modall {
    position: relative;
    display: inline-block;
    max-height: 75%;
    width: 50%;
    background-color: #fff;
    color: #1f1f1f;
    padding: 2rem;
    border-radius: 10px;
    transition: all 0.15s ease-out;
    animation: modallJump 0.1s ease-out forwards;
    text-align: center;
    overflow: scroll;
    overflow-x: hidden;
    z-index: 999;
}

.modall-hidden {
    display: none !important;
}

.modall .svg-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 !important;
}
.modall .svg-button:hover {
    background: transparent !important;
    border: none !important;
}

.modall .svg-button svg {
    cursor: pointer;
    fill: #1f1f1f;
}

#modall-prev {
    left: 0;
}

#modall-next {
    right: 0;
}

.modall-title {
    position: relative;
    margin-top: -2rem;
    margin-bottom: 1rem;
    font-weight: 900;
}

.svg-button {
    cursor: pointer;
    border: none !important;
    background-color: none !important;
    background: none !important;
}

.svg-button:hover,
.svg-button:active,
.svg-button:focus {
    outline: none !important;
    border: none !important;
    background-color: none !important;
    background: none !important;
    box-shadow: none !important;
}

.modall-content {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    border: none;
}

.modall-banner-map {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 100%;
    background-image: url('istanbul-map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    border-radius: 7px;
    padding: 1rem;
}
#modall-step-branch .modall-banner-map {
    background-image: url('pizza-branch.jpg');
}

.modall-banner-map .button {
    text-align: center;
}

.modall-banner {
    display: flex;
    justify-content: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    color: #fff;
    border-radius: 7px;
}

.modall-banner-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #1f1f1f;
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem;
    text-align: left;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.25);
}

.modall-banner-title h5,
.modall-banner-title p {
    margin: 0;
}

.modall-banner-title span,
.modall-banner-title h5 {
    font-size: 16px;
    margin-right: .7rem;
}

.modall-card {
    width: 90%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 7px;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.modall-card-secondary {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 1rem;
}

.modall-buttons {
    display: flex;
    justify-content: space-between;
}

.modall-buttons a {
    margin: 0 !important;
}

.modall a {
    cursor: pointer !important;
    text-decoration: none;
    color: inherit;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.modall a:not(.button):hover {
    color: #f7825e;
}

.modall button,
.modall .button {
    cursor: pointer;
    outline: none;
    padding: 5px 20px;
    background: #1f1f1f;
    color: #fff !important;
    border: 1px solid transparent;
    border-color: #1f1f1f;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.15s ease-out;
}

.modall button:not(.button-secondary):hover,
.modall .button:not(.button-secondary):hover {
    background: #fff;
    color: #1f1f1f;
    border-color: #1f1f1f;
}

.modall button.button-secondary,
.modall .button-secondary,
.modall .button-secondary {
    outline: none;
    background: #fff;
    color: #1f1f1f;
    border-color: #1f1f1f;
    padding: 5px 20px;
}

.modall button:active,
.modall button:focus,
.modall .button:active,
.modall .button:focus {
    outline: none;
    border-width: 1px;
}

.modall button:hover,
.modall .button:hover {
    background-color: #1f1f1f !important;
    color: #fafafa;
}

.modall button a {
    height: 100%;
    width: 100%;
    color: inherit;
    font-size: inherit;
    text-decoration: inherit;
}

.modall-buttons .button {
    width: 45%;
}

.modall-go {
    width: 100%;
}

.modall-large-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modall-large-buttons a {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    width: 160px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.2s ease-out;
}

.modall-large-buttons a:first-of-type {
    margin-right: 2rem;
}

.modall-large-buttons a:hover {
    box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
}

#adresime-gelsin img {
    width: 80px;
    margin-bottom: 7px;
}

#subeden-al img {
    width: 100px;
}

.modall form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.form-wrap {
    display: flex;
    text-align: left;
    flex-direction: column;
    width: 45%;
    margin-right: auto;
    margin-left: auto;
}

.form-wrap label {
    font-size: 12px;
    color: #8d8d8d;
    margin-bottom: 0.2rem;
}

form .form-wrap {
    margin-bottom: .7rem;
}

.modall select,
.modall input {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 1rem;
    transition: all 0.2s ease;
}

.modall select:focus,
.modall input:focus {
    outline: none;
    border-color: #f7825e;
}

.modall-card select:not(:last-of-type) {
    margin-bottom: 1rem;
}

.modall-card-secondary select:not(:last-of-type) {
    margin-bottom: 1rem;
}

.modall p {
    font-size: 19px;
    color: #1f1f1f;
}

.modall-banner a:not(button a) {
    text-decoration: underline;
}

.modall span {
    user-select: none;
}

@keyframes modallJump {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 1200px) {
    .modall-banner-title h6 {
        margin-bottom: .7rem;
    }

    .modall-banner-title .button {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .modall {
        width: 70%;
    }

    .modall .form-wrap {
        width: 100%;
    }

    .modall-buttons .button {
        margin: 0 auto 1rem auto;
        width: 100%;
    }
}

@media (max-width: 594px) {
    .modall {
        padding: 1rem;
        padding-top: 2rem;
    }

    .modall-large-buttons {
        justify-content: center;
        flex-direction: column;
    }

    .modall-large-buttons a:first-of-type {
        margin-right: 0rem;
    }

    .modall p {
        font-size: 14px;
    }

    .modall-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .modall-buttons a {
        width: 100% !important;
        max-width: unset;
    }

    .modall-buttons a:not(:last-of-type) {
        margin-bottom: 1rem !important;
    }

    .modall-banner-title {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    .modall {
        width: 70%;
    }

    .modall-buttons .button {
        width: 100%;
    }
}


