html,body{
  overflow-x: hidden;
  margin: 0%;
  padding: 0%;
}
/* font family  */
.Lexend-Deca{
  font-family: 'Lexend Deca';
}
@font-face {
  font-family: 'Bumble Bee';
  src: url('bumblebee-webfont.eot');
  src: local('☺'), 
       url('bumblebee-webfont.woff') format('woff'), 
       url('bumblebee-webfont.ttf') format('truetype'), 
       /* url('bumblebee-webfont.svg#webfontg8dbVmxj') format('svg'); */
}

 @font-face {
  font-family: 'GestaReFogular';
  src: url('gestareg-webfont.eot');
  src: local('☺'), 
       url('gestareg-webfont.woff') format('woff'), 
       url('gestareg-webfont.ttf') format('truetype'), 
       /* url('gestareg-webfont.svg#webfontg8dbVmxj') format('svg'); */
} 

/* body {
  background: #fff url(../images/body-bg-corporate.gif) repeat-x;
  padding-bottom: 10px;
  font-family: 'GestaRegular', ;
}  */

h1 {
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
/* fonts  */
.fs-50{
    font-size:50px;
    font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-45{
  font-size:45px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-28{
  font-size:28px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-25{
  font-size:25px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-12{
  font-size:12px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-20{
  font-size:20px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-15{
  font-size:15px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-18{
  font-size: 18px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-16{
  font-size: 16px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
.fs-13{
  font-size: 13px;
  font-family: "Bumble Bee","Lexend Deca","poppins","Overpass";
}
/* end font  */
/* color */
.show_campaign_list{
  color: white;
}
.show_influencer_list{
  color: white !important;
}
.color-black{
    color:#000;
}
.color-Corn{
    color: #FCEB5D;
  }
.bg-Corn{
    background: #FCEB5D;
}
.border-Corn{
  border: 1px solid #FCEB5D;
}
.bg-black{
  background: black !important;
}
.bg-Gallery{
  background: #EAEAEA;
}
body{
    background: #000;
}
.border-black{
    border-color: black;
}
.color-grey{
  color: #777777;
}
.bg-white{
  background:#ffff;
}
.bg-Shark{
  background: #28282B;
}
.bg-Palm-Leaf{
  background:#6A983C;
}
input{
  color: white !important;
}
/* end color */

.mr-18{
  margin-right: 30px;
}
.explore-drop:hover{
  color: #000 !important;
}
/* multi-line-text-truncate */
.multi-line-text-truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 20px auto;
}
textarea {
  resize: vertical !important; /* user can resize vertically, but width is fixed */
}

.form-control:disabled, .form-control[readonly] {
  background-color: #000000;
  opacity: 1;
}
.focus{
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: rgb(0, 0, 0) !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; */
}
input:focus{
  background-color: transparent;
}
.align{
  position: relative;
  top: 10px;
  right: 10px;
}
.disp_err {
  display: none;
}
/* poup  */
.redius{
  border-radius: 30px;
}
.popup{
  position: relative;
  left: 208px;
  top: 20px;
  
}

/* filter icon  */
.targetDiv .card-header > a {
  display: block;
  position: relative;
  /* bottom: 10px; */
}

.targetDiv .card-header > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #EAEAEA;
  position: absolute;
  bottom: -3px;
}

.targetDiv .card-header > a[aria-expanded="true"]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #EAEAEA;
  position: absolute;
  bottom: -3px;
}
/* end filter */
/* dropdown icon  profile */
.wizard-fieldset select > a {
  display: block;
  position: relative;
  /* bottom: 10px; */
}

.wizard-fieldset select > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #EAEAEA;
  position: absolute;
  bottom: -3px;
}

.wizard-fieldset select > a[aria-expanded="true"]:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #EAEAEA;
  position: absolute;
  bottom: -3px;
}
/* dropdown icon  profile */
/* button  */
.form-wizard-next-btn{
  border-radius: 3px;
}
/* nav animation  */
ul a:hover{
  color: #FCEB5D ;
  text-decoration: none !important;
  /* border: #000 !important; */
}
nav li{
    text-align: center;
    text-transform: uppercase;
}
li > a:after{
    content: '';
    display: block;
    height: 1.5px;
    background: #FCEB5D;
    transform: scaleX(0);
    transition: transform .3s;
}
li > a:hover:after{
    transform: scaleX(1);
    transition: transform .3s;
}
/* .active{
    color: #000000 ;
} */
/* image size  */
.profile-cir{
  height: 26px;
  width: 26px;
  object-fit:cover ;
  object-position: center;
}
.position{
  position: relative;
  top: 17px;
}
.img-display{
  height: 180px;
  width: 100%;
  /* 269 */
  object-fit:cover ;
  object-position: center;
}

/* checkbox */
.form-check-input{
position: absolute;
top: 2px;
}

.close-icon {
  position: relative;
  bottom: 173px;
  float: right;
  padding: 5px;
}
.close-icon-p{
  position: relative;
  bottom: 173px;
  float: right;
  padding-right: 5px;
}

.close-icon-e {
  position: relative;
  bottom: 185px;
  float: right;
  padding: 5px;
}
.btn{
  font-weight: 500;
}

.wizard-fieldset .dropdown > select {
  display: block;
  position: relative;
}

.spwizard-fieldsetace.dropdown > select:after {
  content: "\f107";
  color: white;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  top: 1px;
}

.wizard-fieldset .dropdown > section[aria-expanded="true"]:after {
  content: "\f106";
  color: white;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
/* responsive  */
@media only screen and (max-width: 426px) {
  .fs-50{
    font-size:35px;
}
.dis-none{
  display: none;
}
  .popup{
    position: relative;
    left: 157px;
  }
}
@media only screen and (max-width: 376px) {
  .popup{
    position: relative;
    left: 130px;
  }
}
@media only screen and (max-width: 321px) {
  .popup{
    position: relative;
    left: 101px;
  }
}
::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single {
  background-color: #000 !important;
  border: 1px solid #fff !important;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: 34px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  color: #000 !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: black !important;

}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ee3d23 !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid white 1px !important;
  outline: 0;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  color: white !important;
  display: block;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
border:none !important;
  color: white !important;
  font-size: 12px;
  padding: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {

       border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 36px !important;
}
.select2-container .select2-selection--single{
  height: 38px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #ee3d23 !important;
  color: #333;
  outline: none;
}

