@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");

body > .k-content,
body {
  font-family: "Poppins", sans-serif !important;
}

img.logo {
  width: 160px;
  /* height: 50px; */
}

.filter-bar .form-control {
  background-color: #ffffff;
  font-size: 14px;
  color: #333;
  border: 1px solid rgb(0 0 0 / 0%);
  border-radius: 6px;
}

div#navbarNavDropdown {
  min-height: 50px;
}

div#navbarNavDropdown ul.navbar-nav {
  margin: 0 0 0 auto;
}

.navbar-light .navbar-nav .nav-item .nav-link.active,
.navbar-light .navbar-nav .nav-item:hover a {
  color: #009993 !important;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  color: rgb(0 0 0);
  margin: 0 5px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  padding: 0;
}

/* Nav hover */
.navbar-light .navbar-nav .nav-item {
  position: relative;
}
.navbar-light .navbar-nav .nav-item a {
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #009993, #14f8f1 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  transition: all 0.1s ease-in-out;
}
.navbar-light .navbar-nav .nav-item a:before {
  display: block;
  content: "";
  width: 0;
  height: 3px;
  bottom: 5px;
  left: 0;
  bottom: -3px;
  z-index: 0;
  position: absolute;
  background: #009993;
  transition: all 0.1s ease-in-out;
}
.navbar-light .navbar-nav .nav-item a:hover {
  background-position: 0%;
}
.navbar-light .navbar-nav .nav-item a:hover:before {
  width: 80%;
  left: 10%;
}

/* ------------------ */
.border2 {
  border-left: 1px solid;
  border-right: 1px solid;
}

.cRow {
  margin: 0 -8px;
}

.cRow .cCOl {
  padding-left: 8px;
  padding-right: 8px;
}

a.add_agent_btn {
  padding: 5px 5px;
  margin-right: 3px;
  font-size: 12px;
  background: #00999a;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #00999a;
}

a.sign_btn {
  padding: 5px 5px;
  font-size: 12px;
  background: white;
  border-radius: 5px;
  color: #000;
  border: 1px solid #808080a6;
}

.lead-form .btn.btn-danger {
  font-size: 12px;
  padding: 0 3px;
  width: 100%;
  text-align: left;
}

.com-pare-btn {
  font-size: 14px;
}

.com-pare-btn:hover,
button.btn.filter-btns.btn-block.shadow-sm:hover {
  color: #fff;
}

p.mb-0.mt-3.font-12.text-center.pt-3 {
  color: #a4a4a4;
}

.banner-image {
  background-size: cover;
  background-position: center;
  background-image: url(/assets/images/project-img/banner.svg);
  padding: 4rem 0;
  height: 550px;
}

img.like-icon {
  width: 20px;
  margin: -20px 10px 0px 0;
}

.filter-bar .form-row .form-control,
.filter-bar .form-row span.k-input {
  height: 40px;
  font-size: 14px;
  margin-bottom: 10px;
}

.filter-bar .nav-tabs .nav-link {
  border: 0;
  margin-top: -5px;
  color: #2d2d2dc2;
  background-color: #ffffff;
  padding: 0px;
  border-radius: 6px;
}

.filter-bar li.nav-link a.nav-link {
  padding: 10px;
  font-weight: 500;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #f4f4f4;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  top: 0;
}

.filter-bar .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #00999a;
  padding: 11px 10px;
  border-radius: 6px;
  border: 0;
}

section.agent-listing {
  padding-top: 130px;
}
.job-tab ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}

.job-tab li {
  /* width: 46%; */
  width: auto;
}

li.active.find-agent-btn a.active.show {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.filter-bar ul.nav.nav-tabs {
  /* margin-top: -25px; */
  margin: 20px 10px 0;
}

.filter-bar p {
  color: #fff;
  margin: 10px 0 6px;
  font-size: 14px;
}

li.Search-by-Area {
  background: #ffffff;
}

.dropdown-toggle::after {
  margin-left: 0.555em !important;
  margin-right: -5px;
}

.filter-btns {
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 10px;
  background: #00999a;
  color: #fff;
  font-weight: 500;
  min-height: 40px;
}

.list_filter .btn {
  padding: 6px 10px !important;
}

button.btn.btn-submit {
  color: #fff;
  background: #00999a;
}

.lead-div .form-row.mb-2 p b {
  font-size: 16px;
}

.lead-div .form-row.mb-2 p {
  color: #fff;
  max-width: 90%;
  margin: 8px auto;
  text-shadow: 0 0 #000;
}

.table-outer .common-table img.img-fluid:hover {
  cursor: pointer;
}

.list_filter .k-input-solid {
  box-shadow: 0px 3px 6px #00000029;
}

.common-table input.k-input {
  border-color: #e0e0e0d1;
  margin-left: -7px;
}

.container.lead-form .card.border-0.shadow.rounded-3.my-5 {
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 143px;
  width: 280px;
  background: #00000085;
  border-radius: 10px;
}

.form-row.mb-3 p.text-center {
  color: #fff;
  font-size: 15px;
  padding: 5px;
  font-weight: 500;
}

.lead-form input.form-control,
.lead-form .form-control.select {
  font-size: 12px;
}

.lead-form button.btn.filter-btns.btn-block.shadow-sm {
  font-size: 14px;
  padding: 8px 4px;
  text-align: center;
  border: 0;
  border-radius: 4px;
}

button.btn {
  border-radius: 4px;
}

.lead-form button.btn.filter-btns.btn-block.shadow-sm:hover {
  color: #fff;
}

/* .filter-bar ul.nav.nav-tabs a.active{
  color: #000 !important;
} */
li.Search-by-Area a {
  color: #000;
}

.filter-bar a.show {
  color: #fff !important;
}

.alert.alert-danger {
  padding: 0;
  margin: 0;
}

/*footer*/
.col_white_amrc {
  color: #fff;
}

.footer {
  width: 100%;
  padding: 10px 0px 5px 0px;
  background-image: url(/assets/images/project-img/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.pt2 {
  padding-top: 22px;
  margin-bottom: 10px;
}

.footer p {
  font-size: 14px;
  color: #f3f3f3;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.mb10 {
  padding-bottom: 15px;
}

.footer_ul_amrc {
  margin: 0px;
  list-style-type: none;
  font-size: 14px;
  padding: 0px 0px 10px 0px;
}

.footer_ul_amrc li {
  padding: 0px 0px 10px 0px;
  display: flex;
}

.footer_ul_amrc li a {
  color: #ddd;
  font-size: 14px;
}

.footer_ul_amrc li a:hover {
  color: #fff;
  text-decoration: none;
}

.login-register .card-body.pb-5 {
  padding-top: 5px;
}

.fleft {
  float: left;
}

.padding-right {
  padding-right: 10px;
}

.footer_ul2_amrc {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}

.footer_ul2_amrc li p {
  display: table;
}

.footer_ul2_amrc li a:hover {
  text-decoration: none;
}

.footer_ul2_amrc li i {
  margin-top: 5px;
}

.bottom_border {
  border-bottom: 1px solid #323f45;
}

.foote_bottom_ul_amrc {
  list-style-type: none;
  padding: 0px;
  display: table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.foote_bottom_ul_amrc li {
  display: inline;
}

.foote_bottom_ul_amrc li a:hover {
  color: #fff;
}

.foote_bottom_ul_amrc li a {
  color: #ddd;
  margin: 0 7px;
  font-size: 14px;
}

.social_footer_ul {
  display: table;
  margin: auto;
  list-style-type: none;
  padding: 0;
}

.social_footer_ul li {
  padding-left: 10px;
  padding-top: 0px;
  float: left;
}

img.social-icon {
  height: 35px;
}

.footer_ul_amrc li:before {
  content: "\274D";
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  margin-right: 6px;
}

p.agentContact a {
  color: #3960bc;
}

.social_footer_ul li i {
  width: 20px;
  height: 20px;
  text-align: center;
}

.list-review {
  font-size: 13px;
  padding-top: 14px;
  text-align: center;
}

.job-tab.text-center {
  padding-left: 20px;
}

.text-center.filter-bar .form-control::placeholder {
  font-size: 14px;
}

.serviceBox,
.serviceBox1,
.serviceBox2,
.serviceBox3 {
  /* background: linear-gradient(325deg, #fffbf2 30%, #fffdfc 20%); */
  padding: 0px 0 10px;
  box-shadow: 0 0 15px -7px rgb(0 0 0 / 34%);
  margin-bottom: 10px;
  margin-bottom: 35px;
  border-radius: 15px;
  min-height: 310px;
}

ol.review-list li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
  display: block;
}

ol.review-list li {
  font-size: 14px;
  color: #000;
  padding: 8px 15px 5px 10px;
}

.review-list li span.pull-right {
  margin: -20px 10px 0px 0;
}
.review-list li .thumbsDown i,
.review-list li .thumbsUp i {
  font-size: 20px;
}
.review-list li .thumbsDown i {
  color: #f56571;
}

.review-list li .thumbsUp i {
  color: #53b167;
}

.serviceBox .title,
.serviceBox1 .title,
.serviceBox2 .title,
.serviceBox3 .title {
  color: #ffffff;
  margin: 0 0 8px;
  background: #023e9a;
  font-weight: 400;
  font-size: 16px;
  padding: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
}

.serviceBox:after,
.serviceBox1:after,
.serviceBox2:after,
.serviceBox3:after {
  margin: 0px;
  padding: 0px;
  content: "";
  position: absolute;
  top: 182px;
  width: 71%;
  right: 15px;
  height: 37%;
  display: block;
  z-index: -1;
  border-top-left-radius: 100%;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  border-bottom-right-radius: 14px;
}

.serviceBox3:after {
  background: #caadff26;
}

.serviceBox2:after {
  background: #a8cbff3b;
}

.serviceBox1:after {
  background: #0dcaf01f;
}

.serviceBox:after {
  background: #d382f124;
}

.serviceBox .description {
  color: #555;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

.banner-image h1.text-center {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
}

.modal-header {
  align-items: center !important;
  justify-content: center !important;
}

.modal-body h6 {
  text-align: center;
}

.awardContent img {
  max-width: 100px;
  margin: auto;
}
.awardContent {
  height: 110px;
  display: flex;
  justify-content: center;
}

.cardContact .agentImg {
  width: 120px;
  border-radius: 2px;
  margin-bottom: 6px;
}
.cardContact .aComp1 {
  margin-bottom: 6px;
}

.cardContact {
  margin: 12px 0px;
  width: 100%;
}

.firmLogo2 img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}
.firmLogo {
  margin: 30px 15px;
}
.firmLogo img {
  min-height: 50px;
  max-height: 50px;
}
.img-review-card {
  width: 160px;
}
.valuationBox {
  text-align: center;
}
.product-file-type .media-body .k-rating-item {
  margin: 0;
  padding: 0;
  width: 20px;
  top: -2px;
}
.product-file-type .media-body .k-svg-icon {
  color: #f7d620;
}
.supplierCall a {
  font-size: 14px;
  margin: 5px 0;
}

.supplierCall ul {
  margin: 0;
  padding-left: 15px;
}
.supplierCall ul li {
  color: #777;
  margin-bottom: 8px;
}

.supplierCall h5 {
  font-size: 18px;
}
.supplierTitle {
  align-self: center;
}
.supplierTitle h1 {
  font-weight: 400;
  font-size: 24px;
}
.supplierTitle p {
  font-size: 18px;
  color: #444;
  margin: 5px 0;
  padding: 0;
}
.supplierTitle p b {
  font-size: 22px;
}

.categoryCard {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.categoryCard .card-title {
  background: #e6e6e6 !important;
  border-radius: 6px 6px 0 0 !important;
}
.categoryCard .card-body {
  background: #fff;
  border-radius: 0px 0px 6px 6px;
}
.categoryCard .card-body ul {
  padding: 0;
}
.categoryCard .card-body ul li:last-of-type {
  border: 0;
}
.categoryCard .card-body ul li {
  list-style-type: none;
  margin: 2px 0;
  border-bottom: 1px solid #e6e6e6;
}
.categoryCard .card-body ul li a b {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.categoryCard .card-body ul li a {
  display: flex;
  padding: 8px 20px 12px;
  color: #3960bc;
  text-decoration: none;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
}

.valuationBox .btnValuation {
  margin: 25px auto 35px;
  color: #fff;
  background: #6cbe4c;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  padding: 8px 25px;
}
.aCards {
  display: flex;
}
.topSocail a {
  margin-left: 5px;
}

.topSocail {
  display: flex;
  margin: 0px auto 0;
}
.topSocail a i {
  min-width: 35px;
  display: block;
  text-align: center;
  height: 35px;
  line-height: 38px;
  font-size: 18px;
  color: #fff;
  font-size: 22px;
  border-radius: 50%;
}
.topSocail .twitter i {
  background: #01a5fa;
}
.topSocail .facebook i {
  background: #3b5998;
}

.table-outer td .img-fluid {
  max-width: 100%;
  height: 40px !important;
  border-radius: 50%;
}

.k-stepper .k-step-label .k-step-text {
  max-width: initial !important;
}

.k-grid .k-table {
  background-color: inherit;
  font-family: "poppins";
}

/* login and register */
.login-register input.form-control::placeholder {
  color: #5d5d5d;
}

i.feather.icon-eye,
i.feather.icon-eye-off {
  position: absolute;
  right: 50px;
  margin-top: -27px;
}

.login-register .nav-link.active {
  border-bottom: 2px solid #00999a;
  color: #727272;
}

.login-register li.nav-item {
  border-bottom: 2px solid #959595;
}

.login-register {
  background: url(/assets/images/project-img/loginbackground.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px !important;
}

.freeValuation {
  background: url(/assets/images/project-img/loginbackground.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px !important;
}
.freeValuation h1 {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}
.freeValuation p {
  color: #333;
  text-align: center;
  font-size: 12px;
  margin: 8px auto 25px;
}

.login-register button.btn {
  width: 90%;
  background: #00999a;
  border: none;
  margin: 0 auto;
  border-radius: 11px;
  font-size: 14px !important;
  padding: 10px;
}

.login-register li.nav-item {
  width: 45%;
}

.login-register div#pills-tabContent {
  margin: 0 auto;
  width: 90%;
}

.login-register .custom-control-label::after {
  top: 0;
}

.login-register .custom-control-label::before {
  position: absolute;
  top: 0px;
  left: -21px;
  display: block;
  width: 15px;
  height: 15px;
  pointer-events: none;
  content: "";
}

.form-control::placeholder {
  font-size: 12px;
}

.custom-control-label::after {
  position: absolute;
  top: 3px;
  left: -22px !important;
}

.custom-switch .custom-control-label::after {
  left: -34px !important;
}

.login-register .nav-link {
  color: gray;
}

.login-register input.form-control {
  border-radius: 6px;
  background: #e2e2e2;
  font-size: 14px;
  border: 0 !important;
  padding: 0 15px !important;
  margin-bottom: 0 !important;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb li:nth-child(1):before,
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.breadcrumb li::before {
  float: left;
  padding: 0 4px;
  content: "/";
  font-size: 12px;
  margin-top: 1px;
}

.userbox li.list-inline-item {
  padding-left: 10px;
}

.userbox .profile-icon {
  background-color: rgb(110 129 220 / 0%);
  padding: 0;
  color: #282828;
  border-radius: 0;
}

.userbox .profile-icon img {
  width: 32px;
  background: #a0a0a026;
  border-radius: 50%;
  padding: 6px;
}

.pull-right .signBtn2 {
  padding: 10px 15px;
  font-size: 14px;
  background: #00999a;
  border-radius: 20px;
  border: none;
  color: #fff !important;
  line-height: 1;
  min-height: 35px;
  height: fit-content;
  margin-bottom: 0px;
}
button.sign_btn.pull-right {
  margin-top: -50px;
  margin-right: 25px;
  padding: 10px 25px;
  font-size: 14px;
  background: #00999a;
  border-radius: 20px;
  border: none;
  color: #fff;
  line-height: 1;
  min-height: 35px;
  height: fit-content;
  margin-bottom: 0px;
}

.searchbar {
  width: 75%;
}

button.sign_btn.pull-right:hover {
  background: #55bdbd;
  /* color: #000000; */
}

button.sign_btn2 {
  padding: 10px 25px;
  font-size: 14px;
  background: #00999a;
  border-radius: 20px;
  border: none;
  color: #fff;
  line-height: 1;
  min-height: 35px;
  height: fit-content;
  margin: 0;
}

button.sign_btn2:hover {
  background: #55bdbd;
}

button.sign_btn2:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

span.k-sort-icon span.k-sort-order {
  display: none !important;
}

.table-outer {
  display: block;
  width: 100%;
  overflow: auto;
  min-height: 80px;
  box-sizing: border-box;
  padding: 55px 25px;
  margin-top: 5px;
}

.table-outer .k-grid td,
.k-grid .k-table-td {
  border-color: #e4e4e480;
}

.table-outer th.k-table-th.k-header {
  padding: 10px 10px;
  background: #e9e9e9;
}

.k-grid .k-table-thead {
  text-align: center !important;
}

.table-outer .k-table-row {
  text-align: center;
}

.k-grid .k-cell-inner > .k-link {
  width: auto;
  display: block !important;
}
.k-tabstrip {
  /* border: 1px solid #dee2e6 !important; */
  border-radius: 4px;
  padding: 2px;
}
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item span,
.k-tabstrip-top > .k-tabstrip-items-wrapper .k-item {
  cursor: pointer !important;
}
/* .common-table th.k-sorted {
  width: 275px;
} */
.k-grid .k-grid-header-wrap {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.cuTop {
  margin-top: 52px;
}
.k-link,
.k-link:hover {
  cursor: auto !important;
}

.k-stepper .k-step-indicator,
th.k-table-th.k-header:hover {
  cursor: pointer;
}

.table-outer .common-table {
  border-color: #ebebeb !important;
  padding: 0 0 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: calc(100% - 4px);
}

.table-outer .k-pager.k-grid-pager {
  font-size: 13px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  right: 0;
  top: -55px;
  width: calc(100% + 6px);
  padding: 0 20px 0 10px;
  height: 55px;
  background: #d8ffff;
  left: -3px;
}

.table-outer .k-button-flat-primary {
  color: #000000;
  border-radius: 50%;
  opacity: 1;
}

/* Theme Dark  */
.theme-dark .table-outer .k-button-flat-primary.k-selected,
.theme-dark .addAgentsCard .card-heading,
.theme-dark .addAgentsCard label {
  color: #fff;
}

.theme-dark .modal-dialog .officeBranch label {
  color: #fff;
}
.theme-dark .modal-dialog .officeBranch {
  background: transparent !important;
}

.theme-dark .userbox .profile-icon img {
  background: rgba(110, 129, 220, 0.1);
}

.theme-dark .agentTimeline .modal-content,
.theme-dark .agentTimeline.modal .modal-header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 18%, #565757 100%);
}

.theme-dark .modal-body,
.agentTimeline.splOps.theme-dark .modal-content {
  background: #212229;
  border: 0;
  border-radius: 0 0 13px 13px;
}

.agentTimeline.splOps.theme-dark .modal-header {
  background: linear-gradient(114deg, rgb(212 212 212) 18%, rgb(27 28 28) 100%);
}

.theme-dark button.btn-close {
  color: #fff;
}

.theme-dark .exsitAgent .btn-warning {
  background: #d70505;
  border: navajowhite;
  color: beige !important;
}

.theme-dark .btn-primary {
  background-color: #0056af;
  color: white !important;
  border-color: #00999a;
}

.theme-dark .k-grid td .btn-success {
  background-color: #5c5c5c;
  border-color: #d9d9d9;
  color: #fff !important;
}

.table-outer .k-grid td input {
  color: #222;
}

.modal-open .modal.theme-dark {
  background: transparent !important;
}

.table-outer .k-grid td,
.k-grid .k-table-td {
  border-color: #7e7e7e30;
  font-size: 14px;
}

.vertical-menu > li > a {
  background-color: transparent;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 10px;
  color: #111 !important;
  cursor: pointer;
}

.toggle-menu .vertical-menu > li > a {
  padding: 10px 23px;
  font-size: 16px;
}

.theme-dark .legend li {
  color: #fff;
}

.theme-dark .table-outer.customLognTable2 .k-grid td,
.theme-dark .table-outer.customLognTable2 .k-grid .k-table-td {
  color: #111 !important;
}
.theme-dark .table-outer.customLognTable .k-grid td,
.theme-dark .table-outer.customLognTable .k-grid .k-table-td {
  color: #fff;
}

.theme-dark .table-outer.customLognTable .k-grid td a {
  color: #00999a !important;
}
/* 
.theme-dark .customLognTable .k-table-row:hover .k-table-td,
.theme-dark .customLognTable .k-table-row:hover td a,
.theme-dark .table-outer.customLognTable .k-grid td a i,
.theme-dark .customLognTable .k-table-row:hover td {
  color: #fff !important;
} */

.theme-dark .table-outer .k-table-row {
  text-align: center;
  background: #212229;
}

th.k-table-th.k-header {
  font-size: 14px;
}

.k-pager-numbers .k-selected {
  cursor: inherit;
  background: #209d9d !important;
  z-index: 0 !important;
  color: #fff;
}

.table-outer .k-picker-md {
  font-size: 14px;
  line-height: 1;
}

.k-picker-solid {
  background-color: #08a2973b !important;
}

.theme-dark .common-table {
  background: #212229;
  border: none !important;
}

.theme-dark .table-outer th.k-table-th.k-header {
  padding: 18px 10px;
  background: #212229;
  color: #fff;
}

.theme-dark .k-grid-header {
  background: #21222900;
}

.theme-dark .k-pager {
  border-color: #dee2e645;
}

.theme-dark .k-pager-sizes .k-input-inner {
  text-overflow: clip;
}

.theme-dark td.k-table-td.first-col {
  border-color: #a1a1a16b !important;
}

.theme-dark .leftbar {
  border: none !important;
}

.theme-dark .table-outer .k-grid td,
.theme-dark .k-grid .k-table-td {
  border-color: #4a4a4a;
  color: #99aac2;
}

.theme-dark .k-grid-header {
  border-color: #dee2e624;
}

.theme-dark .table-outer .k-grid .k-table-alt-row {
  background: #2c2d32;
}

.addAgentsCard .nav-tabs.custom-tab-line .nav-link {
  padding-left: 4px;
  padding-right: 4px;
}
.theme-dark .addAgentsCard .nav-tabs.custom-tab-line .nav-link.active {
  background: transparent !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.theme-dark .addAgentsCard .nav-tabs.custom-tab-line .nav-link:hover {
  background: transparent !important;
}

.theme-dark .vertical-menu .vertical-submenu > li > a > .mdi {
  color: #dfdfdf;
}

.theme-dark .addAgentsCard .card-heading {
  background: #212229;
}

.theme-dark .addAgentsCard .card {
  background: #212229;
  box-shadow: 0px 2px 4px 0px #373636;
}
/* -------------------------------- */
.login-register h5.text-center.p-2 {
  color: #707070;
  font-weight: 400;
}

.revSlider .owl-nav .owl-next {
  right: -20px;
}
.revSlider .owl-nav .owl-prev {
  left: -20px;
}
.revSlider .owl-nav button i,
.revSlider .owl-nav button:hover i {
  color: #000;
}
.revSlider .owl-nav button {
  position: absolute;
  background: rgb(255, 255, 255) !important;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid rgba(34, 34, 34, 0.133) !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  box-shadow: rgb(208, 208, 208) 0px 1px 1px;
  line-height: 40px;
  top: 38%;
}
.codeBox {
  background-color: #e0e0e0;
  color: #000;
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  border-radius: 5px;
  max-height: 415px;
  overflow-y: auto;
}
.k-pager-info {
  font-weight: 700;
  font-size: 14px;
}

.top-form legend {
  display: block;
  width: auto;
  max-width: 100%;
  padding: 10px;
  margin-bottom: -20px;
  font-size: 12px;
  line-height: inherit;
  color: #00000080;
  white-space: normal;
}

.top-form .form-control {
  border: 1px solid rgb(0 0 0 / 5%);
  border-top: none;
  padding: 28px 10px 23px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 18px;
  width: 90%;
}

.card.top-form li {
  display: inline-block;
  width: 30%;
  margin-left: 25px;
}

span.inputNumber {
  position: absolute;
  left: 35px;
  top: 53px;
  width: 25px;
  text-align: center;
  height: 25px;
  border-radius: 50%;
  font-size: 14px;
  padding-top: 2px;
  background: #c9e9ea;
  color: #009993;
}

.top-form .form-control::placeholder {
  font-size: 14px;
}

.top-form select.form-control {
  color: #000;
  padding: 20px 10px 35px;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 18px;
  width: 90%;
}

span.badge.badge-pill {
  position: relative;
  left: -35px;
  top: 57px;
  border-radius: 50%;
  background: #cbf4f4;
  height: 25px;
  width: 25px;
  padding-top: 7px;
  color: #019595;
}

button.top-submit {
  float: right;
  padding: 10px 15px;
  margin-right: 7%;
  width: 150px;
  margin-top: 18px;
  background: #009993;
  border-radius: 20px;
  border: navajowhite;
  color: #fff;
}

.card.top-form.py-3.my-3 {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 10px;
  width: 99%;
}

.outerDiv {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-bottom: 65px;
}
ul.main-list {
  padding-left: 0;
  border-radius: 10px;
  padding-bottom: 4px;
}
ul.main-list li {
  list-style-type: none;
}

.pull-right.action-buttons {
  margin-top: -40px;
}

li.nodeElement {
  background: gainsboro;
  padding: 12px 0px 12px 15px;
  list-style-type: none;
  color: #000;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}

.pull-right.action-buttons input[type="checkbox"] {
  margin-right: 71px;
}

li.childElemnt {
  list-style-type: none;
  padding-left: 15px;
  color: #000000c4;
  margin: 8px 0;
  align-self: center;
}

ul .yBorder ul .yBorder2 li:nth-child(2) li.actBtn,
ul .yBorder ul .yBorder li:nth-child(2) li.actBtn {
  min-width: 100px;
  text-align: center;
  margin: auto;
  display: block;
}

ul.main-list .yBorder li ul.main-list .yBorder {
  border-top: 1px solid #d5d5d5;
}
ul .yBorder ul .yBorder li.actBtn .btn {
  width: 33px;
  height: 33px;
  line-height: 1;
  text-align: center;
  padding: 4px;
  border-radius: 6px;
  box-shadow: 0px 0px 9px -3px #7e7e7e;
  border: 0;
  margin: 4px 0;
}
ul .yBorder .nodeElement .yBorder2,
ul .yBorder ul .yBorder {
  display: flex;
  justify-content: space-between;
}
ul .yBorder .nodeElement .yBorder2 li:nth-child(2),
ul .yBorder ul .yBorder li:nth-child(2) {
  min-width: 220px;
  display: flex;
}

ul.pull-right.title-filter li {
  display: inline;
  margin-right: 20px;
}

/* toggle Switch */
.toggle-switch {
  position: relative;
  width: 50px;
  display: inline-block;
  text-align: left;
  top: 8px;
}

.toggle-switch-checkbox {
  display: none;
}

.toggle-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.toggle-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

.toggle-switch-inner:before,
.toggle-switch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 22px;
  padding: 0;
  line-height: 22px;
  font-size: 11px;
  color: white;
  box-sizing: border-box;
}

.toggle-switch-inner:before {
  content: "On";
  padding-left: 8px;
  background-color: #019595;
  color: #fff;
}

.toggle-switch-inner:after {
  content: "Off";
  padding-right: 8px;
  background-color: #ddd;
  color: #333;
  text-align: right;
}

.toggle-switch-switch {
  display: block;
  width: 18px;
  margin: 0;
  background: #fff;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 28px;
  border: 1px solid #fff;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
  height: 18px;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  margin-left: 0;
}

.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  right: 3px;
}

/* ------------- */
.pull-right.action-buttons input[type="checkbox"] {
  margin-right: 71px;
  font: inherit;
  width: 1.15em;
  height: 1.15em;
  border-radius: 0.15em;
  transform: translateY(-6px);
}

.theme-dark .outerDiv {
  border: 1px solid;
}

.theme-dark li.childElemnt {
  color: #fff;
}

.perMission {
  width: 300px;
  border-radius: 15px;
  font-size: 20px;
}

.list-submit {
  border-radius: 8px;
  width: 160px;
  font-size: 14px;
}

.agent-listing .card-title {
  padding: 10px 15px;
  background: linear-gradient(274deg, rgb(251 253 202 / 9%) 26%, #d3d3d391 48%);
  border-top-left-radius: 10px;
  margin-bottom: 0;
}

.banner-image .container.pb-5 {
  padding-top: 90px;
}

.agent-listing .card-title img {
  float: right;
  height: 32px;
  width: auto;
  margin-top: -4px;
}

.agent-listing .card-title a .coutCard {
  padding-left: 40px;
  font-weight: 600;
}
.agent-listing .cardContact .cardStarRate {
  right: 10px;
  text-align: right;
  margin-bottom: 15px;
}

.agent-listing .cardContact .cardStarRate .k-rating-item {
  margin: 0;
  padding: 0;
}

.agent-listing .cardContact .cardStarRate .k-rating-container {
  margin: 0;
}

.agent-listing .cardContact .cardStarRate .k-svg-icon,
.agent-listing .cardContact .cardStarRate i {
  color: #ffb802;
  font-size: 22px !important;
  margin: 0px;
  padding: 0;
}
.agent-listing .cardContact .cardStarRate span {
  font-size: 12px;
  color: #666;
}
.agent-listing .cardContact p {
  color: #777;
}

.agent-listing .cardContact .helpFull {
  background-color: transparent;
  border: 1px solid #7e7e7e;
  font-size: 12px;
  border-radius: 4px;
  color: #777;
  cursor: pointer;
}
.accordionBox .card-heading {
  cursor: pointer;
}
.addAgentsCard .aBox1 p {
  min-height: 50px;
}
.addAgentsCard .aBox1 img {
  max-height: 180px;
  margin-bottom: 10px;
}
.addAgentsCard .aBox1 {
  margin-top: 20px;
  box-shadow: 0px 2px 3px 2px #7e7e7e38;
  padding: 15px 10px 8px;
  border-radius: 4px;
}
.agent-listing .card-title a .coutCard b {
  background-color: #019595;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 14px;
  min-width: 35px !important;
  min-height: 35px;
  line-height: 35px;
  top: 9px;
  padding: 0 4px;
}
.agent-listing .card-title a {
  color: #333;
  font-weight: 400;
  font-size: 18px;
}

.addAgentsCard .newTable td {
  color: #333;
  font-size: 14px;
}
.addAgentsCard .newTable thead th {
  text-transform: capitalize;
  background-color: #f3eeee;
  font-size: 14px;
}
.addAgentsCard .newTable thead,
.addAgentsCard .newTable tr td:first-child,
.addAgentsCard .newTable tr td:last-child {
  text-align: center;
}
section.agent-listing .card {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}

.listing_form .container.lead-form .card.border-0.shadow.rounded-3.my-5 {
  position: fixed;
  z-index: 999;
  right: 60px;
  top: 130px;
  width: 275px;
}

.agent-listing p {
  margin-bottom: 5px;
  padding: 3px 0;
  color: #777;
}

.mt-2.card-footer {
  background: #fafafa;
}
.agent-listing .cFlex {
  display: flex;
}
a.list-btn,
button.list-btn {
  margin-left: 15px;
  padding: 6px 12px 8px !important;
  border: 1px solid #70707070;
  font-size: 14px;
  border-radius: 6px;
  background: #fff;
  color: #5d5d5d;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 6px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.list-content.pl-3,
section.agent-listing .card-footer {
  color: #000000b0;
  font-size: 16px;
  padding: 10px 15px;
}

h1.list_title,
h3.list_title {
  font-size: 22px;
  font-weight: 600;
  color: #000000ad;
  padding-bottom: 15px;
}

button.value_btn {
  margin-left: 15px;
  padding: 8px 10px;
  margin-top: 5px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #6cbe4c;
  border-radius: 6px;
  margin-right: 15px;
  min-height: 40px;
}

.areasCov .subCard {
  min-height: 300px;
}

.list_filter .dropdown-toggle {
  border-radius: 8px;
  margin-right: 2px;
}

.list_filter .form-control {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 9px;
  opacity: 1;
  border: none;
  height: 35px;
  font-size: 14px;
  color: #333;
}

.list_filter .dropdown-toggle {
  margin-right: 2px;
  border: none;
  font-size: 14px;
  padding: 8px 20px;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 9px;
  opacity: 1;
}

.list_filter {
  background: #dff5f5;
  padding: 8px 0 8px;
  position: fixed;
  width: 100%;
  top: 82px;
  z-index: 999;
}

.agent-listing .k-pager.k-pager-md {
  font-size: 13px;
  border-radius: 10px;
  border-top-left-radius: 10px;
  right: 0;
  width: 100%;
  padding: 0 10px;
  height: 55px;
  background: #d8ffff;
}

.agent-listing .k-pager-numbers .k-selected {
  color: #fff !important;
  border-radius: 50%;
  opacity: 1;
  min-height: 33px;
  padding: 6px !important;
  cursor: pointer;
  min-width: 33px !important;
}

.agent-listing .k-button-flat-primary {
  color: #000;
}

form#Valutaion-form label {
  font-size: 14px;
  color: #000;
}
.divToPrint,
#divToPrint {
  width: fit-content;
}
.valution-poup .modal .modal-dialog {
  top: 0%;
}

.valution-poup hr {
  border-top: 2px dotted #7e7e7e !important;
  margin-top: 5px;
}
.valution-poup .modLogo {
  height: 24px;
}
.aSize {
  width: 48px;
  height: 48px;
  margin: 0px -2px -6px;
}
.actionRound .btn {
  border-radius: 50%;
  padding: 3px;
  width: 32px;
  height: 32px;
  border: 0;
  box-shadow: 0px 2px 7px -1px #959595d1;
  font-size: 16px;
}

p.starRate i.fa {
  color: orange;
  font-size: 20px;
}

.list_filter input {
  font-family: "poppins";
  font-size: 16px;
}

#Valutaion-form .form-control {
  border: 1px solid #00000014;
  border-radius: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

form#Valutaion-form p {
  font-size: 14px;
  color: #000000a1;
}

.k-pager {
  font-family: "Poppins";
}

.form-group .k-input input,
span.k-input input {
  box-shadow: none !important;
  background: none !important;
  border: 0 !important;
  margin: 0;
}
#onlineagent {
  margin: 3px 10px;
}
.importForm .form-control {
  min-height: 38px !important;
}

.mediumModal .modal-dialog {
  max-width: 900px;
  width: 90%;
  margin: 10px auto 8%;
  top: 8%;
}

.mediumModal form .col-form-label {
  color: #000;
  font-size: 13px;
}

.agentCard .form-control,
.agentCard span.k-input {
  min-height: 43px;
  border-radius: 4px;
  box-shadow: 0px 2px 6px #00000029;
}

.importForm .form-control,
.k-input.k-multiselect,
.form-control,
.form-group .k-input,
span.k-input {
  color: #333;
  border: 1px solid #00000029 !important;
  background: #ffffff;
  box-shadow: 0px 2px 6px #00000029;
  min-height: 40px;
  font-size: 13px;
  /* margin-bottom: 10px; */
}

::-moz-placeholder,
::-webkit-input-placeholder {
  font-size: 13px;
}
/* Hide the original SVG */
.k-filterable span a span.k-svg-icon svg {
  display: none;
}

/* Show the funnel filter SVG using the ::before pseudo-element */
.theme-dark .k-filterable span a span.k-svg-icon::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-funnel-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2z'/%3E%3C/svg%3E");
}

.k-filterable span a span.k-svg-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-funnel-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1.5A.5.5 0 0 1 2 1h12a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.128.334L10 8.692V13.5a.5.5 0 0 1-.342.474l-3 1A.5.5 0 0 1 6 14.5V8.692L1.628 3.834A.5.5 0 0 1 1.5 3.5v-2z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

.fieldText {
  font-size: 12px !important;
  color: red;
  font-weight: 400;
  position: absolute;
  margin-top: -25px;
  right: 9px;
  padding: 0 7px;
  border-radius: 5px;
}

.fieldText:hover {
  background: #00999a;
  color: #ffffff;

  cursor: pointer;
}

.addSelect {
  margin-bottom: 30px;
}

.addAgentsCard .card-heading {
  padding: 10px 0px 10px 12px;
  background: #00999a3b;
  color: #000;
  font-weight: 500;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0px 3px 6px #00000029;
}

.addAgentsCard .card {
  border: none !important;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px #bab8b8;
}

.addAgentsCard .form-group {
  margin-bottom: 15px;
  padding: 20px 30px 0px 15px;
}

.addAgentsCard .k-input,
.addAgentsCard textarea,
.addAgentsCard .k-autocomplete,
.addAgentsCard .form-control {
  box-shadow: 0px 2px 4px #0000001a;
  border: 1px solid #d4d1d1;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  min-height: 40px;
  resize: none;
  overflow-y: auto;
}
.agentCard2 {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px 25px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.revContent h1 {
  font-size: 24px;
  color: #7e7e7e;
  margin-bottom: 25px;
}

.revContent p {
  color: #333;
  margin-bottom: 30px;
}
.revContent h3 {
  font-size: 20px;
  margin-top: 10px;
}

.btn-disabled {
  background: #a5a5a5 !important;
}

.addAgentsCard label {
  font-size: 13px !important;
  color: #000;
  padding-top: 0;
  padding-right: 0;
  display: block;
}

.crBox .borderBox {
  box-shadow: 0px 1px 6px #00000029;
  border-radius: 4px;
  margin: 10px 0;
  padding: 6px;
}

.crBox label {
  font-size: 14px !important;
}
.service1 .col-form-label {
  line-height: 22px;
}

.card.officeBranch .form-group.row {
  padding: 0px 14px 0px 0;
  margin: 12px 0 0 0;
}

.emailForm .form-group .form-control {
  line-height: 40px;
}

.emailForm .form-group .col-form-label {
  color: #000 !important;
  font-size: 14px;
  display: block;
}

.card.officeBranch .form-group .col-form-label {
  display: block;
  width: 100%;
  line-height: 35px;
}

.regDet .form-group input.form-check-input {
  margin: 10px auto;
  padding: 0;
  position: relative;
}

.regDet .form-group .form-check-label .form-check-input {
  margin-right: 8px;
}

.emailForm .col-form-label::after,
.card.officeBranch .form-group .col-form-label::after {
  content: " :";
  /* float: right;
  padding: 0 14px 0 0; */
}

.custom-switch {
  padding-left: 1.5rem;
  display: flex;
  justify-content: center;
  line-height: normal;
}

.service1 .br-left .form-group {
  display: block;
  padding-left: 30px;
}

input#gridCheck {
  margin-left: 5px;
}

#distCheck,
.distCheck {
  font-size: 11px !important;
  font-weight: 400;
}

.buttonNext:hover {
  background: #03d3d3;
}

.buttonNext {
  padding: 10px 30px;
  color: #fff;
  border: none;
  margin-top: 25px;
  background: #00999a;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 28px;
}

.buttonNextModule {
  padding: 8px 28px;
  color: #fff;
  border: none;
  margin-top: 10;
  margin-top: 15px;
  background: #00999a;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 28px;
}
.round-btn1 {
  border-radius: 28px;
}

.button-set {
  background-color: white;
  margin: 0 auto;
  width: 40%;
}

.upload-drag-and-drop-box {
  min-height: 120px;
  border: 2px dashed #d4dadf;
  text-align: center;
  padding: 15px;
  width: auto;
  margin: 15px auto 5px;
}

.drag-drop-text {
  font-size: 20px;
  display: inline-block;
  color: #8c99a5;
  font-weight: normal;
}

.browse-button {
  font-size: 17px;
  padding: 1px;
  line-height: normal;
  box-shadow: none;
  background-color: grey;
  color: #f9fafa;
  padding: 7px 15px 7px 15px;
  margin-left: 3px;
  border-radius: 4px;
  display: inline;
  text-decoration: underline;
  font-weight: normal;
}

.file-upload-buttons {
  margin: 20px auto;
  text-align: center;
  width: fit-content;
}

.addAgentsCard label.browseBtn {
  padding: 10px 18px 10px 18px !important;
  color: white !important;
  border: none;
  border-radius: 7px;
  font-size: 14px !important;
  background: #2c8efd;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0;
  cursor: pointer;
}

.addAgentsCard label.browseBtn-disabled {
  padding: 10px 18px 10px 18px !important;
  color: white !important;
  border: none;
  border-radius: 7px;
  font-size: 14px !important;
  background: #718093;
  box-shadow: 0px 3px 6px #00000029;
  margin: 0;
  cursor: pointer;
}

.form-back-button {
  padding: 10px 18px 10px 18px;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background: #2c8efd;
  box-shadow: 0px 3px 6px #00000029;
}

.form-upload-button {
  padding: 10px 18px 10px 18px;
  color: #707070;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  background: #e2ffff;
  box-shadow: 0px 3px 6px #00000029;
}

a.filter-btns.pull-left,
a.filter-btns.pull-right {
  padding: 10px 15px;
  border-radius: 20px;
}

.agDetails p.text-danger {
  font-size: 12px;
  margin-top: 10px;
}

.buttonSection .filter-btns {
  border-radius: 6px;
  font-size: 16px;
  padding: 6px 20px;
  background: #00999a;
  color: #fff;
  margin: 10px 0 20px;
  border: none;
  border-radius: 20px;
}

input.browseImg2 {
  position: absolute;
  width: 138px;
  opacity: 0;
}

.container.exsitAgent .card {
  width: 350px;
  margin: 20px auto 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-width: 350px;
  border-radius: 10px;
  max-width: 650px;
}

.container.exsitAgent .card li {
  display: inline-flex;
}

.table-outer.selectTb {
  margin-top: 10px;
  padding: 10px;
}

.table-outer.selectTb tbody.k-table-tbody {
  overflow-y: auto;
}

.timesline {
  /* min-height: 70vh !important; */
  overflow-x: auto;
  min-height: 250px;
  max-height: 80vh;
}

.modal-xxl {
  max-width: 95%;
}

.timesline .owl-nav button {
  border-radius: 50%;
  background: #00999a !important;
  color: #fff !important;
  width: 32px;
  height: 32px;
  border-radius: 5px !important;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
}

.timesline .modImg1 {
  border-radius: 4px;
}

.adminRate {
  white-space: nowrap;
}

.adminRate span.k-rating-item .k-icon-xl.k-svg-icon {
  width: 14px;
}

.cardStarRate .adminRate span.k-rating-item .k-icon-xl.k-svg-icon {
  width: 22px;
}

.adminRate span.k-rating-item {
  margin: 0;
  padding: 0;
  color: #ffb802;
  filter: drop-shadow(0px 0px 1px rgba(255, 255, 255, 0.71));
}

.existTbs .table-outer {
  margin-top: 16px;
  padding-top: 10px;
}

.table-outer.selectTb .common-table,
.existTbs .table-outer .common-table {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.splOps .modal-header {
  position: fixed;
  width: 75%;
}

.exsitAgent .common-table {
  margin-top: 50px;
}

.existTbs td.text-center a.btn.btn-sm.btn-success {
  font-size: 14px;
  color: #fff;
}

.agentTimeline.splOps button.btn-close {
  position: absolute;
  right: 30px;
  background: #37afb000;
  border: none;
}

.agentTimeline.splOps .modal-header {
  align-items: self-start !important;
  justify-content: flex-start !important;
}

.agentTimeline.splOps button.btn-close::after {
  content: "\2715";
  font-size: 24px;
  opacity: 0.8;
}

.rigtMoveAgent .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #00999a !important;
  border-color: rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.05) #ffffff;
}

.rigtMoveAgent .nav-tabs .nav-link {
  background-color: #bdbdbd94;
  border: 0px;
  border-radius: 20px;
  margin: 5px;
  padding: 8px 15px;
}

.rigtMoveAgent .nav.nav-tabs {
  padding-left: 30px;
}

.filter-bar .tab-content {
  padding: 0px 15px;
}

.k-input:not(:-webkit-autofill) {
  animation-name: autoFillEnd;
  color: #919191;
}

.uploader_form img {
  max-height: 120px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.k-step-list-horizontal .k-step-indicator + .k-step-label {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* ---------------------------------------------------------------- */

.btn-google:hover,
.btn-linkedin:hover,
.btn-instagram:hover,
.btn-facebook:hover {
  color: #fff;
  opacity: 0.9;
}

.btn-google {
  background: #c32323;
  color: #ffffff;
}
.btn-facebook {
  background: #3b5998;
  color: #fff;
}
.btn-instagram {
  background: #c32361;
  color: #fff;
}
.btn-linkedin {
  background: #0077b5;
  color: #fff;
}

.eLeads th,
.eLeads td,
.eLeads tr {
  border: 1px solid #ddd;
}
.eLeads th {
  background: #009993;
  color: #fff;
}
.eLeads td {
  color: #000;
}
.starBox5 i {
  color: gold;
  font-size: 16px;
  padding-right: 2px;
}
.starBox5 span {
  font-size: 14px;
  color: #444;
}
.k-animation-container li {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  padding: 6px 8px !important;
  border: 0;
}

.k-animation-container {
  z-index: 1059 !important;
}

.alert {
  z-index: 1060 !important;
}

.legend {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 10px;
  margin: 0;
}

.legend li {
  margin-right: 2px;
  margin-bottom: 5px;
  font-size: 12px;
  color: #444;
}

.legend li span {
  border: 1px solid #ccc;
  float: left;
  width: 12px;
  height: 12px;
  margin: 2px 4px 0;
}

.custom-tooltip {
  margin-bottom: -50px !important;
}
.custom-tooltip.top .tooltip-arrow {
  bottom: 0;
}

/* Optional: Style for the bottom arrow */
.custom-tooltip::before {
  content: "";
  position: absolute;
  top: 100%; /* Align with the bottom edge of the tooltip */
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent; /* Adjust the color as needed */
}

.sTitle {
  font-size: 22px;
  color: #111;
  margin: 0 0 20px 0;
}

.brandcard {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px #00000029;
  margin: 15px auto;
  padding: 10px;
}

.brandcard .btn-primary {
  font-family: inherit;
  font-size: 14px;
  border-radius: 4px;
}

.brandcard img {
  margin-bottom: 8px;
  max-width: 300px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #e0e0e0ad;
}

.sDescription h1,
.sDescription h2 {
  color: #333;
  font-size: 18px;
}
.sDescription p {
  color: #444;
  font-size: 16px;
}
.star ul li {
  list-style-type: none !important;
  color: #00999a !important;
}
.sDescription ul {
  padding: 0 15px;
}
.sDescription ul li {
  list-style-type: disc;
  color: #444;
  font-size: 14px;
}

.cardAdvertsement {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px #00000029;
  margin: 0 0 30px 0;
  padding: 25px;
}

.cardAdvertsement h1 {
  font-size: 26px;
}
.cardAdvertsement h2 {
  font-size: 22px;
}
.cardAdvertsement h3 {
  font-size: 18px;
}
.cardAdvertsement p {
  font-size: 14px;
}
.cardAdvertsement h4 {
  font-size: 16px;
}
.sDescription ol li {
  list-style-type: inherit;
  color: #333;
  letter-spacing: 1;
  font-size: 14px;
  padding-left: 5px;
}
.text-dark th,
.text-dark td {
  color: #333;
}
figure.table table {
  width: auto;
}

.customLognTable .k-grid-md td,
.k-grid-md .k-table-td {
  padding: 6px 4px;
  word-break: break-word;
  white-space: break-spaces;
  font-size: 13px;
}

.customLognTable b {
  margin-right: 3px;
}

.customLognTable td,
.customLognTable span,
.customLognTable p,
.customLognTable a,
.customLognTable td {
  font-size: 12px !important;
  word-break: break-word;
  white-space: break-spaces;
}

.k-input-md .k-input-inner,
.k-picker-md .k-input-inner {
  padding: 5px 6px 6px 12px !important;
  box-shadow: none !important;
  border: 0 !important;
}

.customLognTable table a:hover {
  text-decoration: underline;
}

.customLognTable table a {
  text-decoration: none;
}

.customLognTable table {
  border-collapse: collapse;
  width: 100% !important;
}

.customLognTable td {
  border: 0.5px solid #7e7e7e30 !important;
}

.k-pager-md .k-pager-sizes .k-dropdownlist {
  width: 6em !important;
}

.customLognTable th.k-table-th.k-header {
  padding: 8px 5px 8px !important;
  vertical-align: middle;
  text-align: center !important;
}

.table-outer td,
.table-outer a,
.table-outer td {
  word-break: break-word;
  white-space: break-spaces;
}

.table-outer table {
  width: 100% !important;
}

/* your colors */
.legend .lg_active_watchlist_premium {
  background-color: #fcf6a1;
}

.legend .lg_active_premium {
  background-color: #e1fee1;
}

.legend .lg_inactive_premium {
  background-color: #e1fee1;
}

.legend .lg_inactive {
  background-color: #f1f1f1;
}

.legend .lg_from_reminder {
  background-color: lightgreen;
}

.legend .lg_active_watchlist {
  background-color: #ffb7b7;
}

.legend .lg_data_out_of_range {
  background-color: #8b4513;
}

.legend .lg_out_of_business {
  background-color: #ff9900;
}

.legend .lg_out_of_profanity {
  background-color: #ff3300;
}

.tab1-reviews-approve tr.profanity td {
  /* New code*/
  background: #ff3300;
}

.verified_review {
  background-color: greenyellow;
}

.unpublished_review {
  background-color: rgb(236, 236, 236);
}

.challenged_review {
  background-color: brown;
}

.noBranch_review {
  background-color: #ff0707;
}

.tab1 {
  border: 1px solid #ccd5da;
  margin: 0 0 1em 0;
}

.tab1 td {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #ccd5da;
}

.tab1 th {
  background: #eef2f6;
  font-weight: bold;
  color: #000;
  padding: 5px 10px;
  text-align: left;
  border: 1px solid #ccd5da;
}

.tab1-reviews-approve tr.inactive_premium_watchlist td {
  color: #abc;
  background: #fcf6a1;
}

.tab1-reviews-approve tr.inactive_unsure td {
  color: #abc;
  background: #affaf4;
}

.tab1-reviews-approve tr.inactive_watchlist td {
  color: #abc;
  background: #ffb7b7;
}

.tab1-reviews-approve tr.inactive_premium td {
  color: #abc;
  background: #e1fee1;
}

.tab1-reviews-approve tr.active_premium td {
  background: #e1fee1;
}

.tab1-reviews-approve tr.active_watchlist td {
  background: #ffb7b7;
}

.tab1-reviews-approve tr.cancelled_branch td {
  background: #deb4e0;
}

.tab1-reviews-approve tr.active_unsure td {
  background: #affaf4;
}

.tab1-reviews-approve tr.active_watchlist_premium td {
  background: #fcf6a1;
}

tr.active_premium td {
  background: #e1fee1 !important;
}

.tab1-reviews-approve tr.inactive td a,
.tab1-reviews-approve tr.inactive td a:active,
.tab1-reviews-approve tr.inactive td a:visited {
  color: #abc;
}

.tab1-reviews-approve tr.inactive_premium td a,
.tab1-reviews-approve tr.inactive_premium_watchlist td a,
.tab1-reviews-approve tr.inactive_watchlist td a,
.tab1-reviews-approve tr.inactive td a:active,
.tab1-reviews-approve tr.inactive td a:visited {
  color: #abc;
}

/*--------------- New Css ----------------------*/
.k-step-list-horizontal .k-step-link {
  flex-direction: column-reverse !important;
}
.k-step-list-horizontal .k-step-indicator + .k-step-label {
  margin-top: 0px !important;
  font-size: 12px;
  max-height: 30px;
}
.k-stepper .k-step-indicator {
  margin-top: -30px;
}
.k-step-list-horizontal ~ .k-progressbar {
  top: 50px !important;
}
.k-stepper {
  padding: 0px 0 15px;
}
.profileTab .k-tabstrip-content,
.profileTab .k-tabstrip > .k-content {
  border: 0px;
  padding: 10px 0 0;
}
/* Ui Slection Semantic */

.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img,
.ui.dropdown > .text > .image,
.ui.dropdown > .text > img {
  width: auto !important;
  height: 100% !important;
  border-radius: 0px;
  min-height: 100px;
}
.ui.active.selection.dropdown,
.ui.selection.dropdown .menu > .item {
  text-align: center;
}
.ui.selection.dropdown .menu {
  overflow-y: scroll;
  z-index: 1051;
  position: inherit;
  border: 0;
  margin-left: -15px;
  margin-right: -15px;
  top: 10px;
  background: #fff;
  box-shadow: none !important;
}

.xScroller::-webkit-scrollbar {
  width: 6px;
}

.xScroller::-webkit-scrollbar-track {
  background: transparent;
}

.xScroller::-webkit-scrollbar-thumb {
  background: #8f8e8e;
  border-radius: 16px;
}

.xScroller::-webkit-scrollbar-thumb:hover {
  background: #8f8e8e;
}
/* End Ui selection semantic */
.overviewTab .members div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  grid-gap: 6px;
}

.sideRule {
  position: sticky;
  top: 120px;
}

.dnGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  grid-gap: 6px;
}
.theme-dark .featureTabs .k-tabstrip-items li span {
  color: #fff;
}
.theme-dark .k-tabstrip-content {
  background: #21222900;
}
.theme-dark .addAgentsCard .newTable td {
  color: #fff;
  border: 1px solid rgba(247, 247, 247, 0.05);
}
.theme-dark .k-grid tbody > tr:not(.k-detail-row):hover,
.theme-dark .k-grid .k-table-tbody > .k-table-row:not(.k-detail-row).k-hover {
  background-color: rgba(231, 231, 231, 0.1) !important;
}

.subHeadCon.container div {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
}

.btn-primary1 {
  padding: 4px 12px;
  font-size: 13px;
  background: #00999a;
  border-radius: 5px;
  color: #fff;
  border: none;
  min-height: 25px;
  height: fit-content;
}

.staffBranch {
  max-width: 90%;
  margin: auto;
}

.staffBranch .owl-stage {
  margin: auto;
}

.staffBranch img {
  height: 130px;
  min-height: 60px;
  max-height: 130px;
  width: 130px !important;
  border-radius: 50%;
  margin: auto;
  box-shadow: -1px 2px 8px -2px #757778;
  padding: 2px;
}

.customModalLg {
  width: 94% !important;
  left: 3% !important;
  max-height: 95vh;
}

.modal .agentTitle {
  text-align: left;
  font-weight: 500;
  margin: 0;
  line-height: 36px;
  color: #2723239e;
}

.colorPallet.modal .modal-header {
  background: linear-gradient(
    114deg,
    rgba(255, 255, 255, 1) 18%,
    rgb(0 153 154) 100%
  );
  border: 0;
}
.colorPallet.modal .modal-header .modal-title {
  text-align: left;
  color: #000;
}
.colorPallet .modal-body {
  background: linear-gradient(135deg, rgba(255, 255, 255, 1) 18%, #8bf4f5 100%);
  border-radius: 0 0px 12px 12px;
}

.customModalLg .modal-header {
  width: 94% !important;
}

.customModalLg .modal-body .container {
  max-width: 100% !important;
}

.customModalLg .k-colorgradient {
  max-width: 310px;
  padding: 10px;
}

.customModalLg hr {
  border-top: 2px dotted #c0c0c0;
  height: 0;
  padding: 0;
  margin: 8px 0;
}

.customModalLg button.btn {
  min-width: 170px;
  padding: 8px 5rem;
  font-weight: 700;
  border-radius: 24px;
  border: 0;
}

.customModalLg .k-button-md.k-icon-button {
  max-width: 25px;
}

.staffBranch .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 43px;
  margin: 0 !important;
}

.staffBranch .owl-nav button:hover i {
  border: 0;
  border-radius: 50% !important;
}

.staffBranch .owl-nav button:hover {
  background: transparent;
}

.staffBranch .owl-nav button {
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
}

.staffBranch .owl-nav .owl-prev {
  left: -50px;
  float: left;
  position: absolute;
}

.staffBranch .owl-carousel p {
  text-align: center;
  color: #707070;
  padding: 4px 8px 0;
  margin: 6px 15px 2px;
  font-size: 14px;
}

.staffBranch .owl-carousel .owl-stage-outer {
  z-index: 99;
}

.staffBranch .owl-nav .owl-next {
  right: -50px;
  float: right;
  position: absolute;
}

.newSubmit h3 {
  color: #6cbe4c;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.newSubmit h5 {
  font-size: 24px;
  color: #333;
  margin-top: 20px;
}

.newSubmit p {
  color: #222;
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.5;
}

.newSubmit p b {
  font-weight: 600;
}

.newSubmit p a {
  color: royalblue;
}

.text-right {
  text-align: right;
}

select option::before {
  left: 5px;
}

.members img {
  height: auto;
  max-height: 55px !important;
  margin-right: 6px;
}

/* Tab Modules */

.profileTab .nav-tabs {
  width: 100%;
}

.profileTab .k-animation-container {
  position: relative;
  width: 100%;
}

.profileTab .k-tabstrip-items-wrapper {
  width: 92%;
}

.profileTab .k-tabstrip-items-wrapper,
.profileTab .k-content {
  border: 0 !important;
  background-color: transparent !important;
}

.profileTab .k-tabstrip {
  z-index: 9;
}

.actionBtnSet {
  margin: 0px 0 -50px 0 !important;
  position: relative;
}

.profileTab .actionBtnSet button {
  min-width: 30px;
  margin-right: 3px;
  border: 1px solid;
  min-height: 30px;
  line-height: 26px;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 14px;
}

.profileTab .k-tabstrip-items li span {
  padding: 0;
  margin: 0;
  cursor: pointer !important;
  display: flex;
}
.profileTab .k-tabstrip-items li span .badge {
  margin-left: 4px;
  border-radius: 50%;
  padding: 5px;
  min-width: 22px;
  text-align: center;
}
.profileTab .nav-tabs li a {
  display: flex;
  align-items: center;
}
.profileTab .k-tabstrip-items li,
.profileTab .nav-tabs li {
  padding: 5px 8px 5px !important;
  border-radius: 4px !important;
  margin-right: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 5px #0000001a;
  cursor: pointer;
  border: 1px solid;
  margin-right: 8px;
  background: #fff;
  margin-bottom: 8px !important;
  border-bottom: 1px solid !important;
}

.profileTab .nav-tabs li .badge {
  border-radius: 50%;
  min-width: 22px;
  min-height: 22px;
  line-height: 1.8;
  margin: 0px 0 0px 8px;
  display: inline flow-root list-item;
  text-align: center;
  font-size: 10px;
}

.profileTab .nav-tabs li span {
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.profileTab {
  padding: 5px 10px 0;
}

.profileTab .k-content {
  padding: 15px 0 0 0 !important;
  border: 0;
}

.overviewTab .cardBox {
  box-shadow: 0px 1px 2px 1px #0000001c;
  border-radius: 6px;
  border-radius: 4px;
  margin: 0px auto 20px;
}

.overviewTab .cardBox .featTag {
  display: none;
}

.overviewTab {
  padding: 0px 2px;
}

.overviewTab h1,
.overviewTab h6 {
  align-self: center;
  display: block;
}

.overviewTab .cardBody {
  box-shadow: 0px 1px 2px 1px #0000001c;
  background: #fff;
  padding: 12px 12px 15px 12px;
  border-radius: 0 0 4px 4px;
  min-height: 130px;
}

.overviewTab .cardBody p a:hover {
  color: #2150d1;
}

.overviewTab .cardBody p a {
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.3;
}

.overviewTab .cardBody .featTag {
  justify-content: right;
}

.overviewTab .cardBody .featTag img {
  height: 30px;
  width: auto;
}

.overviewTab .cardBody .tTime {
  letter-spacing: 0px;
  color: #4e4e4e;
  font-size: 12px;
  height: 30px;
  line-height: 32px;
  margin-top: 16px;
}
.jobDropdowntog .dropdown-toggle::after {
  display: none;
}

.overviewTab .cardBox .cardBody p {
  min-height: 90px;
  margin: 0;
  padding: 0;
}

.overviewTab .cardBox.featCard .cardBody {
  background: #dff5f5;
}

.overviewTab .cardBox.featCard .featTag {
  display: block !important;
  text-align: right;
  margin-top: 15px;
}

.overviewTab .cardBox.featCard .cardBody .tTime {
  display: none;
}

.btnView {
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 14px;
  white-space: inherit;
}

.teamSet1 {
  display: flex;
  flex-wrap: wrap;
}

.teamUser {
  width: calc(100% / 8);
}

.teamUser img {
  height: 130px;
  min-height: 60px;
  max-height: 130px;
  width: 120px !important;
  border-radius: 4px;
  margin: auto;
}

.teamUser p {
  text-align: center;
  color: #707070;
  padding: 4px 8px 0;
  margin: 6px 15px 2px;
}
.allAlert.btn-primary {
  background-color: #5fc27e !important;
}

.allAlert {
  left: 20%;
  width: 60%;
  position: fixed;
  top: 10%;
}
/* Breadcrumb */

.breadcrumb li,
.breadcrumb li span,
.breadcrumb li a {
  font-size: 13px;
  cursor: pointer;
}

.breadCrumb a {
  font-size: 14px;
}

.tCard {
  margin-bottom: 0;
}
.tCard > tbody > tr:nth-child(odd) {
  background-color: #f2f3f4;
}

.tCard tr td img {
  max-height: 100px !important;
  width: auto;
  min-width: 100px;
}
.mxHeight {
  min-height: 160px;
}

.tCard2 tr td {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  /* border: 0;
  padding: 8px 0; */
}
.tCard2 tr {
  background-color: transparent;
  /* border: 0px;
  border-bottom: 1px dashed #d6d6d6; */
}

/* Rate Form */
.form-control-outer {
  position: relative;
}

.form-control-outer .custom-file .custom-file-label {
  color: #333;
  border: 1px solid #00000029;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  min-height: 45px;
  cursor: pointer;
  line-height: 32px;
}

.form-control-outer .custom-file .custom-file-label::after {
  min-height: 45px;
  content: "Choose File";
  line-height: 32px;
  cursor: pointer;
}

.form-control-inner {
  display: flex;
}

.file-input-box {
  position: relative;
  flex-grow: 1;
  border: 1px solid #00000029;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  color: #333;
  border-radius: 6px 0 0 6px;
}

.file-input-text {
  padding: 6px 12px;
}

.file-name,
.placeholder {
  display: block;
  font-size: 12px;
  color: #333;
  min-height: 31px;
  line-height: 30px;
}

.btn-file-input {
  background: #00999a;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 0px 6px 6px 0;
  border: 0;
  padding: 4px 25px;
  color: #fff;
}

.termBox h6 {
  color: #707070;
}

.termBox p {
  color: #828282;
  font-size: 14px;
  max-width: 80%;
  line-height: 20px;
}

.termBox p a {
  color: #0042dc;
}

.termBox .form-check-inline .form-check-label input {
  min-height: auto;
}

a.list-btn:hover,
a.add_agent_btn:hover,
.blueBtn2:hover,
.filter-btns:hover,
button:hover,
a.btn:hover,
button.btn:hover {
  filter: brightness(1.1);
}
.filter-btns:hover {
  color: #fff;
}

.termBox input {
  box-shadow: none;
}

.btn-theme {
  background: #00999a;
  border-radius: 4px;
  color: #fff !important;
  border: 0;
  padding: 8px 15px;
}

.blueBtn2 {
  background: #00999a;
  border-radius: 4px;
  margin: 12px auto;
  color: #fff !important;
  border: 0;
  font-size: 14px;
  padding: 12px 10px;
  width: 100%;
}
.blueBtn3 {
  background: #fff;
  border-radius: 4px;
  margin: 12px auto;
  border: 1px solid;
  font-size: 14px;
  padding: 12px 20px;
  min-width: 200px;
  color: #444;
}

.loginWith {
  max-width: 80%;
  margin: auto;
}

.loginWith span {
  color: #747474;
  font-size: 14px;
}

.loginWith button img {
  max-height: 22px;
  margin-left: 20px;
}

.loginWith button p {
  width: 70%;
  line-height: 25px;
  padding: 0;
  margin: 0;
  color: inherit;
}

.loginWith button {
  margin-top: 4px;
  display: flex;
  width: 100%;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #b9b9b95e;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  padding: 10px 5px;
}

.badge1 {
  min-width: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  border: 1px solid;
  font-size: 14px;
  height: fit-content;
}

.badge1.active {
  background: #009993;
  color: #fff;
  border: 0;
}

.radio-switch {
  display: inline-block;
}

.radio-switch .btn1 {
  border-radius: 10px 0 0 10px;
}

.radio-switch .btn2 {
  border-radius: 0px 10px 10px 0;
}

.radio-switch input {
  display: none;
}

.radio-switch label {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: black;
  border: 1px solid #ccc;
  cursor: pointer;
}

.radio-switch input:checked + label {
  background-color: #019595;
  color: white;
}

.note1 {
  font-size: 15px;
  line-height: 25px;
}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  /* Adjust the opacity as needed */
  z-index: 9999;
}

#loading-image {
  position: relative;
  top: auto;
  left: auto;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.list-Img {
  list-style-type: disc;
  margin-left: 0;
  padding-left: 20px;
}

.list-Img li {
  color: #444;
  font-size: 13px;
  margin: 4px 0;
}

.list-Img li .btn-close {
  padding: 0;
  background-color: #ff3838;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin-left: 15px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-weight: bolder;
}

button i.fa-star-o {
  color: #333 !important;
  text-shadow: 0px 0px 0px #333 !important;
}

.cpointer {
  cursor: pointer;
}

.customMailtemp {
  border: 3px solid #009993;
  border-radius: 25px;
  padding: 20px;
  margin: 10px 10px 0;
}

.customMailtemp .subLink a {
  color: #009993;
  text-decoration: none;
  display: block;
  text-align: right;
  padding: 2px;
  font-weight: 500;
}

.customMailtemp p {
  font-size: 14px;
  text-align: justify;
  line-height: 1.4;
}

.customMailtemp h2 {
  font-size: 26px;
  font-weight: 800;
}

.customMailtemp h4 {
  font-size: 22px;
  font-weight: 700;
}

.customMailtemp h5 {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.reaction {
  display: flex;
  margin: auto;
  justify-content: center;
  padding: 0;
}

.reaction li {
  width: 45%;
  list-style: none;
}

.reaction li img {
  height: 16px;
}

.reaction li span {
  margin: auto 5px;
}

.reaction li.goodR {
  color: #40b14d;
  font-weight: bold;
}

.reaction li.badR {
  color: #fe6c6c;
  font-weight: bold;
}

.floatBtn {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  right: 1%;
  bottom: 10%;
  box-shadow: 1px 1px 6px 0px #777;
  border: 0.6px solid;
  animation: heartbeat 2s infinite;
  z-index: 99;
}

.floatBtn:hover {
  animation-play-state: paused;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.my-floatBtn {
  font-size: 22px;
}

.toggleForm {
  display: none;
  transition: display 0.3s ease-in;
}

.btnSeedetail:hover {
  background: #00999a;
  color: #fff;
}

.btnSeedetail {
  border: 2px solid #00999a;
  border-radius: 6px;
  margin: auto;
}

.btnvalue:hover {
  background: #40b14d;
  color: #fff;
}

.btnvalue {
  border: 2px solid #40b14d;
  border-radius: 6px;
  margin: auto;
}
.featureTabs .k-tabstrip-items li.k-active span,
.featureTabs .k-tabstrip-items li span:hover {
  cursor: pointer !important;
  background: #c4e7e8;
  color: #111;
  border-bottom: 0;
}
.featureTabs .k-tabstrip > .k-content {
  border: 1px solid #c4e7e8 !important;
}
.featureTabs .k-tabstrip-items li span {
  color: #000;
}

.adBlock img {
  /* box-shadow: 0 0px 10px -4px #c5b9b9; */
  border-radius: 4px;
  width: auto;
}
.filterOpen {
  display: none;
}

.error404 {
  background-image: url("../../assets/images/error/404bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10% 0;
}

.error404 h1 {
  font-size: 220px;
  letter-spacing: 5px;
  font-weight: 800;
  text-shadow: 4px 35px 45px #1a1a1a78;
}
.error404 h3 {
  font-size: 50px;
  font-weight: 600;
  text-shadow: 0px 40px 50px #1a1a1a78;
  margin-bottom: 20px;
}
.error404 h5 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 20px;
}

.error404 a i {
  font-size: 20px;
  margin-right: 5px;
}
.error404 a {
  font-size: 18px;
  border-radius: 30px;
  padding: 10px 30px;
  margin: 30px 0;
}
.commingsoon h3 {
  font-size: 50px;
  font-weight: 600;
  text-shadow: 0px 40px 50px #1a1a1a78;
  margin-bottom: 20px;
}
.reactPlayerCard {
  width: 100% !important;
  height: 100% !important;
  min-height: 320px;
}
.previewEmail td {
  padding: 0 !important;
}
.previewEmail p {
  word-wrap: break-all;
}

.agDetails2 .agentGridListing2 ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  justify-content: space-between;
}
.agDetails2 .agentGridListing2 li:hover a {
  border-radius: 4px;
}
.agDetails2 .agentGridListing2 li {
  flex: 1 1;
  min-width: calc(15% - 10px);
  margin: 8px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  border-radius: 4px;
  list-style: none;
}

.agDetails2 ul {
  padding: 0;
}
.agDetails2 li {
  list-style: none;
}
.agDetails2 .agentGridListing2 li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.saleIco .btn-group span {
  width: 40px;
  height: 40px;
  padding: 0 8px;
  text-align: center;
  line-height: 40px;
}
.valueLink {
  background: #00999a;
  color: #fff !important;
  padding: 15px 25px;
  display: block;
  max-width: fit-content;
  margin: auto;
  border-radius: 4px;
  text-decoration: none;
}

#accordion .panel .panel-title {
  margin-bottom: 0;
  font-size: 22px;
}

#accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-title a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  background: #00999a;
  border: 1px solid #00999a;
  padding: 15px 50px 15px 20px;
  position: relative;
  transition: all 0.5s ease 0s;
  border-radius: 4px 4px 0 0;
}
#accordion .panel-title a.collapsed {
  background: #fff;
  border-color: #ddd;
  color: #444;
  border-radius: 4px;
}
#accordion .panel-title a:before {
  content: "\2212";
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  top: 30%;
  right: 20px;
  transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before {
  content: "\002B";
}
#accordion .panel-body p {
  margin: 10px 0;
  display: flex;
}
#accordion .panel-body a {
  color: #00999a;
  display: block;
}
#accordion .panel-body p::before {
  content: "-";
  color: #00999a;
  padding-right: 4px;
}
#accordion .panel-body {
  padding: 5px 8px;
}

#accordion .panel-collapse {
  transition:
    max-height 0.4s ease-in-out,
    padding 0.4s ease-in-out; /* Shortened time for smoother transitions */
  overflow: hidden;
  max-height: 0;
  padding: 0 8px; /* Padding to give some spacing during transitions */
}

#accordion .panel-collapse.show {
  max-height: 500px; /* Set an arbitrary large value for maximum height during expansion */
  padding: 8px;
  border: 1px solid #00999a;
  border-radius: 0 0 4px 4px;
  margin-bottom: 5px;
  height: 100%;
}

#accordion .panel-title a {
  transition:
    background 0.3s ease,
    color 0.3s ease; /* Smooth color and background transition */
}

#accordion .panel-title a.collapsed {
  transition:
    background 0.3s ease,
    color 0.3s ease; /* Smooth collapsed state transition */
}

/* property Css */
.propertySlider .swiper-slide {
  width: 100% !important;
  height: 100% !important;
  margin-bottom: 2px !important;
}
.allPropertySlide .owl-nav button span,
.propertyCards .owl-nav button span {
  font-size: 42px !important;
  display: block;
  color: #fff;
  background: #26262699;
  width: 35px;
  height: 40px;
  line-height: 35px;
  border-radius: 4px;
}

.allPropertySlide .custom-indicators {
  margin: 5px auto;
  overflow-x: scroll;
  width: 100%;
  display: flex;
  /* border: 1px solid #7e7e7ec7; */
}
.allPropertySlide .custom-indicators img {
  height: 80px;
  margin-right: 2px;
  border: 1px solid #7e7e7ec7;
}

.allPropertySlide .owl-nav,
.propertyCards .owl-nav {
  position: absolute;
  top: 43%;
  width: 100%;
  margin: 0 !important;
  justify-content: space-between;
  display: flex;
}

.allPropertySlide .owl-carousel img {
  height: 100%;
  border: 1px solid #7e7e7ec7;
}
.propertyCards .mainNone {
  display: none;
}
.tablecompare td {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.tablecompare td p {
  display: flex;
}
.tablecompare td i {
  color: gold;
}
.tablecompare td span {
  width: 70%;
  display: flex;
}
.tablecompare td b {
  width: 200px;
  padding-left: 10px;
}
.tablecompare td b:after {
  content: ":";
  margin-right: 12px;
  float: right;
}

.social-share-buttons {
  display: flex;
  gap: 12px;
  /* background-color: #f2f2f2; */
  border-radius: 4px;
  justify-content: center;
  padding: 10px;
}

.share-btn:hover {
  background-color: #019595;
  color: #fff;
}
.share-btn {
  border-radius: 50%;
  transition: background-color 0.3s;
  background: #fff;
  font-size: 22px;
  padding: 8px;
  width: 50px;
  height: 50px;
  line-height: 34px;
  text-align: center;
  box-shadow: 0px 0px 3px 0px #3c3c3c7a;
}

/* Hover effect */
.share-btn:hover i {
  color: #fff !important;
}
.call-btn {
  height: 40px;
  width: 40px;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px -1px #555;
}
/* ------------- Success Page ----------------*/

.successcard {
  background-color: #fff;
  width: 100%;
  float: left;
  margin-top: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 80px 30px 25px 30px;
  text-align: center;
  position: relative;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 60px;
}
.card__success {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 5px solid #fff;
  margin: -120px auto 30px;
  display: block;
}
.card__success i {
  color: #fff;
  line-height: 90px;
  font-size: 45px;
}
.card__msg {
  text-transform: uppercase;
  color: #292929;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: inherit;
}
.card__submsg {
  color: #959a9e;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
}
.card__body {
  background-color: #f8f6f6;
  border-radius: 4px;
  width: 100%;
  margin-top: 15px;
  float: left;
  box-sizing: border-box;
  padding: 30px;
}
.card__price {
  color: #232528;
  font-size: 50px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.card__price span {
  font-size: 40px;
}
.card__tags {
  clear: both;
  padding-top: 15px;
}
.paytable tr td {
  min-width: 120px;
  color: #111;
  word-wrap: anywhere;
  font-size: 14px;
}

.popFilter {
  display: none;
  height: 0;
  opacity: 0;
}

.popFilter.active {
  position: absolute;
  width: 100%;
  z-index: 999;
  display: block;
  background: #fff;
  box-shadow: 0px 3px 6px -2px #afafaf;
  opacity: 1;
  transition:
    opacity 1s ease-in-out,
    height 0.1s ease-in-out;
}

/* ----------- Multiselect --------- */

.multiselectBtn .selectBtn:hover input:checked + label,
.multiselectBtn .selectBtn .button_select:hover,
.multiselectBtn .selectBtn .button_select:focus,
.multiselectBtn .selectBtn .button_select.active,
.multiselectBtn .selectBtn input:checked + label:hover,
.multiselectBtn .selectBtn input:checked + label:focus,
.multiselectBtn .selectBtn input:checked + label:active {
  background-color: #009993;
  color: #fff;
  box-shadow: 0px 6px 3px -3px #7f7e7f7e;
}

.multiselectBtn .selectBtn input {
  opacity: 0;
  position: absolute;
}

.multiselectBtn .selectBtn .button_select {
  margin: 0 10px 10px 0;
  text-align: center;
  color: #111;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  padding: 6px 5px;
}

.multiselectBtn .option {
  position: relative;
}
.multiselectBtn .option input {
  opacity: 0;
  position: absolute;
}
.multiselectBtn .option input:checked + span,
.multiselectBtn .option input:checked + span:hover,
.multiselectBtn .option input:checked + span:focus,
.multiselectBtn .option input:checked + span:active {
  background-color: #009993;
}
.multiselectBtn .option .btn-option {
  margin: 0 10px 0 0;
  display: flex;
  background-color: transparent;
}
.multiselectBtn .option .btn-option:hover,
.multiselectBtn .option .btn-option:focus,
.multiselectBtn .option .btn-option:active {
  background-color: transparent;
}

.cRow .form-control {
  border-radius: 6px;
}
.fancybox__content {
  width: auto;
  height: auto;
}
.viewFull a.eyeLarge {
  position: absolute;
  z-index: 99;
  background: #333333bd;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #fff;
  border-radius: 2px;
  right: 0;
}

.previewEmail .img-fluid {
  word-break: break-all;
}

/* Stats */
.card-stats {
  position: relative;
  box-shadow: 0px 4px 8px 0px #d3d3d3;
  border-radius: 4px;
  background-color: #fff;
  background-clip: border-box;
  margin-bottom: 20px;
  min-height: 115px;
}
.card-stats h6 {
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  width: 130%;
}
.card-stats span.h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.card-stats .icon {
  background: #4b4b4b21;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  text-align: center;
}
.card-stats .icon i {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.ceremonyCards .eyeLarge,
.propertyCards .eyeLarge {
  display: none;
}

/* ------------ Social Connect 2-------- */
.socialConnectCard {
  background-color: #fff;
  box-shadow: 0px 4px 8px 0px #bab8b8;
  border-radius: 12px;
  margin-bottom: 25px;
}
.socialConnectCard h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.socialConnectCard small {
  margin-left: 15px;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px;
  height: fit-content;
  font-weight: 500;
}
.socialConnectCard p {
  color: #666;
  font-size: 14px;
  margin-top: 0px;
}
.socialConnectCard img {
  max-width: 40px;
  width: 100%;
  height: 100%;
}
.socialConnectCard .socailButtons div {
  /* border-left: 1px solid #e0e0e0; */
  padding: 0 0;
  border-top: 1px solid #e0e0e0;
  /* border-bottom: 1px solid #e0e0e0; */
}
.socialConnectCard .socailButtons {
  margin: 0 0;
}
.socialConnectCard .socailButtons .btn:hover {
  background-color: #009993;
  color: #fff;
  cursor: pointer;
}
.socialConnectCard .socailButtons .btn-outline-danger:hover {
  background-color: #ff3838;
  color: #fff;
  cursor: pointer;
}

.socialConnectCard .socailButtons .btn {
  border: 0;
  padding: 10px;
  font-size: 14px;
}
.socialConnectCard .socailButtons .btn-dark {
  color: #333;
}

/* ------------ Ceremony ---------- */
.networkCard .ceremonyCard {
  min-height: 160px;
  align-content: center;
}
.networkCard .ceremonyCard img {
  max-height: 75px;
  max-width: 90%;
  margin: auto;
}
.ceremonyBanner {
  height: 600px;
  padding: 15px 0;
}
.ceeremonyContent div h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
}
.ceeremonyContent div h2 {
  color: #ffd700;
  font-size: 50px;
  margin: 8px auto;
}
.ceeremonyContent div p {
  color: #eee;
  font-size: 18px;
  line-height: 1.5;
}
.ceeremonyContent div {
  width: 100%;
}
.ceeremonyContent {
  background-color: rgba(9, 55, 94, 0.75);
  height: calc(600px - 30px);
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}

.cTitle {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.ceremonyCard:hover {
  box-shadow: inset rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ceremonyCard {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 6px;
  background-color: #fff;
  padding: 25px 15px;
  text-align: center;
  margin: 0 0 22px;
  cursor: pointer;
}
.ceremonyCard h3 {
  font-size: 22px;
}
.ceremonyCard h6 {
  font-size: 18px;
}
.ceremonyCard h6 span {
  color: #222;
}
.ceremonyCard p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  max-width: 75%;
  margin: 8px auto;
}
.eventdet {
  background-size: cover;
  background-position: center;
}

.d-lg-none {
  display: none;
}

/* File Upload Custom */

.file-upload-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.file-upload-btn {
  cursor: pointer;
  display: inline-block;
  padding: 20px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  border: 1px dashed #707070;
  color: #333;
  border-radius: 2px;
}

.file-upload-info li {
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: disc;
}

/* ---------- New Header ------------- */

.top-header p {
  color: #b12a00;
  /* position: absolute; */
  left: 0;
  right: 0;
  z-index: -1;
}
/* 
.newHeadBar ul li {
  list-style-type: none;
}
.newHeadBar ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.newHeadBar {
  display: flex;
  align-items: center;
  justify-content: end;
}
.signBtnBox2 {
  display: none;
} */

/* -------------------------------- */
/* Backdrop overlay */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
  z-index: 999; /* Below popup but above other content */
}

/* Popup container */
.filter-popup {
  position: fixed;
  top: 88px;
  left: -100%;
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(17, 17, 17, 0.33);
  transition: left 0.3s ease;
  z-index: 999;
  overflow-y: hidden;
  bottom: 0;
  border-radius: 0 12px 12px 0;
}

.filter-popup.open {
  left: 0;
}

/* Popup header */
.popup-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  padding: 15px 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Popup footer */
.pupup-footer {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  padding: 10px 20px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
  font-size: 12px;
}

/* Popup content */
.popup-content {
  padding: 0 20px 20px;
  overflow-y: auto;
  height: calc(100% - 120px);
}

/* Filter section */
.filter-section {
  margin-top: 20px;
}

.filter-section h5 {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Rating (star) buttons */
.stars {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.star-label {
  display: inline-block;
  width: 100%;
}

.star-label input[type="radio"] {
  display: none;
}

.star-button {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  transition:
    background-color 0.3s,
    border-color 0.3s;
}

.star-button:hover,
.star-button.active {
  background-color: #00999a;
  color: white;
  border-color: #00999a;
}

.star-button i {
  color: gold;
}

.filter-section label:nth-child(1) .star-button {
  border-radius: 4px 0 0 4px;
}

.filter-section label:nth-child(5) .star-button {
  border-radius: 0 4px 4px 0;
}

/* Tag buttons */
.tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

.tag-button {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.tag-button:hover {
  background-color: #e0e0e0;
  border-color: #ccc;
}

.tag-button.active {
  background-color: #00999a;
  color: white;
  border-color: #00999a;
}

/* Form elements (input, select, checkbox, radio) */
.filter-section label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  margin-bottom: 5px;
}

.filter-section input[type="text"],
.filter-section select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 5px;
}

/* media quires for responsive */

@media (max-width: 1400px) {
  .navbar-brand img.logo {
    width: 140px;
  }

  .teamUser {
    width: calc(100% / 7);
  }
}

@media (max-width: 1200px) {
  .agentCard {
    padding: 15px 15px;
  }
  .multiselectBtn .selectBtn .button_select {
    font-size: 12px;
  }
  .cRow .cCOl .form-control,
  .cRow .cCOl button.btn {
    font-size: 12px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
  .cardContact button,
  .cardContact button.btn {
    margin: 0 auto;
    min-height: 30px !important;
    height: auto;
    font-size: 12px !important;
  }
  a.list-btn,
  button.list-btn {
    min-height: 30px !important;
    height: 30px;
  }
  .cardContact h5 {
    font-size: 18px;
  }
  .teamUser {
    width: calc(100% / 6);
  }
  .error404 h1 {
    font-size: 180px;
  }
  .error404 h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .error404 h5 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .error404 a {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .cRow .cCOl .form-control,
  .cRow .cCOl button.btn {
    margin: 4px auto !important;
  }
}

@media (max-width: 800px) {
  .modeBtn {
    display: none;
  }
  .error404 h1 {
    font-size: 120px;
    letter-spacing: 5px;
    margin-top: 30px;
  }
  .error404 h3 {
    font-size: 30px;
    font-weight: 600;
    padding: 0;
  }
  .error404 h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .error404 a i {
    font-size: 18px;
  }
  .error404 a {
    font-size: 16px;
    border-radius: 30px;
  }
  .teamUser {
    width: calc(100% / 4);
  }
}

@media (max-width: 600px) {
  .btnwidth {
    width: 100% !important;
  }
  .mobCenter {
    text-align: center;
  }
  .allAlert {
    left: 5%;
    width: 90%;
    top: 10%;
  }
  .teamUser {
    width: calc(100% / 3);
  }
  .error404 {
    text-align: center;
    padding: 25% 0;
  }
  .error404 h1 {
    font-size: 90px;
  }
  .error404 h3 {
    font-size: 24px;
  }
  .error404 h5 {
    font-size: 16px;
  }
  .error404 a i {
    font-size: 16px;
  }
  .error404 a {
    font-size: 14px;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .cardContact {
    margin: 0;
  }
}

@media (max-width: 400px) {
  .teamUser {
    width: calc(100% / 2);
  }
}

/* Old Media Query */

@media (min-width: 992px) {
  .filter-bar .nav-tabs .nav-link.active,
  .filter-bar li.nav-link a.nav-link {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .login-register .card {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .top-header p {
    font-size: 14px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    color: rgb(0 0 0);
    margin: 0 6px 0 0;
  }
  .navbar-light .navbar-brand {
    margin-right: 10px;
  }
  a.add_agent_btn i {
    font-size: 12px;
  }
  a.add_agent_btn {
    padding: 4px 4px;
    white-space: nowrap;
    font-size: 9px;
  }

  a.sign_btn {
    padding: 4px 4px;
    font-size: 9px;
  }

  div#navbarNavDropdown ul.navbar-nav {
    margin: 0 auto;
    margin-left: 0 !important;
  }

  .container.lead-form .card.border-0.shadow.rounded-3.my-5 {
    top: 130px;
  }
}

@media only screen and (max-width: 1100px) {
  .navbar-brand img.logo {
    width: 92px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px;
    margin: 0 4px 0 0;
  }
  .filter-bar .nav-tabs .nav-link.active,
  .filter-bar li.nav-link a.nav-link {
    font-size: 14px;
  }
  .banner-image h1.text-center {
    font-size: 22px;
  }
  .aCards {
    display: flex;
  }

  .aCards .firmLogo img {
    min-height: 40px;
  }

  .aCards .firmLogo,
  .aCards .cardContact {
    width: 100%;
  }

  h5.pt2 {
    font-size: 14px;
  }

  .filter-bar .form-control {
    margin-bottom: 10px;
  }

  .footer_ul_amrc li a {
    font-size: 14px;
  }

  .banner-image h3.text-center {
    font-size: 24px;
    padding: 25px 0;
  }

  .border2 {
    border: 0;
  }

  .login-register .card {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  }

  li.childElemnt {
    width: 43%;
    font-size: 14px;
  }

  .listing_form .container.lead-form .card.border-0.shadow.rounded-3.my-5 {
    position: fixed;
    z-index: 999;
    right: 10px;
    top: 130px;
    width: 275px;
  }

  .form-back-button,
  .form-upload-button {
    width: -webkit-fill-available;
  }

  .fade.agentTimeline.splOps.modal.show {
    width: 100%;
    left: 0;
  }

  .splOps .modal-header {
    position: fixed;
    width: 100%;
  }

  .table-outer.selectTb {
    margin-top: 10px;
    padding: 10px;
  }
}

@media only screen and (max-width: 992px) {
  .signBtnBox {
    display: none !important;
  }
  .newHeadBar {
    display: block;
  }
  .top-header p {
    position: relative;
    font-size: 14px;
  }
  .signBtnBox2 {
    display: inherit;
  }
  .navbar-light .navbar-toggler {
    margin-bottom: 5px;
  }
  .agentTimeline .modal-content {
    width: 94%;
    left: 3%;
  }
  .splOps .modal-header {
    width: 94%;
  }
  .banner-image h1.text-center {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  .filter-bar li.nav-link a.nav-link {
    font-size: 16px;
  }
  .banner-image {
    height: 480px;
  }
  .banner-image .container.pb-5 {
    padding-top: 70px;
  }
  .staffBranch img {
    height: 115px;
    min-height: 60px;
    max-height: 115px;
    width: 115px !important;
  }

  .card.top-form li {
    width: 100%;
  }

  div#navbarNavDropdown {
    background: #d5edef;
    margin: 0;
    padding: 0 10px;
  }

  .log-in-btn {
    padding-bottom: 14px;
    position: absolute;
    right: 0;
    margin-top: 0px;
    margin-right: 10px;
  }
  div#navbarNavDropdown ul.navbar-nav.navbar-right {
    display: flex;
    flex-direction: inherit;
  }

  .navbar-light .navbar-nav.navbar-right li a {
    display: block;
    margin: 0;
    font-size: 12px;
  }

  .navbar-light .navbar-nav.navbar-right li,
  .navbar-light .navbar-nav.navbar-right .log-in-btn {
    position: relative;
    margin: auto;
    padding: 0;
    right: auto;
    display: block;
    width: 45%;
    text-align: center;
  }

  .navbar-light .navbar-nav .nav-item .nav-link.active:hover,
  .navbar-light .navbar-nav .nav-item:hover a {
    color: #fff !important;
  }
  .navbar-light .navbar-nav .nav-item:hover {
    background: #009993;
  }
  .navbar-light .navbar-nav .nav-item a:hover:before {
    width: 0;
  }

  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    padding: 6px;
    display: block;
    font-size: 14px;
  }

  div#navbarNavDropdown ul.navbar-nav {
    margin: auto auto !important;
    padding: 10px 0px;
  }

  .serviceBox {
    margin: 0 0 30px;
  }

  .col-sm-9.col-md-9.col-lg-9.invisible {
    display: none;
  }

  /* .container.lead-form .card.border-0.shadow.rounded-3.my-5 {
    position: relative;
    width: 450px;
    right: 59px;
    top: 0;
    left: -80px;
  } */

  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    color: rgb(0 0 0);
    padding: 6px 6px 6px;
    border-bottom: 1px solid #111;
    margin-bottom: 0;
  }

  .lead-div {
    width: 100%;
    margin: 0 auto;
  }

  .container.lead-form {
    background: #f7f7f7;
    max-width: 100% !important;
  }

  .topbar .infobar {
    margin-top: -35px;
  }

  .vertical-layout.toggle-menu .topbar .infobar {
    margin-top: 0;
  }

  .k-grid tbody > tr:not(.k-detail-row):hover {
    background-color: #cfcbcb !important;
  }

  .table-outer {
    padding: 55px 15px;
  }
  .d-mb-none {
    display: none;
  }
  /* div#header-landing {
    margin: 0px !important;
} */
}

@media only screen and (max-width: 767px) {
  .common-table th.k-sorted {
    width: auto;
  }
  .cuTop {
    margin-top: 66px;
  }
}

@media only screen and (max-width: 768px) {
  .listing_form .container.lead-form .card.border-0.shadow.rounded-3.my-5 {
    position: relative;
    z-index: 999;
    right: 15px;
    top: 0;
    width: 415px;
    left: -80%;
  }

  p.text-center.mb-0.pt-3 {
    font-size: 12px;
    font-weight: 600;
  }
  .filter-btns {
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .job-tab ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px 4px;
  }
  .banner-image {
    height: 560px;
    padding: 2rem 0;
  }
  .filter-bar p {
    margin: 12px 0 6px;
  }
  .banner-image .container.pb-5 {
    padding-top: 70px;
  }
  .staffBranch .owl-nav {
    width: 90%;
    height: 40px;
    left: 5%;
  }
  .foote_bottom_ul_amrc li a {
    margin: 0 5px;
    font-size: 12px;
  }
  .footer_ul_amrc li a {
    font-size: 12px;
  }
  .filter-bar .form-row .form-control,
  .filter-bar .form-row span.k-input {
    font-size: 12px;
  }
  .loginWith,
  .termBox p {
    max-width: 100%;
  }
  .footer p {
    font-size: 12px;
  }
  .filter-bar li.nav-link a.nav-link,
  .filter-bar .nav-tabs .nav-link.active {
    font-size: 12px;
  }
  .cuTop {
    margin-top: 15px;
  }
  .aCards {
    display: block;
  }
  .agent-listing .cFlex {
    display: contents;
  }

  .aCards .firmLogo img {
    min-height: 40px;
    max-height: 40px;
  }
  .agent-listing .card-title a {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 220px;
    display: block;
  }
  .agent-listing .card-title {
    padding: 15px !important;
  }
  .card-title .topSocail {
    margin-top: -25px;
  }
  .topSocail a i {
    font-size: 16px;
  }
  .topSocail a i {
    margin: 6px 4px;
    min-width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .agent-listing .cardContact .cardStarRate {
    text-align: center;
  }

  .agent-listing .cardContact .topSocail {
    float: inherit;
    text-align: center;
    justify-content: center;
    margin: -12px 0 0;
  }

  .valuationBox .btnValuation {
    margin: 5px auto 30px;
  }
  .aCards .firmLogo,
  .aCards .cardContact {
    width: 100%;
    margin: 15px auto;
  }

  .overviewTab h1,
  .overviewTab h6 {
    white-space: nowrap;
  }

  .cRow.show {
    display: flex !important;
  }
  .filterOpen b.btn {
    margin: 0 0 0 0 !important;
    height: auto !important;
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    background: #00999a;
    padding: 2px 8px 3px;
    font-weight: 500;
  }
  .filterOpen b {
    border-radius: 4px;
  }
  .filterOpen {
    position: relative;
    width: 100%;
    display: flex;
  }
  .cRow.hide,
  .cRow {
    display: none;
  }
  .filter-bar .tab-content {
    padding: 0px 15px;
  }
  .k-grid.k-grid-md.common-table {
    height: 510px;
  }
  .actionBtnSet {
    margin: 0 0 8px !important;
  }
  .profileTab .k-tabstrip-items li,
  .profileTab .nav-tabs li {
    padding: 4px 7px !important;
    font-size: 14px;
  }

  .agent-listing .cardContact p {
    font-size: 13px;
  }
  .btnView {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
  }
  .k-pager-mobile-sm .k-pager-numbers-wrap {
    border-color: inherit;
    margin: auto;
  }

  .floatBtn,
  .d-d-sm-none {
    display: none !important;
  }
  .k-stepper .k-step-label .k-step-text {
    display: none;
  }
  .k-step-list-horizontal ~ .k-progressbar {
    top: 31px !important;
  }

  .addAgentsCard .form-group {
    margin-bottom: 15px;
    padding: 20px 30px 0px 25px;
  }

  .card.officeBranch .form-group.row {
    padding: 0;
  }

  .emailForm .col-form-label::after,
  .card.officeBranch .form-group .col-form-label::after,
  .addAgentsCard label::after {
    float: none;
  }

  .card.officeBranch .form-group .col-form-label,
  .addAgentsCard label {
    font-size: 14px !important;
  }
  .agent-listing .cardContact a.list-btn {
    font-size: 12px;
    padding: 2px 8px !important;
    height: auto;
    margin: 10px;
    display: block;
    line-height: 1;
    text-align: center;
  }
  a.list-btn,
  button.list-btn {
    margin-left: 15px;
    padding: 3px 12px 5px !important;
    border: 1px solid #70707070;
    font-size: 12px;
    border-radius: 6px;
    background: #fff;
    color: #5d5d5d;
    height: 35px;
  }
  .agent-listing .cardContact button.list-btn {
    font-size: 12px;
    padding: 4px 8px !important;
    height: 40px;
    margin: 10px auto 0;
    display: block;
    line-height: 1;
    text-align: center;
  }

  div#navbarNavDropdown ul.navbar-nav.navbar-right {
    display: flex;
    flex-direction: inherit;
  }

  .navbar-light .navbar-nav.navbar-right li a {
    display: block;
    margin: 0;
    font-size: 12px;
  }

  .navbar-light .navbar-nav.navbar-right li,
  .navbar-light .navbar-nav.navbar-right .log-in-btn {
    position: relative;
    margin: auto;
    padding: 0;
    right: auto;
    display: block;
    width: 45%;
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link {
    margin: 0;
    padding: 6px;
    display: block;
    font-size: 14px;
  }

  div#navbarNavDropdown ul.navbar-nav {
    margin: auto auto !important;
    padding: 10px 0px;
  }

  .filter-bar .form-control {
    margin-bottom: 10px;
  }

  p.text-center.mb-0.pt-3 {
    color: #b12a00;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0 !important;
    border-bottom: 1px solid #e8e8e8;
    width: 90%;
    margin: auto;
  }
  .footer_ul_amrc li {
    padding: 0px 0px 6px 0px;
  }
  .footer_ul_amrc li::before {
    font-size: 12px;
    margin-right: 5px;
  }
  .banner-image h1.text-center {
    font-size: 20px;
    padding: 15px 0;
  }

  .job-tab li {
    /* width: calc(46% - 2px); */
    padding: 7px;
    border-radius: 10px;
    margin: 5px 4px;
  }

  li.active.find-agent-btn a,
  li.Search-by-Area a {
    font-size: 14px;
    font-weight: 500;
  }

  .filter-btns {
    border-radius: 6px;
    font-size: 14px;
    background: #00999a;
    color: #fff;
  }

  .container.lead-form .card.border-0.shadow.rounded-3.my-5 {
    position: relative;
    z-index: 99;
    right: 0;
    top: 0;
    width: calc(100% - 30px);
    margin: auto;
    left: 0;
  }

  .staffBranch img {
    height: 110px;
    min-height: 60px;
    max-height: 110px;
    width: 110px !important;
  }

  .listing_form .container.lead-form .card.border-0.shadow.rounded-3.my-5 {
    position: relative !important;
    z-index: 999;
    right: 0 !important;
    top: -25px !important;
    width: auto !important;
    margin-bottom: 0 !important;
    left: 0;
  }

  div#navbarNavDropdown {
    background: #d5edef;
    padding: 0 10px 10px;
    margin: 5px 0 15px 0;
    border-radius: 4px;
  }

  .log-in-btn {
    padding-bottom: 14px;
    position: absolute;
    right: 0;
    margin-top: 0px;
    margin-right: 10px;
  }

  .btn-sec {
    padding-bottom: 20px;
  }

  .login-register .card {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  }

  .login-register ul#pills-tab {
    padding: 0 !important;
  }

  .login-register ul#pills-tab {
    padding: 0 !important;
  }

  button.sign_btn.pull-right {
    position: relative;
    margin: 10px;
  }

  .breadcrumbbar .breadcrumb-list,
  .breadcrumbbar .page-title {
    text-align: left;
    padding: 0 15px;
  }

  .pull-right.action-buttons input[type="checkbox"] {
    margin-right: 44px;
  }

  .pull-right li {
    display: inline-block;
    margin-right: 19px !important;
    font-size: 13px;
  }

  ul.pull-right.title-filter {
    position: absolute;
    right: 18px;
    margin-top: -25px;
  }

  .topbar .infobar {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #111;
    height: 100vh;
    display: contents;
  }

  .agent-listing .card-title img {
    float: right;
    height: auto;
    width: 65px;
  }

  .text-right.getValution.col-md-4 {
    text-align: center !important;
    padding: 10px 0;
  }

  .list_filter {
    background: #00999a1c;
    padding: 15px 0;
    position: relative;
    z-index: 9;
  }

  section.agent-listing {
    padding-top: 80px;
  }

  .col-sm-4.agentName {
    padding: 0;
    padding-bottom: 10px;
  }

  .text-right.col-md-4 {
    text-align: left !important;
    margin-top: 5px;
  }

  .list_filter button,
  .list_filter .form-control {
    margin-top: 5px;
  }

  .list-submit {
    margin-top: 5px;
  }

  .middleInput {
    padding: 0;
  }

  .col-sm-2.filterSub {
    padding: 0;
  }

  .fieldText {
    right: 47px;
  }

  .table-outer.selectTb {
    margin-top: 10px;
    padding: 10px;
    position: relative;
    width: auto;
    height: 380px;
  }
}

/* -----this style is used on RateReview.js----- */
.grecaptcha-badge {
  visibility: hidden;
}

input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
  appearance: none;
  /* Other modern browsers */
}

/* Hide spin buttons for WebKit-based browsers (Chrome, Safari, etc.) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ------------------------------------------------ */

@media print {
  .hideOnScreen {
    display: block !important;
  }
}

@media screen {
  .hideOnScreen {
    display: none;
  }
}

.not-found-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f8f8f8;
  text-align: center;
}
.cHeightTable {
  height: 50vh;
}

/* ------------------------------- */

.tabBoxNew {
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.tabBoxNew .nav-tabs {
  display: flex;
}
.tabBoxNew .nav-tabs li a.active {
  color: #fff;
  background: #00999a;
}

.tabBoxNew .nav-tabs li {
  width: 50%;
  text-align: center;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  cursor: pointer;
}
.tabBoxNew .nav-tabs li a {
  color: #00999a;
  display: block;
  background: #e1ffff;
  padding: 15px;
  border-radius: 6px;
  margin: 1px;
}

.tabBoxNew .tab-content {
  padding: 3px;
}
.tabBoxNew .tab-content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 10px auto;
  justify-content: space-between;
}
.tabBoxNew .tab-content ul li {
  flex: 1 1;
  min-width: calc(33% - 10px);
  margin: -1px;
  background-color: #f6f6f6;
  box-shadow: 1px 1px 6px -2px #f3f3f3;
  box-sizing: border-box;
  border-radius: 0;
  list-style: none;
  border: 1px solid #d6d6d6;
}
.tabBoxNew .tab-content ul li a {
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  word-break: break-word;
  color: #2c8efd;
}

.modal-open .modal-backdrop {
  z-index: 1040;
}

.modal-open .modal {
  z-index: 1050;
}

.modal-open .modal + .modal-backdrop {
  z-index: 1051;
}
.modal-open .modal + .modal-backdrop + .modal {
  z-index: 1052;
}
.modal-open .modal + .modal-backdrop + .modal + .modal-backdrop {
  z-index: 1053;
}
.modal-open .modal + .modal-backdrop + .modal + .modal-backdrop + .modal {
  z-index: 1054;
}

/* Custom Static Pages */

.sTitle {
  font-size: 22px;
  color: #111;
  margin: 20px 0;
}
.sDescription h1,
.sDescription h2 {
  color: #333;
  font-size: 18px;
}
.sDescription p {
  color: #444;
  font-size: 14px;
}
.sDescription ul {
  padding: 0 15px;
}
.sDescription ul li {
  list-style-type: disc;
  color: #444;
  font-size: 14px;
}

.disableLink {
  pointer-events: none;
  cursor: default;
  color: grey;
  text-decoration: none;
}

/* ------------------------------------- */

.editor-container {
  height: 600px; /* Fixed height */
  overflow-y: auto; /* Enable scroll when content overflows */
}

.horizontal-ruler-allagents .common-table::-webkit-scrollbar {
  height: 8px;
}

.horizontal-ruler-allagents .common-table::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 4px;
}

.horizontal-ruler-allagents .common-table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.disabled-link {
  /* pointer-events: none;
  cursor: not-allowed;
  text-decoration: none; */
  cursor: not-allowed;
  text-decoration: none;
  opacity: 0.6;
}
.filter-toolbar {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.filter-label {
  font-size: 14px;
  font-weight: 600;
  color: #344054;
  margin-bottom: 8px;
}

.filter-select {
  height: 44px;
  border-radius: 10px;
  border: 1px solid #d0d5dd;
  font-size: 14px;
  box-shadow: none !important;
}

.filter-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.15) !important;
}

.filter-btn {
  min-width: 130px;
  height: 44px;
  border-radius: 10px;
  font-weight: 600;
  padding: 0 18px;
}

.apply-btn {
  box-shadow: 0 2px 6px rgba(13, 110, 253, 0.18);
}

.clear-btn {
  background: #fff;
}
.wide-select {
  min-width: 350px;
  width: 450px;
}
.extra-filter-grid-wrapper {
  position: relative;
  min-height: 300px;
}

.extra-filter-loader-overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.extra-filter-loader-content {
  text-align: center;
}

