html {
    width: 100%;
}

body {
    overflow-x: hidden !important;
}

body.show-spinner>main {
    overflow: hidden !important;
}


/* Hide everything under body tag */

body.show-spinner>* {
    opacity: 0;
}

.card-profile-details h5{
    padding-left:5%;
    padding-right:5%;
    padding-top:3%;
}
.card-profile-details p{
    padding-left:5%;
    padding-right:5%;
    
}


.sample-types{
    display:inline;
    

}

.sample-types button{ 
    display:inline;
    width:100%;
    border:none;
    background:none;
    color:black;
    text-align: left;
    padding-bottom:5%;
}

.card-profile-details .form-group input .edit-detail{
     border:none;
}


.card-prof{
    display: block;
    position: relative;
    /* max-width: 262px; */
    background: url("../img/login/profile6.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0, 2);
    backdrop-filter: blur(15px);
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    height: 510px;
}

.tab-content {
    height: 100%;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -120px;
    right: -130px;
    background: #ed7117;
    opacity: 0.5;
    height: 130px;
    width: 130px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 1.25s ease-out;
}

.card1:hover:before {
    transform: scale(21);
}



.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
    /* padding-top:50px; */
}

.card1 h3 {
    text-align: center;
    /* padding-top: 200px; */
    color:black;
}

.card1:hover i {
    /* transition: all 3.3s ease-out;  */
    color: #ed7117;
    background: white;
}

.card1 i {
    transition: all 0.3s ease-out;
    color: white;
    background-color: black;
    opacity: 0.5;
    overflow: hidden;
    /* border:1px dotted white; */
    padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-left: 30px;
    border-radius: 50%;
    font-size:120px;
}

@media (min-width:996px) {
    .card1 i {
    transition: all 0.3s ease-out;
    color: white;
    background-color: black;
    opacity: 0.5;
    overflow: hidden;
    /* border:1px dotted white; */
    /* padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-left: 30px;
    border-radius: 50%; */
    font-size:90px;
    }
    
.card1 h3 {
    text-align: center;
    /* padding-top: 350px; */
    color:black;
}

}

@media (min-width:332px) {
    .card1 i {
    /* transition: all 0.3s ease-out;
    color: white;
    position: relative;
    left: 25%;
    right:25%; 
    background-color: black;
    opacity: 0.5;
    top: 25%;
    overflow: hidden;
    /* border:1px dotted white; */
    /* padding-bottom: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-left: 30px;
    border-radius: 50%; */
    
}
.card1 h3 {
    text-align: center;
     padding-top: 20px; 
    color:black;
    font-size:15px;
}

.headers {
    display: flex;

}

.headers h3 {
    border-right: 1px solid silver;
    padding-right: 30%;
    padding-left: 50px;
    font-size: 17px;
    padding-bottom: 20px;
}

.profile-editable-form {
    display: flex;
    padding-left: 50px;
}

.profile-editable-form .form-group label {
   font-size:17px;
   
}

.profile-editable-form .form-group .form-control {
    width: 420px;
    border-top: none;
    /* border-left:none ; */
    border-right: none;
    border-bottom: none;
}

@media (max-width: 1560px) {
    .top-label .headers .fullname {
        /* font-size: 8px; */
        display: none;
        /* height:auto; */
    }


    .profile-editable-form {
        display: inline;
    }
    .profile-editable-form .form-group .form-control {
        width: 350px;
        border-top: none;
        /* border-left:none ; */
        border-right: none;
        width:100%;
    }
    .profile-editable-form .form-group .form-control .first {
        width: 350px;
        border-top: none;
        /* border-left:none ; */
        border-right: none;
    }
    
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


/* Spinner */

body.show-spinner::after {
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    border-top-color: rgba(0, 0, 0, 0.3);
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    position: fixed;
    z-index: 1;
}

/* @keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
} */

#new {
    display: flex;
    height: 300px;
    width: 100%;
    /* background-color: white; */
    border-radius: 10px;
    /* box-shadow: -1rem 0 1rem #000; */
    /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    background: url("../img/login/vcard1.png") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-color: #ed7117;
    opacity: 0.9;
    margin-top: 5%;
}

#new h3 {
    color: #ed7117;
    font-size: 15PX;
}

#new:not(:first-child) {
    margin-left: -50px;
}

#new:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
}

#new:hover~.card {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
    border: #ed7117;
}

.title {
    color: white;
    font-weight: 300;
    position: absolute;
    left: 20px;
    top: 15px;
}

.container-new {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
}

.container-new #new h2 {
    font-size: 30px;
    display: flex;
    margin-left: 5%;
    color:#ef9933;
    margin-top: 15%;
    font-style: bold;
    font-weight: 300;
    /* color:silver; */
    text-shadow: #ccc;
}
.container-new #new h4 {
    font-size: 15px;
    display: flex;
    margin-left: 5%;
    color:white;
    text-shadow: #ccc;
    text-transform: uppercase;
    top:-10px;
}

.logo-single-new {
    width: 130px;
    height: 90px;
    background: url("../logos/white.png") no-repeat;
    background-position: center center;
    display: inline-block;
    /* margin-bottom: 10%; */
    margin-left: 5%;
    margin-top:5%;
    background-size: cover;
}
.belows{
    padding-top:2%;
  padding-left:5%;
}

.card-profile-buttons{
    margin-top: 3%;
}
.account-buttons{
    margin-top: 3%;
}

.funds {
    margin-top: 10%;
    /* background:white; */
    width: 100%;
    border-radius: flat;
   
}
.virtual-card-label .static-details1 h3{
 padding-right:15%;
 font-size:17px;
}

.virtual-card-label .static-details2 h3{
 padding-right:18%;
 font-size:17px;
}

.card-profile-details .virtual-card-label {
    margin-top: 2%;
    /* background:white; */
    width: 100%;
    padding-bottom:0;
    margin-bottom: 2%;
}
.card-profile-details .virtual-card-label-wrap {
    margin-top: 2%;
    /* background:white; */
    width: 100%;
    padding-bottom:0;
    margin-bottom: 2%;
}
.card-profile-details .virtual-card-label-wrap  h3{
  padding-left:5%;
}

.card-profile-details .top-label {
    margin-top: 2%;
    /* background:white; */
    width: 100%;
    padding-bottom:0;
    margin-bottom: 2%;
}

.card-profile-details .belows .displayed-mailed{
     margin-top: 2%;
    /* background:white; */
    width: 100%;
    padding-bottom:0;
    margin-bottom: 2%;
    /* padding-left:2%; */
    /* border:none; */
    font-size:17px;
}

.card-profile-details {
    margin-top: 2%;
    /* background:white; */
    width: 100%;
    box-shadow:10px silver;
}


.virtual-card-label-wrap .static-details1 h3{
      
    padding-right:15%;
    border-left:1px solid silver;
    }

.virtual-card-label-wrap .static-details2 h3{
      
    padding-right:15%;
    border-left:1px solid silver;
    }


 .virtual-editable-form-wrap  input{
        display:inline;
        /* padding-left:2%; */
        padding-right:0px;
        border-bottom:none;
        border-top:none;
        border-right:none;

    }


@media (max-width: 792px) {




    .virtual-card-label-wrap .static-details1{
        display:inline;
        padding-left:0px;
        padding-right:0px;
        border:none;
         

    }
    .virtual-card-label-wrap .static-details1 h3{
        display:inline;
        padding-left:5%;
        padding-right:0px;
        border:none;

    }

    .virtual-card-label-wrap .static-details1 p{
        padding-left:5%;

    }

     .virtual-card-label-wrap .static-details2{
        display:inline;
        padding-left:0px;
        padding-right:0px;
        border:none;
         

    }
    .virtual-card-label-wrap .static-details2 h3{
        display:inline;
        padding-left:5%;
        padding-right:0px;
        border:none;

    }
     .virtual-editable-form-wrap {
        display:inline;
        padding-left:2%;
        padding-right:0px;
        border:none;

    }

    .virtual-card-label-wrap .static-details2 p{
        padding-left:5%;

    }

}

.funds{
    margin-top:2%;
}

.funds:hover {
    /* background:white; */
    box-shadow: #ed7117;
    border-bottom: #ed7117;
    border-bottom-width: 250px;
}

.add-fund {
    /* border-top:1px solid #ed7117; */
    border: none;
    font-size: 18px;
    border-radius: 0;
    /* background: none; */
}

.funds .add-fund:hover {
    border-bottom: 2px solid #ed7117;
    background: none;
    border-radius: 0;
    color: #ed7117;
    /* border-bottom:#ed7117; */
    /* border-bottom-width: 250px; */
}

.amount-form {
    margin-top: 1%;
    /* width: 500px; */
    padding-top: 20px;
    height: 170px;
}

.amount-form form .form-group {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2px;
}





#cardFund {
    display: none;
    width: 100%;
    
    margin-top:2%;

}

 .proceed{
     margin-left:5%;
 }

#fund-card {
    display: none;
    width: 100%;
}

.card-details {
    margin-top: 4%;
    height:auto;
}

.virtualCard-editable-form .form-group label {
    font-size: 20px;
}

.virtualCard-editable-form .form-group input {
    border: none;
    padding-bottom: -10px;
    /* border-left:2px solid #ed7117 */
}

.card-details .virtual {
    height: 600px;
    background: none;
}

.card-details {
    background: none;
}

.static-details1 {
    display: flex;
    width:100%;
}

.static-details2 {
    display: flex;
    width:100%;
}

.static-details1 h3 {
    border-right: 1px solid silver;
    padding-right: 150px;
    padding-left: 50px;
    font-size: 15px;
    padding-bottom: 20px;
}

.static-details2 h3 {
    border-right: 1px solid silver;
    padding-right: 183px;
    padding-left: 50px;
    font-size: 15px;
    padding-bottom: 20px;
}

.virtual-editable-form .form-group .form-control {
    /* width:350px; */
    border-top: none;
    /* border-left:none ; */
    border-right: none;
    border-bottom: none;
    width: 100%;
}

.virtual-editable-form .form-group label {
    font-size: 15px;
}

@media (max-width: 1560px) {
    .static-details1 h3 {
        display: inline-block;
        /* background:blue; */
        /* padding:10px; */
        border: none;
        padding-right: 10%;
        font-size: 15px;
        padding-left: 0px;
    }

    .static-details2 h3 {
        display: inline-block;
        /* background:blue; */
        padding: 0;
        border: none;
        padding-right: 10%;
        padding-left: 0px;
    }

    .virtualCard-editable-form .form-group input {
        border: none;
        padding-bottom: -10px;
        border-left: 2px solid #17ed70
    }

    .virtual-editable-form {
        display: inline;
    }

    .virtual-editable-form .form-group .form-control {
        width: 350px;
        border-top: none;
        /* border-left:none ; */
        border-right: none;
    }
    
    .virtual-editable-form .form-group .form-control .first {
        width: 350px;
        border-top: none;
        /* border-left:none ; */
        border-right: none;
    }


 
    #prof .container-new {
        position: relative;
        height: auto;
        width: 100%;
         /* margin-left:5%; */
        margin-right:0;
    }
    .new {
        width: 100%;
        height: auto;
        margin-left:0;
        margin-right:0;
    }
}

@media (max-width:1035px) {
    #prof .container-new {
        position: relative;
        height: auto;
        width: 100%;
         margin-left:0;
        margin-right:0;
    }
    .new {
        width: 100%;
        height: auto;
         margin-left:0;
        margin-right:0;
    }
}


}

@media only screen and (max-width: 600px)  {
  .detail-Info {
    
    display:inline-block;
  }
   .detail-Info .row{
    
    display:inline-block;
 
  }





} 



/* 
.card4 {
  display: block;
  top: 0px;
  position: relative;
  width: 80%;
  
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #cccccc;
  height:350px;
  color:white;
}
.card4 .go-corner {
 
  height: 100%;
  width: 55px;
  padding-right: 9px;
  border-radius: 0;
  transform: skew(6deg);
  margin-right: -80px;
  align-items: start;
  background-image: linear-gradient(-45deg, #f3df86 1%, #ed7117 100%);
}
.card4 .go-arrow {
  transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
  
}
.card4:hover {
  border: 1px solid #ed7117;
}
.card4 h3 {
  margin-top: 8px;
  font-weight:350px;
  position:absolute;
}

.card4:hover .go-corner {
  margin-right: -30px;
}
.card4:hover .go-arrow {
  opacity: 1;
}

@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
* {
  transition: all 0.3s ease-out;
}



.card4 {
  display: block;
  top: 0px;
  position: relative;
  width: 80%;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  overflow: hidden;
  border: 1px solid #cccccc;
  height:100%;
  

}
.card4 .go-corner {
  
  height: 100%;
  width: 55px;
  padding-right: 9px;
  border-radius: 0;
  transform: skew(6deg);
  margin-right: -80px;
  align-items: start;
  background-image: linear-gradient(-45deg, #f3df86 1%, #ed7117 100%);
}
.card4 .go-arrow {
  transform: skew(-6deg);
  margin-left: -2px;
  margin-top: 9px;
  opacity: 0;
  
}
.card4:hover {
  border: 1px solid #ed7117;
}
.card4 h3 {
  margin-top: 8px;
  font-weight:350px;
  position:absolute;
  color:white;
}

.card4:hover .go-corner {
  margin-right: -30px;
}
.card4:hover .go-arrow {
  opacity: 1;
} */

/* @import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
* {
  transition: all 0.3s ease-out;
} */

/* 



.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 23px;
  height: 23px;
  overflow: hidden;
  top: 0;
  right: 0;
  background-color: #00838d;
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
  font-size:30px;
}

.upgrade-button{
    width:100%;
   
    
}

.dashboardProfileIcon i{
font-size:90px;
}
.dashboardProfileIcon {
text-align: center;

}
.dashboardProfileIcon h3{
margin-top:5%;

} */






.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap; 
   /* background: url("../img/login/cardnew1.png") no-repeat; */

 
}

.card-new {
    
  margin: 30px auto;
  width: 350px;
  height: 600px;
  border-radius: 40px;
  /* box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.25), -2px 2px 1px 1px rgba(0,0,0,0.22); */
  cursor: pointer;
  transition: 0.4s;
  background: url("../img/login/card1.png") no-repeat;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.card-new .card_upgrade {
   width: 100%;
  height: inherit;
  border-radius: 40px;
  /* background: url("../img/login/card3.png") no-repeat; */
}

/* .card-new .card_image img {
  width: 70%;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
} */

.card-new .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.card-new:hover {
  transform: scale(1.1,1.1);
    -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 2px 2px 2px 2px #ccc;
  box-shadow:         3px 0px 15px 0px #ccc;
}

.card-dark {
    
  margin: 30px auto;
  width: 350px;
  height: 600px;
  border-radius: 40px;
  /* box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.25), -0px 0px 0px 2px rgba(0,0,0,0.22); */
  cursor: pointer;
  transition: 0.4s;
  background: url("../img/login/cardnew2.png") no-repeat;
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
}

.card-dark .card_upgrade {
   width: 100%;
  height: inherit;
  border-radius: 40px;
  /* background: url("../img/login/card3.png") no-repeat; */
}

/* .card-new .card_image img {
  width: 70%;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
} */

.card-dark .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.card-dark:hover {
  transform: scale(1.1,1.1);
   -moz-box-shadow:    0px 0px 0px 0px rgb(58, 54, 54);
  -webkit-box-shadow: 2px 2px 2px 2px rgb(68, 66, 66);
  box-shadow:         3px 0px 10px 0px rgb(59, 58, 58);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}

/* .social-profile-img {
    height: 200px;
    border-left: 3px solid rgb(2, 1, 1);
    position: absolute;
    left: 90%;
    z-index: 1;
    transform: translateX(-50%);
    top: -50px;
     background: url("../img/login/rocket4.png") no-repeat;
     background-color:#ed7117;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
     border-radius:50%;
     border:none;
     border-bottom:1px solid white;
     width:150px;
}

.img-thumbnail {
  
    padding: 0;
    border:none;
} */





#upgradeBasic p{
  margin-top:25%;
  color:#ed7117;
  font-size:25px;
    /* text-align:center; */
}

#upgradeBasic {
 
    /* text-align:center; */   
}

#upgradeBasic ul{
list-style-type:none;
margin-left:-10%;
margin-top:5%;
}

#upgradeBasic li{
margin-bottom:5%;
/* margin-left:-5%; */
text-align:left;
}

#upgradeEnterprise p{
  margin-top:25%;
  color:#ed7117;
  font-size:25px;
    /* text-align:center; */
}

#upgradeEnterprise {
  
    /* text-align:center; */
}


#upgradeEnterprise li{
  
    text-align:left;
    margin-bottom:5%;
}

#upgradeEnterprise ul{
  
   list-style-type:none;
   margin-left:-10%;
   margin-top:5%;
}

#upgradeEnterprisePlus p{
  margin-top:25%;
  color:#ed7117;
  font-size:25px;
  /* text-align:center; */
}



#upgradeEnterprisePlus li{
 
  text-align:left;
  list-style-type:none;
  margin-bottom:5%;
}


#upgradeEnterprisePlus ul{
 
  margin-left:-10%;
  margin-top:5%;
  list-style-type:none;
}


#upgradeDarkEnterprise p{
  margin-top:25%;
  color:#ed7117;
  font-size:25px;
    /* text-align:center; */
}



#upgradeDarkEnterprise {
  
    /* text-align:center; */
}


#upgradeDarkEnterprise li{
  
    text-align:left;
    margin-bottom:5%;

}
#upgradeDarkEnterprise ul{
    margin-left:-10%;
    margin-top:5%;
    list-style-type:none;
}


#upgradeDarkEnterprisePlus p{
  margin-top:25%;
  color:#ed7117;
  font-size:25px;
  /* text-align:center; */
}

#upgradeDarkEnterprisePlus li{
  
  /* text-align:center; */
  /* margin-top: 10%; */
}

#upgradeDarkEnterprisePlus li{
 
  text-align:left;
  margin-bottom:5%;
}

#upgradeDarkEnterprisePlus ul{
  margin-left:-10%;
  margin-top:5%;
  list-style-type:none;

}

.card_upgrade{
/* border-right:2px solid #ed7117; */
}

.float {
  position: fixed;
  width:50px;
  height: 50px;
  bottom: 100px;
  right: 10px;
  background-color:#ef9933;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 22px;
}

.float i{
    font-size:30px;
    color:white;
    
}

#txtaccbal:hover{
color:#ef9933;
}


/*for the logo responsiveness*/
/* @media screen and (min-device-width: 425px)
and (max-device-width: 765px){

.navbar .navbar-right{
     
   
   
  margin-left: -80%; 
}
    
}  */



/* ########################################################### */
/* for trans_rescuer */

.gif{
    background:#ed7117;
}

.searchable-dropdown {
    position: relative;
}

.searchable-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    border: 1px solid #ddd;
    background: white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.searchable-dropdown .dropdown-menu.show {
    display: block;
}

.searchable-dropdown .dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
}

.searchable-dropdown .dropdown-item:hover {
    background-color: #f8f9fa;
}

.searchable-dropdown input {
    cursor: pointer;
}


