/* line 2, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
html {
  height: 100%;
}

/* line 6, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
body {
  height: 100%;
}

/* line 10, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
.willows-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  display: block;
}

/* line 21, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
#loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 33, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
#submission-complete, #submission-complete-not-sure {
  border: 2px solid #004D71;
  border-radius: 20px;
  background: #ffffff;
  width: 90%;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

/* line 54, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
#submission-complete i, #submission-complete-not-sure i {
  color: #004d71;
  font-size: 200%;
  margin-bottom: 10px;
}

/* line 60, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
button.willows-close-btn {
  background: #004d71;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
  outline: none;
}

/* line 70, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/site/_site.scss */
.red {
  color: #ee0000;
}

/* line 1, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu {
  background: #066b93;
  position: fixed;
  top: 0;
  right: -1000px;
  width: 70%;
  max-width: 300px;
  z-index: 9999;
  transition: .5s;
  padding: 0 15px;
}

/* line 13, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu a {
  color: #ffffff;
}

/* line 16, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu .close-mobile-menu {
  color: #ffffff !important;
  font-size: 200%;
  text-align: right;
  margin-right: 15px;
}

/* line 23, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 28, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu ul li {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

/* line 33, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu ul li span {
  font-size: 90%;
  background: #004d71;
  padding: 3px 3px;
  border-radius: 10px;
  display: block;
  text-align: center;
}

/* line 44, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu ul li span a {
  position: relative;
}

/* line 47, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu ul li span a span {
  background: #013852;
  display: inline-block;
  position: relative;
  padding: 2px 5px;
  font-weight: 900;
}

/* line 58, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-mobile-menu ul li:last-child {
  border-bottom: none;
  margin-bottom: 15px;
}

/* line 70, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#mobile-menu-wrap {
  height: 120px;
  position: relative;
  top: 0;
  left: 0;
  text-align: center;
}

/* line 77, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#mobile-menu-wrap #mobile-menu-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 10px;
}

/* line 85, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#mobile-menu-wrap #mobile-menu-icon span {
  width: 100%;
  background: #ffffff;
  height: 3px;
  margin: 5px 0;
  display: block;
}

/* line 93, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#mobile-menu-wrap #mobile-menu-icon .willows-cart-count {
  background: red;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: -5px;
  border-radius: 50%;
}

/* line 102, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#mobile-menu-wrap #mobile-menu-icon .willows-cart-count .willows-count {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-weight: 900;
}

/* line 117, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#mobile-menu-wrap #mobile-menu-icon .willows-cart-count .willows-count span.willows-count-ajax {
  display: inline-block;
  background: none;
  margin: 0;
}

/* line 127, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#mobile-menu-wrap img {
  margin-top: 20px;
  width: 200px;
}

/* line 137, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#dashboard-header-wrap {
  display: none;
}

/* line 141, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
.return-to-willows {
  font-size: 10px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  background: #066b93;
  padding: 5px 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 155, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
.return-to-willows:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 165, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
.willows-header-back-link a {
  color: #ffffff;
  font-size: 8px;
  text-decoration: none;
  position: absolute;
  left: 15px;
  bottom: -20px;
  background: #066b93;
  padding: 5px 15px;
  border-radius: 25px;
  z-index: 99999;
}

/* line 177, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
.willows-header-back-link a:hover {
  background: #ffffff;
  color: #004d71;
}

/* line 184, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
.header-user-role-text {
  padding: 0 0 10px 0;
  text-align: right;
  width: 100%;
}

/* line 191, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header {
  background: #004d71;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

/* line 199, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header h2 {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 1px;
}

/* line 206, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-nav {
  text-align: center;
  cursor: pointer;
  padding: 35px 0;
}

/* line 212, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-nav:hover {
  background: #066b93;
}

/* line 221, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-nav.navselected {
  background: #066b93;
}

/* line 225, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-nav .willows-dashboard-sub-nav {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

/* line 238, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-nav .willows-dashboard-sub-nav a {
  color: #ffffff;
  text-decoration: none;
}

/* line 248, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-nav:hover .willows-dashboard-sub-nav {
  display: block;
}

/* line 253, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-login-items {
  text-align: center;
  cursor: pointer;
  padding: 30px 0 30px 15px;
}

/* line 259, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-login-items .user-initials {
  width: 36px;
  height: 36px;
  background: #ffffff;
  color: #004d71;
  position: relative;
  border-radius: 50%;
  font-weight: 600;
  transition: .2s;
  cursor: pointer;
  display: block;
}

/* line 271, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-login-items .user-initials:hover {
  background: #066b93;
  color: #ffffff;
  transition: .2s;
}

/* line 277, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-login-items .user-initials:hover .user-edit-panel-tc {
  display: block;
  opacity: 1;
  transition: opacity .5s;
}

/* line 283, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-login-items .user-initials span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 294, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-login-items .user-initials .willows-cart-count {
  background: red;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: -5px;
  border-radius: 50%;
}

/* line 303, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .willows-dashboard-login-items .user-initials .willows-cart-count div.willows-count {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  padding: 0;
  margin: 0;
  font-weight: 900;
}

/* line 324, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc {
  position: absolute;
  top: 35px;
  left: -60px;
  margin-top: 10px;
  width: 120px;
  z-index: 99;
  background: #066b93;
  padding: 10px;
  display: none;
  opacity: 0;
  transition: opacity .5s;
  font-weight: 200;
  font-size: 12px;
}

/* line 340, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #066b93;
  position: absolute;
  top: -18px;
  right: 32px;
}

/* line 354, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 359, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc ul li {
  position: relative;
}

/* line 362, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc ul li:first-of-type {
  left: -8px;
}

/* line 366, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc ul li a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
}

/* line 371, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc ul li a .willows-count-small {
  position: relative;
  display: inline-block;
}

/* line 374, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
#willows-dash-header .user-edit-panel-tc ul li a .willows-count-small .willows-count-ajax {
  background: #013852;
  position: absolute;
  top: -5px;
  left: 12px;
  padding: 2px 5px;
  border-radius: 50%;
  font-weight: 900;
}

@media (min-width: 992px) {
  /* line 398, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
  .return-to-willows {
    top: -20px;
  }
  /* line 405, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
  #dashboard-mobile-menu {
    display: none;
  }
  /* line 409, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
  #dashboard-header-wrap {
    display: block;
  }
  /* line 413, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
  #dashboard-mobile-menu {
    display: none;
  }
  /* line 417, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
  #mobile-menu-wrap {
    display: none;
  }
}

@media (min-width: 992px) {
  /* line 423, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_header.scss */
  .return-to-willows {
    top: -5px;
  }
}

/* line 1, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_footer.scss */
#wrapper-footer {
  background: #004d71;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 12, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/layout/_footer.scss */
  #wrapper-footer {
    text-align: left;
  }
}

/* line 1, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar {
  background: #f7f7f7;
  padding: 30px 30px 50px 30px;
  font-size: 12px;
}

/* line 7, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar h4 {
  color: #004d71;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  padding-left: 35px;
}

/* line 15, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar h4:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/willows-vet-login-icon-blue.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* line 27, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar hr {
  display: block;
  border: none;
  background: #b3b3b3;
  height: 2px;
}

/* line 36, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar .willows-sidebar-header {
  color: #066b93;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}

/* line 43, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar a.willows-sidebar-btn {
  display: inline-block;
  background: #004d71;
  border: none;
  text-transform: uppercase;
  padding: 5px 8px;
  border-radius: 20px;
  color: #ffffff;
  margin: 30px 2px 0;
  font-size: 10px;
  letter-spacing: 1px;
  text-decoration: none;
  width: 100px;
  cursor: pointer;
}

/* line 60, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar a.willows-sidebar-btn:hover {
  background: #066b93;
  color: #ffffff;
}

/* line 65, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar a.willows-sidebar-btn i {
  padding-left: 2px;
}

/* line 72, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar .vet-initials {
  background: #004d71;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  top: 5px;
  margin-right: 5px;
  color: #ffffff;
  font-size: 10px;
}

/* line 84, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-sidebar .vet-initials span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 97, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main {
  padding: 30px 50px 50px 50px;
}

/* line 99, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .required-field {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
}

/* line 108, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main hr {
  display: block;
  border: none;
  background: #b3b3b3;
  height: 2px;
  margin: 50px 0;
}

/* line 116, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main h4 {
  color: #004d71;
  font-weight: 300;
  font-size: 24px;
  position: relative;
  padding-left: 40px;
}

/* line 124, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main h4.no-icon {
  padding: 0;
}

/* line 132, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main h4.willows-vet-details:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/vet-details-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* line 146, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main h4.willows-practice-details:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/practice-details-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* line 161, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main h4.willows-owner-details:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/owner-details-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* line 175, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main h4.willows-patient-details:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/patient-details-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* line 189, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main h4.willows-case-details:before {
  content: '';
  width: 28px;
  height: 28px;
  display: block;
  background: url("../images/case-details-icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
}

/* line 202, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main label {
  color: #066b93;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

/* line 209, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main label.form-error {
  color: red;
  position: absolute;
  left: 35px;
  top: 85%;
  display: none;
  width: 130px;
}

/* line 218, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main label.form-error-textarea {
  color: red;
  position: absolute;
  left: 35px;
  top: 90%;
  display: none;
  width: 130px;
}

/* line 228, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main input[type="text"] {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  outline: none;
  margin-bottom: 15px;
  width: 100%;
}

/* line 237, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main input[type="file"] {
  border: none;
}

/* line 242, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main input.age-input {
  width: 80px;
  margin-right: 10px;
}

/* line 247, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main textarea {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  width: 100%;
  outline: none;
  margin-bottom: 15px;
}

/* line 256, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio-wrap {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
}

/* line 269, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 277, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #eeeeee;
  border-radius: 50%;
  border: 1px solid #066b93;
}

/* line 288, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio:after {
  content: '';
  position: absolute;
  display: none;
}

/* line 296, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio-wrap input:checked ~ .willows-radio:after {
  display: block;
}

/* line 300, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio-wrap .willows-radio:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #004d71;
}

/* line 309, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio-wrap:hover input ~ .willows-radio {
  background: #cccccc;
}

/* line 314, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-radio-wrap input:checked ~ .willows-radio {
  background: #ffffff;
}

/* line 319, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .select-items div:hover, .willows-cr-main .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 325, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-file-upload-wrap .willows-file-upload {
  border: 2px solid #066b93;
  height: 30px;
  border-radius: 10px;
  background: #066b93 !important;
  width: 200px;
  margin: 10px 0 20px;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 346, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-file-upload-wrap .willows-file-upload:after {
  content: '\f093';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 3px;
  left: 10px;
  color: #ffffff;
}

/* line 357, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-file-upload-wrap p {
  font-size: 12px;
}

/* line 361, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-file-upload-wrap #fileUpload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 377, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-note p {
  font-size: 14px;
  color: #004d71;
}

/* line 385, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .submit-chevron {
  display: block;
  margin-top: 20px;
  float: right;
}

/* line 391, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .submit-chevron i {
  position: absolute;
  top: 30px;
  right: 22px;
  color: #ffffff;
  font-size: 10px;
}

/* line 399, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .submit-chevron #case-submit {
  background: #004d71;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 5px 20px 5px 10px;
}

/* line 409, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .submit-chevron #case-submit:hover {
  background: #066b93;
}

/* line 418, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .prev-willows-contact-wrap {
  height: 60px;
}

/* line 427, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .prev-willows-contact-wrap .prev-willows-contact input {
  width: 180px;
  margin: 0;
  display: none;
}

/* line 439, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background {
  background: #f7f7f7;
  padding: 0;
  margin-bottom: 20px;
}

/* line 445, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips {
  color: #066b93;
  text-align: center;
  line-height: 110%;
  font-size: 14px;
}

/* line 452, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips .willows-discipline-tips-header {
  background: #004d71;
  color: #ffffff;
  padding: 15px;
  font-weight: 200;
  position: relative;
}

/* line 459, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips .willows-discipline-tips-header:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 45%;
  bottom: -18px;
  border-top: 10px solid #004d71;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}

/* line 474, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips .willows-discipline-wrap {
  padding: 20px 0;
  position: relative;
}

/* line 478, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips .willows-discipline-wrap .willows-discipline {
  display: none;
  position: relative;
  top: 0;
  width: 100%;
  text-align: left;
  padding: 0 15px;
}

/* line 487, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips .willows-discipline-wrap .willows-discipline ul {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

/* line 492, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips .willows-discipline-wrap .willows-discipline ul li {
  padding: 3px 0;
}

/* line 496, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-cr-main .willows-discipline-background .willows-discipline-tips .willows-discipline-wrap .willows-discipline ul li:before {
  content: '\f14a';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  margin-right: 5px;
}

/* line 519, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-custom-select {
  position: relative;
  margin-bottom: 15px;
}

/* line 523, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-custom-select label.form-error {
  color: red;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  width: 150px;
}

/* line 535, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-custom-select select {
  display: none;
}

/* line 539, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.select-selected {
  color: #066b93;
  padding: 8px 16px;
  border: 2px solid #066b93;
  border-radius: 25px;
  background: #ffffff;
  cursor: pointer;
  user-select: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

/* line 553, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #066b93 transparent transparent transparent;
}

/* line 564, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #066b93 transparent;
  top: 7px;
}

/* line 569, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.select-items div {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/* line 580, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.select-items {
  position: absolute;
  background-color: #066b93;
  border: 2px solid #066b93;
  top: 110%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* line 590, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.select-hide {
  display: none;
}

/* line 594, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 598, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-admin-job-title-wrap {
  position: relative;
  top: 5px;
  left: 0;
  display: none;
}

/* line 604, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
.willows-admin-job-title-wrap input {
  margin-top: 5px;
  padding: 10px inherit;
  width: 100%;
  height: 40px;
}

@media (min-width: 768px) {
  /* line 616, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
  input.age-input {
    width: 52px !important;
    margin-right: 5px;
  }
  /* line 623, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
  input.age-input::placeholder {
    font-size: 10px;
    text-align: center;
  }
}

@media (min-width: 992px) {
  /* line 631, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
  input.age-input {
    width: 80px !important;
    margin-right: 10px;
  }
  /* line 636, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_caseform.scss */
  input.age-input::placeholder {
    font-size: 14px;
    text-align: center;
  }
}

/* line 3, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-sidebar {
  padding: 50px 15px 10px 15px;
}

/* line 6, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-sidebar a.willows-add-case {
  background: #004d71;
  border: none;
  border-radius: 25px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 15px;
  font-weight: 200;
  text-decoration: none;
}

/* line 18, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-sidebar a.willows-add-case i {
  font-size: 12px;
}

/* line 27, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main {
  padding: 15px 0;
  min-height: 80vh;
}

/* line 29, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .consultant-filter {
  margin-bottom: 15px;
}

/* line 36, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header {
  background: #004d71;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 0 5px;
  border-radius: 14px 14px 0 0;
  width: 95%;
  margin: 0 auto;
}

/* line 49, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header .row {
  padding: 0 10px;
}

/* line 51, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header .row .col {
  padding: 15px 0;
  text-align: center;
}

/* line 55, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header .row .col .cr-days-overdue {
  background: #ff3636;
  border-top: 1px solid #ff2424;
  border-bottom: 1px solid #ff2424;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  line-height: 0;
}

/* line 67, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header .row .col .cr-days-overdue .cr-days-overdue-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 86, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header-tr {
  background: #004d71;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 10px 10px;
  border-radius: 14px 14px 0 0;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

/* line 98, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header-tr .row {
  padding: 0 10px;
}

/* line 100, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header-tr .row .col {
  padding: 15px 0;
  text-align: center;
}

/* line 104, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header-tr .row .col .cr-days-overdue {
  background: #ff3636;
  border-top: 1px solid #ff2424;
  border-bottom: 1px solid #ff2424;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  color: #ffffff;
  line-height: 0;
}

/* line 116, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-main .willows-all-table-header-tr .row .col .cr-days-overdue .cr-days-overdue-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 139, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-tr-case-status {
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  width: 125px;
  padding: 2px 0;
  text-transform: uppercase;
}

/* line 151, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.tr-case-status-submitted {
  background: #0183C1;
  width: 120px;
}

/* line 158, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.tr-case-status-inprogress {
  background: #004d71;
  width: 120px;
}

/* line 165, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.tr-case-status-complete {
  background: #3dae2b;
  width: 120px;
}

/* line 172, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.tr-case-status-archived {
  background: #c40909;
  width: 100px;
}

/* line 179, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.tr-case-status-rvs-contacted {
  background: purple;
  width: 120px;
}

/* line 187, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.submitted-row {
  color: #0183C1;
}

/* line 190, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.submitted-row:hover {
  color: #ffffff;
}

/* line 195, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.inprogress-row {
  color: #004d71;
}

/* line 198, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.inprogress-row:hover {
  color: #ffffff;
}

/* line 203, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.complete-row {
  color: #3dae2b;
}

/* line 206, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.complete-row:hover {
  color: #ffffff;
}

/* line 211, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.tr-case-status-deleted {
  background: #8f36dd;
  width: 120px;
  margin: 0 auto;
}

/* line 218, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter {
  width: 170px;
  text-align: center;
  display: inline;
  margin-left: 10px;
}

/* line 224, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter a {
  text-decoration: none;
}

/* line 228, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .left-view-btn {
  border-top: 1px solid #004d71;
  border-right: none;
  border-bottom: 1px solid #004d71;
  border-left: 1px solid #004d71;
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0;
  width: 80px;
  text-align: center;
  display: inline-block;
  background: #f1f1f1;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 2px;
}

/* line 244, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .left-view-btn:hover {
  background: #066b93;
  color: #ffffff;
}

/* line 249, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .left-view-btn.selected-view {
  background: #004d71;
  color: #ffffff;
}

/* line 256, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .middle-view-btn {
  border-top: 1px solid #004d71;
  border-right: 1px solid #004d71;
  border-bottom: 1px solid #004d71;
  border-left: 1px solid #004d71;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-left: none;
  width: 80px;
  text-align: center;
  display: inline-block;
  background: #f1f1f1;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 2px;
}

/* line 273, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .middle-view-btn:hover {
  background: #066b93;
  color: #ffffff;
}

/* line 278, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .middle-view-btn.selected-view {
  background: #004d71;
  color: #ffffff;
}

/* line 288, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .right-view-btn {
  border-top: 1px solid #004d71;
  border-right: 1px solid #004d71;
  border-bottom: 1px solid #004d71;
  border-left: 1px solid #004d71;
  border-top-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;
  border-left: none;
  width: 80px;
  text-align: center;
  display: inline-block;
  background: #f1f1f1;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 2px;
}

/* line 305, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .right-view-btn:hover {
  background: #066b93;
  color: #ffffff;
}

/* line 310, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.view-filter .right-view-btn.selected-view {
  background: #004d71;
  color: #ffffff;
}

/* line 321, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile {
  border: 2px solid #004d71;
  border-radius: 0 0 14px 14px;
  padding: 0 0 !important;
  width: 95%;
  margin: 0 auto 15px;
}

/* line 329, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a, .willows-all-cr-table-container-mobile .no-case-link {
  display: block;
  border-bottom: 1px solid #b3b3b3;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
}

/* line 337, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a:last-child, .willows-all-cr-table-container-mobile .no-case-link:last-child {
  border: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 344, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a .row, .willows-all-cr-table-container-mobile .no-case-link .row {
  padding: 5px 10px;
  width: 100%;
  margin: 0 auto;
}

/* line 351, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a .row .col, .willows-all-cr-table-container-mobile .no-case-link .row .col {
  padding: 15px 0;
  text-align: center;
}

/* line 358, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a .row:nth-child(even), .willows-all-cr-table-container-mobile .no-case-link .row:nth-child(even) {
  background: #f7f7f7;
}

/* line 364, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a .notes-row, .willows-all-cr-table-container-mobile .no-case-link .notes-row {
  display: none;
  position: absolute;
  top: 60px;
  left: 15px;
  width: 100%;
  height: 100px;
  border: 1px solid #e2e2e2;
  z-index: 10;
  background: #ffffff;
  padding-top: 10px;
}

/* line 382, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile .willows-case-status {
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  width: 125px;
  padding: 2px 0;
  text-transform: uppercase;
}

/* line 392, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile .willows-case-status-submitted {
  background: #0083c1;
  width: 120px;
}

/* line 399, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile .willows-case-status-archived {
  background: #c40909;
  width: 120px;
}

/* line 406, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile .willows-case-status-inprogress {
  background: #004d71;
  width: 120px;
}

/* line 412, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile .willows-case-status-appointment-made {
  background: #f3c300;
  width: 120px;
}

/* line 418, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile .willows-case-status-dormant {
  background: #7332B8;
  width: 120px;
}

/* line 424, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a {
  position: relative;
}

/* line 427, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a:hover {
  background: #066b93;
}

/* line 430, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-cr-table-container-mobile a:hover > .notes-row {
  display: block;
  color: #000000;
}

/* line 442, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile {
  border: 2px solid #004d71;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  padding: 0 0 !important;
  width: 95%;
  margin: 0 auto 25px;
}

/* line 450, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a, .willows-all-tr-table-container-mobile .no-tr-link {
  display: block;
  border-bottom: 1px solid #b3b3b3;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  border: 1px solid red;
}

/* line 459, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a:last-child, .willows-all-tr-table-container-mobile .no-tr-link:last-child {
  border: none;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 466, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a .row, .willows-all-tr-table-container-mobile .no-tr-link .row {
  padding: 5px 10px;
  width: 100%;
  margin: 0 auto;
}

/* line 473, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a .row .col, .willows-all-tr-table-container-mobile .no-tr-link .row .col {
  padding: 15px 0;
  text-align: center;
}

/* line 480, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a .row:nth-child(even), .willows-all-tr-table-container-mobile .no-tr-link .row:nth-child(even) {
  background: #f7f7f7;
}

/* line 486, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a .notes-row, .willows-all-tr-table-container-mobile .no-tr-link .notes-row {
  display: none;
  position: absolute;
  top: 60px;
  left: 15px;
  width: 100%;
  height: 100px;
  border: 1px solid #e2e2e2;
  z-index: 10;
  background: #ffffff;
  padding-top: 10px;
}

/* line 504, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile .willows-case-status {
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  width: 125px;
  padding: 2px 0;
  text-transform: uppercase;
}

/* line 514, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile .willows-case-status-submitted {
  background: #0083c1;
  width: 120px;
}

/* line 521, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile .willows-case-status-archived {
  background: #c40909;
  width: 120px;
}

/* line 528, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile .willows-case-status-inprogress {
  background: #004d71;
  width: 120px;
}

/* line 534, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile .willows-case-status-appointment-made {
  background: #f3c300;
  width: 120px;
}

/* line 540, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a.overdue {
  position: relative;
}

/* line 543, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a.overdue:hover {
  background: #066b93;
}

/* line 546, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
.willows-all-tr-table-container-mobile a.overdue:hover > .notes-row {
  display: block;
  color: #000000;
}

@media (min-width: 992px) {
  /* line 559, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main {
    padding: 80px 0;
  }
  /* line 561, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container {
    border: 2px solid #004d71;
    border-radius: 0 0 14px 14px;
    padding: 0 0 !important;
    width: 95%;
    margin: 0 auto;
  }
  /* line 573, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link {
    display: block;
    border-bottom: 1px solid #b3b3b3 !important;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
  }
  /* line 581, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block:last-child, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link:last-child {
    border: none;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  /* line 587, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block:nth-child(even), .willows-all-cr-main .willows-all-cr-table-container .no-tr-link:nth-child(even) {
    background: #f7f7f7;
  }
  /* line 591, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block:hover, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link:hover {
    background: #066b93;
    border-bottom: 1px solid #066b93;
    color: #ffffff;
  }
  /* line 597, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block:focus, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link:focus {
    background: #004d71;
    border-bottom: 1px solid #004d71;
    color: #ffffff;
  }
  /* line 604, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block .row, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link .row {
    padding: 0 10px;
  }
  /* line 609, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block .row .col, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link .row .col {
    padding: 15px 0;
    text-align: center;
  }
  /* line 614, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block .row .col .cr-days-overdue, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link .row .col .cr-days-overdue {
    background: #ff3636;
    border-top: 1px solid #ff2424;
    border-bottom: 1px solid #ff2424;
    width: 30px;
    height: 30px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
  }
  /* line 626, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block .row .col .cr-days-overdue .cr-days-overdue-inner, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link .row .col .cr-days-overdue .cr-days-overdue-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* line 647, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a.d-lg-block .notes-row, .willows-all-cr-main .willows-all-cr-table-container .no-tr-link .notes-row {
    display: none;
    position: absolute;
    top: 60px;
    left: 15px;
    width: 100%;
    height: 100px;
    border: 1px solid #e2e2e2;
    z-index: 10;
    background: #ffffff;
    padding-top: 10px;
  }
  /* line 664, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .willows-case-status {
    color: #ffffff;
    border-radius: 25px;
    text-align: center;
    width: 125px;
    padding: 2px 0;
    text-transform: uppercase;
  }
  /* line 674, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .willows-case-status-submitted {
    background: #0083c1;
    width: 120px;
    margin: 0 auto;
  }
  /* line 681, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .willows-case-status-archived {
    background: #c40909;
    width: 120px;
    margin: 0 auto;
  }
  /* line 688, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .willows-case-status-inprogress {
    background: #004d71;
    width: 120px;
    margin: 0 auto;
  }
  /* line 695, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .willows-case-status-appointment-made {
    background: #f3c300;
    width: 120px;
    margin: 0 auto;
  }
  /* line 702, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .willows-case-status-dormant {
    background: #7332B8;
    width: 120px;
    margin: 0 auto;
  }
  /* line 709, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .tr-case-status-complete {
    background: #3dae2b;
    width: 120px;
    margin: 0 auto;
  }
  /* line 716, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .tr-case-status-submitted {
    background: #0183C1;
    width: 120px;
    margin: 0 auto;
  }
  /* line 724, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .tr-case-status-inprogress {
    background: #004d71;
    width: 120px;
    margin: 0 auto;
  }
  /* line 732, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .tr-case-status-archived {
    background: #c40909;
    width: 100px;
    margin: 0 auto;
  }
  /* line 740, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container .tr-case-status-rvs-contacted {
    background: purple;
    width: 120px;
    margin: 0 auto;
  }
  /* line 748, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a {
    position: relative;
  }
  /* line 751, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a:hover {
    background: #066b93;
  }
  /* line 754, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_allcases.scss */
  .willows-all-cr-main .willows-all-cr-table-container a:hover > .notes-row {
    display: block;
    color: #000000;
  }
}

/* line 1, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.trash-icon {
  width: 20px;
  height: 29px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 25px;
}

/* line 10, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.trash-icon img {
  position: relative;
  top: 0;
}

/* line 14, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.trash-icon img:hover {
  top: -29px;
}

/* line 21, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.archive-btn {
  background: #c40909;
  padding: 5px;
  width: 80px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
}

/* line 32, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-delete-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

/* line 44, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-delete-modal .confirm-delete, .willows-delete-modal .success-delete {
  border: 2px solid #004D71;
  border-radius: 20px;
  background: #ffffff;
  width: 90%;
  max-width: 500px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

/* line 65, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-delete-modal .confirm-delete button#confirm_delete_btn, .willows-delete-modal .success-delete button#confirm_delete_btn {
  background: #c40909;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
  outline: none;
  text-transform: uppercase;
}

/* line 77, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-delete-modal .confirm-delete button#cancel_delete_btn, .willows-delete-modal .success-delete button#cancel_delete_btn {
  background: #004d71;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
  outline: none;
}

/* line 93, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-archive-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  display: none;
}

/* line 105, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-archive-modal .confirm-archive, .willows-archive-modal .success-archive {
  border: 2px solid #004D71;
  border-radius: 20px;
  background: #ffffff;
  width: 90%;
  max-width: 500px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

/* line 126, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-archive-modal .confirm-archive button#confirm_archive_btn, .willows-archive-modal .success-archive button#confirm_archive_btn {
  background: #c40909;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
  outline: none;
  text-transform: uppercase;
}

/* line 138, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-archive-modal .confirm-archive button#cancel_archive_btn, .willows-archive-modal .success-archive button#cancel_archive_btn {
  background: #004d71;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 10px;
  outline: none;
}

/* line 148, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-archive-modal .confirm-archive textarea, .willows-archive-modal .success-archive textarea {
  width: 100%;
  border: 1px solid #004d71;
  border-radius: 10px;
  padding: 5px;
}

/* line 158, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-archive-modal #loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
}

/* line 174, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap {
  padding: 20px 0;
  font-size: 14px;
  min-height: 80vh;
}

/* line 180, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap label {
  color: #066b93;
  font-size: 14px;
  font-weight: 600;
  display: block;
}

/* line 187, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap label.owner-label {
  margin: 10px 0 0;
}

/* line 191, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap h4 {
  color: #004d71;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 150%;
}

/* line 198, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap hr {
  display: block;
  border: none;
  background: #b3b3b3;
  height: 2px;
}

/* line 206, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-header {
  background: #004d71;
  padding: 15px 15px 10px 15px;
  border-radius: 25px 25px 0 0;
}

/* line 213, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-header h4 {
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 0;
}

/* line 223, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap {
  border: 2px solid #004d71;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 0 0 25px 25px;
}

/* line 230, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-address-wrap-image {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

/* line 235, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-address-wrap-image:after {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/map-marker-icon.svg") no-repeat center center !important;
}

/* line 251, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-phone-wrap-image {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

/* line 256, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-phone-wrap-image:after {
  position: absolute;
  top: 3px;
  left: -2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/phone-icon.svg") no-repeat center center;
}

/* line 270, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-email-wrap-image {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

/* line 275, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-email-wrap-image:after {
  position: absolute;
  top: 2px;
  left: -2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/email-icon.svg") no-repeat center center;
}

/* line 291, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-job-wrap-image {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

/* line 296, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-owner-job-wrap-image:after {
  position: absolute;
  top: 0;
  left: -2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/profile-name-icon.svg") no-repeat center center;
}

/* line 312, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-practice-name-wrap-image {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

/* line 317, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap .willows-practice-name-wrap-image:after {
  position: absolute;
  top: 1px;
  left: -2px;
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/practice-name-icon.svg") no-repeat center center;
}

/* line 334, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap h5 {
  color: #066b93;
  font-weight: 200;
}

/* line 339, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap hr {
  display: block;
  border: none;
  background: #f7f7f7;
  height: 2px;
}

/* line 349, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-pref-contact {
  text-transform: capitalize;
}

/* line 353, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap.patient-details {
  text-transform: capitalize;
}

/* line 357, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap.patient-details label {
  display: inline-block;
  margin: 0;
}

/* line 362, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-column-wrap.patient-details .label-column-width {
  width: 80px;
}

/* line 370, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-detail-col label {
  text-transform: uppercase;
  margin: 0;
}

/* line 376, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-details-wrap {
  margin: 20px 0;
}

/* line 378, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-details-wrap h4 {
  font-weight: 400;
  margin-bottom: 0;
}

/* line 386, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-files-wrap {
  margin-top: 20px;
}

/* line 388, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .willows-files-wrap h4 {
  font-weight: 400;
  margin-bottom: 0;
}

/* line 395, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap h3#comments {
  display: none;
}

/* line 399, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap h3#reply-title {
  font-size: 18px;
}

/* line 403, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap p.logged-in-as {
  display: none;
}

/* line 407, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap label[for="comment"] {
  display: none;
}

/* line 412, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap #respond textarea#comment {
  border: 2px solid #004d71;
  border-radius: 25px;
}

/* line 418, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap #commentform input#submit {
  background: #004d71;
  width: 80px;
  border-radius: 25px;
  text-transform: uppercase;
  border: none;
}

/* line 426, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap #commentform input#submit:hover {
  background: #066b93;
}

/* line 432, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap ol.commentlist {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

/* line 439, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap ul.children {
  background: #f7f7f7;
  list-style: none;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 15px 0 15px 25px;
  position: relative;
  border: 1px solid #b3b3b3;
}

/* line 449, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap ul.children:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -17px;
  top: 29px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid #b3b3b3;
  border-top: 8px solid #b3b3b3;
  border-bottom: 8px solid transparent;
}

/* line 464, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap ul.children:after {
  content: ' ';
  display: block;
  position: absolute;
  left: -15px;
  top: 30px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid #f7f7f7;
  border-top: 10px solid #f7f7f7;
  border-bottom: 10px solid transparent;
}

/* line 480, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .commentmetadata i {
  color: #066b93;
}

/* line 484, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .reply {
  border: 1px solid #066b93;
  border-radius: 5px;
  width: 50px;
  padding: 2px;
  text-align: center;
  transition: .2s;
  font-size: 10px;
}

/* line 493, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .reply:hover {
  background: #066b93;
  transition: .2s;
}

/* line 498, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.single-case-wrap .reply a:hover {
  text-decoration: none;
  color: #ffffff;
  transition: .2s;
}

/* line 510, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
form#statusUpdate, form#disciplineUpdate, form#specialistUpdate, form#statusUpdateTele, form#raStatusUpdate, form#raDisciplineUpdate, form#adviceNotesUpdate {
  width: 230px;
}

/* line 513, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
form#statusUpdate i, form#disciplineUpdate i, form#specialistUpdate i, form#statusUpdateTele i, form#raStatusUpdate i, form#raDisciplineUpdate i, form#adviceNotesUpdate i {
  position: absolute;
  right: -35px;
  top: 20%;
  color: green;
  display: none;
  font-size: 24px;
}

/* line 525, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#consultantUpdate {
  width: 230px;
  position: relative;
}

/* line 529, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#consultantUpdate i {
  position: absolute;
  right: -30px;
  top: 20%;
  color: green;
  display: none;
  font-size: 24px;
}

/* line 538, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#consultantUpdate .ajax-loading {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 3px;
  right: -34px;
  display: none;
}

/* line 547, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#consultantUpdate .ajax-loading img {
  width: 100%;
}

/* line 555, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#trdisciplineUpdate {
  width: 230px;
  position: relative;
}

/* line 559, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#trdisciplineUpdate i {
  position: absolute;
  right: -30px;
  top: 20%;
  color: green;
  display: none;
  font-size: 24px;
}

/* line 568, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#trdisciplineUpdate .ajax-loading {
  width: 32px;
  position: absolute;
  top: 3px;
  right: -34px;
  display: none;
}

/* line 576, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#trdisciplineUpdate .ajax-loading img {
  width: 100%;
}

/* line 584, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 10px;
}

/* line 594, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap #adminUpdate input {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  outline: none;
  margin-top: 5px;
  width: 100%;
}

/* line 604, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap #adminUpdate textarea {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  width: 100%;
  outline: none;
  margin-top: 5px;
  margin-bottom: 15px;
}

/* line 614, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap #adminUpdate .cr-case-submit-wrap {
  position: relative;
}

/* line 618, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap #adminUpdate .cr-case-submit-wrap input[type="submit"] {
  background: #004d71;
  border: 2px solid #004d71;
  color: #ffffff;
  text-transform: uppercase;
  width: 100px;
}

/* line 627, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap #adminUpdate .cr-case-submit-wrap i {
  position: absolute;
  left: 120px;
  top: 12px;
  color: green;
  display: none;
  font-size: 24px;
}

/* line 636, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap #adminUpdate .cr-case-submit-wrap .ajax-loading {
  width: 32px;
  position: absolute;
  left: 116px;
  top: 7px;
  display: none;
}

/* line 644, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.adminUpdate-wrap #adminUpdate .cr-case-submit-wrap .ajax-loading img {
  width: 100%;
}

/* line 658, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#adviceNotesUpdate input {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  outline: none;
  margin-top: 5px;
  width: 100%;
}

/* line 668, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#adviceNotesUpdate textarea {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  width: 100%;
  outline: none;
  margin-top: 5px;
  margin-bottom: 15px;
}

/* line 678, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#adviceNotesUpdate .cr-case-submit-wrap {
  position: relative;
}

/* line 682, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#adviceNotesUpdate .cr-case-submit-wrap input[type="submit"] {
  background: #004d71;
  border: 2px solid #004d71;
  color: #ffffff;
  text-transform: uppercase;
  width: 100px;
}

/* line 691, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#adviceNotesUpdate .cr-case-submit-wrap i {
  position: absolute;
  left: 120px;
  top: 12px;
  color: green;
  display: none;
  font-size: 24px;
}

/* line 700, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#adviceNotesUpdate .cr-case-submit-wrap .ajax-loading {
  width: 32px;
  position: absolute;
  left: 116px;
  top: 7px;
  display: none;
}

/* line 708, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#adviceNotesUpdate .cr-case-submit-wrap .ajax-loading img {
  width: 100%;
}

/* line 717, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.ajax-loading {
  width: 32px;
  position: absolute;
  top: 3px;
  right: -39px;
  display: none;
}

/* line 725, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.ajax-loading img {
  width: 100%;
}

/* line 732, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport .vet_report_submit_wrap, #vetReportTele .vet_report_submit_wrap {
  position: relative;
}

/* line 736, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport .vet_report_submit_wrap i, #vetReportTele .vet_report_submit_wrap i {
  position: absolute;
  left: 70px;
  top: 3px;
  color: green;
  display: none;
  font-size: 24px;
}

/* line 745, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport .vet_report_submit_wrap .ajax-loading, #vetReportTele .vet_report_submit_wrap .ajax-loading {
  width: 32px;
  position: absolute;
  left: 66px;
  top: -1px;
  display: none;
}

/* line 753, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport .vet_report_submit_wrap .ajax-loading img, #vetReportTele .vet_report_submit_wrap .ajax-loading img {
  width: 100%;
}

/* line 764, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport textarea, #vetReportTele textarea {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 8px;
  width: 100%;
  outline: none;
  margin: 15px 0;
  visibility: hidden;
}

/* line 775, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport input[type="submit"], #vetReportTele input[type="submit"] {
  background: #004d71;
  padding: 3px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  outline: none;
  margin-bottom: 20px;
}

/* line 786, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport input[type="submit"]:hover, #vetReportTele input[type="submit"]:hover {
  background: #066b93;
}

/* line 790, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport input[type="submit"]#save_button, #vetReportTele input[type="submit"]#save_button {
  float: left;
}

/* line 800, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport .mce-tinymce, #vetReportTele .mce-tinymce {
  margin: 20px 0;
}

/* line 805, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport a, #vetReportTele a {
  display: block;
  background: #004d71;
  padding: 3px 15px;
  border-radius: 25px;
  text-transform: uppercase;
  border: none;
  color: #ffffff;
  text-decoration: none;
}

/* line 815, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport a:hover, #vetReportTele a:hover {
  background: #066b93;
}

/* line 821, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport .report-btn-wrap, #vetReportTele .report-btn-wrap {
  float: right;
}

/* line 825, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReport .report-btn-wrap a.report-btn, #vetReportTele .report-btn-wrap a.report-btn {
  display: inline-block;
  float: left;
  margin: 0 5px;
}

/* line 834, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.confirmed-files {
  background: #f7f7f7;
  padding: 15px;
  margin-top: 5px;
}

/* line 839, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.confirmed-files span {
  font-size: 10px;
}

/* line 844, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReportFileConfirm {
  position: relative;
}

/* line 848, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReportFileConfirm .ajax-loading {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 101px;
  top: 82% !important;
  display: none;
}

/* line 856, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReportFileConfirm .ajax-loading img {
  width: 100%;
}

/* line 863, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReportFileConfirm textarea {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 8px;
  width: 100%;
  outline: none;
  margin: 15px 0;
}

/* line 873, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReportFileConfirm input[type="submit"] {
  background: #004d71;
  border: 2px solid #004d71;
  color: #ffffff;
  text-transform: uppercase;
  width: 100px;
  border-radius: 25px;
  outline: none;
}

/* line 884, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
#vetReportFileConfirm i {
  position: absolute;
  left: 105px;
  bottom: 0;
  color: green;
  display: none;
  font-size: 24px;
}

/* line 896, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-page-title-mobile {
  text-align: center;
  padding-top: 20px;
}

/* line 901, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-page-title-mobile h2 {
  color: #004d71;
  font-weight: 200;
}

/* line 904, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
.willows-page-title-mobile h2 strong {
  font-weight: 400;
}

@media (min-width: 992px) {
  /* line 917, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_singlecase.scss */
  .single-case-wrap {
    padding: 50px 0;
  }
}

/* line 1, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp {
  background: url("../images/willows-dashboard-bg.jpg") no-repeat center center;
  background-size: cover;
}

/* line 11, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col-wrap:nth-child(odd) {
  background: rgba(255, 255, 255, 0.5);
}

/* line 15, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col-wrap:nth-child(even) {
  background: rgba(219, 219, 219, 0.9);
}

/* line 21, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col {
  padding: 0;
}

/* line 28, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(odd) .willows-add {
  background: rgba(255, 255, 255, 0.6);
  transition: 0.5s;
}

/* line 31, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(odd) .willows-add:hover {
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s;
}

/* line 37, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(odd) .willows-view {
  background: rgba(0, 77, 113, 0.6);
  transition: 0.5s;
}

/* line 40, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(odd) .willows-view:hover {
  background: rgba(0, 77, 113, 0.8);
  transition: 0.5s;
}

/* line 49, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(even) .willows-add {
  background: rgba(219, 219, 219, 0.8);
  transition: 0.5s;
}

/* line 53, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(even) .willows-add:hover {
  background: rgba(219, 219, 219, 0.6);
  transition: 0.5s;
}

/* line 59, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(even) .willows-view {
  background: rgba(2, 59, 81, 0.6);
  transition: 0.5s;
}

/* line 62, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .container-fluid .col:nth-child(even) .willows-view:hover {
  background: rgba(2, 59, 81, 0.8);
  transition: 0.5s;
}

/* line 73, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .willows-dashboard-block {
  height: 120px;
  position: relative;
  font-size: 100%;
  line-height: 100%;
  font-weight: 200;
  text-align: center;
}

/* line 84, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .willows-dashboard-block .willows-dash-links {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 94, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .willows-dashboard-block .willows-dash-links .icon {
  display: block;
  width: 40px;
  margin: 0 auto 5px;
}

/* line 111, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .willows-dashboard-block.willows-add {
  color: #004d71;
}

/* line 117, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
.willows-dashboard-bg-rp .willows-dashboard-block.willows-view {
  color: #ffffff;
}

@media (min-width: 400px) {
  /* line 133, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
  .willows-dashboard-bg-rp .willows-dashboard-block {
    height: 150px;
  }
}

@media (min-width: 576px) {
  /* line 148, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
  .willows-dashboard-bg-rp .willows-dashboard-block {
    font-size: 120%;
  }
}

@media (min-width: 768px) {
  /* line 164, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
  .willows-dashboard-bg-rp .willows-dashboard-block {
    height: 170px;
    font-size: 130%;
  }
}

@media (min-width: 992px) {
  /* line 180, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_dashboard.scss */
  .willows-dashboard-bg-rp .willows-dashboard-block {
    height: 300px;
    font-size: 150%;
  }
}

/* line 1, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
.tele-emergency-box {
  text-align: center;
  font-size: 12px;
  background: #e08433;
  color: #ffffff;
  padding: 20px;
  border-radius: 20px;
}

/* line 6, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
.tele-emergency-box h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  width: 140px;
  margin: 0 auto 10px;
}

/* line 22, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#willows-fee-wrap {
  border: 1px solid #066b93;
  padding: 15px;
  color: #066b93;
  font-size: 14px;
}

/* line 29, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#willows-fee-wrap p {
  text-transform: uppercase;
  color: #066b93;
  padding-bottom: 5px;
  border-bottom: 1px solid #066b93;
  font-size: 16px;
}

/* line 39, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
table {
  width: 100%;
}

/* line 43, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
table td.teleDesc {
  width: 60%;
}

/* line 47, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
table td.teleCost {
  text-align: right;
  width: 40%;
}

/* line 55, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-header {
  padding: 10px;
  background: #004d71;
  color: #ffffff;
  font-weight: 200;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

/* line 63, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-header div {
  margin: 0 auto;
  text-align: center;
}

/* line 68, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-header span {
  display: block;
  padding: 0 30px;
  font-size: 12px;
}

/* line 76, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-footer {
  padding: 10px 15px;
  background: #004d71;
  color: #ffffff;
  font-weight: 200;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 25px;
}

/* line 85, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-footer table {
  width: 100%;
}

/* line 88, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-footer table td.teleDesc {
  width: 60%;
  font-size: 12px;
}

/* line 95, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-footer table td.teleCost {
  text-align: right;
  width: 40%;
  font-size: 12px;
}

/* line 102, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-footer table td.grandTotal {
  font-size: 20px;
  letter-spacing: 1px;
}

/* line 107, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-fee-box-footer table td.vatFee {
  font-size: 14px;
}

/* line 114, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-submit-wrap {
  background: #004d71;
  color: #ffffff;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 200;
  text-align: center;
  border-radius: 20px;
}

/* line 124, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-submit-wrap label {
  color: #ffffff;
  font-weight: 200;
}

/* line 129, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-submit-wrap input[type="submit"] {
  width: 100%;
  color: #004d71;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  margin: 30px 0;
  font-size: 12px;
}

/* line 141, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-submit-wrap p.disclaimer {
  font-size: 10px;
  text-align: left;
}

/* line 147, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
#tele-submit-wrap label.form-error {
  color: red;
  position: absolute;
  left: 35px;
  top: 85%;
  display: none;
  width: 130px;
}

/* line 157, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
label.form-error {
  color: red;
  position: absolute;
  left: 35px;
  top: 85%;
  display: none;
  width: 130px;
}

/* line 166, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
label.form-error-textarea {
  color: red;
  position: absolute;
  left: 35px;
  top: 90%;
  display: none;
  width: 130px;
}

/* line 175, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
label.form-error-cost {
  color: red;
  position: absolute;
  left: 35px;
  bottom: 100px;
  display: none;
  width: 200px;
  font-weight: 400;
}

/* line 185, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
.delay-warning {
  color: red;
  font-weight: 400;
}

@media (min-width: 576px) {
  /* line 196, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
  #tele-submit-wrap input[type="submit"] {
    width: 100%;
    color: #004d71;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    width: 200px;
    margin: 30px auto;
  }
}

@media (min-width: 768px) {
  /* line 217, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_teleform.scss */
  .tele-emergency-box {
    font-size: 14px;
  }
}

/* line 2, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
.submit-chevron {
  display: block;
  margin-top: 20px;
  float: right;
}

/* line 8, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
.submit-chevron i {
  position: absolute;
  top: 30px;
  right: 22px;
  color: #ffffff;
  font-size: 10px;
}

/* line 16, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
.submit-chevron #request-advice-submit {
  background: #004d71;
  border: none;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 5px 20px 5px 10px;
}

/* line 26, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
.submit-chevron #request-advice-submit:hover {
  background: #066b93;
}

/* line 37, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
.create-case-button {
  display: block;
  background: #e08433;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  margin-bottom: 30px;
}

/* line 48, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
.create-case-button:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 56, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
a.create-case-button-small {
  background: #e08433;
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 25px;
  font-size: 12px;
  width: 120px;
  position: absolute !important;
  top: 12px;
  right: 20px;
  z-index: 999;
}

/* line 71, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
a.create-case-button-small:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 78, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
a.referred-case-button-small {
  background: purple;
  display: block;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px;
  border-radius: 25px;
  font-size: 12px;
  width: 120px;
  position: absolute !important;
  top: 12px;
  right: 20px;
  z-index: 999;
}

/* line 93, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
a.referred-case-button-small:hover {
  text-decoration: none;
  color: #ffffff;
}

/* line 103, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_requestadvice.scss */
#adviceNotesUpdate {
  width: 100% !important;
}

/* line 1, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
.tc-single-event-grid-item-holder {
  max-width: 100% !important;
  width: 100% !important;
}

/* line 5, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
.tc-single-event-grid-item-holder .tc-single-event-grid-item-holder-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

/* line 11, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
.tc-single-event-grid-item-holder .tc-single-event-grid-item-holder-image img {
  width: 100%;
  object-fit: cover !important;
}

/* line 19, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
.tribe-tickets-attendees-list-optout--wrapper {
  display: none !important;
}

@media (min-width: 576px) {
  /* line 24, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
  .tc-single-event-grid-item-holder {
    max-width: 49% !important;
    width: 49% !important;
  }
  /* line 28, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
  .tc-single-event-grid-item-holder .tc-single-event-grid-item-holder-image {
    width: 100%;
    height: 150px;
    overflow: hidden;
  }
  /* line 34, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
  .tc-single-event-grid-item-holder .tc-single-event-grid-item-holder-image img {
    width: 100%;
    object-fit: cover !important;
  }
}

@media (min-width: 768px) {
  /* line 45, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
  .tc-single-event-grid-item-holder {
    max-width: 32% !important;
    width: 32% !important;
  }
}

@media (min-width: 992px) {
  /* line 53, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_cpd.scss */
  .tc-single-event-grid-item-holder {
    max-width: 24% !important;
    width: 24% !important;
  }
}

/* CSS Document */
/* line 5, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_editdetails.scss */
.woocommerce-MyAccount-content input {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  outline: none;
  margin-bottom: 15px;
}

/* line 13, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_editdetails.scss */
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 4px 8px;
  height: 40px;
  outline: none;
}

/* line 21, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_editdetails.scss */
.woocommerce-MyAccount-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #066b93 transparent transparent transparent;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  height: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: 3px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 37, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_editdetails.scss */
.woocommerce-MyAccount-content .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #066b93 transparent;
  border-width: 0 7px 8px 7px;
}

/* line 45, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_editdetails.scss */
.select2-dropdown {
  overflow: hidden;
  border-top: none;
  border-left: 2px solid #066b93 !important;
  border-right: 2px solid #066b93 !important;
  border-bottom: 2px solid #066b93 !important;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

/* line 60, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_editdetails.scss */
form.edit-account input {
  border: 2px solid #066b93;
  border-radius: 20px;
  padding: 5px 8px;
  outline: none;
  margin-bottom: 15px;
}

/* line 68, ../../../../../Users/admin/Sites/willows-back-end-pro/wp-content/themes/LIVE_willows_pro_dashboard/willows_rp_scss/pages/_editdetails.scss */
form.edit-account textarea {
  border: 2px solid #066b93 !important;
  border-radius: 20px;
  padding: 5px 8px;
  outline: none;
  margin-bottom: 15px;
}

/*# sourceMappingURL=style.css.map */