body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3b3b3b;
}

a {
  color: #0c1c1a;
}

a:hover {
  color: #251f69;
}

p, ul, ol {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #3b3b3b;
  list-style-type: none;
  margin: 0 0 1rem;
  line-height: 30px;
}

ol {
  list-style-type: decimal;
}

strong {
  font-weight: 500;
}
table {
  margin-bottom: 2rem;
  border: 1px solid rgba(0,0,0,.125) !important;
}

.reset-password {
    margin-bottom: 2rem;
    border: none !important;
}

.form-group-member {
    margin-bottom: 2rem;
    border: none !important;
}

.form-group-member label {
    max-width: 20.333333%;
}

.correspondence_address table {
    border: none !important;
}

.correspondence_address table tr td {
    border: none !important;
}

table th {
  font-weight: 600;
  background-color: #D2DAE1;
  border-top: 1px solid rgba(0,0,0,.125) !important;
  border-bottom: 1px solid rgba(0,0,0,.125) !important;
}

table tr td {
  vertical-align: middle !important;
  border-bottom: 1px solid #a3acaa !important;
}

.table {
  color: #3b3b3b;
  background-color: #F6F6F6;
}

header {
  width: 100%;
  height: auto;
  min-height: 100px;
  display: block;
  position: relative;
  z-index: 2;
  background-color: #1f0555;
}

header .br-right,
footer .br-right {
  border-right: 1px solid rgba(143, 130, 170, 0.5);
}

.navbar-expand-md {
  position: relative;
  z-index: 5;
}

.navbar-expand-md .navbar-collapse {
  justify-content: center;
}

.navbar-expand-md .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #d2d1d1;
  padding-right: 0rem;
  padding-left: 0rem;
  margin: 0rem 0.5rem;
}

.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item {
  font-size: 14px;
}

.navbar-expand-md .navbar-nav .dropdown-menu a.dropdown-item:hover {
  color: #1f0555;
  background-color: #d5e5e2;
}

nav ol.breadcrumb {
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  margin-bottom: 0rem;
  padding: 0.75rem 1rem 0rem;
  font-size: 13px;
}

nav span{
  display: flex !important;
  justify-content: flex-end;
  background-color: transparent;
  margin-bottom: 0rem;
  padding: 0.75rem 0.25rem 0rem;
  font-size: 13px;
}nav span span{
line-height:0 !important;
}

nav .breadcrumb-item span {
    font-size: 13px;
}

nav .breadcrumb-item span a {
    font-weight: 100 !important;
    font-family: 'Poppins', sans-serif;
}

header .society-name {
    text-align: center;
    font-size: x-large;
    padding-bottom: 25px;
    line-height: 1.1;
    color: #CDE1DF;
}

header .social-icons {
  display: flex;
  justify-content: right;
  padding-bottom: 10px;
}

header .social-icons img {
  width: 32px;
  height: 32px;
  margin: 5px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s ease;
}

header .social-icons img:hover {
  transition: all 0.5s ease;
  transform: rotate(360deg);
}

header .journal-cover {
  max-width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}

header .journal-cover img {
  transition: all 0.5s ease;
}

header .journal-cover img:hover {
  transform: scale(1.1);
}

.slider {
  background: url(../../assets/img/slider-bg.jpg) no-repeat center center;
  background-size: cover;
}

.content {
  min-height: 500px;
  padding: 15px 0px 33px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ababab;
}

.subcontent {
  font-size: 14px;
}
.subcontent a {
  color: #643e86;
}
.subcontent .title {
  font-size: 16px;
  font-weight: 600;
  color: #466696;
}
.subcontent .card {
  margin: 0 auto;
  border: none !important;
  background-color: #e9f2f0;
  box-shadow: 1px 2px 7px 1px #c6c1c1;
  border-radius: .5rem;
}

.subcontent .card img {
  max-width: 40%;
  margin: 0 auto;
  border: 3px solid #1f0555;
}

.subcontent .card-body {
  padding: 1rem 1rem 0rem;
}
.subcontent .card-body h5 {
  font-size: 16px;
}
.subcontent .card-body p {
  font-size: 13px;
  margin-bottom: 0;
}

.subcontent .card-body i.fas {
  padding-right: 5px;
}

.content ul li {
  list-style-type: none;
}

.content ul li::before {
  content: "\25AA";
  color: #251f69;
  width: 1rem;
  display: inline-block;
  font-size: 24px;
}

.subcontent ul.list-group {
  border-radius: 0rem;
}
.subcontent ul li {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.subcontent ul li::before {
  display: none !important;
}
.content .container,
.content .container .col-12:nth-child(2),
.hpInfobox .container {
  padding-left: 0!important;
  padding-right: 0!important;
}
.content .sideLeft,
.content .news,
.subcontent {
  background-color: #d5e5e2;
  min-height: 848px;
  padding-bottom: 50px;
}

.content .column-heading,
.content .news h4:nth-child(even) {
  padding: 10px;
  background-color: #1f0555;
}

.content .column-heading h3 {
  margin-bottom: 0rem;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.content .news article h4:nth-child(odd) {
  min-height: 72px;
  padding: 20px 10px;
  margin-bottom: 0rem;
}

.content .news article a{
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 24px;
} 

.content .news article a:hover {
  color: #1f0555;
}

.content .news article h4:nth-child(even) {
  font-size: 14px;
  font-weight: 500;
  color: #3b3b3b;
  line-height: 24px;
}
.content .news article h4:hover:nth-child(even) {
  color: #1f0555;
}


.content .news article > h4:nth-child(even) > a,
.content .news article > h4:nth-child(even) > a:hover {
  color: #fff;
}

.content .news h4 {
  margin-bottom: 0rem;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 24px;
}

.content .news .news-btn {
  padding: 10px;
}

.content .news .btn-primary {
  font-size: 14px;
  color: #1f0555;
  background-color: #a6cec8;
  border-color: #a6cec8;
}

.content .news .btn-primary:hover {
  text-decoration: underline;
}
.content .news .btn-primary:focus {
  box-shadow: none !important;
}

.content .sideLeft .list-group {
  border-radius: 0px;
}
.content .sideLeft .list-group-item {
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  color: #0c1c1a;
  background: linear-gradient(#c9cfc7, #d5e5e2 60%);
  border: none;
  border-bottom: 1px solid #a0a59e;
}

.content .sideLeft .list-group-item a {
  color: #0c1c1a;
}

.content .sideLeft .list-group-item a:hover {
  color: #251f69;
}

.eventCalendar {
  width: 100%;
  min-height: 250px;
  padding: 15px;
  background-color: #d1e3e0;
  transition: all 0.5s ease;
}

.content .sideRight .membership-form {
  min-height: 50px;
  padding: 13px  0px;
  background: url(../../assets/img/uyelik_formu.jpg) no-repeat center top;
  background-size: cover;
}

.content .sideRight .legal-counsel {
  min-height: 50px;
  padding: 13px  0px;
  background: url(../../assets/img/hukuk_danismanina_sorun.jpg) no-repeat center top;
  background-size: cover;
}

.content .sideRight .epilepsy-license {
  min-height: 50px;
  padding: 13px  0px;
  background: url(../../assets/img/epilepsi_ve_ehliyet.jpg) no-repeat center top;
  background-size: cover;
}

.content .sideRight .pregnancy-form {
  min-height: 50px;
  padding: 13px  0px;
  background: url(../../assets/img/gebelik_formu.jpg) no-repeat center top;
  background-size: cover;
}

.content .sideRight .risk-management {
  min-height: 50px;
  padding: 13px  0px;
  background: url(../../assets/img/valproat_risk_yonetim_plani.jpg) no-repeat center top;
  background-size: cover;
}

.content .sideRight a.button-heading {
  width: 100%;
  padding-left: 55px;
  line-height: 24px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.content .sideRight .legal-counsel a.button-heading,
.content .sideRight .risk-management a.button-heading {
  font-size: 13px;
}

.hpInfobox {
  min-height: 225px;
  padding: 15px 0px 40px;
}

.hpInfobox1,
.hpInfobox2,
.hpInfobox3 {
  min-height: 225px;
  padding: 30px 32px 25px;
  margin-bottom: 15px;
  border: 1px solid #a3a3a3;
}

.hpInfobox1 {
  background: url(../../assets/img/hp-infobox1.jpg) no-repeat center top;
  background-size: cover;
}

.hpInfobox2 {
  background: url(../../assets/img/hp-infobox2.jpg) no-repeat center top;
  background-size: cover;
}

.hpInfobox3 {
  background: url(../../assets/img/hp-infobox3.jpg) no-repeat center top;
  background-size: cover;
}

.hpInfobox1 .hp-infobox-heading,
.hpInfobox2 .hp-infobox-heading,
.hpInfobox3 .hp-infobox-heading {
  width: 67%;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 28px;
}
.hpInfobox ul {
  padding: 0;
}

.hpInfobox ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #494949;
}

.hpInfobox ul li a:hover {
  color: #251f69;
}

footer .double-border {
  border-top: 1px solid #0d0224;
  border-bottom: 1px solid #743bab;
}

/************************************************/
/******************** FOOTER ********************/
/************************************************/
footer {
  min-height: 260px;
  padding: 40px 0px 30px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  background: url("../../assets/img/footer-bg.jpg") no-repeat center top;
  background-size: cover;
}

footer .col-12 {
  border-right: 1px solid rgba(143, 130, 170, 0.5);
}

footer .col-12:last-child {
  border-right: 0;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 26px;
}

footer a, footer ul li {
  color: #d2d1d1;
  text-decoration: none;
}

footer a:hover, footer a:focus {
  text-decoration: none;
  color: #fff;
}

footer img {
  max-width: 160px;
}

footer .footer-icon {
  max-width: 18px;
  margin: 12px 10px 12px 0px;
}

footer ul li.align-phone {
  display: flex;
}

footer a.yellow-link {
  color: #f5a754;
}

footer a.yellow-link:hover {
  color: #fff;
}

footer hr.double-border {
  border-top: 1px solid #0d0224;
  border-bottom: 1px solid #47248f;
}

footer .footer-copyright {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}

footer .footer-copyright p {
  margin-top: 10px;
  color: #d2d1d1;
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}

/************************************************/
/************** SOCIAL MEDIA ICONS **************/
/************************************************/
header .fa {
  padding: 5px;
  font-size: 20px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid #d2d1d1;
}

header .fa:hover {
  color: #fff;
}

header .fa-facebook,
header .fa-twitter,
header .fa-instagram {
  color: #d2d1d1;
}

/* USER LOGIN STYLES */

.userLogin {
  width: 100%;
  min-height: 165px;
  padding: 15px 15px 10px;
  background-color: #d1e3e0;
  transition: all 0.5s ease;
}

.userLogin .form-group,
.subcontent .form-group {
  position: relative;
  margin-bottom: 10px;
  border: 4px solid #dbe9e6;
  border-radius: 20px;
}

.subcontent .form-group-profile {
  position: relative;
  margin-bottom: 10px;
  border: none;
  border-radius: 20px;
}

.userLogin .form-group img {
  width: 28px;
  margin-right: 1rem;
  position: absolute;
  top: 15px;
  left: 15px;
  padding-right: 10px;
  border-right: 1px solid #c0cdca;
}

.userLogin .form-control {
  padding-left: 50px;
}

.userLogin .login-input {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 1rem 0rem;
  background-color: #fff;
  height: 54px;
  border-radius: 20px;
  border: 4px solid #fff;
}

.userLogin input[type=email],
.userLogin input[type=password],
.subcontent input[type=email] {
  width: 100%;
  height: 46px;
  font-size: 14px;
  font-weight: 300;
  color: #979797;
  border: 1px solid #b1b1b1;
  border-radius: 20px;
}

.userLogin .sign-in-arrow,
.subcontent .sign-in-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #bf2e37;
  height: 46px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}

.userLogin ul.forgot-password {
  margin: 0;
  padding: 0;
}
.userLogin ul.forgot-password li::before {
  font-size: 14px;
}

.userLogin ul.forgot-password a {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #1a4a95;
}

/* ROUNDABOUT CAROUSEL */

.roundabout-holder {
  width: 54%;
  height: 355px;
  padding: 0;
  margin: 65px auto 50px;
  transform: scale(1.0,1.0);
}

.roundabout-moveable-item {
  height: 400px;
  width: 320px;
  cursor: pointer;
  display: block;
}

.roundabout-moveable-item img {
  height: 100%;
  width: 100%;
}

.roundabout-in-focus {
  cursor: auto;
}

#carousel li {
  height: 355px;
  width: 640px;
  box-shadow: 0 0 10px #000;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  opacity: 1!important;
}

#carousel li.roundabout-in-focus:hover span {
  display: block;
  z-index: 1;
}

#carousel li img {
  opacity: 1;
}

#carousel li.roundabout-in-focus img {
  opacity: 1!important;
}

#carousel li.roundabout-in-focus:hover img {
  opacity: 1!important;
}

#carousel li span {
  display: none;
  position: absolute;
  width: 260px;
  border-radius: 5px;
  margin: 270px 88px;
  overflow: hidden;
  box-shadow: 0 0 8px #000;
}

#carousel a.view-project-button {
  display: block;
  color: #FFF;
  font: 34px/1.6em "Helvetica Neue", Arial, sans-serif;
  padding: 6px 12px;
  text-decoration: none;
  background: #9ABE42;
}

#carousel a.view-project-button:hover {
  background: #7E9D32;
}

#carousel li span a.preview {
  background: #BD3B3C;
  border-radius: 5px 0 0 5px;
}

#carousel li span a:hover.preview {
  background: #CE4A4B;
}

#carousel li span a.details {
  background: #A28E5C;
  border-radius: 0 5px 5px 0;
}

#carousel li span a:hover.details {
  background: #B8A169;
}

@media (max-width: 1200px) {
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
  }
  .roundabout-holder {
    transform: scale(0.9,0.9);
  }
  .content .sideLeft .list-group-item {
    font-size: 13px;
  }
  .calendar-weekdays div {
    font-size: 10px;
  }
  .calendar-content div {
    width: 12%;
  }
  .content .sideLeft,
  .content .news {
    min-height: 808px;
  }
  .content .news article h4 {
    min-height: 44px;
    padding: 15px 10px;
  }
  .content .news article h4:nth-child(odd) {
    min-height: 64px;
    padding: 15px 10px;
  }
  .content .sideRight .membership-form,
  .content .sideRight .legal-counsel,
  .content .sideRight .epilepsy-license,
  .content .sideRight .pregnancy-form,
  .content .sideRight .risk-management {
    min-height: 42px;
    padding: 9px 0px;
  }
  .content .sideRight a.button-heading {
    font-size: 12px;
    padding-left: 45px;
  }
  .content .sideRight .legal-counsel a.button-heading,
  .content .sideRight .risk-management a.button-heading {
    font-size: 11px;
  }
  footer,
  footer .footer-copyright {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  header .logo {
    text-align: center;
  }
  header .logo img {
    width: 25%;
    margin: 1rem 0rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-expand-md .navbar-collapse {
    justify-content: center;
  }
  header .br-right {
    border-right: 0;
  }
  header .social-icons {
    display: flex;
    justify-content: center;
  }
  header .journal-cover {
    max-width: 100%;
    justify-content: center;
  }
  .roundabout-holder {
	height: 330px;
    margin: 10px auto 20px;
    transform: scale(0.76,0.76);
  }
  .content .container .col-12:nth-child(2) {
    padding-right: 1rem!important;
  }
  .content .sideLeft,
  .content .news {
    height: 864px;
    margin-bottom: 15px;
  }
  .content .sideLeft .list-group-item a {
    font-size: 13px;
  }
  .content .news article h4 {
    min-height: 44px;
    padding: 18px 10px;
  }
  .content .news article h4:nth-child(odd) {
    min-height: 70px;
    }
  .content ul li::before {
    font-size: 16px;
  }
  .calendar-weekdays div {
    font-size: 14px;
  }
  .calendar-content div {
    width: 13.66%;
    height: 40px;
    padding: 10px 0px;
  }
  .content .sideRight .membership-form,
  .content .sideRight .legal-counsel,
  .content .sideRight .epilepsy-license,
  .content .sideRight .pregnancy-form,
  .content .sideRight .risk-management {
    min-height: 140px;
  }
  .content .sideRight .membership-form a.button-heading,
  .content .sideRight .legal-counsel a.button-heading,
  .content .sideRight .risk-management a.button-heading,
  .content .sideRight .epilepsy-license a.button-heading,
  .content .sideRight .pregnancy-form a.button-heading {
    font-size: 24px;
    padding: 55px 60px 45px 145px;
  }
  .hpInfobox1,
  .hpInfobox2,
  .hpInfobox3 {
    min-height: 450px;
    padding: 60px 62px 55px;
  }
  .hpInfobox1 .hp-infobox-heading,
  .hpInfobox2 .hp-infobox-heading,
  .hpInfobox3 .hp-infobox-heading {
    font-size: 1.7rem;
    margin-bottom: 52px;
  }
  .hpInfobox ul li a {
    font-size: 20px;
    line-height: 60px;
  }
  footer,
  footer .footer-copyright {
    font-size: 14px;
  }
  footer .col-12:nth-child(1) img {
    max-width: 75%;
  }
  footer .col-12:nth-child(2) {
    padding-left: 70px;
  }
  footer .col-12:nth-child(3),
  footer .col-12:nth-child(4),
  footer .col-12:nth-child(5) {
    text-align: center;
  }
  footer .col-12:nth-child(2),
  footer .col-12:nth-child(3),
  footer .col-12:nth-child(4),
  footer .col-12:nth-child(5) {
    padding-left: 50px;
    border-right: 0;
    margin-bottom: 20px;
  }
  footer ul li.align-phone {
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  header .logo img {
    width: 30%;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-dark .navbar-toggler {
    border-color: #d2d1d1;
    margin: 10px auto;
  }
  .navbar-nav {
    margin: 20px 0px;
    text-align: center;
  }
  .roundabout-holder {
    transform: scale(0.7,0.7);
  }
  .content .container .col-12:nth-child(2) {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  .content .sideLeft {
    min-height: 285px;
    height: 250px;
  }
  .content .sideLeft,
  .content .news {
    margin-bottom: 15px;
  }
  .content .sideRight .membership-form,
  .content .sideRight .legal-counsel,
  .content .sideRight .epilepsy-license,
  .content .sideRight .pregnancy-form,
  .content .sideRight .risk-management {
    min-height: 104px;
  }
  .content .sideRight .membership-form a.button-heading,
  .content .sideRight .legal-counsel a.button-heading,
  .content .sideRight .risk-management a.button-heading,
  .content .sideRight .epilepsy-license a.button-heading,
  .content .sideRight .pregnancy-form a.button-heading {
    font-size: 20px;
    padding: 34px 20px 30px 145px;
  }
  .calendar-content div {
    width: 13.44%;
  }
  .hpInfobox1,
  .hpInfobox2,
  .hpInfobox3 {
    padding: 65px 62px;
  }
  .hpInfobox1 .hp-infobox-heading,
  .hpInfobox2 .hp-infobox-heading,
  .hpInfobox3 .hp-infobox-heading {
    font-size: 1.3rem;
  }
  .hpInfobox ul li a {
    font-size: 16px;
  }
  footer .col-12:nth-child(1) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(143, 130, 170, 0.5);
  }
  footer .col-12:nth-child(1) img {
    max-width: 50%;
  }
  footer .col-12:nth-child(2),
  footer .col-12:nth-child(3),
  footer .col-12:nth-child(4),
  footer .col-12:nth-child(5) {
    padding-left: 25px;
  }
}

@media (max-width:576px) {
  .roundabout-holder {
	height: 250px;  
    margin: 5px auto 0px;
    transform: scale(0.5,0.5);
  }
  .content .container,
  .content .container .col-12:nth-child(2),
  .hpInfobox {
    padding-left: 1rem!important;
    padding-right: 1rem!important;
  }
  .content .news article h4 {
    min-height: 44px;
    padding: 16px 10px;
  }
  .content .news article h4:nth-child(odd) {
    min-height: 65px;
  }
  .calendar-content div {
    width: 13.18%;
  }
  .content .sideRight .membership-form,
  .content .sideRight .legal-counsel,
  .content .sideRight .epilepsy-license,
  .content .sideRight .pregnancy-form,
  .content .sideRight .risk-management {
    min-height: 102px;
    background-size: contain;
    padding: 0px;
  }
  
  .content .sideRight .membership-form a.button-heading,
  .content .sideRight .legal-counsel a.button-heading,
  .content .sideRight .risk-management a.button-heading,
  .content .sideRight .epilepsy-license a.button-heading,
  .content .sideRight .pregnancy-form a.button-heading {
    font-size: 16px;
    padding: 32px 20px 32px 110px;
  }
  .hpInfobox1,
  .hpInfobox2,
  .hpInfobox3 {
    min-height: 300px;
    padding: 40px 30px;
  }
  .hpInfobox1 .hp-infobox-heading,
  .hpInfobox2 .hp-infobox-heading,
  .hpInfobox3 .hp-infobox-heading {
    font-size: 1.2rem;
    margin-bottom: 45px;
  }
  .hpInfobox ul li a {
    font-size: 16px;
    line-height: 36px;
  }
  footer .footer-icon {
    max-width: 16px;
  }
  footer ul li.align-phone {
    justify-content: center;
  }
  footer .footer-copyright,
  footer .footer-copyright p {
    font-size: 12px;
  }
}

.tab-content{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 15px;
	background: #F6F6F6;
}

.nav-tabs {
  font-size: 14px;
  font-weight: 500;
  color: #5596C8;
  background: #D2DAE1;
  border-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background: #F6F6F6;
}

.tab-content .tab-pane h4 {
  color: #1f0555;
  font-size: 16px;
  font-weight: 500;
}
.tab-content .tab-pane table {
  border: 0 !important;
}
a.yayincilik {
    background-color: antiquewhite;
    padding: 5px;
    border: 1px solid #e3cccc;
    font-weight: 500;
	margin-bottom: 7px;
    display: inline-block;
	border-radius: 10px;
}
a.yayincilik:hover {
    background-color: azure;
	font-weight:bold;
}
/* TESD Komisyonlar sayfası - Bootstrap 4.6.1 uyumlu */
.tesd-commission-page {
  --tesd-primary: #334f80;
  --tesd-primary-dark: #263e68;
  --tesd-primary-soft: #eef3fa;
  --tesd-accent: #c99a3d;
  --tesd-text: #303846;
  --tesd-muted: #6c7582;
  --tesd-border: #dfe5ed;
  --tesd-white: #ffffff;
  color: var(--tesd-text);
  font-size: 16px;
  line-height: 1.75;
}

.tesd-commission-page,
.tesd-commission-page * {
  box-sizing: border-box;
}

.tesd-commission-page p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.tesd-intro-card,
.tesd-info-card {
  position: relative;
  overflow: hidden;
  padding: 28px 30px;
  background: var(--tesd-white);
  border: 1px solid var(--tesd-border);
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(34, 52, 78, 0.08);
}

.tesd-intro-card::before,
.tesd-info-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--tesd-primary);
  content: "";
}

.tesd-greeting {
  color: var(--tesd-primary-dark);
  font-size: 1.15rem;
  font-weight: 700;
}

.tesd-signature {
  color: var(--tesd-primary-dark);
  font-weight: 700;
  text-align: right;
}

.tesd-section-heading {
  padding: 18px 22px;
  color: var(--tesd-white);
  background: linear-gradient(135deg, var(--tesd-primary-dark), var(--tesd-primary));
  border-radius: 9px;
  box-shadow: 0 7px 18px rgba(38, 62, 104, 0.16);
}

.tesd-section-heading h2 {
  color: inherit;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.3;
}

.tesd-section-heading p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.tesd-commission-card {
  position: relative;
  padding: 22px;
  background: var(--tesd-white);
  border: 1px solid var(--tesd-border);
  border-top: 4px solid var(--tesd-primary);
  border-radius: 9px;
  box-shadow: 0 6px 17px rgba(34, 52, 78, 0.07);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tesd-commission-card:hover {
  transform: translateY(-3px);
  border-color: #c9d3e1;
  box-shadow: 0 11px 26px rgba(34, 52, 78, 0.12);
}

.tesd-commission-card h3 {
  margin: 0 0 17px;
  padding-bottom: 12px;
  color: var(--tesd-primary-dark);
  border-bottom: 1px solid var(--tesd-border);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.45;
}

.tesd-role-row {
  margin-bottom: 14px;
}

.tesd-role-row:last-child {
  margin-bottom: 0;
}

.tesd-role-label {
  display: inline-block;
  margin-bottom: 6px;
  padding: 3px 9px;
  color: var(--tesd-primary-dark);
  background: var(--tesd-primary-soft);
  border-radius: 20px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.tesd-role-row p {
  margin-bottom: 0;
  color: var(--tesd-text);
  font-size: 0.95rem;
  line-height: 1.65;
}

.tesd-role-row sup,
.tesd-coordinator-note sup {
  color: #b17100;
  font-weight: 700;
}

.tesd-coordinator-note {
  margin-top: -4px;
  color: var(--tesd-muted);
  font-size: 0.9rem;
}

.tesd-email-section {
  padding-bottom: 5px;
}

.tesd-email-card {
  position: relative;
  padding: 17px 18px 17px 48px;
  background: var(--tesd-white);
  border: 1px solid var(--tesd-border);
  border-radius: 8px;
  box-shadow: 0 4px 13px rgba(34, 52, 78, 0.06);
}

.tesd-email-card::before {
  position: absolute;
  top: 18px;
  left: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--tesd-primary);
  background: var(--tesd-primary-soft);
  border-radius: 50%;
  font-size: 13px;
  line-height: 1;
  content: "@";
}

.tesd-email-card h3 {
  margin: 0 0 5px;
  color: var(--tesd-primary-dark);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

.tesd-email-card a {
  display: block;
  width: max-content;
  max-width: 100%;
  color: var(--tesd-primary);
  font-size: 0.94rem;
  overflow-wrap: anywhere;
  text-decoration: none;
  word-break: break-word;
}

.tesd-email-card a + a {
  margin-top: 3px;
}

.tesd-email-card a:hover,
.tesd-email-card a:focus {
  color: var(--tesd-primary-dark);
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .tesd-commission-page {
    font-size: 15px;
  }

  .tesd-intro-card,
  .tesd-info-card {
    padding: 22px 20px;
  }

  .tesd-section-heading {
    padding: 16px 18px;
  }

  .tesd-section-heading h2 {
    font-size: 1.3rem;
  }

  .tesd-commission-card {
    padding: 19px;
  }

  .tesd-signature {
    text-align: left;
  }
}

@media print {
  .tesd-intro-card,
  .tesd-info-card,
  .tesd-section-heading,
  .tesd-commission-card,
  .tesd-email-card {
    box-shadow: none;
  }

  .tesd-commission-card,
  .tesd-email-card {
    break-inside: avoid;
  }
}