.rounded-bottom-7, .rounded-start-7 {
    border-bottom-left-radius: 1rem!important;
}
.rounded-bottom-7, .rounded-end-7 {
    border-bottom-right-radius: 1rem!important;
}

.rounded-end-7, .rounded-top-7 {
    border-top-right-radius: 1rem!important;
}
.rounded-top-7 {
    border-top-left-radius: 1rem!important;
}

.border-og-third{
    border-color: var(--og-third)!important;
}

.hr-mdb {
    opacity: 1;
    background-color: var(--og-green-mid);
}
.border-radius-50 {
    border-radius: 50% !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-radius-left-15px {
    border-radius: 15px 0 0 15px !important;
}

.rounded-top-0{
    border-top-right-radius: 0!important;
    border-top-left-radius: 0!important;
}

.rounded-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.rounded-right-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.popover-shadow {
    box-shadow: rgb(44, 44, 44) 0px 0px 10px 3px;
}

.border-bottom-1-dashed {
    border-bottom: 1px dashed;
}