@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css");

:root {
    --red: #c00202;
    --white: #ffffff;
    --black: #000000;
    --grey: #757575;
    --lightGrey: #E7E7E7;
    --lightGreyTint1: #AFAFAF;
    --lightGreyTint2: #DBDBDB;
    --lightGreyTint3: #F5F5F5;
    --darkGrey: #454545;
    --golden: #ffae2c;
    --brown: #a16300;
    --extraLightGolden: #FFFCF6;
    --lightGolden: #FFF2D9;
    --green: #39A100;
    --my-gradient: linear-gradient(90deg, rgba(255,173,45,1) 0%, rgba(251,133,70,1) 25%, rgba(246,93,95,1) 50%, rgba(240,32,135,1) 100%);
    --my-gradient-hover: linear-gradient(270deg, rgba(255,173,45,1) 0%, rgba(251,133,70,1) 25%, rgba(246,93,95,1) 50%, rgba(240,32,135,1) 100%);
}

.gradientColor {
    background: rgb(255,173,45);
    background: linear-gradient(90deg, rgba(255,173,45,1) 0%, rgba(251,133,70,1) 25%, rgba(246,93,95,1) 50%, rgba(240,32,135,1) 100%);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    scrollbar-width: thin;
}
*::-webkit-scrollbar {
    width: 4px;
}
*::-webkit-scrollbar-thumb {
    border-radius: 0;
}
::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
    margin-left: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: var(--grey);
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--golden);
}

html, body { max-width: 100%; margin: 0 auto; }
body { background-color: var(--black); margin: 0; padding: 0; overflow-x: hidden; font-family: "Mona Sans", serif; line-height: normal; }
body.scroll { overflow: hidden; }
h1, h2, h3,h4, h5, h6, ol, ul, li, img, a { text-decoration:none; margin:0; padding:0; list-style:none; }
button, input, select, textarea { font-family: "Mona Sans", serif; }
button { background-color: transparent; border: 0; }
a:hover { text-decoration: none; }
blockquote, figure { padding:0; margin:0; border-left: 0; }
*:focus { outline: none !important;}
img { max-width: 100%; vertical-align: middle; }
main, header, section, footer { width: 100%;}
a:active, a:focus { background-color: transparent; }
input:-internal-autofill-selected { background-color: transparent !important; }
a,[type=button],[type=submit] { transition:All 0.3s ease; -webkit-transition:All 0.3s ease; -moz-transition:All 0.3s ease; -o-transition:All 0.3s ease; }
h1 { font-size: 2em; }
h1, h2, h3,h4, h5, h6 { font-family: "Mona Sans", serif; color: var(--white); font-weight: 700; margin: 0 0 15px; }
h1 { font-size: 40px; }
h2 { font-size: 35px; }
h3 { font-size: 30px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }
p, li { font-size:16px; color: var(--white); font-weight: 400; }
p a, li a { color: var(--golden); }
p a:hover, li a:hover { text-decoration: underline; }
@media only screen and (max-width: 1199px) { p, li { font-size:15px; } }
@media only screen and (max-width: 991px) { p, li { font-size:14px; } }
p { margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }

@media only screen and (max-width: 991px) {
    .container { min-width: 720px; }
}
@media only screen and (max-width: 767px) {
    .container { min-width: 540px; }
}
@media only screen and (max-width: 767px) {
    .container { min-width: 100%; }
}

/* section ul, 
section ol {
   margin: 15px 0;
}
section ol {
    padding-left: 20px;
}
section ul li, 
section ol li {
    position: relative;
    padding-left: 25px;
}
section ol li {
    list-style: decimal;
    padding-left: 10px;
}
section ul li + li, 
section ol li + li {
    margin-top: 15px;
}
section ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    background-color: var(--grey);
    width: 8px;
    height: 8px;
    border-radius: 50%;
} */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { appearance:none; -webkit-appearance:none; -moz-appearance:none; margin:0; }
input[type=number] { -moz-appearance:textfield; }

select {
    background-image: url("../images/icons/select-arrow.svg") !important;
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 12px !important;
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;  
}

@media only screen and (min-width: 992px) {
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: right;
    }
    .text-left {
        text-align: left;
    }
}

.hidden {
    display: none;    
}
.fix-height {
    width: 100%;
    display: inline-block;
}

/*Slick Slider Arrows*/
.slick-arrow {
    background-color: rgba(0,0,0,0.3);
    width: 40px;
    height: 90px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    color: var(--white);
    cursor: pointer;
    border-radius: 10px;
    z-index: 1;
    text-indent: -200px;
    overflow: hidden;
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    transition: all 0.5s ease-in-out;
}
.slick-arrow:focus {
    background-color: var(--golden);
}
.slick-prev {
    background-image: url(../images/icons/left-arrow.svg);
    left: 0;
}
.slick-next {
    background-image: url(../images/icons/right-arrow.svg);
    right: 0;
}

/*Slick Slider Dots*/
.slick-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    bottom: -35px;
}
.slick-dots li {
    background-color: rgba(255,255,255,0.2);
    width: 20px;
    height: 2px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.slick-dots li::before {
    display: none;
}
.slick-dots li.slick-active {
    background-color: var(--golden);
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-indent: -100%;
    overflow: hidden;
}

/*Common Padding*/
.commonPY {
    padding-top: 50px;
    padding-bottom: 50px;
}
.commonPT {
    padding-top: 50px;
}
.commonPB {
    padding-bottom: 50px;
}

@media only screen and (max-width: 1199px) {
	/*Common Padding*/
	.commonPY {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.commonPT {
		padding-top: 40px;
	}
	.commonPB {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	/*Common Padding*/
	.commonPY {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.commonPT {
		padding-top: 30px;
	}
	.commonPB {
		padding-bottom: 30px;
	}
}

/*Heading Text*/
.headingText--mb {
    margin-bottom: 30px;
}
.headingText--uppercase {
    text-transform: uppercase;
}
.headingText > * {
    margin-bottom: 0;
}
.headingText h2 {
    font-size: 40px;
    font-weight: 700;
}
.headingText h3 {
    font-size: 24px;
    font-weight: 700;
}
.headingText h4 {
    font-size: 20px;
    font-weight: 600;
}
.headingText--white > * {
    color: var(--white);
}

@media only screen and (max-width: 1299px) {
    .headingText h2 {
        font-size: 36px;
    }
    .headingText h3 {
        font-size: 22px;
    }
    .headingText h4 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1199px) {
    .headingText h2 {
        font-size: 28px;
    }
    .headingText h3 {
        font-size: 20px;
    }
    .headingText h4 {
        font-size: 16px;
    }
}


/*Form*/
.form-group {
    position: relative;
}
.form-group label {
    margin-bottom: 8px;
}
.form-control,
.form-select {
    background-color: var(--white);
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey);
    border: 1px solid var(--grey);
    padding: 5px 20px;
    border-radius: 10px;
    vertical-align: middle;
}
.form-select {
    text-transform: capitalize;
    cursor: pointer;
}
textarea.form-control {
    height: 100px;
    padding-top: 20px;
    resize: none;
}
.form-control:focus {
    border-color: var(--grey);
	box-shadow: none;
}
.form-control::placeholder {
    color: var(--grey);
    opacity: 1;
}
.form-button {
    position: relative;
    margin-top: 10px;
}
@media screen and (max-width: 1399px) {
    .form-control,
    .form-select {
        height: 58px;
        font-size: 16px;
    }
    textarea.form-control {
        height: 80px;
    }
}
@media screen and (max-width: 991px) {
    .form-control,
    .form-select {
        font-size: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media only screen and (max-width: 575px) {
    .form-control,
    .form-select {
        height: 50px;
        border-radius: 5px;
    }
}

/*Checkbox*/
.checkbox-label {
    display: inline-flex;
    gap: 10px;
    line-height: 18px;
}
.checkbox-label .checkbox-input {
    display: none;
}
.checkbox-label .checkbox-input + .checkbox-icon-wrapper {
    background-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 1px solid var(--white);
    border-radius: 2px;
    transition: background-color ease 0.3s;
}
.checkbox-text {
    font-size: 16px;
    color: var(--white);
    cursor: pointer;
}
@media only screen and (max-width: 575px) {
    .checkbox-text {
        font-size: 14px;
        line-height: 20px;
    }
}
.checkbox-text a {
    color: var(--white);
    text-decoration: underline;
}
.checkbox-text a:hover {
    text-decoration: none;
}
.checkbox-label .checkbox-input + .checkbox-icon-wrapper .checkbox-icon {
    transition: opacity ease 0.3s;
    opacity: 0;
    color: var(--white);
    font-size: 12px;
}
.checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper {
    background-color: var(--golden);
    border-color: var(--golden);
}
.checkbox-label .checkbox-input:checked + .checkbox-icon-wrapper .checkbox-icon {
    opacity: 1;
}

.checkbox label, .radio label {
    color: var(--white);
}

.passwordInput {
    padding-right: 60px;
}
.showPassword {
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 20px;
    color: var(--grey);
    border: 0;
    padding: 0;
    margin: auto 0;
    cursor: pointer;
    z-index: 1;
}
.showPassword::after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: var(--lightGrey);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}



/*Text Link*/
.textLink, .textLink:visited {
    font-size: 20px;
	font-weight: 400;
	color: var(--white);
}
.textLink img {
	width: 18px;
	margin-right: 10px;
}
.textLink:hover {
	color: var(--golden);
}
@media only screen and (max-width: 1199px) {
    .textLink {
        font-size: 18px;
    } 
}
@media only screen and (max-width: 991px) {
    .textLink {
        font-size: 16px;
    } 
}
@media only screen and (max-width: 767px) {
    .textLink {
        font-size: 14px;
    } 
}

/*Common Button*/
.buttonOuter {
    width: 100%;
	margin-top: 30px;
}
.commonButton {
    position: relative;
	background: var(--my-gradient);
    background-clip: padding-box;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Mona Sans", serif;
	color: var(--white) !important;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 40px;
	border: 1px solid transparent;
	border-radius: 10px;
    letter-spacing: -1px;
    cursor: pointer;
    z-index: 2;
}
.commonButton:before {
    content: "";
    background: var(--my-gradient);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
}
.commonButton--large {
    min-height: 62px;
    font-size: 20px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    letter-spacing: normal;
}
.commonButton.full {
    width: 100%;
}
.commonButton--wide {
    min-width: 300px;
}
.commonButton:hover {    
    /* background: var(--my-gradient-hover); */
    opacity: 0.9;
	color: var(--white);
}
.commonButton:hover:before {    
    background: var(--my-gradient-hover);
}

.commonButton--transparent {
    background: transparent;
    border:1px solid var(--golden);
    color: var(--golden);
}
.commonButton--transparent:before {
    display: none;
}
.commonButton--transparent:hover {
    background: var(--golden);
    color: var(--white);
}

.commonButton--golden {
	background-color: var(--golden);
	border-color: var(--golden);
}
.commonButton--golden:hover {
	background-color: transparent;
	color: var(--golden);
}

@media only screen and (max-width: 1199px) {
    .buttonOuter {
        margin-top: 20px;
    }
    .commonButton {
        gap: 12px;
        font-size: 18px;
    }
    .commonButton--large {
        min-height: 58px;
        font-size: 18px;
    }
    .commonButton--wide {
        min-width: 260px;
    }
}


/*Alerts*/
body #alerts {
    background: transparent;
    position: absolute;
    top: 120px;
    right: 40px;
    padding: 0;
    max-width: 380px;
    width: 100%;
}
body #alerts .alert {
    margin: 0;
}
body #alerts .alert + .alert {
    margin-top: 10px;
}


/*Header*/
.header {
    background-color: var(--black);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 120;
}
.topBar {
    background: var(--my-gradient);
    display: block;
    height: 5px;
}
.header.sticky {
	position: fixed;
	z-index: 10;
}
.headerInner {
	display: flex;
	align-items: center;
    padding-block: 10px;
}
.logo {
	width: 180px;
	min-width: 180px;
	max-width: 180px;
}
.logo a {
	display: inline-block;
}

/*Navbar*/
.headIcons {
    display: none;
}
.menuButton {
	position: relative;
	z-index: 100;
	cursor: pointer;
}
.menuButton span {
    background-color: var(--white);
    position: relative;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.menuButton span:nth-child(2) {
	margin-top: 7px;
	margin-bottom: 7px;
}
.menuButton.active span:nth-child(1) {
	display: none;
}
.menuButton.active span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menuButton.active span:nth-child(3) {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 9px;
}

.navigation {
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
}

#navbar > ul {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

#navbar ul li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

#navbar ul li a {
    position: relative;
    display: block;
    color: var(--white);
    padding: 5px 0;
    text-decoration: none;
}

@media (min-width: 1200px) {    
    #navbar ul li:hover > a {
        color: var(--golden);
    }
    #navbar ul li.dropdown {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }

    #navbar ul li.dropdown .menuCarot {
        position: relative;
        width: 12px;
        display: none;
        bottom: 0;
        padding: 0;
    }

    #navbar ul li.dropdown>a:after {
        content: "";
        background-image: url(../images/icons/navigation-arrow.svg);
        background-position: right center;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

    #navbar ul li.dropdown .menuCarot img {
        width: 100%;
    }

    #navbar ul li.dropdown .dropdownMenu {
        position: absolute;
        top: 120%;
        left: 0;
        width: 250px;
        display: block;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #navbar ul li.dropdown.mega_dropdown .dropdownMenu{
        width: auto;
    }
    #navbar ul li.dropdown.mega_dropdown .dropdownMenu > ul{
        column-count: 3;
        white-space: nowrap;
        column-gap: 20px;
    }
    
    #navbar ul li.dropdown .dropdownMenu > ul {
        border-radius: 10px;
        border: 2px solid var(--golden);
        background-color: rgba(0, 0, 0, 0.7);
    }
    #navbar ul li.dropdown .dropdownMenu li {
        width: 100%;
        font-size: 16px;
        border-bottom: 1px dotted var(--golden);
    }


    #navbar ul li.dropdown .dropdownMenu li:last-child {
        border-bottom: none;
    }

    #navbar ul li.dropdown .dropdownMenu li a {
        padding: 10px 15px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #navbar ul li.dropdown:hover>.dropdownMenu {
        top: 100%;
        opacity: 1;
        pointer-events: visible;
        visibility: visible;
    }

    #navbar ul li.dropdown .dropdownMenu li>a:after {
        transform: rotate(-90deg);
    }

    #navbar ul li.dropdown .dropdownMenu .dropdownMenu {
        left: auto;
        top: -2px;
        right: calc(-100% - 5px);
        padding-left: 5px;
    }
    #navbar ul li.dropdown .dropdownMenu .dropdownMenu .dropdownMenu {
        right: calc(-100% - 10px);
    }
}

@media (max-height: 700px) {
    #navbar ul li.dropdown .dropdownMenu li a {
        padding: 7px 15px;
    }
}


.headElement {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.searchGroup {
    width: 100%;
    max-width: 200px;
    transition: all 0.3s ease-in-out;
}
.searchGroup form {
    position: relative;
    width: 100%;
    border: 1px solid var(--grey);
    border-radius: 10px;    
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.searchControl {
    width: 100%;
    height: 47px;
    font-size: 14px;
    color: var(--white);
    border: 0;
    background-color: transparent;
    padding: 0 10px 0 42px;
}
#search.searchControl:focus {
    background-color: transparent;
}
.searchControl::placeholder {
    color: var(--white);
    opacity: 1;
}
.searchBtn {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40px;
    font-size: 18px;
    color: var(--white);
    margin: auto 0;
    padding-bottom: 3px;
    text-align: center;
    cursor: pointer;
}
.searchBtn img {
    width: 18px;
    vertical-align: middle;
}
.closeSearchButton {
    width: 35px;
    height: 35px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--white);
}

/*Search DropDown*/
body .ui-widget.ui-widget-content {
    background-color: rgba(0,0,0,0.7);
    border: 2px solid var(--golden);
    z-index: 1001;
}
body .ui-widget.ui-widget-content .ui-menu-item + .ui-menu-item {
    border-top: 1px dotted var(--golden);
}
body .ui-widget.ui-widget-content .ui-menu-item-wrapper {
    width: 100%;
    background-color: transparent;
    font-family: "Mona Sans", serif;
    font-size: 14px;
    color: var(--white);
    margin: 0;
    padding: 10px 15px;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body .ui-widget.ui-widget-content .ui-menu-item-wrapper:hover {
    color: var(--golden);
}
/* body .ui-widget.ui-widget-content .ui-menu-item-wrapper.ui-state-active { } */

.loginButton.show .buttonText {
    display: none;
}
.commonButton.loginButton.show {
    background: transparent;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding: 0;
    gap: 5px;
}
.commonButton.loginButton.show::before {
    display: none;
}
.loginButton.show > img {
    width: 30px;
}
.loginButton > img, 
.loginButton .userName {
    display: none;
} 
.loginButton.show > img, 
.loginButton.show .userName {
    display: block;
} 


/*Banner*/
.banner {
    height: 100vh;
    transition: transform .8s ease-in-out;
}
.bannerInner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
}
.tagWrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1 1;
}
.tagWrap::before {
    content: "";
    background-color: var(--black);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}

.tagWrap.active:before,
.tagWrap:hover:before {
    background-color: transparent;
    opacity: 0;
}
.tagWrap.active .tagContent,
.tagWrap:hover .tagContent {
    opacity: 0;
    visibility: hidden;
}

.tagContent {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.tagTitle {
    font-size: 48px;
    color: var(--white);
    font-weight: 600;
    text-transform: uppercase;
}
.tagSubtitle {
    font-size: 24px;
    color: var(--white);
    font-weight: 600;
}
.videoWrap {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

@media only screen and (max-width: 1699px) {
    .tagTitle {
        font-size: 42px;
    }
    .tagSubtitle {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1399px) {
    .tagTitle {
        font-size: 36px;
    }
    .tagSubtitle {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1199px) {
    .tagTitle {
        font-size: 28px;
    }
    .tagSubtitle {
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .tagTitle {
        font-size: 24px;
    }
    .tagSubtitle {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .tagWrap {
        display: none;
    }
    .tagWrap.active {
        display: flex;
    }
    .tagWrap.active .tagContent,
    .tagWrap:hover .tagContent {
        opacity: 1;
        visibility: visible;
    }
}


/*Hero Banner Slider*/
.hero {
    position: relative;
    background-color: var(--black);
    height: 90vh;
    min-height: 650px;
    overflow: hidden;
}
@media only screen and (max-width: 1199px) {
    .hero {
        height: 700px;
        min-height: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .hero {
        height: 580px;
    }
}
@media only screen and (max-width: 767px) {
    .hero {
        height: 480px;
    }
}
.hero__slider {
    position: relative;
    height: 100%;
    z-index: 2;
}
.hero__slider .slick-list, 
.hero__slider .slick-track {
    height: 100%;
}
.hero__slider .slick-prev {
    left: 30px;
}
.hero__slider .slick-next {
    right: 30px;
}
.hero__slider .slick-dots {
    bottom: 20px;
}

.hero .slide {
    position: relative;
    overflow: hidden;
}
.hero .slide::before {
    content: "";
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    transition: all 0.5s ease-in-out
}
.slide__img {
    position: relative;
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
}
.slide__img img {
    width: 100%;
    height: 100% !important;
    opacity: 1 !important;
    animation-duration: 3s;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s ease-in-out
}
.slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-inline: 6rem;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.slide__content .animated {
    width: 100%;
    max-width: 50%;
}
@media only screen and (max-width: 1299px) {
    .slide__content .animated {
        max-width: 65%;
    }
    .slide__content h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1199px) {
    .slide__content .animated {
        max-width: 70%;
    }
    .slide__content h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 991px) {
    .slide__content .animated {
        max-width: 80%;
    }
    .slide__content h2 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .slide__content {
        padding-inline: 2rem;
    }
    .slide__content .animated {
        max-width: 100%;
        text-align: center;
    }
    .slide__content h2 {
        font-size: 22px;
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all 0.5s ease-in-out;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

/*Change animation presets*/
.slider [data-animation-in] {
    opacity: 0;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* IMAGE ZOOM In*/
.zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
/* IMAGE ZOOM Out*/
.zoomOutImage {
  animation-name: zoomOutImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}


/*Common Content*/
.commonHead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/*Common Carousel*/
.commonCarousel .slick-list,
.commonCarousel2 .slick-list {
    margin: 0 -10px;
}
.commonCarousel .item,
.commonCarousel2 .item {
    padding: 0 10px;
}
.commonCarousel .item a,
.commonCarousel2 .item a {
    position: relative;
    display: block;
}
.commonGrid .item p,
.commonCarousel .item p,
.commonCarousel2 .item p {
    font-size: 14px;
    font-weight: 600;
}
.commonGrid .item ul,
.commonCarousel .item ul,
.commonCarousel2 .item ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    margin-top: 10px;
}
.commonGrid .item ul li,
.commonCarousel .item ul li,
.commonCarousel2 .item ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: var(--grey);
    gap: 8px;
    margin: 0;
    padding: 0;
}
.commonGrid .item ul li::before,
.commonCarousel .item ul li::before,
.commonCarousel2 .item ul li::before {
    display: none;
}
.commonGrid .item ul li + li::after,
.commonCarousel .item ul li + li::after,
.commonCarousel2 .item ul li + li::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: var(--grey);
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto 0;
}

@media (max-width: 380px) {
    .commonGrid > .row > * {
        width: 100%;
    }
    .commonGrid .slideImage {
        height: auto;
        min-height: 100%;
        max-height: 100%;
    }
}

.creditText {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 12px;
    color: var(--white);
    font-weight: 400;
    z-index: 1;
}
.creditText span {
    text-shadow: 0 0 10px var(--black);
}
.creditText i {
    font-size: 16px;
    color: var(--golden);
}
.slideImage {
    width: 100%;
    height: 365px;
    min-height: 365px;
    max-height: 365px;
    border: 1px solid var(--darkGrey);
    border-radius: 10px;
    overflow: hidden;
}
.smallImages .slideImage {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
}
.slideImage img {
    width: 100%;
    height: 100% !important;
    transition: all 0.3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.slideImage:hover img {
   -ms-transform: scale(1.1);   
   -webkit-transform: scale(1.1);
   transform: scale(1.1);   
}
.slideContent {
    margin: 10px 0 0;
}
.slideContent h4 {
    font-size: 20px;
    color: var(--white);
    font-weight: 600;
    text-align: center;
}
@media (max-width: 1199px) {
    .slideContent h4 {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .slideContent h4 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .slideContent h4 {
        font-size: 15px;
    }
}

/*Most Popular Movies*/
.mostPopularMovies {
    position: relative;
    background-color: var(--black);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.mostPopularMovies > * {
    position: relative;
    z-index: 1;
}
.mostPopularMovies::after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    background-color: var(--black);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.mostPopularMoviesContent {
    min-height: 580px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.mostPopularMoviesContent .headingText {
    width: 100%;
    max-width: 85%;
}
.mostPopularMoviesContent p {
    width: 100%;
    max-width: 60%;
}


/*Fashion & Apparel*/
.fashionApparel {
    background-color: var(--black);
    background-position: center 70px;
    background-size: cover;
    background-repeat: no-repeat;
}
.fashionApparel .commonCarousel .item a {
    padding-bottom: 50px;
}
.fashionApparel .commonCarousel .item a:after {
    content: "";
    background: #EEAE41B2;
    width: 80%;
    height: 20px;
    position: absolute;
    right: 0;
    bottom: 45px;
    left: 0;
    margin: 0 auto;
    border-radius: 100px;
    filter: blur(15px);
    z-index: -1;
}

/*Streaming*/
.streaming {
    background-color: var(--black);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.streamingContent {
    min-height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.streamingContent .headingText {
    width: 100%;
    max-width: 80%;
}
.streamingContent .headingText h2 {
    line-height: 45px;
}

/*Video Page*/
.videoPlayerInner {
    /* height: 590px; */
    overflow: hidden;
}
.videojs_playerContainer {
    width: 100%;
    height: 100%;
}
.videojs_playerContainer video,
.singleVideo {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*Leave a reply*/
.leaveReplyInner {
    background-color: var(--white);
    padding: 50px;
    border-radius: 10px;
}
.leaveReplyInner * {
    color: var(--black);
}
.leaveReplyInner h1 {
    line-height: 100%;
}

/*Leave Reply Head*/
.commentBadges {
    margin-top: 20px;
}
.commentBadges,
.socialMediaLinks,
.tags {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.commentBadges .badge,
.tags .tag {
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 400;
    color: var(--grey);
    padding: 5px 15px;
    line-height: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 50px;
}
.commentBadges .badge * {
    color: var(--grey);    
}
.commentBadges .badge .fa-star {
    color: var(--golden);
}
.socialMediaLinks {
    gap: 15px;
}
.socialMediaLinks .fa-facebook-f {
    font-size: 20px;
    color: #5173B8;
}
.socialMediaLinks .fa-twitter {
    font-size: 22px;
    color: #22A2F1;
}

.tags {
    margin-top: 30px;
}
.tagText {
    font-size: 20px;
    font-weight: 400;
}
.tags .tag {
    background-color: var(--lightGrey);
    border-color: var(--lightGrey);
    font-size: 16px;
    color: var(--black);
    margin: 0;
}
.costsCreditsText {
    font-size: 14px;
}
.costsCreditsText span {
    color: var(--golden);
}
.commentButtonOuter {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    margin: 10px 0;
}
.leaveReplyInner .commentButtonOuter .commonButton {
    width: auto;
}

.leaveReplyInner .commonButton {
    color: var(--white);
}
.leaveReplyInner .commonButton--transparent,
.leaveReplyInner .commonButton--transparent * {
    color: var(--golden);
}
.leaveReplyInner .commonButton--transparent:hover,
.leaveReplyInner .commonButton--transparent:hover * {
    color: var(--white);
}
.availableText {
    font-size: 12px;
}
.availableText span {
    color: var(--golden);
}
.mainDescription {
    border-top: 1px solid var(--grey);
    margin: 25px 0 0;
    padding: 25px 0 0;
}
.mainDescription p:empty {
    display: none;
}


/*Leave Reply Body*/
.leaveReplyBody {
    padding: 35px 0 0;
}
.leaveCommentForm .form-control {
    height: 60px;
    font-size: 16px;
    color: var(--black);
    border-width: 0 0 1px 0;
    border-radius: 0;
    padding-left: 60px;
}
.leaveCommentForm .form-control::placeholder {
    color: var(--black);
}
.leaveCommentForm .userImage {
    position: absolute;
    top: 8px;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}
.leaveCommentForm .userImage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*Leave Reply Footer*/
.leaveReplyFooter {
    padding: 15px 0 0;
}
.userCommentsInner {
    padding: 10px 0;
    border-bottom: 1px solid var(--grey);
}
.userCommentsInner + .userCommentsInner {
    margin-top: 30px;
}
.starRating {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}
.starRating * {
    color: var(--golden);
}
.ratingTime {
    font-size: 16px;
    color: var(--grey);
    margin-top: 10px;
    text-align: right;
}

.userCommentInfo {
    position: relative;
    display: flex;
}
.userCommentInfoImg {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}
.userCommentInfoImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.userCommentInfoMessage {
    width: calc(100% - 50px);
    padding: 0 0 0 20px;
}
.userCommentInfoMessage h6 {
    margin-bottom: 10px;
    line-height: 100%;
}
.userCommentInfoMessage .commentBadges {
    margin-top: 0;
    gap: 30px;
}
.userCommentInfoMessage .commentBadges .badge {
    border: 0;
    padding: 0;
}
.replyButton {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--green);
    text-decoration: underline;
    cursor: pointer;
}
.replyButton:hover {
    color: var(--golden);
    text-decoration: none;
}

/*Reply Form*/
.replyForm {
    position: relative;
    margin: 15px 0 20px;
}
.replyForm form {
    position: relative;
}
.replyForm form .form-control {
    padding-right: 80px;
}
.replyForm .form-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin: 0;
}
.replyForm .form-button .commonButton {
    width: auto;
    font-size: 15px;
    padding: 5px 20px;
    border-radius: 8px;
}


/*Footer*/
.footer * {
    color: var(--white);
}
.footerLogo a {
    width: 100%;
    max-width: 200px;
    display: inline-block;
}
.footer h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.footer .numberText {
    font-size: 20px;
    margin-top: 20px;
}
.footer .mailText {
    margin-top: 15px;
}
.footer li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.footer li + li {
    margin-top: 5px;
}
.footer li a {
    color: var(--grey);
    text-decoration: none;
}
.footer li a:hover {
    color: var(--golden);
}
.footer ul,
.footer ol {
   margin: 0;
}
.footer ol {
    padding-left: 20px;
} 
.footer ol li {
    list-style: decimal;
    padding-left: 10px;
}

.socialMedia ul {
    display: flex;
    align-items: center;
    gap: 15px;
}
.socialMedia ul li {
    margin: 0;
}
.socialMedia ul li a {
    background-color: transparent;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: var(--white);
    border: 2px solid var(--grey);
    border-radius: 50%;
    text-decoration: none;
}
.socialMedia ul li a:hover {
    border-color: var(--golden);
}

.copyrightText {
    margin-top: 20px;
}


/*Admin Login Pages*/
.adminLogin {
    position: relative;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.adminLogin::after {
    content: "";
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.adminLoginInner {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 0;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1;
}
.adminLoginForm {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.adminLoginForm a {
    color: var(--white);
    text-decoration: underline;
}
.adminLoginForm a:hover {
    color: var(--golden);
}
.adminLoginHead {
    text-align: center;
    padding: 0 0 35px;
}
.adminLoginHead h1 {
    font-size: 48px;
    line-height: 58px;
}
.adminLoginHead p {
    font-size: 22px;
}
.adminLoginBody .form-group + .form-group {
    margin-top: 20px;
}
.adminLoginBody .form-button {
    margin-top: 30px;
}
.adminLoginFooter {
    text-align: center;
    padding: 20px 0 0;
}

@media only screen and (max-width: 767px) {
    .adminLoginInner {
        padding: 30px;
    }
    .adminLoginHead h1 {
        font-size: 40px;
    }
    .adminLoginHead p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 575px) {
    .adminLoginInner {
        padding: 20px;
    }
    .adminLoginHead h1 {
        font-size: 35px;
        margin-bottom: 5px;
    }
    .adminLoginHead p {
        font-size: 16px;
    }
    .adminLoginBody .form-group + .form-group {
        margin-top: 15px;
    }
}


.changeList {
    margin-top: 50px;
}
.changeList .container {
    padding-inline: 0;
}


/*My Credits*/
.myCredit {
    padding-top: 30px;
}
.tabsSidebar {
    position: sticky;
    top: 100px;
    padding-right: 40px;
}
.sidebar {
    position: relative;
}
.sidebar ul {
    margin: 0;
}
.sidebar ul li {
    font-size: 17px;
    padding: 0;
}
.sidebar ul li + li {
    margin-top: 2px;
}
.sidebar ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--white);
    padding: 15px 20px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.sidebar ul li img {
    width: 25px;
}
.sidebar ul li a i {
    color: var(--white);
}
.sidebar ul li a .badge {
    background-color: var(--golden);
    margin-left: auto;
}
.sidebar ul li::before {
    display: none;
}
.sidebar ul li a:hover i, 
.sidebar ul li a.active i,
.sidebar.sidebarListActive ul li.active a i {
    color: var(--white);
}
.sidebar ul li a.active,
.sidebar ul li a:hover,
.sidebar ul li a:focus,
.sidebar.sidebarListActive ul li.active a {
    background: var(--my-gradient);
    color: var(--white);
}


.mediaNavigation {
    margin-top: 10px;
    margin-bottom: 10px;
    display: none;
}

/*My Credit Head*/
.toggleableTabs {
    background-color: var(--white);
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 25px;
    border-radius: 10px;
}
.toggleableTabs h1, 
.toggleableTabs h2 {
    color: var(--golden);
}
.toggleableTabs h3, 
.toggleableTabs h4, 
.toggleableTabs h5, 
.toggleableTabs h6 {
    color: var(--grey);
}
.toggleableTabs p, 
.toggleableTabs li {
    color: var(--black);
}
section .toggleableTabs ul li::before {
    display: none;
}

.myCreditHead {
    padding: 0 0 30px;
}
.toggleableTabs .showBalance #userCredits .creditAmount {
    padding: 0;
    border: 0;
    text-align: left;
}
.showBalance h2 {
    font-size: 64px;
    font-weight: 800;
    color: var(--golden);
    line-height: 100%;
    margin-bottom: 0;
}
.showBalance h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--grey);
    margin-bottom: 0;
}
.showBalance h4 {
    font-size: 20px;
    font-weight: 500;
    color: var(--lightGreyTint1);
    line-height: 100%;
    margin: 10px 0 0;
}
.rechargeCreditsText {
    position: relative;
    background-color: var(--extraLightGolden);
    padding: 15px 15px 15px 30px;
    border: 1px solid var(--lightGolden);
    border-radius: 10px;
}
.rechargeCreditsText::after {
    content: "";
    background: var(--my-gradient);
    width: 4px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: auto 0;
}
.rechargeCreditsText h4 {
    font-size: 24px;
    font-weight: 500;
    color: var(--golden);
    margin-bottom: 10px;
}
.rechargeCreditsText p {
    color: var(--black);
}


/*My Credit Body*/
.pricingScroll {
    position: relative;
    background-color: var(--extraLightGolden);
    display: flex;
    white-space: nowrap;
    gap: 15px;
    padding: 15px;
    border: 1px solid var(--lightGolden);
    border-radius: 10px;
    overflow: auto;
}
.pricingScroll ul {
    display: flex;
    white-space: nowrap;
    gap: 15px;
}
.pricingScroll ul,
.pricingScroll ul li {
    width: 100%;
}
.pricingGrid {
    width: 100%;
    position: relative;
    background-color: var(--white);
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--lightGreyTint2) !important;
    padding: 12px 20px;
    border: 1px solid var(--lightGreyTint2);
    border-radius: 10px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
    .pricingGrid {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {

    .pricingScroll ul li,
    .pricingGrid {
        width: 200px;
        max-width: 200px;
        min-width: 200px;
    }
}
.pricingGrid::before {
    content: "\f058";
    width: 18px;
    height: 18px;
    background-color: var(--white);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 18px;
    color: var(--golden);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}
.pricingGrid.active,
.pricingGrid:hover {
    color: var(--golden) !important;
    border-color: var(--golden);
}
.pricingGrid.active::before,
.pricingGrid:hover::before {
    opacity: 1;
    visibility: visible;
}


/*Payments Table*/
.paymentsTable {
    background-color: var(--lightGreyTint3);
    margin: 15px 0 0;
    padding: 20px;
    border-radius: 10px;
}
/*Head*/
.paymentsTableHead {
    justify-content: right;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.paymentsTableHead,
.datePicker {
    display: flex;
    align-items: center;
    gap: 10px;
}
.ui-datepicker * {
    font-family: "Mona Sans", serif;
}
.ui-datepicker-month {
    font-size: 14px !important;
    background-position: 92% center;
    background-size: 10px;
    border-color: var(--grey);
    border-radius: 5px;
    padding: 0 10px;
}
.datePicker .datePickerField {
    position: relative;
    background-color: transparent;
    width: 140px;
    height: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 8px;
    overflow: hidden;
}
.datePicker .datePickerField::before {
    content: "";
    background-image: url("../images/icons/select-arrow.svg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto 0;
    pointer-events: none;
    z-index: 1;
}
.datePicker .datePickerField .dateinput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.datePicker .datePickerField input {
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 12px;
    border: 0;
    padding: 0 10px 0 36px;
}
.datePicker .datePickerField input::placeholder {
    color: var(--black);
    opacity: 1;
}
.datePicker .datePickerField img,
.datePicker .datePickerField label {
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.filterData {
    width: 42px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0,0,0,0.6);
    border-radius: 8px;
    cursor: pointer;
}
.filterData img {
    width: 18px;
}
.filterData:focus,
.filterData:active {
    background-color: var(--golden);
    border-color: var(--golden);
}

/*Body*/
.paymentsTableBody {
    padding: 0 0 20px;
}
body .toggleableTabs .commonTable > .table {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    font-family: "Mona Sans", serif;
    border-collapse: collapse;
    text-align: left;
}
body .toggleableTabs .commonTable > .table thead th,
body .toggleableTabs .commonTable > .table thead th:not(#forumThread th) {
    font-size: 13px;
    font-weight: 700;
    border: 0;
}
body .toggleableTabs .commonTable > .table td, 
body .toggleableTabs .commonTable > .table th {
    font-family: "Mona Sans", serif;
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid rgba(0,0,0,0.1);
    white-space: nowrap;
}
body .toggleableTabs .commonTable > .table tbody td,
body .toggleableTabs .commonTable > .table tbody td:not(#forumThread td) {
    font-size: 14px;
    font-weight: 400;
}

/* 06/march/2025  */

/* Breadcrumbs */
.breadcrumbs {
    background-color: #212121;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 5px;
}
.breadcrumbs a {
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
    font-family: "Mona Sans", serif;
}
.breadcrumbs i {
    color: var(--white);
    font-size: 14px;
}
.breadcrumbs a:not([href]):not([class]) {
    opacity: 0.6;
    color: var(--white);
}
h1.no-indent {
    display: none;
}

/* Upload Form */
.breadcrumbs.sdadasdsa,
.mediaForm {
    width: calc(100% - 24px);
    max-width: 1396px;
}
.breadcrumbs,
.mediaForm {
    margin: 20px auto;
}
.mediaForm {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.mediaForm form {
    margin: 15px 0;
    padding: 15px;
    background-color: #212121;
    border-radius: 8px;
}
.mediaForm form .upload-thumb-tooltip {
    display: none;
}

/* Tabs */
nav.tabbable .nav-tabs {
    border-bottom: 2px solid #ddd;
}
nav.tabbable .nav-tabs .nav-item {
    margin-bottom: 0;
}
nav.tabbable .nav-tabs .nav-link {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    font-family: "Mona Sans", serif;
}
nav.tabbable .nav-tabs .nav-link.active {
    color: #555;
    cursor: default;
    background-color: var(--white);
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
.mediaForm nav.tabbable .nav-tabs .nav-item:last-child {
    display: none;
}

/*File Upload*/
.fileUpload {
    padding: 30px;
    text-align: center;
    border-radius: 8px;
    background: #f8f9fa;
    transition: background 0.3s ease-in-out;
}
.fileUpload:hover {
    background: #e9ecef;
}
.fileUpload p {
    color: #333;
    font-family: "Mona Sans", serif;
}
.fileUpload strong {
    display: block;
    font-size: 16px;
    font-family: "Mona Sans", serif;
}

.mediaForm form .description p {
    color: var(--white);
    font-family: "Mona Sans", serif;
}
.mediaForm form .form-group label {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Mona Sans", serif;
}

.mediaForm form .form-group input,
.mediaForm form .form-group textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: "Mona Sans", serif;
}
.mediaForm form input[type=file] {
    max-width: 100%;
}
.mediaForm form .form-group input:focus,
.mediaForm form .form-group textarea:focus {
    outline: none;
}

.mediaForm form .checkbox label,
.mediaForm form .radio label {
    font-size: 14px;
    color: var(--white);
    font-family: "Mona Sans", serif;
}
.mediaForm form .tab-content legend,
.mediaForm form .tab-content .legend 
{
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Mona Sans", serif;
    padding-bottom: .25em;
    margin: 1.5em 0 1em;
    border-bottom: 1px solid #454545;
}

.mediaForm form section ul li::before {
    content: none;
}
#fileDetails #basic label:focus-within input[type=checkbox] {
    box-shadow: none;
}
#fileDetails label:focus-within input[type=radio] {
    box-shadow: none;
    background-color: transparent;
}

.mediaForm form .btn-primary  {
    position: relative;
    font-family: "Mona Sans", serif;
    font-size: 20px;
    color: var(--white) !important;
    font-weight: 400;
    padding: 8px 40px;
    border: 1px solid transparent;
    border-radius: 10px;
    background-clip: padding-box;
    z-index: 2;
}
.mediaForm form .btn-primary::before {
    content: "";
    background: var(--my-gradient);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
}
.mediaForm form .btn-primary:hover {
    color: var(--white);
}
.mediaForm form .btn-primary:hover::before {
    background: var(--my-gradient-hover);
}

.accordion.categories {
    padding-left: 0;
    list-style: none;
}
.accordion.categories li {
    padding: 5px 0;
}
.accordion.categories li label {
    margin: 0;
}

/* Mobile Responsiveness */


@media (max-width: 1299px) {
    .breadcrumbs, .mediaForm {
        max-width: 1116px;
    }
    
}
@media (max-width: 1199px) {
    .breadcrumbs, .mediaForm {
        margin-inline: 12px;
    }
}
@media (max-width: 991px) {
    .accordion.categories li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .nav-tabs .nav-link {
        padding: 8px 15px;
    }
    .accordion.categories li {
        width: 100%;
    }
}
/* Upload page end */

.healthAndWellness .slick-arrow {
    top: calc(50% - 50px);
    transform: translateY(calc(-50% + 15px));
}

/*Upload Button*/
.uploadButton a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--white);
    font-weight: 500;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}
.uploadButton .icon-cloud-upload {
    font-size: 18px;
    color: var(--golden);
}
.uploadButton a:focus,
.uploadButton a:hover {
    background-color: transparent;
    color: var(--golden);
}

.logoutBtn {
    display: flex;
    gap: 12px;
    align-items: baseline;
    justify-content: center;
}


/*Toggleable Tabs*/
.toggleableTabs #activity .userActivity .date span {
    width: 115px;
}
.toggleableTabs .container {
    min-width: 100%;
    padding: 0;
}
.toggleableTabs .textLink {
    color: var(--black);
}
.toggleableTabs .textLink:hover {
    color: var(--golden);
}
.toggleableTabs .mediaListing .callToAction {
    position: relative;
    margin: 0 0 20px;
}
.toggleableTabs .mediaText h3 {
    font-size: 22px;
    color: var(--golden);
    margin-bottom: 5px;
    padding: 0;
}
.toggleableTabs .mediaListing .videoPlayer {
    padding-bottom: 20px;
    margin-top: 50px;
}
.toggleableTabs .mediaListing .videoPlayer:first-of-type {
    margin-top: 0;
}
.toggleableTabs .leaveReplyInner {
    padding: 0;
}


/*Theme Buttons Style*/
body .callToAction,
body .btn.btn-primary {
    position: relative;
	background: var(--my-gradient);
    background-clip: padding-box;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Mona Sans", serif !important;
	font-size: 18px;
	color: var(--white);
	font-weight: 400;
	padding: 8px 30px;
	border: 0;
	border-radius: 10px;
    letter-spacing: -1px;
    cursor: pointer;
    box-shadow: none;
}
body .callToAction > *,
body .btn.btn-primary > * {
	color: var(--white);    
}
body .callToAction:hover,
body .btn.btn-primary:hover {
    background: var(--my-gradient);
    color: var(--white);
    border: 0;
    opacity: 0.9;
}
body .callToAction:active,
body .btn.btn-primary:active {
    background: var(--my-gradient);
}


/*User Admin*/
.userProfile {
    position: relative;
    display: inline-block;
}
.userProfileIcon {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}
.userProfileIcon .userThumb {
    width: 40px;
    height: 40px !important;
    padding: 1px;
    display: inline-block;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.userProfileDropdown {
    display: none;
    position: absolute;
    top: 100%; /* Appears below the profile */
    right: 0;
    background-color: var(--white);
    width: 200px;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    overflow: hidden;
}
.userProfileDropdown ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.userProfileDropdown ul li {
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid var(--lightGreyTint3);
}
.userProfileDropdown ul li:last-child {
    border-bottom: none;
}
.userProfileDropdown ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--grey);
    padding: 10px 35px 10px 10px;
    text-decoration: none;
    transition: background 0.3s;
}
.userProfileDropdown ul li a * {
    color: var(--grey);
}
.userProfileDropdown ul li .badge {
    background-color: var(--golden);
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.userProfileDropdown ul li a:hover,
.userProfileDropdown ul li a:focus {
    background-color: var(--golden);
    color: var(--white); 
}
.userProfileDropdown ul li a:hover * {
    color: var(--white);    
}
.userProfile:hover .userProfileDropdown {
    display: block;
}

@media only screen and (max-width: 479px) {
    .userProfileIcon span {
        display: none;
    }
}

/*User Admin Data*/
.userAdmin .headingText {
    margin-bottom: 10px;
}
.userAdmin .headingText h1 {
    margin: 0;
}
.coverBanner {
    margin: 0 0 50px;
}
.headingText + .coverBanner {
    margin-top: 20px;
}
.coverBanner #innerNav {
    background-color: var(--golden);
    margin: 0;
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.coverBanner #innerNav #userInfo {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 20px;
}
.coverBanner #innerNav #userInfo > img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    left: 0;
}

body.modal-open header {
    z-index: 0;
}
.modal-open .userAvatar {
    pointer-events: none;
    opacity: 0.2;
}

/* .coverBanner #innerNav #userInfo .userCover, 
.coverBanner #innerNav #userInfo ul {
    position: relative;
    z-index: 1;
} */

.coverBanner #innerNav #userInfo .editImageCoverWrapper {
    max-width: 100%;
    left: 0;
}
.coverBanner #innerNav #userInfo .editImageCoverWrapper .editImageUserCover {
    -o-object-fit: cover;
    object-fit: cover;
}
.coverBanner #innerNav #userInfo .userCover {
    width: 80px;
    height: 80px;
    float: none;
    margin-right: 0;
    margin-left: 0;
}
.coverBanner #innerNav #userInfo .userCover .userThumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.coverBanner #innerNav #userInfo .userCover .online {
    background: #276235;
    width: 12px;
    height: 12px !important;
    position: absolute;
    top: 5px;
    left: inherit;
    right: 3px;
    padding: 0;
    border-radius: 50%;
}
.coverBanner #innerNav #userInfo .userCover .online > * {
    display: none;
}
.userActivity .mediaCover .icon-facetime-video {
    color: var(--golden);
}
.coverBanner #userInfo ul, 
.coverBanner #userInfo ol {
    margin: 0;
}
.coverBanner #innerNav #userInfo ul li {
    font-family: "Mona Sans", serif;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0;
    text-transform: capitalize;
    text-shadow: none;
}
.coverBanner #innerNav #userInfo ul li::before {
    display: none;
}

@media only screen and (max-width: 600px) {
    .coverBanner {
        margin: 0 0 20px;
    }

    .toggleableTabs #activity .userActivity li {
        padding: 0 0 0 135px;
    }
    .toggleableTabs .userActivity .mediaText {
        width: 100%;
        padding: 1rem 0 0;
    }
    .toggleableTabs #activity .userActivity article {
        padding-right: 0;
    }
}


/*BlackEX Market*/
.marketColGrid {
    display: flex;
    align-items: center;
    gap: 30px;
}
.marketColImage {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--golden);
    border-radius: 10px;
}
.marketColImage.large {
    width: 100%;
    height: 485px;
}
.marketColImage img {
    max-width: 180px !important;
    max-height: 150px !important;
    max-width: 180px !important;
    max-height: 150px !important;
    transition: all 0.3s ease-in-out;
}
.marketColImage.large img {
    max-width: 80% !important;
    max-height: 80% !important;
    max-width: 80% !important;
    max-height: 80% !important;
    filter: brightness(0) invert(1);
}
.marketColImage.large:hover img {
    filter: inherit;
}
.marketColContent {
    width: calc(100% - 250px);
    text-align: left;
}
.marketColContent.large {
    width: 100%;
}
.marketColContent h3 {
    font-size: 24px;
}
.marketColContent.large h3 {
    font-size: 48px;
}
.marketColContent h6,
.marketColContent p {
    font-size: 16px;
    font-weight: 400;
}
.marketColContent p {
    margin-top: 20px;
}
.marketColContent.large h6,
.marketColContent.large p {
    font-size: 30px;
    font-weight: 400;
}

@media only screen and (max-width: 1199px) {
    .marketColGrid {
        gap: 20px;
    }
    .marketColImage {
        width: 200px;
        height: 200px;
    }
    .marketColImage.large {
        height: 380px;
    }
    .marketColContent {
        width: calc(100% - 200px);
    }
    .marketColContent.large {
        width: 100%;
    }
    .marketColContent h3 {
        font-size: 20px;
    }
    .marketColContent.large h3 {
        font-size: 40px;
    }
    .marketColContent h6,
    .marketColContent p {
        font-size: 14px;
    }
    .marketColContent.large h6,
    .marketColContent.large p {
        font-size: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .marketColImage.large {
        height: 320px;
    }
    .marketColContent h3 {
        font-size: 18px;
    }
    .marketColContent.large h3 {
        font-size: 35px;
    }
    .marketColContent.large h6,
    .marketColContent.large p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .blackexMarketHead .col,
    .blackexMarketBody .col {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .blackexMarketBody .col {
        margin-top: 50px;
    }
    .marketColGrid {
        flex-direction: column;
        align-items: flex-start;
    }
    .marketColContent {
        width: 100%;
    }
}


/*Edit Profile*/
.inlineFlex {
    display: flex;
    align-items: center;
    gap: 10px;
}
.viewProfile .coverBanner #actionNav a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 0.3rem 0.5rem;
    background: var(--golden);
    border-color: var(--golden);
    color: var(--white) !important;
}
.viewProfile .coverBanner #actionNav a i {
    color: var(--white);
}
.viewProfile .coverBanner #actionNav {
    margin-top: 20px;
}


/*Notifications Details*/
.toggleableTabs #read-unread {
    width: 100%;
}
.toggleableTabs #notification #read-unread {
    flex-wrap: wrap;
}
.toggleableTabs #notification #read-unread,
.toggleableTabs #notification #read-unread div {
    align-items: center;
}
.toggleableTabs #read-unread .message-action {
    font-size: 12px;
    line-height: 100%;
}
.toggleableTabs #read-unread div i {
    vertical-align: middle;
}

.toggleableTabs #inboxList.chooseMessage {
    width: 280px;
}
.toggleableTabs #inboxMessage.viewMessage {
    width: calc(100% - 280px);
}
.toggleableTabs #inboxList.chooseMessage {
    background-color: transparent;
}
.toggleableTabs #inboxList .chooseMessageListing {
    background-color: transparent;
    border-color: var(--golden);
    border-radius: 0;
}
.toggleableTabs #inboxList.chooseMessage .message-heading {
    position: relative;
}
.toggleableTabs #inboxList.chooseMessage .details.notifications-details {
    align-items: flex-start;
    padding-block: 15px;
}
.toggleableTabs #inboxList.chooseMessage .details.notifications-details a {
    text-decoration: none;
}
.toggleableTabs #inboxList.chooseMessage .details.notifications-details a:hover {
    color: var(--golden);
}
.toggleableTabs #inboxList.chooseMessage .message-heading .checkbox-message {
    background-color: transparent;
    margin-top: 0;
    cursor: pointer;
}
.toggleableTabs #inboxList.chooseMessage .message-heading .checkbox-message:focus {
    background-color: var(--white);
}
.toggleableTabs #inboxList.chooseMessage .message-heading .checkbox-message::before {
    background-color: var(--white);
    border-color: var(--golden);
}
.toggleableTabs #inboxList.chooseMessage .message-heading .checkbox-message::after {
    border-width: 0 2px 2px 0;
    border-color: var(--golden);
}
.toggleableTabs #inboxList.chooseMessage .message-heading .checkbox-message:focus:before {
    background-color: var(--white);
    box-shadow: none;
    outline: none;
    border-width: 1px;
}
.toggleableTabs #inboxList.chooseMessage .details.notifications-details h2,
.toggleableTabs #inboxList.chooseMessage .details.notifications-details h3,
.toggleableTabs #inboxList.chooseMessage .details.notifications-details h4,
.toggleableTabs #inboxList.chooseMessage .details.notifications-details h5,
.toggleableTabs #inboxList.chooseMessage .details.notifications-details h6 {
    font-size: 14px;
    margin: 0;
}
.toggleableTabs #inboxList.chooseMessage .details.notifications-details .date {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 11px;
}
.toggleableTabs #inboxList.chooseMessage .chooseMessageListing.active {
    background-color: var(--golden);
}
.toggleableTabs #inboxList.chooseMessage .chooseMessageListing.new {
    border-color: var(--brown);
}
.toggleableTabs #inboxList.chooseMessage .chooseMessageListing.active .details.notifications-details * {
    color: var(--white);
}

/*Notifications Tab Content*/
.toggleableTabs #inboxMessage.viewMessage .received {
    flex-direction: column;
}
.toggleableTabs #inboxMessage.viewMessage .received p {
    word-break: break-all;
}
.toggleableTabs .viewMessage .received .info {
    position: relative;
    justify-content: flex-end;
}
.toggleableTabs #inboxMessage.viewMessage .received .info .user {
    position: relative;
    left: 0;
    top: 0;
}

/*Outbox Details*/
.toggleableTabs #inboxList.chooseMessage .outbox-details .message-heading {
    flex-wrap: wrap;
}
.toggleableTabs #inboxList.chooseMessage .outbox-details .user {
    width: calc(100% - 25px);
    display: flex;
    align-items: center;
    gap: 10px;
}
.toggleableTabs #inboxList.chooseMessage .outbox-details .details {
    position: relative;
    top: -12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 85px;
}
.toggleableTabs #inboxList.chooseMessage .outbox-details .details h3 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.toggleableTabs #inboxList.chooseMessage .outbox-details .details .date {
    font-size: 11px;
    right: 0;
    top: 0;
}

/*Comments Listing*/
.commentsListing > .comment {
    margin-top: 20px;
}

/*Search Listing*/
.viewListing .tab-pane .container {
    padding-inline: 0;
}

/*Profile*/
@media only screen and (max-width: 575px) {
    .toggleableTabs #profile #userStatistics, 
    .toggleableTabs #profile #userInfoLists {
        width: 100%;
    }
    .toggleableTabs #profile #userInfoLists {
        margin-top: 30px;
    }
}

/*New Message*/
.toggleableTabs .sendMail {
    max-width: 100%;
}

.searchListingCategory .tab-content {
    margin: 0 0 40px;
}
.basics .form-group label {
    color: var(--white);
}
#basicSearchForm .input-group .form-control {
    background-color: transparent;
    min-height: 50px;
    font-size: 15px;
    color: var(--white);
    padding-left: 50px;
    text-transform: capitalize;
    border-radius: 6px;
}
#basicSearchForm .input-group .searchBtn {
    width: 50px;
}
#basicSearchForm .input-group .form-control::placeholder {
    color: var(--white);
    opacity: 1;
}
#basicSearchForm .input-group .form-control:focus {
    background-color: transparent;
}


.toggleableTabs .sendMail .nav-tabs,
.searchListingCategory .tabbable ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border: 0;
    margin: 0 0 20px;
}
.toggleableTabs .sendMail .nav-tabs::before, 
.toggleableTabs .sendMail .nav-tabs::after {
    display: none;
}
.toggleableTabs .sendMail .nav-tabs li {
    margin: 0;
}
.toggleableTabs .sendMail .nav-tabs .nav-link,
.searchListingCategory .tabbable ul li a {
    background: transparent;
    color: var(--golden);
    border: 1px solid var(--golden);
    margin: 0;
    text-decoration: none;
    border-radius: 5px;
}
.searchListingCategory .tabbable ul li a {
    display: inline-block;
    padding: 8px 20px;
}
.toggleableTabs .sendMail .nav-tabs .nav-link:hover,
.toggleableTabs .sendMail .nav-tabs .nav-link.active,
.searchListingCategory .tabbable ul li a:hover,
.searchListingCategory .tabbable ul li a.active {
    background: var(--golden);
    color: var(--white);
}

.toggleableTabs .pmAttachments {
    display: flex;
    align-items: center;
    gap: 10px;
}
.pmAttachments .attachmentFile {
    position: relative;
    background-color: var(--white);
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: var(--grey);
    border: 1px solid var(--grey);
    border-radius: 10px;
    overflow: hidden;
}
.pmAttachments .attachmentFile::after {
    content: "Choose File";
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}
.pmAttachments .form-control {
    height: 100%;
    padding: 0;
    opacity: 0;
}
.pmAttachments .delete-icon {
    background-color: var(--red);
    width: 30px;
    height: 30px;
    color: var(--white);
    border-radius: 3px;
}
.uploadAnotherFile {
    margin-top: 20px;
}
.uploadAnotherFile #show_input {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid var(--grey);
    border-radius: 10px;
    cursor: pointer;
}
.uploadAnotherFile #show_input:hover {
    background-color: var(--golden);
    color: var(--white);
    border-color: var(--golden);
}
.userProfileIcon > span {
    flex: 0 0 auto;
    max-width: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 1199px) {
    .toggleableTabs h2 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 991px) {
    .toggleableTabs #inboxList.chooseMessage {
        width: 100%;
    }
    .toggleableTabs h2 {
        font-size: 25px;
    }
    .toggleableTabs #inboxList.chooseMessage .message-heading {
        position: relative;
    }
    .toggleableTabs #notification #inboxList.chooseMessage .message-heading {
        padding-right: 15%;
    }
    .toggleableTabs #inboxList .chooseMessageListing {
        width: 100%;
        left: 0;
        padding-inline: 10px;
    }

    .toggleableTabs #inboxMessage.viewMessage,
    .toggleableTabs #inboxMessage.viewMessage .received {
        width: 100%;
        left: 0;
        border: 0;
    }
    .toggleableTabs #inboxMessage.viewMessage {
        padding-inline: 15px;
    }
    .toggleableTabs #inboxMessage.viewMessage .received {
        margin-bottom: 0;
    }
    
    .toggleableTabs #inboxList .chooseMessageListing .details .vmp-clm-wrp {
        margin-top: 0;
    }
    .toggleableTabs .viewMessage .received .info .date {
        top: 0;
        right: 0;
        display: inline-block;
    }
    .toggleableTabs #inboxMessage.viewMessage .details {
        max-width: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }

    /*Outbox*/
    .toggleableTabs #outbox .vmp-flr {
        flex-direction: column;
    }
    .toggleableTabs #outbox #inboxList.chooseMessage {
        height: auto;
    }
    .toggleableTabs #outbox #inboxList.chooseMessage .outbox-details {
        width: 100%;
        left: 0;
    }
    .toggleableTabs #outbox #inboxMessage.viewMessage {
        margin-top: 30px;
    }

}
@media only screen and (max-width: 767px) {
    .toggleableTabs h2 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 600px) {
    .sidebar .vmp-desktop-s {
        display: block;
    }
}
@media only screen and (max-width: 575px) {
    .toggleableTabs h2 {
        font-size: 18px;
    }
}


.buttonpane .buyMedia * {
    text-align: left;
}

.buttonpane .buyMedia .or span {
    text-align: center;
    margin-block: 20px;
}

.buttonpane .buyMedia > .wrap {max-height: 500px;overflow: hidden;overflow-y: auto;}

.buttonpane .buyMedia .costs .types {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.buttonpane .buyMedia .costs ul li {
    font-weight: 500;
    font-size: 14px;
    vertical-align: top;
}

.buttonpane .buyMedia .costs ul li + li {
    padding: 0 0 0 10px;
}

.buttonpane .buyMedia .costs ul li .btn {
    font-size: 14px;
    padding: 7px 15px;
    border-radius: 7px;
}

.buttonpane .buyMedia .costs ul li.action {
    width: auto;
}

.buttonpane .buyMedia .costs ul li.title {
    width: 35%;
    font-size: 13px;
}

.buttonpane .buyMedia .costs ul.top li {
    white-space: nowrap;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    padding-bottom: 10px;
}

.buttonpane .buyMedia .costs ul li.period {
    width: 23%;
}

a.addToPlaylist {
    font-size: 20px !important;
    height: 43px;
}
.buttonpane {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.buttonpane .btn {
    margin-left: 10px
}
.media-playlist_outer:hover .media-playlist .playlist-wrapper{
    visibility: visible !important;
}
.media-playlist .playlist-wrapper{
    width: 500px;
}
.media-playlist .playlist-wrapper .expanding-menu-content {
    border-color: #ccc !important;
}
.radio-buttons-playlist input[type="radio"] {
    opacity: 0;
}

.radio-buttons-playlist input[type="radio"] + label:before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 7px;
    vertical-align: inherit;
    box-shadow: #ccc 0 0 0 2px;
}

.radio-buttons-playlist input[type="radio"]:checked + label:before {
    box-shadow: inset #000 0 0 0 3px,#000 0 0 0 2px;
}
.radio-buttons-playlist {
    margin-top: 15px;
}
.media-playlist_outer * {
    text-align: left;
}
.btn.expanding-menu-button{
    transition: none;
}

.hero-banner img {
    width: 100%;
}



/*Category Listing*/
.categoryListing .categoriesNav {
    margin: 0 0 20px;
}
.categoriesDropdownSelect.form-control {
    width: 100%;
    max-width: 300px;
}
.categoriesDropdownSelect.form-control .categoriesDropdownSelectSummary {
    background-color: transparent;
    height: 100%;
    color: var(--darkGrey) !important;
    margin: 0;
    padding: 0;
    line-height: 38px;
    border: 0;
}
.categoriesDropdownSelect.form-control .categoriesDropdownSelectSummary:after {
    margin: 15px 0;
    transform: rotate(-45deg) translate(50%, 0%);
}
.categoriesDropdownSelect.form-control[open] .categoriesDropdownSelectSummary:after:after {
    transform: rotate(135deg) translate(50%, 0%);
}
.categoriesDropdownSelect.form-control .categoriesDropdownSelectList {
    width: 100%;
}

