@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: normal;
    font-family: "Inter", sans-serif;
}

*,
::after,
::before {
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100vh;
}

a,
p,
span,
ul,
li {
    text-decoration: none;
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
}

.answer-container {
    float:left;
    padding-top: 8px;
}

.answer-container * {
    padding: revert;
    list-style: revert;
    padding-block: 2px;
    font-weight: revert;
    letter-spacing: revert;
}

/*a:hover{
    text-decoration: none;
        transition: all 0.3s;
     color:#fff;
    border: 0;
}*/
p {

    font-size: 14px;
    font-weight: 300;
}

img {
    width: 100%;
    float: left;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html,
button,
input,
select,
textarea {
    font-family: "Inter", sans-serif;
    outline: none;
    border: 0;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
}

a:hover {
    text-decoration: none;
    color: #213B5F;
}

a:not([href]):not([class]):hover {
    text-decoration: none;
}

.related-topic-left {
    width: 100%;
    float: left;
    display: block;
}

.related-topic-block {
    width: 100%;
    float: left;
    display: block;
}

.related-topic-block .relate-heading {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;

}

.related-topic-block .topic-button {
    /* width: auto; */
    width: 110px;
    float: left;
    padding: 8px 20px;
    border: 0.5px solid #fff;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
}
.related-topic-block .wider-button {
    width: 160px; /* Increased width for the "Open Enrollment" button */
}
.related-topic-block .wider-button-hardware {
    width: 160px; /* Increased width for the "Open Enrollment" button */
    margin-top: -42px;
    margin-left: 120px;
}
.related-topic-block .topic-button:hover {
    background: #fff;
    color: #005EB8;
}

.frequent-question-block {
    width: 100%;
    float: left;
    margin-block: 1vh;
    display: block;
    /* padding-top: 20px; */
}

.frequent-question-block .faq-head {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.frequent-question-block ul {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 0.25rem;
}

.frequent-question-block ul li {
    width: 100%;
    float: left;
    border-bottom: 0.5px solid #3A9FFF;
    padding-block: 3%;
    display: flex;
    align-items: flex-start;
}

.frequent-question-block ul li img {
    width: 10px;
    float: left;
    margin-top: 3px;
}

.frequent-question-block ul li a {
    padding-left: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #fff !important;
}

.frequent-question-block ul li a:hover {
    color: #FFBF3F
}

.left-footer {
    width: 100%;
    float: left;
    /* padding: 30px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.profle-block {
    width: 100%;
    display: flex;
    column-gap: 1%;
}

.profle-block .profile-img {
    width: 32px;
    float: left;
    display: block;
    margin-right: 1.7vw;
    border-radius: 50%;

}

.profle-block .profile-img img {
    border-radius: 50%;
    width: 9vw;
    max-width: 40px;
}

.profle-block .name-block {
    width: 70%;
    float: left;
    display: block;
    height: 45px;
    align-content: center;
}

.profle-block .name-block p {
    width: 100%;
    display: block;
    padding-top: 7px;
    font-size: 10px;
    color: #fff;
}

.profle-block .name-block span {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-block: 0.5%;
}
.name-block-Logout span {
   
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.burger-menu--closed {
    transition-delay: 0.3s;
}

.burger-menu {
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    /* margin: 0 auto; */
    transition: all 0.3s ease-out;
    cursor: pointer;
    float: right;
    margin-block: 4%;
    margin-inline: 5%;
}

.burger-menu .bar {
    transition: all 0.3s ease-out;
    height: 2px;
    width: 100%;
    display: block;
    background-color: #fff;
    border-radius: 15px;
    float: right;
}

.burger-menu--closed .bar:nth-of-type(2) {
    width: 12px;
    transition-property: margin, height, width;
    transition-delay: 0.3s, 0.3s, 0s;
}

.burger-menu .bar:nth-of-type(2) {
    margin: 4px 0;
}

.burger-menu--closed .bar:nth-of-type(3) {
    width: 16px;
}

.burger-menu--opened .bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition-delay: 0.3s;
    height: 2px;
}

.chat-main-outer {
    width: 100%;
    background: #fff;
    height: 100vh;
    overflow: hidden;
    backdrop-filter: blur(55px);
    display: flex;
    flex-direction: column;
}
/* // changeed flex to none */
/* display: flex; */

@media (min-width:"981px"){
    
.chatHead {
   
    height: 100px;
    align-items: center;
    border-bottom: 2px solid #ffffff21;
    padding-right: 25px;
}

}


.message-container {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10px 0 0;
    gap: 1.5rem;
    flex-direction: column;
    overflow: auto;
}

.message-form {
    padding-right: 3%;
    display: flex;
    width: 100%;
    height: auto;
}

.chatHead .main-heading {
    width: 90%;
    float: left;
    display: block;
}

.chatHead .main-heading p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: block;
}

.saga-home-main-outer {
    display: block;
    align-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.saga-home-main-outer .main-block {
    text-align: center;
    margin: 0px auto;
}

.saga-home-main-outer .main-block .logo-lrg {
    width: 220px;
    margin: 0px auto;
}

.saga-home-main-outer .main-block .main-text {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    float: left;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    display: block;
}

.saga-home-main-outer .main-block .select-topic {
    width: 100%;
    float: left;
    display: block;
}

.saga-home-main-outer .main-block .select-topic p {
    width: 100%;
    margin-inline: auto;
    max-width: 800px;
    font-size: 15px;
    font-weight: 500;
}

.menu-close {
    float: right;
}

.main-page-topic-buttons-outer {
    width: 336px;
    margin: 0px auto;
}

.mobile-menu-main {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.topic-buttons-two-grid {
    float: left;
    width: 100%;
    display: grid;
    margin-top: 16px;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px 10px;
    grid-auto-rows: minmax(0px, auto);
}

.topic-assian-buttons {
    width: 100%;
    float: left;
    border-radius: 40px;
    border: 0.5px solid #005EB8;
    text-align: center;
    align-items: center;
    font-size: 14px;
    color: #000;
    padding: 13px 5px;
    vertical-align: middle;
}



.topic-assian-buttons:hover {
    background: #005EB8;
    color: #fff;
}

.topic-assian-buttons .wider-button{
    width: 160px !important;
}

.message-botttom-block {
    width: 100%;
    float: left;
    display: block;
}

.message-botttom-block .form-block {
    width: 100%;
    float: left;
    display: flex;
}

.message-botttom-block .form-block input,
.message-botttom-block .form-block app-input-with-mentions {
    padding: 10px 30px;
    flex: 1;
    border-radius: 40px;
    height: 50px;
    vertical-align: middle;
    background: #F5F5F5;
    font-weight: 500;
    outline: 0;
    box-shadow: none;
    border: 0.5px solid #8D8B8B;
}


.message-botttom-block .form-block .mentions-input-wrapper app-input-with-mentions {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.message-botttom-block .form-block .mentions-input-wrapper input {
    padding: 0;
    border: none;
    background: transparent;
    height: 100%;
    width: 100%;
    outline: none;
    font-weight: 500;
}

.message-botttom-block .form-block app-input-with-mentions {
    display: flex;
    align-items: center;
}

.message-botttom-block .form-block app-input-with-mentions input {
    padding: 0;
    border: none;
    background: transparent;
    height: 100%;
    border-radius: 0;
}

/* ngx-mentions dropdown - position above input */
ngx-text-input-autocomplete-menu {
    position: absolute !important;
    bottom: 100% !important;
    top: auto !important;
    left: 0 !important;
    margin-bottom: 8px;
    z-index: 1000;
}

ngx-text-input-autocomplete-menu .dropdown-menu {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    min-width: 250px;
    max-width: 350px;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e0e0e0;
    padding: 8px 0;
}

ngx-text-input-autocomplete-menu .dropdown-item {
    display: block;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    transition: background-color 0.15s ease;
}

ngx-text-input-autocomplete-menu .dropdown-item:hover,
ngx-text-input-autocomplete-menu .dropdown-item.active {
    background-color: #e8f0fe;
    color: #1a73e8;
}

/* Make mention highlight tag invisible/subtle */
.ngx-text-highlight-tag {
    background-color: transparent !important;
    color: inherit !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-weight: 500;
}

.message-botttom-block .form-block .button-round {
    vertical-align: middle;
    text-align: center;
    border: none;
    background: #005EB8;
    color: white;
    margin-left: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding-top: 4px;
    float: right;
    border-radius: 50%;
}

.message-botttom-block .form-block .button-round svg {
    width: 22px;
}

.message-botttom-block .form-block .button-round:hover {
    background: #FFBF3F;
}

.message-botttom-block .form-block .button-round:hover svg path {
    fill: #005EB8;
}

.message-botttom-content {
    width: 100%;
    margin: 0px auto;
    padding-right: 3%;
}
message-botttom-content-terms{
    width: 790px;
    margin: 0px auto;
}
.message-botttom-content-terms span{
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    padding-top: 18px;
    font-size: 12px;
    color: #8D8B8B;
    font-weight: 300;
}
.message-botttom-content p {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    padding-top: 13px;
    font-size: 12px;
    color: #5c5959;
    font-weight: bold;
}

/* .new-chat-button {
    width: 140px;
    position: relative;
    padding: 12px 20px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    color: #000;
} */
.new-chat-button {
    position: relative;
    padding: 12px 20px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    color: #000;
    
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
  }
  
  .header-container {
    position: absolute;
    top: 2%;
    right: 29px;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    gap: 20px;
    z-index: 10;
  }
  
  .new-chat-button svg {
    flex-shrink: 0; /* Ensure the SVG icon doesn't shrink */
  }
.new-chat-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 40px;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #005EB8, #FFBF3F) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.new-chat-button svg {
    margin-top: 1px;
    float: left;
    width: 14px;
    margin-right: 8px;
}

.new-chat-button:hover {
    background: #005EB8;
    color: #fff;
}

.new-chat-button:hover svg path {
    stroke: #fff;
}

.chat-message-block {
    width: 820px;
    float: left;
    display: block;
}

.msg-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.msg-block .chat-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.msg-block .chat-pic img {
    border-radius: 50%;
}

.msg-block .chat-right-block {
    width: 90%;
    float: left;
    display: block;
    padding-left: 8px;
}

.chat-name-gray {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #8D8B8B;
    font-weight: 600;
    display: block;
    padding-top: 7px;
}

.chat-sub-text {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    padding-top: 8px;
    align-items: flex-start;
    display: flex;
}

.msg-block .saga-chat-bg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #005EB8;
}

.msg-block .saga-chat-bg img {
    width: 14px;
    margin-left: 9px;
    margin-top: 8px;
}

.gray-color {
    color: #8D8B8B;
}

.frequet-question-block {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 20px;
    flex-direction: column;
}

.frequet-question-block .question-nutton {
    width: 450px;
    float: left;
    border: 0.5px solid #2072C1;
    color: #000;
    min-height: 45px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 35px;
}

.frequet-question-block .question-nutton:last-child {
    margin-bottom: 0;
}

.frequet-question-block .question-nutton:hover {
    background: #3A9FFF;
    color: #fff;
}

.not-fount-ask-text {
    width: 100%;
    float: left;
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #8D8B8B;
    font-weight: 300;
}

.saga-main-answer-chat-block {
    width: 100%;
    float: left;
    display: block;
    padding-top: 8px;
}

.saga-main-answer-chat-block p {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.para-padding-top {
    padding-top: 20px;
}

.para-padding-bottom {
    padding-bottom: 20px;
}

.saga-main-answer-chat-block ul {
    width: 100%;
    float: left;
    display: block;
}

.saga-main-answer-chat-block ul li {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    list-style: initial;
    list-style-position: initial;
    margin-left: 15px;
    padding-bottom: 5px;
}

.citations-content-block {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 30px;
}

.citations-content-block .caption-text {
    font-size: 10px;
    color: #8D8B8B;
    float: left;
    font-style: italic;
    margin-top: 10px;
    margin-right: 10px;
}

.citations-content-block .button-outer {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 80%;
}

.download-button-bt {
    max-width: 130px;
    float: left;
    display: block;
    font-size: 12px;
    font-weight: 300;
    height: auto;
    border: 0.5px solid #005EB8;
    border-radius: 35px;
    text-align: center;
    padding-block: 5px;
    padding-inline: 25px;
}

.download-button-bt:hover {
    background: #3A9FFF;
    color: #fff;
}

.download-button-bt.blue-button {
    background: #3A9FFF;
    color: #fff;
}

.download-button-bt.blue-button:hover {
    background: #FFBF3F;
    color: #005EB8;
}

.are-you-satisfied-answer {
    width: 100%;
    float: left;
    display: block;
}

.are-you-satisfied-answer p {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 300;
    color: #8D8B8B;
}

.are-you-satisfied-answer .like-box-outer {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.thumb-up-button {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border: 0.5px solid #8D8B8B;
    float: left;
    border-radius: 5px;
}

.thumb-up-button svg {
    width: 15px;
    margin-left: 7px;
    margin-top: 6.5px;
}

.thumb-up-button:hover svg path.svg-strock,
.thumb-up-button.active svg path.svg-strock {
    fill: #005EB8;
}

.thumb-up-button:hover svg path.svg-fill,
.thumb-up-button.active svg path.svg-fill {
    fill: #3A9FFF;
}

.thumb-up-button:hover svg path.thumb-fill,
.thumb-up-button.active svg path.thumb-fill {
    fill: #399fff;
}

.simle-icon {
    width: 13px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.contact-now-button {
    min-width: 140px;
    width: auto;
    max-width: 160px;
    height: auto;
    border-radius: 35px;
    float: left;
    display: block;
    margin-top: 20px;
    padding-block: 4px;
    padding-inline: 15px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border: 0.5px solid #005EB8;
}

.contact-now-button:hover {
    background: #3A9FFF;
    color: #fff;
}

.learn-more-button {
    min-width: 137px;
    width: auto;
    text-decoration: underline;
    color: #3A9FFF;
    text-align: left;
    padding-left: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}



.mobile-chat-button {
    width: 32px;
    position: relative;
    padding: 9px 10px;
    height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
    color: #000;
    margin-top: 9px;
    float: left;
    margin-right: 10px;
}

.mobile-chat-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 1px solid transparent;
    background: linear-gradient(45deg, #3A9FFF, #FFBF3F) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}

.mobile-chat-button svg {
    margin-top: 1px;
    float: left;
    width: 14px;
    margin-right: 8px;
}

.mobile-chat-button svg path {
    stroke: #fff;
}

.mobile-chat-button:hover {
    background: #fff;
    color: #FFBF3F;
}

.mobile-chat-button:hover svg path {
    stroke: #005EB8;
}

.saga-main-answer-chat-block ul li:last-child {
    padding-bottom: 0;
}

/*===============MObile mneu style start=============*/
@keyframes hover {
    50% {
        transform: translateX(10px);
    }
}

.offcanvas-menu {
    display: none;
}

.offcanvas-menu>label {
    top: 0;
    right: 0;
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
    transition: background 0.3s, transform 0.3s;
}

.offcanvas-menu label span,
.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    background: #fff;
}

.offcanvas-menu label span::before {
    transform: translateY(-12px);
}

.offcanvas-menu label span::after {
    transform: translateY(12px);
}

.offcanvas-menu nav {
    position: fixed;
    height: 100%;
    width: 100%;
    left: -100%;
    overflow: hidden;
    max-width: 100%;
    background: #005EB8;
    transition: 0.3s ease;
    padding: 40px 30px;
}


.offcanvas-menu nav>div label {
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    position: absolute;
    right: 20px;
    top: 20px;
}

.offcanvas-menu nav>div label span,
.offcanvas-menu nav>div label span:before,
.offcanvas-menu nav>div label span:after {
    background: #fff;
}

.offcanvas-menu nav>ul {
    margin-top: 30px;
    counter-reset: nav-link-count;
}

.offcanvas-menu nav>ul li {
    cursor: pointer;
    padding: 10px 0;
    transform: translateX(-30px);
    opacity: 0;
    transition: 0.4s ease;
    counter-increment: nav-link-count;
}

.offcanvas-menu nav>ul li a {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 400;
    color: #333333;
    display: block;
}

.offcanvas-menu nav>ul li a::after {
    content: " : " counter(nav-link-count);
}

.offcanvas-menu nav>ul li:hover {
    animation: hover 0.5s;
}

.offcanvas-menu input[type=checkbox] {
    display: none;
}

.offcanvas-menu input[type=checkbox]:checked~label {
    opacity: 0;
    pointer-events: none;
}

.offcanvas-menu input[type=checkbox]:checked~nav {
    left: 0;
    display: table;
}

.offcanvas-menu input[type=checkbox]:checked~nav label span {
    background: transparent;
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:before {
    transform: rotate(-45deg);
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:after {
    transform: rotate(45deg);
}

.offcanvas-menu input[type=checkbox]:checked~nav label span:before,
.offcanvas-menu input[type=checkbox]:checked~nav label span:after {
    transition-delay: 0.2s;
}

.offcanvas-menu input[type=checkbox]:checked~nav ul li {
    opacity: 1;
    transform: translateX(0px);
}

.mobile-logo {
    width: 230px;
    margin: 0px auto;
}

.mobile-menu-main-outer {
    display: table-cell;
    align-items: center;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    flex-direction: column;

}

.mobile-menu-main-outer ul {
    width: 340px;
    margin: 0px auto;

}

.mobile-menu-main-outer ul li {
    width: 100%;
    margin-bottom: 10px;
    float: left;
}

.mobile-menu-main-outer ul li:first-child {
    margin-top: 50px;
}

.mobile-menu-main-outer ul li:last-child {
    margin-bottom: 50px;
}

.mobile-menu-main-outer ul li a {
    width: 100%;
    float: left;
    border-radius: 40px;
    border: 1px solid #fff;
    text-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding: 13px 5px;
    vertical-align: middle;
}

.mobile-menu-main-outer ul li a:hover {
    background: #FFBF3F;
    color: #000;
}

.logout-button-block {
    width: 340px;
    margin: 0px auto;
}

.logout-button-block a,
.logout-button-block button {
    width: 100%;
    float: left;
    border-radius: 40px;
    border: 1px solid #fff;
    text-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    padding: 13px 5px;
    background: #3A9FFF;
    vertical-align: middle;
}

.logout-button-block a:hover,
.logout-button-block button:hover {
    background: #FFBF3F;
    color: #000;
}

.mobile-chat-button {
    display: none;
}



.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-content {
    background-color: #005EB8;
    margin: auto;
    padding: 50px 30px;
    border: 0;
    width: 100%;
    height: 100%;
}

.popup-content p {
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
}

.popup-content a.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: 100;
    padding: 0;
    width: 33px;
    height: 33px;
    background: #4D7F95;
    border-radius: 50%;
    padding-top: 5px;
    line-height: 19px;
    opacity: 1;
    text-align: center;
    text-decoration: none;
}

.popup-content a.close:hover {
    color: #333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.popup-container h3 {
    margin: 10px;
}

/*End popup styles*/

.offcanvas-menu label span::before,
.offcanvas-menu label span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 25px;
    background: #fff;
}

.popup-logo {
    width: 154px;
    float: left;
}

.popup-relted-top-bg {
    width: 100%;
    float: left;
    display: block;
}

.popup-relted-top-bg .heading {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 20px;
}

.poppmodal-button-outer {
    width: 100%;
    float: left;
}

.poppmodal-button-outer .topic-button {
    width: auto;
    float: left;
    padding: 8px 20px;
    border: 0.5px solid #fff;
    border-radius: 30px;
    color: #fff;
    margin-right: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 12px;
}

.poppmodal-button-outer .topic-button:hover {
    background: #fff;
    color: #005EB8;
}

.popup-content .frequent-question-block ul li img {
    width: 12px;

}

.only-show-mob {
    display: none;
}

.more-button-outer {
    width: 163px;
    margin: 0px auto;
}

.more-button-outer a {
    margin-top: 10px;
}

/*===============MObile mneu style end=============*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
    background-color: #e9e9e9;
}

/*===============New STYLE START=============*/

.hand-icon {
    width: 23px;
    float: initial;
}

    .saga-home-main-outer .main-block .main-text {
        display: inline-block;
    }

/*================== ADD document section start==============================*/
.new-chat-button1 {
    width: 195px;
}

.add-document-outer {
    width: 100%;
    float: left;
    display: block;
    padding-right: 0px;
}
/*===============+Voice- chat icon=============*/

.message-botttom-block .form-block {
    position: relative;
}
.voice-chat {
    position: absolute;
    right: 84px;
    top: 13px;}

.table-body {
    float: left;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.table-body .table {
    border: 0;
    background: none;
    border-radius: 0;
    outline: none;
    float: left;
    width: 100%;
}

.table-body .table thead {
    width: 100%;
    float: left;
    display: block;
}

.table-body table thead tr {
    width: 100%;
    display: flex;
    float: left;
    padding-left: 10px;
}

.table-body .table>thead>tr>th {
    padding-left: 7px;
    vertical-align: middle;
    line-height: 32px;
    border: 0;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 5px;
    text-align: left;
}

.table-body .table thead,
.table-body .table tbody {
    width: 100%;
    float: left;
    display: block;
}
@media only screen and (max-width: 980px) {
    .had-icon {
        width: 16px;
    }
}

.table-body table tbody tr {
    padding-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    float: left;
    background: #F5F5F5;
    border-radius: 5px;
    height: auto;
    padding-top: 10px;
    display: flex;
    padding-left: 10px;
}

.table-body .table>tbody>tr>td {
    padding-left: 7px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    vertical-align: middle;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.epic-blue-background {
    background: #005EB8;
    border-radius: 5px;
}

.col-width-20 {
    width: 20%;
    float: left;
}

.col-width-12 {
    width: 12%;
    float: left;
}

.col-width-25 {
    width: 25%;
    float: left;
}

.col-width-8 {
    width: 8%;
}

.green-color {
    color: #36B64B;
}

.orange-color {
    color: #FFBF3F;
}

.red-color {
    color: #DB1515;
}

.table-delete-icon {
    width: 10px;
    margin-top: 5px;
    float: left;
}

.table-delete-icon svg {
    width: 15px;
    float: left;
}

.pagenation-outer {
    width: auto;
    float: right;
    display: block;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;

}

[data-pagination] {
    line-height: 1;
    font-weight: 800;
    margin: 10px 0;
    text-align: center;
    transition: font-size .2s ease-in-out;
}

[data-pagination] ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: .5em 3px;
}

[data-pagination] ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    padding-left: 3px;
    padding-right: 3px;
}

[data-pagination]>a {
    font-size: 140%;
}

[data-pagination] a {
    line-height: 18px;
    padding: 8px 0;
    font-size: 14px;
    border: 0.25px solid #005EB8;
    box-sizing: border-box;
    border-radius: 50%;
    min-width: 35px;
    width: auto;
    float: left;
    height: 35px;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
    background: #005EB8;
    color: #fff;
}

[data-pagination] a:focus i,
[data-pagination] a:hover i {
    color: #fff;
}

[data-pagination] li a.current {
    background: #005EB8;
    color: #fff;
}

/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
    opacity: 1;
    pointer-events: none;
    background: #fff;
    border: 0.25px solid #005EB8;
    padding-top: 8px;
    line-height: 13px;
}

.pagenation-outer {
    width: auto;
    float: right;
    display: block;
}

[data-pagination] a.right-arrow {
    float: right;
    padding-top: 8.5px;
    line-height: 15px;
    text-align: left;
    padding-left: 13px;
}

[data-pagination] a:hover svg path {
    fill: #fff;
}

[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
    padding-top: 9px;
    text-align: left;
    padding-left: 11px;
}

.modal-head-main {
    width: auto;
    float: left;
    color: #005EB8;
    font-weight: 600;
    font-size: 18px;
    display: block;
}

.modal-header .close {
    margin-top: 0px;
    border: 1px solid #8D8B8B;
    width: 30px;
    height: 30px;
    float: right;
    border-radius: 3px;
    opacity: 1;
    line-height: 2px;
}

.modal-header .close span {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 28px;
    line-height: 0;
    margin-top: -2px;
    font-weight: 200;
    color: #8D8B8B;
}

.drag-file-area {
    border: 2px dotted #7C7C7C;
    border-radius: 20px;
    margin: 10px 0 15px;
    padding: 30px 50px;
    width: 100%;
    text-align: center;
    float: left;
}

.drag-file-area .upload-icon {
    font-size: 50px;
}

.drag-file-area h3 {
    font-size: 26px;
    margin: 15px 0;
}

.drag-file-area label {
    font-size: 19px;
}

.drag-file-area label .browse-files-text {
    color: #005EB8;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}

.default-file-input {
    opacity: 0;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span,
.upload-button-icon {
    padding-right: 10px;
}

.cannot-upload-message span:last-child {
    padding-left: 20px;
    cursor: pointer;
}

.file-block {
    color: #f7fff7;
    background-color: #005EB8;
    transition: all 1s;
    width: 390px;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.file-icon {
    margin-right: 10px;
}

.file-name,
.file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}

.upload-button {
    background-color: #005EB8;
    color: #f7fff7;
    display: flex;
    align-items: center;
    font-size: 14px;
    border: none;
    border-radius: 20px;
    padding: 13.5px 29px;
    cursor: pointer;
    margin: 0px auto;
}

.browse-files {
    text-align: center;
    float: left;
    width: 100%;
}

.default-file-input {
    opacity: 0;
    float: left;
    width: 1px;

}

.upload-button svg path {
    stroke: #fff;
}

.upload-button svg {
    margin-right: 7px;
    font-size: 13px;
}

.document-attach-button {
    min-width: 152px;
    float: left;
    border: 1px solid #005EB8;
    display: block;
    padding: 5px 10px;
    margin-right: 10px;
    height: 32px;
    border-radius: 20px;
}

.close-small {
    float: right;
    color: #005EB8;
    cursor: pointer;
    font-size: 16px;
}

.add-documnt-button-outer {
    width: 100%;
    float: left;
    display: block;
    padding-bottom: 30px;
    padding-top: 20px;
}

.modal-header {
    padding: 40px 30px 15px;
    border-bottom: 0;
}

.modal-body {
    padding: 15px 30px 40px;
}

.modal-dialog {
    width: 780px;
}

.modal-content {
    border-radius: 20px;
    float: left;
}

.left-menu-footer-border {
    border-bottom: 1px solid #3A9FFF;
    padding-top: 10px;
    margin-bottom: 10px;
}

.related-topic-block .relate-heading,
.frequent-question-block .faq-head {
    padding-bottom: 10px;
}

.left-menu-footer-border {
    border-bottom: 1px solid #3A9FFF;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;
}

.related-topic-block .topic-button.add-documen-light-blue {
    background: #3A9FFF;
    color: #fff;
    border: 1px solid #3A9FFF;
}

.related-topic-block .topic-button.add-documen-light-blue:hover {
    background: #fff;
    color: #3A9FFF;
    border: 1px solid #fff;
}

.add-faq-button {
    min-width: 126px;
    width: 126px;
}

.faq-moal-dialog {
    width: 650px;
}

.faq-2-grid {
    float: left;
    width: 100%;
    margin-top: 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0px 30px;
    grid-auto-rows: minmax(0px, auto);
}

.faq-2-grid .form-group,
.question-faq-block .form-group {
    width: 100%;
    float: left;
    position: relative;
    display: block;
}

.faq-2-grid .form-group label,
.question-faq-block .form-group label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
}

.faq-2-grid .form-group input[type="text"],
.faq-2-grid .form-group input,
.question-faq-block .form-group input[type="text"],
.question-faq-block .form-group input {
    display: block;
    width: 100%;
    font-weight: 400;
    float: left;
    border-radius: 6px;
    color: #000;
    font-size: 14px;
    position: relative;
    padding: 15px 15px 15px 15px;
    outline: 0;
    background: #FFFFFF;
    border: 1px solid #8D8B8B;
}

.calendar-icon {
    position: absolute;
    width: 14px;
    right: 16px;
    bottom: 16px;
}

.question-faq-block {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
}

.select-wrapper {
    position: relative;
    width: 100%;
}

.select-wrapper::after {
    content: '';
    display: block;
    border-bottom: 1px solid #8D8B8B;
    border-right: 1px solid #8D8B8B;
    transform: rotate(45deg);
    height: 10px;
    width: 10px;
    position: absolute;
    cursor: pointer;
    right: 15px;
    bottom: 23px;
}

.select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    padding: 15px 15px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #8D8B8B;

}

.select option {
    background: #fff;
    border: 1px solid #8D8B8B;
    padding: 8px;
}

.select:focus {
    color: black;
}

.select::-ms-expand {
    display: none;
}

.modal-header .close:hover {
    background: #005EB8;
}

.modal-header .close:hover span {
    color: #fff;
}

.table-dot {
    line-height: 12px !important;
    font-size: 32px;
}

/*================ADD Documrnt- Modal===================== */

.add-document-inner-modal {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    display: block;
}

.modal-body.add-doc-modal-outer {
    padding: 1px 30px 0px;
    float: left;
}

.add-doc-modal-outer .label {
    display: inline;
    padding: 4px .6em .3em;
    font-size: 75%;
    float: left;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    width: 100%;
    text-align: center;
}

.add-doc-modal-outer .drag-file-area {
    padding: 15px 50px;
    margin: 10px 0 10px;
}

.add-doc-modal-outer .add-documnt-button-outer {
    padding-bottom: 20px;
}

.upload-button:hover {
    background: #FFBF3F;
}

.upload-button-new {
    margin: 14px auto 30px;
}

@media only screen and (max-width:980px) {
    .modal-body.add-doc-modal-outer {
        max-height: 400px;
        overflow: auto;
    }

}

/*================ADD Documrnt- Modal===================== */

.voice-chat svg path {
    fill: #005EB8
}

.voice-chat:hover svg path {
    fill: #ffbf3f;
}

.modal-open .modal.modal-center {
    display: flex !important;
    align-items: center !important;}
    .modal-open .modal.modal-center .modal-dialog {
        flex-grow: 1;}
    
    .micro-text-block {
        width: 100%;
        float: left;
        display: block;
        padding: 30px;
    }
    .micro-text-block .left-text {
        width: 70%;
        float: left;
        display: block;
        color: #767676;
        font-size: 25px;
        font-weight: 400;
        margin-top: 24px;
    }
    .micro {
        border: none;
        border-radius: 100%;
        width: 80px;
        height: 80px;
        font-size: 3em;
        color: #ffbf3f;
        padding: 0;
        float: right;
        margin: 0;
        background: #005EB8;
        position: relative;
        z-index: 999;
        display: inline-block;
        line-height: 80px;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
    }

    .micro svg path.icon_path {
        fill: #ffbf3f;
    }
    
    .pulse-ring {
        display: none;
    }
    .micro.active .pulse-ring {
        content: "";
        width: 80px;
        height: 80px;
        background: #189BFF;
        border: 5px solid #189BFF;
        border-radius: 50%;
        position: absolute;
        top: 0px;    display: block;
        left: 0px;
        animation: pulsate infinite 1.5s;
    
    }
    @-webkit-keyframes pulsate {
        0% {
            -webkit-transform: scale(1, 1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(1.3, 1.3);
            opacity: 0;
        }
    }

    .container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
        background-color: #d8d8d8;
    }
    .m-left {
        margin-left: 300px;
    }
    
    .type2 {
        background: #189BFF;
    }
    
    .type2 .pulse-ring {
        background: transparent;
    }
    
    
    @media only screen and (max-width: 767px) {
        .micro-text-block {
            padding: 30px 5px;
        }
    }

    

.middle {
    text-align:center;
    display:inline;
    position:relative;

}

.inner {
    width: auto;
 margin: 5px 5px 5px;
    border-radius: 40px;
    border: 1.2px solid hsl(209, 100%, 36%);
    text-align: center;
    align-items: center;
    font-size: 14px;
    color: #000; display: inline;
    display: inline-block;
    padding: 13px 30px;
    vertical-align: middle;

}

.inner:hover {
    background: #005EB8;
    color: #fff;
}
.new-design-layout .main-page-topic-buttons-outer {
    width: 100%;
    float: left;
    margin-block: 10px;
}


.new-design-layout .saga-home-main-outer .main-block {
    max-width: 800px;
}
.new-design-layout  .saga-home-main-outer .main-block .select-topic p {
    font-weight: 400;
}
.new-design-layout .saga-home-main-outer .main-block .askhr-new-logo{
    width: 205px;
}
.left-new-block .left-back-new-arrow{
    width: 25px;    margin-top: 16px;
    float: left;
}
.left-new-block .large-logo{
    float: none;
    width: 143px;
    margin: 0px auto;
}
.ask-epic-newhome-outer{
    width: 100%;
    float: left;
}
.ask-epic-newhome-outer .new-design-layout .saga-home-main-outer .main-block .askhr-new-logo {
    width: 230px;  
}
.head-top-padding{
    padding-top: 20px;
}
.sidebar .sidebar-layout .sidebar-content {

    max-height: 77vh;
    overflow-y: auto;
}
.new-select-topic{
    margin-top: 40px;
}



@media only screen and (max-width: 1500px) {
    .sidebar .sidebar-layout .sidebar-content {
    
        max-height: 585px;
        overflow-y: auto;
    }
    
    }
@media only screen and (max-width: 980px) {
    .left-new-block .large-logo {
        width: 93px;
        float: left;
        margin-left: 14px;
        margin-top: 2px; 
    }.left-new-block .left-back-new-arrow {
        width: 20px;
        margin-top: 9px;
    }
    .new-design-layout .saga-home-main-outer .main-block .askhr-new-logo {
        width: 140px;
    }
    .new-design-layout .saga-home-main-outer .main-block {
        width: 100%;
    }
    .inner {
        font-size: 13px;
        padding: 10px 20px;
    }
    .ask-epic-newhome-outer .new-design-layout .saga-home-main-outer .main-block .askhr-new-logo {
        width: 200px;
    }
}


.had-icon{
    width: 23px;
          float: initial;
        margin-left: 4px;
    }
    .saga-home-main-outer .main-block .main-text{
        display: inline-block;
    }.message-container {
        padding: 2px 10px 0 0;
    }
    
    @media only screen and (max-width: 980px)
    {
    .had-icon {
        width: 16px;
    }
    .message-container {
        margin-top: 50px;
    }
    }
    
.flex-row-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* Input with mentions component - responsive styles */
@media only screen and (max-width:480px) {
    .message-botttom-block .form-block app-input-with-mentions {
        padding: 10px 18px;
        font-size: 13px;
    }
    .saga-home-main-outer .main-block {
        max-width: 350px;
    }
}