.add_new{
  display: block;
  width: 100%;
  text-align: left;
}


.modal-toggle {
  cursor: pointer;
  color: #268bd2;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;

  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;

  pointer-events: auto;
}

.modal-wrapper > div {
  width: 460px;
  height: fit-content;
  max-height: 92%;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;

  top: 0;
  bottom: 0;
  left: 0;
  right: 0;

  margin: auto;

  vertical-align: middle;
  padding: 20px;
  border-radius: 6px;
  background: #fff;
  z-index: 1;
}

.close {
  background: #606061;
  color: #ffffff;
  line-height: 25px;
  position: absolute;
  right: -1px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.close:hover {
  background: #00d9ff;
}


.input-inline-vols{
  width: 100%;
  display: block;
  height: 30px;
  padding: 5px;
}

.modal-content{
  line-height: 2rem;
}

.text-red{
  color: red !important;
}

.btn-inline-vols-container{
  width: 100%;
  display: block;
}
.btn-inline-vols{
  background: #3dae14;
  border: 1px solid darkgray;
  height: 40px;
  padding: 10px;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.add-vol-toolbar-tab{

}

.menu-admin-vols{

}

.preview-image{

}

.preview-image img{
  width: 30%;
}