/**
 * 2008-2025 Prestaworld
 *
 * NOTICE OF LICENSE
 *
 * The source code of this module is under a commercial license.
 * Each license is unique and can be installed and used on only one website.
 * Any reproduction or representation total or partial of the module, one or more of its components,
 * by any means whatsoever, without express permission from us is prohibited.
 *
 * DISCLAIMER
 *
 * Do not alter or add/update to this file if you wish to upgrade this module to newer
 * versions in the future.
 *
 * @author    prestaworld
 * @copyright 2008-2025 Prestaworld
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * International Registered Trademark & Property of prestaworld
 */

.presta-custom-File-upload {
    margin-bottom: 1rem;
    height: 540px;
}
.presta-col {
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 100%;
}
.presta-dm-uploader {
    border: 0.25rem dashed #A5A5C7;
    text-align: center;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 3rem;
    height: 100%;
}
.presta-drop-drag-btn{
    margin-bottom: 3rem;
}
.presta-msg-content {
    min-height: 150px;
    color: #000000;
}
.presta-drop-drag-title {
    margin-top: 15px;
}
.presta-size-msg {
    margin-bottom: 2px;
}
.presta-ext-msg {
    margin-bottom: 25px;
}
.presta-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.presta-files {
    overflow-y: scroll !important;
    height: 100%;
    margin-bottom: 0px;
}
.presta-upload-stop-all-btn{
    float: right;
}
.presta-card-block {
    padding-bottom: 1.25rem;
}
.presta-title-desc-div {
    padding-right: 0px;
    padding-left: 20px;
}
.pretsa-padding-0,
.presta-preview-file-div,
.presta-icon-btn,
.presta-modal-title,
.presta-modal-body {
    padding: 0px;
}
.presta-file-icon-div {
    position: relative;
}
.presta-icon-name, .presta-file-icon-name {
    font-size: 23px;
    background: #25b9d7;
    font-weight: 600;
    border-radius: 10px;
    width: 95px;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    top: 62%;
    padding: 4px 2px 11px 2px;
    left: 11.2%;
    transform: translate(-50%, -50%);
}
.presta-file-icon-name {
    left: 44.2%;
}
.presta-icon-name-cart, .presta-file-icon-name-cart {
    font-size: 18px;
    width: 80px;
    left: 11.6%;
    padding: 2px 0px 7px 0px;
}
.presta-file-icon-name-cart {
    left: 46.2%;
}
.presta-invalid-file-err {
    padding: 12px;
    margin-top: 15px;
    margin-left: 15px;
    border-style: solid;
    border-width: 2px;
    border-left-width: 12px;
    border-radius: 8px;
    float: left;
    width: 85%;
    background-color: #f2dede;
    border-color: #a94442;
    color: #a94442;
}
.presta-form-control:focus {
    color: #232323;
    background-color: #ffffff;
    outline: none !important;
}
.presta-form-control {
    background-color: #ffffff;
}
.presta-hr {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.presta-preview-file-name {
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
}
.presta-files-save-delete-btn {
    text-align: right;
}
.presta-icon-btn {
    background: none;
    border: none;
    outline: none;
}
.presta-icon-btn:focus {
    outline: none;
}
.presta-icon-btn .material-icons {
    font-size: 40px;
}
.presta-icon-btn .presta-save-icon {
    color: #24b9d7;;
}
.presta-cancel-icon{
    color: #ff8f4c;
}
.presta-delete-icon{
    color: #ff4c4c;
}
.presta-icon-btn:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}
.presta-upload-icon {
    font-size: 18px;
    vertical-align: sub;
    margin-right: 0px !important;
}
.presta-upload-file-modal-btn {
    margin: 15px 0px 0px -154px;
    font-size: 12px;
}
.presta-file-upload-modal {
    text-align: left;
}
.presta-text-center {
    text-align: center;
}
.presta-view-file-detail-icon {
    font-size: 16px;
    margin-right: 2px !important;
}
.presta-download-icon {
    margin-right: 8px;
}
.presta-no-file {
    color: #ff9a52;
    font-weight: 600;
}
.presta-alert-warning {
    padding: 12px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 2px;
    border-left-width: 12px;
    border-radius: 8px;
    float: left;
    width: 100%;
}
.presta-btn-click {
    font-size: 18px;
    margin-top: 10px;
    color: #24b9d7;
    cursor: pointer;
    width: fit-content;
}
.presta-modal-lg {
    width: 700px !important;
}
.presta-required-err {
    margin: 3px 0px;
    color: #f90303 !important;
}
.presta-font-size {
    font-size: 12px;
    font-weight: 400 !important;

}
.pretsa-orderpage-btn {
    margin: 0px !important;
}
.pretsa-orderpage-btn:hover {
    color: #fff !important;
}
.presta-li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.presta-mb-10 {
    margin-bottom: 10px;
}
.presta-modal-content {
    padding: 0px !important;
    background-color: #fff !important;
}
.presta-font-size-14 {
    font-size: 14px;
}
.presta-modal-content .modal-header {
    height: 60px;
}
.presta-modal-close:focus{
    outline: none;
}
.presta-modal-close span {
    line-height: inherit;
    font-size: 40px;
    color: #000000;
}
