:root {
  --workspace-color: #f7c906;
  --yellow-2: #f7de03;
  --perview-btn: #D8A549;
  --perview-bg: #F8F1E4;
  --font-family: "sofia-pro" !important;
  --font-family-3: "sofia-pro" !important;
  --font-family-2: "Kyrie Serif" !important;
}

.modal .modal-lg-big {
  max-width: 1020px;
  width: 90%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--yellow-2);
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}
.close svg {
  stroke-width: 3px;
  width: 18px;
  height: 18px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open,
.modal-stay {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1900;
  display: none;
  overflow: hidden;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  padding-right: 0px !important;
  transition: background-color 0.3s ease;
}
.modal.show {
  background: rgba(0, 0, 0, 0.5);
}

.modal-open .modal,
.modal-stay .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 3px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1089;
  background-color: #000;
  display: none !important;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 55px 0px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
@media only screen and (max-width: 980px) {
  .modal-header {
    padding: 30px 30px 0px;
  }
}
@media only screen and (max-width: 475px) {
  .modal-header {
    padding: 30px 25px 0px;
  }
}

.modal-header .close {
  padding: 10px;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 20px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 31px 55px 52px;
}
@media only screen and (max-width: 980px) {
  .modal-body {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 475px) {
  .modal-body {
    padding: 30px 25px 35px;
  }
}
.modal-body p.hint {
  font-size: 13px;
  margin-top: 5px;
  color: #808080;
}
.modal-body .invite_data p {
  font-size: 14px;
}
.modal-body .invite_data .caption {
  margin-bottom: 25px;
}
.modal-body .invite_data .addon_price {
  min-height: 42px;
  align-items: center;
  font-size: 20px;
}
.modal-body .invite_data .addon_price span {
  font-size: 14px;
}
.modal-body .invite_data .note_text {
  margin-top: 20px;
}
.modal-body .invite_data .msg {
  margin-bottom: 21px;
}
.modal-body .form_action {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modal-body .form_action .ws_btn {
  min-width: 140px;
}
.modal-body .caption_text p {
  font-size: 14px;
  color: #000000;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  padding: 0px 55px 55px;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.delete_confirmation .modal-body {
  padding: 31px 55px 30px;
}
.delete_confirmation .modal-body .ws_confirm {
  padding: 0;
}
.delete_confirmation .modal-body .ws_confirm .form_group.check_space {
  margin-top: 15px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.ws_modal_action {
  display: flex;
  margin-top: 17px;
  text-align: center;
}
@media (max-width: 767px) {
  .ws_modal_action {
    flex-wrap: wrap;
  }
}
.ws_modal_action .ws_btn {
  min-width: 140px;
  width: auto;
  width: auto;
  max-width: unset;
  display: inline-flex;
  margin-left: 20px;
}
.ws_modal_action .ws_btn:first-child {
  margin-left: 0px;
  margin-right: 0px;
}
.ws_modal_action .ws_btn.auto {
  margin: 0 auto;
}
@media (max-width: 399px) {
  .ws_modal_action .ws_btn {
    min-width: 100%;
    margin-bottom: 15px;
  }
}
.ws_modal_action_2 {
  justify-content: space-between;
}
.ws_modal_action_2 .btn_group {
  display: flex;
  flex-wrap: wrap;
}
.ws_modal_action_2 .ws_btn {
  min-width: auto;
}
.ws_modal_action_2 .ws_btn_transparent {
  border-radius: 0px;
}
.ws_modal_action_2 .ws_btn_transparent .plane {
  padding: 0px;
}
.ws_modal_action_reoccuring #tooltip:hover .tooltiptext {
  visibility: hidden;
}
.ws_modal_action_reoccuring #tooltip:hover .ws_btn.disabled + .tooltiptext {
  visibility: visible;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 500px;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .modal-xl {
    max-width: 700px;
  }
  .modal-md {
    max-width: 700px;
  }
  .modal-lg {
    max-width: 750px;
  }
  .modal-sm {
    max-width: 600px;
  }
}
@media (min-width: 980px) {
  .modal-xl {
    max-width: 900px;
  }
  .modal-md {
    max-width: 756px;
  }
  .modal-sm {
    max-width: 600px;
  }
}
@media (min-width: 1170px) {
  .modal-xl {
    max-width: 1000px;
  }
  .modal-md {
    max-width: 756px;
  }
  .modal-sm {
    max-width: 600px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1170px;
  }
  .modal-lg {
    max-width: 900px;
  }
  .modal-md {
    max-width: 756px;
  }
  .modal-sm {
    max-width: 600px;
  }
}
.currency_value .modal-body .modal-currency-images {
  float: left;
  width: 50%;
  text-align: center;
}

.currency_value .modal-body .currency-text-block {
  float: left;
  width: 50%;
  padding-left: 40px;
}

.currency_value .modal-body .modal-currency-images img.fit {
  width: 100%;
}

.currency_value .modal-body .modal-currency-images img.image-group {
  width: 100%;
  margin-top: -7px;
  position: relative;
  z-index: 1;
}

.currency-text-block .currency-heading {
  font-size: 20px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 20px;
}

.currency-text p {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

.currency-text-block form .form_action {
  justify-content: flex-start;
  margin-top: 30px;
}

.currency-text-block form .label-txt {
  font-size: 14px;
  line-height: 20px;
}

.currency-text-block form select {
  width: 100%;
  height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background: #fff;
  background-image: none !important;
  padding-left: 15px;
  color: #999999;
  font-size: 12px;
  cursor: pointer;
}

.currency-text-block form .currency-select-block::before {
  content: "";
  position: absolute;
  right: 20px;
  border: 1px solid #bdbdbd;
  width: 5px;
  height: 5px;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(-50%);
  top: 47%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.currency-text-block form .currency-select-block {
  position: relative;
  width: 139px;
  height: 42px;
}

/* Workspace Modal */
.manage_lifetime .modal-content {
  border-radius: 10px;
}
.manage_lifetime .modal-body {
  padding: 65px 54px;
}

.lifetime-block {
  display: flex;
  flex-wrap: wrap;
}
.lifetime-block .lifetime-images {
  width: 42%;
}
@media only screen and (max-width: 767px) {
  .lifetime-block .lifetime-images {
    width: 100%;
  }
}
.lifetime-block .lifetime-images .image_wrap {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .lifetime-block .lifetime-images .image_wrap {
    justify-content: center;
  }
}
.lifetime-block .lifetime-text-block {
  width: 58%;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .lifetime-block .lifetime-text-block {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
}
.lifetime-block .lifetime-text-block .currency-text p {
  font-weight: 400;
  margin-bottom: 28px;
}
.lifetime-block .lifetime-text-block h3.currency-heading {
  margin-bottom: 20px;
  font-family: Kyrie serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .lifetime-block .lifetime-text-block h3.currency-heading {
    text-align: center;
  }
}
.lifetime-block .lifetime-text-block .ws_btn_black {
  width: 220px;
}
@media only screen and (max-width: 767px) {
  .lifetime-block .lifetime-text-block .ws_btn_black {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .currency_value .modal-body .currency-text-block {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .currency_value .modal-body .modal-currency-images {
    width: 100%;
  }
  .currency_value .modal-body .currency-text-block br {
    display: none;
  }
  .lifetime-block {
    flex-wrap: wrap;
  }
}
.trial_expire_popup .modal-header {
  position: relative;
}
.trial_expire_popup .modal-header .close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 999999;
}
.trial_expire_popup .modal-content {
  border-radius: 10px;
}
.trial_expire_popup .currency-text-block .currency-heading {
  margin-top: 27px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}
.trial_expire_popup .currency-text-block .ws_btn {
  display: inline-flex;
  margin-top: 15px;
}

.edit_scheudule_date .copy-data {
  padding-right: 42px;
  position: relative;
}
.edit_scheudule_date .copy-data .ws_btn_close {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.edit_scheudule_date .unavailable {
  display: block;
  border: 1px dashed #D1D3D9;
  font-size: 16px;
  padding: 17px 0px;
  text-align: center;
  font-weight: 400;
}
.edit_scheudule_date .unavailable p {
  margin-bottom: 0px;
  color: #A8ADB8;
}
.edit_scheudule_date .action_button_wrap {
  margin-bottom: 15px;
}

.gmail_popup .modal-body .image_wrap img {
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid #dfdfdf;
}
.gmail_popup .modal-body .content_wrap p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 21px;
}
.modal.meeting_description .modal-body p {
  white-space: pre-line;
  word-break: break-word;
  font-size: 14px;
}

.modal-content .select2-container .select2-dropdown .select2-results .select2-results__options {
  max-height: 170px;
}

.modal.preview .modal-content .modal-body .perview_card {
  margin: 0 auto;
}

.modal.refer_earn .modal-header .close {
  color: var(--yellow-2);
}
.modal.refer_earn .modal-body {
  padding-top: 10px;
}
.modal.refer_earn .modal-body .form_group_btn .ws_btn {
  min-width: 150px;
  max-width: 150px;
}

.ws_right_cta {
  position: unset;
  display: block !important;
  overflow: unset;
}
@media only screen and (max-width: 800px) {
  .ws_right_cta {
    position: fixed;
    top: 84px;
    right: -320px;
    left: auto;
    max-width: 320px;
    width: 100%;
    padding: 30px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: block !important;
    background: unset !important;
    background-color: #f9f9f9 !important;
    background-image: url("/imgs/cross.svg") !important;
    background-position: 88% 25px !important;
    background-repeat: no-repeat !important;
    transition: all 0.3s linear;
  }
}
.ws_right_cta::before {
  content: "";
  display: block;
  width: 0%;
  height: calc(100% - 84px);
  position: fixed;
  left: 0px;
  top: 84px;
}
@media only screen and (max-width: 800px) {
  .ws_right_cta.show {
    right: 0px;
  }
}
.ws_right_cta.show::before {
  width: 100%;
}
.ws_right_cta_action {
  display: none;
  align-items: center;
  margin-left: 15px;
}
@media only screen and (max-width: 800px) {
  .ws_right_cta_action {
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  .ws_right_cta_action {
    margin-left: 0px;
  }
}

#builder_announcement {
  overflow: auto;
}
#builder_announcement .modal-content {
  border-radius: 10px;
}
#builder_announcement .modal-content .close {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 42px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000000;
}
#builder_announcement .modal-content h2 {
  margin-bottom: 10px;
  font-size: 28px;
}
#builder_announcement .modal-content p {
  margin-bottom: 15px;
}
#builder_announcement .modal-content p:last-child {
  margin-bottom: 0px;
}
#builder_announcement .modal-body {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px;
}
#builder_announcement .modal-body .confetti-div {
  width: 100%;
  height: 100%;
  position: absolute !important;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  z-index: -1;
  overflow: hidden;
}
#builder_announcement .modal-body .confetti-div canvas {
  width: 150% !important;
  height: 150% !important;
}
#builder_announcement .modal-body .background-images {
  position: absolute;
  width: 100%;
  bottom: -170px;
  left: 0;
  z-index: -1;
  opacity: 0.75;
}
#builder_announcement .modal-body .anon-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#builder_announcement .modal-body .anon-title h2 {
  margin: 0px 20px;
}
#builder_announcement .modal-body .anon-title img {
  width: 40px;
}
#builder_announcement .modal-body .anon-title img:last-child {
  transform: rotateY(180deg);
}
#builder_announcement .modal-body .action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#builder_announcement .modal-body .action .dropdown-menu {
  min-width: 190px;
}
#builder_announcement .modal-body .action .dropdown a {
  padding-bottom: 5px;
}
#builder_announcement .modal-picture {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
#builder_announcement .modal-picture img {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

::-moz-selection { /* Code for Firefox */
  color: red;
  background: yellow;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--yellow-2);
}

::selection {
  color: #fff;
  background: var(--yellow-2);
}

button,
input {
  font-family: var(--font-family);
  font-style: normal;
}

.ws_container_full {
  padding: 0px 10px;
  width: 100%;
}
.ws_container {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1035px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .ws_container {
    padding: 0px 50px;
  }
}
@media only screen and (max-width: 620px) {
  .ws_container {
    padding: 0px 25px;
  }
}
.ws_container_max {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
}
.ws_content {
  min-height: 100vh;
  background-color: #f9f9f9;
  padding-top: 84px;
  padding-left: 230px;
}
@media only screen and (max-width: 1024px) {
  .ws_content {
    padding-left: 0;
  }
}
.ws_content_full {
  padding-left: 0;
}
@media (max-width: 991px) {
  .ws_content_full {
    padding-top: 120px;
  }
}
.ws_content_white {
  background-color: #ffffff;
}
.ws_content_wrapper {
  padding: 30px 42px;
}
@media only screen and (max-width: 1280px) {
  .ws_content_wrapper {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_content_wrapper {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 620px) {
  .ws_content_wrapper {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ws_content_wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 320px) {
  .ws_content_wrapper {
    padding: 25px 20px;
  }
}
.ws_content.admin {
  padding-top: 124px;
}
.ws_content_document {
  padding-top: 60px;
}
.ws_content_document.admin {
  padding-top: 100px;
}
.ws_content_area {
  padding-right: 382px;
}
@media (max-width: 1024px) {
  .ws_content_area {
    padding-right: 0px;
  }
}
.ws_content_area:not(.has_sidebar) {
  padding-right: 0px;
}
.ws_content_sidebar {
  background-color: #fff !important;
  height: 100vh !important;
  max-width: 382px;
  padding-top: 84px;
  position: fixed;
  left: auto;
  right: 0px;
  top: 0px;
  z-index: 1091 !important;
  width: 100%;
  white-space: nowrap;
  display: block !important;
  transition: right 0.3s ease;
}
.ws_content_sidebar::after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: -1;
}
@media (max-width: 1024px) {
  .ws_content_sidebar::after {
    display: block;
  }
}
.ws_content_sidebar::before {
  content: "";
  position: fixed;
  width: 0%;
  height: 100%;
  background: #000;
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
  right: 0;
  z-index: -2;
}
@media (max-width: 1024px) {
  .ws_content_sidebar::before {
    display: block;
  }
}
@media (max-width: 1024px) {
  .ws_content_sidebar {
    right: -300px;
    max-width: 300px;
  }
}
@media (max-width: 920px) {
  .ws_content_sidebar {
    padding-top: 120px;
  }
}
@media (max-width: 1024px) {
  .ws_content_sidebar.show {
    right: 0px;
  }
}
.ws_content_sidebar.show::before {
  width: 100%;
  opacity: 0.25;
}
.ws_content_sidebar > form {
  display: block;
  height: 100%;
}
.ws_content_sidebar .sidebar_header {
  border-bottom: 1px solid #f6f6f6;
  padding: 19px 25px;
}
@media (max-width: 1024px) {
  .ws_content_sidebar .sidebar_header {
    padding: 12px 15px;
  }
}
.ws_content_sidebar .sidebar_header .menu_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.ws_content_sidebar .sidebar_header .menu_item {
  padding: 0px 10px;
}
@media (max-width: 1024px) {
  .ws_content_sidebar .sidebar_header .menu_item {
    padding: 0px 5px;
  }
}
.ws_content_sidebar .sidebar_header .menu_link {
  font-size: 16px;
  padding: 10px;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .ws_content_sidebar .sidebar_header .menu_link {
    font-size: 14px;
  }
}
.ws_content_sidebar .sidebar_header .menu_link.active {
  color: #000000;
}
.ws_content_sidebar .sidebar_body {
  height: calc(100% - 80px);
}
.ws_action_button {
  padding-left: 20px;
}
.ws_right_cta {
  position: unset;
  display: block !important;
  overflow: unset;
}
@media only screen and (max-width: 800px) {
  .ws_right_cta {
    position: fixed;
    top: 84px;
    right: -320px;
    left: auto;
    max-width: 320px;
    width: 100%;
    padding: 30px !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: block !important;
    background: unset !important;
    background-color: #f9f9f9 !important;
    background-image: url("/imgs/cross.svg") !important;
    background-position: 88% 25px !important;
    background-repeat: no-repeat !important;
    transition: all 0.3s linear;
  }
}
.ws_right_cta::before {
  content: "";
  display: block;
  width: 0%;
  height: calc(100% - 84px);
  position: fixed;
  left: 0px;
  top: 84px;
}
@media only screen and (max-width: 800px) {
  .ws_right_cta.show {
    right: 0px;
  }
}
.ws_right_cta.show::before {
  width: 100%;
}
.ws_right_cta_action {
  display: none;
  align-items: center;
  margin-left: 15px;
}
@media only screen and (max-width: 800px) {
  .ws_right_cta_action {
    display: flex;
  }
}
@media only screen and (max-width: 800px) {
  .ws_right_cta_action {
    margin-left: 0px;
  }
}

.action_sidebar,
.lead_actions {
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 800px) {
  .action_sidebar,
  .lead_actions {
    position: relative;
    margin-top: 120px;
    top: 0px;
  }
}
.action_sidebar .ws_btn,
.lead_actions .ws_btn {
  margin-bottom: 18px;
}
.action_sidebar .ws_btn:last-child,
.lead_actions .ws_btn:last-child {
  margin-bottom: 0px;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.ws .ws_header_row {
  display: flex;
}
.ws_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 84px;
  background: #fff;
  border-bottom: 1px solid #F6F6F6;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1092;
}
.ws_header.admin {
  top: 40px;
}
.ws_header_container {
  padding: 0px 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .ws_header_container {
    padding: 0px 20px;
  }
}
.ws_header_row {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .ws_header_row {
    justify-content: space-between;
    height: auto;
    padding: 15px 0px 0px;
  }
}
@media (max-width: 420px) {
  .ws_header_row .header_menu_wrap {
    padding-right: 0px !important;
  }
}
@media (max-width: 920px) {
  .ws_header_lead {
    height: auto;
  }
}
@media (max-width: 420px) {
  .ws_header_lead .ws_header_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 420px) {
  .ws_header_lead .header_logo {
    max-width: unset;
  }
}
@media (max-width: 920px) {
  .ws_header_lead + .ws_content_full {
    padding-top: 120px;
  }
}
.ws_header_document {
  height: 60px;
  border: none;
}
.ws_header_document .menu_items {
  margin-bottom: 0px;
}
.ws_header .header_design_toggle {
  display: none;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translate(0px, -50%);
}
@media (max-width: 1024px) {
  .ws_header .header_design_toggle {
    display: block;
  }
}
@media (max-width: 920px) {
  .ws_header .header_design_toggle {
    position: unset;
    transform: unset;
    margin-right: 0;
  }
}
.ws_header .header_design_toggle .design-toggler {
  font-size: 20px;
}
.ws_header .header_design_toggle .design-toggler svg {
  width: 1em;
  height: 1em;
}
.ws_header .header_logo {
  flex: 1 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 230px;
}
@media only screen and (max-width: 1024px) {
  .ws_header .header_logo {
    max-width: 268px;
    justify-content: flex-start;
  }
}
.ws_header .header_logo .logo {
  display: block;
}
.ws_header .header_logo .logo a {
  display: block;
}
.ws_header .header_logo .logo a img {
  display: block;
}
.ws_header .header_logo img {
  width: 100%;
  max-width: 169px;
  max-height: 60px;
}
.ws_header .header_logo .dropdown-toggle::after {
  display: none;
}
.ws_header .header_logo .toggle_btn {
  display: none;
  margin-right: 20px;
  margin-left: 20px;
  flex: 0 0 42px;
}
@media only screen and (max-width: 1024px) {
  .ws_header .header_logo .toggle_btn {
    display: block;
  }
}
@media only screen and (max-width: 475px) {
  .ws_header .header_logo .toggle_btn {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ws_header .header_logo .toggle_btn svg {
  stroke: #18191F;
}
.ws_header .header_logo .toggle_btn:hover svg {
  stroke: var(--workspace-color);
}
.ws_header .header_new {
  display: flex;
  align-items: center;
  padding-right: 17px;
  padding-left: 7px;
}
.ws_header .header_new_button .ws_btn {
  border: 1px solid #e0e0e0;
}
.ws_header .header_new_button .ws_btn svg {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.ws_header .header_menu {
  flex: 1 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.ws_header .header_menu_wrap {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .ws_header .header_menu_wrap {
    padding-right: 20px;
  }
}
@media (max-width: 475px) {
  .ws_header .header_menu_wrap {
    padding-right: 15px;
  }
}
@media (max-width: 390px) {
  .ws_header .header_menu_wrap {
    padding-right: 10px;
  }
}
.ws_header .header_menu_wrap .search {
  display: flex;
  align-items: center;
  padding-right: 16px;
}
@media (max-width: 779px) {
  .ws_header .header_menu_wrap .search {
    display: none;
  }
}
.ws_header .header_menu_wrap .search_group {
  display: flex;
  align-items: center;
  position: relative;
}
.ws_header .header_menu_wrap .search_group label {
  padding-right: 10px;
  display: inline-block;
}
.ws_header .header_menu_wrap .search_group label svg {
  width: 17px;
  height: 17px;
  display: block;
}
.ws_header .header_menu_wrap .search_group input {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  min-height: 24px;
  font-family: var(--font-family);
  font-size: 12px;
  line-height: 20px;
  padding: 2px 16px;
  min-width: 270px;
  display: block;
  flex: 1 1 auto;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs {
  position: absolute;
  top: 100%;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  list-style-type: none;
  z-index: 9;
  width: 375px;
  right: 0px;
  max-height: 300px;
  overflow-y: auto;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs .chosen-search {
  padding: 10px;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs .chosen-search input {
  height: 30px;
  min-height: auto;
  padding: 5px 17px;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs .heading {
  padding: 6px 20px;
  font-size: 13px;
  background-color: #f1f1f1;
  color: #6b6b6b;
  margin-bottom: 5px;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul {
  margin-top: 10px;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul:first-child {
  margin-top: 0px;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul:last-child {
  margin-bottom: 10px;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul li p {
  font-size: 14px;
  padding: 12px 20px;
  color: #000000;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul li a {
  text-decoration: none;
  color: #999999;
  font-size: 12px;
  padding: 6px 20px;
  cursor: pointer;
  display: block;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul li a span {
  margin-left: 5px;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul li a .title_name {
  margin-left: 5px;
  margin-right: 5px;
  color: #000000;
}
.ws_header .header_menu_wrap .search_group .dropdown-inputs ul li a:hover {
  background: #f7f7f7;
}
.ws_header .header_menu_wrap .multi_action {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.ws_header .header_menu_wrap .multi_action .dropdown-toggle {
  padding: 0px 10px;
}
.ws_header .header_menu_wrap .multi_action .dropdown-toggle svg {
  margin-right: 5px;
}
.ws_header .header_menu_wrap .notification {
  display: flex;
  align-items: center;
  padding-right: 7px;
}
.ws_header .header_menu_wrap .notification_icon {
  position: relative;
  display: block;
}
.ws_header .header_menu_wrap .notification_icon a#notification {
  position: relative;
  display: block;
  padding: 2px;
}
.ws_header .header_menu_wrap .notification_icon a#notification svg {
  display: block;
  width: 17px;
  height: 17px;
  stroke: #000000;
}
.ws_header .header_menu_wrap .notification_icon a#notification::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--yellow-2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ws_header .header_menu_wrap .notification.active a#notification::after {
  opacity: 1;
}
.ws_header .header_menu_wrap .notification_dropdown {
  min-width: 296px;
  padding: 0px 0px 0px;
  top: 100% !important;
  transform: unset !important;
  left: auto !important;
  right: -31px;
}
@media (max-width: 349px) {
  .ws_header .header_menu_wrap .notification_dropdown {
    min-width: 270px;
  }
}
.ws_header .header_menu_wrap .notification_dropdown.dropdown-menu .close {
  right: 20px;
  top: 10px;
}
.ws_header .header_menu_wrap .notification_wrapper {
  padding: 0px 0px 10px;
  overflow-y: auto;
  max-height: 500px;
  margin-top: 36px;
}
.ws_header .header_menu_wrap .notification_item {
  border-bottom: 1px solid #F7F7F7;
  padding: 10px 0px;
}
.ws_header .header_menu_wrap .notification_item:last-child {
  border: none;
}
.ws_header .header_menu_wrap .notification_item .notification_link {
  display: block;
  padding: 6px 18px 6px 36px;
  text-decoration: none;
  position: relative;
}
.ws_header .header_menu_wrap .notification_item .notification_link h2 {
  font-size: 11px;
  line-height: 20px;
  color: #4f4f4f;
  font-weight: 400;
}
.ws_header .header_menu_wrap .notification_item .notification_link p {
  font-size: 9px;
  line-height: 20px;
  color: #999999;
  font-weight: 400;
}
.ws_header .header_menu_wrap .notification_item .notification_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 16px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: var(--yellow-2);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.ws_header .header_menu_wrap .notification_item .notification_link.active h2 {
  color: #000000;
}
.ws_header .header_menu_wrap .notification_item .notification_link.active::before {
  opacity: 1;
}
.ws_header .header_menu_wrap .user {
  display: flex;
  align-items: center;
}
.ws_header .header_menu_wrap .user_icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
}
.ws_header .header_menu_wrap .user_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ws_header .header_menu_wrap .user .dropdown-toggle::after {
  display: none;
}
.ws_header .header_menu_wrap .user .dropdown-menu {
  padding: 38px 0px 24px;
  transform: unset !important;
  top: 100% !important;
  left: auto !important;
  right: -26px;
}
@media (max-width: 767px) {
  .ws_header .header_menu_wrap .user .dropdown-menu {
    right: -16px;
  }
}
@media (max-width: 475px) {
  .ws_header .header_menu_wrap .user .dropdown-menu {
    right: -7px;
  }
}
@media (max-width: 767px) {
  .ws_header .header_menu_wrap .user .dropdown-menu::before {
    right: 23px;
  }
}
@media (max-width: 475px) {
  .ws_header .header_menu_wrap .user .dropdown-menu::before {
    right: 14px;
  }
}
.ws_header .header_menu_wrap .user .dropdown-menu .close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: transparent;
  cursor: pointer;
}
.ws_header .header_menu_wrap .user .dropdown-menu .close svg {
  width: 16px;
  height: 16px;
  stroke: #999999;
  stroke-width: 3px;
}
.ws_header .header_menu_wrap .user .dropdown-menu ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.ws_header .header_menu_wrap .user .dropdown-menu ul li {
  margin-bottom: 0px;
}
.ws_header .header_menu_wrap .user .dropdown-menu ul li a {
  color: #000000;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  padding: 8px 30px;
  background: transparent !important;
  border-bottom: 1px solid #F7F7F7;
}
.ws_header .header_menu_wrap .user .dropdown-menu ul li:last-of-type a {
  border: none;
}
.ws_header .header_menu_wrap .user .dropdown-menu ul li:last-child {
  margin-bottom: 15px;
}
.ws_header .header_menu_wrap .user .dropdown-menu .data {
  font-weight: 400;
  color: #999999;
  font-size: 11px;
  line-height: 20px;
  margin-top: 5px;
}
.ws_header .header_menu_wrap .user .dropdown-menu .data span {
  color: #000000;
}
.ws_header .header_menu_wrap .user .dropdown-menu .btn_wrap {
  padding: 0px 30px 0px;
}
.ws_header .header_menu_wrap .user .dropdown-menu .btn_wrap .ws_btn_xs {
  font-size: 11px;
  min-height: 32px;
  padding: 0px 20px;
}
.ws_header .header_menu_wrap .user .dropdown-menu .btn_wrap .ws_btn_xs svg {
  width: 18px;
  height: 18px;
}
.ws_header .header_menu_wrap .user .dropdown-menu .ws_btn_wrapper {
  display: flex;
  align-items: center;
}
.ws_header .header_menu_wrap .user .dropdown-menu .ws_btn_wrapper .ws_btn_sm {
  min-height: 33px;
}
.ws_header .header_menu_wrap .user .dropdown-menu .ws_btn_wrapper a {
  font-size: 13px;
  line-height: 20px;
}
.ws_header .header_menu_wrap .user .dropdown-menu .progress_bar {
  height: 9px;
}
.ws_header .menu_wrapper {
  flex: 1 1 0;
  width: 230px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .ws_header .menu_wrapper {
    order: 1;
    min-width: 100vw;
    margin-left: -40px;
    background-color: #fff;
    justify-content: space-between;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (max-width: 420px) {
  .ws_header .menu_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
  }
}
.ws_header .menu_wrapper .menu_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .ws_header .menu_wrapper .menu_items {
    justify-content: flex-start;
  }
}
.ws_header .menu_wrapper .menu_item {
  margin-right: 13px;
}
.ws_header .menu_wrapper .menu_item:last-of-type {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .ws_header .menu_wrapper .menu_item {
    margin-right: 10px;
  }
}
@media (max-width: 420px) {
  .ws_header .menu_wrapper .menu_item {
    margin-right: 5px;
  }
}
.ws_header .menu_wrapper .menu_link {
  padding: 10px;
}
@media (max-width: 767px) {
  .ws_header .menu_wrapper .menu_link {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .ws_header .menu_wrapper .menu_link {
    padding: 6px;
  }
}
.ws_header .menu_wrapper .menu_link.active {
  color: #000000;
}
.ws_header_lead .header_logo {
  justify-content: space-between;
}
.ws_header_lead .header_logo .dropdown-menu {
  transform: unset !important;
  top: 100% !important;
  right: -25px;
  padding: 0;
}
@media (max-width: 425px) {
  .ws_header_lead .header_logo .dropdown-menu {
    min-width: 192px;
  }
}
@media (max-width: 359px) {
  .ws_header_lead .header_logo .dropdown-menu {
    min-width: 170px;
  }
}
.ws_header_lead .header_logo .dropdown-menu::before {
  width: 14px;
  height: 14px;
  top: -8px !important;
  bottom: auto;
  right: auto;
  left: 16px;
}
@media (max-width: 1024px) {
  .ws_header_lead .header_logo .dropdown-menu::before {
    background-color: #000000;
  }
}
@media (max-width: 800.25px) {
  .ws_header_lead .header_logo .dropdown-menu::before {
    right: 38px;
    left: auto;
  }
}
.ws_header_lead .header_logo .dropdown-menu[x-placement=top-start] {
  margin-top: 15px;
  margin-bottom: 0;
}
.ws_header_lead .header_logo .dropdown-menu[x-placement=top-start]::before {
  transform: rotate(-45deg) !important;
}
.ws_header_lead .header_menu_wrap {
  padding-right: 0;
}
.ws_header_lead .header_menu {
  max-width: 230px;
}
@media (max-width: 991px) {
  .ws_header_lead .header_menu {
    max-width: 100%;
  }
}
.ws_logo_header {
  width: 100%;
  padding: 70px 99px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .ws_logo_header {
    padding: 70px 50px 0px;
  }
}

.ws_sidebar {
  background-color: #fff !important;
  height: 100vh !important;
  max-width: 230px;
  padding-top: 84px;
  position: fixed;
  z-index: 1091 !important;
  width: 100%;
  white-space: nowrap;
  display: block !important;
  transition: all 0.3s ease;
}
.ws_sidebar.admin {
  padding-top: 124px;
}
@media only screen and (max-width: 1024px) {
  .ws_sidebar {
    width: 0%;
    overflow: hidden;
    max-width: 268px;
    background-color: #000000 !important;
  }
}
.ws_sidebar::before {
  content: "";
  position: fixed;
  width: 0%;
  height: 100%;
  background: #000;
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1024px) {
  .ws_sidebar::before {
    display: block;
  }
}
.ws_sidebar.show {
  width: 100%;
}
.ws_sidebar.show::before {
  width: 100%;
  opacity: 0.25;
}
.ws_sidebar .sidebar_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.ws_sidebar .sidebar_wrapper .menu_top {
  flex: 1 0;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 60px;
  display: flex;
  justify-content: flex-start;
  min-height: calc(100% - 252px);
}
.ws_sidebar .sidebar_wrapper .menu_bottom {
  flex: 0 0 auto;
  width: 100%;
  min-height: 215px;
}
.ws_sidebar .sidebar_wrapper .menu_link {
  padding-bottom: 4px;
  padding-left: 10px;
}
.ws_sidebar .sidebar_wrapper .menu_link.icon {
  display: inline-flex;
  align-items: flex-end;
}
.ws_sidebar .sidebar_wrapper .menu_link.icon img {
  margin-left: 4px;
}
.ws_sidebar .sidebar_wrapper .menu_link.active + .menu_item_dropdown_icon {
  transform: rotate(0deg);
}
.ws_sidebar .sidebar_wrapper .menu_link.active + .menu_item_dropdown_icon svg {
  color: #000000;
}
.ws_sidebar .sidebar_wrapper .menu_link.active + .menu_item_dropdown_icon.active {
  transform: rotate(270deg);
}
.ws_sidebar .sidebar_menu {
  padding: 60px 30px 60px 60px;
  position: relative;
}

.ws_copyright {
  padding-bottom: 70px;
}
.ws_copyright p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}

.menu_items {
  list-style-type: none;
  width: 100%;
}
.menu_items.account_sidebar .menu_item .menu_link::after {
  display: none;
}
.menu_item {
  padding: 5px 0px;
}
@media only screen and (max-width: 1366px) {
  .menu_item {
    padding: 3px 0px;
  }
}
.menu_item.workspace_item {
  position: absolute;
  top: 43px;
  left: 60px;
}
@media only screen and (max-height: 550px) {
  .menu_item.workspace_item {
    position: unset;
  }
}
.menu_item.workspace_item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu_item.workspace_item a::after {
  display: none;
}
.menu_item.workspace_item a svg {
  color: #999999;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 1024px) {
  .menu_item.workspace_item a svg {
    color: #999999;
  }
}
.menu_item.workspace_item a:hover svg {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .menu_item.workspace_item a:hover svg {
    color: var(--yellow-2) !important;
  }
}
.menu_item .menu_item_children {
  list-style: none;
  padding-left: 17px;
}
.menu_item .menu_item_children .menu_link {
  position: relative;
  padding-left: 16px;
}
.menu_item .menu_item_children .menu_link::before {
  content: ".";
  font-size: 30px;
  color: inherit;
  position: absolute;
  left: 0;
  top: -4px;
  line-height: 10px;
}
.menu_item_children .menu_link {
  font-size: 14px !important;
}
.menu_item_dropdown {
  background: transparent;
  padding: 0px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.menu_item_dropdown_icon {
  display: inline-flex;
  vertical-align: middle;
  cursor: pointer;
  transform: rotate(270deg);
  margin-left: 4px;
}
.menu_item_dropdown_icon.active {
  transform: rotate(0deg);
}
.menu_item_dropdown_icon svg {
  height: 17px;
  width: 17px;
  color: #999999;
}
.menu_link {
  text-decoration: none;
  color: #999999;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  text-decoration: none;
  word-break: break-all;
  white-space: normal;
  transition: all 0.3s ease;
  /*&::after {
  	content: '';
  	display: block;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0%;
  	height: 2px;
  	background-color: $yellow-1;
  	-webkit-transition: all .3s ease;
  	-moz-transition: all .3s ease;
  	-ms-transition: all .3s ease;
  	-o-transition: all .3s ease;
  	transition: all .3s ease;

  	}*/
}
@media only screen and (max-width: 1366px) {
  .menu_link {
    font-size: 16px;
  }
}
.menu_link.active, .menu_link:hover {
  color: #000000;
  /*&::after {
  	width: 100%;
  	}*/
}
.menu_link.active span, .menu_link:hover span {
  border-color: #000000;
  color: #000000;
}
.menu_link.active + .menu_item_dropdown_icon svg, .menu_link:hover + .menu_item_dropdown_icon svg {
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  .menu_link.active {
    color: #fff;
  }
}
@media only screen and (max-width: 1024px) {
  .menu_link:hover {
    color: var(--workspace-color);
  }
}
.menu_link span {
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #999999;
  color: #999999;
  border-radius: 50px;
  vertical-align: text-bottom;
  padding: 0px 8px 2px;
  margin-left: 3px;
  position: relative;
  top: -1px;
}

.flex_between {
  justify-content: space-between;
}

.flex_center {
  justify-content: center;
}

.flex_align_center {
  align-items: center;
}

.flex_align_end {
  align-items: flex-end;
}

.flex_end {
  justify-content: flex-end !important;
}

.flex_start {
  justify-content: flex-start !important;
}

.space_between {
  justify-content: space-between;
}

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_items_start {
  align-items: flex-start;
}

.align_items_end {
  align-items: flex-end;
}

.align_items_center {
  align-items: center;
}

.justify_content_start {
  justify-content: flex-start;
}

.justify_content_end {
  justify-content: flex-end;
}

.justify_content_center {
  justify-content: center;
}

.element_left {
  margin-left: 0;
  margin-right: auto;
}

.direction-row {
  flex-direction: row;
}

.direction-row-reverse {
  flex-direction: row-reverse;
}

.direction-column {
  flex-direction: column;
}

.direction-column-reverse {
  flex-direction: column-reverse;
}

.ws .text_center {
  text-align: center;
}
.ws .text_left {
  text-align: left;
}
.ws .text_right {
  text-align: right;
}
.ws_row {
  display: flex;
  flex-wrap: wrap;
}
.ws_gutter {
  margin-left: -17px;
  margin-right: -17px;
}
.ws_gutter > [class^=ws_col] {
  padding: 0px 17px;
}
.ws_gutter_2 {
  margin-left: -15px;
  margin-right: -15px;
}
.ws_gutter_2 > [class^=ws_col] {
  padding: 0px 15px;
}
.ws_gutter_3 {
  margin-left: -18px;
  margin-right: -18px;
}
@media only screen and (max-width: 1366px) {
  .ws_gutter_3 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.ws_gutter_3 > [class^=ws_col] {
  padding: 0px 18px;
}
@media only screen and (max-width: 1366px) {
  .ws_gutter_3 > [class^=ws_col] {
    padding: 0px 10px;
  }
}
.ws_gutter_4 {
  margin-left: -9px;
  margin-right: -9px;
}
.ws_gutter_4 > [class^=ws_col] {
  padding: 0px 9px;
}
.ws_gutter_5 {
  margin-left: -10px;
  margin-right: -10px;
}
.ws_gutter_5 > [class^=ws_col] {
  padding: 0px 10px;
}
.ws_gutter_6 {
  margin-left: -5px;
  margin-right: -5px;
}
.ws_gutter_6 > [class^=ws_col] {
  padding: 0px 5px;
}
.ws_m_a_0 {
  margin: 0 !important;
}
.ws_m_b_0 {
  margin-bottom: 0 !important;
}
.ws_m_l_0 {
  margin-left: 0px !important;
}
.ws_m_t_0 {
  margin-top: 0 !important;
}
.ws_p_a_0 {
  padding: 0px !important;
}
.ws_p_t_0 {
  padding-top: 0px !important;
}
.ws_p_b_0 {
  padding-bottom: 0px !important;
}
.ws_p_l_0 {
  padding-left: 0px !important;
}
@media only screen and (min-width: 1366px) {
  .ws_p_l_35 {
    padding-left: 35px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .ws_p_r_35 {
    padding-right: 35px !important;
  }
}
.ws_p_r_0 {
  padding-right: 0px !important;
}
.ws_xxl_hide {
  display: none;
}
.ws_xxl_show {
  display: block;
}
.ws_ml_hide {
  display: none;
}
.ws_ml_show {
  display: block;
}
.ws_xl_hide {
  display: none;
}
.ws_xl_show {
  display: block;
}
.ws_lg_hide {
  display: none;
}
.ws_lg_show {
  display: block;
}
.ws_md_hide {
  display: none;
}
.ws_md_show {
  display: block;
}
.ws_cd_800_hide {
  display: none;
}
.ws_cd_800_show {
  display: block;
}
.ws_sm_hide {
  display: none;
}
.ws_sm_show {
  display: block;
}
.ws_xs_hide {
  display: none;
}
.ws_xs_show {
  display: block;
}
.ws_xxs_hide {
  display: none;
}
.ws_xxs_show {
  display: block;
}
@media (max-width: 1440px) {
  .ws_ml_hide {
    display: none;
  }
  .ws_ml_show {
    display: block;
  }
}
@media (max-width: 1366px) {
  .ws_xl_hide {
    display: none;
  }
  .ws_xl_show {
    display: block;
  }
}
@media (max-width: 1024px) {
  .ws_lg_hide {
    display: none;
  }
  .ws_lg_show {
    display: block;
  }
}
@media (max-width: 980px) {
  .ws_md_hide {
    display: none;
  }
  .ws_md_show {
    display: block;
  }
}
@media (max-width: 800px) {
  .ws_cd_800_hide {
    display: none;
  }
  .ws_cd_800_show {
    display: block;
  }
}
@media (max-width: 768px) {
  .ws_sm_hide {
    display: none;
  }
  .ws_sm_show {
    display: block;
  }
}
@media (max-width: 575px) {
  .ws_xs_hide {
    display: none;
  }
  .ws_xs_show {
    display: block;
  }
}
@media (max-width: 480px) {
  .ws_xxs_hide {
    display: none;
  }
  .ws_xxs_show {
    display: block;
  }
}
.ws_col_xxl_hide {
  display: none !important;
  padding: 0px !important;
}
.ws_col_xxl_show {
  display: block !important;
  padding: 0px !important;
}
.ws_col_xxl_auto {
  flex: 0 0 auto;
  width: auto;
}
.ws_col_xxl_flex {
  flex: 1 1 auto;
  width: 0px;
  max-width: 100%;
}
.ws_col_xxl_flex_1 {
  flex: 1 0;
  width: 0px;
  max-width: 100%;
}
.ws_col_xxl_62 {
  flex: 0 0 62%;
  max-width: 62%;
}
.ws_col_xxl_70 {
  flex: 0 0 70%;
  max-width: 70%;
}
.ws_col_xxl_38 {
  flex: 0 0 38%;
  max-width: 38%;
}
.ws_col_xxl_30 {
  flex: 0 0 30%;
  max-width: 30%;
}
.ws_col_xxl_20 {
  flex: 0 0 20%;
  max-width: 20%;
}
.ws_col_xxl_order_1 {
  order: 1;
}
.ws_col_xxl_order_2 {
  order: 2;
}
.ws_col_xxl_order_3 {
  order: 3;
}
.ws_col_xxl_order_4 {
  order: 4;
}
.ws_col_xxl_order_5 {
  order: 5;
}
.ws_col_xxl_order_6 {
  order: 6;
}
.ws_col_xxl_order_7 {
  order: 7;
}
.ws_col_xxl_order_8 {
  order: 8;
}
.ws_col_xxl_order_9 {
  order: 9;
}
.ws_col_xxl_order_10 {
  order: 10;
}
.ws_col_xxl_order_11 {
  order: 11;
}
.ws_col_xxl_order_12 {
  order: 12;
}
.ws_col_xxl_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.ws_col_xxl_11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.ws_col_xxl_10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.ws_col_xxl_9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.ws_col_xxl_8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.ws_col_xxl_7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.ws_col_xxl_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.ws_col_xxl_5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.ws_col_xxl_4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.ws_col_xxl_3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.ws_col_xxl_2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.ws_col_xxl_1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
@media (max-width: 1440px) {
  .ws_col_ml_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1366px) {
  .ws_col_xl_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1024px) {
  .ws_col_lg_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 980px) {
  .ws_col_md_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 800px) {
  .ws_col_cd_800_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  .ws_col_sm_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 575px) {
  .ws_col_xs_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 480px) {
  .ws_col_xxs_20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1440px) {
  .ws_col_ml_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_ml_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_ml_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_ml_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_ml_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_ml_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_ml_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_ml_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_ml_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_ml_order_1 {
    order: 1;
  }
  .ws_col_ml_order_2 {
    order: 2;
  }
  .ws_col_ml_order_3 {
    order: 3;
  }
  .ws_col_ml_order_4 {
    order: 4;
  }
  .ws_col_ml_order_5 {
    order: 5;
  }
  .ws_col_ml_order_6 {
    order: 6;
  }
  .ws_col_ml_order_7 {
    order: 7;
  }
  .ws_col_ml_order_8 {
    order: 8;
  }
  .ws_col_ml_order_9 {
    order: 9;
  }
  .ws_col_ml_order_10 {
    order: 10;
  }
  .ws_col_ml_order_11 {
    order: 11;
  }
  .ws_col_ml_order_12 {
    order: 12;
  }
  .ws_col_ml_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_ml_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_ml_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_ml_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_ml_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_ml_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_ml_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_ml_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_ml_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_ml_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_ml_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_ml_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 1366px) {
  .ws_col_xl_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_xl_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_xl_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_xl_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_xl_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_xl_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_xl_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_xl_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_xl_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_xl_order_1 {
    order: 1;
  }
  .ws_col_xl_order_2 {
    order: 2;
  }
  .ws_col_xl_order_3 {
    order: 3;
  }
  .ws_col_xl_order_4 {
    order: 4;
  }
  .ws_col_xl_order_5 {
    order: 5;
  }
  .ws_col_xl_order_6 {
    order: 6;
  }
  .ws_col_xl_order_7 {
    order: 7;
  }
  .ws_col_xl_order_8 {
    order: 8;
  }
  .ws_col_xl_order_9 {
    order: 9;
  }
  .ws_col_xl_order_10 {
    order: 10;
  }
  .ws_col_xl_order_11 {
    order: 11;
  }
  .ws_col_xl_order_12 {
    order: 12;
  }
  .ws_col_xl_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_xl_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_xl_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_xl_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_xl_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_xl_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_xl_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_xl_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_xl_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_xl_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_xl_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_xl_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .ws_col_lg_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_lg_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_lg_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_lg_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_lg_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_lg_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_lg_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_lg_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_lg_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_lg_order_1 {
    order: 1;
  }
  .ws_col_lg_order_2 {
    order: 2;
  }
  .ws_col_lg_order_3 {
    order: 3;
  }
  .ws_col_lg_order_4 {
    order: 4;
  }
  .ws_col_lg_order_5 {
    order: 5;
  }
  .ws_col_lg_order_6 {
    order: 6;
  }
  .ws_col_lg_order_7 {
    order: 7;
  }
  .ws_col_lg_order_8 {
    order: 8;
  }
  .ws_col_lg_order_9 {
    order: 9;
  }
  .ws_col_lg_order_10 {
    order: 10;
  }
  .ws_col_lg_order_11 {
    order: 11;
  }
  .ws_col_lg_order_12 {
    order: 12;
  }
  .ws_col_lg_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_lg_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_lg_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_lg_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_lg_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_lg_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_lg_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_lg_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_lg_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_lg_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_lg_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_lg_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 980px) {
  .ws_col_md_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_md_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_md_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_md_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_md_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_md_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_md_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_md_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_md_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_md_order_1 {
    order: 1;
  }
  .ws_col_md_order_2 {
    order: 2;
  }
  .ws_col_md_order_3 {
    order: 3;
  }
  .ws_col_md_order_4 {
    order: 4;
  }
  .ws_col_md_order_5 {
    order: 5;
  }
  .ws_col_md_order_6 {
    order: 6;
  }
  .ws_col_md_order_7 {
    order: 7;
  }
  .ws_col_md_order_8 {
    order: 8;
  }
  .ws_col_md_order_9 {
    order: 9;
  }
  .ws_col_md_order_10 {
    order: 10;
  }
  .ws_col_md_order_11 {
    order: 11;
  }
  .ws_col_md_order_12 {
    order: 12;
  }
  .ws_col_md_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_md_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_md_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_md_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_md_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_md_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_md_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_md_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_md_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_md_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_md_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_md_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 800px) {
  .ws_col_cd_800_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_cd_800_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_cd_800_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_cd_800_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_cd_800_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_cd_800_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_cd_800_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_cd_800_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_cd_800_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_cd_800_order_1 {
    order: 1;
  }
  .ws_col_cd_800_order_2 {
    order: 2;
  }
  .ws_col_cd_800_order_3 {
    order: 3;
  }
  .ws_col_cd_800_order_4 {
    order: 4;
  }
  .ws_col_cd_800_order_5 {
    order: 5;
  }
  .ws_col_cd_800_order_6 {
    order: 6;
  }
  .ws_col_cd_800_order_7 {
    order: 7;
  }
  .ws_col_cd_800_order_8 {
    order: 8;
  }
  .ws_col_cd_800_order_9 {
    order: 9;
  }
  .ws_col_cd_800_order_10 {
    order: 10;
  }
  .ws_col_cd_800_order_11 {
    order: 11;
  }
  .ws_col_cd_800_order_12 {
    order: 12;
  }
  .ws_col_cd_800_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_cd_800_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_cd_800_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_cd_800_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_cd_800_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_cd_800_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_cd_800_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_cd_800_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_cd_800_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_cd_800_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_cd_800_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_cd_800_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .ws_col_sm_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_sm_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_sm_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_sm_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_sm_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_sm_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_sm_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_sm_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_sm_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_sm_order_1 {
    order: 1;
  }
  .ws_col_sm_order_2 {
    order: 2;
  }
  .ws_col_sm_order_3 {
    order: 3;
  }
  .ws_col_sm_order_4 {
    order: 4;
  }
  .ws_col_sm_order_5 {
    order: 5;
  }
  .ws_col_sm_order_6 {
    order: 6;
  }
  .ws_col_sm_order_7 {
    order: 7;
  }
  .ws_col_sm_order_8 {
    order: 8;
  }
  .ws_col_sm_order_9 {
    order: 9;
  }
  .ws_col_sm_order_10 {
    order: 10;
  }
  .ws_col_sm_order_11 {
    order: 11;
  }
  .ws_col_sm_order_12 {
    order: 12;
  }
  .ws_col_sm_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_sm_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_sm_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_sm_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_sm_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_sm_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_sm_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_sm_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_sm_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_sm_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_sm_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_sm_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 575px) {
  .ws_col_xs_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_xs_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_xs_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_xs_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_xs_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_xs_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_xs_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_xs_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_xs_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_xs_order_1 {
    order: 1;
  }
  .ws_col_xs_order_2 {
    order: 2;
  }
  .ws_col_xs_order_3 {
    order: 3;
  }
  .ws_col_xs_order_4 {
    order: 4;
  }
  .ws_col_xs_order_5 {
    order: 5;
  }
  .ws_col_xs_order_6 {
    order: 6;
  }
  .ws_col_xs_order_7 {
    order: 7;
  }
  .ws_col_xs_order_8 {
    order: 8;
  }
  .ws_col_xs_order_9 {
    order: 9;
  }
  .ws_col_xs_order_10 {
    order: 10;
  }
  .ws_col_xs_order_11 {
    order: 11;
  }
  .ws_col_xs_order_12 {
    order: 12;
  }
  .ws_col_xs_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_xs_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_xs_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_xs_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_xs_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_xs_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_xs_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_xs_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_xs_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_xs_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_xs_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_xs_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .ws_col_xxs_hide {
    display: none !important;
    padding: 0px !important;
  }
  .ws_col_xxs_show {
    display: block !important;
    padding: 0px !important;
  }
  .ws_col_xxs_auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ws_col_xxs_flex {
    flex: 1 1 auto;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_xxs_flex_1 {
    flex: 1 0;
    width: 0px;
    max-width: 100%;
  }
  .ws_col_xxs_62 {
    flex: 0 0 62%;
    max-width: 62%;
  }
  .ws_col_xxs_70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .ws_col_xxs_38 {
    flex: 0 0 38%;
    max-width: 38%;
  }
  .ws_col_xxs_30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .ws_col_xxs_order_1 {
    order: 1;
  }
  .ws_col_xxs_order_2 {
    order: 2;
  }
  .ws_col_xxs_order_3 {
    order: 3;
  }
  .ws_col_xxs_order_4 {
    order: 4;
  }
  .ws_col_xxs_order_5 {
    order: 5;
  }
  .ws_col_xxs_order_6 {
    order: 6;
  }
  .ws_col_xxs_order_7 {
    order: 7;
  }
  .ws_col_xxs_order_8 {
    order: 8;
  }
  .ws_col_xxs_order_9 {
    order: 9;
  }
  .ws_col_xxs_order_10 {
    order: 10;
  }
  .ws_col_xxs_order_11 {
    order: 11;
  }
  .ws_col_xxs_order_12 {
    order: 12;
  }
  .ws_col_xxs_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_col_xxs_11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .ws_col_xxs_10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .ws_col_xxs_9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .ws_col_xxs_8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .ws_col_xxs_7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .ws_col_xxs_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_col_xxs_5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .ws_col_xxs_4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .ws_col_xxs_3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_col_xxs_2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .ws_col_xxs_1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
}

.ws_calendar .fc-unthemed .fc-today, .progress_bar {
  background-color: var(--yellow-2);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}

.ws_form {
  margin: 50px 0px 90px;
}
@media only screen and (max-width: 620px) {
  .ws_form {
    margin-top: 0;
  }
}
.ws_form_header {
  margin-bottom: 40px;
}
.ws_form_header .form_icon {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  margin: 0 auto 35px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: var(--yellow-2);
}
.ws_form_header .form_icon img {
  display: block;
  margin: 0 auto;
}
.ws_form_header h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 41px;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 620px) {
  .ws_form_header h2 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 320px) {
  .ws_form_header h2 {
    font-size: 30px;
  }
}
.ws_form_header h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
  color: #999999;
  text-align: center;
}
@media only screen and (max-width: 620px) {
  .ws_form_header h4 {
    font-size: 20px;
    line-height: 41px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 320px) {
  .ws_form_header h4 {
    font-size: 18px;
    line-height: 34px;
  }
}
.ws_form_body_small {
  width: 100%;
  max-width: 492px;
  margin: 0 auto;
}
.ws_form_row {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 620px) {
  .ws_form_row {
    margin-left: -3px;
    margin-right: -3px;
  }
}
.ws_form_space_between {
  justify-content: space-between;
}
.ws_form_col_12 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_12 {
    padding: 0 3px;
  }
}
.ws_form_col_11 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_11 {
    padding: 0 3px;
  }
}
.ws_form_col_10 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_10 {
    padding: 0 3px;
  }
}
.ws_form_col_9 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_9 {
    padding: 0 3px;
  }
}
.ws_form_col_8 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_8 {
    padding: 0 3px;
  }
}
.ws_form_col_7 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_7 {
    padding: 0 3px;
  }
}
.ws_form_col_6 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_6 {
    padding: 0 3px;
  }
}
.ws_form_col_5 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_5 {
    padding: 0 3px;
  }
}
.ws_form_col_4 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_4 {
    padding: 0 3px;
  }
}
.ws_form_col_3 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_3 {
    padding: 0 3px;
  }
}
.ws_form_col_2 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_2 {
    padding: 0 3px;
  }
}
.ws_form_col_1 {
  padding: 0 10px;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_1 {
    padding: 0 3px;
  }
}
.ws_form_col_12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.ws_form_col_10 {
  flex: 0 0 83.3%;
  max-width: 83.3%;
}
.ws_form_col_9 {
  flex: 0 0 74.97%;
  max-width: 74.97%;
}
.ws_form_col_8 {
  flex: 0 0 66.64%;
  max-width: 66.64%;
}
.ws_form_col_6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 620px) {
  .ws_form_col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.ws_form_col_5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}
.ws_form_col_4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.ws_form_col_3 {
  flex: 0 0 24.99%;
  max-width: 24.99%;
}
.ws_form_col_2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}
.ws_form_col_1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}
.ws_form .alert {
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  border-radius: 3px;
  border: 1px solid transparent;
}
.ws_form .alert strong {
  font-weight: 100;
}
.ws_form .alert .alert-success {
  color: #4e864d;
  background: #b6e2a8;
  border-color: #94c593;
}

.form_group {
  margin-bottom: 21px;
}
.form_group label {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 11px;
  display: block;
}
@media only screen and (max-width: 1280px) {
  .form_group label {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.form_group label.with_check {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 620px) {
  .form_group label.with_check {
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-right: 36px;
  }
}
.form_group label.with_check .form_check {
  margin-left: 15px;
}
.form_group label.with_check.required .form_check {
  margin-left: 50px;
}
.form_group label.with_check.required .form_check .check_label {
  font-size: 12px;
}
.form_group label.label_btn {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.form_group label.label_btn .ws_btn {
  min-height: unset;
  height: unset;
  font-size: 16px;
  width: 20px;
}
.form_group label.template-name {
  font-weight: 600;
  word-break: break-all;
}
.form_group .label-group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.form_group .label-group label {
  margin-bottom: 0;
}
.form_group .label-group .label-actions {
  margin-right: 0;
  margin-left: auto;
}
.form_group .label-group .label-actions .button-reset {
  width: 16px;
  height: 16px;
  color: #bdbdbd;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
}
.form_group .label-group .label-actions .button-reset svg {
  display: block;
}
.form_group .help_text {
  font-size: 14px;
  color: #999;
}
.form_group canvas#sig-canvas {
  border-radius: 0px;
}
.form_group .tool_tip {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form_group .tool_tip label {
  flex: 1 1 auto;
  max-width: 100%;
}
.form_group .tool_tip #tooltip {
  flex: 0 0 auto;
  width: auto;
}
.form_group .tool_tip #tooltip svg {
  display: block;
}
.form_group .with_button {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form_group .with_button .label_btn {
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  min-height: 25px;
  max-width: 145px;
  padding: 0px;
}
@media only screen and (max-width: 380px) {
  .form_group .with_button .label_btn {
    margin-bottom: 10px;
  }
}
.form_group .currencyinput {
  position: relative;
}
.form_group .currencyinput .icon {
  position: absolute;
  top: 12px;
  left: 15px;
  font-size: 13px;
}
.form_group .currencyinput input {
  padding-left: 45px !important;
}
.form_group .currencyinput input.error {
  border-color: red;
}
.form_group .chosen-container .chosen-single,
.form_group .chosen-container.chosen-container-multi .chosen-choices,
.form_group .select2-container--default .select2-selection,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field,
.form_group .vsb-main button,
.form_group .form_control,
.form_group input[type=color],
.form_group input[type=date],
.form_group input[type=datetime-local],
.form_group input[type=email],
.form_group input[type=file],
.form_group input[type=image],
.form_group input[type=month],
.form_group input[type=number],
.form_group input[type=password],
.form_group input[type=search],
.form_group input[type=tel],
.form_group input[type=text],
.form_group input[type=time],
.form_group input[type=url],
.form_group input[type=week],
.form_group input[type=search],
.form_group textarea,
.form_group select {
  font-family: var(--font-family);
  padding: 9px 15px 9px 15px;
  min-height: 42px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  width: 100%;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px rgba(247, 222, 3, 0.05);
  resize: none;
}
@media only screen and (max-width: 620px) {
  .form_group .chosen-container .chosen-single,
  .form_group .chosen-container.chosen-container-multi .chosen-choices,
  .form_group .select2-container--default .select2-selection,
  .form_group .select2-container--default .select2-search--dropdown .select2-search__field,
  .form_group .vsb-main button,
  .form_group .form_control,
  .form_group input[type=color],
  .form_group input[type=date],
  .form_group input[type=datetime-local],
  .form_group input[type=email],
  .form_group input[type=file],
  .form_group input[type=image],
  .form_group input[type=month],
  .form_group input[type=number],
  .form_group input[type=password],
  .form_group input[type=search],
  .form_group input[type=tel],
  .form_group input[type=text],
  .form_group input[type=time],
  .form_group input[type=url],
  .form_group input[type=week],
  .form_group input[type=search],
  .form_group textarea,
  .form_group select {
    padding: 10px 10px 10px 13px;
  }
}
.form_group .chosen-container .chosen-single::-moz-placeholder, .form_group .chosen-container.chosen-container-multi .chosen-choices::-moz-placeholder, .form_group .select2-container--default .select2-selection::-moz-placeholder, .form_group .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder, .form_group .vsb-main button::-moz-placeholder, .form_group .form_control::-moz-placeholder, .form_group input[type=color]::-moz-placeholder, .form_group input[type=date]::-moz-placeholder, .form_group input[type=datetime-local]::-moz-placeholder, .form_group input[type=email]::-moz-placeholder, .form_group input[type=file]::-moz-placeholder, .form_group input[type=image]::-moz-placeholder, .form_group input[type=month]::-moz-placeholder, .form_group input[type=number]::-moz-placeholder, .form_group input[type=password]::-moz-placeholder, .form_group input[type=search]::-moz-placeholder, .form_group input[type=tel]::-moz-placeholder, .form_group input[type=text]::-moz-placeholder, .form_group input[type=time]::-moz-placeholder, .form_group input[type=url]::-moz-placeholder, .form_group input[type=week]::-moz-placeholder, .form_group input[type=search]::-moz-placeholder, .form_group textarea::-moz-placeholder, .form_group select::-moz-placeholder {
  color: #999999;
}
.form_group .chosen-container .chosen-single::placeholder,
.form_group .chosen-container.chosen-container-multi .chosen-choices::placeholder,
.form_group .select2-container--default .select2-selection::placeholder,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field::placeholder,
.form_group .vsb-main button::placeholder,
.form_group .form_control::placeholder,
.form_group input[type=color]::placeholder,
.form_group input[type=date]::placeholder,
.form_group input[type=datetime-local]::placeholder,
.form_group input[type=email]::placeholder,
.form_group input[type=file]::placeholder,
.form_group input[type=image]::placeholder,
.form_group input[type=month]::placeholder,
.form_group input[type=number]::placeholder,
.form_group input[type=password]::placeholder,
.form_group input[type=search]::placeholder,
.form_group input[type=tel]::placeholder,
.form_group input[type=text]::placeholder,
.form_group input[type=time]::placeholder,
.form_group input[type=url]::placeholder,
.form_group input[type=week]::placeholder,
.form_group input[type=search]::placeholder,
.form_group textarea::placeholder,
.form_group select::placeholder {
  color: #999999;
}
.form_group .chosen-container .chosen-single::-webkit-input-placeholder,
.form_group .chosen-container.chosen-container-multi .chosen-choices::-webkit-input-placeholder,
.form_group .select2-container--default .select2-selection::-webkit-input-placeholder,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder,
.form_group .vsb-main button::-webkit-input-placeholder,
.form_group .form_control::-webkit-input-placeholder,
.form_group input[type=color]::-webkit-input-placeholder,
.form_group input[type=date]::-webkit-input-placeholder,
.form_group input[type=datetime-local]::-webkit-input-placeholder,
.form_group input[type=email]::-webkit-input-placeholder,
.form_group input[type=file]::-webkit-input-placeholder,
.form_group input[type=image]::-webkit-input-placeholder,
.form_group input[type=month]::-webkit-input-placeholder,
.form_group input[type=number]::-webkit-input-placeholder,
.form_group input[type=password]::-webkit-input-placeholder,
.form_group input[type=search]::-webkit-input-placeholder,
.form_group input[type=tel]::-webkit-input-placeholder,
.form_group input[type=text]::-webkit-input-placeholder,
.form_group input[type=time]::-webkit-input-placeholder,
.form_group input[type=url]::-webkit-input-placeholder,
.form_group input[type=week]::-webkit-input-placeholder,
.form_group input[type=search]::-webkit-input-placeholder,
.form_group textarea::-webkit-input-placeholder,
.form_group select::-webkit-input-placeholder {
  color: #999999;
}
.form_group .chosen-container .chosen-single::-moz-input-placeholder,
.form_group .chosen-container.chosen-container-multi .chosen-choices::-moz-input-placeholder,
.form_group .select2-container--default .select2-selection::-moz-input-placeholder,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field::-moz-input-placeholder,
.form_group .vsb-main button::-moz-input-placeholder,
.form_group .form_control::-moz-input-placeholder,
.form_group input[type=color]::-moz-input-placeholder,
.form_group input[type=date]::-moz-input-placeholder,
.form_group input[type=datetime-local]::-moz-input-placeholder,
.form_group input[type=email]::-moz-input-placeholder,
.form_group input[type=file]::-moz-input-placeholder,
.form_group input[type=image]::-moz-input-placeholder,
.form_group input[type=month]::-moz-input-placeholder,
.form_group input[type=number]::-moz-input-placeholder,
.form_group input[type=password]::-moz-input-placeholder,
.form_group input[type=search]::-moz-input-placeholder,
.form_group input[type=tel]::-moz-input-placeholder,
.form_group input[type=text]::-moz-input-placeholder,
.form_group input[type=time]::-moz-input-placeholder,
.form_group input[type=url]::-moz-input-placeholder,
.form_group input[type=week]::-moz-input-placeholder,
.form_group input[type=search]::-moz-input-placeholder,
.form_group textarea::-moz-input-placeholder,
.form_group select::-moz-input-placeholder {
  color: #999999;
}
.form_group .chosen-container .chosen-single::-ms-input-placeholder,
.form_group .chosen-container.chosen-container-multi .chosen-choices::-ms-input-placeholder,
.form_group .select2-container--default .select2-selection::-ms-input-placeholder,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder,
.form_group .vsb-main button::-ms-input-placeholder,
.form_group .form_control::-ms-input-placeholder,
.form_group input[type=color]::-ms-input-placeholder,
.form_group input[type=date]::-ms-input-placeholder,
.form_group input[type=datetime-local]::-ms-input-placeholder,
.form_group input[type=email]::-ms-input-placeholder,
.form_group input[type=file]::-ms-input-placeholder,
.form_group input[type=image]::-ms-input-placeholder,
.form_group input[type=month]::-ms-input-placeholder,
.form_group input[type=number]::-ms-input-placeholder,
.form_group input[type=password]::-ms-input-placeholder,
.form_group input[type=search]::-ms-input-placeholder,
.form_group input[type=tel]::-ms-input-placeholder,
.form_group input[type=text]::-ms-input-placeholder,
.form_group input[type=time]::-ms-input-placeholder,
.form_group input[type=url]::-ms-input-placeholder,
.form_group input[type=week]::-ms-input-placeholder,
.form_group input[type=search]::-ms-input-placeholder,
.form_group textarea::-ms-input-placeholder,
.form_group select::-ms-input-placeholder {
  color: #999999;
}
.form_group .chosen-container .chosen-single::-o-input-placeholder,
.form_group .chosen-container.chosen-container-multi .chosen-choices::-o-input-placeholder,
.form_group .select2-container--default .select2-selection::-o-input-placeholder,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field::-o-input-placeholder,
.form_group .vsb-main button::-o-input-placeholder,
.form_group .form_control::-o-input-placeholder,
.form_group input[type=color]::-o-input-placeholder,
.form_group input[type=date]::-o-input-placeholder,
.form_group input[type=datetime-local]::-o-input-placeholder,
.form_group input[type=email]::-o-input-placeholder,
.form_group input[type=file]::-o-input-placeholder,
.form_group input[type=image]::-o-input-placeholder,
.form_group input[type=month]::-o-input-placeholder,
.form_group input[type=number]::-o-input-placeholder,
.form_group input[type=password]::-o-input-placeholder,
.form_group input[type=search]::-o-input-placeholder,
.form_group input[type=tel]::-o-input-placeholder,
.form_group input[type=text]::-o-input-placeholder,
.form_group input[type=time]::-o-input-placeholder,
.form_group input[type=url]::-o-input-placeholder,
.form_group input[type=week]::-o-input-placeholder,
.form_group input[type=search]::-o-input-placeholder,
.form_group textarea::-o-input-placeholder,
.form_group select::-o-input-placeholder {
  color: #999999;
}
.form_group .chosen-container .chosen-single:focus,
.form_group .chosen-container.chosen-container-multi .chosen-choices:focus,
.form_group .select2-container--default .select2-selection:focus,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field:focus,
.form_group .vsb-main button:focus,
.form_group .form_control:focus,
.form_group input[type=color]:focus,
.form_group input[type=date]:focus,
.form_group input[type=datetime-local]:focus,
.form_group input[type=email]:focus,
.form_group input[type=file]:focus,
.form_group input[type=image]:focus,
.form_group input[type=month]:focus,
.form_group input[type=number]:focus,
.form_group input[type=password]:focus,
.form_group input[type=search]:focus,
.form_group input[type=tel]:focus,
.form_group input[type=text]:focus,
.form_group input[type=time]:focus,
.form_group input[type=url]:focus,
.form_group input[type=week]:focus,
.form_group input[type=search]:focus,
.form_group textarea:focus,
.form_group select:focus {
  border-color: var(--workspace-color);
}
.form_group .chosen-container .chosen-single:disabled,
.form_group .chosen-container.chosen-container-multi .chosen-choices:disabled,
.form_group .select2-container--default .select2-selection:disabled,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.form_group .vsb-main button:disabled,
.form_group .form_control:disabled,
.form_group input[type=color]:disabled,
.form_group input[type=date]:disabled,
.form_group input[type=datetime-local]:disabled,
.form_group input[type=email]:disabled,
.form_group input[type=file]:disabled,
.form_group input[type=image]:disabled,
.form_group input[type=month]:disabled,
.form_group input[type=number]:disabled,
.form_group input[type=password]:disabled,
.form_group input[type=search]:disabled,
.form_group input[type=tel]:disabled,
.form_group input[type=text]:disabled,
.form_group input[type=time]:disabled,
.form_group input[type=url]:disabled,
.form_group input[type=week]:disabled,
.form_group input[type=search]:disabled,
.form_group textarea:disabled,
.form_group select:disabled {
  background-color: #F7F7F7;
  border-color: #E0E0E0;
}
.form_group .chosen-container .chosen-single.round,
.form_group .chosen-container.chosen-container-multi .chosen-choices.round,
.form_group .select2-container--default .select2-selection.round,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field.round,
.form_group .vsb-main button.round,
.form_group .form_control.round,
.form_group input[type=color].round,
.form_group input[type=date].round,
.form_group input[type=datetime-local].round,
.form_group input[type=email].round,
.form_group input[type=file].round,
.form_group input[type=image].round,
.form_group input[type=month].round,
.form_group input[type=number].round,
.form_group input[type=password].round,
.form_group input[type=search].round,
.form_group input[type=tel].round,
.form_group input[type=text].round,
.form_group input[type=time].round,
.form_group input[type=url].round,
.form_group input[type=week].round,
.form_group input[type=search].round,
.form_group textarea.round,
.form_group select.round {
  border-radius: 50px;
}
.form_group .chosen-container .chosen-single.transparent,
.form_group .chosen-container.chosen-container-multi .chosen-choices.transparent,
.form_group .select2-container--default .select2-selection.transparent,
.form_group .select2-container--default .select2-search--dropdown .select2-search__field.transparent,
.form_group .vsb-main button.transparent,
.form_group .form_control.transparent,
.form_group input[type=color].transparent,
.form_group input[type=date].transparent,
.form_group input[type=datetime-local].transparent,
.form_group input[type=email].transparent,
.form_group input[type=file].transparent,
.form_group input[type=image].transparent,
.form_group input[type=month].transparent,
.form_group input[type=number].transparent,
.form_group input[type=password].transparent,
.form_group input[type=search].transparent,
.form_group input[type=tel].transparent,
.form_group input[type=text].transparent,
.form_group input[type=time].transparent,
.form_group input[type=url].transparent,
.form_group input[type=week].transparent,
.form_group input[type=search].transparent,
.form_group textarea.transparent,
.form_group select.transparent {
  background-color: transparent;
}
.form_group .input-group-prepend {
  position: relative;
}
.form_group .input-group-prepend input {
  padding-left: 75px;
}
.form_group .input-group-text {
  position: absolute;
  top: 1px;
  left: 1px;
  height: 40px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background-color: #f7f7f7;
  border-radius: 3px;
  color: #999999;
}
.form_group input[type=range] {
  width: 100%;
}
.form_group .input_color {
  position: relative;
}
.form_group .input_color label {
  margin-top: 0px;
  margin-bottom: 23px;
  font-family: var(--font-family);
  padding: 0px 17px 0px 0px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  width: 100%;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px rgba(247, 222, 3, 0.05);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form_group .input_color label .color_box {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 3px 0px 0px 3px;
  background: #D3972A;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.form_group .input_color label p {
  margin-bottom: 0;
  flex: 1 0;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  border-left: 1px solid #e0e0e0;
}
.form_group .input_color label svg {
  width: 18px;
  height: 18px;
  stroke: var(--yellow-2);
}
.form_group .input_color input {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.form_group .input_color input:focus + label {
  border-color: var(--workspace-color);
  box-shadow: 0px 8px 15px rgba(247, 222, 3, 0.05);
}
.form_group .input_color input:disabled + label {
  background-color: #F7F7F7;
  border-color: #E0E0E0;
}
.form_group .input_color_2 label .color_box {
  width: 30px;
  height: 30px;
  margin: 6px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.form_group .input_color_2 label p {
  border-left: 0px;
  padding-left: 6px;
}
.form_group .ui-slider.ui-widget-content {
  border: none;
  background: transparent;
  position: relative;
}
.form_group .ui-slider.ui-widget-content::after {
  content: "";
  display: block;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  height: 1px;
  background-color: #000000;
  z-index: 1;
  position: absolute;
}
.form_group .ui-slider .ui-widget-header {
  background: transparent;
}
.form_group .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  background: #ffffff;
  border-radius: 50%;
}
.form_group .ui-slider.ui-slider-horizontal .ui-slider-handle {
  margin-left: 0;
  top: -0.1em;
}
.form_group .chosen-container.chosen-container-multi {
  height: auto;
}
.form_group .chosen-container.chosen-container-multi .chosen-choices {
  display: flex;
  flex-wrap: wrap;
  overflow: unset;
  box-shadow: none !important;
  background: transparent;
}
.form_group .chosen-container.chosen-container-multi .chosen-choices .search-choice {
  margin: 0px 0px 5px;
  background: transparent;
}
.form_group .chosen-container.chosen-container-multi .chosen-choices .search-choice .search-choice-close:before {
  content: "X";
  font-size: 10px;
}
.form_group .chosen-container.chosen-container-multi .chosen-choices .search-field {
  flex: 0 0 100%;
  max-width: 100%;
}
.form_group .chosen-container.chosen-container-multi .chosen-choices .search-field input {
  min-height: auto;
  height: 100%;
  width: 100% !important;
  margin: 0px;
}
.form_group .chosen-container.chosen-container-multi .chosen-results li :hover {
  background: #e0e0e0;
}
.form_group .chosen-container.chosen-container-multi .chosen-results li.highlighted {
  color: #000000;
  background-color: #e0e0e0;
  background-image: none;
}
.form_group .chosen-container.chosen-container-multi .chosen-results li.highlighted :hover {
  background-color: #e0e0e0;
}
.form_group .select2-container--default .select2-selection.select2-selection--multiple ul {
  padding: 0px;
  white-space: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.form_group .select2-container--default .select2-selection.select2-selection--multiple ul li.select2-selection__choice {
  white-space: nowrap;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 24px;
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 5px 10px;
  float: none;
  order: 1;
  display: inline-block;
  border-radius: 25px;
}
.form_group .select2-container--default .select2-selection.select2-selection--multiple ul li.select2-selection__choice .select2-selection__choice__remove {
  font-size: 26px;
  width: 10px;
  height: 10px;
  line-height: 0;
  transform: translateY(2px);
  margin-right: 5px;
}
.form_group .select2-container--default .select2-selection.select2-selection--multiple ul li.select2-search {
  float: none;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  flex: 0 0 100%;
  max-width: 100%;
}
.form_group .select2-container--default .select2-selection.select2-selection--multiple ul li.select2-search .select2-search__field {
  width: 100% !important;
  min-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.form_group .select2-container--default .select2-selection.select2-selection--multiple ul li.select2-search .select2-search__field:focus {
  border-color: var(--yellow-2) !important;
}
.form_group .select2-container--default .select2-selection .select2-selection__arrow {
  display: none;
}
.form_group .select2-container--focus .select2-selection.select2-selection--multiple, .form_group .select2-container--focus .select2-selection.select2-selection--single {
  border-color: var(--yellow-2);
}
.form_group .select2-container {
  width: 100% !important;
}
.form_group .form_control {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}
.form_group .form_control.no_arrow {
  background-image: none !important;
}
.form_group .form_control svg {
  width: 16px;
  height: 16px;
  color: var(--yellow-2);
  margin-right: 10px;
}
.form_group .form_control svg.path path {
  fill: var(--yellow-2);
  stroke-width: 0px;
  stroke: transparent;
}
.form_group .vsb-main {
  display: block;
}
.form_group .vsb-main button {
  min-width: auto !important;
  max-width: unset !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 3px !important;
}
.form_group .vsb-main button .caret {
  display: none;
}
.form_group .vsb-main .vsb-menu {
  width: 100%;
}
.form_group .vsb-main .vsb-menu ul {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0px;
  white-space: normal;
}
.form_group .vsb-main .vsb-menu ul .vsb-js-search-zone {
  padding: 0px;
}
.form_group .vsb-main .vsb-menu ul .vsb-js-search-zone input {
  min-height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.form_group .vsb-main .vsb-menu ul li {
  display: block;
  position: relative;
  font-size: 13px;
  word-break: break-word;
}
.form_group .vsb-main .vsb-menu ul li:hover {
  background: transparent;
}
.form_group .vsb-main .vsb-menu ul li::before, .form_group .vsb-main .vsb-menu ul li::after {
  float: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  position: absolute;
}
.form_group .vsb-main .vsb-menu ul li::before {
  position: absolute;
  top: 5px;
  left: 5px;
}
.form_group .vsb-main .vsb-menu ul li::after {
  height: 7px;
  width: 3px;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  top: 7px;
  left: 10px;
}
.form_group .vsb-main .vsb-js-search-zone {
  position: unset;
  width: 100%;
}
.form_group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: 0px;
  color: #000000;
}
.form_group select,
.form_group .form_control, .form_group.time_zone .chosen-container .chosen-single,
.form_group .vsb-main button,
.form_group .select2-container--default .select2-selection--single {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
  background-image: url("/imgs/icons/chevron-down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px top 9px !important;
  background-size: 24px !important;
  padding-right: 45px;
}
.form_group .error_msg,
.form_group label.error,
.form_group .invalid-feedback {
  font-size: 14px;
  font-weight: 400;
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 0;
}
.form_group .error_msg strong,
.form_group label.error strong,
.form_group .invalid-feedback strong {
  font-weight: 400;
}
.form_group label.success {
  font-size: 14px;
  font-weight: 400;
  color: #155724;
  margin-top: 5px;
  margin-bottom: 0;
}
.form_group_btn {
  display: flex;
  justify-content: flex-start;
}
.form_group_btn.wrap {
  flex-wrap: wrap;
}
.form_group_btn.wrap textarea {
  flex: 1 0;
  width: 0px;
}
.form_group_btn.wrap label.error {
  order: 1;
  flex: 0 0 100%;
  width: 0;
}
@media only screen and (max-width: 480px) {
  .form_group_btn {
    flex-wrap: wrap;
  }
}
.form_group_btn input {
  flex: 1 1 auto;
  max-width: 100%;
  border-right-width: 0px !important;
  border-radius: 3px 0px 0px 3px;
  margin-right: -20px;
  padding-right: 40px !important;
}
@media only screen and (max-width: 480px) {
  .form_group_btn input {
    border-right-width: 1px !important;
    border-radius: 3px;
    padding-right: 21px !important;
  }
}
.form_group_btn.with-border {
  flex-wrap: wrap;
}
.form_group_btn.with-border .form_control {
  flex: 1 0;
  border-right-width: 1px !important;
  margin-right: 0px;
}
.form_group_btn.with-border label {
  order: 1;
}
.form_group_btn.remove_field .new_control {
  border-right-width: 1px !important;
}
.form_group_btn .social_sharing {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px 13px;
  margin-right: -20px;
  padding-right: 45px;
}
@media only screen and (max-width: 480px) {
  .form_group_btn .social_sharing {
    order: 1;
    border: none;
    margin-top: 15px;
  }
}
.form_group_btn .social_sharing ul {
  padding-top: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}
.form_group_btn .social_sharing ul li:last-child {
  margin-right: 0px;
}
.form_group_btn .social_sharing ul li a {
  display: block;
}
.form_group_btn .social_sharing ul li svg {
  display: block;
}
.form_group_btn .ws_btn {
  max-width: 168px;
  width: 100%;
}
@media only screen and (max-width: 480px) {
  .form_group_btn .ws_btn {
    margin-top: 15px;
  }
}
.form_group_input {
  display: flex;
}
.form_group_input input[type=date] {
  border-radius: 3px 0px 0px 3px;
  flex: 1 1 auto;
}
.form_group_input input[type=time] {
  border-radius: 0px 3px 3px 0px;
  margin-left: -1px;
  flex: 1 1 auto;
  max-width: 127px;
}
.form_group.time_zone .chosen-container {
  width: 100% !important;
  height: 42px;
  position: relative;
}
.form_group.time_zone .chosen-container .chosen-single {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 10px 30px 10px 17px;
  font-size: 12px;
  font-weight: 400;
}
.form_group.time_zone .chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  list-style-type: none;
  z-index: 9;
}
.form_group.time_zone .chosen-container .chosen-drop .chosen-search {
  padding: 10px;
}
.form_group.time_zone .chosen-container .chosen-drop .chosen-search input {
  height: 30px;
  min-height: auto;
  padding: 5px 17px;
  background: none;
}
.form_group.time_zone .chosen-container .chosen-drop ul {
  padding: 10px 0px;
  max-height: 300px;
  overflow-y: auto;
}
.form_group.time_zone .chosen-container .chosen-drop ul li {
  font-size: 12px;
  padding: 6px 20px;
  margin-bottom: 3px;
  cursor: pointer;
}
.form_group.time_zone .chosen-container .chosen-drop ul li:hover {
  background: #f1f1f1;
  color: #000;
}
.form_group label.ws_btn {
  display: flex;
  margin-bottom: 0px;
}
.form_group label.ws_btn:hover {
  color: #fff;
}
.form_group.value_group {
  margin-bottom: 16px;
}
.form_group.value_group label {
  margin-bottom: 5px;
  color: #999999;
  font-size: 12px;
}
.form_group.value_group p.value {
  color: #000000;
  font-size: 14px;
  word-break: break-word;
}
.form_group.sprate {
  margin-bottom: 35px;
}
.form_group .password {
  position: relative;
}
.form_group .password_action {
  position: absolute;
  top: 50%;
  right: 16px;
  display: flex;
  align-item: center;
  justify-content: flex-end;
  transform: translate(0px, -50%);
}
.form_group .password_action button {
  background-color: transparent;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
}
.form_group .password_action button:last-child {
  margin-right: 0px;
}
.form_group .password_action button .hide {
  display: none;
}
.form_group .password_action svg {
  width: 14px;
  height: 14px;
  display: block;
}
.form_group .password_action #tooltip svg {
  stroke: unset;
  width: 14px;
  height: 14px;
}
.form_group .input_group {
  display: flex;
}
.form_group .input_group select {
  width: 125px;
  border-radius: 3px 0px 0px 3px;
  border-right: none;
}
.form_group .input_group select.selection-2 {
  width: 150px;
}
.form_group .input_group input {
  border-radius: 0px 3px 3px 0px;
}
.form_group .plan_type .ws_btn_select_2 .ws_btn_sm {
  min-height: 34px;
}
.form_group .toggle_container .toggle-btn {
  display: inline-flex;
}
.form_group.payment-date {
  display: flex;
  flex-wrap: wrap;
}
.form_group.payment-date label {
  width: 100%;
}
.form_group.payment-date label.error {
  order: 1;
}
.form_group.payment-date input.error {
  border-color: red;
}
.form_group.payment-date input:not(.error) + label.error {
  display: none;
}
.form_group.payment-date input#date_paid.error + label.error + #time_paid.error + label.error {
  display: none !important;
}
.form_group.payment-date input[type=date] {
  width: 55%;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form_group.payment-date input[type=time] {
  width: 45%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form_group_button .ws_btn {
  width: 100%;
  border-radius: 3px;
}
.form_group_button .ws_btn:hover {
  transform: unset;
}
.form_group_button textarea + .ws_btn {
  border-radius: 0 0 3px 3px;
}
.form_action {
  margin-top: 41px;
}
@media only screen and (max-width: 320px) {
  .form_action {
    margin-top: 30px;
  }
}
.form_action.two_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.form_action.two_btn .ws_btn {
  flex: 1 1 auto;
  width: 100%;
  margin: 0px 10px;
  font-size: 16px;
}
.form_action.two_btn .ws_btn img {
  margin-right: 10px;
}
.form_action_2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 420px) {
  .form_action_2 > div {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 420px) {
  .form_action_2 {
    justify-content: center;
  }
}
.form_action.button_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.form_action.button_group .ws_btn {
  margin: 0px 10px;
  flex: 1 1 0;
  width: auto;
  min-width: unset;
}
.form_action.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.form_action p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
}
.form_action p br {
  display: none;
}
@media only screen and (max-width: 620px) {
  .form_action p br {
    display: inline;
  }
}
.form_caption {
  box-sizing: border-box;
  margin-top: 37px;
}
@media only screen and (max-width: 620px) {
  .form_caption {
    padding: 28px 30px;
  }
}
.form_caption p {
  text-align: left;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.form_caption p .ws_line_link {
  color: #999999;
}
@media only screen and (max-width: 320px) {
  .form_caption p br {
    display: none;
  }
}
.form_caption_header {
  padding-bottom: 24px;
  border-bottom: 1px solid #BDBDBD;
}
@media only screen and (max-width: 575px) {
  .form_caption_header {
    border: none;
  }
}
.form_caption_body {
  padding-top: 42px;
}
@media only screen and (max-width: 575px) {
  .form_caption_body {
    padding-top: 30px;
  }
}
.form_section {
  margin-bottom: 91px;
}
.form_section .section_header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 58px;
}
.form_section .section_header.top {
  margin-top: 45px;
}
@media only screen and (max-width: 620px) {
  .form_section .section_header.top {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 620px) {
  .form_section .section_header {
    flex-wrap: wrap;
    margin-bottom: 0px;
  }
}
.form_section .section_header h2 {
  font-size: 46px;
  line-height: 41px;
  font-weight: 400;
  color: #000000;
  margin-right: 42px;
  font-family: var(--font-family-2);
}
@media only screen and (max-width: 620px) {
  .form_section .section_header h2 {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 26px;
  }
}
@media only screen and (max-width: 320px) {
  .form_section .section_header h2 {
    font-size: 28px;
  }
}
.form_section .section_body .payment_card_row {
  margin-bottom: 33px;
}
.form_section .section_body .promo_code_row .ws_btn {
  margin-top: 20px;
  width: 100%;
}
.form_section .section_body .promo_caption {
  padding: 36px 57px 43px;
}
@media only screen and (max-width: 320px) {
  .form_section .section_body .promo_caption h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .form_section .section_body .promo_caption .title {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.form_section .section_body .promo_caption .title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 41px;
  margin-left: 26px;
  font-family: var(--font-family-2);
}
@media only screen and (max-width: 575px) {
  .form_section .section_body .promo_caption .title h2 {
    font-size: 36px;
    text-align: center;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 24px;
  }
}
.form_section .section_body .promo_caption .title h2.old {
  text-decoration-line: line-through;
}
.form_section .section_body .promo_caption .price {
  display: flex;
  align-items: flex-end;
}
.form_section .section_body .promo_caption .price svg {
  stroke: var(--workspace-color);
  stroke-width: 3px;
  width: 33px;
  height: 33px;
}
.form_section .section_body .promo_caption .info ul {
  list-style-type: none;
}
.form_section .section_body .promo_caption .info ul li {
  display: block;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 31px;
}
@media only screen and (max-width: 575px) {
  .form_section .section_body .promo_caption .info ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.form_section .section_body .promo_caption .info ul li svg {
  height: 16px;
  width: 16px;
  stroke: var(--workspace-color);
  margin-right: 10px;
}
.form_section .section_body .promo_caption .info ul li.align-check {
  position: relative;
  padding-left: 26px;
  padding-right: 26px;
}
@media only screen and (max-width: 768px) {
  .form_section .section_body .promo_caption .info ul li.align-check br {
    display: none;
  }
}
.form_section .section_body .promo_caption .info ul li.align-check svg {
  position: absolute;
  left: 0px;
  top: 8px;
  margin-right: 0;
}
.form_section .section_body .promo_caption .action {
  flex: 1 1 auto;
  max-width: 538px;
  margin-left: 35px;
}
.form_section .section_body .promo_row {
  display: flex;
  justify-content: flex-end;
}
.form_section .section_body .promo_saprate {
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .form_section .section_body .promo_saprate {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.form_section .section_body .promo_h_center {
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .form_section .section_body .promo_h_center {
    align-items: flex-start;
  }
}
.form_section .section_note {
  margin-top: 28px;
}
.form_section .section_note p {
  font-size: 16px;
  line-height: 160%;
  color: #999999;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.form_section .section_footer {
  margin-top: 45px;
}
.form_section .section_footer p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}

.form_group.float-field {
  padding-top: 20px;
  position: relative;
}
.form_group.float-field .form-control {
  min-height: 44px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #BDBDBD;
  padding: 10px 0px !important;
  --color: transparent;
}
.form_group.float-field .form-control::-webkit-input-placeholder {
  color: var(--color);
}
.form_group.float-field .form-control::-moz-input-placeholder {
  color: var(--color);
}
.form_group.float-field .form-control::-ms-input-placeholder {
  color: var(--color);
}
.form_group.float-field .form-control::-o-input-placeholder {
  color: var(--color);
}
.form_group.float-field .form-control:-webkit-autofill, .form_group.float-field .form-control:-webkit-autofill:hover, .form_group.float-field .form-control:-webkit-autofill:focus {
  border-color: #000000;
  -webkit-box-shadow: 0 0 0px 40rem white inset;
}
.form_group.float-field .form-control:-webkit-autofill + .float-label, .form_group.float-field .form-control:-webkit-autofill:hover + .float-label, .form_group.float-field .form-control:-webkit-autofill:focus + .float-label {
  top: 0;
}
.form_group.float-field .form-control:not(:-moz-placeholder-shown) + .float-label {
  top: 0px;
  min-height: 1px;
}
.form_group.float-field .form-control:focus + .float-label, .form_group.float-field .form-control:not(:placeholder-shown) + .float-label, .form_group.float-field .form-control.active:focus + .float-label, .form_group.float-field .form-control.active + .float-label {
  top: 0px;
  min-height: 1px;
}
.form_group.float-field .form-control:disabled {
  border-color: #BDBDBD;
  background: transparent;
}
.form_group.float-field .form-control:disabled + .float-label {
  color: #BDBDBD;
}
.form_group.float-field.active {
  top: 0px;
  min-height: 1px;
}
.form_group.float-field .with_button {
  position: absolute;
  top: 20px;
  min-height: 44px;
  right: 0px;
  width: auto;
  display: inline-flex;
  align-items: center;
  z-index: 9;
}
.form_group.float-field.forgot-field .form-control {
  padding-right: 70px;
}
.form_group.float-field .float-label {
  margin-bottom: 0px;
  min-height: 44px;
  position: absolute;
  width: 100%;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s linear;
}

.select2-container .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: var(--yellow-2);
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 12px;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option--highlighted {
  background-color: var(--yellow-2);
}

.ws_spce_bt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ws_vali-posit {
  position: relative;
}
.ws_vali-posit .form_group_btn label.error {
  position: absolute;
  bottom: -20px;
}

.flex_order {
  display: flex;
  flex-direction: column;
}
.flex_order .error {
  order: 1;
}

.ws_form_wrapper .result {
  position: absolute;
  top: 155px;
  left: 42px;
}
.ws_d_flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ws_color_link {
  color: var(--yellow-2);
  text-decoration: underline;
}
.ws_color_link.blue {
  color: #102fea;
}
.ws_btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  width: auto;
  min-height: 50px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #000000;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}
@media only screen and (max-width: 1366px) {
  .ws_btn {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 475px) {
  .ws_btn {
    padding: 0px 15px;
    font-size: 14px;
  }
}
.ws_btn .plane,
.ws_btn .hover {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.ws_btn .plane {
  position: unset;
}
.ws_btn .plane svg {
  color: currentColor;
}
.ws_btn .plane .path path {
  fill: currentColor;
  stroke-width: 0px;
  stroke: transparent;
}
.ws_btn .hover {
  top: 100%;
  color: #fff;
}
.ws_btn .hover .path path {
  fill: currentColor;
  stroke-width: 0px;
  stroke: transparent;
}
.ws_btn .copy_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  position: absolute;
}
.ws_btn svg,
.ws_btn img {
  height: 16px;
  width: 16px;
  margin-left: 10px;
}
.ws_btn svg.keyboard,
.ws_btn img.keyboard {
  stroke: none;
}
.ws_btn.active, .ws_btn:hover {
  cursor: pointer;
  background-color: #000000;
  color: #ffffff;
}
.ws_btn.active svg, .ws_btn:hover svg {
  color: #fff;
}
.ws_btn:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
}
.ws_btn:hover svg {
  color: #fff;
}
.ws_btn_rounded {
  border-radius: 10px;
}
.ws_btn-lg {
  min-height: 60px;
}
.ws_btn.copied .hover,
.ws_btn.copied .plane {
  opacity: 0;
  transform: scale(0);
}
.ws_btn.copied .copy_box {
  opacity: 1;
  transform: scale(1);
}
.ws_btn_sm {
  min-height: 42px;
}
.ws_btn_xs {
  min-height: 36px;
}
.ws_btn_xxs {
  min-height: 30px;
}
.ws_btn_xxs_2 {
  font-size: 14px;
  padding: 0px 15px;
}
.ws_btn_black {
  background-color: #000000;
  color: #ffffff;
}
.ws_btn_black svg {
  color: currentColor;
}
.ws_btn_yellow {
  background-color: var(--yellow-2);
  color: #fff;
  border: none;
}
.ws_btn_plane {
  background-color: transparent;
  color: #999999;
}
.ws_btn_plane:hover {
  cursor: pointer;
  background-color: #000000;
  color: #fff;
}
.ws_btn_transparent {
  background-color: transparent;
  color: #000000;
  border: none;
  padding: 0px;
  font-size: 14px;
  min-width: unset !important;
}
.ws_btn_transparent svg {
  color: var(--yellow-2);
}
.ws_btn_transparent .hover {
  color: #000000;
}
.ws_btn_transparent:hover {
  background-color: transparent;
  transform: translateY(-4px);
  box-shadow: none;
  color: #000000;
}
.ws_btn_transparent:hover svg {
  color: var(--yellow-2);
}
.ws_btn_transparent.ws_icon_black svg {
  color: #000;
}
.ws_btn_transparent_grey {
  color: #999999;
}
.ws_btn_transparent_grey svg {
  color: inherit !important;
  margin-bottom: -1px;
}
.ws_btn_transparent_grey_big {
  font-size: 16px;
}
.ws_btn_transparent_grey_big svg {
  width: 18px;
  height: 18px;
  margin-bottom: -1px;
}
.ws_btn_transparent_grey:hover {
  transform: unset;
  color: #000000;
}
.ws_btn_auto {
  width: auto;
  min-width: 88px;
}
.ws_btn_200 {
  min-width: 200px;
}
.ws_btn_left {
  text-align: left;
}
.ws_btn_border {
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}
.ws_btn_border:hover {
  border-color: var(--yellow-2);
}
.ws_btn_icon {
  height: 30px;
  width: 30px;
  min-height: unset;
  padding: 0;
  color: #999999;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.ws_btn_icon.active, .ws_btn_icon:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_icon_left svg,
.ws_btn_icon_left img {
  margin-left: 0px;
  margin-right: 10px;
}
.ws_btn_icon_left svg.zoom,
.ws_btn_icon_left img.zoom {
  width: auto;
  height: 24px;
}
.ws_btn_icon_left svg.feather-check,
.ws_btn_icon_left img.feather-check {
  margin-left: 10px;
  margin-right: 0px;
}
.ws_btn_icon svg,
.ws_btn_icon img {
  margin-left: 0px;
  transition: all 0.3s ease;
}
.ws_btn_icon:hover {
  background-color: transparent !important;
  color: var(--workspace-color);
}
.ws_btn_icon:hover svg {
  color: inherit;
}
.ws_btn_icon_black {
  background-color: #000000;
}
.ws_btn_icon_black.active, .ws_btn_icon_black:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_icon_black svg {
  color: #fff;
}
.ws_btn_icon_black:hover {
  background-color: #000000 !important;
}
.ws_btn_icon_black:hover svg {
  color: #fff !important;
}
.ws_btn_icon_lg {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  min-height: 42px;
}
.ws_btn_icon_lg.active, .ws_btn_icon_lg:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_icon_xl {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  min-height: 60px;
}
.ws_btn_icon_xl.active, .ws_btn_icon_xl:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_icon_xl svg {
  width: 20px;
  height: 20px;
}
.ws_btn_icon_md {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  min-height: 32px;
}
.ws_btn_icon_md.active, .ws_btn_icon_md:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_icon_md svg {
  width: 20px;
  height: 20px;
}
.ws_btn_icon_color.active, .ws_btn_icon_color:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_icon_color svg {
  color: var(--workspace-color);
}
.ws_btn_icon_color .plane svg {
  color: var(--workspace-color);
}
.ws_btn_icon_color:hover svg {
  color: #000000;
}
.ws_btn_icon_big {
  width: 42px;
  height: 42px;
}
.ws_btn_icon_big.active, .ws_btn_icon_big:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_icon_big svg {
  width: 24px;
  height: 24px;
}
.ws_btn_icon_big_2 svg {
  width: 20px;
  height: 20px;
}
.ws_btn_select {
  border: none;
}
.ws_btn_select input[type=radio] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.ws_btn_select input[type=radio] + label {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: none;
}
.ws_btn_select input[type=radio] + label.active, .ws_btn_select input[type=radio] + label:hover {
  transform: unset;
  box-shadow: none;
}
.ws_btn_select input[type=radio] + label .unchecked,
.ws_btn_select input[type=radio] + label .checked {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.ws_btn_select input[type=radio] + label .unchecked {
  top: 0;
}
.ws_btn_select input[type=radio] + label .checked {
  top: 100%;
}
.ws_btn_select input[type=radio] + label .checked svg {
  display: block;
  color: var(--yellow-2);
}
.ws_btn_select input[type=radio]:checked + label {
  background-color: #000000;
  color: #fff;
}
.ws_btn_select input[type=radio]:checked + label .unchecked {
  top: -100%;
}
.ws_btn_select input[type=radio]:checked + label .checked {
  top: 0;
}
.ws_btn_select input[type=radio]:checked + label.ws_btn_plane span {
  color: var(--workspace-color);
}
.ws_btn_select_2 input[type=radio] + label {
  position: relative;
  font-size: 14px !important;
}
@media only screen and (max-width: 1559px) {
  .ws_btn_select_2 input[type=radio] + label {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .ws_btn_select_2 input[type=radio] + label {
    padding: 0px 10px;
  }
}
.ws_btn_select_2 input[type=radio] + label svg {
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 1559px) {
  .ws_btn_select_2 input[type=radio] + label svg {
    right: 20px;
  }
}
.ws_btn_select_2 input[type=radio]:checked + label {
  background-color: #000000;
  color: #fff;
  padding: 0px 20px;
}
@media only screen and (max-width: 1559px) {
  .ws_btn_select_2 input[type=radio]:checked + label {
    padding: 0px 20px;
  }
}
.ws_btn_select_2 input[type=radio]:checked + label svg {
  opacity: 1;
  color: var(--yellow-2);
}
.ws_btn_big {
  min-height: 70px;
  padding: 0px 40px;
  justify-content: flex-start;
  font-size: 13px;
  border-radius: 10px;
  font-weight: 400;
  border: none;
}
@media only screen and (max-width: 1560px) {
  .ws_btn_big {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .ws_btn_big {
    padding: 0px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_btn_big {
    padding: 0px 20px;
  }
}
.ws_btn_big svg {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  margin-left: 0px;
}
.ws_btn_big svg.flip-x {
  transform: rotateY(180deg);
}
.ws_btn_big svg.feather-arrow-right, .ws_btn_big svg.feather-chevron-down {
  margin-left: auto;
  margin-right: 0px;
  width: 16px;
  height: 16px;
}
.ws_btn_big svg.purposal path {
  stroke: none;
  fill: var(--yellow-2);
}
.ws_btn_grey {
  border: none;
  background-color: #f7f7f7;
}
.ws_btn_white {
  background-color: #fff;
  color: #000000;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border: none;
}
.ws_btn_white svg {
  color: var(--yellow-2) !important;
}
.ws_btn_white svg.purposal path, .ws_btn_white svg.proposal path {
  stroke: none;
  fill: var(--yellow-2) !important;
}
.ws_btn_white:hover {
  background-color: #fff;
  color: #000000;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.12);
}
.ws_btn.pile {
  border-radius: 50px;
}
.ws_btn.pile_small {
  min-height: 30px;
  font-size: 11px;
  line-height: 20px;
}
.ws_btn_inline {
  display: inline-flex;
}
.ws_btn.ws_btn_width_auto {
  width: auto;
}
.ws_btn_group .ml_0 {
  margin-left: 0 !important;
}
.ws_btn_group .ws_btn {
  margin-left: 16px;
}
.ws_btn_group .ws_btn:first-child {
  margin-left: 0;
}
.ws_btn_group .ws_btn_icon {
  margin-left: 16px;
}
.ws_btn_group .ws_btn_icon:first-child {
  margin-left: 0;
}

.recurring_invoice {
  padding: 4px 15px 7px;
  text-align: center;
}

.form_check {
  display: inline-flex;
}
.form_check input[type=checkbox] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.form_check input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.form_check input[type=checkbox] + label .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.form_check input[type=checkbox] + label .checkbox svg {
  width: 75%;
  height: 75%;
  display: block;
  stroke: #000000;
  opacity: 0;
  transition: all 0.3s ease;
}
.form_check input[type=checkbox]:checked + label .checkbox {
  border-color: var(--yellow-2);
  background-color: var(--yellow-2);
}
.form_check input[type=checkbox]:checked + label .checkbox svg {
  opacity: 1;
}

.form_radio {
  display: inline-flex;
  margin-right: 30px;
  position: relative;
}
.form_radio:last-child {
  margin-right: 0px;
}
.form_radio input[type=radio] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.form_radio input[type=radio] + label {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 1px;
}
.form_radio input[type=radio] + label .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background: #f7f7f7;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 50%;
  margin-top: 2px;
  transition: all 0.3s ease;
}
.form_radio input[type=radio] + label .checkbox_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.3s ease;
  border-color: transparent !important;
  color: #999999 !important;
  position: relative;
}
.form_radio input[type=radio] + label .checkbox_2 svg.bg-star {
  width: 100% !important;
  height: 100% !important;
  color: currentColor !important;
}
.form_radio input[type=radio] + label .checkbox_2 svg.feather-check {
  width: 50%;
  height: 50%;
  display: block;
  stroke: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff !important;
  stroke: currentColor;
  transition: all 0.3s ease;
  stroke-width: 4px;
}
.form_radio input[type=radio] + label .checkbox_2:hover {
  color: var(--yellow-2) !important;
}
.form_radio input[type=radio] + label .checkbox_2:hover svg {
  opacity: 1;
}
.form_radio input[type=radio] + label .checkbox span.dot {
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  background-color: #4f4f4f;
  opacity: 0;
  transition: all 0.4s ease;
}
.form_radio input[type=radio] + label .checkbox span.white {
  background-color: #ffffff;
}
.form_radio input[type=radio] + label .check_label {
  line-height: normal;
}
.form_radio input[type=radio]:checked + label .checkbox {
  border-color: var(--yellow-2);
  background-color: var(--yellow-2);
}
.form_radio input[type=radio]:checked + label .checkbox span.dot {
  opacity: 1;
}
.form_radio input[type=radio]:checked + label .checkbox_2 {
  border-color: transparent;
  background-color: transparent;
  color: var(--yellow-2);
}

.plan_type {
  padding: 3px 4px;
  display: inline-flex;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 50px;
}
@media only screen and (max-width: 320px) {
  .plan_type.lead_type .ws_btn_select_2 input[type=radio] + label svg {
    right: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .plan_type.lead_type .ws_btn_select_2 input[type=radio]:checked + label {
    padding-right: 35px;
  }
}
.plan_card {
  background: #fff;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 0px;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .plan_card {
    margin-bottom: 25px;
  }
}
.plan_card::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-radius: 3px;
  border: 1px solid #9a9a9a;
  z-index: 9;
  opacity: 0;
}
.plan_card.active {
  background: #fff;
}
.plan_card.active::before {
  opacity: 1;
}
.plan_card_2 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
}
.plan_card_2 .plan_badge {
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 6px 15px;
  border-radius: 15px;
  background-color: var(--yellow-2);
  color: #000;
  font-size: 12px;
}
.plan_card_2 .plan_header {
  padding: 0px;
  background-color: transparent;
  border-radius: unset;
  margin-bottom: 5px;
}
.plan_card_2 .plan_header h3 {
  text-align: left;
}
.plan_card_2 .plan_content {
  flex: 1 0;
  padding: 19px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
@media (max-width: 475px) {
  .plan_card_2 .plan_content {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .plan_card_2 .plan_content {
    padding: 19px 25px;
  }
}
@media (max-width: 730px) {
  .plan_card_2 .plan_content {
    flex: 0 0 100%;
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 475px) {
  .plan_card_2 .plan_content {
    padding: 20px;
    padding-top: 30px;
  }
}
.plan_card_2 .plan_body {
  padding: 0px;
  min-height: unset;
}
@media (max-width: 475px) {
  .plan_card_2 .plan_body {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 25px;
  }
}
.plan_card_2 .plan_body ul {
  text-align: left;
}
.plan_card_2 .plan_body ul li {
  color: #656565;
}
.plan_card_2 .plan_price {
  padding: 0px;
  border: none;
}
@media (max-width: 475px) {
  .plan_card_2 .plan_price {
    display: flex;
    align-items: baseline;
  }
}
.plan_card_2 .plan_price h2 {
  text-align: right;
  font-size: 36px;
}
.plan_card_2 .plan_price h2:first-child {
  margin-right: 5px;
}
.plan_card_2 .plan_price h2.strike {
  text-decoration: line-through;
  font-size: 24px;
  color: #656565;
  line-height: 41px;
}
.plan_card_2 .plan_footer {
  padding: 20px 47px;
  border-left: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 730px) {
  .plan_card_2 .plan_footer {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    border-top: 1px solid #E0E0E0;
    border-left: none;
  }
}
@media (max-width: 768px) {
  .plan_card_2 .plan_footer {
    padding: 20px 30px;
  }
}
.plan_card_2 .plan_footer .ws_btn_select {
  min-width: 159px;
}
.plan_header {
  padding: 28px 54px 28px;
  background-color: #e0e0e0;
  border-radius: 10px 10px 0px 0px;
}
@media only screen and (max-width: 950px) {
  .plan_header {
    padding: 28px 35px 28px;
  }
}
.plan_header h3 {
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  padding-bottom: 0;
  font-weight: 500;
}
.plan_header p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 12px;
}
.plan_price {
  padding-bottom: 28px;
  border-bottom: 1px solid #E0E0E0;
}
.plan_price h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: normal;
  text-align: center;
}
.plan_content {
  padding: 40px 54px 50px;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 950px) {
  .plan_content {
    padding: 40px 30px 40px;
  }
}
.plan_body {
  padding: 24px 0px 38px;
  min-height: 135px;
}
.plan_body ul {
  list-style-type: none;
  text-align: center;
}
.plan_body ul li {
  line-height: 25px;
  font-weight: normal;
  font-size: 14px;
  position: relative;
}
.plan_footer .ws_btn_select input[type=radio] + label {
  max-width: 159px;
  margin: 0 auto;
  border: 1px solid #000000;
}
.plan_popular {
  border-color: var(--yellow-2);
  background: #fff;
  position: relative;
}
.plan_popular_label {
  position: absolute;
  top: 30px;
  left: -28px;
  height: 22px;
  display: flex;
  background: var(--yellow-2);
  width: 138px;
  align-items: center;
  justify-content: center;
  transform: rotate(-45deg);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 20px;
  font-weight: 800;
}
.plan_popular .plan_header {
  background-color: var(--yellow-2);
}
.plan_box {
  border-radius: 10px;
  border: 1px solid #E0E0E0;
  margin-bottom: 34px;
  overflow: hidden;
}
.plan_box .header {
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.plan_box .header h2 {
  font-weight: 400;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  .plan_box .header h2 {
    font-size: 22px;
  }
}
.plan_box_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
}
.plan_box_row .title {
  padding-right: 15px;
}
.plan_box_row .title h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #000000;
}
.plan_box_row .price {
  display: flex;
}
.plan_box_row .price h3 {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #000000;
}
.plan_box_row .price h3:last-child {
  padding-right: 0px;
}
.plan_box_body {
  padding: 26px 60px;
}
@media only screen and (max-width: 575px) {
  .plan_box_body {
    padding: 25px 30px;
  }
}
.plan_box_body ul {
  list-style-type: none;
}
.plan_box_body ul li {
  line-height: 20px;
  font-size: 14px;
  color: #000000;
  position: relative;
  padding-left: 20px;
}
.plan_box_body ul li::before {
  content: "";
  width: 10px;
  height: 4px;
  border-bottom: 2px solid var(--yellow-2);
  border-left: 2px solid var(--yellow-2);
  position: absolute;
  top: 6px;
  left: 0px;
  transform: rotate(-45deg);
}
.plan_box_body ul li svg {
  width: 12px;
  height: 12px;
  stroke: var(--yellow-2);
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 5px;
}
.plan_box_body .caption {
  margin-top: 25px;
  margin-bottom: 15px;
}
.plan_box .data {
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}
.plan_box .data span {
  color: #000000;
}
.plan_box + .ws_card_action .ws_btn_transparent_grey {
  font-size: 14px;
}

.ws_card {
  padding: 45px 50px 45px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 34px;
  display: block;
  text-decoration: none;
  height: calc(100% - 34px);
  position: relative;
}
@media only screen and (max-width: 1560px) {
  .ws_card {
    padding: 45px 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .ws_card {
    padding: 35px 45px;
  }
}
@media only screen and (max-width: 1170px) {
  .ws_card {
    padding: 30px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .ws_card {
    padding: 35px 30px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
  }
}
@media only screen and (max-width: 475px) {
  .ws_card {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .ws_card {
    height: auto;
  }
}
.ws_card h4 {
  font-size: 20px;
  line-height: 31px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1366px) {
  .ws_card h4 {
    line-height: 28px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_card h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .ws_card h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.ws_card_details h4 {
  padding-right: 40px;
}
@media (max-width: 768.75px) {
  .ws_card_details h4 {
    padding-right: 0px;
  }
}
.ws_card p.sub {
  margin-bottom: 22px;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  font-weight: 400;
}
.ws_card p.referral_sub, .ws_card p.email_sub, .ws_card p.notification_sub {
  margin-bottom: 26px;
}
.ws_card_header.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .ws_card_header.mb-40 {
    margin-bottom: 20px;
  }
}
.ws_card_header.mb-40 h4 {
  margin-bottom: 0;
}
.ws_card_header .float_button {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
@media only screen and (max-width: 800px) {
  .ws_card_header .float_button {
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .ws_card_header .float_button {
    top: 10px;
    right: 10px;
  }
}
.ws_card_header .header_action > :last-child {
  margin-right: 0;
}
.ws_card_header .header_action > * {
  margin-right: 15px;
}
.ws_card_body {
  margin-bottom: 21px;
}
.ws_card_body p {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 18px;
}
.ws_card_body .form_group {
  flex-wrap: wrap;
}
.ws_card_body .form_group label.error {
  flex: 0 0 100%;
  margin-top: 5px;
}
.ws_card_body .form_group .custom-inputfile {
  position: relative;
  display: block;
  width: 100%;
}
.ws_card_body .form_group .custom-inputfile svg {
  position: absolute;
  top: 11px;
  left: 17px;
  color: #bdbdbd;
  width: 20px;
  height: 20px;
}
.ws_card_body .form_group .custom-inputfile input[type=file] {
  opacity: 0;
  z-index: 9;
}
.ws_card_body .form_group .custom-inputfile .csv-format {
  position: absolute;
  top: 8px;
  right: 14px;
  font-size: 15px;
}
.ws_card_body .form_group .custom-inputfile .attach-csv {
  width: 100%;
  border: 1px dashed #999999;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: absolute;
  top: 0px;
  z-index: 0;
  pointer-events: none;
  border-radius: 3px;
}
.ws_card_body .form_group .custom-inputfile .attach-csv span {
  color: #999999;
  font-size: 15px;
  line-height: normal;
}
.ws_card_body .form_group .ws-sumbitgroup {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ws_card_body .form_group .ws-sumbitgroup .ws-coonectgmail {
  width: 100%;
  position: relative;
  margin: 0 0 16px;
}
.ws_card_body .form_group .ws-sumbitgroup .ws-coonectgmail .fixed-input {
  position: absolute;
  top: 10px;
  right: 10px;
  width: auto;
}
.ws_card_body .form_group .ws-sumbitgroup .ws-coonectgmail label.error {
  position: relative;
}
.ws_card_body .form_group .ws-sumbitgroup .ws-coonectgmail .name-field {
  padding-right: 250px;
}
.ws_card_body .form_group .ws-sumbitgroup .ws_updatebtn .ws_btn {
  width: 120px;
  margin-left: 0px;
  padding: 0;
}
.ws_card_body .form_group .ws-sumbitgroup .ws_updatebtn .ws_btn svg {
  width: 20px;
  height: 20px;
  margin: 0;
}
.ws_card_body .form_action .ws_btn {
  min-width: 205px;
  margin: 0 auto;
  width: auto;
}
.ws_card_body_action {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ws_card_body_action .ws_btn {
  min-width: 205px;
  width: auto;
}
.ws_card_action {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 17px;
}
.ws_card_action .ws_btn {
  min-width: 140px;
  width: auto;
  margin-left: 16px;
}
.ws_card_action .ws_btn:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 475px) {
  .ws_card_action .ws_btn {
    min-width: 120px;
    margin-bottom: 10px;
  }
}
.ws_card_action.save_next .ws_btn {
  min-width: 175px;
}
@media (max-width: 475px) {
  .ws_card_action.save_next .ws_btn {
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
.ws_card_action.save_next #tooltip:hover .tooltiptext {
  visibility: hidden;
}
.ws_card_action.save_next #tooltip:hover .ws_btn.disabled + .tooltiptext {
  visibility: visible;
}
.ws_card_controls .ws_card_body {
  padding-bottom: 31px;
  margin-bottom: 42px;
}
@media only screen and (max-width: 575px) {
  .ws_card_controls .ws_card_body {
    margin-bottom: 60px;
  }
}
.ws_card_controls .ws_card_body p:last-of-type {
  margin-bottom: 0px !important;
}
.ws_card_controls .form_action {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 0px 60px 60px;
  margin-top: 0px !important;
  z-index: 1;
}
@media only screen and (max-width: 1366px) {
  .ws_card_controls .form_action {
    padding: 0px 50px 35px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_card_controls .form_action {
    padding: 0px 40px 35px;
  }
}
.ws_card_2 {
  padding: 35px 45px 35px;
}
@media only screen and (max-width: 475px) {
  .ws_card_2 {
    padding: 30px;
  }
}
.ws_card_full_body {
  padding: 45px 35px;
}
.ws_card_content {
  margin-top: 26px;
}
.ws_card_auto {
  height: auto;
}
.ws_card_auto .ws_card_body {
  margin-bottom: 0px;
  margin-top: 36px;
}
.ws_card_auto .ws_card_body.half_space {
  margin-top: 15px;
}
@media only screen and (max-width: 1366px) {
  .ws_card_auto .ws_card_body {
    margin-top: 25px;
  }
}
.ws_card_auto_2 .ws_card_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ws_card_auto_2 .ws_card_body {
  margin-top: 20px;
}
.ws_card.email_card .plan_type {
  margin-bottom: 32px;
}
.ws_card.email_card .plan_type .ws_btn {
  font-size: 16px;
}
.ws_card.notification_preferences .accordion_header button {
  padding: 0px;
}
.ws_card.notification_preferences .accordion_header button h4 {
  margin-bottom: 0px;
  line-height: normal;
}
.ws_card.notification_preferences .ws_card_body {
  padding-top: 35px;
  min-height: auto;
}
.ws_card_active_lead {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 310px;
}
.ws_card_active_lead .active_lead {
  text-align: center;
  max-width: 290px;
}
.ws_card_active_lead .active_lead h4 {
  margin-bottom: 12px;
}
.ws_card_active_lead .active_lead p {
  margin-bottom: 22px;
}
.ws_card_active_lead .active_lead .ws_btn {
  font-weight: 400;
  max-width: 236px;
  margin: 0 auto;
}
.ws_card_no {
  padding: 0px !important;
  box-shadow: none;
  background: transparent;
  margin: 0px;
}
.ws_card_3 {
  padding: 0px;
}
.ws_card_3 .ws_card_header {
  padding: 40px 50px;
}
@media only screen and (max-width: 420px) {
  .ws_card_3 .ws_card_header {
    padding: 20px 25px;
  }
}
.ws_card_3 .ws_card_body {
  padding: 40px 50px;
  margin-top: 0px;
  background-color: #F7F7F7;
  min-height: 612px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 420px) {
  .ws_card_3 .ws_card_body {
    padding: 20px 25px;
  }
}
.ws_card_view_template .ws_card_header {
  margin-bottom: 40px;
  padding: 0;
}
.ws_card_view_template .ws_card_body {
  background-color: #ffffff;
}
.ws_card_form {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 50px 100px;
}
@media only screen and (max-width: 575px) {
  .ws_card_form {
    padding: 0px;
  }
}
.ws_card_form .form_group .form-control {
  background: transparent;
}
.ws_card_form .ws .form_check, .ws_card_form .ws .form_radio {
  display: inline-flex;
}
.ws_card_form .ws .form_check input[type=radio],
.ws_card_form .ws .form_check input[type=checkbox], .ws_card_form .ws .form_radio input[type=radio],
.ws_card_form .ws .form_radio input[type=checkbox] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.ws_card_form .ws .form_check input[type=radio] + label,
.ws_card_form .ws .form_check input[type=checkbox] + label, .ws_card_form .ws .form_radio input[type=radio] + label,
.ws_card_form .ws .form_radio input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.ws_card_form .ws .form_check input[type=radio] + label .checkbox,
.ws_card_form .ws .form_check input[type=checkbox] + label .checkbox, .ws_card_form .ws .form_radio input[type=radio] + label .checkbox,
.ws_card_form .ws .form_radio input[type=checkbox] + label .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 17px;
  height: 17px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.ws_card_form .ws .form_check input[type=radio] + label .checkbox svg,
.ws_card_form .ws .form_check input[type=checkbox] + label .checkbox svg, .ws_card_form .ws .form_radio input[type=radio] + label .checkbox svg,
.ws_card_form .ws .form_radio input[type=checkbox] + label .checkbox svg {
  width: 75%;
  height: 75%;
  display: block;
  stroke: #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.ws_card_form .ws .form_check input[type=radio]:checked + label .checkbox,
.ws_card_form .ws .form_check input[type=checkbox]:checked + label .checkbox, .ws_card_form .ws .form_radio input[type=radio]:checked + label .checkbox,
.ws_card_form .ws .form_radio input[type=checkbox]:checked + label .checkbox {
  border-color: #f7de03;
  background-color: #f7de03;
}
.ws_card_form .ws .form_check input[type=radio]:checked + label .checkbox svg,
.ws_card_form .ws .form_check input[type=checkbox]:checked + label .checkbox svg, .ws_card_form .ws .form_radio input[type=radio]:checked + label .checkbox svg,
.ws_card_form .ws .form_radio input[type=checkbox]:checked + label .checkbox svg {
  opacity: 1;
}
.ws_card_full {
  padding: 0px;
}
.ws_card_full .ws_card_header {
  padding: 57px 60px 60px;
}
@media only screen and (max-width: 768px) {
  .ws_card_full .ws_card_header {
    padding: 35px 35px 20px;
  }
}
.ws_card_full .ws_card_body {
  margin-top: 0px;
}
.ws_card_4 .ws_card_body {
  padding: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}
.ws_card_4 .ws_card_body .contract-content {
  overflow: auto;
  width: 100%;
  background-color: #fff;
}
.ws_card_5 {
  padding: 30px;
}
.ws_card_border {
  background-color: transparent;
  border: 1px dashed #BDBDBD;
  box-shadow: none;
}
.ws_card_top_action {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
}
.ws_card_top_action .ws_btn,
.ws_card_top_action a {
  display: block;
  margin-bottom: 0px;
}
.ws_card_top_action .ws_btn svg,
.ws_card_top_action a svg {
  display: block;
  margin-bottom: 0px;
}
.ws_card_header .header_action select {
  min-width: 170px;
  border-color: #000;
  text-align: center;
  color: #000;
  border-radius: 42px;
}
.ws_card_header .header_action select.select-align {
  text-align: left;
}
.ws_card_header .header_action select.border-none {
  border: none;
}
@media only screen and (max-width: 420px) {
  .ws_card_header .form_group {
    margin-top: 20px;
  }
}
.ws_card_referral .spacer {
  height: 80px;
}
.ws_card_referral.referral_data .referral_sub {
  min-height: 60px;
}
.ws_card_referral.referral_data .ws_card_body h2 {
  font-weight: 400;
  font-family: var(--font-family-2);
  font-size: 64px;
  line-height: 69px;
}
@media only screen and (max-width: 475px) {
  .ws_card_referral.referral_data .ws_card_body h2 {
    font-size: 54px;
    line-height: 59px;
  }
}
@media only screen and (max-width: 1170px) {
  .ws_card_referral .ws_form_col_6 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.ws_card.ui_kit {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.ws_card.ui_kit .half {
  width: 50%;
}
.ws_card.ui_kit .image {
  flex: 0 0 auto;
  width: auto;
  padding-right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws_card.ui_kit .image img {
  max-width: 100%;
}
.ws_card.ui_kit .content {
  flex: 1 0;
  max-width: 100%;
  padding-left: 60px;
}
@media only screen and (max-width: 1280px) {
  .ws_card.ui_kit .content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1170px) {
  .ws_card.ui_kit .content {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .ws_card.ui_kit .content {
    flex: 0 0 100%;
    padding-left: 0px;
    padding-top: 25px;
  }
}
.ws_card.ui_kit .content p {
  margin-bottom: 23px !important;
}
.ws_card.ui_kit .content .ws_btn {
  width: auto;
  min-width: 150px;
  display: inline-flex;
}
.ws_card.ui_kit .hide {
  overflow: hidden;
}

.download_action {
  text-align: left;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 50px;
}
.download_action .ws_btn {
  display: inline-flex;
}
.download_action .download_view .logo {
  margin-top: 25px;
  margin-bottom: 35px;
}
.download_action .download_view .logo img {
  max-width: 180px;
  max-height: 80px;
}
.download_action .download_view .title h4 {
  margin-bottom: 10px;
  font-size: 24px;
  font-family: var(--font-family-2);
}
.download_action .download_view .title p {
  margin-bottom: 0px;
  font-size: 12px;
}
.download_action .download_view .action_btn {
  margin-top: 25px;
}

.ws_card_accordion {
  padding: 35px 50px 34px;
  height: auto;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .ws_card_accordion {
    padding: 30px 40px 30px;
  }
}
@media only screen and (max-width: 980px) {
  .ws_card_accordion {
    padding: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .ws_card_accordion {
    padding: 25px;
  }
}
.ws_card_accordion .note-btn {
  font-size: 13px;
  padding: 5px 10px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background-color: transparent;
  border-radius: 20px;
  color: #000;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.ws_card_accordion .note-btn:hover {
  background-color: #000;
  color: #fff;
}
.ws_card_accordion.zapier .accordion_header {
  position: relative;
}
.ws_card_accordion.zapier .accordion_header .zapier_btn {
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0%, -50%);
  width: auto;
}
.ws_card_accordion.zapier .accordion_header .zapier_btn svg {
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  width: 24px;
  height: 24px;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.ws_card_accordion .accordion_header h2 {
  font-weight: 400;
}
.ws_card_accordion .accordion_header button {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 10px 0px;
  cursor: pointer;
}
.ws_card_accordion .accordion_header button svg {
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  stroke: var(--yellow-2);
  width: 24px;
  height: 24px;
  transform: rotateX(180deg);
  transition: all 0.3s linear;
  transform: rotateX(180deg);
}
.ws_card_accordion .accordion_header button.collapsed svg {
  transform: rotateX(0deg);
}
.ws_card_accordion_full {
  height: calc(100% - 34px);
}
.ws_card_accordion .no-content .peep {
  position: absolute;
  top: calc(50% - 62px);
  right: 60px;
}
.ws_card_accordion .ws_card_body {
  padding-top: 35px;
  margin-bottom: 0px;
}
.ws_card_accordion .ws_card_body.email_integration p {
  margin-bottom: 26px;
}
.ws_card_accordion .ws_card_action {
  margin-bottom: 25px;
}
.ws_card_accordion_2 {
  padding: 35px 35px 35px 35px;
}
.ws_card_accordion_2 .accordion_header {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-right: 40px;
}
.ws_card_accordion_2 .accordion_header .ws_btn svg {
  color: var(--yellow-2);
}
.ws_card_accordion_2 .accordion_header .ws_btn:hover svg {
  color: #000000;
}
.ws_card_accordion_2 .accordion_header h4 {
  margin-bottom: 0px;
}
.ws_card_accordion_2 .accordion_header button {
  padding: 0px;
  width: 30px;
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.ws_card_accordion_2 .accordion_header button svg {
  position: unset;
}
.ws_card_accordion_3 .accordion_header {
  padding-right: 0px;
}
.ws_card_accordion_3 .accordion_header button {
  position: unset;
}
.ws_card_accordion_3 .accordion_header .right_action {
  display: flex;
  flex-wrap: wrap;
}
.ws_card_accordion_3 .accordion_header .right_action .ws_btn {
  margin-right: 10px;
}
.ws_card_accordion_4 {
  padding: 35px 60px 35px;
}
.ws_invoice_accordian .accordion_header button h4 {
  margin: 0;
}
.ws_invoice_accordian .accordion_header button svg {
  top: calc(37% - 5px);
}
.ws_invoice_accordian .ws_card_body {
  padding-top: 0px;
  margin-top: 0px;
}

#tooltip {
  position: relative;
  display: inline-block;
}
#tooltip svg {
  width: 16px;
  height: 16px;
  color: currentColor;
  display: block;
}
#tooltip svg.feather-invoice {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  color: var(--yellow-2);
  display: inline-block;
  margin-bottom: -7px;
}
#tooltip .tooltiptext {
  visibility: hidden;
  width: 350px;
  background-color: black;
  color: #fff;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 3;
  bottom: 125%;
  right: -15px;
  font-size: 14px;
}
#tooltip .tooltiptext.schedule-tooltip p {
  display: flex;
}
#tooltip .tooltiptext.schedule-tooltip p button {
  cursor: pointer;
  margin-left: 5px;
}
#tooltip .tooltiptext.schedule-tooltip p button:hover {
  transform: unset;
}
#tooltip .tooltiptext.tooltiptext_bottom {
  bottom: -55px;
}
#tooltip .tooltiptext.tooltiptext_bottom::after {
  top: -9px;
  transform: rotate(180deg);
}
#tooltip .tooltiptext.extra_bottom {
  bottom: -71px;
}
@media only screen and (max-width: 420px) {
  #tooltip .tooltiptext {
    width: 300px;
  }
}
#tooltip .tooltiptext p {
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 0px;
  font-size: 12px;
}
#tooltip .tooltiptext p:last-child {
  padding-bottom: 0px;
}
#tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 18px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
#tooltip.left .tooltiptext {
  left: -15px;
  right: auto;
}
#tooltip.left .tooltiptext::after {
  right: auto;
  left: 18px;
}
#tooltip.small svg {
  width: 14px;
  height: 14px;
  margin-bottom: -3px;
}
#tooltip.small .tooltiptext {
  white-space: normal;
}
#tooltip:not(.color) svg {
  color: #999999;
}
#tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip {
  background-color: #000;
  z-index: 9;
  padding: 6px 8px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px;
  color: #fff;
}
.tooltip .tooltip-inner {
  font-size: 11px;
}
.tooltip .tooltip-arrow {
  position: absolute;
  height: 10px;
  width: 10px;
}
.tooltip .tooltip-arrow::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
  transform: rotate(180deg);
}

.ws_status {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.ws ul.status_list {
  list-style-type: none;
  margin-bottom: 33px;
  padding: 0;
}
.ws ul.status_list li {
  padding-left: 23px;
  margin-bottom: 13px;
  color: #bdbdbd;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.ws ul.status_list li:last-child {
  margin-bottom: 0;
}
.ws ul.status_list li svg {
  color: var(--yellow-2);
}
.ws ul.status_list li svg.feather-check {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 12px;
  height: 12px;
  opacity: 0;
  transition: all 0.3s ease;
}
.ws ul.status_list li svg.feather-calendar {
  width: 14px;
  height: 14px;
}
.ws ul.status_list li #tooltip {
  margin-bottom: -3px;
  margin-left: 5px;
}
.ws ul.status_list li #tooltip svg {
  color: var(--yellow-2);
}
.ws ul.status_list li #tooltip .tooltiptext {
  padding: 7px 15px;
  width: 265px;
}
.ws ul.status_list li #tooltip .tooltiptext p {
  text-align: center;
}
.ws ul.status_list li.checked {
  color: #000000;
  display: flex;
  align-items: center;
}
.ws ul.status_list li.checked > svg {
  transform: translate(0px, -50%);
}
.ws ul.status_list li.checked svg {
  opacity: 1;
}
.ws ul.status_list li.checked .ws_btn {
  display: inline-flex;
}
.ws ul.status_list_2 li svg {
  position: unset;
  margin-bottom: 9px;
}

.ws_search {
  display: flex;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .ws_search {
    margin-right: 0px;
  }
}
.ws_search .search_btn {
  width: 48px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  border-right-width: 0px;
  border-radius: 25px 0px 0px 25px;
  background: transparent;
  cursor: pointer;
}
.ws_search .search_btn svg {
  stroke: #000000;
  width: 16px;
  height: 16px;
}
.ws_search .search_control {
  max-width: 1px;
  width: 100%;
  transition: all 0.3s linear;
  overflow: hidden;
}
.ws_search .search_control.expand {
  max-width: 167px;
}
.ws_search .search_control input {
  height: 42px;
  width: 100%;
  display: block;
  border: 1px solid #E0E0E0;
  border-right-width: 0px;
  background: transparent;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}
.ws_search .search_control input::-webkit-input-placeholder {
  color: #bdbdbd;
}
.ws_search .search_control input::-moz-input-placeholder {
  color: #bdbdbd;
}
.ws_search .search_control input::-ms-input-placeholder {
  color: #bdbdbd;
}
.ws_search .search_control input::-o-input-placeholder {
  color: #bdbdbd;
}
@media only screen and (max-width: 575px) {
  .ws_search_2 {
    position: relative;
    min-width: 83px;
    min-height: 42px;
    width: 100%;
    margin: 0 0 10px;
  }
}
.ws_search_2 .search_control {
  position: relative;
  max-width: 83px;
}
@media only screen and (max-width: 575px) {
  .ws_search_2 .search_control {
    position: absolute;
    top: 0px;
    right: 100%;
    background: #f9f9f9;
    min-width: 83px;
    right: 0%;
    z-index: 1;
    left: 0;
    margin: 0 auto;
  }
}
.ws_search_2 .search_control input {
  margin-left: 22px;
  border: none;
  opacity: 0;
  transition: all 0.3s linear;
  position: relative;
}
.ws_search_2 .search_control .search_btn {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 83px;
  border: none;
  z-index: 1;
}
.ws_search_2 .search_control .search_btn svg {
  margin-right: 10px;
}
.ws_search_2 .search_control .search_btn span {
  transition: all 0.3s linear;
}
.ws_search_2 .search_control.expand {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 575px) {
  .ws_search_2 .search_control.expand {
    min-width: 200px;
  }
}
@media only screen and (max-width: 380px) {
  .ws_search_2 .search_control.expand {
    min-width: 167px;
  }
}
.ws_search_2 .search_control.expand .search_btn span {
  opacity: 0;
}
.ws_search_2 .search_control.expand input {
  opacity: 1;
  z-index: 2;
}

.ws_filter_list ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.ws_filter_list ul li {
  margin-right: 14px;
}
.ws_filter_list ul li:last-child {
  margin-right: 0px;
}
.ws_filter_list ul li span {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
}
.ws_filter_list ul li a {
  min-width: 84px;
  height: 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 11px;
  line-height: 20px;
}
@media only screen and (max-width: 1024px) {
  .ws_filter_list ul li a {
    min-width: 65px;
  }
}
.ws_filter_list ul li a.new {
  background: var(--workspace-color);
  color: #fff;
}
.ws_filter_list ul li a.pending {
  background: #a7a7a7;
  color: #fff;
}
.ws_filter_list ul li a.client {
  background: #505050;
  color: #fff;
}
.ws_filter_list ul li a.archived {
  background: #e3e3e3;
  color: #4f4f4f;
}
.ws_filter_list.change {
  /*&.open{
  	&::before{
  		display:none;
  	}
  }*/
}
.ws_filter_list.change ul.list {
  padding: 0;
  min-width: 150px;
  /*		margin-top: 0;*/
}
.ws_filter_list.change ul.list::-webkit-scrollbar {
  width: 5px;
}
.ws_filter_list.change ul.list::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ws_filter_list.change ul.list::-webkit-scrollbar-thumb {
  background: #888;
}
.ws_filter_list.change ul.list li {
  text-align: left;
  display: block;
  padding: 2px 15px;
  margin-bottom: 0;
  border-radius: 0;
  line-height: 20px;
}
.ws_filter_list.change ul.list li[data-value=Manage_templates]:hover {
  background: var(--yellow-2);
}
.ws_filter_list.change ul.list li[data-value=add_on_templates]:hover {
  background: var(--yellow-2);
}
.ws_fillter_2 .nice-select::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  top: 50px;
  right: 35px;
  transform: rotate(-135deg);
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: all 0.3s ease;
}
.ws_fillter_2 .nice-select.open::before {
  opacity: 1;
  visibility: visible;
}
.ws_fillter_2 ul {
  text-align: center;
  justify-content: center;
  position: relative;
}
.ws_fillter_2 ul.list {
  right: 0px;
  left: auto;
  padding: 30px 46px;
  margin-top: 20px;
  max-height: 275px;
  overflow-y: auto !important;
}
.ws_fillter_2 ul.list li {
  width: 100%;
  margin-right: 0px;
  text-align: center;
  min-width: 100px;
  min-height: 24px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 14px;
  font-weight: 400;
}
.ws_fillter_2 ul.list li:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1024px) {
  .ws_fillter_2 ul.list li {
    min-width: 65px;
  }
}
.ws_fillter_2 ul.list li.new, .ws_fillter_2 ul.list li.outstanding, .ws_fillter_2 ul.list li.active, .ws_fillter_2 ul.list li.proposal, .ws_fillter_2 ul.list li.client, .ws_fillter_2 ul.list li[data-value=new], .ws_fillter_2 ul.list li[data-value=outstanding], .ws_fillter_2 ul.list li[data-value=active], .ws_fillter_2 ul.list li[data-value=proposal], .ws_fillter_2 ul.list li[data-value=client] {
  background: var(--workspace-color) !important;
  color: #ffffff;
}
.ws_fillter_2 ul.list li.pending, .ws_fillter_2 ul.list li[data-value=pending] {
  background: #a7a7a7 !important;
  color: #ffffff;
}
.ws_fillter_2 ul.list li.client {
  background: #505050 !important;
  color: #ffffff;
}
.ws_fillter_2 ul.list li.followup, .ws_fillter_2 ul.list li.documents, .ws_fillter_2 ul.list li.inactive, .ws_fillter_2 ul.list li.contract, .ws_fillter_2 ul.list li[data-value=followup], .ws_fillter_2 ul.list li[data-value=documents], .ws_fillter_2 ul.list li[data-value=contract], .ws_fillter_2 ul.list li[data-value=paid], .ws_fillter_2 ul.list li[data-value=inactive] {
  background: #F7F7F7 !important;
  color: #000000;
}
.ws_fillter_2 ul.list li.consultation, .ws_fillter_2 ul.list li.form, .ws_fillter_2 ul.list li[data-value=form], .ws_fillter_2 ul.list li[data-value=consultation], .ws_fillter_2 ul.list li[data-value=new_form] {
  background: #999999 !important;
  color: #ffffff;
}
.ws_fillter_2 ul.list li.archived, .ws_fillter_2 ul.list li.archive, .ws_fillter_2 ul.list li.expired, .ws_fillter_2 ul.list li.past_due, .ws_fillter_2 ul.list li.clients, .ws_fillter_2 ul.list li[data-value=archived], .ws_fillter_2 ul.list li[data-value=archive], .ws_fillter_2 ul.list li[data-value=past_due], .ws_fillter_2 ul.list li[data-value=clients], .ws_fillter_2 ul.list li[data-value=archive] {
  background: #4f4f4f !important;
  color: #ffffff;
}
.ws_fillter_2 ul.list li.converted, .ws_fillter_2 ul.list li[data-value=converted] {
  background: #e3e3e3 !important;
  color: #4f4f4f;
}
.ws_fillter_2 ul.list li.other, .ws_fillter_2 ul.list li.meetings, .ws_fillter_2 ul.list li.complete, .ws_fillter_2 ul.list li.declined, .ws_fillter_2 ul.list li[data-value=declined], .ws_fillter_2 ul.list li[data-value=complete], .ws_fillter_2 ul.list li[data-value=meetings], .ws_fillter_2 ul.list li[data-value=overdue], .ws_fillter_2 ul.list li[data-value=other] {
  background: #bdbdbd !important;
  color: #ffffff;
}
.ws_fillter_2 ul.list li.projects, .ws_fillter_2 ul.list li.accepted, .ws_fillter_2 ul.list li.signed, .ws_fillter_2 ul.list li.submitted, .ws_fillter_2 ul.list li.viewed, .ws_fillter_2 ul.list li.invoice, .ws_fillter_2 ul.list li.lead, .ws_fillter_2 ul.list li[data-value=projects], .ws_fillter_2 ul.list li[data-value=accepted], .ws_fillter_2 ul.list li[data-value=signed], .ws_fillter_2 ul.list li[data-value=submitted], .ws_fillter_2 ul.list li[data-value=viewed], .ws_fillter_2 ul.list li[data-value=invoice], .ws_fillter_2 ul.list li[data-value=lead] {
  background: #E0E0E0 !important;
  color: #000000;
}
.ws_fillter_2 .filter_control,
.ws_fillter_2 .sort_control,
.ws_fillter_2 .status_control {
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: transparent;
  border-radius: 0px 25px 25px 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  padding: 14px;
  cursor: pointer;
  padding: 0px 15px;
  padding-right: 35px;
}
.ws_fillter_2 .filter_control span,
.ws_fillter_2 .sort_control span,
.ws_fillter_2 .status_control span {
  flex: 1 1 auto;
}
.ws_fillter_2 .filter_control svg,
.ws_fillter_2 .sort_control svg,
.ws_fillter_2 .status_control svg {
  stroke: #000000;
  width: 18px;
  height: 18px;
}
.ws_fillter_2 .sort_control .list {
  left: 0px;
  right: auto;
}
.ws_fillter_2 .nice-select:after {
  content: "";
  border-width: 1px;
  border-color: #000;
  right: 17px;
  width: 8px;
  height: 8px;
  top: 45%;
}

.ws_breadcrum {
  padding-left: 112px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .ws_breadcrum {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px !important;
  }
}
.ws_breadcrum ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.ws_breadcrum ul li {
  padding-right: 20px;
  position: relative;
}
.ws_breadcrum ul li::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 10px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  font-size: 16px;
  color: #999999;
  transform: rotate(45deg);
}
.ws_breadcrum ul li:last-child::after {
  display: none;
}
.ws_breadcrum ul li a {
  text-decoration: none;
  color: #999999;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.ws_breadcrum ul li a svg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  transform: translate(0px, 1px);
}
.ws_breadcrum ul li a:hover {
  color: var(--yellow-2);
}

.ws_table {
  border: 1px solid #cdcdcd;
  border-collapse: collapse;
  width: 100%;
}
.ws_table.notes_table {
  margin-top: 30px;
}
.ws_table th,
.ws_table td {
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #dedede;
  font-size: 14px;
  vertical-align: top;
}
.ws_table th:first-child,
.ws_table td:first-child {
  width: 60px;
}
.ws_table thead tr {
  background: #e0e0e0;
}
.ws_table thead tr th {
  white-space: nowrap;
}
.ws_table_hover tbody tr, .ws_table tbody tr {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.25s linear;
}
.ws_table_hover tbody tr:not(.space):hover, .ws_table tbody tr:not(.space):hover {
  border-radius: 3px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}
.ws_table tbody tr td {
  font-size: 14px;
  color: #999999;
}
.ws_table tbody tr td.ws_table_status {
  color: #000000;
  font-size: 16px;
}
.ws_table tbody tr:nth-child(2n) {
  background-color: #f3f3f3;
}
.ws_table_2 {
  border: none;
}
@media only screen and (max-width: 768px) {
  .ws_table_2 {
    display: block;
    width: 100%;
  }
}
.ws_table_2 th,
.ws_table_2 td {
  border: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .ws_table_2 th,
  .ws_table_2 td {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .ws_table_2 thead {
    display: none;
  }
}
.ws_table_2 thead tr {
  background: transparent;
}
.ws_table_2 thead th {
  border-bottom: 1px solid #F2F2F2;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody {
    display: block;
    width: 100%;
  }
}
.ws_table_2 tbody tr {
  background: transparent !important;
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody tr {
    border: 1px solid #eee;
    margin-bottom: 25px;
    display: block;
    width: 100%;
    padding: 30px;
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody tr:last-child {
    margin-bottom: 0px;
  }
}
.ws_table_2 tbody tr td {
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody tr td {
    display: block;
    border: none !important;
    white-space: normal;
    width: 100% !important;
    padding: 5px 0px !important;
    max-width: 100% !important;
  }
  .ws_table_2 tbody tr td:last-child, .ws_table_2 tbody tr td:first-child {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody tr td::before {
    content: attr(data-title);
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    display: none;
  }
}
.ws_table_2 tbody tr td.name, .ws_table_2 tbody tr td.title {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 300px !important;
}
@media only screen and (max-width: 1440px) {
  .ws_table_2 tbody tr td.name, .ws_table_2 tbody tr td.title {
    max-width: 275px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_table_2 tbody tr td.name, .ws_table_2 tbody tr td.title {
    max-width: 250px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .ws_table_2 tbody tr td.name, .ws_table_2 tbody tr td.title {
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 1170px) {
  .ws_table_2 tbody tr td.name, .ws_table_2 tbody tr td.title {
    max-width: 175px !important;
  }
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody tr td.name, .ws_table_2 tbody tr td.title {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.ws_table_2 tbody tr td.name a, .ws_table_2 tbody tr td.title a {
  color: #000000;
  display: inline-block !important;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ws_table_2 tbody tr td.name .short_title .tool_tip a, .ws_table_2 tbody tr td.title .short_title .tool_tip a {
  display: inline-block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.ws_table_2 tbody tr td.name svg, .ws_table_2 tbody tr td.title svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-right: 10px;
}
.ws_table_2 tbody tr td.action {
  width: 30px;
}
.ws_table_2 tbody tr td.action .ws_btn svg {
  width: 24px;
  height: 24px;
}
.ws_table_2 tbody tr td.action .dropdown {
  width: 30px;
}
.ws_table_2 tbody tr td.action .dropdown-menu {
  transform: unset !important;
  top: 100% !important;
  z-index: 3;
  left: auto !important;
  right: -27px;
}
.ws_table_2 tbody tr td.action .dropdown-menu[x-placement=top-start] {
  margin-top: 15px;
}
.ws_table_2 tbody tr td.action .dropdown-menu[x-placement=top-start]::before {
  top: -11px !important;
  transform: rotate(-45deg) !important;
}
.ws_table_2 tbody tr td.progress_td {
  width: 160px;
}
@media only screen and (max-width: 1366px) {
  .ws_table_2 tbody tr td.progress_td {
    width: 130px;
  }
}
.ws_table_2 tbody tr td.status_td {
  width: 84px;
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody tr td.action {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .ws_table_2 tbody tr td .dropdown {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
.ws_table_2 tr th:first-child,
.ws_table_2 tr td:first-child {
  padding-left: 35px;
  width: auto;
}
.ws_table_2 tr th:last-child,
.ws_table_2 tr td:last-child {
  padding-right: 35px;
}
.ws_table_3 tr td,
.ws_table_3 tr th {
  padding: 10px 20px;
}
@media only screen and (max-width: 1380px) {
  .ws_table_3 tr td,
  .ws_table_3 tr th {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1290px) {
  .ws_table_3 tr td,
  .ws_table_3 tr th {
    padding: 10px 12px;
  }
}
.ws_table_3 tr td:first-child, .ws_table_3 tr td:last-child,
.ws_table_3 tr th:first-child,
.ws_table_3 tr th:last-child {
  padding-left: 15px;
  padding-right: 15px;
}
.ws_table_3 tbody tr {
  background: transparent !important;
}
.ws_table_3 tbody tr td {
  font-size: 12px;
  font-weight: 400;
}
.ws_table_3 tbody tr td.name,
.ws_table_3 tbody tr td.name a {
  font-size: 14px;
  color: #000000;
}
.ws_table_3 tbody tr td.name h3 {
  font-weight: 400;
}
.ws_table_3 tbody tr td.name a {
  display: inline-flex;
  align-items: center;
}
.ws_table_3 tbody tr td.name svg {
  color: var(--yellow-2);
}
.ws_table_3 tbody tr td .black {
  font-size: 14px;
  color: #000000;
}
.ws_table_3 tbody tr td .ws_btn {
  margin-right: 0px;
  min-width: unset;
}
.ws_table_3 tbody tr td.status_col {
  width: 90px;
}
@media only screen and (max-width: 768px) {
  .ws_table_3 tbody tr.space {
    display: none;
  }
}
.ws_table_4 thead tr th {
  border-bottom: 1px solid #F2F2F2;
}
.ws_table_receipt tr th {
  padding-bottom: 15px;
}
.ws_table_receipt tr:first-child td {
  padding-top: 23px;
}
.ws_table_receipt td:last-child {
  width: 30px;
}
.ws_table_receipt td .ws_btn.ws_btn_icon {
  height: 20px;
  min-height: 20px;
}
.ws_table_content tbody tr td.title,
.ws_table_content tbody tr td.title a {
  font-size: 14px;
  color: #000000;
}
.ws_table_content tbody tr td.title a {
  display: inline-flex !important;
  align-items: center;
}
.ws_table_content tbody tr td.title svg {
  color: var(--yellow-2);
}
.ws_table_content tbody tr td.title svg.path path {
  fill: var(--yellow-2);
}
.ws_table_content tbody tr td.title svg.path circle {
  stroke: var(--yellow-2);
}
.ws_table_content tbody tr td.title #tooltip svg {
  stroke: unset;
  display: inline-block;
}
.ws_table_activity {
  border: none;
  width: 100%;
}
.ws_table_activity thead tr th {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  font-weight: 500;
  color: #999999;
}
.ws_table_activity tbody tr {
  background-color: transparent !important;
  vertical-align: middle;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .ws_table_activity tbody tr:nth-child(2n+2) {
    background-color: rgba(225, 226, 227, 0.15) !important;
  }
}
@media only screen and (max-width: 475px) {
  .ws_table_activity tbody tr {
    padding: 15px;
  }
}
.ws_table_activity tbody tr td {
  padding: 15px 20px;
  border-left: 0;
  border-right: 0;
  font-size: 14px;
  color: #000000;
  display: block;
}
@media (min-width: 769px) {
  .ws_table_activity tbody tr td {
    display: table-cell;
  }
}
.ws_table_activity tbody tr td::before {
  content: attr(data-label) ": ";
  font-weight: 500;
  color: #999999;
  width: 50%;
  display: inline-block;
}
@media (min-width: 769px) {
  .ws_table_activity tbody tr td::before {
    display: none;
  }
}
.ws_table_activity tbody tr td:first-child {
  width: auto;
}
.ws_table_activity tbody tr td:first-child svg {
  margin-right: 10px;
  margin-bottom: -7px;
}
.ws_table_activity tbody tr td.no-record {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
}
.ws_table_activity tbody tr td.no-record:before {
  display: none;
}
.ws_table_activity tbody tr:first-child td {
  border-top: 0;
}
.ws_table_activity_overflow {
  overflow-x: auto;
}
.ws_table_summary {
  border: none;
}
.ws_table_summary thead tr th {
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  font-weight: 500;
  color: #999999;
}
.ws_table_summary tr {
  background-color: transparent !important;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ws_table_summary tr:nth-child(2n+2) {
    background-color: rgba(225, 226, 227, 0.15) !important;
  }
}
.ws_table_summary tr td {
  padding: 15px 20px;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 767px) {
  .ws_table_summary tr td {
    float: left;
    width: 100%;
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .ws_table_summary tr td:empty {
    display: none;
  }
}
.ws_table_summary tr td:first-child {
  padding-left: 40px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .ws_table_summary tr td:first-child {
    padding-left: 20px;
    width: 100%;
  }
}
.ws_table_summary tr td:first-child svg {
  margin-right: 10px;
  margin-bottom: -7px;
}
.ws_table_summary tr td:last-child {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .ws_table_summary tr td:last-child {
    padding-right: 20px;
  }
}
.ws_table_summary tr td:last-child .dropdown-menu {
  transform: unset !important;
  right: -35px;
  top: 100% !important;
}
.ws_table_summary tr td.no-record {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
.ws_table_summary tr:first-child td {
  border-top: 0;
}

.full_body {
  margin-left: -35px;
  margin-right: -35px;
  width: auto;
}

.full_body_2 {
  margin-left: -60px;
  margin-right: -60px;
  width: auto;
}

.invoice_table table {
  width: 100%;
}
.invoice_table table tr th,
.invoice_table table tr td {
  padding: 10px 20px;
  vertical-align: top;
}
@media only screen and (max-width: 575px) {
  .invoice_table table tr th,
  .invoice_table table tr td {
    padding: 10px 15px;
  }
}
.invoice_table table tr th:first-child + td,
.invoice_table table tr td:first-child + td {
  width: 50%;
}
.invoice_table table tr th:first-child + td.td-second,
.invoice_table table tr td:first-child + td.td-second {
  width: auto;
}
.invoice_table table thead tr th {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
}
.invoice_table table tbody tr td .icon {
  text-align: right;
}
.invoice_table table tbody tr td .icon.action {
  text-align: left;
}
.invoice_table table tbody tr td .icon svg {
  color: var(--yellow-2);
}
.invoice_table table tbody tr td h5 {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.invoice_table table tbody tr td p {
  margin-bottom: 0px !important;
}
.invoice_table table tbody tr td p.sub {
  font-size: 12px;
  color: #999999;
}
.invoice_table table tbody tr:first-child td {
  padding-top: 20px;
}
.invoice_table table tbody tr:last-child td {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 20px;
}

.summary_table {
  width: 52%;
  margin-left: auto;
  margin-right: 0px;
  padding: 20px 0px;
}
@media only screen and (max-width: 575px) {
  .summary_table {
    width: 100%;
  }
}
.summary_table table {
  border-bottom: 1px solid #F2F2F2;
  width: 100%;
}
.summary_table table tbody tr td {
  padding: 5px 20px;
}
.summary_table table tbody tr td p {
  margin-bottom: 0px !important;
}
.summary_table table tbody tr td h5 {
  font-weight: 400;
  color: #000000;
  font-size: 14px;
}
.summary_table table tbody tr td:first-child {
  width: 160px;
}
.summary_table table tbody tr:last-child td {
  padding-bottom: 10px;
}
.summary_table table:last-child {
  border-bottom: none;
}

.accrodion-table {
  margin: 0px -30px;
}

.ws_card_title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}

.avtar_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1440px) {
  .avtar_row {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1366px) {
  .avtar_row {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .avtar_row {
    margin-bottom: 25px;
  }
}
.avtar_row_document {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .avtar_row_document {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .avtar_row_document {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .avtar_row_document {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .avtar_icon {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.avtar_icon .icon_img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: var(--workspace-color);
}
.avtar_icon .icon_img.dropdown-toggle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.avtar_icon .icon_img.dropdown-toggle img {
  max-width: 100%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: -3px;
}
@media only screen and (max-width: 620px) {
  .avtar_icon .icon_img.dropdown-toggle {
    width: 83px;
    height: 83px;
  }
}
@media only screen and (max-width: 320px) {
  .avtar_icon .icon_img.dropdown-toggle {
    width: 50px;
    height: 50px;
  }
}
.avtar_icon .dropdown-menu {
  min-width: 610px;
  max-width: 610px;
  padding: 28px 54px 36px;
  transform: translate3d(0px, 0px, 0px) !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 99;
}
.avtar_icon .dropdown-menu::before {
  left: 22px;
  right: auto;
}
.avtar_icon .dropdown-menu[x-placement=top-start] {
  margin-top: 15px;
}
.avtar_icon .dropdown-menu[x-placement=top-start]::before {
  top: -11px !important;
  transform: rotate(-45deg) !important;
}
@media only screen and (max-width: 620px) {
  .avtar_icon .dropdown-menu {
    min-width: 550px;
    padding: 28px 35px 36px;
  }
}
@media only screen and (max-width: 575px) {
  .avtar_icon .dropdown-menu {
    min-width: 505px;
  }
}
@media only screen and (max-width: 480px) {
  .avtar_icon .dropdown-menu {
    min-width: 405px;
  }
}
@media only screen and (max-width: 420px) {
  .avtar_icon .dropdown-menu {
    min-width: 350px;
    padding: 28px 25px 36px;
  }
}
@media only screen and (max-width: 380px) {
  .avtar_icon .dropdown-menu {
    min-width: 310px;
    padding: 28px 20px 36px;
  }
}
@media only screen and (max-width: 320px) {
  .avtar_icon .dropdown-menu {
    min-width: 280px;
  }
}
.avtar_content {
  flex: 1 0;
  padding: 0px 24px;
}
@media only screen and (max-width: 620px) {
  .avtar_content {
    padding-right: 0px;
    padding-left: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .avtar_content {
    padding-left: 0;
  }
}
.avtar_content h2 {
  color: #000000;
  font-weight: 500;
  font-size: 34px;
  line-height: 39px;
  font-family: var(--font-family-2);
}
@media only screen and (max-width: 1440px) {
  .avtar_content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .avtar_content h2 {
    font-size: 20px;
  }
}
.avtar_content h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1366px) {
  .avtar_content h4 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 620px) {
  .avtar_content h4 {
    font-size: 13px;
  }
}
.avtar_btn_close {
  display: flex;
  justify-content: flex-end;
}
.avtar_header {
  margin-bottom: 39px;
}
.avtar_header p {
  font-size: 11px;
  line-height: 20px;
  color: #000000;
  font-weight: 400;
}
.avtar_wrap .avtars {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (max-width: 420px) {
  .avtar_wrap .avtars {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 380px) {
  .avtar_wrap .avtars {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.avtar_col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0px 10px;
}
@media only screen and (max-width: 420px) {
  .avtar_col {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
.avtar_item {
  margin-bottom: 45px;
}
@media only screen and (max-width: 420px) {
  .avtar_item {
    margin-bottom: 15px;
  }
}
.avtar_item img {
  min-height: 80px;
  width: auto !important;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .avtar_item img {
    height: 65px;
    min-height: auto;
  }
}

.ws_pagination.top_space_30 {
  margin-top: 30px;
}
.ws_pagination ul {
  margin-top: 57px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.ws_pagination ul li a,
.ws_pagination ul li span {
  text-decoration: none;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 0;
}
.ws_pagination ul li a svg,
.ws_pagination ul li span svg {
  display: block;
  stroke: var(--yellow-2);
}
.ws_pagination_2 ul li {
  border-right: 1px solid #999999;
}
.ws_pagination_2 ul li a,
.ws_pagination_2 ul li span {
  width: 32px;
  height: 16px;
  font-size: 17px;
}
.ws_pagination_2 ul li:first-child {
  border: none;
}
.ws_pagination_2 ul li:first-child a,
.ws_pagination_2 ul li:first-child span {
  width: 24px;
  height: 24px;
}
.ws_pagination_2 ul li:first-child a svg,
.ws_pagination_2 ul li:first-child span svg {
  width: 24px;
  height: 24px;
}
.ws_pagination_2 ul li:last-child {
  border: none;
}
.ws_pagination_2 ul li:last-child a svg {
  width: 28px;
  height: 28px;
}
.ws_pagination_2 ul li:nth-last-child(2) {
  border: none;
}
.ws_pagination_2 ul li:first-child span,
.ws_pagination_2 ul li:first-child a, .ws_pagination_2 ul li:last-child span,
.ws_pagination_2 ul li:last-child a {
  font-size: 30px;
  color: var(--yellow-2);
  position: relative;
  color: transparent;
}
.ws_pagination_2 ul li:first-child span::before,
.ws_pagination_2 ul li:first-child a::before, .ws_pagination_2 ul li:last-child span::before,
.ws_pagination_2 ul li:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--yellow-2);
  border-bottom: 2px solid var(--yellow-2);
  transform: translate(-50%, -50%) rotate(135deg);
}
.ws_pagination_2 ul li:last-child span::before,
.ws_pagination_2 ul li:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--yellow-2);
  border-bottom: 2px solid var(--yellow-2);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ws_pagination_2 ul li.last {
  border: none;
}
.ws_pagination_2 ul li.active a,
.ws_pagination_2 ul li.active span {
  color: #000000;
}
.ws_pagination_3 ul {
  max-width: 250px;
  margin: 0 auto;
}

.progress {
  flex: 0 0 100%;
  max-width: 100%;
}
.progress_bar {
  height: 13px;
  width: 100%;
  border-radius: 13px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: var(--yellow-2);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
}
.progress_bar_2 {
  height: 26px;
  border-radius: 26px;
}
.progress_bar_2 .progress_fill {
  min-width: 26px;
}
.progress_bar_3 {
  height: 20px;
  border-radius: 20px;
}
.progress_bar_3 .progress_fill {
  min-width: 20px;
}
.progress_bar.new, .progress_bar.active {
  background-color: var(--yellow-2);
}
.progress_bar.new .progress_fill, .progress_bar.active .progress_fill {
  background: var(--yellow-2);
}
.progress_bar.archive, .progress_bar.archived {
  background-color: #4f4f4f;
}
.progress_bar.archive .progress_fill, .progress_bar.archived .progress_fill {
  background: #4f4f4f;
}
.progress_bar.inactive {
  background-color: #bdbdbd;
}
.progress_bar.inactive .progress_fill {
  background: #bdbdbd;
}
.progress_bar.complete {
  background-color: #999999;
}
.progress_bar.complete .progress_fill {
  background: #999999;
}
.progress_fill {
  height: 100%;
  min-width: 13px;
  border-radius: 13px;
  background-color: var(--yellow-2);
  position: relative;
  z-index: 1;
}

.dropdown {
  position: relative;
}
.dropdown-toggle {
  cursor: pointer;
}
.dropdown-toggle:hover {
  transform: none;
  box-shadow: none;
}
.dropdown.zapier_dropdown .dropdown-menu {
  min-width: 130px;
}
.dropdown-menu {
  padding: 23px 15px 23px;
  min-width: 225px;
  background-color: #fff;
  margin-top: 15px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  box-shadow: 6px 8px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 30px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-color: #fff;
  transform: rotate(-45deg);
}
.dropdown-menu-left {
  right: auto;
  left: 0px !important;
}
.dropdown-menu[x-placement=bottom-start]::before {
  right: 30px;
}
.dropdown-menu[x-placement=top-end] {
  margin-top: 0;
  margin-bottom: 15px;
}
.dropdown-menu[x-placement=top-end]::before {
  top: auto !important;
  bottom: -11px;
  transform: rotate(135deg) !important;
}
.dropdown-menu ul {
  list-style-type: none;
  margin-bottom: 0px !important;
  padding-left: 0px;
}
.dropdown-menu ul li {
  display: block;
}
.dropdown-menu ul li:last-child {
  margin-bottom: 0px;
}
.dropdown-menu ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.dropdown-menu ul li a svg, .dropdown-menu ul li a img {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  stroke-width: 1.5px;
}
.dropdown-menu ul li a svg.path, .dropdown-menu ul li a img.path {
  fill: currentColor;
}
.dropdown-menu ul li a:not(.menu_link) {
  color: #000000;
  font-size: 14px;
  line-height: 20px;
}
.dropdown-menu ul li a:not(.menu_link):hover {
  background: #e3e3e3;
}
.dropdown-menu ul li .toggle {
  padding: 5px 10px;
  margin-top: 6px;
}
.dropdown-menu ul li .toggle .toggle-btn {
  height: 32px;
}
.dropdown-menu .close {
  position: absolute;
  right: 16px;
  top: 16px;
  background: transparent;
}
.dropdown-menu .close svg {
  width: 16px;
  height: 16px;
  stroke: #999999;
  stroke-width: 3px;
}
.dropdown-menu.show {
  display: block !important;
}
.dropdown-wrap {
  position: relative;
}
.dropdown-wrap .dropdown {
  position: absolute;
  top: 0;
}
.dropdown-wrap .dropdown-menu {
  transform: unset !important;
  top: 100% !important;
  left: auto !important;
  right: -25px;
}
.dropdown-wrap.left .dropdown {
  left: 0;
}
.dropdown-wrap.right .dropdown {
  right: 0;
}
.dropdown-wrap.index-2 {
  z-index: 2;
}
.dropdown-add-document::before {
  right: auto;
  left: 35px;
}

.toggle {
  position: relative;
}
.toggle-btn {
  border: 1px solid #e0e0e0;
  border-radius: 30px;
  padding: 1px;
  height: 26px;
  min-width: 90px;
  display: inline-flex;
}
.toggle-btn .btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: auto;
  border-radius: 30px;
  color: #999999;
  background-color: transparent;
  font-size: 10px;
  flex: 0 0 auto;
  min-width: 40px;
}
.toggle-btn .btn svg {
  max-width: 12px;
  width: 0px;
  height: 12px;
}
.toggle input[type=checkbox] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.toggle input[type=checkbox] + label.toggle-btn .btn {
  transition: all 0.3s linear;
}
.toggle input[type=checkbox] + label.toggle-btn .btn svg {
  width: 0px;
  transition: all 0.3s linear;
}
.toggle input[type=checkbox]:checked + label.toggle-btn .btn.on {
  flex: 1 1 auto;
  max-width: 100%;
  background-color: #000000;
  color: #fff;
}
.toggle input[type=checkbox]:checked + label.toggle-btn .btn.on svg {
  width: 100%;
  margin-left: 5px;
}
.toggle input[type=checkbox]:not(:checked) + label.toggle-btn .btn.off {
  flex: 1 1 auto;
  max-width: 100%;
  background-color: #000000;
  color: #fff;
}
.toggle input[type=checkbox]:not(:checked) + label.toggle-btn .btn.off svg {
  width: 100%;
  margin-left: 5px;
}

.no_content {
  padding: 0px 30px;
}
@media only screen and (max-width: 1560px) {
  .no_content {
    padding: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .no_content .content {
    margin-bottom: 34px;
  }
}
.no_content .content .title {
  font-size: 33px;
  margin-bottom: 20px;
  font-weight: 400;
  font-family: var(--font-family-2);
}
@media only screen and (max-width: 1440px) {
  .no_content .content .title {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .no_content .content .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .no_content .content .title {
    text-align: center;
  }
}
.no_content .content p {
  font-size: 14px;
}
@media only screen and (max-width: 1366px) {
  .no_content .content p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .no_content .content p {
    text-align: center;
  }
}
.no_content .content .action {
  margin-top: 34px;
}
@media only screen and (max-width: 575px) {
  .no_content .content .action {
    text-align: center;
  }
}
.no_content .content .action .ws_btn {
  display: inline-flex;
  width: auto;
  margin-right: 15px;
}
@media only screen and (max-width: 1280px) {
  .no_content .content .action .ws_btn {
    margin-bottom: 15px;
  }
}
.no_content .content .action .ws_btn:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
.no_content .peep-height {
  max-height: 250px;
}
.no_content .image_wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.no_content .image_wrap .image_circle {
  max-width: 186px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.no_content .image_wrap .image_circle::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  padding-bottom: 100%;
  border-radius: 100%;
  background-color: var(--yellow-2);
}
.no_content .image_wrap .image_circle img {
  width: 86%;
  position: relative;
  z-index: 1;
  height: auto;
  margin-top: 35px;
}
.no_content .image_wrap .image_circle img.flip {
  transform: rotateY(180deg);
}
.no_content .image_wrap .image_circle.x_big {
  max-width: 439px;
}
.no_content .image_wrap .image_circle.x_big .m_fit {
  width: 70%;
  margin-top: 16%;
}
.no_content .image_wrap .image_circle.big {
  max-width: 238px;
}
.no_content .image_wrap .image_circle.small {
  max-width: 107px;
}
.no_content .image_wrap .image_circle.small img {
  margin-top: 15px;
}
.no_content .image_wrap .image_circle.small img.fit {
  width: 110%;
}
.no_content .image_wrap .image_circle.medium {
  max-width: 218px;
}
.no_content .image_wrap .image_circle.x-small {
  max-width: 90px;
}
@media only screen and (max-width: 575px) {
  .no_content .image_wrap.flex_end {
    justify-content: center !important;
  }
}
.no_content.sm {
  padding: 0px !important;
}
.no_content.sm .content {
  margin-top: 22px;
}
.no_content.sm .content .title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 620px) {
  .no_content.sm .content .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 620px) {
  .no_content.sm .content p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
}
.no_content.xs .content {
  margin-top: 15px;
}
.no_content.xs .content .title {
  font-size: 26px;
}

.boarding_step {
  min-height: 80px;
  padding: 20px 40px 20px 30px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  position: relative;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 800px) {
  .boarding_step {
    padding: 27px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .boarding_step {
    padding: 20px;
  }
}
.boarding_step:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}
.boarding_step .step_close {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 9;
}
@media only screen and (max-width: 575px) {
  .boarding_step .step_close {
    display: none;
  }
}
.boarding_step .step_close .ws_btn_icon svg {
  stroke: #bdbdbd;
  transition: all 0.3s ease;
}
.boarding_step .step_close .ws_btn_icon:hover svg {
  stroke: #000000;
}
.boarding_step .step_title {
  display: flex;
  align-items: center;
  flex: 1 0;
  width: 100%;
  padding: 0px 25px 0px 30px;
}
@media only screen and (max-width: 1366px) {
  .boarding_step .step_title {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .boarding_step .step_title {
    flex: 1 0;
    width: 100%;
  }
}
.boarding_step .step_title h2 {
  font-size: 18px;
  line-height: 31px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1366px) {
  .boarding_step .step_title h2 {
    font-size: 16px;
  }
}
.boarding_step .step_progress {
  flex: 1 0;
  max-width: 371px;
  margin-right: 34px;
  display: flex;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 1366px) {
  .boarding_step .step_progress {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1170px) {
  .boarding_step .step_progress {
    max-width: 250px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .boarding_step .step_progress {
    max-width: 200px;
  }
}
.boarding_step .step_action {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .boarding_step .step_action {
    flex: 0 0 auto;
    max-width: unset;
  }
}
.boarding_step .step_action a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.boarding_step.passed {
  background-color: #f2f2f2;
}
.ws .cke_chrome {
  border: none;
}
.ws .cke_top {
  background: white;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  padding: 10px;
  border-bottom: none;
  border-radius: 5px;
}
.ws .cke_combo:after {
  display: none;
}
.ws .cke_button, .ws .cke_combo_button {
  background: #fff;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}
.ws .cke_button:after, .ws .cke_combo_button:after {
  display: none;
}
.ws .cke_button:hover, .ws .cke_combo_button:hover {
  border: 1px solid var(--yellow-2) !important;
  border-color: var(--yellow-2) !important;
  background-color: var(--yellow-2) !important;
}
.ws .cke_button_disabled:hover, .ws .cke_combo_button_disabled:hover {
  border: 1px solid #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  background-color: #e0e0e0 !important;
}
.ws .cke_inner {
  padding: 15px;
  background: #f9f9f9;
}
.ws .cke_contents {
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  margin-bottom: 5px;
}
.ws .cke_bottom {
  border-top: none;
}

.ws_loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999999999;
  display: none;
  top: 0px;
  left: 0px;
}
.ws_loader .wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws_loader .spinner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 3px solid var(--yellow-2);
  border-right-color: transparent;
  border-bottom: 0px;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
  animation: spining 0.3s infinite linear;
}
.ws_loader .spinner_box {
  width: 100px;
  height: 100px;
  padding: 20px;
  border-radius: 10px;
  background-color: transparent;
}
.ws_loader.show_loader {
  display: block !important;
}

@keyframes spining {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tab-button {
  cursor: pointer;
}
.tab-pane:not(.active) {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-pane.fade {
  transition: opacity 0.15s linear;
}
.tab-pane.fade:not(.show) {
  opacity: 0;
}

.ws_alert {
  border-radius: 10px;
  padding: 8px 12px;
  border: 1px solid #999999;
  color: #999999;
  background-color: #999999;
  overflow: hidden;
  position: relative;
}
.ws_alert::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.ws_alert p, .ws_alert h5 {
  position: relative;
  z-index: 1;
}
.ws_alert p {
  margin-bottom: 0 !important;
  color: currentColor;
}
.ws_alert_box {
  padding: 10px 0px;
}
.ws_alert h5 {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.ws_alert_info {
  border-radius: 10px;
  padding: 8px 12px;
  border-color: var(--yellow-2);
  color: var(--yellow-2);
  background-color: var(--yellow-2);
}
.ws_alert_info a {
  color: var(--yellow-2);
  text-decoration: underline;
}
.ws_alert_warning {
  position: relative;
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #fde497;
}
.ws_alert_warning::before {
  display: none;
}

.section-header {
  margin-bottom: 18px;
}
.section-header h4 {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-header h4 {
    font-size: 18px;
  }
}
.section-header-recently {
  position: relative;
  z-index: -1;
}

.documents_forms, .documents_proposals, .documents_contracts {
  padding-top: 10px;
  overflow: hidden;
}

.proposal-list {
  position: relative;
  z-index: 1;
  padding-right: 10px;
}

.owl-carousel-proposals {
  position: relative;
}
.owl-carousel-proposals .owl-nav {
  position: absolute;
  bottom: calc(100% + 18px);
  right: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
}
.owl-carousel-proposals .owl-nav .owl-prev, .owl-carousel-proposals .owl-nav .owl-next {
  position: unset;
  border-radius: 0;
  background-color: transparent;
}
.owl-carousel-proposals .owl-nav .owl-prev.disabled, .owl-carousel-proposals .owl-nav .owl-next.disabled {
  color: #999999;
}
.owl-carousel-proposals .owl-dots {
  display: none !important;
}
.owl-carousel-proposals .owl-stage-outer {
  overflow: visible;
}
.owl-carousel-proposals .owl-stage-outer .owl-stage {
  padding-top: 0px;
}
.owl-carousel-proposals .dropdown-menu {
  transform: unset !important;
  top: 100% !important;
  right: -25px;
}
.owl-carousel-proposals .dropdown-menu[x-placement=bottom-start], .owl-carousel-proposals .dropdown-menu[x-placement=top-start] {
  margin-bottom: 0px;
  margin-top: 15px;
}
.owl-carousel-proposals .dropdown-menu[x-placement=bottom-start]::before, .owl-carousel-proposals .dropdown-menu[x-placement=top-start]::before {
  top: -11px !important;
  right: 30px;
  bottom: unset;
  transform: rotate(-45deg) !important;
}

a {
  text-decoration: none;
}

.ws .check_text {
  font-size: 13px;
}
.ws #card-element {
  border-bottom: 1px solid #bdbdbd !important;
  margin-bottom: 25px !important;
  padding: 0px 0px !important;
  border-radius: 0px !important;
  min-height: 42px;
}
.ws .dummy_card {
  background-color: #e0e0e0;
  min-height: 232px;
}
.ws .dummy_card img {
  max-height: 232px;
  display: block;
}
.ws_link {
  text-decoration: none;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.ws_link svg {
  color: var(--yellow-2);
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.ws_line_link {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ws_line_link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--workspace-color);
  transition: all 0.3s ease;
}
.ws_line_link:hover {
  color: var(--workspace-color);
}
.ws_line_link:hover::after {
  height: 2px;
}
.ws_navigation_bar {
  margin-top: 47px;
  margin-bottom: 33px;
}
@media only screen and (max-width: 1366px) {
  .ws_navigation_bar {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_navigation_bar {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ws_navigation_bar .menu_items {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
}
@media only screen and (max-width: 1280px) {
  .ws_navigation_bar .menu_items {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 1170px) {
  .ws_navigation_bar .menu_items {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_navigation_bar .menu_items {
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}
.ws_navigation_bar .menu_item {
  padding: 0px 24px;
}
@media only screen and (max-width: 1440px) {
  .ws_navigation_bar .menu_item {
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_navigation_bar .menu_item {
    padding: 0px 7px;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_navigation_bar .menu_link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_navigation_bar .menu_link {
    font-size: 14px;
  }
}
.ws .light_color {
  color: #999999;
}
.ws .billing_plans {
  padding: 0px 15px;
}
.ws_section_page {
  min-height: calc(100vh - 80px);
}
.ws_section_page.email .ws_card_accordion .accordion_header button {
  padding: 0px;
}
.ws_section_page.email .ws_card_accordion .accordion_header button h4 {
  margin-bottom: 10px;
}
.ws_section_page.email .ws_card_accordion .accordion_header button svg {
  width: 20px;
  height: 20px;
  top: 25px;
}
.ws_section_page.email .ws_card_accordion .collapse .ws_card_body {
  padding-top: 24px;
}
@media only screen and (max-width: 1280px) {
  .ws_section_page.email .ws_card_accordion .collapse .ws_card_body {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_section_page.notification .ws_card_action.space_34 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_section_page.notification .ws_card_action.space_126 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_section_page.notification .ws_card .notification_sub {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1280px) {
  .ws_section_page.integration .ws_card {
    padding: 38px 45px 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_section_page.integration .ws_card {
    padding: 30px 35px 30px;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_section_page.integration .ws_card_accordion .collapse .ws_card_body.email_integration {
    min-height: auto;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_section_page.profile .ws_card_accordion .ws_card_body.profile_card .profile_caption {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_section_page.branding .ws_form_col_4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_section_page.lead_form .ws_col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_section_page.lead_form .lead_details_row .ws_col_5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_section_page.lead_form .lead_details_row .lead_info {
    margin-bottom: 25px;
  }
}
.ws_term_condition_card {
  margin-bottom: 34px;
}
.ws_term_condition .content {
  margin-top: 70px;
  margin-bottom: 70px;
}
.ws_term_condition h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 18px;
}
.ws_term_condition h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.ws_term_condition p {
  color: #4f4f4f;
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 15px;
}
.ws_term_condition ul {
  list-style-type: none;
}
.ws_term_condition ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}
.ws_term_condition ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--workspace-color);
}
.ws_confirm {
  padding: 30px 0px;
}
.ws_confirm_icon {
  text-align: center;
}
.ws_confirm_icon svg {
  width: 54px;
  height: 54px;
  color: var(--workspace-color);
}
.ws_confirm_icon svg.feather-info {
  color: var(--workspace-color);
}
.ws_confirm_icon svg.feather-trash-2, .ws_confirm_icon svg.feather-trash {
  color: var(--workspace-color);
}
.ws_confirm_icon svg.path path {
  fill: var(--workspace-color);
}
.ws_confirm_icon.error svg {
  color: red;
}
.ws_confirm .caption_heading {
  margin-top: 25px;
  line-height: normal;
  margin-bottom: 15px;
  font-size: 24px;
}
.ws_confirm h3 {
  font-weight: 400;
  font-size: 16px;
  margin-top: 10px;
}
.ws_confirm p {
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 420px) {
  .ws_confirm p br {
    display: none;
  }
}
.ws_confirm.ws_py-10 {
  padding: 10px 0;
}
.ws_gmailconfirm {
  display: flex;
  align-items: center;
}
.ws_gmailconfirm .ws_confirm {
  width: 45%;
  padding: 30px 20px;
}
.ws-gmailconfirmation {
  width: 55%;
}
.ws-gmailconfirmation img {
  width: 100%;
  border: 1px solid #000;
}
.ws .social_sharing ul {
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}
.ws .social_sharing ul li {
  margin-right: 10px;
}
.ws .social_sharing ul li a {
  text-decoration: none;
  color: #999999;
  transition: all 0.3s linear;
}
.ws .social_sharing ul li a svg {
  width: 20px;
  height: 20px;
}
.ws .social_sharing ul li a svg path {
  fill: #999999;
}
.ws .social_sharing ul li a:hover {
  color: var(--yellow-2);
}
.ws .social_sharing ul li a:hover svg path {
  fill: var(--yellow-2);
}
.ws .empty_error {
  color: #000000;
  font-weight: 800;
}
.ws .top_action {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.ws .top_action .ws_btn {
  width: auto;
  font-size: 16px;
}
.ws .top_action .ws_btn_transparent {
  font-size: 12px;
}
.ws .top_action .ws_btn svg {
  margin-left: 0px;
  margin-right: 10px;
}

.list_action {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 34px;
  flex: 1 0 auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .list_action {
    display: none;
  }
}
.list_action .ws_btn {
  max-width: 110px;
  margin-right: 5px;
  font-size: 11px;
  background: transparent;
  color: #bdbdbd;
  border: 1px solid transparent;
}
@media only screen and (max-width: 767px) {
  .list_action .ws_btn {
    display: none !important;
  }
}
.list_action .ws_btn svg {
  color: #bdbdbd;
}
.list_action .ws_btn.current, .list_action .ws_btn:hover {
  background: transparent;
  color: #000000;
}
.list_action .ws_btn.current svg, .list_action .ws_btn:hover svg {
  color: #000000;
}

.change_plan_popup {
  padding: 0 !important;
}
.change_plan_popup .form_section {
  margin-bottom: 0;
}
.change_plan_popup .section_body .plan_popular {
  transform: translateY(0px);
}
@media only screen and (max-width: 360px) {
  .change_plan_popup .billing_plans {
    padding: 0;
  }
}

.profile button.dropify-clear,
.ws_favicon button.dropify-clear {
  right: calc(50% - 32px);
  top: 25px;
}

.profile .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message,
.ws_favicon .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
  margin-top: 6px;
  padding-top: 6px;
}

.smtp_settings {
  padding: 10px 30px 20px;
}

.cancel_subscription .modal-body h3 {
  margin-bottom: 21px;
}
.cancel_subscription .modal-body .bottom_space {
  margin-bottom: 25px;
}
.cancel_subscription .modal-body form .sound-signal .form_group {
  margin-bottom: 10px;
}

.similar-new_email .modal-body .plan_type {
  margin-bottom: 21px;
}

.p-button {
  max-width: 167px;
}

.share_form {
  margin-bottom: 45px;
}
.share_form:last-child {
  margin-bottom: 0px;
}
.share_form p.hint {
  margin-top: 0px;
  margin-bottom: 10px;
}
.share_form .form_group textarea {
  min-height: 167px;
}
.share_form .form_action {
  display: flex;
  justify-content: flex-end;
}
.share_form .form_action .ws_btn {
  max-width: 167px;
}

.global_caption {
  background: #000000;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
.global_caption p {
  font-size: 14px;
  color: #fff;
}
.global_caption.space-1 {
  margin-top: 3px;
}
.global_caption .ws_line_link {
  color: #fff;
  margin: 0px 5px;
  font-size: 14px;
}
.global_caption .ws_line_link::after {
  height: 1px;
}
.global_caption .ws_line_link:hover {
  color: var(--yellow-2);
}
.global_caption .ws_btn {
  font-size: 14px;
  min-height: 34px;
  min-width: 100px;
  width: auto;
}
.global_caption.admin {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
}
.global_caption.admin p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
}

.dropify-wrapper .dropify-clear {
  background: #fff !important;
  color: #000000 !important;
  border-color: #fff;
  cursor: pointer;
}
.dropify-wrapper .dropify-clear:hover {
  color: #000000 !important;
  background: var(--yellow-2) !important;
  border-color: var(--yellow-2) !important;
}

.dropify-wrapper .dropify-message p {
  font-size: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2-container .select2-dropdown .select2-search {
  padding: 10px;
}
.select2-container .select2-dropdown .select2-search input {
  height: 30px;
  min-height: auto;
  padding: 5px 17px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options {
  padding: 10px 0px;
  max-height: 300px;
  overflow-y: auto;
}
.select2-container .select2-dropdown .select2-results .select2-results__options li {
  font-size: 12px;
  padding: 6px 20px;
  margin-bottom: 3px;
  cursor: pointer;
}
.select2-container .select2-dropdown .select2-results .select2-results__options li:last-child {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.select2-container .select2-dropdown .select2-results .select2-results__options li:hover, .select2-container .select2-dropdown .select2-results .select2-results__options li.select2-results__option--highlighted {
  background: #f1f1f1;
  color: #000000;
}
.select2-container .select2-dropdown .select2-results .select2-results__options li[aria-selected=true] {
  background-color: #d0d0d0;
}

.empty_msg {
  font-size: 16px;
  color: #999999;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.icon_list {
  list-style-type: none;
}
.icon_list li a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.icon_list li a svg {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  stroke: var(--yellow-2);
}
.icon_list li a svg.purposal path {
  stroke: none;
  fill: var(--yellow-2);
}
.icon_list li a .content {
  margin-left: 10px;
  flex: 1 1 auto;
  width: 100%;
}
.icon_list li a .content h3 {
  font-size: 14px;
  color: #000000;
  line-height: normal;
  font-weight: 400;
  word-break: break-word;
  padding-right: 25px;
}
.icon_list li a .content p {
  font-size: 12px;
  line-height: normal;
  color: #999999;
  font-weight: 400;
}
.icon_list li a .right_action button {
  width: 0;
  height: 0;
}
.icon_list li a .right_action button svg {
  position: relative !important;
  top: 10px !important;
}
.icon_list.big_icon li a svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  max-width: 24px;
}

.empty_card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 250px;
}
.empty_card .empty_caption {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px;
  color: #4f4f4f;
}
.empty_card .ws_btn {
  max-width: 231px;
}

.popup_error {
  margin-bottom: 21px;
}

.inbox_list ul.icon_list,
.documents_list ul.icon_list,
.schedule_list ul.icon_list,
.activity_list ul.icon_list {
  min-height: 169px;
}

.purposal_detail .documents .page_action {
  flex: 1 1 0;
}

.send_client_popup .ws_modal_action {
  display: flex;
  justify-content: flex-end;
}
.send_client_popup .ws_modal_action .ws_btn {
  max-width: 167px;
}

.add_question .add_question_dropdown {
  z-index: 1;
  width: 100%;
}

.receipt .modal-body {
  padding-top: 27px;
}

.client_cta {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 21px;
  margin-top: -5px;
}
.client_cta a {
  text-decoration: none;
  font-size: 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px;
  color: #000000;
}
.client_cta a svg {
  width: 14px;
  height: 14px;
  color: var(--yellow-2);
  margin-right: 5px;
}

@media only screen and (max-width: 768px) {
  #grid_view {
    display: flex !important;
  }
}

@media only screen and (max-width: 768px) {
  #list_view {
    display: none !important;
  }
}

@media only screen and (max-width: 620px) {
  .resposive_scroll {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 620px) {
  .resposive_scroll .invoice_table,
  .resposive_scroll .summary_table,
  .resposive_scroll .note {
    min-width: 620px;
  }
}

.remove_dynamic_btn {
  display: block;
  margin-left: auto;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  background: 10px;
  padding: 10px !important;
  border-radius: 3px;
  background-color: rgb(255, 229, 229) !important;
  text-shadow: none;
  float: none;
  min-width: 75px;
  text-align: center;
}
.remove_dynamic_btn svg {
  margin-right: 10px;
}

.skip_area {
  display: flex;
  flex-wrap: wrap;
}
.skip_area .ws_btn {
  display: inline-flex;
  min-width: 140px;
}

.background-color {
  background-color: var(--yellow-2);
  color: #000000;
}

.background-color p {
  color: #000000;
}

.global_caption.flex_center {
  justify-content: center !important;
}

.dropdown_wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 110px;
  margin-top: 16px;
}
@media (max-width: 1366px) {
  .dropdown_wrapper {
    margin-right: 90px;
  }
}
.dropdown_wrapper .m-right {
  margin-right: 15px;
}

.save_export_btn {
  margin-top: -42px;
  margin-bottom: 19px;
  margin-left: 30px;
}

.add_meeting_page .ws_card_body form .form_group .select2 .select2-selection {
  padding-top: 0;
  padding-bottom: 0;
}
.add_meeting_page .ws_card_body form .form_group .select2 .select2-selection ul .select2-selection__choice + .select2-search input {
  border: 1px solid #ccc;
  padding: 0 5px;
}

.dynamic-field {
  position: relative;
}
.disabled {
  pointer-events: none !important;
  opacity: 0.65 !important;
}

.connect_gmail_connect_modal .modal-dialog {
  max-width: 700px;
}

.color-inherit {
  color: inherit;
}

.ws_mt-30 {
  margin-top: 30px;
}

.document-dropdown .feather-chevron-down {
  transform: rotate(0deg);
  transition: all 0.25s ease;
}
.document-dropdown .collapsed .feather-chevron-down {
  transform: rotate(-90deg);
}

.cke_notification_warning {
  display: none;
}

.profile .ws_receipts_list {
  list-style-type: none;
}
.profile .ws_receipts_list li {
  margin-bottom: 10px;
}
.profile .ws_receipts_list li a {
  padding-bottom: 5px;
  font-size: 14px;
}
.profile .ws_branding_card .ws_profile_img {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 25px;
}
.profile .ws_branding_card .ws_profile_img .dropify-wrapper {
  border-radius: 50%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  border: none;
}
.profile .ws_branding_card .ws_profile_img .dropify-wrapper .dropify-preview {
  padding: 0px;
  background: transparent !important;
}
.profile .ws_branding_card .ws_profile_img .dropify-wrapper .dropify-preview span {
  width: 100%;
  height: 100%;
}
.profile .ws_branding_card .ws_profile_img .dropify-wrapper .dropify-preview span img {
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile .ws_branding_card .ws_profile_img .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
  display: none;
}
.profile .ws_branding_card.profile .profile_caption {
  margin: 0px auto;
  max-width: 70%;
  padding: 0px;
}
@media only screen and (max-width: 1440px) {
  .profile .ws_branding_card.profile .profile_caption {
    max-width: 100%;
    margin: 0px auto;
  }
}
@media only screen and (max-width: 480px) {
  .profile .ws_branding_card.profile .profile_caption {
    margin: 0px auto;
  }
}
.profile .ws_branding_card .input_color {
  position: relative;
}
.profile .ws_branding_card .input_color label {
  margin-top: 22px;
  margin-bottom: 23px;
  font-family: var(--font-family);
  padding: 0px 17px 0px 0px;
  min-height: 42px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  display: block;
  width: 100%;
  transition: all 0.4s ease;
  box-shadow: 0px 0px 0px rgba(247, 222, 3, 0.05);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile .ws_branding_card .input_color label .color_box {
  display: block;
  width: 43px;
  height: 42px;
  border-radius: 3px 0px 0px 3px;
  background: #D3972A;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: -1px;
  border: 1px solid #e0e0e0;
}
.profile .ws_branding_card .input_color label p {
  margin-bottom: 0;
  flex: 1 0;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
.profile .ws_branding_card .input_color label svg {
  width: 18px;
  height: 18px;
  stroke: #D3972A;
}
.profile .ws_branding_card .input_color input {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.profile .ws_branding_card .input_color input:focus + label {
  border-color: var(--workspace-color);
  box-shadow: 0px 8px 15px rgba(247, 222, 3, 0.05);
}
.profile .ws_branding_card .input_color input:disabled + label {
  background-color: #F7F7F7;
  border-color: #E0E0E0;
}
.profile .ws_branding_card .ws_company_logo {
  width: 100%;
  height: 136px;
  max-width: 240px;
  margin: 0 auto 19px;
  border-radius: 3px;
  border: 1px dashed #E0E0E0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profile .ws_branding_card .ws_company_logo .dropify-wrapper {
  height: 100%;
  border: none;
}
.profile .ws_branding_card .ws_company_logo .dropify-wrapper .dropify-preview {
  padding: 0px;
}
.profile .ws_branding_card .ws_company_logo .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p::before {
  display: none;
}
.profile .ws_branding_card .ws_company_logo .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
  display: none;
}
.profile .ws_branding_card .ws_company_logo img {
  max-width: 80%;
  max-height: 80%;
}
.profile .ws_branding_card .ws_favicon {
  width: 125px;
  height: 125px;
  border: 1px dashed #E0E0E0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #f4f5f7;
  margin-bottom: 30px;
  overflow: hidden;
}
.profile .ws_branding_card .ws_favicon .dropify-wrapper {
  height: 100%;
  border: none;
}
.profile .ws_branding_card .ws_favicon .dropify-wrapper .dropify-preview {
  background: #f7f7f7;
}
.profile .ws_branding_card .ws_favicon .dropify-wrapper .dropify-preview img {
  background-color: transparent;
}
.profile .ws_branding_card .ws_favicon .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p::before {
  display: none;
}
.profile .ws_branding_card .ws_favicon .dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
  display: none;
}
.profile .ws_branding_card .ws_favicon svg {
  width: 30px;
  height: 30px;
  stroke: #999999;
}
.profile .ws_branding_card .ws_swatches {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile .ws_branding_card .ws_swatches .swatch {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #f4f5f7;
  cursor: pointer;
}
.profile .ws_branding_card .ws_swatches .swatch.color-1 {
  background-color: #F7DE03;
}
.profile .ws_branding_card .ws_swatches .swatch.color-2 {
  background-color: #D3972A;
}
.profile .ws_branding_card .ws_swatches .swatch.color-3 {
  background-color: #69DADA;
}
.profile .ws_branding_card .ws_swatches .swatch.color-4 {
  background-color: #E8A2E5;
}
.profile .ws_branding_card .ws_swatches .swatch.color-5 {
  background-color: #253BFF;
}
.profile .ws_branding_card.brand_color p {
  margin-bottom: 21px;
}
.profile .ws_branding_card.branding_fonts .caption_text {
  margin-top: 37px;
}
.profile .ws_branding_card.workspace_color .workspace_color_options {
  margin-bottom: 10px;
}
.profile .ws_branding_card.workspace_color p {
  margin-bottom: 20px;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .profile .ws_branding_card.workspace_color p {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.profile .ws_branding_card.workspace_color .input_color label {
  margin-bottom: 15px;
}
.profile .ws_branding_card.domain_card .form_group {
  margin-top: 33px;
  margin-bottom: 33px;
}
.profile .ws_branding_card.browser_notification p {
  margin-bottom: 32px;
}
.profile .ws_branding_card.browser_notification .ws_btn_select {
  flex: 1 1 auto;
  max-width: 100%;
}
.profile .ws_branding_card.browser_notification .ws_btn {
  min-width: unset;
  margin: 0 auto;
}
.profile .ws_branding_card p {
  padding: 0px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 37px;
}
.profile .ws_branding_card p.help_text {
  font-size: 12px;
  color: #4f4f4f;
}
@media only screen and (max-width: 1440px) {
  .profile .ws_branding_card p {
    padding: 0px 5px;
  }
}
.profile .ws_branding_card p.colo_gray {
  color: #999999;
  margin-top: 15px;
  margin-bottom: 40px;
}
.profile .ws_branding_card p.colo_gray span {
  color: #000000;
}
.profile .ws_branding_card input[type=file] {
  position: absolute;
}
.profile .ws_branding_card .ws_btn {
  min-width: 140px;
  margin: 0 auto;
}
.profile .ws_branding_card .invalid-feedback {
  font-size: 12px;
  margin-top: 15px;
  display: block;
  text-align: center;
}
.profile .ws_branding_card .invalid-feedback strong {
  font-weight: 500;
}
.profile .ws_card_accordion .accordion_header button {
  padding: 0px;
}
.profile .ws_card_accordion .ws_card_body.ws_minheight_auto {
  min-height: 125px;
}
.profile .ws_card_accordion .ws_card_body.profile_card {
  padding-top: 26px;
}
@media only screen and (max-width: 480px) {
  .profile .ws_card_accordion .ws_card_body.profile_card {
    padding-top: 25px;
  }
}
.profile .plan_billing .billing .alert {
  margin-bottom: 15px;
}
.profile .plan_billing .billing .custom_stripe {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-image: none !important;
  padding-right: 15px;
}
.profile .plan_billing .billing .custom_stripe > div {
  width: 100%;
}
.profile .plan_billing .billing .form_group.card_number {
  margin-bottom: 26px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.profile .plan_billing .billing .form_group.card_number p {
  padding: 0 10px 0 0;
  margin: 0;
}
.profile .plan_billing .billing .form_group.card_number .ws_btn {
  padding: 0 20px;
}
@media only screen and (min-width: 800px) {
  .profile .plan_billing .billing .ws_card_action {
    margin-top: 49px;
  }
}
.profile .plan_billing .plan_box {
  margin-bottom: 41px;
}
@media only screen and (max-width: 420px) {
  .profile .plan_billing .plan_box {
    margin-bottom: 25px;
  }
}
.profile .plan_billing .plan_card_action .form_action .ws_btn {
  max-width: 215px;
  margin: 0 auto;
}
.profile .plan_billing .ws_card_billing_plan .ws_card_action {
  flex-wrap: unset;
}
@media only screen and (max-width: 420px) {
  .profile .plan_billing .ws_card_billing_plan .ws_card_action {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .profile .plan_billing .ws_card_billing_plan .ws_card_action .ws_btn {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 420px) {
  .profile .plan_billing .ws_card_billing_plan .ws_card_action .ws_btn_transparent {
    order: 1;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .profile .plan_billing .ws_card_billing_plan .ws_col_xxl_5 {
    margin-bottom: 34px;
  }
}
.profile .branding .ws_card_accordion .accordion_header button {
  padding: 0px;
}
.profile .branding .ws_card_accordion .accordion_header button p.sub {
  margin-bottom: 0px;
}
.profile .branding .ws_card .ws_branding_card .url_text {
  word-break: break-word;
}
.profile .branding .ws_card .ws_branding_card .error_msg {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.profile .branding .company_info_card {
  padding: 30px 60px 30px;
}
.profile .branding .company_info_card .accordion_header button {
  padding: 0px;
}
.profile .branding .company_info_card .accordion_header button h4 {
  margin-bottom: 15px;
}
.profile .branding .company_info_card .ws_card_body {
  padding-top: 22px;
}
.profile .integration .ws_card_accordion {
  padding: 22px 60px 22px;
}
@media only screen and (max-width: 1366px) {
  .profile .integration .ws_card_accordion {
    padding: 22px 50px;
  }
}
@media only screen and (max-width: 800px) {
  .profile .integration .ws_card_accordion {
    padding: 25px 40px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .profile .integration .ws_card_accordion {
    padding: 20px 30px 20px;
  }
}
.profile .integration .ws_card_accordion .accordion_header button {
  min-height: 56px;
  padding: 0px;
}
@media only screen and (max-width: 575px) {
  .profile .integration .ws_card_accordion .accordion_header button {
    min-height: 46px;
  }
}
@media only screen and (max-width: 360px) {
  .profile .integration .ws_card_accordion .accordion_header button {
    text-align: left;
  }
}
.profile .integration .ws_card_accordion .accordion_header button h2 {
  font-size: 20px;
}
.profile .integration .ws_card_accordion .accordion_header button h2.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile .integration .ws_card_accordion .accordion_header button h2.left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 800px) {
  .profile .integration .ws_card_accordion .accordion_header button h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 380px) {
  .profile .integration .ws_card_accordion .accordion_header button h2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .profile .integration .ws_card_accordion .accordion_header button h2 {
    justify-content: flex-start;
  }
}
.profile .integration .ws_card_accordion .accordion_header button h2 img {
  margin-right: 20px;
}
.profile .integration .ws_card_accordion .accordion_header button h2 img.zoom-logo {
  max-width: 140px;
}
@media only screen and (max-width: 575px) {
  .profile .integration .ws_card_accordion .accordion_header button h2 img {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .profile .integration .ws_card_accordion .accordion_header button img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .profile .integration .ws_card_accordion .accordion_header button img {
    max-height: 45px;
  }
}
.profile .integration .ws_card_accordion.zapier .accordion_header .ws_btn {
  padding: 0px 10px;
  font-size: 16px;
  margin-left: 10px;
  min-height: 30px;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.profile .integration .ws_card_accordion.zapier .accordion_header .ws_btn.zipper_add_btn {
  right: 30px;
}
.profile .integration .ws_card_accordion.zapier .ws_card_body p.note {
  color: #4F4F4F;
  margin-bottom: 10px;
  font-size: 16px;
}
.profile .integration .ws_card_accordion.zapier .ws_card_body p.small {
  font-size: 12px;
}
.profile .integration .ws_card_accordion .ws_card_body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .zapier_form_action .ws_btn {
  display: inline-flex;
  max-width: unset;
  width: unset;
  margin: unset;
  min-width: 140px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .btn_row {
  max-width: 430px;
  margin: 0 auto 20px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .btn_row.acc-row {
  max-width: 270px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .btn_row.acc-row .ws_col_xxl_flex {
  display: flex;
  align-items: center;
  padding-left: 0;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .btn_row.acc-row .ws_col_xxl_flex .ws_accname {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 180px;
  text-align: left;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .btn_row.acc-row .ws_col_xxl_auto .ws_btn_icon_lg {
  width: auto;
  min-height: auto;
  height: auto;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn {
  display: flex;
  max-width: 205px;
  min-width: auto;
  margin-bottom: 18px;
  margin-left: 0;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn_test {
  max-width: 230px;
  padding: 0px 15px;
}
@media only screen and (max-width: 800px) {
  .profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn {
    max-width: 180px;
    min-width: 180px;
  }
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn:last-child {
  margin-bottom: 0px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn_transparent {
  max-width: unset;
  width: auto;
  padding: 0px 15px;
  min-width: unset;
  display: inline-flex;
}
@media only screen and (max-width: 420px) {
  .profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn_transparent {
    margin-top: 15px;
  }
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn.ws_big_btn {
  max-width: 280px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn_icon {
  width: 30px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn_icon_lg {
  width: 42px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_btn.zoom-blue {
  background-color: #008ffa;
  border-color: #008ffa;
  color: #fff;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_group #tooltip .ws_btn_icon_md {
  margin-bottom: 0px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_group #tooltip .ws_btn_icon_md svg {
  width: 20px;
  height: 20px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_group #tooltip .tooltiptext {
  width: 193px;
  right: -7px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_group #tooltip .tooltiptext p {
  margin-top: 0px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_group .form_radio {
  display: block;
  width: 100%;
  margin-right: 0px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_group .form_radio input[type=radio] + label .radio {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #bfbfbf;
  border: 1px solid currentColor;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_group .form_radio input[type=radio] + label .radio-dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  opacity: 0;
  background-color: currentColor;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_item {
  width: 100%;
  display: block;
  padding: 12px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0px;
  overflow: unset;
  padding: 14px 0px;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_item:last-of-type {
  margin-bottom: 25px;
  border: none;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_item .form_radio input[type=radio] + label .checkbox_2 {
  margin-right: 0;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .account_item .tag-primary {
  color: #000;
  padding: 3px 5px;
  font-size: 14px;
  border-radius: 4px 4px 0px 0px;
  padding-left: 15px;
  font-weight: 700;
}
.profile .integration .ws_card_accordion .ws_card_body.email_integration .ws_warnmsg {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}
.profile .integration .ws_card_accordion .ws_card_body .form_action .btn_inline {
  display: inline-block;
}
.profile .integration .ws_card_accordion .ws_card_body .ws_email #tooltip {
  width: 100%;
}
.profile .integration .ws_card_accordion .ws_card_body .ws_email #tooltip .ws_btn {
  overflow: visible;
}
.profile .integration .ws_card_accordion .ws_card_body .ws_email #tooltip .tooltiptext {
  width: 220px;
}
.profile .integration .ws_card_accordion .ws_card_body .ws_email .ws_emailfield p {
  margin-bottom: 11px;
}
.profile .integration .ws_card_accordion .ws_card_body .ws_email .ws_current_acc {
  display: flex;
  justify-content: space-between;
}
.profile .integration .ws_card_accordion .ws_card_body .ws_email .ws_current_acc .ws_disbtn a {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.profile .integration .ws_card_accordion .ws_card_body .ws_email .ws_acc_note {
  margin-top: 25px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 475px) {
  .profile .team .page_action {
    justify-content: space-between;
    flex: 0 0 100%;
  }
}
.profile .team .ws_btn.invite_btn {
  margin-right: 15px;
}
@media only screen and (max-width: 410px) {
  .profile .team .ws_btn.invite_btn {
    margin-bottom: 10px;
  }
}
.profile .team .ws_user_card {
  padding: 30px 40px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 34px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .profile .team .ws_user_card {
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 980px) {
  .profile .team .ws_user_card {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 575px) {
  .profile .team .ws_user_card {
    padding: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .profile .team .ws_user_card {
    padding: 15px;
  }
}
.profile .team .ws_user_list {
  margin-top: 22px;
}
.profile .team .ws_user_image {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile .team .ws_user_image img {
  max-width: 100%;
  max-height: 100%;
}
.profile .team .ws_user_detail {
  padding-left: 20px;
  padding-right: 20px;
  flex: 1 0;
  max-width: 100%;
}
@media only screen and (max-width: 575px) {
  .profile .team .ws_user_detail {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0px;
  }
}
.profile .team .ws_user_detail h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 800;
  word-break: break-all;
  color: #000000;
}
.profile .team .ws_user_detail p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  word-break: break-word;
  margin-bottom: 0px;
  color: #000000;
}
.profile .team .ws_user_status {
  max-width: 140px;
  width: 100%;
  margin-right: 10px;
}
.profile .team .ws_user_status .dropdown {
  width: 100%;
}
.profile .team .ws_user_status .status_label {
  padding: 0px 15px;
  min-height: 42px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .profile .team .ws_user_status .status_label {
    min-height: 36px;
  }
}
@media only screen and (max-width: 360px) {
  .profile .team .ws_user_status .status_label {
    font-size: 14px;
  }
}
.profile .team .ws_user_action {
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .profile .team .ws_user_action {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .profile .team .ws_user_action {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .profile .team .ws_user_action {
    padding: 0px 10px;
  }
}
.profile .team .ws_card_action .ws_btn.two {
  min-width: 297px;
}
.profile .team .ws_card_action .ws_btn:first-child {
  margin-left: 0px;
}
.profile .team .ws_table tr td,
.profile .team .ws_table tr th {
  padding: 10px 20px;
}
.profile .team .ws_table_3 tbody tr td {
  padding: 10px 20px;
}
.profile .team .ws_table_3 tbody tr td .ws_status .status_btn {
  min-width: 86px;
}
.profile .referral .ws_card .form_group .form_group_btn .ws_btn {
  width: auto;
  min-width: 150px;
  max-width: unset;
}
.profile .referral .ws_card .form_group .with_button .label_btn {
  margin-right: 20px;
}
.profile .referral .ws_card_accordion .accordion_header button {
  padding: 0px;
}
.profile .referral .ws_card_accordion .accordion_header button h4 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .profile .referral .ws_card_accordion .accordion_header button h4 {
    padding-right: 30px;
    line-height: normal;
    font-size: 18px;
  }
}
.profile .referral .ws_card_accordion .accordion_header button p {
  margin-bottom: 9px;
}
@media only screen and (max-width: 575px) {
  .profile .referral .ws_card_accordion .accordion_header button p {
    font-size: 14px;
  }
}
.profile .referral .ws_card_accordion .accordion_header button svg {
  top: 0px;
}
.profile .referral .ws_card_accordion .accordion_header.no_sub button h4 {
  margin-bottom: 0px;
}
.profile .referral .ws_card_accordion .collapse .ws_card_body {
  padding-top: 22px;
  margin-bottom: 0px;
}
.profile .referral .ws_card_referral h4 {
  margin-bottom: 20px;
}
.profile .referral .ws_card_referral .referral_sub {
  margin-bottom: 40px;
  font-size: 14px;
}
@media only screen and (max-width: 360px) {
  .profile .referral .ws_card_referral .referral_sub br {
    display: none;
  }
}
.profile .referral .ws_card_referral .ws_card_header.flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.profile .referral .ws_card_referral .ws_card_header .avatar {
  margin-top: -25px;
  margin-bottom: -25px;
}
.profile .referral .ws_card_referral .referral_action {
  margin-top: 35px;
}
.profile .referral .ws_card_referral .referral_action .ws_btn_transparent {
  display: inline-flex;
}
.profile .notification_wrap {
  margin-bottom: 30px;
}
.profile .notification_wrap:last-child {
  margin-bottom: 0;
}
.profile .notification_wrap h5 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 17px;
}
.profile .notification_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.profile .notification_row_card {
  margin-bottom: 10px;
}
.profile .notification_row_card:last_child {
  margin-bottom: 0;
}
.profile .notification_label {
  flex: 1 1;
  max-width: 100%;
}
.profile .notification_label p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1366px) {
  .profile .notification_label p {
    font-size: 12px;
  }
}
.profile .notification_label, .profile .notification_checks {
  padding: 0 5px;
}
.profile .notification_label .check, .profile .notification_checks .check {
  padding: 0 5px;
}
.profile .notification_checks {
  flex: 0 1 auto;
  width: auto;
}
.profile .notification_checks .check {
  flex: 1 0;
  width: auto;
}
.profile .notification_checks .check .form_check input[type=checkbox] + label .check_label {
  font-size: 10px;
}
.profile .notification .ws_card.browser_notification h4 {
  margin-bottom: 18px;
}
.profile .notification .ws_card.browser_notification .plan_type {
  max-width: 310px;
  margin: 0 auto;
  display: flex;
}
.profile .notification .ws_card.browser_notification .ws_card_body {
  margin-bottom: 60px;
}
.profile .notification .ws_card .notification_sub {
  margin-bottom: 37px;
}
.profile .notification .ws_card .form_check {
  font-size: 10px;
}
.profile .notification .ws_card_action.space_34 {
  margin-top: 34px;
}
.profile .notification .ws_card_action.space_126 {
  margin-top: 35px;
}
@media only screen and (min-width: 1025px) {
  .profile .notification .ws_card_action.space_126 {
    margin-top: 120px;
  }
}
.profile .notification .ws_branding_card p {
  padding: 0px;
  color: #4f4f4f;
}
.profile .email .ws_card .action_wrap {
  margin-top: 15px;
  margin-bottom: 25px;
}
.profile .email .ws_table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.profile .email .ws_table td.name a {
  font-size: 14px;
  color: #000;
}
.profile .email .ws_table td .ws_status .status_btn {
  max-width: 116px;
}
.profile .email .ws_table td.action {
  width: 30px;
}
.profile .email .ws_table th.type,
.profile .email .ws_table td.type {
  width: 300px;
}
@media only screen and (max-width: 1366px) {
  .profile .email .ws_table th.type,
  .profile .email .ws_table td.type {
    width: 150px;
  }
}

/*SMTP Modal design css*/
.smtp_details_copy {
  padding-bottom: 20px;
}
.smtp_details_copy .copy_wrapper .form_group:last-child {
  margin-bottom: 0px;
}
.smtp_details_copy .ws_btn {
  max-width: 150px;
  margin-top: 21px;
}
.smtp_details_copy .form_group h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
.smtp_details_copy .form_group p {
  font-size: 14px;
  color: #808080;
}
.smtp_details_copy .form_action {
  margin-bottom: 30px;
}
.smtp_details_copy .form_action:last-child {
  margin-bottom: 0px;
}

.plan_cancel_modal .modal-body {
  padding-bottom: 0px;
}
.plan_cancel_modal .modal-body .ws_confirm {
  padding-top: 0px;
}
.plan_cancel_modal .modal-body .content {
  margin-top: 30px;
}
.plan_cancel_modal .modal-body .content h2 {
  font-family: var(--font-family-2);
  font-size: 26px;
  font-weight: normal;
}
@media only screen and (max-width: 420px) {
  .plan_cancel_modal .modal-body .content h2 {
    font-size: 22px;
  }
}
.plan_cancel_modal .modal-body .content p {
  margin-top: 20px;
  font-size: 13px;
}
.plan_cancel_modal .modal-footer {
  flex-direction: column;
  margin-top: 16px;
}
.plan_cancel_modal .modal-footer .ws_btn {
  display: inline-flex;
  margin-left: 0px;
  margin-right: 0px;
}
.plan_cancel_modal .modal-footer .ws_btn_transparent {
  margin-top: 10px;
}

.ws .lead_radio {
  margin-top: 10px;
  margin-bottom: 30px;
}
.ws .lead_radio p {
  color: #000000 !important;
}
.ws .lead_proposals_header .dropdown-menu {
  left: auto !important;
  right: -20px;
}
.ws .lead_proposals_dropdown {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-size: 14px;
}
.ws .lead_actions .lead_type {
  width: 100%;
  margin-bottom: 19px;
}
.ws .lead_actions .lead_type .ws_btn_select {
  flex: 1 1 auto;
}
.ws .lead_actions .lead_type .ws_btn_select .ws_btn {
  font-weight: 400;
}
.ws .lead_actions .ws_btn {
  margin-bottom: 18px;
}
.ws .lead_actions .ws_btn:last-child {
  margin-bottom: 0;
}
.ws .lead_accordion .accordion_header button {
  padding: 0;
}
.ws .lead_accordion .accordion_header button h4 {
  margin-bottom: 0;
}
.ws .lead_accordion .accordion_header button svg {
  top: calc(50% - 15px);
}
.ws .lead_accordion .collapse_content .ws_card_body {
  padding-top: 36px;
}
.ws .lead_accordion .ws_status .status_btn {
  text-transform: capitalize;
}
.ws .collapse_content .ws_card_body {
  min-height: auto;
  padding-top: 22px;
  margin-bottom: 0;
}
.ws .collapse_content .ws_card_body .ws_card_action .ws_btn.ws_btn_yellow {
  min-width: 189px;
}
.ws .collapse_content .ws_card_body p {
  font-size: 14px;
  line-height: 20px;
  color: #4f4f4f;
  margin-bottom: 0;
}
.ws .collapse_content .ws_card_body p.value {
  color: #000000;
  font-size: 14px;
}
.ws .collapse_content .ws_card_body .note_item {
  color: #000000;
  padding-bottom: 21px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 21px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ws .collapse_content .ws_card_body .note_item:last-of-type {
  margin-bottom: 0;
  border: none;
  padding-bottom: 0;
}
.ws .collapse_content .ws_card_body .note_item p {
  color: inherit;
  flex: 0 0 auto;
  max-width: 100%;
  margin-top: 2px;
}
.ws .collapse_content .ws_card_body .note_item a {
  text-decoration: none;
  color: inherit;
}
.ws .collapse_content .ws_card_body .note_item .timestamp {
  margin-left: auto;
  margin-right: 0;
  font-size: 14px;
  color: #999999;
}
.ws .collapse_content .ws_card_body .note_item .client_delete_note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0px;
  color: #999999;
  transition: color 0.3s ease-in;
  width: 24px;
  height: 24px;
}
.ws .collapse_content .ws_card_body .note_item .client_delete_note svg {
  display: block;
  width: 16px;
  height: 16px;
}
.ws .collapse_content .ws_card_body .note_item .client_delete_note:hover {
  color: #000000;
}
.ws .collapse_content .ws_card_body .note_item:last-child {
  margin-bottom: 0px;
}
.ws .collapse_content .ws_card_body .note_item_wrap {
  display: flex;
  flex: 1 0;
  padding-right: 15px;
}
.ws .collapse_content .ws_card_body .note_item_wrap p {
  max-width: calc(100% - 24px);
  padding-right: 15px;
}
.ws .collapse_content .ws_card_body .note_item_action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.ws .collapse_content .ws_card_body .note_item_action .timestamp {
  margin-left: 0;
  margin-right: auto;
}
.ws .collapse_content .ws_card_body .note_item_action .client_delete_note {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  font-size: 14px;
}
.ws .collapse_content .ws_card_body .note_item_action .client_delete_note svg {
  margin-right: 5px;
}
.ws .collapse_content .ws_card_body ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.ws .collapse_content .ws_card_body ul li {
  font-size: 12px;
  color: #bdbdbd;
  line-height: 20px;
}
@media only screen and (max-width: 1280px) {
  .ws .collapse_content .ws_card_body ul li {
    font-size: 11px;
  }
}
.ws .collapse_content .ws_card_body ul.icon_list li {
  margin-bottom: 19px;
}
.ws .collapse_content .ws_card_body ul.icon_list li:last-child {
  margin-bottom: 0px;
}
.ws .collapse_content .ws_card_body ul.icon_list li a p {
  color: #999999;
}
.ws .collapse_content .ws_card_body ul.pagination {
  margin-bottom: 0px;
  min-height: unset;
}
.ws .collapse_content .ws_card_body .proposal_item {
  display: flex;
  align-items: flex-start;
}
.ws .collapse_content .ws_card_body .proposal_item .icon {
  margin-right: 10px;
}
.ws .collapse_content .ws_card_body .proposal_item .icon svg {
  color: var(--yellow-2);
}
.ws .collapse_content .ws_card_body .proposal_item .item_content {
  flex: 1 1 auto;
  max-width: 100%;
}
.ws .collapse_content .ws_card_body .ws_btn.ws_btn_yellow {
  min-width: 189px;
}
.ws_section_page.leads .ws_fillter_2 ul li.proposal, .ws_section_page.leads .ws_fillter_2 ul li[data-value=proposal] {
  background: #E0E0E0 !important;
  color: #000000 !important;
}
@media only screen and (max-width: 1440px) {
  .ws_section_page.profile .ws_card_accordion .ws_card_body.ws_minheight_auto {
    min-height: 185px;
  }
}
.ws .lead_details_row h5 {
  font-weight: 400;
  padding-left: 23px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.ws .lead_details_row ul.status_list li {
  margin-bottom: 0px;
}
.ws .lead_info p {
  color: #4f4f4f !important;
  margin-bottom: 0px;
}
.ws .lead_info .ws_status {
  margin-bottom: 15px;
}
.ws .lead_info_right {
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .ws .lead_info_right {
    margin-top: 0px;
  }
}
.ws_box_border {
  border-radius: 3px;
  padding: 25px 33px;
  border: 1px solid #E0E0E0;
  margin-bottom: 21px;
}
@media only screen and (max-width: 620px) {
  .ws_box_border {
    padding: 20px 25px;
  }
}
.ws .lead_action .dropdown-menu {
  left: 25px !important;
}
.ws .lead_card {
  position: relative;
}
.ws .lead_card .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ws .lead_card .lead_action .dropdown {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: unset;
}
.ws .lead_card .lead_action button {
  background: transparent;
  border: none;
  height: 30px;
  min-height: unset;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ws .lead_card .lead_action button svg {
  margin: 0;
}
.ws .lead_card .lead_action .dropdown-toggle {
  position: relative;
  z-index: 3;
}
.ws .lead_card .lead_action .dropdown-menu {
  z-index: 4;
}
.ws .lead_card .lead_action .more_dropdown ul {
  list-style-type: none;
}
.ws .lead_card .lead_action .more_dropdown ul li a {
  font-size: 12px;
  text-decoration: none;
}
.ws .lead_card .ws_status {
  text-align: center;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ws .lead_card .ws_status .dropdown {
  z-index: unset;
}
.ws .lead_card ul.status_list {
  text-align: center;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .ws .lead_card ul.status_list {
    max-width: 320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.ws .lead_card ul.status_list li {
  display: inline-block;
  margin-bottom: 8px;
}
.ws .lead_card ul.status_list li:last-child {
  margin-bottom: 0px;
}
.ws .lead_card .card_title {
  margin-bottom: 5px;
  text-align: center;
}
.ws .lead_card .card_title h4 {
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.ws .lead_card .ws_btn {
  font-size: 14px;
  font-weight: 400;
}
.ws .short_title #tooltip {
  display: block;
  max-width: 100%;
}
.ws .short_title #tooltip .tooltiptext {
  right: unset;
  left: 50%;
  top: 125%;
  width: auto;
  max-width: 300px;
  bottom: unset;
  padding: 10px 15px;
  transform: translate(-50%, 0px);
}
.ws .short_title #tooltip .tooltiptext::after {
  top: unset;
  bottom: 100%;
  left: 50%;
  right: unset;
  transform: rotate(180deg) translate(50%, 0px);
}
@media only screen and (max-width: 676px) {
  .ws .short_title #tooltip .tooltiptext::after {
    left: calc(50% - 5px);
  }
}
.ws .short_title #tooltip .tooltiptext p {
  margin-top: 0 !important;
}
.ws .short_title a {
  color: inherit;
  width: 100%;
  display: inline-block;
}
.ws .lead_info h4 {
  margin-bottom: 15px;
}
.ws .lead_info .ws_btn {
  margin-top: 18px;
  max-width: 242px;
}
@media only screen and (max-width: 360px) {
  .ws .lead_modal .modal-header {
    padding: 30px 30px 0px;
  }
}
@media only screen and (max-width: 360px) {
  .ws .lead_modal .modal-body {
    padding: 30px 30px 35px;
  }
}
.ws .lead_modal .form_check .check_label {
  font-size: 13px;
}
.ws .lead_modal .ws_modal_action {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.ws .lead_modal .ws_modal_action .ws_btn {
  margin-left: 16px;
  font-size: 16px;
}
.ws .lead_modal .ws_modal_action .ws_btn:first-child {
  margin-left: 0;
}
.ws .lead_modal .ws_modal_action .large_btn {
  max-width: 271px;
}
.ws_lead_table {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding: 18px 0px;
}
.ws_lead_table .table_head {
  display: flex;
  justify-content: flex-end;
  padding: 0px 36px 0px;
}
.ws_lead_table .table_head .ws_btn svg {
  width: 100%;
  height: 100%;
}
.ws_lead_table .active_lead_list table {
  width: 100%;
}
.ws_lead_table .active_lead_list table tr td {
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  position: relative;
  padding: 12px 25px;
  width: 25% !important;
}
@media only screen and (max-width: 1440px) {
  .ws_lead_table .active_lead_list table tr td {
    padding: 12px 25px;
  }
}
@media only screen and (min-width: 1367px) {
  .ws_lead_table .active_lead_list table tr td {
    width: 50%;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_lead_table .active_lead_list table tr td {
    padding: 12px 20px;
  }
}
@media only screen and (max-width: 1170px) {
  .ws_lead_table .active_lead_list table tr td {
    padding: 12px 15px;
  }
}
.ws_lead_table .active_lead_list table tr td:last-child {
  width: auto;
}
.ws_lead_table .active_lead_list table tr td > a {
  color: #999999;
  text-decoration: none;
}
.ws_lead_table .active_lead_list table tr td.name, .ws_lead_table .active_lead_list table tr td.title {
  margin-top: 10px;
  max-width: 300px !important;
}
@media only screen and (max-width: 1440px) {
  .ws_lead_table .active_lead_list table tr td.name, .ws_lead_table .active_lead_list table tr td.title {
    max-width: 275px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .ws_lead_table .active_lead_list table tr td.name, .ws_lead_table .active_lead_list table tr td.title {
    max-width: 225px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .ws_lead_table .active_lead_list table tr td.name, .ws_lead_table .active_lead_list table tr td.title {
    max-width: 200px !important;
  }
}
@media only screen and (max-width: 1170px) {
  .ws_lead_table .active_lead_list table tr td.name, .ws_lead_table .active_lead_list table tr td.title {
    max-width: 175px !important;
  }
}
@media only screen and (max-width: 768px) {
  .ws_lead_table .active_lead_list table tr td.name, .ws_lead_table .active_lead_list table tr td.title {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.ws_lead_table .active_lead_list table tr td.name, .ws_lead_table .active_lead_list table tr td.name a, .ws_lead_table .active_lead_list table tr td.title, .ws_lead_table .active_lead_list table tr td.title a {
  font-size: 14px;
  color: #000000;
}
.ws_lead_table .active_lead_list table tr td.name a, .ws_lead_table .active_lead_list table tr td.title a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ws_lead_table .active_lead_list table tr td.name .short_title #tooltip .tooltiptext, .ws_lead_table .active_lead_list table tr td.title .short_title #tooltip .tooltiptext {
  right: unset;
  left: 0px;
}
.ws_lead_table .active_lead_list table tr td.name .short_title #tooltip .tooltiptext::after, .ws_lead_table .active_lead_list table tr td.title .short_title #tooltip .tooltiptext::after {
  left: 40px;
  right: unset;
}
.ws_lead_table .active_lead_list table tr td .card_status {
  position: relative;
}
.ws_lead_table .active_lead_list table tr td .ws_status {
  width: 102px;
}
.ws_lead_table .active_lead_list table tr td .ws_status .dropdown {
  width: 100%;
}
.ws_lead_table .active_lead_list table tr td .ws_status .status_btn {
  width: 100%;
}
.ws_lead_table .active_lead_list table tr td:last-child .dropdown {
  width: 30px;
  margin-left: auto;
  margin-right: 0px;
}
.ws_lead_table .active_lead_list table tr td:last-child .dropdown ul li a {
  font-size: 12px;
}
.ws_lead_table .active_lead_list table thead tr td {
  padding-top: 0px;
  border-bottom: 1px solid #F2F2F2;
}
.ws .view_contract .form_group.value_group p.value {
  margin-top: 5px;
}
.ws .question_add .form_group input {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.ws .question_add .form_group input + label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 20px;
  color: #333333;
  transition: all 0.3s linear;
  cursor: pointer;
}
.ws .question_add .form_group input + label svg {
  margin-right: 16px;
  width: 21px;
  height: 21px;
  color: var(--yellow-2);
}
.ws .question_add .form_group input + label svg.path {
  width: 18px;
  height: 18px;
}
.ws .question_add .form_group input + label svg.path path {
  fill: var(--yellow-2);
}
.ws .question_add .form_group input:checked + label, .ws .question_add .form_group input + label:hover {
  border-color: var(--yellow-2);
}
.ws .question_detail .ws_card_body {
  position: relative;
}
.ws .question_detail .ws_card_body .form_group .with_check {
  flex-wrap: wrap;
}
.ws .question_detail .ws_card_body .form_group .with_check .form_check {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-top: 10px;
}
.ws .question_detail .question_add {
  background-color: #fff;
  padding: 30px 30px 10px;
  z-index: 9;
  min-width: 500px;
  left: 0px !important;
  right: auto;
}
@media only screen and (max-width: 620px) {
  .ws .question_detail .question_add {
    min-width: 440px;
  }
}
@media only screen and (max-width: 480px) {
  .ws .question_detail .question_add {
    min-width: 260px;
  }
}
@media only screen and (max-width: 380px) {
  .ws .question_detail .question_add {
    min-width: 240px;
  }
}
.ws .question_detail .question_add.dropdown-menu::before {
  left: 25px;
  right: auto;
}

.two_list {
  margin-bottom: 19px;
}
@media only screen and (max-width: 575px) {
  .two_list {
    justify-content: flex-end;
  }
}
.two_list.with_cta {
  margin-bottom: 34px;
}
@media only screen and (max-width: 575px) {
  .two_list.with_cta {
    margin-bottom: 20px;
  }
}
.schedule_meeting_popup .modal-body .error {
  margin-bottom: 15px;
}

.ws .client_info {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 15px;
}
.ws .client_info .top_detail {
  padding-bottom: 20px;
}
.ws .client_info .top_detail .ws_col_xxl_6 {
  border-right: 1px solid #e0e0e0;
}
.ws .client_info .top_detail .ws_col_xxl_6:last-child {
  border: none;
}
@media only screen and (max-width: 575px) {
  .ws .client_info .top_detail .ws_col_xxl_6 {
    border: none;
  }
}
.ws .client_info h2 {
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}
.ws .client_info ul {
  list-style-type: none;
}
.ws .client_info ul li {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
  word-break: break-word;
}
.ws .client_info .recent {
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
@media only screen and (max-width: 575px) {
  .ws .client_info .recent {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
.ws .client_info .recent .wrap {
  width: 100%;
  padding-left: 46px;
}
@media only screen and (max-width: 1366px) {
  .ws .client_info .recent .wrap {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws .client_info .recent .wrap {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 980px) {
  .ws .client_info .recent .wrap {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .ws .client_info .recent .wrap {
    padding-left: 0px;
  }
}
.ws .client_info .recent .icon_list li {
  margin-bottom: 17px;
}
.ws .client_info .recent .icon_list li:first-child, .ws .client_info .recent .icon_list li:last-child {
  margin-bottom: 0px;
}
.ws .client_info .recent .icon_list li .content .heading {
  color: #000;
}
.ws .client_info_wrap {
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
  padding-bottom: 20px;
}
.ws .client_info_wrap .no_content {
  margin-bottom: 34px;
}
.ws .client_info_wrap:last-child .no_content {
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .ws .client_info_wrap_2 {
    margin-top: 34px;
  }
}
.ws .client_info .small_title {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
  margin-bottom: 21px;
}
.ws .client_info_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ws .client_info_header .small_title {
  margin-bottom: 0px;
}
.ws .client_info_body {
  padding-top: 21px;
}
.ws .client_actions .ws_btn {
  margin-bottom: 36px;
}
.ws .client_documents_dropdown.dropdown {
  margin-left: 13px;
}
.ws .client_documents_dropdown.dropdown .dropdown-menu {
  left: auto !important;
  right: -20px;
  z-index: 9;
}
@media only screen and (max-width: 1024px) {
  .ws .client_details .document_list .ws_table_2 thead tr th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .ws .client_details .document_list .ws_table_2 thead tr th {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td.name .tool_tip .tooltiptext, .ws .client_details .document_list .ws_table_2 tbody tr td.title .tool_tip .tooltiptext {
    white-space: normal;
    width: 100%;
  }
}
@media only screen and (max-width: 1440px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td.name, .ws .client_details .document_list .ws_table_2 tbody tr td.title {
    max-width: 215px !important;
  }
}
@media only screen and (max-width: 1366px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td.name, .ws .client_details .document_list .ws_table_2 tbody tr td.title {
    max-width: 150px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td.name, .ws .client_details .document_list .ws_table_2 tbody tr td.title {
    max-width: 130px !important;
  }
}
@media only screen and (max-width: 980px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td.name, .ws .client_details .document_list .ws_table_2 tbody tr td.title {
    max-width: 120px !important;
  }
}
@media only screen and (max-width: 768px) {
  .ws .client_details .document_list .ws_table_2 tbody tr td.name, .ws .client_details .document_list .ws_table_2 tbody tr td.title {
    max-width: 100% !important;
  }
}
.ws .client_details .clients-projects .short_title #tooltip {
  display: inline-block;
}
.ws_card.lead_card.client_card {
  height: calc(100% - 31px);
  padding: 45px 40px 45px;
}
@media only screen and (max-width: 1366px) {
  .ws_card.lead_card.client_card {
    padding: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_card.lead_card.client_card {
    padding: 40px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .ws_card.lead_card.client_card {
    padding: 35px 30px;
    margin-bottom: 25px;
    height: calc(100% - 25px);
  }
}
@media only screen and (max-width: 575px) {
  .ws_card.lead_card.client_card {
    height: auto;
  }
}
.ws_card.lead_card.client_card .card_title p {
  font-size: 12px;
  color: #4f4f4f;
  margin-top: 5px;
}
.ws_card.lead_card.client_card .bottom_content {
  margin-top: 30px;
}
.ws_card.lead_card.client_card .bottom_content ul li svg {
  display: none;
}
.ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6 {
  border-right: 1px solid #e0e0e0;
}
@media only screen and (max-width: 980px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6 {
    border-color: transparent;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6 {
    border-color: #e0e0e0;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6 {
    border-color: transparent;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6 {
    border-color: #e0e0e0;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6 {
    border-color: transparent;
    margin-bottom: 10px;
  }
}
.ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6:last-child {
  border-right: 0px;
}
@media only screen and (max-width: 980px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .ws_card.lead_card.client_card .bottom_content .ws_col_xxl_6:last-child {
    margin-bottom: 0px;
  }
}
.ws_card.lead_card.client_card ul.status_list {
  margin-bottom: 0px;
  text-align: center;
}
.ws_card.lead_card.client_card ul.status_list li {
  padding-left: 0px;
  word-break: break-word;
  display: inline-block;
}
.ws_card.lead_card.client_card ul.status_list li h3 {
  font-size: 18px;
  color: #000000;
  line-height: 19px;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}
.ws_card.lead_card.client_card ul.status_list li svg {
  z-index: 1;
  opacity: 1;
  width: 18px;
  height: 18px;
  top: 0px;
}
.ws_card.lead_card.client_card ul.status_list li svg.outline {
  stroke: none;
}
.ws_card.lead_card.client_card ul.status_list li svg.outline path {
  fill: var(--yellow-2);
}

.ws_section_page.all_contacts .contacts_wrapper {
  margin-top: 34px;
}
.ws_section_page.all_contacts .contacts_wrapper .ws_card {
  padding: 24px 24px 24px 34px;
}
@media only screen and (max-width: 1366px) {
  .ws_section_page.all_contacts .contacts_wrapper .ws_card {
    padding: 20px;
  }
}
.ws_section_page.all_contacts .contacts_wrapper .ws_card.ws_card_active_lead .active_lead .ws_btn {
  max-width: 227px;
  font-size: 16px;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact {
  display: flex;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .details {
  flex: 1 1 auto;
  max-width: 100%;
  padding-right: 10px;
}
@media only screen and (max-width: 1366px) {
  .ws_section_page.all_contacts .contacts_wrapper .lead_contact .details {
    padding-right: 8px;
  }
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .details h4 {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000000;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .details p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 12px;
  line-height: 20px;
  color: #999999;
  word-break: break-word;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .ws_status {
  padding-right: 0px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1366px) {
  .ws_section_page.all_contacts .contacts_wrapper .lead_contact .ws_status {
    padding-right: 8px;
  }
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .ws_status .status_btn {
  min-width: 55px;
  padding: 0px 5px;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .action {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .action .ws_btn {
  position: relative;
  z-index: 2;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .action .ws_btn_icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--yellow-2);
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .action .ws_btn_icon:hover svg {
  stroke: #000000;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .action .more_dropdown {
  padding: 15px 18px 15px;
  min-width: 147px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  right: -36px;
  left: auto !important;
  z-index: 3;
  transform: unset !important;
  top: 100% !important;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .action .more_dropdown ul {
  list-style-type: none;
}
.ws_section_page.all_contacts .contacts_wrapper .lead_contact .action .more_dropdown ul li a {
  font-size: 12px;
  line-height: 20px;
  color: #4f4f4f;
  text-decoration: none;
}

.view_contract .modal-header {
  padding: 0px;
}
.view_contract .modal-body {
  padding: 52px 55px;
}
.view_contract .modal-body .modal-action .divider {
  height: 14px;
  margin-left: 10px;
  margin-right: 10px;
}
.view_contract .modal-body .contact_name {
  font-weight: 500;
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 20px;
  color: #000000;
}

.ws_calendar {
  position: relative;
}
.ws_calendar .calender_filter {
  position: absolute;
  top: 6px;
  right: 0px;
}
.ws_calendar .calender_filter .ws_btn {
  font-size: 12px;
}
.ws_calendar .calender_filter .ws_btn_sm {
  min-height: 28px;
}
.ws_calendar .calender_filter .ws_btn svg {
  color: inherit;
}
.ws_calendar .calender_filter .dropdown-menu {
  transform: unset !important;
  top: 100% !important;
  z-index: 3;
}
.ws_calendar .calender_filter .dropdown-menu ul {
  max-width: 90px;
  margin: 0 auto;
}
.ws_calendar .calender_filter .dropdown-menu ul li {
  margin-bottom: 18px;
}
.ws_calendar .calender_filter .dropdown-menu ul li .form_check .check_label {
  font-size: 14px;
}
.ws_calendar .calender_filter .dropdown-menu ul li .form_check input[type=checkbox] + label .checkbox {
  border-color: #000000;
}
.ws_calendar .calender_filter .dropdown-menu ul li .form_check input[type=checkbox] + label .checkbox svg {
  width: 90%;
  height: 90%;
}
.ws_calendar .calender_filter .dropdown-menu ul li .form_check input[type=checkbox]:checked + label .checkbox {
  background-color: #fff;
  border-color: #000000;
}
.ws_calendar .fc-toolbar {
  position: relative;
  margin-bottom: 54px;
}
.ws_calendar .fc-center h2 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  line-height: 31px;
}
.ws_calendar .fc-button {
  height: 28px;
  padding: 0px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 11px;
  text-transform: capitalize;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  background-image: none;
  border-radius: 50px;
}
@media only screen and (max-width: 1170px) {
  .ws_calendar .fc-button {
    padding: 0px 15px;
  }
}
.ws_calendar .fc-button.fc-state-default.fc-corner-left, .ws_calendar .fc-button.fc-state-default.fc-corner-right {
  border-radius: 50px;
}
.ws_calendar .fc-button.fc-state-active {
  background-color: #E0E0E0 !important;
}
.ws_calendar .fc-left .fc-button-group .fc-button {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  padding: 0px;
  border: none;
  background: transparent;
  color: var(--yellow-2);
  box-shadow: none;
  top: calc(50% - 15px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws_calendar .fc-left .fc-button-group .fc-button.fc-prev-button {
  left: calc(50% - 140px);
  top: calc(50% - 15px);
}
@media only screen and (max-width: 768px) {
  .ws_calendar .fc-left .fc-button-group .fc-button.fc-prev-button {
    left: 0px;
  }
}
.ws_calendar .fc-left .fc-button-group .fc-button.fc-next-button {
  right: calc(50% - 140px);
}
@media only screen and (max-width: 768px) {
  .ws_calendar .fc-left .fc-button-group .fc-button.fc-next-button {
    right: 0px;
  }
}
.ws_calendar .fc-left .fc-button-group .fc-button .fc-icon {
  font-size: 40px;
  display: block;
  top: 0;
}
.ws_calendar .fc-left .fc-button-group .fc-button .fc-icon::after {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws_calendar .fc-left .fc-today-button {
  margin: 0px;
  position: absolute;
  top: calc(50% - 12px);
  left: 0px;
  background: #f7f7f7;
  color: #333333;
  height: 28px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .ws_calendar .fc-left .fc-today-button {
    top: calc(100% + 10px);
  }
}
.ws_calendar .fc-right .fc-button-group {
  position: absolute;
  right: 0px;
  top: calc(50% - 12px);
  border-radius: 50px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .ws_calendar .fc-right .fc-button-group {
    top: calc(100% + 10px);
  }
}
.ws_calendar .fc-right .fc-button-group .fc-button {
  background-color: transparent;
}
.ws_calendar .fc-view-container table thead {
  border: none;
}
.ws_calendar .fc-view-container table thead tr td {
  border: none;
}
.ws_calendar .fc-view-container table thead tr td .fc-row {
  margin-right: 0px !important;
  border: none;
}
.ws_calendar .fc-view-container table thead tr th {
  padding: 13px;
  border: none;
  font-weight: 400;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.ws_calendar .fc-day-grid-event {
  margin: 0px 10px 5px;
  padding: 0px;
}
.ws_calendar .fc-row .fc-content-skeleton table thead tr td.fc-day-number {
  font-size: 14px;
  text-align: left;
  padding: 5px 10px;
}
.ws_calendar .fc-event {
  background: transparent;
  border: none;
  color: #000000 !important;
  font-size: 11px;
  padding: 5px 6px;
  line-height: 1.4;
}
.ws_calendar .fc-event.google-event .fc-content::before {
  content: "";
  width: 14px;
  height: 15px;
  display: inline-block;
  background-image: url("/imgs/google__logo.png");
  background-size: cover;
  background-position: center;
  margin-bottom: -4px;
  margin-right: 4px;
}
.ws_calendar .fc-event.zoom_event .fc-content::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url("/imgs/zoom-camera.svg");
  background-size: cover;
  background-position: center;
  margin-bottom: -4px;
  margin-right: 4px;
}
.ws_calendar .fc-event.dot .fc-content {
  position: relative;
  padding-left: 15px;
  line-height: normal;
}
.ws_calendar .fc-event.dot .fc-content::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  background-color: transparent;
  position: absolute;
}
.ws_calendar .fc-event.dot.grey .fc-content::before {
  background-color: #e0e0e0;
}
.ws_calendar .fc-event.dot.yellow .fc-content::before {
  background-color: var(--yellow-2);
}
.ws .top_action .ws_btn.ws_btn_add_event {
  min-width: 150px;
}
.ws_calendar_meetings .fc-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ws_calendar_meetings .fc-toolbar .fc-left, .ws_calendar_meetings .fc-toolbar .fc-right {
  float: none;
}
.ws_calendar_meetings .fc-toolbar .fc-left {
  order: 1;
}
.ws_calendar_meetings .fc-toolbar .fc-left .fc-button {
  color: var(--yellow-2);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: 10px;
}
.ws_calendar_meetings .fc-toolbar .fc-left .fc-button:last-child {
  margin-right: 0px;
}
.ws_calendar_meetings .fc-toolbar .fc-right {
  margin-right: 20px;
}
.ws_calendar_meetings .fc-toolbar .fc-right h2 {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
.ws_calendar_meetings .fc-toolbar .fc-right .fc-button {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
}
.ws_calendar_meetings .fc-toolbar .fc-button {
  background: none;
  padding: 0px;
  border: none;
  box-shadow: none;
}
.ws_calendar_meetings .fc-view-container table thead td {
  border: none;
}
.ws_calendar_meetings .fc-view-container table thead td.fc-widget-header table thead tr th {
  border: none;
  padding: 10px 0px;
  text-align: left;
  font-weight: 400;
  color: #999;
  font-size: 14px;
}
.ws_calendar_meetings .fc-view-container table tbody .fc-widget-content .fc-row .fc-content-skeleton {
  position: relative;
  padding-bottom: 0px;
}
.ws_calendar_meetings .fc-view-container table tbody .fc-widget-content .fc-row .fc-content-skeleton table tbody tr td {
  position: relative;
}
.ws_calendar_meetings .fc-view-container table tbody .fc-widget-content .fc-row .fc-content-skeleton table tbody tr td::after {
  content: "Unavailable";
  display: flex;
  text-align: center;
  font-size: 13px;
  color: #999;
  height: calc(100% + 4px);
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  min-height: 5em;
}
.ws_calendar_meetings .fc-view-container table tbody .fc-widget-content .fc-row .fc-content-skeleton table tbody tr td.fc-event-container::after, .ws_calendar_meetings .fc-view-container table tbody .fc-widget-content .fc-row .fc-content-skeleton table tbody tr td.fc-more-cell::after {
  display: none !important;
}
.ws_calendar_meetings .fc-view-container table tbody .fc-widget-content .fc-row .fc-content-skeleton table tbody tr:last-child td .fc-day-grid-event {
  padding-bottom: 10px;
}
.ws_calendar_meetings .fc-view-container table tbody .fc-widget-content .fc-row .fc-content-skeleton table tbody tr:last-child td .fc-day-grid-event::after {
  top: 50%;
  height: calc(100% - 20px);
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-today {
  background-color: transparent;
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event {
  margin: 10px;
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 16px;
  padding-right: 26px;
  color: #000 !important;
  border: none;
  background: transparent;
  position: relative;
  font-size: 13px;
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event.dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
  background-color: var(--yellow-2);
  position: absolute;
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event span {
  display: block;
  font-weight: normal;
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event span.fc-title {
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event span.fc-time {
  color: #999999;
  font-size: 9px;
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event .add_plus_icon {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 17px;
  height: 17px;
  transform: translate(0px, -50%);
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event .add_plus_icon svg {
  display: block;
  width: 17px;
  height: 17px;
  color: var(--yellow-2);
}
.ws_calendar_meetings .fc-view-container table tbody tr td .fc-day-grid-event > .fc-content {
  white-space: normal;
  overflow: unset;
}
.ws_multi_meetings .fc-view-container table tbody tr td .fc-day-grid-event.dot::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0px;
  top: 9px;
  background-color: var(--yellow-2);
  position: absolute;
}
.ws_multi_meetings .fc-view-container table tbody tr td .fc-day-grid-event > .fc-content {
  white-space: normal;
}
.ws_single_meetings .fc-view-container table tbody tr td .fc-day-grid-event {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0px;
  padding: 10px 10px 0px;
  margin: 0px;
}
.ws_single_meetings .fc-view-container table tbody tr td .fc-day-grid-event .fc-content {
  border: 1px dashed #D1D3D9;
  min-height: 36px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
}
.ws_single_meetings .fc-view-container table tbody tr td .fc-day-grid-event::after {
  content: "Edit";
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 50%;
  top: calc(50% + 5px);
  background-color: rgba(36, 39, 43, 0.5);
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  transform: translate(-50%, -50%);
  visibility: hidden;
  transition: all 0.3s linear;
}
.ws_single_meetings .fc-view-container table tbody tr td .fc-day-grid-event:hover::after {
  opacity: 1;
  visibility: visible;
}
.ws_single_meetings .fc-view-container table tbody tr td > .fc-content {
  max-width: 100%;
  flex: 1 1 100%;
}

.add_new_modal .modal-body {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add_new_modal .modal-body .ws_row {
  flex: 1 1 auto;
}
.add_new_modal .modal-body .action_card {
  width: 100%;
  height: 120px;
  border: 1px solid var(--yellow-2);
  background: rgba(246, 222, 4, 0.03);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 3px;
  margin-bottom: 15px;
}
.add_new_modal .modal-body .action_card svg {
  color: var(--yellow-2);
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}
.add_new_modal .modal-body .action_card p {
  margin-top: 10px;
  font-size: 14px;
  flex: 0 0 100%;
  max-width: 100%;
}

.scheduler_page .ws_card .lead_action .dropdown .dropdown-menu {
  top: 100% !important;
  transform: unset !important;
  right: -38px !important;
}
.scheduler_page .ws_card .lead_action .dropdown .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -11px;
  right: 40px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-color: #fff;
  transform: rotate(-45deg);
}
.scheduler_page .ws_card .lead_action .dropdown .dropdown-menu[x-placement=top-start] {
  margin-top: 15px;
}
.scheduler_page .ws_card .lead_action .dropdown .dropdown-menu[x-placement=top-start]::before {
  top: -11px !important;
  bottom: auto !important;
  transform: rotate(-45deg) !important;
}
.scheduler_page .ws_card .ws_status {
  margin-bottom: 15px;
}
.scheduler_page .ws_card .card_title {
  margin-bottom: 0px;
}
.scheduler_page .ws_card.document_card ul.card_info li {
  color: #999999;
}
.scheduler_page .ws_card .card_links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 21px;
}
.scheduler_page .ws_card .card_links .ws_link {
  color: #4f4f4f;
  display: inline-flex;
  align-items: center;
}
.scheduler_page .ws_card .card_links .ws_link svg {
  width: 15px;
  height: 15px;
  color: var(--yellow-2);
}
.scheduler_page .ws_card .card_links .ws_link svg.path path {
  fill: currentColor;
}
.scheduler_page .ws_card .card_links .ws_link svg.stroke path {
  stroke: currentColor;
}
.scheduler_page .ws_card_border .label {
  width: 100%;
  height: 100%;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #4f4f4f;
  font-weight: 300;
}
@media only screen and (min-width: 801px) and (max-width: 980px) {
  .scheduler_page .document_card .dropdown .more_dropdown {
    transform: translate(0) !important;
    margin-top: 40px !important;
  }
}

.add_meeting_page .toggle-btn {
  height: 32px;
}
.add_meeting_page .meeting_area {
  margin-bottom: 44px;
}
@media only screen and (max-width: 1440px) {
  .add_meeting_page .meeting_area_form .toggle {
    margin-bottom: 20px;
  }
}
.add_meeting_page .group_input input {
  border-radius: 3px 0px 0px 3px;
  border-right: 0px;
}
.add_meeting_page .group_input select {
  border-radius: 0px 3px 3px 0px;
}
.add_meeting_page .booking_form {
  margin-top: 58px;
}

.email_template .receipents {
  margin-top: 10px;
}

.email_template .receipents .block {
  margin-bottom: 10px;
}

.ws .report_item {
  padding: 33px 58px 33px 58px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
  height: calc(100% - 34px);
}
@media only screen and (max-width: 768px) {
  .ws .report_item {
    margin-bottom: 20px;
    padding: 30px 35px;
    height: calc(100% - 20px);
  }
}
@media only screen and (max-width: 575px) {
  .ws .report_item {
    padding: 25px;
  }
}
.ws .report_item span.text_wrap {
  padding-right: 15px;
}
@media only screen and (max-width: 575px) {
  .ws .report_item span.text_wrap {
    padding-right: 10px;
  }
}
.ws .report_item h4 {
  color: #000000;
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media only screen and (max-width: 800px) {
  .ws .report_item h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .ws .report_item h4 {
    font-size: 16px;
    line-height: normal;
  }
}
.ws .report_item p {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  line-height: normal;
}
@media only screen and (max-width: 800px) {
  .ws .report_item p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .ws .report_item p {
    font-size: 12px;
    line-height: normal;
  }
}
.ws .report_item svg {
  color: var(--yellow-2);
}
.ws .report_count {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .ws .report_count {
    margin-bottom: 25px;
    display: inline-block;
    width: 49%;
  }
}
.ws .report_count:last-child {
  margin-bottom: 0px;
}
.ws .report_count h4 {
  font-size: 32px;
  color: #000000;
}
.ws .report_count p {
  font-size: 14px;
  color: #4f4f4f;
  margin-bottom: 5px;
}
.ws .report .referral_source .status_list li {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}
.ws .report .referral_source .status_list li:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .ws .report .referral_source .status_list li {
    padding-left: 0px;
    margin-bottom: 25px;
  }
}
.ws .report .referral_source .status_list i {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
}
.ws .report .referral_source .status_list .total {
  background-color: var(--yellow-2);
  overflow: hidden;
  position: relative;
}
.ws .report .referral_source .status_list .total::before {
  content: "";
  z-index: 1;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
.ws .report .referral_source .status_list .converted {
  background-color: var(--yellow-2);
}
.ws .report .referral_source .ws_card {
  padding: 63px 77px;
}
@media only screen and (max-width: 1366px) {
  .ws .report .referral_source .ws_card {
    padding: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .ws .report .referral_source .ws_card {
    padding: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws .report .referral_source .ws_card {
    padding: 30px;
  }
}
@media only screen and (max-width: 620px) {
  .ws .report .referral_source .ws_card {
    padding: 25px;
  }
}
.ws .report .referral_source .ws_card_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 850px) {
  .ws .report .referral_source .ws_card_header .left {
    width: 70%;
  }
}
@media only screen and (max-width: 575px) {
  .ws .report .referral_source .ws_card_header .left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
    width: 100%;
  }
}
.ws .report .referral_source .ws_card_header .left h4 {
  margin-bottom: 3px;
}
.ws .report .referral_source .ws_card_header .left p {
  font-size: 14px;
  color: #4f4f4f;
}
@media only screen and (max-width: 850px) {
  .ws .report .referral_source .ws_card_header .right {
    width: 30%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .ws .report .referral_source .ws_card_header .right {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-left: 0px;
  }
}
.ws .report .referral_source .ws_card_header .right p {
  font-size: 14px;
  color: #4f4f4f;
}
.ws .report .referral_source .ws_card_header .right h3 {
  font-size: 30px;
  line-height: 41px;
  color: #000000;
  font-weight: 500;
}
.ws .report .referral_source .top_action .date_select {
  min-width: 125px;
  font-family: var(--font-family);
}
.ws .report .no_content .content .action .ws_btn {
  min-width: 150px;
}
@media only screen and (max-width: 475px) {
  .ws .report .no_content .content .action .ws_btn {
    margin-right: 0px;
  }
}

.js-plotly-plot .plotly .modebar {
  display: none;
}

.project_content p.tag {
  color: #999999;
  line-height: 19px;
  font-size: 12px;
  margin-top: 12px;
}
.project_card_content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.project_card_content svg {
  margin-bottom: 17px;
  color: var(--yellow-2);
}
.project_card_content svg.purposal path {
  fill: var(--yellow-2);
}
.project_card_content svg.path path {
  fill: var(--yellow-2);
}
.project_card_content svg.path circle {
  stroke: var(--yellow-2);
}
.project_card_content .chart {
  position: relative;
}
.project_card_content .chart .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  font-size: 36px;
  line-height: 0.95;
  transform: translate(-50%, -50%);
  margin-top: -2px;
  pointer-events: none;
}
@media only screen and (max-width: 1366px) {
  .project_card_content .chart .percent {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .project_card_content .chart .percent {
    font-size: 26px;
  }
}
@media only screen and (max-width: 800px) {
  .project_card_content .chart .percent {
    font-size: 22px;
  }
}
.project_card_content p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 11px;
}
.project_card_content p span.block {
  display: block;
}
.project_card_content p:last-child {
  margin-bottom: 0px;
}
.project_card_content h4 {
  margin-bottom: 0px;
  line-height: 29px;
  word-break: break-word;
}
.project_card_action .ws_btn {
  margin: 0 auto;
}
.project_milestone_item {
  position: relative;
  margin-right: -50px;
  margin-left: -50px;
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 1366px) {
  .project_milestone_item {
    margin-right: -45px;
    margin-left: -45px;
  }
}
@media only screen and (max-width: 1024px) {
  .project_milestone_item {
    margin-right: -35px;
    margin-left: -35px;
  }
}
@media only screen and (max-width: 768px) {
  .project_milestone_item {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 475px) {
  .project_milestone_item {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.project_milestone_item:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.project_milestone_item:last-child input[type=checkbox] + label {
  border-bottom: none;
}
.project_milestone_item input[type=checkbox] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.project_milestone_item input[type=checkbox] + label {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 14px 50px;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1366px) {
  .project_milestone_item input[type=checkbox] + label {
    padding: 14px 45px;
  }
}
@media only screen and (max-width: 1024px) {
  .project_milestone_item input[type=checkbox] + label {
    padding: 14px 35px;
  }
}
@media only screen and (max-width: 768px) {
  .project_milestone_item input[type=checkbox] + label {
    padding: 14px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .project_milestone_item input[type=checkbox] + label {
    padding: 14px 25px;
  }
}
.project_milestone_item input[type=checkbox] + label .icon {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  margin-top: 3px;
  transition: all 0.25s ease;
}
.project_milestone_item input[type=checkbox] + label .icon_2 {
  border-color: var(--yellow-2);
  border-radius: 0px;
}
.project_milestone_item input[type=checkbox] + label .icon svg {
  width: 100%;
  height: 100%;
  color: #999999;
  stroke-width: 3px;
  opacity: 0;
  display: block;
  transition: all 0.25s ease;
}
.project_milestone_item input[type=checkbox] + label .content {
  padding-left: 13px;
  flex: 1 1 auto;
  max-width: calc(100% - 15px);
}
.project_milestone_item input[type=checkbox] + label .content h3 {
  font-size: 14px;
  line-height: 20px;
  color: #e0e0e0;
  margin-bottom: 0px;
  font-weight: 400;
  transition: all 0.25s ease;
}
.project_milestone_item input[type=checkbox] + label .content p {
  color: #e0e0e0;
  font-size: 12px;
  margin-bottom: 0px;
  transition: all 0.25s ease;
}
.project_milestone_item.current input[type=checkbox] + label .icon {
  border-color: var(--yellow-2);
  border-radius: 0px;
}
.project_milestone_item.current input[type=checkbox] + label .content h3 {
  color: #000000;
}
.project_milestone_item.current input[type=checkbox] + label .content p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #999999;
}
.project_milestone_item.completed input[type=checkbox]:checked + label .icon {
  opacity: 1;
  border-color: #C4C4C4;
  background-color: #C4C4C4;
}
.project_milestone_item.completed input[type=checkbox]:checked + label .icon svg {
  opacity: 1;
  color: #fff;
}
.project_milestone_item.completed input[type=checkbox]:checked + label .content h3 {
  color: #999999;
}
.project_milestone_item.completed input[type=checkbox]:checked + label .content p {
  color: #999999;
}
.project_milestone_item .project_milestone_check {
  cursor: pointer;
  /* &:hover,*/
}
.project_milestone_item .project_milestone_check.active .icon {
  border-color: var(--yellow-2);
}
.project_milestone_item .project_milestone_check.active .content h3 {
  color: #000000;
}
.project_milestone_item .project_milestone_check.active .content p {
  color: #999999;
}

.ws_card_body .milestones .action_box .field-wrap {
  height: 42px;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ws_card_body .milestones .action_box .field-wrap svg {
  width: 24px;
  height: 24px;
}
.ws_card_body .milestones .action_box_2 .ws_btn_icon {
  width: 42px;
  height: 42px;
}
.ws_card_body .milestones .action_box_2 .ws_btn_icon svg {
  width: 20px;
  height: 20px;
}
.ws_card_body .milestones .form_group {
  margin-bottom: 11px;
}
.ws_card_body .milestones .form_group .tool_tip .tooltiptext p {
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 575px) {
  .ws_card_body .milestones .form_group .tool_tip.ws_col_xs_show {
    display: flex !important;
  }
}
.ws_card_body .milestones_action {
  margin-top: 23px;
}
@media only screen and (max-width: 1170px) {
  .ws_card_body .milestones_action .form_group label.with_check .form_check {
    margin-left: 15px;
  }
}
.ws .modal.new_project .ws_modal_action {
  justify-content: flex-end;
}

.ws_lead_table .project_list_view table tbody tr td {
  width: 30%;
}
.ws_lead_table .project_list_view table tbody tr td.progress .progress_bar {
  min-width: 184px;
}

@media only screen and (max-width: 768px) {
  .ws_logo_header {
    justify-content: center;
  }
}
.ws .section_container {
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
}
.ws .section_container .half {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .ws .section_container .half {
    flex: 100%;
    max-width: 100%;
  }
}
.ws .section_container .half .form_caption {
  padding: 28px 0px;
}
@media only screen and (max-width: 620px) {
  .ws .section_container .half .form_caption {
    padding: 20px 0px;
  }
}
.ws .section_container .half .form_caption p br {
  display: none;
}
.ws .section_container .relative {
  position: relative;
}
.ws .section_container .ws_form {
  margin: 0px;
}
.ws .section_container .black {
  background-color: #000000;
  padding: 130px 84px;
}
@media only screen and (max-width: 768px) {
  .ws .section_container .black {
    padding: 50px 80px 50px;
    background-color: transparent;
  }
}
.ws .section_container .circle {
  width: 323px;
  height: 323px;
  border-radius: 50%;
  margin-bottom: 13%;
}
@media only screen and (max-width: 768px) {
  .ws .section_container .circle {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 620px) {
  .ws .section_container .circle {
    width: 100px;
    height: 100px;
  }
}
.ws .section_container .circle-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws .section_container .avatar {
  height: 110%;
  margin-top: 16%;
  display: block;
  margin-left: auto;
}
.ws .section_container .avatar-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ws .section_container .colored {
  background-color: var(--yellow-2);
}
.ws .section_container .button-align {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 56px;
}
@media only screen and (max-width: 980px) {
  .ws .section_container .button-align {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .ws .section_container .button-align {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 420px) {
  .ws .section_container .button-align {
    justify-content: center;
  }
}
.ws .section_container .button-align .ws_btn .plane {
  padding: 0px 0px;
}
@media only screen and (max-width: 980px) {
  .ws .section_container .button-align .ws_line_link {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 768px) {
  .ws .section_container .button-align .ws_line_link {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 450px) {
  .ws .section_container .button-align .ws_line_link {
    margin-top: 34px;
  }
}
.ws .section_container .plie-width {
  max-width: 251px;
  width: 100%;
}
.ws .section_container .float-field {
  padding-top: 20px;
  position: relative;
}
.ws .section_container .float-field .form-control {
  min-height: 44px;
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #BDBDBD;
  padding-left: 0px;
  padding-right: 0px;
  --color: transparent;
}
.ws .section_container .float-field .form-control::-moz-placeholder {
  color: var(--color);
}
.ws .section_container .float-field .form-control::placeholder {
  color: var(--color);
}
.ws .section_container .float-field .form-control::-webkit-input-placeholder {
  color: var(--color);
}
.ws .section_container .float-field .form-control::-moz-input-placeholder {
  color: var(--color);
}
.ws .section_container .float-field .form-control::-ms-input-placeholder {
  color: var(--color);
}
.ws .section_container .float-field .form-control::-o-input-placeholder {
  color: var(--color);
}
.ws .section_container .float-field .form-control:focus + .float-label {
  top: 0px;
  min-height: 1px;
}
.ws .section_container .float-field .form-control:not(:-moz-placeholder-shown) + .float-label {
  top: 0px;
  min-height: 1px;
}
.ws .section_container .float-field .form-control:not(:placeholder-shown) + .float-label {
  top: 0px;
  min-height: 1px;
}
.ws .section_container .float-field .with_button {
  position: absolute;
  top: 20px;
  min-height: 44px;
  right: 0px;
  width: auto;
  display: inline-flex;
  align-items: center;
  z-index: 9;
}
.ws .section_container .float-field.forgot-field .form-control {
  padding-right: 70px;
}
.ws .section_container .float-label {
  margin-bottom: 0px;
  min-height: 44px;
  position: absolute;
  width: 100%;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.3s linear;
}
.ws .section_container .ws_form_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 130px 84px;
}
@media only screen and (max-width: 1280px) {
  .ws .section_container .ws_form_wrapper {
    padding: 130px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws .section_container .ws_form_wrapper {
    padding: 130px 0px;
  }
}
@media only screen and (max-width: 768px) {
  .ws .section_container .ws_form_wrapper {
    padding: 130px 0px 50px;
  }
}
.ws .section_container .ws_form_wrapper .result {
  position: absolute;
  top: 153px;
  left: 42px;
}
.ws .section_container .ws_logo_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .ws .section_container .ws_logo_header {
    padding: 50px 15px 0px;
  }
}
.ws .section_container .ws_logo_header .logo a {
  display: inline-block;
}
.ws .section_container .ws_logo_header .logo a img {
  max-height: 60px;
  max-width: 200px;
}

.billing-offer {
  background-color: #000000;
  padding: 24px 0px;
}
@media only screen and (max-width: 1024px) {
  .billing-offer .ws_container_max {
    justify-content: space-between;
    width: 95%;
    padding: 0px;
  }
}
@media only screen and (max-width: 920px) {
  .billing-offer .ws_container_max {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 620px) {
  .billing-offer .ws_container_max {
    padding: 0px 25px;
  }
}
.billing-offer .offer-text,
.billing-offer .offer-date-col {
  padding: 0px 15px;
}
@media only screen and (max-width: 1024px) {
  .billing-offer .offer-text,
  .billing-offer .offer-date-col {
    padding: 0px;
  }
}
@media only screen and (max-width: 920px) {
  .billing-offer .offer-text,
  .billing-offer .offer-date-col {
    width: 100%;
  }
}
.billing-offer .offer-label {
  font-size: 20px;
  line-height: 31px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .billing-offer .offer-label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 920px) {
  .billing-offer .offer-label {
    text-align: center;
  }
}
.billing-offer .date {
  display: flex;
}
@media only screen and (max-width: 920px) {
  .billing-offer .date {
    justify-content: center;
  }
}
.billing-offer .date .time-col {
  width: 60;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .billing-offer .date .time-col {
    width: 50px;
  }
}
@media only screen and (max-width: 920px) {
  .billing-offer .date .time-col {
    width: 60px;
  }
}
.billing-offer .date .time-col h4 {
  font-size: 28px;
  line-height: 39px;
  color: #fff;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .billing-offer .date .time-col h4 {
    font-size: 22px;
  }
}
.billing-offer .date .time-col h4 span {
  position: absolute;
  right: 0px;
  font-size: 28px;
  line-height: 39px;
  transform: translate(50%, 0%);
}
.billing-offer .date .time-col p {
  font-size: 10px;
  line-height: normal;
  color: #F7DE03;
}

.billing_page .global_caption {
  margin-top: 45px;
  justify-content: space-between;
}
.billing_page .form_group.float-field .with_check {
  min-height: 42px;
}
@media only screen and (max-width: 620px) {
  .billing_page .form_group.float-field .with_check {
    min-height: 0px;
  }
}
.billing_page .form_section .section_body .lifetime_old {
  text-decoration-line: line-through;
}
.billing_page .form_section .section_body .promo_caption {
  margin-top: 80px;
  border: 1px solid #BDBDBD;
}
@media only screen and (max-width: 980px) {
  .billing_page .form_section .section_body .promo_caption {
    padding: 36px 45px 43px;
  }
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_body .promo_caption {
    padding: 36px 17px 39px;
    margin-top: 50px;
  }
}
.billing_page .form_section .section_body .promo_caption .info {
  flex: 1 1 auto;
  max-width: 100%;
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_body .promo_caption .info {
    margin-bottom: 23px;
    flex: 0 0 100%;
  }
}
.billing_page .form_section .section_body .promo_caption .action {
  max-width: 218px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_body .promo_caption .action {
    max-width: 175px;
    margin-left: 30px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .billing_page .form_section .section_body .promo_caption .action {
    max-width: 100%;
  }
}
.billing_page .form_section .section_body .promo_caption h2:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 575px) {
  .billing_page .form_section .section_body .promo_caption .price {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_body .promo_caption .price .promo_row {
    flex: 1 0;
    width: auto;
    padding: 26px 0px 0px;
  }
}
.billing_page .form_section .section_body .promo_caption .price .promo_row h2 {
  font-size: 32px;
  line-height: 41px;
  font-family: var(--font-family-2);
  font-weight: normal;
  padding: 0px 10px;
}
@media only screen and (max-width: 575px) {
  .billing_page .form_section .section_body .promo_caption .price .promo_row h2 {
    font-size: 30px;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .billing_page .form_section .section_body .promo_caption .price .promo_row h2:last-child {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_body .promo_caption .price svg {
    width: 18px;
    height: 18px;
    stroke-width: 2px;
  }
}
.billing_page .form_section .section_body .promo_wrap .ws_btn {
  min-height: 54px;
  margin-left: auto;
  margin-right: 0px;
  width: 100%;
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_note {
    padding: 0px;
  }
}
.billing_page .form_section .section_note p {
  justify-content: flex-end;
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_note p {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.billing_page .form_section .section_note p svg {
  color: var(--yellow-2);
  margin-right: 10px;
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_note p svg {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section_note p span {
    text-align: center;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 420px) {
  .billing_page .form_section .section_note p span {
    flex: 0 0 100%;
  }
}
.billing_page .form_section .section-container {
  margin-bottom: 80px;
}
@media only screen and (max-width: 620px) {
  .billing_page .form_section .section-container {
    margin-bottom: 50px;
  }
}
.billing_page .plan_price h2 {
  font-family: var(--font-family-2);
  font-weight: 400;
}
.billing_page .plan_card .ws_btn_select input[type=radio] + label {
  max-width: 159px;
  margin: 0 auto;
  border: 1px solid #000000;
}
.billing_page .plan_body ul li svg.feather-check {
  display: none;
}
.billing_page .plan_info {
  max-width: 300px;
}
@media only screen and (max-width: 800px) {
  .billing_page .plan_info {
    max-width: 100%;
    margin-bottom: 34px;
  }
}
.billing_page .plan_info h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 31px;
  color: #000000;
}
.billing_page .plan_info ul {
  list-style: none;
  margin-bottom: 34px;
}
.billing_page .plan_info ul li {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.billing_page .plan_info ul li svg {
  color: var(--yellow-2);
  margin-right: 10px;
  width: 14px;
  height: 14px;
}
.billing_page .plan_info ul li img {
  margin-right: 7px;
}
.billing_page .plan_info p.caption {
  font-size: 14px;
  color: #000000;
  line-height: 20px;
}

.finance_page .form_group .with_check #tooltip {
  margin-right: 10px;
}
.finance_page .form_group .with_check .check_content {
  min-width: 200px;
}
@media only screen and (max-width: 380px) {
  .finance_page .form_group .with_check .check_content {
    font-size: 12px;
    min-width: 170px;
  }
}
@media (max-width: 1366px) {
  .finance_page .project_card {
    padding: 45px 30px;
  }
}
@media (max-width: 950px) {
  .finance_page .project_card {
    padding: 45px 20px;
  }
}
.finance_page .project_card_content {
  min-height: 100%;
}
.finance_page .invoice_activity .projects_list .ws_pagination {
  margin-top: 46px;
}
@media only screen and (max-width: 475px) {
  .finance_page .invoice_activity .projects_list .ws_pagination {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .finance_page .ws_search_2 {
    order: unset;
  }
}
@media only screen and (max-width: 515px) {
  .finance_page .ws_search_2 {
    order: 1;
  }
}
.finance_page .ws_search_2 .search_control {
  background: #fff;
}
.finance_page .ws_search_2 .search_control .search_btn {
  background: #fff;
}
.finance_page .ws_search_2 .search_control input {
  background: #fff;
}

.edit_goal .plan_type {
  margin-bottom: 21px;
}
.edit_goal .form_action {
  display: flex;
  justify-content: flex-end;
}
.edit_goal .form_action .ws_btn {
  margin: unset;
  width: auto;
  min-width: 120px;
}

@media only screen and (max-width: 768px) {
  .documents .ws_lead_table {
    padding: 30px;
  }
}
.documents .ws_lead_table .active_lead_list table tr td {
  width: unset;
}
.documents .ws_lead_table .active_lead_list table tr td.status_col {
  width: 145px;
}
.documents .ws_lead_table .active_lead_list table tr td.name a {
  color: #000000;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .documents .ws_lead_table .active_lead_list table tr td.action {
    position: unset;
  }
}
.documents .ws_card .lead_details_row .lead_info ul {
  list-style-type: none;
}
@media only screen and (max-width: 575px) {
  .documents .ws_card .lead_details_row .lead_info ul {
    margin-bottom: 25px;
  }
}
.documents .ws_card .lead_details_row .lead_info ul li {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 5px;
}
.documents .ws_card .lead_details_row .lead_info ul li a {
  color: var(--yellow-2);
}
.documents .ws_card .lead_details_row .status_list li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 575px) {
  .documents .ws_card .lead_details_row .status_list li {
    margin-bottom: 10px;
  }
}
.documents .ws_card .lead_details_row .status_list li .edit_fee {
  font-size: 12px;
  color: var(--yellow-2);
  display: inline-block;
  margin-left: 4px;
}
.documents .ws_card.document_card .dropdown {
  z-index: unset;
}
.documents .ws_card.document_card .dropdown-toggle {
  z-index: 2;
  position: relative;
}
.documents .ws_card.document_card .dropdown-menu {
  z-index: 3;
}
.documents .ws_card.document_card .ws_status {
  justify-content: flex-start;
}
.documents .ws_card.document_card .card_title {
  text-align: left;
}
.documents .ws_card.document_card .card_title h4 {
  font-size: 17px;
}
.documents .ws_card.document_card .card_title h4 a {
  display: inline;
}
.documents .ws_card.document_card .card_title h4 a.tooltip_link svg.invoice_img {
  width: 20px;
  margin-right: 8px;
}
.documents .ws_card.document_card .short_title #tooltip {
  display: inline-block;
}
.documents .ws_card.document_card .card_info {
  list-style-type: none;
}
.documents .ws_card.document_card .card_info li {
  padding: 0px;
  color: #000000;
  font-size: 12px;
  margin-bottom: 5px;
}
.documents .ws_card.document_card .card_info li:last-child {
  margin-bottom: 0px;
}
.documents .ws_card.document_card .card_info li span {
  color: #999999;
  margin-right: 5px;
}
.documents .ws_card_form.empty_message {
  align-self: flex-start;
}
.documents .ws_card_form.empty_message svg {
  margin-bottom: 10px;
  color: #999999;
  width: 34px;
  height: 34px;
  stroke-width: 1.5px;
  animation: ring 3s 0.5s ease-in-out infinite;
}
.documents .ws_card_form.empty_message p {
  margin-bottom: 0px;
  font-size: 16px;
  color: #999999;
}
.documents .ws_search_2 .search_control .search_btn {
  background-color: #f9f9f9;
}
.documents .ws_search_2 .search_control input {
  background-color: #f9f9f9;
}
@media only screen and (max-width: 475px) {
  .documents .proposal_list .ws_card {
    padding-right: 45px;
  }
}
.documents .proposal_list .ws_card .title {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
}
@media only screen and (max-width: 575px) {
  .documents .proposal_list .ws_card .title {
    margin-bottom: 10px;
  }
}
.documents .proposal_list .ws_card .description {
  font-size: 12px;
}
.documents .proposal_list .ws_card .link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.documents .proposal_list .ws_card .dropdown {
  position: relative;
}
@media only screen and (max-width: 575px) {
  .documents .proposal_list .ws_card .dropdown {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
.documents .proposal_list .ws_card .dropdown .dropdown-toggle {
  position: relative;
  z-index: 3;
}
.documents .proposal_list .ws_card .dropdown .dropdown-menu {
  z-index: 4;
}
.documents .proposal_list .ws_card .dropdown .dropdown-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.documents .proposal_list .ws_card .dropdown .dropdown-menu ul li svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.documents .header_actions {
  display: flex;
  align-items: center;
}
.documents .header_actions .ws_btn,
.documents .header_actions .form_group select {
  min-width: 145px;
}
@media (max-width: 420px) {
  .documents .header_actions .form_group {
    margin-top: 0;
  }
}
.documents .header_actions .form_group select {
  border-color: #000;
  border-radius: 50px;
  text-align: center;
  min-width: 120px;
  font-size: 14px;
  width: 130px;
}
.documents .header_actions .ws_btn {
  margin-left: 13px;
}
.documents .header_actions .ws_btn:first-child {
  margin-left: 0px;
}
.documents .ws_card_form .ws_btn {
  border: none !important;
  font-family: "sofia-pro" !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  min-height: 50px;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.3s ease;
  text-decoration: none;
  max-width: 167px !important;
  cursor: pointer;
  margin-left: 0 !important;
  background-color: var(--yellow-2);
}
.documents .ws_card_form .check_space {
  margin-bottom: 10px;
}
.documents .ws_card_form .form_check input[type=radio],
.documents .ws_card_form .form_check input[type=checkbox] {
  position: absolute;
  z-index: -999;
  opacity: 0;
}
.documents .ws_card_form .form_check input[type=radio] + label .checkbox,
.documents .ws_card_form .form_check input[type=checkbox] + label .checkbox {
  border-radius: 0px;
  border-width: 1px;
  border-color: #000;
  width: 12px;
  height: 12px;
}
.documents .ws_card_form .form_check input[type=radio]:checked + label .checkbox,
.documents .ws_card_form .form_check input[type=checkbox]:checked + label .checkbox {
  border-color: #f7de03;
  background-color: #f7de03;
}
.documents .ws_card_form .form_check input[type=radio]:checked + label .checkbox svg,
.documents .ws_card_form .form_check input[type=checkbox]:checked + label .checkbox svg {
  opacity: 1;
}
.documents .ws_card_form .ws_form_action {
  margin-top: 42px;
}
.documents .ws_card_body .note {
  width: 100%;
  padding: 47px 10% 100px;
  margin: 0 auto;
  padding-top: 47px;
  padding-bottom: 100px;
  border-top: 1px solid #F2F2F2;
}
.documents .ws_card_body .note .head h5 {
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}
.documents .ws_card_body .note .head p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 0px;
}
.documents .ws_table tbody tr td.ws_btn_icon_color:hover svg {
  color: var(--workspace-color);
}
.documents .ws_table tbody tr td svg {
  width: 20px;
  height: 20px;
}
.documents .ws_table tbody tr td .ws_btn {
  display: inline-flex;
}

#stripe_message p {
  margin-top: 15px;
}

.ws .document_popup .form_group .dropdown .question_add {
  left: 0px !important;
  right: auto;
  z-index: 9;
  width: 100%;
}

.template_detail .receipents {
  margin-top: 10px;
}
.template_detail .receipents .block {
  margin-bottom: 10px;
}
.template_detail .receipents .block:last-child {
  margin-bottom: 0px;
}

.document-dropdown {
  margin-bottom: 18px;
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(-28deg);
  }
  15% {
    transform: rotate(34deg);
  }
  20% {
    transform: rotate(-32deg);
  }
  25% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(-28deg);
  }
  35% {
    transform: rotate(26deg);
  }
  40% {
    transform: rotate(-24deg);
  }
  45% {
    transform: rotate(22deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  55% {
    transform: rotate(18deg);
  }
  60% {
    transform: rotate(-16deg);
  }
  65% {
    transform: rotate(14deg);
  }
  70% {
    transform: rotate(-12deg);
  }
  75% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-8deg);
  }
  85% {
    transform: rotate(6deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  95% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.workspace .ws_card_workspace {
  padding: 18px 27px 28px;
  margin-bottom: 19px;
  position: relative;
}
@media only screen and (max-width: 420px) {
  .workspace .ws_card_workspace {
    padding: 20px 25px 25px;
  }
}
.workspace .ws_card_workspace h4 {
  margin-bottom: 15px;
}
.workspace_links .ws_col_xxl_12 .ws_btn {
  margin-bottom: 20px;
  min-height: 70px;
}
@media only screen and (max-width: 1440px) {
  .workspace_links .ws_col_xxl_12 .ws_btn {
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 1440px) {
  .workspace_links .ws_col_xxl_12 .ws_btn {
    margin-bottom: 25px;
  }
}
.workspace .ws_card.project_card {
  padding: 38px 35px;
}
.workspace .ws_card.project_card .ws_card_top_action {
  position: unset;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.workspace .ws_card.project_card .ws_card_top_action a {
  transform: translate(5px, -15px);
}
@media only screen and (max-width: 1024px) and (min-width: 801px) {
  .workspace .ws_card.leads_card ul.icon_list li a {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 575px) {
  .workspace .project_card {
    min-height: unset;
  }
}
.workspace .project_card_content {
  min-height: calc(100% - 30px);
}
@media only screen and (max-width: 768px) {
  .workspace .project_card_content {
    min-height: unset;
  }
}
.workspace .project_card .chart {
  margin-bottom: 10px;
}
.workspace .project_items ul li .porject_item {
  margin-bottom: 25px;
}
.workspace .project_items ul li .porject_item h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media only screen and (max-width: 1024px) {
  .workspace .project_items ul li .porject_item h3 {
    font-size: 14px;
  }
}
.workspace .project_items ul li .porject_item p {
  font-size: 14px;
  color: #999999;
  margin-bottom: 6px;
}
.workspace .project_items ul li:last-child .porject_item {
  margin-bottom: 0px;
}
.workspace .project_items ul li .title {
  font-size: 14px;
  color: #000000;
  padding-bottom: 5px;
  border-bottom: 1px solid #f2f2f2;
}
.workspace .lead_content .caption {
  font-size: 14px;
  margin-bottom: 10px;
}
.workspace .lead_content .lead_avatar {
  max-width: 123px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
.workspace .lead_content .lead_avatar .circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: var(--yellow-2);
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 0px;
}
.workspace .lead_content .lead_avatar img {
  z-index: 9;
  position: relative;
  display: block;
  max-height: 123px;
  width: auto;
}
.workspace .lead_content .ws_btn {
  max-width: 172px;
  margin: 0 auto;
}
.workspace .time_list .timings {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
.workspace .time_list .timings:last-child {
  margin-bottom: 0px;
}
.workspace .time_list .time_content h3 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 4px;
}
.workspace .time_list .time_content p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.workspace .time_list .icon {
  margin-right: 15px;
}
.workspace .tody_card h4 {
  margin-bottom: 10px;
}
.workspace .leads_card .ws_btn_sm {
  min-height: 35px;
  font-size: 12px;
}
@media only screen and (max-width: 420px) {
  .workspace .leads_card .icon_list a {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 420px) {
  .workspace .leads_card .icon_list .content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
}
.workspace .donut_card .donut_graph {
  margin-bottom: 17px;
}
.workspace .donut_card .donut_graph img {
  display: block;
  margin: 0 auto;
  max-width: 167px;
}
.workspace .donut_card .light_color {
  font-size: 14px;
  text-align: center;
}
.workspace .donut_card .light_color span {
  color: #000000 !important;
}
.workspace .line_dot h4 {
  margin-bottom: 10px;
}
.workspace .line_dot .line_dot_graph {
  margin-top: -25px;
}
.workspace .ws_btn_big {
  min-height: 85px;
  margin-bottom: 20px;
}
.workspace .more_icon {
  position: absolute;
  top: 20px;
  right: 28px;
}
.workspace .more_icon .dropdown-toggle {
  display: inline-block;
}
.workspace .more_icon .dropdown-toggle svg {
  display: block;
  stroke: #000000;
  opacity: 0.2;
}
.workspace .more_dropdown {
  padding: 22px 18px 20px;
  min-width: 147px;
  background: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  right: 0px;
  left: auto !important;
}
.workspace .more_dropdown ul {
  list-style-type: none;
}
.workspace .more_dropdown ul li a {
  font-size: 12px;
  line-height: 20px;
  color: #4f4f4f;
  text-decoration: none;
}

.workspace_action {
  margin-top: 13px;
  padding-left: 35px;
}
@media only screen and (max-width: 768px) {
  .workspace_action {
    margin-top: 34px;
    padding-bottom: 15px;
  }
}
.workspace_action a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 33px;
}

.lead_form_editor {
  max-width: 742px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.lead_form_editor .ws_page_title {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .lead_form_editor .ws_page_title {
    margin-bottom: 15px;
  }
}
.lead_form_editor .ws_page_title h4 {
  font-size: 20px;
  line-height: 31px;
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1366px) {
  .lead_form_editor .ws_page_title h4 {
    line-height: 28px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .lead_form_editor .ws_page_title h4 {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 320px) {
  .lead_form_editor .ws_page_title h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

.embad_form .form_group {
  margin-bottom: 50px;
}
@media (max-width: 575px) {
  .embad_form .form_group {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .embad_form .form_group br {
    display: none;
  }
}
.embad_form .form_group p:first-of-type {
  margin-bottom: 8px;
}

.body_text_14 {
  font-size: 14px;
}

.dropdown-menu .ws_sidebar {
  padding-top: unset;
  position: unset;
  height: auto !important;
  width: auto;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 23px 15px 23px;
  border-radius: 10px;
  background-color: #ffffff;
}
.dropdown-menu .ws_sidebar .sidebar_wrapper .sidebar_menu {
  padding: unset;
  min-height: unset;
}
.dropdown-menu .ws_sidebar .sidebar_wrapper .sidebar_menu .menu_item {
  padding: 4px 0px;
}
.dropdown-menu .ws_sidebar .sidebar_wrapper .sidebar_menu .menu_item .menu_item_children .menu_link {
  padding-left: 16px;
}
.dropdown-menu .ws_sidebar .sidebar_wrapper .sidebar_menu .menu_link {
  padding: 0px 0px 4px 10px;
  font-size: 16px;
}
.dropdown-menu .ws_sidebar .sidebar_wrapper .sidebar_menu.menu_bottom {
  padding-top: 40px;
}

.style_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 5px;
}
.style_btn_icon {
  min-width: 42px;
  height: 42px;
  width: 42px;
  flex: 0 0 42px;
  min-height: 42px;
}
.style_btn_icon_border {
  border-radius: 3px;
  border: 1px solid #e0e0e0;
}
.style_btn.active {
  color: #000000;
  border-color: #000000;
}
.style_btn.active .style_icon {
  border-color: #000000;
}
.style_icon {
  display: block;
  width: 100%;
  height: 32px;
  border: 1px solid #e0e0e0;
}
.style_1 {
  border-radius: 32px;
}
.style_single_border {
  border-top: none;
  border-left: none;
  border-right: none;
  height: 1px;
}
.style_filled {
  background: #e0e0e0;
}
.style_2 {
  border-width: 1px;
}
.style_3 {
  border-radius: 6px;
}
.style_4 {
  border-radius: 0px;
}
.style_5 {
  border-width: 3px;
}
.style_6 {
  border-width: 5px;
}

.ws_content_sidebar .ws_card_action {
  align-self: flex-end;
  margin-top: auto;
}
.ws_content_sidebar .ws_card_action .ws_btn {
  min-width: 106px;
}
.ws_content_sidebar .sidebar_body .tab-content, .ws_content_sidebar .sidebar_body .tab-pane, .ws_content_sidebar .sidebar_body .tab-pane-body {
  height: 100%;
}
.ws_content_sidebar .sidebar_body .tab-pane-section {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ws_content_sidebar .sidebar_body .tab-pane-body {
  flex: 1 0;
  height: 0;
  padding: 19px 25px;
  overflow-y: auto;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor {
  max-width: calc(100% + 50px);
  margin: 0px -25px -19px;
  height: calc(100% - 35px);
  position: relative;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor-label {
  margin-bottom: 8px;
  white-space: normal;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor-label p {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor .theme-toggle {
  background-color: #ffffff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  z-index: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor .theme-toggle svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor .theme-toggle.active-sun {
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor .theme-toggle.active-sun .icon-sun {
  opacity: 1;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor .theme-toggle.active-moon {
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor .theme-toggle.active-moon .icon-moon {
  opacity: 1;
}
.ws_content_sidebar .sidebar_body .tab-pane-body .code-editor .ace_editor {
  height: 100%;
}
.ws_content_sidebar .sidebar_body .tab-pane-footer {
  flex: 0 0 auto;
  height: auto;
  padding: 19px 25px;
  padding-top: 0px;
}

body > .select2-container {
  z-index: 1099;
}

.select2-results__option span {
  font-size: 14px;
  font-family: var(--option-font);
}
.select2-selection__rendered span {
  font-size: 14px;
  font-family: var(--option-font);
}

.loading-wrapper {
  position: relative;
  z-index: 1;
}
.loading-wrapper .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
}
.loading-wrapper .loader::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  border-radius: 50%;
  border: 2px dashed var(--yellow-2);
  border-right-color: transparent;
  border-bottom: 0px;
  transition: 0.5s ease-in-out;
  transform: rotate(0deg);
  animation: SmallLoaderSpining 0.3s infinite linear;
}

@keyframes SmallLoaderSpining {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.form_group_button_text .form_group_btn input {
  flex: 1 0;
}

.form_group_button_text .form_group_btn label {
  order: 1;
}

.ws_card.ws_card_milestone .lead_action .dropdown {
  position: absolute;
  top: 15px;
  right: 30px;
}
@media (max-width: 800px) {
  .ws_card.ws_card_milestone .lead_action .dropdown {
    top: 5px;
    right: 15px;
  }
}
@media (max-width: 800px) {
  .ws_card.ws_card_milestone .lead_action .dropdown .dropdown-menu {
    right: -35px;
  }
}

.templates-wrap {
  display: flex;
  flex-wrap: wrap;
  min-height: 400px;
  height: calc(100vh - 330px);
}
.templates-sidebar {
  width: 100%;
  padding-right: 15px;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 10px;
}
.templates-sidebar::-webkit-scrollbar {
  width: 7px;
}
.templates-sidebar::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 10px;
}
.templates-sidebar::-webkit-scrollbar-thumb {
  background-color: var(--workspace-color);
  border-radius: 10px;
}
.templates-main {
  margin-left: 15px;
  height: 100%;
  padding: 25px 35px;
  flex: 1 0;
  width: 250px;
  border-radius: 20px;
  background-color: #f6f6f6;
}
.templates-card {
  background-color: #ffffff;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.templates-card iframe {
  width: 100%;
  height: 100%;
}

.nav-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
.nav-list-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.nav-list-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nav-list-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.nav-list-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.nav-list-button {
  text-align: left;
  padding: 10px 15px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}
.nav-list-button-image {
  padding-top: 56%;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 10px;
}
.nav-list-button-image iframe {
  pointer-events: none;
}
.nav-list-button-image img {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
  pointer-events: none;
}
.nav-list-button.active {
  color: #000000;
  border-color: #000000;
}

.ws_automation_list > * {
  margin-bottom: 36px;
}
.ws_automation_list > *:last-child {
  margin-bottom: 0px;
}
.ws_automation_header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.ws_automation_number, .ws_automation_title h2 {
  font-family: var(--font-family-2);
  font-size: 34px;
  font-weight: normal;
}
.ws_automation_number {
  margin-right: 5px;
}
.ws_automation_title {
  flex: 1 0;
  width: 0;
}
.ws_automation_title p {
  font-size: 18px;
  color: #999999;
  margin-bottom: 0px;
  margin-top: 10px;
}
.ws_automation_action {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ws_automation .ws_table td {
  padding-top: 14px;
  padding-bottom: 14px;
}
.ws .automation_card {
  padding: 25px 20px;
}
.ws .automation_card_auto {
  height: auto;
}
.ws .automation_card .lead_action .dropdown {
  top: 20px;
}
.ws .automation_view p {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 3px;
}
.ws .automation_view h4 {
  font-size: 16px;
  line-height: 25px;
}
.ws .automation_edit_form .form_group select:disabled, .ws .automation_edit_form .form_group input:disabled {
  background-color: #e0e0e0;
}

@media only screen and (min-width: 576px) and (max-width: 1024px) {
  #booking_time_option {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1170px) {
  .change_plan_popup .modal-body .billing_plans .plan_price h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .ws .plan_type.lead_type .ws_btn_select_2 input[type=radio] + label svg {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .ws_form {
    margin: 80px 0px;
  }
  .ws_user_detail {
    flex: 0 0 100%;
    max-width: calc(100% - 53px);
  }
  .ws_card_content [class^=ws_form_col] {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_card_content .dummy_card {
    margin-bottom: 25px;
  }
  .ws_card.notification_preferences .ws_form_col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .email_browser [class^=ws_form_col] {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws .lead_accordion {
    padding: 40px 35px;
  }
  .ws .lead_accordion .collapse_content .ws_card_body .lead_radio p {
    margin-bottom: 10px;
  }
  .ws .lead_accordion .collapse_content .ws_card_body .ws_card_action .ws_btn.perview_btn {
    margin-left: 0px;
    flex: 1 1 auto;
    max-width: 227px;
    min-width: unset;
  }
}
@media only screen and (max-width: 980px) {
  .ws .lead_accordion .collapse_content .ws_card_body .ws_card_action .ws_btn.ws_btn_yellow {
    margin-left: 0;
  }
  .ws_minheight_auto {
    min-height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .ws_form_col_sm_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_form_col_sm_8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .ws_form_col_sm_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_form_col_sm_4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .ws_section_page.branding .ws_form_col_4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_user_action .ws_btn {
    min-width: auto;
  }
  .ws_user_status {
    max-width: 100px;
  }
  .ws_user_card {
    padding: 30px 35px;
  }
  .ws_section_page.team .ws_card_action {
    margin-top: 17px;
  }
  .ws_section_page.team .ws_card_action .ws_btn {
    min-width: auto;
  }
  .ws_section_page.team .ws_card_action .ws_btn.two {
    min-width: auto;
  }
  .change_plan_popup .plan_popular {
    transform: translateY(0);
  }
  .change_plan_popup .form_section .section_header h2 {
    font-size: 30px;
  }
}
@media only screen and (max-height: 750px) {
  .ws_sidebar .sidebar_menu {
    padding: 40px 10px 40px 50px;
  }
  .ws_sidebar .sidebar_wrapper {
    flex-direction: unset;
    overflow-y: auto;
  }
  .ws_sidebar .sidebar_wrapper .menu_top {
    padding-top: 110px;
    min-height: calc(100% - 197px);
  }
  .ws_sidebar .sidebar_wrapper .menu_bottom {
    min-height: 197px;
  }
}
@media only screen and (max-width: 767px) {
  .ws_form {
    margin: 50px 0px 80px;
  }
  .ws_form_header h2 {
    font-size: 34px;
    line-height: 38px;
  }
  .ws_form_header h4 {
    font-size: 20px;
    line-height: 41px;
    margin-bottom: 5px;
  }
  .ws_section_page.branding .ws_form_col_4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .meeting .content {
    padding: 30px;
  }
}
@media only screen and (max-width: 620px) {
  .ws_btn_icon {
    min-height: 30px;
  }
  .ws_logo_header {
    padding: 62px 50px 0px;
  }
  .ws_logo_header .logo img {
    display: block;
    margin: 0 auto;
  }
  .ws .form_section {
    margin-bottom: 44px;
  }
  .ws .form_section .section_body .promo_wrap {
    flex-wrap: wrap;
  }
  .ws .form_section .section_body .promo_code_row {
    flex-wrap: nowrap;
  }
  .ws .form_section .section_body .promo_code_row .ws_btn_sm {
    min-height: 42px;
  }
  .ws .form_section .section_footer {
    margin-top: 18px;
  }
  .ws .plan_type {
    flex: 1 1 auto;
    width: 100%;
    padding: 3px;
    width: auto;
  }
  .ws .plan_type .ws_btn_select {
    flex: 1 1 auto;
    width: 100%;
  }
  .ws .plan_type .ws_btn_select input[type=radio] + label {
    min-height: 36px;
    font-size: 16px;
  }
  .ws .plan_popular {
    transform: unset;
  }
  .ws_section_page.branding .ws_card {
    padding: 35px 30px 35px;
  }
  .ws_branding_card p {
    padding: 0;
  }
  .ws_card_content .dummy_card {
    margin-bottom: 10px;
  }
  .lead_modal .ws_col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 620px) and (max-width: 620px) {
  .ws .form_group label.with_check {
    padding-right: 0px;
    align-items: center;
  }
}
@media only screen and (max-width: 575px) {
  .ws_card .billing .ws_card_action {
    margin-top: 17px;
  }
  .ws .plan_box_row .price {
    flex-wrap: wrap;
  }
  .ws .plan_type.lead_type .ws_btn_select {
    flex: 1 1 auto;
    width: auto;
  }
  .ws .plan_type.lead_type .ws_btn_select:last-child {
    flex: 1 1 auto;
    width: auto;
  }
  .ws_content .avtar_col {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ws_content .avtar_item {
    margin-bottom: 25px;
  }
  .ws_content .avtar_header {
    margin-bottom: 25px;
  }
  .ws_content .avtar_wrap .avtars {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (max-width: 475px) {
  .ws .plan_type .ws_btn_select {
    flex: 0 0 auto;
    width: auto;
  }
  .ws .plan_type .ws_btn_select:last-child {
    flex: 1 1 auto;
    width: 100%;
  }
  .ws .form_action.two_btn {
    flex-wrap: wrap;
  }
  .ws .form_action.two_btn .ws_btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ws .form_action.two_btn .ws_btn:last-child {
    margin-bottom: 0;
  }
  .ws .notification_label {
    margin-bottom: 10px;
  }
  .ws .lead_modal .ws_modal_action {
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .ws .form_group_input input[type=time] {
    max-width: 100px;
  }
  .ws .lead_form .lead_accordion .collapse_content .ws_card_body .ws_card_action {
    flex-wrap: wrap;
  }
  .ws .lead_form .lead_accordion .collapse_content .ws_card_body .ws_card_action .ws_btn.perview_btn {
    margin-bottom: 15px;
  }
  .ws .form_action.button_group .ws_btn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ws .form_action.button_group .ws_btn:last-child {
    margin-bottom: 0px;
  }
  .ws_navigation_bar .menu_item {
    margin-bottom: 10px;
  }
  .ws_section_page.branding .ws_form_col_4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .integration .ws_card_accordion .accordion_header button h2 {
    font-size: 16px;
  }
  .ws_card_accordion .accordion_header button h2 img {
    margin-right: 15px;
  }
  .ws_section_page.integration .ws_card_accordion .accordion_header button {
    min-height: 45px;
  }
  .ws_section_page.integration .ws_card_accordion .accordion_header button img {
    max-height: 35px;
    max-width: 100%;
  }
  .ws_user_status {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .ws_user_action .ws_btn {
    width: 100%;
    min-height: 42px;
  }
  .ws_section_page.team .ws_card_action {
    flex-wrap: wrap;
  }
  .ws_section_page.team .ws_card_action .ws_btn {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px;
  }
  .ws_section_page.team .ws_card_action .ws_btn:last-child {
    margin-bottom: 0px;
  }
  .ws_card_content [class^=ws_form_col] {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 420px) {
  .ws_card_body .form_action button {
    width: 100%;
    min-width: auto;
  }
  .ws_branding_card .ws_swatches .swatch {
    width: 32px;
    height: 32px;
  }
  .ws_user_detail {
    max-width: 100%;
    padding: 0px;
  }
  .ws_user_card {
    padding: 25px;
  }
  .ws .form_group_btn {
    flex-wrap: wrap;
  }
  .ws .form_group_btn input {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .ws .notification_label {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws .lead_form .lead_accordion .accordion_header button h4 {
    font-size: 17px;
  }
  .ws_section_page.notification .ws_card_action.space_126 {
    justify-self: flex-start;
  }
}
@media only screen and (max-width: 380px) {
  .ws .plan_type.lead_type {
    margin-bottom: 20px;
  }
  .ws .lead_accordion {
    padding: 35px 30px;
  }
  .ws .lead_accordion .collapse_content .ws_card_body .ws_card_action {
    flex-wrap: wrap;
  }
  .ws .lead_accordion .collapse_content .ws_card_body .ws_card_action .ws_btn {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ws .lead_accordion .collapse_content .ws_card_body .ws_card_action .ws_btn:last-child {
    margin-bottom: 0;
  }
  .ws_box_border {
    padding: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .ws_form_col_xs_12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ws_form_col_xs_12.order_1 {
    order: 1;
  }
  .ws_form_col_xs_8 {
    flex: 0 0 66.66%;
    max-width: 66.66%;
  }
  .ws_form_col_xs_6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ws_form_col_xs_4 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .ws_section_page.integration .ws_card {
    padding: 35px 30px 35px;
  }
  .ws_section_page.integration .ws_card_accordion .accordion_header button img {
    max-height: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page_header_actions .tab-buttons {
    order: 1;
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
    padding: 10px 0px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .page_header_actions .page_action {
    flex: 0 0 100%;
    width: 100%;
    justify-content: center;
  }
}
.page_header_actions .page_action .ws_btn {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .page_header_actions .page_action .ws_btn {
    margin-left: 8px;
  }
}
@media (max-width: 767px) {
  .page_header_actions .page_action .ws_btn {
    margin-left: auto;
    flex: 0 0 100%;
    margin-top: 10px;
  }
}
.page_action {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.page_action .m-right {
  margin-right: 15px;
}
.page_action .header_actions {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.page_action .header_actions .dropdown {
  z-index: 3;
}
.page_action .header_actions .dropdown .dropdown-menu {
  transform: unset !important;
  top: 100% !important;
}
.page_action .top_action .ws_btn_transparent {
  font-size: 14px;
}

.design_list .design_item {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 3px;
  padding: 22px 33px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  margin-bottom: 34px;
}
@media only screen and (max-width: 1024px) {
  .design_list .design_item {
    padding: 15px;
  }
}
@media only screen and (max-width: 475px) {
  .design_list .design_item {
    position: relative;
  }
}
.design_list .design_item_form {
  padding: 25px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}
.design_list .design_item_form_wrap {
  padding-top: 20px;
}
.design_list .design_item_form .dropdown .dropdown-toggle {
  margin: 0;
}
.design_list .design_detail {
  padding: 0px 36px;
  flex: 1 0;
  max-width: 100%;
}
@media only screen and (max-width: 1024px) {
  .design_list .design_detail {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 475px) {
  .design_list .design_detail {
    padding: 10px 0px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.design_list .design_detail::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 3px;
  z-index: 1;
  cursor: pointer;
}
.design_list .design_detail h2 {
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}
@media only screen and (max-width: 1170px) {
  .design_list .design_detail h2 {
    font-size: 14px;
  }
}
.design_list .design_detail h4 {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
@media only screen and (max-width: 1170px) {
  .design_list .design_detail h4 {
    font-size: 12px;
  }
}
.design_list .icon_box {
  width: auto;
  flex: 0 0 auto;
}
@media only screen and (max-width: 475px) {
  .design_list .icon_box {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.design_list .icon_box svg {
  display: block;
  width: 20px;
  height: 20px;
  color: var(--yellow-2);
}
.design_list .icon_box svg path {
  stroke: var(--yellow-2);
}
.design_list .icon_box svg.check {
  width: 16px;
  height: 16px;
}
.design_list .icon_box svg.check path {
  fill: var(--yellow-2);
}
.design_list .add_new {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 7px);
  z-index: 1;
}
.design_list .add_new button {
  background: transparent;
  padding: 0px;
  margin: 0px;
  border: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.design_list .add_new button svg {
  display: block;
  color: var(--yellow-2);
}
.design_list .add_new button svg path {
  stroke: var(--yellow-2);
}
.design_list .add_new button svg circle {
  stroke: var(--yellow-2);
}
.design_list .action_box {
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.design_list .action_box svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 475px) {
  .design_list .action_box {
    margin-left: auto;
    position: absolute;
    right: 15px;
    top: 15px;
  }
}
.design_list .action_box_2 {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 475px) {
  .design_list .action_box_2 {
    position: unset;
  }
}
.design_list .action_box_2 svg {
  stroke: #a7a7a7;
  width: 20px;
  height: 20px;
}
.design_list .action_box_2 .ws_btn_icon {
  min-width: 30px !important;
  cursor: pointer;
}
@media only screen and (max-width: 475px) {
  .design_list .action_box_2 .ws_btn_icon {
    position: absolute;
    top: 10px;
    right: 45px;
    z-index: 2;
  }
}
.design_list .action_box_2 .ws_btn_icon:hover svg {
  stroke: var(--yellow-2);
}
.design_list .action_box_3 .price {
  padding: 0px 15px;
  margin-bottom: 0;
}
@media only screen and (max-width: 475px) {
  .design_list .action_box_3 .price {
    padding: 0px;
  }
}
.design_list > .dropdown {
  margin-bottom: 30px;
}
.design_list > .dropdown:last-of-type {
  margin-bottom: 0;
}
.design_list > .dropdown > .design_item {
  margin-bottom: 0px;
}
.design_list > .dropdown .dropdown-toggle {
  position: relative;
  margin: -11px auto -11px;
  z-index: 1;
  color: var(--yellow-2);
  display: block;
  background: transparent;
}
.design_list > .dropdown .dropdown-menu {
  position: unset !important;
  padding: 0;
  border: none;
  box-shadow: none;
  background-color: transparent;
  transform: unset !important;
  margin: unset;
  margin-top: 20px;
}
.design_list > .dropdown .dropdown-menu::before {
  display: none;
}

.add_item_dropdown {
  padding: 0px 10px;
}
.add_item_dropdown .design_item {
  margin-bottom: 12px;
  justify-content: center;
  flex-direction: column;
  padding: 20px 10px;
  cursor: pointer;
}
.add_item_dropdown .design_item label {
  color: var(--yellow-2);
}
.add_item_dropdown .design_item:hover {
  border-color: var(--yellow-2);
}
.add_item_dropdown .design_item h2 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 5px;
}
.add_item_dropdown .row:last-of-type .design_item {
  margin-bottom: 0;
}

.ws_list .list_item {
  background-color: #fff;
  padding: 15px 25px;
  min-height: 60px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  margin-bottom: 10px;
}
.ws_list .list_item:last-child {
  margin-bottom: 0px;
}
.ws_list .list_item p {
  font-weight: 400;
  color: #999;
  font-size: 12px;
  margin-bottom: 0px;
  text-align: center;
  word-break: break-word;
}
.ws_list .list_item .link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.ws_list .list_item .title .short_title .tool_tip #tooltip {
  display: inline-block;
  white-space: nowrap;
}
.ws_list .list_item .title .short_title .tool_tip #tooltip svg.feather-invoice {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  color: var(--yellow-2);
}
.ws_list .list_item .title .short_title .tool_tip #tooltip a {
  position: relative;
  z-index: 2;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ws_list .list_item .title .short_title .tool_tip #tooltip a.tooltip_link {
  padding-top: 3px;
  padding-bottom: 3px;
}
.ws_list .list_item .title .short_title .tool_tip #tooltip a.tooltip_link img.invoice_img {
  width: 20px;
  margin-right: 8px;
  height: auto;
}
.ws_list .list_item .title .short_title .tool_tip #tooltip .tooltiptext {
  left: 0px;
  transform: unset;
  max-width: initial;
}
.ws_list .list_item .ws_status {
  justify-content: center;
}
.ws_list .list_item .ws_status.list_status {
  position: relative;
}
.ws_list .list_item .ws_status .dropdown-toggle {
  z-index: 2;
  position: relative;
}
.ws_list .list_item .ws_status .dropdown-menu {
  z-index: 3;
}
.ws_list .list_item_option .dropdown-toggle {
  z-index: 2;
}
.ws_list .list_item_option .dropdown-menu {
  z-index: 3;
  left: 25px !important;
}
.ws_list .list_item_option .dropdown-menu[x-placement=bottom-end] {
  margin-bottom: 0px;
  margin-top: 15px;
}
.ws_list .list_item_option .dropdown-menu[x-placement=bottom-end]::before {
  top: -11px !important;
  right: 30px;
  bottom: unset;
  transform: rotate(-45deg) !important;
}
.ws_list .list_item_option .dropdown-menu[x-placement=top-end] {
  margin-bottom: 0px;
  margin-top: 15px;
}
.ws_list .list_item_option .dropdown-menu[x-placement=top-end]::before {
  top: unset;
  right: 30px;
  bottom: -11px !important;
  transform: rotate(135deg) !important;
}

.workspace_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.workspace_content.top_space {
  padding-top: 20px;
}
.workspace_content svg {
  color: var(--yellow-2);
}
.workspace_content svg.purposal path {
  fill: var(--yellow-2);
}
.workspace_content svg.path path {
  fill: var(--yellow-2);
}
.workspace_content svg.path circle {
  stroke: var(--yellow-2);
}
.workspace_content h4 {
  line-height: normal;
  margin-bottom: 0px;
  padding-left: 15px;
  font-weight: 400;
  flex: 1 1;
  width: 0;
  word-break: break-word;
}
@media only screen and (max-width: 1280px) {
  .workspace_content h4 {
    padding-left: 10px;
  }
}
.workspace_content .chart {
  position: relative;
}
.workspace_content .chart .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  font-size: 22px;
  line-height: 0.95;
  transform: translate(-50%, -50%);
  margin-top: -2px;
}
@media only screen and (max-width: 1440px) {
  .workspace_content .chart .percent {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 1440px) {
  .workspace_content .chart #chartContainer {
    width: 80px !important;
    height: 80px !important;
  }
}
.workspace_content .goal_text {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1 0;
  width: 0px;
}
@media only screen and (max-width: 1366px) {
  .workspace_content .goal_text {
    padding-left: 10px;
  }
}
.workspace_content .goal_text p {
  font-size: 14px;
  margin-bottom: 5px;
}
.workspace_content .goal_text p:last-child {
  margin-bottom: 0px;
}
.workspace .ws_card {
  padding: 25px 30px;
  height: auto;
  min-height: calc(100% - 19px);
}
@media only screen and (max-width: 1366px) {
  .workspace .ws_card {
    padding: 20px;
  }
}
.workspace .ws_card_50 {
  min-height: 456px;
}
.workspace .ws_card.info_card {
  min-height: calc(100% - 34px);
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .workspace .ws_card.info_card .workspace_content .chart {
    width: 75px !important;
    height: 75px !important;
  }
}
@media only screen and (max-width: 1280px) {
  .workspace .ws_card.info_card .workspace_content .chart {
    width: 85px !important;
    height: 85px !important;
  }
}
.workspace .ws_card .link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.workspace .ws_card .card_content {
  margin-top: 0px;
}
.workspace .ws_card .card_content_header {
  position: relative;
}
.workspace .ws_card .card_content_header p {
  font-size: 14px;
}
.workspace .ws_card .card_content_header .ws_btn_float {
  position: absolute;
  bottom: calc(100% - 20px);
  left: calc(100% - 20px);
  z-index: 9;
}
.workspace .ws_card .project_items ul li {
  padding: 12px 0px;
}
.workspace .ws_card .project_items ul li:last-child {
  border-bottom: 0px;
}
.workspace .ws_card .project_items ul li .porject_item {
  margin-bottom: 0px;
}
.workspace .ws_card .project_items ul li .porject_item .progress_bar {
  margin-top: 10px;
}
.workspace .ws_card .project_items .icon_list li a {
  flex-wrap: wrap;
}
.workspace .ws_card .project_items .icon_list li svg {
  flex: 0 0 100%;
  max-width: 18px;
  width: 18px;
  height: 18px;
}
.workspace .ws_card .project_items .icon_list li .content {
  margin-left: 0px;
  padding-left: 15px;
  width: 0px;
  flex: 1 0;
}
.workspace .ws_card .project_items .icon_list li .content_title h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  font-size: 14px;
}
.workspace .ws_card .project_items .icon_list li .content_title.short_title .tool_tip {
  height: 24px;
}
.workspace .ws_card .project_items .icon_list li .content_title.short_title .tool_tip #tooltip h3 {
  line-height: 20px;
}
.workspace .ws_card .project_items .icon_list li .content p {
  font-size: 12px;
}
.workspace .ws_card .project_items .icon_list li .content p:last-child {
  margin-bottom: 0px;
}
.workspace .ws_card.leads_card .project_items .icon_list li .content {
  width: 0px;
}
.workspace .ws_card .task_list .icon_list .project_milestone_item {
  margin-right: -30px;
  margin-left: -30px;
}
@media only screen and (max-width: 1366px) {
  .workspace .ws_card .task_list .icon_list .project_milestone_item {
    margin-right: -25px;
    margin-left: -25px;
  }
}
.workspace .ws_card .task_list .icon_list .project_milestone_item input[type=checkbox] + label {
  padding: 14px 30px;
}
@media only screen and (max-width: 1366px) {
  .workspace .ws_card .task_list .icon_list .project_milestone_item input[type=checkbox] + label {
    padding: 14px 25px;
  }
}
.workspace .ws_card_workspace .porject_item .short_title #tooltip {
  display: inline-block;
}

.button_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  bottom: 25px;
  right: 100px;
  z-index: 99;
}
.button_right .dropdown-toggle:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.25);
}
.button_right .dropdown-menu {
  transform: unset !important;
  bottom: 100%;
  top: auto !important;
  right: -30px;
  left: auto !important;
  margin-bottom: 15px !important;
}
.button_right .dropdown-menu[x-placement=top-start] {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .button_right .dropdown-menu[x-placement=top-start]::before {
    top: auto !important;
    bottom: -11px;
    transform: rotate(135deg) !important;
  }
}

.global_caption {
  background: #000000;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.global_caption p {
  font-size: 14px;
  color: #fff;
}
.global_caption .ws_line_link {
  color: #fff;
  margin: 0px 5px;
  font-size: 14px;
}
.global_caption .ws_line_link::after {
  height: 1px;
}
.global_caption .ws_line_link:hover {
  color: var(--yellow-2);
}
.global_caption .ws_btn {
  font-size: 14px;
  min-height: 34px;
  min-width: 100px;
  width: auto;
}
.global_caption.admin {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
}
.global_caption.admin p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
}

.owl-stage {
  display: flex;
  white-space: nowrap;
}

.owl-stage-outer {
  width: 100%;
  overflow: hidden;
}

.owl-carousel {
  position: relative;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  line-height: 1;
  font-size: 24px;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav .owl-prev {
  left: -20px;
}
.owl-nav .owl-prev i {
  transform: rotate(45deg);
}
.owl-nav .owl-next {
  right: -20px;
}
.owl-nav .owl-next i {
  transform: rotate(-135deg);
}

.imagery_proposal .modal-body {
  padding-top: 0;
}
@media (max-width: 575.75px) {
  .imagery_proposal .modal-dialog {
    margin: 0 auto;
  }
}
.imagery_proposal .modal-content {
  border-radius: 10px;
}
@media (max-width: 575.75px) {
  .imagery_proposal .modal-header {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}
.imagery_proposal.proposal_forms .imagery_proposal_text {
  padding-left: 0;
}
.imagery_proposal.proposal_forms .imagery_proposal_text h2 {
  max-width: 100%;
  text-align: center;
}
.imagery_proposal.proposal_forms .modal-lg-big {
  max-width: 550px;
}
.imagery_proposal.proposal_forms .modal-lg-big .ws_btn_group {
  padding-top: 20px;
  justify-content: center;
}
.imagery_proposal.proposal_forms .modal-body [class^=ws_col_] {
  flex: 0 0 100%;
  max-width: 100%;
}
.imagery_proposal_img {
  max-width: 336px;
  width: 100%;
  text-align: center;
  padding-top: 60%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.imagery_proposal_img iframe {
  pointer-events: none;
}
@media (max-width: 575px) {
  .imagery_proposal_img {
    max-width: 100%;
  }
}
.imagery_proposal_img img {
  width: 100%;
  border-radius: 10px;
  max-height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.imagery_proposal_text {
  padding-left: 80px;
}
@media (max-width: 1023px) {
  .imagery_proposal_text {
    padding-left: 20px;
  }
}
@media (max-width: 575.75px) {
  .imagery_proposal_text {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .imagery_proposal_text {
    padding-left: 0px;
  }
}
.imagery_proposal_text h2 {
  font-size: 34px;
  font-family: var(--font-family-2);
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .imagery_proposal_text h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 575.75px) {
  .imagery_proposal_text h2 {
    font-size: 24px;
    line-height: 29px;
  }
}
.imagery_proposal_text h2, .imagery_proposal_text p {
  max-width: 330px;
  width: 100%;
}
.imagery_proposal_text P {
  color: #999999;
  margin-bottom: 18px;
}
.imagery_proposal_text .ws_btn_template {
  min-width: 250px;
}
@media (max-width: 767px) {
  .imagery_proposal_text .ws_btn_template {
    min-width: 160px;
  }
}

.card-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.card-document {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  position: relative;
  height: calc(100% - 25px);
}
.card-document-auto {
  height: auto;
}
.card-document-blank svg {
  margin-right: 10px;
}
.card-document-blank h4 {
  margin-bottom: 0px;
}
.card-document .dropdown-menu {
  left: 25px !important;
}
.card-document .dropdown-menu[x-placement=bottom-start], .card-document .dropdown-menu[x-placement=top-start] {
  margin-bottom: 0px;
  margin-top: 15px;
}
.card-document .dropdown-menu[x-placement=bottom-start]::before, .card-document .dropdown-menu[x-placement=top-start]::before {
  top: -11px !important;
  right: 30px;
  bottom: unset;
  transform: rotate(-45deg) !important;
}
.card-document .card-thumbnail {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  padding: 25.8%;
  position: relative;
  text-align: center;
}
.card-document .card-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.card-document .card-thumbnail iframe {
  pointer-events: none;
}
.card-document .card-thumbnail i {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.card-document .card-body {
  padding: 10px 25px;
}
.card-document .card-body-full {
  height: 100%;
}
.card-document .card-body .dropdown-toggle {
  position: relative;
  z-index: 2;
}
.card-document .card-body .dropdown-menu {
  z-index: 3;
}
.card-document .card-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
  word-break: break-word;
  text-transform: capitalize;
  white-space: normal;
  display: flex;
  align-items: center;
  gap: 6px;
}
.card-document .card-title > svg {
  color: var(--workspace-color);
  width: 22px;
  height: 22px;
}
.card-document .card-title-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.card-document .card-title-wrap {
  flex: 1 0;
  width: 0;
  padding-right: 15px;
}
.card-document .card-subtitle {
  color: #999999;
}
.card-document .card-description {
  font-size: 13px;
  color: #999999;
  font-weight: 500;
  margin-bottom: 3px;
  white-space: normal;
}
.card-document-grid .card-body {
  padding-bottom: 30px;
  padding-top: 16px;
}
.card-document-spacing .card-body {
  padding-top: 25px;
  padding-bottom: 25px;
}
.card-template {
  position: relative;
  z-index: 0;
}
.card-template .card-thumbnail {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.06);
  padding-top: 80%;
  background-color: #ffffff;
}
.card-template .card-thumbnail iframe {
  pointer-events: none;
}
.card-template .card-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #fff;
}
.card-template .card-thumbnail i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.card-template .card-body {
  padding-top: 20px;
}
.card-template .card-body h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.card-template-radio {
  margin-right: 14px;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
}
.tab-item {
  padding: 0px 12px;
}
@media (max-width: 991px) {
  .tab-item {
    padding: 0 8px;
  }
}
.tab-item:first-child {
  padding-left: 0;
}
.tab-item:last-child {
  padding-right: 0;
}
.tab-link {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  background-color: transparent;
  text-decoration: none;
  padding: 6px 0px;
  border-bottom: 2px solid transparent;
  display: inline-block;
}
.tab-link.active {
  border-bottom-color: #000000;
  color: #000000;
}

.grid {
  display: grid;
}

.inline-flex {
  display: inline-flex;
}

.direction-row {
  flex-direction: row;
}
.direction-row-reverse {
  flex-direction: row-reverse;
}
.direction_column {
  flex-direction: column;
}
.direction_column-reverse {
  flex-direction: column-reverse;
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
@media (max-width: 1800px) {
  .flex-xxl {
    display: flex;
  }
  .flex-wrap-xxl {
    flex-wrap: wrap;
  }
}
@media (max-width: 1600px) {
  .flex-xl {
    display: flex;
  }
  .flex-wrap-xl {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  .flex-lg {
    display: flex;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .flex-md {
    display: flex;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  .flex-sm {
    display: flex;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .flex-xs {
    display: flex;
  }
  .flex-wrap-xs {
    flex-wrap: wrap;
  }
}
@media (max-width: 375px) {
  .flex-xxs {
    display: flex;
  }
  .flex-wrap-xxs {
    flex-wrap: wrap;
  }
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-around {
  justify-content: space-around;
}
@media (max-width: 1800px) {
  .justify-between-xxl {
    justify-content: space-between;
  }
  .justify-center-xxl {
    justify-content: center;
  }
  .justify-start-xxl {
    justify-content: flex-start;
  }
  .justify-end-xxl {
    justify-content: flex-end;
  }
  .justify-around-xxl {
    justify-content: space-around;
  }
}
@media (max-width: 1600px) {
  .justify-between-xl {
    justify-content: space-between;
  }
  .justify-center-xl {
    justify-content: center;
  }
  .justify-start-xl {
    justify-content: flex-start;
  }
  .justify-end-xl {
    justify-content: flex-end;
  }
  .justify-around-xl {
    justify-content: space-around;
  }
}
@media (max-width: 1200px) {
  .justify-between-lg {
    justify-content: space-between;
  }
  .justify-center-lg {
    justify-content: center;
  }
  .justify-start-lg {
    justify-content: flex-start;
  }
  .justify-end-lg {
    justify-content: flex-end;
  }
  .justify-around-lg {
    justify-content: space-around;
  }
}
@media (max-width: 1024px) {
  .justify-between-md {
    justify-content: space-between;
  }
  .justify-center-md {
    justify-content: center;
  }
  .justify-start-md {
    justify-content: flex-start;
  }
  .justify-end-md {
    justify-content: flex-end;
  }
  .justify-around-md {
    justify-content: space-around;
  }
}
@media (max-width: 800px) {
  .justify-between-sm {
    justify-content: space-between;
  }
  .justify-center-sm {
    justify-content: center;
  }
  .justify-start-sm {
    justify-content: flex-start;
  }
  .justify-end-sm {
    justify-content: flex-end;
  }
  .justify-around-sm {
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .justify-between-xs {
    justify-content: space-between;
  }
  .justify-center-xs {
    justify-content: center;
  }
  .justify-start-xs {
    justify-content: flex-start;
  }
  .justify-end-xs {
    justify-content: flex-end;
  }
  .justify-around-xs {
    justify-content: space-around;
  }
}
@media (max-width: 375px) {
  .justify-between-xxs {
    justify-content: space-between;
  }
  .justify-center-xxs {
    justify-content: center;
  }
  .justify-start-xxs {
    justify-content: flex-start;
  }
  .justify-end-xxs {
    justify-content: flex-end;
  }
  .justify-around-xxs {
    justify-content: space-around;
  }
}

.align-between {
  align-items: space-between;
}
.align-center {
  align-items: center;
}
.align-start {
  align-items: flex-start;
}
.align-end {
  align-items: flex-end;
}
.align-around {
  align-items: space-around;
}
@media (max-width: 1800px) {
  .align-between-xxl {
    align-items: space-between;
  }
  .align-center-xxl {
    align-items: center;
  }
  .align-start-xxl {
    align-items: flex-start;
  }
  .align-end-xxl {
    align-items: flex-end;
  }
  .align-around-xxl {
    align-items: space-around;
  }
}
@media (max-width: 1600px) {
  .align-between-xl {
    align-items: space-between;
  }
  .align-center-xl {
    align-items: center;
  }
  .align-start-xl {
    align-items: flex-start;
  }
  .align-end-xl {
    align-items: flex-end;
  }
  .align-around-xl {
    align-items: space-around;
  }
}
@media (max-width: 1200px) {
  .align-between-lg {
    align-items: space-between;
  }
  .align-center-lg {
    align-items: center;
  }
  .align-start-lg {
    align-items: flex-start;
  }
  .align-end-lg {
    align-items: flex-end;
  }
  .align-around-lg {
    align-items: space-around;
  }
}
@media (max-width: 1024px) {
  .align-between-md {
    align-items: space-between;
  }
  .align-center-md {
    align-items: center;
  }
  .align-start-md {
    align-items: flex-start;
  }
  .align-end-md {
    align-items: flex-end;
  }
  .align-around-md {
    align-items: space-around;
  }
}
@media (max-width: 800px) {
  .align-between-sm {
    align-items: space-between;
  }
  .align-center-sm {
    align-items: center;
  }
  .align-start-sm {
    align-items: flex-start;
  }
  .align-end-sm {
    align-items: flex-end;
  }
  .align-around-sm {
    align-items: space-around;
  }
}
@media (max-width: 600px) {
  .align-between-xs {
    align-items: space-between;
  }
  .align-center-xs {
    align-items: center;
  }
  .align-start-xs {
    align-items: flex-start;
  }
  .align-end-xs {
    align-items: flex-end;
  }
  .align-around-xs {
    align-items: space-around;
  }
}
@media (max-width: 375px) {
  .align-between-xxs {
    align-items: space-between;
  }
  .align-center-xxs {
    align-items: center;
  }
  .align-start-xxs {
    align-items: flex-start;
  }
  .align-end-xxs {
    align-items: flex-end;
  }
  .align-around-xxs {
    align-items: space-around;
  }
}

.ws_status .status_btn {
  min-width: 90px;
  height: 24px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}
.ws_status .status_btn svg {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.ws_status .dropdown-menu {
  z-index: 3;
  min-width: 156px;
  padding: 27px 25px;
  right: 0px;
  left: auto !important;
}
.ws_status .dropdown-menu ul li {
  margin-bottom: 10px;
}
.ws_status .dropdown-menu ul li:last-child {
  margin-bottom: 0px;
}
.ws_status .dropdown-menu ul li .status_btn, .ws_status .dropdown-menu ul li {
  width: 100%;
}
.ws_status .dropdown-menu ul li .status_btn {
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}
.ws_status.lead_status .new {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.lead_status .followup {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.lead_status .proposal {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.lead_status .consultation {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.lead_status .converted {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.lead_status .pending {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.lead_status .archived {
  background: #000000;
  color: #ffffff;
}
.ws_status.client_status .active {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.client_status .inactive {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.client_status .archived {
  background: #000000;
  color: #ffffff;
}
.ws_status.client_status .archive {
  background: #000000;
  color: #ffffff;
}
.ws_status.project_status .active {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.project_status .inactive {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.project_status .complete {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.project_status .archived {
  background: #000000;
  color: #ffffff;
}
.ws_status.document_status .proposal {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.document_status .contract {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .invoice {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .form {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .new_form {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .overdue {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.document_status .signed {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .accepted {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .submitted {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .created {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .received {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .sent {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .viewed {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .paid {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .declined {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .scheduled {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .outstanding {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .complete {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .completed {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.document_status .archived {
  background: #000000;
  color: #ffffff;
}
.ws_status.meeting_status .upcoming {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.meeting_status .past {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.schedule_status .video {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.team_status .admin {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.team_status .manager {
  background: #e0e0e0;
  color: #333333;
}
.ws_status.team_status .member {
  background: #4F4F4F;
  color: #ffffff;
}
.ws_status.contact_status .client {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.contact_status .lead {
  background: #e0e0e0;
  color: #000000;
}
.ws_status.contact_status .other {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.contact_status .archived {
  background: #000000;
  color: #ffffff;
}
.ws_status.contact_status .archive {
  background: #000000;
  color: #ffffff;
}
.ws_status.email_status .leads {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.email_status .clients {
  background: #4F4F4F;
  color: #ffffff;
}
.ws_status.email_status .documents {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.email_status .projects {
  background: #e0e0e0;
  color: #333333;
}
.ws_status.email_status .meetings {
  background: #bdbdbd;
  color: #ffffff;
}
.ws_status.template_status .default {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.single_document_status .created {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.single_document_status .sent {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.single_document_status .viewed {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.single_document_status .accepted {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.automation_status .active {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.automation_status .inactive {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.automation_status .archived {
  background: #000000;
  color: #ffffff;
}
.ws_status.automation_status .archive {
  background: #000000;
  color: #ffffff;
}
.ws_status.invoice_status .outstanding {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_status.invoice_status .overdue {
  background: #4F4F4F;
  color: #ffffff;
}
.ws_status.invoice_status .paid {
  background: #f7f7f7;
  color: #333333;
}
.ws_status.invoice_status .archived {
  background: #e0e0e0;
  color: #333333;
}

.ws_filter_dropdown {
  height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  background: transparent;
  border-radius: 0px 25px 25px 0px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  cursor: pointer;
}
.ws_filter_dropdown padding {
  top: 0;
  bottom: 0;
  left: 15px;
  right: 35px;
}
.ws_filter_dropdown::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  top: 50px;
  right: 35px;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transform: rotate(-135deg);
  transition: all 0.3s ease;
}
.ws_filter_dropdown::after {
  content: "";
  border-width: 1px;
  border-color: #000;
  right: 10px;
  width: 8px;
  height: 8px;
  top: 45%;
}
.ws_filter_dropdown.open::before {
  opacity: 1;
  visibility: visible;
}
.ws_filter_dropdown ul.list {
  right: 0px;
  left: auto;
  padding: 30px 46px;
  margin-top: 20px;
  max-height: 275px;
  overflow-y: auto !important;
  text-align: center;
}
@media (max-width: 767px) {
  .ws_filter_dropdown ul.list {
    margin-top: 18px;
  }
}
.ws_filter_dropdown ul.list li {
  display: flex;
  width: 100%;
  margin-right: 0px;
  text-align: center;
  min-width: 100px;
  min-height: 24px;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 14px;
  font-weight: 400 !important;
  position: relative;
}
.ws_filter_dropdown ul.list li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .ws_filter_dropdown ul.list li {
    min-width: 65px;
  }
}
.ws_filter.lead_filter .ws_filter_dropdown ul li.new, .ws_filter.lead_filter .ws_filter_dropdown ul li[data-value=new] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.lead_filter .ws_filter_dropdown ul li.followup, .ws_filter.lead_filter .ws_filter_dropdown ul li[data-value=followup] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.lead_filter .ws_filter_dropdown ul li.proposal, .ws_filter.lead_filter .ws_filter_dropdown ul li[data-value=proposal] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.lead_filter .ws_filter_dropdown ul li.consultation, .ws_filter.lead_filter .ws_filter_dropdown ul li[data-value=consultation] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.lead_filter .ws_filter_dropdown ul li.converted, .ws_filter.lead_filter .ws_filter_dropdown ul li[data-value=converted] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.lead_filter .ws_filter_dropdown ul li.pending, .ws_filter.lead_filter .ws_filter_dropdown ul li[data-value=pending] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.lead_filter .ws_filter_dropdown ul li.archived, .ws_filter.lead_filter .ws_filter_dropdown ul li[data-value=archived] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.client_filter .ws_filter_dropdown ul li.active, .ws_filter.client_filter .ws_filter_dropdown ul li[data-value=active] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.client_filter .ws_filter_dropdown ul li.inactive, .ws_filter.client_filter .ws_filter_dropdown ul li[data-value=inactive] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.client_filter .ws_filter_dropdown ul li.archived, .ws_filter.client_filter .ws_filter_dropdown ul li[data-value=archived] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.client_filter .ws_filter_dropdown ul li.archive, .ws_filter.client_filter .ws_filter_dropdown ul li[data-value=archive] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.project_filter .ws_filter_dropdown ul li.active, .ws_filter.project_filter .ws_filter_dropdown ul li[data-value=active] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.project_filter .ws_filter_dropdown ul li.inactive, .ws_filter.project_filter .ws_filter_dropdown ul li[data-value=inactive] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.project_filter .ws_filter_dropdown ul li.complete, .ws_filter.project_filter .ws_filter_dropdown ul li[data-value=complete] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.project_filter .ws_filter_dropdown ul li.archived, .ws_filter.project_filter .ws_filter_dropdown ul li[data-value=archived] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.proposal, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=proposal] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.contract, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=contract] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.invoice, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=invoice] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.form, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=form] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.new_form, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=new_form] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.overdue, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=overdue] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.signed, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=signed] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.accepted, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=accepted] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.submitted, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=submitted] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.created, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=created] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.received, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=received] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.sent, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=sent] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.viewed, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=viewed] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.paid, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=paid] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.declined, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=declined] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.scheduled, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=scheduled] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.outstanding, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=outstanding] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.complete, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=complete] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.completed, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=completed] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.document_filter .ws_filter_dropdown ul li.archived, .ws_filter.document_filter .ws_filter_dropdown ul li[data-value=archived] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.meeting_filter .ws_filter_dropdown ul li.upcoming, .ws_filter.meeting_filter .ws_filter_dropdown ul li[data-value=upcoming] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.meeting_filter .ws_filter_dropdown ul li.past, .ws_filter.meeting_filter .ws_filter_dropdown ul li[data-value=past] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.schedule_filter .ws_filter_dropdown ul li.video, .ws_filter.schedule_filter .ws_filter_dropdown ul li[data-value=video] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.team_filter .ws_filter_dropdown ul li.admin, .ws_filter.team_filter .ws_filter_dropdown ul li[data-value=admin] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.team_filter .ws_filter_dropdown ul li.manager, .ws_filter.team_filter .ws_filter_dropdown ul li[data-value=manager] {
  background: #e0e0e0;
  color: #333333;
}
.ws_filter.team_filter .ws_filter_dropdown ul li.member, .ws_filter.team_filter .ws_filter_dropdown ul li[data-value=member] {
  background: #4F4F4F;
  color: #ffffff;
}
.ws_filter.contact_filter .ws_filter_dropdown ul li.client, .ws_filter.contact_filter .ws_filter_dropdown ul li[data-value=client] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.contact_filter .ws_filter_dropdown ul li.lead, .ws_filter.contact_filter .ws_filter_dropdown ul li[data-value=lead] {
  background: #e0e0e0;
  color: #000000;
}
.ws_filter.contact_filter .ws_filter_dropdown ul li.other, .ws_filter.contact_filter .ws_filter_dropdown ul li[data-value=other] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.contact_filter .ws_filter_dropdown ul li.archived, .ws_filter.contact_filter .ws_filter_dropdown ul li[data-value=archived] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.contact_filter .ws_filter_dropdown ul li.archive, .ws_filter.contact_filter .ws_filter_dropdown ul li[data-value=archive] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.email_filter .ws_filter_dropdown ul li.leads, .ws_filter.email_filter .ws_filter_dropdown ul li[data-value=leads] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.email_filter .ws_filter_dropdown ul li.clients, .ws_filter.email_filter .ws_filter_dropdown ul li[data-value=clients] {
  background: #4F4F4F;
  color: #ffffff;
}
.ws_filter.email_filter .ws_filter_dropdown ul li.documents, .ws_filter.email_filter .ws_filter_dropdown ul li[data-value=documents] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.email_filter .ws_filter_dropdown ul li.projects, .ws_filter.email_filter .ws_filter_dropdown ul li[data-value=projects] {
  background: #e0e0e0;
  color: #333333;
}
.ws_filter.email_filter .ws_filter_dropdown ul li.meetings, .ws_filter.email_filter .ws_filter_dropdown ul li[data-value=meetings] {
  background: #bdbdbd;
  color: #ffffff;
}
.ws_filter.template_filter .ws_filter_dropdown ul li.default, .ws_filter.template_filter .ws_filter_dropdown ul li[data-value=default] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.single_document_filter .ws_filter_dropdown ul li.created, .ws_filter.single_document_filter .ws_filter_dropdown ul li[data-value=created] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.single_document_filter .ws_filter_dropdown ul li.sent, .ws_filter.single_document_filter .ws_filter_dropdown ul li[data-value=sent] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.single_document_filter .ws_filter_dropdown ul li.viewed, .ws_filter.single_document_filter .ws_filter_dropdown ul li[data-value=viewed] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.single_document_filter .ws_filter_dropdown ul li.accepted, .ws_filter.single_document_filter .ws_filter_dropdown ul li[data-value=accepted] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.automation_filter .ws_filter_dropdown ul li.active, .ws_filter.automation_filter .ws_filter_dropdown ul li[data-value=active] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.automation_filter .ws_filter_dropdown ul li.inactive, .ws_filter.automation_filter .ws_filter_dropdown ul li[data-value=inactive] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.automation_filter .ws_filter_dropdown ul li.archived, .ws_filter.automation_filter .ws_filter_dropdown ul li[data-value=archived] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.automation_filter .ws_filter_dropdown ul li.archive, .ws_filter.automation_filter .ws_filter_dropdown ul li[data-value=archive] {
  background: #000000;
  color: #ffffff;
}
.ws_filter.invoice_filter .ws_filter_dropdown ul li.outstanding, .ws_filter.invoice_filter .ws_filter_dropdown ul li[data-value=outstanding] {
  background: var(--yellow-2);
  color: #ffffff;
}
.ws_filter.invoice_filter .ws_filter_dropdown ul li.overdue, .ws_filter.invoice_filter .ws_filter_dropdown ul li[data-value=overdue] {
  background: #4F4F4F;
  color: #ffffff;
}
.ws_filter.invoice_filter .ws_filter_dropdown ul li.paid, .ws_filter.invoice_filter .ws_filter_dropdown ul li[data-value=paid] {
  background: #f7f7f7;
  color: #333333;
}
.ws_filter.invoice_filter .ws_filter_dropdown ul li.archived, .ws_filter.invoice_filter .ws_filter_dropdown ul li[data-value=archived] {
  background: #e0e0e0;
  color: #333333;
}

.divider {
  display: inline-block;
}
.divider.hr {
  border-bottom: 0px solid transparent;
}
.divider.vr {
  border-right: 0px solid transparent;
}
.divider_1 {
  border-width: 1px;
}
.divider_2 {
  border-width: 1px;
}
.divider_3 {
  border-width: 1.5px;
}
.divider_solid {
  border-style: solid;
}
.divider_dotted {
  border-style: dotted;
}
.divider_dashed {
  border-style: dashed;
}
.divider_colored {
  border-color: var(--yellow-2);
}
.divider_black {
  border-color: #000000;
}
.divider_grey {
  border-color: #999999;
}

.space-top-20 {
  margin-top: 20px;
}
.space-bottom-20 {
  margin-bottom: 20px;
}
.space-left-20 {
  margin-left: 20px;
}
.space-right-20 {
  margin-right: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_icon_ml {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  flex: 0 0 54px;
}
.btn_icon_xl {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  flex: 0 0 48px;
}
.btn_icon_lg {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  flex: 0 0 42px;
}
.btn_icon_md {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  flex: 0 0 36px;
}
.btn_icon_cd_800 {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  flex: 0 0 32px;
}
.btn_icon_sm {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  flex: 0 0 28px;
}
.btn_icon_xs {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  flex: 0 0 24px;
}
.btn_icon_xxs {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
}
.btn_border {
  border-width: 1px;
  border-style: solid;
  border-color: #999999;
}

.owl-carousel-proposals:not(.owl-loaded) {
  display: flex;
  flex-wrap: nowrap;
}
.owl-carousel-proposals:not(.owl-loaded) .card-document {
  height: unset;
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 767px) {
  .owl-carousel-proposals:not(.owl-loaded) .card-document {
    margin-right: 24px;
    width: calc((100% - 24px) / 2);
    flex: 0 0 calc((100% - 24px) / 2);
  }
}
@media (min-width: 991px) {
  .owl-carousel-proposals:not(.owl-loaded) .card-document {
    width: calc((100% - 48px) / 3);
    flex: 0 0 calc((100% - 48px) / 3);
  }
}
@media (min-width: 1200px) {
  .owl-carousel-proposals:not(.owl-loaded) .card-document {
    width: calc((100% - 72px) / 4);
    flex: 0 0 calc((100% - 72px) / 4);
  }
}
@media (min-width: 1440px) {
  .owl-carousel-proposals:not(.owl-loaded) .card-document {
    width: calc((100% - 96px) / 5);
    flex: 0 0 calc((100% - 96px) / 5);
  }
}

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