.btn.mdl-button {
    margin: 16px 0px 0 0 !important;
}
.btn.mdl-button.publisher-dash-btn {
    margin: 15px 0px 0 0 !important;
}
.hidden {
    display: none;
}
.modal-dialog .btn.mdl-button {
    margin: 8px 0px 8px 0 !important;
}
.nav-tabs {
    border-bottom: none;
    display: flex;
    padding-top: 45px;
    justify-content: center;
}
.passwordStrong{
    margin-left:5px;
}

.active{
    display: block !important;
}
.checkmark{
    color: green;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: none;
}
.crossmark{
    color: red;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: inline;
}
.checkmark1{
    color: green;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: none;
}
.crossmark1{
    color: red;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: inline;
}
.checkmark2{
    color: green;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: none;
}
.crossmark2{
    color: red;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: inline;
}
.checkmark3{
    color: green;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: none;
}
.crossmark3{
    color: red;
    min-width: 35px;
    max-width: 35px;
    margin-right: 5px;
    display: inline;
}
.passwordConstraints{
    display: none;
    text-align: left;
    position: absolute;
    top: -120px;
    font-size: 13px;
    background-color: white;
    border: 0.1px solid black;
    padding: 10px 5px;
    min-width: 200px;
    max-width: 300px;
    z-index: 9;
    border-radius: 10px;
}
.nav-tabs .nav-item .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    color: #AEAEAE;
    border-top-left-radius: 0;
    background: transparent !important;
    border-top-right-radius: 0;
    padding: 0 0 7px !important;
    display: inline-flex;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-item .nav-link i {
    margin-right: 10px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active ,.nav-tabs .nav-link:hover{
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.sidenav .nav-item:last-child .nav-link:hover {
    box-shadow: none;
}
.tab-content {
    height: 100%;
}
.input-box {
    border: none;
    border-bottom: 1px solid #ECEAE8;
    display: block;
    font-size: 22px;
    margin: 0;
    font-family: 'sans-serif';
    padding: 20px 40px 20px 40px;
    width: 100%;
    background: none;
    text-align: left;
    color: var(--black-text);
}
.input-box.password {
    padding: 20px 160px 20px 40px;
}
.input-container.username span.icon-input {
    top: 50px;
}
span.icon-input {
    position: absolute;
    left: 0;
    font-size: 22px;
    color: #AEAEAE;
    top: 52px;
    margin-left: 10px;
}
.password-box span.icon-input {
    top: 52px;
    margin-left: 10px;
}
::-webkit-input-placeholder {
    /* Edge */
    color: #AEAEAE;
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #AEAEAE;
}
::placeholder {
    color: #AEAEAE;
}
.input-box:focus {
    border-bottom: 1px solid var(--primary-color);
    outline: navajowhite;
}
div#profile {
    
    height: 100%;
   
}
label.textfield__label {
    color: #413E3B;
    font-size: 18px;
    font-family: 'sans-serif';
}
.bluebg span.icon-input {
    color: var(--black-text);
}
.bluebg label {
    color: var(--primary-color);
}
button.btn.green {
    width: 100%;
    height: 70px;
    background: #1ED5A4;
    border-radius: 2px;
    font-size: 22px;
    margin-top: 7px;
}
button.btn.green:hover,
button.btn.green:focus {
    box-shadow: inset 32em 0 0 0 var(--hover);
}
.validate-second button.btn.green:hover,.validate-second button.btn.green:focus {
    box-shadow: inset 25em 0 0 0 var(--hover);
}
button.btn.green i {
    margin-left: 20px;
    display: inline-block;
}
button.btn.green img {
    margin-left: 10px;
}
/*error css start*/
span.error,
label.error {
    color: brown;
    display: inline-block;
    font-size: 10px;
    text-align: left;
    width: 100%;
    position: absolute;
}
label.error {
    bottom: -6px;
}
.error+label {
    color: #FF6073;
    font-family: 'sans-serif';
    font-size: 16px;
    bottom: -36px;
    text-transform: capitalize;
}
.loading-btn {
    display: flex;
    align-content: center;
    line-height: 17px;
}
.loading-text {
    margin-left: 10px;
}

.error-and-sucess-message {
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    font-family: 'Apercu-r';
    font-size: 16px;
    text-align: center;

}
.alert {
    max-width: 650px;
    margin: auto;
}
.main-heading-inner{
    font-size: 50px;
    max-width: 980px;
    margin: auto;
    font-family: 'apercu-b';
    margin-bottom: auto;
    margin-bottom: 30px;
    line-height: 60px;
}
.inner-sub-heading {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Apercu-r';
    margin-bottom: 30px;
}
.green-point {
    width: 17px;
    height: 17px;
    background: var(--green-color);
    border-radius: 20px;
    position: relative;
    z-index: 9;
    border: 4px solid var(--primary-color);
}
.table {
    color: var(--black-text);
}
.table thead th {
    vertical-align: middle;
    border: none;
    font-size: 24px;
    position: relative;
    font-weight: normal;
    font-family: 'Apercu-b';
}
.table td, .table th {
    border-top: none;
    font-family: 'Apercu-r';
    font-size: 22px;
    line-height: normal;
    padding: 22px 22px;
    vertical-align: middle;
}
.table tbody tr {
    cursor: default;
    transition: all ease 0.4s;
}

.table tbody tr:hover td{
    background: #F3F3F3;
}
.table thead tr th:nth-child(1):after {
    border-radius: 4px 0px 0px 4px;
}
.feature-table .table thead th:nth-child(1),.feature-table .table tbody tr td:nth-child(1){
    width: 40%;
}
.feature-table .table thead th:nth-child(2),.feature-table .table tbody tr td:nth-child(2),.feature-table .table thead th:nth-child(3), .feature-table .table tbody tr td:nth-child(3){
    width: 30%;
}
.panel.panel-default {
    border-bottom: 1px solid #ECEAE8;
}
.accroring-section a {
    font-size: 24px;
    padding: 40px 0;
    display: block;
    color: var(--black-text);
    font-family: 'Apercu-m';
}
.table thead tr {
    color: #fff;

}
.table thead th:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: var(--primary-color);
    z-index: -9;
}
.table tbody tr td:first-child{
    border-radius: 4px 0px 0px 4px;
    font-family: 'Apercu-m';
}
.table tbody tr td:last-child{
    border-radius: 0px 2px 2px 0px;
}
.table thead tr th:first-child:after {
    border-radius: 4px 0px 0px 4px;
}
.table thead tr th:last-child:after {
    border-radius: 0px 4px 4px 0px;
}
.table tbody tr i {
    color: var(--primary-color);
}

.panel-body {
    font-size: 22px;
    font-family: 'Apercu-r';
    line-height: normal;
    padding: 20px 30px 50px;
}
span.accordion-text {
    width: 96%;
    display: inline-block;
}
span.arrowdropdown {
    display: inline-block;
}
.panel-default a[aria-expanded="true"] span.arrowdropdown {
    transform: rotate(180deg) translate(0px,-2px);
}
.panel-default a[aria-expanded="false"] span.arrowdropdown {
    transform: rotate(0deg);
}
.tooltip-inner {
    background: #fff;
    opacity: 1;
    border: 1px solid var(--primary-color);
    padding: 10px;
    color: #413E3B;
    font-size: 16px;
    box-shadow: 0px 3px 6px #00000029;
    font-family: 'Apercu-r';
    max-width: 350px;
}
.tooltip.show {
    opacity: 1;
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--primary-color) !important;
}
.bs-tooltip-top .arrow::before {
    border-top-color: var(--primary-color) !important;
}
.bs-tooltip-left .arrow::before {
    border-left-color: var(--primary-color) !important;
}
.bs-tooltip-right .arrow::before {
    border-right-color: var(--primary-color) !important;
}

.bs-tooltip-top  .arrow:after {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid;
    top: -2px;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
    border-top-color: #fff;
}

.dolor-price {
    font-size: 30px;
}
.dolor-price-tittle {
    font-size: 16px;
}
.active-user {
    font-size: 13px;
    font-family: 'Apercu-r';
    margin-top: 5px;
}
td.btnTd {
    padding: 0 5px 0 0px !important;
}
.table.first td{
    border-bottom: 1px solid #EFFAFC;
}
.mob-feature-table .table.first thead th:nth-child(2), .mob-feature-table .table.first  tbody tr td:nth-child(2){
    background: #8a27f7;
    color: #fff;

}
.mob-feature-table .table thead th:nth-child(2){
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}
