.easepick-wrapper {
    display: initial !important;
}

.hide {
  display: none !important;
}

.text-danger {
    color: red;
    font-size: 14px;
}

input.invalid-error {
    background-color: #CD2B29 !important;
    color: #fff !important;
}

label.invalid-error {
    color: #fff !important;
}

.input-error {
    display: block;
    color: red;
    position: absolute;
}

.force-modal-open {
    position: absolute;
    top: 0;
    height: 100%;
    min-width: 100rem;
    width: calc(100vw + 25px);
    left: 0;
    right: 0;
    bottom: 0;
}

.force-modal-open-v2 {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.m-0 {
    margin:0 !important;
}

.remove-default-btn-css {
    border: none;
    background: transparent;
    font-size: 24px;
    font-family: 'Barlow Condensed', sans-serif;
}

/* .full-content-width {
    width: 78vw;
} */

.full-height {
    height: 100vh;
}

.text-success {
    color: green;
    font-size: 18px;
}