/* Your CSS file */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
    font-family: "mundial", sans-serif;
    font-weight: 300;
    font-style: normal;
}


body {
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;
    background: linear-gradient(225deg, rgba(42, 46, 52, 1) 0%, rgba(52, 126, 68, 1) 100%);
    background-attachment: fixed;
}


/*color theme*/
:root {
    --primary-color: #347e44;
    --secondary-color: #2a2e34;
    --third-color: #D9D9D9;


}

a {
    text-decoration: none;
    color: white;
}

input::-webkit-color-swatch {
    border: none;
}

.logo {
    background-image: url("pcm-logo.png");
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.delete-button {


    background-image: url("biniconnEW.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.3s ease all;
}

.delete-button:hover {

    transform: scale(1.1);
}


.undo_button {


    background-image: url("undo_button.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.3s ease all;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    ;
}

.undo_button_inactive {
    filter: grayscale(1);
    opacity: 0.5;
}

/* Example usage for applying the font to an element */
body {
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    margin: 0px;

    background: linear-gradient(225deg, rgba(42, 46, 52, 1) 0%, rgba(52, 126, 68, 1) 100%);
    background-attachment: fixed;
}

.client-wrapper .delete-button {

    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;


}

/* SIDE MENU */

.side-menu {
    padding-top: 25px;
    ;
    height: 100vh;
    width: 100px;
    background-color: var(--secondary-color);
    position: fixed;
    top: 0px;
    left: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
    z-index: 5;
}

.side-menu .logo {
    width: 80px;
    height: 80px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    border-radius: 200px;
    border: solid 3px rgb(80, 80, 80);
}

.menu-link {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s ease all;
}

.menu-link:hover {
    background-color: var(--primary-color);
    transition: 0.3s ease all;
}


.menu-icon {
    width: 50px;
    height: 50px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-title {
    color: white;
    margin-top: 10px;
    font-size: 12px;
}


#home-icon {
    background-image: url("home.png");

}

#users-icon {
    background-image: url("user.png");

}

#files-icon {
    background-image: url("file.png");

}

#brand-icon {
    background-image: url("brand.png");

}

/* LOGIN SCREEN */


.login-screen {
    width: 100vw;
    height: 100vh;
    background-color: var(--secondary-color);
    background: rgb(42, 46, 52);
    background: linear-gradient(180deg, rgba(42, 46, 52, 1) 0%, rgba(52, 126, 68, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;

}

.login-screen .login-button {
    width: 250px;
    height: 50px;
    /* /background-color: var(--primary-color); */
    margin: 15px;
    display: flex;
    color: white;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    font-size: 18px;
    transition: 0.3s ease all;
    border: solid #47AC5D 1px;
}

.login-button p {
    padding-left: 5px;
    padding-bottom: 2px;
}

.login-button:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}


.login-screen input {
    width: 400px;
    height: 40px;
    background-color: var(--third-color);
    margin: 15px;
    padding: 10px;
    box-sizing: border-box;
    border: none;
}

.login-screen .title {
    color: white;
    font-size: 108px;
    padding: 0;
    margin: 0px;
}

.login_body {
    color: white;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}

.pcm-logo {
    position: absolute;
    top: 23px;
    width: 250px;
    height: 52px !important;
    background-image: url("P4630\ PCM\ logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.background_circle {
    position: absolute;
    background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/pcm-bg-08.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 110vh;
    aspect-ratio: 1 / 1;
    opacity: 1;
    z-index: 1;
    pointer-events: none;

}

.background_circle2 {
    position: absolute;
    background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/pcm-bg-08.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 900px;
    aspect-ratio: 1 / 1;
    opacity: 0.2;
    z-index: 1;
    top: -100px;
    pointer-events: none;
}

.inline_Form {
    display: flex;
    flex-direction: row;
}

.inline_Form input {
    padding: 5px!important;
    max-width: 300px!important;
    font-size: 16px!important;
    color: white!important;
    background-color: rgba(255, 255, 255, 0)!important;
    border-bottom: 1px white solid!important;
}

.inline_Form input::placeholder {

    color: rgba(255, 255, 255, 0.484);

}



.login_inner_icon {
    width: 35px;
    height: 35px;
    background-image: url("newpcmarrow.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
}

.add_icon {
    background-image: url("addbuttonpcm.svg");
}

.save_icon {
    background-image: url("saveButton.svg");
}

.undo_icon {
    background-image: url("undoButton.svg");
}

/* USER LOGIN SCREEN */


.user-login-screen {
    width: 100vw;
    height:100vh;
    max-height: calc(100vh - 80px);


    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.user-login-screen .login-button {
    width: 250px;
    height: 50px;
    /* /background-color: var(--primary-color); */
    margin: 15px;
    display: flex;
    color: white;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    font-size: 18px;
    transition: 0.3s ease all;
    border: solid #47AC5D 1px;
}


.user-login-screen .login-button:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}


.user-login-screen input {
    width: 400px;
    height: 40px;
    margin: 15px;
    padding: 5px;
    box-sizing: border-box;
    border: none;
    border-bottom: solid 1px white;
}

.user-login-screen input::placeholder {
    color: rgba(255, 255, 255, 0.514);
}

.user-login-screen .title {
    color: white;
    font-size: 108px;
    font-weight: 300;
    text-align: center;
    margin: 0;
    margin-bottom: 0px;

}

.portalLoginTitleSpan {
    color: #47AC5D;
}

.pcm-logo {
    width: 280px;
    height: 120px;
    background-image: url("P4630\ PCM\ logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}



/* CLIENTS SCREEN */


.clients-screen {



    width: 100vw;
    height: 100vh;

    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;

}

.client-page-title {
    width: 60vw;
    height: 100px;
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72px;
    color: white;
}

.client-wrapper {
 
    width: 100vw;
    height: auto;
 
   display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index:2;
 
}


.client-thumbnail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 300px;
    height: 200px;
   overflow:hidden;
border-radius:15px;
    box-sizing: border-box;
background-color: red;;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
    margin: 10px;
    transition: 0.5s ease all;
}

.client-thumbnail:hover .client-thumbnail-footer {
opacity:0;
transition: 0.5s ease all;
}


.client_search {
    width: 300px;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: white solid 1px;
    padding: 5px;
    color: white;
    margin-bottom: 10px;
}

.client_search::placeholder {
    color: rgba(255, 255, 255, 0.475);
}

.edit-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.787);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transition: 0.5s ease all;
    cursor: pointer;
}

.edit-overlay:hover {
    opacity: 1;
    transition: 0.5s ease all;
}

.edit-icon {
    width: 50px;
    height: 50px;
    background-image: url("edit.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 20px;

}

.edit-title {
    color: white;
}

.edit_client_title_wrapper{
    display: flex;
    margin-top: 10px;
    z-index: 10;
}

.black_pencil_icon{
    
    width: 20px;
    height: 20px;
    background-image: url("Pencil.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    margin-right: 10px;

}

#companyNameInput{
    min-width: 200px;

  
cursor: text;
}

.client-wrapper .logo {
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
 
}
.client-wrapper .client-name {

    width: 290px;
    height: 40px;
    display: flex;
    color: white;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    padding-bottom: 30px;
    box-sizing: border-box;
}



.client-thumbnail-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(47, 47, 47) 100%);
    display: flex;
    justify-content: center;
    align-items: end;
    pointer-events: none;
    transition: 0.5s ease all;
}



/* USERS SCREEN */


.users-screen {
    width: 100vw;
    height: 100vh;

    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;
}

.pcm-logo-files-screen {
    width: 220px;
    height: 70px;
    background-image: url("P4630\ PCM\ logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0px;
    left: (50% - 110px);
}

.users-page-title {
    width: 60vw;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72px;
    color: white;
}

.users-wrapper {

    width: 50vw;
    height: auto;

    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;

}

.user-name {
    display: flex;
    justify-content: left;
    align-items: center;
    flex: 1;
    color: white;
}

#searchTheUsers {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 0;
    height: 30px;
    color: white;
    font-size: 16px;
}

#searchTheFiles {
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    padding: 5px;
    margin-bottom: 0;
    height: 30px;
    color: white;
    font-size: 16px;
}

#searchTheUsers::placeholder {
    color: rgba(255, 255, 255, 0.451);
}

#searchTheFiles::placeholder {
    color: rgba(255, 255, 255, 0.451);
}

.client-name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.user-inner-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
    border-bottom: solid #dfdfdf 1px;
    box-sizing: border-box;
}

.users-wrapper .delete-button {

    width: 30px;
    height: 30px;

}

.search {
    width: 300px;
    height: 0px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px rgb(199, 199, 199);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
    border-radius: 55px;
    cursor: pointer;
}

/* Remove the blue outline on focus */
input[type="text"]:focus {
    outline: none;
    /* Add any other styles you want for the focused input here */
}

/* FILES SCREEN */
.user-files-screen {
    width: 100vw;
    width: 100vw;
    height:auto;
 min-height: 100vh;
    padding-bottom: 40px;
    background-color: white;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;
}

.center-wrapper{
    display:flex;
    align-items: center;
    flex-direction: column;
    padding-top: 300px;
}
.files-screen {
    width: 100vw;
    height: 100vh;

    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 100px;
    box-sizing: border-box;
}


.files-page-title {
    width: 60vw;
    height: 100px;
    margin: 0px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
    color: rgb(255, 255, 255);
    text-align: center;

}

.user-files-page-title {
max-width:300px;
    height: 50px;
    margin: 0px;
    margin-bottom: 10px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: rgb(0, 0, 0);

}

.files-page-title::first-letter {
    text-transform: uppercase !important;
}

.file-wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 16px !important;
    width: 70vw !important;
    background: #f9f9f9!important;
    padding: 20px!important;
    align-items: start;
    flex-wrap: wrap;
    z-index: 2;
    background-color: rgba(244, 244, 244, 0.207);
}


.user-files-screen .file-wrapper {
    background-color: rgb(225, 225, 225);
}

.download_file_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url('downloadbutton_pcm.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.individualFileWrapper {
    position: relative;
    width: 100% !important;
    height: auto;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
overflow:hidden;
    border: 1px solid #ccc !important;
    border-radius: 8px !important;
    margin: 0px!important;
}




.file-thumbnail {
    display: flex!important;
    justify-content: center!important;
    flex-direction: column!important;
    align-items: center;
    width: 100%!important;
    height: 165px;
    background-color: rgb(32, 32, 32);
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
}

.file-wrapper .logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    background-image: url("pdf.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.file_cat_buttonHIRE{
    background-image: url('https://irp.cdn-website.com/2a692e8e/dms3rep/multi/PCM+Icons-06.svg')!important;
    }

.file-wrapper .pdf {
    background-image: url("pdf-icon.svg")!important;
   
}


.file-wrapper .video {
    background-image: url("video-icon.svg")!important;
    
}

.file-wrapper .image {
    background-image: url("image-icon.svg")!important;
    
}

.file-wrapper .threeD {
    background-image: url("3d-icon.svg")!important;
   
}


.file_cat_button {
    width: 100%;
    height: 100%;
    background-color: rgb(32, 32, 32);
    background-image: url('file_icons/PCM\ Icons-05.svg');
    background-size: 30%;
    background-position: center;
    background-repeat: no-repeat;
}

.file_cat_buttonSPEC {
    background-image: url('file_icons/PCM\ Icons-03.svg')!important;
}

.file_cat_buttonDATA {
background-image: url('file_icons/PCM\ Icons-04.svg')!important;
}

.file_cat_buttonCAD {
    background-image: url('file_icons/PCM\ Icons-02.svg')!important;
}

.file_cat_buttonCALIBRATION {
background-image: url('file_icons/PCM\ Icons-01.svg')!important;
}



.file-wrapper .file-name {

    width: 260px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    color: white;
    font-size:12px;
    text-align: center;
}


.file-wrapper .file-catagory {

    width: 100%;
    height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    box-sizing: border-box;
    font-size: 11px;
    color: var(--primary-color);

}


.file-wrapper .delete-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;

}

.file-thumbnail-footer {
    position: absolute;
    bottom: 0;
    margin-top: 20px;

    height: 40px;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.folder-thumbnail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    width: 100% !important;
    height: auto;
    max-width: 500px;
    min-height: 200px;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-radius: 10px;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
    overflow:hidden;
    margin: 0px;
   
}

.folder-thumbnail .file-name{
    color:black!important;
}

.folder-thumbnail .logo {

    top: 0px;
    left: 0px;
    width: 100%!important;
    height: calc(100% - 40px)!important;
    background-color: rgb(152, 152, 152) !important;
    background-image: url("folder-regular_pcm.svg");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#goToHomeFolderScreen {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.2s ease all;

}

#goToHomeFolderScreen:hover {
    opacity: 1;
}


.add-button {
    width: 220px;
    height: 50px;
    /* /background-color: var(--primary-color); */
    margin: 15px;
    display: flex;
    color: white;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    border-radius: 50px;
    font-size: 18px;
    transition: 0.3s ease all;
    border: solid #47AC5D 1px;
}


.add-button:hover {
    transform: scale(1.1);
    filter: brightness(1.2)
}

.add-client-button {
    margin-bottom: 0px;
}

.filter-wrapper {
    width: calc(70vw + 80px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

}

#searchTheFiles2 {
    margin-bottom: 0px;
    box-sizing: border-box;
}

.files_manager_wrapper {
    position: relative;

    width: calc(70vw + 80px);

    display: flex;
    justify-content: center;
    align-items: center;

}

.files_navigator_text_wrapper {

    min-width: 70vw;
    margin-left: -80px;
    color: #eeeeee;
    padding-bottom: 10px;

}

.files_navigator_text {
    padding: 0;
    margin: 0;
}

.hidden-button {
    display: none;
}

.portal-nav-bar{
    width:100vw;
    padding:20px 50px;
    box-sizing: border-box;
    color:white;
    height:80px;
    display:flex;
    justify-content: space-between;
    background-color: black;
}

.portal-nav-bar .content{
cursor: pointer;
width:auto;
height:auto;
background-color: #47ac5d;
border-radius:25px;
padding:18px 24px;
box-sizing: border-box;
display:flex;
justify-content: center;
align-items: center;
transition:0.3s ease all;
}
.portal-nav-bar .content:hover{
 filter: brightness(1.2);
 transition:0.3s ease all;
    }
    

.custom-select {
width:200px;
    position: relative;
}

.custom-select select {
    width:200px;
        position: relative;
    }
select {
    appearance: none;
    /*  safari  */
    -webkit-appearance: none;
    /*  other styles for aesthetics */

    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 0px solid rgb(199, 199, 199);
    border-bottom: 2px solid rgb(199, 199, 199);

    color: #000;
    cursor: pointer;
}

.custom-select::before,
.custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
    
}

.custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid rgb(150, 150, 150);
    top: 40%;
   
}

.custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid rgb(150, 150, 150);
    top: 55%;
    
}

/* styles.css */
.filter-dropdown {
    position: relative!important;
    /* display: inline-block; */
}

.filter-button {
    width:200px!important;
    
    padding:10px!important;
    background-color: #fff!important;
    border: 0px solid rgb(199, 199, 199)!important;
    border-bottom: 2px solid rgb(199, 199, 199)!important;
    color: #000!important;
    text-align: left!important;
    display: flex!important;
    justify-content: space-between!important;
    flex-direction: row!important;
}

.filter-options {
    display: none!important;
    position: absolute!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    width: 100%!important;
    z-index: 3!important;
    padding: 10px!important;
}

.filter-options label {
    display: block!important;
    padding: 5px!important;
}

.filter-dropdown:hover .filter-options {
    display: block!important;
}

.filter-counter{
background-color: #47ac5d;
padding-left: 4px;
padding-right: 4px;
border-radius: 20px;
color: white;
}



/* BRAND SCREEN */


.brand-screen {
    width: 100vw;
    height: 100vh;

    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    box-sizing: border-box;
}

.brand-page-title {
    width: 60vw;
    height: 100px;
    margin-bottom: 0px;
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 72px;
    color: white;
}

.brand-wrapper {

    width: 70vw;
    height: auto;
    margin-bottom: 40px;
    display: flex;
    padding: 40px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    /* border: 1px solid white;
    background-color: rgba(244, 244, 244, 0.207); */

}

.preview-wrapper {

    width: 80%;
    height: auto;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
}

.preview-hero {
    width: 100%;
    height: 200px;
    background-color: var(--primary-color);
}

.preview-wrapper .logo {

    width: 150px;
    height: 150px;
    border-radius: 150px;
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(5px 5px 5px #5c5c5c33);

}

.brand-logo-wrapper {
    margin-top: -60px;
    margin-bottom: 25px;
    width: 155px;
    height: 155px;
    border: solid rgb(221, 221, 221) 1px;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}



.brand-logo-overlay {
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url("bradningEdit.svg");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: rgba(70, 70, 70, 0.517);
    backdrop-filter: blur(2px);
    transition: 0.25s ease all;
    cursor: pointer;

}

.brand-logo-overlay:hover {
    opacity: 1;
}

.hiddenFileUpload {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 1px;
}

#fileUpload_edit_branding {
    display: none;
}

.fileUpload_label_branding {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-image: url("bradningEdit.svg");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: rgba(70, 70, 70, 0.517);
    backdrop-filter: blur(2px);
    transition: 0.25s ease all;
    cursor: pointer;
}


.fileUpload_label_branding:hover {
    opacity: 1;
}


.preview-wrapper .box {
    margin-top: 50px;
    width: 80%;
    height: 150px;
    background-color: rgb(205, 205, 205);

}


.logo-upload-wrapper {
    margin-top: 50px;
    width: 80%;
    height: 200px;
    background-color: white;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
}

.left-column {
    width: 50%;
    background-color: rgb(0, 0, 0);
    height: 100%;
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.left-column form {
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.left-column form input {
    color: white;
    border: none;
    background-color: var(--primary-color);
    width: 200px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease all;


}




.left-column form #fileUpload {
    color: white;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: grey;
    width: 75%;
    height: 20px;
    margin-bottom: 20px;

}

.left-column form #fileUpload_edit_branding {
    color: white;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: grey;
    width: 75%;
    height: 20px;
    margin-bottom: 20px;

}


.left-column form #fileUpload:hover #fileUpload_edit_branding:hover {
    cursor: default;
    transform: scale(1);
}


.left-column form input:hover {

    transform: scale(1.1);
    filter: brightness(1.2);
}


.right-column {
    width: 50%;

    height: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 25px;
    box-sizing: border-box;
}

.right-column .logo {
    width: 150px;
    height: 150px;
    background-color: black;
}

.right-column .delete-button {

    width: 30px;
    height: 30px;
    margin-right: 10px;
    ;


}


.colour-picker-wrapper {
    margin-top: 50px;
    width: AUTO;
    height: 200px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
}

.colour-picker {

    display: flex;
    width:150px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px;

}


/* #colorPicker:hover {

    transform: scale(1.1);
}

#colorPicker2:hover {

    transform: scale(1.1);
} */

.colorPicker {
    border: none;
    width: 100% !important;
    box-sizing: border-box;
    height: 100px !important;
    padding: 0px 0px !important;
    cursor: pointer;
    transition: 0.3s ease all;
    opacity: 0;
}

#colorPicker {
    border: none;
    width: 100px;
    box-sizing: border-box;
    height: 200px !important;
    padding: 0px 0px !important;
    cursor: pointer;
    transition: 0.3s ease all;
}

#colorPicker2 {
    border: none;
    width: 100px;
    box-sizing: border-box;
    height: 330px !important;
    padding: 0px 0px !important;
    cursor: pointer;
    transition: 0.3s ease all;
}

.addPicker{
opacity: 1!important;
}

.colour-picker-wrapper label {
    font-size: 12px;
    margin-bottom: 15px;
    text-align: center;
}


/* Style the color picker's thumbnail */
.colour-picker-wrapper input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0px;
    /* Remove padding */
    border: none;
    /* Remove border */
    background: none;
    /* Remove background */
}

.colour-picker-wrapper input[type="color"]::-webkit-color-swatch {

    border: none;
    /* Remove border */
}

.secondary_preview_line {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 200px;
    background-color: rgb(70, 70, 70);
    pointer-events: none !important;
}


.save-changes {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    background-color: var(--primary-color);
    margin: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    transition: 0.3s ease all;
}

.save-changes:hover {

    transform: scale(1.1);
    filter: brightness(1.2);
}

#brand_update_save_logo {
    filter: grayscale(1);
    opacity: 0.5;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    background-color: var(--primary-color);

    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    transition: 0.3s ease all;
}

.brand_update_save_logo_active {
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

#save_colour_changes {
    filter: grayscale(1);
    opacity: 0.5;
    width: 220px !important;
}

.save_colour_changes_active {
    filter: grayscale(0) !important;
    opacity: 1 !important;
}

.brand-control_buttons {
    display: flex;
    flex-direction: row;
    min-width: 100px;
    margin-bottom: 20px;
}

.inactive_button {
    opacity: 0.3;
}

.newUpdateColourButton {
    position: absolute;
    height: 150px;
    width: 30px;
    border-radius: 10px 0px 0px 10px;
    background-color: #2A2E35;
    margin-left: -30px;

}

.newUpdateInnerColourButton {
    position: relative;
    width: 100%;
    height: 100%;
}

.secondaryColourButton {
    top: 200px;
}

.colourPickerLabel {
    position: absolute;
    cursor: pointer;
    font-weight: 400;
    color: white;
    width: 150px;
    height: 100%;
    transform: rotate(270deg);
    transform-origin: 0 0;
    top: 140px;
    left: 2px;
}

.pencilIcon {
    position: absolute;
    transform: rotate(270deg);
    transform-origin: 0 0;
    width: 20px;
    height: 20px;
    background-image: url("Pencil.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 30px;
    left: 5px;
    pointer-events: none;
    filter: invert(1);
}

/* POPUPS */

.add-client-popup {

    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.869);
    z-index: 2;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
}

.add-client-popup-inner-wrapper {
    position: relative;
    background-color: white;
    padding: 25px;
    width: 70%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    ;
}


.add-client-popup input {
    width: 400px;
    height: 40px;
    background-color: rgb(238, 238, 238);
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 50PX;

}


.add-client-popup .left-column {
    width: 50%;
    background-color: rgb(236, 236, 236);
    height: 100%;
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.add-client-popup .left-column form {
    color: rgb(0, 0, 0);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.add-client-popup .left-column form input {
    color: white;
    border: none;
    background-color: var(--primary-color);
    width: 50%;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;


}

.add-client-popup .left-column form #logo_Upload {
    color: white;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: grey;
    width: 100%;
    height: 0px;
    margin-bottom: 20px;

}


.add-client-popup .left-column form #logo_Upload:hover {
    cursor: default;
    transform: scale(1);
}

.close-button {
 
    width: 30px;
    height: 30px;
    position: absolute;
    top: -50px;
    right: -50px;
    background-color: rgb(235, 49, 49);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: white;
    transition: 0.3s ease all;
    cursor: pointer;

}

.close-button:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}

#logo_preview {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#logo_preview_wrapper {
    width: 150px;
    height: 150px;
}


/* ADD USER */



.add-user-popup {

    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.869);
    z-index: 2;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
}

.add-user-popup-inner-wrapper {
    position: relative;
    background-color: white;
    padding: 25px;
    width: 50%;
    max-width:600px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    ;
}


.add-user-popup input {
    width: 80%;
    max-width:500px;
    height: 40px;
    background-color: rgb(238, 238, 238);
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 50PX;

}

.hidden_form_field{
    display: none!important;
}

/* ADD FOLDER */

.add-folder-popup {

    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.869);
    z-index: 2;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
}

#folderUploadTitle {
    width: 60%;
}


/* ADD FILE */

.add-file-popup {

    width: 100vw;

    height: 100vh;
    background-color: rgba(0, 0, 0, 0.869);
    z-index: 2;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
}

.add-file-popup-inner-wrapper {
    position: relative;
    background-color: white;
    padding: 25px 10%;
    width: 50%;
    max-width:600px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    ;
}


.add-file-popup input {
    width: 40vw!important;
     max-width:500px;
     height: 40px;
     background-color: rgb(238, 238, 238);
     margin: 15px;
     padding: 10px 25px;
     box-sizing: border-box;
     border: none;
     border-radius: 50PX;
     color:rgb(133, 133, 133);
  
 }
  
 .add-file-popup select {
     width: 40vw!important;
     max-width:500px;
     height: 40px;
     background-color: rgb(238, 238, 238);
     margin: 15px ;
     padding: 10px 25px;
     box-sizing: border-box;
     border: none;
     border-radius: 50PX;
     color:grey;
  
 }


.add-file-popup .left-column {
    width: 50%;
    background-color: rgb(236, 236, 236);
    height: 100%;
    display: flex;
    padding: 40px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.add-file-popup .left-column form {
    color: rgb(0, 0, 0);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.add-file-popup .left-column form input {
    color: white;
    border: none;
    background-color: var(--primary-color);
    width: 50%;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;


}

#fileUploadTitle{
    color:grey;
  
    padding-left:25px;
}

.file-category-dropdown{
    color:grey;

    padding-left:25px;
}
.add-file-popup .left-column form #fileUpload {
    color: white;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: grey;
    width: 100%;
    height: 0px;
    margin-bottom: 20px;

}

.add-file-popup .left-column form #fileUpload:hover {
    cursor: default;
    transform: scale(1);
}


#fileUploadForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fileUploadForm label {
    margin-left: 20px;
    
}



/* Remove the blue outline on focus */
input[type="text"]:focus {
    outline: none;
    /* Add any other styles you want for the focused input here */
}


/* Remove the blue outline on focus */
select:focus {
    outline: none;
    /* Add any other styles you want for the focused input here */
}

select {
    cursor: pointer;
}

input {
    cursor: pointer;
}




/* USERS PORTAL FILES PAGE */

.user-files-screen {
    padding: 0px;
    padding-bottom: 100px;
}

.user-files-screen .users-hero {

    width: 100%;
    background-color: var(--primary-color);
position: fixed;
    height: auto;
    z-index: 5;

}

.user-files-screen .hero-logo {

    width: 200px;
    height: 200px;
    padding: 0px;
    border-radius: 200px;
    background-color: rgb(255, 255, 255);
    filter: drop-shadow(5px 5px 5px #5c5c5c33);


}

.user-files-screen .hero_logo_wrapper {
    width: 205px;
    height: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 210px;
    border: 1px solid rgb(226, 226, 226);
    margin-top: -100px;
    margin-bottom: 40px;
    z-index: 1;

}


.user-files-screen .file-name {
    width: 100%;
    height: 5px;
}

.user-files-screen .file-thumbnail-footer {
    height: 40px;

}

.delete-client-popup {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.869);
    z-index: 2;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;

}

.delete-client-popup-inner-wrapper {
    position: relative;
    background-color: white;
    padding: 25px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    min-width: 450px;
    max-width: 650px;
}

.delete-client-popup input {
    width: 400px;
    height: 40px;
    background-color: rgb(238, 238, 238);
    margin: 15px;
    padding: 20px;
    box-sizing: border-box;
    border: none;
    border-radius: 50PX;

}

.delete-client-button {
    margin-top: 30px;
    width: 200px;
    height: 50px;
    background-color: rgb(235, 49, 49);
    color: white;
    border-radius: 5px;
    ;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease all;
    cursor: pointer
}

.delete-client-button:hover {
    filter: brightness(1.2);
    transform: scale(1.1);
}



.loading-popup {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.869);
    z-index: 2;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
    align-items: center;

}

.loading-inner-wrapper {
    position: relative;
    background-color: white;
    padding: 25px;
    width: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    min-width: 450px;
    max-width: 650px;
}

.loading-bar {
    width: 100%;
    height: 6px;
    background-color: grey;
    overflow: hidden;
}

.loading-bar-inner {
    width: 100%;
    height: 6px;
    background-color: var(--primary-color);
    transform-origin: left;
    transform: scaleX(0);

}


@keyframes load {
    0% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

.animate {
    animation: load 2s ease-in-out;
}

.user-UID {
    font-size: 15px;
    color: gray;
    font-style: italic;
    padding-right: 20px;
}

#brand_update_logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#progress-container {
    width: 80%;
    height: 30px;
}

#progress-bar {
    width: 0%;
    height: 20px;
    border-radius: 30px;
    background-color: var(--primary-color);
    text-align: center;
    /* To center text */
    line-height: 20px;
    /* To center text vertically */
    color: white;
    /* Text color */
}

.bottom_columns {

    color: white;
    display: flex;
    flex-direction: row;
    width: 400px;
    margin-top: 10px;
    justify-content: center
}

.bottom_columns a {
    color: #47AC5D;
}

.left-aligned-logo {
    width: 250px !important;
    left: 20px !important;
}

.in-partnership-text {
    position: absolute;
    text-align: center;
    color: white;
    font-size: 14px;
    left: 20px;
    top: 65px;
    text-transform: capitalize;
    font-weight: 300;
    letter-spacing: 5.5px;
    text-align: center;


}

.portal_breadcrumb {

    width: 70vw;
    padding: 0px 40px;
    height: 40px;
    background-color: rgb(225, 225, 225);


}

.secondary_colour_line {
    width: 100%;
    height: 40px;
    background-color: #347e44;
  color:white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.notification-popup-wrapper {
    position: fixed; /* Change position from absolute to fixed */
    width: 300px;
    background-color: rgb(255, 255, 255);
    right: 50px;
    top: -500px; /* Initially offscreen */
    max-height: 400px;
    overflow: scroll;
    z-index: 10;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    transition: ease all 1.5s;
    display: flex;
    flex-direction: column;
}

.showNotice {
    top: 30px !important; /* This brings the popup to view */
    transition: ease all 1.5s;
}


.notification-popup-lining {
padding:10px;

 
    border-radius: 8px;
    border: solid rgb(91, 91, 91) 1px;

}

.notification-popup-top-text {
    position: absolute;
  top:3px;
  left:45px;
    min-width: 70px;
padding: 3px 16px;
box-sizing: border-box;
    background-color: #47ac5d;
    overflow: visible;
    text-align: center;
    font-weight: 400;
  border-radius: 25px;
    color:white;

}

.notification-popup-text {
    padding: 25px;
    color:#252525;

}

#timerBar {
    width: 100%;
    height: 4px;
    background-color: #47AC5D;
    position:absolute;
    bottom:5px;

}

.t-n-c{
    color:white;
    font-size:12px;
    margin-top:50px;
}

.t-n-c a{
    color:#47AC5D;
  cursor:pointer;
  transition:0.3s ease all;
}
.t-n-c a:hover{
filter: brightness(1.2);
transition:0.3s ease all;
}

.timerBarFinished {
    width: 0%;
}


.reset-password-popup-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.reset-password-popup {
    width: 50%;
    min-width: 300px;
    max-width: 800px;
    padding: 40px;
    background-color: rgb(156, 156, 156);
    display: flex;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
}

.reset-password-popup h2 {
    width: 200px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.reset-password-popup input {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}

.reset-password-popup button {
    width: 200px;
    height: 30px;
    cursor: pointer;
}

#resetPasswordCloseButton {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    position: absolute;
    right: -60px;
    top: -20px;
    cursor: pointer;
    background-image: url("xmark-sharp-regular\ \(1\).svg");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}



.client-access-popup-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: #00000099;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.client-access-popup {
    width: 50%;
    min-width: 300px;
    max-width: 800px;
    padding: 40px;
    background-color: rgb(156, 156, 156);
    display: flex;
    align-items: center;
    flex-direction: column;
    filter: drop-shadow(5px 5px 5px #5c5c5c33);
}

.client-access-popup h2 {
    width: auto;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.client-access-popup input {
    width: 300px;
    padding: 10px;
    margin-bottom: 10px;
}

.client-access-popup button {
    width: auto;
    height: 30px;
    cursor: pointer;
}

#clientAccessCloseButton {
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50px;
    position: absolute;
    right: -60px;
    top: -20px;
    cursor: pointer;
    background-image: url("xmark-sharp-regular\ \(1\).svg");
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}


@keyframes shrinkWidth {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

.shrink {
    animation: shrinkWidth 5s forwards linear;
}



.client_column_wrapper{
    width: 100%;
    height: calc(100%);
    
    z-index: 2;
    position: relative;
    display: flex;
}

.client_column{
    width: 50%;
    height: 100%;
   
    display: flex;
    justify-content: center;
    align-items: center;
}

.client_header_pcm_logo{
    width: 350px;
    height: 200px;
    
    background-image: url('PCM\ LOGO\ NEW\ 2.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.client_header_client_logo_wrapper{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: white;
    overflow: hidden;
    transform: translateY(calc(50% + 20px));
    filter: drop-shadow(0px 0px 5px #45454576);
}

#client_header_client_logo{
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


  .checkbox-wrapper-6 .tgl {
    display: none;
  }
  .checkbox-wrapper-6 .tgl,
  .checkbox-wrapper-6 .tgl:after,
  .checkbox-wrapper-6 .tgl:before,
  .checkbox-wrapper-6 .tgl *,
  .checkbox-wrapper-6 .tgl *:after,
  .checkbox-wrapper-6 .tgl *:before,
  .checkbox-wrapper-6 .tgl + .tgl-btn {
    box-sizing: border-box;
 
  }
  .checkbox-wrapper-6 .tgl::-moz-selection,
  .checkbox-wrapper-6 .tgl:after::-moz-selection,
  .checkbox-wrapper-6 .tgl:before::-moz-selection,
  .checkbox-wrapper-6 .tgl *::-moz-selection,
  .checkbox-wrapper-6 .tgl *:after::-moz-selection,
  .checkbox-wrapper-6 .tgl *:before::-moz-selection,
  .checkbox-wrapper-6 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-6 .tgl::selection,
  .checkbox-wrapper-6 .tgl:after::selection,
  .checkbox-wrapper-6 .tgl:before::selection,
  .checkbox-wrapper-6 .tgl *::selection,
  .checkbox-wrapper-6 .tgl *:after::selection,
  .checkbox-wrapper-6 .tgl *:before::selection,
  .checkbox-wrapper-6 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-6 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-6 .tgl + .tgl-btn:after,
  .checkbox-wrapper-6 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-6 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-6 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-6 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-6 .tgl-light + .tgl-btn {
    background-color: #525252;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
  }
  .checkbox-wrapper-6 .tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-6 .tgl-light:checked + .tgl-btn {
    background: #47AC5D;
  }
  .signOffWrapper{
 
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 5px;
      }
    
      .signOffWrapperNonClickable {
        cursor:default!important;
      }
    
      .signOffTitle{
    margin: 0px;
    font-size:12px;
    text-decoration: none!important;
    color: rgb(28, 28, 28);
    
      }
    
      .signOffLeftWrapper{
    display: flex;
    justify-content:flex-start;
    align-items: center;
      }
    
      .signOffLight{
    width: 15px;
    height: 15px;
    border-radius: 30px;
    background-color: #ffbe55;
    margin-left: 15px;
    margin-right:15px;
    
      }
    
      .signOffLightGreen{
        background-color: #47AC5D!important;
      }
    
      .sign0ffLinkIcon{
        background-image: url('arrow-right-to-line-regular-white.svg');
        width: 20px;
        height: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin-right: 15px;
        filter: invert(1);
      }

  .sign0ffLinkIconComplete{
    background-image: url('check-regular-white.svg')!important;
  }


.sign-off-popup-wrapper {
    width: 100vw;
    height: 100%;
    background-color: #00000099;
  display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}


.sign-off-popup-wrapper {
    width: 100vw;
    height: 100%;
    background-color: #00000099;
  display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    padding:40px;
    box-sizing:border-box;
}
 
.sign-off-popup {
    width: 100%;
    min-width: 300px;
    max-width: 1000px;
    background-color: rgb(255, 255, 255);
    display: flex;
position:relative;
    flex-direction: column;
    border-radius:8px;
}
 
.sign-off-popup h2 {
    width: 100%;
    height:60px;
    padding: 20px;
box-sizing: border-box;
    margin-bottom: 20px;
    margin-top:0px;
    border-radius:8px 8px 0px 0px ;
    background-color:#47AC5D;
    color:white;
    font-weight:700;
 
}

.sign-off-popup button {
    width: 200px;
    height: 30px;
    cursor: pointer;
}
 
#sign-offCloseButton {
    width: 40px;
    height: 40px;
    background-color:#f21335;
    border-radius: 25px;
    cursor: pointer;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size:12px;
    position:absolute;
    top:-70px;
    right:0px;
}
 
#sign-offSaveButton{
    width: 180px;
    height: 40px;
    background-color:#47AC5D;
    border-radius: 25px;
    cursor: pointer;
    margin: 10px;
    margin-left: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:white;
    font-size:12px;
}
 
.sign-off-columns{
    display: flex;
    padding:20px;
    padding-right: 50px;
}
 
.sign-off-column{
   flex:1;
  padding:30px;
  box-sizing: border-box;
}
 
.sign-off-column p{
font-size:16px;
}
.sign-off-column ol{
    font-size:14px;
    color:rgb(86, 86, 86);
    padding:15px;
     }
.sign-off-file-column{
    flex:0.5;
    border: solid rgb(186, 186, 186) 1px;
    padding: 10px;
    padding-top: 0px;
    border-radius:10px;
}
 
.sign-off-popup-bottom-button-wrapper{
    display: flex;
 
}
 
.checkbox-wrapper-4  {
    box-sizing: border-box;
    padding-left:0px;
    margin-top:50px;
  }
 
.checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    font-size:12px;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx:hover {
    background: rgba(0, 255, 89, 0.06);
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #9e9e9e;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #47AC5D;
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #47AC5D;
    border-color: #47AC5D;
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

  .member_select_wrapper{
    width: 100%;
    max-width: 450px!important;
    margin-top: 30px;
  }

  #memberSelect select2-container{
    margin-top: 30px;
  }

  #sign_out_button{
    display: none;
  }

      /* Modal styles */
      .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 20px;
        border: 1px solid #888;
        width: 80%; /* Could be more or less, depending on screen size */
        max-width: 600px; /* Maximum width */
    }
    .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
    }
    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

    #selectAllToggle{
        width: auto!important;
        max-width: auto;
        height: auto;
        margin: 0!important;
        margin-top: 10px!important;
        padding: 10px 25px;
        box-sizing: border-box;
        border: none;
        border-radius: 50PX;
        color: rgb(133, 133, 133);
    }

    .checkbox_overall_wrapper{
        display: flex;
        justify-content: space-around;
        flex-direction: row;
        width: 40vw;
        max-width: 500px;
        flex-wrap: wrap;
        padding-top: 10px;
    }


  

 







 

    .inline_Form {
        display: flex!important;
        flex-direction: row!important;
    }
         .inline_Form input {
             margin:15px!important;
        padding: 5px!important;
        max-width: 300px!important;
        font-size: 16px!important;
        color: white!important;
        border:none!important;
        background-color: rgba(255, 255, 255, 0)!important;
        border-bottom: 1px white solid!important;
    }
    #client_access_submit_loading{
        color:white!important;
    }
    .portalLoginTitleSpan {
        color: #47AC5D!important;
    }
    .user-login-screen {
        width: 100vw;
        height: 100vh;
        max-height: calc(100vh)!important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .user-login-screen .title {
        color: white!important;
        font-size: 60px!important;
        font-weight: 100!important;
        text-align: center!important;
        margin: 0!important;
        margin-bottom: 0px!important;
        line-height:1!important;
        margin-bottom:25px!important;
    }
    .portalLoginTitleSpan {
        color: #47AC5D!important;
         font-weight: 100!important;
    }
    .portal-nav-bar {
        width: 100%;
        height:80px!important;
        padding: 10px 50px!important;
        box-sizing: border-box!important;
        color: white;
       box-sizing:border-box!important;
        display: flex;
        align-items:center!important;
        justify-content: space-betwen!important;
        position:fixed;
        top:0px!important;
        left:0px!important;
        background-color: transparent;
        z-index:5!important;
    }
    .portal-nav-bar .content {
        cursor: pointer;
        width: auto;
        height: 40px;
        background-color: #47ac5d;
        border-radius: 25px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease all;
        color: white!important;
        font-size:16px;
        line-height:1;
    }
    .shrunk.secondary_colour_line{
     height: 15px!important;
      top:100px!important;
    }
    .user-files-screen .users-hero {
        top: 80px!important;
         transition:0.3s ease all;
    }
    .user-files-screen .shrunk.users-hero{
        top:100!important;
         height: 100px!important;
    }
    .client_header_client_logo_wrapper {
         transition:0.3s ease all;
    }
    .shrunk.client_header_client_logo_wrapper {
     width: 50px!important;
        height: 50px!important;
      background:white!important;
       background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .client_header_pcm_logo {
        width: 350px;
        height: 200px;
        background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_LOGO_NEW_2.svg')!important;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
         transition:0.3s ease all;
    }
    .shrunk.client_header_pcm_logo {
        width: 150px!important;
        height: 50px!important;
     background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
       background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_LOGO_NEW_2.svg')!important;
    }
    .header_background_slice{
        height:100%!important;
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/pcm_shard_2.svg')!important;
    }
    .client_column_wrapper {
        height: 100%!important;
    }
    .pcm-logo {
     position:static!important;
     margin-bottom:20px;
        width: 308px;
        height: 52px !important;
        background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/P4630_PCM_logo.svg")!important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .portal_breadcrumb {
        width: 70vw;
        padding: 0px 40px;
        height: 40px;
        background-color: rgb(225, 225, 225);
        display: flex!important;
        align-items: center!important;
    }
    .search {
        width: 400px!important;
        height: 0px!important;
        font-size: 14px!important;
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        border: solid 2px rgb(199, 199, 199)!important;
        padding: 20px!important;
        box-sizing: border-box;
        margin-bottom: 40px!important;
        border-radius: 55px!important;
        cursor: pointer;
        text-align:center;
    }
    .search::placeholder {
      font-size: 10px!important; /* Adjust the size as needed */
    }
    .filter-wrapper {
        width: calc(70vw)!important;
    }
    .custom-select {
        width: 200px !important;
        position: relative !important;
    }
    .custom-select select {
        width: 200px !important;
        position: relative !important;
    }
    select {
        appearance: none !important;
        -webkit-appearance: none !important;
        padding: 0px !important;
        background-color: #fff !important;
        border: 0px solid rgb(199, 199, 199) !important;
        border-bottom: 2px solid rgb(199, 199, 199) !important;
        color: #000 !important;
        cursor: pointer !important;
    }
    .custom-select::before,
    .custom-select::after {
        --size: 0.3rem !important;
        content: "" !important;
        position: absolute !important;
        right: 1rem !important;
        pointer-events: none !important;
    }
    .custom-select::before {
        border-left: var(--size) solid transparent !important;
        border-right: var(--size) solid transparent !important;
        border-bottom: var(--size) solid rgb(150, 150, 150) !important;
        top: 40% !important;
    }
    .custom-select::after {
        border-left: var(--size) solid transparent !important;
        border-right: var(--size) solid transparent !important;
        border-top: var(--size) solid rgb(150, 150, 150) !important;
        top: 55% !important;
    }
    .filter-dropdown {
        position: relative !important;
    }
    .filter-button {
        width: 200px !important;
        padding: 10px !important;
        background-color: #fff !important;
        border: 0px solid rgb(199, 199, 199) !important;
        border-bottom: 2px solid rgb(199, 199, 199) !important;
        color: #000 !important;
        text-align: left !important;
        display: flex;
        justify-content: space-between !important;
        flex-direction: row !important;
        font-size:16px!important;
    }
    .filter-options {
        display: none !important;
        position: absolute !important;
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        width: 100% !important;
        z-index: 3 !important;
        padding: 10px !important;
    }
    .filter-options label {
        display: block !important;
        padding: 5px !important;
    }
    .filter-dropdown:hover .filter-options {
        display: block !important;
    }
    .filter-counter {
        background-color: #47ac5d !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
        border-radius: 20px !important;
        color: white !important;
    }
    .reset-password-popup {
        width: 50%!important;
        min-width: 300px!important;
        max-width: 800px!important;
        padding: 40px!important;
        background-color: rgb(156, 156, 156)!important;
        display: flex!important;
        align-items: center!important;
        flex-direction: column!important;
        border-radius:24px!important;
        filter: drop-shadow(5px 5px 5px #5c5c5c33)!important;
    }
    #resetPasswordCloseButton {
        width: 40px!important;
        height: 40px!important;
        background-color: white!important;
        border-radius: 50px;!important;
        position: absolute!important;
        right: -60px!important;
        top: -20px!important;
        cursor: pointer!important;
        background-image: url("https://irp.cdn-website.com/2a692e8e/dms3rep/multi/xmark-sharp-regular+%281%29.svg")!important;
        background-position: center!important;
        background-size: 50%!important;
        background-repeat: no-repeat!important;
    }
    .reset-password-popup h2 {
        font-size: 24;
        line-height: normal;
        width: 100%;
    }
    .reset-password-popup {
        width: 50%!important;
        min-width: 300px!important;
        max-width: 800px!important;
        padding: 40px!important;
        background-color: rgb(1 10 4) !important;
        display: flex!important;
        align-items: center!important;
        flex-direction: column!important;
        border-radius: 24px!important;
        filter: drop-shadow(5px 5px 5px #5c5c5c33)!important;
    }
    .reset-password-popup button {
        width: auto;
        height: auto;
        cursor: pointer;
        border: 1px solid #47ac5d;
        background-color: transparent;
        color: white;
        border-radius: 28px;
        padding: 6px 30px;
        line-height: 2;
        margin-top: 25px;
    }
    .reset-password-popup input {
        margin:15px!important;
        padding: 5px!important;
        max-width: 300px!important;
        font-size: 16px!important;
        color: white!important;
        border:none!important;
        background-color: rgba(255, 255, 255, 0)!important;
        border-bottom: 1px white solid!important;
    }
    #clientAccessCloseButton {
        width: 40px;
        height: 40px;
        background-color: white;
        border-radius: 50px;
        position: absolute;
        right: -60px;
        top: -20px;
        cursor: pointer;
        background-image: url("https://irp.cdn-website.com/2a692e8e/dms3rep/multi/xmark-sharp-regular+%281%29.svg")!important;
        background-position: center;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    .client-access-popup {
        width: 50%!important;
        min-width: 300px!important;
        max-width: 800px!important;
        padding: 40px!important;
        background-color: rgb(1 10 4) !important;
        display: flex!important;
        align-items: center!important;
        flex-direction: column!important;
        border-radius: 24px!important;
        filter: drop-shadow(5px 5px 5px #5c5c5c33)!important;
    }
    .client-access-popup input {
        margin:15px!important;
        padding: 5px!important;
        max-width: 300px!important;
        font-size: 16px!important;
        color: white!important;
        border:none!important;
        background-color: rgba(255, 255, 255, 0)!important;
        border-bottom: 1px white solid!important;
    }
    .client-access-popup button {
        width: auto;
        height: auto;
        cursor: pointer;
        border: 1px solid #47ac5d;
        background-color: transparent;
        color: white;
        border-radius: 28px;
        padding: 6px 30px;
        line-height: 2;
        margin-top: 25px;
    }
    .client-access-popup h2 {
        font-size: 24;
        line-height: normal;
        width: 100%;
    }
    .sign-off-popup h2 {
        height: auto!important;
    }
    .filter-options {
        position: absolute !important;
        background-color: #fff !important;
        border: 1px solid #ccc !important;
        width: 100% !important;
        z-index: 3 !important;
        padding: 10px !important;
        align-items: start!important;
        flex-direction: column!important;
        justify-content: start!important;
    }
    .filter-options label {
        display: block !important;
        padding: 5px !important;
        text-align: left!important;
        font-size: 14px!important;
    }
    input[type=checkbox], input[type=radio] {
        box-sizing: border-box!important;
        padding: 0!important;
        text-align: left!important;
        margin-right: 10px!important;
    }
    .filter-counter {
        background-color: #47ac5d !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        border-radius: 100px !important;
        width: 30px !important;
        height: 30px !important;
        display: flex;
        color: white !important;
        align-content: center !important;
        justify-content: center;
        line-height:1.7!important;
    }
    .file-wrapper {
       grid-template-columns: repeat(auto-fit, minmax(250px, 24%)) !important;
    }
    .viewFileLink{
        width: 180px!important;
        height: 40px!important;
        background-color: #47AC5D!important;
        border-radius: 25px!important;
        cursor: pointer!important;
        margin: 10px!important;
        margin-left: 40px!important;
        margin-bottom: 40px!important;
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        color: white!important;
        font-size: 12px!important;
    }
    #searchTheFiles2 {
        margin-bottom: 0px!important;
        box-sizing: border-box;
    }
    hr {
        box-sizing: content-box!important;
        height: 1px!important;
        width: 100%!important;
        background: grey!important;
    }
    button, input, select, textarea {
        font-size: 16px!important;
    }
    .sign-off-column {
        text-align: left!important;
    }
    .sign-off-file-column{
         text-align: center!important;
    }
    .file_cat_button {
    width: 100%;
    height: 100%;
    background-color: rgb(32, 32, 32);
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-05.svg');
    background-size: 25%;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    }
    .file_cat_buttonSPEC {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-03.svg')!important;
    }
    .file_cat_buttonDATA {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-04.svg')!important;
    }
    .file_cat_buttonCAD {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-02.svg')!important;
    }
    .file_cat_buttonCALIBRATION {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-01.svg')!important;
    }
    .notification-popup-top-text {
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    .file-serial_number{
        font-size:14px!important;
        color:#ccc!important;
        display:none;
    }
    .file-date{
           font-size:14px!important;
               color:#ccc!important;
    }
        .breadcrumb{
            cursor: pointer;
        opacity: 0.6;
        transition: 0.2s ease all;
        }
        .breadcrumb:hover {
            opacity: 1;
        }
        .user-files-page-title {
        margin-bottom: 20px!important;
    }
    .viewFileLink {
        width: 100%!important;
        height: 40px!important;
        background-color: #47AC5D!important;
        border-radius: 25px!important;
        cursor: pointer!important;
        margin-left: 0px!important;
        margin-bottom: 40px!important;
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        color: white!important;
        font-size: 12px!important;
    }
    @media (min-width: 1025px) {
      *#dm *.dmBody div.u_1243667655 {
          background-image: none !important;
       }
    }



    .portalLoginTitleSpan {
        color: #47AC5D!important;
        font-weight:100!important;
    }
      .inline_Form {
        display: flex!important;
        flex-direction: row!important;
    }
         .inline_Form input {
             margin:15px!important;
        padding: 5px!important;
        max-width: 300px!important;
        font-size: 16px!important;
        color: white!important;
        border:none!important;
        background-color: rgba(255, 255, 255, 0)!important;
        border-bottom: 1px white solid!important;
    }
    .file-wrapper {
        grid-template-columns: repeat(auto-fit, minmax(250px, 24%)) !important;
    }
    .file-wrapper .file-name {
        width: 100%!important;
        padding: 5px!important;
    }
    .login-screen .title {
        color: white!important;
        font-size: 60px!important;
        font-weight: 100!important;
        text-align: center!important;
        margin: 0!important;
        margin-bottom: 0px!important;
        line-height:1!important;
        margin-bottom:25px!important;
    }
    .files-screen {
        width: 100vw;
        height: auto!important;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 100px;
        box-sizing: border-box;
    }
    .users-screen {
        width: calc(100vw - 100px)!important;
        margin-left: 100px!important;
        height: auto!important;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 100px;
        box-sizing: border-box;
    }
    .client_search {
        width: 300px!important;
        background-color: rgba(255, 255, 255, 0)!important;
        border: none!important;
        border-bottom: white solid 1px!important;
        padding: 5px!important;
        color: white!important;
        margin-bottom: 10px!important;
    }
    #searchTheUsers {
        background-color: rgba(255, 255, 255, 0);
        border: none;
        border-bottom: 1px solid white;
        border-radius: 0;
        padding: 5px;
        margin-bottom: 0;
        height: 30px;
        color: white;
        font-size: 16px;
        width:50%!important;
        max-width:500px!important;
    }
    #searchTheFiles {
        background-color: rgba(255, 255, 255, 0);
        border: none;
        border-bottom: 1px solid white;
        border-radius: 0;
        padding: 5px;
        margin-bottom: 0;
        height: 30px;
        color: white;
        font-size: 16px;
        width:50%!important;
        max-width:500px!important;
        text-align:center;
    }
    .client-page-title {
       font-weight:100!important;
       font-size:60px!important;
    }
    .users-page-title{
          font-weight:100!important;
       font-size:60px!important; 
    }
    .add-client-popup .left-column form #logo_Upload {
        height: auto!important;
    }
    .add-client-popup input {
        width: 80%!important;
    }
    .add-client-popup .left-column form #logo_Upload {
       font-size:16px!important;
    }
    .pcm-logo {
     position:static!important;
     margin-bottom:20px;
        width: 200px;
        height: 52px !important;
        background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/P4630_PCM_logo.svg")!important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .portal-nav-bar {
        width: 100%;
        height:80px!important;
        padding: 10px 150px!important;
        box-sizing: border-box!important;
        color: white;
       box-sizing:border-box!important;
        display: flex;
        align-items:center!important;
        justify-content: space-betwen!important;
        position:fixed;
        top:0px!important;
        left:0px!important;
        background-color: transparent;
        z-index:5!important;
    }
    .portal-nav-bar .content {
        cursor: pointer;
        width: 200px;
        height: 40px;
        background-color: #47ac5d;
        border-radius: 25px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease all;
        color: white!important;
        font-size:16px;
    }
    .newUpdateColourButton .colourPickerLabel {
        font-weight: 100!important;
        top: 140px!important;
        left: 2px!important;
        text-align: left!important;
        font-size: 16px!important;
    }
    .client-wrapper .client-name {
      font-weight:100!important;
        font-size: 16px!important;
    }
    #fileUploadTitle {
      display:none!important;
    }
    .notification-popup-top-text {
        left: 50%!important;
        transform: translateX(-50%)!important;
    }
    .clients-screen {
        height: auto!important;
    }
    .add-file-popup-inner-wrapper {
        padding: 25px 0%!important;
    }
    .add-file-popup input {
        font-size: 14px!important;
    }
    .user-name {
      width:auto!important;
        font-size: 16px!important;
    }
    .file_cat_button {
    width: 100%;
    height: 100%;
    background-color: rgb(32, 32, 32);
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-05.svg');
    background-size: 25%;
    background-position: 50% 30%;
    background-repeat: no-repeat;
    }
    .file_cat_buttonSPEC {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-03.svg')!important;
    }
    .file_cat_buttonDATA {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-04.svg')!important;
    }
    .file_cat_buttonCAD {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-02.svg')!important;
    }
    .file_cat_buttonCALIBRATION {
    background-image: url('https://irp.cdn-website.com/2a692e8e/files/uploaded/PCM_Icons-01.svg')!important;
    }
    .delete-file-popup{
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.869);
        z-index: 2;
        position: fixed;
        top: 0px;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .delete-file-popup-inner-wrapper {
        position: relative;
        background-color: white;
        padding: 25px;
        width: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        min-width: 450px;
        max-width: 650px;
    }
    .delete-file-popup input {
        width: 400px;
        height: 40px;
        background-color: rgb(238, 238, 238);
        margin: 15px;
        padding: 20px;
        box-sizing: border-box;
        border: none;
        border-radius: 50PX;
    }
    .delete-file-button {
        margin-top: 30px;
        width: 200px;
        height: 50px;
        background-color: rgb(235, 49, 49);
        color: white;
        border-radius: 5px;
        ;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease all;
        cursor: pointer
    }
    .delete-file-button:hover {
        filter: brightness(1.2);
        transform: scale(1.1);
    }
    .delete_file_loading_icon{
        width: 50px;
        height: 50px;
        background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/Spin-1x-1.0s-200px-200px.gif");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .delete-user-popup{
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.869);
        z-index: 2;
        position: fixed;
        top: 0px;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .delete-user-popup-inner-wrapper {
        position: relative;
        background-color: white;
        padding: 25px;
        width: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        min-width: 450px;
        max-width: 650px;
    }
    .delete-user-popup input {
        width: 400px;
        height: 40px;
        background-color: rgb(238, 238, 238);
        margin: 15px;
        padding: 20px;
        box-sizing: border-box;
        border: none;
        border-radius: 50PX;
    }
    .delete-user-button {
        margin-top: 30px;
        width: 200px;
        height: 50px;
        background-color: rgb(235, 49, 49);
        color: white;
        border-radius: 5px;
        ;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease all;
        cursor: pointer
    }
    .delete-user-button:hover {
        filter: brightness(1.2);
        transform: scale(1.1);
    }
    .delete_user_loading_icon{
        width: 50px;
        height: 50px;
        background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/Spin-1x-1.0s-200px-200px.gif");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .delete-client-popup {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.869);
        z-index: 2;
        position: fixed;
        top: 0px;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .delete-client-popup-inner-wrapper {
        position: relative;
        background-color: white;
        padding: 25px;
        width: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        min-width: 450px;
        max-width: 650px;
    }
    .delete-client-popup input {
        width: 400px;
        height: 40px;
        background-color: rgb(238, 238, 238);
        margin: 15px;
        padding: 20px;
        box-sizing: border-box;
        border: none;
        border-radius: 50PX;
    }
    .delete-client-button {
        margin-top: 30px;
        width: 200px;
        height: 50px;
        background-color: rgb(235, 49, 49);
        color: white;
        border-radius: 5px;
        ;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease all;
        cursor: pointer
    }
    .delete-client-button:hover {
        filter: brightness(1.2);
        transform: scale(1.1);
    }
    .loading-popup {
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.869);
        z-index: 2;
        position: fixed;
        top: 0px;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .loading-inner-wrapper {
        position: relative;
        background-color: white;
        padding: 25px;
        width: 50%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        min-width: 450px;
        max-width: 650px;
    }
    .loading-bar {
        width: 100%;
        height: 6px;
        background-color: grey;
        overflow: hidden;
    }
    .loading-bar-inner {
        width: 100%;
        height: 6px;
        background-color: var(--primary-color);
        transform-origin: left;
        transform: scaleX(0);
    }
    @keyframes load {
        0% {
            transform: scaleX(0);
        }
        100% {
            transform: scaleX(1);
        }
    }
    .animate {
        animation: load 2s ease-in-out;
    }
    .user-UID {
        font-size: 15px;
        color: gray;
        font-style: italic;
        padding-right: 20px;
    }
    #file_upload_loading_circle{
        width: 50px;
        height: 50px;
        background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/Spin-1x-1.0s-200px-200px.gif");
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: none;
    }
    #brand_update_logo {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    #progress-container {
        width: 80%;
        height: 30px;
    }
    #progress-bar {
        width: 0%;
        height: 20px;
        border-radius: 30px;
        background-color: var(--primary-color);
        text-align: center;
        /* To center text */
        line-height: 20px;
        /* To center text vertically */
        color: white;
        /* Text color */
    }
    .file-serial_number{
        font-size:14px!important;
        color:#ccc!important;
        display:none;
    }
    .file-date{
           font-size:14px!important;
               color:#ccc!important;
    }
    .files_navigator_text_wrapper {
        margin-left: 0px!important;
        text-align: left!important;
    }
    .serial_number_input{
        border-radius:24px;
         width: 60%!important;
    }
    #folderUploadTitle {
        width: 60%!important;
            border-radius:24px;
    }
    #companyNameInput {
        min-width: 200px!important;
        cursor: text!important;
        max-width: calc(100% - 100px)!important;
            background-color: rgb(102 102 102 / 0%)!important;
       border:none!important;;
        margin: 3px 0!important;
        height: 40px!important;
        font-size: 14px!important;
    }
    .black_pencil_icon {
        width: 20px;
        height: 100%!important;
        background-image: url("https://irp.cdn-website.com/2a692e8e/files/uploaded/Pencil.svg");
        background-position: center!important;
        background-size: contain!important;
        background-repeat: no-repeat!important;
        pointer-events: none!important;
        margin-right: 10px!important;
    }
    .edit_client_title_wrapper {
        display: flex!important;
        margin-top: 10px!important;
        z-index: 10!important;
        justify-content: space-between!important;
        flex-wrap: wrap!important;
        align-content: center!important;
        background-color: rgba(102, 102, 102, 0.15)!important;
        border-radius: 28px!important;
        padding-left: 15px!important;
        padding-right: 15px!important;
            font-size: 16px;
    }
    .brand-screen {
     overflow:scroll!important;
    }
     @media (min-width: 1025px) {
       *#dm *.dmBody div.u_1243667655 {
          background-image: none !important;
       }
    }