﻿@media (max-width: 768px) {
    #polListTabs {
        overflow-x: scroll;
    }
}

.icons:not(.add-new) img{
    height: 25px !important;
    width: 25px !important;
}
@media only screen and (max-width: 768px) {
    #ui-datepicker-div {
        position: absolute !important;
        /* Change to absolute for better alignment */
        /* Adjust top positioning */
        left: 11% !important;
        /* Center the datepicker */
        transform: translateX (-50%) !important;
        /* Align horizontally */
        z-index: 10000;
        width: 83% !important;
    }
}

.PreLogHead {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    font-family: Quicksand;
    line-height: 50px;
    color: #6d307d;
}
.preloginBtn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.40;
    color: #fff;
    box-shadow: 0px 2px 4px 2px #cfcfcf;
    background-color: #f97440 !important;
    border: solid 1px #f97440;
    border-radius: 10px;
    text-transform: capitalize;
    min-height: 100px;
}
#loginbtnmob {
    color: #fff;
    background-color: #6d307d !important;
    border: solid 1px #6d307d;
    text-transform: capitalize;
    cursor: pointer;
}
