.img-logo{
    width:auto ;
    max-height:35px;
}

.table-tt th{
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}
.table-tt td{

    border: 1px solid #ddd;
    padding: 10px;
}
@media (min-width: 992px){
    .modal-lg {
        width: 1200px;
    }
}

/*Advance map styles*/

.angular-google-map-container {
    width: 100%;
    height: 500px;
}
.inline-block{
    display: inline-block;
}
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.poor{
    font-size: 20px;
    line-height: 1.4;
    color: #7d7d7d;
}
.dynamicStars{
    font-size: 27px;
    line-height: 1.5;
    letter-spacing: 10px;
    color:#f5a623;
}
.successStyle{
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    /* margin: 2%; */
    text-align: center;
    border-radius: 5px;
}
.mainHeaderStyle{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 600;
}
.mainHeaderStyle1{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
}

.date-input {
    padding: 0 16px;
}
input.radio- {
    margin-right: 10px;
}
#ngDialogSucces{
    font-size: 30px;
    color: green;
    text-align: center;
    margin: 30px;
}

.list-job-style  {

}
.list-job-style li {list-style: none}
.list-job-style li span:first-child{

    text-align: right;
    width: 150px;
    color: #000000;
    font-size: 14px;
    display: block;
    float: left;
    font-weight: bold;
}

.list-job-style li span:last-child{
    width: calc(100% - 150px);
    display: block;
    float: left;
}
.input-focused {
    position: relative;
    display: inline-block;
}

.input-focused .tooltip-add-card {
    display: block;
    margin-top: 10px;
    z-index: 100;
    position: absolute;
    background-color: #3498db;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
}
.input-focused .tooltip-add-card::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 10%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #3498db transparent; /* Chỉnh màu tại đây */
}

.whirl {
  position: relative;
}

.whirl.standard:before {
  content: '';
  z-index: 1000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

.whirl.standard:after {
  z-index: 1001;
  content: '';
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 100%;
  border-top: 4px solid #29d;
  border-right: 4px solid #29d;
  border-bottom: 4px solid #29d;
  border-left: 4px solid transparent;
  animation: standard .75s infinite linear;
}

@keyframes standard {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
