.bgprimary {background-color: #FD6961;border-color:#FD6961}
.primarytext {color: #FD6961;}
.whitetext{color:white}
.master-heading{text-transform:uppercase;}
.card-title{margin-top: 0.5rem;}

/* BGs
*************************************/
.upload-box {
    background-color: white;
}

/* Upload files
*************************************/
.dropzone-wrapper {
    padding:20px;
    margin-top:3em;
    background-color:rgba(255,255,255,0.85);
    border-radius: 4px;
}


.files-container {
    position: relative;
    background:transparent;
    border: 2px dashed #cccccc!important;
    min-height: auto;
}

/*** Dropzone ***/
.files-container.hover {
    /*background-color: rgba(255, 255, 255, 0.1);
    border: 2px dashed rgba(255, 255, 255, 0.5);*/
    color: rgba(255, 255, 255, 0.85);
}

.upload-info{
    text-align: right;
}


/* === Uploaded Files === */
.uploaded {
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .file {
    display: flex;
    flex-direction: column;
    width: 90%;
  }
  .file__name {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    line-height: 0;
    font-size: 18px;
  }
  .fa-times:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .bi-file-earmark-text {
    padding: 10px;
    font-size: 20px;

  }

  .remove-file {
    background: none;
    padding: 0px;
    border: none;
    color:red;
  }

  /*
  .drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
  }
  */
  .file-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px
  }
  .custom-file {
    /*display: flex;
    flex-wrap: wrap;
    gap: 20px;*/
    justify-content: center;
    align-items: center;
  }

  .drop-container, .drop-container-mult {
    position: relative;
    /*flex-direction: column;*/
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #ccc;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
  }

  .sup-drop {
    min-height:200px
  }


  .drop-container:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #fff;
  }

  .drop-container:hover .drop-title {
    color: #222;
  }

  .drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
  }

.custom-file input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #084cdf;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

.custom-file input[type=file]::file-selector-button:hover {
    background: #0d45a5;
}

.custom-file input {
    margin-top: 1em;
}
