:root {
    --vz-gray-300: #fff;
    --vz-border-color: #fff;
}

.admin-role__main-role,
.admin-role__checked {
   cursor: pointer;
}

.admin-role {
    position: relative;
}

.admin-role__wrapper {
    height: 0px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    top: 30px;
   
}

.admin-role__wrapper--active {
    height: auto;
    overflow: hidden;
    z-index: 999;
}

.admin-status__main-status,
.admin-status__checked {
   cursor: pointer;
}

.admin-status {
    position: relative;
}

.admin-status__wrapper {
    height: 0px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    top: 30px;
  
}

.admin-status__wrapper--active {
    height: auto;
    overflow: hidden; 
    z-index: 999;
}

.admin-isTest__main-isTest,
.admin-isTest__checked {
   cursor: pointer;
}

.admin-isTest {
    position: relative;
}

.admin-isTest__wrapper {
    height: 0px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    top: 30px;
  
}

.admin-isTest__wrapper--active {
    height: auto;
    overflow: hidden; 
    z-index: 999;
}

.search-uni-fio-result {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    opacity: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    z-index: 10 !important;
    height: 0;
    overflow-y: auto;
    border: 1px solid rgb(214, 214, 214);

}

.search-uni-fio-result--active {
    opacity: 1;
    transition: opacity 1000ms ease 0s;
    min-height: 130px; 
    max-height: 300px; 
}

.search-uni-fio-result__item {
    transition-duration: .5;
    padding: 5px 10px;
    cursor: pointer;
}
.search-uni-fio-result__item:hover {
    background: #c1c1c1a4;
    
}

.navbar-menu_unicorn {
    background: rgb(1, 73, 172) !important;
}

.gridjs-wrapper {
    padding-bottom: 14em;
}

tbody, td, tfoot, th, thead, table,  tr {
    border: none !important;
}

