html {
    scroll-behavior: smooth; /* CSS smooth scroll for browsers that support it */
}
.mr-1 {
    margin-right: 0.25rem;
}
.main-content-wrap {
    padding: 1rem 1rem 0;
}
.breadcrumb {
    /*margin: 0;*/
}
/*.table > :not(caption) > * > *{
    padding: 0.12rem 0.12rem;
}*/
.breadcrumb,
.separator-breadcrumb {
    margin-bottom: 0.7rem;
}
.card-body {
    padding: 0.5rem !important;
}

/*-------- START for Data Table --------*/
/*.table-responsive .columns.columns-right.btn-group{
    min-width: 171.5px !important;
}*/

/*.table-responsive .columns.columns-right.btn-group.float-right{
    right: 119px;
}*/

/*#custom_toolbar{
    !*margin-right: 114px;*!
    width: 100%;
    text-align: end;
    position: relative;
    right: 113px;
}*/
.layout-sidebar-large .main-header .logo img {
    width: 34% !important;
    height: 50% !important;
    margin: 0 auto !important;
    display: block;
}
.bootstrap-table
    .fixed-table-container
    .fixed-table-body
    .fixed-table-loading.open {
    z-index: 88 !important;
}
.bootstrap-table .fixed-table-container .table thead th {
    padding: 4px 3px !important;
    vertical-align: baseline;
}
.card .card-body {
    padding: 1rem !important;
}
body .table > :not(caption) > * > * {
    padding: 0.3rem 0.5rem !important;
}

body .table tr.no-records-found td {
    padding: 15px !important;
}
body select.form-control {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 50% !important;
    padding-right: 1.3rem;
}
body thead {
    --bs-table-bg: #f3f3f3 !important;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
    color: #000000 !important;
}
.bootstrap-table .fixed-table-container .table thead th .both {
    filter: brightness(0.5) !important;
}
.bootstrap-table .fixed-table-container .table {
    table-layout: fixed;
}
.styled-button {
    font-size: larger;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    background-image: linear-gradient(210deg, #7236b8 0%, #d34743 100%);
}
.styled-button:hover {
    font-size: larger;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    text-decoration: none;
    background-color: #1c3750 !important;
}
.custom-error {
    color: #dc3545;
    font-size: 12px;
}
.text-monospace {
    font-family: monospace !important;
}
.font-size-14 {
    font-size: 1rem !important;
}
.AuthMainSwitch {
    height: 50px;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: lightgray;
    border-radius: 50px;
}

.AuthMainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-weight: 600;
    color: #1c3750;
    outline: none !important;
}

.AuthMainSwitch .backgroundPill {
    position: absolute;
    background-color: white;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    transition: 1s;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.reviewtooltip {
    float: right;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
div#MemberDetails .row .col-md-6.mb-2 {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 3px;
}
.tab-content.spacing-1 {
    padding: 0.7rem;
}
.w-fits {
    width: fit-content;
}

.form-group.note-form-group.note-group-select-from-files{
    display: none !important;
}