
  .search_top_banner .banner-wrapper {
        width: 100%;
        display: inline-block;
        white-space: nowrap;
        position: absolute;
        animation: move-text 30s linear infinite;
    }

    @keyframes move-text {
        0% {
            transform: translateX(0%); /* Start off the screen on the right */
        }
        50% {
            transform: translateX(90%); /* Move halfway across */
        }
        100% {
            transform: translateX(0%); /* Move off the screen on the left */
        }
    }

    .search_top_banner .text-white {
        color: #fff;
        font-size: 19px; /* Adjust font size as needed */
        line-height: 50px; /* Align text vertically */
    }


    .parties-nav .nav-item button {
        background-image: linear-gradient(45deg, #dc35453b, #bd138b57);
        border-radius: 50px;
        margin: 2px;
        color: #ffffff70 !important;
        width: 100%;
    }



/*
---------------------------------------------------------------------------------------------
 START CODE FOR THE REDISGN PARITES PAGE TAB ON USER DASHBOARD
---------------------------------------------------------------------------------------------
*/

.parties-main-container  #submit-event-form fieldset label {
    font-size: 12px !important;
}


.parties-main-container  #submit-event-form fieldset .field input[type="text"] {
    background: #1c171b !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0px 15px !important;
    color: #b5b2b2 !important;
    height: 36px !important;
    font-size: 12px !important;
    width: 25%!important;
}

.parties-main-container  #submit-event-form fieldset .field input[type="radio"] {
    width: initial ;!important;
}

.parties-main-container  #submit-event-form fieldset .field select {
    background: #1c171b !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 0px 15px !important;
    color: #b5b2b2 !important;
    height: 36px !important;
    font-size: 12px !important;
    width: 25%!important;
}


.parties-main-container .wpem-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    padding: 3px 8px;
}

/*
---------------------------------------------------------------------------------------------
 START CODE FOR THE REDISGN PARTY LIST DROPDOWN
---------------------------------------------------------------------------------------------
*/

.chosen-container-single {
    height: 36px;
    background-color: #1c171b!important;
    font-size: 14px !important;
    border:  none!important;
    display: block;
    border-radius: 7px !important;
    align-items: center !important;
}

.chosen-single {
	font-size: 14px !important;
}

.inner-hist-row{

	padding: 70px;
}


#party-preview-id {
    height: 36px;
}

.wpem-modal-button{
    height: 27px;
}

.wpem-heading-text{
    font-size: 20px !important;
}


/*
---------------------------------------------------------------------------------------------
 Date 26 December 2024
---------------------------------------------------------------------------------------------
*/

#main-header {
    zoom: 110% !important;
}

.cust-top-search-bar .filter-keyword .ppt-typeahead {
    display: none!important;
}

  .gen-icon-box {
    height: 24px;
    width: 24px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

/*
---------------------------------------------------------------------------------------------
 START CODE FOR SEARCH PAGE PROFILE CARDS AND FILTERS
---------------------------------------------------------------------------------------------
*/

.tax-div .filtertxt {
    text-align: start !important;
}
