     
     
     

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

body {
  background: rgb(61, 78, 92) !important;
} /* Adding !important forces the browser to overwrite the default style applied by Bootstrap */






.dropdown:hover .dropdown-menu{
    display: block !important;
 }
.dropdown-submenu:hover > .dropdown-menu{
  display: block !important;
    left: 100%;
    margin-top: -37px;
}
.dropdown-item{
  font-size: medium; /* 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;
}

.cause {
    width: 1200px !important;
    height: 400px !important;
}

     
        /* {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

input[type=text]:invalid {
    border: red solid 1px;
}

.container {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.container > label {
   text-align: center;
}
#comment{
    background-color: cornflowerblue;
}
#addComments {
    width: 20%;
    padding: 5px;
    background-color: darkblue;
    color: white;
    align-self: center;
}

.wrapper > button {
    margin-right: 5px;
    padding: 5px;
    background-color: darkblue;
    color: white;
}//

