.messageAlert {
  top: 5px;
  right: 5px;
  z-index: 99999;
  width: 284px;
  position: absolute !important;
}

#registerPage .phone-wrapper {
  flex: 1 1 auto;
}

#registerPage .input-group-text {
  width: 92px;
  height: 42px;
  line-height: 2;
  cursor: pointer;
}

#registerPage .input-group-text:hover {
  background: #e0e3e7;
}

#registerPage .input-group-text:active {
  background: #e9ecefad;
}

#registerPage input {
  height: 42px;
  font-size: 13px;
}

#registerPage .confirmBlock {
  float: right;
  width: 60%;
}

#registerPage .Password {
  max-width: 100%;
}

.delete-button {
  background: none;
}

.client-sidebar .user-profile {
  display: block;
}

.client-sidebar .user-profile .t1 {
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.client-sidebar .user-profile .t2 {
  color: white;
  margin: 0;
  font-size: 16px;
  margin-left: 46px;
}

.input-tel__input,
.country-selector__input,
.country-selector {
  height: 35px !important;
  min-height: 35px !important;
}

.country-selector__country-flag {
  top: 15px !important;
}

select {
  height: 35px !important;
}

.country-selector__label {
  top: 1px !important;
}

.input-tel__label {
  top: 1px !important;
}

