@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
/* @import url('https://fonts.cdnfonts.com/css/gotham-6'); */
@font-face {
    font-family: "Gotham";
    src: url("/fonts/Gotham/Gotham.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Gotham', sans-serif;
    color: #6D605A;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
ol, ul {
    padding-left: unset;
}
.form-control, .form-select, .form-check-input {
    border-color: #7C6A55;
}
.form-control:focus {
    box-shadow: unset;
    border: 1px solid gray;
}
.form-select:focus {
    box-shadow: unset;
    border: 1px solid gray;
}
.form-check-input:checked {
    background-color: #6D605A;
    border-color: #6D605A;
}
.form-check-input:focus {
    box-shadow: unset;
}
h1 {
    font-size: 1.5rem;
    font-weight: 700;
}
h2 {
    font-size: 1.25rem;
    font-weight: 700;
}
h3 {
    font-size: 1.125rem;
    font-weight: 700;
}
p {
    font-size: 1rem;
}
.bg-light {
    background-color: #F2F2F3 !important;
}

/* Login Page */
.login-form-container {
    width: 35vw;
    margin-left: auto;
    margin-right: auto;
}
.logo {
    margin: 2rem 0;
}
.login-img-container {
    background-image: url('/ecz_vod_img/mask-group.svg');
    background-color: #F8981D;
    background-repeat: no-repeat;
    max-width: 100%;
    height: auto;
    min-height: 100vh;
    background-position: 12rem 10rem;
}
.btn-login {
    background-color: #F7A735;
}
.btn-login:hover {
    background-color: #6D605A;
    color: #FFFFFE;
}
.input-group-text {
    background-color: unset;
    border-left: 0;
}
.bi-person-fill, .bi-person-vcard-fill {
    color: rgb(222, 226, 230);
}

/* Live Page */
.navbar {
    padding: 1.25rem;
}
.link-brown {
    color: #6D605A;
    text-underline-offset: 0.3rem;
}
.link-brown:hover {
    color: #F7A735;
}
#sign-in-page .link-brown:hover {
    color: #FFFFFE;
}
.navbar-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-brand {
    padding: 0;
}
#main-container {
    margin-top: 0.7rem;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.left-banner {
    background-image: url('/ecz_vod_img/banner.png');
    background-color: #cccccc;
    min-height: 40vh;
    background-position: center;
    background-size: cover;
    border-radius: 1.5rem;
    background-clip: content-box;
}
.right-banner {
    background-image: url('/ecz_vod_img/banner.png');
    background-color: #cccccc;
    min-height: 40vh;
    background-position: center;
    background-size: cover;
    border-radius: 1.5rem;
    background-clip: content-box;
}
.btn-brown {
    background-color: #6D605A;
    border-radius: 1rem;
    color: #FFFFFE;
    padding: 0.25rem 1.5rem;
}
.btn-outline-brown {
    border: 1px solid #6D605A;
    border-radius: 1rem;
    color: #6D605A;
    padding: 0.25rem 1.5rem;
}
.btn-brown:hover,
.btn-outline-brown:hover {
    border: 1px solid #6D605A;
    background-color: #fff;
    color: #6D605A;
    font-weight: bold;
}
.btn-send {
    border: 1px solid #6D605A;
    border-radius: 1rem;
    padding: 0 1rem;
}
.btn-send:hover {
    background-color: #F3998A;
}
.card {
    height: 21rem;
    border: 1px solid #F3998A;
}
.card-header {
    background-color: #F3998A;
    color: #FFFFFE;
    font-size: 1rem;
    font-weight: 700;
    border-bottom: 1px solid #F3998A;
}
.card-footer {
    border-top: 1px solid #F3998A;
}
.scrollbar-colored {
    overflow-y: scroll;
}
/* width */
.scrollbar-colored::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.scrollbar-colored::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #FFE6E2;
}
/* Handle */
.scrollbar-colored::-webkit-scrollbar-thumb {
    background: #F3998A;
}
/* Handle on hover */
.scrollbar-colored::-webkit-scrollbar-thumb:hover {
    background: #6D605A;
}
.counter {
    font-size: 1rem;
}
.chat-footer {
    display: flex;
    align-items: center;
    background: rgba(243, 153, 138, 0.10);
}
.chat-input {
    flex: 1;
}
.question-item {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    border-radius: 8px;
}
.question-time {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    color: #888;
}
.input-custom-style {
    background-color: unset;
    border: unset;
    border-radius: 1rem ;
}

/* Waiting Page */
#waiting-page {
    background-color: #F7A735;
    height: 100vh;
}
.bg-img {
    background-image: url('/ecz_vod_img/Eczacibasi-waiting-page.jpeg');
    background-color: #F7A735;
    height: 87vh;
    background-position: center center;
    background-size: cover;
    border-radius: 1.5rem;
    background-clip: content-box;
    padding: 1%;
}
.meeting-info {
    border-radius: 0.9375rem;
    background: #FFFFFE;
    color: #6D605A;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}


/********************** VOD Page **********************/
.navbar-vod {
    background-color: #FFFFFE;
}
#vod-container {
    background-color: #F2F2F3;
}
#vod-container .container-fluid {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.progress {
    height: 0.3rem;
}

.footer-vod {
    background-color: #F8981D;
}
footer .border-end {
    border-color: #BBB2A6 !important;
}
/********************** Category Detail Page **********************/
.navbar-category-detail-container {
    background-color: #FFFFFE;
}
#category-detail-container {
    background-color: #F2F2F3;
}
#category-detail-container .container-fluid {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    min-height: 41.9vh;
}
#category-detail-container h1{
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#category-detail-container h2 {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
#category-detail-container h2:hover {
    cursor: pointer;
}
#category-detail-container p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#category-detail-container p:hover {
    cursor: pointer;
}

/********************** Landing Page **********************/
#hero {
    padding: 7rem;
    background-image: url('/ecz_vod_img/Group\ 191.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -15rem;
    overflow: hidden;
}
.main-container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.welcome {
    color: #6D605A;
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-img {
    border-radius: 0.5625rem;
    border: 10px solid #FFF;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.category-container {
    max-width: 1440px;
    margin: 7rem auto 10rem;
}
.category  {
    background: #FFF;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.25);
    padding: 3rem 1rem;
    border-radius: 0.5625rem;
}
.category-title {
    color: #6D605A;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}
.category-description {
    color: #6D605A;
    text-align: center;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}
.category-btn {
    color: #FFF;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    border-radius: 0.5625rem;
    background-color: #F8981D;
    display: block;
    padding: 1rem;
}
#category-2 {
    background: #7D6A55;
}
#category-2 .container-fluid {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
}
.category-vertical {
    border-radius: 0.5625rem;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 2rem 1rem 1rem;
    /* margin-bottom: 3%; */
}
.category-vertical-title {
    color: #6D605A;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
}
.category-vertical-description {
    color: #6D605A;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
}
.category-vertical-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}
#category-3 {
    padding: 5rem 10rem;
}
#category-3 .container-fluid {
    max-width: 1220px;
    margin-right: auto;
    margin-left: auto;
}
.category-3-title {
    color: #6D605A;
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    text-align: start;
}
.category-3-description {
    color: #6D605A;
    text-align: justify;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
}
.category-3-btn {
    border-radius: 0.5625rem;
    border: 3px solid #6D605A;
    color: #6D605A;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    padding: 1rem;
    display: block;
}

.btn-pink {
    background-color: #F8981D;
    border-radius: 2rem;
    color: #FFFFFE;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
}
.btn-pink:hover:hover {
    background-color: #7D6A55;
    color: #FFFFFE;
}
.bi-arrow-left, .bi-arrow-right {
    font-weight: 500;
    font-size: 1.3rem;
}

/********************** Sign Up Page **********************/
#sign-up-page {
    background: #F8981D;
}
#sign-up-page .container-fluid {
    min-height: 100vh;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.search-input {
    border-radius: 2rem;
    border: 1px solid #BBB2A6;
}
.search-input .form-control {
    border: 0;
    border-radius: 2rem;
}
/********************** Sign In Page **********************/
#sign-in-page {
    background: #F8981D;
}
#sign-in-page .container-fluid {
    min-height: 87vh;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
/********************** Forget Password Page **********************/
#forget-password-page {
    background: #F8981D;
}
.bg-logo {
    bottom: 0;
    right: 0;
    opacity: 0.2;
}
.form-container {
    z-index: 1;
}
#forget-password-page .container-fluid {
    min-height: 100vh;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
/********************** Set New Password Page **********************/
#set-new-password-page {
    background: #F8981D;
}
#set-new-password-page .container-fluid {
    min-height: 100vh;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
/* Dashboard Page */
#user-dashboard {
    background-color: #F2F2F3;
    min-height: 100vh;
}
#user-dashboard .container-fluid {
    max-width: 1220px;
    padding: 5rem 0;
    background-color: #F2F2F3;
}
.tab-content {
    padding: 3rem;
    border-radius: 0rem 0.625rem 0.625rem 0.625rem;
    background: #FFF;
    min-height: 50vh;
}
.user-name {
    font-size: 1.2rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFFFFE;
    background-color: #F8981D;
    font-weight: bold;
    border-color: #F8981D;
}
.nav-link {
    color: #6D605A;
}
.nav-link:focus, .nav-link:hover {
    color: #FFFFFE;
}
.nav-tabs .nav-link {
    border: var(--bs-nav-tabs-border-width) solid #6D605A;
    border-bottom: 0;
    border-radius: 0.625rem 0.625rem 0rem 0rem;
    border-top: 1px solid #6D605A;
    border-right: 1px solid #6D605A;
    border-left: 1px solid #6D605A;
    background: #BBB2A6;
}
.dashboard-footer {
    background-color: #F8981D;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.sign-in-title, .sign-up-title {
    color: #FFF;
    font-size: 1.5625rem;
    font-weight: 700;
}
.description-text {
    color: #FFF;
    background-color: #A19F96;
    padding: 1rem;
    border-radius: 1rem;
    font-size: 0.75rem;
}
.health-tv-login {
    color: #7C6A55;
    font-size: 1.5625rem;
    font-weight: 700;
}
.nav-link:hover {
    color: #F7A735;;
}
.nav-link.active {
    color: #7D6A55 !important;
    font-weight: bold;
}
.btn-search {
    background-color: #F7A735;
    border: 1px solid #7D6A55;
}
.btn-search:hover {
    background-color: #7D6A55;
}
.time-of-video-similar-content {
    right: 1rem;
    bottom: unset;
    font-size: 0.75rem;
    border-radius: 3px;
    padding: 0 3px;
    top: 4.3rem;
}
.time-of-video-search {
    right: 1rem;
    bottom: unset;
    font-size: 0.75rem;
    border-radius: 3px;
    padding: 0 3px;
    top: 10rem;
}
.time-of-video-category {
    right: 1rem;
    top: 11rem;
    font-size: 0.75rem;
    border-radius: 3px;
    padding: 0 3px;
}
footer .container-fluid {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.footer-sign-in-up {
    max-width: unset;
}
footer .link-brown {
    font-size: 1rem;
}
.video-js .vjs-big-play-button {
    top: 41% !important;
    left: 39% !important;
}
.side-card {
    min-height: 17rem;
}
.side-card-text {
    font-size: 1rem;
}
.side-card-1 {
    background-image: url(../ecz_vod_img/side-card-bg-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.side-card-2 {
    background-image: url(../ecz_vod_img/side-card-bg-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.side-card-3 {
    background-image: url(../ecz_vod_img/side-card-bg-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.message-field {
    min-height: 5rem;
}
.form-control {
    border-color: #7D6A55;
}
.send-btn {
    background-color: #7D6A55;
    color: #fff;
}
.send-btn:hover {
    background-color: #F7A735;
}
.map-container {
    height: 17rem;
}
.map {
    background-image: url(../ecz_vod_img/map-.png);
    background-position: center;
    background-repeat: no-repeat;
    height: -webkit-fill-available;
}
.page-item a {
    border-color: #7D6A55;
    color: #7D6A55;
}
.page-item a:hover {
    background-color: #7D6A55;
    border-color: #7D6A55;
    color: #fff;
}
.page-link.active {
    font-weight: 500;
    background-color: #6D605A;
    border-color: #7D6A55;
}
.similar-videos-container div.bg-white {
    min-height: 85vh;
}
.video-side-container {
    min-height: 85vh;
    height: 100%;
}
.category-img {
    /*background-image: linear-gradient(104deg, rgba(125, 106, 85, 0.5) 7.98%, rgba(248, 152, 29, 0.5) 53.45%, rgba(125, 106, 85, 0.5) 100%), url(../ecz_vod_img/category-img.png);*/
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 190px;
}
.category-img:hover, .category-content-img:hover {
    cursor: pointer;
}
a.page-link:active {
    background-color: #F7A735;
}
a.page-link.active {
    background-color: #F7A735;
}
.reference-code a {
    color: #BBB2A6;
}
h1.video-info-name {
    font-weight: 700;
}
.video-refrence-code {
    font-weight: 500;
    font-size: 0.75rem;
}
.search-result-container {
    min-height: 80vh;
    min-height: 41.9vh;
}
.ref-code {
    font-size: 0.7rem;
}
.recom-video-title {
    font-size: 0.9rem;
}
.recom-video-date {
    font-size: 0.7rem;
}
.med-ref-code {
    font-size: 0.875rem;
}
#live-main-url-page {
    background-color: #F8981D;
    color: #7D6A55;
    height: 86vh;
}
#live-main-url-page h1 {
    font-size: 5vw;
    font-weight: 700;
}
.logo-img-container {
    background-color: #F8981D;
    min-height: 83.8vh;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .select2-container .select2-selection--single {
    height: 38px !important; 
}
.select2-container--default .select2-selection--single {
    border-color: #7D6A55 !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.clickable:hover {
    cursor: pointer;
}
.swal2-title {
    font-weight: 700;
    color: #6D605A;
}
.swal2-html-container {
    color: #6D605A;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #F8981D !important;
}
.swal2-icon.swal2-error {
    border-color: #F8981D !important;
    color: #F8981D !important;
}
.swal2-styled.swal2-confirm {
    background-color: #F8981D !important;
}
.ref-code-vod {
    font-size: 0.75rem;
}


@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    /* Live Page */
    #main-container {
        margin-top: 0.7rem;
        max-width: unset;
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .card-header {
        font-size: 0.9rem;
    }
    .card {
        font-size: 0.9rem;
    }
    .counter {
        font-size: 0.9rem;
    }
    /* Langing Page */
    .welcome {
        font-size: 4rem;
    }
    #category {
        padding: 0 2rem;
    }
    #category .container {
        padding: 4rem 2rem;
        max-width: unset;
        margin: unset;
        margin-top: -2rem;
    }
    #category-2 {
        padding: 5rem 2rem;
    }
    #category-3 {
        padding: 5rem 2rem;
    }
    .search-result-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .time-of-video-similar-content {
        bottom: 0.75rem;
        top: unset;
    }
    .time-of-video-search {
        bottom: 0.75rem;
        top: unset;
    }
}

@media (max-width: 991.98px) {
    /* Login Page */
    .login-form-container {
        width: 90%;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    /* Live Page */
    .left-banner {
        background-image: url('/ecz_vod_img/banner.png');
        min-height: 15vh;
        padding-left: 1rem;
    }
    .right-banner {
        background-image: url('/ecz_vod_img/banner.png');
        min-height: 15vh;
    }
    /* Langing Page */
    .category-title {
        font-size: 1rem;
        font-weight: 600;
    }
    .category-description {
        font-size: 0.875rem;
        font-weight: 400;
    }
    .category-btn {
        font-size: 1rem;
        font-weight: 600;
    }
    .category-vertical-title {
        font-size: 1rem;
        font-weight: 600;
    }
    .category-vertical-description {
        font-size: 0.875rem;
        font-weight: 400;
    }
    .footer-link {
        font-size: 1rem;
    }
    #hero {
        padding: 3rem 2rem 1rem;
    }
    .main-container {
        max-width: unset;
        margin-left: unset;
        margin-right: unset;
    }
    .welcome {
        font-size: 3.5rem;
    }

}

@media (max-width: 767.98px) {
    h1 {
        font-size: 1.25rem;
    }
    h2 {
        font-size: 1.125rem;
    }
    h3 {
        font-size: 1rem;
    }
    p {
        font-size: 0.875rem;
    }
    .navbar-brand {
        width: 50%;
        height: auto;
    }
    /* VOD Page */
    .previous-next-container {
        display: none !important;
    }
    .similar-videos-container {
        margin-top: 3rem;
    }
    .video-side-container {
        min-height: unset;
    }
    .category-vertical {
        margin: 1rem 0 1rem 0rem;
    }
    /* Langing Page */
    #hero {
        padding: 3rem 1rem 1rem;
    }
    .bg-logo {
        display: none;
    }
    #user-dashboard .container-fluid {
        padding: 5rem 1rem;
    }
    .tab-content {
        padding: 2rem;
    }
    .search-result-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    footer .link-brown {
        font-size: 0.875rem;
    }
    .footer-logo-eczacibasi-left {
        max-width: 65%;
    }
    .footer-logo-eczacibasi-right {
        max-width: 55%;
    }
    #live-main-url-page h1 {
        font-size: 10vw;
    }
    .logo-img-container {
        min-height: 59vh;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand {
        width: 40%;
        height: auto;
    }
    /* Login Page */
    .login-form-container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    /* Live Page */
    .card-header {
        font-size: 0.7rem;
    }
    .card {
        font-size: 0.8rem;
    }
    .counter {
        font-size: 0.7rem;
    }
    /* Waiting Page */
    #waiting-page {
        height: 100%;
    }
    /* Landing Page */
    .welcome {
        font-size: 2.5rem;
    }
    /* VOD Page */
    .video-time {
        font-size: 0.87rem;
    }
    .view-count {
        font-size: 0.87rem;
    }
    .calendar {
        font-size: 0.87rem;
    }
    .video-tag {
        font-size: 0.87rem;
    }
}
