:root {
    --bs-link-color-rgb: 198, 40, 39;
}

.admin-actions button, .admin-actions a{
    margin: 0 0.2rem 0.2rem 0;
}
.admin-actions-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: start;
    text-align: right;
}

.btn-xs {
    padding: 3px 8px;
    font-weight: 400;
}

.btn-sm {
    padding: 5px 10px;
    font-weight: 400;
}

.mm-callout {
    border-radius: 0.25rem;
    display: inline-block;
    padding: 0 0.5rem;
    margin: 0.5rem 0;
}
.mm-callout a {
    text-decoration: underline;
}
.mm-callout-primary {
    background-color: var(--bs-primary);
    color: white;
}
.mm-callout-primary a {
    color: white;
}
.mm-callout-secondary {
    background-color: var(--bs-secondary-color);
    color: black;
}
.mm-callout-secondary a {
    color: black;
}
.mm-callout-info {
    background-color: var(--bs-info-color);
    color: black;
}
.mm-callout-info a {
    color: black;
}
.mm-callout-warning {
    background-color: var(--bs-warning-color);
    color: black;
}
.mm-callout-warning a {
    color: black;
}
.mm-callout-danger {
    background-color: var(--bs-danger-color);
    color: white;
}
.mm-callout-danger a {
    color: white;
}
.filters {
    .col-auto {
        max-width: 300px;
    }
}
.help-block {
    font-size: 0.8rem;
}
.clr-field button {
    border-radius: 0 0.375rem 0.375rem 0;
}
.clr-field button::after {
    border-radius: 0 0.375rem 0.375rem 0;
}
label.required:after {
    content: " *";
}

.conference-switch select {
    max-width: 300px;
}
.header .header-quick-links a {
    border: 1px solid #efefef;
    background: rgba(239, 239, 239, 0.5);
    border-radius: 10px;
    height: 46px;
    width: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: inherit;
    margin-left: 0.6rem;
}
.header .header-flags a {
    border: 1px solid #efefef;
    height: 28px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: inherit;
    margin-left: 0.6rem;
}
.header .header-flags a svg, .header .header-flags a img{
    height: 26px;
    width: 30px;
}

.menu-header {
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 500;
}
.menu-badge {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #4a6cf7;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -8px;
    right: 20px;
    font-size: 12px;
    font-weight: 500;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a {
    padding: 10px 20px;
}
.sidebar-nav-wrapper .sidebar-nav ul .nav-item a span.pro-badge {
    background: #4a6cf7;
}
.sidebar-nav-wrapper .navbar-logo a {
    width: 100%;
}
.sidebar-nav-wrapper .navbar-logo a img {
    max-width: 140px;
}

.table th, .table th a {
    font-weight: 600;
    color: #262d3f;
    font-size: 14px;
}
.table td a:not(.btn) {
    color: inherit;
}
.table .action a {
    border: none;
    background: transparent;
    padding: 0 6px;
    font-size: 18px;
}
.table .buttons .btn {
    margin-bottom: 0.4rem;
    padding: 3px 6px;
}
.table tbody td:first-child {
    font-weight: 500;
}
.table tbody tr:first-child > * {
    padding-top: 10px;
}
.table th.sorted a:after, .table th.sorted a:after {
    content: ' ';
    position: relative;
    left: 5px;
    border: 6px solid transparent;
}
.table th.sorted a.desc:after {
    top: 10px;
    border-top-color: #262d3f;
}
.table th.sorted a.asc:after {
    bottom: 13px;
    border-bottom-color: #262d3f;
}
.table th.sorted a, .table th.sorted a {
    padding-right: 10px;
}
tr.deleted {
    opacity: 0.3;
}
.index-table .btn {
    margin-bottom: 0.5rem;
}
.diamond_reserved {
    width: 5px;
    padding: 0 !important;
}
.diamond_reserved_true {
    background-color: #198754 !important;
}
.search_new {
    width: 5px;
    padding: 0 !important;
}
.search_new_true {
    background-color: #4a6cf7 !important;
}
.search_archived {
    color: #d5d5d5 !important;
}
.search_archived .btn {
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5 !important;
    color: #000 !important;
}
.search_archived .bg-success, .search_archived .bg-danger, .search_archived .bg-warning, .search_archived .bg-primary {
    background-color: #d5d5d5 !important;
}
.search_shape {
    max-width: 250px;
    word-break: break-word;
    word-wrap: anywhere;
}

legend {
    font-size: 24px;
    font-weight: 500;
    color: #262d3f;
    margin: 1rem 0 0.5rem 0;
}
.dashboard .btn:not(.btn-group > .btn) {
    margin: 0 0.5rem 0.5rem 0;
}
.dashboard .btn-group {
    margin: 0 0.5rem 0.5rem 0;
}
.activity-wrapper ul li.blue .icon {
    border-color: rgba(0, 193, 248, 0.1);
}
.activity-wrapper ul li.blue .icon i {
    background: rgba(0, 193, 248, 0.1);
    color: #00c1f8;
}
.activity-wrapper ul li.yellow .icon {
    border-color: rgba(247, 200, 0, 0.1);
}
.activity-wrapper ul li.yellow .icon i {
    background: rgba(247, 200, 0, 0.1);
    color: #f7c800;
}
.text-primary {
    color: #c62827 !important;
}
.primary-btn {
    background: #c62827;
}
.bg-primary-100 {
    background: rgba(153, 153, 153, 0.1);
}
.input-style-1 {
    li {
        color: #dc3545;
    }
}
.menu-icon svg, .dropdown-item svg {
    width: 1.2rem;
    margin-right: 0.5rem;
}

.input-group-text svg{
    width: 1.2rem;
}

.btn svg, .main-btn svg{
    width: 1.2rem;
}
.btn-primary svg, .btn-success svg, .btn-danger svg, .main-btn svg {
    fill: #fff;
}

.btn-default {
    background-color: #dfe5ef;
}
.icon {
    border-radius: 10px;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon svg {
    width: 2rem;
    height: 2rem;
}
.icon.success {
    background: rgba(33, 150, 83, 0.1);
    color: #219653;
}
.icon.success svg {
    fill: #219653;
}

.icon.primary {
    background: rgba(54, 92, 245, 0.1);
    color: #365CF5;
}
.icon.primary svg {
    fill: #365CF5;
}

.icon.close {
    background: rgba(213, 1, 0, 0.1);
    color: #d50100;
}
.icon.close svg {
    fill: #d50100;
}
.project-card .card-body .chart-wrapper .chart {
    margin-bottom: 0;
}
.auth-cover-wrapper .auth-cover .cover-image {
    text-align: center;
}

.auth-cover-wrapper .auth-cover .cover-image img {
    max-width: 250px;
}

.auth-cover .buy {
    margin-top: 3rem;
}

.auth-cover .buy p{
    margin-bottom: 1rem;
}

.auth-cover .buy img {
    width: 2rem;
}
.signin-wrapper .singin-option button svg{
    width: 2rem;
}
.primary-btn-outline svg {
    fill: #4a6cf7;
    transition: all 0.4s ease-in-out;
}
.primary-btn-outline:hover svg {
    fill: #fff;
}
.danger-btn-outline svg{
    fill: #d50100;
    transition: all 0.4s ease-in-out;
}
.danger-btn-outline:hover svg{
    fill: #fff;
}
.signin-section .signin-flags {
    text-align: right;
}
.signin-section .signin-flags img{
    border: 1px solid #efefef;
    width: 2rem;
}
.profile-info svg{
    width: 1.2rem;
}
