
.country-flag::after {
    content: "";
    display: inline-flex;
    width: 20px;
    height: 15px;
    background-image: url('../../assets/images/flags.png');
    background-repeat: no-repeat;
    background-size: 20px;
}

.country-flag[name="BE"]::after {
    background-position: 0px 0px;
}

.country-flag[name="NL"]::after {
    background-position: 0px -15px;
}

.country-flag[name="US"]::after {
    background-position: 0px -30px;
}

.country-flag[name="LU"]::after {
    background-position: 0px -45px;
}

.country-flag[name="UK"]::after, 
.country-flag[name="EN"]::after {
    background-position: 0px -60px;
}

.country-flag[name="IT"]::after {
    background-position: 0px -75px;
}

.country-flag[name="FR"]::after {
    background-position: 0px -90px;
}

.country-flag[name="ES"]::after {
    background-position: 0px -105px;
}

.country-flag[name="PT"]::after {
    background-position: 0px -120px;
}

.country-flag[name="NO"]::after {
    background-position: 0px -135px;
}

.country-flag[name="DE"]::after {
    background-position: 0px -150px;
}

.country-flag[name="PL"]::after {
    background-position: 0px -165px;
}

.country-flag[name="EL"]::after {
    background-position: 0px -180px;
}

.country-flag[name="FI"]::after {
    background-position: 0px -180px;
}

#GeoVisitHeatmap {
    width: 100%;
    height: 350px;
}

#dash-calendar {
    height: 300px;
    position: relative;
    width: 100%;
}

#demographic-genderage-container, #demographic-visitsgender-container {
    height: 350px;
}

/*#dashboardtopnav-bg {
    padding-left: 1px;
    padding-right: 1px;
}

#dashboard-top-section {
    background: url(../../assets/images/background-19.jpg) no-repeat center center;
}

#dashboard-main-container {
    display: inline-flex;
    width: 100%;
    padding: 0px;
    background: var(--box-gray);
}

#dashboard-menu {

    height: -webkit-fill-available;
    overflow-y: scroll;
    width: 100%;
    max-width: 300px;
    margin: 0px;
    margin-top: 70px;
    padding: 15px 5px;
    position: sticky;
    top: 175px;
    border-radius: 2.5px;

}

#dashboard-root-container {

    .btn-default {
        background-color: #fff;
    }

    .btn {
      border-radius: 25px;
      border-color: #ddd;
    }

    .btn:hover {
      border: solid 1px #bbb;
      background-color: #fff;
    }

    .btn:active {
      background-color: #f9f9f9;
      border: solid 1px #bbb;
      outline: none;
    }

    .btn:disabled {
      background-color: #f9f9f9;
      border: solid 1px #ddd;
      color: #bbb;
    }

    .btn:focus:active, .btn:focus, .btn:active {
      outline: none;
    }

    .showGraph-btn {
        margin-left: 10px;
        background-color: var(--jagger);
        border: 1px solid var(--jagger);
        font-weight: 500;
        height: 23px;
        border-radius: 2.5px;
        display: inline-block;
        padding: 0rem 0.75rem;
        font-size: 0.825rem;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        margin-top: 3.5px;
    }

    .showGraph-btn:hover {
        background-color: var(--primary-background);     
        color: var(--jagger);
        cursor: pointer;
    }

    .open>.dropdown-menu {
        display: block;
    }

    .open > .dropdown-toggle.btn-default {
      background-color: #fff;
    }

    .dropdown-menu {
      top: 25px;
      padding: 3px 0;
      border-radius: 2px;
      border: 1px solid #bbb;
    }

    .dropdown-menu > li > a {
      padding: 9px 12px;
      cursor: pointer;
      display: block;
        clear: both;
        font-weight: 400;
        line-height: 1.42857;
        color: rgb(51, 51, 51);
        white-space: nowrap;
    }

    .dropdown-menu > li > a:hover {
      background-color: rgba(81, 92, 230, 0.05);
      color: #333;
    }

    .bi15 {
      width: 15px;
      height: 15px;
    }

    .calendar-icon {
      width: 14px;
      height: 14px;
    }

    #top {
      height: 49px;
      border-bottom: 1px solid #bbb;
      padding: 16px;
      font-size: 10px;
    }

    #lnb {
        position: relative;
        width: 100%;
        height: fit-content;
        display: inline-grid;
        background: #fff;
    }

    #right {
      position: relative;
      display: inline-grid;
      top: 0px;
      right: 0;
      bottom: 0;
    }

    @media screen and (max-width: 1200px) {


        #calendarList {
            display: inline-flex!important;
            overflow-x: scroll;
            width: 100%;
        }
    }

    @media screen and (max-width: 1020px) {
        #dashboard-menu {
            max-width: 65px!important;
        }

        .dashsidemenu-header > .sidebar-link > .Header {
            display: none;
        }
    }

    @media screen and(max-width: 768px) {

        #calendar {
            top: 100px!important;
        }

        .tui-full-calendar-week-container {
            position: relative!important;
            top: 25px!important;
        }

        #menu {
            text-align: center!important;
        }

        .tui-full-calendar-dayname-date {
            font-size: 8px;
        }
    }

    #lnb label {
      margin-bottom: 0;
      cursor: pointer;
    }

    .lnb-new-schedule {
      width: 100%;
      padding-bottom: 12px;
      border-bottom: 1px solid #e5e5e5;
    }

    #calendarList {
        width: fit-content; 
        display: flex;
        max-width: 250px;
    }

    #lnb-calendars {
        display: grid;
    }

    .lnb-new-schedule-btn {
        height: 100%;
        min-height: 35px;
        width: 140px;
        max-width: 175px;
        font-size: 0.925rem;
        background-color: var(--jagger);
        color: #ffffff;
        border: 0;
        border-radius: 2.5px;
        padding: 0.55rem 0.75rem;
        font-weight: 500;
    }

    .lnb-new-schedule-btn:hover {
      background-color: var(--ruby-hvr);
      border: 0;
    }

    .lnb-calendars > div {
        padding: 12px 5px;
        border-bottom: 1px solid #e5e5e5;
        font-weight: normal;
        display: inline-flex;
        width: auto;
    }

    .lnb-calendars-d1 {
      padding-left: 8px;
    }

    .lnb-calendars-d1 label {
      font-weight: normal;
    }

    .lnb-calendars-item {
        min-height: 14px;
        min-width: fit-content;
        margin-left: 10px;
        line-height: 14px;
        padding: 8px 0;
    }

    .lnb-footer {
      color: #999;
      font-size: 11px;
      position: absolute;
      bottom: 12px;
      padding-left: 16px;
    }

    #menu {
        height: fit-content;
        position: relative;
        margin: 5px 0px;
    }

    #dropdownMenu-calendarType {
      padding: 0 8px 0 11px;
    }

    #calendarTypeName {
      min-width: 62px;
      display: inline-block;
      text-align: left;
      line-height: 30px;
    }

    .move-today {
      padding: 0 16px;
      line-height: 30px;
    }

    .move-day {
      padding: 8px;
      font-size: 0;
    }

    #renderRange {
      padding-left: 12px;
      font-size: 19px;
      vertical-align: middle;
    }

    .dropdown-menu-title .calendar-icon {
      margin-right: 8px;
    }

    .calendar-bar {
      width: 16px;
      height: 16px;
      margin-right: 5px;
      display: inline-block;
      border: 1px solid #eee;
      vertical-align: middle;
    }

    .calendar-name {
        font-size: 14px;
        font-weight: bold;
        vertical-align: middle;
    }

    .schedule-time {
        color: #005aff;
    }

    #userCalendar{
        position: relative;
        width: 100%;
        height: 350px;
    }

    #calendar {
        position: relative;
        width: 100%;
        height: 750px;
    }


    .weekday-grid-more-schedules {
      float: right;
      margin-top: 4px;
      margin-right: 6px;
      height: 18px;
      line-height: 17px;
      padding: 0 5px;
      border-radius: 3px;
      border: 1px solid #ddd;
      font-size: 12px;
      text-align: center;
      color: #000;
    }




.dashsidemenu-header {

	height: 50px;
}

.dashHeader {
    margin: 0px;
    color: #323a56;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 2.5px 2.5px 0px 0px;
    padding: 5px;
}

.dashSubHeader {
    font-weight: 400;
    font-size: 0.75rem;
    width: 100%;
    color: #323a56;
    padding: 5px;
    background: #f9f9f9;
}

.dash-title {
    color: #fff;
    font-size: 1.15rem;
    line-height: 50px;
    font-weight: 500;
    width: fit-content;
    margin: auto;
}

.balance-outline {
	background: inherit;
    padding: 3px;
    border-radius: 2.5px;
    height: 32.5px;
    position: relative;
    top: -5px;
}

.balance-outline:hover .balance-title,
.balance-outline:hover .balance-total {
	cursor: pointer;
	text-decoration: underline;
}

.balance-title,
.balance-total {
	font-size: 13px;
}

.upgrade-btn-outline {
    border: 1px solid var(--jagger);
    padding: 5px 15px;
    height: 35px;
    font-weight: 500;
    background: var(--jagger);
    position: relative;
    border-radius: 25px;
}

.upgrade-btn-outline:hover {
    -webkit-box-shadow: 0px 1px 2px 0px #ccc;
    box-shadow: 0px 1px 2px 0px #ccc;
    background: #fff;
    cursor: pointer;
}

.upgrade-btn-outline:hover .upgrade-btn {
	color: var(--jagger)!important;
}

.upgrade-btn {
    color: #fff;
    font-size: 0.825rem;
    width: auto;
    line-height: 1.75;
}
	
.inner-dashsidemenu {

}

.ul-dashsidemenu {
	padding: 0px;
}

.ul-dashsidemenu li:hover .ul-dashsidemenu > nav-item {
    background-color: rgba(255,255,255,0.1);
}

.inner-dashsidemenu li a {
    color: #72777a;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sidebar-link {
	display: block;
    font-size: .75rem;
    font-weight: 400;
    padding: 0px;
    position: relative;
    height: 50px;
    white-space: nowrap;
}

.icon-holder {
    border-radius: 6px;
    display: inline-block;
    font-size: 17px;
    height: 35px;
    left: 0;
    line-height: 35px;
    margin-right: 14px;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 35px;
}

.icon-holder-db-topnav {
    border-radius: 6px;
    display: inline-block;
    font-size: 17px;
    height: auto;
    max-height: 45px;
    left: 0;
    position: relative;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    min-width: 35px;
}

.db-icon {
	font-size: 1.25rem;
    color: var(--tertiary-btn);
    position: relative;
    top: 5px;
    transition: all ease-out .25s;
}


.kpicard-title,
.kpicard-content {
    color: #2d2d2d;
    vertical-align: super;
    font-weight: 500;
}

.db-sn-title {
    color: var(--primary-title);
    transition: all ease-out .25s;
    font-size: 1rem;
    font-weight: 500;
}

.dashmainsection {

}

.dashtopnav {
	margin: 0px!important;
    padding: 0px 15px;
    z-index: 99;
    width: 100%;
    background: inherit;
    right: 0px;
}

.db-topnav-ul {
	padding: 0px;
    margin: 0px;
    height: 50px;
}

.db-topnav-li {
	height: 50px;
    list-style: none;
    display: inline-flex;
    display: -webkit-inline-box;
    width: auto;
}

.db-topnav-link {
	display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 5px;
    position: relative;
    height: 50px;
    white-space: nowrap;
}

.dashmaincontent {
	margin-top: var(--topnav-top-height);
    padding: 1rem;
}

.dashmaincontent > section {
    background: #fff;
}

#db-topnavmenu {
    color: #000;
}

#page-metrics-dd {
    margin-top: 0px;
    margin-left: 5px;
    top: -2.5px;
    position: relative;
    min-width: 120%;
}

.kpirow,
.db-georow,
.db-agendarow,
.db-biscardsrow {
	margin: 0px;
}

.db-georow,
.db-biscardsrow {
    min-height: 450px;
    margin-bottom: 75px;
}

#GeoVisitHeatmap {
    width: 100%;
    height: 250px;
    border-radius: 5px;
}

.leaflet-pane,
.leaflet-top, .leaflet-bottom  {
    z-index: 1!important;
}

.kpirow {
    min-height: 125px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.chartTitle {
    padding: 5px;
    margin-bottom: 5px;
    font-size: 0.925rem;
    font-weight: 500;
    color: var(--text-preview);
    text-align: left;
}

.country-li {
    list-style: none;
}

.country-rank {
    margin-right: 10px;
    top: -2.5px;
    position: relative;
    font-size: 0.825rem;
    line-height: 0.85rem;
    font-weight: 500;
    color: var(--jagger);
    background: var(--primary-background);
    width: 20px;
    height: 20px;
    padding: 2.5px 7px;
    border-radius: 10px;
}

.country-flag {
    display: block;
    width: 20px;
    height: 15px;
    box-shadow: rgb(0 0 0 / 50%) 0px 1px 2px 0px;
}

.country-flag::after {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background-image: url(https://www.carnext.com/static/images/flags.png);
    background-repeat: no-repeat;
    background-size: 20px;
}

.country-flag[name="BE"]::after {
    background-position: 0px 0px;
}

.country-flag[name="NL"]::after {
    background-position: 0px -15px;
}

.country-flag[name="US"]::after {
    background-position: 0px -30px;
}

.country-flag[name="LU"]::after {
    background-position: 0px -45px;
}

.country-flag[name="UK"]::after, .country-flag[name="EN"]::after {
    background-position: 0px -60px;
}

.country-flag[name="IT"]::after {
    background-position: 0px -75px;
}

.country-flag[name="FR"]::after {
    background-position: 0px -90px;
}

.country-flag[name="ES"]::after {
    background-position: 0px -105px;
}

.country-flag[name="PT"]::after {
    background-position: 0px -120px;
}

.country-flag[name="NO"]::after {
    background-position: 0px -135px;
}

.country-flag[name="DE"]::after {
    background-position: 0px -150px;
}

.country-flag[name="PL"]::after {
    background-position: 0px -165px;
}

.country-flag[name="EL"]::after {
    background-position: 0px -180px;
}

.country-flag[name="FI"]::after {
    background-position: 0px -180px;
}


.country-name,
.country-visit-amount {
    line-height: 0.8;
    font-weight: 500;
    font-size: 1rem;
}

.country-visit-amount {

}



.country-span, .city-span {
    display: flex;
    width: 100%;
}

.country-span {
    height: 40px;
    padding: 12.5px 5px;
    border-bottom: 1px solid var(--border-light);
}

.country-span:hover {
    background: var(--aliceblue);
    cursor: pointer;
}

.city-visitor-list {
    display: grid;
    margin: 5px;
}

.city-span {
    padding-left: 10px;
}

.dateRangeLabel {
    margin-right: 5px;
    font-weight: 600;
    font-size: 0.85rem;
}

.db-agendarow {

    max-width: 100%;
    background: #fff;

}

.db-agendarow > div {
    display: inline-block;
    width: fit-content;
}

#TrendSection {

}

.db-card {
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #ccc;
    -webkit-box-shadow: 0px 2px 4px 0px #ccc;
}

.kpicard {
    background-color: var(--primary-background);
    height: auto;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
     border-radius: 5px; 
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.kpicard-header {
    padding: 15px;
    width: 100%;
    position: relative;

}

.kpicard-body {

}

.kpicard-title {

}

.kpicard-graph,
.kpicard-content {
    margin: 0px;
    width: 100%;
}

#currentDemand {
    position: relative;
}

.kpi-score-perc[sc="pos"] {

    padding: 5px 7.5px;
    border-radius: 15px;
    color: var(--tertiary-accent);
    position: absolute;
    font-weight: 500;
    width: max-content;
    right: 20px;
    top: 25px;
}

.kpi-score-perc[sc="neg"] {
    background: rgba(255, 182, 193, 0.5);
    padding: 5px 7.5px;
    position: absolute;
    font-weight: 500;
    width: max-content;
    right: 20px;
    top: 25px;
    border-radius: 15px;
    color: darkred;
}

.kpi-score-perc[sc="eq"] {
    background: rgba(0, 0, 255, 0.5);
    padding: 5px 7.5px;
    position: absolute;
    font-weight: 500;
    width: max-content;
    right: 20px;
    top: 25px;
    border-radius: 15px;
    color: darkblue;
}

#dashDateRange {
    margin: 0px 6.33% 0px 0%;
    display: inline-flex;
}

@media screen and (max-width: 1200px) {
    #dashboard-menu {
        display: none;
    }

    #dashDateRange {
        margin: 0px ;
    }
}

@media screen and (max-width: 1023px) {
	.db-sn-title,
    .dash-title {
		display: none;
	}
}

@media screen and (max-width: 780px) {
    .dashmaincontent {
        padding: 5px;
    }
}

@media screen and (max-width: 680px) {
	.dashtopnav,
    .dashsidemenu {
		top: 50px;
	}

    #dateRangeLabel {
        display: none;
    }


}

@media screen and (max-width: 426px) {

}


*/