/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: 24px;
}

    .app-brand-logo.demo svg {
        width: 35px;
        height: 24px;
    }

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 254px;
        position: relative;
    }

        #dropdown-variation-demo .btn-group .text-truncate::after {
            position: absolute;
            top: 45%;
            right: 0.65rem;
        }

    .w-600,
    .w-700 {
        width: 100% !important;
    }

    .tab-content.authentication-bg {
        padding: 100px 20px !important;
    }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.tab-content.authentication-bg {
    padding: 3.5rem;
}


.list-group {
    border-radius: 0px !important;
}


    .list-group:not(.profile) .list-group-item {
        border: none !important;
        padding: 30px !important;
        line-height: 1 !important;
        border-radius: 0px !important;
    }



        .list-group .list-group-item:hover {
            background-color: transparent !important;
            color: #00bad1 !important;
        }


        .list-group .list-group-item.active {
            background-color: transparent !important;
            border-left: 5px solid #00bad1 !important
        }




        .list-group .list-group-item:not(.active) {
            font-weight: lighter !important;
        }

.w-600 {
    width: 600px;
}

.w-700 {
    width: 700px;
}




/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */




.ribbon-2 {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 10px; /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%, calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)), var(--r) calc(50% - var(--f)/2));
    background: #BD1550;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
    color: white !important;
}


.custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
    color: #28c76f !important;
}

.custom-option-item-check:checked + .custom-option-item {
    color: #28c76f !important;
    background-color: rgb(76 175 80 / 11%);
    border-color: #28c76f !important;
}

.custom-option.checked {
    border: 1px solid #00cfe8;
    color: #00cfe8;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: #00cfe8;
    border-color: #00cfe8;
}


.custom-option {
    padding-left: 0;
    border: 1px solid #dbdade;
    border-radius: 0.375rem;
}

    .custom-option:hover {
        border: 1px solid #00cfe8;
    }

    .custom-option.custom-option-image {
        border-width: 1px !important;
    }

        .custom-option.custom-option-image .custom-option-body img {
            border-radius: 0.375rem;
        }

    .custom-option .custom-option-content {
        cursor: pointer;
        width: 100%;
    }


.custom-option-basic .custom-option-content {
    padding: 1.07em;
    padding-left: 2.77em;
}

.custom-option-basic .custom-option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.25rem;
}

.custom-option-icon.checked i,
.custom-option-icon.checked svg {
    color: #7367f0;
}

.custom-option-icon .custom-option-content {
    text-align: center;
    padding: 1.07em;
}

.custom-option-icon .custom-option-body {
    display: block;
    margin-bottom: 0.5rem;
}

    .custom-option-icon .custom-option-body i {
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        display: block;
    }

    .custom-option-icon .custom-option-body svg {
        height: 38px;
        width: 38px;
        margin-bottom: 0.25rem;
    }

    .custom-option-icon .custom-option-body .custom-option-title {
        display: block;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #5d596c;
    }

.custom-option-icon .form-check-input {
    float: none !important;
    margin: 0 !important;
}

.custom-option-image {
    border-width: 1px;
}

    .custom-option-image .custom-option-content {
        padding: 0;
    }

    .custom-option-image .custom-option-body img {
        height: 100%;
        width: 100%;
    }

    .custom-option-image.custom-option-image-radio .form-check-input {
        display: none;
    }

    .custom-option-image.custom-option-image-check {
        position: relative;
    }

        .custom-option-image.custom-option-image-check .form-check-input {
            position: absolute;
            top: 16px;
            right: 16px;
            margin: 0;
            border: 0;
            opacity: 0;
        }

            .custom-option-image.custom-option-image-check .form-check-input:checked {
                opacity: 1;
            }

        .custom-option-image.custom-option-image-check:hover .form-check-input {
            border: inherit;
            border-width: 2px;
            opacity: 1;
        }

        .custom-option-image.custom-option-image-check:not(.checked):hover .form-check-input {
            background-color: transparent;
        }

[dir=rtl] .custom-option {
    padding-right: 0;
}

[dir=rtl] .custom-option-basic .custom-option-content {
    padding-right: 2.77em;
    padding-left: 1.07em;
}

[dir=rtl] .custom-option-image.custom-option-image-check .form-check-input {
    right: auto;
    left: 10px;
}

.bg-label-success {
    background-color: #ddf6e8 !important;
    color: #28c76f !important;
}

.bg-label-secondary {
    background-color: #ebebed !important;
    color: #808390 !important;
}

.cover {
    position: absolute;
    width: 100%;
    height: 142px;
    background: url(/app-assets/images/banner/banner-21.jpg);
    background-size: 100% 126%;
    border-radius: 0.428rem 0.428rem 0px 0px;
    /* box-shadow: inset 0px -26px 25px -1px #00cfe81c; */
    background-repeat: no-repeat;
}

.icon-rotate {
    transition: all 0.15s ease 0s;
    animation: rotate-360 3s linear infinite;
    animation-fill-mode: both;
}

.form-group i.required {
    position: absolute;
    color: red;
    right: 6px;
    margin-top: 31px;
    font-size: 20px;
}

.form-group.invalid input {
    background-color: #fff0f0 !important;
    border-color: #ffb7b7;
}


.auth-cover-bg::before {
    background: url(/biz/assets/img/bg.jpg) center;
    content: "";
    width: 50vw !important;
    height: 100vh !important;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg{
    height: 100% !important;
}


.table tbody {
    display: block;
    height: 65vh;
    overflow: auto;
    overflow-x: hidden;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table thead {
    width: calc(100% - 1em) /* scrollbar is average 1em/16px width, remove it from thead width */;
}

.table thead, .table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#statement-months > div:hover{
    cursor: pointer;

}

    #statement-months > div:hover label {
        color: #00bad1 !important;
    }

.btn-hover button:hover {
    color: #00bad1 !important;
}


.menu-item.active > .menu-sub .menu-link.active {
    background: linear-gradient(270deg, #00bad170 0%, #00bad1 100%);
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.3);
    color: #fff !important;
}

.payout-wrapper {
    height: 170px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}



.invalid {
    border-width: 2px;
    border-color: #ff4c51 !important;
}