.account-box .account-btn {
    background: #263C82 !important;
}

.header-step {
    border-bottom: 0;
    border-top: 0;
    font-size: 20px;
}

.header-step .nav-step .nav-item.active {
    background-color: #c69928;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
}

.header-step .nav-step .nav-item {
    border-radius: 0;
    position: relative;
    color: #7c848b;
    border-top: 2px solid #d9dee2;
    border-bottom: 2px solid #d9dee2;
    border-right: 2px solid #d9dee2;
    height: 66px;
    line-height: 1.25;
}

.header-step .nav-step .nav-item.active:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    right: -23px;
    z-index: 1;
    top: 10px;
    border: 0;
    background-color: #c69928;
    width: 46px;
    height: 46px;
    transform: rotate(
45deg
);
}

.header-step .nav-step .nav-item.arrow:after {
    content: "";
    width: 0;
    position: absolute;
    height: 0;
    right: -23px;
    top: 8px;
    z-index: 1;
    border: 2px solid #d9dee2;
    border-left: 0;
    border-bottom: 0;
    background-color: #fff;
    width: 46px;
    height: 46px;
    transform: rotate(
45deg
);
}

.header-step .align-heder-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-step .nav-step .nav-item.active-last {
    background-color: #c69928;
    color: #fff;
    border-top: 0;
    border-bottom: 0;
}

.avatar > img {
    border-radius: 50%;
    object-fit: cover;
    display: block;
    overflow: hidden;
    /* width: 100%; */
    width: 38px;
    height: 38px;
}
li a:hover {
    text-decoration: none;
}
.button-save {
    color: #fff;
    background-color: #009efb;
    border-color: #009efb;
}
.button-save:hover{
    background-color: #007bff;
    border: 1px solid #007bff;
}
.card-body .table tr i {
    cursor: pointer;
    margin: 6px;
}
.btn.btn-bid-move {
    border-radius: 3px;
    width: 33.33%;
    padding: 20px 10px;
    border: 1px solid #d4d7da;
    margin: 5px;
    white-space: normal;
}
.btn.btn-bid-move:hover {
    border: 1px solid #248fbf;
    background-color: #248fbf;
    color: #fff;
}
.arrow-style .fa-arrow-right {
margin-top:2.8rem; 
color: #248fbf;
}
.wrapper {
    height: 500px !important;
    }
.body-chart {
    height: 440px;
}   
.chart-font-size {
    font: -webkit-mini-control;
    color: var(--gray-dark);
}
.bg-content {
    background-color: #F6F6F6;
}
.toggle__password {
    float: right;
    font-size: 18px;
    margin-right: 7px;
    margin-top: -32px;
    position: relative;
    z-index: 2;
}
.help-block{
    color: #FF0000;
}
.toggle__password{
    cursor: pointer;
}