﻿::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    height: 4px;
    -webkit-border-radius: 7px;
    background-color: #e3e3e3;
}

::-webkit-scrollbar-track {
    background: #fefefe;
}

.bg-danger {
    background-color: #da291c !important
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #DA291C;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #DA291C;
    --sec * ondary: #6c757d;
    --success: #3ac47d;
    --info: #16aaff;
    --warning: #f7b924;
    --danger: #DA291C;
    --light: #eee;
    --dark: #343a40;
    --focus: #444054;
    --alternate: #794c8a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: .88rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    background-color: #fff
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

b, strong {
    font-weight: bolder
}

a {
    color: #da291c;
    text-decoration: none;
    background-color: transparent
}

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    line-height: 1.2;
    color: inherit
}

h5 {
    font-size: 1.25rem
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #495057;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s,background-color .15s,border-color .15s,box-shadow .15s
}

.fade {
    transition: opacity .15s linear
}

    .fade:not(.show) {
        opacity: 0
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 15rem;
    padding: .65rem 0;
    margin: .125rem 0 0;
    font-size: .88rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(105,20,13,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.flex-column {
    flex-direction: column !important
}

.justify-content-center {
    justify-content: center !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

.text-center {
    text-align: center !important
}

.text-white {
    color: #fff !important
}

.text-danger {
    color: #da291c !important
}

.btn, a, button {
    outline: 0 !important
}

.app-container {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin: 0
}

.table td, .table th {
    vertical-align: middle
}

.app-header {
    height: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    position: relative;
    z-index: 10;
    transition: all .2s
}

    .app-header.header-shadow {
        box-shadow: 0 .46875rem 2.1875rem rgba(0,0,0,.03),0 .9375rem 1.40625rem rgba(0,0,0,.03),0 .25rem .53125rem rgba(0,0,0,.05),0 .125rem .1875rem rgba(0,0,0,.03)
    }

    .app-header .app-header__content {
        display: flex;
        align-items: center;
        align-content: center;
        flex: 1;
        padding: 0 1.5rem;
        height: 60px
    }

        .app-header .app-header__content .app-header-left {
            display: flex;
            align-items: center
        }

        .app-header .app-header__content .header-menu .nav-link {
            color: #6c757d
        }

            .app-header .app-header__content .header-menu .nav-link i {
                color: #adb5bd
            }

            .app-header .app-header__content .header-menu .nav-link:hover {
                color: #212529
            }

        .app-header .app-header__content .app-header-right {
            align-items: center;
            display: flex;
            margin-left: auto
        }

    .app-header .header-user-info > .widget-heading, .app-header .header-user-info > .widget-subheading {
        white-space: nowrap
    }

    .app-header .header-user-info > .widget-subheading {
        font-size: .8rem
    }

.app-header__logo {
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    transition: width .2s
}

.app-header__menu, .app-header__mobile-menu {
    display: none;
    padding: 0 1rem;
    height: 60px;
    align-items: center
}

.fixed-header .app-header {
    position: fixed;
    width: 100%;
    top: 0
}

    .fixed-header .app-header .app-header__logo {
        visibility: visible
    }

.fixed-header .app-main {
    padding-top: 60px
}

.fixed-header:not(.fixed-sidebar):not(.closed-sidebar) .app-sidebar .app-header__logo {
    visibility: hidden
}

.app-header.header-text-light .app-header-left > .nav > li > .nav-link {
    color: rgba(255,255,255,.7)
}

    .app-header.header-text-light .app-header-left > .nav > li > .nav-link .nav-link-icon {
        color: rgba(255,255,255,.8)
    }

    .app-header.header-text-light .app-header-left > .nav > li > .nav-link:hover {
        color: #fff
    }

.app-header.header-text-light .app-header-right .icon-wrapper-alt .fa, .app-header.header-text-light .app-header-right .icon-wrapper-alt .icon {
    color: rgba(255,255,255,.7) !important;
    transition: all .2s
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt .icon-wrapper-bg {
    background: rgba(255,255,255,.1) !important;
    transition: all .2s;
    opacity: 1
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .fa, .app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .icon {
    color: rgba(255,255,255,.9) !important
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt:hover .icon-wrapper-bg {
    background: rgba(255,255,255,.15) !important
}

.app-header.header-text-light .app-header-right .icon-wrapper-alt .badge-dot {
    border-color: transparent
}

.app-header.header-text-light .app-header-right > .header-btn-lg .widget-content-left .btn-group > .btn, .app-header.header-text-light .app-header-right > .header-btn-lg .widget-heading, .app-header.header-text-light .app-header-right > .header-btn-lg .widget-subheading {
    color: rgba(255,255,255,.8)
}

.app-header.header-text-light .header-btn-lg .hamburger-inner, .app-header.header-text-light .header-btn-lg .hamburger-inner::after, .app-header.header-text-light .header-btn-lg .hamburger-inner::before, .app-header.header-text-light .header-btn-lg .hamburger.is-active .hamburger-inner, .app-header.header-text-light .header__pane .hamburger-inner, .app-header.header-text-light .header__pane .hamburger-inner::after, .app-header.header-text-light .header__pane .hamburger-inner::before, .app-header.header-text-light .header__pane .hamburger.is-active .hamburger-inner {
    background-color: rgba(255,255,255,.8) !important
}

.app-header.header-text-light .search-wrapper .input-holder .search-icon span::after {
    border-color: rgba(255,255,255,.8)
}

.app-header.header-text-light .search-wrapper .close::after, .app-header.header-text-light .search-wrapper .close::before, .app-header.header-text-light .search-wrapper .input-holder .search-icon span::before {
    background: rgba(255,255,255,.8)
}

.app-header.header-text-light .app-header__logo .logo-src {
    content: url('https://app.mapfre.com.hn/static/logo/Logo_mapfre_white.svg')
}

.app-sidebar {
    width: 280px;
    display: flex;
    z-index: 11;
    overflow: hidden;
    min-width: 280px;
    position: relative;
    flex: 0 0 280px;
    margin-top: -60px;
    padding-top: 60px;
    transition: all .2s
}

    .app-sidebar .app-sidebar__inner {
        padding: 2px 1.5rem 1.5rem
    }

    .app-sidebar .scrollbar-sidebar {
        z-index: 15;
        width: 100%
    }

    .app-sidebar .app-sidebar-bg {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        opacity: .05;
        background-size: cover;
        z-index: 10
    }

    .app-sidebar .app-header__logo {
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        z-index: 11
    }

    .app-sidebar.sidebar-shadow {
        box-shadow: 7px 0 60px rgba(0,0,0,.05)
    }

.app-sidebar__heading {
    text-transform: uppercase;
    font-size: .8rem;
    margin: .75rem 0;
    font-weight: 700;
    color: #da291c;
    white-space: nowrap;
    position: relative
}

.sidebar-mobile-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .6;
    left: 0;
    top: 0;
    z-index: 12
}

.vertical-nav-menu {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none
}

    .vertical-nav-menu::after {
        content: " ";
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0
    }

    .vertical-nav-menu .mm-collapse:not(.mm-show) {
        display: none
    }

    .vertical-nav-menu .mm-collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        transition-timing-function: ease;
        transition-duration: .25s;
        transition-property: height,visibility
    }

    .vertical-nav-menu ul {
        margin: 0;
        padding: 0;
        position: relative;
        list-style: none
    }

    .vertical-nav-menu:before {
        opacity: 0;
        transition: opacity .3s
    }

    .vertical-nav-menu li {
        cursor: pointer
    }

        .vertical-nav-menu li a {
            display: block;
            line-height: 2.4rem;
            height: 2.4rem;
            padding: 0 1.5rem 0 .5rem;
            position: relative;
            border-radius: .25rem;
            color: #343a40;
            white-space: nowrap;
            transition: all .2s;
            margin: .1rem 0
        }

    .vertical-nav-menu i.metismenu-state-icon {
        text-align: center;
        width: 34px;
        height: 34px;
        line-height: 34px;
        position: absolute;
        left: 5px;
        top: 50%;
        margin-top: -17px;
        font-size: 1rem;
        opacity: .3;
        transition: color .3s
    }

    .vertical-nav-menu i.metismenu-state-icon {
        transition: transform .3s;
        left: auto;
        right: 0
    }

    .vertical-nav-menu ul {
        transition: padding .3s;
        padding: .5em 0 0 2rem
    }

        .vertical-nav-menu ul:before {
            content: '';
            height: 100%;
            opacity: 1;
            width: 3px;
            background: rgba(218,41,28,.8);
            position: absolute;
            left: 20px;
            top: 0;
            border-radius: 15px
        }

        .vertical-nav-menu ul > li > a {
            color: #6c757d;
            height: 2rem;
            line-height: 2rem;
            padding: 0 1.5rem 0
        }

.fixed-sidebar .app-sidebar {
    position: fixed;
    height: 100vh
}

.fixed-sidebar .app-main .app-main__outer {
    z-index: 9;
    padding-left: 280px
}

.fixed-sidebar.fixed-header .app-sidebar .app-header__logo {
    display: none
}

.app-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    z-index: 8;
    position: relative
}

    .app-main .app-main__outer {
        flex: 1;
        flex-direction: column;
        display: flex;
        z-index: 12
    }

    .app-main .app-main__inner {
        padding: 30px 30px 0;
        flex: 1
    }

        .app-main .app-main__inner .main-card {
            max-width: 1490px
        }

.app-theme-red.app-container {
    background: #f1f4f6
}

.app-theme-red .app-sidebar {
    background: #fff
}

.app-theme-red .header-text-light {
    color: #fff;
}

.app-theme-red .app-page-title {
    background: #fefefe
}

.app-theme-red .app-footer .app-footer__inner {
    background: #fefefe
}

.app-theme-red .app-header {
    background: #DA291C;
    color: #fff;
}

.app-theme-red .bg-theme {
    background: #DA291C;
}

.app-theme-red .bg-theme-alt {
    background: #fefefe;
    color: #DA291C;
}

.app-theme-red .text-mapfre {
    color: #fefefe !important;
}

    .app-theme-red .text-mapfre:active, .app-theme-red .text-mapfre:hover {
        color: #f2f2f4 !important;
        text-decoration: underline !important;
    }

.app-theme-red .logo-src {
    height: 45px;
    width: 380px;
    content: url('https://app.mapfre.com.hn/static/logo/Logo_mapfre_white.svg')
}

.app-theme-red .hamburger-inner, .app-theme-red .hamburger-inner::before, .app-theme-red .hamburger-inner::after {
    background-color: #fefefe;
}

.app-theme-red .hamburger.is-active .hamburger-inner, .app-theme-red .hamburger.is-active .hamburger-inner::before, .app-theme-red .hamburger.is-active .hamburger-inner::after {
    background-color: #fefefe;
}

.app-theme-red.fixed-header .app-header__logo {
    background: rgba(250,251,252,.1)
}

.app-theme-red .app-header .app-header__content .header-menu .nav-link {
    color: rgba(255,255,255,0.8);
}

    .app-theme-red .app-header .app-header__content .header-menu .nav-link:hover {
        color: #fff;
    }

    .app-theme-red .app-header .app-header__content .header-menu .nav-link .nav-link-icon {
        color: rgba(255,255,255,0.8);
    }

.app-theme-white .logo-src {
    height: 45px;
    width: 380px;
    content: url('https://app.mapfre.com.hn/static/logo/Logo_mapfre_rojo.svg')
}

.app-theme-white.app-container {
    background: #fff
}

.app-theme-white .app-sidebar {
    background: #fff
}

.app-theme-white .app-page-title {
    background: #fefefe
}

.app-theme-white .app-footer .app-footer__inner {
    background: #fefefe
}

.app-theme-white .app-header {
    background: #fefefe;
    color: #495057;
}

.app-theme-white .bg-theme {
    background-color: #f5f6f7;
    overflow: hidden;
    transition: background-color .3s ease 0s,background-image .3s ease 0s;
    transition: .3s ease-out;
    color: #d81e05 !important;
}

.app-theme-white .bg-theme-alt {
    background: #DA291C;
    color: #fefefe
}

.app-theme-white .text-mapfre {
    color: #495057 !important;
}

.app-theme-white .text-mapfre-red {
    color: #d81e05 !important;
}

.app-theme-white .text-mapfre:active {
    color: #DA291C !important;
}

.app-theme-white .card-hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}

.app-theme-white .resaltar:active, .app-theme-white .resaltar:hover {
    color: #DA291C !important;
}

.app-theme-white.fixed-header .app-header__logo {
    background: rgba(250,251,252,.1)
}


.app-footer {
    height: 60px
}

    .app-footer .app-footer__inner {
        padding: 0 1.5rem 0 .75rem;
        height: 60px;
        display: flex;
        align-content: center;
        align-items: center
    }

        .app-footer .app-footer__inner .app-footer-left {
            display: flex;
            align-items: center
        }

        .app-footer .app-footer__inner .app-footer-right {
            margin-left: auto;
            display: flex
        }

.fixed-footer .app-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 7
}

    .fixed-footer .app-footer .app-footer__inner {
        margin-left: 280px;
        box-shadow: .3rem -.46875rem 2.1875rem rgba(0,0,0,.02),.3rem -.9375rem 1.40625rem rgba(0,0,0,.02),.3rem -.25rem .53125rem rgba(0,0,0,.04),.3rem -.125rem .1875rem rgba(0,0,0,.02)
    }

.fixed-footer .app-main .app-main__outer {
    padding-bottom: 60px
}

.app-page-title {
    padding: 30px;
    margin: -30px -30px 30px;
    position: relative
}

    .app-page-title + .body-tabs-layout {
        margin-top: -30px !important
    }

    .app-page-title .page-title-wrapper {
        position: relative;
        display: flex;
        align-items: center
    }

    .app-page-title .page-title-heading, .app-page-title .page-title-subheading {
        margin: 0;
        padding: 0
    }

    .app-page-title .page-title-heading {
        font-size: 1.25rem;
        font-weight: 400;
        display: flex;
        align-content: center;
        align-items: center
    }

    .app-page-title .page-title-subheading {
        padding: 3px 0 0;
        font-size: .9rem;
        opacity: .8
    }

        .app-page-title .page-title-subheading .breadcrumb {
            padding: 0;
            margin: 3px 0 0;
            background: 0 0
        }

    .app-page-title .page-title-actions {
        margin-left: auto
    }

        .app-page-title .page-title-actions .breadcrumb {
            margin: 0;
            padding: 0;
            background: 0 0
        }

    .app-page-title .page-title-icon {
        font-size: 2rem;
        display: flex;
        align-items: center;
        align-content: center;
        text-align: center;
        padding: .83333rem;
        margin: 0 30px 0 0;
        background: #fff;
        box-shadow: 0 .46875rem 2.1875rem rgba(0,0,0,.03),0 .9375rem 1.40625rem rgba(0,0,0,.03),0 .25rem .53125rem rgba(0,0,0,.05),0 .125rem .1875rem rgba(0,0,0,.03);
        border-radius: .25rem;
        width: 60px;
        height: 60px
    }

        .app-page-title .page-title-icon i {
            margin: auto
        }

.opacity-8 {
    opacity: .8 !important
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgba(0,0,0,0.03),0 0.9375rem 1.40625rem rgba(0,0,0,0.03),0 0.25rem 0.53125rem rgba(0,0,0,0.05),0 0.125rem 0.1875rem rgba(0,0,0,0.03);
    border-width: 0;
    transition: all .2s
}

    .card > .dropdown-menu-header {
        margin: 0
    }

        .card > .dropdown-menu-header .dropdown-menu-header-inner {
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem
        }

    .card.text-dark.text-white .card-footer, .card.text-dark.text-white .card-header, .card.text-white .card-footer, .card.text-white .card-header {
        background: rgba(255,255,255,0.1);
        color: rgba(255,255,255,0.9)
    }

    .card.text-dark.text-white .card-footer, .card.text-dark.text-white .card-header {
        color: rgba(0,0,0,0.9)
    }

    .card .card-footer {
        display: flex;
        align-items: center
    }

.btn-actions-pane-right {
    margin-left: auto;
    white-space: nowrap
}


.no-closeicon-modal .close {
    display: none;
}

