.navigation {
    /* width: 225px; */
    /* transition: width .5s; */
    position: relative;
}

.navigation_sticky {
    background: white;
    color: #2f4050;
    /* height: 90vh; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0px 9px 18px 0px rgba(37, 57, 73, 0.18);
    position: sticky;
    top: 83px;
}

.gradient {
    position: absolute;
    /* height: 10%; */
    height: 50px;
    width: 98%;
    /* bottom: 90px; */
    bottom: -5px;
    /* top: 70vh; */
    /* left: 4px; */
    background-image: linear-gradient(180.0deg, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
}

.go_up {
    /* top: 185px; */
    top: -5px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, #ffffff 100%);
}

.navigation_big {
    position: relative;
    /* width: inherit; */
    width: 225px;
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    height: 80%;
    /* background: rgb(255, 255, 255); */
    /* background: linear-gradient(180deg, rgba(1, 255, 255, 0.8) 0%, rgba(1, 255, 255, 1) 50%, rgba(1, 255, 255, 1) 100%); */
    /* box-shadow: inset 0 -350px 0px rgba(255, 255, 255, 0.9); */
}

.navigation_small {
    display: none;
    width: 68px;
    /* width: auto; */
    display: flex;
    flex-direction: column;
    min-height: 80vh;
    height: 80%;
}

.navigation_header {
    flex: 0 1 auto;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0px;
    width: 80%;
    cursor: pointer;
    margin: 0 auto;
    border-bottom: 2px solid #f3f3ff;
    /* padding: 35px 0 27px 23px; */
    /* background: url("images/header-profile.png") no-repeat; */
}

.navigation_small .navigation_header {
    justify-content: center;
}

.navigation_header img {
    height: 20px;
    width: 20px;
}

.navigation_login {
    margin-bottom: 3px;
}

.navigation_login span {
    /* color: #DFE4ED; */
    cursor: pointer;
}

.navigation_login_status span {
    /* color: #8095a8; */
    cursor: pointer;
}

.navigation_menu {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    /* height: 50%; */
}

.shine_block {
    display: flex;
    padding: 17px 0 17px 27px;
}

.shine_block img {
    height: 20px;
    width: 20px;
    margin-right: 20px;
}

.shine_block:hover {
    cursor: pointer;
    color: #0b63f6;
    font-weight: bold;
}

.choise {
    background-color: rgba(167, 177, 194, 0.36);
}

.arrow {
    float: right;
    margin-right: 20px;
}

.arrow::before {
    content: '\f104';
}

.blue_border {
    border-left: 4px solid #0b63f6;
}

.blue_border .shine_block {
    padding-left: 23px;
}

.blue_border .navigation_menu_devices_list li {
    padding-left: 46px;
}


/* .navigation_header_min {
    background: #243747;
    color: white;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding: 22px 0;
} */

.navigation_menu_devices_block {
    /* border: 1px solid green; */
    position: relative;
}

.navigation_menu_devices_list {
    list-style-type: none;
    /* max-height: 350px; */
    height: calc(65vh - 70px);
    overflow: auto;
}

.navigation_menu_devices_list li {
    font-size: 12px;
    padding: 8px 5px 8px 50px;
}

.navigation_menu_devices_list li:hover {
    cursor: pointer;
    color: #0b63f6;
    font-weight: bold;
}


/* .little_menu {
    width: 68px;
} */


/* .rotate {
    transform: rotate(180deg);
    justify-content: center;
    border-top: 2px solid #f3f3ff;
    border-bottom: none;
} */

.add_new_device {
    flex: 0 0 auto;
    /* margin: 20px; */
    display: flex;
    color: white;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
    width: 80%;
    margin: 20px auto;
    background-color: #18d467;
    border-radius: 15px;
    box-shadow: 0px 9px 18px 0px rgba(37, 57, 73, 0.18);
    cursor: pointer;
}

.add_unit_block {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border-radius: 15px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); */
    box-shadow: 0px 9px 18px 0px rgba(37, 57, 73, 0.18);
    width: 400px;
    /* height: 280px; */
    padding: 30px;
    z-index: 2;
}

.add_unit_block_header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    font-size: 26px;
    flex-wrap: wrap;
    align-items: center;
}

.add_unit_block_header img {
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.add_unit_block_header_text {
    display: flex;
    flex-direction: column;
}

.add_unit_block_header_text1 {
    color: #263949;
    font-family: Montserrat-Bold;
    font-weight: bold;
    font-size: 15px;
}

.add_unit_block_header_text2 {
    font-size: 12px;
    color: #a7b1c2;
}


/* .add_unit_block_header_exit {
    margin-right: -10px;
    font-size: 30px;
    font-weight: 700;
    opacity: 0.5;
}

.add_unit_block_header_exit:hover {
    opacity: 1;
    cursor: pointer;
} */


/* .add_unit_block_header_text2 {
    margin-top: 10px;
    flex-grow: 2;
    font-size: 13px;
    text-align: center;
} */

.add_unit_block_body {
    border-top: 1px solid #e5e5e5;
    /* margin: 0 auto; */
    width: 100%;
    padding-top: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.add_unit_block_body div {
    /* width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 1px #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
    padding: 10px 0;
    box-sizing: border-box; */
}

.add_unit_block_win,
.add_unit_block_lin {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 180px;
    height: 170px;
    background-color: #f3f3ff;
    border-radius: 15px;
}

.add_unit_block_win:hover,
.add_unit_block_lin:hover {
    cursor: pointer;
    box-shadow: 0px 9px 18px 0px rgba(37, 57, 73, 0.18);
    transition: 0.1s box-shadow;
}

.add_unit_block_body h5 {
    margin-top: 5px;
    font-size: 12px;
}

.add_unit_block_footer {
    padding: 20px 0 20px;
    text-align: right;
    box-sizing: border-box;
}

.add_unit_block_footer_exit {
    margin-right: 15px;
    display: inline;
    background: white;
    border: 1px solid #e7eaec;
    padding: 6px 12px;
    border-radius: 3px;
}

.add_unit_block_footer_exit:hover {
    cursor: pointer;
    border: 1px solid #b3b3b3;
    transition: 0.2s border;
}