.custom-logo {
  height: auto;
  background-color: #fff;
}
#base{
background-color: #ffffff !important;
border: 1px solid #ccc !important;

}
#location{
background-color: #ffffff !important;
border: 1px solid #ccc !important;
}
#languages{
background-color: #ffffff !important;
border: 1px solid #ccc !important;
}
#skills{
background-color: #ffffff !important;
border: 1px solid #ccc !important;
}
#education{
background-color: #ffffff !important;
border: 1px solid #ccc !important;
}
#experience{
background-color: #ffffff !important;
border: 1px solid #ccc !important;
}
#initial{
background-color: #ffffff !important;
border: 1px solid #ccc !important;}
}

.login-logo picture img {
  width: 23rem !important;
  height: auto;
  position: absolute;
  left: 50vw;
  transform: translate(-50%);
  top: 8vh;
}

.jazzmin-login-page {
  background: #ffffff !important;
}

.main-sidebar {
  background: linear-gradient(-45deg, #2193b0, #6dd5ed, #23447e, #11213f);
  background-size: 100% 100%;
  height: 100%;
}

.preview_view {
  background-color: #fff !important;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 1.1rem;
  color: #000;
}

.brang-color {
  background-color: #2673b7 !important;
}

.ribbon {
  background-color: #2673b7 !important;
  color: #fff;
  padding: 6.7px;
  height: 20px;
}

.custom-logo {
  width: 250px;
  border-radius:5px;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2px;
  margin: 2px;
}

.logo-profile {
  width: 200px;
}

.worker-profile {
  width: 90%;
}

.search-row-fix {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
}

.search-row-fix .select2-container {
    width: 1px !important;
    flex-grow: 1 !important;
    display: block !important;
}

.search-row-fix .btn {
    margin-left: 10px !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    width: auto !important;
    display: inline-block !important;
}