.page-content {
  min-height: 100vh;
}

.logo-img {
  max-width: 150px;
}

.dropdown-menu hr {
  margin: 2px;
}

#page-top {
  background: url(../images/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #edf0f4;
}

.curve-border {
  border-radius: 1.5rem;
}

.no-decoration {
  text-decoration: none;
  font-weight: bold;
}

.text-gray-300 {
  color: #dddfeb !important;
}

@media (min-width: 100px) {
  .navbar-expand-lg .navbar-inline-icons {
    flex-direction: row;
  }
  .navbar-inline-icons .nav-item {
    padding-right: 10px;
  }
}

.secondary-nav {
  z-index: 2000;
}

.curve-border .form-control {
  border-radius: 1.5rem;
}

.curve-border .btn {
  border-radius: 1.5rem;
}

.curve-border .input-group-text {
  border-radius: 1.5rem;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 3000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.overlay-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.nav-curve {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.hidden {
  display: none;
}

@media only screen and (min-width: 992px) {
  .navbar .navbar-nav .vertical-line {
    border-right: 1px solid #c2bdbd;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/*ScrollBar*/

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: #6c757d;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0d6efd;
}

/*ScrollBar*/

.btn-sq {
  border-radius: 0px;
}

.vh-30 {
  height: 30vh;
}

.input-text-center {
  text-align: center;
  letter-spacing: 5px;
}

.text-strong {
  font-weight: bold;
}

.fetch-radio label {
  position: relative;
  color: #fff;
  background-color: #aaa;
  font-size: 26px;
  text-align: center;
  height: 150px;
  line-height: 150px;
  display: block;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fetchType:checked + label {
  border: 3px solid whitesmoke;
  background-color: #0d6efd;
}

.fetchType:checked + label:after {
  content: "\01F5F8";
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: 2px solid whitesmoke;
  background-color: #0d6efd;
  z-index: 999;
  position: absolute;
  top: -10px;
  right: -10px;
}

.form-api-data label {
  font-weight: bold;
}

.form-api-data {
  margin: 20px;
  margin-left: 0px;
}

.form-check-input {
  cursor: pointer;
}

.overflow-scroll {
  overflow: scroll !important;
}

.netsuite-log-responce {
  text-decoration: none;
  color: #6c757d;
  cursor: pointer;
}

.notifyjs-bootstrap-base {
  padding: 5px 15px 5px 15px !important;
}

.notifyjs-bootstrap-base span {
  padding: 10px !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.btnCopyApiInfo {
  cursor: pointer;
}

.dropdown-item {
  cursor: pointer;
}

.div-align-middle {
  align-items: center;
}

.list-style-type-none {
  list-style-type: none;
  padding: 0px;
}
