.my_presentation_cont .card {
	-webkit-transition: -webkit-transform 0.15s ease-out;
	transition: all 0.15s ease-out, -webkit-transform 0.15s ease-out;
	border-radius: 5px;
}

.my_presentation_cont .card .presentation_options {
	opacity: 0;
}

.btn-secondary.remove_custom_link {
    background:none !important;
}

button.btn-secondary.remove_custom_btn {
    background: none !important;
}

.my_presentation_cont .card:hover .presentation_options {
	opacity: 1;
}

.my_presentation_cont .card:hover {
	transform: translateY(-6px);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
	z-index: 2;
}

.my_presentation_cont .card-img-top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.navbar {
	height: 60px !important;
	padding: 0.5rem 0 !important;
}

.slide_list .card {
	margin-bottom: 20px;
}

.slide_list {
	height: 600px;
	padding-left: 7px;
}

.my_presentation_cont,
.add_template {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.45s ease-out;
	transition: all 0.45s ease-out, -webkit-transform 0.45s ease-out;
}

.slide_card.active img {
	-webkit-box-shadow: -5px 10px 10px 0 rgb(92, 175, 236, 0.96) !important;
	box-shadow: -5px 10px 10px 0 rgba(92, 175, 236, 0.96) !important;
	-moz-box-shadow: -5px 10px 10px 0 rgba(92, 175, 236, 0.96) !important;
}

.slide_card img {
	border-radius: 5px;
}

.slide_card img:hover {
	-webkit-box-shadow: 0 8px 14px 0 rgb(92, 175, 236, 0.66);
	box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 8px 14px 0 rgba(92, 175, 236, 0.66);
	-webkit-transition: -webkit-transform 0.45s ease-out;
	transition: all 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.btn_edit_pres {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none !important;
	border: none;
	font-size: 20px;
	padding: 5px 10px;
	color: #145388 !important;
	-webkit-transition: -webkit-transform 0.45s ease-out;
	transition: all 0.15s ease-out, -webkit-transform 0.15s ease-out;
	z-index: 1;
}

.btn_edit_pres:hover {
	background: none;
	color: #145388;
}

.presentation_options button {
	cursor: pointer;
}

.presentation_full_block {
	transition: all 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.btn_edit_pres::after {
	display: none !important;
}

.presentation_full_block .card-body {
	padding: 20px 50px 20px 20px;
	height: 100px;
	position: relative;
}

.generate_pres_preview::after {
	display: none !important;
}

.generate_load_btn {
	width: 100px;
	height: 55px;
	margin: auto;
	position: absolute;
	left: -80px;
	top: -5px;
}

html::-webkit-scrollbar-track,
.slide_list::-webkit-scrollbar-track, .navbar::-webkit-scrollbar-track,
.slide_list::-webkit-scrollbar-track,
.navbar::-webkit-scrollbar-track,
.table_input_div::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
	border-radius: 40px;
	background-color: #ffffff !important;
}

html::-webkit-scrollbar,
.slide_list::-webkit-scrollbar,
.my_presentation_cont::-webkit-scrollbar,
.table_input_div::-webkit-scrollbar {
	width: 9px;
	background-color: #ffffff !important;
	border-radius: 10px;
}
textarea::-webkit-scrollbar {
	background-color: #ffffff00 !important;
}

.create_presentation_cont .presentation_option td {
	width: 50px;
	height: 50px;
	border-radius: 0;
}

html::-webkit-scrollbar-thumb,
.slide_list::-webkit-scrollbar-thumb,
.my_presentation_cont::-webkit-scrollbar-thumb,
.table_input_div::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #e4e4e4 !important;
}

*,
*::before,
*::after {
	border-radius: 3px;
}

.template_themes .col-md-1 {
	height: 50px;
	border-radius: 0 !important;
	padding: 0;
	font-size: 18px;
	padding-top: 5px;
}

a.btn_edit_pres {
	display: block;
	-webkit-appearance: unset;
}

.hover_template_block {
	position: absolute !important;
	background-image: linear-gradient(to right top, #003e79, #3693ced1);
	width: 100%;
	height: 100%;
	color: white;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.15s ease-out;
	transition: all 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.add_new_template_block .hover_template_block {
	text-align: center;
}

.hover_template_block .simple-icon-note {
	color: white !important;
}

.add_new_block {
	position: absolute;
	color: #020202;
	font-size: 30px;
	cursor: move;
	bottom: 0;
	height: 100%;
	vertical-align: middle;
	display: flex;
	align-items: center;
	margin: auto;
	width: 100%;
	text-align: center;
}

.add_pres_hover_block {
	top: 30px;
	display: block;
	position: absolute;
	margin: auto;
}

.add_new_block i {
	margin: auto;
	font-size: 100px;
	background-image: linear-gradient(to right top, #003e79, #3693ced1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.new_presentation_block .create_presentation_btn {
    display: flex;
    height: 100%;
    text-align: center;
    padding: 40px;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-family: 'Nunito', sans-serif;
}
.template_name_wrapper {
	pointer-events: none;
}
.template_name {
	font-family: 'Nunito', sans-serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 0;
}

.hover_template_block:hover {
	opacity: 1;
	background-image: linear-gradient(to right top, #003e79, #3693ced1);
}

.color_theme {
	display: block;
	z-index: 9999;
	user-select: text;
	width: 100%;
	background: none;
	border: none;
	height: 100%;
	color: white;
	-ms-user-select: all !important;
	-moz-user-select: all !important;
	-webkit-user-select: all !important;
	user-select: all !important;
	border-radius: 0;
}

.regular_theme_block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08) !important;
	border: initial;
	background: #fff;
	border-radius: calc(0.15rem - 1px);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.delete_theme {
	cursor: pointer;
}

.template_themes {
	padding: 0;
}

.template_themes .col-md-12 {
	padding: 0;
	margin-left: 0;
	border-radius: 5px;
	overflow: hidden;
}

.template_themes.theme_select {
	cursor: pointer;
}

.template_themes.theme_select:hover {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.template_themes.theme_select.active {
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4), 0 1px 6px rgba(0, 0, 0, 0.04);
}

.mb-3 {
	margin-bottom: 2rem !important;
}

.background_img_settings {
	max-width: 300px;
	max-height: 100px;
	margin-bottom: 20px;
}

.background_img_settings img {
	height: 100%;
	width: auto;
	display: block;
}

.customize_pres_block .mb-3 {
	margin-bottom: 50px !important;
}

.additional_links_container {
	margin-top: 10px;
}

.responce_link {
	width: 100%;
	color: red;
}

.active_custom_link:hover {
	background: #44adef;
	color: white;
}

.active_custom_link {
	border: 1px solid #44adef !important;
	z-index: 1;
}

#DataTables_Table_0_length select.form-control-sm {
	height: 25px;
	margin-left: 5px;
}

#DataTables_Table_0_wrapper thead tr th.sorting {
	border-right: 2px solid #44adef;
	border-radius: 0;
	background: #f4f9fd;
	padding-left: 5px;
}

#DataTables_Table_0_wrapper .page-item.disabled .page-link {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#DataTables_Table_0_wrapper .page-item:last-child .page-link {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

#DataTables_Table_0_wrapper tr th.sorting {
	border-right: 2px solid #44adef !important;
	border-radius: 0 !important;
	padding-left: 5px !important;
}

.analytic_table_icon {
	color: black;
	font-size: 20px;
	margin-left: 5px;
}

.access_member_settings .custom-switch,
.access_member_settings .custom-switch span {
	display: inline-block;
}

.access_member_settings span {
	right: -100px;
	display: inline-block;
	position: relative;
	font-size: 16px;
	top: -8px;
}

.profile_img {
	margin-left: 10px;
	border-radius: 30px;
	width: 40px;
}

.team_settings_btn,
.leave_team_btn {
	background: none;
	border: none;
	font-size: 18px;
}

.team_item_list,
.team_item_list p {
	font-size: 16px !important;
}

.w-21 {
	width: 21% !important;
}

.w-16 {
	width: 16% !important;
}

.w-6 {
	width: 6% !important;
}

.w-10 {
	width: 10% !important;
}

.w-27 {
	width: 27% !important;
}

.team_item_list .truncate {
	padding-left: 20px;
}

.pres_team_btn {
	padding-right: 20px;
	text-align: right;
}

.team_item_list .badge.badge-pill {
	padding-top: 10px;
	padding-bottom: 10px;
}

#license_logo {
	width: 130px;
	height: 45px;
	background: url({{DOMEN_NAME}}static/src/img/logo-black.svg) no-repeat;
	background-position: 50%;
	margin: 20px 0 !important;
	border: none;
}

.license_block .input-group-prepend span {
	border: none;
	padding: 0;
	margin-right: 5px;
	font-size: 16px;
	margin-bottom: 20px;
}

#DropDownTimezone,
#DropDownTimezone option {
	border-radius: 0 !important;
}

.reset_pass_btn {
	text-decoration: underline;
	color: #175388;
	font-size: 16px;
}

.license_limitations .progress-banner .lead {
	font-size: 14px;
	line-height: 16px;
}

.license_limitations .card-body {
	cursor: default;
}

.auth-card .image-side {
	border-radius: 0;
}

.fixed-background {
	border-radius: 0;
	-webkit-filter: blur(3px);
	filter: blur(7px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
	transform: scale(1.15);
	transition: 0.5s transform ease;
	-webkit-transform: scale(1.15);
	-webkit-transition: 0.5s transform ease;
	-moz-transform: scale(1.15);
	-moz-transition: 0.5s transform ease;
}

.gradient_box {
	background-image: linear-gradient(to right top, #003e79, #3693ce00);
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	z-index: 0;
}

.image-side p {
	position: relative;
}

.image-side .text-white.h2 {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol' !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.auth-card {
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 1px 40px rgba(0, 0, 0, 0.4);
}

.navbar #notificationDropdown {
	height: auto !important;
}

#notificationDropdown .dropdown-item {
	display: block;
	position: relative;
	width: 100%;
	word-break: normal;
	white-space: normal;
	padding: 10px 5px;
	border-bottom: 1px solid #80808061;
	border-radius: 0;
}

.plans_link {
	display: block;
	color: black !important;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 16px;
}

.plans_link:hover {
	color: #145388;
}

.navbar .navbar-logo .logo {
	width: 80px !important;
}

.h2_instruction {
	display: block;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 50px;
}

@media only screen and (max-width: 800px) {
	#input_presentation_name {
		max-width: 100%;
		text-align: center;
	}

	#generate_presentation {
		margin: 15px 0;
	}

	#presentation_page_link {
		margin-right: 0;
	}

	.top_pres_edit_cont {
		text-align: center;
	}

	.slide_list {
		overflow-x: scroll !important;
		display: block;
		height: 200px;
		overflow-y: unset !important;
		overflow: hidden;
		border-spacing: 25px 0px;
	}

	.slide_list li {
		display: table-cell;
		width: 250px !important;
		max-width: 250px;
	}

	.slide_list li .position-relative {
		height: 141px;
	}

	.slide_list li img {
		width: 250px;
		height: 141px;
	}

	.generate_load_btn {
		top: 10px;
	}

	.float-sm-right {
		width: 204px;
		margin: auto;
		float: unset !important;
	}

	.create_presentation_cont .presentation_option td {
		height: 20px;
	}

	.color_theme_cont {
		width: 250px !important;
		left: -100px !important;
		top: 20px !important;
	}

	.presentation_option span {
		background: none !important;
	}

	.menu_settings_page {
		float: unset !important;
	}

	.team_item_list .w-10,
	.team_item_list .w-20,
	.team_item_list .w-27,
	.team_item_list .w-16,
	.team_item_list .w-6,
	.team_item_list .w-21 {
		width: 100% !important;
		margin: 5px 0;
		padding: 0;
		text-align: center;
	}

	.team_item_list .profile_img {
		margin: auto;
		display: block;
	}

	.access_member_settings span {
		display: block;
		right: 0;
		top: 0;
	}

	.analytics_preview {
		width: 100% !important;
		display: block !important;
		margin-top: 30px !important;
	}

	.dropdown-item {
		padding: 0.55rem 1.5rem !important;
	}
}

.pres_analytics .odd:hover,
.pres_analytics .even:hover {
	background: #f4f9fd !important;
}

.pres_analytics .odd,
.pres_analytics .even {
	cursor: pointer !important;
}

.slide_journey_img {
	border-radius: 5px;
	max-width: 80%;
	height: auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.08) !important;
}

.slide_journey {
	border-left: 1px solid #45aeef4f;
	padding-bottom: 30px;
	padding-left: 20px;
	border-radius: 0 !important;
	position: relative;
}

.slide_journey p {
	padding-top: 10px;
	margin-bottom: 0 !important;
}

.dot_journey {
	position: absolute;
	width: 10px;
	left: -5px;
	top: -5px;
	fill: #45aeef;
}

.tab-content h1 {
	max-width: 800px;
}

.name-inputt {
	height: 1px;
	padding: 0;
	margin: 0;
	border: 1px;
	color: white;
}

.delete_img_css {
	position: absolute;
	border: none;
	border-radius: 30px;
	font-size: 20px;
	padding: 0;
	height: 31px;
	width: 31px;
	top: -5px;
	left: -5px;
	padding-top: 3px;
	-webkit-transition: -webkit-transform 0.15s ease-out;
	transition: all 0.15s ease-out;
	transition: all 0.15s ease-out, -webkit-transform 0.15s ease-out;
}

.delete_img_css:hover {
	box-shadow: #003087 0px 3px 5px, #009cde 0px 0px 5px;
}

.landing-page .btn-outline-semi-light,
.btn-primary,
.btn-secondary {
	background: rgb(237, 75, 0) !important;
	background: -moz-linear-gradient(45deg, rgba(237, 75, 0, 1) 7%, rgba(255, 183, 0, 1) 100%) !important;
	background: -webkit-linear-gradient(45deg, rgba(237, 75, 0, 1) 7%, rgba(255, 183, 0, 1) 100%) !important;
	background: linear-gradient(45deg, rgba(237, 75, 0, 1) 7%, rgba(255, 183, 0, 1) 100%) !important;
	border: none !important;
}
#download_promo {
	filter: brightness(0) invert(1);
}

.template-image-placeholder {
    background: linear-gradient(#fdfdfd, #e9e9e9);
    aspect-ratio: 9 / 5;
}
