@font-face {
    font-family: 'tufont'; /*a name to be used later*/
    src: url('fonts/Roboto-Regular.ttf'); /*URL to font*/
}
@font-face {
    font-family: 'tufontbold'; /*a name to be used later*/
    src: url('fonts/Roboto-Medium.ttf'); /*URL to font*/
}
body {
  font-family: 'tufont', sans-serif;
}

.fa-check{
  color: LimeGreen;
}

.fa-times{
  color: Red;
}
.padding{
    padding:5rem !important;
    margin-left:300px;
}
.card {
    margin-bottom: 1.5rem;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #c8ced3;
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f0f3f5;
    border-bottom: 1px solid #c8ced3;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.form-control:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #c8ced3 !important;
    outline: 0;
    box-shadow: 0 0 0 #F44336;
}

.tblrow {
    cursor: pointer;
}
.normal1 {
font-size:17px;
}
.big1 {
font-size:24px;
}

.chartdiv {
height:600px;
}

.list-group-item-action:hover {
  background-color: #364652;
}
.list-group-item:hover {
  background-color: #364652;
}

.list-group-item-action:focus {
  background-color: #364652;
}
.list-group-item:focus {
  background-color: #364652;
}

.big2 {
font-size:70px;
}

.big3 {
font-size:45px;
}

.big4 {
font-size:26px;
}

.output   {
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  background: #f3f3f3;
}

.border-kalın {
    border-width:3px !important;
}
.border-koyu{
  border-color: #364652;

}
.fullbutton {
width: 100%;
}

.shortline{ margin-bottom:0px; }

.bg-nav{ background-color: #e1e1e1; }
.bg-ana{ background-color: #2FA900; }
.bg-koyu{ background-color: #364652; }
.bg-field{ background: #E8F0FE; }
.bg-fieldgri{ background: #fbfbfb; }

.navicon {
  display: block;
   max-height:50px;
   width: auto;
   height: auto;

}

.panelicon {
  display: block;
   max-height:40px;
   width: auto;
   height: auto;

}

.trialbutton {
 font-family: "tufontbold";
}
.tufontbold {
 font-family: "tufontbold";
}
.anasag {
  display: block;
   max-height:200px;

   width: auto;
   height: auto;

}
.anamusteri {
  display: block;
   max-height:600px;

   width: auto;
   height: auto;

}
.kucukresim {
  display: block;
   max-height:100px;

   width: auto;
   height: auto;

}

.ortaresim {
  display: block;
   max-height:400px;

   width: auto;
   height: auto;

}
.minikresim {
  display: block;
   max-height:50px;

   width: auto;
   height: auto;

}

.yesilfont {
color: #2FA900;
}

.grifont {
color: #F1F1F1;
}

.beyazfont {
color: white;
}
.box{
  height: auto;
  width: 100%;
  background-size: cover;
  background-image: url(background.jpg);

}

.cardicon {
    width: auto;
   height: 60px;
}

.companytufan {
  height: 50px;
  width: auto;

}


.original-price {
  position: relative;
}
.original-price:before {
  content: "";
  height: 2px;
  background-color: #e30b12;
  transform: rotate(-20deg);
  position: absolute;
  width: 100%;
  top: calc(50% - 0.5px);
}

.iyzicotufan {
  height: auto;
  width: 100%;

}
.fstufan {
  height: auto;
  width: 80%;

}


.checkout-modal {
  background: #fff;
}
.checkout-modal .sep,
.iyzico-modal .sep {
  margin: 20px -24px;
  background: #ccc;
  height: 1px;
  width: calc(100% + 48px);
}
.checkout-modal h6,
.iyzico-modal h6 {
  font-weight: 700;
}
.checkout-modaltufan .company,
.iyzico-modal .company {
  height: 50px;
  width: auto;
}
.checkout-modal img.stripe,
.iyzico-modal img.stripe {
  margin-top: 20px;
  max-height: 36px;
  max-width: 100%;
  width: auto;
}
.checkout-modal .original-price {
  position: relative;
}
.checkout-modal .original-price:before {
  content: "";
  height: 2px;
  background-color: #e30b12;
  transform: rotate(-20deg);
  position: absolute;
  width: 100%;
  top: calc(50% - 0.5px);
}

#iyzipay-checkout-form button {
  background: linear-gradient(75deg, #00dac7, #109b7e) !important;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
  font-size: 15px !important;
  border: none !important;
  padding: 8px 20px !important;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 100;
  right: 0;
  bottom: 0;
  background: #000;
}
.iyzico-modal.modal.modal-fixed-footer {
  max-width: 500px;
}



@media (max-width:576px) {

  .cardicon {
      max-width: 100%;
     height: 40px;
  }

  h1 {
  font-size:28px;
  }
  h2 {
  font-size:22px;
  }
  .anamusteri {
    display: block;
     width:100%;
     max-height: 250px;
     height: auto;

  }
  .anasag {
    display: block;
     max-height:100px;

     width: auto;
     height: auto;

  }
  .big1 {
  font-size:18px;
  }

}

/* sidebar */

#wrapper {
   overflow-x: hidden;
}

#sidebar-wrapper {
 min-height: 100vh;
 margin-left: -15rem;
 -webkit-transition: margin .25s ease-out;
 -moz-transition: margin .25s ease-out;
 -o-transition: margin .25s ease-out;
 transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
 padding: 0.875rem 1.25rem;
 font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
 width: 15rem;
}

#page-content-wrapper {
 min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
 margin-left: 0;
}

@media (min-width: 768px) {
 #sidebar-wrapper {
   margin-left: 0;
 }

 #page-content-wrapper {
   min-width: 0;
   width: 100%;
 }

 #wrapper.toggled #sidebar-wrapper {
   margin-left: -15rem;
 }
}
