html {
    font-size: 5px;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
}

.list-group-item:hover {
    background-color: #fbfbfb;
    cursor: pointer;
}

.list-group-item.active:hover {
    background-color: #005cbf;
    cursor: pointer;
}

.box {
    width: 100%;
    height: 100px;
    padding: 20px;
    margin: 5px;
    /*background-color:#a9bacc;*/
    border: 1px solid gray;
    border-radius: 10px;
    /*box shadow */
    -webkit-box-shadow: inset 0px 0px 19px 0px rgba(155,155,245,1);
    -moz-box-shadow: inset 0px 0px 19px 0px rgba(155,155,245,1);
    box-shadow: inset 0px 0px 19px 0px rgba(155,155,245,1);
    text-align: center;
    cursor: pointer;
}

.box-icon {
    width: 50px;
    margin-right: 15px;
}

#user-list table thead th:nth-child(1) {
    width: 70%
}

#module-list table thead th:nth-child(1) {
    width: 70%
}

#module-policy-list table thead th:nth-child(1) {
    width: 70%
}

#policy-list table thead th:nth-child(1) {
    width: 70%
}

/*added by puneet on 22-feb-2024*/
.stepper {
    border-radius: 22px;
    border: 1px dashed gray;
    background-color: transparent;
    padding: 12px;
    width: 10px;
    height: 10px;
}

.stepper-success {
    background-color: green;
}

.stepper-danger {
    background-color: red;
}

.stepper-info {
    background-color: #ffa500;
    border: 1px solid #ffa500;
}
/*added by puneet on 22-feb-2024*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#user-list1 {
    max-height: 43vh;
    overflow-y: auto;
    overflow-x: hidden
}

thead {
    position: sticky;
    top: 0px;
    background-color: white;
}

#module-policy-list {
    max-height: 43vh;
    overflow-y: auto;
    overflow-x: hidden
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.float-start p{
    font-size:13px;
}

.stepper{
    margin-top:10px;
    margin-left:2px;
    padding:13px;
}