button.btn:disabled{cursor:not-allowed}.profile-info{position:relative}.profile-info .preloader{height:100%;width:100%;position:absolute;background:#fff;opacity:.5}.profile-info .row{max-width:400px;display:-webkit-box;display:-ms-flexbox;display:flex}.profile-info .row .col{width:100%}.profile-info .row .col .label{font-size:12px;font-weight:600;padding-bottom:1rem}.profile-info .row .col .input{width:100%;padding-left:1rem;height:40px;font-size:14px;margin-bottom:1.5rem;border:1px solid #ddd}.profile-info .row .col select{background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-left:1rem;border-radius:0}.profile-info .row .col+.col{margin-left:1rem}.profile-info .row label{font-size:12px;font-weight:600}.table-info__no-data{font-size:18px;height:300px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-info__item,.table-info__no-data{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.table-info__item{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:20px;-webkit-transition:background-color .2s;transition:background-color .2s}.table-info__item+.table-info__item{border-top:1px solid #dedede}.table-info__item:hover{background-color:#f7f7f7}.table-info__item .col:first-of-type{-webkit-box-flex:1;-ms-flex:1;flex:1}.table-info__item .col>.row{-ms-flex-wrap:wrap;flex-wrap:wrap;line-height:150%}.table-info__item .col>.row+.row{margin-top:10px}.table-info__item .button+.button{margin-left:10px}.table-info__item .comma{margin-right:10px}.table-info__item span>b{margin-left:5px}.table-info__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.table-info__footer,.table-info__list{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.table-info__footer{border-top:1px solid #dedede;padding:20px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.table-info .btn{color:#000}#switch{position:relative;width:50px;height:25px;-webkit-appearance:none;background:#c6c6c6;outline:none;border-radius:20px;-webkit-box-shadow:inset 0 0 5px rgba(255,0,0,.2);box-shadow:inset 0 0 5px rgba(255,0,0,.2);-webkit-transition:.7s;transition:.7s;margin-bottom:24px;margin-top:0}#switch:checked{background:#ffde00}#switch:before{content:"";position:absolute;width:25px;height:25px;border-radius:20px;top:0;left:0;background:#fff;-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 2px 5px rgba(0,0,0,.2);box-shadow:0 2px 5px rgba(0,0,0,.2);-webkit-transition:.5s;transition:.5s}#switch:checked:before{left:25px}