﻿@font-face {
    font-family: "NotoSans";
    src: url("./fonts/NotoSansRegular.ttf") format('truetype');
}

.new-calendar-popup,
.new-calendar-popup.ui-datepicker:before {
    box-shadow: 0px 0px 1px 0px #7D97AE05, 0px 2px 6px 0px #7D97AE05, 0px 8px 16px 0px #7D97AE14;
    border: none;
    
}

.new-calendar-popup {
   // width: 312px;
    //max-width: 312px;
   // overflow: visible;
}

    .new-calendar-popup * {
       // box-sizing: border-box;
    }

    .new-calendar-popup .ui-datepicker-header {
        background: white;
    }

        .new-calendar-popup .ui-datepicker-header table tr td:nth-child(2) > font {
            color: #485879;
            font-family: NotoSans;
            font-size: 18px;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0px;
            text-align: left;
        }

    

    .new-calendar-popup select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }


    .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td > font > div{
        display: flex;
        justify-content: space-around;
    }

        .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td > font  select {
            margin-top: 1px !important;
            cursor: pointer;
        }

    .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td > font select,
    .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td > font,
    .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td > font select > option{
        border: none;
        color: #485879;
        font-family: NotoSans;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: left;
    }

            .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td > font > div {
                position: relative;
            }

            .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td > font > div::after {
                background-image: url(../../Images/newDesign/TriangleSmallDown.svg);
                background-repeat: no-repeat;
                background-position: left;
                width: 15px;
                height: 15px;
                background-color: rgba(0,0,0,0);
                border-color: rgba(0,0,0,0);
                margin: 0;
                top: 7px;
                right: 8px;
            }

    .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td .ui-datepicker-prev,
    .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td .ui-datepicker-next {
        border: 1px solid transparent;
        width: 24px;
        height: 24px;
        padding: 0px;
        position: relative;
        margin-top: 3px;
    }

        .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td .ui-datepicker-prev:hover,
        .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td .ui-datepicker-next:hover {
            background: #F4F7FA;
            border-radius: 4px;
        }

        .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td .ui-datepicker-prev::before,
        .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td .ui-datepicker-next::before {
            background-image: url(../../Images/newDesign/TriangleSmallDown.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            width: 15px;
            height: 15px;
            background-color: rgba(0,0,0,0);
            border-color: rgba(0,0,0,0);
            position: absolute;
            top: 19%;
            left: 16%;
            transform: rotate(90deg);
            margin: 0px;
        }

    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar th {
        font-family: NotoSans;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
        text-align: center;
        color: #99999F !important;
    }

        .new-calendar-popup.ui-datepicker .ui-datepicker-calendar th font {
            color: #99999F !important;
        }

    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar a.otherMonth,
    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar a.otherMonth  > font{
        color: #BFBFBF;
    }

    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar td a:hover {
        background: #F4F7FA;
    }

    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight:before {
        display: none;
    }

    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight,
    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight:hover {
        background: #435373;
    }

        .new-calendar-popup.ui-datepicker .ui-datepicker-calendar td .ui-state-highlight > font {
            color: white;
        }

    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar td a,
    .new-calendar-popup.ui-datepicker .ui-datepicker-calendar td:nth-child(7) a {
        font-family: NotoSans;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0px;
        color: #343440;
    }

    .new-calendar-popup > tbody > tr > td > table > tbody > tr > td.ui-datepicker-header > table > tbody > tr > td .ui-datepicker-next::before {
        transform: rotate(-90deg);
    }