.tka_new_loader {
  width: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, #C2DFFF 11%, rgba(255, 255, 255, 0.5) 168%);
  -webkit-box-shadow: 0px 1px 32px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 1px 32px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 32px 4px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0px 1px 32px 4px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
}

.tka_new_loader_row_contain {
  flex-direction: row;
  gap: 20px;
}

.tka_new_loader::-webkit-scrollbar {
  width: 0;
}

.tka_new_loader::-webkit-scrollbar-thumb {
  background-color: #1F1B41;
}

.tka_new_loader::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.tka_new_loader::-webkit-scrollbar-corner {
  background-color: #F5F5F5;
  display: none;
}

.card1 {
  width: 100%;
  height: 210px;
  margin: 16px auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.element1,
.element2,
.element3,
.element4 {
  width: 100%;
  background: rgba(28, 28, 28, 0.5);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 8%, #8bc3ff 38%, rgba(255, 255, 255, 0.5) 54%);
  background-size: 1000px 640px;
  position: relative;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  border: 1px solid rgba(255, 255, 255, 0.18);
  margin: 4px 0;
}

.element1 {
  height: 24px;
}

.element2 {
  height: 80px;
}

.element3 {
  height: 14px;
}

.element4 {
  height: 14px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/*********new theme css gwpayments**********/
#page-mod-gwpayments-view .usermenu .usertext .meta{
  color: #fff;
}


/******delete modal css*****/
.submit-modalBox{
  background: white;
  padding: 32px;
  border-radius: 16px;
  max-width: 900px;
}
.submit-modalBox h5{
  color: #E85D06;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.submit-modalBox p{
  color: #121212;
  font-size: 14px;
  font-weight:400;
  margin-bottom:0px;
}
#submit-closeBtn{
  border: 0px;
  background: transparent;
  padding: 0px;
  font-size: 18px;
}
#importantReminderModal,#reattemptReminderModal{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#confirmBtn,#reattemptConfirm{
  padding: 12px 24px;
  border-radius: 5px;
  background: #001489;
  color: #FFFFFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.mb-24{
  margin-bottom: 24px!important;
}
.delete-btn{
  padding: 12px 24px;
  border-radius: 5px;
  background: #DA4B5E;
  color: #FFFFFF;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border: 0px;
}
.text-end{
  text-align: end;
}