@font-face {
  font-family: BebasNeue-Regular;
  src: url("../fonts/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: Felipa-Regular;
  src: url("../fonts/Felipa-Regular.ttf");
}
body {
  font-family: BebasNeue-Regular;
  overflow-x: hidden;
}
body.login-page {
  padding-top: 110px;
}
a,
.btn-link {
  color: #000;
}
a:hover,
.btn-link:hover {
  color: #ffcd12;
}
.logo {
  width: 80px;
}
.sub-items {
  top: 0;
  left: 100%;
}
.skills-nav {
  font-size: 20px;
  letter-spacing: 1px;
}
.skills-nav a {
  cursor: pointer;
}
.usermenu-circle {
  padding: 0;
}
.usermenu-circle > span {
  display: inline-block;
  background-color: #eee;
  border-radius: 50%;
  padding: 8px 5px;
  line-height: initial;
  width: 40px;
  height: 38px;
  text-align: center;
}
.d-item {
  margin: 12px 0px;
  font-size: 18px;
  border-bottom: silver 1px solid;
}
.d-item,
.n-link {
  font-size: 20px;
  letter-spacing: 2px;
}
.d-item:hover,
.n-link:hover {
  color: #000000 !important;
  background: #ffe173;
  border-radius: 8px;
}
.title {
  font-weight: 600;
  font-size: 62px;
  letter-spacing: 10px;
}
.sub-title {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 2px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 6rem;
}
.ylw-btn {
  background: #ffd126;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 5px;
  min-width: 10rem;
  width: 100%;
  border-radius: 12px;
}
.center-all {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../images/skills.svg) no-repeat;
  background-size: contain;
  height: 27rem;
  padding-left: 5rem;
  padding-top: 9rem;
}
.center-all > a {
  width: 35%;
}
.bg-black {
  background: #414141;
}
.blue-btn {
  background: #243e8b;
  color: white;
}
.green-btn {
  background: #68af54;
  color: white;
}
.orange-btn {
  color: #fab33c;
  color: black;
}
.green-btn:hover,
.violet-btn:hover,
.blue-btn:hover {
  color: #ffd126;
}
.sw-subhead {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  letter-spacing: 2px;
}
.black-wave {
  margin-top: -21%;
}
.felipa-font {
  font-family: Felipa-Regular;
}
.black-height {
  height: 8rem;
}
.close-menu {
  font-size: 2.5rem;
  /* color: red; */
}
.ylw-btn:hover {
  background: white;
  transition: all 100ms ease;
  border: 1px solid black;
  color: black;
}
.bg-wrapper {
  position: fixed;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.btn-primary,
.btn-primary:hover {
  background: linear-gradient(180deg, #e3b404 0%, #ffd846 100%);
  border-color: #ffcd12;
  color: #000;
}
.btn-primary:focus,
.btn-primary.focus {
  background-color: #020c14;
  border-color: #020c14;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(90, 90, 90, 0.5);
}
.btn-secondary,
.btn-secondary:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-secondary:focus,
.btn-secondary.focus {
  outline: 0.1rem solid #5f6e7d;
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.btn-secondary:hover,
.btn-primary:hover {
  opacity: 0.9;
}
.form-control {
  font-family: "Roboto", sans-serif;
}

/* New changes  */

.bg-light-yellow {
  background: #fff6d3b0;
}

.font-black {
  color: black;
}
.bg-purple-light {
  background: #dcd1de59;
}

.dark-purple {
  background: #531959;
}
.purple-btn {
  background: white;
  color: #531959;
}

.bg-light-green {
  background: #d0e6ca6b;
}
.bg-light-blue {
  background: #d5dae9;
}

.vmeet-left-bg {
  background: url(../images/wo-blub-blue-bg.svg) no-repeat;
  background-size: contain;
  /* animation: animateBackground 5s linear infinite; */
}

@keyframes animateBackground {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.copyright {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.login-form {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  margin: 0 3rem;
  font-family: BebasNeue-Regular;
}

/*sidebar css */
.sidebar {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background: #f0f0f0;
  width: 230px;
  height: 100%;
}
/* ---------- Feedpage Start  --------- */


    /****** Style Star Rating Widget *****/

    .rating {
      border: none;
      float: left;
    }

    .rating>input {
      display: none;
    }

    .rating>label:before {
      margin: 5px;
      font-size: 1.25em;
      font-family: FontAwesome;
      display: inline-block;
      content: "\f005";
      display: none;
    }

    .rating>.half:before {
      content: "\f089";
      position: absolute;
    }

    .rating>label {
      color: #ddd;
      float: right;
    }

    .rating>input:checked~label,
    /* show gold star when clicked */
    .rating:not(:checked)>label:hover,
    /* hover current star */
    .rating:not(:checked)>label:hover~label {
      /* color: #FFD700; */
      color: #0D70E8;
    }

    /* hover previous stars in list */

    .rating>input:checked+label:hover,
    /* hover current star when changing rating */
    .rating>input:checked~label:hover,
    .rating>label:hover~input:checked~label,
    /* lighten current selection */
    .rating>input:checked~label:hover~label {
      /* color: #FFED85; */
      color: #0D70E8;
    }

    .star>span:hover:before,
    .star>span:hover~span:before {
      content: "\2605";
      position: absolute;
    }

    .feedback-container {
      width: 40%;
      /* margin: 50px auto; */
      padding: 30px;
      border: 1px solid #eee;
      border-radius: 16px;
    }

    /* ---------- v --------- */
    .feedback-logo{
      height: 4rem;
    }
    .feedback-page{
      background: url(../assets/img/newbgwave.png) no-repeat;
      background-size: 100%;
       height: 100vh;
    }
.feedback-wrapper{
  margin-top: 3%;
  font-family: 'Roboto', sans-serif;

}
.feedbackform{
  margin-top: 5rem;
}
.btn-blue{
  background: #0F80EF;
    color: white;
    box-shadow: 3px 3px 10px 0px rgba(166, 171, 189, 0.50), -5px -5px 10px 0px #FAFBFF;
}
.btn-blue:hover{
  background: #0b5cae;
    color: white;
}
.rating > label > i {
  font-size: 3rem;
}
.ty-vmeet{
  width: 100%;
}

/* mobile feedback  */
@media (max-width: 767.98px) { 
  .feedback-container {
    width: 90%;
    margin-top: 3rem;
  }
  .ty-vmeet{
    width: 80%;
    margin: 50px auto;
  }
 }
    /* ---------- Feedpage End  --------- */