html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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: 62px;
  margin-top: 67px;
}

body header.Header {
    background-color: #111111 !important; /* Change this to the desired background color */
}

header {
    background-color: #111111 !important;
    color: #111111 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .logo {
    max-height: 24px;
}

footer {
    background-color: #f8f4f4;
}

.btn-submit {
    background-color: #f81151;
    color: white;
    min-width: 150px;
    border-radius: 20px;
}

.mt-item {
    margin-top: 0.5rem !important;
}

.notice-area .list-group-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.dropdown-menu-right {
    right: 0 !important;
    left: auto !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.btn_menu_dropdown {
    padding-right:0; 
}

.btn_menu_dropdown {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 0 .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

.red_item {
    color:red;
}

.dropdown-menu.dropdown-menu-right.show {
    background-color: #e9ecef;
}

.validation-summary-errors ul {
    list-style-type: none; 
    padding-left: 0;
}