

.clearfix {
  clear:both;
}

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

a {
  color: tomato;
  text-decoration: none;
}

a:hover {
  color: #2196f3;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.header {
  padding:20px 0;
  position:relative;
  margin-bottom:10px;
  
}

.header:after {
  content:"";
  display:block;
  height:1px;
  background:#eee;
  position:absolute; 
  left:30%; right:30%;
}

.header h2 {
  font-size:3em;
  font-weight:300;
  margin-bottom:0.2em;
}

.header p {
  font-size:14px;
}



#a-footer {
  margin: 20px 0;
}

.new-react-version {
  padding: 20px 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.1);
  
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
}

.new-react-version .react-svg-logo {
  text-align: center;
  max-width: 60px;
  margin: 20px auto;
  margin-top: 0;
}





.success-box {
  margin:10px 0;
  padding:10px 10px;
  border:1px solid #eee;
  background:#f9f9f9;
  display: none;
}

.success-box img {
  margin-right:10px;
  display:inline-block;
  vertical-align:top;
}

.success-box > div {
  vertical-align:top;
  display:inline-block;
  color:#888;
}



/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  cursor: pointer;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}



a, a:hover {
  text-decoration: none;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.wrapper {
  width: 100%;
  height: auto;
  
  
  padding: 50px 20px;
  padding-top: 100px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .wrapper {
    height: auto;
    
    padding-top: 100px;
  }
}
.profile-card {
  width: 100%;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  max-width: 700px;
  position: relative;
  margin-top: -1rem;
}
.profile-card.active .profile-card__cnt {
  filter: blur(6px);
}
.profile-card.active .profile-card-message, .profile-card.active .profile-card__overlay {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.1s;
}
.profile-card.active .profile-card-form {
  transform: none;
  transition-delay: 0.1s;
}
.profile-card__img {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 4;
  box-shadow: 0px 5px 50px 0px #279aab, 0px 0px 0px 7px #279aab;
}
@media screen and (max-width: 576px) {
  .profile-card__img {
    width: 120px;
    height: 120px;
  }
}
.profile-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile-card__cnt {
  margin-top: -35px;
  text-align: center;
  padding: 0 20px;
  padding-bottom: 40px;
  transition: all 0.3s;
}
.profile-card__name {
  font-weight: 700;
  font-size: 24px;
  color: #279aab;
  margin-bottom: 15px;
}
.profile-card__txt {
  font-size: 13px;
  font-weight: 500;
  color: #324e63;
  margin-bottom: 15px;
}
.profile-card__txt strong {
  font-weight: 700;
}
.profile-card-loc {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
.profile-card-loc__icon {
  display: inline-flex;
  font-size: 27px;
  margin-right: 10px;
}
.profile-card-inf {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.profile-card-inf__item {
  padding: 10px 35px;
  min-width: 150px;
}
@media screen and (max-width: 768px) {
  .profile-card-inf__item {
    padding: 10px 20px;
    min-width: 120px;
  }
}
.profile-card-inf__title {
  font-weight: 700;
  font-size: 27px;
  color: #324e63;
}
.profile-card-inf__txt {
  font-weight: 500;
  margin-top: 7px;
}
.profile-card-social {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.profile-card-social__item {
  display: inline-flex;
  width: 55px;
  height: 55px;
  margin: 15px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #405de6;
  box-shadow: 0px 7px 30px rgba(43, 98, 169, 0.5);
  position: relative;
  font-size: 21px;
  flex-shrink: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .profile-card-social__item {
    width: 50px;
    height: 50px;
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .profile-card-social__item:hover {
    transform: scale(1.2);
  }
}
.profile-card-social__item.facebook {
  background: linear-gradient(45deg, #3b5998, #0078d7);
  box-shadow: 0px 4px 30px rgba(43, 98, 169, 0.5);
}
.profile-card-social__item.twitter {
  background: linear-gradient(45deg, #1da1f2, #0e71c8);
  box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.7);
}
.profile-card-social__item.instagram {
  background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
  box-shadow: 0px 4px 30px rgba(120, 64, 190, 0.6);
}
.profile-card-social__item.behance {
  background: linear-gradient(45deg, #1769ff, #213fca);
  box-shadow: 0px 4px 30px rgba(27, 86, 231, 0.7);
}
.profile-card-social__item.github {
  background: linear-gradient(45deg, #333, #626b73);
  box-shadow: 0px 4px 30px rgba(63, 65, 67, 0.6);
}
.profile-card-social__item.codepen {
  background: linear-gradient(45deg, #324e63, #414447);
  box-shadow: 0px 4px 30px rgba(55, 75, 90, 0.6);
}
.profile-card-social__item.link {
  background: linear-gradient(45deg, #d5135a, #f05924);
  box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.6);
}
.profile-card-social .icon-font {
  display: inline-flex;
}
.profile-card-ctr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .profile-card-ctr {
    flex-wrap: wrap;
  }
}
.profile-card__button {
  background: none;
  border: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 15px;
  min-width: 120px;
  border-radius: 50px;
  min-height: 40px;
  color: #fff;
  cursor: pointer;
  backface-visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .profile-card__button {
    min-width: 170px;
    margin: 15px 25px;
  }
}
@media screen and (max-width: 576px) {
  .profile-card__button {
    min-width: inherit;
    margin: 0;
    margin-bottom: 16px;
    width: 100%;
    max-width: 300px;
  }
  .profile-card__button:last-child {
    margin-bottom: 0;
  }
}
.profile-card__button:focus {
  outline: none !important;
}
@media screen and (min-width: 768px) {
  .profile-card__button:hover {
    transform: translateY(-5px);
  }
}
.profile-card__button:first-child {
  margin-left: 0;
}
.profile-card__button:last-child {
  margin-right: 0;
}
.profile-card__button.button--blue {
  background: linear-gradient(45deg, #1da1f2, #0e71c8);
  box-shadow: 0px 4px 30px rgba(19, 127, 212, 0.4);
}
.profile-card__button.button--blue:hover {
  box-shadow: 0px 7px 30px rgba(19, 127, 212, 0.75);
}
.profile-card__button.button--orange {
  background: linear-gradient(45deg, #d5135a, #f05924);
  box-shadow: 0px 4px 30px rgba(223, 45, 70, 0.35);
}
.profile-card__button.button--orange:hover {
  box-shadow: 0px 7px 30px rgba(223, 45, 70, 0.75);
}
.profile-card__button.button--gray {
  box-shadow: none;
  background: #dcdcdc;
  color: #142029;
}
.profile-card-message {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 130px;
  padding-bottom: 100px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.profile-card-form {
  box-shadow: 0 4px 30px rgba(15, 22, 56, 0.35);
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  transform: scale(0.8);
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .profile-card-form {
    max-width: 90%;
    height: auto;
  }
}
@media screen and (max-width: 576px) {
  .profile-card-form {
    padding: 20px;
  }
}
.profile-card-form__bottom {
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 576px) {
  .profile-card-form__bottom {
    flex-wrap: wrap;
  }
}
.profile-card textarea {
  width: 100%;
  resize: none;
  height: 210px;
  margin-bottom: 20px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  padding: 15px 20px;
  color: #324e63;
  font-weight: 500;
  font-family: 'Quicksand', sans-serif;
  outline: none;
  transition: all 0.3s;
}
.profile-card textarea:focus {
  outline: none;
  border-color: #8a979e;
}
.profile-card__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: rgba(22, 33, 72, 0.35);
  border-radius: 12px;
  transition: all 0.3s;
}



@media (min-width: 768px) {
  .urun-sutun {
    max-width: 30%;
  }
  .header-alani{
    padding: 1.5rem;
    border-radius: 0rem 0rem 6.6rem 6.6rem;
  }
  .ticket-reverse{
    flex-direction: row;
  }
}

@media (max-width: 768px) {
 .header-alani{
  padding: 1rem;
  border-radius: 0rem 0rem 2.6rem 2.6rem
}
.ticket-reverse{
  flex-direction: column-reverse;
}
.ticket-detay-alani{
  margin-bottom: 2rem;
}
}




@media (min-width: 450px) {
  .paylas-fiyat-alani {
    flex-direction: row !important;
  }
  
}

@media (max-width: 451px) {
 .paylas-fiyat-alani{
   flex-direction: column !important;
 }
}

@media (min-width: 576px) {
  .kategori-liste {
    flex-direction: row !important;
  }
  .urun-card-img {
    height: 190px !important;
  }
}

@media (max-width: 577px) {
 .kategori-liste{
   flex-direction: column !important;
 }
 .urun-card-img {
  height: 210px !important;
}
}

@media only screen and (max-width: 700px) {
  .mobilgizle {
    display: none;
  }
  .mobilgizleexport {
    display: none;
  }
  .mobilgoster {
    display: block;
  }
}
@media only screen and (min-width: 700px) {
  .mobilgizleexport {
    display: flex;
  }
  .mobilgizle {
    display: block;
  }
  .mobilgoster {
    display: none;
  }
}

.bg-mavi{
  background-color: #007bff!important;
}

.bg-turkuaz{
  background-color: #279aab!important;
}

.urun-card-butonlar {
  width: 85%;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.urun-card:hover .urun-card-img {
  opacity: 0.2;
  cursor: zoom-in;
}

.urun-card:hover .urun-card-butonlar {
  opacity: 1;
}
.urun-card {
  border-radius: 3rem 3rem 1rem 1rem;
}

.urun-card-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 180px;
  max-width: 500px;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 1rem ;
  margin-top: -1rem;
  box-shadow: 0 4px 8px grey;
}


.detay-sayfasi-card {
  border-radius: 0.9rem;
}

.urun-hakkinda-tamami {
  padding: 1rem;
}

.urun-detay-slayt img {
  border-radius: 0.9rem;
}

.urundetayalani {
  padding: 1rem !important;
  word-break: break-word;
  overflow-y: auto;
}

.fs-0-50{
  font-size: 0.50rem !important;
}

.fs-0-80{
  font-size: 0.80rem !important;
}

.fs-1{
  font-size: 1rem !important;
}

.fs-25{
  font-size: 1.25rem !important;
}

.fs-35{
  font-size: 1.35rem !important;
}

.fs-50{
  font-size: 1.50rem !important;
}

.fs-75{
  font-size: 1.75rem !important;
}

.fs-2-40{
  font-size: 2.40rem !important;
}



.br-0-50{
  border-radius: 0.50rem;
}

.br-1{
  border-radius: 1rem;
}

.br-25{
  border-radius: 1.25rem;
}

.br-35{
  border-radius: 1.35rem;
}

.br-50{
  border-radius: 1.50rem;
}

.br-75{
  border-radius: 1.75rem;
}





.p-0-50{
  padding: 0.50rem !important;
}

.p-0-60{
  padding: 0.60rem !important;
}


.p-0-80{
  padding: 0.80rem !important;
}

.p-1{
  padding: 1rem !important;
}







a:hover {
  text-decoration: none;
}

.card-header{
  border-bottom-color: #c6c6c6 !important;
}

#datatables_buttons_info{
  display: none !important;
}

.filtre {
 border: 1px solid darkgray;
 border-radius: .3rem;
 color: #666666;
}

.dropdown-toggle::after{
  display: none;
}

.fw-300{
  font-weight: 300 !important;
}

.bg-none {
  background-color: transparent !important;
}

.servis {
  /*background-color: #279aab;
  color: white !important;
  box-shadow:0 0.5rem 1rem rgba(58, 168, 184, 0.52);
  color: #b2b2b2;
  border:2px solid rgba(211, 211, 211, 0.56)*/
}



.text-decor-u{
  text-decoration: underline;
}

.navbar-arkaplan {
  background: url(../../../3040789.png) repeat center center fixed;
}

.body-arkaplan{
  background: url(../../xyz.png) repeat center center fixed;
}

.h-auto{
  height: auto !important;
}

.urun-baslik{
  color: #6c757d !important
}


.golge-sm{
  -webkit-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.42);
  -moz-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.42);
  box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.42);
}

.modal-header{
 border-bottom-width: 1px;
 border-bottom-color: #d2c8c8;
 border-bottom-style: solid;
}


/*******************************************************************/


.one-cikan-sair{
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  height: 20rem;
  max-width: 15rem;
  background-repeat:no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}

.one-cikan-sair-footer{
  background-color: rgba(255, 255, 255, 0.96);
  padding: 10px;
  border-radius: 0 0 0.75rem 0.75rem;

}

.min-width{
  min-width: 15rem;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0.65rem
}

.one-cikan-header{
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;

  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 

} 

hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px;
}

hr.style19 { 
  margin-top: 5px;
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 

} 

hr.style19:before { 
  content: ""; 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
}

hr.style20 { 

  border-style: solid; 
  border-color: #f8f9fa00; 
  border-width: 1px 0 0 0; 


} 

hr.style20:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px;
}

.gunun{
 /* border:1px double #bfbbbb;
  border-radius: 5px;
  padding: 15px;*/
}

.gunun-header{
  margin-bottom: 0.50rem;
}

.bo-sm{
  border:1px solid #d4d4d4;
}

.liste-oge{
  border: 1px double #bfbbbb !important;
  border-radius: 5px;
}

.kucuk-padding{
  padding:0.35rem 1rem;
  border: 1px double #bfbbbb !important;
}

.kucuk-kutu{
  background-color: white;
  border-radius: 0.25rem;
  border: 1px double #bfbbbb !important;
  padding: 0.50rem;
  margin: 0.25rem;
  width: fit-content;
}

.text-gray{
  color:#6c757d !important;
}

.butonum{
  padding: 10px;
  border-radius: 3px;
  font-size: 0.80rem;
  background-color: #6179ab;
  border:none;
  color: white;
}
.butonum-danger{
  background-color: #ca464c !important;
}

.siir-konu{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: white;
  color: #6c757d;
  padding: 10px;
  border-radius: 5px;
  margin:5px;
  border:1px solid lightgray;
}


::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px gray; 
  border-radius: 4px,4px,4px,7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #279aab; 
  border-radius: 4px,4px,4px,7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #38bcd0; 
}
.filtre {
 border: 1px solid darkgray;
 border-radius: .3rem;
 color: #279aab;
}

.subtitle{
  color: #5f4b12 !important;
}

.menu-mobil{
  z-index: 99; 
  background: rgb(39, 149, 165); 
  padding: 1rem; 
  border-radius: 1rem;
}

.box-none{
  box-shadow:none;
}

@media (max-width: 577px) {
 .min-width{
  min-width: 50% !important;
}
}