/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
    border-radius: 4px !important;
}

.portlet .portlet-title {
    border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
    border-radius: 0px 0px 4px 4px !important;
}
*/


html, body {
    font-family: Calibri;
    display: block;
}

/*.comments.ps-1 {
    padding-left: 1rem!important;
}

.comments.ps-2 {
    padding-left: 4rem!important;
}

.comments.ps-3 {
    padding-left: 7rem!important;
}

.comments.ps-4 {
    padding-left: 10rem!important;
}*/

.comments .img-profile, .discussions .img-profile {
    width: 3rem;
    height: 3rem;
}

.collapsed .fa-caret-up::before {
    content: "\f0d7";
}

table#calendar > tbody > tr:not(:first-child) > td {
    position: relative;
}

    table#calendar > tbody > tr:not(:first-child) > td:after {
        content: '';
        display: block;
        margin-top: 100%;
    }

    table#calendar > tbody > tr:not(:first-child) > td > table {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

.fs-medium {
    font-size: medium;
}

.fs-small {
    font-size: small;
}

.nobullet li {
    list-style: none;
}

.input-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.input-xsmall {
    width: 80px !important;
}

.portlet.light {
    padding: 12px 20px 15px 20px;
    background-color: #fff;
}

.portlet > .portlet-title {
    padding: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.portlet.light > .portlet-title {
    padding: 0;
    min-height: 48px;
}

    .portlet.light > .portlet-title.withvl {
        margin-top: -25px;
    }

.portlet > .portlet-title:before, .portlet > .portlet-title:after {
    content: " ";
    display: table;
}

.portlet > .portlet-title > .caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}

.portlet.light > .portlet-title > .caption {
    color: #666;
    padding: 10px 0;
}

.portlet > .portlet-title > .caption > i {
    float: left;
    margin-top: 4px;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    color: #666;
}

.portlet.light > .portlet-title > .caption > i {
    color: #777;
    font-size: 15px;
    font-weight: 300;
    margin-top: 3px;
}

.portlet.light > .portlet-title > .caption > .caption-subject {
    font-size: 16px;
}

.font-green-sharp {
    color: #4DB3A2 !important;
}

.uppercase {
    text-transform: uppercase !important;
}

.bold {
    font-weight: 700 !important;
}

.portlet > .portlet-title:after {
    clear: both;
}

.portlet > .portlet-title:before, .portlet > .portlet-title:after {
    content: " ";
    display: table;
}

.portlet > .portlet-body {
    clear: both;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.portlet.light .portlet-body {
    padding-top: 8px;
}

.header-left {
    /*max-width: 320px;*/
    display: inline-block;
    margin-bottom: 0;
}

.circle {
    width: 3rem;
    height: 3rem;
    border-radius: 1.5rem;
    font-size: 1.5rem;
    text-align: center;
    background: #f7f7f7;
    line-height: 2.9rem;
}

.circle-icon {
    background: #ebedef;
    padding: 20%;
    border-radius: 50%;
}

.container-home .circle-icon {
    color: #0066cc;
    font-size: 1vw;
    width: 100%;
    text-align: center;
}

.portlet {
    border: solid 0px #d1d1d1;
    border-radius: 8px;
}

.container-home {
    margin-top: 25px;
}

.statistic-label {
    /*padding:30px;*/
    display: inline-block;
    position: relative;
    /*margin-bottom: 20px;*/
}

    .statistic-label .statistic-title {
        color: #818181;
        text-transform: uppercase;
        font-size: 12px;
    }

    .statistic-label .statistic-value {
        font-size: 16px;
        font-weight: bold;
    }

.partial-border-bottom:before {
    content: '';
    border-bottom: 1px solid #d1d1d1;
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
}

.partial-border-right:before {
    content: '';
    border-right: 1px solid #d1d1d1;
    position: absolute;
    height: 80%;
    top: 10%;
    right: 0;
}

.border-right {
    border-right: 1px solid #d1d1d1;
}

.partial-border-top:before {
    content: '';
    border-top: 1px solid #d1d1d1;
    position: absolute;
    width: 80%;
    left: 10%;
    top: 0;
}

.partial-border-left:before {
    content: '';
    border-left: 1px solid #d1d1d1;
    position: absolute;
    height: 60%;
    top: 20%;
    left: 0;
}

.pull-center {
    text-align: center;
}

.container-account-info .btn {
    margin: 10px 10px;
    margin-top: 40px;
    text-transform: uppercase;
    padding: 7px 40px;
}

.btn-success {
    background-color: #44b649;
}

.msg-success {
    background-color: #a1ffa5;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 10px;
    font-style: italic;
    color: #225924;
    border: solid #225924 thin;
}

.container-account-info .btn-success:active:hover {
    background-color: #2e7a31;
}

.container-account-info hr, .container-announcement hr {
    border-top: 1px solid black;
    margin: 20px 20px;
}

.container-account-info .message {
    text-transform: uppercase;
    color: #717171;
    font-style: italic;
    margin: 20px 0px;
}

.stat-card {
    color: white;
    background-color: #3598dc;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 10px;
}

/*.stat-card .title
{
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.stat-card .number{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0px;
}

.stat-card-bottom{
    background-color: #258fd7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
    min-height: 50px;
}

.stat-card-bottom a{
    color: #dddddd;
    text-decoration: none;
    font-size: 12px;
}

.stat-card-bottom:hover a{
    color: white;
}

.stat-card-bottom:hover{
    cursor: pointer;
    background-color: #227fbe;
}*/

.tools .btn-plus {
    background: url(../global/img/accordion-plusminus.png) no-repeat;
    background-position: right 2px;
    margin-right: 5px;
    width: 14px;
    visibility: visible;
}

.news-title {
    font-size: 14px;
    font-weight: bold;
}

    .news-title i {
        color: #0066cc;
        margin-right: 13px;
    }



.news-content {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .news-content .quote {
        padding-top: 13px;
        text-align: right;
    }

        .news-content .quote i {
            color: #dedede;
            font-size: 40px;
        }

.news-footer {
    font-size: 13px;
    font-weight: bold;
}

.whatsnew, .last-login {
    padding-top: 30px;
}

.periods input {
    width: 42%;
    display: inline;
}

.whatsnew h4 {
    font-weight: bold;
}

.group {
    display: table;
    width: 100%;
    font-size: 3em;
    margin: 20px 0px 15px 0px;
}

    .group .item {
        display: table-cell;
    }

    .group .text {
        white-space: nowrap;
        width: 1%;
        padding: 0 10px;
        font-size: 17px;
        font-weight: bold;
    }

    .group .line {
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        top: -0.3em;
    }

.SectionBodyLink {
    text-decoration: none;
    color: #0066cc;
}

.link-desc {
    color: #a5a4a4;
    font-size: 12px;
    margin: 10px 0px;
}

.container-home .SectionBodyLink {
    margin-right: 35px;
}

.tac {
    text-align: center;
}

.block-card {
    background-color: #eef4f9;
    border-radius: 8px;
    padding: 10px 4px 10px;
    box-shadow: 0 2px 2px rgba(200, 200, 200, 0.3);
    /*height: 100%;*/
    cursor: pointer;
}

.block-card-title {
    font-size: 14px;
    color: #0066cc;
    font-family: 'Acrobat', Fallback, sans-serif;
    word-wrap: break-word;
    /*height: 80px;*/
}

.block-card-number {
    font-size: 20px;
    font-weight: 600;
}

.block-card-content {
    font-size: 12px;
    color: #333;
    margin: 0;
    margin-bottom: 12px;
    /*height: 80px;*/
}

.block-card:hover, .block-card.block-card-small:hover {
    background-color: #44b649;
}

    .block-card:hover .block-card-title, .block-card:hover .block-card-number, .block-card:hover .block-card-content {
        color: white;
    }

.block-card.block-card-small {
    min-height: auto;
    border-radius: 11px;
    background-color: #d9d9d9;
    padding: 8px 4px 8px;
}

.block-card-small .block-card-title {
    font-size: 12px;
    margin-bottom: 0px;
}

.block-card .badge {
    background-color: #f36a5a;
    color: white;
}

.nav-item .badge {
    background-color: #f36a5a;
    color: white;
}

.modal-title {
    font-size: 20px;
    font-weight: bold;
}

.modal-content form {
    margin-bottom: 0px;
}

.font-16 {
    font-size: 16px;
}

.last-login i {
    color: #bac0c6
}

p > i:first {
    color: #bfc5ca;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.sidebar {
    max-width: 240px;
    width: 100%;
    min-height: 100vh;
}

.bg-gradient-primary {
    background-color: #0066cc;
    background-image: linear-gradient(180deg, #0066cc 10%,#224abe 100%);
    background-size: cover;
}

.theme-blue .bg-gradient-primary {
    background-color: #0066cc;
    background-image: linear-gradient(180deg, #0066cc 10%,#224abe 100%);
}

.theme-blue .arrow__menu::after {
    color: #0066cc;
}

.theme-blue #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #0066cc;
}

.theme-blue #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #0066cc;
}

.theme-blue #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #0066cc73;
}

.theme-red .bg-gradient-primary {
    background-color: #cc0000;
    background-image: linear-gradient(180deg, #cc0000 10%,#cc0000 100%);
}

.theme-red .arrow__menu::after {
    color: #cc0000;
}

.theme-red #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #cc0000;
}

.theme-red #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #cc0000;
}

.theme-red #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cc000073;
}

.theme-green .bg-gradient-primary {
    background-color: #008000;
    background-image: linear-gradient(180deg, #008000 10%,#008000 100%);
}

.theme-green .arrow__menu::after {
    color: #008000;
}

.theme-green #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #008000;
}

.theme-green #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #008000;
}

.theme-green #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00800073;
}

.theme-emeraldgreen .bg-gradient-primary {
    background-color: #006633;
    background-image: linear-gradient(180deg, #006633 10%,#006633 100%);
}

.theme-emeraldgreen .arrow__menu::after {
    color: #006633;
}

.theme-emeraldgreen #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #006633;
}

.theme-emeraldgreen #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #006633;
}

.theme-emeraldgreen #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00663373;
}

.theme-orange .bg-gradient-primary {
    background-color: #cc6600;
    background-image: linear-gradient(180deg, #cc6600 10%,#cc6600 100%);
}

.theme-orange .arrow__menu::after {
    color: #cc6600;
}

.theme-orange #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #cc6600;
}

.theme-orange #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #cc6600;
}

.theme-orange #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cc660073;
}

.theme-magenta .bg-gradient-primary {
    background-color: #cc0066;
    background-image: linear-gradient(180deg, #cc0066 10%,#cc0066 100%);
}

.theme-magenta .arrow__menu::after {
    color: #cc0066;
}

.theme-magenta #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #cc0066;
}

.theme-magenta #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #cc0066;
}

.theme-magenta #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cc006673;
}

.theme-indigo .bg-gradient-primary {
    background-color: #330066;
    background-image: linear-gradient(180deg, #330066 10%,#330066 100%);
}

.theme-indigo .arrow__menu::after {
    color: #330066;
}

.theme-indigo #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #330066;
}

.theme-indigo #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #330066;
}

.theme-indigo #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #33006673;
}

.theme-violet .bg-gradient-primary {
    background-color: #660066;
    background-image: linear-gradient(180deg, #660066 10%,#660066 100%);
}

.theme-violet .arrow__menu::after {
    color: #660066;
}

.theme-violet #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #660066;
}

.theme-violet #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #660066;
}

.theme-violet #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #66006673;
}

.theme-navyblue .bg-gradient-primary {
    background-color: #000066;
    background-image: linear-gradient(180deg, #000066 10%,#000066 100%);
}

.theme-navyblue .arrow__menu::after {
    color: #000066;
}

.theme-navyblue #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #000066;
}

.theme-navyblue #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #000066;
}

.theme-navyblue #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00006673;
}

.theme-grey .bg-gradient-primary {
    background-color: #606060;
    background-image: linear-gradient(180deg, #606060 10%,#606060 100%);
}

.theme-grey .arrow__menu::after {
    color: #606060;
}

.theme-grey #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #606060;
}

.theme-grey #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #606060;
}

.theme-grey #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #60606073;
}

.theme-yellow .bg-gradient-primary {
    background-color: #ffbc4c;
    background-image: linear-gradient(180deg, #ffbc4c 10%,#ffbc4c 100%);
}

.theme-yellow .arrow__menu::after {
    color: #ffbc4c;
}

.theme-yellow #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ffbc4c;
}

.theme-yellow #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #ffbc4c;
}

.theme-yellow #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ffbc4c73;
}

.theme-greygreen .bg-gradient-primary {
    background-color: #6B7F76;
    background-image: linear-gradient(180deg, #6B7F76 10%,#6B7F76 100%);
}

.theme-greygreen .arrow__menu::after {
    color: #6B7F76;
}

.theme-greygreen #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #6B7F76;
}

.theme-greygreen #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #6B7F76;
}

.theme-greygreen #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #6B7F7673;
}

.theme-white .bg-gradient-primary {
    background-color: #ffffff;
    background-image: linear-gradient(180deg, #ffffff 10%,#ffffff 100%);
}

.theme-white .arrow__menu::after {
    color: rgba(00, 102, 205, .6);
}

.theme-white .sidebar-dark .sidebar-heading {
    color: rgba(0, 0, 0, .4) !important;
}

.theme-white #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #ffffff;
}

.theme-white #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #ffffff;
}

.theme-white #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ffffff73;
}

.theme-HOASuccess .bg-gradient-primary {
    background-color: #356B93;
    background-image: linear-gradient(180deg, #356B93 10%,#356B93 100%);
}

.theme-HOASuccess .arrow__menu::after {
    color: #356B93;
}

.theme-HOASuccess .container-fluid {
    background-color: #B4D3D4;
    background-image: linear-gradient(180deg, #B4D3D4 10%,#B4D3D4 100%);
}

.theme-HOASuccess #accordionSidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #356B93;
}

.theme-HOASuccess #accordionSidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #356B93;
}

.theme-HOASuccess #accordionSidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #356B9373;
}


.sidebar .sidebar-brand {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .05rem;
    z-index: 1;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.sidebar-dark hr.sidebar-divider {
    /*border-top: 1px solid rgba(255,255,255,.15);*/
    margin: 0 1rem 1rem;
}

.sidebar .nav-item {
    /*    position: relative;
    margin: 3% 7%;*/
    /*font-size: 18px;*/
    /*width: 90%;*/
    margin: 0 4px;
    white-space: nowrap;
    /*overflow: hidden;*/
}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

.sidebar .nav-item.active .nav-link {
    font-weight: 700;
}

a {
    color: #4e73df;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link i {
    /*color: rgba(255,255,255,.3);*/
    /*margin-right: 15px;*/
}

/*, .sidebar-dark .nav-item .nav-link:hover*/
/*.sidebar-dark .nav-item .nav-link:active {
    color: #fff;
    background-color: #0000003b;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
}*/

.sidebar-dark .nav-item {
    margin: 3px 12px;

}

.sidebar-dark .nav-item .nav-link:focus,
.sidebar-dark .nav-item .nav-link:active,
.sidebar-dark .nav-item .nav-link:hover {
    border-radius: 8px;
    color: #fff;
    background-color: #0000003b;
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255,255,255,.6);
}

.theme-white .sidebar-dark .nav-item .nav-link {
    color: rgba(00,102,205,.6); /* blue text on white background*/
}

.sidebar-dark .sidebar-heading {
    color: rgba(255,255,255,.4);
}

.sidebar .nav-item .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 200px;
    width: 100%;
    text-align: left;
    padding: 1rem;
}

.topbar .nav-item .nav-link {
    position: relative;
    /*display: block;*/
    text-align: left;
    padding: 1rem;
}

.sidebar .sidebar-heading {
    padding: 12px 30px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: .8rem;
    text-transform: uppercase;
    /* color: #cedce4; */
    font-weight: 700;
}

.dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading, .text-uppercase {
    text-transform: uppercase !important;
}

.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
    color: #fff;
}

.sidebar-dark .nav-item .nav-link[data-bs-toggle=collapse]::after {
    color: rgba(255,255,255,.5);
}

.sidebar .nav-item .nav-link[data-bs-toggle=collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
}

.sidebar {
    position: relative;
    transition: all 0.3s ease;
}

.sidebar .max__view {
    position: relative;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: block;
}

body:has(.sidebar.close) {
    width: 86px;
}

.sidebar.close {
    width: 72px;
}

.sidebar.close .sidebar-heading {
    display: none;
}

.sidebar.close .sidebar-brand {
   display: none;
}

.sidebar.close .max__view {
    display: none;
}

.sidebar.close .nav-item .nav-link[data-bs-toggle=collapse].collapsed::after {
    display: none;
}

.arrow__menu::after {
    width: 20px;
    height: 20px;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .posution-arrow__menu {
    position: fixed;
    right: 0;
    top: 90px;
    border-radius: 50%;
    background-color: white;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.sidebar:not(.close) .posution-arrow__menu {
    transform: rotate(180deg);
}

.sidebar .nav-item .nav-link[data-bs-toggle=collapse].collapsed::after {
    content: '\f105';
}

.sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
    font-size: 0.9375rem;
    padding: 10px 30px;
    position: relative;
}

    .sidebar .nav-item .collapse .collapse-inner .collapse-item:active, .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
        background-color: #dddfeb;
    }

    .sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
        padding: .5rem .1rem;
        margin: 0 .5rem;
        display: block;
        color: #3a3b45;
        text-decoration: none;
        border-radius: .35rem;
        white-space: nowrap;
    }

        .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
            background-color: #dddfeb;
        }

.sidebar .nav-item .nav-link {
    /*font-size: calc(8px + 4.5vw);*/
    border-radius: 8px;
    font-size: 1rem;
    padding: 8px 12px;
    position: relative;
    list-style: none;
    /*-webkit-transition: all .2s;
    transition: all .2s;*/
    white-space: normal;
}

.sidebar .nav-item .form-select {
    /*font-size: calc(8px + 4.5vw);*/
    width: 80%;
}

.sidebar .nav-item .nav-link i {
    /*font-size: calc(10px + .8vw);*/
}

.sidebar-brand-icon img {
    max-width: 200px;
    width: auto;
    height: auto;
    max-height: 50px;
}

.nav-item .form-control {
    position: relative;
    display: block;
    text-align: left;
}

#BPMenu {
    display: none;
}

.header-title {
    margin-bottom: 0;
    font-family: Calibri;
    font-size: 21px;
    font-weight: bold;
    margin-top: 12px;
}

.td-center {
    vertical-align: middle;
    text-align: center;
}

.header-subtitle {
    margin-top: 0;
    font-family: Calibri;
    color: #828080;
}

.topbar {
    position: fixed;
    right: 0;
    display: block;
    left: 0;
}

    .topbar .nav-item .nav-link {
        color: black;
    }

        .topbar .nav-item .nav-link:hover {
            color: #d1d1d1;
        }

        .topbar .nav-item .nav-link svg {
            color: #0066cc;
        }

.navbar-nav .user-profile {
    text-align: center;
}

    .navbar-nav .user-profile a {
        padding: 0 !important;
    }

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.img-profile {
    height: 2rem;
    width: 2rem;
}

.navbar-nav .user-name {
    font-weight: bold;
}

.navbar-nav .user-role {
    color: #828282;
    display: block;
    font-size: small;
}

.control-label {
    float: left;
}

    .control-label + div {
        float: left;
    }

.btn-light {
    border: solid 1px #818181;
    color: #818181 !important;
}

    .btn-light:active, .btn-light:hover {
        border: solid 1px #818181 !important;
        background-color: #e8ebef;
    }

.btn-dark:hover {
    color: #fff;
    background-color: #5d6063;
    border-color: #5d6063;
}

.tab-details .active {
    color: #0363cb;
}

.Manila input, .Manila select {
    margin-bottom: 10px;
}

/*.selBox:active{
    border: solid 1px #d1d1d1!important;
}*/

.open > .dropdown-menu {
    display: block;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.dropdown-menu .btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.input-group .input-group-btn .btn {
    padding: 11px 14px;
}

.top-btns {
    height: 45px;
}

#iconbuttons td {
    /*min-width: 115px;*/
}

#PageFilter {
    margin-top: 5px;
    margin-bottom: 30px;
}

    #PageFilter .row {
        margin: 10px 0px;
    }

.ManageTable {
    /*width: 95%!important;*/
}

.btn.btn-round {
    width: 2.3125rem;
    height: 2.3125rem;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    font-size: .875rem;
    line-height: 1.6;
}

    .btn.btn-round > i {
        width: 2.3125rem;
        line-height: 2.3125rem;
    }

.InputSize {
    font-size: 12px
}

.ManilaGray {
    background-color: #CACACA
}

.FilterEntry {
    border: solid 1px #d1d1d1;
}

.SearchTitle {
    font-weight: bold;
    font-size: 12px;
    text-align: left
}

.Hint {
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #888888;
    text-align: left
}

table.Recip {
    border: #888888 solid 1px
}

.Nav-Select{
    width:100px;
}

.FieldTitle {
    font-size: 16px;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

.FieldTitle12 {
    font-size: 12px;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

.FieldTitle10 {
    font-size: 10px;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

A.FieldTitleLink:link {
    font-size: 12px;
    text-decoration: underline;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

A.FieldTitleLink:visited {
    font-size: 12px;
    text-decoration: underline;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

A.FieldTitleLink:hover {
    font-size: 12px;
    text-decoration: underline;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

A.FieldTitleLink:active {
    font-size: 12px;
    text-decoration: underline;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

.FieldTitleSmall {
    font-size: 11px;
    color: #1F241E;
    font-family: Calibri, Helvetica
}

input.btnSmall {
    color: #000000;
    background-color: #D0D0D0;
    font-size: 14px;
    font-family: Calibri, Helvetica, verdana;
    font-weight: bold;
    border: 1px outset;
    border-color: #088DA5;
}

input.btnhov {
    border: 1px solid;
    border-color: #CCCCCC
}

.PageHint {
    font-family: Calibri, Helvetica;
    font-size: 12px;
    font-style: italic;
    color: #000000;
    background-color: #c5dbe6
}

.popElName {
    color: navy;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}

.ManageTableHeaderSort {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

a.ManageTableHeaderSort {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}

    a.ManageTableHeaderSort:visited {
        font-size: 18px;
        text-decoration: none;
        color: #000000;
    }

    a.ManageTableHeaderSort:active {
        font-size: 18px;
        text-decoration: none;
        color: #000000;
    }

    a.ManageTableHeaderSort:hover {
        font-size: 18px;
        text-decoration: none;
        color: #888888;
    }

TRx.frozen TH {
    Z-INDEX: 3;
    POSITION: relative;
    TOP: 0px;
    PADDING-BOTTOM: 2px;
    CURSOR: default;
    PADDING-TOP: 1px;
    PADDING-RIGHT: 3px;
    PADDING-LEFT: 3px;
    FONT-FAMILY: Calibri, Helvetica;
}

.PageTitle {
    FONT-WEIGHT: bold;
    font-size: 14pt;
    color: #666666;
}

body, html {
    /*background-color: #d9e6f2;*/
    background-color: #eff3f6;
}

p > i {
    color: #bfc5ca;
}

.btn.btn-round {
    width: 2.3125rem;
    height: 2.3125rem;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    font-size: .875rem;
    line-height: 1.6;
}

    .btn.btn-round > i {
        width: 2.3125rem;
        line-height: 2.3125rem;
    }

.card.search-field {
    padding: .5rem 1rem;
    border-radius: 14px;
}

    .card.search-field > .row {
        padding: 0px 20px;
    }

        .card.search-field > .row > .col-md-6 {
            padding: .5rem 0;
        }

        .card.search-field > .row > .col-md-6 {
            display: flex;
            justify-content: start;
            align-items: center;
            flex-direction: row;
        }

            .card.search-field > .row > .col-md-6 > .input-group {
                display: inline-flex !important;
                max-width: 300px;
            }

            .card.search-field > .row > .col-md-6 > select {
                max-width: 200px;
            }

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.container-fluid {
    padding-top: 8px;
    padding-bottom: 25px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.menu__close .container-fluid {
    padding-left: .75rem !important;
}

.container-fluid > .row {
    margin-left: 0 !important;
    margin: 0 !important;
}

.container-title, .container-table {
    padding: 12px 30px;
    background-color: white;
    border-radius: 14px;
    margin-bottom: 15px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

select::-ms-expand {
    display: block;
}

#frmModal select {
    /*    -webkit-appearance: auto!important;
    appearance: auto!important;*/
}

.title-in-table {
    height: 70px
}

.border-bottom-grey {
    border-bottom: solid 1px #d1d1d1;
}

.dataTables_filter label {
    display: inline;
    float: right;
}

#MainMenu hr, #BPMenu hr {
    border-top: 1px solid #bcb8b8;
}

hr {
    border-top: 1px solid black;
}

.btn-link {
    text-decoration: none;
    color: #428bca;
}

.ManageTableHeader {
    background-color: #e3e3e3;
}

.ViewDoc {
    padding: 10px;
    border: solid 1px lightgrey;
    border-radius: 10px;
    border-collapse: initial;
    overflow: auto;
}

.description {
    border: solid 1px #d7d7d7;
    border-radius: 5px;
    border-style: dashed;
}

#tbl-announce-list_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

#tbl-announce-list_wrapper div.dataTables_paginate {
    float: right;
    margin: 0;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

#tbl-announce-list_wrapper .dataTables_wrapper {
    padding-top: 12px;
}

#tbl-announce-list_wrapper .dataTables_length, #tbl-list_length {
    float: right;
    margin-left: 20px;
}

#tbl-announce-list_wrapper .dataTables_filter label {
    width: 100%;
}

#tbl-announce-list_wrapper .dataTables_filter input {
    width: 100% !important;
    margin-left: 0px !important;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB2ZXJzaW9uPSIxLjEiICAgaWQ9InN2ZzQ0ODUiICAgdmlld0JveD0iMCAwIDIxLjk5OTk5OSAyMS45OTk5OTkiICAgaGVpZ2h0PSIyMiIgICB3aWR0aD0iMjIiPiAgPGRlZnMgICAgIGlkPSJkZWZzNDQ4NyIgLz4gIDxtZXRhZGF0YSAgICAgaWQ9Im1ldGFkYXRhNDQ5MCI+ICAgIDxyZGY6UkRGPiAgICAgIDxjYzpXb3JrICAgICAgICAgcmRmOmFib3V0PSIiPiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+ICAgICAgICA8ZGM6dHlwZSAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4gICAgICAgIDxkYzp0aXRsZT48L2RjOnRpdGxlPiAgICAgIDwvY2M6V29yaz4gICAgPC9yZGY6UkRGPiAgPC9tZXRhZGF0YT4gIDxnICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLC0xMDMwLjM2MjIpIiAgICAgaWQ9ImxheWVyMSI+ICAgIDxnICAgICAgIHN0eWxlPSJvcGFjaXR5OjAuNSIgICAgICAgaWQ9ImcxNyIgICAgICAgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjAuNCw4NjYuMjQxMzQpIj4gICAgICA8cGF0aCAgICAgICAgIGlkPSJwYXRoMTkiICAgICAgICAgZD0ibSAtNTAuNSwxNzkuMSBjIC0yLjcsMCAtNC45LC0yLjIgLTQuOSwtNC45IDAsLTIuNyAyLjIsLTQuOSA0LjksLTQuOSAyLjcsMCA0LjksMi4yIDQuOSw0LjkgMCwyLjcgLTIuMiw0LjkgLTQuOSw0LjkgeiBtIDAsLTguOCBjIC0yLjIsMCAtMy45LDEuNyAtMy45LDMuOSAwLDIuMiAxLjcsMy45IDMuOSwzLjkgMi4yLDAgMy45LC0xLjcgMy45LC0zLjkgMCwtMi4yIC0xLjcsLTMuOSAtMy45LC0zLjkgeiIgICAgICAgICBjbGFzcz0ic3Q0IiAvPiAgICAgIDxyZWN0ICAgICAgICAgaWQ9InJlY3QyMSIgICAgICAgICBoZWlnaHQ9IjUiICAgICAgICAgd2lkdGg9IjAuODk5OTk5OTgiICAgICAgICAgY2xhc3M9InN0NCIgICAgICAgICB0cmFuc2Zvcm09Im1hdHJpeCgwLjY5NjQsLTAuNzE3NiwwLjcxNzYsMC42OTY0LC0xNDIuMzkzOCwyMS41MDE1KSIgICAgICAgICB5PSIxNzYuNjAwMDEiICAgICAgICAgeD0iLTQ2LjIwMDAwMSIgLz4gICAgPC9nPiAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 0px 5px !important;
    padding-left: 23px;
}

#tbl-announce-list_wrapper table.dataTable thead .sorting,
#tbl-announce-list_wrapper table.dataTable thead .sorting_asc,
#tbl-announce-list_wrapper .dataTable > thead > tr > th.sorting_desc {
    background-origin: content-box;
}

#tbl-announce-list.dataTable {
    margin-bottom: .5rem !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7 !important;
    text-decoration: none !important;
    background-color: #fff;
    border: 1px solid #ddd;
    background: #eee;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7 !important;
    text-decoration: none !important;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        color: #666 !important;
        background: transparent;
        box-shadow: none;
        border: 1px solid #ddd;
        margin-left: -1px;
        padding: 6px 12px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        padding: 6px 12px;
        margin-left: -1px;
        border: 1px solid #ddd;
        background: none;
        color: #23527c !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background-color: #eee;
        }

.btn_action {
    color: #666;
    font-size: 1rem;
}

.card table tbody td {
    white-space: nowrap;
    vertical-align: middle;
}

.card table tbody td.DisplayField {
    white-space: break-spaces !important;
}

.card-body > .btn_action {
    position: absolute;
    top: 2.75rem;
    right: .2rem;
    z-index: 10;
}

    .card-body > .btn_action:hover, .card-body > .list > .btn_action:hover {
        color: #fff;
        background-color: #0d6efd;
    }

.card-body > .list > .btn_action, .card-body > .btn_action {
    display: block;
    padding: .25rem .5rem;
    font-size: 1em;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid;
    border-radius: .25rem;
}

.btn-filter-active, .btn-filter-nonactive:hover {
    display: block;
    padding: .25rem .5rem;
    font-size: 1em;
    color: #fff;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: .25rem;
    width: 200px;
    margin-right: 5px;
}

.btn-filter-nonactive {
    display: block;
    padding: .25rem .5rem;
    font-size: 1em;
    color: #0d6efd;
    background-color: #fff;
    border: 1px solid;
    border-radius: .25rem;
    width: 200px;
    margin-right: 5px;
}

.card-body > .list > .btn_action {
    text-align: center;
}

.card-body > label > .btn_action {
    font-weight: 400;
    color: #0d6efd;
    text-decoration: underline;
}

.tbox .tinner {
    padding: 0px;
}

.btn-group-container {
    padding: 1rem;
    background-color: #dddddd;
}

.hpMsg {
    font-size: 12 px;
    font-family: verdana;
}

#container_table {
    position: relative;
    width: 90%;
}

    #container_table img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.vl {
    border-left: 6px solid #ffffff;
    height: 30px;
    position: relative;
    left: -20px;
    top: 10px;
}

.btn.btn-round {
    width: 2.3125rem;
    height: 2.3125rem;
    cursor: pointer;
    border-radius: 50%;
    padding: 0;
    font-size: .875rem;
    line-height: 1.6;
}

    .btn.btn-round > i {
        width: 2.3125rem;
        line-height: 2.3125rem;
    }

.container-top-btns.card {
    box-shadow: 0px 3px 5px rgba(200, 200, 200, .3);
    padding: 1rem;
}

.card.search-field {
    padding: .5rem 1rem;
    border-radius: 8px;
}

    .card.search-field > .row {
        padding: 0px 20px;
    }

        .card.search-field > .row > .col-md-6 {
            padding: .5rem 0;
        }

        .card.search-field > .row > .col-md-6 {
            display: flex;
            justify-content: start;
            align-items: center;
            flex-direction: row;
        }

.dataTables_wrapper .filter-btn-container {
    /*padding-left: 0px;*/
}

    .dataTables_wrapper .filter-btn-container .btn {
        width: 100%;
    }

.navbar .navbar-nav .nav-item {
    /* line-height: 35px;
    vertical-align: middle;*/
}

#tbl-announce-list_wrapper table.dataTable thead .sorting_asc {
    background: none;
}

#tbl-announce-list_wrapper table.dataTable thead .sorting_desc {
    background: none !important;
}

#tbl-announce-list_wrapper table.dataTable thead .sorting {
    background: none !important;
}

.dataTables_wrapper .dataTables_filter {
    width: 100%;
}

#tbl-announce-list_wrapper tbody, td, tfoot, th, thead, tr {
    border-color: #d4d4d4;
}

span.arrow-hack {
    margin-left: 5px;
}

span.asc {
    background: url("../global/plugins/datatables/media/images/sort_asc.png") no-repeat center right;
}

span.desc {
    background: url("../global/plugins/datatables/media/images/sort_desc.png") no-repeat center right;
}

span.sort {
    background: url("../global/plugins/datatables/media/images/sort_both.png") no-repeat center right;
}

td.highlight, th.highlight {
    background-color: #fffaeb !important;
}

.col-fixed {
    display: inline;
}

.table-striped > tbody > tr:nth-of-type(even) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-striped > tbody > tr:nth-of-type(odd) {
    --bs-table-accent-bg: none;
    color: var(--bs-table-striped-color);
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
}

.form-control-color {
    padding-bottom: 0rem;
}

.manage-site .card, #recurr-off, #recurr-on {
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.manage-site .card-header {
    position: relative;
    padding: 1rem 2rem;
    border-bottom: none;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    z-index: 2;
}

.card-heading {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.date-input-range {
    width: 40%;
    display: inline;
}

.min-w-100 {
    min-width: 100px;
}

.min-w-50 {
    min-width: 50px;
}

.hi__user {
    font-size: 28px;
    font-weight: bold;
    color: #35475b;
    padding-bottom: 8px;
}

.gap12 {
    gap: 12px;
}

.align__center {
    align-items: center;
}

.dFlex {
    display: flex !important;
}

.dFlex__column {
    display: flex !important;
    flex-direction: column;
}

.container-account-info {
    container-type: inline-size;
    container-name: card__account;
}

.account__display {
    container-type: inline-size;
    container-name: card__account-view;
}

.container-account-info,
.account__display {
    & .account__info.block__2 .dFlex__column:not(.account__block-btn):last-child, 
    & .account__info-club.block__2 .dFlex__column:not(.account__block-btn):last-child { 
       align-items: center; 

       & .statistic-title {
            font-weight: bold;
       }
    }
}

.account__display-card {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0;
}

.account__display ~ .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.account__display-activity .col {
    position: relative;
}

.account__display-activity .block-card {
    background-color: #ebedef;
}

.account__display-activity .block-card-title {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.account__display-activity .block-card-title .badge {
    position: absolute;
    display: flex;
    align-items: center;
    top: -4px;
    right: 4px;
}

.row:has(> .account__info),
.row:has(> .account__info-club) {
    display: grid !important;
    grid-template-columns: 60% 40%;
    grid-template-areas:
        "area__0 area__0"
        "area__1 area__2"
        "area__3 area__3";
    justify-items: stretch;
    align-items: start !important;
}

/**/

/*.account__display-activity-content {
    display: flex !important;
    flex-wrap: wrap;
}*/


.row.account__display-card, 
.row.account__display-activity {
    display: grid !important;
    grid-template-columns: calc(100% / 3);
    grid-template-areas: "area__1 area__2 area__3";
}

@container card__account-view (max-width: 980px) {
    .account__display .row.account__display-activity {
        grid-template-columns: calc(100% / 2);
        grid-template-areas: "area__1 area__2";
    }
}

@container card__account-view (max-width: 850px) {
    .account__display .account__display-card {
        grid-template-columns: calc(100% / 2);
        grid-template-areas:
            "area__1 area__2"
            "area__3 area__3";
    }

    .account__display .row.account__display-activity {
        display: flex !important;
        flex-wrap: wrap;
        /*grid-template-columns: 100%;
        grid-template-areas: "area__3";*/
    }

    .account__display-activity .col {
        max-width: 120px;
    }

    .account__display-activity .block-card-title {
        white-space: nowrap;
        max-width: 90px;
    }
}

@container card__account-view (max-width: 600px) {
    .account__display .account__display-card {
        grid-template-columns: 100%;
        grid-template-areas:
            "area__1"
            "area__2"
            "area__3";
    }
}

@container card__account (max-width: 568px) {
    .container-account-info .portlet-body > .align-items-center {
        grid-template-columns: 50% 50%;
        grid-template-areas:
            "area__0 area__0"
            "area__1 area__2"
            "area__3 area__3";
    }
}

@container card__account (max-width: 506px) {
    .container-account-info .portlet-body > .align-items-center {
        grid-template-columns: 100%;
        grid-template-areas:
            "area__0"
            "area__1"
            "area__2"
            "area__3";
    }
}


.align-items-center:has( > .account__info) {
    margin-bottom: 24px;
}

.align-items-center:has( > .account__info-club) {
    margin-bottom: 24px;
}

.account__info.block__1,
.account__info-club.block__1 {
    & .statistic-title {
        font-size: 14px;
        color: #35475b;
    }
    
    & .statistic-value {
        font-size: 20px;
        color: #35475b;
    }
}

.account__info.block__2,
.account__info-club.block__2 {
    & .align-items-center {
        justify-content: center;
    }

    & .col-4:has(> .dot) {
        display: none;
    }

    & .statistic-title {
        color: #35475b;
        font-size: 20px;
    }

    & .statistic-value {
        color: #35475b;
    }

    & .statistic-value:not(.not__sum) {
        font-size: 36px;
    }

    & .statistic-value.not__sum {
        font-size: 18px;
        text-align: center;
    }
}

.account__info.block__1 > div,
.account__info-club.block__1 > div {
    margin-bottom: 12px;
}

.account__info .partial-border-right::before,
.account__info-club .partial-border-right::before {
    border-right: none !important;
    height: 0 !important;
    top: 0 !important;
}

.account__info .col-md-4 {
    width: 100% !important;
}

.account__info-club .col-md-4 {
    width: 100% !important;
}

.account__info,
.account__info-club,
.account__display {
    & .col-4,
    & .col-md-2, 
    & .col-sm-4,
    & .col-lg-4,
    & .col-lg-5,
    & .col-lg-7,
    & .col-8,
    & .col-lg-8,
    & .col-md-10,
    & .col-sm-8 {
        width: auto !important;
    }
}

.block__0 {
    grid-area: area__0;
}

.block__1 {
    grid-area: area__1;
}

.block__2 {
    grid-area: area__2;
}

.block__3 {
    grid-area: area__3;
}

.account__block-btn {
    & a:first-child {
        order: 2;
    }

    & a:last-child {
        order: 1;
    }

    & .big__btn {
        font-size: 24px;
    }

    & .btn {
        margin: 0 !important;
        margin-top: 10px !important;
        border-radius: 2rem !important;
    }
}

.statistic-value {
    & .statistic-value__title {

    }

    & .statistic-value__info {
        font-size: 20px;
    }
}


.pay__block {
    max-width: 312px;
}

.tmask__modal {
    position: fixed;
    display: block;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 800;
}

.tbox__modal .tinner__modal {
    padding: 0px;
}

.tbox__modal {
    position: fixed;
    /* display: none; */
    padding: 14px 17px;
    z-index: 900;
    /*animation-name: bigBlock;
    animation-duration: 1s;
    opacity: 0;*/
}

.tinner__modal {
    padding: 15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: url("../../modal-js/img/preload.gif");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}

.tclose__modal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("../../modal-js/img/close.png");
    background-repeat: no-repeat;
}

.tclose__modal:hover {
    background-position: 0 -30px;
}

.stop__scroll {
    overflow: hidden;
}

/*@keyframes bigBlock {
    from {
        opacity: .5;

    }

    to {
        opacity: 1;
    }
}*/

@media (min-width: 992px) {
    .block-card {
        min-height: 60px;
    }
}

@media (max-width: 768px) {
    .container-home .circle-icon {
        font-size: 2vw;
    }

    .mobile-disappear {
        display: none;
    }
}

.HomeSectionTitle {
    color: #35475b;
    font-size: 26px;
}

.HomeSectionTitleHi {
    color: #35475b;
    font-size: 26px;
    font-weight: bold;
}

table.Home > tbody > tr {
    height: 45px;
}

    table.Home > tbody > tr > td {
        vertical-align: middle;
    }

.SectionBodyBackground {
    background-color: white;
}

.dot {
    height: 40px;
    width: 40px;
    background-color: #ebedef;
    border-radius: 50%;
    display: inline-block;
}

.center {
    position: relative;
}

    .center i {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.fa-item {
    font-size: 14px;
    padding: 10px 10px 10px 20px;
}

    .fa-item:hover {
        cursor: pointer;
        background: #eee;
}

.top_title {
    top: -40px !important;
    position: relative !important;
    padding-left: 0 !important;
}

.collapse-item {
    overflow: hidden;
    text-overflow: ellipsis;
}

.DisplayPageFile {
    text-align: center;
}

/*select arrow add*/
select.form-control {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    background-position: right 0.75rem center;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.marginRL1rem {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}