datepicker,
.modal-form.datepicker,
[datepicker],
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-years-pagination-pages {
    font-family: futura-pt,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

._720kb-datepicker-calendar {
    background-color: #1E1E1E;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.8);
    border: 1px solid #2f2f2f;
    color: #fff;
}

._720kb-datepicker-calendar-days-header div {
    color: #fff;
    font-size: 14px;
}

._720kb-datepicker-calendar-days-header {
    background-color: transparent;
}


._720kb-datepicker-calendar-day:hover,
._720kb-datepicker-calendar-day._720kb-datepicker-active {
    background-color: #ea0371;
    color: #fff;
    border-radius: 3px;
}

._720kb-datepicker-calendar-header a {
    color: rgba(255, 255, 255, 0.8);
}

._720kb-datepicker-calendar-header:nth-child(odd) {
    background: #120b1a;
}

._720kb-datepicker-calendar-header a:hover {
    color: #fff;
}

._720kb-datepicker-calendar-month span {
    color: #fff;
}

._720kb-datepicker-calendar-header:nth-child(even) {
    background: #000;
}

.user-section__title {
    position: relative;
}

.user-section__title .btn {
    top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.47);
}

.user-section__title .btn::before {
    line-height: 38px;
}

.user-address__add-wrap.animate-show-hide {
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    max-height: 3000px;
    opacity: 1;
}

.user-address__add-wrap.ng-hide  {
    max-height: 0;
    opacity: 0;
    display: block !important;
}

.animate-show {
    line-height: 20px;
    opacity: 1;
    padding: 10px;
}

.animate-show.ng-hide-add, .animate-show.ng-hide-remove {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.animate-show.ng-hide {
    line-height: 0;
    opacity: 0;
    padding: 0 10px;
}
