.banner-preview{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.banner-preview a {
    pointer-events: none;
}

.Polaris-Icon--colorCritical{
    width:1rem;
    height:1rem;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10; /* make sure it's on top of other content */
}

.overlay-content {
    font-size: 1.5em;
    color: #000;
}


.hoverContent:hover {
    opacity: 1;
}
.Polaris-Layout__Section p{
    display: inherit !important;
    margin:0 !important;
    font-weight: inherit !important;
}
.marquee {
    overflow: hidden;
    position: relative;
}

.marquee-content {
    animation: marquee linear infinite;

}
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

span.title{
    padding:20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202223;
    position:relative;
    display:inline-block;
}

.half-block{
    position:relative;
    display:inline-block;
    float:left;
}

.react-datepicker__input-container input[type="text"]{
    height: 2.4rem;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 2rem;
    color: #3d4246;
    border: 1px solid #c4cdd5;
    border-radius: 3px;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
    width: 100%;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.react-datepicker-popper{
    z-index: 9999 !important;
}

.date-field{
    width: 100% !important;
    padding: 0.5em !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    font-size: 1em !important;
}

.react-datepicker-wrapper{
    width:100%;
}

.arrowStylesContainer {
    display: flex;
    gap: 1rem;
}


.arrowStylesContainer button{
    width:40px;
    height:40px;
    padding:5px;
    background:#fff;
    border:1px solid #ebebeb;
}
.arrowStylesContainer button:hover{
    cursor: pointer;
}
.arrowStylesContainer button svg{
    width:100%;
}

.arrowStylesContainer .selectedArrowStyle {
    background-color:#ebebeb;  /* Highlight the selected arrow style with a blue border */
}
.new-message:hover{
    cursor: pointer;
}

