#menu {
  height: 100vh;
  overflow-y: scroll;
  position: relative;
  z-index: 5;
  background-color: #fafafa; }

#preview {
  height: 100vh;
  overflow-y: hidden; }

h5 {
  font-size: 16px !important; }

p, label, ::placeholder, span, select, input {
  font-size: 14px !important; }

input[type=number] {
  width: 100px; }

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

/* Track */
::-webkit-scrollbar-track {
  background: WhiteSmoke; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: silver;
  /*outline: 2px solid #f5f5f5;
  outline-offset: -2px;*/ }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: DarkGray; }

.btn-submit {
  margin: auto;
  width: 100px;
  padding: 5px;
  background-color: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(11, 39, 91, 0.2);
  transition: all 0.3s ease; }
  .btn-submit:hover {
    box-shadow: 0px 2px 5px rgba(11, 39, 91, 0.25);
    border: 1px solid #a1a1a1;
    transform: translateY(2px); }

.accordion-button:focus {
  box-shadow: none !important; }

.accordion-button:not(.collapsed) {
  color: #000000 !important;
  background-color: #ebebeb !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13) !important; }

.accordion-button:not(.collapsed)::after {
  background-image: url(https://raw.githubusercontent.com/feathericons/feather/734f3f51144e383cfdc6d0916831be8d1ad2a749/icons/chevron-down.svg) !important; }

.accordion-button::after {
  background-image: url(https://raw.githubusercontent.com/feathericons/feather/734f3f51144e383cfdc6d0916831be8d1ad2a749/icons/chevron-down.svg) !important; }

input[type="color"] {
  -webkit-appearance: none;
  border-radius: 30px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-width: 0px;
  margin-bottom: -1rem; }

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 1.5px 0 0 0; }

input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 30px;
  width: 40px !important;
  height: 35px !important; }

/*# sourceMappingURL=customize.css.map */
