/**
* 2008-2024 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-2024 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/

.requisition_list_label{
    margin-top: 15px;
    margin-bottom: -5px;
    color: rgb(80, 78, 78);
}
#createListAddButton{
    margin-left: 1em;
}
.forlderStyle{
    display: flex;
    flex-wrap: wrap;
}
.flex-container::after {
    content: '';
    width: 100%;
}
.folderNameShow{
    text-align: center;
}
.forlderStyle{
    display: flex;
    flex-wrap: wrap;
    height: 450px;
    overflow: auto;
}
.mouseHoverEnventData{
    border: 2px #fcfcf9 solid;
    margin: 3px;
    height: 13.5em;
    background-color: #e9eaeb52;
}
.mouseHoverEnventDataModel {
    border-color: rgb(46, 112, 255);
}
.createFolderByName {
    font-size: .9375rem;
    font-weight: 400;
    color: #7a7a7a;
    width: 9.5em;
    height: 9.5em;
    background: #c2f7f2;;
    margin: 14px;
    border-radius: 1em;
}
.showCreateAddListFrom{
    display: none;
}
.rqlListNameLogo{
    font-size: 4em;
    padding-top: 1em;
    text-align: center;
    color: white;
    font-family: auto;

}
.errorMessLit{
    color: black;
    padding: 4.1em 0.4em;
    background: white;
    border-radius: 0.8em;
    text-align: center;
}
#closeModelCreateList{
    margin-top: 8em;
}
#create_new_list{
    width: 22em;
}
