@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration: none !important;
}
.active_link{
    color: #469750;
}
.RegistrationSection {
    padding: 100px 0 100px;
    background-position: center center;
    background-repeat: no-repeat;
}
.Wrapper {
    min-height: 100vh;
    max-width: 100%;
    background: #f5f5f5;
    border: 2px solid #469750;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}
.header-img{
    width: 100%;
    height: auto;
    background-color: #469750;
    padding: 15px 0;
}
@media (max-width: 400px){
    .header-img img{
        width: 300px;
    }
}
.header-title{
    padding: 10px 20px;
}
.header-title h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 35px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #333333;
}
.header-title p, label{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #717171;
}
.form-control{
    width: 100%;
    padding: 10px;
    outline: none;
}
.form-group{
    padding: 10px 20px;
}
.form-group input{
    border: 2px solid #469750;
}
.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}
.icon {
    padding: 15px;
    background: #469750;
    color: white;
    min-width: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 30px 0px 30px 50px;
  }
.btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 20px;
    margin: 20px 0;
    gap: 10px;
    width: 400px;
    height: 50px;
    background: #469750;
    color: #f5f5f5;
    border-radius: 3px;
}
span{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #717171;
    margin: 20px 0;
}
.center{
    text-align: center;
}
.Verification-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}
.Verification{
    display: flex;
    padding: 50px 20px;
    margin: 0 250px;
}
.Verification, .Verify{
    width: 80px;
    height: 80px;
    gap: 15px;
}
@media (max-width: 1100px) {
    .Verification{
        display: flex;
        padding: 20px;
        margin: 10px 100px;
    }
    .Verification, .Verify{
        width: 90px;
        height: 80px;
        gap: 15px;
    }
}
@media (max-width: 1000px) {
    .Verification{
        display: flex;
        padding: 20px;
        margin: 10px 100px;
    }
    .Verification, .Verify{
        width: 90px;
        height: 80px;
        gap: 15px;
    }
}
@media (max-width: 900px) {
    .Verification{
        display: flex;
        padding: 20px;
        margin: 10px 50px;
    }
    .Verification, .Verify{
        width: 80px;
        height: 80px;
        gap: 15px;
    }
}
@media (max-width: 800px) {
    .Verification{
        display: flex;
        padding: 20px;
        margin: 10px 60px;
    }
    .Verification, .Verify{
        width: 70px;
        height: 80px;
        gap: 15px;
    }
}
@media (max-width: 700px) {
    .Verification{
        display: flex;
        padding: 15px;
        margin: 10px 50px;
    }
    .Verification, .Verify{
        width: 70px;
        height: 80px;
        gap: 15px;
    }
}
@media (max-width: 600px) {
    .Verification{
        display: flex;
        padding: 15px;
        margin: 10px 50px;
    }
    .Verification, .Verify{
        width: 60px;
        height: 80px;
        gap: 15px;
    }
}
@media (max-width: 500px) {
    .Verification{
        display: flex;
        padding: 15px;
        margin: 10px 40px;
    }
    .Verification, .Verify{
        width: 50px;
        height: 80px;
        gap: 10px;
    }
}
@media (max-width: 400px) {
    .Verification{
        display: flex;
        padding: 0;
        margin: 10px 8px;
    }
    .Verification, .Verify{
        width: 45px;
        height: 80px;
        gap: 8px;
    }
}

.loadingDashboard h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333;
}
.loading-img {
    background: #f5f5f5;
}
@media (max-width: 900px) {
    .loadingDashboard {
        width: 100vh;
        height: auto;
        padding: 0;
    }
    .loadingDashboard > img{
        width: 675px;
        justify-content: center;
        align-items: center;
    }
    .loadingDashboard h2{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.02em;
        color: #333333;
    }
}
@media (max-width: 800px) {
    .loadingDashboard {
        width: 100vh;
        height: auto;
        padding: 0;
    }
    .loadingDashboard > img{
        width: 675px;
        justify-content: center;
        align-items: center;
    }
    .loadingDashboard h2{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.02em;
        color: #333333;
    }
}
@media (max-width: 700px) {
    .loadingDashboard {
        width: 100vh;
        height: auto;
        padding: 0;
    }
    .loadingDashboard > img{
        width: 620px;
        justify-content: center;
        align-items: center;
    }
    .loadingDashboard h2{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.02em;
        color: #333333;
    }
}
@media (max-width: 600px) {
    .loadingDashboard {
        width: 100vh;
        height: auto;
        padding: 0;
    }
    .loadingDashboard > img{
        width: 520px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .loadingDashboard h2{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 25px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.02em;
        color: #333333;
    }
}
@media (max-width: 500px) {
    .loadingDashboard {
        width: 100vh;
        height: auto;
        padding: 0;
    }
    .loadingDashboard > img{
        width: 420px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .loadingDashboard h2{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        letter-spacing: -0.02em;
        color: #333333;
    }
}
@media (max-width: 400px) {
    .loadingDashboard {
        width: 100vh;
        height: auto;
        padding: 0;
    }
    .loadingDashboard > img{
        width: 320px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .loadingDashboard h2{
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size: 20px;
        text-align: center;
        letter-spacing: -0.02em;
        color: #333333;
    }
}
/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.slidebar{
    position: fixed;
    height: 100%;
    width: 290px;
    background: #F5F5F5;
    transition: all 0.5s ease;
}
.slidebar .active{
    width: 77px;
}
.slidebar .logo-details{
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
}
.logo-details .logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px;
    gap: 10px;
    width: 47px;
    height: 47px;
    background: rgba(54, 114, 62, 0.1);
    color: #469750;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-radius: 5px;
}
.logo-details .logo_name h3{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #333333;
}
.logo-details .logo_name p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #333333;
}
.logo-details .logo_name span{
    font-weight: 700;
    font-size: 15px;
    color: #333333;
}
.slidebar .nav-links{
    margin: 20px;
}
.nav-links .menu{
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: 0.1em;
    color: #333333;
}
.slidebar .nav-links li{
   height: 65px;
   width: 100%;
   list-style: none;
   text-decoration: none;
}
.slidebar .nav-links li a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
 }
 .slidebar .nav-links span:hover{
    color: #469750;
 }
 .slidebar .nav-links li a i{
    min-width: 60px;
    text-align: center;
    color: #469750;
    font-size: 20px;
 }
 .slidebar .sidebar_logo{
    margin-top: 80px;
 }
 .slidebar .sidebar_logo img{
    width: 230px;
    height: 51.41px;
 }
 /*----------------- home-section -----------------*/
 .home-section{
    background: #fff;
    position: relative;
    min-height: 100vh;
    width: calc(100% - 280px);
    left: 280px;
    transition: all 0.5s ease;
    padding: 0 20px;
 }
 .slidebar.active ~ .home-section{
    width: calc(100% - 77px);
    left: 77px;
 }
 .home-section nav{
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .home-section nav .sidebar-button{
   display: flex;
   align-items: center;
   font-size: 24px;
   font-weight: 500;
 }
 .home-section nav .sidebar-button i{
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer;
  }
  .home-section nav .search-box{
    height: 50px;
    width: 100%;
    margin: 0 28px;
    position: relative;
  }
  nav .search-box input{
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 17px;
    background: #fff;
    border: 2px solid #469750;
    outline: none;
  }
  nav .search-box .fa-search{
    position: absolute;
    right: 5px;
    top: 30%;
    transform: translateY(-30%);
    height: 40px;
    width: 40px;
    background: #469750;
    border-radius: 6px;
    color: #fff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  @media (max-width: 600px) {
    .db_none{
        display: none;
    }
    .home-section{
        background: #fff;
        position: relative;
        min-height: 100vh;
        width: calc(100% - 250px);
        left: 250px;
        transition: all 0.5s ease;
        padding: 0 17px;
     }
     
 } 
  /*--------------------- home-content ----------------*/
  .home-content{
    width: 100%;
    height: 160px;
    background: rgba(70, 151, 80, 0.05);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    gap: 69px;
  }
  .home-content i{
    font-size: 80px;
    color: #469750;
  }
  .home-content .createFile_text{
    justify-content: center;
    align-items: center;
  }
  .home-content .createFile_text h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 41px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color: #333333;
  }
  .home-content .createFile_text p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #717171;
    text-align: start;
  }
  .home-content .createFileBtn{
    height: 45px;
    width: 200px;
    background: #469750;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
  @media (max-width: 800px) {
   .home-content{
    display: none;
   }
   
     
 } 

 
  /*-------------- Recentfiles_Section ---------*/
  .Recentfiles_Section .Recentfiles_created{
    display: flex;
    justify-content: space-between;
    margin: 20px 5px;
  }
  .Recentfiles_created .Recentfiles_text h2{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #000000;
  }
  .Recentfiles_created .Recentfiles_text p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #717171;
  }
  .Recentfiles_created .View_files{
    height: 45px;
    width: 150px;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #469750;
    color: #469750;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin: 25px 0;
  }
  /* ============== Admin Create New File ================= */
  .newFile{
    position: fixed;
    width: 500px;
    height: 480px;
    margin: 0 10px;
    padding: 20px 30px;
    background: #fff;
    word-wrap: break-word;
    background-clip: border-box;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.125);
    border: 2px solid #fff;
    border-radius: 10px;
    z-index: 1;
    overflow: auto;
    display: none;
  }
  .centerDiv {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.create_file form{
    width: 100%;
    margin: 20px 0;
}
.create_file form label{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}
.create_file strong{
    color: #333333;
    font-size: 2.5rem;
    margin: 2px 7px 7px 7px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.create_file p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #717171;
    padding: 5px;
}
.create_file input{
    width: 90%;
    height: 45px;
    margin: 6px 0px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #469750;
    outline: none;
    border-radius: 7px;
}
.create_file input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
.form_btn{
    display: flex;
    margin: 10px 0;
}
.create_file input[type="submit"]{
    background-color: #469750;
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    margin: 10px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.fileCancelBtn .fa-times{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #E8E8E8;
    color: #868686;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.fileCancelBtn .fa-times:hover{
    color: #469750;
    transition: all ease 0.3s;
}
.newFile {
    display: none;
}

/*------------------- table --------------------*/
.table {
    width: 100%;
    color: #333;
    border: 2px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 0 0 5px #333;
  }
  .table > tbody > tr:nth-of-type(2n + 1) {
      background-color: #f6f6f6;
  }
  .table > tbody > tr > td,
  .table > tbody > tr > th,
  .table > tfoot > tr > td,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th {
    padding: 10px 13px;
    margin: 10px 0px;
    border-radius: 5px !important;
    vertical-align: middle;
    cursor: pointer;
  }
  .btn-success{ 
    color: #fff;
    background-color: #398439 !important;
    border-color: #255625;
}
.actionBtn{
    margin: 8px;
}
.actionBtn > a{
    background: #fff;
    border: 2px solid #398439;
    color: #333;
    text-align: center;
    font-size: 12px;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 1s;
    font-weight: 600
  }
  
  .actionBtn > a:hover{
    background: #398439;
    border: 2px solid #398439;
    color: #fff;
  } 
  




/*--------------------------------------------------------------
# Dashboard (Folder Page)
--------------------------------------------------------------*/
.Folder_section{
    display: flex;
    justify-content: space-between;
}
.Folder_section h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #333333;
}
.Folder_section .folder_btn{
    padding: 15px;
}
.Folder_section .folderDetails_Btn{
    height: 45px;
    width: 150px;
    background: #469750;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }
.details_list{
    display: flex;
    justify-content: flex-start;
} 
.details_list .details{
    padding: 0 15px;
}
.details_list .details p{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #333333;
}
.details_list .details span{
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #333333;
}
/* ----------- folder --------------------- */
.Attachments_section{
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.left_section{
    border: 1px solid #469750;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.right_section{
    border: 1px solid #469750;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.Attachments_section .left_section h1,
.Attachments_section .right_section h1{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #333333;
}
.content_section .content_text h2{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #469750;
}
.content_text .img_content p{
    text-decoration: underline;
    cursor: pointer;
}
.content_text strong{
    font-size: 15px;
    font-weight: 700;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #333333;
}
.content_section{
    display: flex;
    justify-content: space-between;
}
.comments p{
    padding: 20px 0;
    color: #469750;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.content_text span{
    border-radius: 5px;
    border: 1px solid #469750;
    padding: 5px;
    margin-left: 5px;
    text-align: center;
    background: #f5f5f5;
    color: #469750;
    font-size: 16px;
}
.sent_to{
    color: #469750;
}
.prev_next{
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.num{
    padding: 0 25px;
}

/*-------------- Folder-Content-details section ----------------*/
.folderDetails{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 102;
  }
  .folderDetails .active{
    display: block;
  }
  .create_folder{ 
    width: 600px;
    padding: 50px 15px;
    background-color: #FFFFFf;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
    overflow-y: scroll;
  }
  .create_folder strong{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #333333;
  }
  .create_folder p{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #717171;
  }
  .display{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }
  .display .box1 p{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #333333;
  }
  .display .box1 strong{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #333333;
  }
  .display .box1 span{
    border-radius: 5px;
    border: 1px solid #469750;
    padding: 5px;
    margin-left: 5px;
    text-align: center;
    background: #f5f5f5;
    color: #469750;
    font-size: 16px;
}

.folderDetails{
    display: none;
}
/*-------------- Send folder to another department ----------------*/
.Send_folder{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 102;
    display: none;
  }
  .another_department{
    width: 500px;
    padding: 50px 15px;
    background-color: #FFFFFf;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    position: relative;
  }
.another_department form{
    width: 100%;
}
.another_department label{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #000000;
}
.another_department strong{
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin: 2px 7px 7px 7px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 32px;
    text-align: center;
}
.another_department p{
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #333333;
    padding: 5px;
}
.another_department span{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    margin-top: 0;
    gap: 5px;
    width: 100%;
    height: 50px;
    background: rgba(70, 151, 80, 0.1);
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #469750;
}
.another_department input{
    width: 90%;
    height: 45px;
    margin: 6px 0px;
    padding: 0px 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #469750;
    outline: none;
    border-radius: 7px;
}
.another_department input::placeholder{
    color: rgba(0, 0, 0, 0.5);
}
.form_btn{
    display: flex;
}
.another_department input[type="submit"]{
    background-color: #469750;
    color: #fff;
    border: none;
    outline: none;
    text-transform: uppercase;
    margin: 10px 10px;
    border-radius: 3px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}
.fileCancelBtn .fa-times{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background: #E8E8E8;
    color: #868686;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.fileCancelBtn .fa-times:hover{
    color: #469750;
    transition: all ease 0.3s;
}
/* .Send_folder{
    display: none;
} */
.another_department .active{
    display: block;
}

/*-------------- Profile section ----------------*/
.profile_section {
    margin: 0 15px;
    padding: 0 15px;
}
.wrapper_area{
    display: flex;
    
}
header{
    margin: 35px 0;
}
.profile_section h2{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #000000;
}
.profile_section p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #717171;
}
.profile_wrapper{
    position: relative;
    height: 270px;
    width: 270px;
    border-radius: 10px;
    background: #fff;
    border: 2px dashed #c2cdda;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.profile_wrapper .display_image{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile_wrapper .profile_icon{
    font-size: 50px;
    color: #469750;
    text-align: center;
}
.profile_wrapper .Image_text{
    font-size: 15px;
    font-weight: 500;
    color: #333333;
}
.profile_wrapper #profile_cancelBtn{
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
    color: #469750;
}
.profile_wrapper .file_name{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    display: none;
    background: linear-gradient(135deg, #469750 0%, #36723E 100%);
}
.first_section #defaultBtn{
    margin-top: 20px;
}
#custonBtn{
    margin-top: 20px;
    width: 270px;
    height: 50px;
    display: block;
    border: none;
    outline: none;
    border-radius: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    background: linear-gradient(135deg, #469750 0%, #36723E 100%);
}
.Personal_details {
    margin: 0 20px;
    padding: 0 20px;
}
.Personal_details h3{
    font-family: 'General Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #000000;
}
.section_area{
    display: flex;
    padding: 20px 50px;
}
.name_num{
    padding: 10px 25px;
}
.name_num p{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    color: #717171;
}
.name_num h1{
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #333333;
}