
/*# sourceMappingURL=custom.min.css.map */


.logo-lg, .logo-sm{
    display: inline-block;
    width: 290px;
}


.logo-lg img, .logo-sm img{
    width: 100%;
    line-height: 1;
    height: auto;
}

.form-accordion .accordion-button {
    color: #0b5c93;
  font-size: 18px;
  font-weight: bold !important;
  border: 0 !important;
  box-shadow: none;
}

.form-accordion .card-title{
    color: #0b5c93;
  font-size: 18px;
  font-weight: bold !important;
}

.card-body.accordion-collapse .card-header {
    border: 0;
    padding: 20px 0;
}

.card-body.accordion-collapse .card-body {
    border: 1px solid #eee;
    position: relative;
}

.card-body.accordion-collapse  .right-col .card-header {
    border: 0;
    padding: 0px 0 10px;
}

.form-accordion .card-body.accordion-collapse  .right-col .card-title{
    color: #212529;
  font-size: 16px;
  font-weight: 400 !important;
}

.form-accordion .right-col .card{
    box-shadow: none;
    border: 0;
}


.upload-file-here input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
        color: transparent;
        -webkit-appearance: none; /* Chrome, Safari, Opera */
        -moz-appearance: none; /* Firefox */
        appearance: none; /* Standard */
      }
      
    
.upload-file-here input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    margin-left: 10px;
    padding: 0;
    height: 50px;
    width: 0; }


    .upload-file-here input[type="file"]::-moz-browse-button {
        visibility: hidden;
        margin-left: 10px;
        padding: 0;
        height: 50px; /* Adjust height as needed */
        width: 0;
    }
   
      .download-file {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 999;
        width: 218px;
        height: 100px;
        pointer-events: none;
        
    }

    .upload-file-here {
        display: block;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        width: 100%;
        max-width: 100%;
        height: 200px;
        padding: 5px 10px;
        font-size: 14px;
        line-height: 22px;
        color: #777;
        background-color: #FFF;
        cursor: pointer;
        background-image: none;
        text-align: center;
        border: 2px solid #E5E5E5;
        -webkit-transition: border-color .15s linear;
        transition: border-color .15s linear;
    }

    .upload-file-here:hover {
        background-size: 30px 30px;
        background-image: -webkit-linear-gradient(135deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
        background-image: linear-gradient(-45deg, #F6F6F6 25%, transparent 25%, transparent 50%, #F6F6F6 50%, #F6F6F6 75%, transparent 75%, transparent);
        -webkit-animation: stripes 2s linear infinite;
        animation: stripes 2s linear infinite;
    }


@keyframes stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 60px 30px
    }
}