.i-color {
  color: blue;
}

.count-badge {
  border-radius: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pc_10 {
  padding: 0 10px;
}

tr:nth-child(even) {
  /* background-color: #f2f2f2 !important; */
  background-color: #f8f3f3 !important;
}

.custom-img {
  width: 30%;
}

.custom_input {
  border-radius: 25px;
  height: 40px;
}

.custom_logo {
  width: 15%;
  margin-top: 90px;
  border-radius: 10px;
}

.back_font {
  font-size: 18px;
}

/*  Two Factor */

.verify-label {
  cursor: pointer;
  width: 48.5%;
}

.verify-content i {
  color: #337ab7;
  font-size: 24px;
  padding: 0 5px;
}

.verify-content span {
  margin-top: 10px;
  color: #000;
  font-size: 18px;
  padding: 0 5px;
}

.verify-content input[type="radio"]:checked+.verify-content span+.verify-content i {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.plans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  max-width: 970px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* .plans .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
  } */

.plans .plan {
  cursor: pointer;
  width: 48.5%;
}

.plans .plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 30px;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* border: 2px solid #e1e2e7;
    border-radius: 10px; */
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plans .plan .plan-content i {
  margin-right: 30px;
  height: 72px;
  font-size: 50px;
  color: #337ab7;
}

.plans .plan .plan-details span {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  color: #000;
  line-height: 24px;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}


/* .plans .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
  } */

/* .plans .plan input[type="radio"]:checked + .plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    background: #216fe0;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
    box-shadow: 0px 0px 0px 2px #0066ff;
  } */

.plans .plan input[type="radio"]:checked+.plan-content {
  /* border: 2px solid #216ee0;
    background: #eaf1fe; */
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  .plans {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }

  .plans .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plans .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plans .plan input[type="radio"]:checked+.plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plans .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plans .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plans .plan input[type="radio"]:checked+.plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plans .plan .plan-content .plan-details {
    width: 100%;
  }

  .plans .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}

@media screen and (max-width: 767px) {

  /* inspiration */
  .inspiration {
    display: none;
  }
}


/* End Two Factor */

/* Start Withdraw */

.middle {
  width: 100%;
  text-align: center;
  /* Made by */
}

.middle input[type="radio"] {
  display: none;
}

.middle input[type="radio"]:checked+.box {
  background-image: linear-gradient(-12deg, #2a57d7 0, #9eeeff 100%) !important;
}

.middle input[type="radio"]:checked+.box span {
  color: white;
  transform: translateY(25px);
}

.middle input[type="radio"]:checked+.box span:before {
  transform: translateY(0px);
  opacity: 1;
}

.middle .box {
  width: 131px;
  background-color: #ededed;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  padding: 10px;
  min-height: 150px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 7px;
  height: 120px;
}

.middle .box:active {
  transform: translateY(10px);
}

.middle .box span {
  /* position: absolute; */
  transform: translate(0, 25px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 14px;
  user-select: none;
  color: #4d9cf8;
}

.icon_withdraw {
  width: 55px;
  height: auto;
  margin-bottom: 15px;
}

.middle .box span:before {
  font-size: 1.2em;
  font-family: FontAwesome;
  display: block;
  padding: 5px;
  transform: translateY(-80px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}

.percent_radio {
  background-color: #ededed;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  font-weight: bold;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
  border-radius: 7px;
}

.middle input[type="radio"]:checked+.per_box {
  background-image: linear-gradient(-12deg, #2a57d7 0, #9eeeff 100%) !important;
}

.middle .per_box:active {
  transform: translateY(10px);
}

.middle input[type="radio"]:checked+.per_box {
  color: white;
}

.middle input[type="radio"]:checked+.per_box:before {
  transform: translateY(0px);
  opacity: 1;
}

/* .middle .front-end span:before {
        content: "\f0d6"; 
        background-image: url('../assets/user-data/crypto-dash/ref2.png');
    }

    .middle .back-end span:before {
        content: "\f0d6";
    } */

.otpmodal .title {
  font-weight: 600;
  margin-top: 20px;
  font-size: 24px
}

.otpmodal .customBtn {
  border-radius: 0px;
  padding: 10px;
}

.otpmodal .otp {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
}

/* End Withdraw */

/* Start Profile */

.nominee .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.nominee .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

.nominee .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.nominee .tooltip:hover .tooltiptext {
  visibility: visible;
}

/* End Profile */

/* Search form */
.form_bg {
  width: 100%;
  background-color: #fff;
  margin-top: 10px;
  padding: 8px 25px;
  border-radius: 35px;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.searchform input {
  font-size: 16px;
}

/* End Search Form */

/* Reply Chatbot */
.chatbot {
  height: 420px;
  overflow: hidden;
}

/* End Reply Chatbot */

.ml-8 {
  margin-left: 10%;
}

.mb-40 {
  margin-bottom: 40px;
}

.exp-btn {
  margin-top: 20px;
}

.exp-btn a {
  margin: 5px;
}

@media (max-width: 480px) {
  .middle .box {
    width: 240px;
  }
}