@media screen and (min-width:1024px) and (max-width:1920px) {
  #divProductMentorGuidePopup {
      width: 450px !important;
      height: 520px !important;
  }
}

@media screen and (min-width:1920px) {
  #divProductMentorGuidePopup {
      width: 560px !important;
      height: 780px !important;
  }
}

#chatWindow {
  max-height: 100%;
}

.iconContainer {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid transparent;
}

.hideIconContainer {
  display:none;
}

.iconContainer .tooltiptext {
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  margin-right: 10px;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
  height: 44px;
  min-width: 120px;
  white-space: nowrap;
  background-color: #fff;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
  color: #2b2b2b;
}

.iconContainer .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #FFFFFF;
}

.iconContainer:hover .tooltiptext {
  visibility: visible;
}

.iconContainer:hover {
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
}

#divProductMentorGuidePopup {
  height: 520px;
  width: 450px;
  z-index: 200;
  right: 0px;
  bottom: 0px;
  position: fixed;
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
  border: 1px solid #cccccc;
}

#btnProductMentorGuidedHelpTemp {
  cursor: pointer;
  width: 44px;
  color: #fff;
  height: 44px;
  display: flex;
  font-size: 30;
  align-items: center;
  justify-content: center;
  background: #277abe;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.07);
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07); */
}
#btnProductMentorGuidedHelpTemp:focus{
  outline:none;
  border:2px solid #217ba7;
  border-radius:3px;
  box-shadow:inset 0px 0px 0px 2px #ffffff;

}

#btnProductMentorGuidedHelpTemp :hover {
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
}

#btnProductMentorGuidedvideoTemp {
  cursor: pointer;
  width: 44px;
  color: #fff;
  height: 44px;
  display: flex;
  font-size: 30;
  align-items: center;
  justify-content: center;
  background: #1f8466;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.07);
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.07); */
}

#btnProductMentorGuidedvideoTemp :hover {
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
}
#btnProductMentorGuidedvideoTemp:focus {
  outline:none;
  border:2px solid #217ba7;
  border-radius:3px;
  box-shadow:inset 0px 0px 0px 2px #ffffff;
}

#btnProductMentorGuidedvideoTemp:focus{
  outline: none;
  box-shadow:inset 0 0 0 2px #ffffff;
  border: 2px solid #217ba7
}

#btnProductMentorGuidedvideoTemp:focus{
  outline: none;
  box-shadow:inset 0 0 0 2px #ffffff;
  border: 2px solid #217ba7
}

#askSamanthaButton {
  cursor: pointer;
  width: 44px;
  color: #fff;
  height: 44px;
  display: flex;
  font-size: 30;
  align-items: center;
  justify-content: center;
  background: #174972;
  border: none;
  border-radius: 2px;
  box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.07);
  font-size: 24px;
}

#askSamanthaButton :hover {
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
}
#askSamanthaButton:focus {
  outline:none;
  border:2px solid #217ba7;
  border-radius:3px;
  box-shadow:inset 0px 0px 0px 2px #ffffff;
}

/* .popupheader {
    height: 75px;
    background-color: #174972;
    display: flex;
    flex-direction: row;
    align-content: center;
    background: url('icons/Mentor_Header_Background.png');
    background-repeat: no-repeat;
  } */

.header-left {
  padding-left: 20px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  color: #fff;
}

.header-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

.popupcontent {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0px 7px 10px rgba(102,102,102,0.4); */
  background-color: #fff;
}

.closeBtn {
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.welcometext {
  display: flex;
  align-items: flex-start;
  color: #fafafa;
  flex-direction: column;
  justify-content: center
}

.welcomepart1 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

.welcomepart2 {
  font-size: 18px;
  font-weight: 400
}

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

.contentheaderTitle {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
}

.section {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #cccccc;
}

.contentainerTitle {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%
}

.contentTitle {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 10px;
  width: 100%;
}

.contentLeftIcon {
  min-width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contentRightIcon {
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.directedhelp {
  position: absolute;
  background: #e4eef4;
  color: black;
  max-width: 410px;
  max-height: 410px;
  border-radius: 5px;
  text-align: center;
  margin-left: 50px;
}
.directedhelp:focus {
  outline: none;
  border: 2px solid #217ba7 !important;
  border-radius: 3px;
  box-shadow: inset 0px 0px 0px 2px #ffffff !important;
}
.textstyle {
  color: #ffffff;
  text-align: left;
  padding-right: 0px;
  line-height: 1.4rem;
  justify-content: space-between;
  font-size: 14px;
  font-weight: regular;
  font-family: Roboto;
}

/* #dropdown{
  left: 10px;
    top: -10px;
    transform: rotate(45deg);
    background: #feffcc;
  } */

#div1 {
  float: right;
  padding: 5px 5px 5px 5px;
}

#buttonstyle {
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#minMaxButtonStyle {
  color: #ffffff;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  }
  #minMaxButtonStyle:focus,#buttonstyle:focus{
    outline: none;
    box-shadow:inset 0 0 0 2px #ffffff;
    border: 2px solid #217ba7
  }

.divProductMentorGuidedHelpTemp {
  /* modified */
  z-index: 999;
  visibility:visible;
  position: fixed;
  width: auto;
  background-color: #fafafa;
  /* bottom: 50px; */
  right: -44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* shiva */
  flex-direction: column;
  bottom: 70px;
  /* box-shadow: -2px 4px 7px 4px rgba(0,0,0,0.07); */
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
  padding: 10px 10px 0px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s linear;
  transition-delay: 1.5s;
  filter: blur(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1.0, 1.0);
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
  pointer-events: all;
}

.divProductMentorGuidedHelpTempOverlay {
  z-index: 999;
  visibility:visible;
  position: fixed;
  width: auto;
  background-color: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  bottom: 70px;
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
  padding: 10px 10px 0px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0px;
  pointer-events: none;
}

.divProductMentorGuidedHelpTempHover {
  /* modified */
  visibility: visible;
  z-index: 999;
  position: fixed;
  width: auto;
  background-color: #fafafa;
  /* bottom: 50px; */
  right: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* shiva */
  flex-direction: column;
  bottom: 70px;
  /* box-shadow: -2px 4px 7px 4px rgba(0,0,0,0.07); */
  box-shadow: 0px 1px 10px rgba(102, 102, 102, 0.4);
  padding: 10px 10px 0px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.3s linear;
  filter: blur(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0) scale(1.0, 1.0);
  -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.divProductMentorGuidedHelpTempHover:focus {
  outline: none;
}

.divOverlayContainer {
  visibility: hidden;
  background-color: black;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 198;
}

.divOverlayContainerWithOpacity {
  visibility: visible;
  background-color:rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 300;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  /* opacity:0.5; */
}

.overlayButton {
  text-align: center;
  height: 2.5rem;
  min-width: 5.714rem;
  border-radius: 0.214rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 5px;
  font-family: Roboto;
  font-size: 0.929em;
  font-weight: 700;
  background: rgb(255, 255, 255);
  border: 0.071rem solid rgb(238, 238, 238);
  cursor: pointer;
  color: rgb(33, 123, 167);
  position: absolute;
  bottom: 35px;
  right: 390px;
}

.middleOverlayText {
  color:white;
  position: absolute;
  bottom:138px;
  right:72px;
  font-size: 18px;
  font-family: Roboto,sans-serif;
  display: flex;
  margin-left: 50px;
}

.middleOverlayTextHidden {
  visibility:hidden;
}

.nextLine {
  display:inline;
  line-height: 30px;
}

.nextLine::after {
  content:"\a";
  white-space: pre;
}

.topOveralyText {
  display: flex;
  flex-direction: column;
  color: white;
  position: absolute;
  bottom: 200px;
  right: 31px;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.topOveralyTextHideen {
  visibility: hidden;
}

.bottomOverlayText {
  display: flex;
  flex-direction: column;
  color: white;
  position: absolute;
  bottom: 72px;
  right: 72px;
  font-size: 18px;
  font-family: Roboto,sans-serif;
}

.bottomOverlayTextHidden {
  visibility: hidden;
}

.assistant-sofia-hotkey-indicator {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #feffcc;
  font-size: 0.8571rem;
  text-align: center;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 0.2143rem;
  height: 1.2857rem;
  min-width: 1.2857rem;
  padding: 0.1429rem;
}

.closeBtn-hotkey-indicator {
  position: absolute;
  top: calc(40%);
  min-width: 1.2857rem;
  padding: 0.1429rem;
  background-color: #feffcc;
  font-size: 0.8571rem;
  text-align: center;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 0.2143rem;
  height: 1.2857rem;
}

.minimizeBtn-hotkey-indicator {
  position: absolute;
  top: calc(40%);
  min-width: 2.5714rem;
  padding: 0.1429rem;
  background-color: #feffcc;
  font-size: 0.8571rem;
  text-align: center;
  color: #666666;
  border: 1px solid #666666;
  border-radius: 0.2143rem;
  height: 1.2857rem;
}

.middleCurvedArrowStyle {
  margin-top: 60px;
  width: 235px;
  height: 100px;
}

.middleCurvedArrowStyle::after {
  content: "";
  position: relative;
  bottom: -109px;
  right: -185px;
}


.bottomCurvedArrowStyle {
  margin-left: 200px;
  width: 209px;
  height: 40px;
}

.bottomCurvedArrowStyle::after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: relative;
  position: relative;
  top: 85px;
  left: 206px;
}

.topCurvedArrowStyle {
  margin-right: 35px;
  width: 210px;
  height: 200px;
  margin-left: 80px;
  margin-top: 10px;
}

.topCurvedArrowStyle ::after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  position: relative;
  position: relative;
  top: 100px;
  left: 220px;
}


#divProductMentorToolTips {
  z-index: 1000;
  display: none;
  position: absolute;
  will-change: transform;
  top: 0px;
  left: 0px;
  transform: translate3d(15px, 178px, 0px);
  background:  #277abe;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
}


#arrow, #arrow::before {
  position: absolute;
  width: 15px;
  height: 15px;
  z-index: -1;
  margin-top: -2px;
  margin-left: -6px;
}

#arrow::before {
  content: '';
  transform: rotate(45deg);
  background: #277abe;
  border: 1px solid;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: rgba(102, 102, 102, 0.4);
}

#divProductMentorToolTips[data-popper-placement^='top']>#arrow {
  bottom: -3px;
 
}

#divProductMentorToolTips[data-popper-placement^='top-start']>#arrow {
  bottom: -4px;
  left: 8px !important;
}

#divProductMentorToolTips[data-popper-placement^='bottom']>#arrow {
  top: -3px;
}

#divProductMentorToolTips[data-popper-placement^='bottom-start']>#arrow {
  top: -3px;
  left: 10px !important;
}

#divProductMentorToolTips[data-popper-placement^='left']>#arrow {
  right: -4px;
}

#divProductMentorToolTips[data-popper-placement^='left-start']>#arrow {
  right: -4px;
  top: 5px !important;
}

#divProductMentorToolTips[data-popper-placement^='right']>#arrow {
  left: -3px;
}

#divProductMentorToolTips[data-popper-placement^="right-start"]>#arrow {
  left: -3px;
  top: 6px !important;
}

#divProductMentorToolTips[data-popper-placement^='top'] {
  margin-bottom: 14px !important;
}

#divProductMentorToolTips[data-popper-placement^='bottom'] {
  margin-top: 14px !important;
}

#divProductMentorToolTips[data-popper-placement^='left'] {
  margin-right: 14px !important;
}


#divProductMentorToolTips[data-popper-placement^='right'] {
  margin-left: 14px !important;
}

#divProductMentorToolTips[data-popper-placement^='left']>#arrow::before {
  content: '';
  transform: rotate( 45deg);
  background: #277abe;
  border: 1px solid rgba(238,238,238,0.8);
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: rgba(102, 102, 102, 0.4);
  margin-left: -4px;
}

#divProductMentorToolTips[data-popper-placement^='right']>#arrow::before {
  content: '';
  transform: rotate( 45deg);
  background: #277abe;
  border: 1px solid rgba(238,238,238,0.8);
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  color: rgba(102, 102, 102, 0.4);
}

#divProductMentorToolTips[data-popper-placement^='top']>#arrow::before {
  bottom: -4px;
  border: 1px solid rgba(238,238,238,0.8);
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  transform: rotate(45deg);
  color: rgba(102, 102, 102, 0.4);
}

#divProductMentorToolTips[data-popper-placement^='bottom']>#arrow::before {
  bottom: 3px;
  border-right: 1px solid transparent;
  border-left: 1px solid rgba(238,238,238,0.8);
  border-top: 1px solid rgba(238,238,238,0.8);
  border-bottom: 1px solid transparent;
  transform: rotate(45deg);
  color: rgba(102, 102, 102, 0.4);
}

#divProductMentorGuidedHelp {
  z-index: 1000;
  position: fixed;
  width: auto;
  border: 1px;
  background-color: #e4eef4;
  bottom: 50px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
}

#divProductMentorGuidedOption {
  display: none;
  z-index: 1000;
  width: 150px;
  background-color: transparent;
}

#divProductMentorGuidedMain {
  display: none;
  z-index: 1000;
  width: 350px;
  background-color: transparent;
}

.circle {
  display: inline-block;
  background: #217ba7;
  border-radius: 50%;
}

.directedhelp .directedhelp__arrow {
  border-color: #e4eef4;
  transform: scale(1.8, 2);
  left: 20px;
}

.directedhelp .directedhelp__arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.directedhelp[x-placement^="top"] {
  margin-bottom: 5px;
  margin-top: 0px;
}

.directedhelp[x-placement^="top"] .directedhelp__arrow {
  border-width: 6px 6px 0 6px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 4px);
  margin-top: 0;
  margin-bottom: 0;
}

.directedhelp[x-placement^="bottom"] {
  margin-top: 10px;
}

.directedhelp[x-placement^="bottom"] .directedhelp__arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #e4eef4;
  border-top-color: transparent;
  top: -13px;
  left: calc(50% - 4px);
  margin-top: 0;
  margin-bottom: 0;
}

.directedhelp[x-placement^="right"] {
  margin-left: 5px;
}

.directedhelp[x-placement^="right"] .directedhelp__arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.directedhelp[x-placement^="left"] {
  margin-right: 5px;
}

.directedhelp[x-placement^="left"] .directedhelp__arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

#assistantPopoverContent{
  margin-top: 15px;
  overflow-y: auto;
  max-height: 288px;
  padding-right: 20px;
}

#assistantPopoverContent p{
  margin-top: 0px;
  margin-bottom: 0px;
}

#assistantPopoverContent ul{
  margin-bottom: 0px;
}

#assistantPopoverContent ol{
  margin-bottom: 0px;
}

#assistantPopoverContent a{
  color: #ffffff;
}

#btnProductMentorGuidedHelp {
  cursor: pointer;
  color: #0b84c0;
  width: 45px;
  height: 45px;
  /* border: 3px; */
  border-color: orange;
  /* stroke: -3px;
    box-shadow: #ffa322; */
  border-radius: 50%;
  background-color: rgb(238, 245, 247);
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btnLoadProductMentorGuidedHelp, #btnLoadProductMentorGuidedVideoHelp {
  font-size: 15px;
  color: #0b84c0;
  cursor: pointer;
}

#btnProductMentorGuidedHelpPrevious {
  background: none;
  border-style: none;
}

#btnProductMentorGuidedHelpNext {
  background: none;
  border-style: none;
}

#btnProductMentorGuidedHelpPrevious1 {
  float: left;
  background: none;
  width: 44px;
  height: 44px;
  color: #ffffff;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btnProductMentorGuidedHelpNext1 {
  float: right;
  background: none;
  width: 44px;
  height: 44px;
  color: #ffffff;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#btnPrevious {
  border: none;
  background: none;
  font-family: Roboto;
  /* color: #666666; */
  font-weight: regular;
  margin-top: -3px;
  margin-left: 5px;
  justify-content: center;
  display: flex;
  text-align: center;
  width: 18px;
  height: 18px;
}
#btnPrevious:focus {
  outline: none;
    box-shadow:inset 0 0 0 2px #ffffff;
    border: 2px solid #217ba7;
    width: 25px;
    height:25px
  }

#btnNext {
  border: none;
  background: none;
  font-family: Roboto;
  font-weight: regular;
  /* color: #217ba7; */
  margin-top: -3px;
  margin-right: 5px;
  justify-content: center;
  display: flex;
  text-align: center;
  width: 18px;
  height: 18px;
}
#btnNext:focus {
  outline: none;
    box-shadow:inset 0 0 0 2px #ffffff;
    border: 2px solid #217ba7;
    width:25px;
    height: 25px;
  }

#divSeparator {
  border-bottom: 1px solid rgb(204, 204, 204);
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  opacity: 30%;
}


#selectProductMentorGuidedScenario {
  display: block;
  width: 100%;
  line-height: 1.42857rem;
  color: rgb(85, 85, 85);
  background-color: rgb(255, 255, 255);
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
  box-sizing: border-box;
  padding: 6px 0.7143rem 6px 0.7143rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
  border-radius: 0.2857rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  flex: 0 0 50%;
}

#imgid {
  border: 3px;
  padding: 165 0 0 0
}

#sofiaImg {
  height: 50px;
  width: 50px;
  fill: currentColor;
  color: white;
}

#headerMin {
  /* padding-top: 10px; */
  padding-left: 20px;
  padding-right: 15px;
  /* padding-top: 10px; */
}

.alignToMiddle {
  display: flex;
  width: calc( 100% - 88px);
  align-items: center;
}

.chat-message {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#messageText {
  background: white;
  margin-left: 5px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 0px;
}

#sendIconMain {
  border-radius: 50%;
}

#sendIconMainLink {
  background-color: transparent;
  border: none;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
#sendIconMainLink:focus {
  box-shadow: 0 0 0 2px #ffffff;
  border: 2px solid #217ba7;
  outline: none !important;
  border-radius: 0px;
}

#sendIconMainLink:focus {
  box-shadow: 0 0 0 2px #ffffff;
  border: 2px solid #217ba7;
  outline: none !important;
  border-radius: 0px;
}

#sendIconMainLink:focus {
  box-shadow: 0 0 0 2px #ffffff;
  border: 2px solid #217ba7;
  outline: none !important;
  border-radius: 0px;
}

#closeMain:focus, #minimizeMain:focus, #downloadChatMain:focus{
  outline: none;
  box-shadow:inset 0 0 0 2px #ffffff;
  border: 2px solid #217ba7
}
#sendIconMainImg {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.ulStyle {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fafafa;
  list-style-type: none;
  margin: 0;
}

#closeMain, #minimizeMain, #downloadChatMain {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 44px;
  width: 44px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#closeMain:focus, #minimizeMain:focus, #downloadChatMain:focus{
  outline: none;
  box-shadow:inset 0 0 0 2px #ffffff;
  border: 2px solid #217ba7
}

#minimizeMain,#downloadChatMain i {
  font-size: 15px;
}

#closeMain:hover, #minimizeMain:hover,#downloadChatMain:hover {
  border-radius: 0.2143rem;
  background-color: rgba(102, 102, 102, 0.15);
}

#closeMain:focus, #minimizeMain:focus, #downloadChatMain:focus{
  outline: none;
  box-shadow:inset 0 0 0 2px #ffffff;
  border: 2px solid #217ba7
}

#headerTextMain {
  display: flex;
  flex: 2;
}

#headerTextContainer {
  display: flex;
  flex-direction: column;
}

#headerTextTop {
  font-weight: 600;
  /* padding-top: 15px; */
  font-size: 1rem;
  font-weight: 400;
}

#headerTextBottom {
  font-weight: 600;
  padding-top: 5px;
  font-size: 1.286rem;
  font-weight: 400;
}

#headerSofiaMain {
  display: inline-flex;
  position: relative;
}

#closeIcon {
  width: 15px
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  position: fixed;
  z-index: 300;
  color: black;
  display: flex;
  flex-direction: column;
  max-height: 80vh;
  width: 500px;
  top: 10vh;
  left: calc((100vw - 500px) / 2);
}

.modal .modal-content .modal-header {
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  min-height: 5rem;
  width: 100%;
  background-color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.6rem 0.6rem 0rem 0rem;
  flex: 0 0 auto;
}

.modal .modal-content .modal-header .modal-title {
  margin-left: 1.5rem;
  color: rgb(43, 43, 43);
  font-size: 1.714rem;
  font-weight: 300;
}

.modal .modal-content .modal-header .modal-close {
  font-size: 1.143rem;
  margin-right: 10px;
  color: rgb(102, 102, 102);
  height: 3.1429rem;
  width: 3.1429rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-close {
  background: transparent;
  border: none;
}

.modal .modal-content .modal-header .modal-close:hover {
  border-radius: 0.2143rem;
  background-color: rgba(204, 204, 204, 0.2);
}

.modal .modal-content .modal-center-content {
  width: 100%;
  padding: 0.4286rem 1.429rem 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(204, 204, 204) 0px 30px 27px -30px inset;
  display: flex;
}

.modal .modal-content .modal-center-content>div:first-child {
  -webkit-box-align: end;
  -webkit-box-pack: justify;
  display: flex;
  align-items: end;
  justify-content: space-around;
  margin: 1.0714rem 1.428rem 0px 0px;
  padding-bottom: 0.2857rem;
}

.modal .modal-content .modal-center-content div:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: auto;
  margin-bottom: 0.4286rem;
}

.modal .modal-content .modal-center-content p {
  margin-bottom: 0px;
}

.modal .modal-content .modal-center-content p:last-child {
  margin-bottom: 20px;
}

.modal .modal-content .modal-center-footer {
  -webkit-box-pack: end;
  -webkit-box-align: center;
  height: 5rem;
  width: 100%;
  background-color: rgb(238, 238, 238);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  border-radius: 0px 0px 0.6rem 0.6rem;
  flex: 0 0 auto;
}

.modal .modal-content .modal-center-footer .btn-yes {
  text-align: center;
  height: 2.5rem;
  min-width: 5.714rem;
  border-radius: 0.214rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
  font-family: Roboto;
  font-size: 0.929em;
  font-weight: 700;
  background: rgb(33, 123, 167);
  border: 2px solid rgb(33, 123, 167);
  cursor: pointer;
  color: rgb(255, 255, 255);
}

.modal .modal-content .modal-center-footer .btn-yes:hover {
  border: 2px solid rgb(36, 149, 202);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
  background: rgb(36, 149, 202) !important;
}

.modal .modal-content .modal-center-footer .btn-no {
  text-align: center;
  height: 2.5rem;
  min-width: 5.714rem;
  border-radius: 0.214rem;
  padding-left: 1rem;
  padding-right: 1rem;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
  font-family: Roboto;
  font-size: 0.929em;
  font-weight: 700;
  background: rgb(255, 255, 255);
  visibility: visible;
  border: 0.071rem solid rgb(238, 238, 238);
  cursor: pointer;
  color: rgb(33, 123, 167);
  margin-left: 0.7143rem;
}

.modal .modal-content .modal-center-footer .btn-no:hover {
  background: rgb(238, 238, 238);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 5px;
}

.showMore {
	/* margin:0;
  padding-left: 0;
  padding-right: 0;
  border: 'none';
  background: 'none';
  color: mediumblue; */
  cursor: 'pointer';
  position: relative;
  transition: all 40ms linear;
  padding:0px;
  font-size: 14px;
  background-color: transparent;
  color: #217ba7;
  border:none;
}

.showMore:hover{
  text-decoration: underline;
  color: #217ba7;
}

.showMoreIcon{
  padding-right: 0.7143rem;
  font-size: 14px;
  color: #217ba7;
}

.showMoreblock{
  margin-top: 20px;
  margin-left: 12px;
  margin-right: 7px;
}
.arrow{
  position: relative;
    pointer-events: none;
    /* right: 1.4286rem;
    top: 0.8571rem; */
    font-size: 0.7143rem;
    color: rgb(43, 43, 43);
    height: 0.7143rem;
    /* width: 0.7143rem; */
    padding: 5px 2px 5px 0px;
    float: right;
}

.dropdown-menu {
  max-height: 12.5em;
  overflow-y: scroll;
  overflow-x: scroll;
  /*hidden;*/
  /* margin-top: 0px; */
  width: 338.45px;
  height: 12.5em;
}

.dropdown-toggle {
    cursor: pointer;
    min-height: 2.4286rem;
    display: block;
    width: 338.45px;
    padding: 0.4286rem 0.3571rem !important;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 0.2857rem;
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s;
    text-align: left;
    /* margin-left: 2.5; */
}

@media (min-width:1920px) 
 {
  .dropdown-toggle {
    width: 431.95px;
  }
  .dropdown-menu {
    width: 431.95px;

  }
 }
.dropdown-toggle:hover{
  background-color: rgb(255, 255, 255);
    border-radius: 0.2143rem;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(102 102 102 / 40%) 0px 1px 10px;
}
/* 
.dropdown-toggle::after{
  display:inline-block;
  margin-left:.255em;
  vertical-align:.255em;
  content:"";
  border-top:.3em solid;
  border-right:.3em solid transparent;
  border-bottom:0;
  border-left:.3em solid transparent}
.dropdown-toggle:empty::after{margin-left:0} */
.dropdown {
  margin-left: 3.15em;
  position:relative;
  /* background-color: white; */
}

.sofia-dropdown:focus{
  border: 2px solid black !important;
}

.dropdown-search:focus{
  border: 2px solid black !important;
}
.dropdown-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:1000;
  display:none;
  float:left;
  min-width:10rem;
  padding:.5rem 0;
  margin:.125rem 0 0;
  font-size:1rem;
  color:#212529;
  text-align:left;
  list-style:none;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid rgb(204, 204, 204);
  border-radius:.25rem}
  .dropdown-menu-left{right:auto;left:0}
  .dropdown-menu-right{right:0;left:auto}
  @media (min-width:576px){
    .dropdown-menu-sm-left{right:auto;left:0}
    .dropdown-menu-sm-right{right:0;left:auto}
  }
  @media (min-width:768px){
    .dropdown-menu-md-left{right:auto;left:0}
    .dropdown-menu-md-right{right:0;left:auto}
  }
  @media (min-width:992px){
    .dropdown-menu-lg-left{right:auto;left:0}
    .dropdown-menu-lg-right{right:0;left:auto}
  }
  @media (min-width:1200px){
    .dropdown-menu-xl-left{right:auto;left:0}
    .dropdown-menu-xl-right{right:0;left:auto}
  }
.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}
/* .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent} */
.dropdown-menu > li > input[type=search] {
  /* border-radius: 10%; */
  margin-left: 0.6em;
  width: 95%;
  border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(0 0 0 / 8%) 0px 1px 1px inset;
    border-radius: 0.2857rem;
    font-size: 14px;
    line-height: 1.4287;
    padding: 0.3571rem 0.3571rem;
}
.dropdown-menu > li > input[type=search]:hover{
  background-color: rgb(255, 255, 255);
    border-radius: 0.2143rem;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(102 102 102 / 40%) 0px 1px 10px;
}

/* .dropdown-toggle:empty::after{margin-left:0} */
.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}
/* .dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid} */
/* .dropright .dropdown-toggle:empty::after{margin-left:0}
.dropright .dropdown-toggle::after{vertical-align:0} */
.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}
/* .dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}
.dropleft .dropdown-toggle::after{display:none}
.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}
.dropleft .dropdown-toggle:empty::after{margin-left:0}
.dropleft .dropdown-toggle::before{vertical-align:0} */
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}
.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}
.dropdown-item-custom{
  cursor: pointer;
  /* display:block; */
  width:100%;
  padding:.25rem 1rem;
  /* clear:both; */
  /* font-weight:400; */
  color:#212529;
  text-align:inherit;
  white-space:nowrap;
  background-color:transparent;
  border: none;
  line-height: 1.2;
  /* border:0} */
}
.dropdown-item-custom:hover{color:white;text-decoration:none;background-color:#0b7beb}
.dropdown-item-custom:focus{color:white;text-decoration:none;background-color:#0b7beb}
/* .dropdown-item:focus,
.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}
.dropdown-item.active,
.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff} */
.dropdown-item.disabled,
.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}
.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}