@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Roboto;
} 


/* Support Tab Pop-up Form */
#ux-support-lightbox.ux-flat-lb {
    position: fixed;
    bottom: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
}
#ux-support-lightbox {
    z-index: 99999;
}
.lightboxCenterUi.open, .lightboxCenterUipdf.open {
    display: block;
}
#ux-support-lightbox-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.ux-flat-lb #ux-support-lightbox-Container {
    border: #ccc 1px solid;
}
#ux-support-lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15000;
    text-align: center;
}
#ux-support-lightbox-content-wrap {
    text-align: left;
}
.ux-flat-lb #ux-support-lightbox-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000;
    height: 34px;
}
.ux-flat-lb #ux-support-lightbox-title {
    border: 0;
    background-color: #fff;
}
#ux-support-lightbox-title {
    background-color: #e8e8e8;
    height: 27px;
    color: #333;
    font: 12px Arial,Helvetica,sans-serif;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
}
#ux-support-lightbox-headerText {
    float: left;
    margin-bottom: 1px;
    padding: 7px 0 0 10px;
}
.ux-flat-lb #ux-support-lightbox-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000;
    height: 34px;
}
#ux-support-lightbox-title {
    height: 27px;
    color: #333;
    font: 12px Arial,Helvetica,sans-serif;
}
#ux-support-lightbox-content-wrap {
    text-align: left;
}
#ux-lightbox-close-wrap {
    float: right;
    position: relative;
    z-index: 0;
    height: 27px;
    width: 32px;
}
.lightboxCenterUi #ux-lightbox-close, .lightboxCenterUipdf #ux-lightbox-close {
    cursor: pointer;
    left: 10px;
    top: 11px;
}
.ux-flat-lb #ux-support-lightbox-title {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #000;
    height: 35px;
    padding: 0px;
    margin: 0px;
}
.lightboxCenterUi #ux-support-lightbox-close, .lightboxCenterUipdf #ux-support-lightbox-close {
    cursor: pointer;
    left: 10px;
    top: 11px;
}

#ux-support-lightbox-content {
    clear: both;
    overflow: hidden;
    background-color: #fff;
    border: #fff 1px solid;
    text-align: left;
}
.ux-flat-lb #ux-support-lightbox-content {
    border-color: #e2e2e2;
}

#ux-support-lightbox-content {
    clear: both;
    overflow: auto;
    background-color: #fff;
    border: #fff 1px solid;
    text-align: left;
}
.lightboxCenterUi.open ~ #ux-support-lightbox-overlay, .lightboxCenterUipdf.open ~ #ux-support-lightbox-overlay {
    display: block;
    opacity: 0.75;
    height: 100%;
    background: #000;
}
#ux-support-lightbox-overlay {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14999;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
}

.close-support-lightbox{
    display: none;
}

.open-support-lightbox{
    display: block;
}



/*End Support Tab Pop-up Form */


/* Add Icon for Toggle */

.toggle_div .collapse-icon {
    padding-left: 30px;
    background-image: url(/resources/app/images/arrow_right.svg);
    background-position: 10px 4px;
    background-repeat: no-repeat;
    width: 10px;
    background-size: 8px;
    height: 100px;
}

.toggle_div .expend-icon {
    padding-left: 30px;
    background-image: url(/resources/app/images/arrow_down.svg);
    background-position: 10px 5px;
    background-repeat: no-repeat;
    width: 10px;
    background-size: 15px;
    height: 100px;
}

.tooltipcss.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.tooltipcss.modal.open{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    opacity: 1;
}
.tooltipcss.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.tooltipcss .modal-dialog {
    position: relative;
    width: 500px;
    margin: .5rem;
    pointer-events: none;
    z-index: 99;
    text-align: center;
    -webkit-box-shadow: rgb(0 0 0 / 40%) 0 0.1em 0.5em;
    -moz-box-shadow: rgba(0,0,0,0.4) 0 0.1em 0.5em;
    box-shadow: rgb(0 0 0 / 40%) 0 0.1em 0.5em;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -ms-border-radius: 0.3em;
    -o-border-radius: 0.3em;
    border-radius: 0.3em;
}
.tooltipcss.open.modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.tooltipcss.fade.show {
    opacity: 1;
}

.tooltipcss.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.tooltipcss .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.tooltipcss .modal-header {
    display: block;
    padding: 1rem 1rem 0.5rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-align: center;
}
.tooltipcss .x-msgbox-text {
    color: rgba(204,204,204,0.9);
}
.tooltipcss .thankyoumsg{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.7em;
    padding-bottom: 0.5rem;
}
.tooltipcss .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.tooltipcss .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.tooltipcss .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.tooltipcss button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}


.tooltipcss .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.tooltipcss .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding:1rem;
    line-height: 1.7rem;

}

.tooltipcss .modal-body form {
    display: block;
    margin-top: 0em;
}

.tooltipcss .modal-body .form-group {
    margin-bottom: 1rem;
}
.tooltipcss .modal-body .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}


.tooltipcss .modal-body .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tooltipcss .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0px 1rem 1rem;
}
.tooltipcss .btn-secondary {
    background-color:rgb(239, 239, 239);
}
.tooltipcss .btn-primary{

    color: #fff;
    background-color:#3b5998;
}
.tooltipcss .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.tooltipcss .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.tooltipcss .modal-footer>:not(:last-child) {
    margin-right: .25rem;
}
.tooltipcss .modal-footer>:not(:first-child) {
    margin-left: .25rem;
}
.modal-dialog.tooltip {
    height: auto !important;
}

.hq-tip {
    position: relative;
}

#tooltipContainer {
display:none;
padding: 8px !important;
top: 32px;
left: unset;
right: unset;
position: absolute;
border-radius: 5px;
background: #fff;
z-index: 11;
border: 1px solid rgba(0,0,0,.2);
box-shadow: 0 0 10px #ccc;
}


.ui-sesgs-container {
    background-color: white;
    border: 1px solid #ccc;
    border-top: none; /* remove top border to connect visually with input */
    z-index: 9999;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
}

.ui-sesgs-item {
    /*padding: 10px;*/
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.ui-sesgs-item:hover {
    background-color: #f2f2f2;
}

.proprofs-ai-box{
	border: 1px solid #e0e0e0; 
	background: #f9f9fb; 
	border-radius: 10px; 
	padding: 22px 24px 16px 24px; 
	margin-bottom: 22px; 
	box-shadow: 0 2px 8px rgba(80, 80, 120, 0.04);
}
.proprofsAi-icon{
	background-image: url(/resources/app/images/Ai_Icon.svg);
    background-position: 5px 4px;
    background-repeat: no-repeat;
    width: 30px;
    background-size: 15px;
    height: 20px;
}


@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0; }
    100% { opacity: 1; }
}

.blinking {
    animation: blink 1s infinite;
}

.ai-toggle{
    background-color: transparent;
    color: #3b5998;
    border-radius: 25px;
    padding: 10px 25px;
    border: 1px solid #0a53a8;
    outline: none;
    cursor: pointer;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.ai-toggle:hover {
    background-color: #0a53a8;
    color: #ffffff;
}


.dot-pulse {
    position: relative;
    left: -9999px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #1970d5;
    color: #1970d5;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 2s infinite linear;
    animation-delay: 0.25s;
    margin: 7px 0 0 20px;
  }
  
  .dot-pulse::before,
  .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #1970d5;
    color: #1970d5;
  }
  
  .dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 2s infinite linear;
    animation-delay: 0s;
  }
  
  .dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 2s infinite linear;
    animation-delay: 0.5s;
  }
  @keyframes dot-pulse-before {
    0% {
      box-shadow: 9984px 0 0 -5px;
    }
  
    30% {
      box-shadow: 9984px 0 0 2px;
    }
  
    60%,
    100% {
      box-shadow: 9984px 0 0 -5px;
    }
  }
  
  @keyframes dot-pulse {
    0% {
      box-shadow: 9999px 0 0 -5px;
    }
  
    30% {
      box-shadow: 9999px 0 0 2px;
    }
  
    60%,
    100% {
      box-shadow: 9999px 0 0 -5px;
    }
  }
  
  @keyframes dot-pulse-after {
    0% {
      box-shadow: 10014px 0 0 -5px;
    }
  
    30% {
      box-shadow: 10014px 0 0 2px;
    }
  
    60%,
    100% {
      box-shadow: 10014px 0 0 -5px;
    }
}

.header_search_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #0c0d0d33; /* Light tint */
  backdrop-filter: blur(2px); /* Actual blur */
  -webkit-backdrop-filter: blur(8px);
  display: none;
  z-index: 9999;
  box-sizing: border-box;
  padding: 40px 20px 0;
}

.search_overlay_content {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.outside-overlay {
  width: 100%;
  padding: 12px 18px 12px 18px;
  font-size: 18px;
  border-radius: 50px;
  border: 1px solid #dcdcdc;
  background: white;
  box-shadow: 0px 16px 32px -12px rgba(88, 92, 95, .1);
  display: flex;
  gap: 12px;
  align-items: center;
}
.search_overlay_input, .search_overlay_input:focus{
    outline:none;
    border: none;
    width: 700px;

}
.outside-overlay .search_icon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #999;
}






