@media all and (min-width: 480px) {
    .Login {
        padding: 60px 0;
    }

    .Login form {
        margin: 0 auto;
        max-width: 320px;
    }
}

html,
body {
    /* margin: 0px; */
    height: 100%;
}


.height100Percent {
    height: 100%;
}


.blocked .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #dc3545;
    background-color: #dc3545;
}


.noLineHeight {
    line-height: inherit !important;
}

.rolesTD {
    padding: 0;
    padding-top: .75rem;
}

.rolesP {
    font-size: 10px;
    margin-bottom: -2px;
}

.customBtn.btn-primary {
    border-color: rgb(185, 14, 128) !important;
    color: rgb(185, 14, 128) !important;
    background-color: rgb(185, 14, 128, 0.2) !important;
}


.customBtn.btn-primary:active {
    border-color: rgb(185, 14, 128) !important;
    color: rgb(185, 14, 128) !important;
    background-color: rgb(185, 14, 128 0.5) !important;
    box-shadow: 0px 0px 0px 0px !important;
}


/* body {
    margin: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  } */

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
}


.box {
    /* width: 800px; */
    border: 1px solid #ddd;
    background: #ddd;
    opacity: 0.9;
    height: 900px;
}

/* @media (min-resolution: 120dpi) {
    .box {
        height: 900px;
    }
} */

.box .steps {
    border-bottom: 1px solid #ddd;
}

.box .steps ul {
    overflow: hidden;
}

.box .steps ul li div {
    color: #999;
    padding: 10px 0 15px 45px;
    position: relative;
    background: #f5f5f5;
    width: 165px;
}

.box .steps ul li div span {
    font-size: 13px;
}

.box .steps ul li:first-child div {
    width: 135px;
    padding-left: 15px;
}

.fullWidth div {
    width: 100% !important;
}

.box .steps ul li div::before {
    content: " ";
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #ddd;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 1;
    margin-left: 1px;
}

.box .steps ul li div::after {
    content: " ";
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #f5f5f5;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.box .steps ul li.done div {
    border-color: #20a8d8 !important;
    color: #fff !important;
    background: #20a8d8 !important;
}

.box .steps ul li.done div::after {
    border-left: 30px solid #20a8d8;
}

.box .steps ul li.active div {
    border-color: #167495 !important;
    color: #fff !important;
    background: #167495 !important;
}

.box .steps ul li.active div::after {
    border-left: 30px solid #167495;
}

.box .step-component {
    padding: 20px;
    height: 650px;
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.box .btn-component {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.custom-file-input {
    z-index: 9;
}

.deleted-user {
    color: #d3d3d3;
    font-style: italic;
}