@charset "utf-8";

/* General Settings
================================= */
body{
	font-family: "Plus Jakarta Sans", sans-serif;
	color: rgba(0, 0, 0, 0.6);
	}
a,a:link,a:visited, a:hover, a:active, button, select, input, option{
	outline:none !important;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
	}	
*::-moz-selection{
    background: #5d87ff;
    color: #fff;
    text-shadow: none;
}
*::selection {
    background: #5d87ff;
    color: #fff;
    text-shadow: none;
}
.btn{
	font-size:14px;
	line-height: 24px;
	padding: 9px 20px;
	border-width: 1px;
	font-weight: 400;
	letter-spacing: 0px;
	border-radius: 6px;
}
.btn-lg {
    padding: 14px 25px;
    font-size: 16px;
    border-radius: 8px;
}
.btn-xs {
	border-width: 1px;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-primary, .btn-primary:focus, .btn-primary:active{
	border-color: #5d87ff;
	background-color: #5d87ff;
	color: #FFF;
}
.btn-primary:hover, .btn-primary:active:hover{
	border-color: #5479e5;
	background-color: #5479e5;
	color: #FFF;
}
.btn-default, .btn-default:focus, .btn-default:active{
	border-color: #49beff;
	background-color: #49beff;
	color: #FFF;
}
.btn-default:hover, .btn-default:active:hover{
	border-color: #42abe5;
	background-color: #42abe5;
	color: #FFF;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    background-color: #727272;
    border-color: #727272;
}
.custom-container{
	padding-top: 70px;
	overflow: hidden;
    width: 100%;
}
.displaynone{
	display:none;
}
.h-subtitle{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #5d87ff;
	margin-bottom: 10px;
}
.h1{
	color: #2a3547;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0px 0px 10px 0px;
	margin:0px;
	letter-spacing: 0px;
}
.h2{
	color: #2a3547;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	letter-spacing: 0px;
}
.h3{
	color: #2a3547;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	letter-spacing: 0px;
}
.h4{
	color: #2a3547;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	letter-spacing: 0px;
}
.form-buttons{	
	margin-bottom: 15px;
}
.form-status{
	display:none;
	line-height:44px;
	}
.form-message{	
	display: none;
}	
iframe, audio{
	background:url(../images/loader.gif) center center no-repeat;
}
.text-white{
	color: #FFF;
}
.text-black{
	color: #2a3547;
}
.bg-primary{
	background-color: #5d87ff;
}
.bg-primary-light{
	background-color: #ecf2ff;
}	
.bg-primary-light-light{
	background-color: #f6f9fc;
}
.bg-grey{
	background-color: #F8F8F8;
}
.bg-green{
	background-color: #418d89;
}
.bg-violet{
	background-color: #6c6fa8;
}
.bg-gradient{
	background-color: #7236db;
    background: -moz-linear-gradient(324deg, #4262d0, #7236db);
    background: linear-gradient(324deg, #4262d0, #7236db);
}
.bg-polygon{
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.bg-polygon:before{
	content: "";
	width: 750px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-clip-path: polygon(0 0, 100% 0, 9% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
	opacity: 0.1;
	background-color: #FFF;
}
.text-bold{
	font-weight: bold;
}
.opacity-09{
	opacity: 0.9;
}
.lead {
    font-size: 20px;
}
.text-dark{
	color: #2a3547;
}
.text-primary{
	color: #5d87ff;
}
.text-default{
	color: #49beff;
}
.text-error{
	color: #fa896b;
}
.text-warning{
	color: #ffae1f;
}
.text-success{
	color: #13deb9;
}
.mb-none{
	margin-bottom: 0px;
}
.mb-sm{
	margin-bottom: 15px;
}
.mb-md{
	margin-bottom: 20px;
}
.font-size-16{
	font-size: 16px;
}
.form-control{
	border-color: #DDD;
	min-height: 44px;
	font-size: 14px;
	box-shadow: none !important;
}
.form-control:focus {
	border-color: #418d89;
}


/* Btn-loading
================================= */
.btn-loading {
    position: relative;
    color: transparent !important;
}
.btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: spin 0.6s linear infinite;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.btn:focus {
    box-shadow: none !important;
}


/* Section
================================= */
.section{
	position: relative;
	padding: 90px 0px 60px 0px;
}
.section-sm{
	position: relative;
	padding: 60px 0px 30px 0px;
}

		
/* Overlay Preloader
================================= */
#overlaypreloader {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: 10000;
    background-color: #FFF;
    color: #9b9b9b;
	padding-top:180px;
	font-size:11px;
	text-transform:uppercase;
	}
#overlaypreloader img{
	display: inline-block;
	max-width: 100%;
	height: auto;
	margin-bottom:10px;
	}	


/* Custom-navbar
================================= */
#custom-navbar{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #FFF;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
	}
#custom-navbar .navbar-brand{
	text-indent:-10000px;
	}
#custom-navbar .navbar-header{
	position:relative;
	}
#custom-navbar .logo{
	position:absolute;
	left:0px;
	top:23px;
	z-index:2;
	}
#custom-navbar .navbar-nav > li > a {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	color: rgba(42, 53, 71, 0.8);
	/* opacity: 0.8; */
}
#custom-navbar .navbar-nav > li > a:hover{
	color: rgb(93, 135, 255);
}
#custom-navbar .navbar-nav > li.active > a{
	color: rgb(93, 135, 255)
}
#custom-navbar .navbar-toggle {
    background-color: #FFF !important;
    color: #FFF !important;
    padding: 6px 11px;
    border-radius: 18px;
    color: #555 !important; 
}
#custom-navbar .btn-navbar{
	line-height: 36px;
    padding: 0px 15px;
    margin: 17px 8px 17px 8px;
    border-radius: 7px;
	color: #FFF !important;
	background-color: rgb(93, 135, 255);
	opacity: 1 !important;
}
#custom-navbar .btn-navbar:hover{
	background-color: #5479e5;	
}
#custom-navbar .btn-navbar i{
	margin-right: 3px;
}





/* bgintro
================================= */
#page-header{
	position: relative;
	background: linear-gradient(90deg, #418d89, #478a91, #4c8495, #527e99, #58799c, #5f75a0, #6571a4, #6c6fa8);
	min-height: 70px;
}


/* Slider
================================= */
.slider{
	position: relative;
	background-color: #ecf2ff;
	padding-top: 100px;
	padding-bottom: 80px;
}
.slider .title{
	font-size: 54px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 10px;
	color: #2a3547;
}
.typed-text{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
	color: #5d87ff;
}
.typed-cursor {
  color: #2a3547;
}
.slider .description{
	font-size: 16px;
	margin-bottom:0px;
	margin-bottom: 40px;
}
/*
.slider .btn{
	background-color:transparent;
	border-color:#FFF;
	color:#FFF;
}
*/
.slider .keyboard{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	max-width: 80%;
	opacity: 0.07;
	z-index: -1;
}
.img-slider{
	position: absolute;
	right: 30px;
	bottom: -1px;
}
.micro-text{
	text-transform: uppercase;
    padding-top: 20px;
    font-size: 11px;
    letter-spacing: 1.2px;
    color: #5d87ff;
}
          
/* feature
================================= */
.feature {
	position: relative;
	padding-left: 76px;
	margin-bottom: 30px;
}
.feature i{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 20px;
	margin-right: 20px;
	background-color: transparent;
	border-radius: 50%;
	color: #fff;
}
.feature .title{
	font-size: 18px;
	font-weight: 600;
}
.feature p{
	opacity: 0.8;
}


/* template
================================= */
.template{
	text-align: left;
	background-color: #FFF;
	padding: 30px;
	border-radius: 6px;
	margin-bottom: 40px;
	/* box-shadow: 0 10px 40px 0 rgba(47, 47, 47, .1) !important; */
	box-shadow: rgb(145 158 171 / 30%) 0px 0px 2px 0px, rgb(145 158 171 / 12%) 0px 12px 24px -4px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.template i{
	text-align: center;
	font-size: 20px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #ecf2ff;
	color: #5d87ff;
	margin-bottom: 20px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;
}
.template:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.template:hover i{
	background-color: #5d87ff;
	color: #FFF;
}
.template .title{
	font-size: 18px;
	font-weight: 600;
	color: #2a3547;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.template .description{
	margin-bottom: 25px;
	min-height: 48px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.white-opacity-link, .white-opacity-link:focus{
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	opacity: 0.8;
	text-decoration: none !important;
}
.white-opacity-link:hover{
	color: #FFF;
	opacity: 1;
}

/* All Templates
================================= */
.search-bar {
    position: relative;
    margin-bottom: 20px;
}
#search-input {
    padding-right: 30px;
    width: 100%;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .08);
}
.search-bar:before {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Line Awesome Free";
    color: #2a3547;
    content: "\f002";
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.filter-buttons { 
	margin-bottom: 55px;
}
.filter-buttons .btn{
    font-size: 13px;
    line-height: 24px;
	padding: 2px 12px;
	border: 1px solid #DDD;
	color: rgba(0, 0, 0, 0.6);
	background-color: transparent;
	border-radius: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-weight: 600;
}	
.filter-buttons .btn-active{
	color: #FFF;
	border-color: #5d87ff;
    background-color: #5d87ff;
}

/* Steps
================================= */
.step{
	padding-top: 20px;
}
.step .subtitle{
	display: inline-block;
	padding: 0px 12px;
	line-height: 24px;
	border-radius: 13px;
	border: 2px solid #418d89;
	color: #418d89;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
.step .title{
	font-size: 20px;
	font-weight: 700;
	color: #2a3547;
}
.step .description{
	font-size: 16px;
	margin-bottom: 25px;
}
.step-image-container{
	padding: 20px;
    background: #e9ebff;
    border-radius: 15px;
}
.step-image-container img{
    -webkit-filter: drop-shadow(5px 5px 5px #0000002e);
    filter: drop-shadow(5px 5px 5px #0000002e);
    width: 100%;
    border: 3px solid #6978ff;
    border-radius: 8px;
}    
.flip-horizontal{
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
}

/* Plans
================================= */
.plans-container{
	/*
	border-radius: 10px;
	padding: 20px;
    background-color: #418d89;
    */
}
.plan{
	position: relative;
	background-color: #FFF;
	border-radius: 6px;
	padding: 30px;
	/* box-shadow: 0 10px 40px 0 rgba(47, 47, 47, .1) !important; */
	box-shadow: rgb(145 158 171 / 30%) 0px 0px 2px 0px, rgb(145 158 171 / 12%) 0px 12px 24px -4px;
	margin-bottom: 40px;
}
.plan .title{
	text-align: left;
	text-transform: lowercase;
	color: #2a3547;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	letter-spacing: 0px;
}
.plan .title:first-letter {
  text-transform: uppercase;
}
.plan .price-container{
	text-align: left;
	font-size: 14px;
    font-weight: 400;
    padding-bottom: 2px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5eaef;
    /* color: #BBB; */
}
.plan .price-container .price{
	font-weight: 700;
    font-size: 40px;
    margin-right: 5px;
    color: #2a3547;
}
.plan ul{
	text-align: left;
	list-style: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
	min-height: 175px;
}
.plan li{
	position: relative;
	font-size: 14px;
	margin: 7px 0px;
}
.plan li.check, .plan li.no-check{
	padding-left: 30px;
}
.plan li.no-check{
	opacity: 0.4;
	text-decoration: line-through;
}
.plan li.check::before {
	position: absolute;
	left: 0px;
	top: 0px;
    font-family: "Line Awesome Free";
    color: #5d87ff;
    content: "\f058";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.plan li.no-check::before {
	position: absolute;
	left: 0px;
	top: 0px;
    font-family: "Line Awesome Free";
    content: "\f057";
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.payments{
	gap: 48px !important;
	align-items: center !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	display: flex !important;
	margin-bottom: 30px;
}


.old-price {
    position: relative;
    color: #2a3547;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 20px;
}
.old-price::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background-color: red;
    transform: translateY(-50%);
}
.discount {
	position: absolute;
    top: -5px;
    right: -5px;
    background-color: #d9534f;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    color: #FFF;
    border-radius: 6px;
    padding: 8px 20px;
    line-height: 1.2;
    position: absolute;
}


/* switch of plans
================================= */
.switcher-container{
	text-align: left;
	font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 38px;
    margin-bottom: 15px;
}
.switcher-container .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    margin: 0px 10px;
}
.switcher-container .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switcher-container .slider {
    position: absolute;
    cursor: pointer;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 12px;
    background: none;
    background-color: #DDD;
    transition: 0.4s;
    border-radius: 34px;
    padding: 0;
    min-height: inherit;
}
.switcher-container .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 0px;
    bottom: -3px;
    background-color: #5d87ff;
    transition: 0.4s;
    border-radius: 50%;
}
.switcher-container input:checked + .slider:before {
    transform: translateX(20px);
}
.yearly-label{
	font-size: 10px;
	background-color: #5d87ff;
    padding: 3.5px 12px;
    margin-left: 10px;
    color: #FFF;
    line-height: 16px;
    border-radius: 10px;
}


/* Dashboard
================================= */
.dashboard {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.dashboard > .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.dashboard > .container-fluid,
.dashboard > .container-fluid > .row {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0;
}
.dashboard .sidebar, .dashboard .content {
    display: flex;
    flex-direction: column;
}
.dashboard .sidebar {
	padding: 20px;
    background-color: #FFF;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.dashboard .content {
    background-color: #F8F8F8;
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
    .dashboard > .container-fluid > .row {
        flex-direction: row;
    }
}


/* Dashboard Menu
================================= */
.sidebar-menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.sidebar-menu li{ 
	margin: 4px 0px;
	padding: 0px;
}
.sidebar-menu li.title{
	margin-top: 20px;
	font-size: 12px;
	line-height: 28px;
	font-weight: 700;
	color: #2a3547;
	text-transform: uppercase;
}	
.sidebar-menu li a{
	text-align: left;
    display: block;
	font-size:14px;
	line-height: 24px;
	padding: 10px 15px;
	border-width: 1px;
	font-weight: 400;
	letter-spacing: 0px;
	border-radius: 6px;
    text-decoration: none;
	color: #2a3547;
	background-color: #FFF;
	border-color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidebar-menu li a i{
	font-size: 18px;
	line-height: 24px;
	float: left;
	/*margin-right: 15px;*/
}
.sidebar-menu li a span{
	display: inline-block;
	line-height: 24px;
	padding-left:15px;
}
.sidebar-menu li a:hover {
    background-color: #ecf2ff;
    border-color: #ecf2ff;
    color: #5d87ff;
}
.sidebar-menu li.active a{
	background-color: #5d87ff;
    border-color: #5d87ff;
    color: #FFF;
}
.sidebar-menu li.divider {
    border-top: 1px solid #eaeaea;
    margin: 0;
}


/* Dashboard content
================================= */
.dashboard-img-home{
	width: 210px;
	margin-top: 60px;
	margin-bottom: 10px;
}
.box{
	background-color: #FFF;
	box-shadow: rgb(145 158 171 / 30%) 0px 0px 2px 0px, rgb(145 158 171 / 12%) 0px 12px 24px -4px;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 40px;
}
.box-title{
	font-size: 18px;
	font-weight: 600;
	color: #2a3547;
}
.dashboard-title-container{
	margin-bottom: 15px;
}
.dashboard-title{
	position: relative;
	display: inline-block;
	font-size: 21px;
	font-weight: 600;
	color: #2a3547;
	letter-spacing: 0px;
}


/* Dashboard toggleSidebar 
================================= */
.sidebar {
    transition: width 0.3s ease;
}
.sidebar.collapsed {
    width: 8.33333%; /* Aproximadamente 1 columna */
}
.content {
    transition: width 0.3s ease;
}
.content.expanded {
    width: 91.66667%; /* Aproximadamente 11 columnas */
}


.sidebar.collapsed .sidebar-menu li a {
    display: flex;
    justify-content: center;
}
.sidebar.collapsed .sidebar-menu li a span {
    display: none;
}



/* Select2
================================= */
.select2-container{
	z-index: 1100;
}
.select2-container--default .select2-selection--single {
	border-color: #DDD;
    min-height: 44px;
    font-size: 14px;
    padding: 6px 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 44px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left:0px;
}
.select2-container .select2-dropdown {
    max-height: 500px;
}
.select2-results__options {
    max-height: 500px;
    overflow-y: auto;
}


.select2-selection__rendered, .select2-results__option{
	color: #2a3547;
}
.select2-selection__rendered i {
    width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ecf2ff;
	color: #5d87ff;
	text-align: center;
	border-radius: 50%;
	margin-right: 8px;
}
.select2-results__option i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #ecf2ff;
	color: #5d87ff;
	text-align: center;
	border-radius: 50%;
	margin-right: 8px;
}



/* Dashboard credit 
================================= */
.credit-title-container{
	position: relative;
	padding-left: 20px;
}
.credit-title-container .dot{
	position: absolute;
	top: 8px;
	left: 0px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.dot-remaining{
	background-color: #49beff;
}
.dot-used{
	background-color: #5d87ff;
}
.dot-limit{
	background-color: #2a3547;
}



#credit-label{
	float: right;
	font-size: 20px;
	font-weight: 600;
	color: #2a3547;
}
.progress {
	box-shadow: none;
	height: 20px;
	border-radius: 10px;
	background-color: #49beff;
    margin-top: 10px;
    margin-bottom: 20px;
}
.progress-bar {
    background-color: #5d87ff;
}



/* Dashboard affiliates
================================= */
.dashboard-img-affiliates{
	width: 120px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dashboard-affiliates-title{
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 30px;
	letter-spacing: 0px;
	color: #2a3547;
}


/* Dashboard template
================================= */
.sidebar-template{
	padding: 0px 25px;
}
.dashboard-back{
	margin: 30px 0px;
}

.dashboard-title-container .subtitle{
	display: inline-block;
	padding: 0px 12px;
	line-height: 24px;
	border-radius: 13px;
	border: 2px solid #5d87ff;
	color: #5d87ff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}


/*
.dashboard-template-title-container .subtitle{
	display: inline-block;
	padding: 0px 12px;
	line-height: 24px;
	border-radius: 13px;
	border: 2px solid #418d89;
	color: #418d89;
	font-size: 12px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}
.dashboard-template-title-container .title{
	color:#418d89;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: 0px;
	margin-bottom: 5px;
}
*/
.response-item-container{
	margin-bottom: 30px;
}
.response-item-container .index{
	font-size: 12px;
	color: #292962;
	opacity: 0.5;
}
.response-item-container .response-item{
	background-color: #FFF;
	box-shadow: rgb(145 158 171 / 30%) 0px 0px 2px 0px, rgb(145 158 171 / 12%) 0px 12px 24px -4px;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.response-item-container .response-item .words{
	font-size: 12px;
	color: #292962;
	opacity: 0.5;
}
#advanced-settings{
	display: none;
	padding: 10px 0px;
}
#toggleLink{
	background-color: transparent;
	border-color: transparent;
}
#toggleLink i{
	margin-left: 7px;
    transition: transform 0.4s ease;
}
#toggleLink i.rotated {
    transform: rotate(90deg);
}


/* welcome-dashboard
================================= */
.welcome-dashboard{
	position: relative;
	background-color: #ecf2ff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 40px;
}
.welcome-dashboard .title{
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	color: #2a3547;
	margin-bottom: 15px;
}
.welcome-dashboard .title i{
	text-align: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #BBB;
	background-color: #f8f8f8;
	color: #BBB;
	margin-right: 10px;
}
.welcome-dashboard img{
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-height: 150px;
}

/* Dashboard Favorites
================================= */
.btn-favorite-active i:before{
	font-weight: 900;
}


/* showMax
================================= */
.bootstrap-maxlength{
	margin-top: 5px;
    margin-left: -6px;
    background-color: #FFF !important;
    color: #CCC;
    font-weight: 400;
}

/* Faqs
================================= */
.faq{
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 20px 30px;
	border-radius: 10px;
	margin-bottom: 30px;
}
.faq .title{
	font-size: 18px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.87);
}
.faq .description{
	font-size: 15px;
	color:rgba(0, 0, 0, 0.87);
	margin-bottom: 0px;
}

/* Terms
================================= */
.terms .title{
	font-size: 18px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 10px;
}
.terms p{
	font-size: 15px;
	color:rgba(0, 0, 0, 0.87);
}

/* Privacy
================================= */
.privacy .title{
	font-size: 18px;
	font-weight: 700;
	color: rgba(0, 0, 0, 0.87);
	margin-bottom: 10px;
}
.privacy p{
	font-size: 15px;
	color:rgba(0, 0, 0, 0.87);
}

		
/* Footer
================================= */
#footer{
	padding-top: 90px;
	padding-bottom: 0px;
}
#footer .title{
	position: relative;
	color: #2a3547;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 15px;
}
#footer .information{
	margin:0;
	padding: 0px;
	list-style: none;
}
#footer .information li{
	margin: 0px;
	color: #DDD;
	padding: 3px 0px;
}
#footer .information li i{
	color: #FFF;
	margin-right: 10px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
#footer .links-footer{
	margin:0;
	padding: 0px;
	list-style: none;
}
#footer .links-footer li{
	margin: 0px;
	padding: 0px;
}
#footer .links-footer li a{
	display: block;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
	padding: 7px 0px;
	font-weight: 500;
}
#footer .links-footer li a i{
	color: rgba(0, 0, 0, 0.6);
	margin-right: 10px;
	-webkit-transition:all .4s ease;
	-moz-transition:all .4s ease;
	-o-transition:all .4s ease;
	transition:all .4s ease;	
}
#footer .links-footer li a:hover{
	color: #2a3547;
}
#footer .links-footer li a:hover i{
	margin-right: 15px;
}
.subfooter{
	padding-top:30px;
	padding-bottom:30px;
	line-height: 30px;
}
.subfooter > .container{
	position: relative;
}
.subfooter > .container:before{
	content: "";
	display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    top: -30px;
    height: 1px;
    background-color: rgb(229, 234, 239);
}
.subfooter img{
	margin-right: 10px;
}
.subfooter a{
	color: #5d87ff;
}
/*
.subfooter hr{
	margin: 0px;
	padding: 0px;
	height: 1px;
  	background-color: rgb(229, 234, 239);
  	border: none;
}
*/
/* Back-to-top
================================= */
.back-to-top, .back-to-top:focus {
	position: fixed;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
    bottom: 15px;
    left: 15px;
    text-decoration: none;
    color: #FFF;
    background-color: #444;
    display: none;
    border-radius: 4px;
    z-index: 11;
	}
.back-to-top:hover{    
    background-color:#444;
	color:#FFF;
	}


/* Modal
================================= */
.modal-header {
	border-bottom: 0px;
}
.modal-header .close {
    margin-top: 0px;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #000;
    opacity: 0.9;
}
.modal-header img{
	padding: 20px 0px 5px 0px;
}
.modal-title{
	font-size: 18px;
    font-weight: 600;
    color: #2a3547;
}


/* Google-btn
================================= */
.google-btn-container {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.google-btn {
    text-align: center;
}	

	
/* Media Queries
================================= */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 992px) {
	.slider .title{
		font-size: 48px;
	}
	.typed-text{
		font-size: 22px;
	}
	.slider .description{
		font-size: 16px;
	}
	.img-slider{
		width: 400px;
	}
}

@media screen and (max-width: 767px) {
	#custom-navbar .logo{
		left:15px;
	}

	/* Dropdown Menu */
	#custom-navbar .navbar-collapse{
		margin-left: 0px;
		margin-right: 0px;
		border-radius: 4px;
		text-align: center;
	}
	.navbar-nav > li > .dropdown-menu {
	   -moz-animation:none;
	    -webkit-animation:none;
	    animation:none;
	}
	#custom-navbar .navbar-nav li a{
		color: #262525;
		}
	.navbar-default .navbar-collapse{
		background-color: #FFF;
	}
	.navbar-default .navbar-collapse::after {
	    position: absolute;
	    content: '';
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    border-bottom: 8px solid #FFF;
	    right: 25px;
	    top: 67px;
	}
	#custom-navbar .btn-navbar{
		color: #FFF !important;
		background-color: #594176;
	}
	.slider .title{
		font-size: 40px;
	}
	.typed-text{
		font-size: 20px;
	}
	.slider .description{
		font-size: 15px;
	}
	.img-slider{
		display: block;
		position: relative;
		width: 350px;
		margin-bottom: -80px;
		margin-left: 30px;
	}

}
@media screen and (max-width: 480px) {

}