.bs {
    border: solid;
}

.input-dropdown-same-height {
    margin-top: -8.5px
}

.pointer {
    cursor: pointer;
}

.bottom-border {
    border-bottom: 1px solid lightgrey !important;
}

.page-loader-wrapper-2 {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center
}

.page-loader-wrapper-2 p {
    font-size: 13px;
    margin-top: 10px;
    font-weight: bold;
    color: #444
}

.page-loader-wrapper-2 .loader {
    position: relative;
    top: calc(50% - 30px)
}

.badge {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    color: white !important;
}

.selected-item {
    background-color: rgb(189, 186, 186)
}

.dataTables-scroll
{
    position: relative;
    overflow: auto;
    max-height: 500px;/*the maximum height you want to achieve*/
    width: 100%;
}
.dataTables-scroll thead{
position: -webkit-sticky;
position: sticky;
top: 0;
background-color: #fff;
z-index: 2;
}

.red-color{
    color:red;
}

.lightred-color {
    color: #ff8080
}

.white-color{
    color:white;
}

.green-color{
    color:green;
}

.purple-color{
    color: #9c27b0;
}

.blue-color{
    color:#007bff;
}

.pricingTable .pricing-content hr {
    margin-top: 5px;
    margin-bottom: 5px;
}


.sidebar .menu .list .nav-item-disabled{
    cursor: not-allowed;
    opacity: 0.5;
    color:#3f4254;
    position:relative;
    font-size:13px;
    font-weight:400;
    display:block;
    overflow:hidden;
    line-height:2rem;
    padding:9px 9px 9px 18px
}

input {
    height: 2rem !important;
    font-size: 14px !important;
}

pre {
    background-color: #f5f5f5;
    padding: 10px;
    font-family: 'Courier New', Courier, monospace;
    white-space: inherit;
}

#crawledDataSection{
    height: 300px;
    overflow-y: auto; 
    border: 1px solid rgba(33, 40, 50, 0.125);
    border-radius: 0.35rem;
    padding: 10px 20px 10px 10px;
}

.align-items-center {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-text-middle {
    padding: 0.6rem 0.6rem;
    margin: 0;
}

.alert-primary-imp {
    color: #cce5ff !important;
    background-color: #4b7cff !important;
    border-color: #b8daff;
}

.bg-primary-btn {
    background-color: #175BC0;
    color: #fff;
}

.bg-primary-btn:hover {
    background-color: #353c48;
    color: #fff;
}

.bordered-btn {
    border-radius: 3px !important;
}

.nav-header-fixed-width {
    width: 260px !important;
}

.logo-image {
    width: 120px;
    margin-left: 62px;
}

.tab-separator {
    border-right: 1px solid #ddd;
    height: 35px;
}

.dark-bar {
    background-color: #353c48 !important;
    color: white;
}

.dark-bar:hover {
    color: white;
}

.beta-badge {
    font-size: 14px;
    border-radius: 6px;
    padding-bottom: 3px;
    margin: 0px 0px 18px 5px;
    height: 23px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
