.img-fluid.rounded-circle.mr-3.search-toggle.header-user.d-flex.align-items-center {
    width: 45px;
    margin-left: 20px;
    cursor: pointer;
}

.template-btn {
    display: inline-block;
    color: #831f7f;
    padding: 11px 25px;
    font-size: 15px;
    font-family: var(--font-cs-bold);
    font-weight: 600;
    line-height: 1.4;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    border-radius: 50px;
    /* background-color: #000; */
    border: 1px solid #831f7f;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(71, 59, 240, 0.36);
    box-shadow: 0px 10px 30px 0px rgba(154, 152, 185, 0.36);
    overflow: hidden;
}

.template-btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.3);
    background-color: #5E2F85;
    border-color: #5E2F85;
}

.template-btn.signin {
    background: none;
    color: #000;
    border: 0;
    box-shadow: none !important;
}

.ds-top-navbar {
    padding: 0 50px;
}

.ds-search-bar .search-input {
    width: 100%;
    height: 40px;
    padding: 5px 40px 5px 15px;
    border-radius: 10px;
    border: 1px solid var(--ds-border-light);
    background: var(--ds-light-primary) !important;
    color: #b5b5b5;
}

.ds-top-navbar {
    padding: 0 15px;
    min-height: 73px;
    line-height: 73px;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    display: inline-block;
    z-index: 999;
    background: #fafafb69;
    margin: 0;
    transition: all 0.45s ease 0s;
    box-shadow: none !important;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
}