html,body{
    height: 100%;
}

.overflow-scroll::-webkit-scrollbar {
    display: none;
}

.overflow-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

._full_height {
    height: 100%;
}

.border-bottom {
    border-bottom: 2px solid #e5e7eb;
}
.border-top {
    border-bottom: 2px solid #e5e7eb;
}

.border-all {
    border: 2px solid #e5e7eb !important;
}
.container{
    height: 100%;
}

.pink-button {
    background-color: #ed3393;
    border:none;
}


.pink-button:focus {
    background-color: #ed3393;
    border:none;
    box-shadow: 0 0 0 0.25rem #ed339385;
}

.white-button {
    background: white;
    color: #ed3393;
    border:none;
}

.white-button:hover {
    background-color: #ed3393;
    color: white;
    border:none;
}
.white-button:focus {
    background-color: #ed3393;
    color: white;
    border:none;
    box-shadow: 0 0 0 0.25rem #ed339385;
}

.pink-font {
    color: #ed3393;
}

.pink-button:hover {
    background-color: #e40b7b;
}

.pink-button:active {
    background-color: #cd096e !important;
}

.pink-outline-button {
    color: #ed3393;
    border-color: #ed3393;
}

.pink-outline-button:hover {
    background-color: #ed3393;
    border-color: #ed3393;
}

.pink-outline-button:active {
    background-color: #cd096e !important;
}

.grey-font {
    color: #7F7F7F;
}

.card {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}
.round-corner {
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

.banner-title {
    /* width: 100%;
    height: 100%; */
    color:white;
    position: absolute;
    text-align: center;
    vertical-align:middle;
    /* font-size: 4rem; */
}

.no-border {
    border:none;
}


.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.mobile-bottom-nav__item--active {
    color: #ed3393;
}
.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;
}
    
.icon-top {
    line-height: 16px;
    border-radius: 8px;
    color: #7F7F7F;
    background: #EEEEEE;
}

.icon-top-round {
    line-height: 16px;
    border-radius: 100%;
    color: #7F7F7F;
    background: #EEEEEE;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
    background-color: #ed3393;
}

.hover-item:hover {
    background-color: #ed339317;

}

.active {
    background-color: #ed3393 !important;
}

.tab-pane {
    background-color: transparent !important;
}

.grey-bg {
    background-color: #F6F6F6;
}

.dark-grey-bg {
    background-color: #E0E0E0;
}

.sm-font {
    font-size:0.85rem;
}

.card-shadow {
    /* box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
    /* border-radius: 20px;
    background: #FFF; */
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);

    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}

.nav-link {
    color: black;
}

.nav-link:hover {
    color: rgba(0, 0, 0, 0.664);
}



.nav-link-white:active {
    color: white;
    background-color: #ed3393 !important;
}


.nav-border > .active {
    background-color: #ff000000 !important;
    border: 2px solid #ed3393 !important;
    border-radius: 20px;
}


.edit-button {
    color: #7F7F7F;
    background: #F6F6F6;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 16px;
    border: none;

}
/* 
.modal:nth-of-type(even) {
    z-index: 1062 !important;
}
.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
} */