.card-signin{
    margin-top: 15px;
    width:  calc(20rem);
    max-width: 420px !important;
    /* min-width: 340px; */
}
 
/* KADU */
/* 
.btn.btn-secondary {
    height:50px;
    transition: .4s;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.26);
    border: 0px solid #FFF;
    margin: 10px;
}
.btn.btn-secondary:hover {
    transition: .4s;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
    border: 0px solid #FFF;
}
.btn.btn-secondary:active {
    transition: .2s;
     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border: 0px solid #FFF;
}
.btn{
    display: flex;
    align-items: center;
} */

.mybtn{

    height: 50px;
    width: 75px;
    background-color: white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.mybtn:hover{
    border: 0px;
    background-color: white;
}

.mybtn-g:hover{
    border: 0px;
    background-color: rgb(66, 133, 244);
    

    
}

.mybtn-g{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 50px;
    width: 100%;
    background-color: rgb(66, 133, 244);
}



.mybtn-f:hover{
    border: 0px;
    background-color: rgb(66, 103, 178);
    
}

.mybtn-f{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 50px;
    width: 100%;
    background-color: rgb(66, 103, 178);
}

.mybtn-t:hover{
    border: 0px;
    background-color: rgb(29, 161, 242);
    
}

.mybtn-t{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 50px;
    width: 100%;
    background-color: rgb(29, 161, 242);
}


.btn{ 
    --bs-btn-border-width: 0px !important;
}
a{
    text-decoration: none;
}
.kadu{
    width: 100%;
    height: 100%;
    background-image: url("../img/login-backbround.webp");
}

.overlay{
   
    background: rgba(0, 0, 0, 0.7); /* Black see-through */
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity:1;
  }

.form-control:focus{
    box-shadow: 0 0 0 .1rem rgba(0,0,0,.4) !important;
    border-color: white;
}

/* FOLDERS */
 

    :root{
      --bs-btn-border-width: 3px;
    }

    #container-header {
      padding: 0px !important;
      margin: 0px !important;
      width: 100%;
      height: 6rem;
      background-color: rgba(0, 0, 0, 0.05);
      align-content: center;
    }
    
    #container-title {
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bolder;
      font-size: 3rem;
      max-width: 8rem;
    }
    #content-filters {
      width: 100%;
      height: 4rem;
      background-color: rgba(255, 255, 255, 0.3);
    }
    
    .bi-star-fill {
      color: #e0a800;
    }
    .my-icon-hover {
      padding: 0px !important;
      margin: 0px !important;
      color: gray;
      font-size: 30px;
    }
    .my-icon-hover:hover {
      color: black;
      font-weight: bold;
    }
    
    #content-search {
      max-width: 40rem;
    }

    .grid-folder{
      height: 9rem;
    }

    .folder-dropdown{
      visibility: hidden;
      position: absolute;
      transition: transform .2s;
      right: 10px;
      top: -160px;
      color: gray;
      font-weight: bold;
    }
    .folder-dropdown2{
      visibility: hidden;
      transition: transform .2s;
      position: absolute;
      right: 0px;
      top: 0px;
      color: gray;
      font-weight: bold;
    }
    .cf-star{
      visibility: hidden;

    }

    .folder-dropdown:hover, .folder-dropdown2:hover{
      color: black;
    }
    .folder-dropdown:hover, .folder-dropdown2:hover, .cf-star a:hover {
      border: 0px;
      transform: scale(1.5);
    }
    .folder-dropdown:focus, .folder-dropdown2:focus, .cf-star a:focus,
    .folder-dropdown:active, .folder-dropdown2:active, .cf-star a:active {
      border: 0px;
    }

    .cf-star a{
      transition: transform .2s;

    }
    
    .fc-favorite{
      position: absolute;
      right: 10px;
      top: -100px;
    }
    
    .column {
      background: #eee;
      border: 1px solid transparent;
   }
   
   .column:hover {
      background: #e1e1e1;
  
   }

   .column:hover .file-details , 
   .column:hover .folder-dropdown,
   .column:hover .folder-dropdown2,
   .column:hover .cf-star {
    visibility: visible;
  }

   .row:hover > .folder-img img,.row:hover > .file-name p{
      transition: transform .2s;
      
   }
   .row:hover > .folder-img img, .row:hover > .file-name p{
    transform: scale(1.05);
    
  }

  .grid-trim-text p{
    width: 100%; 
    overflow: hidden;
    text-overflow: ellipsis; 
  }
  .grid-trim-text p input{
    width: 100%; 
    
  }

  .list-trim-text p{
    overflow-wrap: break-word;
    width: 13rem;  
    
  }

  .fdetails-content{
    margin-top: -0.3rem;
  }

  .file-details{
    visibility: hidden;
    font-style: italic;
    font-size: small;
    color: lightslategray;
    font-weight: 200;
  }
  

  .folder-img{
    height: 5rem;
    width: 15rem;

  }

  .folder-img img{
    max-height: 5rem;
    max-width: 7rem;
  }

  .folder-img video{
    max-height: 5rem;
    max-width: 7rem;
  }

  .editable-input-text-folder, .editable-input-text-folder:focus{
    background: transparent;
    border: 1px green !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
  }

  p.foldername{
    width: 150px !important;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
         
  }
  
  #progressDiv{
    display: flex;
    flex-direction: column; /* Set the direction to column */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
  }
  .progress.uploader {
    box-shadow: rgba(0, 0, 0, .07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    display: block;
    width: 250px;
    height: 70px;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .progress-bar.uploader {
    margin: 10px auto;
    width: 200px;
    height: 12px;
    padding: auto;
    background-color: #eee;
    border-radius: 5px; 
  }
  .progress-bar-inner.uploader {
    height: 100%;
    background-color: #2196F3;
    transition: width 0.3s;
  }
  .progress-bar-text.uploader {
    position: absolute;
    right: 40%;
    left: 40%;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }

  #notification-container {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
}

.alert{
    border-radius: 25px 0px 25px 25px ;
}
.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}


 
.thin-bordered-row {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.thin-bordered-col {
  border-right: 1px solid #ccc;
}

.thin-bordered-col:last-child {
  border-right: none;
}

