/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.error {
    color: red;
}
.boxed_layout_login{
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 30px;
}
.ml-10{
    margin-left:10px;
}
nav .dropdown .btn {
    border: none;
    color: #fff;
    background: #978667;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    padding: 14px 25px 14px 25px;
    font-weight: 600;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
nav .dropdown .btn:focus {
    box-shadow:none;
}
nav .dropdown .dropdown-menu li{
    width:100%;
    margin-left: 0px;
}
nav .dropdown .dropdown-menu li a{
    color:#978667 !important;
}
#my_account_profile .nav-box{
    background-color: #ffffff;
    border-radius: 6px;
    padding: 20px 15px;
}
#my_account_profile .nav-box ul {
    list-style: none;
    padding: 5px 0px 5px 0px;
}
#my_account_profile .nav-box ul li {
    padding: 10px 0px 10px 30px;
}
#my_account_profile .nav-box ul li.active{
    background-color: #fbfbfb;
}
#my_account_profile .nav-box ul li a{
    text-decoration: none;
    font-size: 20px;
}
#my_profile_top li a{
    /*color: var(--theme-bs-blue);*/
    width: auto;
    padding: 7px 40px 7px 20px;
}
#my_profile_top ul ul li a{
    color: #fff;
}
#my_profile_top ul ul {
    top: auto;
    width: 129px;
}
#my_profile_top ul > li:hover{
    background: transparent;
}
#my_profile_top ul > li:hover > a{
    /*background: transparent;*/
}
#my_profile_top li.has-sub a{
    padding: auto;
}
#my_profile_top{
    z-index:999;
}
#my_profile_top li.has-sub > a:after{
    margin-top: 9px;
}