@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, h1, p, span, h2, h3,h4,button, li, label, a, input,textarea{
  font-family: 'Montserrat';
}
html {
  scroll-behavior: smooth;
}
body{
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Montserrat' !important;
  font-weight:600 !important;
}
a{
  font-family: 'Montserrat' !important;
  font-weight:400 !important;

}
button{
  font-family: 'Montserrat' !important;
  font-weight:600 !important;

}

.table{
  font-weight:200 !important;
}
label{
  font-family: 'Montserrat' !important;
  font-weight:600 !important;

}
p{
  font-family: 'Montserrat' !important;
  font-weight:400 !important;
  font-size: 14px;
  color: #545454;
  line-height: 30px;
}
li{
  font-family: 'Montserrat' !important;
  font-weight:200 !important;
  font-size: 14px;
}
.container_homepage{
  margin-left:95px;
  margin-right:95px;
  max-width: 1350px !important;
  position: inherit;
  margin: auto;

}
  .container_txt_homepage{
      margin-left:95px;
      margin-right:95px;
    }

  @media screen and (min-width: 1441px) {
    /* Styles for media elements on screens larger than 1440px */
    .container_txt_homepage{
      max-width: 1350px !important;
      position: inherit;
      margin: auto;


    }
    .container_rankings{
      max-width: 1350px !important;
      position: inherit !important;
      margin: auto !important;



    }

    }


.container_rankings{
    margin-left:95px;
    margin-right:95px;
    padding-left: 50px !important;
    padding-right: 50px !important;
    margin-top:70px !important;
    margin-bottom:70px !important;

  }

.container_projects{
  margin-left:95px;
  margin-right:95px;

}
.ct-btn-scroll {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 12%;
      z-index: 9;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
}
.frontpage_bottom{
  width: 200px;
  height: 50px;
  position: absolute;
  bottom: 0%;

  left: 0;
  right: 0;
  margin: auto;
  border-top:solid 50px transparent;
  border-right:solid 100px transparent;
  border-bottom:solid 80px #FFF;
  border-left:solid 100px transparent;

}
p{
    font-weight: 300;
}
h4{
    color:#F5CC0E;
}

/* Navbar*/
.navbar {
    transition: all 0.4s;
    letter-spacing: .5px;
}

.navbar .nav-link {
    color: #555;
    letter-spacing: 1px !important;
    padding-left: 0px;
    padding-left:26px;
    font-size:18px;

}

.navbar .active .nav-link {
    color: #555;
    padding-left: 0px;
    padding-left:26px;

}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color:#F5CC0E;
    text-decoration: none;
}
.tableprojectdash{
  margin-top: calc( 40% );
}
.pProjectPageSubTitle{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

.buttonheader:hover{
    color: #F5CC0E !important;
}

.nav-right{
    position: absolute;
    float:right;
    right: 0;
    padding-right:60px;
}
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar.active .nav-link {
    color: #555;
}
.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #555;
    text-decoration: none;
    color: #F5CC0E;

}
.navbar.active .navbar-brand {
    color: #555;
}

.header-button{
    border-right: 1px solid #CCC;
    color:#FFF;
    margin-right: 22px;
    padding-right: 20px;
}

.iframeContent{
    width: 100%;
    overflow: hidden;

}
.table_don{
  width:100%;
  margin-top:20%;
}
.tableprojectpage{
  width:100%;
  margin-top:20%;
}
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }
    .navbar-nav{
        float: none;
        text-align: center;
        margin: auto;
        max-width: 200px;
        padding: 5px;
        padding-right: 0px;
        border: none;

    }
    .nav-right{
        position: inherit;
        text-align: right !important;
        margin: auto;
        max-width: 200px;
        padding:0px;
        border: none;
        }
    .nav-link{
        text-align: right;
        margin: auto;
        padding: 0px 0px 8px 0px !important;
        border: none;
    }
    .video-play-button{
      margin-top:80px;
      top: calc(60% + 60px);

    }
    .dropdown{
        position: inherit;
        margin: auto;
        max-width: 122px;
        border: none;
    }

    .dropdown-content {
        display: block;
        background: #FFF;
        width: 100%;
        max-width: 200px !important;
        border: none !important;
        box-shadow:none !important;
        z-index:1 !important;
        border-radius: 15px !important;


    }
    .dropdown-content a{
        text-align: right !important;
        padding: 0px 0px 10px 0px !important;
        max-width: 200px !important;

    }
    .dropdown-content a:hover {
        text-decoration: none;
        border-left:none !important;
        background-color:#fff !important;
        color:#555;
      }
    .badge{
        margin-right:1px !important;
    }
    .nav-item{
        position: inherit;
    }
    .navbar .navbar-brand, .navbar .nav-link {
        color: #555 !important;
    }
    #tabs .nav-tabs .nav-link {
      margin:15px !important;

      padding-left:15px !important;
      padding-right:15px !important;
      padding-top: 5px !important;
      padding-bottom: 5px !important;
    }
    .faucet_input {
      width: 100% !important ;

    }

    .img_logo{
        float:right !important;
        text-align:right;
        margin-right:10px;
        margin-top:0px;
    }
    .core-values-container-right{
      width:100% !important;
      padding:0px !important;
    }
    .core-values-section-left{
      padding-top:0px !important;
      background-size:100% !important;
    }
    .core-values-section-homepage{
      background-size:100% !important;
      padding-left:0px !important;
      padding-right:0px !important;

    }
    .core-values-section-right{
      background-size:100% !important;
    }
    .core-values-section-right-homepage{
      background-size:100% !important;
      width:100% !important;
      background: none;
    }
      .core-values-section-right-download{
      background-size:100% !important;
      width:100% !important;
    }


    .core-values-section-right-error{
      background-size:100% !important;
      margin-top: 0px !important;
    }
    .team_section{
      padding-top:0px;
      margin-left: 20px !important;
      padding-left: 15px;
      margin-right: 20px !important;
      padding-right: 15px;
    }

    .content_don{
      width:90% !important;
    }
    .popup_don{
      max-width:300px !important;
    }

    .popup_don_backer{
      width:90% !important;
      overflow-y: auto;
      height:85%;
    }
    .content_don_backer{
      width:90% !important;
    }
    .tableprojectdash{
      margin-top:0;
    }
    .pay{
      position:absolute;
      margin-top: 0px !important;
      bottom: 3px !important;
      width: 287px !important;;
    }
    .contribute_first{
      margin-top:223px !important;

    }
    .widthmobile{
      padding-left: 0px !important;
    }
    .carousel-cell-chats{
      min-width: 300px !important;
    }
    .voucher{
      padding-left: 50px !important;
      padding-right: 50px !important;

    }


  .divEvent{
      height: 400px !important;
  }
  .divEventContentWrapper{
    width: 100% !important;
    padding-left: 0px !important;
}

  .divEventImage{
    width: 100% !important;
    margin-bottom: 10px;
  }
  .divEventDate{
    width: 180px !important;
    text-align: center !important;
    float: left !important;

  }
  .divUpdate{
    padding-left: 20px !important;
    padding-right: 20px !important;

  }
  .aEventTicketButton{
      width: 288px;
      border-radius: 15px;
    width: 100% !important;
      border-radius: 15px;
      padding: 10px 20px;
      margin: 0 auto !important;
      margin-top: 5px !important;
  }
  .tableEvent tr td:last-of-type{
    text-align: center !important;
  }
  .aEventMobile{
    display: flex;
    justify-content: center;
    align-items: center;
    }
  .divEventPresenceWrapper{
    float:right !important;
    position: relative !important;
  }
  .divUpdate{
    margin: 0px !important;
    margin-bottom: 20px !important;
  }
  .pEventName{
    clear:both !important;
    padding-top: 5px !important;
    position: relative !important;
    width: 280px !important;
  }
  .tableEvent{
    position: inherit !important;
    margin-top: 10px;
    width: 100% !important;
    padding-left: 0px !important;

  }
  .tableEvent td {
    margin-top: 10px;
    display: block; /* Display td elements under each other */
    padding-right: 0px !important;
  }
  #imgLogoMobile{
    padding-left:0px !important;
  }

  #imgCommunityLogo{
    padding-left:0px !important;

}

}
#imgLogo{
    position: absolute;
    height:40px;
    margin-left: -60px !important;
    max-height: 40px;
    width: auto;
    left: 50%;
    display: block;
    margin-top:-20px;
}
#imgLogoDashboard{
    position: absolute;
    height: 40px;
    margin-top:10px;
    width: auto;
    left: 50%;
    margin-left: -60px !important;
    display: block;

}

#imgLogoMobile{
  max-height: 40px;
  width: auto;
  display: block;
  padding-left:36px;

}


#tabnavbar{

}

#tabnavbar .tablinks{
    border-right: 1px solid #f1f1f1;
}

#tabnavbar .tablinks:last-of-type{
    border-right: none;
}

#imgCommunityLogo{
    height: 55px;
    width: auto;
    display: block;
    padding-left:36px;

}

#imgLogoRc{
  position: inherit;
  height: 40px;
  width: auto;
  left: 10%;
  display:inline-block;

}

.divEvent{
    width: 100%;
    height: 200px;
    max-width: 800px;
    background: white;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 10px #f1f1f1;
    margin: auto;
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: left;
}

.divEventImage{
    height: 160px;
    width: 220px;
    border-radius: 20px;
    float: left;
}

.divEventContentWrapper{
    float: left;
    width: calc(100% - 220px);
    padding-left: 25px;
    box-sizing: border-box;
    height: 160px;
    position: relative;
}

.divEventDate{
    padding: 5px;
    background: #F5CC0E;
    color: white;
    padding: 5px 15px 5px 15px;
    border-radius: 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: -5px;
    margin-top: 5px;
}

.pEventName{
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    margin-top: 10px;
}

.pEventTime{
    font-size: 12px;
    font-weight: 800 !important;
    text-align: left;
    margin: 0px;
}

.pEventVenue{
    font-size: 13px;
    text-align: left;
    margin: 0px;
    font-weight: 400;
}

.tableEvent{
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.tableEvent tr td{
    padding: 0px;
    vertical-align: bottom;
}

.tableEvent tr td:last-of-type{
    text-align: right;
    padding-right: 25px;
}

.aEventTicketButton{
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}

.divEventPresenceWrapper{
    position: absolute;
    top: 0px;
    right: 0px;
}

.divPresence{
    display: inline-block;
    cursor: pointer;
    padding: 10px;
    border-radius: 25px;
}

.divPresence:hover{
    background: #f1f1f1;
}

.divPresence p{
    margin: 0px;
}

.divPresence i{
    font-size: 12px;
}

#divUpdateWrapper{
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: auto;
}

.divUpdate{
    display: inline-block;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 10px #f1f1f1;
    padding: 50px;
    padding-top:25px;
    padding-bottom:25px;
    border-radius: 30px;
    width: 100%;
    margin: 20px;
    position: relative;
    text-align: left;
}

.divUpdateTimeLine{
    position: absolute;
    height: calc(100% + 50px);
    width: 10px;
    background: black;
    left: -100px;
    top: 0px;
    background: #f1f1f1;
}

.divUpdateTimeLine::before{
    content: ' ';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #0b7dda;
    margin-left: -10px;
    margin-top: -15px;
}

.pUpdateDate{
    width: 150px;
    position: absolute;
    right: 30px;
    font-weight: 600 !important;
    font-size: 13px;
    top: -10px;
    text-align: right;
}

.pLikeUpdate{
    color: #0b7dda;
    font-size: 20px;
    display: inline-block;
}

.pUpdateLikeCount{
    display: inline-block;
    color: #0b7dda;
    font-weight: 600 !important;
    margin-left: 5px;

}

.divLikesWrapper{
    float: right;
    margin-top: 22px;
    position: relative;
}

.pLikeName{
    padding: 5px;
    background: #f1f1f1;
    border-radius: 5px;
    font-size: 13px;
    position: absolute;
    bottom: 10px;
    display: none;
}

.divLikeAvatar:hover .pLikeName{
    display: block;
}

.divLikeAvatar{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #f1f1f1;
    display: inline-block;
}

.iDeleteReaction{
    font-size: 14px;
    color: #dcdcdc;
    float: right;
    display: none !important;
    cursor: pointer;
}

.divReaction:hover .iDeleteReaction{
    display: block !important;
}

.divUpdateReactionsWrapper{
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-left: 20px !important;
    padding-right: 20px !important;

}

.divNewReaction{
    margin-bottom: 10px;
    position: relative;
}

.divNewReaction input[type="text"]{
    width: 100%;
    height: 40px;
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.iSentReaction{
    width: 30px;
    height: 30px;
    background: #F5CC0E;
    border-radius: 15px;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
    box-sizing: border-box;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer !important;
}

.divSmallAvatar{
    width: 30px;
    height: 30px;
    background-color: #f1f1f1;
    border-radius: 15px;
    display: block;
    float: left;
}

.pReactionUsername{
    display: inline-block;
    font-weight: 600 !important;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    margin-left: 10px;
    margin-top: 5px;
}

.pReaction{
    display: inline-block;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 38px !important;
    padding-top: 3px !important;
}

.divUpdateReactionsWrapper .divReaction:nth-of-type(odd){
    background: #f8f8f8;
}

.divReaction{
    padding: 10px 20px 10px 20px;
}

.pReactionDate{
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #919191;
    margin-top: -20px;
}

.imgUpdate{
    width: 100%;
    border-radius: 10px;
}

.videoUpdate{
    width: 100%;
    border-radius: 10px;
}

input[type="color"]{
    width: 30px !important;
    height: 30px !important;
    padding: 2px !important;
}

#imgLogo:hover{
    opacity: 0.8;
}

#imgLogo_create{
  position: absolute;
  height: 40px;
  margin-top:15px;
  width: auto;
  left: 8%;
  margin-left: -50px !important;  /* 50% of your logo width */
  display: block;
}

#imgLogo_create:hover{
  opacity: 0.8;
}

/* Steps create projects*/
.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
  content: counter(stepNum);
  font-family: 'Dosis', sans-serif;
  font-weight: 700 !important;
}
.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 60%;
  margin-bottom: 0px;
}
.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
}

a:hover{
  opacity: 0.8;
  text-decoration: none !important;
}

.multi-steps > li:before {
  content: "";
  content: "✓;";
  content: "𐀃";
  content: "𐀄";
  content: "✓";
  display: block;
  margin: 0 auto 4px;
  background-color: #104547;
  color:#FFF;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #104547;
  border-radius: 50%;
}
.multi-steps > li:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #104547;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}
.multi-steps > li:last-child:after {
  display: none;
}
.multi-steps > li.is-active:before {
  background-color: #104547;
  border-color: #104547;
  color:#FFF;
}
.multi-steps > li.is-active ~ li {
  color: #808080;

}
.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

.aWalletConnected{
    color: #0d8aee !important;
    font-weight: bold;
}

.pCurrentWallet{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px !important;
    -webkit-clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
        display:inline-block;
    margin:10px;
    margin-right: 0px;
    margin-left: 0px;
  padding-left:10px;
  padding-right:10px;
  text-align:right !important;

}
.pCurrentWallet:hover{
  opacity:0.6;
  cursor: pointer;

}

.pChain{
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px !important;
  -webkit-clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 1em) 0, 100% 50%, calc(100% - 1em) 100%, 0 100%);
  display:inline-block;
  margin:10px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left:10px;
  padding-right:10px;
  text-align:right !important;

}
.walletIcon{
  display:inline-block;
  margin:10px;
  margin-left:0px;
  margin-right:0px;
  padding-right:10px;
  height:25px;
  border-right:1px solid #dcdcdc;

}
.walletinfo{
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  padding:0px;
  color: #FFF;
  background: #FFF;
  z-index: 100000;
}

.connectData{
  display:block;
  margin-left:0px;
  width: 250px !important;

}
.connectData span{
  color: rgb(85, 85, 85);
  font-family: 'Dosis', sans-serif;
  font-weight:200 !important;
  font-size: 16px;

}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fa-spinner{
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

#divConnect{
  display: none;
}


#divUser:hover{
    opacity: 0.8;
    cursor: pointer;
}

#divUser img{
    height: 35px;

}

.frontpage_text {
    position: absolute;
    top: calc(55% - 50px);
    left: 50%;
    width:80%;
    transform: translate(-50%, -50%);

}
.frontpage_textright{
    position: absolute;
    top: 60%;
    left: 54%;
    transform: translate(-50%, 80%);
    color: #fff;
}
.text-block {
    position: absolute;
    top: calc(18% - 38px);
    height:700px;
    width:550px;
    right: 0px;
    float:right;
    border-right:none;
    color: #FFF;
    padding-left: 40px;
    padding-right: 60px;
  }

  .frontpage{
    background-size: cover;
    background-position: center;
    overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #427ED7;
  background-repeat: no-repeat;
  background-size: cover;
}

.front_img{
    opacity:0.9;
    overflow: hidden;
    z-index: 2;
}
.headtext{
    color: #fff;
    font-size:48px;
    }
.lead{
    color:#fff;
}

/* dropdown menu */
.dropdown {
    position: inherit;
    float:right;
  }

  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    padding: 2px 4px;
    background-color: inherit;
    margin: 0;
    color:#555;

  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFF;
    text-decoration: none;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border-radius: 15px !important;
    z-index: 1 !important;

}
  .dropdown-content a {
    float: none;
    color: #555;
    padding: 12px 16px;
    display: block;
    text-align: right;
    text-decoration: none;

  }

  .dropdown-content a:hover {
    text-decoration: none;
    color: #F5CC0E;
  }

  .dropdown:hover .dropdown-content {
    display: block;
  }

/* footer */
/* email icon style */

.icon-effect-w3 {
    background: #F5CC0E;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 1em;
}

.icon-effect-w3 span {
    line-height: 70px;
    font-size: 24px;
    color: #fff;
}

/* //email icon style */
/* subscribe */
.subscribe {
  max-width: 800px;
}
.text-banners {
max-width: 900px !important;
}
.barsnav{
  color:#555;
}
form p{
    margin-bottom: 3px;
}

.uk-card{
    height: auto !important;
    max-height: none !important;
    border-radius:15px !important;

}


form.subscribe-wthree input[type="email"] {
    font-size: 16px;
    background: #fff;
    border: none;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 10px 0px 0px 10px;
    letter-spacing: 1px;
    color: #000;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    font-size: 15px;
    padding: 14px 20px;

}

form.subscribe-wthree button {
    background: #427ED7;
    letter-spacing: 1px;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px 10px 10px 0px;
    border: none;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
}

/* //subscribe */
/* //footer */
/* copyright bottom */
/* copyright */
.copy_right p a {
    color: #000;
    font-weight: 600;
    letter-spacing: 2px;
}

/* //copyright */
/* social icons */
.social-icons-footer ul li {
    display: inline-block;
}

.social-icons-footer ul li a span {
    color: #F5CC0E;
    margin: 0 8px;
    font-size: 16px;
}

/* //social icons */
/* bottom-to-top */
a.move-top span {
    color: #F5CC0E;
    font-size: 30px;
}

/* //bottom-to-top */
.frontpage table{
    float:right;
    margin-right: 15%;
    padding:inherit;
    margin-top: 5%;
}


tr:hover {background-color: #f5f5f5;}

/* //copyright bottom */
.about h6 {
    color: #F5CC0E;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 15px;
}
.about h3 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 400;
    color: #427ED7;
}
.about h4{
    color:#212529 ;
}
.right{
    float:right;
}
.imagesabout {
    max-height:500px;
}
/* button style */
.button-style {
    padding: 10px 36px;
    background:none;
    border: none;
    font-size: 15px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
    display:inline-block;
    background-color: #427ED7;
    border: none;
    color: #fff;
  
}

.button-style:hover {
    background-color: #427ED7;
    color:#fff;
    text-decoration: none;
}
.button-style:focus {
  outline: 0 !important;
}
.button-style-blue {
  padding: 10px 36px;
  background:#427ED7;
  border: none;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  border: 2px solid #427ED7;
  display:inline-block;
}

.button-style-blue:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #FFF;

}
.button-style-blue:focus {
outline: 0 !important;
}


.button-container {
  display: inline-block;
  width: fit-content;
  margin:30px;
}

.rounded-button {
  display: flex;
  align-items: center;
  padding: 5px;
  background-color: transparent;
  border: none;
  color: #FFF !important;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 30px;
  border: 2px solid #FFF !important;
  outline: none;
  cursor: pointer;
  padding-left:25px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  background-color: #5c97f0 !important;
  margin-left: 10px;
}

.button-text {
  margin-right: 10px;
}

.button-style-white {
  padding: 10px 36px;
  background:none;
  border: none;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  border: 2px solid #FFF;
  display:inline-block;
}

.divQRHolder{
    text-align: center;
}

.inputTOTPCode{
    height: 50px;
    background: #ffffff !important;
    border: 2px solid #f1f1f1 !important;
    letter-spacing: 10px;
    text-align: center;
    width: 160px !important;
}
.fa-bars{
  color:#121212;
}
.button-style-white:hover {
  background-color: #FFF;
  color:none !important;
  text-decoration: none;
}
.btn-createacc{
    padding: 8px 25px;
    background:none;
    border: none;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
    border: 1px solid #FFF;
    display:inline-block;
}
.btn-createacc:hover {
    background-color: #FFF;
    color:#555;
    text-decoration: none;
}
.btn-createpro{
  padding: 10px 25px;
  background:#E4572E;
  border: none;
  color: #FFF !important;
  font-size: 18px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 20px;
  border: 1px solid #E4572E;
  display:inline-block;
  margin-right:10px;
}
.btn-createpro:hover {
  color: #FFF;
  background:#f54918;
  border: 1px solid #f54918;
  text-decoration: none;
}
.btnauth {
    padding: 14px 26px;
    border: none;
    color: #F5CC0E;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #F5CC0E;
    border-color: #F5CC0E;
}

.btnauth:hover {
    background-color: #F5CC0E;
    color:#fff;
}

.aLoginHome{
    font-size: 25px;
    position: fixed;
    top: 50px;
    left: 50px;
    margin: 0px;
    padding: 0px;
    color: white;
}
.aLoginHome:hover{
    color: #F5CC0E;
}

.buttonheader{
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.divCheckpointPointerWrapper{
    width: 0px;
    height: 100px;
    margin: auto;
    margin-top: -110px;
    position: absolute;
    position: absolute;
    margin-left: 250px;
}

.divCheckpointDot{
    border-radius: 10px;
    position: absolute;
    margin-left: -19px;
    margin-top: 0px;
    padding-top:10px;

}
/* //button style */
/* //Register-top */

#containerRegister{
    background-color: #427ED7;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: none;
    padding-right: 0px;
}

.divRightBox {
    width: 30%;
    height: 100vh;
    background: white;
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 400px;
    max-width: 800px;
    padding: 5vw;
    box-sizing: border-box;
    overflow: auto;
}

.imgLogoRightBox{
    width: 120px;
    margin-left: calc(50% - 60px);
}
.imgLogoMagic{
  width: 200px;
  margin-left: calc(50% - 100px);
}

    /* //Register-bottom */

.containerBigBackground{
    overflow: hidden;
}

.containerBigBackground h1{
    color: white;
    position: absolute;
    left: 50px;
    bottom: 30px;
    margin: 0px;
    padding: 0px;
    font-size: 10vw;
    opacity: 0.2;
    letter-spacing: 0px;
    font-weight: 600;
}

.divRightBoxForm{
    width: 100%;
    margin-top: 50px;
    padding-bottom: 50px;
}

.divRightBoxForm input[type="text"], .divRightBoxForm input[type="email"], .divRightBoxForm input[type="password"], .divRightBoxForm input[type="date"], .divRightBoxForm select{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: #f1f1f1;
    outline-color: #427ED7;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.divFormDivider{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 1px;
    padding: 0px;
    height: 2px;
    background: #f1f1f1;
}

.pFormLabel{
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #104547;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.divRightBoxForm [type="submit"]{
    background: #427ED7;
    border: none;
    text-align: center;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    margin-top: 20px;
    border-radius: 15px;
    width: 100%;
    transition: opacity 0.2s ease-in-out;
}

.divRightBoxForm input[type="submit"]:hover{
    opacity: 0.8;
}

.registerbutton{
  background: #427ED7;
  border: none;
  text-align: center;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-radius: 15px;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  padding: auto 36px;
  font-size: 16px;
  border: 2px solid #427ED7;
  display: flex; /* Use flexbox display */
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Horizontally center the content */

}

.registerbutton:hover {
  opacity: 0.8;
  color: white;

}
.registerbutton:focus {
outline: 0 !important;
}

.registerbutton-white{
  background: #FFF;
  border: none;
  text-align: center;
  color: #427ED7 !important;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-radius: 15px;
  width: 100%;
  transition: opacity 0.2s ease-in-out;
  padding: auto 36px;
  font-size: 16px;
  border: 2px solid #427ED7;
  display: flex; /* Use flexbox display */
  align-items: center; /* Vertically center the content */
  justify-content: center; /* Horizontally center the content */

}

.registerbutton-white:hover {
  opacity: 0.8;
  color: #427ED7;

}
.registerbutton-white:focus {
  outline: 0 !important;
  }




.aLoginLink{
    color: #427ED7 !important;
    margin-top: 10px;
    text-decoration: underline !important;
    cursor: pointer;
}

.floatLeft{
    float: left;
}

.floatRight{
    float: right;
}
/* category chat carousel on homepage*/
.mycard {
  border-radius: 15px;
}
.cardtitle {
  text-align: center;
  padding-top: 15px;
}
.cardimg {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border-radius: 50%;
  max-height: 120px !important;
  max-width: 120px !important;
  border: 2px solid #FFF;
}
.carousel-cell-chats {
  width: 20%;
  height: 230px;
  margin-right: 10px;
  border-radius: 15px;
  counter-increment: gallery-cell;
}

/* cell number */
.carousel-cell-chats:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: white;
}



/* //category chat carousel on homepage */
/* Register section on homepage*/
#register{
    background-color: #34ADFF;
    background-image: -webkit-linear-gradient(10deg, #C5CC5E 43.6%, #C5CC5E 30%);
    min-height: 400px;
}
#register h6{
    text-align: center;

}
#register h3{
    text-align: center;
    color:#FFF;
}

.button-white {
    padding: 10px 36px;
    background:none;
    border: none;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
    border: 2px solid #FFF;
    border-color: #FFF;
    display:inline-block;
}

.button-white:hover {
    background-color: #FFF;
    color:#C5CC5E;
    text-decoration: none;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* input fields for searching*/

#divProjectSearchWrapper{
    position: absolute;
    float: right;
    right: 45px;
    margin-top: -5px;
}

#divProjectSearchWrapper i{
    top: 10px;
    z-index: 9;
    color: #dcdccd;
    position: absolute;
    margin-left: 8px;
}

.search {
    background:none;
    padding: 5px;
    width: 100%;
    font-size: 16px;
    color: #555;
    background: #ffffff;
    padding-left: 30px;
    display:block;
    float:right;
    justify-content:right;
    border-radius: 15px;
    font-family: 'Dosis', sans-serif;
    font-weight:200 !important;

  }
.search[type=text] {
    width: 200px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
  /* When the input field gets focus, width changes */
.search[type=text]:focus {
    width: 400px;
    outline:0;
}
.search::placeholder {
    color: #dcdcdc;
  }

.search_button{
  width: 4%;
  padding: 10px;
  margin-top:-6px;
  margin-right: 43px;
  background: #2196F3;
  position: absolute;
  color: white;
  font-size: 15px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  float:right;
  right:0;
  justify-content:right;
}

.search_button:hover {
  background: #0b7dda;
}

  /* how it works */
#hiw{
    min-height:1000px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom:100px;
}
#hiw .tabordion {
    position: relative;
    width: 100%;
    color: rgba(48, 69, 92, 1);
    margin: 0;
}

#hiw .tabordion section {
    display: block;
    width: 100%;
    left: 0;
}
#hiw .tabordion section input[name="sections"] {
    left: -9999px;
    position: absolute;
    top: -9999px;
}
#hiw .tabordion section input[name="sections"]:checked + label {
    border-left: 2px solid #F5CC0E;
    background: #FFF;
    color: rgba(48, 69, 92, 1);
}
#hiw .tabordion section input[name="sections"]:checked ~ article {
    display: block;
}
#hiw .tabordion section label {
    border-left: 2px solid #e9ecef;
    cursor: pointer;
    display: block;
    padding: 1em 0.83em;
    position: relative;
    width: 100%;
    z-index: 100;
}

.ulBox li{
    text-align: center;
}

.pFormerror{
    width: 100%;
    text-align: center;
    margin: 0px;
    margin-top: 0px;
    padding:10px;
    padding-bottom:0px !important;
    color: #e74c3c;
    z-index: 1;
    position: relative;
    font-size:13px;
    /* border-radius: 15px; */
}

.pFormerrorRight{
    width: 100%;
    text-align: right;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    color: red;
}

.divOptionBox{
    width: 400px;
    height: auto;
    border-radius: 5px;

}

.divOptionBox .divOptionBoxOption:first-of-type{
    border-radius: 5px;
    border:none !important;
}

.divOptionBoxOption{
    padding-top: 20px;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: auto;
    border:none !important;

}

.divOptionBox label{
    display: block;
    float: left;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-weight:200 !important;

}

.divOptionBox input{
    float: left;
}

.divOptionBox label input{
    margin-right: 10px;
    margin-top: 6px;
}

#hiw .tabordion section article {
    display: none;
    left: 0;
    width: 100%;
    padding: 1em;
    position: relative;
    top: 0;
    font-weight: 300;
    line-height: 1.7;
}
#hiw .tabordion section article p {
    margin-bottom: 1em;
}
#hiw .tabordion section article:after {
    background-color: transparent;
    content: "";
    display: block;
    left: -229px;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 1;
}

@media all and (min-width: 1068px) {
    #hiw .tabordion {
        width: 100%;
        color: rgba(48, 69, 92, 1);
   }
   #hiw .tabordion section label {
        border-bottom: 2px solid #e9ecef;
        padding: 1em 2.5%;
        width: 20%;
   }
   #hiw .tabordion section article {
        position: absolute;
        width: 70%;
        left: 26.5%;
   }
}
/* contact page */
#contact h3{
    color:#427ED7
}

button.btn-cont-w3 {
    background: #eeba0e;
    color: #ffffff;
    padding: 11px 25px;
    letter-spacing: 1px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    font-size: 16px;
    max-width: 140px;
}

.w3l-map iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    display: block;

}
/* //contact page */
/* breadcrumb */
.breadcrumb {
    padding: 5vw 0;
    justify-content: center;
    margin-bottom: 0;
    margin-top:80px;
}

li.breadcrumb-item a,
li.breadcrumb-item {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;

}

.breadcrumb-text .font-weight-bold{
  font-weight: 600 !important;

}
.breadcrumb-text:hover{
    text-decoration: none;
    opacity:0.8;
}

.breadcrumb-text:hover{
    text-decoration: none;
    opacity:0.8;
}

/* //breadcrumb */
/* faq page */
.about-right-faq h3{
    color:#427ED7;
}
/* accordions */
.accordion {
    border: 1px solid white;
    padding: 0 10px;
    margin: 0 auto;
    list-style: none outside;
    padding-top: 40px;
}
.roadmap{
  height:1800px;
}
@media all and (max-width: 1050px) {
  .accordion{
    padding-top: 0px !important;
  }
  .roadmap{
    height:2200px;
  }
}

.accordion>*+* {
    border-top: 1px solid white;
}

.accordion-item-hd {
    display: block;
    cursor: pointer;
    background-color: #f3f3f3;
    color: #000;
    padding: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    border-radius: 15px;
    font-weight:200 !important;
    font-size:16px;

}

li.accordion-item {
    margin-bottom: 1.5em;
}

.accordion-item-input:checked~.accordion-item-bd {
    max-height: 1000px;
    border:1px solid #f1f1f1;
    padding: 2em;
    border-radius:15px;
}

.accordion-item-input:checked~.accordion-item-hd>.accordion-item-hd-cta {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.accordion-item-hd-cta {
    display: block;
    width: 30px;
    position: absolute;
    top: calc(50% - 6px);
    /*minus half font-size*/
    right: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

.accordion-item-bd {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
}
.accordion-item-bd p {
  font-size:16px;
}
.accordion-item-bd ul li{
  font-size:16px;
  font-family: 'Dosis', sans-serif;
  font-weight:200 !important;
}


.accordion-item-input {
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: -9999px;
}

h6.accordion-textm {
    color: #eeba0e;
    font-size: 19px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight:200 !important;
    font-family: 'Dosis', sans-serif;

}

/* //accordions */
/* //faq page */
/* press*/
.press{
    background-color: #f8f9fa ;
    border-bottom: 1px solid #DEE2E6;
}
.press h6 {
    color: #F5CC0E;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 15px;
}
.press h3 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 400;
    color: #427ED7;
}
.press-img{
    height:150px;
    width:150px;
}

/* //press */
/* about */
.about-section{
    border-top: 1px solid #DEE2E6;
}
.about_padding{
  margin-top:48px;
}
.dot_list{
    font-weight: 300;
    list-style-type: circle;
}
.problem-point{
  margin-bottom:35px;
}
.ranking-number {
  background: #F5CC0E;
  width: 40px;
  height: 40px;
  border-top-right-radius:50%;
  border-top-left-radius:50%;
  border-bottom-right-radius:50%;
  border-bottom-left-radius:50%;
  text-align: center;
  margin: 0 auto 1em;
}
.ranking-number span {
  line-height: 40px;
  font-size: 22px;
  color: #fff;
}
.ranking-card{
  position:absolute;
  display:inline-block;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
.problems-text{
  padding-left:60px;
  margin-bottom:0px;
  font-size:16px;
}
.problems-text-small{
  font-size:14px;
  color:#A9A9A9;
  padding-left:60px;
}
.partner-left{
  float:left;
  width:40%;
  margin-top:8%;
}
.partner-right{
  float:right;
  width:25%;
}
#about-background{
    background-color: #C5CC5E;
    background-size: 100% auto;
    opacity:0.9;
}
#homepage-text-background{
  background-color: #5c97f0;
  /*background-image: -webkit-linear-gradient(150deg, #5c97f0 35%, #80aef3 35%);*/
  background-image: -webkit-linear-gradient(150deg, #5c97f0 35%, #427ED7 35%);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% auto;
    opacity:0.9;
}

.competitve_1{
  display: inline-block;
  float:left;


}
.competitve_2{
  display: inline-block;
  float:right;

}


/* //about */
  /* Float four columns side by side */
  .column {
    float: left;
    width: 20%;
    padding: 0 5px;
  }

  .row {margin: 0 -5px;}

  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 10px;
    }
  }

  /* Style the counter cards */
  .card_about {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    color: #FFF;
    background-color:#C5CC5E;
    font-size:30px
  }
  .card_about h3{
      color:#FFF;
  }
  .about_p{
      font-size:16px;
      color:#FFF;
  }
/* projects page*/
.projectspage{
    margin: 0 auto;
    padding-top:20px !important;
    padding: 80px;

}

.filter{
    padding-left:35px;
    color:#104547;
}

.drop_btn{
    font-size: 14px;
    font-weight:400;
    letter-spacing: 1px;
    border: none;
    outline: none;
    padding: 0px;
    background-color: inherit;
    margin: 0;
    color:#555;
}
.drop_btn_faq{
  font-size: 15px;
  font-weight:400;
  letter-spacing: 1px;
  outline: none;
  padding: 0px;
  background-color: inherit;
  margin: 0;
  color:#104547 !important;
  border: 2px solid #104547 !important;
  border-radius: 15px;
  padding:10px;
  font-family: 'Dosis', sans-serif;
  font-weight:600 !important;

}

/* Tabs for new en top*/
section .section-title {
    text-align: center;
    margin-bottom: 50px;
    padding:10px 100px;

}

/* #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-bottom: 2px solid #F5CC0E!important;
    font-size: 20px;
    color:#555;
    background:none;
} */

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-size: 20px;
  color:#555;
  background:none;
  border:2px solid #F5CC0E!important;
  border-radius: 15px;
  }


#tabs .nav-tabs .nav-link {
    border-radius: 15px;
    color: #555;
    font-size: 18px;
    font-weight:500 !important;
    tab-size:6;
    margin:40px;
    box-shadow: 0px 0px 10px #dee2e6 !important;
    border:2px solid transparent ;

}

.projectspage{
    width: 100% !important;
  }

.tab-content{
    width: 100%;
    float: left;

}
.tab-pane{
    width: 100%;
    float: left;
}
.filter_support{
  width: 100% !important;
  text-align:right;
}
#filterbutton{
  width:190px !important;

}



@media all and (max-width: 1050px) {
    .tab-pane{
        max-width: 900px;
    }
    .filter_support{
      min-width: 100% !important;
      padding-right: 0px !important;
    }
    #filterbutton{
      width:160px !important;

    }


/* Carousel on homepage*/
  .gallery-cell {
    opacity: 0.6;
    margin-left:55px;
    margin-right:55px;
    margin-top:-40px;
    margin-bottom:0px;
  }
  .gallery-cell.is-selected {
    opacity: 1;
  }

/* Slideshow on homepage*/

/* Slideshow container */

.slideshow-container {
    max-width: 520px;
    padding-top: 20px;
    width: 100%;
    height:auto;
    position: relative;
    margin: auto
}
.mySlides {
    display: none;
    max-height: 800px;
}
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 20px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 10px 10px;
}
#rankings h4{
    float:left;
}


.text_right{
    float:right;
}
.number_slideshow{
    position:absolute;
    display:inline-block;
    top:0;
    right:90%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.icon-number {
    background: #F5CC0E;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 1em;
}
.icon-number span {
    line-height: 80px;
    font-size: 35px;
    color: #fff;
}
.skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
      width:100%;
      background:#eee;
      height:35px;
      border-radius:3px;
      -moz-border-radius:3px;
      -webkit-border-radius:3px;
      -webkit-transition:0.4s linear;
      -moz-transition:0.4s linear;
      -ms-transition:0.4s linear;
      -o-transition:0.4s linear;
      transition:0.4s linear;
      -webkit-transition-property:width, background-color;
      -moz-transition-property:width, background-color;
      -ms-transition-property:width, background-color;
      -o-transition-property:width, background-color;
      transition-property:width, background-color;
  }
  .skillbar_color{
      background-color:#427ED7
  }
  .skillbar-title {
      position:absolute;
      top:0;
      left:0;
      width:110px;
      font-weight:bold;
      font-size:23px;
      color:#ffffff;
      -webkit-border-top-left-radius:3px;
      -webkit-border-bottom-left-radius:4px;
      -moz-border-radius-topleft:3px;
      -moz-border-radius-bottomleft:3px;
      border-top-left-radius:3px;
      border-bottom-left-radius:3px;
  }
  .btn_percentage{
      margin:0px 0px 2px 0px;
      color:#FFF !important;
  }

  .skillbar-title span {
      display:block;
      background:rgba(0, 0, 0, 0.1);
      height:35px;
      line-height:35px;
      -webkit-border-top-left-radius:3px;
      -webkit-border-bottom-left-radius:3px;
      -moz-border-radius-topleft:3px;
      -moz-border-radius-bottomleft:3px;
      border-top-left-radius:3px;
      border-bottom-left-radius:3px;
  }

  .skillbar-bar {
      height:35px;
      width:0px;
      border-radius:3px;
      -moz-border-radius:3px;
      -webkit-border-radius:3px;
  }

  .skill-bar-percent {
      position:absolute;
      right:10px;
      top:0;
      font-size:11px;
      height:35px;
      line-height:35px;
      color:#ffffff;
      color:rgba(0, 0, 0, 0.4);
  }


.dot-button {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.dot-button:hover, .dot-button.active {
    background-color: #427ED7
}

.slideimages{
    width: 100%;
    height: auto;
    max-height: 450px;
    min-height: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

.rankings{
    padding-right:0px !important;

}
.rankings h6 {
    color: #F5CC0E;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 15px;
}
.rankings h3 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
    color: #427ED7;
}
* {
    box-sizing: border-box;
}

.table-settings{
    margin-right:auto;
    margin-left:auto;
}

.tableSettings tr{
    cursor: pointer;

}


.tableSettings tr:nth-of-type(even){
    background: transparent;
}

img {
    vertical-align: middle;
}



@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}
/* Download app banner*/
.app_img {
    width: 250px;
    margin-right:16px;
    padding:none;
    height: auto;
  }
#app{
    background-color: #C5CC5E;
}

#app h6 {
    color: #F5CC0E;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 15px;
}
#app h3{
    color:#FFF;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
}
#app p{
    color:#FFF;
}

/* Create project */
.kop {
    text-align: center;
    margin-top:0;
    margin-top:60px;
    color: #427ED7;
    font-size:4vw;
  }

/* Tabs*/


.button{
    width: 20%;
    background-color: #F5CC0E;
    color: white;
    padding: 10px 20px;
    margin-top: 8px;
    margin-right: 10px;
    float: left;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}

.btntop{
    width: auto;
    background-color: #F5CC0E;
    color: white;
    padding: 5px 10px;
    margin-top: 4px;
    float: left;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}
.buttonTop.hover{
    border: 1px solid #F5CC0E;

}

}

.input_project[type=submit] {
    width: 20%;
    background-color: #F5CC0E;
    color: white;
    background: #FFF;
    padding: 10px 20px;
    margin-top: 8px;
    margin-left: 80%;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.input_project_check {
  width: 70%;
  font-family: 'Dosis', sans-serif;
  font-weight:200 !important;

}

.input_project:hover{
    border-color: #F5CC0E;
}
.input_project .focus{
    border-color: #F5CC0E;
}
.select_project:hover{
    border-color: #F5CC0E;
}
.form-control:hover{
    border-color: #F5CC0E;
}
.form-control{
  font-family: 'Dosis', sans-serif;
  font-weight:200 !important;
}
.input_project[type=submit]:hover {
    opacity:0.8;
  }
.checkbox{
    margin-top:50px;
}
.money-input {
    display: block !important;
    margin-bottom: 10px;
    clear:both;
    margin-top:0px;
}
.money-input-reward {
    float:left;
    margin-bottom: 10px;
    margin-top:0px;
}
.checkbox_text{
    margin-left:10px;
    margin-top:44px;
    padding-right:0px !important;
}
#pctitle{
    padding-top:8px;
}
/* create project page tab1*/

#tab1 h6{
    color:#555;
}
.button-next{
    background-color: #F5CC0E;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left:50px;
    padding-right:50px !important;
    border: none;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    margin-bottom:50px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 15px;
    display:inline-block;
    width:150px;
}
.button-next:hover{
    opacity: 0.8;
    color: white;
}
.checkprivacy{
    text-align:center;
    margin-bottom: 30px;
}

/* Create projects reward section*/
.add-reward{
    padding: 6px 12px 6px 12px !important;
    width:auto;
    height:auto;
    margin:0px 0px 8px;
    border:1px solid rgb(204, 204, 204);
    border-radius: 15px;
    background-color:#FFF;
    color:#212529;
    font-size:16px;
    cursor:pointer;
}
.add-checkpoint{
  padding: 6px 12px 6px 12px !important;
  width:auto;
  height:auto;
  margin:0px 0px 8px;
  border:1px solid rgb(204, 204, 204);
  border-radius: 15px;
  background-color:#FFF;
  color:#212529;
  font-size:16px;
  cursor:pointer;
}
.rewardimg{
  width: 100%;
  height:170px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;

}
.card_reward {
    width:300px;
    border-radius: 15px;
    margin: 20px;
    margin-top: 0px;
    padding-top: 20px;
    display: inline-block;
}
/* Create projects checkpoint section*/
.card_checkpoint {
    width:500px;
    border-radius: 15px;
    margin: 20px;
    margin-top: 80px !important;
    padding-top: 20px;
    display: inline-block;
}

.timeline {
    width: 100%;
    height: 100px;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-top:10px;
  }

  .timeline .events {
    position: relative;
    background-color: #e6e6e6;
    height: 2px;
    width: 100%;
    position: absolute;
    border-radius: 15px;
    margin: 5em 0;
   }
   .timeline_vertical {
    width: 100px;
    height: 100%;
    max-height: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    float:right;
  }
   .timeline_vertical .events {
    position: relative;
    background-color: #606060;
    height: 100%;
    width: 3px;
    position: absolute;
    border-radius: 15px;
    margin: 5em 0;
   }

   #divRewardHolder{
    width: 100%;
    height: 600px;
    position: absolute;
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    left: 0px;
    padding-left: 25%;
    padding-right: 25%;
    box-sizing: border-box;
    padding-left:100px;
}
#divRewardHolder::-webkit-scrollbar {
  display: none;
}

#divRewardHolderProjectpage{
  width: 100%;
  height: 700px;
  position: absolute;
  overflow-x: scroll;
  overflow-y: visible;
  white-space: nowrap;
  left: 0px;
  padding-left: 25%;
  padding-right: 25%;
  box-sizing: border-box;
  padding-left:100px;
}
#divRewardHolderProjectpage::-webkit-scrollbar {
  display: none;
}
  #divCheckpointHolder{
      width: 100%;
      height: 550px !important;
      position: absolute;
      left: 0px;
      margin-top: -28px;
      padding-left: 25%;
      padding-right: 25%;
      box-sizing: border-box;
      padding-left:100px;
      overflow: scroll;
      white-space: nowrap;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
#divCheckpointHolder::-webkit-scrollbar {
  display: none;
}


  #divCheckpointHolderProjectpage{
    width: 100%;
    height: 580px;
    position: absolute;
    overflow-x: scroll;
    overflow-y: visible;
    left: 0px;
    margin-top: -28px;
    padding-left: 25%;
    padding-right: 25%;
    box-sizing: border-box;
    padding-left:100px;
      overflow: scroll;
      white-space: nowrap;

}
#divCheckpointHolderProjectpage::-webkit-scrollbar {
  display: none;
}
  .timeline .events ol {
    margin: 0;
    padding: 0;
  }

  .timeline .events ul {
    list-style: circle;
  }

  .timeline .events ul li {
    display: block;
    width: 24.65%;
    margin: 0;
    padding: 0;
  }

  .timeline .events ul li a {
    color: #606060;
    text-decoration: none;
    position: relative;
    top: -32px;
  }

  .timeline .events ul li a:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    right: auto;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #427ED7;
    transition: 0.3s ease;
    transform: translateX(-50%);
  }

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;

  }

  .tabset .tab-panel {
    display: none;

  }

  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }

  /*
   Styling
  */
  .tabset{
    border-top: 1px solid rgb(222, 226, 230);
    width:100%;
  }
.tab-panel h2{
    text-align: center;
}

  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 20px 40px 20px;
    border-bottom: 0;
    margin-bottom: 0px;
    cursor: pointer;
    font-weight: 300;
    width:33%;
    text-align: center;

  }

 /* .tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #F5CC0E;
    margin-bottom: -1px;
  }*/


  .tab-panel {
    padding: 0;
  }
.create{
    border-top: 1px solid rgb(222, 226, 230);
    padding-top:20px;
}

/* Input fields in tabs create project */
.input_right{
    float:right;
    padding-right:100px;
    font-weight:200 !important;

}

.tabs_center{
    margin: auto;
    width: 100%;
    padding:20px 0px 20px 0px;
}
.input_img{
    padding-right:0px;
    background-color:none;
}

#details .tabs_center label{
    border-left: 2px solid #F5CC0E;
    padding-left: 20px;
    margin-bottom: 0px;
}

#tab1 .tabs_center p{
    padding-left: 20px !important;
    border-left: 2px solid #f1f1f1;
    margin-top: 0px;
    margin-bottom: 10px;
}
#tab1 .tabs_center label{
  border-left: 2px solid #F5CC0E;
  padding-left: 20px;
  margin-bottom: 0px;
}

#tab1 .tabs_center p{
  padding-left: 20px !important;
  border-left: 2px solid #f1f1f1;
  margin-top: 0px;
  margin-bottom: 10px;
}

#pViewPasswordInput{
    position: absolute;
    right: 10px;
    top: 8px;
    color: #a5a5a5;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);

}
#pViewPasswordInput2{
  position: absolute;
  right: 10px;
  top: 8px;
  color: #a5a5a5;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);

}


.emojiPicker{
    top: 300px !important;
    border-radius: 15px;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    padding: 10px !important;
    box-shadow: 0px 0px 10px #dcdcdc !important;
}

.emojiPicker .sections{
    border-radius: 15px;
    height: 340px !important;
}

.emojiPicker nav{
    display: none !important;
}

.emojiPicker .shortcode{
    display: none;
}

.divCroppie{
    width: 180px;
    height: 180px;
    background: white;
    position: absolute;
    display: none;
    border-radius: 90px;
}

.divCroppieButtons{
    position: absolute;
    margin-top: 220px;
    width: 160px;
    text-align: center;
}
.divCroppieButtons div{
    width: 28px;
    height: 28px;
    background: #f1f1f1;
    border-radius: 14px;
    color: #323232;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    font-size: 12px;
    cursor: pointer;
}
.divCroppieTokenButtons{
  position: absolute;
  margin-top: 150px;
  width: 100px;
  text-align: center;
}
.divCroppieTokenButtons div{
  width: 28px;
  height: 28px;
  background: #f1f1f1;
  border-radius: 14px;
  color: #323232;
  display: inline-block;
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  font-size: 12px;
  cursor: pointer;
}

#divCroppieSubmit{
    background: #427ED7;
    color: white;
}

.custom-file-upload {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 15px;
    position:absolute;
    right:165px;
    color:#333;
}
.custom-file-upload:hover{
    border-color: #F5CC0E;
}
  .container .input {
    /* to create space for placing icon*/
    padding-left: 25px;
    width:40%;
    float:right;
  }
  /*position should be relative and z-index greater than one*/
  .container .icon {
    position: relative;
    float: right;
    margin-top: 12px;
    margin-right: -20px;
    z-index: 2;
    color: #B8C21F;
  }
.icon_reward{
    position: relative;
    float: left;
    margin-top: 12px;
    margin-left: -280px;
    z-index: 2;
    color: #B8C21F;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#divUserAvatar {
    width: 35px;
    height: 35px;
    border-radius: 20px;
    float: left;
    display: inline;
    border: 2px solid #f1f1f1;
}
#imgUserHome {
  width: 35px;
  height: 35px;
  border-radius: 20px;
  float: left;
  display: inline;
  border: 2px solid #f1f1f1;
}


/* Profile page */
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 1200px;
    margin: auto;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    }
.profile_banner{
    width:100%;
    height:200px;
    margin-left:10px;
    margin-top:40px;
}
.profile_img {
    border-radius: 50%;
    height:180px;
    width:180px;
    display: block;
    float:left;
    margin-left: auto;
    margin-right: auto;
}

.profile_title{
    margin-left:200px;
    padding-top:45px;
}

.profile_text{
    margin-left:202px;
    margin-top:0px;
    margin-bottom:8px;
}
.icons_socials{
    display:inline-block;
    margin-left:195px;
    margin-top:0px;
}
.img__wrap {
    position: absolute;
    height: 180px;
    width: 180px;
  }

  .img__description_layer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(85, 85, 85, 0.6);
    border-radius: 50%;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    /* transition effect. not necessary */
    transition: opacity .2s, visibility .2s;
  }

  .img__wrap:hover .img__description_layer {
    visibility: visible;
    opacity: 1;
  }
  .img_token_wrap:hover .img__description_layer{
    visibility: visible;
    opacity: 1;
  }
  .img_token_wrap:hover .img__description {
    transform: translateY(0);
  }

  .img__description {
    transition: .2s;
    transform: translateY(1em);
  }

  .img__wrap:hover .img__description {
    transform: translateY(0);
  }
.social_icon{
    color: #F5CC0E;
    margin: 0 8px;
    font-size: 16px;
}
.social_icon:hover{
    opacity:0.8;
}
.white{
    background-color: #FFF !important;
    padding:0px !important;
}
.page-text{
    margin-top:15px;
    margin-left:20px;
    display:inline-block;
    box-sizing: border-box;
    width:100%;

}
.create-project{
    margin-top:10px;
    margin-bottom:20px;
    margin-right:20px;
    float:right;
}
.btn-create {
    padding: 9px 12px;
    border-radius:15px;
    background:#EFEFEF;
    color:#212529;
    cursor:pointer;
    width:100%;
    vertical-align: middle;
    font-weight:400;
  }
  .btn-create:hover {
    opacity:0.8;
    color:#212529;
    text-decoration: none;
  }
  .btn-create:focus {
    outline:0;
  }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    background-color: #FFF;
}
.nav-profile{
    border-bottom:1px solid #e6e6e6;
    margin-left: 0px;
    margin-right: 0px;
}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9999;
    background: #FFF;
    color: #fff;
    transition: all 0.3s;
    border-right: 1px solid #e6e6e6 ;
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);


}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 30px;
    background: #FFF;
    padding-bottom: 20px;

}

#sidebar ul.components {
    padding: 20px 0;
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
}

#sidebar ul p {
    color: #4c4c4c;
    padding: 10px;
    margin-top:10px;

}
#sidebar ul li a {
    padding: 12.5px;
    font-size: 14px !important;
    font-weight: 500 !important;
    display: block;
    color:#4c4c4c;
    letter-spacing: .5px;
}
#sidebar ul li a i{
  font-size: 16px !important;
}

#sidebar a {
    margin-left: 10px;
    text-decoration: none;
}

#sidebar ul li a:hover {
    opacity:0.8;
    text-decoration: none;
    background-color: #e6e6e6;
    border-radius: 15px;
    margin-right:10px;
}

#sidebar svg {
    color: #c7c7c7;
    margin-right: 10px;
}

a[data-toggle="collapse"] {
    position: relative;

}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: FFF;
}

ul.CTAs {
    padding: 0px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.btn-info{
    background-color: transparent !important;
    margin-bottom: 10px;
    font-size: 20px;
    padding-bottom:5px;
    border:none !important;
    overflow:0;
    text-decoration: none ;
    z-index: 999;

}
.btn-info:focus{
    box-shadow: none;
    border:none;
    overflow:hidden;
    text-decoration: none ;
    outline:0;

}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    background-color:#FFF;
    padding-top:20px;
}

#content.active {
    width: 100%;
}

.accordion-left{
    float:left;
}
.accordion-middle{
    margin-left:15px;
}
.accordion-right{
    float:right;
    text-decoration: underline;
    color: #427ED7;
}
.accordion-item-profile {
    display: block;
    cursor: pointer;
    color: #000;
    padding: 10px;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    border-radius:15px;
    border:1px solid #f1efef;
    border-left:1px solid #F5CC0E;
    min-height:60px !important;


}
.accordion-item-input:checked~.accordion-item-profile>.accordion-item-profile-cta {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.accordion-item-profile-cta {
    display: block;
    width: 30px;
    position: absolute;
    top: calc(50% - 6px);
    margin-right:10px;
    /*minus half font-size*/
    right: 0;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center;
    font-size: 12px;
    line-height: 1;
}
.accordion-text{
    margin-top:8px;
    margin-bottom:8px;
    margin-left:10px;
    font-size: 0.9em;
}
.divDivider{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 1px;
    padding: 0px;
    height: 1px;
    background: #f1f1f1;
}
.input-profile{
    width: 200px;
    padding: 5px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    color:grey;
    margin-bottom: 20px;
    font-weight:200 !important;

}
.input-mail{
    width: 300px !important;
}
.button-save{
    width: 100px;
    background-color: #F5CC0E;
    color: white;
    padding: 8px 10px;
    border: none;
    border-radius: 15px;
    text-decoration: none !important;
    cursor: pointer;
    text-align: center;
    margin-top:18px;
}
.button-save:hover{
    opacity: 0.8;
    color: white;
}

.profileh3{
    margin-bottom:0px;
}

table {
    margin: 0px 0px 0px 0px;
    border-collapse: collapse;
    width: 100%;
  }

  th, td {
    text-align: center;
    padding: 18px;
  }
  .badge {
    margin-right:60px;
    background-color: red;
    color: white;
  }
  .badge-right {
    float:right;
    margin-right:7px !important;
  }
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

    .divMember{
        width: 25% !important;
    }

    .divMemberSpacer{
        width: 25% !important;
    }

    #sidebar {
        margin-left: -250px;
    }
    .button-container{
      margin-right:0px !important;
      margin-left:0px !important;
      margin-top:10px !important;
      margin-bottom:10px !important;

    }
    .competitve_2{
      margin-top: 40px;
    }
    .create-project{
      margin-right:0px;
    }

    #sidebar.active {
        margin-left: 0;
        width:100%;
    }

    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100%);
    }
    #sidebarCollapse span {
        display: none;
    }
    #sidebarCollapse  {
      z-index:9999;
  }
    .profile_title{
        display:none;
    }
    .profile_text{
      display:none;
  }
    .center_mobile{
      margin: auto;
      width: 50%;
      margin-top: 40px;
      }

    .mobile_width{
      padding-left:0px !important;
      padding-right:0px !important;
    }
    .container-right{
      padding-left:10px !important;
      padding-right:10px !important;
    }
    .tabset > label {
      border-bottom: 1px solid #F5CC0E !important;

    }
    .skills {
      margin-top:62px !important;
    }
    .object_btn{
      margin-right:0px !important;
      margin-top: 10px;
    }
    #pctitle{
      word-wrap:break-word;
      width:120px !important;
      white-space: normal;
    }
    .cardreward{
      margin-bottom: 20px !important;
    }


}

/*Chat */
img{ max-width:100%;}
.inbox_people {
  float: left;
  width: 30%;
  height:100%;
  border-right:1px solid rgb(243, 243, 243);;
}
.inbox_msg {
  clear: both;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  height: 100%;

}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  text-align: left;
  width: 100%;
  padding-top: 6px;
}
.headind_srch{
    padding:0px 0px 25px 0px;
    overflow:hidden;
}
.search-bar{
    margin-top:20px;
    border-bottom: 1px solid rgb(243, 243, 243) !important;
    font-weight:200 !important;

}
.recent_heading h4 {
  color: #427ED7;
  font-size: 21px;
  padding-top: 25px;

}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:100%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{
  font-size:16px;
  color:#464646;
  margin:0 0 8px 0;
  font-weight:400 !important;
}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{
    position: relative;
    height: 40px;
}
.chat_people h5{
  font-weight:400 !important;
  font-size: 16px  !important;
}

.chat_list:hover .divDeleteChat{
    /*display: block;*/
}

.chat_list {
  border-bottom: 1px solid rgb(243, 243, 243);
  margin: 0;
  padding: 18px 16px 10px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
  border-right: none;
  border-radius: 15px 0px 0px 15px;
    height: 80px;
}
.maxlengthchat{
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}
.inbox_chat {
  height: 100%;
  max-height:1000px;
  overflow-y: scroll;
}

.active_chat{
    background: #ececec;
}

#chat_search_results{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
    max-height:350px;
    margin-bottom: 10px;
    margin-top: 0px;

}

#chat_search_results .chat_people{
    padding: 10px;
    box-sizing: border-box;
    height: 70px;
    border-bottom: 1px solid #f1f1f1;
}

#chat_search_results .chat_people .chat_img{
    margin-right: 10px;
}
.incoming_msg{
    margin-bottom: 25px;
    padding-top:20px;
}

.outgoing_msg{
    margin-bottom: 25px;
}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}

.divChatMainCatWrapper{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.pChatMainCatTitle{
    background: #7d7d7d;
    margin: 0px;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    border-radius: 15px 0px 0px 15px;
}

.divChatAvatarHolder{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #f1f1f1;
}

#currentMsgs .divChatAvatarHolder{
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

#pChatCatPrivate{
    background: #3a8ffe;
}

#pChatCatGroup{
    background: #F5CC0E;
}

#pChatCatHub{
    background: #e4572e;
}

.received_msg {
  display: inline-block;
  padding: 0 0 0 20px;
  vertical-align: top;
  width: auto;
    min-width: 150px;
    max-width: 100%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 15px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}

.received_withd_msg .divChatNotification {
    background: #d5d5d5 none repeat scroll 0 0;
    border-radius: 15px;
    color: #646464;
    font-size: 14px;
    margin: 0;
    padding: 10px 15px 10px 15px;
    width: 100%;
    font-weight:200 !important;

}

.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
  font-weight:200 !important;

}
.received_withd_msg {
  max-width: 400px;
}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 100%;

}

.divMessagingWrapper{
    height: calc(100vh - 120px);
}

.messaging{
    position: relative;
    height: 100%;
}

.sent_msg:hover .divDeleteMessage{
    display: block;
}

#divMessagePopupBackground{
    position: absolute;
    z-index: 9998;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.1);
    -webkit-backdrop-filter:saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    text-align: center;
    display: none;
}

.divInputPollWrapper{
    float: left;
    width: 500px;

}

#divPollWrapper{
    width: 500px;
}

.divInputPollWrapper p{
    float: left;
    width: 100%;
    text-align: left;
    margin: 0px;
    font-size: 14px;
    color: #104547;
    font-weight: 500;
    line-height: 1.2;
}

#pPollError{
    width: 100%;
    background: #c0392b;
    color: #ffffff;
    float: left;
    border-radius: 15px;
    display: none;
}

.divPollQuestion{
    width: 100%;
    float: left;
}

#btnSendPoll{
    background: #3a8ffe;
    border-color: #3a8ffe;
}

#iAddPollQuestion{
    color: #104547;
    font-weight: bold;
    font-size: 25px;
    cursor: pointer;
    margin-top: 20px;
}

.input_poll_option{
    width: calc(100% - 30px) !important;
    float: left !important;
}

.iDeletePollOption{
    color: #c0392b !important;
    font-size: 14px !important;
    cursor: pointer;
    float: right;
    margin: 0px !important;
    margin-top: 10px !important;
}

.input_poll{
    width: 100%;
    float: left;
    border: 1px solid #dcdcdc;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;

}

.input_poll_area{
    height: 250px;
    max-width: 100%;
    resize: none;
    padding: 10px;
    box-sizing: border-box;
    max-width: fit-content;
}

.sent_msg .divPoll{
    width: 350px;
    height: auto;
    background: #427ED7;
    box-shadow: 0px 0px 5px #f1f1f1;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}

.received_msg .divPoll{
    width: 350px;
    height: auto;
    background: #ffffff;
    box-shadow: 0px 0px 5px #f1f1f1;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #dcdcdc;
}

.divPoll{
    overflow: hidden;
    background-image: url('https://fundlecontent.ams3.digitaloceanspaces.com/website/blob_yellow.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 200% !important;
    background-position: -250px 0px !important;
    float: left !important;
}

.divPollSent{
    background-image: url('https://fundlecontent.ams3.digitaloceanspaces.com/website/blob_blue.svg') !important;
    text-align: left;
}

.pPollTitle{
    color: #104547;
    font-weight: 600;
    font-size: 20px !important;
    margin: 0px;
    z-index: 50 !important;
}

.divPollSent .pPollTitle{
    color: #ffffff;
}

.pPollLabel{
    display: inline-block;
}

.ulPollOpenAnswerWrapper{
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 20px;
    display: table;
    border-spacing: 0px 5px;
}

.ulPollOpenAnswerWrapper li{
    height: 60px;
    display: table-row;
}

.ulPollOpenAnswerWrapper li div{
    display: table-cell;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    color: #323232;
    cursor: pointer;
    vertical-align: middle;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0px 0px 5px #dcdcdc;
    position: relative;
    overflow: hidden;

}

.divPollSent .ulPollOpenAnswerWrapper li div{
    background: rgba(74, 140, 239, 0.9);
    box-shadow: 0px 0px 5px #104547;
    color: #ffffff;
}

.ulPollOpenAnswerWrapper li input{
    margin-right: 10px;
    accent-color: #104547;
}

.ulPollOpenAnswerWrapper li:hover div{
    background: #f1f1f1;
}

.divPollSent .ulPollOpenAnswerWrapper li:hover div{
    background: #1468e6;
}

.pollSelected div{
    color: #104547 !important;
    font-weight: bold;
}

.divPollSent .pollSelected div{
    color: #ffffff !important;
    font-weight: bold;
}

.pollSelected:hover{
    background: #ffffff;
}

.imgChatImage, .videoChatVideo{
  border-radius: 30px;
  padding: 3px;
  box-sizing: border-box;
  /* overflow: visible; */
  max-width: 100%;
}

.divChatPDF{
    border-radius: 30px;
    padding: 5px;
    box-sizing: border-box;
    /* overflow: visible; */
    max-width: 100%;
}

.divChatPDF{
    width: 310px;
    height: 210px;
    overflow: hidden;
    max-width: 100% !important;
}

.divChatPDF embed{
    left: 0px;
    float: left;
    border: none;
    border-radius: 30px;
    pointer-events: none;
    -webkit-backdrop-filter:saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    max-width: 100% !important;

}

.divChatPDFBanner{
    width: 7em;
    height: 50px;
    background: #427ED7;
    position: absolute;
    margin-top: -49px;
    margin-left: -1px;
    border-radius: 0px 30px 30px 30px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    box-sizing: border-box;
    max-width: 100% !important;

}

.divChatPDFBanner a{
    float: right;
    color: #FFFFFF;
    list-style-type: none;
}

.divChatPDF embed:focus {
    outline: none;
}

.divChatPDFOverlay{
    width: 300px;
    height: 200px;
    top: 0px;
    border-radius: 30px;
    background: rgba(255,255,255,0.4);
    -webkit-backdrop-filter:saturate(180%) blur(1px);
    backdrop-filter: saturate(180%) blur(2px);
    max-width: 100% !important;
}

.sent_msg .imgChatImage, .sent_msg .videoChatVideo, .sent_msg .divChatPDF{
    background: #427ED7;
}

.received_msg .imgChatImage, .received_msg .videoChatVideo, .received_msg .divChatPDF{
    background: #ebebeb;
}

.received_msg .divChatPDFBanner{
    background: #dcdcdc;
    color: #747474;

}

.received_msg .divChatPDFBanner a{
    color: #747474;
}

.divMessageTypePopup{
    background: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0px 0px 10px #dcdcdc;
    width: auto;
    min-width: 500px;
    min-height: 250px;
    height: auto;
    z-index: 999999;
    display: inline-block;
    margin: 0px;
    margin-top: 50px;
    padding: 30px;
    box-sizing: border-box;
    display: none;
}

.divMessageTypePopup i{
    font-size: 80px;
    color: #f1f1f1;
    margin-top: 60px;
    margin-bottom: 0px;
    margin-left: auto;
}

.divMessageTypePopup .divGalleryContentFile p{
    padding-top: 20px;
    color: #f1f1f1;
    font-weight: bold;
}

.divMessageTypePopup .divGalleryContentFile:hover p, .divMessageTypePopup .divGalleryContentFile:hover i{
    color: #427ED7;
}

.pMessageTypePopupTitle{
    font-size: 20px;
    color: #104547;
    font-weight: 500;
    line-height: 1.2;
}

 .sent_msg p {
  background: #427ED7 none repeat scroll 0 0;
  border-radius: 15px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
     overflow: visible;
     text-align: left;
}
.outgoing_msg{ clear: both; margin:26px 0 26px; height: auto; width: 100%;text-align: right}
.sent_msg {
    display: inline-block;

    width: auto;
    min-width: 150px;
    max-width: 50%;
    margin-bottom: 20px;

}

.divPoll p {
    background: transparent;
    border-radius: 0px;
    font-size: 14px;
    margin: 0;
    padding: 0px;
    width: auto;
    overflow: visible;
    text-align: left;
}

.pProgress{
    background: #104547 !important;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 5px;
    z-index: 5 !important;
    transition: all 1s ease-out;
    border-radius: 0px 5px 5px 0px;
}

.input_msg_write textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4c4c4c;
    font-size: 15px;
    min-height: 48px;
    position: absolute;
    width: calc(80% - 40px);
    height: calc(100% - 40px);
    resize:none;
    outline: 0;
    font-weight:200 !important;

}

.type_msg {
    border-top: 1px solid rgb(243, 243, 243);
    position: absolute;
    background: #ffffff;
    box-shadow: 0px 0px 10px #dcdcdc;
    height: 100px;
    bottom: 0px;
    width: calc(100% - 40px);
    border-radius: 15px;
    padding: 20px;
    box-sizing: border-box;
}

#divNoChatSelected{
    width: 100%;
    text-align: center;
    padding-top: 25%;
    box-sizing: border-box;
    font-size: 20px;
    color: #dcdcdc;
}

#divNoChatSelected i{
    font-size: 40px;
}

.divMessagingWrapperCreator{
    height: calc(100vh - 300px);
}

.divMessagingWrapperCreator #divChatMobileHeader{
    display: none;
}

.msg_send_btn {
  background: #F5CC0E none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 10px;
  top: 11px;
  width: 33px;
  outline: 0;
}
.messaging {
    padding: 0 0 0px 0;
}
.msg_history {
  position: absolute;
  height: calc(100% - 165px);
  width: calc(100% - 40px);
  overflow-y: auto;
}

#divChatMobileHeader{
    width: 100%;
    float: left;
    height: 50px;
    border-bottom: 2px solid #f1f1f1;
    padding-top: 10px;
    box-sizing: border-box;
    display: none;
}

#pMobileChatTitle{
    width: 100%;
    text-align: right;
    color: #104547;
    font-weight: 400;
}

#pShowMobileChats{
    float: left;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    color: #F5CC0E;
}

#divMessageTypes{
    position: absolute;
    right: 45px;
    top: 11px;
}

.divMessageTypeButton{
    width: 33px;
    height: 33px;
    background: #323232;
    float: right;
    border-radius: 17px;
    margin-right: 5px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.divMessageTypeButton:hover{
    opacity: 0.8;
}

@media (max-width: 1350px) {
    .divMessagingWrapperCreator #currentMsgs{
        margin-top: 0px;
        border-top: 2px solid #F5CC0E;
    }

    .mesgs{
      background: rgba(255,255,255,0.7);
      -webkit-backdrop-filter:saturate(180%) blur(30px);
      backdrop-filter: saturate(180%) blur(30px);
      width: 100vw !important;
      height: 100%;
      position: fixed;
      left: 0px;
        top: 0px;
      padding: 20px;
        box-sizing: border-box;
        z-index: 9999;
    }

    #divMessagePopupBackground{
        z-index: 9999999;
        position: fixed;
        width: 100vw;
        height: calc(100vh - 70px);
        top: 70px;
        left: 0px;
    }

    .divMessageTypePopup i{
        margin-top: 20px !important;
    }
    #currentMsgs{
        width: calc(100% - 40px) !important;
        margin-top: 50px;
    }

    .inbox_people{
        width: 100%;
    }

    .type_msg{
        height: 120px;
        width: calc(100% - 40px) !important;
        margin-bottom: 20px;
    }
    .input_msg_write textarea {
        margin-top:30px;
        width: calc(100% - 40px);
        height: calc(100% - 55px);

    }
    .divMessageTypePopup{
      min-width: 0px !important;

    }
    .divMessageTypePopup{
      width: auto;
      max-width: 315px;
      min-height: 250px;
      left:0 !important;

    }
    .divInputPollWrapper{
      max-width: 255px;

    }
    #divPollWrapper{
      max-width: 255px !important;
    }

    .divMessageTypePopup{
        z-index: 9999999;
        position: fixed;
        left: 40px !important;
    }

  .divMessagePopupBackground{
    width: 315px !important;
    max-width: 315px !important;
    min-height: 250px;
  }

    #divChatMobileHeader{
        display: block;
    }
    .sent_msg .divPoll{
      width: 260px;
    }
    .sent_msg {
        max-width: 90%;
    }
    .received_msg .divPoll{
      width: 260px;
  }
  .received_msg {
    padding: 0px;
  }

  .chat_list {
    border-radius: 15px;
    border-right: 1px solid #f1f1f1;

  }
  .pChatMainCatTitle{
    border-radius: 15px;

  }
  .inbox_people{
    border-right: none;
  }
  .chat_ib{
    padding-left: 25px;
  }


  .received_msg .divPoll{
      width: auto !important;
  }
}
/*Chat END*/

/* Project pages*/
/* Columns */
.left-column {
    width: 90%;
    position: relative;
    float:left;
    margin-right:50px;
    margin-bottom: 35px;
  }

  .right-column {
    width: 40%;
    margin-top: 15px;
    float:right;

  }
  /* Left Column */
  .left-column img {
    width: 100%;
    position: absolute;
    left: 0;

  }

  /* Right Column */

  /* project Description */
  .project-description {
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 20px;
  }
  .project-description span {
    font-size: 12px;
    color: #358ED7;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .project-description h1 {
    font-weight: 700 !important;
    font-size: 48px;
    color: #43484D;
    letter-spacing: -2px;
  }
  .project-description p {
    font-size: 16px;
    font-weight: 300;
    color: #86939E;
    line-height: 24px;
  }

  /* Rewards section project page*/
  .cardreward {
    position: inherit;
    width:300px;
    border-radius: 5px;
    margin: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    float:left;
}
.cardreward:hover{
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    border-radius: 15px;
}
.uk-card-reward{
  height:550px;
  border-radius: 15px;

}
.uk-card-header{
  border-bottom:none !important;
}

.uk-card{
  height:360px;
}

.titlereward{
    margin-top:15px;
    color: #F5CC0E;
    font-size:25px;
}

/* Checkpoints on project page*/

  /* project Configuration */
  .project-color span,
  .cable-config span {
    font-size: 14px;
    font-weight: 400;
    color: #86939E;
    margin-bottom: 10px;
    display: inline-block;
  }

  .project-buttons {
    margin-top: 15px;
      position: relative;
  }

  .button-action div {
    display: inline-block;
  }

  /* project Price */
  .project-price {
    display: flex;
    align-items: center;
    margin-bottom:20px;
  }

  .project-price span {
    font-size: 26px;
    font-weight: 300;
    color: #43474D;
    margin-right: 20px;
  }
  .details {
    align-items: center;
    margin-bottom:25px !important;

  }
  .details span{
    font-size: 22px;
    font-weight: 300;
    color: #43474D;
    margin-right: 20px;
    margin-bottom:0px !important;
  }

  .small-description{
    font-size: 14px;
    margin-top:10px;
    margin-bottom:10px;
  }

  .location{
    font-size: 14px;
    margin-top:10px;
    margin-bottom:10px;
    font-weight: 300;
    color: #86939E;
    line-height: 24px;
    pointer-events: none;
    cursor: default;
  }

  .money-description{
    color:#427ED7 !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    font-weight:800 !important;


  }
  .icons_stack{
    margin-bottom:10px;
    margin-top:0px;
  }
  .project_icon{
    color: #F5CC0E !important;
    font-size: 23px;
  }
  .project_icon:hover{
    opacity:0.8;
    color: #F5CC0E !important;
  }
  .skills {
    text-align: right;
    color: white;
    justify-content: center;
    margin-bottom: 0;
    margin-top:88px;
    z-index: 100;
    margin-bottom: 15px;
  }
  @keyframes progressBar {
    0% { width: 0; }
    100% { width: 100%; }
  }

  .skillbar-value {
    width: 3%;
    background-color: #104547;
    padding-right:10px;
    font-size:12px;
    border-radius: 5px;
    animation: progressBar 3s ease-in-out;
    animation-fill-mode:both;
    }

  .cart-btn {
    padding: 4px 10px 4px 10px !important;
    border:none;
    border-radius:5px;
    border:2px solid #E4572E;
    background:#E4572E;
    color:#FFF;
    cursor:pointer;
    width:100%;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius:15px;
    font-size:18px;

  }
  .cart-btn-secondary {
    padding: 3px 25px 3px 25px !important;
    border:none;
    border-radius:5px;
    border:2px solid #E4572E;
    background:#FFF;
    color:#E4572E !important;
    cursor:pointer;
    width:100%;
    margin-bottom: 15px;
    margin-top: 5px;
    border-radius:15px;
    font-size:17px;
  }
  .cart-btn-secondary:hover {
    opacity:1 !important;
    background:#E4572E;
    color:#FFF !important;

  }
  .cart-btn-secondary:focus {
    outline:0;
  }
  .cart-btn:hover {
    opacity:0.9;
  }
  .cart-btn:focus {
    outline:0;
  }
  .chat-btn {
    padding: 6px 25px 6px 25px !important;
    border:none;
    border-radius:15px;
    border:2px solid #C5CC5E;
    background:#FFF;
    color:#C5CC5E;
    cursor:pointer;
    width:10%;
    float:right;
  }
  .chat-btn:hover {
    background-color:#C5CC5E;
    color:#FFF;
  }
  .chat-btn:focus {
    outline:0;
  }
  /* Responsive */
  @media (max-width: 940px) {
    .container {
      flex-direction: column;
      margin-top: 60px;
      padding-left: 20px !important;
      padding-right: 20px !important;

    }
    .container-create{
      margin-top:150px;
    }
    .container_rankings{
      margin-left: 30px !important;
      margin-right: 30px !important;
      padding:0px !important;
      margin-top:0px !important;
      margin-bottom:0px !important;


    }
    .container_txt_homepage{
      margin-top: 20px !important;
      margin-left: 30px !important;
      margin-right: 30px !important;

    }

    .tabs3{
      padding-top:60px !important;
    }
    .popuptextmedia{
      font-size: 18px !important;
    }
    .mediaicon{
      font-size: 38px !important;
    }
    .left-column {
      width: 100% !important;
      margin-right: 0px !important;
    }

    .right-column {
      width: 100% !important;
      position: relative  !important;
      float:left  !important;
    }

    .left-column img {
      width: 300px;
      right: 0;
      top: -65px;
      left: initial;
    }

    .projectspage{
        padding: 0px;

    }

    .projectspage .tab-content{
        padding: 0px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
  }

  @media (max-width: 535px) {
    .left-column img {
      width: 220px;
      top: -85px;
    }
  }

  .ppsticky {
    position: fixed;
    top: 88px;
    width: 100%;
  }
  .popuptextmedia{
    font-size: 2.75rem;
    color:#FFF;
  }
  .tabs3sticky{
    position: fixed;
    top: 112px;
    width: 100%;
  }
.tab {
    overflow: hidden;
    border-bottom: 1px solid #E1E8EE;
    background-color:#FFF;
    z-index:100;

  }
.tablinks{
    color:#43484D;
}

  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    padding: 14px 16px;
    transition: 0.3s;
    letter-spacing: .5px;
    border-bottom:2px solid #FFF;

  }
  .tab button:hover {
    color: #F5CC0E;
  }

  .tab button.active {
    border-bottom:1px solid #F5CC0E;
  }
  .tab button:focus {
    outline:0;
}
  .tabcontent {
    display: none;
    padding: 30px 85px;
    border-top: none;
  }
  .tabcontent h3{
    color:#43484D;
  }



  @media screen and (min-width:600px) and (max-width: 995px) {
    .ppsticky {
      top: 62px !important;
  }
  }


  @media screen and (max-width: 600px) {
    .tab {
      flex-direction: column;
      border:none;
      margin-top:10px;
      position:inherit;
    }

    .ppsticky {
      position: inherit;
    }
    .tabset {
      flex-direction: column;
      border:none;
      margin-top: 120px;
    }

    .tabcontent {
      padding: 30px 0px;
    }

  }
  .contribute_first{
    padding: 8px 65px 8px 65px !important;
    border:none;
    margin-top:203px;
    width:300px;
    border-radius:15px;
    background-color:#F5CC0E;
    color:#fff;
    cursor:pointer;
    position: absolute;
    left:0;
  }
  .contribute_first:focus {
    outline:0;
}
.contribute_first:hover {
    opacity:0.8;
}



  .contribute{
    padding: 8px 65px 8px 65px !important;
    border:none;
    margin-top:20px;
    width:300px;
    border-radius:15px;
    background-color:#F5CC0E;
    color:#fff;
    cursor:pointer;
  }
  .contribute:focus {
    outline:0;
}
.contribute:hover {
    opacity:0.8;
}
.left{
    float:left;

}
.right{
  float:right;
  width: 60%;
}
.bio{
    margin-top:20px;
}
.carousel {
    background: #EEE;
  }

#divCarouselWrapper:hover #divCarouselOverlay{
    display: block;
    border-radius: 15px;

}

.videoCarousel{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.videoInlinePlay{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
}

#divCarouselOverlay{
    position: absolute;
    width: 100%;
    height: 585px;
    background: rgba(0,0,0,0.7);
    top: 0px;
    text-align: center;
    padding: 50px;
    box-sizing: border-box;
    transition: all ease-in 0.2s;
    display: none;
    cursor: pointer;
    border-radius: 15px !important;

}

#divCarouselOverlay i{
    color: #ffffff;
    font-size: 100px;
    margin-top: 20%;
    border-radius: 15px;

}

#divCarouselOverlay p{
    color: #ffffff;
    font-size: 40px;
}

.disabled{
    opacity: 0.3;
}

.uk-card-title, #prshortdescription{
    white-space: normal;
    word-break: break-word;
}
.checkpoint-title{
  padding-right: 130px;

}
#divEditPhotosPopupBackground{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 1500;
    display: none;
    overflow: hidden;
}

#divEditPhotosPopup{
    width: 80%;
    height: 80%;
    position: fixed;
    top: 10%;
    left: 10%;
    background: #FFF;
    border-radius:15px;
    z-index: 1600;
    padding: 50px !important;
    box-sizing: border-box;
    display: none;
    padding-top: 25px !important;
}

#divGalleryWrapper{
    width: 100%;
    height: 90%;
    overflow: hidden;
    padding-top: 10px;
    overflow-y:scroll;
}

.divGalleryContent{
    width: 250px;
    height: 250px;
    background: #ffffff;
    float: left;
    margin: 10px;
    border-radius:15px;
    box-shadow: 0px 0px 10px #f1f1f1;
    border: 1px solid #dcdcdc;
    position: relative;
}

.divGalleryContentFile{
    width: 250px;
    height: 250px;
    background: #ffffff;
    float: left;
    margin: 10px;
    border-radius:15px;
    box-shadow: 0px 0px 10px #f1f1f1;
    border: 2px dashed #dcdcdc;
    position: relative;
}

#divGalleryUploadProgress, #divGalleryUploadProgressPDF{
    height: 8px;
    width: 0%;
    background: #0d8aee;
    position: relative;
    top: 10px;
    left: 0px;
    transition: width 0.5s;
    margin-bottom: 30px;
    border-radius: 15px;

  }

.divGalleryContentFile:hover{
    border: 2px dashed #0d8aee;
    opacity: 0.9;
    cursor: pointer;
}

.divGalleryContentFile p{
    width: 100%;
    text-align: center;
    padding-top: 110px;
    color: #323232;
}

.divGalleryTextHolder{
    float: left;
    height: 60px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.divCarouselImageHolder{
    height: 585px;
    width: 100%;
    border-radius: 15px;
}
.flickity-viewport{
  border-radius: 15px;
}
.flickity-slider{
  border-radius: 15px;

}
.divCarouselImageHolderDashboard{
  height: 300px;
  width: 100%;
  border-radius: 15px;
}

/* .flickity-button {
  border: none;
  background-color: transparent !important;
  color:#dcdcdc !important;
} */



/* Checken of dit ergens wordt gebruikt!!
.flickity-slider img{
    width: auto !important;
    min-width: 100% !important;
    max-height: none !important;
    min-height: 585px !important;
    height: auto !important;
    border-radius: 15px;

}*/

#btnEdit{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
  padding-top: 8px;
  text-decoration: none;
  background: #F5CC0E;
  border: none;
  color: #ffffff !important;
  border-radius:15px;
  width:100px;
}
#btnEdit:focus{
outline:0;
}

#btnCloseGallery{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-decoration: none;
    position: absolute;
    right: 40px;
    bottom: 40px;
    background: #F5CC0E;
    border: none;
    color: #ffffff;
    border-radius:15px;
}
#btnCloseGallery:focus{
  outline:0;
}


#divCarousel{
    overflow: hidden !important;
    height: 585px !important;
    border-radius: 15px;

}
#divCarouselDashboard{
  overflow: hidden !important;
  height: 300px !important;
  border-radius: 15px;

}

.divGalleryDelete{
    width: 30px;
    height: 30px;
    background: #f2f3fb;
    border-radius: 15px;
    font-size: 16px;
    color: #878787;
    position: absolute;
    right: -15px;
    top: -15px;
    padding-left: 9px;
    padding-top: 3px;
    box-sizing: border-box;
    cursor: pointer;

}

.divDeleteCheckpoint, .divDeleteReward, .divDeleteProject, .divDeleteMessage, .divDeleteBenefit{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    float: right;
    margin-top: -10px;
    color: #878787;
    text-align: center;
    box-sizing: border-box;
    padding-top: 3px;
    font-size: 16px;
    margin-right: -10px;
    background: #f2f3fb;
    cursor: pointer;
    z-index: 100000;
}

.divDeleteBenefit{
    padding: 0px;
}

.divDeleteCheckpoint{
    z-index: 999999 !important;
    margin-right: 0px;
    margin-top: 0px;
}

.divDeleteChat{
    width: 30px;
    float: left;
    color: #0b7dda;
    background-color: #ECECEC;
    padding-left:5px;
    padding-right:5px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 3px;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 24px;
    margin-right:8px;
}

.divDeleteMessage{
    margin-right: 0px;
    display: none;
    position: absolute;
    right: 0px;
}

.divDeleteCheckpoint:hover, .divDeleteReward:hover, .divDeleteProject:hover, .divDeleteMessage:hover{
  background: #e74c3c;
    color: #ffffff;
}


.card_reward .uk-card-media-top{
    position: relative;
}

.divDeleteReward{
    position: absolute;
    right: 0;
}

.uk-card-reward{
    overflow: visible;
}

.card_checkpoint .uk-card{
    overflow: hidden;
}

.card_checkpoint p{
    white-space: normal;
}

.divGalleryDelete:hover{
  background: #e74c3c;
  color: #ffffff;
}

.pDonationThanks{
    text-align: center;
    color: #979797;
}

#divRewardCarousel .divRewardCarouselItem{
    display: none;
    float: left;
    width: 100%;
}

#divRewardCarousel .divRewardCarouselItem:first-of-type{
    display: block;
}

#divRewardCarouselDotsWrapper{
    width: 100%;
    text-align: center;
    float: left;
    height: 30px;
    margin-top: 20px;
}

#divRewardCarouselDotsWrapper .divRewardCarouselDot:first-of-type{
    background: #427ED7;
}

.divRewardCarouselDot{
    width: 16px;
    height: 16px;
    background: #f1f1f1;
    border-radius: 8px;
    display: inline-block;
}

.flickity-button{
    overflow: none !important;
}

.divGalleryContentHolder{
    position: relative;
    width: 100%;
    height: calc(100% - 60px);
    background: black;
    float: left;
    border-radius: 15px 15px 0px 0px;
}

#divEditPhotosPopup h2{
    color: #323232;
}

  .carousel img {
    display: inline-block;
    height:585px;
  }
  .img_projects{
    display: inline-block;
    max-height:665px;
    vertical-align: middle;
    height: 100%;
  }
  /* Project pages END*/
/* features */
/* #features{
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
} */

.services h6 {
    color: #F5CC0E;
    letter-spacing: 2px;
    margin-bottom: 8px;
    font-size: 15px;
}
.services h3 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: 400;
    color: #427ED7;
}
.services .services-grid {
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    padding: 30px 40px;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  }

  .services .services-grid:nth-child(4),
  .services .services-grid:nth-child(5),
  .services .services-grid:nth-child(6) {
    border-bottom: none;
  }

  .services .services-grid.third {
    border-right: none;
  }

  .services p.what-para {
    font-size: 20px;
    width: 100%;
    margin: 0 auto;
  }

  .services .services-grid a {
    font-size: 22px;
    line-height: 25px;
    color: #334252;
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0;
    font-weight: 600;
  }

  .services .services-grid p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #5E6271;
  }

  .services span.fa.icon-fea4 {
    font-size: 40px;
    margin-bottom: 16px;
    color: #F5CC0E;
  }

  .show_mobile{
    display:none !important;
  }
  .show_mobl{
    display:none !important;
  }
.explainmobilevideo{
  width:60%;
}
.explainmobilevideopolygon{
  width:25%;
}
.hide_web{
  display: none !important;
} 

  @media all and (max-width: 991px) {
      #comingsoon{
          display: block;
      }
      .explainmobilevideo{
        width:100% !important;
      }
      .explainmobilevideopolygon{
        width:100% !important;
      }

      .hide_mobile{
          display: none !important;
      }
      .hide_web{
        display: block !important;
      } 
    
      .flickity-page-dots{
        display: none !important;
      }
      /* .flickity-page-dots{
        bottom: 15  !important;
      } */
      .show_mobile{
        display:inherit !important;
      }
      .show_mobl{
        display:inline-block !important;
      }
      #divCarousel{
        height: 285px !important;

      }
      .divCarouselImageHolder{
        height: 285px;
      }
      .breadcrumb {
        margin-top:80px;
      }

      .navbar #imgLogo{
        /* margin-top: -15px !important; */
      }
      .mobile_margin{
        margin-bottom:70px;
        margin-top:70px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;

      }




      .vacancies-content .vacancies-right{
          margin: 0px !important;
          max-width: none !important;
      }
        .container_homepage{
          margin-left: 30px;
          margin-right: 30px;
          margin-top: 20px !important;
          box-sizing: border-box !important;
          overflow: hidden;
          max-width: 1250px !important;
        }
        
      .container_txt_homepage{
        margin-top: 70px !important;
        margin-bottom: 70px !important;
        box-sizing: border-box !important;
        overflow: hidden;
        max-width: 1250px !important;

    }

      .container_projects{
        box-sizing: border-box !important;
        overflow: hidden;
        max-width: 1250px !important;
    }



    .frontpage_textright{
        position: absolute;
        top: 60%;
        left: 54%;
        transform: translate(-50%, 80%);
        color: #fff;
    }
    .frontpage{
        height: 100vh !important;
        min-height: 400px;
        background-size: cover;
        background-position: center;
        overflow: hidden;
        -webkit-transition: all 1.0s ease-in;
        transition: all 1.0s ease-in;
    }

    .divRewardCarouselItem{
      margin-left: 12.5px;
      margin-right: 12.5px;

  }

      #text-block-hide-mobile{
          display: none !important;
      }

      #comingsoon{
          background: rgba(0,0,0,0.2);
          padding: 20px;
          box-sizing: border-box;
          color: white !important;
      }

      #div-mobile-info-block{
          text-align: center;
      }

      #coming-soon-mobile-button{
          border: 1px solid #F5CC0E;
          margin-top: 20px;
          color:#FFF;
          background:#F5CC0E;
      }
      .about_padding{
        margin-top: none !important;
      }
      #comingsoon h6{
          color: white !important;
          font-weight: normal !important;
      }

      #comingsoon h3{
          color: white !important;
      }

      #partnertext{
          padding: 40px;
          box-sizing: border-box;
          padding-top:0px;
          padding-bottom:10px;
      }
        .contact{
            padding: 25px;
            box-sizing: border-box;
        }
      .partner-left{
          height:50px !important;
          width:auto !important;
      }
      .partner-right{
          height:100px !important;
          width:auto !important;
      }
    .services p.what-para {
      font-size: 16px;
      width: 80%;
      margin: 0 auto;
    }

    .services .services-grid:nth-child(4),
    .services .services-grid:nth-child(5) {
      border-bottom: 1px solid #E9E9E9;
    }

    .services .services-grid {
      border-right: none;
      padding: 30px 15px;
    }

    .services .services-grid p {
      margin-bottom: 0;
    }

    .img_logo{
        text-align: center !important;
        margin: 0 auto !important;
        padding-top: 50px;
    }


    .img_logo .navbar-nav{
        padding-top: 40px;
        margin-left: -50px;
    }

      .img_logo .nav-right{
          padding-top: 0px !important;
      }

    #imgLogo{
        /* margin-top: 15px !important; */
        /* margin-left: -55px !important; */
        max-height: 40px;
        width: auto;
        left: 50%;
        display: block;

    }

      #sidebar .sidebar-header{
        margin-top: 50px;
      }

      #imgLogo_create{
      margin-top: 0px !important;
      left:50%;
      height: 35px;
    }
    .multi-steps{
      margin-top:60px;
      width: 100%;

    }


    .tabset{
      padding-top:40px;
    }
    .tabset > label {
      padding: 20px 0px 20px 0px;
      width:32%;
    }
    .input_project{
      padding-right:10px;
      padding-left:10px;
      width:100%;
      margin-top:0px;
      margin-bottom:40px;
      font-weight:400 !important;


    }
    .inputFundle{
      width:100% !important;
    }
    .input_project_check{
      width:100% !important;
    }
    .select_project{
      padding-right:10px;
      padding-left:10px;
      width:100%;
      padding-top:0px;
      margin-bottom:40px;

    }
    .create{
      border-top: none;
      padding-top:0px;
    }

    .divOptionBox .divOptionBoxOption:first-of-type{
      border: none !important;
    }
  .divOptionBoxOption{
    border: none !important;
    margin-top:20px;
  }

  .divOptionBoxOption{
      padding: 0px;
      border: none !important;

    }
  .divOptionBox{
    width: 100%;
    border: none !important;

    }

  .checkbox{
      margin-top:10px;
      margin-bottom:0px;
      margin-right:10px;
      width:10%;
      float:right;
  }
  .add-reward{
    width:150px;
  }
  .add-checkpoint{
    width:200px;
  }

  .upload_image{
    width:100% !important;
  }
  .btn-add{
    width:100%;
  }
  .button-next{
    padding-left: 50px;
  }
  .divGalleryContent{
    width:165px;
    height:165px;
  }
  .divGalleryContentFile{
    width:165px;
    height:165px;
  }
  #divCarouselOverlay{
    height:285px;
  }
  .button-style-pd {
    padding-right:10px !important;
    padding-left:10px !important;
  }

  .button-style-yellow{
    display:inline-block;
    margin:20px;
  }
  .frontpage_text {
    top: calc(60% - 50px);
  }

  .divRightBox {
    width: 100%;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 5vw;
    position: relative;
  }
  #containerRegister{
    background-color: #FFF;
    background-image: none;
  }
  .dropdown-content a{
    text-align: center !important;
  }

  .createproj{
    width:200px !important;
  }
  .btn-createpro{
    padding: 10px 25px;
    margin-right:0px;
    text-align: center;
    font-size: 14px;
  }
  .nav-link{
    text-align: center !important;
    padding-bottom:0px !important;
    padding-top:8px !important;
    padding-right:0px !important;


  }
  .dropdown-content{
    margin-top:0px !important;
    padding-top:5px !important;
    border-radius: 15px !important;

  }
  .container-project{
    flex-direction: column;
    margin-top:20px !important;
  }
  #content{
    padding:20px !important;
  }
.container-right {
    width:100% !important;
    margin: 0 auto;
    padding: 40px;
    float:right;
    right:0;
  }
  .text-cmp-ended{
    background:none !important;
    width: 100%;
    padding-top: 5px !important ;
    padding-bottom: 5px !important ;
    color: rgb(192, 57, 43) !important;
    margin-top:88px;
  }
  .filter-backerview{
    padding-left:35px;
    margin-top:30px;
    padding: 8px 6px 8px 6px !important;
  }

  }

  @media all and (max-width: 600px) {
    .services p.what-para {
      width: 100%;
      margin: 0 auto;
    }
  }

/* //services */
/* subscribe */
.subscribe {
    max-width: 800px;
}
.inputmail{
  padding: 23px 20px !important;
  border-right: none !important;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  display:inline-block;
  font-family: 'Montserrat' !important;
  font-weight:200 !important;
}

.button-style-input {
  padding: 10px 30px;
  background-color: #427ED7;
  border: none;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 2px solid #427ED7;
  display:inline-block;
}

.button-style-input:hover {
  background-color: #427ED7;
  color:#fff;
  text-decoration: none;
}
.sub-tittle{
    color:#51585f;
    font-size: 16px;
}
form.subscribe-wthree input[type="email"] {
    font-size: 16px;
    background: #fff;
    border: none;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 10px 0px 0px 10px;
    letter-spacing: 1px;
    color: #000;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    font-size: 15px;
    padding: 14px 20px;

}

form.subscribe-wthree button {
    background: #427ED7;
    letter-spacing: 1px;
    color: #fff;
    padding: 6px 20px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px 10px 10px 0px;
    border: none;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
}

.footer-text li {
  display: inline-block;
  list-style: none;
  margin: 0px 4px;
  color: #555;
  font-size: 14px;
}

.footer-text li a {
  color: #555;
  padding: 0;
  font-weight: 500;
}
.footer-text li a:hover {
  opacity: 0.8;
}
/* //subscribe */

/* projectpage backer view */
.carousel_backerview {
    background: #EEE;
  }

  .carousel_backerview img {
    display: inline-block;
    height:285px;
  }

.project-description-backerview {
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .project-description-backerview span {
    font-size: 12px;
    color: #358ED7;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .project-description-backerview h1 {
    font-weight: 300;
    font-size: 48px;
    color: #43484D;
    letter-spacing: -2px;
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .project-description-backerview h3 {
    font-weight: 300;
    font-size: 28px;
    color: #43484D;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .project-description-backerview p {
    font-size: 16px;
    font-weight: 300;
    color: #86939E;
    line-height: 24px;
    margin-top: 0px;
    margin-bottom: 5px;


  }

  .filter-backerview{
    padding-left:35px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 8px 20px 8px 20px;
}

.tabcontent_backerpage {
    display: none;
    border-top: none;
  }
  .tabcontent_backerpage h3{
    color:#43484D;
  }

  .object{
    outline: none;
    padding: 0px;
    margin: 0;
}

.object_btn{
    padding-left:35px;
    border: 1px solid #c0392b;
    background:none;
    color: #c0392b;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    width:84px;

}

.object_btn:hover{
    border: 1px solid #c0392b;
    background:#c0392b;
    color: #FFF;
}

.adapt_btn{
    padding-left:35px;
    border: 1px solid #86939E;
    background:none;
    color: #86939E;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
}

.adapt_btn:hover{
    border: 1px solid #86939E;
    background:#86939E;
    color: #FFF;
}

.create_btn{
    padding-left:35px;
    border: 1px solid #008000;
    background:none;
    color: #008000;
    border-radius: 15px;
    padding: 5px 15px 5px 15px;
    width:84px;
}

.create_btn:hover{
    border: 1px solid #008000;
    background:#008000;
    color: #FFF;
}

.view-btn {
    padding: 6px 25px 6px 25px !important;
    border:none;
    border-radius: 15px;
    border:2px solid #F5CC0E;
    background:#F5CC0E;
    color:#FFF;
    cursor:pointer;
    width:100%;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .view-btn:hover {
    background-color:#F5CC0E;
    color:#FFF;
  }
  .view-btn:focus {
    outline:0;
  }

.details_info div{
    margin-bottom: 25px;
    display: inline-block;
    display: inline-block;
  }

.add_req{
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    padding: 9px 20px 9px 20px;
    float:right;
    margin-right: 20px;
}

.newproject{
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 9px 20px 9px 20px;
  float:right;
  margin-right: 20px;
  text-decoration:none;
  font-size: 15px;
  font-weight:400;
  letter-spacing: 1px;
  outline: none;
  background-color: inherit;
  color:#555;
  font-family: 'Dosis', sans-serif;
  font-weight:200 !important;

}
.newproject:hover{
  opacity: 0.8;
  color:#555;

}

.select_view{
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 9px 20px 9px 20px;
  float:right;

}
/* Play button on homepage */



  .video-play-button {
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;

    position: absolute;
    top: calc(60%);
    left: 50%;
    width:80%;
    transform: translate(-50%, -50%);
  }

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }

  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
  }

  .video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
  }

  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(60% - 5px);

  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

  /* Play button on hiw */



  .video-play-button-hiw {
    z-index: 10;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 20px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;

    position: absolute;
    top: calc(8%);
    left: 1%;
    width:80%;
    transform: translate(-50%, -50%);
  }

  .video-play-button-hiw:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #ba1f24;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
  }

  .video-play-button-hiw:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #fa183d;
    border-radius: 50%;
    transition: all 200ms;
  }

  .video-play-button-hiw:hover:after {
    background-color: darken(#fa183d, 10%);
  }

  .video-play-button-hiw img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .video-play-button-hiw span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid #fff;
      border-top: 17px solid transparent;
      border-bottom: 17px solid transparent;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(60% - 5px);

  }

  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }
  .video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.80);
    opacity: 0;
    transition: all ease 500ms;
  }

  .video-overlay.open {
    position: fixed;
    z-index: 10000;
    opacity: 1;
  }

  .video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
  }
  .video-play-button:after{
      background-color: #E4572E;
  }
  .video-play-button:before{
    background-color: #E4572E;
  }
  .video-overlay-close:hover {
    color: #E4572E;
  }
  .video-play-button-hiw:after{
    background-color: #E4572E;
  }
  .video-play-button-hiw:before{
    background-color: #E4572E;
  }
  .video-overlay-close-hiw:hover {
    color: #E4572E;
  }

  .video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 80%;
    height: 75%;
    box-shadow: 0 0 15px rgba(0,0,0,0.75);
  }



#requestamount{
  width: calc(25% - 10px);
  height: 500px;
  margin-bottom: 30px;
}
#requestamount{
  width: 60%;
  background: #dcdcdc;
  height: 40px;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  overflow: hidden;
  float:left;
  margin-right:250px;

}

#requestamount input{
  width: calc(100% - 60px);
  height: 38px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.inputFundle{
  width: 60%;
  height: 40px;
  border: 1px solid #dcdcdc;
  background: white;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 8px;

}


input, .inputFundle{
  outline-color: #F5CC0E !important;
  font-weight:200 !important;

}
.btn-next{
  padding: 8px 25px !important;
  background:#F5CC0E;
  border: none;
  color: #FFF !important;
  font-size: 15px;
  letter-spacing: 1px;
  border-radius: 15px;
  border: 1px solid #F5CC0E;
  display:inline-block;
}
.btn-next:hover {
 opacity:0.8;
 color: #FFF !important;
}

.btn-add{
  padding: 10px 25px;
  background:#F5CC0E;
  border: none;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  border: 1px solid #F5CC0E;
  display:inline-block;
  margin-top:5px;
  width:150px;
}
.btn-add:hover {
 opacity:0.8;
}
.btn-add-reward{
  padding: 10px 25px;
  background:#F5CC0E;
  border: none;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  border: 1px solid #F5CC0E;
  display:inline-block;
  margin-top:5px;
  width:150px;
}
.btn-add-reward:hover {
 opacity:0.8;
}

.btn-add-check{
  padding: 10px 25px;
  background:#F5CC0E;
  border: none;
  color: #FFF;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  border: 1px solid #F5CC0E;
  display:inline-block;
  margin-top:5px;
  width:200px;
}
.btn-add-check:hover {
 opacity:0.8;
}

.navSettingsMenu i{
    color: #c7c7c7;
    margin-right: 10px;
}

#particles-js {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #427ED7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}



/* creators handbook */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 60%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.sharemodal{
  display: none ; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width:100%;
  max-width: 100vw !important;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80% !important; /* Could be more or less, depending on screen size */
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  border-radius: 10px !important;

}

/* The Close Button */
.header-share .closeshare, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header-share .closeshare{
  color: #878787 !important;
  font-size: 17px;
  background: #f2f3fb !important;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.header-share .closeshare:hover{
  background: #ebedf9;
}
/* //creators handbook */
.divEmptyChart{
  width: 100%;
  color: #e7e7e7;
  text-align: center;
  font-size: 20px;
  margin-top: calc(25vh - 200px);
  padding: 0px;
  box-sizing: border-box;
  left: 0px;
  font-weight:400 !important;

}

.divEmpty{
  width: 100%;
  color: #e7e7e7;
  text-align: center;
  font-size: 20px;
  position: absolute;
  margin-top: calc(50vh - 200px);
  padding: 0px;
  box-sizing: border-box;
  left: 0px;
  font-weight:400 !important;

}

.contentPreviewWrapper{
    position: relative;
}

.iframeContent span{
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.divEmpty_tabs{
    width: 100%;
    color: #e7e7e7;
    text-align: center;
    font-size: 20px;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    height: 500px;
    padding-top: 200px;
}

.divEmpty_tabs_overlay{
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    background: rgba(160,160,160, 0.2);
    display: none;
    text-align: center;
    color: #323232;
    font-size: 30px;
    cursor: pointer;
    border-radius: 15px;
    z-index:1;
}

.aEditContent{
    text-decoration: none;
    color: black;
}

.fp-page-toolbar{
    background: #ffffff !important;
    box-shadow: 0px 0px 10px #999999;
}
.fp-drop-zone{
  border-radius: 15px !important;
}
.fp-submit-btn{
    background: #427ED7 !important;
    color: #ffffff !important;
    border-radius: 0px 15px 15px 0px;
}
.fp-edit-btn{
  border-radius: 15px 0px 0px 15px;
  background-color: #eee !important;
}
.fp-layout-btn{
  border-radius: 0px 15px 15px 0px;
  background-color: #eee !important;

}
.fp-panel{
  border-left:1px solid rgb(225, 232, 238) !important;
}
.fp-panel .fp-panel-head .fp-panel-filter a{
  border-radius: 15px;
  margin-right:5px !important;
}
.fp-panel .fp-panel-head .fp-panel-filter a.fp-active{
  background-color: #427ED7 !important;
}

.fp-edit-btn:hover, .fp-layout-btn:hover{
  opacity: 0.8;
}
.fp-edit-btn.fp-active, .fp-layout-btn.fp-active{
  background-color: #427ED7 !important;
  color:#FFF;
}


.fp-submit-btn:hover, .fp-save-btn:hover{
    opacity: 0.8;
}

.fp-save-btn{
    background: #427ed7 !important;
    color: #ffffff !important;
    border-radius: 15px 0px 0px 15px;

}

.fp-btn-group{
    box-shadow: none !important;

}
.fp-add-view{
  background-color: #FFF !important;
}

.fp-pageTop-toolbar{
  display: none !important;
}
#froala-pages{
    padding-left: 50px !important;
    padding-right: 50px !important;
    box-sizing: border-box !important;
    height: 100% !important;
}

#page_content_wrapper{
    width: 100%;
    float: left;
    margin-top: 110px;
    height: calc(100vh - 110px);
}

#page_content{
    width: 100%;
    height: calc(100vh - 150px);
    float: left;
}

.contentPreviewWrapper:hover .divEmpty_tabs_overlay{
    display: flex;
    align-items:center;
    justify-content:center;
}

.contentPreviewWrapper:hover .contentPreview{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.5;
}

.divEmpty_dashboard{
    width: 100%;
    color: #e7e7e7;
    text-align: center;
    font-size: 20px;
    position: inherit;
    margin-top: calc(50vh - 200px);
    padding: 0px;
    box-sizing: border-box;
}

.divEmpty_dashboard i, .divEmpty_tabs i{
  font-size: 80px;
  margin-bottom: 20px;
}

.divEmpty i{
  font-size: 80px;
  margin-bottom: 20px;

}
.divEmptyChart i{
  font-size: 80px;
  margin-bottom: 20px;

}

.btnpp{
  margin-left: auto;
  margin-right: auto;
  display:block;
  text-align: center;
  z-index:999;
}
.button-style-pp {
  color:  #4d4d4d!important;
  font-size: 14px;
  letter-spacing: 1px;
  display:block;
  margin-top:20px !important;
}

.button-style-pp:hover {
  opacity:0.8;

}

.button-style-pd {
  padding: 10px 25px;
  background:none;
  border: none;
  color: #427ED7 !important;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 15px;
  border: 2px solid #427ED7;
  display:block;
  margin-top:40px !important;
  margin-right:15%;
  margin-left:15%;

}

.button-style-pd:hover {
  background-color: #427ED7;
  color:#fff !important;
  text-decoration: none;
  border: 2px solid #427ED7 !important;
}
tr:hover{
  background: none;
}

/* Team section about page*/
.team{
  padding-left:48px !important;
  padding-right:48px !important;

}

.team-area{
  padding-top: 3%;
  text-align: center !important;
  margin: 0 auto;
  width: 80%;

  }
  .single-team{
  margin-bottom: 10px;

  }
  .team_width{
    max-width: 250px !important;
  }
  .single-team:hover .social{
  cursor: pointer;
  opacity: 1;
  border-radius: 50%;
  transform: rotateY(0deg) scale(1, 1);
  }
  .img-area{
  overflow: hidden;
  position: relative;
  border-radius: 15px;

  }
  .img-area img{
  width: 100%;
  border-radius: 15px;

  }
  .img-area:hover img{
  border-radius: 15px;
  /* transform: scale(1.1); */

  }
  .img-area img{
  transition: all 0.4s ease 0s;
  border-radius: 15px;

  }
  @media (max-width: 768px){
  .img-area img{
      display: inline-block;
  }
  .team{
    padding-left:0px !important;
    padding-right:0px !important;
  }
  .team_width{
    max-width: none !important;
  }

  }
  .img-area .social{
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
  transform: rotateY(180deg) scale(0.5, 0.5);

  }
  .img-area .social ul{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    }
  .img-area .social ul li a{
    background-color: #E4572E;
    display: block;
  font-size: 20px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #FFF;
  margin-bottom: 10px;

  }
  .img-area .social ul li a:hover{
    opacity:0.9;
  }
  .img-text{
  padding: 25px;
  color: #fff;
  text-align: center;

  }
  .img-text h4 {
    font-size:20px;
    color:#212529;

  }
  .img-text h5{
    color:#5a5956;
    font-weight:400;
    font-size:18px;
    font-family: 'Dosis', sans-serif;
    font-weight:200 !important;

  }

/* //Team section about page*/
.core-values-section-left{
  background: url("https://fundlecontent.ams3.digitaloceanspaces.com/website/Licensed/8266.jpg") no-repeat left;
  background-size:70%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 50px 0;
}
.core-values-section-right{
  background: url("https://fundlecontent.ams3.digitaloceanspaces.com/website/Licensed/9814.jpg") no-repeat right;
  background-size: 60%;
  background-color: #fdfdfd;
  overflow: hidden;
  /* padding: 50px 0; */
}

.core-values-section-right-homepage{
  background: url("https://fundlecontent.ams3.digitaloceanspaces.com/website/Licensed/9814.jpg") no-repeat right;
  background-size: 60%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 50px 0 !important;

}
.core-values-section-right-download{
  background: url("https://fundlecontent.ams3.digitaloceanspaces.com/iphone.png") no-repeat right;
  background-size: 60%;
  background-color: #fdfdfd;
  overflow: hidden;
  /* padding: 50px 0 !important; */

}

.core-values-section-solution{
  background: url("https://fundlecontent.ams3.digitaloceanspaces.com/website/Licensed/216.jpg") no-repeat left;
  background-size:70%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 50px 0;

}

.core-values-section-homepage{
  background: url("https://fundlecontent.ams3.digitaloceanspaces.com/website/digitaleconomy.png") no-repeat left;
  background-size:60%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 0px;

}


.core-values-section-right-error{
  background: url("https://fundlecontent.ams3.digitaloceanspaces.com/website/Licensed/error.jpg") no-repeat right;
  background-size: 60%;
  background-color: #fdfdfd;
  overflow: hidden;
  padding: 0px 0;
  margin-top: 50px;
}

.core-values-container-right{
  width: 55%;
  float: right;
  background-color: rgb(253, 253, 253, 0.9);
  padding: 120px;
  padding-top:80px;
  padding-right:0px;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

.core-values-container-left{
  width: 62%;
  float: left;
  background-color: rgb(253, 253, 253, 0.9);
  padding: 150px;
  padding-top:80px;
  padding-bottom:80px;
  padding-left:0px;
  border-top-right-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}
.core-values-container h1{
  margin-bottom: 30px;
  font-size: 30px;
}

.core-values-text{
  color: #545454;
  line-height: 30px;
  /* text-align: justify; */
  margin-bottom: 30px;
}

.core-values-small-text{
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  color:#212529;
  margin-bottom: 20px;
}

@media screen and (max-width:1200px){
  .core-values-container{
      padding: 80px;
  }
}

@media screen and (max-width:1000px){
  .core-values-section{
      background-size: 100%;
      padding: 100px 40px;
  }
  .core-values-container{
      width: 100%;
  }
}

@media screen and (max-width:600px){
  .core-values-section{
      padding: 0;
  }
  .core-values-container{
      padding: 60px;
  }
}

/* Slider about page*/


.container_featured {
  overflow: hidden;
}
.container_featured .slider_featured {
  animation: slidein 30s linear infinite;
  white-space: nowrap;
  margin-top:80px;
  margin-bottom:80px;

}
.container_featured .slider_featured .logos_featured {
  width: 100%;
  display: inline-block;
  margin: 0px 0;
}
.container_featured .slider_featured .logos_featured .fab {
  width: calc(100% / 5);
  animation: fade-in 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* //Slider about page*/
.request-overlay {
  color: rgba(0,0,0,0.80);
  opacity: 0.7;
}

.editheaderlogo{
  left:18% !important;
}

@media all and (max-width: 420px) {
  .container_projects{
    margin-left: 20px !important;
    margin-right: 20px !important;
    box-sizing: border-box !important;
    overflow: hidden;
    max-width: 90% !important;
  }
  .search{
    width: 100% !important;
  }
  .filter{
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right:0px;
  }
  .timing{
    padding-right: 0px;

  }
  .editheaderlogo{
    left:50% !important;
  }
  .centeredinmobile{
    margin:auto;
    padding:auto !important;

  }
  #divProjectSearchWrapper{
    position: absolute;
    margin:auto;
    margin-top: -5px;
    right: 17px;
    left:17px;

}
}

.upload_image{
  width: 427px;
  height: 50px;
  background: #ffffff;
  float: left;
  margin: 0px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #f1f1f1;
  border: 2px dashed #dcdcdc;
  position: relative;
  margin-right:288px;
}

.upload_image:hover{
  border: 2px dashed #0d8aee;
  opacity: 0.9;
  cursor: pointer;
}

.upload_image p{
  width: 100%;
  text-align: center;
  margin-top:12px;
  color: #323232;
}
.text-cmp-ended{
    background: #e74c3c;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    color: white;
    text-align: center;
    margin-top:88px;
}

input[type='file']{
  display:none;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.scroller-table-y{
  max-height:715px !important;
  overflow-y: scroll;
}
/* pop up creator page donations */
.popup_don{
  position: absolute;
  left: 50%;
}
.tableRewardSettings thead tr td{
    border-bottom: 1px solid #dcdcdc;
    color: #323232;
    width:100%;
}

.tableRewardSettings thead tr td:first-of-type{
    border-radius: 5px 0px 0px 0px;
}

.tableRewardSettings thead tr td:last-of-type{
    border-radius: 0px 5px 0px 0px;
}

.tableRewardSettings tr:nth-of-type(even){
    background: #f1f1f1;
}


.rewardCheck{
    color: #3a8ffe;
}

.divRewardImageSmall{
    width: 70px;
    height: 50px;
    border-radius: 5px;
    background-color: #dcdcdc;
    text-align: center;
    color: #3a8ffe;
    padding-top: 13px;
    box-sizing: border-box;
    margin: auto;
}

#popup_don_bg{
    position:absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0px !important;
    left: 0px !important;
    opacity: 0.4;
    display: none;
}

.inputTable{
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 2px solid #3a8ffe;
    border-radius: 0px;
    outline: 0;
    cursor: pointer;
    color: #3a8ffe;
    padding-left: 5px;
}

.inputTable:hover{
    background: #f1f1f1;
}

.view-modal_don:hover {
  opacity:0.8;
  text-decoration: none;
}
.view-modal_don:focus {
  outline:0;
}
.view-modal_don{
  outline: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}
.popup_don{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 1000px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup_don.show_don{
  top: 500px;
  z-index:1000;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.rewards_view{
  font-weight: 300;
  color: #86939E;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 5px;
}
.popup_don :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_don header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.header-share_don span{
  font-size: 21px;
  font-weight: 600;

}
.header-share_don .close_don, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header-share_don .close_don{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.header-share_don .close_don:hover{
  background: #ebedf9;
}
.popup_don .content_don{
  margin: 15px 0;
}
.popup_don .icons{
  margin: 15px 0 20px 0;
}
.content_don p{
  font-size: 16px;
}
.content_don .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
  width:294px;

}
.field_don.active{
  border-color: #F5CC0E;
  width:294px;
}
.field_don i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field_don.active i{
  color: #F5CC0E;
}
.field_don input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field_don button{
  color: #fff;
  padding: 5px 18px;
  background: #F5CC0E;
  border:none;
  border-radius: 5px;
}
.field_don button:hover{
  background: #F5CC0E;
}

/* end*/
/* pop up creator page donations */
.popup_don_backer{
  position: fixed;
  left: 50%;
}

#popup_don_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    top: 0px;
    left: 0px;
    opacity: 0.4;
    display: none;
}

.view-modal_don_backer:hover {
  opacity:0.8;
  text-decoration: none;
}
.view-modal_don_backer:focus {
  outline:0;
}

.popup_don_backer{
  background: #fff;
  padding: 25px;
  border-radius: 15px;
  top: -150%;
  max-width: 1000px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;
}
.popup_don_backer.show_don_backer{
  top: 55%;
  z-index:1000;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}

.popup_don_backer :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup_don_backer header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.header-share_don_backer span{
  font-size: 21px;
  font-weight: 600;
}
.header-share_don_backer .close_don, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.header-share_don_backer .close_don{
  color: #878787;
  font-size: 17px;
  background: #f2f3fb;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.header-share_don_backer .close_don:hover{
  background: #ebedf9;
}
.popup_don_backer .content_don_backer{
  margin: 20px 0;
}
.popup_don_backer .icons{
  margin: 15px 0 20px 0;
}
.content_don_backer p{
  font-size: 16px;
}
.content_don_backer .field{
  margin: 12px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #e1e1e1;
  width:294px;

}
.field_don_backer.active{
  border-color: #F5CC0E;
  width:294px;
}
.field_don_backer i{
  width: 50px;
  font-size: 18px;
  text-align: center;
}
.field_don_backer.active i{
  color: #F5CC0E;
}
.field_don_backer input{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 15px;
}
.field_don_backer button{
  color: #fff;
  padding: 5px 18px;
  background: #F5CC0E;
  border:none;
  border-radius: 15px;
}
.field_don_backer button:hover{
  background: #F5CC0E;
}

/* end*/

.prev-button{
  position:absolute;
  top: 50%;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  z-index:100;
  background-color:#f2f3fb !important;
}
.prev-button:focus {
  outline:none !important;
  box-shadow: none !important;

}
.next-button:focus {
  outline:none !important;
  box-shadow: none !important;

}

.next-button{
  position:absolute;
  top: 50%;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  float:right;
  z-index:100;
  background-color:#f2f3fb !important;
}
.btn_filter{
  background: none;
  color: inherit;
  border: none;
  margin:auto;
  outline: none;
}
.btn_filter:hover{
  color:#F5CC0E;
}
.btn_filter:focus{
  text-decoration: none;
  outline: none;
}
/* Docs */
#docs{
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom:100px;

}

#docs .tabordion {
    position: relative;
    width: 100%;
    color: rgba(48, 69, 92, 1);
    margin: 0;
    float: left;
}

#docs .tabordion section {
    display: block;
    width: 100%;
    left: 0;
}
#docs .tabordion section input[name="sections"] {
    left: -9999px;
    position: absolute;
    top: -9999px;

}
#docs .tabordion section input[name="sections"]:checked + label {
    border-left: 2px solid #F5CC0E;
    background: #FFF;
    color: rgba(48, 69, 92, 1);
    border-radius:15px;


}
#docs .tabordion section input[name="sections"]:checked ~ article {
    display: block;
}
#docs .tabordion section label {
    border-left: 2px solid #e9ecef;
    cursor: pointer;
    display: block;
    padding: 1em 0.83em;
    position: relative;
    width: 100%;
    z-index: 100;
    font-family: 'Dosis', sans-serif;
    font-weight:200 !important;
    border-radius:15px;


}
.img-docs{
  border:1px solid rgb(225, 232, 238);
  border-radius: 15px;
}
#docs .tabordion section article {
  display: none;
  left: 0;
  width: 100%;
  padding: 1em;
  position: relative;
  top: 0;
  font-weight: 300;
  line-height: 1.7;
}
#docs .tabordion section article p {
  margin-bottom: 1em;
}
#docs .tabordion section article:after {
  background-color: transparent;
  content: "";
  display: block;
  left: -229px;
  position: absolute;
  top: 0;
  width: 220px;
  z-index: 1;
}

@media all and (min-width: 1068px) {
  #docs .tabordion {
      width: 100%;
      color: rgba(48, 69, 92, 1);
 }
 #docs .tabordion section label {
      border-bottom: 2px solid #e9ecef;
      padding: 1em 2.5%;
      width: 20%;
 }
 #docs .tabordion section article {
      position: absolute;
      width: 70%;
      left: 26.5%;
 }
}

/* Swal sweet alerts */
.swal-modal{
  border-radius: 15px !important;
}
.swal-footer{
  text-align: center !important;
}
.swal-title{
  font-weight:600 !important;
}
.swal-button--confirm{
  border-radius: 15px !important;
  background-color:#427ED7 !important ;
  color:#FFF !important;
}

.swal-button--cancel{
  border-radius: 15px !important;
}

/* Feedback Widget */

.feedbackerror  input {
  display: none;

}
.feedbackerror input:checked + label {
  border-bottom: 2px solid #F5CC0E;
}
.feedbackerror input#tab1:checked ~ .content-container #c1 {
  opacity: 1;
  display: block;

}
.feedbackerror input#tab2:checked ~ .content-container #c2 {
  opacity: 1;
  display: block;

}

.walleterror  input {
  display: none;

}
.walleterror input:checked + label {
  border-bottom: 2px solid #F5CC0E;
}
.walleterror input#tab1:checked ~ .content-container #c1 {
  opacity: 1;
  display: block;

}
.walleterror input#tab2:checked ~ .content-container #c2 {
  opacity: 1;
  display: block;

}


.fberlabel {
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  width: 30%;
  text-align: center;
  color: #555;
  position: relative;
  cursor: pointer;
}
.fberlabel::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  opacity: 0;
  left: 0;
  transition: 0.25s ease;
}
.fberlabel:hover::after {
  opacity: 1;
}
.content-container {
  height: 235px;
  padding:10px;
}
.content-container .content {
  position:absolute;
  display: none;
  opacity: 0;
  transition: 0.25s ease;
}
.feedback-button{
  position: fixed;
  z-index: 2147483003;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #427ED7;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
  animation: intercom-lightweight-app-launcher 250ms ease;
}
.feedback-button:hover{
  opacity: 1 !important;
}
.feedback-button-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  transition: transform 100ms linear, opacity 80ms linear;
  color:#FFF;
  font-size: 26px;
}
.feedback_active {
  background: transparent;
  position: fixed;
  z-index: 9000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.feedback {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10000;
  transition: all 3s;
}

.feedback .feedbackform {
  display: none;
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom:70px;
  position: fixed;
  z-index: 2147483003;
  bottom: 20px;
  right: 20px;

}
.feedback .feedbackform form {
  margin: 0;
}
.feedback .feedbackform button {
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #F5CC0E;
  border-color: #F5CC0E;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 15px;
  text-align: center;
  border: 1px solid transparent;
}

.feedback .thanks {
  display: none;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  bottom: 20px;
  right: 20px;
  margin-bottom:70px;
  position: fixed;
  z-index: 2147483003;

}
.feedback-header{
  background-color: #427ED7;
  color:#FFF;
  text-align: center;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  height:60px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.feedback .feedbackform-group {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #FFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom:5px !important;
  padding-top:10px !important;


}

.feedback .feedbackform textarea {
  margin: 0;
  height: auto;
  padding: 0.5rem 0.75rem;
  display: block;
  max-width: 100%;
  border: 1px solid #d2ddec;
  background-clip: padding-box;
  color: #12263f;
  background-color: #fff;
  border-radius: 0.375rem;
  overflow: auto;
  resize: vertical;
  height: 80px;
  font-size: 0.9em;
  margin-bottom: 10px;
  height:110px !important;

}
.feedback .feedbackform textarea:focus {
  color: #12263f;
  background-color: #fff;
  outline: 0;
  box-shadow: transparent;
}

.divCroppieToken{
    float: left;
    border: 1px solid #dcdcdc;
    height: 100px !important;
    width: 100px !important;
}

.star-rating {
 margin: 5px 0 10px;
 font-size: 0;
 white-space: nowrap;
 display: inline-block;
 width: 175px;
 height: 35px;
 overflow: hidden;
 position: relative;
 background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
 background-size: contain;

}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.pFeedbackSuccess{
    color: #ffffff;
    border-radius: 5px;
    margin-right: 50px;
    background: #427ED7;
    padding: 8px;
    border: 1px solid #427ed7;
}


/* // Feedback Widget */

/* Wallet */
.wallet-button{
  position: fixed;
  z-index: 2147483003;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #427ED7;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
  animation: intercom-lightweight-app-launcher 250ms ease;
}
.wallet-button:hover{
  opacity: 1 !important;
}
.wallet-button-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  transition: transform 100ms linear, opacity 80ms linear;
  color:#FFF;
  font-size: 26px;
}
.wallet_active {
  background: transparent;
  position: fixed;
  z-index: 9000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wallet {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10000;
  transition: all 3s;
  display: none;
}
.connectWallet{
  display: none;
}

.wallet .walletform {
  display: none;
  /* width: 300px; */
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-bottom:70px;
  position: fixed;
  z-index: 2147483003;
  bottom: 20px;
  right: 20px;

}
.wallet .walletform form {
  margin: 0;
}
.wallet .walletform button {
  display: block;
  width: 100%;
  color: #fff;
  cursor: pointer;
  background-color: #F5CC0E;
  border-color: #F5CC0E;
  padding: 0.125rem 0.5rem;
  font-size: 0.8125rem;
  line-height: 1.75;
  border-radius: 15px;
  text-align: center;
  border: 1px solid transparent;
}

.wallet .thanks {
  display: block;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
  bottom: 20px;
  right: 20px;
  margin-bottom:70px;
  position: fixed;
  z-index: 2147483003;

}
.wallet-header{
  background-color: #427ED7;
  color:#FFF;
  text-align: center;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  height:60px;
  display: flex;
  align-items: center;
  justify-content: center;

}
.wallet .walletform-group {
  margin-bottom: 2px;
  padding: 15px;
  background-color: #FFF;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;

}


/* // Wallet */

.grid-container-element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
}
.grid-child-element {
  margin: 10px;
  display: flex;
}
@media (max-width: 1000px) {
  .grid-container-element { grid-template-columns: repeat(1, 1fr); }
}

/* Token details chart */
#chart {
  width: 90%;
  margin: 35px auto;
}
.grid-container-element-chart {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
}
.grid-container-element-chart-details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
}
.grid-container-features {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
}

.businesspagemobile{
  display: none;
}
@media (max-width: 1000px) {
  .grid-container-element-chart-details { grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-features { grid-template-columns: repeat(1, 1fr);
  }

  .buttons_businesspage{
    display: none;
  }
  .businesspagemobile{
    display: block;
  }

  .newproject{
    padding-right: 0px;
    margin-right: 0px;
  }
}
.grid-container-element-dashboard {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  width: 100%;
}
.grid-container-element-dashboard-second {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
}

.grid-container-element-dashboard-purchases {
    display: grid;
    grid-gap: 20px;
    width: 100%;
}

@media (max-width: 1000px) {
  .grid-container-element-dashboard { grid-template-columns: repeat(1, 1fr); }
  .grid-container-element-dashboard-second { grid-template-columns: repeat(1, 1fr); }

}

.tablePurchases tr td{
    text-align: left;
}

.tablePurchases thead tr td{
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
}

.tablePurchases tr:nth-of-type(even) td{
    background: #f1f1f1;
}

.grid-container-element-campaign {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  width: 100%;
}
@media (max-width: 1000px) {
  .grid-container-element-campaign { grid-template-columns: repeat(1, 1fr); }
}



.grid-child-element {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}
.uk-card-default {
  background: #fff;
  color: #666;
  /* border-left:2px solid #F5CC0E; */
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
.uk-card-homepage{
  background: none;
  color: #FFF;

}
@media (min-width: 1200px){
.uk-card-body {
    padding: 40px 40px;
}
}
.uk-card-body {
  padding: 30px 30px;
}
.uk-card {
  position: relative;
  box-sizing: border-box;
  transition: box-shadow .1s ease-in-out;
}
.uk-card {
  height: 360px;
}
.uk-card {
  height: auto !important;
  max-height: none !important;
  border-radius: 15px;
}


/* Style the tab */
.tokens {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tokens button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none !important;
  overflow:none !important;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  text-decoration: none;
}

/* Change background color of buttons on hover */
.tokens button:hover {
  color: #F5CC0E;
}

/* Create an active/current tablink class */
.tokens button.active {
  color: #F5CC0E;
}

/* Style the tab content */
.tokencontent {
  display: none;
  border-top: none;
}
.apexcharts-text tspan{
  font-weight:600;
}
.apexcharts-tooltip-title{
  font-weight:800;
}
.apexcharts-tooltip-text{
  font-weight:600;
}

/*Design homepage*/
.row{
  width:100% !important;
  margin-right: 0px!important;
  margin-left: 0px!important;
}

.explainer-blue{
  background-color:#427ED7;
  height: 500px;
  width:100% !important;
  position: relative; /* If you want text inside of it */
  z-index:5 !important;

}
.explainer-white{
  background-color:#FFFFFF;
  height: 500px;
  position: relative; /* If you want text inside of it */
}
.explainer-community{
  background-color:#FFF;
  height: 500px;
  width:100% !important;
  position: relative; /* If you want text inside of it */

}
.explainertext-blue{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color:#FFFFFF;

}
.explainertext-white{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #104547;;
  font-family: 'Dosis', sans-serif;
  font-weight:600;
}

.explainertext{
  margin: 0;
  color: #FFFFFF;;
  font-family: 'Dosis', sans-serif;
  font-weight:600;
  padding-bottom: 20px;

}

.center-vertical{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative; /* If you want text inside of it */

}
@media screen and (max-width:1200px){
  .core-values-container{
      padding: 80px;
  }

}

@media screen and (max-width:1000px){
.divMessagingWrapper {
    height: calc(100vh - 58px);
}

  .core-values-section{
      background-size: 100%;
      padding: 100px 40px;
  }
  .core-values-container{
      width: 100%;
  }
  .core-values-container-left{
    width: 100% !important;
    padding: 0 !important;
  }
  .core-values-container-right{
    width:100% !important;
    padding:0px !important;
    margin-bottom: 50px;
  }
  .core-values-section-right{
    background-size:100% !important;

  }
  .core-values-section-homepage{
    background-size:100% !important;
    margin-left:20px;
    margin-right:20px;

  }

  .core-values-section-left{
    background-size:100% !important;
    padding-bottom: 0px;
    padding-top:0px;
    margin-left:20px;
    margin-right:20px;

  }
  .contact{
    margin-top:0px !important;
  }

}

@media screen and (max-width:600px){
  .core-values-section{
      padding: 0;
  }
  .core-values-container{
      padding: 60px;
  }
  .core-values-section-solution{
    padding-bottom: 0px;
    background-size:100% !important;
    background: none;

  }
  .core-values-section-homepage{
    padding-bottom: 0px;
    padding-top: 35px;
    margin-left:20px !important;
    padding-left:15px;
    margin-right:20px !important;
    padding-right:15px;
  }

  .explainer-blue{
    height: 500px !important;

  }
  .explainertext-blue{
    width: 80%;
  }
  .explainertext-white{
    width: 80%;
  }
  .explainer-white{
    height: 500px !important;
  }
  .communityexamples{
    width: 100%;
    height: auto !important;
  }
}
.communityexamples{
  width: auto;
  height: 100%;
  margin-top: 30px;
  max-height: 590px;
}
@media screen and (min-width:1800px){
  .communityexamples{
    max-height: 650px;
    margin-top: 10px;

  }

}

.circle{
  width:250px;
  height: 250px;
  line-height: 250px;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  background: #F5CC0E;

}
.checkmark-highlights{
  font-size:20px !important;
}

.tableRequestCampaignAdmin tr:nth-child(even){
    background: #f1f1f1;
}
.benefit{
  min-width: 525px !important;
}
.benefitcom{
  min-width: 620px !important;
}

.stats-label{
  display: inline-block;
  padding: 0 10px;
  background: #427ED7;
  line-height: 1.5;
  font-size: .875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.stats-card-badge{
  border-radius: 15px;
  background-color: green;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  height: 22px;
  justify-content: center;
  align-items: center;
}

.features_icon {
  background: #F5CC0E;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 1em;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);

}
.features_icon span {
  line-height: 100px;
  font-size: 45px;
  color: #fff;

}

.input-pay::before {
  content: "$";
}

.switch-network-btn {
  padding: 3px 10px 3px 10px !important;
  border:none;
  border-radius:5px;
  background:#FFF;
  color:rgb(242, 153, 74); ;
  cursor:pointer;
  border-radius:15px;
  font-size:14px;
  margin-left:5px;
}
.switch-network-btn:hover {
  opacity:1 !important;
  background:#FFF;
  color:rgb(242, 153, 74); ;

}
.switch-network-btn:focus {
  outline:0;
}
.networkError{
  width: 100%;
  text-align: center;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  padding:10px;
  height:45px;
  color: #FFF;
  background: rgb(242, 153, 74);
  z-index: 100000;


}
#ChainError{
  display: none;
}

/* Toggle 2FA */
.toggle-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.toggle-label {
  width: 50px;
  height: 20px;
  background: #ccc;
  position: relative;
  display: inline-block;
  border-radius: 46px;
  transition: 0.4s;
  box-sizing: border-box;
}
.toggle-label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.toggle-input:checked + .toggle-label {
  background-color: #4BD865;
}
.toggle-input:checked + .toggle-label:after {
  left: 30px;
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 42px;
  margin: auto;
  margin-top: 50px;
}
/* Toggle 2FA end */

.faucet_input {
  width: 70% ;
  padding: 10px 36px;
  letter-spacing: 1px;
  border-radius: 15px;
  display: block;
  margin: 20px auto;
  text-align: center;

}
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}


.passwordgroup {
  margin-bottom: 16px;
}
.passwordgroup span {
  display: none;
}
.passwordgroup input {
  display: block;
  margin-bottom: 8px;
}
.passwordgroup input:focus + span {
  background: #f4f4f4;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 8px;
  position: relative;
}
.passwordgroup input:focus + span:before {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #f4f4f4;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  position: absolute;
  top: -12px;
  left: 12px;
  width: 0;
  height: 0;
}

.btnBenefitNoClick, .btnBenefit{
  background: transparent;border: none;color: transparent;text-align: left;padding-left: 0px;padding-right: 0px;
}
.btnBenefitNoClick:focus, .btnBenefit:focus{
  outline:0;
}

.active_yes{
    color: #2ecc71;
}

.active_no{
    color: #e74c3c;
}

.text-mail-success{
  background: #2ecc71;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
  margin-top:-16px;
}

.text-mail-error{
  background: #e74c3c;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
  margin-top:-16px;
}

#divSpinner{
    width: 400px;
    height: 250px;
    position: fixed;
    left: calc(50% - 200px);
    top: 20%;
    background: #ffffff;
    border: 1px solid #dcdcdc;

}

.circle-container {
  display: flex;
  align-items: center;
}
.circle-highlights {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width:40px !important;
  min-height:40px !important;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.swal2-popup{
  border-radius: 15px !important;
  width:360px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;

}
.swal2-confirm{
  border-radius: 15px !important;
  background-color: #427ED7 !important;
}


.voucher{
  min-height: 80vh; padding: 100px; padding-top: 150px;
}

.token_img {
  border-radius: 50%;
  height:100px;
  width:100px;
  display: block;
  float:right;
  margin-left: auto;
  margin-right: auto;
}
.img_token_wrap {
  position: relative;
  height: 100px;
  width: 100px;
}

#divCarouselBackground{
    width: 100vw;
    height: 120%;
    background: white;
    position: absolute;
    top: 0px;
    left: -100px;
    top: -15%;
    z-index: -0;
    border-radius: 30px;
    filter: blur(30px);
    opacity: 0.1;
    display: none;
}

#divMemberWrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.divMember{
    width: 10%;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: center;
    cursor: pointer;
}

.divMemberSpacer{
    width: 10%;
    flex-grow: 1;
    flex-shrink: 0;
}

.divMemberAvatar{
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
}

.pMemberName{
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}

.pMemberDuration{
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.pLikeUpdate{
    cursor: pointer;
}

.pLikeUpdate:hover{
    cursor: pointer;
    opacity: 0.9;
}


/* Pop up payment dashboard loyalty */

@media (max-width: 991.98px) {
  .popuployalty{
    width: 364px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .popuployalty.showloyalty{
    padding-left: 28px !important;
    padding-right: 28px !important;
  }

}
.loyaltymodal{
  display: none ; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width:100%;
  max-width: 100vw !important;
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* payment pop up community page */
.popuployalty{
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  padding: 24px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 15px;
  width: 400px;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  transform: translate(-50%, -50%) scale(1.2);
  transition: top 0s 0.2s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popuployalty.showloyalty{
  top: 50%;
  left: 50%;
  z-index:1000;
  opacity: 1;
  pointer-events: auto;
  transform:translate(-50%, -50%) scale(1);
  transition: top 0s 0s ease-in-out,
              opacity 0.2s 0s ease-in-out,
              transform 0.2s 0s ease-in-out;

}
.popuployalty :is(header, .icons, .field){
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popuployalty header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9;
}
.popuployalty .contentloyalty{
  margin: 20px 0;
}
.popuployalty .icons{
  margin: 15px 0 20px 0;
}

.headerloyalty .closeloyalty, .icons a{
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.headerloyalty .closeloyalty{
  color: #878787 !important;
  font-size: 17px;
  background: #f2f3fb !important;
  height: 33px;
  width: 33px;
  cursor: pointer;
}
.headerloyalty .closeloyalty:hover{
  background: #ebedf9;
}
.popuployalty header{
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedf9 !important;
}
.headerloyalty span{
  font-size: 21px;
  font-weight: 600;
}
.loyaltymodal{
  display: none ; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.aIconLink{
    font-size: 14px;
    margin: 4px;
    color: #323232;
    cursor: pointer;
}

.aIconLink:hover{
    opacity: 0.9;
}

/* End pop up payment dashboard loyalty */

#selectPreviewType{
  padding:5px !important;
  border-radius: 15px;
}
#selectPreviewType:focus{
  outline:none !important;
}

.smallTable tr td{
    padding: 5px;
    text-align: left;
}

.smallTable tr td:first-of-type{
    color: #0b7dda;
    width: 130px !important;
}
