a {
    text-decoration: none !important;
}
.oswald-font {
    font-family: 'Oswald', sans-serif !important;
}
.pt-sans-font {
    font-family: 'PT Sans', sans-serif !important;
}
.font-weight-bold, h2.font-weight-bold, p.font-weight-bold, a.font-weight-bold, button.font-weight-bold {
    font-weight: 700;
}
.heading-color {
    color: #252C3C;
}
.btn.sm-btn-primary {
    background-color: #EC264A;
}
.btn.sm-btn-primary-outline {
    border-color: #EC264A;
    color: #EC264A;
}
.toggled.btn.sm-btn-primary-outline {
    background: #EC264A;
    color: #ffffff;
}
.btn.sm-btn-primary-outline:hover {
    color: #EC264A;
}

.toggled.btn.sm-btn-primary-outline:hover {
    background: #ffffff;
    color: #EC264A;
}
a.sm-primary-link {
    color: #EC264A !important;
    text-decoration: none;
}
.sm-h-100 {
    height: 100vh !important;
}
.sm-primary {
    color: #EC264A;
}
.sm-secondary {
    color: #63656A; 
}
input:focus {
    box-shadow: none !important;
    border-color: inherit !important;
}
input.sm-primary-check {
    border: 1px solid #252C3C !important;
}
input.sm-primary-check:checked {
    background-color: #EC264A;
    border-color: #EC264A !important;
}
a.sm-primary-link:hover {
    text-decoration: underline;
}
.text-right {
    text-align: right;
}
.text-left  {
    text-align: left !important;
}
.pt-sans-h1 {
    color: #FFF;
    font-family: 'PT Sans', sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
}
.left-col-img {
    position: relative;
    padding: 57px 72px !important;
}
.left-col-img .img-wrapper {
    position: relative;
    z-index: 1;
}
.left-col-img .img-wrapper p{
    font-size: 24px;
}
.left-col-img::after{
    content: '';
    background-color: #121212;
    opacity: 94%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    z-index: 0;
}
.login-container {
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    color: #252C3C;
}
.login-container h2 {
    font-size: 36px;
}
.btn.google-btn {
    padding: 10px;
    border: 1px solid #E8E8E8;
    transition: all 0.3s ease-in-out;
}
.btn.google-btn:hover {
    background-color: #E8E8E8;
}
.google-btn p{
    font-size: 14px;
    line-height: 1.3em;
    color: #828282;
}
.email-signin p {
    font-size: 12px;
    color: #A1A1A1;
}
.sm-signup {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.signup-header {
    font-size: 22px;
}
.sm-signup p {
    font-size: 20px;
    color: #252C3C;
}
.sm-form-row label {
    font-size: 18px;
    color: #252C3C;
}
.sm-signup h2 {
    font-size: 64px;
}
.sm-form-row .sm-radio {
    background-color: #252C3C;
}
.sm-form-row .sm-radio input {
    display: none;
}
.sm-form-row .sm-radio input + label {
    border: 5px solid #252C3C;
}
.sm-form-row .sm-radio input:checked + label {
    border-color: #EC264A;
}
.sm-form-row img {
    height: 100px;
    width: 100px;
    object-fit: none;
    object-position: center;
}
.sm-form-row h4 {
    font-size: 30px;
}
.sm-form-row p {
    max-width: 279px;
    font-size: 20px;
    margin-bottom: 0px;
}
.blue-bg-input {
    background-color: #252C3C !important;
    border: 1px solid #252C3C !important;
}


header {
    box-shadow: 0px 2px 4px 0px rgba(121, 197, 239, 0.25);
}
#navbarNav a {
    color: #252C3C;
    font-size: 20px;
}
#navbarNav a:hover, #navbarNav .active a {
    color: #EC264A;
}
body {
    overflow-x: hidden;
}
body:not(.dashboard-active) .nav-link, body:not(.dashboard-active) #navbarNav a {
    line-height: 115px;
}
#sm-main-content {
    padding-top: 50px;
    padding-bottom: 150px;
}
#sm-main-content.dashboard-sidebar {
    padding-top: 150px;
}
#sm-search {
    border: 1px solid #B4B4BB !important;
    border-radius: 8px;
}
.dropdown-row .dropdown {
    border: 1px solid #B4B4BB;
    border-radius: 4px;
}
.dropdown-row .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateX(-50%);
}
.card {  
    width: 100%;
}
#sm-main-content button:focus {
    box-shadow: none !important;
}

.emoticon-list {
    display: none;
    position: absolute;
    bottom: 100px;
    width: 370px;
    right: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    font-size: 24px;
    padding: 10px;
    box-shadow: 0 0 10px #cacaca;
    text-align: center;
    border-radius: 3px;
    z-index: 9999;
}

.emoticon-list.show {
    display: block;
}

.emoticon-item {
    width: 28px;
    display: inline-block;
    cursor: pointer;
}

.emoticon-item:hover {
    font-weight: 600;
}


.emoticon-toggle {
    margin-right: 10px;
}
@media screen and (min-width: 1441px) {
    div.container {
        max-width: 1440px;
    }
}
.player-attributes-dropdown {
    width: 760px;
}
#formControlRange::-moz-range-thumb, #formControlRange::-webkit-slider-runnable-track {
    border: none;
    border-radius: 100%;
    background-color: #EC264A;
    width: 20px;
    height: 20px;
}
#formControlRange {
    -webkit-appearance: none;
    appearance: none;
    background-color: #EC264A;
    border-radius: 100px;
    height: 3px;
}
.favorite-player {
    position: absolute;
    top: 30px;
    right: 25px;
}
.favorite-player a {
    width: 32px;
    height: 32px;
    border: 1px solid #9DC2FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #EC264A;
    transition: all 0.25s ease-in-out;
}
.favorite-player a.toggled {
    color: #fff;
    background-color: #EC264A;
    border-color: #EC264A;
}
.favorite-player a:hover {
    color: #fff;
    background-color: #EC264A;
    border-color: #EC264A;
}
.name-wrapper p {
    font-size: 18px;
}
.location-wrapper {
    font-size: 15px;
}

.playerInfo > .modal-dialog {
    margin: 0 0 0 auto;
    transform: none !important;
    max-width: 50%;
}
.playerInfo.show > .modal-dialog .modal-content {
    right: 0%;
}
.playerInfo > .modal-dialog .modal-content {
    top: 0 !important;
    right: -100%;
    transition: right 0.5s ease-in-out;
}
.playerInfo-header {
    border-bottom: 1px solid #B4B4BB;
}
.playerImg img{
    height: 150px;
}
.playerName .video-modal {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
}
.abx-video-modal::before {
    content: '';
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.abx-video-modal .close {
    background-color: transparent;
    border: none;
    padding: 0 15px;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.sm-player-tabs li {
    padding-right: 20px;
}
.sm-player-tabs li a {
    color: #19191D;
    text-decoration: none;
    font-weight: 700;
}
.sm-player-tabs li a h3 {
    border-bottom: 2px solid #BDBDBD;
}
.sm-player-tabs li a.active h3 {
    border-color: #EC264A;
    padding-right: 20px;
}
#pills-tabContent p {
    font-size: 18px;
    color: #19191D;
}
.player-interests-list, .player-language-list, .player-engagement, .player-payouts {
    list-style-type: none;
    padding: 0;
}
.player-interests-list li, .player-language-list li {
    border: 2px solid #EC264A;
    border-radius: 100px;
    font-size: 14px;
    padding: 6px 12px;
}
.player-engagement, .player-payouts {
    gap: 10px;
}
.engagement-item {
    width: 45%;
}
.engagement-item::before {
    content: "\f00c";
    display: inline-block;
    margin-right: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background-color: #EC264A;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
}
.player-payouts img {
    width: 24px;
    height: 24px;
}
/*DASHBOARD*/
.bg-secondary-white {
    background-color: #eee;
}
.dashboard-active header, .dashboard-active #sm-main-content.dashboard-content {
    margin-left: 391px;
}
.dashboard-active .navbar-brand, .dashboard-active .db-menu, .dashboard-active .talent-menu {
    display: none;
}
.dashboard-active #navbarNav {
    padding: 0px !important;
}
.dashboard-active header .nav-link {
    padding-top: 35px;
    padding-bottom: 35px;
}
.navbar-nav.sm-sidebar li:nth-child(n+2) a {
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.navbar-nav.sm-sidebar {
    max-width: 391px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
}
.nav-item {
    position: relative;
}
.navbar-nav .nav-item:first-child {
    height: 115px !important;
}
.sm-sidebar li {
    position: relative;
}
.sm-sidebar li.sidebar-active::after {
    content: '';
    height: 100%;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EC264A;
}
.sm-sidebar li.sidebar-active a {
    color: #EC264A !important;
}
/*SINGLE BUSINESS*/
#sm-main-content.single-hero {
    padding: 30px 0 100px;
    border-bottom: 1px solid #B4B4BB;
}
.single-business-section.business-content h4, .single-business-section.business-content p, .overview-col button {
    max-width: 520px;
}
.single-business-section.business-content h4 {
    border-bottom: 2px solid #EC264A;
}
.single-business-section.business-content p  {
    font-size: 20px;
}
.single-business-section.business-content h4 , .single-business-section.business-content h5{
    font-size: 26px;
    letter-spacing: 0.71px;
}
.overview-col button {
    font-size: 22px;
}

.sm-business-wrapper {
    padding: 20px;
}
.sm-business-wrapper img {
    margin-right: 10px;
}
.sm-business-wrapper .business-name {
    padding-left: 15px;
}

.button-wrapper a {
    height: 32px;
    border: 1px solid #9DC2FF;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #EC264A;
    transition: all 0.25s ease-in-out;
    padding: 6px 10px;
}
.button-wrapper a.toggled {
    color: #fff;
    background-color: #EC264A;
    border-color: #EC264A;
}
.button-wrapper a:hover {
    color: #fff;
    background-color: #EC264A;
    border-color: #EC264A;
}

#tbl-opps td, #tbl-opps th {
    padding: 18px 10px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
    font-family: arial;
  }