.light-style .sidenav .app-brand.egadstore {
    height: 66px;
}

.dark-style .sidenav .app-brand.egadstore {
    height: 66px;
}

.material-style .sidenav .app-brand.egadstore {
    height: 70px;
}

.app-brand-logo.egadstore {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.app-brand-logo.egadstore svg {
    width: 20px;
    height: 11px;
}

.app-brand-text.egadstore {
    font-size: 1.1rem;
}

.layout-1 .layout-sidenav .app-brand.egadstore,
.layout-1 .layout-sidenav .app-brand.egadstore + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.egadstore {
    display: none;
}

.layout-1 .layout-navbar .app-brand.egadstore,
.layout-reversed .layout-2 .layout-navbar .app-brand.egadstore {
    display: -ms-flexbox !important;
    display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
    display: block !important;
}

@media (min-width: 992px) {
    .layout-offcanvas .layout-sidenav .layout-sidenav-toggle,
    .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
        display: none;
    }
}

/* *****************************************************************************
 * Navbar
 */

.egadstore-navbar-messages .dropdown-toggle,
.egadstore-navbar-notifications .dropdown-toggle,
.egadstore-navbar-user .dropdown-toggle,
.egadstore-navbar-messages.b-nav-dropdown .nav-link,
.egadstore-navbar-notifications.b-nav-dropdown .nav-link,
.egadstore-navbar-user.b-nav-dropdown .nav-link {
    white-space: nowrap;
}

.egadstore-navbar-messages .dropdown-menu,
.egadstore-navbar-notifications .dropdown-menu {
    overflow: hidden;
    padding: 0;
}

@media (min-width: 992px) {
    .egadstore-navbar-messages .dropdown-menu,
    .egadstore-navbar-notifications .dropdown-menu {
        margin-top: .5rem;
        width: 22rem;
    }

    .egadstore-navbar-user .dropdown-menu {
        margin-top: .25rem;
    }
}


/* *****************************************************************************
 * Content
 */

.egadstore-vertical-spacing > * + * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.egadstore-vertical-spacing-sm > * + * {
    margin-top: .9375rem !important;
    margin-bottom: 0 !important;
}

.egadstore-vertical-spacing-lg > * + * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.egadstore-inline-spacing > *,
.egadstore-paragraph-spacing > p > * {
    margin: 0 .375rem .9375rem 0 !important;
}

.egadstore-paragraph-spacing > p {
    margin: 0;
}

.egadstore-blocks > * {
    display: block !important;
}

html:not(.material-style) .material-style-only {
    display: none !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir=rtl] .rtl-only {
    display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.04);
    border-radius: 2px;
    background: rgba(0,0,0,.04);
    color: #c7254e;
}
.dark-style .layout-example-block {
    border-color: rgba(255,255,255,.2);
    background: rgba(255,255,255,.1);
}
.layout-example-block code {
    background: none;
    color: #666;
}
.dark-style .layout-example-block code {
    color: #fff;
}

.layout-example-block-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 500px;
}

.layout-example-block-sidenav {
    width: 24%;
    background: #607d8b !important;
}
.layout-example-block-sidenav code {
    color: #fff;
}

.layout-example-block-navbar {
    background: #3ca99e !important;
}
.layout-example-block-navbar code {
    color: #fff;
}

.layout-example-block-content {
    background: #9e9e9e !important;
}
.layout-example-block-content code {
    color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
    width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 74%;
}
.layout-example-block-2 > .layout-example-block {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
    width: 100%;
}

.layout-example-code {
    display: block;
    overflow: auto;
    margin: 0;
    padding: 30px;
    min-width: 0;
    width: 100%;
    background: #fff;
}

.dark-style .layout-example-code {
    background: #2f3238;
}

.layout-example-run {
    display: inline-block;
    margin: 3px;
    padding: 4px 6px;
    border: 1px solid #eee;
    background: transparent;
    white-space: nowrap;
    line-height: 1;
}

.dark-style .layout-example-run {
    border-color: rgba(255, 255, 255, .2);
}

.layout-example-block-3 .layout-example-block-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
    background: #607d8b !important;
}
.layout-example-block-3 .layout-example-block-container-fluid {
    background: #fff !important;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
    color: #666 !important;
}
.layout-example-block-3 .layout-example-block-footer {
    background: #e6514a !important;
}

.dark-style .layout-example-block-content .layout-example-block:not(.layout-example-block-sidenav-horizontal) code {
    color: #666 !important;
}
.required-asterisk{
    font-size: 8px;
    position: relative;
    top: -5px;
}

::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder {
    text-transform: initial;
}

::-moz-placeholder {
    text-transform: initial;
}

:-ms-input-placeholder {
    text-transform: initial;
}

.toast{
    border-radius: 50rem !important;
}

.toast-close-button {
    margin-right: 10px;
}

.dataTables_length {
    padding-top: .25rem;
}

.paginate_button a {
    border-radius: 50rem !important;
}

.btn {
    border-radius: 50rem !important;
}

.card-body {
    padding: 0.5rem;
}

.table{
    min-height: 100px;
}

.dataTables_scrollBody table{
    height: 0;
    min-height: 100px;
}
/* Forms */
select, input, .select2-selection {
    border-radius: 50rem !important;
}

textarea {
    border-radius: 20px !important;
}

.select2-dropdown, .select2-results__option {
    border-radius: 1.25rem!important;
}

.select2-results__options {
    margin-bottom: 10px !important;
}

.select2-selection__choice {
    border-radius: 1.25rem !important;
}

.select2-results__option[aria-selected=true] {
    display: none;
}