@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/YekanBakhFaNum-Light.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/YekanBakhFaNum-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'yekan-bakh';
    src: url('../fonts/YekanBakhFaNum-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'yekan-bakh', sans-serif;
    margin: auto;
}

.page-container {
    max-width: 1450px;
}

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(0, 31, 51) !important;
    border: 2px solid rgb(0, 31, 51) !important;
    border-radius: 500px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0, 31, 51) !important;
}

a {
    text-decoration: none;
}

.profile-panel-main-content .profile-tabs .btn.active {
    background-color: #C69B7B1A;
    color: #C69B7B;
    /*border-color: #588E80;*/
}

.profile-panel-main-content .profile-tabs a:last-child .btn.active {
    border: 1px solid  #ff2929;
    background-color:  #ff2929;
    color: #fff;
}

.profile-panel-main-content .profile-tabs {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile-panel-main-content .profile-tabs button {
    padding: 12px 20px;
    color: #616161;
    border: 1px solid #0201012B;
    border-right: none;
    border-left: none;
    font-size: 15px;
    border-radius: 0;
}

.profile-panel-main-content .profile-tabs a:last-child button {
    color: #ff2929;
    border-color: #ff2929;
}

.profile-panel-main-content .profile-tabs button:hover {
    background-color: #C69B7B;
    color: #fff;
}

.profile-panel-main-content .profile-tabs a:last-child button:hover {
    border: 1px solid  #ff2929;
    background-color:  #ff2929;
    color: #fff;
}