:root{
    --white-color:#fff;
    --dark-color:#000;
    --gray-ligth-color:#dfe5f0;
    --gray-ligth2-color:#ebeff7;
    --dark-secondary-color:#111;
    --dark-infobulle-color:#222;
    --dark-infobulle-border-color:#777;
    --gray-color:#f8f9fa;;
    --gray-tirth-color:#F9F9F9;
    --gray-secondary-color:#eee;
    --gray-furth-color:#fbfbff;
    --gray-table-h-color:#444;
    --gray-line-color:#dcdcdc;
    --gray-bold-color:#999;
    --blue2-color:#5a49cb;
    --blue-color:rgb(255, 81, 0);
    --blue-file-color:#1d6fee;
    --red-file-color:#e61856;
    --blue-hover-color:rgb(255, 121, 59);
    --blue-transparent-color:#506fec12;
    --red-color:rgb(255, 0, 0);
    --shadow-color:rgba(0, 0, 0,.1);
    --dark-transparent-color:rgba(0, 0, 0,.8);
}

.logimage{
    position: absolute;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logimage img{
    width: 400px;
}

.loginbg{
   background: var(--blue-color);
}

.boule1{
    display: block;
    width: 200px;
    height: 200px;
    background: var(--blue-color);
    /* border: 4px solid #fff; */
    position: fixed;
    top: -90px;
    left: 40%;
    border-radius: 200px;
    /* box-shadow: -44px 0px 2px rgba(0, 0, 0,.4); */
}

.boule2 {
    display: block;
    width: 200px;
    height: 200px;
    background: var(--blue-color);
    /* border: 4px solid #fff; */
    position: fixed;
    bottom: -50px;
    left: -50px;
    border-radius: 200px;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0,.4), 8px 0px 8px rgba(0, 0, 0,.1);
}

.labelcatimg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 180px;
    background: var(--gray-tirth-color);
    margin: 10px 0px 20px 0px;
    cursor: pointer;
    font-size: 40px;
    overflow: hidden;
    border: 1px solid var(--gray-ligth2-color);
    color: var(--gray-table-h-color);
}

.labelcatimg.small{
    width: 50px;
    height: 50px;
    font-size: 25px;
     margin: 0px 0px 0px 0px;
}

.labelcatimg.small img{
    width: 100%;
    height: 50px;
    object-fit: cover;
}

.labelcatimg img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}

body{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14px;
}

.logoname.white{
    color: var(--white-color);
}

main{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gray-color);
}

/* NAVIGATION STYLE */

nav{
    display: block;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    background: var(--gray-ligth2-color);
    color: var(--dark-color);
    border-right: 1px solid var(--gray-line-color);
}

.logo{
    display: flex;
    flex-direction:column;
    align-items: center;
    width: 100%;
    height: 60px;
    justify-content: center;
    font-size: 30px;
    border-bottom: 1px solid var(--gray-secondary-color);
    background: var(--white-color);
}

.logo img{
    width: 40px;
    height: auto;
}

.menu{
    display: flex;
}

.linkdash{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 80px; */
    height: 40px;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
    color: #888;
    font-size: 14px;
    margin: 10px 5px;
    transition: 0.3s;
    padding: 10px 15px;
}

.linkdash i{
    font-size: 25px;
    margin-bottom: 5px;
}

.linkdash:hover{
    /*background: var(--gray-ligth-color);*/
    color: var(--blue-color);
}

.linkdash.active{
    color: var(--blue-color);
}

/* HEADER STYLE */

header{
    position: fixed;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0px;
    right: 0;
    height: 80px;
    border-bottom: 1px solid var(--gray-secondary-color);
    background-color: var(--white-color);
}

.logoname{
    margin: 20px 0px;
    padding: 0px 0px;
    font-size: 25px;
    font-weight: bold;
}

.logoname img{
   width: 250px;
}

.logonamex img{
    width: 180px;
    margin-left: 40px;
 }

.logocolor{
    color: var(--blue-color);
    margin: 0px 2px;
}

.hopt{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
}

.profilbox{
    margin: 20px;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
}

.profilbox:hover{
    background: var(--gray-color);
}

.profil{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: var(--gray-tirth-color);
    border-radius: 30px;
    margin: 0px 5px;
    overflow: hidden;
    font-size: 20px;
}

.profil img{
    width: 100%;
    height: 40px;
    object-fit:cover;
}

.btn.btn-h{
    width: 35px;
    height: 35px;
    color: var(--dark-secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 20px;
}

.btn.btn-h:hover{
    background: var(--gray-ligth2-color);
    color: var(--blue-color);
}

.bodfiles{
    display: block;
    width: 100%;
    height: 320px;
    overflow: auto;
    margin-top: 4px;
    padding-right: 20px;
    /*border-top: 1px solid var(--gray-secondary-color);*/
}

.bodfiles::-webkit-scrollbar{
    width: 5px;
}

.bodfiles::-webkit-scrollbar-thumb{
    width: 5px;
    background: #999;
    border-radius: 3px;
}

/* SEARCH BOX */

.searchbox.restyle.sfolderx{
    margin: 3px 10px 0px 10px;
    width: 90%;
    border: 1px solid var(--gray-secondary-color);
}

.searchbox.restyle.sfolderx .formsearch{
    width: 77%;
}

.searchbox.restyle.sfolderx i{
    margin: 0px 0px;
    font-size: 16px;
}

.searchbox{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 340px;
    height: 35px;
    border-radius: 50px;
    background: var(--gray-secondary-color);
    transition: 0.3s
}

.searchbox.restyle{
    width: 92%;
    border-radius: 5px;
    border: 1px solid var(--gray-secondary-color);
    background: transparent;
    height: 30px;
}

.searchbox.restyle.sfolder{
    width: 100%;
}

.flex-2{
    display: flex;
    align-items: center;
}

.searchbox i{
    margin: 0px 10px;
    color: var(--gray-bold-color);
}

.formsearch{
    background: transparent;
    outline: none;
    border: none;
    width: 269px;
    caret-color: var(--blue-color);
}

.filter{
    text-decoration: none;
    outline: none;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.filter i{
    color: var(--dark-secondary-color) !important;
    font-size: 16px;
}

.filter:hover i{
    color: var(--blue-color) !important;
}

/* MAIN STYLE */

.smenux{
    width: 100%;
    height: 50px;
    border-top: 1px solid #F5F5F5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.searchxbox{
    display: flex;
    width: 220px;
    height: auto;
    align-items: center;
    position: relative;

}

.searchxbox i{
    display: block;
    position: relative;
    left: -30px;
}

.form-searchx{
    display: block;
    padding: 10px 15px;
    width: 250px;
    border-radius: 10px;
    border: 2px solid #E8E8E8;
    outline: none;
    transition: 0.3s;
}

.form-searchx:focus{
    border: 2px solid #000;
}

.typep{
    margin-left: 10px;
    display: flex;
}

.typepx{
    margin: 0px 15px;
}

.searchgroup{
    display: flex;
}

.printbtn{
    width: auto;
    height: 35px;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px 10px;
    color: #fff;
}

.printbtn.green{
    background: #03b854;
    box-shadow: 0px 0px 8px #7fffb9;
}

.printbtn.green:hover{
    background: #09e46c;
}

.btntop{
    display: block;
    width: auto;
    height: 30px;
    padding: 0px 15px;
    background: var(--gray-tirth-color);
    margin: 0px 3px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 50px;
}

.btntop.active{
    background: #ff510029 !important;
    color: var(--blue-color) !important;
}

.btntop:hover{
    background: var(--gray-ligth-color);
}

.pdfloader{
    margin: 150px 0px 0px 0px !important;
}

.main{
    display: block;
    position: fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    bottom: 0;
    overflow: auto;
    transition: 0.3s;
}

.mainbox{
    display: block;
    margin: 20px 60px;
    transition: 0.3s;
    background: #fff;
    overflow: hidden;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    border-radius: 5px;
}

.main.slide{
    left: 280px;
}

.foldersbox{
    display: block;
    position: fixed;
    z-index: 1;
    top: 60.5px;
    left: -200px;
    width: 200px;
    height: 100%;
    /* background: var(--gray-ligth2-color); */
    color: var(--dark-color);
    border-right: 1px solid var(--gray-line-color);
    overflow: auto;
    transition: 0.3s;
}

.foldersbox.slide{
    left: 80px;
}

.foldertitle{
    display: block;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid var(--gray-line-color);
    font-size: 18px;
    text-indent: 15px;
}

.hfolderflex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-right: 10px;
}

.bodfolders{
    display: block;
    position: absolute;
    top: 91px;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: auto;
}

.folder{
    display: block;
    text-decoration: none;
    outline: none;
    width: 100%;
    padding: 8px 0px;
    transition: 0.3s;
    color: var(--dark-secondary-color);
}

.folder i{
    margin-right: 5px;
}

.folder:hover{
    background: var(--gray-secondary-color);
    color: var(--blue-color);
}

.folder.active{
     background: var(--gray-secondary-color); 
    color: var(--blue-color);
}

.folderpaste{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    outline: none;
    padding: 10px 0px;
    transition: 0.3s;
    color: var(--dark-secondary-color);
    border-bottom: 1px solid var(--gray-secondary-color);
}

.folderpaste i{
    margin-right: 5px;
}

.folderpaste.fileitem{
    height: 20px;
}

.btn.btn-paste{
    display: inline;
    padding: 5px 15px;
    border-radius: 50px;
    background: #506fec12;
    color: var(--blue-color);
}

.btn.btn-paste:hover{
    background: var(--blue-color);
    color: var(--white-color);
}

.fbtnbox{
    display: inline;
    justify-content: flex-end;
    width: 0px;
    overflow: hidden;
    transition: 0.3s;
    white-space: nowrap;
}

.fbtnbox.see{
    width: 150px;
}

.fbtnbox.see2{
    width: 66px;
}

.btn.btn-optx{
    display: inline-block;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #506fec12;
    color: var(--blue-color);
    text-decoration: none;
    outline: none;
    margin-left: 5px;
    text-align: center;
    line-height: 25px;
}

.btn.btn-optx.delx{
    color: var(--red-file-color);
}

.btn.btn-optx.delx:hover{
    color: var(--white-color);
    background: var(--red-file-color);
}

.btn.btn-optx i{
    margin-right: 0px;
}

.btn.btn-optx:hover{
    background: var(--blue-color);
    color: var(--white-color);
}

.btn.btn-paste.pasted{
    background: transparent;
    color: var(--blue-color);
    cursor: not-allowed;
}

.margex{
    display: block;
    margin: 0px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bodfolders::-webkit-scrollbar{
    width: 5px;
}

.bodfolders::-webkit-scrollbar-thumb{
    width: 5px;
    background: #999;
    border-radius: 3px;
}

.main::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

.main::-webkit-scrollbar-thumb{
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 3px;
}

.titlesactions{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px;
}

.titlepage{
    font-size: 29px;
    padding: 8px 0px;
}

.page{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.page::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

.page::-webkit-scrollbar-thumb{
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 3px;
}

.btn{
    display: inline-block;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    
}

.btn.btn-hopt{
    font-size: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0px 0px;
    border-radius: 40px;
    /* float: left; */
}

.btn.btn-hopt.foldermore{
    width: 30px;
    height: 30px;
}

.btn.btn-hopt.foldermore.active{
    background: var(--gray-secondary-color);
    color: var(--dark-secondary-color);
}

.btn.btn-hopt.moreboxbtn.active{
    background: var(--gray-secondary-color);
    color: var(--dark-secondary-color);
}

.btn.btn-hopt:hover{
    background: var(--gray-secondary-color);
}

.btn.btn-hopt.active{
    background: var(--blue-color);
    color: var(--white-color);
}

.btn.btn-new{
    background: var(--blue-color);
    color: var(--white-color);
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.categoriebloc{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.linkcategorie{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    padding: 8px 15px;
    border-radius: 40px;
    margin: 0px 5px;
    text-decoration: none;
    outline: none;
    color: var(--dark-color);
    background: var(--gray-secondary-color);
}

.linkcategorie.active{
    background: var(--blue-color);
    color: var(--white-color);
}

/*  */


.textbox{
    display: block;
    margin: 10px;
    height: 85px;
}

.actionbox{
    display: flex;
    flex-direction: row;
    border-top: 1px solid var(--gray-secondary-color);
    height: 40px;
}

.btn-event{
    width: auto;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
    height: 40px;
    background: var(--blue-color);
    margin: 10px 0px;
    color: var(--white-color);
    font-weight: bold;
    border-radius: 5px;
    padding: 13px !important;
    border: none;
    box-shadow: 0px 0px 8px var(--blue-color);
}

.modalbtn{
    height: 40px;
    padding: 0px 20px !important;
    margin: 0px 0px !important;
}

.btn-event:hover{
    background: var(--blue-hover-color);
}

.btn-event.annul{
    background: var(--gray-line-color);
    color: #777;
    margin-left: 10px;
    padding: 0px 20px !important;
    margin: 0px 5px !important;
    box-shadow: 0px 0px 8px var(--gray-color);
}

.textconfirm{
    margin-bottom: 0px;
    text-align: center;
}

.btn-event.annul:hover{
    background: #efefef;
    color: #777;
}

.flexmarge{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

table{
    border-collapse: collapse;
    width: 100%;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid var(--gray-line-color);
    border-bottom: 1px solid var(--gray-line-color);
    color: var(--gray-table-h-color);
    text-align: left;
}

table th{
    background: var(--gray-furth-color);
    height: 50px;
    padding: 0px 15px;
    font-size: 14px;
}

table td{
    padding: 8px 15px;
    font-size: 14px;
}

.tpp{
    width: 55px;
}

.tdesc{
    width: 200px;
    font-size: 14px;
    line-height: 22px;
}

.descarticle{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 190px;
    text-overflow: ellipsis;
}

.descarticle.large{
    display: block;
    overflow: hidden;
    white-space: normal;
    width: 200px;
    text-overflow: ellipsis;
}

tr.white{
    background: var(--white-color);
}

td a{
    text-decoration: none;
    outline: none;
    color: #09f;
}

.docslink{
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.docslink i{
    font-size: 25px;
}

/* CHECKBOX STYLE */

input[type="checkbox"] {
    width: 17px;
    height: 17px;
    accent-color: var(--blue-color);
}


  /* INFOBULLE STYLE */
.infobulle{
    position: fixed;
    display: flex;
    max-width: 250px;
    padding: 5px 8px 5px 8px;
    background: var(--dark-infobulle-color);
    border: 1px solid var(--dark-infobulle-border-color);
    color: #fff;
    margin: -43px 65px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;
}

.inforestyle{
    position: fixed;
    display: flex;
    max-width: 250px;
    padding: 5px 8px 5px 8px;
    background: var(--dark-infobulle-color);
    border: 1px solid var(--dark-infobulle-border-color);
    color: #fff;
    margin: 0px;
    right: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1;

}

.inforestyle.see{
margin: 10px auto;
opacity: 1;
visibility: visible;
}

.infobulle.see{
margin: -43px 75px;
opacity: 1;
visibility: visible;
}

.infobulle.infobullenav:before{
content: '';
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px;
border-color: var(--dark-infobulle-color) transparent transparent transparent;
transform: rotate(90deg);
display: block;
margin-left: -20px;
margin-right: 5px;
}

.infobullehead{
position: absolute;
max-width: 250px;
padding: 5px 8px 5px 8px;
background: var(--dark-infobulle-color);
border: 1px solid var(--dark-infobulle-border-color);
color: #fff;
border-radius: 5px;
box-shadow: 0px 0px 3px rgba(0,0,0,.2);
margin: 43px -85px;
opacity: 0;
visibility: hidden;
transition: 0.3s;

}

.infobullehead.see{
margin: 53px -85px;
opacity: 1;
visibility: visible;
}

.blocnoflex{
    display: block;
    white-space: nowrap;
}

/* .infobullehead:before{
content: '';
width: 0px;
height: 0px;
border-style: solid;
border-width: 8px;
border-color: var(--dark-infobulle-color) transparent transparent transparent;
transform: rotate(180deg) translate(55%, 0%);
display: block;
margin-top: -18px;
position: relative;
left: 50%;
}
*/

.ombre{
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: #F9FAFB;
opacity: 0.8;
}

.ombre.nocolor{
background: transparent;
}

.modal{
display: block;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) scale(1.1);
z-index: 4;
transition: 0.3s;
box-shadow: 0px 0px 12px rgba(0,0,0,.2);
overflow: hidden;
visibility: hidden;
opacity: 0;
background: var(--white-color);
border-radius: 10px;
border: 1px solid var(--gray-line-color);
}

.modal.modalnewfolder{
    width: 400px;
    height: 400px;
}

.modal.modalmodifname{
    width: 400px;
    height: 230px;
}

.modal.modalmodifuser{
    width: 400px;
    height: 260px;
}

.modal.modalmodifpass{
    width: 400px;
    height: 240px;
}

.bodnewexpert{
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.bodnewexpert::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

.bodnewexpert::-webkit-scrollbar-thumb{
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 3px;
}

.modal.modalnewexpert{
    width: 600px;
    height: 710px;
}

.modal.modalnewexpert.resize{
    width: 600px;
    height: 310px;
}

.modal.modalpasteinfolder{
    width: 500px;
    height: 410px;
}

.modal.modalmanagefolder{
    width: 500px;
    height: 410px;
}

.bodcopypaste{
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
}

.bodmodal::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

.bodmodal::-webkit-scrollbar-thumb{
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 3px;
}

.twosection{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.twosection .form{
    margin-left: 0px;
    width:100%;
}

.labgroup{
    /* background: #ccc; */
    width: 48%;
}

.twosection .form:first-child{
    margin-left: 0px;
}

.modal.see{
visibility: visible;
opacity: 1;
transform: translate(-50%,-50%) scale(1);
}

.modal.modaladduser{
  width: 450px;
  height: 580px;
}

.modal.modalconfirm{
    width: 400px;
    height: 200px;
}

.modal.modalfiles{
    width: 450px;
    height: 430px;
}

.modal.modalmsg{
    width: 450px;
    height: 430px;
}

.bodmodal.resize{
    bottom: 10px;
}

.modal.modalfiles.opacity{
    z-index: 1 !important;
}

.modal.modalmanagefolder.opacity{
    z-index: 1 !important;
}

.form{
caret-color: var(--blue-color);
transition: 0.3s;

}

.ficon{
    font-size: 18px;
}

/* input[type=number]::-webkit-inner-spin-button
input[type=number]::-webkit-outer-spin-button{
    opacity: 0;
}

input[type=number]{
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
} */

.formfolder{
    outline: none;
    border: none;
    border: 1px solid var(--gray-ligth-color);
    height: 35px;
    width: 100%;
    padding: 0px;
} 

.fselect{
    height: 45px !important;
}

.form.formdetail{
    outline: none;
    border: none;
    border: 1px solid var(--gray-ligth-color);
    height: 50px;
    width: 96.5%;
    padding: 10px 10px;
    resize: none;
    font-family: sans-serif;
    text-indent: 0px;
    height: 100px;
}

.mystatus{
    color: #21a183 !important;
}

.form.formdetail:focus{
    box-shadow: 0px 0px 0px 4px rgba(255, 186, 146, 0.728);
}

.formfolder:focus{
border: 1px solid var(--blue-color);
box-shadow: 0px 0px 0px 4px rgba(255, 186, 146, 0.728);
}

.btn.btn-action{
font-size: 14px;
background: var(--blue-color);
border-radius: 5px;
color: var(--white-color);
padding: 5px 0px;
margin-top: 10px;
}

.btn.btn-action:hover{
background: var(--blue-hover-color);
}

.smallmodal{
display: block;
position: absolute;
width: auto;
height: auto;
padding: 5px;
border-radius: 5px;
background: var(--white-color);
box-shadow: 0px 0px 3px rgba(0,0,0,.2);
z-index: 4;
transition: 0.3s;

}

.foldermoredetail{
margin: -10px 0px 0px 37px;
opacity: 0;
visibility: hidden;
}

.foldermoredetail.see{
margin: -5px 0px 0px 37px;
opacity: 1;
visibility: visible;
}

.morebox{
margin: -140px 0px 0px -220px;
opacity: 0;
visibility: hidden;
}

.morebox.resize{
margin: -60px 0px 0px -140px;
opacity: 0;
visibility: hidden;
}


.morebox.see{
margin: -100px 0px 0px -200px;
opacity: 1;
visibility: visible;
}

.morebox.resize.see{
margin: -40px 0px 0px -120px;
opacity: 1;
visibility: visible;
}

.morebox.mdoc.see{
margin: -40px 0px 0px -200px;
opacity: 1;
visibility: visible;
}

.morebox.mdoc.see{
margin: -40px 0px 0px -200px;
opacity: 1;
visibility: visible;
}

.actiongroup{
    display: flex;
}

.morelink{
    display: block;
    padding: 8px 5px;
    text-decoration: none;
    outline: none;
    color: var(--dark-secondary-color);
    transition: 0.3s;
    color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}

.morelink.blue{
    background: #1d6fee;
    box-shadow: 0px 0px 8px rgb(104, 195, 255);
}

.morelink.blue:hover{
    background: #4e95ff;
}

.morelink.red{
    background: #ff2626;
    box-shadow: 0px 0px 8px #ff8d8d;
}


.morelink.red:hover{
    background: #ff7171;
}

.morelink.green{
    background: #03b854;
    box-shadow: 0px 0px 8px #7fffb9;
}

.morelink.green:hover{
    background: #09e46c;
}

.morelink i{
    margin: 0px 5px;
    font-size: 15px;
}

.morelink:hover{
background: var(--gray-secondary-color);
}

.settingsearch{
width: 400px;
height: auto;
background: var(--white-color);
border-radius: 5px;
}

.headmodal{
display: flex;
width: 100%;
height: 50px;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: var(--gray-furth-color);
border-bottom: 1px solid var(--gray-secondary-color);

}

.headtitle{
    margin: 0px 15px;
}

.btn.btn-close{
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 5px;
    margin-right: 10px;
}

.btn.btn-close:hover{
    background: var(--gray-secondary-color);
}

.footmodal{
    display: flex;
    width: 100%;
    height: 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: var(--gray-furth-color);
    border-top: 1px solid var(--gray-secondary-color); 
    position: absolute;
    bottom: 0;
}

.gmarge{
    margin: 0px 15px;
}

.bodmodal{
    display: block;
    width: 100%;
    position: absolute;
    top: 51px;
    bottom: 61px;
    overflow: auto;
}

.margeflexcolumn{
    margin: 20px;
}

.searchoption{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: var(--dark-secondary-color);
    padding: 10px 10px;
    border-radius: 5px;
    transition: 0.3s;
    margin: 5px 0px;
}

.searchoption:hover{
    background: var(--gray-color);
}


.searchoption i{
    margin-right: 10px;
    font-size: 20px;
    color: var(--dark-infobulle-border-color);
    transition: 0.3s;
}

.searchoption.active i{
   color: var(--blue-color);
}

.detailtitle{
    font-size: 16px;
    margin-bottom: 5px;
    /* font-weight: bold; */
}

.detailtext{
    color: var(--gray-bold-color);
    text-align: justify;
}

.empty{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: var(--dark-infobulle-border-color);
}

.boxcon{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0%;
    left: 0%;
    color: var(--dark-secondary-color);
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 0px 150px 40% 0px / 40% 75% 33% 33%;
    box-shadow: inset -3px 0px 8px rgba(0, 0, 0,.4), 8px 0px 8px rgba(0, 0, 0,.1);
}

.boxcon img{
    width: 200px;   
    height: auto;
    margin-bottom: 40px;
}

.loginbox{
    display: flex;
    flex-direction: column;
    width: 350px;
    height: auto;
    background-color: var(--white-color);
    border-radius: 5px;
    /* box-shadow: 0px 0px 12px rgba(0,0,0,.2); */
    padding: 0px 20px;
}

.form{
    display: block;
    height: 35px;
    outline: none;
    border: 1px solid var(--gray-ligth-color);
    margin: 8px 0px;
    text-indent: 10px;
    border-radius: 5px;
    transition: 0.3s;
    caret-color: var(--blue-color);
    padding: 5px 0px;
}

.form:focus{
    border: 1px solid var(--blue-color);
    box-shadow: 0px 0px 0px 4px rgba(255, 186, 146, 0.728);
}

.logtitle{
    font-size: 25px;
    color: var(--dark-secondary-color);
    margin: 10px 0px;
}

.entreprise{
    display: block;
    margin: 30px 0px;
    text-decoration: none;
    outline: none;
    color: #09F;
    font-size: 16px;
    font-weight: bold;
}

.entreprise:hover{
    text-decoration: underline;
}

.empty i{
    position: relative;
    top: 0px;
    font-size: 100px;
    margin-bottom: 10px;
    display: block;
    transition: 0.3s;
    animation: updown 2s linear infinite;
    color: var(--gray-bold-color);
}

@keyframes updown{
    0%{
        top: 0;
    }50%{
        top: -10px;
    }100%{
        top: 0;
    }
}

.shadow{
    display: block;
    width: 100px;
    height: 30px;
    border-radius: 100%;
    background: var(--shadow-color);
    margin-bottom: 20px;
    animation: move 2s linear infinite;
}

@keyframes move{
    0%{
        width: 70px;
        height: 10px;
    }50%{
        width: 100px;
    }100%{
        width: 70px;
        height: 10px;
    }
}

.errors{
    display: block;
    margin-bottom:10px;
    color: var(--red-color);
}

.msgerror{
    margin-left: 5px;
}

.loaderx{
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 4px solid var(--white-color);
    border-radius: 50px;
    border-left: 4px solid transparent;
    animation: rotate 0.5s linear infinite;
    transform: rotate(0deg);
}

@keyframes rotate{
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

.connect{
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center ;
}

.filecadre{
    display: flex;
    white-space: nowrap;
    overflow: auto;
    width: 100%;
    height: 100px;
}

.filecadre::-webkit-scrollbar{
    width: 6px;
    height: 6px;
}

.filecadre::-webkit-scrollbar-thumb{
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 3px;
}

.fileinstance{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    background: transparent;
    color: var(--white-color);
    /* cursor: pointer; */
    transition: 0.3s;
    border-radius: 5px;
    margin:0px 10px 10px 0px;
    font-size: 50px;
    overflow: hidden;
    /* float: left; */
}

.fileinstance img{
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.fileinstancex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 70px;
    background: transparent;
    color: var(--white-color);
    /* cursor: pointer; */
    transition: 0.3s;
    border-radius: 5px;
    margin:0px 10px 10px 0px;
    font-size: 50px;
    overflow: hidden;
    border-radius: 5px;
    background: var(--gray-ligth-color);
    /* float: left; */
}

.fileinstancex img{
    width: 100%;
    height: 90px;
    object-fit: cover;
}

.fileinstance.word{
    background: var(--blue-file-color);
}

.fileinstance.pdf{
    background: var(--red-file-color);
    color: var(--white-color);
}

.docx{
    color: var(--blue-file-color);
}

.doc{
    color: var(--blue-file-color);
}

.pdf{
    color: var(--red-file-color);
}

.fileinstance:hover .btn.btn-fileremove{
    transform: scale(1);
    opacity: 1;
}

.btn.btn-fileremove{
    background: var(--dark-transparent-color);
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    font-size: 18px;
    transition: 0.3s;
    transform: scale(0);
    opacity: 0;
}

.appendedfile{
    display: flex;
}

.labelfile{
    display: block;
    text-align: center;
    width: 90px;
    height: 87px;
    border: 2px dashed var(--gray-bold-color);
    color: var(--gray-bold-color);
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
}

.labelfile:hover{
    border-color: var(--blue-color);
    color: var(--blue-color);
}

.labelfile i{
    font-size: 50px;
    margin-top: 8px;
    display: block;
}

#favorisx.anim i{
    position: relative;
    z-index: 4;
    animation: danse2 1s linear ;
}

#favorisx.anim::before{
    content: '';
    width: 40px;
    height: 40px;
    transform:scale(1);
    animation: danse 1s linear ;
    background: #506fec50;
    position: fixed;
    border-radius: 60px;
    z-index: 1;
    opacity: 0;
}

@keyframes danse{
    0%{
        opacity: 1;
    }25%{

    }50%{
        transform: scale(1.3);
    }75%{
        transform: scale(1.3);
        opacity: 0;
    }100%{
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes danse2{
    0%{
        transform:rotate(0deg) scale(1);
    }25%{
        transform:rotate(0deg) scale(1.5);
        color: var(--blue-color);
    }50%{
        transform:rotate(73deg) scale(1.5);
        color: var(--blue-color);
    }75%{
        transform:rotate(73deg) scale(1);
    }100%{
        transform:rotate(73deg) scale(1);
    }
}

/* PROFIL STYLE */


.hmodal{
    display: block;
    width: 100%;
    border-bottom: 1px solid #e9ecf1;
}

.hmodalbtn{
    display: block;
    width: 100%;
    border-top: 1px solid #e9ecf1;
}

.marge{
    display: block;
    padding: 16px 20px;
}

.margey.ellipsis{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sizefile{
    display: flex;
    width: auto;
    color: var(--gray-bold-color);
}

.marge.hmodalm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titlem{
    font-size: 19px;
    font-weight: bold;
}

.btn.btn-close2{
    font-size: 22px;
    color: #777;
    background: transparent;
}

.btn.btn-close2:hover{
    color: #000;
}


.profilsection{
    display: block;
    position: fixed;
    top: 0;
    right: -350px;
    width: 300px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    z-index: 6;
    transition:0.3s;
    box-shadow: -3px 0px 30px rgba(0,0,0,.1);
    border-radius: 20px 0px 0px 20px;
}

.profilsection.see{
    right: 0;
}

.profilsection.dark{
    background: #222;
    border-left: 1px solid #444;
}

.bodprofil{
    display: block;
    position: absolute;
    top: 69.3px;
    bottom: 0;
    overflow: auto;
    width: 100%;
}

.bodprofil::-webkit-scrollbar{
    display: block;
    height: 100%;
    width: 6px;
    padding: 5px;
    border-left: 1px solid #f3f4f6;
}

.bodprofil::-webkit-scrollbar-thumb{
    display: block;
    width: 6px;
    background: #999;
    border-radius: 8px;
}

.bodprofil.dark::-webkit-scrollbar{
    border-left: 1px solid #333;
}

.bigcadrephoto{
    display: block;
    width: 150px;
    height: 120px;
}

.cadrephoto{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #f9fafb;
    text-align: center;
    line-height: 100px;
    font-size: 45px;
    border: 1px solid #f3f4f6;
    overflow: hidden;
}

.cadrephoto img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.btn.btn-addpp{
    width: 35px;
    height: 35px;
    background: var(--blue-color);
    color: #fff;
    border-radius: 50px;
    line-height: 35px;
    font-size: 19px;
    position: relative;
    top: -34px;
    left: 34px;
    border: 4px solid #fff;
}

.btn.btn-addpp.dark{
    border: 4px solid #222;
}

.mynamex{
    font-size: 20px;
}

.itemmyinfos{
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    height: 35px;
    padding: 8px 0px;
    border-bottom: 1px solid #f3f4f6;
    align-items:center;
}

.itemmyinfos.dark{
    border-bottom: 1px solid #333;
}

.itemicon{
    display: flex;
    flex-direction:row;
    align-items:center;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.itemicon i{
    color: #999;
}

.value{
    display: block;
    margin-left: 10px;
}

.value i{
    color: #111827;
    margin-right: 3px;
}

.value.pass i{
    color: #111827 !important;
}

.infosx{
    padding: 5px 0px;
    display: block;
}

.infouserfact{
    font-weight: bold;
}

.valinfofact{
    font-weight: normal;
}

.btn.btn-action-tab{
    padding: 5px;
    font-size: 18px;
    background: transparent;
}

.bulle2{
    padding: 3px 5px;
    /*background: #10b98112;*/
    color: var(--blue-color);
    border-radius: 3px;
}

.bulle2.green{
    display: block;
    color: #09F !important;
}

.logout{
    display: block;
    background: rgb(255 223 223);
    color: var(--red-color);
    margin: 15px 0px;
    padding: 10px 0px;
    text-decoration: none;
    outline: none;
    text-align: center;
    border-radius: 10px;
    transition: 0.3s;
}

.logout i{
    margin-right: 10px;
}

.logout:hover{
    background: var(--red-color);
    color: var(--white-color);
}

.error{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: fixed;
    bottom: -100px;
    left: 85%;
    transform: translate(-50%,-50%);
    width: 300px;
    min-height: 60px;
    border-radius: 5px;
    /*border: 1px solid var(--red-color);*/
    color: #333;
    background: var(--white-color);
    z-index: 5;
    transition: 0.3s;
    overflow: hidden;
    box-shadow: 0px 0px 12px rgba(0, 0, 0,.2);
}

.error.see{
    bottom: 10px;
}

.error.success{
    /*border: 1px solid #21a183 !important;*/
    color: #333;
}

.error .iconmsg{
    font-size: 22px;
    margin: 0px 0px;
    background: var(--red-color);
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.error.success .iconmsg{
    background: #21a183 !important;
}



.textmsg{
    box-shadow: -6px 0px 8px rgba(0, 0, 0,.1);
    display: flex;
    align-items: center;
    width: calc(100% - 45px);
    padding: 10px;
}

.smallinfos{
    color: #777;
}

.ombermore{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.0);
    z-index: 3;
}

/*.data-exp2{
    opacity: 0.9;
    visibility: visible;
    transition: 0.3s;
}

.data-exp2 td{
    white-space: nowrap;
    height: 0px !important;
    overflow: hidden;
}*/

.checkopt{
    position: relative;
    display: block;
    background: transparent;
    border-radius: 50px;
    box-shadow: 0px 0px 8px transparent;
    top: 0;
    transition: 0.3s
}

.checkopt.shadowx{
    position: fixed;
    right: 20px;
    top: 65px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.1);
    background: var(--white-color);
    z-index: 2;
}



.bullex{
    width: auto;
    height: auto;
    padding: 5px 10px;
    border-radius: 50px;
    background: #ff9626;
    color: #FFF;
}

.bullex.green{
    background: #1d6fee;
    color: #fff;
}

.bullex.greenx{
    background: #04a05a;
    color: #fff;
}

.emptyfolder{
    display: block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
}

.progressx{
    display: block;
    width: 0%;
    height: 4px;
    background: var(--blue-color);
    position: fixed;
    top: 0;
    left: 0%;
    z-index: 3;
    border-radius: 0px 50px 50px 0px;
    transition: 1.5s;
}

.progressx.progress{
    width: 102%;
}

.loader{
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 3px solid transparent;
    border-right: 3px solid var(--blue-color);
    border-top: 3px solid var(--blue-color);
    border-left: 3px solid var(--blue-color);
    animation: rotate 0.4s linear infinite;
    transform: rotate(0deg);
}

.loader.btnloader{
    border-right: 3px solid var(--white-color);
    border-top: 3px solid var(--white-color);
    width: 12px;
    height: 12px;
}

@keyframes rotate{
    from{
        transform: rotate(0deg);
    }to{
        transform: rotate(360deg);
    }
}

.modalbtn.disabled{
    cursor: not-allowed;
}

.filesearch{
    opacity: 0;
}

.bigfiledash{
    display: block;
    width: 180px;
    height: 170px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--gray-ligth2-color);
    margin-bottom: 20px;
}

.bigfiledash img{
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.filedash{
    display: inline-block;
    width: 90px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
    background: var(--gray-ligth2-color);
    margin: 10px 10px;
    cursor: pointer;
}

.filedash img{
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.fileline{
    display: block;
    width: 90%;
    height: auto;
    padding: 0px 0px 10px 0px;
    overflow: auto;
    white-space: nowrap; 
}

.fileline::-webkit-scrollbar{
    display: block;
    height: 6px;
    padding: 5px;
    border-left: 1px solid #f3f4f6;
}

.fileline::-webkit-scrollbar-thumb{
    display: block;
    width: 6px;
    background: #999;
    border-radius: 8px;
}

.commandbox{
    border-top: 1px solid #F5F5F5;
    width: 100%;
    overflow: hidden;
    height: auto;
}

.headcommand{
    margin: 20px;
}

.flexshead{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 10px;
}

.flexheadx{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0px;
}

.bodcommand{
    margin: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* border-bottom: 1px solid #F5F5F5; */
    padding-bottom: 10px;
}

.b1.right{
    text-align: right;
}

.titlehc{
    font-size: 22px;
    margin-bottom: 5px;
}

.stitlehc{
    font-size: 16px;
    color: #555;
}

.titlehcx{
    font-size: 22px;
}

.stitlehcx{
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

.btn.red{
    color: #ff3a3a;
    font-size: 16px;
}

.btn.green{
    color: #09F;
    font-size: 16px;
}

.commandprod{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 10px;
    width: 300px;
}

.titleprodx{
    font-size: 20px;
    margin-bottom: 5px;
}

.catprodx{
    font-size: 15px;
}

.prixprodx{
    font-size: 15px;
}

.statusx{
    color: rgb(255, 136, 0);
}

.statusx.green{
    color: rgb(21 194 86);
}

.catprodx{
    margin-bottom: 5px;
}

/* FACTURE PDF STYLE */

.pdformat{
    /*display: none;*/
    position: fixed;
    width: 100%;
    /*width: 100%;*/
    height: 100%;
    background: #FFF;
    top: 0%;
    left: -100%;
    /* transform: translate(-50%, -50%); */
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    z-index: 999;
    overflow: auto;
    transition: 0.5s;
}

.pdformat.see{
    left: 0;
}

 .margeformat{
    margin: 50px;
}

 .fline{
    display: flex;
    justify-content: space-between;
    height: auto;
    overflow: hidden;
    padding: 5px 0px;
}

.fline img{
   width: 300px;
}

 .fline.bar{
   border-bottom: 1px solid #eee;
}

 .fline.bar.bold{
   font-weight: bold;
}

.sfline{
   display: flex;
   flex-direction: column;
}

 .srline{
   display: flex;
   flex-direction: row;
   justify-content: space-between;
}

.bprice{
   font-size: 36px;
   text-align: right;
   color: #ff3b00;
}

.sprice{
    font-size: 30px;
    text-align: right;
}

.factpdf th{
    background: #00001e;
    color: #fff;
    padding: 10px 10px;
    border: none !important;
}

.factpdf td{
   border: 1px solid #00001e;
   padding: 10px 10px;
}

.pdformat .factpdf{
    border-spacing:0px;
    border-collapse: collapse;
    border: 1px solid #00001e;
    font-size: 22px;
    width: 100%;
}

.gray{
   color: #777;
   text-align: left;
   font-size: 22px;
}

.tt{
   font-size: 22px;
}

.factbtngroup{
    position: absolute;
    right: 50px;
    top: 20px;
    display: flex;
}

.closefact{
    width: 35px;
    height: 35px;
    border-radius: 50px;
    color: var(--red-color);
    background: #e6181814;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    font-size: 22px;
    cursor: pointer;
}

.closefact:hover{
    background: #e618183b;
}

.morelink.restyle{
    padding: 0px 20px 0px 10px;
    margin: 0px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* RESPONSIVE MOBILE */

@media (max-width: 540px) {
    .menu{
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 80px;
        background: #fff;
        border-top: 1px solid #d5d3d3;

    }

    .main{
        overflow-x: hidden;
    }

    .logonamex img{
        width: 150px;
    }

    .linkdash{
        font-size: 13px;
        width: 25%;
        overflow: hidden;
    }

    .linkdash I{
        font-size: 25px;
    }

    .mainbox{
        margin: 0px 0px 80px 0px;
    }

    .titlehc{
        font-size: 22px;
    }

    .rightaction{
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .modal{
        display: block;
        position: fixed;
        top: 0;
        left: -120%;
        transform: none;
        z-index: 4;
        transition: 0.3s;
        box-shadow: 0px 0px 12px rgba(0,0,0,.2);
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        background: var(--white-color);
        border-radius: 0px;
        width: 100% !important;
        height: 100% !important;
        }

        .modal.see{
        visibility: visible;
        opacity: 1;
        transform: none;
        left: 0;
        }
        
        .headmodal{
            height: 55px;
            font-size: 16px;
        }

        .bodnewexpert{
            top: 55px;
        }

        .profilbox{
            font-size: 16px;
        }

        .profil{
            width: 45px;
            height: 45px;
            font-size: 22px;
        }

        .loginbox{
            width: 80%;
        }

        .loginbg{
            overflow: auto;
        }

        .msgc{
            width: 280px !important;
        }

        .boxcon{
            top: calc(100% - 70%);
            left: 0%;
            color: var(--dark-secondary-color);
            width: 100%;
            height: 70%;
            border-radius: 0px 150px 0% 0px / 40% 5% 33% 33%;
        }

        .logimage{
            top: 20%;
            left: 60%;
        }

        .logimage img{
            width: 200px;
        }

        .logoname{
            margin: 0px 0px;
        }
}
