.p-panel-header {
  background: transparent !important;
  padding-bottom: 0 !important;
  padding-left: 10px !important;
  padding-top: 10px !important;
}

.p-panel-content {
  background: transparent !important;
  padding: 0px !important;
  padding-top: 10px !important;
}

.p-panel-icons {
  margin-top: -50px !important;
  margin-right: -15px !important;
}

.p-selectbutton .p-button.p-highlight {
  background: rgb(17, 45, 85) !important;
  border-color: rgb(16, 45, 85) !important;
  color: #ffffff !important;
}

.p-selectbutton .p-button {
  background: rgb(9, 26, 50) !important;
  border: 1px solid rgb(13, 36, 68) !important;
  color: #ffffff;
  transition: background-color 0.15s, border-color 0.15s, box-shadow 0.15s;
}

.p-selectbutton .p-button .p-focus {
  border-color: rgb(17, 45, 85) !important;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgb(16, 45, 85);
  border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(17, 45, 85);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(17, 45, 85);
}

/* .scroll-holder {
  margin-top: 50px !important;
}

.scroll .scroll-holder .imageSlider {
  top: -20px !important;
} */

.p-checkbox .p-checkbox-box.p-highlight {
  background-color: gold !important;
}

.imageSlider {
  top: 23px !important;
  padding-right: 20px !important;
}
