@import url("./common.css");

.rg-navbar-head .navbar-brand img {
  width: 65px;
}

.rg-navbar-head .user-center {
  width: 14px;
  height: auto;
  display: block;
}

.rg-navbar-head .user-name {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rg-navbar-head .logout {
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  line-height: 14px !important;
}

.rg-navbar-mobile {
  justify-content: center !important;
}

.mobile-collapse-controll {
  position: absolute;
  left: 20px;
  top: 15px;
}

.rg-navbar-mobile .right-link {
  position: absolute;
  right: 20px;
  top: 17px;
}

.rg-navbar-mobile .list-group-item .nickname {
  font-size: 12px;
  color: #333;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rg-navbar-mobile .user-center {
  width: 20px;
  height: auto;
  display: block;
}

.rg-footer {
  background-image: url("../../images/global/footer_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 100px;
}

.rg-footer .menu-list {
  padding-top: 30px;
}

.rg-footer .rg-logo {
  display: block;
  width: 150px;
  height: auto;
}

.rg-footer .menu-item {
  display: block;
  font-size: 16px;
  color: #f0f0f0;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.rg-footer .menu-text {
  font-size: 16px;
  color: #f0f0f0;
}

.rg-footer .fa-phone {
  margin-right: 7px;
  padding-top: 2px;
  font-size: 16px;
}

.rg-footer .fa-envelope {
  margin-right: 5px;
  padding-top: 2px;
  font-size: 14px;
}

.rg-footer .form-row {
  padding-bottom: 30px;
}

.rg-footer .form-control {
  background-color: transparent;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
}

.rg-footer .form-control option {
  background-color: #001831;
  color: #b2b2b2;
}

.rg-footer .form-control::placeholder {
  color: #b2b2b2;
}

.rg-footer .submit-button {
  background-color: transparent;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  border-radius: 10px;
  width: 120px;
  height: 40px;
  line-height: 35px;
  padding-bottom: 5px;
}

.rg-footer .website-info {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  color: #f0f0f0;
  font-size: 12px;
}

.rg-footer .website-info img {
  width: auto !important;
}

.rg-footer .website-info a {
  color: #f0f0f0;
}

.rg-footer-mobile {
  background-color: #001831;
  padding: 40px 10px 20px;
}

.rg-footer-mobile .contact-logo {
  width: 100px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.rg-footer-mobile .contact-number {
  color: #b2b2b2;
  font-size: 18px;
}

.rg-footer-mobile .contact-number .fa {
  color: #b2b2b2;
  font-size: 16px;
  margin-right: 5px;
  padding-top: 2px;
}

.rg-footer-mobile .contact-form {
  padding: 40px 10px 20px;
}

.rg-footer-mobile .form-row {
  padding-bottom: 20px;
}

.rg-footer-mobile .form-select {
  width: 100%;
}

.rg-footer-mobile .form-control {
  background-color: transparent;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
}

.rg-footer-mobile .form-control option {
  background-color: #001831;
  color: #b2b2b2;
}

.rg-footer-mobile .form-control::placeholder {
  color: #b2b2b2;
}

.rg-footer-mobile .submit-button {
  background-color: transparent;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
  border-radius: 10px;
  width: 120px;
  height: 40px;
  line-height: 35px;
  padding-bottom: 5px;
}

.rg-footer-mobile .contact-list {
  padding: 20px 0;
}

.rg-footer-mobile .contact-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #b2b2b2;
}

.rg-footer-mobile .contact-item:first-child {
  border-top: 1px solid #b2b2b2;
}

.rg-footer-mobile .contact-text {
  font-size: 16px;
  color: #b2b2b2;
}

.rg-footer-mobile .fa {
  color: #b2b2b2;
  font-size: 20px;
}

.rg-footer-mobile .website-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #b2b2b2;
  font-size: 14px;
}

.rg-footer-mobile .website-info a {
  font-size: 14px;
  color: #b2b2b2;
}