@import url('https://fonts.googleapis.com/css2?family=Anek+Latin:wght@100..800&family=Righteous&display=swap');

* {
    padding: 0px;
    margin: 0px;
    font-family: "Anek Latin", sans-serif;
}

html {
    min-height: 100%;
}

body {
    color: #fff;
    box-sizing: border-box;
    background: linear-gradient(0deg, #5824C9 0%, #343333 100%);
    font-weight: 300;
}

.ion-page {
    overflow: hidden !important;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none !important;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    margin: 0px;
    font-weight: 300;
}

p {
    font-size: 100%;
    line-height: 100%;
    font-weight: 300;
}

h1 {
    font-weight: 800;
    font-size: 1.3rem;
    ;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.common-button {
    width: 90%;
    text-align: center;
    font-size: 1em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #0F9F33;
    background-color: #0F9F33;
    ;
    display: inline-block;
    padding: 18px 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
    border-radius: 25px;
    transition: all 0.5s;
    ;
}

.common-button:hover,
.common-button.border-button {
    color: #fff;
    border: 1px solid #0F9F33;
    background-color: #0F9F33;
}

.common-button.border-button:hover {
    border: 1px solid #0F9F33;
    background-color: #0F9F33;
    ;
    color: #fff
}

.common-button img {
    width: 20px;
    margin-left: 10px;
    vertical-align: bottom;
}

.common-button.purple-button {
    background-color: #5824C9;
    border: 1px solid #5824C9;
}

@media(min-width:768px) {
    .mobile-content {
        display: none
    }
}

.talent-category-wrapper {
    padding-top: 3vh;
    padding-bottom: 5vh;
}

.talent-category-wrapper p,
.talent-category-wrapper h2 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    line-height: 120%;
}

.talent-category-wrapper h2 {
    font-weight: 700;
    margin-bottom: 5vh;
}

.each-category-listing-image {
    margin-bottom: 10px;
}

.each-category-listing-image img {
    width: 100%;
    /* border: 3px solid #FFD33C; */
    border-radius: 100%;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.selected-category .each-category-listing-image img {
    border: 3px solid #0F9F33;
}

.each-category-listing.active img {
    border: 5px solid #0F9F33;
}

.category-listing .row {
    margin: 0px -14px;
    row-gap: 25px;
}

.category-listing .row .col-3 {
    padding: 0px 7px
}

.category-listing {
    padding: 0px 7px;
}

.each-category-listing-content h4 {
    font-size: 1rem;
    font-weight: 600;
}

.proceed-to-upload-button {
    margin-top: 35px;
}

#terms-and-condition ul {
    padding-left: 25px;
    list-style: disc;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

#terms-and-condition ul li {
    color: #717171;
    line-height: 110%;
}

#terms-and-condition h5 {
    font-weight: 700;
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

#terms-and-condition .modal-header {
    border: 0px;
    padding-bottom: 0px;
}

#terms-and-condition .modal-header .close {
    opacity: 1;
}

#terms-and-condition .modal-header .close img {
    width: 30px
}

#terms-and-condition .modal-content {
    padding-bottom: 7vh;
}

.talent-category-wrapper h5 {
    font-size: 0.9rem;
    margin-top: 3vh;
}

.uploaded-video img {
    width: 100%;
}

.uploaded-video {
    border-radius: 20px;
    overflow: hidden;
}

.selected-category h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 12px;
}

.thankyou-message h2 {
    font-size: 1.5em;
    margin-bottom: 3vh;
}

.welcome-screen {
    min-height: 100vh;
    background: linear-gradient(180deg, #5824C9 40% 40%, #FFFFFF 70%, #ffffff 70%);
    padding-top: 15vh;
}

.show-your-tallent-logo {
    padding: 0px 30px
}

.raymonds-tellents {
    position: absolute;
    bottom: 30px;
    width: 100%;
    padding: 0px 20px
}

.raymonds-tellents img {
    margin-bottom: 10px;
}

.login-credential-area {
    background-color: #fff;
    min-height: 100vh;
}

.login-credentail-content h1 {
    color: #5824C9;
    margin-bottom: -4px;
}

.login-credentail-content h2 {
    color: #5824C9;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 8px;
}

.login-credentail-content {
    padding: 0px 25px
}

.login-credentail-content p {
    font-size: 1.1rem;
    color: #8C8989;
    line-height: 120%;
    margin-bottom: 20px;
}

.login-credentail-content form input {
    border: 1px solid #8C8989;
    font-size: 1.1rem;
    color: #8C8989;
    font-weight: 600;
    width: 100%;
    padding: 14px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.login-credentail-content form input::placeholder {
    color: #8C8989;
    opacity: 1;
}

.login-credentail-content form button {
    width: 100%;
    ;
    border-radius: 15px;
}

.raymond-tallent {
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
}

.raymond-tallent img {
    width: 150px;
    ;
}

.login-credential-area {
    padding: 3vh 0px 5vh;
}

.after-login-screen-content {
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    padding: 20px;
    padding-top: 140px;
    margin-top: -145px;
    margin-bottom: 30px;
}

.after-login-screen .container {
    padding: 0px 18px;
}

.button-wrapper {
    row-gap: 20px;
    ;
}

.button-wrapper .common-link {
    padding: 0px 5px;
    border-bottom: 1px solid #fff
}

.profile-wrapper-left h2 {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 2px;
}

.location-area img {
    width: 15px;
    margin-right: 2px;
}

.location-area {
    font-size: 1rem;
}

.notification-icon img {
    width: 20px;
}

.profile-image img {
    width: 45px;
    border-radius: 50%;
}

.profile-wrapper-right {
    gap: 15px
}

.each-position-info p {
    margin-bottom: 5px;
    font-size: 0.9rem;
    ;
}

.each-position-info h5 {
    font-weight: 600;
    font-size: 1.2rem;
}

.positioning-info {
    padding: 30px 0px
}

.position-info-left,
.position-info-right {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.search-box-area a {
    position: absolute;
    right: 15px;
    top: 10px;
}

.search-box-area a img {
    width: 12px;
}

.search-box-area form {
    position: relative;
}

.search-box-area form input {
    width: 100%;
    padding: 12px 15px 12px 40px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 15px;
    border: 0px;
    color: #fff;
}

.search-box-area form:before {
    content: url('../images/search.png');
    position: absolute;
    transform: scale(0.5);
    top: 9px;
    left: 5px;
}

.search-box-area form input::placeholder {
    color: #fff;
    opacity: 1;
}

.top-trending-tallent {
    padding: 20px 0px
}

.top-trending-tallent>h4 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.trending-content {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: #343333;
}

.rankbox {
    background: #5824C9;
    padding: 3px 15px;
    font-size: 0.7rem;
    ;
}

.name-and-location-wrapper p,
.vote-count-wrapper p {
    margin-bottom: 4px;
    font-size: 0.7rem
}

.location-and-vote-count {
    padding: 8px 15px 10px;
    justify-content: space-between;
}

.vote-count-wrapper p {
    color: #CBF147
}

.trending-image img {
    width: 100%
}

.vote-count-wrapper h6 {
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
}

.each-trending-box {
    border-radius: 15px;
    overflow: hidden;
}

.mySwiper {
    overflow: unset;
}

.mobile-content {
    overflow-x: hidden;
}

.top-trending-tallent .each-category-listing-content h4 {
    font-size: 0.8rem;
    font-weight: 600;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
}

.each-category-listing .each-category-listing-content p {
    font-size: 0.8rem;
    margin-top: 4px;
    margin-bottom: 0px;
}

.sticky-footer {
    background-color: #000;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 15px 10px;
    z-index: 99;
}

.sticky-footer ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
}

.sticky-footer ul li {
    text-align: center;
}

.sticky-footer ul li a {
    font-family: "Righteous", sans-serif;
}

.sticky-footer ul li a img {
    width: 26px;
}

.color-icon {
    display: none;
}

.sticky-footer ul li.active img.color-icon {
    display: block;
}

.sticky-footer ul li.active img.normal-icon {
    display: none;
}

.sticky-footer ul li.active a {
    color: #CBF147;
    font-size: 0.9rem;
}

.pb-15 {
    padding-bottom: 100px;
}

.my-rank-area p {
    font-size: 1rem;
    margin-bottom: 0px;
}

.each-rank-listing-style-image img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.each-rank-profile-name-and-info h5 {
    font-size: 0.9rem;
    margin-bottom: 7px;
}

.highlited .each-rank-profile-name-and-info h5 {
    color: #DCD439;
}

.each-rank-profile-name-and-info p,
.each-rank-listing-style-right p {
    font-size: 0.7rem;
    margin: 0px;
}

.highlited .each-rank-profile-name-and-info p,
.highlited .each-rank-listing-style-right p {
    color: #DCD439
}

.each-rank-listing-style-right h5 {
    font-size: 0.9rem;
    margin-bottom: 7px;
}

.highlited .each-rank-listing-style-right h5 {
    color: #DCD439;
}

.each-rank-listing-style:not(:last-child) {
    padding-bottom: 20px;
}

.divider {
    border-top: 1px solid rgba(255, 255, 255, .40);
}

.each-rank-listing-style-right h5.green {
    color: #22F156;
}

.each-rank-listing-style-right {
    text-align: right;
}

.group-area h6 {
    font-size: 0.8rem;
    margin-bottom: 20px;
}

.group-members-area h4 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 25px;
}

.group-members-area h4 a {
    color: #fff
}

.list-of-group-members ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}

.list-of-group-members ul li img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 100%;
}

.list-of-group-members ul li p {
    font-size: 0.7rem;
    margin: 0px;
    margin-top: 5px;
}

.list-of-group-members ul li {
    max-width: 80px;
}

.list-of-group-members {
    display: none;
}

.add-member-area h4 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 25px;
}

.list-of-group-members {
    margin: 25px 0px;
    display: block;
}

#teamModal {
    min-height: 100vh;
    background: linear-gradient(0deg, #5824C9 0%, #343333 100%);
    padding-bottom: 90px;
    overflow-y: scroll;
}

#teamModal .modal-content {
    background: transparent;
    border-radius: 0px;
    border: 0px;
}

#teamModal .modal-dialog {
    margin: 0px;
}

#teamModal .modal-body {
    padding: 5vh 15px
}

#teamModal .modal-body h4 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 20px;
}

.team-members .each-rank-profile-name-and-info h5 {
    margin-bottom: 4px;
}

.team-members .each-rank-profile-name-and-info p:not(:last-child) {
    margin-bottom: 6px;
}

h5.yellow {
    color: #DCD439
}

.add-member-button {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
}

.perticipeted-in-area h2 {
    margin-bottom: 30px;
}

.perticipeted-in-area .row {
    margin: 0px -7px
}

.perticipeted-in-area .row .col-6 {
    padding: 0px 7px
}

.perticipate-listing .row {
    row-gap: 15px
}

.perticipeted-in-area img {
    border-radius: 20px;
    width: 100%;
    /*max-width: 80%;*/
}

.participate-details-area img {
    max-width: 80%;
}

.voting-number {
    padding: 15px 20px 25px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    width: 120px;
    background-color: #5824C9;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
}

.voting-number.green {
    background-color: #0F9F33;
}

.vote-count {
    margin-top: 20px
}

.vote-count a {
    padding: 15px 20px;
    display: inline-block;
    max-width: none;
    width: 181px;
    border-radius: 10px;
}

.modal-button .common-button {
    background-color: #000;
    border-color: #000
}

.status-bar h4 {
    font-size: 1rem;
    ;
    font-weight: 600;
    margin-bottom: 10px;
}

.status-bar h5 span {
    color: #55EC7B
}

.status-bar-style {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: relative
}

.status-bar-style span {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    background-color: #0F9F33;
    height: 100%;
}

.status-bar {
    /* position: absolute;
    bottom: 30px;
    left: 0px;
    width: 100%;
    padding: 0px 20px */

    width: 100%;
    padding: 20px 0px;
}
/********** New Page Css **********/

.select-box select{
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 101%;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    padding: 14px 15px;
    background: transparent;
    width: 100%;
}
.mySwiper2{
    overflow: unset;
}

.each-scroll-content > img{
    width: 100%;;
}
.each-scroll-content:after{
    width: 100%;;
    bottom:0px;
    left:0px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #343333 90.17%);
    content:'';
    position: absolute;
    height: 40%;
}
.each-video-bottom-content{
    position: absolute;
    bottom:20px;
    width: 100%;
    z-index: 1;
    padding:0px 10px
}
.each-video-bottom-content-author-image img{
    width:50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}
.each-video-bottom-content-author-name h5{
    font-size: 0.9em;
    color:#fff;
    margin-bottom: 5px;
}
.each-video-bottom-content-author-name h6{
    font-size: 0.9em;
    color:#fff;
    font-weight: 700;
}
.each-video-bottom-content-author {
    gap:10px
}
.vote-button a{
    color:#fff;
    border-radius:10px;
    font-size: 0.9em;
    color:#fff;
    display: inline-block;
    padding:4px 10px;
    border:1px solid #fff
}
.each-video-bottom-content-left{
    gap:10px
}
.each-video-bottom-content-right h5{
    font-size: 0.9em;
    color:#CBF147;
    margin-bottom: 5px;
}
.each-video-bottom-content-right h6{
     font-size: 0.9em;
    color:#fff;
    font-weight: 700;
}