.no_width {
    width: 0;
}

.arrow_down_right {
    position: relative;
    left: 5px;
    display: inline-block;
    width: 10px;
    color: #0047FF;
    filter: url('data:image/svg+xml,\ <svg style="visibility: hidden;position: absolute;" width="0" height="0" xmlns="http://www.w3.org/2000/svg" version="1.1">\ <defs>\ <filter id="goo"><feGaussianBlur in="SourceGraphic" stdDeviation="0.5" result="blur" />\ <feColorMatrix in="blur" mode="matrix" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 19 -3" result="goo" />\ <feComposite in="SourceGraphic" in2="goo" operator="atop"/>\ </filter>\ </defs>\ </svg>#goo');
}

.arrow_down_right::before {
    content: "";
    display: block;
    padding-top: 50%;
    background: currentColor;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    transform: rotate(135deg)
}

div[type='DatePickerHeb'], div[type='DatePickerGreg']{
    position: relative;
    max-height: 36px;
    height: auto;
}


.date-picker {
    height: auto;
    max-height: 36px;

    background: white;
    overflow: hidden;
    /*transition: all .3s 0s ease-in-out;*/


    border: 1px solid var(--input-border);
    color: var(--gray-500, #667085);
    /* Text md/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-radius: 8px;

    cursor: text;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

[type="DatePickerGreg"].wide-bottom:has(.open) {
    padding-bottom: 240px
}
[type="DatePickerGreg"].wide-bottom:not(:has(.open)){
    padding-bottom: 0
}

.small-height .date-picker,
.crm-people .date-picker {
    max-height: 20px;
    border-radius: 2px;
}

.date-picker .input {
    font-size: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.date-picker .input .result{
    height: 36px;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    padding: 0 7px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.small-height .date-picker .input .result,
.crm-people .date-picker .input .result{
    height: 14px;
    vertical-align: middle;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}
.crm-people .date-picker .input .result span{
    vertical-align: text-bottom;
}


.date-picker .input button {
    height: 36px;
    background-color: white;
    color: white;
    line-height: 36px;
    border: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    padding:0 7px 0 0;
}

.small-height .date-picker .input button,
.crm-people .date-picker .input button{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.date-picker .input button i {
    color: var(--gray-500, #667085);
}

.date-picker .input button:focus {
    outline: 0;
}

.date-picker .calendar {
    position: absolute;
    width: 100%;
    min-width: 256px;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    z-index: 5555;
    /* top: 33px; */
    transform: translateY(2px);
    display: none;
    border-radius: 8px;
}

 .date-picker .ui-datepicker-inline {
    position: relative;
    width: 100%;
    background: #F5F5F5;
}

.date-picker .ui-datepicker-header {
    height: 100%;
    line-height: 44px;
    background: #F5F5F5;
    color: #141414;
}

.date-picker .ui-datepicker-prev,
.date-picker .ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
    box-shadow: 0px 2px 3px -3px #888;
    background: white;
}

.date-picker .ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.date-picker .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -37px 0 0 8px;
}

.date-picker .ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.date-picker .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -37px 0 0 6px;
}

.date-picker .ui-datepicker-prev:after,
.date-picker .ui-datepicker-next:after {
    content: "";
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-left: 2px solid var(--gray-500, #667085);
    border-bottom: 2px solid var(--gray-500, #667085);
}

.date-picker .ui-datepicker-prev:hover,
.date-picker .ui-datepicker-next:hover,
.date-picker .ui-datepicker-prev:hover:after,
.date-picker .ui-datepicker-next:hover:after {
    border-color: #68768a;
}

.date-picker .ui-datepicker-title {
    text-align: center;
}

.date-picker .ui-datepicker-calendar {
    table-layout: fixed;
    border-collapse: separate;
    padding: 0 10px 10px 10px;
    width: 100%;
    text-align: center;
}

.date-picker .ui-datepicker-calendar tbody tr td .ui-day-cell {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 3px -3px #888;
    width: 100%;
    height: 100%;
    padding: 2px 0 2px 0;
}

.date-picker .ui-datepicker-calendar thead tr th {
    background-color: transparent;
}

.date-picker .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 100%;
    color: var(--gray-500, #667085);
    margin-bottom: 5px;
    font-size: 13px;
}

.date-picker .ui-state-default {
    display: block;
    text-decoration: none;
    color: var(--gray-500, #667085);
    font-weight: 400;
    line-height: 24px;
    font-size: 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}

.date-picker .ui-year-cell,
.date-picker .ui-month-cell {
    font-size: 16px;
    color: var(--gray-500, #667085);
    font-weight: 400;
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 3px -3px #888;
    width: 100%;
    height: 100%;
    padding: 3px 0 3px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.date-picker .ui-datepicker-header .ui-datepicker-month,
.ui-datepicker-header .ui-datepicker-year {
    padding: 5px;
    cursor: pointer;
    background: white;
    color: var(--gray-500, #667085);
    font-weight: 400;
    border-radius: 5px;
    box-shadow: 0px 2px 5px -3px #888;
}

.date-picker .ui-datepicker-header .ui-datepicker-month:hover,
.ui-datepicker-header .ui-datepicker-year:hover {
    background: rgba(0, 0, 0, 0.04);
}

.date-picker .ui-state-highlight {
    color: #68768a;
}

.date-picker .ui-datepicker-unselectable .ui-state-default {
    color: #D0D4DD;
    border: 2px solid transparent;
}

.date-picker .ui-datepicker-unselectable .ui-state-default:hover {
    background: rgba(0, 0, 0, 0);
}
