﻿/* ------------------------------------------- Added Code ------------------------------------------- */

.display-none {
    display: none;
}

.mouse-cursor {
    cursor: pointer;
}

.img-pointer-events {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.between-two-div {
    padding: 10px;
    display: none;
}

.xfile-upload-file {
    display: block;
}

.img-drag-size{
    width: 85px;
    height: 85px;
}

.dragdrop-text {
    position:absolute;
    top: 215px;
}

.upload-dragdrop-form {
    border: 2px dashed #2a63ff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.horizontal, .vertical {
    display: none;
    background-color: #b3b3b3;
    position: absolute;
    border-radius: 4px;
}

.horizontal {
    width: 100px;
    height: 25px;
}

.vertical {
    width: 25px;
    height: 100px;
}

.fileupload-display {
    display: none;
}

.progress-container {
    width: 100%;
    height: 20px;
    background-color: #3b6fff;
    outline: 0px;
    border-radius: 3px;
    border: groove 1px #b0a0ff;
}

.progress-bar {
    width: 0;
    height: 100%;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    background-color: #00217b;
    outline: 0px;
    border-radius: 3px;
}

.title-progress-container {
    width: 97%;
    height: 11px;
    background-color: white;
    outline: 0px;
    border: 1px groove black;
    border-radius: 2px;
}

.title-progress-bar {
    width: 0;
    height: 100%;
    background-color: limegreen;
    outline: 0px;
    border-radius: 2px;
}

.PBar-display {
    display: none;
}

.title-pbar {
    width: 100%;
    margin-top: 5px;
}

.between-uploadclear-pbar {
    margin-top: 15px;
}

.file-selected {
    display: none;
}

.link-copied-text {
    color: lime;
}

@media (max-width: 768px) {
    .between-two-div {
        display: block;
    }
}

/* ------------------------------------------- Added Code ------------------------------------------- */