.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.cst_selectdrop .dropdown-toggle {
    background-color: #fff;
    border-radius: 0px;
    padding: 12px 40px 12px 15px;
    border: 1px solid #d0d0d0;
    color: #222;
    min-height: 48px;
    position: relative;
    width: 350px;
    text-align: left;
    display: flex;
    align-items: center;
}
.cst_selectdrop .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 45%;
}
.cst_selectdrop .dropdown-menu {
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    border-top: 0px;
    top: -2px !important;
    left: 0px !important;
    will-change: transform;
    width: 350px;
}
.cst_selectdrop .dropdown-menu li{
    padding: 12px 15px 12px 15px;
    cursor: pointer;
}
.cst_selectdrop .dropdown-menu li:hover{
    background: #f4eddd;
}
.cst_selectdrop .dropdown-menu li a{
    width: 100%;
    display: flex;
}
.pull-left{
    font-size: 14px;
    color: #222;
}
.pull-right{
    margin-left: auto;
    font-size: 11px;
    color: #222;
}
.pull-right.kld{
    margin-left: auto;
    color: #e50010;
    font-size: 11px;
}