﻿.serviceUpdatesPageContainer {
    max-width: 100%;
    font-family: "anekdevanagari-regular", sans-serif;
}

.serviceUpdatesPageMainHeader {
    color: #FF795C;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    word-wrap: break-word;
}
.serviceUpdatesPageDate {
    color: var(--Colors-Text-Text-Primary, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.suDescription {
    margin-top: 3%;
    align-self: stretch;
    text-align: center;
    font-size: 1.3rem;
    color: #737195;
    font-weight: 500;
}

.serviceUpdatesPageDescription {
    margin-top: 3%;
    align-self: stretch;
    text-align: center;
    color: #737195;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2rem;
    word-wrap: break-word;
}
.serviceUpdatesPageDiv {
    height: auto;
    margin: 6% auto;
    padding: 3rem;
    box-shadow: 0 3px 6px 0px rgba(0,0, 0, 0.20);
}

    .serviceUpdatesPageDiv p {
        align-self: stretch;
        color: #737195;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5rem;
        word-wrap: break-word;
    }
@media(max-width:767px) {
    .serviceUpdatesPageDiv {
        padding: 1rem !important;
    }
}


.icon-calendar {
    height: 22px;
    position: absolute;
    top: 30%;
    bottom: 50%;
    left: 3%;
}



.ui-datepicker .ui-datepicker-header {
    color: #333333 !important;
}


.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/ui-lightness/images/ui-icons_222222_256x240.png") !important;
}


.field-inner {
    display: block;
    position: relative;
}


.service-updates-date-picker {
    text-indent: 10%;
    border: 1px solid #dfdee7;
    width: 100%;
    font-size: 1.2em;
    height: 56px !important;
    padding-top: 12px;
}
    .service-updates-date-picker::placeholder {
        color: #444 !important;
    }


span#select2-SelectedDestination-container, span#select2-SelectedOrigin-container {
    text-indent: 2%;
}
    



