[class*='sidebar-dark'] .brand-link {
    border-width: medium;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.brand-link {
    display: block;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: 0.5rem 0.5rem;
    transition: width .3s ease-in-out;
    white-space: nowrap;
}
.joined_logo {
    height: 1em;
    width: 1em;
    line-height: 1.5em;
    vertical-align: middle;
}

.joined_logo img {
    max-width: 100%;
    max-height: 40px;
    display: block;
    margin: auto;
}

 .title-cls {
     font-size: 1em;
     vertical-align: middle;
     font-weight: bold;
 }

 /* fixing darkmode for DT */
.dark-mode tr {
    background-color: #454d55!important;
}

.upper_right {
    margin-bottom: auto;
    margin-top: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-right: 1px solid rgb(0 0 0 / 30%);
    border-left: 1px solid rgb(0 0 0 / 30%);
}

.upper_right .btn {
    border-radius: 24px;
}

.upper_left {
    font-size: 27px;
    font-weight: lighter;
}

.user-logged {
    margin-top: auto!important;
    margin-bottom: auto!important;
    padding-right: 0rem;
    padding-left: 0rem;
    display: inline;
    width: 100%;
    text-align: right;
    font-size: 0.75rem!important;
}

 /* overriding logout color scheme*/
#logout-logout {

}
 /* yougov grapefruit */
.highlight_text {
    color: #005bd7;
    font-weight: bold;
}

.info_text {
    color: #DC49FA;
    font-style: italic;
}

.highlight_button {
    color: #005bd7!important;
    border-color: #005bd7!important;
}

#options_settings {
    margin-bottom: auto;
    margin-top: auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.dark-mode #options_settings a {
    color: #FFF;
}

#options_settings a {
    color: #212529;
}

.main-sidebar, .main-sidebar .sidebar .os-viewport, .os-host-overflow, .os-host-overflow>.os-padding {
    overflow: visible !important;
}

.sidebar {overflow: auto !important; z-index:0;}


.main-header {
    border-bottom: 0;
}


.table_cojo .shiny-input-container {
    margin-bottom:0;
    padding-top:0.5em;
    padding-bottom:0.5em;
}

.table_cojo .shiny-input-select {
    line-height:50%;
    height:50%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right:6px;
    font-size:small;
}

.table_cojo .shiny-input-number {
    line-height:50%;
    height:50%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right:6px;
    font-size:small;
}

.table_cojo .autonumeric-input {
    line-height:50%;
    height:50%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right:6px;
    font-size:small;
}

.table_cojo th, .table_cojo td {
    padding-bottom: 0;
    padding-top: 0;
    vertical-align: middle;
}

.table_cojo {font-size: 80%}

:invalid {
    background: #FF8D80!important
}

.yg-button.rounded {
    border-radius: 24px;
}
#module_welcome-release_notes {
    border-radius: 24px;
}
nav .btn {
    border-radius: 24px;
}
nav .shiny-input-text {
    border-radius: 24px;
}
nav .shiny-input-textarea {
    border-radius: 24px;
}
.nav-link.active {
    border-radius: 24px;
}
.selectize-input {
    border-radius: 24px;
}
.bootstrap-select>.dropdown-toggle {
    border-radius: 24px;
}

.btn-danger {
    border-radius: 24px;
}

.btn-danger:focus {
    background-color: #FF2380;
}

.btn-secondary:focus{
    background-color: #31CAA8;
}

a.nav-link.disabled {
    pointer-events: all!important;
    cursor: not-allowed!important;
}

.dark-mode .dataTables_wrapper div[style*='position: absolute'] {
    background-color: #343a40!important;
}

.dark-mode .dt-button-info {
    background-color: #343a40!important;
}
