.new-head
{
  font-family: "Bungee Inline", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0078ad;
}
.my-link a
{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #000000;
}
.my-link a:hover  
{
  color: #0078ad;
}
.mybackground
{
  background-image: url(../img/background2.jpg);
  background-repeat: repeat;
}
.mybackground::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.1);
}


.my-newbutton {
  align-items: center;
  background-color: #0a0908;
  border: 2px solid #0078ad;
  border-radius: 8px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.my-newbutton:after {
  background-color: #0078ad;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.my-newbutton:hover:after {
  transform: translate(0, 0);
}

.my-newbutton:active {
  background-color: #0078ad;
  outline: 0;
  color: #ffffff;
}

.my-newbutton:hover {
  outline: 0;
  background-color: #0078ad;
  color: #ffffff;
}

@media (min-width: 768px) {
  .my-newbutton {
    padding: 0 40px;
  }
}


.dashboardhead-new
{
  font-family: "Poppins";
  font-weight: 600;
  font-style: normal;
  color: #0078ad;
  font-size: 44px;
}


.dashname
{
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}

.dashpara
{
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.my-border
{
  border-style: solid;
  border-width: 2px;
  border-color: #0078ad;
}

.oeethead
{
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: black;
  font-weight: 600;
}

.dashcardhead1
{
  background: #51469e;
  background: linear-gradient(90deg, rgba(81, 70, 158, 1) 0%, rgba(50, 39, 125, 1) 50%, rgba(4, 0, 56, 1) 100%);
}

.dashcardhead2
{
  background: #bd3a3f;
  background: linear-gradient(90deg, rgba(189, 58, 63, 1) 0%, rgba(145, 23, 27, 1) 50%, rgba(89, 7, 10, 1) 100%);
}

.dashcardhead3
{
  background: #30a64d;
  background: linear-gradient(90deg, rgba(48, 166, 77, 1) 0%, rgba(19, 125, 45, 1) 50%, rgba(5, 87, 26, 1) 100%);
}

.dashcardhead4
{
  background: #b2bd37;
  background: linear-gradient(90deg, rgba(178, 189, 55, 1) 0%, rgba(142, 153, 20, 1) 50%, rgba(106, 115, 9, 1) 100%);
}

.dashcardhead5
{
  background: #020024;
  background: linear-gradient(90deg,rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.dashcardhead6
{
  background: #833AB4;
  background: linear-gradient(90deg, rgba(131, 58, 180, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
}


.currencynumber {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  color: #000000;
}

@media only screen and (max-width: 468px) {

  .dashboardhead-new
  {
    font-size: 24px;
  }

  .currencynumber {
    font-size: 24px;
  }

}