
.ui-datepicker {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000!important;
    box-shadow: 0 1px 3px rgba(32,33,36,.28)
}

.ui-datepicker.calendar-1 {
    width: 700px!important
}

.ui-datepicker.calendar-1 .ui-datepicker-prev,.ui-datepicker.calendar-1 .ui-datepicker-next {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24);
    cursor: pointer;
    margin: 0 -20px;
    pointer-events: all;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -10px
}

.ui-datepicker.calendar-1 .ui-datepicker-prev:after,.ui-datepicker.calendar-1 .ui-datepicker-next:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ui-datepicker.calendar-1 .ui-datepicker-prev {
    right: -20px
}

.ui-datepicker.calendar-1 .ui-datepicker-prev:after {
    background-image: url(/assets/images/icons/next.png)
}

.ui-datepicker.calendar-1 .ui-datepicker-prev.ui-state-disabled {
    background-color: #eee
}

.ui-datepicker.calendar-1 .ui-datepicker-prev.ui-state-disabled:after {
    background-image: none!important
}

.ui-datepicker.calendar-1 .ui-datepicker-next {
    left: -20px
}

.ui-datepicker.calendar-1 .ui-datepicker-next:after {
    background-image: url(/assets/images/icons/back.png)
}

.ui-datepicker table {
    width: 100%
}

.ui-datepicker table th {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #aaa;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #eee
}

.ui-datepicker table td {
    position: relative
}

.ui-datepicker table td a,.ui-datepicker table td span {
    padding: 0;
    display: block;
    line-height: 40px;
    min-width: 40px;
    height: 40px;
    border: 2px solid #fff;
    font-size: 20px;
    margin: 3px;
    border-radius: 50%;
    color: #555;
    text-align: center;
    font-family: IRANYekanX;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.ui-datepicker table td a:hover {
    border-color: #4285f4
}

.ui-datepicker.calendar-2 {
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24)
}

.ui-datepicker.calendar-2 .ui-datepicker-title {
    font-family: sans-serif,Tahoma,Helvetica,Arial,"Lucida Grande"
}

.ui-datepicker.calendar-2 table td a,.ui-datepicker.calendar-2 table td span {
    font-family: sans-serif,Tahoma,Helvetica,Arial,"Lucida Grande";
    min-width: 30px;
    height: 30px;
    line-height: 25px
}

.ui-datepicker.calendar-2 table td a:hover {
    border-color: #4285f4
}

.ui-datepicker.calendar-2 .ui-datepicker-prev,.ui-datepicker.calendar-2 .ui-datepicker-next {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24);
    cursor: pointer;
    margin: 0 -20px;
    pointer-events: all;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 15px
}

.ui-datepicker.calendar-2 .ui-datepicker-prev {
    left: 10px
}

.ui-datepicker.calendar-2 .ui-datepicker-prev:after {
    background-image: url(/assets/images/icons/back.png)
}

.ui-datepicker.calendar-2 .ui-datepicker-prev.ui-state-disabled {
    background-color: #eee
}

.ui-datepicker.calendar-2 .ui-datepicker-prev.ui-state-disabled:after {
    background-image: none!important
}

.ui-datepicker.calendar-2 .ui-datepicker-next {
    right: 10px
}

.ui-datepicker.calendar-2 .ui-datepicker-next:after {
    background-image: url(/assets/images/icons/next.png)
}

.ui-datepicker.calendar-2 .dayDate {
    display: none!important
}

.ui-datepicker-group {
    width: 50%;
    float: right;
    padding: 20px;
    background-color: #fff
}

.ui-datepicker-row-break {
    clear: both
}

.dayPrice {
    display: none!important;
    font-size: 12px
}

.ui-datepicker-title {
    text-align: center;
    color: #222;
    font-size: 15px
}

.ui-state-disabled a,.ui-state-disabled span {
    cursor: not-allowed;
    color: #ccc!important
}

.ui-datepicker-today a {
    border-color: orange
}

.ui-datepicker-current-day a {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff!important
}

.css-class-to-highlight {
    background-color: #ff0
}

.ui-datepicker-header {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0
}

.ui-datepicker-prev,.ui-datepicker-next {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24);
    cursor: pointer;
    margin: 0 -20px;
    pointer-events: all;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 6px
}

.ui-datepicker-prev:after,.ui-datepicker-next:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ui-datepicker-prev span,.ui-datepicker-next span {
    display: none
}

.ui-datepicker-prev {
    right: 10px
}

.ui-datepicker-prev:after {
    background-image: url(/assets/images/icons/next.png)
}

.ui-datepicker-prev.ui-state-disabled {
    background-color: #eee
}

.ui-datepicker-prev.ui-state-disabled:after {
    background-image: none!important
}

.ui-datepicker-next {
    left: 10px
}

.ui-datepicker-next:after {
    background-image: url(/assets/images/icons/back.png)
}

.ui-datepicker-buttonpane {
    display: block;
    padding: 10px
}

.ui-datepicker-buttonpane button {
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 8px;
    cursor: default;
    color: #000;
    line-height: 16px;
    min-width: 88px;
    outline: none;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 1px rgba(0,0,0,.16);
    margin-right: 5px;
    cursor: pointer
}

.ui-state-disabled .dayDate {
    opacity: 0
}

.dayDate {
    font-size: 12px;
    text-align: center;
    color: #999
}

.dayDate.blur {
    color: transparent;
    text-shadow: 0 0 7px #000
}

.dayDate.min {
    color: #4caf50!important
}
.py-15{padding: 15px 0}
/*Css search Form*/
.chCity {
    background-color: white;
    border: 1px solid #dadce0;
    padding: 5px;
    border-radius: 5px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.chCity input {
    width: 100%;
    border: none;
    outline: none;
}
.chCity:last-of-type {
    padding: 5px 15px 5px 5px;
}
.chDate {
    background-color: white;
    border: 1px solid #636363;
    padding: 5px;
    border-radius: 5px;
    height: 45px;
    cursor: pointer;
}
.chDate input {
    width: 100%;
    border: none;
    outline: none;
}
.tglCty {
    position: absolute;
    top: 8px;
    height: 30px;
    width: 30px;
    background-color: white;
    border: 1px solid #858585;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
    left: -15px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 1;
}
.col-md-5-5 {
    flex: 0 0 45.834%;
    max-width: 45.834%;
}
.chCityIn {position: relative;width: 100%}
.chCityIn .first{left: 15px;position: absolute;top: 15px;}
.chCityIn .last{right: 20px;position: absolute;top: 15px;}
.chCityIn input{min-height: 52px;padding-right: 40px}
.chCityIn input:focus {border-color: #4285f4; box-shadow: 0 0 0 1px #4285f4 inset; outline: none}
.chCityIn input:focus:not(:focus-visible) {outline: none}
.chCityIn input:hover {border: 1px solid #9aa0a6}
.searchButton{position: absolute;left: 0;right: 0;margin: 0 auto; top 50px}
#listCityModel{position: absolute;background-color: #fff;
    top: 53px;
    right:auto;
    z-index: 5;height: 250px ;overflow-y: scroll;width: 333px;  transition: all .1s ease;transform: scale(0);
    transform-origin: top}
#listCityModel ul{}
#listCityModel li{border-bottom: 1px solid #e9e9e9;
    padding: 12px 10px;
    color: #484848;
    cursor: pointer;
    display: flex;
    justify-content: space-between;}
#listCityModel.open{transform: scale(1);
    opacity: 1;}

  #idPriceChartList ul li:last-child{border-bottom-color: transparent}
#idPriceChartList ul {max-height: 150px ;overflow-y: scroll;margin: 2px 2px 8px;    background-color: #fff;
    border: 1px solid rgb(218,220,224);padding: 5px ;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;border-top: unset}
#idPriceChartList ul li{border-bottom:   1px solid rgb(218,220,224);cursor: pointer}
#idPriceChartList ul li div{color:#2e2e2e}
#idPriceChartList .headChart{color: #202124;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid rgb(26,115,232);
    margin-bottom: -2px; }
.priceChartList {margin-top: 80px;min-height: 400px}
#modalPriceChartListed{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px;
    max-height:400px ;
    min-height:400px ;
    overflow-y: scroll;
}
#searhForm .group{
    position: relative;
}
#modalPriceChartListed .slide{
    background-color: #f3f5f7;
    color: #29343d;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
    height: 90px;
    width: 82px;
    margin:  5px;
    border-radius: 8px;
    overflow: hidden;
}
#modalPriceChart .footer{border-top:1px solid #d9d9d9;}
#modalPriceChartListed .slide .line80{width: 80%;border-bottom: 1px solid #d1d9e0;}
.md-progress-linear {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    padding-top: 0!important;
    margin-bottom: 0!important;
}
.md-progress-linear .md-container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px;
    -webkit-transform: translate(0,0) scale(1,1);
    transform: translate(0,0) scale(1,1);
    background-color: #bbdefb;
}
.md-progress-linear .md-container .md-bar{position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #4285f4;
}
.md-progress-linear  .md-bar1 {
    -webkit-animation: md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite;
    animation: md-progress-linear-indeterminate-scale-1 4s infinite,md-progress-linear-indeterminate-1 4s infinite
}

.md-progress-linear   .md-bar2 {
    -webkit-animation: md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite;
    animation: md-progress-linear-indeterminate-scale-2 4s infinite,md-progress-linear-indeterminate-2 4s infinite
}

.md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container {
    -webkit-animation: none;
    animation: none
}

.md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar1,.md-progress-linear .md-container.ng-hide ._md-progress-linear-disabled md-progress-linear .md-container .md-bar2 {
    -webkit-animation-name: none;
    animation-name: none
}

.md-progress-linear .md-container.md-mode-buffer {
    background-color: transparent!important;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.md-progress-linear .md-container.md-mode-buffer .md-dashed:before {
    display: block;
    -webkit-animation: buffer 3s infinite linear;
    animation: buffer 3s infinite linear
}

@-webkit-keyframes query {
    0% {
        opacity: 1;
        -webkit-transform: translateX(35%) scale(.3,1);
        transform: translateX(35%) scale(.3,1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0,1);
        transform: translateX(-50%) scale(0,1)
    }
}

@keyframes query {
    0% {
        opacity: 1;
        -webkit-transform: translateX(35%) scale(.3,1);
        transform: translateX(35%) scale(.3,1)
    }

    to {
        opacity: 0;
        -webkit-transform: translateX(-50%) scale(0,1);
        transform: translateX(-50%) scale(0,1)
    }
}

@-webkit-keyframes buffer {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        background-position: -200px -23px
    }
}

@keyframes buffer {
    0% {
        opacity: 1;
        background-position: 0 -23px
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1;
        background-position: -200px -23px
    }
}

@-webkit-keyframes md-progress-linear-indeterminate-scale-1 {
    0% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    36.6% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        -webkit-animation-timing-function: cubic-bezier(.33473,.12482,.78584,1);
        animation-timing-function: cubic-bezier(.33473,.12482,.78584,1)
    }

    69.15% {
        -webkit-transform: scaleX(.83);
        transform: scaleX(.83);
        -webkit-animation-timing-function: cubic-bezier(.22573,0,.23365,1.37098);
        animation-timing-function: cubic-bezier(.22573,0,.23365,1.37098)
    }

    to {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1)
    }
}

@keyframes md-progress-linear-indeterminate-scale-1 {
    0% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    36.6% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        -webkit-animation-timing-function: cubic-bezier(.33473,.12482,.78584,1);
        animation-timing-function: cubic-bezier(.33473,.12482,.78584,1)
    }

    69.15% {
        -webkit-transform: scaleX(.83);
        transform: scaleX(.83);
        -webkit-animation-timing-function: cubic-bezier(.22573,0,.23365,1.37098);
        animation-timing-function: cubic-bezier(.22573,0,.23365,1.37098)
    }

    to {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1)
    }
}

@-webkit-keyframes md-progress-linear-indeterminate-1 {
    0% {
        left: -105.16667%;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    20% {
        left: -105.16667%;
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582)
    }

    69.15% {
        left: 21.5%;
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635)
    }

    to {
        left: 95.44444%
    }
}

@keyframes md-progress-linear-indeterminate-1 {
    0% {
        left: -105.16667%;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    20% {
        left: -105.16667%;
        -webkit-animation-timing-function: cubic-bezier(.5,0,.70173,.49582);
        animation-timing-function: cubic-bezier(.5,0,.70173,.49582)
    }

    69.15% {
        left: 21.5%;
        -webkit-animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635);
        animation-timing-function: cubic-bezier(.30244,.38135,.55,.95635)
    }

    to {
        left: 95.44444%
    }
}

@-webkit-keyframes md-progress-linear-indeterminate-scale-2 {
    0% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        -webkit-animation-timing-function: cubic-bezier(.20503,.05705,.57661,.45397);
        animation-timing-function: cubic-bezier(.20503,.05705,.57661,.45397)
    }

    19.15% {
        -webkit-transform: scaleX(.57);
        transform: scaleX(.57);
        -webkit-animation-timing-function: cubic-bezier(.15231,.19643,.64837,1.00432);
        animation-timing-function: cubic-bezier(.15231,.19643,.64837,1.00432)
    }

    44.15% {
        -webkit-transform: scaleX(.91);
        transform: scaleX(.91);
        -webkit-animation-timing-function: cubic-bezier(.25776,-.00316,.21176,1.38179);
        animation-timing-function: cubic-bezier(.25776,-.00316,.21176,1.38179)
    }

    to {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1)
    }
}

@keyframes md-progress-linear-indeterminate-scale-2 {
    0% {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1);
        -webkit-animation-timing-function: cubic-bezier(.20503,.05705,.57661,.45397);
        animation-timing-function: cubic-bezier(.20503,.05705,.57661,.45397)
    }

    19.15% {
        -webkit-transform: scaleX(.57);
        transform: scaleX(.57);
        -webkit-animation-timing-function: cubic-bezier(.15231,.19643,.64837,1.00432);
        animation-timing-function: cubic-bezier(.15231,.19643,.64837,1.00432)
    }

    44.15% {
        -webkit-transform: scaleX(.91);
        transform: scaleX(.91);
        -webkit-animation-timing-function: cubic-bezier(.25776,-.00316,.21176,1.38179);
        animation-timing-function: cubic-bezier(.25776,-.00316,.21176,1.38179)
    }

    to {
        -webkit-transform: scaleX(.1);
        transform: scaleX(.1)
    }
}

@-webkit-keyframes md-progress-linear-indeterminate-2 {
    0% {
        left: -54.88889%;
        -webkit-animation-timing-function: cubic-bezier(.15,0,.51506,.40968);
        animation-timing-function: cubic-bezier(.15,0,.51506,.40968)
    }

    25% {
        left: -17.25%;
        -webkit-animation-timing-function: cubic-bezier(.31033,.28406,.8,.73372);
        animation-timing-function: cubic-bezier(.31033,.28406,.8,.73372)
    }

    48.35% {
        left: 29.5%;
        -webkit-animation-timing-function: cubic-bezier(.4,.62703,.6,.90203);
        animation-timing-function: cubic-bezier(.4,.62703,.6,.90203)
    }

    to {
        left: 117.38889%
    }
}

@keyframes md-progress-linear-indeterminate-2 {
    0% {
        left: -54.88889%;
        -webkit-animation-timing-function: cubic-bezier(.15,0,.51506,.40968);
        animation-timing-function: cubic-bezier(.15,0,.51506,.40968)
    }

    25% {
        left: -17.25%;
        -webkit-animation-timing-function: cubic-bezier(.31033,.28406,.8,.73372);
        animation-timing-function: cubic-bezier(.31033,.28406,.8,.73372)
    }

    48.35% {
        left: 29.5%;
        -webkit-animation-timing-function: cubic-bezier(.4,.62703,.6,.90203);
        animation-timing-function: cubic-bezier(.4,.62703,.6,.90203)
    }

    to {
        left: 117.38889%
    }
}



.ui-datepicker.calendar-1 .ui-datepicker-prev,.ui-datepicker.calendar-1 .ui-datepicker-next {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24);
    cursor: pointer;
    margin: 0 -20px;
    pointer-events: all;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: -10px
}

.ui-datepicker.calendar-1 .ui-datepicker-prev:after,.ui-datepicker.calendar-1 .ui-datepicker-next:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ui-datepicker.calendar-1 .ui-datepicker-prev {
    right: -20px
}

.ui-datepicker.calendar-1 .ui-datepicker-prev:after {
    background-image: url(/assets/images/icons/next.png)
}

.ui-datepicker.calendar-1 .ui-datepicker-prev.ui-state-disabled {
    background-color: #eee
}

.ui-datepicker.calendar-1 .ui-datepicker-prev.ui-state-disabled:after {
    background-image: none!important
}

.ui-datepicker.calendar-1 .ui-datepicker-next {
    left: -20px
}

.ui-datepicker.calendar-1 .ui-datepicker-next:after {
    background-image: url(/assets/images/icons/back.png)
}

.ui-datepicker table {
    width: 100%
}

.ui-datepicker table th {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    color: #aaa;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dashed #eee
}

.ui-datepicker table td {
    position: relative
}

.ui-datepicker table td a,.ui-datepicker table td span {
    padding: 0;
    display: block;
    line-height: 40px;
    min-width: 35px;
    height: 35px;
    border: 2px solid #fff;
    font-size: 20px;
    margin: 3px;
    border-radius: 50%;
    color: #555;
    text-align: center;
    font-family: IRANYekanX;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

.ui-datepicker table td a:hover {
    border-color: #4285f4
}

.ui-datepicker.calendar-2 {
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24)
}

.ui-datepicker.calendar-2 .ui-datepicker-title {
    font-family: sans-serif,Tahoma,Helvetica,Arial,"Lucida Grande"
}

.ui-datepicker.calendar-2 table td a,.ui-datepicker.calendar-2 table td span {
    font-family: sans-serif,Tahoma,Helvetica,Arial,"Lucida Grande";
    min-width: 30px;
    height: 30px;
    line-height: 25px
}

.ui-datepicker.calendar-2 table td a:hover {
    border-color: #4285f4
}

.ui-datepicker.calendar-2 .ui-datepicker-prev,.ui-datepicker.calendar-2 .ui-datepicker-next {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24);
    cursor: pointer;
    margin: 0 -20px;
    pointer-events: all;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 15px
}

.ui-datepicker.calendar-2 .ui-datepicker-prev {
    left: 10px
}

.ui-datepicker.calendar-2 .ui-datepicker-prev:after {
    background-image: url(/assets/images/icons/back.png)
}

.ui-datepicker.calendar-2 .ui-datepicker-prev.ui-state-disabled {
    background-color: #eee
}

.ui-datepicker.calendar-2 .ui-datepicker-prev.ui-state-disabled:after {
    background-image: none!important
}

.ui-datepicker.calendar-2 .ui-datepicker-next {
    right: 10px
}

.ui-datepicker.calendar-2 .ui-datepicker-next:after {
    background-image: url(/assets/images/icons/next.png)
}

.ui-datepicker.calendar-2 .dayDate {
    display: none!important
}

.ui-datepicker-group {
    width: 50%;
    float: right;
    padding: 20px;
    background-color: #fff
}

.ui-datepicker-row-break {
    clear: both
}

.dayPrice {
    display: none!important;
    font-size: 12px
}

.ui-datepicker-title {
    text-align: center;
    color: #222;
    font-size: 15px
}

.ui-state-disabled a,.ui-state-disabled span {
    cursor: not-allowed;
    color: #ccc!important
}

.ui-datepicker-today a {
    border-color: orange
}

.ui-datepicker-current-day a {
    background-color: #4285f4;
    border-color: #4285f4;
    color: #fff!important
}

.css-class-to-highlight {
    background-color: #ff0
}

.ui-datepicker-header {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0
}

.ui-datepicker-prev,.ui-datepicker-next {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 4px rgba(0,0,0,.24);
    cursor: pointer;
    margin: 0 -20px;
    pointer-events: all;
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 6px
}

.ui-datepicker-prev:after,.ui-datepicker-next:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.ui-datepicker-prev span,.ui-datepicker-next span {
    display: none
}

.ui-datepicker-prev {
    right: 10px
}

.ui-datepicker-prev:after {
    background-image: url(/assets/images/icons/next.png)
}

.ui-datepicker-prev.ui-state-disabled {
    background-color: #eee
}

.ui-datepicker-prev.ui-state-disabled:after {
    background-image: none!important
}

.ui-datepicker-next {
    left: 10px
}

.ui-datepicker-next:after {
    background-image: url(/assets/images/icons/back.png)
}

.ui-datepicker-buttonpane {
    display: block;
    padding: 10px
}

.ui-datepicker-buttonpane button {
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 8px;
    cursor: default;
    color: #000;
    line-height: 16px;
    min-width: 88px;
    outline: none;
    text-align: center;
    box-shadow: 0 1px 1px rgba(0,0,0,.16);
    box-shadow: 0 1px 1px rgba(0,0,0,.16);
    margin-right: 5px;
    cursor: pointer
}

.ui-state-disabled .dayDate {
    opacity: 0
}

.dayDate {
    font-size: 12px;
    text-align: center;
    color: #999
}

.dayDate.blur {
    color: transparent;
    text-shadow: 0 0 7px #000
}

.dayDate.min {
    color: #4caf50!important
}
.priceChartList .loading {
    position: relative;
    width: 25px;
    height: 25px;
    animation: loadeingPrd 0.5s ease-in-out;
    animation-iteration-count: infinite;
}

.priceChartList .loading span::after, .priceChartList .loading span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #505050;
    position: absolute;
}

.priceChartList .loading span:first-of-type::after {
    top: 0;
    left: calc(50% - 2px);
}

.priceChartList .loading span:first-of-type::before {
    bottom: 0;
    left: calc(50% - 2px);
}

.priceChartList .loading span:last-of-type::after {
    left: 0;
    top: calc(50% - 2px);
}

.priceChartList .loading span:last-of-type::before {
    right: 0;
    top: calc(50% - 2px);
}

@keyframes loadeingPrd {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


  #searhForm  .error .form-control{border: 1px solid #f20000}
#searhForm .error .error-txt{
    position: absolute;
    bottom: -10px;
    left: 18px;
    background-color: #ffffff;
    padding: 1px 7px;
    border-radius: 5px;
    font-size: 11px;
    color: red;
}
@media (max-width: 767px){
    #listCityModel{top:50px;width: 93% }
    #ui-datepicker-div{position: fixed!important;right: 0!important;left: 0!important;width: 100%!important;height: 100vh!important;top:0 !important;}
    .ui-datepicker.calendar-1 .ui-datepicker-next{left:30px !important;top:6px!important;}
    .ui-datepicker.calendar-1 .ui-datepicker-prev{right: 30px !important;top:6px!important;}
    .chCityIn{margin-bottom: 15px}
    .p-sm-0 {padding: 0}
}
