.dt-buttons .dt-button {
  background: #1e9d57;
    border: solid 1px #80c7a3;
}
.fc button .fc-agendaWeek-button  {
  padding: 9px 25px;
}
.danger {
  color: red;
}
.img-profile {
  margin:0 12px 0 18px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
i .zmdi-close{
  margin-bottom: 30px;
}
.compose {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px;
}
.compose .input-container {
  min-height: 36px;
  flex: 1 auto; }
.compose .input-container textarea {
  box-sizing: border-box;
  width: 100%;
  height: 84px;
  padding: 8px 32px 8px 8px;
  border: 1px solid #76c880;
  border-radius: 8px;
  resize: none;
}
.compose .input-container textarea.expanded {
  height: 68px;
}
.compose .input-container textarea:focus {
  outline: none;
}
.compose .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  color: #13B5F0;
  padding: 8px 0;
}
.compose .input-button {
  position: absolute;
  right: 24px;
  top: 18px;
  color: #13B5F0;
}
.actions .action-buttons i {
   margin: 4px 4px;
}
.icon-button {
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid transparent;
  background-color: transparent;
}
.icon-button:hover {
  color: #76c880;
  width: 50px;
  height: 30px;
}
.linkinput, .ytlinkinput{
   width: 60%;
   border: 2px solid #76c880;
   font-size: 13px;
   font-weight: 600px;
   border-radius: 3px;
   color: black;
   margin-bottom: 3px;
   box-shadow: 0 2px 2px 0 rgba(24, 167, 112, 0.2); 
}
@media only screen and (max-width:768px) {
  .linkinput, .ytlinkinput{
    width: 40%;
    border: 2px solid #76c880;
    font-size: 9px;
    font-weight: 600px;
    border-radius: 3px;
    color: black;
    margin-bottom: 3px;
    box-shadow: 0 2px 2px 0 rgba(24, 167, 112, 0.2); 
 }
  
}
.icon-button:focus {
  outline: none;
}
.icon-button i {
  color: #76c880;
  font-size: 20px;
}
.post-tweet {
  height: 32px;
  width: 72px;
  border: none;
  border-radius: 16px;
  background-color: #76c880;
  color: white;
  font-weight: 500;
  font-size: 16px;
}
.scroll_tweet{
  overflow-y:scroll; 
  overflow-x:hidden; 
  max-height: 1080px;
}
.scroll_tweet::-webkit-scrollbar {
  width: 1em;
  border-radius: 20px;
}
.scroll_tweet::-webkit-scrollbar-thumb {
  background:linear-gradient(#880260, #635bd6);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.scroll_tweet::-webkit-scrollbar {
  width:6px;
} 
.post-tweet:focus {
  outline: none;
}
.tweets {
  background-color: #fff;
  width: 100%;
  height: 50%;
  border-radius: 10px;
}
.tweets .tweet {
  display: flex;
  flex-direction: row;
  border-top: 1px solid lightgray;
  padding: 8px;
}
.tweets .tweet .message {
  flex: 1 auto;
  padding: 0 8px;
}
.display-name {
  font-weight: bold;
  padding: 5px;
  margin-bottom: 30px;
  margin-right: 20px;
}
.date{
  margin-left:10px
}
.handle {
  color: lightgray;
}
.img-tweet-profile {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.tweet .posted-by span {
  margin-right: 8px;
}
.tweet-actions {
  margin-left:8px;
} 
#kaybol{
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (max-width:768px) {
  .brand-img{
    margin-left: -10px;
    width: 60%;
    margin-top:-15px
  }
}
.photo {
  width: 100%;
  margin: 0 5px;
  position: relative;
  z-index: 1;
}
.thumbnail, .reflection {
  width: 100%;
}
.gallery-wrap {
  display: flex;
  justify-content: center;
}
.photo:after {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: scale(1.1) rotateX(180deg);
  
} 
.tweet-actions .zmdi-thumb-up{
 margin-right: 20px;
 margin-bottom: 20px;
}
.responsive-iframe {
  width: 100%;
  height: 450px;
}
.pano{
  width: 100%;
  margin-bottom: 20px;
}
/* profile card start */
.cardcircle .panel{
  background-color:#FEE4CB; 
  border-radius:20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.cardcircle .panel .pull-right{
  padding-right:20px; 
  margin-top:10px;
  width:30px;
}
.cardcircle .panel-body .profile-img-wrap{
  border-radius:80px; 
  width:100px;
   height:100px;
}
.cardcircle .panel-body img {
  margin-left:20px;
  border-radius:80px; 
  width:90px; 
  height:90px;
}
.cardcircle .panel-body .cardtext{
  margin-left:100px;
  padding-bottom:60px;
  
}
.cardcircle .panel .ogrenci_bilgi{
  background-color:#ffffffc4; 
  border-radius:20px; 
  border-color:#ffffffbe;
  color:rgba(0, 0, 0, 0.527);
  margin:30px;
}
.cardcircle .panel .ogrenci_bilgi h5{
  font-size: 12px;
}
.cardcircle .panel .ogrenci_bilgi h6{
  font-size: 12px;
}
.cardcircle .panel-body .cardparagraf{
  margin-bottom: 10px;
}
.cardcircle .panel-body .studentcard {
  border-radius:20px;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.cardcircle .panel-body .studentcard .btn1{
background-color:#FFFFFF99; 
border-radius:20px; 
border-color:#FFFFFF99;
color:rgba(0, 0, 0, 0.527);
margin-bottom: 0px;
}
/* profil card end */
.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
}
.card {
  width: 450px;
  height: 250px;
  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 1.5rem;
}
.card h5 {
  text-align: center;
}
.card .additional img{
width:100px; 
height:100px;
margin-top:70px; 
margin-left:20px;
border-radius:80px; 
}
.card .additional {
  position: absolute;
  width: 150px;
  height: 100%;
  background: linear-gradient(#dE685E, #EE786E);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}
.point {
  display: none;
}
.cardmobile .panel{
  display: none;
  }
@media only screen and  (max-width:768px) {
  .card {
    width: 150px;
    height: 250px;
    background-color: #fff;
    background: linear-gradient(#f8f8f8, #fff);
    box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
    border-radius: 6px;
    margin: 1.5rem;
    display: none;
  }
.cardcircle .panel-body .studentcard {
  border-radius:20px;box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.cardcircle .panel-body .studentcard .btn1{
  top: 15%;
  bottom: 20%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0,0,0,0.15);
  padding: 0.75rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}
 .cardmobile .panel{
    display:block;
    }
  .cardcircle .panel-body .cardtext h5 
  { color:rgba(0, 0, 0, 0.548);
    font-size: 10px; 
    color: #fff;
    text-transform: uppercase;
    background: rgba(0,0,0,0.15);
    border-radius: 50px;
    white-space: nowrap;
    }
  .cardcircle .panel-body .cardtext h6 
  {
      color:rgba(0, 0, 0, 0.548);
      font-size: 10px; 
      color: #fff;
      text-transform: uppercase;
      background: rgba(0,0,0,0.15);
      border-radius: 50px;
      white-space: nowrap;
      }
}
.card.green .additional {
  background: linear-gradient(#92bCa6, #A2CCB6);
}
.card:hover .additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}
.card.green:hover .additional {
  border-radius: 0 5px 5px 0;
}
.card .additional .user-card {
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
}
.card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0,0,0,0.025);
}
.card .additional .user-card .level,
.card .additional .user-card .points {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0,0,0,0.15);
  padding: 0.125rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}
.card .additional .user-card .points {
  top: 85%;
}
.card .additional .user-card svg {
  top: 50%;
}
.card .additional .more-info {
  width: 300px;
  float: right;
  position: absolute;
  left: 150px;
  height: 100%;
}
.card .additional .more-info h5 {
  color: #fff;
  margin-bottom: 0;
}
.card.green .additional .more-info h5 {
  color: #224C36;
}
.card .additional .coords {
  margin: 0 1rem;
  color: #fff;
  font-size: 1rem;
}
.card.green .additional .coords {
  color: #325C46;
}
.card .additional .coords span + span {
  float: right;
}
.card .additional .stats {
  font-size: 2rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: auto;
  color: #fff;
}
.card.green .additional .stats {
  color: #325C46;
}
.card .additional .stats > div {
  flex: 1;
  text-align: center;
}
.card .additional .stats i {
  display: block;
}
.card .additional .stats div.title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}
.card .additional .stats div.value {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.card .additional .stats div.value.infinity {
  font-size: 2.5rem;
}
.card .general {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 0;
  align-items: right;
}
.card .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
}
.container-calendar {
  background: #ffffff;
  padding: 15px;
  /* max-width: 475px; */
  margin: 0 auto;
  overflow: auto;
}
.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}
.table-calendar {
  border-collapse: collapse;
  width: 100%;
}
.table-calendar td,
.table-calendar th {
  padding: 15px 5px 15px 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}
.date-picker.selected {
  font-weight: bold;
  outline: 1px dashed #00BCD4;
}
.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}
/* sunday */
.date-picker:nth-child(1) {
  color: red;
}
/* friday */
.date-picker:nth-child(6) {
  color: green;
}
#monthAndYear {
  text-align: center;
  margin-top: 0;
}
.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}
#previous {
  float: left;
}
#next {
  float: right;
}
.tdclass{
background: linear-gradient(45deg, #635bd6, #00a2b7) !important;
}
.tdclass a{
display:block;
cursor: pointer;
}
.tdclass i{
  display:block;
  cursor: pointer;
 }
.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}
.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px;
}
.footer-container-calendar label {
  padding-left: 80px
}
/* Teacher course card */
.teacher_card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
  border-radius: 15px;
  margin-top:20px ;
  width: 100%;
  background-color: #fff;
}
.teacher_avatar img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.teacher_img .img{
  border-radius: 15px;
}
.avatar .teacher_author{
   margin-left: 12px;
   position: relative;
   top:15px;
   font-weight: 600;
   color: #000;
}
.teacher_btn{
position: relative;
bottom: 10px;
margin-left: 5px;
margin-top: 20px;
width: 50%;
height: 40px;
background: #0F2C67;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.teacher_btn .button{
  width: 100%;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.teacher_btn .button p{
  padding-top: 10px;
}
.teacher_course{
  width: 90%;
  height:100%;
  background: #0F2C67;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   margin: 20px 0 0 10px;
  }
  .teacher_course .course h6{
    text-align: center;
    text-decoration: none;
    color: #fff;
  }
 .teacher_time .time{
  position: relative;
  bottom: 55px;
  left: 70px;
  right: 0px;
  font-size: 14px;
}
.teacher_discount{
  position: absolute;
  height: 20%;
  width: 100px;
  background:#105652;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 200px;
}
.teacher_discount .discount{
  margin-top: 6px;
  color: #fff;
  text-align: center;
}
.teacher_img .img{
  width:100%;
  overflow: hidden;
}
.teacher_body{
  margin-left: 20px;
  margin-top: 20px;
}
.teacher_body .teacher_title{
  color: #000;
  font-size: 20px;
  margin-top: 10px;
}
.teacher_body .teacher_text p{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
  overflow:hidden;
  word-break: break-all;
  text-align:center;
  color: #878787;
  font-size: 14px;
  margin-top: 10px;
}
/* Ders program  */
.ders_program {
  background-color: #142F43;
  text-align:center;
}
@media screen and (max-width:768px){
  #mobil_responsive_table{
    display: none;
  }
}
.ders_program .day_ders{
  color:#fff;
  font-weight: 600;
  text-align: center;
}
.table-responsive .table .lesson_day{
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  margin-top: 10px;
  border-radius:10px;
}
.table-responsive .lesson_middle{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 10px;
}
.lessons{
  color: #01937C;
}
.lessons1{
  color:#FF7800;
}
.lessons2{
  color:#1597E5;
}
.lessons3{
  color:#700B97;
}
.lessons4{
  color:#57CC99;
}
.title_lesson{
  font-weight: 700;
}
.bg-light-gray{
  background-color:#fff;
}
/* mobil lesson card */
.lesson_card{
  width: 100%;
  background-color: #fff;
  border-radius:10px ;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  height: 100%;
  display:none;
}
@media screen and (max-width:768px){
  .lesson_card{
    display:block;
  }
}
.lesson_card .lesson_card_title h4{
    padding-top:20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color:#000;
}
.lesson_card .lesson_card_title .lesson_left{
   position: absolute;
   top: 25px;
   right:50px;
   color:#000;
   font-weight: 900;
   cursor: pointer;
}
.lesson_card .lesson_card_title .lesson_right{
  position: absolute;
  top: 25px;
  left:50px;
  color:#000;
  font-weight: 900;
  cursor: pointer;
}
.lesson_card .card_mobile_lesson{
  padding: 30px;
  background: #0F2C67;
  border-radius: 10px;
  width: 80%;
  height: 20%;
  position: relative;
  margin: auto;
  bottom:5px;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.lesson_card .card_mobile_lesson,.mobile_title_lesson, .mobile_lesson_clock, .mobile_classroom{
  color:#fff;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.ders_bos h3{
  margin:20px
}
/* teacher info card */
.mobile_teacher_card{
  background-color:#fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 100%;
  margin-top: 10px;
}
.mobile_teacher_card .mobile_info_teacher {
  background-color: #105652;
  width: 100%;
  height: 150px;
  border-top-left-radius: 50px;
}
.mobile_teacher_card .mobile_info_teacher h5, h6{
    text-align: center;
    color:#fff;
    padding-top: 20px;
    font-weight: 700;
}
.mobile_teacher_card .mobile_info_teacher h6{
  color: #fff;
}
.mobile_info_card {
  background: #ffffff;
  border-radius:10px;
  margin-top:100px ;
}
.mobile_info_card p{
  text-align: center;
  color:#000;
}
.number_info_card {
  margin-bottom:30px;
  text-align:center;
}
.number_info_card p{
    font-weight: 700;
    color:#000;
}
.card_read{
    width:40%;
    height: 40px;
    border-radius: 10px;
    position: relative;
    margin: auto;
    bottom:10px;
}
.card_read p{
  text-align: center;
}
.card_read p a{
  color:#fff;
}
.card_image_info{
  text-align: center;
  flex-direction: column;
  margin-top: 20px;
}
.card_image_info img{
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
  border-radius: 50%;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  
}
/* form wizard */
.wizard-section {
  background-color: #ffffff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  
  margin-top: 50px;
}
.wizard-content-left h1 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  padding: 12px 20px;
  text-align: center;
}
.form-wizard {
  color: #888888;
  padding: 30px;
}
.form-wizard .wizard-form-radio {
  display: inline-block;
  margin-left: 5px;
  position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #dddddd;
  height: 25px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
  outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
  background-color: #96c03d;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
  content: "";
  display: inline-block;
  webkit-animation: click-radio-wave 0.65s;
  -moz-animation: click-radio-wave 0.65s;
  animation: click-radio-wave 0.65s;
  background: #000000;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
  padding-left: 10px;
  cursor: pointer;
}
.form-wizard .form-wizard-header {
  text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
  background-color: #96c03d;
  color: #ffffff;
  display: inline-block;
  min-height: 40px;
  min-width: 80px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
}
.form-wizard .wizard-fieldset {
  display: none;
}
.form-wizard .wizard-fieldset.show {
  display: block;
}
.form-wizard .wizard-form-error {
  display: none;
  background-color: #96c03d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard .form-wizard-previous-btn {
  background-color: #96c03d;
}
.form-wizard .form-control {
  font-weight: 300;
  height: auto !important;
  padding: 15px;
  color: #888888;
  background-color: #f1f1f1;
  border: none;
}
.form-wizard .form-control:focus {
  box-shadow: none;
}
.form-wizard .form-group {
  position: relative;
  margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
  position: absolute;
  left: 10px;
  top: 16px;
  transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
  color: #96c03d;
  top: -18px;
  transition: 0.2s linear all;
  font-size: 12px;
}
.form-wizard .form-wizard-steps {
  margin: 30px 0;
}
.nav-tabs.wizard {
  background-color: transparent;
  padding: 0;
  width: 100%;
  margin: 1em auto;
  border-radius: .25em;
  clear: both;
  border-bottom: none;
  display: flex;
  justify-content: center;
}
.nav-tabs.wizard li {
  width: 100%;
  float: none;
  margin-bottom: 3px;
}
.nav-tabs.wizard li>* {
  position: relative;
  padding: 1em .8em .8em 2.5em;
  color: #999999;
  background-color: #dedede;
  border-color: #dedede;
}
.nav-tabs.wizard li.completed>* {
  color: #fff !important;
  background-color: #96c03d !important;
  border-color: #96c03d !important;
  border-bottom: none !important;
}
.nav-tabs.wizard li.active>* {
  color: #fff !important;
  background-color: #96c03d !important;
  border-color: #96c03d !important;
  border-bottom: none !important;
}
.nav-tabs.wizard li::after:last-child {
  border: none;
}
.nav-tabs.wizard > li > a {
  opacity: 1;
  font-size: 14px;
}
.nav-tabs.wizard a:hover {
  color: #fff;
  background-color: #96c03d;
  border-color: #96c03d
}
span.nmbr {
  display: inline-block;
  padding: 10px 0 0 0;
  background: #ffffff;
  width: 35px;
  line-height: 100%;
  height: 35px;
  margin: auto;
  border-radius: 50%;
  font-weight: bold;
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}
@media(min-width:992px) {
  .nav-tabs.wizard li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
    width: 19.6%;
    float: left;
    text-align: center;
  }
  .nav-tabs.wizard li.active a {
    padding-top: 15px;
  }
  .nav-tabs.wizard li::after,
  .nav-tabs.wizard li>*::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 100%;
    height: 0;
    width: 0;
    border: 45px solid transparent;
    border-right-width: 0;
    /*border-left-width: 20px*/
  }
  .nav-tabs.wizard li::after {
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #fff;
    margin: 0
  }
  .nav-tabs.wizard li>*::after {
    z-index: 2;
    border-left-color: inherit
  }
  .nav-tabs.wizard > li:nth-of-type(1) > a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .nav-tabs.wizard li:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .nav-tabs.wizard li:last-child {
    margin-right: 0;
  }
  .nav-tabs.wizard li:last-child a:after,
  .nav-tabs.wizard li:last-child:after {
    content: "";
    border: none;
  }
  span.nmbr {
    display: block;
  }
}
.form-wizard .wizard-password-eye {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@keyframes click-radio-wave {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    width: 60px;
    height: 60px;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0.0;
  }
}
@media screen and (max-width: 767px) {
  .wizard-content-left {
    height: auto;
  }
}
/* card post yeri */
.post {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 13px 16px 20px;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
 .post .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #EDF0F5;
}
.post .post-header .post-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post .post-header .post-author img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 12px;
}
.post .post-header .post-author .name {
  font-size: 14px;
  font-weight: 500;
  color: #17272F;
}
 .post .post-header .post-author .date,
.post .post-header .post-author .job-title {
  font-size: 10px;
  color: #aaa;
}
 .post .post-header .post-author .job-title {
  padding: 2px 0;
}
 .post .post-header .more {
  color: #aaa;
  font-size: 18px;
}
 .post .post-header .more:hover {
  color: var(--color);
}
.post .post-content {
  padding: 20px 0;
  overflow: hidden;
}
.post .post-content img {
  width: 100%;
}
.post .post-content p {
  font-size: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
 .post .post-content p img {
  max-width:100%;
  height: 20%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width:768px){
  .post .post-content p img {
    max-width:100%;
     height: 20%;
     border-radius: 10px;
     overflow: hidden;
   }
}
 .post .post-content p:last-child {
  margin-bottom: 0;
}
 .post .post-content p a {
  font-weight: 500;
  color: var(--color);
}
.post .post-content p a:hover {
  text-decoration: underline;
}
 .post .post-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}
 .post .post-actions a {
  font-size: 16px;
  color: #aaa;
  padding: 5px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post .post-actions a i {
  font-size: 20px;
  margin-right: 5px;
}
.post .post-actions a:hover{
  color:#1597E5;
  background: rgba(35, 134, 255, 0.048);
  border-radius: 30px;
  padding: 5px;
  cursor: pointer;
}
 .post .post-alt-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  color: #17272F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #EDF0F5;
  margin-bottom: 14px;
}
.post .post-alt-detail .likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.post .post-alt-detail .likes::before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #17272F;
  position: absolute;
  top: 50%;
  right: -1px;
  margin-top: -1px;
}
.post .post-alt-detail i {
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
 .post .post-alt-detail i::after {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}
 .post .post-alt-detail i.icon-heart {
  color: #E52A34;
}
.post .post-alt-detail i.icon-heart::after {
  background: rgba(229, 42, 52, 0.32);
}
 .post .post-alt-detail i.icon-thumbs-up {
  color: #388BF2;
}
 .post .post-alt-detail i.icon-thumbs-up::after {
  background: rgba(56, 139, 242, 0.32);
}
 .post .post-comment-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
 .post .post-comment-form img {
  min-width: 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
}
.post .post-comment-form .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border:none;
  display: -webkit-box;
  display: -ms-flexbox;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          padding-right: 8px;
}
.post .post-comment-form .textarea textarea {
  background: transparent;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  resize: none;
  font-size: 14px;
  border-radius:  6px;
  border: 2px solid #EDF0F5;
  overflow: hidden;
}
.post .post-comment-form .comment_send_button_hp{
  border-radius: 50%;
  background-color:transparent;
  position: absolute;
  right: 5px;
  margin-right: 5px;
  border: none  ;
}
.post .post-comment-form p {
  word-break:break-word;
  overflow-wrap: break-word;
}
.post .post-comment-form .comment_send_button_hp i {
  color: rgb(134, 134, 134);
  font-size:22px;
  text-align: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  left:5px;
  transform: rotate(330deg);
}
.post .post-comment-form .comment_send_button_hp i:hover{
  color: #71DFE7;
  transform:rotate(0deg)
}
.post .post-comment-form .comments_name_surname .comment_name_mudu span{
  font-size:12px;
  color:#444444;
  overflow: hidden;
}
.post .post-comment-form .comments_name_surname .comment_name_mudu .comment_date_name {
  padding-left:20px;
  font-size: 10px;
  color:#444444;
  font-weight: 500;
}
 .post .post-comment-form .textarea textarea::-webkit-input-placeholder {
  color: #DEDEDE;
  border: none;
}
 .post .post-comment-form .textarea textarea:-ms-input-placeholder {
  color: #DEDEDE;
}
 .post .post-comment-form .textarea textarea::-ms-input-placeholder {
  color: #DEDEDE;
}
.post .post-comment-form .textarea textarea::placeholder {
  color: #DEDEDE;
  padding: auto;
}
 .post .post-comment-form .textarea label {
  cursor: pointer;
  border-left: 1px solid #EDF0F5;
  padding-left: 16px;
  font-size: 18px;
  color: #A7B4CC;
  padding-right: 5px;
}
.post .post-comment-form .textarea label:hover {
  color: var(--color);
}
.post .post-comment-form .textarea label input {
  display: none;
}
/* paylasim panosu sidebar */
.sidebar_add_friend {
  background-color: #fff;
  position: fixed;
  width: 25%;
  justify-content: center;
  align-items: center;
  margin-left:10px ;
}
.sidebar_add_friend .sidebar_add_friend_mobile .sidebar_add_friend_mobile_head{
            color:#000;
            text-align: left;
            padding-left:20px;
            padding-top: 10px;
}
.profil_bilge_kart{
  font-size: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.24);
  width:100%;
  margin: auto;
  padding-top: 10px;
}
.sidebar_add_friend .sidebar_add_friend_image{
  border-bottom: 1px solid #edf0f5;
  width: 90%;
  margin:auto;
}
.sidebar_add_friend .sidebar_add_friend_image img{
     width: 32px;
     height: 32px;
     border-radius: 50%;
     margin:10px;
}
.sidebar_add_friend .sidebar_add_friend_image p{
           position: relative;
           right: 0;
}
.sidebar_add_friend .sidebar_add_friend_image img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  left:10px;
}
.sidebar_add_friend .sidebar_add_friend_image p{
     color:#000;
     text-align: center;
}
.sidebar_add_friend .sidebar_add_friend_text p{
       float: right;
}
.sidebar_add_friend .sidebar_add_friend_button{
      justify-content: center;
      text-align: center;
      padding-bottom: 10px;
      
}
.sidebar_add_friend .sidebar_add_friend_button button{
  background-color: transparent;
  border:none;
  border-radius: 10px;
  font-weight: 700;
  color:#006699;
  font-size: 16px;
  margin-top: 10px;
}
.sidebar_add_friend .sidebar_add_friend_button button:hover {
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: #006699;
  width: 80%;
  font-size: 16px;
}
.sidebar_add_friend .sidebar_add_friend_name .sidebar_name{
   position: relative;
   bottom: 30px;
   right: 0px;
   left:10px;
   font-size: 12px;
   overflow: hidden;
   white-space: nowrap;
}
.sidebar_add_friend .sidebar_add_friend_add span i{
  color: royalblue;
}
.sidebar_add_friend .sidebar_add_friend_add {
  float: right;
  margin-right:20px;
  margin-top:20px;
}
@media screen and (max-width:1024px){
  .sidebar_add_friend{
    display: none;
  }
}
/* chat  list and grup */
.chat_list_web{
  margin-left: 25px;
}
.chat_list_web a{
  color: #fff;
  cursor: pointer;
}
.chat_list_web a:nth-child(2) {
  padding-left: 10px;
}
.chat_list_web a:hover{
  color: #fff;
  cursor: pointer;
}
/* chatstyle */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.people-list{
  background-color: #fff;
}
.clearfix1{
  background:#dedede;
  border-bottom: 1px solid #ededed;
}
.clearfix{
  padding-top: 10px;
}
#chat_mobile_clearfix{
   margin:auto;
  width: 90%;
  border-bottom: 0.8px solid #f3f3f363;
  padding-bottom: 20px;
}
.clearfix1 .message-icon{
  position: relative;
  bottom: 30px;
}
.clearfix1 .clearfix .message-icon a {
  float:right;
  color: #000000;
  border-bottom: 1px solid #ededed;
 }
.clearfix1 .clearfix .about1 a{
  color: #000000;
  text-decoration: none; 
  margin-left:12px;
  padding-top: 30px;
  font-size: 14px;
  font-family: 'Lato';
}
.clearfix1 .clearfix .status a{
  color: #000000;
  text-decoration: none; 
  border-bottom: 1px solid #ededed;
}
.people-list {
  width: 30%;
  height: 810px;
  float: left;
  color: #ffffff;
  background: #444753 ;
}
.people-list2 {
  width: 100%;
  height: 770px;
  float: left;
  color: #000000;
  background: #ffffff;
}
@media only screen and (max-width:1400px) and (min-width:200px) {
  .people-list {
  display: none;
  background-color: none;
  }
  .container {
    background: none;
  }
}
.people-list .search {
  padding: 20px;
}
.people-list2 .search {
  padding: 20px;
}
.people-list input {
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: #ffffff;
  background: #6A6c75;
  width: 80%;
  font-size: 14px;
}
.people-list2 input {
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: #000000;
  background: #dedede;
  width: 80%;
  font-size: 14px;
}
.people-list input::placeholder {
  color: rgb(187, 187, 187);
}
.people-list2 input::placeholder {
  color: rgb(187, 187, 187);
}
.people-list .fa-search {
  position: relative;
  left: -25px;
}
.people-list2 .fa-search {
  position: relative;
  left: -25px;
}
.people-list ul {
  padding: 20px;
  height: 650px;
  list-style-type: none;
  overflow-y: scroll;
  scrollbar-width:thin;
}
.people-list2 ul {
  padding: 20px;
  height: 650px;
  list-style-type: none;
  overflow-y: scroll;
  scrollbar-width:thin;
}
.people-list ul::-webkit-scrollbar {
  width:6px;
} 
.people-list2 ul::-webkit-scrollbar {
  width:6px;
} 
.people-list ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  
}
.people-list2 ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  
}  
.people-list ul::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.people-list2 ul::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.people-list ul li {
  padding-bottom: 20px;
}
.people-list2 ul li {
  padding-bottom: 20px;
}
.people-list img {
  float: left;
  border-radius: 50%;
}
.people-list2 img {
  float: left;
  border-radius: 50%;
}
.people-list .about {
  float: left;
  margin-top: 8px;
}
.people-list2 .about {
  float: left;
  margin-top: 8px;
}
.people-list .about {
  padding-left: 8px;
}
.people-list2 .about {
  padding-left: 8px;
}
.people-list .status {
  color: #92959E;
}
.people-list2 .status {
  color: #92959E;
}
.chat {
  width: 70%;
  float: left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
  height: 810px;
}
.chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid white;
}
.chat .chat-header img {
  float: left;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat .chat-header .chat-num-messages {
  color: #92959E;
}
.chat .chat-history {
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height: 575px;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 80%;
  position: relative;
}
.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86BB71;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #86BB71;
}
.chat .chat-history .other-message {
  background: #94C2ED;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}
.chat .chat-message {
  padding-top:0 ;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 10px;
}
.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.chat .chat-message button {
  float: right;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
  background-color:#4e5a20 ;
  width: 100px;
  height: 30px;
  border-radius: 5px;
}
.chat .chat-message button:hover {
  color: #ffffff;
}
.chat-history::-webkit-scrollbar {
  width:6px;
} 
.chat-history::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  
} 
.chat-history::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #86BB71;
}
.offline {
  color: #E38968;
}
.me {
  color: #94C2ED;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.left-icon{
  display: none;
}
li{
  list-style-type: none;
}
/*# sourceMappingURL=style.css.map */
@media only screen and (max-width:768px) and (min-width:200px) {
  .chat {
    width: 100%;
    float: left;
    background: #F2F5F8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
  }
  .chat .chat-header .chat-about {
    float: left;
    padding-left: 20px;
    margin-top: 6px;
  }
  .chat .chat-header img {
    float: left;
    margin-left: 10px;
  }
  .left-icon{
    display: block;
    float: left;
    margin-top: 10px;
  }
  .chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 12px;
  }
  .chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 80%;
    position: relative;
  }
  .chat .chat-history {
    overflow-y: scroll;
    height: 300px;
  }
}
@media only screen and (max-height:568px) and (min-height:200px) {
  .chat {
    width: 100%;
    float: left;
    background: #F2F5F8;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #434651;
  }
  .chat .chat-header .chat-about {
    float: left;
    padding-left: 20px;
    margin-top: 6px;
  }
  .chat .chat-header img {
    float: left;
    margin-left: 10px;
  }
  .left-icon{
    display: block;
    float: left;
    margin-top: 10px;
  }
  .chat .chat-header .chat-with {
    font-weight: bold;
    font-size: 12px;
  }
  .chat .chat-history .message {
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 12px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
  }
  .chat .chat-history {
    overflow-y: scroll;
    height: 290px;
  }
}
@media only screen and (max-height:1080px) and (min-height:569px) {
  .chat .chat-history {
    overflow-y: scroll;
    height: 500px;
  }
  #left-icon{
    opacity: 1;
    transition: opacity 0.3 ease-in-out;
  }
  }
  .sidepanel{
    display: none;
  }
  .openbtn{
    display: none;
  }
  @media only screen and (max-width:992px) and (min-width:200px){
    .sidepanel  {
      width: 0;
      position: fixed;
      z-index: 1;
      height: 250px;
      top: 0;
      left: 0;
      background-color: #434651;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
    }
    
    .sidepanel a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
    }
    
    .sidepanel a:hover {
      color: #f1f1f1;
    }
    
    .sidepanel .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      z-index: 99;
    }
    
    .openbtn {
      font-size: 20px;
      cursor: pointer;
      float: left;
      background-color:transparent;
      color: rgb(0, 0, 0);
      border: none;
      padding-top: 15px;
    }
    .sidepanel{
      display: inline;
    }
    .openbtn{
      display: inline;
    }
  #mobil-menu{
    margin-left: 30px;
  }
  #mobil-search{
    padding: 20px;
  }
#mobil-search input{
  border-radius: 3px;
  border: none;
  padding: 14px;
  color: white;
  background: #6A6c75;
  width: 80%;
  font-size: 14px; 
}
#mobil-search input::placeholder{
  color: #ffffff;
}
#mobil-search .fa-search{
  position: relative;
  left: -25px;
  color: #ffffff;
}
#mobil-menu img {
  float: left;
}
#mobil-menu #list-mobil .about{
  float: left;
  margin-top: 8px;
  padding-left: 8px;
}
#mobil-menu ul li{
  margin-top: 30px;
  color: rgb(255, 255, 255);
}
#mobil-menu ul {
  padding: 20px;
  height: 600px;
  list-style-type: none;
  overflow-y: scroll;
  scrollbar-width:10px;
}
#mobil-menu ul::-webkit-scrollbar {
  width:6px;
  
} 
#mobil-menu ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
} 
#mobil-menu ul::-webkit-scrollbar-thumb {
  background: #444753bd;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  height: 20px;
}
  }
.profile_all{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile_all .profile_name_bio h2{
  font-size: 16px;
  font-weight: 600;
  position: relative;
  right:120px;
  bottom:50px;
}
.profile_all .profile_profile_img img{
    width:150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    bottom:50px;
    left:20px
  }
 .profile_bg_img .responsive{
    z-index: -1;
    width: 80%;
  }
  .profile_bg_img .responsive{
    width: 110%;
    height: 250px;
    object-fit:contain;
  }
  .profile_all .profile_duzenle_profile {
    margin-right: 10px;
  }
  .profile_all .profile_duzenle_profile a span{
    float:right;
    padding: 5px;
    border-radius: 10px;
    font-size: 14px;
    background: #2E4C6D;
    text-align: center;
    color: #fff;
    position: relative;
    right: 20px;
  }
  .profile_all {
   margin-bottom: -30px;
  }
.profile_all .profile_profile_img .profile_icon_change_img{
    position: relative;
    top: 50px;
    bottom:0px;
    right: 10px;
    float: right;
    background: #e7e7e7;
    padding: 5px;
    border-radius: 10px;
}
@media screen and (max-width:992px){
  .profile_all {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .profile_all .profile_profile_img img{
    width:120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    bottom:50px;
    left:0;
    align-items: center;
  }
  .profile_all .profile_name_bio h2{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: relative;
    left: 8px;
  }
  .profile_all .profile_duzenle_profile a span{
    float:right;
    border-radius: 10px;
    font-size: 14px;
    background: #2E4C6D;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    right: 0;
  }
  .profile_all .profile_profile_img .profile_icon_change_img{
    position: relative;
    top: 25px;
    bottom:0px;
    right: 20px;
    float: right;
    background: #e7e7e7;
    padding: 5px;
    border-radius: 10px;
}
}
.profile_all .profile_all_icon_last {
 display: flex;
 flex-direction: column;
}
.profile_all .profile_takip_birak a span{
  float:right;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  background: #8a8b8b;
  text-align: center;
  color: #fff;
  position: relative;
  right: 20px;
}
.profile_all .profile_takip_et a span{
  float:right;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  background: #03b8ff;
  text-align: center;
  color: #fff;
  position: relative;
  right: 20px;
}
.profile_all .profile_takip_et, .profile_takip_birak, .profile_duzenle_profile{
  margin-top: 5px;
}
/* Öğrenci Bilgi sistem */
.student_avatar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.student_avatar img {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
  background-size: contain;
}
.ad_infop1 {
  width: 70%;
  height: auto;
  background-color: #DD4A48;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  margin: 10px auto;
  padding:5px;
}
.ad_infop1 h5{
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  margin:auto;
  overflow: hidden;
  word-wrap: break-word;
  padding-top: 5px;
}
.student_profile_info {
  width: 70%;
  height: auto;
  border-radius: 10px;
  background-color: #DD4A48;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 10px auto;
  overflow: hidden;
  padding:5px;
}
.student_profile_info p {
 color: #fff;
 text-align: center;
 font-size: 16px;
 overflow: hidden;
 text-transform: uppercase;
}
.student_text_all {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  overflow: hidden;
}
.student_text_all  p{
  font-size:16px;
  color: #000;
  overflow: hidden;
}
.student_text_all .student_input{
  display: flex;
  flex-direction: column;
  width:100%;
  height: 30px;
  border-radius: 10px;
  background: rgb(255, 255, 255);  
  padding:8px;
  color:#181D31;
}
.student_text_all .student_input1{
  display: flex;
  flex-direction: column;
  width:100%;
  border-radius: 6px;
  background: rgb(39, 158, 10);  
  padding:5px;
  color:#ffffff;
}
#ad_info {
  height: 100%;
  width:100%;
  background-color:#EEEEEE;
  border-radius: 6px;
  padding-top: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 20px;
}
#ad_info h4 {
  text-align: center;
  color: #000;
  margin:auto;
  overflow: hidden;
}
#smalle_info {
  display: flex;
  flex-direction: row;
}
#smalle_info  p {
  font-size:14px;
  color: #000;
  overflow: hidden;
  padding-left: 15px;
}
#smalle_info  .student_input1{
  text-align: center;
  width:15%;
  height:22px;
  border-radius:10px;
  background:#fff; 
  color:#181D31;
  margin-right: 20px;
  position: relative;
  left: 15px;
}
.btn_sorgulama {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
}
.btn_student {
  background-color: #146356;
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  margin-top: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
/*Öğrenci Belgesi start*/
.student__certificate{
  width: 1080px;
  max-height:1920px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  top:50px;
}
.student__certificate .student__certificate__university {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.student__certificate .student__certificate__university img{
  width: 50%;
  object-fit: cover;
}     
.student__certificate .student__certificate__text__numb1{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}
.student__certificate .student__certificate__text__numb1 h3{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.student__certificate .student__certificate__image {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  margin-top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.student__certificate .student__certificate__image img{
  width: 50%;
  height: 50%;
  object-fit: cover;
}
.student__certificate .student__certificate__tex_numb {
 margin-top: 40%;
 margin-left: 50px;
 display: grid;
 grid-template-columns: .5fr .5fr;
}
.student__certificate .student__certificate__tex_numb .text__number22{
  font-size: 14px;
  font-weight: bold;
}
.student__certificate .student__certificate__hum{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80%;
}
.student__certificate .student__certificate__hum h4{
  font-size: 16px;
  color: #000;
}
.student__certificate .student__certificate__tex_numb12 {
  margin-top: 10px;
  margin-left: 50px;
  display: grid;
  grid-template-columns: .3fr .5fr;
}
.student__certificate .student__certificate__tex_numb12 p {
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.student__certificate .student__certificate__paragraf {
  margin-top: 20px;
  margin-left: 50px;
  display: grid;
  flex-direction: column;
}
.student__certificate .student__certificate__paragraf p {
  font-size: 14px;
  color: #000;
}
.student__certificate .student__certificate__boss {
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content:end;
  align-items: end;
}
.student__certificate .student__certificate__boss .number_12{
  padding-right:50px;
}
.student__certificate .student__certificate__boss p {
  font-size: 16px;
  text-align: center;
  color: #000;
}
.student__certificate .student__certificate__line{
  width: 100%;
  height: 1px;
  border-top: 5px solid #000;
}
.student__certificate .student__certificate__tex_numb23 {
  margin-left: 50px;
  display: grid;
  grid-template-columns: .1fr .5fr;
}
/*Öğrenci Transkript*/
.student__transcript {
  max-width: 1080px;
  max-height: 1920px;
  margin: auto;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.student__transcript .student__transcript__info i {
     font-style: italic;
     font-size: 8px;
}
.student__transcript .student__transcript__image img {
  width:30%;
  height: auto;
  background: #fff;
  padding: 0 0 0 20px;
}
.student__transcript .student__transcript__header {
  display: block;
}
.student__transcript .student__transcript__header h6 {
  font-size: 12px;
  text-align: center;
}
.student__transcript .student__transcript__info {
  display: grid;
  grid-template-columns: 1.2fr 1.5fr ;
  margin-top: 5px;
  line-height: 10px;
}
.student__transcript .student__transcript__info span {
  font-size: 10px;
  color: #000;
  padding: 3px 3px 3px 30px;
}
.student__transcript  .student__transcript__line{
  border-top: 0.5px solid #000;
  width: 97%;
}
.student__transcript .student__transcript__barcode {
  display: flex;
  justify-content: center;
}
.student__transcript .student__transcript__barcode img {
  width: 20%;
  height: auto;
}
.student__transcript .student__transcript__date {
  display: flex;
  justify-content: center;
  margin-top: 10px; 
}
.student__transcript .student__transcript__date span {
  font-size: 8px;
  font-weight: 600;
}
.student__transcript table{
  margin-top: 10px;
}
.student__transcript .student__transcript__table {
  background-color: rgb(196, 196, 196);
  height: 10px;
}
.student__transcript .student__transcript__table .student__transcript__th {
  font-size: 10px;
  text-transform: capitalize;
}
.student__transcript .student__transcript__tbody  {
    line-height: 12px;
}
.student__transcript .student__transcript__tbody .student__transcript__tr{
  font-size: 8px;
  color: #000;
}
.student__transcript .student__transcript__tbody .student__transcript__th  i{
  font-style: italic;
  font-size: 8px;
}
.student__transcript .student__transcript__tablo {
 position: relative;
 top:20px;
 margin: auto;
 width: 90%; 
 height:15px ;
}
.student__transcript .student__transcript__tablo .student__transcript__table{
    color:#000;
    font-weight:700;
}
.student__transcript .student__transcript__tablo .student__transcript__table i {
  font-style: italic;
  font-size: 8px;
  line-height: 5px;
}
.student__transcript .student__transcript__footer {
  background: rgb(196, 196, 196);
  border-radius: 10px;
  width: 80%;
  
}
/* Small */
.toggle-control-small{
  float: right;
  display: block;
  position: relative;
  padding-left: 100px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toggle-control-small input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-control-small input:checked ~ .control {
  background-color: dodgerblue;
}

.toggle-control-small input:checked ~ .control:after {
  left: 25px;
}
.toggle-control-small .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 50px;
  border-radius: 25px;
  background-color: darkgray;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.toggle-control-small .control:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 2.6px;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
}

/* Medium */

.toggle-control-medium {
  float: right;
  display: block;
  position: relative;
  padding-left: 100px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toggle-control-medium input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-control-medium input:checked ~ .control {
  background-color: dodgerblue;
}

.toggle-control-medium input:checked ~ .control:after {
  left: 40px;
}
.toggle-control-medium .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 75px;
  border-radius: 25px;
  background-color: darkgray;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.toggle-control-medium .control:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 2px;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
}

/* Large */

.toggle-control-large {
  float: right;
  display: block;
  position: relative;
  padding-left: 100px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.toggle-control-large input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.toggle-control-large input:checked ~ .control {
  background-color: dodgerblue;
}

.toggle-control-large input:checked ~ .control:after {
  left: 50px;
}
.toggle-control-large .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100px;
  border-radius: 25px;
  background-color: darkgray;
  -webkit-transition: background-color 0.15s ease-in;
  transition: background-color 0.15s ease-in;
}
.toggle-control-large .control:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: white;
  -webkit-transition: left 0.15s ease-in;
  transition: left 0.15s ease-in;
}
.btn {
  padding: 2px 15px;
  border-radius: 5px;
}
.dt-button{
  padding: 2px 15px;
  border-radius: 5px;
}
.btn.btn-square, .wizard > .actions a.btn-square, .dt-buttons .btn-square.dt-button, .tablesaw-sortable th.tablesaw-sortable-head button.btn-square, .sweet-alert button.btn-square, .owl-theme .owl-nav .btn-square[class*="owl-"], button.btn-square.fc-agendaDay-button.fc-state-default.fc-corner-right, button.btn-square.fc-month-button.fc-state-default.fc-corner-left, button.btn-square.fc-agendaWeek-button, .btn-square.fc-prev-button, .btn-square.fc-next-button, .btn-square.fc-today-button {
  height: 25px;
  width: 25px;
  padding: 0;
}