body {
font-family: 'Poppins', sans-serif;
}
.bg-blue-dark {
/*background-color: #023084;*/
background-color: #136229;
}
.bg-gray {
  background-color: #EBEEF5;
}
.text-blue-dark {
  color: #023084;
}
.text-yellow {
  color: #fcd34d;
}
.custom-tab li {
  color: #fff;
  /*opacity: 0.8;*/
}
.custom-tab li:hover {
  opacity: 1;
  color: #fcd34d;
}
.custom-tab li.active {
  color: #fcd34d;
   border-bottom: 3px solid #fcd34d;
   font-weight: 600;
}
.secondary-tab li.active {
    border-bottom: 2px solid #fcd34d;
    font-weight: 600;
}
.secondary-tab li:hover {
    font-weight: 600;
}
.txt-yellow {
    color: #fcd34d;
}
.bg-purple-gradient {
    background-color: #ac4cbc !important;
}
.bg-green-gradient {
    background-color: #128c7e !important;
}
.bg-blue-gradient {
    background-color: #3f66da !important;
}
.bg-orange-gradient {
    background-color: #f59e0b !important;
}
.bg-blue-dark-gradient {
    background-color: #363062 !important;
}
.bg-red-gradient {
    background-color: #ff5757 !important;
}
.bg-gray-gradient {
/* background-image: linear-gradient(to right, #f3aa4e, #f49d3c, #f58e2a, #f67f17, #f76e00);*/
background-image: linear-gradient(to right, #f76e00, #f67f12, #f58e23, #f49d33, #f3aa43);
}
.dashboard-card {
    border-radius: .75rem;
    padding: 10px 30px;
    background-size: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*width: 340px;*/
    background-position: 50%;
}
.wallet-main-wrapper .dashboard-card {
   padding: 30px 25px !important;
   height: 200px;
}
.dashboard-content-wrapper {
  min-height: 200px !important;
}
.dashboard-card:after {
    content: "";
    height: 100%;
    opacity: .4;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg,rgba(30,87,153,0) 50%,hsla(0,0%,100%,.67));
}
/*table css*/
.custom-table thead {
    /*background-color: #fcd34d;*/
    background-color: #9ca3af;
}
.custom-table thead th {
    text-align: left;
    color: #fff;
    padding: 12px 15px;
}
.custom-table tbody td {
    padding: 12px 15px;
  color: #78838f
}
.custom-table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}

.wallet-table tbody .wallet-row {
   border-bottom: 1px solid #f3f3f3;
}
.custom-table.wallet-table tbody tr:nth-child(even) {
  background-color: unset;
}
/*table css*/

/*btn css*/
.add-btn{
  border:2px solid #00aeaf;
  float:left;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
}
.add-btn a{
  color:#fff;
  text-decoration:none;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-8{
  width:100%;
  height:50px;
  border:70px solid #00aeaf;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
  box-sizing:border-box;
  top: 0;
  left: 0;
}
.add-btn:hover .eff-8{
  border:0px solid #00aeaf;
}
.add-btn:hover a{
  color:#00aeaf;
}
/*btn css*/
/*overlay css*/
.dashboard-content-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.75rem;
}

.dashboard-content-wrapper .dashboard-content-overlay {
  background: rgba(0,0,0,0.3);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.dashboard-content-wrapper:hover .dashboard-content-overlay{
  opacity: 1;
  z-index: 999;
}

.dashboard-content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
}

.dashboard-content-wrapper:hover .dashboard-content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.dashboard-content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.dashboard-content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}
/*.hide-btn {
  display: none;

}
.dashboard-card-button:hover .hide-btn {
  display: block;
  transition: all 0.4s ease-in-out 0s;
}*/
/*.hide-btn {

    bottom: 0;
    left: 47px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 0;
    transition: .5s;
}*/
.hide-btn {
  opacity: 0;
}
.dashboard-card-button:hover .hide-btn {
   opacity: 1;
}
.dashboard-card-button {
    display: inline-block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    text-align: left;
    overflow: hidden;
    border-radius: 26px;
    background: #b6a14c;
    transition: all .3s ease-out;
    white-space: nowrap;
}
.dashboard-card-button:hover {
  width: 190px;
  max-width: fit-content;
}
/*overlay css*/
/*multi-step-form start*/
/*form styles*/
#twofactor-form {
  /*width: 400px;*/
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#twofactor-form fieldset {
  background: #fff;
  border: 0 none;
  border-radius: 3px;
  /*box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);*/
  padding: 20px 20px;
  box-sizing: border-box;
  /*width: 80%;
  margin: 0 10%;*/
  width: 100%;
  text-align: left;
  
  /*stacking fieldsets above each other*/
  position: relative;
}
@media(max-width: 468px) {
  #twofactor-form fieldset {
    width: 100%;
    margin: auto;
  }
  #progressbar li {
    font-size: 10px !important;
  }
}
/*Hide all except first fieldset*/
#twofactor-form fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
#twofactor-form input, #twofactor-form textarea {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  font-size: 13px;
}
/*buttons*/
#twofactor-form .action-button {
  width: 120px;
  background: #023084;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 50px;
  cursor: pointer;
  padding: 13px 10px;
  margin: 10px 5px;
  font-size: 12px;
}
#twofactor-form .previous.action-button {
  background-color: #f3f4f6;
  color: #4b5563;
}
#twofactor-form .action-button:hover, #twofactor-form .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #023084;
}
#twofactor-form .previous.action-button:hover, #twofactor-form .previous.action-button:focus {
  box-shadow:  0 0 0 2px white, 0 0 0 3px #d1d5db;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 12px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li:before {
 /* content: counter(step);
  counter-increment: step;*/
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 23px;
  color: #333;
  background: #f9fafb;
  border-radius: 50px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #f9fafb;
  position: absolute;
  left: -50%;
  top: 25px;
  z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
  background: #fcd34d;
  color: white;
}
#twofactor-form #progressbar #download-app:before {
    font-family: FontAwesome;
    content: "\f019";
}
#twofactor-form #progressbar #scan-code:before {
    font-family: FontAwesome;
    content: "\f029";
}
#twofactor-form #progressbar #scan-code:before {
    font-family: FontAwesome;
    content: "\f029";
}
#twofactor-form #progressbar #google-2fa:before {
    font-family: FontAwesome;
    content: "\f00c";
}
/*multi-step-form end*/ 
/*radio css start*/
/*.custom-radios div {
  display: inline-block;
}*/
.custom-radios input[type=radio] {
  display: none;
}
.custom-radios input[type=radio] + label {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.custom-radios input[type=radio] + label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
}
.custom-radios input[type=radio] + label span img {
  opacity: 0;
  transition: all 0.3s ease;
  width: 13px;
  height: 13px;
}
.custom-radios input[type=radio]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type=radio]#color-2 + label span {
  background-color: #efd000;
}
.custom-radios input[type=radio]#color-3 + label span {
  background-color: #e64f3b;
}
.custom-radios input[type=radio]:checked + label span img {
  opacity: 1;
}
.custom-radios input[type=radio] + label span {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*radio css end*/
.tooltip-group:hover .tooltip-name {
        display: flex !important;
}
.rotate-45 {
   transform: rotate(45deg);
}

/*change profile css start*/
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 25px auto;
}
.avatar-upload .avatar-edit {
  position: absolute;
  right: 14px;
  z-index: 1;
  bottom: 10px;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after {
  content: "\f040";
  font-family: 'FontAwesome';
  color: #757575;
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/*change profile css end*/
.hover-blue-shadow:hover {
  border: 1px solid rgb(171, 202, 255);
  box-shadow: 0 5px 20px rgb(218 229 255);
}
/*spin button css start*/
.submit-btn.loading {
    padding-right: 40px;
}
.submit-btn.loading:before {
  content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 20px;
    top: 50%;
    position: absolute;
    border: 2px solid #ddd;
    border-right: 3px solid #fff;
    animation: rotate360 1s infinite linear, exist .1s forwards ease;
}
.submit-btn.loading:after {
   content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    border-radius: 50%;
    animation: rotate360 .1s infinite linear, exist .1s forwards ease;
}
@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}
.submit-btn {
      display: inline-block;
    position: relative;
    transition: all .3s;
    transition-timing-function: ease-in;
}
/*spin button css end*/
.dashboard-card .connect-btn
 {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-color: rgba(0, 0, 0, 0.13) !important;
}
.buynow-btn {
   background-color: rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
}
.buynow-btn:hover {
  background-color: #00000045 !important;
}
.send-btn {
    background-color: rgb(59 130 246) !important;
    border: 1px solid rgb(50 124 245) !important;
}
.send-btn:hover {
  background-color: rgb(11 97 240) !important;
}
/*ticket multip upload css*/
.dropzone .dz-preview .dz-progress {
  display: none !important;
}
.custom-dropzone.dropzone {
  border: 1px solid #cffafe !important;
  background-color: #ecfeff !important;
}
/*ticket multip upload css*/