/*@import './dist/css/output.css*/

.h1 {
    color: dodgerblue;
    text-align: center;
    padding: 10px;
}

.my_navbar_settings {
    display: flex !important;
    justify-content: center !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.header_buttons {
    color: whitesmoke;
    justify-content: space-evenly;
    padding-left: 15px;
    padding-right: 15px;
}

.head_button {
    height: 22px;
}

.head_button:hover {
    color: white;
}

.logo_navbar {
    height: 44px;
}

.server-control-button:hover {
  background-color: #3e8e41;
}

.server_manager_title {
    background-color: #eeeeee;
}

.server_geo_shadowed {
    padding-left: 19px;
    padding-right: 19px;
    display: inline-flex;
    font-size: 10px;
    color: gray;
    align-items: center;
}

.shadowed {
    color: gray;
}

.small_shadowed {
    font-size: 10px;
    color: gray;
}

.small_dark_shadowed {
    font-size: 10px;
    color: white;
}

.info_text {
    color: #eeeeee;
    font-size: 14px;
}

.user_info_text {
    color: #343440;
    font-size: 14px;
}

.font-hacker {
    font-family: "Andale Mono", serif;
}

.pubkey {
    font-family: "Andale Mono", serif;
    --tw-text-opacity: 1;
    color: rgb(192 132 252 / var(--tw-text-opacity));
    font-size: 1.5rem;
    line-height: 2rem;
}

.outline_traf {
    font-family: "Andale Mono", serif;
    color: springgreen;
    font-size: 1.5rem;
    line-height: 2rem;
}

.main_page_server_info {
    font-size: 15px;
    padding-bottom: 10px;
    color: #373737;
}

.login-form {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.login-form .p {
    display: inline;
    background-color: gray;
}

.login-form .input {
    background-color: lightslategrey;
}

.server_page_heading {
    padding: 25px;
    margin-left: 100px;
    margin-right: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-width: 0;
    background-color: #343440;
    color: white;
    margin-bottom: 33px;
}

.user_page_heading {
    padding: 25px;
    margin-left: 100px;
    margin-right: 100px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-width: 0;
    background-color: whitesmoke;
    color: hotpink;
    margin-bottom: 33px;
}

.user_connections_block {
    margin-top: 33px;
    margin-left: 100px;
    margin-right: 100px;
    background-color: whitesmoke;
}

.heading_buttons {
    display: flex;
    justify-content: space-evenly;
}

.tunnel_heading_info {
    display: flex;
    justify-content: space-evenly;
}

.tunnel_heading_info_colons {
    justify-content: space-evenly;
}

.serv_heading_info {
    display: flex;
    align-self: center;
    justify-content: center;
}

.server-info-block-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.tunnel-info-block-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.server-info-block {
    flex-basis: calc(25% - 20px); /* вычисляем ширину блока, учитывая отступы */
    margin: 10px; /* задаем отступы */
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 300px;
}


.tunnel-info-block {
    flex-basis: calc(25% - 20px); /* вычисляем ширину блока, учитывая отступы */
    margin: 10px; /* задаем отступы */
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    max-width: 300px;
}

.server-info-block h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.server-info-block p {
  font-size: 16px;
  margin-bottom: 10px;
}

.server-wg-control-button {
  background-color: #373737;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
}
.server-stat-button {
  background-color: lightblue;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
}

.server-control-button {
  background-color: #4CAF50;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition-duration: 0.4s;
}

.server-control-button:hover {
  background-color: #3e8e41;
}

.server-stat-button:hover {
  background-color: deepskyblue;
}


.server-wg-control-button:hover {
  background-color: #444444;
}

.server-protocol-heading {
    background-color: #f2f2f2;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-bottom: -10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.server-protocol-info-capsule {
    background-color: #e3e2e1;
    border-radius: 20px;
    margin-inside: 10px;
    text-align: center;
    max-width: 50%;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.server-protocol-bottom{
    background-color: #f2f2f2;
    height: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-top: 0;
    margin-bottom: 15px;
}

.server-protocol-name{
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: x-large;
    color: #373737;
}

.tunnel-header {
    background-color: #f5f5f5;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 33px;
    border-top-right-radius: 33px;
    font-weight: bold;
}


.transfer {
    font-size: 14px;
}

.received {
   color: darkgreen;
}

.sent {
   color: dodgerblue;
}


.tunnel-capsule {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    height: 40px;
}

.tunnel-capsule:last-child {
    border-bottom: none;
}

.manage-tunnel-btn {
    padding: 5px 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.manage-tunnel-btn:hover {
    background-color: #0069d9;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    text-align: left;
    padding: 8px;
}

th {
    background-color: #f2f2f2;
}

.action-message {
    margin: 0;
    color: white;
    font-size: 14px;
}

.button-link {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px;
    max-width: 150px;
    height: 100%;
    margin: 0;
    line-height: 1.5;
    cursor: pointer;
    text-decoration: none;
    background-color: #3362ff;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border-radius: 12px;
}

.button-manage-wireguard {
    background-color: #50C878 !important;
}

.button-manage-outline {
    background-color: mediumpurple !important;
}

.server-status {
    display: flex;
    height: 150px;
    justify-content: space-evenly;
    background-color: #373737;
    padding: 60px;
    border-radius: 15px;
    color: whitesmoke;

}

.arrow-img {
    width:20px;
    height:20px;
}
.ping_status_circle {
    align-content: center;
    margin-left: 50%;
}

.ping_status_circle_main_page {
    align-content: center;
}

.pulsing-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: springgreen;
  animation: pulse 1s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0.1;
  }
}
