@font-face {
    font-family: "DIN Pro";
    src: url("../fonts/din-pro-regular/15a478cc0eb1d84f4077a2a9d28df0b2.eot");
    /* IE9*/
    src: url("../fonts/din-pro-regular/15a478cc0eb1d84f4077a2a9d28df0b2.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
    url("../fonts/din-pro-regular/15a478cc0eb1d84f4077a2a9d28df0b2.woff2") format("woff2"),
        /* chrome、firefox */
    url("../fonts/din-pro-regular/15a478cc0eb1d84f4077a2a9d28df0b2.woff") format("woff"),
        /* chrome、firefox */
    url("../fonts/din-pro-regular/15a478cc0eb1d84f4077a2a9d28df0b2.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/din-pro-regular/15a478cc0eb1d84f4077a2a9d28df0b2.svg#DIN Pro") format("svg");
    /* iOS 4.1- */
    font-display: swap;
}

@font-face {
    font-family: "DIN Pro Medium";
    src: url("../fonts/din-pro-medium/5fd82f3bb8dcfc3ce611fab541b92241.eot");
    /* IE9*/
    src: url("../fonts/din-pro-medium/5fd82f3bb8dcfc3ce611fab541b92241.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
    url("../fonts/din-pro-medium/5fd82f3bb8dcfc3ce611fab541b92241.woff2") format("woff2"),
        /* chrome、firefox */
    url("../fonts/din-pro-medium/5fd82f3bb8dcfc3ce611fab541b92241.woff") format("woff"),
        /* chrome、firefox */
    url("../fonts/din-pro-medium/5fd82f3bb8dcfc3ce611fab541b92241.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/din-pro-medium/5fd82f3bb8dcfc3ce611fab541b92241.svg#DIN Pro Medium") format("svg");
    /* iOS 4.1- */
    font-display: swap;
}

@font-face {
    font-family: "DIN Pro Bold";
    src: url("../fonts/din-pro-bold/03f16d9e32dbe7da6c831a87bd666b3e.eot");
    /* IE9*/
    src: url("../fonts/din-pro-bold/03f16d9e32dbe7da6c831a87bd666b3e.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
    url("../fonts/din-pro-bold/03f16d9e32dbe7da6c831a87bd666b3e.woff2") format("woff2"),
        /* chrome、firefox */
    url("../fonts/din-pro-bold/03f16d9e32dbe7da6c831a87bd666b3e.woff") format("woff"),
        /* chrome、firefox */
    url("../fonts/din-pro-bold/03f16d9e32dbe7da6c831a87bd666b3e.ttf") format("truetype"),
        /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/din-pro-bold/03f16d9e32dbe7da6c831a87bd666b3e.svg#DIN Pro Bold") format("svg");
    /* iOS 4.1- */
    font-display: swap;
}

body {
    background-image: url('../img/bghd.png');
    background-size: cover;
    background-position: center center;
    font-family: 'DIN Pro';
    background-repeat: repeat-y;
}

.resize-none {
    resize: none;
}

.topbar {
    text-align: right;
    margin-top: 1rem;
}

.topbar .topbar-menu {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.topbar .topbar-menu li {
    display: inline-block;
    padding: .25rem 0;
}

.topbar .topbar-menu li a {
    color: #7d7d7d;
}

.topbar .topbar-menu li:not(:last-child):after {
    content: "/";
    padding-left: .25rem;
    padding-right: .25rem;
    color: #7d7d7d;
}

.topbar .topbar-buttons {
    margin-left: 2rem;
}

.topbar .topbar-buttons a {
    display: inline-block;
    margin-left: .5rem;
    padding: .25rem 1rem;
    border: 1px solid #ececec;
    border-radius: 20px;
    color: #7d7d7d;
}

.topbar .topbar-buttons a.active {
    color: #ffffff;
    background-color: rgb(25, 164, 158);
    border: none;
}

.list-items .list-item {
    display: flex;
    margin-bottom: 1.25rem;
}

.list-items .list-item .image-wrapper {
    flex-shrink: 0;
    flex-basis: 80px;
    margin-right: .5rem;
}

.list-items .list-item .text-wrapper {
    padding-top: 0;
}

.list-items .list-item .text-wrapper a {
    font-size: 1.25rem;
    color: #424242;
}

.list-items .list-item .text-wrapper p {
    font-family: 'DIN Pro Medium';
    color: #7d7d7d;
    font-size: 14px;
}

.text-sm {
    font-size: .875rem;
}

.flexitem {
    display: flex;
    align-items: center;
    height: 100%;
    margin-top: 2rem;
}

figure {
    background-size: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

.landing {
    height: 70vh;
}

.landing .row {
    align-items: center;
    height: 100%;
}

.card.login {
    border: none;
    margin-bottom: 2rem;
    padding: 1rem 0;
}

.form-control, .btn {
    border-radius: 1rem;
}

.kvkk {
    font-size: 12px;
    line-height: 18px;
    color: #4c4c4c;
}

.ttip {
    text-decoration: none;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #17a2b8;
}

.ttip span {
    display: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: black;
    background: white;
}

.ttip span img {
    float: left;
    margin: 0px 8px 8px 0;
}

.ttip:hover span {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    z-index: 1000;
    width: 140px;
    max-width: 320px;
    min-height: 110px;
    border: 1px solid #ced4da;
    margin-top: -140px;
    margin-left: -110px;
    overflow: hidden;
    padding: 8px;
}

.text-main {
    color: rgb(25, 164, 158);
}

.fw-600 {
    font-weight: 600;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.alert {
    font-size: .925rem;
}

.borderless {
    border: none !important;
}

.btn-secondary {
    background-color: #b5b5b5;
    border-color: #b5b5b5;
}

.badge-light {
    color: #949494;
}

.badge-light.active {
    color: #17a2b8;
}

/* slots */
.slots {
    padding: .5rem;
    margin-bottom: 2rem;
}

.slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f7f7f7;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.slot-hour {
    margin-right: .5rem;
    font-weight: 600;
    padding: .5rem;
}

.slot-hours .custom-control:hover {
    -webkit-filter: brightness(99%);
    filter: brightness(99%);
}

.slot-hours .custom-control {
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-radius: 20px;
    background: #fbfbfb;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.slot-hours label {
    cursor: pointer;
}

.custom-control-inline {
    margin-right: .5rem;
    z-index: 2;
}

.btn-slot {
    position: absolute;
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
    left: 120%;
    opacity: 0;
    height: 100%;
    padding: 4px;
}

.btn-slot span {
    font-size: 13px;
}

.slot .custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #0db2ac;
    z-index: 2;
}

.slot .custom-control-input:disabled~.custom-control-label {
    cursor: not-allowed;
    text-decoration: line-through;
}

.slot .custom-radio {
    background: transparent;
    border: 1px solid rgb(208, 208, 208);
}

.slot-hours .custom-control {
    padding: 6px 12px;
}

.slot .custom-radio2 {
    background: transparent;
    border: 1px solid rgb(208, 208, 208);
}

.slot .custom-radio .custom-control-label:before, .custom-radio .custom-control-label:after {
    display: none;
}

.slot .custom-radio2 .custom-control-label:before, .custom-radio2 .custom-control-label:after {
    display: none;
}

.appointments {
    border: none;
}

.appointments .card-header {
    border-bottom: none;
}

.table td, .table th {
    white-space: nowrap;
}

@media(min-width: 768px) {
    .landing {
        height: 50vh;
    }

    h1 {
        font-size: 2rem;
    }

    .card.login {
        border-radius: 2rem;
        border: 1px solid rgba(0, 0, 0, .125);
    }
}

@media(min-width:1024px) {
    .w-lg-50 {
        width: 50%;
    }

    .card.login {
        padding: 2rem;
        max-width: 650px;
        margin-left: auto;
        margin-right: auto;
    }

    .topbar {
        display: flex;
        justify-content: flex-end;
        margin-top: 2rem;

    }

    .list-items .list-item .image-wrapper {
        flex-basis: 140px;
        margin-right: 0;
    }

    .list-items .list-item .text-wrapper {
        padding-top: 2rem;
    }

    .list-items .list-item .text-wrapper a {
        font-size: 1.5rem;
    }

    .list-items .list-item .text-wrapper p {
        font-size: 1rem;
    }
}

@media(min-width:1280px) {

    .flexitem {
        margin-top: 0;
        margin-bottom: 0;
    }

    .landing {
        height: 90vh;
        position: relative;
    }
}

@media(min-width:2560px) {
    body {
        font-size: 1.2rem;
    }

    label {
        font-size: 1.2rem;
    }

    .form-control {
        font-size: 1.4rem;
    }

    .container {
        max-width: 1440px;
    }

    .btn {
        font-size: 1.4rem;
    }
}

@media(max-width: 440px) {
    figure {
        background-size: 340px;
        background-position: center 0;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
        border-radius: 0;
    }

    .slot-hour {
        display: none;
    }

    .slot {
        padding-top: 0;
        padding-bottom: 0;
    }

    .slot-hours .custom-control {
        margin-bottom: .5rem;
        margin-top: .5rem;
    }
}
.ellipsis {
    max-height: 120px;
    overflow: hidden;
    display: block;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.scrollable {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 2rem;
    background: #f1f1f1;
    padding: 1rem;
}

.topbar-dismiss, .topbar-toggler {
    display: none!important;
}

@media(max-width: 440px) {
    .topbar .topbar-menu {
        border-radius: 10px;
        position: fixed;
        z-index: 1;
        background: #ffffff;
        width: 90%;
        /* top: -220px; */
        transition: .325s all;
        padding: 1rem;
        display: none;
        margin-bottom: 2rem;
        border: 1px solid #dedede;
    }
    .topbar .topbar-menu li {
        display: block;
        padding: .25rem 0;
        text-align: left;
        padding: .5rem 1rem;
    }

    .topbar .topbar-menu li:after {
        display: none;
    }

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

    .topbar .topbar-dismiss {
        display: block!important;
        font-size: 1.5em;
        color: #000000;
        position: absolute;
        top: 1rem;
        right: 1rem;
    }

    .topbar-toggler {
        display: inline-block!important;
        position: absolute;
        left: .5rem;
    }
}

.poll .table td, .poll .table th {
    padding: .5rem;
    font-size: 14px;
}
.mobile-icon { font-size: 24px; color: #000000;}
