/*font-import*/
@font-face {
  font-family: 'Aktiv Grotesk Bold';
  src: url('AktivGroteskCorp-Bold.eot');
  src: local('AktivGroteskCorp-Bold'),
    url('../fonts/AktivGroteskCorp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AktivGroteskCorp-Bold.woff2') format('woff2'),
    url('../fonts/AktivGroteskCorp-Bold.woff') format('woff'),
    url('../fonts/AktivGroteskCorp-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Aktiv Grotesk Regular';
  src: url('AktivGroteskCorp-Regular.eot');
  src: local('AktivGroteskCorp-Regular'),
    url('../fonts/AktivGroteskCorp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AktivGroteskCorp-Regular.woff2') format('woff2'),
    url('../fonts/AktivGroteskCorp-Regular.woff') format('woff'),
    url('../fonts/AktivGroteskCorp-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.font_regular {
  font-family: 'Aktiv Grotesk Regular';
}

.font_bold,
b,
strong {
  font-family: 'Aktiv Grotesk Bold';
}

/*global-styles*/

* {
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  font-family: 'Aktiv Grotesk Regular';
  padding: 0;
  margin: 0;
  color: #1d1d1b;
  background-color: #e3e3e3;
}

a,
button {
  text-decoration: none;
  transition: all .3s;
  color: #1d1d1b;
  transition: all .3s linear;
}

a:hover,
a:focus {
  color: #2270b8;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Aktiv Grotesk Bold';
  margin: 0;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  line-height: 36px;

}

h3 {
  font-size: 24px;
  line-height: 30px;
}

.form-style hr {
  width: calc(100% + 70px);
  margin: 0 0 35px -35px;

}

button:hover,
button:focus,
button:active:focus,
button.btn:focus {
  outline: none;
  box-shadow: none;
}

label,
input,
select,
textarea {
  color: #1d1d1b;
}

.position_unset {
  position: unset;
}

.text-gradient {
  background: -webkit-linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
  background: linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Background color */
.txt-grey {
  color: #80778d;
}

.bg_purple {
  background-color: #80778c;
}

.bg_gradient {
  background: -webkit-linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
  background: linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
}

.greenbg_gradient {
  background: -webkit-linear-gradient(0deg, #84aa3d, #a0bd72);
  background: linear-gradient(0deg, #84aa3d, #a0bd72);
}

.graybg_gradient {
  background: -webkit-linear-gradient(0deg, #bcbdbf, #e5e6e5);
  background: linear-gradient(0deg, #bcbdbf, #e5e6e5);
}

.bg_green {
  background-color: #3aaa35;
}

.bg_orange {
  background: -webkit-linear-gradient(0deg, #ef6c2a 37%, #ec5c25 100%);
  background: linear-gradient(0deg, #ef6c2a 37%, #ec5c25 100%);
}

.bg_red {
  background-color: #bd1621;
}

.dropdown-menu {
  box-shadow: -4px 4px 4px rgb(130 118 142 / 39%);
}

.modal-open {
  padding: 0 !important;
  overflow: unset !important;
}

.py-37 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-15{
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.pt-17 {
  padding-top: 17px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pb-37 {
  padding-bottom: 37px;
}

/* Button style */
button.next-btn {
  display: inline-block;
  width: auto;
  background: -webkit-linear-gradient(0deg, #94cc86 0%, #97ce82 37%, #49b957 100%);
  background: linear-gradient(0deg, #94cc86 0%, #97ce82 37%, #49b957 100%);
  border: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 13px;
  border-radius: 7px;
  transition: none;
}

button.next-btn:hover {
  background: #80778d;
}

button.primary-btn {
  display: inline-block;
  width: auto;
  background: -webkit-linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
  background: linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
  border: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 13px;
  border-radius: 7px;
  transition: none;
}

button.primary-btn:focus,
button.primary-btn:hover {
  color: #fff;
  background: #80778d;
}

button.next-tab-btn {
  display: inline-block;
  width: auto;
  border: 0;
  color: #009ee5;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 28px;
  border-radius: 7px;
  transition: none;
  background-color: #fff;
  border: 1px solid #009ee5;
}

button.next-tab-btn:focus,
button.next-tab-btn:hover {
  color: #fff;
  background: #80778d;
  border: 1px solid #80778d;
}

button.table-btn,
button.table-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #80778c;
  color: #fff;
  border: 0;
  font-size: 10px;
  line-height: 16px;
  padding: 7px 13px;
  border-radius: 0;
  transition: none;
}

button.table-btn.orange,
button.table-btn.active {
  background: #ef7b33;
}

button.table-btn.grey,
button.table-btn.Pending {
  background: #80778c;
}

button.table-btn.notRequired {
  background: #fff;
}

button.table-btn.green,
button.table-btn.ongoing {
  background: #a0bd72;
}

button.table-btn.light-grey,
button.table-btn.notRequiredCST {
  background: #A7A7A7;
}

button.table-btn.dark-green,
button.table-btn.done {
  background: #21b14b;
}

button.table-btn.dark-pink,
button.table-btn.decliend {
  background: #e91f5f;
}

.add-cordon-btn {
  margin-left: 140px;
  margin-bottom: 24px;
}

button.map-btn,
button.map-btn-incidnet-detail,
button.plus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  width: 34px;
  min-width: 34px;
  height: 34px;
  padding: 0;
  transform: rotate(0deg);
  position: relative;
  z-index: 1;
}

button.map-btn img {
  transition: all .4s;
  transform: scaleX(-1);
}

button.map-btn-incidnet-detail img {
  transition: all .4s;
  transform: scaleY(-1);
}

button.map-btn.active img {
  transform: scaleX(1);
}

button.map-btn-incidnet-detail.active-incidnet-detail img {
  transform: scaleY(1);
}

.modal-header button.btn-close,
button.btn-close {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 14px;
  right: 18px;
  background-image: url(../../assets/images/close-grey-icon.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  z-index: 1;
  opacity: 1;
}

button.btn-close:hover {
  opacity: .8;
}

.local-action-btn button {
  display: flex;
  width: auto;
  /* background: #009fe3; */
  border: 0;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  padding: 10px 13px;
  border-radius: 3px;
  transition: none;
  font-family: 'Aktiv Grotesk Regular';
  justify-content: center;
}

.local-action-btn>button::after {
  width: 12px;
  height: 13px;
  margin-left: 8px;
  vertical-align: 0.255em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  background-image: url(../../assets/images/down-arrow-white.png);
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

button.hsr-btn {
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #0fa0dd;
  border: 1px solid #0fa0dd;
}

button.hsr-btn:hover {
  background-color: #777389;
  border-color: #777389;
}

button.hsr-btn.border-btn {
  background-color: #fff;
  color: #00b5d3;
}

button.hsr-btn.border-btn:hover {
  background-color: #0fa0dd;
  color: #fff;
}

button.dropdown-toggle.hsr-btn {
  position: relative;
  padding: 6px 26px 6px 14px;
}

button.dropdown-toggle.hsr-btn::after {
  content: '';
  position: absolute;
  top: 0;
  right: 8px;
  display: inline-block;
  width: 10px;
  height: 100%;
  background-image: url(../images/down-caret.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  margin: 0;
  vertical-align: unset;
  border: 0;
}

.dropdown-toggle.down-caret.hsr-btn {
  padding-right: 26px;
}

button.dropdown-toggle.hsr-btn.down-caret::after {
  background-image: url(../../assets/images/down-caret.png);
}

.hsr-btn.next-btn {
  border: 0;
  padding: 7px 11px;
}

/* width */
.w-331 {
  width: 331px;
  max-width: 100%;
}

.w-340 {
  width: 340px;
  max-width: 100%;
}


.w-382 {
  width: 382px;
  max-width: 100%;
}

.row.w-382 {
  width: 390px;
  max-width: 100%;
}

.row.w-400 {
  width: 400px;
  max-width: 100%;
}

.row.w-490 {
  width: 490px;
  max-width: 100%;
}

.w-80 {
  width: 80%;
}

.w-75 {
  width: 75%;
}

/* Start Section CSS */
.header-dashboard {
  width: 100%;
  padding: 20px 0;
}

.header-dashboard .header-logo {
  font-size: 0;
  display: inline-flex;
}

.header-dashboard .header-logo>div {
  display: inline-flex;
  font-size: 0;
  margin-right: 10px;
}

.header-dashboard .header-logo img {
  height: auto;
  max-height: 42px;
}

.header-dashboard .header-logo>div:last-child {
  margin-right: 0;
}

.admin-box {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}

.admin-box li {
  display: inline-block;
  padding-left: 30px;
}

.admin-box img {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #fff;
}

.admin-name {
  margin-left: 10px;
  font-size: 10px;
  padding-right: 10px;
  line-height: 16px;
  font-family: 'Aktiv Grotesk Bold';
}

.help-div .admin-name {
  
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
  line-height: 16px;
  
}

.help-div .help-title{
  font-size: 20px;
  color: #2575bb ;
  font-weight: bold;
}

.help-div img{
  width: 26px;
  height: auto;
  /* min-width: 40px; */
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  border: 1px solid #fff;
}

/* Footer Section */
.footer {
  padding: 28px 0 18px;
}

.footer a {
  display: inline-block;
  margin: 0 0 12px;
  color: #1d1d1b;
  font-size: 15px;
  line-height: 22px;
}

.footer a:hover {
  color: #0a58ca;
}

.footer a img {
  display: inline-block;
  width: auto;
  max-width: 21px;
  height: auto;
  vertical-align: top;
  margin-right: 9px;
}

.footer .foot-admin,
.footer .foot-support {
  display: inline-block;
  width: auto;
}

.footer .foot-admin {
  margin: 0 28px 0 0;
}

.footer .foot-support a {
  margin-right: 12px;
}

.footer .foot-support a:last-child {
  margin-right: 0;
}

.footer .mail {
  margin-right: 40px;
}

.footer .mail,
.footer .tel {
  color: #80778d;
}

.footer .mail:hover,
.footer .tel:hover {
  color: #0a58ca;
}

/* Footer Section */

/* local tab */
.title-box {
  width: 100%;
  border: 1px solid #9b9aad;
  border-radius: 7px;
  background-color: #fff;
  position: relative;
  margin: 0 0 26px;
}

.title-box span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  display: block;
}

.title-box .title {
  padding: 17px 17px 10px;
  width: calc(100% - 35px);
  border-right: 1px solid #9b9aad;
  border-radius: 7px;
  margin-right: 35px;
  position: relative;
  z-index: 2;
}

.title-box .dropdown {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.title-box .dropdown button {
  height: 100%;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.title-box .dropdown button::after {
  display: none;
}

.title-box .dropdown button:before {
  content: '';
  display: block;
  width: 35px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: center;
  transition: all .3s;
}

.title-box .dropdown button[aria-expanded="true"]::before {
  transform: translateY(-50%) scaleY(-1);
}

.title-box .dropdown-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #9b9aad;
  border-radius: 7px;
  padding: 11px 14px;
}

.title-box .dropdown-menu li {
  font-size: 10px;
  line-height: 14px;
  color: #1d1d1b;
}

.title-box .dropdown-menu li:first-child {
  margin-bottom: 14px;
}

.title-box .dropdown-menu .form-check {
  margin: 0 0 8px;
  padding: 0;
  min-height: auto;
  position: relative;
}

.title-box .dropdown-menu .form-check:last-child {
  margin-bottom: 0;
}

.title-box .dropdown-menu .form-check input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  box-shadow: none;
  outline: none;
  border: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.title-box .dropdown-menu .form-check .form-check-label {
  position: relative;
  padding-right: 20px;
  width: 100%;
}

.title-box .dropdown-menu .form-check input[type=checkbox]+.form-check-label:before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #9b9aad;
  top: 1px;
  right: 0;
  transition: all .3s;
}

.title-box .dropdown-menu .form-check input:checked[type=checkbox]+.form-check-label::before {
  background-color: #009fe7;
  border-color: #009fe7;
  background-image: url(../../assets/images/check.svg);
  background-size: 12px auto;
  background-position: center center;
}

.option-card {
  width: 100%;
  height: calc(100% - 22px);
  border-radius: 6px;
  margin: 0 0 22px;
  display: flex;
}

.option-card h3 {
  width: 100%;
  padding: 15px 0 0;
  margin: 0;
  align-self: flex-end;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
}

.option-card .title-icon {
  height: 100%;
  width: 100%;
  min-height: 84px;
  padding: 10px 13px 13px;
  position: relative;
}

.option-card .title-icon img {
  max-width: 26px;
  height: auto;
  align-self: flex-start;
}

.option-dropdown {
  position: relative;
  z-index: 2;
}

.option-dropdown .dropdown {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  text-align: right;
}

.option-dropdown .title-icon {
  position: relative;
  z-index: 2;
  width: calc(100% - 38px);
  margin-right: auto;
  margin-left: 0;
  border-right: 2px solid rgb(0 0 0 / 10%);
}

.option-dropdown button {
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.option-dropdown button::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url(../../assets/images/down-arrow-white.png);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
  transition: all .3s;
}

.option-dropdown button[aria-expanded="true"]::before {
  transform: translateY(-50%) scaleY(-1);
}

.option-dropdown button::after {
  display: none;
}

.option-dropdown .dropdown-menu {
  width: 100%;
  padding: 16px 18px;
}

.option-dropdown .dropdown-menu li {
  width: 100%;
  margin: 0 0 10px;
}

.option-dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.option-dropdown .dropdown-menu li a {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  padding: 2px 0;
}

/* action design */
.actions {
  width: auto;
  display: inline-block;
}

.actions button {
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
}

.actions button::after,
.table-style table .launch-box .view-launch-btn:after {
  display: none;
}

.actions button::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../assets/images/info-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.actions .dropdown-menu,
.local-action-btn .dropdown-menu,
.table-style table .launch-box .dropdown-menu,
.local-action-btn .dropdown-menu,
.hs-submit>.dropdown .option-card .dropdown-menu {
  padding: 24px 21px;
  min-width: 252px;
  z-index: 9999;
}

.actions .dropdown-menu li,
.table-style table .launch-box .dropdown-menu li,
.local-action-btn .dropdown-menu li,
.hs-submit>.dropdown .option-card .dropdown-menu li {
  margin: 0 0 16px;
}

.actions .dropdown-menu li:last-child,
.local-action-btn .dropdown-menu li:last-child,
.table-style table .launch-box .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.actions .dropdown-menu li a,
.actions .dropdown-menu li button,
.local-auth-5 .dropdown-menu li a,
.local-action-btn .dropdown-menu li a,
.local-action-btn .dropdown-menu li button,
.table-style table .launch-box .dropdown-menu li a,
.hs-submit>.dropdown .option-card .dropdown-menu li button {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
  color: #1d1d1d;
  cursor: pointer;
  position: relative;
  padding-left: 31px;
  border: 0;
  background-color: transparent;
  text-align: left;
}

.actions .dropdown-menu li button:before {
  display: none;
}

.actions .dropdown-menu li a:hover,
.actions .dropdown-menu li button:hover,
.local-action-btn .dropdown-menu li a:hover,
.table-style table .launch-box .dropdown-menu li a:hover {
  color: #2270b8;
  box-shadow: none;
  outline: none;
}

.actions .dropdown-menu li img,
.local-action-btn .dropdown-menu li img,
.table-style table .launch-box .dropdown-menu li img,
.hs-submit .dropdown .option-card .dropdown-menu li img {
  width: 18px;
  margin: 0 13px 0 0;
  position: absolute;
  top: 2px;
  left: 0;
}

/* action design */

.progress {
  height: 7px;
  border-radius: 30px;
  background-color: #aba6b2;
}

.hrs-progress {
  width: 60px;
  height: 9px;
}

.ep-cst {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 14px;
  min-width: 128px;
}

.ep-cst:last-child {
  margin-bottom: 0;
}

.ep-cst .title-text {
  min-width: 22px;
  float: left;
  font-size: 8px;
  line-height: 7px;
  max-width: 22px;
  text-align: left;
  color: #1d1d1b;
}

.ep-cst .protocol-progress {
  width: 104px;
  float: left;
}

.decline-pending-msg {
  display: block;
  width: 100%;
  text-align: right;
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  color: #80778d;
}

.hrs {
  display: block;
  margin: 6px 0 0;
  font-size: 8px;
  line-height: 10px;
}

.close-text {
  color: #80778d;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 12px;
}

/* Table style */
.table {
  color: #1d1d1b;
}

.table-style table {
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.table-style table thead {
  background-color: rgba(128, 119, 140, .61);
}

.table-style table tbody {
  background-color: #fff;
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: rgb(229 230 229 / 55%);
}

.table-style table tr th,
.table-style table tr td {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}

.table-style table tr th {
  vertical-align: top;
  border: 0;
  color: #1d1d1b;
}

.table-style table tr td {
  vertical-align: middle;
  border-color: rgba(128, 119, 141, .2);
}

.table-style table tr td img {
  max-width: 20px;
}

.table-style table tr .edit {
  width: 14px;
  display: inline-block;
}

.table-style table tr .edit img {
  max-width: 9px;
}

.table-style table tr {
  border-top-color: rgb(183 178 191 / 10%);
  border-bottom: 0;
}

.table-style table tr .progress {
  margin: 0 auto 2px;
}

.table-style table tr .progress:last-child {
  margin-bottom: 0;
}

.table-style table .disable-row {
  background: -webkit-linear-gradient(0deg, #bcbdbf, #e5e6e5);
  background: linear-gradient(0deg, #bcbdbf, #e5e6e5);
  color: rgba(0, 0, 0, .55);
}

.table-style table .disable-row td {
  color: rgba(0, 0, 0, .55);
}

.table-style table .disable-row:hover {
  --bs-table-accent-bg: transparent;
}

/* Contact */
.mailto-link,
.tel-link {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding-left: 22px;
}

.mailto-link img,
.tel-link img {
  display: inline-block;
  max-width: 15px;
  margin-right: 7px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tableaccordian {
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #c5c6c5;
}

.tableaccordian .accordion-item {
  border: 0;
  border-radius: 6px;
}

.tableaccordian .accordion-header {
  font-size: 15px;
  line-height: 26px;
}

.tableaccordian .accordion-header .accordion-button {
  font-size: inherit;
  line-height: inherit;
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
  padding: 12px 55px 12px 20px;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / 15%);
  background: -webkit-linear-gradient(180deg, #80778c, #a19ba9);
  background: linear-gradient(180deg, #777389, #a19ba9);
  color: #fff;
  transition: all .4s;
  position: relative;
  min-height: 50px;
  display: block;
}

.tableaccordian .accordion-header .accordion-button.bg_skyblue,
.tableaccordian .accordion-header .accordion-button.bg_skyblue[aria-expanded="true"] {
  background: -webkit-linear-gradient(180deg, #6dc9c3, #6dc9c3);
  background: linear-gradient(180deg, #6dc9c3, #6dc9c3);
}

.tableaccordian .accordion-header .accordion-button.bg-gradient-lightblue-tb[aria-expanded="true"] {
  background: -webkit-linear-gradient(0deg, #00baec 0%, #00baec 36%, #3486c6 100%);
  background: linear-gradient(0deg, #00baec 0%, #00baec 36%, #3486c6 100%);
}

.tableaccordian .accordion-header .accordion-button.bg-yellow-tb[aria-expanded="true"] {
  background: #ecac68;
}

.tableaccordian .accordion-header .accordion-button:focus,
.tableaccordian .accordion-header .accordion-button:hover {
  outline: none;
  box-shadow: none;
  position: relative;
  z-index: 0;
}

.tableaccordian .accordion-header .accordion-button::after {
  display: none;
}

.tableaccordian .accordion-header .accordion-button:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  right: 21px;
  background-image: url(../../assets/images/cross-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .4s;
}

.tableaccordian .accordion-header .accordion-button[aria-expanded="true"]::before {
  transform: translateY(-50%) scale(1);
}

.tableaccordian .accordion-header .accordion-button[aria-expanded="true"] {
  background: -webkit-linear-gradient(0deg, #3098d3 0%, #3098d3 36%, #2575bb 100%);
  background: linear-gradient(0deg, #3098d3 0%, #3098d3 36%, #2575bb 100%);
  border-bottom: 0;
}

.tableaccordian .accordion-body {
  padding: 0;
}

.tableaccordian .accordion-bodyForEmergency {
  padding: 0;
  min-height: 80px;
}

.accord-table table {
  border: 0;
  margin: 0;
}

.accord-table table tr th {
  font-size: 11px;
  line-height: 20px;
  font-family: 'Aktiv Grotesk Bold';
  font-weight: 700;
  padding: 0 20px;
}

.cnt-name {
  display: inline-block;
  line-height: 18px;
  font-size: 10px;
}

.accord-table table tbody tr,
.accord-table table thead tr:last-child,
.local-action-table table tbody tr,
.local-action-table thead tr:last-child {
  border-bottom: 1px solid #9b9aad;
}

.accord-table table thead tr th {
  border: 0;
}

.accord-table table tr th.cnt-table-title {
  padding-top: 18px;
}

.accord-table table tr td {
  font-size: 12px;
  border: 0;
  line-height: 18px;
  padding: 6px 20px;
  vertical-align: middle;
}

.accord-table .profile-icon {
  display: inline-block;
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  object-fit: contain;
}

.accord-table table thead tr:last-child,
.local-action-table table thead tr:last-child {
  border-top: 1px solid #9b9aad;
}

.accord-table table tr.active {
  background-color: rgb(128 119 141 / 49%);
  --bs-table-accent-bg: transparent;
}

/* .tableaccordian .accordion-item:last-child table:last-child tr:last-child {
  border-bottom: 0;
} */

/* Contact */

/* Incident form step */
.incident-accord .accordion-header .accordion-button {
  padding-left: 53px;
}

.incident-accord .accordion-header .accordion-button::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 0;
  border: 0;
  box-shadow: none;
  background-image: none;
  border-radius: 100%;
  border: 1px solid #fff;
}

.incident-accord .success .accordion-header .accordion-button::after {
  background-color: #6fbb83;
}

.incident-accord .accordion-header .accordion-button:before {
  transform: translateY(-50%) scale(1);
  display: none;
}

.incident-accord .accordion-item:first-child .accordion-header .accordion-button::before {
  display: inline-block;
}

.incident-accord {
  width: 648px;
  max-width: 100%;
}

.incident-detail-accord {
  max-width: 100%;
}

.incident-accord .accordion-body {
  padding: 20px 35px 28px;
  position: relative;
}

.form-style {
  width: 100%;
}

.form-style .form-title {
  width: calc(100% - 133px);
  padding-left: 10px;
  display: flex;
  margin: 0 0 0 auto;
}

.form-style span.form-title {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 8px;
}

.form-style .form-title .map-btn {
  right: -16px;
  position: relative;
}

.form-style .para-text {
  margin: 0 0 18px;
}

.form-style .para-text:last-child {
  margin-bottom: 0;
}

.form-style p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 12px;
}

.form-style p:last-child {
  margin-bottom: 0;
}

.form-style .fieldset {
  display: flex;
  width: 100%;
  margin: 0 0 24px;
}

.form-style .fieldset.mt-30 {
  margin-top: 30px;
}

.form-style .fieldset.check-lable {
  margin: 13px 0 36px;
}

.form-style .fieldset .form-label {
  width: 133px;
  float: left;
  text-align: right;
  padding: 4px 0 0;
  margin: 0;
}

.form-style .fieldset.only-text .form-label {
  padding-top: 0;
}

.form-style .fieldset .form-label .disc-tooltip {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  line-height: 1px;
}

label {
  font-size: 14px;
  line-height: 27px;
}

.form-style .fieldset .hs-input .para-text p {
  font-size: 13px;
}

.only-text label,
.only-text .form-label,
.form-style .fieldset .hs-input .para-text p {
  line-height: 20px;
}

.select-div.form-control {
  min-height: 34px;
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 9px;
  border: 1px solid #9b9aae;
  border-radius: 5px;
  color: #b4b4b4;
  transition: all .3s;
  box-shadow: none;
}

.form-style .fieldset .hs-input {
  width: calc(100% - 133px);
  padding: 0 0 0 10px;
}

.form-style .hs-input input,
.form-style .hs-input select,
.form-style .hs-input textarea {
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 5px 9px;
  border: 1px solid #9b9aae;
  border-radius: 5px;
  color: #b4b4b4;
  transition: all .3s;
  box-shadow: none;
  outline: none;
  height: 34px;
  max-height: 34px;
}

.form-style .hs-input select,
.form-style .hs-input textarea,
.form-style .hs-input input {
  color: #1d1d1d;
}

.form-style .hs-input input::placeholder,
.form-style .hs-input select::placeholder,
.form-style .hs-input textarea::placeholder {
  color: #b4b4b4;
}

.form-style .hs-input input.location,
.select-div.location {
  padding-right: 30px;
  background-image: url(../../assets/images/location-icon.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: calc(100% - 8px) center;
}

.form-style .hs-input select {
  background-image: url(../../assets/images/input-down-angle.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: calc(100% - 8px) center;
  padding-right: 35px;
}

.select-style {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.select-style:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 30px;
  background-color: #9b9aae;
}

.form-style .hs-input textarea {
  resize: none;
  height: 160px;
  max-height: 100%;
}

.form-style .fieldset .hs-input.msg-subject textarea {
  height: 60px;
}

.S-loader .hs-input textarea {
  resize: none;
  height: 256px;
  max-height: 100%;
  padding-bottom: 60px;
}

.S-loader {
  position: relative;
}

.saving-loader {
  text-align: end;
  position: absolute;
  bottom: 15px;
  right: 25px;
  font-size: 13px;
  line-height: 26px;
}

/* .loader {
  animation: spin 1.5s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

.form-style .hs-input .row {
  margin-left: -4px;
  margin-right: -4px;
}

.form-style .hs-input .row>div {
  padding-left: 4px;
  padding-right: 4px;
}

.form-style .hs-input input input[type=checkbox] {
  border-radius: 0;
}

.row.w-331 {
  width: 339px;
}

.row.w-425 {
  width: 433px;
}

.form-style .w-331,
.form-style .w-425 {
  max-width: 100%;
}

.form-style .hs-input input[type=checkbox] {
  border-radius: 5px;
}

.form-check-input[type=checkbox] {
  width: 34px;
  height: 34px;
  margin: 0;
  cursor: pointer;
}

.form-check-input:checked[type=checkbox] {
  background-color: #009fe3;
  background-image: url(../../assets/images/check-sign.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.border-check.form-check-input[type=checkbox] {
  background-color: #fff;
  border-color: #505455;
}

.border-check.form-check-input:checked[type=checkbox] {
  background-color: #009fe3;
  border-color: #86b7fe;
  background-size: 18px auto;
}

.checkbox-group .form-check-input {
  background-color: #80778d;
  background-image: url(../../assets/images/check-sign.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
}

.hs-input {
  width: 100%;
}

.modal-backdrop {
  background: rgb(227 227 227 / 80%);
  backdrop-filter: blur(4px);
}

.modal-backdrop.show {
  opacity: 1;
}

.backside-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  cursor: no-drop;
  background: transparent;
}

.map-iframe {
  width: 100%;
  line-height: 0;
  margin: 0 0 22px;
}

.map-iframe:last-child {
  margin-bottom: 0;
}

.map-iframe iframe {
  max-width: 100%;
  height: 400px;
  border: 1px solid #9d9e9d !important;
  border-radius: 7px;
}

.map-modal-style {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 500px;
  height: calc(100% + 2px);
}

.map-modal-style .modal-body {
  padding: 30px 22px 30px 26px;
}

.map-modal-style .modal-dialog {
  margin: 0;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.map-modal-style .modal-content {
  background: #f1f0f2;
  border: 1px solid #9d9e9d;
  border-radius: 0 7px 7px 0;
  border-left: 0;
  display: flex;
}

.map-modal-style .modal-header {
  border: 0;
  padding: 0;
}

.map-modal-style .modal-body .location-tab-input {
  margin-bottom: 20px;
}

.map-modal-style .modal-body .location-disc-input textarea {
  resize: none;
  height: 80px;
  max-height: 100%;
}

.map-modal-style .modal-body .location-disc-input {
  margin: 23px 0 0;
}

.map-modal-style .modal-body .location-disc-input .last-update-text {
  color: #9b9aae;
  margin: 0 0 -16px;
  position: relative;
  bottom: -6px;
}


.form-style .check-lable .map-btn {
  margin-left: 24px;
}

.hs-submit button.primary-btn,
.disc-btn button.primary-btn {
  min-width: 90px;
}

.hs-submit .dropdown {
  display: inline-block;
}

.hs-submit .hsr-btn {
  margin-right: 10px;
}

.hs-submit .hsr-btn:last-child {
  margin-right: 0;
}

.map-modal-style label {
  line-height: 22px;
}

.custom-file-upload {
  color: #2575bb;
  line-height: 22px;
  padding: 5px 0;
  display: inline-block;
  cursor: pointer;
}

.custom-file-upload+input[type="file"] {
  display: none;
}

.form-style .status-info {
  display: flex;
}

.form-style .status-info .form-label {
  padding-top: 0;
}

.form-style .status-info .page-status {
  display: flex;
  align-items: center;
  color: #95c11f;
}

.form-style .status-info .page-status p {
  font-weight: 700;
  font-size: 14px;
  line-height: 27px;
  font-family: 'Aktiv Grotesk Bold';
}

.checkbox-group .hs-input .form-check-input {
  margin-bottom: 10px;
  margin-right: 10px;
}

.checkbox-group .hs-input label {
  line-height: 34px;
  font-size: 12px;
}

.btn-secondary.disc-tooltip,
.btn-secondary.disc-tooltip:hover {
  background-color: #80778c;
  border-color: #80778c;
}

/* Incident form step */
.hs-submit .action-final.actions button.primary-btn {
  width: auto;
  height: auto;
  min-width: 100%;
  padding: 10px 13px;
}

.hs-submit .action-final.actions button.hsr-btn {
  min-width: 100%;
  margin: 0;
  width: auto;
  height: auto;
}

.hs-submit .action-final.actions button.primary-btn:before,
.hs-submit .action-final.actions button.hsr-btn:before {
  background-image: none;
}

.map-modal-style {
  display: none;
}

.map-modal-style.show {
  display: block;
  z-index: 999;
}

.action-final.actions .dropdown-menu li img {
  width: auto;
}

/* Custom Select */
.customselect {
  width: 100%;
}

.customselect select {
  width: 100%;
}

.customselect .select2 {
  width: 100% !important;
  height: 34px;
  max-height: 34px;
}

.customselect .select2 .selection {
  height: 100%;
  display: block;
  width: 100%;
}

.customselect .select2 .select2-selection--multiple,
.customselect .select2 .select2-selection--single {
  padding: 5px 9px;
  font-size: 10px;
  line-height: 22px;
  border: 1px solid #9b9aae;
  min-height: auto;
  height: 100%;
  border-radius: 5px;
  display: inline-block;
  width: 100%;
  font-family: 'Aktiv Grotesk Bold';
  font-weight: 700;
}

.customselect .select2 .select2-selection--single .select2-selection__rendered {
  line-height: 22px;
  padding-left: 0;
  color: #1d1d1b;
}

.customselect .select2 .select2-selection--multiple .select2-selection__rendered {
  margin: 0 0 0 -5px;
  position: relative;
  top: -5px;
}

.customselect .select2 .select2-search--inline .select2-search__field {
  margin: 0 0 5px 3px;
  height: 22px;
}

.customselect .select2 .select2-selection--multiple .select2-selection__choice {
  line-height: 20px;
  background-color: #e3e3e3;
}

.select2-search--dropdown {
  padding: 6px 4px;
}

.select2-search--dropdown .select2-search__field {
  font-family: 'Aktiv Grotesk Bold';
  font-weight: 700;
  font-size: 10px;
  line-height: 22px;
  padding: 5px 9px;
}

.select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.select2-results .select2-results__options li {
  font-size: 10px;
  line-height: 20px;
  padding: 7px 14px;
  color: #1d1d1b;
  font-family: 'Aktiv Grotesk Bold';
  font-weight: 700;
}

.select2-container--default .select2-results>.select2-results__options {
  padding-bottom: 13px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ecebee;
  color: #1d1d1b;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ecebee;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

/* Custom Select */

/* Custom Select2 */
.select-custom {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 34px;
}

.select-custom .select-input {
  display: inline-flex;
  width: 100%;
  font-size: 10px;
  line-height: 20px;
  height: 34px;
  max-height: 34px;
  border-radius: 5px;
  border: 1px solid #9b9aae;
  padding: 5px 9px;
  margin: 0;
  vertical-align: top;
  position: relative;
  font-family: 'Aktiv Grotesk Bold';
  background: #fff;
  transition: all .3s;
  cursor: pointer;
}

.select-custom .select-input:focus {
  border-color: #0092d2;
}

.select-custom .select-input:before {
  content: '';
  display: inline-block;
}

.select-custom .select-input::after {
  display: none;
}

.select-custom .select-input.show {
  z-index: 12;
}

.select-custom .select-input span {
  width: 50%;
  float: left;
  text-align: left;
  padding: 0 7px;
  display: flex;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-custom .select-custom-dropdown {
  position: absolute;
  width: 100%;
  border: 1px solid #9b9aae;
  background-color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 11px 0 0;
  z-index: 10;
  overflow: hidden;
}

.select-custom .select-custom-dropdown[data-popper-placement="bottom-start"] {
  top: -5px !important;
  box-shadow: -4px 4px 4px rgb(130 118 142 / 39%);
}

.select-custom .select-custom-dropdown[data-popper-placement="top-start"] {
  bottom: -5px !important;
  box-shadow: -4px -4px 4px rgb(130 118 142 / 39%);
}

.select-custom-dropdown .select-result {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.select-custom-dropdown .select-result:last-child {
  margin-bottom: 30px;
}

.select-custom-dropdown .select-result .dropdown-item {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0 7px;
  transition: all 0.3s;
  cursor: pointer;
}

.select-custom-dropdown .select-result .dropdown-item:hover {
  background-color: #ecebee;
}

.select-custom-dropdown .select-result .dropdown-item>span {
  width: 50%;
  float: left;
  font-size: 10px;
  line-height: 20px;
  padding: 7px;
  font-family: 'Aktiv Grotesk Bold';
  font-weight: 700;
  color: #1d1d1b;
  display: block;
}

.select-custom .select-custom-dropdown .add-new {
  display: block;
  color: #000000;
  font-size: 11px;
  line-height: 15px;
  text-decoration: none;
  padding: 11px 14px 11px 44px;
  position: relative;
}

.select-custom .select-custom-dropdown .add-new:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../../assets/images/plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 11px;
  left: 16px;
}

.select-div .selection_rendered {
  display: flex;
  padding: 0;
  margin: -5px 0 0 -5px;
  flex-wrap: wrap;
  width: 100%;
}

.select-div .selection_rendered .selection_choice {
  border: 1px solid #2f314e;
  border-radius: 5px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-right: 25px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  background-color: transparent;
  line-height: 20px;
  font-size: 10px;
  color: #161615;
  min-width: 67px;
  text-align: right;
}

.select-div .selection_rendered .selection_choice .selection_choice_display {
  cursor: default;
  padding-left: 5px;
  padding-right: 0;
  font-family: "Aktiv Grotesk Bold";
  font-weight: 700;
}

.select-div .selection_rendered .selection_choice .selection_choice_remove {
  background-color: transparent;
  border: 0;
  color: #80778c;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: left;
  width: 18px;
}

.select-div .selection_rendered .selection_choice .selection_choice_remove:hover {
  color: #000;
}

.form-style button {
  position: relative;
}

.loading-start {
  color: transparent !important;
}

.loading-start .save-loader {
  opacity: 1;
  visibility: visible;
}

.save-loader {
  content: '';
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  animation: rotation 1s linear infinite;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
}

.save-loader::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0px;
  top: 17px;
  border: 6px solid transparent;
  border-right-color: #fff;
  transform: rotate(-40deg);
  margin: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Custom Select2 */

/*------------========= Local Authority Dashboard =========------------*/
.local-action .tableaccordian {
  background-color: transparent;
  border: 0;
}

.local-action .accordion-item {
  background-color: transparent;
}

.action-number {
  position: absolute;
  top: 10px;
  right: 13px;
  text-align: right;
}

.local-action-table {
  margin-bottom: 15px;
  background-color: white;
  border: 1px solid #c5c6c5;
  border-radius: 6px;
}

.action-number .action-each {
  font-size: 12px;
  line-height: 18px;
  position: relative;
  padding-right: 22px;
  margin: 0 0 8px;
}

.local-action-table table tr.active {
  background: linear-gradient(180deg, #777389, #a19ba9);
  --bs-table-accent-bg: transparent;
  color: white;
}

.action-number .action-each .number-circle {
  display: inline-flex;
  width: 18px;
  height: 18px;
  background-color: #bd1621;
  border: 1px solid #fff;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80%;
}

.action-number .action-each:last-child {
  margin-bottom: 0;
}

.local-dashboard-style.table-style table tr th {
  padding-left: 1px;
  padding-right: 1px;
}

.local-action-table .form-check-input:checked[type="checkbox"] {
  background-color: #009fe3;
  background-image: url(../../assets/images/check-sign.png);
  background-repeat: no-repeat;
  background-size: 9px auto;
}

.table-style table .launch-box {
  text-align: left;
  color: #fff;
}

.table-style table .launch-box.bg_gradient {
  --bs-table-accent-bg: -webkit-linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
  --bs-table-accent-bg: linear-gradient(0deg, #3098d3 0%, #3098d3 37%, #2575bb 100%);
}

.table-style table .launch-box.greenbg_gradient {
  --bs-table-accent-bg: -webkit-linear-gradient(0deg, #84aa3d, #a0bd72);
  --bs-table-accent-bg: linear-gradient(0deg, #84aa3d, #a0bd72);
}

.local-dashboard-style table tr {
  border-color: rgba(128, 119, 141, 0.2);
}

.local-action-table table tr th {
  font-size: 11px;
  line-height: 20px;
  font-family: 'Aktiv Grotesk Bold';
  font-weight: 700;
  padding: 4px 4px 4px 4px;
}

.local-action-table table tr td {
  font-size: 11px;
  border: 1px solid;
  border-color: rgba(128, 119, 141, 0.2);
  line-height: 18px;
  /* padding: 6px 20px; */
  vertical-align: top;
}

.local-action-table .red-circle,
.local-action-table .green-circle,
.local-action-table .orange-circle,
.local-action-table .grey-circle,
.local-action-table .border-circle {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 auto;
}

.local-action-table .blue-circle {
  background: linear-gradient(90deg, #3098d3, #2575bb);
}

.local-action-table .red-circle {
  background: linear-gradient(90deg, #ed6e51, #e40429);
}

.local-action-table .grey-circle {
  background: #80778d5b;
}

.local-action-table .green-circle {
  background: linear-gradient(90deg, #dedc00, #4fae32);
}

.local-action-table .orange-circle {
  background: linear-gradient(90deg, #fbbc56, #ef7b33);
}

.local-action-table .border-circle {
  border: 1px solid #80778d5b;
}

.local-action-table button.primary-btn {
  width: 100%;
}

.local-action-table .cnt-table-title {
  font-size: 20px;
  color: #80778c;
  font-weight: bolder;
}

.local-action-table .form-check-input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
}

.table-style table td.launch-box .view-launch-btn {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  white-space: normal;
  color: #fff;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
}

.table-style table .launch-box .launch-title {
  display: block;
  width: 100%;
  margin: 12px 0 0;
  text-align: left;
}

.table-style table .launch-box .dropdown-menu {
  max-width: 252px;
}

/*------------========= Local Authority Dashboard  (CST Protocol) =========------------*/
.cst-protocol .local-action-table {
  margin-bottom: unset;
  background-color: white;
  border: 0;
  border-radius: 0px;
}

.local-action-table table tr.blue-active {
  background: linear-gradient(0deg, #3098d3 0%, #3098d3 36%, #2575bb 100%);
  --bs-table-accent-bg: transparent;
  color: white;
}

.cst-protocol .local-action-table .action-final {
  position: unset;
}

.cst-protocol .local-action-table table .blue-active th:nth-child(1) {
  padding-left: 20px;
}

.cst-protocol .local-action-table table .blue-active th {
  text-align: center;
}

.cst-protocol .user-profile {
  margin-right: 10px;
}

.cst-protocol .local-action-table table tr td:nth-of-type(1),
.cst-protocol .local-action-table table tr td:nth-of-type(2) {
  text-align: left;
}

.cst-protocol .local-action-table table tr td {
  text-align: center;
}

.cst-protocol .active th {
  padding-left: 20px;
}

.cst-protocol .w-c-80 {
  max-width: 80%;
}

/* Local Authority Incident details */
.incident-details .accordion-header .accordion-button {
  padding-left: 20px;
}

.incident-details .accordion-header .accordion-button::after {
  display: none;
}

.incident-details .form-style .fieldset {
  margin: 0 0 15px;
}

.form-style .fieldset .check-round-style {
  list-style: none;
  font-size: 0;
  display: block;
  width: 100%;
  padding: 0 0 10px;
  margin: 0;
}

.form-style .fieldset .check-round-style:last-child {
  padding-bottom: 0;
}

.two-column {
  column-count: 2;
  column-gap: 20px;
}

.form-style .fieldset .check-round-style .check-round-each {
  display: flex;
  align-items: flex-start;
  margin: 0 0 10px;
}

.form-style .fieldset .check-round-style .check-round-each label {
  line-height: 20px;
  font-size: 14px;
  padding-left: 10px;
}

.form-style .fieldset .check-round-style .check-round-each input[type=checkbox] {
  width: 21px;
  height: 21px;
  background-image: url(../../assets/images/unchecked-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

.form-style .fieldset .check-round-style .check-round-each input[type=checkbox]:checked {
  background-image: url(../../assets/images/true-icon.png);
}

.incident-bar {
  width: 100%;
  margin: 0 0 18px;
}

.incident-bar:last-child {
  margin-bottom: 0;
}

.incident-bar .title-text {
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 5px;
}

.incident-bar .protocol-progress {
  width: 100%;
  height: 18px;
}

.map-checkbox-items {
  width: 100%;
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-checkbox-items .map-checkbox-item {
  display: flex;
  position: relative;
  padding: 0 27px 11px 0px;
  justify-content: flex-end;
  align-items: flex-start;
}

.map-checkbox-items .map-checkbox-item input[type=checkbox] {
  min-width: 18px;
  width: 18px;
  height: 18px;
  background-size: 10px auto;
  background-position: 3px 4px;
  padding: 0;
  border-radius: 2px;
}

.map-checkbox-items .map-checkbox-item label {
  font-size: 14px;
  line-height: 21px;
  padding: 0 10px 0 0;
}

.map-checkbox-items .map-checkbox-item img {
  position: absolute;
  top: 2px;
  right: 0;
  width: 18px;
  height: 17px;
  object-fit: contain;
  object-position: center;
}

.map-checkboxs .map-checkbox-items {
  /* width: auto; */
  display: table;
}

.map-open-btn {
  position: relative;
}

.map-open-btn button.map-btn {
  position: absolute;
  top: 0;
  right: -16px;
}

.accordion .accordion-item .accordion-header.with-link {
  position: relative;
}

.accordion .accordion-item .accordion-header.with-link .redirect-page {
  display: inline-block;
  width: 39px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../assets/images/cross-icon.png);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: left center;
  z-index: 2;
  cursor: pointer;
}

.map-modal-style.location-map {
  display: block;
  position: relative;
  left: 0;
  width: 100%;
  border: 0;
  height: auto;
  top: 0;
}

.map-modal-style.location-map .modal-body {
  padding: 0;
}

.map-modal-style.location-map .modal-content {
  border: 0;
  background: transparent;
}

.overlay-location {
  background-color: #f1f0f2;
}

.overlay-location .accordion-header .accordion-button::after {
  display: none;
}

.overlay-location .accordion-body {
  padding-left: 55px;
}

.overlay-location label {
  font-size: 15px;
}

.progressbar-modal .modal-header {
  height: 50px;
  padding: 0;
  position: relative;
  border: 0;
}

.progressbar-modal .modal-header button.btn-close {
  width: 50px;
  height: 100%;
  top: 0;
  right: 10px;
  background-image: url(../../assets/images/cross-icon.png);
}

.progressbar-modal .modal-content {
  border-radius: 6px;
  border: 0;
}

.progressbar-modal .modal-body {
  width: 100%;
  padding: 0;
}

.progressbar-modal .modal-dialog {
  max-width: 646px;
}

.progressbar-modal .table-responsive {
  margin: 0;
  border-radius: 0;
}

.progressbar-modal .table-responsive {
  border: 0;
}

.progressbar-modal .table-responsive table {
  border-radius: 0;
  width: calc(100% + 1px);
  margin: 0 0 0 -1px;
}

.progressbar-modal .table-responsive table tr td,
.progressbar-modal .table-responsive table tr th {
  vertical-align: middle;
  padding: 8px 15px;
  font-family: 'Aktiv Grotesk Regular';
}

.progressbar-modal .table> :not(caption)>*>* {
  box-shadow: none;
}

.progressbar-modal .table-responsive table thead {
  width: 100%;
  min-width: 100%;
  margin: 0;
}

.progressbar-modal .table-responsive table tbody {
  width: 100%;
}

.progressbar-modal .table-responsive table thead tr:first-child {
  border-top: 0;
}

.progressbar-modal .table-responsive table thead tr th {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
}

/*------------========= Local Authority Dashboard  (team-protocol-action) =========------------*/

.Team_protocol_action .local-action-table .form-check-input[type=checkbox] {
  width: 15px;
  height: 15px;
  margin: 0;
  cursor: pointer;
  background-size: 9px auto;
  background-position: 2px 3px;
}

.Team_protocol_action .local-action-table .form-check-input[type=checkbox]:hover,
.Team_protocol_action .local-action-table .form-check-input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}

.Team_protocol_action .local-action-table tbody tr {
  border-bottom-color: rgba(128, 119, 141, .2);
}

.Team_protocol_action .local-action-table tbody tr:not(:last-child) .form-check-input {
  /* background-color: #dadedd; */
  /* border-color: #dadedd; */
  vertical-align: middle;
}

.Team_protocol_action .local-action-table tbody tr .form-check-input:checked[type=checkbox] {
  background-size: 9px auto;
  background-color: #009fe3;
  background-position: 2px 3px;
}

.Team_protocol_action .local-action-table table tr .user-profile {
  margin-right: 23px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  object-fit: cover;
}

.Team_protocol_action .local-action-table table thead tr th,
.Team_protocol_action .local-action-table table tr td {
  vertical-align: middle;
  border: 1px solid;
  border-bottom: 0;
  border-color: rgba(128, 119, 141, .2);
  color: #020407;
  font-size: 12px;
  line-height: 17px;
  padding: 3px 15px;
  vertical-align: middle;
}

.Team_protocol_action .local-action-table tbody tr td:nth-child(1) {
  min-width: 203px;
}

.Team_protocol_action .local-action-table tbody tr td:nth-child(1) span {
  white-space: nowrap;
}

.Team_protocol_action .local-action-table tbody tr td:nth-child(2),
.Team_protocol_action .local-action-table tbody tr td:nth-child(3) {
  white-space: nowrap;
}

.Team_protocol_action .local-action-table table thead tr th {
  text-align: center;
  padding: 2px 5px 1px;
  line-height: 15px;
  font-family: 'Aktiv Grotesk Regular';
  font-size: 14px;
}

.Team_protocol_action .local-action-table th .table-checkbox:checked {
  border-color: #86b7fe;
}

.Team_protocol_action .red-circle,
.Team_protocol_action .green-circle,
.Team_protocol_action .orange-circle,
.Team_protocol_action .grey-circle,
.Team_protocol_action .border-circle {
  width: 15px;
  height: 15px;
}

.Team_protocol_action .accord-table table tbody .last-active td {
  border: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

.Team_protocol_action .accord-table table tbody .last-active td:nth-last-of-type(1),
.Team_protocol_action .accord-table table tbody .last-active td:nth-last-of-type(2) {
  padding: 4px 0;
}

.Team_protocol_action .local-action-table .action-final button {
  border-radius: 0;
  /* padding: 5px 33px 5px; */
  position: relative;
}

.Team_protocol_action .local-action-table .action-final button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 11px;
  margin: 0;
  background-position: center;
}

.Team_protocol_action .local-action-table .action-final .dropdown-menu {
  min-width: 158px;
  padding: 11px;
  box-shadow: none;
  border-color: #7d8383;
  border-radius: 0;
}

.Team_protocol_action .local-action-table .action-final .dropdown-menu li {
  margin: 0 0 5px;
}

.Team_protocol_action .local-action-table .action-final .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.Team_protocol_action .local-action-table .action-final .dropdown-menu button {
  width: 100%;
  font-size: 10px;
  padding: 7px 20px;
}

.Team_protocol_action .local-action-table .action-final .dropdown-menu button:after {
  display: none;
}

.Team_protocol_action .local-action-table .table-btn,
.Team_protocol_action .local-action-btn button {
  min-width: 108px;
  width: 100%;
  padding: 5px 24px;
}

.Team_protocol_action .tableaccordian .accordion-header .accordion-button span {
  font-size: 12px;
  vertical-align: bottom;
  /* margin: 0 0 -4px 10px; */
}

.team-protocol-section .tableaccordian .accordion-header {
  font-size: 16px;
}

.team-protocol-section .Team_protocol_action .tableaccordian .accordion-header .accordion-button span {
  font-size: 12px;
}

/* .local-auth-3 .local-action-table .dropdown .dropdown-menu,
.team-protocol-section .profile-dd .dropdown-menu { max-height: 68px; overflow: hidden; overflow-y: auto;} */

.Team_protocol_action .local-action-btn button {
  font-size: 11px;
  line-height: 16px;
  padding: 5px 13px;
}

.Team_protocol_action .local-action-btn button::after {
  width: 11px;
  background-image: url(../images/down-angle-light.png);
}

.Team_protocol_action .local-action-btn_no_arrow button::after {
  width: 11px;
  /* background-image: url(../images/down-angle-light.png); */
}

.Team_protocol_action .tableaccordian .accordion-header .accordion-button,
.local-auth-btn .tableaccordian .accordion-header .accordion-button {
  padding-left: 55px;
  padding-right: 20px;
  padding: 10px 20px 10px 55px;
  min-height: 47px;
}

.Team_protocol_action .tableaccordian .accordion-header .accordion-button::before {
  display: none;
}

.Team_protocol_action .tableaccordian .accordion-header .accordion-button:after,
.local-auth-btn .tableaccordian .accordion-header .accordion-button::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%) rotate(-90deg);
  background-image: url(../images/down-angle-medium.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .3s;
  border-radius: 0;
  border: 0;
}

.local-auth-btn .tableaccordian .accordion-header .remove-after::after{
  display: none !important;
}


.Team_protocol_action .tableaccordian .accordion-header .accordion-button[aria-expanded="true"]::after,
.local-auth-btn .tableaccordian .accordion-header .accordion-button[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(0deg);
}

.main-dropdown-js {
  width: 100%;
  position: relative;
}

.each-dropdown-js {
  cursor: pointer;
}

.teamprotocol-heading {
  width: 100%;
  padding: 15px 20px;
}

.teamprotocol-heading h1 {
  font-size: 19px;
  line-height: 26px;
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
}

.teamprotocol-heading h1 span {
  display: inline;
  font-family: 'Aktiv Grotesk Bold';
  font-weight: 700;
  font-style: italic;
}

.main-dropdown-js .each-dropdown-content-js {
  position: absolute;
  top: 0;
  padding: 18px 20px;
  margin: 0;
  list-style: none;
  min-width: 145px;
  background-color: #fff;
  z-index: 1111;
  border: 1px solid #7d8383;
  transition: all .3s;
  transform: scaleY(0);
  transform-origin: top;
}

.main-dropdown-js .each-dropdown-content-js.shown {
  transform: scaleY(1);
}

.main-dropdown-js .each-dropdown-content-js button.link {
  display: inline-block;
  width: auto;
  height: auto;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  transition: none;
}

.main-dropdown-js .each-dropdown-content-js button.link:hover {
  color: #2270b8;
  text-decoration: underline;
}

.main-dropdown-js .each-dropdown-content-js li {
  line-height: 0;
  margin: 0 0 11px;
}

.main-dropdown-js .each-dropdown-content-js li:last-child {
  margin-bottom: 0;
}

/* Local Authority v2 */
.text-circle,
.text-border-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 100%;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.text-circle.protocol_in_progress {
  background-color: #f9a562;
  border-color: #f9a562;
  color: #fff;
}

.text-circle.pending,
.text-circle.issues,
.text-circle.late {
  background-color: #d01e2f;
  color: #fff;
  border-color: #d01e2f;
}

.text-circle.response_in_progress {
  background-color: #72cac4;
  border-color: #72cac4;
  color: #fff;
}

.text-circle.scale_down {
  background-color: #b098c8;
  border-color: #b098c8;
  color: #fff;
}

.text-circle.declined {
  background-color: #417a7f;
  border-color: #417a7f;
  color: #fff;
}

.text-circle.ongoing {
  background-color: #a9d463;
  border-color: #a9d463;
  color: #fff;
}

.local-authority-accord .table>:not(caption)>*>* {
  box-shadow: none;
}

.team-messeging-dashboard-table i {
  padding: 0px;
  margin: 30px;
}

.text-border-circle {
  background-color: #fff;
}

td .text-border-circle,
th .text-border-circle {
  border-width: 1px;
  font-weight: 700;
}

.text-border-circle.protocol_in_progress {
  border-color: #f9a562;
  color: #f9a562;
}

.text-border-circle.pending,
.text-border-circle.issues,
.text-border-circle.late {
  border-color: #d01e2f;
  color: #d01e2f;
}

.text-border-circle.response_in_progress {
  border-color: #72cac4;
  color: #72cac4;
}

.text-border-circle.scale_down {
  border-color: #b098c8;
  color: #b098c8;
}

.text-border-circle.declined {
  border-color: #417a7f;
  color: #417a7f;
}

.text-border-circle.ongoing {
  color: #a9d463;
  border-color: #a9d463;
}

.local-authority-accord.table-style {
  margin: 0 0 25px;
}

.local-authority-accord.table-style:last-child {
  margin-bottom: 0;
}

.local-authority-accord.table-style table tr th {
  min-width: 90px;
  vertical-align: bottom;
  font-weight: 400;
  padding: 8px 10px 10px;
  font-size: 12px;
}

.local-authority-accord.table-style table tr th.incident_toggle {
  width: 100%;
  vertical-align: top;
  text-align: left;
  padding: 16px 14px;
}

.local-authority-accord.table-style table {
  border: 0;
}

.local-authority-accord.table-style table .option-card {
  height: auto;
  margin: 0;
  border-radius: 0;
}

.local-authority-accord.table-style table .option-card .title-icon {
  padding: 0;
  min-height: auto;
}

.local-authority-accord.table-style table .option-card .title-icon img {
  max-width: 20px;
}

.local-authority-accord.table-style table .option-card h3 {
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}

.local-authority-accord.table-style table thead {
  background-color: transparent;
}

.local-authority-accord.table-style table thead tr {
  background-color: #fff;
  border-radius: 10px;
}

.local-authority-accord.table-style table thead tr th:first-child {
  border-radius: 6px 0 0 6px;
}

.local-authority-accord.table-style table thead tr th:last-child {
  border-radius: 0 6px 6px 0;
  border-right: 0;
}

.local-authority-accord.table-style table thead tr th.bg_gradient {
  vertical-align: top;
  border-left: 0;
  background: -webkit-linear-gradient(90deg, #08ade6 0%, #1ca7e0 73%, #2573ba 100%);
  background: linear-gradient(90deg, #08ade6 0%, #1ca7e0 73%, #2573ba 100%);
}

.local-authority-accord.table-style table thead tr th {
  border-right: 1px solid #d5d6d6;
}

.local-authority-accord.table-style table tbody tr td p:last-child {
  margin-bottom: 0;
}

.local-authority-accord.table-style table thead tr th .inc-title {
  display: block;
  margin: 0 0 7px;
}

.local-authority-accord.table-style table thead tr.only-text-withbg {
  background-color: #e3e3e3;
  border-top: 0;
}

.local-authority-accord.table-style table thead tr.only-text-withbg td {
  color: #b5b3bb;
  border: 0;
  box-shadow: none;
  background: transparent;
  font-size: 12px;
  letter-spacing: .5px;
  font-weight: bold;
  line-height: 13px;
  padding: 4px 14px
}

.local-authority-accord.table-style table thead tr.only-text-withbg td:nth-child(2),
.local-authority-accord.table-style table thead tr.only-text-withbg td:nth-child(3) {
  border-radius: 5px 5px 0 0;
}

.local-authority-accord.table-style table tr th .text-down-angle {
  display: inline-block;
  font-size: 21px;
  line-height: 24px;
  padding: 0 0 0 24px;
  position: relative;
  /* font-weight: 600; */
  color: #111415;
}

.local-authority-accord.table-style table tr th .text-down-angle::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: 0;
  background-image: url(../images/down-arrow-dark.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all .3s;
}

.local-authority-accord.table-style table .active tr th .text-down-angle::before {
  transform: translateY(-50%) rotate(0deg);
}

.local-authority-accord.table-style table tbody .pending-line td::before {
  background-color: #d01e2f;
}


.local-authority-accord.table-style table tbody .response_inprogress-line td::before {
  background-color: #72cac4;
}

.local-authority-accord.table-style table tbody .protocol_inprogress-line td::before {
  background-color: #f9a562;
}

.local-authority-accord.table-style table tbody .declined-line td::before {
  background-color: #417a7f;
}

.local-authority-accord.table-style table tbody .scale_down-line td::before {
  background-color: #b098c8;
}

.local-authority-accord.table-style table tbody tr {
  border-top-color: #d5d6d6;
}

.local-authority-accord.table-style table tbody tr.disable {
  pointer-events: none;
  cursor: none;
  background: #afb5b6;
  border-color: #a4a9a9;
}

.local-authority-accord.table-style table tbody td {
  position: relative;
  border: 0;
  padding: 8px 32px;
  font-size: 14px;
  line-height: 20px;
  color: #535556;
}

.local-authority-accord.table-style table tbody td::before {
  content: '';
  display: none;
  width: 8px;
  height: calc(100% + 1px);
  position: absolute;
  top: -1px;
  left: 0;
  vertical-align: top;
}

.local-authority-accord.table-style table tbody td:first-child::before {
  display: inline-block;
}

.local-authority-accord.table-style table tbody td:first-child {
  border-left: 0;
  text-align: left;
}

.local-authority-accord.table-style table tbody td:last-child {
  border-right: 0;
}

.local-authority-accord.table-style table tbody td strong {
  color: #111415;
  font-size: 16px;
}

.local-authority-accord.table-style table tbody tr.disable td {
  border-color: #a4a9a9;
  color: #9ba1a2;
  pointer-events: none;
}

.local-authority-accord.table-style table tbody tr.disable td strong {
  color: #8e9394;
}

.local-authority-accord.table-style table thead.active tr th:first-child {
  border-bottom-left-radius: 0;
}

.local-authority-accord.table-style table thead.active tr th:last-child {
  border-bottom-right-radius: 0;
}

.local-authority-accord.subaction.table-style table tbody tr td strong {
  display: block;
}

.second-incident-sec .local-authority-accord.table-style {
  margin: 0 0 30px;
}

.second-incident-sec .local-authority-accord.table-style:last-child {
  margin-bottom: 0;
}

.second-incident-sec .actions button::before {
  transform: rotate(90deg);
}

.incident_toggle-js {
  cursor: pointer;
}

.incident_toggle-content-js {
  display: none;
  transition: none;
}

.incident_toggle-content-js.show-content {
  display: table-row-group;
}

.attempt-section .fieldset.hs-submit button.hsr-btn {
  margin: 10px 8px 0 0;
}

.form-style .fieldset.hs-submit .dropdown:last-child button {
  margin-right: 0;
}

.form-style .fieldset.hs-submit {
  margin-bottom: 17px;
}

.attempt-section .modal-header button.btn-close,
.attempt-section button.btn-close {
  background-image: url(../images/close-black-icon.png)
}

.attempt-section .map-checkbox-items .map-checkbox-item input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  background-size: 10px auto;
  margin: 1px 0 0;
}

.attempt-section .map-checkbox-items .map-checkbox-item img {
  height: 20px;
}

.attempt-section .form-style .fieldset .check-round-style .check-round-each {
  margin: 0 0 7px;
}

.attempt-section .form-style .fieldset .check-round-style .check-round-each label {
  padding-left: 5px;
}

.attempt-section .form-style .fieldset .check-round-style .check-round-each input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
}

.attempt-section .incident-accord .accordion-header .accordion-button {
  padding-left: 65px;
}

.attempt-section .incident-accord .accordion-header .accordion-button::after {
  background-color: #50c08f;
  width: 22px;
  height: 22px;
  left: 23px;
}

.attempt-section .incident-accord .accordion-header .accordion-button span {
  font-size: 12px;
  vertical-align: top;
}

.attempt-section .tableaccordian .accordion-header .accordion-button {
  min-height: 48px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.ddmdarkGreen {
  background-color: #21b14b;
  text-align: center;
  color: white;
}

.dropdown-menu .ddmorange {
  background: #ef7b33;
}

.local-auth-btn .option-card h3 {
  font-size: 16px;
  padding: 0;
  margin: 0;
  align-self: flex-start;
}

.local-auth-btn .option-card .title-icon {
  min-height: auto;
}

.local-auth-btn .accord-table table tr td:last-child {
  border: 0;
}

.local-auth-btn .accord-table table tr td {
  border-right: 1px solid #9E9E9D;
  border-color: #9E9E9D;
}

.local-auth-btn .accord-table table tr th.cnt-table-title {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
}

.local-auth-btn .mailto-link,
.local-auth-btn .tel-link {
  padding-left: 27px;
}

.local-auth-btn .mailto-link img,
.local-auth-btn .tel-link img {
  max-width: 18px;
}

.local-auth-btn .bg_blue {
  background-color: #209cd8;
}

.local-auth-btn .border-btn {
  border: 1px solid #209cd8;
  background-color: #fff;
}

.local-auth-btn .tableaccordian .accordion-header .accordion-button:before {
  display: none;
}

.local-auth-btn .border-btn .title-icon {
  color: #209cd8;
  border-right: unset;
}

.local-auth-btn .option-dropdown button::before {
  background-image: url(../../assets/images/down-arrow-blue.png);
}

.tableaccordian .red-Acknowledge {
  text-align: center;
  background-color: #D33321;
  color: white !important;
  font-style: italic;
  font-size: 15px !important;
}

.tableaccordian .local-action-table .msg-icon {
  position: relative;
}

/* .tableaccordian .local-action-table .lsttd-gry tbody tr td:nth-last-of-type(1) {
  background-color: #EFEEEE;
} */

.tableaccordian .local-action-table .msg-icon img {
  max-width: none;
}

.tableaccordian .local-action-table .msg-icon.red-dot::after,
.tableaccordian .local-action-table .msg-icon.gry-dot::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 22px;
}

.tableaccordian .local-action-table .msg-icon.red-dot::after {
  background-color: #BF322A;
}

.tableaccordian .local-action-table .msg-icon.gry-dot::after {
  background-color: #7F788C;
}

.Team_protocol_action .local-action-table .table-btn,
.Team_protocol_action .local-action-btn button {
  padding: 07px 13px;
}

.local-auth-3 .local-action-table .dropdown .btn {
  padding: 0;
  font-size: unset;
}

.local-auth-3 .local-action-table .dropdown .primary-btn {
  padding: 7px 13px;
}

.local-auth-3 .local-action-table .dropdown .dropdown-toggle::after {
  border: 0;
}

.local-auth-3 .local-action-table .dropdown .dropdown-menu {
  padding: 11px;
}

.local-auth-3 .local-action-table .dropdown .dropdown-menu li a {
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  padding: 2px 0;
  font-style: normal;
}

.local-auth-5 .local-action-btn .dropdown-menu {
  min-width: 150px;
}

.local-auth-5 .local-action-btn .dropdown-menu li a {
  white-space: nowrap;
}

.local-auth-7 .local-action-btn .gyrbtn,
.local-auth-5 .local-action-btn .gyrbtn {
  background-color: #80798C;
  border: 0;
  width: auto;
}

.local-auth-6 .local-action-btn .down-caret {
  text-align: left;
  min-width: 80px;
}

.local-auth-7 .local-action-btn .gyrbtn {
  min-width: auto;
}

.local-auth-6 .local-action-btn .down-caret {
  text-align: left;
  min-width: 80px;
}


.local-auth-5 .inside-map {
  border: 1px solid #9b9aae;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.local-auth-5 .inside-map .map-checkboxs {
  padding: 0 10px;
}

.local-auth-5 .inside-map .map-update-message {
  margin: 0 10px;
  border-bottom: 1px solid #9b9aae;
  margin: 0 auto 10px;
  width: calc(100% - 8px);
}

.local-auth-5 .inside-map .map-update-message:last-of-type {
  border: 0;
  /* margin: 0 15px 0px 15px; */
}

.local-auth-5 .inside-map .map-update-message .messagebox-head {
  display: flex;
  margin-bottom: 2px;
}

.local-auth-5 .inside-map .map-update-message .message {
  margin-bottom: 8px;
  max-width: 316px;
  width: 100%;
}

.local-auth-5 .message-date {
  font-size: 12px;
  color: #7F788C;
  margin: 2px 0px 0px 10px;
}

.local-auth-5 .inner-map iframe {
  height: 300px;
  border: 0 !important;
}

.local-auth-5 .map-checkbox-items {
  margin-bottom: 10px;
}

.local-auth-5 .map-checkbox-items .map-checkbox-item {
  flex-flow: row-reverse;
  padding: 0 0px 11px 25px;
}

.local-auth-5 .map-checkbox-items .map-checkbox-item img {
  right: unset;
  left: 0;
}

.local-auth-5 .map-checkbox-items .map-checkbox-item label {
  padding: 0 0 0 8px;
}

.local-auth-5 .message-slider {
  border: 1px solid #9b9aae;
  border-radius: 5px;
  padding: 10px 80px 10px;
}

/* .local-auth-5 .message-slider .slick-prev {
  display: none !important;
} */

.local-auth-5 .message-slider .slick-prev {
  left: 25px;
  right: auto;
}

.slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.local-auth-5 .message-slider .slick-next,
.local-auth-5 .message-slider .slick-prev {
  position: absolute;
  right: 25px;
  padding: 5px 10px;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #9b9aae;
}

.local-auth-5 .message-slider .slick-prev {
  transform: rotate(180deg);
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.local-auth-5 .message-slider .slick-dots {
  position: unset;
}

.local-auth-5 .message-slider .slick-dots li {
  margin: 0;
}

.message-slider.slick-slider .slick-dots li {
  width: auto;
  height: auto;
}

.message-slider.slick-slider .slick-dots li button {
  padding: 0;
  width: 14px;
  height: 14px;
}

.message-slider.slick-slider .slick-dots li button::before {
  width: 6px;
  height: 6px;
  border: 1px solid #9b9bae;
  border-radius: 100%;
  background: transparent;
  font-size: 0;
  content: '';
  line-height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  opacity: 1;
}

.message-slider.slick-slider .slick-dots li.slick-active button::before {
  background-color: #9b9bae;
}

.local-auth-7 .updatebtn {
  text-align: -webkit-right;
}

.local-auth-7 .local-action-btn {
  margin: 20px 15px;
  width: fit-content;
}

.local-auth-7 .local-action-btn .dropdown-menu {
  min-width: 200px;
}

.local-auth-7 .local-action-btn .dropdown-menu li {
  margin: 5px;
}

.local-auth-9 .accordion-item,
.local-auth-9 .tableaccordian,
.local-auth-9 .tableaccordian .accordion-header .accordion-button[aria-expanded="true"],
.local-auth-9 .tableaccordian .accordion-header .accordion-button {
  background: #d0cfd2;
  border: 0;
  color: #000000;

}

.local-auth-9 .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, .35);
}

.local-auth-9 .tableaccordian .accordion-header .accordion-button {
  box-shadow: none;
}

.local-auth-9 .accordion-item .active th {
  color: white;
  font-weight: 100;
}

.local-auth-9 .tableaccordian .accordion-header .accordion-button .message-icon {
  float: right;
}

.local-auth-9 .tableaccordian .accordion-header .accordion-button .message-icon img {
  margin-left: 05px;
}

.local-auth-9 .Team_protocol_action .tableaccordian .accordion-header .accordion-button:after {
  filter: invert(1);
}

.local-auth-9 .cst-protocol .local-action-table table tr td:nth-of-type(1) {
  text-align: center;
  padding: 6px 20px;
}

.local-auth-9 .local-action-table table tbody td:first-child::before {
  display: inline-block;
}

.local-auth-9 .local-action-table table tbody td {
  position: relative;
  color: #666;
}

.local-auth-9 .local-action-table table tbody td::before {
  content: '';
  display: none;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: top;
}

.local-auth-9 .local-action-table table tbody .IIR-Messages td::before {
  background-color: #BF322A;
}

.local-auth-9 .local-action-table table tbody .IIR-Messages .no-bg-color::before {
  background-color: initial !important;
}


.local-auth-9 .local-action-table table tbody .Partner-Messages td::before {
  background-color: #0090AC;
}

.local-auth-9 .local-action-table table tbody .Team-Messges td::before {
  background-color: #1767FF;
}

.local-auth-9 .msg-indicat span {
  margin-left: 10px;
}

.local-auth-9 .msg-indicat span {
  position: relative;
  padding-right: 15px;
  font-size: 12px;
  float: right;
}

.local-auth-9 .msg-indicat .Team-Messges-dot::before,
.local-auth-9 .msg-indicat .Partner-Messages-dot::before,
.local-auth-9 .msg-indicat .IIR-Messages-dot::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.local-auth-9 .msg-indicat .IIR-Messages-dot::before {
  background-color: #BF322A;
}

.local-auth-9 .msg-indicat .Partner-Messages-dot::before {
  background-color: #0090AC;
}

.local-auth-9 .msg-indicat .Team-Messges-dot::before {
  background-color: #1767FF;
}

.local-auth-10 .tableaccordian .accordion-header .accordion-button[aria-expanded="true"] {
  background: linear-gradient(180deg, #777389, #a19ba9);
}

.local-auth-10 .Team_protocol_action .tableaccordian .accordion-header .accordion-button:after {
  display: none;
}

.local-auth-10 .Team_protocol_action .local-action-table table thead tr th img {
  max-height: 20px;
  margin-bottom: 1px;
}

.local-auth-10 .Team_protocol_action .local-action-table table {
  margin-bottom: 12px;
}

.local-auth-10 .Team_protocol_action .local-action-table table th:nth-child(6),
.local-auth-10 .Team_protocol_action .local-action-table table th:nth-child(8),
.local-auth-10 .Team_protocol_action .local-action-table table th:nth-child(10),
.local-auth-10 .Team_protocol_action .local-action-table table th:nth-child(12),
.local-auth-10 .Team_protocol_action .local-action-table table td:nth-child(6),
.local-auth-10 .Team_protocol_action .local-action-table table td:nth-child(8),
.local-auth-10 .Team_protocol_action .local-action-table table td:nth-child(10),
.local-auth-10 .Team_protocol_action .local-action-table table td:nth-child(12) {
  background-color: #f3f3f3;
  border-right: 0;
  border-left: 0;
}

.local-auth-10 .Team_protocol_action .local-action-table table th:nth-child(7),
.local-auth-10 .Team_protocol_action .local-action-table table th:nth-child(9),
.local-auth-10 .Team_protocol_action .local-action-table table th:nth-child(11),
.local-auth-10 .Team_protocol_action .local-action-table table td:nth-child(7),
.local-auth-10 .Team_protocol_action .local-action-table table td:nth-child(9),
.local-auth-10 .Team_protocol_action .local-action-table table td:nth-child(11) {
  border-left: 0;
  border-right: 0;
}

/* page_10 */
.actions.update {
  line-height: 0;
}

.actions.update button {
  padding: 0;
  margin: 0;
  line-height: 0;
}

.actions.update button::before {
  display: none;
}

.actions.update .dropdown-menu {
  min-width: 160px;
  padding: 18px 15px;
}

.actions.update .dropdown-menu li {
  margin: 0 0 10px;
}

.actions.update .dropdown-menu li a {
  padding-left: 0;
  font-size: 12px;
  line-height: 18px;
}

.actions.team-member .dropdown-menu li a {
  padding-left: 0;
}

.team-member-name {
  display: flex;
  /* white-space: nowrap; */
}

.team-member-name span {
  align-self: center;
}

.team-member-name img {
  margin: 0 12px 0 0;
  /* width: 22px; */
  height: 22px;
  align-self: center;
  object-fit: cover;
  border-radius: 100%;
}

.team-member-name img {
  height: 22px;
  align-self: center;
  object-fit: cover;
  border-radius: 100%;
}

.team-member-name .avtar-img {
  margin: 0 12px 0 0;
  /* width: 22px; */
  /* height: 22px;
  align-self: center;
  object-fit: cover;
  border-radius: 100%; */
}

.team-member-name .admin-img {
  margin: 0 0 0 12px;
  /* width: 22px; */
  /* height: 22px;
  align-self: center;
  object-fit: cover;
  border-radius: 100%; */
}

.team-member-name img[src=""] {
  opacity: 0;
}

.local-action-table table tr td img.message,
.local-action-table table tr td img.call {
  width: 21px;
  height: auto;
  min-width: 21px;
}

.local-action-table table tr td img.call {
  width: 21px;
}

.local-action-table table tr td img.close-icon {
  width: 14px;
  height: auto;
}

.local-authority-accord.table-style table tr th .big-blue {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: #2ea7ff;
  letter-spacing: .5px;
}

.team_messaging .table-style table thead tr th:nth-child(3) {
  border-right-width: 1px;
}

.team_messaging .table-style table thead tr th:nth-child(2),
.team_messaging .table-style table thead tr th:nth-child(4) {
  border-right-width: 3px;
}

.team_messaging .local-authority-accord.table-style table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.message-form .tableaccordian .accordion-header .accordion-button {
  border-radius: 0;
  font-size: 18px;
  background: -webkit-linear-gradient(180deg, #80778c, #a19ba9);
  background: linear-gradient(180deg, #777389, #a19ba9);
  padding: 12px 20px 12px 30px;
}

.message-form .tableaccordian .accordion-header .accordion-button::before {
  display: none;
}

.message-form .form-style .fieldset {
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(128, 119, 141, .2);
}

.message-form .form-style .hs-submit {
  padding-right: 30px;
}

.message-form .form-style .fieldset:last-child {
  border-bottom: 0;
}

.message-form .form-style .fieldset .form-label {
  padding: 0 0 0 30px;
  text-align: left;
}

.message-form .form-style .fieldset .form-label label {
  line-height: 22px;
  font-size: 15px;
  font-family: 'Aktiv Grotesk Bold';
}

.message-form .form-style .fieldset .para-text p {
  line-height: 22px;
}

.message-form .form-style .hs-submit .primary-btn {
  background: #209cd8;
  border-radius: 3px;
  transition: all .3s;
}

.message-form .form-style .hs-submit .primary-btn:hover {
  background: #80778c;
}

.message-form .team-member-name {
  font-size: 14px;
}

.message-form .team-member-name small {
  margin: 2px 0 0;
}

.message-form .accordion-item {
  border-radius: 0;
}

.message-form .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}

.message-form .tableaccordian {
  border-radius: 0;
  border: 0;
}

.message-form .tableaccordian .accordion-body {
  padding: 0px 0 15px;
}

.Group-list{
  column-count: 3
  ;
}

.team-member-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.Group-list .team-member-item {
  width: 230px;
  overflow: hidden;
}

.team-member-group .team-member-name {
  margin: 0 0 5px;
}

.team-member-name .name-desig p{
  font-size: 11px;
  margin-bottom: 0;
}

.team-member-group .team-member-name:last-child {
  margin-bottom: 0;
}

.form-style .team-member-group select {
  width: 100%;
  appearance: none;
  background-color: rgb(128 119 140 / 19%);
  border-color: rgb(128 119 140 / 19%);
  box-shadow: none;
  outline: none;
  margin: 0 0 12px;
  background-image: url(../../assets/images/down-arrow.png);
}

.team-member-group .team-member-name .name-close {
  color: #bebebe;
  margin: 0 0 0 6px;
  cursor: pointer;
}

.team-member-group .team-member-name .name-close:hover {
  color: #1d1d1b;
}

.team-member-group .team-member-name img+span {
  white-space: break-spaces;
}

.form-style .hs-input .hs_icon_input {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
}

.form-style .hs-input .hs_icon_input:last-child {
  margin-bottom: 0;
}

.form-style .hs-input .hs_icon_input select,
.form-style .hs-input .hs_icon_input input {
  appearance: none;
  width: 100%;
  padding: 8px 10px 8px 60px;
  height: 40px;
  max-height: 40px;
}

.form-style .hs-input .hs_icon_input select {
  background-image: url(../../assets/images/down-arrow.png);
  background-color: transparent;
  padding-right: 30px;
  border-color: #e7e5e9;
}

.form-style .hs-input .hs_icon_input .hs_icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  max-height: 22px;
  max-width: 30px;
  object-fit: contain;
}

.form-style .hs-input .hs_icon_input+.checkbox-cross,
.form-style .hs-input .hs_icon_input+.checkbox-square {
  margin-top: 20px;
}

.form-style .hs-input .hs_icon_input.select {
  background-color: #e7e5e9;
  border-radius: 5px;
}

.member_add .form-style {
  padding: 30px 16px;
}

.member_add .form-style .fieldset {
  border: 0;
  padding: 0 0 30px;
}

.member_add .form-style .fieldset:last-child {
  padding-bottom: 0;
}

.member_add .form-style .fieldset .hs-input {
  width: 100%;
  padding: 0;
}

.member_add .form-style .hs-input .row {
  margin-left: -16px;
  margin-right: -16px;
}

.member_add .form-style .hs-input .row>div {
  padding-left: 16px;
  padding-right: 16px;
}

.member_add .tableaccordian .accordion-body {
  padding: 0 0 15px;
}

.checkbox-cross,
.checkbox-square {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.checkbox-cross .checkbox_each,
.checkbox-square .checkbox_each {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 0 7px;
}

.checkbox-cross .checkbox_each:last-child,
.checkbox-square .checkbox_each:last-child {
  margin-bottom: 0;
}

.checkbox-cross .checkbox_each input[type="checkbox"],
.checkbox-square .checkbox_each input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  cursor: pointer;
}

.checkbox-cross .checkbox_each input[type="checkbox"]+label,
.checkbox-square .checkbox_each input[type="checkbox"]+label {
  position: relative;
  padding: 0 0 0 56px;
  line-height: 23px;
}

.checkbox-cross .checkbox_each input[type="checkbox"]+label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 5px;
  left: 17px;
  border: 0;
  background-image: url(../../assets/images/close-grey-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: .3;
}

.checkbox-cross .checkbox_each input[type="checkbox"]:checked+label::before {
  background-image: url(../../assets/images/close-green-icon.png);
  opacity: 1;
}

.member_add .tableaccordian {
  background: transparent;
}

.member_add .tableaccordian .accordion-item {
  background: transparent;
}

.member_add .tableaccordian .accordion-item .accordion-collapse {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}

.member_add .tableaccordian .accordion-header .accordion-button {
  padding-left: 20px;
}

.indivisual-btns .hsr-btn {
  min-width: 108px;
}

.indivisual-btns .local-action-btn {
  display: inline-block;
  margin: 0 15px 0 0;
}

.indivisual-btns .local-action-btn:last-child {
  margin-right: 0;
}

.indivisual-btns .hsr-btn.gyrbtn {
  background-color: #777389;
  border-color: #777389;
}

.indivisual-btns .hsr-btn.gyrbtn:hover {
  background-color: #0fa0dd;
  border-color: #0fa0dd;
}

.indivisual-btns .local-action-btn .dropdown-menu {
  width: 100%;
  min-width: unset;
  padding: 18px 14px;
}

.indivisual-btns .local-action-btn .dropdown-menu li {
  margin: 0 0 8px;
}

.indivisual-btns .local-action-btn .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.indivisual-btns .local-action-btn .dropdown-menu li a {
  padding-left: 0;
  font-size: 13px;
  line-height: 18px;
}

/* pages redesign 26-12-2022 */
.w-sm-100 {
  width: 100%;
}

.local-action-btn button.gradient-blue-34,
.gradient-blue-34 {
  background: -webkit-linear-gradient(0deg, #3486c6 0%, #3486c6b8 0%, #3486c6 100%);
  background: linear-gradient(0deg, #3486c6 0%, #3486c6b8 0%, #3486c6 100%);
}

.local-action-btn button.gradient-blue-34:hover,
.local-action-btn button.gradient-blue-34:focus {
  background: #80798C;
}

.back-to-dashboard {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

.back-to-dashboard a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 25px;
  color: #209cd8;
  font-weight: 400;
}

.back-to-dashboard a img {
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}

.back-to-dashboard:last-child {
  margin-bottom: 0;
}

.sec-title {
  font-size: 25px;
  line-height: 32px;
  margin: 0 0 20px;
  color: #000;
}

.sec-title:last-child {
  margin-bottom: 0;
}

.border-right-3 {
  border-right-width: 3px !important;
  border-style: solid !important;
}

.border-left-3 {
  border-left-width: 3px !important;
  border-style: solid !important;
}

.border-color-grey {
  border-color: #e3e3e3 !important;
}

.text-border-circle.complete,
.text-border-circle.late,
.text-border-circle.active {
  color: #81788e;
  border-color: #81788e;
}

.local-authority-accord.table-style table thead tr .border-left-3 {
  border-left-width: 3px;
}

.local-authority-accord.table-style table thead tr.only-text-withbg td:nth-child(4) {
  border-radius: 5px 5px 0 0;
}

.status-btn.invicible {
  visibility: hidden;
  opacity: 0;
}

.bg-blue-63 {
  background-color: #638fff !important;
}

.bg-yellow-ec {
  background-color: #ecac68 !important;
}

.local-auth-btn .border-btn {
  min-height: 65px;
}

.local-auth-btn .option-dropdown button::before {
  background-size: 18px auto;
}

.local-auth-btn .option-dropdown .dropdown-menu {
  width: auto;
}

.local-auth-btn .option-dropdown .dropdown-menu li a {
  white-space: nowrap;
}

.text-circle.emergency_response {
  background-color: #648fff;
  border-color: #648fff;
  color: #fff;
}

.status-btn {
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  padding: 5px 7px 3px;
  border: 1px solid #219cd8;
  border-radius: 4px;
  margin: 3px;
}

.status-btn.pending {
  color: #bf322a;
}

.status-btn.cst {
  color: #edac68;
}

.status-btn.emergency {
  color: #219cd8;
}

.status-btn.scaled-down {
  color: #228B22;
}

.table-style table tr td.text-right {
  text-align: right;
}

.table-style table .incident_toggle-content-js td:last-child {
  padding-right: 10px;
}

.local-authority-accord.table-style table tbody .disabled {
  background-color: #c2c1bb;
  border-color: rgba(0, 0, 0, .2);
}

.local-authority-accord.table-style table tbody .disabled td {
  opacity: .2;
}

.local-authority-accord.table-style table {
  border-radius: 5px;
}

.local-authority-accord.table-style.subaction table tbody td {
  padding-left: 14px;
  padding-right: 14px;
  border-left: 1px solid rgba(128, 119, 141, .2);
}

.local-auth-btn .accord-table table tr td,
.local-auth-btn .accord-table table tr .cnt-name {
  font-size: 15px;
  line-height: 20px;
}

.local-auth-btn .accord-table table tr td:first-child {
  padding-left: 30px;
}

.local-auth-btn .accord-table table tr td:last-child {
  padding-right: 30px;
}

.local-auth-btn .option-dropdown {
  z-index: unset;
}

.local-auth-btn .option-dropdown .title-icon {
  z-index: 1;
}

.local-auth-btn .option-dropdown .dropdown {
  z-index: unset;
}

.inct-btn {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 4px 15px;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  min-width: 90px;
}

.inct-btn.borderbtn {
  background-color: transparent;
  color: #fff;
}

.inct-btn:hover,
.inct-btn:focus {
  color: #fff;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.inct-btn.borderbtn:hover,
.inct-btn.borderbtn:focus {
  background-color: #fff;
  color: #000;
}

.incidentpopup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d0d1d0;
  z-index: 99;
  opacity: .8;
}

.incident-popup {
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: calc(100% - 60px);
  margin: auto;
  z-index: 999;
}

.incident-popup .in {
  display: flex;
  width: 100%;
  background-color: #D33321;
  color: #fff;
  padding: 15px 30px;
  justify-content: space-between;
  border-radius: 5px;
}

.incident-popup .left {
  align-self: center;
}

.incident-popup h3 {
  font-size: 15px;
  line-height: 22px;
}

.incident-popup .right {
  font-size: 0;
  margin-top: -5px;
  margin-bottom: -5px;
}

.incident-popup .right .inct-btn {
  margin: 5px 0 5px 15px;
}

.incident-popup .right .inct-btn:first-child {
  margin-left: 0;
}

.tableaccordian .accordion-header .accordion-button.bg_blue-63 {
  background: #638fff;
}

.status-btn.white-btn {
  border-color: #fff;
  color: #fff;
  font-size: 11px;
}

.tableaccordian .accordion-header .accordion-button.with-status .status-btn {
  float: right;
  font-size: 10px;
  padding: 3px 7px;
  position: relative;
  z-index: 99;
}

.local-auth-5 .inside-map .row .map-update-message {
  padding-left: 12px;
  padding-right: 12px;
}

.map-update-message .message-title h6 {
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
}

.actions .dropdown-menu li a.no-img,
.dropdown-menu li a.no-img,
.local-action-btn .dropdown-menu li a.no-img,
.table-style table .launch-box .dropdown-menu li a.no-img {
  padding-left: 0;
}


.local-auth-9 .tableaccordian .accordion-header .accordion-button[aria-expanded="true"] {
  background: linear-gradient(180deg, #777389, #a19ba9);
  color: #fff;
}

.local-auth-9 .Team_protocol_action .tableaccordian .accordion-header .accordion-button[aria-expanded="true"]::after {
  filter: invert(0);
}

.Team_protocol_action .local-action-table tbody tr .form-check-input.border-style {
  background-color: #fff;
  border-color: #dadedd;
  border-radius: 0;
  box-shadow: 1px 1px 0 #a9a9a9;
  border-bottom: 0;
  border-right: 0;
}

.Team_protocol_action .local-action-table tbody tr .form-check-input.border-style:hover {
  box-shadow: 1px 1px 0 #a9a9a9;
}

.local-auth-14 .Team_protocol_action .local-action-table table thead tr th {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.local-auth-14 .Team_protocol_action .local-action-table table thead tr th:first-child {
  min-width: 135px;
  padding-left: 49px;
}

.incident-top-static {
  width: 100%;
  padding: 5px 15px;
}

.incident-top-static .in {
  width: 100%;
  background-color: #d2d0d6;
  border-radius: 5px;
  padding: 10px 25px;
}

.incident-top-static p:last-child {
  margin-bottom: 0;
}

.incident-top-static p {
  font-size: 11px;
}

.incident-top-static p span {
  color: #80778d;
  font-family: 'Aktiv Grotesk Bold';
}

.teamprotocol-heading.with-dropdown .main-dropdown-js {
  display: flex;
  justify-content: space-between;
}

.dropdown.tab-title .dropdown-toggle.hsr-btn {
  padding-left: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.dropdown.tab-title .dropdown-toggle.hsr-btn::after {
  background-image: url(../images/down-angle-medium.png);
  width: 13px;
}

.dropdown.tab-title .dropdown-menu {
  padding: 18px 20px;
  line-height: 0;
}

.dropdown.tab-title .dropdown-menu li {
  margin: 0 0 11px;
}

.dropdown.tab-title .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.dropdown.tab-title .dropdown-menu li a {
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
}

.accrord-subtitle {
  width: 100%;
  border-top: 1px solid #c5c6c5;
  padding: 10px 20px;
}

.accrord-subtitle p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.accrord-subtitle .date-wrap {
  width: 100%;
}

.accrord-subtitle .date-wrap p {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 20px;
}

.accrord-subtitle .date-wrap p:last-child {
  margin-right: 0;
}

.accrord-subtitle .date-wrap p span {
  color: #80778d;
}

.accrord-subtitle p a {
  cursor: pointer;
}

.accrord-subtitle p a img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin: -3px 0px 0 0;
}

.accrord-subtitle input.form-control {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  padding: 1px 0;
  border: 0;
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #80778d;
  border-radius: 0;
  line-height: 16px;
  font-size: 13px;
}

.local-auth-17 .Team_protocol_action .local-action-table table thead tr th,
.local-auth-17 .Team_protocol_action .local-action-table table tbody tr td {
  padding-left: 15px;
  padding-right: 15px;
}

.local-auth-17 .Team_protocol_action .local-action-table table tbody tr td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.local-auth-17 .Team_protocol_action .local-action-table table thead tr th:last-child,
.local-auth-17 .Team_protocol_action .local-action-table table tr td:last-child {
  width: 50px;
  min-width: 50px;
}

.status-btn.timeline {
  margin: 0;
  font-size: 11px;
  color: #219cd8;
  padding: 2px 8px;
}

.profile-dd.dropdown button {
  padding: 0;
}

.profile-dd.dropdown button::after {
  display: none;
}

.profile-dd.dropdown button span {
  font-size: 12px;
  line-height: 17px;
}

.profile-dd .dropdown-menu {
  padding: 14px 20px;
}

.profile-dd .dropdown-menu li {
  width: 100%;
  margin: 0 0 7px;
}

.profile-dd .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.profile-dd .dropdown-menu li span,
.local-auth-3 .local-action-table .dropdown .dropdown-menu li span {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
}

.profile-dd.dropdown button img,
.Team_protocol_action .local-action-table table tr .profile-dd .user-profile {
  margin-right: 15px;
}

.profile-dd.dropdown.not-required button span {
  color: #797979;
}

.local-auth-17 .Team_protocol_action .local-action-table table tr td:last-child {
  background-color: #f5f4f6;
}

.local-auth-17 .tableaccordian .accordion-header .accordion-button[aria-expanded="false"] {
  background: #c7c3cd;
}

.local-auth-17 .tableaccordian .accordion-header .accordion-button {
  border-bottom-color: rgb(255 255 255 / 60%);
}

.bottom-submit {
  width: 100%;
  text-align: right;
  margin: 14px 0 0;
}

.bottom-submit .local-action-btn {
  width: auto;
  display: inline-block;
}

.bottom-submit .local-action-btn button {
  text-align: left;
  min-width: auto;
  font-size: 13px;
}

.bottom-submit .dropdown-menu {
  padding: 10px;
}

.bottom-submit .dropdown-menu li {
  margin: 0 0 10px;
}

.bottom-submit .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.bottom-submit .dropdown-menu li a {
  font-size: 12px;
  line-height: 22px;
}

.bottom-submit .dropdown-menu li a img {
  width: 22px;
  top: 0;
  margin: 0;
}

.addnote-section {
  background-color: #fff;
  border-radius: 5px;
}

.addnote-section .t_h2 {
  padding: 20px 20px 15px;
  border-bottom: 1px solid #d9d9d9;
}

.addnote-section .t_h2 h2 {
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
}

.addnote-section .contains {
  padding: 25px 20px 50px;
}

.addnote-section form {
  width: 100%;
  margin: 0 0 30px;
}

.addnote-section form:last-child {
  margin-bottom: 0;
}

.addnote-section form .hs-field textarea {
  appearance: none;
  -webkit-appearance: none;
  height: 130px;
  border-radius: 5px;
  resize: none;
  padding: 15px 15px;
  /* color: #b1b1b1; */
  font-size: 14px;
  line-height: 20px;
}

.addnote-section form .hs-field textarea::placeholder {
  color: #b1b1b1;
}

.addnote-section form .hs-submit {
  margin: 10px 0 0;
}

.addnote-section form .hs-submit input {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  box-shadow: none;
  background-color: #209cd7;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 18px;
  font-family: 'Aktiv Grotesk Bold';
  transition: all .3s;
}

.addnote-section form .hs-submit input:hover {
  background-color: #777389;
}

.addnote-section h3 {
  font-family: 'Aktiv Grotesk Regular';
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 18px;
}

.addnote-section h3:last-child {
  margin-bottom: 0;
}

.not-box {
  width: 100%;
  margin: 0 0 20px;
}

.not-box:last-child {
  margin-bottom: 0;
}

.not-box .date {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 4px;
  color: #7e788b;
}

.not-box .para {
  width: 100%;
  max-width: 660px;
}

.not-box .para p:last-child {
  margin-bottom: 0;
}

.not-box .para p {
  color: #000;
}

.tableaccordian .accordion-item.remove-accordian .accordion-button::before,
.tableaccordian .accordion-item.remove-accordian .accordion-button::after {
  display: none !important;
}

.Team_protocol_action .tableaccordian .accordion-item.remove-accordian .accordion-button,
.tableaccordian .accordion-item.remove-accordian .accordion-button {
  padding-left: 20px;
}

.dropdown-menu.bottom-border.show li {
  margin: 0 0 10px;
  padding: 0px 0 10px;
  border-bottom: 1px solid #9b9aae;
}

.dropdown-menu.bottom-border.show li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.mw-120 {
  min-width: 120px;
  display: inline-block;
}

.teamprotocol-heading h1 span.mw-120 {
  display: inline-block;
  min-height: 21px;
  vertical-align: top;
}

.border_dark {
  border-color: #1d1d1b !important;
}

.mat-dialog-content {
  max-height: 100%;
}

.mat-dialog-container .py-50 {
  padding-top: 0;
  padding-bottom: 0;
}

.mat-dialog-container {
  height: auto !important;
}

/* New Location page */
.mt-50 {
  margin-top: 50px;
}

.w-494 {
  width: 494px;
  max-width: 100%;
}

.w-400 {
  width: 400px;
  max-width: 100%;
}

.pl-70 {
  padding-left: 70px;
}

.crime-scene-group {
  width: 100%;
  margin: 0 0 28px;
}

.crime-scene-group:last-child {
  margin-bottom: 0;
}

.crime-scene-title-box {
  width: 100%;
  margin: 0 0 10px;
}

.crime-scene-title-box .scene-title {
  display: inline-flex;
  align-items: center;
  margin-left: 70px;
  font-size: 17px;
  line-height: 24px;
}

.crime-scene-title-box .plus-btn {
  width: 15px;
  height: 15px;
  min-width: auto;
  margin: 0 0 0 10px;
}

.new-location.incident-accord .accordion-body {
  padding-left: 30px;
  padding-right: 30px;
}

.crime-scene-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.crime-scene-box .left-check {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  float: left;
  padding: 0 11px 0 0;
}

.crime-scene-box .left-check input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0 0 14px;
}

.crime-scene-box .left-check input[type=checkbox]:first-child {
  margin-left: 0;
}

.crime-scene-box .left-check input:checked[type=checkbox] {
  background-size: 11px auto;
  margin: 0 0 0 14px;
}

.crime-scene-box .left-check input[type=checkbox]:focus {
  outline: none;
  box-shadow: none;
}

.crime-scene-box .left-check .scene-cirlce {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 1px solid #b086ac;
  border-radius: 100%;
  background-color: #b086ac;
}

.crime-scene-box .left-check .scene-cirlce.blue {
  background-color: #9fc6e7;
  border-color: #9fc6e7;
}

.crime-scene-box .left-check .scene-cirlce.location {
  background-color: transparent;
  border: 0;
  background-image: url(../../assets/images/maps-and-flags-lighblue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
}

.crime-scene-box .left-check .scene-cirlce.remove-line {
  background-color: transparent;
  border: 0;
  background-image: url(../../assets/images/red-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  height: 20px;
}

.map-checkbox-item .scene-cirlce {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 1px solid #b086ac;
  border-radius: 100%;
  background-color: #b086ac;
  margin-right: 10px;
}

.map-checkbox-item .scene-cirlce.blue {
  background-color: #9fc6e7;
  border-color: #9fc6e7;
  margin-right: 10px;
}

.map-checkbox-item .scene-cirlce.location {
  background-color: transparent;
  border: 0;
  background-image: url(../../assets/images/maps-and-flags-lighblue.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  margin-right: 10px;
}

.map-checkbox-item .scene-cirlce.remove-line {
  background-color: transparent;
  border: 0;
  background-image: url(../../assets/images/red-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  height: 20px;
  margin-right: 10px;
}

.crime-scene-box .right-details {
  width: calc(100% - 70px);
  float: left;
  display: flex;
  border-top: 1px solid #9b9aae;
}

.crime-scene-box:last-child .right-details {
  border-bottom: 1px solid #9b9aae;
}

.crime-scene-box .right-details>div {
  width: 33.33%;
  float: left;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  line-height: 20px;
}

.crime-scene-box .right-details>div:first-child {
  justify-content: flex-start;
  padding-left: 0;
}

.crime-scene-box .right-details>div:last-child {
  justify-content: flex-end;
  padding-right: 0;
}

.form-style .fieldset .hs-input.pl-70 {
  padding-left: 70px;
}

.incident-accord .accordion-header .accordion-button.green-round::after {
  background-color: #8eb98e;
}

.checkbox-square .checkbox_each input[type="checkbox"]+label:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: 15px;
  box-shadow: 1px 1px 0 #a9a9a9;
  border-top: 1px solid rgba(0, 0, 0, .25);
  border-left: 1px solid rgba(0, 0, 0, .25);
  transition: all .3s;
  background-image: url(../../assets/images/check-sign.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0;
}

.checkbox-square .checkbox_each input[type="checkbox"]:checked+label:before {
  background-color: #009fe3;
  background-size: 10px auto;
}

/*fullpage-modal*/
.full-page-modal.map-modal-style {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.full-page-modal.map-modal-style .modal-dialog {
  max-width: 500px;
  margin: 50px auto 0;
  height: auto;
}

.map-modal-style.full-page-modal .modal-content {
  border: 0;
  border-radius: 0;
}

.local-auth-btn .error-accordian.tableaccordian .accordion-header .accordion-button::after {
  left: unset;
  right: 15px;
  width: 30px;
  height: 15px;
  /* background-image: url('../images/cross-icon.png'); */
}

.tableaccordian.error-accordian .accordion-header .accordion-button[aria-expanded="true"] {
  background: -webkit-linear-gradient(180deg, #80778c, #a19ba9);
  background: linear-gradient(180deg, #777389, #a19ba9);
}

.local-auth-5 .message-slider .slick-next,
.local-auth-5 .message-slider .slick-prev {
  display: block !important;
}

.slick-arrow.disable {
  opacity: 0.6;
  pointer-events: none;
}

/*-------------------- Media Query ----------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1038px;
  }

  .title-box {
    max-width: 391px;
    width: 100%;
  }

  .five-grid .col-xl-3 {
    width: 20%;
  }

  .attempt-section .map-checkbox-items .map-checkbox-item label {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1399px) {
  .map-modal-style {
    width: 450px;
  }
}

@media (max-width: 1199px) {
  .admin-box li {
    padding-left: 15px;
  }

  .cst-protocol .w-c-80 {
    max-width: 100%;
  }
  .Group-list{
    column-count: 2;
  }

  .map-modal-style {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }

  .map-modal-style .modal-body {
    padding: 1rem;
  }

  .map-modal-style .modal-content {
    border-radius: 7px;
    border: 1px solid #9d9e9d;
  }

  .map-modal-style .modal-body {
    padding: 30px 26px 30px 26px;
  }

  .admin-name {
    padding-right: 12px;
  }

  button.map-btn {
    transform: rotate(90deg);
  }

  .incident-bar {
    margin: 0 0 15px;
  }

  .incident-bar .title-text {
    line-height: 20px;
  }

  .incident-bar .protocol-progress {
    height: 15px;
  }

  .Team_protocol_action .local-action-table table tr .user-profile {
    margin-right: 15px;
  }

  .Team_protocol_action .local-action-table tbody tr td:nth-child(1) {
    min-width: 190px;
  }
}

@media (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .header-dashboard {
    padding: 15px 0;
  }

  /* Contact */
  .incident-accord {
    width: 100%;
  }

  .tableaccordian .accordion-header .accordion-button {
    padding-left: 45px;
  }

  .tableaccordian .accordion-header .accordion-button:before {
    right: 15px;
    width: 15px;
    height: 15px;
  }

  .accord-table table tr th,
  .accord-table table tr td,
  .Team_protocol_action .local-action-table table tr td {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accord-table .profile-icon {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }

  .accordion .accordion-item .accordion-header.with-link .redirect-page {
    width: 30px;
    background-size: 15px auto;
  }

  .overlay-location .accordion-body {
    padding-left: 45px;
  }

  .progressbar-modal .table-responsive table {
    width: calc(100% + 2px);
  }

  .teamprotocol-heading h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .Team_protocol_action .local-action-table table tr .user-profile {
    margin-right: 10px;
  }

  /* page redesign 26-12-2022 */
  .back-to-dashboard {
    margin: 0 0 16px;
  }

  .sec-title {
    font-size: 23px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .py-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-50 {
    padding-top: 40px;
  }

  .pb-50 {
    padding-bottom: 40px;
  }

  .pt_sm_0 {
    padding-top: 0;
  }

  .mb-50 {
    margin-bottom: 50px;
  }

  .header-dashboard {
    text-align: center;
  }

  .header-dashboard .admin-box {
    width: 100%;
    padding: 15px 0 0;
    text-align: center;
  }

  .header-dashboard .header-logo {
    width: 100%;
    font-size: 0;
    justify-content: center;
  }

  .admin-box img {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }

  .option-card {
    margin: 0 0 24px;
    height: calc(100% - 24px);
  }

  .option-card h3 {
    padding: 10px 0 0;
  }

  .title-box span {
    font-size: 16px;
    line-height: 20px;
  }

  .title-box .dropdown-menu {
    max-height: 380px;
    overflow-y: auto;
  }

  .table-style table tr th,
  .table-style table tr td {
    padding: 6px;
  }

  .hs-input .w-331 .select-style {
    margin-bottom: 5px !important;
  }

  .footer .mail {
    margin-right: 12px;
  }

  .form-style .form-title {
    width: 100%;
    padding-left: 0;
  }

  .form-style hr {
    margin: 24px 0 35px -20px;
    width: calc(100% + 40px);
  }

  .form-style .fieldset.check-lable {
    margin: 4px 0 24px;
  }

  .incident-accord .accordion-body {
    padding: 20px 20px 28px;
  }

  .map-modal-style .modal-body {
    padding: 30px 20px 30px 20px;
  }

  .map-modal-style .modal-header {
    padding: 6px 0;
  }

  .modal-header button.btn-close,
  button.btn-close {
    top: 0;
    right: 0;
  }

  .map-iframe iframe {
    height: 350px;
  }

  .location-disc-input .disc-btn {
    margin-top: 18px;
  }

  .actions .dropdown-menu,
  .local-action-btn .dropdown-menu,
  .table-style table .launch-box .dropdown-menu,
  .local-action-btn .dropdown-menu {
    min-width: 200px;
  }

  .form-style .map-open-btn .hs-input {
    padding-right: 24px;
  }

  .overlay-location .accordion-header .accordion-button {
    padding-left: 20px;
  }

  .overlay-location .accordion-body {
    padding-left: 20px;
  }

  .progressbar-modal .modal-header {
    height: 40px;
  }

  .progressbar-modal .modal-header button.btn-close {
    width: 40px;
    background-size: 15px auto;
    right: 0;
  }

  .Team_protocol_action .local-action-table table tr td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Team_protocol_action .local-action-table tbody tr td:nth-child(1) {
    min-width: 170px;
  }

  .local-authority-accord.table-style table tr th .text-down-angle {
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
  }

  .member_add .form-style {
    padding: 30px 16px 20px;
  }

  .member_add .form-style .fieldset {
    padding-bottom: 20px;
  }

  .member_add .form-style .hs-input .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .member_add .form-style .hs-input .row>div {
    padding-left: 8px;
    padding-right: 8px;
  }

  .form-style .hs-input .hs_icon_input .hs_icon {
    max-height: 18px;
    max-width: 25px;
    left: 12px;
  }

  .form-style .hs-input .hs_icon_input select,
  .form-style .hs-input .hs_icon_input input {
    padding: 6px 10px 6px 46px;
    height: 38px;
    max-height: 38px;
  }

  /* page redesign 26-12-2022 */
  .local-authority-accord.table-style table tbody td {
    padding: 6px 20px;
  }

  .sec-title {
    font-size: 22px;
    margin: 0 0 25px;
  }

  .incident-popup {
    text-align: center;
    width: calc(100% - 30px);
  }

  .incident-popup .in {
    flex-wrap: wrap;
    padding: 20px 25px 25px;
  }

  .incident-popup .left {
    width: 100%;
    margin: 0 0 15px;
  }

  .incident-popup .right .inct-btn {
    margin: 5px 7px 5px 7px;
  }

  .incident-popup .right .inct-btn:first-child {
    margin-left: 7px
  }

  .incident-popup .right {
    width: 100%;
  }

  .local-auth-5 .message-slider {
    padding: 10px 20px 10px;
  }

  .local-auth-5 .message-slider .slick-next {
    right: -15px;
  }

  .addnote-section .t_h2 h2 {
    font-size: 20px;
    line-height: 28px;
  }

  /* New Location Page  */
  .mt-50 {
    margin-top: 30px;
  }

  .new-location.incident-accord .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .crime-scene-group:first-child {
    margin-top: 0;
  }

  .crime-scene-group:last-child {
    margin-bottom: 0;
  }

  .crime-scene-group {
    margin: 25px 0;
  }

  .map-modal-style .modal-body .location-disc-input .last-update-text {
    margin: 6px 0 0;
    bottom: 0;
  }

  .checkbox-square .checkbox_each input[type="checkbox"]+label {
    padding-left: 47px;
  }

  .checkbox-square .checkbox_each input[type="checkbox"]+label:before {
    left: 13px;
    width: 15px;
    height: 15px;
  }
  .Group-list{
    column-count: 1;
  }

  .checkbox-square .checkbox_each {
    margin-bottom: 5px;
  }

  .local-auth-5 .message-slider .slick-prev {
    left: -15px;
  }
}


@media (max-width: 575px) {
  
  label {
    line-height: 20px;
  }

  button.next-btn {
    margin-top: 15px;
  }

  .form-style .fieldset {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .form-style .fieldset.check-lable {
    flex-wrap: nowrap;
  }

  .checkbox-group.fieldset.check-lable {
    flex-wrap: wrap;
  }

  .form-style .checkbox-group .form-label {
    margin-bottom: 15px;
  }

  .form-style .fieldset .form-label {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    padding-top: 0;
  }

  .fieldset.check-lable .form-label {
    width: 200px !important;
  }

  .form-style .fieldset .hs-input {
    width: 100%;
  }

  .row.w-331 {
    width: auto;
    max-width: unset;
  }

  .map-modal-style .modal-body {
    padding: 20px 16px 20px 16px;
  }

  .form-style .fieldset .hs-input {
    padding: 0;
  }

  .header-dashboard .header-logo>div {
    max-width: calc(50% - 5px);
    object-fit: contain;
    height: auto;
  }

  .form-style .map-open-btn .hs-input {
    padding-right: 0;
  }

  .form-style .map-open-btn {
    padding-right: 25px;
  }

  .map-checkboxs .map-checkbox-items {
    width: 100%;
  }

  .two-column {
    column-count: 1;
    column-gap: 0;
  }

  .map-iframe iframe {
    height: 280px;
  }

  .message-form .form-style .fieldset .form-label {
    padding: 0;
  }

  .message-form .form-style .fieldset {
    padding: 8px 15px;
  }

  .team-member-group .team-member-item {
    width: 200px;
  }

  .message-form .tableaccordian .accordion-header .accordion-button {
    padding-left: 16px;
  }

  .member_add .tableaccordian .accordion-header .accordion-button {
    padding-left: 20px;
  }

  .member_add .form-style .fieldset {
    padding: 0 0 16px;
  }

  .checkbox-cross .checkbox_each input[type="checkbox"]+label,
  .checkbox-square .checkbox_each input[type="checkbox"]+label {
    padding-left: 47px;
  }

  .checkbox-cross .checkbox_each input[type="checkbox"]+label::before {
    left: 14px;
  }

  .form-style .hs-input .hs_icon_input+.checkbox-cross,
  .form-style .hs-input .hs_icon_input+.checkbox-square {
    margin-top: 15px;
  }

  /* pages redesign */
  .local-auth-btn .option-dropdown .dropdown-menu {
    width: 100%;
  }

  .local-auth-btn .border-btn {
    min-height: auto;
  }

  .accrord-subtitle p a {
    display: inline-block;
  }

  .addnote-section .t_h2 {
    padding: 20px 15px 15px;
  }

  .addnote-section .contains {
    padding: 25px 15px 40px;
  }

  .addnote-section form .hs-field textarea {
    padding: 10px 15px;
    height: 100px;
  }

}

@media (max-width: 520px) {
  .add-cordon-btn {
    margin-left: 125px;
  }

  .form-style .status-info {
    flex-wrap: wrap;
  }

  /* New location Page */
  .form-style .fieldset .hs-input.pl-70 {
    padding-left: 0;
  }

  .AddressTagContainer{
    display: block !important;
  }
}

@media (max-width: 480px) {

  /* New location Page */
  .crime-scene-box .right-details {
    flex-wrap: wrap;
    width: calc(100% - 60px);
  }

  .crime-scene-box .right-details>div {
    width: 100%;
    justify-content: flex-start;
    padding: 5px 10px;
    background-color: #f7f7f7;
  }

  .crime-scene-box .right-details>div:last-child {
    justify-content: flex-start;
    padding-right: 10px;
  }

  .crime-scene-box .right-details>div:first-child {
    padding-left: 10px;
  }

  .crime-scene-box .right-details>div:nth-child(even) {
    background-color: #fff;
  }

  .crime-scene-box .left-check {
    justify-content: flex-start;
    width: 60px;
  }

  .crime-scene-box .left-check input[type=checkbox] {
    margin-left: 10px;
  }

  .crime-scene-box {
    border-top: 1px solid #9b9aae;
  }

  .crime-scene-box:last-child {
    border-bottom: 1px solid #9b9aae;
  }

  .crime-scene-box .right-details,
  .crime-scene-box:last-child .right-details {
    border: 0;
  }

  .crime-scene-title-box .scene-title {
    margin-left: 0;
  }

}

.hide {
  display: none !important;
  
}


.incident-upsection .option-dropdown{
  background-color: rgb(128 119 140 / 19%);
  border: 1px solid #b2b1c2;
}

.incident-upsection .option-dropdown .title-icon{
  position: relative;
  z-index: 2;
  width: calc(100% - 204px);
  /* margin-right: auto;
  margin-left: 0; */
  border-right: transparent;
  height: 34px;
  min-height: 34px;
}
.incident-upsection .option-dropdown .dropdown-menu{
  width: 245px;
    padding: 16px 18px;
}
.incident-upsection .option-dropdown .dropdown-menu li a{
  display: inline-flex;
  margin: 0;
}
.incident-upsection .option-dropdown .dropdown-menu li {
 
  margin: 0;
}
.name-close {
  color: #bebebe;
}

.incident-upsection .team-member-name {
  font-size: 14px;
  margin-bottom: 8px;
}

.incident-upsection .option-dropdown button::before{
 content: "";
  background-image: url(../../assets/images/down-arrow.png);
  transform: scale(.5);
  top:0;
filter: brightness(0.5);
}

/* Sidebar  */
.header-dashboard.active .sidebar{
  display: block;
  transition: 1s ease-in-out;
}

.sidebar{
  display: none;
  width: 280px;
  position: fixed;
  right: 0;
  height: 100%;
  top: 0;
  z-index: 9999;
  transition: 1s ease-in-out;
}


.sidebar_closebtn{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
}
.admin-box{
  position: relative;
}
.sidebar_closebtn1{
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
.humburg{
  position: absolute;
  /* top: 50%;   */
  /* right: 0; */
  /* transform: translate(-50%,-50%); */
  width: 30px;   
  height: 30px;
  cursor: pointer;
}
.humburg span{
  list-style: none;
  position: absolute;
  left: 0;
  border-radius: 8px;
  background: #3098d3 ;
  width: 100%;   height: 2px;
  transform: translateY(-50%);
  transition: .3s;
}
.humburg span:nth-of-type(1){
  top: 20%;
}
.humburg span:nth-of-type(2){
  top: 50%;
}
.humburg span:nth-of-type(3){
  top: 80%;
}

.header-dashboard.active .humburg span:nth-of-type(1){
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header-dashboard.active .humburg span:nth-of-type(2){
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.header-dashboard.active .humburg span:nth-of-type(3){
  left: -100%;
  opacity: 0;
}