/*
General
*/

html,body {
  height: 100%;
}

body {
  overflow-x: hidden;
  height:100%;
  font-family: 'Roboto', sans-serif;
  background-color: #f1f1f1;
}

*:focus {
  border: 0;
}

* {
  outline: none !important;
}

h1,h2,h3,h4,h5 {
  font-family: 'Roboto', sans-serif;
}

* {
  font-family: 'Roboto', sans-serif;
}

.my-modal .modal-title{
  font-size:18px;
  color:#173350;
}

.my-modal button {
  background-color: #173350;
  border:0;
  color:#fff;
}

.my-modal button:hover {
  background-color: #173350;
  border:0;
  color:#fff;
}

.my-notification .modal-body {
  font-size:20px !important;
  color:#173350 !important;
  text-align:center;
  padding-top:15px;
  border-radius: 6px;
  padding-bottom:0;
}

.navbar {
  background-color: #173350;
}


.navbar-brand {
  font-size: 1.6rem;
  font-family: 'Gruppo', cursive;
}


.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.89);
  text-align: center;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.loading img {
  display: block;
  margin: 0 auto;
  margin-top: 200px;
  width: 200px;
}

.loading .message {
  font-size: 24px;
  color: #0a4e98;
  text-align: center;
  padding-top: 200px;
}

.loading .top-message {
  font-size: 24px;
  color: #0a4e98;
  text-align: center;
  padding-top: 12px;
}

.navbar-dark .navbar-nav .nav-link {
  color:#fff;
}

.navbar .logged-user {
  color: #fff;
  padding-top: 8px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #366496;
  margin-left: 24px;
  cursor: pointer;
}

.navbar .logged-user img {
  border-radius: 50%;
  margin-top: -4px;
  margin-right: 4px;
  width: 32px;
}

.btn-yellow {
  color: #fff;
  background-color: rgb(234, 118, 0);
  border-color: rgb(234, 118, 0);
  text-decoration: none;
  cursor: pointer;
  border-radius:0;
}

.btn-white-border {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius:0;
}

.btn-white-border:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius:0;
}

.btn-yellow:hover {
  background-color:  rgb(203, 81, 10);
  border-color:  rgb(203, 81, 10);
  color: #fff;
}

.dashboard-msg a {
    color:rgb(234, 118, 0) !important; 
}

/*
Homepage
*/
.hp-top-bg {
  background-image: url('/img/tech-bg.jpg');
  background-position: center center;
  background-size: cover;
  height:500px;
}


.hp-top-bg .hp-info {
  margin-top:100px;
}

.hp-top-bg .hp-info .in {
  border-radius: 10px;
  color: #fff;
  padding: 0 24px 0 0;
}

.hp-top-bg .hp-info .in .buttons {
  margin-top:12px;
 
}


.hp-top-bg .hp-info .in .items {
  margin-top:12px;
  line-height: 27px;
}

.hp-top-bg .hp-info .in .read-btn {
  margin-left:8px;
}

.hp-top-bg .hp-info .in h1 {
  font-size: 1.8em;
  font-weight: normal;
}

.hp-top-bg .ip-info {
    color:#fff;
    padding-left: 40px;
    
}

.hp-top-bg #ip_json {
  max-height:250px;
  overflow:auto;
  width:100%;
  background-color:#08111b;
  padding:15px;
  font-size:14px;
  font-weight:normal;
}

.hp-top-bg .ip-info .your {
  font-size:16px;
  font-style: italic;
}

.hp-top-bg .ip-info .ip {
  font-size:24px;
}

.hp-search {
  padding:40px 0 40px 0;
}


.hp-search .search-text {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  border: 0;
  font-size: 20px;
  padding: 8px;
}


.hp-search .search-input-wrap {
  position: relative;
}


.hp-search .search-input-wrap button {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 27px;
  top: 5px;
  font-size: 24px;
  color: #285688;
}



.hp-search .search-input-wrap button i{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.hp-search iframe {
  margin-top:24px;
  width:100%;
  height:400px;
  border:0;
}

.hp-features-wrap {
  background-color: #fff;
  padding-top:40px;
  padding-bottom:40px;
}


.hp-features-wrap .card {
  color: #fff;
  background-color: #173350;
}

.hp-features-wrap .card i {
  
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin-bottom: 16px;
}


/*
Dashboard
*/

.dashboard {
  margin-top:90px;
  margin-bottom:90px;
  min-height: 67vh;
}


.dashboard .side-nav {
  background-color: #fff;
  padding:15px;
}

.dashboard .side-nav .user {
  font-size: 20px;
  color: #173350;
  line-height: 26px;
}


.dashboard .side-nav .user img {
  width:36px;
  height:36px;
  border-radius:50%;
  margin-right:4px;
}

.dashboard .right-side {
  background-color: #fff;
  padding:15px;
}

.dashboard .right-side h1 {
  margin-bottom: 20px;
  margin-top: 5px;
  font-size: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5px;
}

.dashboard .dashboard-nav {
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
}

.dashboard .dashboard-nav li {
  margin-bottom: 4px;
  padding: 4px 12px 4px 12px;
  background-color: #f1f1f1;
  cursor: pointer;
  position: relative;
  padding-left: 34px;
}

.dashboard .dashboard-nav li i {
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #173350;
  color: #fff;
  width: 27px;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}


.dashboard .usage-tile {
  background-color: #f1f1f1;
  padding:12px;
}


.dashboard .usage-tile h4 {
  font-size:14px;
  color: #173350;
}


.dashboard .info {
  font-size:27px;
}

.dashboard #dashboard_chart {
  margin-top:20px;
}


label.error {
  font-size: 13px;
  color: red;
  padding-top:4px;
  font-weight: bold;
}



/*
Footer
*/

.ip2location {
  font-size:13px;
  color:#ccc;
  padding-top:12px;
}

.ip2location a {
  
  color:#ccc !important
}