.theme-btn-2 {
    background: #FAA819;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.theme-btn-2:hover {
    color: #fff;
}

.theme-btn-4 {
    background: #FAA819;
    color: #fff;
    border-radius: 1em !important;
    font-size: 18px;
    font-weight: 500; 
    margin-top: 1em;
    margin-bottom: 1em;
}

.theme-btn-4:hover {
    color: #fff;
}

.card-md {
    width: 60%;
}

.card-lg {
    width: 80%;
}

.card-title {
    margin-bottom: 1em;
}

.header-user-menu{
    border-radius:2px;
  }
  
  
  
.header-user-menu ul{
    display: none;
    font:bold 13px;
    background-color: #FFF;
    list-style: none;
    position: absolute;
    text-align: center;
    width: 120px;
    top: 54px;
    right: 0px;
    padding: 12px 0px;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    z-index: 1000;
}
  
  .header-user-menu:active ul,
  .header-user-menu:hover ul,
  .header-user-menu.show ul{
      display:block;
  }
  
  .header-user-menu ul li{
    background: inherit;
    padding:0px 0px;
    width: 100%
  }
  
  
  .header-user-menu ul li a{
    line-height: 10pt !important;
    height: 40px !important;
    width: 100% !important;
    font-size: 10pt !important;
    padding-top: 12px;
    display: block;
    text-decoration: none;
    margin-left: 0px !important;
    border-radius: 0px !important;
  }
  
  .header-user-menu ul li a:hover{
      opacity:1;
    color: #fff !important;
    background-color: #efb154;
  }
  
  .header-user-menu ul li a.highlight{
      color:#e9ac09;
  }
  
  
  
  .header-user-menu .image-cropper {
      width: 42px;
      height: 42px;
      top:20px;
      position: absolute;
      right:0px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      cursor: pointer;
  }
  .header-user-menu .image-cropper img {
      display: inline;
      margin: 0 auto;
  }
  
  .header-user-menu .avatar-no-img {
    position: absolute;
    max-width: 42px;
    min-width: 42px;
    border-radius: 50%;
    top:20px;
    right:0px;
    background: #512DA8;
    font-size: 12pt;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 42px;
    cursor: pointer;
  }

  .form-group label {
      font-weight: bold;
  }

  .form-line {
      width: 100%;
  }
  .form-line label {
      font-weight: bold;
      width: 40%;
  }

  .contact-info-box {
      margin-top: 1em;
  }

  .form-line .form-control {
      width: 60%;
  }

  .close-times {
    position: absolute;
    top: 1.5em;
    right: 2em;
  }

  .close-times span {
      font-size: 1.2em;
  }

  .img-logo {
      height: 5em;
  }

  /* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    
    -moz-user-select:none;
    -webkit-user-select:none;
  }
  .rating-stars ul > li.star {
    display:inline-block;
    
  }
  
  /* Idle State of the stars */
  .rating-stars ul > li.star > i.fa {
    font-size:1.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
  }
  
  /* Hover state of the stars */
  .rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
  }
  
  /* Selected state of the stars */
  .rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
  }

  .unselect-star {
    color:#ccc;
  }

  .blur-content {
    -webkit-filter: url(#svg-blur);
    filter: url(#svg-blur);
  }

  .logo-detail {
      max-height: 4em;
  }

  .btn-filter {
    cursor: pointer !important;
    text-align: center !important;
    border: 2px solid #000;
    outline: currentcolor none medium !important;
    margin: 0px !important;
    border-radius: 30px !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
    position: relative !important;
    padding: 10px 20px !important;
    font-size: 12px !important;
    line-height: 16px !important;
    background-color: #fff;
    color: rgb(34, 34, 34) !important;
    font-weight: 800 !important;
}

.btn-filter.active {
    border: 2px solid #FAA819 !important;
    background-color: rgb(247, 247, 247) !important;
}

.menu-notify-filter {
    display: none;
    right: 0px !important;
    z-index: 10 !important;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% !important;
    border: 0.5px solid rgba(118, 118, 118, 0.28) !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 37px !important;
    overflow: hidden !important;
    white-space: normal !important;
    max-height: calc(-50px + 100vh) !important;
    visibility: visible !important;
    position: absolute !important;
    top: 45px !important;
    border-radius: 12px !important;
}

.notify-item{
  line-height: 10pt !important;
  width: 100% !important;
  font-size: 10pt !important;
  padding: 12px 5px;
  text-decoration: none;
  margin-left: 0px !important;
  border-radius: 0px !important;
  border-top: 1px solid #e1e1e1;
}

.notify-item.read{
  background: #e4f0fe;
}

.notify-item:hover {
  background: #f1f1f1;
}

.menu-notify-filter a{
  display: block;
  width: unset !important;
  height: unset !important;
  background: unset !important;
  color: unset !important;
  line-height: unset !important;
  text-align: unset !important;
  border-radius: unset !important;
  margin-left: unset !important;
}

.menu-notify-header {
    /*height: 100% !important;
    max-height: calc(-200px + 100vh) !important;
    overflow: hidden auto !important;
    padding: 20px 17px 20px 19px !important;*/
    padding: 25px 10% 20px 10% !important;
}

.time-noty {
  width: 100%;
  text-align: right;
  padding-right: 10px;
}

.time-noty i {
  font-size: 0.8rem;
  color: #a1a1a1;
  font-weight: bold;
}

.menu-notify-footer {
    padding: 10px 14px !important;
    border-top: 1px solid rgb(235, 235, 235) !important;
    -moz-box-pack: justify !important;
    -moz-box-align: center !important;
    display: inline !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.menu-notify-item-buttom {
    display: inline-block !important;
    padding-right: 8px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.save-btns {
    -moz-box-pack: justify !important;
    -moz-box-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.menu-notify-content {
    min-width: 320px !important;
}

.buttom-clear {
    float: right;
    cursor: pointer !important;
    display: block !important;
    margin: 0px !important;
    position: relative !important;
    text-align: center !important;
    width: auto !important;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    outline: currentcolor none medium !important;
    padding: 5px !important;
    transition: box-shadow 0.2s ease 0s, -ms-transform 0.25s ease 0s, transform 0.25s ease 0s, transform 0.25s ease 0s !important;
    border: medium none !important;
    background: transparent none repeat scroll 0% 0% !important;
    color: rgb(34, 34, 34) !important;
    text-decoration: underline !important;
}

.buttom-clear:hover {
    background: #f1f1f1;
}

ul.pagination-nav  {
  padding: 0;
  margin: 0;
  list-style: none !important;
}

.file-mess-area-admin {
  margin-bottom: 10px;
}

.fileContainerMess-admin {
  padding: 1px 10px;
  border: 2px solid #919191;
  border-radius: 50px;
  margin-top: 1px;
}

.fileContainerMess-admin:hover, .fileContainerMess-admin-Img:hover {
  border: 2px solid #007bff;
}

.fileContainerMess-admin-Img {
  padding: 10px 10px;
  max-width: 23%;
  width: 23%;
  border: 2px solid #919191;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  overflow: hidden;
}

.project-close {
  position:absolute;
  top:10px;
  color:#FAA819;
  border:4px solid #FAA819;
  text-transform:uppercase;
  font-weight:bold;
  font-size:1.2em;
  padding:5px;
  transform: rotate(-15deg);
}

@media only screen and (max-width: 767px){
  .card-md {
    width: 90%;
  }
}