.header_header__R3wYf {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 500;
    height: 100px;
    background: linear-gradient(90deg, #2b7fb7 18.88%, #2d4155 93.33%);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
.header_previewBar__O_kJS {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    z-index: 500;
    height: 40px;
    background: rgb(181, 227, 233);
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.header_topBar__MH8Hr {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 500;
    height: 30px;
    background: #b5e3e9;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}
.header_topBar__MH8Hr span {
    color: rgb(255, 255, 255);
    font-size: 11px;
    font-weight: 600;
}

.header_nav__9RZKh {
    display: flex;
    align-items: center;
    column-gap: 25px;
}

.header_button__flquG {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #2d4155;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    min-width: 110px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #ffffff;
    cursor: pointer;
    border: none;
    column-gap: 5px;
}

.header_link__hsEBZ {
    color: white;
    height: 51px;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.header_menuButton__dr4TO {
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
}

.header_user___6OhA {
    display: flex;
    column-gap: 5px;
    flex-wrap: nowrap;
    color: #fff;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .header_header__R3wYf {
        padding: 0 20px;
    }
    .header_topBar__MH8Hr {
        padding: 0 20px;
    }
}
@media (max-width: 600px) {
    .header_header__R3wYf {
        height: 60px;
        padding: 0 15px;
    }
    .header_link__hsEBZ {
        display: flex;
        align-items: center;
    }
}

img.responsive-img {
    width: 300px;
    height: auto;
    border-radius: 20px;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    max-width: 100%;
    float: right;
}

@media (max-width: 767px) {
    img.responsive-img {
        float: none;
        margin: 0;
    }
    .responsive-div {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .responsive-header {
        margin-top: "40px";
    }
}

.dateParser_dateParser__nXbAT{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 10px 14px;
    border: 1px solid #1E91A2;
    color: #1E91A2;
    background-color: #FFF;
    border-radius: 8px;

}
.sticker_sticker__ru8lf {
    border: 1px solid var(--primary-dark-color);
    padding: 10px 14px;
    border-radius: 8px;
    background-color: var(--sticker-bg-color);
    color: var(--form-label-color);
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 40px;
    text-decoration: none;
}

.sticker_stickerButton__qA9JF {
    cursor: pointer;
    font-size: 16px;
    line-height: 21px;
}

.sticker_stickerLink__ABfEr{
    text-decoration: none !important;
}

.sticker_iconLeft__UltG0 {
    margin-right: 8px;
}

.sticker_iconRight__nVail {
    margin-left: 8px;
}

/* ShareButtons.module.css */
.shareButtons_container__QwJxZ {
  position: relative;
  max-width: 100%;
}

.shareButtons_shareBox__nkCo9 {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 10px;
  background-color: "transparent";
  transition: width 0.5s ease;
  margin:20px 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.shareButtons_shareBoxExpanded__qXciz {
  width: 100%;
}

.shareButtons_shareBoxCollapsed__65P4Y {
  width: 116px;
}

.shareButtons_shareButton__CnhF9 {
  text-transform: none;
  background-color: var(--primary-light-color);
  color: var(--primary-dark-color);
  font-size: 14px;
  font-weight: 500;
  height: 30px;
  box-shadow: none;
  white-space: nowrap;
  min-width: 104px;
  padding: 0;
  border-radius: 6px;
  margin-right: 30px;
}

.shareButtons_shareButton__CnhF9:hover {
  background-color: var(--contrast-light-color);
  color: #FFFFFF;
}

.shareButtons_shareButton__CnhF9:hover span svg {
  fill: #FFFFFF;
}

.shareButtons_iconBtn__UiSUa {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #FFF;
  border-radius: 50%;
  background-color: var(--primary-color);
  cursor: pointer;
}
.shareButtons_iconBtn__UiSUa svg{
  font-size: 1rem;
}
.shareButtons_iconBtn__UiSUa:hover {
  background-color: var(--contrast-light-color);
}

.shareButtons_hidden__ZoHJG {
  display: none;
}

.shareButtons_visible__MM0u4 {
  display: flex;
  gap: 16px;
  opacity: 1;
  transition: opacity 1s ease;
}

.shareButtons_hiddenOpacity__AU4GM {
  display: flex;
  gap: 16px;
  opacity: 0;
  transition: opacity .1s ease;
}

.fileDownload_card__HVh6s {
    border: 1px solid #E7F8FA;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.fileDownload_gridContainer__VgDa_ {
    display: flex;
    padding: 8px 0;
    gap: 16px;
    margin-left: 0 !important;
    width: 100% !important;
    
}

.fileDownload_sticker__lNo58 {
    background-color: #E7F8FA;
    color: #47A0AD;
    height: auto;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    font-size: 14px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    max-width: 100%;
    word-break: break-all;

}
.fileDownload_sticker__lNo58 span{
    display: flex;
}

.fileDownload_downloadAllContainer__YqWTN {
    display: flex;
    padding-top: 16px;
    border-top: 1px solid #A3CFD6;    
}

