@import url(../icon/icon.css);
/* @import url(shortcodes.css); */
/* @import url(responsive.css); */
/* @import url(animation.css); */
/* @import url(animate.min.css); */
/* @import url(swiper-bundle.min.css); */
/* @import url(../font/font.css); */
/* @import url(bootstrap.css); */

/* ****************** for icon.css  start ****************** */

/* ****************** for icon.css  end ****************** */
/* ****************** for shortcodes.css  start ****************** */
.themesflat-container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 55px;
    padding-left: 16px;
    /* width: 1140px; */
    max-width: 100%;
  }
  .themesflat-container.w1490 {
    width: 1520px;
  }
  
  .themesflat-container.w1115 {
    width: 1145px;
  }
  
  .themesflat-container.w1346 {
    width: 1346px;
  }
  
  .themesflat-container.w1230 {
    width: 1260px;
  }
  
  .themesflat-container.w1358 {
    width: 1388px;
  }
  
  .themesflat-container.w730 {
    width: 760px;
  }
  
  .themesflat-container.w920 {
    width: 950px;
  }
  
  .tf-section {
    padding-bottom: 60px;
  }
  
  .tf-section-1 {
    padding-bottom: 20px;
  }
  
  .tf-section-2 {
    padding-bottom: 40px;
  }
  
  .tf-section-3 {
    padding-bottom: 30px;
  }
  
  .tf-section-4 {
    padding-bottom: 0px;
  }
  
  .tf-section-5 {
    padding-bottom: 50px;
  }
  
  
  
  .tf-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    color: #161616;
    /* background-color: #dee8e8; */
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    width: 88px;
    height: auto;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  
  
  .tf-button:focus {
  
    
    color: #fff;
  }
  
  .tf-button.style-1 {
    width: 170px;
    height: 44px;
    gap: 10px;
    flex-shrink: 0;
    background-color: #ddf247;
  }
  
  .tf-button.style-1:hover,
  .tf-button.style-1.active {
    color: #161616;
    background-color: #fff;
  }
  
  .tf-button.style-1.active:hover {
    background-color: #ddf247;
  }
  
  
  
  .tf-button-loadmore {
    width: 100px;
    height: 44px;
    /* padding: 10px; */
    transform: rotate(180deg);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  
  .tf-button-loadmore span {
    color: #161616;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    text-transform: capitalize;
  }
  
  .tf-button-loadmore i.icon-loading-1::before {
    font-size: 18px;
    color: rgba(22, 22, 22, 1);
  }
  
  .tf-button-loadmore i {
    animation: rotate360 1.5s infinite linear;
  }
  
  
  
  .flat-title-page {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  
  .flat-title-page .heading {
    line-height: 55px;
    color: #fff;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 10px;
  }
  
  .breadcrumbs li {
    margin-right: 32px;
    opacity: 0.5;
    position: relative;
  }
  
  .breadcrumbs li:last-child {
    margin-right: 0;
  }
  
  .breadcrumbs li.icon-keyboard_arrow_right::before {
    position: absolute;
    right: -22px;
    font-size: 12px;
  }
  
  .breadcrumbs li a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: "Manrope";
    font-weight: 800;
    text-transform: capitalize;
    line-height: 11px;
  }
  
  
  
  .tf-card-article {
    background: #232323;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .tf-card-article:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  
  .tf-card-article .card-media {
    border-radius: 17px;
    overflow: hidden;
    margin-bottom: 12px;
  }
  
  .tf-card-article .card-media img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .tf-card-article:hover .card-media img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    object-fit: cover;
  }
  
  .meta-info .item {
    color: #fff;
    opacity: 0.6;
    font-size: 16px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif !important;
  
    
    font-weight: 500;
    margin-right: -4px;
    margin-left: 23px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .meta-info .item::before {
    position: absolute;
    font-family: "icomoon";
   
    
    left: -22px;
    font-size: 16px;
  }
  
  .meta-info .art::before {
    content: "\e90c";
  }
  
  
  .meta-info .comment::before {
    content: "\e92a";
  }
  
  
  .meta-info .item.active {
    color: #ff7a11;
    opacity: 1;
  }
  
  .tf-card-article .card-title {
    margin-bottom: 0;
  }
  
  .tf-card-article .card-title h5 {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }
  
  .tf-card-article .card-title p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    line-height: 22px;
    margin-top: 18px;
  }
  
  .tf-card-article .card-bottom {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
  }
  
  .author .avatar {
    width: 38px;
    height: 38px;
    border-radius: 38px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
  }
  
  .author .info span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Azeret Mono";
    line-height: 19px;
  }
  
  .author .info h6 {
    font-size: 12px;
    font-family: "Azeret Mono";
    line-height: 19px;
    font-weight: 400;
  }
  
  .tf-card-article .link {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .tf-card-article .link i {
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  
  
  .tf-card-box {
    border-radius: 20px;
    background: #1e1e1e;
    /* padding: 12px 12px 17px 12px; */
    margin-bottom: 80px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  
  
  
  .tf-card-box .card-media {
    position: relative;
    margin-bottom: 12px;
    border-radius: 25px;
    overflow: hidden;
  }
  
  .tf-card-box .card-media img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .tf-card-box:hover .card-media a img {
    transform: scale(1.1);
  }
  
  
  .flex-item .tf-card-box:hover .card-media a img {
    transform: none;
  }
  
  
  
  .wishlist-button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .wishlist-button.icon-heart::before {
    font-size: 13px;
  }
  
  .wishlist-button.active .icon-heart::before,
  .wishlist-button.active::before {
    color: red;
  }
  
  
  
  .featured-countdown {
    position: absolute;
    top: 11px;
    right: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 12px;
    line-height: 9px;
    padding: 8.5px 10px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    width: 90px;
  }
  
  .featured-countdown .countdown__label {
    margin: 0 3px 0 0;
  }
  
  .featured-countdown .countdown__timer {
    display: none;
  }
  
  .featured-countdown .countdown__timer:first-child {
    display: block;
  }
  
  
  
  .button-place-bid {
    position: absolute;
    bottom: 0px;
    height: 44px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .tf-card-box:hover .button-place-bid {
    bottom: 12px;
    opacity: 1;
  }
  
  .tf-card-box .meta-info .name {
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 4px;
  }
  
  .price.gem {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
  }
  
  .price.gem i {
    margin-right: 4px;
  }
  
  
  
  .tf-card-box.style-1 .card-media {
    border-radius: 15px;
  }
  
  
  
  
  .tf-card-box.style-1 .name {
    margin-bottom: 10px;
    line-height: 25px;
    font-weight: 600;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
  }
  .tf-card-box.style-1 .divider {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  
  .tf-card-box .meta-info,
  .tf-card-box .author {
    padding-left: 2px;
    padding-right: 2px;
  }
  
  .text-bid {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 19px;
  }
  
  .tf-card-box.style-1 .card-media .button-place-bid {
    bottom: 30%;
  }
  
  .tf-card-box.style-1:hover .card-media .button-place-bid {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
  
  
  .tf-card-box.style-1.bg-white {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding-bottom: 12px;
  }
  
  .tf-card-box.style-1.bg-white .card-media {
    border-radius: 12px;
  }
  
  .tf-card-box.style-1.bg-white .card-media img {
    height: 244px;
  }
  
  .tf-card-box.style-1.bg-white .price.gem i {
    font-size: 14px;
  }
  
  .tf-card-box.style-1.bg-white .meta-info h6 i::before,
  .tf-card-box.style-1.bg-white .meta-info h6,
  .tf-card-box.style-1.bg-white .author .info h6 a,
  .tf-card-box.style-1.bg-white .name a,
  .tf-card-box.style-1.bg-white .wishlist-button,
  .tf-card-box.style-1.bg-white .featured-countdown {
    color: #161616;
  }
  
  .tf-card-box.style-1.bg-white .meta-info .text-bid,
  .tf-card-box.style-1.bg-white .author .info span {
    color: rgba(22, 22, 22, 0.3);
  }
  
  .tf-card-box.style-1.bg-white .divider {
    margin: 0;
    height: 26px;
    background: none;
  }
  
  .tf-card-box.style-1.bg-white .button-place-bid {
    position: unset;
    opacity: 1;
    transform: none;
  }
  
  .carouselfull-2,
  .carouselfull {
    overflow: unset !important;
  }
  
  .carouselfull::before {
    position: absolute;
    content: "";
    top: 0;
    left: -36%;
    background: linear-gradient(270deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
    width: 255px;
    height: 408px;
    z-index: 10;
  }
  
  .carouselfull::after {
    position: absolute;
    content: "";
    top: 0;
    right: -36%;
    background: linear-gradient(90deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
    width: 255px;
    height: 408px;
    z-index: 10;
  }
  
  .carouselright {
    width: calc(100vw - ((100vw - 1110px) / 2) - 8px);
    margin-right: unset !important;
    max-width: 100%;
  }
  
  .carouselright::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 255px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(22, 22, 22, 0) 0%, #161616 100%);
  }
  
  .carouselright .swiper-slide {
    width: auto;
  }
  
  .carouselright .swiper-slide .tf-card-box {
    width: 255px;
  }
  
  .style-bottom .carouselright .swiper-pagination {
    text-align: start;
    padding-left: 23px;
    bottom: 7px;
  }
  
  .style-bottom .carouselright .next-slide-right {
    right: auto;
    left: 6.8%;
    bottom: -10px;
  }
  
  .style-bottom .carouselright .prev-slide-right {
    left: 0;
    bottom: -10px;
  }
  
  
  
  .flat-pages-title-home3 {
    padding-top: 83px;
    padding-bottom: 133px;
    position: relative;
  }
  
  .flat-pages-title-home3 .bg-grid-line {
    width: 100%;
    height: 400px;
    overflow: hidden;
    perspective: 450px;
    position: absolute;
    bottom: 60px;
  }
  
  .flat-pages-title-home3 .bg-line {
    width: 100%;
    height: 100%;
    transform: rotateX(21deg);
    opacity: 0.3;
    overflow: hidden;
  }
  
  .flat-pages-title-home3 .bg-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right, #fff 1px, transparent 0),
      linear-gradient(to bottom, #fff 1px, transparent 0);
    background-size: 50px 25px;
    background-repeat: repeat;
    animation: playline 35s linear infinite;
  }
  
  .flat-pages-title-home3 .bg-line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      180deg,
      #161616 0%,
      rgba(22, 22, 22, 0) 42.7%,
      #161616 100%
    );
  }
  
  .flat-pages-title-home3 .pages-title .content {
    margin-bottom: 80px;
  }
  
  .flat-pages-title-home3 .pages-title .content p {
    max-width: 730px;
  }
  
  .swiper-3d-3cardfull .swiper-wrapper {
    padding-top: 10px;
  }
  
  
  .tf-card-box.style-3 {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 5px 30px 0px #0a0a0a;
    width: 456px;
    height: 560px;
  }
  
  .tf-card-box.style-3 .card-media img {
    height: 560px;
    width: 456px;
  }
  
  .tf-card-box.style-3 .button-place-bid {
    bottom: 45%;
  }
  
  .tf-card-box.style-3:hover .button-place-bid {
    bottom: 50%;
  }
  
  .tf-card-box.style-3 .card-bottom {
    border-radius: 0px 0px 16px 16px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    position: absolute;
    padding: 20px 16px 20px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .tf-card-box.style-3 .bottom-right {
    display: flex;
    gap: 4px;
    position: relative;
  }
  
  .tf-card-box.style-3 .bottom-right::before {
    position: absolute;
    width: 1px;
    height: 58px;
    content: "";
    left: -16px;
    background-color: rgba(255, 255, 255, 0.1);
    top: -16px;
  }
  
  .tf-card-box.style-3 .featured-countdown {
    position: unset;
  }
  
  .tf-card-box.style-3 .wishlist-button {
    position: unset;
  }
  
  
  
  .tf-card-box.style-4 {
    padding: 14px 10px;
  }
  
  .tf-card-box.style-4 .card-media {
    border-radius: 12px;
  }
  
  .tf-card-box.style-4 .author {
    margin-bottom: 12px;
    padding: 0;
  }
  
  .tf-card-box.style-4 h5 {
    margin-bottom: 18px;
    line-height: 25px;
    font-weight: 800;
    padding-left: 2px;
  }
  
  .tf-card-box.style-4 .button-place-bid {
    position: unset;
    transform: none;
    opacity: 1;
  }
  
  
  
  .tf-card-collection {
    padding: 10px 10px 12px 10px;
    border-radius: 20px;
    background: #232323;
  }
  .tf-card-collection .media-images-collection {
    margin-bottom: 16px;
    border-radius: 25px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1px;
    position: relative;
  }
  .tf-card-collection .media-images-collection {
    margin-bottom: 16px;
    border-radius: 25px;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-gap: 1px;
    position: relative;
  }
  
  .tf-card-collection .media-images-collection img {
    width: 100%;
    height: 150px;
    
    object-fit: cover;
    
  }
  
  .tf-card-collection .media-images-collection img:nth-child(3) {
    grid-column: span 2; 
    
  }
  
  .tf-card-collection .media-images-collection::before {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.13) 0px,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0)
    );
    content: "";
    height: 200%;
    left: -210%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 0.7s ease 0s;
    width: 200%;
  }
  
  .tf-card-collection:hover .media-images-collection::before {
    left: -30%;
    opacity: 1;
    top: -20%;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-property: left, top, opacity;
    transition-timing-function: linear;
  }
  
  .tf-card-collection .media-images-collection img {
    width: 100%;
  }
  
  .tf-card-collection .media-images-collection .author-poster {
    position: absolute;
    width: 116px;
    height: 116px;
    border-radius: 116px;
    overflow: hidden;
    border: 6px solid #232323;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  
  .tf-card-collection .card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px;
  }
  
  .tf-card-collection .author h4 {
    font-weight: 800;
    line-height: 25px;
  }
  
  .tf-card-collection .author h5 {
    font-weight: 800;
    line-height: 25px;
  }
  
  .tf-card-collection .author .infor {
    font-size: 12px;
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.3);
  }
  
  .tf-card-collection .bottom-right {
    display: flex;
    text-align: center;
  }
  
  .tf-card-collection .bottom-right .shop {
    padding-right: 20px;
    border-right: 1px solid rgba(217, 217, 217, 0.1);
    margin-right: 20px;
  }
  
  .tf-card-collection .bottom-right .shop .icon {
    padding: 6px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.2);
    width: 26px;
    height: 26px;
    margin: auto;
    margin-bottom: 4px;
  }
  
  .tf-card-collection .bottom-right .shop svg {
    width: 14px;
    height: 14px;
  }
  
  .tf-card-collection .bottom-right p {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
  }
  
  .tf-card-collection .bottom-right .like span {
    position: unset;
    margin: auto;
    margin-bottom: 4px;
  }
  
  
  
  .tf-card-collection.bg-white {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    padding: 10px;
  }
  
  .tf-card-collection.bg-white .media-images-collection {
    border-radius: 12px;
  }
  
  .tf-card-collection.bg-white .media-images-collection img {
    width: 162px;
  }
  
  .tf-card-collection.bg-white .media-images-collection .author-poster {
    border: 6px solid #fff;
  }
  
  .tf-card-collection.bg-white .author h5 a,
  .tf-card-collection.bg-white .shop p,
  .tf-card-collection.bg-white .like .wishlist-button,
  .tf-card-collection.bg-white .like p {
    color: #161616;
  }
  
  .tf-card-collection.bg-white .shop svg path {
    stroke: #161616;
  }
  
  .tf-card-collection.bg-white .author .infor {
    color: rgba(22, 22, 22, 0.3);
  }
  
  .tf-card-collection.bg-white .bottom-right .shop .icon,
  .tf-card-collection.bg-white .bottom-right .like span {
    background-color: rgba(22, 22, 22, 0.1);
  }
  
  .tf-card-collection.bg-white .author h5 a:hover {
    color: #ddf247;
  }
  
  
  
  .tf-card-collection.style-1 .image {
    border-radius: 16px;
    overflow: hidden;
  }
  
  .tf-card-collection.style-1 .image img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tf-card-collection.style-1:hover .image img {
    transform: scale(1.05);
  }
  
  .tf-card-collection.style-1 .card-bottom {
    border-radius: 0px 0px 16px 16px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    position: absolute;
    padding: 10px;
    bottom: 12px;
    left: 0;
    width: -webkit-fill-available;
    margin: 0 10px;
  }
  
  .tf-card-collection.style-1 .author .infor {
    color: rgba(255, 255, 255, 1);
  }
  
  .tf-card-collection.style-1 .bottom-right .shop {
    margin: 0;
    padding: 0 0 0 18px;
    border: none;
    border-left: 1px solid rgba(217, 217, 217, 0.1);
  }
  
  .tf-card-collection.style-1 .like {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .tf-card-collection.style-1 .like .wishlist-button {
    position: unset;
    width: 14px;
    height: 14px;
    background: none;
    border: none;
    backdrop-filter: unset;
  }
  
  .tf-card-collection.style-1 .like p {
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 9px;
    text-transform: capitalize;
  }
  
  
  
  .tf-card-collection.style-2 .media-images-collection {
    display: block;
  }
  
  .tf-card-collection.style-2 .img-bottom {
    margin-top: 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6px;
  }
  
  .tf-card-collection.style-2 .media-images-collection .author-poster {
    top: 59%;
  }
  
  
  .side-bar .widget-search {
    margin-bottom: 30px;
  }
  
  .side-bar .widget {
    margin-bottom: 30px;
    padding: 0px;
    background-color: #232323;
    border-radius: 20px;
  }
  
  .side-bar .widget:last-child {
    margin-bottom: 0;
  }
  
  .side-bar .title-widget {
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 800;
  }
  
  .widget-categories ul li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 14px;
  }
  
  .widget-categories ul li:last-child {
    padding: 0;
    border: none;
    margin: 0;
  }
  
  .widget-categories ul li .cate-item {
    padding-left: 23px;
    font-size: 14px;
    font-family: "Azeret Mono";
    line-height: 22px;
    position: relative;
  }
  
  .widget-categories ul li .cate-item::before {
    font-family: "icomoon";
    content: "\e92b";
    position: absolute;
    left: 0;
    font-size: 16px;
  }
  
  .widget-categories ul li .number {
    font-size: 14px;
    font-family: "Azeret Mono";
    line-height: 22px;
    color: rgba(255, 255, 255, 0.53);
  }
  
  .widget-related-posts .related-posts-item {
    display: flex;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 20px;
  }
  
  .widget-related-posts .related-posts-item .card-media {
    min-width: 130px;
    height: 91px;
    margin-right: 15px;
    border-radius: 14px;
    overflow: hidden;
  }
  
  .widget-related-posts .related-posts-item h5 {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    margin-bottom: 12px;
  }
  
  .widget-related-posts .related-posts-item .item {
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
    line-height: 16px;
    font-family: Manrope;
    font-weight: 500;
    margin-right: 14px;
    margin-left: 22px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .widget-related-posts .related-posts-item .item::before {
    position: absolute;
    content: "\e90d";
    font-family: "icomoon";
    left: -22px;
    font-size: 16px;
  }
  
  .widget-related-posts .related-posts-item .item.art::before {
    content: "\e90c";
  }
  
  .widget-related-posts .related-posts-item.main {
    flex-wrap: wrap;
    margin-top: 0;
    border: none;
    padding-top: 0;
  }
  
  .widget-related-posts .related-posts-item.main .card-media {
    height: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }
  
  .widget-related-posts .related-posts-item.main h5 {
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
    margin-bottom: 0;
  }
  
  .widget-tag ul li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  
  .widget-tag ul li a {
    line-height: 15px;
    padding: 10px 14px;
    font-size: 13px;
    font-family: "Azeret Mono";
    border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #000;
  }
  .widget-tag ul li a:hover {
    background-color: #ff7a11;
    color: #fff !important;
  }
  
  
  
  .tf-grid-blog .wrap-inner .tf-card-article {
    margin-bottom: 30px;
  }
  
  
  
  .tf-list-blog .tf-card-article {
    transform: none;
    margin-bottom: 30px;
  }
  
  .tf-card-article.style-1 {
    display: flex;
  }
  
  .tf-card-article.style-1 .card-media {
    margin-bottom: 0 !important;
    margin-right: 20px;
    min-width: 335px;
  }
  
  /* tf-blog-detail */
  /* --------------------------------------- */
  .flat-title-page.blog-detail {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  
  .tf-blog-detail .inner-content .divider {
    margin-top: 18px;
    margin-bottom: 30px;
  }
  
  .tf-blog-detail .inner-content > .title-post {
    font-size: 30px;
    font-weight: 800;
    line-height: 41px;
    text-transform: capitalize;
  }
  
  .tf-blog-detail .meta-info .item:last-child {
    margin-right: 0;
  }
  
  .tf-blog-detail .inner-content > .title {
    color: #fff;
    font-size: 14px;
    font-family: "Azeret Mono";
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 28px;
  }
  
  .tf-blog-detail .inner-content .image img {
    width: 100%;
    border-radius: 23px;
    margin-bottom: 28px;
  }
  
  .tf-blog-detail .inner-content .heading {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 10px;
  }
  
  
  .tf-blog-detail .inner-content .inner-post.style-1 .heading {
    margin-top: 28px;
    /* margin-bottom: 20px; */
  }
  .tf-blog-detail .inner-content .inner-post p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    line-height: 22px;
    /* margin-bottom: 20px; */
    margin-bottom: 12px;
  }
  
  .tf-blog-detail .inner-content .inner-post blockquote {
    display: flex;
    padding: 20px;
    align-items: center;
    border-radius: 20px;
    background: #232323;
    margin-left: 2px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .tf-blog-detail .inner-content .inner-post blockquote::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 65px;
    left: -2px;
    border-radius: 2px;
    /* background: linear-gradient(rgba(255, 235, 0, 1), rgba(45, 196, 26, 1)); */
    background: #ff7a11;
  }
  
  .tf-blog-detail .inner-content .inner-post blockquote p {
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 20px;
    margin-bottom: 0;
  }
  
  .tf-blog-detail .inner-content .inner-post blockquote span {
    width: 50px;
    height: 50px;
    /* background-color: #ff7a11; */
    border-radius: 50%;
    /* padding: 13px; */
    padding: 24px;
    background-image: url('../icon/bottom-new.png');
  }
  
  .tf-blog-detail .inner-content .inner-post blockquote span::before {
    font-size: 24px;
    color: rgba(3, 1, 4, 1);
  }
  
  .tf-blog-detail .inner-content .inner-post .image-box img {
    border-radius: 23px;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .tf-blog-detail .inner-content .inner-post.style-1 .image-box {
    display: flex;
    gap: 20px;
  }
  
  .tf-blog-detail .inner-content .divider.style-1 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  
  .tf-blog-detail .inner-content .bottom .widget-tag .title-widget {
    color: #919191;
    font-size: 13px;
    font-family: "Azeret Mono";
    line-height: 15px;
    margin-right: 10px;
  }
  
  .tf-blog-detail .inner-content .bottom .widget-tag ul li {
    margin-bottom: 0;
    margin-right: 0px;
  }
  
  .tf-blog-detail .inner-content .bottom .widget-tag ul li a {
    border-radius: 6px;
    background: rgba(145, 145, 145, 1);
    color: #161616;
  }
  .tf-blog-detail .inner-content .bottom .widget-tag ul li a:hover {
    background-color: #ff7a11;
    color: #fff;
  }
  .tf-blog-detail .inner-content .related-post {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  
  .tf-blog-detail .inner-content .related-post::before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.1);
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
  }
  .tf-blog-detail .inner-content .related-post > div {
    /* width: 47%; */
  }
  
  .tf-blog-detail .inner-content .related-post a {
    font-size: 16px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .tf-blog-detail .inner-content .related-post a:hover {
    color: #ddf247;
  }
  
  .tf-blog-detail .inner-content .related-post a i {
    font-size: 14px;
    margin-right: 8px;
  }
  
  .tf-blog-detail .inner-content .related-post .action img {
    border-radius: 8px;
    margin-right: 14px;
    height: 70px;
  }
  
  .tf-blog-detail .inner-content .related-post .action h5 {
    line-height: 25px;
    margin-bottom: 12px;
  }
  
  .tf-blog-detail .inner-content .related-post .next a i {
    margin-right: 0;
    margin-left: 8px;
  }
  
  .tf-blog-detail .inner-content .related-post .next .date {
    margin-right: 0;
  }
  
  .tf-blog-detail .inner-content .related-post .next img {
    margin-right: 0;
    margin-left: 14px;
  }
  
  /* widget-comment */
  .tf-blog-detail .inner-content .widget-comment h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 41px;
    text-transform: capitalize;
    margin-bottom: 30px;
  }
  
  .tf-blog-detail .inner-content .widget-comment ul li {
    border-radius: 20px;
    background: #232323;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
  }
  
  .tf-blog-detail .inner-content .widget-comment ul li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
  }
  
  .tf-blog-detail .inner-content .widget-comment ul li .top h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 800;
  }
  
  .tf-blog-detail .inner-content .widget-comment ul li .top span {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
    font-weight: 500;
  }
  
  .tf-blog-detail .inner-content .widget-comment ul li p {
    margin-top: 12px;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    line-height: 22px;
    font-size: 14px;
  }
  
  .tf-blog-detail .inner-content .widget-comment ul li a {
    color: #ff7a11;
    line-height: 19px;
    font-size: 14px;
    font-weight: 800;
    text-transform: capitalize;
  }
  .tf-blog-detail .inner-content .widget-comment ul li.rep {
    margin-left: 90px;
  }
  
  .tf-blog-detail .inner-content .widget-reply {
    margin-top: 60px;
  }
  
  .tf-blog-detail .inner-content .widget-reply h3 {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 10px;
    font-weight: 800;
    text-transform: capitalize;
  }
  
  .tf-blog-detail .inner-content .widget-reply p {
    font-size: 12px;
    font-family: "Azeret Mono";
    font-weight: 500;
    line-height: 17px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.5);
  }
  .tf-blog-detail .inner-content .widget-reply .name,
  .tf-blog-detail .inner-content .widget-reply .email {
    width: 48.3%;
    margin-bottom: 22px;
  }
  
  .tf-blog-detail .inner-content .widget-reply textarea {
    margin-bottom: 22px;
  }
  
  .tf-blog-detail .inner-content .widget-reply button {
    width: 261px;
    height: 52px;
    font-weight: 800;
  }
  
  /* flat-pages-title */
  .flat-pages-title {
    padding-top: 91px;
    padding-bottom: 114px;
    position: relative;
  }
  
  .bg-grid-line {
    width: 100%;
    height: 400px;
    overflow: hidden;
    perspective: 450px;
    position: absolute;
    bottom: 60px;
  }
  
  .bg-line {
    width: 100%;
    height: 100%;
    transform: rotateX(50deg);
    opacity: 0.07;
    overflow: hidden;
  }
  
  .bg-line::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    background-image: linear-gradient(to right, #fff 1px, transparent 0),
      linear-gradient(to bottom, #fff 1px, transparent 0);
    background-size: 40px 40px;
    background-repeat: repeat;
    animation: playline1 35s linear infinite;
  }
  
  .home-1 .flat-pages-title .content {
    padding-bottom: 81px;
  }
  
  .pages-title .content {
    text-align: center;
  }
  
  .pages-title .content h1 {
    font-size: 54px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 74px;
    margin-bottom: 30px;
  }
  
  .pages-title .content p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    line-height: 22px;
    max-width: 634px;
    margin: auto;
    margin-bottom: 50px;
  }
  
  .tf-button.h50 {
    height: 50px;
  }
  
  .tf-button.w190 {
    width: 190px;
  }
  
  .tf-button.w140 {
    width: 140px;
  }
  
  .tf-button.w174 {
    width: 174px;
  }
  
  .tf-button.w320 {
    width: 320px;
  }
  
  .tf-button.w216 {
    width: 216px;
  }
  
  /* icon-background */
  .flat-pages-title .icon-background .item1 {
    left: 37px;
    top: 201px;
    animation: flicker 3s infinite linear alternate;
    animation-delay: 1.5s;
  }
  
  .flat-pages-title .icon-background .item2 {
    left: 140px;
    top: 72px;
    animation: rotate360 1.5s infinite linear;
  }
  
  .flat-pages-title .icon-background .item3 {
    left: 239px;
    top: 188px;
    animation: movedown 3s infinite linear alternate;
  }
  
  .flat-pages-title .icon-background .item4 {
    left: 341px;
    top: 307px;
    animation: flicker 3s infinite linear alternate;
  }
  
  .flat-pages-title .icon-background .item5 {
    right: 357px;
    top: 271px;
    animation: flicker 3s infinite linear alternate;
  }
  
  .flat-pages-title .icon-background .item6 {
    right: 280px;
    top: 143px;
    animation: moveleft 3s infinite linear;
  }
  
  .flat-pages-title .icon-background .item7 {
    right: 119px;
    top: 236px;
    animation: scale1 3s infinite linear;
    animation-delay: 1.5s;
  }
  
  .flat-pages-title .icon-background .item8 {
    right: 28px;
    top: 83px;
    width: 19px;
    height: 20px;
    animation: scale1 3s infinite linear;
  }
  
  .flat-pages-title .swiper-3d-7 .tf-card-box .card-media img {
    height: 338px !important;
  }
  
  /* swiper-container */
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    list-style: none;
    padding: 0px;
  }
  
  .flat-pages-title .swiper,
  .flat-pages-title .swiper-container {
    padding-top: 10px;
    padding-bottom: 38px;
  }
  
  .flat-pages-title .swiper-slide-active .tf-card-box {
    /* box-shadow: 0px 30px 70px 0px #0A0A0A; */
  }
  
  .swiper-pagination.pagination-number .swiper-pagination-bullet {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 800;
    margin: 0 10px !important;
    position: relative;
  }
  
  .swiper-pagination.pagination-number .swiper-pagination-bullet-active {
    --swiper-theme-color: none;
    color: #ddf247;
    margin-right: 60px !important;
  }
  
  .swiper-pagination.pagination-number .swiper-pagination-bullet-active::after {
    position: absolute;
    content: "";
    background-color: #ddf247;
    width: 30px;
    height: 1px;
    top: 8px;
    right: -50px;
  }
  
  .flat-pages-title .swiper-button-prev,
  .flat-pages-title .swiper-button-next {
    opacity: 0 !important;
  }
  
  .flat-pages-title:hover .swiper-button-prev,
  .flat-pages-title:hover .swiper-button-next {
    opacity: 1 !important;
  }
  
  .prev-3d.swiper-button-disabled,
  .next-3d.swiper-button-disabled {
    cursor: pointer !important;
    opacity: 1 !important;
    pointer-events: all !important;
  }
  
  .swiper-button-prev.over,
  .swiper-button-next.over {
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #000;
    width: 67px;
    height: 67px;
    padding: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .swiper-button-prev.over:hover,
  .swiper-button-next.over:hover {
    background-color: transparent;
    color: #fff !important;
  }
  
  .swiper-button-prev.over::after,
  .swiper-button-next.over::after {
    font-size: 24px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .swiper-button-prev.over:hover:after,
  .swiper-button-next.over:hover:after {
    color: rgba(22, 22, 22, 1);
  }
  
  .swiper-button-prev.over {
    left: -97px;
  }
  
  .swiper-button-next.over {
    right: -97px;
  }
  
  /* featured-item style-bottom */
  .style-bottom .swiper-wrapper {
    padding-bottom: 14px;
  }
  
  .style-bottom .swiper-pagination-bullet {
    --swiper-theme-color: none;
  }
  
  .style-bottom .swiper-pagination-bullet::after {
    /* content: "\e907"; */
    font-family: "icomoon" !important;
  }
  
  .style-bottom .swiper-pagination-bullet-active::after {
    color: #ddf247;
  }
  
  .style-bottom .swiper-button-next::after,
  .style-bottom .swiper-button-prev::after {
    font-family: "icomoon" !important;
    font-size: 20px;
  }
  
  .style-bottom .swiper-button-next,
  .style-bottom .swiper-button-prev {
    position: absolute;
    bottom: 37px;
    opacity: 1;
    top: auto;
  }
  
  .style-bottom .swiper-button-next {
    right: 44%;
    /* right: 26%; */
  }
  
  .style-bottom .swiper-button-next::after {
    content: "\ea3c";
  }
  
  .style-bottom .swiper-button-prev {
    left: 44%;
    bottom: 43px;
    /* left: 26%; */
  }
  .style-bottom .swiper-button-prev::after {
    content: "\ea40";
  }
  
  /* tf-author-box */
  /* -------------------------------------- */
  .tf-author-box .author-avatar {
    margin-bottom: 14px;
    position: relative;
  }
  
  .tf-author-box .author-avatar .number {
    border-radius: 24px;
    background: #ddf247;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #161616;
    font-size: 13px;
    font-weight: 800;
    line-height: 18px;
    position: absolute;
    top: 0;
    right: 33px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  
  .tf-author-box:hover .author-avatar .number {
    transform: rotateY(360deg);
    background: #ddf247;
  }
  
  .tf-author-box .author-infor h5 {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 4px;
  }
  
  .price.gem.style-1 {
    font-family: "Azeret Mono";
    font-size: 14px;
  }
  
  .price.gem.style-1 i::before,
  .price.gem.style-1 {
    color: rgba(255, 255, 255, 0.3);
    font-weight: 400;
  }
  
  .tf-author-box .author-infor .price.gem.style-1 i {
    font-size: 13px;
  }
  
  /* tf-author-box bg-white */
  .tf-author-box.bg-white {
    background-color: #fff;
  }
  
  .tf-author-box.bg-white .author-infor h5 a {
    color: #161616;
  }
  
  .tf-author-box.bg-white .author-infor h5 a:hover {
    color: #ddf247;
  }
  
  .tf-author-box.bg-white .author-infor h6 i::before,
  .tf-author-box.bg-white .author-infor h6 {
    color: rgba(22, 22, 22, 0.3);
  }
  
  /* style-3 */
  /* .tf-author-box.style-3 .author-avatar img {
    border-radius: 20px;
  } */
  
  .tf-author-box .author-avatar .number {
    background-color: #dee8e8;
    left: 50%;
    margin-left: 23px;
  }
  
  .tf-author-box.style-3 .author-avatar .number {
    margin-left: 41px;
  }
  
  /* seller */
  .seller .swiper-button-prev,
  .seller .swiper-button-next {
    width: 44px;
    height: 44px;
  }
  
  .seller .swiper-button-prev::after,
  .seller .swiper-button-next::after {
    font-size: 18px;
  }
  
  .seller .swiper-button-prev {
    left: -12px;
    top: 37%;
  }
  
  .seller .swiper-button-next {
    right: 6px;
    top: 37%;
  }
  .seller .swiper-button-next.active {
    background: #000;
  }
  
  .seller .swiper-button-next.active:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  
  .seller .swiper-button-next.active::after {
    color: #fff;
  }
  
  .seller .swiper-button-next.active:hover:after {
    color: #fff;
  }
  
  .seller .swiper-button-prev.main-prev.over,
  .seller .swiper-button-next.main-next.over {
    top: 54%;
  }
  
  .background-white .seller .swiper-button-next.active:hover {
    border: 1px solid rgba(22, 22, 22, 0.1);
  }
  
  .background-white .seller .swiper-button-next.active:hover::after {
    color: rgba(22, 22, 22, 1);
  }
  
  /* tf-soft */
  .soft-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
  }
  
  .dropdown {
    width: 100%;
  }
  
  .dropdown-toggle::after {
    position: absolute;
    right: 14px;
  }
  
  .tf-soft .soft-right .dropdown {
    width: 254px;
  }
  
  .tf-soft .soft-left .dropdown {
    width: 200px;
  }
  
  .dropdown .btn-secondary {
    background-color: transparent;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    color: #fff;
    display: flex;
    align-items: center;
    border-radius: 12px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }
  
  .dropdown .btn-secondary:hover {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #ddf247;
  }
  
  .dropdown .btn-secondary svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  
  .dropdown .btn-secondary:hover svg path {
    stroke: #292b2c;
  }
  
  .dropdown.active .dropdown-menu {
    display: block;
  }
  
  .tf-soft .btn-secondary:active,
  .btn-secondary.active,
  .tf-soft .show > .btn-secondary.dropdown-toggle {
    background-color: #ddf247;
    color: #161616;
    border-color: #ddf247;
  }
  
  .tf-soft .btn-secondary:active,
  .btn-secondary.active svg path,
  .tf-soft .show > .btn-secondary.dropdown-toggle svg path {
    stroke: #161616;
  }
  
  .tf-soft .dropdown .dropdown-menu {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }
  
  .dropdown-menu a {
    padding: 10px;
    font-size: 16px;
    border-radius: 3px;
  }
  
  .tf-soft .sort-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .tf-soft .dropdown-item:hover {
    background-color: #ddf247;
  }
  
  .tf-soft .sort-filter span {
    font-size: 16px;
    line-height: 16px;
  }
  
  .tf-soft .sort-filter .icon-tick {
    opacity: 0;
    visibility: hidden;
    color: #ddf247;
    font-size: 16px;
  }
  
  .tf-soft .sort-filter.active .icon-tick {
    opacity: 1;
    visibility: visible;
  }
  
  .tf-soft .dropdown-menu h6 {
    font-size: 18px;
    margin: 10px;
  }
  
  .tf-soft .soft-right .check {
    position: relative;
    width: 28px;
    height: 16px;
    -webkit-appearance: none;
    background: rgba(35, 35, 35, 1);
    border-radius: 10px;
    transition: 0.5s;
    margin-right: 0;
  }
  
  .tf-soft .soft-right input:checked[type="checkbox"] {
    background: rgba(35, 35, 35, 1);
    transition: 0.5s;
  }
  
  .tf-soft .soft-right .check::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    transition: 0.5s;
  }
  
  .tf-soft .soft-right input:checked[type="checkbox"]::before {
    background: rgba(221, 242, 71, 1);
    left: 14px;
  }
  
  .discover-item .tf-card-box.style-4,
  .discover-item .tf-card-box.style-1 {
    margin-bottom: 15px;
  }
  
  /* collector */
  /* ------------------------------ */
  .top-collector-wrapper {
    position: relative;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(22, 22, 22, 1);
    background-blend-mode: luminosity;
    background-image: url(../images/backgroup-section/bg-4.jpg);
  }
  
  .top-collector .heading-section {
    text-align: center;
    justify-content: center;
    padding: 0 15px 30px 15px;
  }
  
  .autoslider2 .swiper-slide,
  .autoslider1 .swiper-slide {
    width: auto;
  }
  
  .autoslider2 .swiper-wrapper,
  .autoslider1 .swiper-wrapper {
    transition-timing-function: linear;
  }
  
  /* tf-author-box style-1 */
  .tf-author-box.style-1 {
    align-items: center;
    padding: 10px;
    border-radius: 10000px;
    background: rgba(255, 255, 255, 0.1);
    width: fit-content;
  }
  
  .tf-author-box.style-1 .author-avatar {
    margin-right: 16px;
    margin-bottom: 0;
  }
  
  /* .tf-author-box .author-avatar img {
    border-radius: 50%;
  } */
  
  .heading-background {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
  }
  
  /* grid-box-icon */
  .grid-box-icon {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }
  
  .box-icon-img {
    padding-left: 60px;
    padding-top: 65px;
  }
  
  .box-icon-img img {
    animation: rotateleftright 5s infinite linear alternate;
  }
  
  /* grid-author-box */
  .grid-author-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
  }
  
  .tf-author-box.style-2.type-1 {
    padding: 24px;
    border-radius: 20px;
    background: #232323;
    margin-bottom: 0;
    border: none;
  }
  
  .tf-author-box.style-2.type-1 .author-avatar {
    width: 70px;
    height: 70px;
    margin-right: 16px;
  }
  
  .tf-author-box.style-2.type-1 .price.gem {
    font-weight: 400;
    font-family: "Azeret Mono";
    font-size: 14px;
  }
  
  /* tf-box-icon */
  .tf-box-icon .image img {
    padding: 22.5px;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background: #1a1a1a;
    box-shadow: 0px 15px 30px -6px rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(217, 217, 217, 0.1);
    margin-bottom: 30px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  
  .tf-box-icon:hover .image img {
    transform: rotateY(360deg);
  }
  
  .tf-box-icon .image p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 12px;
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  
  .tf-box-icon h4 {
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 20px;
  }
  
  .tf-box-icon p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 22px;
  }
  
  .tf-box-icon svg {
    position: absolute;
    top: -15px;
    right: -72px;
  }
  
  .tf-box-icon:hover svg * {
    fill: #ddf247;
  }
  
  /* style-1 */
  .tf-box-icon.style-1 {
    border-radius: 30px;
    background: #232323;
    padding: 30px;
    margin-bottom: 4px;
  }
  
  .tf-box-icon.style-1 .rainbow {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 177px;
    height: 5px;
    border-radius: 5px;
    background-size: 400% 400% !important;
  }
  
  .tf-box-icon.style-1.step1 .rainbow {
    background: linear-gradient(129deg, #fdcf00, #fd9601);
  }
  
  .tf-box-icon.style-1.step2 .rainbow {
    background: linear-gradient(129deg, #e5f203, #5b8500);
  }
  
  .tf-box-icon.style-1.step3 .rainbow {
    background: linear-gradient(129deg, #ea66e2, #3e4fe7);
  }
  
  .tf-box-icon.style-1.step4 .rainbow {
    background: linear-gradient(129deg, #ffeb00, #2dc41a);
  }
  
  .tf-box-icon.style-1:hover .rainbow {
    animation: rainbow 3s ease-in-out infinite;
  }
  
  .tf-box-icon.style-1 .image img {
    padding: 0;
    width: unset;
    height: unset;
    background: none;
    border-radius: unset;
    border: none;
  }
  
  .grid-box-icon .tf-box-icon.style-1 .image img {
    width: 45px;
    height: 45px;
  }
  
  .tf-box-icon.style-1 h4,
  .tf-box-icon.style-1 .image p {
    margin-bottom: 12px;
  }
  
  /* action__body */
  .action__body {
    padding: 50px 40px;
    margin-left: 5px;
    margin-right: 5px;
    background-image: url(/assets/images/avatar/Rectangle\ 22802.webp);
  
    background-size: cover; /* Ensure the image covers the entire element */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    border-radius: 30px;
    overflow: hidden;
    position: relative;
  }
  
  .action__body h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    margin-bottom: 30px;
    max-width: 330px;
    position: relative;
    z-index: 10;
  }
  
  .action__body > .flex {
    position: relative;
    z-index: 10;
  }
  
  .tf-button.style-2 {
    background: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
    color: white !important;
  }
  
  a.tf-button1.style-2.h50.w230 {
    background: #fff !important;
    color: #000 !important;
    width: 190px !important;
    height: 50px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    color: #161616;
    background-color: #dee8e8;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    width: 116px;
    height: 42px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  
  .tf-button i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tf-button i::before {
    font-size: 18px;
  }
  
  .tf-button.style-2:hover {
    color: rgba(22, 22, 22, 1);
    background-color: #fff;
  }
  
  .tf-button.w230 {
    width: 230px;
  }
  
  .action__body .bg-home7 img {
    border-radius: 20px;
    width: auto;
    height: auto;
  }
  
  .action__body .bg-home7 {
    z-index: 0;
    width: 486px;
    height: 268px;
    gap: 14px;
    transform: rotate(-32deg);
    right: 41px;
  }
  
  /* style-1 */
  .action__body.style-1 {
    margin: 0;
    background-color: rgba(35, 35, 35, 1);
    padding: 60px 71px;
    overflow: unset;
  }
  
  .action__body.style-1 #tsparticles1 {
    height: 55%;
  }
  
  .action__body.style-1 h2 {
    color: #fff;
    font-size: 45px;
    line-height: 61px;
    max-width: 575px;
    margin-bottom: 20px;
  }
  
  .action__body.style-1 p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 22px;
    max-width: 540px;
    margin-bottom: 40px;
  }
  
  .action__body.style-1 img {
    top: -43px;
    right: 42px;
    position: absolute;
    animation: rotateleftright1 5s infinite linear alternate;
  }
  
  /* bg-white */
  .action__body.bg-white {
    background-color: #dee8e8;
    margin: 0;
  }
  
  /* flat-pages-title-home2 */
  .flat-pages-title-home2 {
    padding: 40px 0 168px 0;
  }
  
  .flat-pages-title-home2::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 112px;
    left: 0;
    background-image: url(../images/item-background/bg-home2.png);
  }
  
  .flat-pages-title-home2 .content {
    padding-top: 70px;
    padding-left: calc((100vw - 1110px) / 2 - 24px);
  }
  
  .flat-pages-title-home2 .content h1 {
    font-size: 54px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 74px;
    margin-bottom: 30px;
  }
  
  .flat-pages-title-home2 .content p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    line-height: 22px;
    margin-bottom: 50px;
  }
  
  .flat-pages-title-home2 .banner__right {
    margin-left: 140px;
  }
  
  .tf-card-box.style-2 {
    width: 456px;
    height: 560px;
    flex-shrink: 0;
    padding: 0;
    background: none;
    margin-bottom: 0;
    position: relative;
    transform: none;
  }
  
  .tf-card-box.style-2 .card-media {
    margin: 0;
  }
  
  .tf-card-box.style-2 .card-media img {
    margin: -43px 0;
  }
  
  .tf-card-box.style-2 .author {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
  }
  
  .tf-card-box.style-2 .author * {
    color: #fff;
  }
  
  .tf-card-box.style-2 .featured-countdown {
    top: 88px;
    left: 22px;
  }
  
  .tf-card-box.style-2 .wishlist-button {
    top: 88px;
    left: 120px;
  }
  
  .tf-card-box.style-2 .button-place-bid a {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    color: #fff;
  }
  
  .tf-card-box.style-2 .button-place-bid a:hover {
    background-color: #ddf247;
    color: #161616;
  }
  
  /* tf-category */
  .tf-category {
    padding: 14px 10px;
    border-radius: 20px;
    background: #232323;
  }
  
  .tf-category .card-media {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
  }
  
  .tf-category .card-media::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tf-category:hover .card-media::after {
    opacity: 1;
  }
  
  .tf-category .card-media a {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 12px;
    color: rgba(22, 22, 22, 1);
    background-color: #ddf247;
    opacity: 0;
    z-index: 1;
  }
  
  .tf-category .card-media a:hover {
    background-color: #fff;
  }
  
  .tf-category .card-media a i {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tf-category:hover .card-media a {
    top: 50%;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tf-category h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
  
  /* style-1 */
  .tf-category.style-1 {
    background-color: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  }
  
  .tf-category.style-1 h6 {
    color: #161616;
  }
  
  .tf-category.style-1 .box-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin-bottom: 5px;
  }
  
  .tf-category.style-1 .box-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5px;
  }
  
  /* tf-author-box style-2 */
  .tf-author-box.style-2 {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
  }
  
  .tf-author-box.style-2.no-border-b {
    border: none;
  }
  
  .tf-author-box.style-2 .author-avatar {
    width: 80px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
  }
  
  .tf-author-box.style-2 .author-infor {
    flex-grow: 1;
  }
  
  .tf-author-box.style-2 .order {
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    text-transform: capitalize;
    margin-left: 10px;
  }
  
  .seller-grid .col-md-4:last-child .tf-author-box {
    border: none !important;
  }
  
  /* bg-white */
  .tf-author-box.style-2.bg-white {
    background-color: #fff;
    border-bottom: 1px solid rgba(22, 22, 22, 0.07);
  }
  
  .tf-author-box.style-2.bg-white .author-avatar {
    border-radius: 20px;
  }
  
  .tf-author-box.style-2.bg-white .author-avatar img {
    border-radius: 0;
  }
  
  .tf-author-box.style-2.bg-white .order {
    color: rgba(22, 22, 22, 0.1);
    margin-left: 0;
    margin-right: 27px;
  }
  
  /* logo-rotate */
  .logo-rotate {
    width: 158px !important;
    height: 158px !important;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  
  .logo-rotate .logoimg {
    position: absolute;
    width: 106px;
    height: 106px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px 27px;
    border-radius: 106px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
  }
  
  .logo-rotate .logotext {
    position: absolute;
    top: 10px;
    left: 10px;
    animation: rotate360 7s infinite linear;
  }
  
  /* tf-card-box style-2 type-2 */
  .tf-card-box.style-2.type-2 .card-media img {
    width: 456px;
    height: 560px;
    margin: 0;
  }
  
  .tf-card-box.style-2.type-2 .author {
    padding: 0;
    border: none;
    background: none;
  }
  
  .tf-card-box.style-2.type-2 .author .info span {
    color: rgba(255, 255, 255, 0.3);
  }
  
  .tf-card-box.style-2.type-2 .wishlist-button {
    top: 20px;
    right: 20px;
    left: auto;
  }
  
  .tf-card-box.style-2.type-2 .featured-countdown {
    top: 20px;
    right: 50px;
    left: auto;
  }
  
  /* flat-pages-title-home4 */
  .flat-pages-title-home4 {
    padding: 70px 0 60px 0;
  }
  
  .flat-pages-title-home4::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 189px;
    left: 0;
    background-image: url(../images/item-background/bg-home4.png);
  }
  
  .flat-pages-title-home4 .content {
    padding-left: calc((100vw - 1110px) / 2 - 20px);
    padding-top: 119px;
  }
  
  .flat-pages-title-home4 .content h1 {
    font-size: 54px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 74px;
    margin-bottom: 30px;
  }
  
  .flat-pages-title-home4 .content p {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    line-height: 22px;
    margin-bottom: 50px;
  }
  
  .flat-pages-title-home4 .banner__right {
    margin-left: 97px;
  }
  
  .flat-pages-title-home4 .logo-rotate {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    transform: translate(-50%, 50%);
  }
  
  .flat-pages-title-home4 .banner__right .prev-3d {
    top: 48%;
  }
  
  /* tf-card-box style-2 type-1 */
  .tf-card-box.style-2.type-1 {
    width: unset;
    height: unset;
  }
  
  .tf-card-box.style-2.type-1 .card-media img {
    width: 348px;
    height: 348px;
    margin: 0;
  }
  
  .tf-card-box.style-2.type-1 .card-media img {
    margin: 0;
  }
  
  .tf-card-box.style-2.type-1 .wishlist-button {
    top: 20px;
    right: 20px;
    left: auto;
    font-weight: bold;
    color: rgba(22, 22, 22, 1);
    background-color: #fff;
  }
  
  .tf-card-box.style-2.type-1 .button-place-bid a {
    background-color: #fff;
    color: rgba(22, 22, 22, 1);
  }
  
  .tf-card-box.style-2.type-1 .button-place-bid:hover a {
    background-color: #ddf247;
  }
  
  .tf-card-box.style-2.type-1 .featured-countdown {
    top: 20px;
    right: 50px;
    left: auto;
    background-color: #fff;
    color: rgba(22, 22, 22, 1);
  }
  
  .top-collections.home-4 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  
  .top-collections.home-4::after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: rgba(22, 22, 22, 1);
    background-blend-mode: luminosity;
    background-image: url(../images/backgroup-section/bg-4.jpg);
  }
  
  /* swiper-rotate-3 */
  .swiper-rotate-3 {
    margin-top: -15px;
    padding: 0px 40px !important;
  }
  .swiper-rotate-3 .swiper-slide.swiper-slide-prev {
    transform: translateY(-63px) rotate(15deg);
  }
  
  .swiper-rotate-3 .swiper-slide.swiper-slide-active {
    transform: rotate(0) !important;
  }
  
  .swiper-rotate-3 .swiper-slide.swiper-slide-active > div {
    margin-top: -16px;
  }
  
  .swiper-rotate-3 .swiper-slide.swiper-slide-next {
    transform: translateY(-63px) rotate(-15deg);
  }
  
  .container-full {
    padding: 0 13px 0 13px;
  }
  
  .container-full .tf-category.style-1 {
    padding: 9px 9px 14px 10px;
  }
  
  .container-full .tf-category.style-1 h6 {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
  }
  
  .background-white .tf-author-box .author-infor h5 a {
    color: #161616;
  }
  
  .background-white .tf-author-box .author-infor h5 a:hover {
    color: #ddf247;
  }
  
  .background-white .tf-author-box .price.gem i::before,
  .background-white .tf-author-box .price.gem {
    color: rgba(22, 22, 22, 0.3);
  }
  
  .background-white .swiper-button-prev {
    border: 1px solid rgba(22, 22, 22, 0.1);
  }
  
  .background-white .swiper-button-prev::after {
    color: rgba(22, 22, 22, 1);
  }
  
  .background-white .tf-author-box.style-2 {
    border-color: rgba(217, 217, 217, 1);
  }
  
  .background-white .tf-author-box.style-2 .order {
    color: rgba(22, 22, 22, 0.1);
    margin-left: 0;
    width: 55px;
    margin-right: 16px;
  }
  
  .background-white .tf-card-box .wishlist-button,
  .background-white .tf-card-box .featured-countdown {
    background-color: #fff;
  }
  
  .background-white .tf-author-box.style-2 .author-avatar {
    border-radius: 20px;
  }
  
  .background-white .tf-author-box.style-2 .author-avatar img {
    border-radius: 0;
  }
  
  /* .flat-pages-title-home5 */
  .flat-pages-title-home5::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0px;
    left: 0;
    background-image: url(../images/item-background/bg-home5.png);
  }
  
  .flat-pages-title-home5 .swiper-wrapper {
    padding: 95px 0 80px;
  }
  
  .flat-pages-title-home5 .pages-title .content h1 {
    color: #161616;
    margin-left: auto;
    margin-right: auto;
    margin-top: 67px;
  }
  
  .flat-pages-title-home5 .pages-title .content p {
    color: #161616;
  }
  
  .flat-pages-title-home5 .pages-title .content .tf-button.active,
  .flat-pages-title-home5 .pages-title .content .tf-button:hover {
    background-color: #dee8e8;
  }
  
  .flat-pages-title-home5 .pages-title .content .tf-button.active:hover {
    background-color: #ddf247;
  }
  
  /* home-6 */
  .btn-canvas {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 30;
    top: 43px;
    left: 15px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #000;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .btn-canvas.active {
    left: 290px;
  }
  
  .btn-canvas .canvas::after,
  .btn-canvas .canvas::before {
    width: 25px;
  }
  
  .btn-canvas.active .canvas span {
    display: none;
  }
  
  .btn-canvas.active .canvas::after {
    transform: rotate3d(0, 0, 1, -45deg);
    top: 50%;
  }
  .btn-canvas.active .canvas::before {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 50%;
  }
  
  .home-6 .section-menu-left {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    left: 0;
    padding-bottom: 180px;
  }
  
  .section-menu-left .over-content {
    /* overflow-y: auto; */
  }
  
  .section-menu-left .over-content::-webkit-scrollbar {
    width: 1px;
  }
  
  .section-menu-left .over-content::-webkit-scrollbar-thumb {
    background: linear-gradient(216.56deg, #ddf247 5.32%, #dee8e8 94.32%);
    border-radius: 6px;
  }
  
  .home-6 .wrap-content {
    width: calc(100vw - 281px);
    padding: 73px 124px 30px 109px;
    background: #161616;
    margin-left: 281px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .home-6 .wrap-content .tf-soft .soft-right {
    flex-grow: 1;
  }
  
  .home-6 .wrap-content .tf-soft .soft-right .dropdown {
    width: 100%;
    padding-left: 14px;
  }
  
  .home-6 .wrap-content .tf-section.action.top {
    padding-bottom: 76px;
  }
  
  .wrap-box-card.style-1 {
    margin-left: -28.5px;
  }
  
  .wrap-box-card.style-1 .col-item {
    width: calc(20% - 28.5px) !important;
    margin-left: 28.5px;
  }
  
  .home-6 .wrap-content #footer {
    background: #161616;
    padding-top: 0;
  }
  
  .home-6 #footer ul li a,
  .home-6 #footer p {
    font-size: 12px;
    line-height: 19px;
  }
  
  .home-6 #footer p {
    padding-right: 35px;
  }
  
  .home-6 .featured-item.style-bottom .tf-card-box .card-media {
    border-radius: 12px;
  }
  
  .home-6 .featured-item.style-bottom .tf-card-box .card-media img {
    width: 235px;
    height: 244px;
  }
  
  .home-6 .featured-item.style-bottom .swiper-pagination {
    bottom: 7px;
  }
  
  .home-6 .featured-item.style-bottom .swiper-button-next {
    bottom: -10px;
    right: 45.3%;
  }
  
  .home-6 .featured-item.style-bottom .swiper-button-prev {
    bottom: -10px;
    left: 45.3%;
  }
  
  .home-6 .tf-box-icon.style-1 .rainbow {
    width: 76.4%;
  }
  
  .action__body.style-1 #tsparticles2 {
    height: 60%;
  }
  
  /* home-7 */
  .flat-pages-title-home7 {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  
  .flat-pages-title-home7 .tf-bg-line {
    position: absolute;
    width: 100%;
    height: 622px;
    content: "";
    bottom: 0px;
    left: 0;
    background-image: url(../images/item-background/bg-home7.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
  
  .flat-pages-title-home7::after {
    position: absolute;
    width: 100%;
    height: 130px;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(180deg, #161616 0%, rgba(22, 22, 22, 0) 100%);
  }
  
  .flat-pages-title-home7::before {
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(0deg, #161616 0%, rgba(22, 22, 22, 0) 100%);
  }
  
  .flat-pages-title-home7 .content {
    margin-top: 131px;
    margin-bottom: 215px;
    text-align: start;
    padding-left: 8px;
  }
  
  .flat-pages-title-home7 .content h1 {
    max-width: 475px;
    font-size: 45px;
    font-weight: 800;
    line-height: 61px;
    margin-bottom: 20px;
  }
  
  .flat-pages-title-home7 .content p {
    margin-left: unset;
    margin-right: unset;
    max-width: 435px;
    margin-bottom: 40px;
  }
  
  .flat-pages-title-home7 .icon-background .item1 {
    top: 171px;
    left: -250px;
    z-index: -1;
    animation: move1 7s infinite linear;
  }
  
  .flat-pages-title-home7 .icon-background .item2 {
    top: 328px;
    left: -169px;
    z-index: -1;
    animation: flicker 3s infinite linear alternate;
    animation-delay: 0.5s;
  }
  
  .flat-pages-title-home7 .icon-background .item3 {
    top: 165px;
    left: -86px;
    z-index: -1;
    animation: flicker 3s infinite linear alternate;
    animation-delay: 1s;
  }
  
  .flat-pages-title-home7 .icon-background .item4 {
    bottom: 216px;
    left: -30px;
    z-index: -1;
    animation: movedown 3s infinite linear alternate;
  }
  
  .flat-pages-title-home7 .icon-background .item5 {
    top: 81px;
    left: 85px;
    z-index: -1;
    animation: rotate360 1.5s infinite linear;
  }
  
  .flat-pages-title-home7 .icon-background .item6 {
    bottom: 173px;
    left: 170px;
    z-index: -1;
    animation: flicker 3s infinite linear alternate;
    animation-delay: 1.5s;
  }
  
  .flat-pages-title-home7 .icon-background .item7 {
    bottom: 95px;
    left: 264px;
    z-index: -1;
    animation: moveleft 3s infinite linear;
  }
  
  .flat-pages-title-home7 .icon-background .item8 {
    bottom: 300px;
    left: 460px;
    z-index: -1;
    animation: flicker 3s infinite linear alternate;
    animation-delay: 2s;
  }
  
  .flat-pages-title-home7 .icon-background .item9 {
    top: 109px;
    right: -293px;
    z-index: -1;
    animation: flicker 3s infinite linear alternate;
    animation-delay: 2.5s;
  }
  
  .flat-pages-title-home7 .icon-background .item10 {
    top: 249px;
    right: -336px;
    z-index: -1;
    animation: rotate360 1.5s infinite linear;
  }
  
  .bg-home7 {
    width: 825px;
    height: 622px;
    transform: rotate(-25deg);
    display: flex;
    gap: 30px;
    position: absolute;
    right: -241px;
    top: 0;
    z-index: -1;
  }
  
  .bg-home7 .swiper-container {
    overflow: unset;
  }
  
  .bg-home7 .swiper-container .swiper-wrapper {
    transition-timing-function: linear !important;
  }
  
  .bg-home7 .swiper-container .swiper-slide {
    height: auto;
  }
  
  .bg-home7 img {
    width: 255px;
    height: 384px;
  }
  
  .box-icon-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    margin-top: 2px;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
  }
  
  .box-icon-wrap .tf-box-icon {
    border-radius: 0;
  }
  
  /* counter */
  .counter__body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
  
  .counter__body .counter {
    text-align: center;
    background-color: #232323;
    padding: 14px 0;
  }
  
  .counter__body .counter .number-counter {
    color: #fff;
    font-size: 54px;
    font-weight: 800;
    line-height: 74px;
    text-transform: capitalize;
  }
  
  .counter__body .counter h6 {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 22px;
  }
  
  .counter__body-1 {
    display: flex;
    justify-content: center;
  }
  
  .counter__body-1 .counter-1 {
    text-align: center;
  }
  
  .counter__body-1 .counter-1 .number-counter {
    color: #ddf247;
    font-size: 54px;
    font-weight: 800;
    line-height: 74px;
    text-transform: capitalize;
    margin-bottom: 2px;
  }
  
  .counter__body-1 .counter-1 .title {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .counter__body-1 .space {
    padding: 28px 30px 28px 30px;
  }
  
  .artwork .tf-card-box.style-4,
  .artwork .tf-card-box.style-1 {
    margin-bottom: 30px;
  }
  
  /* widget-pagination */
  .widget-pagination ul {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .widget-pagination ul li {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .widget-pagination ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 150%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .widget-pagination ul li a i::before {
    font-size: 18px;
  }
  
  .widget-pagination ul li.active,
  .widget-pagination ul li:hover {
    background-color: #ddf247;
  }
  .widget-pagination ul li.active a,
  .widget-pagination ul li:hover a {
    color: #161616;
  }
  
  /* widget-category-checkbox */
  .widget-category-checkbox {
    border-radius: 20px;
    background: #232323;
    padding: 20px;
  }
  
  .widget-category-checkbox h5 {
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 12px;
    cursor: pointer;
  }
  
  .widget-category-checkbox label {
    color: rgba(255, 255, 255, 0.53);
    font-size: 14px;
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 22px;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
  }
  
  .widget-category-checkbox form label:last-of-type {
    margin-bottom: 0;
  }
  
  label input[type="radio"],
  label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .btn-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  
  input:checked ~ .btn-checkbox {
    /* background-color: #f8841c;    
    border: 1px solid #f8841c; */
  }
  
  .btn-checkbox:after {
    content: "\e91b";
    font-family: "icomoon" !important;
    position: absolute;
    font-size: 22px;
    left: -2px;
    top: -3px;
    color: white;
    display: none;
  }
  
  input:checked ~ .btn-checkbox:after {
    display: block;
  }
  
  form label i.icon-star {
    font-size: 15px;
    margin-right: 3px;
  }
  
  form label i.icon-star.active {
    color: rgba(221, 242, 71, 1);
  }
  
  
  .widget-category-checkbox.style-1 {
    background: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .widget-category-checkbox.style-1:last-child {
    border: 0;
  }
  
  .widget-category-checkbox.style-1 h5 {
    border-radius: 20px;
    background: #232323;
    padding: 14px;
    position: relative;
    margin-bottom: 16px;
  }
  
  .widget-category-checkbox.style-1 h5::after {
    position: absolute;
    content: "\e914";
    font-family: "icomoon";
    right: 14px;
    top: 13px;
    font-weight: 100;
    font-size: 20px;
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .widget-category-checkbox.style-1 h5.active::after {
    transform: rotate(0);
  }
  
  .widget-category-checkbox.style-1 .content-wg-category-checkbox {
    padding: 0 14px;
    padding-bottom: 30px;
  }
  
  .content-wg-category-checkbox label {
    font-family: "Open Sans", sans-serif !important;
  }
  
  
  #page.market-page {
    padding: 132px 33px 40px 330px;
    background: #000;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  #page.market-page #market {
    margin-bottom: -30px;
  }
  
  .market-page .btn-canvas.active {
    left: 215px;
    top: 3%;
    padding-top: -31px;
    /* top: 9%; */
  }
  
  #market-header {
    position: absolute;
    left: 330px;
    right: 33px;
    top: 0;
    padding-top: 14px;
    padding-bottom: 14px;
    background: #000;
    z-index: 20;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .market-header .widget-search {
    max-width: 540px;
    width: 100%;
  }
  
  
  .admin_active {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  
  .admin_active .popup-notification .notification {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #1d1d1d;
    cursor: pointer;
  }
  
  .admin_active .popup-user .avatar_popup2,
  .admin_active .popup-notification .avatar_popup {
    position: absolute;
    right: 0;
    top: 110%;
    padding: 35px 20px 12px 20px;
    overflow: hidden;
    border-radius: 10px;
    background: #232323;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -moz-box-shadow: 0px 3px 16px 0px #2f536d1f;
    -webkit-box-shadow: 0px 3px 16px 0px #2f536d1f;
    box-shadow: 0px 3px 16px 0px #2f536d1f;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
    font-size: 16px;
    width: 300px;
  }
  
  .admin_active .popup-user .avatar_popup2.visible,
  .admin_active .popup-notification .avatar_popup.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .admin_active .popup-user .user {
    cursor: pointer;
  }
  
  .admin_active .popup-user .user img {
    /* width: 50px;
    height: 50px; */
    border-radius: 50%;
    margin-right: 10px;
  }
  
  .admin_active .popup-user .user span {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
  }
  
  .admin_active .popup-user .user span i {
    font-size: 12px;
    margin-left: 6px;
  }
  
  
  #page.market-page .section-menu-left {
    position: fixed;
    top: 0;
    left: 0;
    gap: 29px;
    height: 100%;
    /* overflow-y: auto; */
    padding-bottom: 115px;
  }
  
  #page.market-page .section-menu-left::-webkit-scrollbar {
    width: 0px;
  }
  
  #page.market-page .section-menu-left .box-logo {
    padding-bottom: 6px;
  }
  
  #page.market-page .section-menu-left .create {
    padding: 28px 30.5px;
  }
  
  .section-menu-left ul.menu-tab li:last-child {
    margin-bottom: 0;
  }
  
  #page.market-page .action__body {
    margin-left: 0;
    margin-right: 0;
  }
  
  .content-tabs .tabcontent {
    display: none;
  }
  
  .content-tabs .tabcontent.active {
    display: flex;
  }
  
  .content-tabs .wrapper-content {
    width: 100%;
    display: flex;
    gap: 40px;
  }
  
  .content-tabs .wrapper-content .inner-content {
    max-width: 1100px;
    width: 100%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
  }
  
  .content-tabs .side-bar {
    width: 400px;
  }
  
  .content-tabs .side-bar .widget {
    margin-bottom: 22px;
  }
  
  .content-tabs .side-bar .widget:last-child {
    margin-bottom: 0;
  }
  
  .content-tabs .side-bar .widget-coins .title-widget {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
  }
  
  .heading-section .tf-title.style-1 {
    font-size: 40px;
    font-style: normal;
    line-height: 55px;
    text-transform: capitalize;
  }
  
  .content-tabs .side-bar .title-widget {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  
  .widget-recently .card-small-main {
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  
  .widget-recently .card-small-main img {
    width: 100%;
  }
  
  .widget-recently .card-small-main .card-bottom {
    background: #111;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  
  .widget-recently .card-small-main .card-bottom h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }
  
  .widget-recently .date {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .widget-recently .card-small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  .widget-recently .card-small:last-child {
    margin-bottom: 0;
  }
  
  .widget-recently .card-small .author {
    display: flex;
  }
  
  .widget-recently .card-small img {
    border-radius: 17px;
    margin-right: 14px;
  }
  
  .widget-recently .card-small .info h6 {
    font-size: 16px;
    font-weight: 800;
    font-family: "Manrope";
    line-height: 22px;
    margin-top: 16.5px;
    margin-bottom: 4px;
  }
  
  .widget-recently .card-small .info p {
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
  }
  
  .widget-recently .card-small .info p a {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .side-bar .see-all {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
  }
  
  .widget-creators-item .order {
    width: 18px;
    margin-right: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 10px;
  }
  
  .widget-creators-item .author img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 14px;
  }
  
  .widget-creators-item .author h6 {
    color: #fff;
  
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .widget-creators-item .author span {
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }
  
  .widget-creators-item .author span a {
    color: rgba(255, 255, 255, 0.5);
  }
  
  .widget-creators-item .time {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
  }
  
  button.follow {
    width: 100px;
    height: 44px;
    background-color: #dee8e8;
    color: #161616;
  }
  
  button.follow.active,
  button.follow:focus,
  button.follow:hover {
    color: #161616;
    background-color: #ddf247;
  }
  
  .widget-coins-item img {
    width: 34px;
    margin-right: 10px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  
  .widget-coins-item:hover img {
    transform: rotateY(360deg);
  }
  
  .widget-coins-item p {
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .widget-coins-item p a {
    color: rgba(255, 255, 255, 0.53);
  }
  
  
  .widget-tabs .tf-soft {
    position: absolute;
    right: 0;
  }
  
  .widget-tabs .tf-soft button {
    height: 40px;
    padding: 9px 12px;
  }
  
  .widget-menu-tab {
    display: flex;
    gap: 9px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .widget-menu-tab li {
   
    padding: 5px 12px 5px 12px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .widget-menu-tab li:hover,
  .widget-menu-tab li.active {
    color: #161616;
    background-color: #ddf247;
  }
  
  .wrap-box-card {
    display: flex;
    flex-wrap: wrap;
    margin-left: -26.67px;
    padding-top: 10px;
  }
  
  .wrap-box-card .col-item {
    width: calc(25% - 26.67px);
    margin-left: 26.67px;
  }
  
  .wrap-box-card .col-item .tf-card-box {
    margin-bottom: 30px;
  }
  
  
  .add-new-collection {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 38px;
    border-radius: 30px;
    border: 2px dashed #3a3a3a;
    background: #232323;
  }
  
  .add-new-collection h6 {
    color: #ddf247;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    display: flex;
    margin-bottom: 12px;
  }
  
  .add-new-collection .icon-add {
    font-size: 24px;
    margin-right: 10px;
  }
  
  .add-new-collection p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .top-collections.style-bottom .tf-card-collection {
    margin-bottom: 30px;
  }
  
  #favorite .style-bottom .swiper-wrapper,
  #tf-collection .style-bottom .swiper-wrapper {
    padding-bottom: 25px;
  }
  
  
  #wallet.tabcontent .inner-content > p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  
  .button-connect-wallet {
    cursor: pointer;
  }
  
  #connect-wallet-list {
    display: none;
    padding-top: 10px;
  }
  
  #connect-wallet-list.active {
    display: block;
  }
  
  .box-wallet {
    padding: 20px;
    border-radius: 20px;
    background: #232323;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .box-wallet img {
    margin-bottom: 20px;
    height: 100px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  
  .box-wallet:hover img {
    transform: rotateY(360deg);
  }
  
  .box-wallet h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 10px;
  }
  
  .box-wallet p {
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .box-wallet.style-1 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .box-wallet.style-1 img {
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  
  .box-wallet.style-1 .info {
    flex-grow: 1;
    text-align: start;
  }
  
  .box-wallet.style-1 .info h6 {
    margin-bottom: 4px;
  }
  
  .tf-button.style-3 {
    width: 124px;
    height: 44px;
    gap: 10px;
  }
  
  #history .inner-content .widget-history {
    border-radius: 20px;
    background: #232323;
    padding: 20px;
  }
  
  #history .inner-content .widget-history .widget-creators-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  #history .inner-content .widget-history .widget-creators-item:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  
  
  .widget-edit {
    border-radius: 20px;
    background: #232323;
    padding: 20px;
        margin-top: 5px;
  }
  
  .widget-edit .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .widget-edit .title h4 {
    font-weight: 1000;
    line-height: 27px;
  }
  
  .widget-edit .title i {
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .icon-keyboard_arrow_up.hiden {
    transform: rotate(180deg);
  }
  
  .widget-edit.avatar img {
    border-radius: 50%;
    margin-right: 30px;
  }
  
  .widget-edit.avatar .uploadfile h6 {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    margin-bottom: 10px;
  }
  
  .widget-edit.avatar .uploadfile label {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 9px 12px;
    background: transparent;
    width: 460px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  
  .uploadfile input[type="file"] {
    width: 142px;
    height: 44px;
    cursor: pointer;
    overflow: hidden;
    padding: 0 0;
    border: none;
    border-radius: 12px;
    position: relative;
  }
  
  .uploadfile input[type="file"]:before {
    position: absolute;
    width: 100%;
    height: 100%;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    padding: 12.5px 17px 12.5px 45px;
    content: "Choose file";
    display: inline-block;
    border: none;
    background-color: #ddf247;
    color: #161616;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .uploadfile input[type="file"]::after {
    position: absolute;
    content: "\e924";
    font-family: "icomoon";
    top: 13px;
    left: 17px;
    font-size: 18px;
    color: #161616;
  }
  
  .uploadfile label:hover input::before {
    background-color: #fff;
  }
  
  .widget-edit.avatar .uploadfile .text {
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .widget-edit.setting .notification-setting-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .widget-edit.setting .notification-setting-item h6 {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 4px;
  }
  
  .widget-edit.setting .notification-setting-item p {
    font-family: "Azeret Mono";
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .widget-edit.setting .check {
    position: relative;
    width: 62px;
    min-width: 62px;
    height: 32px;
    -webkit-appearance: none;
    background: rgba(22, 22, 22, 1);
    border-radius: 999px;
    transition: 0.5s;
    margin-right: 0;
  }
  
  .widget-edit.setting input:checked[type="checkbox"] {
    transition: 0.5s;
  }
  
  .widget-edit.setting .check::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    background: rgba(35, 35, 35, 1);
    transition: 0.5s;
  }
  
  .widget-edit.setting input:checked[type="checkbox"]::before {
    background: rgba(221, 242, 71, 1);
    left: 30px;
  }
  
  
  #create.active {
    display: block;
  }
  
  #create .widget-menu-tab {
    gap: 22px;
    margin-bottom: 50px;
  }
  
  #create .widget-menu-tab .item-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 28px;
    padding: 0 36px 0 38px;
    border: 0;
    position: relative;
    opacity: 0.5;
  }
  
  #create .widget-menu-tab .item-title:hover,
  #create .widget-menu-tab .item-title.active {
    background: none;
    opacity: 1;
    color: #fff;
  }
  
  #create .widget-menu-tab .item-title:last-child {
    padding-right: 10px;
  }
  
  #create .widget-menu-tab .item-title i {
    position: absolute;
    right: -3px;
    font-size: 20px;
    top: 4px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  #create .widget-menu-tab .item-title .order {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    left: 0;
    background-color: #ddf247;
    border-radius: 50%;
    color: #161616;
    font-size: 14px;
    font-weight: 800;
    line-height: 20px;
  }
  
  #create .widget-content-inner {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
  }
  
  #create .widget-content-inner .uploadfile {
    text-align: center;
    width: 100%;
    border-radius: 30px;
    border: 2px dashed #3a3a3a;
    background: #232323;
    padding: 53px 0;
    cursor: pointer;
    margin-bottom: 0;
  }
  
  #create .widget-content-inner label img {
    margin-bottom: 30px;
    height: 50px;
  }
  
  #create .widget-content-inner label h5 {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 12px;
  }
  
  #create .widget-content-inner label p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 3px;
  }
  
  #create .widget-content-inner label .filename {
    font-family: "Azeret Mono";
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
  }
  
  #create .widget-content-inner label input {
    width: 174px;
    height: 50px;
    border-radius: 14px;
  }
  
  #create .widget-content-inner label input::before {
    background: #dee8e8;
    content: "Browse file";
    padding: 15.5px 62px 15.5px 34px;
  }
  
  #create .widget-content-inner label:hover input::before {
    background-color: #ddf247;
  }
  
  #create .widget-content-inner label input::after {
    content: "\ea3b";
    right: 34px;
    top: 16px;
    left: auto;
  }
  
  #create .wrap-content .blockchain .widget-coins-item {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 13px 17px;
  }
  
  #create .wrap-content .blockchain .widget-coins-item img {
    width: 24px;
    margin-right: 6px;
  }
  
  .btn-submit button.style-1 {
    color: #161616;
    display: flex;
  }
  
  #create .widget-content-inner.description {
    flex-wrap: nowrap;
    gap: 40px;
    margin-top: -10px;
  }
  
  #create .widget-content-inner.description .wrap-upload {
    width: 37%;
  }
  
  #create .widget-content-inner.description .wrap-content {
    width: 60.39%;
  }
  
  #create .widget-content-inner.description .btn-submit button {
    width: 48.4%;
  }
  
  
  .widget-term-condition .wrap-menu {
    border-radius: 20px;
    background: #232323;
    padding: 20px 20px 20px 18px;
  }
  
  .widget-term-condition .wrap-menu .title {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 20px;
  }
  
  .widget-term-condition .menu-tab .item-title {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 10px;
    cursor: pointer;
  }
  
  .widget-term-condition .menu-tab .item-title.active {
    color: #ddf247;
  }
  
  .widget-term-condition .content-tab .content-inner {
    border-radius: 20px;
    background: #232323;
    padding: 30px;
  }
  
  .widget-term-condition .content-tab .date {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 35px;
  }
  
  .widget-term-condition .content-tab p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 12px;
  }
  
  
  .flat-accordion .flat-toggle,
  .flat-accordion2 .flat-toggle2 {
    border-radius: 16px;
    background: #232323;
    padding: 14px 20px;
    margin-bottom: 10px;
    position: relative;
  }
  
  .about-us-page .flat-accordion .flat-toggle,
  .about-us-page .flat-accordion2 .flat-toggle2 {
    padding: 15px 26px;
  }
  
  .flat-accordion .flat-toggle .toggle-title,
  .flat-accordion2 .flat-toggle2 .toggle-title {
    font-weight: 800;
    line-height: 25px;
    position: relative;
    cursor: pointer;
    padding-right: 25px;
  }
  
  .about-us-page .flat-accordion .flat-toggle .toggle-title,
  .about-us-page .flat-accordion2 .flat-toggle2 .toggle-title {
    font-size: 18px;
  }
  
  .flat-accordion .flat-toggle .toggle-title.active,
  .flat-accordion2 .flat-toggle2 .toggle-title.active {
    color: rgba(221, 242, 71, 1);
  }
  
  .flat-accordion .flat-toggle .toggle-title::after,
  .flat-accordion2 .flat-toggle2 .toggle-title::after {
    position: absolute;
    top: 12px;
    right: 3px;
    content: "";
    background-color: #fff;
    width: 15px;
    height: 2px;
    border-radius: 2px;
  }
  
  .flat-accordion .flat-toggle .toggle-title::before,
  .flat-accordion2 .flat-toggle2 .toggle-title::before {
    position: absolute;
    top: 12px;
    right: 3px;
    content: "";
    background-color: #fff;
    width: 15px;
    height: 2px;
    border-radius: 2px;
    transform: rotate(90deg);
  }
  
  .flat-accordion .flat-toggle .toggle-title.active::before,
  .flat-accordion2 .flat-toggle2 .toggle-title.active::before {
    display: none;
  }
  
  .flat-accordion .flat-toggle .toggle-title.active::after,
  .flat-accordion2 .flat-toggle2 .toggle-title.active::after {
    background-color: #ddf247;
  }
  
  .flat-accordion .flat-toggle .toggle-content,
  .flat-accordion2 .flat-toggle2 .toggle-content {
    padding-top: 14px;
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: none;
  }
  
  .flat-accordion .flat-toggle .toggle-content p,
  .flat-accordion2 .flat-toggle2 .toggle-content p {
    color: #919191;
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .wrap-accordion .content {
    text-align: center;
    margin-top: 20px;
  }
  
  .wrap-accordion .content .text {
    font-size: 18px;
    font-weight: 800;
    line-height: 25px;
    margin-bottom: 10px;
  }
  
  .wrap-accordion .content p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .wrap-accordion .flat-button {
    gap: 20px;
  }
  
  .wrap-accordion .flat-button a {
    width: 216px;
  }
  
  .faqs-page .flat-accordion2 .flat-toggle2 .toggle-title {
    font-size: 18px;
  }
  
  
  .ranking .tf-soft .dropdown {
    width: 180px;
  }
  
  .widget-table-ranking .table-ranking-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 20px;
    background: #232323;
    justify-content: space-between;
  }
  
  .widget-table-ranking .table-ranking-heading .column2 {
    width: 130px;
  }
  
  .widget-table-ranking .table-ranking-heading .column1 {
    width: 360px;
  }
  
  .widget-table-ranking .table-ranking-heading .column {
    width: 101px;
  }
  
  .widget-table-ranking .table-ranking-heading h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
  }
  
  .widget-table-ranking .table-ranking-content .fl-row-ranking {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-radius: 20px;
    background: #232323;
  }
  
  .widget-table-ranking .table-ranking-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td1,
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td2,
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td3,
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td4,
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td5,
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td6,
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td7 {
    width: 101px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    font-family: "Azeret Mono";
    font-weight: 500;
    line-height: 11px;
  }
  
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td1 {
    width: 360px;
  }
  
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td2 {
    width: 130px;
  }
  
  .widget-table-ranking .table-ranking-content .fl-row-ranking .td1 .item-rank {
    font-family: "Manrope";
    font-weight: 800;
    width: 22px;
  }
  
  .widget-table-ranking
    .table-ranking-content
    .fl-row-ranking
    .td1
    .item-avatar
    img {
    width: 60px;
    border-radius: 10px;
    height: 60px;
  }
  
  .table-ranking-content .fl-row-ranking h6 {
    font-size: 16px;
    color: #fff;
    line-height: 11px;
  }
  
  .table-ranking-content .fl-row-ranking .price.gem i {
    font-size: 14px;
  }
  
  .table-ranking-content .fl-row-ranking .danger h6 {
    color: #f24747;
  }
  
  .table-ranking-content .fl-row-ranking .warning h6 {
    color: #ddf247;
  }
  
  
  .upcoming-page .flat-title-page {
    padding-bottom: 40px;
  }
  
  .upcoming-page
    .widget-table-ranking
    .table-ranking-content
    .fl-row-ranking
    .td1
    .item-rank {
    width: 24px;
  }
  
  .upcoming-page
    .widget-table-ranking
    .table-ranking-content
    .fl-row-ranking
    .td1,
  .upcoming-page .widget-table-ranking .table-ranking-heading .column1 {
    width: 370px;
  }
  
  .upcoming-page
    .widget-table-ranking
    .table-ranking-content
    .fl-row-ranking
    .td2,
  .upcoming-page
    .widget-table-ranking
    .table-ranking-content
    .fl-row-ranking
    .td3,
  .upcoming-page
    .widget-table-ranking
    .table-ranking-content
    .fl-row-ranking
    .td4,
  .upcoming-page .widget-table-ranking .table-ranking-heading .column {
    width: 139px;
  }
  
  .upcoming-page
    .widget-table-ranking
    .table-ranking-content
    .fl-row-ranking
    .td5,
  .upcoming-page .widget-table-ranking .table-ranking-heading .column2 {
    width: 236px;
  }
  
  
  .product-detail {
    margin-top: 174px;
  }
  .product-detail .col-md-6 .infor-product,
  .product-detail .col-md-6 .product-item.time-sales,
  .product-detail .col-md-6 .product-item.description,
  .product-detail .col-md-6 .product-item.history,
  .product-detail .col-md-6 .product-item.details,
  .product-detail .col-md-6 .product-item.traits {
    margin-left: 3px;
  }
  
  .tf-card-box.style-5 {
    position: relative;
    padding: 0;
    transform: none;
    margin-bottom: 16px;
  }
  
  .tf-card-box.style-5 .price {
    position: absolute;
    top: 20px;
    right: 80px;
    width: 26px;
    height: 26px;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  
  .tf-card-box.style-5 .price i {
    font-size: 14px;
    margin-right: 0;
  }
  
  .tf-card-box.style-5 .wishlist-button {
    width: unset;
    padding: 6px 10px;
    font-size: 14px;
    gap: 4px;
    top: 20px;
    right: 20px;
  }
  
  .tf-card-box.style-5 .featured-countdown {
    top: auto;
    bottom: 16px;
    right: 50%;
    transform: translateX(50%);
    width: 158px;
    height: 52px;
    font-size: 20px;
    line-height: 14px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .tf-card-box.style-5:hover .featured-countdown {
    opacity: 1;
    visibility: visible;
    bottom: 46px;
  }
  
  .tf-card-box.style-6 {
    background: none;
    padding: 0 7.5px;
    margin-top: 19px;
    margin-bottom: 50px;
  }
  
  .tf-card-box.style-7 {
    background: none;
    transform: none;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
    border-radius: 0;
  }
  
  .tf-card-box.style-7 .card-media {
    border-radius: 0;
    margin-bottom: 0;
  }
  
  .carousel3-type2 {
    border-radius: 20px;
    margin-bottom: 80px;
  }
  
  
  
  .infor-product > .text {
    color: #ddf247;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .infor-product.style-1 > .text {
    margin-bottom: 5px;
  }
  
  .infor-product.style-1 .meta {
    padding-right: 96px;
  }
  
  .infor-product > .text .icon-tick {
    font-size: 20px;
    margin-left: 10px;
  }
  
  .menu_card {
    position: absolute;
    right: 15px;
    top: 0;
    display: flex;
    gap: 18px;
    z-index: 10;
  }
  
  .menu_card .icon > a i {
    font-size: 24px;
    cursor: pointer;
  }
  
  .menu_card .dropdown-menu.show {
    display: block;
    padding: 20px;
    border-radius: 20px;
    background: #232323;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.4);
  }
  
  .menu_card .dropdown-menu.show a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 16px;
  }
  
  .menu_card .dropdown-menu.show a:hover {
    background: unset;
    color: #ddf247;
  }
  
  .menu_card .dropdown-menu.show a i {
    font-size: 20px;
    background-color: #2e2e2e;
    border-radius: 50%;
    padding: 7px;
  }
  
  .infor-product h2 {
    margin-bottom: 9px;
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    text-transform: capitalize;
  }
  
  .infor-product .meta {
    display: flex;
    gap: 10px;
  }
  
  .infor-product .meta-item {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 9px 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
  }
  
  .infor-product .meta-item i {
    font-size: 18px;
  }
  
  
  .product-item {
    padding: 20px;
    gap: 16px;
    border-radius: 20px;
    background: #232323;
    margin-bottom: 20px;
    position: relative;
  }
  
  .product-item > h6 {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .product-item > h6 i {
    font-size: 18px;
    margin-right: 7px;
  }
  
  .product-item > i {
    position: absolute;
    font-size: 12px;
    right: 20px;
    top: 23.5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .product-item > i.hiden {
    transform: rotate(180deg);
  }
  
  .product-item.time-sales .content .text {
    font-family: "Azeret Mono";
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 4px;
  }
  
  .product-item.time-sales .content p {
    color: #fff;
    font-size: 32px;
    font-weight: 800;
    line-height: 44px;
    text-transform: capitalize;
  }
  
  .product-item.time-sales .content p span {
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.3);
  }
  
  .product-item.description .content p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .product-item.details .content .details-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  
  .product-item.details .content .details-item span {
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .product-item.traits .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px 10px;
  }
  
  .product-item.traits.style-1 .content {
    grid-template-columns: repeat(4, 1fr);
  }
  
  .product-item.traits .content .trait-item {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 13px 14px;
    text-align: center;
  }
  
  .product-item.traits .content .trait-item p {
    color: rgba(255, 255, 255, 0.3);
    font-family: "Azeret Mono";
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
  }
  
  .product-item.traits .content .trait-item .title {
    color: var(--white, #fff);
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
    margin: 8px 0;
  }
  
  .product-item .table-heading {
    display: flex;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .product-item .column {
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
  }
  
  .product-item .table-item {
    display: flex;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
  
  .product-item .table-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  
  .product-item .table-item .column {
    font-family: "Azeret Mono";
    font-weight: 400;
    line-height: 22px;
  }
  
  .product-item .table-item .column .price.gem {
    font-weight: 400;
    font-size: 14px;
  }
  
  .product-item .table-item .column .icon-sale,
  .product-item .table-item .column .icon-two-arrow {
    font-size: 14px;
    margin-right: 4px;
  }
  
  #myChart {
    width: 100% !important;
    height: 248px !important;
  }
  
  
  .box-icon-item {
    border-radius: 30px;
    background: #232323;
    padding: 30px;
    text-align: center;
  }
  
  .box-icon-item img {
    margin-bottom: 30px;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  
  .box-icon-item:hover img {
    transform: rotateY(360deg);
  }
  
  .box-icon-item .title {
    font-size: 20px;
    font-weight: 800;
    line-height: 27px;
    margin-bottom: 12px;
  }
  
  .box-icon-item p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  
  
  .widget-our-team {
    background: #111;
    padding: 80px 0;
  }
  
  .our-team-item img {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 90px;
    filter: grayscale(100%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  
  .our-team-item:hover img {
    transform: rotateY(360deg);
    filter: grayscale(0%);
  }
  
  .our-team-item .name {
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    margin-bottom: 2px;
  }
  
  .our-team-item .info {
    font-family: "Azeret Mono";
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
  }
  
  .our-team-item .widget-social ul li {
    margin-right: 6px;
  }
  
  .our-team-item .widget-social ul li a {
    width: 26px;
    height: 26px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
  }
  
  .our-team-item .widget-social ul li a:hover {
    color: #fff;
  }
  
  
  .widget-income {
    position: relative;
    border-radius: 30px;
    background: #111;
    padding: 40px 40px 97px 40px;
    margin-right: 13px;
  }
  
  .widget-income .title {
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    text-transform: capitalize;
    max-width: 635px;
    margin-bottom: 30px;
  }
  .widget-income p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width: 540px;
    margin-bottom: 30px;
  }
  
  .widget-income .image .iphone {
    position: absolute;
    right: -13px;
    bottom: -27px;
  }
  
  .widget-income .image .icon-1 {
    width: 78px;
    height: 79px;
    position: absolute;
    right: 357px;
    top: 117px;
    animation: movedown 3s infinite linear alternate;
  }
  
  .widget-income .image .icon-2 {
    width: 66px;
    height: 80px;
    position: absolute;
    right: 85px;
    bottom: 57px;
    animation: moveleft 3s infinite linear;
  }
  
  .widget-income .image .icon-3 {
    position: absolute;
    right: 36px;
    top: 41px;
    animation: moveleft 3s infinite linear;
  }
  
  .widget-income .image .icon-4 {
    position: absolute;
    right: 274px;
    top: 45px;
    animation: move1 7s infinite linear;
  }
  
  
  .contact-us-page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 929px;
    top: 177px;
    left: 0;
    background-image: url(../images/item-background/bg-contact.png);
  }
  
  .contact-us-page .flat-title-page {
    padding-top: 72px;
  }
  
  .widget-gg-map {
    filter: grayscale(100%);
    border-radius: 30px;
    overflow: hidden;
  }
  
  .contact-us-page fieldset {
    margin-bottom: 22px;
  }
  
  
  .widget-login {
    padding: 30px;
    border-radius: 20px;
    background: #232323;
  }
  
  fieldset.password > i::before {
    margin-left: -46px;
    font-size: 18px;
    color: rgba(145, 145, 145, 1);
    cursor: pointer;
  }
  
  .forget-password {
    text-align: right;
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 18px;
  }
  
  .forget-password a {
    color: rgba(255, 255, 255, 0.53);
  }
  
  .widget-login .other {
    text-align: center;
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    position: relative;
  }
  
  .widget-login .other::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 40%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
  }
  
  .widget-login .other::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 40%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.08);
  }
  
  .widget-login .login-other {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
  }
  
  .widget-login .login-other-item {
    width: 100%;
    height: 50px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 19px;
    text-transform: capitalize;
  }
  
  .widget-login .login-other-item:hover {
    color: #161616;
    background-color: #ddf247;
  }
  
  .widget-login .no-account {
    color: rgba(255, 255, 255, 0.53);
    text-align: center;
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .widget-login .widget-category-checkbox label {
    margin-bottom: 2px;
    padding-left: 34px;
  }
  
  
  .modal {
    z-index: 999999 !important;
  }
  
  .modal-dialog {
    max-width: 585px !important;
    margin: auto !important;
  }
  
  .modal-open .modal {
    overflow: hidden !important;
    padding-right: 0 !important;
  }
  
  .modal-dialog-centered {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    min-height: 100%;
    max-width: 500px;
    margin: 1.75rem auto;
  }
  
  .modal.fade.popup.show {
    padding-right: 0 !important;
  }
  
  .modal-content {
    background-color: transparent !important;
  }
  
  .modal-content .close {
    overflow: hidden;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #ddf247;
    border: none;
    outline: none;
    z-index: 10 !important;
    opacity: 1;
    box-shadow: 0px 3px 16px rgb(47 83 109 / 12%);
  }
  
  .modal-content .close:hover {
    opacity: 1;
  }
  
  .modal-content .close span {
    font-size: 15px;
    color: #161616;
  }
  
  .modal-body {
    border-radius: 20px !important;
    background: #161616;
  
    padding: 30px !important;
  }
  
  .modal-body .image {
    background-color: #ddf247;
    border-radius: 10px;
  }
  
  .modal-body .logo-rotate {
    background-color: #161616;
    border: none;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px !important;
    height: 120px !important;
    margin: auto;
    margin-top: -60px;
    margin-bottom: 30px;
  }
  
  .modal-body h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    line-height: 41px;
    text-transform: capitalize;
    margin-bottom: 16px;
  }
  
  .modal-body p {
    color: rgba(255, 255, 255, 0.53);
    text-align: center;
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 50px;
  }
  
  .modal-body fieldset {
    margin-bottom: 20px;
    margin-left: 9px;
    margin-right: 9px;
  }
  
  .modal-body > a.tf-button {
    width: 320px;
    margin: auto;
  }
  
  
  .section-single-page {
    padding: 70px 0 75px 0;
    text-align: center;
    height: 930px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  
  .section-single-page > * {
    width: 100%;
  }
  
  .section-single-page .content h1 {
    font-size: 100px;
    font-weight: 800;
    line-height: 137px;
    text-transform: capitalize;
    margin-bottom: 24px;
  }
  
  .section-single-page .content p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 59px;
  }
  
  .section-single-page .content fieldset {
    width: 638px;
    margin: auto;
    margin-bottom: 20px;
  }
  
  .section-single-page .content > a {
    width: 320px;
    margin: auto;
  }
  
  .section-single-page .content .status {
    font-family: "Azeret Mono";
    font-size: 16px;
    font-weight: 500;
    line-height: 11px;
    margin-bottom: -11px;
  }
  
  .section-single-page.maintanance .content p {
    margin-bottom: 50px;
  }
  
  .section-single-page.maintanance .content .box-button {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .section-single-page.maintanance .content .box-button a {
    width: 216px;
  }
  
  .section-404-page {
    text-align: center;
    padding: 24px 0 204px 0;
  }
  
  .section-404-page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 650px;
    bottom: 0px;
    left: 0;
    background-image: url(../images/item-background/bg-404png.png);
  }
  
  .section-404-page .content {
    font-size: 300px;
    font-weight: 800;
    line-height: 410px;
    text-transform: capitalize;
    margin-bottom: -13px;
  }
  
  .section-404-page h2 {
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  
  .section-404-page p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 40px;
  }
  
  .section-404-page a {
    width: 320px;
    margin: auto;
  }
  
  
  #select-day {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 34px;
    width: unset;
  }
  
  .background-white #select-day {
    text-transform: capitalize;
  }
  
  #select-day::before {
    position: absolute;
    content: "\e914";
    font-family: "icomoon";
    color: #ddf247;
    right: 0px;
    top: 0;
    font-size: 20px;
  }
  
  #select-day ul {
    position: absolute;
    top: 110%;
    right: -36px;
    width: 160px;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  #select-day ul.show {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  #select-day ul li {
    padding: 5px 0;
    background-color: #3c3c56;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .background-white #select-day ul li {
    background-color: #dee8e8;
  }
  
  #select-day ul li:hover,
  #select-day ul li.active {
    background-color: #343444;
  }
  
  .background-white #select-day ul li:hover,
  .background-white #select-day ul li.active {
    background-color: #ddf247;
  }
  
  
  .bg-text {
    position: absolute;
    width: 100%;
    top: -18px;
    left: 0;
    opacity: 0.2;
    z-index: 0;
  }
  
  .bg-text h2 {
    text-align: center;
    font-size: 125px;
    font-weight: 800;
    line-height: 273px;
    text-transform: capitalize;
    color: #161616;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-stroke: 3px transparent;
  }
  
  
  .page-title {
    padding-top: 60px;
    text-align: center;
  }
  
  .page-title h1 {
    font-weight: 800;
    line-height: 55px;
    text-transform: capitalize;
    padding-bottom: 16px;
    margin-top: 88px;
    font-size: 28px;
    margin-bottom: 0px;
  }
  .page-title p {
    color: #919191;
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width: 490px;
    margin: auto;
    /* margin-bottom: 40px; */
  }
  
  .page-title p span {
    color: #fff;
  }
  
  .page-title.no-result .widget-search {
    width: 920px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 60px;
  }
  
  .page-title.faqs p {
    max-width: unset;
  }
  
  .page-title.about-us {
    padding-top: 125px;
  }
  
  .page-title.about-us::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 80px;
    left: 0;
    background: url(../images/item-background/bg-about.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  .page-title.about-us .content {
    margin-bottom: 80px;
  }
  
  .page-title.about-us .content h1 {
    max-width: 600px;
    margin: auto;
    padding-bottom: 30px;
  }
  
  .page-title.about-us .icon-background .item1 {
    left: -68px;
    top: 306px;
    z-index: 7;
    animation: scale1 3s infinite linear;
  }
  
  .page-title.about-us .icon-background .item2 {
    left: 106px;
    top: -31px;
    z-index: 7;
    animation: move1 7s infinite linear;
  }
  
  .page-title.about-us .icon-background .item3 {
    right: 3px;
    top: 233px;
    z-index: 7;
    animation: moveleft 3s infinite linear;
  }
  
  .page-title.about-us .icon-background .item4 {
    right: -163px;
    top: 132px;
    z-index: 7;
    animation: movedown 3s infinite linear alternate;
  }
  
  .heading-section-1 {
    text-align: center;
  }
  
  .heading-section-1 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    line-height: 55px;
    text-transform: capitalize;
  }
  
  .heading-section-1 p {
    color: rgba(255, 255, 255, 0.53);
    font-family: "Azeret Mono";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width: 530px;
    margin: auto;
  }
  
  .contact-us-page .widget-box-icon form button {
    width: 350px;
    height: 52px;
    margin: auto;
  }
  
  .widget-login .widget-category-checkbox {
    padding: 0;
    margin-top: 30px;
  }
  
  .slider-3d-page .content h1 {
    padding-right: 27px;
  }
  
  .slider-3d-page .pages-title .content {
    padding-bottom: 80px;
  }
  
  .slider-3d .tf-card-box.style-2 .card-media img {
    margin: 0;
    height: unset;
  }
  
  
  .slider-scroll-page .flat-pages-title-home7 {
    margin: 35px 0 51px;
  }
  
  .slider-scroll-page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 514px;
    bottom: 0px;
    left: 0;
    background-image: url(../images/item-background/bg-home7.png);
    z-index: -1;
    background-repeat: no-repeat;
  }
  
  .slider-scroll-page .flat-pages-title-home7::after {
    display: none;
  }
  
  .slider-scroll-page .bg-home7 {
    transform: rotate(0);
    right: -291px;
  }
  
  .slider-scroll-page .flat-pages-title-home7 .content {
    margin-top: 76px;
    padding-left: 0;
    margin-bottom: 260px;
  }
  
  .slider-scroll-page .flat-pages-title-home7 .content h1 {
    max-width: unset;
    text-transform: none;
  }
  
  .slider-scroll-page .flat-pages-title-home7 .icon-background .item9 {
    right: unset;
    left: 440px;
  }
  
  .slider-scroll-page .flat-pages-title-home7 .icon-background .item10 {
    left: 460px;
    right: unset;
    bottom: 190px;
    top: unset;
  }
  
  
  .slider-animation-page::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 514px;
    bottom: 0px;
    left: 0;
    background-image: url(../images/item-background/bg-home7.png);
    background-repeat: no-repeat;
    z-index: -1;
  }
  
  .slider-animation-page .flat-pages-title-home7::before,
  .slider-animation-page .flat-pages-title-home7::after {
    display: none;
  }
  
  .slider-animation-page .flat-pages-title-home7 .content {
    margin-top: 70px;
    padding-left: 0;
  }
  
  .slider-animation-page .flat-pages-title-home7 .content h1 {
    max-width: unset;
    text-transform: none;
  }
  
  .slider-animation-page .image-right {
    position: relative;
    width: 100%;
    height: 622px;
  }
  
  .slider-animation-page .image-right .item1 {
    position: absolute;
    right: 101px;
    top: 36px;
    animation: movedown 3s infinite linear alternate;
  }
  
  .slider-animation-page .image-right .item2 {
    width: 19px;
    height: 20px;
    position: absolute;
    right: 455px;
    top: 469px;
    animation: scale1 3s infinite linear alternate;
  }
  
  .slider-animation-page .image-right .item3 {
    position: absolute;
    right: 468px;
    top: 293px;
    animation: movedown 3s infinite linear alternate;
  }
  
  .slider-animation-page .image-right .item4 {
    position: absolute;
    right: 396px;
    top: 103px;
    animation: move1 7s infinite linear;
  }
  
  .slider-animation-page .image-right .item5 {
    position: absolute;
    right: 46px;
    top: 49px;
    animation: moveleft 3s infinite linear alternate;
  }
  
  .slider-animation-page .image-right .item6 {
    width: 21px;
    height: 21px;
    position: absolute;
    right: -100px;
    top: 176px;
    animation: scale1 3s infinite linear alternate;
    animation-delay: 1.5s;
  }
  
  .slider-animation-page .image-right .item7 {
    position: absolute;
    width: 80px;
    height: 82px;
    right: -5px;
    top: 200px;
    animation: rotate360 3s infinite linear;
  }
  
  .slider-animation-page .image-right .item8 {
    position: absolute;
    width: 16px;
    height: 17px;
    right: -7px;
    top: 412px;
    animation: rotate360 1.5s infinite linear;
  }
  
  .tf-author-box.style-2.hv-border {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  .tf-author-box.style-2.hv-border:hover {
    box-shadow: 0px 30px 50px rgb(0 0 0 / 35%);
  }
  
  .background-white .tf-author-box.style-2.hv-border:hover {
    box-shadow: 0px 25px 20px -10px rgb(0 0 2 / 5%);
  }
  
  
  .widget-bg-line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  
  
  .widget-bg-line .wraper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .widget-bg-line .bg-grid-line .bg-line {
    height: 200%;
    transform: rotateX(82deg);
  }
  
  .widget-bg-line .bg-grid-line .bg-line::before {
    left: 0;
    background-size: 118.9px 85px;
  }
  
  .widget-bg-line .bg-grid-line {
    bottom: 0;
    left: 0;
    height: 88%;
  }
  
  .widget-bg-line .bg-grid-line.y.top {
    transform: rotate(180deg);
    top: 0;
  }
  
  .widget-bg-line .bg-grid-line.x .bg-line {
    transform: rotateX(50deg);
  }
  
  .widget-bg-line .bg-grid-line.x {
    transform: rotate(-90deg);
    left: unset;
    right: 37px;
    height: 100%;
    width: 56%;
    top: 0;
    bottom: unset;
  }
  
  .widget-bg-line .bg-grid-line.x .bg-line::before {
    background-size: 96px 64px;
  }
  
  .widget-bg-line .bg-grid-line.x.left {
    transform: rotate(90deg);
    right: unset;
    left: 37px;
    height: 100%;
    width: 56%;
    top: 0;
    bottom: unset;
  }
  
  .slider-3d-page .tf-card-box {
    width: 350px;
    height: 430px;
  }
  
  .slider-3d-page .swiper-pagination {
    bottom: -30px !important;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #tsparticles1,
  #tsparticles2,
  #tsparticles3,
  #tsparticles4,
  #tsparticles5,
  #tsparticles6,
  #tsparticles7,
  #tsparticles8 {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: 0;
  }
  
  .po-sticky.fixed {
    position: fixed;
    top: 87px;
    width: 255px;
    margin-top: 87px;
  }
  
  .po-sticky.fixed.type1 {
    margin-top: 98px;
  }
  
  
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: none !important;
    opacity: .2;
  }


  /* New css by vivek */
  .extra-space{
    margin-top: 50px;
  }

  /* End here */

/* for shortcodes.css line: 10 to 6253 end ******************** */
/********************* for responsive.css: 6253 to 6253 end ******************** */
@media (max-width: 1440px) {
  
  .widget-bg-animation .slide-bg .box h2 {
      font-size: 100px;
      line-height: 170px;
  }
  .flat-pages-title-home4 .banner__right {
      margin-left: 0;
  }
  .home-6 .tf-soft {
      flex-wrap: wrap;
      row-gap: 15px;
  }
  .home-6 .soft-left {
      width: 100%;
  }
  .home-6 .tf-soft .soft-left .dropdown {
      width: 24%;
  }
  .home-6 .wrap-content .tf-soft .soft-right .dropdown {
      padding-left: 0;
  }
  .action__body.style-1 img {
      width: 45%;
      top: 45px;
  }
  .btn-canvas {
      display: flex;
  }
  .home-6 .swiper-button-next,
  .home-6 .swiper-button-prev,
  .home-6 .swiper-pagination {
      display: none;
  }
  .wrap-box-card.style-1 .col-item {
      width: calc(25% - 28.5px) !important;
  }
  .wrap-box-card .col-item {
      width: calc(33.333% - 28.5px) !important;
  }
  .home-6 .wrap-content {
      padding-left: 30px;
      padding-right: 45px;
  }
  #page.market-page .section-menu-left .bottom,
  #page.market-page .section-menu-left {
      width: 200px;
  }
  #page.market-page .section-menu-left ul.menu-tab li {
      padding-left: 45px;
  }
  #page.market-page .section-menu-left ul.menu-tab li svg {
      left: 15px;
  }
  #page.market-page .section-menu-left .create,
  #page.market-page .section-menu-left .content h6,
  #page.market-page .section-menu-left .box-logo {
      padding-left: 15px;
      padding-right: 15px;
  }
  #page.market-page {
      padding: 132px 15px 40px 215px;
  }
  #market-header {
      left: 215px;
      right: 15px;
      position: fixed;
      padding-left: 60px;
  }

  .tf-category img {
      width: 100%;
  }
  .content-tabs .wrapper-content {
      gap: 15px;
  }
  .content-tabs .side-bar {
      width: 350px;
  }
  .content-tabs .wrapper-content .inner-content {
      max-width: calc(100vw - 595px );
  }
  #page.market-page.full #market-header {
      left: 15px;
  }
  #page.market-page.full .content-tabs .wrapper-content .inner-content {
      max-width: calc(100vw - 395px );
  }
  .tf-card-box .card-media img {
      /* width: 100% !important;
      height: auto !important; */
  }
  .flat-pages-title-home3 .next-3d,
  .flat-pages-title-home3 .prev-3d {
      display: none;
  }
  .market-page .bg-home7 {
      justify-content: end;
      right: -50px;
  }
  .market-page .bg-home7 .swiper-container {
      margin: unset;
  }
  .market-page .bg-home7 .autoslider3reverse {
      display: none;
  }
  .section-menu-left.null {
      left: -100%;
  }
  .home-6 .wrap-content.full {
      margin-left: 0;
      width: 100%;
  }
  #page.market-page .section-menu-left.null {
      left: -100%;
  }
  #page.market-page.full {
      padding-left: 15px;
  }
  .header_1.header-full .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
  }
}



@media (max-width: 1200px) {
  .home-6 .bg-home7,
  .market-page .bg-home7 {
      display: none;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .next-3d,
  .prev-3d,
  .swiper-pagination {
      display: none;
  }
  .action__body.style-1 img {
      position: unset;
      padding-top: 50px;
  }
  .home-6 .featured-item.style-bottom .tf-card-box .card-media img {
      width: 100%;
  }
  .action__body.style-1 {
      text-align: center;
  }
  .action__body.style-1 h2,
  .action__body.style-1 p {
      max-width: none;
      text-align: start;
  }
  .action__body.style-1 img {
      width: 65%;
  }
  .home-6 .wrap-content {
      padding-left: 0px;
      padding-right: 20px;
  }
  .tf-card-box.style-1 .card-media img {
      width: 100%;
      height: auto;
  }
  .market-page .widget-tabs .tf-soft {
      position: unset;
      margin-bottom: 15px;
  }
  .market-page .wrap-box-card .col-item {
      width: calc(50% - 28.5px) !important;
  }
  .widget-edit.avatar .uploadfile label {
      width: 100%;
  }
  .flat-pages-title-home2 .banner__right {
      margin-left: 15px;
  }
  .widget-income {
      margin-right: 0;
  }
  .bg-text {
      display: none;
  }
}

@media (max-width: 1024px) {
  .po-sticky.fixed {
      width: 226px;
  }
  .header_1 #main-nav {
      left: 20%;
  }
  #main-nav>ul>li {
      padding: 17px 10px 18px 10px;
  }
  .icon-background {
      display: none;
  }
  .footer-content {
      flex-wrap: wrap;
  }
  #footer .widget {
      margin-right: 20px;
  }
  .tf-soft {
      flex-wrap: wrap;
      row-gap: 15px;
  }
  .wrap-box-card.style-1 .col-item {
      width: calc(33% - 28.5px) !important;
  }
  .home-6 .tf-card-collection .media-images-collection .author-poster {
      width: 75px;
      height: 75px;
  }
  .carouselright {
      padding-left: 15px;
      padding-right: 15px;
  }
  .widget-income .image .iphone {
      width: 50%;
  }
  .widget-income .image .icon-1,
  .widget-income .image .icon-2,
  .widget-income .image .icon-3,
  .widget-income .image .icon-4 {
      display: none;
  }
  .market-page .action__body .flat-button {
      flex-wrap: wrap; 
      row-gap: 15px;
  }
  .market-page .action__body .tf-button {
      width: 100%;
  }
  .market-header .widget-search {
      width: auto;
      flex-grow: 1;
      margin-right: 15px;
  }
  
}

@media (max-width: 991px) {
  .header-search .show-search {
      line-height: 50px;
  }
  .market-page .action__body > .flex {
      flex-wrap: wrap;
      row-gap: 15px;
  }
  .market-page .action__body a {
      width: 100%;
  }
  
  .header_1 #main-nav ,
  .header_1 .canvas {
      display: none;
  }
  .mobile-button {
      /* display: block; */
  }
  .footer-content {
      gap: 30px;
  }
  .widget-logo {
      width: 100%;
  }
  #footer .widget {
      width: 48%;
      margin-right: 0;
  }
  .tf-box-icon {
      margin-bottom: 30px !important;
  }
  .grid-author-box {
      grid-template-columns: repeat(2,1fr);
  }
  .flat-pages-title-home4 {
      padding-bottom: 120px;
  }
  .flat-pages-title-home4 .content {
      padding-top: 0px;
      padding-bottom: 50px;
  }
  .flat-pages-title-home4 .banner__right {
      margin-left: 13%;
  }
  .home-6 .section-menu-left .box-logo,
  .home-6 .section-menu-left .connect,
  .home-6 .section-menu-left .list-menu {
      padding-left: 15px;
      padding-right: 15px;
  }
  .home-6 .section-menu-left .wrap-bottom,
  .section-menu-left {
      width: 230px;
  }
  .home-6 .wrap-content {
      width: calc(100vw - 230px);
      margin-left: 230px;
  }
  .bg-home7 .swiper-container:first-child,
  .bg-home7 .swiper-container:last-child {
      display: none;
  }
  .bg-home7 {
      justify-content: end;
  }
  .home-7 .bg-home7 {
      justify-content: center;
  }
  .bg-home7 .swiper-container {
      margin: unset;
  }
  .widget-table-ranking {
      overflow-x: auto;
  }
  .widget-table-ranking .table-ranking-heading,
  .widget-table-ranking .table-ranking-content {
      width: 1110px;
  }
  .page-title.about-us {
      padding-top: 100px;
  }
  .counter__body-1 {
      flex-wrap: wrap;
  }
  .counter__body-1 > div {
      width: 33.3%;
      text-align: center;
  }
  .counter__body-1 .space:nth-of-type(4) {
      display: none;
  }
  .counter__body-1 .space {
      padding-left: 0;
      padding-right: 0;
      width: 10%;
  }
  .tf-box-icon .arrow svg {
      display: none;
  }
  form .uploadfile ,
  .add-new-collection {
      flex-wrap: wrap;   
  }
  #create .widget-content-inner.description {
      flex-wrap: wrap;
  }
  #create .widget-content-inner.description > div {
      width: 100% !important;
  }
  .tf-mouse {
      display: none
  }
  .flat-pages-title-home2 .content h1 {
      font-size: 45px;
      line-height: 68px;
  }
  .flat-pages-title-home2 .banner__right .tf-card-box {
      width: 100%;
      height: auto;
  }
  .home-6 .bg-home7 {
      display: none;
  }
  .tf-card-article.style-1,
  .widget-related-posts .related-posts-item {
      flex-wrap: wrap;
      row-gap: 10px;
  }
  .btn-canvas.active {
      left: 240px;
  }
  .po-sticky.fixed {
      width: 175px;
  }
  #page.market-page .content-tabs .wrapper-content .inner-content {
      max-width: 100%;
  }
  .content-tabs .side-bar {
      width: 100%;
  }
  #page.market-page .content-tabs .wrapper-content {
      flex-wrap: wrap;
  }
  #page.market-page.full .content-tabs .wrapper-content {
      flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .po-sticky.fixed {
      width: 168px;
  }
  #page.market-page.full .content-tabs .side-bar {
      width: 350px;
  }
  .market-header .widget-search {
      display: none;
  }
  .market-header {
      justify-content: end;
  }
  .content-tabs .wrapper-content {
      flex-wrap: wrap;
  }
  .home-6 .tf-soft .soft-left .dropdown {
      width: 48%;
  }
  .soft-left {
      flex-wrap: wrap;
      width: 100%;
  }
  .tf-soft .soft-left .dropdown {
      width: 48%;
  }
  .tf-soft .soft-right .dropdown,
  .soft-right {
      width: 100%;
  }
  .action__body.style-1 {
      padding: 30px;
  }
  .wrap-box-card.style-1 .col-item {
      width: calc(50% - 28.5px) !important;
  }
  .bg-home7 .swiper-container:nth-last-child(2) {
      display: none;
  }
  .widget-category-checkbox {
      padding-left: 10px;
      padding-right: 10px;
  }
  .widget-category-checkbox form label i.icon-star,
  .widget-category-checkbox label {
      font-size: 12px;
  }
  .tf-card-article.style-1 {
      flex-wrap: wrap;
      gap: 30px;
  }
  .tf-card-article.style-1 .card-media {
      min-width: 100%;
  }
  .widget-related-posts .related-posts-item .card-media {
      width: 100%;
      margin: 0;
      height: auto;
      margin-bottom: 20px;
  }
  .widget-related-posts .related-posts-item .card-media img {
      width: 100%;
  }
  .tf-blog-detail .side-bar {
      margin-top: 30px;
  }
  .product-detail .tf-card-box.style-5:last-child {
      margin-bottom: 30px !important;
  }
  .box-icon-item,
  .widget-term-condition .wrap-menu {
      margin-bottom: 30px;
  }
  .infor-product.style-1 .meta {
      padding-right: 0;
  }
  .market-page .btn-submit {
      flex-wrap: wrap;
      display: flex;
      row-gap: 10px;
      justify-content: center;
  }
  .market-page .btn-submit button {
      /* width: 100%; */
      /* margin-right: 0px; */
      display: flex;
      margin-right: 25px;
  }
  .tf-blog-detail .inner-content {
      margin-right: 0;
  }
}




@media (max-width: 700px) {
  .po-sticky {
      position: unset !important;
      width: unset !important;
      margin-top: 0 !important;
  }
  #wallet-header {
      display: none;
  }
  .footer-bottom {
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
  }
  .footer-bottom ul li:first-child {
      margin-left: 0;
  }
  #footer .widget {
      width: 100%;
  }
  .tf-soft .soft-left .dropdown {
      width: 100%;
  }
  .grid-author-box {
      grid-template-columns: repeat(1,1fr);
  }
  .home-6 {
      flex-wrap: wrap;
  }
  .home-6 .wrap-content {
      width: 100%;
      margin-left: 0;
      margin-top: 90px;
      padding: 0;
  }
  .tf-blog-detail .inner-content .related-post > div,
  .home-6 .tf-soft .soft-left .dropdown {
      width: 100%;
  }
  .bg-home7 .swiper-container {
      display: none;
  }
  .flat-pages-title-home7 .content {
      margin-top: 70px;
      margin-bottom: 100px;
  }
  .box-icon-wrap,
  .counter__body {
      grid-template-columns: repeat(1,1fr);
  }
  .home-7 .box-icon-wrap .tf-box-icon {
      margin-bottom: 0 !important;
  }
  .wrap-checkbox-left {
      margin-bottom: 30p;
  }
  .widget-tabs .tf-soft {
      position: unset;
       margin-bottom: 15px;
  }
  .widget-menu-tab li {
      width: 100%;
  }
  .tf-blog-detail .inner-content .related-post,
  .tf-blog-detail .inner-content > .bottom ,
  .tf-blog-detail .inner-content > .meta-post {
      flex-wrap: wrap;
      gap: 15px;
  }
  .tf-blog-detail .inner-content .related-post::before {
      top: 50%;
      left: 0;
      width: 100%;
      height: 1px;
  }
  .product-item.time-sales .content .flex {
      flex-wrap: wrap;
      gap: 15px;
  }
  .product-item.traits.style-1 .content,
  .product-item.traits .content {
      grid-template-columns: repeat(2,1fr);
  }
  .product-item.offers .content,
  .product-item.item-activity .content {
      overflow-x: auto;
  }
  .product-item.offers .content > div,
  .product-item.item-activity .content > div {
      width: 1070px;
  }
  .infor-product.style-1 > .flex {
      flex-wrap: wrap;
      row-gap: 15px;
      position: relative;
  }
  .infor-product.style-1 .menu_card {
      position: absolute;
      right: 0;
      top: 8px;
  }
  form.comment-form > .flex {
      flex-wrap: wrap;
      row-gap: 0;
  }
  .widget-login .login-other {
      flex-wrap: wrap;
  }
  .flat-pages-title-home4 .banner__right {
      margin-left: 0;
  }
  .flat-pages-title-home4 .logo-rotate {
      left: 50%;
  }
  .flat-pages-title-home4 .banner__right .tf-card-box.style-2 {
      width: unset;
  }
  .box-icon-img {
      padding-left: 0;
      text-align: center;
  }
  .background-white .tf-card-box .card-media img {
      /* width: 100% !important;
      height: auto !important; */
  }
  .flat-button {
      flex-wrap: wrap;
      row-gap: 15px;
  }
  .flat-button a {
      margin-right: 0;
      width: 100% !important;
  }
  #page.market-page {
      padding: 145px 15px 40px 15px;
  }
  .content-tabs .wrapper-content {
      display: block;
  }
  .content-tabs .wrapper-content .inner-content {
      max-width: 100%;
  }
  .market-page .wrap-box-card .col-item {
      width: 100% !important;
  }
  .content-tabs .side-bar {
      width: 100%;
      margin-top: 30px;
  }
  #market-header .market-header {
      flex-wrap: wrap;
      row-gap: 15px;
  }
  #market-header .market-header .admin_active {
      justify-content: center;
  }
  .btn-submit button {
      margin-right: 0;
      /* margin-bottom: 15px; */
  }
  .widget-edit.setting .notification-setting-item {
      flex-wrap: wrap;
  }
  .widget-edit.setting .notification-setting-item .content {
      width: 100%;
      margin-bottom: 10px;
  }
  .flat-pages-title-home2 .banner__right {
      margin-left: 0;
      margin-top: 30px;
  }
  .swiper-3d-3cardfull .tf-card-box {
      width: 100%;
      height: 560px;
  }
  .carouselright {
      padding-left: 15px;
      padding-right: 15px;
  }
  .carouselright::after {
      display: none;
  }
  .carouselright .swiper-slide .tf-card-box {
      width: 100% ;
  }
  .grid-box-icon {
      grid-template-columns: repeat(1,1fr);
  }
  .wrap-box-card.style-1 .col-item {
      width: 100% !important;
  }
  .counter__body-1 > div {
      width: 100% !important;
  }
  .counter__body-1 .space {
      display: block !important;
  }
  .widget-income .image .iphone {
      display: none;
  }
  .tf-card-box.style-6 {
      padding-left: 0;
      padding-right: 0;
  }
  .section-404-page p,
  .section-404-page h2,
  .section-single-page .content {
      padding-left: 15px;
      padding-right: 15px;
  }
  .section-single-page .content h1 {
      font-size: 53px;
      line-height: 80px;
  }
  .section-single-page .content fieldset {
      width: 100%;
  }
  .section-404-page .content {
      font-size: 190px;
  }
  .tf-blog-detail .inner-content .widget-comment ul li.rep {
      margin-left: 15px;
  }
  #market-header {
      left: 15px;
  }
  #page.market-page.full .content-tabs .wrapper-content .inner-content {
      max-width: 100%;
  }
  #page.market-page.full .content-tabs .side-bar {
      width: 100%;
  }
  .admin_active .popup-notification .avatar_popup {
      right: -171px;
  }
  #wrapper #page .section-menu-left {
      left: -100%;
  }
  #wrapper #page .btn-canvas.active {
      left: 15px;
      /* left: 315px; */
  }
  #wrapper #page .section-menu-left.null {
      left: 0%;
  }
  #wrapper #page .btn-canvas {
      left: 215px;
  }
  #wrapper #page.home-6 .btn-canvas.active {
      left: 15px;
  }
  #wrapper #page.home-6 .btn-canvas {
      left: 240px;
  }

  #wrapper #page .btn-canvas .canvas::after {
      transform: rotate3d(0, 0, 1, -45deg);
      top: 50%;
  }
  #wrapper #page .btn-canvas .canvas::before {
      transform: rotate3d(0, 0, 1, 45deg);
      top: 50%;
  }
  #wrapper #page .btn-canvas .canvas span {
      display: none;
  }

  #wrapper #page .btn-canvas.active .canvas::after {
      transform: unset;
      top: 75%;
  }
  #wrapper #page .btn-canvas.active .canvas::before {
      transform: unset;
      top: 25%;
  }
  #wrapper #page .btn-canvas.active .canvas span {
      display: block;
  }
  #create .widget-menu-tab .item-title {
      width: 100%;
      text-align: start;
  }
}

@media (min-width: 991px) {
  .home-1 .pages-title .content h1 {
      padding-right: 28px;
  }
}

@media (min-width: 1500px) {
  .menu_card .dropdown-menu.show {
      top: 3px !important;
      right: 0 !important;
      left: auto !important;
  }
}

@media (min-width: 2000px) {
  .tf-card-box .card-media img {
      width: 100% !important;
  }
}
/********************* for responsive.css: end ******************** */
/********************* for animation.css: start ******************** */
@keyframes rotate360 {
  from {
      transform: rotate(0deg) scale(1);
  }
  to {
      transform: rotate(360deg);
  }
}

@keyframes flicker {
  from {
      opacity: 1;
  }
  to {
      opacity: 0;
  }
}

@keyframes moveleft {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
      -webkit-transform: translate(-15px);
      transform: translate(-15px);
  }
  100% {
      -webkit-transform: translate(0);
      transform: translate(0);
  }
}

@keyframes movedown {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
  }
  100% {
      -webkit-transform: translate(0);
      transform: translate(0);
  }
}

@keyframes move1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  33% {
      -webkit-transform: translate(-15px,-15px);
      transform: translate(-15px,-15px);
  }
  66% {
      -webkit-transform: translate(-30px,0);
      transform: translate(-30px,0);
  }
  100% {
      -webkit-transform: translate(0);
      transform: translate(0);
  }
}

@keyframes slide-bg {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes rainbow { 
  0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}

@keyframes scale1 {
  0% {
  transform: scale(1);
}
50% {
  transform: scale(1.2);
}
100% {
  transform: scale(1);
}
}

@keyframes rotateleftright {
0% {
  transform: rotate(-10deg);
}
  50% {
  transform: rotate(10deg);
}
100% {
  transform: rotate(-10deg);
}
}

@keyframes rotateleftright1 {
0% {
  transform: rotate(-2deg);
}
  50% {
  transform: rotate(2deg);
}
100% {
  transform: rotate(-2deg);
}
}

@keyframes playline {
  0% {
      transform: translate3d(0,-50%,0) 
  }

  100% {
      transform: translateY(0,0,0) 
  }
}

@keyframes playline1 {
  0% {
      transform: translateY(0,0,0) 
  }

  100% {
      transform: translate3d(0,-50%,0) 
  }
}

@keyframes loader {
  0% {
      transform: scaleY(0.1);
  }
  50% {
      transform: scaleY(1);
      background: #DDF247;
  }
  100% {
      transform: scaleY(0.1);
      background: transparent;
  }
}
/********************* for animation.css: end ******************** */
/********************* for animate.min.css: start ******************** */
@charset "UTF-8";.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9)rotate(-3deg);-ms-transform:scale(.9)rotate(-3deg);transform:scale(.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale(1.1)rotate(3deg);-ms-transform:scale(1.1)rotate(3deg);transform:scale(1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale(1.1)rotate(-3deg);-ms-transform:scale(1.1)rotate(-3deg);transform:scale(1.1)rotate(-3deg)}100%{-webkit-transform:scale(1)rotate(0);-ms-transform:scale(1)rotate(0);transform:scale(1)rotate(0)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);transform:translateX(0%)}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}15%{-webkit-transform:translateX(-25%)rotate(-5deg);-ms-transform:translateX(-25%)rotate(-5deg);transform:translateX(-25%)rotate(-5deg)}30%{-webkit-transform:translateX(20%)rotate(3deg);-ms-transform:translateX(20%)rotate(3deg);transform:translateX(20%)rotate(3deg)}45%{-webkit-transform:translateX(-15%)rotate(-3deg);-ms-transform:translateX(-15%)rotate(-3deg);transform:translateX(-15%)rotate(-3deg)}60%{-webkit-transform:translateX(10%)rotate(2deg);-ms-transform:translateX(10%)rotate(2deg);transform:translateX(10%)rotate(2deg)}75%{-webkit-transform:translateX(-5%)rotate(-1deg);-ms-transform:translateX(-5%)rotate(-1deg);transform:translateX(-5%)rotate(-1deg)}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}70%{-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}@keyframes flip{0%{-webkit-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(0)scale(1);transform:perspective(400px)translateZ(0)rotateY(0)scale(1)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(170deg)scale(1)}50%{-webkit-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-ms-transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);transform:perspective(400px)translateZ(150px)rotateY(190deg)scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(.95)}80%,100%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);-ms-transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1);transform:perspective(400px)translateZ(0)rotateY(360deg)scale(1)}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}@keyframes flipInX{0%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateX(-10deg);-ms-transform:perspective(400px)rotateX(-10deg);transform:perspective(400px)rotateX(-10deg)}70%{-webkit-transform:perspective(400px)rotateX(10deg);-ms-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}100%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}@keyframes flipInY{0%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}40%{-webkit-transform:perspective(400px)rotateY(-10deg);-ms-transform:perspective(400px)rotateY(-10deg);transform:perspective(400px)rotateY(-10deg)}70%{-webkit-transform:perspective(400px)rotateY(10deg);-ms-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}100%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px)rotateX(0);-ms-transform:perspective(400px)rotateX(0);transform:perspective(400px)rotateX(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateX(90deg);-ms-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px)rotateY(0);-ms-transform:perspective(400px)rotateY(0);transform:perspective(400px)rotateY(0);opacity:1}100%{-webkit-transform:perspective(400px)rotateY(90deg);-ms-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}60%{-webkit-transform:translateX(-20%)skewX(30deg);-ms-transform:translateX(-20%)skewX(30deg);transform:translateX(-20%)skewX(30deg);opacity:1}80%{-webkit-transform:translateX(0%)skewX(-15deg);-ms-transform:translateX(0%)skewX(-15deg);transform:translateX(0%)skewX(-15deg);opacity:1}100%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%)skewX(0);-ms-transform:translateX(0%)skewX(0);transform:translateX(0%)skewX(0);opacity:1}100%{-webkit-transform:translateX(100%)skewX(-30deg);-ms-transform:translateX(100%)skewX(-30deg);transform:translateX(100%)skewX(-30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}100%{-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom}100%{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1}0%,100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom}100%{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px)}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}0%,20%,60%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg)}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg)}40%,80%{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}80%{-webkit-transform:rotate(60deg)translateY(0);-ms-transform:rotate(60deg)translateY(0);transform:rotate(60deg)translateY(0);opacity:1}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%)rotate(-120deg);-ms-transform:translateX(-100%)rotate(-120deg);transform:translateX(-100%)rotate(-120deg)}100%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0)rotate(0);-ms-transform:translateX(0)rotate(0);transform:translateX(0)rotate(0)}100%{opacity:0;-webkit-transform:translateX(100%)rotate(120deg);-ms-transform:translateX(100%)rotate(120deg);transform:translateX(100%)rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}
/********************* for animate.min.css: end ******************** */
/********************* for swiper-bundle.min.css: start ******************** */
/**
 * Swiper 6.8.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 3, 2021
 */
 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'; color: #fff;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next';color: #fff;}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/********************* swiper-bundle.min.css: end ******************** */
/********************* font.css: start ******************** */

/********************* font.css: end ******************** */
/********************* bootstrap.css: start ******************** */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}

a:focus, a:hover {
  /* color: #014c8c; */
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #636c72;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: "\00A0 \2014";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #636c72;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #292b2c;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #292b2c;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  /* padding-right: 15px;
  padding-left: 15px; */
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 100%;
  }
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

/* @media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
} */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #464a4c;
  background-color: #fff;
  border-color: #5cb3fd;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control::placeholder {
  color: #636c72;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 1px * 2);
  padding-bottom: calc(0.5rem - 1px * 2);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 1px * 2);
  padding-bottom: calc(0.75rem - 1px * 2);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 1px * 2);
  padding-bottom: calc(0.25rem - 1px * 2);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.166667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #636c72;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
          background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #5cb85c;
}

.has-success .form-control {
  border-color: #5cb85c;
}

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #f0ad4e;
}

.has-warning .form-control {
  border-color: #f0ad4e;
}

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #d9534f;
}

.has-danger .form-control {
  border-color: #d9534f;
}

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25);
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  background-image: none;
  border-color: #01549b;
}

.btn-secondary {
  color: #292b2c;
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:hover {
  color: #292b2c;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #ccc;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  /* color: #292b2c;
  background-color: #e6e6e6; */
  background-image: none;
  border-color: #adadad;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #2aabd2;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #419641;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #eb9316;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #c12e2a;
}

.btn-outline-primary {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
          box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0275d8;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
          box-shadow: 0 0 0 2px rgba(204, 204, 204, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #ccc;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
          box-shadow: 0 0 0 2px rgba(91, 192, 222, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #5bc0de;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
          box-shadow: 0 0 0 2px rgba(92, 184, 92, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5cb85c;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
          box-shadow: 0 0 0 2px rgba(240, 173, 78, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f0ad4e;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
          box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d9534f;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #636c72;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #292b2c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #eceeef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #1d1e1f;
  text-decoration: none;
  background-color: #f7f7f9;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: transparent;
}

.show > .dropdown-menu {
  display: block;
}

.show > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #636c72;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #464a4c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0275d8;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #8fcafe;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #636c72;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 50% 50%;
          background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0275d8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
          background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #5cb3fd;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #464a4c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #464a4c;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #eceeef #eceeef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #636c72;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0275d8;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-text {
  display: inline-block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}

.navbar-toggler {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eceeef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  content: "";
  clear: both;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #636c72;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #636c72;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link {
  color: #636c72;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0275d8;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #014c8c;
  text-decoration: none;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.badge:focus, a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-default {
  background-color: #636c72;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: #4b5257;
}

.badge-primary {
  background-color: #0275d8;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #025aa5;
}

.badge-success {
  background-color: #5cb85c;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: #449d44;
}

.badge-info {
  background-color: #5bc0de;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: #31b0d5;
}

.badge-warning {
  background-color: #f0ad4e;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: #ec971f;
}

.badge-danger {
  background-color: #d9534f;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: #c9302c;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-hr {
  border-top-color: #d0d5d8;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7ecb5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #707070;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #C3323A;
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #464a4c;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #292b2c;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #464a4c;
  text-decoration: none;
  background-color: #f7f7f9;
}

.list-group-item-action:active {
  color: #292b2c;
  background-color: #eceeef;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #636c72;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #636c72;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: #daeeff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  /* border-top: 1px solid #eceeef; */
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@supports ((-webkit-transform: translate3d(0, 0, 0)) or (transform: translate3d(0, 0, 0))) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f7;
}

.bg-primary {
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important;
}

.bg-inverse {
  background-color: #292b2c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
              -ms-grid-row-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
              -ms-grid-row-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
              -ms-grid-row-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
                -ms-grid-row-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
                -ms-grid-row-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
                -ms-grid-row-align: stretch !important;
            align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #636c72 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important;
}

.text-gray-dark {
  color: #292b2c !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/********************* for bootstrap.css: end ******************** */



.divider,
.section-menu-left .connect a,
.showcase,
.tc-wrapper,
.w-full,
fieldset,
select,
table {
    width: 100%
}

#keywoard-value-id,
.capitalize,
.filter-form {
    text-transform: capitalize
}

.custom-select select,
.swiper-slide .custom-word-spacing {
    text-overflow: ellipsis;
    max-width: 110px;
    overflow: hidden;
    font-size: 14px
}

#main-nav>.menu>li.menu-item-has-children>a::after,
.header-search .top-search,
.widget-menu ul li a::after,
a,
a:focus,
a:hover,
svg,
svg path {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

#site-logo-inner,
.select::after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#wrapper,
.h-full {
    height: 100%
}

img#logo_footer,
img#logo_header {
    /* width: 212px; */
    /* height: 60px */
}

img#logo_footer {
    width: 212px;
    height: 60px
}

.pp-ul li,
ul {
    list-style: disc
}

.big,
.wide {
    grid-column: span 2
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
    /* font-family: "Open Sans", sans-serif; */
    font-family: var(--primary-font);
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

address,
dd,
dl {
    margin: 0 0 20px
}

address,
blockquote,
cite,
dfn,
em,
i {
    font-style: italic
}

.block,
.custom-checkbox input:checked~.checkmark:after,
.custom-modal-animation.active,
.desktop-only,
.desktop-slider,
.flex-item.visible,
.full-width-fixed.d-flex img,
.header-search .top-search.active,
.hide.on.desktop-custome,
.image-container1 img,
.infopopup-container.active,
.message_captcha.active,
.nav-button,
.section-menu-left .list-menu li ul.sub-item.active,
.show-popup,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
iframe,
main,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden
}

body {
    background: #000;
    line-height: 1;
    padding: 0 !important;
    cursor: url('../../assets/images/cursor\ \(1\).png'), auto
}

.msg-success,
p {
    line-height: 28px
}

#footer.bg-white,
body.background-white {
    background-color: #fff
}

#main-nav .nav-sub-menu,
#main-nav .sub-menu {
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    padding: 15px 0
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

blockquote,
q {
    quotes: none
}

a img {
    border: 0
}

body,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /* overflow-x: hidden; */
    /* overflow-y: auto */
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    font-size: 16px;
    color: #7a798a;
    font-weight: 500
}

small,
sub,
sup {
    font-size: 75%
}

.about-content h2,
.login-heading,
.theme-font-heading,
b,
cite,
dt,
form label,
strong,
th {
    font-weight: 700
}

abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help
}

#paragraph p a,
.btn-link:focus,
.btn-link:hover,
.links .block,
.login-email-btn,
.main-nav ul li a,
.overlay a,
.pichunt-slider:hover,
.send-otp-btn,
.sticky-buttons a,
.tf-button,
a,
a:focus,
a:hover,
ins,
mark {
    text-decoration: none
}

sub,
sup {
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

big {
    font-size: 125%
}

code,
kbd,
pre,
samp,
tt,
var {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto
}

svg,
svg path {
    transition: .3s ease-in-out
}

*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.banner,
.filter-section,
.flex-item,
.flex-item1,
.navbar-container,
.popup-button,
.results-section {
    box-sizing: border-box
}

hr {
    margin-bottom: 20px;
    border: 1px dashed #ccc
}

ol,
ol li,
ul,
ul li {
    padding: 0
}

ol {
    list-style: decimal
}

.main-nav ul,
li {
    list-style: none
}

#main-image-block,
.custom-col-md-8 video,
.section-menu-left .list-menu ul.sub-item li:last-child,
.section-menu-left .list-menu>ul>li:last-child,
.widget-menu ul li:last-child,
.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea,
li>ol,
li>ul,
p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0
}

.disable,
del {
    text-decoration: line-through;
    opacity: .5
}

table,
td,
th {
    border: 1px solid #343444
}

td,
th {
    border-width: 0 1px 1px 0;
    padding: 8px 12px
}

table {
    border-spacing: 0;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed
}

caption,
td,
th {
    font-weight: 400;
    text-align: left
}

embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline
}

input,
select,
textarea {
    font-size: 14px !important;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .53), rgba(255, 255, 255, .53))
}

textarea {
    overflow: auto;
    vertical-align: top;
    height: 180px
}

.mp3-description.more .hidden-text,
input[type=checkbox] {
    display: inline
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    border: 0
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    vertical-align: sub
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

input.style-1,
textarea.style-1 {
    /* background-color: #232323 !important */
}

.background-white .widget-menu ul li a:after,
select {
    background: #161616
}

.search.search-submit {
    position: absolute;
    right: 0;
    /* top: 1px; */
    /* background: 0 0; */
    color: #ffffff;
    line-height: 16px;
    background: linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%);
    border-radius: 0px 8px 8px 0px;
    font-weight: bold;
}

.select::after,
form label,
select option {
    font-size: 14px;
    font-family: "Open Sans", sans-serif
}

.mb-30,
.section-spacing,
fieldset {
    margin-bottom: 30px
}

form label {
    color: #fff;
    line-height: 19px;
    margin-bottom: 16px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    color: #fff
}

.mp3-description,
.select {
    position: relative;
    overflow: hidden
}

.select::after {
    content: "\e914";
    right: 10px;
    font-weight: 600;
    color: #1f1f2c;
    display: block;
    position: absolute;
    background: 0 0;
    top: 50%;
    pointer-events: none;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    transform: translateY(-50%)
}

#main-nav .sub-menu li.has-item a,
#main-nav ul li,
#main-nav>ul>li .sub-menu li,
#wrapper,
.add-member-item,
.dropdown-container,
.header-search,
.normal-img,
.relative,
.right_block,
.search-box,
.search-main .select-box,
.select-box,
.video-thumbnail-wrapper {
    position: relative
}

select option {
    padding: 15px 26px;
    line-height: 24px;
    color: #fff;
    background-color: #232323;
    border: 1px solid #4b4b4b
}

.custom-hover,
select::after option:hover {
    color: #ff7a11 !important;
    background-color: #232323 !important
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
    border-radius: 12px;
    padding: 15px 26px;
    width: 100%;
    background: #161616;
    color: #8a8aa0;
    font-weight: 600
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input[type=color]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=datetime]::placeholder,
input[type=email]::placeholder,
input[type=month]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=time]::placeholder,
input[type=url]::placeholder,
input[type=week]::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    color: rgba(255, 255, 255, .53)
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    border-radius: 5px;
    padding: 10px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

button.style-1,
input.style-1[type=button],
input.style-1[type=reset],
input.style-1[type=submit] {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #ddf247;
    background-color: #161616;
    border-radius: 14px;
    padding: 10px;
    height: 50px;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.heading-section .tf-title,
.heading-section a,
.section-menu-left .list-menu>ul>li,
.section-menu-left .list-menu>ul>li>a {
    font-weight: 800;
    text-transform: capitalize
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover {
    outline: 0;
    border: none
}

button.style-1:focus,
button.style-1:hover,
input.style-1[type=button]:focus,
input.style-1[type=button]:hover,
input.style-1[type=reset]:focus,
input.style-1[type=reset]:hover,
input.style-1[type=submit]:focus,
input.style-1[type=submit]:hover {
    outline: 0;
    border: none;
    color: #161616;
    background-color: #ddf247
}

.btn-submit button.active,
.btn-submit button[type=submit]:hover {
    background-color: #fff;
    color: #161616
}

input.style-2 {
    padding: 14px 26px;
    border: 1px solid rgba(255, 255, 255, .12) !important
}

::-webkit-input-placeholder {
    color: #8a8aa0
}

:-moz-placeholder {
    color: #8a8aa0
}

::-moz-placeholder {
    color: #8a8aa0;
    opacity: 1
}

.error {
    font-size: 16px;
    color: var(--primary-color2);
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header-search .top-search,
a,
a:focus,
a:hover {
    transition: .3s ease-in-out
}

:-ms-input-placeholder {
    color: #8a8aa0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 40px;
    margin-bottom: 20px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

.come-work-with-us a span,
.coming-soon-container p,
.swiper-button-next::after,
.swiper-button-prev::after,
h4 {
    font-size: 20px
}

.footer-bottom ul li a,
.nav-btn i,
.term-privacy span,
b.bold-seo,
h3.hey,
h5 {
    font-size: 16px
}

.footer-bottom p,
h6 {
    font-size: 15px
}

.msg-success {
    background: linear-gradient(to right, #e250e5, #4b50e6, #e250e5);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 200%;
    animation: 2s ease-in-out infinite rainbow;
    color: rgb(0 0 0 / 0);
    transition: color .2s ease-in-out;
    font-size: 18px;
    font-weight: 400
}

label.error {
    color: red
}

.footer-bottom p,
.footer-bottom ul li a,
.widget-menu ul li a {
    color: rgba(255, 255, 255, .53);
    font-family: "Open Sans", sans-serif !important;
    line-height: 22px
}

#site-logo-inner,
.absolute {
    position: absolute
}

.position-unset {
    position: unset
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex-grow,
.mp3-container-block {
    flex-grow: 1
}

.gap30 {
    gap: 30px
}

.gap4 {
    gap: 4px
}

.justify-center {
    justify-content: center
}

.justify-end {
    justify-content: flex-end
}

.justify-between {
    justify-content: space-between
}

.items-center {
    align-items: center
}

.flex-wrap {
    flex-wrap: wrap
}

.text-end {
    text-align: end
}

.card-bottom .author,
.come-work-with-us .container,
.custom-modal-footer,
.download-icons,
.popup_content,
.share_img_block1,
.text-center {
    text-align: center
}

.pl-2-5 {
    padding-left: 2.5px
}

.pt-10 {
    padding-top: 10px
}

.pt-25 {
    padding-top: 25px
}

.banner-block,
.pt-40 {
    padding-top: 40px
}

.pb-16 {
    padding-bottom: 16px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-38 {
    padding-bottom: 38px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-48 {
    padding-bottom: 48px !important
}

.pb-80 {
    padding-bottom: 80px
}

.pt-60 {
    padding-top: 60px
}

.pt-80 {
    padding-top: 80px
}

.mt-30 {
    margin-top: 30px
}

.audio-container:not(:first-child),
.btn .dropdown-toggle .for-new-dropdown,
.data-info,
.mt-10 {
    margin-top: 10px
}

.btn-submit-profile .mr-30,
.mr-30 {
    margin-right: 30px
}

.footer-bottom ul li,
.ml-30 {
    margin-left: 30px
}

.ml-50 {
    margin-left: 50px
}

.mb-20 {
    margin-bottom: 20px !important
}

.mr-20 {
    margin-right: 20px
}

.mr-16 {
    margin-right: 15px
}

.mt-18 {
    margin-top: 18px !important
}

.mt-17 {
    margin-top: 17px
}

.mt-16 {
    margin-top: 16px
}

.mr-10,
.widget-social ul li {
    margin-right: 10px
}

.mt-40 {
    margin-top: 40px
}

.mb-40 {
    margin-bottom: 40px
}

.tf-color {
    color: #ddf247 !important
}

.divider {
    height: 1px;
    background-color: rgba(255, 255, 255, .1)
}

.mw-667 {
    max-width: 667px !important
}

.w242 {
    width: 242.5px
}

.rotateZ90 {
    transform: rotateZ(90deg)
}

.fl-item,
.fl-item-1,
.hideblock,
.section-menu-left .language ul.sub-item li::before {
    display: none
}

.opacity-01 {
    opacity: .1
}

.inter-tabs li.active,
.no-bg {
    background: 0 0 !important
}

#wrapper {
    /* overflow: hidden; */
    max-width: 100%
}

a {
    color: #fff;
    font-size: 16px
}

a:focus,
a:hover {
    outline: 0
}

.header_1 {
    z-index: 100;
    /* height: 57px; */
    width: 100%;
    border: none;
    /* padding-right: 0 !important */
}

#site-logo {
    height: 57px;
    padding: 10px 0
}

#site-logo-inner {
    top: 45%;
    transform: translateY(-50%)
}

.canvas span,
.canvas::after,
.canvas::before
/* .header_1 #main-nav */

{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: absolute
}

.flat-wallet {
    display: flex;
    gap: 18px;
    /* position: absolute; */
    padding: 0 0 7px 1;
    right: 22px;
    top: 0;
    justify-content: end;
    align-items: center
}

.canvas {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.canvas span,
.canvas::after,
.canvas::before {
    content: "";
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
    right: 2.5px;
    transform: translateY(-50%)
}

.canvas span {
    width: 25px;
    top: 50%
}

.canvas::after {
    width: 13px;
    top: 75%
}

.canvas::before {
    width: 19px;
    top: 25%
}

.canvas.style-1 span,
.canvas.style-1::before,
.header_1.style-white .mobile-button span,
.header_1.style-white .mobile-button::after,
.header_1.style-white .mobile-button::before {
    background-color: #161616
}

.canvas.style-1::after,
.header_1.style-white .tf-button:hover,
.section-menu-left .list-menu ul.sub-item li:hover::before {
    background-color: #ddf247
}

.brand-item span,
.full-width-fixed .search-main svg,
.header-search.style-1 .show-search,
.seller-next:hover,
.seller-prev:hover {
    color: #000
}

.header-search>a.active .icon-search::before {
    content: url(../images/close.svg)
}

.header-search .show-search {
    font-size: 20px;
    line-height: 44px
}

.header-search .top-search {
    min-width: 240px
}

.header_1 #main-nav {
    /* top: 34%;
    z-index: 0;
    transform: translateY(-50%) */
}

#main-nav>ul>li {
    float: left;
    cursor: pointer;
    padding: 0;
    text-align: center
}

#main-nav>ul>li>a {
    position: relative;
    display: block;
    font-size: 1.5em;
    /* line-height: 22px; */
    color: #fff;
    font-weight: 600
}

#main-nav>.menu>li.menu-item-has-children>a::after {
    font-weight: 300;
    opacity: .3;
    position: absolute;
    font-size: 12px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease-in-out
}


/* #main-nav .sub-menu,
.mobile-button 
{
    -webkit-transition: .3s;
    -moz-transition: .3s;
    position: absolute
} */

#main-nav>.menu>li.current-menu-item>a::after,
#main-nav>.menu>li:hover>a::after,
#main-nav>ul>li:hover>a {
    /* color: #e2fe26; */
    /* opacity: 1 */
}

#main-nav .sub-menu {
    top: 100%;
    left: 0;
    width: 260px;
    border-radius: 7px;
    z-index: 9999;
    pointer-events: none;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px)
}

#main-nav .sub-menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    padding: 12px 36px;
    font-weight: 500
}

#main-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li.current-item>a,
.footer-bottom ul li a:hover,
.section-menu-left .list-menu ul.sub-item li:hover a {
    color: #ddf247
}

#main-nav>ul>li .sub-menu li a {
    transition: .15s linear;
    -webkit-transition: .15s linear;
    -moz-transition: .15s linear;
    -o-transition: .15s linear
}

#main-nav .nav-sub-menu {
    position: absolute;
    top: -40% !important;
    left: 100%;
    z-index: 20;
    transition: .3s ease-out;
    min-width: 240px;
    border: 1px solid #161616;
    border-radius: 8px;
    text-align: start
}

.heading-section a,
.mobile-button {
    -ms-transition: .3s;
    -o-transition: .3s
}

#main-nav .sub-menu li:hover .nav-sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all
}

#main-nav .sub-menu li.has-item>a::before {
    position: absolute;
    content: "\e912";
    font-family: "Open Sans", sans-serif;
    right: 36px
}

.header_1.style-white {
    background: #fff
}

.header_1.style-white .tf-button {
    background-color: #dee8e8
}

#footer.bg-white .icon-vt:before,
#footer.bg-white .title-widget,
#footer.bg-white .widget-menu ul li a,
.background-white .heading-section .tf-title,
.background-white .heading-section a,
.header_1.style-white #main-nav>.menu>li.current-menu-item>a::after,
.header_1.style-white #main-nav>.menu>li:hover>a::after,
.header_1.style-white #main-nav>ul>li:hover>a,
.header_1.style-white #main-nav>ul>li>a,
.section-menu-left .list-menu>ul>li.active>a i::before,
.section-menu-left .list-menu>ul>li>a:hover i::before {
    /* color: #161616 */
}

.header_1.style-white.is-fixed {
    background-color: #fff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .06)
}

.header_1.header-full {
    height: fit-content !important;
    /* border-bottom: 1px solid rgba(153, 153, 153, .08) */
}

.header_1.header-full .container-fluid {
    /* padding: 20px 33px 21px 50px */
    padding: 0px;
}

.header_1.header-full #main-nav {
    /* right: 16.2% */
}

.header_1.header-full .widget-search input {
    /* width: 34vw; */
    height: 40px;
    margin-left: 0;
    padding: 10px 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, .5)
}

.header_1.header-full .widget-search input::placeholder {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 19px;
    color: rgba(255, 255, 255, .5)
}

.header_1.header-full .widget-search button {
    /* height: 39px;
    font-size: 16px */
}

.header_1.header-full #wallet-header a {
    background: #dee8e8
}

.header_1.header-full #wallet-header a:hover {
    background: #ddf247
}

.mobile-button {
    /* top: 0;
    right: 27px;
    transition: .3s; */
    /* -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) */
}

.mobile-button span,
.mobile-button:after,
.mobile-button:before {
    background-color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.mobile-button:after,
.mobile-button:before {
    content: "";
    /* position: absolute; */
    height: 3px;
    width: 100%;
    /* left: 0; */
    top: 100%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.mobile-button span {
    /* position: absolute; */
    /* left: 0; */
    top: 50%;
    overflow: hidden;
    text-indent: 200%
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0)
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0)
}

#footer {
    padding: 60px 0 30px;
    background-color: #111
}

#footer .widget {
    margin-right: 55px
}

#footer .title-widget {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 20px
}

#copy_icon::before,
#menu-mobile-menu li a,
#menu-mobile-menu>li .sub-menu-mobile a,
.copy_icon::before,
.img_info_data,
.img_info_heading,
.img_property_btns,
.img_property_btns1,
.popup-button,
.progress-wrap::after,
.section-menu-left .bottom p,
.section-menu-left .content h6,
.section-menu-left .list-menu>ul>li.has-item>a::before,
.terms_info_block>p {
    /* font-family: "Open Sans", sans-serif */
    font-family: var(--primary-font)
}

.widget-menu ul li {
    margin-bottom: 5px
}

.widget-menu ul li a {
    position: relative;
    font-size: 16px
}

.active-tos,
.section-menu-left ul.menu-tab li.active,
.section-menu-left ul.menu-tab li:hover,
.title-help:hover,
.widget-menu ul li a:hover,
a.custom-collapsed.last {
    /* color: #ff7a11; */
    color:var(--third-color)
}

.widget-menu ul li a::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    background: #ff7a11;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out
}

.widget-menu ul li a:hover::after {
    width: 100%;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.top-interest .bookmark-items a,
.widget-social ul li:last-child {
    margin-right: 0
}

.widget-social ul li a {
    width: 38px;
    height: 38px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .05);
    padding: 9px;
    cursor:pointer;
}

#filterButton:hover,
#paragraph p strong,
.btn-secondary:hover,
.footer-bottom.style-1 .widget-social ul li a,
.img_info_data,
.nav-button:active,
.nav-button:focus,
.nav-button:hover,
.top-interest .bookmark-items span,
.widget-social a:hover {
    color: #fff
}

.widget-social .icon-facebook:hover {
    background-color: #1877f2 !important;
    color: #fff !important
}

.widget-social .icon-twitter:hover {
    background-color: #1d9bf0 !important;
    color: #fff !important
}

.widget-social .icon-vt:hover {
    background-color: #5865f2 !important;
    color: #fff !important
}

.widget-social .icon-tiktok:hover {
    background-color: #000 !important;
    color: #fff !important
}

.widget-social .icon-youtube:hover,
.widget-social .yt:hover {
    background-color: #c00 !important;
    color: #fff !important
}

.widget-social .icon-linkedin2:hover {
    background-color: #0a66c2 !important;
    color: #fff !important
}

.widget-social .icon-instagram:hover {
    background-color: #c13584 !important;
    color: #fff !important
}

.footer-bottom.style-1,
div#searchMain {
    margin-top: 0
}

.footer-bottom.style-1 .widget-social ul li,
.footer-button.mt-5,
h5.title-widget.mt-3 {
    margin-left: 0
}

#footer.bg-white .widget {
    margin-right: 80px
}

#footer.bg-white .widget-social ul li a {
    color: #161616;
    background-color: rgba(22, 22, 22, .05)
}

#footer.bg-white .widget-social ul li a:hover,
#footer.bg-white a.icon-vt:hover:before,
.btns_first_block a:focus,
.filter-heading svg,
.inter-tabs li,
.inter-tabs li:active,
.offer_text_bottom_left a:hover,
li.item-title.active:hover {
    color: #fff !important
}

#footer.bg-white .footer-bottom {
    border-color: rgba(22, 22, 22, .08)
}

#footer.bg-white .footer-bottom p,
#footer.bg-white .footer-bottom ul li a {
    color: #161616;
    font-size: 16px;
    line-height: 19px
}

.heading-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width:100%;
    padding:10px;
    background-color: #0E0E0E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.heading-section .tf-title {
    font-size: 28px;
    line-height: 44px;
    z-index: 10
}

.heading-section a {
    font-size: 16px;
    line-height: 19px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: relative
}

.heading-section a::after,
.section-menu-left .list-menu>ul>li>a i::before {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.heading-section a i {
    padding: 4px;
    margin-left: 3px;
    font-size: 16px;
    border-radius: 20px;
    border-color: transparent;
    background: 0 0
}

.section-menu-left .bottom,
.section-menu-left .connect,
.section-menu-left .create,
.section-menu-left .menu-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08)
}

#menu-mobile-menu>li,
#menu-mobile-menu>li .sub-menu-mobile li,
.section-menu-left .connect,
.section-menu-left .create {
    border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.heading-section a::after {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    right: 0;
    content: "";
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .1);
    transition: .3s
}

.heading-section a:hover::after {
    width: 107%
}

.background-white .heading-section a::after {
    background-color: rgba(22, 22, 22, .1)
}

.section-menu-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #232323;
    width: 281px;
    padding: 40px 0;
    z-index: 30;
    -webkit-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear
}

.section-menu-left>.wrap-bottom {
    position: fixed;
    bottom: 49px;
    width: 281px;
    padding: 0 30px
}

.section-menu-left .box-logo,
.section-menu-left .list-menu {
    padding: 0 30px
}

.section-menu-left .connect {
    padding: 26px 30px
}

.tf-button.style-1.type-1 {
    background-color: rgba(255, 255, 255, .05);
    color: #dee8e8
}

.tf-button.style-1.type-1:hover {
    background-color: #ddf247;
    color: #161616
}

.section-menu-left .list-menu>ul>li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

.section-menu-left .list-menu>ul>li>a {
    color: rgba(255, 255, 255, .4);
    display: inline-block;
    padding: 13px 10px 11px 44px;
    border-radius: 12px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    cursor: pointer
}

.section-menu-left .list-menu>ul>li>a i {
    font-size: 16px;
    padding: 2px;
    position: absolute;
    top: 12px;
    left: 9px
}

.section-menu-left .list-menu>ul>li>a i::before {
    color: rgba(255, 255, 255, .4);
    transition: .3s
}

.section-menu-left .list-menu li.active>a,
.section-menu-left .list-menu>ul>li>a:hover {
    box-shadow: 0 4px 20px 0 rgba(221, 242, 71, .3);
    color: #161616;
    background: #ddf247
}

.section-menu-left .list-menu>ul>li.has-item>a::before {
    content: "\e914";
    font-weight: 100;
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

#menu-mobile-menu>li.active a::after,
.collapse.show .btn1 .fas,
.initiative2.active i,
.section-menu-left .list-menu>ul>li.has-item.active>a::before {
    transform: rotate(180deg)
}

.section-menu-left .list-menu>ul>li.language img {
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    padding: 3px;
    border: 1px solid #d0d0d1;
    background-color: #161616
}

.section-menu-left .list-menu ul.sub-item {
    display: none;
    margin-top: 19px;
    margin-bottom: 17px;
    padding-left: 22px;
    margin-left: 21px;
    border-left: 1px solid rgba(255, 255, 255, .08)
}

.section-menu-left .list-menu ul.sub-item li {
    margin-bottom: 28px;
    padding-left: 16px;
    position: relative
}

.section-menu-left .list-menu ul.sub-item li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d9dadc;
    border-radius: 50%;
    width: 4px;
    height: 4px
}

.section-menu-left .list-menu ul.sub-item li a {
    color: rgba(255, 255, 255, .4)
}

.section-menu-left .language ul.sub-item {
    position: absolute;
    background-color: #161616;
    width: 100%;
    z-index: 1;
    margin: 0;
    padding-left: 0;
    border-radius: 10px
}

.section-menu-left .language ul.sub-item li {
    padding: 12px 8px 10px 43px;
    margin-bottom: 0;
    cursor: pointer
}

.section-menu-left .menu-bottom {
    padding-top: 30px
}

.section-menu-left .bottom {
    padding-top: 20px;
    position: fixed;
    bottom: 39px;
    width: 281px
}

.section-menu-left .bottom p {
    color: rgba(255, 255, 255, .53);
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    padding: 0 30px
}

.section-menu-left .create {
    padding: 26px 30.5px
}

.section-menu-left .create a.tf-button {
    width: 100%;
    background-color: #dee8e8;
    color: #161616;
    cursor: pointer
}

.section-menu-left .create a.tf-button.active {
    color: #161616;
    background-color: #ddf247
}

.section-menu-left .content h6 {
    padding: 0 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 9px
}

.section-menu-left ul.menu-tab li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 6px;
    padding: 12px 30px 12px 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section-menu-left ul.menu-tab li svg,
.section-menu-left ul.menu-tab li::before {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    position: absolute
}

.section-menu-left ul.menu-tab li::before {
    opacity: 0;
    visibility: hidden;
    width: 6px;
    height: 24px;
    content: "";
    top: 50%;
    left: 0;
    background-color: #ff7a11;
    border-radius: 999px;
    transform: translate(-50%, -50%);
    transition: .3s
}

.canvas-nav-wrap.active .overlay-canvas-nav,
.section-menu-left ul.menu-tab li.active svg:last-child,
.section-menu-left ul.menu-tab li.active:before,
.section-menu-left ul.menu-tab li:hover svg:last-child,
.section-menu-left ul.menu-tab li:hover:before {
    opacity: 1;
    visibility: visible
}

.mobile-nav-wrap .overlay-mobile-nav,
.progress-wrap,
.section-menu-left ul.menu-tab li svg:last-child,
.section-menu-left ul.menu-tab li.active svg:first-child,
.section-menu-left ul.menu-tab li:hover svg:first-child {
    opacity: 0;
    visibility: hidden
}

.section-menu-left ul.menu-tab li svg {
    transition: .3s;
    left: 30px
}

.canvas-nav-wrap .overlay-canvas-nav {
    cursor: url(../images/close.svg), auto;
    content: "";
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.canvas-nav-wrap.active .overlay-canvas-nav i,
.mobile-nav-wrap.active .overlay-mobile-nav i {
    font-size: 25px;
    margin-right: 20px;
    color: #fff
}

.canvas-nav-wrap .inner-canvas-nav {
    width: 340px;
    height: 100%;
    top: 0;
    right: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.canvas-nav-wrap .inner-canvas-nav::-webkit-scrollbar {
    width: 0
}

.canvas-nav-wrap.active .inner-canvas-nav,
.next-brands {
    right: 0
}

.inner-canvas-nav .side-bar,
.inner-mobile-nav {
    padding: 30px;
    position: relative
}

.inner-canvas-nav .side-bar .canvas-nav-close,
.inner-mobile-nav .mobile-nav-close {
    position: absolute;
    top: 50px;
    right: 30px;
    cursor: pointer
}

.mobile-nav-wrap .overlay-mobile-nav {
    cursor: url(../images/close.svg), auto;
    content: "";
    position: fixed;
    right: 100%;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%);
    width: 100%;
    height: 100%;
    z-index: 999;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mobile-nav-wrap.active .overlay-mobile-nav {
    right: 0;
    opacity: 1;
    visibility: visible
}

.mobile-nav-wrap .inner-mobile-nav {
    width: 320px;
    height: 100%;
    top: 0;
    left: -340px;
    position: fixed;
    background-color: #161616;
    z-index: 999999;
    overflow-y: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.mobile-nav-wrap .inner-mobile-nav::-webkit-scrollbar {
    width: 0
}

.mobile-nav-wrap.active .inner-mobile-nav {
    left: 0;
    transition-delay: 0.3s
}

#menu-mobile-menu {
    margin-top: -26px;
    padding-top: 30px;
    display: flex;
    flex-direction: column
}

#menu-mobile-menu>li {
    position: relative;
    padding: 15px 0;
    cursor: pointer
}

#menu-mobile-menu>li .sub-menu-mobile li:last-child,
#menu-mobile-menu>li:last-child {
    border: none
}

#menu-mobile-menu li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff
}

#menu-mobile-menu li a:hover,
#menu-mobile-menu li.current-item a,
#menu-mobile-menu li.current-menu-item>a {
    color: #ef6303 !important;
    font-weight: 600
}

#menu-mobile-menu li.menu-item-has-children-mobile>a::after {
    content: "\e914";
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    position: absolute;
    right: 0;
    top: 17px;
    line-height: 16px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#menu-mobile-menu>li .sub-menu-mobile {
    border-radius: 8px;
    display: none;
    text-align: start;
    overflow: hidden
}

#menu-mobile-menu>li .sub-menu-mobile li {
    padding: 15px;
    cursor: pointer
}

#menu-mobile-menu>li .sub-menu-mobile a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500
}

.header_1.is-fixed {
    padding: 0;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .05);
    z-index: 9999;
    background: #161616;
    border: none;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header_1.is-fixed.is-small {
    top: 0
}

.header_1.is-fixed.is-small .themesflat-container {
    padding: 15px
}

.preload-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999999999999;
    height: 100%;
    width: 100%;
    background-color: #000
}

.preload-container .middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute
}

.preload-container .bar {
    width: 10px;
    height: 70px;
    background: 0 0;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    animation: 1.2s linear infinite loader
}

.progress-wrap,
.progress-wrap::after {
    height: 44px;
    width: 44px;
    cursor: pointer
}

.preload-container .bar1 {
    animation-delay: .1s
}

.preload-container .bar2 {
    animation-delay: .2s
}

.preload-container .bar3 {
    animation-delay: .3s
}

.preload-container .bar4 {
    animation-delay: .4s
}

.preload-container .bar5 {
    animation-delay: .5s
}

.preload-container .bar6 {
    animation-delay: .6s
}

.preload-container .bar7 {
    animation-delay: .7s
}

.preload-container .bar8 {
    animation-delay: .8s
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: block;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, .2);
    box-shadow: inset 0 0 0 2px rgba(130, 130, 130, .2);
    z-index: 100;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    background: #000
}

.progress-wrap::after {
    position: absolute;
    content: "\e911";
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: 900;
    color: #ff7a11;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    -webkit-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    stroke: #ff7a11;
    stroke-width: 5;
    transition-property: all;
    transition-duration: .4s;
    transition-timing-function: linear
}

img#logo_header {
    /* margin-top: -10px; */
    /* margin-bottom: 2px */
}

a.signup-button {
    /* background: linear-gradient(to left, #ef6303, #f8841c); */
    /* background: linear-gradient(100.93deg, #52FF00 -3.19%, #FFC61F 104.54%);
    color: #000000 !important; */
    background: linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%);
    /* Gradient background */
    color: #fff;
    /* White text color */
}

a.signup-button:hover {
    /* background: linear-gradient(93.84deg, #EF6504 22.69%, #F49528 97.73%); */
}

#main-nav>ul>li:hover>a,
.style-bottom .swiper-pagination-bullet-active::after,
.swiper-pagination.pagination-number .swiper-pagination-bullet-active {
    /* color: #ef6404 !important */
}

a.login-button {
    border-radius: 10px;
    background: linear-gradient(#1f0400, #1f0400) padding-box, /* Inner background */
    linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%) border-box;
    border: 1.5px solid transparent;
    width: 100%;
    height: 100%
}

a.login-button:beforecomment {
    position: absolute;
    border-radius: 10px;
    /* border: 2px solid transparent; */
    /* background: linear-gradient(to left, #ef6303, #f5982a) border-box; */
    /* background: linear-gradient(100.93deg, #52FF00 -3.19%, #FFC61F 104.54%); */
    /* background: linear-gradient(to left, #52FF00, #FFC61F); */
    background: linear-gradient(#1f0400, #1f0400) padding-box, /* Inner background */
    linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%) border-box;
    border: 1.5px solid transparent;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: add, add;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    content: "";
    width: 100%;
    height: 100%
}

.dropdown .btn-secondary:hover,
.swiper-pagination.pagination-number .swiper-pagination-bullet-active::after,
.widget-menu-tab li:hover {
    background-color: rgba(255, 255, 255, .1)
}

.dropdown .btn-secondary:hover svg path {
    stroke: #fff !important
}

.search-main {
    display: flex;
    text-align: center;
    /* justify-content: center */
}

.search-box {
    /* width: 57% !important; */
    border-left: none
}

.mui-1w1tuks,
.mui-ki7iyj-icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    position: absolute
}

.search-main select {
    border-radius: 8px 0 0 8px !important;
    background: #FFFFFF;
    color: #000000;
    /* border-width: 2px 0 2px 2px;
    border: none */
}

.search-main input#search::placeholder {
    color: #fff;
    font-size: 14px !important
}

.mui-ki7iyj-icon {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill .2s cubic-bezier(.4, 0, .2, 1);
    transition: fill .2s cubic-bezier(.4, 0, .2, 1);
    font-size: 3.5rem;
    color: #000;
    margin: 8px
}

.mui-1w1tuks {
    user-select: none;
    /* fill: currentcolor; */
    fill: #373737;
    flex-shrink: 0;
    transition: fill .2s cubic-bezier(.4, 0, .2, 1);
    font-size: 4.5rem;
    right: 0;
    top: calc(50% - .5em);
    pointer-events: none;
    color: #fff
}

.flat-wallet,
.inter-tabs,
.search-form,
.search-main,
.top-interest,
.top-interest .bookmark-items,
.top-interest .more-interests .dropdown {
    align-items: center;
    display: flex
}

.overlay,
.visit {
    transition: opacity .3s
}

.search-main input#search {
    border-radius: 0 8px 8px 0 !important;
    background-color: #ffffff;
    border-left: 1px solid #000000;
    color: #000000;
    font-family: "Kalam", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 18px !important;
    height: 40px;
}

#int_slider .item-title.active-custome .inner,
.inter-tabs li.active .inner {
    color: #f8841c;
    border-bottom: 2px solid #f8841c;
    font-weight: 700
}

.add-pool-text p,
.blog-new-faqs-section-answer,
.filter-sec h5,
.home-log-slider-font,
.home-log-slider-title-font,
.popup-login-button a span,
.result_container>H5 {
    font-size: 16px !important
}

.top-interest {
    justify-content: space-between;
    color: #fff
}

.top-interest .inter-tabs a,
.top-interest .inter-tabs span {
    margin-right: 20px;
    text-decoration: none
}

.btns_first_block a:hover,
.signup-button:hover {
    text-decoration: none !important
}

.top-interest .bookmark-items svg,
.top-interest .inter-tabs svg {
    margin-right: 5px
}

.bookmark-items svg,
.filter-heading svg {
    width: 20px;
    height: 20px;
    /* margin-right: -71px !important */
}

.top-interest .more-interests .dropdown button,
.top-interest .more-interests .dropdown span {
    margin-right: 20px;
    border: none;
    cursor: pointer
}

.top-interest .bookmark-items {
    cursor: pointer
}

.inter-tabs .dropdown-toggle::after {
    right: 30px
}

.filter-heading {
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    z-index: 1;
    background-color: black;
    padding-bottom: 10px;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: none
}

.flex-container .card-media,
.flex-item .card-media a>video,
.widget-menu-tab {
    margin-bottom: 0 !important
}

.addnew-interest.inter-tabs a,
.top-interest .bookmark-items span {
    font-size: 16px;
    font-weight: 600
}

.select2-container--open .select2-dropdown--above,
.widget-menu-tab li {
    border: none !important
}

.top-interest .more-interests .dropdown .dropdown-menu .show {
    background-color: #333;
    color: #fff
}

.item-title span.inner {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
    margin-right: 0 !important
}

.filter-heading span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home-left-filter {
    position: sticky !important
}

.widget-category-checkbox.style-1 h5 {
    border-radius: 0 !important;
    background: 0 0 !important;
    margin-bottom: 0 !important;
    padding: 14px 0px;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    border-radius: none !important
}

input[type=checkbox]:checked {
    background: linear-gradient(45deg, #d234ea, #5f3eff) !important
}

.flex-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
    column-count: 3;
    gap: 15px;
    justify-content: space-around;
    align-items: flex-start
}

/* .image-grid,
.search-image-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-auto-rows: 100px;
    grid-auto-flow: dense
} */

.flex-item {
    overflow: hidden;
    border-radius: 8px
}

.flex-item img {
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0
}

#main-image-block .audio-container,
.flex-column-block .flex-item .tf-card-box.style-1,
.flex-container .tf-card-box,
.popup-text p,
.show-details {
    margin: 0
}

.right-col-list .tf-card-box,
.section-help {
    margin-bottom: 20px
}

.visit {
    position: absolute;
    top: 10px;
    right: 5px;
    display: flex;
    justify-content: space-between;
    opacity: 0
}

.visit a,
.visit span {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 5px;
    font-size: 13px
}

.overlay a,
.widget-social-custome ul.social-icon-footer li {
    margin: 0 10px
}

.flex-item:hover .overlay,
.flex-item:hover .visit {
    opacity: 1
}

.wish-icon {
    align-items: center;
    display: inline-flex
}

.overlay,
.overlay a {
    display: flex;
    height: 30px
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: rgba(0, 0, 0, .2);
    color: #fff
}

.overlay a {
    align-items: center;
    justify-content: center;
    width: 30px;
    pointer-events: all;
    border: 0 #dfdfe0;
    border-radius: 10px;
    cursor: pointer;
    color: #000;
    background: #fff
}

.overlay a svg {
    width: 20px;
    height: 20px;
    fill: #4a4a4a
}

.hidden {
    display: none !important
}

.wishlist-button1,
.wishlist-button2,
.wishlist-button3,
.wishlist-button4,
.wishlist-button5{
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: transparent;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.infopopup-container,
.share_img_block1:first-child a {
    background-color: #000
}

.wishlist-button1 {
    top: 10px;
    right: 10px
}

.wishlist-button2 {
    top: 10px;
    left: 10px;
    width: 23px;
    height: 23px
}

.wishlist-button3 {
    bottom: 10px;
    right: 10px
}

.wishlist-button4 {
    bottom: 10px;
    right: 40px
}
.wishlist-button5 {
  bottom: 10px;
  right: 70px
}

.wishlist-button1::after,
.wishlist-button2::after,
.wishlist-button3::after,
.wishlist-button4::after ,
  .wishlist-button5::after {
    content: attr(data-hover-text);
    position: absolute;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    z-index: 10
}

.wishlist-button1::after {
    top: -5px;
    right: 8px
}

.wishlist-button2::after {
    top: -5px;
    left: 50px
}

.wishlist-button3::after,
.wishlist-button4::after ,
  .wishlist-button5::after {
    top: -30px;
    left: 0
}

.wishlist-button1:hover::after,
.wishlist-button2:hover::after,
.wishlist-button3:hover::after,
.wishlist-button4:hover::after ,
  .wishlist-button5:hover::after {
    opacity: 1;
    z-index: 10
}

.card-media:hover .show,
.card-media:hover .show1,
.card-media:hover .show2,
.card-media:hover .show3,
.card-media:hover .show4,
.card-media:hover .show5,
.card-media:hover .show6,
.mobile-slider {
    display: block !important
}

.infopopup-container {
    position: absolute;
    top: 60px;
    right: -4%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    width: 82px;
    height: 60px;
    display: none;
    text-align: center
}

.popup-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.popup-button {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    height: 50%;
    line-height: 29px;
    border: 1px solid #494949
}

.popup-content,
.popup-content1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: -webkit-fill-available;
    margin-top: 0;
    margin-bottom: 9px;
}

.img_info_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, .8)
}

.img_info_modal-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 35%;
    background-color: #232323;
    border-radius: 8px;
    border: 1px solid #7a7a7a
}

#terms_info_image {
    display: block;
    margin: auto;
    width: 11%;
    height: auto
}

.img_info_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 26px;
    height: 26px;
    font-size: 24px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    color: #ff8321;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.img_info_data,
.img_info_heading {
    font-size: 15px
}

.offer_text_bottom_left,
.offer_text_top_left {
    background-color: rgba(0, 0, 0, .3);
    position: absolute
}

.img_info_details_block {
    margin-top: 10px;
    display: flex;
    justify-content: space-between
}

.img_info_details_block1 {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.img_info_details_block2 {
    display: flex;
    flex-direction: column;
    gap: 11px
}

.info_extra_details_block,
.left_block,
.links {
    flex-direction: column;
    display: flex
}

.info_extra_details_block {
    margin-top: 15px;
    gap: 10px;
    margin-bottom: 5px
}

.img_info_heading {
    color: #a6a6a6
}

.terms_info_block {
    overflow-y: auto;
    padding: 0 10px;
    height: 200px
}

.terms_info_block>p {
    text-align: justify;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px !important
}

.share_img_block1 p,
.terms_info_block>h3,
.terms_info_block>h5 {
    margin-top: 20px;
    font-size: 14px
}

.share_img_block {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px
}

.share_img_block1 a {
    width: 50px !important;
    height: 60px;
    border-radius: 50%;
    padding: 16px
}

.share-icon-help img,
.share_img_block1 img {
    width: 20px;
    height: 20px
}

.share_img_block1 p {
    font-family: "Open Sans", sans-serif !important;
    color: #fff;
    font-weight: 400
}

.share_img_block1:nth-child(2) a {
    background-color: #4267b2
}

.share_img_block1:nth-child(3) a {
    background-color: #0a66c2
}

.share_img_block1:nth-child(4) a {
    background-color: #25d366
}

.input-container {
    position: relative;
    margin-top: -30px !important
}

#share_link_input,
.share_link_input_new {
    padding-right: 40px;
    border: 1px solid #7a7a7a
}

#copy_icon,
.copy_icon {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer
}

#copy_icon::before,
.copy_icon::before {
    content: "\f0c5";
    font-weight: 900;
    color: #fff
}

.first_block {
    display: flex;
    flex-direction: row;
    gap: 5%;
    width: 100%;
    margin-bottom: 10px
}

.right_block {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px
}

.btn_block {
    display: flex;
    justify-content: right;
    gap: 42px
}

.btns_first_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


.img_property_btns,
.img_property_btns1 {
    align-items: center;
    line-height: 27.32px;
    text-align: center
}

.offer_img_block,
.slide {
    position: relative;
    display: inline-block
}

.offer_text_top_left {
    top: 10px;
    left: 10px;
    color: #fff;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px
}

.img_property_btns,
.offer_img_block img {
    border-radius: 10px
}

.offer_text_bottom_left {
    bottom: 0;
    width: 100%;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.read_more_bottom_right {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 5px;
    font-size: 14px
}

.image_icon {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.img_property_btns {
    display: flex;
    justify-content: center;
    width: auto;
    height: 40px;
    padding: 10px 12px;
    margin: 5px;
    font-weight: 700;
    font-size: 1.6rem;
    cursor: pointer
}

.img_property_btns1 {
    display: flex;
    justify-content: center;
    width: 158px;
    height: 45px;
    font-size: 15px
}

#country-select,
.about-content,
.footer-bottom,
.login-heading,
.new-user,
.pool-first-section,
.posted-by,
.search-popup,
.search-popup h6,
.tf-card-article .card-title h5 a,
.tf-card-article .card-title p,
.theme-font,
.theme-font-heading {
    font-family: "Open Sans", sans-serif !important
}

.btns_first_block a:hover {
    color: inherit !important;
    background-color: inherit !important;
    transform: none !important
}

.slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.arrow,
.slider-container-brands button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.slider {
    display: flex;
    transition: transform .5s;
    gap: 5px
}

#recent-data-id .slide {
    width: 100%;
    height: 200px
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.arrow {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background-color: #373737;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    z-index: 2
}

.arrow.left {
    left: 10px
}

.arrow.right,
.custom-next {
    right: 10px
}

.search-container {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin: 20px auto
}

.search-selector {
    flex: 0 0 20%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 10px 0 0 10px;
    font-size: 16px;
    background-color: #fff;
    color: #000;
    height: 52px
}

.search-selector::after {
    color: #000 !important
}

.search-input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 0 10px 10px 0 !important;
    font-size: 16px !important;
    background-color: #fff !important
}

.search-input::placeholder {
    color: #525252 !important
}

.brands-container {
    flex: 0 0 auto;
    /* Do not grow or shrink, only take the width needed by the content */
    white-space: nowrap;
    /* Prevent content from wrapping to the next line */
    overflow: hidden;
    /* In case the content overflows, hide it */
}

.slider-container-brands {
    position: relative;
    width: 105%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.slider-brands {
    display: flex;
    gap: 18px;
    justify-content: center;
    width: 100%
}

.slide-brands {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.slide-brands img {
    max-width: 18px;
    height: auto
}

.slide-brands span {
    font-size: 14px;
    font-weight: 600
}

.slider-container-brands button {
    display: none;
    background-color: transparent;
    color: #fff;
    border: none;
    padding: 10px
}

.prev-brands {
    left: 0
}

input[type=search] {
    border-width: 2px 2px 2px 0
}

input[type=search]:focus {
    /* border-width: 1px;
    border-style: solid */
}

.result_container {
    margin-top: 10px;
    margin-left: 400px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px
}

#read-more-text,
.result_container h4 {
    display: inline-block
}

.card-media.mb-0 {
    height: 480px
}

.custom-placeholder::placeholder {
    font-family: "Open Sans", sans-serif;
    font-size: 16px
}

.full-width-fixed {
    position: fixed;
    margin-top: 45px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-image: url('../images/Leather\ effect.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    justify-content: flex-start;
    border-bottom: .5px solid #606060
}

.sticky {
    position: sticky !important;
    top: 0
}

.img-scrollable {
    overflow-y: scroll;
    max-height: 100vh
}

.img-scrollable::-webkit-scrollbar {
    display: none
}

.filter-container {
    display: flex;
    width: 100%
}

.filter-section {
    /* height: 100% !important */
}

.fixed {
    top: 146px;
    position: fixed !important;
    width: 20%;
    height: -webkit-fill-available
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background-color: #ff7a11
}

.nav-button {
    background: 0 0;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px
}

.nav-button:disabled {
    opacity: .35
}

.discover-section-heading {
    top: 20px !important
}

.discover-bg-color {
    background: #ff7a11 !important
}

.container-center,
.select2-container--default .select2-results>.select2-results__options {
    background: #1e1e1e
}

.footer-button {
    display: flex;
    gap: 16px
}

.footer-button a {
    margin-left: -8px
}

.join-left {
    align-items: flex-start
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding-top: 10px;
    /* padding-right: 129px; */
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, .53)
}

.footer-button img {
    width: 120px;
    height: 40px;
    padding: 2px;
    cursor: pointer;
    object-fit: fill;
    margin-left: 0
}

.col-12.w-100.join-left.d-flex.flex-column {
    margin-left: 0;
    margin-top: -47px
}

.container-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    border: 1px solid gray;
    border-radius: 10px;
    height: fit-content;
    padding: 0px;
    width:480px;
}

.country-input-section {
    width: 100%;
    color: #fff !important;
    background: #FFFFFF !important;
    text-align: left;
    font-size: 14px;
    padding: 8px 0;
    border: 1px solid #7a7a7a;
    border-radius: 10px !important
}

.country-input-section select,
.country-input-section-bookmark select,
.country-input-section1 select,
.country-input-section9 select {
    appearance: none !important
}

.select2-container--default .select2-selection--single {
    /* background: #1e1e1e !important; */
    border: none !important
}

.select2-search--dropdown {
    display: block;
    background: 0 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000 !important;
    line-height: 28px
}

.email-input-section1,
.select2-container {
    width: 100% !important
}

.phone-input-group,
.phone-input-group1 {
    display: flex;
    align-items: center;
    width: 100% !important;
    border-radius: 13px
}

.phone-input-group input {
    padding: 12px !important;
    font-size: 16px;
    border: 1px solid #7a7a7a;
    border-radius: 10px
}

.phone-code,
.phone-code1,
.phone-input-group input:focus,
.phone-input-group1 input:focus {
    border: 1px solid #7a7a7a !important
}

.phone-code,
.phone-code1 {
    width: 80px !important;
    color: #000000 !important;
    background: #ffffff !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.phone-num,
.phone-num1 {
    width: 100%;
    color: #000 !important;
    background: #ffffff !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}


.login-logo img {
    width: 70px;
    height: 70px
}

.popup-login-button {
    display: flex;
    gap: 40px !important
}

.new-user:hover {
    color: #ff7a11;
    cursor: pointer
}

.new-user {
    font-weight: 700;
    font-size: 18px
}

.collapsed,
.popup-signup-button {
    margin-top: 10px !important
}

.pop-up-div {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center
}

.email-input-section1 input {
    border: 1px solid #7a7a7a !important;
    padding: 12px !important;
    font-size: 14px
}

.email-input-section1 input::placeholder {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif
}

.bookmark-email-pop-up,
.bookmark-mobile-pop-up,
.bookmark-signup-pop-up,
.change-pool-name-div,
.login-by-email,
.member-minus,
.member-plus,
.signup-div {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1001;
    top: 0
}

.country-input-section1,
.country-input-section9 {
    width: 100%;
    color: #fff !important;
    background: #1e1e1e !important;
    text-align: left;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #7a7a7a;
    border-radius: 13px !important
}

.phone-input-group1 input {
    padding: 12px !important;
    font-size: 14px;
    border: 1px solid #7a7a7a;
    border-radius: 13px
}

.email-input-section {
    display: flex;
    align-items: center;
    width: 100% !important
}

.email-input-section input {
    padding: 12px !important;
    font-size: 14px;
    border: 1px solid #7a7a7a
}

.email-input-section input::placeholder {
    font-size: 14px;
    font-weight: 400 !important;
    font-family: "Open Sans", sans-serif
}

.email-input-section input:focus {
    border: 1px solid #7a7a7a
}

.email-code1 {
    width: 100% !important;
    color: #000000 !important;
    background-color: #ffffff !important;
    line-height: 90% !important
}

.popup-signup-button a {
    width: 150px !important;
    background-color: unset !important
}

.term-privacy {
    display: flex;
    width: 100%;
    font-size: 14px
}

.purple-color a {
    color: #FD6500;
    font-weight: 700;
    text-decoration: underline !important
}

.coming-soon-container p,
.login-para,
.pp-ul {
    font-weight: 400
}

.term-privacy input[type=checkbox] {
    position: relative;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 2px;
    cursor: pointer;
    outline: 0;
    border-radius: 3px;
    transition: background-color .3s, border-color .3s
}

.term-privacy input[type=checkbox]:checked {
    background: #f59201 !important
}

.register-button {
    height: 42px !important;
    line-height: 0 !important
}

.country-input-section-bookmark {
    width: 100%;
    color: #fff !important;
    background-color: #1e1e1e !important;
    text-align: left;
    font-size: 14px;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 13px !important
}

.offer-bottom,
.profile-country-input-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #161616 !important
}

.offer-title-share h3 {
    color: #fff !important;
    line-height: 3rem !important
}

.offer-title-share span {
    bottom: 45% !important;
    width: 6%
}

.tos-body {
    display: flex !important
}

.tos-sticky-section {
    width: 25%;
    position: sticky !important;
    top: 100px
}

.tos-sticky-section ul li h6 {
    padding: 10px 30px;
    cursor: pointer
}

.tos-content-section {
    width: 70%;
    margin-left: 3%
}

.terms-of-service p {
    text-align: justify !important
}

.privacy-policy-headings {
    font-family: inherit;
    font-size: 24px !important;
    color: #fff;
    margin-bottom: 18px
}

#country-select option,
.answer,
.card-content h3,
.card-content p,
.centered-text,
.centered-text-para,
.come-work-with-us,
.coming-soon-btn span,
.coming-soon-container p,
.dispute-content p,
.first-content p,
.indemnification-content p,
.intellectual-property h2,
.intellectual-property p,
.links-third-part h2,
.login-para,
.question-content h2,
.quick-links h2,
.stat-card,
.tc-heading h2,
.tc-question,
.vertical-content p {
    font-family: "Open Sans", sans-serif !important
}

.pp-ul {
    font-size: 16px;
    line-height: 28px;
    color: #7a798a;
    margin-bottom: 10px
}

.pp-ul li {
    margin-left: 40px
}

.alright-para,
.full-width-fixed .search-main .icon-search,
.group-members,
.ios-btn:active,
.ios-btn:focus,
.posted-by:hover,
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.widget-social .tweet:hover {
    color: #fff !important
}

.cross-icon {
    position: absolute;
    top: -2%;
    right: -2%;
    width: 25px;
    cursor: pointer
}

.login-para,
.name-section p,
span.custom-word-spacing {
    font-size: 14px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent !important;
    border-style: solid;
    border-width: 8px 9px 0 !important;
    height: 35px !important;
    left: 30%;
    margin-left: -10px !important;
    margin-top: -3px !important;
    position: absolute;
    top: 50% !important;
    width: 17px !important
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    display: none
}

.loginpopup-btn {
    width: 155px !important;
    height: 45px !important;
    background-color: #ff7a11 !important
}

.loginpopup1-btn,
.loginpopup1-btn::before,
.loginpopup1-mob-btn,
.loginpopup1-mob-btn::before {
    width: 155px !important;
    height: 45px !important;
    background-color: #7a7a7a !important;
    /* border: none !important; */
    color: #fff !important
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 160px !important;
    border: 1px solid #7a7a7a;
    padding: 0 0 5px;
    overflow-y: auto;
    width: 100%;
    margin-top: 10px !important
}

.select2-results__options::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px
}

.select2-results__options::-webkit-scrollbar-thumb {
    background: #ff7a11;
    height: 40px !important
}

.select2-dropdown {
    background: unset !important;
    border: none !important
}

.select2-container--open .select2-dropdown--below {
    top: -33px !important;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 436.781px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #ffffff !important;
    border: none !important
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder{
  color: #000000;
}

.select2-search__field::placeholder {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ff7a11 !important;
    color: #fff !important
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #232323 !important;
    background: #232323;
    color: #ff7a11
}

.select2-results__option[aria-selected] {
    font-size: 12px
}

.coming-soon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 60px !important;
    margin-top: -50px !important
}

.coming-soon-img img {
    height: 300px;
    width: 300px;
    margin-top: -37px
}

.coming-soon-btn span,
.tc-heading h2 {
    font-weight: 700
}

.coming-soon-btn {
    width: 250px !important
}

.coming-soon-btn span,
.faq-para-section {
    font-size: 18px !important
}

.tc-spacing {
    margin-bottom: 100px !important
}

.tc-main {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    /* margin-bottom: 150px !important */
}

.tc-heading h2 {
    font-size: 40px;
    line-height: 5rem;
    color: #f9f9c2
}

.card-content h3,
.card-content p {
    font-weight: 400;
    text-align: center
}

.card-part {
    width: 320px;
    height: 380px;
    border: 2px solid #fff;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.card-part img {
    width: 100%;
    height: 150px;
    object-fit: contain
}

.card-content h3 {
    font-size: 40px;
    padding-bottom: 24px;
    padding-top: 30px
}

.card-content p {
    /* color: #f9f9c2; */
    color: var(--third-color);
    font-size: 15px
}

.first-img-part {
    width: 500px;
    height: 318px;
    background: #164e40;
    border-radius: 20px
}

.first-img-part img {
    height: 300px;
    margin-top: 20px;
    margin-left: 26px;
    object-fit: contain;
    border: 5px solid #03b76a
}

.dispute-content h2,
.first-content h2,
.indemnification-content h2,
.vertical-content h2 {
    font-family:var(--primary-font);
    font-weight: 700;
    font-size: 40px;
    color: var(--primary-color);
    line-height: 5rem;
    border-bottom: 1px solid #09669e !important
}

.dispute-content p,
.first-content p,
.indemnification-content p,
.vertical-content p {
    color: var(--primary-color);
    text-align: justify;
    font-size: 15px;
    font-weight: 400
}

.first-content div {
    overflow-y: auto;
    height: 200px;
    padding-right: 5px;
}

@media (max-width: 768px) {
  .first-content-mob div{
    height: 400px !important;
  }

  .reverse-content{
    flex-direction: column-reverse;
  }

  .vertical-content{
    margin-top: 20px;
  }
}


.first-content p::-webkit-scrollbar {
    /* width: 15px;
    background-color: transparent */
}

/* .first-content p::-webkit-scrollbar-track {
    background: #161616
}

.first-content p::-webkit-scrollbar-thumb {
    background: #b4b4ba;
    height: 35px;
    border-radius: 60px
} */

.vertical-image img {
    margin-top: 20px;
    width: 600px;
    height: 550px !important;
    object-fit: contain
}

.indemnification-img {
    background: #491b26;
    border-radius: 20px;
    padding: 40px
}

.indemnification-img img {
    border-radius: 20px
}

.dispute-img img {
    border: 8px solid #f2feab
}

.question {
    margin: 0;
    padding: 0
}

.question-content {
    height: 400px;
    background: #262626
}

.img-1,
.img-2 {
    width: 80px !important;
    height: 64px !important;
    top: 12px;
    position: absolute
}

.question-content h2 {
    padding: 100px 90px;
    font-weight: 400;
    font-size: 30px;
    line-height: 3rem;
    margin-left: -745px;
    color: #fff
}

.intellectual-property h2,
.links-third-part h2 {
    font-weight: 700;
    font-size: 48px
}

.question-content img {
    position: absolute;
    top: -50px;
    right: 150px;
    width: 600px;
    height: auto;
    border-radius: 20px
}

.links-third-part,
.quick-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.links-third-part h2 {
    width: 600px;
    background: #458708;
    color: #ffffc6
}

.img-1 {
    left: 120px
}

.img-2 {
    right: 134px
}

.intellectual-property {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: 100px */
}

.intellectual-property h2 {
    background: #2b028c;
    color: #f7f7c0;
    text-align: center
}

.answer,
.intellectual-property p {
    text-align: justify
}

.intellectual-property p {
    font-weight: 400;
    font-size: 18px;
    color: var(--primary-color)
}

.tc-container {
    background-color: #fff;
    color: #000;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px 5px 0 rgb(0, 0, 0, .25);
    margin: 5px 0
}

.tc-question {
    font-size: 22px;
    font-weight: 400;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

.tc-question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: .2s
}

.tc-question.active::after {
    transform: rotate(45deg)
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: .3s
}

.answer {
    font-size: 18px;
    padding: 0 20px 20px;
    padding-right: 60px !important;
    line-height: 2.1rem
}

.quick-links h2 {
    font-weight: 700;
    font-size: 48px;
    background: #480661;
    color: #ffffc6;
    text-align: center
}

.answer ul {
    padding-top: 20px;
    padding-left: 50px
}

.answer ul li {
    list-style: disc !important
}

.flex-item .card-media a:hover>img {
    filter: brightness(.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5)
}

.flex-item .card-media a:hover>video {
    filter: brightness(.7);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .7)
}

.image-link {
    display: block;
    position: relative;
    transition: filter .3s, box-shadow .3s
}

.main-image {
    display: block;
    width: 100%;
    height: auto
}

.coming-soon,
.coming-soon span {
    display: inline-block;
    position: relative
}

.hovered {
    filter: brightness(.9) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .5) !important
}

.coming-soon span {
    animation: 2s infinite pulse;
    background: linear-gradient(90deg, #fd6500 0, #ffa800 50%, #fd6500 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, .2);
    font-size: 10px;
    font-weight: 700;
    padding-bottom: 5px
}

@keyframes pulse {
    0%,
    100% {
        opacity: .5;
        transform: scale(1)
    }
    50% {
        opacity: 1;
        transform: scale(1.2)
    }
}

.bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
    max-width: 1200px;
    margin: auto;
    background-color: transparent !important
}

.bottom-content {
    text-align: center;
    flex: 1
}

.bottom-content h1 {
    font-size: 2rem;
    margin-bottom: 20px
}

.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.social-icons a img {
    width: 25px;
    height: 25px
}

.character-image {
    max-width: 50%;
    height: auto
}

.widget-bg-line .bg-grid-line .bg-line1 {
    transform: rotateX(59deg)
}

canvas#deepspace,
canvas#deepspace1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

#bookmar-pool-h4 h4,
#int_openPopupBtn,
.chat-upload-file label,
.cp,
.flat-wallet.flex div,
.header-search .show-search,
.pool-chat-heading h3 {
    cursor: pointer
}

.input-group {
    display: flex;
    margin: 20px 0
}

.input-group input {
    flex: 1;
    padding: 10px;
    border: 1px solid #7a7a7a;
    border-radius: 5px 0 0 5px;
    outline: 0
}

.input-group button {
    padding: 10px 20px;
    background-color: #ff6700;
    border: none;
    border-radius: 0 5px 5px 0;
    color: #fff;
    cursor: pointer
}

.interests {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: start;
    margin-top: 10px;
    overflow-y: auto;
    height: 100%;
    width: 100%
}

.interest-item {
    width: auto;
    background-color: #555;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    gap: 5px
}

#clearAllBtn,
.interest-item button {
    background: 0 0;
    border: none;
    color: #fff;
    cursor: pointer
}

.interest-item span {
    font-size: 14px;
    color: #fff
}

.interest-item button {
    font-size: 15px;
    padding-right: 0;
    margin-right: 0
}

#clearAllBtn {
    margin-top: 20px;
    float: right;
    overflow-y: hidden
}

.tf-card-box .card-media.banner-new {
    position: relative;
    border-radius: inherit;
    overflow: visible;
    background-color: #000
}

.tf-card-box .card-media.banner-new::before {
    content: "";
    position: absolute
}

.tf-card-box .card-media.banner-new img {
    display: block;
    border-radius: inherit;
    position: relative
}

.tf-card-box:hover .banner-new a img {
    transform: none;
    transform-origin: none
}

.swiper-slide.swiper-slide-active .tf-card-box .banner-new a img {
    transform: scale(1.1, 1.1);
    transform-origin: bottom
}

#country-select option {
    border-radius: 0 !important;
    font-size: 14px !important
}

#country-select::-webkit-scrollbar {
    width: 5px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px !important
}

.offer-filter-block {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: end
}

#filterButton {
    padding: 5px 10px;
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700
}

#filterOptions {
    top: calc(100% + 10px);
    right: 0;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity .5s, max-height .5s;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #232323;
    border-radius: 5px;
    z-index: 10
}

#filterOptions.show {
    opacity: 1;
    max-height: 500px
}

.custom-checkbox {
    display: block;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    padding-left: 29px;
    user-select: none;
    color: #fff;
    text-align: left
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    height: 20px;
    width: 20px;
    border: 2px solid #fff;
    border-radius: 5px
}

.custom-checkbox input:checked~.checkmark {
    background-color: #f8841c
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.widget-social .whatsapp:hover {
    /* background-color: #64cd47;
    color: #fff !important */
}

.alert-live-div {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 80px
}

.container.coming-soon-container {
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 89px;
    padding-bottom: 37px;
    margin-top: 21px !important;
    margin-bottom: -55px;
    width: 100%
}

.custom-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 21%;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%
}

.custom-md-8 {
    -webkit-flex: 0 0 79%;
    -ms-flex: 0 0 79%;
    flex: 0 0 79%;
    max-width: 79%
}

.flex-item1 {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.fixed1 {
    position: fixed !important;
    top: 20px;
    width: 17%;
    overflow-y: auto;
    height: -webkit-fill-available
}

.centered-text,
.centered-text-para {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    color: #fff
}

.fixed::-webkit-scrollbar {
    width: 5px
}

.centered-text {
    top: 35%;
    font-size: 42px
}

.centered-text-para {
    width: 50%;
    top: 55%;
    font-size: 18px;
    text-align: center;
    line-height: 3rem !important
}

.about-us-section {
    margin-top: 80px !important;
    margin-bottom: 80px
}

.about-content p {
    text-align: justify
}

.stats-section {
    text-align: center;
    padding: 20px;
    margin-bottom: 80px
}

.stats-section h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-left: 70px;
    text-align: start
}

.stats-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

.stat-card {
    background-color: #1e1e1e;
    border-radius: 10px;
    padding: 20px;
    width: 320px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    text-align: center
}

.stat-card .icon {
    font-size: 40px;
    margin-bottom: 30px
}

.stat-card h3 {
    color: #ff7a11;
    margin: 10px 0
}

.stat-card p {
    color: #bbb;
    font-size: 14px !important
}

.come-work-with-us {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px
}

.come-work-with-us h2 {
    font-weight: 700;
    text-align: center
}

.come-work-with-us p {
    text-align: center;
    padding: 10px 0
}

.avatar_popup2 {
    padding: 0 !important;
    border: 1px solid rgba(86, 86, 86, .5);
    width: 250px !important;
    z-index: 1000
}

.profile_section {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px
}

.profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px
}

#img_property_btns img,
.video-share {
    height: 20px !important;
    width: 20px !important
}

.profile_info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px
}

.username {
    font-weight: 700;
    font-size: 16px
}

.role {
    font-size: 14px;
    color: #bbb
}

.play-icon,
.play-icon-yt {
    color: rgba(255, 255, 255, .8);
    pointer-events: none
}

.links .block {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    color: #fff;
    transition: background-color .3s
}

.btn1 .fas,
.initiative2 i,
.swiper-slide {
    transition: transform .3s
}

.links .block:hover,
.search-popup p:hover {
    background-color: #444
}

.links .block img {
    margin-right: 10px;
    width: 20px;
    height: 20px
}

.pr-60 {
    padding-right: 60px;
    padding-left: 100px
}

.profile_logo_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 0 0 !important
}

.profile_logo_block span img {
    border-radius: 0 !important;
    width: 16px;
    height: 16px;
    margin: 0 !important
}

.profile_logo_block .profile-logo-image img {
    border-radius: 0 !important;
    width: 80px;
    height: 80px;
    margin: 0 !important
}

.edit-avatar-section {
    justify-content: center;
    cursor: pointer;
    gap: 5px
}

.video-thumbnail {
    cursor: pointer;
    border-radius: 0 !important;
    width: 60px !important;
    height: auto !important
}

.play-icon-yt {
    position: relative;
    top: 45% !important;
    left: 100%;
    transform: translate(-52%, -341%);
    font-size: 25px;
    text-shadow: 2px 2px 4px #000;
    bottom: 50% !important
}

.play-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: none;
    font-size: 20px;
    border-radius: 20px;
    width: 50px
}

.video-popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .4)
}

.video-popup-content {
    background-color: transparent;
    margin: 15% auto;
    width: 80%;
    max-width: 600px;
    text-align: center
}

.video-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.video-close:focus,
.video-close:hover {
    color: #ff4500;
    text-decoration: none;
    cursor: pointer
}

.profile-country-input-section {
    border-radius: 12px !important;
    line-height: 35px;
    background-color: #161616;
    width: 100%;
    color: #fff !important;
    text-align: left;
    font-size: 14px;
    padding: 8px 0
}

#createBtn,
#historyBtn {
    color: #fff;
    background-color: #ff7a11
}

#createBtn:hover,
#historyBtn:hover {
    color: #fff !important;
    background-color: #ff7a11 !important
}

.active-btn,
.apply-btn.img-selected-true,
.filter-heading #filter-apply-btn,
.plyr__controls .plyr__controls__item:first-child {
    /* background: 0 0 !important;
    border: 2px solid #fd6500;
    border-radius: 5px */
}

.active-btn,
.filter-heading #filter-apply-btn {
    /* color: #fd6500 !important */
}

.self-message {
    text-align: right
}

.self-message h6 {
    margin: 10px 0
}

.ml_30 {
    margin-left: -30px
}

.pt-55 {
    padding-top: 55px !important
}

.blog-btn-color {
    background-color: #ff7a11 !important
}

.avatar-pop-up-div,
.career-div {
    justify-content: center;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    z-index: 1000
}

.contact-us-page-margin {
    margin-top: -50px
}

.career-div {
    display: none;
    align-items: center
}

.email-input-section input::-webkit-file-upload-button {
    display: none
}

.mob-loc-section {
    display: flex !important;
    justify-content: space-between !important;
    gap: 20px
}

.mob-loc-section input {
    width: 150px !important
}

.file-up input {
    border-radius: 13px;
    cursor: pointer
}

.file-up img {
    position: absolute;
    right: 45px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.file-up input[type=file] {
    color: #1e1e1e !important;
    height: 50% !important
}

.file-up input::placeholder {
    color: #e00909 !important
}

.avatar-pop-up-div {
    display: none;
    display: flex;
    align-items: center
}

.container-center1 {
    width: 500px;
    border: 1px solid gray;
    border-radius: 10px;
    background: #1e1e1e;
    height: fit-content;
    padding: 20px
}

.gender-selection {
    display: flex;
    justify-content: center;
    gap: 120px
}

.gender-buttons-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    transition: border .3s;
    color: #fff;
    background-color: transparent
}

.gender-buttons-block:hover,
.receiver-chat h3 {
    border: 1px solid #fff
}

.gender-buttons-block span {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.add-pool-text p,
.blog-new-category,
.blog-new-detail-content,
.blog-new-detail-li-type,
.blog-new-detail-li-type-circle,
.blog-new-detail-li-type-decimal,
.change-pool-desc textarea,
.chatpage label,
.container-captcha,
.delete-popup-warning p,
.pool-bookmark-img span,
.pool-chat-info h5,
.pool-chat-item,
.pool-heading,
.pool-heading-second,
.pool-search input,
.pool-search input:focus,
.pool-search-second-section,
.pool-second-section,
.widget-menu1-custom ul li a {
    font-family: "Open Sans", sans-serif !important
}

.gender-selected {
    border: .5px solid #fff !important
}

.chat-header,
.chat-item {
    border-bottom: 1px solid #444;
    display: flex
}

.avatar-pop-up-div .container-center1 h6 {
    border-bottom: .5px solid gray;
    padding: 10px 0;
    margin: 10px 0
}

.avatarsection {
    overflow-y: scroll;
    height: 170px
}

.avatarsection img {
    width: 60px;
    height: auto
}

.avatarsection .avatar-img-section {
    display: inline-block;
    border: 1px solid transparent;
    margin: 5px
}

.avatarsection .avatar-img-section.img-selected,
.avatarsection .avatar-img-section:hover {
    border: .5px solid #fff
}

.apply-btn {
    background-color: grey;
    color: rgba(0, 0, 0, .05)
}

.apply-btn.img-selected-true {
    opacity: 1;
    cursor: pointer
}

#paragraph,
.canvas-menu,
.mt-20 {
    margin-top: 20px
}

.search-popup {
    color: #fff;
    border-radius: 5px;
    height: fit-content
}

.search-popup h5 {
    margin: 0;
    padding-bottom: 10px;
    text-align: start;
    padding-top: 10px
}

.search-popup h6 {
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    cursor: pointer
}

.frequent-search,
.recent-search {
    text-align: start;
    display: flex;
    flex-wrap: wrap
}

.frequent-search span,
.recent-search span {
    font-size: 14px;
    margin: 5px;
    padding: 10px;
    border: .5px solid grey;
    border-radius: 10px;
    cursor: pointer
}

.recent_heading,
.text-section-help,
.top-interest {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.chat-container {
    display: flex;
    height: 100vh
}

.chat-sidebar {
    width: 25%;
    background-color: #0E0E0E;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    overflow-x: hidden
}

.add-member-overflow,
.chat-list,
.chat-messages,
.chat-section-container,
.pool-grid,
.pool-section-container {
    overflow-y: auto
}

.chat-section {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.chat-item {
    align-items: center;
    cursor: pointer;
    padding: 10px 20px
}

.chat-item img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px
}

.chat-info-container {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.chat-info {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 6px
}

.chat-info img {
    width: 18px !important;
    height: 18px !important
}

.chat-info-black {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    left: -15px
}

.recent_msg_time {
    font-size: 11px
}

.pending-msg {
    padding: 5px 10px;
    background-color: #ff7a11;
    border-radius: 10px
}

.chat-header {
    padding: 10px;
    align-items: center;
    background-color: #0E0E0E
}

.pool-chat-heading,
.search-part {
    border-bottom: 1px solid #525252
}

.chat-messages {
    flex-grow: 1;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    height: -webkit-fill-available;
    background-color: #1c1c1c;
    scrollbar-width: none;
    -ms-overflow-style: none

}

.chat-messages::-webkit-scrollbar {
    width: 0;
    height: 0
}

.pool-chat {
    height: 100vh;
    padding: 10px 0;
    margin-bottom: 100px !important
}

.chat-profile {
    border-right: 1px solid #000
}

.pool-chat-heading {
    display: flex;
    gap: 40px;
    padding-left: 30px;
    padding-bottom: 22px;
    padding-top: 21px;
    align-items: center
}

.chat-input {
    padding: 10px;
    border-top: 1px solid #444;
    background-color: #2a2a2a
}

.custom-filter-offer,
.mp3_heading h5,
.search-part {
    padding: 10px 0
}

.circle-profile {
    padding-top: 20px;
    padding-left: 30px
}

.active-chat {
    border-bottom: 3px solid #ff7a11;
    color: #ff7a11
}

.name-section {
    padding: 20px 0
}

.author .profile-avatar {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0
}

.time-section {
    padding-top: 20px
}

.time-section h5 {
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px
}

.time-section span {
    background-color: #ff7a11;
    color: #fff;
    width: 20%;
    height: 10% !important;
    font-size: 10px;
    margin-left: 15px;
    padding: 0 10px;
    border-radius: 16px
}

.user-name-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px 11px;
    border-bottom: 1px solid #525252
}

.chats {
    background-color: #121212
}

.chat-top-section span {
    display: block;
    font-size: 12px;
    color: #ff7a11
}

.author .chat-profile-avatar {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    overflow: hidden;
    flex-shrink: 0;
    margin-top: 30px
}

.receiver-chat h3 {
    font-size: 16px;
    width: 40%;
    padding: 5px 8px;
    text-align: start;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom: none;
    font-weight: 500
}

.receiver-chat p {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.self-chat {
    display: flex;
    justify-content: end;
    align-items: center
}

.self-chat-block {
    display: flex;
    flex-direction: column;
    align-items: end;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    max-width: 60%
}

.self-chat p {
    display: flex;
    flex-direction: column;
    align-items: end;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    width: fit-content
}
.self-chat p img, .receiver-chat p img{
  max-width: 300px;
}

.self-chat span {
    bottom: 15px;
    color: #000
}

.write-msg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    position: relative;
    width: 100%;
    left: -1%
}

.write-msg .write-message-input {
    /* width: 90%; */
    flex-grow:1;
}

.captcha-block {
    width: 100%;
    display: flex;
    justify-content: center
}

.g-recaptcha {
    transform: scale(.8);
    transform-origin: 7 7
}

#fileUpload {
    display: none
}

.upload-icon {
    width: 30px;
    height: 30px
}

.chat-search {
    top: -8px !important;
    font-size: 20px !important;
    right: 30px !important;
    cursor: pointer
}

.hide-scroll::-webkit-scrollbar {
    display: none
}

.col-1-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%
}

.head-name-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    align-items: start;
    padding-left: 6px
}

.head-right-img-block {
    display: flex;
    align-items: center;
    gap: 20px
}

.head-right-img-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    justify-content: space-between;
    cursor: pointer
}

.head-right-img-section img {
    height: 25px
}

.head-right-img-section span {
    font-size: 12px;
    font-weight: 500
}

#share_img_popup .img_info_modal-content {
    top: 50% !important
}

.create-pool-bookmark-add,
.bookmark-add,
.pool-chat-pop-up {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8)
}

.create-pool-container-center-pool,
.container-center-pool {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 480px;
    border: 1px solid gray;
    border-radius: 10px;
    background: #0E0E0E;
    height: fit-content;
    padding: 30px 5px
}

.pool-full-section {
    /* display: flex; */
    /* gap: 5px */
    width:100%;
    padding: 10px 10px;
    background-color: #0B0B0B;
}

.pool-first-section {
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 5px
}

.pool-heading,
.pool-heading-second {
    display: flex;
    padding-left: 10px
}

.pool-heading {
    gap: 20px
}

.pool-search input {
    width: 100%;
    height: 30px !important;
    border: 1px solid #ff7a11
}

.pool-search input:focus {
    outline: #ff7a11;
    border: 1px solid #ff7a11 !important
}

.pool-search i {
    position: absolute;
    top: 68px;
    right: 470px;
    font-size: 20px
}

.pool-second-section {
    /* width: 450px */
    /* overflow-y: auto;
    height:300px; */
}

.pool-chat-item {
    display: flex;
    align-items: center;
    cursor: pointer
}

.pool-chat-item img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.pool-chat-info h5 {
    font-size: 14px
}

.pool-check-circle {
    right: 470px
}

.pool-check-circle input[type=checkbox] {
    width: 10px !important;
    height: 10px;
    border: none;
    outline: 0;
    accent-color: black;
    display: none
}

.pool-bookmark-img img {
    height: 30px !important;
    width: 30px !important
}

.pool-heading-second {
    gap: 5px
}

.pool-bookmark-img span {
    padding-top: 5px;
    font-size: 20px;
    font-weight: 600
}

.clear-all-img {
    position: absolute;
    right: 40px
}

.image-grid {
    /* margin: 2em; */
    /* display: grid;
    grid-gap: 10px;
    height: 300px */
}

.pool-check-circle,
.pool-close-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.image-grid img {
    object-fit: cover
}

.big {
    grid-row: span 1
}

.tall {
    position: relative;
    grid-row: span 2
}

.pool-close-icon {
    position: absolute;
    top: 6px;
    right: 7px;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    color: black;
    font-weight: bold;
}

.overlay-pool,
.pool-check-circle input[type=checkbox]:checked+label {
    background-color: #ff7a11
}

.pool-check-circle {
    border: 1px solid #ff7a11;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}

.image-container1,
.pool-check-circle label {
    position: relative;
    cursor: pointer
}

.pool-check-circle label {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: inline-block
}

.pool-check-circle input[type=checkbox]:checked+label::after {
    content: "";
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px
}

.overlay-pool {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    display: none
}

.checkmark {
    outline: 0;
    border: none;
    color: #fff;
    font-size: 18px;
    top: 4px;
    left: 4px
}

.header-search .search-form,
.image-container1.active .overlay-pool,
.main-nav {
    display: flex
}

.info-image-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 200px;
    border-radius: 8px
}

.info-image-block img {
    border-radius: 8px;
    width: 100% !important;
    height: 200px !important;
    object-fit: cover
}

.filter-section {
    display: flex;
    flex-direction: column;
    /* height: -webkit-fill-available !important */
}

.fixed .filter-data-block {
    overflow-y: auto;
    height: -webkit-fill-available !important
}

.filter-heading {
    margin: 10px 15px 10px 0;
    text-align: center;
    border-radius: 5px
}

.filter-heading span {
    padding: 10px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    font-size: 16px
}

.btn-submit-profile button.active,
.btn-submit-profile button[type=submit]:hover,
.filter-heading #filter-clear-btn {
    /* color: #fff !important; */
    /* border: 2px solid #fff; */
    /* border-radius: 5px */
}

.tf-card-box.style-1 .offer-desc .name {
    margin-top: 12px !important;
    font-weight: 400 !important
}

.yt_title {
    font-weight: 400 !important
}

.captch_box input,
.captch_input input,
.share-invite-h3,
.text-section-help .title-help {
    font-weight: 400;
    font-family: "Open Sans", sans-serif !important
}

.delete-popup-warning {
    width: 350px;
    height: fit-content;
    background: #ffead9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 13px;
    padding: 10px 15px
}

.delete-popup-warning i {
    padding: 0 8px
}

.delete-popup-warning h3 {
    color: #6c332c;
    align-self: flex-start
}

.delete-popup-warning p {
    justify-content: center;
    text-align: justify;
    color: #000;
    margin-left: 42px
}

.pool-search-pop-up {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 32%
}

.search-image-grid {
    /* margin: 2em; */
    /* display: grid;
    grid-gap: 5px !important;
    height: 320px */
    column-count: 3;
}

.container-help {
    width: 320px;
    /* margin: 0 20px */
}

.text-section-help .title-help {
    font-size: 18px;
    color: #fff;
    cursor: pointer
}

.text-section-help .share-icon-help {
    cursor: pointer;
    font-size: 18px
}

#chat-part,
.custom-modal-animation,
.flex-column-block.hidden,
.footer-hidden-packages,
.hidden-text,
.hidden-text-exp,
.hide-popup,
.mobile-carousel-blog,
.mobile-slider,
.mp3-description.more .more-link,
.search_section.d-flex img,
.toggle-filter-btn {
    display: none
}

.pool-bookmark-img span:last-child {
    position: absolute;
    right: 35px;
    top: 58px;
    font-size: 12px
}

.share-invite-h3 {
    text-align: center !important;
    padding-left: 0 !important;
    font-size: 18px
}

.chat-pool-share-icon li {
    padding: 0 6px
}

.search-pool-grid {
    /* overflow-y: scroll;
    height: 450px !important */
    overflow-y: auto;
    height: 320px;
}

.pool-search-second-section {
    width: 450px;
    height: 520px
}

.video-popup-new {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center
}

.popup-content-new {
    border-radius: 5px;
    position: relative
}

.close-btn-new,
.close-btn-new-1,
.close-btn-new-2 {
    position: absolute;
    top: -10px;
    right: -5px;
    font-size: 24px;
    cursor: pointer
}

.search-chat-scroll {
    overflow-y: hidden !important
}

.search-filter-icon {
    cursor: pointer;
    position: absolute;
    right: 50px;
    top: 32px
}

.chat-search-field {
    border: 1px solid #ccc !important;
    background-color: #161616 !important;
    height: 30px;
    margin: 0 20px;
    border-radius: 5px !important
}

.col-1-custom {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 4.333333%;
    padding-left: 10px
}

.receiver-chat span {
    left: 90%;
    position: relative;
    float: right;
    right: 5%;
    bottom: 15px
}

.cap-body,
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.container-captcha {
    position: relative;
    max-width: 250px;
    height: 140px;
    width: 100%;
    border-radius: 12px;
    padding: 12px 15px 15px;
    background: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    margin-top: -10px;
    margin-bottom: 5px
}

.input_field {
    position: relative;
    height: 40px;
    width: 100%;
    margin: 10px 0
}

.refresh_button_captcha {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #ff7a11;
    height: 30px;
    width: 30px;
    overflow-y: hidden;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer
}

.add-scroll
/* div#filterid  */

{
    overflow-y: scroll;
    height: 100vh;
}

.button_captcha button,
.input_field input {
    height: 100%;
    width: 100%;
    outline: 0;
    border: none;
    border-radius: 8px;
    overflow-y: hidden;
    color: #fff !important
}

.input_field input {
    padding: 0 5px;
    border: 1px solid rgba(0, 0, 0, .1)
}

.captch_box input {
    color: #7a7a7a;
    font-size: 16px;
    pointer-events: none
}

.search-custome1,
h5#downloadApp,
h6.Access {
    font-weight: 500
}

.captch_input input:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .08)
}

.message_captcha {
    font-size: 12px;
    margin: 2px 0;
    color: #826afb;
    display: none
}

.button_captcha button {
    background: #ff7a11 !important;
    color: #fff !important;
    cursor: pointer;
    user-select: none;
    margin-left: 0;
    margin-top: 2px;
    width: 30px !important;
    height: 30px;
    border-radius: 4px !important;
    overflow-y: hidden
}

.button_captcha button:active {
    transform: scale(.99);
    overflow-y: hidden;
    background: #ff7a11 !important;
    color: #fff !important
}

.button_captcha.disabled {
    opacity: 0;
    pointer-events: none;
    overflow-y: hidden;
    color: #fff !important
}

.form-submit-btn {
    padding: 0 4px;
    width: 45% !important;
    color: #fff !important
}

.form-submit-btn:active,
.form-submit-btn:hover,
.refresh_button_captcha:hover {
    background: #ff7a11 !important;
    color: #fff !important
}

.refresh_button_captcha i {
    position: relative;
    bottom: 5px !important;
    right: 1px
}

.refresh_button_captcha:active,
.refresh_button_captcha:focus,
.refresh_button_captcha:hover {
    background: #ff7a11 !important;
    color: #fff !important;
    transform: translateY(-50%) scale(.98) !important
}

.captch_input input::placeholder {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400
}

.input_field.button_captcha.disabled {
    position: absolute !important;
    top: 65px !important;
    right: -73px !important
}

.input_field.button_captcha {
    position: absolute !important;
    top: 65px !important;
    width: fit-content !important;
    right: 25px !important
}

.container-center-career {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: fit-content;
    border: 1px solid gray;
    border-radius: 10px;
    background: #1e1e1e;
    height: fit-content;
    padding: 0 20px
}

.file-up span {
    position: absolute;
    left: 35px;
    font-size: 14px;
    cursor: pointer
}

.dot-icon {
    margin-left: 8px;
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 1.2rem
}

.image-section-help img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

#createBtn {
    color: #fff;
    background-color: #ff7a11;
    right: 0po;
    position: relative;
    left: 522px
}

.theme-font::placeholder {
    font-family: "Open Sans", sans-serif !important
}

.change-pool-desc textarea {
    border: 1px solid #7a7a7a;
    border-radius: 12px;
    height: 15vh;
    font-size: 14px
}

.change-pool-desc textarea:active,
.change-pool-desc textarea:focus {
    border: 1px solid #7a7a7a;
    outline: 0 !important
}

.change-pool-desc textarea::placeholder {
    font-family: "Open Sans", sans-serif !important
}

.write-message-input input::placeholder {
    font-family: "Open Sans", sans-serif !important
}

.add-member-item i {
    position: absolute;
    right: 10px
}

.add-scroll {
    max-height: 180px !important;
    overflow-x: hidden
}

.add-scroll::-webkit-scrollbar {
    width: 4px
}

.add-scroll::-webkit-scrollbar-thumb {
    background-color: #ff7a11;
    border-radius: 4px
}

.add-scroll::-webkit-scrollbar-track {
    background-color: transparent
}

.audio-container {
    margin: 20px;
    box-shadow: 0 0 5px rgba(255, 255, 255, .1);
    background-color: #161616;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    border-radius: 10px;
    padding: 0 20px;
    border: .5px solid rgba(255, 255, 255, .1)
}

.custom-col-md-8 img,
.custom-col-md-8 video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px
}

.mp3_heading {
    width: 25%;
    overflow: hidden
}

.plyr__control {
    color: #fff;
    border-radius: 50% !important
}

.plyr__controls .plyr__controls__item:first-child {
    padding: 12px !important;
    height: unset
}

:root {
    --plyr-color-main: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
    --plyr-color-hover: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
    --plyr-range-fill-background: #ef6303 !important;
    --plyr-audio-controls-background: #161616;
    --plyr-audio-control-color: white;
    --plyr-progress-ball: #ef6303 !important
}

.plyr__volume {
    align-items: unset;
    display: unset;
    max-width: unset;
    min-width: unset;
    position: relative;
    width: unset
}

.plyr {
    flex-grow: 1 !important
}

.mp3-icon-block {
    display: flex;
    gap: 12px;
    align-items: center
}

.mp3-icon-block img {
    width: 18px;
    height: 18px;
    cursor:pointer;
}

.plyr__control:hover {
    background: 0 0 !important
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 10px
}

.filter-search-div {
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 30px;
    left: 38.5%
}

.mp3-details-container {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.mp3-description p {
    margin: 0;
    text-align: justify
}

.more-link {
    display: inline;
    color: #fff;
    cursor: pointer
}

.widget-category-checkbox.style-1 .chatpage {
    padding: 0 14px 30px;
    float: left
}

.chatpage label {
    float: left !important
}

.chatpage {
    width: fit-content !important
}

.chat-filter-name {
    float: left;
    margin-bottom: 15px
}

.text-section-help {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
    background-color: #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-top: -24px
}

.full-width-fixed .result_container {
    margin-left: 457px
}

.custom-col-md-8 {
    width: 59.6667%;
    height: 421px;
    display: flex;
    align-items: center;
    justify-content: center
}

.custom-col-md-4 {
    width: 35.3333%;
    height: 450px
}

.widget-menu-tab li:hover {
    background-color: transparent
}

.chat-pool-share-icon {
    padding-left: 14px
}

.listing-image-container {
    gap: 4%;
    border-radius: 20px
}

.align-unset {
    align-items: unset !important
}

.timer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  padding: 0;
}

.timer button {
    background: 0 0;
    color: #fff;
    padding: 0;
    height: 20px;
    overflow: hidden;
    border-radius: 0;
    margin-right: 2px
}

.timer button:disabled {
    color: rgba(153, 153, 153, .08);
    cursor: auto
}

.swiper-pagination-bullet-active::after {
    background-color: #ef6404 !important
}

h4.privacy-policy-headings-custome {
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px
}

@media (max-width:767px) {
    .desktop-only {
        display: none !important
    }
    .admin_active,
    .desktop-slider {
        display: none
    }
    .social-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 48px;
        position: fixed;
        top: 94%
    }
    .flat-wallet {
        display: flex;
        /* position: absolute; */
        padding: 0 0 7px 1;
        right: -2px !important;
        align-items: center
    }
    .mobile-button {
        /* top: 0 */
    }
    .search-main select {
        padding: 15px 19px 15px 10px
    }
    svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.MuiSelect-icon.MuiSelect-iconStandard.mui-1w1tuks {
        margin-left: 16px;
        margin-right: 0
    }
    img#logo_header {
        /* width: 120px; */
        /* height: 30px */
    }
    .inner-mobile-nav .mobile-nav-close {
        top: 21px !important;
        right: 30px !important;
        color: #ef6404
    }
    .mobile-custume-pichunt {
        width: 110px;
        height: 50px
    }
    .search.search-submit {
        /* right: 8px; */
        /* top: 2px */
    }
    div#searchMain {
        margin-top: -20px
    }
    .mobile-slider {
        display: block
    }
    .relative.custome {
        margin-top: -45px
    }
    .flat-pages-title {
        padding-top: 170px;
        padding-bottom: 0;
        position: relative
    }
    .flat-pages-title-serach {
        padding-top: 32px
    }
    .tf-section.seller.d-lg-none.custom {
        margin-top: 57px
    }
    .col-md-12.recent {
        margin-top: 18px
    }
    #flex-container-id h3 {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        margin-top: 6px;
        margin-bottom: 25px;
        margin-left: 0
    }
    .container-fluid.blog-header-height {
        padding-top: 97px !important
    }
    header#header_main\ for-all-blog {
        position: fixed !important;
        top: -53px !important
    }
}

#flex-container-id h3 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    margin-top: 6px;
    margin-bottom: 25px;
    margin-left: 40px
}

.filter-sidebar {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100%;
    background-color: #292b2c;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: left .3s;
    z-index: 1000
}

.results-section {
    margin-left: 0;
    display: flex;
    flex-direction: column
}

.widget-menu-tab {
    display: flex;
    overflow-x: auto
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%
}

.flex-column-block {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.swiper-slide.custome {
    width: 210px !important;
    margin-right: 13px !important
}

.slider {
    display: flex;
    animation: 18s linear infinite slide
}

.item {
    flex: 0 0 200px;
    margin-right: 10px
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@keyframes slide {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

.row.mt-5.CUSTOME-NEWSLETTER {
    margin-left: 386px
}

.widget-social-custome ul.social-icon-footer {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0
}

.widget-social-custome.mb-4 {
    margin-left: 7px;
    margin-top: -16px
}

.widget-social.mb-4 {
    margin-left: 15px;
    margin-top: -18px
}

.search-main {
    /* width: 127%; */
    position: relative;
    /* left: 25% */
}

.full-width-fixed .slider-container-brands {
    margin-left: 104px !important;
    margin-right: 104px !important
}

.full-width-fixed.search-main input#search {
    border-radius: 0 8px 8px 0 !important;
    background-color: #fff !important;
    color: #fff !important
}

.full-width-fixed .search-main select {
    background-color: #fff;
    color: #000;
    border: none;
    margin-top: 0
}

.full-width-fixed .search-main .search-field {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important
}

.full-width-fixed .search-main .search-field::placeholder {
    color: #000 !important
}

.search-main select .search-main input {
    background-color: #000 !important
}

button.search {
    /* background: #007bff;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer */
}

p.Access,
p.Access-custome {
    font-size: 10px;
    color: #fff
}

button.search i {
    /* margin-right: 11px; */
    /* top: 1px !important */
}

button.search span {
    font-size: 16px;
    padding-left: 0;
    position: relative;
    top: -1px
}

i.icon-search.custome {
    font-size: 17px
}

.full-width-fixed button.search.search-submit.custome {
    top: 10px
}

.col-12.w-100.join-left.d-flex.flex-column.custome {
    margin-top: 31px
}

.col-12.w-100.join-left.d-flex.flex-column.share {
    margin-left: -11px
}

.search-main input.style-1 {
    /* background-color: #242424 !important */
}

.full-width-fixed .search-main .search-box {
    border-left: 1px solid #000 !important
}

img.img-fluid.custome-logo {
    width: 212px;
    height: 60px;
    margin-top: 15px;
    margin-right: -56px
}

img.img-fluid-custome2 {
    margin-left: 158px;
    margin-right: -27px
}

.col-12.w-100.join-left.d-flex.flex-column.custome-share {
    margin-left: -12px;
    margin-top: -81px
}

.widget-social-custome ul li a {
    background-color: none !important;
    width: 38px;
    height: 38px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    padding: 9px
}

h5.title-widget.mt-4.custome,
i.fa-solid.fa-arrow-right {
    margin-left: 14px
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 42px !important;
    left: 0;
    width: 100%
}

.title-widget-our-app {
    animation: 1.5s ease-in-out infinite pulse
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.05)
    }
}

h5#downloadApp {
    margin-left: 22px
}

.footer-button.mt-4 {
    margin-left: 21px
}

.search-main.custom {
    width: 317%;
    margin-left: -110px
}

img.img-fluid-custome2-serach {
    margin-left: 524px
}

#search::placeholder {
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
    color: #fff !important
}

#search::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff !important
}

#search:-moz-placeholder {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff !important
}

#search:-ms-input-placeholder {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff !important
}

#search::-ms-input-placeholder {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff !important
}

@media (max-width:992px) {
    .slider-container-brands {
        margin-left: -7px !important;
        margin-right: 311px
    }
    #search::placeholder {
        font-size: 13px;
        font-family: "Open Sans", sans-serif;
        color: #fff !important;
        margin-right: -100px !important;
        margin-left: 13px
    }
    button.search.search-submit.custome {
        /* border-radius: 5px; */
        /* width: 15%; */
        /* padding-bottom: 5px !important; */
        /* padding-left: 7px; */
        /* margin-right: 6px */
        height: 40px;
    }
    input[type=color],
    input[type=date],
    input[type=datetime-local],
    input[type=datetime],
    input[type=email],
    input[type=month],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    input[type=week],
    textarea {
        padding: 15px 7px
    }
    img.img-fluid.custome-logo {
        display: none
    }
}

@media (max-width:767px) {
    .results-section {
        /* margin-left: 41px !important */
    }
    .search-patch-container.themesflat-container {
        margin-top: -58px !important;
        margin-bottom: 28px !important;
        min-width: 105vw;
        margin-left: -28px !important
    }
    .top-interest {
        flex-direction: row;
        align-items: flex-start;
        margin-left: -14px
    }
    #int_slider li {
        padding: 0px 3px;
    }
    i.fas.fa-chevron-down.custome-down {
        margin-left: 7px
    }
    .inter-tabs {
        flex-direction: column;
        width: 100%
    }
    #int_openPopupBtn {
        margin-bottom: 10px
    }
    .tf-section.featured-item {
        /* margin-top: 106px */
    }
    .flat-title-page.forsearchcustome {
        margin-top: -29px
    }
    .widget-menu-tab {
        display: block;
        width: 100%
    }
    .tf-section.featured-item.style-bottom.search-blog-listing {
        margin-top: -65px;
        margin-bottom: -156px
    }
    .item-title {
        margin: 5px 0
    }
    .more-interests {
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: space-between
    }
    .bookmark-items {
        display: flex;
        align-items: center
    }
    .bookmark-items span {
        /* margin-left: 5px */
    }
    .row.widget-content-tab {
        flex-direction: column;
        align-items: center
    }
    .col-md-12.load-more {
        margin-top: 20px;
        width: 100%;
        text-align: center
    }
    .filter-heading #filter-clear-btn {
        margin-left: 16px
    }
    button.toggle-left {
        width: 85%;
        margin-top: -15px;
        margin-left: 15px;
        margin-right: 26px
    }
    .search-patch-container {
        margin-bottom: 18px;
        margin-top: -62px
    }
    .top-interest .bookmark-items {
        flex-direction: row
    }
    .bottom-content h1 {
        font-size: 10px;
        margin-bottom: 20px
    }
    .container-fluid.for-phone.d-block.d-md-none {
        margin-top: -49px
    }
    .media-links-container {
        overflow: hidden;
        margin: -55px 0 !important;
    }
    .filter-sidebar {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        transition: right .3s;
        overflow-y: auto
    }
    .filter-sidebar.open {
        right: 0
    }
    #filter-close-btn {
        cursor: pointer
    }
    .flex-container,
    a.interest {
        display: flex
    }
    .flex-container .top-interest,
    .flex-container button {
        margin-right: 20px
    }
    .container-center {
        width: 89%;
        margin-left: 23px
    }
    .popup-login-button {
        display: flex;
        gap: 7px !important
    }
    .footer-bottom {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: unset;
        /* width: 126% */
    }
    .footer-button.mt-5 {
        margin-top: 19px !important;
        margin-bottom: 20px
    }
    div#ourBrandsMenu,
    div#ourCompanyMenu {
        margin-top: -20px
    }
    i.fas.fa-chevron-down.down-cutome-1 {
        margin-left: 11px
    }
    div#stockPhotosMenu {
        margin-top: -19px
    }
    .full-width-fixed .search-main {
        width: 91%;
        margin-top: 39px;
        margin-bottom: -14px;
        margin-left: 17px
    }
    .hide-on-phone {
        display: none
    }
    .mobile-bookmark-container {
        margin-left: -4px;
        margin-top: -2px
    }
    .tf-section-3.discover-item.phone.listing {
        MARGIN-TOP: 1PX
    }
}

.tf-section {
    padding-bottom: 0
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    background-color: transparent;
    color: #fff
}

button#close-filter-btn {
    margin-left: 5px;
    margin-right: -27px
}

.filter-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: green;
    z-index: 900
}

#filter-close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 204px;
    color: red
}

button#filter-toggle-btn {
    background-color: #ff7a11;
    color: #fff !important;
    border-color: none !important;
    width: 80px;
    height: 40px;
    font-size: 18px;
    margin-left: -9px
}

.btn-primary-custome:hover {
    background-color: #0056b3;
    border-color: #0056b3
}

#filter-toggle-btn {
    margin-top: -35px
}

#img_property_btns {
    max-height: 10px
}

#img_property_btns img {
    margin-top: -20px
}

.img_info_modal {
    z-index: 1000000000000000000 !important
}

.custom-modal {
    display: none;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.custom-modal-container {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    width: 100%;
    max-width: 400px;
    overflow: hidden;
    margin: 0 auto
}

.custom-modal-header {
    display: flex;
    justify-content: center;
    padding: 100px;
    background: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
    position: relative
}

.custom-modal-content {
    padding: 1px;
    background-color: #1c1c1c;
    position: relative
}

.custom-modal-close {
    transform: translateY(-50%);
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

.custom-modal-phone img {
    display: block;
    margin: 0 auto;
    width: 200px;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%)
}

.custom-modal-logo img {
    display: block;
    margin: 100px auto 0;
    width: 80px
}

.custom-modal-heading {
    text-align: center;
    font-size: 18px;
    margin-top: 10px
}

.custom-modal-animated-text {
    text-align: center;
    margin: 20px 0
}

.custom-modal-bold-heading {
    font-size: 26px;
    font-weight: 700
}

.custom-modal-normal-text {
    font-size: 14px;
    margin-top: 5px
}

.custom-modal-download-button {
    background: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
    color: #fff !important;
    padding: 13px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px auto;
    font-size: 17px;
    width: 219px;
    display: block
}

.custom-modal-continue-link {
    color: #f5982a;
    cursor: pointer;
    font-size: 14px
}

@media (max-width:600px) {
    .custom-modal {
        display: flex
    }
    .custom-modal-container {
        border-radius: 16px 16px 0 0
    }
    .custom-modal-phone img {
        width: 382px;
        top: -204px
    }
    .custom-modal-logo img {
        margin-top: -35px
    }
}

.search-main .mobile-filter {
    display: none;
    font-size: 25px;
    margin-left: 11px;
    margin-top: 14px;
    margin-right: -5px;
    cursor: pointer
}

.search-main .mobile-filter1 {
    display: none;
    font-size: 25px;
    margin-left: 9px;
    margin-top: 14px;
    margin-right: 36px;
    cursor: pointer
}

.mobile-bookmark {
    display: none;
    margin-top: 14px;
    margin-left: 24px
}

i.fas.fa-chevron-down.down-cutome-1 {
    margin-left: 107px
}

i.fas.fa-chevron-down.down-cutome-2 {
    margin-left: 137px
}

i.fas.fa-chevron-down.down-cutome-3 {
    margin-left: 120px
}

i.fas.fa-chevron-down.down-cutome-4 {
    margin-left: 170px
}

.social-icon-footer {
    margin-left: -20px !important
}

.footer-button .coming-soon span {
    margin-top: 47px;
    margin-left: -100px
}

a.bookmark {
    /* margin-top: 7px */
}

.bottom-popup {
    left: 0;
    color: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, .5);
    display: none
}

.popup-icon img {
    width: 50px;
    height: 50px;
    margin-right: 2px
}

.popup-text {
    flex-grow: 1;
    position: relative;
    /* left: 2%; */
    padding: 0 12px;
}

.popup-title {
    font-weight: 700;
    margin: 0 0 5px
}

.popup-button-custom-new {
    background-color: #ff7f00;
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    width: 69px;
    height: 32px;
    padding: 0;
}

.popup-close-custom {
    background: 0 0;
    border: none;
    color: grey;
    font-size: 20px;
    cursor: pointer
}

@media only screen and (max-width:768px) {
    .bottom-popup {
        display: flex
    }
}

p.popup-title {
    color: #ff7f00
}

p.Access-custome {
    margin-top: -12px
}

h6.popup-title {
    color: #ff7f00;
    font-size: 15px;
}

h6.Access {
    font-size: 13px;
    margin-bottom: 5px;
}

h6.Access-custome {
    margin-bottom: -3px;
    margin-top: 5px
}

.icon-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px
}

.icon-img {
    width: 50px;
    height: auto
}

.icon-text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center
}

@media (max-width:767px) {
    .icon-item {
        margin: 5px
    }
    h5.custom-subtitle-last {
        margin-bottom: 16px;
        margin-left: 0 !important;
        font-size: 22px !important;
        line-height: 25px
    }
    h5.SEO1 {
        MARGIN-BOTTOM: 14PX;
        margin-top: 18px;
        font-size: 20px;
        line-height: 25px
    }
    .icon-img {
        width: 40px
    }
    .icon-text {
        font-size: 12px
    }
    h2.tf-title.first {
        margin-top: -27px;
        margin-bottom: 6px
    }
    h2.tf-title.third {
        margin-top: -41px;
        margin-bottom: 6px
    }
    h2.tf-title.four {
        margin-top: -43px;
        margin-bottom: 17px
    }
    h2.tf-title.five {
        margin-top: -21px;
        margin-bottom: -4px
    }
    /* .tf-card-box.style-1 {
        padding: 5px 6px 0
    } */
    /* a.main-logo {
        margin-left: -19px
    } */
    a.custom-collapsed.last {
        margin-left: -8px
    }
    img#logo_header {
        /* margin-top: -41%; */
        /* margin-left: 13px */
    }
    .account-button {
        margin-top: 14px
    }
    p.pichunt-footer {
        margin-left: -9px
    }
    .tf-section-3.discover-item.phone {
        margin-top: -53px
    }
    .custom-col-md-8 {
        width: 100% !important
    }
    p.pichunt-footer.for-pone {
        margin-top: 3px;
        margin-bottom: 21px
    }
    i.fas.fa-chevron-down.down-cutome-4.listing-2 {
        margin-left: 176px
    }
    .listing-image-container {
        gap: 4%;
        background: 0 0 !important;
        border-radius: 20px
    }
    .btns_first_block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px
    }
    .img_info_details_block {
        width: 358%;
        margin-left: -15px;
        margin-bottom: 21px
    }
    .info_extra_details_block {
        margin-top: -36px;
        margin-left: -12px;
        margin-bottom: 16px
    }
    .btn_block {
        display: flex;
        justify-content: center;
        gap: 20px;
        margin-left: 162px;
        margin-top: -22px
    }
    span.img_property_btns {
        margin-top: 10px
    }
    .cross-icon {
        position: absolute;
        top: 2%;
        right: 4%;
        width: 21px;
        cursor: pointer
    }
    .offer_img_block {
        display: none;
        /* width: 283% */
    }
    .style-bottom .swiper-button-next {
        right: 38%
    }
    .tf-section-2.product-detail.custome {
        margin-top: 1px;
        margin-left: 28px
    }
    .tf-section-2.product-detail.for-phone {
        margin-top: -8px
    }
    .tf-section-3.discover-item.phone.LISTING {
        MARGIN-TOP: 0PX
    }
    ul.flex.justify-content-center.social-icon-footer.new-custome-icon {
        margin-top: 15px;
        margin-bottom: -20px
    }
    .search-popup {
        z-index: 1000;
        width: 100%;
        /* min-width: 95VW; */
        /* left: -43%; */
        position: absolute;
    }
    .custom-img-width {
        width: 100%;
        height: auto
    }
    .tf-card-box .card-media img {
        max-width: 100%;
        max-height: 300px;
        object-fit: cover;
        margin: 0 auto
    }
    .search-header-block .left-section .search-patch-breadcrumb {
        font-size: 1.5rem;
        color: #ddd;
        margin-top: 30px !important;
        margin-left: -34px !important
    }
    .search-header-block .left-section .keyword {
        margin-left: -35px !important;
        font-size: 4rem !important
    }
    .search-header-block .right-section {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-start !important;
        width: 40%;
        margin-left: -21px !important
    }
    div#ad-iframe-wrapper {
        display: none
    }
}

.footer-button.mt-4.custome,
i.fas.fa-chevron-down.down-cutome-2.custom-chevron-last {
    margin-left: 11px
}

h2.try {
    font-size: 40px
}

h6.Access-custome,
h6.Access-custome-new {
    font-size: 13px;
    font-weight: 100
}

.bottom-popup {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #000;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, .3);
    z-index: 1000;
    padding: 15px 5px 5px
}

p.show-less-packages,
p.show-more-packages {
    color: #7a798a;
    cursor: pointer;
    font-size: 16px
}

a.collapsed.custom-collapsed-last {
    margin-left: 18px
}

.custom-title-widget {
    margin-left: 27px;
    position: relative
}

h5.custom-subtitle-last {
    display: inline-block;
    width: 160%;
    margin-left: -45px;
    font-size: 22px
}

.widget-menu1-custom ul li a {
    color: rgba(255, 255, 255, .53);
    line-height: 22px;
    position: relative;
    font-size: 14px
}

.col-md-2.custom-col {
    margin-right: 39px
}

.container.custom-container
/* body.body  */

{
    overflow-y: hidden
}

.container.custom-inner-container {
    margin-bottom: 23px;
    margin-top: -16px
}

.footer-bottom.d-flex.justify-content-center {
    margin-top: -1px;
    margin-bottom: -39px
}

.search-main.for-serach {
    width: 263%;
    margin-left: -16px
}

.footer-bottom.d-flex.justify-content-center.new-phone {
    margin-top: -3px;
    margin-bottom: -19px
}

.initiative2 {
    font-size: 16PX;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.initiative2 i {
    margin-left: 10px
}

#paragraph p {
    line-height: 1.6;
    margin-bottom: 20px
}

#paragraph p a {
    color: #ef6303;
    font-weight: 700
}

#paragraph p a:hover {
    text-decoration: underline
}

.NEW {
    color: #083551
}

h2.subheading-custome {
    color: #fff;
    margin-bottom: 16px
}

i.fa.fa-circle.custom-icon,
i.fa.fa-circle.icon.custome {
    font-size: 7px;
    color: #fff;
    margin: 5px 6px -2px 0
}

h3.case-study-heading {
    color: #fff;
    margin-top: -10px;
    margin-bottom: 10px
}

@media (max-width:1024px) {
    .toggle-filter-btn {
        display: block;
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 1100;
        background-color: #007bff;
        color: #fff;
        padding: 10px 20px;
        border: none;
        cursor: pointer
    }
    .filter-sidebar.open {
        left: 0
    }
    .filter-data-block {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100% !important;
        background-color: #161616;
        z-index: 10000;
        overflow-y: auto;
        transition: right .3s
    }
    .filter-data-block.show-filter {
        right: 0
    }
    .top-interest .inter-tabs a,
    .top-interest .inter-tabs span {
        margin-right: 0;
        text-decoration: none
    }
    a.interest {
        margin-top: 4px
    }
    .top-interest .inter-tabs {
        display: flex;
        align-items: center;
        margin-top: -8px
    }
    .tf-section.action.d-lg-none-new0custome,
    .tf-section.featured-item.style-bottom.d-lg-block.custom,
    button#filter-toggle-btn {
        display: none
    }
    .mobile-button {
        /* display: block */
    }
}

.coming-soon.custome {
    margin-left: 42px;
    margin-top: 4px
}

h5.SEO1 {
    MARGIN-BOTTOM: 14PX;
    margin-top: 18px;
    font-size: 20px
}

h6.SEO2 {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 9px
}

.footer-bottom.d-flex.justify-content-center.new-cutome-phone-footer {
    margin-top: 10px;
    margin-bottom: -11px
}

.container-fluid.for-phone.d-block.d-md-none.phone-custome.footer {
    margin-top: -52px
}

.swiper-featured-item1 .swiper-slide {
    /* width: 25% !important; */
    margin-right: 20px !important;
    box-sizing: border-box !important
}

.sticky-buttons {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ddd;
    z-index: 1000
}

.img_property_btns1 {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700
}

.img_property_btns1 img {
    margin-right: 8px
}

b.bold-seo-benifit {
    color: #7a798a;
    font-size: 16px;
    font-weight: 100
}

.header-search .search-submit i,
.search-box .search-submit i,
span.list-icon {
    font-size: 18px
}

.tf-section.tf-grid-blog.pb-80.d-md-none-custome.internal {
    margin-top: -188px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fd6500
}

.blog-arrow-postion {
    display: flex;
    flex-direction: row-reverse
}

.blog-navbar-arrow-position {
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .05);
    display: flex;
    justify-content: center;
    align-items: center
}

.blog-banner-image img {
    width: 100%;
    object-fit: contain
}

.navbar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 32px 0
}

.blog-new-navbar {
    display: flex;
    flex-direction: column;
    align-items: center
}

.blog-new-categories {
    display: flex;
    justify-content: center;
    margin: 10px 0;
    flex-wrap: wrap
}

.blog-new-category {
    margin: 0 15px;
    padding: 10px 0;
    cursor: pointer;
    position: relative;
    font-size: 16px
}

.blog-new-category.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 2px;
    background-color: #ff7a11
}

.blog-new-day {
    padding: 0;
    margin: 0;
    text-align: start;
    font-size: 16px
}

.blog-new-art {
    font-size: 14px;
    width: 100%
}

.blog-new-art span {
    color: #fff;
    opacity: .6
}

.blog-new-detail-content {
    text-align: justify;
    margin-top: 10px !important
}

.blog-new-detail-li-type {
    list-style-type: disc;
    font-size: 14px
}

.blog-new-faqs-section-question {
    font-size: 18px !important;
    font-weight: 600 !important
}

.video-container-new {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 29%;
    overflow: hidden;
    justify-content: center;
    align-items: center
}

.no-scroll,
select#select-id option {
    overflow: hidden !important
}

.accordion,
.btn1 {
    padding: 0;
    width: 100%
}

.video-container-new iframe {
    position: absolute;
    top: 0;
    left: 22%;
    width: 60%;
    height: 100%
}

#desktopCarousel button,
#desktopCarousel button:hover,
.pichunt-slider:hover {
    background: 0 0 !important;
    background-color: none !important
}

h6.show-details {
    font-size: 15px;
    margin-top: -3px
}

.accordion {
    margin: 0;
    max-width: 600px
}

.btn1 {
    background: 0 0;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.login-email-btn,
.send-otp-btn,
.tf-button,
.verify-otp-btn {
    padding: 10px 20px;
    text-align: center
}

.accordion-container,
.card-header1,
.send-otp-btn,
.verify-otp-btn {
    justify-content: center;
    display: flex
}

.accordion-container {
    align-items: center;
    height: 100vh
}

.card-header1 {
    width: 90vw
}

.send-otp-btn,
.verify-otp-btn {
    background-color: #ff7a11;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    border: none;
    align-items: center;
    flex: 1
}

.login-email-btn {
    background-color: #7a7a7a;
    color: #fff;
    border-radius: 5px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1
}

@media (min-width:768px) {
    .flex-column-block {
        flex: 1
    }
    .popup-login-button {
        flex-direction: row;
        justify-content: space-around
    }
    .login-email-btn,
    .send-otp-btn,
    .verify-otp-btn {
        margin: 10px;
        width: auto
    }
    .vertical-image {
        background: #221752;
        height: 600px;
        border-radius: 20px;
        margin-top: 21px
    }
}

.popup-login-button {
    display: flex;
    align-items: center;
    gap: 10px
}

.tf-button {
    border-radius: 10px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}

@media screen and (max-width:600px) {
    .video-container-new {
        width: 100%;
        height: 300px
    }
    .video-container-new iframe {
        width: 100%;
        height: 100%;
        left: 0
    }
    div#legalMenu {
        margin-top: -17px
    }
    .img_info_modal-content {
        width: 90%
    }
    .create-pool-container-center-pool,
    .container-center-pool {
        width: 90%;
        height: auto;
        padding: 30px 5px
    }
}

@media (max-width:767.98px) {
    .featured.pt-10.swiper-featured-item1.swiper-container.carousel.custome-recent.swiper-container-initialized.swiper-container-horizontal,
    .row-mobile-responsive {
        margin-top: 0 !important
    }
    .row-mobile-responsive {
        display: flex;
        flex-direction: column
    }
    .custom-filter-offer-today {
        margin-top: -154px
    }
    .row-mobile-responsive .col-4 {
        display: none
    }
    .row-mobile-responsive .col-8 {
        width: 100%;
        text-align: center
    }
    .widget-social ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: center
    }
    .widget-social ul li {
        margin: 0 .5rem
    }
    .social-icon-footer {
        margin-left: -14px !important
    }
    .first-img-part.fornew-policy {
        margin-top: -70px
    }
    .tc-spacing {
        margin-bottom: 54px !important
    }
    .indemnification-content.new {
        margin-top: 55px
    }
    #more-details-mobile {
        transition: margin-top .3s;
        margin-top: -240px !important
    }
}

.blog-new-detail-li-type-circle {
    list-style-type: circle;
    font-size: 14px
}

.blog-new-detail-li-type-decimal {
    list-style-type: decimal;
    font-size: 16px
}

.featured.pt-10.swiper-featured-item1.swiper-container.carousel.custome-recent.swiper-container-initialized.swiper-container-horizontal {
    margin-top: 58px
}

#pichunt-logo-anchor {
    cursor: pointer;
    z-index: 1000000000
}

span#filter-apply-btn,
span#filter-clear-btn {
    max-width: 85px;
    min-width: 85px
}

.filter-section::-webkit-scrollbar {
    /* width: 5px !important */
}

.offer-custom-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 79%;
    -ms-flex: 0 0 79%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (max-width:768px) {
    .bottom-container {
        flex-direction: column
    }
    .character-image {
        max-width: 80%;
        margin-top: 20px
    }
    .desktop-display,
    .only-desktop,
    .search-submit .search-custome1,
    .tf-blog-detail .inner-content .related-post::before,
    div#ad-iframe-wrapper {
        display: none
    }
    .search-field {
        /* width: calc(100% - 56px); */
        /* margin-right: 8px */
    }
    .search-submit {
        width: 48px;
        padding: 8px;
        justify-content: center
    }
    .search-popup {
        padding: 8px
    }
    .recent_heading {
        flex-direction: column;
        align-items: flex-start
    }
    .swiper-featured-item1 .swiper-slide {
        /* width: 100% !important;
        margin-right: 32px !important;
        box-sizing: border-box !important */
    }
    div#main-image-block {
        /* HEIGHT: fit-content */
    }
    .fixed.custom-top {
        top: 0PX
    }
    .wow.fadeInRight.infor-product.custom-col-md-4.animated {
        margin-top: 120px
    }
    .row.flex.w-full.listing-image-container.custome-listing {
        margin-top: 9px !important
    }
    i.fas.fa-chevron-down.down-cutome-3.internal {
        margin-left: 131px
    }
    .blog-listing-date-font,
    a {
        /* font-size: 17px !important */
    }
    .home-log-slider-font {
        font-size: 10px !important
    }
    .home-log-slider-title-font,
    .home-new-font-size {
        font-size: 14px !important
    }
    .blog-new-categories {
        flex-direction: row;
        gap: 10px
    }
    .blog-new-category {
        margin: 2px 0
    }
    .blog-new-art,
    .blog-new-day {
        font-size: 16px
    }
    .blog-new-day {
        padding: 0;
        margin: 0;
        text-align: start
    }
    .blog-banner-image {
        padding: 0 10px !important;
        margin-top: 30px
    }
    .blog-banner-image img {
        width: 100%;
        height: 100%
    }
    .widget-social.mb-4 {
        margin-left: 0;
        margin-top: -18px
    }
    .select-box {
        position: relative
    }
    .select-box select {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px
    }
    .select-box .placeholder-text {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #999
    }
    .search_section {
        flex-direction: column;
        align-items: center
    }
    .search {
        /* width: 100% */
    }
    a.bookmark {
        /* margin-top: 18px;
        margin-left: 9px */
    }
    .blog-new-detail-content h2 {
        padding: 0 10px;
        text-align: left
    }
    .blog-new-detail-content strong h5 {
        padding: 0 10px
    }
    .blog-mob-space {
        line-height: 2rem
    }
    .blog-mob-space-blockquote {
        padding: 10px !important;
        margin-left: 10px !important
    }
    #flex-container-id h3,
    .offer-results-section,
    .prev-date {
        margin-left: 0 !important
    }
    .blockquote-align {
        text-align: left !important
    }
    .tf-blog-detail .inner-content .inner-post blockquote::before {
        height: 40px
    }
    .blog-new-detail-li-type,
    .blog-new-detail-li-type-circle {
        line-height: 2rem;
        padding: 0 10px
    }
    .blog-mob-space .prev .item {
        padding-bottom: 15px
    }
    .blog-mob-space .prev img {
        margin-top: 8px;
        align-self: flex-start !important
    }
    .blog-mob-icon-responsive {
        position: relative !important;
        left: 40px !important;
        margin: 10px 0 !important
    }
    .blog-new-detail-li-type-decimal {
        padding: 0 10px;
        line-height: 2rem !important
    }
    .mobile-carousel-blog {
        display: block !important;
        padding: 0 10px;
        width: 100% !important
    }
    .blog-slide-img img {
        width: 100% !important;
        object-fit: contain
    }
    .blog-new-faqs-section-question {
        text-align: left
    }
    .blog-tag-align {
        align-self: self-start !important;
        margin-top: 5px;
        font-weight: bolder !important
    }
    .card-media:hover .show {
        display: none !important
    }
    .offer-new-h5-name {
        font-size: 16px !important;
        margin-left: 2%
    }
    .custom-filter-offer {
        margin-left: 6px
    }
    .offer-flex-container {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: -47px !important;
        justify-content: center !important;
        width: 105% !important;
        margin-left: -10px !important
    }
    .terms-and-condition-new-spacing {
        padding: 0 20% !important
    }
    #flex-container-id h3 {
        font-size: 13px !important;
        font-family: "Open Sans", sans-serif !important;
        margin-top: 6px !important;
        text-align: justify !important;
        width: 100% !important
    }
    .loginpopup-btn {
        width: 126px !important;
        height: 39px !important;
        background-color: #ff7a11 !important
    }
    .loginpopup1-btn,
    .loginpopup1-btn::before,
    .loginpopup1-mob-btn,
    .loginpopup1-mob-btn::before {
        width: 126px !important;
        height: 39px !important;
        background-color: #7a7a7a !important;
        border: none !important;
        color: #fff !important
    }
    .flat-pages-title-serach {
        /* height: 0 !important */
    }
    .search-patch-container.themesflat-container {
        margin-top: -52px;
        margin-bottom: 34px;
        min-width: 105vw;
        margin-left: -15px
    }
}

.prev-date {
    margin-left: 0 !important
}

.bookmark-add-custome {
    margin-left: 12px !important
}

.image-grid img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border:1px solid;
}

.add-pool-text p {
    display: block;
    text-align: left;
    padding-left: 22px !important;
    color: #fff
}

.filter-heading {
    /* position: sticky;
    top: 0;
    z-index: 10 */
}

/* div#filter-id::-webkit-scrollbar {
    display: none
} */

.pop-up-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999;
    backdrop-filter: blur(1px);
}

.header-search .top-search,
.search-popup {
    position: absolute;
    top: 42px;
    background-color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    z-index: 1001;
    padding: 10px
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: right
}

.menu-item.active>a {
    /* color: #ef6303 !important */
}

#site-logo img {
    max-height: 50px;
    width: auto
}

.account-button,
.canvas-nav-wrap,
.hide-popup,
.hide.on.phone-custome,
.mobile-button {
    display: none
}

.mobile-button span {
    height: 3px;
    background-color: #fff;
    margin: 7px 0
}

.header-search .top-search {
    display: none;
    right: 0
}

.header-search .search-field {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px
}

.header-search .search-submit {
    background: 0 0;
    border: none;
    cursor: pointer
}

#home-top-searchbar {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center
}

.search-main .select-box select {
    padding: 8px 10px;
    /* border: 1px solid #ccc; */
    border-radius: 3px;
    appearance: none;
    border-right: 1px solid #000000;
    height: 40px;
    font-family: "Kalam", cursive;
    font-weight: 600;
    font-style: normal;
    font-size: 18px !important;
}

.search-main .select-box svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #fff
}

.search-box .search-field {
    padding: 8px 10px;
    /* border: 1px solid #ccc; */
    border-radius: 3px
}

.search-box .search-submit {
    /* background: 0 0;
    border: none;
    cursor: pointer;
    padding: 5px */
}

.search-popup {
    display: none;
    /* width: 100% */
    width: calc(100% - 46px);
    /* max-height: 200px; */
    overflow-y: auto;
    margin-right: 10px;
}

#topBackground,
.inner-canvas-nav {
    position: fixed;
    top: 0;
    z-index: 1000
}

.recent_heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px
}

.recent_heading h5 {
    margin: 0;
    font-size: 14px
}

.recent_heading h6 {
    margin: 0;
    font-size: 12px;
    cursor: pointer;
    color: #FFF
}

.canvas-nav-wrap .overlay-canvas-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999
}

.inner-canvas-nav {
    right: -300px;
    width: 300px;
    height: 100%;
    background: #fff;
    transition: right .3s
}

.custom-next,
.custom-prev {
    transition: opacity .3s, visibility .3s;
    z-index: 10;
    visibility: visible
}

.side-bar {
    padding: 20px
}

.canvas-nav-close {
    cursor: pointer;
    text-align: right
}

.main-nav ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 30px;
}

.main-nav ul li {
    /* margin: 0 7px */
}

.main-nav ul li a {
    color: #333;
    /* padding: 10px 0px; */
    display: block;
    transition: color .3s
}

.main-nav ul li a:hover,
.main-nav ul li.active a {
    color: #007bff
}

@media (max-width:768px) {
    /* .login-button,
    .signup-button {
        width: 123px;
        height: 33px
    } */
    /* #clear-all-button {
        margin-right: 20px !important
    } */
    .canvas-nav-wrap,
    .canvas-nav-wrap .inner-canvas-nav.show,
    .canvas-nav-wrap .overlay-canvas-nav.show,
    .mobile-button {
        /* display: block */
    }
    .flat-wallet,
    .main-nav {
        display: none
    }
    .inner-canvas-nav.show {
        right: 0
    }
    .flat-wallet.flex.new {
        display: block !important;
        display: flex !important;
        justify-content: flex-start;
    }
    /* .signup-button {
        background: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
        color: #fff !important
    } */
    .flat-wallet {
        gap: 2
    }
}

.custom-placeholder::placeholder {
    color: #999;
    opacity: 1
}

.search-field::placeholder {
    color: #fff !important
}

.swiper-button-prev {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: -4px !important
}

.swiper-container.seller.seller-slider2.custome-slider.swiper-container-initialized0000000000000000.swiper-container-horizontal.swiper-container-pointer-events {
    margin-left: -49px;
    margin-top: 11px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
    font-weight: 900;
    font-size: 17px
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
    font-weight: 900;
    font-size: 17px
}

.menu-item {
    padding: 0 10px
}

.menu-item a {
    margin: 0;
    font-size: 14px;
    letter-spacing: 0
}

@media (max-width:767px) {
    .login-email-btn,
    .send-otp-btn,
    .verify-otp-btn {
        width: 26%;
        margin: 5px 0
    }
    card-part {
        width: 340px !important;
        height: 380px;
        border: 2px solid #fff;
        border-radius: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px
    }
    .first-img-part {
        width: 100%;
        height: 318px;
        background: #164e40;
        border-radius: 20px
    }
    .first-content {
        margin-top: 48px
    }
    .question-content img {
        position: absolute;
        /* top: -50px; */
        right: 55px;
        width: 295px;
        height: auto;
        border-radius: 20px
    }
    .question-content h2 {
        padding: 181px 90px;
        font-size: 14px;
        line-height: 3rem;
        color: #fff;
        margin-left: 0
    }
    .links-third-part h2,
    intellectual-property h2 {
        font-family: "Open Sans", sans-serif !important;
        font-weight: 700;
        font-size: 48px
    }
    .links-third-part h2 {
        width: 323px;
        background: #458708;
        color: #ffffc6
    }
    intellectual-property h2 {
        background: #2b028c;
        color: #f7f7c0;
        text-align: center
    }
    .tos-sticky-section ul li h6 {
        padding: 4px 0;
        cursor: pointer
    }
    .tos-content-section {
        width: 72%;
        margin-left: 1%
    }
    .flat-wallet.flex.new.for-desktop.hidden-for-mobile,
    .separator-visible-on-desktop {
        display: none !important
    }
    .search-main.listing {
        /* margin-top: 42px; */
        /* margin-bottom: -11px */
    }
    .search-main {
        /* width: 100%; */
        position: relative;
        /* left: -3px */
    }
    .header_1.header-full .widget-search input {
        /* width: 100% */
    }
    button.search i {
        /* margin-right: -73%; */
        /* top: 0 !important */
    }
    .search-main .select-box {
        position: relative;
        /* width: 48% */
    }
    .search-box {
        /* width: 82% !important; */
        border-left: none
    }
    img#mobile-logo_header {
        width: 41%;
        margin-top: -18px;
        margin-left: 12px
    }
    .heading-section.pb-30.design {
        margin-top: -46px;
        margin-left: -14px
    }
    .admin_active.chat {
        display: block
    }

    /* New css by vivek */
    .extra-space{
      margin-top: 30px;
    }
}

@media (max-width: 400px) {
  .question-content img {
    position: absolute;
    /* top: -50px; */
    right: 38px;
    width: 290px;
    height: auto;
    border-radius: 20px
}
}

@media (max-width:350px){
  .question-content img {
    position: absolute;
    /* top: -50px; */
    right: 32px;
    width: 250px;
    height: auto;
    border-radius: 20px
}
}

.mobile-button {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background-color: transparent;
    margin-top: -9px
}

.mobile-button span {
    display: block;
    width: 100%;
    transition: background-color .3s
}

.mobile-button:hover span {
    background-color: #555
}

.custome-color,
.custome-color a {
    color: #0f0;
    font-size: 16px
}

#topBackground {
    left: 0;
    width: 100%;
    height: 72px;
    background-color: #000;
    display: none
}

i#mobile-filter {
    /* margin-top: 23px; */
    font-size: 30px;
    /* margin-left: -13px */
}

/* @media only screen and (max-width:480px) {
    .add-pool-text,
    .image-grid,
    .pool-bookmark-img {
        padding: 0 10vw !important
    }
    #clear-all-button {
        position: absolute !important;
        right: 3vw !important
    }
} */

@media only screen and (max-width:360px) {
    .add-pool-text,
    .image-grid,
    .pool-bookmark-img {
        padding: 0 14vw !important;
        right: 3vw !important
    }
}

#clear-all-button {
    cursor: pointer;
    position: absolute !important;
    right: 4vw !important
}

#header_main {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #000;
    padding: 10px;
    border-bottom: 1px solid rgba(153, 153, 153, .08);
}

@media (min-width:768px) {
    .mobile-button {
        /* display: none */
    }
    body {
        padding-top: 100px
    }
    /* .header_1.header-full {
        height: 101px !important;
    }
    .flat-pages-title-serach {
        height: 80px !important;
    } */
}

.popup-message,
.popup-message-phone {
    font-size: 12px;
    color: #fff;
    margin-top: 7px;
    margin-bottom: 3px
}

.blog-new-li-para,
.blog-new-li-para-home {
    color: #fffFFF87 !important
}

.custome-color {
    cursor: pointer;
    margin-bottom: 5px
}

.author-info a {
    display: inline-block !important;
    width: fit-content !important
}

.slider-prev.swiper-button-prev.recente2 {
    margin-bottom: -18px
}

.slider-next.swiper-button-next.recente1 {
    margin-bottom: -19px
}

.blog-new-li-para-home {
    display: block;
    line-height: 1.2em;
    font-size: 16px;
    margin-top: 5px
}

h2.SEO3 {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 9px
}

.custom-prev {
    opacity: 1;
    left: 10px
}

.swiper-container:hover .custom-next,
.swiper-container:hover .custom-prev {
    visibility: visible
}

.blog-header-navbar #main-nav {
    right: 42% !important
}


/* .banner {
    position: relative;
    background-image: url('../images/Slider%203%20(1).webp');
    background-size: cover;
    background-position: center;
    height: 90vh;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px
} */

@media (max-width:768px) {
    .tos-body {
        margin-top: 0;
        padding: 5vw;
    }
    .slider {
        display: flex;
        animation: 8s linear infinite slide
    }
    .custome-color {
        color: #0f0;
        font-size: 16px
    }
    .navbar-container {
        padding: 0
    }
    .hide-category,
    .hide-explore {
        display: none !important
    }
    .blog-banner-image {
        padding: 0 10px !important;
        margin-top: 0
    }
    .offer-mobile-hide {
        margin-top: -132px !important
    }
    /* .banner {
        height: 44vh;
        background-size: cover;
        background-position: left;
        margin-top: 17px
    } */
    .brand-marquee-container-custome {
        top: -33px
    }
    .overlay-custome {
        padding: 10px
    }
    .hashtag {
        font-size: 14px
    }
    .banner::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        pointer-events: none
    }
}

.overlay-custome {
    z-index: 1;
    bottom: 10%;
    padding: 20px;
    position: relative
}

.overlay-custome h1 {
    font-size: 4.5vw;
    margin: 0;
    padding: 0;
    line-height: 1.2
}

.overlay-custome p {
    font-size: 2vw;
    margin-top: 1rem;
    color: #fff
}

.brand-item span,
.hashtag {
    text-align: center;
    font-size: 1.5vw
}

.brand-marquee {
    padding: 10px 0;
    transform: rotate(-5deg);
    position: absolute;
    bottom: 100px;
    width: 100%;
    overflow: hidden;
    height: 4vw;
    background-color: #ff0
}

.brand-item {
    display: flex;
    align-items: center;
    margin: 0 20px;
    transform: rotate(5deg)
}

.brand-item img {
    height: 5vw;
    margin-bottom: 5px
}

.hashtag {
    position: relative;
    top: 13%;
    width: 100%
}

@media (max-width:768px) {
    .overlay-custome h1 {
        font-size: 7vw
    }
    .overlay-custome p {
        font-size: 3.5vw
    }
    .brand-item img {
        height: 8vw
    }
    .brand-item span {
        font-size: 2.5vw
    }
    .hashtag {
        font-size: 3.4vw
    }
    .brand-marquee-container-custome {
        background-color: #ff0;
        overflow: hidden;
        position: relative;
        width: 300% !important;
        left: -7% !important;
        height: 50px;
        transform: rotate(-3.5deg)
    }
    .flex-item.offer_img_block {
        display: none
    }
}

.brand-marquee-container-custome {
    background-color: #f3f826;
    overflow: hidden;
    position: relative;
    width: 101vw;
    left: -2%;
    height: 45px;
    transform: rotate(-3.5deg)
}

.brand-marquee-custome {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    animation: 60s linear infinite scroll-marquee;
    transform: rotate(2deg)
}

.marquee-content-custome {
    display: flex;
    gap: 40px
}

.brand-item-custome {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    position: relative;
    bottom: -8PX
}

.brand-item-custome img {
    max-height: 30px;
    display: block
}

.brand-item-custome span {
    font-size: 16px;
    font-weight: 700;
    color: #000
}

@keyframes scroll-marquee {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translateX(0)
    }
}

.blog-banner-image {
    padding: 0 7px !important;
    margin-top: 8%;
    z-index: 999999999999999999999999999 !important
}

.blog-header-height {
    height: 80px !important
}

.offer-desc .offer-new-h5-name {
    font-weight: 600 !important
}

.tos-body {
    display: flex !important;
    /* margin-top: 12% !important; */
    margin-bottom: 80px !important
}

@media (max-width:768px) {
    .blog-banner-image {
        margin-top: 31% !important;
        margin-bottom: 37px
    }
    .offer-new-h5-name {
        font-size: 16px !important;
        margin-left: 2%;
        font-weight: 600 !important
    }
    .blog-mob-icon-responsive {
        position: relative !important;
        left: 8% !important;
        margin: 10px 0 !important
    }
    .tos-body {
        flex-direction: column;
        /* margin-top: -10% !important */
        margin-bottom: 20px !important;
    }
    .tos-sticky-section {
        width: 100%;
        overflow: scroll;
    }
    .tos-sticky-section::-webkit-scrollbar {
      display: none;
    }
    .tos-sticky-section ul {
        max-width: fit-content;
        display: -webkit-box !important;
        /* flex-direction: row !important; */
        gap: 30px;
        justify-content: start;
        margin-bottom: 20px;
        /* margin-left: 2%; */
        /* margin-top: 40px; */
    }
    .tos-content-section {
        width: 100% !important
    }
    .terms-and-condition-new-spacing {
        padding: 0 20% !important
    }
    .first-img-part.fornew-policy {
        margin-top: -70px;
        width: 82vw !important
    }
    .first-img-part {
        width: 86vw !important;
        height: 318px;
        background: #164e40;
        border-radius: 20px
    }
    .brand-marquee-custome {
        animation-duration: 40s
    }
    
    .tos-sticky-section ul li h1{
      padding: 5px 0px !important;
    }

    .tos-sticky-section ul li h6{
      font-size: 16px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .tos-body {
        flex-direction: row;
        /* margin-top: -5% !important */
    }
    .tos-sticky-section {
        width: 30%
    }
    .tos-sticky-section ul {
        flex-direction: column !important;
        justify-content: flex-start;
        margin-left: 0;
        gap: 15px
    }
    .tos-content-section {
        width: 70% !important;
        margin-left: 5%
    }
}

@media (min-width:1024px) and (max-width:1342px) {
    .tos-body {
        flex-direction: row;
        /* margin-top: 15% !important */
    }
    .tos-sticky-section {
        width: 30%
    }
    .tos-sticky-section ul {
        flex-direction: column !important;
        justify-content: flex-start;
        margin-left: 0;
        gap: 15px
    }
    .tos-content-section {
        width: 70% !important;
        margin-left: 5%
    }
}

@media (min-width:1680px) {
    .tos-body {
        flex-direction: row;
        /* margin-top: 10% !important */
    }
    .tos-sticky-section {
        width: 25%
    }
    .tos-sticky-section ul {
        flex-direction: column !important;
        justify-content: flex-start;
        margin-left: 0;
        gap: 15px
    }
    .tos-content-section {
        width: 70% !important;
        margin-left: 5%
    }
}

.popup-3-second {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #444;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    z-index: 1000
}

.popup-3-second p {
    font-weight: 700;
    color: #fff
}

@media only screen and (min-width:992px) {
    #site-logo-inner {
        position: absolute;
        top: 45%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10000000;
        /* left:-23px; */
    }
}

.swiper-slide {
    flex: 0 0 auto;
    /* margin-right: 15px */
}

@media (min-width:768px) {
    .flat-wallet.flex.new.for-desktop.hidden-for-mobile {
        display: flex !important
    }
    .tf-card-box.style-1.filter {
        background-color: transparent
    }
}

.search-header-block.photos {
    background-image: linear-gradient(to left, #ef6504, #f49528)
}

.search-header-block.videos {
    background-image: linear-gradient(to left, #001510, #003024)
}

.search-header-block.video-templates {
    background-image: linear-gradient(to left, #870000, #530101)
}

.search-header-block.motion-graphics {
    background-image: linear-gradient(to left, #200122, #6f0000)
}

.search-header-block.graphics {
    background-image: linear-gradient(to left, #323232, #131313)
}

.search-header-block.textures {
    background-image: linear-gradient(to left, #331051, #0e0018)
}

.search-header-block.vectors {
    background-image: linear-gradient(to left, #966c02, #573f00)
}

.search-header-block.icons {
    background-image: linear-gradient(to left, #024902, #053e01)
}

.search-header-block._3d {
    background-image: linear-gradient(to left, #024f96, #002d57)
}

.search-header-block.illustrations {
    background-image: linear-gradient(to left, #02967b, #005747)
}

.search-header-block.infographics {
    background-image: linear-gradient(to left, #e84c88, #570025)
}

.search-header-block.software-type {
    background-image: linear-gradient(to left, #987a4b, #301700)
}

.search-header-block.music {
    background-image: linear-gradient(to left, #2000bd, #0f0057)
}

.search-header-block.sound-effects {
    background-image: linear-gradient(to left, #ad5e00, #571a00)
}

.search-header-block.cinema-4d-templates {
    background-image: linear-gradient(to left, #bd0000, #570000)
}

.search-header-block.print-templates {
    background-image: linear-gradient(to left, #4c35bb, #200153)
}

.search-header-block.ui-ux-templates {
    background-image: linear-gradient(to left, #4c0296, #2c0057)
}

.search-header-block.logo-templates {
    background-image: linear-gradient(to left, #ff0345 100%, #570015)
}

.search-header-block.presentation-templates {
    background-image: linear-gradient(to left, #741003, #ff2e00)
}

.search-header-block.editorial-images {
    background-image: linear-gradient(to left, #41004b, #1b009c)
}

.search-header-block.editorial-videos {
    background-image: linear-gradient(to left, #673012, #301700)
}

.search-header-block.isolated-objects {
    background-image: linear-gradient(to left, #006475, #2c3e50)
}

.search-header-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    min-height: 90px;
    width: 100%;
    gap: 10px
}

.search-header-block .left-section {
    flex: 1;
    margin-left: 18px;
    width: 53%
}

.search-patch-container.themesflat-container {
    margin-top: -20px;
    margin-bottom: 34px;
    min-width: 105vw;
    margin-left: -15px
}

.search-header-block .left-section .keyword {
    font-size: 6rem;
    font-weight: 500;
    margin: -12px 0 0;
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    overflow: hidden
}

.search-header-block .left-section .search-patch-breadcrumb {
    font-size: 16PX;
    color: #ddd;
    margin-top: 5px
}

.search-header-block .right-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%
}

.search-header-block .selected-filters-block {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding: 5px;
    max-width: 100%;
    flex-wrap: wrap
}

.search-header-block .filter {
    display: flex;
    align-items: center;
    padding: 5px;
    border: 1px solid #d8d8d8;
    border-radius: 5px
}

.search-header-block .filter span {
    font-size: 15px;
    font-weight: 400
}

.search-header-block .delete-btn {
    margin-left: 5px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    color: #fd6500;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    font-weight: 800 !important
}

.search-header-block .loading-icon {
    width: 50px;
    height: auto;
    margin-left: 10px;
    transform: rotate(180deg)
}

@media screen and (max-width:768px) {
    .full-width-fixed {
        width: 100% !important
    }
    button.btn1.w-100 {
        margin-top: 2px !important;
        margin-bottom: 2px;
        position: relative
    }
    .container-custome,
    .themesflat-container {
        position: relative;
        margin-right: auto;
        padding-right: 0;
        padding-left: 0
    }
    .full-width-fixed .mobile-bookmark,
    .full-width-fixed .mobile-filter,
    .full-width-fixed .mobile-filter1 {
        display: block
    }
    .addnew-interest .inter-tabs .mobile,
    .mobile-intrest,
    .widget-menu-tab.inter-tabs.mobile {
        flex-direction: row
    }
    .widget-menu-tab.inter-tabs.mobile {
        flex-wrap: nowrap;
        overflow: hidden
    }
    .interest-text {
        display: inline
    }
    @media (max-width:767px) {
        .interest-text {
            display: none
        }
    }
    .themesflat-container {
        margin-left: auto;
        width: 1140px;
        max-width: 100%
    }
    .flex-container {
        display: flex !important;
        flex-wrap: wrap;
        gap: -47px;
        justify-content: center;
        width: 133%;
        margin-left: -45px
    }
    div#flex-column-block2 {
        margin-top: -1px
    }
    .col-md-3.custom-md-2.filter-section.for-phone-section,
    .tf-section.tf-grid-blog.pb-80.d-md-none-custome {
        display: none
    }
    img#logo_footer {
        width: 40%;
        height: auto;
        margin-left: -14px;
        margin-top: 54px
    }
    .container-custome {
        margin-left: auto
    }
    .row.custom-row {
        margin-left: 13px
    }
    h5.title-widget.mt-3 {
        margin-left: -5px
    }
    h5.title-widget.mt-3 {
        margin-left: -5px;
        display: none;
    }
    .search-header-block {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 30px;
        width: 100%
    }
    .content-tabs.new {
        margin-top: -70px
    }
    .receiver-chat h3,
    .search-header-block .left-section,
    .search-header-block .right-section {
        width: 100%
    }
    .search-header-block .selected-filters-block {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        flex-wrap: unset
    }
    .search-header-block .selected-filters-block::-webkit-scrollbar {
        display: none
    }
    .search-header-block .filter {
        flex-shrink: 0
    }
    .tf-card-box.style-1.filter {
        background-color: transparent !important
    }
    .favorites-mobile .swiper-slide.swiper-slide-active,
    .favorites-mobile .swiper-slide.swiper-slide-next {
        width: 200px !important;
        right: 11px;
    }
    .swiper-featured-item1 .swiper-slide {
        width: 100% !important;
    }
    img.img-fluid.phone {
        width: 60px;
        margin-top: -58px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .search-main {
        position: relative;
        /* left: 30% */
    }
    button.search i {
        /* margin-right: -106px; */
        /* top: 1px !important */
    }
    .brands-container.col-md-6.d-none.d-md-block,
    .col-md-1.text-center.d-flex.align-items-center.justify-content-center.separator-visible-on-desktop,
    .col-md-5.d-none.d-md-block,
    .flat-wallet.flex.new.for-desktop.hidden-for-mobile {
        display: none !important
    }
    .mobile-button {
        /* margin-top: 8px */
    }
    button.search.search-submit.custome {
        /* width: 35vw; */
        /* padding-bottom: 5px !important */
    }
}

@media (min-width:1025px) {
    .mobile-slider {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .mobile-slider {
        display: block !important
    }
    .custom-col-md-8 {
        width: 47.6667%
    }
    .img_property_btns1 {
        font-size: 12px;
        padding: 6px 12px;
        width: 22vw;
        margin: 8px 4px
    }
    .product-detail {
        margin-top: 0
    }
    .right_block {
        margin-top: -118px
    }
    .btn_block {
        justify-content: flex-start
    }
    .tf-section.featured-item.style-bottom.ipad-recent {
        margin-top: -238px
    }
}

@media only screen and (min-device-width:820px) and (max-device-width:1180px) and (-webkit-min-device-pixel-ratio:2) {
    /* .mobile-slider {
        display: block !important
    } */
    .custom-col-md-8 {
        width: 53.6667%
    }
    .product-detail {
        margin-top: 0
    }
    .right_block {
        margin-top: 24px
    }
    .btn_block {
        justify-content: flex-start
    }
    .tf-section.featured-item.style-bottom.ipad-recent {
        margin-top: -87px
    }
    .page-title.faqs {
        margin-top: -208px;
    }
}

@media (min-width:430px) and (max-width:430px) and (min-height:932px) and (max-height:932px) {
    .search-main {
        /* width: 99% !important; */
        position: relative;
        /* left: 0 */
    }
}

@font-face {
    font-family: dited;
    src: url('../font/Dited.otf') format('opentype');
    font-weight: 400;
    font-style: normal
}

#keywoard-value-id {
    font-family: dited, "Open Sans", sans-serif
}

per-button-next.seller-next.new-brand {
    margin-right: -30px !important
}

per-button-prev.seller-prev.old-brand {
    margin-left: -25px;
    margin-top: -17px !important
}

@media only screen and (min-width:375px) and (max-width:375px) and (min-height:667px) and (max-height:667px) {
    .hashtag {
        position: relative;
        top: 6%;
        width: 100%
    }
}

.seller-next,
.seller-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.btn-submit-profile button {
    width: 100px;
    padding: 10px;
    box-sizing: border-box
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px
}

.tf-author-box {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.author-info a {
    text-align: center;
    text-decoration: none;
    color: #fff
}

.custom-word-spacing {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px
}

.custom-select select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    white-space: nowrap
}

@media (max-width:768px) {
    .custom-word-spacing {
        font-size: 12px;
        max-width: 120px
    }
    .tc-heading.text-center.terms {
        margin-top: 25px !important
    }
    section.tos.mt-5.mb-5.term-service {
        margin-top: -49px !important
    }
    .container.tos-body.new-custome {
        /* margin-top: -84px !important */
    }
    .brands-container {
        /* margin-top: 2px */
        flex: initial;
        /* Reset flex property */
        white-space: normal;
        /* Allow wrapping if needed */
        overflow: visible;
        /* Allow overflow to be visible */
        width: 100%;
    }
    .search-main .select-box select {
        padding: 8px 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        appearance: none;
        border-right: none
    }
    h2.tf-title.blog-phone {
        margin-left: 4px
    }
    .filter-section {
        height: 100% !important;
        overflow: hidden
    }
    .filter-heading {
        display: flex;
        font-size: 15px;
        gap: 21px
    }
    button#close-filter-btn {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:500px) {
    .custom-word-spacing {
        font-size: 10px;
        max-width: 100px
    }
}

.seller-next,
.seller-prev {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s
}

.seller-prev {
    left: 10px
}

.seller-next {
    right: 10px
}

.box-logo {
    margin-top: -22px
}

.col-md-2.for-spacing,
.col-md-2.for-spacing2 {
    left: -5%
}

.col-md-2.for-spacing1 {
    left: -7%
}

.col-md-2.for-spacing3 {
    left: -6%
}

.col-md-2.for-spacing4 {
    left: -9%
}

.col-md-4.for-spacing {
    left: 1%;
    margin-top: -12px
}

.swiper-container1 {
    width: 100%;
    height: auto
}

.swiper-pagination {
    bottom: 10px
}

.search-patch-container {
    margin-bottom: 34px
}

@media only screen and (min-width:1024px) and (max-width:1024px) and (min-height:1342px) and (max-height:1342px) {
    .header_1 #main-nav {
        left: 64% !important
    }
    .search-main {
        position: relative;
        /* left: 27% */
    }
    .header_1.header-full .widget-search input {
        /* width: 29vw */
    }
    button.search i {
        /* margin-right: -207px; */
        /* top: 1px !important */
    }
    .banner {
        background-size: cover;
        background-position: left;
        height: 47vh
    }
}

select#select-id option {
    /* width: 150px !important; */
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis !important
}

@media only screen and (max-width:360px) and (max-height:780px) {
    .bookmark-items svg,
    .filter-heading svg {
        MARGIN-LEFT: -5PX
    }
}

@media only screen and (max-width:320px) and (max-height:568px) {
    .hashtag {
        top: 3%
    }
    .top-interest {
        margin-left: -60px
    }
    .top-interest .inter-tabs {
        margin-left: -4px
    }
    .bookmark-items svg,
    .filter-heading svg {
        MARGIN-LEFT: 2PX
    }
    .popup-button-custom-new {
        width: 49px;
        MARGIN-RIGHT: 4PX
    }
    .bottom-popup {
        padding: 0 !important
    }
    p.pichunt-footer {
        margin-left: 2px
    }
}

@media only screen and (max-width:768px) and (max-height:568px) {
    .hashtag {
        top: 3%
    }
    .top-interest {
        margin-left: -60px
    }
    .top-interest .inter-tabs {
        margin-left: -4px
    }
    .bookmark-items svg,
    .filter-heading svg {
        MARGIN-LEFT: 2PX
    }
    .popup-button-custom-new {
        width: 49px;
        MARGIN-RIGHT: 4PX
    }
    .bottom-popup {
        padding: 0 !important
    }
    p.pichunt-footer {
        margin-left: 2px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .header_1.header-full .widget-search input {
        /* width: 43vw */
    }
    .row.tc-cards-section.mt-5.terms-and-condition-new-spacing {
        display: flow !important
    }
    .search-header-block .left-section .search-patch-breadcrumb {
        margin-top: 17px !important;
        margin-left: -32px !important
    }
    .right-section {
        margin-left: -291px
    }
    .card-part {
        width: 95vw
    }
    .divider,
    .section-menu-left .connect a,
    .tc-wrapper,
    .w-full,
    fieldset,
    select {
        width: 100%;
        position: relative
    }
    .tf-section-3.discover-item.phone.listing {
        margin-top: 54px
    }
    .card-content h3 {
        font-size: 58px;
        padding-bottom: 24px;
        padding-top: 30px
    }
    .card-content p {
        /* color: #f9f9c2; */
        color:var(--third-color);
        font-size: 27px
    }
    .tf-section.seller.d-lg-none.custom,
    section.img-content-section.container.mt-5.tc-spacing,
    section.question.container-fluid.mt-5.tc-spacing {
        display: none
    }
    .search-main {
        position: relative;
        /* left: 26% */
    }
    #site-logo {
        margin-top: -4px;
        margin-left: -2px
    }
    button#close-filter-btn {
        display: block !important;
        margin-left: -14px;
        margin-right: -4px
    }
    .filter-heading {
        /* margin-left: 16px */
    }
    .flat-pages-title {
        padding-top: 113px;
        padding-bottom: 44px;
        position: relative
    }
    .swiper-container1 {
        width: 87% !important;
        height: auto;
        margin-left: -19px
    }
    a.main-logo {
        margin-left: -17px
    }
    .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 530px;
        margin-left: -106px
    }
    .tf-section.action.d-lg-none-new0custome,
    .tf-section.featured-item.style-bottom.d-lg-block.custom,
    button#filter-toggle-btn {
        display: block
    }
    .tf-section.featured-item.style-bottom.d-lg-block.custom {
        margin-top: 0 !important
    }
    .custom-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79%;
        -ms-flex: 0 0 79%;
        flex: 0 0 95%;
        max-width: 140%
    }
    .top-interest .inter-tabs {
        display: flex;
        align-items: center;
        margin-top: -8px;
        margin-left: 6px
    }
    .top-interest .inter-tabs a,
    .top-interest .inter-tabs span {
        margin-right: 0;
        display: block;
        text-decoration: none;
        /* width: 169%; */
        width: auto;
        max-width: 100%;
        word-break: keep-all;
        display: inline-block;
    }
    .addnew-interest.inter-tabs.mobile-intrest {
        width: auto;
        max-width: 100%;
    }
    .flex-container {
        display: flex !important;
        flex-wrap: wrap;
        gap: -47px;
        justify-content: center;
        width: 137%;
        margin-left: -12px;
        margin-right: -49px
    }
    .search-header-block .left-section .keyword {
        font-size: 6rem;
        font-weight: 500;
        margin: -12px 0 0;
        margin-left: -36px !important
    }
    .col-md-9.custom-md-8.results-section,
    h2.tf-title.ipad-mini {
        margin-left: 0 !important
    }
    .col-md-2.for-spacing1,
    .col-md-2.for-spacing4 {
        left: 0 !important
    }
    .col-md-2.for-spacing2 {
        left: 1% !important
    }
    .col-md-2.for-spacing3 {
        left: 2% !important
    }
    img#logo_footer {
        width: 67%;
        height: auto;
        margin-top: 0
    }
    .tf-card-box.style-4 {
        margin-left: -7px
    }
    .footer-button.mt-4,
    h5#downloadApp {
        margin-left: 0
    }
    .footer-button {
        gap: 0
    }
    h5.title-widget.mt-2.mb-5.text-center {
        margin-left: -14px;
        margin-top: -6px !important;
        margin-bottom: 37px !important
    }
    h5.title-widget.mt-2.mb-5.ipad-mini-footer {
        display: inline-block;
        width: max-content
    }
    .footer-bottom.d-flex.justify-content-center {
        margin-right: -101px
    }
    .widget.widget-menu.style-1.custom-widget {
        margin-top: 45px !important
    }
    h5.custom-subtitle-last {
        margin-left: -23px;
        font-size: 24px
    }
    .col-md-2.custom-col {
        margin-right: 23px
    }
    .popup-button-custom-new {
        margin-right: 14px
    }
    .flat-wallet {
        right: 0
    }
}

@media only screen and (min-width:820px) and (max-width:1180px) {
    .login-button,
    .signup-button {
        width: 123px;
        height: 33px
    }
    button.search i {
        /* margin-right: -215px */
    }
    .header_1.header-full .widget-search input {
        /* width: 48vw */
    }
    .search-main {
        position: relative;
        /* left: 16% */
    }
    /* .signup-button {
        background: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
        color: #fff !important
    } */
    .search-header-block .left-section {
        flex: 1;
        margin-left: 44px;
        width: 53%
    }
    .social-icons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 48px;
        margin-top: 688px;
        margin-left: -11px
    }
    #site-logo {
        margin-top: -4px;
        margin-left: 3px
    }
    button#close-filter-btn {
        display: block !important;
        margin-left: -14px;
        margin-right: -4px
    }
    div#brandsContainer {
        margin-top: 1px
    }
    .banner {
        background-position: left top;
        height: 39vh;
        padding: 0 20px
    }
    .filter-heading {
        /* margin-left: 16px */
    }
    h2.tf-title.second {
        margin-top: -61px
    }
    .flex-container {
        margin-left: -18px;
        margin-right: -96px;
        width: 134%
    }
    a.bookmark {
        /* margin-right: -63px !important;
        margin-left: 65px */
    }
    h5#downloadApp {
        margin-left: 13px
    }
    .footer-button.mt-4 {
        margin-left: 17px
    }
    h5.title-widget.mt-2.mb-5.text-center {
        margin-left: -2px
    }
    .flat-pages-title {
        /* padding-top: 0; */
        padding-bottom: 44px;
        position: relative
    }
    .swiper-container1 {
        width: 87% !important;
        height: auto;
        margin-left: -19px
    }
    a.main-logo {
        margin-left: -17px
    }
    .tf-section.seller.d-lg-none.custom {
        display: none
    }
    .tf-section.action.d-lg-none-new0custome,
    .tf-section.featured-item.style-bottom.d-lg-block.custom,
    button#filter-toggle-btn {
        display: block
    }
    .tf-section.featured-item.style-bottom.d-lg-block.custom {
        margin-top: 0 !important
    }
    .custom-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 79%;
        -ms-flex: 0 0 79%;
        flex: 0 0 95%;
        max-width: 140%
    }
    .top-interest .inter-tabs {
        display: flex;
        align-items: center;
        margin-top: -8px;
        margin-left: 6px
    }
    .top-interest .inter-tabs a,
    .top-interest .inter-tabs span {
        margin-right: 11px;
        text-decoration: none
    }
    .col-md-9.custom-md-8.results-section,
    h2.tf-title.ipad-mini {
        margin-left: 0 !important
    }
    .col-md-2.for-spacing1,
    .col-md-2.for-spacing4 {
        left: 0 !important
    }
    .col-md-2.for-spacing2,
    .col-md-2.for-spacing3 {
        left: 2% !important
    }
    img#logo_footer {
        width: 67%;
        height: auto;
        margin-top: 0
    }
    .tf-card-box.style-4 {
        margin-left: -7px
    }
    .footer-button {
        gap: 0
    }
    h5.title-widget.mt-2.mb-5.ipad-mini-footer {
        display: inline-block;
        width: max-content
    }
    .footer-bottom.d-flex.justify-content-center {
        margin-right: -101px
    }
    .widget.widget-menu.style-1.custom-widget {
        margin-top: 45px !important
    }
    h5.custom-subtitle-last {
        margin-left: -23px;
        font-size: 24px
    }
    .col-md-2.custom-col {
        margin-right: 23px
    }
    .popup-button-custom-new {
        margin-right: 14px
    }
    h2.tf-title.third {
        margin-top: -44px
    }
}

.dot-icon i,
.head-right-img-section i,
.pool-chat-heading i {
    font-size: 23px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center
}

@media only screen and (min-width:800px) and (max-width:1280px) {
    .search-main {
        position: relative;
        /* left: 28% */
    }
    .header_1.header-full .widget-search input {
        /* width: 31vw */
    }
    button.search i {
        /* margin-right: 25px */
    }
    .slider-container-brands {
        position: relative;
        width: 111%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -6px
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) {
    .img_property_btns1 {
        display: flex;
        justify-content: center;
        width: 166px;
        height: 35px;
        font-size: 14px
    }
    .btn_block {
        display: flex;
        justify-content: center;
        gap: 5px;
        margin-left: 146px;
        margin-top: -22px
    }
}


/* .featured.pt-10.swiper-featured-item1.swiper-container.carousel.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    margin-left: -26px
} */

.loading-dots {
    text-align: center;
    width: 100%
}

.loading-dots--dot {
    animation: 1.5s ease-in-out infinite dot-keyframes;
    background: linear-gradient(to left, #ef6303, #f5982a);
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 4px
}

.loading-dots--dot:nth-child(2) {
    animation-delay: .5s
}

.loading-dots--dot:nth-child(3) {
    animation-delay: 1s
}

.loading-dots--dot:nth-child(4) {
    animation-delay: 1.5s
}

@keyframes dot-keyframes {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

header#header_main\ for-all-blog {
    position: fixed;
    top: -69px
}

.container-fluid.blog-header-height {
    padding-top: 80px !important
}

nav.main-nav.blog-custome {
    position: absolute;
    right: auto;
    left: 39%;
    transform: translateX(-50%)
}

@media screen and (max-width:360px) and (max-height:800px) {
    .blog-banner-image {
        margin-top: 23% !important;
        margin-bottom: 37px
    }
}

@media screen and (max-width:393px) and (max-height:851px) {
    .blog-banner-image {
        margin-top: 20% !important;
        margin-bottom: 37px
    }
}

@media screen and (max-width:412px) and (max-height:915px) {
    .blog-banner-image {
        margin-top: 20% !important;
        margin-bottom: 37px
    }
}

@media screen and (max-width:414px) and (max-height:896px) {
    .blog-banner-image {
        margin-top: 20% !important;
        margin-bottom: 37px
    }
}

@media screen and (max-width:428px) and (max-height:926px) {
    .blog-banner-image {
        margin-top: 20% !important;
        margin-bottom: 37px
    }
}

@media screen and (max-width:768px) and (max-height:1024px) {
    .blog-banner-image {
        margin-top: 14% !important;
        margin-bottom: 37px
    }
}

@media screen and (max-width:820px) and (max-height:1180px) {
    .blog-banner-image {
        margin-top: 14% !important;
        margin-bottom: 37px
    }
    .d-flex.hide-explore {
        margin-right: 47px
    }
}

@media screen and (max-width:1024px) and (max-height:1366px) {
    .blog-banner-image {
        margin-top: 12% !important;
        margin-bottom: 37px
    }
}

@media screen and (max-width:834px) and (max-height:1194px) {
    .blog-banner-image {
        margin-top: 14% !important;
        margin-bottom: 37px
    }
    .d-flex.hide-explore {
        margin-right: 47px
    }
}

@media screen and (max-width:884px) and (max-height:1104px) {
    .blog-banner-image {
        margin-top: 26% !important;
        margin-bottom: 37px
    }
    .d-flex.hide-explore {
        margin-right: 47px
    }
}

@media screen and (max-width:320px) and (max-height:568px) {
    .hashtag {
        top: 0 !important
    }
}

@media screen and (max-width:375px) and (max-height:812px) {
    .hashtag {
        top: 6%
    }
}

@media screen and (max-width:414px) and (max-height:896px) {
    .hashtag {
        top: 7%
    }
}

@media screen and (max-width:428px) and (max-height:926px) {
    .hashtag {
        top: 7%
    }
    .img_property_btns1 {
        display: flex;
        justify-content: center;
        width: 151px;
        margin-left: 4px;
        font-size: 14px
    }
}

@media screen and (min-width:1280px) and (min-height:8000px) {
    .search-main {
        position: relative;
        /* left: 4% */
    }
}

.swiper-wrapper {
    display: flex;
    transition: transform 2s linear
}

@media (min-width:769px) {
    .only-phone {
        display: none !important
    }
    .hide.on.phone-custome {
        display: block
    }
    .hide.on.desktop-custome {
        display: none
    }
}

@media screen and (width:1920px) and (height:1080px) {
    .slider-container-brands {
        position: relative;
        width: 105%;
        display: inline-block;
        vertical-align: middle;
        margin-left: -118px
    }
}

h3#chat-heading,
h3#pool-heading-custome {
    font-family: "Open Sans", sans-serif;
    font-size: 20px
}

button.search.search-submit.chat-search {
    position: absolute;
    left: -63% !important;
    top: -5px !important;
    background: 0 0;
    color: #fff !important;
    font-size: 24px
}

.pool-chat-heading i {
    display: inline-block;
    margin-right: 10px
}

.head-right-img-section i {
    display: inline-block;
    margin-right: 8px
}

.dot-icon i {
    display: inline-block
}

.nav-btn,
.nav-btn button {
    background-color: transparent;
    display: flex
}

.nav-btn {
    justify-content: center;
    gap: 10px;
    padding: 10px;
    width: 100%
}

.nav-btn button {
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    height: 40px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 5px;
    width: 120px;
    overflow-y: hidden
}

.nav-btn button:disabled {
    background-color: #d6d6d6;
    cursor: not-allowed;
    border: 1px solid #d6d6d6
}

h3.login-heading.for-chat-bbokmark {
    margin-left: 13px
}

p.clcik-chat {
    font-size: 14px !important
}


/* tushar load more functionality-start */

.loadmore-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.loadmore-container button {
    border: 1px solid white;
    border-radius: 20px;
    font-weight: 600;
    font-size: 20px;
    width: 30vh;
}

.loadmore-container button:hover {
    background: linear-gradient(to left, #ef6303, #f5982a) border-box !important;
}

#loadmore-button {
    display: none;
}


/* tushar load more functionality-end */

.media-links-container {
    overflow: hidden;
    margin: 40px 0;
}

.media-links {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: transform 0.5s ease-in-out;
}

.media-links img {
    width: 150px;
    margin: 0 10px;
}

.footer-media-coverage {
    font-size: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 38px;
    /* margin-top: 7px; */
}


/* new */

.media-links-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.media-links {
    display: flex;
    width: 200%;
    /* Container width is double to accommodate seamless loop */
    animation: slide 25s linear infinite;
}

.media-links:hover {
    animation-play-state: paused;
    /* Pause animation on hover */
}

.media-links a {
    flex: 0 0 auto;
    margin: 0 10px;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
    /* Move to -50% for seamless loop */
}

.media-links img {
    max-width: 150px;
    /* Adjust as needed */
    height: auto;
}


/* envato image crop start  */

.int-page-image-container {
    /* width: 400px; */
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
}

.int-page-image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
}

.int-page-image-container-slide {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.int-page-image-container-slide img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    object-position: top;
}


/* envato image crop start  */


/* tushar start internal page redesign  */

.asset_details_container {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
}

.asset_data_block {
    background-color: #1A1A1A;
    padding: 20px 20px;
    border-radius: 10px;
    max-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex: 1;
    max-width: unset;
}

.asset_details_block {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_info_details_block_new.new1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 10px;
    margin-top: 10px;
    /* max-width: 600px; */
    /* Adjust width as needed */
}

.img_info_details_block_new.new1 div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    /* Ensures proper sizing */
    max-width: 100%;
    /* Adjust based on the container's width */
    line-height: 1.2;
    padding: 2px 0;
    /* vertical-align: middle;  */
}

.extra_data_block {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


/* General font size settings for responsiveness */

.img_info_heading_new {
    font-weight: bold;
    font-size: 1.6vw;
    color: #a6a6a6;
    font-family: "Open Sans", sans-serif;
}

.img_info_data_new {
    font-weight: bold;
    font-size: 1.6vw;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
    .img_info_heading_new {
        font-size: 1.6rem;
    }
    .img_info_data_new {
        font-size: 1.6rem;
    }
}


/* Optional: For larger screens like desktops */

@media (min-width: 1200px) {
    .img_info_heading_new {
        font-size: 1.5rem;
    }
    .img_info_data_new {
        font-size: 1.5rem;
    }
}

.vertical-buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    margin-right: 10px;
}

.assets_details_btn_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px
}

.img_property_btns_block {
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #FFA971;
}

.button_block_vertical {
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    left: 10px;
}

.asset_data_block img,
.asset_data_block video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.btns_first_block a {
    width: 50%;
    /* padding:0px 10px; */
}

.img_property_btns1_new {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 45px;
    font-size: 1.6rem;
    /* display: inline-flex; */
    align-items: center;
    padding: 0px 20px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    box-shadow: 5px 5px 4px 0px #FFF4F466 inset;
    white-space: nowrap;
}

.right_block_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}

.add_container_block {
    width: 100%;
    height: 250;
    /* background-color: red; */
}

.right_block_main_container {
    height: 450px;
    /* background-color: #1A1A1A; */
    border-radius: 10px;
}

.info_block_container {
    height: 143px;
}

.tf-section-2.for-phone {
    padding-top: 175px;
}

.btn_block_for_phone {
    display: none;
}

.custom-swiper-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.custom-swiper-wrapper {
    display: flex;
    gap: 20px;
    /* Adjust gap as needed */
    scroll-behavior: smooth;
    overflow-x: auto;
    /* padding: 10px 0px; */
}

.custom-swiper-slide {
    flex: 0 0 auto;
    width: auto;
    padding: 10px 0px;
    /* background-color: #f9f9f9; */
    /* border-radius: 8px; */
    text-align: center;
}

.custom-home-new-font-size {
    font-size: 15px;
    /* color: #333; */
    text-decoration: none;
}

.custom-swiper-wrapper::-webkit-scrollbar {
    display: none;
    /* Hide scrollbar for better UI on mobile */
}

@media (max-width: 768px) {
    /* .tf-section-2.for-phone {
        padding-top: 10px !important;
    } */
    .asset_data_block {
        margin: 18px 15px 0px 15px;
    }
    .btn_block_for_phone {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20%;
        /* margin: 0px 20px 0px 20px; */
    }
    .info_block_container {
        height: unset;
    }
    .img_property_btns {
        padding: 0px;
        margin: 0px;
    }
    .int-page-image-container {
        width: 100%;
        height: 100%;
    }
    #for-scroll-search {
        /* width: 100%; */
    }
    .is-fixed #for-scroll-search {
        width: unset;
    }
    .page-title.faqs {
        margin-top: -226px !important;
    }
    .page-title h1 {
        font-size: 21px;
    }
}

.mobile-navbar-social-icons {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
}

.tf-section-2.for-phone {
    padding-top: 175px;
    padding-bottom: 0px;
    margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
    .flat-wallet {
        position: static;
    }
    .flat-wallet .profile_section {
        margin-left: 0;
    }
}

.mobile-navbar-user-profile {
    display: flex;
    flex-direction: column;
}


/* Tushar main header css 30-09-2024 - start - */


/* Basic styles for desktop */

.main-header-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    /* Four columns: logo, search bar, menu, signup/login */
    gap: 20px;
    /* Space between items */
    padding: 10px 0px 10px 0px;
}

.main-header-container div {
    /* background-color: aqua; */
    /* flex: 1; */
}


/* Hide mobile button on desktop */

.main-header-item5 {
    display: none;
}

.category-scroll-container {
    display: None;
}

.pichunt_logo img {
    /* height: 3em; */
}

.select-box.input__select-box {
    /* width: 30%; */
}

.search-form {
    width: 100%;
}

.second-nav-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}


/* for category in heder */

.category-scroll-container {
    flex: 1;
    /* Take up the remaining width */
    max-width: 100%;
    /* Ensure it doesn't exceed 100% of the remaining space */
    overflow: hidden;
    /* Hide overflow to ensure it fits properly */
    position: relative;
    align-self: center;
    padding: 0px 2px;
}

.category-scroll-content {
    display: flex;
    transition: all 0.3s ease;
    overflow-x: scroll;
    scroll-behavior: smooth;
}

.category-custom-slide {
    flex: 0 0 auto;
    margin: 0 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: max-content;
    /* Adjust item width as needed */
}

.category-custom-slide a {
    color: #007bff;
    text-decoration: none;
    /* font-weight: bold; */
    font-size: 1.5em
}

.category-custom-slide a:hover {
    /* font-family: bold;
    text-decoration: underline;
    color: #ef6404 ; */
    cursor: pointer;
}

.category-scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    cursor: pointer;
    z-index: 10;
    font-size: 2em;
    display: none;
    /* Initially hidden, will be toggled in JS */
}

.category-scroll-btn.category-left {
    left: 0;
    background-color: black;
    padding: 12px;
}

.category-scroll-btn.category-right {
    right: 0;
    background-color: black;
    padding: 12px 0px 12px 12px;
}

.category-scroll-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.category-scroll-content::-webkit-scrollbar {
    display: none;
}


/* Responsive styles for mobile */

@media (max-width: 767px) {
    .main-header-container {
        grid-template-columns: 1fr 1fr;
        /* Two columns for mobile view */
        grid-template-rows: auto auto;
        /* Two rows layout */
        grid-template-areas: "main-header-item1 main-header-item5"
        /* First row: logo on the left, mobile button on the right */
        "main-header-item2 main-header-item2";
        /* Second row: search bar takes full width */
        ;
        align-items: center;
    }
    .main-header-item1 {
        grid-area: main-header-item1;
        /* First div (logo) */
    }
    .main-header-item2 {
        grid-area: main-header-item2;
        /* Second div (search bar) */
    }
    .main-header-item5 {
        grid-area: main-header-item5;
        /* Fifth div (mobile button) */
        display: block;
        /* Show mobile button on mobile view */
        text-align: -webkit-right;
    }
    .main-header-item5 .mobile-button {
        display: block;
        /* Show mobile button */
    }
    /* Hide the menu section and signup/login in mobile view */
    .main-header-item3,
    .main-header-item4 {
        display: none;
    }
    .custom-swiper-wrapper {
        padding: 0px;
    }
    .header_1.header-full .container-fluid {
        padding: 0px;
    }
    .flat-pages-title-serach {
        height: 167px !important
    }
    .tf-section-2.for-phone {
        padding-top: 172px !important;
    }
}


/* Styles for width between 768px and 1260px */

@media (min-width: 768px) and (max-width: 1260px) {
    .main-header-container {
        grid-template-columns: auto 1fr auto;
        /* Three columns: logo, search bar (remaining width), mobile button */
        grid-template-rows: auto;
        /* One row */
        grid-template-areas: "main-header-item1 main-header-item2 main-header-item5";
        /* All three items in one row */
        padding: 10px 0px;
        align-items: center;
    }
    .main-header-item1 {
        grid-area: main-header-item1;
        /* Logo */
    }
    .main-header-item2 {
        grid-area: main-header-item2;
        /* Search bar */
    }
    .main-header-item5 {
        grid-area: main-header-item5;
        /* Mobile button */
        display: block;
        /* Show mobile button */
    }
    .main-header-item5 .mobile-button {
        display: block;
        /* Show mobile button */
    }
    /* Hide the menu and signup/login */
    .main-header-item3,
    .main-header-item4 {
        display: none;
        /* Hide these items in this range */
    }
    h5#downloadApp {
        margin-left: 22px;
        display: none;
    }
    .tf-section-2.for-phone {
        /* padding-top: 112px !important; */
    }
    .asset_details_container {
        gap: 30px;
    }
    .right_block_container {
        gap: 20px;
    }
}


/* Styles for full desktop view (above 1260px) */

@media (min-width: 1260px) {
    .main-header-container {
        grid-template-columns: auto 1fr auto auto;
        /* Logo, search bar (remaining space), menu, signup */
        grid-template-rows: auto;
        /* One row */
        grid-template-areas: "main-header-item1 main-header-item2 main-header-item3 main-header-item4";
        /* All four items in one row */
        align-items: center;
    }
    .main-header-item1 {
        grid-area: main-header-item1;
        /* Logo */
    }
    .main-header-item2 {
        grid-area: main-header-item2;
        /* Search bar */
    }
    .main-header-item3 {
        grid-area: main-header-item3;
        /* Menu */
    }
    .main-header-item4 {
        grid-area: main-header-item4;
        /* Signup/Login */
    }
    .main-header-item5 {
        display: none;
        /* Mobile button hidden on desktop */
    }
    .category-scroll-container {
        display: block;
    }
    h5#downloadApp {
        margin-left: 22px;
        display: none;
    }
    #header_main {
        padding: 10px 25px;
    }
}

.main-header-item6 {
    display: none;
}


/* Mobile specific: when the user scrolls */

@media (max-width: 767px) {
    header.scrolled .main-header-container {
        grid-template-columns: 1fr auto;
        grid-template-areas: "main-header-item2 main-header-item6";
        padding: 10px 0px;
        align-items: center;
        grid-template-rows: auto;
    }
    header.scrolled {
        height: 14vh;
        background-color: #ccc;
    }
    header.scrolled .main-header-container .main-header-item2 {
        grid-area: main-header-item2;
        /* justify-self: start;  */
        /* text-align: left; */
    }
    header.scrolled .main-header-container .main-header-item6 {
        display: block;
        grid-area: main-header-item6;
    }
    header.scrolled .main-header-container .main-header-item1,
    header.scrolled .main-header-container .main-header-item5,
    header.scrolled .second-nav-container {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1260px) {
    header.scrolled .main-header-container {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "main-header-item1 main-header-item2 main-header-item6";
        align-items: center;
        padding: 10px 0px;
    }
    header.scrolled {
        height: 18vh;
        background-color: #ccc;
    }
    header.scrolled .main-header-container .main-header-item1 {
        grid-area: main-header-item1;
    }
    header.scrolled .main-header-container .main-header-item2 {
        grid-area: main-header-item2;
    }
    header.scrolled .main-header-container .main-header-item6 {
        display: block;
        grid-area: main-header-item6;
    }
    header.scrolled .main-header-container .main-header-item5,
    header.scrolled .second-nav-container {
        display: none;
    }
}


/* for brands gap on ipad  */

@media (max-width: 1024px) {
    .custom-swiper-wrapper {
        gap: 69px;
        /* Set gap to 72px between items */
    }
}


/* for brands gap on ipad  */

@media (max-width: 820px) {
    .custom-swiper-wrapper {
        gap: 35px;
        /* Set gap to 72px between items */
    }
    .vertical-buttons-container {
        display: none;
    }
}


/* for brands gap on ipad  */

@media (min-width: 768px) and (max-width:819px) {
    .custom-swiper-wrapper {
        gap: 31px;
        /* Set gap to 72px between items */
    }
}

@media (max-width: 1260px) {
  body {
      overflow-x: hidden;
      overflow-y: auto;
  }    
}

.select-box {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.custome-select {
    position: relative;
}

.hidden-width {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}


/* Tushar main header css 30-09-2024 - end - */

span.inner {
    white-space: nowrap;
}

h5#downloadApp {
    margin-left: 22px;
    display: none;
}

.header-mobile {
    background-color: #000;
    z-index: 1000;
}

.widget-menu-tab .item-title {
    display: inline-block !important;
    white-space: nowrap;
}

#signup-verify-otp-btn,
#login-email-verify-otp-btn {
    /* background: linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%);
    color: #fff !important;
    width: fit-content; */
}


.filter-container {
    display: flex;
    width: 100%;
    position: relative !important;
    overflow: visible;
    /* Ensure scrolling is not blocked */
    /* border-bottom: 1px solid rgba(153, 153, 153, .08); */
}

.filter-data-block {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 125px;
    /* Adjust this value based on your fixed header */
    /* z-index: 1000; */
    height: calc(100vh - 125px);
    overflow-y: auto;
}

@media (max-width: 1260px) {
    .filter-data-block {
        position: fixed !important;
        right: -100%;
        top: 0px;
        /* Adjust this value based on your fixed header */
        overflow-y: auto;
        width: 80%;
        max-width: 300px;
        height: 100% !important;
        background-color: #161616;
        z-index: 10000;
        overflow-y: auto;
        transition: right .3s;
    }
    .filter-heading {
        background-color: inherit;
    }
    .filter-container {
        flex-direction: column;
    }
    .flex-container {
        margin: 0px;
        width: 100%;
    }
    #header_main {
        padding: 10px 20px;
    }
    .custom-md-8 {
        max-width: 100%;
    }
}

.themesflat-container {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 768px) {
    .mt-50-only-768 {
        margin-top: 50px;
    }
}

.search.search-submit {
    /* right: -1px; */
    line-height: 24px;
    /* width: 15%; */
    border-radius: 50%;
    font-size: unset;
    /* box-shadow: -4px 2px 8px 0px #00000080; */
    width: 46px;
    /* height: 114% !important; */
    margin-left : 5px;
    line-height: unset;
    position: relative;
}

.search-submit i {
    line-height: unset
}

.search-main input#search {
    /* border-radius: 0px 20px 20px 0px !important; */
    font-family: "Open Sans", sans-serif;
    border-left: transparent;
    height: 41px;
    background: linear-gradient(white, white) padding-box, linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%) border-box;
    border: 1px solid transparent;
}

.search-main .select-box select {
    background: #1f0400;
    color: #ffffff;
    background: linear-gradient(#1f0400, #1f0400) padding-box, linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%) border-box;
    border: 1px solid transparent;
    font-family: "Open Sans", sans-serif;
    height: 41px;
}

.search-main .select-box svg {
    fill: #ffffff;
}


/* new footer css start  */
.footer {
    /* background-color: #f1f1f1;  */
    padding: 20px 25px 20px 25px;
    /* position: absolute; */
    width: 100%;
    border-top:1px solid rgba(255, 255, 255, .08);
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.right-footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer-section p,
.footer-text {
    color: #adadad;
    font-size: 12px;
}

.right-footer-container a {
    font-size: 12px;
    /* color: #adadad !important; */
    cursor: pointer;
}
/* for quick links popup start  */
/* Popup container */
.quick-popup {
    visibility: hidden;
    /* display: none; */
    position: fixed;
    /* background: linear-gradient(#1f0400, #1f0400) padding-box, linear-gradient(95.84deg, #FD6500 22.69%, #FFA800 97.73%) border-box; */
    border: 1px solid transparent;
    border-radius: 8px;
    /* box-shadow: -0px -0px 10px rgba(255, 255, 255, 255) inset; */
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
    z-index: 1000;
    /* width: 250px; */
}

/* Popup active state */
.quick-popup.active {
    opacity: 1;
    /* display: block; */
    visibility: visible;
    /* position: absolute; */
    
}

/* Popup content */
.quick-popup-content {
    padding: 20px;
}

.quick-popup-content h2 {
    margin-top: 0;
    text-align: center;
}

/* Close button */
.quick-close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 18px;
    cursor: pointer;
}
.quick-popup-list-container{
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-top:5px;

}
/* Link lists inside the popup */
.quick-popup-list {
    list-style: none;
    padding: 0;
    margin: 10px 0px 0px 0px;
    text-align: start;
}

.quick-popup-list li {
    margin-bottom: 10px;
}
.quick-popup-list li:last-child{
    margin-bottom: 0px;
}

.quick-popup-list li a {
    /* font-weight: 600; */
    text-decoration: none;
    color: #7a798a;
    transition: color 0.3s;
    
}

/* .quick-popup-list li a:hover {
    color: #FFFFFF !important;
} */

@media (max-width:767px){
    .footer-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    /* Move the copyright section to the bottom */
    .footer-section:nth-child(2) {
        order: 3;
        text-align: center;
        width: 100%;
    }

    /* Make other sections full-width */
    .footer-section:first-child,
    .footer-section:last-child {
        order: 1;
        width: 100%;
        text-align: center;
    }
}
/* for quick links popup end  */
/* new footer css end  */


.login-reg-heading{
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
    font-size: 24px;;
}


/* trending keywords start  */
.frequent-search,
.recent-search {
    text-align: start;
    display: flex;
    flex-wrap: wrap
}

.frequent-search span,
.recent-search span {
    font-size: 14px;
    margin: 5px;
    padding: 10px;
    border: .5px solid grey;
    border-radius: 10px;
    cursor: pointer
}

.recent_heading,
.text-section-help,
.top-interest {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.freq-keywords-container{
    
}

.freq-search-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* padding: px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.freq-search-item img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}

.freq-search-info {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:2px;
}

.freq-search-heading {
    font-weight:300;
    margin: 0;
    font-size: 12px;
}

.freq-search-info span{
    font-size: 12px;
    color: #555;
}
@media (max-width:767px){
  .search.search-submit {
    display: none;
  }
  .search-popup {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }
  .freq-search-item {
    margin-bottom: 15px;
  }
  .freq-search-item img {
    width: 30px;
    height: 30px;
  }
  .freq-search-info {
    gap:5px
  }

  .freq-search-heading {
      font-size: 16px;
  }

  .freq-search-info span{
      font-size: 14px;
      color: #555;
  }
}
/* trending keywords start  */
.bookmark-img-block{
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bookmark-img-block:first-child span{
  /* margin-right: 5px !important; */
}

.bookmarks-count{
  position: absolute;
  top: -12px;
  right: -10px;
  color: #fd6500 !important;
  border-radius: 50%;
  padding: 2px 6px; /* Balanced padding to make it a circle */
  font-size: 12px; /* Adjust font size for better visibility */
  background-color: white; /* Circle background */
  border: 1px solid #fd6500; /* Optional: Border for clearer visibility */
  min-width: 20px; /* Minimum width to keep it round */
  text-align: center; /* Center the number */
  /* width: 20px; */
}

.tf-card-box .card-media .wishlist-button5 a img{
  height: 20px !important;
  border-radius: unset;
}

.flex-item .card-media .wishlist-button4 a:hover>img,
.flex-item .card-media .wishlist-button5 a:hover>img {
  filter: unset;
  box-shadow:unset;
}


.bookmark-section{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.bookmark-section:last-child{
  padding:0px;

}
.create-pool-container-center-pool,
.container-center-pool {
  padding: 0px;
  margin: 0px;
}
.bookmark-top-section span{
  font-size: 30px;
  font-weight: 600;
  margin: 0px;
}
.bookmark-add-pool-text{
  background-color: #0B0B0B;
  height: 20px;
  padding: 10px 10px 0px 10px;
}
.bookmark-add-pool-text span{
  font-size: 14px;
  font-weight: 200;
}

.bookmark-add-pool-text #clear-all-button {
  right:0px !important;
  position: relative !important;
  margin: 0px;

  }

.bookmark-top-section span img{
  width: 20px;
  height: auto;
  cursor: pointer;
}

.bookmark-buttons-block{
  display: flex;
  align-items: center;
  justify-content: center;
  padding:10px;
  gap:10px;
  cursor: pointer;
  width: 50%;
  height: 50px;
  /* border-radius: 10px; */
  
}
.bookmark-buttons-block:first-child{
  background-color: #FD6500 ;
  box-shadow: 5px 5px 4px 0px #FFF4F466 inset;
  border-bottom-left-radius: 10px;
}
.bookmark-buttons-block:nth-child(2){
  /* background: linear-gradient(#1f0400, #1f0400) padding-box, linear-gradient(93.84deg, #F49528 22.69%, #EF6504 97.73%) border-box;
  border: 1.5px solid transparent;
  border-radius: 5px;
  padding: 4px 10px; */
  background-color: #0E0E0E;
  box-shadow: 0 3px 4px 0 #FFF4F466 inset;
  border-bottom-right-radius: 10px;
  position: relative; /* Make this element a reference for the popup position */
  /* display: inline-block; */
}

.bookmark-buttons-block sup{
  top : -0.9em;
  /* right : 5px; */
}
.bookmark-buttons-block span sup img{
  width:12px;
}

/* .bookmark-buttons-block:last-child span{
  font-size: px;
} */

.bookmark-buttons-block span{
  font-size: 16px;
  font-weight: 600;
}
.bookmark-buttons-block span img{
  width:20px;
  height: auto;
}

.book-download-popup {
  position: absolute;
  top: -84px; /* Position below the button */
  left: 0;
  width: 100%; /* Match button width */
  /* padding: 10px; */
  background-color:#ffffff;
  border: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0; /* Hidden by default */
  transform: translateY(-10px); /* Initial position for transition */
  transition: opacity 0.3s ease, transform 0.3s ease;
  display: none;
  z-index: 10;
}

/* Show Popup */
.book-download-popup.show {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Transition effect */
}
.book-popup-buttons-block{
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding:10px 10px 10px 39px;
  gap:10px;
}
.book-popup-buttons-block:first-child{
  border-bottom: 2px solid #7A7A7A;
}

.book-popup-buttons-block span{
  color: black;
  font-size: 14px;
}

.no-scroll {
  overflow: hidden;
  /* position: fixed; */
  width: 100%;
}

.image-container1{
  margin-top: 10px;
}

.image-container1 video{
  margin: 0px;
  border-radius: 8px;
  border: 1px solid;
}

.image-container1:first-child{
  margin: 0px;
}


.opacity0{
  opacity: 0;
  cursor: inherit;
}

.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}


.bookmark-add-pool-text label input[type="checkbox"]{
  position: relative;
  opacity: 1;
  margin: 0px;
  width: 18px;
  height:18px;
}
.bookmark-add-pool-text label input[type="checkbox"]:checked{
  accent-color: #ff7a11;
}

.bookmark-custom-checkbox{
  display: none;
}

/* Tushar chat css start */
.chat-menu-name{
  border-bottom: 3px solid transparent;
}
.chat-menu-name.active-chat {
  border-bottom: 3px solid #ff7a11;
  color: #ff7a11
}
.chat-section{
  width: 75%;
  
}

.write-message-input {
  position: relative;
  display: inline-block;
}

.pool-chat-submit-button {
  padding-right: 50px; /* Adjust to make space for the button */
}

.pool-chat-submit-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff7a11;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  display: none;
}

.pool-chat-submit-button.hidden {
  display: none;
}

.pool-chat-submit-button.visible {
  display: inline-block;
}

.receiver-chat span, .write-msg {
  left:unset;
}

.chat-upload-file{
  position: relative;
}

/* Tushar chat css end */

.create-pool-done-btn{
  width: 100%;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.create-pool-inputs-block{
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-top: 20px;
  gap: 10px;
}


.create-pool-inputs-block .input-box, .textarea-box {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  color: #000;
  background-color: #FFF;
  /* border: 1px solid #ddd; */
  border-radius: 10px;
  box-shadow: 0 -4px 4px 0 #FFF4F466 inset; /* Top shadow */
  outline: none;
}

/* Textarea Specific Styling */
.create-pool-inputs-block .textarea-box {
  resize: none; /* Disable resizing */
}

/* Character Limit Text */
.create-pool-inputs-block .char-limit {
  font-size: 12px;
  color: #777;
  text-align: right;
}

.create-pool-inputs-block .input-box::placeholder {
  color: #000; /* Replace with desired color */
  opacity: 1; /* Ensure full opacity, as some browsers reduce it */
}

/* Change placeholder color for textarea */
.create-pool-inputs-block .textarea-box::placeholder {
  color: #000; /* Replace with desired color */
  opacity: 1;
}

.bookmark-buttons-block .plus-icon{
  font-size: 30px;
  font-weight: bold;
}


.create-pool-section{
  padding : 10px 50px;
}


.close-icon-new{
  /* font-size: 20px;
  font-weight: bold;
  color:#FD6500; */
  cursor: pointer;
}

.close-icon-new img{
  width: 20px;
}

.input-form-container{
  width:100%;
  padding:10px 20px;
  background-color: #000000;
}

.email-code1::placeholder, .phone-input-group1 input::placeholder {
  color: #000000 !important; /* Replace #888888 with your desired color */
  opacity: 1; /* Ensures the color is fully opaque */
}
.country-input-section1{
  background: #fff !important;
}

.popup-signup-button {
  display: flex;
  margin:0px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
  width: 100%;
}

.popup-signup-button button{
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  padding:12px 10px;
  
}

.otp-button {
  border-radius: 0px;
  background-color: #FD6500 !important;
  box-shadow: 5px 5px 4px 0px #FFF4F466 inset;
  border-bottom-left-radius: 10px;
  
}

.verify-button {
  border-radius: 0px;
  background-color: #FD6500 !important;
  box-shadow: 5px 5px 4px 0px #FFF4F466 inset;
  border-bottom-left-radius: 10px;
}

.email-button {
  border-radius: 0px;
  background-color: #0E0E0E !important;
  box-shadow: 0px 3px 4px 0px #FFF4F466 inset;
  border-bottom-right-radius: 10px;
}

.signup-button-new{
  width: 100%;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: none;
  font-size: 20px;
  font-weight: bold;
  background-color: #FD6500 !important;
  box-shadow: 5px 5px 4px 0px #FFF4F466 inset;
}


.select2-container--open {
  z-index: 99999;
}

.account-popup-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
}


/* chat start  */
/* for new user bookmark section start  */
.bookmark-first-slider {
  position: relative;
  width: 100%;
  /* height: 100px; */
  overflow: hidden;
}

.bookmark-first-slider-images {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.bookmark-first-slider-images img {
  width: 100%;
  height: 100%; /* Ensure the image takes up the entire height */
  object-fit: cover;
}

.bookmark-first-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.bookmark-first-dot {
  width: 10px;
  height: 10px;
  background-color: #555; /* Gray color for inactive dots */
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent; /* No border for inactive dots */
  opacity: 0.7;
}

.bookmark-first-dot.active {
  background-color: #fff; /* White center for the active dot */
  border: 2px solid #fff; /* White border for the active dot */
  opacity: 1;
}



/* Invite Button */
.bookmark-first-invite-section {
  padding: 20px;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bookmark-first-invite-section-block{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #009D34;
  gap:5px;
  padding: 5px 20px;
  border-radius: 4px;
}

.bookmark-first-invite-section-block img{
  width: 20px;
}

.bookmark-first-invite-btn {
  font-size: 15px;
  font-weight: bold;
  color: white;
  border: none;
  cursor: pointer;
}

/* .bookmark-first-invite-btn:hover {
  background-color: #0056b3;
} */

/* Image Grid */
.bookmark-first-image-grid {
  width: 100%; /* Ensure each item takes up the full column space */
  box-sizing: border-box; /* Ensure padding doesn't overflow */
  text-align: center;
}

.bookmark-first-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 columns, equal width */
  grid-gap: 10px;
  width: 100%;
}

.bookmark-first-grid-item {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 10px; /* Optional: For rounded corners */
  height: 160px; /* Fixed height for grid item */
}

.bookmark-first-grid-item img {
  width: 100%;
  height: 100%; /* Ensure image fills the item height */
  object-fit: cover; /* Cover the area without distortion */
  display: block;
  border-radius: 10px; /* Optional: For rounded corners */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

/* Dark overlay on hover */
.bookmark-first-grid-item:hover img {
  opacity: 0.7; /* Slightly darken the image */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Add a subtle dark overlay */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Icons positioning */
.overlay-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.bookmark-first-grid-item .overlay-icons img {
  position: absolute;
  width: 16px !important;
  height: auto;
  cursor: pointer;
  pointer-events: auto; /* Allows clicking on icons if they have a function */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Positioning for the paid icon on the top left */
.paid-icon {
  top: 10px;
  left: 10px;
}

.info-icon {
  top: 10px;
  right: 10px;
}

/* Make the icons visible and overlay appear on hover */
.bookmark-first-grid-item:hover .overlay {
  opacity: 1;
}

.bookmark-first-grid-item:hover .icon {
  opacity: 1;
}

/* for new user bookmark section end */

.book-add-hover-icon {
  position: absolute;
  bottom: -50px; /* Initially hidden below the container */
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  transition: bottom 0.3s ease; /* Smooth animation */
  cursor: pointer;
}

.book-add-hover-icon img {
  width: 30px; /* Adjust icon size as needed */
  height: 30px;
  border-radius: 0px !important;
}

.card-media:hover .book-add-hover-icon {
  bottom: 0px; /* Slide in when hovering */
}

.save-bookmark-btn{
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min-content;
  text-wrap-mode: nowrap;
  white-space: nowrap;
  gap:5px;
  border-radius: 5px;
  background-color: rgba(253, 101, 0, 0.5);
  backdrop-filter: blur(0.9375rem);
}

.tf-card-box .card-media .save-bookmark-btn img{
  height: 20px !important;
}

.save-bookmark-btn span{
  font-size: 1.3rem;
  font-weight: bold;
}


.img_property_btns1_new {
  color: black;
  border-radius: 10px;
}

.img_property_btns1_new.add-to-chat{
  box-shadow:  5px 5px 4px 0px #d1992a inset; 
}

.interest-bookmark-container{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.bookmark-img-block {
  gap:10px;
}

.filter-heading{
  margin: 10px 0px;
  gap:20px;
}

.filter-heading span{
  padding: 10px 30px;
  border-radius: 10px !important;
}

span#filter-apply-btn, span#filter-clear-btn {
  width: 100%;
  max-width: unset;
  min-width: unset
}


@media (max-width:768px){
  .save-bookmark-btn span{
    font-size: 1rem;
    font-weight: bold;
  }
  .tf-card-box .card-media .save-bookmark-btn img{
    height: 16px !important;
  }

  .card-media:hover .book-add-hover-icon {
    bottom: -50px; 
  }
  .book-add-hover-icon {
    transition: bottom 0.3s ease;
  }

  .bookmark-img-block span:first-child { 
    display: none;
  }
  .inter-tabs{
    width: unset;
  }
  .ad-new-bottom, .ad-new-top{
    display: none;
  }
  .tf-card-box {
    margin-bottom: 10px;
  }

  .bookamark-class{
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ad-new-bottom, .ad-new-top{
    display: none;
  }
  .tf-card-box {
    margin-bottom: 10px;
  }
  .mt-50-only-tablet{
    margin-top: 50px;
  }

}

@media only screen and (width: 768px) {
  .mt-50-only-768 {
      margin-top: 90px;
  }
}
/* for new user bookmark section end */


/* for pool chat search container start  */
.chat-message-input-container{
  display: flex;
  flex-direction: column;
  width: 70%;
}

.pool-middle-block{
  display: flex;
  height: -webkit-fill-available;
  overflow: hidden;
}
/* .chat-messages{
  width: 70%;
} */

.search-pool-container{
  width: 30%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: -webkit-fill-available;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: #0E0E0E;
  padding: 0px 5px;

}

.search-pool-container::-webkit-scrollbar {
    width: 0;
    height: 0;
}


.search-pool-container .pool-select-tag{
  max-width: min-content;
}

.search-pool-container .select-tag-svg{
  width: unset;
  height: unset;
}

.search-pool-container .pool-search-submit-button {
  border-radius: unset;
  position:absolute;
  background: transparent;
  right: 8px;
  padding: 0;
}

.search-pool-container i.icon-search.custome {
  color: #EF6504;
  font-weight: bold;
}

.search-pool-container .pool-filter-icon-section{
  margin-left:1rem;
  max-width: 30px;
  cursor: pointer;
}

.search-pool-container .filter-data-block {
  position: absolute !important;
  right: -100%;
  width: 80%;
  max-width: 300px;
  background-color: #161616;
  z-index: 10000;
  overflow-y: auto;
  transition: right .3s ease-in-out;
  overflow-x: hidden;
}

.search-pool-container button#close-filter-btn {
  margin:0px;
}

.search-pool-container .filter-heading {
  background-color: #161616;
}

.search-pool-container .tf-card-box.style-1 .card-media {
  border-radius: 0px;
}

.search-pool-container .flex-container {
  gap:5px;
}

.search-pool-container .flex-column-block {
  gap:5px;
}

.search-pool-container .widget-search{
  padding: 10px 0px;
  position: sticky;
  top:0px;
  z-index: 1;
  background-color: #0E0E0E;
}

.search-pool-container  .search-box .search-field {
  padding:0px 25px 0px 5px;
}

.search-pool-container  .save-bookmark-btn {
  padding: 5px 10px;

}

/* for pool chat search container end   */


/* ********************   soopurb project chagnes start - 27-11-2024 - start   ********************* */
@font-face {
  font-family: 'Funnel Display';
  src: url('/static/assets/font/Funnel_Display/FunnelDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --primary-color: #191919;  /* Change it here */
  --secondary-color: #FFCB2E;
  --third-color:#005EFD;
  --primary-font: 'Funnel Display', sans-serif;
  --background-color : #FFFAF3;
  --popup-background-color : rgba(0, 94, 253, 0.2);
  --heading-color:#FFFFFF;
  --button-background-color: #20E578;

}


body{
  font-family: var(--primary-font) !important; 
  background: var(--background-color) !important;
  color: var(--primary-color) !important;
}
body, button, input, select, textarea {
  color: var(--primary-color) !important;
}

a {
  color: var(--primary-color);
}

#header_main {
  background-color: var(--third-color);
}

.custome-select {
  background: var(--background-color);
  border-radius:10px 0px 0px 10px 
}

.search-main .select-box select {
  position: relative;
  background: unset;
  color: var(--primary-color);
  border: 1px solid #000000;  /* Apply border to all sides */
  /* border-right: none;  */
  outline: unset;
  font-family: var(--primary-font);
  font-size: 1.6rem !important;
  font-weight: 700;
  z-index: 2;   
  cursor: pointer;
}

.search-main input#search {
  background: var(--background-color);
  border: 1px solid #000000;  /* Apply border to all sides */
  border-left: none;  /* Remove the left border */
  border-right: none;
  outline: unset;
  border-radius: 0px !important;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 1.5rem !important;
}
.search.search-submit {
  border-radius: 0px 8px 8px 0px;
  font-size: 1.6rem;
  box-shadow: unset;
  right: 0;
  margin: 0px;
  height: 41px;
  background: #FFD34F;
  color: var(--primary-color);
  width: fit-content;
  border: 1px solid #000000;
  /* border-left: none; */
  font-family: var(--primary-font);
  font-weight: 700;
}

.search-main .select-box img {
  position: absolute;
  right: 5px;
  width: 30px;
  z-index: 1;
}

#main-nav>ul>li>a {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 1.7rem;
}

#main-nav>ul>li {
  align-content: center;
}

.bookmark-img-block span:first-child  {
  font-size: 1.6rem;
  color: var(--heading-color);
  font-weight: 700;
}


a.signup-button {
  background:var(--button-background-color);
  /* margin-left:8rem; */
}

a.signup-button span{
  color:var(--primary-color);
  font-size: 1.6rem;
}

.bookmarks-count {
  color: var(--third-color) !important;
  background-color: var(--secondary-color);
  border: none;
}

select option {
  background-color: var(--background-color);
  color: var(--primary-color);
  border: 1px solid;
  border-color: var(--primary-color);
}

::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #BBAE9B; /* Track color */
}

::-webkit-scrollbar-thumb {
  background-color: #FFCB2E;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: #FFCB2E !important;
}


.search-popup {
  top:41px;
  background-color: var(--background-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-top: none;
  border-radius: 10px;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  overflow: hidden;
  padding: 10px 5px 10px 10px;
  padding-left: none;
  margin-bottom: 10px;
}

.freq-keywords-container{
  max-height: 280px;
  overflow-y: auto;
}

.freq-search-heading{
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.4rem;
}

.freq-search-info span {
  color: var(--primary-color);
  font-weight: 100px;
  font-size: 1.2rem;
}

.pichunt_logo{
  max-width: 180px;
}

/* signup and login popup start  */

.account-popup-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  backdrop-filter:blur(1px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
}

.container-center{
  padding: 0px;
  width: 480px;
}


.close-icon-new{
  cursor: pointer;
}

.close-icon-new img{
  width: 20px;
}

.input-form-container{
  width:100%;
  padding:10px 20px;
  background-color: var(--background-color);
}

.email-code1::placeholder, .phone-input-group1 input::placeholder {
  color: #000000 !important; /* Replace #888888 with your desired color */
  opacity: 1; /* Ensures the color is fully opaque */
}
.country-input-section1{
  background: #fff !important;
  position: relative;
  border: 1px solid var(--primary-color);
}

.country-input-section1 img{
  position: absolute;
  right: 5px;
  top: 6px;
  width: 29px;
}

.popup-signup-button {
  display: flex;
  margin:0px !important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; 
  width: 100%;
}

.popup-signup-button button{
  flex: 1;
  font-size: 2rem;
  font-weight: 700;
  padding:12px 10px;
  
}

.otp-button {
  border-radius: 0px;
  background-color: var(--secondary-color) !important;
  box-shadow: 5px 5px 4px 0px #BC9E43 inset;
  border-bottom-left-radius: 10px;
  color: var(--primary-color);
  
}

.verify-button {
  border-radius: 0px;
  background-color: var(--secondary-color) !important;
  box-shadow: 5px 5px 4px 0px #BC9E43 inset;
  border-bottom-left-radius: 10px;
  color: var(--primary-color);
}

.email-button {
  border-radius: 0px;
  background-color: var(--heading-color) !important;
  box-shadow: 0px 3px 4px 0px #B6B6B6 inset;
  border-bottom-right-radius: 10px;
  color: var(--primary-color);
}

.signup-button-new{
  width: 100%;
  border-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: none;
  font-size: 20px;
  font-weight: bold;
  background-color:var(--secondary-color) !important;
  box-shadow: 5px 5px 4px 0px #BC9E43 inset;
  color: var(--primary-color);
}


.select2-container--open {
  z-index: 99999;
}

.account-popup-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
}


.heading-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 12px;
  background-color: var(--third-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.login-reg-heading {
  font-family: var(--primary-font) !important;
  font-weight: 800;
  color:var(--heading-color)
}

.email-input-section input {
  background:var(--heading-color) !important;
  color: var(--primary-color) !important;
  font: var(--primary-font);
  border: 1px solid var(--primary-color);
}

.email-input-section input::placeholder {
  font-size: 1.4rem;
  font-weight: 400 !important;
  font-family: var(--primary-font)
}

.form-control::placeholder{
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  font-family: var(--primary-font)
}

.email-input-section input:focus {
  border: 1px solid var(--primary-color);
}

.phone-input-group1 input {
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
}

.phone-num, .phone-num1 {
  background: var(--heading-color) !important;
  border-left:none !important;
}

.phone-code, .phone-code1 {
  background: var(--heading-color) !important;
}

.term-privacy input[type=checkbox]:checked {
  background: var(--secondary-color) !important;
}

.purple-color a {
  color: var(--third-color);
}

#country-select, .about-content, .footer-bottom, .login-heading, .new-user, .pool-first-section, .posted-by, .search-popup, .search-popup h6, .tf-card-article .card-title h5 a, .tf-card-article .card-title p, .theme-font, .theme-font-heading, button,body, button, input, select, textarea {
  font-family: var(--primary-font) !important;
}

.form-control{
  color: var(--primary-color) !important;
  font-family: var(--primary-font) !important;
  font-size: 1.4rem;
}

.phone-code, .phone-code1, .phone-input-group input:focus, .phone-input-group1 input:focus {
  border: 1px solid var(--primary-color)!important;
  outline: none;
  
}
.phone-input-group1 input:focus{
  border-left: none !important;
}

.new-user:hover {
  color: var(--third-color);
}

.phone-input-group .phone-num{
  border: 1px solid var(--primary-color);
  border-left: none;
}

.phone-input-group .phone-num:focus{
  border-left: none !important;
}

.email-input-section1 input {
  background-color:var(--heading-color) !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  font-weight: 400;
  font-size: 1.4rem;
}

.container-center {
  border: 1.5px solid var(--heading-color);
}

.term-privacy input[type=checkbox] {
  border: 1px solid var(--primary-color);
}

.select2-container--default .select2-results>.select2-results__options {
  background: var(--background-color);
  color: var([--primary-color]);
  margin-top:4px !important;
}


.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--background-color) !important;
  background: none;
  color:var(--primary-color) !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--third-color) !important;
}
/* signup and login popup end  */

/* for bookmark popup  start*/
.bookmark-section.bookmark-top-section {
  background-color: var(--third-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bookmark-top-section span {
  color: var(--heading-color);
}

.pool-full-section {
  background-color: var(--background-color);
}

.bookmark-add-pool-text {
  background-color: var(--background-color);
}

.bookmark-buttons-block:first-child {
  background-color: var(--secondary-color);
  box-shadow: 3px 5px 5px 0px #BC9E43 inset;
  border-bottom-left-radius: 10px;
}

.bookmark-buttons-block:nth-child(2) {
  background-color: var(--background-color);
  box-shadow: 0px 4px 5px 0px #606060 inset;
  border-left: 1px solid #7a7a7a;
}


.bookmark-add-pool-text span {
  font-weight: 600;
}

.bookmark-add-pool-text label input[type="checkbox"]:checked{
  accent-color: var(--secondary-color);
}

.image-grid img {
  border: 1px solid var(--primary-color);
}

.popup-signup-button button:nth-child(3){
  border-left: 1px solid #7a7a7a;
}

.timer {
  color: var(--primary-color);
}
.timer button:disabled{
  color: #A0A0A0 !important;
  /* background-color: #e0e0e0; */
  cursor: not-allowed;
}

.book-popup-buttons-block {
  padding:10px 10px 10px 42px;
}

.book-popup-buttons-block span {
  color: var(--primary-color);
}
.bookmarks-count{
  display: inline-flex; /* Ensures the content is centered */
  align-items: center; /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  width: 23px; /* Adjust size as needed */
  height: 23px;
  border-radius: 50%; /* Makes it a circle */
  font-size: 1.3rem;
  padding: 5px;
  font-weight: 600;
  
}
/* for bookmark popup ends  */


/* for filter section start  */
.widget-category-checkbox h5 {
  color: var(--primary-color);
}

.content-wg-category-checkbox label {
  font-family: var(--primary-font) !important;
}

.widget-category-checkbox label {
  color: var(--primary-color);
  font-weight: 600;
}

.btn-checkbox {
 border: 1px solid var(--primary-color);
}

.filter-data-block {
  top:100px;
}

.filter-heading {
  background-color: var(--background-color);
  margin: 0px;
  padding:10px 0px ;
}

.filter-heading span:first-child{
  background-color: var(--third-color) !important;
  border: 1px solid var(--primary-color) !important;
  color:var(--heading-color) !important;
}

.filter-heading span:nth-child(2){
  background-color: var(--background-color) !important;
  border: 1px solid var(--primary-color) !important;
  color:var(--primary-color) !important;
}

.widget-category-checkbox.style-1 {
  border-bottom: 1px solid var(--primary-color);
}

.widget-category-checkbox.style-1 h5::after {
  font-size: 2.5rem;
  font-weight: 600;
}

.filters-section-container{
  overflow-y:auto;
}

.widget-category-checkbox.style-1 .content-wg-category-checkbox{
  padding-bottom: 20px;
}

input:checked ~ .btn-checkbox {
  background-color: var(--secondary-color);
}

.btn-checkbox:after {
  opacity: 0;
}
/* for filter section end  */

/* for interest start  */
.item-title span.inner {
  font-family: var(--primary-font) !important;
  color: var(--primary-color);
  font-weight: 600;
}

.interest-text{
  color: var(--primary-color);
  font-size: 1.4rem;
  font-weight: 600;

}
#int_slider .item-title.active-custome .inner, .inter-tabs li.active .inner {
  color: var(--third-color);
  border-bottom: 2px solid var(--third-color);
  font-weight: 700;
}

/* for interest end  */

/* search result start  */
.tf-card-box.style-1 .card-media {
  border: 1px solid var(--primary-color);
}
.loadmore-container button:hover {
  background: var(--secondary-color) !important;
  /* color: var(--heading-color) !important; */
}
/* search result end  */

/* footer start  */
.footer-section p, .footer-text {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.3rem;
}
/* footer end  */

.img_info_modal-content{
  background-color: var(--background-color);
}

.input-container{
  background: none;
  margin: 0px;
}

.input-container input{
  background: none;
}

.widget-social ul li a {
  background-color: var(--background-color);
}

.img_info_modal-content{
  padding: 0px;
  border-radius: 10px;
  border: 1px solid white;
  width: 480px;
}

.share-invite-h3{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 25px;
  background-color: var(--third-color);
  color: var(--heading-color);
  font-size: 1.6rem;
  font-weight: 600;
}

.share-media-block{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 25px;

}


#share_link_input, .share_link_input_new {
  border: 1px solid var(--primary-color);

}

.padding-20px{
  padding: 20px;
}

.img_info_heading {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 1.4rem;
}


 .img_info_data {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 1.4rem;

}

.terms_info_block>p {
  color: var(--primary-color);
}

.info-image-block{
  border-radius: 10px;
  
}
.info-image-block img {
  border-radius: 10px;
  border: 1px solid var(--primary-color);
}


/* for medial detials popup start  */
.media-details-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; /* Initially hidden */
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6); /* Overlay effect */
  z-index: 1000;
}

/* Popup Content Box */
.media-details-popup-container .popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  max-width: 500px;
  width: 90%;
}


/* for media details popup end  */


.flex-item .card-media .imgOrVideoLink:hover>img {
  filter: brightness(.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, .5);
}



/* for privacy policy page  */
.privacy-policy-headings {
  color: var(--primary-color);
}

.privacy-policy h2.tf-title{
  color: var(--primary-color);
}

p{
  color: var(--primary-color);
}
.pp-ul {
  color: var(--primary-color);
}

/* for terms and condition page start  */
.tc-heading h2 {
  color: var(--primary-color);
}
/* for terms and condition page end  */


.admin_active .popup-user .avatar_popup2 {
  background:var(--background-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.links .block {
  color: var(--primary-color);
}
.links .block:hover{
  background-color: var(--third-color);
}

.role {
  color: var(--primary-color);
}
.links .block svg {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

/* ********************   soopurb project chagnes start - 27-11-2024 - end   ********************* */

.number-list li {
    list-style:decimal;
}


/* for profile page css  start*/
#page.market-page {
  background: var(--background-color);
}

#market-header {
  background: var(--background-color);
}

.widget-edit {
  background: var(--background-color);
  border: 1px solid var(--primary-color);
}

.profile input[type=text], .profile input[type=email], .profile textarea{
  background: var(--background-color);
  border: 1px solid var(--primary-color);
  font: var(--primary-font);
  font-size: 1.4rem;
  font-weight: 500;
}

.profile-country-input-section {
  background-color: var(--background-color);
  border: 1px solid var(--primary-color);
}

.profile-country-input-section .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: var(--background-color) !important;
}

#profile-bio::placeholder {
  color: var(--primary-color);
  font-family: var(--primary-font);
}

form label {
  color: var(--primary-color);
  font-family: var(--primary-font);
}

.btn-submit-profile{
  position:relative
}

.btn-submit-profile button:nth-child(1){
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
  width: 90px;
  border-radius: 10px;
}

.btn-submit-profile button:nth-child(2){
  /* border: 1px solid var(--primary-color); */
  background-color: var(--third-color) !important;
  width: 90px;
  height: auto;
  text-align: center;
  padding-left: 24px;
  color: var(--heading-color)!important;
  border-radius: 10px;
  border: none;
}

.side-bar .widget {
  background-color: var(--background-color);
  border: 1px solid var(--primary-color);
}
.text-section-help{
  margin-top: -25px;
}

.text-section-help {
  background-color: var(--third-color);
}

.section-menu-left {
  border-right: 1px solid var(--primary-color);
  background: var(--background-color);
}

.section-menu-left ul.menu-tab li::before {
  background-color: var(--third-color);
}

.section-menu-left ul.menu-tab li {
  font-weight: 600;

}

.delete-account-btn{
  position: absolute;
  right: 0;
  white-space: nowrap;
  width: auto !important;
}

.widget-edit.avatar .uploadfile .text {
  font-family: var(--primary-font);
  font-weight: 600;

}

.delete-popup-warning {
  width: 100%;
}
.delete-heading-section{
  background-color: var(--background-color);
}

.delete-warning-popup-buttons span{
  padding: 10px 30px;
  border-radius: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
}

.delete-warning-popup-buttons .delete-button-final {
  color: var(--primary-color) ;
  border: 1px solid var(--primary-color) ;
}

.delete-warning-popup-buttons .delete-cancel-button {
  color: var(--heading-color);
  background-color: var(--third-color);
  border: none;
}

.container-center1{
  background-color: var(--background-color);
}

.apply-btn{
  background-color: var(--third-color);
  color: var(--heading-color);
}

.avatarsection .avatar-img-section, .gender-buttons-block {
  border: 2px solid transparent !important;
}
.avatarsection .avatar-img-section.img-selected, .avatarsection .avatar-img-section:hover, .gender-selected{
  border: 2px solid var(--primary-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: var(--primary-font);
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: var(--primary-color) !important;
}

.header-mobile {
  display: none;
}

.mobile-nav-wrap .inner-mobile-nav {
  background-color: var(--third-color);
}

.admin_active .popup-user .user {
  width: 50px;
}

/* for 404 page start  */
.exlore_button{
  background-color: var(--third-color) !important;
  height: 100%; 
  margin-top: 1%;
  color: #ffff !important;
}

.tf-color-404{
  color: var(--third-color);
}
/* for 404 page end  */

.footer-section p {
  line-height: unset;
}

.tos-sticky-section ul li h1{
  font-size: 16px;
  padding: 10px 30px;
  cursor: pointer;
}

@media (max-width:767px){
  .header-mobile {
    display: block;
    top:0;
    min-height: 50px;
    background-color: var(--third-color);
  }

  .mobile-button {
    margin-top: 0px;
  }
  .admin_active .popup-user .user {
    width: 40px;
  }
  .profile_section {
    margin-bottom: 0px;
  }
  .links .block {
    font-size: 14px;
  }
  .links .block svg {
    width: 15px;
    height: 15px;
  }
  .sitemap-heading-footer{
    display: none;
  }
  
}
/* for profile page css end  */



.widget-term-condition .wrap-menu {
  background-color: var(--background-color);
  /* background-color: var(--secondary-color); */
  border: 1px solid var(--primary-color);
  
}

.widget-term-condition .content-tab .content-inner {
  background-color: var(--background-color);
  border: 1px solid var(--primary-color);
}

.widget-term-condition .content-tab p {
  color: var(--primary-color);
}

.widget-term-condition .wrap-menu .title {
  color: var(--primary-color);
}

.content-subheading a:hover {
  color: var(--third-color);
}

.item-title.active span.inner{
  color: var(--third-color);
}

.flat-title-page .heading {
  color: var(--primary-color);
}


/* for quick access popup -tushar - 25- Jan-2025 - start   */
.right-footer-container div span {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.3rem;
  cursor: pointer;
}

.quick-popup {
  max-width: 700px;
  background-color: var(--background-color);
  border: 0.5px solid var(--primary-color);
  position:absolute;
  right: 0;
  bottom: 20px;
}

.quick-popup-list-container {
  text-wrap-mode: nowrap;
  white-space: nowrap;
  gap: 10px;
}

.right-footer-container a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 1.3rem;
}

.right-footer-container .quick-popup a {
  color: var(--third-color);
}

.quick-popup-list li {
  white-space: nowrap;
}



.profile_setting_ad_container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2cf4dde;
  border-radius: 20px;
  overflow: hidden; /* Image bahar na nikle */
}

.profile_setting_ad_container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Image distort na ho */
}


@media screen and (max-width: 767px){
  .quick-popup {
    position: fixed;
    width: 90%;
    max-width: 400px;
    justify-self: anchor-center;
  }

  .quick-popup-list-container {
    flex-direction: column;
    gap: 0px;
    max-height: 500px;
    overflow-y: auto;
    margin-top: 5px;
  }
  .quick-popup-content {
    padding: 20px 10px;
  }
  .quick-popup-list-container::-webkit-scrollbar {
    height: 0; /* Hide horizontal scrollbar */
  }
}

/* for quick access popup - tushar- 25-Jan-2025- end */

#main-nav>ul>li {
  align-content: center;
  display: flex; /* Make each <li> a flex container */
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
}



