.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background-color: black;
  opacity: 0.5;
  display: none;
}

.dropBack-active {
  display: block;
}

main#main {
  min-height: 100vh;
  width: 100%;
  right: 0;
  padding: 0 0 0px 240px;
}
main#main header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  z-index: 2;
}

#main-section {
  padding: 24px;
  height: calc(100vh - 64px);
  overflow: auto;
  position: relative;
}
#main-section .content-section {
  margin-bottom: 18px;
}
#main-section .content-section .content {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0d2a52;
}

.table-container {
  overflow: auto;
}
.table-container .table-search {
  margin-bottom: 16px;
}
.table-container .table-search button {
  border: none;
}
.table-container.add-new-portfolio {
  overflow-x: visible;
  overflow-y: auto;
}

#user-dataTable {
  min-width: max-content;
  margin-bottom: 16px;
}
#user-dataTable .form-group {
  text-align: center;
}

.user-table-header-row {
  border-width: 1px 0;
  border-color: #e2e2e2;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  background: #f8fdfd;
  color: #0d2a52;
}
.user-table-header-row th {
  border-width: 0 1px;
  border-color: #e2e2e2;
  padding: 16px;
  position: relative;
}
.user-table-header-row th.sort_normal {
  background-image: url("../img/sorting-normal.b3848152cdb2.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.user-table-header-row th.sort_ascending {
  background-image: url("../img/sorting-ascending.1f05aad99ca7.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.user-table-header-row th.sort_decending {
  background-image: url("../img/sorting-descending.6671036a7913.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.user-table-header-row .company-name {
  width: 417px;
}

.user-table-body-row {
  border-bottom: 1px solid #e2e2e2;
}
.user-table-body-row td {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #0d2a52;
  padding: 12px 16px;
  border-bottom: 1px solid #e2e2e2;
  border-width: 0 1px;
  border-color: #e2e2e2;
}
.user-table-body-row td a.trash {
  text-align: center;
}
.user-table-body-row a {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #0d2a52;
}

.form-control {
  min-width: 48px;
  width: 48px;
  appearance: none;
  background-color: transparent;
  border: 1px solid #337158;
  height: 27px;
  padding: 0 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  border-radius: 6px;
  background: url("../img/chevron-down.0f3acdf0fa52.svg") no-repeat white;
  background-position: right 8px center;
  background-size: 14px;
  color: #0d2a52;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #337158;
}

#main-section .top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

#main-section .buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

#main-section .filter-button {
  padding: 10px 13px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

#main-section .modify-search {
  display: flex;
  align-items: center;
  background: #337158;
  border-radius: 4px;
  padding: 13px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
}
#main-section .modify-search svg {
  margin-right: 8px;
}

.dataTables_length {
  display: flex;
  justify-content: space-between;
}
.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.03em;
  color: #9ca0b0;
  opacity: 0.7;
}
.dataTables_length .pagination {
  display: flex;
  align-items: center;
}
.dataTables_length .pagination a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  color: #9ca0b0;
}
.dataTables_length .pagination .active {
  color: #337158;
}
.dataTables_length .pagination li {
  margin-right: 24px;
}
.dataTables_length .pagination li:last-child {
  margin: 0;
}
.dataTables_length .pagination .navigation a {
  display: flex;
  align-items: center;
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 4px;
}
.dataTables_length .pagination .navigation path {
  stroke: #337158;
}
.dataTables_length .pagination .active a {
  background: #337158;
  border-radius: 3px;
  border: 1px solid #337158;
}
.dataTables_length .pagination .active path {
  stroke: #ffffff;
}

.section-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 64px);
  overflow: auto;
}

.form-section-wrapper {
  /*height: 100%;*/
  padding: 24px 120px;
  position: relative;
}
.form-section-wrapper .company-name-input {
  width: 100%;
  margin-bottom: 16px;
}
.form-section-wrapper .header-section {
  margin-bottom: 24px;
}
.form-section-wrapper
  span.select2.select2-container.select2-container--default::before {
  content: "";
  width: 1px;
  background: #9ca0b0;
  height: calc(100% - 16px);
  position: absolute;
  right: 40px;
  top: 8px;
}

span.select2.select2-container.select2-container--default
  .select2-selection--multiple::before {
  content: "";
  width: 1px;
  background: #9ca0b0;
  height: calc(100% - 16px);
  position: absolute;
  right: 40px;
  top: 8px;
}

span.select2.select2-container.select2-container--default
  .select2-selection--multiple {
  background-image: url("../img/chevron-down.0f3acdf0fa52.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  padding-right: 42px;
}

.fields-section .lower-fields {
  display: flex;
  margin-bottom: 16px;
  gap: 18px;
}

.fields-section .half-field {
  width: 50%;
}

.fields-section .full-field {
  width: 100%;
}

.fields-section strong {
  color: #0d2a52;
  font-weight: 500;
}

.fields-section p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #9ca0b0;
  padding-bottom: 24px;
}

.fields-section input {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px 16px;
  width: 100%;
  height: 40px;
}

.fields-section input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
}

.fields-section label {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #0d2a52;
  margin-bottom: 8px;
  direction: ltr;
}

.bottom-section {
  display: flex;
  justify-content: flex-end;
  padding: 24px 128px;
  background: #f5f5f5;
  box-shadow: 0px -1px 0px #eeeeee;
  width: 100%;
  gap: 24px;
  margin-top: auto;
}

.select-half {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

#parent,
#parent2 {
  /* can be any value */
  text-align: left;
  direction: rtl;
  position: relative;
}

#parent .select2-container--open + .select2-container--open {
  right: 0;
  width: 100%;
}

#parent2 .select2-container--open + .select2-container--open {
  right: 0;
  width: 100%;
}

.form-control {
  min-width: 48px;
  width: 48px;
  appearance: none;
  background-color: transparent;
  border: 1px solid #337158;
  height: 27px;
  padding: 0 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  border-radius: 6px;
  background: url("../img/chevron-down.0f3acdf0fa52.svg") no-repeat white;
  background-position: right 8px center;
  background-size: 14px;
  color: #0d2a52;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #337158;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9ca0b0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.form-group input:checked + label:after {
  content: "";
  border: 1px solid #337158;
  box-sizing: border-box;
  border-radius: 4px;
  background: url("../img/check.524657cac54e.svg");
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 0;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #9ca0b0;
}

.checkboxes {
  display: flex;
  align-items: center;
  gap: 16px 40px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.checkboxes label {
  display: flex;
  gap: 12px;
}

.table-field input[type="text"] {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #0d2a52;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 6px 16px;
  width: 100%;
}

.table-field input[type="text"]::placeholder {
  font-size: 14px;
  line-height: 16px;
  color: #9ca0b0;
}

.before-line span.select2.select2-container.select2-container--default::before {
  content: "";
  width: 1px;
  background: #9ca0b0;
  height: calc(100% - 16px);
  position: absolute;
  right: 40px;
  top: 8px;
}

.monitored-content-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.monitored-content-section .content-position {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 60px;
}
.monitored-content-section .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9ca0b0;
}
.monitored-content-section .date {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0d2a52;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}

.graphs {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 40px 80px 24px;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  z-index: 3001;
  display: none;
  font-family: "Inter", sans-serif;
  width: 850px;
  height: 469px;
}
.daterangepicker .ranges {
  height: calc(100% - 72px);
  margin-top: 8px;
  border-right: 1px solid #e2e2e2;
}
.daterangepicker .ranges ul {
  width: 192px;
  height: 100%;
  padding: 12px 18px;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 10px 16px !important;
  font-size: 14px;
  line-height: 20px;
  color: #0d2a52;
  cursor: pointer;
}
.daterangepicker .thead {
  height: 44px;
}

.daterangepicker .calendar-table table {
  width: 280px;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0d2a52;
  height: 308px;
}

.daterangepicker .drp-calendar.left {
  margin-right: 70px;
  padding: 24px 12px 24px 24px;
}

.daterangepicker .drp-calendar.right {
  padding: 24px 24px 24px 12px;
}

.daterangepicker.show-calendar .drp-calendar {
  display: flex;
  width: 100%;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #0d2a52;
}

.daterangepicker td.active {
  background-color: #337158;
  color: #ffff;
  border-radius: 100%;
}

.daterangepicker td.in-range {
  background-color: #e3f7ef;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker .ranges li.active {
  background-color: #e3f6ef;
  color: #0d2a52;
  font-weight: 500;
  border-radius: 4px;
}

.daterangepicker.show-calendar .drp-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.daterangepicker .drp-buttons .applyBtn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0d2a52;
  padding: 10px 31px;
  background: #337158;
  margin-right: 12px;
  color: white;
  border: 1px solid #337158;
}

.daterangepicker .drp-buttons .cancelBtn {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 31px;
  background: transparent;
  margin-right: 12px;
  color: #0d2a52;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 21px;
  color: #0d2a52;
  margin-right: 90px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 30px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #337158;
  border-radius: 100%;
  color: white;
}

.daterangepicker.opensright:before {
  left: auto;
  right: 20px;
}

.daterangepicker.opensright:after {
  left: auto;
  right: 21px;
}

.daterangepicker td.off {
  color: #9ca0b0;
}

.daterangepicker td.available:hover {
  border-radius: 100%;
  background-color: #337158;
  color: white;
}

.daterangepicker td.end-date {
  border-radius: 0 20px 20px 0;
}

.daterangepicker td.start-date {
  border-radius: 20px 0 0 20px;
}

#header {
  background: #f5f5f5;
  box-shadow: 0px 1px 0px #e2e2e2;
  height: 64px;
}
#header .header-title ul {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}
#header .header-title span {
  font-size: 10px;
  line-height: 12px;
  display: flex;
  gap: 12px;
  text-transform: uppercase;
}
#header .header-title span::after {
  content: url("../img/chevron-right-2.6ab61ff68d5f.svg");
}
#header .header-title .breadcrumb:last-child span {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #0d2a52;
}
#header .header-title .breadcrumb:last-child span:after {
  content: "";
}
#header .profile-section {
  display: flex;
  align-items: center;
  position: relative;
}
#header .profile-section .dropdown {
  display: flex;
}
#header .profile-section img {
  border-radius: 50%;
}
#header .profile-section .notifications {
  margin-right: 16px;
}
#header .profile-section .notifications .comment {
  background: #337158;
  border: none;
}
#header .profile-section .notifications .item-click span {
  display: flex;
  border-radius: 6px;
  border: 1px solid #9ca0b0;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
#header .profile-section .notifications:active {
  border: none;
}
#header .profile-section .avatar .item-click {
  display: flex;
  align-items: center;
  gap: 10px;
}
#header .profile-section span {
  color: #0d2a52;
  display: flex;
}
#header .profile-section span.admin {
  color: #ffffff;
}
#header .profile-section .item-click-1 .item-click span {
  border: 1px solid #337158;
}

.profile {
  display: flex;
  flex-direction: column;
}
.profile span.profile-name {
  display: flex;
  gap: 8px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #0d2a52;
}
.profile span.profile-name::after {
  content: url("../img/chevron-down.0f3acdf0fa52.svg");
}

.profile-dropdown {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  min-width: 244px;
  padding: 0;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 100;
}
.profile-dropdown .upper-section {
  text-align: center;
  padding: 24px 48px 20px;
  border-bottom: 1px solid #e2e2e2;
}
.profile-dropdown .upper-section .profile-picture {
  width: 62px;
  height: 62px;
  margin: 0 auto;
  margin-bottom: 12px;
}
.profile-dropdown .upper-section .profile-picture img {
  border-radius: 50%;
}
.profile-dropdown .upper-section .section-title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0d2a52;
}
.profile-dropdown .upper-section h2 {
  margin-bottom: 4px;
}
.profile-dropdown .upper-section p {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #9ca0b0;
  margin-bottom: 4px;
}
.profile-dropdown .upper-section span.admin {
  font-size: 10px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 400;
  background: #337158;
  border-radius: 16px;
  padding: 4px 12px;
  justify-content: center;
  width: 54px;
  margin: 0 auto;
}
.profile-dropdown .lower-section {
  margin-bottom: 5px;
}
.profile-dropdown .lower-section img {
  width: 24px;
  height: 24px;
}
.profile-dropdown .lower-section li {
  border-bottom: 1px solid #e2e2e2;
}
.profile-dropdown .lower-section a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #0d2a52;
}
.profile-dropdown .lower-section span {
  align-items: center;
}
.profile-dropdown .lower-section svg {
  margin-right: 16px;
}
.profile-dropdown .copyright {
  text-align: center;
}
.profile-dropdown .copyright img {
  width: 28px;
  height: 20px;
  margin-bottom: 4px;
}
.profile-dropdown .copyright p.copyright-text {
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: #9ca0b0;
  margin-bottom: 8px;
}

.notification-dropdown {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  width: 480px;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 100;
}
.notification-dropdown .profile-picture {
  width: 48px;
  height: 48px;
}
.notification-dropdown img {
  border-radius: 50%;
}
.notification-dropdown .notification-item {
  margin-bottom: 16px;
}
.notification-dropdown .notification-item a {
  display: flex;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.notification-dropdown .upper-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}
.notification-dropdown .upper-section p {
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  color: #0d2a52;
}
.notification-dropdown .lower-section {
  max-height: calc(100vh - 165px);
  overflow: auto;
  padding: 0 24px;
}
.notification-dropdown .lower-section .title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #0d2a52;
}
.notification-dropdown .lower-section .time {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #9ca0b0;
}

.message-dropdown {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  min-width: 284px;
  padding: 24px;
  margin: 0;
  margin-top: 5px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  z-index: 100;
}
.message-dropdown .upper-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.message-dropdown .upper-section .section-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #0d2a52;
}
.message-dropdown .lower-section .message {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.message-dropdown .lower-section .message .message-icon {
  background: #337158;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 32px;
}
.message-dropdown .lower-section .message .message-content {
  padding: 8px;
  background: #f5f5f5;
  border-radius: 4px;
}
.message-dropdown .lower-section .start-conversation {
  background: #337158;
  border-radius: 4px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 45px;
  margin-bottom: 16px;
}
.message-dropdown .lower-section .start-conversation span {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}
.message-dropdown .lower-section .start-conversation svg {
  margin-right: 14px;
}
.message-dropdown .lower-section .all-conversation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.message-dropdown .lower-section .all-conversation p {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #9ca0b0;
}
.message-dropdown .lower-section .all-conversation svg {
  margin-top: 2px;
  margin-left: 8px;
}
.message-dropdown .lower-section .booking-section {
  padding: 16px;
  background: #f5f5f5;
  border-radius: 4px;
}
.message-dropdown .lower-section .booking-section .book {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  color: #0d2a52;
}
.message-dropdown .lower-section .booking-section .book-content {
  font-size: 12px;
  line-height: 15px;
  color: #9ca0b0;
  font-weight: 400;
  margin-bottom: 16px;
}
.message-dropdown .lower-section .booking-section button {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  background: #337158;
  border-radius: 4px;
  width: 100%;
  padding: 8px 0;
}

.content-open {
  display: none;
}

.content-active {
  opacity: 1;
  transition: 0.3s;
  display: block;
}

aside#aside {
  width: 240px;
  min-height: 100vh;
  position: fixed;
  z-index: 9;
  height: 100%;
}

aside .upper-section {
  background: #f5f5f5;
  box-shadow: 1px 0px 0px #eeeeee;
  padding: 16px 0px 45px 12px;
  height: 100%;
}

#aside .logo-section {
  padding-bottom: 6px;
  margin-bottom: 46px;
  border-bottom: 1px solid #e2e2e2;
}

#aside .logo-section a {
  display: block;
}

#aside nav {
  height: 100%;
  overflow: auto;
  padding: 0 12px 25px 0;
}

#aside ul.nav-list {
  margin-bottom: 24px;
  /*padding-bottom: 24px;*/
  border-bottom: 1px solid #e2e2e2;
}

#aside .nav-item .sub-items {
  display: none;
}

#aside ul.sub-items {
  margin-left: 44px;
  border-left: 1px solid #e2e2e2;
}
#aside ul.sub-items .sub-item a {
  background-color: transparent !important;
  color: #0d2a52 !important;
  padding: 2px 0px 2px 12px;
}
#aside ul.sub-items .active-sub-item {
  display: block;
  position: relative;
}
#aside ul.sub-items .active-sub-item a {
  font-weight: 600 !important;
  color: #337158 !important;
}
#aside ul.sub-items .active-sub-item::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #337158;
  position: absolute;
  left: 0;
  border-radius: 4px;
}

#aside .nav-list li {
  display: block;
  margin-bottom: 16px;
}
#aside .nav-list li a path {
  stroke: #0d2a52;
}
#aside .nav-list li:last-child {
  margin: 0;
}

#aside .nav-list li.active-nav-item a {
  background-color: #337158;
  color: white;
}
#aside .nav-list li.active-nav-item a path {
  stroke: #ffff;
}
#aside .nav-list li.active-nav-item a span {
  color: white;
}

#aside .nav-list li.active-nav-item .sub-items {
  display: block;
}

#aside .nav-list a {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #0d2a52;
  border-radius: 4px;
  margin-bottom: 16px;
}
#aside .nav-list a:hover {
  background-color: #e3f7ef;
}

#aside .nav-list svg {
  margin-right: 12px;
}

#aside .lower-section-wrapper {
  background: #f8fdfd;
}

#aside .lower-section-content {
  padding: 45px 60px 0px;
}

#aside .share-section-content {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  padding: 20px 34px 40px;
}
#aside .share-section-content h5 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9ca0b0;
}
#aside .share-section-content a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #0d2a52;
}

.monitored-2 {
  display: block;
}
.monitored-2 .top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.monitored-2 span.co_id {
  font-weight: 500;
  color: #ffffff;
  background: #337158;
  border-radius: 32px;
  padding: 2px 8px;
  margin: 0;
}
.monitored-2 .sub-title {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #9ca0b0;
}

#main-section .space {
  display: flex;
  justify-content: space-between;
  row-gap: 16px;
}

#main-section .block {
  display: block;
}

.p-following {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0d2a52;
}

.wd-32 {
  width: 32px;
}

.wd-80 {
  width: 80px;
}

.wd-110 {
  width: 110px;
}

.wd-144 {
  width: 144px;
}

.wd-140 {
  width: 140px;
}

.wd-150 {
  width: 150px;
}

.wd-160 {
  width: 160px;
}

.wd-200 {
  width: 200px;
}

.wd-130 {
  width: 130px;
}

.wd-250 {
  width: 250px;
}

.wd-180 {
  width: 180px;
}

.wd-128 {
  width: 128px;
}

.wd-400 {
  width: 400px;
}

.wd-170 {
  width: 170px;
}

.wd-460 {
  width: 460px;
}

.wd-422 {
  width: 422px;
}

.wd-500 {
  width: 500px;
}

.wd-600 {
  width: 600px;
}

.wd-350 {
  width: 350px;
}

.wd-300 {
  width: 300px;
}

.wd-406 {
  width: 406px;
}

.mg-bt-6 {
  margin-bottom: 6px;
}

.mg-bt-8 {
  margin-bottom: 8px;
}

.mg-bt-40 {
  margin-bottom: 40px;
}

.mg-bt-16 {
  margin-bottom: 16px;
}

.mg-bt-24 {
  margin-bottom: 24px !important;
}

.mg-r-16 {
  margin-right: 16px !important;
}

.mg-l-16 {
  margin-left: 16px;
}

.t-1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #9ca0b0;
}

.d-1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #0d2a52;
}

.d-2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0d2a52;
}

.pd-12-80 {
  padding: 12px 80px !important;
}

.pd-12-40 {
  padding: 12px 40px !important;
}

.pd-12-20 {
  padding: 12px 20px !important;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.pd-24 {
  padding: 24px 24px 0;
}

.padding-24 {
  padding: 24px;
}

.form-wrapper {
  padding: 0px 96px 0px;
  margin-bottom: 6px;
}

.d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pd-tp-0 {
  padding-top: 0;
}

.pd-bt-0 {
  padding-bottom: 0;
}

.d-flex-gap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

.pd-x-96 {
  padding: 0 96px;
}

.pd-x-36 {
  padding: 10px 36px !important;
}

.bg-transparent {
  background-color: transparent;
}

.d-flex-8 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.align-f-start {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

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

.d-flex-end {
  display: flex;
  justify-content: flex-end;
  align-self: center;
}

.tarnel-clr {
  color: #337158 !important;
}

.gap-16 {
  gap: 16px;
}

.text-lowercase {
  text-transform: lowercase;
}

.tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding-right: 24px;
}
.tab-btn .number {
  background: #e3f7ef;
  border-radius: 2px;
  padding: 2px;
}

.tab-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-image: url("../img/chevron-down.0f3acdf0fa52.svg");
  background-repeat: no-repeat;
  background-position: right center;
  cursor: pointer;
  padding-right: 24px;
}
.tab-btn-icon .number {
  background: #e3f7ef;
  border-radius: 2px;
  padding: 2px;
}

a.highlight {
  color: #f2c94c;
}

ul.linkdropdown {
  transform: translate(1px, 28px) !important;
  width: max-content;
  inset: auto !important;
  right: 0 !important;
  top: 0 !important;
  max-height: 400px;
  overflow: auto;
}
ul.linkdropdown li {
  padding: 8px 12px;
  border-bottom: 1px solid #e2e2e2;
}
ul.linkdropdown a {
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0d2a52;
  font-weight: 400;
}

.d-inline-block {
  display: inline-block;
}

.inset-style {
  inset: auto !important;
  right: 0 !important;
  top: -11px !important;
}

.comment {
  display: block;
  background-color: #e2e2e2;
  font-size: 14px;
  line-height: 17px;
  color: #0d2a52;
  padding: 6px 16px;
  border: 1px solid #dadee3;
  box-sizing: border-box;
  border-radius: 8px;
}

.d-flex-space-16 {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.h-dark {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #0d2a52;
}

.dropzone-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #0d2a52;
}

.dropzone-description {
  font-size: 12px !important;
  line-height: 14px !important;
  text-align: center !important;
  color: #9ca0b0 !important;
  padding-bottom: 0 !important;
}

.d-align-end {
  display: flex;
  align-items: flex-end;
}

.flex-b-100 {
  flex-basis: 100%;
}

.table-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #9ca0b0;
}

.p-copyright {
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #9ca0b0;
}

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

.form-des {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #0d2a52;
}

.p-slide {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: 00000;
}

.padding-32 {
  padding: 32px;
}

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

.admin-p {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #337158 !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 16px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background: #9ca0b0;
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #9ca0b0;
}

::-webkit-scrollbar-thumb:active {
  background: #9ca0b0;
}

::-webkit-scrollbar-thumb:active {
  background: #9ca0b0;
}

::-webkit-scrollbar-track {
  /* background: transparent; */
  border: 0px none #ffffff;
  border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
  background: transparent;
}

::-webkit-scrollbar-track:active {
  background: transparent;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.btn-1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  padding: 12px 16px;
  line-height: 14px;
  background-color: #337158;
  border: 1px solid #337158;
  border-radius: 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffff;
}
.btn-1:focus {
  box-shadow: none;
}
.btn-1 svg {
  margin-right: 8px;
}

.btn-sm {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0d2a52;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 33px;
}

.btn-sm-dark {
  background: #337158;
  border: 1px solid #337158;
  color: #ffff;
}

.btn-primary-1 {
  min-width: 170px;
  background-color: #337158;
  border: 1px solid #337158;
  padding: 12px 68px;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  color: #ffff;
}
.btn-primary-1:active {
  background-color: #337158;
  border: 1px solid #337158;
}

.btn-primary-icon {
  background-color: #337158;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffff;
  letter-spacing: 3%;
}
.btn-primary-icon svg {
  margin-right: 8px;
}

.btn-pd {
  padding: 12px 35px;
}

.btn-secondary-1 {
  min-width: 170px;
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
  color: #0d2a52;
  padding: 12px 68px;
}

.btn-secondary-icon {
  background-color: #e2e2e2;
  padding: 13px 16px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #0d2a52;
  letter-spacing: 0.02em;
}
.btn-secondary-icon svg {
  margin-right: 8px;
}

.btn-calendar {
  padding: 10px 18px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.btn-calendar svg {
  margin-right: 8px;
}
.btn-calendar span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #0d2a52;
}

.table-btn {
  position: relative;
  width: 100%;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: left;
  padding: 6px 16px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.table-btn-icon {
  border: 0;
  padding: 0;
  margin: 0;
}
.table-btn-icon::after {
  display: none;
}

.table-dropdown {
  position: unset;
}
.table-dropdown ul.dropdown-menu.dropdown-menu-1.show {
  width: max-content !important;
  width: 100%;
  top: 10%;
  right: 0;
}

.table-dropdown .dropdown-menu {
  padding: 0;
  position: absolute;
}
.table-dropdown .dropdown-menu li {
  background: #ffff;
  border-bottom: 1px solid #e2e2e2;
}
.table-dropdown .dropdown-menu a {
  padding: 8px 12px !important;
  text-decoration: none;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #0d2a52;
  padding: 0;
}
.table-dropdown .dropdown-menu a:active {
  background-color: #e2e2e2;
}

.table-dropdown .dropdown-toggle::after {
  position: absolute;
  top: 11px;
  right: 16px;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #0d2a52;
}

span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #9ca0b0;
}

.breadcrumb {
  margin: 0;
}

button {
  border: none;
  background: none;
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  color: #0d2a52;
}

h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #0d2a52;
}

h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #0d2a52;
}

input[type="checkbox"] {
  border: 1px solid #9ca0b0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 14px;
  height: 14px;
}

input[type="text"] {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #0d2a52;
}

textarea {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #0d2a52;
}
textarea:focus {
  outline: none;
}

.search-input {
  position: relative;
  width: 39%;
  max-width: 418px;
}

.search-input input {
  position: relative;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 16px;
  width: 100%;
  background: transparent;
  font-size: 15px;
  line-height: 16px;
  color: #0d2a52;
}

.search-input button {
  background: #ffff;
  position: absolute;
  padding-left: 11px;
  right: 11px;
  top: 8px;
  border-left: 1px solid #9ca0b0;
}

.link-click {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #0d2a52;
}
.link-click:hover {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #0d2a52;
}

.delete-bg {
  background: #eb5757 !important;
  border: 1px solid #eb5757 !important;
  box-sizing: border-box;
  box-shadow: 0px 2px 26px rgba(215, 0, 0, 0.1);
}

.reset-bg {
  background: #f2c94c !important;
  border: 1px solid #f2c94c !important;
}

.modal-desc {
  font-size: 14px;
  line-height: 21px;
  color: #8598ad;
  font-weight: 400;
}

.modal-btn-light {
  background: #9ca0b0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 6px 50px;
}

.modal-btn-dark {
  background: #0d2a52;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 6px 46px;
}

.gap-24 {
  gap: 24;
}

input:focus-visible {
  outline: 1px solid #e2e2e2;
}

input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #9ca0b0;
}

.selects,
.selects1,
.selects2,
.selects3,
.selects4,
.selects5,
.selects6,
.selects7,
.selects_multiple,
.selects2_multiple {
  text-align: left;
  direction: rtl;
  position: relative;
}
.selects .select2-results__option,
.selects1 .select2-results__option,
.selects2 .select2-results__option,
.selects3 .select2-results__option,
.selects4 .select2-results__option,
.selects5 .select2-results__option,
.selects6 .select2-results__option,
.selects7 .select2-results__option,
.selects_multiple .select2-results__option,
.selects2_multiple .select2-results__option {
  padding: 8px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #0d2a52;
}
.selects .select2-container--default .select2-results__option--selected,
.selects1 .select2-container--default .select2-results__option--selected,
.selects2 .select2-container--default .select2-results__option--selected,
.selects3 .select2-container--default .select2-results__option--selected,
.selects4 .select2-container--default .select2-results__option--selected,
.selects5 .select2-container--default .select2-results__option--selected,
.selects6 .select2-container--default .select2-results__option--selected,
.selects7 .select2-container--default .select2-results__option--selected,
.selects_multiple
  .select2-container--default
  .select2-results__option--selected,
.selects2_multiple
  .select2-container--default
  .select2-results__option--selected {
  padding-right: 40px;
}
.selects .select2-container,
.selects1 .select2-container,
.selects2 .select2-container,
.selects3 .select2-container,
.selects4 .select2-container,
.selects5 .select2-container,
.selects6 .select2-container,
.selects7 .select2-container,
.selects_multiple .select2-container,
.selects2_multiple .select2-container {
  width: 100% !important;
}
.selects .select2-container--open + .select2-container--open,
.selects1 .select2-container--open + .select2-container--open,
.selects2 .select2-container--open + .select2-container--open,
.selects3 .select2-container--open + .select2-container--open,
.selects4 .select2-container--open + .select2-container--open,
.selects5 .select2-container--open + .select2-container--open,
.selects6 .select2-container--open + .select2-container--open,
.selects7 .select2-container--open + .select2-container--open,
.selects_multiple .select2-container--open + .select2-container--open,
.selects2_multiple .select2-container--open + .select2-container--open {
  right: 0;
  width: 100%;
}
.selects
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects1
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects2
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects3
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects4
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects5
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects6
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects7
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects_multiple
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow,
.selects2_multiple
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url("../img/chevron-down.0f3acdf0fa52.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 13px;
}
.selects span.select2-selection.select2-selection--single,
.selects1 span.select2-selection.select2-selection--single,
.selects2 span.select2-selection.select2-selection--single,
.selects3 span.select2-selection.select2-selection--single,
.selects4 span.select2-selection.select2-selection--single,
.selects5 span.select2-selection.select2-selection--single,
.selects6 span.select2-selection.select2-selection--single,
.selects7 span.select2-selection.select2-selection--single,
.selects_multiple span.select2-selection.select2-selection--single,
.selects2_multiple span.select2-selection.select2-selection--single {
  height: 40px;
  padding: 10px 16px;
}
.selects
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects1
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects3
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects4
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects5
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects6
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects7
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects_multiple
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.selects2_multiple
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 16px;
  line-height: 16px;
  /*color: #9CA0B0; */
  color: #00000f;
}

.selects_multiple .select2-results__option:before,
.selects2_multiple .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #9ca0b0;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.selects_multiple
  .select2-container--default
  .select2-results__option--selected,
.selects2_multiple
  .select2-container--default
  .select2-results__option--selected {
  background-image: none;
}

.selects_multiple
  .select2-container--default
  .select2-results__option--selected::before,
.selects2_multiple
  .select2-container--default
  .select2-results__option--selected::before {
  content: "";
  color: #fff;
  background-color: transparent;
  background: url("../img/check-3.d67d2414cbd3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #0d2a52;
  display: inline-block;
  padding-left: 3px;
}

span.select2-selection.select2-selection--single {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 16px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}

.select2-search--dropdown {
  display: none;
}

span.select2-dropdown.select2-dropdown--below {
  margin-top: 4px;
  border: 1px solid #e2e2e2;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
}

.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e2e2e2;
  color: #0d2a52;
}

.select2-container--default .select2-results__option--selected {
  background-color: #e2e2e2;
  color: #0d2a52;
  background-image: url("../img/check-2.da566f3ae46a.svg");
  background-repeat: no-repeat;
  background-position: center right 14px;
  padding-right: 40px;
}

.select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container {
  width: 242px !important;
}

span#select2-company-view-container {
  padding-right: 16px;
  background-image: url("../img/chevron.52752f6ce877.svg");
  background-repeat: no-repeat;
  background-position: center right;
  overflow: hidden;
}

#parent2 span.select2-selection.select2-selection--single {
  padding-right: 16px;
  background-image: url("../img/chevron.52752f6ce877.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
}

#parent2
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0d2a52;
}

span#select2-company-view-container {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0d2a52;
}

.select2-results__option {
  padding: 12px 12px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #0d2a52;
}

span.select2-dropdown.company-view-dropdown.select2-dropdown--below {
  min-width: 225px !important;
  width: max-content !important;
}

span.select2-selection.select2-selection--single {
  height: 44px;
}

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

input[type="checkbox"] {
  border: 1px solid #9ca0b0;
  box-sizing: border-box;
  border-radius: 4px;
  width: 14px;
  height: 14px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  border: 1px solid #9ca0b0;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
  padding: 5px 12px;
  position: relative;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:first-child {
  margin-top: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(2) {
  margin-top: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice:nth-child(3) {
  margin-top: 0;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  top: 25%;
  left: auto;
  right: 0;
  border: none;
  padding: 0 10px;
  border-left: 1px solid #9ca0b0;
  border-radius: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove
  span {
  display: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove::after {
  content: url("../img/Icon.e0618db79296.svg");
  top: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove::after
  span {
  display: none;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 14px;
  line-height: 16px;
  color: #0d2a52;
  margin-right: 25px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #e2e2e2;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #e2e2e2;
  padding-top: 5px;
  min-height: 40px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: transparent;
}

.subject-search {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 64px);
  overflow: auto;
}
.subject-search .header-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.subject-search .header-section .title {
  width: 37vw;
}
.subject-search .header-section h2 {
  margin-bottom: 16px;
}
.subject-search .header-section p {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.tabs-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  box-shadow: inset 0px -1px 0px rgba(13, 42, 82, 0.15);
}
.tabs-section .tabs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 6px;
}
.tabs-section .tabs .action-tab {
  padding: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #0d2a52;
  cursor: pointer;
  text-align: center;
}
.tabs-section .tabs .active-sub-items {
  background: #f8fdfd;
  box-shadow: 0px 2px 0px #337158;
  border-radius: 16px 16px 0px 0px;
  color: #337158;
}

.tab-content {
  display: none;
}

.tab-content-active {
  display: block;
}

.tab-content .company-id {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.tab-content-1 .bottom-section {
  background-color: transparent;
  padding-bottom: 0;
}

.preview-recipent {
  display: flex;
  justify-content: flex-end;
}
.preview-recipent a {
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  text-decoration-line: underline;
  color: #337158;
}

.dropzone {
  border: 1px dashed #337158;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 33px;
}

.dz-message.needsclick {
  margin: 0;
}

.look-up-wrapper {
  background: #ffffff;
  border-radius: 56px 0px 0px 56px;
  width: 950px;
  position: fixed;
  max-height: 800px;
  height: 100vh;
  overflow: auto;
  top: 0;
  right: 0;
  transform: translateX(150%);
  transition: 0.3s;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.look-up-wrapper .look-up-form {
  padding: 40px;
}
.look-up-wrapper .look-up-form .header-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.look-up-wrapper .buttons {
  display: flex;
  justify-content: flex-end;
  padding: 24px 40px;
  box-shadow: 0px -1px 0px #eeeeee;
  gap: 24px;
  margin-top: auto;
}

.lookup-active {
  transform: translateX(0);
}

.lookup-cross {
  position: absolute;
  right: 24px;
  top: 24px;
}

.slide-wrapper {
  width: 485px;
  position: fixed;
  height: 100%;
  overflow: auto;
  background: #ffffff;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
.slide-wrapper .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 24px 40px 24px;
  border-top: 1px solid #e1e5ef;
  margin-top: auto;
}
.slide-wrapper .filter-by-form {
  padding: 24px;
}
.slide-wrapper .filter-by-form .header-section {
  display: flex;
  justify-content: space-between;
}
.slide-wrapper .filter-by-form h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #0d2a52;
}
.slide-wrapper .filter-by-form .selects4,
.slide-wrapper .filter-by-form .selects5,
.slide-wrapper .filter-by-form .half-field {
  width: 100%;
  flex-basis: 100%;
}

.slide-active {
  transform: translateX(0);
}

.save-box {
  position: fixed;
  bottom: 120px;
  right: 0;
  transform: translateX(150%);
  background: #6fcf97;
  border: 1px solid #6fcf97;
  box-sizing: border-box;
  transition: 0.3s;
  box-shadow: 0px 2px 26px rgba(82, 215, 0, 0.1);
  border-radius: 6px;
  display: flex;
  gap: 14px;
  padding: 0 14px;
  width: 320px;
  height: 68px;
  z-index: 100;
}
.save-box span {
  padding: 20px 0;
}
.save-box .message {
  padding: 12px 0;
}
.save-box h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffff;
}
.save-box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #f4fff8;
}

.save-active {
  transform: translateX(0);
}

#login-aside {
  width: 406px;
  min-height: 100vh;
  position: fixed;
  z-index: 9;
  height: 100%;
}
#login-aside .upper-section {
  padding-left: 50px;
}

#login-main {
  min-height: 100vh;
  padding: 0 0 0 406px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#login-main .login-top-text {
  position: absolute;
  top: 40px;
  right: 40px;
}
#login-main .login-wrapper {
  padding: 40px;
  width: 100%;
}
#login-main .login-wrapper .form-section-wrapper {
  max-width: 528px;
  width: 100%;
}
#login-main .login-button {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #337158;
  padding: 8px 0;
  border: 1px solid #337158;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  color: #ffffff;
}

.reset-anchor {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #337158;
  margin-left: 8px;
}
.reset-anchor:hover {
  color: #337158;
}

.delete-modal {
  width: 551px;
  height: 390px;
  position: fixed;
  bottom: 50%;
  z-index: 100;
  display: none;
  background-color: #ffff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 1px solid #e2ebfa;
  box-sizing: border-box;
  border-radius: 8px;
}
.delete-modal .modal-btns {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.modal-active {
  display: flex;
}

.choose-file-wrapper {
  position: relative;
}

.choose-file-content {
  width: 100%;
}
.choose-file-content .choose-file-item input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.edit-image {
  background: #337158;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0px;
  cursor: pointer;
}
.choose-file-content input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.choose-file-content .choose-file-item-text {
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropzone {
  border: 1px dashed #337158;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 33px;
  text-align: center;
}

.display_records {
  color: #9ca0b0;
  font-size: 15px;
}
.loader-wrapper {
  width: 100%;
  height: 100vh;
  background-color: rgba(46, 50, 54, 0.69);
  background-color: white;
  position: relative;
}

.loader-image {
  max-width: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.sign-in-content {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sign-in-content .logo-section {
  padding: 12px;
}
.sign-in-content .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-in-content .form-content {
  min-width: 420px;
  height: 450px;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgb(25 26 27 / 12%);
  border-radius: 16px;
  padding: 56px;
  text-align: center;
}
.sign-in-content h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  color: #224957;
  margin-bottom: 31px;
}
.sign-in-content .input-field {
  width: 100%;
  margin-bottom: 31px;
}
.sign-in-content .input-field label {
  display: flex;
  margin-bottom: 18px;
}
.sign-in-content .input-field input {
  width: 100%;
  border: 1px solid #0d2a52;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 12px 19px;
}
.sign-in-content .input-field input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #0d2a52;
}
.sign-in-content .remember-me {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 31px;
}
.sign-in-content .remember-me .form-group {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.sign-in-content .remember-me label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #093545;
}
.sign-in-content .remember-me label::before {
  margin-top: 3px;
}
.sign-in-content .remember-me label::after {
  margin-top: 3px;
}
.sign-in-content .reset-anchor {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.sign-in-content button {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  background: #337158;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
  border-radius: 10px;
  width: 100%;
  padding: 12px 0;
  color: white;
  cursor: pointer;
}
.sign-in-content .lower-section {
  width: 100%;
}
.sign-in-content .lower-section img {
  width: 100%;
}
.modal-height-fix {
  height: calc(100vh - 60px) !important;
}
.modal-content-fix {
  height: 100% !important;
}
.modal-body iframe {
  border: 0;
}

.loader-wrapper {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

.loader-image {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.loader-disable {
  display: none;
}

#login_button {
  cursor: pointer;
}

button#accepted_terms {
  box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
  border-radius: 10px;
  width: 200px;
  height: 45px;
}
button#declined_terms {
  background: #828282 !important;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
  border-radius: 10px;
  color: white !important;
  width: 200px;
  height: 45px;
}
/*.sweet-alert.showSweetAlert.visible {*/
/*  padding: 60px;*/
/*  width: 550px;*/
/*  max-width: 100%;*/
/*}*/

.sweet-alert button {
  padding: 6px 40px !important;
  width: 120px;
}
.sweet-alert h2 {
  margin: 8px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 16px !important;

  color: #001737 !important;
}
.sweet-alert p {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: center !important;
  color: #8598ad !important;
}

.contact_us {
  height: 250px;
}

.portfolio_description {
  height: 150px;
}


.event_content {
  height: 170px;
}

.text-danger {
  direction: ltr;
}

.pd-14-20 {
  padding: 14px 20px;
}
.activeSidebar {
  transform: translateX(0%);
}
.searchBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table_top_btn{
    font-weight: bold;
    color: #0d2a52;
}
td,
tr,
th {
  min-width: 150px;
}
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 40;
  background-color: black;
  opacity: 0.5;
  display: none;
}
.table-dropdown-perfect,
.dropdownWidth {
  min-width: 190px;
}
.dropdownWidth {
  overflow: hidden;
}
.overlayActive {
  display: block;
}
#assign,#unassign{
color:blue;
}
.outer-graph-box{
   margin-bottom:30px;
}
.flex-icons-adjustment{
display:flex;
justify-content:center;
align-items:center;
gap:12px;
}
.fields-section{
  height: 100%;

}
#filter_form{
  height: 100%;
}
.field_section_Box{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.field_section_Box .buttons{
  margin-bottom: 24px;
  padding: 24px 0px 24px;
  justify-content: space-between;

}
.select2-container .select2-selection--single .select2-selection__rendered{
  overflow: unset;
}

.dropzone-2 {
  border: 1px dashed #337158;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 33px;
  /* text-align: center; */
  display: none;
}
.file_uploaded{
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.uploaded_successfully{
  color: #6fcf97;
  text-align: left;
  font-size: 15px;
}

.pageHeader{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    PADDING-BOTTOM: 0.1cm;
    COLOR: #333333;
    FONT-FAMILY: arial
}

.pageheader {
    color:#3b6496;
    font-size:13pt;
}

.normalbold {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica,arial;
    line-height:1.4;
}

.normalheader {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: arial
}

.reportnormal {
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: arial, verdana;
    Font-weight: normal;
}

.normal {
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica,arial;
    line-height:1.4;
}

.tblCaption {
    border-bottom:solid #99ccff .0pt;
    font-family: arial, verdana;
    color: #333333;
    font-size:14px;
    font-weight:bold;
    background-color:#ffffff;
    /*text-align:center;*/
    padding:3px;
}

.darkbluebg {
    background: #99ccff;
    bgcolor: #99ccff;
    background-color: #99ccff;
}

.colhead {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica,arial;
}

td.colhead {
    FONT-WEIGHT: bold;
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica,arial;
    padding:4px 5px 4px 5px;
}

.lightbluebg {
    background: #ebeff9;
    bgcolor: #ebeff9;
    background-color: #ebeff9;
}

.note {
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica,arial;
    line-height:1.4;
}

.footer {
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #333333;
    FONT-FAMILY: arial
}

tr.menuHeader, td.menuHeader, div.menuHeader {
    padding-left:8px;
    padding-right:5px;
    padding-top:4px;
    padding-bottom:4px;
    font-family:arial,tahoma;
    font-size:8pt;
    font-weight:bold;
}

tr.menuHeader, td.menuHeader, div.menuHeader {
    border-top:0px solid #eaf5fb;
    color:#333333;
    font-size:9pt;
}

.coltext {
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica,arial;
}

td.coltext {
    FONT-SIZE: 9pt;
    COLOR: #000000;
    FONT-FAMILY: Helvetica,arial;
    padding:2px 5px 2px 5px;
    background: #ffffff;
    bgcolor: #ffffff;
    background-color: #ffffff;
}

.modal-active {
  display: flex;
}
.activeSidebar {
  transform: translateX(0%);
}
.company_add_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.addbtn {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 13px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0d2a52;
}
.heading_top_box {
  margin-bottom: 20px;
}
.file-upload {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-bottom: 20px;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}

.image-upload-wrap {
  padding: 40px 100px;
  margin-top: 20px;
  border: 4px dashed #337158;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: gainsboro;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.file-upload-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10;
}
.upload_file_heading{
  font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 24px;
text-align: center;
color: #0D2A52;

}
.upload_file_subheading{
  font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;
/ identical to box height, or 117% /

text-align: center;
color: #9CA0B0;

}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #337158;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: grey;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all 0.2s ease;
}

.upload-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #337158;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid forestgreen;
  transition: all 0.2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.upload-image:hover {
  background: grey;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

.upload-image:active {
  border: 0;
  transition: all 0.2s ease;
}
.table_display_control {
  display: none;

}

.servicesBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.services_form label:before {
  display: inline-block;
  margin-right: 20px;
}
.table_mb {
  / margin-bottom: 30px; /
}
.Services_outer_container {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.batchupload_Subheadings {
  display: block;
  background-color: grey;
  font-size: 17px;
  padding: 5px 10px;
}
.DeliveryReportBox{
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.SubmitBatchupForm{
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}
.mb_cntrl:not(:last-child){
  margin-bottom: 20px;
}
.default_case{
  background-color: #e50000;
}
.handling_wd_selectbtn .select2-container{
  width: 190px !important;

}
.btn_down_height{
  height: 100%;
  overflow: hidden;
}
.linked_btn{
text-decoration:underline;
color:blue;
}

.col-width-set{
min-width:90px;
}

.experiences-graph .graph-resize , .summary-graph .graph-resize{
    height: 300px !important;
    width: 48% !important;
    min-width: 48% !important;
    max-width: 48% !important;
    min-height: 300px !important;
    max-height: 300px !important;
}
