@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body{
    padding: 0px;
    margin: 0px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
/*	 font-family: "Raleway", sans-serif !important;*/
 font-family: "Inter", sans-serif;
}
img{
    max-width: 100%;
}
.logoarea img{
	max-width:140px;
}
.main-user img {
    border-radius: 40px;
    max-width: 100%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.main-user{
    color: #000;
    max-width: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 100%;
}
.mainboxright{
	height:100%;
	
}

.topheaderarea {
    background: #FFFFFF;
    padding: 10px 0px;
    border-bottom: 1px solid #D0D0D0;
}
.sectionsidearea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menuicon button.nav-toggle {
    background: none;
    border: none;
    color: #3C445C;
    font-size: 13px;
    font-weight: 700;
}
.main-userarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.userareabox {
    display: flex;
    align-items: center;
}
.onlinebox h6 {
    font-size: 16px;
    color: #3C445C;
    line-height: 22px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
    margin-bottom: 0px;
}
.onlinebox {
    padding-left: 15px;
}
.onlinebox p {
    color: #46AC4A;
    font-size: 12px;
    font-weight: 500;
    font-family: "Raleway", sans-serif !important;
    margin-bottom: 0;
    line-height: 17px;
}
.onlinebox p {
    position: relative;
}
.onlinebox p::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #46AC4A;
    left: -10px;
    border-radius: 100%;
    top: 0;
}
.menuicon a#sidebar-toggle {
    background: none;
    border: none;
    color: #3C445C;
    font-size: 13px;
    font-weight: 700;
}
.createbtn a {
    font-size: 16px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    padding: 11px 36px;
    display: inline-block;
    border-radius: 35px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
}
.sideareachat h6 {
    font-size: 15px;
    color: #3C445C;
    line-height: 22px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
    margin-bottom: 0px;
}
.saleorder {
    padding-top: 26px;
    height: calc(100vh - 250px);
    overflow-y: auto;
}
.saleorder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.saleorder ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    font-weight: 600;
    font-family: "Raleway", sans-serif !important;
    text-decoration: none;
}
.sideareachat h6 {
    font-size: 15px;
    color: #3C445C;
    line-height: 22px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
    margin-bottom: 0px;
}
.lastweek {
    padding-top: 20px;
}
.sample {
    padding: 30px 24px 50px 0px;
}
.sectionright {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 0;
    height: 100vh;
    overflow: hidden;
}
.mainareasection {
    background: #F5F5F5;
    position: relative;
   width: 100%;
}

.mainheader {
    overflow: hidden;
    height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
}
.chatbox {
    position: absolute;
    bottom: 55px;
    min-width: 100%;
    background: #F5F5F5;
    border-top: 1px solid #D0D0D0;
}
.microphone {
    position: absolute;
    top: 10px;
    right: 14px;
}

.leftcontant {
    background: #FFFFFF;
    padding: 15px 23px;
    border-radius: 10px;
    max-width: 380px;
    border-bottom-left-radius: 0px;
}
.leftcontant p {
    font-size: 14px;
    color: #333333;
    line-height: 19px;
    text-decoration: none;
    margin-bottom: 0;
}
.landing-bg {
    background: #F5F5F5;
    padding: 24px 24px 24px 24px;
    border-radius: 15px;
   height: calc(100vh - 200px);
    overflow-y: auto;
}
.rightcontant {
    background: #D5D9DB;
    padding: 15px 23px;
    border-radius: 10px;
    max-width: 380px;
    border-bottom-right-radius: 0px;
}
.rightcontant p {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    text-decoration: none;
    margin-bottom: 0;
}
.leftbar{
   background: #FFFFFF;
    min-height: 100%;
    width: 240px;
}
.plusbtn {
    padding-right: 5px;
}
.main-sidebar{
    position: relative;
}
.bottomboxarea {    
    width: 100%;
    border-top: 1px solid #D0D0D0;
    padding: 20px;
}
.rightarrow {
    display: flex;
/*    align-items: center;*/
    justify-content: space-between;
}
.bottomboxarea .saleorder {
    padding-top: 0;
}
.mainitem {
    display: flex;
    align-items: center;
    padding: 15px 15px;
}
.rightblock {
    display: flex;
        align-items: end;
        margin-bottom: 16px;
}
.firstcon {
    padding-right: 13px;
}
.firstcon span {
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 100%;
}
.iconright {
    justify-content: end;
    display: flex;
    align-items: end;
    margin-bottom: 16px;
}
.righticonarea {
    padding-left: 13px;
}
.righticonarea span img {
    max-width: 100%;
    width: 30px;
     height: 30px; 
    object-fit: cover;
    border-radius: 40px;
}
.righticonarea div{
	color: #000;
    max-width: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 100%;  
}
.simpletext {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    font-weight: 600;
    font-family: "Raleway", sans-serif !important;
}
.saleorder ul li {
    padding-bottom: 15px;
}
.saleorder span img {
    border-radius: 40px;
    max-width: 100%;
    width: 28px;
    height: 28px;
    object-fit: cover;
}
.user-icon {
    color: #000;
    max-width: 100%;
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 100%;
}
.saleorder ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    font-weight: normal;
    font-family: "Raleway", sans-serif !important;
    text-decoration: none;
}
.lastweek {
    padding-top: 20px;
}
.saleorder span {
    padding-right: 12px;
}
.sideareachat {
    padding-top: 30px;
}
.sendchat {
    position: relative;
    width: 100%;
}
.sendchat textarea {
    background: #ECECEE !important;
    border-radius: 30px !important;
    height: 51px;
    padding: 12px 40px !important;
    outline: none;
    box-shadow: none !important;
    border: none !important;
    font-size: 16px;
}
.towbox {
    display: flex;
/*    margin: 0px 10px 0px 0px;*/
}
.mainchatarea {
    display: flex;
    align-items: center;
    padding: 15px 15px;
}
.towbox span {
    margin: 0px 12px 0px 0px;
    background: #ECECEE;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.bottomboxarea .saleorder ul li {
    padding-bottom: 0px;
}
.hidearea {
    padding: 15px 15px 0px 15px;
}
.towbox img {
    max-width: 100%;
}
.logoutbtn {
    position: absolute;
    bottom: 17%;
    left: 8%;
}
.logoutbtn a {
    font-size: 14px;
    color: #333333;
    line-height: 16px;
    font-weight: 700;
    font-family: "Raleway", sans-serif !important;
    text-decoration: none;
}
.loginbtn {
    padding-left: 5px;
    font-weight: 700;
}


/*login*/
.mainleftbox {
   background: #110020;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}
.top-left img {
    max-width: 100%;
    width: 140px;   
    filter: invert(1);
}
.boxtow {
    width: 40%;
}
.smartestai {
    height: 100vh;
    object-fit: cover;
    overflow: hidden;
}
.mainboxitem {
    display: flex;
}
.right-post {
    position: relative;
}
.ovrelay-a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(163deg, rgba(33,71,92,0.2) 0%, rgba(20,131,135,0.2) 20%);
}
.right-post img {
    max-width: 100%;
    width: 100%;
    
}
.sction-from input {
    font-size: 18px;
    padding-left: 30px;
    margin-bottom: 18px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid  #E8DCD5;
    outline: none !important;
    color: #6B5041 !important;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
.yourheading {
    padding-bottom: 26px;
}
.yourheading h3 {
    font-size: 33px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color:#fa4949;
}
.yourheading h6 {
    font-size: 18px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color:#fa4949;
}
.fromsectionbox {
    padding: 25px 25px;
    margin: 0 auto;
    text-align: center;
    max-width: 600px;
    width: 100%;
}
.top-left {
    position: absolute;
    top: 20px;
    left: 20px;
}
.signbtn {
    width: 100%;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    border: none;
    padding: 17px 0px;
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 6px;
    height: 65px !important;
}
.sign-here p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
}
.sign-here a {
    color: #FFFFFF;
    font-weight: 500;
}
.boxone {
    width: 60%;
}
.sign-here {
    padding-top: 26px;
}
.sction-from input:focus {
     border: 1px solid  #E8DCD5;
     box-shadow: none;
}
/*login*/
.speakerarea{
	color:#000;
}
.speakerarea i{
	color:#fa4949;
}
.animate-bounce {
	width: 8px;
	height: 8px;
	background-color: #333; /* Dot color */
	border-radius: 50%; /* Make the dots circular */
	animation: bounce 1.5s infinite;
}

/* Add a delay for each dot */
.animate-bounce:nth-child(1) {
	animation-delay: 0s;
}
.animate-bounce:nth-child(2) {
	animation-delay: 0.2s;
}
.animate-bounce:nth-child(3) {
	animation-delay: 0.4s;
}

/* Bounce animation */
@keyframes bounce {
	0%, 80%, 100% {
		transform: scale(0); /* Dot shrinks */
		opacity: 0.5; /* Slight fade effect */
	}
	40% {
		transform: scale(1); /* Dot grows to full size */
		opacity: 1;
	}
}

.flex {
    display: flex;
}
.items-center {
    align-items: center;
}
.bg-gray-100 {    
    background-color: #FFFFFF;
    padding: 15px 23px;
    border-radius: 10px;
    max-width: 100px;
    border-bottom-left-radius: 0px;

}
.error-message
{
	color: #f78a8a;
    font-size: 14px;
}
.welcome-content {
    color: #000;   
    max-width: 600px;
    margin: 0 auto;
}
.welcome-content h2
{
	font-size: 38px;
}
.welcome-content p {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
}
.welcome-content a
{
	font-size: 16px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    padding: 11px 36px;
    display: inline-block;
    border-radius: 35px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
}



/*--new-caht--*/
.mainhedingone h3 {
    color: #87898a;
    font-size: 34px;
    font-weight: 600;
}
.mainhedingone h1 {
    font-size: 156px;
    font-weight: 700;
    color:#fa4949;    
}
.mainhedingone h2 {
    font-size: 58px;
    color: #000000;
    font-weight: 700;
    line-height: 58px;
}
.newheading {
    max-width: 300px;
}
.mainhedingone span {
    font-size: 69px;
    line-height: 0;
}
.chatbtn a {
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    font-size: 21px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 65px;
    border-radius: 29px;
    display: inline-block;
}

.mainhedingone p {
    font-size: 24px;
    color: #87898a;
    font-weight: 600;
    margin: 26px 0 26px 0px;
}
.mainhedingone {
    max-width: 500px;
/*    padding-left: 50px;*/
}
.longcontant {
    background: #ffffff;
    min-height: 580px;
    text-align: center;
    display: inline-grid;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0px 0px 15px 5px #016f6c14;
}
.container.herobox {
    max-width: 1220px;
    margin: 0 auto;
}
.mainheading h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
}
.mainheading p {
    font-size: 18px;
    color: #87898a;
}
.shield {
    display: flex;
    justify-content: center;
    align-items: center;
}
.shield  img{
    max-width: 100%;

}
.mainheading p:last-child {
    margin-bottom: 0;
}
.shield::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 120px;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    left: 50%;
    top: 50%;
    opacity: 0.1;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.shield::after {
    position: absolute;
    content: '';
    width: 200px;
    height: 200px;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    left: 50%;
    top: 50%;
    opacity: 0.1;
    border-radius: 100%;
     transform: translate(-50%, -50%);
}
.shield {
    position: relative;
    margin: 50px 0px 50px 0px;
}
.coaching-slider ul.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
	    align-items: center;
    list-style-type: none;
}
.coaching-slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #d5dce1;
    text-indent: -9999px;
}
.coaching-slider .slick-dots li {
    margin: 0 4px;
}
.coaching-slider .slick-dots li.slick-active button {
    background-color: #2a455a;
    width: 13px;
    height: 13px;
}
.coaching-slider .slick-slide {
    padding: 20px 20px 20px 20px;
}
#endChat {
    font-size: 16px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    padding: 11px 36px;
    display: inline-block;
    border-radius: 35px;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: 1px;
    cursor:pointer;
}
/* Simple style for rating smilies */
.rating-smiley {
	cursor: pointer;
	padding: 5px;
    border: 1px solid transparent;
    box-shadow: 1px -3px 10px transparent;
    height:100%;
    display: inline-block;
}

#ratingMessage {   
    font-weight: 600;
    font-size: 20px;
    color: #87898a;
    text-align: center;
    margin-bottom: 30px;   
}


/*--new-caht--*/

/***2-03-2025***/
#ratingModal .modal-title {
    font-size: 33px;
    font-weight: 700;
    color: #3C445C;
    font-family: "Raleway", sans-serif;
}
#ratingModal .modal-header {
    /* padding: 0; */
	    padding-top: 30px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
}
#ratingModal .btn-close {
    box-sizing: content-box;
    width:40px!important;
    height:40px!important;
    padding: 0!important;
    color: #fff!important;
    border: none!important;
    margin: 0;
    border-radius: 100% !important;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1 !important;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%)!important;
    background: none;
}
#ratingModal .btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}
.rating-smiley img {
    width: 50px;
}
#submitRatingBtn {
    font-size: 16px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    padding: 11px 36px;
    display: inline-block;
    border-radius: 35px;
    color: #FFFFFF;
	border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
#ratingModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px 30px 25px;
}
#ratingModal .modal-footer {
    padding: 10px 0px 0px;
    border-top: none !important;
    /* padding-bottom: 20px; */
}
#ratingModal .form-group label {
    color: #000;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}

#startnewchat {
    font-size: 16px;
    text-decoration: none;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
    padding: 11px 36px;
    display: inline-block;
    border-radius: 35px;
    color: #FFFFFF;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

span.rating-smiley.active {
    box-shadow: 1px -3px 10px #0000004f;   
    border: 1px solid #0000004f;   
    border-radius: 12px;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    border: none;
    box-shadow: none !important;  
}
.mic-icon{
	border:none;
}
.modal-backdrop.show {
    opacity: .7;
}

#languageModal .modal-title {
    font-size: 33px;
    font-weight: 700;
    color:#3C445C;
    font-family: "Raleway", sans-serif;
    text-align: center;
    line-height: 38px;
}
#languageModal .modal-header {
    /* padding: 0; */
	    padding-top: 38px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: center;
}
#languageModal .btn-close {
    box-sizing: content-box;
    width: 40px!important;
    height: 40px!important;
    padding: 0!important;
    color: #fff!important;
    border: none!important;
    margin: 0;
    border-radius: 100% !important;
    position: absolute;
    right: -10px;
    top: -10px;
    opacity: 1 !important;
    background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%)!important;
    background: none;
}
#languageModal .btn-close:focus {
    outline: 0;
    box-shadow: none !important;
    opacity: 1;
}

#submitlanguageModal {
    font-size: 16px;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(1, 111, 108, 1) 0%, rgba(35, 78, 94, 1) 100%);
    padding: 11px 36px;
    display: inline-block;
    border-radius: 35px;
    color: #FFFFFF;
	border: none;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}
#languageModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0px 30px 38px;
}
#languageModal .modal-footer {
    padding: 10px 0px 0px;
    border-top: none !important;
    /* padding-bottom: 20px; */
}
#languageModal .form-group label {
    color: #000;
    text-align: left;
    font-size: 16px;
    margin-bottom: 10px;
}
#languageModal .form-group {
    text-align: center;
    margin-top: 5px;
}

#languageModal .modal-dialog {
        max-width: 620px;
        width:95%;
    }
#languageModal .langugebtn{
	background-image: -webkit-linear-gradient(0deg, rgb(255, 96, 64) 0%, rgb(237, 14, 95) 26%, rgb(76, 31, 136) 77%);
	padding: 11px 36px;
	border:1px solid #19485b;
	border-radius: 35px;
	font-weight: 600;
	font-size:16px;
}
