
[type=radio] {
    position: inherit;
    opacity: 1;
}


         [type=radio]+img {
         cursor: pointer;
         margin-right: 0.5rem;
         }
         [type=radio]:checked + img {
         border: 2px solid white;
         outline-style: solid;
         outline-color: #1a73e8;
         }



        .bg-gradient-dark {
             background-image: linear-gradient(195deg, #5e116a 0%, #2a0a2c 100%) !important;
         }


         .text-success {
                color: #7e0691 !important;
            }


            .bg-gradient-success {
                background-image: linear-gradient(195deg, #591064 0%, #400260 100%);
            }

            .bg-gradient-primary {
				    background-image: linear-gradient(195deg, #300b33 0%, #5a1065 100%) !important;
				}

				 .bg-gradient-primary {
         background-image: linear-gradient(195deg, #300b33 0%, #5a1065 100%)  !important;
         }

         
           h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
       
          color: #5b1166;
      }

      body{
        color: #000000;
      }

      .btn-primary {
    color: white;
    background-color: #5a1066;
}

.input-group {
    display: contents;
}


@media (min-width: 575px){

.heightx{
    height: 290px;
}
.heighty{
    height: 150px;
}
.heightz{
    padding-top: 6%!important;
     min-height: 36vh;
    }

   .widthx{
      width: 12vw!important;
}
 .vhx{
         height: 75vh;
       }
 .vhn{
         height: 65vh;
       }
.margintop{
    margin-top: 10%;
}

}

.row_con {
    padding-top: 4%;
    padding-bottom: 10%!important;
}

@media (max-width: 575px){

.heightx{
    height: 350px;
}
.heighty{
    height: 180px;
}
.heightz{
    min-height: 30vh;

    }

   .widthx{
      width: 100%!important;
}
   .widthxx{
      width: 100%!important;
}

.vhx{
         height: 80vh;
       }
.row_con {
    padding-top: 12%;
    padding-bottom: 28%!important;
}
.margintop{
    margin-top: 8%;
}
/*.footer-bottom-area .footer-border {
    padding: 50px 0px 50px!important;
}*/
}

.bg-blue{
    background-image: linear-gradient(225deg, #4481eb 0%, #04befe 100%);
    border: none!important;
}
.bg-yellow{
    background-image: linear-gradient(-225deg, #f6d365 0%, #fda085 100%);
    border: none!important;
}
.bg-green{
    background-image: linear-gradient(225deg, #43e97b 0%, #38f9d7 100%);
    border: none!important;
}
.bg-red{
    background-image: linear-gradient(225deg, #ff0844 0%, #ffb199 100%);
    border: none!important;
}
.bg-magic{
    background-image: linear-gradient(-225deg, #FF057C 0%, #8D0B93 50%, #321575 100%);
    border: none!important;
}

.input-group.input-group-outline .form-control {
    width: 100%!important;
}

.centerx{
    text-align: center!important;
}
.walletnav a{
    color: white!important;
}
.walletnav ul li:hover>a {
    color: #F067FF!important;
}
.dropdown-itemx a{
    color: #5e116a!important;
}

.walletnavbtn{

    background: linear-gradient(to bottom, #d72fe9 0%, #62024d 100%);
}

.walletnavbtn {
    font-family: "Poppins",sans-serif;
    text-transform: capitalize;
    /* padding: 16px 16px !important; */
    /* padding: 7% 10% 7% 10%; */
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    -moz-user-select: none;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    border-radius: 30px !important;
    display: inline-block !important;
}
.walletnavbtn {
    padding-left: 3em!important;
    padding-right: 3em!important;
    padding-top: 1.3em!important;
    padding-bottom: 1.3em!important;
}

.walletnavbtn::before {
    background: #a077ff;
    background: -moz-linear-gradient(top, #9a73f5 0%, #e562f3 100%);
    background: -webkit-linear-gradient(top, #9770f3 0%, #e361f1 100%);
    background: linear-gradient(to bottom, #e05eee 0%, #926ceb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a077ff', endColorstr='#ef67ff',GradientType=0 );
}

.walletnavbtn::before {
    content: "";
    position: absolute !important;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0px;
}

.walletnavbtn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}

.sidebar2{
    height: calc(130vh - 360px)!important;
}

@media only screen and (min-width: 992px) {
.resellvhx {height: 65vh;}
}
@media only screen and (max-width: 600px) {
.resellvhx {height: 74vh;}
.form-switch {padding-left: 1.5em;}
}


/*.vhxxx{
  position: relative;
  min-height: 70vh;
}*/