/*PUBLIC FORM STYLES*/

:root {
    --scotia-blue: #4489e4;
    --scotia-light-blue: #5691c8;
    --scotia-orange: #ffa631;
}

@media print
{    
    .no-print, .no-print * {
        display: none !important;
    }

    .searchtable td {
        color: black !important;
        text-shadow: none !important;
        height: auto;
        border-bottom: 1px solid #dddddd99 !important;
    }

    .searchtable th {
        color: #dddddd99;
        border-bottom: 1px solid #dddddd99 !important;
    }

    #tableheadings {
        position: initial;
        top: 0px;
    }
}

.spacer{
    clear:both;
    height:10px;
}
/* ----------- My Form ----------- */
#response {
    padding: 10px;
    margin: 20px 0 0;
    border: solid 1px #dee2e6;
    font-weight: bold;
}

.stylisedform{
    background: #ffffff;
    border: solid 1px #dee2e6;
    border-radius: 2px;
    display: flow-root;
    margin: 0px auto;
    padding: 14px;
    width: 950px;
}

.stylisedform2 {
    background: #ffffff;
    border: solid 1px #dee2e6;
    border-radius: 2px;
    display: flow-root;
    margin: 0px auto;
    padding: 14px;
    width: 950px;
}
.stylisedform2 p {
    font-size: 11px;
    color: #666666;
    margin-bottom: 20px;
    border-bottom: solid 1px #ffa631;
    padding-bottom: 10px;
}
.stylisedform2 h1 {
    font-size: 18px;
    margin-bottom: 15px;
}

.stylisedform2 p {
    font-size: 14px;
    line-height: 150%;
}

#requiredList {
    margin-left: 25px;
    line-height: 200%;
}

.stylisedform h1 {
    font-size:14px;
    font-weight:bold;
    margin-bottom:8px;
}
.stylisedform p{
    font-size:11px;
    color:#666666;
    margin-bottom:20px;
    border-bottom:solid 1px #ffa631;
    padding-bottom:10px;
}
.stylisedform label{
    display:block;
    font-weight:bold;
    text-align:right;
    width:340px;
    float:left;
}
.stylisedform .small{
    color: #797979;
    display:block;
    font-size:11px;
    font-weight:normal;
    text-align:right;
    width:340px;
}
.stylisedform input{
    border: solid 1px #dee2e6;
    color: #49505C;
    float: left;
    font-size: 12px;
    margin: 2px 0 20px 10px;
    padding: 7px 14px;
    width: 544px;
}
.stylisedform  input.checkbox  {
    float:left;
    font-size:12px;
    padding:4px 2px;
    border:none;
    width:550px;
    margin:2px 0 20px 10px;
}
.stylisedform  select  {
    border: solid 1px #dee2e6;
    border-radius: 3px;
    color: #49505C;
    font-size: 14px;
    float: left;
    margin: 2px 0 20px 10px;
    padding: 5px 14px;
    width: 574px;
}
.stylisedform  div.ratingdiv{
    float:left;
    font-size:12px;
    padding:4px 2px 0 20px;
    border:none;
    width:550px;
    margin:2px 0 20px 10px;
}
.stylisedform  div.textdiv{
    float:left;
    font-size:12px;
    padding:4px 2px 0px 20px;
    border:none;
    width:550px;
    margin:2px 0 20px 10px;
}
.stylisedform  div.hiddencommenttextdiv{
    background-color: #dee2e6;
    border: none;
    float: left;
    font-size: 12px;
    margin: 2px 0 20px 10px;
    padding: 4px 2px 0 20px;
    width: 544px;
}
.stylisedform textarea{
    float: left;
    font-size: 12px;
    padding: 7px 11px;
    border: solid 1px #dee2e6;
    width: 550px;
    height: 100px;
    margin: 2px 0 20px 10px;
}
.stylisedform button{
    background: #4489E4;
    border: none;
    border-radius: 2px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 31px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-left: 350px;
    width: 125px;
}



span.green{
    color:#00A100;
}
span.blue{
    color:#00309C;
}

/*search table styles*/
#searchtable_container {
    border: solid 1px #dee2e6;
    background-color: #ffffff;
    clear: both;
    display: flex;
    justify-content: center;
}
.searchtable{
    background: #FFFFFF;
    padding: 14px;
    width: 940px;
}
.searchtable th{
    background-color: #ffffff;
    border-bottom: 1px solid #656565;
    height: 31px;
    padding: 10px 0px 20px 0px;
    text-align: left;
    vertical-align: bottom;
}
.searchtable td {
    border-bottom: solid 1px #dee2e6;
    height: 21px;
    padding: 10px 0px 20px 5px;
    text-align: left;
    text-shadow: 0px 0px 0px #777777;
    vertical-align: top;
}
.searchtable .padright {
    padding-right: 10px;
}
.searchtable img{
    padding: 0px;
    float: bottom;
}

.availtable {
    background: #FFFFFF;
    padding: 14px;
    width: 940px;
}
.availtable td {
    border: 1px solid #656565;
    height: 21px;
    padding: 10px 0px 20px 5px;
    text-align: left;
    text-shadow: 0px 0px 0px #777777;
    vertical-align: top;
}
.availtable th {
    background-color: #c2c5c9;
    border: 1px solid #656565;
    height: 31px;
    padding: 0px 0px 15px 8px;
    text-align: left;
    vertical-align: bottom;
}


/*report upload styles*/
#reportupload{
    cursor: pointer !important;
    margin: 30px 200px;
    padding: 10px;
    text-align: center;
    width: 150px;
}
#reportdownload{
    cursor: pointer !important;
    margin: 30px 200px;
    padding: 10px;
    text-align: center;
    width: 150px;
}
#reportdownload a {
    color: #ffffff;
    text-decoration: none;
}

#reportstatus{
    padding:5px;
    height:31px;
    text-align:left;
    line-height:31px;
    color:#666666;
    font-weight: bold;
}

span.reporterrorstatus{
    color: #FF0000;
    font-size: 20px;
}

/*file upload styles*/
#docfileupload{
    margin:30px 200px;
    padding:10px;
    text-align:center;
    width:150px;
}
#docfilestatus{
    padding:5px;
    height:31px;
    text-align:left;
    line-height:31px;
    color:#666666;
    font-weight: bold;
}
#docfilefiles{
    list-style-type: none;
    text-align:left;
    color:#666666;
    font-weight: bold;
    line-height:21px;
}




/*page validation styles*/

div.newjobvalidationerrors{
    border: 2px solid red;
    padding: 5px;
    width: 300px;
    color:#666666;
    line-height:31px;
    font-weight: bold;
    margin: 0 0 10px 80px;
    text-align: center;
}



/*Date Due Styles*/
td.dueinfuture{
    background: #aaffac;
}
td.duetoday{
    background: #ffdea5;
}
td.dueinpast{
    background: #ffc7c7;;
}
td.duePurple{
    background: #eaaaff;
}
td.dueBlue{
    background: #a8bfff;
    cursor: pointer;
}
td.dueTurq{
    background: #a2efff;
}

table.CostDataTable{
    width:90%;
}
.CostDataTable td{
    border: #222222 solid 1px;
    padding: 2px 5px 2px 5px;
}
.CostDataTable th{
    font-weight: bold;
    border: #222222 solid 1px;
    padding: 5px 5px 5px 5px;
}

input.CostDataInput {
    display:inline;
    font-weight:normal;
    text-align:right;
    width:60px;
    float:left;
    vertical-align: middle;
}
table.SavingsTable{
    background-color: white;
    border: 1px solid #dee2e6;
    box-shadow: 3px 3px 10px #333333;
    left: -75px;
    position: relative;
    width: 1100px;
}
.SavingsTable td{

}
.SavingsTable th{
    text-align: center;
    padding-top: 20px;
}
.addjobsavingsrow{
    display:none;
}

input.jobsavingsinput {
    display:inline;
    font-weight:normal;
    text-align:right;
    width:60px;
    float:left;
    vertical-align: middle;
}
input.jobsavingsinputlarge {
    display:inline;
    font-weight:normal;
    text-align:right;
    width:130px;
    float:left;
    vertical-align: middle;
}
select.jobsavingsselect {
    display:inline;
    font-size:14px;
    color:#666666;
    padding:4px 2px;
    border:solid 1px #239395;
    width:80px;
    margin-top: 2px;
    vertical-align: middle;    
}
input.jobsavingsinputreadonly {
    background-color: #AAAAAA;
}

/*Delete Reports*/
.clickable {
    cursor: pointer;
}
tr.highlighted {
    color: #eb8f00;
    font-weight: bold;
}

#popupDeleteReportsReports {
    z-index: 5;
}
#popupDeleteReportsReports, #pleaseWaitPopup {
    background-color: #F1F1F1;
    color: #343C49;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
}

#flexDeleteReportsReports {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

#headingDeleteReportsReports {
    font-size: 28px;
    font-weight: bold;
    margin: 15px 0px;
}

#subHeadingDeleteReportsReports {
    color: #8a8d91;
    font-size: 16px;
    line-height: 45px;
}

#filelistDeleteReportsReports {
    border: solid 1px rgba(73, 80, 92, 0.975);
    background-color: #ffffff;
    color: #545454;
    font-family: consolas;
    height: 25vw;
    line-height: 18px;
    margin: 15px 0px;
    overflow-x: auto;
    padding: 10px;
    width: 90vw;
}

#buttonsDeleteReportsReports {
    display: flex;
}

.hidden {
    display: none !important; /* this can be set on the fly, hence it needs !important */
}

button.CostDataButton {
    width: 105px !important;
}
.button, button.jobsavingsbutton, button.CostDataButton {
    transition: 500ms;

    align-content: center;
    background-color: #4489E4;
    border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    justify-content: center;
    margin: 10px 10px;
    padding: 5px;
    text-align: center;
    width: 160px;
}

.smallbutton {
    height: 20px;
    width: 60px !important;
}

.ok:hover {
    transition: 1s;
    background-color: #1F6BD3;
}

.cancel:hover  {
    transition: 1s;
    background-color: #5e1717;
}

#pleaseWaitPopup {
    z-index: 10;
}

#pleaseWaitPopup .flex {
    align-content: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
}
#pleaseWaitPopup .pleaseWait {
    font-size: 28px;
}
.monospace {
    font-family: consolas;
    font-size: 14px;
}

#totalSizeDupe {
    margin: 15px 0px 0px 350px;
}

/* NEW MENU BUTTONS */
#buttons_list {
    display: flex;
    justify-content: center;
}
#buttons_list i {
    zoom: 1.5;
}
#buttons_list .buttons2point0 {
    transition: 500ms;

    align-content: center;
    align-items: center;
    background-color: #343C49;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 82px;
    justify-content: space-evenly;
    width: 94px;
}

#buttons_list .buttons2point0:hover {
    transition: 750ms;

    color: #64c5b1;
}


/* HOLIDAYS/AVAILABILITY page */
#editbutton, #morebutton {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 34px;
    justify-content: center;
}
#holidayboxes_container {
    align-content: center;
    clear: both;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}
#holidaydayboxes {
    display: flex;
    clear: both;
    flex-direction: column;
    flex-wrap: wrap;
}

.holidaybox_header {
    align-items: center;
    background-color: #ffa631;
    border: 1px solid #e79b36;
    color: white;
    display: flex;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    letter-spacing: 2px;
    width: 130px;
}
#holidaydayboxes .row {
    display: flex;
    
}

#date_box_headings {
    clear: both;
    display: flex;
    text-shadow: 2px 2px 2px #343c49;
}
.date_box {
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 80px;
    justify-content: space-evenly;
    padding: 15px;
}
.date_box_date {
    font-weight: bold;
    text-decoration: underline;
}
.empty_date_box {
    background-color: #fafafa;
    border: 1px solid #dee2e6;
    display: flex;
    height: 80px;
    width: 130px;
}
.monthFull {
    background-color: #ffa631;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 2px 2px 2px #000000 !important;
}
.postcode_input {
    width: 80px !important;
    margin: 0 !important;
    padding: 5px 5px !important;
}
.post_code_for_date {
    position: relative;
    top: 9px;
    left: -15px;
}
#morebutton {
    position: relative;
    top: 71px;
}

#message_box {
    border: solid 1px #dee2e6;
    background-color: #fafafa;
    display: flex;
    margin: 15px;
    padding: 20px;
}
#message {
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
}

.error {
    border: 1px solid red !important; /* another class that can be set on the fly */
}

#showAddHolidayContainer, #showSearchContainer {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

#jobSelectionContainer {
    align-content: center;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 5;
}
#jobHeaderContainer {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#jobsHeader {
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: bold;
    height: 50px;
    padding-left: 20px;
}

#jobListContainer {
    background-color: #ffffff;
    border: 1px solid #545454;
    display: flex;
    height: 85vh;
    overflow-y: auto;
    padding: 20px 20px;
    width: 980px;
}

.assignButton:hover {
    transition: 500ms;

    color:#4489E4;
}

.holidayCheckBox {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

#closeJobList {
    cursor: pointer;
    color: red;
}

#closeJobList:hover {
    cursor: pointer;
    color: blue;
}

td.dateHeader {
    background-color: #ffa631;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 0px 1px 5px;
    text-shadow: 2px 2px 2px #000000;
}

.invisible {
    visibility: hidden;
}

.orangetext {
    color: #ffa631;
    font-weight: bold;
}
#nearJobList_container {
    align-content: center;
    align-items: center;
    background-color: #f1f1f1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    left: 0%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0%;
    width: 100%;
}
#nearJobsList {
    display: flex;
    flex-direction: column;
    height: 87.5%;
    overflow-y: auto;
}
.nearJobList td {
    border-bottom: none;
    padding: 10px 0 0 5px;
}

/* Edit Users */
select#showAccountsForType, input#searchaccounts {
    margin: 10px 0 5px 10px;
    padding: 5px;
}

.assignedJobs {
    background-color: #343c49 !important;
    color: #ffffff !important;
}

.jobsAssigned {
    color: #FFA631;
    padding: 15px 0 0 10px;
}

#multiAvailability td {
    padding: 5px;
    height: 10px;
}

#multiAvailability {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    margin-top: 20px;
}

.heading {
    background-color: #343c49;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0 15px 10px;
}


#sliderMessageContainer {
    bottom: 10px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    min-height: 50px;
    min-width: 210px;
    position: fixed;
    right: 10px;
    z-index: 10;
}

.sliderMessage {
    background-color: #f1f1f1;
    border: 1px solid #ffa631;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #00000060;
    margin-top: 10px;
    min-width: 200px;
    padding: 10px 10px 10px 10px;
    right: 20px;
    text-align: left;
}



/* NEW ADD-ONs FOR INDEX */
#closeJobContainer {
    transition: 500ms;

    background-color: #f1f1f1;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 2px 2px 8px black;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 140px;
    justify-content: space-around;
    margin-top: -30px;
    padding: 15px;
    position: absolute;
    width: 150px;
}
.closeJobStatus {
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    background-color: #ffa631;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 5px;
    padding: 10px 0;
}
.closeJobHide {
    margin-top: 0px !important;
    scale: 0;
}
#closeJobID {
    color: #343c49;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ffffff;
}
#closeJobButtons {
    display: flex;
    height: 30px;
}
#closeJobButtons .button {
    height: 12px;
    width: 80px;
}
/*         END           */


/* New pop up msg for duplicating jobs on viewjob */
#confirmDuplicate {
    align-items: center;
    background-color: #dddddd;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 10;
}

#duplicateHeading {
    font-size: 24px;
    font-weight: bold;
    margin: 10px;
}

#duplicateText {
    margin: 10px;
}

#duplicateButtons {
    align-items: center;
    display: flex;
    height: 180px;
    justify-content: center;
    width: 100vw;
}

.duplicateButton {
    align-items: center;
    background-color: #4489E4;
    border: 1px solid black;
    border-radius: 3px;
    color: white;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    justify-content: center;
    margin: 10px;
    padding: 5px;
    width: 150px;
}

#duplicateCancel {

}

#duplicateConfirm {

}

.imported {
    border: 1px solid #ffa631;
    background: linear-gradient(0deg, rgb(255 192 49 / 47%) 0%, rgb(255 166 49 / 16%) 100%);
}

.takenUsername {
    background-color: #ffa631;
    border: 1px solid #343c49;
    box-shadow: 3px 3px 5px #939393;
    border-radius: 5px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    text-shadow: 1px 1px 1px black;
}



/* New documents side bar */
#closeDocuments {
    background-color: #ffa631;
    border: 4px solid white;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    right: 20px;
    text-shadow: 1px 1px 6px #000000;
    top: 10px;
    z-index: 1000;
}

#documentsButton {
    background-color: #ffa631;
    border: 1px solid #343c49;
    box-shadow: 2px 2px 4px 0px black;
    color: white;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 5px 20px;
    position: fixed;
    right: 15px;
    text-shadow: 1px 1px 2px #000000;
    top: 50%;
    transform: rotate(90deg);
    transform-origin: right;
}

#closeDocuments:hover,
#documentsButton:hover {
    background-color: #4489E4;
    color: white;
    cursor: pointer;
}


/* New pop up for reporting login  SJF-2025-07-20*/
.reportsLogInButton {
    transition: 333ms;

    background: #4489E4;
    border: none;
    border-radius: 2px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 212px;
    padding: 15px 0;
    margin-left: 184px;
    text-shadow: 1px 1px 5px #000;
}

#reportsLogInPopUp {
    transform: translateX(200vw);
    align-items: center;
    background: #4489e4;
    background: linear-gradient(to left, #4489e4, #5691c8);
    color: #797979;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 10;
}

.reportsLogInButton:hover {
    scale: 1.05;
}

#rLIButtonContainer {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
}

#rLICreateNewButton {
    background: #FFA631 !important;
}

.rLIheading {
    font-size: 28px;
    font-weight: bold;
}

#rLIinnerContainer {
    align-items: center;
    background-color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 10px;
    row-gap: 25px;
    width: 500px;
}

.rLIInvalid {
    animation: rLIInvalid-shake 0.5s;
}

.rLIoption {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    align-items: center;
}

.rLIText {
    font-size: 16px;
    text-align: left;
    width: 140px;
}

#rLIUserName, #rLIUserPass, #rLIUserPass2 {
    border: solid 1px #797979;
    border-radius: 3px;
    color: #343c49;
    font-size: 16px;
    padding: 5px;
    width: 200px;
}

#rLIUserName::placeholder, #rLIUserPass::placeholder, #rLIUserPass2::placeholder {
    color: #98bceb;
}

@keyframes rLIInvalid-shake {
    0% { transform: translateX(0) }
    25% { transform: translateX(5px) }
    50% { transform: translateX(-5px) }
    75% { transform: translateX(5px) }
    100% { transform: translateX(0) }
}
/* END OF NEW POP UP FOR REPORTING LOGIN */







/* NEW STYLES FOR THE SUB GROUPS SECTION OF SUB USERS SECTION */
#adminClientDropdown {
    background-color: var(--scotia-blue);
	color: white;
	font-weight: bold;
    padding: 10px;
    width: 250px;
}

#closeGroupsPopUpButton {
    position: fixed;
    right: 20px;
    top: 20px;
    cursor: pointer;
    border: 1px solid white;
    background-color: var(--scotia-orange);
    color: black;
    box-shadow: 2px 2px 8px 1px black;
}

.fa-people-group {
    margin-right: 10px;
}

#groupCompany {
    color: var(--scotia-blue);
    font-weight: bold;
}

#groupsContainer {
    background-color: #fff;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px #000;
    display: flex;
    flex-direction: column;
    height: 427px;
    padding: 40px 30px;
    row-gap: 25px;
    width: 650px;
}

#groupsHeading {
    font-size: 1.5em;
    font-weight: bold;
    color: #777777;
    text-transform: uppercase;
}

#groupsListContainer {
    align-items: flex-start;
}

#groupNameSection {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

#groupsNameSection {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#groupsPopUpContainer {
    align-items: center;
    background: var(--scotia-blue);
    background: linear-gradient(to left, var(--scotia-blue), var(--scotia-light-blue));
    color: #797979;
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    font-size: 16px;
    height: 100vh;
    justify-content: center;
    left: 0px;
    position: fixed;
    top: 0px;
    transform: translateX(200vw);
    width: 100vw;
    z-index: 10;
}
#groupsPopUpContainer.active {
    display: flex;
    transform: translateX(0);
}

.groupsSection {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

#groupSelector {
    max-height: 250px;
    overflow-y: auto;
}

#newGroupCheckMark {
    margin-left: 16px;
}

#subGroupDDContainer {
    width: 352px;
}

#subGroupInputContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

#subGroupNamesDropdown, #groupLeaderDropdown {
    padding: 10px 10px;
    width: 100%;
}

#subGroupNameInput {
    padding: 10px 20px;
    width: 335px;
}

.userItem {
    cursor: pointer;
}

#userList, #groupLeader {
    display: flex;
    width: 350px;
}
#usersContainer {
    display: flex;
    flex-direction: column;
    height: 250px;
    overflow-y: auto;
    row-gap: 10px;
    width: 100%;
}
/* ********************************************************** */