::selection {
  color: #fff;
  background: #293352;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #293a4a;
}

.progress-bar {
  background-color: #cba157;
}


/* =========== LOGİN ============== */

body {
  background-color: #eaeef7;
}

section {
  padding: 0 50px;
}

.unf-font-family {
  font-family: 'Nunito', sans-serif;
}

.bg-primary-black {
  background-color: #000;
}

.unf-with-google-btn {
  padding: 14px 0px;
  width: 100%;
  border: 2px solid #f1f1f1;
  line-height: 16px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  box-shadow: 0 3px 6px #f1f1f1;
  transition: all .2s linear;
}

.unf-with-google-btn img {
  position: absolute;
  left: 15px;
  top: 12px;
}

.unf-with-google-btn:hover {
  box-shadow: 0 3px 10px #c1c1c1;
}

.login-or-span {
  font-family: 'Nunito', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #c9c9c9;

}

.btn-primary {
  background-color: #293352;
  border-color: #293352;
}

.btn-primary:hover {
  background-color: #cba157 !important;
  border-color: #cba157 !important;
}


/* ================= SIDEBAR ============ */

.main-sidebar {
  background-color: #293352;
}

.main-sidebar .sidebar-menu li a {
  color: #fff;
}

.main-sidebar .sidebar-menu li a:hover {
  background-color: #eaeef7;
  color: #293a4a;
}

.main-sidebar .sidebar-brand {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
  line-height: 60px;
  padding: 35px 0;
}



.main-sidebar .sidebar-menu li.active a {
  background: rgb(203, 161, 87);
  background: linear-gradient(90deg, rgba(203, 161, 87, 1) 0%, rgba(41, 51, 82, 1) 100%);
  color: #fff;
  transition: all .2s linear !important;
}

.dropdown-after a::after {
  content: "";
  background: rgb(203, 161, 87);
  background: linear-gradient(90deg, rgba(203, 161, 87, 1) 0%, rgba(41, 51, 82, 1) 100%);
  color: #fff;
  transition: all .2s linear;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 4px;
  z-index: -1;
}

.dropdown-after a::before {
  content: "";
  height: 50px;
  width: 4px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  transition: all .2s linear !important;
}

.main-sidebar .sidebar-menu li a:hover {
  background: rgb(203, 161, 87);
  background: linear-gradient(90deg, rgba(203, 161, 87, 1) 0%, rgba(41, 51, 82, 1) 100%);
  color: #fff;
  transition: all 2s linear;
  transition: all .2s linear !important;
}

.main-sidebar .sidebar-menu li a:hover::before,
.main-sidebar .sidebar-menu li.active a::before {
  content: "";
  height: 50px;
  width: 4px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  transition: all .2s linear !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
  color: #fff;
  height: 50px;
  padding-left: 15px;
}
body.sidebar-mini .main-sidebar:after {
  background-color: #293352;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
  background-color: #293352;
  color: #fff;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu li a {
  background-color: #293352;
  color: #fff;
}
.dropdown-menu .dropdown-title {
  color: #fff!important;
}
.dropdown-after a::before {
 content: none;
}
.dropdown-after a::after {
  left: 0;
}
body.sidebar-mini .main-sidebar .sidebar-menu > li ul.dropdown-menu {
  width: 250px;
  left: 60px;
}



/* ================== NAVBAR ============== */

.navbar-bg {
  height: 80px;
  background-color: #fff;
}

form .navbar-nav .nav-link {
  color: #000;
}

.navbar-right .nav-link,
.navbar .nav-link.nav-link-user {
  color: #293a4a;
}

.notification-status p {
  width: 75%;
  display: block;
  position: relative;
  white-space: break-spaces;
  line-height: 15px;
}
.notification-status small {
  width: 25%!important;
}




/* =================== MAIN CONTENT ================ */

.alert-unf-primary {
  background-color: #cba157;
}

.main-content {
  padding-top: 115px;
}

.bg-unf-yellow {
  background-color: #ebd7b9;
}

.bg-unf-green {
  background-color: #d3fae9;
}

.bg-unf-blue {
  background-color: #8df7f7;
}

.bg-unf-red {
  background-color: #f8d2d6;
}

.icon-box {
  padding: 15px 0;
  border-radius: 50%;
  height: 60px;
  max-width: 60px;
}

.icon-box img {
  display: block;
  margin: auto;
  object-fit: contain;
}

.title-box h1 {
  font-size: 21px;
}

.title-box p {
  margin: 0;
}


.datepicker {
  background: #fff;
  border-radius: 5px;
  overflow: visible;
}

.datepicker .datepicker-header {
  height: 250px;
  background-image: url("https://cdn.dribbble.com/users/3178178/screenshots/6346366/lifeguard_on_duty.jpg");
  background-position: center center;
  background-size: 100%;
}



.datepicker .ui-datepicker-header {
  text-align: center;
  padding-bottom: 1em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 3em;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
  display: inline;
  float: left;
  cursor: pointer;
  font-size: 1.4em;
  padding: 0 10px;
  margin-top: -5px;
  color: #ccc;
}

.datepicker .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

.datepicker .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}

.datepicker .ui-datepicker-calendar thead {
  color: #ccc;
}

.datepicker .ui-datepicker-calendar tr th,
.datepicker .ui-datepicker-calendar tr td {
  padding-bottom: 0.5em;
}

.datepicker .ui-datepicker-calendar a {
  color: #444;
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}

.datepicker .ui-datepicker-calendar .ui-state-highlight {
  border-color: #d24d57;
  color: #d24d57;
}

.datepicker-title {
  padding: 0 15px;
  padding-top: 15px;
}

.datepicker-title h2 {
  font-size: 16px;
}

.course-icon-box {
  padding: 5px 15px;
  background-color: #5F9DDE50;
  margin-right: 15px;
  border-radius: 3px;
}

.course-icon-box i {
  color: #6d93fd;
  font-size: 25px;
}




/* ============= ALL COURSES ============ */

.course-box .course-img-box img {
  width: 100%;
}

.course-box .course-content h1 {
  font-size: 16px;
  height: 50px;
}

.pricing-english-course {
  box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
  background-color: #fff;
  border-radius: 3px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%!important;


 
}

.pricing-english-course .pricing-padding .pricing-price {
  margin-bottom: 0;
}




/* ================ COURSE DETAILS ================== */


.tution-box h2,
.lesson-box h2 {
  font-size: 24px;
  letter-spacing: .5px;
  margin-bottom: 0;
}

.tution-box span {
  display: block;
  font-size: 14px;
  letter-spacing: .5px;
  margin-bottom: 25px;
}

.payment-btn-box a {
  width: 48%;
  margin-right: 5px;
}

.image-box {
  width: 100%;
  background: rgb(41, 51, 82);
  background: linear-gradient(150deg, rgba(41, 51, 82, 1) 47%, rgba(203, 161, 87, 1) 100%);
  padding: 15px;
  border-radius: 5px;
  margin: auto;
}

.image-box img {
  width: 50%;
  border-radius: 5px;
  height: 250px;
  object-fit: cover;
}

.image-box h1 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
}

.image-box p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.sticky-card {
  position: sticky;
  top: 50px;
}

.overview-header-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
  padding-bottom: 0;
}

.overview-header-box p {
  color: #c1c1c1;
  font-size: 13px;
  line-height: 20px;
}

.progress-text p {
  color: #fff;
  margin: 0;
}

.overview-info-boxes {
  border-radius: 5px;
  padding: 10px 0;
  box-shadow: 0 3px 5px #c1c1c1;
}

.overview-info-boxes p {
  line-height: 21px;
}

.overview-info-boxes strong {
  font-size: 18px;
}


.activities .activity .activity-icon {
  width: 25px !important;
  height: 25px !important;
}

.activities .activity:before {
  left: 12px !important;
  background-color: #293a4a !important;
}

.activities .activity .activity-detail {
  padding: 5px !important;
}

.activities .activity .activity-detail:before {
  display: none !important;
}

.activity-detail .course-box {
  width: 85%;
  margin: auto;
}

.card .card-body .section-title {
  font-size: 24px;
}

.card .card-body .section-title:before {
  margin-top: 13px;
}

.tickets .ticket-content {
  width: 100% !important;
}



/* ================ PROFILE PAGE ================== */


.profile-widget-picture {
  position: absolute;
  left: 10%;
  transform: translateX(-50%);
  border-radius: 50%;
  height: 100px;
  overflow: hidden;
  width: 100px;
}

.profile-widget-picture img {
  box-sizing: border-box;
  height: 100%;
  left: 50%;
  max-height: 100%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.15s ease-out;
  width: auto;
}

.profile-widget-picture:hover .image-wrapper {
  bottom: 0;
}

.layer {
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.layer.visible {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg) translate(-50%);
  }

  100% {
    transform: rotate(360deg) translate(-50%);
  }
}

.profile-widget-picture .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: spin 0.35s infinite linear;
  animation: spin 0.35s infinite linear;
  border: 2px solid #707070;
  border-radius: 50%;
  border-top-color: white;
  height: 25px;
  transform-origin: left;
  top: 45%;
  width: 25px;
}

.hidden-input {
  left: -999px;
  position: absolute;
}

.image-wrapper {
  background: rgba(0, 0, 0, 0.2);
  bottom: -50px;
  height: 50px;
  left: 0;
  position: absolute;
  transition: bottom 0.15s linear;
  width: 100%;
}

.edit {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  cursor: pointer;
  font-size: 22px;
  top: 10px;
}






.event-marker {
  position: relative;
}

.event-marker[title]:hover:after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: -50px;
  background-color: #000;
  color: #fff;
  width: 400%;
  text-align: left;
  padding: 5px 15px;
  border-radius: 3px;
}

.event-marker a:after {
  position: absolute;
  content: "." !important;
  font-size: 300% !important;
  color: #d24d57 !important;
  top: -35%;
}



/* ================= APPLICATION PAGE  */

.pricing.pricing-highlight .pricing-cta a,
.pricing.pricing-highlight .pricing-title {
  background-color: #004EA1 !important;
}

.pricing .pricing-price div:nth-child(1) {
  font-size: 42px;
}
.pricing .pricing-price div:nth-child(2) {
  font-size: 42px;
  font-weight: 600;
}


/* ================= PAYMENT  */
.pricing.pricing-highlight .pricing-cta a,
.pricing.pricing-highlight .pricing-title {
  background-color: #293352 !important;
}

.pricing.pricing-highlight .pricing-cta a:hover {
  background-color: #293352 !important;
}




/* ================= SHARE BUTTON  */
.share-buttons {
  display: flex;
  gap: 10px;
  padding: 15px;
}
.share-button {
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 16px;
}
.facebook {
  background-color: #3b5998;
}
.twitter {
  background-color: #1da1f2;
}
.linkedin {
  background-color: #0077b5;
}
.pinterest {
  background-color: #bd081c;
}
.reddit {
  background-color: #ff4500;
}
.whatsapp {
  background-color: #25d366;
}