

/*############################################################
-> MAIN
############################################################*/



body {
    min-height: 700px;
  }
  
  body::before {
    content: '';
    position: absolute;
    background: url('../img/bg/bg1.png') no-repeat;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 800px;
  }
  body::after {
    content: '';
    position: absolute;
    background: url('../img/bg/bg2.png') no-repeat;
    background-size: cover;
    top: 0px;
    right: 0px;
    width: 100%;
    height: var(--after-height);
    z-index: -1;
  }
  .logo {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .logo img {
    width: 300px;
    height: auto;
  }
  .sec {margin-top: 50px;}
  .message .content {
    font-size: 28px;
    font-family: a-light;
    line-height: 34px;
    margin-bottom: 50px;
  }
  .message .lang ul {
    display: flex;
  }
  .message .lang ul li{
    position: relative;
    color:var(--c2);
    font-size: 28px;
  }
  .message .lang ul li a {
    color:var(--c2);
    font-size: 28px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .message .lang ul li.active::before {
    position: absolute;
    z-index: 1;
    font-family: "Font Awesome 5 free";
    content: "\f0d8";
    font-size: 22px;
    font-weight: 900;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color:var(--c2);
  }
  .message .lang ul li.lang2:hover::before {
    position: absolute;
    font-family: "Font Awesome 5 free";
    content: "\f0d8";
    font-size: 22px;
    font-weight: 900;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color:var(--c1);
  }
  .message .lang ul li.lang2:hover {
    color:var(--c1);
  }
  .message .lang {
    margin-bottom: 20px;
  }
  .uyegiris-sifreunut {
    margin-top: 25px;
    display: inline-block;
  }
  .btn-fast {
    margin-top: 50px;
  }
  .btn-fast a {
    font-size: 20px;
    color: var(--c1);
    border: 2px solid var(--c1);
    border-radius: 6px;
    padding: 7px 15px;
    font-family: a-bold;
    margin-right: 5px;
    width: unset;
  }
  .btn-fast a:hover, .btn-fast a.active {
    background-color: var(--c1);
    color: #fff;
  }
  .swal2-icon .swal2-icon-content {
    font-size: 60px !important;
  }
.title-hizlirandevu {
  margin-bottom: 20px;
}
  
  /*############################################################
  <- MAIN
  ############################################################*/
  
  
  
  /*############################################################
  -> LOGIN FORM
  ############################################################*/
  
  .login-form .button-group {
    display: flex;
    border-bottom: 2px solid var(--c2);
    padding-bottom: 2px;
  }
  .login-form .button-group a {
    background-color: unset;
    color:var(--c2);
    border: none;
    font-size: 24px;
    padding: 6px 24px;
    line-height: 28px;
  }
  .login-form .button-group a.active {
    background-color: var(--c2);
    color:#fff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .login-form .button-group a:not(.active):hover {
    color: var(--c1);
  }
  .login-form .button-group2 {
    margin-top: 20px;
  }
  .login-form .button-group2 button {
    background-color: unset;
    color:var(--c2);
    border: none;
    font-size: 20px;
    padding: 4px 22px;
    line-height: 24px;
  }
  .login-form .button-group2 button.active {
    background-color: var(--c2);
    color:#fff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
  .login-form .button-group2 button:not(.active):hover {
    color: var(--c1);
  }
  .inp-group {
    margin-top: 10px;
  }
  .inp-group label {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 0;
  }
  .inp-group label input {
    width: 100%;
    padding: 8px 8px;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid var(--c2);
  }
  .inp-group label i {
    position: absolute;
    right: 22px;
  }
  .inp-group label .fa-eye, .inp-group label .fa-eye-slash {
    cursor: pointer;
  }

  .uyegiris-sifreunut a {
    color: var(--c2);
    background-color: unset;
    border: none;
    font-size: 22px;
    padding: 5px 0px;
    line-height: 28px;
  }
  .uyegiris-sifreunut a:hover {
    color: var(--c1);
    border-bottom: 1px solid var(--c2);
  }
  .uyegiris-sifreunut a span {
    font-family: a-bold;
  }
  .btn-login {
    background-color: var(--c1);
    border: none;
    color: #fff;
    font-size: 25px;
    width: 100%;
    padding: 5px 0px;
    border-radius: 4px;
    text-align: center;
  }
  .btn-login:hover {
    color: #fff;
    background-color: var(--c1h);
  }
  .btn-login2 {
    background-color: var(--c2);
    border: none;
    color: #fff;
    font-size: 25px;
    width: 100%;
    padding: 5px 0px;
    border-radius: 4px;
    text-align: center;
  }
  
  .btn-login2:hover {
    color: var(--c2);
    background-color: #fff;
  }
  label[for="login-mail-input"] {
    display: none;
  }
  label.show-flex {
    display: flex;
  }
  label.hide-flex {
    display: none;
  }
  .login-form form {
    padding-bottom: 50px;
  }
  
  /*############################################################
  <- LOGIN FORM
  ############################################################*/
  
  
  
  /*############################################################
  -> REGISTER FORM
  ############################################################*/
  
  .inp-group.radio {
    display: flex;
    align-items: center;
    font-size: 20px;
  }
  .inp-group.radio>* {
    width: unset;
  }
  .inp-group.radio .title {
    position: relative;
    width: 85px;
    padding: 0px;
  }
  .inp-group.radio .radio-h-group {
    display: flex;
    align-items: center;
    padding-left: 15px;
  }
  .inp-group.radio .radio-h-group label {
    margin: 0;
    margin-right: 10px;
  }
  .inp-group.radio .radio-h-group label span {
    position: relative;
  }
  .inp-group.radio .radio-h-group label input {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-clip: content-box;
    border: 2px solid var(--c2);
    padding: 5px;
    margin-left: 3px;
  }
  .inp-group.radio .radio-h-group label input:checked {
    padding: 2px;
    background-color: var(--c2);
  
  }
  .chk-group {
    margin: 25px 0;
  }
  .chk-group label {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .chk-group label input {
    position: relative;
  }
  .chk-group label span {
    margin-left: 3px;
  }
  .chk-group label span a {
    background-color: unset;
    border: none;
    color: var(--c1);
  }
  .chk-group label input:checked {
    accent-color: var(--c1);
  }
  .req_box.alert {
    width: 100%;
    font-family: 'a-regular';
    font-size: 18px;
  }
  
.inp-place span {
  position: absolute;
  top: 0;
  left:0;
  background-color: #fff;
}
.inp-place input {
  margin-top: 20px;
} 
  
  
  

/*############################################################
<- REGISTER FORM
############################################################*/



  

/*############################################################
-> RANDEVU
############################################################*/



.rand-header {
  display: flex;
  border-bottom: 2px solid var(--c1);
}
.rand-header a {
  font-size: 18px;
}
.rand-header a:first-child {
  margin-right:20px;
}
.rand-header a {
  position: relative;
  background-color: #fff;
  color: var(--c2);
  padding: 6px 18px 2px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 1px solid var(--c1);
  border-bottom: none;
}
.rand-header a.active {
  background-color: var(--c1);
  color: #fff;
  border: none;
}
.rand-header a:hover {
  background-color: var(--c1);
  color: #fff;
  border: none;
}
.rand-header a.active::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--c1);
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
  .dr-secim {
  background-color: #fff;
  padding: 20px;
}
.select2-container .select2-selection--single {
  height: 45px;
}
  .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}
.randevu-secim {
  position: relative;
  margin-bottom: 20px;
}
.randevu-secim > .title {
  position: absolute;
  content: '';
  left: 9px;
  top: -12px;
  z-index: 2;
  font-size: 17px;
  background-color: #fff;
  padding: 0px 6px;
}
.dr-view {
  background-color: #fff;
}
.dr-view .card {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 0;
  width: 100%;
  height: 260px;
  border: none;
}
.dr-view .card .content {
  flex-basis: 65%;
}
.dr-view .card .content .name {
  font-size: 20px;
  font-family: a-bold;
  line-height: 24px;
}
.dr-view .card .content .servis {
  font-size: 18x;
  line-height: 24px;
}
.dr-view .card .content .btn {
  margin-top:20px;
  border: 1px solid #000000;
}
.randevu-dr p {
  margin-bottom: 0px;
}
.randevu-dr .servis-title {
  margin-top: 20px;
}
.randevu-dr .servis-title a {
  position: relative;
  font-family: a-bold;
  font-size: 17px;
  color: var(--c2);
}
.randevu-dr .dr-bilgi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  margin-bottom: 6px;
}
.randevu-dr .dr-bilgi div {
  font-size: 16px;
}
.randevu-dr .dr-bilgi .btn-group {
  display: flex;
  align-items: end;
}
.randevu-dr .dr-bilgi .btn-group span.btn-rnd {
  font-size: 15px;
  background-color: #f1f2f3;
  padding: 3px 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 9px;
}
.randevu-dr .dr-bilgi .btn-group span.btn-rnd:hover {
  background-color: #424242;
  color:#fff;
}
.randevu-dr .dr-bilgi .btn-group .btn-link {
  font-size: 12px;
  color: var(--c2);
  text-decoration: underline !important;
}
.datearrw {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  align-items: center;
}
.datearrw .date {
  font-family: 'a-bold';
  font-size: 19px;
  color: var(--c1);
}
.datearrw a {
  font-size: 20px;
  color: var(--c1);
  padding: 2px 6px;
}
.datearrw a:hover {
  background-color: var(--c1);
  color: #fff;
}
.rnd-gunsaat {
  position: relative;
  padding: 12px;
  background-color: #fff;
  margin-top: 10px;
}
.rnd-gunsaat .rnd-saatler {
  position: relative;
}
.rnd-gunsaat .rnd-saatler:not(:first-child) {
  margin-top: 12px;
}
.rnd-gunsaat .rnd-saatler .date {
  background-color: var(--c1);
  padding: 6px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  font-family: 'a-bold';
  margin-bottom: 10px;
}
.rnd-gunsaat .rnd-saatler .saatler {
  position: relative;
}
.rnd-gunsaat .rnd-saatler .saatler .st-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.rnd-gunsaat .rnd-saatler .saatler .st-row span {
  font-size: 19px;
  padding: 6px;
  border: 1px solid var(--c1);
  width: 54px;
  height: 42px;
  cursor: pointer;
  border-radius: 4px;
  margin: 2px;
  justify-content: center;
  display: inline-flex;
  align-items: center;
}
.rnd-gunsaat .rnd-saatler .saatler .st-row span:hover {
  background-color: var(--c1);
  color:#fff;
}
.rnd-gunsaat .rnd-saatler .saatler .st-row span.select {
  background-color: var(--c1);
  color:#fff;
}
.rnd-gunsaat .rnd-saatler .saatler .st-row span:nth-child(12) {
  border-right: 1px solid var(--c1);
}
.rnd-gunsaat .rnd-saatler .saatler .st-row.end span {
  border-bottom: 1px solid var(--c1);
}
.rnd-gunsaat .rnd-saatler .saatler .st-row.end span:last-child {
  border-right: 1px solid var(--c1);
}

.loadingdr {
  position: relative;
  text-align: center;
  margin-top: 10px;
}
.loadingdr img {
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: auto;
}
.loadingslot {
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.loadingslot img {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
}
.list-hidden-js {
  display:none;
}





#content {
  margin-left: 270px;
}
#content .col-left {
  max-width: 1300px !important;
  margin-right: 0 !important;
}
#content .col-left-content {
    margin: 0 !important;
}



  
  /*############################################################
  <- RANDEVU
  ############################################################*/
  
  
  
  /*############################################################
-> DR MODAL
############################################################*/

#drDetay .modal-body {
  padding: 0px;
  }
  #drDetay .modal-header {
    position: absolute;
    z-index: 3;
    right: 0;
  }
  .mdl-header {
    position: relative;
    display: flex;
  }
  
  .mdl-header img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
  }
  .mdl-header .content {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    left: 15px;
    flex-basis: 65%;
  }
  .mdl-header  .content .name {
    font-size: 20px;
    font-family: a-bold;
    line-height: 24px;
  }
  .mdl-header  .content .servis {
    font-size: 18x;
    line-height: 24px;
  }
  .mdl-body {
    position: relative;
    padding: 20px;
  }
  .mdl-body ul {
    position: relative;
  }
  .mdl-body ul li {
    position: relative;
    padding-left: 5px;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .mdl-body ul li.title {
    position: relative;
    font-size: 18px;
    font-family: a-bold;
    padding-left: 0px;
  }
  .mdl-body ul li::before {
    position: absolute;
    content:'-';
    left: -4px;
  }
  .mdl-body ul li.title::before {
    content:'';
  }
  .slotdolu {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .slotdolu svg {
    width: 40px;
    height: auto;
    fill:#009688;
  }
  .slotdolu .msg {
    margin-left: 5px;
    font-size: 17px;
    font-family: a-bold;
  }
  
  /*############################################################
  <- DR MODAL
  ############################################################*/


/*############################################################
-> LOADER
############################################################*/


#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Sayfayı karart */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Her şeyin üstünde olsun */
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

/*############################################################
<- LOADER
############################################################*/




/*############################################################
-> MOBILE
############################################################*/


@media (max-width: 767.98px) {

  .logo {
      margin-top: 30px;
      margin-bottom: 20px !important;
  }
  .logo > a {
    justify-content: center;
    display: flex;
  }
  .logo img {
    width: 70%;
    height: auto;
  }
  .message .content {
    font-size: 22px;
    font-family: a-light;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .message .lang ul li a {
    font-size: 22px;
  }
  .message .lang ul li {
    font-size: 23px;
  }
  .btn-fast {
    margin-top: 20px;
  }
  .btn-fast a {
    font-size: 18px;
  }
  .login-form {
    margin-top: 40px;
  }
  .login-form .button-group a {
    background-color: unset;
    color: var(--c2);
    border: none;
    font-size: 20px;
    padding: 8px 18px;
    line-height: 22px;
  }
.sec {
  margin-top: 0;
}


}/*@media (max-width: 767.98px)*/

/*############################################################
<- MOBILE
############################################################*/








  
  
  /*############################################################
  -> XXXX
  ############################################################*/


  
  
  /*############################################################
  <- XXXX
  ############################################################*/
  
  @media (min-width: 1200px) and (max-width: 1599.98px) {
  }/*@media (min-width: 1200px) and (max-width: 1599.98px)*/
  
  @media (min-width: 992px) and (max-width: 1199.98px) {
  }/*@media (min-width: 992px) and (max-width: 1199.98px)*/
  
  @media (max-width: 991.98px) {
  }/*@media (max-width: 991.98px)*/
  
  @media (min-width: 768px) and (max-width: 991.98px) {
  }/*@media (min-width: 768px) and (max-width: 991.98px)*/
  
  @media (max-width: 767.98px) {
  }/*@media (max-width: 767.98px)*/
  