.navbar .container .navbar-brand {
    color: #373535;
    font-size: 40px;
    margin: 8px 0;
}

.textarea {
  width: 300px;
  height: 150px;
}

table.table a {
  color: #4E94F;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}

.form-group label {
    transition: .2s;
    z-index: 3;
    color: #0070F4;
    font-weight: 500;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: red;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: red;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: red;
 }
 
.dropdown:hover >.dropdown-menu{
  display: block !important;
}

.dropdown-submenu:hover > .dropdown-menu{
  display: block !important;
    left: 100%;
    margin-top: -37px;
}

.dropdown-item{
  font-size: small; /* 13px */
}

.dropdown-toggle::after{
  font-size: var(--font-md);
  margin-bottom: -2px;
}

.dropdown-menu li a.active{
  color:#fff;
}

.custom-toggle-arrow{
      font-size: 18px;
      margin-top: 1px;
      line-height: 12px;
}

.delayed {
  transition: all 0.2s;
  transition-delay: 300ms;
}

.delayed:active {
  transition: none;
}