@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');
/* font-family: "Goldman", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Anybody:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Anybody", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

@import url(../fonts/VarsityTeamBold/stylesheet.css);

body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
}

.bodyfrezze {
    overflow: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #E0DADA;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #de1a34;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #de1a34;
    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

h1 {
    font-family: 'Varsity Team';
    font-size: 48px;
    font-weight: 700;
    line-height: 52.27px;
}

h2 {
    font-family: 'Varsity Team';
    font-size: 42px;
    font-weight: 700;
    line-height: 45.74px;
}

h3 {
    font-family: 'Varsity Team';
    font-size: 20px;
    font-weight: 700;
    line-height: 39px;
}

h4 {
    font-family: "Goldman", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
}

h5 {
    font-family: "Goldman", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
}

h6 {}

p {}

p:last-child {
    margin: 0;
}

.secTitle .line {
    width: 90px;
    height: 2px;
    background-color: #EC243F;
    display: block;
    margin: auto;
}

.secTitle h4 {
    margin-bottom: 32px;
}

.color-white {
    color: #fff !important;
}

.color-red {
    color: #EC243F !important;
}

img {
    max-width: 100%;
}

select {
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
    appearance: none;
}

.positionRelative {
    position: relative;
}

.z-index-2 {
    z-index: 2;
}

.container {
    width: 100%;
    max-width: 1600px;
    padding-left: 48px;
    padding-right: 48px;
}

.customContainer {
    width: 100%;
    max-width: 1600px;
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
}

.gap-20{
    gap: 20px !important;
}

.backBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 4px;
    background: #232325CC;
    border: 1px solid #838383;
    padding: 6px 18px 6px 14px;
    border-radius: 100px;
    color: #fff;
    font-family: "Goldman", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-transform: uppercase;
}

.btnRed {
    padding: 22px 45px 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #EC243F;
    border: 1px solid #EC243F;
    border-radius: 60px;
    font-family: "Anybody", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.btnRed:hover {
    color: #fff;
    background-color: #aa0a1f;
    box-shadow: 0px 4px 10px 0px #0000003D;
}

.btnRedSmall {
    padding: 12px 27px 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EC243F;
    background-color: #EC243F;
    border-radius: 60px;
    font-family: "Anybody", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18.63px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.btnRedSmall:hover {
    color: #fff;
    background-color: #aa0a1f;
    box-shadow: 0px 4px 10px 0px #0000003D;
}

.btnBlue {
    padding: 22px 45px 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #41A7DE;
    border: 1px solid #41A7DE;
    border-radius: 60px;
    font-family: "Anybody", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.btnBlue:hover {
    color: #fff;
    background-color: #2177a5;
    box-shadow: 0px 4px 10px 0px #0000003D;
}

.btnBlueSmall {
    padding: 12px 27px 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #41A7DE;
    background-color: #41A7DE;
    border-radius: 60px;
    font-family: "Anybody", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.63px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.btnBlueSmall:hover {
    color: #fff;
    background-color: #2177a5;
    box-shadow: 0px 4px 10px 0px #0000003D;
}

.btnWhiteOutline {
    padding: 22px 45px 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    font-family: "Anybody", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.btnWhiteOutline:hover {
    color: #de1a34;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #0000003D;
}

.btnWhiteOutlineSmall {
    padding: 12px 27px 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 60px;
    font-family: "Anybody", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18.63px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    transition: all .3s;
}

.btnWhiteOutlineSmall:hover {
    color: #de1a34;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px #0000003D;
}

.padding-0 {
    padding: 0 0 0 0 !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}

.gap-10 {
    gap: 10px;
}
.gap-8 {
    gap: 8px;
}

.toggle {
    display: block;
    position: relative;
    background: none;
    margin: 0 0 0.5em 0;
}
.toggle input[type="checkbox"] {
    opacity: 0 !important;
}
.toggle input[type="checkbox"] + label {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 3em;
    color: #000;
}
.toggle input[type="checkbox"] + label:before {
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 0.25rem;
    left: 0;
    content: '';
    width: 2.25rem;
    height: 17px;
    background-color: #767676;
    border-radius: 0.5rem;
}
.toggle input[type="checkbox"] + label:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75),;
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    position: absolute;
    top: 5px;
    left: -0.25rem;
    width: 15px;
    height: 15px;
    content: '';
    font-size: 0.75em;
    background-color: #fff;
    border-radius: 500rem;
    border: 2px solid #767676;
}
.toggle input[type="checkbox"]:checked + label:before {
    background-color: #41A7DE;
}
.toggle input[type="checkbox"]:checked + label:after {
    transform: translateX(1.5rem);
    border: 2px solid #41A7DE;
}

.FanIQ-table table {
    border-spacing: 0px 16px;
    border-collapse: separate;
}

.FanIQ-table table tr td {
    border-top: 1px solid #5E6164;
    border-bottom: 1px solid #5E6164;
    background-color: #222325;
    padding: 16px 20px;
    border-radius: 10px;
    vertical-align: middle;
}

.FanIQ-table table tr td:first-child {
    border-left: 1px solid #5E6164;
    border-radius: 10px 0 0 10px;
}

.FanIQ-table table tr td:last-child {
    border-right: 1px solid #5E6164;
    border-radius: 0px 10px 10px 0px;
}


.formGroup {
    margin: 0 0 32px;
}

.formGroup label {
    font-family: "Goldman", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.form-control {
    background: #1F2022;
    border-radius: 5px;
    border: 1px solid #787878;
    box-sizing: border-box;
    padding: 19px 25px;
    height: 63px;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20.57px;
    color: #fff;
    transition: all .3s;
}

.form-control:focus {
    color: #fff;
    background: #000;
    box-shadow: 0 0 0 2px #EC243F !important;
    border-color: transparent;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #38393C;
    opacity: 1;
    border: 1px solid #787878;
    color: #A7A7A7;
}
.dateGroup{
    position: relative;
}
.dateGroup img{
    position: absolute;
    right: 15px;
    top: 20px;
}
.dateGroup .form-control{
    padding: 19px 45px 19px 25px;
}
textarea.form-control {
    height: 121px;
    resize: none;
}

.switch-field {
    display: flex;
    margin-bottom: 36px;
    overflow: hidden;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #222325;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: "Anybody", sans-serif;
    text-align: center;
    padding: 15px 46px 13px;
    margin-right: -1px;
    border: 1px solid #FFFFFF;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
    margin: 0 12px 0 0;
    border-radius: 60px;
    min-width: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked+label {
    background-color: #41A7DE;
    border-color: #41A7DE;
    box-shadow: none;
    box-shadow: 0px 4px 8px 0px #00000021;
}

.fanIqCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.fanIqCheckbox label {
    position: relative;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-transform: inherit;
    margin: 0;
    display: flex;
}

.fanIqCheckbox label span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #C9C8C8;
    width: calc(100% - 20px);
    position: relative;
    top: -3px;
}

.fanIqCheckbox label span a {
    color: #fff;
    text-decoration: underline;
}

.fanIqCheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #989B9E;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.fanIqCheckbox input:checked+label::before {
    background-color: #EC243F;
    border-color: #EC243F;
}

.fanIqCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.radioFanIqBlock {
    display: flex;
    gap: 40px;
}

.radioFanIq {
    display: flex;
    align-items: center;
}

.radioFanIq input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radioFanIq .radio-label {
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-transform: initial;
    margin: 0;
}

.radioFanIq input[type=radio]+.radio-label:before {
    content: "";
    background: transparent;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -1px;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radioFanIq input[type=radio]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #000;
}

.radioFanIq input[type=radio]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radioFanIq input[type=radio]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radioFanIq input[type=radio]+.radio-label:empty:before {
    margin-right: 0;
}

.avatar-FanIq {
    display: flex;
    align-items: center;
}

.avatar-FanIq .userImg {
    background-color: #000000;
    border: 2px solid #4B4B4D;
    border-radius: 100%;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-FanIq .userImg .imgBlock {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    overflow: hidden;
}

.avatar-FanIq .userImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-FanIq .userContent {
    width: calc(100% - 54px);
    padding-left: 10px;
}

.avatar-FanIq .userContent p {
    color: #fff;
}

.avatar-FanIq .userContent h6 {
    font-family: "Goldman", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    color: #fff;
}

.orBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 524px;
    margin: 0 auto;
}

.orBlock .line {
    background: #888888;
    flex: 1;
    height: 1px;
}

.orBlock .ordiv {
    border: 1px solid #FFFFFF;
    background: #000000;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 16px;
}

.orBlock .ordiv span {
    font-family: "Anton", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.59px;
    letter-spacing: 0.03em;
    color: #fff;
    position: relative;
    top: 2px;
}

.loginWithBlock {
    display: flex;
    column-gap: 14px;
    max-width: 524px;
    margin: 0 auto;
}

.loginWithBlock .loginWithCol {
    flex: 1;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.loginWithBlock .loginWithCol p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    line-height: 14.52px;
    color: #000;
}

/* Start Header */

Header {
    background: #222325;
    box-shadow: 0px 2px 14px 0px #0000004A;
    padding: 11px 0;
}

.headerRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerRow .right {
    display: flex;
    column-gap: 10px;
}

.loginUser button {
    background-color: transparent;
    padding: 0;
    border: none;
}

.loginUserInner {
    display: flex;
    align-items: center;
    column-gap: 8px;
    cursor: pointer;
}

.loginUserInner .userImg {
    background-color: #000000;
    border: 2px solid #EC243F;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginUserInner .userImg .imgBlock {
    width: 34px;
    height: 34px;
    border-radius: 100%;
    overflow: hidden;
}

.loginUserInner .userImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loginUserInner .userContent p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

.loginUser .dropdown .dropdown-menu{
    border: 1px solid #727272;
    background: #2C2C2C;
    width: 330px;
    right: 0;
    padding: 22px;
    border-radius: 5px;
    box-shadow: 0px 4px 24px 0px #00000026;
}
.loginUser .dropdown .dropdown-menu li{
    margin-bottom: 22px;
}
.loginUser .dropdown .dropdown-menu li:last-child{
    margin-bottom: 0px;
    border-top: 1px solid #424242;
    padding-top: 20px;
}
.loginUser .dropdown .dropdown-menu .dropdown-item{
    color: #FFFFFF;
    padding: 0;
    background-color: transparent !important;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    line-height: 17.6px;
    letter-spacing: 0.03em;
    transition: all 0.5s;
}
.loginUser .dropdown .dropdown-menu .dropdown-item:hover{
    color: #41A7DE;
}
.loginUser .dropdown .dropdown-menu .dropdown-item img{
    margin-right: 8px;
}

/* End Header */

main {
    min-height: calc(100vh - 406px);
    background-color: #292B2D;
}

.dashboard-banner-block {
    background-image: url(../images/dashboard-bg.png);
    height: 375px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.dashboard-banner-block h1 {
    margin-bottom: 28px;
}

.join-poll-sec {
    padding: 80px 0;
}

.join-poll-row {
    display: flex;
    margin: 40px -16px 50px;
}

.join-poll-col {
    width: 50%;
    padding: 16px;
}

.join-poll-col .box {
    border: 1px solid #5E6164;
    border-radius: 8px;
}

.join-poll-col .box .league-name {
    box-shadow: 0px 4px 10px 0px #00000026;
    background: #41A7DE;
    border-radius: 9px 0px 40px 0px;
    width: max-content;
    max-width: 100%;
    padding: 14px 35px 14px 23px;
}

.join-poll-col .box .league-name h5 {
    margin: 0;
    color: #fff;
}
.join-poll-col .box  .league-price{
    display: flex;
    align-items: center;
    gap: 16px;
}
.join-poll-col .box  .league-price img{
    display: none;
}

.Join-league-table-block {
    margin: 24px 0 11px;
}

.Join-league-table {
    display: flex;
    align-items: center;
}

.Join-league-table:nth-child(even) {
    background: #181818;
}

.Join-league-table-col {
    width: 33.333%;
    padding: 12px 20px;
}
.Join-league-table-col .btnWhiteOutlineSmall{
    position: relative;
    z-index: 999;
}
.Join-league-table .Join-league-table-col:nth-child(2) {
    text-align: center;
}

.Join-league-table .Join-league-table-col:nth-child(3) {
    text-align: right;
}

.Join-league-table-col p {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
}

.Join-league-table-col.tableHead p {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.78px;
}

.Join-league-table-col.tableHead .league-time {
    background: #FFFFFF;
    padding: 5px 26px;
    border-radius: 5px;
}

.Join-league-table-col.tableHead .upcoming-time {
    background: #836BEE;
    padding: 5px 26px;
    border-radius: 5px;
    color: #fff;
}

.authSec {
    background-image: url(../images/auth-bg.png);
    background-size: cover;
    min-height: calc(100vh - 406px);
    position: relative;
}

.authSec::after {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #292B2D33;
    position: absolute;
}

.authRow {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    min-height: calc(100vh - 406px);
}

.authRow .left {
    width: calc(100% - 720px);
    display: flex;
}

.authRow .left .boxInner {
    max-width: 377px;
    margin: auto;
}

.authRow .left .boxInner h2 {
    text-align: center;
    margin: 0 0 32px;
}

.authRow .left .boxInner a {
    width: 100%;
    max-width: 330px;
    margin: auto;
}

.authRow .right {
    width: 100%;
    max-width: 720px;
    background: #000000B2;
    padding: 49px 51px 47px 86px;
    display: flex;
}

.authRow .right .rightInner {
    margin: auto;
}

.authRow .right .titleBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.authRow .right .titleBlockOne {
    margin-bottom: 50px;
}

.authRow .right .rememberBlock {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.authRow .right .rememberBlock .rememberBlockRight a {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    color: #EC243F;
}

.signupSec {
    background-image: url(../images/signup-bg.png);
}

.signupRow {
    width: 729px;
    max-width: 100%;
    margin: 0 auto;
    background: #000000B2;
    padding: 53px 53px 63px;
    min-height: calc(100vh - 406px);
    position: relative;
    z-index: 1;
}

.signupRow .titleBlock {
    margin-bottom: 32px;
}

.customModal .modal-dialog {
    max-width: 628px;
    width: 100%;
}

.customModal .modal-content {
    border: 1px solid #5F6265;
    background: #222325;
    border-radius: 10px;
}

.customModal .modal-header {
    border-bottom: none;
}

.customModal .modal-header button {
    color: #fff;
    filter: blur(0) invert(1);
}

.resetPassModal .modal-body {
    padding-bottom: 62px;
}

.resetPassModal .modal-body h4 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: center;
}

.resetPassModal .modal-body p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    margin-bottom: 32px;
}

.resetPassModal .modal-body button {
    margin: 0 auto;
    display: block;
}

.resetPassSec::after {
    background: #000000B2;
}

.resetPassPage {
    position: relative;
    z-index: 1;
    max-width: 622px;
    margin: 0 auto;
    padding: 60px 0;
}

.resetPassPage .titleBlock {
    margin-bottom: 66px;
}

.resetPassPage .titleBlockOne {
    margin-bottom: 50px;
}

.create-own-poll-sec {
    padding: 60px 0 100px;
}

.create-own-poll-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid #484C4F;
}

.create-own-poll-title .right {
    display: flex;
    align-items: center;
    column-gap: 12px;
}

.create-own-poll-title .right h6 {
    font-family: "Goldman", sans-serif;
    font-size: 20px;
    color: #fff;
}

.create-own-poll-title .right .form-control {
    padding: 19px 39px 19px 20px;
    width: 231px;
    font-size: 17px;
}

.create-own-poll-table {
    margin-top: 32px;
    margin-bottom: 50px;
}

.create-own-poll-table tr td:last-child {
    text-align: right;
    width: 50px;
}

.create-own-poll-table-button-group {
    gap: 20px;
}

.create-poll-head {
    background-image: url(../images/create_poll_head.png);
    padding: 59px 0;
    position: relative;
}

.create-poll-head::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222325E0;
}

.creat-poll-staper {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.creat-poll-staper ul {
    display: flex;
    list-style: none;
}

.creat-poll-staper ul li {
    padding-right: 147px;
    position: relative;
}

.creat-poll-staper ul li:last-child {
    padding-right: 0px;
}

.creat-poll-staper-Inner {
    width: 171px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.creat-poll-staper ul li::after {
    border: 1px dotted #6C6C6C;
    width: calc(100% - 71px);
    position: absolute;
    right: -50px;
    top: 35px;
    height: 1px;
    content: '';
}

.creat-poll-staper ul li:last-child::after {
    display: none;
}

.creat-poll-staper ul li .imgBlock {
    background-color: transparent;
    border: 2px solid #6B6968;
    border-radius: 100%;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.creat-poll-staper ul li.active .imgBlock {
    border-color: #EC243F;
}

.creat-poll-staper ul li .imgBlock .imgBlockInner {
    width: 62px;
    height: 62px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #6B6968;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creat-poll-staper ul li.active .imgBlock .imgBlockInner {
    background-color: #EC243F;
}

.creat-poll-staper ul li .imgBlock .imgBlockInner p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: #fff;
}

.creat-poll-staper ul li .imgBlock .imgBlockInner p span {
    font-weight: 700;
}

.creat-poll-staper ul li h6 {
    font-family: "Goldman", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    color: #fff;
    text-transform: uppercase;
}

.create-poll-body {
    padding: 70px 0;
    max-width: 622px;
    margin: 0 auto;
}
.create-questionnaire-body .teamCard{
    padding: 22px;
}
.create-questionnaire-body .teamCardRow{
    padding-top: 0;
}
.create-questionnaire-body .team-avatar{
    margin-bottom: 0px;
}
.create-poll-form {
    margin-top: 62px;
}
#show_advance_settings {
    border-top: 1px solid #484C4F;
    padding-top: 32px;
}
#advance_settings{
    color: #48B0E9;
    text-decoration: underline;
}
.create-poll-form .inputGroup {
    position: relative;
}
.addnewInner{
    position: relative;
}
.addnewInner .removeBtn{
    position: absolute;
    right: -60px;
    top: 12px;
    background: #f75555;
    border: 1px solid #f75555;
}
.addnewInner .removeBtn img{
    filter: brightness(0) invert(1);
}
.create-poll-form .inputGroup span {
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #787878;
    background: #454749;
    height: 100%;
    width: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0px 0 5px;
    color: #fff;
    font-family: "Goldman", sans-serif;
    text-transform: uppercase;
}

.create-poll-form .inputGroup .form-control {
    padding: 19px 25px 19px 170px;
}
.create-poll-btn-group{
    gap: 10px;
}
.create-poll-btn-group button{
    min-width: 270px;
}

.addBtn {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
}

.addBtn span {
    color: #41A7DE;
}

.create-pool-admin .nav-pills {
    border-bottom: 1px solid #5A5A5A !important;
    justify-content: center;
    column-gap: 120px;
    margin-top: 30px !important;
}

.create-pool-admin .nav-pills li button {
    color: #979B9E !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 20.7px;
    letter-spacing: 0.03em;
    background-color: transparent !important;
    text-transform: uppercase;
    border: none !important;
    padding-bottom: 27px;
    border-radius: 0px;
}

.create-pool-admin .nav-pills li button.active {
    color: #fff !important;
    border-bottom: 3px solid #EC243F !important;
}

.sharable-invitation-link {
    padding: 32px 0 0;
}

.sharable-invitation-link .inputGroup {
    position: relative;
}

.sharable-invitation-link .inputGroup button {
    background-color: transparent;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #43A8DE;
    position: absolute;
    right: 24px;
    top: 20px;
}

.sharable-invitation-link .inputGroup .form-control {
    padding: 19px 125px 19px 25px;
    background-color: #1F2022;
    border-color: #787878;
}

.sharable-invitation-link .inputBtnGroup {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 12px;
}

.sharable-invitation-link .inputBtnGroup .form-control {
    background-color: #1F2022;
    border-color: #787878;
}

.sharable-invitation-link .inputBtnGroup button {
    background-color: transparent;
    border: none;
}

.shareLinkDiv {
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.shareLinkDiv p {
    margin: 0 20px 0 0;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.shareLinkDiv p img {
    margin-right: 10px;
}

.shareLinkDiv ul {
    display: flex;
    list-style: none;
    column-gap: 5px;
}

.invite-row {
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
}

.invite-row .left {
    width: calc(100% - 524px);
    padding-right: 20px;
}

.invite-row .right {
    width: 524px;
}

.invite-row .left .box,
.invite-row .right .box {
    border: 1px solid #5E6164;
    background: #1F2022;
    border-radius: 10px;
    height: 100%;
}

.invite-row .left .box .boxHead,
.invite-row .right .box .boxHead {
    padding: 24px 32px;
    border-bottom: 1px solid #5E6164;
}

.invite-row .left .box .boxHead h5,
.invite-row .right .box .boxHead h5 {
    text-transform: uppercase;
    font-family: "Anybody", sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 0;
}

.invite-row .left .box .boxBody,
.invite-row .right .box .boxBody {
    padding: 32px;
}

.invite-row .left .box .boxBody .nav-pills {
    margin-top: 0px !important;
    justify-content: flex-start;
    column-gap: 70px;
}

.invite-row .left .box .boxBody .nav-pills li button {
    font-size: 17px;
    padding-bottom: 18px;
}

.invite-row .right .box .boxBody {
    height: 100%;
}

.invite-row .right .box .boxBody .boxBodyInner {
    height: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.invite-row .right .box .boxBody .boxBodyInner p {
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 40px;
    max-width: 338px;
}

.current-invitations-block {
    padding: 70px 0;
}

.current-invitations-table-row {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.current-invitations-table-row .left h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.current-invitations-table-row .right {
    display: flex;
    align-items: center;
    gap: 13px;
}

.current-invitations-table-row .right h6 {
    color: #fff;
    margin: 0;
}

.current-invitations-table-row .right select {
    width: 152px;
    height: 42px;
    background-color: #222325;
    padding: 8px 25px;
}

.current-invitations-table-row .right .inputGroup {
    width: 269px;
    position: relative;
}

.current-invitations-table-row .right .inputGroup button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 8px;
}

.current-invitations-table-row .right .inputGroup .form-control {
    padding: 8px 54px 8px 25px;
    height: 42px;
    background-color: #222325;
}

.fanIqTable-v2 {
    background: #222325;
    border: 1px solid #5E6164;
    border-radius: 10px;
}

.fanIqTable-v2 table {
    width: 100%;
}

.fanIqTable-v2 table tr th,
.fanIqTable-v2 table tr td {
    color: #fff;
    padding: 24px 32px;
    border-bottom: 1px solid #5E6164;
}

.fanIqTable-v2 table tr:last-child td {
    border-bottom: none;
}

.fanIqTable-v2 table tr th {
    font-weight: 500;
}

.fanIqTable-v2 table tr td {
    font-weight: 400;
}
.chipFieldRed{
    background: #EC243F;
    color: #fff;
    padding: 5px 14px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    width: max-content;
    border-radius: 100px;
    max-width: 100%;
}
.chipGrey {
    border: 1px solid #323537;
    background-color: #323537;
    color: #fff;
    padding: 8px 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    border-radius: 100px;
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chipGreyOutline {
    border: 1px solid #323537;
    color: #fff;
    padding: 8px 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    border-radius: 100px;
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chipGreen {
    border: 1px solid #1DFF68;
    color: #1DFF68;
    padding: 8px 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    border-radius: 100px;
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chipWhite{
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    border-radius: 100px;
    width: max-content;
    background-color: transparent;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chipGrey{
    border: 1px solid #909090;
    color: #909090;
    padding: 8px 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    border-radius: 100px;
    width: max-content;
    background-color: transparent;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chipTill{
    border: 1px solid #07DEFF;
    color: #07DEFF;
    padding: 8px 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    border-radius: 100px;
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chipOrange {
    border: 1px solid #FB6640;
    color: #FB6640;
    padding: 8px 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    border-radius: 100px;
    width: max-content;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-invitations-table-Block {
    margin-top: 20px;
}

.current-invitations-table-Block table {
    width: 100%;
}

.current-invitations-table-Block table tr td.actionTd {
    width: 330px;
}

.standingBlock {
    padding: 70px 0;
}

.standingBlockHeadRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.standingBlockHeadRow .left {
    display: flex;
    column-gap: 20px;
}

.standingBlockHeadRow .left h4 {
    color: #fff;
    text-transform: uppercase;
}

.standingBlockHeadRow .right .inputGroup {
    position: relative;
    width: 269px;
}

.standingBlockHeadRow .right .inputGroup button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 8px;
}

.standingBlockHeadRow .right .inputGroup .form-control {
    padding: 8px 54px 8px 25px;
    height: 42px;
    background-color: #222325;
}

.standingTable tr td.statusTd {
    width: 100px;
}

.faniqPagination {
    margin-top: 12px;
    margin-bottom: 30px;
}

.faniqPagination .pagination {
    column-gap: 7px;
}

.faniqPagination .page-link {
    border: 1px solid #484C4F;
    background-color: transparent;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.78px;
    color: #fff;
}

.standingEmptyBox {
    background: #222325;
    border: 1px solid #5E6164;
    height: 389px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.standingEmptyBox p {
    margin: 0 0 42px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
}

.actionListBlock {
    padding: 70px 0;
}

.actionListBlockHeadRow {
    margin-bottom: 20px;
}

.actionListBlockHeadRow h4 {
    color: #fff;
    text-transform: uppercase;
}

.deletePoolModal .modal-body {
    padding-bottom: 32px;
}

.deletePoolModal .modal-body h4 {
    font-family: "Inter", sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: center;
    margin: 0 0 8px;
}

.deletePoolModal .modal-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: center;
    margin: 0 0 32px;
}

.deletePoolModal .modal-body button {
    width: 150px;
}

.supportBlock {
    padding: 70px 0;
}

.supportBlockHeadRow {
    margin-bottom: 20px;
}

.supportBlockHeadRow h4 {
    color: #fff;
    text-transform: uppercase;
}

.support-chatBlock {
    border: 1px solid #5E6164;
    background: #222325;
    border-radius: 10px;
    padding: 32px;
}

.support-chatrow {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.support-chatCol {
    width: 100%;
}

.support-chatCol .chat-you {
    width: max-content;
    max-width: 659px;
}

.support-chatCol .chat-you .chat-you-inner {
    display: flex;
    align-items: flex-end;
    column-gap: 7px;
}

.support-chatCol .chat-you .avatrImg {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5E6164;
    background: #2D2F31;
    border-radius: 100%;
}

.support-chatCol .chat-you .chatMessage {
    background: #303335;
    box-shadow: 0px 4px 24px 0px #00000008;
    padding: 20px;
    border-radius: 12px;
    width: calc(100% - 40px);
}

.support-chatCol .chat-you .chatMessage p {
    color: #fff;
}

.support-chatCol .chat-you .chat-time {
    text-align: right;
    color: #7F8284;
    margin: 8px 0 0;
}

.support-chatCol .chat-me {
    width: max-content;
    max-width: 659px;
    margin-left: auto;
}

.support-chatCol .chat-me .chatMessage {
    background: #41A7DE;
    box-shadow: 0px 4px 24px 0px #00000008;
    padding: 20px;
    border-radius: 12px;
}

.support-chatCol .chat-me .chatMessage p {
    color: #fff;
}

.support-chatCol .chat-me .chat-time {
    text-align: right;
    color: #7F8284;
    margin: 8px 0 0;
}
.support-chatFooter{
    margin-top: 32px;
}
.support-chatFooter .chatInputGroup {
    position: relative;
    background: #3F4348;
    border: 1px solid #5E6164;
    border-radius: 100px;
    height: auto;
    max-height: 200px;
    padding: 12px 24px;
    display: flex;
    align-items: center;
}
.support-chatFooter .chatInputGroup .chatAttachDiv{
    position: relative;
}
.support-chatFooter .chatInputGroup .chatAttachDiv input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
[contenteditable=true]:empty:before {
    content: attr(placeholder);
    pointer-events: none;
    display: block;
    /* For Firefox */
    color: #9A9A9A;
}

/* */

div[contenteditable=true] {
    width: calc(100% - 106px);
    max-height: 70px;
    margin: 0 14px;
    color: #fff;
    overflow: auto;
    outline: 0;
}

.support-chatFooter .chatInputGroup .chatAttach {
    background-color: transparent;
    border: none;
}

.support-chatFooter .chatInputGroup .sendBtn {
    background: #41A7DE;
    border: none;
    width: 42px;
    height: 42px;
    border-radius: 100%;
}

.superleague-banner{
    height: 375px;
    position: relative;
    background-size: cover;
    padding: 50px 0;
}
.superleague-banner::after{
    content: '';
    background: linear-gradient(180deg, rgba(41, 43, 45, 0) 0%, #292B2D 100%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
.superleague-banner-block{
    position: relative;
    z-index: 1;
}
.superleague-banner-block .avatar-title{
    display: flex;
    align-items: center;
    margin-top: 92px;
}
.superleague-banner-block .avatar-title .avatarImg{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.superleague-banner-block .avatar-title .avatarImg .imgBlock {
    width: 143px;
    height: 143px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.superleague-banner-block .avatar-title .avatarTitle{
    padding-left: 25px;
    max-width: 435px;
}

.leagueScheduleSec{
    padding: 70px 0;
}
.leagueScheduleSec .accordion-item{
    border: none;
    margin-bottom: 24px;
    border-radius: 10px !important;
}
.leagueScheduleSec .accordion-header{
    border-radius: 10px 10px 0 0;
}
.leagueScheduleSec .accordion-button{
    border: 1px solid #5E6164;
    background: #222325;
    padding: 20px;
    font-family: "Goldman", sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
    color: #41A7DE;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0 !important;
}
.leagueScheduleSec .accordion-button p{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: #A9A8A8;    
    margin: 0 0 0 40px;
    font-family: "Inter", sans-serif;
}
.leagueScheduleSec .accordion-button::after{
    filter: brightness(0) invert(1);
}
.leagueScheduleSec .accordion-body{
    background: #222325;
    border: 1px solid #5E6164;
    border-radius: 0px 0px 10px 10px !important;
    /* padding: 0px; */
}
.teamRow{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.teamCol{
    width: 50%;
    padding: 0 12px;
}
.teamCol.fullwidth{
    width: 100%;
}
.teamCardCheckbox{
    position: relative;
}
.teamCardCheckbox input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.teamCard{
    border: 1px solid #5E6164;
    background: #222325;
    padding: 32px;
    border-radius: 10px;
}
.teamCardCheckbox input:checked + .teamCard{
    background-color: #41A7DE;
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: 96% 34px;
}
.teamCardHead{
    border-bottom: 1px solid #484C4F;
    padding-bottom: 20px;
}
.teamCardCheckbox input:checked + .teamCard .teamCardHead{
    border-bottom: 1px solid #6AC0EE;
}
.teamCardHead p{
    color: #87898D;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: center;
    text-transform: uppercase;
}
.teamCardCheckbox input:checked + .teamCard .teamCardHead p{
    color: #fff;
}
.teamCardCheckbox input:checked + .teamCard .chipGrey,
.teamCardCheckbox input:checked + .teamCard .chipGreyOutline{
    color: #fff;
    border-color: #fff;
}
.teamCardRow{
    display: flex;
    align-items: center;
    padding-top: 24px;
}
.teamCardBodyCol{
    width: calc(50% - 47px);
}
.teamCardBodyColVs{
    width: 93px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}
.teamCardBodyColVs>div{
    width: 37px;
    height: 37px;
    background: #EC243F;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "Goldman", sans-serif;
}
.team-avatar{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}
.team-avatar-img{
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 84px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-avatar-img .imgBlock {
    width: 68px;
    height: 68px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.team-avatar .fanIqCheckbox_group {
    margin: 32px 0 0;
}
.team-avatar .fanIqCheckbox_group .fanIqCheckbox label{
    color: #C9C8C8;
    font-weight: 500;
    font-size: 18px;
}
.teamCardBodyCol .chipGrey,
.teamCardBodyCol .chipGreyOutline{
    width: 134px;
    font-size: 16px;
    padding: 6px;
}

.addQuestionModal .modal-dialog{
    width: 100%;
    max-width: 788px;
}
.addQuestionModal .modal-body {
    padding: 32px;
}
.addQuestionModal .modal-body .teamCard{
    padding: 20px;
}
.addQuestionModal .modal-body .teamCardRow {
    padding-top: 0px;
}
.addQuestionModal .modal-body  .team-avatar {
    margin-bottom: 0px;
}
.addQuestionModalTitle{
    padding: 25px 0;
}
.addQuestionModalTitle p{
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    text-align: center;
    color: #fff;
}
.addQuestionModalCard{
    background: #292B2D;
    border: 1px solid #4E4E4E;
    padding: 24px;
    border-radius: 10px;
}
.addQuestionModalCardHead{
    display: flex;
    margin: 0 -5px;
}
.addQuestionModalCardHead .selectDiv{
    width: 40%;
    padding: 0 5px;
}
.addQuestionModalCardHead .selectDiv .form-control{
    height: 52px;
    background: #222325;
    border: 1px solid #A89D9D;
    padding: 8px 16px;
}
.addQuestionModalCardHead .searchDiv{
    width: 60%;
    padding: 0 5px;
    position: relative;
}
.addQuestionModalCardHead .searchDiv .form-control{
    height: 52px;
    background: #222325;
    border: 1px solid #A89D9D;
    padding: 8px 46px 8px 16px;
}
.addQuestionModalCardHead .searchDiv button{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 16px;
    top: 13px;
}
.addQuestionModalCardBody{
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #484C4F;
}
.addQuestionModalCardBody .fanIqCheckbox{
    margin-bottom: 8px;
}
.addQuestionModalCardBody .fanIqCheckbox:last-child{
    margin-bottom: 0px;
}
.addQuestionModalCardBody .fanIqCheckbox label span{
    line-height: 28px;
}
.pool-details-sec{
    padding: 70px 0;
}
.pool-details-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.pool-details-title .left h4{
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}
.pool-details-title .right{
    
}
.pool-details-body{
    background: #222325;
    border: 1px solid #5E6164;
    padding: 32px;
    border-radius: 10px;
}
.pool-details-row{
    display: flex;
    flex-wrap: wrap;
    gap: 42px;
}
.pool-details-col{
    width: 100%;
}
.pool-details-col-head{
    padding-bottom: 22px;
    border-bottom: 1px solid #484C4F;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pool-details-col-head .left .chipFieldRed{
    margin-bottom: 10px;
}
.pool-details-col-head .right button{
    border-radius: 100%;
    width: 32px;
    height: 32px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pool-details-col-head h5{
    font-family: "Goldman", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    color: #41A7DE;
    text-transform: uppercase;
    margin: 0;
}
.pool-details-col-body{
    padding-bottom: 42px;
    border-bottom: 1px dashed #ABABAB
}
.pool-details-col-body table{
    width: 100%;
}
.pool-details-col-body table tr td{
    color: #fff;
    padding: 16px 0;
}
.pool-details-col-body table tr td:first-child{
    font-family: "Goldman", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    width: 40%;
}
.pool-details-col-body table tr td:last-child{
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    width: 60%;
}

.pool-leadboard-head{
    background: #303336;
    border-bottom: 1px solid #5E6164;
    box-shadow: 0px 10px 34px 0px #00000030;
    padding: 47px 0;
}
.pool-leadboard-head h4{
    text-transform: uppercase;
    margin: 0;
}
.pool-leadboard-head-card{
    padding: 32px;
    background: #222325;
    border: 1px solid #4E4E4E;
    border-radius: 10px;
    margin-top: 20px;
}
.pool-leadboard-head-card-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.pool-leadboard-head-card-col{
    width: 33.333%;
    padding: 0 10px;
}
.pool-leadboard-head-card-col .box{
    border: 1px solid #757575;
    padding: 20px 30px;
    border-radius: 10px;
}

/* Start my activity Page */

.my-activity-sec{

}
.my-activity-tab .nav-pills {
    border-bottom: 1px solid #5A5A5A !important;
    justify-content: center;
    column-gap: 120px;
    margin-top: 30px !important;
}
.my-activity-tab .nav-pills li button {
    color: #979B9E !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 20.7px;
    letter-spacing: 0.03em;
    background-color: transparent !important;
    text-transform: uppercase;
    border: none !important;
    padding-bottom: 27px;
    border-radius: 0px;
}
.my-activity-tab .nav-pills li button.active {
    color: #fff !important;
    border-bottom: 3px solid #EC243F !important;
}

.my-activity-block{
    padding: 70px 0;
}
.my-activity-table-row {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my-activity-table-row .left{
    display: flex;
    gap: 20px;
}
.my-activity-table-row .left h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.my-activity-table-row .right .inputGroup {
    width: 269px;
    position: relative;
}
.my-activity-table-row .right .inputGroup .form-control {
    padding: 8px 54px 8px 25px;
    height: 42px;
    background-color: #222325;
}
.my-activity-table-row .right .inputGroup button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 8px;
}
.my-activity-table-Block {
    margin-top: 20px;
}

/* End my activity Page */

.questionnaire-details{
    padding: 22px 0;
}
.questionnaire-details h4{
    color: #44A7DB;
    font-family: "Goldman", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.questionnaire-details .chipGrey{
    color: #fff;
    font-weight: 600;
}
.questionnaire-details table button{
    background-color: transparent;
    border: none;
    color: #ADADAD;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.flexibleModal .modal-dialog{
    max-width: 628px;
}
.flexibleModal .closeModal{
    background-color: transparent;
    border: none;
    margin-left: auto;
}
.flexibleModal .modal-content{
    padding: 32px;
}
.flexibleModal .modal-body{
    padding: 0;
}
.flexibleModal .flexibleModal-title{
    border-bottom: 1px solid #484C4F;
    padding-bottom: 25px;
}
.flexibleModal .flexibleModal-title h3{
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    color: #fff;
    margin: 0;
}
.flexibleModal-body{
    padding: 25px 0 32px;
}
.flexibleModal-body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexibleModal-body ul li{
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 16px;
    position: relative;
    padding-left: 31px;
}
.flexibleModal-body ul li:last-child{
    margin-bottom: 0px;
}
.flexibleModal-body ul li::before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(../images/check-blue.svg);
}

.questionForRow{
    padding: 24px 24px 12px 24px;
    border-bottom: 1px solid #4E4E4E;
}
.questionForRow:last-child{
    border-bottom: none;
}
.questionForRow .formGroup:last-child{
    margin-bottom: 0px;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.polll-dashboard-tab{
    padding: 30px 0 0;
    border-bottom: 1px solid #5A5A5A;
}
.polll-dashboard-tab-block{
    display: flex;
    justify-content: space-between;
}
.polll-dashboard-tab a{
    padding: 0 0 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #979B9E;
    font-family: "Goldman", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    text-align: center;
    gap: 14px;
    text-transform: uppercase;
    position: relative;
}
.polll-dashboard-tab a::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #EC243F;
    display: none;
}
.polll-dashboard-tab a.active::after{
    display: block;
}
.polll-dashboard-tab a.active{
    color: #fff;
}
.polll-dashboard-tab a img.active-img{
    display: none;
}
.polll-dashboard-tab a.active img{
    /* display: none; */
}
.polll-dashboard-tab a.active img.active-img{
    display: block;
}
.polll-dashboard-tab-content{
    padding: 36px 0 52px;
}
.dash-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
}
.dash-col{
    width: 25%;
    padding: 0 17px;
}
.dash-col .box{
    background: #F26822;
    border-radius: 20px;
    padding: 32px 29px;
}
.dash-col:nth-child(2) .box{
    background: #41A7DE;
}
.dash-col:nth-child(3) .box{
    background: #EC243F;
}
.dash-col:nth-child(4) .box{
    background: #836BEE;
}
.dash-col .box p{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
}
.dash-col .box h2{
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    font-size: 50px;
    margin: 0;
    font-weight: 500;
}
.match-rank-row{
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
}
.match-rank-row .left{
    background: #181818;
    border-radius: 20px;
    width: 349px;
    padding: 22px;
}
.match-rank-row .left h6{
    margin: 0 0 17px;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;
    color: #fff;
}
.match-rank-row .left .viewAllBtn{
    background-color: transparent;
    border: none;
    color: #fff;
}

.match-rank-row .left .viewAllBtn1{
    background-color: transparent;
    border: none;
    color: #fff;
}
.match-card{
    background: #292B2D;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 17px;
}
.match-card:last-child{
    margin-bottom: 0px;
}
.match-card .team-avatar{
    margin-bottom: 10px;
    align-items: flex-start;
}
.match-card .team-avatar img{
    width: 41px;
    border-radius: 100%;
}
.match-card h4{
    color: #41A7DE;
    font-size: 20px;
    margin: 0 0 10px;
    line-height: 35.4px;
}
.match-card p{
    color: #A9A8A8;
}
.match-rank-row .right{
    width: calc(100% - 349px);
    padding-left: 37px;
}
.match-rank-row .right .box{
    background: #181818;
    border: 1px solid #393939;
    padding: 24px;
    border-radius: 20px;
}
.table-v2-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}
.table-v2-head .table-v2-head-left h3{
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.05px;
    color: #fff;
}
.table-v2-head .table-v2-head-right{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 62px;
}
.table-v2-head .table-v2-head-right .filterBtn{
    background-color: transparent;
    border: none;
}
.table-v2-head .table-v2-head-right form{
    display: flex;
}
.table-v2-head .table-v2-head-right form .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.table-v2-head .table-v2-head-right form .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}
.table-v2-head .table-v2-head-right form .select2-container{
    width: max-content !important;
}
.select2-dropdown {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    width: 120px !important;
}
.select2-dropdown ul li{
    color: #fff !important;
}
.table-v2-head .table-v2-head-right .created-by-select{
    display: flex;
    align-items: center;
}
.table-v2-head .table-v2-head-right .created-by-select p{
    margin: 0 30px 0 0;
    color: #fff;
}
.table-v2-head .table-v2-head-right select:not(.form-control){
    color: #fff;
    background-color: transparent;
    border: none;
    min-width: 57px;
}
.table-v2-head .table-v2-head-right button.filterBtn{
    background-color: transparent;
    border: none;
}
.table-v2 table th{
    background: #292B2D;
    border: none;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.table-v2 table th:first-child{
    border-radius: 10px 0 0 10px;
}
.table-v2 table th:last-child{
    border-radius: 0px 10px 10px 0px;
}
.table-v2 table tbody tr td{
    border-bottom: 1px solid #393939;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    padding-top: 18px;
    padding-bottom: 18px;
    vertical-align: middle;
}
.table-v2 table tbody tr td .match-name{
    display: flex;
    align-items: center;
    gap: 12px;
}
.table-v2 table tbody tr td .user-name{
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 12px;
}
.table-v2-viewmore-btn{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.table-v2-viewmore-btn:hover{
    color: #EC243F;
}

.table-v2-viewmore-btn1{
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    margin-top: 30px;
}
.table-v2-viewmore-btn1:hover{
    color: #EC243F;
}
.table-v2 .status-badge{
    background: transparent;
    padding: 10px 20px;
    border-radius: 90px;
    font-size: 18px;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}
.table-v2 .status-badge.success{
    background: #08AE05;
    color: #fff;
}
.table-v2 .status-badge.danger{
    background: red;
    color: #fff;
}

.table-details .status-badge{
    background: transparent;
    padding: 10px 20px;
    border-radius: 90px;
    font-size: 18px;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
}

.table-details .status-badge.success{
    background: #08AE05;
    color: #fff;
}
.table-details .status-badge.danger{
    background: red;
    color: #fff;
}

.table-v2 .viewBtn{
    color: #41A7DE;
    background-color: transparent;
    border: none;
}
.table-v2 .pagination{
    gap: 8px;
}
.table-v2 .page-link{
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #484C4F;
    border-radius: 4px !important;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.table-v2  .page-item.active .page-link{
    background-color: #fff;
    color: #292B2D;
}
.all-poll-head{
    padding: 83px 0 62px;
}
.all-poll-head .all-poll-head-title{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.all-poll-head .all-poll-head-title h2{
    color: #fff;
    text-align: center;
    margin-bottom: 28px;
}
.all-poll-head .all-poll-head-title p{
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 17px 0 0;
}
.all-poll-box{
    background: #181818;
    border: 1px solid #393939;
    padding: 24px;
    border-radius: 20px;
    margin-top: 53px;
}
.allmatches-view-block{
    display: none;
}
.allmatches-view-block.show{
    display: block;
}
.allmatches-view-block .box{
    background: #181818;
    border: 1px solid #393939;
    padding: 24px;
    border-radius: 20px;
    margin-top: 53px;
}
.main-dash-block.hide{
    display: none;
}

.user-transaction-block,
.user-management-block{
    padding: 36px 0 52px;
}
.user-transaction-box,
.user-management-box{
    background: #181818;
    border: 1px solid #393939;
    padding: 24px;
    border-radius: 20px;
    margin-top: 53px;
}

.addcelebrityModal .modal-dialog{
    max-width: 628px;
}
.addcelebrityModal .closeModal{
    background-color: transparent;
    border: none;
    margin-left: auto;
}
.addcelebrityModal .modal-content{
    padding: 32px;
}
.addcelebrityModal .modal-body{
    padding: 0;
}
.addcelebrityModal .addcelebrityModal-title{
    border-bottom: 1px solid #484C4F;
    padding-bottom: 25px;
}
.addcelebrityModal .addcelebrityModal-title h3{
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 29.05px;
    color: #fff;
    margin: 0;
}
.addcelebrityModal-body{
    padding: 25px 0 32px;
}
.toprankers-view-block{
    display: none;
}
.toprankers-view-block.show{
    display: block;
}
.toprankers-view-block .box{
    background: #181818;
    border: 1px solid #393939;
    padding: 24px;
    border-radius: 20px;
    margin-top: 53px;
}
.filter-block{
    position: relative;
}
.filter-block .filter-block-dropdown{
    width: 326px;
    padding: 30px 20px;
    background: #292B2D;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9;
    display: none;
}
.filter-block .filter-block-dropdown.show{
    display: block;
}


/* Start Footer */

Footer {
    background: #222325;
    padding: 50px 0 57px;
}

.footerRow {
    display: flex;
}

.footerLeft {
    width: 478px;
    border-right: 1px solid #464646;
}

.footerLeft ul {
    list-style: none;
    display: flex;
    column-gap: 11px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.footerLeft ul li a {
    transition: all 0.5s;
}

.footerLeft ul li a .hoverImg {
    display: none;
}

.footerLeft ul li a:hover .normalImg {
    display: none;
}

.footerLeft ul li a:hover .hoverImg {
    display: block;
}

.footerLeft p {
    font-size: 12px;
    font-weight: 400;
    line-height: 31px;
    color: #8E8E8E;
}

.footerRight {
    width: calc(100% - 478px);
    padding-left: 223px;
}

.footerNav {
    display: flex;
    flex-wrap: wrap;
}

.footerNavCol {
    width: 33.333%;
}

.footerNavCol ul {
    list-style: none;
}

.footerNavCol ul li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 39px;
    color: #fff;
    transition: all 0.5s;
}

.footerNavCol ul li a:hover {
    color: #EC243F;
}

/* End Footer */

/*loader css starts here*/
.spinner-2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: hsl(0deg 0% 0% / 70%);
    z-index: 9991;
}
.spinner-2 span {
    width: 50px;
    display: block;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #686868;
    border-right-color: #00b5ff;
    animation: s2 1s infinite linear;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px;
}
@keyframes s2 {
    to {
      transform: rotate(1turn)
    }
}
/*loader css ends here*/


.join-league-page .join-poll-col .box .league-name h5{
    text-transform: uppercase;
}
.join-league-page .join-poll-col{
    position: relative;
}
.join-league-page .join-poll-col input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.join-league-page .join-poll-col input:checked + .box{
    background: #41A7DE;
}
.join-league-page .join-poll-col input:checked + .box .league-name{
    background: #222325;
}
.league-name-with-price{
    display: flex;
    justify-content: space-between;
    padding-right: 24px;
    align-items: center;
}
.league-name-with-price .league-price p{
    font-size: 34px;
    font-weight: 700;
    color: #EF445B;
}
.join-league-page .Join-league-table{
    justify-content: space-between;
}
.join-league-page .join-poll-col input:checked + .box .league-price img{
    display: block;
}
.payment-row{
    display: flex;
    flex-wrap: wrap;
    gap: 160px;
}
.payment-col{
    width: calc(50% - 160px);
}
.payment-box-head h3{
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 48px;
}
.payment-box-body label{
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.payment-box-body .form-group{
    margin-bottom: 24px;
}
.payment-box-body .input-field-group{
    position: relative;
}
.payment-box-body .input-field-group .card-logos{
    position: absolute;
    left: 16px;
    top: 14px;
    width: 62px;
    border-radius: 8px;
    overflow: hidden;
}
.payment-box-body .input-field-group .form-control{
    padding: 19px 25px 19px 95px;
}
.payment-col-right .box{
    background-color: #000;
    border-radius: 8px;
    padding: 58px 24px 38px;
}
.payment-col-right-head h6{
    font-size: 24px;
    color: #fff;
    margin: 0 0 27px;
}
.payment-col-right-head h1{
    font-size: 64px;
    color: #EC243F;
}
.payment-col-right table{
    width: 100%;
}
.payment-col-right table td{
    font-size: 26px;
    color: #FFFFFF;
    padding: 24px 0;
}
.payment-col-right table td:last-child{
    font-size: 24px;
    text-align: right;
}
.payment-col-right table td .line{
    width: 100%;
    background-color: #747474;
    height: 1px;
}
.payment-col-right table td.blue-text{
    color: #41A7DE;
}

.pool_details_fantacy_before_select_team_sec{
    padding: 70px 0;
}

.fanIqCheckbox_group{
    display: flex;
    gap: 20px;
}
.pool_details_fantacy_before_select_team_footer{
    display: flex;
    justify-content: center;
    padding: 50px 0 0;
}
.pool_details_fantacy_before_select_team_footer button{
    width: 300px;
    max-width: 100%;
}
.pool_details_fantacy_before_select_team_footer button:disabled{
    background: #727272;
    border-color: #727272;
}
.prediction_questions_block{
    background: #222325;
    border: 1px solid #5E6164;
    padding: 32px;
    border-radius: 10px;
    margin-top: 20px;
}
.prediction_questions_block .title_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.prediction_questions_block .title_block .left_block h4{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.prediction_questions_block .title_block .right_block h6{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}
.ques_ans_block{
    background: #292B2D;
    border: 1px solid #4E4E4E;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.ques_ans_block_title{
    margin-bottom: 24px;
}
.ques_ans_block_title .avatar-FanIq .userImg{
    width: 32px;
    height: 32px;
}
.ques_ans_block_title .avatar-FanIq .userImg .imgBlock {
    width: 32px;
    height: 32px;
}
.ques_ans_block_title .avatar-FanIq .userContent h4{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.ques_ans_row{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.ques_ans_row:last-child{
    margin-bottom: 0px;
}
.ques_ans_row .ques_col{
    width: calc(100% - 200px);
    display: flex;
    align-items: center;
}
.ques_ans_row .ques_col p{
    font-size: 20px;
    font-weight: 500;
    color: #C9C8C8;
}
.ques_ans_row .ans_col{
    width: 180px;
    max-width: 100%;
}
.ques_ans_row .ans_col .form-control{
    border: none;
    border-bottom: 1px solid #A89D9D;
    border-radius: 0;
    background-color: transparent;
    text-align: center;
    padding: 5px 25px;
    height: 46px;
}
.ques_ans_row .ans_col .form-control:focus{
    border: none;
    border-bottom: 1px solid #fff;
    box-shadow: none !important;
}

.input_group_discount_code{
    position: relative;
}
.input_group_discount_code .form-control{
    padding-right: 70px;
}
.input_group_discount_code button{
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    right: 0;
    top: 12px;
}