* {
    --bs-pagination-color: #005640 !important;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    letter-spacing: 0.8px;
}

.bg-primary {
    background-color: #005640 !important;
}

.color-primary,
.color-primary * {
    color: #005640 !important;
}

.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free") !important;
    font-weight: var(--fa-style, 900);
}

.gicon {
    font-family: "Material Icons Outlined" !important;
    font-weight: var(--fa-style, 900);
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

@media only screen and (max-width: 1020px) {
    .mobil_mode {
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: auto;
    }
}

/* .profile_page_nav .tab-control {
   display: none;
   }
   .profile_page_nav .tab-control.active {
   display: block;
   } */
.profile_page_nav .photos .photo_field {
    width: 150px;
    height: 150px;
    border: 2px dashed #ccc;
    position: relative;
    text-align: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin: auto;
}

.profile_page_nav .photos .cover_image .photo_field {
    width: 200px;
    height: 100px;
    border-radius: 5px;
}

.profile_page_nav .photos .cover_image .photo_field img {
    border-radius: 5px;
}

.profile_page_nav .photos .company_logo .photo_field {
    width: 100px;
    height: 100px;
}

.profile_page_nav .photos .photo_field img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.profile_page_nav #result img {
    width: 100%;
    height: auto;
    max-width: 100%;
    /* Yükseklik, orana göre otomatik olarak ayarlanacak */
    /* Genişliği modal ile sınırlamak için */
}

.image_edit {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 1px solid gray;
    border-radius: 50%;
    background-color: #ededed;
}

.btn.image_edit {
    width: 25px;
    padding: 0;
    border: 1px solid black;
}

.image_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.image_remove {
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 1px solid gray;
    border-radius: 50%;
    background-color: #ededed;
}

.photo_label {
    width: 100%;
    text-align: center;
    margin: 2rem 0;
}

.content_group_edit,
.content_item_edit {
    opacity: 0;
    display: none;
    position: absolute;
    z-index: 5;
    top: 30px;
}

.content_group_edit {
    top: 50px;
}

.group_sortable_handle:hover,
.field_sortable_handle:hover {
    cursor: move;
}

.content_group_acordion_label {
    position: absolute;
    right: 3rem;
    top: 1rem;
}

.content_group_edit_btn:checked~.content_group_edit,
.content_item_edit_btn:checked~.content_item_edit {
    opacity: 1;
    display: block;
}

.content_group_acordion_btn:checked~.card-body {
    opacity: 0;
    display: none;
}

.content_group_acordion_btn:checked~.form-check-label span {
    rotate: 180deg;
}

.input-group input,
.input-group textarea {
    background: transparent;
    border: 1px solid black;
}

.content_item_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content_item_header .input-group {
    width: 70%;
}

.content_item_header label {
    margin: 0.5rem;
}

.content_item_edit.card {
    -webkit-box-shadow: 0 20px 27px 0 rgba(37, 36, 36, 0.46);
    box-shadow: 0 20px 27px 0 rgba(37, 36, 36, 0.46);
}

.avatar-group .avatar {
    border: 2px solid #f2f2f2 !important;
    color: #aaa !important;
}

.sabitButon {
    position: fixed;
    bottom: 20px;
    right: 200px;
    font-size: 24px;
    /* Butonun alttan uzaklığı */
    /* Butonun sağdan uzaklığı */
    z-index: 50;
}

.bg-black {
    background-color: black;
}

.alanSilBtn {
    position: absolute;
    left: 50px;
    width: 50px;
}

.border-none-btn {
    border: unset;
    padding: 2px;
}

.field_sil_btn {
    margin-top: 0.4rem;
}

.field_sortable_handle {
    margin: 0.5rem;
}

.field_item_edit_label {
    margin: 0.5rem;
}

.no-absolute {
    position: inherit !important;
}

.photo_label .content_item_edit {
    z-index: 10;
    top: unset;
}

.company_logo .content_item_edit {
    right: 0;
}

.colors .input-group {
    width: 35px;
    height: 35px;
}

.colors.content_item_header .custom_color label {
    margin: 0;
}

.colors.content_item_header>div>.input-group label {
    margin: 0;
    border: 1px solid gray;
    border-radius: 50%;
}

table.user-list-table {
    border-spacing: 0 10px;
}

.user-list-table tr {
    height: 75px;
}

.user-list-table tr:nth-child(2n) td {
    background-color: #F1F1F7;
}

.user-list-table tr.deleted td {
    background-color: rgba(255, 0, 0, 0.2);
}

.user-list-table tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    /* Son hücrenin sağ üst köşesi */
    /* Son hücrenin alt sağ köşesi */
}

.user-list-table tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /* İlk hücrenin sol üst köşesi */
    /* İlk hücrenin alt sol köşesi */
}

.user-list-table .user-profile-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px gray solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    line-height: 45px;
    font-size: 30px !important;
    color: #005640;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.user-list-table .user-profile-photo:not(:has(img)) {
    background-color: #fff;
}

.user-list-table .user-profile-photo img {
    height: 100%;
    width: 100%;
}

.user-list-table .user-profile-photo.user-profile-photo-mini {
    width: 35px;
    height: 35px;
    line-height: 32px;
}

.modal .user-infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}

.modal .modal-user-list .form-check {
    margin-top: 1rem;
}

.modal .modal-user-list input.form-check-input {
    margin-top: 1.25rem !important;
}

.modal .user-infos .user-profile-photo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px gray solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    line-height: 38px;
    font-size: 25px !important;
    color: #005640;
    margin-left: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
}

.modal .user-infos .user-profile-photo:not(:has(img)) {
    background-color: #fff;
}

.modal .user-infos .user-profile-photo img {
    height: 100%;
    width: 100%;
}

label {
    font-weight: 600;
    margin-top: 0.3rem;
    font-size: 16px;
}

.user-name-info {
    font-size: 12px !important;
}

.modal .modal-user-list {
    max-height: 500px;
    overflow: scroll;
}

.modal .middle-settigs-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal .title-label {
    width: 90%;
    border-bottom: 0.2rem solid #dcdcdc;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
}

.btn-outline-primary {
    color: black;
}

.new-button-card {
    cursor: pointer;
}

.btn-primary-x,
.btn-primary-x:hover {
    border: 1px solid #005640;
    background-color: #005640;
    color: #fff;
}

.sidenav {
    z-index: 2 !important;
}

.mr-5rem {
    margin-right: 5rem !important;
}

.new-container {
    height: calc(100vh - 150px);
    overflow-y: scroll;
}

.pb-5rem {
    padding-bottom: 5rem;
}

.flex-direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.periyod-select .form-check-input {
    border: 1px solid !important;
}

.dashboard-statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashboard-statistic .card {
    width: 48%;
    margin: 0.5rem 0;
}

.bg-gradient-primary {
    background-color: var(--bs-primary) !important;
    background-image: unset;
}

.bg-gradient-primary i {
    opacity: 1;
    font-size: 1.5rem;
}

.btn {
    letter-spacing: unset !important;
}

.loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    color: #000;
    text-align: center;
    font-size: 2rem;
    border-radius: 10px;
    padding: 20%;
    z-index: 5;
}

.dropdawn {
    position: relative;
}

.dropdawn-items {
    display: none;
    position: absolute;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    right: 0;
    min-width: 200px;
    top: 35px;
}

.dropdawn-items button {
    width: 100%;
}

.dropdawn-items label.left {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 1rem;
    margin-left: 0;
}

.dropdawn-items-x {
    z-index: 55;
    position: absolute;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
    right: 0;
    min-width: 200px;
}

.dropdawn-items-x button {
    width: 100%;
}

.dropdawn-items-x label.left {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 1rem;
}

.dropdawn-btn:checked~.dropdawn-items {
    display: block;
    z-index: 55;
}

.font-size-1-5rem {
    font-size: 1rem !important;
}

.modal-ck-container {
    width: 100%;
    min-height: 150px;
}

.app-navbar-x {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.app-navbar-x .dashboard-statistic {
    width: 95%;
}

ul li input[type="text"] {
    display: unset !important;
}

.c-pointer {
    cursor: pointer;
}

.icon-shape svg {
    width: 30px;
    height: 100%;
}

.h-unset {
    height: unset !important;
    max-height: unset !important;
    min-height: unset !important;
}

.font-w-400 {
    font-weight: 400 !important;
}

.sidenav-header {
    height: 7rem;
}

.navbar-logo {
    width: 200px;
    height: 84px;
    margin: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-logo img {
    max-height: 100% !important;
    border-radius: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.nav-information .text-end {
    margin: auto;
}

.nav-information .text-end img {
    width: 50px;
    border-radius: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

.alert-success {
    background-image: unset;
    background-color: #1dd89d;
}

.alert-danger {
    background-image: unset;
}

.page-title {
    font-size: 2rem;
    font-weight: 600;
}

.txt-14px {
    font-size: 14px !important;
}

.gap-1 {
    gap: 1rem;
}

.align-text-center {
    text-align: center;
}

.w-300px {
    width: 300px;
}

.mb-50px {
    margin-bottom: 50px !important;
}

.text-gold {
    color: #a58a54;
}

.txt-10px {
    font-size: 10px !important;
}

.dropdawn.btn:hover:not(.btn-icon-only),
.dropdawn .btn:hover:not(.btn-icon-only) {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
}

.text-danger {
    color: #e8443e !important;
}

.text-green {
    color: #005640 !important;
}

.btn-custom {
    max-height: 40px;
    -webkit-box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    background-size: 150%;
    background-position-x: 25%;
    letter-spacing: unset !important;
    --bs-btn-font-weight: 700;
    --bs-btn-line-height: 1.4;
    --bs-btn-color: #67748e;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.5rem;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.2rem rgba(var(--bs-btn-focus-shadow-rgb));
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    -webkit-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.bg-gradient-dark {
    background-image: unset;
    background-color: #646161;
}

.form-label,
label {
    font-size: 1rem;
}

.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.min-h-3rem {
    min-height: 3rem;
}

.card .card-body {
    font-size: unset !important;
}

.content-edit-area .card:not(.non-bg) {
    background-color: unset;
}

.content-edit-area .card:not(.non-bg) .card-header {
    background-color: unset;
}

.content-edit-area .card:not(.non-bg) .card-body {
    background-color: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.qr-area-card {
    top: 280px;
}

.bottom--25px {
    bottom: -25px !important;
}

.mini-img img {
    width: 20px;
    margin-right: 5px;
}

/*
   .svg-inline--fa {
   width  : 1.2rem;
   margin : 0 !important;
   padding: 0 !important;
   height : 1.2rem;
   }
   .icon .svg-inline--fa {
   color: #fff;
   }
   .nav-link .svg-inline--fa {
   width  : 1.2rem;
   margin : 0 !important;
   padding: 5px !important;
   height : 1.2rem;
   } */
.profile_page_nav .photos.sqr-photo .photo_field img,
.profile_page_nav .photos.sqr-photo .photo_field {
    border-radius: 18px;
    margin: 0 !important;
}

.t-w-250px {
    width: 250px !important;
    white-space: wrap !important;
}

.t-w-100px {
    width: 100px !important;
    white-space: wrap !important;
}

.avatar-xl-x {
    width: 100px !important;
    height: 100px !important;
}

.m-auto-x {
    margin: auto !important;
}

.nav-bar-card-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.page-link {
    font-size: 1.2rem !important;
    font-weight: 600;
}

.page-item.active .page-link {
    color: #fff !important;
}

.font-size-unset {
    font-size: unset !important;
}

.zoom-slider {
    width: 100%;
    border-radius: 8px;
    opacity: 0.7;
}

.zoom-slider:hover {
    opacity: 1;
}

.text-wrap {
    text-wrap: wrap;
}

.calculator {
    min-height: 250px;
}

.calculator .row {
    min-height: 250px;
}

/* .calculator .row .col-12 {
    min-width: 220px;
  } */
.calculator .trees {
    background: #005640;
    color: white;
}

.calculator .water {
    background: #29AEF8;
    color: white;
}

.calculator .carbon {
    background: #252528;
    color: white;
}

.calculator .cards-etki p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 17.1px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.6px;
}

.calculator .cards-etki .environment-output {
    color: var(--Shades-White, #FFF);
    font-size: 30.4px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.304px;
}

.border-radius-10px {
    border-radius: 18px;
}

.alert-stick {
    position: sticky;
    z-index: 999;
    top: 0;
}

.sticky-area {
    position: sticky;
    top: 0;
}

/* input.b-chrome:-moz-placeholder-shown, input.b-safari:-moz-placeholder-shown {
   font-size: 14px !important;
   line-height: 14px !important;
   }
   input.b-chrome:-ms-input-placeholder, input.b-safari:-ms-input-placeholder {
   font-size: 14px !important;
   line-height: 14px !important;
   }
   input.b-chrome:placeholder-shown, input.b-safari:placeholder-shown {
   font-size: 14px !important;
   line-height: 14px !important;
   }
   input.b-chrome:not(:-moz-placeholder-shown), input.b-safari:not(:-moz-placeholder-shown) {
   font-size: 60px !important;
   }
   input.b-chrome:not(:-ms-input-placeholder), input.b-safari:not(:-ms-input-placeholder) {
   font-size: 60px !important;
   }
   input.b-chrome:not(:placeholder-shown), input.b-safari:not(:placeholder-shown) {
   font-size: 60px !important;
   }
   input.b-chrome[type=text], input.b-safari[type=text] {
   font-size: 14px !important;
   line-height: 14px !important;
   } */
.border-radius-50p {
    border-radius: 50%;
}

@media only screen and (max-width: 601px) {
    .new-container {
        padding: 0;
    }

    .mini-padding {
        padding: 0;
    }
}

input.passw[type="password"]:not(.b-firefox):now(:-moz-placeholder-shown) {
    font-size: 3rem !important;
}

input.passw[type="password"]:not(.b-firefox):now(:-ms-input-placeholder) {
    font-size: 3rem !important;
}

input.passw[type="password"]:not(.b-firefox):now(:placeholder-shown) {
    font-size: 3rem !important;
}

input.passw[type="password"],
input.passw[type="text"] {

    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input.passw[type="password"] {
    font-size: 3rem !important;
}
input.passw[type="password"].b-firefox{
     font-size: 1rem !important;
}
input.passw[type="text"] {
    font-size: 1rem !important;
}

input.passw:-moz-placeholder-shown {
    font-size: 14px !important;
    line-height: 14px !important;
}

input.passw:-ms-input-placeholder {
    font-size: 14px !important;
    line-height: 14px !important;
}

input.passw:placeholder-shown {
    font-size: 14px !important;
    line-height: 14px !important;
}

input.passw[type="password"]::-webkit-input-placeholder,
input.passw[type="text"]::-webkit-input-placeholder {
    font-size: 1rem;
}

input.passw[type="password"].show-password,
input.passw[type="text"].show-password {
    font-size: 1rem;
    line-height: 1.5;
}

input.passw[type="password"]::-ms-clear {
    display: none;
}

/* #chart-line {
   max-height: 300px !important;
   } */
.fatura .card-body {
    min-height: 700px;
}

.fatura .plan-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    padding: 30px 40px;
    border: 1px solid #D8DBDE;
    position: relative;
    border-radius: 15px;
    background-color: #F7F7F7;
    justify-content: space-between;
}

.fatura .plan-zone .plan-zone-item {
    padding: 5px;
}

.fatura .plan-zone .plan-zone-item .title {
    font-size: 16px;
    font-weight: 500;
}

.fatura .plan-zone .plan-zone-item .name {
    font-size: 20px;
    font-weight: 600;
}

.fatura .desc-zone .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.fatura .desc-zone ul {
    list-style-type: none;
    padding: 0;
}

.fatura .desc-zone ul li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.fatura .time-zone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #D8DBDE;
    background-color: #F7F7F7;
    padding: 30px 40px;
    border-radius: 15px;
}

.fatura .time-zone>div {
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fatura .time-zone .title {
    font-size: 16px;
    font-weight: 500;
}

.fatura .time-zone .time {
    font-size: 20px;
    font-weight: 600;
}

.fatura .content-zone {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fatura .content-zone .desc-zone {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fatura .content-zone .desc-zone .title {
    font-size: 20px;
    font-weight: 600;
}

.fatura .content-zone .desc-zone p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.fatura .content-zone .desc-zone .odeme-btn {
    border-radius: 15px;
    margin-top: 20px;
    border: 1px solid #005640;
    background-color: #BFFFEF;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    text-align: center;
    cursor: pointer;
}

.fatura .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20;
    padding: 20px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 15px;
    border: 1px solid #D8DBDE;
    background-color: #F7F7F7;
}

.fatura .contact .contact-btn {
    padding: 10px;
    border: 1px solid #D8DBDE;
    background-color: #fff;
    border-radius: 15px;
    max-height: 60px;
    width: 120px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
}

.action-bnts a.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.radio-container .card {
    height: 100%;
    overflow: scroll;
}

.lider-arama {
    margin-top: -50px !important;
    max-height: 300px !important;
    border: 1px solid var(--bs-primary) !important;
}

.fatura a,
.fatura a:hover {
    border-radius: 15px;
    margin-top: 20px;
    border: 1px solid #005640;
    background-color: #BFFFEF;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    color: rgb(103, 116, 142) !important;
    letter-spacing: 0.8px !important
}

.text-stone {
    color: rgb(194, 194, 194) !important;
}

.right-0 {
    right: 0 !important;
}

.align-text-start {
    text-align: start !important;
}