.ui-dialog { z-index: 9000 !important ;}
.ui-widget-header
{
    border: none;
    background: #fff;
    text-align: center;
}
#modal-useragent
{
    width: 520px!important;
}

@media (max-width: 530px)
{
    #modal-useragent
    {
        width: 98vw !important;
    }
}

.user-agent-warp
{
    display: flex;
}
.user-agent-bubble {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    bottom: 0;
    right: 0;
    max-width: 405px;
    padding: 24px;
    cursor: pointer;
    align-items: flex-end;
    -webkit-box-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem;
    flex: 0 1 auto;

}
.user-agent-avatar  .user-agent-avatar-img-wrapper {
    height: 70px;
    width: 70px;
    box-shadow: #0006 0 2px 6px;
    text-align: center;
    border-radius: 50px;
    overflow: hidden;
    background: none;
    z-index: 999999;
}

.user-agent-avatar-img-wrapper img {
    height: 100%;
    width: 100%;
}

.user-agent-bubble .user-agent-bubble-message .user-agent-bubble-arrow-left {
    position: absolute;
    width: 16px;
    height: 30px;
    bottom: 5px;
    right: -14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAYAAAA2Lt7lAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJrSURBVHgB3VY/jxJBFB9YOE9ZxOPk4iUUhBAToBMTW6z0C5BYWFhbUmklvYkVjQWN2MkHsCBZbPwEhoqYIAl/QiAohGRd2PH3lpnLurrLLnfV/ZKXmYGZ93t/Zt5bxq4tOOchIRdrdkUICWVhEts8ZBPfCMuJsNRSAEiFYcwVmlcqFflbMGttBC8wZEzTtH6jsdfrfczn832xxaRtu63cBDETa3/AIY07MB6Pn+EvlSSdTt/EeAw5gii1Ws3yyHdu/kcALxaj0ehlIpE4uQMkk8nbguioXC5HmC03e4mgrMNdMJlM3qqqeoZtp0SEMQa5AYnYvWFuOSJ2LwKCruvf6vX6I2w/I49E6I5LpVIUF0CxeXMYAcEwjEGr1XoSi8Xu4VgSEodQyKLkiSuJXwKJ4XD4DsfO4/H4KeXFRuIaKkqSxgNgNpt9ajQaD4UnqsiJ5QXn/97eQB5IbDabH81m8wHOy9sVdQvTQQQS8/n8FXTcYuKNcNuVDYscsEMBw35JI1038V3V1HhAUIja7fZjmWi6slcWouVy+blard5ntiRLAn7ZJPf7/Tc4cw6xX1Mr/szjsWn7FNND63Q6FWx3PjRZm0IHE6zX66+yVEBOhHJZXSNuofEVosVi8V4ovguxil0ul5MxV7wsDzMPQPdPxPs5CuhrLH9DdDwoHaOBZrTNZrPUhC4aEdujTHNaPhgMnqZSKZWErM5kMn+FhPlooRE52W63HxRF+UKtUrbN1Wr1fTqdGjQvFAq82+1ylGazWCxy9ACTBYSMI8VUoRov6nyE+W0sfom441NFrP33X4fVXkS7SdAviGuFP1wIP753IZqRAAAAAElFTkSuQmCC) center top no-repeat;
    z-index: 2;
}
.user-agent-bubble-avatar .user-agent-bubble-counter {
    width: 24px;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
    box-sizing: border-box;
    line-height: 12px;
    background: rgb(226,72,72);
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 100%;
}
.user-agent-bubble-avatar {
    position: relative;
    margin-top: 10px;
    pointer-events: auto;
    box-sizing: border-box;
    padding-right: .5rem;
    padding-left: .5rem;
    flex: 0 0 auto;
    display: inline-block;
}

.user-agent-bubble-avatar .user-agent-bubble-avatar-counter {
    width: 24px;
    height: 24px;
    padding-top: 3px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: 2;
    box-sizing: border-box;
    line-height: 12px;
    background: rgb(226,72,72);
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    border-radius: 100%;
}
.user-agent-bubble .user-agent-bubble-message {
    font-size: 16px;
    line-height: 1.35;
    color: #333;
    word-break: break-word;
    padding: 16px;
    margin-bottom: 4px;
    margin-right: 10px;
    position: relative;
    background: rgb(255,255,255);
    cursor: pointer;
    border-radius: 7px;
    pointer-events: auto;
    box-shadow: #0006 0 2px 10px;
    box-sizing: border-box;
    flex: 1;
}
@keyframes fade-in {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

.user-agent-fade-in {
    animation-name: fade-in 5s;
    animation-fill-mode: both;
    animation-duration: .5s;
}
.question-container-outer
{
    height: 585px;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.flex-center
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.lead-question-company-name
{
    font-size: 0.7em;
    color: rgb(117, 117, 117);
    margin-bottom: 10px;
}
.lead-question {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2 !important;
    padding: 10px 10px 12px !important;
    background: #f0f0f0 !important;
    border-radius: 10px;
}

.lead-question-pointer {
    content: "";
    display: block;
    height: 12px;
    width: 34px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAJCAYAAAAl45yBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACuSURBVHgBvZKBDcIgFEQPNugE4iZ1Eu0ITiBuoBNYJ5FRugFMgB4BkqZpsU2rl7w00E/u/wNhrVUAHqTGf2RII/KKDZz4uRCF38iRc1VVbVjIvJs2Dt77J7bXneyzaZAYq0rxv7B+ekOuNDTDH6J0akX8LhnepgqKxslcMX4tpTxinlrEu3Sloq/GvQZqxNevJko60ozFuonYgCbvHkEaCzV74oF5jn+HOGWHhfoALGhJ5ZhkpfQAAAAASUVORK5CYII=) center no-repeat;
    left: 0;
    right: 0;
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;

}
.grey-text-small
{
    font-size: 0.7em;
    color: #bbb;
}
.blue-box {
    background-color: rgb(0, 175, 232);
    border-radius: 5px;
    font-size: 1em;
    font-weight: 700;
    color : white;
    margin-top: 5px;
    line-height: 2em;
    width: 100%;
    border:0;

    position: relative;
    color: white;
    z-index: 1; /* Ensure text is above the background */
    transition: 0.3s ease;
}
.blue-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0); /* No overlay by default */
    z-index: -1; /* Keeps it behind the text */
    transition: background-color 0.3s ease;
}
.blue-box:hover::before, .blue-box:focus::before {
    background-color: rgba(255, 255, 255, 0.2); /* A white transparent overlay */
    cursor: pointer;
}

.blue-box-large {
    background-color: rgb(0, 175, 232);
    border-radius: 5px;
    font-size: 1.2em;
    font-weight: 700;
    color : white;
    margin-top: 10px;
    line-height: 3em;

    position: relative;
    color: white;
    z-index: 1; /* Ensure text is above the background */
    transition: 0.3s ease;
}
.blue-box-large::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0); /* No overlay by default */
    z-index: -1; /* Keeps it behind the text */
    transition: background-color 0.3s ease;
}
.blue-box-large:hover::before, .blue-box-large:focus::before {
    background-color: rgba(255, 255, 255, 0.2); /* A white transparent overlay */
    cursor: pointer;
}

.blue-text
{
    color: #2482f9;
}
.check-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: url(data:image/png;base64,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) center no-repeat;
    background-size: 40px;
}
.agent-input-text-wrapper {
    background: #fff;
    position: relative;
    border-radius: 3px!important;
    line-height: 20px!important;
}


.agent-input-checkBox-wrapper {
    background: #fff;
    margin: 10px 0px 3px 0px;
}
label[for="chkOptIn"] {
    font-size: 14px; /* Change this to the desired font size */
    line-height: 1.5; /* Optional: Adjust line spacing */
    color: grey;
}
.question-container-hints
{
    height: 370px;
    overflow-y: auto;
}

.question-container
{
    height: 430px;
    overflow-y: auto;
}
.form-control-placeholder {
    position: absolute!important;
    top: -1px!important;
    left: 2px!important;
    padding: 7px 0 0 13px!important;
    transition: all .2s!important;
    opacity: .5!important;
    z-index: 1!important;
    font-weight: 500!important;
    margin: 0!important;
    font-family: inherit!important;
    color: #6d6e7a!important;
    font-size: 75% !important;
}
.user-agent-input-text-inner {
    font-family: Avenir,sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    color: #6d6e7a!important;
    border: 1px solid #d1d7e0!important;
    border-radius: 3px!important;
    padding-top: 12px!important;
    padding-left: 14px!important;
    padding-bottom: 0!important;
    line-height: 20px!important;
    outline: none!important;
    display: block!important;
    width: 100%!important;
    background-color: transparent!important;
    box-shadow: 0 .17647rem .29412rem #0000000d!important;
    margin-top: 10px!important;
    margin-right : 12px;
    box-sizing: border-box!important;
    position: relative;
    z-index: 2;
    height: 55px!important;
    transition: all .1s ease-out;
}
.user-agent-input-text-inner:focus {
    border-color: #2482f9 !important;
}
.user-agent-input-text-inner.error {
    border-color: #ff2219 !important;
}
.agent-error-text
{
    text-align: right;
    color: #ff2219;
    font-size: 0.8em;
}

.user-agent-input-text-inner:focus, .user-agent-input-textarea-inner:focus
{
    border-color: #2482f9 !important;
}
{
    border-color:  mediumpurple !important;
}
.user-agent-input-textarea-inner {
    font-family: Avenir,sans-serif!important;
    font-size: 16px!important;
    font-weight: 300!important;
    color: #6d6e7a!important;
    border: 1px solid #d1d7e0!important;
    border-radius: 3px!important;
    padding-top: 12px!important;
    padding-left: 14px!important;
    padding-bottom: 0!important;
    line-height: 20px!important;
    outline: none!important;
    display: block!important;
    width: 100%!important;
    background-color: transparent!important;
    box-shadow: 0 .17647rem .29412rem #0000000d!important;
    margin-top: 10px!important;
    margin-right : 12px;
    box-sizing: border-box!important;
    position: relative;
    z-index: 2;
    height: 100px!important;
    transition: all .1s ease-out;
}
.large-black
{
    font-size: 2em;
    font-weight: 700;
    color: black;
}
.agent_link_button
{
    color: white;
    text-decoration: none; ;
}
.agent_link_button:visited
{
    color: white;
    text-decoration: none;
}
.ui-dialog .ui-dialog-title
{
    width: 100%;
}
.m-t-5
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.display-hide
{
    display: none;
}