/* /Controls/MPAccordian.razor.rz.scp.css */
.mpAccordianHeader[b-ua2n91oh5u] {
    cursor: pointer;
}

.mpAccordianContent[b-ua2n91oh5u] {
    display: none;
    opacity: 0;
    animation: fadeOut-b-ua2n91oh5u 0.6s;
}

.mpAccordianContentVisibe[b-ua2n91oh5u] {
    display: initial !important;
    animation: fadeIn-b-ua2n91oh5u 0.6s;
    opacity: 1;
}

@keyframes fadeOut-b-ua2n91oh5u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn-b-ua2n91oh5u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.chevronAnitmate[b-ua2n91oh5u] {
    transition-duration: 0.6s;
    transition-property: transform;
}
/* /Controls/MPAddressSearch.razor.rz.scp.css */
/* /Controls/MPDateInput.razor.rz.scp.css */
/* /Controls/MPDateTimeInput.razor.rz.scp.css */
.mpDateTimeInputWrapper[b-83yo83opn1] {
    display: grid;
    grid-column-gap: 0.5vw;
    grid-template-columns: max-content max-content;
}
/* /Controls/MPLockUnLock.razor.rz.scp.css */
*[b-mhn91ju2zr],
[b-mhn91ju2zr]::after,
[b-mhn91ju2zr]::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root[b-mhn91ju2zr] {
    --bg: hsl(201, 27%, 10%);
}

body[b-mhn91ju2zr] {
    height: 100vh;
    background: var(--bg);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    position: relative;
}

#mpLock[b-mhn91ju2zr] {
    width: 22px;
    height: auto;
    position: relative;
    cursor: pointer;
}

    #mpLock path[b-mhn91ju2zr] {
        transition: all 0.5s ease-in-out;
    }

        #mpLock path#body[b-mhn91ju2zr] {
            fill: #FF6961;
        }

        #mpLock path#hook[b-mhn91ju2zr] {
            stroke: #FF6961;
            stroke-dasharray: 30;
            stroke-dashoffset: 5;
            fill: none;
        }

    #mpLock.green path#body[b-mhn91ju2zr] {
        fill: green;
    }

    #mpLock.green path#hook[b-mhn91ju2zr] {
        stroke: green;
        stroke-dasharray: 20;
    }
/* /Controls/MPModal.razor.rz.scp.css */
.mpModalTitle[b-gypm8p0oif] {
    text-align: center;
}


.mpModalContent[b-gypm8p0oif] {
    color: red;
}

.mpModalMinimizeButton[b-gypm8p0oif] {
    background-color: transparent;
    border: none;
}

.animationFadeIn[b-gypm8p0oif] {
    animation-duration: 0.6s;
    animation-name: fadeIn-b-gypm8p0oif;
}

@keyframes fadeIn-b-gypm8p0oif {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animationFadeOut[b-gypm8p0oif] {
    animation-duration: 0.6s;
    animation-name: fadeOut-b-gypm8p0oif;
}

@keyframes fadeOut-b-gypm8p0oif {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.model-body:focus[b-gypm8p0oif] {
    background-color: red;
}
/* /Controls/MPRadio.razor.rz.scp.css */
.mpYesNoWrapper[b-4ux90o51wj] {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    grid-column-gap: 0.5vw;
}
/* /Controls/MPTextEditor.razor.rz.scp.css */
.editorWrapper[b-nx3kyfkcdo] {
    position: relative;
    display: flex;
    flex-flow: column;
    height: 95%;
}

.mpEditor[b-nx3kyfkcdo] {
    height: 100%;
    overflow: auto;
    font-size: clamp(1vh, 1vh + 0.5rem, 3vh);
}

.mpEmojiPicker[b-nx3kyfkcdo] {
    position: absolute;
    top: 0px;
}

.customToolbarGrid2[b-nx3kyfkcdo] {
    grid-template-areas:
        "toolbar";
    grid-template-columns: repeat(10, max-content);
    grid-column-gap: 1vw;
    display: grid;
}



    .customToolbarGrid2 > div.bold[b-nx3kyfkcdo] {
        grid-area: toolbar;
    }

    .customToolbarGrid2 > div.italic[b-nx3kyfkcdo] {
        grid-area: toolbar;
    }

    .customToolbarGrid2 > div.strike[b-nx3kyfkcdo] {
        grid-area: toolbar;
    }

    .customToolbarGrid2 > div.bullet[b-nx3kyfkcdo] {
        grid-area: toolbar;
    }

    .customToolbarGrid2 > div.emoji[b-nx3kyfkcdo] {
        grid-area: toolbar;
    }


    .customToolbarGrid2 > div.focus[b-nx3kyfkcdo] {
        grid-area: toolbar;
    }

.focusStyle[b-nx3kyfkcdo] {
}

.customToolbarGrid2 > div.templates[b-nx3kyfkcdo] {
    grid-area: toolbar;
}


.customToolbarGrid2 > div.attach[b-nx3kyfkcdo] {
    grid-area: toolbar;
}

.attachStyle[b-nx3kyfkcdo] {
    /* min-height: 100%;*/
}

.customToolbarGrid2 > div.sizeUpDown[b-nx3kyfkcdo] {
    grid-area: toolbar;
}

.customToolbarGrid2 > div.attachAdvice[b-nx3kyfkcdo] {
    grid-area: toolbar;
}

.sizeUpDownStyle[b-nx3kyfkcdo] {
    justify-content: flex-end;
}

.attachAdvice[b-nx3kyfkcdo] {
    overflow: hidden;
    color: darkred;
    font-weight: 700;
    justify-self: end;
}

.customIcons[b-nx3kyfkcdo] {
    /*   justify-items: left;*/
    cursor: pointer;
    color: #444;
}

    .customIcons:hover[b-nx3kyfkcdo] {
        color: #095677;
        font-weight: 700;
    }


.dropdownContent[b-nx3kyfkcdo] {
}


.deepFocusBtn[b-nx3kyfkcdo] {
}

@media screen and (max-width: 1024px) {
}


/*Portrait to mobile */
@media screen and (max-width: 768px) {

    .deepFocusBtn[b-nx3kyfkcdo] {
        display: none !important;
    }

    .attachBtn[b-nx3kyfkcdo] {
        display: none !important;
    }
}


/*smaller chat window*/

@media screen and (max-width: 450px) {

    .deepFocusBtn[b-nx3kyfkcdo] {
        display: none !important;
    }
}
/* /Controls/MPTimeInput.razor.rz.scp.css */
/* /Controls/MPToggleButton.razor.rz.scp.css */
/*Toggle base*/

.mpTBWrapper[b-ap5miuf274] {
    display: grid;
    grid-column-gap: 0px;
    grid-template-columns: 30px 5px 30px;
    height: 30px;
    width: max-content;
}

.mpTBSubWrapper[b-ap5miuf274] {
    background-color: lightgray;
}


/*toggle OFF pill shape*/

.mpTBLeftWrapper[b-ap5miuf274] {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-left: 1px solid gray;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}


 /*On off separator*/
.mpTBCentreWrapper[b-ap5miuf274] {
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}

/*Toggle ON pill shape*/

.mpTBRightWrapper[b-ap5miuf274] {
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

/*Toggle circle*/
.mpTBButton[b-ap5miuf274] {
    border-radius: 50%;
    height: 26px;
    width: 26px;
    margin-left: 36px;
    margin-top: 1px;
    margin-bottom: 1px;
    background-color: grey;
    position: absolute;
    float: right;
    transition: all 0.3s ;
    cursor: pointer;
    text-align: center;
    
}
/*Toggle Icon*/

    .mpTBButton > span[b-ap5miuf274] {
        color: white;
    }



.mpButtonDisabled[b-ap5miuf274] {
    cursor: initial;
 
}

/*Move the position and color of the toggle circle when ON*/

.mpTBButtonSelected[b-ap5miuf274] {
    margin-left: 1px;
    background-color: forestgreen;
    position: relative;
}

/*Change the background color of the toggle when ON*/

.mpTBSubWrapperSelected[b-ap5miuf274] {
    background-color: darkgreen;
}
/* /Controls/MPUserIcon.razor.rz.scp.css */
.mpUserWrapper[b-9vvkkkvbrc] {
    
}

    .mpUserWrapper > img[b-9vvkkkvbrc] {
        border-radius: 50%;
        height: 5vh;
    }

    .mpUserWrapper > span[b-9vvkkkvbrc] {
        height: 3vh;
        width: 3vh;
        border: solid 1px lightgrey;
        border-radius: 50%;
        text-align: center;
        align-content: center;
        font-size: 1.8vh;
    }

    .mpUserWrapper > div[b-9vvkkkvbrc] {
        height: 3vh;
        width: 3vh;
        text-align: center;
        align-content: center;
        font-size: 1.8vh;
    }
/* /Pages/Authentication/FirstTimeLogin.razor.rz.scp.css */
.codeWrapper[b-txpcsghxdu] {
    width: 100%;
    height: 100%;
}

.codeContainer[b-txpcsghxdu] {
    width: 25vw;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 0.25rem;
    animation: codeCont-b-txpcsghxdu 2s forwards;
    opacity: 0;
    top: 20vh;
    position: fixed;
    transform: translateX(150%);
    background-color: #FFFFFF;
}

@keyframes codeCont-b-txpcsghxdu {
    100% {
        opacity: 1;
    }
}
/* /Pages/Authentication/LoginPage.razor.rz.scp.css */
.loginWrapper[b-s13wfvqrk3] {
    width: 100%;
    height: 100%;
}

.loginContainer[b-s13wfvqrk3] {
    width: 25vw;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 0.25rem;
    animation: loginCont-b-s13wfvqrk3 2s forwards;
    opacity: 0;
    top: 20vh;
    position: fixed;
    transform: translateX(150%);
    background-color: #FFFFFF;
}

    .loginContainer > img[b-s13wfvqrk3] {
        width: 50%;
        margin-bottom: 3vh;
    }

@keyframes loginCont-b-s13wfvqrk3 {
    100% {
        opacity: 1;
    }
}

.errorWrapper[b-s13wfvqrk3] {
    color: #FF6961;
    font-weight: 700;
}
/* /Pages/Index.razor.rz.scp.css */
.homeWrapper[b-gi1ovumkm9] {
    grid-template-columns: repeat(auto-fill, minmax(20vh, 1fr));
}

.navButton[b-gi1ovumkm9] {
    border: none;
    width: clamp(6vh, 7vw + 2rem, 10vw);
    height: clamp(6vh, 7vw + 2rem, 10vw);
    border-radius: 0.25rem;
    display: grid;
    grid-template-rows: auto 40%;
    padding-top: 2vh;
}

.navButton:hover[b-gi1ovumkm9] {
    background-color: lightgray;
}

    .navButton > span[b-gi1ovumkm9] {
     
       
    }

    .navButton > div[b-gi1ovumkm9] {
        font-size: 3vh;
        color: #075e54;
    }

.mI[b-gi1ovumkm9] {
    color: #444;
    font-size: 8.6vh;
}

.agent[b-gi1ovumkm9] {
    color: #25d366;
    font-size: 8vh;
}

.supervisor[b-gi1ovumkm9] {
    color: #4169E1;
    font-size: 7vh;
}


.nudge[b-gi1ovumkm9] {
    color: indianred;
    font-size: 8vh;
}

.newChat[b-gi1ovumkm9] {
    color: #25d366;
    font-size: 7vh;
}

.newChatModal1[b-gi1ovumkm9] {
   grid-template-columns: 50% 50%;
    display: flex;
    padding: 1vh;
}

.newClientContinue[b-gi1ovumkm9] {
    justify-items: right;
}


.testVersionNote[b-gi1ovumkm9] {
    color: crimson;
}

.warningIcon[b-gi1ovumkm9] {
    font-size: 3vh;
}

.newClientWrapper[b-gi1ovumkm9] {
    grid-template-columns: auto auto;
    text-align: left;
    margin-left: 3vh;
}

.newChatWrapper[b-gi1ovumkm9] {
    width: 50vw;
    max-height: 60vh;
    overflow: auto;
}


.incoming[b-gi1ovumkm9] {
    color: orange;
    font-size: 7vh;

}

.incomingHide[b-gi1ovumkm9] {
    display: none;
}

    .nudge:hover[b-gi1ovumkm9] {
        animation: nudger-b-gi1ovumkm9 1s infinite ease-in-out;
    }

@keyframes nudger-b-gi1ovumkm9 {
    0% {
        -webkit-transform: translateX(0);
    }

    20% {
        -webkit-transform: translateX(-10px);
    }

    40% {
        -webkit-transform: translateX(10px);
    }

    60% {
        -webkit-transform: translateX(-10px);
    }

    80% {
        -webkit-transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
    }
}

@media only screen and (max-width: 1280px) and (max-height: 800px) {
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {
}
/* /Pages/LicenceChecks/LicCheck.razor.rz.scp.css */
.licMainWrapper[b-xxwsb5e3p1] {
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    width: 40vw;
    padding: 10px;
    max-height: 97vh;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    border-radius: 0.25rem;
}

h1[b-xxwsb5e3p1] {
    font-size: 20pt;
    color: #031360;
}

h2[b-xxwsb5e3p1] {
    font-size: 16pt;
    color: #031360;
}

.licMainBase[b-xxwsb5e3p1] {
    width: 100vw;
    height: 100vh;
}

.licBaseORA[b-xxwsb5e3p1] {
    background: rgb(3,19,96);
    background: linear-gradient(135deg, rgba(3,19,96,1) 0%, rgba(80,15,239,1) 66%, rgba(34,6,102,1) 100%);
}

.driverCheckLogo[b-xxwsb5e3p1] {
    width: 25%;
 }

.licLoginWrapper > img[b-xxwsb5e3p1] {
    width: 20%;
    align-self: end;
}

.hRow[b-xxwsb5e3p1] {
    color: #1531e5;
    height: 3px;
    margin-top: 0;
}

.licRefInput[b-xxwsb5e3p1] {
    text-align: center;
    color: #220666;
    font-weight: 700;
    font-size: 1rem;
}

.licInfoCheck[b-xxwsb5e3p1] {
    font-weight: 700;
}

.licDetails[b-xxwsb5e3p1] {
    margin-top: 1vh;
    height: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: rgb(142,198,244) solid 3px;
    /*border: 2px solid linear-gradient(90deg, rgba(142,198,244,1) 5%, rgba(159,180,255,1) 51%, rgba(195,178,249,1) 100%);*/
    text-align: center;
    color: #220666;
    padding: 1vh;
    font-size: 1.6vh;
    
}




.pWrapper[b-xxwsb5e3p1] {
    text-align: left;
    margin-top: 1vh;
    margin-bottom: 1vh;
    color: #220666;
    padding-left: 1vw;
    padding-right: 1vw;
}

.pDeclaration[b-xxwsb5e3p1] {
    font-weight: 700;
    text-align: center;
    
    color: #220666;
    margin-bottom: 2vh;
}

.pConfirmationWrapper[b-xxwsb5e3p1] {
    font-weight: 700;
    justify-content: center;
    color: #220666;
    display: flex;
}


i[b-xxwsb5e3p1] {
    font-weight: 700;
    font-size: 10pt;
}

.checkFontNotChecked[b-xxwsb5e3p1] {

    font-size: 18pt;
    cursor: pointer;
}

.checkFontChecked[b-xxwsb5e3p1] {
    font-size: 18pt;
    color: #220666;
    cursor: pointer;
}

/* typical phone screen resolution */
@media only screen and (max-width : 667px) {

    .licMainWrapper[b-xxwsb5e3p1] {
        width:99%;

    }
    .licDetails[b-xxwsb5e3p1] {
        width: 90vw;
        font-weight: 700;
      
    }

    .pWrapper[b-xxwsb5e3p1] {
        text-align: left;
        font-size: 0.8rem;
    }

    h1[b-xxwsb5e3p1] {
        font-size: 1.2rem;
    }
    h2[b-xxwsb5e3p1] {
        font-size: 1rem;
    }

    .pDeclaration[b-xxwsb5e3p1] {
        font-size: 0.9rem;
    }

    .pConfirmationWrapper[b-xxwsb5e3p1] {
        font-size: 0.9rem;
    }

    .driverCheckLogo[b-xxwsb5e3p1] {
        width: 50%;
    }

    

}
/* landscape orientation */
@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : landscape) {
}
/* portrait orientation */
@media only screen and (min-width : 375px) and (max-width : 768px) and (orientation : portrait) {

    .driverCheckLogo[b-xxwsb5e3p1] {
       width: 30%;
    }
}
/* /Pages/MoboDims/MoboDims.razor.rz.scp.css */
.mainWrapper[b-jmu606f8nb] {
    background-color: #f4f4f4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    width: 50vw;
    padding: 10px;
    max-height: 97vh;
    height: max-content;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    border-radius: 0.25rem;
}

.mainSubWrapper[b-jmu606f8nb] {
    display: flex;
    flex-direction: column;
    gap: 1vh;
}

.mainBase[b-jmu606f8nb] {
    width: 100vw;
    height: 100vh;
}

.header[b-jmu606f8nb] {
    grid-template-columns: auto auto;
}

    .header > img[b-jmu606f8nb] {
        max-height: 80px;
        height: fit-content;
        justify-self: end;
    }

.btnMain[b-jmu606f8nb] {
    background-color: #f4f4f4;
    border: 1px solid #0068b5;
    border-radius: 0.25rem;
}

.buttonWrapper[b-jmu606f8nb] {
    grid-template-columns: auto auto;
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
}

.buttonWrapperYesNo[b-jmu606f8nb] {
    grid-template-columns: auto auto;
    text-align: center;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}

.buttonWrapperYesNoMain[b-jmu606f8nb] {
    grid-template-columns: auto auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.ctaDimButton[b-jmu606f8nb] {
    border-color: #0038a4;
    background-color: #0038a4;
    color: #fff;
    width: 100%;
}

.wcImage[b-jmu606f8nb] {
    max-height: 40vh;
    place-self: center;
}

@media only screen and (max-width : 667px) {
    .mainWrapper[b-jmu606f8nb] {
        width: 95vw;
    }

    .header > img[b-jmu606f8nb] {
        max-height: 50px
    }

    p[b-jmu606f8nb] {
        font-size: 4vw;
    }

    label[b-jmu606f8nb] {
        font-size: 4vw;
    }
}

.completeWrapper[b-jmu606f8nb] {
    display: grid;
    align-self: center;
}

    .completeWrapper > span[b-jmu606f8nb] {
        font-size: xx-large;
        color: green;
    }

.isPoweredPicked[b-jmu606f8nb] {
    opacity: 0.5;
}

.stagePage[b-jmu606f8nb] {
    padding-top: 1vh;
    padding-left: 1vw;
    font-size: 3vh;
    color: #0038a4;
    align-self: center;
}

.btnWrapper[b-jmu606f8nb] {
    grid-template-columns: auto auto;
}

.measurmentInputWrapper[b-jmu606f8nb] {
    grid-template-columns: max-content max-content;
    place-self: center;
}

    .measurmentInputWrapper > label[b-jmu606f8nb] {
        align-self: center;
    }

    .measurmentInputWrapper > input[b-jmu606f8nb] {
        width: 100px !important;
    }

.isPoweredButtonWrapper[b-jmu606f8nb] {
    grid-template-columns: max-content max-content;
    justify-content: center;
    margin-bottom: 2vh;
}

.fadeIn[b-jmu606f8nb] {
    animation: aniFadeIn-b-jmu606f8nb 0.25s forwards;
}

@keyframes aniFadeIn-b-jmu606f8nb {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeOut[b-jmu606f8nb] {
    animation: aniFadeOut-b-jmu606f8nb 0.25s forwards;
}

@keyframes aniFadeOut-b-jmu606f8nb {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

input[b-jmu606f8nb]::placeholder {
    font-style: italic;
    color: lightgrey;
}

.wcWeightWrapper[b-jmu606f8nb] {
    grid-template-columns: max-content max-content;
    align-items: center;
}

    .wcWeightWrapper > input[b-jmu606f8nb] {
        width: 100px;
    }
/* /Pages/PaymentPortal/CLPaymentPortal.razor.rz.scp.css */
.ppBaseWrapper[b-8firugjzgn] {
    width: 25vw;
    border: 1px solid lightgrey;
    padding: 10px;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: max-content;
}

.ppLoginWrapper > img[b-8firugjzgn] {
    width: 50%;
    justify-self: right;
    margin-bottom: 3vh;
}

@keyframes loginCont-b-8firugjzgn {
    100% {
        opacity: 1;
    }
}

.ppConfirmDetailsWrapper[b-8firugjzgn] {
}

    .ppConfirmDetailsWrapper > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 3vh;
    }

.ppNotRegoc[b-8firugjzgn] {
}

    .ppNotRegoc > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 3vh;
    }

.ppTandCs[b-8firugjzgn] {
    max-height: 80vh;
    overflow: auto;
}

    .ppTandCs > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 3vh;
    }

.ppCardDetails[b-8firugjzgn] {
    grid-template-columns: auto auto auto;
    align-items: center;
}

    .ppCardDetails > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
        grid-column: span 3;
    }

@media only screen and (max-width : 667px) {
    .ppBaseWrapper[b-8firugjzgn] {
        width: 85vw;
    }

    .cardHolderDetailLabel[b-8firugjzgn] {
        grid-column: span 3;
        font-weight: 600;
    }

    .opayoLogos[b-8firugjzgn] {
        width: 30% !important;
    }

    .ppCardDetails[b-8firugjzgn] {
        max-height: 98%;
        overflow:auto;
        font-size: 0.8rem;
    }
    .ppConfirmation[b-8firugjzgn] {
        font-size: 0.9rem;
    }
    .ppComplete[b-8firugjzgn] {
        font-size: 0.9rem;
    }
    

}

@media only screen and (max-width : 1280px) {

    .regPlate[b-8firugjzgn] {
        min-width: 50%;
        min-height: 72%;
    }
    .ppCardDetails[b-8firugjzgn] {
        min-height: 95%;
        overflow:auto;
        font-size: 0.9rem;
    }
    .cardTypes[b-8firugjzgn] {
        max-width: 50%;
    }
}

.ppMainBase[b-8firugjzgn] {
    width: 100vw;
    height: 100vh;
}

.ppShow[b-8firugjzgn] {
    transition: all 1s ease-in-out;
    opacity: 1;
}

.ppHide[b-8firugjzgn] {
    transition: all 1s ease-in-out;
    opacity: 0;
}

.ppBillingAddress[b-8firugjzgn] {
    grid-template-columns: auto auto;
}

    .ppBillingAddress > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
        grid-column: span 3;
    }

.typeManually[b-8firugjzgn] {
    grid-column: span 2;
    cursor: pointer;
    text-decoration: underline;
}

.ppConfirmation[b-8firugjzgn] {
    font-size: 0.9rem;
}

    .ppConfirmation > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
    }

.ppSaving[b-8firugjzgn] {
    justify-items: center;
}

    .ppSaving > span[b-8firugjzgn] {
        position: relative;
        font-size: 50pt;
        color: #198754;
    }


.ppanimated-check[b-8firugjzgn] {
    height: 5em;
    width: 5em
}

    .ppanimated-check path[b-8firugjzgn] {
        fill: none;
        stroke: #7ac142;
        stroke-width: 4;
        stroke-dasharray: 23;
        stroke-dashoffset: 23;
        animation: ppDraw-b-8firugjzgn 0.5s linear forwards;
        stroke-linecap: round;
        stroke-linejoin: round
    }

@keyframes ppDraw-b-8firugjzgn {
    to {
        stroke-dashoffset: 0
    }
}

.ppComplete[b-8firugjzgn] {
}

    .ppComplete > img[b-8firugjzgn] {
        width: 50%;
        justify-self: right;
        margin-bottom: 1vh;
        grid-column: span 3;
    }

.proxBand[b-8firugjzgn] {
    width: 100% !important;
}

.infoCheck[b-8firugjzgn] {
    font-weight: 700;
}

.vehicleDetails[b-8firugjzgn] {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 3vh;
}

.instructionLink[b-8firugjzgn] {
    color: darkblue;
    text-align: center;
    font-size: 0.8rem;
    cursor: pointer;
}

.instructionLink2[b-8firugjzgn] {
    color: darkblue;
    font-size: 0.8rem;
    cursor: pointer;
}

h1[b-8firugjzgn] {
    font-size: 1.2rem;
}

p[b-8firugjzgn] {
}

.cardHolderDetailLabel[b-8firugjzgn] {
    grid-column: span 3;
    font-weight: 600;
}

.opayoLogos[b-8firugjzgn] {
    width: 30% !important;
}
.cardTypes[b-8firugjzgn] {
    width: 43%!important;
    margin-left: 3vw;
 
}

.regPlate[b-8firugjzgn] {
    border: 3px solid black;
    width: 9vw;
    height: 5vh;
    background-color: #ffc107;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    position: relative;
    font-size: 3vh;
    padding-top: 0.1rem;
}

.refInput[b-8firugjzgn] {
    text-align: center;
    color: #0038a4;
    font-weight: 700;
    font-size: 1rem;
}

.ctaPayButton[b-8firugjzgn] {
    border-color: #0038a4;
    background-color: #0038a4;
    color: #fff;
    width: 100%;
}

.btnWrapper[b-8firugjzgn] {
    grid-template-columns: auto auto;
}


.btnMain[b-8firugjzgn] {
    background-color: #f4f4f4;
    border: 1px solid #0068b5;
    border-radius: 0.25rem;
}

.ppValidationFailed[b-8firugjzgn] {
    border-width: thick;
}
/* /Pages/Settings/SettingsAccessManagement.razor.rz.scp.css */
.amWrapper[b-doiddmux30] {
    grid-template-columns: 33% 33% 33%;
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    height: 90vh;
    overflow: hidden;
}

.amTable[b-doiddmux30] {
    overflow: auto;
    height: 10vh;
}

.newGroupWrapper[b-doiddmux30] {
    grid-template-columns: max-content max-content;
    width: max-content;
    text-align: left;
}

.amHeaders[b-doiddmux30] {
    grid-template-columns: max-content max-content;
    width: 100%;
}

.editAssignmentsWrapper[b-doiddmux30] {
    grid-template-columns: max-content max-content;
    text-align: left;
    width: max-content;
}
/* /Pages/Settings/SettingsLanding.razor.rz.scp.css */
.landingWrapper[b-okon9a8hqn] {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.settingsButon[b-okon9a8hqn] {
    width: 5vw;
    padding: 20px;
    font-size: large;
    background-color: #ffffff;
    border: none;
    border-radius: 1.0rem;
}

    .settingsButon:hover[b-okon9a8hqn] {
        background-color: lightgray;
    }

    .settingsButon > span[b-okon9a8hqn] {
        font-size: x-large;
    }

/* /Pages/Settings/SettingsLogin.razor.rz.scp.css */
.loginWrapper[b-vny2jhtn6m] {
    width: 95vw;
    margin-left: auto;
    margin-right: auto;
    height: 90vh;
}

.loginHeaderWrapper[b-vny2jhtn6m] {
    grid-template-columns: max-content max-content max-content;
}

.loginEditModal[b-vny2jhtn6m] {
    grid-template-columns: max-content max-content;
}
/* /Pages/WhatsApp/ClientStartChat.razor.rz.scp.css */
.wrapper[b-aodmddypt9] {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    margin-top: 25vh;
    background-color: white;
    padding: 20px;
    border-radius: 0.25rem;
    font-size: 15pt;
}

.proxLogo[b-aodmddypt9]{
    height: 10vh;
    margin-left: auto;
    margin-right: auto;
}

.proxBand[b-aodmddypt9] {
    width: 100%;
}
/* /Pages/WhatsApp/Controls/WhatsAppMessageMessage.razor.rz.scp.css */

/*conversation wrapper*/
.msgWrapper[b-epogz0qos4] {
    height: max-content;
    padding: 5px;
    position: relative;
}

/*Speech bubbles*/

.msgFrom[b-epogz0qos4] {
    border-radius: 30px 30px 30px 0px;
    background-color: #fff;
    padding-left: 1vw;
    padding-top: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    border: 1px solid lightgray;
    box-shadow: 0px 1px 5px lightgray;
    font-size: clamp(0.1rem, 0.5vh + 0.8rem, 2rem);
}

.msgTo[b-epogz0qos4] {
    border-radius: 30px 30px 0px 30px;
    background-color: #dcf8c6;
    padding-left: 1vw;
    padding-top: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    
    border: 1px solid lightgray;
    box-shadow: 0px 1px 5px lightgray;
    font-size: clamp(0.1rem, 0.5vh + 0.8rem, 2rem);
}

/*Set the time, date and name of the agent/ last read/ sent*/
.msgTooltipBox[b-epogz0qos4] {
    visibility: hidden;
}

.msgtooltip .msgtooltiptext[b-epogz0qos4] {
    visibility: hidden;
    width: max-content;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    z-index: 1;
    bottom: 125%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    left: 50%;
    padding: 10px;
    text-align: left;
    position: absolute;
}

.msgtooltip:hover .msgtooltiptext[b-epogz0qos4] {
    visibility: visible;
    opacity: 1;
}

.msgInfoWrapper[b-epogz0qos4] {
    grid-template-columns: max-content max-content;
    grid-template-rows: max-content max-content;
}

.sendRecInfo[b-epogz0qos4] {
    font-style: italic;
    color: #636363;
    display: flex;
    gap: 1vw;
    justify-self: right;
    font-size:clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    
}

/*Style the media types*/

.mediaImage[b-epogz0qos4] {
    grid-template-columns: repeat(auto-fill, minmax(10vw, 1fr));
}

    .mediaImage > div >  img[b-epogz0qos4] {
        width: 100%;
        border-radius: 0.25rem;
        cursor: pointer;
        max-height: 1000px;
    }

    .mediaImage > video[b-epogz0qos4] {
        border-radius: 0.25rem;
        width: 250%;
    }

.mediaSpinner[b-epogz0qos4] {
    color: #dcf8c6;
}

.downloadLink[b-epogz0qos4] {
    float: right;
    margin-right: 1vw;
}

.filePDF[b-epogz0qos4] {
    color: #FF0000;
}

.fileWord[b-epogz0qos4] {
    color: #002366;
}

.fileExcel[b-epogz0qos4] {
    color: #008000;
}

.fileOther[b-epogz0qos4] {
    color: #FDB900;
}

.file[b-epogz0qos4] {
    font-size: 4.2vh;
    cursor: pointer;
}

.imgBlur[b-epogz0qos4] {
    filter: blur(0.5rem);
}

.imageWrapper[b-epogz0qos4] {
    position: relative;
}

    .imageWrapper > span[b-epogz0qos4] {
        position: absolute;
        left: 40%;
        top: 25%;
        color: white;
        font-weight: 700;
        font-size:  4.2vh;
        cursor: pointer;
    }

    .imageWrapper > label[b-epogz0qos4] {
        position: absolute;
        top: 50%;
        left: 10%;
        color: white;
    }

.mediaDocView[b-epogz0qos4] {
    width: 70vw;
    padding: 0px !important;
}

@media only screen and (max-width: 80em) and (max-height: 50em) {

    .msgWrapper[b-epogz0qos4] {
       
    }

    /*.msgTo {
        font-size: 1.5vh;
    }

    .msgFrom {
        font-size: 1.5vh;
    }*/
}

@media only screen and (max-width: 1920px) and (max-height: 1080px) {


}
/* /Pages/WhatsApp/Controls/WhatsAppMessageStatus.razor.rz.scp.css */
/* /Pages/WhatsApp/NudgeControl.razor.rz.scp.css */

/*Main layout*/

.nudgeWrapper[b-cbs6y751ob] {
    height: 84vh;

}

.nudgeGrid[b-cbs6y751ob] {
    grid-template-columns: 25% auto;
   
}

.headerContent[b-cbs6y751ob] {
    grid-template-columns: 20% auto auto;
    display: grid;
}

.agentNameDate[b-cbs6y751ob] {
    font-weight: 700;
    color: #444;
    padding-left: 1vh;
}

.devWarningMsg[b-cbs6y751ob] {
    animation-duration: 15s;
    animation-fill-mode: both;
    color: #B11031;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
    justify-self: center;
}

.fadeOut[b-cbs6y751ob] {
    animation-name: fadeOut-b-cbs6y751ob;
}


@keyframes fadeOut-b-cbs6y751ob {
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.devLabel[b-cbs6y751ob] {
    width: fit-content;
    max-height: max-content;
    background-color: indianred;
    border-radius: 0.25rem;
    justify-self: end;
    color: #f4f4f4;
    font-weight: 700;
    padding: 1vh;
    font-size: clamp(1vh, 0.2vw + 0.5rem, 3vh);
}

.agentLabel[b-cbs6y751ob] {
    width: fit-content;
    color: #444;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
}

.screenID[b-cbs6y751ob] {
    color: #075e54;
    font-size: clamp(2vh, 2vh + 0.2rem, 3vh);
    margin-bottom: 0.9vh;
}

/*select department*/

.control[b-cbs6y751ob] {
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 0.25rem;
    cursor: pointer;
    height: max-content;
    background-color: #075e54;
    color: #f4f4f4;
}

    .control:hover[b-cbs6y751ob] {
        background-color: #128c7e;

    }

    .hideControls[b-cbs6y751ob] {
        display: none;
    }

li[b-cbs6y751ob] {
    list-style: none;
   
}
ul[b-cbs6y751ob] {
    padding: 0;
}

/*Entire grid layout for the nudge seetings and mailing list*/

.mainNudgeWrapper[b-cbs6y751ob] {
    display: flex;
    min-width: 100%;
    display: grid;
    grid-template-columns: 50% auto;
}
/*Provide information to support the user*/

.toolTip[b-cbs6y751ob] {
    position: relative;
    display: inline-block;
}

    .toolTip .toolTipText[b-cbs6y751ob] {
        visibility: hidden;
        width: fit-content;
        background-color: #ece5dd;
        color: black;
        text-align: left;
        border-radius: 6px;
        padding: 1vh;
        position: fixed;
        z-index: 1;
        font-size: 1.8vh;
        border: 2px solid #075e54;
    }

    .toolTip:hover .toolTipText[b-cbs6y751ob] {
        visibility: visible;
    }

.infoIcon[b-cbs6y751ob] {
    color: #128c7e;
    font-size: 1.6vh;
    justify-self: baseline;
    cursor: help;
}

/*Day/ time/ toggle grid*/

.infoLabel[b-cbs6y751ob] {
    font-style: italic;
}

.infoWrapperDaysTimes[b-cbs6y751ob] {
    display: grid;
    grid-template-columns: 30% 10%;
}

.nudgeSettingsWrapper[b-cbs6y751ob] {
    grid-template-columns: max-content max-content 15% 15%;
    padding: 5px;
    align-items: center;
    max-height: 0;
}


.timeInput[b-cbs6y751ob] {
    width: 50%;
}

.timeInputLi[b-cbs6y751ob] {
    grid-template-columns: repeat(4fr, max-content) ;
}


/*Mailing list grid*/

.mailingListWrapper[b-cbs6y751ob] {
    grid-template-columns: 90% auto;
    display: contents;
    display: grid;
    padding: 5px;
    height: max-content;
    margin-top: 2.5vh;
}

.longMailList[b-cbs6y751ob] {
    overflow-y: scroll;
    display: grid;
    max-height: 53vh;
}

.email[b-cbs6y751ob] {
    border: 1px solid lightgrey;
    padding: 5px;
    border-radius: 0.25rem;
    width: 70%;
    display: grid;
    grid-template-columns: auto 10%;
    margin-bottom: 0.5vh;
}

.removeIcon[b-cbs6y751ob] {
    justify-self: flex-end;
    font-size: 2vh;
    margin-top: 0.2vh;
}

/*Assigned handler control*/

.infoWrapperNudgeAssigned[b-cbs6y751ob] {
    display: grid;
    grid-template-columns: 89% 10%;
}
/* /Pages/WhatsApp/WhatsAppChatPage.razor.rz.scp.css */

/*main layout*/


.whatsappChatWrapper[b-19altd4ud3] {
    grid-template-columns: 15vw auto 20vw;
    width: 97vw;
    margin-left: auto;
    margin-right: auto;
    height: 85vh;
    grid-column-gap: 0.1vw;
}


h2[b-19altd4ud3] {
    font-size: clamp(0.1rem, 0.5vh + 1rem, 2rem);
    grid-column: span 3;
    text-align: center;
    color: crimson;
    font-weight: bold;
}


h1[b-19altd4ud3] {
    font-size: clamp(1rem, 2vw + 1rem,3rem);
}

/*-------------------------------------------------------------------*/
.headerContent[b-19altd4ud3] {
    grid-template-columns: 20% auto auto;
    display: grid;
}

.agentNameDate[b-19altd4ud3] {
    font-weight: 700;
    color: #444;
    padding-left: 1vh;
}

.devWarningMsg[b-19altd4ud3] {
    animation-duration: 15s;
    animation-fill-mode: both;
    color: #B11031;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
    justify-self: center;
}

.fadeOut[b-19altd4ud3] {
    animation-name: fadeOut-b-19altd4ud3;
}


@keyframes fadeOut-b-19altd4ud3 {
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.devLabel[b-19altd4ud3] {
    width: fit-content;
    max-height: max-content;
    background-color: indianred;
    border-radius: 0.25rem;
    justify-self: end;
    color: #f4f4f4;
    font-weight: 700;
    padding: 1vh;
    font-size: clamp(1vh, 0.2vw + 0.5rem, 3vh);
}

.betaLabel[b-19altd4ud3] {
    width: fit-content;
    max-height: max-content;
    background-color: #25d366 ;
    border-radius: 0.25rem;
    justify-self: end;
    color: black;
    font-weight: 700;
    padding: 1vh;
    font-size: clamp(1vh, 0.2vw + 0.5rem, 3vh);
}

.agentLabel[b-19altd4ud3] {
    width: fit-content;
    color: #444;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
}

.screenID[b-19altd4ud3] {
    color: #075e54;
    font-size: clamp(2vh, 2vh + 0.2rem, 3vh);
    margin-bottom: 0.9vh;
}


/*-------------------------------------------------------------------*/

.focusBack[b-19altd4ud3] {
    margin-right: 1.9vw;
    height: 3vh;
}

.clientInfoWrapper[b-19altd4ud3] {
    background-color: hsla(173, 86%, 20%, 0.7);
    grid-template-rows: repeat(4, 4fr);
    padding: 1px;
    border: 2px solid #075e54;
    border-radius: 0.25rem;
    font-size: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    overflow: auto;
}


.clientInfoHeaderContainer[b-19altd4ud3] {
    display: flex;
    grid-template-columns: auto auto;
    background-color: #075e54;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    padding: 2px;
}

    .clientInfoHeaderContainer > .heartValueImg[b-19altd4ud3] {
        height: 3vh;
    }

    .clientInfoHeaderContainer > .myProxTxt[b-19altd4ud3] {
        color: #f4f4f4;
        font-size: clamp(1vh, 2vh + 0.8rem, 2.2vh);
        padding-top: 0.5vh;
        font-weight: 700;
    }

/**/

.proxInfo[b-19altd4ud3] {
    color: #444;
    margin-top: 1vh;
    border-radius: 0.25rem;
    font-size: clamp(1vh, 1vh + 0.4rem, 3vh);
    padding: 0.5vh;
    background-color: #f4f4f4;
}

    .proxInfo > .proxInfoOne[b-19altd4ud3] {
        display: flex;
    }

    .proxInfo > .proxInfoTwo[b-19altd4ud3] {
        display: flex;
        margin-top: 2vh;
    }

    .proxInfo > .proxInfoThree[b-19altd4ud3] {
        display: flex;
        margin-top: 2vh;
    }

/*client information */


.clientInfo[b-19altd4ud3] {
    color: #075E54;
    overflow: auto;
    grid-template-rows: repeat(6, 6fr);
    font-weight: 700;
    font-size: clamp(1vh, 1vh + 0.4rem, 1.5vh);
    padding: 0.5vh;
    background-color: #ece5dd;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    padding-top: 2vh;
}


.clientInfoIcons[b-19altd4ud3] {
    margin-right: clamp( 0.5vw, 1vw,3vw);
    font-weight: 700;
}


/*_________________________________________________________________________*/

.actionsdropBtn[b-19altd4ud3] {
    background-color: #f4f4f4;
    border: 1px solid darkgray;
    border-radius: 0.25rem;
    color: #444;
    padding: 5px;
    grid-template-columns: 2% auto 15%;
    font-size: clamp(1vh, 1vh + 0.4rem, 3vh);
}


.actionsDropdown-content[b-19altd4ud3] {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #f0f0f0;
    border: 1px solid #128c7e;
    list-style: none;
    border-radius: 0.25rem;
    padding-right: 1.5vh;
    font-size: clamp(1vh, 1vh + 0.4rem, 3vh);
    color: #444;
    text-decoration: none;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    width: 14vw;
    padding-left: 6px;
}

.actionsDropdown[b-19altd4ud3] {
    position: relative;
}

.actionsDropdown-content :hover[b-19altd4ud3] {
    color: #095677;
    cursor: pointer;
    font-weight: 700;
}

.actionsDropdown:hover .actionsDropdown-content[b-19altd4ud3] {
    display: block;
}

.actionsDropdown:hover + .proxInfo[b-19altd4ud3] {
    opacity: 0;
}



.actionsDropdown:hover .actionsdropBtn[b-19altd4ud3] {
    background-color: lightgray;
    box-shadow: 0px 1px 5px #25d366;
}

/*_________________________________________________________________________*/

.ceaseChatButton[b-19altd4ud3] {
}

    .ceaseChatButton:hover[b-19altd4ud3] {
        color: #942E2E;
        font-weight: 700;
    }

.downloadNumbers[b-19altd4ud3] {
    color: #095677;
    font-weight: 700;
    font-size: 1.9vh;
}

.downloadAvailable[b-19altd4ud3] {
    animation: flash-b-19altd4ud3 2s 10;
}

@keyframes flash-b-19altd4ud3 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


/*Sentiment analysis grid/table*/

.sentimentWrapper[b-19altd4ud3] {
    grid-template-columns: auto auto auto;
    grid-column-gap: 0;
    color: #444;
    text-align: center;
    margin-top: clamp(2vh, 7vh, 2vh);
    height: auto;
}

.sentimentWrapperTitle[b-19altd4ud3] {
    grid-column: span 3;
    font-size: clamp(1vh, 1vh + 0.4rem, 1.5vh);
    padding-top: 1vh;
    grid-template-columns: auto auto;
    justify-content: center;
    grid-column-gap: 0.4vw;
}

.sentimentLabel[b-19altd4ud3] {
    font-size: clamp(1vh, 1vh + 0.4rem, 1.5vh);
    font-weight: 100;
}

.sentimentItem[b-19altd4ud3] {
    font-size: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    font-weight: 100;
}


.sentimentIconNegative[b-19altd4ud3] {
    font-size: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    color: darkslategray;
}

.sentimentIconBackgroundNeg[b-19altd4ud3] {
    border-radius: 50%;
    background-image: linear-gradient(red, yellow);
    height: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    width: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
}

.sentimentIconNeutral[b-19altd4ud3] {
    font-size: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    color: darkslategray;
}

.sentimentIconBackgroundNeut[b-19altd4ud3] {
    border-radius: 50%;
    background-image: linear-gradient(silver, lightgray);
    height: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    width: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
}

.sentimentIconPositive[b-19altd4ud3] {
    font-size: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    color: darkslategray;
}

.sentimentIconBackgroundPos[b-19altd4ud3] {
    border-radius: 50%;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 10%, #FDB931 20%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 20%, #D1B464 100%);
    height: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    width: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
}

.toolTip[b-19altd4ud3] {
    position: relative;
    display: inline-block;
}

    .toolTip .toolTipText[b-19altd4ud3] {
        visibility: hidden;
        width: fit-content;
        background-color: #ece5dd;
        color: #444;
        text-align: left;
        border-radius: 6px;
        padding: 1vh;
        position: fixed;
        z-index: 1;
        font-size: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
        border: 2px solid #075e54;
    }

    .toolTip:hover .toolTipText[b-19altd4ud3] {
        visibility: visible;
    }



.infoIcon[b-19altd4ud3] {
    color: #128c7e;
    font-size: 1.6vh;
    justify-self: baseline;
    cursor: help;
}


/* current client chat area*/

.messageWrapper[b-19altd4ud3] {
    display: flex;
    flex-direction: column;
    overflow: auto;
}

@property --var2 {
    syntax: "<color>";
    inherits: true;
    initial-value: #ece5dd;
}

.clientChatScroll[b-19altd4ud3] {
    overflow-y: scroll;
    transition: --var2 .5s;
}


.clientChat:hover[b-19altd4ud3],
.clientChat:focus[b-19altd4ud3] {
    --var2: #075e54;
}

.clientChat[b-19altd4ud3]::-webkit-scrollbar {
    background-color: #ece5dd;
    width: 1vh;
    padding-left: 1vh;
}

.clientChat[b-19altd4ud3]::-webkit-scrollbar-thumb {
    background: var(--var2);
    border-radius: 6px;
}


.announcementButton[b-19altd4ud3] {
    margin-bottom: 1vh;
    margin-left: 1vw;
}

.chatWrapper[b-19altd4ud3] {
    grid-template-columns: 20% 54% 23%;
    overflow-x: hidden;
    grid-auto-rows: max-content;
    border: solid 2px #075e54;
    padding: 1vh;
    background-color: #ece5dd;
    border-radius: 0.25rem;
    height: 60%;
}


/*Quill editor and toolbar*/

.recap[b-19altd4ud3] {
    width: 50vw;
}

.attach[b-19altd4ud3] {
    display: grid;
}



.chatEditorWrapper[b-19altd4ud3] {
    align-items: center;
}

.inactivChatMsg[b-19altd4ud3] {
    font-size: 1.5vh;
    color: #B11031;
    font-weight: 700;
    animation: blink-b-19altd4ud3 1s 3;
}

@keyframes blink-b-19altd4ud3 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


.pillTextArea[b-19altd4ud3] {
    padding-top: 1vh;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding-left: 1vw;
    transition: 0.5s;
    grid-template-columns: auto 15%;
    grid-column-gap: 0;
    height: 100%;
    overflow: hidden !important;
}

    .pillTextArea:focus[b-19altd4ud3] {
        outline: none;
    }

.dropdownContent[b-19altd4ud3] {
    overflow-y: scroll;
    height: 25vh;
}

.textBox[b-19altd4ud3] {
    border: none;
    width: 100%;
    outline: none;
}

.tempText[b-19altd4ud3] {
    background-color: #ece5dd;
    color: #444;
    text-align: left;
    border-radius: 6px;
    padding: 1vh;
    font-size: clamp(0.1rem, 0.1vh + 0.8rem, 2rem);
    border: 2px solid #075e54;
    overflow: auto;
    margin-bottom: 3vh;
    min-height: 5vh;
}

    .tempText:hover[b-19altd4ud3] {
        cursor: pointer;
        background-color: #075e54;
        font-weight: 700;
        color: white;
    }

.templateList[b-19altd4ud3] {
    list-style: none;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.warningIcon[b-19altd4ud3] {
    font-size: clamp(1rem, 2vh + 1rem, 4rem);
    color: darkred;
}

.modalUlLi[b-19altd4ud3] {
    margin-left: 0px;
    text-align: left;
    line-height: 4vh;
}

.modalHeadingArea[b-19altd4ud3] {
    font-size: clamp(1rem, 2vh + 1rem, 4rem) !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modalCloseIcon[b-19altd4ud3] {
    font-size: clamp(1rem, 0.8vh + 1rem, 4rem) !important;
    color: #444;
}

.modalCloseBtn[b-19altd4ud3] {
   line-height: 0;
    background-color: transparent;
    border: none;
    padding: 0px;
}



/*.templateList {
    list-style: none;
    text-align: left;
    padding: 0;
    width: 40vh;
}

.templateListItem:hover {
    color: #34b7f1;
    cursor: pointer;
}

.templateTitleToolTip {
}*/

.overflowScrollLargeMessage[b-19altd4ud3] {
    overflow: hidden;
}

.msgActionCcontainer[b-19altd4ud3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 15px;
    justify-content: center;
    grid-template-rows: 1fr repeat(2,2fr) 1fr;
    height: 30vh;
    position: sticky;
}


.sendButtonStyle[b-19altd4ud3] {
    border: none;
    border-radius: 5px;
    height: 4vh;
    background-color: #25d366;
    color: black;
}

.wrapButtonStyle[b-19altd4ud3] {
    border: #A8102E 2px solid;
    border-radius: 5px;
    height: 4vh;
    background-color: darkgray;
    color: black;
}
/*Space for the attachments to go*/
.attachments[b-19altd4ud3] {
    margin-top: 2vh;
    font-size: clamp(0.5vh, 0.4vh + 0.5rem, 2vh);
}

.attachmentWrapper[b-19altd4ud3] {
    grid-template-columns: max-content max-content;
    align-items: center;
}



/*Queue, message list and filters*/

.infoWrapper > label[b-19altd4ud3] {
    text-align: right;
}

.chatsWrapper[b-19altd4ud3] {
    overflow: hidden;
    height: 100%;
    margin-left: 0.2vw;
    padding-left: 0.4vw;
    background-color: #f4f4f4;
    border: #34b7f1 2px solid;
    border-radius: 0.25rem;
}

.chatsWrapperRead[b-19altd4ud3] {
    overflow: auto;
    height: 26vh;
    margin-left: 0.2vw;
    padding-left: 1vw;
    box-shadow: 0px 1px 7px darkslategray;
    background-color: lightgray;
    margin-top: 2vh;
}

.cardHeader[b-19altd4ud3] {
    grid-template-columns: 33% 33% 33%;
}

.chatCard2[b-19altd4ud3] {
    grid-template-areas:
        "Info"
        "Message"
        "Stamp";
    grid-template-columns: 1fr 4fr;
    gap: 0.5vw;
    background-color: #ece5dd;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid lightgrey;
    border-radius: 0.25rem;
    cursor: pointer;
}

    .chatCard2:hover[b-19altd4ud3] {
        background-color: lightgrey;
    }

    .chatCard2.unread[b-19altd4ud3] {
        border-color: #128275;
        border-width: 4px;
        box-shadow: 0px 1px 7px #25d366;
    }

.clientRefStyle[b-19altd4ud3] {
    text-align: left;
    font-style: italic;
    font-size: clamp(0.5vh, 0.7vh + 0.5rem, 1.5vh);
}

.clientNameStyle[b-19altd4ud3] {
    font-size: clamp(1vh, 1vh + 0.4rem, 1.5vh);
    font-weight: 700;
    text-align: right;
    color: #075e54;
}

.stampStyle[b-19altd4ud3] {
    justify-self: end;
    font-style: italic;
    font-size: clamp(0.5vh, 0.7vh + 0.4rem, 2vh);
    color: #636363;
}

.messageStyle[b-19altd4ud3] {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 1vw;
    font-size: clamp(0.1vh, 1vh + 0.3rem, 3vh);
}


.chatCard2 > div.clientRef[b-19altd4ud3] {
    grid-area: Info;
}

.chatCard2 > div.clientName[b-19altd4ud3] {
    grid-area: Info;
}

.chatCard2 > div.clientSent[b-19altd4ud3] {
    grid-area: Info;
}

.chatCard2 > div.message[b-19altd4ud3] {
    grid-area: Message;
}

.chatCard2 > div.stamp[b-19altd4ud3] {
    grid-area: Stamp;
}

.chatCard2 > div.status[b-19altd4ud3] {
    grid-area: stamp;
}

.chatControls[b-19altd4ud3] {
    background-color: #f4f4f4;
    z-index: 999999;
}

.allChatCards[b-19altd4ud3] {
    height: 63vh;
}

@property --var1 {
    syntax: "<color>";
    inherits: true;
    initial-value: #f4f4f4;
}

.allChatScroll[b-19altd4ud3] {
    overflow-y: scroll;
    transition: --var1 .5s;
}


.allChatCards:hover[b-19altd4ud3],
.allChatCards:focus[b-19altd4ud3] {
    --var1: #075e54;
}

.allChatCards[b-19altd4ud3]::-webkit-scrollbar {
    background-color: #f4f4f4;
    width: 8px;
}

.allChatCards[b-19altd4ud3]::-webkit-scrollbar-thumb {
    background: var(--var1);
    border-radius: 4px;
}



.infoWrapper[b-19altd4ud3] {
    grid-template-columns: max-content auto max-content max-content auto;
    grid-column-gap: 3px;
    margin-top: 1vh;
}

    .infoWrapper > label[b-19altd4ud3] {
        text-align: right;
    }

    .infoWrapper > img[b-19altd4ud3] {
        height: 4vh;
        margin-top: 1vh;
    }


.filterTitle[b-19altd4ud3] {
    justify-self: right;
    font-weight: 700;
    padding-top: 1vh;
    color: #075A50;
    font-size: clamp(0.5vh, 0.5vh + 0.7rem, 3vh);
}

.waLogoWrapper[b-19altd4ud3] {
    position: relative;
    margin-top: 0.5vh;
    display: grid;
    grid-template-areas: "circle" "count";
    grid-template-columns: auto auto;
}

.waLogo[b-19altd4ud3] {
    font-size: 2.2vh;
    color: #25d366;
}

.msgCountCircle[b-19altd4ud3] {
    grid-area: circle;
    position: absolute;
    width: 1.7vh;
    background-color: #dcf8c6;
    border-radius: 50%;
    border: 1px solid lightgray;
    height: 1.7vh;
    margin-left: 1.3vh;
    opacity: 0.8;
}

.msgCount[b-19altd4ud3] {
    grid-area: count;
    position: absolute;
    font-size: 1.2vh;
    font-weight: 700;
    text-align: center;
}

.searchAndSort[b-19altd4ud3] {
    grid-template-columns: 97%;
    margin-bottom: 1vh;
}

.sortIcon[b-19altd4ud3] {
    font-size: clamp(0.5vh, 1vh + 0.7rem, 3vh);
    color: #128c7e;
    padding-top: 0.5vh;
    cursor: pointer;
}
/*...................................................................................................*/

.filterButtonsWrapper[b-19altd4ud3] {
    grid-template-areas: "filters";
    grid-column-gap: 1.5vh;
    grid-template-columns: repeat(7, max-content);
    display: grid;
    justify-content: center;
}

    .filterButtonsWrapper > div.all[b-19altd4ud3] {
        grid-area: filters;
    }

    .filterButtonsWrapper > div.my[b-19altd4ud3] {
        grid-area: filters;
    }

    .filterButtonsWrapper > div.read[b-19altd4ud3] {
        grid-area: filters;
    }

    .filterButtonsWrapper > div.unread[b-19altd4ud3] {
        grid-area: filters;
    }

    .filterButtonsWrapper > div.active[b-19altd4ud3] {
        grid-area: filters;
    }

    .filterButtonsWrapper > div.inactive[b-19altd4ud3] {
        grid-area: filters;
    }


.filterButton[b-19altd4ud3] {
    border: 1px solid #444;
    border-radius: 0.25em;
    padding: 0.6vh;
    cursor: pointer;
    font-size: clamp(0.5vh, 1vh + 0.4rem, 3vh);
    color: #444;
}

    .filterButton:hover[b-19altd4ud3] {
        background-color: lightgray;
        border-color: lightgray;
    }

.filterButtonSelected[b-19altd4ud3] {
    background-color: #34b7f1;
    color: black;
    border-color: #34b7f1;
    box-shadow: 0px 1px 5px #25d366;
}

/*........................................................................................................*/
/* deep focus and screen size responsive*/

.removeSides[b-19altd4ud3] {
    display: none;
}

.deepFocusChat[b-19altd4ud3] {
    grid-column: span 3;
    min-height: 87vh;
    overflow: hidden;
}


.deepFocusCard[b-19altd4ud3] {
    /*   display: block;*/
}

.infoBar[b-19altd4ud3] {
    padding: 1vh;
    height: 6vh;
    max-width: 100%;
    border: 1px solid #075e54;
    border-radius: 0.25rem;
    display: grid;
    grid-template-columns: auto 10%;
    background-color: #075e54;
    color: white;
    font-size: clamp(0.3vh, 0.5vh + 0.5rem, 2vh);
}


.responsive[b-19altd4ud3] {
}

.templatesBtn[b-19altd4ud3] {
}

.deepFocusBtn[b-19altd4ud3] {
}

@media screen and (max-width: 1024px) {
}


/*Portrait to mobile */
@media screen and (max-width: 768px) {
    .focusBack[b-19altd4ud3] {
        display: none;
    }

    .whatsappChatWrapper[b-19altd4ud3] {
        max-width: 100%;
    }

    .shrinkSendWrap[b-19altd4ud3] {
        width: 70%;
        justify-self: center;
    }
}


/*smaller chat window*/

@media screen and (max-width: 450px) {

    .focusBack[b-19altd4ud3] {
        display: none;
    }
}
/* /Pages/WhatsApp/WhatsAppLanding.razor.rz.scp.css */
.whatsappLandingWrapper[b-kryj7yxu9i] {
    height: 85vh;
    display: grid;
    grid-row-gap: 0;
    grid-column-gap: 0;
  
}

.headerContent[b-kryj7yxu9i] {
    grid-template-columns: 20% auto auto;
    display: grid;
}

.agentNameDate[b-kryj7yxu9i] {
    font-weight: 700;
    color: #444;
    padding-left: 1vh;
}

.devWarningMsg[b-kryj7yxu9i] {
    animation-duration: 15s;
    animation-fill-mode: both;
    color: #B11031;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
    justify-self: center;
}

.fadeOut[b-kryj7yxu9i] {
    animation-name: fadeOut-b-kryj7yxu9i;
}


@keyframes fadeOut-b-kryj7yxu9i {
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.devLabel[b-kryj7yxu9i] {
    width: fit-content;
    max-height: max-content;
    background-color: indianred;
    border-radius: 0.25rem;
    justify-self: end;
    color: #f4f4f4;
    font-weight: 700;
    padding: 1vh;
    font-size: clamp(1vh, 0.2vw + 0.5rem, 3vh);
}

.agentLabel[b-kryj7yxu9i] {
    width: fit-content;
    color: #444;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
}

.screenID[b-kryj7yxu9i] {
    color: #075e54;
    font-size: clamp(2vh, 2vh + 0.2rem, 3vh);
    margin-bottom: 0.9vh;
}

.statsWrapper[b-kryj7yxu9i] {
    grid-template-areas:
        "stats";
    height: max-content;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 15px;
    justify-items: center;
    max-width: 100%;
  
}

    .statsWrapper > div.Active[b-kryj7yxu9i] {
        grid-area: stats;
    }

    .statsWrapper > div.inActive[b-kryj7yxu9i] {
        grid-area: stats;
    }

    .statsWrapper > div.Total[b-kryj7yxu9i] {
        grid-area: stats;
    }

    .statsWrapper > div.Returning[b-kryj7yxu9i] {
        grid-area: stats;
    }

.statsBox[b-kryj7yxu9i] {
    width: 35vh;
    height: max-content;
    background-color: #ece5dd;
    padding: 20px;
    border-radius: 0.50rem;
}

.refresh[b-kryj7yxu9i] {
    width: 3vw;
    color: #34b7f1;
}

    .refresh > span[b-kryj7yxu9i] {
        border-left: none !important;
    }

.grid__item[b-kryj7yxu9i] {
    background-color: green;
}


.whatsAppHeader[b-kryj7yxu9i] {
    font-weight: 700;
    font-size: 20pt;
    border-left: solid 2px darkgray;
}

.whatsAppTitles[b-kryj7yxu9i] {
    font-weight: 700;
    font-size: 20pt;
    border-left: solid 2px darkgray;
    text-align: center;
    border-bottom: darkgray solid 2px;
    padding-left: 3vw;
    padding-right: 3vw;
}

.whatsAppData[b-kryj7yxu9i] {
    font-size: 20pt;
    border-left: solid 2px darkgray;
    text-align: center;
}

.navLink[b-kryj7yxu9i] {
    cursor: pointer;
    text-decoration: underline;
}

.newChatWrapper[b-kryj7yxu9i] {
    width: 50vw;
    max-height: 60vh;
    overflow: auto;
}

.newClientWrapper[b-kryj7yxu9i] {
    grid-template-columns: auto auto;
    text-align: left;
    margin-left: 3vh;
}

.newCaseWrapper[b-kryj7yxu9i] {
    grid-template-columns: auto auto;
}

p[b-kryj7yxu9i] {
    text-align: center;
    font-size: 2.5vh;
}

img[b-kryj7yxu9i] {
    max-width: 100%;
    height: auto;
   
}

.page[b-kryj7yxu9i] {
    flex-direction: column !important;
  
}

.newClientContinue[b-kryj7yxu9i] {
    justify-items: right;
}

.warningIcon[b-kryj7yxu9i] {
    font-size: 3vh;
}

.newChatModal1[b-kryj7yxu9i] {
    grid-template-columns: 50% 50%;
    display: flex;
    padding: 1vh;
}

.fill[b-kryj7yxu9i] {
    display: flex;
    justify-content: center;
   
    overflow: hidden
}

    .fill > div[b-kryj7yxu9i] {
        flex-shrink: 0;
        min-width: 100%;
        min-height: 100%
    }

.miWrapper[b-kryj7yxu9i] {
 
}


/*.toolTip {
    position: relative;
    display: inline-block;
}

    .toolTip .toolTipText {
        visibility: hidden;
        width: 200px;
        background-color: #ece5dd;
        color: black;
        text-align: left;
        border-radius: 6px;
        padding: 30px;
        position: absolute;
        z-index: 1;
        font-size: 1.5rem;
        border: 2px solid #075e54;
        font-weight: 100 !important;
    }

    .toolTip:hover .toolTipText {
        visibility: visible;
        cursor: help;
    }

.infoIcon {
    color: #128c7e;
    padding-left: .5vw;
    margin-bottom: 1vh;
    font-size: 1.5rem;
}*/

.cardHeader[b-kryj7yxu9i] {
    width: 100%;
    background-color: #ece5dd;
    border: 1px solid #075e54;
    padding: 10px;
    padding-left: 3vw;
    color: #075e54;
    grid-template-columns: 90% 10%;
}

.linkToMI[b-kryj7yxu9i] {
    display: grid;
    grid-template-columns: auto 20% 20% auto;
  
}

.miBtn[b-kryj7yxu9i] {
    background-color: none;
    border: none;
    border-radius: 0.25rem;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding: 1vh;
    font-size: 2vh;
    width: 95%;
    background-color: #075e54;
    color: #f4f4f4;
   
}

    .miBtn:hover[b-kryj7yxu9i] {
        background-color: #128c7e;
    }

.startChatBtn[b-kryj7yxu9i] {
    background-color: none;
    border: none;
    border-radius: 0.25rem;
    margin-top: 1vh;
    margin-bottom: 1vh;
    padding: 1vh;
    font-size: 2vh;
    width: 95%;
}

.startChatBtn:hover[b-kryj7yxu9i] {
    background-color: darkgray;
}

.cardFooter[b-kryj7yxu9i] {
    grid-template-columns: auto auto auto;
    position: sticky;
    bottom: 0px !important;
   height: 4vh;
    
}

.lineImg[b-kryj7yxu9i] {
}

.infoCard[b-kryj7yxu9i] {
    grid-template-areas:
        "heading"
        "general"
        "locked";
    grid-template-rows: 1fr;
    min-height: max-content;
    grid-row-gap: 2vh;
    margin-right: 1.5vh;
}

    .infoCard > div[b-kryj7yxu9i] {
        grid-area: heading;
    }

    .infoCard > div[b-kryj7yxu9i] {
        grid-area: general;
    }

    .infoCard > div[b-kryj7yxu9i] {
        grid-area: locked;
    }

.listDirection[b-kryj7yxu9i] {
    display: flex;
}

h2[b-kryj7yxu9i] {
    font-size: 1.8vh;
}

h1[b-kryj7yxu9i] {
    font-size: 2.5vh;
}

.testVersionNote[b-kryj7yxu9i] {
    color: crimson;
}



/*@media only screen and (max-width: 1920px) and (max-height: 1080px) {

    .whatsappLandingWrapper {
        height: 68vh;
    }

    .statsWrapper {
        width: 91%;
    }

    .cardHeader {
        font-size: 1.5vh;
        grid-template-columns: 85% 15%;
    }

    .cardFooter {
        width: 90%;
       
    }


    .statsBox {
        font-size: 1.5vh;
        width: 100%;
        
    }

    h1 {
        font-size: 2vh;
    }

    h2 {
        font-size: 1.8vh;
    }

    .startChatBtn {
        width: max-content;
      
    }
    
}*/

/* /Pages/WhatsApp/WhatsAppReturningClients.razor.rz.scp.css */
.content[b-e9nxjlbk4p] {
    height: 90vh;
    overflow: auto;
}

.actionModal[b-e9nxjlbk4p] {
    grid-template-columns: auto auto;
    text-align: left;
    min-width: 30vw;
}

.msgWrapper[b-e9nxjlbk4p] {
    overflow: auto;
    grid-column: span 2;
}

.userAction[b-e9nxjlbk4p] {
    font-size: clamp(1vh, 1.5vh + 0.2rem, 2vh);
}

.headerContent[b-e9nxjlbk4p] {
    grid-template-columns: 20% auto auto;
    display: grid;
}
.screenID[b-e9nxjlbk4p] {
    color: #075e54;
    font-size: clamp(2vh, 2vh + 0.2rem, 3vh);
    margin-bottom: 0.9vh;
}

.agentNameDate[b-e9nxjlbk4p] {
    font-weight: 700;
    color: #444;
    padding-left: 1vh;
}

.devWarningMsg[b-e9nxjlbk4p] {
    animation-duration: 15s;
    animation-fill-mode: both;
    color: #B11031;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
    justify-self: center;
}

.fadeOut[b-e9nxjlbk4p] {
    animation-name: fadeOut-b-e9nxjlbk4p;
}


@keyframes fadeOut-b-e9nxjlbk4p {
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.devLabel[b-e9nxjlbk4p] {
    width: fit-content;
    max-height: max-content;
    background-color: indianred;
    border-radius: 0.25rem;
    justify-self: end;
    color: #f4f4f4;
    font-weight: 700;
    padding: 1vh;
    font-size: clamp(1vh, 0.2vw + 0.5rem, 3vh);
}

.agentLabel[b-e9nxjlbk4p] {
    width: fit-content;
    color: #444;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
}
/* /Pages/WhatsApp/WhatsAppSupervisor.razor.rz.scp.css */
.wsWrapper[b-it81g9t21u] {
    width: 90vw;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
}

.wsBody[b-it81g9t21u] {
    overflow: auto;
}

.headerContent[b-it81g9t21u] {
    grid-template-columns: 20% auto auto;
    display: grid;
}

.agentNameDate[b-it81g9t21u] {
    font-weight: 700;
    color: #444;
    padding-left: 1vh;
}

.devWarningMsg[b-it81g9t21u] {
    animation-duration: 15s;
    animation-fill-mode: both;
    color: #B11031;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
    justify-self: center;
}

.fadeOut[b-it81g9t21u] {
    animation-name: fadeOut-b-it81g9t21u;
}


@keyframes fadeOut-b-it81g9t21u {
    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.devLabel[b-it81g9t21u] {
    width: fit-content;
    max-height: max-content;
    background-color: indianred;
    border-radius: 0.25rem;
    justify-self: end;
    color: #f4f4f4;
    font-weight: 700;
    padding: 1vh;
    font-size: clamp(1vh, 0.2vw + 0.5rem, 3vh);
}

.agentLabel[b-it81g9t21u] {
    width: fit-content;
    color: #444;
    font-weight: 700;
    font-size: clamp(1vh, 0.5vh + 0.5rem, 3vh);
}

.screenID[b-it81g9t21u] {
    color: #075e54;
    font-size: clamp(2vh, 2vh + 0.2rem, 3vh);
    margin-bottom: 0.9vh;
}

.wsFilterWrapper[b-it81g9t21u] { 
    grid-template-columns: max-content max-content max-content;
    align-items: center;
    margin-bottom: 1vh;
}

.cardHeader[b-it81g9t21u] {
    width: 100%;
    background-color: #ece5dd;
    border: 1px solid #075e54;
    padding: 10px;
    padding-left: 3vw;
    color: #075e54;
    grid-template-columns: 90% 10%;
}

.bulbContainer[b-it81g9t21u] {
    display: grid;
}

.activeBulb[b-it81g9t21u] {
    font-size: clamp(2vh, 2vh + 0.2rem, 3vh);
}

.activeColor[b-it81g9t21u] {
    border-radius: 0.5rem;
    background-image: linear-gradient(white, gold);
    height: clamp(2vh, 2vh + 0.5rem, 3.5vh);
    width: clamp(2vh, 2vh + 0.5rem, 3.5vh);
}

.userUnlock[b-it81g9t21u] {
    font-size: clamp(1vh, 1.5vh + 0.2rem, 2vh);
}

tr:hover td[b-it81g9t21u] {
    background-color: lightgray;
}


th[b-it81g9t21u] {
    font-size: clamp(1vh, 1.2vh + 0.2rem, 2vh);
}

td[b-it81g9t21u] {
    font-size: clamp(1vh, 1.2vh + 0.2rem, 2vh);
    background-color: #f4f4f4;
}
h1[b-it81g9t21u] {
    font-size: 2rem;
}

h2[b-it81g9t21u] {
    font-size: 1.5rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-86mjuor7r3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-86mjuor7r3] {
    flex: 1;
}

.sidebar[b-86mjuor7r3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.yesNoModalWarning[b-86mjuor7r3] {
    text-align: center;
    color: red;
    font-size: 3vh;
    margin-bottom: 2vh;
}



.top-row[b-86mjuor7r3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: grid;
    align-items: center;
    grid-template-columns: auto auto;
}

    .top-row > img[b-86mjuor7r3] {
        height: 3rem;
    }

    .top-row[b-86mjuor7r3]  a, .top-row[b-86mjuor7r3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-86mjuor7r3]  a:hover, .top-row[b-86mjuor7r3]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-86mjuor7r3]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-86mjuor7r3] {
        display: none;
    }

    .top-row.auth[b-86mjuor7r3] {
        justify-content: space-between;
    }

    .top-row[b-86mjuor7r3]  a, .top-row[b-86mjuor7r3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-86mjuor7r3] {
        flex-direction: row;
    }

    .sidebar[b-86mjuor7r3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-86mjuor7r3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-86mjuor7r3]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-86mjuor7r3], article[b-86mjuor7r3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.mpToast[b-86mjuor7r3] {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    margin-right: 125px;
    background-color: #4B3891;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    border-radius: 0.25rem;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
}

.popToast[b-86mjuor7r3] {
    visibility: visible;
    animation: toastFadeIn-b-86mjuor7r3 0.5s, toastFadeOut-b-86mjuor7r3 0.5s 2.5s;
}

.mpToastError[b-86mjuor7r3] {
    background-color: #AA056E !important;
}

@keyframes toastFadeIn-b-86mjuor7r3 {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes toastFadeOut-b-86mjuor7r3 {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.accessDeniedWrapper[b-86mjuor7r3] {
    text-align: center;
}

    .accessDeniedWrapper > span[b-86mjuor7r3] {
        color: #FF6961;
        font-size: 20vh;
        margin-top: 10vh;
    }

    .accessDeniedWrapper > label[b-86mjuor7r3] {
        font-weight: 700;
        font-size: x-large;
    }

.ham[b-86mjuor7r3] {
    cursor: pointer;
    justify-self: flex-end;
}

.hamMenu[b-86mjuor7r3] {
    position: fixed;
    width: max-content;
    display: grid;
    grid-row-gap: 0.5vh;
    float: right;
    background-color: #f7f7f7;
    padding: 10px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: all ease 1s;
    top: 55px;
    border-left: 1px solid #d6d5d5;
    border-bottom: 1px solid #d6d5d5;
    padding-right: 30px;
}

.hamLink[b-86mjuor7r3] {
    cursor: pointer;
    width: max-content !important;
}

.showHam[b-86mjuor7r3] {
    right: 0px;
}

.hideHam[b-86mjuor7r3] {
    right: -350px;
}

.userWrapper[b-86mjuor7r3] {
    display: flex;
    gap: 1vw;
    align-items: center;
}

    .userWrapper > img[b-86mjuor7r3] {
        height: 5vh;
        border-radius: 50%;
    }

.loadingWrapper[b-86mjuor7r3] {
    background-color: #ffffffd1;
    width: 100vw;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 10000000;
}

    .loadingWrapper > div[b-86mjuor7r3] {
        margin-top: 45vh;
    }

.saveWrapper[b-86mjuor7r3] {
    position: fixed;
    left: 50%;
    bottom: 5vh;
    visibility: hidden;
}

@keyframes saveFadeIn-b-86mjuor7r3 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes saveFadeOut-b-86mjuor7r3 {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.showSaved[b-86mjuor7r3] {
    visibility: visible;
    animation: saveFadeIn-b-86mjuor7r3 0.5s, saveFadeOut-b-86mjuor7r3 0.5s 2.5s;
}


.animated-check[b-86mjuor7r3] {
    height: 5em;
    width: 5em
}

    .animated-check path[b-86mjuor7r3] {
        fill: none;
        stroke: #7ac142;
        stroke-width: 4;
        stroke-dasharray: 23;
        stroke-dashoffset: 23;
        animation: draw-b-86mjuor7r3 0.5s linear forwards;
        stroke-linecap: round;
        stroke-linejoin: round
    }

@keyframes draw-b-86mjuor7r3 {
    to {
        stroke-dashoffset: 0
    }
}
