/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Feb 2022, 10:35:16
    Author     : geekweb
*/

.box-my-bidoo h2{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.box-sup{
    display: flex;
    justify-content: space-between;
    align-items: end;
    -webkit-box-shadow: 0px 0px 5px 0px #9D9D9D; 
    box-shadow: 0px 0px 5px 0px #9D9D9D;
    padding: 10px;
    border-radius: 5px;
    margin: 20px auto;
}
.two-factor-autenticator{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.two-factor-autenticator h4.accordion-title{
    float: left;
}
.two-factor-autenticator .btn-modify{
    float: right;
}
.table-evidence {
    display: none;
    color: #06A88D;
    border-bottom: 1px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}
.table-evidence td {
    display: none;
    padding: 8px !important;
}
.btn-success.btn-custom {
    background-color: #06A88D;
}
.btn-success.btn-custom:hover {
    background-color: #06A88D;

}
thead th:last-child,tbody td:last-child{
    text-align: center;
}
@media(max-width: 576px){
    .table-security{
        font-size: 10px;
        text-align: center;
    }
    .table-security th{
        text-align: center;
    }
    .box-my-bidoo .table-security td{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    #deleteAllSessions{
        display: block;
        float: none !important;
        margin: 10px auto;
    }
}
#deleteAllSessions{
    text-align: center;
    color: #333 !important;
}
.switchAlertEmail{
    margin: 15px 0px;
}
@media(max-width: 576px){
    .switchAlertEmail{
        font-size: 13px;
    }
    .trash-button{
        width: 30px;
    }
    #deleteAllSessions{
        margin-left: 5px;
    }
    .boxDeleteAlleSession{
        display: flex;
        align-items: center;
        flex-direction: inherit;
        margin-right: 5px;
    }
}
.switchAlertEmail input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}

.switchAlertEmail label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    float: left;
}

.switchAlertEmail label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 5px;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

.switchAlertEmail input:checked + label {
    background: #33cc99;
}

.switchAlertEmail input:checked + label:after {
    left: calc(100% - 5px);
    transform: translateX(-100%);
}
span.btn-modify{
    font-size: 25px !important;
    color: #888;
    margin-right: 10px;
    margin-top: 10px;
}
.panel-default{
    border:none;
    box-shadow: none;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border:none;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default>.panel-heading a {
    display: block;
    padding: 10px 15px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{
    border:none;
    padding: 0px;
}

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

.accordion-option .title {
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding: 0;
    margin: 0;
}

.accordion-option .toggle-accordion {
    float: right;
    font-size: 16px;
    color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
    content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
    content: "Collapse All";
}           
.accordion-title, .section-title{
    font-size: 20px;
    font-weight: bold;
}
.icon-accordion-title{
    float: right;
    color: #888;
}
.trash-button{
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0px;
}
.other-connections{
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}
.msg-ative{
    color: #33cc99;
    font-weight: bold;
}
.icona-sicurezza{
    font-size: 80px !important;
    margin: 50px auto 30px;
}
.section-content b{
    color: #000;
}
.section-content{
    display: block;
    padding: 0px 10%;
}
.section-content a{
    margin-top: 20px;
    display: inline-block;
}
.section-footer{
    position: relative;
    padding-top: 10px;
    text-align: center;
    margin-top: 150px;
}
#modal-2fa-explain .content{
    padding: 10px 10%;
}
@media(max-width:576px){
    #modal-2fa-explain .content{
        padding: 10px 0px;
    }
    .section-content{
        padding: 0px 2%;
    }
    .section-footer {
        border-top: 2px solid #eee;
        margin-top: 80px;
    }
    
}
#modal-2fa-explain .content iframe{
    width: 100%;
    margin-bottom: 50px;
}
#modal-2fa-explain .content .section-title{
    margin-top: 40px;
    margin-bottom: 20px;
}
.progress{
    height: 7px;
    margin: 15px 0 5px;
}
.progress-bar{
    background-color: #33cc99;
}
.steps{
    text-align: right;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 15px;
}
.separator{
    width: 100%;
    background-color: #eee;
    height: 2px;
    margin: 10px 0;
}
.box-my-bidoo{
    box-shadow: none;
}
.box-my-bidoo .radio-inline input[type="radio"]{
    margin-left: 10px;
    right: 0px;
    bottom: 0px;
}
.choose-email, .choose-phone{
    margin: 30px 10%;
}
.box-my-bidoo .radio-inline{
    width: 100%;
}
.box-change-email, .box-change-phone{
    background-color: #eee;   
    padding: 20px 10%;
    display: none;
}
.box-change-email input, .box-change-phone input{
    margin: 10px 0px;
}

.btn-wizard, .btn-change-mail, .btn-change-phone{
    background-color: #33cc99;
    color: #fff;
    border-color: #33cc99;
    width: 35%;
    font-weight: bold;
}
.btn-wizard:hover, .btn-change-mail:hover, .btn-change-phone:hover{
    color:#fff;
    background-color: #30be8f;
}
.btn-change-mail, .btn-change-phone{
    width: auto;
}
@media(max-width:576px){
    .modal-dialog{
        height: 100%;
        margin: 0;
    }
    .modal-content{
        height: 110%;
    }
    .btn-wizard, .btn-change-mail {
        width: 95%;
    }
    .btn-change-phone {
        width: 100%;
    }
    #error-phone-output {
        margin-top: 10px;
        display: block;
    }
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.section-content a.btn-change-mail, .section-content a.btn-change-phone{
    margin: 0;
    padding: 5px 30px;
}
.icon-question{
    margin-left: 15px;
}
.icon-chevron{
    color: #ccc;
    left: 30px;
    position: absolute;
}
@media(max-width:576px){
    .icon-chevron{
        left: 0;
    }
}
.icon-question:hover{
    color: #30be8f;
}

.box-alert{
    display: none;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    color: #6c757d;
}

@media(max-width:576px){
    .icon-chevron{
        left: 0;
    }
    .box-alert{
        position: absolute;
        top: -50px;
        margin: 0 50px;
    }
}
#pin-container{
    margin: 30px auto 10px auto;
}
#pin-container input.pin-input{
    background: #fff;
}
.box-step-6 h4{
    font-weight: bold;
}
.box-alert-disable{
    margin-top: 30px;
    color: #6c757d;
}
.btn-disable-2fa{
    width: auto;
    margin: 35px 0;
}
.box-alert-disable span{
    margin-right: 5px;
}
.box-password{
    position: relative;
}
.box-password span.fa{
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 17px;
    color: #ccc;
    cursor: pointer;
}
.box-password p{
    margin-top: 40px;
} 
.box-step-7 h3, .box-step-8 h3{
    margin-bottom: 10px;
    margin-top: 50px;
}
.label-password{
    margin-top: 40px;
}
.classic-text-pin {
    text-align: center;
}
#disable-2fa-form {
    margin-top: 20px;
}
.password-error {
    margin-top: 15px;
}
.btn-wizard:focus {
    color: #fff;
}

#standard-phone-label span, #standard-phone-label span a{
    color: #000 !important;    
}