/* THEME STYLE */
pre{background:#f7f7f9}iframe{overflow:hidden;border:none}@media (min-width: 768px){body>.navbar-transparent{box-shadow:none}body>.navbar-transparent .navbar-nav>.open>a{box-shadow:none}}#home,#help{font-size:.9rem}#home .navbar,#help .navbar{background:#349aed;background:linear-gradient(145deg, #349aed 50%, #34d8ed 100%);transition:box-shadow 200ms ease-in}#home .navbar-transparent,#help .navbar-transparent{background:none !important;box-shadow:none}#home .navbar-brand .nav-link,#help .navbar-brand .nav-link{display:inline-block;margin-right:-30px}#home .nav-link,#help .nav-link{text-transform:uppercase;font-weight:500;color:#fff}#home{padding-top:0}#home .btn{padding:.6rem .55rem .5rem;box-shadow:none;font-size:.7rem;font-weight:500}.bs-docs-section{margin-top:4em}.bs-docs-section .page-header h1{padding:2rem 0;font-size:3rem}.dropdown-menu.show[aria-labelledby="themes"]{display:-ms-flexbox;display:flex;width:420px;-ms-flex-wrap:wrap;flex-wrap:wrap}.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item{width:33.333%}.dropdown-menu.show[aria-labelledby="themes"] .dropdown-item:first-child{width:100%}.bs-component{position:relative}.bs-component+.bs-component{margin-top:1rem}.bs-component .card{margin-bottom:1rem}.bs-component .modal{position:relative;top:auto;right:auto;left:auto;bottom:auto;z-index:1;display:block}.bs-component .modal-dialog{width:90%}.bs-component .popover{position:relative;display:inline-block;width:220px;margin:20px}.source-button{display:none;position:absolute;top:0;right:0;z-index:100;font-weight:700}.source-button:hover{cursor:pointer}.bs-component:hover .source-button{display:block}#source-modal pre{max-height:calc(100vh - 11rem);background-color:rgba(0,0,0,0.7);color:rgba(255,255,255,0.7)}.nav-tabs{margin-bottom:15px}.progress{margin-bottom:10px}#footer{margin:5em 0}#footer li{float:left;margin-right:1.5em;margin-bottom:1.5em}#footer p{clear:left;margin-bottom:0}.splash{padding:12em 0 6em;background:#349aed;background:linear-gradient(145deg, #349aed 50%, #34d8ed 100%);color:#fff;text-align:center}.splash .logo{width:160px}.splash h1{font-size:3em;color:#fff}.splash #social{margin:2em 0 3em}.splash .alert{margin:2em 0;border:none}.splash .sponsor a{color:#fff}.section-tout{padding:6em 0 1em;border-bottom:1px solid rgba(0,0,0,0.05);background-color:#eaf1f1;text-align:center}.section-tout .icon{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:80px;height:80px;margin:0 auto 1rem;background:#349aed;background:linear-gradient(145deg, #3b9cea 50%, #3db8eb 100%);border-radius:50%;font-size:2rem;color:rgba(0,0,0,0.5)}.section-tout p{margin-bottom:5em}.section-preview{padding:4em 0}.section-preview .preview{margin-bottom:4em;background-color:#eaf1f1}.section-preview .preview .image{position:relative}.section-preview .preview .image::before{box-shadow:inset 0 0 0 1px rgba(0,0,0,0.1);position:absolute;top:0;left:0;width:100%;height:100%;content:"";pointer-events:none}.section-preview .preview .options{padding:2em;border:1px solid rgba(0,0,0,0.05);border-top:none;text-align:center}.section-preview .preview .options p{margin-bottom:2em}.section-preview .dropdown-menu{text-align:left}.section-preview .lead{margin-bottom:2em}.sponsor #carbonads{max-width:240px;margin:0 auto}.sponsor .carbon-text{display:block;margin-top:1em;font-size:12px}.sponsor .carbon-poweredby{float:right;margin-top:1em;font-size:10px}@media (max-width: 767px){.splash{padding-top:8em}.splash .logo{width:100px}.splash h1{font-size:2em}#banner{margin-bottom:2em;text-align:center}}

/* CUSTOM STYLE */

/* Start collapsable table
-------------------------------------------------- */
.lead {
    font-size: 1rem;
}
.hiddenRow, .hiddenCell {
    padding: 0px!important;
    border-top: 0px!important;
}

.collapsedRow .col-md-6{
    display:inline-block;
}

.collapsedRow {
    padding: 10px 0px;
    border-top: 1px solid lightgray;
    margin-left: 0px;
    margin-right: 0px;
}

.collapse-indicator {
    text-decoration: none;
}

.collapse-indicator:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f056";
}
.collapse-indicator.collapsed:after {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f055";
}

/* --------------------------------------------------
 End collapsable table*/

.jumbotron-home {
    padding: 1rem 1rem;
}

@media (min-width: 576px) {
    .jumbotron-home {
        padding: 2rem 2rem;
    }
}

@media (min-width: 1440px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

.device-status-table {
    font-size: small;
}

/* .navbar {
  padding: 20px;
  border-bottom: 2px solid rgba(202, 202, 202, 0.1);
  margin-bottom: 2rem;
} */

.navbar-brand > img {
    height: 3rem;
    width: auto;
}
/* navbar dropdown */
.dropdown-item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: .75rem;
  clear: both;
  font-weight: 400;
  color: #1a1a1a;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(202, 202, 202, 0.2);
}
.dropdown-item:last-child{
  border-bottom: none;
}
.dropdown-item i {
  padding-right: 6px;
  /* overflow: hidden; */
  width: 20px;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #4FE6AF;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: .875rem;
  color: #55595c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  width: -webkit-fill-available;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: hidden;
}
/* navbar dropdown */

.disabled-peer {
    color: #d03131;
}

.expiring-peer {
    color: #d09d12;
}

.tokenfield .token {
    border-radius: 0px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    background-color: #f7f7f9;
    margin: -4px 5px 5px 0;
    height: 22px;
}

.form-group.required label:after {
    content:"*";
    color:red;
}

a.advanced-settings:before {
    content: "Hide";
}

a.advanced-settings.collapsed:before {
    content: "Show";
}

.form-group.global-config label:after, .custom-control.global-config label:after {
    content: "g";
    color: #0057bb;
    font-size: xx-small;
    top: -5px;
    position: absolute;
}

.text-blue {
    color: #0057bb;
}

@media (min-width: 992px) {
    .pull-right-lg {
        float: right;
    }
}

/* MVPN Platform STYLE */
:root {
  --bg-color: #f7f9fd;
  --dark-blue: #1C324B;
  --green: #4FE6AF;
  --pink: #DA5684;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--dark-blue);
  background-color: var(--bg-color);
  letter-spacing: normal;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
  color: var(--dark-blue);
}

a {
  color: var(--dark-blue);
}


/* Form elements */
.btn {
  border-radius: 8px;
  padding: 8px 16px;
  text-transform: none;
  min-width: 100px;
}

.btn-search {
  background-color: var(--green);
  border-color: var(--green);
  color: white;
  line-height: 1.25rem;
  min-width: 50px;
  padding: 10px 4px;
}

.btn-danger {
  color: #fff;
  background-color: var(--pink);
  border-color: var(--pink);
}

.btn-dark {
  background-color: rgba(202, 202, 202, 0.2);
}

.btn-dark:hover {
  background-color: var(--green);
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--green)!important;
  border-color: var(--green)!important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus,
.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(79, 230, 175, 0.5);
}

.form-control {
  border-radius: 8px;
  background: white;
  border: 1px solid #d1d1d1;
}

.form-control:focus {
  background: white;
  border-color: var(--dark-blue);
  box-shadow: none;
}

.custom-control-label:after, 
.custom-control-label:before {
  background-color: white;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: var(--green);
}

select.form-control {
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>') no-repeat right 0.75rem center;
  padding-right: 2.5rem;
}
/* Form elements */

/* Cards */
.card {
  border-radius: 8px;
  overflow: hidden;
}

.card .card-header {
  background-color: var(--bg-color);
}

/* Cards */

.nav-item.dropdown {
  padding: .75rem 1.5rem;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
}

.nav-item.dropdown .navbar-text {
  padding: 0;
  text-decoration: none;
  min-width: 135px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* Table */
.table tbody tr:nth-child(4n - 1) {
  background: white;
}
.table td {
  font-weight: 300;
  color: var(--dark-blue);
  -webkit-font-smoothing: auto;
}

.table td .check-icon{
  color:#4FE6AF;
}

.table td .close-icon{
  color:#DA5684;
}

.table th {
  font-weight: 600;
  -webkit-font-smoothing: auto;
}
/* Table */


/* Alert */
.alert-danger {
  color: white;
  background-color: var(--pink);
  border-color: var(--pink);
  border-radius: 8px;
}
/* Alert */


/* Nav Tabs */
.collapsedRow {
  padding: 10px 0px;
  border-top: 1px solid lightgray;
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
}
.nav-tabs {
  margin-bottom: 15px;
  background-color: #F7F9FD;
  border-bottom: none;
  border-radius: 8px;
  overflow: hidden;
  /* justify-content: center; */
}
.nav-item{
  margin-right: 0;
  /* width: 50%; */
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
.nav-tabs .nav-link {
  border: none;
  color: #1C324B;
  padding: 12px 16px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #4FE6AF;
  border-color: #4FE6AF;
  padding: 12px 16px;
}

/* Nav Tabs */

/* index cards */
.jumbotron-home {
  color: var(--dark-blue);
  padding: 2rem;
  background-color: white;
  border-radius: 8px;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.jumbotron-home h2 {
  text-transform: initial;
}

.jumbotron-home p {
  margin: 25px 0px 50px 0px;
  min-height: 72px;
}


.field {
  position: relative;
  padding-bottom: 1.875em;
  margin-bottom: 1.875em;
}

.field__label {
  display: block;
  position: absolute;
  top: 1.25em;
  font-size: 0.75em;
  line-height: 1.25em;
  font-weight: bold;
  color: white;
}

.field__input {
  position: absolute;
  display: block;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.25em;
  padding: 12px 20px;
  width: 100%;
  border: 0;
  outline: none;
  border-radius: 8px;
  background: white;
  border: 1px solid #d1d1d1;
}

.field__input:valid {
  position: relative;
  top: 1.875em;
  margin-top: -0.875em;
  margin-bottom: -1em;
}

.form-floating{
  font-size: 1em;
  border-radius: 8px;
  margin-bottom: 1rem;
  /* height: 36px; */
  
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem -2px);
    line-height: 1.25;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  padding-right: 6px;
}

.custom-label{
  font-weight: 300;
  color: var(--dark-blue);
  -webkit-font-smoothing: auto;
  font-size: 13px;
}

.password-input {
  position: relative;
}
.password-input .eye-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0px 20px;
  color: #CACACA;
}

.small-primary-btn{
  text-decoration: none;
  background-color: #4FE6AF;
  color: white;
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 8px;
  font-size: 12px;
  text-transform: none;

}

@media (max-width: 980px){
  .small-primary-btn{
    padding: 6px 10px;
    min-width: max-content;
    margin-top: 5px;
  }
}

.small-primary-btn i{
  font-size: 11px; 
  padding: 0px 6px;
}

.small-primary-btn:hover, .small-primary-btn:focus, .small-primary-btn:active {
  text-decoration: none;
  background-color: #4FE6AF;
  color: white;  
}

::selection{
  color: #fff;
  background: #4FE6AF;
}
.wrapper{
  /* width: 340px; */
  background: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px dashed #CACACA;
  /* margin-left: 15px; */
  align-items: center;
  justify-content: center;
  /* box-shadow: 7px 7px 12px rgba(0,0,0,0.05); */
}
.wrapper header{
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.wrapper .custom-button{
  text-transform: none;
  width: 250px;
  margin-top: 5px;
  /* height: 32px; */
  padding: 4px;
}
.wrapper form{
  height: 167px;
  display: flex;
  cursor: pointer;
  margin: 30px 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 5px;
  border: 2px dashed #4FE6AF;
}
.upload-icon{
  color: #4FE6AF;
  font-size: 32px;
  /* margin: 10px 43%; */
  cursor: pointer;
}

.description{
  margin-top: 15px;
  font-size: 14px;
  /* margin-left: 22%; */
  color: black;
}

.warpper section .row{
  margin-bottom: 10px;
  background: #E9F0FF;
  list-style: none;
  padding: 15px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.warpper section .row i{
  color: #4FE6AF;
  font-size: 30px;
}
.warpper section .details span{
  font-size: 14px;
}

.custom-table-title{
  border: 1px solid rgba(0, 0, 0, .125);
  width: 100%;
  margin-left: -0.25px;
  border-bottom: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 6px 0px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(0, 0, 0, .125);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

/* .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  float: right;
  position: absolute;
  right: 0;
} */


.navbar {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-bottom: 2px solid rgba(202, 202, 202, 0.1);
  margin-bottom: 2rem;
}

.navbar-text {
  cursor: pointer;
}

.hamburger-menu {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  transition: none;
}

.sidebar a {
  padding: 8px 10px;
  text-decoration: none;
  font-size: 15px;
  color: black;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #4FE6AF;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

@media screen and (max-width: 980px) {
  .navbar-text {
      display: none;
  }
  .hamburger-menu {
      display: block;
      position: absolute;
      right: 17px;
      top: 20px;
  }
  .nav-item.dropdown{
    display: none;
  }
  .login-page .card-body {
    width: auto;
  }
  
  .custom-form{
    top: 20px;
    position: absolute;
    right: 50px;
  }

  .custom-form-control {
    min-width: 210px !important;
    margin-top: 10px;
  }
  .search-area-mobile{
    width: 80%;
    margin-right: 10px;
  }
}


/* Danger twin of .small-primary-btn — used by the offline-peer cleanup button
   so it matches the size of the neighbouring "Create New Client" button. */
.small-danger-btn{
  text-decoration: none;
  background-color: #dc3545;
  color: white;
  padding: 6px 12px;
  font-weight: 500;
  border-radius: 8px;
  font-size: 12px;
  text-transform: none;
}

.small-danger-btn i{
  font-size: 11px;
  padding: 0px 6px;
}

.small-danger-btn:hover, .small-danger-btn:focus, .small-danger-btn:active {
  text-decoration: none;
  background-color: #c82333;
  color: white;
}

/* Offline-peer cleanup settings line inside the table title bar. */
.cleanup-settings-form{
  font-size: 12px;
}
.cleanup-settings-form label, .cleanup-settings-form span{
  font-size: 12px;
}
