@font-face {
    font-family: "Rustico";
    src: url("/storage/fonts/Rustico/Rustico Regular 400.otf");
}

@font-face {
    font-family: "Franklin Gothic Medium";
    src: url("/storage/fonts/Franklin Gothic/framd.ttf");
}

@font-face {
    font-family: "AlineaSansMed";
    src: url("/storage/fonts/Alinea Fonts/ALINSM__.ttf");
}

@font-face {
    font-family: "AlineaSans";
    src: url("/storage/fonts/Alinea Fonts/ALINSN__.ttf");
}

body {
    background: linear-gradient(180deg, #420071 0%, #7d1b8c 100%);
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

h1 {
    font-size: 2rem;
    /* line-height: 3.5rem; */
    font-weight: 400;
    font-family: Rustico;
}

h2 {
    font-size: 1.5rem;
    /* line-height: 2rem; */
    font-weight: 500;
    font-family: AlineaSansMed;
}

h3 {
    font-size: 1.25rem;
    /* line-height: 1.75rem; */
    font-weight: 500;
    font-family: AlineaSansMed;
}

h4 {
    font-size: 1rem;
    /* line-height: 1.5rem; */
    font-weight: 500;
    font-family: AlineaSansMed;
}
a {
    text-decoration: none;
}

.btn:hover {
    color: #fab710;
}
p.rustico-para {
    font-family: "Rustico";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}
p.para-txt {
    font-family: "AlineaSans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
    /* line-height: 16px; */
}
.mobile-label {
    font-family: "Rustico";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
}

.scorebtn {
    font-family: "AlineaSansMedium";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #fab710;
    border: 1px solid #fab710;
    border-radius: 24px;
    background: transparent;
    width: 100%;
}

.kkrbtn {
    font-family: "Rustico";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    color: #fab710;
    width: 100%;
    height: 48px;
    left: 16px;
    top: 16px;
    background: #320a38;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    border: 1px solid #fab710;
}

.kkrbtn::hover {
    font-family: "Rustico";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    width: 100%;
    position: absolute;
    width: 156px;
    height: 48px;
    left: 227px;
    top: 16px;
    border-radius: 24px;
    border: 1px solid #fab710;
    background: #4b1054;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 24px;
    color: #fab710;
}

.margin-sec {
    margin-top: 40px;
}

.purple-08 {
    color: #c6b2d4 !important;
}
.purple-10 {
    color: #ece5f0;
}
.purple-04 {
    color: #7a4c9b;
}

.score-card {
    background: #3b0065;
    border-radius: 8px;
    padding: 16px 16px 0px;
    position: relative;
}

.gold-grad {
    background: linear-gradient(180deg, #fab710 0%, #faf0a5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-grad-2 {
    color: #fab710;
}

.fleximg {
    margin: auto;
    display: block;
}
.shormtrbox {
    background: #270043;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 24%);
    padding: 16px;
    border-radius: 8px;
}
.timer {
    background: #3b0065;
    padding: 8px 0px;
}

.rules {
    background: #270043;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    padding: 16px;
}

.rules.golden {
    padding: 19px 16px;
    background: linear-gradient(180deg, #fab710 0%, #faf0a5 100%);
}

.rules.golden h4 {
    color: #420071 !important;
}

.rules.golden p {
    color: #3b0065 !important;
}

/* phosphor icons */
.ph-number-circle-one::before,
.ph-number-circle-two::before,
.ph-number-circle-three::before,
.ph-number-circle-four::before,
.ph-number-circle-five::before {
    color: #7a4c9b !important;
    font-size: 30px !important;
}

.ph-crown::before {
    color: #c6b2d4 !important;
    font-size: 26px !important;
}

.play-shor {
    background: #3b0065;
    border-radius: 8px;
    padding: 16px;
}

.download {
    position: absolute;
    top: 1rem;
    right: 4%;
}

.intro-btn-div,
.game-rules-btn {
    position: fixed;
    bottom: 0px;
    margin: auto;
    left: 0;
    right: 0;
    background: #7d1b8c;
    padding: 8px 16px;
}

.game-rules-btn {
    width: 100%;
}

@media (min-width: 1025px) {
    .intro-btn-div,
    .game-rules-btn {
        width: 100%;
    }
}

/* Buttons Global States */

.primary-btn {
    background: #320a38;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    color: #fab710;
    border: 1px solid #fab710;
}

.primary-btn:hover {
    background: #4b1054;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
}

.primary-btn:active {
    background: #641570;
    color: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.primary-btn-disabled {
    background: #641570;
    color: #8a3197;
    border: 0px;
}

.secondary-btn {
    background: linear-gradient(180deg, #fab710 0%, #faf0a5 100%);
    border-radius: 24px;
    border-radius: 24px;
    color: #641570;
}

.secondary-btn:hover {
    background: linear-gradient(180deg, #fab710 0%, #faf0a5 100%);
    border: 2px solid #641570;
    box-sizing: border-box;

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 24px;
}

.secondary-btn:active {
    background: #faf0a5;
    color: #641570;
    border: 0px;
}

.secondary-btn-disabled {
    background: #e8e8e8;
    color: #d2d2d2;
    border: 0px;
}

.tertiary-btn {
    background: #34005a;
    border: 1px solid #a07fb8;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    color: #a07fb8;
}

.tertiary-btn:hover {
    background: #2e004f;
    border: 1px solid #a07fb8;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 24px;
}

.tertiary-btn:active {
    background: #270043;
    color: #a07fb8;
    border: 0px;
}

.tertiary-btn-disabled {
    background: #270043;
    color: #67338d;
    border: 0px;
}

.stickyHeader {
    position: fixed;
    width: 100%;
    top: 0px;
    /* background-color: #7d1b8c; */
    background: #420071;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999;
}

/* Global Font classes */

.label-font {
    font-family: "Rustico";
    font-size: 20px;
    line-height: 32px;
}

.b1-font {
    font-family: "AlineaSans" !important;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 28px !important;
}

.b2-font {
    font-size: 1rem !important;
    line-height: 1.5rem;
    font-weight: 400;
    font-family: "AlineaSans" !important;
}

.b3-font {
    font-family: "AlineaSans";
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.h2-font {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: "AlineaSansMed" !important;
}

.h4-font {
    font-family: "AlineaSansMed";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.sl-font {
    font-family: "AlineaSansMed" !important;
    font-weight: 400;
    font-size: 64px;
    line-height: 72px;
}

.terms-conditions-table table,
.terms-conditions-table td {
    border: 1px solid white;
}

.terms-conditions-table td {
    padding: 10px 8px;
}

.purple-01 {
    color: #420071;
}

.win-merchandise-strip {
    /* background: #a07fb8; */
    padding: 8px 0px;
}

.win-merchandise-strip p {
    margin: 0 !important;
}

.share-shor-text {
    position: absolute;
    top: 5.5rem;
    right: 5%;
    text-transform: uppercase;
}

.record-again-copy {
    position: absolute;
    right: 0.5rem;
    top: 4.5rem;
}

.download-pdf-btn {
    width: 15%;
    position: absolute;
    right: 1rem;
    top: 1.7rem;
}

.download-pdf-copy {
    position: absolute;
    right: 1rem;
    top: 5.5rem;
}

.end-season-div {
    padding: 16px;
    background: #270043;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.time-strip-end-season {
    background: linear-gradient(180deg, #fab710 0%, #faf0a5 100%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 4px;
}

.single-match-div {
    padding: 16px;
    background: #270043;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24);
    border-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.single-match-div img {
    width: 45%;
}

.single-match-div p {
    margin: 0 !important;
}

.left-img-single-match {
    margin-right: 8px;
}

.right-img-single-match {
    margin-left: 8px;
}

.time-strip-single-match {
    background: #3b0065;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 4px;
}

.all-shorboards-content {
    margin-bottom: 5rem;
}

.leaderboard-icon-copy {
    position: absolute;
    right: 0.5rem;
    top: 5.2rem;
}

.leaderboard-fixture-div p {
    margin-bottom: 0 !important;
}

.leaderboard-fixture-div img {
    width: 40%;
}

.leaderboard-fixture-div .right-img-single-match {
    margin-left: 8px;
}

.season-leaderboard-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.season-leaderboard-content table tbody td {
    font-family: "Franklin Gothic Medium";
    font-size: 16px;
}

.season-leaderboard-content table tbody tr {
    border-radius: 4px;
    background-color: #3b0065;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.24); */
}

.season-leaderboard-content table tbody .your-rank-row {
    background-color: #270043;
    border-radius: 8px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 24%);
}

.season-leaderboard-content table tbody tr td {
    padding: 10px;
}

.season-leaderboard-content table tbody:before {
    line-height: 0.2em;
    content: "\200C";
    display: block;
}

.season-leaderboard-content td:first-child,
.daily-leaderboard-content td:first-child {
    border-left-style: solid;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.season-leaderboard-content td:last-child,
.daily-leaderboard-content td:last-child {
    border-right-style: solid;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.b2-font {
    font-family: "AlineaSans" !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px;
}

.top-3-position {
    background: linear-gradient(180deg, #fab710 0%, #faf0a5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "AlineaSans" !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
}

@media (max-width: 768px){
    #d-mobile
{
    display: block !important;
}
#d-desk{
    display: none;
}
}