body {
    font-family: Plus Jakarta Sans;
}



.ignore-btn {
    font-size: 1.3vw;
    color: #4F4F4F;
    display: flex;
    width: 8vw;
    background: #FFFFFF;
    height: 2vw;
    border: none;
    padding: 1.8vw 7vw;
    justify-content: center;
    border-radius: 100px;
    align-items: center;
    border: 1px solid #4F4F4F;
    /* gap: 33px; */
    /* flex-shrink: 0; */

}

.navigait-btn {
    font-size: 1.3vw;
    color: #ffffff;
    display: flex;
    width: 8vw;
    background: #00DEDE;
    height: 2vw;
    border: none;
    padding: 1.8vw 7vw;
    justify-content: center;
    border-radius: 100px;
    align-items: center;

    /* gap: 33px; */
    /* flex-shrink: 0; */

}

/* .ignore-btn{
     background: #ee2828;
  } */
.blue {
    /* background: #FFFFFF;*/
    background: #00DEDE;

}

.red {
    background: #FF0000 !important;
}

.ignore-btn:hover {
    color: #4F4F4F;

    background: #ffffff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);

}

.navigait-btn:hover {
    color: #ffffff;

    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);

}

.delete:disabled:hover {
    background-color: rgba(0, 222, 222, 0.33);
}


.navigait-btn:focus,
.ignore-btn:focus {

    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.10);
    color: #FFFFFF;
    border: none;
    outline: none;
}

.action-title {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
}

.save {
    margin-top: 300px;
}

.popup-send {
    width: 36vw;
    height: 15vw;
    background: #ffffff;
    border-radius: 25px;
    position: relative;
    display: block;
    max-width: calc(100% - 20px);
    margin: 0 auto;

    z-index: 99999999;



}

.popup-send>p {
    font-size: 1.6vw;
    font-weight: 700;
    text-align: center;
    color: #0F1511;
    padding-top: 2vw;

}

.inner_text {
    font-size: 1.2vw;
    font-weight: 400;
    text-align: center;
    color: #0F1511;
    /* padding-top: 1vw;*/
}


.close-popup {
    position: absolute;
    top: 1.5vw;
    right: 1.5vw;
    cursor: pointer;
}

.active-popup {
    display: block;/* !important;*/
    position: absolute !important;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index:999999999;


}



.wbtn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: 2vw;
}

.txtNavigate,
.txtIgnore {

    margin: 0;
}

.flatpickr-current-month {
    color: #FB2576 !important;
}

.dayContainer,
.flatpickr-weekdays {
    flex-direction: row-reverse;
}

/* .background_popup {
    background-color: #c0bebe73;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    display: none;
} */
.flatpickr-rContainer {
    margin-top: 10px !important;
}

.flatpickr-current-month input.cur-year,
.flatpickr-current-month span.cur-month {
    font-weight: 700 !important;
    font-family: "Ploni-aaa", Sans-serif !important;
    font-size: 15px !important;
}

.flatpickr-current-month {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: baseline;
}

span.flatpickr-day {
    padding: 0px 20px;
}

.dayContainer {
    width: 320px !important;
    max-width: 320px !important;
}

.flatpickr-calendar .flatpickr-days {
    width: 330px;
}

.flatpickr-calendar.animate.open {
    padding: 15px;
    border-radius: 20px;
    width: auto;
}

.flatpickr-innerContainer * {
    font-family: "Ploni-aaa", Sans-serif !important;
}

span.flatpickr-weekday {
    margin: 0px 10px !important;
    font-weight: 500 !important;
    color: black !important;
    font-size: 12px !important;
}

.flatpickr-calendar .flatpickr-days {
    width: 330px !important;
}

.flatpickr-day:hover {
    background: transparent !important;
    border-color: transparent !important;
    font-weight: 700 !important;
}

span.flatpickr-day.today {
    border-color: transparent;
    color: #fb2576;
}

.flatpickr-calendar.animate.arrowTop.rightMost.open {
    box-shadow: #80808075 0px 0px 11px 0px;
}


.imgcirclex {
    float: left;
    align-items: center;
}

.imgcircle {
    /*padding-top: 2vh;*/
    /* float: left; */
    /* align-items: center; */
    margin: auto;
    padding-left: 3vh;
}

.text-drop-btn {
    padding-left: 2vh;
}

.dropbtn {
    /*color: black;
   padding: 16px;
   font-size: 16px;
   border: none;*/
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;

}

.icon_img {
    width: 16px;
    height: 16px;
    margin: auto;
}

.dropdown {
    position: relative;
    display: inline-block;
    /*width:100%;*/
}

.dropdown-content {
    display: none;
    position: absolute;
    padding: 10px 20px;
    background-color: #f9f9f9;
    min-width: 10vw;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content div {
    color: black;
    font-size: 0.9vw;
    padding: 1px 1px;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-between;
}

.dropdown-content>div:hover {
    font-weight: 700;
}

.dropdown:hover .dropdown-content {
    display: block;
}