.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.big {
  height: 350px;
}

.col-md-6 .user-input {
  height: 100%;
  resize: none;
}

.personal-space {
  margin-top: 10px;
}

.col {
  margin-top: 10px;
}

.Decrease {
  color: #4f9956;
}

.Increase {
  color: #dc3545;
}


.form-control:focus {
  border-color: #6d758d33;
  box-shadow: 0 0 0 0rem !important;
}

.fileInput {
  margin-bottom: 0px;
}

.btn-primary1 {
  color: rgb(255, 255, 255);
  background-color: rgb(51, 122, 183);
  border-color: rgb(46, 109, 164) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-primary1:active,
.btn-primary1:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(40, 96, 144);
  border-color: rgb(32, 77, 116);
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

#status {
  font-size: 19px;
  padding-top: 9px;
}

.alert {
  display: none;
}

.right {
  float: right !important;
}

.btn {
  color: white !important;
}

.modal-dialog {
  top: 210px;
}

.close:focus {
  outline: none;
}

.about {
  top: 1px;
  font-weight: 400;
  right: 30px;
  width: 32px;
  height: 31px;
  color: #bcb9b9 !important;
  outline: none;
  display: block;
  font-size: 20px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  background-color: #eeeeee;
  -webkit-transition: 0.2s;
  margin-top: 16px;
  font-family: unset;
}

#aboutBtn:hover {
  color: #ffffff !important;
  background-color: #a1a1a199;
  cursor: pointer;
}

.font-weight-bold {
  font-weight: 600;
}

.hide {
  display: none;
}

#backdrop {
  display: none;
}

@media (max-width: 565px) {
  .right {
    float: none !important;
  }

  .fcol {
    margin-bottom: 7px !important;
  }

  .b1 {
    width: 32%
  }

  .b2 {
    width: 48%;
  }
}