* {
  margin: 0;
  padding: 0;
}

body, html, p, a, span, div, input, button, li, h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif !important;
    font-style: normal !important;
}

html {
    font-size: 15px; /* Slightly smaller baseline */
}

body {
    font-size: 0.95rem; /* Keeps text proportionate across all elements */
    line-height: 1.4;
    p {
  margin: 0 !important;
}

.container {
  width: 1640px;
}

.container-fluid {
  width: 1640px;
}

.collapse {
  justify-content: space-between;
}

.left {
  padding: 25px;
}

.left_login_content {
  padding: 25px;
}

.quotes .testi-heading .testimonial {
  color: #00AAFF;
  font-size: 18px;
}

.quotes .testi-heading .designation {
  color: white;
  font-size: 18px;
}

.quotes .testi-content {
  font-size: 20px;
  color: white;
  width: 682px;
}

.left_login {
  padding: 25px;
  height: 100vh;
  display: flex;
  align-items: center;
}

.left_logo {
  height: 120px;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 25px;
}

.left_logo .logo_img .main_logo {
  height: 120px;
}

.login_form {
  padding-left: 120px;
  padding-right: 120px;
  height: 100vh;
  display: space-evenly;
  align-content: center;
  text-align: center;
  background-color: #F0F4FFFF;
}

.fa-user {
  margin-right: 15px;
}

.forgot-remember {
  display: flex;
  justify-content: space-between;
}

.right_content p {
  font-size: 25px;
  font-weight: 600;
  color: #224085;
  font-family: "inter", sans-serif;

}

.login_form_logo {
  margin-bottom: 100px;
}

.login_screen {
  /* background-color: #E9F2FF; */
  height: 100vh !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.fa-bars {
  display: flex;
  justify-content: space-around;
  height: 30px;
  align-items: center;
}

.login_screen {
  height: 100vh;
}

.footer {
  height: 50px;
  padding-left: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(64, 109, 222, 1) 0%, rgba(0, 94, 202, 1) 100%);
  color: white;
  display: flex;
  align-items: center;
}

.footer_import_pub {
  height: 50px;
  padding-left: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #2A5B9E;
  color: white;
  display: flex;
  align-items: center;
}

.footer_import_pub p a {
  color: white;
}

.footer_edit_web {
  height: 50px;
  padding-left: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(64, 109, 222, 1) 0%, rgba(0, 94, 202, 1) 100%);
  color: white;
  display: flex;
  align-items: center;
}

.footer_edit_web p a {
  color: white;
}

.footer p a {
  color: white;
}

.login_content {
  /* background-color: #E9F2FF; */
  background-image: url(image/login_Background.png);
  height: 100vh;
}

.navbar-brand img {
  height: 50px;
  margin-right : 4rem;
}

.welcome_text,
.que_title,
.que_list {
  margin-bottom: 5px;
}

.que_title {
  font-size: 20px;
  font-weight: 600;
}

.illustration_img .illustration {
  height: 300px;
}

.left_content {

  display: inline-grid;
  align-content: space-evenly;
  height: 290px;
  position: relative;
  top: 190px;
  background-color: #00021fc4;
  border-radius: 15px;
  padding: 30px;
}

.left_content .welcome_text {
  font-weight: bold;
  color: #2A5B9E;
}

.question .que_title {
  font-weight: 600;
}

.input_field {
  display: block;
}

.input_field .input_email {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  border: none;
  padding: 10px;
  box-shadow: 0px 3px 6px -0px rgb(230, 230, 230);
}

.input_field .input_password {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  border: none;
  padding: 10px;
  box-shadow: 0px 3px 6px -0px rgb(230, 230, 230);
}

.forgot a {
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  font-weight: bold;
  color: #2A5B9E;
}

.login_button button {
  height: 60px;
  width: 100%;
  border-radius: 10px;
  border: none;
  color: white;
  background: linear-gradient(147deg, rgba(150, 33, 175, 1) 0%, rgba(158, 60, 255, 1) 52%, rgba(38, 103, 219, 1) 100%);
}

.signup p {
  display: flex;
  justify-content: center;
}

.signup p a {
  font-weight: bold;
  color: #2A5B9E;
  text-decoration: none;
}

.or p {
  font-size: 20px;
  display: flex;
  justify-content: center;
}

.google {
  height: 50px;
  width: 100%;
  border: 2px solid #B9B9B9;
  border-radius: 10px;
}

.social_login a {
  display: flex;
  justify-content: center;
}

.google .google_icon {
  height: 30px;
  margin-right: 15px;
}

.right_content .sign_content{
  font-size: 22px;
  font-weight: 200;
}

/***************************************** before login *****************************************/

.before-left {
  padding: 25px;
  height: 100vh;
  display: flex;
  align-items: center;
}

.before-logo {
  height: 120px;
}

.login_reg_btn .log_in_btn button {
  height: 50px;
  width: 100%;
  color: white;
  background-color: #2a66da;
  border: none;
  border-radius: 10px;
}

.login_reg_btn .register_btn button {
  height: 50px;
  width: 100%;
  color: #2a66da;
  border: 2px solid #2a66da;
  background-color: transparent;
  border-radius: 10px;
}

.fa-square-facebook,
.fa-square-twitter,
.fa-linkedin {
  font-size: 50px;
}

.fa-square-facebook,
.fa-square-twitter {
  margin-right: 20px;
}

.social_icon {
  display: flex;
  justify-content: center;
}

/***************************************** Regester page *****************************************/

.before-logo {
  display: none;
}

.register_logo{
  margin-bottom: 50px;
}

.col-6 {
  flex: none !important;
}

.full_name {
  display: flex !important;
  justify-content: space-between;
}

.register-left {
  padding: 25px;
  height: 100vh;
  display: flex;
  align-items: center;
}

.first_name,
.last_name {
  height: 50px;
  width: 48%;
  border-radius: 10px;
  border: none;
  padding: 10px;
  box-shadow: 0px 3px 6px -0px rgb(230, 230, 230);
}

.login p {
  display: flex;
  justify-content: center;
}

.login p a {
  font-weight: bold;
  color: #2A5B9E;
  text-decoration: none;
}

/************************************** landingpage after login *************************************/

.main_bg {
/*    background-image: url(image/bg.png);*/
    background-image: url(image/bg.png);
    background-size:cover;
    background-position:center;
    height: 100vh;
}

.lac_main_bg {
    /*    background-image: url(image/bg.png);*/
    background-image: url(image/lac_hero_1.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}

.main_img .top_img {
  height: 300px;
}

.content .content_heading {
  font-weight: bold;
  color: #2A5B9E;
}

#myBtn {

  position: fixed;
  bottom: 8%;
  z-index: 999999999;
  right: 2%;
  height: 75px;
  width: 75px;
  background-color: #00AAFF;
  color: #ffffff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 100%;
  box-shadow: 0px 5px 5px #1f1f1f6a;
}
.content {
    width: 100%;
    max-width: 650px; /* slightly reduced */
    padding: 0 15px; /* horizontal padding for breathing room */
    margin: 0 auto; /* center it */
}

    .content h1 {
        font-size: 53px;
        color: white;
        font-weight: bolder;
        padding: 0; /* remove excess padding */
        margin-bottom: 20px; /* controlled spacing below heading */
        line-height: 1.2;
    }

.center_content {
    display: flex;
    height: 80vh;
    align-items: center;
    justify-content: center; /* center horizontally as well */
}

.content p {
    font-size: 16px;
    color: #fff;
    padding: 0; /* remove padding */
    margin: 0 0 6px; /* minimal margin between lines */
    line-height: 1.4;
}

.content_que_title {
    font-size: 16px;
}

.content_heading,
.content_que_title,
.content_que_list {
    margin-bottom: 5px;
}


.landing_content {
  display: flex;
  justify-content: start;
}

.landing_footer p a {
  text-decoration: none;
  color: white;
}

.landing_footer {
  height: 50px;
  padding-left: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(64, 109, 222, 1) 0%, rgba(0, 94, 202, 1) 100%);
  color: white;
  display: flex;
  align-items: center;
}


/************************************** Edit Q&A *************************************/

.Logout_btn {
  height: 50px;
  width: 130px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(147deg, rgba(150, 33, 175, 1) 0%, rgba(158, 60, 255, 1) 52%, rgba(38, 103, 219, 1) 100%);
  color: white;
}

table {
  margin-bottom: 70px !important;
}

.login_email {
  display: flex;
  align-items: center;
}

.login_email a {
  margin-right: 20px;
  margin-bottom: 2px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.navbar-lac {
    background-color: #000000 !important; /*black*/
    height: 90px;
}

.navbar-default {
    background-color: #040628 !important; /*dark blue of aimey*/
    height: 90px;
}


.navbar {
    /*    background-color: #040928 !important;*/
/*    background-color: #040628 !important;
    height: 90px;*/
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #2a66da !important;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff !important;
}

.heading {
  margin-top: 20px;
}

.question_answer {
  width: 100%;
}

.question_field {
  width: 100%;
  height: 50px;
  border: 2px solid #B9B9B9;
  border-radius: 15px;
  padding: 15px;
}

.answer_field {
  width: 100%;
  height: 150px;
  border: 2px solid #B9B9B9;
  border-radius: 15px;
  padding: 15px;
  margin-top: 20px;
}

.sub_btns {
  margin-top: 15px;
  justify-content: space-between;
}

.publish_btn a button {
  height: 50px;
  width: 130px;
  border: none;
  border-radius: 10px;
  background-color: #2a66da;
  color: white;
}

.add_cancel_btn a .add_qa_btn {
  height: 50px;
  width: 130px;
  border: none;
  border-radius: 10px;
  background-color: #2a66da;
  color: white;
}

.add_cancel_btn a .cancel_btn {
  height: 50px;
  width: 130px;
  border: 2px solid #2a66da;
  border-radius: 10px;
  background-color: #fff;
  color: #2a66da;
}

.search_bar {
  display: flex;
  justify-content: flex-end;
}

.search .search_field {
  height: 50px;
  width: 349px;
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.search a .search_btn {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.expired_on p {
  width: 150px;
}

table {
  margin-top: 20px;
}

/************************************************* table ***************************************/

table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
  margin-bottom: 0px;
}

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #eee;
}

th {
  background: #2a66da;
  color: white;
  font-weight: 600;
}

td,
th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: left;
  font-size: 16px;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

  table {
    width: 100%;
  }

  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
  }

  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }

  .bot_conversations_answer p {
    width: 330px;
  }



}


.menu {

  font-weight: bold;
  font-size: 0.8em;
  width: 300px;
  background: #131313;
  position: relative;
  text-align: center;
  margin: 51px 0px;
}

.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.menu li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #1d1f20 1px solid;
}

.menu li:hover {
  display: block;
  background: #181818;
  padding: 15px 0 15px 0;
  border-bottom: #1d1f20 1px solid;
}

.menu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #fff;
}

.menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.menu a {
  text-decoration: none;
  color: white;
}

.menu a:hover {
  text-decoration: none;
  color: white;
}





/************************************************* Import and Publish Q&A ***************************************/

.edits {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.edit_pub a button {
  width: 130px;
  height: 50px;
  border-radius: 10px;
  background-color: #2a66da;
  color: white;
  border: none;
}

.export {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.export_qna a button {
  width: 130px;
  height: 50px;
  border-radius: 10px;
  background-color: #2a66da;
  color: white;
  border: none;
}

.import {
  display: flex !important;
  align-items: center;
  justify-content: space-between;

}


.upload_file {
  background: #2a66da;
  padding: 5px;
  border-radius: 8px;
  color: white;
}

input::file-selector-button {
  font-weight: bold;
  color: black;
  background-color: white;
  padding: 0.5em;
  border: thin solid grey;
  border-radius: 3px;
}

.upload_csv a button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border-radius: 10px;
  border: none;
}


/***************************** bot conversations *************************/

.filter {
  align-items: center;
  justify-content: flex-end;
}

.filter_btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  border: none;
  border-radius: 10px;
  color: white;
}

.export_to_csv button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  border: none;
  border-radius: 10px;
  color: white;
}

.filter .all_radio,
.filter .yes_radio,
.filter .no_radio,
.filter .filter_btn {
  margin-right: 10px;
}

.search_bar {
  margin-top: 20px;
}

.bot_conversations_answer {
  max-width: 207px;
}

.pagination {
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 30px;
}



/************************** promotional footer *******************/

.promotional_footer {
  background: linear-gradient(90deg, rgba(64, 109, 222, 1) 0%, rgba(0, 94, 202, 1) 100%);
  height: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

/**************************** edit web bot configuration **********************/

.web_bot_search_bar {
  display: flex;
  justify-content: space-between;
}

.web_bot_search_bar .web_bot_pub_btn a button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border-radius: 10px;
  border: none;
}

.web_bot_edit_btn a button {
  height: 50px;
  width: 100px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.edit_desc input {
  height: 50px;
  width: 270px;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.con_uni_edit input {
  height: 50px;
  width: 270px;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.edit_config input {

  height: 50px;
  width: 270px;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.edit_web,
.con_uni,
.config {
  align-items: center;
  justify-content: space-between;
}

.bck_save .bck_btn button {
  height: 50px;
  width: 130px;
  margin-right: 10px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.bck_save .save_btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.bck_save {
  justify-content: flex-end;
}


/****************************** security **********************************/

.nbsp {
  display: flex;
  justify-content: flex-end;
}

.del_edit {

  display: flex;
  justify-content: flex-end;
}

.ed {
  text-decoration: none;
  color: #2A5B9E;
}

.del {
  text-decoration: none;
  color: #FF0404;
}

.first_partition .add_role_user {
  height: 275px;
  width: 638px;
  border: 2px solid #B9B9B9;
  border-radius: 15px;
  margin-right: 10px;
}

.first_partition .remove_role_user {
  height: 275px;
  width: 638px;
  border: 2px solid #B9B9B9;
  border-radius: 15px;
  margin-left: 10px;
}

.first_partition .add_role_user .head {
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #EAF3FF;
}

.first_partition .remove_role_user .head {
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #EAF3FF;
}

.head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  font-weight: 600;
  color: #2A5B9E;
}

.user_role .username_field {
  height: 50px;
  width: 80%;
  border: none;
  border-radius: 6px;
  background-color: #F4F4F4;
  margin-left: 15px;
}

.user_input,
.role_input {
  display: flex;
  align-items: center;
  justify-content: center;
}

.save a button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 5px;
  margin-left: 18px;
}

.save_role_name a button {
  height: 50px;
  width: 230px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 5px;
  margin-left: 18px;
}

.second_partition {
  margin-bottom: 65px !important;
}

.second_partition .create_new_role {
  height: 275px;
  width: 638px;
  border: 2px solid #B9B9B9;
  border-radius: 15px;
  margin-right: 10px;
}

.second_partition .create_new_role .head {
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #EAF3FF;
}

.second_partition .create_new_role {
  height: 210px;
  width: 638px;
  border: 2px solid #B9B9B9;
  border-radius: 15px;
  margin-right: 10px;
}

.second_partition .create_new_role .head {
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #EAF3FF;
}

.second_partition .list_role_user {
  height: 210px;
  width: 638px;
  border: 2px solid #B9B9B9;
  border-radius: 15px;
  margin-left: 10px;
}

.second_partition .list_role_user .head {
  height: 50px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #EAF3FF;
}

.add_role_user_field.d-flex {
  width: 80%;
}


.add_role_user_field .add_role_user_dropdown button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.add_role_user_field .add_role_user_dropdown {
  margin-left: 10px;
}

.add_role_user_field .add_role_user_dropdown button,
.add_role_user_field .add_role_user_dropdown {
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: #F4F4F4;
  color: #000;
  /* margin-left: 15px; */
}

.add_role_field.d-flex {
  width: 80%;
}


.add_role_field .add_role_dropdown button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.add_role_field .add_role_dropdown {
  margin-left: 10px;
}

.add_role_field .add_role_dropdown button,
.add_role_field .add_role_dropdown {
  height: 50px;
  width: 100%;
  border: none;
  border-radius: 6px;
  background-color: #F4F4F4;
  color: #000;
  /* margin-left: 15px; */
}

.save_list_role_user a button {
  height: 50px;
  width: 230px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 5px;
  margin-left: 18px;
}

/***************************** suggetive button ****************************/

.sug_btn {
  display: flex;
  justify-content: space-between;
}

.sug_btn_pub_add .add_btn button {
  height: 50px;
  width: 260px;
  background-color: #2a66da;
  color: white;
  border-radius: 10px;
  border: none;
}

.sug_btn_pub_add .pub_btn button {
  height: 50px;
  width: 155px;
  background-color: #2a66da;
  color: white;
  border-radius: 10px;
  border: none;
}

.sug_btn_edit_del .sug_btn_edit button {
  height: 40px;
  width: 100px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.sug_btn_edit_del .sug_btn_del button {
  height: 40px;
  width: 40px;
  background-color: #2A5B9E;
  /* background: linear-gradient(147deg, rgba(150,33,175,1) 0%, rgba(158,60,255,1) 52%, rgba(38,103,219,1) 100%); */
  color: white;
  border: none;
  border-radius: 10px;
}

.search_sug_btn .search_field_sug_btn {
  height: 50px;
  width: 349px;
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.search_sug_btn a .search_btn {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  /* background: linear-gradient(147deg, rgba(150,33,175,1) 0%, rgba(158,60,255,1) 52%, rgba(38,103,219,1) 100%); */
  color: white;
  border: none;
  border-radius: 10px;
}

/* edit suggestive button */

.edit_sug,
.sub_utt,
.sequence,
.apply_bot {
  align-items: center;
  justify-content: space-between;
}

.action_btn .edit_btn,
.delete_btn {
  height: 40px;
  width: 40px;
  background-color: #2a66da;
  color: #fff;
  border-radius: 5px;
  border: none;
  margin: 5px;
}


/****************************** edit suggestive button *****************************/

.save_can .save_btn button {
  height: 50px;
  width: 130px;
  margin-right: 10px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.save_can .can_btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.save_can {
  justify-content: flex-end;
}

.footer_edit_sug_btn {
  height: 50px;
  padding-left: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(64, 109, 222, 1) 0%, rgba(0, 94, 202, 1) 100%);
  color: white;
  display: flex;
  align-items: center;
}

.footer_edit_sug_btn p a {
  color: white;
}


/******************************** chatbot **********************************/

@media only screen and (max-width: 600px) {
  .modal {
    width: 90% !important;
    /*right: 5% !important;*/
  }
}

.pop-up-cls-new .row.limit-width.row-parent {
  padding: 0px !important;
}

/*body {
  font-family: Arial, Helvetica, sans-serif;
}*/

#bot {
  text-align: left;
  height: 460px;
}

p {
  font-size: 15px;
}

#bot a {
  color: #2e8ae6;
}

#bot a:link {
  text-decoration: underline;
}

#myBtn .chatbot_icon {
  height: 40px;
  width: 40px;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 99999;
  /* Sit on top */
  /* padding-top: 100px;  Location of the box */
  left: unset;
  top: unset;
  right: 5%;
  bottom: 15%;
  width: 465px;
  /* Full width */
  height: auto;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* background-color: rgb(0,0,0);  Fallback color */
  /* background-color: rgba(0,0,0,0.4);  Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  background-color: unset;
  color: white;
  float: right;
  font-size: 20px;
  border: none;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

input.wc-shellinput {
  margin: 0px !important;
}

.modal-body {
  padding: 2px 16px;
}

.modal-header {
  position: absolute;
  z-index: 9;
  right: 0;
  background-color: transparent;
  padding: 6px;
}

.modal-header .close {
  opacity: 1;
}

/***************************** adaptive card *******************************/

.search_adapt_card .search_field_adapt_card {
  height: 50px;
  width: 349px;
  background-color: #f7f7f7;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

.search_adapt_card a .search_btn {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.adapt_card {
  display: flex;
  justify-content: flex-end;
}

.title_text_field,
.sub_title_text_field,
.openurl_text_field,
.button_text_field,
.intent_text_field,
.imgurl_text_field {
  height: 40px;
  border: none;
  border-radius: 8px;
  background-color: #F4F4F4;
  width: 108px;
  padding-left: 10px;
}

.ser_fil_icn i {
  font-size: 25px;
}



.ten_pub_btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border-radius: 10px;
  border: none;
}

.ten_btn {
  display: flex;
  justify-content: flex-end;
}

.ten_edit button .fa-pen {
  height: 40px;
  width: 40px;
  background-color: #2a66da;
  color: white;
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer_add_tenant {
  height: 50px;
  padding-left: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(64, 109, 222, 1) 0%, rgba(0, 94, 202, 1) 100%);
  color: white;
  display: flex;
  align-items: center;
}

.footer_add_tenant p a {
  color: white;
}

/******************************************** manage account *****************************************/

/******************************************** Tab ********************************************/

/* Component Needs */

.pc-tab>input,
.pc-tab section>div {
  display: none;
}

#tab1:checked~section .tab1,
#tab2:checked~section .tab2,
#tab3:checked~section .tab3,
#tab4:checked~section .tab4 {
  display: block;
}

#tab1:checked~nav .tab1,
#tab2:checked~nav .tab2,
#tab3:checked~nav .tab3,
#tab4:checked~nav .tab4 {
  color: red;
}


.pc-tab {
  /* width: 100%; */
  /* max-width: 700px; */
  margin: 0 auto;

  ul {
    list-style: none;
    margin: 0;
    padding: 0;

    li {
      label {
        font-family: "Raleway";
        float: left;
        padding: 15px 25px;
        border: 1px solid #ddd;
        border-bottom: 0;
        background: #eeeeee;
        color: #444;

        &:hover {
          background: #dddddd;
        }

        &:active {
          background: #ffffff;
        }
      }

      &:not(:last-child) label {
        border-right-width: 0;
      }
    }
  }

  section {
    font-family: "Droid Serif";
    clear: both;

    div {
      padding: 20px;
      width: 100%;
      border: 1px solid #ddd;
      background: #fff;
      line-height: 1.5em;
      letter-spacing: 0.3px;
      color: #444;

      h2 {
        margin: 0;
        font-family: "Raleway";
        letter-spacing: 1px;
        color: #34495e;
      }
    }
  }
}

#tab1:checked~nav .tab1,
#tab2:checked~nav .tab2,
#tab3:checked~nav .tab3,
#tab4:checked~nav .tab4 {
  label {
    background: white;
    color: #111;
    position: relative;

    &:after {
      content: '';
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #ffffff;
      left: 0;
      bottom: -1px;
    }
  }
}

.profile_username input,
.profile_email input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #B9B9B9;
  padding: 10px;

}

.profile_email p,
.profile_username p {
  margin-bottom: 10px !important;
}

.profile_email .verification {
  color: #2A5B9E;
}

.profile-content .profile-btn button {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #2a66da;
  color: #ffffff;
  border: none;
  margin-top: 20px;
}


.current-password input,
.new-password input,
.confirm-new-password input {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #B9B9B9;
  padding: 10px;
}

.password-content .password-btn button {
  height: 50px;
  width: 100%;
  border-radius: 10px;
  background-color: #2a66da;
  color: #ffffff;
  border: none;
  margin-top: 20px;
}

.external-line .add_service {
  font-size: 25px;
  font-weight: 400;
}

.external-btns .open_id_btn button,
.external-btns .external_google_btn button {
  height: 50px;
  width: 180px;
  border-radius: 10px;
  background-color: #2a66da;
  color: #ffffff;
  border: none;
  margin-top: 20px;

}

.external-btns .external_google_btn button {
  margin-left: 20px;
}

.two-factor .add_service {
  font-size: 25px;
  font-weight: 400;
}

.two-factor-btn .add-auth button {
  height: 50px;
  width: 180px;
  border-radius: 10px;
  background-color: #2a66da;
  color: #ffffff;
  border: none;
  margin-top: 20px;
}

.two-factor-line .two-factor-title {
  font-size: 25px;
}

/************************************ aboutbot ***************************/

.sentense h3 {
  font-size: 22px;
  font-weight: 700;
}

/************************** manage project ********************/

tr .esclation-email {
  width: 200px !important;
}

/*********************** Project Summary **********************/

.project .project-label {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 35px;
}

.project,
.date {
  height: 35px;
  align-items: center;
}

.project-dropdown .date,
.project-dropdown .project {
  display: flex;
  align-items: center;
}

.project-dropdown button {
  height: 35px;
  width: 150px;
  background-color: #f7f7f7;
  border: 1px solid #34495e;
  color: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
}

.date .date-label {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 10px;
  height: 35px;
}

.date-dropdown button {
  height: 35px;
  width: 150px;
  background-color: #f7f7f7;
  border: 1px solid #34495e;
  color: #000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
}

.project-summary-dropdown {
  align-items: center;
  width: 100%;
  display: flex !important;
  justify-content: space-between;
}

.project-dropdown {
  display: flex;
}

.show>.btn-secondary.dropdown-toggle {
  background-color: #F4F4F4;
  color: #000;
}



/********************************* project task summary ********************************/
.task-summary {
  display: flex;

}

.project-task-summary-dropdown {
  align-items: center;
  justify-content: space-between;
  display: flex !important;
}

.search_summary_btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  border: none;
  border-radius: 10px;
  color: white;
}


/******************* select projects and teams **************/

.selected-projects-btn .selected-projects-save {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 5px;

}

.selected-projects-btn .selected-projects-clear {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 5px;
}

.select_project_team button {
  width: 446px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 20px;
  background-color: #F4F4F4;
  color: #000;
}

.list_project_teams {
  display: flex;
  align-items: center;
}

.btn-secondary:hover {
  background-color: #F4F4F4;
  color: #000;
}

/******************************************* role user mapping ***********************************/

.admin-btn .admin-save-btn button,
.admin-btn .admin-clear-btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.selected-list h5 {
  font-size: 18px;
  font-weight: 600;
}


.select-admin-btn .select-admin-save-btn button,
.select-admin-btn .select-admin-clear-btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: white;
  border: none;
  border-radius: 10px;
}

.manager-btn .manager-save-btn button,
.manager-btn .manager-save-btn button {
  height: 50px;
  width: 130px;
  /* background-color: #2A5B9E; */
  background: linear-gradient(147deg, rgba(150, 33, 175, 1) 0%, rgba(158, 60, 255, 1) 52%, rgba(38, 103, 219, 1) 100%);
  color: white;
  border: none;
  border-radius: 10px;
}

.manager-btn .manager-clear-btn button,
.manager-btn .manager-clear-btn button {
  height: 50px;
  width: 150px;
  background-color: #2A5B9E;
  color: white;
  border: none;
  border-radius: 10px;
}

.select-manager-btn .select-manager-save-btn button,
.select-manager-btn .select-manager-clear-btn button {
  height: 50px;
  width: 150px;
  /* background-color: #2A5B9E; */
  background: linear-gradient(147deg, rgba(150, 33, 175, 1) 0%, rgba(158, 60, 255, 1) 52%, rgba(38, 103, 219, 1) 100%);
  color: white;
  border: none;
  border-radius: 10px;
}

.team-member-btn .team-member-save-btn button,
.team-member-btn .team-member-clear-btn button {
  height: 50px;
  width: 150px;
  /* background-color: #2A5B9E; */
  background: linear-gradient(147deg, rgba(150, 33, 175, 1) 0%, rgba(158, 60, 255, 1) 52%, rgba(38, 103, 219, 1) 100%);
  color: white;
  border: none;
  border-radius: 10px;
}

.list-team-member {
  display: flex;
  align-items: center;
}

.select-team-member-btn .select-team-member-save-btn button,
.select-team-member-btn .select-team-member-clear-btn button {
  height: 50px;
  width: 150px;
  /* background-color: #2A5B9E; */
  background: linear-gradient(147deg, rgba(150, 33, 175, 1) 0%, rgba(158, 60, 255, 1) 52%, rgba(38, 103, 219, 1) 100%);
  color: white;
  border: none;
  border-radius: 10px;

}


/************************* project meetings *********************/
.back a button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: #fff;
  border: none;
  border-radius: 10px;
}

.project-meetingd-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.meeting_text p {
  max-width: 150px;
}

.organizer_address p {
  line-break: anywhere;
}

.owner_id {
  line-break: anywhere;
}

.attendees {
  line-break: anywhere;

}

/********************************* edit project ********************************/

.edit_pro_des {
  align-items: center;
  justify-content: space-between;
}

.pro_edit_desc .input {
  height: 50px;
  width: 100%;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.edit_pro_man {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

button#dropdownMenuButton {
  height: 50px;
  width: 100%;
  background-color: #F4F4F4;
  color: #000;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-radius: 10px;
}

.dropdown.manager_dropdown {
  width: 100%;
  height: 50px;
  background-color: #F4F4F4;
  border-radius: 10px;
}

.dropdown.track_dropdown {
  width: 100%;
  height: 50px;
  background-color: #F4F4F4;
  border-radius: 10px;
}

.edit_manager.d-flex {
  width: 100%;
}

.track_manager.d-flex {
  width: 100%;
}




.tool_to_track {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.tool_inp input {
  height: 50px;
  width: 100%;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.client_domains {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.client_dom_inp .input {
  height: 50px;
  width: 100%;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.meeting_oneNote {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.map_keyword_inp .input {
  height: 50px;
  width: 100%;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.esclation_email {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.esclation_email_inp .input {
  height: 50px;
  width: 100%;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.one_notebook {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.one_notebook_inp .input {
  height: 50px;
  width: 100%;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.devops_project {
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.devops_project_inp .input {
  height: 50px;
  width: 100%;
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.enable {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.enable_inp input {
  border: 10px;
  border-radius: 10px;
  padding-left: 20px;
  background-color: #F4F4F4;
}

.update_back_btn {
  margin-bottom: 60px;
}

.update_back_btn .update_btn button,
.update_back_btn .bck_btn button {
  height: 50px;
  width: 130px;
  background-color: #2a66da;
  color: #fff;
  margin: 5px;
  border: none;
  border-radius: 10px;
}






/* Modal Styles */
.modal {
  display: none;
  position: fixed;
/*  z-index: 1000;*/
  left: 71%;
  top: 7%;
  width: 400px;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: width 0.5s ease, height 0.5s ease, left 0.5s ease, top 0.5s ease;
}

.modal-content {
  background-color: #ffffff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: none;
}

.modal-header {
  width: 100%;
  background-color: #00A1FF;
  padding: 15px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.modal-header img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.modal-header .bot-name {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* Chat Body */
.modal-body {
  flex-grow: 1;
  padding: 10px;
  background-color: #f9f9f9;
  display: flex;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  overflow-y: auto;
}

/* Chat Messages */
.chat-message {
  max-width: 80%;
  margin: 5px 0;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.bot_btn {
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: space-around;
}

.bot-message {
  background-color: #e0e0e0;
  align-self: flex-start;
  border-top-left-radius: 0px;
}

.user-message {
  background-color: #626262;
  color: white;
  align-self: flex-end;
  border-top-right-radius: 0px;
}

/* Input Section */
.chat-input {
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.chat-input input {
  border: none;
  outline: none;
  width: 85%;
  padding: 10px;
  border-radius: 20px;
  background-color: #f1f1f1;
  margin-right: 10px;
}

.chat-input button {
  background-color: #00A1FF;
  border: none;
  color: white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.chat-input button i {
  font-size: 16px;
}

/* Button to open the chat */
#myBtn {
  background-color: #00A1FF;
  color: white;
  border-radius: 50%;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#myBtn i {
  font-size: 24px;
}

/* Default Modal Styles */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 400px;
  height: 500px;
/*  z-index: 1;*/
  top: 23%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.modal .modal-content {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Maximized Modal Styles */
.modal.maximized {
  width: 400px;
  height: 84%;
  top: 80px;
  left: 1071px;
  bottom: 0;
  right: 0px;
}

.modal.maximized .modal-content {
  border-radius: 0;
}

/* Header Styles */
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #007bff;
  color: white;
}

.modal-header img {
  height: 40px;
  width: 40px;
}

.bot_btn button {
  background: none;
  color: white;
  border: none;
}

/* Body Styles */
.modal-body {
  flex: 1;
  padding: 10px;
  overflow-y: auto;
}

.chat-message {
  margin-bottom: 10px;
}

.bot-message {
  color: #007bff;
}

.user-message {
  color: #ffffff;
  text-align: right;
}

/* Footer Styles */
.chat-input {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd;
}

.chat-input input {
  flex: 1;
  padding: 5px;
  font-size: 16px;
}

.chat-input button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

/* Media Queries for Responsiveness */
@media only screen and (max-width: 768px) {
  .modal {
    width: 100%;
    height: 70%;
    bottom: 0;
    right: 0;
  }

  .modal .modal-content {
    border-radius: 10px 10px 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .modal {
    width: 100%;
    height: 60%;
    bottom: 0;
    right: 0;
  }

  .modal .modal-content {
    border-radius: 10px 10px 0 0;
  }

  .chat-input input {
    font-size: 14px;
  }
}



/* Connections Section */
/*.integration-connections-section {
    background-color: #ffffff;
    height: auto;
}

.integration-card {
    border-radius: 20px;
    transition: transform 0.3s ease;
}

    .integration-card:hover {
        transform: translateY(-5px);
    }

.integration-card-title {
    font-weight: bold;
}

.integration-badge-success {
    background-color: #28a745;
}

.integration-badge-danger {
    background-color: #dc3545;
}*/

/* Form Elements */
/*.integration-modal-body form .form-label {
    font-weight: bold;
}

.integration-form-control {
    border-radius: 8px;
    padding: 10px;
}

.integration-btn-primary {
    background-color: #040928;
    border-color: #040928;
    border-radius: 8px;
}

    .integration-btn-primary:hover {
        background-color: #333;
    }*/

/* Zoom Form Page Only */
.integration-form-container {
    padding: 50px 15px;
}

    .integration-form-container .integration-card {
        max-width: 600px;
        margin: 0 auto;
    }

/* Restore Default for Integration/Index Page */
.integration-index-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Cards for Available Apps */
.integration-card {
    border-radius: 12px;
    transition: transform 0.3s ease;
    background-color: #ffffff;
    padding: 1rem;
    width: 100%;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


    .integration-card .card-body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.integration-card-tile {
    max-width: 350px;
    height: 230px; /* ensure visual consistency */
    margin: 0 auto;
}

.integration-card-form {
    max-width: 600px;
    padding: 1.5rem;
    margin: 0 auto;
    height: auto;
}


/* Title Styling */
.integration-card-title {
    font-weight: bold;
    color: #040928;
    margin-bottom: 10px;
}
.integration-card-tile:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* Description Text Styling */
.AppCard-text {
    font-size: 0.9rem;
    margin-bottom: 20px !important; /* spacing before button */
    line-height: 1.4rem;
    /* NEW: Limit description lines and maintain equal space */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* show max 3 lines */
    -webkit-box-orient: vertical;
    flex-grow: 1; /* ensure it takes up available vertical space */
}
/* Button Styling */
/* Main style */
.integration-btn-delete {
    background-color: #d12a46;
    color: #fff;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    min-width: 120px;
    max-width: 160px;
}
    .integration-btn-delete:hover {
        background-color: #DC4C64 !important;
        color: #fff !important;
    }


.integration-btn-project {
    background-color: #040928;
    border-color: #040928;
    color: #fff;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    min-width: 120px;
    max-width: 160px;
}
    .integration-btn-project:hover {
        background-color: #333333 !important;
        color: #fff !important;
    }



.integration-btn-primary {
    background-color: #040928;
    border-color: #040928;
    color: #fff;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

    .integration-btn-primary:hover {
        background-color: #333333 !important;
        color: #fff !important;
    }

/* For inline layout only */
.integration-btn-inline {
    width: auto !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.integration-btn-back {
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background-color: transparent;
    border-radius: 8px;
    padding: 10px 1.5rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
}

    .integration-btn-back:hover {
        background-color: #0d6efd;
        color: #fff;
    }


.green-indicator {
    width: 10px;
    height: 10px;
    background-color: #28a745; /* Bootstrap success green */
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.connected-chip {
    background-color: #28a745; /* Bootstrap green */
    color: white;
    font-size: 0.65rem;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 20px;
    display: inline-block;
    line-height: 1.2;
}

.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.nav_header {
    position: sticky;
    top: 0;
    z-index: 1030; /* ensures it stays above other elements */
    background-color: white; /* needed to avoid transparent overlap */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* optional visual enhancement */
}

@media (max-width: 576px) {
    .integration-form-container {
        padding: 30px 10px;
    }
}

/* Shared container width for inputs and buttons */
.login-form-element {
    max-width: 360px;
    width: 100%;
    margin: 12px auto;
}

/* Input fields */
.login-input {
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Login button */
.login-submit-btn {
    background: linear-gradient(to right, #a045e6, #337aff);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 0;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    display: block;
}

/* Microsoft and Google button style */
.social-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.custom-font {
    font-family: 'Inter', sans-serif;
}


.homepage-title{
    padding:2px;
}


.user-consent-checkbox {
    accent-color: #28a745;
    background-color: #28a745;
    transform: scale(1.2);
    cursor: pointer;
    margin: 20px;
}


.integration-btn-danger {
    background-color: #dc3545;
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 0.5rem;
    font-weight: 500;
    text-decoration: none;
}
