.tabs__caption li.active span:before {
    content: '[';
    display: inline-block;
    margin-right: 5px;
}
.tabs__caption li.active span:after {
    content: ']';
    display: inline-block;
    margin-left: 5px;
}
.tabs__caption li.active {
    color: #fff;
}
.tabs__caption li {
    display: inline-block;
    margin: 0 27px 20px 0;
    color: #248ffb;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1200px;
    }
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    min-width: 1200px;
}
.monitoring-custom-select__selected::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background: url(/assets/images/arrow_down.svg) no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.select__header {
    border: 1px solid #ced4da;
    background: #fff url(/assets/images/arr.png) no-repeat right 20px center;
    padding: 0 40px 0 0px;
    cursor: pointer;
    height: 50px;
    border-radius: 0;
    border-right: 0;
    text-align: right;
}

.btn-yel {
    background-color: #fae11d!important;
    border-color: #fae11d!important;
    font-weight: 500;
    letter-spacing: .37px;
    position: relative;
    color: #212529!important;
    font-weight: 600;
    text-decoration: none;
}

.btn-yel:hover {
    background-color: #ffea35!important;
    border-color: #ffea35!important;
}

.search-query input {
    padding-right: 50px;
}
.monitoring-custom-select {
    width: 250px;
}
.tabs__caption {
    gap: 0px!important;
}

.inner-header .navlist a {
    color: #6c757d!important;
    font-size: 15px!important;
    font-weight: 400!important;
}

.compare-domain input {
    height: 50px;
}

.btn-my {
    height: 50px;
    line-height: 50px;
}
.batch-mode-switch__icon:before {
    content: '';
    display: block;
    background: url(/assets/images/bm1.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.batch-mode-switch__icon:after {
    content: '';
    display: block;
    background: url(/assets/images/bm2.png) no-repeat 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
}
.batch-mode:after {
    content: '';
    display: block;
    background: url(/assets/images/bm_arrow.png) no-repeat 0 0;
    width: 71px;
    height: 72px;
    position: absolute;
    top: 0;
    right: -100px;
}

.cluster-input {
    background: #fff url(/assets/images/plus.png) no-repeat 25px center!important;
}

.user-account__menu a:hover {
    font-weight: 600!important;
}
a.text-secondary:hover {
    text-decoration: underline!important;
    color: white!important;
}
a.text-secondary {
    color: #788495!important;
}
