﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

html {
    overflow-x: hidden;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* background-image: url(../images/bg.png); */
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #1b4287;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

/*#section1 {
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section2 {
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section3 {
    background-color: #fdeed2;
}

#section4 {
    background-image: url('../images/bg4.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section5 {
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section6 {
    background-color: #d9e2ff;
}

#section7 {
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}*/

.daveticerik {
    min-height: 600px;
    /* box-shadow: 0 0 35px #5b3eb0; */
    background-color: #ffffffe6;
    border-radius: 30px;
    padding: 35px;
}



@media screen and (max-width: 768px) {
    .daveticerik {
        background-color: #ffffff !important;
    }

    .navbar-bg, .menubuttom {
        margin: unset !important;
    }
}

#kurullar {
    background-color: #fff;
    color: #6b6b6b;
}

section {
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .Onemli-Tarih {
        margin-right: 0 !important;
    }

    .duyurular {
        flex-wrap: wrap;
    }
}

.Onemli-Tarih {
    background-color: #cd0800;
    color: #fff;
    font-weight: bold;
}

.swiper-bg {
    border: 1px solid #cd0800;
    background-color: #d5d5d552;
    color: #003a68;
}

.banner {
    border-bottom: 2px solid #fff;
}

.arrow {
    color: #cd0800;
    font-size: 25px;
}

.navbar {
    /* padding: 0 1rem !important; */
}

.nav-link {
    font-size: 14px;
    font-weight: bold;
    padding: 0.9rem 1rem !important;
}

@media (max-width: 1366px) {
    .nav-link {
        font-size: 14px;
        font-weight: bold;
        padding: 0.4rem 0.45rem !important;
    }
}


.navbar-brand img {
    margin-bottom: 5px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-bg, .menubuttom {
    margin: 15px 100px;
}

.navbar-box {
    background-color: #ffffff;
    border-radius: 25px;
}

.navbar-light .navbar-nav .nav-link, .menubuttom a {
    color: #1b4287 !important;
    font-weight: bold;
}

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #365b75 !important;
        background-color: #FFFFFF !important;
        font-weight: 700;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #dedede !important;
}

.info-section {
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23191d34' fill-opacity='0.1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    border-bottom: 1px solid #d0d0d0;
}

.footer-section {
    background-color: #2556ab;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.08' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    /*background-image: url("../images/footer-bg.png");
	background-position: center;
	background-size: cover;*/
}

.ticker div {
    font-weight: bold;
}

.baslik {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px solid #fc814b;
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    color: #fc814b;
}

.altbaslik {
    font-weight: bold;
    color: #ff230f;
    text-align: left,
}

.genelbaslik {
    font-weight: bold;
    color: #ff230f;
    text-align: center;
}


.sol-baslik {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #cd0800;
    color: #ffffff;
    padding: 11px 0;
    height: 46px
}

#duyuru li {
    color: #000 !important;
    background: #FFFFFF;
    overflow: hidden;
    padding: 30px 10px;
    line-height: 30px;
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    border-left: 4px solid #851012;
}

    #duyuru li:nth-child(even) {
        border-left: 4px solid #334284;
    }

        #duyuru li:nth-child(even) span {
            color: #334284;
        }

    #duyuru li:hover {
        background: #F2F2F2;
    }

    #duyuru li span {
        font-weight: bold;
        color: darkred;
    }



.sayacyazi {
    color: #fff;
    font-size: 18px;
}

#cd-day {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-hr {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-min {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-sec {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}



.centerbar {
    /*background-size:cover;*/
    position: absolute;
    background-color: transparent;
    margin-top: -70px;
    left: 150px;
}


@media (max-width: 1024px) {
    .centerbar {
        margin-top: -140px;
    }
}

@media (max-width: 900px) {
    .centerbar {
        line-height: 15px;
        margin-top: -505px;
        left: 0;
    }

    .hummingbird {
        display: none;
    }

    .sayacyazi {
        font-size: 11px !important;
    }

    #cd-day {
        font-size: 13px !important;
    }

    #cd-hr {
        font-size: 13px !important;
    }

    #cd-min {
        font-size: 13px !important;
    }

    #cd-sec {
        font-size: 13px !important;
    }
}

.gradyan {
    background-image: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
    background-image: linear-gradient(to right,#ff8a00,#da1b60);
}

.konaklamatablo tr td {
    border: none;
    text-align: center;
}

.konaklamatablotd {
    background-color: #efefef;
    color: #191d34;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.kktablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .kktablo tr td, .kktablo tr th {
        font-size: 13px;
        text-align: center;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .kktablo tr:nth-child(1) {
        background-color: #375a73;
        color: #fff;
        font-weight: bold;
    }

    .kktablo tr {
        background-color: #bbddc5;
    }

        .kktablo tr th:nth-child(1) {
            font-weight: bold;
        }



.banka tr td {
    padding: 5px;
    border: 1px solid #fff !important;
}

.banka tr {
    background-color: #f7f7f7 !important;
}

@media screen and (max-width: 441px) {
    .flip-clock-wrapper {
        width: 70%
    }

    .flip-clock-divider.minutes .flip-clock-label {
        margin-top: 77px;
    }

    .flip-clock-divider.seconds .flip-clock-label {
        margin-top: 77px;
    }

    .minutes {
        margin-left: 16px;
    }
}

@media screen and (max-width: 375px) {
    .flip-clock-wrapper {
        width: 80%
    }
}



.kurullartablo tr {
    vertical-align: top;
}

    .kurullartablo tr td {
        border: none !important;
    }

.gun.active, .gun:focus {
    background: #efefef !important;
    color: #20335a !important;
    font-weight: 800;
}

.gun {
    color: #20335a !important;
    font-weight: 800;
}

.bannerg {
    border-radius: 25px;
}

#bilimsel-program {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
}

/*.nav-tabs .nav-link {
    background-color: #7f6a9c;
    color: #fff;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        color: fff !important;
    }

.nav-link.active {
    color: #482975 !important;
}*/

h5 {
    font-weight: bold;
    color: #1b4287 !important;
}

.kayittab tr td {
    padding: 0 3px;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.kayittab tr:nth-child(1) {
    text-align: center;
    background-color: #c93daf;
    color: #fff;
}

.kayittab tr:nth-child(3), .kayittab tr:nth-child(2) {
    text-align: center;
    background-color: #e4eaff;
    color: #482975;
}


.konaklamatab tr td {
    padding: 0 3px;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.konaklamatab tr:nth-child(1), .konaklamatab tr:nth-child(2) {
    text-align: center;
    background-color: #c93daf;
    color: #fff;
}

.konaklamatab tr:nth-child(3) {
    text-align: center;
    background-color: #e4eaff;
    color: #482975;
}

.konaklamatab tr td:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}

.bankatab tr td {
    padding: 0 3px;
    border: 1px solid #fff !important;
}

    .bankatab tr td:nth-child(1) {
        background-color: #c93daf;
        color: #fff;
    }

    .bankatab tr td:nth-child(2) {
        background-color: #e4eaff;
        color: #482975;
    }

.custom-btn {
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

/* 8 */
.btn-8 {
    background-color: #f0ecfc;
    background-image: linear-gradient(315deg, #8f6ef3 0%, #0023b3 74%);
    line-height: 42px;
    padding: 0px;
    border: none;
}

    .btn-8 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-8:before,
    .btn-8:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        background: #c797eb;
        /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
        transition: all 0.3s ease;
    }

    .btn-8:before {
        height: 0%;
        width: 2px;
    }

    .btn-8:after {
        width: 0%;
        height: 2px;
    }

    .btn-8:hover:before {
        height: 100%;
    }

    .btn-8:hover:after {
        width: 100%;
    }

    .btn-8:hover {
        background: transparent;
    }

    .btn-8 span:hover {
        color: #c797eb;
    }

    .btn-8 span:before,
    .btn-8 span:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #c797eb;
        /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
        transition: all 0.3s ease;
    }

    .btn-8 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-8 span:after {
        height: 2px;
        width: 0%;
    }

    .btn-8 span:hover:before {
        height: 100%;
    }

    .btn-8 span:hover:after {
        width: 100%;
    }

#DateCountdown {
    width: 430px;
    height: 120px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    #DateCountdown {
        width: 325px;
        height: 90px;
        padding: 0px;
        box-sizing: border-box;
        margin: 0 auto;
    }

        #DateCountdown h4 {
            font-size: 13px !important;
            margin-top: -5px !important;
        }
}

.ajanda-bg {
    background-image: url(../images/ajanda-bg.jpg) !important;
    background-position: center center !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    border-bottom: 1px dotted #65b9c9;
    padding: 90px 0;
}

.ajanda {
    border-radius: 20px;
    padding: 39px 0;
    background-color: #fff;
    width: 24%;
    border: 2px solid #e3020d;
    position: relative;
}

@media screen and (max-width:768px) {
    .ajanda {
        width: 48%;
        margin: 40px 0 30px 3px;
    }
}

.ajanda .ajandaIkon {
    background: #e3020d;
    color: #fff;
    padding: 20px;
}

.ajanda:hover .ajandaIkon {
    background: #f7b03c;
}

.ajanda .ajandaIkon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -152px 0px 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.ajanda-baslik {
    color: #e3020d;
    font-weight: bold;
    font-size: 21px;
    padding: 10px 0;
    min-height: 71px;
    text-decoration: none;
}

/*contact button*/
.contact-button {
    font-family: inherit;
    font-size: 18px;
    background: linear-gradient(to bottom, #4dc7d9 0%,#66a6ff 100%);
    color: white;
    padding: 0.8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

    .contact-button:hover {
        transform: translateY(-3px);
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    }

    .contact-button:active {
        transform: scale(0.95);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .contact-button span {
        display: block;
        margin-left: 0.4em;
        transition: all 0.3s;
    }

    .contact-button svg {
        width: 18px;
        height: 18px;
        fill: white;
        transition: all 0.3s;
    }

    .contact-button .svg-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        margin-right: 0.5em;
        transition: all 0.3s;
    }

    .contact-button:hover .svg-wrapper {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .contact-button:hover svg {
        transform: rotate(45deg);
    }


/*contact button*/


/**/
:root {
    --white: #fff;
    --main-color: #4aae03;
}

.cbtn {
    color: var(--white);
    background: #0396ae;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 4px 12px;
    border-radius: 30px 30px;
    border: none;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

    .cbtn:hover {
        color: #0396ae;
        box-shadow: 0 0 8px rgba(0,0,0,0.5);
        text-decoration: none;
    }

    .cbtn:before {
        content: "";
        background: var(--white);
        transform: skewX(-45deg) scale(0, 1);
        position: absolute;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        transition: all 0.5s;
        z-index: -1;
    }

    .cbtn:hover:before {
        transform: skewX(-45deg) scale(1, 1);
    }

@media only screen and (max-width: 767px) {
    .cbtn {
        margin-bottom: 30px;
    }
}
/*PROGRAM*/

#program tbody tr:nth-child(1) {
    display: none !important;
}

#program th, #program td {
    border: 2px solid #fff;
    vertical-align: middle !important;
}

#program th {
    width: 15%;
    text-align: center;
}

#program td {
    width: 85%;
}
/*OTURUM*/
tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270,
tr.session.ARK-afe240b4-f3a1-4c59-9645-22e9c5517499,
tr.session.ARK-9e20c2f1-80f6-4ff6-b03c-10a017bb9b71 {
    background-color: #f7f5fd !important;
}

/*ALT OTURUM*/
tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270,
tr.subsession.ARK-afe240b4-f3a1-4c59-9645-22e9c5517499,
tr.subsession.ARK-9e20c2f1-80f6-4ff6-b03c-10a017bb9b71 {
    background-color: #f7f5fd !important;
}

/*ARA*/

tr.session.ARK-4191ff0b-04ca-4b71-9c31-b629af6f14ba {
    background-color: #fff57f !important;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 {
    background-color: #eee6fd !important;
    color: #000000;
}
/*UYDU*/
tr.session.ARK-557f8fe7-18cd-4fb0-aca4-b1ed94588f02 {
    background-color: #ffd2d2 !important
}

tr.session.ARK-63678789-931c-47df-b860-98fce83b898c,
tr.session.ARK-18110881-8c4e-499a-99aa-17a132a1b9c9 {
    background-color: #ffc7b3;
}


    tr.session.ARK-63678789-931c-47df-b860-98fce83b898c .officers strong,
    tr.session.ARK-18110881-8c4e-499a-99aa-17a132a1b9c9 .officers strong,
    tr.session.ARK-557f8fe7-18cd-4fb0-aca4-b1ed94588f02 .officers strong {
        display: none !important;
    }

/*PROGRAM*/


.anabaslik h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #a188f9;
    letter-spacing: 1px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

    .anabaslik h1:after, .anabaslik h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #a188f9;
        border-top: 1px solid #a188f9;
        height: 5px;
        background-color: #f8f8f8;
    }

/* Genel bilgiler tasar m ba lar */

.col-md-1.icon {
    width: 10% !important;
}

.col-md-11.icon {
    width: 90% !important;
}

.icon {
    background-color: #fc814b;
    color: #fff;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 1.5rem;
}

.icon-text {
    font-size: 35px;
}

.genel-baslik {
    background-color: #feb179a6;
    color: #1b4287;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-top-right-radius: 20px;
}

.genel-box {
    background-color: #feac79;
    border-top: 1px solid #ededed;
    padding: 5px 15px;
    border-bottom-right-radius: 20px;
}

/* Genel bilgiler tasar m biter */

#scientific_program tr:nth-child(1) > th,
.hall {
    display: none !important;
}

#scientific_program th {
    vertical-align: middle !important;
    width: 15%;
    text-align: center;
}

#scientific_program td {
    width: 85%;
}

.session {
    border-top: 5px solid #fff;
}

tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #c4e4ff;
}

tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #e8f3fc;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4,
tr.session.ARK-cc39a039-4bb9-4fcf-bbbe-e001ebf1210f {
    background-color: #eee6fd;
}

tr.session.ARK-8fc59544-da8a-4ed3-97a6-50405d255888 {
    background-color: #eee6fd;
}

tr.session.ARK-a7e14a6b-65cb-4e9e-8ec4-bc7934aabda9 {
    background-color: #eee6fd;
}

tr.session.ARK-d6c708cf-1f0f-49f9-9f4d-7685a94eba12 {
    background-color: #f7f5fd;
}

tr.subsession.ARK-d6c708cf-1f0f-49f9-9f4d-7685a94eba12 {
    background-color: #f7f5fd;
}

tr.session.ARK-dad29257-cc73-4451-aa7c-21cf883d69e5 {
    background-color: #f7f5fd;
}

tr.session.ARK-80e22d7c-85a5-474f-97f5-a67b26558fd0 {
    background-color: #f7f5fd;
}

tr.session.ARK-61454367-954d-4231-8910-b846eceb6926, tr.session.ARK-06426e81-b7f9-403a-ac84-d0c1703a6584 {
    background-color: #f7f5fd;
}

tr.session.ARK-df453179-9160-492f-837e-51792ce9184a {
    background-color: #f7f5fd;
}

tr.subsession.ARK-df453179-9160-492f-837e-51792ce9184a {
    background-color: #f7f5fd;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #7157a4 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #ffffff !important;
    background-color: #7157a4c4 !important;
}

tr.session.ARK-d6c708cf-1f0f-49f9-9f4d-7685a94eba12 th {
    color: transparent;
    user-select: none;
}

.subsession .officers strong,
tr.session.ARK-90dcfe86-b89f-493b-b4ba-42ccb4c01a92 .officers strong {
    display: none !important;
}

tr.session.ARK-90dcfe86-b89f-493b-b4ba-42ccb4c01a92 {
    background-color: #c4e4ff;
}

tr.session.ARK-56405baf-236f-4cd1-a07a-25d63cb5ed58 {
    background-color: beige;
    position: relative;
}

tr.session.ARK-f9e69e1a-7231-419a-b210-ee1a317bd0d4 {
    background-color: #f7f5fd;
}


@media (max-width: 991px) {

    #scientific_program th {
        width: 25%;
    }

    #scientific_program td {
        width: 75%;
    }

    #scientific_program {
        font-size: 14px;
    }

    .icerik {
        padding: 0 !important;
    }

    .uydu {
        position: relative !important;
        margin: 0 !important;
        width: 100px !important;
        transform: translateX(20px);
    }

    .table td, .table th {
        padding: 5px 0 !important;
    }
}


/*PROGRAM*/

.scientific-container {
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    background: #fafbfc;
    border-radius: 32px;
}

.scientific-sidebar {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    align-self: start;
}

.scientific-section-title {
    font-size: 0.75rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.scientific-day-list.nav-pills {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.scientific-day-list .nav-item {
    width: 100%;
}

.scientific-day-list .nav-link {
    display: block;
    width: 100%;
    padding: 16px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
    border-radius: 16px !important;
    color: #475569 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
}

.scientific-day-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.scientific-day-big {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: #1e293b;
}

.scientific-day-col {
    display: flex;
    flex-direction: column;
}

.scientific-day-month {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
}

.scientific-day-year {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.scientific-day-list .nav-item:nth-child(1) .nav-link.active {
    background: #ffe4e6 !important;
    border-color: #fda4af;
    box-shadow: 0 8px 24px rgba(254, 228, 230, 0.6);
}

    .scientific-day-list .nav-item:nth-child(1) .nav-link.active * {
        color: #9f1239 !important;
    }

.scientific-day-list .nav-item:nth-child(2) .nav-link.active {
    background: #e0f2fe !important;
    border-color: #7dd3fc;
    box-shadow: 0 8px 24px rgba(224, 242, 254, 0.6);
}

    .scientific-day-list .nav-item:nth-child(2) .nav-link.active * {
        color: #0369a1 !important;
    }

.scientific-day-list .nav-item:nth-child(3) .nav-link.active {
    background: #dcfce7 !important;
    border-color: #86efac;
    box-shadow: 0 8px 24px rgba(220, 252, 231, 0.6);
}

    .scientific-day-list .nav-item:nth-child(3) .nav-link.active * {
        color: #15803d !important;
    }

.scientific-day-list .nav-item:nth-child(4) .nav-link.active {
    background: #fef9c3 !important;
    border-color: #fde047;
    box-shadow: 0 8px 24px rgba(254, 249, 195, 0.6);
}

    .scientific-day-list .nav-item:nth-child(4) .nav-link.active * {
        color: #a16207 !important;
    }

.scientific-day-list .nav-item:nth-child(5) .nav-link.active {
    background: #f3e8ff !important;
    border-color: #d8b4fe;
    box-shadow: 0 8px 24px rgba(243, 232, 255, 0.6);
}

    .scientific-day-list .nav-item:nth-child(5) .nav-link.active * {
        color: #6b21a8 !important;
    }

.scientific-main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.scientific-hall-bar {
    background: #ffffff;
    border-radius: 20px;
    padding: 8px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    margin-bottom: 25px;
}

.scientific-hall-tabs.nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.scientific-hall-tabs .nav-link {
    background: transparent !important;
    border: 1px solid transparent;
    border-radius: 12px !important;
    color: #64748b !important;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 10px 20px !important;
    transition: all 0.2s ease;
}

    .scientific-hall-tabs .nav-link.active {
        background: #0f172a !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
    }

.scientific-flow {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.scientific-session-block {
    display: flex;
    flex-direction: column;
}

.scientific-session-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .scientific-session-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    }

.scientific-session-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.scientific-time-capsule {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e3e3e3;
    color: #1b4287;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.scientific-time-arrow {
    opacity: 0.6;
    font-weight: 400;
}

.scientific-sponsor-tag {
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    height: 34px;
    display: flex;
    align-items: center;
}

    .scientific-sponsor-tag img {
        height: 100%;
        object-fit: contain;
    }

.scientific-session-title {
    font-size: 1.25rem;
    font-weight: 850;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.scientific-session-subject {
    font-size: 1rem;
    font-weight: 500;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

.scientific-session-extra {
    font-size: 0.85rem;
    color: #e11d48;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
}

.scientific-speakers-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #e2e8f0;
}

.scientific-speaker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    font-size: 0.85rem;
}

.scientific-speaker-role {
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.5px;
}

.scientific-speaker-names {
    color: #475569;
}

.scientific-strong-name {
    font-weight: 700;
    color: #1e293b;
}

.scientific-inst-name {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.scientific-subsession-flow {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    margin-top: 30px;
    gap: 12px;
}

.scientific-subsession-node {
    display: flex;
    position: relative;
}

.scientific-sub-connector {
    position: absolute;
    left: -20px;
    top: -24px;
    bottom: 50%;
    width: 2px;
    border-left: 2px dashed #cbd5e1;
}

.scientific-subsession-node:last-child .scientific-sub-connector {
    bottom: auto;
    height: 48px;
}

.scientific-sub-connector::after {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #94a3b8;
    border-radius: 50%;
}

.scientific-subsession-card {
    flex-grow: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px 20px;
}

.scientific-sub-header {
    margin-bottom: 8px;
}

.scientific-sub-time {
    display: inline-block;
    background: #e2e8f0;
    color: #334155;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
}

.scientific-sub-title {
    font-size: 0.95rem;
    font-weight: 750;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 4px;
}

.scientific-sub-extra {
    font-size: 0.8rem;
    color: #475569;
    margin-top: 4px;
    margin-bottom: 0;
}

.sub-speakers {
    margin-top: 12px;
    padding-top: 10px;
}

.scientific-session-block.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 .scientific-session-card {
    border-left: 6px solid #8ebfcd;
    background: #f0f7f9;
}

.scientific-session-block.ARK-18f85393-5723-4255-bd71-3eca953ee98e .scientific-session-card {
    border-left: 6px solid #f5ac6f;
    background: #fffaf5;
}

.scientific-session-block.ARK-b0de786e-3990-4f8f-8ec5-db5176dba0fd .scientific-session-card {
    border-left: 6px solid #3f7e8f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-08ba1853-4646-4df1-ab50-a495217d2a6f .scientific-session-card {
    border-left: 6px solid #3f7e8f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-f2d4a461-0ab9-4d87-bc87-944d29053e52 .scientific-session-card {
    border-left: 6px solid #3f8f49;
    background: #f0f4f5;
}

.scientific-session-block.ARK-44c7f8b0-1f87-4372-a2bd-8815f0a94e98 .scientific-session-card {
    border-left: 6px solid #8f3f3f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-91b72727-c0b8-4ad1-90b4-cdf96d942644 .scientific-session-card {
    border-left: 6px solid #3f7e8f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-b6a49187-f4e2-4b26-8b27-1b411d57cdaf .scientific-session-card {
    border-left: 6px solid #a188c1;
    background: #faf9fc;
}

.scientific-session-block.ARK-3c101dc7-8d9f-43ae-a140-e950b008c6d1 .scientific-session-card {
    border-left: 6px solid #fdcbc7;
    background: #fffdfd;
}

.scientific-session-block.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 .scientific-session-card,
.scientific-session-block.ARK-ce3c603e-3d95-42b4-9f1d-d0c30f447df7 .scientific-session-card,
.scientific-session-block.scientific-ara .scientific-session-card {
    border-left: 6px solid #fdd835;
    background: #fffdf5;
}

.scientific-session-block.ARK-9fed92d0-d755-4a1c-81cc-33c396d8ad20 .scientific-session-card {
    border-left: 6px solid #abc771;
    background: #fafdf8;
}

.scientific-session-block.ARK-b9d05677-b3e1-4b33-b285-c6bbb4c35f5c .scientific-session-card {
    border-left: 6px solid #5ef78d;
    background: #f6fff9;
}

.scientific-session-block.ARK-77f99de7-10f0-4e43-bd77-a965da2d76ed .scientific-session-card {
    border-left: 6px solid #5ef78d;
    background: #f6fff9;
}

.scientific-session-block.ARK-db78bd40-9beb-4cf1-b5b9-c63a01612e7d .scientific-session-card,
.scientific-session-block.ARK-52304013-b16c-4e03-b9ec-3b02a9c1e716 .scientific-session-card {
    border-left: 6px solid #845ef7;
    background: #faf9ff;
}

.scientific-session-block.ARK-55abb1b9-51f4-4fbc-8f13-7e013f0e486c .scientific-session-card {
    border-left: 6px solid #efb5b5;
    background: #fffbfb;
}

.scientific-session-block.scientific-sertifika .scientific-session-card {
    border-left: 6px solid #10b981;
    background: #f0fdf4;
}

.scientific-session-block.scientific-oturum .scientific-session-card {
    border-left: 6px solid #3b82f6;
    background: #eff6ff;
}

.scientific-subsession-flow .scientific-speaker-role {
    display: none !important;
}

.scientific-session-block.ARK-08ba1853-4646-4df1-ab50-a495217d2a6f .scientific-time-end, .scientific-session-block.ARK-08ba1853-4646-4df1-ab50-a495217d2a6f .scientific-time-arrow {
    display: none;
}

ul#hall24092026Tab li {
    width: 16.1% !important;
    text-align: center;
}

ul#hall25092026Tab li,
ul#hall26092026Tab li,
ul#hall27092026Tab li {
    width: 23% !important;
    text-align: center;
}

.scientific-ara .scientific-subsession-card {
    border-left: 6px solid #fdd835;
    background: #fffdf5 !important;
}

.scientific-acilis .scientific-subsession-card {
    border-left: 6px solid #8f3f3f;
    background: #f0f4f5;
}

@media (max-width: 991px) {
    .scientific-container {
        grid-template-columns: 1fr;
        border-radius: 20px;
        padding: 12px;
        gap: 15px;
    }

    .scientific-sidebar {
        padding: 15px;
        border-radius: 16px;
    }

    .scientific-day-list.nav-pills {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
    }

    .scientific-day-list .nav-item {
        width: auto;
        flex-shrink: 0;
    }

    .scientific-day-list .nav-link {
        padding: 10px 14px !important;
    }

    .scientific-day-big {
        font-size: 1.4rem;
    }

    .scientific-day-month {
        font-size: 0.75rem;
    }

    .scientific-day-year {
        display: none;
    }

    ul#hall24092026Tab li,
    ul#hall25092026Tab li,
    ul#hall26092026Tab li,
    ul#hall27092026Tab li {
        width: 30% !important;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .scientific-session-card {
        padding: 16px;
        border-radius: 18px;
    }

    .scientific-session-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .scientific-sponsor-tag {
        align-self: flex-start;
    }

    .scientific-session-title {
        font-size: 1.1rem;
    }

    .scientific-subsession-flow {
        padding-left: 15px;
    }

    .scientific-sub-connector {
        left: -12px;
    }
}


div#session-3ad66b2d-2b32-449f-9813-b3463daa6719 .scientific-time-capsule {
    display:none !important;
}
div#session-3ad66b2d-2b32-449f-9813-b3463daa6719{
    text-align:center;
}

div#session-fc5571c8-bbb7-40c1-90a7-026205e17e40 .scientific-time-capsule{
    display: none !important;
}

div#subsession-1--child-rights--ethics-and-participation-15-35 .scientific-sub-time,
div#subsession-2--clinical-ai--safety-and-evidence-15-50 .scientific-sub-time,
div#subsession-3--development--well-being-and-healthy-digital-environments-16-05 .scientific-sub-time,
div#subsession-4--equity--systems--interoperability-and-workforce-16-20 .scientific-sub-time{
    display: none;
}

div#session-fc5571c8-bbb7-40c1-90a7-026205e17e40 .scientific-session-card {
    border-left: 6px solid #8ebfcd;
    background: #f0f7f9;
}

/*div#subsession-ap82v8Nq08MK8lVO{
display:none !important;
}*/

/*PROGRAM*/
