.popup_banner_text {
    color: #5A738E;
    text-decoration: none;
    font-size: 2.5rem;
}

.history-window {
    width:auto;
    /*max-width:250px;*/
    word-break:break-word;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 16px;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #1abb9c #1abb9c #fff;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    /*color: #0080ff;*/
    background-color: #fff;
    border-color: #1abb9c #1abb9c #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}



.badge-success {
    background-color: #1abb9c99;
    border-radius: 50px;
    margin-left: 10px;
    padding: 5px 11px;
    vertical-align: top;
}

.dropdown-menu-search {
    /*position: absolute;*/
    /*background-color: #f1f1f1;*/
    /*width: 160px;*/
    /*height: 100px;*/
    /*overflow: auto;*/
    /*box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);*/
    /*z-index: 5;*/
}

.dropbtn {

}

.dropbtn:hover, .dropbtn:focus {
    /* background-color: #2980B9; */
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    /* width: 160px; */
    overflow: auto;
    box-shadow: 5px 5px 5px rgb(42 63 84);
    z-index: 9999;
    margin-top: 48px;
    border: groove;
}

.dropdown-content a {
    color: #5A738E;
    text-decoration: none;
    padding: 12px 16px;
    display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.badge-success-drop {
    width: 35px;
    height: 43px;
    margin-bottom: 8px;
}

.button_height {
    height: 43px;
    margin-bottom: 8px;
}

.search_css {
    font-size: 20px;
}

.button_search {
    font-size: 20px;
    height: 43px;
    margin-bottom: 8px;

}

.input-group-btn-history {
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    font-size: 0;
}

.vl {
    height: 43px;
    border-left: 6px solid #5a738e;
    margin-left: 10px;
    margin-right: 15px;
}
.btn-group, .btn-group-vertical {
    display:flex;
}
.btn-group-vertical>.btn, .btn-group>.btn {
  display:inline-flex;
  float:none;
}

/*
.dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}*/

.search_history_div {
    width: 930px;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 5px 5px 5px rgb(42 63 84);
    z-index: 9999;
    border: groove;
    min-height: 628px;
    /*overflow: auto;*/
}

.sessions_left {
    width: 800px;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 5px 5px 5px rgb(42 63 84);
    z-index: 9999;
    border: groove;
    height: 700px;
    min-height: 700px;
    /*overflow: auto;*/
}

.domain_tld_div {
    width: 800px;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 5px 5px 5px rgb(42 63 84);
    z-index: 9999;
    border: groove;
    min-height: 628px;
    /*overflow: auto;*/
}

.report_selection_div {
    width: 400px;
    position: absolute;
    background-color: #f1f1f1;
    box-shadow: 5px 5px 5px rgb(42 63 84);
    z-index: 9999;
    border: groove;
    min-height: 400px;
    left: 824.29px;
    top: 433.736px;
    /*overflow: auto;*/
}

.cc_result_div {
    width: 450px;
    position: absolute;
    background-color: #fff;
    box-shadow: 5px 5px 5px rgb(42 63 84);
    z-index: 9999;
    border: groove;
    min-height: 300px;
    left: 950px;
    top: 400px;
    /*overflow: auto;*/
}
