/* main body */
body {
  color: #4d94ff;
  font-family: "Varela Round", sans-serif;
}
.container-xl {
  position: relative;
  min-width: 100%;
  min-height: 100%;
}
.btn{
  border-radius: 5px;
}
/* main body */

/* loader */
.loader-start {
  display: none;
  top: auto;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-getotp {
  display: none;
  top: 85%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-enable {
  display: none;
  top: 75%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-disable {
  display: none;
  top: 65%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-addcust {
  display: none;
  top: 88%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-addserver {
  display: none;
  top: 92%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-addtunnel {
  display: none;
  top: 90%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-tunnelstart {
  display: none;
  top: 90%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-adddevice {
  display: none;
  top: 90%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-getcust {
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-editcust {
  display: none;
  top: 89%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-editserver {
  display: none;
  top: 89%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-edittunnel {
  display: none;
  top: 89%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-editdevice {
  display: none;
  top: 89%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loader-start-delcust {
  display: none;
  top: 59%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.loading-start {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-top-color: #2558ab;
  border-left-color: #2558ab;
  animation: spin 1s infinite ease-in;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* loader */

/* form */
.form-control {
  box-shadow: none;
  border-color: #ddd;
}
.form-control:focus {
  border-color: #4d94ff;
}
.login-form {
  width: 350px;
  margin: 0 auto;
  padding: 30px 0;
}
.login-form {
  color: #434343;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: rgb(223 223 223 / 62%);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0);
  padding: 30px;
}
.login-form h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.login-form .avatar {
  color: #fff;
  margin: 0 auto 30px;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  z-index: 9;
  background: #4d94ff;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.login-form .avatar i {
  font-size: 62px;
}
.login-form .form-group {
  margin-bottom: 20px;
}
.login-form .form-control,
.login-form .btn {
  min-height: 40px;
  border-radius: 5px;
  transition: all 0.5s;
}
.login-form .close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.login-form .btn,
.login-form .btn:active {
  background: #4d94ff !important;
  border: none;
  line-height: normal;
}
.login-form .btn:hover,
.login-form .btn:focus {
  background: #4d94ff !important;
}
.login-form .checkbox-inline {
  float: left;
}
.login-form .forgot-link {
  float: right;
}
.login-form .small {
  font-size: 13px;
}
.login-form a {
  color: #4d94ff;
}
.login-form i {
  font-size: 18px;
}
/* form */

/* show hide secret */
.login_oueter {
  width: 360px;
  max-width: 100%;
}
.logo_outer{
  text-align: center;
}
.logo_outer img{
  width:120px;
  margin-bottom: 40px;
}
/* show hide secret */

/* table */
.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}
.table-responsive {
  margin: 3px 0;
  min-width: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
.table-wrapper-1 {
  background: #264d73;
  text-align: right;
  padding: 20px 15px;
  border-radius: 3px;
  min-width: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.table-wrapper-1 .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}
.table-wrapper {
  background: #fff;
  padding: 15px 25px;
  border-radius: 1px;
  min-width: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.table-wrapper-2 {
  background: #fff;
  padding: 10px 10px;
  border-radius: 3px;
  width: 100%;
  min-height: 25em;
  height: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.table-wrapper-3 {
  background: #fff;
  padding: 10px 10px;
  border-radius: 3px;
  min-width: auto;
  width: 100%;
  min-height: 25em;
  height: auto;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.col-sm-5 {
  text-align: right;
  float: right;
}
.col-sm-6 {
  text-align: left;
  float: right;
}
.col-sm-12 {
  overflow: auto;
  text-align: left;
}
.btn.btn-danger {
  text-align: center;
  float: right;
  margin-top: 5px;
}
.table-title {
  padding-bottom: 15px;
  background: #3973ac;
  color: #fff;
  padding: 16px 15px;
  min-width: 100%;
  margin: -20px -25px 10px;
  border-radius: 3px 3px 0 0;
}
.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}
.table-title .btn-group {
  float: left;
}
.table-title .btn {
  color: #fff;
  float: right;
  font-size: 13px;
  border: none;
  min-width: 50px;
  border-radius: 2px;
  border: none;
  outline: none !important;
  margin-left: 10px;
}
.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}
.table-title .btn span {
  float: left;
  margin-top: 2px;
}
table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
  padding: 5px 10px;
  vertical-align: middle;
}
table.table tr th:first-child {
  width: 60px;
}
table.table tr th:last-child {
  width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}
table.table th i {
  font-size: 13px;
  margin: 0 3px;
  cursor: pointer;
}
table.table td:last-child i {
  opacity: 0.9;
  font-size: 22px;
  margin: 3 3px;
}
table.table td a {
  font-weight: bold;
  color: #4d94ff;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
}
table.table td a:hover {
  color: #4d94ff;
}
table.table td a.edit {
  color: #ffc107;
}
table.table td a.delete {
  color: #f44336;
}
table.table td i {
  font-size: 19px;
}
table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}
/* table */

/* Modal styles */
.modal .modal-dialog {
  width: auto;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  padding: 15px 20px;
}
.modal .modal-content {
  border-radius: 5px;
  font-size: 14px;
}
.modal .modal-title {
  display: inline-block;
}
.modal .form-control {
  border-radius: 5px;
  box-shadow: none;
  border-color: #dddddd;
}
.modal textarea.form-control {
  resize: vertical;
}
.modal .btn {
  border-radius: 5px;
  min-width: 100px;
}
.modal form label {
  font-weight: normal;
}
.modal-header {
  background-color: #264d73;
  color: white;
  padding: 15px 20px;
}
.modal-footer {
  border: #232425;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.btn.btn-success {
  color: #fff;
  background-color: #4d94ff;
  border-color: #4d94ff;
  border-radius: 5px;
  margin-top: 5px;
}
.btn.btn-success verify {
  background-color: #4d94ff;
}
.modal-title-h4 {
  color: white;
}
.modal-body label,
p {
  color: #000;
}
.modal-header1 {
  background-color: #264d73;
  color: white;
  padding: 15px 10px;
}
.box {
  float: left;
  padding: 50px 0px;
}
.clearfix::after {
  clear: both;
  display: table;
}
.options {
  margin: 5px 0px 0px 0px;
  float: left;
}
/* Modal styles */

/* table pagination */
.pagination {
  float: right;
  margin: 0 0 5px;
}
.pagination li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 5px !important;
  text-align: center;
  padding: 0 6px;
}
.pagination li a:hover {
  color: #666;
}
.pagination li.active a,
.pagination li.active a.page-link {
  background: #4d94ff;
}
.pagination li.active a:hover {
  background: #4d94ff;
}
.pagination li.disabled i {
  color: #ccc;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}
/* table pagination */

/* multi dropdown */
.drop {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.drop.open {
  z-index: 100;
}
.drop.open .drop-screen {
  z-index: 100;
  display: block;
}
.drop.open .drop-options {
  z-index: 200;
  max-height: 200px;
}
.drop.open .drop-display {
  z-index: 200;
  border-color: #465;
}
.drop select {
  display: none;
}
.drop .drop-screen {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: none;
  z-index: 1;
}
.link {
  text-align: center;
  margin: 20px 0px;
  color: #000000;
}
.drop .drop-display {
  position: relative;
  padding: 0px 20px 5px 5px;
  border: 1px solid rgb(221, 220, 220);
  width: 100%;
  background: #fff;
  z-index: 1;
  margin: 0px;
  font-size: 16px;
  min-height: 40px;
}
.drop .drop-display:hover:after {
  opacity: 0.75;
}
.drop .drop-display:after {
  font-family: "Material Icons";
  content: "\e5c6";
  position: absolute;
  right: 0px;
  top: 2px;
  font-size: 24px;
  color: #444;
}
.drop .drop-display .item {
  position: relative;
  display: inline-block;
  border: 1px solid rgb(29, 31, 44);
  margin: 5px 5px -4px 0px;
  padding: 0px 25px 0px 10px;
  overflow: hidden;
  line-height: 36px;
  color: #495057;
}
.drop .drop-display .item .btnclose {
  color: #dc3545;
  position: absolute;
  font-size: 16px;
  right: 5px;
  top: 10px;
  cursor: pointer;
}
.drop .drop-display .item .btnclose:hover {
  opacity: 0.75;
}
.drop .drop-display .item.remove {
  -webkit-animation: removeSelected 0.2s, hide 1s infinite;
  animation: removeSelected 0.2s, hide 1s infinite;
  -webkit-animation-delay: 0s, 0.2s;
  animation-delay: 0s, 0.2s;
}
.drop .drop-display .item.add {
  -webkit-animation: addSelected 0.2s;
  animation: addSelected 0.2s;
}
.drop .drop-display .item.hide {
  display: none;
}
.drop .drop-options {
  background: rgb(255, 251, 251);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 100%;
  max-height: 0px;
  overflow-y: auto;
  transition: all 0.25s linear;
  z-index: 1;
}
.drop .drop-options a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  color: rgb(0, 0, 0);
  position: relative;
  max-height: 40px;
  transition: all 1s;
  overflow: hidden;
}
.drop .drop-options a:hover {
  background: #4d94ff;
  cursor: pointer;
}
.drop .drop-options a.remove {
  -webkit-animation: removeOption 0.2s;
  animation: removeOption 0.2s;
  max-height: 0px;
}
.drop .drop-options a.add {
  -webkit-animation: addOption 0.2s;
  animation: addOption 0.2s;
}
.drop .drop-options a.hide {
  display: none;
}
@-webkit-keyframes pop {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pop {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes removeOption {
  from {
    max-height: 40px;
  }
  to {
    max-height: 0px;
  }
}
@keyframes removeOption {
  from {
    max-height: 40px;
  }
  to {
    max-height: 0px;
  }
}
@-webkit-keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@keyframes addOption {
  from {
    max-height: 0px;
  }
  to {
    max-height: 40px;
  }
}
@-webkit-keyframes removeSelected {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes removeSelected {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes addSelected {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes addSelected {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hide {
  from,
  to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}
@keyframes hide {
  from,
  to {
    max-height: 0px;
    max-width: 0px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
  }
}
/* multi dropdown */

/* lable */
.label-red {
  color: rgb(250, 39, 39);
  background-color: #ffe3e7;
  border-radius: 0.25rem;
  margin-bottom: 0;
}
.label-green {
  color: green;
  background-color: rgb(181, 243, 181);
  border-radius: 0.25rem;
  margin-bottom: 0;
}
/* lable */