header {
    background: #363839;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-item .nav-link:hover {
    color: #FCAD54;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #FCAD54;
}

.main-nav .nav-item .nav-link:hover {
    text-decoration: underline;
}

.login-button {
    border: none;
}

.page-title h3 {
    color: #363839;
}

.bg-1 {
    background-color: #757575;
}

.bg-3 {
    background-color: #757575;
}

label {
    color: #757575;
}

.btn-main, .btn-main-sm {
    color: #212529;
}

.btn-main:focus, .btn-main-sm:focus {
    color: #212529;
}

.btn-main:active, .btn-main-sm:active {
    background-color: #f8f9fa;
}

.btn-main:hover, .btn-main-sm:hover {
    color: #212529;
}

.btn-secondary:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}

.btn-secondary:focus {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #000;
}

.btn-transparent:hover {
    background: #FCAD54;
}

.action-btn{
    background: transparent;
    border: 2px solid #FCAD54;
    border-radius: 100%;
    color: #FCAD54;
    font-size: .875rem;
    padding: 0.25rem 0.5rem;
}

.action-btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(252,173,84,.25);
    color: rgba(252,173,84,.75);
    outline: 0;
}

.action-btn:hover{
    background: #FCAD54;
    color: #fff;
}

.dashboard-container .product-details span {
    color: #757575;
}

.match-info { 
    margin-bottom: 2em; 
    padding-bottom: 2em; 
    border-bottom: 1px solid #ccc; 
    font-weight: 600;
    color: #555;
}

.match-info-last { 
    margin-bottom: 2em; 
    padding-bottom: 2em; 
    font-weight: 600;
    color: #555;
}

.match-info-last li {
    margin-top: 10px;
}

.cv-profile-pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.user-dashboard-menu li a span {
    color: #67727E;
}

.footer .block ul li a, .footer .block ul li span {
    color: #8A8A8A;
}

.footer-bottom a{
    color: #c7c7c7;
    font-size: 14px;
    font-weight: 400;
}

.footer-bottom a:hover{
    color: #FCAD54;
}

/* Interested Modal */
#interestedModal .btn-secondary{
    border-color: #6c757d;
    color: #6c757d;
}

#interestedModal .btn-secondary:hover{
    background-color: #545b62;
    border-color: #545b62;
    color: #fff;
}

/* Confirm Modal */
#confirmModal .btn-secondary{
    border-color: #6c757d;
    color: #6c757d;
}

#confirmModal .btn-secondary:hover{
    background-color: #545b62;
    border-color: #545b62;
    color: #fff;
}

/* BS-Stepper */
.active .bs-stepper-circle {
    background-color: #FCAD54;
}

.bs-stepper .step-trigger:focus {
    color: #FCAD54;
}

.disabled {
    pointer-events: none;
    opacity: .45;
}

#installApp {
    cursor:pointer;
}

/* Flag Icons */
.fi-locale-el {
    background-image: url(../../css/plugins/flag-icons/flags/4x3/gr.svg);
  }
  .fi-locale-en {
    background-image: url(../../css/plugins/flag-icons/flags/4x3/gb.svg);
  }

  @media (max-width: 992px) {
    #action-btns li {
      width: 100%;
      padding: 0 0 5px 0;
    }
  }  

  #iOSModal .modal-dialog {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
  }

  ion-icon {
    color: #7AB6FC;
  }

/* Nice select */
.nice-select .list {
    max-height: 250px;
    overflow-y: scroll !important;
}

.logo, .logo img {
    max-height: 60px;
    max-width: 300px;
}