:root {
  --gp-font-family: Inter, "Inter", sans-serif;
  --gp-white: #ffffff;
  --gp-yellow: #FFF3B0;
  --gp-vip: #F8D71D;
  --gp-grey: #A4A4A4;
  --gp-navy: #364462;
  --gp-blue: #3773F5;
  --gp-blue-light: #EBF1FE;
  --gp-red: #FC3844;
  --gp-green: #88de31;
  --gp-pink: #feebec;
  --gp-default-color: 54, 68, 98;
  --gp-primary-color: 55, 115, 245;
  --gp-border-color: 54, 68, 98, 0.2;
  --gp-border-width: 0.5px;
  --gp-border-style: solid;
}
html, body {
  overflow-y: hidden;
  overflow-x: auto;
}
body {
  font-size: 16px;
  font-family: Inter, "Inter", sans-serif;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: normal;
}
.text-centered {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background: none;
}
body::-webkit-scrollbar-thumb {
  background: #3773F5;
  border-radius: 2px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* width */
/* Handle */
*::-webkit-scrollbar-thumb {
  background: #3773F5;
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Track */
*::-webkit-scrollbar-track {
  background: none;
}

/* Custom scroll */
.custom-scroll::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 2px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background: #3773F5;
  background-clip: padding-box;
  border-radius: 2px;
}
.custom-scroll-space {
  margin-right: 8px;
}
.v-application {
  font-family: "Inter", sans-serif !important;
}
.v-application .pa-24 {
  padding: 96px !important;
}
.v-application .ph-24 {
  padding-left: 96px !important;
  padding-right: 96px !important;
}
.v-application .pv-24 {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
.v-application .ph-30 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}
.v-application .ph-36 {
  padding-left: 144px !important;
  padding-right: 144px !important;
}
.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--full-width > .v-input__control > .v-input__slot,
.v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.v-text-field.v-text-field--enclosed .v-input__append-inner,
.v-text-field.v-text-field--enclosed .v-input__append-outer,
.v-text-field.v-text-field--enclosed .v-input__prepend-inner,
.v-text-field.v-text-field--enclosed .v-input__prepend-outer {
  margin: auto !important;
}
.v-text-field .v-label {
  color: #364462 !important;
  font-family: Inter, "Inter", sans-serif !important;
  line-height: 16px !important;
}
.v-text-field {
  max-height: 60px;
}
.v-text-field-full-height {
  height: auto !important;
  max-height: none;
}
.v-navigation-drawer .v-navigation-drawer__content {
  overflow: hidden;
}

/* v-checkbox global style */
.v-input__icon {
  height: 24px !important;
  min-width: 0 !important;
  width: 2px !important;
}
.v-dialog {
  position: absolute;
  top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.fade-enter-active,
.fade-leave-active {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}

/* v-snackbar global style */
@media only screen and (min-width: 600px) {
.contact-info-snack.v-snack .v-snack__wrapper {
    min-width: 216px;
    width: 216px;
    max-width: 500px;
    height: 40px;
}
}
section.main {
  padding: 31px 46px 31px 40px;
}
#directoryContainer .v-expansion-panel-content__wrap .v-expansion-panel-content__wrap {
  padding-left: 5px;
  padding-right: 5px;
}
#body-wrapp {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: auto;
}
#app {
  min-width: 1400px;
  min-height: 730px;
}
@media screen and (max-width: 600px) {
#app.v-application.primary-light {
    min-width: auto;
}
#app.v-application.primary-light > div > div, #app.v-application.primary-light .v-form {
    width: 332px !important;
}
#app.v-application.primary-light .v-sheet {
    width: auto !important;
}
#app.v-application.primary-light .v-sheet .base-row, #app.v-application.primary-light .v-sheet .base-form {
    width: auto !important;
}
.export-type-title {
    margin: 0 6px 0 32px !important;
}
}
.v-tabs-slider-wrapper {
  display: none;
}
.overflow-vertical-scroll {
  overflow-y: scroll;
}
.visible-hide {
  visibility: hidden;
}
.arrow {
  border: solid #364462;
  display: inline-block;
  padding: 0px;
  border-width: 0 2px 2px 0;
  width: 9px;
  height: 9px;
}
.arrow.arrow-grey {
  border-color: #3C5C9F;
}
.arrow.small {
  border-width: 0 1px 1px 0;
  width: 6px;
  height: 6px;
}
.arrow.small.up {
  margin-top: 10px;
}
.arrow.small.down {
  margin-top: 7px;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.icon {
  display: inline-block;
}
.icon.color-primary {
  color: #364462;
  fill: #364462;
}
.icon.color-primary.arrow_back {
  background-image: url("/img/icons/arrow_back_primary.svg");
}
.icon.color-primary.note_add {
  background-image: url("/img/icons/note_add_primary.svg");
}
.icon.note_add {
  min-width: 24px;
  width: 24px;
  height: 24px;
}
.icon.arrow_back {
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-image: url("/img/icons/arrow_back.svg");
}
.icon.edit {
  min-width: 16px;
  width: 16px;
  height: 16px;
  background-image: url("/img/icons/edit.svg");
}
.icon.search {
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-image: url("/img/icons/search.svg");
}
.icon.search-blue {
  min-width: 12px;
  width: 12px;
  height: 12px;
  background-image: url("/img/icons/search_blue.svg");
}
.icon.bell {
  width: 8px;
  height: 9px;
  background-image: url("/img/icons/bell.svg");
}
.icon.dots {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/img/icons/dots.svg");
}
.icon.close {
  position: relative;
  width: 11px;
  height: 11px;
}
.icon.close::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  border-top: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon.close::after {
  content: " ";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 12px;
  border-top: 2px solid;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.icon.triangle {
  width: 0;
  height: 0;
}
.icon.triangle.small {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid;
}
.icon.triangle.down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.svg {
  fill: #0ABF53;
}
.logo-wrapper svg {
  width: 32px;
  height: 25px;
}
.dashboard-wrapper svg {
  width: 20px;
  height: 20px;
}
.btn-circle {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  opacity: 0.5;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
}
.btn-circle:hover, .btn-circle.active {
  opacity: 1;
  background: rgba(55, 115, 245, 0.1);
}
.btn-circle:after {
  display: inline-block;
  content: " ";
  background-image: url("/img/icons/dots.svg");
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  margin-top: 3px;
}
.btn-primary {
  width: 282px;
  height: 45px !important;
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.btn-primary span {
  letter-spacing: 0.1px !important;
}
.btn, .btn-primary {
  display: inline-block;
  font-size: 16px;
  font-weight: 600 !important;
  line-height: 19.36px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0px 37px;
  -webkit-animation: none !important;
          animation: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-transform: none !important;
}
.btn.btn-primary, .btn-primary.btn-primary {
  color: #ffffff !important;
  background-color: #3773F5 !important;
}
.btn.btn-primary.btn-primary:hover, .btn-primary.btn-primary.btn-primary:hover {
  background-color: #4780FD !important;
}
.btn.btn-primary.btn-primary:focus, .btn-primary.btn-primary.btn-primary:focus {
  background-color: #4780FD !important;
}
.btn.btn-primary.btn-primary:active, .btn-primary.btn-primary.btn-primary:active {
  background-color: #255ACD !important;
}
.btn.btn-primary.btn-primary:before, .btn-primary.btn-primary.btn-primary:before {
  background-color: #3773F5;
}
.btn.btn-primary[disabled], .btn.btn-primary.disabled, .btn-primary.btn-primary[disabled], .btn-primary.btn-primary.disabled {
  cursor: default;
  background-color: #E5EAF6 !important;
}
.btn.btn-primary.btn-light:hover, .btn-primary.btn-primary.btn-light:hover {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-primary.btn-light:focus, .btn-primary.btn-primary.btn-light:focus {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-primary.btn-light:active, .btn-primary.btn-primary.btn-light:active {
  background-color: #EBF1FE !important;
  color: #255ACD !important;
}
.btn.btn-primary.btn-light:before, .btn-primary.btn-primary.btn-light:before {
  background-color: #EBF1FE;
  color: #3773F5 !important;
}
.btn.btn-primary.btn-light:disabled, .btn-primary.btn-primary.btn-light:disabled {
  cursor: default;
  background-color: #EBF1FE;
  color: #808CA8 !important;
}
.btn.btn-primary i.icon::before, .btn.btn-primary i.icon::after, .btn-primary.btn-primary i.icon::before, .btn-primary.btn-primary i.icon::after {
  border-color: #ffffff;
}
.btn.btn-secondary, .btn-primary.btn-secondary {
  color: #ffffff !important;
  background-color: #FC3844 !important;
}
.btn.btn-secondary.btn-primary:hover, .btn-primary.btn-secondary.btn-primary:hover {
  background-color: #4780FD !important;
}
.btn.btn-secondary.btn-primary:focus, .btn-primary.btn-secondary.btn-primary:focus {
  background-color: #4780FD !important;
}
.btn.btn-secondary.btn-primary:active, .btn-primary.btn-secondary.btn-primary:active {
  background-color: #255ACD !important;
}
.btn.btn-secondary.btn-primary:before, .btn-primary.btn-secondary.btn-primary:before {
  background-color: #3773F5;
}
.btn.btn-secondary[disabled], .btn.btn-secondary.disabled, .btn-primary.btn-secondary[disabled], .btn-primary.btn-secondary.disabled {
  cursor: default;
  background-color: #E5EAF6 !important;
}
.btn.btn-secondary.btn-light:hover, .btn-primary.btn-secondary.btn-light:hover {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-secondary.btn-light:focus, .btn-primary.btn-secondary.btn-light:focus {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-secondary.btn-light:active, .btn-primary.btn-secondary.btn-light:active {
  background-color: #EBF1FE !important;
  color: #255ACD !important;
}
.btn.btn-secondary.btn-light:before, .btn-primary.btn-secondary.btn-light:before {
  background-color: #EBF1FE;
  color: #3773F5 !important;
}
.btn.btn-secondary.btn-light:disabled, .btn-primary.btn-secondary.btn-light:disabled {
  cursor: default;
  background-color: #EBF1FE;
  color: #808CA8 !important;
}
.btn.btn-secondary i.icon::before, .btn.btn-secondary i.icon::after, .btn-primary.btn-secondary i.icon::before, .btn-primary.btn-secondary i.icon::after {
  border-color: #ffffff;
}
.btn.btn-light, .btn-primary.btn-light {
  color: #3773F5 !important;
  background-color: #EBF1FE !important;
}
.btn.btn-light.btn-primary:hover, .btn-primary.btn-light.btn-primary:hover {
  background-color: #4780FD !important;
}
.btn.btn-light.btn-primary:focus, .btn-primary.btn-light.btn-primary:focus {
  background-color: #4780FD !important;
}
.btn.btn-light.btn-primary:active, .btn-primary.btn-light.btn-primary:active {
  background-color: #255ACD !important;
}
.btn.btn-light.btn-primary:before, .btn-primary.btn-light.btn-primary:before {
  background-color: #3773F5;
}
.btn.btn-light[disabled], .btn.btn-light.disabled, .btn-primary.btn-light[disabled], .btn-primary.btn-light.disabled {
  cursor: default;
  background-color: #E5EAF6 !important;
}
.btn.btn-light.btn-light:hover, .btn-primary.btn-light.btn-light:hover {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-light.btn-light:focus, .btn-primary.btn-light.btn-light:focus {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-light.btn-light:active, .btn-primary.btn-light.btn-light:active {
  background-color: #EBF1FE !important;
  color: #255ACD !important;
}
.btn.btn-light.btn-light:before, .btn-primary.btn-light.btn-light:before {
  background-color: #EBF1FE;
  color: #3773F5 !important;
}
.btn.btn-light.btn-light:disabled, .btn-primary.btn-light.btn-light:disabled {
  cursor: default;
  background-color: #EBF1FE;
  color: #808CA8 !important;
}
.btn.btn-light i.icon::before, .btn.btn-light i.icon::after, .btn-primary.btn-light i.icon::before, .btn-primary.btn-light i.icon::after {
  border-color: #3773F5;
}
.btn.btn-secondary-light, .btn-primary.btn-secondary-light {
  color: #ffffff !important;
  background-color: #feebec !important;
}
.btn.btn-secondary-light.btn-primary:hover, .btn-primary.btn-secondary-light.btn-primary:hover {
  background-color: #4780FD !important;
}
.btn.btn-secondary-light.btn-primary:focus, .btn-primary.btn-secondary-light.btn-primary:focus {
  background-color: #4780FD !important;
}
.btn.btn-secondary-light.btn-primary:active, .btn-primary.btn-secondary-light.btn-primary:active {
  background-color: #255ACD !important;
}
.btn.btn-secondary-light.btn-primary:before, .btn-primary.btn-secondary-light.btn-primary:before {
  background-color: #3773F5;
}
.btn.btn-secondary-light[disabled], .btn.btn-secondary-light.disabled, .btn-primary.btn-secondary-light[disabled], .btn-primary.btn-secondary-light.disabled {
  cursor: default;
  background-color: #E5EAF6 !important;
}
.btn.btn-secondary-light.btn-light:hover, .btn-primary.btn-secondary-light.btn-light:hover {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-secondary-light.btn-light:focus, .btn-primary.btn-secondary-light.btn-light:focus {
  background-color: #EBF1FE !important;
  color: #4780FD !important;
}
.btn.btn-secondary-light.btn-light:active, .btn-primary.btn-secondary-light.btn-light:active {
  background-color: #EBF1FE !important;
  color: #255ACD !important;
}
.btn.btn-secondary-light.btn-light:before, .btn-primary.btn-secondary-light.btn-light:before {
  background-color: #EBF1FE;
  color: #3773F5 !important;
}
.btn.btn-secondary-light.btn-light:disabled, .btn-primary.btn-secondary-light.btn-light:disabled {
  cursor: default;
  background-color: #EBF1FE;
  color: #808CA8 !important;
}
.btn.btn-secondary-light i.icon::before, .btn.btn-secondary-light i.icon::after, .btn-primary.btn-secondary-light i.icon::before, .btn-primary.btn-secondary-light i.icon::after {
  border-color: #ffffff;
}
.btn.btn-block, .btn-primary.btn-block {
  display: block;
  text-align: center;
}
.btn.btn-block-inine, .btn-primary.btn-block-inine {
  display: inline-block;
}
.btn.btn-ball, .btn-primary.btn-ball {
  width: 37px;
  line-height: 37px;
  padding: 0;
}
.btn.btn-large, .btn-primary.btn-large {
  line-height: 48px;
  border-radius: 24px;
}
.btn.btn-small, .btn-primary.btn-small {
  line-height: 32px;
  width: 32px;
  font-size: 14px;
}
.btn.btn-small.btn-ball, .btn-primary.btn-small.btn-ball {
  width: 32px;
  line-height: 32px;
}
.btn.btn-medium, .btn-primary.btn-medium {
  width: 180px !important;
  height: 40px !important;
}
.btn.btn-outline-primary, .btn-primary.btn-outline-primary {
  color: #3773F5 !important;
  border: 1px solid #3773F5;
  line-height: 48px;
  border-radius: 4px;
}
.btn.btn-outline-secondary, .btn-primary.btn-outline-secondary {
  color: #FC3844 !important;
  border: 1px solid #FC3844;
  line-height: 48px;
  border-radius: 4px;
}
.btn.btn-outline-light, .btn-primary.btn-outline-light {
  color: #EBF1FE !important;
  border: 1px solid #EBF1FE;
  line-height: 48px;
  border-radius: 4px;
}
.btn.btn-outline-secondary-light, .btn-primary.btn-outline-secondary-light {
  color: #feebec !important;
  border: 1px solid #feebec;
  line-height: 48px;
  border-radius: 4px;
}
.btn-google {
  width: 182px !important;
  height: 40px !important;
  line-height: 16.94px !important;
  border: 1px solid #9BA1B0 !important;
  background-color: transparent !important;
  margin: 40px 0 !important;
  border-radius: 8px !important;
}
.btn-google span {
  color: #1F1F1F !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}
.btn-64 {
  width: 64px !important;
  height: 40px !important;
  line-height: 16.94px !important;
  font-size: 14px !important;
}
.btn-settings {
  width: 172px !important;
  height: 40px !important;
  font-size: 16px !important;
}
.btn-discard {
  color: #3773F5 !important;
  background-color: rgba(55, 115, 245, 0.1) !important;
}
.btn-light {
  color: #3773F5 !important;
  background-color: rgba(55, 115, 245, 0.1) !important;
  text-transform: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.theme--light.v-btn.btn-google.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: transparent !important;
}
.btn-google.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined):hover, .btn-google.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined):focus, .btn-google.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined):active, .btn-google.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined):before, .btn-google.theme--light.v-btn:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined):after {
  background-color: transparent !important;
}
.chat-system-message {
  padding: 16px 31px;
  border: none;
  border-radius: 8px !important;
  background-color: rgba(55, 115, 245, 0.05) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.chat-system-message .v-card__text {
  font-size: 16px;
}
.chat-system-message .v-card__text span {
  font-weight: bold;
}
.select-text {
  color: #3773f5 !important;
  cursor: pointer;
}
.day-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  color: #364462;
  font-weight: bold;
}
.pick-time .v-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 40px 10px 30px;
}
.pick-time .v-radio::before {
  content: " ";
  display: inline-block;
  position: absolute;
  right: 40px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #D8D8D8;
}
.pick-time .v-radio.v-item--active {
  background: rgba(55, 115, 245, 0.1);
  border-radius: 8px;
  font-weight: bold;
}
.pick-time .v-radio.v-item--active::before {
  background: #3773F5;
  border: none;
}
.pick-time .v-radio.v-item--active::after {
  content: " ";
  display: inline-block;
  position: absolute;
  right: 45px;
  width: 14px;
  height: 7px;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pick-time .v-radio .v-icon {
  display: none;
}
.ddl-tick {
  visibility: hidden;
}
.v-list-item--active .ddl-tick {
  visibility: visible;
  position: fixed !important;
  right: 26px !important;
}
.search-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 220px;
  max-width: 100%;
  width: 320px;
  height: 32px;
  color: rgba(54, 68, 98, 0.5);
  border-radius: 4px;
  background-color: rgba(55, 115, 245, 0.05);
  padding: 0 16px;
}
.search-field i {
  margin: 0 10px 0 0;
}
.search-field input {
  width: 100%;
  font-size: 14px;
}
.search-field input:focus {
  outline: none;
}
.search-field input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.search-field input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.checkbox {
  height: 16px;
  width: 16px;
  position: relative;
}
.checkbox i::before {
  content: " ";
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(54, 68, 98, 0.2);
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.checkbox.checked i::before {
  background: #3773f5;
  border: 1px solid #3773f5;
}
.checkbox.checked i::after {
  content: " ";
  display: block;
  position: absolute;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 8px;
  left: 6px;
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 2px;
}
.checkbox input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.checkbox-list {
  height: 16px;
  width: 16px;
  position: relative;
}
.checkbox-list i::after {
  content: " ";
  display: block;
  position: absolute;
}
.checkbox-list i::before {
  content: " ";
  display: inline-block;
  background: #ffffff;
  border: 1px solid rgba(54, 68, 98, 0.2);
  border-radius: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.checkbox-list.some i::before, .checkbox-list.full i::before {
  background: #3773f5;
  border: 1px solid #3773f5;
}
.checkbox-list.some i::after, .checkbox-list.full i::after {
  border: solid #ffffff;
}
.checkbox-list.some i::after {
  border-width: 2px 0 0 0;
  width: 8px;
  left: 4px;
  top: 7px;
  margin-bottom: 2px;
}
.checkbox-list.full i::after {
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 8px;
  left: 6px;
  top: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 2px;
}
.checkbox-list input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.comment-textfield .v-input__slot {
  padding: 0 !important;
}
.v-messages {
  font-size: 12px !important;
}
.text-google::before {
  background-color: transparent !important;
}
.link-text {
  color: #3773F5 !important;
  cursor: pointer !important;
  text-decoration: none;
  text-transform: none !important;
}
.link-text:hover {
  background: transparent !important;
}
.select-text {
  color: #3773f5 !important;
  cursor: pointer;
}
.no-transform {
  text-transform: none !important;
}
.empty-close {
  min-width: 32px;
  width: 32px;
}
.v-input input {
  height: 45px !important;
  max-height: 45px !important;
  text-indent: 4px;
}
.v-text-field__details {
  padding-left: 0px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 14.52px !important;
}
.form-text-field, .v-form .form-text-field {
  font-size: 14px !important;
  line-height: 16px !important;
}
.form-label-field, .v-form .form-label-field {
  font-size: 12px !important;
  line-height: 14.52px !important;
  color: #364462 !important;
  margin-bottom: 2px;
}
.v-form .v-text-field {
  max-height: 69px;
}
.v-form .v-text-field .v-label {
  top: 12px;
}
.form-subtitle.bold {
  font-weight: bold;
}
.circular-progress {
  --size: 250px;
  --half-size: calc(var(--size) / 2);
  --stroke-width: 20px;
  --radius: calc((var(--size) - var(--stroke-width)) / 2);
  --circumference: calc(var(--radius) * 3.14159 * 2);
  --dash: calc((var(--progress) * var(--circumference)) / 100);
  -webkit-animation: progress-animation 5s linear 0s 1 forwards;
          animation: progress-animation 5s linear 0s 1 forwards;
}
.circular-progress circle {
  cx: var(--half-size);
  cy: var(--half-size);
  r: var(--radius);
  stroke-width: var(--stroke-width);
  fill: none;
  stroke-linecap: round;
}
.circular-progress circle.bg {
  stroke: #E5EAF6;
}
.circular-progress circle.fg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: var(--half-size) var(--half-size);
          transform-origin: var(--half-size) var(--half-size);
  stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
  -webkit-transition: stroke-dasharray 0.3s linear 0s;
  transition: stroke-dasharray 0.3s linear 0s;
  stroke: #0ABF53;
}
@property --progress {
  syntax: "<number>";
  inherits: false;
}
.completed-text {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #808CA8;
}

/*** custom input styles *******************************************/
.v-text-field--outlined fieldset {
  border: 1px solid #B5BFD3 !important;
}
.v-text-field--outlined:hover fieldset {
  border: 1px solid #3773F5 !important;
}
.v-text-field--outlined.v-input--is-focused fieldset {
  border: 1px solid #3773F5 !important;
}
.v-text-field--outlined:active fieldset {
  border: 1px solid #3773F5 !important;
}
.v-text-field--outlined:disabled fieldset {
  border: 1px solid #9BA1B0 !important;
}
.v-text-field--outlined.v-input--has-state fieldset {
  border: 1px solid #FC3844 !important;
}
.v-application .error--text {
  color: #FC3844 !important;
  caret-color: #FC3844 !important;
  line-height: 14.52px !important;
}
.mdi:before, .mdi-set {
  font-size: 24px !important;
}
.v-text-field--outlined input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  border: none;
  margin: 1px 0;
}
input::-webkit-input-placeholder, .v-input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, .v-textarea::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #808CA8 !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
}
input::-moz-placeholder, .v-input::-moz-placeholder, textarea::-moz-placeholder, .v-textarea::-moz-placeholder {
  font-size: 14px !important;
  color: #808CA8 !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
}
input:-ms-input-placeholder, .v-input:-ms-input-placeholder, textarea:-ms-input-placeholder, .v-textarea:-ms-input-placeholder {
  font-size: 14px !important;
  color: #808CA8 !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
}
input::-ms-input-placeholder, .v-input::-ms-input-placeholder, textarea::-ms-input-placeholder, .v-textarea::-ms-input-placeholder {
  font-size: 14px !important;
  color: #808CA8 !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
}
input::placeholder, .v-input::placeholder,
textarea::placeholder, .v-textarea::placeholder {
  font-size: 14px !important;
  color: #808CA8 !important;
  font-weight: 400 !important;
  line-height: 16.94px !important;
}
.v-select__selection {
  max-width: 95% !important;
}

/*** font styles *******************************************/
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.menu-popup.v-menu__content {
  overflow-x: visible;
  overflow-y: visible;
  contain: none;
  margin-right: -18px;
  margin-top: 3px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 10px 1px rgba(55, 115, 245, 0.15);
          box-shadow: 0 1px 10px 1px rgba(55, 115, 245, 0.15);
}
.menu-popup.v-menu__content::after {
  content: " ";
  position: absolute;
  top: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #ffffff transparent;
  cursor: pointer;
}
.menu-popup.v-menu__content.left::after {
  left: 10px;
}
.menu-popup.v-menu__content.right::after {
  right: 8px;
}
.menu-popup.v-menu__content .v-sheet {
  background-color: transparent;
}
.menu-popup.v-menu__content .menu-list-item {
  padding-right: 30px;
}
.menu-popup.v-menu__content .menu-list-item:first-child {
  margin-top: 10px;
}
.menu-popup.v-menu__content .menu-list-item:last-child {
  margin-bottom: 10px;
}
.notification {
  position: fixed;
  z-index: 203;
  top: 5px;
  padding: 15px 21px 15px 45px;
  border-radius: 8px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(54, 68, 98, 0.32);
          box-shadow: 0 10px 20px 0 rgba(54, 68, 98, 0.32);
}
.notification.notification-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.notification.notification-right {
  right: 5px;
}
.notification.notification-info {
  background: #3773F5 left 10px top 14px url("/img/icons/info.svg") no-repeat;
  color: #ffffff;
}
.notification.notification-warning {
  background: #FFD800 left 10px top 14px url("/img/icons/warning.svg") no-repeat;
  color: #000;
}
.notification.notification-issue {
  background: #FC3844 left 10px top 14px url("/img/icons/issue.svg") no-repeat;
  color: #fff;
}
.notification.notification-success {
  background: #3773F5 left 10px top 14px url("/img/icons/success.svg") no-repeat;
  color: #fff;
}
.notification.notification-mailed {
  background: #3773F5 left 10px top 14px url("/img/icons/email.svg") no-repeat;
  color: #fff;
}
.notification.notification-icon-chain {
  background-image: url("/img/icons/link.svg") !important;
  background-size: 24px 24px;
  background-position: left 15px top 14px;
  padding-left: 50px;
}
.undo {
  position: fixed;
  z-index: 203;
  bottom: 15px;
  left: 50%;
}
.undo.undo-rejected .content {
  background: #FEEBEC;
  color: #FC3844;
}
.undo.undo-rejected .content a {
  color: #FC3844;
}
.undo.undo-rejected .content svg circle {
  stroke: #FC3844;
}
.undo.undo-forward .content {
  background: #EBF1FE;
  color: #3773F5;
}
.undo.undo-forward .content a {
  color: #3773F5;
}
.undo.undo-forward .content svg circle {
  stroke: #3773F5;
}
.undo .content {
  position: relative;
  border-radius: 32px;
  padding: 15px 40px 15px 70px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.undo .content a {
  text-decoration: underline;
  font-weight: bold;
}
.undo .counter {
  position: absolute;
  display: inline-block;
  line-height: 30px;
  top: 12px;
  left: 40px;
}
.undo svg {
  position: absolute;
  top: 12px;
  left: 30px;
  width: 30px;
  height: 30px;
  -webkit-transform: rotateY(-180deg) rotateZ(-90deg);
          transform: rotateY(-180deg) rotateZ(-90deg);
}
.undo svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 2px;
  fill: none;
}
@-webkit-keyframes countdown {
from {
    stroke-dashoffset: 0px;
}
to {
    stroke-dashoffset: 113px;
}
}
@keyframes countdown {
from {
    stroke-dashoffset: 0px;
}
to {
    stroke-dashoffset: 113px;
}
}
.empty-list {
  text-align: center;
}
.empty-list > div {
  margin-bottom: 50px;
}
.empty-list strong {
  display: block;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin-top: 10px;
}
.empty-list span {
  opacity: 0.5;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
}
.empty-list i {
  width: 72px;
  height: 72px;
  margin: 0 auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.empty-list .v-btn {
  font-size: 16px;
  border: 1px solid #B5BFD3 !important;
}
.empty-list .v-btn span {
  opacity: 1;
  font-size: 16px;
  color: #fff;
}
.empty-list.point-arrow {
  background-image: url(/img/assets/point_arrow.svg);
  background-position: 85% 0px;
  background-repeat: no-repeat;
}
.table-wrapper {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.table {
  position: absolute;
  margin-top: -2px;
  border-spacing: 0 2px;
  border-collapse: separate;
  width: 100%;
}
.table thead th {
  position: sticky;
  top: 0;
  background: #fbfbfc;
  z-index: 1;
  font-size: 12px;
  line-height: 150%;
  color: rgba(54, 68, 98, 0.4);
  height: 48px;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 2px;
}
.table thead th.sort {
  cursor: pointer;
}
.table thead th.sort:hover, .table thead th.asc, .table thead th.desc {
  color: #364462;
}
.table thead th.sort.desc > span:last-child::before {
  border-bottom-color: rgba(54, 68, 98, 0.4);
}
.table thead th.sort.asc > span:last-child::after {
  border-bottom-color: rgba(54, 68, 98, 0.4);
}
.table thead th.sort > span:last-child {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 1px;
}
.table thead th.sort > span:last-child::before, .table thead th.sort > span:last-child::after {
  content: " ";
  display: block;
  position: absolute;
  left: 10px;
  width: 5px;
  height: 5px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 3px solid;
}
.table thead th.sort > span:last-child::before {
  bottom: 5px;
}
.table thead th.sort > span:last-child::after {
  bottom: -2px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.table thead th:not(:last-child) {
  padding-right: 32px;
}
.table thead th:first-child {
  border-radius: 8px 0 0 8px;
  padding-left: 32px;
}
.table thead th:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 32px;
}
.table thead th.checkbox {
  width: 80px;
}
.table thead th.action {
  width: 64px;
}
.table tbody tr.selected td, .table tbody tr:hover td {
  background: rgba(55, 115, 245, 0.05);
  border-bottom: 1px solid rgba(55, 115, 245, 0);
}
.table tbody tr.selected td:first-child, .table tbody tr:hover td:first-child {
  border-radius: 8px 0 0 8px;
}
.table tbody tr.selected td:last-child, .table tbody tr:hover td:last-child {
  border-radius: 0 8px 8px 0;
}
.table tbody tr td {
  font-size: 14px;
  color: #364462;
  height: 64px;
  vertical-align: middle;
  margin-bottom: 2px;
  padding: 2px 0;
  border-bottom: 1px solid rgba(55, 115, 245, 0.05);
  background: rgba(55, 115, 245, 0);
}
.table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
  padding-left: 32px;
}
.table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
  padding-right: 32px;
}
.v-data-table table {
  border-spacing: 0 2px !important;
  border-collapse: separate;
}
.v-data-table table .v-input--selection-controls__input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.v-data-table table .v-input--selection-controls__input .mdi-checkbox-blank-outline {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1px solid #C5D3DD;
  border-radius: 2px;
}
.v-data-table table .v-input--selection-controls__input .mdi-checkbox-blank-outline::before {
  content: unset;
}
.v-data-table table .v-input--selection-controls__input .mdi-checkbox-marked, .v-data-table table .v-input--selection-controls__input .mdi-minus-box {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: #3773F5;
}
.v-data-table table .v-input--selection-controls__input .mdi-checkbox-marked::before, .v-data-table table .v-input--selection-controls__input .mdi-minus-box::before {
  content: "";
  display: block;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  width: 5px;
  height: 8px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-bottom: 2px;
}
.v-data-table table .v-input--selection-controls__input .v-icon.v-icon {
  -webkit-transition-property: none;
  transition-property: none;
}
.v-data-table table .v-list-item__title {
  font-size: 14px;
  line-height: 1 !important;
}
.v-data-table table tbody tr {
  background: none !important;
}
.v-data-table table tbody tr:hover td, .v-data-table table tbody tr.row-selected td {
  background-color: rgba(55, 115, 245, 0.05) !important;
  border-bottom: thin solid rgba(54, 68, 98, 0) !important;
}
.v-data-table table tbody tr:hover td:first-child, .v-data-table table tbody tr.row-selected td:first-child {
  border-radius: 8px 0 0 8px;
}
.v-data-table table tbody tr:hover td:last-child, .v-data-table table tbody tr.row-selected td:last-child {
  border-radius: 0 8px 8px 0;
}
.v-data-table table tbody tr:last-child td {
  border-bottom: thin solid rgba(54, 68, 98, 0) !important;
}
.v-data-table table tbody tr td {
  border-bottom: thin solid rgba(54, 68, 98, 0.1) !important;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.tabs > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  border-bottom: 1px solid rgba(215, 218, 224, 0.5);
  margin-bottom: 20px;
}
.tabs > nav > ul {
  padding: 0;
}
.tabs > nav > ul > li {
  display: inline-block;
  height: 100%;
  padding-top: 7px;
  padding-bottom: 13px;
  color: #364462;
  opacity: 0.4;
  font-size: 16px;
  font-weight: bold;
  vertical-align: top;
  cursor: pointer;
}
.tabs > nav > ul > li.selected {
  opacity: 1;
  border-bottom: 2px solid #3773F5;
}
.tabs > nav > ul > li:not(:last-child) {
  margin-right: 24px;
}
.tabs > nav > div {
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabs > .tab-body {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  position: relative;
}
.tabs > .tab-body > .tab-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
}
.tabs .tab-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.v-tabs .v-tab::before {
  background: none;
}
.v-tabs .v-tab:not(:first-child) {
  padding: 0px;
  margin-right: 24px;
}
.v-tabs .v-tabs-bar .v-tab:not(.v-tab--active) {
  opacity: 0.4;
}
.v-tabs .v-tab--active {
  color: #364462 !important;
}
.text-primary {
  color: #3773F5 !important;
}
.text-secondary {
  color: #FC3844 !important;
}
.text-light {
  color: #EBF1FE !important;
}
.text-secondary-light {
  color: #feebec !important;
}
.word-break {
  word-break: break-all;
}
.channel-list .channel-list-item {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: 112px;
  padding: 16px 16px 16px 20px;
  border-top-width: var(--gp-border-width);
  border-top-style: var(--gp-border-style);
  border-top-color: rgba(var(--gp-border-color));
}
.channel-list .channel-list-item.disabled .channel-title img {
  display: inline-block !important;
}
.channel-list .channel-list-item.selected {
  background: rgba(var(--gp-primary-color), 0.15);
}
.channel-list .channel-list-item.selected::after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(-1) rotate(180deg);
          transform: scaleX(-1) rotate(180deg);
  border: 1px solid rgb(var(--gp-primary-color));
  border-radius: 0 4px 4px 0;
}
.channel-list .channel-list-item .channel-logo {
  width: 40px;
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
}
.channel-list .channel-list-item .channel-logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(var(--gp-primary-color));
}
.channel-list .channel-list-item .channel-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex: 1 auto;
      flex: 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.channel-list .channel-list-item .channel-content .channel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.channel-list .channel-list-item .channel-content .channel-header .channel-title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.channel-list .channel-list-item .channel-content .channel-header .channel-title img {
  display: none;
}
.channel-list .channel-list-item .channel-content .channel-header .channel-date {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}
.channel-list .channel-list-item .channel-content .channel-subscribe {
  margin-top: 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 14px;
}
.channel-list .channel-list-item .channel-content .channel-description {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.channel-list > :last-child {
  border-bottom-width: var(--gp-border-width);
  border-bottom-style: var(--gp-border-style);
  border-bottom-color: rgba(var(--gp-border-color));
}
.channel-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.channel-detail > .channel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom-width: var(--gp-border-width);
  border-bottom-style: var(--gp-border-style);
  border-bottom-color: rgba(var(--gp-border-color));
  padding: 0 16px;
}
.channel-detail > .channel-header .channel-logo {
  width: 48px;
}
.channel-detail > .channel-header .channel-logo img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(var(--gp-primary-color));
}
.channel-detail > .channel-header .channel-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #364462;
  font-size: 14px;
  line-height: 16px;
}
.channel-detail > .channel-header .channel-info div {
  font-weight: 500;
  line-height: 19px;
  font-size: 16px;
  margin-bottom: 6px;
  color: #000;
}
.channel-detail > .channel-messages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.channel-detail > .channel-messages > .messages-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.channel-detail > .channel-messages > .messages-container .messages-list {
  visibility: visible !important;
}
.channel-detail > .channel-edit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.channel-detail > .channel-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 136px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 12px 24px 12px;
  border-top-width: var(--gp-border-width);
  border-top-style: var(--gp-border-style);
  border-top-color: rgba(var(--gp-border-color));
}
.channel-detail > .channel-action .channel-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 12px;
}
.channel-detail .channel-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
}
.channel-detail .channel-drawer > .channel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  color: var(--gp-navy);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom-width: var(--gp-border-width);
  border-bottom-style: var(--gp-border-style);
  border-bottom-color: rgba(var(--gp-border-color));
  padding: 0 16px 0 25px;
}
.channel-detail .channel-drawer > .channel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.channel-detail .channel-drawer > .channel-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom-width: var(--gp-border-width);
  border-bottom-style: var(--gp-border-style);
  border-bottom-color: rgba(var(--gp-border-color));
  padding: 20px 20px 20px 25px;
}
.channel-detail .channel-drawer > .channel-body > div div:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
.channel-detail .channel-drawer > .channel-body > div .link {
  color: rgba(var(--gp-primary-color));
}
.channel-detail .channel-drawer > .channel-body > div .channel-members-count {
  width: 30px;
}
.channel-detail .channel-drawer > .channel-body > div .channel-logo {
  width: 48px;
}
.channel-detail .channel-drawer > .channel-body > div .channel-logo img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(var(--gp-primary-color));
}
.channel-detail .channel-drawer > .channel-body > div .channel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0 !important;
}
.channel-detail .channel-drawer > .channel-body > div .channel-info strong {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #000;
  word-break: break-all;
  white-space: break-spaces;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.channel-detail .channel-drawer > .channel-body > div .channel-info small {
  font-size: 14px;
  line-height: 14px;
  width: 175px;
  color: #4F5564;
  height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.channel-detail .channel-drawer .channel-action {
  padding: 24px;
}
.channel-detail .channel-drawer .channel-action small {
  color: #4F5564;
  line-height: 16px;
  margin-bottom: 20px;
  display: block;
}
.channel-detail .channel-drawer .channel-action button {
  margin-top: 6px;
  display: block;
  text-transform: capitalize !important;
}
.channel-detail .channel-drawer .channel-action button.channel-activate {
  color: #3773F5 !important;
}
.channel-detail .channel-drawer .channel-action button.channel-delete {
  color: #FC3844 !important;
}
.channel-dialog-subscribers .v-list > .v-list-item {
  gap: 8px;
}
.channel-dialog-subscribers .v-list img {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background-color: rgba(var(--gp-primary-color));
}
.channel-dialog-subscribers .v-list img::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #FFFFFF;
  background-color: var(--gp-green);
  border-radius: 5px;
}
div.avatar {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  background-size: 48px 48px;
  border-radius: 24px;
}
div.avatar::after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #fff;
  background-color: var(--gp-green);
  right: 0;
  bottom: 0;
}
#tour {
  position: absolute;
  z-index: 204;
  background: #fff;
  border-radius: 8px;
  width: 400px;
  padding: 16px 15px 16px 24px;
  color: #364462;
}
#tour > .tour-header {
  height: 32px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tour > .tour-header > div {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.36px;
}
#tour > .tour-content {
  margin: 10px 0 24px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
#tour > .tour-content i {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: rgba(54, 68, 98, 0.4);
}
#tour > .tour-content i::after {
  content: "?";
  display: block;
  position: absolute;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: 0;
  margin-left: 4px;
  margin-top: 8px;
}
#tour > .tour-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#tour > .tour-footer > div {
  cursor: pointer;
}
#tour::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
}
#tour.arrow-left::after {
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
}
#tour.arrow-right::after {
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}
#tour.arrow-top::after {
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
#tour.arrow-bottom::after {
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
#tour.arrow-left.arrow-position-top::after, #tour.arrow-right.arrow-position-top::after {
  top: 20px;
}
#tour.arrow-left.arrow-position-center::after, #tour.arrow-right.arrow-position-center::after {
  top: 44%;
}
#tour.arrow-left.arrow-position-bottom::after, #tour.arrow-right.arrow-position-bottom::after {
  bottom: 20px;
}
#tour.arrow-top.arrow-position-left::after, #tour.arrow-bottom.arrow-position-left::after {
  left: 20px;
}
#tour.arrow-top.arrow-position-center::after, #tour.arrow-bottom.arrow-position-center::after {
  left: 44%;
}
#tour.arrow-top.arrow-position-right::after, #tour.arrow-bottom.arrow-position-right::after {
  right: 20px;
}
.tour-background {
  position: absolute;
  opacity: 0.5;
  background-color: #364462;
  border-color: #364462;
  z-index: 201;
}
.bg-white {
  background-color: #ffffff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bg-white > section.main {
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* base font */
/* regular */
/* medium */
/* semi-bold */
/* bold */
