﻿/* Loading Color */
.line-scale > div {
    background-color: #1984C8;
}

.footer {
    position: relative;
    margin-top: -150px; /* negative value of footer height */
    height: 150px;
    clear: both;
    padding-top: 20px;
}

.customd-listbox {
    position: relative;
    margin-bottom: 1.5rem;
}

.customd-listbox label {
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    color: #757575;    
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
}

.customd-listbox label.active {
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
    font-size: 0.8rem;
}
.main-body {
    background-image: url('../img/main_bg.jpg');
}
.readonlytextbox{
    border-bottom:0px;
}
#dropSection {
    height: 300px;
    width: 600px;
    background-color: skyblue;
}
.dropUploadActive {
    background-color: yellow !important;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-image: linear-gradient(90deg, rgba(204,197,187,1) 0%, rgba(214,209,192,1) 45%, rgba(232,228,222,1) 100%)
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.card-home {
    height:400px;
    width:350px;
}