.nav-logo {
  background-size: 28px 28px;
  height: 45px;
}
.header-logo {
  background-size: 28px 28px;
  width: 50px;
}
.footer .footer-logo {
  background-size: 80px 80px;
  height: 80px !important;
  margin-bottom: 20px !important;
}

.theme-light .header .header-logo {
  background-image: url(../images/preload-logo.png);
}
.theme-light .menu .nav-logo {
  background-image: url(../images/preload-logo.png);
}
.theme-light .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}

.theme-dark .header .header-logo {
  background-image: url(../images/preload-logo.png);
}
.theme-dark .menu .nav-logo {
  background-image: url(../images/preload-logo.png);
}
.theme-dark .footer .footer-logo {
  background-image: url(../images/preload-logo.png);
}

span.avatarSelected {
  position: absolute;
  top: 68px;
  left: 62px;
  font-size: 25px !important;
  color: #ffff !important;
  background: #2175b7 !important;
  border-radius: 50%;
  padding: 5px;
}

.exploreContentBox {
  margin: 10px 5px;
  padding: 15px;
}

.articleBox {
  margin: 10px 5px;
}

.articleImage {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.articleName {
  padding: 15px 10px 20px 15px;
  background: #fff;
  text-align: left;
  height: auto;
  max-height: 145px;
  min-height: 52px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0 2px 8px 1px #d4d4d4;
  font-weight: bold;
}

.eventName {
  font-weight: bold;
  font-size: 1.4em;
  max-height: 46px;
  overflow: hidden;
}

.eventDate {
  float: right;
  font-weight: bold;
  color: #2fa7ad;
  font-size: 1.1em;
}

.owl-item {
  left: -30px;
}

input[type="radio"] {
  position: absolute;
  left: -9999px;
}

ol {
  list-style: none;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  padding-top: 10px;
}

.filters {
  text-align: center;
  margin-bottom: 2rem;
  background: #4b9dcc;
  color: white;
  display: flex;
  overflow-x: auto;
  padding-left: 10px;
}

.filters * {
  display: inline-block;
  white-space: nowrap;
}

.filters label {
  padding: 0.5rem 1rem;
  margin-bottom: 0.25rem;
  border-radius: 2rem;
  min-width: 50px;
  line-height: normal;
  cursor: pointer;
  transition: all 0.1s;
}

.filters label:hover {
  background: #2175b7;
  color: white;
}

[value="All"]:checked ~ .filters [for="All"],
[value="CSS"]:checked ~ .filters [for="CSS"],
[value="JavaScript"]:checked ~ .filters [for="JavaScript"],
[value="jQuery"]:checked ~ .filters [for="jQuery"],
[value="WordPress"]:checked ~ .filters [for="WordPress"],
[value="Slider"]:checked ~ .filters [for="Slider"],
[value="fullPage.js"]:checked ~ .filters [for="fullPage.js"] {
  background: #2175b7;
  color: white;
}

[value="All"]:checked ~ .posts [data-category] {
  display: block;
}

[value="CSS"]:checked ~ .posts .post:not([data-category~="CSS"]),
[value="JavaScript"]:checked ~ .posts .post:not([data-category~="JavaScript"]),
[value="jQuery"]:checked ~ .posts .post:not([data-category~="jQuery"]),
[value="WordPress"]:checked ~ .posts .post:not([data-category~="WordPress"]),
[value="Slider"]:checked ~ .posts .post:not([data-category~="Slider"]),
[value="fullPage.js"]:checked
  ~ .posts
  .post:not([data-category~="fullPage.js"]) {
  display: none;
}

#savedArticle {
  width: 51px !important;
  float: right;
  padding-right: 20px;
  top: -32px;
}

.saveIcon {
  width: 25px !important;
  margin-top: -29px;
}

.shareIcon {
  width: 24px !important;
  margin-top: -29px;
}

.saveIconEvent {
  width: 25px !important;
  margin-top: 2px;
}

.shareIconEvent {
  width: 24px !important;
  margin-top: 2px;
}
.ribbon {
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: rebeccapurple;
  color: #fff;
  padding: 0.5em 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(30%) translateY(0%) rotate(45deg);
  transform-origin: top left;
}
.ribbon:before,
.ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  margin: 0 -1px; /* tweak */
  width: 150%;
  height: 100%;
  background: inherit;
}
.ribbon:before {
  right: 100%;
}

.ribbon:after {
  left: 100%;
}

.articleImageBox {
  overflow: hidden;
}

.input-style-readonly input {
  font-size: 13px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  background-color: transparent;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  transition: all 250ms ease;
  padding-left: 30px;
  color: grey;
}

.input-style-readonly .input-icon {
  position: absolute;
  z-index: 10;
  margin-top: 20px;
  margin-left: 0px;
}

select {
  padding-left: 8px;
}

.tagify__tag > div {
  position: unset !important;
}
.event-description-html > p {
  margin-bottom: 10px !important;
  font-size: 14px !important;
}

.event-description-html > p strong {
  font-weight: bold;
  font-size: 14px;
}
.brief-download-btn {
  float: right;
  font-size: 1em;
  background: #4b9dcc;
  border-radius: 12px;
  padding: 5px 20px;
  font-weight: bold;
  color: white;
  top: 3px;
  position: absolute;
  right: 0;
}

.join-btn > span {
  float: right;
  font-size: 1em;
  position: absolute;
  bottom: -32px;
  right: 0px;
  background: #2175b7;
  border-radius: 12px;
  padding: 5px 15px;
  font-weight: bold;
  color: white;
}

.no-join > span {
  float: right;
  font-size: 1em;
  position: absolute;
  bottom: -32px;
  right: 4px;
  background: #2175b7;
  border-radius: 12px;
  padding: 5px 20px;
  font-weight: bold;
  color: white;
}

.join-btn-details > span {
  font-size: 1.5em;
  background: #2175b7;
  border-radius: 12px;
  padding: 10px 50px;
  font-weight: bold;
  color: white;
}

.no-join-btn-details > span {
  font-size: 1.5em;
  background: #2175b7;
  border-radius: 12px;
  padding: 10px 50px;
  font-weight: bold;
  color: white;
}
.invite-friend-btn > span {
  float: right;
  font-size: 0.9em;
  position: absolute;
  bottom: 5px;
  right: -6px;
  background: #2175b7;
  border-radius: 12px;
  padding: 4px 15px;
  font-weight: bold;
  color: white;
}
.submit-campaign-details {
  text-align: center;
  color: #707171;
  padding: 0px 0px 30px 0px;
  margin: auto;
}
.submit-campaign-detailss {
  text-align: center;
  color: #707171;
  padding: 0px 0px 30px 0px;
  margin: auto;
}
.submit-campaign-details > span {
  font-size: 1.5em;
  background: #2175b7;
  border-radius: 12px;
  padding: 10px 50px;
  font-weight: bold;
  color: white;
}
.submit-campaign-details > input {
  font-size: 1.5em;
  background: #2175b7;
  border-radius: 12px !important;
  padding: 10px 50px;
  font-weight: bold;
  color: white;
}

.submit-campaign-detailss > input {
  font-size: 1.5em;
  background: #2175b7;
  border-radius: 12px !important;
  padding: 10px 50px;
  font-weight: bold;
  color: white;
}

.upload-file-btn {
  font-size: 1.3em;
  background: #2175b7;
  margin: 10px 0px;
  padding: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  width: 49%;
  display: inline-block;
}

.upload-file-with-link-btn {
  font-size: 1.3em;
  background: #2175b7;
  margin: 10px 0px;
  padding: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
  width: 49%;
  display: inline-block;
}

.link-to-insta-btn {
  font-size: 1.3em;
  margin: 10px 0px;
  padding: 10px;
  font-weight: bold;
  color: white;
  text-align: center;
}
.msg-date-left {
  font-size: 9px;
  display: block;
  text-align: right;
  color: black;
}
.msg-date-right {
  font-size: 9px;
  display: block;
  text-align: left;
}
.speech-right {
  color: white;
  font-size: 14px !important;
}

.speech-left {
  font-size: 14px !important;
  color: black !important;
}
.send-msg-icon {
  width: 11%;
  vertical-align: middle;
  display: inline-block;
  font-size: 30px;
  text-align: center;
  color: #2175b7;
}
.send-msg-input {
  display: inline-block;
  margin: 0;
  width: 87%;
  margin-bottom: 0 !important;
}

.fb-login-btn {
  background: #1877f2;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 12px;
  color: white;
  width: 76px;
  border-radius: 4px;
}

.file {
  cursor: inherit;
  display: block;
  font-size: 35px;
  filter: alpha(opacity=0);
  min-height: 35px;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

.list-group > span {
  font-size: 13px;
  position: absolute;
  margin-top: -6px;
}
.list-group {
  padding: 10px 0;
}

.upload-file-modified {
  position: absolute;
  font-size: 13px;
  margin-top: 15px;
  color: #adb5bd;
  font-weight: 500;
  line-height: 1.5;
}

.fafafa:before {
  vertical-align: middle;
}

.fafafa {
  width: 10%;
  display: inline-block;
  min-height: 30px;
}

.file-data {
  display: none;
  padding-bottom: 20px;
}

#captions {
  height: 80px !important;
  overflow-y: scroll;
}

.insightBox {
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  background: #2175b7;
  color: white;
  margin-bottom: 20px;
  background-color: #2175b7;
  background-image: linear-gradient(
    141deg,
    #9fb8ad 0%,
    #4b9dcc 51%,
    #2175b7 75%
  );
}

.insightBox > h4 {
  color: white;
  font-weight: bold;
}
p.insightTitle {
  color: white;
  margin-bottom: 0;
  width: 79%;
  display: inline-block;
}

p.insightValue {
  color: white;
  width: 19%;
  display: inline-block;
  margin-bottom: 0;
  text-align: right;
}

.insightBorder {
  margin-bottom: 10px;
  border-bottom: 1px solid #bababa;
  padding-bottom: 5px;
}

.popUpModel {
  position: fixed;
  text-align: left;
  top: 25%;
  left: 0;
  opacity: 100%;
  background-color: white;
  padding: 40px 30px;
  margin: 20px;
  font-size: 15px;
  z-index: 999;
  border: 1px solid #e5e5ea;
  border-radius: 12px;
  display: none;
  z-index: 1000;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background: black;
  opacity: 20%;
  display: none;
}

.menu-confirm-agreement-details > p {
  margin-bottom: 10px;
  font-size: 13px;
  color: #5a5150;
  line-height: 1.7;
}
.menu-confirm-agreement-details::-webkit-scrollbar {
  display: normal;
}

#menu-confirm {
  /*background: rgb(237,117,97);
    z-index: 9999;
  background: linear-gradient(180deg, rgba(237,117,97,1) 0%, rgba(250,112,4,1) 49%, rgba(255,158,82,1) 100%);*/
  height: 630px;
  opacity: 1;
  display: block;
}
#clear {
  background: #5a5150;
  font-size: 9px;
  padding: 5px 30px;
  border-radius: 8px;
}
.menu-confirm-agreement-details {
  padding: 10px;
  border-radius: 8px;
  min-height: 210px;
  max-height: 220px;
  overflow: scroll;
  display: normal;
  background: white;
  border: 1px solid #d6d6d6;
}
.menu-confirm-agreement-details-applied {
  padding: 10px;
  border-radius: 8px;
  min-height: 350px;
  max-height: 350px;
  overflow: scroll;
  display: normal;
  background: white;
  border: 1px solid #d6d6d6;
}

.signature-pad {
  background: white;
  border-radius: 8px;
  border: 1px solid #948c8b;
}

[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

.header-logo-ibuencer {
  width: 100% !important;
  height: 45px !important;
  margin: auto !important;
  top: 2px !important;
}

.deleteFile {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  display: block;
  background: red;
  height: 22px;
  padding: 5px 6px 6px 6px;
  border-radius: 50%;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -webkit-transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    -webkit-transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(-1px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -moz-transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    -moz-transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(-1px);
  }
}

@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    -o-transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    -o-transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(-1px);
  }
}

@keyframes shake {
  0%,
  100% {
    transform: translateX(0) rotate(0deg) translateY(0);
  }
  15%,
  35%,
  55%,
  75%,
  95% {
    transform: translateX(-1px) rotate(-2deg);
  }
  25%,
  45%,
  65%,
  85% {
    transform: translateX(1px) rotate(2deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(1px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateY(-1px);
  }
}

.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transition-timing-function: linear;
}

.baguetteBox-button .fa-times {
  background: #2175b7;
  color: white;
  padding: 12px 15px;
  border-radius: 50%;
}

.baguetteBox-button .fa-angle-left {
  background: #2175b7;
  color: white;
  padding: 12px 15px;
  border-radius: 50%;
}

.baguetteBox-button .fa-angle-right {
  background: #2175b7;
  color: white;
  padding: 12px 15px;
  border-radius: 50%;
}

.countryText {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  padding-left: 10px;
}

.countryImg {
  display: inline-block;
  width: 40px !important;
  top: 5px;
}

.reset-password {
  text-align: right;
  text-decoration: underline;
  font-family: "poppins", sans-serif;
  font-size: 13px;
  white-space: nowrap;
}

.sign-up-now {
  text-align: right;
  text-decoration: underline;
  font-family: "poppins", sans-serif;
  font-size: 13px;
  white-space: nowrap;
}

.chatboxHeight {
  min-height: 350px;
}

/* @media screen and (min-width: 720px) { */
@media (min-width: 720px) {
  .chatboxHeight {
    min-height: 500px;
  }

  #menu-confirm {
    width: 30%;
  }
  .page-content {
    /*width:25%;*/
    width: 440px;
    position: relative;
    display: inline-block;
  }
  .row-for-desktop-side {
    display: flex;
  }
  .desktop-side-display {
    width: 75%;
    float: right;
    text-align: left;
    background: #0a4b7f;
    color: white;
    flex: 1;
    padding: 80px 70px 50px 60px;
  }
  .desktop-side-display h1 {
    color: white;
    font-weight: bold;
    letter-spacing: 0.8px;
  }
  .desktop-side-display h2 {
    color: white;
    font-weight: bold;
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.8px;
  }
  .desktop-side-display h3 {
    color: white;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0;
    letter-spacing: 0.8px;
  }
  .desktop-side-display .qrtext {
    color: white;
    font-weight: bold;

    font-size: 1.3em;
    /*width: 200px;
    font-size: 15px;*/
    margin: auto;
    padding: 10px 0px;
  }

  .desktop-side-display p {
    color: white;
    font-size: 1.1em;
    margin-bottom: 0px;
    line-height: 1.5;
    letter-spacing: 0.8px;
  }
  .desktop-side-display .qr {
    margin: auto;
    /*width:200px!important;*/
  }
  .desktop-side-display .left-side-content {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
  }
  .desktop-side-display .left-side-content .blue-box {
    padding: 10px 20px 25px 20px;
    background: #0b4567;
    text-align: center;
    margin-right: 40px;
    /*bottom: 120px;
    width:250px;
    position: absolute;*/
  }
  .desktop-side-display .right-side-content {
    width: 69%;
    padding: 20px;
    display: inline-block;
  }
  .content-spacing {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .unreadMsgIcon {
    margin-right: 95px !important;
  }
}
.insta-bluetick {
  display: inline-block;
  width: 20px !important;
  margin-left: 3px;
}

@media screen and (max-width: 720px) {
  .desktop-side-display {
    display: none;
  }
}

.agreement-content-applied {
  padding: 0px 15px;
  margin-top: 0;
  background: white;
  color: #444;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 15px;
  text-align: left;
}

.agreement-content-applied-inside {
  padding: 10px;
  border: 1px solid #d6d6d6;
  color: #565c68;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-weight: 400;
  letter-spacing: normal;
  orphans: 2;
  text-align: start;
  text-indent: 0px;
  text-transform: none;
  white-space: normal;
  widows: 2;
  word-spacing: 0px;
  -webkit-text-stroke-width: 0px;
  text-decoration-style: initial;
  text-decoration-color: initial;
  height: 300px;
  overflow: scroll;
  border-radius: 8px;
}

.unreadMsgIcon {
  color: white !important;
  font-weight: bold;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  display: block;
  background: red;
  height: 23px;
  padding: 0px 7px 11px 8px;
  border-radius: 50%;
  margin-right: 10px;
}
.unreadMsgIcon p {
  color: white !important;
}

.unreadMsgIconThread {
  color: white !important;
  font-weight: bold;
  position: absolute;
  top: -13px;
  right: -15px;
  height: 30px;
  display: block;
  background: red;
  height: 23px;
  padding: 0px 7px 11px 8px;
  border-radius: 50%;
  margin-right: 10px;
}

.unreadMsgIconThread p {
  color: white !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

#shortBio {
  line-height: 24px !important;
  min-height: 150px;
  overflow-y: scroll;
}

.bottom-contact-link {
  text-align: center;
  margin-top: -20px;
}
.bottom-contact-link a {
  color: #6c6c6c;
}

.footer-menu-icon:active {
  box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3) !important;
}

.footer-menu-icon:focus {
  box-shadow: inset 0 3px 5px 0 rgba(0, 0, 0, 0.3) !important;
}

.edit-campaign-caption {
  font-size: 1.5em;
  background: #4b9dcc;
  border-radius: 12px !important;
  padding: 10px 50px;
  font-weight: bold;
  color: white;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}

.captionTextarea {
  margin-bottom: 10px !important;
  color: black;
}

.showPasswordIcon {
  width: 12%;
  display: inline-block;
  text-align: right;
  height: 50px;
  font-size: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  position: absolute;
  vertical-align: middle;
  padding-top: 14px;
}

.showConfirmPasswordIcon {
  width: 12%;
  display: inline-block;
  text-align: right;
  height: 50px;
  font-size: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
  position: absolute;
  vertical-align: middle;
  padding-top: 14px;
}

.passwordField {
  width: 88%;
  display: inline-block;
}
