

.im-toast.ant-notification-notice-success {
  --current-color: #00c151;
}

/* .ant-notification .ant-notification-notice-error { */
.im-toast.ant-notification-notice-error {
  --current-color: #ed1c24;
}

.im-toast.ant-notification-notice-warning  {
  --current-color: #ffa01c;
}

.im-toast {
  --current-color: #005dd0;
  border: solid 1px var(--current-color);
  border-left-width: 5px;
}

.im-toast .ant-notification-notice-message {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: var(--current-color);
}

.im-toast .ant-notification-notice-icon {
  left: 15px;
}
.im-toast .ant-notification-notice-icon, .im-toast .ant-notification-notice-close {
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0.5em;
}

.ant-notification-notice-description {
  margin-right: 25px;
}
.ant-notification {
  z-index: 99999 !important;
}
@media screen and (max-width : 400px) {
  .im-toast{
    width: 85%;
  }

  .ant-notification-notice {
    max-width: calc(min(384px, 100vw - 24px * 2));
    width: auto;
  }

  .ant-notification.ant-notification-topRight {
    margin-left: 18px;
  }
}
.slick-list,.slick-slider,.slick-track{
    position:relative;
    display:block
}
.slick-loading .slick-slide,.slick-loading .slick-track{
    visibility:hidden
}
.slick-slider{
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent
}
.slick-list{
    overflow:hidden;
    margin:0;
    padding:0
}
.slick-list:focus{
    outline:0
}
.slick-list.dragging{
    cursor:pointer;
    cursor:hand
}
.slick-slider .slick-list,.slick-slider .slick-track{
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
}
.slick-track{
    top:0;
    left:0
}
.slick-track:after,.slick-track:before{
    display:table;
    content:''
}
.slick-track:after{
    clear:both
}
.slick-slide{
    display:none;
    float:left;
    height:100%;
    min-height:1px
}
[dir=rtl] .slick-slide{
    float:right
}
.slick-slide img{
    display:block
}
.slick-slide.slick-loading img{
    display:none
}
.slick-slide.dragging img{
    pointer-events:none
}
.slick-initialized .slick-slide{
    display:block
}
.slick-vertical .slick-slide{
    display:block;
    height:auto;
    border:1px solid transparent
}
.slick-arrow.slick-hidden{
    display:none
}


.slick-dots,.slick-next,.slick-prev{
    position:absolute;
    display:block;
    padding:0
}
.slick-dots li button:before,.slick-next:before,.slick-prev:before{
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.slick-loading .slick-list{
    
}

.slick-next,.slick-prev{
    font-size:0;
    line-height:0;
    top:50%;
    width:20px;
    height:20px;
    -webkit-transform:translate(0,-50%);
    -ms-transform:translate(0,-50%);
    transform:translate(0,-50%);
    cursor:pointer;
    color:transparent;
    border:none;
    outline:0;
    background:0 0
}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{
    color:transparent;
    outline:0;
    background:0 0
}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{
    opacity:1
}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{
    opacity:.25
}
.slick-next:before,.slick-prev:before{
    font-size:20px;
    line-height:1;
    opacity:.75;
    color:#fff
}
.slick-prev{
    left:-50px
}
[dir=rtl] .slick-prev{
    right:-25px;
    left:auto
}

.slick-next{
    right:-50px
}
[dir=rtl] .slick-next{
    right:auto;
    left:-25px
}
.slick-dotted.slick-slider{
    margin-bottom:30px
}
.slick-dots{
    bottom:-60px;
    width:100%;
    margin:0;
    list-style:none;
    /* text-align:center */
}
.slick-dots li{
    position:relative;
    display:inline-block;
    width:20px;
    height:20px;
    /* margin:0 5px; */
    padding:0;
    cursor:pointer
}
.slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    width:20px;
    height:20px;
    padding:5px;
    cursor:pointer;
    color:transparent;
    border:0;
    outline:0;
    background:0 0
}
.slick-dots li button:focus,.slick-dots li button:hover{
    outline:0
}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{
    opacity:1
}
.slick-dots li button:before{
    font-size:45px;
    line-height:20px;
    position:absolute;
    top:0;
    left:0;
    width:20px;
    height:20px;
    content:'•';
    text-align:center;
    opacity:.15;
    color:#000
}
.slick-dots li.slick-active button:before{
    opacity:.75;
    color:#f49c26;
}

html {
  transition: 0.2s ease-in-out;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

#chatbot_redesign {
  min-height: 100vh;
  width: 100%;
}

.mindef-scam-modal {
  .ant-modal-close-x{
    svg{
      path{
        fill: #fff;
      }
    }
  }
  .ant-modal-content {
    background: linear-gradient(89.42deg, #4C0079 4.76%, #5F00BD 100.08%);
    color: #fff;
    a {
      color: #fff;
    }
  }
}

/*We'll be hiding the accessibility features in mobile/tablet screens, as most modern
mobile OS' comes with important accessibility tools out of the box.*/
/*We need "!important" here as we're overriding an inline style from EqualWeb plugin*/

@media (orientation: portrait) and (max-width: 320px) {
  #INDWrap {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  #INDmenu-btn {
    display: none;
  }
}

#INDWrap #INDmenu-btn {
  transition: left 200ms ease-in-out, transform 0.6s;
}

.INDblackwhite .navbar-item button svg path {
  fill: #ffffff;
}
.INDblackwhite .ant-input-affix-wrapper, .long-answer-input .long-answer-input-container:hover .ck-editor, .long-answer-input .long-answer-input-container:focus .ck-editor {
  border-color: #ffffff!important;
}
.INDblackwhite #chatbot_redesign .navigation-bar .navigation-bar-header .navigation-bar-header-container .navigation-bar-wrapper .progressbar-container .section-count {
  color: #ffffff;
  z-index: 1;
}
.INDwhiteblack #chatbot_redesign .navigation-bar .navigation-bar-header .navigation-bar-header-container .navigation-bar-wrapper .progressbar-container .section-count {
  color: #000000;
  z-index: 1;
}
.INDblackwhite #chatbot_redesign .navigation-bar .navigation-bar-header .navigation-bar-header-container .navigation-bar-wrapper .progressbar-container .progress-level-list-wrap .progress-level-item .ant-progress .ant-progress-outer .ant-progress-inner {
  border: 1px solid #ffffff;
}
.INDblackwhite #chatbot_redesign .ant-progress-status-success .ant-progress-bg {
  background-color: #ffffff!important;
}
.INDwhiteblack #chatbot_redesign .navigation-bar .navigation-bar-header .navigation-bar-header-container .navigation-bar-wrapper .progressbar-container .progress-level-list-wrap .progress-level-item .ant-progress .ant-progress-outer .ant-progress-inner {
  background-color: #dddbdb!important;
}
.INDwhiteblack #chatbot_redesign .ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a!important;
}
#INDshortcutMenu {
  right: 0 !important;
}
#INDvirtualKeyboard {
  left: unset !important;
  right: 0 !important;
}
#INDspeechWrap {
  bottom: 75px !important;
}
#INDvoiceCmdCtrls .INDctrlWrap, #INDreaderWrap #INDreaderCtrls {
  border-bottom: 3px solid #b6470c !important;
}
#INDreaderWrap #INDreaderCtrls {
  gap: 10px;
}
body[data-indmonochrome] #chatbot_redesign {
  overflow: hidden;
}
.INDmonochrome div:has( > div.ant-modal-root) {
  filter: none !important;
}

.navigation-side-drawer button.sidebar-items {
  background: transparent;
  border: none;
  font-size: 1.6rem;
  cursor: pointer;
  color: var(--im-outer-space);
}

.ant-btn-default:hover {
  opacity: 0.6;
  transition: 0.3s all;
}

.chatbot-v2-body .imp-maintenance-msg.imp-mtnce-mobile-msg {
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 35px;
  width: 100%;
}

.chatbot-v2-body .imp-maintenance-msg.imp-mtnce-mobile-msg p {
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
}

.chatbot-v2-body:has(.imp-maintenance-msg.imp-mtnce-mobile-msg) #chatbot_redesign .main-layout .main-layout-container .navigation {
  top: 35px;
}

.chatbot-v2-body:has(.imp-maintenance-msg.imp-mtnce-mobile-msg) #chatbot_redesign .main-layout .main-layout-container .chat-body {
  padding-top: 115px;
}

.chatbot-v2-body:has(.imp-maintenance-msg.imp-mtnce-mobile-msg) .ant-drawer-left.navigation-side-drawer {
  top: 35px;
  height: calc(100% - 35px);
}

.truncated:has(img.secure-artefact) + .chat-text__action {
  display: none !important;
}

.chatbot-v2-body.INDblackwhite #chatbot_redesign .main-layout .main-layout-container .chat-body .chat-message-bubble .chat-text,
.chatbot-v2-body.INDwhiteblack #chatbot_redesign .main-layout .main-layout-container .chat-body .chat-message-bubble .chat-text,
.chatbot-v2-body.INDbackgroundColors #chatbot_redesign .main-layout .main-layout-container .chat-body .chat-message-bubble .chat-text {
  z-index: 99 !important;
}

html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy) .widget-open span, 
html:not(#INDdummy) body[data-indbackgroundcolors]:not(#INDdummy)>:not(#INDWrap) .widget-open span, 
html:not(#INDdummy) body[data-indwhiteblack]:not(#INDdummy)>:not(#INDWrap) .widget-open span,
html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy) .navigation-side-drawer, 
html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy) .navigation-side-drawer .ant-drawer-mask,
html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy) .ant-drawer-header,
html:not(#INDdummy) body[data-indwhiteblack]:not(#INDdummy) .navigation-side-drawer, 
html:not(#INDdummy) body[data-indwhiteblack]:not(#INDdummy) .navigation-side-drawer .ant-drawer-mask,
html:not(#INDdummy) body[data-indwhiteblack]:not(#INDdummy) .ant-drawer-header { 
  background: transparent !important;
}

.chatbot-v2-body .ant-picker-dropdown {
  z-index: 9999;
}

@media only screen and (max-width: 991px) {
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel .INDaccProfileSection #INDalttextProfileBtn_Blindness,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #accProfileSection_1,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel .INDaccProfileSection #INDalttextProfileBtn_VisuallyImpaired,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #accProfileSection_4,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #INDepilepsyBtn,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #INDalttextBtn,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #INDmenuGroup-cursors,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #INDkeyboardBtn, 
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #INDsmartnavBtn,
  #INDmenu.INDmenu-loaded .INDmenuBody .INDmenuRow .INDmenuPanel #INDreadablefontBtn {
    display: none;
  }
}

html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy).INDblackwhite button.ant-btn,
html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy)>:not(#INDWrap) h5,
html:not(#INDdummy) body[data-indblackwhite]:not(#INDdummy)>:not(#INDWrap) h6 {
  color: white !important;
  background-color: black!important;
}

html:not(#INDdummy) body[data-indwhiteblack]:not(#INDdummy).INDwhiteblack button.ant-btn {
  color: black !important;
  background-color: white !important;
}

html:not(#INDdummy) body[data-indblackcursor]:not(#INDdummy).INDblackcursor button.ant-btn,
html:not(#INDdummy) body[data-indblackcursor]:not(#INDdummy).INDblackcursor button.ant-btn.ant-btn-default.ant-btn-lg.btn-normal span,
html:not(#INDdummy) body[data-indblackcursor]:not(#INDdummy).INDblackcursor button.ant-btn > span,
html:not(#INDdummy) body[data-indblackcursor]:not(#INDdummy).INDblackcursor .widget-open,
html:not(#INDdummy) body[data-indblackcursor]:not(#INDdummy).INDblackcursor .widget-details li,
html:not(#INDdummy) body[data-indblackcursor]:not(#INDdummy).INDblackcursor .popover-wrap.popover-wrap--support-controller .content-container .helper-text .support-link {
  cursor: url('https://access.equalweb.com/assets/images/cursors/bighandblack.cur'),auto !important;
}

html:not(#INDdummy) body[data-indwhitecursor]:not(#INDdummy).INDwhitecursor button.ant-btn,
html:not(#INDdummy) body[data-indwhitecursor]:not(#INDdummy).INDwhitecursor button.ant-btn > span,
html:not(#INDdummy) body[data-indwhitecursor]:not(#INDdummy).INDwhitecursor .widget-open,
html:not(#INDdummy) body[data-indwhitecursor]:not(#INDdummy).INDwhitecursor .widget-details li,
html:not(#INDdummy) body[data-indwhitecursor]:not(#INDdummy).INDwhitecursor .popover-wrap.popover-wrap--support-controller .content-container .helper-text .support-link {
  cursor: url('https://access.equalweb.com/assets/images/cursors/bighandwhite.cur'),auto !important;
}

html:not(#INDdummy) body[data-indblackcursor]:not(#INDdummy) .ant-popover,
html:not(#INDdummy) body[data-indwhitecursor]:not(#INDdummy) .ant-popover {
  cursor: unset ;
}

html:not(#INDdummy) body[data-indwhiteblack]:not(#INDdummy) .navigation-side-drawer .ant-drawer-header .title-template-container > * {
  color: #000000 !important;
}

html:not(#INDdummy) body[data-indbackgroundcolors]:not(#INDdummy) .navigation-side-drawer {
  width: auto;
}

.powered-impress-logo {
  display: flex;
  align-items: center;
  width: 70px;
  margin-left: 5px;
}
.powered-impress-logo svg {
  width: 100%;
}
.chat-footer .powered-impress-logo {
  margin-bottom: 5px;
}
.chat-footer a.powered-by:has(.powered-impress-logo) {
  bottom: -7px;
}

#proctoring-widget.view-in-v2 {
  top: 70px;
  z-index: 999;
  position: fixed;
  width: auto;
  margin-left: unset;
  left: unset;
  right: -10px;
  height: fit-content;
}
#proctoring-widget.view-in-v2 .proctoring-section .proctoring-status-label {
  float: right;
  font-size: 14px;
}
.remaning-time__content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #484D4E;
}
.remaning-time__content b{
  font-size: 20px;
}
.remaning-time__content p{
  margin: 10px;
}
.remaning-time__content label{
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.rate-limit-modal .ant-modal-footer{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.rate-limit-modal .ant-modal-close-x{
  display: none;
}

@media screen and (max-width: 767px) {
  .remaning-time__content b {
    font-size: 14px;
  }
  .remaning-time__content p{
    font-size: 12px;
  }
  .remaning-time__content label{
    font-size: 12px;
  }
}
.singpass-modal__content{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; 
  font-size: 16px;
}
.singpass-modal__content button{
  background-color: #EE404C !important;
  border-color: #EE404C !important;

}
.singpass-modal__content span{
  display: flex;
  align-items: center;
}
.singpass-modal__content span svg{
  margin-right: 5px;
}



body,
* {
  font-family: "Roboto", sans-serif;
}
img {
  max-width: 100%;
}

body, * {
  box-sizing: border-box;
}
.widget-wrapper{
    position: absolute;
    right: 3%;
    bottom: 13vh;
    z-index: 1040;
}
.chatbot-v2-body .widget-wrapper {
    position: fixed;
    right: 2%;
    bottom: 7vh;
}
.widget-details .widget-scroll-area,
.chatbot-v2-body .widget-details .widget-scroll-area {
    max-height: calc(58vh - 60px);
    overflow-y: auto;
}
@media screen and (max-width: 767px) {
    .chatbot-v2-body .widget-wrapper {
        bottom: 13vh;
    }
    .chatbot-v2-body .widget-details .widget-scroll-area {
        max-height: 55vh;
    }
}
@media screen and (max-height: 730px) {
    .widget-wrapper {
        bottom: 15vh;
    }
    .chatbot-v2-body .widget-wrapper {
        bottom: 13vh;
    }
}
.widget-open{
    height: 100px;
    width: 100px;
    background: linear-gradient(180deg, var(--im-primary-color-shade-5) 0%, var(--im-primary-color) 100%);
    box-shadow: 1px 3px 7px 0 rgba(0,0,0,0.2);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    color: #fff;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    font-size: 64px;
    cursor: pointer;
}
.widget-open span {
    transition: 0.3s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-open span.open-icon {
    width: 48px;
    height: 48px;
    transform: translate(-7px, 4px);
}
.widget-open .hidden {
    opacity: 0;
}
.widget-open span.close-icon {
    width: 24px;
    height: 24px;
    transform: translate(24px, 0px);
}
.widget-open span.close-icon svg path {
    fill: #ffffff
}
.widget-open span svg {
    width: 100%;
    height: 100%;
}
.wiget-content{
    position: fixed;
}
.wiget-content .ant-popover-inner{
    background-color: transparent;
    box-shadow: none;
}
.wiget-content .ant-popover-inner-content{
    padding: 0px ;
}
.widget-details ul{
    list-style: none;
    padding: 9px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
}
.widget-details p.section-title{
    font-size: 14px;
    padding-inline-start: 18px;
}
.wiget-content .widget-details ul{
    max-width: 290px;
}
.wiget-content .widget-details .view-more {
    width: 100%;
    padding: 0;
    height: 60px;
}
.widget-details li {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    padding: 9px 18px;
    width: 100%;
    overflow-x: hidden;
}
.widget-details li div{
    display: flex;
    flex-direction: column;
}
.widget-details p {
    margin: 0;
    padding: 0 10px;
    font-size: 12px;
}
.widget-details span{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #484D4E;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    min-width: 178px;
    padding: 0 10px;
}
.widget-details li label{
    margin: 0;
    width: 41px;
    height: 41px;
    min-width: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--im-primary-color);
    border-radius: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.widget-open.back svg{
    width: 25px;
}
.widget-open.back svg g{
    stroke: #fff;
}
.chatbot-page .ant-modal-mask,
.chatbot-v2-body .ant-modal-mask {
    z-index: 9999;
}
.chatbot-page .ant-modal-wrap,
.chatbot-v2-body .ant-modal-wrap {
    z-index: 9999;
}
.wiget-content .widget-details{
    background-color: #fff;
    box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
}
.wiget-content .ant-popover-arrow{
    display: none
}
.bt-bor{
    border-bottom: 1px solid #DDDBDB;
}
.section-border-top {
    border-top: 1px solid #DDDBDB;
}
.widget-sidebar-wrap{
    position: fixed;
    max-width: 350px;
    width: 90%;
    top: 0;
    bottom: 0;
    right: -100%;
    background: #fff;
    height: 100%;
    border-radius: 5px;
    transition: 0.3s all;
}
.widget-sidebar-wrap .ant-tabs-nav {
    padding-inline-start: 12px;
}
.widget-sidebar{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    display: none;
    opacity: 0;
}
.widget-sidebar-wrap .close-btn{
    width: 20px;
    height: 30px;
    background: var(--im-primary-color);
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    position: absolute;
    top: 60px;
    font-size: 13px;
    cursor: pointer;
    left: -20px;
    padding: 0 8px;
}
.widget-details li label.not_started{
    background-color: #FF3F33;
}
.widget-details li label.completed{
    background-color: #5CB87A;
}
.widget-details li:hover{
  background-color: #eee;
}

.widget-details li.active {
    position: relative;
}

.widget-details li.active::after, .widget-open.is_new::after{
    content: "";
    width: 8px;
    height: 8px;
    background: #FF4A4A;
    border-radius: 50%;
    position: absolute;
    right: 20px;
}
.widget-open.is_new::after{
    right: 7px;
    top: 3px;
}
.widget-sidebar.active{
    display: block;
    opacity: 1;
}
.widget-sidebar-wrap.active {
    right: 0;
}
.status-sec{
    font-size: 12px;
    line-height: 14px;
    color: #9B9B9B;
    font-weight: normal;
    margin: 0;
    padding: 16px 16px 0;
}
.widget-details div:nth-child(2) .status-sec{
    border-top:1px solid #E9E9E9;
}
.widget-details div:nth-child(3) .status-sec{
    border-top:1px solid #E9E9E9;
}
.empty-data{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: var(--im-primary-color);
}
.widget-sidebar-wrap .widget-details{
    max-height: 90vh;
    overflow-y: auto;
}
.widget-details .widget-scroll-area ul.border-top:first-child {
    border-color: white;
}
.widget-details ul.docusign-envelopes li label {
    background-color: #1980FF;
}
ul.docusign-envelopes > li[disabled] {
    opacity: 0.5;
    pointer-events: none;
}
ul.docusign-envelopes > li[disabled] > .ant-spin {
  margin-right: 0.65rem;
  margin-block: 0.35rem;
}
ul.docusign-envelopes > li[disabled] > .ant-spin > span {
    min-width: 0;
    padding: 0;
}

.wiget-content {
    z-index: 1040;
}
body:has(.widget-sidebar-wrap.active) .wiget-content {
    z-index: 1000;
}

.passcode-edit-icon svg path{
    fill: #fff;
}

.impress-forms-list li label {
    background-color: #1980FF;
}

.impress-forms-list svg path {
    fill: white;
}

@media only screen and (max-width: 767px) {
    #chatbot_redesign .navigation-bar .navigation-bar-header .navigation-bar-header-container .progress-status.small.with-accessibility {
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        height: 20px;
    }
    .widget-open {
        height: 70px;
        width: 70px;
    }
    .widget-open span.open-icon {
        width: 40px;
        height: 40px;
        transform: translate(-8px, 2px);
    }
    .widget-open span.close-icon {
        width: 20px;
        height: 20px;
        transform: translate(21px, 1px);
    }
}

@media only screen and (max-width: 991px) {
    .chatbot-v2-body .widget-wrapper {
        right: 3%;
    }
}

#chatbot_redesign .navigation-bar .progress-status.small.with-accessibility .accessibility .btn-icon {
    border: none;
    box-shadow: none;
    height: 37px;
}

#chatbot_redesign .navigation-bar .progress-status.small.with-accessibility .accessibility svg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.info-text-communication{
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .communication-section .checkbox-for-text{
    margin: 5px 0;
  }
.passcode-section-modal .ant-modal-content {
    padding: 0;
}

.passcode-section-modal .ant-modal-header {
    padding: 16px 20px 16px 36px;
    border-bottom: 1px solid #F0F0F0;
}

.passcode-section-modal .ant-modal-footer {
    padding: 16px 20px 16px 36px;
    border-top: 1px solid #F0F0F0;
}

.passcode-section-modal .passcode-modal-content {
    padding: 24px 36px 24px 36px;
}

.passcode-section-modal .passcode-modal-content h4 {
    margin-bottom: 8px;
}

.passcode-section-modal .ant-modal-header {
    margin-bottom: 0;
}

.passcode-modal-content .error-message {
    color: #ff4d4f;
}

.passcode-section-modal-title label {
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    color: var(--im-outer-space);
}

.mobile-drawer-view.ant-drawer.passcode-section-modal .passcode-modal-content {
    padding: 0 0 24px 0;
}

.impress-form-status {
    width: fit-content;
}

.impress-form-status .ant-tag {
    min-width: fit-content;
}

.impress-form-status.changes-requested .ant-tag,
.impress-form-status.in-progress .ant-tag {
    border-color: #FFA39E;
    color: #F5222D;
    background-color: #FFF1F0;
}

.impress-form-status.pending-review .ant-tag {
    border-color: #FFD591;
    color: #FA8C16;
    background-color: #FFF7E6;
}

.impress-form-status.not-started .ant-tag {
    border-color: #D9D9D9;
    color: #8C8C8C;
    background-color: #F5F5F5; 
}

.impress-form-status.completed .ant-tag {
    border-color: #B7EB8F;
    color: #52C41A;
    background-color: #F6FFED;
}

@media only screen and (min-width: 1200px) {
    #proctoring-widget {
        position: relative;
        left: 10%;
    }
}

@media only screen and (min-width: 1025px) {
    #proctoring-widget {
        position: relative;
        left: 5%;
    }
}

@media only screen and (max-width: 1024px) {
    #proctoring-widget {
        position: absolute;
        right: 5%;
        top: 70%;
    }
    .proctoring-section .proctoring-status-label{
        box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.25);
    }
}

@media only screen and (max-width: 520px) {
    .proctoring-view-modal .ant-modal-content{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .ant-modal.proctoring-view-modal{
        max-width: 100vw;
        margin: 0;
        padding: 0;
    }
    .proctoring-modal-dialog.ant-modal-centered::before,
    .proctoring-modal-dialog.ant-modal-centered .ant-modal{
        vertical-align: bottom;
    }
}

#proctoring-widget{
    position: sticky;
    bottom: 0;
    z-index: 100;
    margin-left: -15px;
}

.proctoring-section{
    height: max-content;
    padding: 10px;
}

.proctoring-section > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.proctoring-status-alert{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e1f4fe;
    color: #000000;
    border: 1px solid #45a1d3;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.proctoring-action-btn{
    background: #45a1d3;
    border: none;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 8px;
}

.proctoring-view-modal-body{
    display: flex;
    flex-direction: column;
    place-items: center;
    gap: 15px;
    color: #484D4E;
    text-align: center;
}

.status-title{
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
}

.troubleshooting-text,
.status-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.proctoring-section .proctoring-status-label{
    box-sizing: border-box;
    border-radius: 4px;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
    padding: 5px 10px;
    max-width: 200px;
    overflow-wrap: anywhere;
}

.proctoring-verified {
    background: #E6F7FF;
    border: 1px solid #91D5FF;
}

.proctoring-inprogress {
    background: #FFFBE6;
    border: 1px solid #FFE58F;
}

.proctoring-completed{
    background: #F6FFED;
    border: 1px solid #B7EB8F;
}

.proctoring-error {
    background: #FFF1F0;
    border: 1px solid #FFCCC7;
}

.proctoring-view-modal .error-message{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}

.proctoring-confirmation-modal .ant-modal-content{
    padding: 26px 26px;
}

.proctoring-confirmation-modal .ant-modal-footer{
    text-align: center;
}

.proctoring-confirmation-modal .confirm-message{
    font-size: 16px;
    display: flex;
    align-items: baseline;
    text-align: left;
}

.troubleshooting-text a.refresh-link{
    color: #3e92d2;
    cursor: pointer;
}

.troubleshooting-text a.refresh-link:hover{
    color: #3e92d2;
}

.important-note{
    color: #cb0909;
}

.origin-modal-body {
    font-size: 15px;
}

.origin-modal-body .heading {
    color: #1C1C1C;
    font-family: Roboto;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 24px;
    margin: 10px 0 20px 0;
}

.origin-modal-body .body-text {
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 15px;
}

.origin-modal-body .footer-area{
    float: right;
}
.candidate-instructions {
    margin: 15px 0;
    padding-right: 15px;
}

.proctoring-body-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-height: 45vh;
    overflow-y: auto;
}

.proctoring-body-div {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.origin-body-text {
    margin-bottom: 10px;
    max-height: 70vh;
    overflow-y: auto;
}

#candidate-home-wrapper {
  background-color: #fafafa;
  height: 100%;
  padding: 17px 50px;
}

#candidate-home-wrapper .application-list-container {
  width: 100%;
}

#candidate-home-wrapper .application-card {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.0787194);
  border-radius: 5px;
  margin-bottom: 1.5rem;
  width: 100%;
}

#candidate-home-wrapper .candidate-home__card-header {
  min-height: 55px;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  align-items: center;
  word-break: break-word;
}
@media (max-width: 467px) {
  #candidate-home-wrapper .candidate-home__card-header{
    display: block;
  }
  #candidate-home-wrapper .bot-link{
    padding: 0px;
  }
}

#candidate-home-wrapper .ant-divider-horizontal {
  margin: 0px;
}

#candidate-home-wrapper .application-name {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #484d4e;
}

#candidate-home-wrapper .application-location {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #9b9b9b;
  margin-top: 0.3rem;
}

#candidate-home-wrapper .header-option-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#candidate-home-wrapper .header-option-menu .option-icon {
  margin: 0px 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

#candidate-home-wrapper .header-option-menu svg {
  transform: scale(1.2);
  filter: grayscale(100%);
}

#candidate-home-wrapper .card-body {
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 2.5rem;
  flex-wrap: wrap;
}

#candidate-home-wrapper .progress-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 618px;
  overflow: auto;
  height: 113px;
  overflow-y: hidden;
}

#candidate-home-wrapper .bot-link {
  color: #005cc9;
}

#candidate-home-wrapper .card-option-button {
  padding-right: 0px;
}

.candidate-home-card-option-menu ul a {
  text-decoration: none;
}

/* STATUS CARD CSS */

#candidate-home-wrapper .status-container {
  width: 200px;
  margin-left: auto;
}

#candidate-home-wrapper .status-header {
  height: 32px;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #484d4e;
}

#candidate-home-wrapper .status-body {
  border-radius: 0px 0px 5px 5px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0px;
  text-align: center;
  color: #9b9b9b;
  padding: 1rem 1rem;
}

/* STEPPER CSS */

#candidate-home__progress-steps {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
  margin: 0px;
  width: 600px;
  overflow: auto;
}

.candidate-home__progress-step__step-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
  row-gap: 1rem;
  background: transparent;
  width: 150px;
}

.candidate-home__progress-step__step-icon-na {
  background: #dcdcdc;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  margin-bottom: 4px;
  margin-top: 2.5px;
}

.candidate-home__progress-step__bar {
  height: 2px;
  width: calc((100% - 15px));
  transform: translate(61%, -26px);
  display: flex;
}

.candidate-home__progress-step__bar.stage-completed {
  background: #38BD11;
}

.candidate-home__progress-step__bar.stage-incomplete {
  background: #dcdcdc;
  transform: translate(61%, -28px);
}

.candidate-home__progress-step__step-desc__title {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: left;
  color: #9b9b9b;
}

.candidate-home__progress-step__step-desc__title-sub {
  padding: 0px 5px;
  margin-bottom: 0.87rem;
  border: 1px solid white;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #484d4e;
}

.candidate-home__progress-step__step-desc__title-sub.stage-na {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  color: #9b9b9b;
}

.candidate-home__progress-step__bar__stage-in-progress {
  width: calc((100% - 15px));
  transform: translate(61%, -47px);
  display: flex;
  flex-direction: column;
  height: 0px;
}

.candidate-home__progress-step__bar__stage-in-progress__line {
  display: flex;
}

.candidate-home__progress-step__bar__stage-in-progress__popup {
  width: 25px;
  height: 18px;
  margin-bottom: 3px;
  position: relative;
}

.candidate-home__progress-step__bar__stage-in-progress__popup.hide-percentage{
  visibility: hidden;
}

.candidate-home__progress-step__bar__stage-in-progress__popup-text {
  background-color: var(--im-primary-color);
  color: white;
  font-family: Roboto;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0px;
  padding: 2px 3px;
  border-radius: 5px;
  margin-bottom: 4px;
  text-align: center;
  align-items: center;
}

.candidate-home__progress-step__bar__stage-in-progress__popup:after {
  content: '';
  position: relative;
  left: 8px;
  bottom: 3px;
  width: 0;
  /* height: 2px; */
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--im-primary-color);
  clear: both;
}

.candidate-home__progress-step__step-icon-completed > svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 960px) {
  #candidate-home-wrapper .card-body {
    height: auto;
  }
}

@media (max-width: 768px) {
  #candidate-home-wrapper .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2.5rem;
    flex-wrap: wrap;
    height: auto;
  }

  #candidate-home-wrapper .status-container {
    width: 200px;
    margin: auto;
  }
  
}

#candidate-home-wrapper .progress-table-container {
  width: 100%;
  margin-bottom: 5px;
}

#candidate-home-wrapper .progress-table {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  align-items: center;
}

#candidate-home-wrapper .progress-table-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 14px 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid whitesmoke;
}

#candidate-home-wrapper .progress-table-row__progress-percentage {
  color: #9b9b9b;  
  margin-right: 10px;
  font-size: 12px;
}

#candidate-home-wrapper .status-container .no-status {
  display: flex;
  min-height: 86px;
  flex-direction: column;
  justify-content: center;
}

#candidate-home-wrapper .status-container .no-status button {
  border-radius: 5px;
  border: 1px solid #D9D9D9;
}

html {
  background: #F5F5F5;
  font-size: 62.5%;
}

#candidate-home-header {
  position: fixed;
  top: 0;
  z-index: 5;
}

.content-body {
  margin-top: 67px;
}

#team-landing-page__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
}

#team-landing-page__wrapper .description-box {
  max-width: 500px;
  padding: 32px 0px;
  font-family: Roboto;
  color: #484D4E;
}

#team-landing-page__wrapper .description-box__heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
}

#team-landing-page__wrapper .description-box__content {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}

#team-landing-page__wrapper .team-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 70px;
}

#team-landing-page__wrapper .team-list__team-card {
  height: 340px;
  width: 300px;
  border: 1px solid #F0F0F0;
  cursor: pointer;
  box-shadow: 0px 4px 10px 5px #6F83951A;
  border-radius: 4px
}

#team-landing-page__wrapper .team-list__team-card_logo,
#team-landing-page__wrapper .team-list__team-card_botlist {
  background-color: #FFFFFF;
  height: 170px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#team-landing-page__wrapper .team-list__team-card_logo {
  padding: 0px 12px;
}

#team-landing-page__wrapper .team-list__team-card_botlist {
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 10px;
}

#team-landing-page__wrapper .team-list__team-card_botlist .team-name{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #D9D9D9;
  padding: 5px 10px;
}

#team-landing-page__wrapper .botlist__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0px 10px ;
}

#team-landing-page__wrapper .botlist__item-status{
  border-radius: 2px;
  height: 22px;
  width: 126px;
}

#team-landing-page__wrapper .reamining-count {
  padding: 0px 10px;
}

#team-landing-page__wrapper .botlist__item-status .status-font,
#team-landing-page__wrapper .botlist__item-name,
#team-landing-page__wrapper .reamining-count {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #484D4E;
}

#team-landing-page__wrapper .botlist__item-name {
  max-width: 145px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


#team-landing-page__wrapper .botlist__item-status .status-font{
  padding: 0px 10px;
}

#candidate-home-wrapper{
  background: #F5F5F5;
}
@media (max-width: 767px) {
  #candidate-home-wrapper {
    background-color: #fafafa;
    height: 100%;
    padding: 17px 50px;
    margin-bottom: 70px;
  }
  .content-body {
    margin-top: 50px;
  }
}

.cat__question--candidate-side.copy-answer-modal 
.question__answer {
    background-color: var(--im-white);
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(111, 131, 149, 0.1);
}

.cat__question--candidate-side.copy-answer-modal 
.question__answer .question,.answer {
    display: flex;
    gap: 10px;
    padding: 13px;
}

.cat__question--candidate-side.copy-answer-modal 
.question__answer .answer {
    justify-content: space-between;
    border-top: 1px solid var(--im-anti-flash-white);
}

.cat__question--candidate-side.copy-answer-modal 
.question__answer .answer .content {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cat__question--candidate-side.copy-answer-modal 
.highlight-question-answer  {
    outline: 1px solid var(--im-primary-color);
    outline-offset: -1px;
}

.cat__question--candidate-side.copy-answer-modal 
.question__answer .question .content {
    display: flex;
    gap: 10px;
}

.cat__question--candidate-side.copy-answer-modal 
.question__answer .question .length-handler-btn {
    padding: 0;
    color: var(--im-sapphire);
    font-weight: 500;
}

.cat__question--candidate-side.copy-answer-modal .body {
    padding: 10px 20px;
    background-color: var(--im-cultured-2);
}

.cat__question--candidate-side.copy-answer-modal .body > 
.inner-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cat__question--candidate-side.copy-answer-modal .body > 
.inner-content .selection-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cat__question--candidate-side.copy-answer-modal .body > 
.inner-content .selection-toolbar .action-btn {
    color: var(--im-sapphire);
    font-weight: 500;
    padding: 0;
}

.cat__question--candidate-side.copy-answer-modal .body > 
.inner-content .selection-toolbar .action-btn:disabled {
    opacity: .5;
}

.cat__question--candidate-side.copy-answer-modal .body > 
.inner-content .selection-toolbar .info p {
    color: var(--im-outer-space);
}

.cat__question--candidate-side.copy-answer-modal .body 
.question-answer-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-x: clip;
    overflow-y: auto;
}

.cat__question--candidate-side.copy-answer-modal .body > 
.inner-content .selection-toolbar .actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cat__question--candidate-side.copy-answer-modal p,h4 {
    margin: 0;
}

.cat__question--candidate-side.copy-answer-modal .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
}

.cat__question--candidate-side.copy-answer-modal .ant-modal-content {
    padding: 0;
}

.cat__question--candidate-side.copy-answer-modal .ant-modal-header {
    padding: 10px 20px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--im-light-silver-4);
}

.cat__question--candidate-side.copy-answer-modal .ant-modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-top: 1px solid var(--im-light-silver-4);
}

.cat__question--candidate-side.copy-answer-modal .copy-modal-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem 0;
}

.recruiter-give-feedback .dislike-icon svg {
    transform: rotate(180deg);
}

.recruiter-give-feedback .recruiter-give-feedback__dislike {
    margin-top: 12px;
}

.recruiter-give-feedback .recruiter-give-feedback__dislike .gpt-question-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

.recruiter-give-feedback .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) svg path,
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover svg path {
    fill: white;
}

.bot__qa--tools-question-item {
    border-radius: 5px;
    border: 1px solid var(--im-gainsboro);
    padding: 7.5px;
    cursor: pointer;
    scroll-margin-top: 150px;
}

.bot__qa--tools-question-item .question {
    white-space: pre;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
    color: var(--im-outer-space);
}

.bot__qa--tools-question-item .question span {
    margin-right: 5px;
}
.bot__qa--tools-question-item .question label{
    display: inline-block;
}
.bot__qa--tools-question-item .skipped,.type {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    text-overflow:ellipsis;
}

.bot__qa--tools-question-item .fade {
    opacity: .6;
}

.bot__qa--tools-question-item .answer-text {
    font-size: 12px;
}

.bot__qa--tools-question-item .answer-text svg path:first-child {
    fill: var(--im-primary-color-shade-1);
}

.bot__qa--tools-question-item .answer-text svg path:last-child {
    stroke: var(--im-primary-color-shade-2);
}

.bot__qa--tools-question-item.current__question-item {
    background-color: var(--im-primary-color-shade-1);
}

#bot_qa_tools .ant-timeline-item:has(.bot__qa--answered-question) > 
.ant-timeline-item-tail {
    border-color: #3AC200;
}

#bot_qa_tools .ant-timeline-item-tail {
    transition: border-color 1s ease-out alternate;
}

.bot__qa--tools-question-item .question-type-wrap {
    display: flex;
    justify-content: space-between;
}

.bot__qa--tools-wrapper {
  margin: 28px 17px;
}

.bot__qa--tools-container > .title {
    font-size: 16px;
    font-weight: 500;
    color: var(--im-outer-space);
    margin-bottom: 19px;
}

.bot__qa--tools-container .tag-content   {
    margin: 0;
    font-size: 12px;
}

.bot__qa--tools-container .tag-content > span {
    margin-left: 5px;
    font-weight: 500;
}

.question-end.ant-divider {
    margin:0;
}

.question-end.ant-divider  .ant-divider-inner-text {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: var(--im-outer-space);
}

.section-end-tail {
    width: 2px;
    height: 10px;
    background-color: var(--im-anti-flash-white);
    margin: -6px 0;
}

 .bot__qa--tools-container .ant-timeline-item-head-custom:last-child {
    display: none;
}

.bot__qa--tools-container .error-title {
    text-align: center;
    margin-top: 1.5rem;
}

.bot__qa--tools-container .empty-timeline {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    align-items: center;
}

.bot__qa--tools-container .empty-timeline p {
    color: var(--im-spanish-grey-3);
    font-size: 12px;
    line-height: 14px;
}

.bot__qa--tools-container .empty-timeline h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--im-outer-space);
}

#bot_qa_tools {
    background: var(--im-white);
}

#bot_qa_tools .ant-timeline-item:has(.bot__qa--current-section) 
.ant-timeline-item-head {
    background-color: var(--im-primary-color);
}

.bot__qa--tools-wrapper .ant-timeline-item .resume-external-assessment-tag .ant-tag {
    background-color: var(--im-primary-color-shade-1);
}

#bot_qa_tools.hide-in {
    display: none;
}

.timeline-modal-wrapper.ant-modal-wrap {
    width: 25vw;
    margin-left: auto;
    top: 80px;
}

.timeline-modal.ant-modal {
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: 0;
    position: sticky;
    padding-bottom: 0;
}

.timeline-modal.ant-modal .ant-modal-content {
    height: calc(100vh - 80px);
    border-radius: 0;
    box-shadow: none;
    border-left: 1px solid #dddddd;
    padding: 0;
}

.timeline-modal.ant-modal .ant-modal-content p {
    margin-top: 0;
}

.timeline-modal.ant-modal .ant-modal-header {
    padding: 15px 0 5px 15px;
    margin: 0;
}

.timeline-modal .ant-modal-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--im-outer-space);
}

.timeline-modal.ant-modal .ant-modal-body {
    overflow: hidden auto;
    height: calc(100% - 48px);
}

.timeline-modal.ant-modal .ant-modal-body 
.bot__qa--tools-question-item .question span {
    float: left;
}
  
@media only screen and (min-width: 768px) {
    #chatbot_redesign .main-layout .main-layout-container.push-left .chat-body .chat-body-container,
    #chatbot_redesign .main-layout .main-layout-container.push-left .chat-footer .chat-footer-container {
        margin-left: 0;
    }
}

body.workflow-builder {
    background: #F1F3F5;
    margin: 0;
    padding: 0;
    color: #484D4E !important;
}

.gpt-demo-wrapper {
    display: flex;
    flex: 1;
    width: 100vw;
}

.gpt-result-wrapper {
    display: flex;
    flex-direction: column;
    width: 65%;
    background: #fff;
    margin: 30px;
    margin-left: 67px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    position: relative;
}
.gpt-result-wrapper.ignore-pad{
    margin: 0;
    width: calc(65% + 97px)
}

.gpt-result-wrapper .ant-collapse-header {
    background-color: #FAFAFA;
    border-bottom: 1px solid #D9D9D9;
}

.gpt-result-wrapper .ant-collapse-header div {
    display: flex;
    align-items: center;
    position: relative;

}

.gpt-result-wrapper .ant-collapse-header div h3 {
    margin: 0;
    font-weight: 700;
    margin-left: 40px;
    font-size: 14px;
    color: #484D4E;

}

.desc-box {
    position: relative;
    white-space: pre-line;
    padding: 0px 50px;
}

.desc-box::before, .gpt-branding::before, .gpt-chatbot::before {
    position: absolute;
    left: -50px;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #F49C26;
}
.gpt-chatbot::before{
    left: -33px;
}

.gpt-result-wrapper .ant-collapse-header div span {
    width: 24px;
    height: 24px;
    background: #F49C26;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: -60px;
}

.desc-box p{
    margin: 0;
}

.gpt-result-wrapper .ant-collapse .ant-collapse-header>svg {
    margin-top: 7px;
}

.gpt-result-wrapper .desc-box {
    /* min-height: 500px !important; */
}

.gpt-chat-wrapper {
    width: 30% !important;
    box-shadow: 0px 4px 8px 0px #6F83951A;
    border-left: 1px solid #D9D9D9;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}

.gpt-head-wrapper {
    padding: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 16px;
    font-weight: 500;
    line-height: 17px;
    color: #fff;
    display: flex;
    align-items: center;
}

.gpt-head-wrapper img {
    width: 50px;
    height: 50px;
    margin-right: 18px;
}

.gpt-bottom-input {
    border-top: 1px solid #D9D9D9;
    padding: 18px 16px;
    box-shadow: 0px 2px 37px 0px #0000000C;
    background: #F6F6F6;

}
.gpt-chat-section{
    height: 100%;
    overflow: scroll;
    padding: 18px;
    position: relative;
}
.gpt-chat-section iframe{
    width: 100%;
    border: 0;
    min-height: 150px !important;
}
.gpt-chat-section .chat-message-bubble.message-self .chat-message-bubble-container .chat-text{
    background-color: #F49C26 !important;
}
.gpt-chat-section .chat-message-bubble.message-other .chat-message-bubble-container{
    max-width: 90% !important;
}
.gpt-chat-section .chat-message-bubble{
    margin-bottom: 10px;
}

.color-square{
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}
.gpt-chatbot{
    position: relative;
}
.gpt-chatbot iframe{
    aspect-ratio: 12 / 9.5;
    width: 100%;
    border: 0px;
 }
 .gpt-branding{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: row;
    position: relative;
 }
 .gpt-branding > div{
    width: 45%;
    padding: 10px;
    position: relative;
 }
 .gpt-branding > div:last-child::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #cdcdcd;
    left: -5.5%;
 }
 .gpt-branding h4{
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: center;
 }
 .gpt-branding .ant-upload.ant-upload-drag .ant-upload{
    padding: 16px;
 }
 .gpt-branding .color-display{
    display: flex;
    gap: 22px;
    margin-top: 40px;
    flex-wrap: wrap;
 }
 .gpt-branding .or{
    background-color: #fff;
    position: absolute;
    left: -8%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    padding: 10px 0;
 }
 .color-square.active svg{
    display: flex;
 }
 .logo-selection{
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
 }
 .logo-selection img{
    max-width: 47%;
    margin-top: 10px;
    cursor: pointer;
 }
 .gpt-branding-p{
    display: block;
    text-align: center;
 }
 .color-square svg{
    font-weight: 600;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    display: flex   ;
    align-items: center;
    justify-content: center ;
 }
 .empty-state{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    flex-direction: column;
    font-size: 16px;
 }
 .suggestions{
    padding: 10px;
 }
 .view-suggestion {
    font-size: 14px;
    font-weight: normal;
    color: #0171ff;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
  }
  .openLink{
    position: absolute;
    right: 10px;
    top: -35px;
    cursor: pointer;
  }
  .upload-sec span{
    height: 175px;
    display: block;
  }
  .color-display{
    display: flex;
    justify-content: space-around;
  }
  .gpt-branding-wrap button{
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
  .loader-img{
    width: 20%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

.gpt-result{
    width: 100%;
    height: 100%;
}
.gpt-result iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.gpt-result .openLink{
    position: absolute;
    right: 0;
    top: 10px;
    right: 10px;
    transform: rotate(180deg);
}
.gpt-chat-wrapper .gpt-reset{
    position: absolute;
    right: 0;
    top: 25px;
    right: 10px;
    background-color: #F49C26;
    padding: 7px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.gpt-chat-wrapper .gpt-reset path{
    color: #fff;
    fill: #fff;
}
.color-square.dark-svg svg circle{
    fill: #484D4E;
    stroke: #484D4E;
}
.color-square svg circle{
    fill: white;
    stroke: white;
}
.color-square svg path{
    fill: black;
}
.color-square.dark-svg svg path{
    fill: white;
}
.gpt-result-wrapper .ant-collapse:last-child .ant-collapse-content-box{
    padding: 0;
}
.questions-sec .next{  
    display: flex;
    justify-content: flex-end;
}
.gpt-demo-modal{
    top: 20px;
}
.gpt-demo-modal iframe{
    border: 0;
    aspect-ratio: 16 / 9;
}

/*# sourceMappingURL=chatbot.9c9b087c12e79ba7635c.css.map*/