:root {
    --pink-color: #EF2A82;
    --primary-color: #000B2E;
    --secondary-color: #202F5A;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Light.woff2') format('woff2'),
    url('../fonts/rajdhani/Rajdhani-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Regular.woff2') format('woff2'),
    url('../fonts/rajdhani/Rajdhani-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Medium.woff2') format('woff2'),
    url('../fonts/rajdhani/Rajdhani-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rajdhani';
    src: url('../fonts/rajdhani/Rajdhani-Bold.woff2') format('woff2'),
    url('../fonts/rajdhani/Rajdhani-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    /*    background: url(../media/bgGems.jpg) no-repeat;*/
    background: var(--primary-color);
    background-size: cover;
    font-family: 'Rajdhani';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    width: 100%;
    height: 100%;
    color: white;
    overflow-x: hidden;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    scroll-behavior: smooth;
}

a,
a:focus,
a:visited,
a:hover {
    text-decoration: none !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    max-width: 100%;
    /* background: url('../media/images/spinner.gif') no-repeat;*/
    background-position: 50%;
    background-size: 30px;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

.fix-width::-webkit-scrollbar {
    z-index: 9999;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--pink-color);
    width: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
    background: white;
}

.fw-bold {
    font-weight: bold;
}

.text-pink {
    color: var(--pink-color);
}

.bg-pink {
    background-color: var(--pink-color);
}

/*.bg-blue {
    background-color: #121c3775;
}*/
.login-bg{
    background-color: #121c3775;  
}
.w-65 {
    width: 65%;
}

/* Header Navbar */
.icon-bar {
    color: white;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/*.gems-navbar {
border-bottom: 6px solid var(--pink-color);
position: relative;
}

.gems-navbar:after {
position: absolute;
content: "";
bottom: -8px;
width: 100%;
background: white;
height: 2px;
}*/
.bg-primary-color{
    background: var(--primary-color);
}
.navbar {
    box-shadow: unset;
    background: transparent;
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 101;
    transition: background-color 0.3s ease;
}

.navbar.scroll {
    background: var(--primary-color);
    transition: background-color .3s;
}

.navbar-nav {
    width: 100%;
}

.gems-navbar .gems-logo img {
    max-width: 50px;
    object-fit: contain;
    height: auto;
}

.gems-navbar .navbar-nav .nav-link {
    color: white;
    position: relative;
}

.auth-btn {
    background: var(--pink-color);
    border-radius: 30px;
    display: flex;
    align-items: center;
    margin-left: auto;
    transition: all .3s;
    position: relative;
    isolation: isolate;
    border: 1px solid transparent;
}

.auth-btn:hover {
    background: transparent;
    border: 1px solid var(--pink-color);
}

.auth-btn a {
    margin: 0;
    padding: 0;
}

.auth-btn a:after {
    content: unset !important;
}

.auth-btn img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.gems-navbar .nav-item a:after {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 100%;
    left: 0;
    background: var(--pink-color);
    height: 2px;
    transform: scaleX(0);
    transition: all .3s;
}

.gems-navbar .nav-item a:hover:after,
.nav-item.active a:after {
    transform: scaleX(1);
}


footer {
    border-top: 3px solid white;
}

footer p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}


/*  Dashboard */


.dashboard {
    background: #8F97AD;
    border-top-left-radius: 7px;
    padding: 10px;
    text-align: center;
    position: relative;
    margin-right: 30px;
    z-index: 98;
}

.dashboard:after {
    content: " ";
    position: absolute;
    display: block;
    inset: 0;
    z-index: 0;
    background: #8F97AD;
    transform-origin: top;
    transform: skew(45deg);
    border-top-left-radius: 7px;
}

.dashboard-search {
    width: 100%;
}

.dashboard-search .input-group {
    transform: skewX(45deg);
    background: white;
    margin: 0 10px;
}
.dashboard-section{
    min-height: calc(100% - 115px);
    padding-top:10vh ;
}

.fix-width {
    position: relative;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

thead th:nth-of-type(1) {
    position: sticky;
    left: 40px;
    z-index: 100;
}

thead th:nth-of-type(2) {
    position: sticky;
    left: 140px;
    z-index: 100;
}

thead th:nth-of-type(3) {
    position: sticky;
    left: 240px;
    z-index: 100;
}

thead th:nth-of-type(4) {
    position: sticky;
    left: 340px;
    z-index: 100;
}

thead th:nth-of-type(5) {
    position: sticky;
    left: 440px;
    z-index: 100;
}

tbody th:nth-of-type(1) {
    position: sticky;
    left: 40px;
    z-index: 100;
}

tbody td:nth-of-type(1) {
    position: sticky;
    left: 140px;
    z-index: 100;
    overflow: hidden;
}

tbody td:nth-of-type(2) {
    position: sticky;
    left: 240px;
    z-index: 100;
    overflow: hidden;
}

tbody td:nth-of-type(3) {
    position: sticky;
    left: 340px;
    z-index: 100;
    overflow: hidden;
}

tbody td:nth-of-type(4) {
    position: sticky;
    left: 440px;
    z-index: 100;
    overflow: hidden;
}


th,
td {
    min-width: 105px;
    z-index: 99;
    min-height: 60px;
}

.btn-secondary {
    background-color: var(--pink-color);
    border-radius: 100vw;
    color: white;
    border: 1px solid var(--pink-color);
}

.btn-secondary:hover {
    background: white;
    color: var(--pink-color);
}

.bg-table {
    position: relative;
}

.bg-table:before {
    content: "";
    position: absolute;
    width: 542px;
    height: 98%;
    left: 0;
    z-index: 99;
    top: 1px;
    background: var(--primary-color);
}

.dashboard-search input {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    transform: skewX(-45deg);
    background: transparent;
    border: none;
    border-radius: 0;
}

.dashboard-search input:focus {
    box-shadow: none;
    border-color: #ced4da;
    background: none;
}

.dashboard-search .input-group-append {
    position: absolute;
    color: grey;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    left: 18px;
}

.dashboard-search .input-group-append i {
    margin: 0 10px;
    transform: skew(-45deg);
}

.dashboard h4 {
    margin: 0 !important;
    position: relative;
    z-index: 99;
    color: var(--pink-color);
    font-weight: bold;
    white-space: nowrap;
}

.dashboad-firstLine {
    padding: 20px 0px;
}

.dashboard-table .table>:not(caption)>*>* {
    padding: .5rem 0 .5rem 0;
}

.dashboard-table table {
    border-collapse: separate;
    border-spacing: 5px 0;
    color: white;
    padding: 0px 36px;
    width: 100%;
    margin-bottom: 0;
    margin: 12px 0;
    width: 100%;
}

.dashboard-table table .title-dashboard {
    left: -20px;
    width: 100%;
    height: 40px;
    font-size: 13px;
}

.dashboard-table table .title-dashboard i {
    padding: 0px 10px;
}


.title-dashboard {
    position: relative;
    z-index: 1;
    background-color: transparent;
    color: black;
    display: block;
    text-align: center;
    padding: 4px 13px;
    left: -10px;
    font-weight: bold;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.title-dashboard::after {
    content: "'";
    color: transparent;
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: white;
    transform: skew(45deg);
}

.dashboard-steps {
    padding: 10px 25px;
    padding-left: 0;
    border-bottom: 1px solid white;
    position: relative;

}

.list-player {
    position: relative;
    transition: all .3s;
}

.list-player a {
    color: white !important;
}

.list-player:hover a {
    color: var(--pink-color) !important;
}

.list-player a.active {
    color: var(--pink-color) !important;
}

.list-player span {
    position: absolute;
    left: -30px;
    cursor: pointer;
}

.list-player span img {
    width: 15px;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);

}

.list-player span img.active {
    filter: none;
}

.dashboard-steps:after {
    position: absolute;
    content: "";
    bottom: 0px;
    width: 100%;
    left: 0;
    background: var(--pink-color);
    height: 2px;

}

.dashboard-steps:before {
    position: absolute;
    content: "";
    bottom: -3px;
    width: 100%;
    left: 0;
    background: var(--pink-color);
    height: 2px;

}

.dashboard-steps li {
    margin-right: 14px;
    margin-left: -4px;
}

.dashboard-steps li .title-dashboard {
    padding: 5px 15px;
}

.dashboard-steps li.active .title-dashboard::after {
    background-color: var(--pink-color);
}

.dashboard-steps li.active a {
    color: white;
}

.dashboard-steps li a {
    color: #9B9B9B;
}

.dashboard-steps ul {
    display: flex;
    list-style: none;
    padding-left: 10px;
    margin: 0;
    position: relative;
}



.scroll-inner ::-webkit-scrollbar {
    border-radius: 5px;
    border-radius: 10px;
    width: 5px;
}

.scroll-inner::-webkit-scrollbar:horizontal {
    height: 10px;
    border-radius: 10px;
}

.scroll-inner::-webkit-scrollbar-track {
    background-color: var(--pink-color);
    border-radius: 10px;
}

.scroll-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: white;
}

.dashboard-stats {
    padding: 10px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 12px;
}

.dashboard-stats h4 {
    white-space: nowrap;
    color: white;
}

.player-table {
    color: black;
}

.table-cells {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
}

.table-cell {
    width: 25%;
}

.table-cell span {
    background: var(--pink-color);
    color: white;
}

.league-name span {
    color: var(--pink-color);
    border: 1px solid var(--pink-color);
}

.player-info {
    display: flex;
    justify-content: center;
}

.player-details {
    list-style: none;
}

.line {
    border: 2px solid var(--pink-color);
    opacity: 1;
    height: 3px !important;
}


/*Home Page*/
.getintouch h1 {
    letter-spacing: 1px;
}

.getintouch .getintouch-modal h5 {
    letter-spacing: 1.1px;
}

.getintouch-modal {
    text-align: center;
    display: inline-block;
}

.home-tabs {
    width: 100%;
    max-height: 60px;
}

.home-tabs .nav-link {
    background: none;
    border: none;
    padding: 0;
}

.home-tabs .nav-link {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #212e58;
}

.seperator-tabs {
    height: 55PX;
    width: auto;
    position: relative;
    left: -10px;
}

.tabs-details {
    font-size: 1.125rem;
    letter-spacing: 1px;
}

.home-tabs .nav-link.active::after {
    background: var(--pink-color);

}

.home-tabs .nav-link {
    cursor: auto;
}

.home-tabs .nav-link.active {
    color: white;
}

.home-tabs .nav-link.active img {
    filter: brightness(0) invert(1);
}

.consolidated-database ul {
    list-style: none;
    padding: 0;
}

.consolidated-database ul li {
    margin: 30px 0;
}

.consolidated-database ul li img {
    width: 30px;
    height: auto;
    object-fit: contain;
}

.modal.modal-getintouch {

    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
}

.modal.modal-getintouch .modal-content {
    background: #0000008c;
    background:
    /* Right bottom triangle*/
    linear-gradient(to bottom right, transparent 49.5%, var(--pink-color) 50%) bottom right,
    /* left bottom triangle*/
    linear-gradient(to bottom left, transparent 49.5%, var(--pink-color) 50%) bottom left,
    /* left bottom triangle*/
    linear-gradient(to top left, transparent 49.5%, var(--pink-color) 50%) top left,
    /* left bottom triangle*/
    linear-gradient(to top right, transparent 49.5%, var(--pink-color) 50%) top right,
    #0000008c;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    border: 12px solid transparent;
    background-clip: padding-box;
    border-radius: 20px;

}

.modal.modal-getintouch .modal-content .btn-close {
    position: absolute;
    top: 0;
    right: 0px;
    background: none;
    border: none;
    font-size: 20px;
    color: white;

}

.modal.modal-getintouch .modal-content .btn-close:focus {
    box-shadow: none;
}

.modal.show.modal-getintouch .modal-dialog {
    transform: none;
    background: #0000008c;
}

.demo--firstLine {
    height: 43.71px;
}

.demo {
    background: var(--pink-color);
}

.demo h4 {
    padding: 10px 30px;
}

.dashboard.demo:after {
    background: var(--pink-color);

}

.request-form {
    background: #212e58;
}

.request-input {
    display: inline-block;
    border: none;
    background: white;
    border-radius: 0;
    width: 90%;
    left: 50%;
    position: relative;
    transform: translateX(-50%) skewX(45deg);
    padding: 5px 35px;
}

.request-input input {
    border: 0;
    box-shadow: none;
    transform: skewX(-45deg);
    background: transparent;
}


.submit-request span {
    color: white !important;
    font-size: 21px;
}

.request-form span {
    color: var(--primary-color);
    text-align: right;
    display: block;
    transition: all .3s;
}

.btn-secondary:hover span {
    color: var(--pink-color) !important;
}





/* ALL INDEX CSS    */

.lds-dual-ring.hidden {
    display: none;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes lds-dual-ring {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.stats {
    position: relative;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
    background: #00000073;
    opacity: .3s;
    width: 100%;
    height: 100%;

}

#chartdiv {
    width: 100%;
    height: calc(25vw - 7rem);
    margin: auto;
}

.amcharts-chart-div a {
    display: none !important;
}

.amcharts-axis-grid {
    stroke: white;
}

.amcharts-axis-label {
    display: none;
}

.amcharts-value-axis g:nth-child(2) .amcharts-axis-grid {
    fill: #ef2a82;
    stroke: #ef2a82;
}

.radarchart {
    position: relative;
    padding: 15px;
}

.radarchart span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    margin-top: 2px;
    margin-left: 1px;
}

.filter .title-dashboard {
    color: white;
    padding: .375rem 2.75rem;
    left: 0px;
    font-weight: normal;
    align-items: center;
    transition: all .3s;
}

.filter .title-dashboard::after {
    background-color: #8f97ad;

}

.apply .title-dashboard:after,
.apply .title-dashboard {
    transition: all .3s;
}

.apply:hover .title-dashboard:after {
    background-color: white;
    border: 1px solid var(--pink-color);
    ;

}

.apply:hover .title-dashboard {
    color: var(--pink-color);

}

.reset .title-dashboard:after,
.reset .title-dashboard {
    transition: all .3s;
}

.reset:hover .title-dashboard:after {
    background-color: white;
    border: 1px solid #8F97AD;
}

.reset:hover .title-dashboard {
    color: #8F97AD;

}

.filter {
    margin-left: 25px;
}

.filter img {
    transform: rotate(90deg);
    width: 24px;
}

.filter-search {
    width: 100%;
    display: flex;
    align-items: end;
    padding: 0 45px 0 0;

}

.modal-filter {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 99999;

}

#filterModal .dashboard.dashboard-stats img {
    width: 24px;
}

#filterModal .dashboard.dashboard-stats {
    width: 100%;
    border-top-left-radius: 0px;
    padding: 6px;
}

.modalFilter-content {
    background-color: white;
    position: relative;
    border-radius: 10px;
}

.modalFilter-content .btn-close {
    position: absolute;
    right: 10px;
    top: 0;
    background: none;
}

.modalFilter-content .btn-close:focus {
    box-shadow: none;
}

.modalFilter-content .btn-close span {
    color: white;
}

.filter-form {
    color: black;
}

.filter-label {
    width: 100px;
    font-weight: bold;
    color: gray;
    max-width: 90px;
}

.filter-input {

    position: relative;
    transform: skewX(45deg);
    background: #8F97AD;
    overflow: hidden;
    width: 100%;
    height: fit-content;

}

.filter-input input,
.filter-input select {
    transform: skewX(-45deg);
    background: #8F97AD;
    border: none;
    margin: auto;
    height: 100%;
    color: white;
    width: 100%;
}

.select2-container {
    transform: skewX(-45deg);
}

.select2-container--open .select2-dropdown--below {
    transform: skewX(45deg);
}

.select2-container--default .select2-search--inline .select2-search__field {
    transform: skewX(0deg);
}

ul.select2-selection__rendered {
    height: 5vh;
    overflow-y: scroll !important;
    position: relative;
    padding: 0;
}

ul.select2-selection__rendered::-webkit-scrollbar {
    width: 7px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

ul#select2-multiple-results {
    position: absolute;
    left: 0;
    width: 100%;
}

.select2-container {
    padding: 0 5px;
}

span.select2-selection__clear {
    margin: 0;

}

.select2-container--default .select2-selection--multiple {
    border: none !important;
}

.filter-input input:focus,
.filter-input select:focus {

    background-color: #8F97AD;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.card-play {
    width: 10px;
    height: 15px;
    border-radius: 5px;

}

.card-play.yellow {
    background: yellow;
}

.card-play.red {
    background: red;
}

.rank {
    display: flex;
    width: 100%;

}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    background-color: #c5c5c5;
    height: 7px;
    border-radius: 3px !important;
    border: none;

}

.range-slider input[type=range] {
    -webkit-appearance: none;
    appearance: none;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--pink-color);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3.6px;
}

.inputto {
    color: black !important;
}

.inputto:after {
    background-color: transparent !important;
}

.selectposition {

    background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%) !important;

    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em !important;
    background-size: 5px 5px, 5px 5px, 1px 1.5em !important;
    background-repeat: no-repeat !important;
}

.prefferedfoot [type="radio"]:checked,
.prefferedfoot [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.prefferedfoot [type="radio"]:checked+label,
.prefferedfoot [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}

.prefferedfoot [type="radio"]:checked+label:before,
.prefferedfoot [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.prefferedfoot [type="radio"]:checked+label:after,
.prefferedfoot [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--pink-color);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    transition: all 0.2s ease;
}

.prefferedfoot [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.prefferedfoot [type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.prefferedfoot {
    width: 100%;
    justify-content: space-around;
}

.apply,
.reset {
    background: transparent;
    border: none;

}

.apply .title-dashboard,
.reset .title-dashboard {
    color: white;
    padding: 5px 30px;
}

.apply .title-dashboard:after {
    background: var(--pink-color);

}

.reset .title-dashboard:after {
    background: #8F97AD;

}

.apply:hover,
.reset:hover,
.apply:focus,
.reset:focus,
.apply:active,
.reset:active {
    background: none;
    outline: none;
    box-shadow: none !important;
    border-radius: none;
}


#slider-range,
#height-slider {
    background-color: #c5c5c5;
    height: 7px;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #c5c5c5;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: var(--pink-color) !important;
    border: 1px solid var(--pink-color) !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid var(--pink-color);
    background: var(--pink-color);
    font-weight: normal;
    color: #454545;
}

.ui-slider .ui-slider-handle {
    box-shadow: none;
    border-radius: 50%;
    height: 14px;
    width: 14px;
}

.range-slider__value.title-dashboard {
    color: white;
    padding: .375rem .75rem;
    width: 50px;
}

.range-slider__value.title-dashboard:after {
    background-color: #8f97ad;
}

.pag {
    text-align: center;
    list-style: none;
    margin-top: 40px;
}

.pag li {
    display: inline-block;
}

.pag li a {
    background: #384449;
    color: #cccccc;
    padding: 8px 15px;
}

.pag li a:hover,
.pag li.active a {
    background: #879f99;
    color: #384449;
}

.pagination .page-item .page-link {
    background: transparent;
    color: #9B9B9B;
    border: none;
    position: relative;
    margin: 0 5px;
    z-index: 3;
    box-shadow: none;
    outline: none;
}

.pagination .page-item .page-link:before {
    content: "'";
    color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-color: white;
    transform: skew(45deg);
}

.pagination .page-item.active .page-link {
    color: #fff;
    font-weight: bold;
}

.pagination .page-item.active .page-link:before {
    background-color: var(--pink-color);
}

button.sort {
    padding: 0px 20px;
    background: none;
    border: none;
    outline: none;
}

.search-in {
    display: block;
    width: 100%;
}

.search-button {
    border: none;
    background: none;
    outline: none;
}

/* END INDEX CSS    */

/*register*/
.register .dashboard {
    padding-right: 140px;
}

.register .dashboard h4 {
    padding: 7px 3px;
}

.register-input .request-input {
    padding: 8px 35px;
    padding-right: 2px;
    overflow: hidden;
}

.register-input .request-input input {
    width: 100%;
}

.register-input .request-input select {
    padding: 8px 35px;
    transform: skew(-45deg);
    border: none;
    background-color: transparent;
}

.register-input .request-input select:focus {
    box-shadow: none;
}

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

.border-dots {
    position: relative;
    height: 100%;
    border-left: 5px dotted;
    left: 50%;
    top: 0;
    opacity: 0.8;
}

#rememberme {
    display: none;
}

#rememberme[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 25px;
    color: white;
    cursor: pointer;

}

#rememberme[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

#rememberme[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid white;
    background: white;
    position: absolute;
    border-radius: 4px;
    left: 0;
    top: 0;
    ;
    transition: all .12s, border-color .08s;
}


#rememberme[type="checkbox"]:checked+label:before {
    width: 10px;
    top: 0px;
    left: 0px;
    border-radius: 0;
    opacity: 1;
    background: transparent;

    border-color: var(--pink-color);
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}

.login h4 {
    padding: 7px 3px;
    padding-right: 90px !important;

}

.login-icon {
    display: inline-block;
    background: var(--pink-color);
    color: white;
    padding: 10px 25px;
    z-index: 9;
}

.login-icon i {
    transform: skewX(-45deg);
    font-size: 20px
}

.sign-input {
    overflow: unset !important;
    overflow-x: clip !important;

}

.password a {
    display: block;
    transform: all .3s;
}

.password a:hover {
    color: var(--pink-color) !important;
}

.title{
  font-size: 2.5rem;  
}

.home-banner {
    background: url(../media/home-bg.webp) no-repeat;
    position: relative;
    padding-bottom: 25px;
    min-height: 90vh;
    background-position: 50% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(100% 0, 100% 100%, 30% 93%, 0 100%, 0 0);
    padding-top: 10vh;
}

.home-banner:before {
    background-image: url(../media/bg-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .3;
    mix-blend-mode: exclusion;
}

.home-banner:after {
    background: #000b2ec7;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}

.home-banner .container {
    z-index: 3;
    position: relative;
}

.home-banner img {
    width: 40vh;
    object-fit: contain;
}

#mission {
    position: relative;
    background: var(--primary-color);
    margin-bottom: -2%;
    padding-bottom: 4%;
}

#mission h2 {
    color: var(--pink-color);
}

#mission p {
    font-size: 24px;
}

#product {
    background: url(../media/product-bg.webp) no-repeat;
    background-size: cover;
    position: relative;
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(80% 0, 100% 6%, 100% 100%, 0 100%, 0 7%);
    padding-top: 4%;
    margin-top: -4%;
    margin-bottom: -2%;
    padding-bottom: 2%;
}

#product:before {
    background-image: url(../media/bg-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .3;
    mix-blend-mode: exclusion;
}

#product:after {
    background: #000b2e52;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}

#product .container {
    position: relative;
    z-index: 3;
}

#product .products {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

#product .products div {
    background: white;
    display: inline-block;
    color: var(--secondary-color);
}

#product .products div.bg-opacity-60 {
    background-color: rgba(255, 255, 255, 0.6);
}

#product .products div.bg-opacity-70 {
    background-color: rgba(255, 255, 255, 0.7);
}

#product .products div.bg-opacity-80 {
    background-color: rgba(255, 255, 255, 0.8);
}

#product .products div.bg-opacity-90 {
    background-color: rgba(255, 255, 255, 0.9);
}

#product h3 {
    -webkit-line-clamp: 2;
    min-height: 58px;
    text-align: center;
}

#testimonials {
    background: var(--secondary-color);
    padding-top: 4%;
    margin-top: -4%;
    margin-bottom: -2%;
    padding-bottom: 4%;
    clip-path: polygon(66% 5%, 100% 0, 100% 100%, 0 100%, 0 0);

}

#testimonials .container {
    position: relative;
}

#testimonials .swiper-pagination {
    position: relative;
    bottom: unset;
    top: unset;
    margin-top: 0px;
}

#testimonials .swiper-slide {
    transition: transform 0.3s ease;
    transform: scale(.95) !important;
    z-index: 1 !important;

}

#testimonials .swiper-slide.swiper-slide-next.swiper-slide-visible.swiper-slide-fully-visible {
    transform: scale(1.1) !important;
    z-index: 2 !important;
}

#testimonials .swiper-pagination-bullet {
    background: white;
    opacity: 1;
}

#testimonials .swiper-pagination-bullet-active {
    background: var(--pink-color);
}

#testimonials .swiper-slide .testimonials-content {
    background: white;
    border-radius: 30px;
    color: var(--secondary-color);
    display: flex;
    flex-direction: column;
}

#testimonials .quotation-img {
    width: 35px;
    object-fit: contain;
    margin: auto;
}

#testimonials .swiper-button-next,
#testimonials .swiper-button-prev {
    top: 55%;
    color: white;
    height: auto;
    width: auto;
}

#testimonials .swiper-button-next:after,
#testimonials .swiper-button-prev:after {
    font-size: 25px;
    font-weight: bolder;
}

#testimonials .swiper-button-next {
    right: -10px;
}

#testimonials .swiper-button-prev {
    left: -10px;
}

#testimonials .swiper-button-next #testimonials .swiper-slide img {
    width: 40px;
}

#testimonials .swiper-slide h3 {
    color: var(--pink-color);
}

#testimonials .swiper-slide p {
    font-size: 18px;
}

#testimonials .swiper-slide span {
    font-size: 16px;
}

#contact {
    background: url(../media/contact-bg.webp) no-repeat;
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 90vh;
    clip-path: polygon(30% 5%, 100% 0, 100% 100%, 0 100%, 0 0);
    padding-top: 4%;
    margin-top: -4%;
}

#contact:before {
    background-image: url(../media/bg-3.webp);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    opacity: .3;
    mix-blend-mode: exclusion;
}

#contact:after {
    background: #000b2e52;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
}

#contact .container {
    position: relative;
    z-index: 3;
}

.submitDemo .request-form {
    background: var(--pink-color);
    border-radius: 15px;
}

.submitDemo .request-form label {
    width: 100%;
}

.submitDemo input {
    display: inline-block;
    border: none;
    background: white;
    border-radius: 15px;
    padding: 10px 20px;
    width: 100%;
}

.submit-request {
    background: var(--primary-color);
    transition: all .3s;
}

#clubs {
    position: relative;
    background: white;
    clip-path: polygon(30% 1%, 100% 13%, 100% 100%, 0 100%, 0 13%);
    padding-top: 4%;
    margin-top: -4%;
    margin-bottom: -4%;
    padding-bottom: 4%;
}

.clubs h2 {
    color: var(--secondary-color);
}

#clubs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



#clubs ul img {
    height: 100px;
    width: 120px;
    object-fit: contain;
}

@media (max-width: 1300px) {
    #chartdiv {
        height: calc(25vw - 8rem) !important;
    }
}

@media (max-width: 1200px) {
    .home-banner{
        background-position: 50% 20%;
    }
    #product ul {
        display: inline-block;
    }

    .home-tabs {
        max-height: unset;
        justify-content: end;
        flex-wrap: unset;
    }

    .home-tabs .nav-link {
        padding: 10px 20px;
        margin-right: 10px;
    }

    .seperator-tabs {
        display: none;
    }

    #stats.w-md-100 {
        width: 100%;
    }

    #dashboard-container.w-md-100 {
        width: 100%;
    }

    #chartdiv {
        height: 300px !important;
    }

    .home-banner,
    #contact,
    #product {
        min-height: 40vh;
    }

}


@media (max-width: 1024px) {
    .w-md-100 {
        width: 100%;
    }
    #testimonials .swiper-slide {
        transform: scale(1) !important;
    }

    #testimonials .swiper-slide.swiper-slide-next.swiper-slide-visible.swiper-slide-fully-visible {
        transform: scale(1) !important;
    }
    #testimonials .swiper-slide .testimonials-content{
        min-height: 500px;
    }

}

@media (max-width: 992px) {
    #testimonials .swiper-pagination {
        margin-top: 20px;
    }
    .home-tabs {
        display: inline-block !important;
        text-align: center;
    }

    .home-tabs li {
        display: inline-block;
        margin-bottom: 10px;
        left: 15px;
        position: relative;
    }

    .w-65 {
        width: unset;
    }

    .dashboard-stats,
    .demo--firstLine {
        height: unset;
    }

    .dashboard-steps img {
        display: none;
    }

    .dashboard-steps {

        padding-left: 25px;
    }

    .dashboard-steps li {
        white-space: nowrap;
    }

    .dashboard-stats {
        padding: 10px;
    }

    .center-sm {
        justify-content: center;
    }

    .login-reverse {
        flex-direction: column-reverse;
    }

    #product {
        clip-path: polygon(80% 0, 100% 2%, 100% 100%, 0 100%, 0 2%);
    }

    #testimonials {
        clip-path: polygon(61% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    #clubs {
        clip-path: polygon(64% 1%, 100% 2%, 100% 100%, 0 100%, 0 3%);
    }

    #contact {
        clip-path: polygon(33% 2%, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    .navbar-nav {
        display: block;
        padding: 2vh 0;
    }

    .navbar-nav li {
        display: block;
        margin-bottom: 3vh;
    }

    .gems-navbar .navbar-nav .nav-link {
        display: inline;
    }

    .navbar-nav .nav-item.auth-btn {
        margin: 0;
        display: inline-block;
        padding: 4px;
    }

    #product .products div svg {
        width: 40px;
        height: 60px;
    }

    #testimonials .swiper-slide {
        transform: scale(1) !important;
    }

    #testimonials .swiper-slide.swiper-slide-next.swiper-slide-visible.swiper-slide-fully-visible {
        transform: scale(1) !important;
    }

}

@media (max-width: 767px) {
    #product h3 {
        -webkit-line-clamp: unset;
        min-height: unset;
    }

    #mission p {
        font-size: 16px;
    }

    thead th:nth-of-type(1) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
        ;
    }

    thead th:nth-of-type(2) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    thead th:nth-of-type(3) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    thead th:nth-of-type(4) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    thead th:nth-of-type(5) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    tbody th:nth-of-type(1) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    tbody td:nth-of-type(1) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    tbody td:nth-of-type(2) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    tbody td:nth-of-type(3) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }

    tbody td:nth-of-type(4) {
        position: unset;
        left: unset;
        z-index: unset;
        overflow: unset;
    }


    th,
    td {
        min-width: unset;
        z-index: 99;
        min-height: unset;
    }

    .bg-table:before {
        content: unset;
    }

    #testimonials .swiper-button-next,
    #testimonials .swiper-button-prev {
        display: none;
    }
    #testimonials .swiper-slide {
        transform: scale(1) !important;
    }

    #testimonials .swiper-pagination {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .title {
        font-size: 2rem;
    }
    .margin-sm {
        margin: 15px 0;
    }

    .demo h4 {
        padding: 10px 0px;
    }

    .dashboard-table .dashboad-firstLine {
        display: block !important;
    }

    .dashboard-search input {
        background-image: linear-gradient(45deg, #19264a 0, #19264a 1.6em, transparent 0, transparent 230px, #19274a 230px);
        margin: 10px 0;
        padding: 0;
        padding-left: 50px;
    }

    .dashboard-search .input-group {
        overflow: hidden;
    }

    .dashboard-search .input-group .form-control {
        background: white;
    }

    .dashboard-steps::-webkit-scrollbar {
        border-radius: 5px;
        border-radius: 10px;
        width: 5px;
    }

    .dashboard-steps::-webkit-scrollbar:horizontal {
        height: 10px;
        border-radius: 10px;
    }

    .dashboard-steps::-webkit-scrollbar-track {
        background-color: var(--pink-color);
        border-radius: 10px;
    }

    .dashboard-steps::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: white;
    }

    .dashboard-steps:before,
    .dashboard-steps:after {
        display: none;
    }

    .dashboard-steps {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .player-info {
        justify-content: left;
    }

    .register .dashboard,
    .dashboard.login {
        padding: 0 0 0px 10px;
    }


    .toggle-rate:checked {
        background-color: var(--pink-color);
        border-color: var(--pink-color);
    }

    .toggle-rate {
        height: 2em;
        width: 4em !important;
        margin-left: -10px !important;
    }

    .toggle-rate:focus {
        box-shadow: 0 0 0 0.25rem rgb(233 30 99 / 35%);
    }

    #chartdiv {
        width: 100% !important;
    }
}


@media only screen and (orientation: landscape) {
    .home-tabs .nav-link .title-dashboard {
        padding: 10px 15px;
        font-size: 15px;
    }
}

#works ul {
    list-style: none;
}

#works ul li img {
    object-fit: contain;
    max-height: 3vh;
    height: 100%;
}