/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.passwordeye{
    position: absolute;
    right: 50px;
    transform:  translate(0,-50%);
    top: 75%;
    cursor: pointer;
    
}
.eye-password{
    font-size: 20px;
    color: #7a797e;
}
.img-thumbnail.active {
    border: 2px solid black !important;
}

.cattreeconteiner ul {
    list-style: none;
}

.cattree ul{
    list-style: none;
    line-height: 2em;
}

.cattreeconteiner .cattree summary{
    cursor: pointer;
}

.cattreeconteiner .cattree summary::marker{
    display: none;
}

.cattreeconteiner .cattree summary::-webkit-details-marker{
    display: none;
}
details > summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display:none;
}
.cattree  li {
    position: relative;
    margin-left: 30px;
    /*background: #ddd;*/
}

.cattree  li::before {
    position:absolute;
    left:-15px;
    top:0px;
    border-left:2px solid gray;
    border-bottom:2px solid gray;
    content:"";
    width: 8px;
    height: 1em;
}

.cattree  li::after {
    position:absolute;
    left:-15px;
    bottom:0px;
    border-left:2px solid gray;
    content:"";
    width: 8px;
    height: 100%;
}

.cattree  li:last-child::after {
    display: none;
}

ul.cattree > li:after, ul.cattree > li:before{
    display: none;
}

ul.cattree summary::before{
    position: absolute;
    left:-1.25em;
    top:0.45em;
    content:'+';
    border:1px solid black;
    background: #ddd;
    display: block;
    width: 1em;
    height: 1em;
    border-radius: 50em;
    z-index: 2;
    text-align: center;
    line-height: 0.88em;
}

ul.cattree details[open] > summary::before{
    content:"-";
}

.upload-form div{
    height: 167px;
    display: flex;
    margin: 30px 0;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    flex-direction: column;
    border-radius: 5px;
    border: 2px dashed #6990F2;
}

.upload-form div :where(i,p){
    color: #6990F2;
}

.upload-form div i{
    font-size: 50px;
}

.upload-form div p{
    font-size: 16px;
    margin-top: 15px;
}

section .filerow {
    background: #e9f0ff;
    margin-bottom: 10px;
    list-style: none;
    padding: 15px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section .filerow i{
    font-size: 30px;
    color: #6990F2;
}

section .details span{
    font-size: 14px;
    
}

section .filerow .content-uparea{
    width: 100%;
    margin-left: 15px;
}

.uploaded-area .filerow .content-uparea{
    display: flex;
    align-items: center;
}

.uploaded-area .filerow .content-uparea .details{
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.uploaded-area
{
    max-height: 150px;
    overflow-y: scroll;
}

.uploaded-area::-webkit-scrollbar
{
    width: 0px;
}

#uploadform-back{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px dashed #6990F2;
    background-position: center;
    background-size: cover;
}
