﻿/*body {
    font-family: 'Maven Pro', sans-serif;
}

@font-face {
    font-family: "Maven Pro Black";
    src: url('../Maven_Pro/MavenPro-Black.ttf');
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro Bold";
    src: url('../Maven_Pro/MavenPro-Bold.ttf');
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro Medium";
    src: url('../Maven_Pro/MavenPro-Medium.ttf');
    font-style: normal;
}

@font-face {
    font-family: "Maven Pro Regular";
    src: url('../Maven_Pro/MavenPro-Regular.ttf');
    font-style: normal;
}*/

.ui.form input:not([type]), 
.ui.form input[type="date"], 
.ui.form input[type="datetime-local"],
.ui.form input[type="email"], 
.ui.form input[type="number"], 
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"], 
.ui.form input[type="time"], 
.ui.form input[type="text"],
 .ui.form input[type="file"], 
.ui.form input[type="url"],
h1,
h2,
h3,
h4,
h5,
button,
.ui.input > input,
input,
optgroup,
select,
textarea,
.edit-accordion .header-accordion,
.ui.tabed-modal.modal .ui.secondary.pointing.menu .item,
.fb-field-wrapper input[type=text],
.fb-field-wrapper input[type=tel],
.fb-field-wrapper input[type=email],
.fb-field-wrapper input[type=password],
.fb-field-wrapper input[type=number],
.fb-field-wrapper select,
.ui.accordion .title:not(.ui),
tt, code, kbd, samp,
.ui.menu,
.ui.secondary.menu .item,
.ui.button,
.ui.modal > .header,
.ui.header,
body, html {
    font-family: 'Montserrat', sans-serif;
}

body {
    font-size: 12px;
}
form{
    margin: 0px;
}

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

.flex-start {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.flex-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overflow-hidden {
    overflow: hidden !important;
}
.overflow-eclipse {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block !important;
}
.fullscreen-modal {
    width: 100% !important;
    height: 100% !important;
}

.hide {
    display: none !important;
}

/*IframeModal CSS START*/
#iFrameInModal {
    height: 600px;
    width: 1100px;
    position: relative;
    padding: 0px;
    height: 600px;
    width: 1100px;
    position: relative;
    padding: 0px;
}

.close-button {
    position: absolute;
    color: white;
    padding: 5px;
    background: #26bc5a;
    top: -40px;
    left: calc(50% - 15px);
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#iFrameInModal iframe {
    height: 100%;
    width: 100%;
}
/*IframeModal CSS ENDS*/

#pageSettingModal .content {
    height: 75vh !important;
}

#pageSettingModal .palette-config .ui.input input {
    display: block !important;
}

#pageSettingModal .sp-replacer {
    top: 1px !important;
}

#pageSettingModal .config-module {
    height: 60vh;
    overflow-y: auto;
}

.ui.sidebar {
    z-index: 999 !important;
    background: white;
    width: 80vw !important;
}

    .ui.sidebar .pt-page {
        visibility: visible;
    }

/*Menu Settings*/
.ui.sidebar.dhq-page-menu {
    z-index: 999 !important;
    background: white;
    width: 100%;
}

    .ui.sidebar .pt-page {
        visibility: visible;
    }

.ui.bottom.sidebar {
    z-index: 9999 !important;
}

/* Datepicker css */


.datetime-sidebar .disabled{
    opacity: 0.5;
    pointer-events: none;
}
.datetime-sidebar .disabled:not(.next):not(.previous)
{
    text-decoration: line-through;
}

.datetime-header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    /*padding: 10px 15px;*/
    border-bottom: 1px solid #f5f5f5;
}

    .datetime-header .header-text {
        font-size: 15px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .datetime-header .back,
    .datetime-header .submit {
        color: var(--defaultDatePickerColor);
        font-weight: 500;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 15px;
    }

.datetime-subheader {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
    border-bottom: 1px solid #f5f5f5;
}

    .datetime-subheader .sub-header-data {
        display: -webkit-box;
    }

        .datetime-subheader .sub-header-data .item {
            margin: 0px 10px;
            background: #F5F5F5;
            padding: 5px 11px;
            border-radius: 15px;
            color: var(--defaultDatePickerColor);
            font-weight: 500;
            font-size: 18px;
            letter-spacing: 0.35px;
            text-transform: uppercase;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.datetime-body {
    height: 50vh;
    padding: 20px 0px;
}

    .datetime-body.years .year-group {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 20%;
    }

        .datetime-body.years .year-group .year-items {
            padding: 10px 20px;
            letter-spacing: 1px;
            font-size: 15px;
            font-weight: 400;
            width: calc(100% / 4);
            text-align: center;
        }

            .datetime-body.years .year-group .year-items.item-selected {
                align-items: center;
                justify-content: center;
                box-shadow: 0 8px 16px rgba(49, 127, 203, 0.32);
                color: white;
                padding: 15px 20px;
                border-radius: 30px;
                display: flex;
                background-color: var(--defaultDatePickerColor);
                background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
                font-weight: 700;
                letter-spacing: 1.35px;
            }

    .datetime-body .quarter {
        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 25%;
    }

        .datetime-body .quarter .month-items {
            text-align: center;
            padding: 10px 20px;
            font-weight: 300;
            font-size: 16px;
        }

            .datetime-body .quarter .month-items.item-selected {
                align-items: center;
                justify-content: center;
                box-shadow: 0 8px 16px rgba(49, 127, 203, 0.32);
                color: white;
                padding: 15px 25px;
                border-radius: 30px;
                display: flex;
                background-color: var(--defaultDatePickerColor);
                background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
                font-weight: 700;
            }

    .datetime-body .dates {
        height: calc(100% - 40px);
    }

        .datetime-body .dates .week {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: calc(100% / 6);
        }

            .datetime-body .dates .week .date-items {
                width: calc(100% / 7);
                text-align: center;
                height: 40px;
                font-size: 18px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .datetime-body .dates .week .date-items div.item-selected {
                    align-items: center;
                    justify-content: center;
                    box-shadow: 0 8px 16px rgba(49, 127, 203, 0.32);
                    color: white;
                    padding: 10px;
                    border-radius: 50%;
                    height: 40px;
                    width: 40px;
                    display: flex;
                    background-color: var(--defaultDatePickerColor);
                    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%);
                    font-weight: 600;
                }

    .datetime-body .days {
        align-items: center;
        display: flex;
        justify-content: space-around;
        font-size: 16px;
        height: 40px;
    }

        .datetime-body .days .day-item {
            font-weight: 700;
            font-size: 14px;
            width: calc(100% / 7);
            text-align: center;
        }

    .datetime-body .date-items.non-clickable {
        color: #dedbdb;
        pointer-events: none;
    }

.datetime-body .date-items.disabledDates,
.datetime-body .day-item.disabledDay {
    opacity: 0.5;
        pointer-events: none;
    text-decoration: line-through;
    }

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .datetime-sidebar.ui.bottom.sidebar {
        max-width: 480px;
        margin-left: calc(50% - 240px) !important;
        border-top-right-radius: 15px !important;
        border-top-left-radius: 15px !important;
    }
    .datetime-sidebar .datetime-body {
        max-height: 480px;
    }
}

/* DateTime css ENDS*/

/* CUSTOM TOAST */
.custom-toast {
    position: fixed;
    z-index: 999;
    background: #444;
    bottom: 150px;
    left: 0;
    right: 0;
    max-width: 300px;
    padding: 0px 25px;
    border-radius: 20px;
    margin: auto;
}

    .custom-toast .title {
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        color: white;
        padding: 10px 0px;
    }

    .custom-toast .body {
        text-align: center;
        color: white;
        padding: 5px 0px;
        padding-top: 0px;
        letter-spacing: 0.5px;
    }
/* CUSTOM TOAST ENDS*/


/*Time CSS*/
.time-picker-header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}

    .time-picker-header .header-text {
        font-size: 15px;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.time-picker-header .back,
.time-picker-header .submit {
        color: var(--defaultTimePickerColor);
        font-weight: 500;
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 15px;
    }

.time-picker-body {
    height: calc(40vh);
    min-height: 280px;
}

    .time-picker-body .time-picker-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 10px;
        color: #bbb;
        font-weight: 600;
        height: 60px;
    }

    .time-picker-body .time-picker-value {
        height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 15px 0px; */
    }

        .time-picker-body .time-picker-value .increment-div {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 15px 25px;
            border-bottom: 1px solid #e1e1e1;
        }

        .time-picker-body .time-picker-value .decrement-div {
            display: flex;
            justify-content: space-around;
            align-items: center;
            padding: 15px 25px;
            border-top: 1px solid #e1e1e1;
        }

.time-picker-body .time-picker-value .increment-div .item-increase,
.time-picker-body .time-picker-value .decrement-div .item-decrease {
                width: 33.33%;
                text-align: center;
                padding: 15px;
            }

.time-picker-body .time-picker-value .increment-div .item-increase .icon-arrow-up,
.time-picker-body .time-picker-value .decrement-div .item-decrease .icon-arrow-down {
                    border: 1px solid #cccccc;
                    border-radius: 55%;
                    padding: 15px;
                }

        .time-picker-body .time-picker-value .time-picker-values {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px 25px;
        }

            .time-picker-body .time-picker-value .time-picker-values .item-value {
                width: 33.33%;
                text-align: center;
                margin: 0px 20px;
            }

                .time-picker-body .time-picker-value .time-picker-values .item-value div {
                    padding: 10px;
                    background: #f5f5f5;
                    border-radius: 30px;
                    color: var(--defaultTimePickerColor);
                    font-weight: 500;
                    font-size: 21px;
                }

    .time-picker-body .time-picker-12-hours {
        height: calc(100%);
    }

        .time-picker-body .time-picker-12-hours .hour-group {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 33.33%;
            margin: 0px 20px;
        }

            .time-picker-body .time-picker-12-hours .hour-group .hour-items {
                letter-spacing: 1px;
                font-size: 18px;
                font-weight: 400;
                width: calc(100% / 4);
                text-align: center;
            }

                .time-picker-body .time-picker-12-hours .hour-group .hour-items .item-selected {
                    align-items: center;
                    justify-content: center;
                    box-shadow: 0px 5px 15px rgba(49, 127, 203, 0.32);
                    color: white;
                    height: 60px;
                    border-radius: 30px;
                    display: flex;
                    background-color: var(--defaultTimePickerColor);
                    font-weight: 700;
                    letter-spacing: 1.35px;
                    width: 60px;
                }

    .time-picker-body .time-picker-24-hours {
        height: calc(100%);
    }

        .time-picker-body .time-picker-24-hours .hour-group {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 25%;
            margin: 0px 20px;
        }

            .time-picker-body .time-picker-24-hours .hour-group .hour-items {
                letter-spacing: 1px;
                font-size: 18px;
                font-weight: 400;
                width: calc(100% / 6);
                text-align: center;
                display: flex;
                justify-content: center;
            }

                .time-picker-body .time-picker-24-hours .hour-group .hour-items .item-selected {
                    align-items: center;
                    justify-content: center;
                    box-shadow: 0px 5px 15px rgba(49, 127, 203, 0.32);
                    color: white;
                    height: 60px;
                    border-radius: 30px;
                    display: flex;
                    background-color: #6fc114;
                    font-weight: 700;
                    letter-spacing: 1.35px;
                    width: 60px;
                }

    .time-picker-body .time-picker-minutes {
        height: calc(100%);
    }

        .time-picker-body .time-picker-minutes .minutes-group {
            display: flex;
            justify-content: space-around;
            align-items: center;
            height: 33.33%;
            margin: 0px 20px;
        }

            .time-picker-body .time-picker-minutes .minutes-group .minutes-items {
                letter-spacing: 1px;
                font-size: 18px;
                font-weight: 400;
                width: calc(100% / 4);
                text-align: center;
                display: flex;
                justify-content: center;
            }

                .time-picker-body .time-picker-minutes .minutes-group .minutes-items .item-selected {
                    align-items: center;
                    justify-content: center;
                    box-shadow: 0px 5px 15px rgba(49, 127, 203, 0.32);
                    color: white;
                    height: 60px;
                    border-radius: 30px;
                    display: flex;
                    background-color: var(--defaultTimePickerColor);
                    font-weight: 700;
                    letter-spacing: 1.35px;
                    width: 60px;
                }

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .timepicker-sidebar.ui.bottom.sidebar {
        max-width: 480px;
        margin-left: calc(50% - 240px) !important;
        border-top-right-radius: 15px !important;
        border-top-left-radius: 15px !important;
    }
    .timepicker-sidebar .time-picker-body {
        height: calc(40vh);
    }
}
/*Control Type choose CSS*/
.choose-type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

    .choose-type .choose-type-wrapper {
        display: flex;
        border: 1px solid #bbb;
        border-radius: 5px;
        padding: 0px 0px;
        width: 90%;
    }

.choose-type .choose-type-wrapper .control-category-change, .choose-type .choose-type-wrapper .control-sheet-category-change {
    width: -webkit-fill-available;
    border-right: 1px solid #bbb;
    padding: 2px 10px;
    text-align: center;
    cursor: pointer;
}

.choose-type .choose-type-wrapper .control-category-change {
    text-transform: uppercase;
}

.choose-type .choose-type-wrapper .control-category-change.is-active, .choose-type .choose-type-wrapper .control-sheet-category-change.is-active {
    color: #fff;
    background: #26bc6a;
}

/*Control Type choose CSS*/
.overlay-dimmer {
    background: black;
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0.75;
}


/*License Modal Popup*/

        .licoverlay {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.7);
            transition: opacity 500ms;
            visibility: visible;
            opacity: 5;
            z-index: 9999;
        }

            .licoverlay:target {
                visibility: visible;
                opacity: 1;
            }

        .licpopup {
            margin: 70px auto;
            padding: 20px;
            background: #fff;
            border-radius: 5px;
            width: 30%;
            position: relative;
            transition: all 5s ease-in-out;
        }

            .licpopup h2 {
                margin-top: 0;
                color: #333;
            }

            .licpopup .close {
                /* position: absolute; */
                /* top: 20px; */
                /* right: 30px; */
                transition: all 200ms;
                font-size: 13px;
                font-weight: 500;
                text-decoration: underline;
                color: green;
                opacity: 1;
                float: left;
            }

                .licpopup .close:hover {
                    color: #06D85F;
                }

            .licpopup .content {
                max-height: 30%;
                width: 76%;
                overflow: auto;
                display: inline-flex;
            }

            .licpopup .dhq-green-background {
                user-select: none;
                position: relative;
                display: inline-block;
                white-space: nowrap;
                text-align: center;
                /* font-size: 0.75rem; */
                /* font-weight: normal !important; */
                border-style: none;
                border-color: inherit;
                border-width: 0px;
                outline: none;
                border-radius: 3px;
                padding: 8px 10px !important;
                width: 35%;
                background: #26bc6a;
                color: #fff;
                font-weight: bold;
            }

        @media screen and (max-width: 700px) {

            .licpopup {
                width: 70%;
            }
        }

        /* loader css */
 .hqlogo-container {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        
        .hqlogo-box {
            background: #33BAEC;
            width: 100px;
            height: 100px;
            border-radius: 24px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            padding: 16px;
            box-sizing: border-box;
        }
        
        .hqlogo-element {
            background: #fff;
            width: 18px;
            min-width: 18px;
            height: 18px;
            margin: 2px;
            min-height: 18px;
        }
        
        .hqlogo-group {
            display: flex;
        }
        
        .ele-a {
            background: none;
        }
        
        .ele-b,
        .ele-c {
            border-radius: 20px 0px 0px 0px;
        }
        
        .ele-f {
            border-radius: 0px 0px 20px 0px;
        }
        
        .ele-e {
            border-radius: 0px 0px 0px 20px;
        }
        
        .animation-logo {
            opacity: 0;
            transform: rotateX(0);
            animation: flip-horizontal-bottom 4s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            animation: rotate-90-cw 4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation-iteration-count: infinite;
        }
        
        @-webkit-keyframes rotate-90-cw {
            0% {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
            }
            10% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1;
            }
            60% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                opacity: 1;
            }
        }
        
        @keyframes rotate-90-cw {
            0% {
                -webkit-transform: rotate(90deg)scale(0.5);
                transform: rotate(90deg)scale(0.5);
            }
            10% {
                -webkit-transform: rotate(0deg)scale(1);
                transform: rotate(0deg)scale(1);
                opacity: 1;
            }
            60% {
                -webkit-transform: rotate(0deg)scale(1);
                transform: rotate(0deg)scale(1);
                opacity: 1;
            }
        }
        
        @-webkit-keyframes flip-horizontal-bottom {
            0% {
                -webkit-transform: scale(0.5);
                transform: scale(0.5);
            }
            10% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }
            60% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }
        }
        
        @keyframes flip-horizontal-bottom {
            0% {
                -webkit-transform: scale(0.5);
                transform: scale(0.5);
            }
            10% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }
            60% {
                -webkit-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }
        }
        
        .ele-b {
            animation-delay: .5s;
        }
        
        .ele-d {
            animation-delay: 1s;
        }
        
        .ele-f {
            animation-delay: 1.5s;
        }
        
        .ele-e {
            animation-delay: 2s;
        }
        
        .ele-c {
            animation-delay: 2.5s;
        }

    /*addon csss*/


.addon-container {
   width: 100%;
    height: 100%;
}
.addon-container  a {
    text-decoration: none;
    outline: 0;
    color: inherit;
}
.addon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 4px; 
    box-sizing: border-box;
}

.addon-doc-content {
   font-size: 14px;
    width: 96%;
    display: inline-block;
    padding: 0px 28px 6px 1px;
    border-radius: 16.5px;
    font-size: 13px;
    font-weight: 400;
    color: #8a8686;
    transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    outline: none;
   
}

.addon-h1 {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    color: rgb(68, 68, 68) !important;
    padding: 10px 1px 9px 8px;
}

.CtaButton {
    display: inline-block;
    padding: 3px 0 6px;
    border-radius: 16.5px;
    font-size: 14px;
    font-weight: 500;
    color: #26bc6a !important;
    transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    outline: none;
}

    .CtaButton.variant--Link:hover {
        color: #0a2540 !important;
        opacity: 1;
    }

.CtaButtonview {
    display: inline-block;
    padding: 3px 0 6px;
    border-radius: 16.5px;
    font-size: 14px;
    font-weight: 500;
    color: #444 !important;
    transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    outline: none;
}

.addon-viewdocs {
    width: 100%;
    /* text-align: center; */
    padding-left: 9px;
    padding-bottom: 6px;
    padding-top: 10px;
}

.addon-activatebutton {
        width: 100%;
    /* text-align: center; */
    padding-left: 9px;
}
/*end of add on*/   

.selectUserRoleDp.ui.dropdown .menu > .item > .description{
    white-space: pre-wrap;
    margin: 0;
    margin-top: 8px;
    line-height: 1.3;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.35px
}
 .selectUserRoleDp.ui.dropdown > .text > .description {
    display: none;
}
 .selectUserRoleDp.ui.selection.dropdown .menu {
    max-height: 20em;
}
 .selectUserRoleDp.ui.dropdown .menu .item .header{
    font-weight: 600 !important;
}
 .selectUserRoleDp.ui.dropdown .menu .item .description {
    font-weight: 500;
}
 .selectUserRoleDp.ui.dropdown .menu > .item:hover .header,
 .selectUserRoleDp.ui.dropdown .menu .selected.item .header{
    font-weight: 600 !important;
}
 .selectUserRoleDp.ui.dropdown .menu > .item:hover,
 .selectUserRoleDp.ui.dropdown.selected, 
 .selectUserRoleDp.ui.dropdown .menu .selected.item,
 .selectUserRoleDp.ui.dropdown .menu > .item:hover .description,
 .selectUserRoleDp.ui.dropdown .menu .selected.item .description {
    background: #F6F6FF;
    color: #696CFF;
    z-index: 13;
    font-weight: 500;
}
 
/* Announcement Css above INFO */
.announcement-section {
    padding: 16px;
    background-color: #9053FF;
}
.announcement-section .as-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.announcement-section .as-top .as-title{
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: white;
}
.announcement-section .as-top .as-title .icon {
    width: 20px;
    height: 24px;
    display: flex;
}
.announcement-section .as-top .as-title .text{
    display: flex;
    margin-left: 4px;
}
.announcement-section .as-top .as-close{
    color: white;
    display: flex;
    cursor: pointer;
}
.announcement-section .as-body{
    font-size: 11px;
    color: white;
}
.announcement-section .as-body a{
    color: white;
    text-decoration: underline;
    font-weight: 500;
    font-size: 11px;
    padding: 0px 4px;
}
/* Announcement css ends here */
/* Concurrent Access Popup css - starts here */
.switch-access-popup-container{
    width: 100%;
    height: 100%;
    background: rgba(100, 107, 131, .45);
    position: absolute;
    z-index: 6;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nocode.switch-access-popup {
    position: absolute;
    z-index: 3;
    top: 35%;
    left: 35%;
}

.nocode.switch-access-popup .accessed-email {
    color: #26bc6a;
}

.nocode.switch-access-popup .ca-img{
    object-fit: contain;
}
/* Concurrent Access Popup css - ends here */