.inv-tabs-boxs-surya-v1.MuiBox-root {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 6px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-box-dashboard {
  background-color: #f8f9ff;
  padding: 24px 18px;
  border-radius: 15px;
  box-shadow: 4px 5px 3px 0px rgba(0, 0, 0, 0.1)
}

.widget-box {
  background-color: #ffffff;
  padding: 24px 18px;
  border-radius: 15px;
  margin-top: 20px;
}

.widget-box p {
  color: black;
}

.widget-box-new {
  background-color: #f8f9ff;
  padding: 24px 18px;
  border-radius: 15px;
  margin-top: 20px;
}

.bluee-clrr {
  color: #020671;
}

.availability {
  background-color: #0b40aa !important;
  color: white !important;
}

.tab-clr {
  background-color: transparent !important;
  padding: 0px !important;
}

.session-list {
  background-color: white;
  padding: 20px;
  border-radius: 20px;
}


.containersession {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 18px;
  font-size: 12px;
  padding-bottom: 30px;
}

.headersession {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.timeSlot {
  display: flex;
  height: 60px;
}

.time {
  width: 60px;
  text-align: center;
  line-height: 118px;
}

.eventsession {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 100%;
  display: flex;
  align-items: center;

}

.lightblue {
  background-color: #a6e1ff;
  padding: 6px 17px;
  border-radius: 5px;
  width: 100%;
  height: 90%;
}

.lightpurple {
  background-color: #f0ccff;
  padding: 6px 17px;
  border-radius: 5px;
  width: 100%;
  height: 90%;
}

.support-dashboard {
  width: 90%;
  margin-left: 20px;
}

.sec-filters-sur {
  display: flex;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.bar-graph {
  background-color: #f8f9ff;
  padding: 20px;
  margin-top: 20px;
}

.bar-head {
  display: flex;
  justify-content: space-between;
}

.support-dashboard-close {
  width: 195px;
  margin-left: 20px;
}

.bar-chart {
  color: gray;
  font-size: 13px;
}

.donut-chart {
  background-color: #f8f9ff;
  padding: 20px;
  margin: 20px;
  border-radius: 20px;
}

.table-bg {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: none !important;
  width: 100%;
  overflow-x: auto;
}

.widget-red-box {
  background-color: #FCF2F2;
  padding: 24px 18px;
  margin: 25px 2px;
}

.red-clrr {
  color: #D32727;
}

.red-clrr-1 {
  color: #e26e6e;
}

.unsolved-tic {
  background-color: #f8f9ff;
  padding: 20px;
  margin: 20px;
  border-radius: 20px;
}

.dept-css {
  display: flex;
  justify-content: space-between;
}

.dept-css p {
  font-size: 14px;
}

.budget-allo {
  background-color: #f8f9ff;
  padding: 44px;
  margin: 15px;
  border-radius: 20px;

}

.set_max_hig {
  height: 180px;
  overflow-y: auto;
}

.budget-flex {
  display: flex;
  justify-content: space-between;
}

.bud-title {
  font-size: 20px;
  color: #020671;
}

.progress-title {
  color: grey;
  font-size: 12px;
}

.progresss {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.budget-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rec-2-box {
  background: url('/images/blue-bg.png');
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 3%;
}

.white-clr {
  color: white;
}

.ver-ani {
  margin-right: 90px;
}

span.text-ani {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  animation: move 6s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  text-align: center;
  color: white;
}

@keyframes move {
  0% {
    top: 0px;
  }

  50% {
    top: -25px;
  }

  100% {
    top: -50px;
  }
}

span.text-ani1 {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  top: 0;
  left: 0;
  animation: move1 6s;
  animation-iteration-count: infinite;
  animation-delay: 2s;
  color: white;
}

@keyframes move1 {
  0% {
    top: -50px;
  }

  50% {
    top: -25px;
  }

  100% {
    top: 0px;
  }
}

.rec-2-img {
  margin: 0px 40px;
}

.bule-clr-button {
  background-color: #083FB2;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 15px 25px;
  cursor: pointer;
  margin-bottom: 15px;
}

article {
  overflow: hidden;
  position: relative;
  height: 27px;
}

article span {
  font-size: 18px;
}

.bg-grid {
  background: url('/images/background-grid.png');
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 3%;
}

.rec-bx-head {
  background-image: linear-gradient(90deg, #060E4F, #56005B);
  color: transparent;
  background-clip: text;
  font-weight: bolder;
}

.yellow-clr-sur {
  color: #FFAB33;
}

.btn-sub {
  background-color: #04097C;
  color: white;
  padding: 24px 57px;
  border-radius: 10px;
  border: none;
  font-size: 23px;
  margin: 40px 0px 40px 0px !important;
}

.btn-sub:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.mar-top {
  margin-top: 30px;
}

.blueee-clrr {
  color: #0B40AA;
}

.inv-tabs-boxs-surya-v2.MuiBox-root {
  width: 20%;
  background: #ffffff;
  border-radius: 37px;
  padding: 6px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border: 0.5px solid gainsboro;
}

.investor-filters {
  background: url('/images/background-grid.png');
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 3%;
}

.inv-tabs-boxs-surya-v3.MuiBox-root {
  width: 95%;
  background: #ffffff;
  border-radius: 37px;
  padding: 6px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.5px solid gainsboro;
}

.inv-tabs-boxs-surya-v4.MuiBox-root {
  width: 65%;
  background: #ffffff;
  border-radius: 37px;
  padding: 6px 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.5px solid gainsboro;
}

.tab-dflex {
  display: flex;
}

.event-box-surya-v1 {
  background-color: white;
  border-radius: 10px;
  padding: 14px;
  margin-top: 25px;
  width: 265px;
  border: 1px solid #e1e1e1;
  height: 400px;
}

.dar-blu {
  color: #11285F;
}

.light-bul {
  color: #0B40AA;
}

.cardflex {
  display: flex;
  justify-content: space-between;
}

.layer-crd-back-img-sur {
  background: url(/images/crd-backlayer.png);
  width: 100%;
}

.ver-ani {
  display: flex;
  justify-content: center;
}

.termscond-page {
  background-color: #f0f1f6;
  width: 100%;
}

.terms-heading {
  padding-top: 12%;
  font-size: 42px;
  display: flex;
  justify-content: center;
    color: #020671;
    font-weight: bold;
}

.term-box {
  color: grey;
}

.blck-clr {
  color: #242424eb !important;
  padding-top: 20px;
  font-weight: 600;
}

.privacypadding {
  padding-top: 7px;
}

.privacypadding-head {
  color: #584d4d;
  padding-top: 10px;
  font-weight: 600;
}

.big-donut-chart {
  background-color: #f8f9ff;
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.dashboard-content-dflex {
  display: flex;
  justify-content: space-between;
}

.lightgray-clr {
  color: #b3b3b3;
}

.dashboard-content {
  background-color: #f8f9ff;
  padding: 23px;
  border-radius: 20px;
  margin-right: 29px;
  box-shadow: 4px 5px 3px 0px rgba(0, 0, 0, 0.1)
}

.dashboard-con-mar {
  margin-right: 40px;
}

.admin-join-button {
  color: white !important;
  background-color: #b4b4b4 !important;
  border-radius: 5px !important;
  padding: 10px 22px !important;
  font-weight: 700 !important;
  border: none !important;
  margin-left: 10px !important;
}

.donut-chart-1 {
  background-color: #f8f9ff;
  margin: 20px 0px 20px 20px;
  border-radius: 20px;
}

.padding-head {
  padding: 20px 20px 10px 20px;
}


.tender-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
}

.res-bg {
  background-color: #b7c3e0;
  padding: 12px 17px;
  border-radius: 20px;
  color: white;
  font-size: 12px;
}

.res-h3 {
  margin-top: 35px;
  color: #020671;
  font-weight: bold;
}

.Sup-list-res {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  background-color: white;
  border: 0.1px solid #00000014;
  padding: 23px;
  border-radius: 35px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.Sup-list-res td {
  border-bottom: none;
  padding: 15px 20px;
}

.public-box {
  background-color: white;
  padding: 60px 25px;
  margin: 30px 0px;
  border-radius: 20px;
}

.main-title-head {
    margin-top: 145px;
    position: relative;
}

.white-box {
  background-color: white;
  padding: 45px;
  border-radius: 30px;
  margin-bottom: 30px;
}

.belu-clr{
  color: #020671;
}

.gru-clr {
  color: grey;
  font-size: 14px;
}
ul.social_medias {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-bottom: 35px;
}
.timings-cont{
  padding-bottom: 10px;
  color: grey;
}


@media only screen and (max-width:768px) {
  .rec-bx-head {
    background-image: linear-gradient(90deg, #060E4F, #56005B);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bolder;
    font-size: 30px;
  }
}



@media only screen and (max-width:575px) {
  .ver-ani {
    margin-right: 65px;
    display: flex;
  }

  .rec-2-img {
    margin: 0px 25px;
    width: 50px;
  }

  .inv-tabs-boxs-surya-v2.MuiBox-root {
    width: 62%;
  }

  .inv-tabs-boxs-surya-v4.MuiBox-root {
    background: #ffffff;
    border-radius: 37px;
    padding: 6px 19px;
    border: 0.5px solid gainsboro;
    width: 100%;
    display: block;
    text-align: center;
  }

  .inv-tabs-boxs-surya-v3.MuiBox-root {
    background: #ffffff;
    border-radius: 37px;
    padding: 6px 19px;
    align-items: center;
    border: 0.5px solid gainsboro;
    display: block;
  }

  .inv-name-tab-surya {
    display: block;
  }

}

@media only screen and (max-width:425px) {
  .ver-ani {
    margin-right: 40px;
  }

  .sec-filters-sur {
    display: grid;
    text-align: center;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }

  .sec-clr {
    display: block;
  }

  .rec-2-img {
    margin: 0px 25px 0px 0px;
    width: 50px;
  }

  .inv-tabs-boxs-surya-v1.MuiBox-root {
    display: block;
  }

  .rec-bx-head {
    background-image: linear-gradient(90deg, #060E4F, #56005B);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-weight: bolder;
    font-size: 18px;
  }
}

@media only screen and (max-width:320px) {
  .rec-2-img {
    margin: 0px 0px 0px 0px;
    width: 50px;
  }
}