body {
    word-break: break-word;
}

.userProfile .avatar .avatar-title {
    background-color: #595b6b;
    color: #ffffff !important;
    font-weight: bold;
}

.userProfile:hover span {
    color: #ffffff !important;
}

.white-nowrap {
    white-space: nowrap;
}

.userShow label {
    font-size: 18px;
    color: #3b3f5c;
    letter-spacing: 1px;
    font-weight: 500;
}

.userShow p {
    color: #595b6b;
    font-weight: 400;
    font-size: 16px;
    word-break: break-word;
}

.customForm .btn {
    width: 188px;
    max-width: 100%;
}

.cursor-pointer,
.pointer {
    cursor: pointer;
}

.challengeImg {
    border: 1px solid #bfc9d4;
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 56.25%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.challengeCard.selected .challengeImg {
    border: 1px solid #e15d1a;
}

.audioChallengeCard.selected audio {
    border: 1px solid #e15d1a;
    border-radius: 30px;
}

.audioCard {
    border: solid 1px #bfc9d4;
    background-color: #e6e6e6;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audioCard .feather-music {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #d9d9d9;
    margin: 0px auto;
    text-align: center;
    bottom: 0px;
    right: 0px;
}

.audioPlay {
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #d9d9d9;
    margin: 0px auto;
    text-align: center;
    bottom: 0px;
    right: 0px;
    z-index: 1;

}

.audioCard:hover {
    background-color: rgba(89, 91, 107, 0.67);
}

.audioCard:hover .feather-music {
    display: none;
}

.audioCard:hover .playIcon {}

.playIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 5% 0%;
    background-color: rgba(89, 91, 107, 0.67);
    color: #fff;
    border-radius: 10px;
    z-index: 2;
    display: block;
}

.pasueIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 5% 0%;
    background-color: rgba(89, 91, 107, 0.67);
    color: #fff;
    border-radius: 10px;
    z-index: 2;
    display: none;
}

.ppbutton {
    border: solid 1px #bfc9d4;
    background-color: #e6e6e6;
    padding-top: 56.25%;
    width: 100%;
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ppbutton .ppPlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 5% 0%;
    background-color: rgba(89, 91, 107, 0.67);
    color: #fff;
    border-radius: 10px;
    z-index: 2;
    display: none;
}

.ppbutton .ppPasue {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    padding: 5% 0%;
    background-color: rgba(89, 91, 107, 0.67);
    color: #fff;
    border-radius: 10px;
    z-index: 2;
    display: none;
}

.test1 .pauseIcon {
    display: none;
}

.test1 .playIcon {
    display: block;
}

.test .pauseIcon {
    display: block;
}

.test .playIcon {
    display: none;
}

.ppPasue {
    display: none;
}

.playBtn .ppPasue {
    display: none;
}

.playBtn .ppPlay {
    display: block;
}

.pauseBtn .ppPlay {
    display: none;
}

.pauseBtn .ppPasue {
    display: block;
}

.audioId:hover,
.imgID:hover,
.mediaAudioId:hover,
.mediaVideoId:hover,
.upcMediaImg:hover,
.customerMediaImg:hover,
.appSellerMediaImg:hover {
    color: #d83c2e !important;
}

.selected .audioId,
.selected .imgID,
.selected .mediaAudioId,
.selected .mediaVideoId,
.selected .upcMediaImg,
.selected .customerMediaImg,
.selected .appSellerMediaImg {
    color: #d83c2e !important;
}


.audioShowPage {
    position: relative;
}

.audioShowPage .audioCard {
    width: 75px;
    height: 75px;
    padding-top: 0px;
}

.divBtn {
    flex-direction: column;
}

.divBtn .btn {
    width: 130px;
    margin-left: 20px;
    height: 48.5px;
}

.divSelect {
    width: calc(100% - 150px)
}

.divSelectOption {
    width: 100%;
}

.placeholderText,
.placeholderTextUpc,
.placeHolderTextCustomerLogo,
.placeHolderTextAppSeller {
    color: #888ea8;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

.choosedPhoto h6,
.choosedAudio h6,
.choosedVideo h6 {
    width: calc(100% - 45px);
}


.huntsTab {}

.huntsTab li {}

.huntsTab li button {
    color: #888ea8;
    border: 0px;
    outline: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    box-shadow: none;
    background-color: transparent;
}

.huntsTab li button.active {
    color: #4261ee;
}

.huntsTab li button span {
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    display: flex;
    width: 75px;
    height: 75px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
}

.huntsTab li button span svg {
    color: #888ea8;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.huntsTab li button.active span {
    background-color: #4261ee;
}

.huntsTab li button.active span svg {
    color: #ffffff;
}

.huntsTab li button:hover {
    color: #4261ee
}

.huntsTab li button:hover span svg {
    color: #4261ee
}

.huntsTab li button.active span svg {
    color: #fff;
}

.tableTitle {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    display: flex;
    align-items: center;
}

.tableTitle .badge {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #595b6b;
    background-color: #e3e4eb;
    padding: 3px 15px;
    border-radius: 14px;
}

.gameNotesCard {
    background-color: #f1f2f3;
    border: 1px solid #e3e4eb;
    padding: 15px;
    margin-top: 10px;
}

.gameNotesCard h4 {
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.gameNotesCard p {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
}

.fileuplodcontent {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    /* z-index: -1; */
}

.fileuplodcontent {
    width: 100%;
    height: 105px;
    border: 2px dashed #bfc9d4;
    border-radius: 5px;
}

.fileuplodcontent svg {
    color: #888ea8;
    font-size: 24px;
    margin-bottom: 10px;
    /* z-index: -1; */
}

.fileuplodcontent span {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #888ea8;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: -1; */
}

.fileuplodcontent span svg {
    color: #888ea8;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 20px;
}

.fileuplodcontent .customfileupload {
    margin-bottom: 0px;
    position: absolute;
    /* font-size: 0px; */
    color: transparent;
    background-color: transparent;
    border: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* z-index: -1; */
}

.fileuplodcontent .customfileupload input {
    font-size: 0px;
    background-color: transparent;
    border: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* z-index: -1; */
}

.logo-invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fa626b;
    text-align: left;
}

.imageview {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 105px;
    background-color: rgb(13 12 12 / 0.21);
    border: 1px solid #707070;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.imageview img {
    height: 100%;
    margin: 0px auto;
    max-width: 100%;
}

.imageview .imageviewremove {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageviewremove {
    color: #000 !important;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #f7412c;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: none;
    cursor: pointer;
}

.imageviewremove {
    color: #f7412c;
}

.imageviewremove svg {
    font-weight: bold;
    width: 15px;
    height: 15px;
}

.fileuplodcontentBanner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    /* z-index: -1; */
}

.fileuplodcontentBanner {
    width: 100%;
    height: 105px;
    border: 2px dashed #bfc9d4;
    border-radius: 5px;
}

.fileuplodcontentBanner svg {
    color: #888ea8;
    font-size: 24px;
    margin-bottom: 10px;
    /* z-index: -1; */
}

.fileuplodcontentBanner span {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #888ea8;
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index: -1; */
}

.fileuplodcontentBanner span svg {
    color: #888ea8;
    margin-right: 10px;
    margin-bottom: 0px;
    font-size: 20px;
}

.fileuplodcontentBanner .customfileuploadBanner {
    margin-bottom: 0px;
    position: absolute;
    /* font-size: 0px; */
    color: transparent;
    background-color: transparent;
    border: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* z-index: -1; */
}

.fileuplodcontentBanner .customfileuploadBanner input {
    font-size: 0px;
    background-color: transparent;
    border: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /* z-index: -1; */
}

.logo-invalid-feedback-Banner {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fa626b;
    text-align: left;
}

.imageviewBanner {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 105px;
    background-color: rgb(13 12 12 / 0.21);
    border: 1px solid #707070;
    border-radius: 3px;
    position: relative;
    text-align: center;
}

.imageviewBanner img {
    height: 100%;
    margin: 0px auto;
    max-width: 100%;
}

.imageviewBanner .imageviewremoveBanner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageviewremoveBanner {
    color: #000 !important;
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #f7412c;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    display: none;
    cursor: pointer;
}

.imageviewremoveBanner {
    color: #f7412c;
}

.imageviewremoveBanner svg {
    font-weight: bold;
    width: 15px;
    height: 15px;
}

.was-validated .fileUploadControl:invalid~.logo-invalid-feedback {
    display: block;
    z-index: 99;
    position: absolute;
    bottom: -35px;
    height: 30px;
    left: 0px;
    text-align: left;
    font-size: 80%;
}

.was-validated .fileUploadControlBanner:invalid~.logo-invalid-feedback-Banner {
    display: block;
    z-index: 99;
    position: absolute;
    bottom: -35px;
    height: 30px;
    left: 0px;
    text-align: left;
    font-size: 80%;
}

body.dark .huntsTab li button {
    background: #060818;
}

.style-3 .table-controls li svg {
    width: 20px;
    height: 20px;
}

.mw-100 {
    max-width: 100%;
}

.modalScroll {
    max-height: calc(100vh - 235px);
    overflow: auto;
}

.form-check .form-check-input {
    cursor: pointer;
}

.max-150 {
    max-width: 150px;
}

.badgeHoverPrimary:focus,
.badgeHoverPrimary:hover {
    color: #4361ee;
    background-color: transparent;
    border: 1px solid #4361ee;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.badgeHoverWarning:focus,
.badgeHoverWarning:hover {
    color: #e2a03f;
    background-color: transparent;
    border: 1px solid #e2a03f;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.badgeHoverDanger:focus,
.badgeHoverDanger:hover {
    color: #e7515a;
    background-color: transparent;
    border: 1px solid #e7515a;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.badgeHoverSuccess:focus,
.badgeHoverSuccess:hover {
    color: #00ab55;
    background-color: transparent;
    border: 1px solid #00ab55;
    -webkit-transition: all 0.3s ease-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.colorCode {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #000;
    margin-right: 5px;
}

table.dataTable td.reorder {
    /* text-align: center; */
    cursor: move;
}

.teamPlayingCard {
    border-radius: 3px;
    border: solid 1px #dae6f2;
    background-color: #fff;
    padding: 15px;
}

.teamPlayingHeader h1 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #595b6b;
    margin-bottom: 0px;
    display: inline-flex;
    align-items: center;
}

.teamPlayingHeader span svg {
    color: #3b3f5c;
}

.teamPlayingPoints {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #595b6b;
}

.teamPlayingImg {
    padding-top: 56.25%;
    background-color: #ccc;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 15px auto;
    border-radius: 5px;
}

.customSearch svg {
    position: absolute;
    top: 11px;
    right: 9px;
    width: 18px;
    height: 18px;
    color: #bfc9d4;
}

.customSearch input {
    width: 150px;
    background: #fff;
    display: inline-block;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    padding: 7px 16px;
    height: calc(1.3em + 1.3rem + 2px);
    transition: none;
}

.customSelect select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 7px 18px 7px 14px;
    width: 75px;
    display: inline-block;
    margin-left: 0.5em;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    height: calc(1.3em + 1.3rem + 2px);
    transition: none;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24' fill='none' stroke='%23d3d3d3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") 54px 12px no-repeat;
}

.customShowingEntries h6 {
    padding-top: 0.85em;
    white-space: normal;
    color: #4361ee;
    font-weight: 600;
    border: 1px solid #e0e6ed;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 13px;
}

.typePoints {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.typeContent {
    display: inline-flex;
}

.typeContent span {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #595b6b;
}

.pointsContent {
    display: inline-flex;
    justify-content: flex-end;
    margin-left: auto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #595b6b;
}

.mediaDivContent h5 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #595b6b;
}

.mediaDivContent h6 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3f5c;
    margin-bottom: 15px;
}

.mediaDivContent h6 span {
    font-weight: 500;
}

.ansType {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.ansTypeValue {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3f5c;
}

.ansTypeValue span {
    font-weight: 500;
}

.multipleValue h3 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3f5c
}

.multipleValue ul {
    padding-left: 20px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}

.multipleValue ul li {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3f5c;
    width: 50%;
    float: left;
    list-style-type: circle;
    margin-bottom: 10px;
}

.mediaDivContent p {
    font-family: Quicksand;
    font-size: 16px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #3b3f5c !important;
}

.downloadSubmissions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 0px;
    margin-left: auto;
}

.downloadSubmissions span {
    margin-left: 10px;
}

.downloadSubmissionsDrop a {
    border-bottom: 1px solid #bfc9d4;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3b3f5c;
    padding: 10px 15px;
}

.downloadSubmissionsDrop a:last-child {
    border-bottom: 0px;
}

#teamChallengeTable tr td {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;

    color: #595b6b;
}

.mediaFileNameDiv {
    display: flex;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

.mediaFileName {
    width: 40px;
    height: 40px;
    background-color: #808080;
    display: inline-flex;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.mediaFileName::before {
    content: "";
}

.mediaFileNameText {
    color: #0980fd;
    display: inline-block;
}

.mediaFileJpg {
    display: inline-flex;
    margin-right: 10px;
}

.mediaFileJpg img {
    width: 40px;
}

.faciliatorFeedbackPending {
    width: 78px;
    height: 28px;
    margin: 45px 0;
    padding: 6px 19px;
    border-radius: 5px;
    border: solid 1px #888ea8;
    background-color: #e3e4eb;
    color: #888ea8;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
}

.faciliatorFeedbackValidated {
    width: 78px;
    height: 28px;
    margin: 45px 0;
    padding: 6px 19px;
    border-radius: 5px;
    border: solid 1px #1abc9c;
    background-color: #def5f0;
    color: #1abc9c;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
}

.faciliatorFeedbackInvalid {
    width: 78px;
    height: 28px;
    margin: 45px 0;
    padding: 6px 19px;
    border-radius: 5px;
    border: solid 1px #e7515a;
    background-color: #fff5f5;
    color: #e7515a;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    padding: 0px;
    align-items: center;
    justify-content: center;
    margin: 0px 0px;
}

.ChallengeTypeDiv img {
    margin-right: 10px;
}

.ChallengeTypeDiv {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.faciliatorFeedbackPoints[value="PENDING"] {
    color: #b8bbcc;
    text-align: right;
}

.faciliatorFeedbackPoints[value="APPROVED"] {
    color: #595b6b;
    text-align: right;
}

.faciliatorFeedbackPoints[value="DECLINED"] {
    color: #b8bbcc;
    text-align: right;
}

.faciliatorFeedbackIcons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.faciliatorView {
    cursor: pointer;
}

.faciliatorView img {
    object-fit: contain;
}

.faciliatorView:hover svg {
    color: #595b6b;
}

.faciliatorClose {
    cursor: pointer;
}

.faciliatorClose img {
    object-fit: contain;
}

.faciliatorApprove {
    cursor: pointer;
}

.faciliatorApprove img {
    object-fit: contain;
}

.faciliatorFeedbackIconsDisabled .faciliatorApprove,
.faciliatorFeedbackIconsDisabled .faciliatorClose {
    /* cursor: default;
    pointer-events: none; */
}

.totalChallengesInGame,
p.challengesCountDiv {
    color: #888ea8;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.attemptedChallengesCount {
    color: #595b6b;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
}

.dataTables_empty {}

.questionDiv {
    visibility: hidden;
    display: none;
}

.teamChallengeID {
    width: 300px;
}


.tableSelect {
    position: absolute;
    left: 230px;
    top: 20px;
}

.tableSelect .form-select {
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    padding: 7px 16px;
    height: calc(1.3em + 1.3rem + 2px);
    width: 190px;
}

.tableSelectTwo {
    position: absolute;
    left: 440px;
    top: 20px;
}

.tableSelectTwo .form-select {
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    padding: 7px 16px;
    height: calc(1.3em + 1.3rem + 2px);
    width: 190px;
}

.tableSelectRaces {
    position: absolute;
    left: 650px;
    top: 20px;
}

.tableSelectRaces .form-select {
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #e0e6ed;
    font-size: 14px;
    padding: 7px 16px;
    height: calc(1.3em + 1.3rem + 2px);
    width: 190px;
}



.faciliatorFeedbackIcons svg {
    color: #888EA8;
}

.faciliatorApproveHover:hover svg,
.faciliatorApprovePending svg {
    color: #079688;
    fill: #def5f0;
}

.faciliatorCloseHover:hover svg,
.faciliatorClosePending svg {
    color: #e7515a;
}

.cursor-default {
    cursor: default !important;

}

.pointer-none {
    pointer-events: none !important;
}

.windowHeight {
    min-height: calc(100vh - 119px);
}

.seenIndicator {
    width: 10px;
    height: 10px;
    background-color: #4361ee;
    border-radius: 100%;
    position: absolute;
    top: 45px;
    right: 15px;
}

.ps__rail-x {
    bottom: 0px !important;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
    height: auto !important;
    bottom: 0px !important;
    top: 0px !important;
}

.ps__thumb-y {
    background-color: transparent !important;
}

.chat-system .chat-box {
    background-image: url('../../app-assets/img/chat-bg-v2.png');
}

#user-list-container::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

#user-list-container::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

#user-list-container::-webkit-scrollbar-thumb {
    background-color: darkgrey;

    border-radius: 10px;
}

.selectSizeDiv p {
    color: #888ea8;
    font-size: 12px;
    margin-top: 10px;
}

.loaderIcon svg {
    width: 18px;
    height: 18px;
}

.titleCardFix {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 20px;
}

.contentCardFix p {
    color: #595b6b;
    font-weight: 500;
}

.contentCardFix svg,
.duplicate {
    color: #595b6b;
}

.inPopupMediaFilesForCustomerImage1 {
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.inPopupMediaFilesForAppSellerImage1 {
    max-height: calc(100vh - 200px);
    /* overflow-y: scroll; */
    overflow-x: hidden;
}



.commonScrollBar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.commonScrollBar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.commonScrollBar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #191E3A;
}

.statusSpan span {
    width: 90px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}


.errorLogs{
    color: red;
}

.customPara{
    font-size: large

}

.customHeaderImage{
    width: 215px;;
    height:43px;
}


.buttonWidth{
    width: 135px;
}