﻿

.hpt-BindDeviceModal-modal > .modal {
    /*  background-image: url('_content/HPT.Web.Blazor.Components/img/device_mpvi_dark.PNG'); */
    background-color: #191919;
    /* background: var(--body-background);*/
    /* border: unset !important;*/
    border-radius: 4px;
}



    .hpt-BindDeviceModal-modal > .modal > .modal-header {
        /* border-bottom: unset!important; */
        /* background-color: unset !important;*/
        color: #777;
    }

        .hpt-BindDeviceModal-modal > .modal > .modal-header > .modal-close > span {
            color: #777;
        }

.bind-device-modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bind-header {
    display: flex;
    zoom: 1.7;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    /* background: #111;*/
    border-bottom: 1px solid #000;
    border-top: 1px solid var(--transparency-invert-medium);
}



.btn-device-code-copy i {
    color:indianred;
    position:relative;
    font-size:11px;
    cursor:pointer;

}



.bind-header-spacer {
    width: 100%;
}

.bind-header-conector {
    /*width: 80px;*/
    text-align: center;
    font-size: 12px;
    min-width: 30px;
}

    .bind-header-conector > i {
        line-height: 40px;
    }

.bind-header-device {
    /*width: 60px;*/
    text-align: center;
}

.bind-header-user {
    /* width: 60px;*/
    text-align: center;
}

.bind-device-chip {
    width: 40px;
    height: 40px;
    /*border-radius: 50%; */
    border-radius: 6px;
    border: 1px solid var(--transparency);
    background: #111;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-weight: 600;
    color: var(--text-color-active);
    box-shadow: 1px 1px 0px 0 rgb(0 0 0 / 42%);
}

    .bind-device-chip > i {
        line-height: 40px;
    }

.bind-header-user > .user-chip-photo {
    width: 40px;
    height: 40px;
    /* border-radius: 50%; */
    border-radius: 6px;
    border: 1px solid var(--transparency);
    background: #111;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-weight: 600;
    color: var(--text-color-active);
    box-shadow: 1px 1px 0px 0 rgb(0 0 0 / 42%);
}

.user-chip-photo > i {
    line-height: 40px;
}

.bind-header-wrapper {
    height: fit-content;
}

.bind-buttons-wrapper {
    height: fit-content;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    padding: 10px;
    /* padding-bottom: 0px; */
    margin-bottom: -1.5rem;
}

    .bind-buttons-wrapper > button {
        width: 100%;
        /*  background: var(--body-background);     */
        color: #999;
    }

        .bind-buttons-wrapper > button:hover {
            width: 100%;
            color: var(--text-color-active);
        }




/*body*/

.bind-body-wrapper {
    font-size: 12px;
    border-top: 1px solid #353535;
}

.bind-body {
    padding-left: 10px;
    border-bottom: 1px solid #000;
}

.bind-body-tittle {
    font-weight: 700;
    margin: 10px;
    /*padding: 10px;*/
}

.bind-body-checklist {
    display: flex;
    flex-direction: column;
    margin: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}


.bind-body-checklist-item {
    white-space: nowrap;
}

.bind-tittle {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 700;
    /* font-size: 18px; */
    text-shadow: 1px 1px #000;
    margin-top: -5px;
    color: #999;
    /* background: #111; */
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    width: calc(100% + 3rem);
    padding: 10px;
    border-bottom: 1px solid var(--transparency-smaller);
    /*box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 42%);*/
}

.bind-footer-wrapper {
    background: #111;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #000;
}

.bind-footer {
    max-width: 328px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.link-red {
    color: indianred;
    text-decoration: none;
}

.link-active {
    color: var(--text-color-active);
    text-decoration:underline;
    cursor:pointer;
}

    .link-red:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.hpt-BindDeviceModal-modal > .modal > .modal-buttons {
    border-top: 1px solid #353535;
}

.hpt-BindDeviceModal-modal > .modal > .modal-header {
    border-bottom: 1px solid #000;
}

.bind-device-modal-content {
    border-top: 1px solid #353535;
}

.bind-hpt-chip {
}


.bind-hpt-chip {
    width: 40px;
    height: 40px;
    /*border-radius: 50%; */
    border-radius: 6px;
    border: 1px solid var(--transparency);
    background: #111;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    font-weight: 600;
    color: var(--text-color-active);
    box-shadow: 1px 1px 0px 0 rgb(0 0 0 / 42%);
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
}

    .bind-hpt-chip > img {
        height: 20px;
        line-height: 40px;
        margin: auto;
        filter: invert(47%) sepia(93%) saturate(2782%) hue-rotate(191deg) brightness(101%) contrast(101%);
    }




/* commons */

.active {
    color:var(--text-color-active);
}


.green {
    color: limegreen;
}


.red {
    color: indianred;
}


.red i {
    color: indianred;
}

    .red span {
        color: indianred;
    }


.hide {
    display: none;
}

.no-border {
    border: none !important;
}

.flex {
    display:flex;
    width:100%;
    height:100%;
}


    .flex.fit {
        width:fit-content;
        height:fit-content;
    }

.flex.end {
    justify-content:end;
}


    .flex.top {
        align-items: start;
    }


.mr20 {
    margin-right:20px;
}

.btn.active i {
    color:var(--text-color-active);
}