﻿#chk_etken:checked {
background-color:black;
}
#chk_musta:checked {
    background-color: black;
}
#ipInf {
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
#ipInf1 {
    color: #000; /* Fallback for older browsers */
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
#btn_Accepted {
    background-color: #00327D;
    border: none;
    color: #FFFFFF;
}
.tpb {
    font-weight:bold;
    font-size:20px;
    color:black;
}
.tp {
    font-weight: bold;
    font-size: 20px;
    color: black;
}
#popup-survey {
    display:flex !important;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}
#p_sorgulamasonucu {
    font-family: sans-serif;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}
#mobiletopnav {
    display:none;
}


a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 337px;
    max-width: 337px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        margin-left: -250px;
    }

    #sidebar .sidebar-header {
        padding: 20px;

    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
    }

a[data-toggle="collapse"] {
    position: relative;
}
/* Style the tab */
.tab {
    float: left;
    background-image: linear-gradient(#56BFB9, #348EEF);
    width: 30%;
    height:700px;
    border-radius:15px;
}
#mobiletopnav {
    display:none;
}
.topnav {
    overflow: hidden;
    background-image: linear-gradient(#56BFB9, #348EEF);
    position: relative;
}

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        .topnav a.icon {
            background: black;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }

.active {
    background-color: #aa1d24;
    color: white;
}


/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: white;
  padding: 10px 10px;
  border-radius:1rem;
  margin-top:1rem;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: skyblue;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: skyblue;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border-left: none;
  width:100%;
}





.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.container_row {
    display: flex;
}

.layer1 {
    width: 100%;
    background-color: rgba(255,0,0,0.5); /* red */
}

.layer2 {
    width: 100%;
    margin-left: -100%;
    background-color: rgba(0,0,255,0.5); /* blue */
}




ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #FFFFFF !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}
#menu_rxmedia li: {
    font-size:15px;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
        }

    #sidebarCollapse span {
        display: none;
    }
    #mobiletopnav {
        display:block;
    }
    #exampleModal {
        margin-top:5rem !important;
    }

    #info_eded {
        margin-left: 1px !important;
    }
    #ipInf1 {
        color: #000; /* Fallback for older browsers */
        color: rgba(0, 0, 0, 0.5);
        font-size: 10px;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }
    #ipInf {
        color: #000; /* Fallback for older browsers */
        color: rgba(0, 0, 0, 0.5);
        font-size: 10px;
        font-family: Arial, sans-serif;
        font-size: 14px;
    }

    #p_sorgulamasonucu {
        font-family: sans-serif;
        font-size: 10px;
        text-align: center;
        vertical-align: middle;
        display: table-cell;
    }
    #cookiesBanner {
        bottom:5rem !important;
       
    }
    #btn_Accept {
        display:block !important;
    }
    #btn_CookiesSettings {
        text-align: center !important;
        display: block !important;
        margin-bottom:1rem;
    }



    #bigwebmenu {
        display: none;
    }

}

@media(max-width: 575px){
    .form-group.required:after {
        display:none !important;
    }
    .mobile_Tags {
        display:none;
    }
     .swiper-container#home-slider .swiper-slide img {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: calc(100% - 64px) !important;
        margin: 0px;
        object-fit: cover;
        overflow: hidden;
        border-radius: 14px;
    }
}