@charset "utf-8";
/* CSS Document */

:root {
	--black: #242424;
	--blue: #5271ff;
	--white: #fff;
	--blueGray: #718096;
}

.longLink
{
	word-break: break-all;
}

figure {
  	margin: 0;
}

/* html,
body,
.content,
.dashboard-wrp,
.dashboard-main,
.settings-wrp,
.dashboard-content-tabs {
	height: 100%;
} */

body {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.2px;
	background-color: #fafafa;
	color: var(--black);
}

a,
input,
button,
textarea {
  	outline: none !important;
}

a {
	color: inherit;
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row > * {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
  	color: var(--blue);
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
  	color: var(--blue);
}

/* Common Style Start */
.main-title {
	font-size: 40px;
	line-height: 130%;
	letter-spacing: -0.8px;
	font-weight: 800;
	background: -moz-linear-gradient(273deg, #5271ff 59.14%, #242424 78.81%);
	background: -webkit-linear-gradient(273deg, #5271ff 59.14%, #242424 78.81%);
	background: linear-gradient(273deg, #5271ff 59.14%, #242424 78.81%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin: 0;
}

.section-title {
	font-size: 32px;
	line-height: 125%;
	font-weight: 800;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin: 0;
}

.block-title {
	font-size: 24px;
	line-height: 130%;
	letter-spacing: 0;
	font-weight: 800;
}

.block-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin: 0;
}

.small-title {
	font-size: 20px;
	line-height: 135%;
	font-weight: 800;
}

.small-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin: 0;
}

.large-detail {
	font-size: 18px;
	line-height: 135%;
	font-weight: 800;
}

.large-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin: 0;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin: 0;
}

.small-detail {
	font-size: 14px;
	line-height: 135%;
	font-weight: 400;
}

.small-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	font-weight: inherit;
	margin: 0;
}

.btn {
	font-size: 16px;
	line-height: 150%;
	font-weight: 800;
	padding: 15px 16px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.btn-black {
	background-color: var(--black);
	color: var(--white);
}

.btn-black:hover {
	background-color: #003cbe !important;
	color: var(--white) !important;
}


.btn-border {
	padding: 6px 12px;
	border: 1px solid #242424;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.btn-border:hover,
.btn-border:focus {
	background-color: var(--black) !important;	
	color: var(--white) !important;
	border-color: var(--black) !important;
}

/* Common Style End */

/*==================================================================*/
/*========== Header Start ==========*/
/*========== Header Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Home Page Start ==========*/
.sidebar {
	max-width: 250px;
	width: 100%;
	padding: 32px 24px;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-right: 1px solid #EDF2F7;
	background-color: #fff;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.sidebar-bottom {
	padding: 20px 0 0;
}

.add-request {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 30px;
	width: 100%;
	background-color: #fafafa;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.add-request:hover {
  	background-color: #e8edff;
}

.add-request span {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 12px 0 0;
	flex: 0 0 auto;
}

.add-request figure {
  	display: flex;
}

.add-request p {
  	margin: 0;
}

.sidebar-links {
 	margin: 12px 0 0;
}

.sidebar-links ul {
	padding: 0;
	margin: 0;
}

.sidebar-links ul li {
	font-weight: 500;
	font-size: 14px;
	list-style-type: none;
	padding: 0 0 4px;
}

.sidebar-links ul li p {
  	margin: 0;
}

.sidebar-links ul li a {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.sidebar-links ul li a:hover,
.sidebar-links ul li a.active {
	color: var(--white);
	background-color: var(--black);
}

.sidebar-links ul li span {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 12px 0 0;
	flex: 0 0 auto;
}

.sidebar-links ul li figure {
  	display: flex;
}

.sidebar-links ul li .hover-icon {
	display: none;
}

.sidebar-links ul li a:hover .default-icon,
.sidebar-links ul li a.active .default-icon {
	display: none;
}

.sidebar-links ul li a:hover .hover-icon,
.sidebar-links ul li a.active .hover-icon {
	display: flex;
}

.settings {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.settings:hover,
.settings.active {
  	background-color: var(--black);
	color: var(--white);
}

.settings .hover-icon {
	display: none;
}

.settings:hover .default-icon,
.settings.active .default-icon {
	display: none;
}

.settings:hover .hover-icon,
.settings.active .hover-icon {
	display: flex;
}

.settings span {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 12px 0 0;
	flex: 0 0 auto;
}

.settings span figure {
  	display: flex;
}

.settings p {
  	margin: 0;
}

.sidebar-profile {
	display: flex;
	align-items: center;
	padding: 8px;
	margin: 12px 0 0;
}

.profile-icon {
	width: 32px;
	height: 32px;
	margin: 0 12px 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	flex: 0 0 auto;
}

.profile-icon img {
  	width: 100%;
}

.sidebar-profile .dropdown-menu {
	background-color: var(--white);
	padding: 8px 12px;
	border: none;
	-moz-box-shadow: 8px -5px 24px 0px rgba(93, 106, 131, 0.1);
	-webkit-box-shadow: 8px -5px 24px 0px rgba(93, 106, 131, 0.1);
	box-shadow: 8px -5px 24px 0px rgba(93, 106, 131, 0.1);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.sidebar-profile .dropdown-menu .dropdown-item {
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.4px;
	color: #718096;
	padding: 6px 12px;
}

.sidebar-profile .dropdown-menu .dropdown-item:hover {
	background-color: transparent;
	color: var(--blue);
}

.sidebar-profile .btn {
	color: #1a202c;
	padding: 0;
	background-color: transparent;
	border: none;
	display: flex;
	align-items: center;
	box-shadow: none;
}

.sidebar-profile .btn:focus-visible,
.sidebar-profile .btn:active {
	box-shadow: none;
	outline: none;
}

.sidebar-profile .btn:active {
	background-color: transparent !important;
	color: #1a202c;
  	box-shadow: none;
}

.sidebar-profile .dropdown-toggle::after {
	border: none;
	background-image: url("../images/down-arrow.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 12px;
	height: 12px;
	margin-left: 18px;
}

.dashboard-wrp {
	/* height: 100vh; */
	/* overflow: auto; */
	margin-left: 250px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.dashboard-logo {
	display: block;
	max-width: 98px;
	width: 100%;
	flex: 0 0 auto;
	margin: 0 16px 0 0;
}

.dashboard-top {
	padding: 15px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e2e8f0;
	background-color: var(--white);
}

.sky-btn p {
	font-size: 12px;
	letter-spacing: 0.4px;
  	margin: 0;
}

.sky-btn strong {
	font-weight: 800;
}

.sky-btn {
	padding: 6px 9px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e8edff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.sky-btn span {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px 0 0;
}

.sky-btn span figure {
  	display: flex;
}

.dashboard-top-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 0 0 16px;
	border-left: 1px solid #e2e8f0;
}

.add-request p,
.sidebar-links ul li p,
.settings p {
	overflow: hidden;
	white-space: nowrap;
	transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-webkit-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-moz-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-ms-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-o-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
}

.sidebar-profile .dropdown .btn {
	/* overflow: hidden; */
}

.sidebar-profile .dropdown {
	white-space: nowrap;
	transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-webkit-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-moz-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-ms-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
	-o-transition: margin-left 0.3s linear, opacity 0.3s ease, visibility 0.3s ease;
}

.sidebar-close {
  	margin: 0 16px 0 0;
}

.sidebar-close span {
	width: 16px;
	height: 2px;
	background-color: #1a202c;
	margin-bottom: 4px;
	display: block;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

body:not(.collapsebar) .sidebar-close span:first-child {
	top: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

body:not(.collapsebar) .sidebar-close span:nth-child(2) {
	opacity: 0;
}

body:not(.collapsebar) .sidebar-close span:last-child {
	top: -6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.sidebar-close span:last-child {
  	margin-bottom: 0;
}

.collapsebar .sidebar {
	max-width: 80px;
	padding: 32px 16px;
}

.collapsebar .sidebar .add-request {
  	padding: 12px 14px;
}

.collapsebar .sidebar .add-request p,
.collapsebar .sidebar .sidebar-links p,
.collapsebar .sidebar .settings p,
.collapsebar .sidebar .sidebar-profile .dropdown {
	/* opacity: 0;
	visibility: hidden; */
	margin-left: -10px;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: hidden;
}

.collapsebar .sidebar .sidebar-links ul li a,
.collapsebar .sidebar .settings {
  	padding: 12px 13px;
}

@keyframes fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadein {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.sidebar.sidebar-open:hover {
  	max-width: 250px;
}

/* .sidebar:not(.sidebar-open):hover {
  	max-width: 250px;
} */

.sidebar.sidebar-open:hover .add-request {
  	padding: 12px 30px;
}

/* .sidebar:not(.sidebar-open):hover .add-request {
  	padding: 12px 30px;
} */

.sidebar.sidebar-open:hover .add-request p,
.sidebar.sidebar-open:hover .sidebar-links p,
.sidebar.sidebar-open:hover .settings p,
.sidebar.sidebar-open:hover .sidebar-profile .dropdown {
	display: inline-block;
	margin-left: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
}

/* .sidebar:not(.sidebar-open):hover .add-request p,
.sidebar:not(.sidebar-open):hover .sidebar-links p,
.sidebar:not(.sidebar-open):hover .settings p,
.sidebar:not(.sidebar-open):hover .sidebar-profile .dropdown {
	display: inline-block;
	margin-left: 0;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	visibility: visible;
} */

.collapsebar .dashboard-wrp {
  	margin-left: 80px;
}

.sidebar-logo-part {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 24px;
}

.close-icon {
	background-color: #fff;
	border: 1px solid #e2e8f0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.close-icon:hover {
	background-color: #e2e8f0;
}

.close-icon figure {
  	display: flex;
}

.dashboard-main {
	background-color: #fafafa;
	height: calc(100% - 72px);
}

.welcome-wrp {
	padding: 40px;
}

.welcome-wrp .main-title {
	max-width: 820px;
	width: 100%;
	margin: 0 0 24px;
}

.welcome-video video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.welcome-video video::-webkit-media-controls {
	position: relative;
	z-index: 99;
}

.welcome-video {
	position: relative;
	display: flex;
	overflow: hidden;
	height: 100%;
}

.welcome-video::after {
	content: "";
	background-color: #000000;
	opacity: 0.1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.play-btn ,
.pause-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
	transform: translate(-50% ,-50%);
	-webkit-transform: translate(-50% ,-50%);
	-moz-transform: translate(-50% ,-50%);
	-ms-transform: translate(-50% ,-50%);
	-o-transform: translate(-50% ,-50%);
}

.block-top {
  	margin: 0 0 20px;
}

.block-icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	margin: 0 0 8px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.block-icon figure {
  	display: flex;
}

.welcome-right .row {
  	margin: 0 -8px;
}

.welcome-right .row > * {
  	padding: 0 8px;
}

.welcome-right-block {
	padding: 16px 16px 18px;
	height: calc(100% - 16px);
	margin: 0 0 16px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

/* .welcome-right-block:hover {
	background-color: #E8EDFF;
} */

.credits-block {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.credits-block .block-icon {
	width: 48px;
	height: 48px;
	margin: 0 10px 0 0;
}

.history-btn {
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
	color: #718096;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	max-width: max-content;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.history-btn:hover {
	margin-left: 5px;
}

.history-btn:hover span {
	margin: -5px 0 0 8px;
}

.history-btn span {
	width: 20px;
	height: 20px;
	margin: 0 0 0 8px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.history-btn span,
.history-btn span figure {
	display: flex;
	align-items: center;
	justify-content: center;
}

.credits-block-top .btn {
	font-size: 12px;
	font-weight: 600;
	flex: 0 0 auto;
}

.credits-block-top .block-top {
	display: flex;
	align-items: center;
	margin: 0;
}

.credits-block-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 13px;
}

.welcome-right-block .progress {
	background-color: #FFFFFF;
	height: 6px;
}

.welcome-right-block .progress-bar {
	background-color: #242424;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.progress-block .small-detail {
	line-height: 150%;
	margin: 0 0 12px;
}

.progress-block .small-detail strong {
	font-weight: 800;
}

.welcome-main .row {
	margin: 0 -10px;
}

.welcome-main .row>* {
	padding: 0 10px;
}

.welcome-right,
.welcome-right .row {
	height: 100%;
}

.welcome-right .row {
	height: calc(100% + 16px);
}
/*========== Home Page End ==========*/

/*========== Request Page Start ==========*/
.request-main .main-title {
	margin: 0 0 16px;
	letter-spacing: 0.2px;
}

.request-main .common-detail {
	font-weight: 500;
	color: #718096;
	max-width: 481px;
	width: 100%;
}

.request-main {
	max-width: 846px;
	width: 100%;
	margin: 0 auto;
	padding: 91px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.request-examples .common-detail {
	font-weight: 700;
	margin: 0 0 32px;
}

.examples-block {
	padding: 16px;
	border: 1px solid #E2E8F0;
	min-height: 148px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.examples-block .small-detail {
	line-height: 150%;
	font-weight: 600;
	color: #232B38;
}

.examples-row .row {
	margin: 0 -8px;
}

.examples-row .row>* {
	padding: 0 8px;
}

.request-examples {
	margin: 0 0 32px;
}

.request-title .common-detail {
	margin: 0 0 24px;
}

.make-content {
	background-color: var(--white);
	padding: 20px;
	border: 1px solid #E2E8F0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
} 

.make-content .form-control {
	font-weight: 600;
	color: #2A313C;
	border: none;
	padding: 0;
	resize: none;
	background-color: transparent;
	min-height: 82px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.content-category-btn {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	background-color: var(--blue);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.content-category-btn:hover {
	background-color: var(--black);
}

.content-category-btn figure {
	display: flex;
}

.content-category-left {
	display: flex;
	align-items: center;
}

.content-category-left .form-check {
	font-size: 14px;
	color: #A0AEC0;
	margin: 0 32px 0 0;
}

.content-category-left .form-check .form-check-label {
    padding: 0 0 0 28px;
}

.content-category {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/*========== Request Page End ==========*/

/*========== Sign In Page Start ==========*/
.sign-in-wrp {
	background-color: var(--white);
}

.logo {
	max-width: 115px;
	width: 100%;
	display: block;
}

.sign-in-img {
  	margin: 24px 20px 24px 0;
}

.sign-in-img figure img {
  	width: 100%;
}

.sign-in-img figure img {
	height: calc(100vh - 48px);
	object-fit: cover;
}

.sign-in-left {
	padding: 48px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.sign-in-block {
	max-width: 427px;
	width: 100%;
	margin: 30px auto;
}

.sign-in-block .section-title {
	margin: 0 0 40px;
	text-align: center;
}

.form-control,
.form-select {
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	color: #1a202c;
	letter-spacing: 0.3px;
	border: 1px solid #e2e8f0;
	padding: 15px 40px 15px 16px;
	box-shadow: none !important;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.common-form .form-control::placeholder {
	color: #A0AEC0;
}

.form-control:focus {
	border-color: #e2e8f0;
	box-shadow: none;
}

.common-form .input-group-append {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 16px;
	top: 18px;
	cursor: pointer;
}

.common-form .form-group {
  	margin: 0 0 16px;
	position: relative;
}

.common-form .btn {
  	width: 100%;
}

.sign-up-btn {
  	padding: 32px 0 0;
}

.sign-up-btn p {
	font-weight: 500;
	margin: 0;
	text-align: center;
}

.sign-up-btn p a {
  	font-weight: 800;
}

.form-check {
	font-weight: 600;
	color: #1a202c;
	min-height: auto;
	padding-left: 0;
	margin-bottom: 0;
	position: relative;
}

.form-check .form-check-input {
	width: auto;
	height: auto;
	float: none;
	margin-left: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: -9999;
	margin-top: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.form-check .form-check-label {
	padding: 0 0 0 32px;
	position: relative;
	cursor: pointer;
}

.form-check .form-check-label::before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #e2e8f0;
	position: absolute;
	left: 0;
	top: 2px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.form-check .form-check-input:checked ~ .form-check-label::before {
	background-color: #194bfb;
	border-color: #194bfb;
}

.form-check .form-check-label::after {
	content: "";
	background-image: url("../images/check-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 11px;
	height: 8px;
	position: absolute;
	left: 4px;
	top: 8px;
	opacity: 0;
}

.form-check .form-check-input:checked ~ .form-check-label::after {
  	opacity: 1;
}

.forgot-password-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 0 32px;
}

.forgot-password {
	font-weight: 600;
}

.forgot-password a:hover {
  	color: #194bfb;
}

.sign-in-bottom {
	color: #718096;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sign-in-bottom p {
  	margin: 0;
}

.sign-in-bottom a:hover {
  	color: var(--blue);
}
/*========== Sign In Page End ==========*/

/*========== Sign Up Page Start ==========*/
.sign-up-bottom {
  	padding: 8px 0 24px;
}

.sign-up-bottom .form-check {
	font-size: 14px;
	color: #718096;
	font-weight: 500;
	margin: 0 0 8px;
}

.sign-up-bottom .form-check a {
	color: #1a202c;
	font-weight: 600;
}

.sign-up-bottom .form-check a:hover {
  	color: var(--blue);
}

.common-form .row {
  	margin: 0 -8px;
}

.common-form .row > * {
  	padding: 0 8px;
}
/*========== Sign Up Page End ==========*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/
/*Setting Account : Personal Info*/

.setting-header-main {
	padding: 24px 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 1px solid #e2e8f0;
}

.setting-head-left {
	display: flex;
	align-items: center;
}

.setting-head-left .logo {
	padding-right: 16px;
	margin-right: 16px;
	border-right: 1px solid #e2e8f0;
}

.setting-head-right {
	padding: 8px 9px;
	background: #e8edff;
	display: inline-flex;
	align-items: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.setting-head-right .setting-points {
	display: flex;
	align-items: center;
}

.setting-head-right .setting-points .setting-points-inner * {
	margin: 0;
	color: var(--black);
	font-size: 12px;
	line-height: 150%; /* 18px */
	letter-spacing: 0.4px;
}

.setting-head-right .setting-points img {
  	margin-right: 4px;
}

.accounts-notification-main,
.settings-wrp .nav-tabs {
	background-color: var(--white);
	border-right: 1px solid #e2e8f0;
	border-left: 0;
	max-width: 365px;
	width: 100%;
	height: calc(100vh - 72px);
	position: relative;
	overflow: auto;
	/* padding: 0 0 100px 0; */
	top: 0;
	/* bottom: 0; */
	display: block;
	flex: 0 0 auto;
}

.accounts-notification-wrap {
	display: flex;
	flex-direction: column;
	padding-top: 40px;
}

.tab1 .setting-wrapper {
	padding-top: 24px;
}

.account-normal-text * {
	font-size: 12px;
	line-height: 150%; /* 18px */
	color: #718096;
	font-weight: 600;
	margin: 0 0 0 40px;
	letter-spacing: 0.4px;
	text-transform: capitalize;
}

.nav-tabs .accounts-notification-link {
	display: flex;
	align-items: center;
	padding: 24px 40px;
	color: var(--black);
	border: none !important;
	background-color: var(--white);
	border-left: 3px solid transparent !important;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.accounts-notification-link:hover,
.accounts-notification-link.active {
	border-left-color: #5271ff !important;
	background-color: #fafafa !important;
}

.accounts-notification-link:hover svg path,
.accounts-notification-link.active svg path {
  	stroke: #5271ff;
}

.accounts-notification-link:hover .accounts-notification-icon,
.accounts-notification-link.active .accounts-notification-icon { 
	background-color: #e8edff;
}

.accounts-notification-icon {
	background: #fafafa;
	padding: 12px;
	height: 48px;
	width: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
}

.accounts-notification-item-name {
  	margin-left: 16px;
}

.accounts-notification-item-name .small-detail {
	line-height: 150%;
  	font-weight: 800;
	margin: 0 0 4px;
}

.accounts-notification-item-name .common-desc * {
	color: #718096;
	font-size: 12px;
	line-height: 150%; /* 18px */
	letter-spacing: 0.4px;
	margin: 0;
}

.accounts-notification-items {
  	padding-top: 16px;
}

.content-tab {
	display: none;
	opacity: 1;
	visibility: visible;
	position: relative;
}
.content-tab:first-child {
  	display: block;
}

.dashboard-container {
	display: flex;
	gap: 20px;
}

.dashboard-content-tabs {
	max-width: Calc(100% - 361px);
	width: 100%;
	/* display: none; */
	margin: 0 0 0 auto;
	/* height: calc(100vh - 72px); */
	/* overflow-y: hidden; */
	background: #fafafa;
}

.content-tab {
  	display: none;
}

.content-tab.active {
  	display: block;
}

.dashboard-content-tabs.active {
  	display: block;
}

/*Personal information page content*/

.setting-wrapper {
	/* padding-top: 48px; */
	max-width: 935px;
}

.setting-wrapper .perosnal-info-inner {
  	max-width: 765px;
}
.perosnal-info-inner .profile-picture img {
	height: 88px;
	width: 88px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.button-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.upload-picture-wrp .file-input {
  	display: none;
}

.upload-picture-wrp .file-input-btn {
	padding: 10px 15px;
	font-size: 14px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	background-color: var(--black);
	color: white;
}

.upload-picture-wrp .file-input-btn:hover {
  	background-color: #242424;
}

/* Remove button */
.upload-picture-wrp .remove-btn {
	background-color: transparent;
	border: 1px solid #ccc;
	color: black;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
}

.profile-picture-wrap {
	display: flex;
	align-items: center;
	margin: 0 0 46px;
}

.perosnal-info-inner .form-group {
  	margin-bottom: 32px;
}

.perosnal-info-inner .row > *:last-child .form-group {
  	margin-bottom: 10px;
}

.perosnal-info-inner .form-group label {
	color: #718096;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%;
	letter-spacing: 0.2px;
	margin: 0 0 12px;
}

.profile-picture-wrap .btn {
	font-size: 12px;
	letter-spacing: 0.4px;
	line-height: 150%;
	padding: 10px 29px;
	border-radius: 8px;
	border: 1px solid #e2e8f0;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.perosnal-info-inner .row {
	margin: 0 -12px;
}

.perosnal-info-inner .row>* {
	padding: 0 12px;
}

.upload-picture-wrp {
  	padding-left: 32px;
	display: flex;
}

.upload-picture-wrp .file-input-btn {
	color: var(--white);
	font-size: 12px;
	font-weight: 800;
	line-height: 150%;
	letter-spacing: 0.4px;
	padding: 11px 25px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.remove-btn.btn {
  	margin-left: 12px;
}

.remove-btn.btn:hover {
	background-color: #003cbe !important;
	color: var(--white) !important;
}

.profile-picture-wrap .profile-picture {
	border: 1px solid #5271ff;
	background: #fff;
	padding: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.form-main-btns {
	margin-top: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	/* gap: 16px; */
	padding: 40px 0 0;
}

.perosnal-info-inner form {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dashboard-content-tabs-inner {
	height: 100vh;
	overflow-x: hidden;
	/* padding: 40px; */
}

.perosnal-info-inner form .row .form-control::placeholder {
	color: #A0AEC0;
}

.form-main-btns .btn.btn-delete {
	border: 1px solid #ff7171;
	background: #fafafa;
	color: #dd3333;
	padding: 13px 12px;
	margin: 0 16px 0 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.form-main-btns .btn.btn-delete:hover {
	background: #dd3333;
	color: #fafafa;
}

.form-main-btns .btn {
	padding: 13px 19px;
	font-size: 14px;
	font-weight: 800;
	line-height: 150%; /* 21px */
	letter-spacing: 0.2px;
	max-width: 145px;
	width: 100%;
}

.dashboard-content-tabs-inner .content-tab {
	overflow-y: auto;
	overflow-x: hidden;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.setting-main {
  	padding: 40px;
}

.setting-main > .block-title {
	margin: 0 0 24px;
}
/*Personal information page content*/

/*Subscription page content*/
.setting-wrapper .subscription-inner {
	padding: 24px;
	background: #fff;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.subscription-plan {
	display: flex;
	justify-content: space-between;
}

.subscription-left {
	display: flex;
	flex-direction: column;
}

.subscription-left .small-detail {
	font-weight: 500;
	line-height: 150%;
	color: #718096;
	margin: 0 0 2px;
}

.subscription-right .small-detail {
	line-height: 20px;
	font-weight: 500;
	color: #5271ff;
	background: #e8edff;
	mix-blend-mode: multiply;
	padding: 2px 10px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.subscription-content-price {
	display: flex;
	margin: 32px 0 0 0;
	padding: 0 0 24px 0;
	border-bottom: 1px solid #e2e8f0;
}

.subscription-content-price li {
	list-style-type: none;
	font-size: 14px;
	line-height: 150%;
	font-weight: 500;
	margin-right: 40px;
	color: #718096;
}

.subscription-content-price li strong {
	font-weight: 800;
	color: var(--black);
}

.cancel-subscription-inner .small-detail {
	color: #475467;
	font-family: "Inter", "serif";
	font-weight: 600;
	line-height: 20px; /* 142.857% */
}

.cancel-subscription-inner {
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cancel-subscription-inner a {
	font-size: 16px;
	font-weight: 700;
	line-height: 150%; /* 24px */
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #5271ff;
	display: inline-flex;
	align-items: center;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.cancel-subscription-inner a:hover {
  	color: #1a202c;
}

.cancel-subscription-inner a:hover svg path {
  	stroke: #1a202c;
}
.cancel-subscription-inner a svg {
  	margin-left: 8px;
}

.cancel-subscription-inner a svg path {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.remaining-credit-main {
	background: #fafafa;
	padding: 20px;
	margin: 20px 0 0;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.remaining-credit-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.remaining-credit-flx {
	display: flex;
	align-items: center;
}

.remaining-credit-flx .remaining-credit-icon {
	background: #e8edff;
	width: 40px;
	height: 40px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	-ms-border-radius: 1000px;
	-o-border-radius: 1000px;
}

.btn-transparent {
	font-size: 12px;
	line-height: 150%;
	font-weight: 600;
	color: #242424;
	letter-spacing: 0.4px;
	padding: 6px 12px;
	border: 1px solid #e2e8f0;
	background: #fff;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.btn-transparent:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}

.remaining-credit-process .small-detail strong {
  	font-weight: 800;
}

.remaining-credit-process {
  	margin-top: 16px;
}

.remaining-credit-process .progress {
	margin-top: 16px;
	height: 6px;
}

.remaining-credit-process .progress .progress-bar {
	background: var(--black) !important;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.settings-wrp {
	position: relative;
	display: flex;
}

/*billing page*/
.billing-block {
	border: 0px solid #e2e8f0;
	background: #fff;
	padding: 24px;
	margin-bottom: 20px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.billing-flx {
	display: flex;
	justify-content: space-between;
}

.billing-flx .btn-transparent {
	/* padding: 6px 7px; */
	padding: 6px 10px;
}

/*Subscription page content*/


/*billing page*/
.setting-main .block-title svg {
  	display: none;
}

.setting-main .block-title svg {
  	margin-right: 10px;
}

.payment-method .payment-method-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 47px;
}

.payment-method .payment-method-wrap .payment-left {
  	display: flex;
}

.payment-method .payment-method-wrap .small-detail {
	line-height: 150%;
  	padding-left: 16px;
	margin: 0 0 2px;
}

.payment-method .payment-method-wrap .small-detail * {
	line-height: 150%;
	font-weight: 500;
  	color: #718096;
}

.payment-method .payment-method-wrap .small-detail p strong {
	font-weight: 800;
	color: var(--black);
}

.payment-method {
  	position: relative;
}

.notification-content {
	background: #fff;
	-moz-box-shadow: 8px -5px 24px 0px rgba(93, 106, 131, 0.1);
	-webkit-box-shadow: 8px -5px 24px 0px rgba(93, 106, 131, 0.1);
	box-shadow: 8px -5px 24px 0px rgba(93, 106, 131, 0.1);
	display: none;
	position: absolute;
	right: 0;
	padding: 8px 12px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.notification-content .notifictaion-content-wrp {
	display: flex;
	align-items: center;
	margin-bottom: 4px;
	min-width: 136px;
	width: 100%;
	padding: 6px 12px;
}

.notification-content .notifictaion-content-wrp:last-child {
	margin-bottom: 0;
}

.notification-content .notifictaion-content-wrp:hover {
	background: transparent;
	color: var(--blue);
}

.notification-content .notifictaion-content-wrp {
	color: #718096;
	font-size: 12px;
	font-weight: 600;
	line-height: 150%; /* 18px */
	letter-spacing: 0.4px;
}

.notification-content .notifictaion-content-wrp svg {
	height: 20px;
	width: 20px;
	margin-right: 12px;
}

.notification-content .notifictaion-content-wrp:hover svg path {
  	fill: var(--blue);
}

.notification-content > *:last-child:hover svg path {
	stroke: var(--blue) !important;
	fill: transparent !important;
}
.notification-content.active {
	display: block !important;
	right: -6px;
	position: absolute;
}

.notification-content .notifictaion-content-wrp button {
	border: 0px;
	background: transparent;
}

.notification-dots {
  	cursor: pointer;
}

.billing-details {
  	margin-top: 49px;
}

.billing-details .small-detail {
	line-height: 150%;
	color: var(--black);
	font-weight: 800;
	max-width: max-content;
}

.billing-details a {
	color: #718096 !important;
	display: flex;
	align-items: center;
	margin-top: 8px;
	font-weight: 500 !important;
	line-height: 150%;
	/*21px*/
	letter-spacing: 0.2px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.billing-details a:hover {
  	color: var(--blue) !important;
}

.billing-details a:hover svg path {
  	stroke: var(--blue);
}

.billing-details a svg {
	height: 20px;
	width: 20px;
	margin-right: 8px;
}

.payment-history-wrap {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #edf2f7;
	margin-top: 16px;
}

.billing-inner-wrap .row {
  	max-width: 935px;
}
.payment-table {
	width: 100%;
	border-collapse: collapse;
}

.payment-table th,
.payment-table td {
  	text-align: left;
}

.payment-cards {
  	display: none;
}

.payment-history {
  	width: 100%;
}
.payment-table th {
	padding: 17px 0;
	color: #718096;
	font-size: 14px;
	font-weight: 600;
	line-height: 150%; /* 21px */
	letter-spacing: 0.2px;
}

.payment-table input[type="radio"],
.payment-table input[type="checkbox"] {
	width: 24px;
	height: 24px;
	border: 2px solid #e2e8f0;
	border-radius: 50%;
	appearance: none;
	outline: none;
	accent-color: #e2e8f0;
	vertical-align: middle;
}

.payment-table input[type="radio"]:checked,
.payment-table input[type="checkbox"]:checked {
  	background-color: var(--blue);
}

.payment-history .payment-table tbody tr td {
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%; /* 21px */
	letter-spacing: 0.2px;
	padding: 17px 0;
}

.payment-history .payment-table tbody tr td strong {
	font-weight: 800;
}

.payment-history .payment-table tbody tr td a {
	font-family: "Inter", serif; 
	font-weight: 600;
}

.payment-history .payment-table tbody tr,
.payment-history .payment-table thead tr {
 	border-bottom: 1px solid #e2e8f0;
}


div.dt-container.dt-empty-footer tbody>tr:last-child>* {
	border-bottom: none !important;
}

.payment-history table.dataTable>thead>tr>th, 
.payment-history table.dataTable>thead>tr>td {
	border: none;
	padding: 17px 0 !important;
	outline: none !important;
}

/* Default sorting */
.dt-orderable-asc .dt-column-order::before,
.dt-orderable-asc .dt-column-order::after {
    display: none !important; /* Hide default icons */
}

/* .dataTables_wrapper .sorting {
    background: url('../images/table-topdown-arrow.svg') no-repeat center right;
    background-size: 12px; 
} */

/* .dataTables_wrapper .sorting_asc {
    background: url('your-asc-icon.png') no-repeat center right;
    background-size: 12px;
} */


/* .dataTables_wrapper .sorting_desc {
    background: url('your-desc-icon.png') no-repeat center right;
    background-size: 12px;
} */


.download-link {
  	color: var(--blue);
}

.download-link:hover {
  	color: var(--blueGray);
}

.download-link:hover svg path {
  	fill: var(--blueGray);
}

.payment-table tbody > *:last-child {
  	border-bottom: 0px !important;
}

.payment-table tbody tr > *:last-child {
  	text-align: right;
}
.payment-table thead tr > *:last-child {
  	text-align: right;
}

/*billing page*/

/*results page*/

.results-main {
	background: #fafafa;
	max-width: 846px;
	width: 100%;
	margin: 0 auto;
	padding: 74px 30px;
	/* height: 100vh; */
	/* overflow-y: hidden; */
}

.results-main .main-title {
	font-size: 32px;
	font-weight: 800;
	line-height: 125%; /* 40px */
	letter-spacing: 0.2px;
	background: -moz-linear-gradient(273deg, #4285F4 59.14%, #242424 78.81%);
	background: -webkit-linear-gradient(273deg, #4285F4 59.14%, #242424 78.81%);
	background: linear-gradient(273deg, #4285F4 59.14%, #242424 78.81%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results-block {
	border: 0px solid #e2e8f0;
	background: #fff;
	padding: 20px;
	display: flex;
	margin-bottom: 17px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.heart-icn {
	background:  #F7FAFC;
	height: 32px;
	width: 32px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	cursor: pointer;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.heart-icn svg {
	max-width: 100%;
	height: auto;
}

.results-block.active .heart-icn svg path {
    fill: #FF3131;
    stroke: none;
}

.results-block-left .large-detail {
  	color: #232B38;
}

.results-block-left .small-detail {
	line-height: 150%;
	font-weight: 500;
	margin-top: 8px;
	color:#718096;
}

.results-wrap {
  	margin-top: 57px;
}
/*results page*/



/*========== Scripts Page Start ==========*/
.generate-content-wrp {
	max-width: 846px;
	width: 100%;
	margin: 36px auto 32px;
}

.generate-content-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 0 0 auto;
	padding: 0 0 0 12px;
}

.generate-content-block {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px;
	background-color: var(--white);
	margin: 0 0 16px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.generate-content-left .large-detail {
	margin: 0 0 8px;
}

.generate-content-left {
	max-width: 730px;
	width: 100%;
	color: #232B38;
}

.generate-content-left .small-detail {
	line-height: 150%;
	font-weight: 500;
	color: #5D6A83;
}

.generate-content-left .small-detail p {
	margin: 0 0 8px;
}

.generate-content-left .small-detail p:last-child {
	margin-bottom: 0;
}

.generate-content-left .small-detail p a {
	color: #242424;
}

.generate-content-left .small-detail p a:hover {
	color: var(--blue);
}

.generate-content-right .heart-icn {
	margin: 0 16px 0 0;
}

.close-content,
.close-content figure {
	display: flex;
}

.generate-content-wrp .section-title {
	display: inline-block;
	margin: 0 0 16px;
	background: -moz-linear-gradient(273deg, #5271FF 23.05%, #242424 102.12%);
	background: -webkit-linear-gradient(273deg, #5271FF 23.05%, #242424 102.12%);
	background: linear-gradient(273deg, #5271FF 23.05%, #242424 102.12%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.generate-content-bottom .form-group {
	margin: 0 0 16px;
}

.generate-content-bottom .row {
	margin: 0 -8px;
}

.generate-content-bottom .row>* {
	padding: 0 8px;
}

.generate-content-bottom textarea {
	min-height: 140px;
}

.generate-content-bottom textarea::placeholder {
	color: #A0AEC0;
}

.generate-content-bottom .form-group .btn {
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 13px;
}

.generate-content-bottom {
	margin: 0 0 32px;
}

.content-result-block .generate-content-right .heart-icn {
	margin: 0;
}

.content-result-block .generate-content-block {
	border: 1px solid var(--blue);
}
/*========== Scripts Page End ==========*/

/*========== Request New Page Start ==========*/
.request-new .request-title .common-detail {
	max-width: 508px;
	width: 100%;
	margin: 0 0 32px;
}

.request-new .request-title .common-detail p {
	margin: 0 0 24px;
}

.request-new .request-title .common-detail p:last-child {
	margin-bottom: 0;
}

.request-new .request-title .common-detail strong {
	font-weight: 700;
}

.specific-subreddit-block .form-group {
	display: flex;
	align-items: center;
}

.specific-subreddit-block .form-group .form-label {
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
	color: #718096;
	margin: 0 4px 0 0;
	flex: 0 0 auto;
}

.specific-subreddit-block .small-detail {
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
	color: #718096;
	margin: 0 0 8px;
}

.specific-subreddit-block {
	padding: 16px 0 0;
}

.specific-subreddit-block .form-group .plus-icon {
	display: flex;
	margin: 0 0 0 13px;
	flex: 0 0 auto;
}

.specific-subreddit-block .form-group .plus-icon:hover {
	filter: brightness(10%);
	-webkit-filter: brightness(10%);
}

.specific-subreddit-block .form-group .plus-icon figure {
	display: flex;
}

.specific-subreddit-block .form-group .form-control {
	font-weight: 400;
	padding: 7px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.specific-subreddit-block .form-group .form-control::placeholder {
	color: #A0AEC0;
}

.specific-subreddit-block .form-check {
	padding: 12px 0 0;
}

.specific-subreddit-block .form-check .form-check-label {
	font-size: 14px;
	color: #718096;
}
/*========== Request New Page End ==========*/

/*========== Schedule Page Start ==========*/
.schedules-wrp {
	padding: 36px 46px 40px 40px;
}

.schedules-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px;
}

.schedules-title-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.schedules-title-right .btn {
	font-size: 14px;
	padding: 9px 24px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.schedules-title-right .btn-border {
	color: #242424;
	background-color: #FAFAFA;
	border-color: #E2E8F0;
	margin: 0 12px 0 0;
}

.schedule-table-wrp {
	padding: 24px;
	background-color: var(--white);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
}

.schedules-title .section-title {
	display: inline-block;
	background: -moz-linear-gradient(273deg, #5271FF 63.05%, #242424 82.12%);
	background: -webkit-linear-gradient(273deg, #5271FF 63.05%, #242424 82.12%);
	background: linear-gradient(273deg, #5271FF 63.05%, #242424 82.12%);
	background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 

.schedule-table-wrp .large-detail {
	margin: 0 0 16px;
}

.schedule-table-wrp .payment-table th {
	padding: 20px 12px;
	border-top: 1px solid #EDF2F7;
}

.schedule-table-wrp .payment-table tbody tr th {
	font-weight: 800;
	color: #242424;
}

.payment-table tbody tr td {
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
	color: #232B38;
	padding: 20px 12px;
	border-top: 1px solid #EDF2F7;
}

.payment-table tbody tr td span {
	font-weight: 800;
	color: #5271FF;
	text-decoration: none;
}

.schedule-status {
	font-weight: 500;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
}

.schedule-status p {
	margin: 0;
}

.payment-table .form-switch .form-check-input {
	width: 36px;
	height: 20px;
	margin: 0;
	box-shadow: none;
	border: none;
	background-color: #EDF2F7;
	--bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	opacity: 1;
	position: relative;
	z-index: unset;
	cursor: pointer;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
}

.payment-table .form-switch .form-check-input:checked {
	background-color: #194BFB;
}

.schedules-inner {
	margin: 0 0 24px;
}

.schedules-inner .specific-subreddit-block {
	max-width: 436px;
	width: 100%;
}

.search-team-left {
	display: flex;
}

.search-team-left .form-group {
	margin: 0;
	flex: 0 0 auto;
}

.search-team-left .form-group:first-child {
	max-width: 436px;
	width: 100%;
	margin: 0 12px 0 0;
} 

.search-team-left .form-group:last-child {
	max-width: 279px;
	width: 100%;
}

.search-team-left .form-group label {
	margin: 0 0 6px;
}

.search-team-left .form-control,
.search-team-left .form-select {
	font-size: 13px;
	color: #1A202C;
	padding: 10px 40px 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.search-team-left .form-control {
	padding: 10px 12px;
}

.search-team-left .form-control::placeholder {
	color: #A0AEC0;
}

.search-team-right .form-check .form-check-input:checked ~ .form-check-label::before {
	background-color: #242424;
	border: #242424;
}

.schedules-date-picker {
	position: relative;
	max-width: 216px;
	width: 100%;
	margin-left: 12px;
	flex: 0 0 auto;
}

.datepicker-icon {
	display: flex;
	position: absolute;
	right: 14px;
	top: 50%;
	pointer-events: none;
	appearance: none;
	-webkit-appearance: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.datepicker-icon figure {
	display: flex;
}

.search-team-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.search-team-block {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.schedules-date-picker .form-control {
	font-size: 13px;
	padding: 10px 35px 10px 12px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.search-team-right .form-check {
	flex: 0 0 auto;
}

.search-team-right .form-check .form-check-label {
	font-size: 14px;
	line-height: 150%;
	font-weight: 600;
	color: #718096;
}

.delete,
.delete figure {
	display: flex;
	width: 18px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.delete:hover {
	filter: brightness(10%);
	-webkit-filter: brightness(10%);
}

.daterangepicker {
	border-color: #e2e8f0 !important;
	border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	-ms-border-radius: 8px !important;
	-o-border-radius: 8px !important;
}

.daterangepicker .calendar-table th, 
.daterangepicker .calendar-table td {
	font-family: "Manrope", serif;
}

.daterangepicker td.active, .daterangepicker td.active:hover,.daterangepicker td.end-date.in-range {
    background-color: #194BFB !important;
	color: #fff !important;
}

.daterangepicker td.in-range {
    background-color: #e8edff !important;  
}
/*========== Schedule Page End ==========*/
