@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');

html,
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
h1 {
    font-size: 48px;
    font-weight: 400;
    margin: 1em 0px;
    color: #333333;
    font-family: 'Raleway', sans-serif;
}
h2 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
}
h3 {
    font-size: 24px;
    margin: 1em 0px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
p,
ul li{
    font-size: 15px;
    color: #666666;
    font-weight: 100;
}
.text-danger p {
    color: #dc3545 !important;
}
ul {
    -webkit-padding-start: 20px;
}
ul li {
    padding-left: 10px
}
hr {
    border-top-color: #e6e6e6;
}
button, a {
    cursor: hand;
}
.small-logo {
    height: 70px;
}
.txt-blue {
    color: #8c9cff;
}
.txt-white {
    color: white;
}
a {
    color: #8c9cff;
}
a:hover {
    text-decoration: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
    background-color: #5565cf;
    border-color: #5565cf;
}
.btn-primary,
.btn-outline-primary:hover,
.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    background-color: #5565cf;
    border-color: #5565cf;
}
.btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
    background-color: white;
    color: #5565cf;
}
.btn-outline-primary {
    color: #5565cf;
    border-color: #5565cf;
}
/* Baner */
.baner {
    margin-top: 66px;
    padding: 10vh 0;
    background-color: #f3f4fa;
}
.baner.baner-white {
    margin-top: 0px;
    background-color: white;
}
.baner .txt-blue {
    font-size: 14px;
    font-weight: 600;
}
.baner-logo {
    max-height: 50px;
    margin-bottom: 15px;
}
.card-body {
    padding: 2rem 1.4rem;
}
.baner.coming-soon .card-img-top {
    height: 30px;
    width: 30px;
}
.baner.coming-soon .card-title {
    font-weight: 300;
    font-size: 16px;
}
.baner.coming-soon .card-text {
    font-size: 13px;
}
.circle {
    max-height: 400px;
    max-width: 100%;
    margin: 30px 0px;
}
.small-circle {
    max-height: 200px;
}
/* Locations */
#location .row {
    margin: 3em 0px;
}
.info-box .row {
    margin: 3em 0px;
}
.info-box .card {
    margin-top: 10%;
}
.info-box .card-img-top {
    height: 50px;
    width: 50px;
}
.card {
    border: none;
}
.card-deck .card {
    margin: 15px 0px;
}
.social-media {
    justify-content: center;
}
.social-media ul {
    display: inline-flex;
    justify-content: center;
    list-style: none;
}
.social-media ul a {
    margin-right: 10px;
}
.social-media ul li {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #7080E7;
    font-size: 1.4em;
    padding: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}
.social-media ul a:hover li {
    background-color: white;
    color: #7080E7;
    border: 1px solid #7080E7;
}
/* Sign sidebar*/
.sign-box {
    padding: 50px;
    max-width: 500px;
    margin: 0 auto;
    line-height: 24px;
}
.sign-box h3 {
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
}
.sign-box label {
    font-size: 15px;
    float: left;
    color: #666666;
}
.alert {
    font-size: 15px;
}
.alert-success {
    background-color: #c6f5da;
    color: #666666;
    border-color: transparent;
}
.sign-footer {
    margin-top: 75px;
}
.sign-footer .copyright {
    font-family: 'Raleway', sans-serif;
    margin-top: 15px;
    font-size: 13px;
    color: #444444;
    line-height: 20px;
}
.form-control {
    height: 50px;
}
/* Checkbox */
.form-check-label {
    padding-left: 0px;
}
.form-check-label span {
    top: 15px;
}
.regular-checkbox {
	position: absolute;
    margin-left: -32px;
    margin-top: 5px;
    opacity: 0;
}
.regular-checkbox + label {
	border: 2px solid #b3b3b3;
	border-radius: 5px;
	display: inline-block;
	position: relative;
    margin-right: 15px;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
.regular-checkbox:checked + label {
	background-color: #e9ecee;
	border: 2px solid #b3b3b3;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #99a1a7;
}
.big-checkbox + label {
	padding: 10px;
}
.big-checkbox:checked + label:after {
	font-size: 16px;
	left: 4px;
    top: -2px;
}
#sign-in > .row{
    min-height: 100vh;
}
/* Pricing */
.pricing {
    background-color: #fcfcfc;
    padding-bottom: 60px;
}
.page {
    margin-top: 66px;
    padding-top: 40px;
    margin-bottom: 40px;
}
.page h1 {
    margin: 0 0 20px 0;
}
.pricing .table-responsive {
    margin-left: 300px;
    width: calc(100% - 300px);
    padding-bottom: 20px;
}
.pricing .table-control {
    margin-top: 30px;
    margin-left: 280px;
    color: #666666;
}
.pricing-plan-picker .small {
    font-size: inherit;
}
.pricing .page-title i {
    color: #666666;
    margin-right: 0;
}
.pricing .page-title a:hover i {
    color: #8c9cff;
}
.pricing .page-title a {
    vertical-align: middle;
}
.pricing .table-responsive {
    margin-left: 280px;
    width: calc(100% - 280px);
}
.pricing table {
    border-spacing: 10px 0px;
    border-collapse: separate;
    table-layout: fixed;
    width: 2100px;
}
.pricing .table-responsive .wrapper::-webkit-scrollbar-track, #top-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #e0e2f2;
    background-color: #f3f4f4;
    border-radius: 3px;
}
.pricing .table-responsive .wrapper::-webkit-scrollbar, #top-scrollbar::-webkit-scrollbar {
    height: 12px;
    background-color: #F5F5F5;
}
.pricing .table-responsive .wrapper::-webkit-scrollbar-thumb, #top-scrollbar::-webkit-scrollbar-thumb {
    background-color: #5565cf;
    border: 1px solid #5565cf;
    border-radius: 3px;
}
.pricing .table {
    max-width: none;
}
.pricing table th {
    border: 0px;
}
.pricing table td {
    vertical-align: middle;
}
.pricing table thead th {
    font-weight: normal;
}
.pricing table .headcol.no-border {
    border: none;
}
.pricing table tbody tr td {
    background-color: white;
    height: 55px;
    box-shadow: 2px 0 1px -1px rgba(0, 0, 0, 0.1), -4px 4px 8px -1px rgba(0, 0, 0, 0.1);
}
.pricing table tbody .pricing-location-number .headcol {
    border-color: transparent;
}
.pricing table tbody .pricing-reply-twitter td {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pricing table .table-break {
    height: 40px;
    border: none;
}
.pricing table thead .price-name th {
    font-weight: 600;
    color: #333333;
    position: relative;
    z-index: 2;
    vertical-align: top;
}
.pricing table thead .price-name th span {
    background-color: #fcfcfc;
    padding: 10px;
    z-index: 1;
}
.pricing table thead .price-name th .line {
    background-color: #c4c9e8;
    height: 2px;
    display: block;
    position: absolute;
    top: 50%;
    padding: 0px;
    width: calc(100% - 30px);
    z-index: -1;
}
.pricing table thead .price-monthly th {
    font-weight: 600;
    font-size: 24px;
}
.muted {
    color: #999999;
}
.pricing table thead .price-monthly .muted {
    margin-left: 5px;
}
.pricing table thead .price-monthly th.headcol,
.pricing table thead .price-per-location th.headcol,
.pricing table thead .price-buttons th.headcol {
    font-size: 16px;
    font-weight: normal;
    border: none;
    color: #333333;
}
.pricing table thead .price-buttons {
    vertical-align: bottom;
}
.pricing table thead .price-per-location th {
    font-weight: 100;
    font-size: 12px;
    color: #404040;
    padding-top: 0px;
    vertical-align: top;
}
.pricing table thead .price-buttons form {
    margin-bottom: 0px;
}
.pricing table thead .price-per-location th {
    font-weight: 100;
    font-size: 12px;
    color: #404040;
    padding-top: 0px;
    vertical-align: top;
}

.pricing table thead .price-monthly th[scope=col],
.pricing table thead .price-per-location th[scope=col],
.pricing table thead .price-buttons th[scope=col] {
    background-color: white;
    box-shadow: 2px 0 1px -1px rgba(0, 0, 0, 0.1), -4px 4px 8px -1px rgba(0, 0, 0, 0.1);
}

.pricing table thead .price-monthly th[scope=col],
.pricing table .table-break {
    border-top: 1px solid #dee2e6;
}
.pricing table thead .price-buttons th[scope=col] {
    padding-bottom: 20px;
}
.pricing table thead .price-annually th[scope=col] {
    background-color: #e7fff1 !important;
}

.pricing table .price-social .google-business-icon {
    background: url("../../../images/google_my_business.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 33px;
    height: 33px;
    display: inline-flex;
    padding: 7px;
}
.pricing table .price-social td i {
    font-size: 2em;
    color: #5565cf;
    margin: 4px;
}
.pricing table .price-social img {
    max-height: 30px;
    margin: 4px;
}
.pricing table .price-social .soon-star {
    position: relative;
    top: -16px;
}
.pricing table .price-social .soon-star::after {
    content: '*';
    color: #5565cf;
    position: static;
    margin-left: -5px;
}
.pricing table .long-col td {
    height: 70px;
}
.pricing .long-col .headcol i {
    margin-top: 14px;
}
.pricing .headcol {
    position: absolute;
    width: 340px;
    left: 0;
    top: auto;
    border-top-width: 1px;
    border-top: 1px solid #f3f4f4;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #666666;
    line-height: 24px;
}
.pricing .headcol i {
    color: #cccccc;
    font-size: 16px;
    margin-right: 10px;
    margin-top: 3px;
}
.pricing .headcol  span {
    position: absolute;
    padding-right: 40px;
}
.pricing table .ok-icon {
    color: #31965b;
}
.pricing table .ok-icon .mdi {
    font-size: 24px;
}
.pricing table .no-icon {
    color: #cd0000;
}
.pricing table .no-icon .mdi {
    font-size: 24px;
}
.pricing-plan-picker {
    padding: .75rem;
}
.pricing-plan-picker a {
    padding: 10px 15px;
}
.pricing-plan-picker a:active,
.pricing-plan-picker a:focus {
    color: black;
}
/* brand table */
#table-brand .dataTables_wrapper {
    padding-bottom: 10px;
}
#table-brand .dataTables_wrapper .dataTables_paginate,
#table-brand .dataTables_wrapper .dataTables_filter {
    float: left;
}
#table-brand .dataTables_wrapper .dataTables_filter i {
    position: absolute;
    margin-top: 8px;
    margin-left: 20px;
    color: #b3b3b3;
}
#table-brand .dataTables_wrapper .dataTables_filter input {
    margin-left: 0px;
    border-radius: 20px;
    border: 1px solid #b3b3b3;
    width: 250px;
    height: 35px;
    padding-left: 45px;
    outline: none;
}
#table-brand table tbody tr {
    margin-bottom: 8px;
    padding: 25px;
}
#table-brand .table-hover tbody tr:hover {
    background: white;
}
#table-brand table {
    box-sizing: border-box;
}
#table-brand tr {
    display: block;
    box-shadow: 0px -1px 9px rgba(0,0,0, .1), 0 3px 9px rgba(0,0,0,0.1);
    margin-left: 6px;
    margin-right: 6px;
}
#table-brand table {
    border-collapse: separate;
    border-spacing: 0 10px;
    border-bottom: none;
}
#table-brand td,
#table-brand th {
    border: none;
}
#table-brand table thead {
    display: none;
}
#table-brand .brand-image {
    width: 110px;
    height: 110px;
}
#table-brand .brand-image img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}
#table-brand .brand-name p {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding-left: 0px;
    color: #333333;
}
#table-brand .brand-name a {
    font-size: 14px;
}
#table-brand .brand-name {
    padding-left: 40px;
}
#table-brand .brand-join {
    vertical-align: middle;
    width: 200px;
}
#table-brand .brand-join button {
    width: 180px;
}
#table-brand .brand-facebook-icon {
    display: inherit;
}
#table-brand .brand-facebook-icon img {
    width: 25px;
    margin-right: 10px;
}
#table-brand .paginate_button.current {
    background: none;
    border-color: #c4c9e8;
}
#table-brand .paginate_button {
    padding: .3em .8em;
    color: #666666;
    transition: all .3s;
}
#table-brand .paginate_button .next,
#table-brand .paginate_button .previous {
    color: #c4c9e8 !important;
}
#table-brand .bottom {
    margin-top: 100px;
}
#table-brand .dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
    background: #999999;
    border: 1px solid #999999;
    color: white !important;
}
.brand-list .foot-add-new-brand {
    background-color: #43de83;
    color: white;
    font-size: 18px;
    line-height: 40px;
    margin-top: -170px;
    padding: 20px 35px;
    box-shadow: 0px -1px 9px rgba(0,0,0, .1), 0 3px 9px rgba(0,0,0,0.1);
    margin-left: 6px;
    margin-right: 6px;
    z-index: 9;
    position: absolute;
    width: calc(100% - 40px);
}
.box-add-new-brand {
    z-index: 5;
    position: absolute;
    right: 20px;
}
.box-add-new-brand .text-green {
    color: #43de83;
    margin-right: 20px;
}
.navbar .step-info p {
    font-size: 18px;
    color: #999999;
    margin-bottom: 0px;
}
.page-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    margin: 30px 0;
    color: #333333;
}
.page-title i {
    margin-right: 15px;
    color: #333333;
}
.brand-list {
    margin-bottom: 100px;
}
.brand-list::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: -1;
}
/* Add brand modal */
#modal-add-brand .modal-content {
    padding: 30px;
}
#modal-add-brand .modal-header {
    border: none;
}
#modal-add-brand .modal-header .close {
    font-size: 2.5rem;
    color: #000;
}
.btn-success {
    background-color: #43DE83;
    border-color: #43DE83;
}
.btn-success:hover {
    background-color: transparent;
    color: #43DE83;
    border-color: #43DE83;
}
.btn-success-ghost {
    color: #43de83;
    border-color: #43de83;
    background-color: transparent;
    outline: none;
}
.btn-success-ghost:hover,
.btn-success-ghost:active {
    color: white;
    border-color: #43de83;
    background-color: #43de83;
}
.btn-white-ghost {
    color: white;
    border-color: white;
    background-color: transparent;
    outline: none;
    width: 180px;
}
.btn-white-ghost:hover,
.btn-white-ghost:active {
    color: #43de83;
    border-color: #43de83;
    background-color: white;
}
.btn-primary-ghost {
    color: #5565cf;
    border-color: #5565cf;
    background-color: transparent;
    outline: none;
}
.btn-primary-ghost:hover,
.btn-primary-ghost:active {
    color: white;
    border-color: #5565cf;
    background-color: #5565cf;
}
.buttonload {
    background-color: #4CAF50; /* Green background */
    border: none; /* Remove borders */
    color: white; /* White text */
    padding: 12px 24px; /* Some padding */
    font-size: 16px; /* Set a font-size */
}

/* Add a right margin to each icon */
.buttonload .fa {
    margin-left: -12px;
    margin-right: 8px;
}


/* payment */
.payment {
    background-color: #fcfcfc;
    padding-bottom: 60px;
}
.payment-box {
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    margin-left: 40px;
    width: calc(100% - 75px);
    background-color: white;
    padding: 30px 15px 0px;
    border-radius: 5px;
    box-shadow: 2px 0 1px -1px rgba(0, 0, 0, 0.1), -4px 4px 8px -1px rgba(0, 0, 0, 0.1);
}
.payment-box form {
    flex-wrap: wrap;
    margin-bottom: 0px;
}
.payment form select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
.payment-box > .col-md-6 {
    flex-wrap: wrap;
}
.payment-box-single {
    display: flex;
    justify-content: center;
    height: 110px;
    align-items: center;
    border: 2px solid #e6e6e6;
    color: #808080;
    border-radius: 5px;
    font-weight: 600;
}
.box-primary {
    border: 2px solid #5565cf;
    color: #5565cf;
}
.payment-box-single i {
    font-size: 3em;
    margin-right: 15px;
}
.payment-form p {
    height: 50px;
}
.payment-form,
.billing-form {
    flex-wrap: inherit;
}
.billing-form {
    border-left: 5px solid #f3f4f4;
}
form .input-icon {
    position: absolute;
    bottom: 15px;
    position: absolute;
    right: 30px;
    color: #808080;
}
.payment-box-footer {
    background: #f3f4f4;
    box-sizing: content-box;
    width: 100%;
    margin: 0 -15px;
    padding: 30px;
}
.payment-box-footer span {
    font-size: 12px;
}
.payment-box-footer p {
    color: #333333;
    font-weight: 400;
}
/* Credit Card Validation */
.shell {
  line-height: 1;
}
.shell span {
  position: absolute;
  top: 49px;
  left: 29px;
  pointer-events: none;
  font-weight: 100;
  color: #999999;
}
.shell span i {
  color: transparent;
  opacity: 0;
  visibility: hidden;
}


/* Media queries */
@media (min-width: 1200px) {
    .container:not(header .container) {
        max-width: 1400px;
    }
}
@media only screen and (max-width: 767px) {
    .billing-form {
        border-left: 0px solid transparent !important;
    }
    .payment-box {
        margin-left: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .box-add-new-brand {
        position: relative;
    }
}
@media only screen and (max-width: 575px) {
    .price-name {
        opacity: 0;
    }
    .pricing .page-title {
        margin: 30px 0px;
    }
    .pricing {
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 500px) {
    #table-brand .bottom {
        margin-top: 0px;
    }
    .brand-list .foot-add-new-brand {
        margin-top: 0px;
        text-align: center;
    }
    .brand-list .foot-add-new-brand button {
        float: none;
    }
    #table-brand .dataTables_wrapper .dataTables_filter,
    #table-brand .dataTables_wrapper .dataTables_filter input,
    #table-brand .dataTables_wrapper .dataTables_filter label {
        width: 100%;
    }
    .pricing .headcol span {
        padding-right: 0px;
        position: relative;
    }
}
@media only screen and (max-width: 520px) {
    .pricing .table-responsive {
        margin-left: 50%;
        width: 44%;
    }
    .pricing .table-control {
        margin-left: 50%;
    }
    .pricing .headcol {
        width: 50%;
    }
    .inner {
        overflow-x:scroll;
        overflow-y:visible;
        width: 44%;
        margin-left: 50%;
    }
}
@media only screen and (max-width: 445px) {
    .pricing .headcol i {
        display: none;
    }
    .pricing table .long-col td {
        height: 90px;
    }
    .pricing table tbody tr td {
        height: 65px;
    }
    .pricing table {
        width: 1670px;
        border-spacing: 3px 0;
    }
    .pricing .btn {
        padding: .375rem .75rem;
    }
}
#sign-in .col-md-8 {
    background-color: #7080e7;
    flex-direction: column;
    padding: 0 10%;
}
#reset-pass .col-md-8 {
    background-color : #f3f4fa;
    flex-direction: column;
    padding: 0 5%;
}
#reset-pass .col-md-8 p {
    color: #8a8695;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cookies-eu-banner {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #7080e7;
    width: 100%;
    z-index: 9999;
    text-align: center;
    background-color: white;
    padding: 5px;
}

.password-input {
    display: inline-block;
    position: relative;
    width: 100%;
}

.password-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.password-input input:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.password-toggle-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.password-toggle-icon i {
    font-size: 16px;
}
