body {
	padding: 0 !important;
}

a {
	color: #e50914;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p,
body {
	font-family: "Montserrat", sans-serif;
}

.btn-danger {
	color: #fff;
	background: #d81f26;
	border-color: #d81f26;
}

.text-danger {
	color: #d81f26 !important;
}

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

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

.pt-7 {
	padding-top: 5rem;
}

.left-side-menu,
.logo-box,
.help {
	background: #4c0000 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767.98px) {
    .logo-box {
        display: block!important;
    }
}
.footer,
.navbar-custom {
	background-color: #ffffff;
}

body {
	background-color: #f5f5f5;
}

.card,
.card-box,
.bg-light {
	background-color: #ffffff;
	border: none;
}

.rounded-10 {
	border-radius: 10px;
}

.widget-box-three i {
	color: #ffffff;
	font-size: 20px;
	background: #e50914;
	padding: 7px 15px;
	border-radius: 10px;
	right: 10px;
	position: absolute;
	bottom: 25px;
}

.page-title-box {
	display: flex;
	justify-content: space-between;
	margin: 0 !important;
	padding: 0;
	margin-bottom: 30px !important;
	width: 100%;
}

.page-title-box .twelve h1 {
	font-size: 22px;
	display: none;
}

@media only screen and (max-width: 991px) {
	.page-title-box .twelve h1 {
		display: block;
	}
	.navbar-custom .page-title{
		display: none;
	}
}

.page-title-box .page-title {
	border-bottom: 2px solid #e50914;
	line-height: 36px;
}

.page-title-box .page-title-right {
	margin-top: 0px;
}

/* .form-control {
    color: #fff;
    background-color: #1A1B20;
    border: 1px solid #27292f;
} */
/* .form-control:disabled, .form-control[readonly] {
    background-color: #1A1B20;
    opacity: 1;
} */
.table td,
.table th {
	border: 0px;
	border-bottom: 1px solid #27292f;
	vertical-align: middle;
}

.table thead th {
	border-bottom: 2px solid #27292f;
	color: #fff;
	background-color: #e50914;
}

/* .table-hover tbody tr:hover {
    color: #797979;
    background-color: #27292f;
}
.page-link {
    color: #495057;
    background-color: #27292f;
    border: 1px solid #27292f;
} */
.page-item.active .page-link {
	color: #fff;
	background-color: #e50914;
	border-color: #e50914;
}

.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #e50914;
	border-color: #e50914;
}

.alert-primary {
	color: #e50914 !important;
	background-color: #27292f;
	border-color: #27292f;
}

body.enlarged .padding_menubar {
	padding: 0px !important;
	padding-top: 0px;
}

.table,
body,
.page-title,
.nav-pills>li>a,
.nav-tabs>li>a {
	color: #58206a;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #fff;
	background-color: #575a65;
	border-color: #95969b;
}

.nav-tabs {
	border-color: #95969b;
	border: none;
}

/* h4.panel-title {
    color: #e50914!important;
} */

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
	color: #ffffff;
}

.nav-second-level li.mm-active>a,
.nav-third-level li.mm-active>a {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}

.nav-second-level li a,
.nav-thrid-level li a {
	color: #ffffff;
	font-size: 12px;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
	color: #ffffff;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 5px;
}

::selection {
	background-color: #e50914;
	color: #fff;
}

.shadow {
	-webkit-box-shadow: 0 14px 20px 0px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0 14px 20px 0px rgba(0, 0, 0, 0.2) !important;
}

.widget-box-three .card-body {
	display: flex;
	justify-content: space-between;
	padding: 10px;
	align-items: end;
	position: relative;
}

.widget-box-three .card-body p {
	margin-bottom: 20px !important;
}

.widget-box-three .card-body .title {
	font-size: 40px;
	font-weight: 700;
}

.navbar-custom .page-title {
	border: none;
	color: #2e2d2d;
	display: inline-block;
	height: 70px;
	line-height: 70px;
	background-color: transparent;
	font-size: 20px;
	cursor: pointer;
	margin: 0;
	font-weight: 700;
	margin-left: 15px;
}

.nav-left-btn {
	width: 35px;
	height: 35px;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	background: #ffefef !important;
	transition: all 0.5s;
}

.nav-left-btn:hover {
	color: #fff;
	background: #e50914 !important;
	transition: all 0.5s;
	transform: translateY(-3px);
}

.navbar-custom .topnav-menu .nav-link {
	padding: 0 8px;
}

.btn {
	color: #fff !important;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a {
	width: calc(100% - 5px);
	background-color: transparent;
	color: #e50914;
	border-radius: 7px;
	margin: 2px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a span {
	display: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a span {
	display: none;
	padding-left: 25px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
	display: block;
	left: 70px;
	position: absolute;
	width: 190px;
	background-color: #fff;
	top: 0;
	height: auto !important;
	-webkit-box-shadow: 3px 5px 10px 0 rgb(54 61 71 / 10%);
	box-shadow: 3px 5px 10px 0 rgb(54 61 71 / 10%);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul a:hover {
	color: #e50914;
}

.profile-dropdown {
	width: 200px;
}

.modal .modal-content .modal-body .all-btn a {
	margin: 5px 3px;
}

#sidebar-menu>ul>li>a .menu-arrow {
	right: 10px;
	margin: 0;
}

#sidebar-menu>ul>li>a .menu-arrow i {
	width: 15px;
	font-size: 12px;
	margin: 0;
}

.left-side-menu {
	padding-top: 0;
	background-size: cover !important;
}

#sidebar-menu .menu-title {
	padding: 10px 20px;
	letter-spacing: 0.05em;
	pointer-events: none;
	cursor: default;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 800;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgb(255 255 255 / 40%);
}

.notification-list .noti-title {
	background-color: #e50914;
	padding: 15px 20px;
	border-radius: 0.25rem 0.25rem 0 0;
	margin-top: -8px;
}

.notification-list .noti-title {
	background-color: #e50914;
	padding: 15px 20px;
	border-radius: 0.25rem 0.25rem 0 0;
	margin-top: -8px;
}

.notification-list .noti-title h6 {
	color: #fff;
}

.navbar-custom .topnav-menu .nav-link.dropdown-toggle {
	margin: 0 12px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.notification-list .profile-dropdown .notify-item {
	padding: 7px 10px;
	font-size: 15px;
	font-weight: 600;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-slide {
	margin: 0 0 30px 0;
}

.user-slide .user-box-wrapper {
	text-align: left;
	padding: 20px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}

.user-slide .user-box-wrapper .user-content .user-sub-title {
	color: #fff;
	margin-bottom: 15px;
}

.user-slide .user-box-wrapper .user-content .user-title {
	color: #fff;
}

.user-slide .user-box-wrapper .user-content .user-content {
	color: #fff;
}

.user-slide .user-box-wrapper .user-media {
	width: 100%;
	height: 230px;
}

.user-slide .user-box-wrapper .user-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.card {
	border-radius: 10px;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.card .card-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.card-title {
	font-size: 18px;
	margin-bottom: 0;
}

#sidebar-menu>ul>li>ul {
	padding: 0 15px;
}

.btn {
	font-weight: 700;
}

.btn-light,
.btn-white {
	color: #212529 !important;
}

.user-slide .swiper-slide.swiper-slide-prev,
.user-slide .swiper-slide.swiper-slide-next {
	opacity: 0.1;
	transform: scale(0.95);
	transition: all 0.5s;
}

.user-slide .swiper-slide.swiper-slide-active {
	transform: scale(1);
	transition: all 0.5s;
}

.quick-link-box-wrapper .quick-link-box {
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.3);
	width: 100%;
	position: relative;
	display: block;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
	transition: all 0.5s;
	margin-top: 10px;
}

.quick-link-box-wrapper .quick-link-box:hover {
	background: rgba(255, 255, 255, 0.9);
	transform: translateY(-5px);
	box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.2);
	color: #e50914;
	transition: all 0.5s;
}

.quick-link-box-wrapper .quick-link-box .quick-icon {
	width: 90%;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e50914;
	margin: 0 auto;
	font-size: 20px;
	margin-top: -20px;
}

.quick-link-box-wrapper .quick-link-box .quick-icon i {
	font-size: 20px;
	color: #fff;
}

.quick-link-box-wrapper .quick-link-box .quick-content .link {
	color: #fff;
	margin: 0;
	margin-top: 15px;
}

.quick-link-box-wrapper .quick-link-box:hover .quick-content .link {
	color: #e50914;
	transition: all 0.5s;
}

.quick-link-box-wrapper .card-header {
	background-color: transparent;
	border-color: rgba(255, 255, 255, 0.3);
}

.quick-link-box-wrapper .card-header .card-title {
	color: #fff;
}

.card-footer {
	padding: 1.5rem 0 0;
	background-color: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin-top: 30px;
}

.form-control {
	border-radius: 10px;
}

.form-control:focus {
	border-color: #e50914;
}

.btn-primary {
	color: #fff;
	background-color: #e50914;
	border-color: #e50914;
}

.btn-primary:hover {
	color: #fff;
	background-color: #b10000;
	border-color: #b10000;
}

.btn {
	font-weight: 600;
	border-radius: 10px;
}

.logo-box .logo-lg {
	display: block;
	width: 200px;
	margin: 0 auto;
}

.logo-box .logo-lg img , .logo-box .logo-sm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 10px;
}

#loading-bar-spinner {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9998;
	display: flex;
	align-items: center;
	justify-content: center;
}

.spinner {
	position: relative;
	z-index: 9999;
}

.gif-spinner {
	width: 100%;
	height: 100%;
}


.swal2-popup-success {
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}

.swal2-popup-error {
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
}

.swal2-close-btn {
	background: transparent;
	border: none;
	color: #000;
	font-size: 18px;
}

.swal2-title-custom {
	position: relative;
	padding-right: 40px;

}

label {
	color: #2e2d2d;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #e50914;
}

.nav.nav-tabs.style-1 {
	border-color: #e50914;
	border: none;
	background: #e50914;
	padding: 10px;
	border-radius: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nav.nav-tabs.style-1 .nav-item {
	width: 25%;
	text-align: center;
}
@media screen and (max-width: 991px) {	
	.nav.nav-tabs.style-1 .nav-item {
		width: 50%;
		text-align: center;
	}
}
@media screen and (max-width: 576px) {	
	.nav.nav-tabs.style-1 .nav-item {
		width: 100%;
		text-align: center;
	}
}

.nav.nav-tabs.style-1 .nav-item .nav-link {
	width: 100%;
	color: #fff;
	border-radius: 10px;
}

.nav.nav-tabs.style-1 .nav-item .nav-link:hover {
	width: 100%;
	background: #fff;
	color: #e50914;
}

.nav-tabs.style-1 .nav-item.show .nav-link,
.nav-tabs.style-1 .nav-link.active {
	width: 100%;
	background: #fff;
	border-color: #fff;
	color: #e50914 !important;
}

@media only screen and (max-width: (991px)) {
	.nav.nav-tabs.style-1 {
		flex-wrap: nowrap;
	}

	.nav.nav-tabs.style-1 .nav-item {
		width: 50%;
		text-align: center;
	}

	.nav.nav-tabs.style-1 .nav-item .nav-link {
		width: 40%;
		color: #fff;
		border-radius: 10px;
	}
}

.graphic-design-box {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.graphic-design-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
	transition: all 0.5s;
}

.graphic-design-box:hover:after {
	background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}

.graphic-design-box .graphic-media {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.graphic-design-box.style-1 .graphic-media {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.graphic-design-box .graphic-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.graphic-design-box .graphic-content .box-btn {
	position: absolute;
	top: -70px;
	left: 10px;
	transition: all 0.5s;
	z-index: 9;
}

.graphic-design-box:hover .graphic-content .box-btn {
	top: 10px;
	transition: all 0.5s;
}

.sender-box {
	margin-top: 40px;
}

.sender-box .sender-details {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sender-box .sender-details .msg-subject .msg-subject {
	font-size: 20px;
}

.upgrade-box {
	transition: all 0.5s;
}

.upgrade-box:hover {
	transform: translatey(-10px);
	transition: all 0.5s;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.upgrade-box .media {
	width: 100%;
	height: 200px;
	background-color: #ffefef;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.upgrade-box .media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.upgrade-box .content {
	padding: 20px;
	border-bottom: 3px solid #e50914;
}

.upgrade-box .content .title {
	margin-bottom: 15px;
	font-size: 22px;
}

.massage-box {
	background-color: #fff;
	padding: 20px;
	border-radius: 20px;
	border-bottom: 2px solid #e50914;
	transition: all 0.5s;
}

.massage-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	border-bottom: 2px solid #e50914;
}

.massage-box .media {
	width: 100%;
	height: 230px;
	overflow: hidden;
	border-radius: 10px;
	background-color: #ffefef;
	padding: 10px;
}

.massage-box .media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.5s;
}

.massage-box:hover .media img {
	filter: blur(2px);
	transition: all 0.5s;
}

.massage-box .content .title {
	margin-bottom: 15px;
	font-size: 22px;
	color: #2e2d2d;
}



.ai-image-box.style-1 {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.ai-image-box.style-1:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
	transition: all 0.5s;
}

.ai-image-box:hover.style-1:after {
	background-color: rgba(0, 0, 0, 0.8);
	transition: all 0.5s;
}

.ai-image-box.style-1 .icon-box {
	position: absolute;
	top: -50px;
	left: 10px;
	transition: all 0.5s;
	z-index: 9;
}

.ai-image-box.style-1:hover .icon-box {
	top: 10px;
	left: 10px;
	transition: all 0.5s;
}

.video-reels {
	position: relative;
}

.video-reels .video-btn {
	position: absolute;
	top: 80px;
	left: 100px;
}

@media only screen and (max-width: 991px) {
	.navbar-custom .page-title{
		display: none;
	}
}


.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}


@media screen and (max-width : 576px) {
	.navbar-custom .topnav-menu .nav-link{
		padding: 0;
	}
	.navbar-custom .topnav-menu .nav-link.dropdown-toggle{
		margin: 0;
	}
}