.dropboxhome {
    text-align: center;
    padding: 58px 1px;
    background: #b7babe;
    border: 1px solid;
    border-radius: 30px;
}
.file-uploading {
    background: #4554e6;
    padding: 7px;
    border-radius: 84px;
    width: 12%;
    text-align: center;
    margin: 0px auto;
    display:inline-block;
    height: auto;
}
.modal-upload-right {
    display: inline-block;
    margin: auto auto;
    text-align: center;
    color: #000;
    font-weight: bold;
    /* height: auto; */
}
.modal-upload-right {
    display: inline-block;
    margin: auto 0px;
    text-align: left;
}
.modal-dialog{
    max-width: 950px;
}


.drop-zone {
  height: 300px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  color: #cccccc;
  border: 2px dotted rgb(59 130 246 / 0.5);
  border-radius: 10px;
}

.drop-zone--over {
  border-style: solid;
}

.drop-zone__input {
  display: none;
}

.drop-zone__thumb {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #cccccc;
  background-size: cover;
  position: relative;
}

.drop-zone__thumb::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  text-align: center;
}

/*=========================*/
.icons-images img {
    padding: 15px 0px;
}
button.close {
    background: #6b7280;
    color: #fff;
    border-radius: 21px;
    width: 56px;
    height: 56px;
    
}

.container-fluid.second-section {
    background: url('../images/profile-bg.jpg');
    background-position: center center;
    box-shadow: 0px 23px 0px 0px, 0px 0px 0px 0px, 0px 0px 0px 0px, 0px 0px 0px 0px, 0px 0px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    color: #0918A9;
}


.user-image-box {
        border: 5px solid #ffff;
    margin: 81px 72px;
    border-radius: 27px;
    overflow: hidden;
}

.second-text-section {
    margin: auto;
    color: #fff;
}


/*==========footer ===========*/


:root{
    --dark-bg: #141E43;
    --dark-clr: #fff;
    --light-blue-shadow: inset 0px 0px 5px 5px rgb(219,239,253);
    --footer-clr:#8295A6;
    --footer-bg:#0B1321;
    --footer-text-hover:#eee;
}

.dark-bg{
    background-color: var(--dark-bg);
    color: var(--dark-clr);
}

.table{
    background: #D6EAFF;
    width: 100%;
    /*min-height: 40rem;*/
    overflow: hidden;
}
.table-head{
    width:100%;
    height: 5rem;
    background: #fff;
    display: flex;
    padding: 30px 50px;
}
.selectable-btn{
display: flex;
}
.table-foot{
    width:100%;
    height: 5rem;
    background: transparent;
}
.rounded-3xl{
    border-radius: 40px;
}

footer{
    color: var(--footer-clr);
    background: var(--footer-bg);
    position: relative;
}
footer::before{
    content: "";
    position: absolute;
    top: 1.5rem;
    width: 95%;
    height: 2px;
    background: #8B95A6;
}

.f-head{
    margin: 0 0 1rem;
}

footer a{
    color: var(--footer-clr);
    text-decoration: none;
    transition: all 0.3s;
}
footer a:hover{
    color: var(--footer-text-hover);
    text-decoration: none;
}
footer p{
    width: 65%;
    margin: 0 0 5px;
    font-size: 14px;
}
.contact{
    margin: 1.5rem 0 0;
}
.flogo{
    max-width: 120px;
    margin: 0 0.5rem 0 0;   
}
.f-logo-content{
    color: #fff;
}

/*=================profile ====================*/

label{
    color:#fff;
}
.user-pic {
    width: 150px;
    margin: 40px auto 20px;
    border-radius: 50%;
    overflow: hidden;
}
.user-name h3 {
    color: #fff;
    font-size: 30px;
    padding: 10px;
}

        ul.link{
            list-style: none;
            padding: 0;
        }
        ul.link li{
            padding: 1.5rem 2rem;
            position: relative;
            color:#fff;
        }
        ul.link li i{
            position: absolute;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
        }

        ul.link li.active{
            background: #0E231E;

        }
        
        
        
        
        
        
        
        
        
/*=============mymodal ==================*/

::-webkit-scrollbar{
    display: none;
}
.file-name{
    font-weight: bold;
}

.file-type{
    background: #C387FF;
    padding: 0.2rem 1rem;
    border-radius: 20px;
    font-weight: bold;
}

.file-size{
    border: 2px solid #CDD3D8;
    padding: 0.2rem 1rem;
    border-radius: 20px;
}

.file-tags::-webkit-scrollbar{
    display: block;
}

.file-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 180px;
    max-height: 80px;
    overflow: scroll;
}

.file-time{
    min-width: 150px;
}

.file-tags span{
        padding: 0.2rem 1rem;
    background: #C387FF;
    font-size: 14px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;

}

.selectable-btn{
display: flex;
}

.table-foot{
    width:100%;
    background: transparent;
}

.t-foot-btn{
    padding: 0.5rem 2rem;
    background: #fff;
    border-radius: 20px;
    margin: 0.5rem;
    font-weight: bold;
}

.synced{
    margin: 1rem;
}

.synced span{
    text-decoration: underline;
}

.fa-check{
    padding: 5px;
    background-color: #00FF94;
    border-radius: 50%;
    margin: 0 0.5rem 0 0;
    font-size: 12px;
}

.rounded-3xl{
    border-radius: 40px;
}

footer{
    color: var(--footer-clr);
    background: var(--footer-bg);
    position: relative;
}
footer::before{
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    height: 2px;
    background: #8B95A6;
}

.f-head{
    margin: 2rem 0 1rem;
}


footer a{
    color: var(--footer-clr);
    text-decoration: none;
    transition: all 0.3s;
}
footer a:hover{
    color: var(--footer-text-hover);
    text-decoration: none;
}
footer p{
    width: 65%;
    margin: 0 0 5px;
    font-size: 14px;
}
.contact{
    margin: 1.5rem 0 0;
}
.flogo{
    max-width: 120px;
    margin: 0 0.5rem 0 0;   
}
.f-logo-content{
    color: #fff;
    font-size: 22px;
}
.f-padding{
    padding: 2.5rem 2.5rem 1rem;
}
.f-copy{
    margin: 1.5rem 0 0;
}

@media (max-width: 600px) {
    .rounded-3xl{
        border-radius: 10px;
    }
}
footer .d-flex {
    margin-top: 28px;
}


/*=============modal details ===================*/


/*==================modal details ==================*/

.house {
    width: 95%;
    /*background: linear-gradient(145deg, #ccc, #fff);*/
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.room {
    width: 40%;
    min-width: 300px;
    margin: auto;
    position: relative;
    /*background: #B37451;*/
    /*padding: 30px;*/
    border-radius: 30px;
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 40px;
    overflow: hidden;
}

.room img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-side {
    width: 100%;
    /*position: absolute;*/
    /*right: -32%;*/
    display: flex;
    /*align-items: center;*/
    gap: 20px;
    transition: all 0.5s;
        margin: 10px -30px;
}

.room-side:hover {
    /*right: -105%;*/
}

.room-name {
    top: 5%;
}

.room-status {
    top: 30%;
}

.room-modal {
    top: 55%;
}

.room-tags {
    top: 75%;
}

.room-icon {
   width: 50px;
    height: 50px;
    border-radius: 20px;
    padding: 15px;
        z-index: 99;
}

.room-name .room-icon {
    background: #FCFF54;
}

.room-status .room-icon {
    background: #00FF94;
}

.room-modal .room-icon {
    background: #80BAFF;
}

.room-tags .room-icon {
    background: #C387FF;
}

.room-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.taglist {
    width: 300px;
    /*height: 100px;*/
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.taglist span {
    background: #C387FF;
    padding: 2px 15px;
    border-radius: 20px;
}

.room-text p {
    padding: 0;
    margin: 0;
}

.room-text h3 {
    font-weight: bold;
}

.processed {
    width: 60%;
}