.switch-box {
  position: fixed;
  bottom: 15px;
  right: 120px;
  z-index: 9999;
}
.switch-box .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 1.5px solid #ffffff;
  transition: 0.4s;
}
.switch-box .slider::before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/night.png");
  background-repeat: no-repeat;
  background-position: center;
}
.switch-box .slider.round {
  border-radius: 34px;
}
.switch-box .slider.round::before {
  border-radius: 50%;
}
.switch-box .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 30px;
}
.switch-box .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-box input:checked + .slider {
  background-color: transparent;
  border: 1.5px solid #0e0e0e;
}
.switch-box input:focus + .slider {
  box-shadow: 0 0 1px #0e0e0e;
}
.switch-box input:checked + .slider:before {
  transform: translateX(24px);
  background: white url("../img/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff;
}
.theme-dark h3 {
  color: #ffffff;
}
.theme-dark h3 a {
  color: #ffffff !important;
  transition: 0.7s;
}
.theme-dark h3 a:hover {
  color: rgb(56, 167, 69) !important;
}
.theme-dark p {
  color: #ffffff !important;
}
.theme-dark body {
  background: #1d1d1d;
  color: #ffffff;
}
.theme-dark .common-btn .login-btn {
  color: #ffffff;
}
.theme-dark .common-btn .sign-up-btn:hover {
  color: #ffffff;
}
.theme-dark .main-nav {
  background-color: #252525;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a {
  color: #ffffff;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a i {
  color: #ffffff;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a.active {
  color: rgb(56, 167, 69) !important;
}
.theme-dark .main-nav nav .navbar-nav .nav-item a:hover {
  color: rgb(56, 167, 69) !important;
}
.theme-dark .navbar-area-two .menu-shrink {
  background-color: #252525 !important;
}
.theme-dark .banner-area:before {
  opacity: 0.7;
}
.theme-dark .banner-btn a {
  background-color: #252525;
  transition: 0.7s;
}
.theme-dark .banner-btn a:hover {
  background-color: rgb(56, 167, 69);
  color: #ffffff;
}
.theme-dark .banner-form-area {
  background-color: #252525;
  box-shadow: 0px 0px 0 15px #4d4d4d;
}
.theme-dark .banner-form-area form .form-group .form-control {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .banner-form-area form .form-group .form-select {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .banner-form-area form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.theme-dark .banner-form-area form .form-group .form-control::placeholder {
  color: #ffffff;
}
.theme-dark .banner-area-three {
  background-color: #0e0e0e;
}
.theme-dark .banner-area-three .banner-text h1 {
  color: #ffffff;
}
.theme-dark .page-title-area {
  background-image: none;
  background-color: #0e0e0e;
}
.theme-dark .category-item a {
  color: #ffffff;
}
.theme-dark .jobseeker-area, .theme-dark .category-area-two {
  background-color: #252525;
}
.theme-dark .category-area-two .category-item {
  background-color: #0e0e0e;
}
.theme-dark .sorting-menu ul li {
  color: #ffffff;
}
.theme-dark .account-area, .theme-dark .counter-area {
  background-image: none;
  background-color: #0e0e0e;
}
.theme-dark .job-item .job-inner .job-inner-left h3 a {
  color: #ffffff !important;
}
.theme-dark .job-item .job-inner .job-inner-right ul li a {
  color: #ffffff;
}
.theme-dark .popular-item ul li {
  color: #ffffff;
}
.theme-dark .companies-area {
  background-color: #252525;
}
.theme-dark .companies-item {
  background-color: #0e0e0e;
}
.theme-dark .companies-item .companies-btn {
  color: #ffffff;
}
.theme-dark .company-details-item .company-details-share span {
  color: #ffffff;
}
.theme-dark .company-details-item .company-details-find h3 {
  color: #ffffff;
}
.theme-dark .company-details-item .company-details-find ul li a {
  color: #ffffff;
}
.theme-dark .company-details-item .company-details-description h3 {
  color: #ffffff;
}
.theme-dark .profile-item .profile-inner {
  background-color: #252525;
}
.theme-dark .single-profile-item .single-profile-right .single-profile-name h2 {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-right .single-profile-textarea .single-profile-paragraph ul li {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-left .single-profile-contact h3 {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-left .single-profile-contact ul li {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-left .single-profile-contact ul li a {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-left .single-profile-social h3 {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-left .single-profile-social ul li {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-left .single-profile-social ul li a {
  color: #ffffff;
}
.theme-dark .single-profile-item .single-profile-left .single-profile-skills h3 {
  color: #ffffff;
}
.theme-dark .single-resume-profile span {
  color: #ffffff;
}
.theme-dark .single-resume-education span {
  color: #ffffff;
}
.theme-dark .single-resume-skills ul li {
  color: #ffffff;
}
.theme-dark .create-photo .create-photo-item .create-photo-right .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .blog-details-item .blog-details-nav a {
  color: #ffffff;
}
.theme-dark .blog-details-item .blog-details-form .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .subscribe-area {
  background-color: #252525;
}
.theme-dark .subscribe-item .newsletter-form .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .contact-form-area .form-group label {
  color: #ffffff;
}
.theme-dark .contact-form-area .form-group label a:hover {
  color: #ffffff;
}
.theme-dark .post-job-item .form-group label {
  color: #ffffff;
}
.theme-dark .post-job-item .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .post-job-item .form-group .job-category-area .form-select {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .post-job-item .job-currency-area .form-select {
  background-color: #252525;
  color: #ffffff;
}
.theme-dark .create-information .form-group label {
  color: #ffffff;
}
.theme-dark .create-information .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .create-education .form-group label {
  color: #ffffff;
}
.theme-dark .create-education .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .create-skills .form-group label {
  color: #ffffff;
}
.theme-dark .create-skills .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .form-group label {
  color: #ffffff;
}
.theme-dark .form-group .form-control {
  background-color: #0e0e0e;
  color: #ffffff;
}
.theme-dark .dashboard-area .dashboard-nav ul li a {
  color: #ffffff;
}
.theme-dark .login-area .login-sign-in ul li {
  color: #ffffff;
}
.theme-dark .accordion a {
  color: #ffffff !important;
}
.theme-dark .accordion a::after {
  color: #ffffff;
}
.theme-dark .privacy-item ul li {
  color: #ffffff;
}/*# sourceMappingURL=theme-dark.css.map */