.custom_icon{
    height: 20px;
    margin-right : 20px
}

.table-nowrap th,td{
    white-space: normal !important;
}

.bg-2go{
    background-color: #EC008C;
}

.bg-gradient-2go {
    background: linear-gradient(87deg, #EC008C 0, #fc70c4 100%) !important;
}

.custom-shape-divider-bottom-1632801689 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1632801689 svg {
    position: relative;
    display: block;
    width: calc(171% + 1.3px);
    height: 197px;
}

.custom-shape-divider-bottom-1632801689 .shape-fill {
    fill: #F3E9EF;
}

.bg-offwhite{
    background: #F3E9EF;
}

.bshadow{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
}

.input-sm{
    font-size: .8rem;
    height: 40px;
    padding: 10px;
}

.input-group-small .input-group-text{
    padding: 9px 14px;
    font-size: .8rem !important;
}

.privacy_policy_box{
    position: fixed;
    width: 100%;
    height: 100%;
    left : 0;
    top: 0;
    z-index : 9999;
    background-color: rgba(0,0,0,0.7);
}
