*{
  margin: 0;
  padding: 0;
  --siyah: #030303;
  --yazi: #ffffff;

  --gri: #dedede;
  --acikgri: #7C7A7A;
  --kirmizi: #f4516c;
  --yesil: #34bfa3;
  --mavi:#279bff;
  --sari:#ffb822 ;
  --krem:#FFEDDA;
  --siyah2:#313131;
  --apacikgri:rgba(0,0,0,.1);
  --siyah3:#4a5568;
  --border: #dedede;
  --kazanan:green;
  --kaybeden:var(--kirmizi);
}
.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('http://i.stack.imgur.com/FhHRx.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
.panel-input{
  padding: 10px;
    width: 100%;
    background: transparent;
    border: outset;
    border: none;
    outline: none;
    border-bottom: 2px solid white;
    color: white;
}
html{
  font-size: 20px;
  background: #f3f5f7;
  font-family: 'Source Sans Pro', sans-serif;

}
#sonuclar{
  max-height: 400px;
  overflow: auto;
}
.widget-img{
  width: 100%;
  max-height: 300px;
}
.video-widget-div{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 10px;
  padding-bottom: 20px;
}
.video-widget-div a{
  display: flex;
  color: inherit;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  margin: 0px 10px;
  color: white;
}
.video-widget-div a i{
  font-size:13px;
}
.p-fb{
  background: #3b5998;
}
.p-tw{
  background: #55acee;
}
.p-insta{
  background: #cb2027;
}
.p-lin{
  background: #007bb5;
}
.p-google{
  background: #cb2027;
}
.p-wp{
  background: #25d366;
}
.video-widget{
  max-height: 500px;
  display: flex;
  flex-direction: column;
}
.video-widget video{
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.video-widget iframe{
  width: 100%;
  height: 350px;
  max-height: 350px;
}
.w-100{
  width: 100vw;
}
.h-100{
  height: 100vh;
}
.yp-sonuc span{
  color: white;
}
.dp-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dp-column{
  display: flex;
  flex-direction: column;
}
.align-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.justify-sb{
  justify-content: space-between;
}
.width-100{
  width: 100%;
  margin-bottom: 2%;
}
.width-50{
  width: 49%;
  margin-bottom: 2%;

}
.width-33{
  width: 32%;
  margin-bottom: 2%;

}
.width-25{
  width: 24%;
  margin-bottom: 2%;

}
.width-renk{
  background: var(--mavi);
}
.br-5{
  border-radius: 5px;
  overflow: hidden;
}
.mb-width-no .width-33,
.mb-width-no .width-50{
  margin-bottom: 0px;
}
.width-kazan{
  background: var(--kazanan);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;

}
.width-kaybeden{
  background: var(--kaybeden);
  border-radius: 5px;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
}
.width-25:nth-child(even){
  margin-left: 2%;
  margin-right: 2%;
}
.width-25:nth-child(4n+4){
  margin-left: 0px;
}
.width-50:nth-child(even){
  margin-left: 2%;
}
.width-33:nth-child(3n+2){
  margin-left: 2%;
  margin-right: 2%;
}
.cuzdan-aktar{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.new-buton{
  padding: 10px;
  border: none;
  outline: none;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  font-size: .75rem;
  background:white;
  text-align:center;
  color:black!important;
}
.video-header{
  position: relative;
}
.geri-sayim{
  position: absolute;
  bottom: 0;
  margin: 0px;
  text-align: center;
  padding: 5px;
  background: rgba(0,0,0,.5);
  color: white;
  font-size: .75rem;
}
a{
  text-decoration: none!important;
  color: inherit;
}
ul{
  list-style: none;
}
.o-widget .widget{
  height: 200px!important;
}
.tam-logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 300px;
  object-fit: contain;
}
header{
  padding: 15px 20px;
  color: var(--beyaz);
  font-size: .9rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 58px;
  position: relative;
  align-items: center;
  background:#0b267f;
}
#sol-panel{
  display: none;
}
.action-label{
  cursor: pointer;
  transition: .3s all;
  color: white;
  opacity: .75;
}
.wrapper{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 250px;
  transition: .3s all;
}
.sagmenu{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 20px 30px;
  padding: 15px;
  border-radius: 5px;
}
.sagmenu-header{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;

}
.sagmenu-header h2{
  font-size: .8rem;
  color: var(--mavi);
  font-weight: 600;
  padding: 25px 0px 25px 15px;
  border-bottom: 1px solid var(--apacikgri);}
.geri-don{
  position: absolute;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background: var(--sari)!important;
}
.ekle-buton{
  position: absolute;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.sagmenu-content{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.header-sag-ul{
  display: flex;
  flex-direction: row;
  color: white;
}
.header-sag{
  display: flex;
  align-items: center;
}
.header-sag ul li{
  padding: 0px 10px;
  font-size: .75rem;
}

.header-logo-mobile{
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
  justify-content: center;
  align-items: center;
}
.header-logo-mobile a{
  display: flex;
  height: 100%;
}
.header-logo-mobile>img{
  height: 100%;
  object-fit: contain;
}
.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
#menu__toggle{
  display: none;
}
.menu__btn > span, .menu__btn > span::before, .menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: white;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.header-sag-mobile{
  display: none;
  position: relative;
  height: 26px;
  width: 26px;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
.header-sag-mobile-content{
  width: 150px;
  background: #343a40!important;
  position: absolute;
  right: 0;
  top: 42px;
  box-sizing: border-box;
  padding:0px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: .3s all;
  height: 0;
  opacity: 0;
  z-index: 5555;
}
#menu__toggle:checked~.header-sag-mobile-content{
  padding: 20px;

  height: auto;
  opacity:1;
}
.mbh-notification-box{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  padding: 10px;
  position: relative;
  font-size: .75rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.mbh-success {
  background-color: #2ecc71;
}
.mbh-notification-box i{
  font-size: .65rem;
  margin-right: 10px;
}
.mbh-failure {
background-color: #e74c3c;
}
.border-b{
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
}
.border-t{
  border-top: 1px solid var(--border);
  padding-top: 10px;
}
.widget{
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#0b267f;
}
.ozel-widget-span{
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  background: white;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
}
.ta-center{
  text-align: center;
}
.ozel-widget-sonuc{
  width: 100%;
  padding: 15px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.form-buton{
  display: block;
  outline: none;
  border: none;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #1b55e2;
  color: white;
  cursor: pointer;
}
.form-input{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding:10px;
  outline: none;
  border: none;
  border-bottom: 1px solid #e0e6ed;
  font-weight: 600;
  font-size: .75rem;
  color: #6e6b7b;
  border-radius: 5px;
  overflow: hidden;
}
.dp-row h3{
  text-align: center;
  color: white;
}
.ta-c{
  text-align: center;
}
.mt-10{
  margin-top: 10px;
}
.yazi-renk{
  color: var(--mavi)!important;
}
.sagmenu-header-content{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.alert-danger {
  color: #a94442!important;
  background-color: #f2dede!important;
  border: 1px solid#ebccd1;
}

.border-padding{
  padding: 20px;
  border: 1px solid white;
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
}
.border-padding:nth-child(even){
  margin-top: 20px;
}
.donus-ok{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.donus-input{
  width: 76%;
  box-sizing: border-box;
  text-align: right;
  background: transparent;
  border: none;
  outline: none;
  padding: 0px 15px;
  color: white
}
.donus-input::-webkit-outer-spin-button,
.donus-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.donus-input[type=number] {
  -moz-appearance: textfield;
}
.donus-border{
  border: 1px solid rgba(0,0,0,.1);
  box-sizing: border-box;
  border-radius: 5px;
}
.ozel-width-100{
  height: 150px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
#cevirme{
  display: none;
}
label[for="cevirme"]{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
}
.donus-div{
  width: 22%;
  padding: 10px;
  box-sizing: border-box;
  justify-content: center;
  border-right: 1px solid rgba(0,0,0,.1);
}

.donus-div img{
  width: 25px;
  height: 25px;
  object-fit: contain;
  border-radius: 50%;
  margin-right: 10px;
}
.donus-div span{
  color: white;
}
.ozel-input .border-padding{
  padding: 10px;
  margin-bottom: 0px;
}
.solmenu{
  position: fixed;
  height: 100%;
  box-sizing: border-box;
  width: 250px;
  top: 0px;
  display: flex;
  flex-direction: column;
  transition: .3s all;
  z-index: 10;
  background:#0b267f;
}
.solmenu ul{
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  height: 100%;
  border-top-right-radius: 5px;
  overflow-y: auto;
}
.solmenu ul::-webkit-scrollbar {
  width: 3px;
}

.solmenu ul::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.solmenu ul::-webkit-scrollbar-thumb {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #dedede; 
}
.sol-menu-li{
  position: relative;
}
.sol-menu-li a{
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-size: .7rem;
  color: #67757c;
  justify-content: center;
}
.sol-menu-li a i{
  display: inline-block;
  margin-right: 10px;
  text-align: left;
}
.sol-menu-li a svg{
  display: inline-block;
    text-align: left;
    width: 35px;
    max-height: 30px;
}
.solMenu-active .sol-menu-li a i{
  width: auto;
  text-align: center;
}

.sol-menu-active::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 5px;
  background: var(--mavi);
  top: 0px;
  left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

}
#cuzdanadres{
  max-width: 500px;
  margin-right: 10px;
}
.sol-menu-active a{
  color: #5867dd;
}
.sol-menu-li:hover{
  background-color: rgba(255,255,255,.1);
}
.sol-menu-li:hover a{
  color: #5867dd;
}
.solmenu-img{
  height: 58px;
  padding: 8px 13px;
  box-sizing: border-box;
  min-height: 58px;
}
#solMenu-logo{
  padding: 5px 0px;
  box-sizing: border-box;
}
#solMenu-logo,#solMenu-logo-mini{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#solMenu-logo-mini{
  display: none;
}
.solMenu-active .logo-span{
  display: none;
}
.solMenu-active #solMenu-logo-mini{
  display: block;
}
.solMenu-span{
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  transition: .3s all;
  margin-left: 10px;
  color:white;
}
.solMenu-active{
  width: 75px!important;
}
.wrapper-active{
  margin-left: 75px;
}
.solMenu-span-active{
  width: 0;
  opacity: 0;
  margin: 0px;
}
.logo-span{
  display: flex;
  flex-direction: revert;
  height: 100%;
  align-items: center;
  color: #00d4ff;
  font-weight: 800;
}
.solMenu-sakli{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,.5);
  transition:.3s all;
  transform: translateX(200px);
  opacity: 0;
  visibility: hidden;
}
.anasayfa {
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
h2{
  font-size: 1.2rem;
  color: var(--yazi);
  font-weight: 600;
}
h3{
  font-size: .8rem;
}
h4{
  font-size: .7rem;
  color: var(--yazi);
}
.margin-b-0{
  margin-bottom: 0px!important;
}
.p-bt-10{
  padding: 10px 0px;
  box-sizing: border-box;
}
.video-kutu{
  width: 100%;

  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  position: relative;

}
.video-kutusu{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
.izlendimi{
  position: absolute;
  right: 5%;
  top: 5%;
  z-index: 2;
  padding: 5px;
  border-radius: 5px;
  background: var(--kazanan);
  color: white;
  font-size: .75rem;
}
.olumsuz{
  background: var(--kirmizi);
}
.video-body{
  padding: 10px;
}
#video{
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.video-header a{
  display: flex;
  width: 100%;
  overflow: hidden;
}
.video-header a img{
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 135px;
  transform: scale(3);
}
#yt-iframe{
  width: 100%;
  height: 100%;
}
h5{
  font-weight: 500;
  text-align: center;
}
.img-kutu{
  width: 100px;
  overflow: hidden;
  border-radius: 5px;
}
.img-kutu img{
  width: 100%;
}
.header-logo-mobile img {
        height: 100%;
    margin-right: 10px;

}
@media screen and (max-width: 992px) {
    .dil{
        position:absolute;
        top:100%;
    }
    .header-logo-mobile{
        display:block;
    }
  html{
    font-size: 13px;
  }
  .width-50{
    width: 100%;
    margin-left: 0px!important;
    margin-bottom: 2%!important;
  }
  .sagmenu{
    margin: 30px 0px;
  }
  .solMenu-active .sol-menu-li a i{
      width: 35px;
      text-align: left;
  }
  .solmenu{
      margin-left: -250px;
  }
  .wrapper{
      margin: 0px;
  }
  .solMenu-active{
      width: 200px!important;
      margin-left: 0px;

  }
  .solMenu-span-active {
      width: 100%;
      opacity: 1;
      margin-left: 10px;
  }
  .wrapper-active .action-label{
      margin-left: 200px;
  }
  #solMenu-logo-mini{
      display: block;
      height: 75%;
  }
  .solmenu-img{
      display: flex;
      align-items: center;
  }
   #solMenu-logo{
      display: none;
  }
}
@media screen and (max-width: 760px) {
    .cuzdan-aktar{
        bottom:10%;
        right:auto;
        top:auto;
        left:50%;
        transform:translateX(-50%);
    }
  .solMenu-active .solMenu-sakli{
      opacity: 1;
      visibility: visible;
  }
  .action-label{
      margin-left: 0px!important;
  }
  .width-25{
    width: 49%;
  }
  .width-25:nth-child(4n+1),
  .width-25:nth-child(4n+2){
    margin-bottom: 2%;
    margin-right: 0px;
  }
  .width-33{
    width: 100%;
    margin:0px!important;
    margin-bottom: 2%!important;
  }
}
@media screen and (max-width: 480px) {
    .widget{
        justify-content:start!important;
    }
  .header-sag ul li{
      padding: 0px;
  }
  .header-sag ul li:first-child{
      padding-bottom: 20px;
  }
    .header-sag-mobile-content .header-sag-ul{
      display: flex;
      flex-direction: column;
  }
  .header-sag-ul{
      display: none;
  }
  .header-sag-mobile{
      display: block;
  }
  .header-logo-mobile{
      display: flex;
  }
  .header-logo-mobile a{
    width: 100%;
    height: 100%;
  }
  .header-logo-mobile img{
    width: 100%;
    height: 100%;
    margin-right: 5px;
  }
}