.pagination {
    margin-top: 0
}

.hide {
    display: none;
}

.link {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent !important;
    border: 0 solid transparent;
    cursor: pointer;
    -webkit-appearance: none !important;
}

.box {
    height: auto;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    right: 100px;
    margin-bottom: 50px;
}

.checkbox {
    position: relative;
    top: 2px;
}

.margin-bttom-20 {
    margin-bottom: 20px
}

.permissions {
    max-height: 100px;
    overflow-y: auto;
}

.operations {
    width: 20%;
}

.container_chechbox {
    border: 2px solid #ccc;
    height: 300px;
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
    margin: 10px 0 10px 0;
}

.mb-0 {
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .box {
        height: auto;
        max-height: 200px;
        overflow-y: scroll;
        position: relative;
        right: 0;
    }
}
