@font-face{
   font-family:'digital-font';
   src: url('/fonts/digital-7.ttf');
}

/*section.content {
    margin-top: 50px!important;
}
*/
/* Layout */
.wrapper_mobile {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.overflow-hidden{
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 25px;
}

.mark-bordered {
    border: 2px solid green;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Datatable scrollbar invisible*/
.dataTables_scrollBody::-webkit-scrollbar{
     display: none; 
}


.d-flex{
    display: flex;
}
.wrapper_mobile .cnt-wrapper {
    background-color: rgba(127, 119, 119, 0.1);
    padding-bottom: 60px;
}

.ui-menu {
    border: solid 1px rgba(81, 116, 203, 0.84) !important;
    padding: 10px 0;
    display: block;
    background-color: rgba(255, 255, 255, 0.83);
    border-radius: 20px;
}

.ui-menu .ui-menu-item {
    border-bottom: solid 2px rgba(81, 116, 203, 0.84) !important;
    font-size: 17px !important;
    font-weight: bold;
    margin: 10px 0;
}

.btn-sw{
    margin:3px;
    min-width: 120px;
}
.btn-sw i{
    font-size: 28px;
}


.mb-5 {
    margin-bottom: 5px;
}
.ms-5 {
    margin-left: 5px!important;
    margin-right: 5px!important;
}
.ms-10 {
    margin-left: 10px!important;
    margin-right: 10px!important;
}
.m-5 {
    margin: 5px;
}
.p-5 {
    padding: 5px!important;
}.m-8 {
    margin: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

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

.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}

.m-5 {
    margin: 5px;
}

.my-10{
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}
.py-6{
    padding-bottom: 6px!important;
    padding-top: 6px!important;
}
.py-10{
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.my-15{
    margin-bottom: 15px!important;
    margin-top: 15px!important;
}

.m-8 {
    margin: 8px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

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

.mt-40 {
    margin-top: 40px;
}

.m-5 {
    margin: 5px;
}

.my-10{
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}
.py-6{
    padding-bottom: 6px!important;
    padding-top: 6px!important;
}
.py-10{
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.my-15{
    margin-bottom: 15px!important;
    margin-top: 15px!important;
}

.nav__ {
    position: inherit;
    width: 100%;
    height: 55px;
    display: flex;
    overflow-x: auto;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    min-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 12px;
    text-decoration: none!important;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
}

.nav__link:hover {
    background-color: #009578;
}

.nav__link--active {
    color: #009578;
}

.nav__icon {
    font-size: 30px;
}

.full-screen-image {
    height: 100vh;
    width: 100vw;
}

.bottom-nav-container {
    z-index: 500;
    background-color: white;
    box-shadow: 0 0 5px rgba(112,186,229,0.5);
    padding: 2px;
    max-width: 650px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    bottom: 0;
}

.custom-nav-container {
    z-index: 500;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;

}

.vertical-nav-container.for-div {
    z-index: 500;
    top: 0;
    right: 0;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 0.75);
}

.circle-icon-container {
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    transition: background 0.4s linear;
}
.fix-right-bottom{
    position: absolute;
    bottom: 15px;
    right: 15px;
}


.b-tab {
    background-color: white;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.6);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
    text-decoration: none;
}
.b-tab.ws{
    box-shadow: 0 0 3px rgba(60, 141, 188, 0.6);
}
.ws{
    box-shadow: 0 0 3px rgba(60, 141, 188, 0.6);
}

li.nav-item.active .nav-link{
  box-shadow: 0 -3px 3px 0 rgba(60, 141, 188, 0.6);
}

.b-tab.active {
    background-color: rgba(60, 141, 188, 0.7);
}


.b-tab.active a {
    color: #3c8dbc;
    !important;
}

.b-tab a {
    color: #3c8dbc !important;
}

.b-tab i {
    font-size: 2em;
    color: #3c8dbc;
    !important;
}
.b-tab.active i {

    color: white !important;

}
.circle-icon-container i {
    font-size: 2em;
    color: #3c8dbc;
    !important;
}
.b-empty-tab {
    background-color: transparent;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}

.center-tab {
    background-color: rgba(112, 186, 229, 0.4);
    border-radius: 50%;
    cursor: pointer;
    color: rgb(255, 255, 255);
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 5px;
    left: calc(50% - 25px);
    display: flex;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    margin: 0 5px;
    transition: background 0.4s linear;
}

.center-tab.active {
    background-color: rgba(60, 141, 188, 0.9);
}


.mini-logo {
    height: 32px;
    width: 32px;
    padding: 2px;
    /* box-shadow: 0 0 3px rgba(60, 141, 188, 0.8);
     border-radius: 50%;*/
     justify-content: center;
 }

 .google-marker-label {
    top: -20px;
    left: auto;
    max-width: 100px;
    text-align: center;
    white-space: initial;
    position: relative;
    font-weight: bold;
    color: #FA5252 !important;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;



}
.google-site-marker-label {
    top: -20px;
    left: auto;
    max-width: 100px;
    text-align: center;
    white-space: initial;
    position: relative;
    font-weight: bold;
    color: #FA5252 !important;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
.page-title {
    color: rgba(0, 0, 0, 0.3);
}

.page-title.active {
    color: rgb(60, 141, 188);
    font-weight: bold;
}

.bg-opacity-90 {
    --bs-bg-opacity: 0.9;
}
.bg-light-green {
    background-color: #98D973 !important;
    color: #fff !important
}

.bg-soft-maroon {
    background-color: rgba(208, 61, 86, 0.3) !important;
}

.bg-soft-orange {
    background-color: rgba(255, 147, 75, 0.3) !important;
}

.bg-soft-blue {
    background-color: rgba(88, 174, 238, 0.3) !important;
}

.font2rem {
    font-size: 2rem !important;
}
.font3rem {
    font-size: 3rem !important;
}
.font4rem {
    font-size: 4rem !important;
}
.font-30 {
    font-size: 30px !important;
}
.font-25 {
    font-size: 25px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-17 {
    font-size: 17px !important;
}

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


#top_notify {
    z-index: 99999;
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    font-size: 17px;
}
.notify-bar{
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}


/*FullScreen Modal Start*/
.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;

}

/* Header fixed to the top of the modal */
.modal-header--sticky {
  position: sticky;
  top: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
  position: sticky;
  bottom: 0;
  background-color: inherit; /* [1] */
  z-index: 1055; /* [2] */
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
    overflow-y: hidden;
}

.modal-fullscreen .modal-header, .modal-fullscreen .mod-header,
.modal-fullscreen .modal-footer {
    border-radius: 0;
    z-index: 150;
}

.modal-fullscreen .modal-footer {
    position: absolute;
    border: none;
    width: 100%;
    left: 0;
    bottom: 0;
}
.modal-fullscreen .modal-body {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 150px;

}

.modal-fullscreen .modal-body::-webkit-scrollbar {
    display: none;
}
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    display: none;
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}
/*FullScreen Modal End*/
.mod-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0.25em 0.5em 0.25em 0.5em; 
    border-bottom: rgba(112, 186, 229, 0.82) solid 1px;
}

.mod-btn-close {
    box-sizing: content-box;
    padding: 0.3em 0.3em;
    border: 0;
    opacity: 0.6;
    background-color: transparent;
    cursor: pointer;
}

.mod-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-fullscreen .rb-modal-dismiss {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    opacity: 0.8;
    background-color: transparent;

}


.img-thumbnail_wo_border {
    padding: 0.25rem;
    background-color: #fff;
    max-width: 100%;
    height: auto;
}
.thumbnail-img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.page-loader{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(5px);
    height: 100vh;
    width: 100vw;
    z-index: 2000!important;
}


.b-tab-loader {
    border: 4px solid white;
    z-index: 20;
    border-radius: 50%;
    border-top: 4px solid #a5ddff;
    width: 44px;
    height: 44px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.new-loader {
    border: 12px solid #f3f3f3;
    z-index: 1500;
    border-radius: 50%;
    border-top: 12px solid #a5ddff;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.new-loader.loader-sm {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #a5ddff;
    width: 60px;
    height: 60px;
}

.new-loader.loader-xs {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #a5ddff;
    width: 30px;
    height: 30px;
}

i.blue.active {
    color: #3c8dbc !important;
}

i.green.active {
    color: #417500 !important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tablet-container {
    width: 100%;
    display: flex;
    margin-top: 15px;

}

.tablet-container .tablet {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.2em;
    cursor: pointer;
    color: rgba(93, 90, 90, 0.84);
}

.tablet-container .tablet.active {
    border-bottom: rgba(128, 0, 128, 0.91) solid 3px;
    color: #800080;

}


.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch.mini{
    width: 40px;
    height: 22px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.mini > .slider:before  {
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 2px;
}

input:checked + .slider {
    background-color: #34a1f8;
}

.sw-orange > input:checked + .slider {
    background-color: #f39c12;
}

input:focus + .slider {
    box-shadow: 0 0 1px #f39c12;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.mini > input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

li.list-group-item {
    background-color: inherit;
    border: none;
    border-bottom: 1px solid lightgray;
    padding: 5px 0 5px 0;
}


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


.swal2-container{
   z-index: 99990 !important;
}

.transparent-white {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 10px!important;
}
.white-transparent {
    background-color: rgba(255, 255, 255, 0.1) !important;
}
.map-swal-menu{
   background-color: rgba(255, 255, 255, 0.1) !important;
   z-index: 1090 !important;
}
.media-box-frame {
    width: 100%;
    min-height: 550px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: -50px;
    position: relative;
    color: white;
}

.media-mini {
    position: absolute;
    left: -800%;
    right: -800%;
    top: -800%;
    bottom: -800%;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
}

.media-thumb-frame {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0;
    position: relative;
    color: white;
}


@media only screen and (max-width: 600px) {
   .media-box-frame {
    min-height: 200px;
} 

}

@media only screen and (min-width: 768px) {
    .bottom-nav-container {
        max-width: 80%;
        left: 10%;
    }
    #top_notify {
        width: 80%;
        left: 10%;

    }


}

@media only screen and (min-width: 1200px) {
    .bottom-nav-container {
        max-width: 70%;
        left: 15%;
    }
}

@media only screen and (min-width: 1800px) {
    .bottom-nav-container {
        max-width: 50%;
        left: 25%;
    }
}


/*TREDAŞ CSS*/
@charset "UTF-8";
/*****************Values******************/
/*****************Mixin******************/

.kesinti-top {
  margin-top: 50px; }

  .message .bg-light-blue {
      border: 3px solid #0da107; }

      @media (max-width: 1199px) {
          .list-box {
            margin-bottom: 30px; } }

            option {
              border: solid 1px #cadae5;
              background: #eaf1f6;
              width: 100%; }

              .list-btn {
                  width: 40px;
                  height: 40px;
                  background: #0e2865;
                  float: right; }

                  .list-btn i {
                      color: #fff;
                      font-size: 18px;
                      padding: 11px;
                      display: block;
                      cursor: pointer; }

                      .kesinti-list {
                          margin-top: 59px; }

                          .ay {
                              background: #0e2865;
                              float: left;
                              text-align: center;
                              padding: 2px 17px 11px 17px;
                              transition: all ease 250ms; }

                              .ay p {
                                  font-size: 31px;
                                  font-family: 'Roboto Condensed', sans-serif;
                                  font-weight: bold;
                                  color: #fff;
                                  margin: 0;
                                  transition: all ease 250ms; }

                                  .tp-caption h3 span {
                                      color: #68cbfd; }

                                      .tp-splitted, .tp-caption h4 {
                                          font-size: 17px;
                                          font-family: Arial;
                                          color: #68cbfd;
                                          line-height: 1;
                                          letter-spacing: initial;
                                          font-weight: 400;
                                          line-height: 1 !important; }

                                          @media (min-width: 320px) {
                                              .tp-caption h1 {
                                                font-size: 34px; }
                                                .ay span {
                                                    font-size: 13px;
                                                    font-family: 'Roboto Condensed', sans-serif;
                                                    font-weight: bold;
                                                    color: #fff;
                                                    margin-top: -5px;
                                                    display: block;
                                                    transition: all ease 250ms; }
                                                    .bilgi {
                                                        display: table-cell;
                                                        float: none;
                                                        padding-left: 11px; }
                                                        .hover-box:hover .ay p,
                                                        .hover-box:hover .ay span {
                                                            color: #000;
                                                            transition: all ease 250ms; }
                                                            .hover-box:hover .ay {
                                                                background: #f8d24b;
                                                                transition: all ease 250ms; }
                                                                .hover-box:hover .bilgi .kesinti-adres p,
                                                                .hover-box:hover .bilgi .kesinti-adres,
                                                                .hover-box:hover .bilgi p,
                                                                .hover-box:hover .bilgi span {
                                                                    color: #40b1ff;
                                                                    transition: all ease 250ms; }
                                                                    .bilgi span {
                                                                        font-size: 16px;
                                                                        color: #656565;
                                                                        font-family: 'Roboto Condensed', sans-serif;
                                                                        font-weight: 400;
                                                                        line-height: 0;
                                                                        transition: all ease 250ms; }
                                                                        .bilgi p {
                                                                            font-size: 22px;
                                                                            color: #000000;
                                                                            font-family: 'Roboto Condensed', sans-serif;
                                                                            font-weight: 400;
                                                                            transition: all ease 250ms;
                                                                            margin: 0 !important; }
                                                                            .bilgi .kesinti-adres {
                                                                                font-size: 18px;
                                                                                color: #0e2865;
                                                                                font-family: 'Roboto Condensed', sans-serif;
                                                                                font-weight: 400;
                                                                                display: block;
                                                                                transition: all ease 250ms; }
                                                                                .bilgi .kesinti-adres p {
                                                                                    font-size: 18px;
                                                                                    color: #0e2865;
                                                                                    font-family: 'Roboto Condensed', sans-serif;
                                                                                    font-weight: 400;
                                                                                    display: block;
                                                                                    float: left;
                                                                                    transition: all ease 250ms; }
                                                                                    .kesinti-bilgi {
                                                                                        width: 100%;
                                                                                        height: auto;
                                                                                        /*margin-top: 10px;*/
                                                                                        margin-bottom: 20px; }
                                                                                        .kesinti-item {
                                                                                            width: 100%;
                                                                                            text-align: center;
                                                                                            background: #e4ecff;
                                                                                            padding: 15px; }
                                                                                            .kesinti-item-content {
                                                                                                width: 100%;
                                                                                                text-align: center;
                                                                                                background: #f3f7ff;
                                                                                                padding: 15px; }
                                                                                                .kesinti-item-content .kesinti-text,
                                                                                                .kesinti-item .kesinti-text {
                                                                                                    font-size: 17px;
                                                                                                    font-family: 'Roboto Condensed', sans-serif;
                                                                                                    font-weight: 400;
                                                                                                    color: #464646;
                                                                                                    margin: 0; } }

                                                                                                    .kesinti-item-content p,
                                                                                                    .kesinti-item p {
                                                                                                      font-size: 17px;
                                                                                                      font-family: 'Roboto Condensed', sans-serif;
                                                                                                      font-weight: 300;
                                                                                                      color: #464646;
                                                                                                      margin: 0; }

                                                                                                      .kesinti-detay h3 {
                                                                                                          font-family: 'Roboto Condensed', sans-serif;
                                                                                                          font-weight: 400;
                                                                                                          font-size: 20px;
                                                                                                          color: #464646; }

                                                                                                          .kesinti-detay h4 {
                                                                                                              font-family: 'Roboto Condensed', sans-serif;
                                                                                                              font-weight: 400;
                                                                                                              font-size: 20px;
                                                                                                              color: #40b1ff;
                                                                                                              margin-top: 30px;
                                                                                                              margin-bottom: 25px; }

                                                                                                              .kesinti-detay > span {
                                                                                                                  font-family: 'Roboto Condensed', sans-serif;
                                                                                                                  font-weight: 400;
                                                                                                                  font-size: 17px;
                                                                                                                  color: #40b1ff; }

                                                                                                                  .kesinti-detay p {
                                                                                                                      font-family: 'Roboto Condensed', sans-serif;
                                                                                                                      font-weight: 400;
                                                                                                                      font-size: 17px;
                                                                                                                      color: #464646;
                                                                                                                      margin: 0px;
                                                                                                                      padding-top: 24px;
                                                                                                                      line-height: 1.4; }

                                                                                                                      @media (max-width: 768px) {
                                                                                                                          .kesinti-detay {
                                                                                                                            margin-top: 30px; } }

                                                                                                                            @media (max-width: 992px) {
                                                                                                                              .list-box {
                                                                                                                                margin-bottom: 30px; }
                                                                                                                                .bilgi span {
                                                                                                                                    font-size: 15px; }
                                                                                                                                    .bilgi p {
                                                                                                                                        font-size: 18px; }
                                                                                                                                        .bilgi .kesinti-adres {
                                                                                                                                            font-size: 15px; }
                                                                                                                                            .bilgi .kesinti-adres p {
                                                                                                                                                font-size: 15px; } }

                                                                                                                                                @media (max-width: 768px) {
                                                                                                                                                  .list-box {
                                                                                                                                                    margin-bottom: 30px; }
                                                                                                                                                    .bilgi span {
                                                                                                                                                        font-size: 17px; }
                                                                                                                                                        .bilgi p {
                                                                                                                                                            font-size: 22px; }
                                                                                                                                                            .bilgi .kesinti-adres {
                                                                                                                                                                font-size: 19px; }
                                                                                                                                                                .bilgi .kesinti-adres p {
                                                                                                                                                                    font-size: 19px; } }

