body {
	background: #fff;
	font-family: 'Heebo-Regular';
	font-weight: 400;
	letter-spacing: 0px;
	font-style: normal;
}

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

a,
a:after,
a:before {
	transition-property: color, background-color, border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
}

ul {
	list-style: none;
}

.txt-upper {
	text-transform: uppercase;
}

.active {
	color: #ff7e00 !important;
	box-shadow: none !important;
}

.bx-shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.text-underline {
	text-decoration: underline;
}

.link-orange,
.txt-orange {
	color: #ff8600;
}

.cust-lgin-pg .link-orange,
.cust-lgin-pg .txt-orange {
	text-decoration: none;
}

.cust-lgin-pg .cust-btm-links a:hover {
	color: #000080;
}

.text-red {
	color: #dc3545;
}

.txt-upper {
	text-transform: uppercase;
}

@font-face {
	font-family: "Heebo-Light";
	font-weight: 300;
	font-style: normal;
	src: url(../fonts/Heebo-Light.ttf) format('truetype');
}

@font-face {
	font-family: "Heebo-Regular";
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/Heebo-Regular.ttf) format('truetype');
}

@font-face {
	font-family: "Heebo-Medium";
	font-weight: 500;
	font-style: normal;
	src: url(../fonts/Heebo-Medium.ttf) format('truetype');
}

@font-face {
	font-family: "Heebo-SemiBold";
	font-weight: 600;
	font-style: normal;
	src: url(../fonts/Heebo-SemiBold.ttf) format('truetype');
}

@font-face {
	font-family: "Heebo-Bold";
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/Heebo-Bold.ttf) format('truetype');
}

@font-face {
	font-family: "OpenSans-Regular";
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}


.wid-100 {
	width: 100% !important;
	float: left;
}

.site-header {
	height: 160px;
	background: #000;
	padding: 0 30px;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.main-menu {
	padding: 5px 70px;
}

.header-logo {
	padding: 0px 48px;
}

.header-logo a,
.footer-logo a {
	line-height: 0;
	display: block;
}

.menu-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu-links ul {
	display: inline-flex;
}

.menu-links>ul>li {
	padding-right: 48px;
}

.menu-links>ul>li:last-child {
	padding-right: 0;
}

.menu-links>ul>li>a {
	font-family: 'Heebo-Regular';
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
	font-style: normal;
	color: #fff;
	height: 94px;
	display: flex;
	align-items: center;
}

.menu-links>ul>li>a:hover {
	color: #ff7e00;
}

.subnav-content:hover {
	background: #111111 !important;
}




.footer1 {
	font-family: 'Heebo-Regular';
	font-size: 15px;
	background: #000;
	padding: 31px 30px;
	color: #a8abb4;
}

.main-footer {
	background-color: #000000;
	background-image: linear-gradient(180deg, #2d2d2d 0%, #2d2d2d 100%);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 3% 5% 2%;
}

.ftr-left-block p {
	font-size: 15px;
	line-height: 2.1;
	color: #fff;
	margin: 20px 0px;
}

.ftr-inr-sec {
	display: flex;
}

.ftr-block {
	width: 33.33%;
}

.ftr-right-block.ftr-block ul li a {
	color: #ff7e00;
	font-size: 15px;
}

.ftr-right-block.ftr-block ul li a:hover {
	color: #a8abb4;
}

.ftr-right-block.ftr-block ul li {
	margin: 15px 0px;
}

.ftr-right-block h2 {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	margin: 18px 0px;
	font-family: 'Heebo-Regular';
}

.ftr-right-block-inr {
	margin: 0 5.76% 0 27.36%;
}

.ftr-middle-block-inr {
	margin-right: 5.76%;
}

.ftr-social-icons a img {
	height: 34px;
	width: 34px;
}

.ftr-left-block {
	margin-bottom: 90px;
}

.ftr-social-icons a img:hover {
	opacity: 0.8;
}

.footer-logo {
	margin-bottom: 35px;
}

.mobile-menu {
	display: none;
}

.sub-menu:hover .subnav-content {
	display: block;
	background: #070707;
}

.sub-menu .subnav-content a {
	color: #fff;
}

.subnav-content {
	display: none;
	position: absolute;
	left: 0;
	background-color: #000;
	padding: 12px 20px;
	z-index: 1;
	width: 200px;
	font-size: 15px;
	top: 90px;
}

.sub-menu {
	position: relative;
}

.fusion-main-menu li:hover>.sub-menu {
	opacity: 1;
}

.cust-logsign-form-inr {
	padding: 80px 0px;
}

.edit-for-top {
	padding: 20px 40px !important;
}

.for-edit-des {
	width: 100% !important;
	height: 120px !important;
}
.dash-menu-main.active {
	background: rgba(0, 0, 0, .5);
}
.for-overflow-hidden {
	overflow: hidden !important;
}

.for-less-margin {
	margin-bottom: 10px !important;
}

.for-overflow-show {
	overflow-y: auto;
	height: 500px;
	overflow-x: hidden;
}

form.cust-logsign-form {
	width: 630px;
	margin: 0px auto;
	padding: 55px 40px;
	background: #fff;
}
.otr-fix-crosss form.cust-logsign-form {
	padding: 20px 0px 0px !important;
	overflow-y: hidden;
}
.cust-inpt-fields {
	margin: 20px 0px;
}

.cust-logsign-form-div label{
	font-size: 16px;
	letter-spacing: 0.3px;
	font-weight: 600;
	margin-bottom: 4px;
	display: inline-block;
	text-transform: unset;
	font-family: Roboto-regular;
}

.cust-logsign-form .input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.cust-logsign-form .input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem 0.91rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	width: 46.7px;
	justify-content: center;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: -1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.cust-logsign-form-div .form-control {
	background: #e8f0fe;
	color: #3c3c3c;
	height: 45px;
	line-height: 45px;
	/* border-radius: 8px; */
	padding: 0px 15px;
	font-size: 15px;
	border: 1px solid #ced4da;
	width: calc(100% - 46.7px);
	font-family: "Roboto", sans-serif;
}

.error-msg {
	color: red;
	font-size: 14px;
}
.cust-logsign-form-div.rmv-line-hgt .form-control {
	line-height: normal;
}
.lft-rgt-0 .cust-logsign-form-inr {
	padding-left: 0px;
	padding-right: 0px;
}
.btn-orange {
	background: #ff8600;
	color: #fff;
	padding: 11px 35px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 500;
	border: 3px solid #fff;
	transition: 0.5s ease;
	box-shadow: 0 0 0 3px #ff8600 !important;
	font-family: 'Heebo-Medium';
	text-transform: uppercase;
	cursor: pointer;
}

.cust-connect-btn .btn-orange {
	width: 100%;
	display: block;
	text-align: center;
}

.btn-orange:hover {
	background: #2d2d2d;
	color: #fff;
	box-shadow: 0 0 0 3px #2d2d2d !important;
}

.cust-login-texts {
	min-width: 175px;
	font-size: 16px;
	text-align: center;
	color: #a8abb4;
}

.cust-login-sep {
	background: #ddd;
	width: 100%;
	height: 1px;
}

p.cust-fill-with {
	display: flex;
	align-items: center;
	margin: 30px 0px 0px;
}

.cust-btm-links {
	display: grid;
	margin-top: 15px;
	grid-template-columns: auto auto;
	justify-content: space-between;
}

.cust-btm-links a:hover {
	color: #2d2d2d;
}

.cust-btm-links-inr {
	font-size: 16px;
	line-height: 26px;
}

.cust-btm-button {
	text-align: center;
}

.cust-btm-button button {
	width: 40%;
	margin: 20px 0px;
}

.pop-titless {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}

.ad-evnt-form .pop-titless .cust-form-title {
	margin: unset;
}

.cust-logsign-form .pop-titless .cst-date-align {
	margin-bottom: 0;
}

.ad-evnt-form .cust-btm-button button {
	margin-bottom: 10px;
}

.ad-evnt-form .for-edit-des {
	height: 90px !important;
}

.cust-logsign-form .pop-titless .cst-date-align {
	margin-bottom: 0;
	margin-right: 10px;
	border: 2px solid #e82425;
	padding: 5px 10px 4.5px;
	color: #000080;
	line-height: 23px;
	display: block;
}

.cust-btm-button .add-usern,
.cust-btm-button button.add-usern {
	background-color: #000080;
	color: white;
	padding: 12px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: unset;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	border: 0;
	font-family: "Roboto", sans-serif !important;
}
.add-evnt-frm {
	display: inline-grid;
	grid-template-columns: 100%;
	justify-content: space-between;
	padding-top: 10px;
	grid-row-gap: 20px;
}
.wth-48 {
	width: 48.5%;
	float: left;
}
.shw-stup .dvs-show-setup {
	margin-top: 100px;
	background-color: #000080;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 160px 0px;
}
.for-frm-blck {
	background-color: #090991;
	border-radius: 25px;
	padding: 40px;
	box-shadow: 0px 0px 15px -4px #fff;
}
.shw-stup .fr-flx-dvd {
	display: inline-flex;
	justify-content: space-between;
}
.shw-stup .stup-btn {
	text-align: center;
}

.shw-stup h1, .shw-stup p, .shw-stup label {
	color: white;
}
.shw-stup p, .shw-stup label {
	font-size: 16px;
	line-height: 21px;
}
.shw-stup label {
	display: block;
	margin-top: 10px;
}
.shw-stup input, .shw-stup textarea {
	width: 100%;
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.shw-stup .stup-btn button {
	background: #ffa500;
	color: #000;
	padding: 12px 30px !important;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: unset !important;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	border: 1px solid #ffa500;	
	font-family: "Roboto", sans-serif !important;
	margin-top: 40px;
}
.shw-stup .container {
	max-width: 991px !important;
}
.shw-stup .stup-btn button:hover {
	background: #000080;
	color: #fff;
}
.shw-stup-file input[type="file"] {
	color: #fff !important;
}
.shw-stup h1 {
	font-size: 40px;
	line-height: 45px;
}
.mrg-btm-30 {
	margin-bottom: 30px !important;
}
.add-evnt-frm .episode-field {
	background-color: #4444440d;
	border-radius: 20px;
	padding: 10px 15px;
}
.cust-logsign-form-div .add-evnt-frm label {
	font-size: 13px;
	font-weight: 500;
}
.cust-inpt-fields .fr-evnt-parag {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 0;
	margin-top: 3px;
}

/* Chrome, Safari, Edge, Opera */
input.fr-rmve-btns::-webkit-outer-spin-button,
input.fr-rmve-btns::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number].fr-rmve-btns {
  -moz-appearance: textfield;
}
.for-othr-view-popup .dash-content {
	background: #fff;
	max-width: 1180px;
	margin: 0 auto;
	padding: 20px 20px 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}
.for-othr-view-popup .fr-scrl-bar {
	height: 300px;
	overflow-x: auto;
}
.for-othr-view-popup {
	position: fixed;
	top: 0;
	left: 0;
	/* transform: translate(-50%, -50%); */
	z-index: 999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.cust-inpt-fields .evnt-form-text {
	background-color: unset;
	border: 0;
	border-bottom: 1px solid #ced4da;
	font-size: 13px;
	line-height: normal;
	padding: 0 5px;
	height: 45px;
	width: 100%;
	border-radius: 0;
}
.cust-logsign-form-div .add-evnt-frm .error-msg{
	font-size: 12px;
}
.cust-logsign-form-div .add-evnt-frm .form-control {
	background-color: unset;
	border: 0;
	border-bottom: 1px solid #ced4da;
	height: 30px;
	font-size: 13px;
	line-height: normal;
	padding: 0 5px;
}
.cust-logsign-form-div .add-evnt-frm textarea.form-control {
	height: 45px !important;
}
.cust-logsign-form-div .add-evnt-frm input[type='file'] {
	border-bottom: unset;
	height: auto;
}
.cust-logsign-form-div .add-evnt-frm .form-control::file-selector-button{
 	background-color: #919191 !important;
	color: #fff !important;
}
.evnt-vw .adminuser-table th,
.evnt-vw .adminuser-table td {
	border: 1px solid #ddd !important;
	padding: 10px !important;
	text-align: left !important;
}

.evnt-vw .adminuser-table th {
	background-color: #FFA500 !important;
	color: #333 !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 1.42857143;
}

.frnt-odr-view .evnt-vw .adminuser-table td a {
	color: #1bbae1;
}

.frnt-odr-view .evnt-vw .adminuser-table td a:hover {
	color: #2792bf;
	text-decoration: underline;
}

.frnt-odr-view .evnt-vw .adminuser-table td a.remove-file,
.frnt-odr-view .evnt-vw .adminuser-table td a.remove-file:hover {
	color: #000 !important;
	text-decoration: none !important;
	cursor: pointer;
}

.evnt-vw .adminuser-table tr:nth-child(2n+1) {
	background-color: #fff !important;
}

.evnt-vw .adminuser-table tr:nth-child(2n) {
	background-color: #f8f8f8 !important;
}

.evnt-vw .adminuser-table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
}
.evnt-vw .session-list-table,
.evnt-vw.evnt-indx .session-list-table {
	margin: 5px 0 30px !important;
}
.evnt-vw .session-list-table.scrll4-tble,
.evnt-vw.evnt-indx .session-list-table.scrll4-tble {
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #FFA500 black;
}
.evnt-vw .session-list-table .adminuser-table,
.evnt-vw.evnt-indx .session-list-table .adminuser-table {
	min-width: 960px;
	margin: 0 !important;
}
.evnt-vw.evnt-indx .indicator-text i {
	width: 110px;
}
.evnt-vw.evnt-indx .indicator-text {
	justify-content: unset;
	gap: unset;
}
.evnt-vw.evnt-indx .indicator-text .indicator-wrapper {
	width: auto;
}
.evnt-vw .popup {
	position: fixed;
	/* Stay in place */
	z-index: 1000;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgba(0, 0, 0, 0.5);
	/* Black w/ opacity */
}

.evnt-vw .popup-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px 40px;
	border: 1px solid #888;
	width: 80%;
	/* Could be more or less, depending on screen size */
	max-width: 500px;
	/* Max width */
	position: relative;
}

.evnt-vw .close-btn {
	color: #fff;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.evnt-vw .close-btn:hover,
.evnt-vw .close-btn:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.no-of-epi .epi-title {
	color: #000080;
	font-size: 18px;
	padding: 0;
	margin-bottom: 0;
	position: relative;
	width: 100%;
}

/* .no-of-epi .epi-title::after {
	content: '';
	width: 199px;
	height: 2px;
	background-color: #e82425;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	display: inline-block;
} */

.evnt-vw .cust-btm-button {
	text-align: left !important;
}

.cust-btm-button .add-usern:hover,
.cust-btm-button button.add-usern:hover {
	background-color: #FFA500;
	color: #333;
	opacity: 1;
}

.cust-form-title {
	text-align: center;
	text-transform: uppercase;
	/* padding-bottom: 40px; */
}

.txt-aln-center,
.evnt-vw .cust-btm-button.txt-aln-center {
	text-align: center !important;
}

.evnt-vw form {
	margin-top: 10px;
}

.evnt-vw .cust-btm-button.txt-aln-center {
	margin-top: 10px;
}

.ad-evnt-form .cust-form-title {
	width: max-content;
	text-align: center;
	margin: auto;
	padding-bottom: 0;
	font-weight: 300;
}
.session-list-table .adminuser-table {
	overflow-y: auto;
}
.no-bodr-rdos {
	border-radius: 0 !important;
}

.evnt-center,
.evnt-vw .evnt-center.cust-btm-button {
	text-align: center !important;
}
.evnt-vw.evnt-indx .indicator-color-green {
    display: inline-block; /* Ensures the span behaves like a block for width/height */
    width: 110px; /* Set a width for the indicator */
    height: 10px; /* Set a height for the indicator */
    /* border-radius: 50%;  */
    color:green;
}
.evnt-vw.evnt-indx .indicator-color-grey {
    display: inline-block; /* Ensures the span behaves like a block for width/height */
    width: 110px; /* Set a width for the indicator */
    height: 10px; /* Set a height for the indicator */
    /* border-radius: 50%;  */
    /* background-color:grey; */
	color: grey;
}

.evnt-vw.evnt-indx .indicator-color-yellow {
    display: inline-block; /* Ensures the span behaves like a block for width/height */
    width: 110px; /* Set a width for the indicator */
    height: 10px; /* Set a height for the indicator */
    /* border-radius: 50%;  */
    color: #ff7b00;
}

.evnt-vw.evnt-indx .indicator-color-red {
    display: inline-block; /* Ensures the span behaves like a block for width/height */
    width: 110px; /* Set a width for the indicator */
    height: 10px; /* Set a height for the indicator */
    /* border-radius: 50%;  */
    /* background-color:red; */
	color: red;
}

.evnt-vw.evnt-indx .indicator-text>i{
    font-size: 14px;
}
.evnt-vw.evnt-indx .indicator-text {display: flex;align-items: start;}
.evnt-vw.evnt-indx .indicator-text:not(:last-child){margin-bottom:0px;}
.evnt-vw.evnt-indx .indicator-text .indicator-wrapper {width: 90px; font-size: 13px;}
.evnt-vw.evnt-indx .indicator-text i{width: 90px;word-break:break-all; cursor: auto !important;}
.evnt-vw.evnt-indx #changeEpisodeDetails.cust-fom-heihgt{height:auto !important;}
.evnt-vw.evnt-indx .new-evnt-cls #changeEpisodeDetails.cust-fom-heihgt{height:500px !important;}
.evnt-v.evnt-indx #changeEpisodeDetails.for-calender-form{width: 50% !important;}
.ad-evnt-form .txt-head-dash::after {
	content: "";
	width: auto;
	height: 2.5px;
	background: #e82425;
	display: block;
}
.innr-for-fix-crosss {
	padding: 0px 40px;
	overflow-y: auto;
	height: 405px;
}
.evnt-vw.evnt-indx .adminuser-table ul {
	padding-left: 0;
	columns: 2;
}
.evnt-vw.evnt-indx table a {
	color: #007bff;
}
.evnt-vw.evnt-indx table a:hover {
	color: #0056b3;
}
.cust-logsign-form-div.evnt-vw.evnt-indx .form-control {
	line-height: normal !important;
}
.cust-form-title h1 {
	font-size: 34px;
	font-family: 'Heebo-Regular';
}

.cust-signup .cust-btm-links {
	justify-content: center;
}

.cust-inpt-fields:first-child {
	margin-top: 0px;
}


.cust-listing-inr {
	display: flex;
	align-items: flex-start;
}

.cust-sidebar {
	width: 25%;
	margin-right: 30px;
	padding: 40px 30px;
}

/* .cust-listing-block {
    width: calc(80% - 30px);
} */
.cust-padding-tb {
	padding: 80px 0px;
}

.cust-sidebar-inr h2 {
	font-size: 22px !important;
}

.sidebar_item h3 {
	font-size: 17px;
	margin-bottom: 10px;
}

.sidebar_item {
	padding: 20px 0px 0px;
}

.cust-listing-detail-inr {
	width: 50%;
}

.cust-img img {
	height: 100%;
	width: 100%;
}
.inst-btn {
	padding: 15px 0 25px;
}
.upld-inst-vdo .inst-vdo-slct {
	padding: 5px 10px;
	background-color: #fff;
	border: 1px solid #2c3e50;
}
.utb-vdo-clp h1 {
	color: #000;
	font-size: 50px;
	line-height: 45px;
	padding: 50px 0 30px;
	position: relative;
}
.utb-vdo-clp h1::before {
	position: absolute;
	content: "";
	width: 200px;
	height: 2.5px;
	background: rgb(232, 36, 37);
	display: block;
	bottom: 27px;
	left: 50%;
	transform: translateX(-50%);
}
.utube-insrt-frm .video-upload-form {
	max-width: 750px;
	margin: 0 auto;
	background: unset;
	padding: 0;
	width: 100%;
	border: unset;
	border-radius: unset;
	box-shadow: unset;
}
.utube-insrt-frm .inr-utub-insrt {
	padding: 30px 40px;
	background-color: #f9f9f9; 
	/* border: 1px solid #ccc; 
	border-radius: 8px; 
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);  */
}
.utb-vdo-clp .video-item a {
	max-width: 105px !important;
	width: 100%;
}
.cust-listing-detail-inr {
	padding: 0 22px 40px;
}

.cust-listing-detail {
	display: grid;
	flex-wrap: wrap;
	grid-template-columns: 32% 32% 32%;
	grid-column-gap: 21px;
}

.cust-content h2 {
	font-size: 22px;
	line-height: 28px;
	margin: 15px 0px;
}

.cust-lst-ul li {
	margin-bottom: 15px;
}

.cust-lst-top .callinstrucpop p {
	line-height: 21px;
}

.cust-lst-ul li:last-child {
	margin-bottom: 30px;
}

.cust-lst-top .cust-content h2 {
	margin-top: 0;
}
.cust-lst-top .cust-lst-ul {
	padding-left: 0;
}
.cust-listing-block .cust-content h3 {
	font-size: 17px;
	line-height: 27px;
	/* padding-bottom:10px; */
}
.cust-lst-top .cust-listing-block .cust-content h3 {
	padding-bottom: 20px;
}
.cust-listing-block li {
	font-size: 15px;
}

.cust-listing-block .cust-content i {
	font-size: 16px;
	padding-right: 10px;
}

.ac-sidebar {
	font-size: 16px;
	padding: 14px 0;
	border-bottom: 1px solid #ddd;
}

@media (max-width:1500px) {
	.cust-padding-tb {
		padding: 80px 30px;
	}
}


@media (max-width:1280px) {
	.main-menu {
		padding: 5px 50px;
	}

	form.cust-logsign-form {
		width: 500px;
	}

	.cust-listing-detail {
		display: block;
	}

	.cust-listing-detail-inr {
		width: 50%;
		float: left;
	}

	.cust-lst-top .cust-listing-detail {
		width: 100% !important;
		display: inline-grid;
		grid-template-columns: 49% 49%;
		justify-content: space-between;
	}

	.cust-sidebar {
		width: 31%;
	}
	.cust_macctitlge{
		max-width: 500px !important;
		 margin: auto;
	}
}

@media (max-width:1080px) {
	.ftr-right-block-inr {
		margin: 0 5.76% 0 21.36%;
	}

	.main-menu {
		padding: 5px 0px;
	}
}

@media (max-width:991px) {
	.ftr-inr-sec {
		flex-direction: column;
	}

	.ftr-block {
		width: 100%;
	}

	.ftr-right-block-inr,
	.ftr-left-block {
		margin: 40px 0 40px;
	}

	.ftr-middle-block-inr {
		margin: 0;
	}

	.main-footer {
		padding: 0 20px;
	}

	.footer-logo {
		margin-bottom: 25px;
	}

	.desktop-menu {
		display: none;
	}

	.mobile-menu {
		display: flex;
		align-items: center;
	}

	.header-logo {
		padding: 0px 0px;
		width: 90%;
	}

	.hamburger-icon {
		width: auto;
		text-align: right;
	}

	.hamburger-icon i.fa.fa-bars,
	.icon i {
		color: #9ea0a4;
		font-size: 20px;
	}

	.header-logo img {
		width: 75px;
	}

	.site-header {
		height: auto;
	}

	.main-menu {
		padding: 15px 0px;
	}

	.mobile-menu-links {
		position: absolute;
		top: 105px;
		width: 100%;
		left: 0;
		z-index: 99;
		background: #030303;
		display: none;
		height: auto;
	}

	#myLinks li {
		font-size: 14px;
		border: 1px solid #212121;
		border-bottom: 1px solid transparent;
	}

	#myLinks li a {
		color: #fff;
		font-family: 'OpenSans-Regular';
		display: inline-block;
		width: 100%;
		padding: 13px 30px;
		font-size: 16px;
	}

	#myLinks li:has(> a.active) {
		background: #090909;
	}

	.fa.fa-angle-down.submenu-down-icon {
		float: right;
		line-height: 24px;
		font-size: 18px;
	}

	.mob-sub-menu-cont,
	.mobile-menu-search {
		display: none;
	}

	.search-icon {
		padding: 0 18px 0 0;
	}

	.mobile-menu-search.active {
		top: 105px;
		position: absolute;
		width: 100%;
		left: 0;
		background: #000;
	}

	.search-field label span {
		display: none;
	}

	.search-field {
		width: 100%;
	}

	.searchform .search-form-content .search-field input {
		background-color: #151515;
		border: 1px solid #151515;
		color: #ffffff;
		padding: 8px 15px;
		height: 50px;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		outline: 0;
		font-size: 16px;
		border-radius: 6px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.searchform .search-form-content .search-button input[type=submit] {
		background: #000;
		border: none;
		color: #fff;
		height: 50px;
		margin: 0;
		padding: 0;
		width: 50px;
		cursor: pointer;
		font-family: FontAwesome;
		font-weight: 400;
		transition: all .2s;
		font-size: 18px;
	}

	.search-form-content {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 30px 20px;
	}

	.searchform .search-form-content .search-field input::placeholder {
		color: #fff;
	}

	.cust-logsign-form-inr {
		padding: 55px 30px 70px;
	}

	.cust-mrg-top {
		margin-top: 105px;
	}

	.cust-listing-inr {
		flex-direction: column;
	}

	.cust-sidebar {
		width: 100%;
		margin: 0 0 30px;
	}

	.cust-listing-block {
		width: 100%;
	}

	.cust-listing-detail-inr:nth-child(odd) {
		padding: 15px 20px 30px 0px;
	}

	.cust-listing-detail-inr:nth-child(even) {
		padding: 15px 0px 30px 20px;
	}

	.cust-listing-detail-inr:last-child {
		padding-bottom: 0px;
	}

	.cust-lst-top .for-listing-width {
		padding: 25px;
	}
}

@media (max-width:667px) {
	.fr-flx-dvd .wth-48 {
		width: 100%;
	}
	.shw-stup .fr-flx-dvd {
		flex-direction: column;
	}
	.shw-stup-file input,
	.shw-stup-file input[type="file"],
	.shw-stup .for-frm-blck p, .shw-stup .for-frm-blck label {
		font-size: 14px !important;
		line-height: 19px !important;
	}
	.for-frm-blck {
		padding: 30px;
	}
	.shw-stup .stup-btn button {
		margin-top: 30px;
	}
	.shw-stup .dvs-show-setup {
		padding: 40px 0px;
	}
	.shw-stup h1 {
		font-size: 35px;
		line-height: 40px;
	}
	.footer1 {
		padding: 22px 20px;
	}

	.footer1-innr {
		font-size: 14px;
	}

	.ftr-right-block.ftr-block ul li {
		margin: 12px 0px;
	}

	form.cust-logsign-form,
	.cust-signup .cust-logsign-form {
		width: 100%;
		padding: 50px 25px;
	}

	.cust-form-title {
		padding-bottom: 30px;
	}

	.cust-form-title h1 {
		font-size: 28px;
	}

	.cust-btm-links {
		display: block;
		text-align: center;
	}

	.cust-btm-button button {
		width: 168px;
	}

	.cust-padding-tb {
		padding: 60px 30px;
	}

	.cust-listing-inr,
	.cust-listing-detail {
		flex-direction: column;
	}

	.cust-listing-block,
	.cust-sidebar,
	.cust-listing-detail-inr {
		width: 100%;
	}

	.cust-listing-detail-inr {
		padding: 15px 0px 25px !important;
	}

	.cust-lst-top .for-listing-width {
		padding: 25px !important;
	}
	.cust_macctitlge{
		max-width: 100% !important;
		margin: auto;
	}
}

/* Dashboard Page  start*/
.dash-main {
	position: relative;
	min-height: calc(100vh - 114px)
}

.side-bar-dash {
	width: 205px;
	float: left;
	background-color: #e99d22;
	color: black;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}

.dash-content {
	padding: 30px 30px 30px 235px;
	background-color: #e4e4e4;
}
.calender-cstm.cst-clndr a {
	text-decoration: none;	
}
.icon-col-sess1 {
	color: #000
}

.dash-header-main {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 15px;
	Padding-top: 15px;
}

/* .dashborder{
border-bottom:solid 1px #000;
} */
.dash-header-first {
	width: 70%;
	float: left;
	padding-left: 15px;
}

.toggle-dash {
	font-size: 24px !important;
	cursor: pointer;
}

.dashborder {
	border-bottom: solid 2px #000;
	margin-bottom: 20px;
}

.dash-menu-main {
	display: flex;
	align-items: center;
	padding: 15px 0px;
	padding-right: 10px;
	padding-left: 15px;
	border-bottom: solid 1px black;
}

.menu-icon-dash {
	font-size: 20px !important;
}

.dash-menu-icons {
	text-align: right;
	padding-right: 12px;
}

.dash-menu-content {
	width: 100%;
	float: left;
}

.dash-menu-content a {
	color: black;
	text-decoration: none;
	font-size: 16px;
}

.dash-menu-content a:hover {
	color: #fff;
}

i {
	cursor: pointer;
}

.dash-menu-icons i:hover {
	color: #fff;
}

.main-topmar {
	padding-top: 0 !important;
}

#sidebtn2 {
	text-align: center;
}

.dash-content-first {
	text-align: center;
}

.event-btn {
	padding: 10px 30px;
	background-color: #e82425;
	color: white;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.register-popup {
	display: none;
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
}

.for-popup-setup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 100%;
	height: 100%;
}

.main-dash-all-content {
	margin-top: 20px;
}

.pop-wid {
	width: 495px !important;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}

.pop-close {
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 20px;
	background-color: #e82425;
	padding: 4px 12px;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-weight: 900;
	font-size: 24px;
  padding: 2px 10.5px;
  line-height: 29px;
  font-family: Roboto !important;
}

.dash-header-second {
	width: 100%;
	text-align: left;
	color: #fff;
	padding-left: 15px;
}

.for-header {
	padding: 8px 0px;
	background-color: #e82425;
}

.toggle-for-mobile {
	display: none;
}

.edit-for-top {
	padding-top: 20px !important;
}

.dash-list-img-size {
	max-width: 80%;
	margin: auto;
}

.first-td-width {
	width: 50%;
	padding-bottom: 20px;
}

.second-td-width {
	width: 50%;
	text-align: right;
	padding-bottom: 20px;
}

.fc-view-harness {
	background-color: #fff;
}

.for-listing-width {
	width: 100% !important;
	background-color: #fff;
	border-radius: 25px;
	padding: 40px;
	margin-bottom: 21px;
}
.emty-file {
	text-align: center;
}
.emty-file img {
	max-width: 220px;
}
.for-tr-border {
	border-bottom: solid 1px #000;
}

.td-top {
	padding-top: 25px;
}

.for-plan {
	font-size: 32px !important;
	font-weight: 500;
	text-align: left !important;
}

.td-for-icon {
	width: 10%;
}

.td-for-title {
	width: 30%;
}

.body-color-dash {
	background-color: #e4e4e4;
}

.td-bot {
	padding-bottom: 25px;
}

.listing-table {
	border-collapse: collapse;
}

.list-fon-size {
	font-size: 16px;
}

.ad-evnt-form .pop-close {
	font-size: 24px;
	padding: 2px 10.5px;
	line-height: 29px;
	font-family: Roboto !important;
}
.for_custindicators li{
margin-bottom:0px !important;
}

.for-calender-form {
	width: 730px !important;
}

.listing-status {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	border-top: solid 1px #000;
	align-items: center;
}

.for-cal-wid {
	width: 47%;
	float: left;
}

.fc-dayGridMonth-view {
	overflow-y: auto;
	height: 722px;
}

.txt-head-dash {
	color: #000;
	font-size: 1.75rem !important;
}

.txt-head-dash::after {
	content: "";
	width: 90px;
	height: 2.5px;
	background: #e82425;
	display: block;
}

.icon-col-sess2 {
	color: #e82425;
}

.for-cal-bot-mar-rem {
	padding: 0 !important;
}

.fc-scroller,
.fc-scroller-liquid-absolute {
	overflow: hidden !important;
}

.form-backg-color {
	background-color: #fff;
}

.popp-color {
	background-color: #fff;
}

.cal-clo-btn {
	top: 8px !important;
	right: 8px !important;
}

.fc-col-header,
.fc-scrollgrid-sync-table,
.fc-daygrid-body {
	width: 100% !important;
}

.for-cal-mar {
	margin-right: 6%;
}

.for-top-mar-cal {
	margin-top: 5px !important;
}
.for-cal-wid.stud-wid {
	width: 100%;
	margin-right: 0;
}
.for-top-mar-cal-btn {
	margin-top: 19px !important;
}

.txt-head-dash1::after {
	margin: auto;
	content: "";
	width: 120px;
	height: 3px;
	background: #e82425;
	display: block;
}

.txt-head-dash1 {
	font-size: 1.75rem !important;
	text-align: center;
}

.form-tit {
	text-align: center;
	margin-bottom: 30px;
}

.for-cal-texarea-wid {
	width: 100% !important;
}

.form-height-pop {
	height: 555px !important;
}

.for-cal-btn-wid {
	width: 25% !important;
}

.calendar-wid {
	width: 100%;
}

.btn-act {
	background-color: green;
	color: #fff;
	border: none;
	padding: 7px 15px;
	font-weight: 700;
}

.btn-exp {
	background-color: red;
	color: #fff;
	border: none;
	padding: 7px 15px;
	font-weight: 700;
}

.for-cust-title-mar {
	margin-bottom: 30px;
}

.cust-addformheight {
	height: 570px !important;
}

.btnwidth-unset button {
	width: unset !important;
}

.cust-fom-viewhei {
	height: 430px !important;
}

.padding-25bot {
	padding-bottom: 25px !important;
}

.add-user1 {
	background-color: #000080 !important;
	color: white !important;
	padding: 12px 30px !important;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: unset !important;
	font-size: 16px;
	line-height: 21px;
	cursor: pointer;
	border: 0;
	font-family: "Roboto", sans-serif !important;
}

.add-user1:hover {
	color: #000 !important;
	background-color: #ffa500 !important;
}

.field-left {
	width: 48.5%;
	margin-right: 1.5%;
}

.field-right {
	width: 48.5%;
	margin-left: 1.5%;
}

.filed-parent {
	display: flex;
}

.margin-bot15 {
	margin-bottom: 15px !important;
}
.utube-insrt-frm {
	background-color: #e6e6e7;
}
.flx-4utube {
	display: inline-flex;
	justify-content: space-between;
}
.inr-utub-insrt .sbmit-btn {
	text-align: center;
	padding-top: 20px;
}
.inr-utub-insrt input,
.inr-utub-insrt textarea {
	background-color: #e8f0fe;
	border: 1px solid #ced4da;
	color: #3c3c3c;
	padding: 0px 15px;
  	font-size: 15px;
	font-family: "Roboto", sans-serif;
}
.inr-utub-insrt input {
	height: 45px;
} 
.inr-utub-insrt textarea {
	padding-top: 10px;
	padding-bottom: 10px;
}
.inr-utub-insrt input::placeholder,
.inr-utub-insrt textarea::placeholder {
	opacity: 1;
	color: #3c3c3c;
}
.inr-utub-insrt input:focus,
.inr-utub-insrt textarea:focus {
	background-color: #fff;
}
.contact-frm select {
	width: calc(100% - 46.7px) !important;
}

.margintop30 {
	margin-top: 30px;
}

textarea {
	font-family: "Roboto", sans-serif !important;
}

.cust-contact-fom {
	height: 474px !important;
}

.margin-0 {
	margin: 0 !important;
}

.form-labl label {
	margin: 0 !important;
}

.margin14 {
	margin-top: 14px;
}

.cust-content-fom {
	height: 494px !important;
}

.for-title-dash .title-dashh::after {
	content: "";
	width: auto;
	height: 2.5px;
	background: #e82425;
	display: block;
}

.for-title-dash .title-dashh {
	width: max-content;
}

.for-title-dash h2 {
	font-weight: normal;
	color: #000;
	font-size: 1.75rem !important;
	margin-bottom: 25px !important;
}
.cust-lst-top .for-title-dash h2 {
	margin-bottom: 25px !important;
	color: #212529;
}
.cust-lst-top .callinstrucpop .popup-body li {
	margin-bottom: 10px !important;
}
.call-inlinks li {
	font-size: 16px !important;
}

.callinstrucpop .popup-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.callinstrucpop .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	border-radius: 8px;
	padding: 20px 30px;
	width: 80%;
	max-width: 600px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	font-family: "Roboto", sans-serif;
}

.callinstrucpop .popup-header {
	font-size: 1.75rem;
	font-weight: normal;
	margin-bottom: 10px;
	color: #000;
}

.callinstrucpop .popup-body {
	font-size: 16px;
	color: #000;
}

.callinstrucpop .popup-body ul {
	margin: 10px 0;
	padding-left: 20px;
}

.callinstrucpop .popup-body li {
	margin-bottom: 15px;
	/* list-style: disc; */
}

.cust-lst-top .callinstrucpop .popup-body li {
	position: relative;
	font-size: 16px;
}

.cust-lst-top .callinstrucpop .popup-body li::before {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	display: inline-block;
	top: 8px;
	background-color: #000;
	left: -12px;
	border-radius: 50px;
}
.padding-40 {
	padding: 40px 40px 0 !important;
}
.padding-20-lft {
	padding-left: 20px !important;
}
.padding-20-rht {
	padding-right: 20px !important;
}
.margin-top0 {
	margin-top: 0 !important;
}
.pay-top-pding {
	padding-top: 37px;
}
.py-now-btn {
	width: 220px !important;
}
.subs-pge .listing-status button,
.lstng-pge .listing-status button, 
.subs-pge .listing-status button a {
	line-height: normal;
	color: #fff;
	text-decoration: none;
}
.cntct-frm .form-name-div {
	width: 100% !important;
}
.cntct-frm-inr {
	width: 48% !important;
	float: left;
}
.chnge-epi .cust-btm-button {
	text-align: center !important;
}
.cust-logsign-form-div.evnt-vw.evnt-indx .chnge-epi .form-control {
	line-height:  45px !important;
}
.chnge-epi .cust-btm-button button {
	width: auto;
}
.for-pop-heightt .cust-contact-fom {
	height: 505px !important;
}
.flx-cls {
	display: flex;
	gap: 5px;
}
.subs-pge .listing-status .for-hstry-btn {
	padding: 0;
}
.subs-pge .listing-status .for-hstry-btn a {
	padding: 7px 15px;
}
.cst-pay-frm .cust-logsign-form-inr .bx-shadow {
	padding-bottom: 20px;
}
.callinstrucpop .popup-footer {
	text-align: center;
	margin-top: 20px;
}
.custpup_label label {
	font-size: 16px !important;
	letter-spacing: 0.3px;
	font-weight: 600 !important;
	text-transform: unset !important;
  }
  .cust_contenteditform{
	padding: 20px 0 0 0 !important;
  }
  .cust_contenteditform .close-btn:hover{
	color:#fff !important;
  }
  #closeFormBtn:hover{
	color:#fff !important;
  }
  .cust-content-fom h2{
	font-size: 1.75rem !important;
  }
  .custdynamicti_align{
	margin-top:0px !important;
  }
  .lightbox_title{
	width: 100%;
    float: left;
    padding-left: 40px;
    padding-bottom: 0;
  }
  .uni_eventContact{
	height: 500px !important;
  }
  .cust_youtubetitle{
	margin-left: 0 !important;
    padding-bottom: 15px !important;
  }
  .cust_eventdashpop{
  width: 85%;
  height: 470px;
  overflow-y: auto;
  }
  /* .cust_schedulecalen{
	height: 500px !important;
  } */
  .cust-youtube-list-cont {
    display: flex;
    align-items: center;
	gap:10px;
}
.first-popup.reson-not-aprov .popup-content h2{margin:unset;font-size: 28px !important;}
.first-popup.reson-not-aprov .first-close{
    position: absolute;
    right: 8px;
    top: 8px;
    font-size: 20px;
    background-color: #e82425;
    padding: 4px 12px;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    font-size: 24px;
    padding: 2px 10.5px;
    line-height: 30px;
    font-family: Roboto !important;
}
.first-popup.reson-not-aprov textarea{border-radius: 0;}
.first-popup.reson-not-aprov form{height: 360px;overflow-y: auto;}
.cust_signupop .terms_popup{
	height: 435px !important;
  }
.popwid-85{
	width: 85% !important;
	max-width: 85% !important;
}
.pushutube_btn{
	padding: 8px 12px !important;
  font-size: 14px !important;
  margin-top: 5px;
}
.apprv_txt{
	margin-right:8px;
}
.evnt-vw.evnt-indx .session-list-table {
    max-height: 400px;
}
.scrll4-tble .sticky_table{
	position: relative;
}
.cust-sidebar-inr .session-list-table .sticky_table thead{
	top: 0px;
	position: relative;
}
.cust-sidebar-inr .session-list-table .sticky_table th, .sticky_table td{
	box-sizing: border-box
}
.cuts_stick .session-list-table{
	max-height: unset !important;
}
.session-list-table .sticky_table{
    overflow-y: unset !important;
}
.w-10{
    width: 10%;
}
.w-20{
	width: 20%;
}
.w-15{
	width: 15%;
}
.session-list-table .adminuser-table thead{position: sticky;top: -1px;}
.YT_status_txt{
	display: block !important;
	margin-bottom:5px !important;
}
.cust_authbtn{
	margin-right:10px;
}
.cust_YT_form{
	margin-top: 20px;
}
.cust_YT_form #playlist{
	display: block;
  width: 291px;
}
.cust_cal_title{
  width: 900px;
  margin: auto;
}
#calendarDiv #calendar{
	margin-top:5px;
}
.cust_recording_mainn input{
	height: 45px  !important;
  border: 1px solid #888686 !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  padding-left: 10px !important;
}
.cust_recording_mainn .cust-inpt-fields{
	margin-bottom: 20px !important;
}
.cust_recording_mainn textarea{
padding-top: 10px !important;
border: 1px solid #888686 !important;
  border-radius: 5px !important;
  font-size: 15px !important;
  padding-left: 10px !important;
}
.n_sign_main{
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
  padding-right: 40px;
}
.n_signup1st, .n_signup2nd{
	padding-left:0 !important;
	padding-right:0 !important;
	width: 48% !important;
}
.n_sign_main .n_signup2nd .custn_innerfie{
	padding-left:0 !important;
	padding-right:0 !important;
	padding-top:40px !important;
}
.n_signup1st .table_signupdiv td{
	vertical-align: middle;
}
.n_signup1st .width-50{
width: 60%;
}
.n_signup1st .table_signupdiv tr td:nth-child(1){
	text-align: left !important;
	font-weight: 600;
	font-family: Roboto-regular;
}
.optt_txt{
	display:block;
	font-size: 14px;
	margin-left: 18px;
}
.setup_launch{
	margin-bottom:0 !important;
	line-height: 18px;
}
.setup_launcflex{
	display: flex;
  align-items: start;
}
.setup_launcflex input{
	margin-top: 2px;
  margin-right: 5px;
}
.n_signup2nd .cust_signupfparent {
	flex-wrap: wrap;
	row-gap: 15px;
	margin-bottom:15px;
}
.n_signup2nd i{
	cursor:unset;
}
.n_signup2nd .cust_signupfparent .cust-inpt-fields{
width:100% !important;
}
.n_signup2nd  .cust_payetnnsignp, .n_signup2nd .cust_signupterms{
padding-left:0 !important;
padding-right:0 !important;
}
.n_signup2nd .credit_fieldsparent{
flex-wrap: wrap;
gap:0;
row-gap: 15px;

}
.n_signup2nd .cust-inpt-fields{
	width: 100% !important;
}
.n_descriptionbox {
	padding-top:25px;
}
.n_descriptionbox .N_plantitle{
  color: #000079;
  font-size: 25px;
}
.n_descriptionbox h6{
font-size: 17px;
  font-weight: 600;
  font-family: roboto-regular;
  color: #000;
}
.n_descriptionbox li{
	list-style: disc !important;
	margin-bottom: 10px;
}
.n_signidealtxt{
	color: #000079 !important;
	margin-top:25px;
}
.n_descriptionbox ul{
margin-top:25px;
}
.n_signup2nd .credit_fieldsparent .cust-inpt-fields:nth-child(1), .n_signup2nd .credit_fieldsparent .cust-inpt-fields:nth-child(2){
width: 48% !important;
}
.n_signup2nd .cust_signupfparent .w-48{
	width: 48% !important;
}
.cust_headrandbtns{
display: flex;
justify-content: space-between;
align-items: center;
margin:10px 0px;
}
.cust_headrandbtns h3{
	margin-bottom:0 !important;
}
.cust_uldownall li{
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom:5px;
}
.cust_uldownall li input{
	margin:0 !important;
}
.cust_uldownall li i{
color:#000080 !important;
}
.cust_uldownall li a.cust_vidfilename{
width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.cust_uldownall li a.cust_vidfilename i{
color:#007bff !important;
}
.cust_macctitlge{
 max-width: 630px;
  margin: auto;
}
.marginB40{
	margin-bottom:40px;
}

@media screen and (min-width:1200px){
	.cust-sidebar-inr .session-list-table .sticky_table .sticky_thead{
		display: table !important;
		position: fixed !important;
		top: 108px;
	}
}
@media screen and (max-width:1200px){
	.dash-content .cust-sidebar-inr .session-list-table .sticky_table thead{
		position: sticky !important;
		top: 0px;
	}
	.cuts_stick .session-list-table{
		max-height: 400px !important;
	}
	.session-list-table .sticky_table{
		overflow-y: auto !important;
	}
}

  @media screen and (min-width:1025px){
  .custfixhei_caleve{
	height: 460px;
  }
}
@media screen and (max-width:1024px) {
	.for-cal-wid {
		width: 100%;
	}
	.for-othr-view-popup .dash-content {
		max-width: 90%;
		width: 100%;
	}
	.cst-date-align {
		margin-top: 15px;
	}
	.evnt-vw .adminuser-table th,
	.evnt-vw .adminuser-table td {
		font-size: 16px !important;
		padding: 8px !important;
	}
	.custdynamicti_align{
		margin-top:17px !important;
	  }
	  .innr-for-fix-crosss{
		height:370px;
	  }
	  .for-pop-heightt .cust-contact-fom {
		height: 480px !important;
	  }
	  .evnt-vw.evnt-indx .new-evnt-cls #changeEpisodeDetails.cust-fom-heihgt {
		height: 470px !important;
	  }
	  .uni_eventContact {
		height: 475px !important;
	  }
	  .cust_signupop .terms_popup{
		height: 417px !important;
	  }
	  .n_signup1st, .n_signup2nd{
		width: 100% !important;
	}
	.n_sign_main .n_signup2nd .custn_innerfie{
		padding-top:15px !important;
	}
	.n_signup2nd .cust_signupfparent .cust-inpt-fields {
		width: 48% !important;
	  }
}

@media screen and (max-width:991px) {
	.dash-menu-main,
	.dash-header-first,
	.dash-header-second {
		padding-left: 30px;
	}
	.side-for-toggle {
		margin-left: -100%;
	}

	.toggle-for-mobile {
		display: block;
	}

	.dash-content {
		padding-left: 30px;
	}

	.side-bar-dash {
		flex-shrink: 0;
	}

	.side-bar-dash {
		width: 100%;
	}

	.dash-header-main {
		border: none;
	}
	.cust_headrandbtns{
	flex-direction: column;
  justify-content: start;
  align-items: start;
  row-gap: 15px;
	}
}

@media screen and (max-width:810px) {
	.cst-pay-frm .col-md-6 {
		width: 100%;
	}
	.cst-pay-frm .padding-20-rht {
		padding-right: 40px !important;
	}
	.cst-pay-frm .padding-20-lft {
		padding-left: 40px !important;
	}
	.cst-pay-frm .pay-top-pding {
		padding-top: 40px;
	}
	.cst-pay-frm .bx-shadow {
		max-width: 500px;
		margin: 0 auto;
		float: unset;
	}
	.py-now-btn {
		width: 40% !important;
	}
	.signup_main .bx-shadow{
		max-width: 100% !important;
	}
	.credit_fieldsparent{
		flex-wrap: wrap;
	}
	.credit_fieldsparent .cust-inpt-fields {
		width: 48% !important;
	}
	.cust_signupfparent{
		flex-direction: column;
        gap: 20px;
	}
	.cust_signupfparent .cust-inpt-fields, .credit_fieldsparent .cust-inpt-fields{
		width: 100% !important;
	}
	.n_signup2nd .cust_signupfparent{
		gap:unset;
		row-gap:15px;
		flex-direction: row;
	}
}
@media screen and (max-width:768px) {
	.cust-lst-top .cust-listing-detail {
		width: 100% !important;
		display: inline-grid;
		grid-template-columns: 100%;
		justify-content: space-between;
	}
	.emty-file img {
		max-width: 180px;
	}	
	.upld-inst-vdo .inst-vdo-slct {
		-webkit-appearance: auto !important;
		-moz-appearance: auto !important;
		appearance: auto !important;
	}
}

@media screen and (max-width:767px) {
	.cntct-frm-inr {
		width: 100% !important;
	}
	.for-calender-form {
		width: 570px !important;
	  }
	  .pop-titless{
		padding-bottom:0;
	  }
	  .innr-for-fix-crosss {
		height: 400px !important;
	  }
	  .for-pop-heightt .cust-contact-fom {
		height: 500px !important;
	  }
	  .lightbox_title .cust-form-title{
		padding-bottom: 15px !important;
	  }
	  .uni_viewepopup{
		height: 385px !important;
	  }
	  .cust_signupop .for-calender-form{
		padding-bottom:0 !important;
	  }
	  .cust_signupop .terms_popup {
		height: 440px !important;
	  }
	  .font28{
		font-size: 28px !important;
	  }
	  .cust_eventdashpop{
		height:370px;
	  }
	  .n_signup2nd .cust_signupfparent .cust-inpt-fields {
		width: 100% !important;
	  }
	  .n_signup2nd .credit_fieldsparent .cust-inpt-fields:nth-child(1), .n_signup2nd .credit_fieldsparent .cust-inpt-fields:nth-child(2) {
		width: 100% !important;
	  }
}
@media screen and (max-width:667px) {
	.utb-vdo-clp .video-details {
		grid-template-columns: repeat(1, 1fr);
		max-width: 450px;
		margin: 0 auto;
		margin-top: 20px;
		text-align: center;
	}
	.utb-vdo-clp .video-item {
		padding: 25px 15px;
	}
	.utb-vdo-clp h1 {
		padding: 50px 0 10px;
	}
	.utb-vdo-clp h1::before {
		width: 160px;
		bottom: 6px;
	}
	.utb-vdo-clp h1 {
		font-size: 40px;
		line-height: 35px;
	}
	.cst-pay-frm .bx-shadow {
		max-width: 100%;
	}
	.py-now-btn {
		width: 168px !important;
	}
	.cst-pay-frm .padding-20-rht,
	.cst-pay-frm .padding-20-lft {
		padding-right: 25px !important;
		padding-left: 25px !important;
	}
	.cust-lst-top .callinstrucpop .for-ovrflow {
		height: 100%;
		overflow-y: auto;
		position: relative;
	}

	.cust-lst-top .callinstrucpop p,
	.cust-lst-top .callinstrucpop .popup-body li {
		position: relative;
		font-size: 15px;
	}

	.cust-lst-top .callinstrucpop .popup-content {
		width: 90%;
		padding: 15px 20px;
		top: 0;
		transform: translateX(-50%);
	}
}

@media screen and (max-width:600px) {
	.add-evnt-frm {
		grid-template-columns: 100%;
		grid-row-gap: 20px;
	}
	.pop-wid {
		width: 85% !important;
	}

	.edit-for-top {
		padding: 20px 20px !important;
	}

	.pop-close {
		padding: 0px 8px;
	}

	.cust-title-form {
		font-size: 28px;
	}

	.cst-date-align {
		font-size: 16px;
		margin-top: 12px;
	}

	/* .cust-logsign-form-div .form-control {
		height: 40px;
	} */
	 .cust_contactony,  .uni_eventContact {
		padding-left: 0 !important;
        padding-right: 0 !important;
	 }
	 .cust_downlbtnss{
	display: flex;
  flex-direction: column;
  row-gap: 10px;
	 }
	 .cust_downlbtnss .downloadSelected:nth-child(2){
		margin-left:0 !important;
	 }
}

@media screen and (max-width:480px) {
	.cust-title-form {
		font-size: 24px;
	}
	.cust_recording_mainn label{
		font-size: 15px !important;
	}

	/* .cust-logsign-form-div .form-control {
		height: 36px;
	} */

	.cust-logsign-form-div label {
		font-size: 15px;
	}

	.for-edit-des {
		height: 100px !important;
	}

	.btn-orange {
		padding: 7px 35px !important;
	}
	.innr-for-fix-crosss {
  padding: 0px 20px;
}
  .pop-titless{
	padding-left:20px !important;
	flex-direction: column;
	justify-content: start;
	align-items: unset;
  }
  .pop-titless .cst-date-align{
	text-align: left;
	width: max-content;
  }
  .pop-titless .custdynamicti_align{
	margin-top:0px !important;
  }
   .innr-for-fix-crosss{
	height: 360px !important;
  }
  .popup-content .cust_contactony {
    height: 455px !important;
  }
  .evnt-vw.evnt-indx .new-evnt-cls #changeEpisodeDetails.cust-fom-heihgt {
    height: 445px !important;
  }
  .uni_eventContact {
    height: 455px !important;
  }
  .cust_youtubeform{
	padding:20px !important;
  }
  .first-popup.reson-not-aprov .popup-content h2 {font-size: 24px !important;}
  .cust_signupop .terms_popup {
    height: 366px !important;
  }
  .signup_main .padding-40{
	padding-left:20px !important;
	padding-right: 20px !important;
  }
  .table_signupdiv{
	overflow-x: auto;
  }
  .table_signupdiv table{
	width: 370px;
  }
  .cust_signupterms{
	padding-left:20px !important;
  }
  .n_sign_main, .n_sign_main .cust_payetnnsignp{
	padding-left:0 !important;
	padding-right:0 !important;
  }
  .n_sign_main .table_signupdiv table {
    width: 380px;
  }
  .n_signup2nd{
	padding-left:20px !important;
	padding-right:20px !important;
  }
  .n_descriptionbox li {
	margin-bottom: 5px;
  }
  .n_descriptionbox ul, .n_signidealtxt {
	margin-top: 15px;
  }
  .n_descriptionbox ul{
	padding-left: 25px;
  }
}

@media screen and (max-width:400px) {
	.no-of-epi .epi-title::after {
		width: 180px;
	}
	.cust_authbtn {
		margin-right: 0px;
		display: block;
		width: 140px;
		margin-bottom: 10px;
	  }
	  .cust_YT_form #playlist {
		width: 251px;
	  }
}

@media screen and (max-width:415px) {
	.utb-vdo-clp h1 {
		font-size: 36px;
	}
}

@media screen and (max-height:550px) {
	.for-overflow-show, .cust_instructpopup {
		height: 300px !important;
	}
	.innr-for-fix-crosss{
		height: 215px !important;
	}
	.for-pop-heightt .cust-contact-fom {
		height: 325px !important;
	  }
	  .evnt-vw.evnt-indx .new-evnt-cls #changeEpisodeDetails.cust-fom-heihgt {
		height: 310px !important;
	  }
	  .uni_eventContact, .cust_eventdashpo{
		height: 320px !important;
	  }
	  .custeventonlypop{
		height: 270px !important;
	  }
	  .cust_signupop .terms_popup{
		height: 259px !important;
	  }
	  .first-popup.reson-not-aprov form{height: 215px;}
} 
@media screen and (max-height:699px) {
.cust_instructpopup{
	height: 460px;
	overflow-y: scroll;
  }
}