body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

@media all and (min-width: 1051px) {

  .form {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }

  .video-stream {
    width: 100%;
  }

  .select_button {
    font-size: 1.1em;
    cursor: pointer;
    border: 3px solid white;
    background: #0095db;
    height: auto;
    color: white;
    border-radius: 15px;
    height: auto;
    padding: 2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .blocks {
    display: flex;
    width: 25vw;
    /* height: 30vh; */
    padding: 5vw;
    margin: 4vw;
    font-size: 5vw;
    border-radius: 2vw;
    text-align: center;
    background-color: #4a90e2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    transition: transform 0.3sease, box-shadow 0.3sease;
  }

  .blocks:hover {
    transform: scale(1.1);
    box-shadow: -20px 15px 10px rgba(0, 0, 0, 1);
  }

  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
  }

  .border {
    border: 2px solid black;
    border-radius: 2vw;
  }

  .search_inputs {
    font-size: 1em;
    margin: 1vw;
    cursor: pointer;
    border: 3px solid grey;
    width: 30%;
    background: white;
    color: grey;
    border-radius: 15px;
    padding: 0.5vw;
  }

  .inputs {
    font-size: 1em;
    margin: 1vw;
    cursor: pointer;
    border: 3px solid grey;
    /* width: 100%; */
    background: white;
    color: grey;
    border-radius: 15px;
    padding: 0.5vw;
  }

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    font-size: 2vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .select {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    font-size: 2vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .form_down {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 78%);
    width: 100%;
    border-radius: 2vw;
    padding: 2vw;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
  }

  .block_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }

  .submit_device {
    font-size: 2em;
    /* margin: 1vw auto; */
    cursor: pointer;
    border: 3px solid white;
    background: grey;
    height: auto;
    color: white;
    border-radius: 15px;
    /* padding: 1.5vw; */
    width: 100%;
    /* margin-bottom: 4vw; */
    text-align: center;
  }

  .search_form {
    width: 100%;
    border-radius: 1vw;
    padding: 0.5vw;
    display: flex;
    margin-top: 1vw;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background-color: color(srgb 0.0506 0.4978 0.7125);
    align-content: flex-start;
    justify-content: center;
    overflow-x: auto;
  }

  .submit_btn {
    font-size: 1em;
    /* margin: 1vw auto; */
    cursor: pointer;
    border: 3px solid white;
    background: grey;
    height: auto;
    color: white;
    border-radius: 15px;
    padding: 1.5vw;
    width: 100%;
    /* margin-bottom: 4vw; */
    text-align: center;
  }

  .column {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .submit_btn:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1.00);
    background: #4a90e2;
  }

  .title {
    font-size: 5vw;
    color: grey;
    text-align: center;
    margin-top: -1vw;
  }

  .sub_title {
    font-size: 3vw;
    color: grey;
    text-align: center;
    margin-top: -1vw;
  }

  .search_form_top {
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: grey;
    justify-content: center;
  }

  form {
    background-color: rgb(255 255 255 / 91%);
    padding: 2vw;
    min-width: 90vw;
    overflow: auto;
    border-radius: 2vw;
  }

  .searched_data {
    display: flex;
    width: 100%;
    background: white;
    margin: 1vw;
    flex-direction: row;
    border-radius: 1vw;
    padding: 1vw;
    border: 1px solid black;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
  }

  .group_div {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
  }


  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    /* font-size: 4vw; */
    /* height: 11vw; */
    font-size: 3vw;
    height: 7vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  /* .inputs {
  border: none;
  border-bottom: 5px solid;
  background: transparent;
  outline: none;
  font-size: 2vw;
  color: black;
  margin: 0vw 0vw 2vw 0vw;
} */

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    /* font-size: 4vw; */
    /* height: 11vw; */
    font-size: 3vw;
    height: 7vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .header {
    /* font-size: 11vw; */
    font-size: 5vw;
    color: black;
    margin: 2vw 0vw;
  }

  .container {
    display: flex;
    flex: 1 1 auto;
  }

  img {
    width: 50px;
    margin: 10px 0;
  }

  .hidden {
    display: none;
  }

  .sidebar {
    width: 20%;
    height: 100%;
    background: black;
    padding: 10px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }

  .sidebar a {
    text-decoration: none;
    color: white;
    font-size: 2vw;
    margin: 10px 0;
  }

  button {
    font-size: 1vw;
    margin: 1vw auto;

    cursor: pointer;
    border: 3px solid;
    border-image: linear-gradient(to right, #0095db, rgb(212, 59, 39)) 1 100%;
    border-image-slice: 1;
    background: white;
    width: 90%;
    height: 3vw;
    color: #0095db;
    border-radius: 0.5vw;
    overflow: auto;
    z-index: 2;
  }

  button:hover {
    scale: 1;
    transition: all 0.5s ease-in-out;
    /* box-shadow: 0px 15px 10px rgba(0, 0, 0, 1); */
    background: #0095db;
    color: white;
    border: 3px solid white;
  }

  button:not(:hover) {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .login_btn {
    /* font-size: 3.25vw; */
    font-size: 2.5vw;
    overflow: hidden;
    /* margin: 3vw auto; */
    margin: 2vw auto;
    cursor: pointer;
    border: 3px solid white;
    background: gray;
    width: 90%;
    color: white;
    padding: 3vw;
    border-radius: 0.8vw;
    z-index: 2;
  }

  .login_btn:hover {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .login_btn:not(:hover) {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .text {
    font-size: 2vw;
    color: white;
  }

  .text1 {
    font-size: 2vw;
    color: Black;
  }

  .logo {
    margin: 1vw;
    width: 100%;
    cursor: pointer;
  }

  .dropdown {
    display: none;
    flex-direction: column;
    background-color: darkgrey;
    /* background-color: #0095db; */
    border: 3px solid;
    border-image: linear-gradient(to right, #0095db, rgb(212, 59, 39)) 1 100%;
    border-image-slice: 1;
    /* border-top: none; */
    width: 87.5%;
    position: relative;
    bottom: 26px;
    z-index: 1;
    padding: 1vw 0vw;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    animation: dropdown 0.8s ease-in-out;
  }

  .rows_color_1 {
    background-color: grey;
    color: white;
  }

  .rows_color_2 {
    background-color: rgb(70, 70, 70);
    color: white;
  }

  @keyframes dropdown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .sub_2 {
    text-align: center;
    border-bottom: 1px solid #0095db;
    font-size: 1.5vw;
    color: white;
    margin-bottom: 0;
  }

  .mini_btn {
    margin: 3vw auto 0vw auto;
    cursor: pointer;
    border: 3px solid #80808000;
    background: white;
    width: 80%;
    color: black;
    border-radius: 15px;
    font-size: 1vw;
    box-shadow: -4px 4px 9px rgba(0, 0, 0, 1);
  }

  .mini_btn:hover {
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 1);
    background: white;
    color: #0095db;
  }

  .mini_btn:not(:hover) {
    transition: all 0.5s ease-in-out;
  }

  .frame {
    height: 99.5%;
    float: right;
    width: 78%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border: none;
  }

}


@media all and (min-width: 651px) and (max-width: 1050px) {

  .form {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }

  .video-stream {
    width: 100%;
  }

  .select_button {
    font-size: 1.1em;
    cursor: pointer;
    border: 3px solid white;
    background: #0095db;
    height: auto;
    color: white;
    border-radius: 15px;
    height: auto;
    padding: 2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .blocks {
    display: flex;
    width: 25vw;
    /* height: 30vh; */
    padding: 5vw;
    margin: 4vw;
    font-size: 5vw;
    border-radius: 2vw;
    text-align: center;
    background-color: #4a90e2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    transition: transform 0.3sease, box-shadow 0.3sease;
  }

  .blocks:hover {
    transform: scale(1);
    box-shadow: -20px 15px 10px rgba(0, 0, 0, 1);
  }

  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
  }

  .border {
    border: 2px solid black;
    border-radius: 2vw;
  }

  .search_inputs {
    font-size: 1em;
    margin: 1vw;
    cursor: pointer;
    border: 3px solid grey;
    width: 30%;
    background: white;
    color: grey;
    border-radius: 15px;
    padding: 0.5vw;
  }

  .inputs {
    font-size: 1em;
    margin: 1vw;
    cursor: pointer;
    border: 3px solid grey;
    /* width: 100%; */
    background: white;
    color: grey;
    border-radius: 15px;
    padding: 0.5vw;
  }

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    font-size: 2vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .select {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    font-size: 2vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .form_down {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 78%);
    width: 100%;
    border-radius: 2vw;
    padding: 2vw;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
    overflow: auto;
  }

  .block_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }

  .submit_device {
    font-size: 2em;
    /* margin: 1vw auto; */
    cursor: pointer;
    border: 3px solid white;
    background: grey;
    height: auto;
    color: white;
    border-radius: 15px;
    /* padding: 1.5vw; */
    width: 100%;
    /* margin-bottom: 4vw; */
    text-align: center;
  }

  .search_form {
    width: 100%;
    border-radius: 1vw;
    padding: 0.5vw;
    display: flex;
    margin-top: 1vw;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background-color: color(srgb 0.0506 0.4978 0.7125);
    align-content: flex-start;
    justify-content: center;
    overflow-x: auto;
  }

  .submit_btn {
    font-size: 2em;
    /* margin: 1vw auto; */
    cursor: pointer;
    border: 3px solid white;
    background: grey;
    height: auto;
    color: white;
    border-radius: 15px;
    padding: 1.5vw;
    width: 100%;
    /* margin-bottom: 4vw; */
    text-align: center;
  }

  .column {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .submit_btn:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
    background: #4a90e2;
  }

  .title {
    font-size: 5vw;
    color: grey;
    text-align: center;
    margin-top: -1vw;
  }

  .sub_title {
    font-size: 3vw;
    color: grey;
    text-align: center;
    margin-top: -1vw;
  }

  .search_form_top {
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: grey;
    justify-content: center;
  }

  form {
    background-color: rgb(255 255 255 / 91%);
    padding: 2vw;
    border-radius: 2vw;
    overflow: auto;
  }

  .searched_data {
    display: flex;
    width: 100%;
    background: white;
    margin: 1vw;
    flex-direction: row;
    border-radius: 1vw;
    padding: 1vw;
    border: 1px solid black;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
  }

  .group_div {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
  }

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    /* font-size: 4vw; */
    /* height: 11vw; */
    font-size: 3vw;
    height: 7vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  /* .inputs {
  border: none;
  border-bottom: 5px solid;
  background: transparent;
  outline: none;
  font-size: 2vw;
  color: black;
  margin: 0vw 0vw 2vw 0vw;
} */

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    /* font-size: 4vw; */
    /* height: 11vw; */
    font-size: 3vw;
    height: 7vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .header {
    /* font-size: 11vw; */
    font-size: 5vw;
    color: black;
    margin: 2vw 0vw;
  }

  .container {
    display: flex;
    flex: 1 1 auto;
  }

  img {
    width: 50px;
    margin: 10px 0;
  }

  .hidden {
    display: none;
  }

  .sidebar {
    width: 20%;
    height: 100%;
    background: black;
    padding: 10px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }

  .sidebar a {
    text-decoration: none;
    color: white;
    font-size: 2vw;
    margin: 10px 0;
  }

  button {
    font-size: 1vw;
    margin: 1vw auto;
    cursor: pointer;
    border: 3px solid;
    border-image: linear-gradient(to right, #0095db, rgb(212, 59, 39)) 1 100%;
    border-image-slice: 1;
    background: white;
    width: 90%;
    height: 3vw;
    color: #0095db;
    border-radius: 0.5vw;
    overflow: auto;
    z-index: 2;
  }

  button:hover {
    scale: 1;
    transition: all 0.5s ease-in-out;
    /* box-shadow: 0px 15px 10px rgba(0, 0, 0, 1); */
    background: #0095db;
    color: white;
    border: 3px solid white;
  }

  button:not(:hover) {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .login_btn {
    /* font-size: 3.25vw; */
    font-size: 2.5vw;
    overflow: hidden;
    /* margin: 3vw auto; */
    margin: 2vw auto;
    cursor: pointer;
    border: 3px solid white;
    background: gray;
    width: 90%;
    color: white;
    padding: 3vw;
    border-radius: 0.8vw;
    z-index: 2;
  }

  .login_btn:hover {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .login_btn:not(:hover) {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .text {
    font-size: 2vw;
    color: white;
  }

  .text1 {
    font-size: 2vw;
    color: Black;
  }

  .logo {
    margin: 1vw;
    width: 100%;
    cursor: pointer;
  }

  .dropdown {
    display: none;
    flex-direction: column;
    background-color: darkgrey;
    /* background-color: #0095db; */
    border: 3px solid;
    border-image: linear-gradient(to right, #0095db, rgb(212, 59, 39)) 1 100%;
    border-image-slice: 1;
    /* border-top: none; */
    width: 87.5%;
    position: relative;
    bottom: 26px;
    z-index: 1;
    padding: 1vw 0vw;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    animation: dropdown 0.8s ease-in-out;
  }

  .rows_color_1 {
    background-color: grey;
    color: white;
  }

  .rows_color_2 {
    background-color: rgb(70, 70, 70);
    color: white;
  }

  @keyframes dropdown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .sub_2 {
    text-align: center;
    border-bottom: 1px solid #0095db;
    font-size: 1.5vw;
    color: white;
    margin-bottom: 0;
  }

  .mini_btn {
    margin: 3vw auto 0vw auto;
    cursor: pointer;
    border: 3px solid #80808000;
    background: white;
    width: 80%;
    color: black;
    border-radius: 15px;
    font-size: 1vw;
    box-shadow: -4px 4px 9px rgba(0, 0, 0, 1);
  }

  .mini_btn:hover {
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 1);
    background: white;
    color: #0095db;
  }

  .mini_btn:not(:hover) {
    transition: all 0.5s ease-in-out;
  }

  .frame {
    height: 99.5%;
    float: right;
    width: 78%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border: none;
  }

}

@media all and (max-width: 650px) {

  .form {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }

  .video-stream {
    width: 100%;
  }

  .select_button {
    font-size: 1.5em;
    cursor: pointer;
    border: 3px solid white;
    background: #0095db;
    height: auto;
    color: white;
    border-radius: 15px;
    height: auto;
    padding: 2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    overflow: hidden;
  }

  .blocks {
    display: flex;
    width: 25vw;
    /* height: 30vh; */
    padding: 5vw;
    margin: 4vw;
    font-size: 5vw;
    border-radius: 2vw;
    text-align: center;
    background-color: #4a90e2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    transition: transform 0.3sease, box-shadow 0.3sease;
  }

  .blocks:hover {
    transform: scale(1);
    box-shadow: -20px 15px 10px rgba(0, 0, 0, 1);
  }

  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    width: 100%;
  }

  .border {
    border: 2px solid black;
    border-radius: 2vw;
  }

  .search_inputs {
    font-size: 1em;
    margin: 1vw;
    cursor: pointer;
    border: 3px solid grey;
    width: 30%;
    background: white;
    color: grey;
    border-radius: 15px;
    padding: 0.5vw;
  }

  .inputs {
    font-size: 1em;
    margin: 1vw;
    cursor: pointer;
    border: 3px solid grey;
    /* width: 100%; */
    background: white;
    color: grey;
    border-radius: 15px;
    padding: 0.5vw;
  }

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    font-size: 2vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .select {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    font-size: 2vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .form_down {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: rgb(255 255 255 / 78%);
    width: 100%;
    border-radius: 2vw;
    padding: 2vw;
    align-content: space-around;
    justify-content: space-around;
    align-items: center;
  }

  .block_form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
  }

  .submit_device {
    font-size: 2em;
    /* margin: 1vw auto; */
    cursor: pointer;
    border: 3px solid white;
    background: grey;
    height: auto;
    color: white;
    border-radius: 15px;
    /* padding: 1.5vw; */
    width: 100%;
    /* margin-bottom: 4vw; */
    text-align: center;
  }

  .search_form {
    width: 100%;
    border-radius: 1vw;
    padding: 0.5vw;
    display: flex;
    margin-top: 1vw;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    background-color: color(srgb 0.0506 0.4978 0.7125);
    align-content: flex-start;
    justify-content: center;
    overflow-x: auto;
  }

  .submit_btn {
    font-size: 2em;
    /* margin: 1vw auto; */
    cursor: pointer;
    border: 3px solid white;
    background: grey;
    height: auto;
    color: white;
    border-radius: 15px;
    padding: 1.5vw;
    width: 100%;
    /* margin-bottom: 4vw; */
    text-align: center;
  }

  .column {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
    flex-wrap: wrap;
  }

  .submit_btn:hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: scale(1);
    background: #4a90e2;
  }

  .title {
    font-size: 5vw;
    color: grey;
    text-align: center;
    margin-top: -1vw;
  }

  .sub_title {
    font-size: 3vw;
    color: grey;
    text-align: center;
    margin-top: -1vw;
  }

  .search_form_top {
    display: flex;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: grey;
    justify-content: center;
  }

  form {
    background-color: rgb(255 255 255 / 91%);
    padding: 2vw;
    border-radius: 2vw;
    overflow: auto;
  }

  .searched_data {
    display: flex;
    width: 100%;
    background: white;
    margin: 1vw;
    flex-direction: row;
    border-radius: 1vw;
    padding: 1vw;
    border: 1px solid black;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
  }

  .group_div {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
  }

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    /* font-size: 4vw; */
    /* height: 11vw; */
    font-size: 3vw;
    height: 7vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  /* .inputs {
  border: none;
  border-bottom: 5px solid;
  background: transparent;
  outline: none;
  font-size: 2vw;
  color: black;
  margin: 0vw 0vw 2vw 0vw;
} */

  .login_inputs {
    border: none;
    border-bottom: 5px solid;
    background: transparent;
    outline: none;
    /* font-size: 4vw; */
    /* height: 11vw; */
    font-size: 3vw;
    height: 7vw;
    color: black;
    margin: 0vw 0vw 2vw 0vw;
  }

  .header {
    /* font-size: 11vw; */
    font-size: 5vw;
    color: black;
    margin: 2vw 0vw;
  }

  .container {
    display: flex;
    flex: 1 1 auto;
  }

  img {
    width: 50px;
    margin: 10px 0;
  }

  .hidden {
    display: none;
  }

  .sidebar {
    width: 20%;
    height: 100%;
    background: black;
    padding: 10px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: scroll;
  }

  .sidebar a {
    text-decoration: none;
    color: white;
    font-size: 2vw;
    margin: 10px 0;
  }

  button {
    font-size: 1vw;
    margin: 1vw auto;
    cursor: pointer;
    border: 3px solid;
    border-image: linear-gradient(to right, #0095db, rgb(212, 59, 39)) 1 100%;
    border-image-slice: 1;
    background: white;
    width: 90%;
    height: 3vw;
    color: #0095db;
    border-radius: 0.5vw;
    overflow: auto;
    z-index: 2;
  }

  button:hover {
    scale: 1;
    transition: all 0.5s ease-in-out;
    /* box-shadow: 0px 15px 10px rgba(0, 0, 0, 1); */
    background: #0095db;
    color: white;
    border: 3px solid white;
  }

  button:not(:hover) {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .login_btn {
    /* font-size: 3.25vw; */
    font-size: 2.5vw;
    overflow: hidden;
    /* margin: 3vw auto; */
    margin: 2vw auto;
    cursor: pointer;
    border: 3px solid white;
    background: gray;
    width: 90%;
    color: white;
    padding: 3vw;
    border-radius: 0.8vw;
    z-index: 2;
  }

  .login_btn:hover {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .login_btn:not(:hover) {
    scale: 1;
    transition: all 0.5s ease-in-out;
  }

  .text {
    font-size: 2vw;
    color: white;
  }

  .text1 {
    font-size: 2vw;
    color: Black;
  }

  .logo {
    margin: 1vw;
    width: 100%;
    cursor: pointer;
  }

  .dropdown {
    display: none;
    flex-direction: column;
    background-color: darkgrey;
    /* background-color: #0095db; */
    border: 3px solid;
    border-image: linear-gradient(to right, #0095db, rgb(212, 59, 39)) 1 100%;
    border-image-slice: 1;
    /* border-top: none; */
    width: 87.5%;
    position: relative;
    bottom: 26px;
    z-index: 1;
    padding: 1vw 0vw;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    animation: dropdown 0.8s ease-in-out;
  }

  .rows_color_1 {
    background-color: grey;
    color: white;
  }

  .rows_color_2 {
    background-color: rgb(70, 70, 70);
    color: white;
  }

  @keyframes dropdown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .sub_2 {
    text-align: center;
    border-bottom: 1px solid #0095db;
    font-size: 1.5vw;
    color: white;
    margin-bottom: 0;
  }

  .mini_btn {
    margin: 3vw auto 0vw auto;
    cursor: pointer;
    border: 3px solid #80808000;
    background: white;
    width: 80%;
    color: black;
    border-radius: 15px;
    font-size: 1vw;
    box-shadow: -4px 4px 9px rgba(0, 0, 0, 1);
  }

  .mini_btn:hover {
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 1);
    background: white;
    color: #0095db;
  }

  .mini_btn:not(:hover) {
    transition: all 0.5s ease-in-out;
  }

  .frame {
    height: 99.5%;
    float: right;
    width: 78%;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border: none;
  }

}