@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,100;1,200;1,300;1,400&display=swap');

* {
  padding: 0;
  margin: 0;
}

body,
html {
  font-family: "SF Pro Text", sans-serif;
}

@font-face {
  font-family: "SF Pro";
  src: url(../../campaign-detail/media/SF-Pro.2bb94cc1.ttf);
  font-weight: 700
}

@font-face {
  font-family: "SF Pro";
  src: url(../../campaign-detail/media/SF-Pro.2bb94cc1.ttf);
  font-weight: 600
}

@font-face {
  font-family: "SF Pro";
  src: url(../../campaign-detail/media/SF-Pro.2bb94cc1.ttf);
  font-weight: 590
}

@font-face {
  font-family: "SF Pro";
  src: url(../../campaign-detail/media/SF-Pro.2bb94cc1.ttf);
  font-weight: 500
}

@font-face {
  font-family: "SF Pro";
  src: url(../../campaign-detail/media/SF-Pro.2bb94cc1.ttf);
  font-weight: 400
}

@font-face {
  font-family: "SF Pro";
  src: url(../../campaign-detail/media/SF-Pro.2bb94cc1.ttf);
  font-weight: 300
}

@font-face {
  font-family: "SF Pro";
  src: url(../../campaign-detail/media/SF-Pro.2bb94cc1.ttf);
  font-weight: 274
}

@font-face {
  font-family: "SF Pro Text";
  src: url(../../campaign-detail/media/FontsFree-Net-SFProText-Regular.10e75488.ttf);
  font-weight: 400
}

@font-face {
  font-family: "SF Pro Text";
  src: url(../../campaign-detail/media/FontsFree-Net-SFProText-Medium.ea9550ab.ttf);
  font-weight: 500
}

@font-face {
  font-family: "SF Pro Text";
  src: url(../../campaign-detail/media/FontsFree-Net-SFProText-Semibold.882a951f.ttf);
  font-weight: 600
}

@font-face {
  font-family: "Basier Circle-AZ";
  src: url(../../campaign-detail/media/BasierCircle-SemiBold.210929-1302.40ece7f8.ttf);
  font-weight: 600
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #d4e1ff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #214aa6;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #001952;
}

.wrapper .navbar {
  background-color: rgba(235, 241, 255, 1);
}

.wrapper .navbar .content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 1180px;
  height: 76px;
}

.left-side {
  display: flex;
  align-items: center;
}

.left-side .first-pano {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-side .first-pano .divider {
  display: block;
  height: 29px;
  width: 1px;
  background: #601be6;
  margin-right: 15px;
}

.left-side .first-pano button {
  background: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
  font-size: 16px;
  color: #4a5fe5;
  width: 179px;
  margin-right: 10px;
}

.left-side .first-pano button span {
  margin-left: 10px;
}

.left-side .first-pano button .soon_alt_ {
  opacity: 0;
  display: flex;
  position: absolute;
  margin-top: 92px;
  background: rgba(74, 95, 229, 1);
  color: #fff;
  padding: 5px 19px;
  border-radius: 6px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.left-side .first-pano button:hover .soon_alt_ {
  opacity: 1;
}

.left-side .second-pano {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: 306px; */
}

.left-side .second-pano a {
  text-decoration: none;
  padding: 8px 17px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-indent: 4px;
}

.left-side .second-pano a .soon_alt_ {
  opacity: 0;
  display: flex;
  position: absolute;
  margin-top: 92px;
  background: rgba(74, 95, 229, 1);
  color: #fff;
  padding: 5px 19px;
  border-radius: 6px;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.25s;
}

.left-side .second-pano a:hover .soon_alt_ {
  opacity: 1;
}

.left-side .second-pano a:active,
.left-side .second-pano a:visited {
  color: #4a5fe5;
}

.left-side .second-pano a img {
  height: 18px;
}

.left-side .second-pano a span {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

.left-side .second-pano a:first-child {
  border: 1px solid #4a5fe5;
}

.left-side .second-pano a:last-child {
  background: #4a5fe5;
  color: #fff;
  border: 1px solid #4a5fe5;
  margin-left: 8px;
}

@media only screen and (max-width: 1250px) {
  .navbar {
    display: none;
  }
}

.wrapper .tot__ {
  display: flex;
  justify-content: center;
}

.wrapper .tot__ .content-main .content-pano {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.wrapper .tot__ .content-main {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wrapper .tot__ .content-main .banner {
  max-width: 1180px;
}

.wrapper .tot__ .content-main .banner img {
  border-radius: 4px;
  height: 17rem;
  max-width: 1180px;
}

.wrapper .tot__ .content-main {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}

.wrapper .tot__ .content-main .left_side_pano__ {
  display: block;
}

.wrapper .tot__ .content-main .left_side_pano__ .uptop__ {
  display: flex;
  justify-content: space-between;
}

.wrapper .tot__ .content-main .left_side_pano__ .uptop__ .campaigns-title__ {
  display: block;
}

.wrapper .tot__ .content-main .left_side_pano__ .uptop__ .campaigns-last-day__ {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
  background: #EBF1FF;
  border-radius: 20px;
  padding: 0.25rem 1rem;
  color: rgba(74, 95, 229, 1);
}

.wrapper .tot__ .content-main .left_side_pano__ .uptop__ .campaigns-last-day__ img {
  display: block;
}

.wrapper .tot__ .content-main .left_side_pano__ .uptop__ .campaigns-last-day__ span {
  display: block;
}

.left_side_pano__ .campaigns-description__ {
  max-width: 786px;
}

.wrapper .tot__ .right_side_pano__ {
  display: block;
  background: #FAFBFF;
  border: 1px solid #EBF1FF;
  border-radius: 10px;
  padding: 0.5rem 1rem 1rem 1rem;
  max-width: 20.125rem;
  flex: 1 1;
}