/*
Author       : KOZMOMEDIA
*/

/*============================

1. Genel Ayarlar
2. Tablolar
3. Bootstrap Classes
4. Avatar
5. Select2 js
6. Nav Tabs
7. Modal
8. Components
9. Slick Slider js
10. Focus Label
11. Header
12. Mobile Menu
13. Footer
14 Login - Register
14-1 Login Danışan
14-2 Register Danışan
14-3 Login Uzman
14-4 Register Uzman
15. Home
15-1 All Doctors Search
15-2 Bredcrumb Template
16. Search Details
17. Doctor Profile Details
18. Booking
19. Checkout
20. Booking Success
21. Invoice View
22. Schedule Timings
23. UZMAN Genel
23-1. UZMAN Özet
23-2. UZMAN Takvim
23-3. UZMAN Randevular
23-4. UZMAN Danisanlar
24. Patient Profile
25. Add Billing
26. Chat
27. Doctor Profile Settings
28. Calendar
29. Patient Dashboard
30. UZMAN Fixed Sidebar
30-1. UZMAN Bilger ve Ayarlar
30-2. UZMAN Yorumlar
30-3. UZMAN Sorular
30-4. UZMAN Mesajlar
30-5. UZMAN Mmpi Testi
30-6. UZMAN Destek
31. DANISAN Ozet
31-1. DANISAN Sub Header
32. HOME Mmpi Testi
33. Profile Settings GENERAL
34. Appoitment List
35. Reviews
36. Voice call
37. Video Call
38. Outgoing Call
39. Incoming Call
40. Terms and Conditions
41. Blog
42. Blog Details
43. Blog Grid
44. Responsive
 gitt
========================================*/


/*-----------------
	1. Genel Ayarlar
-----------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Corben:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Manrope:200,300,400,500,600,700,800");
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

#preloader [data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 132, 255, 1);
  border-right-color: rgba(0, 132, 255, 1);
  border-bottom-color: rgba(0, 132, 255, 1);
  border-radius: 100%;
}

#nowloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 999999;
  display: none;
}

#nowloader [data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 132, 255, 1);
  border-right-color: rgba(0, 132, 255, 1);
  border-bottom-color: rgba(0, 132, 255, 1);
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

html {
  height: 100%;
}

body {
  background-color: #f8f9fa;
  color: #272b41;
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  height: 100%;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272b41;
  font-weight: 500;
}

.h1,
h1 {
  font-size: 2.25rem;
}

.h2,
h2 {
  font-size: 1.875rem;
}

.h3,
h3 {
  font-size: 1.5rem;
}

.h4,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 1rem;
}

.h6,
h6 {
  font-size: 0.875rem;
}

a {
  color: #2e3842;
}

a:hover {
  color: #09dca4;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
}

input,
button,
a {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

button:focus {
  outline: 0;
}

input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn.focus,
.btn:focus {
  box-shadow: inherit;
}

.form-control {
  border-color: #dcdcdc;
  color: #333;
  font-size: 15px;
  min-height: 46px;
  padding: 6px 15px;
}

.table .form-control {
  font-size: 14px;
  min-height: 38px;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.form-control::-webkit-input-placeholder {
  color: #858585;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: #858585;
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
}

.form-control::-ms-input-placeholder {
  color: #858585;
  font-size: 14px;
}

.form-control::placeholder {
  color: #858585;
  font-size: 14px;
}

.list-group-item {
  border: 1px solid #f0f0f0;
}

.content {
  min-height: 200px;
  padding: 30px 0 0;
}

/*-------- Spacing --------*/

.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .add_bottom_45 {
    /* For less than 767px */
    margin-bottom: 30px;
  }
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.more_padding_left {
  padding-left: 40px;
}

.nomargin_top {
  margin-top: 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .margin_60 {
    /* For less than 767px */
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  .margin_60_35 {
    /* For less than 767px */
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.margin_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .margin_120 {
    /* For less than 991px */
    padding-top: 60px;
    padding-bottom: 35px;
  }
}

.margin_120_95 {
  padding-top: 120px;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .margin_120_95 {
    /* For less than 991px */
    padding-top: 60px;
    padding-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .margin_120_95 {
    /* For less than 767px */
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

/*-------- Scroll top button --------*/

#toTop {
  width: 40px;
  height: 40px;
  background-color: #e74e84;
  background-color: rgba(231, 78, 132, 0.8);
  text-align: center;
  padding: 10px;
  line-height: 20px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  z-index: 99;
}

#toTop:before {
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*---------- Check, Radio Custom Styles -------------*/

.checkbox label:after,
.radio label:after {
  content: "";
  display: table;
  clear: both;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: 0.5em;
}

.radio .cr {
  border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: 0.5;
}

/*---------- Button Custom Styles -------------*/

/*General Buttons*/

a.btn_1,
.btn_1 {
  border: none;
  cursor: pointer;
  padding: 7px 20px;
  display: inline-block;
  outline: none;
  font-size: 14px;
  font-size: 0.875rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 7px;
  font-weight: 500;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.pink {
  color: #fff;
  background: #e74e84;
}

.pink:hover {
  color: #fff;
  background: #a3d4ff;
}

.blue {
  color: #fff;
  background: #46b6fe;
}

.blue:hover {
  color: #fff;
  background: #e74e84;
}

a.btn_1.medium,
.btn_1.medium {
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
}

a.btn_1.rounded,
.btn_1.rounded {
  border-radius: 25px !important;
}

a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  text-align: center;
  padding: 12px 45px;
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
}

a.btn_1.outline,
.btn_1.outline {
  background: transparent !important;
  color: #e74e84;
  border: 0.5px solid #e74e84;
}

a.btn_1.outline:hover,
.btn_1.outline:hover {
  background: #e74e84 !important;
  color: #fff;
}

a.btn_1.border_b,
.btn_1.border_b {
  background-color: #f7f7f7;
  border-radius: 0;
  border-bottom: 0.5px solid #e74e84;
  color: #e74e84;
}

/* btn-search */

.btn-search .btn {
  background-color: #0de0fe;
  border: 1px solid #0de0fe;
  color: #fff;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
}

/* İcon and text button style */

.btn_2 {
  display: inline-block;
  position: relative;
  padding: 7px 15px;
  padding-right: 65px;
  border: none;
  color: #fff;
  background: #46b6fe;
  transition: 0.2s;
  cursor: pointer;
  border-radius: 5px;
}

.btn_2:before,
.btn_2:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding-top: inherit;
  padding-bottom: inherit;
  width: 2.8em;
  content: "\00a0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  transition: 0.2s;
  transform-origin: 50% 60%;
}

.btn_2:before {
  background: rgba(0, 0, 0, 0.09999999999999998);
}

.btn_2:hover {
  background: #0079a5;
}

.btn_2:active,
.btn_2:focus {
  background: #002e3f;
  outline: none;
}

.btn_2.kaydet:after {
  content: "\f00c";
}

.btn_2.kaydet:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}

.btn_2.yanitla:after {
  content: "\f075";
}

.btn_2.yanitla:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}

.btn_2.next:after {
  content: "\f061";
}

.btn_2.next:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}

.btn_2.ranolustur:after {
  content: "\f274";
}

.btn_2.ranolustur:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}

.btn_2.ranonayla:after {
  content: "\f274";
}

.btn_2.ranonayla:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}

.btn_2.ranonayla {
  background: #ff9948;
}

.btn_2.ranonayla:hover {
  background: #ff875d;
}

.btn_2.prev {
  background: #09dca4;
}

.btn_2.prev:hover {
  background: #0d6952;
}

.btn_2.prev:active,
.btn_2.prev:focus {
  background: #083b2e;
}

.btn_2.prev:after {
  content: "\f060";
}

.btn_2.prev:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}

.btn_2.iptal {
  background: #fe5f55;
}

.btn_2.iptal:hover {
  background: #fe2f22;
}

.btn_2.iptal:active,
.btn_2.iptal:focus {
  background: #b90c01;
}

.btn_2.iptal:after {
  content: "\f00d";
}

.btn_2.iptal:hover:after {
  -webkit-animation: bounceright 0.3s alternate ease infinite;
  animation: bounceright 0.3s alternate ease infinite;
}

@keyframes bounceright {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(3px);
  }
}

.btn_2.guncelle {
  background: #c673b3;
}

.btn_2.guncelle:hover {
  background: #b74f9f;
}

.btn_2.guncelle:active,
.btn_2.guncelle:focus {
  background: #963d82;
}

.btn_2.guncelle:after {
  content: "\f044";
}

.btn_2.guncelle:hover:after {
  -webkit-animation: none;
  -webkit-transform: scale(1.4);
  animation: none;
  transform: scale(1.4);
}

/*----------------- Background and Badge Custom Styles -----------------------*/

.bg-pink,
.badge-pink {
  background-color: #e74e84 !important;
}

a.bg-pink:focus,
a.bg-pink:hover,
button.bg-pink:focus,
button.bg-pink:hover {
  background-color: #a3d4ff !important;
}

.bg-blue,
.badge-blue {
  background-color: #46b6fe !important;
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
  background-color: #09dca4 !important;
}

.bg-blue-light,
.badge-blue-light {
  background-color: #a3d4ff !important;
}

a.bg-blue-light:focus,
a.bg-blue-light:hover,
button.bg-blue-light:focus,
button.bg-blue-light:hover {
  background-color: #09dca4 !important;
}

.bg-grey-light,
.badge-grey-light {
  background-color: #ccc !important;
}

a.bg-grey-light:focus,
a.bg-grey-light:hover,
button.bg-grey-light:focus,
button.bg-grey-light:hover {
  background-color: #f9f9f9 !important;
}

.bg-deneme,
.badge-deneme {
  background-color: #3f4079 !important;
}

/*----------------- İcon İnside İnput -----------------------*/

.cal-icon {
  position: relative;
  width: 100%;
}

.cal-icon:after {
  color: #979797;
  content: "\f073";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 400;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 10px;
}

/*----------------- Check, Radio Temp -----------------------*/

.custom_check {
  color: #666;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.9375rem;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom_check input:checked ~ .checkmark {
  background-color: #fff;
}

.custom_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom_check .checkmark::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  display: none;
  left: 4px;
  top: 0;
  color: #0de0fe;
  font-size: 11px;
}

.custom_check input:checked ~ .checkmark:after {
  display: block;
}

.custom_radio {
  color: #555;
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-size: 0.9375rem;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio_input .custom_radio + .custom_radio {
  margin-left: 15px;
}

.custom_radio input {
  position: absolute;
  opacity: 0;
}

.custom_radio input:checked ~ .checkmark:after {
  opacity: 1;
}

.custom_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.custom_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff9b44;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*----------- Typography -----------*/

/* Main title */

.main_title {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.main_title h2 {
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 36px;
  margin: 0;
  margin-bottom: 10px;
}

.main_title p {
  font-weight: 300;
  font-size: 20px;
  color: #777;
  padding: 0 10%;
}

@media (max-width: 767px) {
  .main_title {
    /* For less than 767px */
    margin-bottom: 15px;
  }
  .main_title h2 {
    /* For less than 767px */
    font-size: 32px;
    font-size: 2rem;
  }
  .main_title p {
    /* For less than 767px */
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0;
  }
}

@media (max-width: 575px) {
  .main_title h2 {
    /* For less than 575px */
    font-size: 24px;
    font-size: 1.5rem;
  }
  .main_title p {
    /* For less than 575px */
    font-size: 16px;
    font-size: 1rem;
  }
}

.main_title.left-right-arrow p:before,
.main_title.left-right-arrow p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 54px;
  bottom: -42px;
  display: block;
  z-index: 9;
}

@media (max-width: 768px) {
  .main_title.left-right-arrow p:before,
  .main_title.left-right-arrow p:after {
    /* For less than 991px */
    display: none;
  }
}

.main_title.left-right-arrow p:before {
  left: 40%;
  top: 120%;
  background: url(../img/arrow_right.png) no-repeat 0 0;
}

.main_title.left-right-arrow p:after {
  right: 40%;
  top: 120%;
  background: url(../img/arrow_left.png) no-repeat 0 0;
}

/*-----------------
2. Tablolar
-----------------------*/

.table {
  color: #272b41;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}

.table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #f8f9fa;
}

.table.no-border > tbody > tr > td,
.table > tbody > tr > th,
.table.no-border > tfoot > tr > td,
.table.no-border > tfoot > tr > th,
.table.no-border > thead > tr > td,
.table.no-border > thead > tr > th {
  border-top: 0;
  padding: 10px 8px;
}

.table-nowrap td,
.table-nowrap th {
  white-space: nowrap;
}

.table.dataTable {
  border-collapse: collapse !important;
}

table.table td h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

table.table td h2.table-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
}

table.table td h2 a {
  color: #272b41;
}

table.table td h2 a:hover {
  color: #09dca4;
}

table.table td h2 span {
  color: #888;
  display: block;
  font-size: 12px;
  margin-top: 3px;
}

.table thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.table thead tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table tbody tr:last-child {
  border-color: transparent;
}

.table.table-center td,
.table.table-center th {
  vertical-align: middle;
}

.table-hover tbody tr:hover {
  background-color: #f7f7f7;
}

.table-hover tbody tr:hover td {
  color: #474648;
}

.table-striped thead tr {
  border-color: transparent;
}

.table-striped tbody tr {
  border-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(255, 255, 255, 0.3);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(235, 235, 235, 0.4);
}

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.table-bordered th,
.table-bordered td {
  border-color: rgba(0, 0, 0, 0.05);
}

.card-table .card-body {
  padding: 0;
}

.card-table .card-body .table > thead > tr > th {
  border-top: 0;
}

.card-table .table tr td:first-child,
.card-table .table tr th:first-child {
  padding-left: 1.5rem;
}

.card-table .table tr td:last-child,
.card-table .table tr th:last-child {
  padding-right: 1.5rem;
}

.card-table .table td,
.card-table .table th {
  border-top: 1px solid #e2e5e8;
  padding: 1rem 0.75rem;
  white-space: nowrap;
}

/*-----------------
3. Bootstrap Classes
-----------------------*/

.btn.focus,
.btn:focus {
  box-shadow: unset;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #272b41;
}

.btn.btn-rounded {
  border-radius: 50px;
}

.bg-primary,
.badge-primary {
  background-color: #09e5ab !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #09dca4 !important;
}

.bg-success,
.badge-success {
  background-color: #00e65b !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #00cc52 !important;
}

.bg-info,
.badge-info {
  background-color: #009efb !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #028ee1 !important;
}

.bg-warning,
.badge-warning {
  background-color: #ffbc34 !important;
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
  background-color: #ff0100 !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #e63333 !important;
}

.bg-white,
.badge-white {
  background-color: #fff;
}

.bg-purple,
.badge-purple {
  background-color: #9368e9 !important;
}

.text-pink,
.dropdown-menu > li > a.text-pink {
  color: #e74e84;
}

.text-white,
.dropdown-menu > li > a.text-white {
  color: #fff !important;
}

.text-primary,
.dropdown-menu > li > a.text-primary {
  color: #09e5ab !important;
}

.text-success,
.dropdown-menu > li > a.text-success {
  color: #00cc52 !important;
}

.text-danger,
.dropdown-menu > li > a.text-danger {
  color: #ff0100 !important;
}

.text-info,
.dropdown-menu > li > a.text-info {
  color: #009efb !important;
}

.text-warning,
.dropdown-menu > li > a.text-warning {
  color: #ffbc34 !important;
}

.text-purple,
.dropdown-menu > li > a.text-purple {
  color: #7460ee !important;
}

.text-muted,
.dropdown-menu > li > a.text-muted {
  color: #757575 !important;
}

.bg-blue,
.badge-blue {
  background-color: #46b6fe !important;
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
  background-color: #09dca4 !important;
}

.btn-blue {
  background-color: #46b6fe;
  color: #fff;
  border: 1px solid #46b6fe;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.active,
.btn-blue:active,
.open > .dropdown-toggle.btn-blue {
  background-color: #0de0fe;
  border: 1px solid #0de0fe;
  color: #fff;
}

.btn-blue.active.focus,
.btn-blue.active:focus,
.btn-blue.active:hover,
.btn-blue.focus:active,
.btn-blue:active:focus,
.btn-blue:active:hover,
.open > .dropdown-toggle.btn-blue.focus,
.open > .dropdown-toggle.btn-blue:focus,
.open > .dropdown-toggle.btn-blue:hover {
  background-color: #0de0fe;
  border: 1px solid #0de0fe;
}

.btn-blue.active:not(:disabled):not(.disabled),
.btn-blue:active:not(:disabled):not(.disabled),
.show > .btn-blue.dropdown-toggle {
  background-color: #0de0fe;
  border-color: #0de0fe;
  color: #fff;
}

.btn-blue.active:focus:not(:disabled):not(.disabled),
.btn-blue:active:focus:not(:disabled):not(.disabled),
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-blue.disabled,
.btn-blue:disabled {
  background-color: #0de0fe;
  border-color: #0de0fe;
  color: #fff;
}

.btn-primary {
  background-color: #09e5ab;
  border: 1px solid #09e5ab;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #09dca4;
  border: 1px solid #09dca4;
}

.btn-primary.active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  background-color: #09dca4;
  border-color: #09dca4;
  color: #fff;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #09e5ab;
  border-color: #09e5ab;
  color: #fff;
}

.btn-secondary.active:focus:not(:disabled):not(.disabled),
.btn-secondary:active:focus:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-success {
  background-color: #00e65b;
  border: 1px solid #00e65b;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-color: #00cc52;
  border: 1px solid #00cc52;
  color: #fff;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #00cc52;
  border: 1px solid #00cc52;
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  background-color: #00cc52;
  border-color: #00cc52;
  color: #fff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
  background-color: #00e65b;
  border-color: #00e65b;
  color: #fff;
}

.btn-info {
  background-color: #009efb;
  border: 1px solid #009efb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  background-color: #028ee1;
  border-color: #028ee1;
  color: #fff;
}

.btn-info.active:focus:not(:disabled):not(.disabled),
.btn-info:active:focus:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
  background-color: #009efb;
  border-color: #009efb;
  color: #fff;
}

.btn-warning {
  background-color: #ffbc34;
  border: 1px solid #ffbc34;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background-color: #e9ab2e;
  border: 1px solid #e9ab2e;
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  background-color: #e9ab2e;
  border-color: #e9ab2e;
  color: #fff;
}

.btn-warning.active:focus:not(:disabled):not(.disabled),
.btn-warning:active:focus:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffbc34;
  border-color: #ffbc34;
  color: #fff;
}

.btn-danger {
  background-color: #ff0100;
  border: 1px solid #ff0100;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-color: #e63333;
  border: 1px solid #e63333;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  background-color: #e63333;
  border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  background-color: #e63333;
  border-color: #e63333;
  color: #fff;
}

.btn-danger.active:focus:not(:disabled):not(.disabled),
.btn-danger:active:focus:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #f62d51;
  border-color: #f62d51;
  color: #fff;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: unset;
}

.btn-outline-blue {
  color: #46b6fe;
  border-color: #46b6fe;
}

.btn-outline-blue:hover {
  background-color: #0de0fe;
  border-color: #0de0fe;
  color: #fff !important;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
  box-shadow: none;
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
  color: #0de0fe;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  background-color: #0de0fe;
  border-color: #0de0fe;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary {
  color: #09e5ab;
  border-color: #09e5ab;
}

.btn-outline-primary:hover {
  background-color: #09e5ab;
  border-color: #09e5ab;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #09e5ab;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #09e5ab;
  border-color: #09e5ab;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-success {
  color: #00e65b;
  border-color: #00e65b;
}

.btn-outline-success:hover {
  background-color: #00e65b;
  border-color: #00e65b;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #00e65b;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #00e65b;
  border-color: #00e65b;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-info {
  color: #009efb;
  border-color: #009efb;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #009efb;
  border-color: #009efb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #009efb;
  border-color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-warning {
  color: #ffbc34;
  border-color: #ffbc34;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffbc34;
  border-color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffbc34;
  border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-danger {
  color: #ff0100;
  border-color: #ff0100;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff0100;
  border-color: #ff0100;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #ff0100;
  border-color: #ff0100;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-light {
  color: #ababab;
  border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #ababab;
}

.pagination li {
  cursor: pointer;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #20c0f3;
  border-color: #20c0f3;
}

.pagination > li > a,
.pagination > li > span {
  color: #20c0f3;
}

.page-link:hover {
  color: #20c0f3;
}

.page-link:focus {
  box-shadow: unset;
}

.page-item.active .page-link {
  background-color: #20c0f3;
  border-color: #20c0f3;
}

.dropdown-menu {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  box-shadow: inherit;
  font-size: 14px;
  transform-origin: left top 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #0de0fe;
}

.navbar-nav .open .dropdown-menu {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.card {
  border: 1px solid #f0f0f0;
  margin-bottom: 1.875rem;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  margin-bottom: 15px;
}

.card-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}

.card-footer {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 1rem 1.5rem;
}

.card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.card .card-header .card-title {
  margin-bottom: 0;
}

.btn-light {
  border-color: #e6e6e6;
  color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #20c0f3;
  text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
  border-bottom-color: #20c0f3;
}

.bg-info-light {
  background-color: rgba(2, 182, 179, 0.12) !important;
  color: #1db9aa !important;
}

.bg-primary-light {
  background-color: rgba(17, 148, 247, 0.12) !important;
  color: #2196f3 !important;
}

.bg-danger-light {
  background-color: rgba(242, 17, 54, 0.12) !important;
  color: #e63c3c !important;
}

.bg-warning-light {
  background-color: rgba(255, 152, 0, 0.12) !important;
  color: #f39c12 !important;
}

.bg-success-light {
  background-color: rgba(15, 183, 107, 0.12) !important;
  color: #26af48 !important;
}

.bg-purple-light {
  background-color: rgba(197, 128, 255, 0.12) !important;
  color: #c580ff !important;
}

.bg-default-light {
  background-color: rgba(40, 52, 71, 0.12) !important;
  color: #283447 !important;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.form-control:focus {
  border-color: #bbb;
  box-shadow: none;
  outline: 0 none;
}

.form-group {
  margin-bottom: 1.25rem;
}

/*-----------------
4. Avatar
-----------------------*/

.avatar {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 3rem;
}

.avatar > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-title {
  width: 100%;
  height: 100%;
  background-color: #20c0f3;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.avatar-away::before,
.avatar-offline::before,
.avatar-online::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: 25%;
  border-radius: 50%;
  content: "";
  border: 2px solid #fff;
}

.avatar-online::before {
  background-color: #00e65b;
}

.avatar-offline::before {
  background-color: #ff0100;
}

.avatar-away::before {
  background-color: #ffbc34;
}

.avatar .border {
  border-width: 3px !important;
}

.avatar .rounded {
  border-radius: 6px !important;
}

.avatar .avatar-title {
  font-size: 18px;
}

.avatar-xs {
  width: 1.65rem;
  height: 1.65rem;
}

.avatar-xs .border {
  border-width: 2px !important;
}

.avatar-xs .rounded {
  border-radius: 4px !important;
}

.avatar-xs .avatar-title {
  font-size: 12px;
}

.avatar-xs.avatar-away::before,
.avatar-xs.avatar-offline::before,
.avatar-xs.avatar-online::before {
  border-width: 1px;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-sm .border {
  border-width: 3px !important;
}

.avatar-sm .rounded {
  border-radius: 4px !important;
}

.avatar-sm .avatar-title {
  font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
  border-width: 2px;
}

.avatar-lg {
  width: 3.75rem;
  height: 3.75rem;
}

.avatar-lg .border {
  border-width: 3px !important;
}

.avatar-lg .rounded {
  border-radius: 8px !important;
}

.avatar-lg .avatar-title {
  font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
  border-width: 3px;
}

.avatar-xl {
  width: 5rem;
  height: 5rem;
}

.avatar-xl .border {
  border-width: 4px !important;
}

.avatar-xl .rounded {
  border-radius: 8px !important;
}

.avatar-xl .avatar-title {
  font-size: 28px;
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
  border-width: 4px;
}

.avatar-xxl {
  width: 5.125rem;
  height: 5.125rem;
}

.avatar-xxl .border {
  border-width: 6px !important;
}

.avatar-xxl .rounded {
  border-radius: 8px !important;
}

.avatar-xxl .avatar-title {
  font-size: 30px;
}

.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
  border-width: 4px;
}

.avatar-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.avatar-group .avatar + .avatar {
  margin-left: -0.75rem;
}

.avatar-group .avatar-xs + .avatar-xs {
  margin-left: -0.40625rem;
}

.avatar-group .avatar-sm + .avatar-sm {
  margin-left: -0.625rem;
}

.avatar-group .avatar-lg + .avatar-lg {
  margin-left: -1rem;
}

.avatar-group .avatar-xl + .avatar-xl {
  margin-left: -1.28125rem;
}

.avatar-group .avatar:hover {
  z-index: 1;
}

/*-----------------
5. Select2
-----------------------*/

.select2-results__option {
  padding: 6px 15px;
}

.select2-container .select2-selection--single {
  border: 1px solid #dcdcdc;
  height: 46px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px;
  right: 7px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #dcdcdc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #dcdcdc;
  border-width: 0 6px 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #272b41;
  font-size: 15px;
  font-weight: normal;
  line-height: 44px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #20c0f3;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #dcdcdc;
  min-height: 46px;
}

.select2-dropdown {
  border-color: #dcdcdc;
}

/*-----------------
6. Nav Tabs
-----------------------*/

.nav-tabs {
  border-bottom: 1px solid #f0f0f0;
}

.card-header-tabs {
  border-bottom: 0;
}

.nav-tabs > li > a {
  margin-right: 0;
  color: #888;
  border-radius: 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: transparent;
  color: #272b41;
}

.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
}

.nav-tabs.nav-tabs-solid > .active > a,
.nav-tabs.nav-tabs-solid > .active > a:hover,
.nav-tabs.nav-tabs-solid > .active > a:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #fff;
}

.tab-content {
  padding-top: 20px;
}

.nav-tabs .nav-link {
  border-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background-color: #eee;
  border-color: transparent;
  color: #272b41;
}

.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}

.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
  border-bottom-color: #ddd;
}

.nav-tabs.nav-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a {
  color: #272b41;
}

.nav-tabs.nav-tabs-solid > li > a.active,
.nav-tabs.nav-tabs-solid > li > a.active:hover,
.nav-tabs.nav-tabs-solid > li > a.active:focus {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #fff;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded {
  border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a {
  border-radius: 50px;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:hover,
.nav-tabs.nav-tabs-solid.nav-tabs-rounded > li > a.active:focus {
  border-radius: 50px;
}

.nav-tabs-justified > li > a {
  border-radius: 0;
  margin-bottom: 0;
}

.nav-tabs-justified > li > a:hover,
.nav-tabs-justified > li > a:focus {
  border-bottom-color: #ddd;
}

.nav-tabs-justified.nav-tabs-solid > li > a {
  border-color: transparent;
}

.nav-tabs.nav-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified.nav-tabs-top > li > a,
.nav-tabs.nav-justified.nav-tabs-top > li > a:hover,
.nav-tabs.nav-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li {
  margin-bottom: 0;
}

.nav-tabs.nav-tabs-top > li > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top > li.open > a,
.nav-tabs.nav-tabs-top > li > a:hover,
.nav-tabs.nav-tabs-top > li > a:focus {
  border-top-color: #ddd;
}

.nav-tabs.nav-tabs-top > li + li > a {
  margin-left: 1px;
}

.nav-tabs.nav-tabs-top > li > a.active,
.nav-tabs.nav-tabs-top > li > a.active:hover,
.nav-tabs.nav-tabs-top > li > a.active:focus {
  border-top-color: #20c0f3;
}

.nav-tabs.nav-tabs-bottom > li > a.active,
.nav-tabs.nav-tabs-bottom > li > a.active:hover,
.nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 2px;
  border-color: transparent;
  border-bottom-color: #20c0f3;
  background-color: transparent;
  transition: none 0s ease 0s;
  -moz-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
}

.nav-tabs.nav-tabs-solid {
  background-color: #fafafa;
  border: 0;
}

.nav-tabs.nav-tabs-solid > li {
  margin-bottom: 0;
}

.nav-tabs.nav-tabs-solid > li > a {
  border-color: transparent;
}

.nav-tabs.nav-tabs-solid > li > a:hover,
.nav-tabs.nav-tabs-solid > li > a:focus {
  background-color: #f5f5f5;
}

.nav-tabs.nav-tabs-solid > .open:not(.active) > a {
  background-color: #f5f5f5;
  border-color: transparent;
}

.nav-tabs-justified.nav-tabs-top {
  border-bottom: 1px solid #ddd;
}

.nav-tabs-justified.nav-tabs-top > li > a,
.nav-tabs-justified.nav-tabs-top > li > a:hover,
.nav-tabs-justified.nav-tabs-top > li > a:focus {
  border-width: 2px 0 0 0;
}

/*-----------------
7. Modal
-----------------------*/

.modal-footer.text-center {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.modal-footer.text-left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.modal-dialog.modal-md {
  max-width: 600px;
}

.custom-modal .modal-content {
  border: 0;
  border-radius: 10px;
}

.custom-modal .modal-header {
  padding: 1.25rem;
}

.custom-modal .modal-footer {
  padding: 1.25rem;
}

.custom-modal .modal-body {
  padding: 1.25rem;
}

.custom-modal .close {
  background-color: #a0a0a0;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 26px;
  width: 20px;
  z-index: 99;
}

.custom-modal .modal-title {
  font-size: 20px;
}

.modal-backdrop.show {
  opacity: 0.4;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.modal .card {
  box-shadow: unset;
}

/*-----------------
8. Components
-----------------------*/

.comp-header {
  margin-bottom: 1.875rem;
}

.comp-header .comp-title {
  color: #272b41;
}

.line {
  background-color: #20c0f3;
  height: 2px;
  margin: 0;
  width: 60px;
}

.line2 {
  background-color: #20c0f3;
  height: 2px;
  margin: 6px auto;
  width: 100%;
}

.comp-buttons .btn {
  margin-bottom: 5px;
}

.pagination-box .pagination {
  margin-top: 0;
}

.comp-dropdowns .btn-group {
  margin-bottom: 5px;
}

.progress-example .progress {
  margin-bottom: 1.5rem;
}

.progress-xs {
  height: 4px;
}

.progress-sm {
  height: 15px;
}

.progress.progress-sm {
  height: 6px;
}

.progress.progress-md {
  height: 8px;
}

.progress.progress-lg {
  height: 18px;
}

/*-----------------
9. Slick Slider
-----------------------*/

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #0de0fe;
  color: #fff;
  opacity: 1;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #fff;
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #383838;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  z-index: 1;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #c0c0c0;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  display: none;
  font-family: "slick";
  font-size: 76px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "-";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
  background-color: #0de0fe;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #0de0fe;
}

.slick-slide {
  outline: none !important;
}

/*-----------------
10. Focus Label
-----------------------*/

.form-focus {
  height: 50px;
  position: relative;
}

.form-focus .focus-label {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, 22px, 0) scale(1);
  -ms-transform: translate3d(0, 22px, 0) scale(1);
  -o-transform: translate3d(0, 22px, 0) scale(1);
  transform: translate3d(0, 22px, 0) scale(1);
  transform-origin: left top;
  transition: 240ms;
  left: 12px;
  top: -8px;
  z-index: 1;
  color: #b8b8b8;
  margin-bottom: 0;
}

.form-focus.focused .focus-label {
  opacity: 1;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .form-control:focus ~ .focus-label,
.form-focus .form-control:-webkit-autofill ~ .focus-label {
  opacity: 1;
  font-weight: 400;
  top: -18px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .form-control {
  height: 50px;
  padding: 21px 12px 6px;
}

.form-focus .form-control::-webkit-input-placeholder {
  color: transparent;
  transition: 240ms;
}

.form-focus .form-control:focus::-webkit-input-placeholder {
  transition: none;
}

.form-focus.focused .form-control::-webkit-input-placeholder {
  color: #bbb;
}

.form-focus.select-focus .focus-label {
  opacity: 1;
  font-weight: 300;
  top: -20px;
  font-size: 12px;
  z-index: 1;
}

.form-focus .select2-container .select2-selection--single {
  border: 1px solid #e3e3e3;
  height: 50px;
}

.form-focus
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 48px;
  right: 7px;
}

.form-focus
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #ccc transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.form-focus
  .select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: transparent transparent #ccc;
  border-width: 0 6px 6px;
}

.form-focus
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 12px;
  padding-top: 10px;
}

.form-focus
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #676767;
  font-size: 14px;
  font-weight: normal;
  line-height: 38px;
}

.form-focus
  .select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #fc6075;
}

/*-----------------
11/2 Header
-----------------------*/

.header-uzman {
  display: none;
}

.header-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  height: 65px;
  padding: 0 30px;
  margin-bottom: 0;
  z-index: 9998;
}

.header-nav.nav-anasayfa {
  background-color: transparent;
  border-bottom: none;
}

.header-nav.login-nav {
  background-color: transparent;
  border-bottom: none;
}

.main-nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav > li.active > a {
  color: #0de0fe;
}

.main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}

.main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}

.main-nav > li .submenu li {
  position: relative;
}

.main-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.logo {
  display: inline-block;
}

.logo img {
  max-height: 40px !important;
}

.header-navbar-rht {
  margin: 0;
  margin-left: auto;
  padding: 0;
}

.header-navbar-rht li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.header-navbar-rht li:last-child {
  padding-right: 0px;
}

.header-navbar-rht li .nav-uyelik-uzman-btn {
  font-weight: 600;
  font-size: 16px;
  font-family: "Comfortaa", cursive;
  margin-top: 5px;
}

.header-navbar-rht li .dropdown-menu {
  border: 0;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
}

.header-navbar-rht .dropdown-toggle::after {
  display: none;
}

.header-navbar-rht li .dropdown-menu::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 0;
  border: 7px solid #fff;
  border-color: transparent transparent #ffffff #ffffff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
}

.header-navbar-rht li .dropdown-menu .dropdown-item {
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:first-child {
  border-top: 0;
  border-radius: 5px 5px 0 0;
}

.header-navbar-rht li .dropdown-menu .dropdown-item:last-child {
  border-radius: 0 0 5px 5px;
}

.header-navbar-rht li .dropdown-menu a:hover {
  color: #09dca4;
  letter-spacing: 0.5px;
  padding-left: 20px;
  background-color: #fff;
}

.header-navbar-rht .dropdown-menu {
  min-width: 230px !important;
  padding: 0;
  margin-top: 30px !important;
}

.header-navbar-rht .dropdown-menu .dropdown-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e3e3e3;
  padding: 10px 15px;
}

.header-nav .has-arrow .dropdown-toggle:after {
  border-top: 0;
  border-left: 0;
  border-bottom: 2px solid #757575;
  border-right: 2px solid #757575;
  content: "";
  height: 8px;
  display: inline-block;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
}

.header-nav .has-arrow .dropdown-toggle[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header-navbar-rht .logged-item .nav-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  padding: 0 10px;
}

.user-img {
  display: inline-block;
  position: relative;
}

.user-img > img {
  height: 31px;
  object-fit: cover;
  width: 31px;
}

.user-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
}

.user-header .user-text {
  margin-left: 10px;
}

.user-header .user-text h6 {
  font-size: 14px;
  margin-bottom: 2px;
}

.loggin-item .dropdown-menu {
  min-width: 200px !important;
}

.loggin-item .dropdown-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.loggin-item .dropdown-item img {
  height: 30px;
  margin-right: 20px;
}

.loggin-item .dropdown-item div {
  font-size: 18px;
  font-weight: 400;
}

@media only screen and (max-width: 575.98px) {
  .header-navbar-rht li .nav-uyelik-uzman-btn {
    display: none;
  }
}

/*-----------------
12. Mobile Menu
-----------------------*/

.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1040;
}

.sidebar-overlay.opened {
  display: block;
}

.menu-opened .main-menu-wrapper {
  transform: translateX(0);
}

.menu-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  height: 60px;
  padding: 0 20px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  border-bottom: 1px solid #f0f0f0;
  display: none;
}

.menu-logo img {
  height: 40px;
}

.menu-close {
  font-size: 18px;
}

.bar-icon {
  width: 31px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.bar-icon span {
  background-color: #46b6fe;
  display: block;
  float: left;
  height: 2px;
  margin-bottom: 7px;
  width: 31px;
  border-radius: 2px;
}

.bar-icon span:nth-child(2) {
  width: 16px;
}

.bar-icon span:nth-child(3) {
  margin-bottom: 0;
}

#mobile_btn {
  display: none;
  margin-right: 30px;
}

html.menu-opened body {
  overflow: hidden;
}

/*-----------------
13. Footer
-----------------------*/

.footer {
  background: linear-gradient(
    360deg,
    rgba(195, 225, 255, 1) 0%,
    rgba(248, 249, 250, 1) 100%
  );
}

.footer .footer-top {
  padding: 40px 0;
}

.footer-title {
  color: #272b41;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.footer .footer-widget.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: none;
}

.footer .footer-widget .footer-logo {
  margin-bottom: 30px;
}

.footer .footer-widget .footer-logo img {
  max-height: 40px;
}

.footer .footer-widget .footer-about-content p {
  color: #757575;
  text-align: justify;
}

.footer .footer-widget .footer-about-content p:last-child {
  margin-bottom: 0;
}

.footer .footer-menu ul li {
  margin-bottom: 10px;
  position: relative;
}

.footer .footer-menu ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-menu ul li a {
  color: #757575;
  font-size: 15px;
  transition: all 0.4s ease 0s;
}

.footer .footer-menu ul li a i {
  margin-right: 5px;
}

.footer .footer-widget.footer-menu ul li a:hover {
  color: #46b6fe;
  letter-spacing: 0.5px;
  padding-left: 10px;
}

.footer-contact-info {
  color: #757575;
  font-size: 15px;
}

.footer-contact-info .footer-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contact-info .footer-address span {
  margin-right: 20px;
}

.footer-contact-info .footer-address span i.fa-map-marker-alt {
  font-size: 20px;
}

.footer-contact-info p i {
  margin-right: 15px;
}

.footer .footer-bottom .copyright {
  border-top: 1px solid #757575;
  padding: 30px 0;
}

.footer .footer-bottom .copyright-text p {
  color: #313131;
  font-size: 15px;
}

.footer .footer-bottom .copyright-text p a {
  color: #09e5ab;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.footer .footer-bottom .copyright-text p a:hover {
  color: #fff;
}

.footer .footer-bottom .copyright-text p.title {
  font-weight: 400;
  margin: 10px 0 0;
}

.footer .social-icon ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .social-icon ul li {
  margin-right: 15px;
}

.footer .social-icon ul li:last-child {
  margin-right: 0;
}

.footer .social-icon ul li a {
  color: #46b6fe;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  transition: all 0.4s ease 0s;
}

.footer .social-icon ul li a:hover {
  color: #09e5ab;
}

.policy-menu {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: right;
}

.policy-menu li {
  display: inline-block;
  margin-right: 15px;
}

.policy-menu li:last-child {
  margin-right: 0;
}

.policy-menu li a {
  color: #313131;
}

.policy-menu li a:hover,
.policy-menu li a:focus {
  color: #09e5ab;
}

.policy-menu li::after {
  color: #fff;
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}

.policy-menu li:last-child::after {
  content: "";
}

/*-----------------
14. Login - Register
-----------------------*/

.account-page .content {
  padding: 60px 0 150px;
}

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

.login-left img {
  width: 80%;
}

.login-right {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 25px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.login-header {
  margin-bottom: 20px;
}

.login-header p {
  margin-bottom: 0;
}

.login-header h3 {
  font-size: 18px;
  margin-bottom: 3px;
}

.login-header h3 a {
  color: #0de0fe;
  float: right;
  font-size: 15px;
  margin-top: 2px;
}

.login-right .dont-have {
  color: #3d3d3d;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
}

.login-right .dont-have a {
  color: #09dca4;
}

.login-btn {
  font-size: 18px;
  font-weight: 500;
}

.login-or {
  color: #d4d4d4;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}

.or-line {
  background-color: #e5e5e5;
  height: 1px;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
}

.span-or {
  background-color: #fff;
  display: block;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  text-align: center;
  top: -3px;
  width: 42px;
}

.forgot-link {
  color: #3d3d3d;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
  cursor: pointer;
}

.forgot-link:hover {
  color: #09dca4;
}

.btn-facebook {
  background-color: #3a559f;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  font-size: 13px;
  padding: 8px 12px;
}

.social-login .btn:hover,
.social-login .btn:focus {
  color: #fff;
}

.login-success-cont {
  text-align: center;
  padding-bottom: 30px;
}

.login-success-cont .fa-check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 2px solid #09e5ab;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 30px;
  margin: 40px 10px;
  background-color: #09e5ab;
}

.login-success-cont h3 {
  font-size: 24px;
}

/*-----------------
14-1. Login Danışan
-----------------------*/

.account-page#dan-login-account {
  background: #f8f9fa;
}

.dan-aktivasyon-cont,
.login-success-cont,
.dan-sifremiunuttum {
  display: none;
}

/*-----------------
14/2. Register Danışan
-----------------------*/

.account-page#danisan-register-account .content {
  background: #3f4079 url(../img/hero_bg_1.svg) repeat fixed;
}

#danisan-register-account hr {
  margin: 0 0 20px;
}

.dan-register-diger {
  display: none;
}

.password-again {
  position: absolute;
  visibility: hidden;
  opacity: 0.6;
  right: 10px;
  top: 15px;
  width: 15px;
  height: 15px;
  padding: 10px;
  background-color: #ff0000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.password-again i {
  font-size: 11px;
}

#danisan-register-account .contract a {
  color: #46b6fe;
}

#danisan-register-account .contract a:hover {
  color: #09dca4;
}

.register-left {
  padding: 0 30px 0 0;
}

.register-left h1 {
  color: #fff;
  display: inline-block;
}

.register-left .lead {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  text-align: justify;
}

@media (max-width: 767px) {
  .register-left h1 {
    /* For less than 767px */
    font-size: 32px;
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  .register-left {
    padding: 10px 20px 30px;
  }
}

.register-left .box_feat_2 {
  display: flex;
}

.register-left .box_feat_2 div:first-child {
  flex: 0 0 70px;
}

.register-left .box_feat_2 i {
  font-size: 36px;
  margin-bottom: 10px;
  color: #74d1c6;
}

.register-left .box_feat_2 h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff02a;
  display: inline-block;
}

.register-left .box_feat_2 p {
  display: inline-block;
  color: #fff;
}

/*-----------------
14-3. Login Uzman
-----------------------*/

.account-page#doc-login-account {
  background: #f8f9fa;
}

#doc-login-account .content {
  padding-bottom: 200px;
}

.doc-aktivasyon-cont,
.doc-sifremiunuttum {
  display: none;
}

/*-----------------
14-4. Register Uzman
-----------------------*/

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}

.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-----------------
15. Home
-----------------------*/

/*---- Home Section General ----*/

.section-header {
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 500;
}

.section-header .sub-title {
  color: #757575;
  font-size: 16px;
  max-width: 600px;
  margin: 15px auto 0;
}

.section-header p {
  color: #757575;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 15px;
}

/*---- Home Section | Search ----*/

.section-search {
  background: url(../img/bg-16.svg) no-repeat center bottom, #f7f7f7;
  /* mor 3e2166 */
  min-height: 850px;
  background-size: 100% auto;
  position: relative;
  padding: 0 0;
}

.banner-wrapper {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  text-align: center;
}

.banner-wrapper .banner-header {
  margin: 30px auto 30px;
  max-width: 850px;
  text-align: center;
}

.banner-wrapper .banner-header h1 {
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  color: #272b41;
}

.banner-wrapper .banner-header p {
  color: #757575;
  font-size: 20px;
  margin-bottom: 0;
}

.search-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box .form-control {
  border: 0.5px solid #ccc;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  padding-left: 35px;
  height: 50px;
}

.search-box .search-doc {
  -ms-flex: 0 0 325px;
  flex: 0 0 325px;
  margin-right: 12px;
  position: relative;
  width: 325px;
}

.search-doc .form-control {
  background: #fff url(../img/location.png) no-repeat 10px center;
}

.search-box .search-info {
  -ms-flex: 0 0 405px;
  flex: 0 0 405px;
  margin-right: 12px;
  position: relative;
  width: 405px;
}

.search-info .form-control {
  background: #fff url(../img/search.png) no-repeat 10px center;
}

.search-box .search-btn {
  width: 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  background-color: #46b6fe;
  color: #fff;
}

.search-box .search-btn:hover {
  background-color: #0de0fe;
  color: #fff;
}

.search-box .search-btn span {
  display: none;
  font-weight: 500;
}

.search-box .form-text {
  color: #757575;
  font-size: 13px;
}

/* Search il */

#searchDoc,
#searchselect {
  display: none;
}

.search-load {
  display: none;
  min-height: 100px;
  max-height: 150px;
  overflow: auto;
  overflow-x: hidden;
  background-color: #fff;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  border: 1px solid #ccc;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  z-index: 100000;
}

/* Scrollbar */
.search-load::-webkit-scrollbar {
  width: 11px;
  height: 11px;
}

.search-load::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);
}

.search-load::-webkit-scrollbar-thumb {
  background-image: linear-gradient(45deg, #0de0fe, #46b6fe);
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 3px 13px 1px;
  box-shadow: rgba(0, 0, 0, 0.12) 0 3px 13px 1px;
}

.search-load .baslik {
  font-weight: 600;
  margin-left: 5px;
}

.search-load ul {
  list-style: none;
  padding: 0;
}

.search-load ul li {
  list-style: none;
  padding: 3px 10px;
  cursor: pointer;
}

.search-load ul li:hover {
  background-color: #46b6fe;;
  color: #fff !important;
  border-radius: 3px;
}

.search-load #ara-ilce {
  display: none;
}

/* Webkit tabanlı tarayıcılar için (Chrome, Edge, Safari) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox için */
input[type="number"] {
  -moz-appearance: textfield;
}


/*---- Home Section1.3 | cards ----*/


.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}

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

.option-card {
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;

  .title{
    margin: 5px;
  }
}

.option-card:hover {
  transform: translateY(-5px);
}

.option-card img {
  border-radius: 10px;

  box-shadow: rgba(0, 145, 228, 0.2) 0px 7px 29px 0px; 

}

.option-card img:hover {
  box-shadow: rgba(0, 145, 228, 0.5) 0px 7px 29px 0px; 
}


/*---- Home Section2 | information ----*/

.box_information {
  background-color: #fff;
  padding: 165px 45px 20px 45px;
  text-align: center;
  position: relative;
  margin: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  transition: all 0.25s ease;
}

.box_information:hover {
  transform: translate(0, -10px);
}

.box_information h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-size: 1.3125rem;
  margin-top: 25px;
  color: #e74e84;
}

.box_information#icon_1 {
  background: #fff url(../img/icon-home-2.svg) no-repeat center 45px;
}

.box_information#icon_2 {
  background: #fff url(../img/icon-home-1.svg) no-repeat center 45px;
}

.box_information#icon_3 {
  background: #fff url(../img/icon-home-3.svg) no-repeat center 45px;
}

.box_information span {
  position: absolute;
  top: 50%;
  right: -48px;
  margin: -42px 0 0 0;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
  background: #fff url(../img/arrow-gray-1.svg) no-repeat center center;
  display: block;
  z-index: 15 !important;
}

@media only screen and (max-width: 991px) {
  .box_information {
    width: 80%;
  }
  .box_information span {
    /* For less than 991px */
    top: 100%;
    left: 50%;
    margin: -20px 0 0 -35px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 575.98px) {
  .box_information {
    width: 90%;
  }
}

/*---- Home Section3 | appointment ----*/

.appointment-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.appointment-container .card {
  display: flex;
  align-items: center;
  margin: 20px;
  margin-top: 60px;
  max-width: 400px;
  height: auto;
  min-height: 300px;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.appointment-container .card:hover {
  transform: translate(0, -10px);
}

.appointment-container .appo-img {
  width: 60%;
  min-height: 170px;
  position: absolute;
  top: -90px;
}

.appointment-container .yuzyuze {
  background: url(../img/yuzyuze-randevu.svg) no-repeat center center;
  background-size: 100% auto;
  z-index: 13;
}

/*
.appointment-container .yuzyuze-blur {
    background: url(../img/yuzyuze-randevu.svg) no-repeat center center;
    background-size: 100% auto;
    filter: blur(15px);
    opacity: 0.6;
    z-index: 12;
    position: absolute;
    transform: translate(-10px, -18px) scale(1.50);
    transition: all .35s ease;
}
*/

.appointment-container .online {
  background: url(../img/online-randevu.svg) no-repeat center center;
  background-size: 100% auto;
}

.appointment-container .appo-content {
  margin-top: 100px;
}

.appointment-container h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #e74e84;
}

.appointment-container p {
  margin: 10px 45px 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .appointment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .appointment-container .card {
    max-width: 80%;
  }
  .appointment-container .appo-img {
    width: 40%;
    min-height: 170px;
  }
  .appointment-container p {
    margin: 10px 15px 20px;
    text-align: justify;
  }
}

@media only screen and (max-width: 575.98px) {
  .appointment-container .card {
    max-width: 90%;
  }
  .appointment-container .appo-img {
    width: 50%;
    min-height: 170px;
  }
}

/*---- Home Section4 | service treatment ----*/

.list_title {
  background-color: #a3d4ff;
  color: #fff;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 30px 0;
  text-align: center;
}

.list_title i {
  font-size: 42px;
  font-size: 2.625rem;
  margin-bottom: 15px;
  display: inline-block;
}

@media (max-width: 575px) {
  .list_title i {
    /* For less than 575px */
    display: none;
  }
}

.list_title h3 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .list_title {
    /* For less than 575px */
    text-align: left;
    padding: 15px;
  }
}

.list_home_serv_treat {
  min-width: 350px;
}

.list_home_serv_treat ul {
  text-align: left;
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.list_home_serv_treat ul li.gizle {
  display: none;
}

.list_home_serv_treat ul li a {
  background-color: #fff;
  padding: 10px;
  display: block;
  margin-bottom: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  font-weight: 500;
  color: #555;
}

.list_home_serv_treat ul li:last-child a {
  background-color: #46b6fe;
  color: #fff;
}

.list_home_serv_treat ul li a strong {
  background-color: #f8f8f8;
  color: #999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 6px;
  display: inline-block;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.list_home_serv_treat ul li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 15px;
  top: 15px;
  position: absolute;
  color: #e74e84;
}

.list_home_serv_treat ul li:last-child a:after {
  content: "";
}

.list_home_serv_treat ul li a:hover {
  background-color: #e74e84;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  color: #fff;
}

.list_home_serv_treat ul li a:hover:after {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .list_home_serv_treat {
    min-width: 300px;
  }
}

/* Home Section5 | Popular Doctors  */

.section-doctor {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.section-doctor .section-header {
  margin-bottom: 30px;
}

.section-doctor .section-header p {
  margin-top: 10px;
}

.doctor-slider .slick-slide {
  display: block;
  margin-left: 0;
  padding: 10px;
  width: 280px;
}

.profile-widget {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 15px;
}

.doc-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  max-height: 150px;
  min-height: 150px;
}

.doc-img img {
  border-radius: 4px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  width: 100%;
}

.doc-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.profile-widget .fav-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 3px;
  color: #2e3842;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}

.profile-widget:hover .fav-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.profile-widget .fav-btn:hover {
  background-color: #fb1612;
  color: #fff;
}

.profile-widget .fav-btn-active {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-radius: 3px;
  background-color: #fb1612;
  color: #fff;
  opacity: 0.5;
  visibility: visible;
  z-index: 99;
}

.profile-widget:hover .fav-btn-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.profile-widget .fav-btn-active:hover {
  border: 1px solid #2e3842;
  color: #2e3842;
  background-color: #fff;
}

.pro-content {
  padding: 15px 0 0;
  min-height: 160px;
}

.pro-content .title {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5px;
}

.profile-widget .pro-content .title a {
  display: inline-block;
}

.profile-widget .verified {
  color: #28a745;
  margin-left: 3px;
}

.profile-widget p.speciality {
  font-size: 13px;
  color: #757575;
  margin-bottom: 10px;
  min-height: 20px;
}

.rating {
  list-style: none;
  margin: 0 0;
  padding: 0;
  width: 100%;
}

.rating i {
  color: #dedfe0;
}

.rating i.filled {
  color: #f4c150;
}

.profile-widget .rating {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px;
}

.profile-widget .rating i {
  font-size: 14px;
}

.available-info {
  font-size: 13px;
  color: #757575;
  font-weight: 400;
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.available-info li + li {
  margin-top: 5px;
}

.available-info li i {
  width: 22px;
  color: #46b6fe;
}

.row.row-sm {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: auto;
}

.row.row-sm > div {
  padding-left: 3px;
  padding-right: 3px;
}

.view-btn {
  color: #a3d4ff;
  font-size: 13px;
  border: 2px solid #a3d4ff;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}

.view-btn:hover,
.view-btn:focus {
  background-color: #a3d4ff;
  border: 2px solid #e74e84;
  color: #fff;
}

.book-btn {
  background-color: #09e5ab;
  border: 2px solid #09e5ab;
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: block;
  font-weight: 500;
  padding: 6px;
}

.book-btn:hover,
.book-btn:focus {
  background-color: #e74e84;
  border-color: #e74e84;
  color: #fff;
}

.section-doctor .profile-widget {
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.about-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
}

.about-content p + p {
  margin-top: 20px;
}

.about-content a {
  border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
  min-width: 150px;
  padding: 15px 20px;
  text-align: center;
}

/*---- Home Section6 | Faq ----*/

.box_faq {
  position: relative;
  padding-left: 50px;
}

.box_faq p {
  text-align: justify;
}

.box_faq h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.box_faq i {
  font-size: 28px;
  position: absolute;
  left: 0;
  top: 0;
  color: #e74e84;
}

.box_faq i:hover {
  color: #a3d4ff;
}

/* Home Section ? | features (template section) */

.section-features {
  background-color: #fff;
  padding: 80px 0;
}

.feature-item img {
  border-radius: 100%;
  box-shadow: 1px 6px 14px rgba(0, 0, 0, 0.2);
  height: 115px;
  object-fit: cover;
  width: 115px;
}

.feature-item p {
  font-weight: 500;
  margin: 20px 0 0;
}

.features-slider .slick-slide {
  margin-right: 62px;
}

.features-slider .slick-center {
  opacity: 1;
  transform: scale(1.2);
}

.features-slider .slick-list {
  padding: 16px 50px !important;
}

.features-slider .slick-dots {
  margin-top: 44px;
  position: unset;
}

/*-----------------
15-1 All Doctors Search 
-----------------------*/

.all-doc-wrapper .temizle-btn {
  font-size: 14px;
  cursor: pointer;
}

.all-doc-cont .profile-widget {
  min-height: 375px;
}

.all-doc-cont .pro-content {
  min-height: 190px;
}

.all-doc-cont .speciality {
  min-height: 20px;
}

.all-doc-cont .row-sm {
  margin-top: auto;
}

/*-----------------
15-2 Bredcrumb Template 
-----------------------*/

.breadcrumb-bar {
  background-color: #15558d;
  padding: 15px 0;
}

.breadcrumb-bar .breadcrumb-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 0;
}

.page-breadcrumb ol {
  background-color: transparent;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0;
}

.page-breadcrumb ol li a {
  color: #fff;
}

.page-breadcrumb ol li.active {
  color: #fff;
}

.page-breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-size: 10px;
}

.sort-by {
  float: right;
}

.sort-title {
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
}

.sortby-fliter {
  display: inline-block;
  width: 120px;
}

/*-----------------
16. Search Details
-----------------------*/

.search-det-filter-wrapper {
  z-index: 10420 !important;
}

.search-det-filter-wrapper .card {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.search-det-filter-btn {
  display: none;
}

.search-det-filter-btn span {
  font-size: 16px;
  font-weight: 500;
}

.search-det-filter-btn i {
  color: #e74e84;
}

.search-det-filter-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.search-det-filter-cont .dropdown {
  margin-right: 20px;
}

@media (max-width: 767.98px) {
  .search-det-filter-btn {
    display: inline;
  }
  .search-det-filter-btn.open {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .search-det-filter-cont .dropdown {
    margin: 0 10px 10px;
  }
  .search-det-filter-cont {
    display: none;
  }
  .search-det-filter-cont.open {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
    transition: all 0.25s ease;
  }
}

.search-det-filter-cont .dropdown-toggle {
  color: #757575;
}

.search-det-filter-cont .dropdown-toggle.active {
  padding-bottom: 2px;
  border-bottom: 1px solid #09dca4;
  color: #09dca4;
}

.search-det-filter-cont .dropdown-toggle.active:hover {
  padding-bottom: 2px;
  border-bottom: 1px solid #09dca4;
  color: #09dca4;
}

.search-det-filter-cont .dropdown-menu {
  max-height: 300px;
  overflow: auto;
}

.search-det-filter-cont .dropdown-menu .dropdown-header {
  color: #46b6fe;
}

.search-details {
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.search-det-pic img {
  max-width: 80px;
  max-height: 80px;
}

.search-details .doc-name {
  font-size: 17px;
  font-weight: 500;
}

.doc-speciality {
  font-size: 14px;
  color: #757575;
  margin-bottom: 10px;
}

.search-details .rating i {
  font-size: 14px;
}

.search-details .average-rating {
  font-size: 14px;
  font-weight: 500;
}

.search-det-location {
  color: #757575;
  font-size: 14px;
  margin-top: 10px;
}

.search-det-location i {
  color: #20c0f3;
}

.search-det-testi {
  padding: 8px 10px 8px 35px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  min-height: 85px;
}

.search-det-testi .search-det-testi-icon {
  text-align: center;
  font-size: 22px;
  color: #46b6fe;
  position: absolute;
  top: -13px;
  left: -10px;
}

.search-det-testi .description {
  font-size: 13px;
  font-style: italic;
  color: #8a8a8a;
  text-align: justify;
  margin: 0;
}

/*---- Time  Slot ----*/

.searc-det-tabs .nav-tabs > li > a {
  border: none;
  color: #3e3e3e;
  font-weight: 400;
  padding: 3px !important;
}

.searc-det-tabs .nav-tabs > li > a:hover,
.searc-det-tabs .nav-tabs > li > a:focus {
  background-color: #09e5ab !important;
  color: #fff;
}

.search-details .slick-prev:hover,
.search-details .slick-prev:focus,
.search-details .slick-next:hover,
.search-details .slick-next:focus {
  background-color: #e74e84;
  color: #fff;
  opacity: 1;
}

.search-details .time-slot ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0 45px;
}

.search-details .time-slot li {
  padding: 0 5px;
}

.search-details .slote-date-cont {
  text-align: center;
}

.search-details .slote-date-cont span {
  display: block;
  font-size: 13px !important;
}

.search-details .slote-date-cont span.slot-date {
  display: block;
  color: #757575;
  font-size: 12px !important;
}

.search-details .time-slot li .time {
  background-color: #e9e9e9;
  color: #757575;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  margin-bottom: 3px !important;
  padding: 2px 5px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.search-details .time-slot li .time:hover {
  background-color: #e74e84;
  color: #fff;
}

.search-details .time-slot li .time-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  background-color: #c0c0c0;
  color: #757575;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  margin-bottom: 3px !important;
  padding: 2px 5px;
  text-align: center;
  position: relative;
}

.search-details .time-slot li .time:last-child {
  margin-bottom: 0;
}

.search-details .time-slot li .time-block .block-line {
  position: absolute;
  opacity: 0.6;
  top: 46%;
  width: 80%;
  height: 1px;
  background-color: rgb(131, 131, 131);
}

.klinik-resimler {
  margin-bottom: 15px;
  margin-top: 10px;
}

.klinik-resimler ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.klinik-resimler ul li {
  display: inline-block;
  padding-right: 5px;
  margin-top: 10px;
}

.klinik-resimler ul li a {
  display: inline-block;
}

.klinik-resimler ul li a img {
  border-radius: 5px;
  width: 53px;
}

.klinik-resimler ul li:last-child {
  padding-right: 0;
}

.load-more {
  margin-bottom: 30px;
}

/*-----------------
17. Doctor Profile Details
-----------------------*/

.doctor-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doc-info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.doc-info-right {
  margin-left: auto;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}

.doctor-widget .fav-btn:hover {
  background-color: #fb1612;
  border-color: #fb1612;
  color: #fff;
}

.doctor-widget .fav-btn-active:hover {
  color: #272b41;
  border-color: #ccc;
  background-color: #fff;
}

.doctor-img {
  margin-right: 20px;
}

.doctor-img img {
  border-radius: 5px;
  max-width: 110px;
}

.doc-pictures {
  margin-bottom: 10px;
  margin-top: 5px;
  text-align: center;
  max-width: 110px;
}

.doc-pictures ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.doc-pictures ul li {
  display: inline-block;
  padding-right: 4px;
  margin-top: 10px;
}

.doc-pictures ul li a img {
  border-radius: 5px;
  max-width: 40px;
}

.doc-info-cont .doc-name {
  font-size: 17px;
  font-weight: 500;
}

.doctor-services {
  color: #272b41;
  font-size: 13px;
  margin-bottom: 10px;
}

.doctor-services span {
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  padding: 3px 10px;
  margin-bottom: 5px;
}

/* Kullanılmıyor 
.doc-department {
    color: #20c0f3;
    font-size: 14px;
    margin-bottom: 8px;
}

.doc-department img {
    width: 19px;
    display: inline-block;
    margin-right: 10px;
}
*/

.doctor-widget .rating i {
  font-size: 14px;
}

.doctor-widget .average-rating {
  font-size: 14px;
  font-weight: 500;
}

.doc-det-info-btn {
  margin-right: 3px;
}

.doc-det-info-tabs .nav-tabs > li > a {
  border: 0;
  border-bottom: 3px solid transparent;
  color: #3e3e3e;
  font-weight: 500;
  padding: 10px;
}

.doc-det-info-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
.doc-det-info-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
.doc-det-info-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
  border-bottom-width: 3px;
  color: #20c0f3;
}

.doc-det-info-tabs .nav-tabs > li > a:hover {
  background-color: unset;
  color: #20c0f3;
}

.service-list {
  margin-bottom: 30px;
}

.service-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-list ul li {
  float: left;
  margin: 6px 0;
  padding-left: 25px;
  position: relative;
  width: 33%;
}

.service-list ul li::before {
  color: #20c0f3;
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  position: absolute;
}

.experience-box {
  position: relative;
}

.experience-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.experience-list::before {
  background: #ddd;
  bottom: 0;
  content: "";
  left: 8px;
  position: absolute;
  top: 8px;
  width: 2px;
}

.experience-list > li {
  position: relative;
}

.experience-list > li:last-child .experience-content {
  margin-bottom: 0;
}

.experience-list > li .experience-user {
  background: #fff;
  height: 10px;
  left: 4px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}

.before-circle {
  background-color: rgba(32, 192, 243, 0.2);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 2px solid #20c0f3;
}

.experience-list > li .experience-content {
  margin: 0 0 20px 40px;
  padding: 0;
  position: relative;
}

.experience-list > li .experience-content .timeline-content {
  color: #757575;
}

.experience-list > li .experience-content .timeline-content .name {
  font-weight: 500 !important;
  color: #20c0f3;
}

.experience-list
  > li
  .experience-content
  .timeline-content
  a.certificate-pic
  img {
  width: 40px;
}

.experience-list > li .experience-content .timeline-content .certificate {
  font-size: 14px;
}

.experience-list > li .finish-time {
  color: #20c0f3;
  display: block;
  font-size: 13px;
}

.doc-websocial-cont {
  display: flex;
}

.doc-det-web {
  padding: 4px 10px 0 0;
}

.doc-det-web a:not(:hover) {
  color: 757575;
  font-size: 14px;
}

.doc-det-web a i {
  font-size: 15px;
  min-width: 30px;
  color: #20c0f3;
}

.doc-social-media {
  margin-left: auto;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}

.doc-social-media ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.doc-social-media ul li {
  margin-right: 15px;
}

.doc-social-media ul li:last-child {
  margin-right: 0;
}

.doc-social-media ul li a {
  color: #20c0f3;
  font-size: 20px;
  transition: all 0.4s ease 0s;
}

.doc-social-media ul li a:hover {
  color: #09e5ab;
}

.clinic-details {
  margin-top: 5px;
}

.clinic-details .clinic-direction {
  color: #4e4852;
  font-size: 14px;
  margin-bottom: 7px;
  font-weight: normal;
}

.clinic-details i {
  margin-right: 10px;
  color: #20c0f3;
}

.clinic-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clinic-details ul li {
  display: inline-block;
  padding-right: 5px;
  margin-top: 10px;
}

.clinic-details ul li:last-child {
  padding-right: 0;
}

.clinic-details ul li a img {
  border-radius: 5px;
  width: 40px;
}

/* Yorum Başlangıç */

.review-listing {
  margin-top: 20px;
  padding-bottom: 30px;
}

.review-listing > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.review-listing > ul li + li {
  margin-top: 20px;
  border-top: 1px dashed #f0f0f0;
  padding-top: 20px;
}

.review-listing > ul li .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.review-listing > ul li .comment:last-child {
  margin-bottom: 0;
}

.review-listing > ul li .comment .comment-body {
  margin-left: 16px;
}

.review-listing > ul li .comment .comment-body .meta-data {
  position: relative;
  margin-bottom: 10px;
}

.review-listing > ul li .comment .comment-body .meta-data span {
  display: block;
  font-size: 16px;
  color: #757575;
}

.review-listing > ul li .comment .comment-body .meta-data span.comment-author {
  font-weight: 600;
  color: #272b41;
  text-transform: capitalize;
}

.review-listing > ul li .comment .comment-body .meta-data span.comment-date {
  font-size: 14px;
}

.review-listing > ul li .comment .comment-body .meta-data .review-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 3px;
  right: 0;
  width: auto;
}

.review-listing > ul li .comment .comment-body .comment-content {
  color: #757575;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: justify;
}

.review-listing > ul li .comment .comment-body .comment-reply .comment-btn {
  color: #20c0f3;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.review-listing > ul li .comments-reply {
  list-style: none;
  margin-left: 65px;
  padding: 0;
}

.star-rating {
  direction: rtl;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  color: #bbb;
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type="radio"]:checked ~ label {
  color: #f2b600;
}

.terms-accept a {
  color: #20c0f3;
  font-weight: 500;
}

#review_summary {
  text-align: center;
  background-color: #3f4079;
  color: #fff;
  padding: 15px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  #review_summary {
    /* For less than 991px */
    margin-bottom: 15px;
  }
}

#review_summary strong {
  font-size: 2.5rem;
  line-height: 1;
}

.doc-det-comment-none i {
  font-size: 25px;
  color: #e74e84;
  margin-right: 10px;
}

.doc-det-comment-none span {
  font-size: 23px;
  color: #757575;
}

.ques-tab-list .avatar {
  width: 50px;
  height: 50px;
}

.ques-tab-list .avatar-title {
  width: 50px;
  height: 50px;
  font-size: 21px !important;
}

.ques-ask-cont .form-group label {
  font-size: 15px;
  font-weight: 500;
}

.ques-ask-doc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 50px;
  padding: 30px 20px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.ques-ask-doc img {
  width: 45px;
  height: 45px;
}

.ques-ask-doc h4 {
  margin-left: 7px;
}

.ques-ask-pat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-height: 50px;
  padding: 30px 15px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgb(152, 231, 255);
  margin-top: 10px;
}

.ques-pat-temizle-btn {
  display: none;
}

.ques-ask-cont a:not(:hover) {
  color: #0084ff;
}

/*---- Doctor Appointment Right -----*/

.doc-profile-appo {
  min-height: 300px;
}

.doc-profile-appo .card-body {
  padding: 0;
}

.doc-profile-appo.focused {
  z-index: 1041;
}

.doc-profile-appo .baslik {
  background-color: #0093e9;
  background-image: linear-gradient(160deg, #0093e9 0%, #80d0c7 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  position: relative;
  margin-bottom: 30px;
}

.doc-profile-appo .baslik h3 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 2.5px 0 0 0;
  position: relative;
  color: #fff;
}

.doc-profile-appo .baslik h3 strong {
  background-color: #fff;
  color: #e74e84;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 13px;
  margin-right: 10px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.doc-profile-appo .baslik h3:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 60px;
  bottom: -42px;
  display: block;
  z-index: 9;
}

.doc-profile-appo .baslik h3:after {
  right: 25%;
  background: url(../img/arrow_right.png) no-repeat 0 0;
}

.doc-appo-adress-cont {
  position: relative;
  min-height: 50px;
  padding: 5px 20px 5px 5px;
  margin: 10px 15px;
  border: 1px solid rgb(218, 216, 216);
  cursor: pointer;
}

.doc-appo-adress {
  padding-right: 30px;
  text-align: left;
}

.doc-appo-clinic-name {
  font-size: 14px !important;
  font-weight: 500;
}

.doc-appo-adress-arrow {
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
  width: 28px;
}

.doc-appo-adress-arrow i {
  color: #e74e84;
}

.doc-appo-adress-select-cont {
  position: relative;
  margin: 10px 15px;
  background-color: #fff;
  display: none;
}

.doc-appo-adress-select-cont ul {
  position: absolute;
  list-style: none;
  border: 1px solid rgb(218, 216, 216);
  padding: 0;
  width: 100%;
  min-height: 50px;
  background-color: #fff !important;
  z-index: 1042;
}

.doc-appo-adress-select-cont ul li {
  background-color: #fff;
  padding: 5px;
  cursor: pointer;
}

.doc-det-appo-tabs .nav-tabs > li > a {
  border: 0;
  color: #3e3e3e;
  font-weight: 500;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.doc-det-appo-tabs .nav-tabs > li > a > i {
  margin-right: 6px;
}

.doc-det-appo-tabs .nav-tabs.nav-tabs-solid > li > a.active,
.doc-det-appo-tabs .nav-tabs.nav-tabs-solid > li > a.active:hover,
.doc-det-appo-tabs .nav-tabs.nav-tabs-solid > li > a.active:focus {
  border-bottom-width: 3px;
  color: #fff;
}

.doc-det-appo-tabs .nav-tabs > li > a:hover {
  background-color: unset;
  color: #20c0f3;
}

@media (max-width: 991px) {
  .doc-profile-appo .card-body {
    padding: 10px 5px 0;
  }
  .doc-profile-appo .baslik {
    margin-bottom: 30px;
  }
  .doc-profile-appo .doc-appo-adress-contt {
    margin-bottom: 20px !important;
  }
  .doc-profile-appo .baslik h3:after {
    /* For less than 991px */
    display: none;
  }
}

/* Time  Slot */

.doc-profile-appo .slick-prev:hover,
.doc-profile-appo .slick-prev:focus,
.doc-profile-appo .slick-next:hover,
.doc-profile-appo .slick-next:focus {
  background-color: #e74e84;
  color: #fff;
  opacity: 1;
}

.doc-profile-appo .time-slot ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0 45px;
}

.doc-profile-appo .time-slot li {
  padding: 0 5px;
}

.doc-profile-appo .time-slot .slote-date-cont {
  text-align: center;
  font-weight: 400;
}

.doc-profile-appo .time-slot .slote-date-cont span {
  display: block;
  font-size: 13px !important;
}

.doc-profile-appo .time-slot .slote-date-cont span.slot-date {
  display: block;
  color: #757575;
  font-size: 12px !important;
}

.doc-profile-appo .time-slot li .time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background-color: #e9e9e9;
  color: #757575;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  margin-bottom: 5px !important;
  padding: 3px 4px;
  text-align: center;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}

.doc-profile-appo .time-slot li .time:hover {
  background-color: #e74e84;
  color: #fff;
}

.doc-profile-appo .time-slot li .time-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  background-color: #c0c0c0;
  color: #757575;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  margin-bottom: 5px !important;
  padding: 3px 5px;
  text-align: center;
  position: relative;
}

.doc-profile-appo .time-slot li .time:last-child {
  margin-bottom: 0;
}

.doc-profile-appo .time-slot li .time-block .block-line {
  position: absolute;
  opacity: 0.6;
  top: 46%;
  width: 80%;
  height: 1px;
  background-color: rgb(131, 131, 131);
}

/*-----------------
18. Booking
-----------------------*/
/*
.schedule-widget {
  border-radius: 4px;
  min-height: 100px;
}

.schedule-header h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 3px 0 0;
}

.schedule-header {
  border-bottom: 1px solid #f0f0f0;
  border-radius: 4px 4px 0 0;
  padding: 10px 20px;
}
*/

/*-----------------
19. Checkout
-----------------------*/

.booking-left-info {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.booking-left-info .payment-list {
  display: inline-block;
  width: 50%;
}

.booking-left-info .payment-list + .payment-list {
  margin-bottom: 15px;
}

.payment-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  color: #272b41;
  text-transform: capitalize;
}

.payment-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.payment-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  margin: 3px 0 0 0;
  border: 2px solid #ddd;
  border-top-color: rgb(221, 221, 221);
  border-right-color: rgb(221, 221, 221);
  border-bottom-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.payment-radio input:checked ~ .checkmark {
  border-color: #20c0f3;
}

.payment-radio .checkmark::after {
  position: absolute;
  left: 3px;
  top: 3px;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #20c0f3;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.payment-radio input:checked ~ .checkmark::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.card-label > label {
  background-color: #fff;
  color: #959595;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 6px auto auto 8px;
  padding: 0 7px;
}

.card-label > input {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  display: block;
  height: 50px;
  margin-top: -13px;
  padding: 5px 15px 0;
  transition: border-color 0.3s;
  width: 100%;
}

.card-label > select {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  display: block;
  height: 50px;
  margin-top: -13px;
  padding: 5px 15px 0;
  transition: border-color 0.3s;
  width: 100%;
}

.card-label > textarea {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  display: block;
  transition: border-color 0.3s;
}

.exist-customer {
  margin-bottom: 10px;
}

.exist-customer i {
  color: #e74e84;
  margin-right: 10px;
}

.exist-customer span {
  color: #757575;
  font-size: 14px;
}

.exist-customer b {
  color: #e74e84;
}

.exist-customer a {
  color: #20c0f3;
  text-decoration: underline;
}

.exist-customer a:hover {
  color: #80ffdb;
}

.doc-booking-left-cont .contract {
  font-size: 13px !important;
}

.doc-booking-left-cont .contract a:not(:hover) {
  color: #20c0f3 !important;
}

.booking-doc-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.booking-doc-info .booking-doc-img {
  width: 80px;
  margin-right: 15px;
}

.booking-doc-info .booking-doc-img img {
  border-radius: 4px;
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.booking-info .doc-location {
  font-size: 14px !important;
}

.booking-info .doc-build {
  font-size: 14px !important;
  text-align: left;
}

.booking-summary {
  margin-top: 30px;
}

.booking-date {
  padding: 0;
  list-style: none;
}

.booking-date li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #272b41;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.booking-date li span {
  float: right;
  color: #757575;
  font-weight: 400;
  font-size: 15px;
}

@media (max-width: 575.98px) {
  .booking-doc-info {
    flex-direction: column;
  }
  .booking-doc-info .booking-doc-img {
    text-align: center !important;
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .booking-doc-info img {
    text-align: center !important;
  }
  .booking-doc-info h4 {
    text-align: center;
  }
}


/*-----------------
20. Booking Success
-----------------------*/

#confirm-success-page-cont {
  display: none;
}

#confirm-success-page-cont .card-body {
  padding: 50px 20px;
}

#confirm-success-page-cont .summary-note p {
  color: #757575 !important;
  font-weight: 400;
  font-size: 15px;
  padding-left: 15px;
  text-align: justify;
}

.success-cont {
  text-align: center;
  padding-bottom: 30px;
}

.success-cont .fa-check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 60px;
  height: 60px;
  border: 2px solid #09e5ab;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 30px;
  margin: 40px 10px;
  background-color: #09e5ab;
}

.success-cont h3 {
  font-size: 24px;
}

.success-cont .success-infor {
  text-align: left;
  color: #757575;
  padding: 10px 20px;
}

.success-cont .success-infor .fa-arrow-right {
  margin-right: 15px;
  color: #e74e84;
}

.view-inv-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 12px 30px;
}

/*-----------------
21. Invoice View
-----------------------*/
/*
.invoice-content {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 30px;
}

.invoice-item .invoice-logo {
  margin-bottom: 30px;
}

.invoice-item .invoice-logo img {
  width: auto;
  max-height: 52px;
}

.invoice-item .invoice-text h2 {
  color: #272b41;
  font-size: 36px;
  font-weight: 600;
}

.invoice-item .invoice-details {
  text-align: right;
  color: #757575;
  font-weight: 500;
}

.invoice-item .invoice-details strong {
  color: #272b41;
}

.invoice-item .invoice-details-two {
  text-align: left;
}

.invoice-item .invoice-text {
  padding-top: 42px;
  padding-bottom: 36px;
}

.invoice-item .invoice-text h2 {
  font-weight: 400;
}

.invoice-info {
  margin-bottom: 30px;
}

.invoice-info p {
  margin-bottom: 0;
}

.invoice-info.invoice-info2 {
  text-align: right;
}

.invoice-item .customer-text {
  font-size: 18px;
  color: #272b41;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}

.invoice-table tr th,
.invoice-table tr td,
.invoice-table-two tr th,
.invoice-table-two tr td {
  color: #272b41;
  font-weight: 600;
  padding: 10px 20px;
  line-height: inherit;
}

.invoice-table tr td,
.invoice-table-two tr td {
  color: #757575;
  font-weight: 500;
}

.invoice-table-two {
  margin-bottom: 0;
}

.invoice-table-two tr th,
.invoice-table-two tr td {
  border-top: 0;
}

.invoice-table-two tr td {
  text-align: right;
}

.invoice-info h5 {
  font-size: 16px;
  font-weight: 500;
}

.other-info {
  margin-top: 10px;
}
*/

/*-----------------
22. Schedule Timings
-----------------------*/

.tab-content.schedule-cont .card-title {
  margin-bottom: 10px;
}

.doc-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.doc-slot-list {
  background-color: #d9534f;
  border: 1px solid #d43f3a;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  margin: 10px 10px 0 0;
  padding: 6px 15px;
}

.doc-slot-list a {
  color: #e48784;
  display: inline-block;
  margin-left: 5px;
}

.doc-slot-list a:hover {
  color: #fff;
}

.schedule-nav .nav-tabs {
  border: 0 !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.schedule-nav .nav-tabs li {
  margin: 5px 15px 5px 0;
  display: inline-block;
}

.schedule-nav .nav-tabs li:last-child {
  margin-right: 0;
}

.schedule-nav .nav-tabs > li > a {
  border: 1px solid #dcddea;
  border-radius: 4px;
  padding: 6px 15px;
  text-transform: uppercase;
}

.schedule-nav .nav-tabs li a.active {
  background: #ff4877;
  border: 1px solid #ff4877 !important;
  color: #fff;
}

.hours-info .form-control {
  min-height: auto;
}

.hours-info .btn.btn-danger.trash {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.edit-link {
  color: #20c0f3;
  font-size: 16px;
  margin-top: 4px;
}

/*-----------------
23 UZMAN
-----------------------*/

.filtrele-button {
  display: none;
}

/*-----------------
23-1 UZMAN Özet 
-----------------------*/

/*---- Fixed Bildirim -----*/

.fixed-bildirim-anakapsam {
  height: 100%;
  z-index: 100000000;
  position: fixed;
  width: 300px;
  display: none;
}

.fixed-bildirim-kapsam {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 47px;
  width: 300px;
  padding: 10px 7px;
  overflow: auto;
}

.fixed-bildirim-kapsam h4 {
  font-weight: 600;
}

.fixed-bildirim-kapsam .bildirim-kapat-btn {
  font-size: 20px;
  color: #ef7575;
  text-align: right;
  margin-right: 5px;
  cursor: pointer;
}

.fixed-bildirim-kapsam .bildirim-temizle-btn {
  font-size: 12px;
  padding: 0 5px;
  border: 1px solid #f5f5f6;
  border-radius: 5px;
  color: #ffffff;
  background-color: #838383;
  margin-right: 5px;
  cursor: pointer;
}

.ozet-bildirim-btn-kapsam {
  position: relative;
  border-radius: 10px;
  top: 20px;
  left: 20px;
  height: 30px;
  width: 125px;
  box-shadow: -1px 2px 10px #999;
  background: #ef7575;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 0 5px;
  cursor: pointer;
}

.ozet-bildirim-btn-kapsam i {
  position: relative;
  top: 7px;
  left: 4px;
  animation-name: bell-ring;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

@keyframes bell-ring {
  0% {
    transform: translate(-50%, -50%);
  }
  5%,
  15% {
    transform: translate(-50%, -50%) rotate(25deg);
  }
  10%,
  20% {
    transform: translate(-50%, -50%) rotate(-25deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.ozet-bildirim-list {
  list-style: none;
  padding: 0 5px;
}

.ozet-bildirim-list-item {
  padding: 3px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
}

.ozet-bildirim-list-item:last-child {
  border-bottom: none;
}

.ozet-bildirim-list-item-baslikkapsam {
  display: flex;
  align-items: center;
  padding-left: 3px;
  border-left: 2px solid rgb(184, 184, 184);
}

.ozet-bildirim-list-item-baslikkapsam i {
  vertical-align: middle;
  flex-grow: 1;
  text-align: right;
  color: red;
  padding-left: 4px;
  cursor: pointer;
}

.ozet-bildirim-list-item-saatkapsam {
  color: #20c0f3;
  margin-left: 10px;
}

/*---- Özet Ana Kapsam ----*/

.ozet-veri-kapsam {
  margin-top: 50px;
}

.ozet-veri-kapsam .card {
  border-radius: 10px;
  width: 100%;
}

.ozet-veri-baslik strong {
  color: #e47297;
}

/* Aktif Randevular */

.ozet-aktifran-veri-kapsam .card {
  height: auto;
  padding: 15px 0;
  text-align: center !important;
}

.ozet-aktifran-icon {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  margin: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.ozet-aktifran-icon i {
  font-size: 18px;
  vertical-align: middle;
}

.ozet-aktifran-icon.onaybek {
  background: rgba(255, 153, 72, 0.3);
  color: #ff9948;
}

.ozet-aktifran-icon.onaybek::after {
  background: rgba(255, 153, 72, 0.2);
}

.ozet-aktifran-icon.siradakiran {
  background: rgba(70, 182, 254, 0.3);
  color: #46b6fe;
}

.ozet-aktifran-icon.siradakiran::after {
  background: rgba(70, 182, 254, 0.2);
}

.ozet-aktifran-icon.acikran {
  background: rgba(92, 197, 205, 0.3);
  color: #5cc5cd;
}

.ozet-aktifran-icon.acikran::after {
  background: rgba(92, 197, 205, 0.2);
}

.ozet-aktifran-icon::after {
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  border-radius: 52px;
  position: absolute;
  height: 52px;
  width: 52px;
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
}

.ozet-onaybek-baslik {
  font-weight: 500;
  font-size: 18px;
  color: #ff9948;
}

.ozet-siradaki-baslik {
  font-weight: 500;
  font-size: 18px;
  color: #46b6fe;
}

.ozet-acikran-baslik {
  font-weight: 600;
  color: #5cc5cd;
}

.ozet-aktifran-veri-kapsam .online-kapsam {
  width: 60px;
  height: 50px;
  padding: 5px;
  border-radius: 10px;
  /* burayı sonradan düzenleyebilirsin. */
}

/* Özet Tamamlanan Randevular  */

.ozet-tamam-veri-kapsam .card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  padding: 0 !important;
}

.ozet-tamam-veri-kapsam .row h6 {
  margin-top: 10px;
  font-weight: 600;
}

/*---- Özet Profil Görüntüleme  ----*/

.ozet-profilgor-ist .card .profilgor-part {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 0 30px;
  border-right: 2px solid #f3f3f3;
}

.ozet-profilgor-ist .card .profilgor-part:last-child {
  border-right: none;
}

.ozet-profilgor-grafik-kapsam .card {
  padding: 20px 0;
}

.ozet-profilgor-grafik-kapsam .card h5 {
  text-align: center;
  font-weight: 700;
}

/*-----------------
23-2 UZMAN Takvim
-----------------------*/

.help-uz-takvim {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9999;
  cursor: pointer;
}

.help-uz-takvim i {
  color: #e74e84;
}

/*---- Takvim Seç ----*/

.takvim-sec-kapsam {
  position: relative;
  top: 50px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
}

.takvim-sec-cont {
  width: 700px;
  height: auto;
  background-color: #fff;
  border: 1px solid #f9f9f9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px 20px;
  margin-bottom: 20px;
  cursor: pointer;
}

.takvim-sec-cont i {
  color: #46b6fe;
  font-size: 22px;
  margin-right: 10px;
}

.takvim-sec-cont:hover {
  background-color: #f8f9fa;
  transform: translatex(10px);
  transition: all 0.4s ease 0s;
}

#takvim-sec-yeni:hover {
  transform: none;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .takvim-sec-cont {
    width: 97%;
  }
  .takvim-sec-cont:hover {
    transform: translatey(10px);
  }
}

.takvim-sec-part:last-child {
  border-bottom: none;
}

/*---- Takvim Sidebar ----*/

.tak-ana-sidebar-ran-kapsam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}

.tak-ana-sidebar-ran-kapsam span {
  font-size: 13px;
  font-weight: 700;
}

.tak-ana-sidebar-ran-kapsam span:first-child {
  color: #46b6fe;
}

.takvim-yonetim {
  display: none;
}

.takvim-bildirim-temizle-btn {
  font-size: 11px;
  padding: 0 5px;
  border: 1px solid #f5f5f6;
  border-radius: 5px;
  color: #ffffff;
  background-color: #ff3838;
  margin-right: 5px;
  cursor: pointer;
}

.takvim-i {
  color: #646464;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
  border-radius: 5px;
  cursor: pointer;
}

#takvim-ok-bildirim i {
  color: #00c851;
}

#takvim-ok-bildirim span {
  color: #484848;
  background-color: #00c851;
  padding: 1px 5px;
  border-radius: 3px;
}

#takvim-bildirimler {
  list-style: none;
  padding: 0;
  margin-left: 5px;
}

.takvim-bildirim-list-item {
  padding: 3px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: 13px;
  color: #484848;
}

.takvim-bildirim-list-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.takvim-bildirim-icerik {
  font-size: 11px;
}

.takvim-bildirim-list-item .bildirim-sil {
  color: red !important;
  padding: 0 4px;
  font-size: 13px !important;
  cursor: pointer;
}

.takvim-bildirim-saat {
  color: #20c0f3;
  margin-left: 6px;
  font-size: 12px;
}

#takvim-ok-onaybek i {
  color: #ffbb33;
}

#takvim-ok-onaybek span {
  color: #484848;
  background-color: #ffbb33;
  padding: 1px 5px;
  border-radius: 3px;
}

.takvim-sidebar-randevular {
  margin-left: 5px;
  display: none;
}

#takvim-onaybek i {
  color: #ffbb33;
}

.takvim-sidebar-randevular ul {
  list-style: none;
  padding: 0;
}

.takvim-sidebar-randevular li {
  padding: 0 0 3px 3px;
  border-bottom: 1px solid #f1f1f1;
}

.takvim-sidebar-randevular li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.takvim-sidebar-randevular li .baslik i {
  font-size: 14px;
}

.takvim-sidebar-randevular li .baslik span {
  display: inline;
  color: #484848;
  font-size: 13px;
}

.takvim-sidebar-randevular li .tarih {
  margin-left: 5px;
  display: flex;
  align-items: center;
}

#takvim-onaybek li .tarih {
  color: #ffbb33 !important;
}

.takvim-sidebar-randevular li .tarih i {
  font-size: 13px;
}

.takvim-sidebar-randevular li .tarih span {
  margin-left: 5px;
  font-size: 13px;
}

#takvim-ok-aktif i {
  color: #33b5e5;
}

#takvim-ok-aktif span {
  color: #484848;
  background-color: #33b5e5;
  padding: 1px 5px;
  border-radius: 3px;
}

#takvim-aktif i {
  color: #33b5e5;
}

#takvim-aktif li .tarih {
  color: #33b5e5 !important;
}

/*---- Takvim Yönetim ----*/

.tak-yon-ran-sontarih-baslik {
  min-width: 200px;
}

.tak-yon-ran-sontarih-sure {
  background: #6fd6f7;
  border: none;
  color: #fff;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
  padding: 4px 20px !important;
}

.tak-yon-ran-sontarih-input {
  display: none;
}

.tak-yon-ran-gun-kapsam {
  min-width: 145px;
}

.tak-yon-ran-check {
  display: none;
}

.tak-yon-saat {
  width: 90px !important;
  text-align: center;
  display: inline-block;
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 30px !important;
  padding: 4px 20px !important;
  height: auto !important;
}

.tak-yon-saat-input {
  display: none;
}

.tak-yon-ran-ikibtn-kapsam {
  display: none;
}

/*---- Takvim Randevu Kayıt MODAL  ----*/

.tak-modal-yeniran-klinik-kapsam {
  padding: 15px 10px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  font-size: 19px;
}

.tak-modal-yeniran-klinik-kapsam span {
  font-weight: 500;
}

.tak-modal-yeniran-klinik-kapsam i {
  margin-right: 10px;
}

.tak-modal-temizle-btn {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tak-modal-yeniran-klinik-kapsam {
    font-size: 17px;
  }
}

/*---- Takvim Modal İsim listeleme ----*/

.liveresult {
  cursor: pointer;
  position: absolute;
  z-index: 9999999;
  max-height: 300px;
  overflow: auto;
  display: none;
  width: 96%;
  border: 1px solid #46b6fe;
}

.liveresult .list-group-item {
  background-color: #f8f9fa;
  border-bottom: 1px solid #ccc;
}

.liveresult .list-group-item:last-child {
  border-bottom: none;
}

/*---- Takvim Ran Bilgiler Modal  ----*/

.tak-modal-bilgiler-input-kapsam {
  display: none;
}

.tak-modal-bilgiler-kapsam .col-12 {
  margin-bottom: 7px;
}

.tak-modal-bilgiler-kapsam h4 {
  font-weight: 500;
  color: #222;
}

.tak-modal-bilgiler-kapsam .title {
  font-weight: 500;
  text-transform: capitalize;
  color: #009efb;
  border-bottom: 1px solid #028ee1;
}

.tak-modal-bilgiler-kapsam .text {
  color: #777777;
}

.tak-modal-bilgiler-kapsam p {
  text-align: justify;
  text-justify: inter-word;
  color: #777777;
}

.istekte-bulun-button {
  background: #6fd6f7;
  border: none;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  box-shadow: none !important;
  border-radius: 3px !important;
  height: auto !important;
  padding: 4px 4px !important;
  cursor: pointer;
}

#istekler-button {
  display: none;
}

.modal-istek-button {
  font-size: 13px !important;
  padding: 3px 0 !important;
  margin: 5px auto;
  background: #6ff7ac;
  border: none;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  box-shadow: none !important;
  border-radius: 5px !important;
  width: 95%;
  height: auto !important;
  cursor: pointer;
}

.modal-istek-button i {
  font-size: 10px;
  color: #fff;
}

.tak-modal-durumdeg-btn {
  cursor: pointer;
  font-size: 11px;
  margin-top: 7px;
}

/*-----------------
23-3 UZMAN Randevular
-----------------------*/

.uz-randetay-left-cont .title {
  font-weight: 500;
  text-transform: capitalize;
  color: #009efb;
  margin-bottom: 10px;
}

.uz-randetay-left-cont .text {
  color: #777;
}

.uz-randetay-durumdeg-btn {
  cursor: pointer;
  margin-top: 7px;
}

/*-----------------
23-4 UZMAN Danisanlar
-----------------------*/

.dan-detay-timeline {
  position: relative;
  min-height: 200px;
}

.dan-detay-timeline:last-of-type {
  height: 125px;
}

.dan-detay-left {
  width: 25%;
  text-align: right;
  padding-right: 20px;
}

.dan-detay-cizgi {
  background: #ddd;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  left: 26%;
}

.dan-detay-nokta-kapsam {
  background: #fff;
  height: 10px;
  left: calc(26% - 4px);
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  width: 10px;
}

.dan-detay-nokta {
  background-color: rgba(32, 192, 243, 0.2);
  border-radius: 50%;
  height: 12px;
  width: 12px;
  border: 2px solid #20c0f3;
}

.dan-detay-right {
  width: 75%;
  float: right;
  padding-left: 40px;
}

.dan-detay-ran-tarih {
  color: #636363;
}

.dan-detay-ran-saat {
  color: #6c94a1;
}

.dan-detay-ran-sondurum-geldi {
  color: #04759b;
}

.dan-detay-ran-sondurum-gelmedi {
  color: green;
}

.dan-detay-ran-sondurum-belirsiz {
  color: orange;
}

.dan-detay-ran-sondurum-iptal {
  color: red;
}

.dan-detay-ran-baslik {
  font-weight: 500;
  color: #46b6fe;
}

.dan-detay-ran-hizmet-text {
  color: #757575;
  font-weight: 500;
}

.dan-detay-ran-not-text {
  color: #757575;
}

#dan-detay-bilgiler-input {
  display: none;
}

/*-----------------
24. Patient Profile
-----------------------*/

.add-new-btn {
  background-color: #0de0fe;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 20px;
  padding: 10px 20px;
}

.add-new-btn:focus,
.add-new-btn:hover,
.add-new-btn:active {
  background-color: #0de0fe;
  color: #fff;
}

.patient-info {
  margin-top: 15px;
}

.patient-info ul {
  padding: 0;
  list-style: none;
  font-size: 0.875rem;
  margin: 0;
}

.patient-info ul li {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  color: #272b41;
  text-transform: capitalize;
}

.patient-info ul li + li {
  margin-top: 15px;
}

.patient-info ul li i {
  width: 18px;
}

.patient-info ul li span {
  color: #757575;
  float: right;
  font-weight: 400;
}

/*-----------------
25. Add Billing
-----------------------*/

.biller-info,
.billing-info {
  margin-bottom: 15px;
}

.add-more-item {
  margin-bottom: 10px;
}

.add-more-item a {
  color: #0de0fe;
  font-weight: 500;
}

.signature-wrap {
  float: right;
  margin-bottom: 20px;
  text-align: center;
  width: 220px;
}

.signature {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px dashed #ccc;
  border-radius: 4px;
  color: #272b41;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  height: 85px;
  margin-bottom: 15px;
  width: 100%;
}

.signature:hover {
  background-color: #fcfcfc;
}

.sign-name {
  width: 100%;
  float: right;
}

.pat-widget-profile .pro-widget-content {
  padding: 0 0 20px;
}

.pat-widget-profile .booking-date li {
  font-size: 0.875rem;
}

.pat-widget-profile .booking-date li span {
  font-size: 0.875rem;
}

/*-----------------
26. Chat
-----------------------*/

.chat-page .content {
  padding: 0;
}

.chat-page .content > .container-fluid {
  padding: 0;
}

.chat-page .footer {
  display: none;
}

.chat-window {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.chat-cont-left {
  border-right: 1px solid #f0f0f0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  left: 48px;
  max-width: 25%;
  position: relative;
  z-index: 4;
}

.chat-cont-left-danisan {
  left: 0 !important;
}

.chat-cont-left .chat-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  color: #272b41;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 15px;
}

.chat-cont-left .chat-header span {
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
  text-transform: capitalize;
}

.chat-cont-left .chat-header .chat-compose {
  color: #0e95f0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.chat-cont-left .chat-search {
  background-color: #f5f5f6;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 15px;
  width: 100%;
}

.chat-cont-left .chat-search .input-group {
  width: 100%;
}

.chat-cont-left .chat-search .input-group .form-control {
  background-color: #fff;
  border-radius: 50px;
  padding-left: 36px;
}

.chat-cont-left .chat-search .input-group .form-control:focus {
  border-color: #ccc;
  box-shadow: none;
}

.chat-cont-left .chat-search .input-group .input-group-prepend {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 15px;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 4;
}

.chat-window .chat-scroll {
  min-height: calc(100vh - 147px);
  max-height: calc(100vh - 147px);
  overflow-y: auto;
}

.chat-window .chat-users-list .chat-scroll {
  min-height: calc(100vh - 150px);
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.chat-cont-left .chat-users-list {
  background-color: #fff;
}

.chat-cont-left .chat-users-list a.media {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 15px;
  transition: all 0.2s ease 0s;
}

.chat-cont-left .chat-users-list a.media:last-child {
  border-bottom: 0;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap {
  margin-right: 15px;
  position: relative;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .avatar {
  height: 45px;
  width: 45px;
}

.chat-cont-left .chat-users-list a.media .media-img-wrap .status {
  bottom: 7px;
  height: 10px;
  right: 4px;
  position: absolute;
  width: 10px;
  border: 2px solid #fff;
}

.chat-cont-left .chat-users-list a.media .media-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
}

.chat-cont-left
  .chat-users-list
  a.media
  .media-body
  > div:first-child
  .user-name,
.chat-cont-left
  .chat-users-list
  a.media
  .media-body
  > div:first-child
  .user-last-chat {
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-cont-left
  .chat-users-list
  a.media
  .media-body
  > div:first-child
  .user-name {
  color: #272b41;
  text-transform: capitalize;
}

.chat-cont-left
  .chat-users-list
  a.media
  .media-body
  > div:first-child
  .user-last-chat {
  color: #8a8a8a;
  font-size: 14px;
  line-height: 24px;
}

.chat-cont-left .chat-users-list a.media .media-body > div:last-child {
  text-align: right;
}

.chat-cont-left
  .chat-users-list
  a.media
  .media-body
  > div:last-child
  .last-chat-time {
  color: #8a8a8a;
  font-size: 13px;
}

.chat-cont-left .chat-users-list a.media:hover {
  background-color: #f5f5f6;
}

.chat-cont-left
  .chat-users-list
  a.media.read-chat
  .media-body
  > div:last-child
  .last-chat-time {
  color: #8a8a8a;
}

.chat-cont-left .chat-users-list a.media.active {
  background-color: #f5f5f6;
}

.chat-cont-right {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: calc(75% - 48px);
  left: 48px;
  position: relative;
}

.chat-cont-right-danisan {
  max-width: 75%;
  left: 0;
}

.chat-cont-right .chat-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0 15px;
}

.chat-cont-right .chat-header .back-user-list {
  display: none;
  margin-right: 5px;
  margin-left: -7px;
}

.chat-cont-right .chat-header .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chat-cont-right .chat-header .media .media-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.chat-cont-right .chat-header .media .media-img-wrap .avatar {
  height: 50px;
  width: 50px;
}

.chat-cont-right .chat-header .media .media-img-wrap .status {
  border: 2px solid #fff;
  bottom: 0;
  height: 10px;
  position: absolute;
  right: 3px;
  width: 10px;
}

.chat-cont-right .chat-header .media .media-body .user-name {
  color: #272b41;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.chat-cont-right .chat-header .media .media-body .user-status {
  color: #666;
  font-size: 14px;
}

.chat-cont-right .chat-header .chat-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.chat-cont-right .chat-header .chat-options > a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #8a8a8a;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-left: 10px;
  width: 30px;
}

.chat-cont-right .chat-body {
  background-color: #f5f5f6;
}

.chat-cont-right .chat-body ul.list-unstyled {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}

.chat-cont-right .chat-body .media .avatar {
  height: 30px;
  width: 30px;
}

.chat-cont-right .chat-body .media .media-body {
  margin-left: 20px;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div {
  padding: 10px 15px;
  border-radius: 0.25rem;
  display: inline-block;
  position: relative;
}

.chat-cont-right .chat-body .media .media-body .msg-box > div p {
  color: #272b41;
  margin-bottom: 0;
}

.chat-cont-right .chat-body .media .media-body .msg-box + .msg-box {
  margin-top: 5px;
}

.chat-cont-right .chat-body .media.received {
  margin-bottom: 20px;
}

.chat-cont-right .chat-body .media:last-child {
  margin-bottom: 0;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box > div {
  background-color: #fff;
}

.chat-cont-right .chat-body .media.sent {
  margin-bottom: 20px;
}

.chat-cont-right .chat-body .media.sent .media-body {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  margin-left: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div {
  background-color: #e3e3e3;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div p {
  color: #272b41;
}

.chat-cont-right .chat-body .chat-date {
  font-size: 14px;
  margin: 1.875rem 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-transform: capitalize;
}

.chat-cont-right .chat-body .chat-date:before {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  margin-right: 28px;
  position: absolute;
  right: 50%;
  top: 50%;
  width: 100%;
}

.chat-cont-right .chat-body .chat-date:after {
  background-color: #e0e3e4;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: 28px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.chat-cont-right .chat-footer {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 10px 15px;
  position: relative;
}

.chat-cont-right .chat-footer .input-group {
  width: 100%;
}

.chat-cont-right .chat-footer .input-group .form-control {
  background-color: #f5f5f6;
  border: none;
  border-radius: 50px;
}

.chat-cont-right .chat-footer .input-group .form-control:focus {
  background-color: #f5f5f6;
  border: none;
  box-shadow: none;
}

.chat-cont-right .chat-footer .input-group .input-group-prepend .btn,
.chat-cont-right .chat-footer .input-group .input-group-append .btn {
  background-color: transparent;
  border: none;
  color: #9f9f9f;
}

.chat-cont-right
  .chat-footer
  .input-group
  .input-group-append
  .btn.msg-send-btn {
  background-color: #0de0fe;
  border-color: #0de0fe;
  border-radius: 50%;
  color: #fff;
  margin-left: 10px;
  min-width: 46px;
  font-size: 20px;
}

.msg-typing {
  width: auto;
  height: 24px;
  padding-top: 8px;
}

.msg-typing span {
  height: 8px;
  width: 8px;
  float: left;
  margin: 0 1px;
  background-color: #a0a0a0;
  display: block;
  border-radius: 50%;
  opacity: 0.4;
}

.msg-typing span:nth-of-type(1) {
  animation: 1s blink infinite 0.33333s;
}

.msg-typing span:nth-of-type(2) {
  animation: 1s blink infinite 0.66666s;
}

.msg-typing span:nth-of-type(3) {
  animation: 1s blink infinite 0.99999s;
}

.chat-cont-right .chat-body .media.received .media-body .msg-box {
  position: relative;
}

.chat-cont-right
  .chat-body
  .media.received
  .media-body
  .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: -6px;
  position: absolute;
  right: auto;
  top: 8px;
  width: 0;
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box {
  padding-left: 50px;
  position: relative;
}

.chat-cont-right
  .chat-body
  .media.sent
  .media-body
  .msg-box:first-child:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #e3e3e3;
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -6px;
  top: 8px;
  width: 0;
}

.chat-msg-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

.chat-msg-info li {
  font-size: 13px;
  padding-right: 16px;
  position: relative;
}

.chat-msg-info li:not(:last-child):after {
  position: absolute;
  right: 8px;
  top: 50%;
  content: "";
  height: 4px;
  width: 4px;
  background: #d2dde9;
  border-radius: 50%;
  transform: translate(50%, -50%);
}

.chat-cont-right
  .chat-body
  .media.sent
  .media-body
  .msg-box
  .chat-msg-info
  li:not(:last-child)::after {
  right: auto;
  left: 8px;
  transform: translate(-50%, -50%);
  background: #aaa;
}

.chat-cont-right
  .chat-body
  .media.received
  .media-body
  .msg-box
  > div
  .chat-time {
  color: rgba(50, 65, 72, 0.4);
}

.chat-cont-right .chat-body .media.sent .media-body .msg-box > div .chat-time {
  color: rgba(50, 65, 72, 0.4);
}

.chat-msg-info li a {
  color: #777;
}

.chat-msg-info li a:hover {
  color: #2c80ff;
}

.chat-seen i {
  color: #00d285;
  font-size: 16px;
}

.chat-msg-attachments {
  padding: 4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 -1px;
}

.chat-msg-attachments > div {
  margin: 0 1px;
}

.chat-cont-right
  .chat-body
  .media.sent
  .media-body
  .msg-box
  > div
  .chat-msg-info {
  flex-direction: row-reverse;
}

.chat-cont-right
  .chat-body
  .media.sent
  .media-body
  .msg-box
  > div
  .chat-msg-attachments {
  flex-direction: row-reverse;
}

.chat-cont-right
  .chat-body
  .media.sent
  .media-body
  .msg-box
  > div
  .chat-msg-info
  li {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
}

.chat-attachment img {
  max-width: 100%;
}

.chat-attachment {
  position: relative;
  max-width: 130px;
  overflow: hidden;
}

.chat-attachment {
  border-radius: 0.25rem;
}

.chat-attachment:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  opacity: 0.4;
  transition: all 0.4s;
}

.chat-attachment:hover:before {
  opacity: 0.6;
}

.chat-attach-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 7px 15px;
  font-size: 13px;
  opacity: 1;
  transition: all 0.4s;
}

.chat-attach-download {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s;
  color: #fff;
  width: 32px;
  line-height: 32px;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
}

.chat-attach-download:hover {
  color: #495463;
  background: #fff;
}

.chat-attachment:hover .chat-attach-caption {
  opacity: 0;
}

.chat-attachment:hover .chat-attach-download {
  opacity: 1;
}

.chat-attachment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}

.chat-attachment-list li {
  width: 33.33%;
  padding: 5px;
}

.chat-attachment-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px solid rgba(230, 239, 251, 0.5);
  height: 100%;
  min-height: 60px;
  text-align: center;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.chat-cont-right
  .chat-body
  .media.sent
  .media-body
  .msg-box
  > div:hover
  .chat-msg-actions {
  opacity: 1;
}

.chat-msg-actions {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.4s;
  z-index: 2;
}

.chat-msg-actions > a {
  padding: 0 10px;
  color: #495463;
  font-size: 24px;
}

.chat-msg-actions > a:hover {
  color: #2c80ff;
}

@keyframes blink {
  50% {
    opacity: 1;
  }
}

.btn-file {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  overflow: hidden;
  padding: 0 0.75rem;
  position: relative;
  vertical-align: middle;
}

.btn-file input {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

/*-----------------
27. Doctor Profile Settings
-----------------------*/

.profile-image img {
  margin-bottom: 1.5rem;
}

.change-photo-btn {
  background-color: #20c0f3;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin: 0 auto;
  padding: 10px 15px;
  position: relative;
  transition: 0.3s;
  text-align: center;
  width: 220px;
}

.change-photo-btn input.upload {
  bottom: 0;
  cursor: pointer;
  filter: alpha(opacity=0);
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 220px;
}

.dropzone {
  background-color: #fbfbfb;
  border: 2px dashed rgba(0, 0, 0, 0.1);
}

.btn-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  padding: 0;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  right: 3px;
  top: 3px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.upload-images {
  position: relative;
  width: 80px;
}

.upload-images img {
  border-radius: 4px;
  height: 80px;
  width: auto;
}

.upload-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.upload-wrap .upload-images + .upload-images {
  margin-left: 20px;
}

.contact-card .card-body {
  padding-bottom: 0.625rem;
}

.custom_price_cont {
  margin-top: 20px;
}

.btn.btn-danger.trash {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.add-more a {
  color: #20c0f3;
}

.bootstrap-tagsinput {
  border-color: #dcdcdc;
  box-shadow: inherit;
  min-height: 46px;
  width: 100%;
  border-radius: 0;
}

.bootstrap-tagsinput.focus {
  border-color: #bbb;
}

.bootstrap-tagsinput .tag {
  background-color: #20c0f3;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-right: 2px;
  padding: 11px 15px;
  border-radius: 0;
}

.services-card .bootstrap-tagsinput input {
  width: 160px;
}

.submit-section .submit-btn {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 16px;
  min-width: 120px;
}

.submit-section .submit-btn + .submit-btn {
  margin-left: 15px;
}

/*-----------------
28. Calendar
-----------------------*/

#calendar {
  z-index: 999;
}

#calendar-events {
  background-color: #fcfcfc;
}

.calendar-events {
  border: 1px solid transparent;
  cursor: move;
  padding: 10px 15px;
}

.calendar-events:hover {
  border-color: #e9e9e9;
  background-color: #fff;
}

.calendar-events i {
  margin-right: 8px;
}

.calendar {
  float: left;
  margin-bottom: 0;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5rem;
}

.none-border .modal-footer {
  border-top: none;
}

.fc-toolbar h2 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  text-transform: uppercase;
}

.fc-day-grid-event .fc-time {
  font-family: "Roboto", sans-serif;
}

.fc-day {
  background: #fff;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0;
}

.fc th.fc-widget-header {
  background: #eeeeee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  text-transform: uppercase;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #f3f3f3;
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px 5px;
}

.fc-button {
  background: #f1f1f1;
  border: none;
  color: #797979;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  margin: 0 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
}

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px;
}

.fc-state-hover {
  background: #f3f3f3;
}

.fc-state-highlight {
  background: #f0f0f0;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  background-color: #20c0f3 !important;
  color: #fff !important;
  text-shadow: none !important;
}

.fc-cell-overlay {
  background: #f0f0f0;
}

.fc-unthemed .fc-today {
  background: #fff;
}

.fc-event {
  border-radius: 2px;
  border: none;
  color: #fff !important;
  cursor: move;
  font-size: 13px;
  margin: 1px 7px;
  padding: 5px 1px;
  text-align: center;
}

.fc-basic-view td.fc-week-number span {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.fc-basic-view td.fc-day-number {
  padding-right: 8px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.event-form .input-group .form-control {
  height: 40px;
}

/*-----------------
29. Patient Dashboard
-----------------------*/

.pro-widget-content {
  border-bottom: 1px solid #f0f0f0;
  padding: 20px;
  text-align: center !important;
}

.profile-info-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.profile-info-widget .booking-doc-img {
  margin-right: 15px;
}

.profile-info-widget .booking-doc-img img {
  border-radius: 4px;
  height: 90px;
  width: 90px;
  object-fit: cover;
}

.profile-det-info {
  overflow: hidden;
}

.profile-det-info h3 {
  font-size: 17px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.patient-details h5 {
  color: #757575;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.patient-details h5 i {
  width: 18px;
}

.dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.dashboard-menu ul li {
  line-height: inherit;
}

.dashboard-menu > ul > li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.dashboard-menu > ul > li:last-child {
  border-bottom: 0;
}

.dashboard-menu ul li a span,
.dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-menu > ul > li > a {
  color: #757575;
  display: block;
  padding: 16px 10px;
}

.dashboard-menu > ul > li:hover > a,
.dashboard-menu > ul > li.active > a {
  color: #0de0fe;
}

.dashboard-menu ul li a i {
  font-size: 16px;
  margin-right: 10px;
  width: 16px;
}

.unread-msg {
  background-color: #09e5ab;
  border-radius: 2px;
  color: #272b41;
  font-size: 10px;
  font-style: normal;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/*-----------------
30. UZMAN Fixed Sidebar
-----------------------  */

.sidebar {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 100%;
  z-index: 999;
  position: relative;
}

.profile-sidebar {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 30px;
  overflow: hidden;
}

.uz-fixed-menu-kapsam {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  overflow: hidden;
  height: 100%;
  position: fixed;
  top: 0;
}

.fixed-menu {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 100%;
  z-index: 999;
  position: relative;
}

.fixed-sidebarmenu {
  z-index: 999;
}

.fixed-sidebarmenu-genel {
  height: 100%;
  z-index: 999;
  position: relative;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
}

.fixed-sidebarmenu-kapsam {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  height: 100%;
  position: fixed;
  top: 0;
  width: 230px;
  min-width: 230px;
  max-width: 230px;
  padding: 5px 7px;
  overflow-y: auto;
  overflow-x: hidden;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu ul {
  color: #757575;
  font-size: 14px;
  line-height: 17px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu ul li {
  line-height: inherit;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu > ul > li {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}

.uz-fixed-menu-kapsam .dashboard-menu > ul > li:last-child {
  border-bottom: 0;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu ul li a span,
.uz-fixed-menu-kapsam .uz-dashboard-menu ul li a i {
  display: inline-block;
  vertical-align: middle;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu ul li a span {
  display: none;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu > ul > li > a {
  color: #757575;
  display: block;
  padding: 16px 15px;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu > ul > li:hover > a,
.uz-fixed-menu-kapsam .uz-dashboard-menu > ul > li.active > a {
  color: #46ebc0;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu ul li a i {
  font-size: 16px;
  width: 16px;
}

.uz-fixed-menu-kapsam .uz-dashboard-menu ul li.uzman-head-mainlink a i {
  font-size: 20px;
  width: 18px;
  color: #29a7de;
}

#sidebar-menu-takvim {
  background-color: #0de0fe;
  color: #fff;
}

.uz-fixed-menu-kapsam
  .uz-dashboard-menu
  > ul
  > li.active
  > #sidebar-menu-takvim {
  background-color: #46ebc0;
  color: #fff;
}

/*-----------------
30-1 UZMAN Bilger ve Ayarlar
-----------------------*/

.uzmanbilgileri-sidebar-button {
  background: #6fd6f7;
  border: none;
  color: #fff;
  box-shadow: none !important;
  border: 1px solid #d2dde9;
  border-radius: 3px !important;
  padding: 6px 0 !important;
  height: auto !important;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

.uzmanbilgileri-sidebar-menu-kapsam {
  margin-top: 5px;
}

.uzmanbilgileri-sidebar-button:hover {
  color: #797979;
  background: #f1f1f1;
}

.uzman-sayfakisim-gizle {
  display: none;
}

.akademik-resim-btn,
.akademik-sil-btn,
.deneyim-sil-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.clinic-content ul {
  list-style: none;
}

.clinic-content ul {
  list-style: none;
}

.clinic-infos li i {
  color: #46b6fe;
}

.clinic-infos li span {
  color: #777;
  margin-left: 5px !important;
}

/*-----------------
??
-----------------------*/

.danisanlar-bilgiler-ran-button {
  cursor: pointer;
}

.danisanlar-bilgiler-ran-button span {
  color: #646464;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
  margin-left: 3px;
  border-radius: 5px;
  cursor: pointer;
}

.danisanlar-bilgiler-ran span i {
  font-size: 12px !important;
}

.danisanlar-bilgiler-ran-aktif-ran-kapsam,
.danisanlar-bilgiler-ran-iptal-ran-kapsam,
.danisanlar-bilgiler-ran-onaybek-ran-kapsam {
  display: none;
}

/*-----------------
30-2 UZMAN Yorumlar
-----------------------*/

.uz-yorumlar-ust-kapsam .card .col-sm-4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  height: 100px;
  border-right: 2px solid #f9f9f9;
}

.yorum-cevapla {
  margin-top: 10px;
  display: none;
}

.uz-yorumlar-ana-kapsam.review-listing > ul li .comment .comment-body {
  margin-left: 16px;
  flex-grow: 1;
}

/*-----------------
30-3 UZMAN Yorumlar
-----------------------*/

.uz-sorular-ust-kapsam .card .col-sm-4 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  height: 100px;
  border-right: 2px solid #f9f9f9;
}

.soru-cevapla {
  margin-top: 10px;
  display: none;
}

.uz-sorular-ana-kapsam.review-listing > ul li .comment .comment-body {
  margin-left: 16px;
  flex-grow: 1;
}

.uz-sorular-soru-kapsam {
  padding: 5px;
}

.uz-sorular-soru-bilgiler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  text-align: left;
}

.uz-sorular-soru-resim {
  display: inline-block;
  width: 80px;
  margin-top: 10px;
}

.uz-sorular-soru-kapsam {
  flex-grow: 1;
  position: relative;
}

.uz-sorular-soru-kapsam .uz-sorular-soru-kisiselbilgiler {
  display: inline-block;
  width: 100%;
}

.uz-sorular-soru-kisiselbilgiler span {
  font-weight: 500;
  color: rgb(61, 61, 61);
}

.uz-sorular-soru-cevapla-kapsam .comment-btn {
  color: #20c0f3;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.uz-sorular-soru-cevapla-textarea {
  margin-top: 10px;
  display: none;
}

.uz-sorular-soru-icerik {
  color: #757575;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.uz-sorular-soru-baslik {
  color: goldenrod;
}

.uz-sorular-soru-cevap-kapsam {
  margin-top: 20px;
}

.uz-sorular-soru-cevap-bilgiler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  text-align: left;
}

.uz-sorular-soru-cevap-kisiselbilgiler {
  margin-left: 30px;
}

.uz-sorular-soru-cevap-kisiselbilgiler span {
  display: inline-block;
  width: 100%;
}

.uz-sorular-soru-cevap-icerik {
  margin-left: 80px;
  padding-right: 10px;
}

/*-----------------
30-4 UZMAN Mesajlar 
-----------------------*/

.mesajlar-mesaj-gonder {
  display: none;
}

.mesajlar-mesaj-gizle-btn {
  display: none;
}

/*-----------------
30-5. UZMAN Mmpi Testi
-----------------------*/

.mmpi-sidebar-menu-kapsam hr {
  margin-bottom: 30px;
}

.mmpi-sidebar-menu-kapsam h6 {
  margin-left: 10px;
}

.c3-ygrid-line.grid800 line {
  stroke: blue;
}

.c3-ygrid-line.grid800 text {
  fill: #888;
  font-size: 14px;
}

.c3-xgrid-focus line {
  stroke: rebeccapurple;
}

.modal-mmpi-danisanbul-kapsam,
.modal-mmpi-emailegonder-kapsam,
.modal-mmpi-testlink-kapsam,
.modal-mmpi-danistekgonder-btn,
.modal-mmpi-emailistekgonder-btn,
#load-test-mmpi-sonuc,
#load-test-mmpi-cevap {
  display: none;
}

/*-----------------
30-6. UZMAN Destek 
-----------------------*/

.uz-destek-detay-bilgi-kapsam {
  margin-bottom: 20px;
}

.uz-destek-detay-bilgi-kapsam div span:first-child {
  font-weight: 600;
  color: palevioletred;
}

.uz-destek-detay-cevap-kapsam {
  height: auto;
  background-color: #fff;
  border-top: 2px solid #f0f0f0;
}

.uz-destek-detay-cevap-sol {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-right: 2px solid #f0f0f0;
}

.destek-widget-content {
  padding: 20px;
  text-align: center !important;
}

.uz-destek-detay-cevap-sag {
  background-color: #f4f9ff;
  padding: 20px 30px 30px;
}

.uz-destek-detay-cevap-sol .widget-profile {
  border-bottom: none !important;
}

.uz-destek-detay-cevap-sag-tarih {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.uz-destek-detay-cevap-sag-tarih span:nth-child(1) {
  font-weight: 600;
}

.uz-destek-detay-cevap-sag-icerik {
  padding: 0 20px;
}

.uz-destek-detay-cevapla-kapsam {
  display: none;
}

/*-----------------
31. DANISAN Ozet 
-----------------------*/

.ozet-dan-veri-kapsam {
  margin-top: 50px;
}

.ozet-dan-veri-kapsam .card {
  border-radius: 10px;
  width: 100%;
  min-height: 180px;
}

.ozet-dan-randevu-kapsam .card {
  height: auto;
  padding: 15px 0;
  text-align: center !important;
}

.ozet-dan-randevu-kapsam .randevu-icon {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  position: relative;
  margin: auto;
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.ozet-dan-randevu-kapsam .randevu-icon::after {
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  border-radius: 52px;
  position: absolute;
  height: 52px;
  width: 52px;
  content: "";
  position: absolute;
  left: -6px;
  top: -6px;
}

.ozet-dan-randevu-kapsam .randevu-icon i {
  font-size: 18px;
  vertical-align: middle;
}

.ozet-dan-randevu-kapsam .randevu-icon#onaybek {
  background: rgba(255, 153, 72, 0.3);
  color: #ff9948;
}

.ozet-dan-randevu-kapsam .randevu-icon#onaybek::after {
  background: rgba(255, 153, 72, 0.2);
}

.ozet-dan-randevu-kapsam .randevu-icon#siradakiran {
  background: rgba(70, 182, 254, 0.3);
  color: #46b6fe;
}

.ozet-dan-randevu-kapsam .randevu-icon#siradakiran::after {
  background: rgba(70, 182, 254, 0.2);
}

.ozet-dan-randevu-kapsam .randevu-icon#tamamlanan {
  background: rgba(92, 197, 205, 0.3);
  color: #5cc5cd;
  color: #60b044;
}

.ozet-dan-randevu-kapsam .randevu-icon#tamamlanan::after {
  background: rgba(92, 197, 205, 0.2);
}

.ozet-dan-randevu-kapsam .randevu-icon#iptal {
  background: rgba(228, 114, 151, 0.3);
  color: #e47297;
}

.ozet-dan-randevu-kapsam .randevu-icon#iptal::after {
  background: rgba(228, 114, 151, 0.2);
}

.ozet-dan-onaybek-baslik {
  font-weight: 600;
  color: #ff9948;
}

.ozet-dan-siradaki-baslik {
  font-weight: 600;
  color: #46b6fe;
}

.ozet-dan-tamamlanan-baslik {
  font-weight: 600;
  color: #5cc5cd;
}

.ozet-dan-iptal-baslik {
  font-weight: 600;
  color: #e47297;
}

.ozet-aktifran-veri-kapsam .online-kapsam {
  width: 60px;
  height: 50px;
  padding: 5px;
  border-radius: 10px;
  /* burayı sonradan düzenleyebilirsin. */
}

/*-----------------
31-1 DANISAN Sub Header 
-----------------------*/

.sub-main-kapsam {
  background-color: rgb(241, 240, 240);
}

.sub-main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sub-main-nav li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.sub-main-nav > li.active > a {
  border-bottom: 1px solid #0db9f2;
  font-weight: 900;
  color: #0db9f2;
}

.sub-main-nav > li .submenu li a {
  display: block;
  padding: 10px 15px;
  clear: both;
  white-space: nowrap;
  font-size: 14px;
  color: #2d3b48;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  width: 100%;
  border-top: 1px solid #f0f0f0;
}

.sub-main-nav > li .submenu > li.has-submenu > a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 12px;
  font-size: 13px;
}

.sub-main-nav > li .submenu li {
  position: relative;
}

.sub-main-nav li.login-link {
  display: none;
}

.sub-main-nav > li {
  margin-right: 30px;
}

.sub-main-nav > li:last-child {
  margin-right: 0;
}

.sub-main-nav li {
  display: block;
  position: relative;
}

.sub-main-nav > li > a {
  line-height: 25px;
  padding: 0 !important;
  margin: 10px 0;
}

.sub-main-nav > li > a > i {
  font-size: 12px;
  margin-left: 3px;
}

.sub-main-nav li > ul {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: block;
  font-size: 14px;
  left: 0;
  margin: 0;
  min-width: 200px;
  opacity: 0;
  padding: 0;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  top: 100%;
  visibility: hidden;
  z-index: 1000;
}

.sub-main-nav li .submenu::before {
  border: 7px solid #fff;
  border-color: transparent transparent #fff #fff;
  box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
  content: "";
  left: 45px;
  position: absolute;
  top: 2px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sub-main-nav li.has-submenu:hover > .submenu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sub-main-nav .has-submenu.active > a {
  color: #09dca4;
}

.sub-main-nav .has-submenu.active .submenu li.active > a {
  color: #09dca4;
}

.sub-main-nav > li .submenu li:first-child a {
  border-top: 0;
}

.sub-main-nav
  > li.has-submenu:hover
  > .submenu
  > li.has-submenu:hover
  > .submenu {
  visibility: visible;
  opacity: 1;
  margin-top: -1px;
  margin-right: 0;
}

.sub-main-nav > li .submenu > li .submenu {
  left: 100%;
  top: 0;
  margin-top: 10px;
}

.sub-main-nav li .submenu a:hover {
  color: #09dca4;
  letter-spacing: 0.5px;
  padding-left: 20px;
}

.sub-main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
  top: 20px;
  margin-left: -35px;
  box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
  border-color: transparent #fff #fff transparent;
}

/*-----------------
 ???
-----------------------*/


/*
.time-slot .left-arrow {
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 20px !important;
    transform: translateY(-50%);
}

.time-slot .right-arrow {
    right: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 10%;
    width: 20px !important;
    transform: translateY(-50%);
}

.schedule-cont {
    padding: 20px;
}

.time-slot ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0 50px;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 14.28%;
}

.time-slot li .saat {
    background-color: #e9e9e9;
    color: #757575;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px 5px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.time-slot li .saat:hover {
    background-color: #42c0fb;
    color: #fff;
}

.time-slot li .saat-blok {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    background-color: #c0c0c0;
    color: #757575;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px 5px;
    text-align: center;
    position: relative;
}

.time-slot li .saat:last-child {
    margin-bottom: 0;
}

.time-slot li .saat-blok .blok-line {
    position: absolute;
    opacity: 0.6;
    top: 46%;
    width: 80%;
    height: 1px;
    background-color: rgb(131, 131, 131);
}
*/

.nav-tabs .nav-item a {
  cursor: pointer !important;
}

/*
.time-slot li .u-d-s-ran-saat.selected {
    background-color: #42c0fb;
    border: 1px solid #42c0fb;
    color: #fff;
}

.time-slot li .u-d-s-ran-saat.selected::before {
    color: #fff;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 6px;
    top: 6px;
}
*/

/*-----------------
32 HOME Mmpi Testi
-----------------------*/

#mmpi input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

#mmpi label {
  color: lighten(#0094ff, 40%);
  background-color: #f4f4f4;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 20px;
}

#mmpi input[type="radio"]:checked + label {
  color: #fff;
  background: #0094ff;
}

#mmpi label + #mmpi input[type="radio"] + label {
  border-left: solid 3px lighten(#332f35, 80%);
}

#mmpi .radio-group {
  border: solid 3px lighten(#332f35, 80%);
  display: inline-block;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #mmpi .radio-group,
  #mmpi input,
  #mmpi label {
    display: block;
    margin: 10px 0 10px 0;
  }
}

/*-----------------
33. Profile Settings GENERAL 
-----------------------*/

.change-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.change-avatar .profile-img {
  margin-right: 15px;
}

.change-avatar .profile-img img {
  border-radius: 4px;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.change-avatar .change-photo-btn {
  margin: 0 0 10px;
  width: 190px;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img {
  padding: 0;
}

.widget-profile.pat-widget-profile .profile-info-widget .booking-doc-img img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

/*-----------------
34. Appoitment List 
-----------------------*/

.widget-profile {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.widget-profile .profile-info-widget {
  display: block;
  text-align: left;
}

.widget-profile .profile-info-widget .booking-doc-img {
  display: inline-block;
  margin: 0 0 15px;
  width: auto;
  padding: 8px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.widget-profile .profile-info-widget .booking-doc-img img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
}

.appointment-list .profile-info-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  text-align: left;
}

.appointment-list .profile-info-widget .booking-doc-img img {
  border-radius: 4px;
  height: 120px;
  object-fit: cover;
  width: 120px;
}

.appointments .appointment-list {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 20px;
}

.appointments .appointment-list:last-child {
  margin-bottom: 30px;
}

.appointments .appointment-action {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.appointment-action a + a {
  margin-left: 5px;
}

.appointment-action a {
  font-size: 13px;
}

.info-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info-details li .title {
  color: #272b41;
  font-weight: 500;
}

.info-details li .text {
  color: #757575;
  display: block;
  font-size: 16px;
  overflow: hidden;
}

.info-details li {
  margin-bottom: 10px;
}

.info-details li:last-child {
  margin-bottom: 0;
}

/*-----------------
35. Reviews
-----------------------*/

.doc-review.review-listing {
  margin: 0;
}

.review-listing.doc-review > ul > li {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 20px;
}

/*-----------------
36. Voice call
-----------------------*/

.modal-open .main-wrapper {
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

.call-main-row {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding-bottom: inherit;
  padding-top: inherit;
  position: absolute;
  right: 0;
  top: 0;
}

.call-main-wrapper {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.call-view {
  display: table-cell;
  height: 100%;
  float: none;
  padding: 0;
  position: static;
  vertical-align: top;
  width: 75%;
}

.call-window {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
}

.fixed-header {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 15px;
}

.fixed-header .navbar {
  border: 0 none;
  margin: 0;
  min-height: auto;
  padding: 0;
}

.fixed-header .user-info a {
  color: #272b41;
  font-weight: 500;
}

.typing-text {
  color: #20c0f3;
  font-size: 12px;
  text-transform: lowercase;
}

.last-seen {
  color: #888;
  display: block;
  font-size: 12px;
}

.custom-menu {
  margin-top: 6px;
}

.fixed-header .custom-menu {
  margin: 0 0 1px;
}

.custom-menu.nav > li > a {
  color: #bbb;
  font-size: 26px;
  line-height: 32px;
  margin-left: 15px;
  padding: 0;
}

.custom-menu.navbar-nav > li > a:hover,
.custom-menu.navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-menu .dropdown-menu {
  left: auto;
  right: 0;
}

.call-contents {
  display: table-row;
  height: 100%;
}

.call-content-wrap {
  height: 100%;
  position: relative;
  width: 100%;
}

.voice-call-avatar {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-flex: 2;
  flex: 2;
}

.voice-call-avatar .call-avatar {
  margin: 15px;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 3px;
  background-color: #fff;
}

.call-duration {
  display: inline-block;
  font-size: 30px;
  margin-top: 4px;
  position: absolute;
  left: 0;
}

.voice-call-avatar .call-timing-count {
  padding: 5px;
}

.voice-call-avatar .username {
  font-size: 20px;
  font-weight: 500;
}

.call-footer {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 15px;
}

.call-icons {
  text-align: center;
  position: relative;
}

.call-icons .call-items {
  border-radius: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}

.call-icons .call-items .call-item {
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

.call-icons .call-items .call-item:last-child {
  margin-right: 0;
}

.call-icons .call-items .call-item a {
  color: #777;
  border: 1px solid #ddd;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}

.call-icons .call-items .call-item a i {
  width: 18px;
  height: 18px;
}

.user-video {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.user-video img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.user-video video {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.my-video {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

.my-video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.my-video ul li {
  float: left;
  width: 120px;
  margin-right: 10px;
}

.my-video ul li img {
  border: 3px solid #fff;
  border-radius: 6px;
}

.end-call {
  position: absolute;
  top: 7px;
  right: 0;
}

.end-call a {
  background-color: #f06060;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  line-height: 10px;
  padding: 8px 25px;
  text-transform: uppercase;
}

.call-users {
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
}

.call-users ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.call-users ul li {
  float: left;
  width: 80px;
  margin-left: 10px;
}

.call-users ul li img {
  border-radius: 6px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.call-mute {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  text-align: center;
  line-height: 80px;
  border-radius: 6px;
  font-size: 30px;
  color: #fff;
  display: none;
  top: 0;
  border: 3px solid transparent;
}

.call-users ul li a:hover .call-mute {
  display: block;
}

.call-details {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.call-info {
  margin-left: 10px;
  width: 100%;
}

.call-user-details,
.call-timing {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.call-description {
  white-space: nowrap;
  vertical-align: bottom;
}

.call-timing {
  color: #727272;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-top: 1px;
  overflow: hidden;
  white-space: pre;
}

/*-----------------
37. Video Call
-----------------------*/

.content-full {
  height: 100%;
  position: relative;
  width: 100%;
}

.video-window .fixed-header {
  padding: 0;
  border: 0;
}

.video-window .fixed-header .nav > li > a {
  padding: 18px 15px;
}

/*-----------------
38. Outgoing Call
-----------------------*/

.call-box .call-wrapper {
  height: auto;
  text-align: center;
}

.call-box .call-wrapper .call-avatar {
  margin-bottom: 30px;
  cursor: pointer;
  animation: ripple 2s infinite;
}

.call-box .call-wrapper .call-user {
  margin-bottom: 30px;
}

.call-box .call-wrapper .call-user span {
  display: block;
  font-weight: 500;
  text-align: center;
}

.call-box .call-wrapper .call-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.call-box .call-wrapper .call-items .call-item {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  border-radius: 100%;
  color: #fff;
  line-height: 0;
  margin: 0 5px;
  padding: 15px;
}

.call-box .call-wrapper .call-items .call-item:hover {
  opacity: 0.9;
}

.call-box .call-wrapper .call-items .call-item:first-child {
  margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item:last-child {
  margin-top: -30px;
}

.call-box .call-wrapper .call-items .call-item.call-end {
  padding: 20px;
  margin: 30px 20px 0;
  background: #f06060;
  border: 1px solid #f06060;
  color: #fff;
  line-height: 0;
  border-radius: 100%;
}

.call-box .call-wrapper .call-items .call-item.call-start {
  padding: 20px;
  margin: 30px 20px 0;
  background: #55ce63;
  border: 1px solid #55ce63;
  color: #fff;
  line-height: 0;
  border-radius: 100%;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-start {
  margin: 0 10px;
}

.call-box.incoming-box .call-wrapper .call-items .call-item.call-end {
  margin: 0 10px;
}

.call-box .call-avatar {
  border-radius: 100%;
  height: 140px;
  max-width: 140px;
  min-width: 140px;
  position: relative;
  width: 100%;
  border: 10px solid #fafafa;
}

.call-box .btn {
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

@keyframes ripple {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
  100% {
    -moz-box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}

/*-----------------
39. Incoming Call 
-----------------------*/

.incoming-btns {
  margin-top: 20px;
}

.call-wrapper {
  position: relative;
  height: calc(100vh - 145px);
}

.call-page .footer {
  display: none;
}

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

.call-modal .modal-body {
  padding: 40px;
}

.call-modal .modal-content {
  border: 0;
  border-radius: 10px;
}

.call-box .call-wrapper .call-user h4 {
  font-size: 24px;
}

/*-----------------
40. Terms and Conditions
-----------------------*/

.terms-text {
  margin-bottom: 20px;
}

.terms-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.terms-text p {
  color: #666;
  display: inline-block;
  font-size: 16px;
}

/*-----------------
41. Blog
-----------------------*/

.blog {
  border: 1px solid #f0f0f0;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 1.5rem;
  position: relative;
}

.blog-image {
  overflow: hidden;
}

.blog-image,
.blog-image > a,
.blog-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

.blog-image img {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.blog-image a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.blog-image {
  margin-bottom: 30px;
}

.blog-content {
  position: relative;
}

.blog-title {
  font-size: 22px;
  margin: 0 0 10px;
}

.blog-title a {
  color: #272b41;
}

.blog-title a:hover {
  color: #20c0f3;
}

.blog-content p {
  color: #666;
  font-size: 14px;
  margin: 0 0 30px;
}

.read-more {
  display: inline-block;
  font-size: 16px;
  padding: 0;
  color: #20c0f3;
  text-decoration: underline;
  font-weight: bold;
}

.blog-info {
  color: #757575;
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-info a {
  color: #757575;
}

.blog-info a:hover {
  color: #757575;
}

.blog-info i {
  color: #20c0f3;
  font-size: 14px;
  margin-right: 5px;
}

.entry-meta {
  color: #757575;
  font-size: 14px;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.entry-meta li {
  display: inline-block;
  margin-right: 15px;
}

.entry-meta li:last-child {
  margin-right: 0;
}

.blog-pagination .pagination {
  margin-bottom: 30px;
}

.blog-pagination .pagination li a {
  padding: 12px 20px;
  font-weight: 600;
  color: #2e3842;
  margin-right: 10px;
  border-radius: inherit !important;
  border-color: #f0f0f0;
}

.blog-pagination .pagination li.disabled a {
  border-color: #f0f0f0;
}

.blog-pagination .pagination li.active a {
  background: #20c0f3;
  border-color: transparent;
  color: #ffffff;
}

.post-left ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.post-left ul li {
  margin-bottom: 5px;
  margin-right: 20px;
}

.post-left ul li:last-child {
  margin-right: 0;
}

.post-author a {
  display: flex;
  align-items: center;
}

.video {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.latest-posts {
  margin: 0;
  padding: 0;
}

.latest-posts li {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.latest-posts li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.post-thumb {
  border-radius: 4px;
  width: 80px;
  float: left;
  overflow: hidden;
}

.post-thumb a img {
  border-radius: 4px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.post-thumb a:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}

.post-info {
  margin-left: 95px;
}

.post-info h4 {
  font-size: 15px;
  margin: 0 0 5px;
}

.post-info h4 a {
  color: #272b41;
}

.post-info h4 a:hover {
  color: #20c0f3;
}

.post-info p {
  color: #757575;
  font-size: 12px;
  margin: 0;
}

.post-info p i {
  color: #20c0f3;
  font-size: 14px;
  margin-right: 4px;
}

.category-widget .categories {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-widget .categories li {
  margin-bottom: 20px;
}

.category-widget .categories li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.category-widget .categories li a {
  color: #2e3842;
  font-size: 15px;
  font-weight: 500;
}

.category-widget .categories li a span {
  float: right;
  color: #757575;
}

.category-widget .categories li a:hover {
  color: #20c0f3;
}

.category-widget .categories > li > a > i {
  color: #20c0f3;
  font-size: 18px;
  margin-right: 10px;
}

.tags-widget .card-body {
  padding-bottom: 1rem;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background-color: #fff;
  border-radius: 4px;
  color: #272b41;
  padding: 5px 10px;
  position: relative;
  margin: 0 0.5rem 0.5rem 0;
  font-size: 14px;
  border: 1px solid #ccc;
  display: inline-block;
}

.tag:hover {
  background-color: #20c0f3;
  border-color: #20c0f3;
  color: #fff;
}

.comment-by {
  display: block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 10px;
}

.comments-list .comment-block p {
  font-size: 14px;
  margin-bottom: 5px;
}

/*-----------------
42. Blog Details
-----------------------*/

.blog-view .blog-title {
  font-size: 24px;
}

.blog-content p:last-child {
  margin-bottom: 0;
}

.blog-view .blog-info {
  border: 0;
  margin-bottom: 20px;
  padding: 0;
}

.social-share {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-share > li {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: center;
}

.social-share > li:first-child {
  margin-left: 0;
}

.social-share > li > a {
  border: 1px solid #dfdfdf;
  color: #666;
  display: inline-block;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.social-share > li > a:hover {
  background-color: #20c0f3;
  color: #fff;
  border-color: #20c0f3;
}

.blog-reply > a {
  color: #999;
  font-size: 12px;
  font-weight: 500;
}

.blog-date {
  color: #999;
  font-size: 12px;
}

.blog-comments .comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.blog-comments .comments-list li {
  clear: both;
  padding-left: 80px;
}

.blog-comments .comments-list li .comment {
  margin-bottom: 20px;
}

.blog-comments .comments-list li .comment-author {
  left: 0;
  position: absolute;
}

.blog-comments .comments-list li img.avatar {
  height: 58px;
  width: 58px;
  border-radius: 58px;
}

.blog-comments .comment-btn {
  color: #20c0f3;
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
}

.blog-author-name {
  color: #272b41;
  font-size: 16px;
  font-weight: 600;
}

.new-comment label {
  font-weight: 500;
}

.comment-submit .btn {
  background-color: #20c0f3;
  border-color: #20c0f3;
  border-radius: 0;
  font-size: 18px;
  padding: 8px 26px;
  color: #fff;
}

.about-author-img {
  background-color: #fff;
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 100px;
}

.author-details {
  margin-left: 120px;
}

.about-author {
  min-height: 100px;
}

.author-details .blog-author-name {
  display: inline-block;
  margin-bottom: 10px;
}

.post-author img {
  border-radius: 100%;
  width: 28px;
  margin-right: 5px;
}

/*-----------------
43. Grid Blog
-----------------------*/

.grid-blog .blog-title {
  font-size: 18px;
  margin: 0 0 5px;
  min-height: 43px;
}

.grid-blog .blog-content p {
  margin: 0 0 15px;
}

.grid-blog .blog-info {
  margin-bottom: 15px;
}

.grid-blog .blog-image {
  margin-bottom: 20px;
}

.blog.grid-blog {
  padding: 20px;
}

.grid-blog .entry-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.grid-blog .entry-meta li {
  margin-bottom: 10px;
}

.grid-blog .entry-meta li:last-child {
  flex: 0 0 100px;
  max-width: 100px;
}

.grid-blog .post-author {
  width: 189px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.grid-blog .post-author a:hover {
  color: #20c0f3;
}

/*-----------------
44. Responsive
-----------------------*/

@media only screen and (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
  .avatar-xxl .border {
    border-width: 4px !important;
  }
  .avatar-xxl .rounded {
    border-radius: 12px !important;
  }
  .avatar-xxl .avatar-title {
    font-size: 42px;
  }
  .avatar-xxl.avatar-away:before,
  .avatar-xxl.avatar-offline:before,
  .avatar-xxl.avatar-online:before {
    border-width: 4px;
  }
}

@media (min-width: 992px) {
  .main-nav > li {
    margin-right: 30px;
  }
  .main-nav > li:last-child {
    margin-right: 0;
  }
  .main-nav li {
    display: block;
    position: relative;
  }
  .main-nav > li > a {
    line-height: 85px;
    padding: 0 !important;
  }
  .main-nav > li > a > i {
    font-size: 12px;
    margin-left: 3px;
  }
  .main-nav li > ul {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    display: block;
    font-size: 14px;
    left: 0;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    top: 100%;
    visibility: hidden;
    z-index: 1000;
  }
  .main-nav li .submenu::before {
    border: 7px solid #fff;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.1);
    content: "";
    left: 45px;
    position: absolute;
    top: 2px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .main-nav li.has-submenu:hover > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .main-nav .has-submenu.active > a {
    color: #09dca4;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #09dca4;
  }
  .main-nav > li .submenu li:first-child a {
    border-top: 0;
  }
  .main-nav
    > li.has-submenu:hover
    > .submenu
    > li.has-submenu:hover
    > .submenu {
    visibility: visible;
    opacity: 1;
    margin-top: -1px;
    margin-right: 0;
  }
  .main-nav > li .submenu > li .submenu {
    left: 100%;
    top: 0;
    margin-top: 10px;
  }
  .main-nav li .submenu a:hover {
    color: #09dca4;
    letter-spacing: 0.5px;
    padding-left: 20px;
  }
  .main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
    top: 20px;
    margin-left: -35px;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.15);
    border-color: transparent #fff #fff transparent;
  }
  .header-navbar-rht li.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .header-navbar-rht li .dropdown-menu {
    border-radius: 5px;
    padding: 0;
    margin: 0;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media only screen and (max-width: 1399px) {
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-name,
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-last-chat {
    max-width: 180px;
  }
  .row.row-grid {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row.row-grid > div {
    padding-right: 8px;
    padding-left: 8px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 1199px) {
  .header-nav {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-name,
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-last-chat {
    max-width: 150px;
  }
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .dash-widget {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .circle-bar {
    margin: 0 0 15px;
  }
  .header-navbar-rht li.contact-item {
    display: none;
  }
}

@media only screen and (max-width: 991.98px) {
  .main-nav {
    padding: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-nav ul {
    background-color: #3474ac;
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .main-nav > li {
    border-bottom: 1px solid #1663a6;
    margin-left: 0;
  }
  .main-nav li + li {
    margin-left: 0;
  }
  .main-nav > li > a {
    line-height: 1.5;
    padding: 15px 20px !important;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  .main-nav > li > a > i {
    float: right;
    margin-top: 5px;
  }
  .main-nav > li .submenu li a {
    border-top: 0;
    color: #fff;
    padding: 10px 15px 10px 35px;
  }
  .main-nav > li .submenu ul li a {
    padding: 10px 15px 10px 45px;
  }
  .main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f078";
  }
  .main-nav .has-submenu.active > a {
    color: #09dca4;
  }
  .main-nav .has-submenu.active .submenu li.active > a {
    color: #09dca4;
  }
  .login-left {
    display: none;
  }
  .main-menu-wrapper {
    order: 3;
    width: 260px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1060;
    transform: translateX(-260px);
    transition: all 0.4s;
    background-color: #15558d;
  }
  .menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
  }
  .navbar-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* align-items: ;
    justify-content: ; */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  #mobile_btn {
    display: inline-block;
  }
  .section-search {
    min-height: 330px;
  }
  .section-specialities {
    padding: 50px 20px;
  }
  .footer-widget {
    margin-bottom: 30px;
  }
  .chat-cont-left {
    border-right: 0;
  }
  .chat-cont-right {
    position: absolute;
    right: -100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
  }
  .chat-cont-right .chat-header {
    justify-content: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
  }
  .chat-cont-right .chat-header .back-user-list {
    display: block;
  }
  .chat-cont-right .chat-header .chat-options {
    margin-left: auto;
  }
  .chat-window.chat-slide .chat-cont-left {
    left: -100%;
  }
  .chat-window.chat-slide .chat-cont-left-danisan {
    left: -100% !important;
  }
  .chat-window.chat-slide .chat-cont-right {
    right: 0;
    opacity: 1;
    visibility: visible;
  }
  .day-slot li.left-arrow {
    left: -10px;
  }
  .container {
    max-width: 100%;
  }
  .appointments .appointment-action {
    margin-top: 10px;
  }
  .appointments .appointment-list {
    display: block;
  }
  .banner-wrapper {
    max-width: 720px;
  }
  .search-box .search-info {
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
    width: 410px;
  }
  .banner-wrapper .banner-header h1 {
    font-size: 2.125rem;
  }
  .dct-border-rht {
    border-bottom: 1px solid #f0f0f0;
    border-right: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .card-label > label {
    font-size: 12px;
  }
  .footer .footer-top {
    padding-bottom: 10px;
  }
  .time-slot li .timing.selected::before {
    display: none;
  }
  .review-listing .recommend-btn {
    float: none;
  }
  .dash-widget {
    flex-direction: unset;
    text-align: left;
  }
  .circle-bar {
    margin: 0 15px 0 0;
  }
  .call-wrapper {
    height: calc(100vh - 140px);
  }
  .about-content {
    margin-bottom: 30px;
  }
  .ozet-tamam-veri-kapsam .card {
    height: auto;
  }
}

@media only screen and (max-width: 849.98px) {
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.875rem;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 0.875rem;
  }
  h6,
  .h6 {
    font-size: 0.75rem;
  }
  .content {
    padding: 15px 0 0;
  }
  .account-page .content {
    padding: 30px 0 140px;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card {
    margin-bottom: 20px;
  }
  .profile-sidebar {
    margin-bottom: 20px;
  }
  .uz-fixed-menu-kapsam {
    margin-bottom: 20px;
  }
  .appointment-tab {
    margin-bottom: 20px;
  }
  .features-slider .slick-dots,
  .features-img img {
    text-align: center;
    margin: 0 auto;
  }
  .doctor-slider {
    margin-top: 25px;
  }
  .breadcrumb-bar {
    height: auto;
  }
  .login-right {
    margin: 0 15px;
    padding: 15px;
  }
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-name,
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-last-chat {
    max-width: 250px;
  }
  .chat-window .chat-cont-right .chat-header .media .media-body {
    display: none;
  }
  .banner-wrapper .banner-header h1 {
    font-size: 2rem;
  }
  .banner-wrapper .banner-header p {
    font-size: 1rem;
  }
  .section-header h2 {
    font-size: 1.875rem;
  }
  .section-header .sub-title {
    font-size: 0.875rem;
  }
  .speicality-item p {
    font-size: 0.875rem;
  }
  .section-header p {
    font-size: 0.9375rem;
  }
  .footer-title {
    font-size: 1.125rem;
  }
  .search-box {
    max-width: 535px;
    margin: 0 auto;
  }
  .search-box form {
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box;
  }
  .search-box .search-doc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .search-box .search-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }
  .search-box .search-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    min-height: 46px;
    width: 100%;
  }
  .search-box .search-btn span {
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
  }
  .section-search {
    background: #f9f9f9;
  }
  .day-slot li span {
    font-size: 16px;
    text-transform: unset;
  }
  .time-slot li .timing span {
    display: block;
  }
  .submit-section.proceed-btn {
    margin-bottom: 20px;
  }
  .day-slot li small.slot-year {
    display: none;
  }
  .success-cont h3 {
    font-size: 22px;
  }
  .view-inv-btn {
    font-size: 14px;
    padding: 10px 30px;
  }
  .invoice-info.invoice-info2 {
    text-align: left;
  }
  .invoice-item .invoice-details {
    text-align: left;
  }
  .section-doctor,
  .section-features {
    padding: 50px 0;
  }
  /*
    .slick-next {
        right: -10px;
    }
    .slick-prev {
        left: -10px;
    }
    */
  .specialities-slider .slick-slide {
    margin-right: 15px;
  }
  .about-content a {
    padding: 12px 20px;
  }
  .submit-section .submit-btn {
    padding: 10px 20px;
    font-size: 15px;
    min-width: 105px;
  }
  .policy-menu {
    margin-top: 10px;
    text-align: left;
  }
  .booking-doc-info .booking-doc-img {
    width: 75px;
  }
  .booking-doc-info .booking-doc-img img {
    height: 75px;
    width: 75px;
  }
  .btn.btn-danger.trash {
    margin-bottom: 20px;
  }
  .nav-tabs.nav-tabs-bottom > li > a.active,
  .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    background-color: #f5f5f5;
  }
  .nav-tabs.nav-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs.nav-justified > li > a.active,
  .nav-tabs.nav-justified > li > a.active:hover,
  .nav-tabs.nav-justified > li > a.active:focus {
    border-color: transparent transparent transparent #20c0f3;
    border-left-width: 2px;
  }
  .nav-tabs {
    border-bottom: 0;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    border: 1px solid #ddd;
    border-radius: 3px;
  }
  .nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .nav-tabs > li > a {
    border-width: 2px;
    border-left-color: transparent;
  }
  .nav-tabs .nav-link {
    border-width: 2px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active,
  .nav-tabs > li > a.active,
  .nav-tabs > li > a.active:hover,
  .nav-tabs > li > a.active:focus {
    border-color: transparent transparent transparent #20c0f3 !important;
    border-left-width: 2px;
  }
  .nav-tabs > li.open:not(.active) > a,
  .nav-tabs > li.open:not(.active) > a:hover,
  .nav-tabs > li.open:not(.active) > a:focus {
    background-color: #fafafa;
  }
  .nav-tabs.nav-tabs-solid {
    padding: 5px;
  }
  .nav-tabs.nav-tabs-solid.nav-tabs-rounded {
    border-radius: 5px;
  }
  .nav-tabs.nav-tabs-solid > li > a {
    border-left-width: 0 !important;
  }
  .nav-tabs-justified {
    border-bottom: 1px solid #ddd;
  }
  .nav-tabs-justified > li > a.active,
  .nav-tabs-justified > li > a.active:hover,
  .nav-tabs-justified > li > a.active:focus {
    border-width: 0 0 0 2px;
    border-left-color: #20c0f3;
  }
  .review-listing > ul li .comment .comment-body .meta-data span.comment-date {
    margin-bottom: 5px;
  }
  .review-listing > ul li .comment .comment-body .meta-data .review-count {
    position: unset;
  }
  .my-video ul li {
    width: 50px;
  }
  .call-users ul li {
    width: 50px;
  }
  .call-mute {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .call-duration {
    font-size: 24px;
  }
  .voice-call-avatar .call-avatar {
    height: 100px;
    width: 100px;
  }
  .user-tabs {
    margin-top: 1.5rem;
  }
  .user-tabs .nav-tabs > li > a {
    border-left: 2px solid transparent;
    border-bottom: 0;
    padding: 0.5rem 1rem;
  }
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .user-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-left-width: 2px;
    color: #20c0f3;
  }
  .doc-det-info-tabs {
    margin-top: 1.5rem;
  }
  .doc-det-info-tabs .nav-tabs > li > a {
    border-left: 2px solid transparent;
    border-bottom: 0;
    padding: 0.5rem 0.5rem;
  }
  .doc-det-info-tabs .nav-tabs.nav-tabs-bottom > li > a.active,
  .doc-det-info-tabs .nav-tabs.nav-tabs-bottom > li > a.active:hover,
  .doc-det-info-tabs .nav-tabs.nav-tabs-bottom > li > a.active:focus {
    border-left-width: 2px;
    color: #20c0f3;
  }
  .doctor-widget {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .doc-info-left {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .doc-info-right {
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .doctor-services {
    display: block;
  }
  .doctor-img {
    margin: 0 auto 0;
    width: 200px;
  }
  .doctor-img img {
    width: 150px;
  }
  .doc-pictures {
    max-width: 200px;
  }
  .doc-pictures ul li {
    display: inline;
  }
  .doctor-action {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .row.row-grid > div {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .breadcrumb-bar .breadcrumb-title {
    font-size: 18px;
  }
  .dash-widget h6 {
    font-size: 15px;
  }
  .dash-widget h3 {
    font-size: 20px;
  }
  .dash-widget p {
    font-size: 13px;
  }
  .booking-total ul li span,
  .booking-total ul li .total-cost {
    font-size: 14px;
  }
  .invoice-item .customer-text {
    font-size: 16px;
  }
  .call-wrapper {
    height: calc(100vh - 115px);
  }
  .appointment-tab .nav-tabs {
    padding: 1.5rem;
  }
  .submit-btn-bottom {
    margin-bottom: 20px;
  }
  .service-list ul li {
    width: 50%;
  }
  .grid-blog .blog-title {
    min-height: inherit;
  }
  .blog-title {
    font-size: 20px;
  }
  .blog-view .blog-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 575.98px) {
  body {
    font-size: 0.8125rem;
  }
  h1,
  .h1 {
    font-size: 1.75rem;
  }
  h2,
  .h2 {
    font-size: 1.5rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  h4,
  .h4 {
    font-size: 1rem;
  }
  h5,
  .h5 {
    font-size: 0.875rem;
  }
  h6,
  .h6 {
    font-size: 0.75rem;
  }
  .card {
    margin-bottom: 0.9375rem;
  }
  .card-body {
    padding: 1.25rem;
  }
  .card-header {
    padding: 0.75rem 1.25rem;
  }
  .card-footer {
    padding: 0.75rem 1.25rem;
  }
  .header-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-uzman .header-nav {
    height: 50px;
  }
  .main-nav li.login-link {
    display: block;
  }
  .navbar-header {
    width: 100%;
  }
  #mobile_btn {
    top: 17px;
    left: 0;
    margin-right: 0;
    padding: 0 15px;
    position: absolute;
    z-index: 99;
  }
  .navbar-brand.logo {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .navbar-brand.logo img {
    height: 4%;
  }
  .search-box form {
    display: block;
  }
  .search-box .search-doc {
    width: 100%;
    -ms-flex: none;
    flex: none;
  }
  .search-box .search-info {
    width: 100%;
    -ms-flex: none;
    flex: none;
  }
  .banner-wrapper .banner-header h1 {
    font-size: 28px;
  }
  .slick-next {
    right: 0px;
  }
  .section-header h2 {
    font-size: 1.5rem;
  }
  .section-header .sub-title {
    font-size: 0.875rem;
  }
  .speicality-item p {
    font-size: 0.875rem;
  }
  .doc-det-info-btn {
    margin-right: 0;
    display: block;
    margin-top: 5px;
  }
  .doc-websocial-cont {
    flex-direction: column;
  }
  .doc-social-media {
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .section-header p {
    font-size: 0.9375rem;
  }
  .footer-title {
    font-size: 1.125rem;
  }
  .booking-schedule.schedule-widget {
    overflow-x: auto;
  }
  .booking-schedule.schedule-widget > div {
    width: 730px;
  }
  .booking-schedule .day-slot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .booking-schedule .day-slot li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
  .booking-schedule .time-slot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .booking-schedule .time-slot li {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px;
  }
  .booking-schedule .time-slot li .timing span {
    display: inline-block;
  }
  .booking-schedule .day-slot li.right-arrow {
    right: -20px;
  }
  .booking-doc-info .booking-doc-img {
    width: 70px;
  }
  .booking-doc-info .booking-doc-img img {
    height: 70px;
    width: 70px;
  }
  .voice-call-avatar .call-avatar {
    height: 80px;
    width: 80px;
  }
  .call-duration {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    position: inherit;
  }
  .end-call {
    margin-top: 10px;
    position: inherit;
  }
  .user-tabs .med-records {
    min-width: 110px;
  }
  .pagination-lg .page-link {
    font-size: 1rem;
    padding: 0.5rem 0.625rem;
  }
  .row.row-grid > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .edit-link {
    font-size: 14px;
    margin-top: 2px;
  }
  .invoice-content {
    padding: 1.25rem;
  }
  .change-avatar .profile-img img {
    height: 80px;
    width: 80px;
  }
  .submit-btn-bottom {
    margin-bottom: 0.9375rem;
  }
  .service-list ul li {
    width: 100%;
  }
  .blog {
    padding: 1.25rem;
  }
  .blog-title {
    font-size: 18px;
  }
  .blog-view .blog-title {
    font-size: 20px;
  }
  .blog-info i {
    font-size: 14px;
  }
  .post-left ul li {
    margin-right: 10px;
  }
  .post-left ul li:last-child {
    margin-right: 10px;
  }
  .about-author-img {
    height: 60px;
    width: 60px;
  }
  .author-details {
    margin-left: 80px;
  }
  .blog-comments .comments-list li img.avatar {
    border-radius: 40px;
    height: 40px;
    width: 40px;
  }
  .blog-comments .comments-list li {
    padding: 10px 0 0 50px;
  }
  .read-more {
    font-size: 14px;
  }
}

@media only screen and (max-width: 479px) {
  .section-search {
    min-height: 410px;
    padding: 5px 15px 30px;
  }
  .specialities-slider .slick-slide {
    margin-right: 10px;
  }
  .speicality-img {
    width: 120px;
    height: 120px;
  }
  .speicality-img img {
    width: 50px;
  }
  .clinic-booking a.view-pro-btn {
    width: 100%;
    margin-bottom: 15px;
  }
  .clinic-booking a.apt-btn {
    width: 100%;
  }
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-name,
  .chat-cont-left
    .chat-users-list
    a.media
    .media-body
    > div:first-child
    .user-last-chat {
    max-width: 160px;
  }
  .section-features,
  .section-features {
    background-color: #fff;
    padding: 30px 0;
  }
  .section-specialities {
    background-color: #fff;
    padding: 30px 10px;
  }
  .login-header h3 a {
    color: #0de0fe;
    float: none;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .login-header h3 {
    text-align: center;
  }
  .appointments .appointment-list {
    text-align: center;
  }
  .appointment-list .profile-info-widget {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .appointment-list .profile-info-widget {
    text-align: center;
  }
  .appointment-list .profile-info-widget .booking-doc-img {
    margin: 0 0 15px;
  }
  .appointment-list .profile-info-widget .booking-doc-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
  }
  .appointment-list .profile-det-info {
    margin-bottom: 15px;
  }
  .appointments .appointment-action {
    margin-top: 0;
  }
  .user-tabs .nav-tabs .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .doc-det-info-tabs .nav-tabs .nav-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .review-listing .recommend-btn span {
    display: block;
    margin-bottom: 10px;
  }
  .review-listing > ul li .comments-reply {
    margin-left: 0;
  }
  .schedule-nav .nav-tabs li {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0;
  }
  .fc-header-toolbar .fc-left {
    margin-bottom: 10px;
  }
  .fc-header-toolbar .fc-right {
    margin-bottom: 10px;
  }
}

hr.style3 {
  border-top: 1px dashed #d1d1d1;
  margin-bottom: 40px !important;
}

hr.style4 {
  border-top: 1px dotted #8c8b8b;
}

@media only screen and (max-width: 575.98px) {
  .doc-name {
    margin-top: 10px;
  }
  .search-det-testi {
    display: none;
  }
  .clinic-details {
    margin: 10px auto !important;
    text-align: center !important;
  }
  .clinic-details .doc-location {
    margin: 10px 0px;
    text-align: left;
  }
  .ara-kriter {
    margin-bottom: 20px;
  }
  .uzman-sidebar-resim {
    width: 20%;
    display: none;
  }
  .fixed-menu {
    display: none;
  }
  .header-uzman {
    display: block;
    z-index: 998;
  }
  .fixed-sidebarmenu {
    display: none;
  }
  .fixed-sidebarmenu-genel {
    height: 100%;
    z-index: 9999 !important;
    position: fixed;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    overflow: auto;
  }
  .fixed-sidebarmenu-kapsam {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: visible;
    height: 100%;
    position: fixed;
    top: 50px !important;
    width: 230px;
    padding: 10px 7px;
  }
  .filtrele-button {
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: 20%;
    z-index: 998;
    background-color: #f1f1f1;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 5px 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
  }
  .ran-filtrele-table-hide {
    display: none;
  }
  .modal-tel-icon {
    font-size: 13px !important;
  }
  .uz-sorular-soru-cevap-bilgiler {
    display: block;
  }
  .uz-sorular-soru-cevap-kisiselbilgiler {
    margin-left: 0;
    display: block;
  }
  .uz-sorular-soru-cevap-kisiselbilgiler span {
    display: block;
    width: 100%;
  }
  .uz-sorular-soru-cevap-icerik {
    margin-top: 10px;
    margin-left: 0;
    padding-right: 0;
  }
  .chat-window .chat-scroll {
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .chat-cont-left,
  .chat-cont-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
    width: 100%;
    left: 0;
  }
  .dan-detay-timeline {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .dan-detay-timeline:last-of-type {
    height: auto;
  }
  .dan-detay-left {
    display: block;
    width: 100%;
    text-align: center;
  }
  .dan-detay-cizgi {
    display: none;
  }
  .dan-detay-nokta-kapsam {
    display: none;
  }
  .dan-detay-nokta {
    display: none;
  }
  .dan-detay-right {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
  .dan-detay-ran-tarih {
    color: #636363;
  }
  .dan-detay-ran-saat {
    color: #6c94a1;
  }
  .dan-detay-ran-sondurum-geldi {
    color: #04759b;
  }
  .dan-detay-ran-sondurum-gelmedi {
    color: green;
  }
  .dan-detay-ran-sondurum-belirsiz {
    color: orange;
  }
  .dan-detay-ran-sondurum-iptal {
    color: red;
  }
  .dan-detay-ran-baslik {
    font-weight: 600;
    color: #04759b;
  }
  .dan-detay-ran-hizmet-text {
    color: #3f3f3f;
    font-weight: 500;
  }
  .dan-detay-ran-not-text {
    color: #757575;
  }
  .uz-destek-detay-cevap-sol {
    border-right: none;
  }
  .uz-destek-detay-bilgi-kapsam {
    margin-bottom: 10px;
  }
  .uz-destek-detay-bilgi-kapsam div span:first-child {
    font-weight: 500;
    color: palevioletred;
  }
  .destek-widget-content {
    padding: 10px;
    text-align: center !important;
  }
  .uz-destek-detay-cevap-sag {
    background-color: #f4f9ff;
    padding: 15px;
  }
  .uz-destek-detay-cevap-sol .widget-profile {
    border-bottom: none !important;
  }
  .uz-destek-detay-cevap-kapsam {
    height: auto;
    background-color: #fff;
    border-top: 1px solid #5c5c5c;
  }
  .uz-destek-detay-cevap-sag-tarih {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .uz-destek-detay-cevap-sag-tarih span:nth-child(1) {
    font-weight: 600;
  }
  .uz-destek-detay-cevap-sag-icerik {
    padding: 5px 5px;
  }
  .ozet-sag-menu-kapsam {
    position: fixed;
    width: 100px;
    top: 30px;
    left: 40%;
    z-index: 100001;
    cursor: pointer;
  }
  .ozet-sag-bildirim-kapsam {
    position: absolute;
    height: 80%;
    width: auto;
    border: 1px solid red;
    right: 20px;
    left: 20px;
    background-color: #fff;
    border: 1px solid #ef7575;
    border-radius: 10px;
    overflow: auto;
    display: none;
  }
  .fixed-bildirim-anakapsam {
    width: 100%;
    z-index: 10000;
  }
  .fixed-bildirim-kapsam {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .doc-name {
    margin-top: 10px;
  }
  .ara-kriter {
    margin-bottom: 20px;
  }
  .clinic-details {
    margin: 10px auto;
    text-align: center;
  }
  .clinic-details .doc-location {
    margin: 10px 0px;
    text-align: left;
  }
  .uzman-sidebar-resim {
    width: 50%;
  }
  .fixed-menu {
    display: none;
  }
  .fixed-sidebarmenu {
    display: none;
  }
  .fixed-sidebarmenu-genel {
    height: 100%;
    z-index: 9999;
    position: fixed;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    overflow: auto;
  }
  .fixed-sidebarmenu-kapsam {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: visible;
    height: 100%;
    position: fixed;
    top: 80px !important;
    width: 230px;
    padding: 10px 7px;
  }
  .filtrele-button {
    position: absolute;
    display: block;
    text-align: center;
    left: 0;
    top: 20%;
    z-index: 998;
    background-color: #f1f1f1;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 5px 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
  }
  .header-uzman {
    display: block;
  }
  .ran-filtrele-table-hide {
    display: none;
  }
  .chat-window .chat-scroll {
    min-height: calc(100vh - 225px);
    max-height: calc(100vh - 225px);
    overflow-y: auto;
  }
  .chat-cont-left,
  .chat-cont-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
    width: 100%;
    left: 0;
  }
  .ozet-sag-menu-kapsam {
    position: fixed;
    width: 100px;
    top: 10px;
    right: 45%;
    z-index: 100001;
    cursor: pointer;
  }
  .ozet-sag-bildirim-kapsam {
    position: absolute;
    height: 80%;
    width: auto;
    border: 1px solid red;
    right: 20px;
    left: 20px;
    background-color: #fff;
    border: 1px solid #ef7575;
    border-radius: 10px;
    overflow: auto;
    display: none;
  }
  .fixed-bildirim-anakapsam {
    width: 100%;
    z-index: 10000;
  }
  .fixed-bildirim-kapsam {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ara-kriter {
    margin-bottom: 20px;
  }
  .ran-filtrele-table-hide {
    display: none;
  }
  .fixed-sidebarmenu {
    display: none;
  }
  .fixed-sidebarmenu-genel {
    height: 100%;
    z-index: 9999;
    position: fixed;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    overflow: auto;
  }
  .fixed-sidebarmenu-kapsam {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    overflow: visible;
    height: 100%;
    position: fixed;
    top: 0;
    width: 230px;
    padding: 10px 7px;
  }
  .filtrele-button {
    position: absolute;
    display: block;
    text-align: center;
    left: 48px;
    top: 20%;
    z-index: 998;
    background-color: #f1f1f1;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding: 5px 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
  }
  .chat-cont-left,
  .chat-cont-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: calc(100% - 48px);
    transition: left 0.3s ease-in-out 0s, right 0.3s ease-in-out 0s;
    max-width: calc(100% - 48px);
  }
  .chat-cont-right-danisan {
    max-width: 100% !important;
  }
  .chat-cont-left-danisan {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .klinik-resimler ul li a img {
    max-width: 40px;
  }
  .profil-foto {
    width: 80%;
  }
  .ara-kriter {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .klinik-resimler ul li a img {
    max-width: 35px;
  }
  .profil-foto {
    width: 80%;
  }
}

/* CUSTOM */
.carousel {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.ara-randevu-saat {
  margin-bottom: 10px;
}

.modal-tel-icon i {
  margin-right: 5px;
  color: #20c0f3;
}

.modal-button-onay {
  color: #20c0f3;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.modal-button-onay span i {
  color: #6ff7ac;
  font-size: 18px !important;
}

.modal-button-onayyok {
  color: #ff0100;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.modal-secim-box {
  cursor: pointer;
  font-size: 25px;
}

.modal-randevu-doldur {
  border: 2px solid #dc3545;
}

.bg-custom-takvim {
  background-color: #810016;
}

.randevular-sidebar-menu-kapsam {
  margin-top: 10px;
}

.filtrele-button-kapsam {
  text-align: center !important;
  margin-top: 15px;
}

.filtrele-button-filtrele {
  background: #6fd6f7;
  border: none;
  color: #fff;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  padding: 6px 12px !important;
  height: auto !important;
  width: 100%;
  margin-bottom: 10px;
}

.randevular-sidebar-button:hover {
  color: #797979;
  background: #f1f1f1;
}

.filtrele-button-temizle {
  background: #bebebe;
  border: none;
  color: #fff;
  text-transform: capitalize;
  box-shadow: none !important;
  border-radius: 3px !important;
  padding: 2px 6px !important;
  height: auto !important;
  width: 70%;
  margin-bottom: 10px;
}

.filtrele-button-temizle:hover {
  color: #797979;
  background: #f1f1f1;
}

.form-group .label {
  font-weight: 500 !important;
}

/* sweet alert 2 */

.swal2-container {
  z-index: 9999 !important;
}

.renkdenemeleri1 {
  color: #09dca4;
  color: #dcdcdc;
  color: #858585;
  color: #f8f9fa;
  color: #888;
}

/*-----------------
???
-----------------------*/

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  display: none;
}

.line3 {
  background-color: #cecece;
  height: 1px;
  margin: 6px auto;
  width: 100%;
}


/*-------- Typography Resize --------*/

/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
36px= 2.571428571rem
42px= 3rem
48px= 3.428571429rem
64px= 4.57142857rem
72px= 5.142857143rem
*/