@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Manrope:wght@300;400;500;600;700;800&display=swap');

/* common css  */
body {
    font-family: 'Manrope', sans-serif;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    background-color: #151515;
}

p {
    margin-bottom: 0;
}

h1 {
    font-family: 'Berkshire Swash', cursive;
}

.mb-30 {
    margin-bottom: 30px;
}

button:focus {
    box-shadow: inherit !important;
}

/* heading css start  */
.heading-area {
    background-color: #000000;
}

.heading-wrapper {
    padding: 150px 0;
}

.heading-title {
    color: #FF5E19;
    font-size: 76px;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 30px;
}

/* Heading css End  */


/* Players area start  */
.players-area {
    padding-top: 120px;
    padding-bottom: 120px;
}

.single-player {
    background-color: #0D0D0D;
    border: 1px solid #434343;
}

.single-player-inner {
    padding: 25px;
}

.player-name {
    font-size: 24px;
    line-height: 33px;
    font-weight: 800;
}

/* players sidebar  */
.single-widget {
    background-color: #0D0D0D;
    text-align: center;
}

#players-list li {
    list-style: auto;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
}

#players-list li:last-child {
    margin-bottom: 0;
}

.widget-border {
    border-bottom: 2px solid #717171;
}

.per-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.expense-input-field {
    width: 120px;
    border: 1px solid #fff !important;
    color: #fff;
    font-size: 18px;
    padding: 2px 10px;
}

.total-color {
    color: #FF5E19;
}

.players-sidebar p {
    color: #AFAFAF;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

/* Players area End */

/* footer area css  */
.footer-area {
    background-color: #000000;
    text-align: center;
    border-top: 1px solid #717171;
}

.footer-text p {
    margin-bottom: 0;
    padding: 30px 0;
}