.navbar-nav .nav-item .nav-link {
  height: 90px;
  color: #666 !important;
  font-size: 16px;
  line-height: 80px;
  padding: 0 !important;
}

.navbar-nav .nav-item .nav-link:hover {
  font-weight: bold;
  color: #000 !important;
}

.nav-item.selected a {
  font-weight: bold;
}

.nav-item.selected .nav-link:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-item .nav-link:hover {
  font-weight: bold;
}

.nav-item .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-item .nav-link:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(77, 239, 219, 1)), to(rgba(86, 223, 237, 1)));
  background: linear-gradient(270deg, rgba(77, 239, 219, 1) 0%, rgba(86, 223, 237, 1) 100%);
  border-radius: 7px;
  left: 50%;
  margin-left: -14px;
  bottom: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
  transition: all .2s cubic-bezier(.18, .89, .17, .88), opacity .15s ease;
}

.login-dropdown:hover .login-box {
  display: block;
}

.login-box {
  display: none;
}

.logo {
  width: 80px;
  height: 52px;
  margin-top: 15px;
}

.login-state .btn:hover {
  color: #20E3CB !important;
  font-weight: bold;
}

.login-state {
  position: absolute;
  top: 80px;
  right: -34px;
  bottom: 0;
  width: 124px;
  height: 120px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
          box-shadow: 0px 10px 20px 0px rgba(238, 238, 238, 1);
  padding: 30px 20px;
}

.login-state .btn {
  border: 0;
  width: 75px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  padding: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#ft-cr-333 {
  color: #333 !important;
}

.wrapper {
  margin: 40px auto 80px;
  width: 960px;
}

.img {
  width: 960px;
  height: 460px;
  background: rgba(235, 235, 235, 1);
  border-radius: 10px;
}

.img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.introduce {
  margin-top: 40px;
}

.introduce-title {
  width: 124px;
  height: 42px;
  font-size: 30px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 42px;
}

.introduce-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 35px;
  letter-spacing: 2px;
}

.material-txt {
  width: 288px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(153, 153, 153, 1);
  line-height: 22px;
  letter-spacing: 2px;
}

.material {
  margin-top: 20px;
}

.material-state {
  width: 475px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(248, 248, 248, 1);
  border-radius: 10px;
  padding: 0 10px;
  margin-right: 10px;
  border: 1px solid transparent;
  cursor: pointer;
}

.material .material-state-active {
  width: 475px;
  height: 60px;
  background: rgba(229, 255, 252, 1);
  border-radius: 10px;
  border: 1px solid rgba(32, 227, 203, 1);
}

.material-state span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  letter-spacing: 2px;
}

.material-state:nth-child(even) {
  margin-right: 0;
}

.donors-info {
  margin: 50px 0 0 0;
}

.donors-info .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.donors-info .head .title {
  width: 186px;
  height: 42px;
  font-size: 30px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 42px;
  letter-spacing: 1px;
}

.donors-info .head .tip {
  width: 86px;
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(32, 227, 203, 1);
  line-height: 28px;
  letter-spacing: 1px;
  margin-right: 24px;
  position: relative;
  border-bottom: 2px solid rgba(32, 227, 203, 1);
  cursor: pointer;
}

.donors-info .head .tip::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/Page\ 1\ Copy.png) no-repeat;
  position: absolute;
  top: 6px;
  right: -22px;
  bottom: 0;
}

.information {
  /* display: flex;
  justify-content: space-between; */
}

.donee-info {
  width: 410px;
}

.donee-info h3,
.donord h3 {
  width: 104px;
  height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}

.donee-info dt {
  width: 83px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}

.donee-info .info-id {
  width: 300px;
  height: 44px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  letter-spacing: 2px;
}

.donord {
  /* width: 480px;   */
}

.donord-top {
  width: 480px;
}

.donord .title {
  width: 67px;
  height: 22px;
  font-size: 16px;
  margin-top: 6px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}

.donord .icon {
  width: 17px;
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 44, 41, 1);
  line-height: 22px;
  margin-top: 6px;
}

.icon-donat {
  margin-left: 10px;
  margin-right: 6px;
}

.donord .donord-content {
  width: 380px;
  height: 40px;
}

.donationsIpt {
  width: 300px !important;
  margin: 0 32px 0 0;
}

.donord .donord-textarea {
  width: 380px;
  height: 80px;
  background: #f1f1f1;
  margin: 0 0 0 32px;
}

.donord input {
  background: #f8f8f8;
}

.form-control {
  /* background-color: #E3E2E5 !important; */
}

.btn_primary {
  width: 180px;
  height: 40px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(77, 239, 219, 1)), to(rgba(86, 223, 237, 1)));
  background: linear-gradient(270deg, rgba(77, 239, 219, 1) 0%, rgba(86, 223, 237, 1) 100%);
  border-radius: 4px;
  font-size: 16px !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 1) !important;
  margin-left: 100px;
  margin-top: 10px;
}

/* tip */

.tip-content {
  width: 560px;
  height: 260px;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px 0px 20px 20px;
  border: 1px solid rgba(32, 227, 203, 1);
  padding: 20px;
  position: absolute;
  top: 0;
  right: 128px;
  z-index: 10;
  display: none;
}

.tip-content p {
  width: 520px;
  height: 220px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  letter-spacing: 2px;
}

/* tip end*/

strong {
  color: #20E3CB;
}

.close-btn span {
  display: block;
  font-weight: 700;
  color: #999;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  background: rgba(248, 248, 248, 1);
  border-radius: 20px;
  border: 1px solid rgba(227, 226, 229, 1);
  cursor: pointer;
  margin: 10px 0 0 20px;
}

.h {
  margin: 10px 0;
  display: block;
}