*{
    margin: 0px;
    padding: 0px;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: 'Poppins', sans-serif;
}
ul,ol,li,dl,dt,dd {
    font-family: 'Poppins', sans-serif;
}
body{
    /* background: url(../image/bg.png); */
    background-repeat: repeat;
}
.fw-1{
    font-weight: 500;
}
.fw-2{
    font-weight: 600;
}
.fw-3{
    font-weight: 700;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 14px;
}
.fs-18{
    font-size: 18px;
}

.fs-20{
    font-size: 20px;
}

.fs-22{
    font-size: 22px;
}

.fs-24{
    font-size: 24px;
}
.color-primery{
	color: #f58634;
}
.theme-btn-danger{
    background-color: #f00;
}
.theme-btn-danger:hover {
    background-color: #261d1e;
}
.btn-warning{
    background-color: #f58634;
    border: 0px;
}
.btn-warning:hover{
	background-color: #261d1e;
}
.theme-border-primery{
    border-top: 2px #f58634 solid;
}

/*Login Page*/
.login-main:after {
    background: #f07c00;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    content: "";
    z-index: -1;
}
.login-page{
    display: flex;
    height: 100vh;
    align-self: center;
    justify-items: center;
    align-items: center;
}
.login-logo {
    background:#f07c00;
    height: 400px;
    display: flex;
    align-items: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    justify-content: center;
box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1) ;
}
.login-logo img {
    max-width: 100%;
    padding: 20%;
    width: 100%;
}
.login-page .card-body {
    padding: 10%;
    height: 400px;

}

.main-login-form .form-check {
    padding-left: 0px;
    border-bottom: 1px #ddd solid;
    padding: 15px 0px 15px 0px;
    display: flex;
    justify-content: space-between;
}

.main-login-form input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    outline: 2px solid #f58634;
}

.main-login-form input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 1px;
    left: -1px;
    position: relative;
    background-color: #f58634;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #ffffff;
    outline: 2px #f58634 solid;
}
.loign-button button {
    border: 2px #f58634  solid;
    border-radius: 20px;
    color: #f58634;
}
.loign-button button:hover {
    border: 2px #fff  solid;
    color: #fff;
    background: #222;
}
.login-page .card {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.1) ;
}
.otp-section {
    position: relative;
}
.otp-section label {
    position: absolute;
    top: 7px;
    left: 10px;
}
.otp-section input {
    padding-left: 30px;
    border: 1px #f58634 solid;
}
/*Login Page*/

/*OTP*/
#verify_section{
    display: none;
}
.passcode-wrapper {
    display: flex;
    width: auto;
    margin: 0 auto;
}
.passcode-wrapper input {
  width: 40px;
  height: 40px;
  padding: 0;
  margin-right: 5px;
  text-align: center;
  border: 1px solid gray;
  border-radius: 5px;
  -moz-appearance: textfield;
}
.passcode-wrapper input:last-child {
  margin-right: 0;
}
.passcode-wrapper input::-webkit-inner-spin-button, .passcode-wrapper input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.passcode-wrapper input:focus, .passcode-wrapper input.focus {
  border-color: #f58634;
  outline: none;
  box-shadow: none;
}

/*OTP*/

/*Navigation*/
.header-section {
    background: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    padding: 5px 0px;
}
.header-section .navbar-brand{
    width: 250px;
}
.header-section .navbar-brand img{
    width: 100%;
}
#navbarSupportedContent{
   
    justify-content: end;
}

.welcome-login ul{
    list-style: none;
    margin-bottom: 0px;
}
.welcome-login ul li span{
    color: #f58634;
}
.welcome-login ul li {
    display: inline-block;
    margin: 0px 0px 0px 10px;
}
.welcome-login ul li img {
    width: 30px;
    background: #f58634;
    padding: 5px;
    border-radius: 50%;
}
.logout-section i {
    font-size: 55px;
    color: #f58634;
    margin-bottom: 8px;
}
.logout-section{
    padding: 25px;
}
#logout .modal-dialog{
    margin-top: 100px !important;
}
/*Navigation*/

/*Working Summery*/

.working-summery {
    position: relative;
    padding: 45px 0px;

}
.card.working-section {
    background: #f58634;
    transition: .5s;
    border: 0;
    position: relative;
    transition: 0.4s;
    cursor: pointer;
}
.working-section .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.card.working-section:hover{
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.3);
}
.card.working-section .working-icon {
    width: 20%;
    height: auto;
    aspect-ratio:3/3;
    padding: 4%;
    border-radius: 50%;
    margin: 0 auto;
    transition: .5s;
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.2);
}
.card.working-section .working-icon img{
    width: 100%;
}
.card.working-section p{
    color: #fff;
    width: 70%;
}
.card.working-section h5 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.close_btn {
    width: auto;
    background: #f58634;
    color: #fff;
    border: 0;
    padding: 8px 12px;
    border-radius: 16px;
}
.about-overlay {
    position: absolute;
    bottom: 0;
    right: 0px;
    background-image: url(../image/test-bg3.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    transform: rotate(180deg);
    height: 25%;
    opacity: 0.2;
}
.blue{
    background-color: #4286f4 !important;
}
.red{
    background-color: #e3190a !important
}
.green{
    background-color: #34a953 !important
}
/*Working Summery*/
/*Dashboard*/

.h-section-04 {
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    background-color: #d9f4f9;
    padding: 150px 0px;
    background: url(../image/customer-network-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading {
    position: relative;
    z-index: 9;
}
.heading a{
    color: #f58634;
}
.h-section-04::before {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: #f58634eb;
}
.customer-network .card {
    transition: 0.5s;
    position: relative;
   cursor: pointer;
}
.customer-network .card-body{

}
.customer-network img {
    width: 48px;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px #ddd solid;
    border-radius: 6px;
}
.customer-network .card:hover {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: -7px;
}
.customer-network .card-body p{
    font-size: 14px;
}
.customer-network a{
    text-decoration: none;
    color: #222;
}

/*Dashboard*/

/*Enquiry*/
.enquiry-tab .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: #f58634;
}
.enquiry-tab .nav-link {
    color: #222;
}
.enquiry-main {
    background: #dfecff;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
}

.enquiry-icon p {
    position: relative;
    padding-left: 45px;
    margin-bottom: 0;
}
.enquiry-icon p span {
    position: absolute;
    left: 0;
    top: 4px;
    background: #d5d5d5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    border-radius: 50%;
    border: 2px #fff solid;
    font-size: 20px;
    font-weight: 600;
}
.enquiry-details{
    background: #dfecff;
    padding: 20px;
    border-radius: 10px;
}
.enquiry-table td{
    text-align: right;
}
.search-btn {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.search-btn input[type=text] {
    padding: 10px;
    font-size: 15px;
    border: 1px solid #f58634;
    float: left;
    width: 35%;
    background: #f1f1f1;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.search-btn input:focus{
    outline: none;
}
.search-btn button {
    float: left;
    width: 8%;
    padding: 10px;
    background: #f58634;
    color: white;
    font-size: 15px;
    border: 1px solid #f58634;
    border-left: none;
    cursor: pointer;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.search-btn button:hover {
  background: #f58634;
}

.search-btn::after {
  content: "";
  clear: both;
  display: table;
}
.enquiry-details-pupup .btn2 {
    background: #f58634;
    color: #fff;
    border: 0;
    padding: 5px 12px;
    border-radius: 6px;
}
.theme-top-border-primery {
    border-top: 2px #f58634 solid;
}
.btn1 {
    border: 0px;
    background: transparent;
    margin: 0px 0px 0px 15px;
    font-size: 16px;
    font-weight: 500;
}
.btn2 {
    background: #f58634;
    color: #fff;
    border: 0;
    padding: 5px 12px;
    border-radius: 6px;
}
.change{
    word-wrap: normal;
    width: 100%;
    border: 1px #f58634 solid;
    padding: 6px;
    border-radius: 8px;
}
.change:focus-visible{
    outline: none;
}
.enquiry_main{
    cursor: pointer;
}

.enquiry_main_win{
    cursor: pointer;
}
.enquiry_details_win{
    display: none;
}
.enquiry_main_lost{
    cursor: pointer;
}
.enquiry_details_lost{
    display: none;
}
.form-check{
    padding-left: 0px !important;
}
/*Enquiry*/

/*Chat*/
.posts {
  clear: both;
  list-style: none;
  padding-left: 0;
  width: 100%;
  text-align: left;
}
.posts li {
    background-color: #fff;
    border: 1.5px solid #d8d8d8;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    word-wrap: break-word;
    min-height: 42px;
    box-shadow: 0px 5px 4px #e3e3e3;
}
.chat-section .form-group{
    float: left;
    width: 90%;
}
.chat-section .form-group textarea{
    border: 1px #f58634 solid;
}
.chat-section a {
    display: inline-block;
    color: #ffffff;
    background: #f58634;
    text-decoration: none;
    vertical-align: sub;
    float: right;
    padding: 5px 15px;
    border-radius: 6px;
    border: 0px;
}
.chat-section a:hover{
   background: #f58634; 
}
.chat-section a:focus{
   background: #f58634; 
}
.chat-section .btn.disabled{
     color: #ffffff;
    background: #f58634;
    border: 0px;
}
.chat-section .btn:focus-visible{
    background: #f58634;
}
.chat-section img{
    width: 30px;
    padding: 8px;
}
/*Chat*/

/*Change Status*/
/*.red{ background: #ff0000; }
.green{ background: #00ff00; }
.blue{ background: #0000ff; }*/
/*Changes Status*/
/*Folllow Up*/
.folllow_up .row{
    align-items: center;
}
.follow_up_icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 290px;
    flex-direction: column;
    position: relative;
}
.follow_up_icon:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    border-left: 2px #105f93 dashed;
    z-index: -1;
}
.follow-icon i {
    background: #105f93;
    color: #fff;
    width: 50px;
    height:50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
}
.follow-timing p {
    background: #f58634;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 12px;
}
.follow-timing p span {
    display: block;
    line-height: 0;
}
.follow_up_remark_main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.follow-footer {
    border-top: 1px #ddd dashed;
}

footer{
    position:fixed;
    bottom: 0%;
    width:100%;
background-color: white;

    padding:0%;
    display: grid;
grid-template-columns: 200px 1fr; 
align-items:center;
z-index: 999;
}
.footer-logoimg{
    padding:3% 6%;
    background-color: rgba(192, 192, 192, 0.301);
    display: grid;
}
.footer-logoimg strong{
font-size: 0.7rem;
}
footer div{
    padding:1% 2%;
    display: flex;
 align-items:end;
 justify-content: space-between;
    
}
footer div img{
 width:90%;
}

#footer-menu-popup.active{
    display: block;
    padding:10px 0%;
border-radius: 3px;
    width:auto;
    background-color: white;
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.082);
    transform: translateY(-40px);
  
}
#footer-menu-popup.notactive{
 display: none;  
}
#footer-menu-popup a{
text-decoration: none;
display: block;
padding:10px 20px;
color:black;
text-align: left;
}

.footer-btn-div{
    display:grid;
    cursor: pointer;
    justify-items: end;
   width:auto !important;
    position: fixed;
    right:2%;
    bottom: 20px;
    z-index: 1000;
}
.header-div{
    display: flex;
    align-items:start;
    justify-content: space-between;
}
.upcomingbtns{
    user-select: none;
 font-size: 1.2rem;
   padding:0px 3px;
cursor: pointer;
border-radius: 5px;
}
.upcomingbtns:active{
transform: scale(0.9);
color:rgba(0, 0, 0, 0.411)
   }
.upcoming-date{
    font-size: 0.8rem;
}
.upcoming-date-div{
display: flex;
align-items: center;
justify-content: space-between;
}
@media(max-width:620px){
    .welcome-login{
        width:100%;
    }
    .welcome-login ul{
        text-align: end !important;
    }
    .header-div{
        padding-left:2%;
    }
    /* .working-summery {
        position: relative;
        padding: 10px 0px;
    
    } */
    .footer-logoimg{
        display: none;
    }
.heading h3 span{
    display: none;
}
.heading {
  
    padding: 2% 0%;
}
    footer{
        display: grid;
    grid-template-columns: 100%; 
 height:50px;
    }
 
    .footer-btn-div{
        position: fixed;
        right:20px;
        bottom: 51px;
    }
    footer div{
font-size: 0.7rem;
        
    }
}
.btn-delete {
    background: #f53d06;
    color: #fff;
    font-size: 14px;
     padding: 7px 12px;
}
.folllow_up .edit {
    background: #288a27;
    color: #fff;
    text-decoration: none;
    padding: 7px 12px;
    border-radius: 6px;
    margin-right: 10px;
    display: inline-block;
}
.upcoming_tab .follow-timing p {
    background: #898989;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 12px;
}
.upcoming_up_icon {
    height: 650px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.upcoming_up_icon:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    border-left: 2px #105f93 dashed;
    z-index: -1;
}
/*Folllow Up*/

/*Add Follow Up*/
.add-folloup-popup {
    background: #f58634;
    width: 35px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.add-folloup-popup {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(245 134 52);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.add-folloup-form label{
    position: absolute;
    top:4%;
    right:4%;

}
.add-folloup-form input {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px #f58634 solid;
    position: relative;
    background-color: #d5d5d500;
}
.add-folloup-form input::placeholder{
    color: #222;
}
.add-folloup-form input:focus-visible{
    outline: 0px;
}
.add-folloup-form select {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px #f58634 solid;
    background-color: #d5d5d500;
}
.add-folloup-form select:focus-visible{
    outline: 0px;
}
.add-folloup-form textarea {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px #f58634 solid;
}
.add-folloup-form textarea::placeholder{
    color: #222;
}
.add-folloup-form textarea:focus-visible{
    outline: 0px;
}
.save_btn{
    background: #f58634;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
}

/*Add Follow Up*/
.add-folloup-form {
    position: relative;
}
.basic-destails-content{
    margin-bottom: 10px;
}
.basic-destails-content h6{
    color: #222;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}
.basic-destails-content p{
    color: #222;
    font-size: 14px;
}
.logs_box {
    height: 352px;
    overflow-y: scroll;
}
.followup-main-tab {
    height: 400px;
    overflow-y: scroll;
}
.box_3{
    display: none;
    margin-top: 20px;
}
.qualified select{
    width: 100%;
}
.change_status_option {
    display: flex;
    justify-content: space-between;
}
.calendar-change{
    position: relative;
}
.calendar-change .ri-calendar-2-fill {
    position: absolute;
    top: 8px;
    right: 10px;
}
.counter_icon img{
        position: relative;
}
.counter_icon span {
    position: absolute;
    top: 5px;
   left:58%;
    width: 20px;
    height: 20px;
    background: #198754;
    color: #fff;
    z-index: 9;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
}
.enquiry-page-followup{
    margin-right: 25px;
}

.login-lionimg{
    width:20%;
    position: fixed;
    left:0%;
    top: 20%;
    z-index: 1;
}
.login-park-bgimg{
    width:40%;
    position: fixed;
    left:2%;
    bottom: 0%;
    z-index: -1;
}
.loginform-div{
    width:80% !important;

}

.add-enquiry-head{
padding: 2% 0%;
border-bottom: 1.5px solid rgba(0, 0, 0, 0.144);
}
.add-enquiry-head a{
font-size: 1.1rem;
font-weight: bold;
color:rgba(0, 0, 0, 0.747);
text-decoration: none;
font-family: 'Poppins';
    
    }
    .add-enquiry-main{
        border-radius: 7px;
        border: 1px solid rgba(0, 0, 0, 0.205);
        border-top: 4px solid orange;
        margin: 10px 0%;
        padding:20px;
    }  /*
    .add-enquiry-main form section input{
        font-size: 0.8rem;
        padding:10px 4%;
        border-radius: 3px;
        font-family: 'Poppins';
        width:100%;
        border: 0.5px solid rgba(0, 0, 0, 0.267);
        margin: 3px 0px;
        outline: none;
    }
    .add-enquiry-main form section input:focus{
        border: 1px solid orangered;
    }
    .add-enquiry-main form section select{
        font-size: 0.8rem;
        padding:10px 4%;
        font-family: 'Poppins';
        border-radius: 3px;
        width:100%;
        border: 0.5px solid rgba(0, 0, 0, 0.267);
        margin: 3px 0px;
        background:none;
    }
    .add-enquiry-main form section textarea{
    
        font-size: 0.8rem;
        height:65px;
        padding:10px 4%;
        font-family: 'Poppins';
        border-radius: 3px;
        width:100%;
        border: 0.5px solid rgba(0, 0, 0, 0.267);
        margin: 3px 0px;
        margin-bottom: 21px;
    }
    .add-enquiry-main form section textarea::placeholder{
        color:black;
    }
    .add-enquiry-main form section div .form__label{
        user-select: none;
        transition: all 0.6s ease;
        font-size: 0.8rem;
        position: relative;
        top:-35px;
        left:10px;
        border-radius: 5px;
        background-color: white;
        padding: 0% 3px;
        font-family: 'Poppins';
    }
    .add-enquiry-main form section input:focus ~ .form__label{
        top:-53px;
        font-size: 0.7rem;
        
    }

    .add-enquiry-main form section input:user-invalid{
        border: 0.5px solid rgba(255, 0, 0, 0.959);
    }
    .add-enquiry-main form section input:user-invalid ~ .form__label{
        top:-53px;
        font-size: 0.7rem;
    }
    .add-enquiry-main form section input:user-valid ~ .form__label{
        top:-53px;
        font-size: 0.7rem;
        
    }   */

@media(max-width:1200px){
 
    .loginform-div{
        width:90% !important
    }
}
@media(max-width:767px){
    .login-logo {
    box-shadow: none;
    }
    .login-page{
        align-items: start;
    }
    .add-enquiry-main form section textarea{
     width:100%;
    }
    .add-enquiry-main form section input{
     width:100%;
    }

    .add-enquiry-main form section select{
     width:100%;
    }
    .add-enquiry-main form section{
        display: grid;
        grid-template-columns: 1fr;
    }
    .login-lionimg{
     display: none;
    }
    .login-park-bgimg{
        display: none;
    }
    .loginform-div{
        width:100% !important
    }
    .login-logo img {
        max-width: 100%;
        padding: 10%;
        width: 80% !important;
    }
}
.flatpickr-months {
    background-color:#f58634;
}
.flatpickr-weekdays {
    background-color: #f58634;
}
span.flatpickr-weekday {
    background: #f58634;
    color: #f58634;
}

/* 19-09*/

.form__group{
    position:relative;
    margin-top: 10px;
  }
  
  .form__input {
      position: realtive;
      display: block;
      width: 100%;
      outline: none;
      background: transparent;
      font-size: 13px !important;
      font-weight: 500 !important;
      border-radius:3px;
  }
  .form__input:focus{
     border:1px solid var(--theme-color);
  }
  
  .form__label{
    left: 6px;
    top: 8px;
    background-color:white;
    position:absolute;
    transition:all 300ms ease-in-out;
    pointer-events:none;
    font-size: 13px !important;
    font-weight: 500 !important;
  }
  
  .form__input:focus~label, .form__input:not(:placeholder-shown)~label {
      color: #404040 !important;
      top: -15px;
      left: 10px;
      z-index: 1;
    
      padding: 2px;
      font-size: 10px;
  }
  .form__input::placeholder{
      color: transparent !important;
  }
  .form__input::-webkit-input-placeholder{
    color:transparent;
  }
  
  .form__input::-moz-placeholder{
    color:transparent;
  }
  select, input, textarea, label, input::placeholder{
      font-weight: 500 !important;
      font-size: 11px !important;
  }

  .chatbox{
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.322);
    padding: 10px 0%;
    border-radius: 10px;
}
.chatbox section{
     display: grid;
    align-items: center;
grid-template-columns: 1fr 1fr;

    
}
.chatbox section div{
    width:100%;
}

.chatbox section div ul li{
    display: flex;
    justify-content: space-between;
    width:90%;
    padding:8px 15px;
    border-radius: 7px;
    margin:3% 0%;
    background-color: rgb(243, 243, 243);
}
.chatbox section div ul li span{
background-color: rgb(250, 121, 0);
padding:2px 10px;
color:white;
border-radius: 8px;
font-size: 0.8rem;
}


.pagemove-div{
    display: flex;
    justify-content: space-between;
    width:max-content;
    padding:0px 10px;
    height: 100%;
    align-items: center;
 font-family: 'Poppins', sans-serif;
}
.pagemove-div .pagenumber{
padding:0px 15px;
font-size: 15px;

}
.pagemove-div *{
    user-select: none;
}
.pagemove-div  .pagination span{
font-size: 18px;
cursor: pointer;

}
.pagemove-div  .pagination span:active{
transform: scale(0.9);
color:rgb(182, 182, 182);
    
    }
    .searchdiv{
height:100%;
align-items: center;

display: flex;
justify-content: space-around;
border: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.363);
border-radius: 0px;
width:200px;
overflow: hidden;
margin: 0% 10px;
    }
    .searchdiv input{
height: 100%;
border: none;
font-size: 14px !important;
outline: none;
width:80%;
user-select: none;
    }
    .searchdiv input::placeholder{
        font-size: 14px !important;
    }
    .searchdiv input:focus{
  
        border: none;
        outline: none;
   
            }