



/*main CSS*/

/*start popup*/

.inverse {
    filter: invert(90%)
}

@media (max-width: 992px) {
    #dComCen {
        width: 95% !important; /* Full width on small screens */
    }

    #comCenter1stPane {
        width: 100% !important; /* Full width on small screens */
    }
}


:root {
    --mail-compose-color: black;
    --mail-reply-color: #42a5f5;
    --mail-forward-color: #9C00FF;
    --theme-black: rgb(0 0 0 / 90%);
    --theme-black75: rgb(0 0 0 / 74%);
    --theme-white: rgb(255 255 255);
    --theme-white75: rgb(255 255 255 / 74%);
}




.bodyOverflowYHide {
    overflow-y: hidden !important;
}

#sSortBacklogEntried {
    cursor: pointer;
    font-size: 2rem;
    opacity: 0.3;
}

#sSortTicketEntried {
    cursor: pointer;
    font-size: 2rem;
    opacity: 0.3;
}

#sSortStoryEntried {
    cursor: pointer;
    font-size: 2rem;
    opacity: 0.3;
}

#modAddRendezvousAddUsers {
    overflow: hidden;
    min-width: 900px !important;
    z-index: 9999 !important;
    display: block;
    opacity: 1;
    transform: scaleX(1);
    top: 5% !important;
    height: 90% !important;
}


.tskSubCntBlob {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    color: white;
    text-align: center;
    cursor: default;
    letter-spacing: -0.6px;
    margin-right: 5px;
    aspect-ratio: 1;
    font-weight: normal !important;
    justify-content: center;
    align-items: center;
    top: 0px;
    position: relative;
}

.clsTaskTitle.clsStoryTitle {
    position: relative;
    top: 6px
}



#tooltipPopAWDPop {
    position: fixed;
    display: none;
    /*transform: translateY(10px) translateX(0px);*/
    padding: 10px 12px;
    font-size: .7rem;
    z-index: 99999;
    background-color: transparent;
    border-radius: 0px;
    color: #fff !important;
    min-height: 1rem;
    line-height: 100%;
    text-align: center;
    overflow: hidden;
    pointer-events: none;
    background-color: #323232;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}


/*end popup*/
.material-tooltip {
    z-index: 99999 !important;
    border-radius: 0px !important;
    font-size: 22px;
    padding: 10px 10px !important;
    margin-top: -15px !important;
}

#pbSchedular .col {
    cursor: pointer;
}

#modRestoreFromArchive .picker__footer {
    display: none
}

#modAddSubTimeSub {
    top: 5%
}

#select2-sWorkDomListToChange-container {
    font-weight: bold !important;
    color: #817e7e
}

#tblGrouping td, #tblGrouping th {
    padding: 3px 5px !important
}

.unreadRow {
    font-weight: bold;
}

#tblGrouping tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblGrouping thead, #tblGrouping tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblGrouping table {
    width: 100%;
}


#tblLinks td, #tblLinks th {
    padding: 5px 5px !important
}

#tblLinks tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblLinks thead, #tblLinks tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


#tblLinks table {
    width: 100%;
}







#dspnAlertPop {
    position: absolute;
    top: 48px;
    right: 252px;
    background-color: rgb(250, 250, 250);
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    padding: 20px;
    border-radius: 12px;
    max-height: 60%;
    overflow-x: auto;
    display: none;
    height: auto;
    overflow-x: auto;
    max-width: 750px;
    z-index: 999999 !important;
    font-size: 18px !important;
}

/*#popSuperSearch_Task {
    top: -30px;
    left: 493px;
}*/
/*
#popSuperSearch_Backlog {
    top: -30px;
    left: 493px;
}

#popSuperSearch_OpenIssues {
    top: -30px;
    left: 493px;
}

#popSuperSearch_Sub {
    left: 333px;
}*/
/*
.clsSuperSearchPop {
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    position: absolute;
    font-size: 12px;
    background: white;
    border-radius: 7px;
    padding: 5px;
    z-index: 99999999;
    width: max-content;
}

    .clsSuperSearchPop span {
        cursor: pointer;
        display: block;
        padding: 5px;
        border-radius: 5px;
    }

        .clsSuperSearchPop span:hover {
            background: #EEEEEE;
        }*/

.note-modal.open {
    z-index: 99999;
}

#tblSubsBody {
    border-radius: 12px;
}

@media only screen and (min-width: 601px) {
    #tblTasks thead,
    #tblSubs thead,
    #tblStory thead {
        min-width: 1100px;
    }

    #tblBacklog thead, #tblOpenIssues thead {
        min-width: 1200px;
    }

    #tblTicket thead,
    #tblStory thead,
    #tblOpenIssues thead {
        min-width: 1200px;
    }

    #tblOpenIssues thead {
        min-width: 1350px;
    }
}


.clsDisabled {
    opacity: .5;
    /*cursor: default !important;*/
    cursor: not-allowed !important;
}



.note-modal.link-dialog.open {
    z-index: 9999999;
}

.clsCCList_MailDD {
    position: relative;
    font-size: 0.8rem;
    user-select: none;
    background: transparent;
    /*padding-bottom: 7px;*/
}


    .clsCCList_MailDD .clsDownArrow {
        position: relative;
        top: 7px;
        font-size: 1.3rem;
        left: -4px;
    }

.Members_Filter {
    user-select: none;
}


.mailContents_main-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.mailContents_sub-container {
    flex-shrink: 0;
    overflow: hidden;
}

.mailContents_sub-container_scrollable {
    /*flex: 1;*/
    overflow: auto;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

#dCCList_MailDDPop, #Groups_Enrollees, #BacklogNotesPop {
    background: white;
    border-radius: 12px;
    cursor: default;
    font-size: 11px;
    max-height: 280px;
    max-width: 50%;
    overflow-y: auto;
    user-select: all;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#dCCList_MailDDPop {
    position: fixed !important;
    z-index: 99;
}

tr {
    /*border-radius: 12px;*/
}

.note-statusbar {
    /*margin: 0 15px;*/
}

/*.clsLeftRightBars {
    display: none;
}*/

.img-flagDD {
    position: relative;
    margin-bottom: -8px
}

.select2helper-text {
    top: -8px;
    position: relative;
}

.helper-text {
    color: red;
    font-size: 15px;
}


.clsbuttonIcons:hover {
    opacity: 1;
    transition: all 400ms;
}

#modAddEmoji td span {
    cursor: pointer;
}


.clsReqFlt {
    color: red;
    position: relative;
    top: -5px;
    font-size: 75%;
    left: 4px;
}


#dBacklog_NextStage {
    top: 13px;
    left: 78px;
    position: absolute;
    height: 23px;
    font-size: 12px;
    width: 200px;
    cursor: pointer;
    z-index: 99;
}

.clsHighlightEmailPanelGB {
    padding: 10px;
    transition-duration: 200ms;
    cursor: pointer;
}

    .clsHighlightEmailPanelGB:hover {
        background-color: #eeeeee;
    }



.clsHighlightNextStagePanelBL {
    transition-duration: 200ms;
    cursor: pointer;
    padding-right: 15px;
    padding-left: 15px;
}

    .clsHighlightNextStagePanelBL:hover {
        background-color: #eeeeee;
    }



.clsMailBoxs {
    border-radius: 0px !important;
    width: 140px;
}

.clsS2UImail_Imail {
    background-color: #42a5f5;
    color: white !important;
    font-size: 80% !important;
}

.clsS2UImail_Imail_Selected {
    background-color: #0D47A1 !important;
    font-size: 80% !important;
    font-weight: bold;
}


.clsS2UImail_S2U {
    background-color: #b797e3 !important;
    color: white !important;
    font-size: 80% !important;
}

.fa-archive, .fa-trash-alt {
    color: red;
}


.clsMailBoxActive {
    background-color: #1c65d7 !important;
}

.clsMailBoxArc {
    background-color: #F0997D !important;
}


    .clsMailBoxArc.clsMailBoxActive {
        background-color: #FF3D00 !important;
    }


#aSendMail {
    color: white;
    width: 188px;
    margin: 0;
    position: relative;
    top: 25px;
}

#dMlBdyHeaderShowThreadR,
#dMlBdyHeaderShowThreadL,
#sShowThreadInRepyForward {
    flex: 1;
    cursor: pointer;
    font-size: .8rem;
    color: #42a5f5;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    top: -15px;
    font-style: italic;
}

.clsPersonalList_ColsListTopBarCustomize {
    float: left;
    background: white;
    background-color: white;
    height: 62px;
    color: rgba(0, 0, 0, 0.87);
    margin: 7px;
    /*margin: 13px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    padding: 24px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    width: 155px;
}

.clsPersonalList_ColsList {
    float: left;
    background: white;
    background-color: white;
    height: 45px;
    color: rgba(0, 0, 0, 0.87);
    margin: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    padding: 15px;
    padding-top: 12px;
    padding-left: 25px;
    padding-right: 25px;
}

#sScheduleLeftTimeLine {
    height: calc(100% - 165px);
    width: 3px;
    background: #42a5f5;
    display: inline-block;
    position: fixed;
    overflow: hidden;
    margin-left: 9px;
}

.clsScheduleLeftTimeLineBlob {
    height: 20px;
    width: 20px;
    background: white;
    display: block;
    position: relative;
    left: -55px;
    z-index: 99999;
    border-radius: 50%;
    top: -20px;
    border: 3px solid #42a5f5;
}

.clsScheduleLeftTimeLineBlobSel {
    background-color: #42a5f5;
}

.onlineBottomGreenBlob {
    border: 1px solid #00FF00;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #00FF00;
    position: relative;
    top: 22px;
    left: 13px;
    aspect-ratio: 1;
    z-index: 2
}

::-webkit-input-placeholder { /* Edge */
    font-size: 90%;
    color: #13010175;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 90%;
    color: #13010175;
}

::placeholder {
    font-size: 90%;
    color: #13010175;
}


.skeletion {
    opacity: .1;
    animation: skeletion-loader-container 1s linear infinite alternate;
}

@keyframes skeletion-loading {

    0% {
        opacity: .1
    }

    100% {
        opacity: .5
    }
}

.clsTopBarCustomButtons {
    float: left;
    width: 200px;
    background: white;
    float: left;
    background-color: white;
    line-height: 100px;
    height: 100px;
    font-size: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 20px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.clsTopBarCustomButtons_AddNewWD {
    width: 145px;
    float: left;
    line-height: 94px;
    height: 80px;
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin: 14px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 12px;
    background: #fff;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.clsCircleF {
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}


    .clsCircleF:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleS {
    height: 25px;
    width: 25px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleS:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleL {
    height: 35px;
    width: 35px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleL:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }



.clsCircleDisF {
    height: 20px;
    width: 20px;
    padding-top: 3px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}


    .clsCircleDisF:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleDisS {
    height: 25px;
    width: 25px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleDisS:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsCircleDisL {
    height: 35px;
    width: 35px;
    padding-top: 5px;
    padding-left: 5px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

    .clsCircleDisL:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }


.flex {
    display: -webkit-flex; /* Safari */
    display: flex;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
    background-color: #ef5350;
}

#dTaskGridContents, #dStoryGridContents, #dSubGridContents, #dProjectGridContents, #dSubEditContents, #dTaskEditContents, #dProjectEditContents, #dOpenIssuesGridContents, #dOpenIssuesEditContents, #dBacklogGridContents, #dTicketGridContents, #dStoryGridContents, #dBacklogEditContents, #dTicketEditContents {
    /*border: 1px solid #c1b9b9;
    border-radius: 0px 12px 12px 0px !important;
    border-left:0px;*/
    border: 1px solid #c1b9b9;
    border-radius: 0px !important;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: 0px;
    padding: 24px 0px;
    margin-left: 5px;
}


#dSubEditContents, #dTaskEditContents, #dProjectEditContents, #dOpenIssuesEditContents, #dBacklogEditContents, #dTicketEditContents {
    padding: 24px;
}


#TaskGrid .card, #StoryGrid .card, #TaskEdit .card, #dTaskGridContents, #dStoryGridContents, #SubGrid .card, #SubEdit .card, #ProjectGrid .card, #ProjectEdit .card, #BacklogGrid .card, #TicketGrid .card, #Backlog .card, #Ticket .card, #OpenIssuesGrid .card, #OpenIssuesEdit .card, #BacklogGrid .card, #BacklogEdit .card, #TicketGrid .card, #TicketEdit .card {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.note-toolbar .material-icons {
    opacity: .9 !important;
}

.note-toolbar .material-icons-outlined {
    opacity: .9 !important;
}

.note-toolbar .fa {
    opacity: .9 !important;
}

.clsSummerNotePrintTitle {
    font-size: 1.2rem !important;
    padding: 5px !important;
}

.clsDownloadContents {
    font-size: 1.2rem !important;
    padding: 5px !important;
}

.clsEmojisInEditor {
    font-size: 1.2rem !important;
    padding: 5px !important;
}

.clsExtactFromWorkPad {
    width: 17px;
    height: 17px;
    opacity: 1;
    position: relative;
    top: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.clsToolTipExtractFromWorkPad {
    font-size: 22px !important;
    padding-right: 4px !important;
}

.card .card-content {
    border-radius: 12px !important;
}

.select2-container--open .select2-dropdown {
    border-radius: 12px !important;
}



.introjs-tooltip, .card, .modal, .dropdown-content, .anz-Movable, .cMailInfoPop {
    border-radius: 12px !important;
}

#dProjectComments, #dMenuPane_1, #dMenuPane_2, #dMenuPane_3, #dMenuPane_4 {
    border-radius: 12px !important;
    margin-left: 17px !important;
}

.clsProjectTaskChartsTabMenu_Active {
    border-bottom: 2px solid #98ee99;
    opacity: 1 !important;
    color: #42a5f5;
}

.clsLastButton {
    margin-left: 1.3rem !important
}

#dStatusBar {
    position: fixed;
    bottom: 0;
    height: 25px;
    width: 100%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 99999;
}

.clsPerMinimizedIcn {
    position: relative;
    top: 3px;
    font-size: .9rem;
    cursor: pointer;
}

.clsPerMinimizedIcnMax {
    right: -7px;
}

.clsHamMenu {
    border-radius: 12px;
}

.clsPerMinimizedIcnCls {
    right: -7px;
}

    .clsPerMinimizedIcnCls:hover {
        color: red;
    }


.clsPerMinimized {
    font-size: 14px;
    border-radius: 22px 22px 0 0;
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    margin-right: 1px;
    opacity: .9;
    background: #7D7D7D;
}

    .clsPerMinimized:hover {
        opacity: 1;
        transition: all 300ms;
    }

.clsProjectTaskChartsTabMenu_Inactive {
    border-bottom: 2px solid transparent;
    opacity: 0.5 !important;
    cursor: pointer;
    color: #42a5f5;
}

.clsShowElipse {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.note-editor.note-frame {
    /*border: 1px solid #98ee99;*/
    border-radius: 12px !important;
}

#mainSmrntsTaskDetails .note-editor.note-frame,
#mainSmrntsSubDetails .note-editor.note-frame,
#modWikiAddEdit .note-editor.note-frame,
#modWorkPad .note-editor.note-frame {
    border: none
}

.note-toolbar {
    background-color: transparent;
}


input[type="button"] {
    border-radius: 20px;
}

.btn {
    border-radius: 20px;
}

button {
    border-radius: 20px;
}

.bodyGrayBg {
    background: linear-gradient(to bottom right, rgb(242,242,247) 1%, rgb(229,229,234) 100%) fixed;
    background: -webkit-gradient(to bottom right,rgb(242,242,247) 1%, rgb(229,229,234) 100%) fixed;
}

.bodyWhiteBg {
    background: white;
}

.bodyBlueBg {
    background: linear-gradient(to bottom right, #bfd9ec 1%, #ffffff 100%) fixed;
    background: -webkit-gradient(to bottom right, #bfd9ec 1%, #ffffff 100%) fixed;
}

.bodyYellowBg {
    background: linear-gradient(to bottom right, #FFEFC6 1%, #e0e0de 100%) fixed;
    background: -webkit-gradient(to bottom right, #FFEFC6 1%, #e0e0de 100%) fixed;
}

body {
    min-height: 100vh !important;
    margin: 0px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: fit-content
}

.clsSubEmojisAddedByUsers {
    margin-left: 4px;
    margin-right: 4px;
}

.clsFlagSubPop td {
    margin: 0;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

.clsFlagSubPopTD:hover {
    outline: 1px solid gray;
}

.clsText {
    background-color: #FF4081 !important;
}

#popAssociatesStatusChanges {
    z-index: 2500 !important;
}

#modZoom {
    top: 5% !important;
    z-index: 2500 !important;
}

#modNotCompletedTheProfile {
    z-index: 2500 !important;
}

#modAddEmoji {
    z-index: 2500 !important;
}

.resizeIcon {
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: -5px;
    right: 0;
    cursor: pointer;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
}

#dMailThread {
    z-index: 2500 !important;
    width: 760px;
    border: 1px solid #42a5f5;
    resize: both;
    padding: 0px;
    min-width: 500px;
    max-width: 90%;
    min-height: 500px;
    position: absolute;
    display: none;
    background-color: white;
    border-radius: 15px;
}

#modZoom .modal-contentscroll {
    height: calc(100vh - 204px);
}

.note-zoom button {
    margin: 0 !important;
    padding: 0 !important;
}

.clsText1 {
    font-size: 24px;
    padding: 0px;
    border-radius: 4px;
    height: 25px;
    width: 31px;
    text-align: center;
    color: white;
    padding-top: 2px;
    padding-left: 1px;
    background-color: #FF4081 !important;
}

.clsMail {
    background-color: #0D47A1 !important;
}

.clsMail1 {
    font-size: 24px;
    padding: 0px;
    border-radius: 5px;
    height: 24px;
    width: 31px;
    text-align: center;
    color: white;
    background-color: #0D47A1 !important;
}

.clsS2U1 {
    font-size: 8px;
    margin-left: 5px;
    background-color: #6200EA;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 4px;
    color: white;
    font-family: "Montserrat Thin", "Segoe UI", "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.clsS2U {
    font-size: 15px;
    margin-left: 5px;
    background-color: #6200EA;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 4px;
    color: white;
    font-family: "Montserrat Thin", "Segoe UI", "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: normal;
}

.input-field label {
    pointer-events: auto;
}

#tRegMnu_Referance::placeholder {
    text-transform: capitalize;
}


.clsFilterRow input {
    font-size: .9rem !important;
}

    .clsFilterRow input::-webkit-input-placeholder {
        font-size: .8rem;
        font-weight: normal
    }

    .clsFilterRow input::-moz-placeholder {
        font-size: .8rem;
        font-weight: normal;
    }

    .clsFilterRow input:-ms-input-placeholder {
        font-size: .8rem;
        font-weight: normal;
    }

    .clsFilterRow input::placeholder {
        font-size: .8rem;
        font-weight: normal;
    }


.uppercase {
    text-transform: uppercase;
}


[contenteditable]:empty:before {
    content: attr(data-placeholder);
    color: grey;
    display: inline-block;
}

.clsMailBoxesRight {
    line-height: 25px;
    opacity: 0.5 !important;
    text-align: right;
    display: inline-flex;
}

.clsMailBoxesLeft {
    opacity: 1;
    line-height: 25px;
    text-align: left;
}

.clsRegMenuLinks, .clsReg1MenuLinks {
    padding-top: 15px;
}

.clsMailBoxes {
    opacity: .5;
    line-height: 2rem;
    cursor: pointer;
    /*display: inline-flex;*/
    transition: all 300ms;
    width: 155px;
}

    .clsMailBoxes:hover {
        opacity: .8;
    }

.clsMailSelection {
    width: 162px;
    border: 1px solid #a09e9e;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    margin-left: 5px;
    height: 48px;
    border-radius: 12px;
}




.clsCartEditSmallText {
    font-size: 12px;
    /*display: block;*/
    line-height: 0;
    padding-left: 5px;
    height: 0;
}

.clsComposeMailText {
    color: white !important;
}

.clsTabs {
    font-size: 1.1rem !important
}


audio {
    outline: none;
}


.cmaiCardNotesPops {
    z-index: 1 !important;
}

.clsComCentThreadHd {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 2px 5px 2px 5px;
    font-size: 10px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.clsComCentThreadHdFullWidth {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 2px 5px 2px 5px;
    font-size: 10px !important;
}

.clscomCenHeadInfo {
    padding-top: 2px;
    cursor: default;
}


.clsComCenAtt {
    vertical-align: inherit;
    font-size: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.contFlCommCentr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.contFlCommCentrRow {
    cursor: pointer;
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px solid silver;
    width: 100%;
    padding: 3px 0px 3px 0px;
    height: 70px;
    /*flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
}

.cCommCentrRowHeight {
    line-height: 15px;
    height: 15px;
}


.cCommCentrCCOptions {
    opacity: .7;
    font-size: .9rem;
    position: relative;
    margin-right: 0.1rem;
    cursor: default;
}

.cCommCentrRowHeight1 {
    line-height: 30px;
    height: 30px;
}

.clsAddTskPrjSub {
    cursor: pointer;
    font-size: 2.2rem !important;
    margin-top: 2px !important;
    margin-left: -9px;
    position: absolute;
    display: block;
}

.clsHide {
    display: none;
}

.clsAddTskPrjSubI {
    margin-left: 2rem !important;
    margin-bottom: 2px !important;
    border-bottom: none !important;
    margin-top: 5px !important;
    padding-top: 0 !important;
    box-shadow: none !important;
    font-size: 13.5px !important;
}

.clsHighlightRowDefTheme {
    background-color: #ECEFF1;
}

.clsHighlightRowDrkTheme {
    background-color: #ECEFF1;
    color: black;
}

@keyframes blinkOutline {
    0% {
        outline: 2px ridge green;
    }

    50% {
        outline: 2px ridge transparent;
    }

    100% {
        outline: 2px ridge green;
    }
}

.clsNewMesReceived {
    animation: blinkOutline 500ms step-start infinite;
}

.clsNoImgAvatar {
    border-radius: 50%;
    display: inline-block;
    font-size: 0.8rem;
    height: 25px;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    aspect-ratio: 1;
}


.clsNoImgAvatarBg {
    border-radius: 50%;
    display: inline-block;
    font-size: 1.3em;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    aspect-ratio: 1;
}


.clsNoImgAvatarSm {
    border-radius: 50%;
    display: inline-block;
    font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    margin-right: 0px !important;
    aspect-ratio: 1;
}


.clsChatLineRightMain {
    text-align: right;
    width: 100%;
    height: auto;
    padding-bottom: 8px;
    padding-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}


.chatLineDateTimeStap {
    font-size: 70%;
    border: 1px solid #BDBDBD;
    border-right: 0px;
    border-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: none;
}

.clsChatLineRightSub {
    display: inline-block;
    border-radius: 20px;
    padding: 5px;
    background-color: #B2FF59;
    border: 1px solid transparent;
    text-align: right;
    max-width: 95%;
    min-width: 150px;
    padding-right: 10px;
    padding-left: 10px;
}

.clsShowHideChatDateTime {
    display: inline-block;
    padding-right: 5px;
}

.clsChatLineLeftMain {
    text-align: left;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

.clsChatLineLeftSub {
    display: inline-block;
    border-radius: 20px;
    padding: 5px;
    background-color: #B3E5FC;
    /*background-color: #EEEEEE;*/
    border: 1px solid transparent;
    text-align: left;
    max-width: 95%;
    min-width: 150px;
    padding-right: 10px;
}

.clsAssoAvtr {
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
}


.clsAssoAvtrBg {
    border-radius: 50%;
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    vertical-align: middle;
    position: relative;
}

.clsAssoAvtrSm {
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.clsMailAvtr {
    transition: all 300ms;
}

.clsMailChk {
    transition: all 300ms;
}

.clsMailThreadSep {
    overflow: hidden;
    font-size: .77rem;
    font-weight: bold;
    border-bottom: 1px solid silver;
    opacity: .7;
    width: auto;
    margin-right: 20px;
    text-align: center;
    line-height: 30px;
    font-weight: bold
}

[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: .75em;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background: plum;
    vertical-align: middle;
    color: white;
}

.clsMailAttBox {
    cursor: pointer;
    font-size: 14px;
    opacity: .7;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    transition: all 300ms;
    color: #0278e9;
    box-shadow: 0 0 1px rgba(0,0,0,.11), 0 1px 2px rgba(0,0,0,.22);
    box-sizing: border-box;
    display: inline-block;
    border-radius: 12px;
}

    .clsMailAttBox:hover {
        opacity: .9;
        background: rgba(0,0,0,.03);
    }


.collapsible-header {
    line-height: 1.6 !important;
    padding-top: .6rem !important;
    padding-bottom: .6rem !important;
    padding-right: 0.6rem !important;
}

.collapsible {
    font-size: 16px !important;
}


#tblFileRepository_VisibleTo td, #tblFileRepository_VisibleTo th, #tblOpenIssues_VisibleTo th, #tblOpenIssues_VisibleTo td {
    padding: 3px 3px !important;
    font-size: 15px;
}

#modReassignTaskOwnershipNM {
    top: 3% !important;
}


#tblFileRepository td, #tblFileRepository th {
    padding: 5px 5px !important
}


#tblFileRepository tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblFileRepository thead, #tblFileRepository tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


#tblFileRepository table {
    width: 100%;
}




#tblWiki td, #tblWiki th {
    padding: 5px 5px !important
}


#tblWiki tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblWiki thead, #tblWiki tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


#tblWiki table {
    width: 100%;
}


#tblWhoWasHere td, #tblWhoWasHere th {
    padding: 5px 5px !important
}

#tblWhoWasHere tbody {
    background: transparent;
}

.clsAssociatesTableEdtBrder:hover {
    outline: 1px solid black !important;
}



.clsSel2Associates {
    padding-top: 5px;
}

.clsFromToInMailHeader {
    border: 1px solid transparent;
    padding-right: 2px;
    padding-left: 2px;
    border-radius: 12px;
}


.clsAWDToggleCheck {
    position: absolute;
    font-size: 14px;
    top: 13px;
    right: 8px;
    display: none;
}

.clsAWDToggleCheckChkd {
    display: block;
    color: white !important;
}

.clsAssoAvtrSpn {
    border-radius: 50%;
    vertical-align: text-bottom;
    min-width: 40px;
    display: inline-block;
    padding: 0;
    margin-right: -10px;
}

.onlineOffLineBlob {
    margin-left: 15px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    background-color: #00FF00;
    display: inline-flex;
    vertical-align: baseline;
}

.onlineOffLineBlobN {
    margin-left: 15px;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    border: 1px solid #cdcdcd;
    display: inline-flex;
    vertical-align: baseline;
}

.onlineOffLineBlobOL {
    background-color: white !important;
    border: 1px solid lightgrey;
}


.onlineOffLineBlobChat {
    background-color: #edff00 !important;
    border: 1px solid lightgrey;
}

.clsContextMenu {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 100;
}

.dropdown-content1 {
    margin: 0;
    min-width: 100px;
    /*max-height: 650px;*/
    overflow-y: auto;
    opacity: 0;
    /*z-index: 999;*/
    display: contents;
    position: static;
    margin-bottom: 5px;
}


    .dropdown-content1 li {
        clear: both;
        color: rgba(0, 0, 0, 0.87);
        cursor: pointer;
        min-height: 50px;
        line-height: 1.5rem;
        width: 100%;
        text-align: left;
        text-transform: none;
    }

        .dropdown-content1 li:hover, .dropdown-content1 li.active, .dropdown-content1 li.selected {
            background-color: #eee;
        }

.dropdown-content li.active.selected {
    background-color: #e1e1e1;
}

.dropdown-content1 li.divider {
    min-height: 0;
    height: 1px;
}

.dropdown-content1 li > a, .dropdown-content1 li > span {
    font-size: 16px;
    color: #42a5f5;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

    .dropdown-content1 li > span > label {
        top: 1px;
        left: 0;
        height: 18px;
    }

    .dropdown-content1 li > a > i {
        height: inherit;
        line-height: inherit;
        float: left;
        margin: 0 24px 0 0;
        width: 8px;
    }

.dropdown-content1 [type="checkbox"] + label {
    top: 1px;
    left: 0;
    height: 18px;
}



/*///////////////*/
#tblReportBody {
    display: block;
    height: 150px;
    overflow: auto;
}

    #tblReportHead, #tblReportBody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


/*tbody {
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
  
    background-attachment: local, local, scroll, scroll;
}


.clsScrollTopBottomBorder {
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background:  
    linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%,  
    radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px; 
    background-attachment: local, local, scroll, scroll;
}*/

#tblReport {
    width: 100%;
}

/*/////////////////////*/
.clsSettingsSideMain {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 100%;
    padding: 55px 0 20px 0px;
}

.clsSettingsSideSub {
    width: 200px;
    height: 75px;
    border: solid #d0d0d0;
    border-width: 1px 1px 1px 0;
    padding: 10px 0px 10px 20px;
    cursor: pointer;
    transition: all 300ms;
    opacity: .4;
}

    .clsSettingsSideSub:hover {
        font-weight: bold;
        transition: all 300ms;
        opacity: .7;
    }

.clsSettingsSideSubOthers {
    border-width: 0px 1px 1px 0;
}

.clsSettingSideSelected {
    border-right: 0px;
    opacity: .7;
}

.clsSettingSideLast {
    border-width: 0px 1px 0px 0;
}

.clsSettingSideLastReal {
    cursor: default;
    border-bottom: 0px;
    border-right: 1px solid #d0d0d0;
    height: 80px;
}


.clsAddNewUserRow {
    margin-bottom: 30px !important;
}

.clsSubTimeRow {
    margin-bottom: 30px !important;
}

.clsMarg25 {
    margin-bottom: 25px !important;
}

.clsBlueOnHover:hover {
    color: #42a5f5 !important;
}




.clsTimGrdSet {
    height: 10px !important;
    padding: 10px 5px !important;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}




.bodyDarkTheme {
    min-height: 100vh !important;
    margin: 0px;
    height: auto;
    background: #31334b;
}


.switch .lever {
    background-color: #c2c2c2;
}

.darkTheme {
    color: white !important;
    background-color: #212121 !important;
}


.darkThemeLight {
    color: #42a5f5 !important;
    background-color: #353437 !important;
}

/*.dLftRhtArrowsR img {
    width: 12px !important
}*/

/*.clsLftRhtArrowsI {
    opacity: .7;
    transition: all 500ms;
    cursor: pointer;
    width: 8px;
}


    .clsLftRhtArrowsI:hover {
        opacity: 1;
        transition: all 500ms;
    }*/

.clsPadlock {
    width: 34px;
    display: inline-block;
    text-align: center;
    height: 34px;
}


/*.clsLftRhtArrows {
    width: 30px;
    display: block;
    position: absolute;
    top: 7.8rem;
    user-select: none;
}*/

.clsEditTaskInPrjs {
    display: none;
    padding-top: 5px;
    transition: all 500ms;
}

.clsLock {
    font-size: 30px;
    color: #9E9E9E;
    transition: all 300ms;
    content: " NEW!";
    cursor: pointer;
}

    .clsLock:hover {
        font-size: 30px;
        color: black;
        transition: all 300ms;
    }


.clsCircleDis {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    padding-top: 7px;
    padding-left: 7px;
    cursor: pointer;
    background-color: #42a5f5;
    transition: all 300ms;
    color: #76FF03 !important;
}

    .clsCircleDis:hover {
        background-color: transparent;
        transition: all 400ms;
        color: #9E9E9E !important;
    }

.clsCircle {
    color: #9E9E9E !important;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    padding-top: 7px;
    padding-left: 7px;
    cursor: pointer;
    transition: all 400ms;
}

    .clsCircle:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }



.clsCircleBig {
    color: #9E9E9E !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 400ms;
    padding-right: 7px;
    padding-top: 7px;
    font-size: 24px;
}

    .clsCircleBig:hover {
        background-color: #42a5f5;
        transition: all 400ms;
        color: #76FF03 !important;
    }

.clsWorkDoaminListLine {
    width: 250px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.clsTopTitle {
    font-size: 0.9rem;
    opacity: .9;
    line-height: 1;
    padding-bottom: 10px;
}

#uploadifive-FileUpload_Image {
    text-align: left !important;
}

#uploadifive-FileUpload_ImageNM {
    text-align: left !important;
}


#uploadifive-FileUpload_CompLogoNM {
    text-align: left !important;
}

.topRightClose {
    opacity: .5;
    position: absolute;
    top: 10px;
    right: 18px;
    cursor: pointer;
    transition: all 300ms;
}

    .topRightClose:hover {
        opacity: 1;
        transition: all 300ms;
    }




.topRightCloseChat {
    opacity: .5;
    position: relative;
    top: -40px;
    left: 120px;
    cursor: pointer;
    transition: all 300ms;
}

    .topRightCloseChat:hover {
        opacity: 1;
        transition: all 300ms;
    }



.topRightMnmz {
    opacity: .5;
    position: absolute;
    top: 2px;
    right: 45px;
    cursor: pointer;
    transition: all 300ms;
}

    .topRightMnmz:hover {
        opacity: 1;
        transition: all 300ms;
    }


.clsAniMenuTopRightClose {
    opacity: .7;
    text-align: right;
    height: 0px;
    margin-right: 10px;
    padding-top: 3px;
    display: block;
}


#dPopMessagesRight {
    opacity: 1;
    background-color: white;
    position: fixed;
    top: 88px;
    right: -20px;
    text-align: right;
    height: 60px;
    /*border-radius: 10px;*/
    width: auto;
    border: 1px solid #d3d3d3;
    padding: 14px 35px 14px 14px;
    transition: all 300ms;
    cursor: pointer;
    display: none;
}

    #dPopMessagesRight:hover {
        opacity: 1;
        transition: all 300ms;
    }

/*modWikiAddEdit
#modWorkPad .note-frame {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}*/


.clsFileRepositoryMod1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.select2-container--open {
    z-index: 9999999
}
/*ssssssssssssssssssssssssssssssssssssssss*/
.anz-Movable {
    position: fixed;
    z-index: 2050;
    background-color: rgb(250, 250, 250);
    border: 2px solid #d3d3d3;
    display: none;
    max-width: 95%;
    overflow: hidden !important;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
}

.anz-Movableheader {
    cursor: move;
    text-align: center;
    z-index: 10;
    /*background-color: white;*/
    color: black;
    height: 40px;
    margin: 0px;
}



.anz-Controls {
    cursor: pointer;
    position: absolute;
    top: 6px;
    display: block;
}

.anz-Controls-Min {
    right: 70px;
}

.anz-Controls-Max {
    right: 40px;
}

.anz-Controls-Clo {
    right: 6px;
}

.modal-content .btn {
    min-width: 150px;
}

/*start loader*/
.preloader-awd {
    display: inline-block;
    position: relative;
    width: 100px;
}

.chatOfflineNosReceived {
    display: none;
    position: absolute;
    top: 26px;
    right: 6px;
    font-size: .8rem;
    background-color: red;
    height: 20px;
    width: 20px;
    line-height: 20px;
    color: white !important;
    border-radius: 50%;
    text-align: center;
    padding: 0px;
}

#tblAssociates td, #tblAssociates th {
    padding: 5px 5px !important
}

#tblUserProfiles td, #tblUserProfiles th {
    padding: 5px 5px !important
}

#tblFileRepository td, #tblFileRepository th {
    padding: 5px 5px !important
}

.clsComCenMailLabels {
    cursor: default;
    user-select: none;
}

.comCenterMessageCntReceivedSubs {
    padding: 1px 3px 1px 3px;
    /*border: 1px solid;*/
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    display: none;
}

.comCenterMessageCntReceived {
    font-size: 60%;
    min-width: 70px;
    color: black !important;
    margin-bottom: -14px;
    text-align: center;
    padding: 0px;
    user-select: none;
    background-color: transparent !important;
    /*display: none*/
}

.clsML {
    color: white !important;
    background: #b01e1e !important;
}


.clsChatCnt {
    color: white !important;
    background: #b01e1e !important;
    text-align: center;
    padding: 2px;
    height: 16px;
    width: 16px;
    line-height: 11px;
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    position: relative;
    margin-top: -7px;
    margin-left: -14px;
    visibility: hidden;
    letter-spacing: -0.5px;
    cursor: default;
    top: -6px;
    left: 1px;
}

#sChatCntMain {
    color: white !important;
    background: #b01e1e !important;
    text-align: center;
    padding: 2px;
    height: 16px;
    width: 16px;
    line-height: 11px;
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    position: absolute;
    margin-top: 6px;
    margin-left: -12px;
    font-weight: normal;
    visibility: hidden;
    letter-spacing: -0.5px;
    cursor: pointer;
}


.clsCH {
    color: black !important;
    background: #00FF00 !important;
}

.clsS2 {
    color: white !important;
    background: #6200EA !important
}

#modPersonalizePop [type="radio"]:not(:checked) + label:before,
#modPersonalizePop [type="radio"]:not(:checked) + label:after,
#modPersonalizePop [type="radio"]:checked + label:before,
#modPersonalizePop [type="radio"]:checked + label:after,
#modPersonalizePop [type="radio"].with-gap:checked + label:before,
#modPersonalizePop [type="radio"].with-gap:checked + label:after {
    width: 12px;
    height: 12px;
    border: 1px solid;
}

#modPersonalizePop .clsRectangle [type="radio"]:not(:checked) + label:before,
#modPersonalizePop .clsRectangle [type="radio"]:not(:checked) + label:after,
#modPersonalizePop .clsRectangle [type="radio"]:checked + label:before,
#modPersonalizePop .clsRectangle [type="radio"]:checked + label:after,
#modPersonalizePop .clsRectangle [type="radio"].with-gap:checked + label:before,
#modPersonalizePop .clsRectangle [type="radio"].with-gap:checked + label:after {
    margin-top: 11px;
    margin-left: -22px;
}



.greenBlob:checked + label:after, .greenBlob.with-gap:checked + label:after {
    background-color: #efabab !important;
}

.greenBlob:checked + label:after, .greenBlob.with-gap:checked + label:before, .greenBlob.with-gap:checked + label:after {
    border: 1px solid #c5c558 !important
}



.blueBlob:checked + label:after, .blueBlob.with-gap:checked + label:after {
    background-color: #6ad3ea !important;
}

.blueBlob:checked + label:after, .blueBlob.with-gap:checked + label:before, .blueBlob.with-gap:checked + label:after {
    border: 1px solid #335860 !important;
}



.grayBlob:checked + label:after, .grayBlob.with-gap:checked + label:after {
    background-color: #c26aea !important;
}

.grayBlob:checked + label:after, .grayBlob.with-gap:checked + label:before, .grayBlob.with-gap:checked + label:after {
    border: 1px solid #335860 !important;
}


.clsHideRow {
    display: none;
}

.clsSearchBox {
    cursor: pointer;
    margin-top: 2px !important;
    margin-left: -9px;
    position: absolute;
    display: block;
    font-size: 1.8rem !important;
    top: 0.3rem !important;
    left: 1.75rem !important;
}

::-webkit-scrollbar {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #e1d9d9;
}

::-webkit-scrollbar-track {
    visibility: hidden; /* doesn't seem to work */
}

::-webkit-scrollbar-thumb {
    cursor: default;
    border-radius: 3px;
    background: #00000082
}

::-webkit-scrollbar:window-inactive {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    background: #e1d9d9;
}

/*--------------*/


.inverseScrollBar::-webkit-scrollbar {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    height: 6px;
    background: #9BA49E;
}

.inverseScrollBar::-webkit-scrollbar-track {
    visibility: hidden; /* doesn't seem to work */
}

.inverseScrollBar::-webkit-scrollbar-thumb {
    cursor: default;
    border-radius: 3px;
    background: #332c2c;
}

.inverseScrollBar::-webkit-scrollbar:window-inactive {
    cursor: default;
    border-radius: 3px;
    width: 6px;
    background: #9BA49E;
}



/*--------------*/



.materialize-textarea {
    height: 6rem;
}

.avatar {
    vertical-align: middle;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.clsGridIcon {
    width: 40px;
    cursor: pointer
}


.gridEdit {
    cursor: pointer
}

.datepicker {
    cursor: pointer;
}


#iAddNewSub {
    font-size: 2rem !important;
}

.txtBoxBorderRoundAlways {
    border: 1px solid #42a5f5;
    border-top: none;
    border-right: none;
    border-left: none;
    /*border: 1px solid rgb(63, 169, 245);*/
    /*border-radius: 20px;*/
}

    .txtBoxBorderRoundAlways i {
        font-size: 1.7rem !important;
        top: 0.1rem !important;
        left: 0.85rem !important;
    }

.grdEditIcoFaws {
    opacity: .8;
    cursor: pointer;
}

    .grdEditIcoFaws:hover {
        opacity: 1;
        transition: all 300ms;
    }

.clsMatLeft {
    left: .75rem !important;
    text-align: left !important
}


.tblDoneIcon {
    cursor: pointer;
    position: relative;
    top: 4px;
    color: #1B1;
}

.tblDoneIconDiss {
    color: gray;
    cursor: default;
    /*font-size:1.1rem!important*/
}

.tblDoneIcon:hover {
    opacity: 1;
    transition: all 300ms;
}

.clsMyProfile {
    cursor: pointer;
    /*position: absolute;*/
    /*top: 43px;
    right: 95px;*/
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

    .clsMyProfile:hover {
        -webkit-transition: all 300ms;
        transition: all 300ms;
    }

.awdCards {
    display: none;
    margin-right: -20px !important;
}

th.sortable {
    cursor: pointer;
}

.backKey {
    opacity: .7;
    cursor: pointer;
}

.grdDwAr {
    display: none;
    opacity: .5
}

.grdUpAr {
    display: none;
    opacity: .5
}

    .grdUpAr:hover {
        opacity: .8
    }

.grdDwAr:hover {
    opacity: .8
}

.clsTopCardShowHideEtc {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    margin-left: -7px;
    margin-top: 0px;
}


#modMenu {
    overflow: hidden;
    background: none;
    box-shadow: none;
    max-width: 100vw;
    margin-left: 25px;
    border: none;
}


.cen {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.rgt {
    text-align: right;
}

.grdEditIco {
    font-size: 18px;
    opacity: .6;
    cursor: pointer
}

    .grdEditIco:hover {
        opacity: 1;
        transition: all 300ms;
    }

.btn {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

#aWorkPad {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;
    bottom: 2.1rem;
    left: .4%;*/
    /*display: block;*/
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
    display: none;
}

    #aWorkPad:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }


#aMyAssociates1 {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;
    bottom: 2.1rem;
    right: .4%;
    display: block;*/
    font-size: 2rem;
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aMyAssociates1:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
    }


#aWiki {
    cursor: pointer;
    /*opacity: .4;*/
    /*position: fixed;
    bottom: 6.8rem;
    left: .4%;*/
    /*display: block;*/
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
    display: none;
}

    #aWiki:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }

#aFileRepository {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;*/
    /*bottom: 11.5rem;*/
    /*left: .4%;*/
    /*display: block;*/
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
    display: none;
}

    #aFileRepository:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }

.clsChatWindows {
    height: auto;
    width: 300px;
    padding: 0px;
    display: inline-block;
    /*border-radius: 15px;*/
}



#dRendezvousMain {
    display: block;
    width: 400px !important;
    max-height: 80%;
    z-index: 1049;
    opacity: 1;
    transform: scaleX(1);
    top: 10%;
    overflow: hidden;
}

#dChatMain .select2-container {
    width: 226px !important;
}

.clsChatText {
    width: 210px;
    height: 64px;
    border: 1px solid #a9a9a9;
    font-size: 14px !important;
    padding: .3rem !important;
    overflow: hidden;
    overflow-y: auto;
    outline: none;
    border-radius: 12px !important;
    color: black
}

#Iwiki {
    color: #0D47A1;
    opacity: .8;
    transition: all 300ms;
    position: relative;
    right: 3px;
}

    #Iwiki:hover {
        opacity: 1;
        transition: all 300ms;
    }

.deleteIconRed:hover {
    color: red;
}

#dLeftMoreIconListSmall img {
    opacity: .7 !important;
}


    #dLeftMoreIconListSmall img:hover {
        opacity: 1 !important;
    }

#dLeftMoreIconListBig {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0px;
    width: 50px;
    height: 100vh;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999;
    /*background: #465069;*/
}

    #dLeftMoreIconListBig img {
        opacity: .7 !important;
        position: relative;
        cursor: pointer;
        width: 100%;
        height: auto;
        padding: 0px 5px 0px 5px;
    }


        #dLeftMoreIconListBig img:hover {
            opacity: 1 !important;
            transition: all 300ms;
        }


#iMyAssociates1 {
    color: #0D47A1;
    opacity: .9;
    transition: all 300ms;
    position: relative;
    bottom: 5px;
    right: 6px;
}

    #iMyAssociates1:hover {
        opacity: 1;
        transition: all 300ms;
    }


#iFileRepositorys {
    color: #0D47A1;
    opacity: .9;
    transition: all 300ms;
    position: relative;
    right: 3px;
    font-size: 2.6rem;
}

    #iFileRepositorys:hover {
        opacity: 1;
        transition: all 300ms;
    }

#iWorkPad {
    color: #0D47A1;
    opacity: .8;
    transition: all 300ms;
    position: relative;
    bottom: 3px;
    right: 3px;
    font-size: 2.6rem;
}

    #iWorkPad:hover {
        opacity: 1;
        transition: all 300ms;
    }



#aChat1 {
    cursor: pointer;
    opacity: .8;
    /*position: fixed;*/
    /*bottom: 6.8rem;*/
    /*right: .4%;
    display: block;
    font-size: 2rem;*/
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aChat1:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
    }

#iChat1 {
    margin-left: -4px;
    color: #0D47A1;
    transition: all 300ms;
    opacity: .9;
    position: relative;
    bottom: 4px;
}

    #iChat1:hover {
        opacity: 1;
        transition: all 300ms;
    }

/*#aMail {
    cursor: pointer;
   
    font-size: 2rem;
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aMail:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
        z-index: 0;
    }*/

#iMail {
    color: #0D47A1;
    opacity: .7;
    transition: all 300ms;
    font-size: 2.6rem;
    position: relative;
    bottom: 8px;
    right: 3px;
    cursor: pointer;
}

    #iMail:hover {
        opacity: 1;
        transition: all 300ms;
        box-shadow: none;
    }


#aMail1 {
    cursor: pointer;
    /*opacity: .4;*/
    /*position: fixed;
    bottom: 11.5rem;
    right: .4%;
    display: block;*/
    font-size: 2rem;
    border: 3px solid transparent;
    background-color: transparent;
    transition: all 300ms;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    #aMail1:hover {
        opacity: 1;
        border: 3px solid transparent;
        transition: all 300ms;
        z-index: 0;
    }

#iMail1 {
    color: #0D47A1;
    opacity: .7;
    transition: all 300ms;
    font-size: 2.6rem;
    position: relative;
    bottom: 2px;
    right: 5px;
}

    #iMail1:hover {
        opacity: 1;
        transition: all 300ms;
        box-shadow: none;
    }




#iAI1 {
    color: #0D47A1;
    opacity: .7;
    transition: all 300ms;
    font-size: 2.6rem;
    position: relative;
    bottom: 0px;
    right: 1px;
}

    #iAI1:hover {
        opacity: 1;
        transition: all 300ms;
        box-shadow: none;
        width: 48px;
        height: 48px;
    }


#aHelp {
    cursor: pointer;
    opacity: .4;
    position: fixed;
    /*bottom: 10.5rem;*/
    bottom: 10.5rem;
    right: .3rem;
    display: block;
    font-size: 2rem;
    border: 3px solid #0D47A1;
    background-color: transparent;
    transition: all 300ms;
}

    #aHelp:hover {
        opacity: 1;
        border: 3px solid #0D47A1;
        transition: all 300ms;
    }

#iHelp {
    font-size: 2rem;
    font-size: 2.2rem;
    margin-top: -4px;
    margin-left: -2px;
    color: black;
    opacity: .4;
    transition: all 300ms;
}

    #iHelp:hover {
        opacity: 1;
        transition: all 300ms;
    }

.clsPrty {
    text-align: center !important;
    width: 100px;
    height: 26px !important;
    line-height: 28px;
    border: 2px solid;
    border-radius: 7px;
    font-size: 13px;
    font-weight: bold;
}

.clsPrtySp1 {
    display: inline-block;
    font-weight: normal;
    /*color: #434348;*/
    line-height: 20px;
    position: relative;
    top: -3px;
    width: 12px;
    margin-left: 4px;
    text-align: right;
    /*display:none;*/
}

/*.clsHText{
    color:black;
}*/

.clsPrtySp2 span, .clsSrt_N {
    /*color: #434348*/
}


.clsPrtySp2 {
    display: inline-block;
    line-height: 20px;
    position: relative;
    /*color: #434348;*/
    top: -3px;
    width: 63px;
    text-align: center;
}

#select2-self_tskPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_tskStatus-container {
    padding: 0;
}


#select2-self_BacklogPriority-container {
    padding: 0;
}

#select2-self_BacklogStatus-container {
    padding: 0;
}

#select2-self_TicketPriority-container {
    padding: 0;
}

#select2-self_TicketStatus-container {
    padding: 0;
}


#select2-self_subPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_subStatus-container {
    padding: 0;
}

#select2-self_subSeverity-container {
    padding: 0;
}



#select2-self_tskPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_prjStatus-container {
    padding: 0;
}

#select2-self_prjPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_tskStatus-container {
    padding: 0;
}


#select2-self_prjPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_prjStatus-container {
    padding: 0;
}

#select2-self_OpenIssuesPriority-container {
    text-align: center;
    padding: 0;
}

#select2-self_OpenIssuesStatus-container {
    padding: 0;
}

.clsPrty_1 {
    color: #f3131f;
}

.clsPrty_2 {
    color: rgb(255, 196, 0)
}

.clsPrty_3 {
    /*color: #434348;*/
}

.clsPrty_4 {
    color: rgb(0, 174, 255)
}

.clsPrty_5 {
    color: #afacac
}

/*override materializecss*/
.container {
    width: calc(100vw - 70px) !important;
    margin-left: 50px !important;
    min-width: calc(100vw - 70px) !important;
    max-width: calc(100vw - 70px) !important;
}

.clsAvatrarMail {
    text-transform: uppercase;
    text-align: center;
    border-radius: 50%;
    font-weight: normal;
    padding: 3px;
    position: relative;
    right: -3px;
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 20px;
    top: 1px;
    font-size: 0.7rem;
    color: white;
    margin-left: -3px;
}

.clsAvatrarMailPic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    right: -3px;
    top: 7px;
}

.sMailNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: 102px;
    left: 193px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}


.chatBlob { /*display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0;
    background-color: #00FF00;
    margin-bottom: 0px;
    margin-right: 10px;*/
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0;
    /*background: none;*/
    background-color: #00FF00;
    top: 1px;
    right: 8px;
    position: relative;
    border: 1px solid lightgray;
}


.chatBlobEnable {
    background-color: #00FF00;
}

.chatBlobDis {
    display: inline-block;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    margin: 0;
    border: 1px solid lightgray;
    background: none;
    margin-bottom: 0px;
    margin-right: 10px;
}


.anzPopTitle {
    font-size: 18px;
    padding-top: 6px;
    padding-right: 40px;
    padding-left: 40px;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.removeFile {
    opacity: .5;
    transition: all 300ms;
}

    .removeFile:hover {
        opacity: 1;
        transition: all 300ms;
    }


    .removeFile i {
        padding-left: 10px;
        font-size: 19px;
    }

.input-field label {
    font-size: 15px !important;
}

.note-dropdown-menu, .note-check, .dropdown-fontname {
    font-size: 15px !important;
}

input, textarea {
    font-size: 15px !important;
}

.input-field {
    font-size: 15px !important;
}


.clsLink {
    opacity: .8;
    color: #0278e9;
    font-style: italic;
    cursor: pointer;
    font-size: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 21px;
}

    .clsLink:hover {
        opacity: 1;
        transition: all 300ms;
    }


.clsLinkSm {
    opacity: .8;
    color: #0278e9;
    font-style: italic;
    cursor: pointer;
}

    .clsLinkSm:hover {
        opacity: 1;
        transition: all 300ms;
    }



.erLabel {
    color: #F44336;
    font-size: 12px;
    margin-left: 3rem;
    width: auto;
    display: none;
}

.navCard {
    min-width: 170px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 35px;
    height: 85px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
}

.clsSelWorkDomain {
    /*display: block;*/
    /*color: black;*/
    /*position: absolute;
    top: 43px;*/
    font-size: 11px;
    right: 121px;
    text-align: right;
    /*background-color: white;*/
    width: auto;
    height: 25px;
    padding: 6px 6px 10px 10px;
    /*  border-radius: 25px 0 0 25px;*/
}


.clsNewCommentAdded {
    display: none;
    width: auto;
    position: absolute;
    top: 100px;
    right: 97px;
    opacity: .8;
    text-align: right;
    color: #FFBF00;
    font-size: 34px;
}

.clsLogOff {
    cursor: pointer;
    font-size: 40px;
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 44px;
    right: 20px;
    opacity: .4;
    -webkit-transition: all 300ms;
    /* Safari */
    font-size: 1.7rem !important;
    transition: all 300ms;
    color: #f44336;
}

    .clsLogOff:hover {
        /*color: #f44336;*/
        opacity: .8;
        -webkit-transition: all 300ms;
        /* Safari */
        transition: all 300ms;
    }

.clsLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999999999;
    display: none;
    margin: -75px 0px 0px -75px;
}

.clsLoader1 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -75px 0px 0px -75px;
}

.clsRedForeColor {
    color: #f44336;
}

.nobottomborder {
    border-bottom: 1px solid transparent !important;
}


/*#ColumnHeadersListToAddSwap_Sub [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
    border: 1px solid lightgray;
}

#ColumnHeadersListToAddSwap_Sub [type="checkbox"]:checked:disabled + label:before {
    border-right: 1px solid rgba(0, 0, 0, 0.42);
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}

#ColumnHeadersListToAddSwap_Sub [type="checkbox"]:checked + label:before {
    top: -3px;
    left: -5px;
    width: 10px;
    height: 18px;

    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #42a5f5;
    border-bottom: 1px solid #42a5f5;
}*/


#modPersonalizePop {
    top: 1% !important;
}

.topMenuVisibilityCards {
    background-color: white;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    border-radius: 12px;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    width: 160px;
    margin-right: 12px;
    margin-bottom: 15px;
    height: 50px;
    line-height: 35px;
}


.clstopMenuVisibilityCardsChkBox {
    position: absolute;
    margin-top: -9px;
    display: block;
    width: 10px;
    margin-left: -18px;
}

.note-toolbar .note-btn {
    background-color: transparent;
    border-color: transparent;
}

    .note-toolbar .note-btn:hover {
        /*background-color: white;*/
        /*border-color: transparent;*/
    }

.clsOpenInEditMode {
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    display: inline-block;
    margin-top: -7px;
    margin-left: -23px;
}

/*ssssssssssss*/



/*ssssssssssss*/

.br_tmln {
    width: 125px;
    height: 14px;
    background-color: #42a5f5;
    position: relative;
    /* overflow: hidden; */
    top: -6px;
    /* border-radius: 7px; */
    cursor: default;
    /* border: 2px solid #434348;

    /*width: 125px;
    height: 28px;
    background-color: #42a5f5;
    position: relative;*/
    /*overflow: hidden;*/
    /*border-radius: 7px;*/
    /*cursor: default;*/
    /*border: 2px solid #434348;*/
}

.br_tmln_bar,
.br_tmln_txt {
    position: absolute;
    height: 14px;
    line-height: 11px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
}

.br_tmln_bar {
    -webkit-animation: show-bar-one 1.2s 0.1s forwards;
    -moz-animation: show-bar-one 1.2s 0.1s forwards;
    animation: show-bar-one 1.2s 0.1s forwards;
    /*background-color: #434348;*/
    background-color: #0162b1;
}




.br_tmln_barPop {
    position: absolute;
    height: 15px;
    line-height: 9px;
    font-size: 9px;
    font-weight: bold;
    color: white;
    background-color: #434348;
    top: -1.17rem;
    border-radius: 50%;
    width: 15px;
    text-align: center;
    padding: 3px;
}



.br_tmln_txt {
    width: 100%;
    /*color: black;*/
    position: relative;
    top: 11px;
}

.clsGrid_Pie2 {
    width: 75px;
    text-align: center;
    /*padding-top: 0*/
}

.clsGrid_Pie1 {
    font-size: 9px;
    opacity: .8;
    position: relative;
    top: -6px;
    left: 1px;
    opacity: 1;
    font-weight: bolder;
}

.hideShowEditViewIcon {
    position: relative;
    top: 6px;
    padding-right: 10px;
    display: none;
}

    .hideShowEditViewIcon img {
        opacity: 0.5;
        position: relative;
        top: 0px;
        transform: scale(.87);
        height: 1.3rem;
    }

    .hideShowEditViewIcon span {
        font-size: 11px;
        position: relative;
        top: -7px;
        opacity: 0.7;
        left: -4px;
    }

#dCentralDisplay {
    overflow: hidden;
    position: absolute;
    margin-top: 18px;
    padding-left: 0px;
    height: 96px;
    /*border: 1px solid rgb(218 213 213);*/
    background-color: white;
    display: none;
    z-index: 99;
    color: black;
}



#dEntity {
    /*margin-left: 0px;
    position: absolute;
    top: 30px;
    padding-left: 30px;
    font-size: 2.2vw !important;
    color: #817e7e;
    z-index: 0;
    border: 2px solid #817e7e; 
    border-radius: 17px;
    padding-right: 10px;
    font-weight: bold;
    font-family: 'Ysabeau Infant', sans-serif;
    letter-spacing: 1.3px;
    overflow: hidden;
    height: 64px;*/
    position: absolute;
    padding-left: 30px;
    /*font-size: 2.2vw !important;*/
    font-size: 2vw !important;
    color: #817e7e;
    z-index: 0;
    border-radius: 17px;
    padding-right: 10px;
    font-weight: bold;
    /*font-family: 'Ysabeau Infant', sans-serif;*/
    letter-spacing: 1.3px;
    overflow: hidden;
    height: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#lblTopBar {
    margin-left: 30px;
    position: absolute;
    margin-top: 122px;
    opacity: 1;
    font-size: 11px;
    padding-right: 4px;
    color: #817e7e;
    font-family: 'Noto Sans', sans-serif;
}

#dAnzeeWDTitleAppVer {
    cursor: default;
    position: absolute;
    top: 11px;
    opacity: 1;
    font-size: 11px;
    right: 37px;
    color: #817e7e;
    font-family: 'Noto Sans', sans-serif;
}



.logo-container {
    height: 90px;
    text-align: left;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .logo-container img {
        max-width: calc(100% - 10px);
        max-height: 90px;
        margin-left: 30px
    }

    .logo-container span {
        color: #817e7e;
        font-family: 'Ysabeau Infant', sans-serif;
        font-weight: bold;
        white-space: normal;
        word-wrap: break-word;
        /*font-size: 2.1rem !important;*/
        font-size: 2vw !important;
        color: #817e7e;
        margin-left: 10px;
        max-height: 90px;
        line-height: 38px;
    }

#sTogglePW {
    font-size: 1.1rem;
    cursor: pointer;
    position: absolute;
    margin-top: 1.7rem;
    margin-left: 19.5rem;
    opacity: 0.6;
    font-weight: 100;
    display: inline-block;
}

*#spTaskDonePendingBtn_Pending, #spSubDonePendingBtn_Pending {
    display: none;
}

/*#spTaskDonePendingBtn_Pending, #spSubDonePendingBtn_Pending, #spToggleMailsLV_Live {*/
#spToggleMailsLV_Live {
    position: absolute;
    top: -8px;
    right: -8px;
    border: 3px solid #42a5f5;
    border-radius: 50%;
    color: white;
    background: #42a5f5;
    z-index: 1;
    opacity: 1;
    font-size: 0.6rem;
    aspect-ratio: 1;
    display: none;
}

#spTaskDonePendingBtn_Done, #spStoryDonePendingBtn_Done, #spSubDonePendingBtn_Done {
    display: none
}

#spToggleMailsLV_Arch {
    position: absolute;
    top: -8px;
    right: -8px;
    border: 3px solid #42a5f5;
    border-radius: 50%;
    color: white;
    background: #42a5f5;
    z-index: 1;
    opacity: 1;
    font-size: 0.6rem;
    display: none
}




/*
#spanPopSuperSearch_Task, #spanPopSuperSearch_Sub, #spanPopSuperSearch_Ticket, #spanPopSuperSearch_OpenIssues {
    position: absolute;
    left: 418px;
    top: 6px;
    cursor: pointer;
    width: 240px;
    text-align: right;
}*/
/*#spanPopSuperSearch_Sub {
    left: 258px;
}*/
/*#bSuperSearch_TaskGo, #bSuperSearch_SubGo, #bSuperSearch_TicketGo, #bSuperSearch_OpenIssuesGo {
    border-radius: 20px !important;
    color: rgb(255, 255, 255);
    font-size: 0.6rem;
    line-height: 16px;
    height: 16px;
    width: 40px;
    padding: 0px;
    position: relative;
    top: -4px;
    right: 5px;
    display: none;
}
*/
@media print {
    .no-print {
        display: none;
    }



    table {
        page-break-inside: avoid;
    }
}

#SendMailsTimeReport {
    max-width: 580px !important;
}

#dEmailAddressToSendProgressReports div {
    border-bottom: 1px solid rgb(208, 208, 208);
    padding-bottom: 5px;
    padding-top: 10px;
}

/*#sSuperSearch_TaskLabel, #sSuperSearch_SubLabel, #sSuperSearch_TicketLabel, #sSuperSearch_OpenIssuesLabel {
    opacity: 1;
    height: 25px;
    line-height: 26px;
    padding-right: 1px;
    padding-left: 12px;
    font-size: 0.8rem;
    position: relative;
    max-width: 200px;
    display: inline-block;
    top: 3px;
}
*/



#comCenter2ndPane, #comCenter3rdPane, #comCenter1stPane {
    flex-grow: 1;
    min-width: 475px;
    overflow: hidden;
    border-radius: 12px !important;
    border: 1px solid #c1b9b9;
    padding: 20px;
}

/*Start Mail line*/
#comCenter1stPane {
    padding-right: 0px;
}




.clsMailLineContainer {
    width: auto;
    height: 60px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid silver;
    margin-right: 20px;
    cursor: pointer;
}


.clsMailLineContainer_Avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    /*overflow: hidden;*/
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 7px;
}


.clsMailLineContainer_NmSub {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.9rem !important;
    opacity: .9;
    padding-right: 8px;
}

.clsUnReadMailClass .clsMailLineContainer_NmSub {
    opacity: 1;
}

.clsMailLineContainer_NmSub .clsSpNmSub {
    justify-content: space-between;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
    display: flex;
}

/*.clsMailLineContainer_NmSub .clsMailSubjectLine {
        width: 250px;
    }*/
.clsiArchMail {
    font-size: 1.2rem;
    margin-right: 3px;
    top: -4px;
    position: relative;
}



.clsMailAtt {
    width: 16px;
    position: relative;
    top: -1px;
    left: -4px;
    font-size: 15px;
    font-style: oblique;
}

.clsArchiveMail {
    position: relative;
    top: -3px;
    font-size: 0.72rem;
    left: -2px;
}

    .clsArchiveMail i {
        opacity: .7;
        font-size: 12px;
    }

#dComCenRow {
    padding: 0px;
    height: 100%;
    /*margin-top: 35px;*/
}

.clsMailLineContainer_NmSub .clsName {
    /*font-size: .97rem;*/
    letter-spacing: 0.3px;
    /*width: 215px !important;*/
    display: inline-block;
}

#dComCenMovable {
    font-size: 18px;
    width: 100%;
    display: block;
    position: absolute;
    margin-top: 10px;
    cursor: move;
    text-align: left;
    /* border-bottom: 1px solid lightgray; */
    padding-bottom: 5px;
    margin-left: 25px;
}

#dChatMainMovable {
    font-size: 18px;
    width: 100%;
    display: block;
    position: absolute;
    cursor: move;
    text-align: left;
    /*border-bottom: 1px solid lightgray;*/
    height: 35px;
    margin-left: 0px;
    padding-bottom: 0px;
    /*margin-top: 0;*/
}

.clsMailLineContainer_NmSub .clsFromTo {
    font-size: 0.5rem;
    top: -6px;
    position: relative;
    padding-right: 3px;
}

/*End Mail line*/


#comCenter1stPaneContents {
    margin-top: 50px;
    overflow: hidden;
    overflow-y: auto;
}


/*Start mail filter*/



#popSuperSearch_Mail {
    top: -7px;
    left: 202px;
    width: 130px;
}



/*End mail filter*/


#iComposeMail, #rRec_Mail, #rSent_Mail, #rSentRec_Mail {
    border-radius: 10px !important;
    color: rgb(255, 255, 255);
    min-width: 133px !important;
    width: 133px !important;
    height: 38px;
    line-height: 38px;
    background-color: #113a94
}

    #iComposeMail i, #rRec_Mail i, #rSent_Mail i, #rSentRec_Mail i {
        /*font-size: 1.1rem;*/
        position: relative;
        left: -22px;
        top: -38px;
    }



#dPaneComCenter_Pop {
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
    width: 145px;
    height: auto;
    position: absolute;
    top: 82px;
    right: 25px;
    background-color: white;
    display: none
}




#dBacklogNextLevelPopup_Pop {
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
    width: auto;
    height: auto;
    position: absolute;
    top: 38px;
    left: 107px;
    background-color: white;
    border-radius: 12px !important;
    color: #42a5f5;
    display: none
}


#dPaneComCenter_Pop {
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px, rgba(0, 0, 0, 0.2) 0px 3px 1px -2px;
    width: 145px;
    height: auto;
    position: absolute;
    top: 82px;
    right: 25px;
    background-color: white;
    display: none
}


.clsPopMailPane {
    background: url('/images/1pn.png');
    color: black;
    height: 18px;
    width: 28px;
    display: inline-block;
    border-radius: 2px;
    opacity: 0.6;
    margin: 5px;
    position: relative;
    top: 2px;
    right: 8px;
}



.clsPopMailPane_2 {
    background: url('/images/2pn.png');
    color: black;
    height: 18px;
    width: 28px;
    display: inline-block;
    border-radius: 2px;
    opacity: 0.6;
    margin: 5px;
    position: relative;
    top: 2px;
    right: 8px;
}

.clsPopMailPane_Pop {
    background: url('/images/pv.png');
    color: black;
    height: 18px;
    width: 28px;
    display: inline-block;
    border-radius: 2px;
    opacity: 0.6;
    margin: 5px;
    position: relative;
    top: 2px;
    right: 8px;
}

.clsComCenLineSubject {
    width: 100%;
    text-align: left;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    font-size: 1.3rem
}

.clsMailTextDetails {
    overflow-x: auto;
    max-height: 60px;
    display: block;
    margin-top: 10px;
    padding-left: 1px;
    margin-bottom: 10px;
    height: fit-content;
}

/*.clsNextPrvMailUser, #dNextPrvMail {
    font-weight: bold;
    font-size: 2rem;
    user-select: none;
    position: relative;
    bottom: -.5%;
    height: 15px;
    line-height: 11px;
    z-index: 1;
    display: block;
    width: 100%;
    text-align: right;

    display:none;
}*/
/*.clsNextPrvMailUser span {
    cursor: pointer;
    opacity: .3;
    height: 11px;
    line-height: 6px;
    display: inline-block;

    display:none;
}*/
.clsMailLineContainer:hover .clsShowHideMailSelection {
    display: block;
}

#tblAlertGrid tr:hover .clsShowHideMailSelection {
    display: block;
}

.clsShowHideMailSelection:hover {
    display: block;
}


.clsSelectedMailLine {
    transition: all 300ms;
    background-color: #beccd5 !important;
    border-radius: 12px;
    border-bottom: 1px solid transparent;
}

    .clsSelectedMailLine + .clsSelectedMailLine {
        border-bottom: 1px solid transparent;
    }




.clsSelectedMailLine1 {
    transition: all 300ms;
    background-color: #d5c4be !important;
    border-radius: 12px;
    border-bottom: 1px solid transparent;
}

    .clsSelectedMailLine1 + .clsSelectedMailLine1 {
        border-bottom: 1px solid transparent;
    }


/*.clsSelectedMailLine::before {
    content: "";
    position: ab;
    margin-top: -26px;
    left: 0;
    border-width: 24px 0px 16px 34px;
    border-color: #ffe567 transparent transparent transparent;
    border-style: solid;
    transform: rotate(-90deg);
    transition: opacity 0.3s ease;
    opacity: 0;
    border-radius: 15px;
}

.clsSelectedMailLine1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-width: 18px 0px 16px 34px;
    border-color: #007bff transparent transparent transparent;
    border-style: solid;
    transform: rotate(-90deg);
    transition: opacity 0.3s ease;
    opacity: 0;
}*/

.mailSelectorTriangle::before {
    width: 20px;
    height: 20px;
    border-width: 23px 0px 30px 31px;
    border-style: solid;
    transform: rotate(-90deg);
    transition: opacity 0.3s ease;
    display: inline-block;
    opacity: 0;
}

.show-triangle1::before {
    opacity: 1; /* Make the triangle visible */
    border-color: #ffe567 transparent transparent transparent;
}


.show-triangle2::before {
    opacity: 1; /* Make the triangle visible */
    border-color: #80ff67 transparent transparent transparent;
}


#sMlSelectAllMls {
    font-size: 11px;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.clsMailDateLineW {
    display: inline-block;
    font-weight: normal;
    text-align: right;
    font-size: 11px;
    opacity: .7;
    padding-right: 5px;
    padding-left: 5px;
}

.clsMailDateLineMainW {
    text-align: right;
    display: inline-block;
    position: relative;
    height: 25px;
    width: 185px;
}


.clsMailSubjectW {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    margin-top: 6px;
}

.clsNameW {
    display: inline-block;
    position: relative;
    margin-top: 9px;
}

#sMailNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: 112px;
    left: 190px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}


#sTasksNxtPrvBar,
#sStoryNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: -22px;
    right: 36px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}



#sOpenIssuesNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: -22px;
    right: 16px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}

#sBacklogNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: -22px;
    right: 16px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
}

#sSubsNxtPrvBar {
    opacity: .7;
    position: absolute;
    top: -22px;
    right: 16px;
    font-size: 0.8rem;
    z-index: 9;
    text-align: right;
    width: 230px;
    display: none;
}


.clsTaskTabContentnts, .clsStoryTabContentnts {
    display: none;
    border: 2px solid rgb(66, 165, 245);
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.clsSubTabContentnts {
    display: none;
    border: 2px solid rgb(66, 165, 245);
    margin: 0px;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

#StoryEdit .card {
    margin: 0;
    background-color: #f5f5f5;
}

#tabTaskEditMain li, #tabSubEditMain li {
    width: fit-content;
    cursor: pointer;
    padding: 0 30px 0 30px;
    user-select: none;
    font-size: 1.1rem;
    /*font-weight: bold;*/
    /*color: #9e9e9e !important;*/
    border-radius: 8px 8px 0px 0px;
    padding-top: 2px;
    letter-spacing: 2px;
}

#tabTaskEditMain .active {
    background: #42a5f5 !important;
    color: #ffffffd6 !important;
    border-radius: 10px 10px 0px 0px;
}


#tabSubEditMain .active {
    background: #42a5f5 !important;
    color: #ffffffd6 !important;
    border-radius: 10px 10px 0px 0px;
}

/*#sTaskTitleEdtble {
    background: #42a5f5 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 20px;
    font-size: 1rem;
}

    #sTaskTitleEdtble span {
        color: #ffffffd6 !important;
        font-weight: bold;
    }
*/

/*#sBacklogTitleEdtble {
    background: #42a5f5 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 20px;
    font-size: 1rem;
}

    #sBacklogTitleEdtble span {
        color: #ffffffd6 !important;
        font-weight: bold;
    }*/

#tTicketTitle {
    padding: 1px 7px;
    max-width: 50% !important;
    display: inline-block;
    position: relative;
    top: 8px;
}

.clsTitlesInEditArea {
    background: #42a5f5 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 7px 20px;
    font-size: 1.3rem;
}

.clsTitlesInEditArea_Stry {
    background: #42a5f5;
    padding: 7px 20px;
    font-size: 1.3rem;
    width: 100%;
    display: block;
    color:white;
}

.clsTitlesInEditArea span {
    color: #ffffffd6 !important;
    font-weight: bold;
}



.clsChipName {
    margin-left: -2px !important;
}

.clsEditAreaInputLabelTitle {
    font-size: .9rem !important;
    position: relative;
    top: 3px;
    /*letter-spacing: 1.2px;*/
}

.clsEditAreaInputLabelTimeSpent {
    font-size: .97rem !important;
    position: relative;
    top: 3px;
    /*letter-spacing: 1.2px;*/
}

.clsEditAreaInputLabelTitleHead {
    display: inline-block;
    text-align: left;
    padding-right: 25px;
}


.clsBackFromDetails:hover {
    color: black;
}


.clsBackFromDetails {
    color: #918e8e;
    position: absolute;
    left: 17px;
    top: 17px;
    cursor: pointer;
    font-size: 3rem;
}

.clsBackFromDetails_Str {
    top: 70px;
}

#sBackToSubList {
    color: #918e8e;
    cursor: pointer;
    font-size: 3rem;
}

    #sBackToSubList:hover {
        color: black;
    }



#iToggleTaskEditEstTime {
    line-height: 28px;
    opacity: 0.5;
    cursor: pointer;
    margin-left: 3px;
    height: 30px;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    font-size: 1.3rem;
}

#modMailMobile {
    left: auto;
    right: auto;
    max-height: 94% !important;
    width: 50%;
    min-width: 650px;
    min-height: 360px;
    overflow: visible;
    /*overflow:hidden!important*/
}

    #modMailMobile .clsComCenLineContents {
        overflow: auto;
        padding-right: 5px;
    }

.clsSpanSelectAllText:hover {
    outline: 2px solid white;
}

.clsSpanSelectAllTextIcn {
    opacity: 0.8;
    font-size: 1.2rem;
    cursor: pointer;
    position: relative;
    top: 2px;
    font-weight: normal;
}

.clsClpInEditArea {
    margin-left: -8px;
    opacity: .5;
    cursor: pointer !important;
}

input[type="file"] {
    cursor: pointer;
}

span.highlightAWDSrchTxt {
    background-color: yellow !important;
    color: black !important;
}


#sSubMemberList, #sTaskMemberList, #sStoryMemberList {
    /*overflow-x: hidden;
    opacity: 1;
    height: calc(100vh - 669px);
    max-height: 250px;
    overflow-y: auto;*/
    overflow-x: hidden;
    opacity: 1;
    height: auto;
    max-height: 370px;
    overflow-y: auto;
}




.clsAWDToggle {
    /* position: relative;
    width: 145px;
    border-radius: 12px;
    color: #434348 !important;
    font-size: 14px !important;
    height: 27px !important;
    background: transparent !important;
    font-weight: bold;
    margin-left: 10px;
    border: 3px solid !important;
    border-color: #a1a1a9 !important;
    padding: 0 .8rem !important;
    width: 135px !important;
    min-width: 135px !important;*/

    position: relative;
    width: 145px;
    border-radius: 10px;
    color: #434348 !important;
    font-size: 14px !important;
    height: 38px !important;
    background: transparent !important;
    font-weight: bold;
    margin-left: 10px;
    border: 2px solid !important;
    border-color: #a1a1a9 !important;
    padding: 0 .8rem !important;
    width: 135px !important;
    min-width: 135px !important;
}

.clsAWDToggleSel {
    border-color: #113a94 !important;
    background-color: #e2eaf6 !important;
}

.clsGrpPieChartMain {
    width: 150px;
    height: 160px;
    display: inline-block;
    text-align: center;
}

.clsGrpPieChart {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin-left: 25px;
}

.clsGrpPieChartTitle {
    position: relative;
    top: 6px;
    font-size: 11px;
    color: #817e7e;
}

.clsGridPieChrt {
    position: relative;
    top: 0px;
}



.btn:focus {
    outline: 2px solid #1366a9;
    /*border: 2px solid #1366a9;*/
}




/*From main page*/


.note-help {
    margin-right: -8px !important;
}

.note-editable ul {
    padding-left: 3rem !important;
}

    .note-editable ul li {
        list-style-type: square !important;
    }

#pbSubTime_Date .col,
#pbStoryTime_Date .col {
    margin-top: 4px !important;
    height: 33px !important;
    padding-top: 3px;
    cursor: pointer;
    user-select: none;
}

.subTime_DateColSelected,
.storyTime_DateColSelected {
    background: #42a5f5;
    color: white !important;
    border-radius: 20px;
}

#modSchedularAddEdit {
    top: 5% !important;
}

#modCustomizedSearchPop {
    top: 3% !important;
}

#modSchedularAddEdit .clsRemove, #modSchedularAddEdit .clsAdd {
    user-select: none;
}

ins {
    background: #d8ecff;
    text-decoration: none;
    border-radius: 6px;
    padding: 1px 3px 1px
}



del {
    background: #feeec8;
    text-decoration: none;
    border-radius: 6px;
    padding: 1px 3px 1px
}

#dComCen, #dMyAssociates, #modMyLinks, #modWiki, #modWorkPad, #modFileRepository {
    height: 96%;
    width: calc(100vw - 85px);
    max-height: 96% !important;
    max-width: calc(100vw - 85px) !important;
    min-width: 400px !important;
    min-height: 350px !important;
    overflow: hidden;
    margin-left: 65px !important;
    top: 2%;
    border-radius: 12px !important;
}

#dChatMain {
    top: 15px;
    border: 1px solid #42a5f5;
    padding: 0px;
    margin-left: 70px !important;
    border-radius: 12px !important;
    width: calc(100% - 92px);
    height: 95vh;
    overflow: hidden;
}

.note-dropdown-menu {
    padding-right: 10px;
    width: max-content;
    padding-bottom: 8px;
}

#tblAssociates tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow-x: hidden;
}

    #tblAssociates thead, #tblAssociates tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }


#tblAssociates table {
    width: 100%;
}

/*Tasks stat*/
#tblReassignTaskOwnerShip tbody,
#tblReassignStoryOwnerShip tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblReassignTaskOwnerShip thead, #tblReassignTaskOwnerShip tbody tr, #tblReassignStoryOwnerShip thead, #tblReassignStoryOwnerShip tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblReassignTaskOwnerShip table,
#tblReassignStoryOwnerShip table {
    width: 100%;
}

#sAddTaskMemberFrom_CurrentWorkDomain tbody,
#sAddStoryMemberFrom_CurrentWorkDomain tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #sAddTaskMemberFrom_CurrentWorkDomain thead, #sAddTaskMemberFrom_CurrentWorkDomain tbody tr,
    #sAddStoryMemberFrom_CurrentWorkDomain thead, #sAddStoryMemberFrom_CurrentWorkDomain tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#sAddTaskMemberFrom_CurrentWorkDomain table,
#sAddStoryMemberFrom_CurrentWorkDomain table {
    width: 100%;
}

#sAddTaskMemberFrom_OtherWorkDomain tbody,
#sAddStoryMemberFrom_OtherWorkDomain tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #sAddTaskMemberFrom_OtherWorkDomain thead, #sAddTaskMemberFrom_OtherWorkDomain tbody tr,
    #sAddStoryMemberFrom_OtherWorkDomain thead, #sAddStoryMemberFrom_OtherWorkDomain tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#sAddTaskMemberFrom_OtherWorkDomain table,
#sAddStoryMemberFrom_OtherWorkDomain table {
    width: 100%;
}

#tblDupTaskConf tbody,
#tblDupStoryConf tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblDupTaskConf thead, #tblDupTaskConf tbody tr,
    #tblDupStoryConf thead, #tblDupStoryConf tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblDupTaskConf table,
#tblDupStoryConf table {
    width: 100%;
}

/*Projects stat*/

#tblProjects tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblProjects thead, #tblProjects tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1250px !important;
    }

    #tblProjects tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblProjects table {
    width: 100%;
    min-width: 1250px !important;
}


/*Projects End*/


/*Task Start*/

#tblTasks tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}

    #tblTasks thead, #tblTasks tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1250px !important;
    }

    #tblTasks tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblTasks table {
    width: 100%;
    min-width: 1250px !important;
}

/*Task End*/


/*Story Start*/

#tblStory tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: scroll;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    height: calc(100vh - 310px);
    /*  overflow: scroll;*/
}

    #tblStory thead, #tblStory tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1250px !important;
    }

    #tblStory tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblStory table {
    width: 100%;
    min-width: 1250px !important;
}

/*Story End*/

/*Subs stat*/



#tblSubs tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblSubs thead, #tblSubs tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1350px !important;
    }

    #tblSubs tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblSubs table {
    width: 100%;
    min-width: 1250px !important;
}


/*Subs stat*/


/*tblSubsInTaskEdit stat*/

#tblSubsInTaskEdit tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblSubsInTaskEdit thead, #tblSubsInTaskEdit tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1350px !important;
    }

    #tblSubsInTaskEdit tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblSubsInTaskEdit table {
    width: 100%;
    min-width: 1250px !important;
}

/*tblSubsInTaskEdit stat*/


/*tblSubsInStoryEdit stat*/

#tblSubsInStoryEdit tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblSubsInStoryEdit thead, #tblSubsInStoryEdit tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1350px !important;
    }

    #tblSubsInStoryEdit tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblSubsInStoryEdit table {
    width: 100%;
    min-width: 1250px !important;
}

/*tblSubsInStoryEdit stat*/




/*Backlog Start*/
#tblBacklog tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblBacklog thead, #tblBacklog tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1400px !important;
    }

    #tblBacklog tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblBacklog table {
    width: 100%;
    min-width: 1250px !important;
}


/*Backlog End*/



/*Ticket Start*/
#tblTicket tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblTicket thead, #tblTicket tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1400px !important;
    }

    #tblTicket tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblTicket table {
    width: 100%;
    min-width: 1250px !important;
}


/*Ticket End*/


/*OI stat*/


#tblOpenIssues tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblOpenIssues thead, #tblOpenIssues tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
        min-width: 1300px !important;
    }

    #tblOpenIssues tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblOpenIssues table {
    width: 100%;
    min-width: 1250px !important;
}


/*OI End*/

/*start static header*/


/*start time reported header*/
#tblTmRprtd tbody {
    display: block;
    overflow: auto;
    padding-top: 1px;
    padding-bottom: 1px;
}

    #tblTmRprtd thead, #tblTmRprtd tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        #tblTmRprtd tbody tr td {
            padding: 6px 8px; /* Reduce top, bottom, and side padding */
        }


#tblTmRprtd table {
    width: 100%;
}



#tblAlertGrid tbody {
    display: block;
    overflow-x: hidden !important;
    overflow-y: auto;
    padding-top: 1px;
    padding-bottom: 1px;
    max-height: 265px;
}


    #tblAlertGrid thead, #tblAlertGrid tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    #tblAlertGrid tbody tr {
        border-bottom: 1px solid #d0d0d0;
    }



#tblAlertGrid table {
    width: 100%;
}


/*start*/
[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    opacity: .5
}

#dGanttChart_TaskchartTable,
#dGanttChart_StorychartTable {
    width: 100% !important;
}

.clsUnReadMailClass {
    font-weight: bold;
}



#dMail .select2-selection__choice {
    font-size: .9rem !important;
    border-radius: 12px;
    background-color: #e4e4e4;
    padding: 0 10px 0px 5px;
    border: none;
    color: black;
}

#dMail .select2-search__field {
    width: 100% !important;
}

#dMail .select2-selection__choice__remove {
    opacity: .5;
    font-size: 1.2rem;
    position: relative;
    /*  margin-top: 3px;
    margin-left: 3px;
    margin-right: 5px;
    margin-bottom: 3px;*/
}

#dMail .note-editor {
    border: none;
    margin-top: 15px;
}

.clsMouseMoveMailMain:hover + .clsArchiveMail {
    display: block;
    transition: all 300ms;
}

.clsMailDateLine {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7rem;
    text-align: right;
    line-height: 12px;
    font-weight: bold;
    opacity: 0.6;
    padding-right: 3px;
}

.material-icons, .material-icons-outlined, .far, .fas {
    opacity: .8;
}



#dMail .select2-search__field {
    width: 100% !important;
}

#dMail .note-editor {
    border: none;
    margin-top: 15px;
}


#dMail {
    margin: 0px;
    transform: scaleX(1);
    overflow: hidden;
    z-index: 1056;
    opacity: 1;
    top: 72px;
    max-height: 90% !important;
    min-height: 540px !important;
    max-width: 90% !important;
    min-width: 650px !important;
    left: auto;
    right: auto;
}


.makeModalDragable_MobableBar {
    font-size: 23.5px;
    width: 100%;
    display: block;
    position: absolute;
    padding-top: 10px;
    cursor: move;
    text-align: left;
    padding-bottom: 5px;
    padding-left: 20px;
}


.collapsible-header {
    opacity: .8
}

.mailPeriodLbl {
    margin-left: 40px;
    font-size: 1rem;
    color: #42a5f5;
}

.flexMailPanel {
    display: flex;
    flex-direction: row;
}


.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 7px;
    margin-bottom: 7px;
}

    .gutter.gutter-horizontal {
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
        cursor: col-resize;
        width: 7px !important;
    }



.panel-container {
    display: flex;
    flex-direction: row;
    border: 0px solid #ddd;
    overflow: hidden;
    xtouch-action: none;
}

.panel-container1 {
    display: flex;
    flex-direction: row;
    border: 0px solid #ddd;
    overflow: hidden;
    xtouch-action: none;
}

.panel-left {
    flex: 0 0 auto;
    width: 300px;
    min-height: 245px;
    min-width: 150px;
    white-space: nowrap;
}

.panel-left1 {
    flex: 0 0 auto;
    width: 300px;
    min-height: 245px;
    min-width: 150px;
    white-space: nowrap;
}

.splitter {
    flex: 0 0 auto;
    width: 4px;
    min-height: 245px;
    cursor: col-resize;
    background-color: #42a5f5;
}

.panel-right {
    flex: 1 1 auto;
    padding: 20px 0 20px 20px;
    width: 100%;
    min-height: 200px;
    min-width: 200px;
}

.panel-container-vertical {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.panel-container1-vertical {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/*end splitter*/

/*end mail*/
td img {
    vertical-align: top;
}

.right-triangle {
    float: left;
}

.dropdown-nested {
    overflow-y: visible;
}

.dropdown-content .dropdown-content {
    margin-right: 100%;
}

#ddMyProfile_WorkDomain, #ddReports {
    left: -250px !important;
}



#ddMySettings {
    left: -411px !important;
}

#ddTask_BackgroundColor,
#ddStory_BackgroundColor {
    left: -280px !important;
}

.note-toolbar {
    position: inherit !important;
    top: inherit !important;
    top: inherit !important;
    width: 100% !important;
}

#dMailContents .note-statusbar {
    display: none;
}

#modWikiAddEdit .note-statusbar {
    display: none;
}



#modWorkPad .note-statusbar {
    display: none;
}


#dMailContents .note-editor {
    height: 100%;
}


#dMailContents .note-toolbar,
#modWikiAddEdit .note-toolbar,
#modWorkPad .note-toolbar {
    border: 1px solid #c1b9b9;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #dfdfdf45;
}

#dMailContents .note-btn {
    margin-bottom: 10px;
    padding: 2px 7px;
    height: 30px;
    line-height: 32px;
}

#dMailContents .note-btn-group {
    border-bottom: 1px solid black;
    margin-right: 0px !important;
    padding-top: 4px;
    padding-bottom: 0px;
}

    #dMailContents .note-btn-group .note-btn-group {
        border-bottom: none;
    }


.clsToolTipZoom {
    padding: 0px !important;
    position: relative;
    top: 2px;
    font-size: 1.3rem;
    line-height: 0.9rem;
}

input [type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.select2-results__option {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

input[type="time"]::-ms-clear {
    display: none;
}

input[type="time"]::-webkit-clear-button {
    display: none;
}

.introjs-tooltiptext {
    padding-top: 20px !important;
}


#modRemoveContentsOfEditor {
    position: absolute !important;
    width: 550px !important;
    top: 35% !important;
    right: 15% !important;
    margin-right: 0 !important;
}


.clsSmallCheckbox + label:before, .clsSmallCheckbox:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    z-index: 0;
    margin-top: 7px;
    -webkit-transition: .2s;
    transition: .2s;
    border: 1px solid #5a5a5a;
}

.clsSmallCheckbox:checked + label:before {
    top: -3px;
    left: -3px;
    width: 7px;
    height: 13px;
    border-right: 1px solid #42a5f5;
    border-bottom: 1px solid #42a5f5;
}

.clsSmallCheckbox:checked:disabled + label:before {
    border-right: 1px solid #42a5f5;
    border-bottom: 1px solid #42a5f5;
}

.clsFilterRow td {
    padding-top: 0px;
    padding-bottom: 20px
}

.clsFilterRow .select2-selection {
    font-size: .9rem !important;
}

.clsFilterRow .select2-dropdown * {
    width: 150px !important;
}

.clsFilterRow .select2-dropdown .select2-dropdown--below {
    width: 150px !important;
}

.note-editor .note-help button {
    margin-top: -3px;
    margin-left: -10px !important;
}

#modAboutWorkDomsFromNM {
    margin-top: 0px;
    top: 1% !important;
    width: 1100px;
}

#modBoundaries {
    top: 5% !important;
}



#modMyProfileNM {
    top: 2% !important;
    width: 850px !important;
}

#modBoundaries table td {
    padding: 2px;
    border-bottom: 1pt solid rgb(212, 207, 207)
}

#modBoundaries table tr td {
    background-color: #fafafa;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 350ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }


#mainSmrntsSubDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height:calc(100vh - 175px);*/
}

#mainSmrntsTaskDetails .note-editable,
#mainSmrntsStoryDetails .note-editable {
    max-height: calc(100vh - 175px);
}

#mainSmrntsProjectDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}

#mainSmrntsOpenIssuesDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}

#mainSmrntsBacklogDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}


#mainSmrntsTicketDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}


#mainSmrntsStoryDetails .note-editable {
    max-height: calc(100vh - 175px);
    /*height: calc(100vh - 175px);*/
}


#modTimeReported {
    height: 90%;
    width: calc(100vw - 120px);
    border: 1px solid #42a5f5;
    overflow: auto;
    padding: 0px;
    padding-bottom: 10px;
}

#modTimeReported {
    top: 5% !important;
    margin-left: 80px;
}

.clsDownArrow {
    position: relative;
    top: 11px;
    left: 3px;
}

.clsDownArrowN {
    position: relative;
    top: -1px;
    left: 3px;
    opacity: 0.5;
}


.clsDownArrowStN {
    position: relative;
    left: 2px;
    top: -1px;
    margin-right: 10px;
    opacity: 0.5;
}

.clsDownArrowSt {
    height: 5px;
    width: 10px;
    position: relative;
    left: 2px;
    top: 11px;
    margin-right: 10px;
}


/*.clsAlertPopDiv {
    width: fit-content;
    border: 1px solid black;
    padding: 10px;
    border-radius: 15px;
    display: inline-block;
    margin-left: 10px;
}*/

/*#dAlertPopContents .clsAlertPopDiv:first-child {
    margin-left: 0px;
}

#dAlertPopContents {
    display: flex;
}*/

.clsTaskTeamHoverIcn,
.clsStoryTeamHoverIcn {
    color: #0D47A1;
    cursor: pointer;
    position: relative;
    top: 3px;
    padding-left: 2px;
    font-size: 75%;
}

.clsSubTeamHoverIcn {
    color: #0D47A1;
    cursor: pointer;
    position: relative;
    top: 3px;
    padding-left: 2px;
    font-size: 75%;
}

#divTaskSubTeamPop,
#divStorySubTeamPop {
    color: black;
    height: auto;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 1;
    border-radius: 12px !important;
    display: none;
    width: auto;
    position: absolute;
    overflow-x: auto;
    max-height: 25%;
}


    #divTaskSubTeamPop div,
    #divStorySubTeamPop div {
        margin-bottom: 10px
    }

        #divTaskSubTeamPop div:last-child,
        #divStorySubTeamPop div:last-child {
            margin-bottom: 0px
        }


.clsAvtrImg clsNoDarkTheme {
    margin-top: -9px;
    width: 20px;
    height: 20px;
}



.clsAvtrNoImg {
    margin-top: -3px;
    font-size: .7rem;
    line-height: 21px;
    margin-right: 5px;
}

.clsAvtrNoImg2 {
    position: relative;
    top: 0px;
    font-size: .8rem;
}


.clsAvtrNoImgSm {
    position: relative;
    top: -2px;
}

#dMyAssociates {
    border: 1px solid #42a5f5;
    padding: 0px;
    overflow: hidden;
    z-index: 1020 !important;
}

#sUnreadMailsMain {
    position: absolute;
    top: -18px;
    margin-left: 525px;
    font-size: 65%;
    text-align: center;
    padding: 4px;
    border-radius: 9px;
    z-index: 2;
}

#sUnreadMails {
    display: block;
    border-radius: 12px;
    text-align: center;
    padding: 2px;
    height: 16px;
    width: 16px;
    line-height: 11px;
}

.clsSelectMailMain {
    padding: 0px;
    padding-left: 8px;
    position: relative;
    top: 3px;
    width: 20px
}

.onlineBottomGreenBlobNMail {
    display: inline-table;
    top: -20px;
    left: 35px;
}

.onlineBottomGreenBlobNRndvs {
    display: inline-table;
    top: 9px;
    left: -17px;
}

.cPrvMail {
    user-select: none;
    position: relative;
    top: -1px;
    cursor: pointer;
    opacity: 0.8;
    left: -5px;
    line-height: 8px;
}

.cNxtMail {
    user-select: none;
    position: relative;
    top: 3px;
    cursor: pointer;
    opacity: 0.8;
    left: -5px;
    line-height: 8px;
}

.popOpenGridLineInEdit {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 0px;
}




.clsShowThread {
    top: -14px;
    margin-left: 15px;
}

.clsShowThreadPop {
    top: -37px;
    margin-left: 5px;
}

.clsMailLineSplitter {
    text-align: center;
    width: 100%;
    line-height: 30px;
    height: 30px;
}

/*#pchkAlertViaEmailMl .lever, #pcchkAlertViaSMS .lever, #chkBacklog_OpenAllNotes .lever, #chkBacklog_DoNotShowAutoNotes .lever, #chkTicket_OpenAllNotes .lever, #chkTicket_DoNotShowAutoNotes .lever {
    transform: scale(.7);
    margin: 0px 2px;
}*/

#chkBacklog_OpenAllNotes .lever, #chkBacklog_DoNotShowAutoNotes .lever, #chkTicket_OpenAllNotes .lever, #chkTicket_DoNotShowAutoNotes .lever {
    transform: scale(.7);
    margin: 0px 2px;
}

/*Dropdow line height and padding reduced */

#dEditGridContents {
    display: none;
    background-color: white;
    position: absolute;
    top: 401px;
    left: 268px;
    width: 100%;
}


    #dEditGridContents .dropdown-content li > span,
    #dTaskEditContents .dropdown-content li > span,
    #SubEdit .dropdown-content li > span,
    #dOpenIssuesEditContents .dropdown-content li > span {
        font-size: .97rem;
        display: block;
        line-height: 10px;
        padding: 10px 10px;
        width: max-content !important;
    }


    #dEditGridContents .dropdown-content li, #dTaskEditContents .dropdown-content li, #SubEdit .dropdown-content li, #dOpenIssuesEditContents .dropdown-content li {
        clear: both;
        cursor: pointer;
        min-height: 32px;
        line-height: 33px;
        width: 100%;
        text-align: left;
        text-transform: none;
    }


.popup_bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.popup_left-section {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.popup_right-section {
    display: flex;
    gap: 10px;
}

    .popup_right-section a {
        white-space: nowrap;
    }




.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8); /* Optional: semi-transparent background */
    z-index: 9999; /* Ensures it is on top of other content */
    display: flex; /* Initially hidden */
}


.inline-loader-container {
    position: fixed;
    top: 50%;
    left: calc(50% + 25px);
    transform: translate(-50%, -50%);
    z-index: 10000;
    pointer-events: none;
    display: none;
}

/* 
#dBacklogEntry .note-editing-area {    
    max-height: 80% !important
}

#dBacklogEntry {
    width: 60%;
    border: 1px solid #42a5f5;
    resize: auto;
    padding: 0px;
    min-width: 590px;
    min-height: 200px;        
    max-height: calc(100vh - 120px);
    max-width: 95%;
}
*/

#dBacklogEntry {
    left: auto;
    right: auto;
    max-height: 94% !important;
    width: 50%;
    min-width: 650px;
    min-height: 230px;
}


#dBacklogEntryheader, #dBacklogCommentheader {
    width: calc(100% - 80px);
    display: block;
    cursor: move;
    height: 50px;
    font-size: 16px;
    line-height: 80px;
    padding-left: 46px;
    text-align: left;
    margin-right: 80px;
}


#dTicketEntry,
#dStoryEntry {
    left: auto;
    right: auto;
    max-height: 94% !important;
    width: 50%;
    min-width: 650px;
    min-height: 230px;
}

#tSrchRendezvousPartners {
    width: calc(100% - 10px) !important;
    padding-right: 0 !important;
}

#dTicketEntryheader, #dTicketCommentheader,
#dStoryEntryheader, #dStoryCommentheader {
    width: calc(100% - 80px);
    display: block;
    cursor: move;
    height: 50px;
    font-size: 16px;
    line-height: 80px;
    padding-left: 46px;
    text-align: left;
    margin-right: 80px;
}

#dChatMain .srchDiv {
    display: inline-block;
    padding-left: 12px;
    min-width: 450px;
    width: 450px;
    margin-top: -7px !important;
}

#dRendezvousMain .srchDiv {
    display: inline-block;
    padding-left: 12px;
    min-width: 100%;
    margin-top: -7px !important;
}

.srchDivMain {
    width: 500px;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-left: 25px;
}

.srchDivInpContent {
    display: inline-block;
    padding-left: 12px;
    margin-top: -7px !important;
}


.srchDivi {
    position: relative !important;
    top: 5px !important;
    left: -0.8rem !important;
    width: 26px !important;
    font-size: 1.2rem !important;
    padding-top: 5px;
}

.srchDivInp {
    width: 60% !important;
    margin-left: -2.9rem !important;
    padding-left: 20px !important;
    padding-right: 34px !important;
}

.srchDivGo {
    margin-left: 14px;
    border-radius: 20px !important;
    color: rgb(255, 255, 255);
    height: 20px !important;
    line-height: 20px !important;
    top: 3px;
    font-size: 11px !important;
    padding: 0px 15px 0px 15px !important;
}

#select2-sFilter_Mail_FromTo-container {
    font-size: 1.2rem
}

#dAIHead, #dMyAssociatesHead {
    width: 80%;
    display: block;
    position: absolute;
    cursor: move;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 40px;
    margin-top: 16px;
    font-size: 23.5px;
}

#dLinksDDheader {
    width: 80%;
    display: block;
    position: absolute;
    cursor: move;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-top: 16px;
    font-size: 23.5px;
}

#modSchedularHead, #modFileRepositoryheader, #modWikiheader, #modWorkPadheader, #modWorkPadMovable, #modLinksheader, #modMyLinksMovable, #modWikiMovable, #modFileRepositoryMovable {
    width: calc(100% - 80px);
    display: block;
    position: absolute;
    cursor: move;
    text-align: left;
    padding-bottom: 3px;
    padding-left: 30px;
    padding-top: 16px;
    font-size: 23.5px;
}

.clsGroupLines {
    height: 30px !important;
    width: 30px !important;
    position: relative !important;
    top: 2px !important;
    margin: 3px !important;
}

    .clsGroupLines i .red {
        background-color: red;
    }

    .clsGroupLines i .green1 {
        background-color: green;
    }


    .clsGroupLines i {
        line-height: 30px !important;
    }

.list-group {
    min-height: 60px;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 12px;
    padding: 10px !important;
}

.clsDragDropMain {
    display: flex;
    justify-content: space-between;
}

.clsDragDropFirst {
    flex: 1;
    border: 1px solid #d5caca;
    padding: 3px;
    border-radius: 12px;
    background: cornsilk;
    cursor: move;
    margin: 3px;
    opacity: .8;
}


.clsDragDropSecond {
    width: 50px;
    text-align: right;
}



.clsDragDropFirst_Rendezvous {
    flex: 1;
    border: 1px solid #d5caca;
    padding: 3px;
    border-radius: 12px;
    background: cornsilk;
    cursor: move;
    margin: 3px;
    opacity: .8;
    max-width: 220px;
}


.clsDragDropSecond_Rendezvous {
    width: 50px;
    text-align: right;
}


#sAlertCount {
    /* position: fixed;
    left: 28px;
    background-color: #b01e1e;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    color: white;
    top: 45px;
    z-index: 9;
    cursor: pointer;*/

    position: fixed;
    left: 28px;
    background-color: #b01e1e;
    height: 18px;
    width: 18px;
    text-align: center;
    border-radius: 50%;
    font-size: 0.7rem;
    color: white;
    top: 44px;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    margin: 0;
    padding-top: 2px;
}


#sAlertCountBell span:hover {
    opacity: 1 !important;
    transition: all 400ms;
}











#lFilter_Mail_DateNoOfDaye {
    position: absolute;
    right: 40px;
    margin-top: 34px;
    font-size: 12px;
    text-align: right;
    width: 100px;
}

.clsSubConvertedMessage {
    background: #6c6c6c;
    color: white;
    border-radius: 0 12px 0 0;
    font-size: 12px;
    margin: 0;
    line-height: 1.3;
    padding: 8px 11px !important;
    /* display: flex;
    
    background: #6c6c6c;
    
    width: -webkit-fill-available !important;
    color: white;
    border-radius: 0 12px 0 0;
    padding: 5px 13px;
    line-height: 25px;
    font-size: 12px;
    margin-top: 0px;*/
}



.clsDeleteAlertdisabled {
    cursor: not-allowed;
    opacity: .3
}

.clsAlertLeftID {
    width: 162px;
    text-align: right;
    padding-right: 15px;
}

.clsHighlightLinesToSelectToDelete {
    margin-left: 5px;
}

/*
 #select2-sMyGuide-results .select2-results__option{
      font-weight:100!important;
     

 }
*/

.select2-container .select2-results__options {
    max-height: calc(100vh - 200px); /* Adjust the height as needed */
}

.select2-dropdown {
    max-height: calc(100vh - 200px); /* Adjust the height as needed */
    overflow-y: auto; /* Ensure it scrolls if the content exceeds the height */
}

.video-container {
    position: relative !important;
    height: auto !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
}

.short-btn {
    height: 27px !important;
    line-height: 26px !important;
    font-size: .9rem !important;
}

.gridRowFilterIcon {
    user-select: none;
    cursor: pointer;
    padding-top: .6rem;
    position: relative;
    right: 5px;
    font-size: 21px;
    padding-right: 0 !important;
}

.gridRowFilterRowFilterIcon {
    user-select: none;
    cursor: pointer;
    position: relative;
    right: 2px;
    font-size: 21px;
    top: 3px;
}



.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#TaskEdit .select2-container, #BacklogEdit .select2-container, #TicketEdit .select2-container, #SubEdit .select2-container, #SubEdit .select2-container {
    font-size: .97rem !important
}

.labelInEditAreas {
    opacity: 1;
    font-size: .97rem;
    top: 5px;
    position: relative;
    display: block;
}

/*
.select2-dropdown .select2-dropdown--below {
    width: max-content!important;
}*/

.clsScaleItem {
    width: 25px;
    text-align: center;
    font-size: 75%;
    padding: 0px;
    cursor: pointer;
    border-bottom: 0px
}

.clsScaleItemSel {
    border-bottom: 2px solid black;
}

.clsAutoTitleBorder {
    background: #8080802b;
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
}

.clsBacklogNotesArea {
    padding: 20px;
    border: 1px solid gray;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: auto;
    padding-bottom: 6px;
}


#dBacklogEntryContents .note-statusbar {
    display: none
}


#dBacklogEntryContents .note-editor.note-frame .note-editing-area {
    border-radius: 15px;
}

.clsBacklogNotesAreaLines table td {
    padding: 2px 5px;
}


.clsBacklogNotesAreaLines .clsSmallRightAlign {
    width: 100px;
    text-align: right;
    font-size: 11px;
    vertical-align: top;
}



.clsBacklogNotesAreaLines .clsDetailTitle {
    position: relative;
    top: 3px;
}

.clsBacklogNotesAreaLines .clsShowMore {
    cursor: pointer;
    user-select: none;
}

.clsBacklogNotesAreaLines .clsDetails {
    display: none;
    text-align: justify;
}


.clsBacklogNotesAreaSub01 {
    width: 56px;
    font-weight: bold;
    opacity: .6;
    flex-shrink: 0;
    text-align: right;
    padding-right: 10px;
}

    .clsBacklogNotesAreaSub01 .material-icons-outlined {
        cursor: pointer;
    }

.clsBacklogNotesAreaSub02 {
    width: 138px;
    color: green;
}

.clsTicketNotesArea,
.clsStoryNotesArea {
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: auto;
    padding-bottom: 6px;
}


#dTicketEntryContents .note-statusbar,
#dStoryEntryContents .note-statusbar {
    display: none
}


#dTicketEntryContents .note-editor.note-frame .note-editing-area,
#dStoryEntryContents .note-editor.note-frame .note-editing-area {
    border-radius: 0px 0px 15px 0px;
}

.clsTicketNotesAreaLines table td,
.clsStoryNotesAreaLines table td {
    padding: 2px 5px;
}


.clsTicketNotesAreaLines .clsSmallRightAlign,
.clsStoryNotesAreaLines .clsSmallRightAlign {
    width: 100px;
    text-align: right;
    font-size: 11px;
    vertical-align: top;
}



.clsTicketNotesAreaLines .clsDetailTitle,
.clsStoryNotesAreaLines .clsDetailTitle {
    position: relative;
    top: 3px;
}

.clsTicketNotesAreaLines .clsShowMore,
.clsStoryNotesAreaLines .clsShowMore {
    cursor: pointer;
    user-select: none;
}

.clsTicketNotesAreaLines .clsDetails,
.clsStoryNotesAreaLines .clsDetails {
    display: none;
    text-align: justify;
}


.clsTicketNotesAreaSub01,
.clsStoryNotesAreaSub01 {
    width: 56px;
    font-weight: bold;
    opacity: .6;
    flex-shrink: 0;
    text-align: right;
    padding-right: 10px;
}

    .clsTicketNotesAreaSub01 .material-icons-outlined,
    .clsStoryNotesAreaSub01 .material-icons-outlined {
        cursor: pointer;
    }

.clsTicketNotesAreaSub02,
.clsStoryNotesAreaSub02 {
    width: 138px;
    color: green;
}


.clsAllowEdit_OK {
    cursor: pointer;
}

.clsAllowEdit_NO {
    cursor: default;
    opacity: .3
}

.clsDisplay1 {
    display: none;
}

.clsNotesUSerDetails {
    font-size: 11px;
    opacity: .8;
    margin-left: 10px;
}

    .clsNotesUSerDetails span {
        margin-left: 4px;
    }


#dBacklogEntry .modal-overlay {
    display: none !important;
}

.clsBacklogComments {
    display: none;
    zoom: 75%
}

#dTicketEntry .modal-overlay,
#dStoryEntry .modal-overlay {
    display: none !important;
}

.clsTicketComments,
.clsStoryComments {
    display: none;
    zoom: 75%
}

.clsCommentToBackLog {
    width: 237px;
    zoom: 75%;
    padding-right: 5px !important;
    padding-left: 5px !important
}

.BacklogGridEdt {
    cursor: pointer;
}



.TicketGridEdt,
.StoryGridEdt {
    cursor: pointer;
}


#self_DateAdded_root .picker__clear {
    display: block !important;
}

#dMailContents .note-editable,
#modWikiAddEdit .note-editable,
#modWorkPad .note-editable {
    border-radius: 15px !important;
    border: 1px solid #c1b9b9;
}

.clsResizeScale {
    /*  width: 138px;
    position: absolute;
    right: 92px;
    top: 15px;
    height: 20px;
    text-align: right;
    z-index: 99999;
    opacity: 1;*/
    /*display: none*/
}



/*.clsSwitch_MailCompose .switch label .lever:before {
    background-color: #bbd5e9 !important;
}


.clsSwitch_MailCompose .switch label .lever:after {
    background-color: #bbd5e9 !important;
}
*/
/*.clsSwitch_MailCompose .switch label .lever:before,
.clsSwitch_MailCompose .switch label .lever:after {
    top: -7px !important;
    background: #dfdfdf;
}*/


.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #00ff3f !important;
}

/*.clsSwitch_MailCompose .switch label .lever {
    height: 9px !important;
}*/


.note-dropdown-menu [data-value="Material Icons Outlined"] {
    display: none !important;
}

.note-editable {
    font-size: 15px !important;
    font-family: 'Montserrat Thin';
}


.clsHide {
    display: none;
}

#tBacklogEntryNotes + .autocomplete-content {
    position: absolute !important;
    margin-top: 0px !important;
}

#tTicketEntryNotes + .autocomplete-content,
#tStoryEntryNotes + .autocomplete-content {
    position: absolute !important;
    margin-top: 0px !important;
}

ul:empty {
    display: none;
}

.clsSmallRightAlign .clsNoteTitle {
    position: relative;
    top: 4px;
    left: -7px;
}
/*
#spnReceivedChatNos {
    border-radius: 12px;
    text-align: center;
    padding: 2px;
    height: 16px;
    width: 16px;
    line-height: 11px;
    position: absolute;
    margin-top: 30px;
    margin-left: 27px;
    position: absolute;
    transform: scaleX(1);
    display: block;
}

*/

/*
#dRendezvousUsersList .clsRendezvousUsersId {
    position: relative;
    top: 2px;
    left: 0px;
    max-width: 110px;
    overflow: hidden;
    display: inline-block;
}


#dRendezvousUsersList .clsRendezvousUsersList {
    padding: 5px;
    cursor: pointer;
    border-radius: 15px;
    margin-right: 10px;
}


    #dRendezvousUsersList .clsRendezvousUsersList:hover {
        background-color: #42a5f566;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }
*/




#dChatUsersList .clsChatUsersId, #dRendezvousUsersList .clsChatUsersId {
    position: relative;
    top: 2px;
    left: 0px;
    max-width: 110px;
    overflow: hidden;
    display: inline-block;
}

#uploadifive-FileUpload_Chat {
    display: none;
}

#dChatMainChBxs {
    width: 100%;
    border: 1px solid #00000052;
    border-radius: 15px;
    height: calc(100vh - 11rem);
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-content: flex-start;
}


    #dChatMainChBxs .clsChatUsersId {
        position: relative;
        top: 2px;
        left: -3px;
        max-width: 130px;
        overflow: hidden;
        display: inline-block;
    }



    #dChatMainChBxs .onlineBottomGreenBlobN {
        top: 9px;
        left: -10px;
        position: relative;
        display: inline-block;
    }

    #dChatMainChBxs .clsChatTyping {
        /*  font-size: 0.6rem;
        position: relative;
        color: green;
        left: -46px;
        top: -17px;
        display: inline-block;
        margin-left: 20px*/

        font-size: 0.6rem;
        position: relative;
        color: green;
        top: -17px;
        display: inline-block;
    }

    #dChatMainChBxs .titleBar {
        cursor: move;
    }

#dChatUsersList {
    width: 170px;
}


#dChatUsersListUsers {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 15.6rem);
}



#dChatUsersList .clsChatUsersList {
    padding: 5px;
    cursor: pointer;
    border-radius: 15px;
    margin-right: 10px;
}


    #dChatUsersList .clsChatUsersList:hover {
        background-color: #42a5f566;
        -webkit-transition: .3s ease-out;
        transition: .3s ease-out;
    }



#dChatUsersList .onlineBottomGreenBlobN {
    top: 9px;
    left: -14px;
    position: relative;
    display: inline-block;
    /*box-sizing: border-box;*/
}


#dRendezvousUsersList {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    /*height: calc(100vh - 11rem);*/
}


    #dRendezvousUsersList .clsRendezvousUsersList {
        padding: 5px;
        cursor: pointer;
        border-radius: 15px;
        margin-right: 10px !important;
    }


        #dRendezvousUsersList .clsRendezvousUsersList:hover {
            background-color: #42a5f566;
            -webkit-transition: .3s ease-out;
            transition: .3s ease-out;
        }



    #dRendezvousUsersList .onlineBottomGreenBlobN {
        top: 9px;
        left: -10px;
        position: relative;
        display: inline-block;
        /*box-sizing: border-box;*/
    }



.clsChatPop {
    width: 250px;
    height: 360px;
    border: none !important;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    border-radius: 15px;
    padding: 20px;
    /*margin: 15px;*/
    background: white;
    position: absolute;
    min-height: 300px !important;
}

#dChatMain_Users {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.clsChatPopContents {
    display: flex;
    flex-direction: column;
    height: calc(100% - 33px);
    width: 100%;
    box-sizing: border-box;
}

    .clsChatPopContents .clsViewArea {
        flex: 1 1 auto;
        width: 100%;
        overflow-y: auto;
        border: 1px solid rgb(206, 234, 206);
        border-radius: 7px;
        padding: 10px;
        margin-top: 10px;
    }

    /*    .clsChatPopContents .clsvInputArea {
        height: 70px;
        flex: 0 0 70px;
        width: 100%;
        border: 1px solid #00000052;
        margin-top: 20px;
        border-radius: 7px;
        padding: 5px;
        overflow-y: auto;
        outline: none;
    }*/

    .clsChatPopContents .clsvInputArea {
        height: 70px;
        flex: 0 0 auto; /* Allow flexbox to respect height changes */
        width: 100%;
        border: 1px solid #00000052;
        margin-top: 20px;
        border-radius: 7px;
        padding: 5px;
        overflow-y: auto; /* Required for resizing */
        outline: none;
        min-height: 50px; /* Optional: prevents shrinking too much */
        max-height: 300px; /* Optional: prevents expanding too much */
    }


    .clsChatPopContents .clsFunctionArea {
        display: flex;
        justify-content: space-between;
        height: 30px;
        width: 100%;
        padding-top: 12px;
    }

    .clsChatPopContents .clsChatDateTime {
        font-size: .6rem;
        border-color: #80808054;
        width: fit-content;
        border-width: 1px 0px;
        border-style: solid;
        padding-left: 2px;
        padding-right: 2px;
    }

        .clsChatPopContents .clsChatDateTime .hide {
            display: none;
        }


.clsChatLineRightWrapper {
    width: 100%;
    text-align: right;
    padding-left: 15px
}

.clsChatLineLefttWrapper {
    width: 100%;
    text-align: left;
    padding-right: 15px
}


.clsChatLineRight {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #B2FF59;
    max-width: 95%;
    min-width: 40px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.clsChatLineRightWrapper:last-child .clsChatLineRight {
    margin-bottom: 0px
}




.clsChatLineLeft {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    background-color: #B3E5FC;
    max-width: 95%;
    min-width: 40px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.ui-icon, .ui-widget-content .ui-icon {
    z-index: auto !important;
}

.clsWhoWasHere {
    border-radius: 20px !important;
    position: absolute !important;
    right: 35px;
    top: 16px;
}


.clsDisabledAndOpacity3 {
    opacity: .3 !important;
    cursor: not-allowed;
}



.select2-container--default .select2-results > .select2-results__options {
    max-height: 450px !important;
}


/*video chat*/


#dRendezvousAccpeted {
    /*height: calc(100% - 60px);*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    #dRendezvousAccpeted iframe {
        width: 100% !important;
        height: 100% !important;
        border: none;
        transform: scale(1);
        transform-origin: top left;
    }



#modConfCloseSub {
    z-index: 9999 !important;
}


/*
.clsDashBoardBoxes {
    font-size: 1.2rem;
    padding: 20px !important;
    border: 1px solid black;
    border-radius: 20px;
    margin-top: 10px;         
}
*/


/*dashboard styles starts here*/


/*dashboard styles starts here*/


@media (max-width: 992px) {
    #modlTmRprtdRow {
        overflow-x: auto;
    }

    #tblTmRprtd {
        min-width: 800px;
    }
}


#modDashboard {
    top: 5% !important;
    /*height:90%!important;*/
    width: 90% !important;
    margin-left: 100px !important;
    max-height: 90% !important;
}


/*.clsDashBoardItems {
    display: flex;
    flex-wrap: wrap;
}

    .clsDashBoardItems .clsDashBoardBoxes {
        display: flex;
        flex-direction: column;*/ /* Makes inner content stack vertically */
/*flex: 1 1 50%;*/ /* Sets equal width (50% for two per row) */
/*box-sizing: border-box;*/ /* Ensures padding/border do not affect width */
/*padding: 10px;
    }*/






.clsclsDashBoardBoxesSub {
    border: 2px solid #42a5f5;
    margin-top: 9%;
    border-radius: 20px;
    margin-bottom: 9%;
    padding: 10px;
    /*flex-grow: 1;
    display: flex;*/ /* Allows internal elements to stretch */
    /*flex-direction: column;*/ /* Internal layout in column direction */
    /*justify-content: space-between;
    box-sizing: border-box;*/
}

.clsDashBoardBoxesSubTitle {
    font-size: 1.1rem;
    font-weight: 1000;
    color: #333;
    margin-bottom: 1rem;
    padding: 0.5rem;
    text-align: left;
    margin: 0 0 0 1px;
}

.clsDashBoardBoxesSubTitleMiddlebox {
    font-size: 1.1rem;
    font-weight: 1000;
    color: #333;
    margin-bottom: 1rem;
    padding: 0.5rem;
    text-align: left;
    margin: 0 0 0 20px;
}

.clsclsDashBoardBoxesSub {
    position: relative; /* Allow child elements to use absolute positioning relative to this container */
    margin-top: 8.2%;
    height: 665px;
}

.dashbdivider-linetspent {
    border: none;
    border-top: 1px solid #cac2c2;
    margin: 0 20px 10px -5px;
    width: 99%;
}

.dashbdivider-linetodo {
    border: none;
    border-top: 1px solid #cac2c2;
    margin: 0 20px 10px -32px;
    width: 111%;
}



#SubDashboardBottom {
    position: absolute; /* Position relative to the parent container */
    bottom: 0; /* Stick to the bottom of the container */
    width: 100%; /* Optional: Ensures it spans the full width */
    text-align: center; /* Optional: Centers content within the bottom */
}




.clsDashboardLastClosedTasks,
.clsDashboardLastClosedStory {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    padding: 10px;
}





#clsDashBoardBoxesSubTitle.picker__close {
    display: none;
}


#DashboardMain .picker__frame {
    transform: scale(60%);
    /* margin-top: 10px;
    margin-left: 645px;*/
}



.dashbdcolor-key {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dashbdcolor-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dashbdcolor-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.dashbdcolor-label {
    font-size: 14px;
}




/*dashboard styles ends here*/



/*To do start*/



.clsTodoRow {
    padding: 2px;
}


.clsTodoBullet, .clsTodoEdit {
    width: 20px;
    margin-right: 5px;
}

.clsTodoDell, .clsTodoEdit {
    cursor: pointer;
}

.clsHideWB {
    display: none;
}



/*To do end */





/*Dashboad 2025 05 21 start*/
/* Disable Materialize's l* column widths for #DashboardGrid at 993px+ */

@media only screen and (min-width: 993px) {
    #DashboardGrid .row .col[class*="l"] {
        width: 100% !important;
        margin-left: 0 !important;
        left: auto !important;
        right: auto !important;
    }
}

/* Custom widths for #DashboardGrid at 1380px+ */
@media only screen and (min-width: 1380px) {
    #DashboardGrid .row .col.l1 {
        width: 8.3333333333% !important;
    }

    #DashboardGrid .row .col.l2 {
        width: 16.6666666667% !important;
    }

    #DashboardGrid .row .col.l3 {
        width: 25% !important;
    }

    #DashboardGrid .row .col.l4 {
        width: 33.3333333333% !important;
    }

    #DashboardGrid .row .col.l5 {
        width: 41.6666666667% !important;
    }

    #DashboardGrid .row .col.l6 {
        width: 50% !important;
    }

    #DashboardGrid .row .col.l7 {
        width: 58.3333333333% !important;
    }

    #DashboardGrid .row .col.l8 {
        width: 66.6666666667% !important;
        margin-left: auto !important;
        left: auto !important;
        right: auto !important;
    }

    #DashboardGrid .row .col.l9 {
        width: 75% !important;
    }

    #DashboardGrid .row .col.l10 {
        width: 83.3333333333% !important;
    }

    #DashboardGrid .row .col.l11 {
        width: 91.6666666667% !important;
    }

    #DashboardGrid .row .col.l12 {
        width: 100% !important;
    }
}


/*Dashboad 2025 05 21 end*/



/*dashboard styles ends here*/



/*To do start*/



.clsTodoRow {
    padding: 2px;
}


.clsTodoBullet, .clsTodoEdit {
    width: 20px;
    margin-right: 5px;
}

.clsTodoDell, .clsTodoEdit {
    cursor: pointer;
}

.clsHideWB {
    display: none;
}



/*To do end */



#BacklogNotesPop {
    user-select: none; /* Disable text selection */
}

#TicketNotesPop,
#StoryNotesPop {
    user-select: none; /* Disable text selection */
}


input[type="checkbox"].smallOnlyCheckMark:checked + label::before {
    top: 1px;
    left: -1px;
    width: 9px;
    height: 18px;
}


.clsTransactionPopLarge {
    width: 800px !important;
}

.clsTransactionPopSmall {
    width: 630px !important;
}

#sMoreAddNewTicket, #sMoreAddNewBacklog, #sMoreAddNewTask, #sMoreAddNewStory, #sMoreAddNewSub, #sMoreAddNewOpenIssues, #sMoreAddNewSubToTheList {
    cursor: pointer;
    width: 32px;
    font-size: 1.5rem;
    top: 12px;
    color: black;
    position: relative;
}

#sAddNewTicket, #sAddNewBacklog, #sAddNewTask, #sAddNewStory, #sAddNewOpenIssues, #sAddNewSubToTheList, #sAddNewLink {
    border-radius: 10px !important;
    color: rgb(255, 255, 255);
    margin-right: 20px;
    margin-top: 10px;
    height: 38px !important;
    padding: 5px 2rem;
    background-color: #113a94
}

#delClearAllChats {
    opacity: .5;
    cursor: default;
    position: absolute;
    right: 40px !important;
    top: 95px !important;
    z-index: 99;
}


.btn-floating {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}






/*Rendezvous*/



.Rendezvous_droppableMain {
    border: 1px solid #cbcbcb;
    padding: 10px;
    border-radius: 15px;
}

.Rendezvous_droppableSelected {
    height: calc(100% - 16rem);
    position: absolute;
    width: calc(50% - 50px);
}

.Rendezvous_draggable {
    cursor: grab;
}

.Rendezvous_droppable h3 {
    text-align: center;
    margin: 0;
    padding: 5px;
    background: #ddd;
}

#dRendezvousChatWindow {
    width: 90% !important;
    height: 90% !important;
    left: 90px !important;
    top: 5% !important
}

/* Rendezvous */

#dMeetingAcceptRejectByUser, #dRendezvousChatWindow {
    z-index: 1142 !important
}

#dEventAlert, .cMeetingMembers {
    display: none;
}

#dMeetingMembers {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.clsShedChip {
    background-color: #132F8626;
    padding: 5px;
    border-radius: 5px;
    padding-left: 9px;
    display: inline-block;
    color: #132F86;
}

.clsShedChipClose {
    font-size: 14px;
    margin-left: 8px;
    position: relative;
    top: 1px;
    cursor: pointer;
}

/*button:focus {
    outline: none;
    background-color: #0D47A1 !important
}*/


.alerts-panel {
    /* width: 360px;
    padding: 15px;*/

    width: 360px;
    padding: 0px;
}

.alerts-header {
    /* align-items: center;
    padding-bottom: 10px;
    font-size: 1.3rem;*/

    align-items: center;
    padding-bottom: 10px;
    font-size: 1.3rem;
}

.alert-item {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d9f0ff;
    border-radius: 8px;
    padding: 10px;
    margin: 10px 0;*/

    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #d9f0ff;
    border-radius: 8px;
    padding: 10px;
    margin: 20px 0;
}

#dAI {
    top: 5% !important;
    left: 2%;
}

.alert-content {
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    margin-left: 20px;*/

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 50px;
    margin-left: 20px;
}

.alert-icon {
    width: 50px;
    height: 50px;
    background: #0099ff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
}

.alert-info {
    font-size: 14px;
    white-space: nowrap;
}

.alert-buttons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin-left: 10px;
    margin-right: 15px;
}

.alert-button-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 5px;
}

.alert-btn {
    display: flex;
    align-items: center;
    background: #eeeeee;
    border: 2px solid #4fb9ff;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    width: 150px;
    justify-content: space-between;
}

    .alert-btn:focus {
        background-color: transparent !important;
    }

.alert-count {
    background: #ffc107;
    border-radius: 60%;
    padding: 2px 3px;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
}

    .alert-count.green {
        background: #28a745;
        color: white;
    }

.alert-clear-icon {
    cursor: pointer;
    color: red;
    margin-left: 20px;
}

    .alert-clear-icon.disabled {
        color: lightgray;
        cursor: not-allowed;
        opacity: 0.5;
    }

.alert-clear-all {
    margin: 10px auto 0;
}


#popGrpUsersList {
    /* border-radius: 12px;
    max-width: 33vw;
    border: 1px solid rgba(0, 0, 0, 0.14);
    position: absolute;
    background: white;
    padding: 10px;
    padding-bottom: 5px;
    transform: scale(0.75);*/

    border-radius: 12px;
    max-width: min(300px, 33vw); /* Limits width but keeps it responsive */
    border: 1px solid rgba(0, 0, 0, 0.14);
    position: absolute;
    background: white;
    padding: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); /* Adds a soft shadow */
    z-index: 99999; /* Ensures it stays above other elements */
    transform: scale(0.9); /* Slightly reduces size without extreme shrinking */
    font-size: 0.85rem; /* Keeps text readable even if scaled */
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("/images/Expander.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important; /* Ensure it fits well */
    width: 20px; /* Adjust to the correct icon size */
    height: 20px;
}

.chipColorBorder {
    border: 1px solid #00FF00
}

#selSrchSelectChatUsers + .select2-container {
    border-bottom: 1px solid transparent !important;
}

#sn-checkbox-open-in-new-window {
    visibility: visible !important; /* Make sure it's not hidden */
    display: inline-block !important; /* Ensure the checkbox is displayed */
    opacity: 1 !important; /* Ensure it’s fully visible */
    margin-right: 5px; /* Add margin for better spacing */
    margin-left: -20px;
    margin-top: 5px;
    pointer-events: auto;
}

label[for="sn-checkbox-open-in-new-window"] {
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    margin-left: 15px;
}



/*#sn-checkbox-open-in-new-window {
    display: none;
}*/

/* Style the checkbox with MaterializeCSS */
#sn-checkbox-open-in-new-window + label {
    position: relative;
    padding-left: 35px; /* Create space for the Materialize checkbox */
}

    /* Create the custom Materialize checkbox */
    #sn-checkbox-open-in-new-window + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 20px;
        height: 20px;
        border: 2px solid #757575; /* Border color */
        border-radius: 4px; /* Rounded corners */
        background-color: white; /* Background color */
        transition: background-color 0.3s, border-color 0.3s;
    }

/* Checkbox checked state */
#sn-checkbox-open-in-new-window:checked + label:before {
    background-color: #26a69a; /* MaterializeCSS checked color */
    border-color: #26a69a;
}

/* Add the check mark */
#sn-checkbox-open-in-new-window:checked + label:after {
    content: '✔';
    position: absolute;
    left: 6px;
    top: 2px;
    font-size: 14px;
    color: white;
}

.select2-dropdown {
    width: max-content !important;
}

.select-dropdown.active {
    width: max-content !important;
}







/* Limit the height and enable inner scroll only */
/*.select2-container--open .select2-dropdown {
    max-height: 300px !important;
    overflow: hidden !important;*/ /* Prevent outer scrollbar */
/*}*/

/* Inner scroll only */
/*.select2-results__options {
    max-height: 250px !important;
    overflow-y: auto !important;
    position: relative;
}*/

/* Sticky effect */
/*.select2-results__option--sticky {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #ddd;
}*/

.small-gobutton {
    width: 20px !important;
    color: rgb(255, 255, 255);
    min-width: 20px !important;
    padding-left: 11px !important;
    font-size: 0.8rem !important;
    line-height: 18px !important;
    height: 18px !important;
    position: relative;
    top: 3px;
    border-radius:10px!important
}

/*@media only screen and (min-width: 992px) {
    html {
        font-size: 0.9rem !important;
    }
}*/

.btn, .btn-large, .btn-floating, .btn-large, .btn-flat {
    font-size: 0.9rem;
    outline: 0;
}




#dTaskAdvFiltertogglecontainer,
#dStoryAdvFiltertogglecontainer {
    width: 200px;
    display: flex;
    flex-direction: column; /* stack vertically */
    border-radius: 5px;
    /*overflow: hidden;*/
    position: relative;
    top: 7px;
    font-size: .7rem;
    /*opacity: 0.5;*/
    right: 2px;
    border: 1px solid transparent;
}

#dTaskAdvFiltertogglecontainer_AndOr,
#dStoryAdvFiltertogglecontainer_AndOr {
    display: flex;
    width: 100%;
    opacity: .5
}

.AdvFilter-toggle-button {
    flex: 1;
    border: none;
    background-color: #e0e0e0;
    color: #333;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    padding: 2px 0;
    text-align: center;
    border: 1px solid #ccc;
}

    .AdvFilter-toggle-button.active {
        background-color: #003399;
        border: 1px solid #003399;
        color: white;
    }

#resetAndCloseAdvFlter {
    position: relative;
    top: 7px;
    opacity: .5;
    width: 84px !important;
    text-align: center;
    padding-left: 0px !important;
    padding: 0;
    z-index: 9;
}



#popupModalMakeACall {
    width: 620px !important;
    height: 400px !important;
    max-height: 430px;
    overflow: hidden;
    z-index: 2147483648 !important
}

    #popupModalMakeACall iframe {
        width: 100%;
        height: 100%;
        border: none;
    }


@media screen and (max-width: 1265px) {
    #secTaskPrintDnwlod,
    #secStoryPrintDnwlod {
        display: none !important;
    }
}

@media screen and (max-width: 1150px) {
    #taskSearchBox,
    #storySearchBox {
        display: none !important;
    }
}



/*customized compose mail dropdown list Start 2025/05/22 Chathuka */


.select2-sticky-header {
    position: sticky;
    top: 0;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: lighter;
    padding: 8px 19px;
    z-index: 10;
}

.select2-container .select2-dropdown .select2-search {
    border-bottom: 1px #42a5f5;
    margin-bottom: 4px;
}



.clsUserInfoPopupArrow {
    width: 0;
    height: 0;
    position: absolute;
    z-index: 99999999;
}

.clsUserInfoPopup {
    position: absolute;
    padding: 12px;
    background-color: #fff;
    color: #333;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    font-size: 13px;
    min-width: 200px;
    min-height: 200px;
    z-index: 99999999;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
}

.clsUserInfoIcon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #2196F3;
    pointer-events: auto;
    cursor: pointer
}

.clsUserInfoPopupArrow_left {
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 11px solid #fff;
    filter: drop-shadow(-1px 0px 1px rgba(0, 0, 0, 0.1));
}

.clsUserInfoPopupArrow_right {
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 11px solid #fff;
    filter: drop-shadow(1px 0px 1px rgba(0, 0, 0, 0.1));
}

#sComposeMailTo + .select2-container {
    width: 130% !important;
}



/*customized compose mail dropdown list END 2025/05/22 Chathuka */


.td-with-lineW {
    width: 25px
}

.td-with-line {
    position: relative; /* Needed for absolute positioning */
}

    .td-with-line::before {
        content: "";
        position: absolute;
        left: 38px;
        top: 25%; /* Adjust top gap */
        bottom: 25%; /* Adjust bottom gap */
        width: 1px;
        background-color: #d0d0d0;
    }




.td-with-lineWTk {
    width: 25px
}

.td-with-lineTk {
    position: relative; /* Needed for absolute positioning */
}

    .td-with-lineTk::before {
        content: "";
        position: absolute;
        left: 13px;
        top: 25%; /* Adjust top gap */
        bottom: 25%; /* Adjust bottom gap */
        width: 1px;
        background-color: #d0d0d0;
    }



#minimizedContainer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 10000;
}

.minimized-mail {
    width: 190px;
    height: 65px;
    background: #ffffff;
    color: #040404;
    border-radius: 12px;
    padding: 10px;
    margin: 4px;
    cursor: move;
    align-items: center;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
}

    .minimized-mail div {
        font-size: 0.7rem;
        width: auto;
    }

.dropdown-content li {
    border-radius: 0px !important;
}





/*.clsDrgDrpElmntRndvs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
}*/

.rndvSrchImg {
    width: 17px;
    height: 17px;
    margin-right: 10px;
}

.rndvSrchbr {
    border: none !important;
    outline: none !important;
    box-shadow: none;
    font-size: 16px;
    flex: 1;
    margin-bottom: -1px !important;
}

.clsDragDropRndvFirst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 12px;
    border: 2px solid #D2E5FC;
    border-radius: 12px;
    background-color: white;
    width: 100%;
    max-width: 352px;
    margin-bottom: 5px;
}

.rndvsSrch {
    display: flex;
    align-items: center;
    border: 2px solid #D2E5FC;
    border-radius: 8px;
    padding: 4px 14px;
    width: 100%;
    max-width: 811px;
    margin-bottom: 20px;
}

.sAllTypeRndvs {
    font-size: 13px;
    opacity: 0.4;
    font-weight: bold;
    margin-top: -4px;
}

.RndvsRed {
    color: #F44336 !important;
}

.rndvsAddmod {
    background-color: #ffffff;
    width: 90%;
    height: 819px;
    overflow-y: auto;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.9);
    margin: auto;
    padding: 30px;
    display: flex;
    flex-direction: column;
    max-width: 870px !important;
    min-width: 300px;
    position: absolute;
    z-index: 1063;
    top: 68.0469px;
    left: 432px;
}

.clsSummNtsEdtor_Zoom {
    width: 20px;
    height: 20px;
    opacity: 0.7 !important;
    position: relative;
    top: 2px;
}

.RndzAvailableTxt {
    font-size: 11px;
    padding-right: 15px;
    font-style: italic;
    text-decoration: underline;
    color: #42a5f5;
}

.clsSummNtsEdtorWithLine_Zoom {
    width: 20px;
    height: 20px;
    opacity: 0.7 !important;
    position: relative;
    top: 5px;
}

.clsSummNtsEdtor_Print {
    width: 20px;
    height: 20px;
    opacity: 0.7 !important;
    position: relative;
    top: 2px;
    padding: 0 !important;
}

#dMail .clsSummNtsEdtor_Print {
    width: 20px;
    height: 20px;
    opacity: 0.7 !important;
    position: relative;
    top: 5px !important;
    padding: 0 !important;
}

.clsSummNtsEdtor_Download {
    width: 20px;
    height: 20px;
    opacity: 0.7 !important;
    position: relative;
    top: 2px;
    padding: 0 !important;
}

#dMail .clsSummNtsEdtor_Download {
    width: 20px;
    height: 20px;
    opacity: 0.7 !important;
    position: relative;
    top: 5px !important;
    padding: 0 !important;
}


/*AWD Custom tabs - Start */

.AWDTab {
    display: flex;
    justify-content: flex-start;
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    background-color: #e8effa; /* Light blue background */
    padding: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 40px;
    font-size: 0.9rem !important;
}

    .AWDTab .AWDTab-link {
        padding: 16px 24px;
        background-color: #e8effa;
        color: #1a237e;
        font-weight: 500;
        text-align: center;
        flex: 1;
        cursor: pointer;
        transition: background-color 0.3s ease, color 0.3s ease;
        border-radius: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

        .AWDTab .AWDTab-link.active {
            background-color: #fff;
            color: #0d47a1;
            border-top-left-radius: 30px;
            border-top-right-radius: 30px;
            font-weight: 600;
        }

.AWDTab-content {
    display: none;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}

    .AWDTab-content.active {
        display: block;
        border-radius: 30px;
    }

/* Optional: tab hover effect */
.AWDTab .AWDTab-link:hover {
    background-color: #dbe7f9;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

/*AWD Custom tabs - End */

.clsStoryTabHeight {
    height: calc(100vh - 167px);
    overflow: auto;
    padding-top: 50px;
}



.clsNoteBar {
    font-size: .9rem
}

/*AWD Bordered input box Start */
.AWDbordered-input-wrapper {
    position: relative;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.AWDbordered-input-label {
    font-size: .9rem;
    color: #1e88e5;
    display: block;
    user-select: none;
    /*background: transparent !important;*/
}

.AWDbordered-input-field {
    width: 100% !important;
    border: none !important;
    border-bottom: 1px solid transparent !important;
    outline: none !important;
    background: transparent !important;
    height: 2rem !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #212121;
    transition: border-color 0.25s ease !important;
    box-sizing: border-box !important;
}

    .AWDbordered-input-field:focus {
        border-bottom-color: #1e88e5;
    }

.AWDbordered-input-wrapper-label-top {
    position: relative;
    padding: 20px 12px 16px 16px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    margin-bottom: 40px;
    box-sizing: border-box;
    font-size: .9rem;
}

    .AWDbordered-input-wrapper-label-top > label {
        position: absolute;
        top: -10px;
        left: 12px;
        background: white;
        padding: 0 4px;
        font-size: .9rem;
        color: #1e88e5;
        user-select: none;
    }

    /* Disable underline on focus for specific field */
    .AWDbordered-input-wrapper-label-top .AWDbordered-input-field-no-underline:focus {
        border-bottom-color: transparent;
        outline: none;
        font-size: .9rem;
    }

.AWDbordered-input-field-no-underline {
    margin: 12px 0 -11px 0px !important;
    display: inline-block;
}


.AWDbordered-input-wrapper-label-top .AWDbordered-input-field:focus {
    border-bottom-color: transparent;
    outline: none;
}

/*.select2-selection__rendered {
    font-size: 0.9rem !important
}*/

/*AWD Bordered input box End */



/*start AWD container with top title  */



.AWDContainer-card {
    border: 1px solid #4a90e2;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
}

    .AWDContainer-card::before {
        content: attr(data-title);
        position: absolute;
        left: 7px;
        transform: translateY(-50%);
        padding: 0 5px;
        font-size: .9rem;
        color: #4a90e2;
        margin-top: -4px;
        background: white;
    }



/*start  AWD container with top title  */


#dStoryMembersListParent {
    width: 288px;
}

#dAddNewMembersToStoryMembersListParent {
    width: 100%;
}


#dStoryMembersList {
    overflow: auto;
    height: calc(100vh - 270px);
    width: 100%;
    padding: 10px;
    padding-top: 15px;
    overflow-x: hidden;
    padding-bottom: 0;
}


#dAddNewMembersStoryMembersList {
    overflow: auto;
    height: calc(100vh - 270px);
    width: 100%;
    padding: 20px;
    padding-top: 25px;
    overflow-x: hidden;
    padding-bottom: 0;
}

#showMentionDetails {
    height: 90vh;
    width: 80vw;
    overflow: hidden;
    left: auto;
    right: auto;
    z-index: 100028 !important;
}

#showMentionDetailsContents {
    height: calc(100vh - 175px);
    overflow: auto;
}

#showMentionDetailsheader {
    width: calc(100% - 80px);
    display: block;
    cursor: move;
    height: 55px;
    font-size: 16px;
    line-height: 55px;
    padding-left: 20px;
    text-align: left;
    margin-right: 80px;
}



#select2-sComposeMailTo-results .onlineBottomGreenBlob,
#select2-sComposeMailCC-results .onlineBottomGreenBlob {
    top: 25px;
    left: 17px;
}

.rndvz-custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.rndvz-custom-modal {
    background: #fff;
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.rndvz-custom-modal-header {
    position: relative;
    padding: 30px 20px 20px 20px;
    text-align: center;
}

.avatar {
    background-color: #e1edff;
    color: #1a73e8;
    font-weight: bold;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.name {
    font-weight: 600;
    font-size: 16px;
    color: #202124;
}

.status.available {
    background-color: #CCE4FB;
    color: #2351E3;
    font-size: 11px;
    padding: 2px 15px;
    border-radius: 10px;
    margin-top: 3px;
    display: inline-block;
    margin-left: 7.5%;
}

.status.busy {
    background-color: #f8eaea;
    color: red;
    font-size: 11px;
    padding: 2px 15px;
    border-radius: 10px;
    margin-top: 3px;
    display: inline-block;
    margin-left: 7.5%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #555;
}

.rndvz-custom-modal-body {
    padding: 8px 16px;
    max-height: 300px;
    overflow-y: auto;
}

.availability-day {
    margin-bottom: 12px;
    padding: 12px;
    background-color: #f8f9fa;
    border-radius: 6px;
}

    .availability-day strong {
        display: block;
    }

.rndvz-custom-modal-footer {
    padding: 16px;
    text-align: right;
}

    .rndvz-custom-modal-footer button {
        background-color: #42a5f5;
        color: white;
        border: none;
        padding: 8px 20px;
        border-radius: 6px;
        cursor: pointer;
    }

.user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*justify-content:center;*/
    gap: 3px;
    margin-top: 10px;
}

.avlbltyModalHeader {
    font-weight: bold;
}

.availability-entry {
    background-color: #f5f8fb;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
}

.availability-date {
    font-weight: bold;
    color: #333;
}

.availability-times {
    color: #444;
    margin-top: 5px;
}

.avlbltyModalHeader {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}


#eventDescription {
    border-bottom: none !important;
    box-shadow: none !important;
}

    #eventDescription:focus {
        border-bottom: none !important;
        box-shadow: none !important;
    }

#tRendezvousSearch {
    border-bottom: none !important;
    box-shadow: none !important;
}



/*ID Card start*/

.clsIdCard {
    display: flex;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    max-width: 800px;
}

    .clsIdCard .clsNoImgAvatar {
        height: 80px !important;
        width: 80px !important;
        font-size: 2.7rem !important;
        line-height: 80px !important;
    }

    .clsIdCard .clsAssoAvtr {
        height: 80px !important;
        width: 80px !important;
        line-height: 80px !important;
    }


.idcard-user-name {
}

.idcard-left-panel {
    /*background: #f1f4f6;*/
    padding: 20px;
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.idcard-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 10px;
}

.idcard-icons {
    margin: 20px 0;
}

    .idcard-icons i {
        font-size: 24px;
        margin: 10px;
        cursor: pointer;
        color: #555;
    }

.idcard-security {
    text-align: center;
    border-top: 1px solid #7cbdff;
    width: 162px;
    padding-top: 25px;
}

.idcard-security-label {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

.idcard-security-value, .idcard-security-icon {
    font-size: 28px;
    font-weight: bold;
    color: green;
}

.idcard-right-panel {
    flex: 1;
    padding: 20px;
}

.idcard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #7cbdff;
    padding-left: 15px;
    margin-left: 5px;
}

    .idcard-header .idcard-user-name {
        font-size: 35px;
        display: block;
        margin-bottom: 4px;
        width: 460px;
        margin-top: 5px;
        font-weight: bold;
        color: black;
    }

    .idcard-header .idcard-user-id {
        width: 400px !important;
        display: inline-block;
        position: relative;
        top: 6px;
    }


.idcard-right-panel .idcard-email,
.idcard-right-panel .idcard-phone {
    width: 250px;
}

.idcard-user {
    font-weight: bold;
    font-size: 16px;
    opacity: 0.6;
}
/*.idcard-user-id {
    color: #6c9eda;
}*/
.idcard-status {
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-right: 8px;
}

.idcard-online-dot {
    height: 15px;
    color: green;
    width: 15px;
    background-color: #00fb39;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -2px;
}

.idcard-offline-dot {
    height: 15px;
    color: darkred;
    width: 15px;
    background-color: darkred;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -2px;
}

.idcard-info-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.idcard-info-box {
    flex: 1;
    min-width: 250px;
    padding: 10px;
    border-radius: 8px;
    margin: 5px;
    background: #f1f4f6;
    border: 1px solid #7cbdff;
}

.idcard-country, .idcard-location, .idcard-time {
    width: 425px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.idcard-info-box label {
    font-size: 11px;
    color: #888;
    display: inline-block;
    margin-bottom: 4px;
    width: 115px;
}

.idcard-full-width {
    flex: 100%;
}

#modIDCard .clsIdCard {
    box-shadow: none;
}

#modIDCardTitle {
    height: 20px;
}


#modIDCard .idcard-left-panel,
#modIDCard .idcard-right-panel {
    padding-top: 0;
}

#modIDCard .idcard-phone-land,
#modIDCard .idcard-phone-cell {
    cursor: pointer;
    color: #42a5f5;
}


/*ID Card end*/



#TicketNotesPop, #StoryNotesPop {
    background: white;
    border-radius: 12px;
    cursor: default;
    font-size: 11px;
    max-width: 50%;
    overflow-y: auto;
    user-select: all;
    -webkit-box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 10px 1px rgb(0 0 0 / 14%), 0px 3px 14px 2px rgb(0 0 0 / 12%), 0px 5px 5px -3px rgb(0 0 0 / 20%);
    position: absolute;
    padding: 25px;
    padding-top: 10px;
    /*  padding-bottom:20px;*/
}

#TicketNotesPop, #StoryNotesPopheader {
    height: 35px !important;
    cursor: move;
    margin-left: -24px;
    width: calc(100% - 7px);
    margin-top: -10px;
    text-align: center;
    padding-left: 25px;
    padding-top: 16px;
    font-size: 1rem;
}





#tblStoryNotesPop {
    border-collapse: collapse;
    width: 100%;
    user-select: none;
}

    #tblStoryNotesPop thead,
    #tblStoryNotesPop tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed; /* Ensures columns line up */
    }

    #tblStoryNotesPop tbody {
        display: block;
        max-height: 200px; /* Scroll area height */
        overflow-y: scroll; /* Enable scroll */
        overflow-x: hidden; /* Prevent horizontal scroll */
        scrollbar-gutter: stable;
    }

    #tblStoryNotesPop th,
    #tblStoryNotesPop td {
        /*border: 1px solid #ccc;*/
        padding: 4px;
    }


.note-btn {
    color: unset
}



.clsStoryNotesArea_AlternaterLight {
    background-color: rgb(79 160 242 / 9%);
}

.clsStoryNotesArea_AlternaterDark {
    background-color: #ffffff;
}



#daysDropdown {
    display: block;
    width: 110px;
    padding: 8px 8px 0px 0px;
    margin-bottom: 12px;
    font-size: 14px;
    z-index: 9999;
    border: 0px;
    border-bottom: 1px solid #3788d8;
    margin-left: 10px;
    margin-top: -15px;
    margin-bottom: 25px;
}



#daysDropdown, #rendevParticipantAvlbility {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 4px 32px 0px 12px;
    /*border-bottom: 1px solid #3788d8;*/
    background-color: white;
    font-size: 14px;
    color: #333;
    background-image: url('data:image/svg+xml;utf8,<svg fill="#666" height="10" viewBox="0 0 24 24" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 16px 16px;
}

    #daysDropdown:focus, #rendevParticipantAvlbility:focus {
        border-color: #2351e3;
        outline: none;
    }


.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset, .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset {
    background-color: #42a5f5;
}



#sThemeSelecter_Task {
    margin-right: 30px;
    position: relative;
    top: 12px;
    cursor: pointer;
}

#themeModal {
    width: 376px !important;
    margin:0;
    left: calc(100vw - 447px);
}
 /*

    #themeModal .theme-row {
        width: 104px !important;
        display: inline-block;
        padding: 12px 16px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
        border-radius: 12px;
        margin: 5px;
        height: 70px;
        text-align: center;
    }

        #themeModal .theme-row .selected {
            color: inherit;
            display: inline-block;
            text-align: center;
            border-radius: 6px;
            opacity: 0;
            height: 15px;
            width: 15px;
            line-height: 5px;
            border-radius: 50%;
            top: -6px;
            position: relative;
            right: -65px;
        }

            #themeModal .theme-row .selected .selDark {
                background-color: black;

            }

            #themeModal .theme-row .selected .selLight {
               
                background-color: white;
            }



#themeModal .theme-row.active .selected {
    opacity: 1;
} */



#themeList {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    #themeList .theme-row {
        width: 100px;
        height: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
        position: relative;
        border: 2px solid transparent;
    }

        /* theme color circle */
        #themeList .theme-row .selected {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            display: block;
            margin-bottom: 8px;
        }

        /* label below */
        #themeList .theme-row span + span {
            font-size: 14px;
        }

        /* active tile */
        #themeList .theme-row.active {
            border: 2px solid #1a73e8!important; /* highlight (blue) */
        }

            /* small dot in corner to mark active */
            #themeList .theme-row.active::after {
                content: "";
                position: absolute;
                top: 6px;
                right: 6px;
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 2px solid #1a73e8;
                background: white;
            }

 