.card {
    border-radius: 16px !important;
}
.card-header {
    border-radius: 16px !important;
}
.sidebar-menu li.active > a {
    border-radius: 12px !important;
    box-shadow: 0px 6px 12px -4px #0000006e !important;
}
.btn {
    border-radius: 8px !important;
}
.select2-container * {
    border-radius: 8px !important;
}
.nav-tabs {
    border-radius: 16px !important;
}
.nav-tabs {
    padding-right: 0;
    margin-bottom: 15px !important;
}
.alert-dismissible .btn-close {
    right: auto !important;
    left: 0 !important;
}
.bg-coral {
    background-color: #FD397A;
}
.widget-icon {
    border-radius: 12px !important;
}
.bg-coral {
    background-color: #0183FF !important;
}
.bg-info {
    background: #08B96B !important;
}
.widget-icon.bg-success {
    background: #FF9503 !important;
}
.project-overview-widget .progress-outline {
    border: 3px solid #0183FF !important;
    border-radius: 10px !important;
}
.mt20 {
    direction: rtl !important;
}
button.w-100.btn.btn-lg.btn-primary {
    margin-bottom: 25px !important;
    padding: 15px !important;
    border-radius: 12px !important;
    box-shadow: 0px 8px 20px -8px #00000094 !important;
}
.mobile-bottom-menu {
    z-index: 99;
    box-shadow: 0px -10px 15px rgb(0 0 0 / 20%);
    border-radius: 25px 25px 0px 0px !important;
}
button.btn.btn-primary {
    border-radius: 8px !important;
    margin: 5px !important;
}
input#todo-title {
    border-radius: 8px !important;
}