


/*========================  Pop up  =======================================*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000db;
  transition: opacity 500ms;
  visibility: visible;
  z-index: 99999999;
}

#pop_alert {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block ruby;
}
.watermark_logo {
  width: 202px;
  position: fixed;
  margin: auto;
  /*rotate: -36deg;*/
  opacity: 0.2;
  left: 0;
  right: 0;
  top: 34px;
  bottom: 0;
}
.content_pop h6 {
  margin-top: 23px;
  border-top: 1px solid #5e5e5e;
  padding-top: 23px;
  font-size: 20px;
}
.content_pop span {
  font-size: 17px;
  padding: 8px 0px;
}
.pop-closed-prof-dd{
    width: 2rem;
  --text-opacity: 1;
  color: #000;
  right: 0;
  margin-top: .5rem;
  font-size: .875rem;
  font-weight: 600;
  float: right;
  border-style: none;
  border-radius: .375rem;
}
.content_pop {
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  border-bottom: 1px solid #5e5e5e;
  padding-bottom: 10px;

}
.content_pop p {
  padding-top: 14px;
}
.pop-block{
  display: block;
}

.w-8 {
  width: 2rem;
}
.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0,0,0,var(--text-opacity));
}
.pop-setting{
    right: 0;
    margin-top: .5rem;
    font-size: .875rem;
    font-weight: 600;
    border-radius: .375rem;
    border-style: none;
    float: right;
}

[type="button"], [type="reset"], [type="submit"], button {
  -webkit-appearance: button;
}
button, input, optgroup, select, textarea {
  padding: 0;
    padding-bottom: 0px;
  line-height: inherit;
  color: inherit;
}
[role="button"], button {
  cursor: pointer;
}

.popup {
  margin: 5% auto;
  padding: 1.7%;
  background: #fff;
  border-radius: 15px;
  width: 40%;
  text-align: center;
  transition: all 5s ease-in-out;
  position: relative;
margin: 0 auto;
top: 25%;
vertical-align: middle;
}

.coverPop{
    margin: 5% auto;
    padding: 1.7%;
    background: #fff;
    border-radius: 15px;
    width: 89%;
    text-align: center;
    transition: all 5s ease-in-out;
}

._pop_button {
  float: right;
  margin-top: -3em !important;
  background: transparent;
  color: white;
  padding-bottom: 2px;
  font-size: 17px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  z-index: 9;
  position: relative;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .contentts {
  max-height: 30%;
  overflow: auto;
  color: black;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
}
@media screen and (min-width: 920px) {
  .popup{
    width: 40%;
  }
}
@media (min-width: 470px) and (max-width: 920px) {
  .popup{
    width: 60%;
  }
}
@media (min-width: 470px) and (max-width: 92px) {
  .popup{
    width: 60%;
  }
}

@media screen and (max-width: 470px){
  .popup{
    width: 90%;
    padding: 2em 1em;
  }
}


.insightoverlay {
    margin: 2% auto;
    padding: 1.7%;
    background: #fff;
    border-radius: 15px;
    width: 95%;
    text-align: center;
    transition: all 5s ease-in-out;
    height: auto;
}



.overlaysetting {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  z-index: 99999999;
}

.popupsetting {
  margin: 4% auto;
  padding: 1.7%;
  border-radius: 15px;
  width: 70%;
  text-align: center;
  transition: all 5s ease-in-out;
  background: linear-gradient(rgba(29, 28, 28, 0.81),rgba(54, 54, 54, 0.91));
  border: 5px solid rgba(255, 255, 255, 0.15);
}

._pop_buttonsetting {
    color: 
#15161b;
border: none;
background:
    #ffc107;
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0 -8px 0;
    padding: 5px 70px 7px 70px;
    border-radius: 2px;
}

.popupsetting h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupsetting .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupsetting .close:hover {
  color: #06D85F;
}
.popupsetting .content {
 
  overflow: auto;
  color: black;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
}
@media screen and (max-width: 920px){

  .popupsetting{
    width: 90%;
  }
}

.profile-pic-post {
  width: 34px;
  height: 34px;
  margin-right: 2px;
  border-radius: 25%;
  margin-bottom: 3px;
  inset-block: unset;
display: inline-block;
}


.error-popup {
  position: fixed;
  bottom: 4em;
  background: rgb(34, 34, 34);
  transition: opacity 500ms;
  visibility: visible;
  z-index: 99999999;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  left: 0;
  right: 0;
  border-radius: 3px;
  padding: 9px 18px;
  border: none;
  box-shadow: 1px 2px 6px #071022;
}
.error-popup h6 {
    color: white;
    font-size: 12px;
}
.popup-profile h4 {
  color: #000 !important;
  font-size: 28px;
  text-align: left;
}
form{
  width: 100%;
}



.inqueryName {
  text-align: left;
}


/*==========Hired popup-============*/
.l-radio {
    padding: 10px 53px 5px 12px;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 4px 0;
    -webkit-tap-highlight-color: transparent;
    border: 1px solid #262626;
}
.l-radio:hover, .l-radio:focus-within {
  background: rgba(159, 159, 159, 0.1);
}
.l-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
  opacity: 1 !important;
position: inherit !important;
}
.l-radio input:focus {
  outline: none;
}
.l-radio input:checked {
  box-shadow: inset 0 0 0 6px #6743ee;
}
.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}

@media only screen and (min-width: 420px) {

  .l-radio {
      display: inline-flex;
  }

}


@media only screen and (max-width : 420px) {

  .l-radio {
      display: block ruby;
  }

}




/*======================== Toptip pop up  =======================================*/


.label-text {
  margin-left: 0.5em;
}

.tooltip-toggle {
  cursor: pointer;
  position: relative;
}
.tooltip-toggle svg {
  height: 16px;
  width: 16px;
  margin-left: 8px;
}
.tooltip-toggle::before {
  position: absolute;
  top: 23px;
  left: -70px;
  background-color: #222;
  border-radius: 20px;
  color: #fff;
  content: attr(aria-label);
  padding: 1rem;
  text-transform: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 221px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.tooltip-toggle::after {
  position: absolute;
  top: -12px;
  left: 9px;
/*  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2B222A;*/
  content: " ";
  font-size: 0;
  line-height: 0;
  margin-left: -5px;
  width: 0;
}
.tooltip-toggle::before, .tooltip-toggle::after {
    color: #efefef;
    font-family: monospace;
    font-size: 15px;
    opacity: 0;
    pointer-events: none;
    text-align: left;
    line-height: 19px;
}
.tooltip-toggle:focus::before, .tooltip-toggle:focus::after, .tooltip-toggle:hover::before, .tooltip-toggle:hover::after {
  opacity: 1;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}


/*======================== Profile Popup =======================================*/
.popup-profile {
  border-radius: 13px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  top: 8%;
  padding: 2em;
  transition: all 5s ease-in-out;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #ebe7e3;
  background-color: white;
  background-image: none;
  border: 4px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}
._pop_button.pop-setting {
  margin-top: 0em !important;
  width: 40px;
  z-index: 9999;
  background: black;
}
._pop_button {
    margin-top: 0.7em;
}

@media only screen and (min-width: 920px){
  .popup-profile {
    width: 50%;
    height: 85%;
  }
}

@media only screen and (max-width : 920px) {
  .popup-profile {
    width: 97%;
    height: 95%;
    top: 2%;
  }
}
/*========================Progress bar upload =======================================*/

/*=== progressBar CSS By David Porras ===*/


.box-lod {
  height: 150px;
  width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #020438;
  border-radius: 100%;
  overflow: hidden;
  margin: 7em 0em;
}
.percentB {
    font-size: 30px;
    font-weight: 700;
}
.percentNum {
    font-size: 30px;
    font-weight: 700;
}
.box-lod .percent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: darkgreen;
  font-size: 64px;
}

.box-lod .water {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  /*background: #4D6DE3;*/
/*  background: blueviolet;*/
background: springgreen;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.box-lod .water_wave {
  width: 200%;
  position: absolute;
  bottom: 100%;
}
.box-lod .water_wave_back {
  right: 0;
  /*fill: #C7EEFF;*/
  
  fill: #CAFFE4;
  -webkit-animation: wave-back 1.4s infinite linear;
          animation: wave-back 1.4s infinite linear;
}
.box-lod .water_wave_front {
  left: 0;
  fill: #00FF7F;
  /*fill: #4D6DE3;*/
  margin-bottom: -1px;
  -webkit-animation: wave-front .7s infinite linear;
          animation: wave-front .7s infinite linear;
}

@-webkit-keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@keyframes wave-front {
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@-webkit-keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
@keyframes wave-back {
  100% {
    -webkit-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
}
/*
    .progress_outer {
        border: 1px solid #000;
    }
.progress {
    width: 60%;
    background: #FFF;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 40px;
    height: 14px;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff084a;
    transition: width .6s ease;
    font-size: 9px;
}*/