html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*@media (min-width: 1500px) {
    #recruiterChart {
        width: 500px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1480) {
    #recruiterChart {
        width: 350px !important;
    }
}*/




.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/*
.modal-content {
    width: 800px;
}*/

.select2-selection--single .select2-selection__rendered {
    text-align: center;
}
/* Hide original dropdown arrow */
.select2-selection__arrow {
    display: none;
}

/* Adjust width of dropdown */
.select2-container--default .select2-selection--multiple {
    width: 100%;
}
.btn-custom {
    background-color: white;
    color: black; /* Optional: Set text color to black */
    border: 1px solid #ced4da;
}

.dz-image img {
    width: 100%;
    height: 100%;
}

.dz-error-message {
    display: none !important;
}
