:root {
    --success-color: #00811e;
    --danger-color: #81010d;
    --text-color: #0b0e1a;
    --app-color: #f9faff;
    --actions-color: #ffffff;
    --app-blue-color: #3479c9;
    --box-color: #0e1116;
    --notification-info: #696969;
    --orange: #f19d00;
    --gray: #96989d;
    /*----------------- sistem genel css kodları ----------------- */

}

/* index.php sms girme ekranı */
.ios .dialog-inner:after {
    content: none;
}

* {
    overscroll-behavior: none;
}

html,
body {
    position: fixed;
    overflow: hidden;
}

.dialog {
    left: 0 !important;
    right: 0;
    margin: auto;
}

.dialog.modal-in {
    border-radius: 10px;
    padding: 20px;
    background-color: #f8f9fa;
    box-shadow: rgb(0 0 0 / 15%) 0px 1px 4px;
}


.dialog-title {
    margin-bottom: .5rem;
    font-size: 20px;
    font-weight: bold;
    color: var(--text-color);
}

.dialog-text {
    font-size: 16px;
    color: var(--notification-info);
}

.ios .dialog-title+.dialog-text {
    margin: 0;
}

.dialog .dialog-inner #sms-code {
    width: 100%;
    padding: .5rem;
    font-size: 14px;
    border: 1px solid #ebebeb;
    border-radius: .5rem;
    box-sizing: border-box;
}

.btn-disabled {
    border-radius: 2rem;
    background-color: #9c9c9c;
    color: var(--actions-color);
    padding: 1rem;
    text-transform: capitalize;
}
.dialog .dialog-inner #sms-code::placeholder {
    color: var(--notification-info);
    font-weight: 300;
    font-size: 14px;
}

.dialog-button {
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    line-height: 35px;
    height: 35px;
}

.dialog-button:nth-child(1) {
    background-color: #e9e9e9;
    color: #202020
}

.dialog-button:nth-child(2) {
    background-color: var(--app-blue-color);
    color: var(--app-color);
}

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

.dialog-input {
    margin-bottom: 20px;
}

/* tanımlamalar */
body,
.container {
    padding-top: env(safe-area-inset-top, 0);
    padding-bottom: env(safe-area-inset-bottom, 0);
    padding-left: env(safe-area-inset-left, 0);
    padding-right: env(safe-area-inset-right, 0);
}

.success {
    color: var(--success-color);
}

.orange {
    color: var(--orange);
}

.red {
    color: var(--danger-color)
}

.h-100 {
    height: 100%;
}

.flex-1 {
    flex: 1;
}

body {
    font-family: 'SF Pro Text', sans-serif !important;
}

button {
    font-family: 'SF Pro Text', sans-serif !important;
}

.hidden {
    visibility: hidden;
}

.page {
    --f7-page-navbar-offset: 80px !important;
    background-color: var(--app-color);
    font-family: 'SF Pro Display', sans-serif;
}

.navbar-inner {
    background-color: var(--app-color);
}

.navbar {
    height: 80px;
    color: var(--text-color);
}

/* index.php */


.button-box p {
    color: var(--text-color);
    font-size: 22px;
}

.icon-wrap {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    width: 50px;
    height: 50px !important;
    border-radius: 50% !important;
    position: relative;
    border: 1px solid var(--text-color);
}

.icon-wrap a,
.icon-wrap i {
    color: var(--text-color);
}

.md .date-info {
    margin-top: 1rem;
}

.date-info {
    color: var(--text-color);
}

.swiper-slide {
    background-color: transparent !important;
    color: white;
}

.date-day {
    width: 30px;
    margin: .5rem;
    filter: brightness(0);
}

.swiper-container {
    width: 100%;
    height: 100px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
}

#day-details {
    margin-top: 20px;
}

.intraday-actions {
    background-color: var(--actions-color);
    border-radius: 3rem 3rem 0 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
}

.intraday-actions-heading {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}

.intraday-actions-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
}

.intraday-actions-subtitle {
    color: var(--app-blue-color);
}

.login-box {
    display: flex;
    flex-direction: column;
    background-color: var(--app-color);
    border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 10%) 0px 1px 4px
}

.btn-color {
    border-radius: 2rem;
    background-color: var(--app-blue-color);
    color: var(--actions-color);
    padding: 1rem;
    text-transform: capitalize;
}


.clock-title {
    color: var(--text-color);
    font-size: 18px;
}

.swiper-wrapper {
    color: var(--text-color);
}

.day {
    color: var(--text-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    font-size: 16px;
    border: 1px solid transparent;
    border-radius: 50%;

}

#date-number {
    color: var(--app-blue-color);
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
}

.active {
    border: 1px solid var(--app-blue-color);
    background-color: var(--app-blue-color);
    color: var(--app-color) !important;
}

.day-container {
    color: var(--text-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.day-label {
    font-size: 12px;
    color: var(--text-color);
    margin-bottom: 5px;
    text-align: center;
}

#month-info {
    font-size: 20px;
    font-weight: 400;

}

#active-day-info {
    font-size: 18px;
    font-weight: 300;
    white-space: nowrap
}

.bell-badge {
    position: absolute;
    top: 9px;
    right: 0px;
    left: 23px;
    background-color: var(--app-blue-color);
    color: var(--app-color);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

/* notification.php */
.notification-tile {
    background-color: var(--actions-color);
    font-size: 15px;
    border-radius: 1rem;
}

.notification-info {
    color: var(--notification-info);
}

.notification-subject {
    font-weight: 500;
    color: var(--text-color);
}



/* login.php */
.login-btn {
    border-radius: 2rem;
    background-color: var(--app-blue-color);
    color: var(--app-color);
    padding: 1.2rem;
    text-transform: capitalize;
}

.login-wrap {
    position: relative;
    padding: 40px 25px;
}

.login-wrap::after {
    content: "";
    background-color: var(--app-blue-color);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 25% 25%;
    height: 35vh;
    z-index: -1;
}

.form-box a {
    color: var(--actions-color);
}

.form-box {
    background: var(--actions-color);
    margin-top: 60px;
    padding: 25px 25px 60px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 20px 20px 0px #5e5e5e0f;
}

.page-top-desc {
    font-size: 18px;
    color: var(--app-color);
}

.page-top-title {
    font-size: 27px;
    color: var(--app-color);
}

.login-wrap .page-top-title strong {
    font-size: 32px;
}

.form-box-info {
    color: var(--text-color);
    text-align: center;
    font-size: 16px;
}

.login-wrap a {
    font-size: 25px;
    color: var(--text-color)
}

.login-wrap .form-box form input:not(input[type="submit"]) {
    width: 100%;
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 30px;
    font-size: 15px;
    color: var(--text-color);
}

.login-wrap .form-box form label {
    display: block;
    margin: 15px 0;
    text-align: center;
}

/* profile.php */
ul li {
    margin: 20px;
    background: var(--actions-color);
    padding: 10px;
    border-radius: 12px;
}

.profile-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background-color: var(--actions-color);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--app-blue-color);
    color: var(--actions-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.profile-info {
    flex-grow: 1;
}

.profile-name {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-color);
}

.profile-phone,
.profile-role {
    margin: 0;
    font-size: 14px;
    color: var(--notification-info);
}

.list .item-link.active-state{
    background-color: transparent;
}