/* (c) 2020 Pluto Inc. */

.select2-selection.select2-selection--multiple, .select2-selection.select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}

.select2-selection.select2-selection--single > .select2-selection__arrow {
    height: 100%;
}

.select2-selection.select2-selection--single {
    display: flex;
    align-items: center;
    height: 100%;
}

.custom-loader, #unsupportedBrowser {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(1, 1, 1, 0.14);
    z-index: 99999999;
}

.select-timezone-dropdown.disabled {
    pointer-events: none;
}

.select-timezone-dropdown {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    width: 100%;
    height: 100%;
}

#select-timezone-dropdown > .select-timezone-dropdown {
    border-radius: 0 .25rem .25rem 0;
    border-left: 0;
}

#select-device-type-dropdown {
    min-width: 240px;
}

#select-device-type-dropdown > .select-timezone-dropdown {
    border-radius: .25rem 0 0 .25rem;
}
.select-timezone-dropdown .selected-timezone {
    font-size: 14px;
}

.select-timezone-dropdown .dropdown-toggle {
    font-size: 16px;
    color: rgb(73, 80, 87);
    line-height: 1.5;
}

.select-timezone-dropdown .dropdown-menu {
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
}

.select-timezone-dropdown .dropdown-menu > li {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.select-timezone-dropdown .dropdown-menu > li:hover, .select-timezone-dropdown .dropdown-menu > li.selected {
    background: rgba(217, 217, 217, 0.54);
    cursor: pointer;
}

#navbarSupportedContent li.disabled{
    pointer-events: none;
}

.container-fluid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-chart{
    width: 100%;
    padding-bottom: 30px;
}

.summary-table {
    width: 100%;
    padding: 30px 10%;
}

.summary-table table {
    width: 100%;
}

.summary-table table > tbody > tr > td:nth-of-type(1) {
    width: 30%;
}

.summary-table table > tbody > tr > td:nth-of-type(2) {
    width: 1px;
    text-align: end;
}

.summary-table table > tbody > tr > td {
    padding: 3px 10px;
}

.summary-table table > tbody > tr:nth-of-type(2n-1) > td:first-of-type {
    background: rgba(233, 236, 239, 0.3);
}

[data-report-type="userate"] .b-device-type-with-app-version {
    display: none !important;
}

[data-report-type="userate_by_position"] .b-device-type-with-app-version {
    display: none !important;
}

[data-report-type="userate_by_app_version"] .b-device-type {
    display: none !important;
}

@media all and (min-width: 1921px){
    .container-fluid{
        justify-content: space-between;
    }
    .wrap-chart{
        width: 50%;
    }
}

.title-tooltip {
    opacity: 1;
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
}
.tooltip-inner {
    max-width: 100% !important;
    text-align: left;
}

.select2-container.select2-container--default.select2-container--open{
    z-index: 10000;
}

.b-apply-filter #btn-apply-filter{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 1px solid #c1c1c1;
}

.b-apply-filter #btn-apply-filter[disabled]{
    cursor: no-drop;
}

.b-apply-filter>.input-group-text{
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #007bff;
}

.nav.nav-tabs{
    background: #f8f9fb;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
}

.nav.nav-tabs .nav-link{
    cursor: pointer;
}

.navbar{
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.row{
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.col-md-12,.col-lg-6,.col-md-6,.col-sm-12{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.wrap-select-2{
    flex: 1;
    position: relative;
}

.select2-search__field{
    width: 100% !important;
}