/* old css */
/* .ai-login-row {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ai-login-col-left {
	width: 50%;
	height: 100vh;
	background-image: url(../img/banner.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ai-login-col-left::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	background: #ddd;
}

.ai-login-col-left::-webkit-scrollbar-track {
	background: #ddd;
}

.ai-login-col-left::-webkit-scrollbar-thumb {
	background: #777a7b;
}

.ai-login-col-left::-webkit-scrollbar-thumb:hover {
	background: #777a7b;
}

.ai-login-col-right {
	padding: 1vh;
	width: 50%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	height: 100vh;
	background-color: #fefdfd;
}







.ai-login-head {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: normal;
	color: #434956;
}

.ai-login-logo-head {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: normal;
	color: #262d3b;
}

.ai-login-para {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	color: #262d3b;
}

.ai-login-para-a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #262d3b;
}

.ai-login-text-end {
	text-align: end;
}

.ai-login-for-pas-btn {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	text-decoration: none;
	color: #4d6bfe;
	display: inline-block;
	word-break: break-word;
	text-align: end;
}

.ai-login-cont-head {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: normal;
	color: #5a68f6;
	text-decoration: none;
}

.ai-login-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.ai-login-soc-btn {
	border: 1px solid #4d6bfe4d;
	padding: .5rem;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 1rem;
	display: flex;
	color: #5a68f6;
	justify-content: center;
	text-decoration: none;
	align-items: center;
	background-color: #4d6bfe0d;
	margin-right: 0.6rem;
	cursor: pointer;
}



.ai-login-lablel-text-box {
	position: absolute;
	margin-top: 0.1rem;
	margin-left: -1.8rem;
	box-sizing: border-box;
	padding: 0;
	width: 20px;
	height: 20px;
	accent-color: #0957DE;
}

.ai-login-form-check {
	position: relative;
	display: block;
	padding-left: 1.8rem;
	margin-bottom: 0.5rem;
}

.ai-login-lablel-checkbox {

	margin-bottom: 0;
	display: inline-block;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
}

@media only screen and (max-width: 900px) {
	.ai-login-row {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.ai-login-col-right {
		width: 100%;
		height: auto;
		overflow-x: hidden;
		overflow-y: auto;
		padding-top: 3vh;
	}

	.ai-login-col-left {
		display: none;
	}
}


input::file-selector-button {
	color: #fff;

	border: 1px solid #5a68f6;
	border-radius: 10px 0px 0 10px;
	font-weight: 500;
	height: 40px;
	padding: 0 1rem;
	background: #5a68f6;
	line-height: 1.5;
}
.widget-container
{
	position: relative;
}
.ai-chat-close-btn
{
	position: absolute;
	border: 0;
	right: -5px;
	top: 0px;
	cursor: pointer;
	background-color: transparent;
z-index: 999999;
} */

/* new css */

.ai-login-form-control {
	background: #4d6bfe0d;
	width: 100%;
	display: block;
	outline: 0;
	border: 1px solid #c7c8c9;
	border-radius: 10px;
	font-style: normal;
	font-weight: 500;
	height: 40px;
	font-size: 1rem;
	line-height: normal;
	padding: 0 1rem;
	padding-right: 40px;
	color: #262d3b;
}

.ai-login-form-label {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: normal;
	color: #262d3b;
	display: inline-block;
	margin-bottom: .5rem;
}

.ai-login-btn:hover {
	background: #5a68f6;
	color: #FFFFFF;
	text-decoration: none;
}

.ai-login-btn {
	background: #5a68f6;
	font-style: normal;
	font-weight: 600;
	border-radius: 9999px;
	min-height: 40px;
	line-height: 1.2;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 0.6rem;
	color: #FFFFFF !important;
	transition: 0.3s;
	cursor: pointer;
	border: 0;
	width: 100%;
}
.ai-login-btn-b {
	background: rgba(34, 197, 94, 1);
	font-style: normal;
	font-weight: 600;
	border-radius: 9999px;
	min-height: 40px;
	line-height: 1.2;
	font-size: 18px;
	display: block;
	text-align: center;
	padding: 0.6rem;
	color: #FFFFFF !important;
	transition: 0.3s;
	cursor: pointer;
	border: 0;
	width: 100%;
}

.ai-login-btn-a {
	background-color: #fff;
	font-style: normal;
	font-weight: 600;
	border-radius: 9999px;
	min-height: 40px;
	line-height: 1.2;
	font-size: 18px;
	display: block;
	color: rgb(38 45 59 / var(--tw-text-opacity, 1));
	text-align: center;
	padding: 0.6rem;
	transition: 0.3s;
	cursor: pointer;
	border: 1px solid #5a68f6;
	width: 100%;
}

.ai-login-btn-a:hover {

	color: #fff;
	background-color: #5a68f6;
	border: 1px solid #5a68f6;

}

/* login */

body{
    font-family: "Roboto", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    background-color: rgb(250 250 250);
}

.ai-logo
{
    width: 60px;
}
.login-box-bg {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, 0.05);
    margin: 0 auto;
    background-color: #fff;
}

.login-main-bg  {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background: url(../img/back-ground.jpg);
    background-position: center;
}
.login-container {
    min-height: 100vh;
  }

  .login-form-label {
    margin-bottom: .5rem;
    display: block;
    font-size: 16px;
    line-height: 1.25rem;
    font-weight: 600;
    color: #4d4c4c;

}
.ai-login-para-a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #4d4c4c;
}
.ai-login-cont-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    color: #141B5D;
    text-decoration: none;
}
.ai-login-head-a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #262d3b;
}
.ai-login-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #4d4c4c;
}
.login-form-input {

    display: block;
    width: 100%;
    border-radius: .375rem;
    border: 1px solid rgb(199, 199, 201);
    background-color: rgb(255 255 255);
    padding: .5625rem 1rem;
    font-size: 16px;
   min-height: 45px;
   outline: 0;
}
.login-form-input:focus
{
  box-shadow:none;
}
.login-form-btn-a
{
    display: inline-block;
    cursor: pointer;
    border-radius: .375rem;
    padding: .5625rem 1.5rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    border:#141B5D solid 1px;
    background-color:#141B5D;
    color: #fff;
    min-height: 45px;
    font-weight: 600;
    width: fit-content;
}
.login-form-btn-b
{
    display: inline-block;
    cursor: pointer;
    border-radius: .375rem;
    padding: .5625rem 1.5rem;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    border:#05ba48 solid 1px;
    background-color:#05ba48;
    color: #fff;
    min-height: 45px;
    font-weight: 600;
    width: fit-content;
}
.login-form-btn
{
    display: inline-block;
    cursor: pointer;
    border-radius: .375rem;
    padding: .5625rem 1.5rem;
    text-align: center;
    font-size: 16px;
    line-height: normal;
    border:#141B5D solid 1px;
    background: linear-gradient(135deg, #0957DE,  #141B5D) !important;
    color: #fff;
    min-height: 45px;
    font-weight: 600;
    width: 100%;
}
.login-form-para {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #4d4c4c;
}
.login-form-para-btn
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    color: #141B5D;
    display: inline-block;
}
.login-form-end {
    text-align: end;
}
.login-form-for-btn
{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-decoration: none;
    color: #141B5D;
    display: inline-block;
    word-break: break-word;
    text-align: end;
}
.ai-login-flex {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.ai-login-soc-btn {
    background-color: rgba(115, 102, 255, 0.06) !important;
    border-color: rgba(115, 102, 255, 0.06) !important;
    line-height: 1;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    border-radius: 8px;
}
.ai-login-soc-btn i {
    font-size: 18px;
    color: #141B5D;
    font-weight: 400;
}
.ai-login-head {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #141B5D;
    text-align: center;
}
.ai-login-logo-head {
    font-style: normal;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    color: #262d3b;
}
.ai-login-logo-head-a {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: normal;
    color: #262d3b;
}
/* login */
/* menu */
.ai-box-bg
{
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
    transition: all 0.3s ease;
    border-radius: .375rem;
    padding: 1rem;
}
.ai-menu-icon
{
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.ai-profile
{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}


  .sidebar {
    height: 100vh;
    width: 250px;
    position: fixed;
    left: 0;
    top: 0;
    transition: all 0.3s;
    border-color: rgb(229 231 235);
    background-color: #fff !important;
    box-shadow: 0 0 40px rgba(8, 21, 66, 0.05);
  }
  .sidebar.collapsed {
    width: 70px;
  }
  .sidebar .logo {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
border-bottom: rgb(239 236 249 / 50%) 1px solid;
  }
  .sidebar .nav-link {
    white-space: nowrap;
    overflow: hidden;
    margin-left: .75rem;
    margin-right: .75rem;
    margin-bottom: .375rem;
    padding: .625rem 1rem;
    border-radius: .375rem;
    font-size: 16px;
    font-weight: 500;
    color: #4d4c4c;
  }
  .sidebar.collapsed .nav-link span {
    display: none;
  }
  .sidebar .nav-link span {
 margin-left: 0.5rem;
  }
  .sidebar .nav-link:hover {
    background-color: #f4eefd;
    color: #141B5D;
  }

  .sidebar .nav-link.active {
    background-color: #f4eefd;
    color: #141B5D;
  }
  .sidebar .collapse-inner {
    padding-left: 1.5rem;
  }
  .content {
    margin-left: 250px;
    transition: all 0.3s;
    padding: 8rem 20px 20px;
  }
  .content.collapsed {
    margin-left: 70px;
  }
  .topbar {
    position: fixed;
    width: calc(100% - 250px);
    left: 250px;
    top: 0;
    z-index: 1030;
    transition: all 0.3s;
    background-color: transparent !important;
    background: linear-gradient(135deg, #0957DE,  #141B5D) !important;
height: 80px;
border-bottom: rgb(239 236 249 / 30%) 1px solid;
  }
  .topbar.collapsed {
    width: calc(100% - 70px);
    left: 70px;
  }
  .submenu-toggle::after {
    content: "\f078";
    font-family: "Bootstrap-icons";
    float: right;
    transition: transform 0.3s;
  }
  .submenu-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
  }

  .top-bg
  {
      position: absolute;
      right: 0px;
      bottom: 0px;
      left: 0px;
      top: 0px;
      display: inline-block;
      height: 13rem;
      background: linear-gradient(135deg, #0957DE,  #141B5D) !important;
      z-index: -1;
  }
/* menu */

/* profile */
.ai-profile-a
{
    width: 80px;
    height: 80px;
    object-fit: contain;
    border-radius: 50%;
border: 2px solid rgba(115, 102, 255, 0.06) !important;
}
/* profile */

/* chat */


  .chat-area {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: rgba(115, 102, 255, 0.06) !important;
  }

  .chat-header {
    padding: 1rem;
    background: white;
    text-align: center;
  }

  .chat-messages {
    flex-grow: 1;
    overflow-y: auto;
    padding: 1rem;
  }


  .message {
    max-width: 70%;
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    position: relative;
    clear: both;
  }

  .message.user {
    background: #141B5D;
    color: white;
    margin-left: auto;
    border-bottom-right-radius: 0;
  }

  .message.bot {
    background-color: #ffffff;
    margin-right: auto;
    border-bottom-left-radius: 0;
  }

  .profile-pic {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 1rem;
  }
/* chat */

/* widget */
.ai-login-form-check {
    position: relative;
    display: block;
    padding-left: 1.8rem;
    margin-bottom: 0.5rem;
}
.ai-login-lablel-checkbox {
    margin-bottom: 0;
    display: inline-block;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}
.ai-login-lablel-text-box {
    position: absolute;
    margin-top: 0.1rem;
    margin-left: -1.8rem;
    box-sizing: border-box;
    padding: 0;
    width: 20px;
    height: 20px;
    accent-color: #0957DE;
}
.ai-chat-text-area {
    width: 100%;
    display: block;
    text-align: left;
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: normal;
    padding: 1rem;
    min-height: 60px;
    max-height: 100px;
    overflow-y: auto;
    text-align: left;
    outline: 0 !important;
    color: #000C22;
    background-color: rgba(77, 107, 254, .05);
    border: 1.5px solid #141B5D;
}

/* development */
.doc-section {
    background: white;
    border-left: 2px solid #141B5D;
    border-radius: 0.5rem;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 0.75rem 1.5rem rgba(0,0,0,0.05);
    transition: transform 0.3s;
  }
  .doc-section:hover {
    transform: translateY(-5px);
  }
  pre {
    background-color: rgba(77, 107, 254, .05);
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    font-size: 0.95rem;
  }

  code {
    color: #e83e8c;
  }
  .nav-tabs .nav-link.active {
    background: #141B5D;
    color: white;
    font-weight: 600;
  }
  .nav-tabs .nav-link {
    color: #141B5D;
    font-weight: 500;
  }
  .tab-content {
    animation: fadeIn 0.5s ease-in-out;
  }
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }
/* development */

.den-pay-bot
{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 95%;
  width: fit-content;
}
.den-pay-bot-img
{
width: 32px;
height: 32px;
object-fit: contain;
margin-right: 0.5rem;
}
.den-pay-bot-box
{
  background-color: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  margin-right: auto;
  border-radius: 1rem;
  border-bottom-left-radius: 0;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  position: relative;
  clear: both;
}


.den-pay-bot-box-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #4d4c4c;
}
.den-pay-bot-box-text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #4d4c4c;
  margin-bottom: 0.5rem;
  overflow-wrap: break-word;
    word-break: break-word;
}
.den-pay-bot-box-para
{
color: #6d798d;
font-style: normal;
font-weight: 400;
font-size: 14px;
padding-top: 0.5rem;
line-height: normal;
border-top: 1px solid #e5e7ec;
margin-bottom: 0;
}

/* chat */

.chat-container {
  max-width: 700px;
  margin: auto;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.chat-input-group {
  position: relative;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}
.chat-textarea {
  border: none;
  background: transparent;
  resize: none;
  width: 100%;
  outline: none;
  padding: 10px;
  font-size: 16px;
}
.chat-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.chat-icons-img {
width: 40px;
cursor: pointer;
}
.chat-icons i {
  font-size: 20px;
  color: #495057;
  cursor: pointer;
  transition: color 0.2s;
}
.chat-icons i:hover {
  color: #0d6efd;
}
.chat-icons input[type="file"] {
  display: none;
}
.preview-img {
  max-width: 100%;
  margin-top: 10px;
  border-radius: 10px;
}

.chat-input {
  background: white;
}

.den-pay-user
{
  background: linear-gradient(141deg, #00beff 0%, #008cff 51%) !important;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
  color: white;
  margin-left: auto;
  width: fit-content;
  max-width: 95%;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  text-align: right;
  border-radius: 1rem;
  position: relative;
  clear: both;
  border-bottom-right-radius: 0;
}

input[type="file"]::file-selector-button {
  border: #141B5D solid 1px;
  background: linear-gradient(135deg, #0957DE,  #141B5D) !important;
  color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}

input[type="file"]::file-selector-button {
  border: #141B5D solid 1px;
  background: #141B5D;
  color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}
input[type="file"]:hover::file-selector-button {
  border: #141B5D solid 1px;
  background: #141B5D;
  color: #fff;
  border-radius: 0.25rem;
  cursor: pointer;
}
.login-left-side {
  background: linear-gradient(135deg, #0957DE,  #141B5D);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  height: 100vh;
}

.login-right-side {
  display: flex;
  justify-content: center;
  padding: 3rem;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.ai-logo-login
{
  width: 150px;
  height: auto;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .login-left-side {
    display: none;
  }
}



/* profile picture css */
.profile-header .position-relative {
    display: inline-block;
}

.profile-header .btn-primary {
    background-color: #007bff;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-header .btn-primary:hover {
    background-color: #0056b3;
}

.profile-header .bi-camera-fill {
    font-size: 16px;
    color: white;
}