/*New css 08-7-2024 start*/
body {
  font-family: "Poppins", sans-serif !important; 
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.title-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px;
}
.title-top-bar .h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #282832 !important; 
  margin: 0 !important;
}
.title-top-bar .select-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title-top-bar .select-bar .select-box {
  width: 177px;
  background: #fff;
  border: solid 1px #282832;
  border-radius: 10px;
  padding: 6px 10px;
  box-sizing: border-box;
}
.select-bar .select-box .label {
  display: block; 
  width: 100%;
  margin: 0;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.select-bar .select-box select {
  width: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #282832;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: #fff url(../img/select-icon.png) no-repeat 98% center;
  padding: 0; 
}

.support-tab-bar {
  padding-bottom: 40px;
}
.support-tab-bar .nav.nav-tabs {
  margin: 0px -9px; 
  border-bottom: none;  
}
.support-tab-bar .tab-content > .active {
  opacity: 1;
}
.support-tab-bar .nav.nav-tabs .nav-item {
  width: 25%; 
  padding: 0 9px; 
}
.support-tab-bar .nav.nav-tabs .nav-item a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
  background: #FFFFFF;
  border-radius: 5px;
  min-width: 240px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  text-decoration: none; 
}
.support-tab-bar .nav.nav-tabs .nav-item a b {
  font-weight: 400;
  padding-left: 8px;  
}
.support-tab-bar .nav.nav-tabs .nav-item a .icon {
  width: 12px;
  height: 12px;
  background: #F45C3B;
  border-radius: 50px;
  margin-left: 7px;
}
.support-tab-bar .nav.nav-tabs .nav-item a:hover {
  background: #E3E7F8;  
}
.support-tab-bar .nav.nav-tabs .nav-item a.active {
  background: #E3E7F8;  
}
.support-tab-bar .nav.nav-tabs .active.nav-item a {
  background: #E3E7F8;  
}
.support-tab-section {
  background: #fff;
  border-radius: 5px;
  padding: 30px 50px;
  margin-top: 40px; 
}
.support-tab-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.support-tab-content .img-tab {
  border: solid 1px #BEBEBE;
  border-radius: 5px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center; 
  padding: 5px; 
}
.support-tab-content .img-tab img {
  max-width: 50px;
  max-height: 50px;
}
.support-tab-text {
  width: 88%;
  padding: 0 30px;
}
.support-tab-text h2 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
  padding: 0 0 10px 0;
  margin: 0;
  line-height: normal;
}
.mac-book-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; 
} 
.mac-book-text p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
  margin: 0;
  padding: 4px 0 0;   
}
.mac-book-text .star-icon {
  display: block;
  margin-top: 3px;  
}
.mac-book-text {
  width: 85%;
}
.price-text {
  width: auto;  
  margin-top: -5px; 
}
.price-text strong {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
}
.price-text span {
  display: block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding: 1px 0; 
}
.fulfilled-text {
  padding-top: 10px;  
}
.fulfilled-text p {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
}
.fulfilled-text p a {
  color: #544BEC;
  padding: 0 8px; 
}
.ticket-content {
  width: 100%;
  border-top: solid 2px #ececec;
  padding: 10px 0 0;
  margin-top: 16px;
  position: relative;
}
.ticket-text {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.ticket-text span {
  color: #707070;
  display: inline-block;
  width: auto;
  padding-right: 10px;
}
.ticket-text p {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 0;
  margin: 0;    
}
.chat-icon {
  width: 32px;
  position: absolute;
  right: -132px;
  top: 45px;
}
.chat-icon:before {
  content: '';
  width: 13px;
  height: 13px;
  background: #F45C3B;
  border-radius: 100px;
  position: absolute;
  top: -5px;
  right: 2px; 
}
.support-btns .btn.new-btn {
  background: #544BEC;
  border-radius: 5px;
  padding: 0 5px;
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  width: 115px;
  height: 20px;
  box-shadow: none;
  outline: none;
}
.support-btns .btn.new-btn.active {
  background: #E04C7C;  
}
.support-btns .btn.new-btn.closed {
  background: #53BD8C;
}
.support-tab-section .resure-btns {
  margin: 0 0 -40px -30px;
}
.resure-btns .resure-btn {
  background: #3E8FD1;
  border-radius: 5px;
  padding: inherit;
  line-height: 27px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  width: 114px;
  height: 30px;
  box-shadow: none;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none; 
}
.support-rivew {
  position: absolute;
  right: -168px;
  top: 20px;
}
.support-rivew span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  padding: 2px 0 2px;
}
.support-rivew strong {
 display: block;
 font-family: "Poppins", sans-serif;
 font-size: 12px;
 font-weight: 400;
 color: #282832;
 padding-top: 2px;
}
.new-partner-btn {
  display: flex;
  align-items: center;  
  margin-right: 20px;
}
.btn.partner-btn {
  display: flex;
  align-items: center;  
  background: #282832;
  border-radius: 5px;
  padding: 10px 24px;
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;    
}
.btn.partner-btn img {
 margin-right: 5px;
}
.new-partner-btn .data-excel-link {
  display: flex;
  align-items: center;  
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  margin-right: 30px;
}
.new-partner-btn .data-excel-link img {
 margin-right: 5px;   
}
.partner-content {
  background: #fff;
  border-radius: 5px;
  padding: 30px 50px;
  margin-top: 30px; 
}
.partner-text {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.left-partner {
  width: 151px;
}
.left-partner .first_letter
{
  background: #BEBEBE;
}
.left-partner span {
  width: 151px;
  height: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: #BEBEBE;*/
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 74px;
  /*border: 1px solid #BEBEBE;*/
  font-weight: 600;
  color: #fff;
}
.left-partner span img {
  width: 100%;
  border-radius : 10px;
}
.center-partner {
  width: 75%;
  padding: 0 55px;
}
.center-partner h2 {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #282832;
  padding: 0 0 5px;
  margin: 0;  
}
.center-partner span {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 6px 0;
  margin: 0;  
}
.center-partner span img {
  margin-right: 5px;  
}
.center-partner p {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  padding: 14px 0 0;
  margin: 0;  
}
.right-partner {
  width: 23%;
  text-align: right;
}
.right-partner.btns {
  padding-top: 140px;
}
.right-partner .btn {
  background: #53BD8C;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 4px 14px 6px;
}
.right-partner .btn.decline-btn {
  background: #D61151;  
}
.right-partner .star-icon {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 14px;
  font-weight: 400;
  color: #707070;
}
.right-partner .star-icon img {
  margin-right: 5px;  
}
.partner-date {
  display: block; 
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  text-align: right;
  padding: 10px 0 0;
}

.right-partner .switch {
  display: inline-block;
  min-width: 110px;
  padding: 10px 0 0 0;
}

.right-partner .switch input {
  display: none;
}

.right-partner .switch label {
  display: block;
  float: right;
  width: 36px;
  height: 20px;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  border: none;
  background: #999999;
  cursor: pointer;
  transition: 0.3s;
}

.right-partner .switch label::after {
  content: "";
  display: inherit;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: solid 2px #999999; 
  transition: 0.3s;
  position: relative;
  top: -2px;
}
.right-partner .switch input:checked ~ label {
  border-color: #ffffff;
  background: #53bd8c;
}
.right-partner .switch input:checked ~ label::after {
  border: solid 2px #53BD8C; 
}
.right-partner .switch input:checked ~ label::after {
  translate: 15px 0;
  background: #ffffff;
}
.right-partner .switch input:disabled ~ label {
  opacity: 0.5;
  background: #000;
  cursor: not-allowed;
}

.finance-top-bar {
  display: flex;
  margin: 0 -10px;
}
.finance-content {
  width: 20%;
  padding: 0 11px;
}
.finance-text {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 25px 20px;
  height: 100%;
}
.finance-text span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
}
.finance-text strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #282832;
  padding-top: 2px; 
}
.finance-text.text02 strong {
  color: #EB2B2B;   
}
.finance-text.text03 strong {
  color: #1ECA00;   
}
.finance-text.text04 strong {
  color: #544BEC;   
}
.finance-text.text05 strong {
  color: #F45C3B;   
}
.partially-text {
  padding: 40px 0 10px;
}
.partially-text ul {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0;
  margin: 0 -10px;
  list-style: none; 
}
.partially-text ul li {
  padding: 0 10px;
}
.partially-text ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  /*font-weight: 500;*/
  font-weight: 600;
  color: #282832; 
}
.fi-amount-text {
  position: relative; 
}
.fi-amount-text h2 {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #282832;
  padding: 0;
  margin: 0;  
}
.Settl-text-bar {
  display: flex;
  align-items: start;
  padding: 10px 0 0;
}
.Settl-text {
  width: 25%;
  border-left: solid 1px #BEBEBE;
  padding: 0 50px;
}
.Settl-text:first-child {
  border-left: none; 
  padding-left: 0;  
}
.Settl-text:last-child {
  padding-right: 0; 
}
.Settl-text span {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
}
.Settl-text strong {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #383849;
}
.Settl-text p {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 5px 0 0;
  margin: 0;
}
.Settl-text.settl02 strong {
  color: #1ECA00; 
}
.Settl-text.settl03 strong {
  color: #544BEC; 
}
.Settl-text.settl04 strong {
  color: #EB2B2B;
}
.finance-btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #F45C3B;
  border-radius: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #fff !important;
  padding: 1px 11px;
  text-decoration: none !important; 
}
.finance-btn.btn02 {
  background: #544BEC;  
}
.finance-btn.btn03 {
  background: #53BD8C;
  width: 114px;
  text-align: center;
}
/**/
.promotion-tab {
  overflow-x: auto; 
  scrollbar-width: thin;
  scrollbar-color: #eaeaea #d5d5d5;
  padding-bottom: 5px;
}
.promotion-tab::-webkit-scrollbar {
  width: 12px;
}
.promotion-tab::-webkit-scrollbar-track {
  background: orange;
}
.promotion-tab::-webkit-scrollbar-thumb {
  background-color: blue;
  border-radius: 20px;
  border: 2px solid #000;
}
.promotion-tab .nav.nav-tabs.mobile-tabs {
  flex-wrap: nowrap;
}
.promotion-main {
  padding: 30px 0 30px; 
}
.promotion-main .h2-title {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  padding: 0;
  margin: 0;    
}
.promotion-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px 0 0;  
}
.promotion-left {
  width: 20%;
}
.promotion-left h2 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF; 
  background: #282832;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  margin: 0;  
}
.promotion-left h2 img {
  margin-right: 5px;  
}
.ambassador-text {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px; 
}
.ambassador-text .amba-btn {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #F45C3B;
  letter-spacing: 3px;
  border: dotted 1px #F45C3B;
  border-radius: 5px;
  display: inline-block;
  width: 154px;
  text-align: center;
  padding: 5px 0;
}
.ambassador-text .price {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #282832;
  padding-top: 10px;
}
.ambassador-text p {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #282832;
  padding-top: 4px;
  margin: 0;
}
.amba-validity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;  
}
.amba-validity span {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #707070;   
}
.promotion-right {
  width: 78%;
  background: #fff;
  border: solid 1px #eceff5;
  border-radius: 10px;
  padding: 30px;  
}
.promotion-right h2 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  border-bottom: solid 1px #BEBEBE;
  padding: 0 0 10px;
  margin: 0;  
}
.prom-right-content {
  padding: 0 20px 0;
}
.prom-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 17px 0;  
}
.prom-co-left {
  width: 77%; 
}
.prom-co-left h3 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  padding: 0;
  margin: 0;    
}
.prom-co-left p {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #707070;
  padding: 5px 0 0;
  margin: 0;    
}
.prom-co-right {
  width: 20%;
  text-align: right;  
}
.prom-co-right span {
  display: block; 
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
  padding-top: 8px;   
}
.prom-co-right span:first-child {
  padding-top: 0; 
}
.finance-top-bar.ambassador {
    flex-wrap: wrap;
    padding: 0 10px;
}

.finance-top-bar.ambassador .finance-content {
    width: 33.33%;
    padding: 11px;
    text-align: center;
}
/*.finance-top-bar.ambassador .finance-content .finance-text.careers-product {
  border: solid 1px #edf0f7; 
}
.finance-top-bar.ambassador .finance-content span {
  padding: 20px 0 0;
}*/
.partner-main-content.careers-main-content .finance-top-bar.ambassador .finance-text.careers-product {
  text-align: left;
}
.partner-main-content.careers-main-content .finance-top-bar.ambassador .finance-text.careers-product span {
  padding: 0;
}
.careers-main-content .finance-text.careers-product .department-name {
  background: #F2F2F2;
  border-radius: 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #383849;
  padding: 3px 15px !important;
}
.partner-main-content.careers-main-content .finance-top-bar.ambassador .finance-text.careers-product .post-title {
  padding: 20px 0;
}
.careers-main-content .finance-text.careers-product .post-edit {
  display: flex;
  justify-content: center;
  padding: 30px 0 0 !important;
}
.careers-main-content .finance-text.careers-product .post-edit a {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px;
  width: 140px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.careers-main-content .finance-text.careers-product span .care-icon {
  margin-right: 8px;
}
.title-top-bar.vacancies {
  padding-top: 70px;
}
/*New css 08-7-2024 Ends*/

/*New css 08-7-2024 Starts*/
.partially-text.ambassador-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0px; 
}

.ambass-table-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 14px 30px;
  margin-top: 30px; 
}
.ambass-table-bar .img {
  width: 52px;
  height: 52px;
  margin-right: 10px; 
}
.ambass-table-bar .amba-ta-text {
  width: 15%;
  padding: 0 10px; 
}
.amba-ta-text.email-text strong {
    word-break: break-word;
}
.ambass-table-bar .switch-icon {
  text-align: center;
  width: 10%;
  padding: 0 10px; 
}
.amba-ta-text strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
}
.amba-ta-text span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  padding-top: 3px; 
}

.switch-icon .switch {
  display: inline-block;
  min-width: 110px;
  padding: 10px 0 0 0;
}

.switch-icon .switch input {
  display: none;
}

.switch-icon .switch label {
  display: block;
  float: none;
  width: 36px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
  background: #53BD8C;
  cursor: pointer;
  transition: 0.3s;
}

.switch-icon .switch label::after {
  content: "";
  display: inherit;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: solid 2px #53BD8C; 
  transition: 0.3s;
  position: relative;
  top: -2px;
}
.switch-icon .switch input:checked ~ label {
  border-color: #ffffff;
}
.switch-icon .switch input:checked ~ label::after {
  translate: 15px 0;
  background: #ffffff;
}
.switch-icon .switch input:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}

.edit-delete-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
}
.edit-delete-icons a {
  margin: 0 22px; 
}


.protection-pricing {
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0 30px; 
}
.pricing-text {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.pricing-title-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #bebebe;
  padding: 0px 20px 0px;  
}
.pricing-title-bar h2 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #282832;
  margin: 0;
  display: flex;
  align-items: center;  
}
.pricing-title-bar h2 img {
  margin-right: 10px;   
}
.pricing-title-bar .edit-pricing-btn {
  display: flex;
  align-items: center;
  background: #282832;
  border-radius: 5px;
  padding: 4px 24px;
  line-height: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #FFFFFF;
  box-shadow: none;
  outline: none;
}
.pricing-content {
  padding: 20px;   
}
.pricing-content strong {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding-bottom: 5px;   
}
.pricing-plan-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0; 
}
.pricing-plan-text .plan-text1 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #707070;     
}
.pricing-plan-text .plan-text2 {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight:500;
  color: #282832;     
}

/**/
.breadcrumbs .items {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs .items {
  list-style: none;
}
.breadcrumbs .items a {
  font-family: "Poppins", sans-serif; 
  font-size: 12px;
  font-weight: 400;
  color: #606161;
  text-decoration: none;
  position: relative;
}
.breadcrumbs .items a::after {
  content: '>';
  font-size: 15px;
  font-weight: 400;
  color: #606161;
  line-height: normal;
  padding: 0 5px;
  position: relative;
  top: 2px;
}
.breadcrumbs .items strong {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #282832;
}
.order-content-bar {
  background: #fff;
  border-radius: 10px;
  margin-top: 30px; 
  padding: 0 20px;  
}
.order-text-bar {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 25px 40px 15px; 
 border-bottom: solid 1px #dedede;  
}
.order-text-left {
  width: 80%; 
}
.all-item-order .support-tab-content {
  padding-bottom: 30px;
}
.invoice-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0;   
}
.invoice-text .invoice01 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  width: 150px;   
}
.invoice-text .invoice02 {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #282832;   
}
.order-text-btn {
  width: 18%;   
}
.order-text-btn a {
  display: inline-block;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  background: #F2F2F2;
  border-radius: 5px;
  text-align: center;
  padding: 12px 0;
  margin: 15px 0;   
}
.all-item-order {
  padding: 30px 40px 30px;
}
.all-item-order .support-tab-text {
  width: 96%;
  padding-right: 0; 
}
.all-item-order .mac-book-text {
  width: 90%; 
  border-bottom: solid 1px #e1e1e1;
}
.step-bar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;  
  padding: 25px 0 25px;
}
.step-bar-content .step-bar {
  display: flex;
  align-items: center;
}
.step-bar .step-box {
  text-align: center;
  position: relative;
  padding: 0 28px;
}
.step-bar .step-box:first-child {
  padding-left: 0;  
}
.step-box .icon {
  background: #fff; 
  border: solid 1px #53bd8c;
  width: 20px;
  height: 20px;
  font-size: 0;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.step-box .icon.active { 
  background: #53bd8c; 
}
.step-box .icon::after {
  content: '';
  border-bottom: dotted 2px #707070;
  display: inline-block;
  width: 100px;
  position: absolute;
  left: 17px;
}
.step-box:last-child .icon:after {
  display: none;  
}
.step-bar .step-box .step-text {
  display: block; 
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  padding-top: 10px; 
}
.update-cancel-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 30px;
}
.update-cancel-btn a {
  font-size: 12px;
  font-weight: 400;
  color: #383849;
  padding: 6px 20px;  
}
.update-cancel-btn .update-btn {
  background: #E3E7F8;
  border: solid 1px #E3E7F8; 
  border-radius: 5px; 
}
.update-cancel-btn .cancel-btn {
  background: #fff;
  border: solid 1px #D61151; 
  border-radius: 5px; 
}
.update-cancel-btn .save-btn {
  background: #282832;
  border: solid 1px #282832; 
  border-radius: 5px;
  color: #fff;  
}
.fulfi-text { 
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  padding: 35px 0 25px;
}
.fulfi-text a {
  color: #544BEC;
  padding-left: 5px;  
}
.step-bar.black .step-box .icon.active {
  background: #282832;
  border: solid 1px #282832;  
}

/*added on 29-08-2024 starts*/
.finance-content.plan-content.amb-content {
  text-align: left;
}
.Settl-text.settl02 {
  padding: 0 35px;
}
/*added on 29-08-2024 ends*/

.align-items-center .h3.mb-0.text-gray-800 {
  font-size: 20px;
  color: #333 !important;
}
.table.table-bordered th {
  font-weight: 400;
}


@media screen and (max-width: 1199px) {
 .order-content-bar {
   overflow-x: auto;  
 }
}
@media screen and (max-width: 767px) { 
 .order-text-bar {
   padding: 0 20px;   
 }
 .all-item-order {
   padding: 25px 20px 25px;
 } 
} 

/*New css 08-7-2024 Ends*/

.action-box {
  display: flex;
  align-items: center;
}

.edit-button {
  margin-right: 10px;
}

.action-box .edit-button a {
  display: inline-block;
}

.delete-btn {
  border: none;
  background: none;
}

.multiple-image-div
{
  float: left; 
  margin-right: 5px;
  display: block;
}

.asterisk
{
  color: red !important;
}

.toggled .side-dashboard .side-dashboard-icon {
  display: block;
}

.side-dashboard .side-dashboard-icon {
  display: none;
}

#nameCheck, #existingEmailCheck, #emailCheck, #passcheck, #conpasscheck, #phoneCheck, #hospitalCheck, #startDateCheck, #endDateCheck, #image_check, #patientsCheck, #doctorCheck, #appointmentDateCheck, #appointmentTimeCheck, #capacityCheck, #startTimeCheck, #endTimeCheck, #addressCheck, #specializationCheck, #qualificationsCheck, #emergencyPhoneCheck, #bedCapacityCheck, #titleCheck, #descriptionCheck, #diseaseCheck, #ageCheck, #favicon_icon_check, #logo_check, #copyrightCheck, #developed_byCheck, #appTitleCheck, #radiusCheck, #type_check, #albumCheck, #video_check  {
    display: none;
}

.team_icon {
    background-color: #282832;
    padding: 5px;
    border-radius: 2px;
}

.module-title {
    font-weight: bold;
}

.my_content.spc_content.img_content 
{
    display: block;
    width: 100%;
}
.my_content.spc_content.img_content img
{
    width: 100%;
}

.ambass-table-bar .img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/*careers page starts*/

.finance-top-bar.ambassador .vacancies-content
{
  width: 33%;
}
/*careers page ends*/

.department-status .switch {
  /*display: inline-block;
  min-width: 110px;
  padding: 10px 0 0 0;*/
}

.department-status .switch input {
  display: none;
}

.department-status .switch label {
  display: block;
  float: right;
  width: 36px;
  height: 20px;
  padding: 0;
  margin: 0;
  border-radius: 15px;
  border: none;
  background: #999999;
  cursor: pointer;
  transition: 0.3s;
}

.department-status .switch label::after {
  content: "";
  display: inherit;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: solid 2px #999999; 
  transition: 0.3s;
  position: relative;
  top: -2px;
}
.department-status .switch input:checked ~ label {
  border-color: #ffffff;
  background: #53bd8c;
}
.department-status .switch input:checked ~ label::after {
  border: solid 2px #53BD8C; 
}
.department-status .switch input:checked ~ label::after {
  translate: 15px 0;
  background: #ffffff;
}
.department-status .switch input:disabled ~ label {
  opacity: 0.5;
  background: #000;
  cursor: not-allowed;
}

.finance-top-bar.ambassador .faq-content {
    width: 50%;
}

a.read-more-link {
    font-weight: bold;
}

.post-edit form {
    margin-left: 10px;
}

span.post-edit {
    display: flex;
}






/*product listing page starts*/

.listing-content {
  display: flex;
  align-items: flex-start;
  padding: 30px 0 0; 
  gap: 45px;
}
.listing-left {
  width: 100%;
  max-width: 215px; 
}
.listing-left h2 {
  font-size: 16px;
  font-weight: 500;
  color: #282832; 
  margin-bottom: 14px;
}
.check-box {
  display: inline-block;
  width: 100%;
  margin: 4px 0;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #282832;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 16px;
  background: #fff url(../img/check.png) no-repeat center top;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-box input:checked ~ .checkmark:after {
  display: block;
}
.check-box .checkmark:after {
  left: 1px;
  top: 0px;
  width: 16px;
  height: 16px;
  background: #fff url(../img/checked.png) no-repeat center top;
}

/**/
.filter-price {
  width: 100%;
  border: 0;
  padding: 32px 0 0 0;
  margin: 0; 
}
.price-field::before {
  content: '';
  background: #282832;
  width: 199px;
  height: 2px;
  position: absolute;
}
.price-title {
  position: relative;
  color: #282832;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  border-radius: 3px;
}

.price-field input[type=range] {
  position: absolute;
}
.price-field input[type="range"] {
  background: transparent; 
}
/* Reset style for input range */
.price-field input[type=range] {
  width: 199px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}
.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}
.price-field input[type=range]::-ms-track {
  width: 199px;
  height: 2px; 
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}
/* Style toddler input range */
.price-field input[type=range]::-webkit-slider-thumb { 
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: solid 1px #282832;
  outline: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-top: -10px;
  background: url(../img/price-filter-icon.png) no-repeat center center;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type=range]::-moz-range-thumb { 
  position: relative;
  appearance: none;
  margin: 0;
  border: solid 1px #282832;
  outline: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-top: -5px;
  background: url(../img/price-filter-icon.png) no-repeat center center;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
.price-field input[type=range]::-ms-thumb  { 
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: solid 1px #282832;
  outline: 0;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}
/* Style track input range */
.price-field input[type=range]::-webkit-slider-runnable-track { 
  width: 199px;
  height: 2px;
  cursor: pointer;
  background: #282832;
  border-radius: 5px;
}
.price-field input[type=range]::-moz-range-track { 
  width: 199px;
  height: 2px;
  cursor: pointer;
  background: transparent;
  border-radius: 5px;
}
.price-field input[type=range]::-ms-track { 
  width: 199px;
  height: 2px;
  cursor: pointer;
  background: #282832;
  border-radius: 5px;
}
.price-wrap {
  display: flex;
  width: 199px;
  justify-content: space-between;
  color: #282832;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}
.price-wrap-1, 
.price-wrap-2 {
  display: flex;
}
.price-title {
  background: #d58e32;
}
.price-wrap_line {
  margin: 0 10px;
}
.price-wrap #one, 
.price-wrap #two {
  width: 30px;
  text-align: right;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  background:  0;
  border: 0;
  outline: 0;
  color: #282832;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
}
.price-wrap label {
  text-align: right;
}
.left-center-bar {
  padding: 25px 0 0;
}
.left-bar-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #282832;   
}
.left-search {
  position: relative;
  margin: 8px 0 6px;  
}
.left-search input {
  width: 100%;
  border-radius: 10px;
  border: solid 1px #f4f4f4; 
  box-shadow: none;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  color: #5a5a62;
  padding: 0 45px 0 20px;
  height: 38px;
}
.left-search .search-icon {
  position: absolute;
  right: 20px;
  top: 5px;
}

.listing-right {
  width: calc(100% - 215px); 
}
.filters-options-bar {
  display: flex;
  align-items: start; 
}

#selected-filters {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
}

.product-number {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  background: #f2f2f2;
  border-radius: 5px;
  padding: 5px 12px; 
  display: flex;
  margin-left: -300px;
}
.product-number span {
  padding-right: 5px;
}
.btn-filter {
  padding-left: 8px; 
  padding-bottom: 8px;
}
.btn-filter a {
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px; 
  display: flex;
  align-items: center;
  padding: 4px 10px;
}
.btn-filter img {
  margin-left: 10px;  
}
.filters-options-bar .clear-link {
  font-size: 12px;
  font-weight: 400;
  color: #383849;
  text-decoration: underline;
  margin-left: 15px;
}
.filters-options-bar .clear-link:hover {
  text-decoration: none; 
}
.listing-products {
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 20px; 
  margin-top: 20px; 
}
.listing-pro-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lis-pro-img {
  width: 20%; 
}
.lis-pro-content {
  width: 77%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; 
}
.lis-pro-left {
  width: 78%;
}
.lis-pro-left h2 {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832; 
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; 
}
.lis-pro-left span {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #707070; 
}
.color-bar {
  display: flex;
  align-items: center;
  padding: 10px 0 10px; 
}
.color-bar span {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  margin-right: 3px;  
}
.color-bar span.color1 {
  background: #383849; 
}
.color-bar span.color2 {
  background: #38384970; 
}
.color-bar span.color3 {
  background: #CD6B9F; 
}
.color-bar span.color4 {
  background: #A0A0E9; 
}
.color-bar .color-number {
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  position: relative;
  top: -1px;
}
.variant-text {
  display: block; 
}
.variant-text span {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
}
.variant-text .lis-price {
  display: flex;
  align-items: center;
  position: relative;
  top: -2px; 
}
.variant-text .lis-price span {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  padding: 0 10px; 
}
.variant-text .lis-price span:first-child {
  padding-left: 0; 
}
.list-view .lis-pro-left {
  width: 70%; 
}
.lis-pro-right {
  width: 20%;
}

.list-view .lis-pro-right {
  width: 20%;
  margin-top: 30px;
}

.lis-top-btn-bar {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0;
  justify-content: space-between;
  width: 100%;
}
.lis-top-btn-bar .sale-img {
  width: 50px;
  margin-right: -8px;
}


.lis-top-btn-bar .btn-lis {
  font-size: 11px;
  font-weight: 500;
  color: #560707;
  background: #FFC0D4;
  border-radius: 15px;
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 2px 10px;
}
.lis-top-btn-bar .btn-lis.newly {
 background: #DCE2FC;
 color: #342DA9; 
}

.lis-top-btn-bar .btn-lis.onsale {
    background: #CEF3C7;
    color: #53824A;
}

.lis-pro-right .switch-icon .switch {
  display: inline-block;
  min-width: 110px;
  padding: 40px 0 0 0;
}

.switch-icon .switch input {
  display: none;
}

.switch-icon .switch label {
  display: block;
  float: none;
  width: 36px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  border-radius: 15px;
  border: none;
  background: #999999;
  cursor: pointer;
  transition: 0.3s;
}

.switch-icon .switch label::after {
  content: "";
  display: inherit;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #ffffff;
  border: solid 2px #999999; 
  transition: 0.3s;
  position: relative;
  top: -2px;
}
.switch-icon .switch input:checked ~ label {
  border-color: #ffffff;
  background: #53bd8c;
}
.switch-icon .switch input:checked ~ label::after {
  border: solid 2px #53BD8C; 
}
.switch-icon .switch input:checked ~ label::after {
  translate: 15px 0;
  background: #ffffff;
}
.switch-icon .switch input:disabled ~ label {
  opacity: 0.5;
  background: #000;
  cursor: not-allowed;
}

.lis-pro-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  gap:25px;
}
.information-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    justify-content: space-between;
}
.information-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 2px #f8f8f8;
    padding: 9px 0;
    width: 48%;
    margin: 0;
    align-items: start;
}
.information-text:first-child {
  /*border-top: none; */
}
.information-text span {
    font-size: 15px;
    font-weight: 500;
    color: #282832;
    width: 60%;
    text-align: right;
}

.information-text span:first-child {
    font-weight: 400;
    width: 40%;
    text-align: left;
}

.storage-label {
  display: flex;
  align-items: center; 
}
.storage-label label {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px;
  padding: 0 8px;
  margin: 0 2px; 
}

img {
    max-width: 100%;
}

.pro-approve-decline.btns {
    display: flex;
    justify-content: end;
    padding-top: 12px;
}
.pro-approve-decline.btns a.btn {
    background: #53BD8C;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 4px 14px 6px;
}
.pro-approve-decline.btns a.btn.decline-btn {
    background: #D61151;
    /*background: red;*/
    margin-left: 5px;
}

/*product listing page ends*/

/*team member form page starts*/

.team-member-main {
  padding: 0 0 50px 0;
}
.team-member-main h1 {
  font-size: 20px;
  font-weight: 600;
  color: #282832;
  padding: 50px 0;
  margin: 0;
}
.team-member-content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 100px 0;
  margin-top: 30px;
}
.team-top-box {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.team-top-box span {
  width: 151px;
  height: 151px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BEBEBE;
  border-radius: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 74px;
  font-weight: 600;
  color: #fff;
}
.team-content-bar {
  max-width: 660px; 
  margin: 0 auto; 
}
.team-filds {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.team-filds .fild {
  width: 48.5%;
  padding: 8px 0; 
}
.team-filds .fild.password {
  width: 100%;  
}
.team-content-bar .fild input {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #707070;
  box-shadow: none;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
  padding: 15px 20px;
}
.team-content-bar .fild input::placeholder {
  color: #707070;
  opacity: 1; 
}

.team-content-bar .fild textarea {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #707070;
  box-shadow: none;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
  padding: 15px 20px;
}
.team-content-bar .fild textarea::placeholder {
  color: #707070;
  opacity: 1; 
}
.team-content-bar .fild select {
  width: 100%;
  border-radius: 5px;
  border: solid 1px #707070;
  box-shadow: none;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  color: #707070; 
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: #fff url(../img/select-icon2.png) no-repeat 96% center;  
}
.create-account-btn {
  text-align: center;
  padding-top: 32px;  
}
.create-account-link {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #fff !important;
  background: #282832;
  border-radius: 5px;
  text-decoration: none !important;
  padding: 12px 23px; 
}

/*team member form page ends*/

@media screen and (max-width: 767px) { 
/*Team Member page start*/
.team-member-content {
  padding: 50px 0;  
}
.team-content-bar {
  padding-left: 15px;
  padding-right: 15px;  
}
.team-filds {
  flex-wrap: wrap;
  gap: 0; 
}
.team-filds .fild {
  width: 100%;  
}

}

a.btn.decline-btn.decline-danger {
    background: red;
}

.banner-tab-content {
  overflow: hidden;
  position: relative;
  height: 318px;
  width: 100%;
}
.banner-tab-content a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
.banner-tab-content img {
  margin-top: 10px;
  margin-bottom: 10px;
  object-fit: contain;
  height: 100%;
}


/*Blog page start*/
#filter_blogs {
  margin-top: 50px;
}
.blog-product-bar {
  padding-bottom: 70px;  
}
.blog-pro-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px; 
}
.blog-pro-title h2 {
  font-size: 22px;
  font-weight: 600;
  color: #282832;
}
.blog-pro-title .see-all-btn {
  font-size: 15px;
  font-weight: 600;
  color: #282832;
  border: solid 1px #282832;
  border-radius: 5px;
  padding: 10px 45px;
}

.latest-news-bar {
  background: #fff;
  border-radius: 10px; 
}
.latest-news-bar .news-img a {
  width: 100%;
  height: 160px;
  border-radius: 10px 10px 0 0;
  display: block;
  overflow: hidden;
  text-align: center;
}
.latest-news-bar .news-img img {
  border-radius: 10px 10px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-text {
  padding: 7px 10px 18px; 
}
.news-text .news-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #383849;
  background: #F2F2F2;
  border-radius: 15px;
  padding: 1px 19px; 
}
.blog-tab-section1 .latest-news-bar {
  height: 100% !important; 
}
.news-text h2 {
  padding: 5px 0 12px;
  margin: 0; 
}
.news-text h2 a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;  
}
.news-text p {
  display: block;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  line-height: 18px;
  margin: 0;
display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;   
}
.news-text .see-more-link {
  font-size: 12px;
  font-weight: 500;
  color: #383849;
  padding: 18px 0 0;
  display: inline-block;
}

.join-our-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 80px 0;
}
.join-our-text {
  width: 63%;
  padding-left: 35px;
}
.join-our-text h2 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  margin: 0; 
}
.join-our-text p {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #282832;
  padding: 20px 0 15px;
  margin: 0;
}
.join-our-input input {
  width: 100%;
  border: solid 1px #aeaeae;
  border-radius: 10px;
  box-shadow: none;
  height: 52px;
  font-size: 12px;
  font-weight: 300;
  color: #282832;
  padding: 0 15px;
  outline: none;
}
.join-our-input input::placeholder {
  color: #282832 !important; 
  opacity: 1;
}

.join-our-input .send-btn {
  display: flex;
  align-items: center;
  border: none;
  box-shadow: none;
  outline: none;
  background: #282832;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 12px 38px;
  margin-top: 15px;
}
.join-our-input .send-btn img {
  padding-left: 5px;
}
.section-processing {
  display: inline-block;
  width: 100%;
  background: url(../images/e-waste-bg.png) no-repeat center top; 
  background-size: 100% 100%; 
  padding: 175px 0 45px;
}
.process-text {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.process-left {
  max-width: 699px;
  width: 100%; 
}
.process-left strong {
  display: flex;
  align-items: flex-end;
  font-size: 30px;
  font-weight: 700;
  color: #fff;  
}
.process-left strong img {
  position: relative;
  top: -2px;
  padding-left: 5px; 
}
.process-left p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  padding: 10px 0 0;
  margin: 0; 
}
.know-more-btn  {
  width: 145px; 
}
.know-more-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  background: #fff;
  border-radius: 10px;
  width: 145px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.section-frequently {
  padding: 80px 0 0;
}
.questions-text {
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #c0c0c0; 
  padding: 30px 0;
}
.questions-text h2 {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #282832;
  padding: 0;
  margin: 0; 
}
.questions-text p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #282832;
  line-height: 25px;
  padding: 10px 0 0;
  margin: 0; 
}
.more-faqs-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 30px; 
}
.more-faqs-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #282832;
  background: #F5F5F5;
  border-radius: 10px;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;   
}
.blog-add-new-btn {
  text-align: center;
  padding-top: 40px;  
}
.blog-add-new-btn .add-new-btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;  
  background: #282832;
  border-radius: 5px;
  padding: 12px 33px;
}


/*Blog page end*/


/*Admin header start*/
.navbar.navbar-expand {
  border-bottom: solid 6px #c7ef59;
}
.topbar .navbar-search {
  position: relative; 
}
.navbar.navbar-expand .form-control {
  background: #f9f9f9 !important;
  border: solid 1px #e5e5e5 !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  height: 40px;
}
.navbar.navbar-expand .form-control::placeholder {
  color: #282832 !important;
  opacity: 1 !important;  
}
.topbar .navbar-search .input-group .input-group-append {
  position: absolute;
  right: 0;
  z-index: 5;
}
.topbar .navbar-search .input-group .input-group-append .btn.btn-primary {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  outline: none;
}
.topbar .navbar-search .input-group .input-group-append {
  position: absolute;
  right: 15px;
  top: 5px;
}
.topbar .navbar-search .input-group .input-group-append .btn.btn-primary {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  outline: none;
  color: #282832;
  font-weight: 300;
  font-size: 20px;
}
.navbar.navbar-expand .badge.badge-danger.badge-counter {
  margin-top: -16px;
  right: 4px;
  border-radius: 100%;
  width: 21px;
  height: 21px;
}

.admin-header-tab {
  display: flex;
  align-items: center;
}
.admin-header-tab span a {
  border: solid 1px #E3E7F8;
  border-left: none;
  font-size: 12px;
  font-weight: 400;
  color: #282832;
  padding: 8px 5px 9px;
  display: inline-block;
  width: 65px;
  text-align: center;
}
.admin-header-tab span a.active {
  background: #000;
  color: #fff; 
  border: solid 1px #000;
}
.admin-header-tab span:first-child a.active {
  border-radius: 5px 0 0 5px; 
}
.admin-header-tab span:last-child a.active {
  border-radius: 0 5px 5px 0; 
}
.admin-header-tab span:first-child a {
 border: solid 1px #E3E7F8;
 border-radius: 5px 0 0 5px; 
}
.admin-header-tab span:last-child a {
 border-radius: 0 5px 5px 0; 
}

.finance-text.brands .post-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.finance-text.brands .post-edit .wdit-delete-btn {
  display: flex;
  align-items: center;
}
.finance-text.brands .post-edit .post-vacancies {
  padding: 0;
}

.finance-top-bar.ambassador .finance-content.blog-content {
    width: 25%;
}
.bread-crumb ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.bread-crumb ul li {
  font-size: 12px;
  font-weight: 400;
  color: #282832; 
}
.bread-crumb ul li a {
  color: #606161;
}
.bread-crumb ul li .bread-crumb-arrow {
  font-size: 13px;
  padding: 0 6px;
}
.bread-crumb ul li.active {
  font-weight: bold;
}

.team-member-content.job-vacancy-content {
  background: none;
  padding: 0;
}

.create-account-link.create-vacancy-btn {
  background: #53BD8C;
  border: #53BD8C;
  padding: 12px 50px;
}

/*Order page starts by manoj*/
.order-item {
  border-top: solid 1px #ccc;
  margin: 10px 0 0;
  padding: 10px 0 0;
}
.order-item-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 5px 0;
}
.Settl-text strong.settl-title-strong {
  font-size: 15px;
  padding-top: 10px;
}
.order-item-left {
  width: 74%;
  font-size: 15px;
  font-weight: 400;
  color: #282832;  
}
.order-item-right {
  width: 24%;
  font-size: 15px;
  font-weight: 400;
  color: #282832; 
  text-align: right;
}
.finance-content.order-content {
  width: 25%;
}
.finance-content.order-content .finance-text {
  padding: 10px 20px;
}

/*Order page ends by manoj*/

/* enquiries page starts */
.document_tag {
  text-decoration: underline;
}
.img-tab.img-tab-enq {
  background: #BEBEBE;
  width: 53px;
  height: 53px;
}

.img-tab.img-tab-enq .first_letter {
  color: #fff;
  font-weight: bold;
}
.ticket-text.contacted_div span {
  font-size: 15px;
}
.support-btns-right .support-btns .btn.new-btn {
  width: 100%; 
}
.support-btns-right .pro-approve-decline.btns {
  padding-top: 80px; 
}

/*enquiries page ends */

/*popup css start*/
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.popup_content {
  width: 100%;
  max-width: 582px;
  border-radius: 10px;
  overflow:auto;
  padding: 30px 30px 100px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -98%);
  box-sizing: border-box;
}
.popup_content .popup-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 40px 0;
} 
.popup_content .popup-fild {
  max-width: 359px;
  margin: 0 auto;
  text-align: left;
}
.popup-fild label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #707070;
  padding-bottom: 5px;
}
.popup_content .popup-fild input[type="text"] {
  width: 100%;
  border: solid 1px #D8D8D8;
  outline: none;
  box-shadow: none;
  border-radius: 6px;
  height: 56px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #282832;
  margin: 0;
}
.popup_content .popup-fild input::placeholder {
  color: #282832 !important; 
}
.popup-submit-btn {
  padding-top: 30px; 
}
.popup-submit-btn a {
  background: #53BD8C;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  width: 200px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
}
.popup_content .popup-title strong {
  font-size: 20px;
  font-weight: 600;
  color: #282832;
}   
.popup_content .close {
  width: 20px;
  display: block;
  opacity: 1;
  text-shadow: none;
  margin: 0 10px 0 0;
}
.popup_content .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #000;
}
.popup_content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup_content .close span:nth-child(2) {
  transform: rotate(135deg);
}
/*popup css end*/

/*css added on 08-08-2024*/
    .manage-title.ratings {
      padding-top: 0px;
    }
    .rivew-ratings-img {
      text-align: center;
      padding: 40px 0 50px; 
    }
    .rivew-ratings-img img {
      display: inline-block; 
    }

    .rivew-rating-text {
      display: flex;
      padding: 15px 0;
    }
    .rivew-rating-text .rivew-us-img {
      width: 40px;
    }

    .rivew-rating-text .rating-top {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 20px;
    }

    .rivew-rating-text .serv-text {
      display: flex;
      flex-direction: column;
      padding-top: 10px;
    }
    .rivew-rating-text .rivew-rating-bar {
      width: 95%;
      margin-left: 12px;
      padding-bottom: 30px;
      border-bottom: solid 1px #707070;
    }
    .rating-top .rating-top-left h2 {
      font-size: 15px;
      font-weight: 400;
      color: #282832;
    }
    .rating-top .rating-top-left p {
      font-size: 12px;
      font-weight: 300;
      color: #282832;
    }
    .rivew-rating-bar p {
      font-size: 15px;
      font-weight: 300;
      color: #282832;
    }
    .rivew-rating-text .serv-text .ma-text {
      background: #F2F2F2;
      border-radius: 5px;
      font-size: 12px;
      font-weight: 500;
      color: #383849;
      padding: 10px;
    }
    .rivew-rating-text .serv-text .month-text {
      font-size: 10px;
      font-weight: 400;
      color: #383849;
      padding-top: 10px;
    }
    .all-reviews-btn {
      float: right;
      width: 95%;
      padding-top: 15px;
    }
    .all-reviews-btn .btn.review-btn {
      display: inline-block;
      font-size: 15px;
      font-weight: 400;
      color: #282832;
      border: solid 1px #282832;
      border-radius: 5px;
      text-decoration: none;
      min-width: 162px;
      text-align: center;
      padding: 10px;
    }

    .manage-title {
      display: inline-block;
      width: 100%; 
    }
    .manage-title h2 {
      font-size: 20px;
      font-weight: 600;
      color: #282832; 
    }
    .manage-title p {
      font-size: 16px;
      font-weight: 400;
      color: #282832;
      padding: 0;
      margin: 0;    
    }
    .variant-content-bar {
      display: inline-block;
      width: 100%;
      background: #FFFFFF;
      border-radius: 10px;
      padding: 30px 40px;
      margin: 30px 0;  
    }
    .variant-table-top {
      display: flex;
      align-items: center;
      background: #e4e7f8;
      border-radius: 5px;
      padding: 11px 0; 
    }
    .variant-table-top span {
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #282832; 
      padding: 0 20px;
    }
    .variant-table-top .var-span-1 {
      min-width: 110px;
    }
    .variant-table-top .var-span-2 {
      min-width: 315px;
    }
    .var-table-text-bar {
     border: solid 1px #afafaf; 
     border-radius: 5px; 
     padding: 30px 0 0;
     margin: 20px 0 10px; 
    }
    .var-table-text {
      display: flex;
      align-items: self-start;
    }
    .var-table-text .table-text1 {
      font-size: 15px;
      font-weight: 400;
      color: #282832;
      padding: 0 0 0 20px; 
    }
    .var-table-text .table-text2 {
      padding: 0 20px; 
    }
    .var-table-text .table-text2 strong {
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: #282832;
    }
    .var-table-text .table-text2 p {
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #707070;
      padding: 2px 0;
    } 
    .var-table-text .table-text2 .color {
      font-size: 15px;
      font-weight: 300;
      color: #282832;
      display: flex;
      align-items: center; 
    }
    .var-table-text .table-text2 .color .color-box {
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 100px;
      margin-right: 6px;
      border: solid 1px #ddd;
    }
    .var-table-text .table-text {
      padding: 0 7px; 
    }
    .section-recommended {
      /*padding: 80px 0 60px; */
      padding-bottom : 60px;
    }
    .section-recommended .title-bar {
      padding-bottom: 10px; 
    }
    .reco-product {
      background: #fff;
      padding: 20px 10px;
      border-radius: 10px;
      position: relative; 
    }
    .reco-product .bestseller {
     position: absolute;
     top: 8px;
     left: 12px;
     background: #F2F2F2;
     border-radius: 15px;
     font-size: 12px;
     font-weight: 400;
     color: #383849;
     padding: 0px 29px;
    }
    .reco-product .bestseller.text2 {
      background: #cef3c7;
      color: #0c3d05; 
    }
    .reco-product .bestseller.text3 {
      background: #DCE2FC; 
    }
    .reco-product .sale-img {
      position: absolute;
      top: 10px;
      right: 10px;
    }
    .reco-product .recomm-img {
      text-align: center;
      min-height: 123px;
      margin: 12px 0 0;
      height: 123px;
      overflow: hidden;
      position: relative;
    }
    .reco-product .recomm-img a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
    }
    .reco-product .recomm-img a img {
      object-fit: scale-down;
      height: 100%;
    }

    .reco-product-text {
      padding-top: 8px;
    }
    .reco-product-text .name h2 {
      margin: 0; 
    }
    .reco-product-text .name a {
      font-size: 15px;
      font-weight: 500;
      color: #282832;
      line-height: normal;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      min-height: 40px;
    }
    .reco-product-text span {
      display: block;
      font-size: 12px;
      font-weight: 400;
      color: #707070; 
      padding-top: 2px;
    }
    .reco-product-text p {
      font-size: 12px;
      font-weight: 300;
      color: #282832;
      margin: 0; 
    }
    .reco-product-text .star-img {
      padding: 8px 0 6px;
    }
    .mac-book-bar .price-text {
      display: block;
    }
    .price-text { display: flex; align-items: center; }
    .price-text .regular-price {
      font-size: 15px;
      font-weight: 500;
      color: #282832;
    }
    .price-text .old-price {
      font-size: 12px;
      font-weight: 400;
      color: #707070;
      padding-left: 10px;
      text-decoration: line-through;
    }

    .reco-product .user-img {
      text-align: center;
    }
    .reco-product .user-img a {
       width: 100%;
       height: 132px;
       display: inline-block;
       overflow: hidden;
    }
    .reco-product .user-img a img {
      object-fit: scale-down;
      height: 100%;  
    }

    .reco-product .user-name a {
      display: block;
      font-size: 15px;
      font-weight: 400;
      color: #282832; 
      text-align: center;
      padding-top: 12px;
    }


    .dashboard-content-top-bar {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 20px;
    }
    .dashboard-content-top-bar .left {
      width: 50%;
      padding-right: 10px;
    }
    .dashboard-content-top-bar .right {
      width: 50%;
      padding-left: 10px;
    }
    .dashboard-content-top-bar .right .finance-top-bar {
      margin: 0;
    }
    .finance-top-bar .chart1 {
        background: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        padding: 30px 0;
    }
   .finance-top-bar .chart1 #categoryDonutChart {
     margin: 0 auto;
   } 
    .dashboard-content-top-bar .finance-content.order-content {
      width: 50%;
    }
    .website-traffic {
      margin: 10px 0 0;
      background: #fff;
      border-radius: 10px;
      padding: 20px 20px;
    }
    .website-traffic img {
      width: 100%;
    }

    .cat-img-main {
      height: 200px;
      overflow: hidden;
      position: relative;
    }
    .cat-img-main .cat-img {
      position: absolute;
      top: 0;
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: center;
      left: 0;
      right: 0;
    }
    .cat-img-main .cat-img img {
      object-fit: scale-down;
      height: 100%;
    }

    .finance-top-bar.dashboard-f-t-b {
        padding-bottom: 25px;
    }
    .finance-text.text01.dash-span-txt span {
      padding-top: 5px;
    }
    .dashboard-content-top-bar.two .left .finance-top-bar {
      margin: 0;
      height: 100%;
    }
    .dashboard-content-top-bar.two .finance-top-bar.dashboard-f-t-b {
      margin: 0 -10px;
    }
    .finance-content.order-content .finance-text .abcd span:last-child {
      text-align: right;
    }
    .finance-text.text01.dash-span-txt span img {
     margin-right: 5px;
     position: relative;
     top: -1px;
   }
/*css added on 08-08-2024 ends*/

/*css added on 12-08-2024 ends*/
  /*progress bar starts*/
  
  .ratings-rivew-section {
    display: flex;
    max-width: 755px;
    margin: 0 auto;
    padding: 20px 0;
  }
 .rivew-sec-bar {
   width: 40%;
   text-align: center;
   border-right: solid 1px #BEBEBE;
   padding-right: 0px;
   margin-right: 50px;
 }
 .rivew-sec-bar .rivew-no {
   font-family: "Nunito", sans-serif;
   font-size: 30px;
   font-weight: 900;
   color: #000000;
   line-height: 40px;
 }
 .rivew-sec-bar .star-icons .fa {
   font-size: 27px;
 }
 .rivew-sec-bar .rating-text1 {
   font-size: 15px;
   font-weight: 400;
   color: #282832;
   display: block;
   padding-top: 3px;
 }
 .rivew-sec-bar .rating-text2 {
   font-size: 12px;
   font-weight: 400;
   color: #282832;
   display: block;
   padding-top: 3px; 
 }
 .progress-sec-content {
   width: 60%;
 }

.progress-text-bar {
   display: flex;
   align-items: center;
   padding: 5px 0;
  }
  .progress-text-bar strong {
    width: 30%;
    font-size: 16px;
    font-weight: 400;
    color: #282832;
    text-align: left;
   }
  .progress-bar {
    position: relative;
    width: 80%;
    height: 5px;
    background-color: #F2F2F2 !important;
    border-radius: 4px;
    overflow: inherit;
    margin: 5px 0;
    overflow: visible !important;
  }
  .progress-bar .perc {
    position: absolute;
    display: none;
    top: -14px;
    line-height: 30px;
    right: -80px;
    font-size: 16px;
    font-weight: 400;
    color: #282832;    
  }
  .progress-bar:after { 
    position: absolute; 
    top:0; 
    right: 10px;
    line-height: 30px;
  }
  .progress-bar .fillmult {
   height: 100%;
   width: 0;
   background-color: #FFC107;
   border-radius: 4px;
   line-height: 30px;
   text-align: left;
  }
  .progress-bar .fillmult span {
    padding-left: 10px;
  }

/*progress bar ends*/

/*css added on 12-08-2024 ends*/
.finance-top-bar .chart1.rivew-chart-box {
  padding: 20px 30px;
}
.chart1.rivew-chart-box .rivew-sec-bar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart1.rivew-chart-box .rivew-sec-bar .rivew-no {
  border-right: solid 1px #BEBEBE;
  padding-right: 25px;
  margin-right: 25px;
  line-height: 45px;
}
.rivew-chart-box .rivew-sec-bar .rating-text1 {
  display: none;
}
.left .chart1 .rivew-sec-bar {
  border: none;
  border-bottom: solid 1px #F2F2F2;
  margin: 0 0 25px;
  padding: 0 0 30px;
  width: 100%;
}

.left .chart1 .progress-sec-content {
  width: calc(100% - 60px);
  padding: 0 15px;
}
.chart-rating-text {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  color: #707070;
  display: block;
  padding: 10px 0 20px;
}

.donut-chart-content {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 0 32px;
}
.donut-chart-content .donut-chart-text {
  width: 50%;
  text-align: left;
}
.finance-top-bar .chart1 #categoryDonutChart {
  margin: 0;
  width: 250px !important;
  height: 250px !important;
}
.donut-chart-content .donut-chart-text strong {
  font-size: 18px;
  font-weight: 500;
  color: #282832;
  display: block;
}
.months-text .months-select {
  font-size: 12px;
  font-weight: 400;
  color: #707070;
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent !important;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  background: url(../img/select-icon.png) no-repeat right center;
  padding: 0;
  width: 110px;
}
.chart-price-bar {
  padding: 5px 0 0; 
}
.chart-price-bar .total-sales {
  font-size: 15px;
  font-weight: 400;
  color: #282832;
}
.chart-price-bar .total-sales-price {
  font-size: 15px;
  font-weight: 500;
  color: #282832;
}
.manage-title.select-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/**/
.finance-top-bar.ambassador .finance-content.plan-content {
  width: 25%;
}

.partner-content.mydashboard {
  margin-bottom: 30px;
}

.faq-content a.read-more-link {
  font-weight: 400;
  border: solid 1px #000;
  border-radius: 5px;
  font-size: 14px;
  padding: 3px 10px;
  margin-top: 10px;
  display: inline-block;
}


.transaction-id {
  display: flex;
  padding: 20px 0 20px;
  max-width: 730px;
}
.transaction-id .transaction-text {
  width: 33%;
  font-size: 12px;
}
.transaction-text b {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #282832;
}

@media screen and (max-width: 1300px) { 
  .abcd {
     flex-wrap: wrap;
  } 
  .finance-content.order-content .abcd span {
    width: 100%; 
  }
  .finance-content.order-content .finance-text .abcd span:last-child {
    text-align: left; 
  }
  .progress-bar {
    width: 60%; 
  } 
}

@media screen and (max-width: 1071px) { 
  .information-text {
    width: 100%; 
  }
}

@media screen and (max-width: 1023px) { 
 .topbar .navbar-search {
   width: 11rem;
 } 
 .finance-top-bar {
   flex-wrap: wrap; 
 }
 .new-partner-btn {
   margin-right: 0; 
 }
 .btn.partner-btn {
   font-size: 14px;
   padding: 10px 15px; 
 }
 .finance-content.order-content {
   width: 50%;
   padding: 10px;
 }
 .finance-content.order-content .abcd span {
   width: 50%;
 }
 .finance-content.order-content .finance-text .abcd span:last-child {
   text-align: right;
 }
 .finance-top-bar.ambassador .vacancies-content {
   width: 50%;
 }
 .ratings-rivew-section {
   flex-wrap: wrap;
   justify-content: center;
 }
 .rivew-sec-bar {
  margin: 0 0 20px;
  border: none; 
  width: 100%;
 }
 .progress-sec-content {
   width: 100%; 
 }
 .progress-bar {
   width: 50%; 
 }
 .finance-top-bar.ambassador .finance-content.plan-content {
   width: 50%;
 }
 .pricing-title-bar h2 {
  font-size: 12px; 
}
.pricing-title-bar .edit-pricing-btn {
  font-size: 12px;
  padding: 4px 14px; 
}
.partner-content {
  padding: 30px; 
}
.center-partner {
  padding: 0 30px; 
}
.left-partner {
  width: auto; 
}
.left-partner span {
  width: 100px;
  height: 100px;
  font-size: 40px; 
}
.right-partner.btns {
  display: flex;
  gap: 5px;
}
.right-partner .btns.mt-3 {
  display: flex;
  gap: 5px;
}
.ambassadors-table-div {
  overflow-y: auto; 
}
.partner-text {
  flex-wrap: wrap; 
}
.partner-text.partner-contactus {
  flex-wrap: nowrap; 
}
.right-partner.btns {
  padding-top: 20px;
}
.partner-text .right-partner {
  width: 100%;
  text-align: left;
  padding-top: 10px;
}
.partner-text .right-partner .star-icon {
 justify-content: start;  
}
.partner-text .right-partner .partner-date {
  text-align: left; 
}
.partner-text .right-partner .switch label {
  float: left; 
}

.blog-product-bar {
  padding-bottom: 40px;
}
.blog-pro-title {
  padding-top: 20px;
  padding-bottom: 15px; 
}
.blog-pro-title h2 {
  font-size: 20px;
  margin: 0;
  width: 75%; 
}
.blog-pro-title .see-all-btn {
  padding: 5px 30px; 
}
.finance-text strong {
  font-size: 18px; 
}
.blog-add-new-btn {
  padding-top: 0; 
}
.filter_blogs .blog-add-new-btn {
 padding-top: 20px; 
}

}

@media screen and (max-width: 999px) { 
  .title-top-bar {
    flex-wrap: wrap; 
  }
  .support-tab-bar .nav.nav-tabs {
     flex-wrap: wrap;
     margin: 0 -8px;
  }
 .support-tab-bar .nav.nav-tabs .nav-item {
    width: 50%;
    padding: 8px;
 }
 .support-tab-section {
   padding: 20px;
   overflow-x: scroll;
 }
 .support-tab-content {
   flex-wrap: wrap;
 }
 .support-tab-text {
   width: 88%;
   padding: 0 0px 0 10px;
 } 
 .support-btns-right .pro-approve-decline.btns {
   padding-top: 10px;
 }
 .support-btns-right {
   width: 100%;
   padding-top: 10px;
   text-align: center;
 }
 .support-btns-right .support-btns .btn.new-btn {
   width: 100%;
   max-width: 130px;
 }
 .support-btns-right .pro-approve-decline.btns {
   justify-content: center;
 }
 .section-recommended {
   padding-bottom: 0; 
 }
 .dashboard-content-top-bar .left {
   width: 100%;
   padding-right: 0;
 }
 .dashboard-content-top-bar .right {
   width: 100%;
   padding-left: 0;
 }
 .finance-top-bar.dashboard-f-t-b {
    padding-bottom: 0;
 }
 .finance-content.order-content .finance-text .abcd span {
    font-size: 14px;
 }
 .manage-title h2 {
   margin-bottom: 0; 
 }
 .website-traffic {
   margin: 20px 0;
 }

 .listing-content {
   flex-wrap: wrap; 
   padding-top: 20px;
 }
 .listing-left {
   max-width: 100%;
 }
 .listing-right {
   width: 100%; 
 }
 div#filter_products {
  overflow-x: scroll; 
}
.listing-products {
  width: 1024px; 
}

.tab-pane .support-tab-text {
  width: 100%;
  padding: 20px 0 0; 
}
.tab-pane .support-tab-text h2 {
  padding: 0; 
}
.tab-pane .chat-icon {
  right: 0;
  position: relative;
  top: 0;
  margin: 5px 0;
}
.tab-pane .price-text {
  margin-top: 5px;
}
.tab-pane .price-text strong {
  padding-right: 5px; 
}

#filter_team {
  overflow-x: auto; 
}
.ambass-table-bar {
  min-width: 1024px;
  padding: 14px 20px; 
}
.amba-ta-text.email-text strong {
  font-size: 13px; 
}
.protection-pricing {
  flex-wrap: wrap; 
}
.pricing-text {
   width: 100%;
}
.finance-content {
  width: 50%;
  padding: 11px;
}
.finance-top-bar.ambassador .finance-content.blog-content {
  width: 50%;
}
.finance-top-bar.ambassador .finance-content {
  width: 50%; 
}
.banner-tab-content {
   height: 150px; 
}
.reco-product .user-img a {
  height: 100px;  
}
}

@media screen and (max-width: 950px) { 

  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .title-top-bar .select-bar .select-box {
        margin: 0 5px; 
      }
      .right-partner .btn {
        margin: 0 5px; 
      }
    }
  }

  .title-top-bar .select-bar {
    width: 100%;
    padding-top: 10px; 
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .title-top-bar .select-bar .select-box {
    width: 100%; 
    margin: 5px 0;
  }
  .new-partner-btn {
    width: 100%; 
  }
  .new-partner-btn .data-excel-link {
    width: 50%;
    margin-right: 10px;
  }
  .new-partner-btn .btn.partner-btn {
    width: 50%; 
  }
  .btn.partner-btn {
    width: 100%;
    justify-content: center; 
  }
 .variant-content-bar {
   padding: 20px; 
 }
 .partially-text {
   padding: 20px 0 10px;
 }
 .partially-text ul {
   flex-wrap: wrap;
   justify-content: start; 
 }
 .partially-text ul li {
   padding: 5px 10px; 
 }
 .partner-content {
   padding: 25px; 
 }
 .fi-amount-text h2 {
   font-size: 17px;
 }
 .Settl-text strong {
   font-size: 14px; 
 }
 .order-item-content {
   font-size: 14px; 
 }
 .partially-text ul li a {
   font-size: 13px;
 }
 .partially-text.ambassador-ul {
    flex-wrap: wrap;
 }
.Settl-text-bar .Settl-text {
  width: 33.33%;
  padding: 0 20px;
}
.Settl-text-bar .Settl-text.settl02 {
  padding: 0 20px;
}
.Settl-text-bar .Settl-text.settl01 {
  padding-left: 0;
}
.Settl-text-bar .Settl-text:first-child {
  padding-left: 0;
}
.title-top-bar .select-bar {
  gap: inherit; 
}
.join-our-content {
  justify-content: center; 
}
.section-processing {
  padding-top: 65px; 
}
.title-top-bar .select-bar .new-partner-btn {
  padding: 5px 0; 
}
.title-top-bar .select-bar .new-partner-btn .btn.partner-btn {
  width: 100%; 
}

}

@media screen and (max-width: 767px) {
.breadcrumbs .items {
  flex-wrap: wrap; 
}  
.new-partner-btn .btn.partner-btn {
  width: 100%; 
}  
.side-dashboard .side-dashboard-icon {
  display: block; 
} 
 .title-top-bar {
   flex-wrap: wrap; 
 }
 .title-top-bar .select-bar {
   flex-wrap: wrap;
   padding-top: 18px;
 }
 .title-top-bar .select-bar .select-box {
   width: 100%;
 }
 .support-tab-bar .nav.nav-tabs {
   flex-wrap: wrap; 
 }
 .support-tab-bar .nav.nav-tabs .nav-item {
   width: 100%;
 }
 .support-tab-section {
   padding: 20px; 
 }
 .support-tab-content {
   flex-wrap: wrap; 
 }
 .support-tab-text {
    width: 100%;
    padding: 0px;
 }
 .support-btns-right {
   width: 100%;
   padding-top: 10px;
 }
 .support-btns-right .pro-approve-decline.btns {
   padding-top: 10px;
 }
 .pro-approve-decline.btns a.btn {
   width: 50%;
 }
 .mac-book-bar {
   flex-wrap: wrap;
   padding-top: 8px;
 }
 .mac-book-bar .amba-ta-text {
   width: 100%;
   padding: 5px 0 0;
 }
 .ticket-text span {
   font-size: 13px;
   width: 50%;
 }
 .ticket-text p {
   width: 50%;
   font-size: 14px; 
 }
.finance-top-bar {
  margin: 0; 
}
.finance-content.order-content {
  width: 100%;
  padding: 10px 0;
}
.finance-text strong {
  font-size: 14px; 
}
.dashboard-content-top-bar .finance-content.order-content {
  width: 100%;
 }
 .dashboard-content-top-bar.two .finance-top-bar.dashboard-f-t-b {
  margin: 0;
}
.listing-content {
  padding-bottom: 25px; 
}
.finance-top-bar.ambassador .vacancies-content {
  width: 100%;
  padding: 10px 0;
} 
.new-partner-btn {
  width: 100%; 
}
.progress-sec-content {
  width: 100%;
}
.progress-text-bar strong {
   width: 30%; 
   font-size: 14px;
}
.progress-bar .perc {
  font-size: 13px; 
}
.donut-chart-content {
  flex-wrap: wrap;
  padding: 0 20px 0 20px; 
} 
.donut-chart-content .donut-chart-text {
  width: 100%; 
}
.rivew-sec-bar .star-icons .fa {
  font-size: 20px;
}
.chart1.rivew-chart-box .rivew-sec-bar .rivew-no {
  font-size: 16px; 
}
.left .chart1 .progress-sec-content {
  width: 80%;
  padding: 0;
}
.finance-top-bar.ambassador .finance-content.plan-content {
  width: 100%;
}
.order-item-left {
  width: 70%; 
  font-size: 13px;
}
.order-item-right {
  width: 30%; 
  font-size: 13px;
}
.fi-amount-text .finance-btn {
  width: auto;
  padding: 1px 5px 1px;
  font-size: 11px;
}
.partner-text.partner-contactus {
  flex-wrap: wrap;
}
 .partner-text {
   justify-content: start;
   flex-wrap: wrap;
 }
.center-partner {
  padding: 20px 0 0;
  width: 100%;
}
.right-partner {
  width: 100%;
  text-align: left;
  padding-top: 20px;
}
.right-partner .star-icon {
 justify-content: start;  
}
.right-partner .partner-date {
  text-align: left; 
}
.right-partner .switch label {
  float: left; 
}
.select-bar .new-partner-btn {
  flex-wrap: wrap;
}
.title-top-bar .select-bar .btn.partner-btn {
  margin-top: 12px;
}
.right-partner.btns {
  padding-top: 25px; 
}
.center-partner span {
  display: flex;
  align-items: center; 
}
.finance-content {
  width: 100%;
  padding: 10px 0;
}
.finance-top-bar.ambassador .finance-content.blog-content {
  width: 100%; 
}
.blog-product-bar {
  padding-bottom: 40px;
}
.blog-pro-title {
 flex-wrap: wrap;
 padding-top: 10px;
 padding-bottom: 10px; 
}
.blog-pro-title h2 {
  font-size: 17px; 
}
.blog-pro-title .see-all-btn {
  margin-top: 5px;
  width: 100%;
  text-align: center; 
}
.blog-add-new-btn {
  padding-top: 10px;  
}
.finance-top-bar.ambassador .finance-content {
  width: 100%; 
}
.partially-text.ambassador-ul {
  flex-wrap: wrap;
  padding: 20px 0 0px; 
}

.Settl-text-bar {
  flex-wrap: wrap; 
}
.Settl-text.settl01 {
  border-top: none; 
}
.Settl-text {
  width: 100% !important;
  padding: 10px 0 !important;
  border: none;
  border-top: solid 1px #BEBEBE; 
}
.Settl-text.settl02 {
  padding: 10px 0;
  margin: 10px 0; 
}

.filters-options-bar {
  flex-wrap: wrap; 
}
#selected-filters {
  width: 100%;
  margin: 10px -10px;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  white-space: nowrap;
}
.btn-filter img {
  margin-left: 10px;
  margin-right: 10px;
}
.filters-options-bar .clear-link {
  margin-left: 0; 
}
.rivew-rating-text .rating-top {
  flex-wrap: wrap;
}
.progress-bar {
   width: 40%;
}
.sidebar-dark .nav-item .nav-link img {
  margin-right: 0;
}
.bg-gradient-primary {
 position: relative;
 z-index: 1050; 
}
.admin-header-tab span a {
  font-size: 10px;
  padding: 5px 5px 5px;
  width: 48px;
}
.lis-pro-bottom { display:none; }
/*ul.navbar-nav.bg-gradient-primary.sidebar.sidebar-dark.accordion {
  display: none !important;
}

ul.navbar-nav.bg-gradient-primary.sidebar.sidebar-dark.accordion.toggled {
 display: block !important;
 width: auto !important; 
}*/

.rivew-sec-bar .rivew-no {
  font-size: 20px; 
}
.manage-title h2 {
  font-size: 16px; 
}
.manage-title p {
  font-size: 12px; 
}
.latest-news-bar .news-img a {
  height: 133px; 
}
}
@media screen and (max-width: 567px) { 
.reco-product .user-img a {
  height: 50px;  
}
.reco-product .user-name a {
  padding-top: 0; 
}
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    overflow-y: scroll;
    scrollbar-color: #282832 #282832;
    scrollbar-width: thin;
    -ms-overflow-style: none;
    height: 100%;
  }
  .sidebar::-webkit-scrollbar {
    height: 0px;
    width: 0;
  }
  .sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  }
  .sidebar::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #282832;
  }
  .sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #282832;
  }
  .sidebar::-webkit-scrollbar:vertical {
    display: none;
  }  
  #wrapper #content-wrapper {
    padding-left: 224px; 
  }
}
.bg-gradient-danger {
  font-size: 13px;
  padding: 0 12px;
  background: red;
}
.user .btn-primary {
  box-shadow: none !important;
}

.btn-lis-bar {
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  margin-left: -10px;
  padding-top: 2px;
}
.btn-lis-bar .btn-lis.newly {
  margin: 1px;
}

@media screen and (max-width: 640px) { 
.join-our-content {
  padding: 50px 0; 
}
.join-our-input input {
  height: 42px; 
}
.join-our-input .send-btn {
  font-size: 12px; 
  padding: 8px 20px;
}
.join-our-input .send-btn img {
  width: 20px; 
}
.process-left p {
  font-size: 13px;
  line-height: 20px; 
}
.section-frequently {
  padding: 50px 0 0;
}
.section-frequently .title-bar {
  padding-bottom: 15px;
}
.questions-text h2 {
  font-size: 12px;
  line-height: 18px; 
}
.questions-text p {
  font-size: 11px;
  line-height: 17px; 
}
.more-faqs-btn a {
  font-size: 12px;
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.main-title-bar {
  padding: 22px 0 0;
}
.title-top-bar .h3 {
  font-size: 16px;
  color: #000 !important; 
}
.lis-pro-left h2 {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px; 
}
.lis-pro-left span {
  font-size: 10px; 
}
.variant-text span {
 font-size: 8px;  
}
.variant-text .lis-price span {
  font-size: 13px; 
}
.progress-text-bar strong {
  font-size: 11px; 
}
.progress-bar .perc {
  font-size: 11px; 
}
.rating-top .rating-top-left h2 {
  font-size: 12px;
  margin-bottom: 2px; 
}
.rating-top .rating-top-left p {
  font-size: 9px; 
}
.rivew-rating-bar p {
  font-size: 13px; 
}
.all-reviews-btn { width:100%; }
.all-reviews-btn .btn.review-btn {
  font-size: 12px;
  min-width: 100px;
  width: 100%;
  padding: 8px 10px 7px;
}
.breadcrumbs .items a {
  font-size: 9px; 
}
.breadcrumbs .items strong {
  font-size: 9px; 
}
.center-partner h2 {
  font-size: 18px; 
}
.Settl-text span {
  font-size: 13px; 
}
.bread-crumb ul li {
  font-size: 11px; 
}
.team-content-bar .fild input {
  padding: 9px 10px; 
}
.team-content-bar .fild select {
  padding: 9px 10px;
}
.create-account-btn {
  padding-top: 10px; 
}
.amba-ta-text strong {
  font-size: 13px; 
}
.partner-content {
  padding: 15px;
}
.manage-title h2 {
  font-size: 16px;
  line-height: 22px; 
}
.check-box {
  font-size: 13px;
}
.fi-amount-text h2 {
  font-size: 16px;
}
.reco-product .recomm-img {
  height: 100px; 
}
.reco-product-text .name h2 {
  padding-bottom: 4px; 
}
.reco-product-text span {
  padding: 0 0 5px !important; 
}
.lis-top-btn-bar {
  margin: 0; 
}
.btn-lis-bar {
  width: 70%;
  margin: 0; 
}
.lis-top-btn-bar .btn-lis {
  font-size: 10px;
}
}
