:root {
  --gray80: #4b5961;
  --gray60: #738289;
  --gray100: #273138;
  --hightlight: #007fc5;
  --primary80: #518dad;
  --primary100: #257099;
  --secondary100: #e96127;
  --secondary-dk: #a03f1d;

  --black: #000;
  --white: #fff;
}

/* Typography */

.header-1 {
  font-size: 16px;
  font-weight: 500;
}

.header-1-normal {
  font-size: 16px;
  font-weight: 400;
}

.button {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.header-2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 16px;
}

.fs-18 {
  font-size: 18px;
}
.body1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.005em;
}
.body1-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.005em;
}

.body2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
}

.body2-bold {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.0025em;
}

.body2-italic {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.0025em;
}

.subtitle1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.0015em;
}

.overline {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  vertical-align: middle !important;
  letter-spacing: 0.25px;
}

.subtitle {
  font-size: 12px;
  font-weight: 500;
}

.form-label {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 8px;
}

.overline-regular {
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0.015em;
  text-align: left;
  text-transform: uppercase;
}

/* Spacing css  */

/* color */
.gray60 {
  color: var(--gray60);
}

.gray80 {
  color: var(--gray80);
}
.gray100 {
  color: var(--gray100);
}

.highlight {
  color: var(--hightlight);
}

.primary-100 {
  color: var(--primary100);
}

.secondary-100 {
  color: var(--secondary100);
}
.triarqOpenStatus {
  background-color: var(--secondary100);
  border: 1px solid var(--secondary100);
}
.triarqCloseStatus {
  background-color: var(--gray60);
  border: 1px solid var(--gray60);
}
.clientOpenStatus {
  background-color: var(--white);
  border: 1px solid var(--hightlight);
  color: var(--hightlight);
}
.clientCloseStatus {
  background-color: var(--white);
  border: 1px solid var(--gray60);
  color: var(--gray60);
}

.danger,
.error {
  color: var(--secondary-dk);
}

.text-align-center {
  text-align: center !important;
}

.send-btn {
  background: rgba(0, 127, 197, 1);
  border: transparent;
  color: #fff;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.filter-btn {
  padding: 5px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.reset-btn {
  background: var(--white);
  border: 1px solid var(--gray80);
  color: var(--gray80);
}

.apply-btn {
  background: var(--hightlight);
  border: 1px solid var(--hightlight);
  color: var(--white);
}

/* modal */
@media (min-width: 576px) {
  .cc-modal .modal-dialog {
    max-width: 400px !important;
  }
}

.triarqOpenStatus {
  background-color: var(--secondary100);
  border: 1px solid var(--secondary100);
}
.triarqCloseStatus {
  background-color: var(--gray60);
  border: 1px solid var(--gray60);
}
.clientOpenStatus {
  background-color: var(--white);
  border: 1px solid var(--hightlight);
  color: var(--hightlight);
}
.clientCloseStatus {
  background-color: var(--white);
  border: 1px solid var(--gray60);
  color: var(--gray60);
}

.danger,
.error {
  color: var(--secondary-dk);
}

.text-align-center {
  text-align: center !important;
}

.default-btn {
  border: none;
  background: none;
}

.add-new-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--hightlight);
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.send-btn {
  background: rgba(0, 127, 197, 1);
  border: transparent;
  color: #fff;
  padding: 6px 20px 6px 10px;
  border-radius: 5px;
  cursor: pointer;
}

/* modal */
@media (min-width: 576px) {
  .cc-modal .modal-dialog {
    max-width: 400px !important;
  }
}

/* Spacing */
.mb-20 {
  margin-bottom: 20px;
}
.p-20 {
  padding: 20px;
}
.mt-135 {
  margin-top: 140px;
}
.mb-20 {
  margin-bottom: 20px;
}

/* Avatar Css */

.default-avatar {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 0;
  position: relative;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  background-color: #273138;
  border-radius: 20px;
}

.avatar_text .avatar_1 {
  background-color: var(--gray80) !important;
}

.avatar_text .avatar_2 {
  background-color: var(--primary100) !important;
}

.avatar_text .avatar_3 {
  background-color: var(--secondary100) !important;
  border: 1px solid #000;
}

.avatar_text .avatar_4 {
  background-color: var(--secondary100) !important;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

/* popup */
.rightPanel-popup {
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  width: auto;
  border: 1px solid #ccd4d8;
  border-radius: 2px;
  position: absolute;
  top: -100%;
  left: 10px;
}
.footer-popup .dropdown-menu {
  background-color: #fff !important;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #ccd4d8 !important;
  border-radius: 2px !important;
}

.footer-popup .dropdown-toggle:after {
  display: none;
}

.footer-popup ul li {
  padding: 10px;
  border-bottom: 1px solid #ccd4d8;
}
.footer-popup ul li:last-child {
  border-bottom: none;
}

.sidebar .card-body {
  height: calc(100vh - 270px);
  overflow-y: scroll;
}

.card.sidebar {
  margin-bottom: 0 !important;
}

kendo-grid.wrap-grid.cc-grid.k-widget.k-grid {
  height: calc(100vh - 145px);
}

/* Popup */
.modal-dialog.cc-popup {
  max-width: 600px;
  box-shadow: 0px 24px 38px rgba(0, 0, 0, 0.14),
    0px 11px 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.cc-popup .modal-content {
  border-radius: 10px;
  border: 1px solid #ccd4d8;
}
.cc-popup .modal-header {
  padding: 10px 20px;
  border-bottom: 1px solid #ccd4d8;
}
.cc-popup .modal-title {
  display: flex;
  justify-content: center;
  width: 100%;
}

.cc-popup .modal-body {
  padding: 0;
}

.cc-popup .card-body {
  padding: 20px !important;
}
.cc-popup .card-footer {
  border: none !important;
}
.cc-popup .card-body textarea.form-control {
  border: 1px solid var(--hightlight);
  padding: 8px;
  color: var(--gray80);
  font-size: 14px;
  font-style: italic;
  height: 100px;
  overflow-y: scroll;
  border-radius: 5px;
}
.subhead {
  background: var(--primary80) !important;
  color: rgba(255, 255, 255, 0.8);
}

.subhead h4 {
  padding: 3px 10px;
}
.fa-square1 {
  color: #2fb344;
}
.fa-square2 {
  color: rgb(250, 247, 82);
}

.redx {
  color: red;
}
