/* global app wide styles  goes here */

:root {
    --primaryColor: #FFC700;
    --primaryDarkColor: #6F5700;
    --dark-1: #0a0a0a;
    --dark-2: #2b2b2b;
    --primaryColor2: #e4b118;
    --primaryColor3: #C28C1F;
    --gold: #ffb338;
    --light-shadow: #77571d;
    --dark-shadow: #3e2904;
    --text-gray: #a0a0a0;
    /* --mdb-body-bg: #4f4f4f; */
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

del {
    text-decoration: line-through;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #1c2c40;
    overflow-x: hidden;
    min-width: 320px;
    font-weight: 400;
}

input,
textarea,
select {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}


/* custom fonts  */
@font-face {
    font-family: barlow-regular;
    src: url(../fonts/barlow-regular.ttf);
}

@font-face {
    font-family: baloo-thampi-bold;
    src: url(../fonts/baloo-thampi.ttf);
}

@font-face {
    font-family: baloo-thampi-extra-bold;
    src: url(../fonts/baloo-thampi-extra-bold.ttf);
}

@font-face {
    font-family: baloo-paaji-bold;
    src: url(../fonts/baloo-paaji-bold.ttf);
}

@font-face {
    font-family: baloo-paaji-regular;
    src: url(../fonts/baloo-paaji-regular.ttf);
}

@font-face {
    font-family: baloo-paaji-extra-bold;
    src: url(../fonts/baloo-paaji-extra-bold.ttf);
}

@font-face {
    font-family: urbanist-medium;
    src: url(../fonts/urbanist-medium.ttf);
}

@font-face {
    font-family: urbanist-semi-bold;
    src: url(../fonts/urbanist-semi-bold.ttf);
}

@font-face {
    font-family: ubuntu-bold;
    src: url(../fonts/ubuntu-bold.ttf);
}

@font-face {
    font-family: ubuntu-light;
    src: url(../fonts/ubuntu-light.ttf);
}

@font-face {
    font-family: ubuntu-medium;
    src: url(../fonts/ubuntu-medium.ttf);
}

@font-face {
    font-family: black-hans-sans;
    src: url(../fonts/black-hans-sans.ttf);
}

/* custom fonts classes  */
.barlow-regular {
    font-family: barlow-regular !important;
}

.baloo-thampi-bold {
    font-family: baloo-thampi-bold !important;
}

.baloo-thampi-extra-bold {
    font-family: baloo-thampi-extra-bold !important;
}

.baloo-paaji-bold {
    font-family: baloo-paaji-bold !important;
}

.baloo-paaji-extra-bold {
    font-family: baloo-paaji-extra-bold !important;
}

.baloo-paaji-regular {
    font-family: baloo-paaji-regular !important;
}

.urbanist-medium {
    font-family: urbanist-medium !important;
}

.urbanist-semi-bold {
    font-family: urbanist-semi-bold !important;
}

.ubuntu-bold {
    font-family: ubuntu-bold !important;
}

.ubuntu-light {
    font-family: ubuntu-light !important;
}

.ubuntu-medium {
    font-family: ubuntu-medium !important;
}

.black-hans-sans {
    font-family: black-hans-sans !important;
}

a {
    color: #1c2c40;
}

a:hover {
    color: #d4af37;
}

.submit:hover {
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;
}

.thumb {
    display: block;
}

.thumb img {
    display: block;
    width: 100%;
}

p {
    line-height: 1.6em;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
}

.hidden {
    display: none;
}

.wrapper {
    width: 90%;
    margin: 0 auto;
    max-width: 980px;
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.w-10p {
    width: 30% !important;
}

/* heights  */
.height-85-vh {
    height: 85vh !important;
}

.text-primary-color {
    color: var(--primaryColor) !important;
}

.text-primary-dark {
    color: var(--primaryDarkColor) !important;
}

.text-primary-3 {
    color: var(--primaryColor3) !important;
}

.mix-blend-multiply {
    mix-blend-mode: multiply !important;
}

.bg-black {
    background: #000 !important;
}

.bg-none {
    background: none;
}

.text-white-66 {
    color: rgba(255, 255, 255, 0.66) !important;
}

.bg-primary-color {
    background-color: var(--primaryColor) !important;
}

.opacity-0 {
    opacity: 0;
}

.bg-dark-1 {
    background: var(--dark-1);
}

.bg-dark-2 {
    background: var(--dark-2);
}

.bg-primary-2 {
    background-color: var(--primaryColor2) !important;
}

.bg-premium {
    background-color: #2B104D !important;
}

.text-primary-2 {
    color: var(--primaryColor2) !important;
}

.text-dark {
    color: #000 !important;
}

.btn-primary-color {
    background-color: var(--primaryColor) !important;
    color: #000 !important;
}

/* border radiuses  */
.b-10-px {
    border-radius: 10px !important;
}

.b-100-px {
    border-radius: 100px !important;
}

.b-20-px {
    border-radius: 20px !important;
}

/* borderc-color  */
.border-primary-color {
    border: 1px solid var(--primaryColor) !important;
}

.border-primary-color-2 {
    border: 1px solid var(--primaryColor2) !important;
}

.border-primary-color-3 {
    border: 1px solid var(--primaryColor3) !important;
}

.border-success-color {
    border: 1px solid rgba(var(--mdb-success-rgb), var(--mdb-text-opacity)) !important;
}

.border-dark-2-color {
    border: 1px solid var(--dark-2) !important;
}

.border-bottom-white-color {
    border-bottom: 1px solid #fff !important;
}

/* shadows  */

.material-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px !important;
}

/* modal styles  */
.modal-header-bg {
    background-image: linear-gradient(to right, rgba(62, 62, 62, 1), rgba(15, 16, 22, 1));
}

.modal-border-bottom {
    border-bottom: 1.6px dashed var(--primaryColor) !important;
}

.modal-border-top {
    border-top: 1.6px dashed var(--primaryColor) !important;
}

.modal-body-bg {
    background-color: rgba(51, 51, 51, 1);
}

.modal-footer-bg {
    background-color: #262626;
}

/* form styles  */
.form-control:focus {
    border-color: var(--primaryColor);
    box-shadow: inset 0px 0px 0px 1px var(--primaryColor);
    background: none !important;
    color: #fff !important;
}

/* .form-control {
    color: var(--text-gray);
    background: none !important;
}

select.form-control option {
    background-color: #000 !important;
}

.form-control[readonly] {
    background: none !important;
} */

.select2 {
    /* width: 100% !important; */
}

ul.ks-cboxtags li label {
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    color: #fff;
}


ul.ks-cboxtags li input[type="checkbox"]:checked+label {
    background-color: var(--primaryColor);
    color: #000;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* text formatiiing  */

.white-space-initial {
    white-space: initial !important;
}

/* select 2 */
/* Select 2 Dark Theme */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #212529 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.select2-dropdown {
    background-color: #212529 !important;
}

.select2-results__option {
    color: #fff !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #000 !important;
    color: #fff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: black !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #000 !important;
    color: #fff !important;
}

.form-group>.select2-container {
    width: 100vh !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.list-group-light .active {
    background-color: var(--primaryColor) !important;
    color: #000 !important;
}