
/* ************Topics List Page************* */

.subTopicsBtn{
	border: 1px solid #000B33;
    padding: 0 20px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    max-width: 303px;
	width: 100%;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    /* line-height: 188.5%; */
	font-family: 'PlusJakartaSans';
}
.countSubtopics {
	font-family: 'PlusJakartaSans';
	color: #9A9DA9;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	/* line-height: 188.5%; */
}
/* -----Topics-------------------- */
.topicsCnt {
	padding-top: 145px;
}

.TopicsList {
	display: flex;
    flex-wrap: wrap;
    column-gap: 22px;
}

.TopicTypeWrap  {
	display: flex;
	column-gap: 22px;
	align-items: center;
}

.TopicsListBox {
	max-width: 318px;
    width: 100%;
	flex-basis: calc(33.33% - 22px);
    border-radius: 20px;
    border: 1px solid #dce1e6;
    background: #FFF;
    padding: 10px 14px 10px 14px;
	margin-bottom: 17px;
	cursor: pointer;
	transition: all .3s ease;
}

.TopicItemImg  {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background-color: var(--grey_primary);
    border-radius: 20px;
}

.TopicItemImg img {
	flex-shrink: 0;
    width: auto;
    height: 34px;
}

.TopicsTypeDetails {
	flex-grow: 1;
}

.TopicTypeTxt {
	color: #010F2E;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 5px;
}

.TopicTypeNo {
	color: #010F2E;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}
.TopicsPgnWrap {
	padding: 100px 0;
}
.TopicsListBox:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.searchTopicsWrap {
	display: flex;
    justify-content: space-between;
    padding-bottom: 90px;
	align-items: self-end;
}

.TopicsBreadcrumbs {
	max-width: 270px;
	width: 100%;
}

.searchTopicInput {
	max-width: 640px;
	width: 100%;
}
.TotalTopicsCountWrap {
	max-width: 250px;
	width: 100%;
	text-align: right;
	
}
 
.TotalTopicsCountWrap  .bkShw {
    color: var(--grey_font_V3);
    font-family: 'Inter';
}

.TotalTopicsCountWrap  .bkShw span {
	font-family: 'Inter';
	font-weight: bold;
}
.searchTopicInput .optTop {
	border-bottom: 1px solid var(--blue_primary);
}
.searchTopicInput input::placeholder,
.searchTopicInput input:-ms-input-placeholder,
.searchTopicInput input::-ms-input-placeholder {
	color: var(--blue_primary)!important;
	opacity: 1;
	font-weight: normal;
}
.selectHeading h3 {
	font-family: 'Inter';
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 188.5%;
	color:var(--blue_primary)
}
/* ***********End topics******************* */

/* ****************SignUp Start************************************** */
.signUpBox {
	border-radius: 30px;
    background-color: var(--white_primary);
    box-shadow: 0px 12px 41px 0px rgba(0, 11, 51, 0.10);
    padding: 60px 60px 90px;
    width: 100%;
    max-width: 620px;
    margin: auto;
}
.inputWrapBlock {
	display: flex;
	padding-bottom: 15px;
	align-items: center;
	column-gap: 15px;
}
.inputWrapBlock input {
	max-width: 375px;
    width: 100%;
    border-radius: 7px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #D7DBEB;
    background: #FFF;
	padding: 0 12px;
}
.inputWrapBlock label {
	color: #5D6185;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-width: 140px;
}
.dobWrap {
	display: flex;
	column-gap: 15px;
}
.dobWrap input {
	max-width: 127px;
}
.inputWrapBlock select {
	height: 42px;
    border-radius: 8px;
    border: 1px solid #D7DBEB;
    background: #FFF;
    padding: 0 12px;
	max-width: 106px;
    width: 100%;
	appearance: none;
	background: url(../images/selectDwIcon.png) 94% no-repeat;
    background-size: 9px;
}
.phoneNumWrap input[type=text] {
	max-width: 295px;
}
.flex {
	display: flex;
}
.signUpConditinsPolicyWrap {
	padding-top: 40px;
}
.signtermsConditionPolicy, .signUpagreeInfo {
	column-gap: 10px;
	padding-bottom: 10px;
	align-items: center;
}

.tgleTxt {
	color: var(--blue_primary);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 159.5%;
}
.signUpBtnWrap {
	padding-top: 30px;
}
.signUpBtn {
	border-radius: 8px;
	background: #1C3E77;
	width: 100%;
	height: 56px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-family: 'PlusJakartaSans';
}
.alreadyRemembInfo p a {
	color: #1C3E77;
	font-size: 17px;
	font-weight: bold;
	line-height: normal;
}
.alreadyRemembInfo p {
	color: #5D6185;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	padding-top: 25px;
}
.popupHeadingWrap {
	padding-bottom: 40px;
}
.signUpHeadingTxt {
	color: #1C3E77;
	font-family: 'Inter';
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom: 8px;
}
.signUpDescTxt {
	color: #5D6185;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 159.5%;
}

/* ****************SignUp End************************************** */

/* ****************Otp Start************************************** */
.otpBox, .deactivateBox, .subscriptPopupBox {
	border-radius: 30px;
    background-color: var(--white_primary);
    box-shadow: 0px 12px 41px 0px rgba(0, 11, 51, 0.10);
    padding: 60px 60px 90px;
    width: 100%;
    max-width: 528px;
	width: 100%;
    margin: auto;
}
.otpWrap {
	text-align: center;
}
.bookLogo img {
	max-width: 90px;
	width: 100%;
}
.otpInputWrap input {
	border-bottom: 2px solid #D3D7E0;
	max-width: 42px;
	width: 100%;
	padding: 10px;
	color: #000B33;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 33.6px */
	letter-spacing: -0.56px;
}
.otpInputWrap input:not(:last-child) {
	margin-right: 8px;
}
.bookLogo {
	padding: 20px 0 50px;
	text-align: center;
}

.popupHeadingTxt {
	padding-bottom: 25px;
	color: #000B33;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.48px;
}
.popupHeadingDescTxt {
	color: #000B33;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.32px;
}

.otpHeadingDescTxt a {
	color: #000B33;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.32px;
}
.otpSendTimeWrap {
	padding-top: 40px;
}
.otpSendTime {
	color: #000B33;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.32px;
}
.otpSendTime span {
	color: #ED1C24;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.32px;
	padding-left: 5px;
}
.recentCodeLink {
	margin-top: 25px;
	display: block;
	color: #1C3E77;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 30px;
}
.otpSndBtn, .resetPswrdBtn, .returnSignInBtn, .saveChangebtn, .searchConfirmBtn, .deactivateBtn, .subscriptLoginBtn {
	font-family: 'PlusJakartaSans';
	border-radius: 8px;
	background: #1C3E77;
	width: 100%;
	height: 56px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.otpSendTimeWrap {
	padding-top:40px;
}

/* ****************Otp End************************************** */
/* ****************Success, fogotPassword Start************************************** */
.SucessBox, .forgotPswrdBox, .resetPswrdBox, .checkEmailBox {
	border-radius: 30px;
    background-color: var(--white_primary);
    box-shadow: 0px 12px 41px 0px rgba(0, 11, 51, 0.10);
    padding: 60px 60px 90px;
    width: 100%;
    max-width: 528px;
    margin: auto;
}
.SucessWrap {
	text-align: center;
}
.sucessMsgImgWrap img {
	max-width: 154px;
	width: 100%;
}
.sucessMsgHeading {
	color: #000B33;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 28.8px */
	letter-spacing: -0.48px;
}
.sucessMsgDesc {
	color: #000B33;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 20.8px */
	letter-spacing: -0.32px;
	padding-top: 23px;
}
.sucessMsgContent {
	padding: 12px 0 0;
}
.forgotFrmWrap, .resetPswrdFrmWrap {
	padding-top: 47px;
}
.returnSignInBtnWrap {
	padding-top: 44px;
}

.returnSignInBtn{
	max-width: 300px;
}

/* ****************Success End************************************** */
/* ****************Filter Start************************************** */
.filterPopupBox {
	max-width: 606px;
	width: 100%;
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 12px 41px 0px rgba(0, 11, 51, 0.10);
	margin: auto;
	padding: 57px 59px 39px;
}
.filterHeading {
	color: #000B33;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.filterSearchInputWrap input{
    width: 100%;
    border-radius: 12px;
    border: 1px solid #D7DBEB;
    background: url(../images/ic_Search_bl.svg) 95% no-repeat;
    height: 44px;
    background-size: 22px;
    padding: 0 23px;

}
.filterPopupWrap {
	position: relative;
}
.popupClose {
	position: absolute;
    top: 7px;
    right: 0;
}
.filterPopupFrmWrap {
	padding-top: 34px;
}
.filterLabelcontainer {
	display: block;
	position: relative;
	padding-left: 45px;
	margin-bottom: 12px;
	cursor: pointer;
	color: #000B33;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.filterLabelcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: -5px;
	left: 0;
	height: 32px;
	width: 32px;
	background-color: #fff;
}
.filterLabelcontainer input ~ .checkmark {
	border-radius: 10px;
	border: 1px solid #D7DBEB;
	background: #FFF;
}
.filterLabelcontainer input:checked ~ .checkmark {
	background-color: #1C3E77;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.filterLabelcontainer input:checked ~ .checkmark:after {
	display: block;
}

.filterLabelcontainer .checkmark:after {
	left: 11px;
	top: 5px;
	width: 6px;
	height: 13px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filterSelectBoxListWrap {
	padding-top: 37px;
	padding-bottom: 40px;
	position: relative;

}

.filterSelectBoxListWrap::after {
	content: "";
	width: 606px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: -60px;
	bottom: 0;
}
.filterListTitle {
	color: #60667B;
	font-family: 'Inter';
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 36px;
}
.filterSelectBox {
	margin-bottom: 23px;
}
.filterApplyBtnWrap {
	padding-top: 29px;
}
.filterApplyBtn {
	max-width: 112px;
	width: 100%;
	font-family: 'PlusJakartaSans';
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-radius: 40px;
	background: #1C3E77;
	height: 49px;
	padding: 0 15px;
}
.popupClose a img {
	max-width: 18px;
	width: 100%;
}
/* ****************Filter End************************************** */
/* ****************Edit Profile Start************************************** */
.editProfilePopupBox {
	border-radius: 20px;
	background: #FFF;
	max-width: 482px;
	width: 100%;
	padding: 48px 71px 74px 61px;
	margin: auto;
}
.editHeading {
	color: #000B33;
	font-family: 'PlusJakartaSans';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 23px;
}
.editProfilePopupWrap {
	position: relative;
}
.popupInputBlock {
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}
.popupInputBlock .inputPopupLabel {
	color: #3D426B;
	font-family: 'PlusJakartaSans';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom: 9px;
}
.popupInputBlock input[type="text"], .popupInputBlock input[type="email"], .popupInputBlock input[type="number"] {
	border: 1px solid #C3C9E0;
	background: #FFF;
	max-width: 349px;
	width: 100%;
	height: 48px;
	padding: 0 20px;
	border-radius: 8px;
	color: #000B33;
	font-family: 'PlusJakartaSans';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.popupInputBlock select {
	border: 1px solid #C3C9E0;
	max-width: 93px;
	width: 100%;
	height: 48px;
	padding: 0 10px;
	border-radius: 8px;
	color: #000B33;
	font-family: 'PlusJakartaSans';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: url(../images/selectDwIcon.png) 94% no-repeat;
	appearance: none;
	background-size: 9px;
}
.popupInputBlock input[type="number"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	appearance: none;
}

.disable {
	background: #F3F5F9!important;
}
.inputFlexWrap {
	display: flex;
	column-gap: 10px;
}
.dayInput {
	max-width: 103px!important;
}
.noColumngap {
	column-gap: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.saveChangebtnWrap {
	padding-top: 30px;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.editPflImgWrap img {
	max-width: 100px;
	width: 100%;
	height: 100px;
}
.profileImgIcon img{
	max-width: 12px;
    width: 100%;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 9px;
    margin-left: 10px;
}
.editPflImgWrap {
	position: relative;
}

/* ****************Edit Profile End************************************** */
/* ****************Edit Area Of Intrest start************************************** */
.editAreaSearchTabWrap, .intrstItemSelectTab {
	background: #F3F5F8;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    column-gap: 10px;
}
.searchTopicBtn , .searchAuthorBtn {
	background: transparent;
    padding: 0 14px;
    height: 44px;
    border-radius: 7px;
    max-width: 169px;
    width: 100%;
    color: #000B33;
    text-align: center;
    font-family: 'PlusJakartaSans';
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    letter-spacing: -0.4px;
	font-weight: 400;
	display: flex;
    align-items: center;
    justify-content: center;
}
.searchTopicBtn.active {
	background: #FFF;
	font-weight: 600;
}
.arIntItm.deactive {
	border: 1px solid #C7CCD2;
	background: #EFF2F5;
}
.arIntItm.deactive .arIntTxt {
	color: #828E9C;
	text-align: center;
	font-family: 'PlusJakartaSans';
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 20.4px */
	letter-spacing: -0.34px;
}
.editAreaIntSubheading {
	color: #A3B0CB;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.searchTabContentWrap {
	padding-top: 50px;
}
.searchConfirmBtnWrap {
	padding-top: 30px;
}


/* ****************Edit Area Of Intrest End************************************** */
/* ****************Account Settings Start************************************** */
.subSetCntRt {
	width: 100%;
}
.orderHistoryTableWrap table {
	width: 100%;
	border-collapse: separate; border-spacing: 0;
}
.orderHistoryTableWrap table th , .orderHistoryTableWrap table td {
	text-align: left;
	padding: 10px;
}
.orderHistoryTableWrap table th {
	color: #000B33;
	font-family: 'PlusJakartaSans';
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100.5%; /* 18.09px */
}
.orderHistoryTableWrap table td {
	color: #525971;
	font-family: 'PlusJakartaSans';
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100.5%; /* 15.075px */
}
.tableHeading {
	color: #000B33;
	font-family: 'PlusJakartaSans';
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 100.5%; /* 22.11px */
}

.orderDescHistory {
	color: #8C8FA8;
	font-family: 'PlusJakartaSans';
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 360.5%; /* 64.89px */
}
.tableDwnldBtn {
	max-width: 136px;
	width: 100%;
	border-radius: 10px;
	border: 0.5px solid #000B33;
	background: #FFF;
	color: #000B33;
	font-family: 'PlusJakartaSans';
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 180.5%; /* 28.88px */
	padding: 7px 10px;
} 

.planType {
	font-family: 'PlusJakartaSans';
	font-size: 16px!important;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}
.yColor {
	color: #D7A213!important;
}
.orangeColor {
	color: #A04A1A!important;
}
.greyColor {
	color: #8999A3!important;
}
.orderHistoryTableWrap table tbody tr:hover {
	border-radius: 10px;
	border: 1px solid rgba(0, 11, 51, 0.10);
	background: #FFF;
	box-shadow: 0px 4px 22px 0px rgba(28, 62, 119, 0.10);

}

.orderHistoryTableWrap table tbody tr:hover td { 
    padding: 10px;
}

.orderHistoryTableWrap table tbody tr:hover td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.orderHistoryTableWrap table tbody tr:hover td:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.orderHistoryTableWrap {
	padding-top: 30px;
}

.profileImgIcon {
	position: absolute;
    bottom: 5px;
    left: 19%;
    background: #163469;
    /* padding: 12px; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
	box-shadow: 0px 0px 0px 4px white;
}

/* ****************Account Settings 22-09-2023 End************************************** */

/* ****************Deactivate Account Start************************************** */
.deactivateImg img {
	max-width: 154px;
	width: 100%;
}
.deactivateImg, .deactivateFrmWrap {
	text-align: center;
}
.deactivateBtn {
	border-radius: 18px;
	font-weight: 500;
}
.deactivateImg, .deactivateTxtContent {
	padding-bottom: 39px;
}
.deactivateFrmWrap .gplbl {
	padding-bottom: 18px;
	font-weight: 600;
}
/* ****************Deactivate Account End************************************** */
/* ****************Intrested Topics Authors Start************************************** */
.intrstCnt {
	padding-top: 65px;
}
.intrstSearchField {
	max-width: 583px;
	width: 100%;
	margin: auto;
}
.intrstWrap {
	text-align: center;
}

.intrstHeading {
	color: #000B33;
	text-align: center;
	font-family: 'PlusJakartaSans';
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.intrstDesc {
	color: #000B33;
	text-align: center;
	font-family: 'PlusJakartaSans';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 188.5%; /* 33.93px */
}
.intrstItemSelectTab {
	max-width: 350px;
	width: 100%;
	margin: auto;
}
.intrstItemSearchWrap {
	padding-top: 50px;
}
.intrstSearchField {
	padding-top: 44px;
}
.intrstTopicsHeading {
	color: #000B33;
	text-align: center;
	font-family: 'PlusJakartaSans';
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.intrstTopicsTabContent {
	padding-top: 62px;
}
.intrstTopicsList {
	max-width: 802px;
	width: 100%;
	margin: auto;
	padding-top: 55px;
}
.intrstTopicsList .arIntLst {
	justify-content: center;
}

.continueSkipBtnWrap {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding-top: 82px;
}
.continueBtn {
	padding: 0px 30px;
	border-radius: 40px;
	background: #1C3E77;
	color: #FFF;
	font-family: 'PlusJakartaSans';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	height: 49px;
	max-width: 142px;
	width: 100%;
}
.skipBtn {
	padding: 0px 30px;
	border-radius: 40px;
	border: 1px solid #1C3E77;
	background: #FFF;
	color: #1C3E77;
	font-family: 'PlusJakartaSans';
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	height: 49px;
	max-width: 142px;
	width: 100%;
}
/* ****************Intrested Topics Authors End************************************** */

/* ****************Subscription Start************************************** */
	.subscriptPopupImgWrap img {
		max-width: 117px;
		width: 100%;
		padding-bottom: 21px;
	}
	.subscriptPopupWrap {
		text-align: center;
	}
	.subscriptLoginBtn {
		margin: 20px 0 30px;
	}
	.subscriptPopupMsgHeading {
		padding-bottom: 23px;
	}
/* ****************Subscription End************************************** */

/* ****************Client User Popup ************************************** */
.clientUserLoginBg {
	background: url(../images/clientLginBg.jpg) center center no-repeat;
	width: 100%;
	height: 100vh;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.clientUserLoginBgOvrlay {
	background: rgba(14, 29, 58, 0.65);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.centerWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.clientUserPopupBox {
	max-width: 504px;
	width: 100%;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 14px 43px 0px rgba(0, 11, 51, 0.05);
	margin: auto;
	padding: 60px 70px 80px;
}

.forgotpswrdLink {
	color: #5D6185;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top: 28px;
    text-align: center;
	cursor: pointer;
}
.clientUserPopupBox .lgnBtnWrap {
	padding-top: 15px;
}

.clientUserPopupBox .lgnFrmWrap {
	padding-top: 15px;
}
.clientUserPopupBox .logoWrap {
	justify-content: flex-start;
}
.clientUserPopupBox .lgnLogoWrap .logo {
    justify-content: flex-start;
	margin: unset;
}
.clientUserColorPg {
	background: #F6F6FA;
	width: 100%;
	height: 100vh;
}
.clientUserColorPg .clientUserPopupBox {
	box-shadow: 0px 12px 41px 0px rgba(0, 11, 51, 0.10);
}


@media screen and (max-width: 1550px) {
	.TopicsListBox {
		max-width: 28vw;
	}
	/* ***********End topics******************* */
}

@media screen and (max-width: 1450px) { 
	.subSetCnt {
		column-gap: 70px;
	}
	.tableDwnldBtn {
		font-size: 14px;
	}
	.orderHistoryTableWrap table th {
		font-size: 17px;
	}
	.continueBtn, .skipBtn {
		font-size: 16px;
		max-width: 130px;
		height: 46px;
	}
	.bookLogo {
		padding: 20px 0 35px;
	}
	.popupHeadingTxt {
		font-size: 23px;
		padding-bottom: 22px;
	}
	.popupHeadingDescTxt {
		font-size: 15px;
	}
}
@media screen and (max-width: 1450px) {  
	.subSetCnt {
		flex-direction: column;
	}
	.subSetCntRt {
		padding-top: 40px;
	}
	/* --client user login-------------- */
	.clientUserPopupBox {
		padding: 60px 60px 80px;
	}
}

@media screen and (max-width: 1200px) { 
	.subTopicsBtn {
		max-width: 260px;
		width: 100%;
	}
	.TopicTypeNo {
		font-size: 13px;
	}
	.TopicsListBox {
		padding: 5px 7px;
	}
	.TopicItemImg {
		width: 60px;
		height: 60px;
		border-radius:16px;
	}
	.topicsCnt {
		padding-top: 95px;
	}
	.TopicsPgnWrap {
		padding: 70px 0;
	}
	.searchTopicInput {
		max-width: 53vw;
	}
	.TopicsBreadcrumbs {
		max-width: 20vw;
	}
	.TotalTopicsCountWrap {
		max-width: 20vw;
	}
	.selectHeading h3 {
		font-size: 28px;
	}
	h3 {
		font-size: 20px;
	}
	/* ***********End topics******************* */

}
@media screen and (max-width: 1023px) {
	.subTopicsBtn {
		padding: 0px 12px;
    	height: 39px;
		max-width: 170px;
		font-size: 14px;
	}
	.countSubtopics {
		font-size: 12px;
	}
	.bkShw {
		font-size: 11px;
	}

}

@media screen and (max-width: 990px) {
	.subTopicsBtn {
		height: 32px;
	}
	.pgCenter {
		padding: 0 40px;
	}
	.TopicsList {
		column-gap: 12px;
	}
	.TopicsListBox {
		max-width: 300px;
		flex-basis: calc(33.33% - 12px);
	}

	.TopicTypeWrap {
		column-gap: 12px;
	}
	.topicsCnt {
		padding-top: 65px;
	}
	.TopicsPgnWrap {
		padding: 50px 0;
	}
	.TopicsBreadcrumbs {
		max-width: 200px;
	}
	.TotalTopicsCountWrap {
		max-width:270px;
	}
	.selectHeading h3 {
		font-size: 24px;
	}
	/* ***********End topics******************* */
}
@media screen and (max-width: 768px) {
	/* --client user login-------------- */
	.lgnLogoWrap .logo img {
		max-width: 250px;
	}
	.bookLogo img {
		max-width: 75px;
	}
	.otpSndBtn, .resetPswrdBtn, .returnSignInBtn, .saveChangebtn, .searchConfirmBtn, .deactivateBtn, .subscriptLoginBtn {
		font-size: 16px;
		height: 49px;
	}
	.clientUserPopupBox {
		padding: 45px 40px 60px;
	}
	
}