/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

p {
    line-height: 1.7;
    font-size: 15px;
}

b, strong {
    font-weight: 700;
}

ul {
	margin-bottom: 1.2rem;
    padding-left: 2.5rem;
    list-style-type: square;
}

ol li, ul li {
	font-weight: 400;
    margin-bottom: 0.4rem;
    padding-left: 4px;
    font-size: 15px;
}


ol li strong, ul li strong{
    font-weight: bold
}

code, kbd, pre, samp {
    font-size: 1em;
    font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;
}

p code {
    font-size: 13px;
    background-color: rgba(0,0,0,.05);
    border-radius: 3px;
    padding: 3px;
    color: #000;
    font-weight: 500;
    font-family: Lexend,sans-serif;
}

.overflow-scroll {
	overflow-y: scroll;
}

.no-margin {
	margin: 0 !important;
}

.language-javascript span{
	color: #880000;
}
.footer-list ul li:hover a span{
    color: #121723 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.no-bottom-margin-content h1, .no-bottom-margin-heading h2, .no-bottom-margin-heading h3, .no-bottom-margin-heading h4, .no-bottom-margin-heading h5, .no-bottom-margin-heading h6, .no-bottom-margin-heading span, .no-bottom-margin-heading p {	margin-bottom: 0 !important;}

.new-feature {
    position: relative;
    
}

.new-feature:after {
    content: "new";
    position: absolute;
    top: -6px;
	right: -42px;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    background-color: #000;
    padding: 1px 8px;
    border-radius: 4px;
}

.nocodeapi-timeline ul {
    width: 100%;
    position: relative;
}

.nocodeapi-timeline ul:before {
    content: '';
    position: absolute;
    top: 8px;
    left: calc(50% - 2px);
    right: calc(50% - 2px);
    height: calc(100% - 16px);
    width: 2px;
    background-color: #f0f0f0;
}

.nocodeapi-timeline ul li {
    width: 100%;
    position: relative;
}

.nocodeapi-timeline ul li:nth-child(odd):before {
		position: absolute;
		top: 8px;
		left: -6px;
		content: '';
		width: 10px;
		height: 10px;
		background-color: #fff;
		border: 2px solid #ffcd58;
		border-radius: 100px;
}

.nocodeapi-timeline ul li:nth-child(even):before {
		position: absolute;
		right: -4px;
		top: 8px;
		content: '';
		width: 10px;
		height: 10px;
		background-color: #fff;
		border: 2px solid #ffcd58;
		border-radius: 100px;
}



.nocodeapi-timeline ul li:nth-child(odd) {
    width: 50%;
    margin-left: 50%;
    padding-left: 19px;
    color: #777 !important;
}
.nocodeapi-timeline ul li:nth-child(even) {
    text-align: right;
    width: 50%;
    margin-right: 50%;
    padding-right: 19px;
}

.nocodeapi-timeline ul li:last-child {
    position: relative;
}

.nocodeapi-timeline ul li:last-child:nth-child(even){
    position: relative;
    width: 50%;
}

.nocodeapi-timeline ul li:last-child:nth-child(odd):after {
    position: absolute;
    left: -3px;
    top: 18px;
    content: '';
    width: 5px;
    background-color: #fff;
}

.nocodeapi-timeline ul li:last-child:nth-child(even):after {
    position: absolute;
    left: calc(100% - 3px);
    top: 19px;
    content: '';
    width: 6px;
    background-color: #fff;
}

.pricing-text {
    font-size: 14px;
    font-weight: 400;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
	margin-bottom: -3px;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
	font-size: 11px;
	line-height: 16px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip .tooltiptext {
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip .tooltiptext {
  opacity: 0;
  transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
}


form.pricing-button label {
  display: inline-block;
  cursor: pointer;
	font-size: 16px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin: 0;
	margin-right: -5px
}

form.pricing-button label input {
  position: absolute;
  left: -9999px;
}
form.pricing-button label input:checked + span {
  background-color: #ffcd58;
}
form.pricing-button label input:checked + span:before {
  box-shadow: inset 0 0 0 6px #eba80c;
}

form.pricing-button label span {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin: 0;
  border-radius: 0;
  transition: 0.25s ease;
  background-color: #FAFBFC;
  border: 1px solid #ffcd58;
}
/* form.pricing-button label span:hover {
  background-color: #ffcd58;
} */
form.pricing-button label span:before {
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 8px;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 2px #eba80c;
}


@media only screen and (max-width: 600px) {
	form.pricing-button label {
		font-size: 12px;
	}
	
	form.pricing-button label span {
  padding: 5px;
}
	
	form.pricing-button label span:before {
  width: 14px;
  height: 14px;
}
}

.yearly-price {
  display: none;
}

.price-table-price span{
    font-size: 16px;
    font-weight: 500;
    color: #676767;
}

@media only screen and (max-width: 769px) {
	.price-table-price small {
    font-size: 26px;}
	
	.make-scrolling {
	overflow: scroll;
}

.make-scrolling  .inner-scroll {
	min-width: 769px;
}

.make-scrolling .inner-scroll  .elementor-element.elementor-col-20  {
	width: 20% !important;
	min-width: 140px;
	display: grid !important;
}
	
	.make-scrolling .inner-scroll  .elementor-element.elementor-col-33  {
	width: 33% !important;
	min-width: 120px;
	display: grid !important;
}

}

.blue-link {
	color: #0069ff;
	font-weight: 500;
}

.custom-progress-bar .elementor-title {
	display: block;
	margin-bottom: 5px;
}

.anticon {
    font-size: 22px !important;
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    overflow: hidden
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    padding: 0;
}

.anticon svg {
    display: inline-block;
    line-height: 16px;
}

.anticon-login svg {
	font-size: 17px;
}

.play-btn svg {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10%;
    box-shadow: 0 4px 16px rgb(46 41 51 / 8%), 0 8px 24px rgb(71 63 79 / 16%);
}

pre {
    border: 1px solid #e0e0e0;
    padding: 0.5em!important;
    background-color: #fbfbfb!important;
}

.more-tutorial .elementor-post__thumbnail__link{
	margin: 0 !important;
}

.more-tutorial  .elementor-post__text {
	display: none !important;
}

.tutorial-description {
	    max-height: 120px;
    overflow: hidden;
}

.more-blog .elementor-posts .elementor-post__card {
	max-height: 360px !important;
}

.more-tutorial .elementor-posts .elementor-post__card {
	max-height: 195px !important;
}

small{
	font-size: 100%;
}

.marketplace-list-item ul {
	padding-left: 20px;
}

.marketplace-list-item ul li{
	margin-bottom: 20px !important;
}

.marketplace-list-item ul li:last-child{
	margin-bottom: 0 !important;
}

.marketplace-list-item ul:before {
    content: '';
    position: absolute;
    top: 8px;
    left: -20px;
    height: calc(100% - 16px);
    width: 2px;
    background-color: #f0f0f0;
}

.marketplace-list-item ul li:before {
    position: absolute;
    top: 8px;
    left: -24px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #ffcd58;
    border-radius: 100px;
}


.marketplace-list-item ul li:first-child:before {
    position: absolute;
    top: 3px;
    left: -29px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='64 64 896 896' focusable='false' data-icon='borderless-table' width='1em' height='1em' fill='%23ffcd58' aria-hidden='true'%3E%3Cdefs%3E%3Cstyle%3E%3C/style%3E%3C/defs%3E%3Cpath d='M117 368h231v64H117zm559 0h241v64H676zm-264 0h200v64H412zm0 224h200v64H412zm264 0h241v64H676zm-559 0h231v64H117zm295-160V179h-64v666h64V592zm264-64V179h-64v666h64V432z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
	padding: 0px;
	text-align: center;
	vertical-align: middle
}

.marketplace-list .jet-engine-listing-overlay-wrap .elementor > .elementor-section:hover {
	background: white;
	    box-shadow: 0 4px 16px rgb(46 41 51 / 8%), 0 8px 24px rgb(71 63 79 / 16%);
}

.documentation-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
	font-weight: 400;
}

.documentation-table th {
    padding: 12px 15px;
    background-color: #f2f2f2;
	border: none;
    border-bottom: 1px solid #e0e0e0 !important;
    border-top: 1px solid #e0e0e0 !important;
    font-weight: 600;
    font-size: .8rem;
	text-align: left;
	color: #000;
}

.documentation-table td {
    padding: 10px 15px;
	color: #000;
	border: none;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 14px;
	background: #fff;
}

.language-javascript {
	font-size: 14px;
	font-weight: bold !important;
}

.sidebar-list-item ul {
	padding-left: 20px;
}

.sidebar-list-item ul li{
	margin-bottom: 20px !important;
}

.sidebar-list-item ul li:last-child{
	margin-bottom: 0 !important;
}

.sidebar-list-item ul:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 4px;
    height: calc(100% - 16px);
    width: 2px;
    background-color: #f0f0f0;
}

.sidebar-list-item ul li i.list-icon  {
    position: absolute;
    top: 8px;
    left: -24px;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #61affe;
    border-radius: 100px;
}

.sidebar-list-item ul li i.list-icon.icon-yellow  {
    border: 2px solid #fca130;
}

.sidebar-list-item ul li i.list-icon.icon-green  {
    border: 2px solid #49cc90;
}

.sidebar-list-item ul li i.list-icon.icon-red  {
    border: 2px solid #f93e3e;
}

.landing-accordion .elementor-accordion-item {
	background: #ffffff;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 4px 0 rgba(150, 107, 0, 0.40);
}