.loader{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
}
.app_outer{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 5.2rem;
}
#header{
    height: 5.2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    background: rgba(29,40,53,.95);
    display: flex;
    letter-spacing: 0.75px;
    line-height: 2.1rem;
    padding: 0px 1.6rem;
    transition: all .15s ease-in-out;
}
.logo{
    height: 100%;
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
}
.brand-logo {
    text-decoration: none;
    color: #fff !important;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 1.47rem;
    display: flex;
    align-items: center;
}
.brand-img {
    min-width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.6rem;
    padding: 0;
    position: relative;
}
.brand-img:after,.brand-img:before,.brand-icon:after,.brand-icon:before{
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
}
.brand-img:after{
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 0;
    top: 0;
}
.brand-img:before{
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0;
    top: 0;
}
.brand-icon:after{
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    left: 0;
    bottom: 0;
}
.brand-icon:before{
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 0;
    bottom: 0;
}
.brand-img-text {
    display: block;
    letter-spacing: initial;
    font-weight: 600;
    font-size: 1.68rem;
    padding: 0 0.5rem;
    color: rgb(60, 210, 165);
}
.menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}
.menu-item {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}
.menu-icon {
    font-size: 2.2rem;
}
.menu-link {
    color: #fff !important;
    position: relative;
    padding: 1.5rem 1.6rem;
    display: flex;
    align-items: center;
}
.user-link {
    padding: 0.62rem 1.6rem;
}
.menu-img {
    height: 3.2rem;
    width: 3.2rem;
    margin-right: 1.2rem;
}
.menu-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user-menu-text{
    display: flex;
    flex-direction: column;
}
.user-link small {
    line-height: 1.4rem;
    opacity: .75;
    margin-bottom: 0.5rem;
}
.menu-badge {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 0.8rem;
    border-radius: 6px;
    right: 1.6rem;
}
.menu-logout-icon{
    /*margin-right: 0.6rem;*/
}
.menu-logout-icon img {
    width: 2.2rem;
}
.dropdown-menu{
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1.4rem;
    color: rgba(255,255,255,.75);
    text-align: left;
    list-style: none;
    background-color: rgba(29,40,53,.98);
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgb(255 255 255 / 8%);
}
.dropdown-menu.show {
    -webkit-animation: appDropdownShow .25s both cubic-bezier(.7,0,.3,1);
    animation: appDropdownShow .25s both cubic-bezier(.7,0,.3,1);
}
.w-300px {
    width: 30rem!important;
}
.w-400px {
    width: 40rem!important;
}
.row.row-grid>[class*=col-]+[class*=col-] {
    border-left: 1px solid rgba(255,255,255,.15);
}
.dropdown-item{
    padding: 1.6rem;
    color: rgba(255,255,255,.5);
}
.opacity-5 {
    opacity: .5!important;
}
.menu-drop-icon i {
    font-size: 2.8rem;
    color: #fff;
    opacity: 0.5;
    line-height: 3.36rem;
    margin: 0.4rem 0;
    display: block;
    text-align: center;
}
.menu-item-text{
    font-size: 1rem;
    color: #fff !important;
    line-height: 1.5rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    background-color: rgba(255,255,255,.15);
}
.row.row-grid+.row-grid {
    border-top: 1px solid rgba(255,255,255,.15);
}
.dropdown-header{
    font-size: 1rem;
    color: rgba(255,255,255,.5);
    padding: 1.2rem 2rem 0.8rem;
    text-align: left;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 0.4rem;
}
.dropdown-divider {
    height: 0;
    margin: 0.4rem 0 0.8rem;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,.15);
}
.noti-item {
    padding: 1rem 2rem;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 400;
    color: rgba(255,255,255,.5) !important;
    line-height: 1.65rem;
}
.noti-item:hover,.noti-item:focus{
    background-color: rgba(255,255,255,.15);
}
.see-all{
    padding: 1rem 0;
    text-align: center;
}
.see-all a{
    font-size: 1.1rem;
    color: rgb(60, 210, 165) !important;
}
.see-all a:hover{
    opacity: 0.7;
}
.app-content{
    padding: 3.2rem;
    flex: 1;
}
#footer{
    padding: 2rem 0;
    border-top: 1px solid rgba(255,255,255,.3);
    color: rgba(255,255,255,.5);
    margin: 0 3.2rem;
    width: calc(100% - 6.4rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: rgba(255,255,255,.5);
}
.footer-link li{
    margin-left: 3.5rem;
}
/*.footer-link li a,.copyText a{
    color: rgba(255,255,255,.5) !important;   
}
.footer-link li a:hover,.copyText a:hover{
    color: rgb(60, 210, 165) !important;   
}*/
.page-header {
    color: #fff;
    padding: 0;
    border: none;
    margin-bottom: 1.6rem;
    font-weight: 600;
    font-size: 2.8rem;
}
.page-header .small, .page-header small {
    font-size: 1.6rem;
    color: rgba(255,255,255,.5);
    font-weight: 300;
}
.subTitle *{
    font-weight: 600;
    color: #fff;
}
.card{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: none;
    background-clip: border-box;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 0;
    border: 0;
    background: transparent;
}
.card:after, .card:before {
    content: "";
    position: absolute;
}
.card:not(.border-0):before{
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: .3;
}
.card:not(.border-0):after {
    top: 15px;
    bottom: 15px;
    left: 0;
    right: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: .3;
}
.card .card-arrow{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0
}
.card .card-arrow-bottom-left,.card .card-arrow-bottom-right,.card .card-arrow-top-left,.card .card-arrow-top-right{
    width:10px;
    height:10px;
    position:absolute
}
.card .card-arrow-bottom-left:before,.card .card-arrow-bottom-right:before,.card .card-arrow-top-left:before,.card .card-arrow-top-right:before{
    content:"";
    position:absolute;
    width:2px;
    height:8px;
    background:#fff;
    opacity:.75
}
.card .card-arrow-bottom-left:after,.card .card-arrow-bottom-right:after,.card .card-arrow-top-left:after,.card .card-arrow-top-right:after{
    content:"";
    position:absolute;
    width:10px;
    height:2px;
    background:#fff;
    opacity:.75
}
.card .card-arrow-top-left,.card .card-arrow-top-right{
    top:0
}
.card .card-arrow-top-left:before,.card .card-arrow-top-right:before{
    top:2px
}
.card .card-arrow-top-left:after,.card .card-arrow-top-right:after{
    top:0
}
.card .card-arrow-bottom-left,.card .card-arrow-bottom-right{
    bottom:0
}
.card .card-arrow-bottom-left:before,.card .card-arrow-bottom-right:before{
    bottom:2px
}
.card .card-arrow-bottom-left:after,.card .card-arrow-bottom-right:after{
    bottom:0
}
.card .card-arrow-bottom-left,.card .card-arrow-top-left{
    left:0
}
.card .card-arrow-bottom-left:after,.card .card-arrow-bottom-left:before,.card .card-arrow-top-left:after,.card .card-arrow-top-left:before{
    left:0
}
.card .card-arrow-bottom-right,.card .card-arrow-top-right{
    right:0
}
.card .card-arrow-bottom-right:after,.card .card-arrow-bottom-right:before,.card .card-arrow-top-right:after,.card .card-arrow-top-right:before{
    right:0
}
.card-content{
    padding: 1.6rem;
    position: relative;
    z-index: 1;
}
.card-content p:last-child{
    margin-bottom: 0;
}
/*Login Page Css Start Here*/
.form-logo{
    margin: 18rem 0 2rem;
}
.form-logo img {
    height: 65px;
}
.form-content-outer{
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    justify-content: space-between;
}
.form-side{
    width: 30%;
    border-left: 1px solid rgba(255,255,255,0.25);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.form-side-top {
    overflow: hidden;
    height: calc(100% - 6.2rem);
    display: flex;
    flex-direction: column;
    padding: 22.2rem 3.5rem 2rem;
}
.form-side #footer{
    padding: 2rem 3.5rem;
    margin: 0;
    width: 100%;
    border-top: 0;
}
.form-head h1{
    font-size: 3.5rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.8rem;
}
.form-head span{
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
    display: block;
}
.form-field{
    margin-bottom: 1.6rem;
}
.form-input{
    position: relative;
}
.form-label{
    margin-bottom: 0.8rem;
}
.chk {
    display: block;
    position: relative;
    padding-left: 2.4rem;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.chk .checkmark {
    position: absolute;
    top: 0.25rem;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: .2rem;
}
.chk input:checked ~ .checkmark {
    background-color: #3cd2a5;
    border-color: #3cd2a5;
}
.chk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.chk input:checked ~ .checkmark:after {
    display: block;
}
.chk .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 9px;
    border: solid #0c2a21;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.forget-pass a{
    text-decoration: underline !important;
}
.forget-pass span{
    color: rgba(255, 255, 255, .5);
}
.form-content{
    width: 70%;
}
.info-outer {
    padding: 3.2rem 3.2rem 2rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.subtitle *{
    color: #fff;
    margin-bottom: .5rem;
    font-size: 2rem;
    font-weight: 600;
}
/*Login Page Css End Here*/
/*Twitter Feed Page Css Start Here*/
.card-header{
    background: rgba(255, 255, 255, 0.15);
    padding: .88rem 1.6rem;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(255,255,255,.3)
}
.card-header h3{
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
}
.card-refresh a{
    display: flex;
    color: rgba(255, 255, 255, 0.5) !important;
}
.card-info{
    position: relative;
    z-index: 1;
}
.twitter-item{
    padding: .8rem 1.6rem;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}
.twitter-item:last-child{
    border-bottom: 0;
}
.twitter-logo{
    width: 3rem;
}
.twitter-logo img{
    width: 100%;
}
.twitter-info {
    padding-left: 1.6rem;
    width: calc(100% - 3rem);
}
.twitter-head {
    margin-top: 0.5rem;
}
.twitter-head .twitter-name {
    color: #fff !important;
    opacity: 1 !important;
    flex: 1;
    padding-right: 1.6rem;
}
.twitter-head h3{
    font-size: 1.4rem;
    font-weight: 500;
}
.twitter-time,.twitter-info p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.25rem;
    position: relative;
}
.twitter-time{
    display: flex;
    align-items: center;
}
.budge-new {
    padding: 0rem 0.3rem;
    color: #000;
    border-radius: 0.2rem;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4rem;
    margin-top: -0.22rem;
    display: block;
    margin-right: 0.4rem;
}
.twitter-id{
    margin: 0.2rem 0 .4rem;
}
.twitter-info p{
    margin-bottom: 0.6rem;
}
.twitter-info a{
    display: inline;
    font-size: 1.25rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: underline !important;
}
.card-info img{
    max-width: 20rem;
    width: 100%;
    margin-bottom: .6rem;
    display: block;
    border-radius: 0.7rem;
}
.twitter-scoll {
    max-height: calc(100vh - 300px);
    overflow: hidden;
    padding-bottom: 1rem;
}
/*Twitter Feed Page Css End Here*/
/*World Map Page Css Start Here*/
.card-body{
    position: relative;
    z-index: 10;
    padding: 1.6rem;
    background: transparent;
}
.card-head{
    margin-bottom: 1.6rem;
    align-items: center;
}
.card-head h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.225rem;
    flex-grow: 1;
}
.card-expand-icon{
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 1.225rem;
}
.tooltip {
    font-size: 1.3rem;
    padding: 0.64rem 0;
}
.tooltip-inner {
    background: #fff;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
    color: #000;
    font-family: 'Chakra Petch';
    font-weight: 500;
}
.tooltip .tooltip-arrow{
    width: 1.27969rem;
    height: .639rem;
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    border-width: 0 0.639rem 0.639rem;
    border-bottom-color: #fff;
}
.card.card-expand {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1120;
    border-radius: 0;
    margin: 0!important;
    padding: 0.5rem;
    background: rgba(29,40,53,.95);
}
.card.card-expand .card-body{
    overflow: hidden;
    overflow-y: auto;
}
.card.card-expand .card-arrow {
    margin: 5px;
}
.card.card-expand:not(.border-0):before {
    top: 5px;
    bottom: 5px;
    left: 20px;
    right: 20px;
}
.card.card-expand:not(.border-0):after {
    top: 20px;
    bottom: 20px;
    left: 5px;
    right: 5px;
}
.card.card-expand .card.nested-card .card-arrow {
    margin: 0px;
}
.card.card-expand .card.nested-card:not(.border-0):before {
    top: 0px;
    bottom: 0px;
    left: 15px;
    right: 15px;
}
.card.card-expand .card.nested-card:not(.border-0):after {
    top: 15px;
    bottom: 15px;
    left: 0px;
    right: 0px;
}
.card-title{
    margin-bottom: 0;
}
.card-title h2{
    font-size: 2.45rem;
    color: #fff;
    line-height: 2.94rem;
    font-weight: bold;
}
.apexcharts-tooltip {
    background:rgba(255,255,255,.9) !important;
    color:#000 !important;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title{
    font-family:inherit!important;
    font-weight:600;
    padding:.56rem 1.2rem;
    margin:0
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group{
    padding:.56rem 1.2rem;
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-marker{
    width:1rem;
    height:1rem;
    margin-right:.4rem
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group .apexcharts-tooltip-text .apexcharts-tooltip-y-group{
    padding:0
}
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-series-group+.apexcharts-tooltip-series-group{
    padding-top:0
}
.smallchart{
    margin-top: -8px;
}
.smallpiechart{
    margin-top: -1rem;
}
.card-details li{
    font-size: 1.225rem;
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.card-details li i {
    text-align: center;
    width: 1.531em;
    margin-right: .4rem;
}
.word-map-outer{
    position: relative;
    z-index: 1;
}
.card-expand .card-expand .word-map{
    height: 600px !important;
}
.jvectormap-container{
    position:relative
}
.jvectormap-container .jvectormap-goback,.jvectormap-container .jvectormap-zoomin,.jvectormap-container .jvectormap-zoomout{
    width:1.8rem;
    height:1.8rem;
    padding:0;
    box-sizing:border-box;
    font-size:1.6rem;
    background:rgba(255,255,255,.25);
    color:rgba(255,255,255,.75);
    left:1.6rem;
    box-shadow:none;
    border-radius:0;
    display:flex;
    align-items:center;
    justify-content:center
}
.jvectormap-without-padding .jvectormap-container .jvectormap-goback,.jvectormap-without-padding .jvectormap-container .jvectormap-zoomin,.jvectormap-without-padding .jvectormap-container .jvectormap-zoomout{
    left:0
}
.jvectormap-container .jvectormap-goback:hover,.jvectormap-container .jvectormap-zoomin:hover,.jvectormap-container .jvectormap-zoomout:hover{
    color:#fff;
    background:rgba(255,255,255,.45)
}
.jvectormap-container .jvectormap-zoomin{
    top:1.6rem;
}
.jvectormap-without-padding .jvectormap-container .jvectormap-zoomin{
    top:0;
}
.jvectormap-container .jvectormap-zoomout{
    top:4.1rem;
}
.jvectormap-without-padding .jvectormap-container .jvectormap-zoomout{
    top:2.5rem;
}
.jvectormap-container .jvectormap-legend{
    background:rgba(53,67,74,.85);
    color:rgba(255,255,255,.75);
    box-shadow:none;
    border-radius:0
}
.jvectormap-container .jvectormap-legend-title{
    font-size:.6875rem;
    padding:.479688rem .8rem;
    background:rgba(255,255,255,.15)
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend{
    padding:0;
    margin:1.6rem 1.6rem 0 0
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-inner{
    padding:.8rem
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-tick{
    display:flex;
    align-items:center
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-tick-sample{
    width:1.6rem;
    height:1.6rem
}
.jvectormap-container .jvectormap-legend-cnt-v .jvectormap-legend .jvectormap-legend-tick-text{
    padding-left:.8rem
}
.jvectormap-tip{
    background:rgba(255,255,255,.9)!important;
    color:#000!important;
    font-weight:600!important;
    padding:.4rem .8rem!important;
    border:none!important;
    font-family:inherit!important;
    font-size:1.25938rem!important;
    z-index:1121;
    border-radius:4px!important
}
.text-table{
    color: rgba(255, 255, 255, 0.6);
}
.radialChart{
    width: 7rem;
}
.radialinfo{
    padding-left: .8rem;
}
.map-twitter-scoll{
    max-height: calc(100vh - 222px);
}
/*World Map Page Css End Here*/
/*Country Report List Page Css Start Here*/
.linkicon{
    color: rgba(255, 255, 255, 0.75) !important;
}
.dropdown-toggle {
    display: flex;
    align-items: center;
}
.dropdown-toggle::after {
    margin-top: 3px;
    margin-left: .5rem;
}
.dropdown-toggle .dropdown-menu{
    padding: .8rem 0;
}
.dropdown-toggle .dropdown-item{
    padding: .6rem 2rem;
}
.dropdown-toggle .dropdown-divider{
    margin: .8rem 0;
}
.form-group-icon{
    position: absolute;
    top: 0;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 3.5rem;
}
.tabel-custom {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1.6rem;
}
.table-hover > tbody > tr:hover > * {
    color: rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
}
.tabel-custom th {
    padding: 0 0.8rem 0.8rem;
    border-top: 0;
}
.tabel-custom td{
    padding: .8rem;
    border-color: rgba(255, 255, 255, 0.3) !important;
}
.badge-custom{
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .5rem .8rem;
    border-radius: .4rem;
    border: .1rem solid;
    font-weight: bold;
}
.badge-custom i{
    font-size: .9rem;
    margin-right: .5rem;
}
/* .badge-success{
    color: #3cd2a5;
    border-color: #3cd2a5;
} */
.badge-warning{
    color: #ff9f0c;
    border-color: #ff9f0c;
}
.badge-primary{
    color: #4e9cff;
    border-color: #4e9cff;
}
.badge-gray{
    color: #90a2aa;
    border-color: #90a2aa;
}
.badge-dagar{
    color: #ff6060;
    border-color: #ff6060;
}
.coutry-item{
    display: flex;
    align-items: center;
}
.coutry-item img {
    height: 1.7rem;
    margin-right: 0.8rem;
    width: 2.492rem;
}
.table-check {
    height: 1.5rem;
    width: 1.5rem;
}
.table-check .chk .checkmark {
    top: 0;
}
.table-action .btn{
    width: 100%;
}
.pagination .page-item + .page-item {
    margin-left: 0.5rem;
}
.page-link {
    color: #fff !important;
    background-color: rgba(255,255,255,.15);
    border: 0 solid rgba(255,255,255,.3);
    padding: 0.6rem 1.2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.page-link:hover {
    z-index: 2;
    color: #fff !important;
    background-color: rgba(255,255,255,.3);
    border-color: rgba(255,255,255,.3);
}
.page-item.active .page-link {
    background-color: #3cd2a5;
    border-color: #3cd2a5;
    z-index: 3;
    color: rgba(0,0,0,.85) !important;
}
.page-item.disabled .page-link {
    color: rgba(255,255,255,.2) !important;
    pointer-events: none;
    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,0);
}
.pagination .page-item .page-link {
    border-radius: 0.4rem;
}
.table-entries{
    margin-bottom: .8rem;
}
.dropSearch {
    position: relative;
}
.dropSearchInput {
    position: relative;
}
.searchInput{
    cursor: pointer;
    padding-right: 2.5rem !important;
}
.dropSearchInput i {
    height: 0.9rem;
    width: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 1.3rem;
    right: 1.3rem;
}
.listbox {
    position: absolute;
    width: 100%;
    left: 0px;
    top: calc(100% + .2rem);
    max-height: 220px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1000;
    font-size: 1.4rem;
    color: rgba(255,255,255,.75);
    text-align: left;
    background-color: rgba(29,40,53,.98);
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 0;
    box-shadow: 0 0.5rem 1rem rgb(255 255 255 / 8%);
    display: none;
}
.listbox ul{
    padding: 0.8rem 0;
}
.listbox li{
    padding: 0.6rem 2rem;
    color: rgba(255,255,255,.5);
    display: block;
    cursor:pointer;
}
.listbox li:hover,.listbox li.active{
    color: #fff !important;
    background-color: rgba(255,255,255,.15);
}
.listboxIcon li .listitem{
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.listboxIcon li img {
    height: 1.5rem;
    width: 2.3rem;
    margin-right: .4rem;
}
.alret-message{
    min-height: 43px;
}
/*Country Report List Page Css End Here*/
/*Bot Status Page Css Start Here*/
.bot_list{
    font-size: 1.3rem;
}
.bot-stuts{
    padding-left: .8rem;
}
.bot-icon {
    font-size: 0.8rem;
    margin-right: 0.3rem;
    line-height: 0.8rem;
    margin-top: 0.6rem;
}
.bot-icon-success{
    color: rgb(60, 210, 165);
}
.bot-icon-danger{
    color: #ff6060;
}
.bot-question{
    margin-left: .3rem;
}
.bot-scroll{
    max-height: calc(35vh);
    overflow: hidden;
    padding-bottom: 1rem;
}
textarea.bot-console {
    height: 14.4rem;
    margin-bottom: .5rem;
}
/*Bot Status Page Css End Here*/
/*Map Page Css Start Here*/
#map{
    height: 375px;
    width: 100%;
    outline: none;
    margin-bottom: 1.5rem;
}
#map-view-move{
    height: 528px;
    width: 100%;
    outline: none;
    margin-bottom: 1.5rem;
}
#map-country-highlight{
    height: 550px;
    width: 100%;
    outline: none;
    margin-top: 1.5rem;
}
#map-marker{
    height: 665px;
    width: 100%;
    outline: none;
}
.map_outer_box .card.card-expand #map{
    height: 62rem;
}
.card-head-mb-7{
    margin-bottom: 0.7rem;
}
.badge-item-inline{
    display: flex;
    flex-wrap: wrap;
}
.badge-item-inline .badge-custom{
    margin: 0.5rem 0.5rem 0 0;
}
.map_details_item h4 {
    font-weight: 500;
}
.date_country {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    margin-top: 0.3rem;
    font-weight: 400;
}
.map_detail_outer:before,.map_detail_outer:after{
    content: none;
}
.map_detail_outer .card-expand {
    position: absolute;
    right: 1.6rem;
    top: 1rem;
    z-index: 2;
}
.map_detail_outer.card.card-expand .card-arrow {
    margin: 0;
}
.map_detail_outer.card.card-expand .card-expand {
    right: 2rem;
    top: 1.4rem;
}
.map_details_item{
    cursor: pointer;
    padding: 1rem;
    border-radius: 0.1rem;
    margin-bottom: 1rem;
}
.map_details_item:last-child{
    border-bottom: 0;
    margin-bottom: 0;
}
.date_country i {
    width: 1.8rem;
}
.card-title{
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.8rem;
}
.p-16{
    padding: 1.6rem 1.6rem .6rem;
}
.details_date{
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-bottom: 1rem;
}
.details_date_inline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 1rem;
}
.details_action {
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}
.details_action a {
    margin-left: 0.6rem;
    line-height: 1.4rem;
}
.detail_loc_inline {
    display: flex;
    flex-wrap: wrap;
}
.detail_loc_inline .location {
    margin-right: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin-top: 0.5rem;
    width: 100%;
}
.location i {
    width: 1.8rem;
    margin-top: 0.1rem;
}
.map_type {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.3rem 0 0.5rem;
}
.subhead *{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
}
.mt-12{
    margin-top: 1.5rem;
}
.border-custom{
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}
.rist_text{
    font-size: 1.6rem;
}
.rist_text_big{
    font-size: 4.5rem;
}
.map_details{
    display: none;
    padding: 0.8rem 1.6rem;
}
.height-100{
    height: calc(100vh - 27rem);
    overflow: hidden;
    padding-bottom: 1rem;
}
.card.card-expand .height-100{
    height: calc(100vh - 5.5rem);
}
#details_1{
    display: block;
}
.country-card-body{
    padding-bottom: 1rem;
}
.country_times{
    margin: 0 -1.6rem;
    font-size: 1.2rem;
}
.time_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.3rem 1.6rem;
    display: flex;
    align-items: center;
}
.timelist{
    display: inline-flex;
    align-items: center;
    margin: 0px 4px;
    width: 46px;
}
.time_item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.card-window{
    margin-right: 1.5rem;
    cursor: pointer;
    opacity: 0.8;
}
.card-window img{
    width: 1.6rem;
}
.map_detail_outer .card-window {
    position: absolute;
    right: 3rem;
    top: 0.9rem;
    z-index: 2;
}
/*Map Page Css End Here*/
/*Fear & Greed Page Css Start Here*/
.pb-16{
    padding-bottom: 1.6rem;
}
.fearchart{
    height: 400px;
    width: 100%;
}
.card-fear .card-title{
    margin-bottom: 0;
}
.card-fear .card-head {
    margin-bottom: 1rem;
}
.card-fear .card-title h2 {
    font-size: 2rem;
    line-height: 2.50rem;
}
.card-fear .card-title span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255,255,255,0.4);
    padding-left: 1.2rem;
    margin-left: 1rem;
    line-height: 1.8rem;
}
.mt-30{
    margin-top: 3rem;
}
.marketchart{
    height: 275px;
    min-height: 275px;
    width: 100%;
}
.legend_item {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    margin-right: 1.5rem;
}
.legend_item i {
    font-size: .9rem;
    margin-right: 0.2rem;
}
.fearType {
    background: rgba(255, 255, 255, 0.3);
    padding: .5rem 1rem;
    font-weight: 400;
    min-width: 12.1rem;
    text-align: center;
    border-radius: 0.2rem;
}
.mb-6{
    margin-bottom: .6rem;
}
.mt-15{
    margin-top: 1.6rem;
}
.mt-10{
    margin-top: 1rem;
}
.text-gray{
    color: rgba(255, 255, 255, 0.7);
}
.mr-20{
    margin-right: 2rem;
}
.bg-danger-dark{
    background: #800000;
}
.bg-success-dark{
    background: #006400;
}
.card-fear .bg-warning,.card-fear .bg-warning .card-title h2,.fearType.bg-warning{
    color: rgb(33, 37, 41);
}
.card-fear .bg-warning .card-title span{
    border-left-color: rgb(33, 37, 41);
}
/*Fear & Greed Page Css End Here*/