/*
Theme Name: Help Cap Theme
Theme URI: https://thinksys.com/
Author: Thinksys
Author URI: https://thinksys.com/
Description: User Manual
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap'); 
body{
font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
background-color: #fff; 
font-size: 14px;
}
.gap {
  --gap: 1em;
  gap: var(--gap);
}
hr{
	margin: 0rem 0 1rem;
}
body.dark_theme, 
body.dark_theme #sidebar-menu .category-list .category-list-item,
body.dark_theme #sidebar-menu .category-list .category-list-item .category-submenu-item a,
body.dark_theme #previous-nav-link, 
body.dark_theme #next-nav-link {
    color: #c3c3c3;
	background-color: #1b1b1b;
}
body.dark_theme .navbar-toggler{
	background-color: #c3c3c3;
}
/*header*/
.navbar .navbar-brand img{
width: 150px;
}
.navbar .contact-usbtn,.contact-usbtn .btn.btn-primary {
    border-radius: 3px;
    padding: 2px 10px 3px;
background: #316eb6;
color: #ffffff;
}
.navbar .contact-usbtn a{
text-decoration: none;
color: #ffffff;
}

.navbar .dropdown img{
width: 25px;
border-radius: 50%;
}

.dropdown-toggle::after {
  content: '';
  border: unset;
}
.navbar-nav .dropdown-menu {
  left: -17rem;
  width: 20rem;
  top: 2.5rem;
  padding: 10px;
  background: #fbfbfb;
}
.navbar .dropdown .dropdown-menu img{
  width: 50px;
  display: inline-block;
  border-radius: 50%;
  }
  .navbar .dropdown .dropdown-menu .contact-usbtn {
  width: fit-content;
}

/*Home Page*/
.searchSection{
  background: #316eb6;
  padding: 55px 0;
}
.search_head h1{
  color: #fff;
}
.search-wrapper{
  width: 800px;
  margin: 55px auto 0;
}
input[type=search]{
  -webkit-appearance: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    font-size: .9375rem;
    height: 52px;
    outline: none;
    padding: 0 30px 0 40px;
    width: 100%;
    background-image: url('http://help-cap.thinksys.com/wp-content/uploads/2024/08/magnifying-glass-solid.svg');
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 1% center;
}
.moduleSection {
  padding: 40px 0 20px;
}
.moduleSection .category-title{
  color: #969696;
  flex: none;
  font-size: 1.9375rem;
  font-weight: 700;
  padding: 0 0 40px;
}
.moduleSection .col-block{
  border-radius: 4px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
  width: calc(100% / 3 - calc(var(--gap)/4*3));
  /* flex: 0 0 30%;
  margin: 0 3% 35px 0;
  max-width: 30%; */
  padding: 20px;
  position: relative;
  text-align: center;
}
.moduleSection .col-block .category-l{
  border-radius: 50%;
  border: 2px solid #000;
  background-color: #d6e2f0;
  width: 60px;
  margin-right: 15px;
  height: 60px;
}
.moduleSection .col-block .category-l img{
  height: 100%;
}
.moduleSection .col-block h3{
  color: #1a1a1b;
}
.moduleSection .col-block p{
  color: gray;
  font-size: .9375rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 0;
}
.moduleSection .col-block .more-icon{
  background: #d6d6d6;
  border-radius: 4px 0 4px 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  padding: 3px 5px;
  position: absolute;
  right: 0;
}
/*Posts Page*/
.icon-date, .themechange .action-item{
    color: #8e8e8e;
    margin: 0;
    padding: 0 0 5px;
    position: relative;
	font-size: .8125rem;
	cursor: pointer;
}
.icon-date .fa-calendar-days{
	padding-right: 5px;
}
.active-post{
	background-color: #0065b3;
}
#sidebar-menu .category-list .category-list-item .category-submenu-item.active-post a{
	color: #fff;
}
.wp-block-image img {
	width: 100%;
}
.post_header_bottom {
    background: #0065b3;
    min-height: 55px;
}
.post_header_bottom_nav ul li{
     color: #fff;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
}
.post_header_bottom_nav ul li a{
    color: #fff;
    font-size: 1.125rem;
    line-height: 55px;
    padding: 0 10px;
    /* display: block; */
    margin: 0;
}
.post_header_bottom_nav ul li.whats-new-icon {
  float: right;
}
.post_header_bottom_nav .search-wrapper{
    margin: 0 auto;
    position: relative;
    width: 50%;
	    height: 55px;
}
.post_header_bottom_nav .search-wrapper input[type=search]{
  -webkit-appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  color: #222;
  font-size: .85rem;
  height: 38px;
  opacity: .5;
  outline: none;
  padding: 0 30px 0 40px;
  position: relative;
  width: 100%;
  z-index: 1001;
  margin-block-start: 0.5em;
}
#sidebar-menu{
  position: sticky;
    top: 0;
    height: auto !important;
    overflow-y: auto;
}
#sidebar-menu .sidebar-search-wrapper{
  width: 100%;
}
#sidebar-menu .sidebar-search-wrapper input[type=search]{
  background: #fff;
  border: 1px solid #efefef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .05);
  font-size: .8rem;
  height: 32px;
  line-height: 30px;
  margin: 0;
  outline: none;
  padding: 0 15px 0 10px;
  width: 100%;
}
#sidebar-menu .category-list{
  overflow-y: auto;
}

#sidebar-menu .category-list .category-list-item {
  color: #1a1a1b;
  cursor: pointer;
  line-height: 1.5rem;
  padding: 3px 3px 3px 1rem;
  font-size: 16px;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

#sidebar-menu .category-list .category-list-item span {
  font-weight: bold;
}
#sidebar-menu .category-list .category-list-item i:hover ~ span, 
#sidebar-menu .category-list .category-list-item .category-submenu-item a:hover{
text-decoration: underline;
}
#sidebar-menu .category-list .category-list-item .category-submenu-item a{
  color: #1a1a1b;
  cursor: pointer;
  display: flex;
  line-height: 1.5rem;
  padding: 3px 3px 3px 1rem;
  text-decoration: none;
  transition: transform .2s ease, -webkit-transform .2s ease;
  font-size: 15px;
}
.close_btn, .mobile-content-list {
	display: none;
}
/* #sidebar-menu .category-list .category-list-item::before{
  content: "\f105";
  display: inline-block;
  font-family: 'Font Awesome 6 Free';
  font-size: 1rem;
  font-weight: 300;
  left: 3px;
  text-rendering: auto;
  top: 1px;
} */
/* #sidebar-menu li ul {
  display: none;
  padding-left: 20px;
} */

/* #sidebar-menu li:hover > ul {
  display: block;
} */
#toc-container {
    position: sticky;
    top: 40px;
    /* right: 10px; */
    height: auto !important;
    overflow-y: auto;
}

#toc h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

#toc ul {
    list-style-type: none;
    padding: 0;
    border-left: 1px solid #dedede;
    padding-left: 15px;
    padding-top: 15px;
    margin: 0;
}

#toc ul li {
    margin: 5px 0;
}

#toc ul li a {
  word-wrap: break-word;
  color: #adadad;
  font-size: .8125rem;
  margin: 0 0 10px;
  padding: 0;
}
#toc ul li a.active{
  color: #0078d7;
  font-weight: 600;
}

#toc ul li a:hover {
    text-decoration: none;
}
.article-helpful-container {
	display: flex;
}
.article-helpful-container .txt {
    color: #777;
    font-size: 1.05rem;
    padding-right: 20px;
}
.article-helpful-container .actions .btn {
    background: transparent;
    border: none;
    color: #909090;
    cursor: pointer;
    float: left;
    font-size: 13px;
    letter-spacing: .01rem;
    margin: 0;
    outline: none;
    padding: 0;
    transition: .3s ease-out;
    width: 87px;
}
.article-helpful-container .actions .btn i {
    background: #f1f1f1;
    border-radius: 50%;
    color: #8e8e8e;
    font-size: 1.2rem;
    height: 38px;
    line-height: 38px;
    margin-right: 5px;
    transition: .3s ease-out;
    width: 38px;
	font-weight: normal;
}
.article-helpful-container .actions .btn.yes.active, 
.article-helpful-container .actions .btn.yes:hover {
    color: #5eb583;
}
.article-helpful-container .actions .btn.no.active, 
.article-helpful-container .actions .btn.no:hover{
    color: #e67367;
}
.article-helpful-container .actions .btn.no i:hover {
	 background-color: #e67367;
	color: #fff;
}
.article-helpful-container .actions .btn.yes i:hover {
	 background-color: #5eb583;
	color: #fff;
}
.article-helpful-container .actions .btn:hover {
	font-weight: 800;
}

/*CF7 Form*/
.positive-feedback-form, .negative-feedback-form{
	display: none;
}
.feedback-form h4{
	    color: #777;
    font-size: 1.05rem;
}
.wpcf7-form{
	max-width: 500px;
	margin: 0 auto;
}
.wpcf7-form label {
    color: #909090;
    font-size: 15px;
    margin-bottom: 3px;
	display: block
}
.wpcf7-form label input[type='email'], .wpcf7-form label input[type='submit'], .wpcf7-form label textarea{
	background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-family: inherit;
    font-size: 14px;
    outline: none;
    padding: 6px 10px;
    resize: none;
    width: 100%;
}
.wpcf7-form label input[type='checkbox'] {
	margin-right: 10px;
}
.wpcf7-list-item-label{
	color: #1a1a1b;
}
span#dislike_feedback {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 15px;
}
span#dislike_feedback span.wpcf7-list-item {
    flex: 0 0 50%;
    margin-bottom: 8px;
    padding-right: 8px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2; /* Blue */
}
 
.wpcf7 form.init .wpcf7-response-output {
    display: none;
}
 
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450; /* Green */
}
 
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232; /* Red */
}
 
.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28; /* Orange */
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900; /* Yellow */
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
.screen-reader-response{
	display: none;
}
.wpcf7-spinner {
	display: none;
}

/*Prev, Next Post */
#prev-next-container{
	margin: 15px 0 0;
    padding: 0 1rem;
}
.nav-next, .nav-previous {
	width: 100%;
    border: 1px solid #ced9e1;
    cursor: pointer;
    max-width: 50%;
    padding: .5rem .75rem;
}
.nav-next {
	margin-left: 10px;
}
.nav-prev {
	margin-right: 10px;
}
.nav-next a, .nav-previous a {
	    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    white-space: nowrap;
	margin-bottom: .25rem;
    overflow: hidden;
	    color: #8e8e8e;
}
#previous-nav-link{
	color: #000;
    justify-content: flex-end;
    overflow: hidden;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#next-nav-link{
		color: #000;
    justify-content: flex-start;
    overflow: hidden;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-col .fa-arrow-left-long, .icon-col .fa-arrow-right-long{
	font-size: 16px;
}
body.dark_theme .nav-previous:hover, .nav-previous:hover, body.dark_theme .nav-next:hover, .nav-next:hover {
    border-color: #0065b3;
}
body.dark_theme .nav-previous:hover #previous-nav-link, .nav-previous:hover #previous-nav-link, 
body.dark_theme .nav-next:hover #next-nav-link, .nav-next:hover #next-nav-link{
	    color: #0065b3;
}

/*Search Page*/
.search-container {
	padding-top: 40px;
}
.back-to-article{
	background: #f2f2f2;
    border-radius: 2px;
    color: #545454;
    cursor: pointer;
    float: right;
    font-size: .75rem;
    font-weight: 600;
    line-height: 100%;
    padding: 3px 7px 3px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.search_result_posts_list {
	border-bottom: 1px dashed #e1e1e1;
	padding: 10px 0 15px;
}
.search_result_posts_list a{
	text-decoration: none;
}
.search_result_posts_list a .search_result_title{
	color: #863ab5;
    font-size: 1.5rem;
    font-weight: 600;
	margin-bottom:0;
}
.search_excerpt p{
	font-size: .95rem;
    line-height: 20px;
    margin: 2px 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	    color: #4a4a4a;
}
/*Recent Update Articles*/

.recent_update{
	padding: 20px 0;
	background: #0065b3;
}
.recent_update h4{
	color: #fff;
}
select#dateFilter{
	    padding: 5px;
}
ul.recent_update_posts_list{
	    padding: 20px 0 30px;
}
ul.recent_update_posts_list li{
	border-bottom: 1px solid #f7f7f7;
    margin: 0;
    padding: 12px 0;
}
ul.recent_update_posts_list li a{
	    color: #0c14ff;
	text-decoration: none;
}
ul.recent_update_posts_list li a p{
	margin-bottom:0;
}
ul.recent_update_posts_list .recent_update_title {
    color: #777;
    font-size: 15px;
}
ul.recent_update_posts_list .recent_update_date{
	color: #777;
}
/*Login Form Page*/
.btn-color{
  background-color: #28bedc;
  color: #fff;
}
.btn-color:hover{
	background-color: #28bedc;
  color: #fff;
	border-color: transparent;
}
.profile-image-pic{
  width: 150px;
}
.cardbody-color{
  background-color: #ebf2fa;
}
a{
  text-decoration: none;
}
/*footer*/
footer{
  background: #f2f2f2;
  border-top: 1px solid #f2f2f2;
  padding: 12px 0;
  position: relative;
  z-index: 9;
}
footer ul {
  margin: 0;
  padding: 2px 0 0;
}
footer ul li {
  display: inline-block;
  list-style: none;
  padding: 0 10px 0 0;
}
footer ul li a {
  color: #666;
  display: block;
  font-size: .95rem;
  line-height: 1.2rem;
  text-transform: unset;
}

/*Mobile Media*/
@media (max-width: 991px) {
	
    h1 {
        font-size: 1.2rem;
    }
	.search-wrapper {
		width: 100%;
		margin: 55px auto 0;
	}
	.moduleSection {
		margin: 0 15px;
	}
	.moduleSection .category-title {
		font-size: 1.5rem;
	}
	.moduleSection .col-block {
		width: calc(100% / 1 - calc(var(--gap) / 4* 1));
	}
	.post_header_bottom_nav ul li.whats-new-icon {
    float: left;
}
		.post_header_bottom_nav .search-wrapper {
		margin: 0 auto;
		position: relative;
		width: 70%;
		height: 55px;
		margin-right: 0;
	}
	input[type=search]{
		    background-position: 5% center;
	}
	.toc, #toc-container, #sidebar-menu, #blog-posts .themechange{
		display: none;
	}
	.mobile-content-list{
		display: block;
	}
	#sidebar-menu.mob_sidebar {
		display: block;
        position: fixed;
        height: 100% !important;
        overflow: hidden;
        background-color: #fff;
        padding-top: 60px;
        z-index: 9999;
		left: 0;
	}
	#sidebar-menu .close_btn{
		    float: right;
    		padding: 10px;
		display: block;
	}
	#sidebar-menu .close_btn .fa-xmark{
		font-size: 20px;
	}
	span#dislike_feedback span.wpcf7-list-item {
		flex: 0 0 100%;
	}
	.back-to-article {
		padding: 10px;
	}
}