#contact-page {
  padding-top: 99px;
}
#contact-page .vm-featured-news {
  padding-top: 0;
}
#contact-page .vm-featured-news.contact-bg {
  min-height: 750px;
  padding-top: 3rem;
  background-size: cover;
  background-position: top right;
}
#contact-page .vm-featured-news.contact-bg img {
  display: none;
}
#contact-page .h3-isp {
  font-size: 63px;
  margin-bottom: 3rem;
  font-weight: lighter;
  max-width: 600px;
  width: 100%;
  line-height: 1;
}
#contact-page .contact-h1 {
  font-size: 22px;
  margin-bottom: 15px;
  color: #000;
}
#contact-page .intro-contact {
  max-width: 560px;
  width: 100%;
}
#contact-page .contact-form-wrap {
  border-radius: 30px;
  margin-top: 8%;
  padding: 1rem 2.5rem;
}
#contact-page .v-alert.success {
  background-color: #17183b !important;
  border-color: #17183b !important;
}
.txtarea-custom {
  resize: none !important;
}
.v-application .py-10 {
  padding: 0 35px 10px !important;
}
#contact-form .v-input .v-label {
  height: auto;
  line-height: initial;
  font-size: 20px;
}
#contact-form .v-input .v-label.v-label--active {
  top: 0 !important;
}
#contact-form .v-input input {
  max-height: initial;
  font-size: 20px;
}
#contact-form .v-input textarea {
  resize: none;
  font-size: 20px;
}
#contact-form .v-text-field .v-label {
  top: 10px;
}
#contact-form.v-label {
  font-size: 21px;
}
body .v-btn {
  font-size: 20px !important;
}
.v-btn--fab.v-size--small {
  height: 40px !important;
  width: 40px;
}
.search-bar-input {
  padding: 15px 30px 15px 25px !important;
}
.isp-table {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 3rem;
}
.isp-table a {
  color: #000;
  text-decoration: none;
}
.isp-table tr:hover a {
  color: #ff008e;
}
.v-text-field .v-input__append-inner,
.v-text-field .v-input__prepend-inner {
  margin-top: 12px;
  margin-right: 5px;
}
.contact-us-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  display: flex;
  width: 100%;
  padding: 2rem;
  padding-top: 5rem;
  padding-bottom: 0rem;
  gap: 0.5rem;
}
.contact-us-form-input {
  background: #eee;
  border-radius: 5px;
  width: 400px;
  padding: 0.75rem 1rem;
  border: solid 1px transparent;
}
.invalid-form-input {
  border: solid 1px red;
}
.contact-us-form-send-button {
  width: 400px;
}
.form-input-error {
  text-align: left;
  color: red;
  font-size: 16px;
  padding-left: 6px;
  margin-bottom: 10px;
}
.network-status-wrapper {
  width: 100%;
  background: #ee008c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 6rem;
}
.network-status-wrapper h3 {
  color: white;
  font-size: 2rem;
  font-weight: lighter;
  padding: 0 !important;
  padding-top: 0 !important;
}
@media screen and (max-width: 1211px) {
#contact-page h3 {
    padding-top: 10% !important;
}
}
body .vuma-header {
  background: #ff008e !important;
}
table {
  border: 0 !important;
  width: 100% !important;
}
th,
td {
  text-align: left !important;
  padding: 16px !important;
  font-size: 19px !important;
}
tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}
.search-bar-input {
  max-height: 100% !important;
  line-height: 20px;
  padding: 15px 10px 15px 10px;
  min-width: 0;
  width: 100%;
}
.search-bar-label {
  left: 1vh !important;
  position: absolute;
}
#searchbar::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
#searchbar:-moz-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
#searchbar::-moz-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
#searchbar:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.87);
}
.search-bar-icon {
  color: #ee008c !important;
  font-weight: bold !important;
  margin-bottom: -20% !important;
  font-size: 25px !important;
  right: 12px;
}
.v-text-field.v-input--dense:not(.v-text-field--enclosed):not(.v-text-field--full-width) .v-input__prepend-inner .v-input__icon > .v-icon,
.v-text-field.v-input--dense:not(.v-text-field--enclosed):not(.v-text-field--full-width) .v-input__append-inner .v-input__icon > .v-icon {
  margin-top: 26px;
  color: #ee008c;
}
.search-bar.v-input__slot {
  border: 1px solid #ee008c !important;
  border-radius: 100px !important;
}
.search-bar.v-input__slot::before {
  border-color: rgba(0, 0, 0, 0) !important;
}
#isp-input {
  padding: 0;
}
#contact-form .v-text-field .v-label[for=isp-input] {
  top: 0;
}
#contact-form .v-text-field .v-label[for=isp-input].v-label--active {
  top: -6px !important;
}
.table-btn-tr {
  background: white !important;
}
.table-btn-tr .table-btn {
  padding: 0.3rem 0.3rem !important;
  background: #ff008e !important;
  left: 1vh;
  margin-top: 20px;
  margin-bottom: 5px;
}
tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.news-page {
  padding-top: 40px;
}
.news-page .vuma-header {
  top: 0;
  background: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.news-page .vuma-header a.vm-logo .vuma-logo-white {
  display: none;
}
.news-page .vuma-header a.vm-logo .vuma-logo-pink {
  display: inline-block;
}
.news-page .vuma-header .top-nav .v-btn--text {
  color: #ee008c;
}
.news-page .vuma-header.fixed-top .top-nav .v-btn--text {
  color: #fff;
}
.news-page .vuma-header.fixed-top a.vm-logo .vuma-logo-white {
  display: inline-block;
}
.news-page .vuma-header.fixed-top a.vm-logo .vuma-logo-pink {
  display: none;
}
.news-page #read-more-news {
  display: none;
}
@media screen and (max-width: 1490px) {
#contact-page.vm-featured-news .container {
    max-width: 1366px !important;
}
}
@media screen and (max-width: 1580px) {
#contact-page .container {
    max-width: 1361px !important;
}
}
@media screen and (max-width: 1366px) {
#contact-page .h3-isp {
    font-size: 48px;
    max-width: 400px;
    margin-bottom: 1.5rem;
}
}
@media screen and (max-width: 991px) {
#contact-form .v-input .v-label,
#contact-form .v-input input {
    font-size: 18px;
}
#contact-page .vm-featured-news.contact-bg {
    min-height: 450px;
}
}
@media screen and (max-width: 767px) {
#contact-page {
    padding-top: 80px;
}
}
@media screen and (max-width: 600px) {
.mobile-isp {
    margin-top: 1.5rem;
    width: 100%;
}
.mobile-isp .isp-item {
    padding: 1rem;
}
.mobile-isp .isp-item:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}
.mobile-isp .isp-item h4 {
    margin-bottom: 1rem;
}
.mobile-isp .isp-item a {
    text-decoration: none;
    color: #000;
}
}
@media screen and (max-width: 590px) {
#contact-page .contact-form-wrap {
    padding: 1rem 2rem;
}
#contact-page {
    padding-top: 60px;
}
#contact-page .h3-isp {
    padding-top: 1rem !important;
}
#contact-page .vm-featured-news.contact-bg {
    min-height: auto;
    background-image: none !important;
    display: block !important;
    padding-top: 0;
    padding-bottom: 0;
}
.network-status-wrapper {
    display: block;
}
}
@media screen and (max-width: 425px) {
#contact-page .h3-isp {
    font-size: 36px;
}
#contact-page .contact-form-wrap {
    padding: 1rem 1.5rem;
    margin-top: 0;
}
#contact-page .contact-form-wrap .v-text-field {
    padding-top: 0;
    margin-top: 0;
}
}
