* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden !important;
}
.bg-theme {
  background: white;
}
/*================================header==========================*/
.header {
  overflow: hidden;
  padding: 20px 10px;
  background: #ffffff;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.header a {
  float: left;
  text-align: center;
  text-decoration: none;
}

.header a.active,
.header a:hover {
  color: #000;
}

.header-right {
  float: right;
}
.header-right a {
  padding: 10px 0 10px 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
  /* identical to box height, or 156% */

  color: #606060;
}
.logo img {
  height: 3rem;
}
@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }

  .header-right {
    float: none;
  }
}
/*=========================================Application section*===========================*/
.wrapper {
  margin-top: 120px;
}

.header {
  display: flex;
  justify-content: space-between;
}

.bulk-import {
  margin-right: 40px;
}

.title {
  font-size: 18px;
  padding: 8px;
}

.para {
  font-size: 14px;
  padding: 0 10px;
}

.mat-stepper-horizontal {
  margin-top: 8px;
}

.mat-mdc-form-field {
  margin-top: 16px;
}

/*---

/*login*/
.login-sec {
  background: mintcream;
  padding: 20px;
  height: 100vh;
}
.bg-login-image {
  background: url("./../images/login-banner-p.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  height: 100%; /* Set the height of the container */
}
.bg-container {
  height: 95vh; /* Set the height of the container, 100vh means 100% of the viewport height */
}
.login-head {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 40px !important;
  line-height: 75px !important;
  /* identical to box height */
  color: black;
}
.login-cont {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  /* or 167% */
  color: #c1c1c1;
}
.login-sec .card {
  background: #1e1e1e;
}
.login-sec .form-control {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  color: #c1c1c1;
  background: transparent;
  font-size: 18px !important;
}
.login-sec .form-control:focus {
  color: #1e1e1e !important;
  background: white;
  border: 1px solid #2b2fd9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.login-sec .form-control:active {
  color: #c1c1c1 !important;
}
.login-sec input:-webkit-autofill,
.login-sec input:-webkit-autofill:hover,
.login-sec input:-webkit-autofill:focus,
.login-sec input:-webkit-autofill:active {
  -webkit-text-fill-color: #c1c1c1 !important;
  color: #c1c1c1 !important;
  background: #c1c1c1 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.login-sec label {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 25px !important;
  /* identical to box height, or 167% */

  color: black;
}
::placeholder {
  color: #c1c1c1; /* Set the desired color for the placeholder text */
}
.btn-forgotpassword {
  background: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 25px;
  /* identical to box height, or 192% */
  color: #2b2fd9;
}
.btn-forgotpassword:hover {
  color: #2b2fd9;
  text-decoration: underline;
}
.btn-login {
  background: #0d0654;
  border-radius: 10px;
  color: #ffffff;
  width: 100%;
  border: 1px solid #2b2fd9;
  transition: 0.5s;
  font-size: 18px;
}
.btn-login:hover {
  color: #ffffff;
  background: navy;
  border: 1px solid #d9d9d9;
}
.btn-signin {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background: transparent;
  color: black;
  width: 100%;
  transition: 0.5s;
  font-size: 18px;
}
.btn-signin:hover {
  color: #ffffff;
  background: navy;
  border: 1px solid #d9d9d9;
}
.btn-facebooklg {
  background: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  width: 100%;
  color: #797979;
  transition: 0.5s;
  font-size: 18px;
}
.btn-facebooklg:hover {
  color: #ffffff;
  background: navy;
  border: 1px solid #d9d9d9;
}
.or-line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #c6c6c6;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #828282;
}
.or-line span {
  background: mintcream;
  padding: 0 10px;
}

/*-------------------------------Accordian Application =============*/
.acc-cont {
  font-style: normal;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 30px;
  /* or 150% */

  text-align: center;

  color: #d9d9d9;
}
#applicationBlk {
  padding: 70px 0px 0px;
}
#accordion .card .card-header.collapse.show {
  background: #2b2fd9;
  border: 1px solid #d9d9d9;
}
#accordion .card .card-header p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  margin: 0px !important;
  line-height: 25px;
  /* identical to box height, or 125% */
  color: #ffffff;
}
#accordion .card .card-header p i {
  /* font-weight: 400 ; */
  margin-right: 20px;
}
#accordion .card .card-header {
  background-color: #2b2fd9;
  border-radius: 10px;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0px 10px 30px rgba(53, 54, 54, 0.05);
  cursor: pointer;
  padding: 20px 40px;
}
#accordion .card .card-header.collapsed {
  background: #07080e;
}
#accordion .card-header:n(1) {
  background-color: #2b2fd9;
}
#accordion .card {
  margin-top: 30px;
  background: #07080e;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
}
.application-inner-cont {
  margin-top: 30px;
}
.application-inner-cont label {
  font-style: normal;
  font-weight: 400;
  font-size: 15px !important;
  line-height: 25px;
  color: #a2a2a2;
  margin-bottom: 10px;
}
.application-inner-cont .form-group {
  margin-bottom: 30px;
}
.application-inner-cont .form-control {
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
  border-radius: 10px;
  color: #a1a1a1;
  background: transparent;
}
.application-inner-cont .form-control::placeholder {
  color: #a1a1a1;
}
.application-inner-cont .mat-select-value {
  color: #a1a1a1;
}
.application-inner-cont .mat-select-placeholder {
  color: #a1a1a1 !important;
}
.application-inner-cont .mat-select-arrow {
  color: #a1a1a1;
}
.application-inner-cont .form-control::-webkit-calendar-picker-indicator {
  color: #a1a1a1 !important;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}
.application-inner-cont .form-control:focus {
  color: #fff !important;
  background: #1e1e1e;
  border: 1px solid #2b2fd9;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn-previous {
  border: 1px solid #d9d9d9;
  background: #1e1e1e;
  color: #d9d9d9;
  padding: 15px 40px;
  border-radius: 50px;
  margin-right: 50px;
}
.btn-previous:hover {
  color: #d9d9d9;
  background: #2b2fd9;
  border: 1px solid #2b2fd9;
}
.btn-continue {
  background: #2b2fd9;
  border: 1px solid #2b2fd9;
  color: #d9d9d9;
  padding: 15px 40px;
  border-radius: 50px;
}
.btn-continue:hover {
  color: #d9d9d9;
  background: #1e1e1e;
  border: 1px solid #d9d9d9;
}
.privacy-blk {
  padding: 50px 0px;
}
.privacy-hed {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 25px !important;
  /* identical to box height, or 125% */

  color: #c1c1c1;
}
.privacy-blk span {
  font-style: normal;
  color: #c1c1c1;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}
.privacy-blk .form-check-input {
  border-color: #c1c1c1;
  background: transparent;
}
.details-title {
  font-style: normal;
  color: #c1c1c1;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 20px;
}
.details {
  overflow-x: auto;
}
.details table {
  font-size: 12px;
  color: #c1c1c1;
}
.round-checkout {
  background: #07080e;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  padding: 10px 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.round-checkout label {
  margin-bottom: 0px !important;
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Hero Follwers Section
--------------------------------------------------------------*/
#heroFollwers {
  width: 100%;
  height: 50vh;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%),
    url("./../images/followers-banner.png") top center no-repeat;
  background-image: url("./../images/hero-image.png") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 0px;
  margin-top: 88px;
}

#heroFollwers h1 {
  margin: 0;
  font-size: 40px !important;
  font-weight: 300 !important;
  color: #fff;
}

#heroFollwers h2 {
  color: #fff;
  margin: 10px 0 0 0;
  font-weight: 700 !important;
  font-size: 40px !important;
}

#heroFollwers .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2b2fd9;
  border: 2px solid #2b2fd9;
}

#heroFollwers .btn-get-started:hover {
  background: transparent;
  border-color: #2b2fd9;
}





@media (max-width: 768px) {
  #heroFollwers {
    text-align: center;
    padding-top: 58px;
  }


.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100% !important;
  max-height: 100%;
  width: 100% !important;
  padding: 0 20px;
}

  .create-property button {
    margin-left: 0 !important;
}

  .btn-item:nth-of-type(2) { order: 1; }

  .btn-item:nth-of-type(4) { order: 4; }



  #heroFollwers h1 {
    font-size: 28px;
  }

  #heroFollwers h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.table-hed {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #0d0654;
}
.table-hed img {
}
.table-border-white {
  background: white;
  border: 1px solid #efefef;
  border-collapse: collapse;
  color: #000;
  margin: 20px 0px;
  text-align: center;
  border-radius: 10px;
  overflow-x: auto;
}
.table-border-white th {
  border: 1px solid #efefef;
}
.table-border-white td {
  border: 1px solid #efefef;
}
.table-border-white tr th {
  background-color: #2b2fd9;
}
.table-sec {
  overflow: hidden;
}
/* ================graph page========================*/
.graph-box {
  border-radius: 9px;
  margin-bottom: 30px;
}
.graph-hed {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #0d0654;
  margin-bottom: 20px
}

.graph-hed img {
  width: 24px;
  margin-right: 10px;
}

.graph-cont {
  padding: 10px 20px;
  background: white;
  border-radius: 10px;
  border: 1px solid #C7D7FA;
}
/*===================facebook login===========================*/
.cont-facebook {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2b2fd9;
  border: 2px solid #2b2fd9;
  text-decoration: none;
  margin-left: auto;
}

.cont-facebook:hover {
  background: transparent;
  border-color: #2b2fd9;
  text-decoration: none;
}
.fb-hed {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 45px;
  /* identical to box height */

  color: #d9d9d9;
}
.fb-login {
  overflow: hidden;
  padding: 50px;
  border: 1px solid #f8f8f8;
  border-radius: 9px;
  margin: 100px;
}
.search {
  width: max-content;
  border: 1px solid #efefef;
  padding: 3px;
  border-radius: 15px;
  background: #07080e;
}
.search input {
  background: transparent;
  border: 0;
}
.search input:focus,
.search input:active,
.search input:focus-visible {
  outline-offset: 0px;
  border: 0;
  outline: 0;
}
/* .max-width200px{
  width: 200px;
} */
.loader {
  border: 20px solid #13131367;
  border-radius: 50%;
  border-top: 20px solid #021d75;
  width: 180px;
  height: 180px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 0.35s linear infinite;
}
.loadercontainmain {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999; /* Set a high z-index to ensure it appears on top */
  pointer-events: none;
}
/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.btnbacktolist {
  border-radius: 4px;
  background-color: #021d75;
  color: white;
  border: none;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  margin-top: 11px;
  padding-left: 3px;
}
.btnbacktolist:hover {
  background-color: #0832b9;
  transition: background-color 0.3s ease;
  cursor: pointer;
  color: white;
}
.formbtn {
  outline: none;
  background-color: transparent;
  border: none;
  color: white;
}
.closenav {
  outline: none;
  border: none;
  background-color: #8f91ab40;
  cursor: pointer;
  padding: 2px 11px;
  margin: 10px;
  border-radius: 5px;
}
.closenav:hover {
  background-color: #e74242;
  cursor: pointer;
  color: white; /* Background color on hover */
}
.opensidenav {
  height: 100% !important;
  width: 18% !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.sdnavmn {
  display: flex;
  flex-direction: column;
}

.dshide {
  display: none;
}
.bigpage {
  width: 100vw;
  height: fit-content;
  margin: 0;
  padding: 0;
  border-radius: 0px;
}
.cnfm {
  border: none;
  padding: 4px 15px;
  margin-right: 8px;
  outline: none;
  background-color: #021d75;
  color: white;
  font-weight: 500;
  border-radius: 5px;
}
.cnfmno {
  border: none;
  padding: 4px 15px;
  margin-right: 8px;
  outline: none;
  font-weight: 500;
  border-radius: 5px;
}
.custom-sidenav {
  flex: 0 0 auto;
  width: 0;

  transition: width 0.01s ease-in-out;
}
.mat-drawer-container {
  display: contents;
  overflow: hidden;
}
.formlyout {
  display: flex;
  flex-direction: column;
  padding: 2px 10px 30px 7px;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px; /* Adjust padding as needed */
}

.header-nav {
  display: flex;
  align-items: center;
}

.header-nav .nav-link {
  margin-right: 10px;
  white-space: nowrap; /* Prevent multiline for nav links */
}

.search-input {
  border: none;
  border-bottom: 1px solid;
  border-radius: 0;
}

.input-group {
  white-space: nowrap; /* Prevent wrapping */
}

.input-group-text {
  background-color: transparent;
  border: none;
}

.material-icons {
  vertical-align: middle;
}

.profile-img {
  width: 40px; /* Adjust the width as needed */
  height: 40px; /* Adjust the height as needed */
  border-radius: 50%; /* Make the image circular */
  object-fit: cover; /* Ensure the image covers the container */
  cursor: pointer;
}

.create-form-button,
.profile-name,
.header-profile {
  /* margin-right: 10px;  */
  position: relative;
}

.profile-name {
  margin-left: 10px; /* Remove left margin */
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 20px; /* Adjust padding as needed */
}

.header-container {
  max-width: 100%;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.create-form-button button {
  background: #EFEFEF;
  color: #0d0654;
  font-weight: 500;
  border-radius:15px ;
}

.primary-theme button {
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: #efefef;
  color: #0d0654;
  border: 0px;
  border-radius: 13px;
  padding: 12px 17px;
}

.primary-theme button:hover {
  background: #0d0654;
  color: #efefef;
}



.primary-theme button:active {
  background: #0d0654 !important;
  color: #efefef;
}


.active-button {
  background: #0d0654;
  color: #efefef;
}

/* Influencer Details Table Styles */
.table_2 thead,
.table-border-white tr th,
.table_2 tr th {
  border-radius: 0 !important;
  padding: 10px;
  background-color: #7093e7;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.table_2 tr {
  border-radius: 9px 9px 0 0;
  background-color: #fff;
  color: #626262 !important;
}

.table-border-white tr th,
.table_2 tr th {
  border-radius: 0 !important;
  padding: 10px 24px 0px 0px;
}

.table-border-white tr th,
.table_2 tr td {
  font-size: 14px;
  padding-right: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 0px;
}



.custom-td {
  color: #1300d2 !important;
  cursor: pointer !important;
}

.table_2 th {
  padding-left: 24px;
  padding-right: 24px;
}

.table_2 {
  box-shadow: 0 0 0 1px rgb(202 209 221 / 25%);
  padding-bottom: 5px;
  border-radius: 10px 10px 5px 5px;
}

.table_2 table {
  display: block;
  overflow-x: auto;
  border-radius: 10px !important;
  white-space: nowrap;
  background-color: #fff;
}

.txtshort {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
  padding: 10px;
}

.tbclr {
  border: none;
  box-shadow: none;
}

.influencer-details {
  padding: 0px 0px;
}

.influence-details {
  margin-top: 20px;
  color: #626262;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5px !important;
}

.search-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-right: 30vh;
}

.export-container {
  margin-top: 5px;
  display: flex;
  margin-top: 20px;
  justify-content: flex-end;
  margin-left: auto; /* or use ml-auto */
  align-items: center; /* or align-items: flex-start; */
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.export-button {
  background-color: lightblue;
  color: black;
  padding: 5px;
  border: none;
  cursor: pointer;
  margin-right: 10px;
  margin-top: 50px;
  align-items: right;
}

.export-container button img{
  width: 16px;
  margin-right: 6px;
}

.export-container button:hover img{
  filter: invert(100%) sepia(0%) saturate(7491%) hue-rotate(281deg) brightness(101%) contrast(103%) !important;

}

.dropdown-menu {
  padding: 20px;
}

.dropdown-menu .btn-primary:hover {
  background-color: #001f3f;
  color: white;
}

.table-bordered th,
.table-bordered td {
  background-color: #007bff;
  color: #fff;
}

.button-container {
  display: flex;
  gap: 10px;
}

.emoji-container {
  margin-top: 40px;
  align-items: center;
  margin-bottom: 0px !important;
}

.emoji-image {
  width: 100px;
}

.profile {
  margin-top: 20px;
  background-color: #080917;
  margin-bottom: 40px;
}

.profile-img-container {
  width: 100%;
  text-align: center;
}
.profile-img-container img {
  width: 130px;
  border-radius: 10px;
  transform: scale(1.3);
}

.no_padding {
  padding: 0 !important;
}

.user-details {
}

.name-container {
  padding-top: 10px;
}

.name-container h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.display-flex {
  display: flex;
  align-items: center;
}

.display-flex-audience-engagement {
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-details {
  flex-grow: 1;
}

.account-details-content {
  color: #fff;
}
.account-details-content h3 {
  font-size: 20px;
  margin: 0;
}
.account-details-content h5 {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
}

.account-details-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 10px;
}

.account-details-content {
  flex-grow: 1;
  border-left: 1px solid #fff;
  padding-left: 20px;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.account-details-content:nth-child(1) {
  padding-left: 0;
  border: none;
}

.audience-engagement {
  text-align: center;
  background-color: #fff;
}
.audience-engagement img {
  height: 135px;
  padding: 0 15px;
  margin: 10px 0px;
}

.box-2 {
  background-color: #791818;
}

@media (max-width: 1273px) {
  /* .account-details-content {
    flex-grow: 1;
    border-left: 1px solid #fff;
    padding-left: 10px;
    width: 130px;
} */
}

@media (max-width: 1046px) {
  .account-details-content {
    width: fit-content;
  }
}

@media (max-width: 946px) {
  .audience-engagement img {
    height: 135px;
    padding: 13px 13px;
  }
}

@media (max-width: 882px) {
  .account-details-content {
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .name-container {
    padding-top: 20px;
    text-align: left;
    padding-left: 10px;
  }
  .profile-img-container {
    width: 100%;
    text-align: left;
  }
  .account-details-container {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .account-details-content {
    width: 100px;
    margin-bottom: 10px;
    flex-grow: inherit;
  }

  .account-details-content:nth-child(1) {
    border-left: 1px solid #fff;
    padding-left: 10px;
  }

  .display-flex-audience-engagement {
    display: flex;
    align-items: normal;
  }
  .audience-engagement {
    text-align: center;
    background-color: #fff;
    display: flex;
    width: 100%;
    justify-content: flex-end;
  }

  .profile-img-container {
    padding-left: 15px;
  }

  .audience-engagement img {
    background-color: #fff;
    padding: 13px 6px;
  }
}

@media (max-width: 576px) {
  .audience-engagement {
    justify-content: center;
  }
}

/*custom-form-list*/
.maindiv {
  height: 100vh;font-family: Poppins !important;
  background-color: white;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 1px;
  padding: 0;
  border: none !important;
  overflow: scroll;
}
.headercontent {
  background-color: rgb(225, 235, 235);
}
.tablearea {
  background-color: white;
  padding: 15px;
  padding-top: 5px;
  border-radius: 5px;
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* Page title */
/* ---------------------------------------------------------- */
.title-holder {
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 10px;
}
.table-holder {
  background-color: white;
  padding: 15px;
  padding-top: 5px;
  border-radius: 5px;
  margin-left: 45px;
  margin-right: 45px;
}
.list-title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.5px;
  margin: 5px;
}
/* ---------------------------------------------------------- */

.icon-cell {
  text-align: end;
  padding-right: 0;
}
/* Table styles */
/* ---------------------------------------------------------- */
.mat-table {
  width: 100%;
  table-layout: fixed;
}

.float-right {
  float: right;
}
/* ---------------------------------------------------------- */

/* Header styles */
/* ---------------------------------------------------------- */
.mat-header-cell {
  background-color: #7093e7;
  color: white;
  font-size: 14px;
}
/* .mat-header-cell:not(:first-child) {
  padding-left: 0;
} */

/* Style just the text in the header */
.mat-header-cell span {
  font-weight: 600;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.5px;
}
/* Round the top table corners */
.mat-header-cell:first-child {
  border-top-left-radius: 12px !important;
}
.mat-header-cell:last-child {
  border-top-right-radius: 12px !important;
}

.mat-header-row {
  height: 3em;
  position: sticky;
  top: 0;
  z-index: 1;
}

.header {
  padding: 5px;
}

.mat-row:nth-child(2n) {
  background-color:none;
}
.mat-table tr:hover{
  background-color: #f6f6f6;
}
/* ---------------------------------------------------------- */

/* Cell styles */
/* ---------------------------------------------------------- */
.state-cell {
  text-align: right;
}
.mat-cell {
  border: none;
}

/* ---------------------------------------------------------- */
.ipsearch {
  width: 246px;
  margin: 7px 3px;
  height: 30px;
  border: none;
  float: right;
  outline: none;
}
.ipsearch::focus {
  border-bottom: 1px solid #0D0654 !important;
  border: none;

}
.ipsearch::placeholder {
  color: #959595;
  font-family: Poppins;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #0D0654;
  background-image:  url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 50px;
}

.ipsearch:hover {
  transform: scale(1.03);
  border: none;
}
.create-form-button {
  border-radius: 4px;
  background-color: lightblue;
  color: black;
  border: none;
  cursor: pointer;
  border: 0;
  float: right;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  margin-top: 11px;
  padding-left: 3px;
}

.formbtn {
  outline: none;
  background-color: transparent;
  border: none;
  color: black;
}
.extendtableareaone {
  margin-top: 30px;
  margin-bottom: 8px;
}
.extendtableareatwo {
  margin-bottom: 30px;
}
.btnalgn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.tblareaheight {
  height: 400px;
}
.pageheader {
  color: #0D0654;
  font-family: Poppins !important;
  font-size: 20px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  margin-top: 16px !important;
}
.exttb {
  display: flex;
  flex-direction: column;
}

.hover-red {
  color: black;
  transition: color 0.3s ease;
}

.hover-red:hover {
  color: red;
  transform: scaleX(1.2);
}
.hover-blue {
  color: #5f5f5f;
  transition: color 0.3s ease;
}

.hover-blue:hover {
  color: #021d75;
  transform: scaleX(1.1);
}
.fnttd {
  font-size: 14px;
  color: #626262;
}
.line {
  border-top: 1px solid rgba(0, 0, 0, 0.1); /* Adjust the line style */
  /* Adjust the margin as needed */
  width: 500%; /* Set the width to 100% to span the full container */

  margin-bottom: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6px;
  /* Center-align the line */
}

.button-group-div-margin {
  margin: 14px 5px !important;
}

/* =========Public-Header===== */

.admin-portal-btn {
}

.admin-portal-btn button {
  background-color: #0d0654;
  color: #ffffff;
  font-size: 16px;
  padding: 11px;
  border: navajowhite;
  border-radius: 13px;
  transition: 0.5s ease;
}

.admin-portal-btn button:hover {
  background: #090a12;
  transition: 0.5s ease;
}

.public-header  {
  padding: 0 18px;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
}

.public-header  .navbar {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  flex-grow: 1;
}

.public-header  .navbar-brand {
  padding-bottom: 0px !important;
  padding-top: 0px !important;

}

.public-header .nav-main {
  text-align: center;
}

.public-header .nav-main ul {
}

.public-header .nav-main li {
  padding-right: 20px;
}
.public-header .nav-main li a {
  font-size: 16px;
  padding: 40px 0;
}

.public-header .nav-main li a:hover {
  color: #0d0654 !important;
}

.active-line {
  border-bottom: 2px solid #0d0654;
  color: #0d0654 !important;
}

.public-header .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

/* .navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
  justify-content: right !important;
} */

/* @media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: right !important;
  }
} */

@media (max-width: 992px) {
  .public-header {
    padding: 11px 18px;
  }
}

@media (max-width: 1294px){
  .public-header  .nav-main li a {
  font-size: 14px;
  padding: 40px 0;
}
}


/* =========Public-Header===== */

/* =========header===== */


.header {
  padding: 0 18px;
  background-color: #fff;
  border-bottom: 1px solid #d3d3d3;
  z-index: 3;
}

.header .navbar {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  /* flex-grow: 1; */
  width: 100%;
}

.header .navbar-brand {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  flex-grow: 1;
  text-align: left;
}

.form-builder-btn{}

.form-builder-btn button {
  padding: 12px 15px;
  border-radius: 13px;
}

.navbar-toggler-container{
  flex-grow: 12;
  text-align: end;
}

.nav-main {
  text-align: center;
}

.nav-main ul {
}

.nav-main li {
  padding-right: 20px;
}
.nav-main li a {
  font-size: 16px;
  padding: 40px 0;
}

.nav-main li a:hover {
  color: #0d0654 !important;
}

.active-line {
  border-bottom: 2px solid #0d0654;
  color: #0d0654 !important;
}

.header .navbar-expand-lg .navbar-collapse {
  justify-content: end;
}

/* .navbar-expand-lg .navbar-collapse {
  display: flex!important;
  flex-basis: auto;
  justify-content: right !important;
} */

/* @media (min-width: 992px) {
  .header .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    justify-content: right !important;
  }
} */

@media (max-width: 992px) {
  .header {
    padding: 11px 18px;
  }
}

@media (max-width: 1294px){
  .header .nav-main li {
    padding-right: 5px;
}
.header .nav-main li a {
  font-size: 14px;
}
.form-builder-btn button {
  font-size: 14px;
}

.header .navbar-brand img{}

}

/* =========header===== */







/* ====================For Influencers============ */

.for-inf-content-container {
}

.main-container-for-influencers {
  position: relative;
  background-image: url(../images/emoji-bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-position-x: right;
}

.for-inf-container {
  padding: 0 30px;
}

.main-container-for-influencers::before {
  content: "";
  background-color: #0d0654;
  height: -webkit-fill-available;
  width: 30%;
  position: absolute;
  z-index: -1;
}

.for-inf-content-container {
  padding-top: 12%;
  padding-bottom: 12%;
}
.for-inf-img-container {
  text-align: right;
}

.for-inf-img-container img {
  width: 100%;
}

.for-inf-title {
  margin-top: 10%;
}
.for-inf-title h3 {
  color: #0d0654;
  font-size: 30px;
  font-weight: 400;
  font-family:"Poppins", sans-serif !important;
  font-style: normal;
  line-height: normal;
}

.for-inf-title h3 span {
  font-family:"Poppins", sans-serif !important;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

}

.for-inf-btn {
  margin-top: 7%;
  font-family:"Poppins", sans-serif !important;

}

.for-inf-btn button img {
  background: #fff;
  float: inline-end;
  padding: 12px;
  border-radius: 10px;
  flex-grow: 1;
  margin-left: 100px;
}

.for-inf-btn button {
  flex-grow: 1;
  border-radius: 19px;
  border: none;
  background: #0d0654;
  color: #fff;
  font-size: 18px;
  /* width: 68%; */
  /* height: 60px; */
  display: flex;
  text-align: left;
  padding: 10px 15px;
  align-items: center;
  transition: 0.5s ease;
}

.for-inf-btn button:hover {
  background: #090a12;
  transition: 0.5s ease;
}

.line-2 {
  background: #0d0654;
  height: 2.5px;
  width: 40%;
  border-radius: 20px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

.line-2::after {
  content: "";
  position: absolute;
  background: #0d0654;
  height: 1px;
  right: -100px;
  width: 100%;
  z-index: 999;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  .line-2 {
    width: 56%;
  }
  .main-container-for-influencers::before {
    height: 100vh;
  }
}

@media (max-width: 992px) {
  .line-2 {
    width: 70%;
  }

  .for-inf-btn button img {
    margin-left: 0;
  }

  .for-inf-btn button {
    font-size: 16px;
  }

  .for-inf-btn button img {
    margin-left: 10px;
  }

  .for-inf-content-container {
    padding-top: 17%;
    padding-bottom: 7%;
  }
}

@media (max-width: 767px) {
  .main-container-for-influencers::before {
    height: 200px;
    width: 100%;
  }

  .for-inf-title h3 {
    font-size: 20px;
  }

  .for-inf-img-container img {
    width: 230px;
  }
  .for-inf-img-container {
    text-align: center;
  }

  .for-inf-container {
    padding: 0 30px;
    text-align: center;
  }

  .for-inf-btn button {
    margin: auto;
  }

  .line-2::after {
    display: none;
  }

  .line-2 {
    margin: auto;
    height: 2px;
    margin-top: 15px;
  }
}

/* =========footer====== */
.footer {
  background-color: #090a12;
  padding: 0% 0 0% 0;
}

.footer-abt {
}

.footer-abt img {
  filter: invert(47%) sepia(8%) saturate(205%) hue-rotate(196deg)
    brightness(80%) contrast(94%);
}

.footer-abt p {
  font-size: 14px;
  color: #a3a4ac;
  padding-top: 20px;
  /* padding-right: 30%; */
}

.quick-links {
}

.quick-links h3 {
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #a3a4ac;
  padding-bottom: 15px;
}
.quick-links ul {
  padding: 0;
  margin-top: 20px;
}

.quick-links ul li {
  color: #a3a4ac;
  font-size: 14px;
  list-style: none;
  padding-bottom: 10px;
  transition: 0.5s ease;
}

.quick-links ul li:hover {
  color: #fff;
  transition: 0.5s ease;
  cursor: pointer;
}

.follow-us {
}

.follow-us h3 {
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #a3a4ac;
  padding-bottom: 15px;
}
.follow-us ul {
  padding: 0;
  margin-top: 20px;
}

.follow-us ul li {
  color: #a3a4ac;
  font-size: 16px;
  list-style: none;
  padding-bottom: 10px;
  display: inline-flex;
  padding-right: 20px;
  transition: 0.5s ease;
}

.follow-us ul li:hover {
  transition: 0.5s ease;
  cursor: pointer;
}

.copyright-main-contrainer{
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  flex-wrap: wrap;
}

.copyright-title-container {
  text-align: center;
  padding-top: 20px;
}
.copyright-title-container h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

.footer-links {
  display: flex;
  align-items: center;
}
.footer-links ul{
  display: flex;
  margin: 0;
}
.footer-links li{
  list-style: none;
  padding-left: 30px;
}
.footer-links li a{
  color: #9f9f9f !important;
  text-decoration: none;
  transition: .5s ease;
}
.footer-links li a:hover{
  color: #fff !important;
  transition: .5s ease;
}

@media (max-width:636px){

  .footer-item:nth-child(1){
    order: 2;
    padding: 0;

  }
  .footer-item:nth-child(2){
    order: 1;
  }
  .footer-links li:nth-child(1){
    padding: 0;
  }
  .footer-links ul {
    padding: 0;
    padding-top: 20px;
}

  .copyright-main-contrainer {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.copyright-title-container h3 {
  margin-top: 10px;
}

}

@media (max-width: 1139px) {
  .follow-us ul li {
    padding-right: 10px;
  }
}

@media (max-width: 992px) {
  .quick-links ul li {
    font-size: 13px;
  }
  .footer-abt p {
    font-size: 13px;
  }
  .follow-us ul li {
    padding-right: 3px;
  }
  .follow-us ul li img {
  }
}

@media (max-width: 1150px){
  table.mat-table {
    border-spacing: 0;
    width: 1200px;
}

.tblareaheight {
    height: 400px;
    overflow-x: auto;
}
}

@media (max-width: 619px){
  .property-master-table{
    overflow: auto;
  }

  .property-master-table table {
    width: 900px !important;
  }
}




::-webkit-scrollbar  {
  width: 5px !important;
  height: 5px !important;
}
.create-property{}

.create-property button {
  background-color: #E8E8E8;
  padding: 12px 15px;
  border-radius: 13px;
  transition: .5s ease;
  margin-left: 20px;
}

.create-property button img {
  filter: invert(100%) sepia(47%) saturate(3973%) hue-rotate(238deg) brightness(85%) contrast(119%);
  transition: .5s ease;
}

.create-property button:active{
  background-color: #0d0654 !important;
}


.create-property button:hover img {
  filter: none;
  transition: .5s ease;
}


.headbtnssave{
  background-color: #3EC350 !important;
  color:#fff !important;
  padding: 12px 15px !important;
  border-radius: 13px !important;
}

.headbtnsec .disabled{
  background-color: #efefef !important;
  color: #a3a3a3 !important;
}

.headbtnssave:hover{
  background-color: #249e34 !important;
}

.headbtnsclear{
  background-color: #E8E8E8 !important;
  color:#333333 !important;
  padding: 12px 15px !important;
  border-radius: 13px !important;
}
.headbtnsclear:hover{
  background-color: #E8E8E8 !important;
}


.page-title {
  text-align: center;
}

.page-title h3{
  color: #0D0654;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin: 0;
text-transform: uppercase;
}

.sidediv{

  background-color: #fbfbfb !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 50px !important;
 height: 100%;
 display: flex;
 flex-direction: column;
 position: relative;
}

.sidebar-scroll {
  overflow: auto;
  padding-bottom: 0px;
}
.sidediv h5 {
  color: #333 !important;
  padding-left: 0px !important;
  font-weight: 700!important;
  margin: 0 !important;
}

.itemcontrol {
  height: fit-content !important;
  font-weight: 500;
  padding: 15px !important;
  border: 1px dashed #E1E1E1 !important;
  border-radius: 10px !important;
  padding-left: 37px;
  color: #333 !important;
  margin-bottom: 10px;
  transition: .5s ease;
}

.itemcontrol:hover{
  border: 1px dashed #202ECF !important;
  cursor: pointer;
  transition: .5s ease;
}

.formlyout select{
  padding: 15px !important;
  background: #F5F5F5 !important;
  border-radius: 10px !important;
  border: 1px solid #E8E8E8 !important;
  transition: .5s ease;
  width: auto;
}

@media (max-width:440px){
  .formlyout select{
    font-size: 13px;
  }
}

@media (max-width:447px){
  .form-builder-btn-container:nth-child(4) {
    order: 4;
    flex-wrap: wrap;
    justify-content: center !important;
}
.form-builder-btn-container:nth-child(2) {
  order: 3;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
}


.formlyout select:hover{
  background: #E8E8E8 !important;
  cursor: pointer;
  transition: .5s ease;
}

.select-column-btn .formlyout{
  padding: 0 !important;
  margin-bottom: 10px;
}


.select-column-btn .formlyout .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #202ECF;
  outline: 0;
  box-shadow: none !important;
}


.create-property-container{
  display: flex;
  align-items: center;
}





.mat-dialog-container {
  display: block;
  padding: 24px;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: auto;
  outline: 0;
  width: 100%;
  height: fit-content !important;
  min-height: fit-content !important;
  max-height: fit-content !important;
}

.property-master-btn{
  background-color: #E8E8E8 !important;
  padding: 12px 15px !important;
  border-radius: 13px;
  transition: .5s ease;
  margin-left: 0;
  color: #333 !important;
}

.property-master-btn img{}

.property-master-btn input {
  color: #333 !important;
}


.save-btn{}

.save-btn input {
  font-size: 14px;
  font-weight: 500;
  background-color: #3EC350 !important;
  border-radius: 15px;
  color: #fff;
  margin-top: 11px;
  padding: 12px 35px;
  transition: .5s ease;
}

.save-btn input:hover{
  background-color: #249e34 !important;
  transition: .5s ease;
}

.p-b-20{
  padding-bottom: 20px !important;
}

.create-property-popup-container{
  /* padding: 30px 0; */
  position: relative;

}


.back-btn-container{
  text-align: left;
}


.back-btn-container {
  float: left !important;
  height: 100%;
  display: flex;
  align-items: center;
}

.back-btn-container button{
  background-color: transparent;
  border: none;
}

.back-btn-container button i {
  font-size: 30px !important;
}

.property-master-btn-container{}

.property-master-btn-container button{
  border: none;
  color: #333;
  padding: 12px 15px;
  border-radius: 13px;
  background-color: #E8E8E8;
  transition: .5s ease;
  font-weight: 500;

}

.property-master-btn-container button:hover{
  background-color: #0D0654;
  color: #fff;
  transition: .5s ease;
}

.property-master-btn-container button:hover img{
  filter: none;
  transition: .5s ease;
}

.property-master-btn-container button img{
  filter: invert(100%) sepia(47%) saturate(3973%) hue-rotate(238deg) brightness(85%) contrast(119%);
  transition: .5s ease;
}





.create-form-btn-container button{
  border: none;
  color: #333;
  padding: 12px 15px;
  border-radius: 13px;
  background-color: #E8E8E8;
  transition: .5s ease;
  font-weight: 500;
  float: right;
}

.create-form-btn-container button:hover{
  background-color: #0D0654;
  color: #fff;
  transition: .5s ease;
}

.create-form-btn-container button:hover img{
  filter: none;
  transition: .5s ease;
}

.create-form-btn-container button img{
  filter: invert(100%) sepia(47%) saturate(3973%) hue-rotate(238deg) brightness(85%) contrast(119%);
  transition: .5s ease;
}




.create-property-btn-container button{
  border: none;
  color: #333;
  padding: 12px 15px;
  border-radius: 13px;
  background-color: #E8E8E8;
  transition: .5s ease;
  font-weight: 500;
  float: right;
}

.create-property-btn-container button:hover{
  background-color: #0D0654;
  color: #fff;
  transition: .5s ease;
}

.create-property-btn-container button:hover img{
  filter: none;
  transition: .5s ease;
}

.create-property-btn-container button img{
  filter: invert(100%) sepia(47%) saturate(3973%) hue-rotate(238deg) brightness(85%) contrast(119%);
  transition: .5s ease;
}






.property-mapper-title{
  text-align: center;
}
.pt-pading{

  padding-top: 31px;
}
.property-mapper-title h5{}

.icon-cell button {
  background-color: #EFEFEF !important;
  border: none !important;
  /* padding: 10px; */
  margin-right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  transition: .5s ease;
}

.icon-cell button:nth-child(1):hover{
  background-color: #7093E7 !important;
  transition: .5s ease;

}

.icon-cell button:nth-child(1):hover img{
  filter: invert(99%) sepia(100%) saturate(1%) hue-rotate(45deg) brightness(102%) contrast(101%);
  transition: .5s ease;

}

.icon-cell button:nth-child(2):hover{
  background-color: #E95050 !important;
  transition: .5s ease;

}

.icon-cell button:nth-child(2):hover img{
  filter: invert(99%) sepia(100%) saturate(1%) hue-rotate(45deg) brightness(102%) contrast(101%);
  transition: .5s ease;

}
.icon-cell img{
  padding-right: 0px;
}

.table-filter {
  width: 100%;
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: end;
}

.table-filter .input-group{
  max-width: 300px;
}

.table-filter .input-group input:focus{
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  box-shadow: none !important;
}

.refresh-icon button {
  display: block;
  float: right;
  height: 50px;
  width: 50px;
  border: 1px solid #C7D7FA;
}

.refresh-icon button:hover{
  background-color: #ececec !important;
}



@media (max-width:1256px){
.property-master-btn-container button {
  padding: 12px 10px;
}

.create-form-btn-container button{
  padding: 12px 10px;
}
.create-property-btn-container button{
  padding: 12px 10px;
}

}

.details-tab-container {
  margin-bottom: 60px;
}

.details-tab-container nav {
  background-color: #080917;
  border-radius: 10px;
  padding: 0 12px;
  border: 2px solid #080917;
  margin-bottom: 15px;

}


.nav-btn-container button{
  color: #fff;


}

.nav-btn-container{
  display: flex;
  justify-content: space-between;
  border: none !important;

}

.details-tab-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
  background: transparent !important;
  border-bottom: 2px solid #080917 !important;
  color: #fff !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid  transparent !important;
  border-right: 2px solid  transparent !important;

}



.details-tab-container .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  background: transparent !important;
  border-bottom: 2px solid #202ECF !important;
  color: #fff !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid  transparent !important;
  border-right: 2px solid  transparent !important;
}


.details-tab-container .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  background: transparent !important;
  border-bottom: 2px solid #202ECF !important;
  color: #fff !important;
  border-top: 2px solid transparent !important;
  border-left: 2px solid  transparent !important;
  border-right: 2px solid  transparent !important;
}

.table-followers {
  overflow: auto;
}

.table-followers table{}

.table-followers table tr{
  height: 60px;
}

.table-followers table tr th {
  padding: 0 20px 0 20px !important;
}

.table-followers table tr td {
  padding: 0 20px 0 20px !important
}


.content-itemhdr h1{
  font-family: poppins;
  color: #0D0654;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.content-item label{
  color: #626262 !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 25px !important;

}
.content-item input{
  color: #C1C1C1 !important;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.mat-checkbox-inner-container{
  border-radius: 5px !important;
  border: 1px solid #D9D9D9 !important;
  height: 25px !important;
  width: 25px !important;
}
.btnsav{
  border-radius: 16px !important;
  background: #0D0654!important;
  color: #FFF !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  margin-bottom: 50px;
}
.btnsav:hover{
  background: #000!important;

}
.content-item {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
th.mat-header-cell, td.mat-cell, td.mat-footer-cell{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-bottom: 1px solid #E5E5E5;
}
.table-followers table tr th,.table-followers table tr td {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.form-control{
  border-radius: 10px !important;
  border: 1px solid #D9D9D9 !important;
  background: #FFF !important;
  /* height: 60px; */
  height: auto;
}

textarea.form-control {
  height: 150px;
}


.content-item input::placeholder {
  color: #C1C1C1 !important;
}

.custom-btn-container button img{
  filter: invert(100%) sepia(47%) saturate(3973%) hue-rotate(238deg) brightness(85%) contrast(119%);
  transition: .5s ease;
}

.primary-theme button:hover img{
  filter: none;
  transition: .5s ease;
}

.tblareaheight tr.mat-header-row {
  height: 40px;
}

.tblareaheight tr.mat-row{

  border-left: 1px solid #E5E5E5 !important;
border-right: 1px solid #E5E5E5 !important;

}

.edit-btn-container {
  display: flex;
  align-items: center;
  height: inherit;


}

.icon-container {
  flex-grow: 1;
  height: 35px;
  width: auto;
  border-radius: 4px;
  background-color: #eee;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s ease;
  margin-right: 10px;
}

th.mat-header-cell:last-of-type, td.mat-cell:last-of-type, td.mat-footer-cell:last-of-type {
  padding-right: 24px;
  width: 300px !important;
}

.icon-container:hover {
  background: #7093E7 !important;
  color: #efefef;
  transition: .5s ease;
}

.icon-container img{
  transition: .5s ease;
  padding: 0 10px;
}

.icon-container:hover img{
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(99%) contrast(190%);
  transition: .5s ease;
}

.icon-container:nth-last-child(1):hover{
background-color: #E95050 !important;
}

.extendtableareaone {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}

/* .extendtableareatwo table td:nth-child(5){
width: 40px;
}
.extendtableareatwo table th:nth-child(5){
  width: 40px;
  }
   */



.btnalgn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

/* ====== Property Mapper=====*/

.property-mapper-main-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.property-btn-container{
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.property-btn-container:nth-child(1){
  flex-grow: inherit;
}

.property-btn-container:nth-last-child(1){
  justify-content: right;
}

.property-btn-container .create-form-btn-container{
  margin-left: 10px;
}

/* ====== Property Mapper responsive=====*/

@media(max-width:992px){

  .property-btn-container:nth-child(1){
    order: 1;
  }

  .property-btn-container:nth-child(2){
    order: 3;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .property-btn-container:nth-child(3){

    order: 2;
    width: 80%;
    width: 80%;
    justify-content: center;


  }
  .property-btn-container:nth-child(4){
    order: 4;
    flex-wrap: wrap;
    justify-content: center;
  }


}



.mat-checkbox-layout .mat-checkbox-label {
  text-wrap: wrap;
}
.sup {
  font-weight: 700;
}



/* ====== form-builder=====*/

.form-builder-main-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.form-builder-btn-container{
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.form-builder-btn-container:nth-child(1){
  flex-grow: inherit;
}

.form-builder-btn-container:nth-child(3){
  justify-content: center;
}

.form-builder-btn-container:nth-last-child(1){
  justify-content: right;
}

.form-builder-btn-container .create-form-btn-container{
  margin-left: 10px;
}

/* ====== form-builder responsive=====*/

@media(max-width:992px){

  .form-builder-btn-container:nth-child(1){
    order: 1;


  }
  .form-builder-btn-container:nth-child(2){
    order: 3;
    flex-wrap: wrap;

  }

  .form-builder-btn-container:nth-child(3){

    order: 2;
    width: 80%;
    width: 80%;
    justify-content: center;


  }
  .form-builder-btn-container:nth-child(4){
    order: 4;
    flex-wrap: wrap;
  }


}


.line-3-container{
  position: relative;
  overflow: hidden;
}

.line-3 {
  background: #202ECF;
  height: 2px;
  width: 40%;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.line-3-container::after {
  content: "";
  position: absolute;
  background: #CDCDCD;
  height: 1px;
  right: 0;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 84px;
  margin: auto;
  border-radius: 20px;
}



.line-4-container{
  position: relative;
  overflow: hidden;
}

.line-4 {
  background: #202ECF;
  height: 2px;
  width: 20%;
  border-radius: 20px;
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.line-4-container::after {
  content: "";
  position: absolute;
  background: #CDCDCD;
  height: 1px;
  right: 0;
  width: 60%;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  border-radius: 20px;
}

.ln4w{
  width: 40% !important;
}


.ln3w{
  width: 40% !important;
}
.ln2{
  margin: 0px !important;
}
.display_flex {
  display: flex;
  align-items: center;
}

.padding-10 {
  padding-left: 10px;
  padding-right: 10px;
}


.footer-hd h3{
  margin: 0 !important;
  font-weight: 400 !important;
  text-align: center !important;
  font-family: poppins !important;
  font-size: 14px;
}

.footer-main{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 20px;
}
.footer-main img{
  width: 65%;
}


/* ================= form custom style================= */

/* .mat-chip-list-wrapper input{x
  background-color: #333 !important;
} */

/* .mat-chip-list-wrapper input::placeholder{
  margin-top: -10px !important;
} */


.mat-chip-list-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 !important;
}

.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 0 !important;
  position: relative !important;
  /* top: -10px !important; */
  /* height: 24px; */
}


.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 0 !important;
}


.mat-form-field-label-wrapper {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: visible !important;
  pointer-events: none;
}
.mat-form-field-label-wrapper {
  /* top: -16px; */
  padding: 0 !important;
}


.mat-form-field.form-control {
  display: inline-block;
  position: relative;
  text-align: left;
  padding: 0 !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
  padding-bottom: 10px !important;
}


.login-padding{
  display: flex;
  flex-direction: column;
  height: 95vh;
  justify-content: center;
}

@media(max-width:992px){
  .login-padding {
    height: auto;
    padding-top: 25px;
}}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border: 2px solid  #dc3545 !important;
  /* border-color:  #dc3545 !important; */
  padding-right: calc(1.5em + 0.75rem) !important;
  background-repeat: no-repeat !important;
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
  background-image: url('../images/alert-icon.svg') !important
}


.display-flex-export-container {
  display: flex;
  align-items: center;
}

@media (max-width:767px){
  .display-flex-export-container .search-container {
    width: 100%;
    margin-top: 20px;
    display: flex;
    margin-right: 0;
    flex-grow: 1;
    justify-content: center;
  }
  .export-container {
    margin-top: 5px;
    display: flex;
    margin-top: 20px;
    justify-content: center !important;
    margin-left: auto;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
}

@media (max-width:580px){

  .display-flex-export-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
.header-logo-main img{
  width: 40%;
}

