@import "https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900";
@font-face { font-family: modera;  src: url('../../font/MODERA.ttf'); }
*,
*:after,
*::before {
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}
body {
    position: relative;
    height: 100%;
    min-height: 100vh;
    font-family: 'Poppins', sans-serif;
    background-color: white;
    /* background: url('../../img/grad-bg.png') no-repeat center center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.table-hover > tbody > tr:hover > td {
    cursor: pointer;
}
p.text-sm {
    font-size: 0.9em;
}
/* --------------------------------------------------------------------------------------------------------------------
BREADCRUMB STYLE
---------------------------------------------------------------------------------------------------------------------- */
.page-header {
    background: none;
    border: none;
    position: relative;
    margin-top: -30px;
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.page-header h1 {
    margin-bottom: 0;
    font-weight: 500;
    display: inline-block;
    font-size: 32px;
    color: #4f4f4f;
    letter-spacing: 2px;
}
.page-header .page-header-breadcrumb {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.page-header .page-header-breadcrumb .breadcrumb {
    padding-right: 0;
    margin-bottom: 0;
    line-height: 0.75;
    font-size: 12px;
    font-weight: 700;
    background: none;
    letter-spacing: 2px;
    color: #4f4f4f;
}
.page-header .page-header-breadcrumb .breadcrumb > .active {
    color: #aeafb1;
}
.page-header .page-header-breadcrumb .breadcrumb > li a {
    color: #4f8edc;
}
.page-header .page-header-breadcrumb .breadcrumb > li a:hover {
    text-decoration: underline;
}
/* --------------------------------------------------------------------------------------------------------------------
    NAVBAR STYLE
---------------------------------------------------------------------------------------------------------------------- */
.navbar-title {
    /* height: 75px; */
    margin-top: -7px;
    display: flex;
    /* flex-direction: row;
    -ms-flex-direction: row;
    align-items: center; */
    justify-content:space-between;
}
.navbar-left {
    /* display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center; */
    justify-content:flex-start;
}
.navbar-right {
    /* display: inline; */
    justify-content: flex-end;
    text-align: right;
    align-content: flex-end;
}
/* a.navbar-brand{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: none;
    padding: 0;
    margin-top: 3px;
}
a.navbar-brand span {
    color: #ff0000;
    font-family: 'modera', sans-serif;
    font-size: 30px;
} */
.btn-sidebar-toggler{
    margin: 0 12px 0 15px;
    width:24px;
    background: none;
    border:none;
    outline: none;
}
.btn-sidebar-toggler .bar{
    height: 3px;
    width: 12px;
    background: #fff;
    display: block;
    position: relative;
    margin-left: -12px;
}
.btn-sidebar-toggler span:before,
.btn-sidebar-toggler span:after{
    content: "";
    position: absolute;
    height: 3px;
    top:-7px;
    left:0;
    width: 24px;
    background: #fff;
}
.btn-sidebar-toggler span:after{
    top:auto;
    bottom:-7px;
}
.btn-sidebar-toggler:hover .bar,
.btn-sidebar-toggler:active .bar,
.btn-sidebar-toggler:focus .bar{
    width: 24px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transform-origin: center;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
}
.btn-title {
    padding: 18px 20px;
    border-radius: 50%;
}
.btn-sidebar-toggler:hover {
    background-color: rgba(255,255,255,0.3);
}
.btn-sidebar-toggler:focus ,
.btn-sidebar-toggler:active {
    background-color: rgba(255,255,255,0.3);
    border-color: rgba(255,255,255,0.5);
}
/* .navbar-nav {
    height: 50px;
    align-items: center;
    padding-left: 10px;
} */
/* .navbar-nav > li{
    position: relative;
    font-size: 15px;
    padding-top: 6px;
    color: #191d21;
    font-weight: bold;
}
.navbar-nav > li:hover{
    color: #4285f4;
} */
/* .navbar-nav .nav-item .nav-link { */
    /* margin-left: 15px !important; */
    /* margin-right: 20px !important; */
/* } */
.navbar-nav .nav-item .nav-link span {
    /* margin-top: 0px; */
    /* font-size: 15px; */
    color: white;
}
.navbar-nav .nav-item .nav-link:hover span{
    color: #fdba74
}
    /*
.beep {
    position: relative;
}
.beep:after {
    content: '';
    position: absolute;
    right: 8px;
    width: 8px;
    height: 8px;
    background-color: #ffa426;
    border-radius: 50%;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 1;
}
.is-online {
    width: 10px;
    height: 10px;
    background-color: #63ed7a;
    border-radius: 50%;
    display: inline-block;
}
/*.dropdown-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
    width: 200px;
}
.dropdown-divider {
    border-top-color: rgba(0,0,0,0.2);
}
.dropdown-menu .dropdown-title {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: #191d21 !important;
    padding: .4rem 1.5rem;
    line-height: 20px;
    text-align: center;
}
.navbar .dropdown-menu .dropdown-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: .4rem 1.5rem;
}
.navbar .dropdown-menu a.dropdown-item:focus, .navbar .dropdown-menu a.dropdown-item:hover, .navbar .dropdown-menu a.dropdown-item:active {
    background-color: #0d47a1;
    color: #fff !important;
}
.dropdown-list {
    width: 350px;
    padding: 0;
}
.navbar .dropdown-menu .dropdown-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    font-weight: 500;
}
.navbar .dropdown-list .dropdown-footer,
.navbar .dropdown-list .dropdown-header {
    letter-spacing: .5px;
    font-weight: 600;
    padding: 0 15px;
    margin-top: 5px;
}
.navbar .dropdown-list .dropdown-footer a,
.navbar .dropdown-list .dropdown-header a {
    font-weight: 600;
    color: #6777ef;
}
.navbar .dropdown-menu .dropdown-header a:focus, .navbar .dropdown-menu .dropdown-header a:hover, .navbar .dropdown-menu .dropdown-header a:active,
.navbar .dropdown-menu .dropdown-footer a:focus, .navbar .dropdown-menu .dropdown-footer a:hover, .navbar .dropdown-menu .dropdown-footer a:active{
    /*background-color: #0d47a1;*/
    /*color: #fff !important;
}*/
/*.dropdown-list .dropdown-list-content {*/
    /*height: 240px;*/
    /*overflow: hidden;
}
.dropdown-list .dropdown-list-content:not(.is-end):after {
    content: ' ';
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8));
    height: 60px;
}
.dropdown-list .dropdown-list-content .dropdown-item {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
}
.dropdown-list .dropdown-list-content .dropdown-item .dropdown-item-avatar {
    float: left;
    width: 45px;
    text-align: right;
    position: relative;
}
.dropdown-list .dropdown-list-content .dropdown-item .dropdown-item-avatar img {
    width: 100%;
}
.dropdown-list .dropdown-list-content .dropdown-item .dropdown-item-avatar .is-online {
    position: absolute;
    bottom: 3px;
    right: 0;
}
.dropdown-list .dropdown-list-content .dropdown-item .dropdown-item-desc {
    line-height: 22px;
    white-space: normal;
    color: #34395e;
    margin-left: 60px;
}
.dropdown-list .dropdown-item .time {
    margin-top: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: .5px;
}
.dropdown-list .dropdown-item.dropdown-item-unread .time {
    color: #4285f4 !important;
}
.dropdown-list .dropdown-list-content .dropdown-item .dropdown-item-desc b {
    font-weight: 600;
    color: #666;
}
.dropdown-list .dropdown-list-content .dropdown-item .dropdown-item-desc p {
    margin-bottom: 0;
}
.dropdown-list .dropdown-list-content .dropdown-item.dropdown-item-unread {
    background-color: #e3e3e3;
    border-bottom-color: #f2f2f2;
}
.dropdown-list .dropdown-list-content a.dropdown-item:hover .dropdown-item-desc .time {
    color: #fff !important;
}
.dropdown-list .dropdown-list-content a.dropdown-item:hover .dropdown-item-desc {
    color: #fff !important;
}
.dropdown-list .dropdown-list-content a.dropdown-item:hover .dropdown-item-desc b {
    color: #fff !important;
}
.dropdown-list .dropdown-list-content a.dropdown-item:hover .dropdown-item-desc p {
    color: #fff !important;
}
.dropdown-list .dropdown-list-icons .dropdown-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon {
    flex-shrink: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-icon i {
    margin: 0;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc {
    margin-left: 15px;
    line-height: 20px;
}
.dropdown-list .dropdown-list-icons .dropdown-item .dropdown-item-desc .time {
    margin-top: 5px;
}*/
.text-header-amount {
    margin-top: 5px;
	font-size: 14px;
}
.text-amount {
	font-weight:bold;
	color:#ff0000;
	letter-spacing:0px;
	line-height:30px;
	font-size:40px;
	margin-top:-15px;
}
.sub-text-amount {
	font-size:10px;
	font-weight:500;
}
.last-update {
	font-size:12px;
	opacity:0.7;
	line-height:0px;
	margin-top:0px;
}
/* --------------------------------------------------------------------------------------------------------------------
    SIDEBAR STYLE
---------------------------------------------------------------------------------------------------------------------- */
/* .sidebar-header {
    padding: 10px 10px;
    width: 100%;
    height: 150px;
    background-color: #0d47a1;
}
.sidebar-header .sidebar-title,
.sidebar-header .sidebar-sub-title{
    width: 100%;
}
.sidebar-header .sidebar-title img {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30%;
    height: 30%;
}
.sidebar-header .sidebar-title .title {
    text-align: left;
    margin-left: 5px;
    margin-top: 8px;
    width: 70%;
}
.sidebar-header .sidebar-title .title h3 {
    font-family: 'Futura Bk BT', sans-serif;
    margin-left: 5px;
    margin-top: -5px;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
}
.sidebar-header .sidebar-title .title h3 span{
    color: #ff0000;
    font-family: 'modera', sans-serif;
    font-size: 35px;
    letter-spacing: 4px;
}
.sidebar-header .sidebar-sub-title span {
    margin-left: 5px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #ffc107;
}
.sidebar-header .sidebar-sub-title p {
    margin-left: 5px;
    font-size: 12px;
    letter-spacing: 1px;
} */
/* --------------------------------------------------------------------------------------------------------------------
    CARD STYLE
---------------------------------------------------------------------------------------------------------------------- */
.card.card-cascade.narrower {
    margin-top: 1.25rem;
}
.card.card-cascade.narrower .view.view-cascade {
    margin-right: 5%;
    margin-left: 5%;
    margin-top: -1.25rem;
    border-radius: .25rem;
    webkit-border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.card.card-cascade .view.view-cascade.gradient-card-header {
    padding: 1.6rem 1rem;
}
/*----------------------------------------------------------------------------------------------------------------------
    CUSTOM CSS
------------------------------------------------------------------------------------------------------------------------*/
.modal .modal-fullscreen {
    width:100vw;
    height:100vh;
    margin:0;
    padding:0;
    max-width:none;
    overflow-y: hidden;
    /* width:100%;
    height: 100%;
    margin: 0;
    padding: 0; */
}
.modal .modal-fullscreen .modal-content {
    min-height:100vh;
}
.modal .modal-fullscreen .modal-body {
    min-height: auto;
    /* overflow-y:auto; */
}
.modal .modal-fullscreen .modal-footer {
    position:absolute;
    bottom:0;
    width:100vw;
    background-color: white;
}
.modal .modal-xxl {
    width:91vw;
    max-width:none;
}
.modal .modal-xxl .modal-content {
    min-height: 92vh;
}
.modal .modal-xxl .modal-body {
    min-height: 77vh;
    overflow-y:auto;
}
.body-fixed {
    position: fixed;
    overflow-y: scroll;
    height: 88vh;
    width: 100vw;
}
.body-fixed-second {
    position: fixed;
    overflow-y: scroll;
    height: 80vh;
    width: 100vw;
}
.body-fixed-rm {
    max-height: 100vh;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    bottom: 0;
}
.card-body-height-custom {
    max-height: 100vh;
    min-height: 100vh;
}
.textarea-height-custom {
    /* min-height: 64vh; */
    max-height: 100vh;
}
.scrollbar-dusty-grass::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-dusty-grass::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-dusty-grass::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%);
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}

.scrollbar-dusty-grass {
    scrollbar-color: #d4fc79 #F5F5F5;
}
.scrollbar-sunny-morning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-sunny-morning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-sunny-morning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(330deg, #f6d365 0%, #fda085 100%);
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

.scrollbar-sunny-morning {
    scrollbar-color: #f6d365 #F5F5F5;
}
.thin::-webkit-scrollbar {
    width: 6px;
}
.scrollbar-overflow-y {
    overflow-y: scroll;
    overflow-x: hidden;
}
.scrollbar-overflow-x {
    overflow-x: scroll;
    overflow-y: hidden;
}
.example-1 {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    /* max-height: 61vh; */
    max-height: 650px;
    min-height: 500px;
}
.example-2 {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    /* max-height: 61vh; */
    max-height: 527px;
    min-height: 527px;
}
.example-3 {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    /* max-height: 61vh; */
    max-height: 460px;
    min-height: 460px;
}
.example-4 {
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    /* max-height: 61vh; */
    max-height: 425px;
    min-height: 425px;
}
.sidenav-menu-heading {
    color:#a7aeb8;
    padding-left: 1rem;
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}