body {
    font-family: Arial, Helvetica, sans-serif;
}
.central-panel {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    left: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.top_present {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 26px;
}
.top_present img {
    height: auto;
    width: 164px;
    margin: auto;
    margin-top: -14px; /* remove inner image padding */
    margin-left: 0px;
    margin-right: 16px;
}
.text_top_present {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text_top_present h1 {
    background-image: linear-gradient(90deg, #fd2121 0%, #ff5f21 20%);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 42px;
    font-weight: 800;
    font-family: "Segoe UI";
    margin-bottom: 6px;
    margin-top: 0px;
}
.text_top_present p {
    color: black;
    font-size: 18px;
    font-weight: 600;
    font-family: "Segoe UI";
    margin-top: 0px;
    margin-bottom: 0px;
}
.window-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.window-modal1 {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.eta-container {
    display: flex;
    align-content: center;
    flex-direction: row;
    margin-right: 10px;
}
.eta-txt {
    margin: auto;
    font-weight: 500;
    text-align: end;
}
.circle_eta {
    margin: auto;
    margin-right: auto;
    margin-left: auto;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 2px;
}
.eta-txt-disconnected {
    color: rgb(110, 110, 110);
}
.circle_eta-disconnected {
    background-color: rgb(110, 110, 110);
}

.table-rooms {
    background-color: #ffffff;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}
tr:not(:first-child):hover {
    background-color: #c4c4c4 !important;
    cursor: pointer;
}
tr {
    transition: all 0.1s ease-in-out;
}
tr:nth-child(even) {
    background-color: #dddddd;
}
.table-scroll {
    overflow: auto;
    height: 176px;
}

.wrap-login100 {
    width: 390px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 77px 55px 55px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.wrap-login {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 44px 55px 33px 55px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.login100-form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.login100-form-title {
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}
.p-b-26 {
    padding-bottom: 26px;
}
.validate-input {
    position: relative;
}
.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #adadad;
    margin-bottom: 37px;
}
.input100 {
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    height: 45px;
    background: transparent;
    padding: 0 5px;
    border: none;
    outline: none;
}
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.btn-show-pass {
    font-size: 15px;
    color: #999999;
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    padding-right: 5px;
    cursor: pointer;
    transition: all 0.4s;
}
.btn-show-pass:hover {
    color: #ff4b21;
}
.btn-show-pass.active {
    color: #ff4b21;
}
.zmdi {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
}
.zmdi-eye::before {
    content: '\f06e';
}
.zmdi-eye::before {
    content: '\f06e';
}
.zmdi-eye-off::before {
    content: '\f070';
}
.zmdi-eye-off::before {
    content: '\f070';
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.4s;
    background: linear-gradient(90deg, #fd2121, #ff4b21);
}
.focus-input100::after {
    font-size: 15px;
    color: #999999;
    line-height: 1.2;
    content: attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 0px;
    padding-left: 5px;
    transition: all 0.4s;

}
.container-login100-form-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 13px;
    transition: all ease-out 0.2s;
}
.wrap-login100-form-btn {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
}
.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 275%;
    height: 100%;
    background: linear-gradient(90deg, #fd2121, #ff4b21);
    top: 0;
    left: -75%;
    transition: all ease-out 0.2s;
}
.login100-form-btn:hover {
    background: rgba(255, 255, 255, 0.1);
}
.container-login100-form-btn:hover {
    transform: scale(1.05);
}

.login100-form-btn {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    outline: none !important;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.input100:focus + .focus-input100::after {
    top: -15px;
}
.input100:focus + .focus-input100::before {
    width: 100%;
}
.has-val.input100 + .focus-input100::after {
    top: -15px;
}
.has-val.input100 + .focus-input100::before {
    width: 100%;
}
.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 3px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s;
  }
  
  .alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
  }
  
  .alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
  }
  .notification_container {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 1000000;
    padding-top: 20px;
    padding-left: 20px;
    left: 0;
    top: 0;
    width: min-content;
    height: min-content;
    overflow: visible;
  }

/* PASSWORD UI CSS PART */

.password_ui_window {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    background-color: rgba(13, 13, 13, 0.5);
  }
  
  .password_container {
    display: flex;
    flex-direction: column;
    width: 266px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 45px 30px 30px 30px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
  }

.info_container {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.info_frame {
    background-color: rgba(0, 116, 219, 0.8);
    border: 1px solid rgb(0, 92, 189);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    width: max-content;
    padding: 5px 10px;
    align-items: center;
    margin-bottom: 8px;
    transform: translateX(-115%);
    transition: all ease-in-out 0.2s;
    animation: show_up_notif 0.2s ease-in-out forwards;
  }
.error_frame {
    background-color: rgba(219, 15, 0, 0.8);
    border: 1px solid rgb(189, 28, 0);
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    width: max-content;
    padding: 5px 10px;
    align-items: center;
    margin-bottom: 8px;
    transform: translateX(-115%);
    transition: all ease-in-out 0.2s;
    animation: show_up_notif 0.2s ease-in-out forwards;
}

@keyframes show_up_notif {
    60% {
        transform: translateX(10%);
    }
    100% {
        transform: translateX(0);
    }
}

.logo_info_img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}
.text_info_p {
    color: white;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.img_btn {
    height: 20px;
    margin-right: 8px;
}
.img_btn_reversed {
    height: 16px;
    margin-left: 8px;
}