@import url('https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* 

    =================|=================================
    class/id         | description
    ===================================================
    master-section   | to change sensor background
    emote-title      | change question title
    emo-text         | change emoticon text
    emo-cont         | change emoticon style. You can change emoticon button background color etc.
    clicked-emo-cont | Add the style after the emoticon button get clicked
    sensor-title     | change sensor title
    form-group label | This will change the all label colors including label for loyalty and comments.
    loyalty-message  | Change loyalty description style
    thank-you-note   | change thank you note text color
    footer           | Change footer color
    pdGroupTitle     | change group title properties
    progressfill     | change page progress color
    NPS style        | uncomment this code to show color coded NPS
*/

#master-section {
    position: relative;
    min-height: 657px;
    width: 100%;

    /* Base black background */
    background-color: #000;

    /* Multiple layered gradients */
    background-image:
        radial-gradient(circle at bottom left,
            rgba(255, 0, 140, 0.45) 0%,
            rgba(180, 70, 255, 0.28) 22%,
            transparent 45%),
        radial-gradient(circle at bottom center,
            rgba(0, 140, 255, 0.22) 0%,
            rgba(0, 140, 255, 0.10) 18%,
            transparent 40%),
        linear-gradient(to top,
            rgba(8, 12, 30, 0.95) 0%,
            rgba(0, 0, 0, 1) 45%);

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#master-section::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);

    background-size: 80px 80px;
    pointer-events: none;
    opacity: 0.45;
}

/* Glow blur effect */
#master-section::after {
    content: "";
    position: absolute;

    width: 900px;
    height: 900px;

    left: -250px;
    bottom: -350px;

    background: radial-gradient(circle,
            rgba(255, 0, 140, 0.55) 0%,
            rgba(120, 80, 255, 0.35) 35%,
            rgba(0, 140, 255, 0.18) 55%,
            transparent 75%);

    filter: blur(80px);
    pointer-events: none;
}

#pulse {
    display: block !important;
}

/* Make the header act like a stacked (column) layout */
#headerCompanyInfo {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 110px;
    /* increase if needed */
    padding: 10px 0 !important;
    margin-bottom: -25px;
}

/* Ensure bootstrap columns don't fight the new layout */
#headerCompanyInfo>[class*="col-"],
#headerCompanyInfo .row {
    width: 100% !important;
    margin: 0 !important;
}

/* Center the logo block */
#headerCompanyInfo .company-logo {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
}

/* Center the logo image itself */
#headerCompanyInfo .company-logo img,
#headerCompanyInfo img.brand-logo {
    display: block !important;
    margin: 0 auto !important;
    height: auto !important;
    max-height: 70px;
    /* adjust as you like */
    max-width: 90%;
}


.container[style] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.container[style] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* replace color to change question title color */
.emote-title {
    color: #ffffff;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-size: 14pt;
    font-weight: 200 !important;
}

.emo-text {
    font-size: 11pt;
    color: #ffffff;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
}

.emo-text-only {
    padding-top: 25px;
    padding-bottom: 25px;
    color: rgb(255, 255, 255);
}

.middle-box {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #f3f3f3;
}

/* change background color to change emoticon button color. */
.emo-cont {
    border: 1px solid #ffffff;
    margin: 3px 0px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    padding: 7px 0;
    border-radius: 4px;
    margin: 5px !important;
}

.clicked-emo-cont {
    border: 5px solid transparent !important;
    padding: 7px 0;
    border-radius: 4px;
    margin: 3px 0px;
    background:
        linear-gradient(#000, #000) padding-box,
        linear-gradient(90deg,
            #8B5CF6 0%,
            #38BDF8 100%) border-box !important;
}

.emo-ico img {
    width: 80%;
    display: inline-block;
    text-align: center;
    max-width: 55px;
    margin: 5px;
    filter: brightness(0) invert(1);
}

.media-uploaded {
    border: 2px solid #337ab7;
    background: #e9f7df1f;
}

.btn {
    color: #000000;

}

.btn-next {
    color: #000000;
}

.btn-submit {
    color: #000000;
}

.btn-prev {
    color: #333;
}

.btn-clear {
    color: #333;
}

.access-user-name,
.access-user-icon {
    display: none;
}

.btn-next,
.btn-submit,
.btn-prev,
.btn-clear,
.btn-skip,
.btn-ok,
.loyalty-redeem-button,
.btn-correct-ans {
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 10px 5px;
    text-align: center;
    min-width: 90px;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    padding: 9px 25px;
    font-size: 12pt;
    background: rgba(249, 249, 249, 1);
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: 600 !important;
}

.clear-submit-row {
    text-align: center !important;
}

.btn:hover {
    color: #9f2e27;
    text-decoration: none;
}

.btn-ok {
    color: #333
}

.btn-skip {
    color: #333;
    display: none
}

.btn-fb {
    color: white;
}

.btn-correct-ans {
    color: #ffffff;
}

.loyalty-redeem-button {
    border-color: #ed1c24;
    color: #333;
}

.logo-cust {
    margin: 3px 0 -3px 9px;
    height: 50px;
}

/* change color property to change sensor title font color */
.sensor-title {
    position: relative;
    font-size: 0 !important;
    color: transparent !important;
    background: transparent !important;
    text-align: center;
    margin-bottom: 10px;
}

.sensor-title::before {
    content: "Open Vacancies At ";

    color: white;
    background: transparent;
    font-size: 17pt;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    letter-spacing: -0.5px;
    line-height: 40px;
    font-weight: 200;
}

.pdGroupTitle {
    color: #ffffff !important;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-size: 14pt;
    margin-bottom: 30px;
    font-weight: 200 !important;
}

.sensor-title::after {
    content: " Emojot";
    /* added leading space */

    font-size: 20pt;
    font-family: 'Spectral', 'Inter', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    font-style: italic;
    letter-spacing: -0.5px;
    line-height: 40px;
    margin-left: 3px;
    background: linear-gradient(135deg, #61b7e5 0%, #337abb 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    display: inline-block;
}

#qt_q142,
#er_0q142 {
    display: none;
}

body {
    font-size: 11pt;
    color: #b6c0c7;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
}

.form-control {
    border-radius: 5px;

    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    color: #ffffff !important;

    border: 1px solid rgba(255, 255, 255, 0.15);
}

/* Placeholder text */
.form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.panel {
    margin: 0 10px;
}

.button {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.button1 {
    padding: 10px 24px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: none;
    background: rgba(250, 247, 247, 0.64);
}

.panel-group .panel-heading {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: black;
    background: rgba(249, 249, 249, 1);
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
}

.panel-title {
    font-size: 11pt;
    max-width: 90%;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    line-height: 1.6;
}

.row {
    background: transparent !important;
}

.my-emojots {
    display: none;
}

.panel-body {
    background: transparent !important;
}

#headerCompanyInfo>.access-user {
    text-align: center;
    float: right;
    text-shadow: 1px 1px 1px #000;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-style: italic;
    font-size: 15px;
    background-size: 120px 80px;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
}

.company-logo img {
    height: 50px;
}

/* change background color to change sensor footer color */
.footer {
    background: rgba(15, 15, 15, 0.15) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px);

    color: #fff;

    margin-top: -40px !important;
    /* pulls footer upward */
    margin-bottom: 0 !important;

    height: 40px;
    padding: 12px 13px;

    font-size: 8pt;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-sizing: border-box;
}

/* change label color to change label color of the entire sensor */
.form-group label {
    color: #ffffff !important;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-size: 12pt;
    font-weight: 200 !important;
}

/* Change color to change loyalty description text color */
.loyalty-message {
    color: #ffffff;
    font-size: 14pt;
}

.loyalty-bottom {
    text-align: center;
}

.loyalty-dialog div:nth-child(3) {}

.email-emote-message {
    color: white !important;
}

/* change this to change page progress color */
#progressfill {
    background: linear-gradient(90deg,
            #8B5CF6 0%,
            /* purple */
            #38BDF8 100%
            /* light blue */
        );
}

.progress_bar .pro-bar {
    background: #fdfdfd;
}

.progress_bar .progress_number {
    float: right;
    color: #ffffff;
}

#groupCommentBuzzModal .modal-header {
    background: #fff;
    color: #e4e4e4;
}

#groupCommentBuzzModal .modal-body {
    background: #fff;
    color: #333333;
}

#groupCommentBuzzModal .modal-footer {
    background: #fff;
    color: white;
}

#groupCommentBuzzModal .panel-body.comment-panel {
    background: #f6f6f6 !important;
}

#groupCommentBuzzModal .panel-footer.comment-footer {
    color: #333333;
}

/* change color to change thankyou note text color */
.thank-you-note {
    color: #ffffff !important;
}

.access-user-name {}

.pdGroupTitle {
    color: #ffffff;

}

.progress_bar .pro-bar {
    margin-top: 15px !important;
}

.company-logo {
    padding: 2px !important;
}

/*  view question - uncomment this to show big view question button if there are only one comment field */

/* 
#commentBuzzPanel i span{
	font-size:18px !important;
	display: none;
}

#commentBuzzPanel{
	text-align: center;
    padding: 7px;
    background: #ee4b30;
    border-radius: 10px;
    margin-top: 96px;
    color:white;
    box-shadow: black;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
    border: 1px solid #ee4b30;
    position: absolute;
    width: 60%;
    margin-left: 15%;
    margin-right: 15%;
    z-index:100;
}

#commentBuzzPanel i:after{
	content:'View questions';
	font-family: 'Lato', sans-serif !important;
	font-size:18px;
} */

/*  tab width - uncomment below code to add full width when load sensor only in tab */

/*.lean{
    width:100% !important;
    max-width:100% !important;
}*/

/* NPS style*/
.evz-nps-position-0,
.evz-nps-position-1,
.evz-nps-position-2,
.evz-nps-position-3,
.evz-nps-position-4,
.evz-nps-position-5,
.evz-nps-position-6 {
    background: #ff2942;
    color: white;
    border: 1px solid rgba(255, 0, 55, 0.61);
}

.evz-nps-position-7,
.evz-nps-position-8 {
    background: #ff7924;
    color: white;
    border: 1px solid rgba(195, 117, 34, 0.61);
}

.evz-nps-position-9,
.evz-nps-position-10 {
    background: #1ca757;
    color: white;
    border: 1px solid rgba(17, 144, 74, 0.61);
}

.clicked-nps-icon {
    border: 3px solid #333;
    box-shadow: 0px 2px 6px #716868;
}

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

.center img {
    height: 200px;
}

.thank-you-note {
    color: #ffffff !important;
}

.button {
    background-color: #3b6a87;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin: 10px 5px;
    text-align: center;
    min-width: 90px;
    display: inline-block;
    border-radius: 40px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    padding: 9px 25px;
    font-family: 'Inter', Helvetica, Arial, sans-serif !important;
    font-size: 12pt;
    background: rgba(249, 249, 249, 1);
    background: -moz-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249, 249, 249, 1)), color-stop(100%, rgba(227, 227, 227, 1)));
    background: -webkit-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -o-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: -ms-linear-gradient(top, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
    background: linear-gradient(to bottom, rgba(249, 249, 249, 1) 0%, rgba(227, 227, 227, 1) 100%);
}

a {
    color: #9f2e27;
    text-decoration: none;
}

#qe_q5414 {
    display: none;
}

#qt_q5414 {
    display: none;
}

.email-emote-message {
    display: none;
}

#master-section::before,
#master-section::after {
    z-index: 0;
}

#master-section>* {
    position: relative;
    z-index: 1;
}

/* make buttons look solid again */
.btn-next,
.btn-submit,
.btn-prev,
.btn-clear,
.btn-skip,
.btn-ok,
.loyalty-redeem-button,
.btn-correct-ans,
.button {
    opacity: 1 !important;
    background: #ffffff !important;
    color: #000000 !important;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
}

@media (max-width: 768px) {

    #master-section {
        min-height: 520px;
        overflow: hidden;
    }

    #master-section::before {
        background-size: 45px 45px;
        opacity: 0.3;
    }

    #master-section::after {
        width: 600px;
        height: 600px;
        left: -180px;
        bottom: -220px;
        filter: blur(60px);
    }

    .footer {


        padding-left: 25px !important;
    }
}