﻿:root {
  --nop-theme-primaryColor: #E4895A;
}

.active-btn {
  background-color: var(--nop-theme-primaryColor) !important;
}
.delete-popup-header {
  background: var(--nop-theme-primaryColor) !important;
}
@media(min-width: 768px){
  .header-combined {
    min-height: 80px;
  }
  .header-logo a img{
    margin-top: 7px;
    width: auto;
  }
}

.header-small__logo img {
  width: 123px;
}
.help-id-mobile-icon {
  background-image: url(/Themes/XOTC/Content/images/call.png);
  width: 32px;
  height: 32px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  top: 0px;
  left: -5px;
  float: right;
  margin-right:10px;
}
@media screen and (min-width: 768px) {
  .help-id-mobile-icon {
    display: none;
  }
}

.check-status-button, .check-status-button:hover {
  background-color: #e4895a !important;
  color: rgb(255, 255, 255);
  font-size: 1rem;
}

