* {
    padding: 0px;
    margin: 0px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #f6f6f6;
    font-size: 14px;
}

p,
li,
a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* i {
    vertical-align: middle;
    font-size: 1.2rem;
} */

ul,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    color: #333;
}

/* a:hover {
    color: #333;
} */

a.link {
    color: #007fed;
}
a.link:hover {
    text-decoration: underline;
}
.text-color {
    color: #eb1e5e;
}
.heading-color{
    color:#ffca04;
}
input:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none !important;
}
.card-header {
    background-color: #fff;
    padding: 16px;
}
.card-header h5 {
    margin-bottom: 0;
}

.siteButton {
    padding: 10px 30px;
    background: #ffca04;
    color: #333 !important;
    font-weight: 500;
    display: block;
    font-size: 18px;
    border-radius: 10px;
    width: max-content;
}

.redBgColor {
    background: #ed1e5e !important;
    color: #fff;
}

.orangeBgColor {
    background: #f69020 !important;
    color: #fff;
}

.redColor {
    color: #ed1e5e !important;
}

.orangeColor {
    color: #f69020 !important;
}

.siteButton:hover {
    background: rgb(255 202 4 / 82%);
    color: #fff !important;
}
.section-bg {
    background: #f6f6f6;
}
.vertical-border{
    border-right: 2px solid #ddd;
}
.badge-text-size{
    font-size: 12px;
}
.contest-ribbon::before{
    position: absolute;
    top: 13px;
    left: 1px;
    content: '';
    background: #ed1e5e;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}
  
.contest-ribbon::after{
    position: absolute;
    content: attr(data-label);
    top: -2px;
    left: -4px;
    padding: 2px;
    width: 5rem;
    background: #ed1e5e;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgb(26 35 126 / 20%);
}
.contest-details-ribbon::before{
    position: absolute;
    top: 13px;
    right: 1px;
    content: '';
    background: #ed1e5e;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
}
  
.contest-details-ribbon::after{
    position: absolute;
    content: attr(data-label);
    top: -2px;
    right: -4px;
    padding: 2px;
    width: 5rem;
    background: #ed1e5e;
    color: white;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    box-shadow: 4px 4px 15px rgb(26 35 126 / 20%);
}
/* .contest-award-icon::before{
    position: absolute;
    top: 13px;
    left: 1px;
    content: '';
    background: #ed1e5e;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
} */
.contest-award-icon::after{
    position: absolute;
    font-family: "Font Awesome 5 Free";
    vertical-align: middle;
    font-weight: 900;
    content: '\f091';
    top: 5px;
    left: 5px;
    padding: 9px;
    font-size: 20px;
    width: 3rem;
    border-radius:50%;
    background: #ffca04;
    color: white;
    text-align: center;
    /* font-family: 'Roboto', sans-serif; */
    box-shadow: 4px 4px 15px rgb(26 35 126 / 20%);
}
.contest-award-border{
    border: 2px solid #ffca08;
}
.custom-list-style{
    padding: 10px;
}
.custom-list-style li:before{
    content: "\f111";
    font-weight: 600;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    top:5px;
    /* color:#ed1e5e; */
    font-size: 5px;


}
.custom-list-style li, .custom-list-style p {
    margin-bottom: 10px;
    /* font-size: 16px; */
    /* font-weight: 400; */
    position: relative;
    padding-left: 16px;
    text-align: left;
}
.custom-list-style p {
    margin-bottom: 18px;
}
.nav-link-header {
    /* font-size: 13px; */
    font-weight: 700;
    text-align: center;
    color:#333;
    text-transform: capitalize;
    width: max-content;
    color: #333333;
    /* margin: auto; */
    list-style: none;
    white-space: nowrap;
    position: relative;
    padding: 0;
}

/* .nav-link-header:after {
    content: "";
    background: #ed1e5e;
    display: block;
    height: 4px;
    width: 70%;
    right: 0px;
    position: absolute;
} */
.nav-link-header:hover{
    color:#0a58ca !important;
    text-decoration: underline;

}

.sectionHeading {
    font-size: 4rem;
    font-weight: 700;
    text-align:left;
    text-transform: capitalize;
    width: max-content;
    /* margin: auto; */
    position: relative;
    margin-bottom: 50px;
}

/* .sectionHeading:after {
    content: "";
    background: #ffc800;
    display: block;
    height: 3px;
    width: 60%;
    right: 0px;
    position: absolute;
} */

.container {
    max-width: 1320px;
    width: auto;
}

/* main Css */

/* Register Page */

.registerPage {
    background: #f6f6f6;
    /* text-align: left;
    min-height: 100vh; */
}

.registerPage .logo {
    padding: 60px;
    display: block;
    margin: auto;
}

.registerPage .logo img {
    width: 300px;
    display: block;
    margin: auto;
}

.registerPage .registerContainer {
    background: #fff;
    /* border: 3px solid #ebebeb; */
    padding: 40px;
    max-width: 400px;
    margin: 0 auto;
}

/* .registerPage .form-check-label a {
    color: #f69020;
} */

/*  */

.phoneContainer {
    display: flex;
    flex-direction: column;
}

.otp {
    display: none;
}

.phoneContainer.addOtp .otp {
    display: flex;
    margin: inherit;
    margin-top: 15px;
}

.passcode-wrapper {
    width: auto;
    margin: 0 auto;
}

.passcode-wrapper input {
    background: #fff;
    border: none;
    border-bottom: 2px solid #ccc;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    text-align: center;
}

.passcode-wrapper input::-webkit-inner-spin-button,
.passcode-wrapper input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Register Page End */

#header {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    color: #000;
    /* min-height: 60px; */
    padding-bottom: env(safe-area-inset-bottom);
    position: sticky;
    z-index: 1000;
}

#header .contestUl {
    padding: 10px 40px;
    width: 50%;
}

.headerNav .brand img {
    width: 180px;
    margin-top: -8px;
}
#header .li a {
    display: block;
}
a.fw-bold.login:hover,
a.fw-bold.signup:hover {
    text-decoration: underline;
}

#header .contestUl li {
    padding-right: 40px;
    white-space: nowrap;
}

#header .contestUl li svg {
    vertical-align: bottom;
}

#header .myAccountMenu img {
    width: 24px;
    border-radius: 50%;
}

#header .dropdown-menu {
    padding: 0;
    width: 250px;
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 10px 0px #0002;
    margin-top: 34px !important;
}

#header .dropdown-menu li a {
    padding: 8px 15px;
    font-size: 14px;
}

#header .dropdown-menu li a i {
    font-size: 14px;
    margin-right: 10px;
}

#header .dropdown-menu li a:focus,
#header .dropdown-menu li a:hover {
    background: #ed1e5e;
    color: #fff;
}

#header .chatNotif img {
    width: 40px;
    margin-right: 10px;
}

#header .chatNotif p {
    font-size: 12px;
}

#header .chatNotif i {
    font-size: 8px !important;
    color: #2bac1f;
    margin-right: 0px !important;
}

#header .dropdown-menu.chatNotif {
    max-height: 300px;
    overflow: auto;
}

#header .dropdown-menu.chatNotif::-webkit-scrollbar {
    width: 2px;
}

#header .dropdown-menu.chatNotif::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 1);
}

#header .dropdown-menu.chatNotif::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

#header .dropdown-menu.chatNotif li {
    border-bottom: 1px solid #ccc8;
}

#header .dropdown-menu.chatNotif li a:focus,
#header .dropdown-menu.chatNotif li a:hover {
    background: #fff;
    color: #333;
}

.footerMobile {
    display: none;
}

#header .count {
    background: #ed1e5e;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    left: 7px;
    text-align: center;
    top: -9px;
    font-size: 11px;
    color: #fff;
}

/* Header Css End */

#slider {
    /* background: url(../images/slide_bg.png) no-repeat left center; */
    /* height: 100vh; */
    max-height: 740px;
    /* padding-top: 90px;*/
    /* background-color: #ffffff; */
}

#slider h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    /* text-transform: capitalize; */
    font-size: 1.5rem;
    /* background: #f69020; */
    /* width: max-content; */
    margin-bottom: 20px;
    /* color: #ed1e5e;*/
}

#slider h1 p {
    display: block;
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* width: max-content; */
    padding: 5px 0px;
    margin-bottom: 2px;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1.5rem;
}

#slider p {
    /* font-size: 1rem; */
    text-align: justify;
    margin-bottom: 20px;
}

#slider p.paraLarge {
    /* font-size: 1.2rem; */
    text-align: justify;
    margin-bottom: 20px;
}

#slider p.paraLarge span {
    text-transform: uppercase;
    color: #f69020;
}

#slider .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #333;
}

#slider .owl-theme .owl-dots .owl-dot.active span,
#slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffcb08;
    transform: scale(1.5);
}

/* Slider CSS End */

#howItWorks, .section-css, #contest, #categories, #subCategory, #cta1, #cta2 {
    background: #f6f6f6;
    padding-top: 45px;
    margin-top: 5px;
}

#howItWorks .containerRow {
    display: flex;
}

#howItWorks .containerRow h4 {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
}

#howItWorks .tileLeft {
    background: #fff;
    /* margin: 0 10px;  */
    padding: 10px;
    text-align: center;
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    /* width: 50%; */
    /* margin-right: 0%; */
    /* box-sizing: border-box;*/
}

/* #howItWorks .tileRight {
    background: #fff;
    padding: 20px;
    width: 49%;
    margin-left: 2%;
} */

#howItWorks .employerTile {
    width: 50%;
    padding: 5px 5px;
}

#howItWorks .employerTile a {
    padding: 10px 10px;
    border: 1px solid #ed1e5e;
    border-radius: 5px;
    display: block;
    text-align: center;
    /* transition: all 2s ease-in-out; */
}

#howItWorks .employerTile a img {
    width: 120px;
    margin: auto;
    display: block;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
}

#howItWorks .employerTile a:hover img {
    transform: scale(1.1);
}

#howItWorks .employerTile a p {
    /* font-size: 16px; */
    /* text-transform: uppercase; */
    /* font-weight: 500; */
    transition: all 0.5s ease-in-out;
}

#howItWorks .employerTile a:hover p {
    color: #eb1e5e;
}

#howItWorks .siteButton {
    /* width: 150px; */
    margin: 15px;
    text-align: center;
}

#howItWorks .siteButton.video {
    background: #f69020;
}

/* #contest {
    background: #f6f6f6;
    padding: 45px 0px;
} */

.contestRow {
    display: block;
    /* border: 1px solid #ccc8; */
    /* margin-bottom: 30px; */
    transition: all 0.5s ease-in-out;
    background: #fff;
}

.contestRow .contestPhoto {
    padding: 10px 10px;
    margin: auto;
    width: 150px;
    text-align: center;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
}
.homeContest{
    /* padding: 8px 10px !important;
    width: 130px !important; */
    box-shadow: none !important;
}

.contestRow .contestPhoto img {
    /* width: 100%; */
    width: 130px;
    height: 100px;
}

.contestRow .contestPhoto p {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
}

/* .contestRow .contestPhoto p span {
    color: #d57503;
} */

.contestRow .contestDescription {
    padding: 0 20px;
    width: 100%;
}

.contestRow .contestDescription h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.contestRow .contestDescription h4:hover {
    color: #ed1e5e;
}

.contestRow .contestDescription ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.status p{
    color: #ffca04;
}
.contestRow .contestDescription ul li {
    padding-right: 4%;
}

.contestRow .contestDescription p {
    /* font-size: 16px; */
    margin-bottom: 15px;
}

.contestRow .contestDescription .status {
    margin-bottom: 10px;
    /* font-style: italic; */
    /* border: 1px solid #ddd; */
    margin: 8px 6px;
    text-align: center;
    display: table-cell;
}

.contestRow .contestDescription .status span {
    color: #379e54;
}

.contestRow .contestDescription .btns {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #ed1e5e;
    width: max-content;
    padding: 8px 30px;
    border-radius: 0px;
    margin-bottom: 0px;
}

.contestRow .contestTrofhy {
    width: 150px;
    text-align: center;
    /* background: #ffecb3; */
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

.contestRow .contestTrofhy img {
    width: 50px;
    margin-bottom: 15px;
}

.contestRow .contestTrofhy h5 {
    font-size: 16px;
    color: #ed1e5e;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* .contestRow .contestTrofhy h6 {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
} */

.contestRow .contestTrofhy p {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-top: 26px;
}

/* #categories {
    padding: 30px 0;
    overflow: hidden;
    background: #f6f6f6;
} */

#categories .categoryTile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 220px;
    /* border: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0; */
    /* transition: all 0.5s ease-in-out; */
}

#categories .categoryTile img {
    width: 100px;
}

/* #categories .col-md-3:nth-child(5n) .categoryTile {
    border-right: none;
}

#categories .col-md-3:nth-child(n+11) .categoryTile {
    border-bottom: none;
} */

#categories .categoryTile p {
    /* font-size: 20px; */
    min-height: 50px;
    padding: 15px 15px;
    font-weight: 700;
}

#categories .categoryTile:hover {
    /* background: #0ba1af; */
    /* transform: scale(1.06); */
    border-radius: 0px;
    /* box-shadow: 7px 7px 52px 0px rgba(0, 0, 0, 0.13); */
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    border-color: transparent;
    border: 3px solid #ffc800;
    border-radius: 10px;
}

/* #categories .col-md-3.col-sm-4.col-6:nth-child(2) .categoryTile:hover {
    background: #d47215;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(3) .categoryTile:hover {
    background: #9dbd10;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(4) .categoryTile:hover {
    background: #2943b9;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(5) .categoryTile:hover {
    background: #b929b2;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(6) .categoryTile:hover {
    background: #2bac1f;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(7) .categoryTile:hover {
    background: #1fac8e;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(8) .categoryTile:hover {
    background: #7f1fac;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(9) .categoryTile:hover {
    background: #aca31f;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(10) .categoryTile:hover {
    background: #ac1f1f;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(11) .categoryTile:hover {
    background: #ac6f1f;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(12) .categoryTile:hover {
    background: #ac1f4e;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(13) .categoryTile:hover {
    background: #9dbd10;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(14) .categoryTile:hover {
    background: #b929b2;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(15) .categoryTile:hover {
    background: #0ba1af;
}

#categories .col-md-3.col-sm-4.col-6:nth-child(16) .categoryTile:hover {
    background: #2bac1f;
} */

/* 
#categories .categoryTile:hover img {
    filter: contrast(0) brightness(10);
    -webkit-filter: contrast(0) brightness(10);
}

#categories .categoryTile:hover p {
    color: #fff;
} */

/* #subCategory {
    padding: 30px 0;
    background: #f6f6f6;
} */

#subCategory .subCategoryLists {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 10px;
}

#subCategory .subCategoryLists ul li a:before {
    content: "\f0c1";
    font-weight: 900;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    /* position: absolute; */
    /* left: 0; */
    color: #ffca04;
    padding: 5px 5px;
}

#subCategory .subCategoryLists ul {
    width: 25%;
}

#subCategory ul li {
    float: none;
    text-align: left;
}

#subCategory ul li a {
    font-size: 14px;
    transition: all 0.5s ease-in-out;
    padding: 8px;
    padding-left: 0px;
    display: block;
}

#subCategory ul li a:hover {
    padding-left: 10px;
    color: #ffca04;
}

#subCategory ul:after {
    content: "";
    display: block;
    clear: both;
}

#footer {
    background: #080039;
    padding-top: 20px;
}

#footer .footerData {
    display: flex;
}

#footer .footerData h4 {
    /* color: #fff; */
    /* font-size: 26px; */
    margin-bottom: 10px;
}
#footer .icon-color{
    color:#ffca04;
}

#footer .footerData .company,
#footer .footerData .category,
#footer .footerData .terms,
#footer .footerData .resources {
    flex: 1;
}

#footer .footerData .company li a,
#footer .footerData .category li a,
#footer .footerData .terms li a,
#footer .footerData .resources li a {
    color: #fff;
    /* font-size: 16px; */
    padding: 10px 0;
    /* padding-left: 0px; */
    /* display: block; */
    font-weight: 400;
}

#footer .footerData li a:hover {
    text-decoration: underline;
    color: #fff;
}

#footer .footerData .category {
    flex: 2;
}

#footer .footerData .category ul li {
    float: left;
    width: 50%;
}

#footer .footerData .category ul:after {
    content: "";
    display: block;
    clear: both;
}

#footer .footSocial {
    margin-top: 30px;
    padding: 40px 0px;
    border-top: 1px solid rgb(160 151 151 / 18%);
    /* border-bottom: 1px solid #fff8; */
}

#footer .footSocial ul {
    display: flex;
}

#footer .footSocial ul li {
    color: #fff;
    margin-right: 20px;
}

#footer .footSocial ul li a {
    color: #ffffff;
    /* background: none;
    height: 40px;
    width: 40px;
    display: block;
    text-align: center;
    line-height: 36px;
    border-radius: 50px;
    border: 1px solid #fff; */
}
#footer .footSocial ul li a .fa-facebook-f:hover {
    color: #1877f2;
}
#footer .footSocial ul li a .fa-twitter:hover {
    color: #00b6f1;
}
#footer .footSocial ul li a .fa-youtube:hover {
    color: red;
}
#footer .footSocial ul li a .fa-instagram:hover {
    color: #c32aa3;
}
#footer .footSocial ul li a .fa-linkedin-in:hover {
    color: #0a66c2;
}

#footer .footSocial p {
    color: #bec0c2;
    text-align: right;
}

/* About Page */

#innerpageBanner {
    background: url(../images/aboutBanner.jpg) no-repeat center center;
    background-size: cover;
    height: 400px;
    display: flex;
    align-items: center;
}

#innerpageBanner h2 {
    font-size: 44px;
    font-family: "Helvetica-Condensed";
    font-weight: 700;
    margin-bottom: 10px;
}

#contestSlider .owl-dots {
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}

#contestSlider .owl-item {
    text-align: center;
}

#contestSlider .owl-item img {
    display: block;
    margin: auto;
    width: 50% !important;
}

#contestSlider .owl-theme .owl-dots .owl-dot.active span,
#contestSlider .owl-theme .owl-dots .owl-dot:hover span {
    background: #eb1e5e;
}

#contestSlider .owl-dots {
    left: -40vw;
    position: absolute;
    bottom: 0;
    right: inherit;
    display: none;
}

#contestSlider .owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: 100%;
}

#contestSlider h2 {
    font-size: 44px;
    font-family: "Helvetica-Condensed";
    font-weight: 700;
    margin-bottom: 10px;
}

#innerpageBanner ul li {
    font-size: 16px;
    padding-right: 10px;
}

#contestSlider ul li {
    font-size: 16px;
    padding-right: 10px;
}

/* #overView {
    padding: 60px 0px;
} */

#overView h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

#overView p {
    margin-top: 20px;
}

/* #overView2 {
    padding-bottom: 60px;
} */

#overView2 h3 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 40px;
}

#overView2 p {
    margin-top: 20px;
}

.videoPart {
    background: url(../images/About_video.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoPart a {
    color: #f69020;
    background: rgba(255, 255, 255, 0.8);
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    line-height: 80px;
}

#aboutVideo .videoContent {
    padding: 60px;
    background: #eb1e5e;
}

#aboutVideo .videoContent li {
    color: #fff;
    font-size: 16px;
    padding: 10px;
}

#aboutVideo .videoContent h3 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 30px;
}

#innerCategory .innerCategoryTiles {
    display: flex;
    flex-wrap: wrap;
}

#innerCategory .innerCategoryTiles li {
    width: 25%;
}

#innerCategory .innerCategoryTiles li a {
    margin: 10px;
    background: #e6e6e6;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

/* #innerCategory {
    padding: 40px 0px;
} */

#innerCategory .innerCategoryTiles li a img {
    width: 40px;
    margin-right: 10px;
}

#innerCategory .innerCategoryTiles li a:hover {
    background: #ed1e5e;
    /* transform: scale(1.1); */
}

#innerCategory .innerCategoryTiles li a p {
    color: #333;
    font-size: 14px;
}

#innerCategory .innerCategoryTiles li a:hover p {
    color: #fff;
}

#innerCategory .innerCategoryTiles li a:hover img {
    filter: contrast(0) brightness(10);
    -webkit-filter: contrast(0) brightness(10);
}

.registerContainer h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
}

/* .registerContainer p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
} */

/* .registerContainer p a {
    color: #f69020;
    font-size: 20px;
} */

/* How It Works */

/* #pageSlider {
    padding: 60px 0px;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(245, 244, 242, 1) 100%
    );
    padding-bottom: 140px;
} */

.hiWorks-bg{
    padding-top: 150px !important;
    padding-bottom: 50px;
    background-size: cover !important;
}
#howItWorksPage .hitPageSlider {
    padding: 120px 0px;
}

#howItWorksPage .hitPageSlider h2 {
    font-size: 44px;
    font-family: "Helvetica-Condensed";
    font-weight: 700;
    margin-bottom: 10px;
}

#howItWorksPage .hitPageSlider ul li {
    font-size: 16px;
    padding-right: 10px;
}

#howItWorksPage .nav {
    justify-content: center;
    margin: 30px 0px;
    /* margin-top: -40px; */
    margin-bottom: 30px !important;
}

#howItWorksPage .nav .active {
    border-radius: 0px;
    background: #eb1e5e;
}

#howItWorksPage h3 {
    font-size: 140px;
    font-weight: 900;
    background: #eb1e5e;
    background: -webkit-linear-gradient(to bottom, #eb1e5e 0%, #ffffff 70%);
    background: -moz-linear-gradient(to bottom, #eb1e5e 0%, #ffffff 70%);
    background: linear-gradient(to bottom, #eb1e5e 0%, #ffffff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 30px;
}

#howItWorksPage .orange h3 {
    font-size: 140px;
    font-weight: 900;
    background: #f69020;
    background: -webkit-linear-gradient(to bottom, #f69020 0%, #ffffff 70%);
    background: -moz-linear-gradient(to bottom, #f69020 0%, #ffffff 70%);
    background: linear-gradient(to bottom, #f69020 0%, #ffffff 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 30px;
}

#howItWorksPage h4 {
    font-size: 50px;
    font-weight: 900;
    color: #333;
    margin-top: -90px;
    margin-bottom: 20px;
}

.goToContest .data {
    text-align: center;
    /* border-top: 1px solid #ccc8;
    padding: 50px 0px; */
}

.goToContest .data img {
    display: block;
    width: 250px;
    margin: auto;
    margin-bottom: 15px;
}

.goToContest .data p {
    max-width: 720px;
    text-align: justify;
    text-align-last: center;
    margin: auto;
    margin-bottom: 15px;
}

.goToContest .data a {
    font-size: 36px;
    color: #eb1e5e;
    font-family: "Roboto Condensed", sans-serif;
    border-bottom: 1px dashed #eb1e5e;
    font-weight: 500;
    padding-bottom: 10px;
    display: block;
    width: max-content;
    margin: auto;
}

.goToContest .data .dataLogo {
    border-bottom: none;
}

.goToContest .data a i {
    font-size: 36px;
}

/* #contestSection aside {
    width: 300px;
    margin-right: 30px;
} */

#contestSection aside .dropdown-toggle {
    background: none;
    border: none;
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    font-size: 18px;
}

#contestSection aside .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

#contestSection aside .dropdown {
    border-bottom: 1px solid #ccc8;
    margin-bottom: 20px;
}

#contestSection aside .dropdown-menu {
    border: none;
    position: static !important;
    transform: inherit !important;
    background: #fff;
}

#contestSection aside .dropdown-menu a {
    font-size: 14px;
}

#contestSection aside .dropdown-menu a:hover,
#contestSection aside .dropdown-menu a:active {
    background: #eb1e5e;
    color: #fff;
}

#contestSection aside .dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 10px;
    top: 20px;
}

#contestSection .secContainer {
    display: flex;
}

#contestSection .rightPart {
    flex: 1;
}

#contestSection .rightPart .contestSearch {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc8;
    padding-bottom: 15px;
}

/* #contestSection .rightPart .contestSearch input {
    padding-left: 45px;
} */

/* #contestSection .rightPart .contestSearch .flaticon-loupe {
    position: absolute;
    left: 10px;
    top: 8px;
} */

.pagination {
    justify-content: center;
}

.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f89b1d;
    border-color: #f89b1d;
}

.pagination .page-link {
    position: relative;
    display: block;
    color: #f89b1d;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#postSlider,
#contestDetailBanner,
#contestSlider,
#pageSlider {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    /* margin-top: 100px; */
    background: #ffcb09;
}
/* label.form-label {
    margin-bottom: inherit;
    font-weight: initial !important;
} */

#postSlider h2 {
    font-size: 38px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

#postContestPage {
    background: #f6f6f6;
    padding-bottom: 30px;
}

#postContestPage .secContainer {
    max-width: 600px;
}

/* #postContestPage form label {
    margin-bottom: 20px;
} */

#postContestPage form textarea {
    height: 100px;
    resize: none;
}

/* Skill */

@media only screen and (max-width: 767px) {
    .ui.selection.dropdown .menu {
        /*      max-height: 8.01428571rem; /* + 1.335714285 to 9.349999995rem */
        /*      max-height: 9.349999995rem; /* Adds a half */
        max-height: 16.02857142rem;
        /* Double size */
    }
}

@media only screen and (min-width: 768px) {
    .ui.selection.dropdown .menu {
        /*         max-height: 10.68571429rem; /* + 1.3357142863 to 12.0214285763rem */
        max-height: 12.0214285763rem;
    }
}

@media only screen and (min-width: 992px) {
    .ui.selection.dropdown .menu {
        max-height: 16.02857143rem;
        /* + 1.3357142858 to 17.3642857158rem */
    }
}

@media only screen and (min-width: 1920px) {
    .ui.selection.dropdown .menu {
        max-height: 21.37142857rem;
        /* + 1.3357142856 to 22.7071428556rem */
    }
}

/* skill end */

.checkBoxes {
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc8;
}

.checkBoxes label {
    width: 200px;
    padding: 4px !important;
    text-align: center;
    font-size: 14px !important;
}

.secContainer label {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.secContainer small {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}

.imagePicker {
    opacity: 1;
    position: relative;
    visibility: hidden;
    width: 100px;
    margin-right: 30px;
}

.imagePicker:before {
    content: "";
    background: url(../images/picker.jpg) no-repeat center center;
    background-size: contain;
    height: 100px;
    width: 100px;
    visibility: visible;
    display: block;
}

.show-mobile {
    display: none;
}

.show-desktop {
    display: block;
}

/* image picker new */

.block {
    /* background-color: rgba(255, 255, 255, 0.5); */
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 10px 0;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: flex;
}

.block label.button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    background-color: transparent;
    border: navajowhite;
    color: #6c6c6c;
    padding: 0;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.block label.button img {
    width: 100px;
}

.block label.button:hover {
    background-color: #f0f0f0;
    cursor: pointer;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.block input#images {
    display: none;
}

.block #multiple-file-preview {
    border-top: none;
    margin-top: 0;
    padding: 0;
}

.block #sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-height: auto;
}

.block #sortable li {
    margin: 0;
    float: left;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    background-color: #ffffff;
    padding: 10px;
    margin-right: 10px;
    border: 1px dashed #ccc;
    margin-bottom: 10px;
}

.block #sortable li img {
    height: 100%;
}

.block #sortable li a {
    background: red;
    color: #fff;
    opacity: 1;
    height: 26px;
    width: 26px;
    margin-top: -10px;
    padding: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block #sortable li a::before {
    content: "\f2ed";
    font-weight: 900;
    display: block;
    font-family: "Font Awesome 5 Free";
}

.block #sortable li,
.block #sortable li img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.block #sortable li div.order-number {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    height: 15px;
    background-color: #2b91e3;
    color: #ffffff;
    font-size: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.block .form-control,
.block .form-select {
    padding: 0.75rem 0.75rem;
}

.block .ui.multiple.dropdown {
    padding: 0.75rem;
    border-radius: 0px;
}

.block .dropdown.icon {
    font-size: 16px;
}

/*  */

.secContainer {
    /* max-width: 700px; */
    margin: auto;
}

/* amount */

.country-container {
    display: flex;
    padding: 0.75rem 0.75rem;
    border: 1px solid #ccc;
    height: 44px;
    background: #fff;
    align-items: center;
}

.flag {
    background-size: 50px 30px;
    height: 30px;
    width: 50px;
    display: inline-block;
    margin: 0 10px 0 0;
    flex: 0 0 50px;
}

.countries {
    width: 90%;
    max-width: 400px;
}

/*  */

h2.innerPageHeading {
    font-size: 32px;
    /* font-family: "Helvetica-Condensed"; */
    font-weight: 700;
    margin-bottom: 10px;
}

.innerPageBreadcrumb li {
    font-size: 16px;
    padding-right: 10px;
}

#contestDetailBanner .openHours {
    width: max-content;
    padding: 3px 5px;
    background: #333;
    color: #fff;
    margin-left: auto;
}

#contestDetailBanner .trophy {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 15px 0px;
}

#contestDetailBanner .trophy img {
    margin-right: 20px;
}

#contestDetailBanner .trophy p {
    color: #f69020;
    text-transform: uppercase;
    padding: 0px;
}

#contestDetailBanner .trophy h3 {
    color: #333;
    text-transform: uppercase;
    font-size: 32px;
}

#contestDetailBanner .siteButton {
    margin-left: auto;
    /* background: #ed1e5e; */
}

#contestDetailBanner p {
    width: max-content;
    margin-left: auto;
    padding: 0px 20px;
    margin-top: 5px;
    font-weight: 700;
}
#detailContainer,
#paymentHistoryPage {
    background: #f6f6f6;
    padding: 30px 0;
}

#detailContainer .nav, .tab-btn .nav {
    /* margin-top: -40px; */
    margin-bottom: 20px;
}

#detailContainer .nav-pills .nav-link.active,
#detailContainer.nav-pills .show > .nav-link,
.tab-btn .nav-pills .nav-link.active,
.tab-btn.nav-pills .show > .nav-link {
    background: #ed1e5e;
    border-radius: 0px;
}

/* #detailContainer .tabLeftPart {
    border: 1px solid #ccc8;
    padding: 30px;
} */

#detailContainer .tabLeftPart .titleTop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc8;
    align-items: center;
}

#detailContainer .tabLeftPart .titleTop li {
    font-size: 24px;
    font-weight: 600;
}

#detailContainer .tabLeftPart .titleTop li span {
    font-size: 16px;
    font-weight: 400;
    background: #333;
    padding: 6px 15px;
    color: #fff;
}

#detailContainer .tabLeftPart h3 {
    /* font-size: 32px; */
    /* font-weight: 400; */
    /* color: #333; */
    margin-bottom: 15px;
}

#detailContainer .tabLeftPart .tabcate {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#detailContainer .tabLeftPart .tabcate li {
    padding-right: 4%;
}

#detailContainer .tabLeftPart p {
    /* text-align: justify; */
    margin-bottom: 15px;
    white-space: pre-wrap;
    /* font-size: 16px; */
}

/* #detailContainer .tabLeftPart h4 {
    margin-bottom: 20px;
    font-size: 18px;
} */

#detailContainer .tabLeftPart .ul li i {
    vertical-align: baseline;
}

#detailContainer .tabLeftPart .listing li {
    padding-bottom: 10px;
    font-size: 16px;
}

#detailContainer .tabLeftPart .listing li:before {
    content: "\f111";
    font-weight: 900;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
    font-size: 8px;
    vertical-align: 3px;
}

/* #detailContainer .tabLeftPart .siteButton {
    margin-top: 20px;
    background: #ed1e5e;
} */

/* #detailContainer .tabRightPart {
    border: 1px solid #ccc8;
    padding: 30px;
    height: 100%;
} */

#detailContainer .tabRightPart .titleTop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc8;
    align-items: center;
}

.lg-thumb-outer.lg-grab,
.lg-outer .lg-thumb-outer {
    display: none !important;
}

.tabEntryContainer h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tabEntryContainer .contestTile {
    display: block;
    /* border: 1px solid #ccc8; */
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.tabEntryContainer .contestTile ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    left: 0;
    padding: 5px;
    -webkit-transform: translateY(43px);
    -moz-transform: translateY(43px);
    -ms-transform: translateY(43px);
    -o-transform: translateY(43px);
    transform: translateY(43px);
    transition: all 0.5s ease-in-out;
}

.tabEntryContainer .contestTile:hover ul {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.tabEntryContainer .contestTile a img {
    transition: all 0.5s ease-in-out;
    height: 220px;
}

.tabEntryContainer .contestTile:hover a img {
    /* -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */
    opacity: 0.5;
}

.tabEntryContainer .contestTile ul a {
    /* background: #ed1e5e; */
    color: #fff;
    padding: 6px 10px;
    margin-left: 10px;
    display: block;
    width: max-content;
    font-size: 14px;
}

/* .tabEntryContainer .contestTile ul li:nth-child(2) a {
    background: #f69020;
} */

.popupDetal h2 {
    font-size: 22px;
}

/* .popupDetal p {
    font-size: 16px;
    padding-bottom: 15px;
} */

.popupDetal h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.popupDetal textarea {
    resize: none;
    /* border-radius: 0px;
    margin-bottom: 20px; */
}

.oldComment img {
    width: 50px;
}

.oldComment ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
}

.oldComment ul li p {
    padding-bottom: 5px;
}

.oldComment ul li p small {
    color: #666;
}

.oldComment .replyComment {
    display: none;
}

.oldComment .replyComment textarea {
    height: 40px;
    margin: 0px;
}

.oldComment .dropdown-toggle::after {
    display: none;
}

.oldComment .dropdown-toggle i {
    padding-left: 10px;
}

.aboutFreelancer .social {
    margin-bottom: 15px;
}

.aboutFreelancer .social a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.aboutFreelancer .report li a {
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    padding: 0px 15px;
    margin-right: 15px;
}

.aboutFreelancer .report li .like {
    background: none !important;
    border: 1px solid #ccc;
    color: #333;
    display: flex;
    align-items: center;
}

.aboutFreelancer .report li .like i {
    margin-right: 5px;
}

.aboutFreelancer h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    /* position: absolute; */
    right: -15px;
    top: -15px;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #ccc;
    z-index: 9;
}

.btn-block.btn-close,
.btn-block.btn-close:hover {
    position: static;
    border-radius: 6px;
    width: 100%;
    height: auto;
    opacity: 1;
}

.btn-block.btn-close::before {
    display: none;
}

.btn-close:before {
    content: "\f00d";
    font-weight: 900;
    display: block;
    font-family: "Font Awesome 5 Free";
}

/* rating */

/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
/* make hover effect work properly in IE */
/* hide radio inputs */
/* set icon padding and size */
/* set default star color */
/* set color of none icon when unchecked */
/* if none icon is checked, make it red */
/* if any input is checked, make its following siblings grey */
/* make all stars orange on rating group hover */
/* make hovered input's following siblings grey on hover */
/* make none icon grey on rating group hover */
/* make none icon red on hover */

#full-stars-example .rating-group {
    display: inline-flex;
}

#full-stars-example .rating__icon {
    pointer-events: none;
}

#full-stars-example .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    /* font-size: 2rem; */
}

#full-stars-example .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__icon--none {
    color: #eee;
}

#full-stars-example
    .rating__input--none:checked
    + .rating__label
    .rating__icon--none {
    color: red;
}

#full-stars-example
    .rating__input:checked
    ~ .rating__label
    .rating__icon--star {
    color: #ddd;
}

#full-stars-example .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}

#full-stars-example
    .rating-group:hover
    .rating__input--none:not(:hover)
    + .rating__label
    .rating__icon--none {
    color: #eee;
}

#full-stars-example
    .rating__input--none:hover
    + .rating__label
    .rating__icon--none {
    color: red;
}

/* rating end */

/* Select Account Type */

.employerType {
    background: #f9e4eb;
    padding: 1px;
}

.freelancerType {
    background: #faf0e5;
    padding: 1px;
}

.registerProcess .video_image {
    display: block;
    width: 60%;
    margin: auto;
    margin: 60px auto;
    position: relative;
    z-index: 2;
}

.registerProcess .video_image .corner {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 160px;
    z-index: 2;
}

.registerProcess h3 {
    font-size: 32px;
    text-transform: capitalize;
    text-align: center;
    color: #ec1e5e;
}

.registerProcess h3 span {
    font-size: 22px;
    display: block;
    color: #333;
    font-weight: 700;
}

.bottom_grap {
    width: 60%;
    margin: auto;
    display: block;
}

/* Blog Page */

.blogTile {
    background: #fff;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #ccc8;
    transition: all 0.5s ease-in-out;
}

.blogTile h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 15px;
}

.blogTile ul {
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
    background: #ed1e5e;
    color: #fff;
    border-radius: 50px 0px 0px 50px;
    padding: 10px;
}

.blogTile ul li {
    color: #fff;
    margin-right: 15px;
}

.blogTile ul li i {
    vertical-align: baseline;
}

.blogTile p {
    padding: 15px;
}

.blogTile:hover {
    transform: scale(1.03);
    box-shadow: 0px 0px 20px 0px #0003;
}

.tabRightPart img {
    width: 28px;
}

.recentBlog li {
    margin-top: 15px;
}

.recentBlog li p {
    margin-top: 5px;
}

.recentBlog li i {
    vertical-align: baseline;
}

.blogDetailTile h4 {
    padding: 20px;
}

.blogDetailTile ul {
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
    background: #ed1e5e;
    color: #fff;
    border-radius: 50px 0px 0px 50px;
    padding: 10px 20px;
    padding-left: 30px;
}

.blogDetailTile ul li {
    color: #fff;
    margin-right: 15px;
}

.blogDetailTile ul li i {
    vertical-align: baseline;
}

.blogDetailTile p {
    padding: 20px;
}

.review {
    padding: 20px;
}

.review h4 {
    margin-bottom: 20px;
}

.review .form-group {
    margin-bottom: 20px;
}

.review .form-group .form-control {
    border-radius: 0px;
    background: #ccc4;
    border: none;
}

.contactInfo li {
    padding-bottom: 20px;
}

.contactInfo li h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contactInfo li img {
    width: 40px;
    margin-right: 15px;
}

.contactForm {
    padding: 30px;
}

.contactForm .titleTop {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc8;
    align-items: center;
}

.contactForm textarea {
    height: 100px;
}

#testimonialsContainer .tText {
    padding: 20px;
    flex: 1;
}

#testimonialsContainer .tText i {
    font-size: 48px;
    color: #eb1e5e;
    text-align: center;
    display: block;
    padding: 30px;
}

#testimonialsContainer .tText p {
    font-size: 16px;
    text-align: justify;
}

#testimonialsContainer .testiTile .author_img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin: auto;
    border: 6px solid #fff;
    position: relative;
}

#testimonialsContainer .testiTile .author_img img {
    width: 100%;
    border-radius: 50%;
}

#testimonialsContainer .testiTile h4 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
}

#testimonialsContainer .testiTile h5 {
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

#testimonialsContainer .testiTile {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background: #f2f1f1;
    padding: 30px;
}

#testimonialsContainer .testiTile:nth-child(even) {
    flex-direction: row-reverse;
}

#testimonialsContainer .testiTile:nth-child(even) h4,
#testimonialsContainer .testiTile:nth-child(even) h5,
#testimonialsContainer .testiTile:nth-child(even) p {
    text-align: right;
}

#testimonialsContainer .testiTile .author_img i {
    position: absolute;
    bottom: -14px;
    right: 0px;
    left: 0px;
    margin: auto;
    text-align: center;
    display: block;
    background: #eb1e5e;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
}

/* 
.testiTile {
    margin-bottom: 30px;
} */

/* Career Page */

#CareerPage {
    padding: 50px 0px;
}

#CareerPage .careerTile {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}

#CareerPage .careerTile h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}

#CareerPage .careerTile li {
    font-size: 16px;
    padding-top: 10px;
}

.careerForm {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 7%);
}

.careerForm .form-control,
.careerForm .form-select {
    background: #fff;
    border: 2px solid #ccc4;
    margin-bottom: 20px;
    padding: 0.75rem;
}

.careerForm h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc8;
}

/* privacy policy */

#privacyPolicyContainer .detailtab .updated {
    padding: 5px;
    background: #eb1e5e;
    color: #fff;
    width: max-content;
}

#privacyPolicyContainer .detailtab p {
    margin-bottom: 20px;
    /* font-size: 16px; */
    text-align: justify;
}

#privacyPolicyContainer .detailtab h4 {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #eb1e5e;
}

#privacyPolicyContainer .detailtab h5 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

#privacyPolicyContainer .detailtab ul {
    margin-bottom: 20px;
}

/* #privacyPolicyContainer .detailtab ul li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
} */

/* #privacyPolicyContainer .detailtab ul li:before {
    content: "\f101";
    font-weight: 900;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
} */

/* FAQ */

/* #faqContainer .accordion {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
} */

#faqContainer .accordion-item {
    margin-bottom: 30px;
}

#faqContainer .accordion-item .accordion-header button {
    background: #eb1e5e;
    color: #fff;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background: #fff;
}

/* Profile page */

/* .coverPhoto {
    margin-top: 93px;
} */
#profilePage {
    background: #f6f6f6;
    padding-bottom: 30px;
}

.coverPhoto .avatar-upload {
    position: relative;
    max-width: 100%;
    margin: 0px;
    height: 200px;
}

.coverPhoto .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.coverPhoto .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.coverPhoto .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.coverPhoto .avatar-upload .avatar-edit input + label:after {
    content: "\f303";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 15px;
}

.coverPhoto .avatar-upload .avatar-preview {
    width: auto;
    height: 100%;
    position: relative;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.coverPhoto .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-color: #ffcb09;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profile-page-nav {
    margin-top: -50px;
}

.profile-right {
    margin-top: -50px;
}
.profile-page-nav ul li .active {
    border-bottom: 2px solid #f69020;
}
.profilePic .avatar-upload {
    position: relative;
    max-width: initial;
}

.profilePic .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.profilePic .avatar-upload .avatar-edit input {
    display: none;
}

.profilePic .avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.profilePic .avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.profilePic .avatar-upload .avatar-edit input + label:after {
    content: "\f303";
    color: #757575;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    line-height: 15px;
}

.profilePic .avatar-upload .avatar-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid #e0e0e0;
}

.profilePic .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nameInfo {
    padding-left: 30px;
    flex: 1;
}

.nameInfo h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.nameInfo p {
    font-size: 14px;
    padding-top: 5px;
}

.nameInfo p i {
    font-size: 14px;
    vertical-align: baseline;
}

/* .userDetail {
    background: #fff;
    border: 1px solid #ccc4;
    margin-top: 40px;
} */

.userDetail h4 {
    font-size: 22px;
    padding: 30px;
    border-bottom: 1px solid #ccc8;
    margin-bottom: 30px;
}

.userDetail .dContainer {
    padding: 30px;
}

.userDetail .dContainer p {
    margin-bottom: 20px;
}

.userDetail .portfolioCarousel {
    padding: 30px;
    padding-top: 0px;
}

/* .userDetail ul {
    padding: 30px;
    padding-top: 0px;
} */

.userDetail ul.skil li {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    background: #ccc8;
    color: #333;
}

.userDetail ul.pInfo li {
    padding-bottom: 10px;
}
.userDetail ul.pInfo li a:hover {
    text-decoration: underline;
}

.userDetail ul.language li {
    padding-bottom: 10px;
}

.userDetail ul.pInfo li i,
.userDetail ul.pInfo li img {
    font-size: 14px;
    width: 14px;
    text-align: center;
    margin-right: 10px;
}

.editProfilePopup input,
.editProfilePopup select {
    /* padding: 1rem;
    border-radius: 0px;
    background: #f2f1f1;
    border: 1px solid #ccc8; */
    margin-bottom: 10px;
}

#privacyPolicyContainer ul {
    /* border: 1px solid #ccc8; */
    padding: 10px 20px;
    /* border-radius: 5px; */
}

#privacyPolicyContainer ul li {
    padding-top: 10px;
}

#privacyPolicyContainer ul a {
    font-size: 14px;
}

.searchBar {
    display: flex;
    align-items: center;
    border: 1px solid #ccc8;
    height: 44px;
    margin-bottom: 20px;
}

.searchBar button {
    background: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
}

.toggle-password {
    display: block;
    margin-left: auto;
    padding-right: 40px;
    margin-top: -25px;
    cursor: pointer;
}

.mainContainer {
    padding: 30px 0;
}

.QuoteIcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row-reverse;
}

.QuoteIcon i {
    background: #eaeaea;
    color: #eb1e5e;
    font-size: 40px;
    margin-top: -40px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
}

.QuoteIcon p {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.mandatry {
    display: block;
    /* align-self: flex-end; */
    text-align: right;
    margin-top: -27px;
    padding-right: 10px;
    color: red;
    margin-left: auto;
    width: max-content;
}

/* =========awardThisEntryModal=======
========================================= */

.awardThisEntryMdl img {
    max-width: 100%;
}

.btn_nw {
    background: #ed1e5e;
    color: #fff;
    padding: 6px 10px;
    display: block;
    width: 100%;
    font-size: 16px;
}

.awardThisEntryMdl .modal-footer {
    border: none;
}

.awardThisEntryMdl .modal-footer .text-center {
    width: 100%;
    display: block;
}

.awardThisEntryMdl .modal-footer .text-center a {
    display: inline-block;
    color: blue;
}

/* ===========conteset_handOvr_stpSec========
    ================================================= */

#conteset_handOvr_stpSec {
    padding: 50px 0;
    background-color: #f6f6f6;
}

/* Form fields */

/* #conteset_handOvr_stpSec #booking-form {
    width: 80%;
    margin: auto;
} */

#conteset_handOvr_stpSec #booking-form ul {
    padding-left: 0;
}

#conteset_handOvr_stpSec #booking-form li {
    list-style: none;
}

#conteset_handOvr_stpSec #booking-form input,
#conteset_handOvr_stpSec #booking-form textarea,
#conteset_handOvr_stpSec #booking-form select {
    box-sizing: border-box;
    color: #000000;
}

#conteset_handOvr_stpSec #booking-form select {
    background: url("../images/grey-chevron.png") no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 15px;
    background-position: 97% 50%;
}

#conteset_handOvr_stpSec #booking-form textarea {
    height: 120px;
    line-height: 1.5;
    padding: 15px 28px;
}

#conteset_handOvr_stpSec #booking-form input:focus,
#conteset_handOvr_stpSec #booking-form textarea:focus,
#conteset_handOvr_stpSec #booking-form select:focus {
    outline: 0;
    border: 1px solid rgb(211, 211, 211);
}

#conteset_handOvr_stpSec #booking-form label {
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

/* Buttons */

#conteset_handOvr_stpSec #booking-form .next-btn,
#conteset_handOvr_stpSec #booking-form .submit-btn {
    background: #f69020;
    padding: 13px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    min-width: 400px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    border-radius: 0;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

#conteset_handOvr_stpSec #booking-form .next-btn:hover,
#conteset_handOvr_stpSec #booking-form .submit-btn:hover {
    background-color: #f69020;
    color: #fff;
}

/* Progress Bar */

#conteset_handOvr_stpSec .progress-wrap {
    margin: auto;
    display: table;
}

#conteset_handOvr_stpSec .line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}

#conteset_handOvr_stpSec .line {
    display: none;
    height: 1px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(217, 217, 217);
    position: absolute;
    margin-top: 8px;
}

#conteset_handOvr_stpSec .progress-wrap div ul {
    display: block;
    /* width: 250px; */
    list-style: none;
    padding: 0px;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
}

#conteset_handOvr_stpSec .progressbar-dots {
    list-style: none;
    border-radius: 50%;
    text-align: left;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #000;
    font-size: 18px;
    margin-left: 0px;
    color: #333;
    position: relative;
    padding-left: 30px;
}

#conteset_handOvr_stpSec .progressbar-dots p {
    text-align: left;
    font-size: 12px;
    color: #000;
    line-height: 26px;
}

#conteset_handOvr_stpSec .checkout-bar .progressbar-dots:first-child i {
    top: 15px !important;
}

#conteset_handOvr_stpSec .progressbar-dots i {
    display: inline-block;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 50%;
    width: 20px;
    transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
}

#conteset_handOvr_stpSec .progressbar-dots i span {
    margin: auto;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #ddd;
    transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    display: block;
    border-radius: 50%;
    font-size: 0px;
}

#conteset_handOvr_stpSec .progressbar-dots span {
    font-size: 12px;
    line-height: 12px;
    /* width: 75px; */
}

/* #conteset_handOvr_stpSec .progressbar-dots.active {
        color: #fff;
        border: 0px solid rgb(38,163,134);
        background: #82CCC8;
    } */

/* #conteset_handOvr_stpSec .progressbar-dots.active i { color: #fff;} */

#conteset_handOvr_stpSec .progressbar-dots.active i span {
    background-color: #fff;
    height: 16px;
    width: 16px;
    border-color: #41bc51;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    color: #41bc51;
    font-style: normal;
}

#conteset_handOvr_stpSec .progressbar-dots.active {
    color: #41bc51;
}

/*  Tab */

#conteset_handOvr_stpSec .tab-pane {
    display: none;
}

#conteset_handOvr_stpSec .tab-pane:first-child {
    display: block;
}

/* Error */

#conteset_handOvr_stpSec span.error {
    font-size: 12px;
    color: #d6041d;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

/* ====================================CSS you want to add in your css file */

/* ==========conteset_handOvr_stpSec=======
=============================================== */

#conteset_handOvr_stpSec .conteset_hand_leftsec .conteset_hand_leftsecinner,
.conteset_hando_rightsecSteps,
.conteset_rightWinnerbx,
.conteset_hand_leftStep2Bx1,
.WinnerEntryFiledv {
    background-color: #fff;
    padding: 20px;
}

#conteset_handOvr_stpSec h4,
.conteset_rightWinnerbx h4,
.WinnerEntryFiledv h4 {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

#conteset_handOvr_stpSec p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    margin-bottom: 20px;
}

#conteset_handOvr_stpSec label {
    margin-bottom: 0px !important;
    font-size: 16px !important;
}

.WinnerEntryFiledv {
    margin-top: 20px;
    margin-bottom: 20px;
}

.conteset_rightWinnerbx img {
    max-width: 100%;
}

.conteset_rightWinnerbx ul li:first-child {
    width: 60px;
}

.conteset_rightWinnerbx a.chat_btn {
    display: flex;
    padding: 8px 12px;
    background-color: #f6f7fb;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #000;
}

.conteset_rightWinnerbx a.chat_btn i {
    display: inline-block;
    color: #c4c4c4;
    font-size: 10px;
}

.conteset_rightWinnerbx {
    border: 1px solid #ffcc00;
    margin-top: 30px;
    position: relative;
}

.conteset_rightWinnerbx ul li a {
    display: inline-block;
    font-size: 12px;
    color: blue;
}

.conteset_rightWinnerbx ul li p {
    font-size: 12px !important;
    margin-top: -10px;
    color: #000;
    margin-bottom: 0px !important;
}

.conteset_rightWinnerbx ul {
    display: flex;
}

.conteset_rightWinnerbx ul li {
    align-self: center;
}

.conteset_rightWinnerbx .winnerBxWini {
    position: absolute;
    right: 15px;
    top: -16px;
    z-index: 99;
}

.conteset_rightWinnerbx .winnerBxWini i {
    display: inline-block;
    background-color: #ffcc00;
    font-size: 16px;
    color: #fff;
    padding: 8px;
    width: 33px;
    text-align: center;
}

.conteset_hand_leftStep2Bx1 h6 {
    font-size: 18px;
    color: #000;
}

.conteset_hand_leftStep2Bx1 h6 b {
    color: #ada8a2;
}

.StepFrmBtn {
    background-color: #f69020;
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: none;
    font-weight: 700;
    border-radius: 5px;
}

#conteset_handOvr_stpSec .btn-close {
    height: auto;
    width: auto;
    background-color: transparent;
    border: none;
}

/* ---------how Was Contest Modal1---------
============================================== */

.howWasContesetModal1 p {
    text-align: justify;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.howWasContesetModal1 .form-check {
    text-align: left;
}

.howWasContesetModal1 ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.howWasContesetModal1 textarea {
    height: 200px;
    resize: none;
}

.howWasContesetModal1 .btn_nw,
.howWasContesetModal1 .btn_nw:hover {
    background-color: #f69020;
    color: #fff;
    border: none;
    height: 45px;
}

.howWasContesetModal1 .form-group label {
    text-align: left;
    display: block;
}

.thankyouModal1 i {
    font-size: 100px;
    color: #f69020;
}

.thankyouModal1 h4 {
    margin-top: 20px;
    margin-bottom: 0px;
}

.thankyouModal1 p {
    text-align: justify;
    line-height: 26px;
    font-size: 16px;
    margin: 10px 0px;
}

.thankyouModal1 .text-center a {
    display: inline-block;
    color: blue;
}

.thankyouModal1 .modal-footer,
.howWasContesetModal1 .modal-footer {
    border: none;
}

.thankyouModal1 .btn_nw,
.thankyouModal1 .btn_nw:hover {
    background-color: #f69020;
    color: #fff;
    border: none;
    height: 45px;
}

/* handover process */

#step1 {
    display: block;
}

#step2 {
    display: none;
}

.nextStep #step1 {
    display: none !important;
}

.nextStep #step2 {
    display: block;
}

.nextStep #step2 .checkout-bar li:nth-child(2) {
    color: #379e54;
}

.reviewSection {
    background: #fff;
    margin-top: 40px;
    padding: 20px;
}

.feedbackButton {
    background-color: #f69020;
    color: #fff !important;
    border: none;
    height: 40px;
    padding: 0px 40px;
    margin-top: 30px;
    border-radius: 5px;
}

a.StepFrmBtn:hover {
    color: #fff !important;
}

.WinnerEntryFiledv h3 {
    font-size: 20px;
}

/* Drawer */

.OpenMenuButton {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 900;
    word-spacing: 140%;
    letter-spacing: 4px;
}

.OpenMenuButton:focus-visible {
    outline: none;
}

.Menu a:focus-visible {
    outline: none;
}

.DrawerMenu {
    position: fixed;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    display: grid;
    grid-template-areas: "MENU OVERLAY";
    grid-template-columns: 15fr 5fr;
    background: #0002;
}

@media (min-width: 30em) {
    .DrawerMenu {
        grid-template-columns: auto 1fr;
    }
}

[data-menu]:checked ~ .DrawerMenu {
    transform: none;
}

.Menu {
    display: block;
    flex-flow: column wrap;
    transform: translateX(-30%);
    opacity: 0;
    color: #333;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0;
    contain: content;
    grid-area: "MENU";
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 30em) {
    .Menu {
        min-width: 400px;
    }
}

[data-menu]:checked ~ .DrawerMenu .Menu {
    transform: none;
    opacity: 1;
    transition-delay: 300ms;
}

.Menu a {
    text-decoration: none;
    color: #333;
    display: block;
    padding: 16px 0;
}

.Menu a:hover {
    color: #69f0ae;
}

.Menu > * + * {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.MenuOverlay {
    display: block;
    grid-area: "OVERLAY";
}

[data-menu]:not(:checked) ~ .DrawerMenu .MenuOverlay {
    pointer-events: none;
}

.Menu a:checked ~ .DrawerMenu {
    transform: none;
}

.colorGreen {
    color: green;
}
.colorRed {
    color: red;
}

.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: none;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.error {
    color: red;
}
.colorGreen {
    color: green;
}
.colorRed {
    color: red;
}

.lockedEntry {
    background: url(../images/locked.png) no-repeat center center;
    background-size: cover;
}

.verified {
    padding: 1px 4px;
    background: #f69020;
    color: #fff !important;
    font-weight: 500;
    /* display: block; */
    width: max-content;
    transition: all 0.5s ease-in-out;
    border-radius: 0px;
    background: #ed1e5e !important;
}

.contestDetailsColor b {
    color: #379e54;
}

/***************** Added by Aswani ************************************/

/* .shadow {
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    color: #000;
    min-height: 56px;
    padding-bottom: env(safe-area-inset-bottom);
    position: relative;
    z-index: 1000;
} */

.custom-shadow {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    border-radius: 10px;
}
.scroll-comments {
    height: 220px;
    overflow-y: scroll;
}
.btn-outline-danger {
    color: #333;
    border-color: #ed1e5e;
}
.btn-check:active+.btn-outline-danger, .btn-check:checked+.btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
    color: #fff;
    background-color: #ed1e5e;
    border-color: #ed1e5e;
}
/* .audio-player{
    background: #424242;
    width: 100%;
    border-radius: 0;
    padding: inherit;
    height: 380px;
} */
.audioPlayer {
    width: 100%;
    height: 380px;
    
    background-size: cover;
    position: relative;
  }
  
  .audioPlayer audio{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 13px;
  }

  .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 20px;
    padding: 20px;
    left: 0;
    text-align: center;
  }
  .video-container:hover .overlay {
    opacity: 1;
  }
  