.pink-btn {
	cursor: pointer;
}
.btn_remove_Ins {
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    float: right;
    margin-bottom: 20px;
}
.btn_remove_lan{
    color: white;
    font-size: 10px;
    padding: 2px 5px;
    float: right;
    margin-bottom: 20px;
}

.editable_data{
    cursor: pointer;
}
.t-dropdown-input {
    outline:unset;
}
.text-center {
    text-align: center;
}
.search-no-result {
    padding: 50px 0 50px 0!important;
}

.dashboard-provider-details h6 {
    color: #2374bb;
    word-wrap: anywhere;
}

.hide-language-spoken {
  background: #e16e73 url(../images/drop-down-arrow-white.png) no-repeat;
  background-position: 95% 16px;
  padding: 10px 20px 10px 10px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  width: 100%;
  margin: 20px 0;
  appearance: none;
  cursor: pointer;
  font-family: "mulisemibold";
  font-size: 12px;
  background-size: 12px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow: hidden;
  background: #fff;
}
.loaderdiv {
  font-size: 10px;
  border-top: .8em solid #2374bb;
  border-right: .8em solid rgba(218, 219, 223, 1);
  border-bottom: .8em solid rgba(218, 219, 223, 1);
  border-left: .8em solid rgba(218, 219, 223, 1);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  left: 50%;
  margin-left: -4em;
}
.loaderdiv,
.loaderdiv:after {
  border-radius: 50%;
  width: 8em;
  height: 8em;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4.05em;
}
button.logout-btn a {
  color: #2374bb;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media only screen and (max-width: 1399px) { 
  .error-page{
    padding:50px 0;
  }
}