.new-publisher-banner{position:relative;background-color:var(--secondary-color);color:#fff;border-radius:0}.new-publisher-banner .details-section{padding:24px 16px;background:var(--banner-gradient)}.new-publisher-banner .details-section .mdi-alert{width:16px;height:16px;color:var(--white);margin-right:9px}.new-publisher-banner .details-section .reject{background-color:#b61e25;color:var(--white);margin-right:12px}.new-publisher-banner .details-section .approve{background-color:#2da771;color:var(--white)}.new-publisher-banner .details-section .not-award{background-color:#d88e06;color:var(--white)}.new-publisher-banner .details-section .bid-details{font-size:1.43rem;font-weight:600;color:var(--white)}.new-publisher-banner .details-section .card-wrapper{display:unset;justify-content:space-between;margin-bottom:8px}.new-publisher-banner .details-section .card-wrapper .bid-before{display:flex;align-items:center;text-align:center}.new-publisher-banner .details-section .media-icon{display:flex;align-items:center}.new-publisher-banner .details-section .media-icon img{width:20px;height:19px;margin-right:16px}.new-publisher-banner .details-section .btn-show{display:flex;color:var(--white);padding:6px 12px;border:unset!important;background:rgba(0,0,0,0)}.new-publisher-banner .details-section .btn-show img{width:12px;margin-right:8px}.new-publisher-banner .details-section .btn-show .btn-secondary{color:var(--white)!important;background:var(--primary-gradient);border-radius:5px;margin:0 12px;border:1px solid #fff}.new-publisher-banner .details-section .btn-show .btn-secondary:focus{box-shadow:none}.new-publisher-banner .details-section .padd-16{padding:16px}.new-publisher-banner .details-section .show-bid{font-style:normal;font-weight:600;font-size:1rem}.new-publisher-banner .company-details-section{display:flex;gap:16px;align-items:flex-end;height:100%}.new-publisher-banner .company-details-section .logo-section{min-width:100px;max-width:100px;height:100px;background-color:#fff;display:flex;align-items:center;border-radius:4px}.new-publisher-banner .company-details-section .logo-section img{width:100%;height:auto;object-fit:contain}.new-publisher-banner .company-details-section .company-details .block-title{margin-bottom:0}.new-publisher-banner .company-details-section .company-details img{width:24px;height:24px}.new-publisher-banner .company-details-section .company-details .company-detail-content{font-size:1rem;line-height:24px}.new-publisher-banner .company-details-section .company-details .banner-img{height:28px;width:auto;margin-left:8px}.new-publisher-banner .dropdown{display:flex;height:100%;align-items:end;justify-content:flex-end}.new-publisher-banner .btn-dropdown .btn-secondary{color:var(--white)!important;background:var(--primary-gradient);border-radius:5px;margin:0 12px;border:1px solid #fff}.new-publisher-banner .btn-dropdown .btn-secondary:focus{box-shadow:none}.new-publisher-banner .btn-dropdown .dropdown-toggle:after{position:unset;color:#fff;margin-left:5px}.new-publisher-banner .btn-dropdown .dropdown-menu{padding:0;min-width:220px;top:6px!important;left:-58px!important;min-width:20rem}.new-publisher-banner .btn-dropdown .dropdown-menu .menu-title{padding:6px 15px;font-size:1.07rem;font-weight:500;border-bottom:1px solid var(--border-color);cursor:pointer}.new-publisher-banner .btn-dropdown .dropdown-menu .menu-title p{font-size:.71rem;font-weight:500;color:var(--field-color)}.new-publisher-banner .btn-dropdown .dropdown-menu .menu-title:hover{background:var(--primary-gradient);color:var(--white)}.new-publisher-banner .btn-dropdown .dropdown-menu .menu-title:hover p{color:var(--white)}.new-publisher-banner .btn-dropdown .dropdown-menu .menu-title :last-child{border:none}.publisher-banner-shimmer-page .card-section{position:relative;border-radius:6px;width:100%;padding:24px 16px}.publisher-banner-shimmer-page .card-section .details-section{background:none;padding:0;display:flex;align-items:flex-end;gap:16px}.publisher-banner-shimmer-page .card-section .details-section .logo-section{min-width:100px;height:100px;background-color:#e0e1e5;border-radius:4px}.publisher-banner-shimmer-page .card-section .details-section .details{width:100%}.publisher-banner-shimmer-page .card-section .details-section .details .small-text{width:75%}.publisher-banner-shimmer-page .card-section .banner-detail{display:flex;flex-direction:column;height:100%}.publisher-banner-shimmer-page .card-section .banner-detail row{width:100%}.publisher-banner-shimmer-page .card-section .banner-detail .btn-section{display:flex;justify-content:flex-end;margin-top:15px;width:100%}.publisher-banner-shimmer-page .card-section .banner-detail .btn-section .btn-text{width:20%;height:20px}.publisher-banner-shimmer-page .card-section .shimmer-text{color:unset;background-color:#e0e1e5;width:50%;height:15px;border-radius:4px;margin-bottom:15px}.publisher-banner-shimmer-page .card-section .shimmer-text:last-child{margin-bottom:0}.publisher-banner-shimmer-page .card-section .big-text{width:60%;height:20px}.publisher-banner-shimmer-page .card-section .small-text{width:100%}.publisher-banner-shimmer-page .shimmer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;overflow-x:hidden}.publisher-banner-shimmer-page .shimmer-overlay:after{content:"";position:absolute;top:0;right:-100%;bottom:0;left:-100%;background-image:linear-gradient(90deg,rgba(255,255,255,0) 33.3%,rgba(255,255,255,.4),rgba(255,255,255,0) 66.6%);animation:shimmer 1s linear infinite}@keyframes shimmer{0%{transform:translateX(-33.3%)}to{transform:translateX(33.3%)}}