.table-blog > thead {
  background: #FFA900;
  color: #fff;
}

.table-blog tbody td a {
  background-color: ##06c;
}

.blog-user-img {
  width: 70px;
  border-radius: 50px;
}

.formatted-text ul li {
  display: block !important;
}

.property-id {
  position: absolute;
}

#login-popup .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 38%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  margin-left: auto;
  margin-right: auto;
} 

#login-popup form {
  width: 100%;
}

.panel-login>.panel-heading {
  color: #00415d;
  background-color: #fff;
  border-color: #fff;
  text-align:center;
}
.panel-login>.panel-heading a{
  text-decoration: none;
  color: #b9b9b9 !important;
  font-weight: bold;
  font-size: 15px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
  color: #000 !important;
  font-size: 18px;
}
.panel-login>.panel-heading hr{
  margin-top: 10px;
  margin-bottom: 0px;
  clear: both;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
  outline:none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD;
}
.forgot-password {
  text-decoration: underline;
  color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666;
}

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347;
}


.error input {
    border-color: red;
    border-width: 2px;
}

.success input {
    border-color: green;
    border-width: 2px;
}

.error span {
    color: red;
}

.success span {
    color: green;
}

span.error {
    color: red;
}

i {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.register-radio ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.register-radio ul li {
  margin-right:  40px;
}

input[name="role"] {
  width: auto !important;
}

.social-or {
  margin-left: -10px !important;
}

.popup-social-login a  {
  font-size: 10px !important;
  padding: 8px 13px 7px !important;
}

.popup-social-login img {
  max-width: 20px !important;
}

.social-or {
  font-size: 15px !important;
  color: #a7a3a3;
}

.w-170px {
  width: 170px;
}

#uploadPreview img {
  background: #C4C4C4;
  border: 4px solid #FFFFFF;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
  border-radius: 19px;
  width: 180px;
  height:  200px;
}

.success_msg {
  width: 70%;
  background-color: #ffa900;
  border-radius: 30px;
}

.success_msg p {
  line-height: 30px;
}

.success_msg_div h2 {
  margin-bottom: 20px;
}
.mail_success_msg {
  width: 90%;
  background-color: #ffa900;
  border-radius: 30px;
}

.mail_success_msg p {
  line-height: 30px;
}


@media only screen and (max-width: 767px) {
#login-popup .modal-body{
  padding: 10px;
}
  #login-popup .modal-content{
  width: 100%;
  max-width: 400px;
  }
  .social-login a:first-child{
    margin-right: 10px;
  }
  .popup-social-login a{
    display: inline-block;
    margin-bottom: 10px;
  }
  .email-login .col{
    padding: 0;
  }
}
.max-100 {
  max-width: 100% !important;
}
.border-1-solid {
  border: solid 1px #000;
}
.bg-gray-1 th {
  background-color: #ccc !important;
  color: #000 !important;
}
.btn-green {
  background-color: #279B46;
  color: #fff;
  border-radius: 50px;
  padding: 15px;
}
.pdo{
  padding: 05px 15px !important;
}
.lk-border-color{
  border-color: #ffa900 !important;
}