/* --- Open Sans --- */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* --- Poppins --- */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
 
 
body , html {  
  overflow-x: hidden;
  font-family: 'Poppins';
  background-color: #f3f2f6;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins';
}
h1{
  font-weight: 800;
}
h2, h3, h4, h5, h6{
  font-weight: 700;
}

a{
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
 

.bg-primary{
    background-color: #fcba00;
}

.bg-primary1{
    background-color: #ff8b00;
}

.authmain {
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
}
.authleft{
    height: 100%;
    width: 55%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 60px 60px;
    text-align: center;
}
.authleft::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #2d2d2d;
    opacity: 0.7;
}

.authleft h1 {
    color: #fff;
    font-weight: 900;
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 50px;
}

.authleft p {
    font-size: 19px;
    color: #fff;
    margin: 0;
}
 
.authleft div{
  position: relative;
  z-index: 1;
}
.authpageright::-webkit-scrollbar{
  display: none;
}
.lookerbx.row {
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    padding: 30px 20px;
    background-color: #fff;
}
.authpageright {
    width: 45%;
    height: 100vh;
    overflow-y: auto;
    display: flex;
    align-items: center;
}
.authrightinner { 
    padding: 50px 80px;
    width: 100%;
}
.formdesign .form-group .form-control {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 50px;
    color: #515151;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 22px 10px;
    box-shadow: unset;
}
.formdesign .form-group label {
    font-size: 14px;
    color: #515151;
    font-weight: 500;
    margin-bottom: 5px;
}
.countryinput {
    padding-left: 70px !important;
}
.countrycode {
    position: absolute;
    font-size: 15px;
    font-weight: 500;
    color: #515151;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 12px;
    border-right: 1px solid #acb1b3;
    height: 20px;
}
.genderbtns {
    border: 1px solid #E5E5E5;
    width: 100%;
    display: flex;
    border-radius: 10px;
    height: 50px;
    align-items: center;
    justify-content: center;
    color: #515151;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
}
.genderbtns img {
    filter: grayscale(1);
    margin-right: 7px;
    transition: 0.3s ease-in-out;
}
.genderbtns.active{
    background: linear-gradient(to right, #fcba00, #ff8b00); 
  color: #fff;
}
.genderbtns.active img{
  filter: brightness(50);
}
.formdesign .form-group .form-select {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 50px;
    color: #515151;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 24px 10px;
    box-shadow: unset;
}
.formdesign .form-group .form-select::placeholder  , .formdesign .form-group .form-control::placeholder {
  color: #A1A1A1;
}
.eyebtn {
    position: absolute;
    top: 14px;
    right: 20px;
    border: 0;
    background-color: transparent;
    padding: 0;
}
.loginbtn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(to right, #fcba00, #ff8b00);
    box-shadow: var(--bs-box-shadow) !important;
}
 
.donthaveacct {
    text-align: center;
    color: #888888;
    font-weight: 500;
    font-size: 15px;
}

.donthaveacct a{
  color: #fcba00;
  font-weight: 600;
}
.customcheckbox label{
  position: relative;
  padding-left: 30px;
  display: inline-block;
  cursor: pointer;
}
.customcheckbox label::after{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #fcba00;
  border-radius: 50%;
}
.customcheckbox label::before {
    position: absolute;
    content: '';
    left: 4px;
    top: 4px;
    height: 12px;
    width: 12px;
    background-color: #fcba00;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.customcheckbox input:checked ~ label::before{
    transform: scale(1);
}
.customcheckbox label p {
    font-size: 15px;
    color: #515151;
    font-weight: 500;
    line-height: 20px;
}
.customcheckbox label p a{
  color: #fcba00;
}
.otpboxes .form-control {
    width: 56px;
}
.authtop h2 {
    color: #2d2d2d;
    font-size: 26px;
    margin-bottom: 8px;
}
.verifysuccess img {
    width: 160px;
    margin-bottom: 30px;
}
.verifysuccess h3 {
    color: #2d2d2d;
    font-size: 30px;
    margin-bottom: 11px;
    line-height: 45px;
}
.verifysuccess p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.authleftsteps {
    margin-top: 30px;
}
.authstep span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 0px auto 15px;
    font-weight: 700;
    color: #2d2d2d;
    position: relative;
    z-index: 1;
}
.authstep.active span {
    background: linear-gradient(to right, #fcba00, #ff8b00);
}
.authstep.active::after {
    background: linear-gradient(to right, #fcba00, #ff8b00);
}
.authleftsteps {
    display: flex;
    justify-content: space-between;
    max-width: 632px;
}
.authstep {
    width: 33%;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500; 
}
.authstep.active{
  opacity: 1;
}
.authstep::after {
    position: absolute;
    content: '';
    top: 17px;
    left: 109px;
    width: 90%;
    height: 5px;
    background-color: #fff;
    transition: 0.3s ease-in-out;
    z-index: -1;
}
.authleftsteps .authstep:last-child:after{
  display: none;
}
.twostepradio label {
    position: relative;
    display: flex;
    border-radius: 15px;
    transition: 0.3s ease-in-out;
    border: 1px solid #ffffff;
    padding: 14px 14px;
    cursor: pointer;
    align-items: center;
    background-color: #fff;
}
.twosteptext {
    width: 80%;
}
.twosteptext strong {
    font-size: 16px;
    color: #000000;
    display: block;
    margin-bottom: 2px;
}
.twosteptext p{
    font-size: 14px;
    color: #000000;
    margin: 0;
} 
.twostepradio label::after {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border: 2px solid #fcba00;
    border-radius: 50%;
}
.twostepradio label::before {
    position: absolute;
    content: '';
    right: 24px;
    top: 44%;
    transform: translateY(-50%);
    height: 12px;
    width: 12px;
    background-color: #fcba00;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.twostepradio input:checked ~ label::before{
    transform: scale(1);
}
.twostepradio input:checked ~ label{
    border: 1px solid #fcba00;
}
.skipbtn {
    border: 1px solid #fcba00;
    border-radius: 6px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    color: #fcba00;
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #fff;
}
.lookerbx h4 {
    font-size: 16px;
    margin: 0 0 6px;
}
.lookerbx p{
    font-size: 14px;
    margin: 0;
}
.continue_with {
    color: #1C3440;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.continue_with span {
    position: relative;
    z-index: 1;
    padding: 0 10px 0;
    background-color: #f3f2f6;
}
.continue_with::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 9px;
    border: 1px solid #E5E5E5;
    width: 60%;
    margin: 0 auto;
}
.sociallogin {
    border: 1px solid #D4D4D4;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #515151;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
}
.sociallogin span {
    border-right: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    width: 33%;
}
.nmee {
    width: 67%;
    text-align: center;
}
.ForgotPassword {
    color: #2d2d2d;
    font-size: 15px;
    text-decoration: underline;
    font-weight: 500;
}
.commanmodalinner {
    padding: 30px 30px;
    position: relative;
}
.commanmodal .modal-content {
    border-radius: 15px;
}
.commanmodal .modal-dialog {
    max-width: 500px;
}
.modalhead h2 {
    font-size: 22px;
    color: #313131;
    font-weight: 700;
}
.commanmodalinner .btn-close {
    position: absolute;
    right: 18px;
    top: 20px;
}
.steptwoverifications h3 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 10px;
}
.steptwoverifications p {
    font-size: 15px;
    margin: 0;
}

.modalbtn1 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #313131;
    background-color: #fcba004D;
    border: 2px solid #fcba004D;
    font-weight: 600;
    font-size: 16px;
}
.modalbtn2 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(to right, #fcba00, #ff8b00);
    font-weight: 600;
    font-size: 16px;
}
.steptwoverifications img {
    max-width: 110px;
    margin-bottom: 20px;
}
.webheader {
    display: flex;
    align-items: center;
    height: 70px;
    background: linear-gradient(to right, #fcba00, #ff8b00);
}
.webheaderlogo {
    width: 18%;
    padding: 0 25px;
}
.webheaderright 
{
    width: 82%;
    padding: 0 20px 0 0;
}
.headersearch .form-control {
    background-color: transparent;
    border: 0;
    color: #fff;
    border-radius: 0;
    padding: 0 0px 0 40px;
    box-shadow: unset;
    background-image: url(../img/search-2-line.svg);
    background-size: 24px;
    background-position: 5px center;
    background-repeat: no-repeat;
    font-size: 14px;
}
.headersearch .form-control::placeholder{
    color: #fff;
}
.headerbtn {
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #ff8b00;
    background-color: #ffff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 20px;
}
.profilebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    border: 0;
    padding: 0;
    overflow: hidden;
}
.profilebtn img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.webpanel {
    overflow: hidden;
    height: 100vh;  
}
.webpanelmain {
    display: flex;
}
.webpanelsidebar {
    background-color: #fcba00;
    width: 18%;
    height: calc(100vh - 70px);
    overflow-y: auto;
    transition: 0.3s ease-in-out;
}
.webpanelsidebar::-webkit-scrollbar{
    display: none;
}
.webpanelsidebar ul li a {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    border-left: 4px solid #fcba00;
    transition: 0.3s ease-in-out;
    position: relative;
}
.webpanelsidebar ul li a.active{
    background-color: #f3f2f6;
    color: #3d3d3d;
}
.webpanelsidebar ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    margin-right: 6px;
}
.webpanelsidebar ul li a span img {
    max-width: 20px;
    transition: 0.3s ease-in-out;
    filter: brightness(50.5);
}
.webpanelsidebar ul li a.active span img {
    filter: brightness(0.3) contrast(1.2) grayscale(0.8);
}
.webpanelcontent {
    width: 82%;
    padding: 15px 20px;
    overflow-y: auto;
    height: calc(100vh - 70px);
}
.dashboardstats {
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    transition: 0.3s ease-in-out;
    background: #fcba004D;
    border: 1px solid #fcba00;
}
.statsicon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 40px;
    width: 46px;
    border-radius: 10px;
    margin-right: 10px;
}
 .webheaderlogo img {
    max-width: 140px;
}
.statstop {  
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
}
.statscount {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 24px;
}
.statscount img{
    margin-left: 5px;
}
.leadby {
    font-size: 13px;
    color: #000000;
}
.leadby span{ 
    font-weight: 600;
    color: #2d2d2d;
}
.webpanelhead h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
    color: #2d2d2d;
}
.dashboardstats:hover {
    box-shadow: var(--bs-box-shadow) !important;
}
.boostprofilebox {
    background: #fcba004D;
    border-radius: 12px;
    padding: 18px 20px;
    border: 1px solid #fcba00;
}
.boostprofilebox h2 {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
}
.boostprofilebox p {
    font-size: 14px;
    margin: 0;
    line-height: 22px;
} 
.boostprofilebox a {
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    padding: 0 25px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
    background: #fcba00;
}
.calenderbox img {
    height: 435px;
    width: 100%;
}
 .borderdesign {
    border-radius: 15px;
    border: 1px solid #f3f2f6;
    padding: 20px 20px;
    background: #ffff;
}
.commanhead {
    font-size: 18px;
    font-weight: 600;
    color: #313131;
}
.headselect .form-select{
    height: 38px;
    border: 1px solid #F2F2F2;
    width: 124px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 400;
    color: #7A7A7A;
    box-shadow: unset;
}
.hidebtns {
    height: 38px;
    border: 1px solid #F2F2F2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #7A7A7A;
    font-size: 14px;
    font-weight: 500;
}
.notifcations img {
    width: 24px;
}
.nexteventbox span {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fcba004D;
    border: 1px solid #fcba00;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    border-radius: 7px;
    height: 40px;
    width: 50px;
}
.nexteventtitle {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}
.doublecottt {
    padding: 7px 0;
    font-size: 16px;
    font-weight: 700;
}
.leadsuser {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    height: 32px;
    width: 32px;
}
.leadsuser img{
    max-width: 100%;
    object-fit: cover;
}
.leaddusrname {
   font-size: 14px;
    font-weight: 600;
}
.timer {
    font-size: 12px;
    color: #454545;
}
.leadstable table tr td{
    white-space: nowrap;
}
.leadsmappin {
    display: flex;
    align-items: center;
    color: #454545;
    font-size: 13px;
    font-weight: 400;
}
.leadsmappin img {
    max-width: 14px;
    margin-right: 7px;
}
.newlead {
    background: #E8F7EE;
    height: 37px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #16AD4D;
    font-size: 14px;
    font-weight: 500;
}
.leadstable table tr td {
    white-space: nowrap;
    padding: 12px 15px;
    border: 0;
    vertical-align: middle;
    border-radius: 0;
    transition: 0.3s ease-in-out;
}
.leadstable table tr td:first-child{
    border-radius: 20px 0 0 20px;
}
.leadstable table tr td:last-child{
    border-radius: 0  20px 20px 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fcba004D;
  border-radius: 0;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff8b00; 
  border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ff8b00; 
}
.table-hover>tbody>tr:hover>* {
  background-color: #fcba004D;
  color: #2d2d2d;  
}
.earningicon {
    display: flex;
    align-items: center;
    height: 43px;
    width: 52px;
    overflow: hidden;
    margin-right: 2px;
}
.earningicon img {
    max-width: 40px;
}
.earningtext strong {
    font-weight: 500;
    display: block;
    font-size: 14px;
    color: #2D3748;
}
.earningtext span {
    font-size: 13px;
    color: #A0AEC0;
    display: block;
    margin-top: 2px;
}
.upprice {
    color: #48BB78;
    font-size: 14px;
    font-weight: 500;
}
.earninghead {
    color: #A0AEC0;
    font-size: 12px;
}
.seeall {
    color: #fcba00;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.seeall img {
    margin-left: 10px;
    width: 28px;
}
.chartpercent strong {
    color: #3B3D53;
    font-size: 20px;
    display: block;
}
.chartpercent span {
    display: block;
    font-weight: 500;
}
.headbtn1 {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    background: linear-gradient(to right, #fcba00, #ff8b00); 
    padding: 0 25px;
}
.headbtn2 {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #313131;
    background-color: #fcba004D;
    border: 2px solid #fcba004D; 
    font-weight: 600;
    font-size: 15px;
    padding: 0 25px;
}
.mainbtn1 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(to right, #fcba00, #ff8b00); 
    padding: 0 25px;
}
.mainbtn2 {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #313131;
    background-color: #fcba004D; 
    font-weight: 600;
    font-size: 16px;
    padding: 0 25px;
}
.breadcrumbb .breadcrumb-item, .breadcrumbb .breadcrumb-item a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    background-image: url(../img/arrow-right-s-line.svg) !important;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    content: '' !important;
    position: absolute;
    left: 5px;
    height: 10px;
    width: 10px;
    top: 5px;
}
.breadcrumb-item.active {
    padding-left: 20px;
    position: relative;
}
.breadcrumbb .breadcrumb-item a {
    opacity: 0.7;
}
.pagestopbarhead {
    font-size: 16px;
    font-weight: 600;
}
.searchhed .form-control {
    width: 276px;
    border-radius: 8px;
    border: 0;
    height: 40px;
    padding: 0 15px 0 40px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-image: url(../img/search-2-line-black.svg);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 20px;
    box-shadow: unset !important;
    border: 1px solid #fcba00;
}
.filterdropdown .btn {
    background-color: #fff !important;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 40px;
    border: 0;
    border: 1px solid #fcba00;
}
.filterdropdown .btn img{
    margin-right: 6px;
}
.servicesbox {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    padding: 10px 10px;
    border: 1px solid #f3f2f6;
    background-color: #fff;
    display: block;
}
.servicesimg {
    border-radius: 10px;
    overflow: hidden;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.servicesimg img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.servicedetial {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.servicedetial span {
    font-weight: 500;
    color: #737373;
    font-size: 14px;
}
.servicedetial .pricebox {
    font-weight: 600;
    color: #292D32;
    font-size: 16px;
}
.servicesname {
    font-weight: 600;
    color: #292D32;
    font-size: 16px;
}
.servicesstats {
    font-weight: 500;
    color: #737373;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.servicesstats span {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #292D32;
    margin-left: 5px;
}
.servicesstats span img{
    margin-right: 4px;
}
.table_pagination .page-item:first-child .page-link {
  background-color: transparent;
  border: 0; 
  font-size: 15px;
  font-weight: 500;
  line-height: 14.63px;
  color: #2d2d2d;
  padding: 0;
}
.table_pagination .page-item:last-child .page-link {
  background-color: transparent;
  border: 0; 
  font-size: 15px;
  font-weight: 500;
  line-height: 14.63px;
  color: #2d2d2d;
  padding: 0;
}
.table_pagination .page-item:not(:first-child) .page-link {
  background: #fff;
  border: 0;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center; 
  font-size: 14px;
  font-weight: 500;
  line-height: 14.63px;
  text-align: center;
  color: #2d2d2d;
  border-radius: 50px;
}
.table_pagination .page-item:not(:first-child) .page-link.active {
    background-color: #95BFE5;
    color: #fff;
    background: linear-gradient(to right, #fcba00, #ff8b00);
}
.table_pagination .page-item:not(:first-child) {
  margin: 0 8px;
}
.table_pagination .page-item:last-child{
  margin: 0;
}
.table_pagination .page-item:last-child .page-link{
  background-color: transparent !important; 
}

.check_toggle label::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 36px;
    height: 20px;
    background-color: #d5d5d5;
    border-radius: 10px;
    transition: 0.5s all;
}
.check_toggle label::before {
    position: absolute;
    content: "";
    top: 3px;
    right: 17px;
    width: 14px;
    height: 14px;
    background: linear-gradient(to right, #fcba00, #ff8b00);
    border-radius: 50px;
    z-index: 1;
    transition: 0.5s all;
}
.check_toggle input:checked ~ label::before {
  right: 3px;
  background-color: #fff;
}
.check_toggle label {
  position: relative;
  display: flex;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  height: 18px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  width: 26px;
  cursor: pointer;
}
.check_toggle {
  width: 100%; 
}
.check_toggle input:checked ~ label::after {
  background: linear-gradient(to right, #fcba00, #ff8b00);
}
.check_toggle input:checked ~ label::before {
  background: #fff;
}
 
.servicespic {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 120px;
    width: 120px;
    position: relative; 
}
.servicespic img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 10px;
}
.singleservicedata {
    color: #888888;
    font-size: 15px;
    font-weight: 500;
}
.singleservicedataright {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 600;
}
.removeserviceimg {
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #fff;
    border-radius: 50px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.removeserviceimg img {
    height: auto;
    width: 20px;
    border-radius: 0;
    object-fit: none;
}
.addmoreserviceimg {
    background-color: #fcba004D;
    border: 2px solid #fcba004D;
    display: flex;
    align-items: center;
    border-radius: 12px;
    height: 120px;
    width: 120px;
    justify-content: center;
}
.addmoreserviceimg img {
    max-width: 30px;
}
.statustoggle {
    position: absolute;
    bottom: 12px;
    right: 30px;
}
.categorymain {  
    position: relative;
}
.categoriesbtn {
    padding: 16px 25px 16px 70px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 12px;
}
.categoriesbtn::after {
    position: absolute;
    content: '';
    height: 32px;
    width: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/arrow-down-s-line.svg);
    background-size: 30px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    transition: 0.3s ease-in-out;
}
.categoryicon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 50px;
    width: 50px;
    overflow: hidden;
}
.categoryicon img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categoriesleft {
    display: flex;
    align-items: center;
}
.categoriesname {
    font-weight: 600;
    font-size: 18px;
    margin-left: 18px;
    color: #2d2d2d;
}
.categoriesactions img {
    max-width: 22px;
}
.categoriesactions {
    margin-left: 20px;
}

.subcategoriesbtn {
    background-color: #fff;
    padding: 10px 22px 10px 16px;
    border-radius: 10px;
}
.subcategoryss {
    padding: 20px 0px 20px 70px;
    display: none;
}
.subcategoriesbtn .categoryicon {
    height: 45px;
    width: 45px;
}
.subcategoriesbtn .categoriesname { 
    font-size: 16px;
    margin-left: 16px;
}
.subcategoriesbtn .categoriesactions img {
    max-width: 18px;
}
.subcategoryss.show-subcategory{
    display: block;
}
.categoriesbtn.active::after {
    transform: translateY(-50%) scaleY(-1);
}
.addcategoryform label {
    font-size: 14px;
    color: #515151;
    font-weight: 500;
    margin-bottom: 7px;   
}
.modalhead {
    margin: -30px -30px 0;
    padding: 20px 30px;
    border-bottom: 1px solid #f2f2f2;
}
.modalhead h2{
    margin: 0;
}
.addcategoryform .btn.dropdown-toggle.btn-light {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    height: 50px;
    padding: 11px 13px;
    border-radius: 10px;
    font-size: 14px;
}
.topheadcategory {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2d2d2d;
}
.selecttedcategory {
    display: inline-flex;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    justify-content: center;
    padding: 6px 7px 6px 10px;
    font-weight: 500;
    font-size: 13px;
}
.selecttedcategory img {
    width: 21px;
    margin-left: 5px;
    cursor: pointer;
}

.detailscategory {
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 12px;
}
.detailscategory img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.commantable table thead tr th {
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 20px;
    white-space: nowrap;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.commantable table thead {
    background: linear-gradient(to right, #fcba00, #ff8b00);
}
.commantable table tbody tr td {
    background-color: #f9f9f9;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 16px 20px;
    white-space: nowrap;
    transition: 0.3s ease-in-out;
}
.commantable {
    border-radius: 5px;
    overflow: hidden;
}
.commantable table tbody tr:nth-child(odd) td{
    background-color: #fff;
}
.commantable table tbody tr:hover td{
    background-color: #fcba004D;
}
.actionbtns img {
    max-width: 22px;
}
.leadsimg {
    height: 250px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 10px;
}
.leadsimg img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profiledropdown .dropdown-menu {
    border-radius: 10px;
    border: 0;
    width: 280px;
    right: -4px !important;
    left: auto !important;
    overflow: hidden;
    top: 60px !important;
    transform: unset !important;
    padding: 0;
    background: #fff;
    border: 1px solid #fcba00;
    backdrop-filter: blur(41px);
}
 
.profiledropdown .dropdown-menu .dropdown-item.active , .profiledropdown .dropdown-menu .dropdown-item:hover{
    background-color: #fcba00;
    color: #fff;
}
.profiledropdown .dropdown-menu .dropdown-item {
    padding: 6px 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    transition: 0.3s ease-in-out;
}
.profiledropdown .dropdown-menu .dropdown-item span{
    margin-right: 10px;
}
.profiledropdown .dropdown-menu .dropdown-item span img{
    transition: 0.3s ease-in-out;
}
.profiledropdown .dropdown-menu .dropdown-item.active img, .profiledropdown .dropdown-menu .dropdown-item:hover img {
    filter: brightness(30.5);
}
.userprofileeimg {
    height: 120px;
    width: 120px;
    overflow: hidden;
    border-radius: 10px;
}
.userprofileeimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.profileprogressbar {
    margin-bottom: 10px;
    background-color: #fcba004D;
    height: 10px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.profileprogressinner {
    height: 10px;
    background: #fcba00;
    border-radius: 15px;
}
.profilecompletion h3 {
    font-size: 16px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 12px;
}
.profilecompletionprogreess span {
    color: #6B7582;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
.profilecompletion {
    padding: 20px 20px;
    border-radius: 10px;
    border: 1px solid #fcba00;
}
.mybusineesprofile .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
    height: 50px;
    color: #2d2d2d;
    font-weight: 600;
    font-size: 15px;
    padding: 0 13px;
    border: 0;
}
.mybusineesprofile {
    display: flex;
    align-items: flex-start;
}
.mybusineesprofile .nav-tabs {
    background-color: #fcba004D;
    width: 20%;
    border: 1px solid #fcba00;
    border-radius: 4px;
    overflow: hidden;
}
.mybusineesprofile .nav-tabs .nav-item {
    width: 100%;
}
.mybusineesprofile .nav-tabs .nav-link.active {
    background: #fcba00;
    color: #fff;
    border-radius: 0;
}
.mybusineesprofile .tab-content {
    width: 80%;
    padding-left: 20px;
}
.foodphotos {
    border: 1px dashed #fcba00;
    /* background-color: #fcba004D; */
    border-radius: 8px;
    padding: 10px 14px 15px;
}
.foodphotos label {
    color: #2d2d2d !important;
    margin-bottom: 10px !important;
}
.pdfbox {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    color: #515151;
    font-weight: 500;
    font-size: 14px;
    justify-content: space-between;
}
.pdfleft img {
    margin-right: 8px;
}
.pdfupload .addmoreserviceimg {
    width: 100%;
    border-radius: 8px;
    border: 1px dashed #fcba00;
    background-color: transparent;
    height: 80px;
}
.pdfupload .addmoreserviceimg span {
    color: #fcba00;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 500;
}
.profilecheckbox label{
    position: relative;
    padding-left: 30px;
    color: #313131;
    cursor: pointer;
}
.profilecheckbox label::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #fcba00;
    border-radius: 5px;
}
.profilecheckbox label::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background: #fcba00 url('../img/TICKCHECK.png');
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.profilecheckbox input:checked ~ label::before{
    transform: scale(1);
}

.contentpages p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
.contentpages h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}
.contentpages h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contentpages h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contentpages h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contentpages h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contentpages h6 {
    font-size:16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.helpbox {
    border: 0.85px solid #DEDEDE;
    border-radius: 12px;
    padding: 16px;
}
.statusbox span {
    font-size: 14px;
    display: block;
    margin-right: 6px;
    font-weight: 500;
    color: #1C3440;
}
.badge {
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    font-weight: 600;
}
.badge-progress{
    background-color: #C06A5D;
}
.badge-pending{
    background-color: #FFC206;
}   
.helptimmer {
    font-size: 15px;
    color: #1C3440;
    font-weight: 500;
}
.helpmsg {
    font-weight: 700;
    font-size: 16px;
    color: #1C3440;
}
.helpbox {
    border-radius: 12px;
    padding: 16px;
    background: #fcba004D;
    border: 1px solid #fcba00;
}
.blogsbox {
    border: 1px solid #fcba00;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    display: block;
    color: #3d3d3d;
    height: 100%;
}
.blogsimg {
    height: 250px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.blogsimg img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogscontent h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
}
.has-submenu .arrow {
    transition: transform 0.3s ease;
    font-size: 0.8rem;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.submenu {
    display: none;
    list-style: none;
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding-left: 0 !important;
}

.submenu li a {
   display: block;
   padding: 6px 0;
   font-size: 0.9rem;
   color: #333;
   text-decoration: none;
}

/* Active class to show submenu */
.has-submenu.open .submenu {
   display: block;
}

.has-submenu.open .arrow {
    transform: translateY(-50%) scaleY(-1);
}
.has-submenu .arrow img {
    filter: brightness(40.5) invert(1);
    width: 26px;
}
.webpanelsidebar .submenu li a {
    color: #3d3d3d;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 27px;
    border-left: 0 !important;
}
.webpanelsidebar .submenu li:last-child a{
    border-bottom: 0;
}
.commantabs .nav-link {
    border: 0;
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 600;
    border-radius: 50px;
    background: #fcba004D;
    border: 1px solid #fcba00;
    color: #3d3d3d;
    margin-right: 12px;
}

.commantabs .nav-link.active {
    background: #fcba00;
    color: #fff;
    border-color: #fcba00;
}
.statusbadge {
    height: 28px;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
}
.statusbadge_blue{
    background: #3C9CF33B;
    color: #3C9CF3;
}
.statusbadge_green{
    background: #D0EFDB;
    color: #10944D;
}
.statusbadge_red{
    background: #F54D4D3B;
    color: #BE1A1A;
}
.statusbadge_gold{
    background: #FFC4323B;
    color: #D29B0A;
}
.statusbadge_light{
    background: #8080803B;
    color: #646464;
}
.actionsbtns img {
    height: 21px;
    object-fit: contain;
}
.formdesign .bootstrap-select .dropdown-toggle {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 50px;
    color: #515151;
    font-weight: 500;
    font-size: 14px;
    padding: 13px 24px 11px 20px;
    box-shadow: unset;
    background-color: transparent !important;
    outline:  0!important;
}
.formdesign .bootstrap-select {
    padding: 0 !important;
    border: 0 !important;
    outline:  0!important;
}
.previewboxx .mainbtn2, .previewboxx .mainbtn1 {
    padding: 0 0;
    height: 45px;
    font-size: 14px;
}
.previewbox span {
    color: #979797;
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}
.previewbox strong {
    color: #3d3d3d;
    font-size: 15px;
    display: block; 
    font-weight: 600;
}
.discounthead h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
}
.discounthead p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.discountleft span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 500;
}
.discountleft h3 {
    display: block;
    margin-bottom: 5px;
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 600;
}
.discountleft p {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
.discounttxt span {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 500;
}
.discounttxt strong {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.discountleft {
    background: #fcba004D;
    border: 1px solid #fcba00;
    height: 100%;
    border-radius: 10px;
    padding: 15px 16px;
}
.noteee {
    margin-top: 9px;
    font-size: 13px;
    font-weight: 500;
    color: #a79c9c;
}
.statsicon img {
    filter: invert(1);
    max-width: 25px;
}
.innertabsdesign {
    border: 0;
}
.innertabsdesign .nav-item .nav-link.active {
    color: #fcba00;
    border-color: #fcba00;
}
.innertabsdesign .nav-item .nav-link {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0;
    color: #2d2d2d;
    border-bottom: 2px solid #fcba004D;
}

.singleservicedataright .pdfbox {
    height: 40px;
    border-radius: 4px;
    padding: 0 11px;
    display: inline-flex;
}
.reffrealprogress h3 {
    margin-bottom: 10px;
}
.reffrealprogress p {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
}
.reffrealprogress{
    padding: 15px;
}
.referralhead {
    font-size: 17px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 12px;
}
.referralbox .form-control {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    height: 50px;
    color: #515151;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 22px 10px;
    box-shadow: unset;
}
.referralbox .mainbtn2 {
    border: 0;
    font-size: 14px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}
.referralbox {
    position: relative;
}
.referralbox .mainbtn2 img{
    max-width: 24px;
    filter: invert(1);
    margin-right: 7px;
}
.referralbox {
    width: 75%;
}
.referralmaintop {
    display: flex;
}
.sharelinkbtn{
    width: 25%;
    padding-left: 10px;
}
.sharelinkbtn .mainbtn1 img{
    max-width: 24px; 
    margin-right: 7px;
}
.sharelinkbtn .mainbtn1{
     font-size: 14px;
}
.hwoitworksbox {
    background: #fcba004D;
    border: 1px solid #fcba00;
    border-radius: 6px;
    padding: 15px;
}
.hwoitworksbox h3 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}
.hwoitworksbox p {
    font-size: 13px;
    margin: 0;
    font-weight: 500;
    line-height: 20px;
}
.hwoitworksbox span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50px;
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #fcba00;
}
.chatleftpart {
    width: 33%;
    border-right: 1px solid #f3f2f6;
}
.chatmaindesign {
    display: flex;
    border-radius: 10px;
    height: calc(100vh - 140px);
    overflow: hidden;
}
.chatrightpart{
    width: 77%;
}
.chattopbadges {
    display: flex;
    align-items: center;
    padding: 0 17px 17px;
}
.chatuserlinkimg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    overflow: hidden;
    border: 1px solid #fcba00;
}
.chatuserlinkimg img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chatuserlinkcontent h2 {
    font-size: 15px;
    font-weight: 600;
    color: #313131;
    margin: 0 0 3px;
}
.chatuserlinkcontent p{
    color: #8B9598;
    font-size: 13px;
    margin: 0;
}
.chattime{
     color: #8B9598;
    font-size: 14px;
    margin: 0;
}
.chatsiderbar {
    padding: 10px 15px;
    border-top: 1px solid #f3f2f6;
    height: calc(100vh - 273px);
    overflow-y: auto;
    overflow-x: hidden;
}
.chatsiderbar::-webkit-scrollbar{
    display: none;
}
.chatsearchbar {
    padding: 20px 16px;
}
.chatsearchbar .form-control {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    height: 45px;
    padding: 0 15px 0 38px;
    font-weight: 500;
    box-shadow: unset !important;
    font-size: 13px;
}
.aiicon {
    position: absolute;
    top: 8px;
    left: 7px;
}
.chattopbadges a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 30px;
    padding: 0 10px;
    background: #fcba004D;
    border: 1px solid #fcba00;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #2d2d2d;
}
.chattopbadges a.active{
    background-color: #fcba00;
    color: #fff;
}
.chattopbadges a img {
    filter: invert(1);
    max-width: 25px;
}
.chatuserlink { 
    padding: 13px 0px;
    border-radius: 10px;
    margin: 0;
}
.chatuserlink.active ,.chatuserlink:hover{
    background: #fcba004D;
}
.chatheader {
    background: #fcba004D;
    padding: 15px 6px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headicons {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 35px;
    width: 35px;
    border-radius: 50px;
}
.headicons img {
    height: 20px;
}
.chatfooter {
    background: #fcba004D;
    padding: 15px 6px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sendmessage {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
}
.sendmessage a{
    margin-right: 10px;
}
.sendmessage .form-control {
    border: 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    height: 30px;
    box-shadow: unset !important;
}
.chatfootericons img {
    max-width: 25px;
}
.sendmessage img {
    max-width: 25px;
}
.chatinner {
    height: calc(100vh - 302px);
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}
.chatinner::-webkit-scrollbar{
    display: none;
}
.chatp {
    font-size: 14px;
    font-weight: 500; 
    color: #fff;
}
.timeerr {
    font-size: 11px;
    font-weight: 600;
}
.chatmsgleft {
    background: #ff8b00;
    border-radius: 20px 20px 20px 0;
    padding: 12px 20px;
    margin-bottom: 4px;
    display: inline-block;
}

.chatmsgright{
    background: #ff8b00;
    border-radius: 20px 20px 0 20px;
    padding: 12px 20px;
    margin-bottom: 4px;
    display: inline-block;
}

.closebtnsss {
    position: absolute;
    right: 10px;
    top: 10px;
}
.closebtnsss img {
    max-width: 26px;
}

.errorpage {
    text-align: center;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 30px;
}
.errorpage h1 {
    font-size: 120px;
    line-height: 120px;
}
.errorpage p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}

@media (min-width: 1200px) {
  .sidebar-active .webpanelcontent {
    width: 100%;
  }

  .webpanelsidebar.active {
    width: 4%;
  }

  .webpanelsidebar.active ul li a {
    padding: 0 12px 0;
    width: 100%;
    border: 0;
    justify-content: center;
  }

  .webpanelsidebar.active .menutext {
    opacity: 0;
    display: none;
  }

  .menutext {
    transition: 0.3s ease-in-out;
  }

  .webpanelsidebar.active .has-submenu .arrow {
    display: none;
  }
}