@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

*,
html,
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

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

.list-none {
  list-style: none;
}

.white {
  color: #fff;
}

.lightPrimary {
  background-color: #f9f9f9;
}

.primary {
  color: #3981EC;
}

.black {
  color: #131118;
}

.lightText {
  color: rgb(108, 115, 127);
}

.lightBorder {
  border: 1px solid rgb(230, 231, 233);
}

.darktext {
  color: #6C737F;
}

.border-none {
  border: 0px;
}

.lightBackground {
  background-color: #FAFAFA;
}

.whiteBackground {
  background-color: #fff;
}

.radius10 {
  border-radius: 10px !important;
}

.radius100 {
  border-radius: 100px !important;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.f13 {
  font-size: 13px;
}

.f14 {
  font-size: 14px;
}

.f15 {
  font-size: 15px;
}

.f16 {
  font-size: 16px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.f19 {
  font-size: 19px;
}

.f20 {
  font-size: 20px;
}

.f21 {
  font-size: 21px;
}

.f22 {
  font-size: 22px;
}

.f23 {
  font-size: 23px;
}

.f24 {
  font-size: 24px;
}

.f25 {
  font-size: 25px;
}

.f26 {
  font-size: 26px;
}

.f27 {
  font-size: 27px;
}

.f28 {
  font-size: 28px;
}

.f29 {
  font-size: 29px;
}

.f30 {
  font-size: 30px;
}

.f31 {
  font-size: 31px;
}

.f32 {
  font-size: 32px;
}

.f33 {
  font-size: 33px;
}

.f34 {
  font-size: 34px;
}

.f35 {
  font-size: 35px;
}

.f36 {
  font-size: 36px;
}

.f37 {
  font-size: 37px;
}

.f38 {
  font-size: 38px;
}

.f39 {
  font-size: 39px;
}

.f40 {
  font-size: 40px;
}

.f41 {
  font-size: 41px;
}

.f42 {
  font-size: 42px;
}

.f43 {
  font-size: 43px;
}

.f44 {
  font-size: 44px;
}

.f45 {
  font-size: 45px;
}

.f46 {
  font-size: 46px;
}

.f47 {
  font-size: 47px;
}

.f48 {
  font-size: 48px;
}

.f49 {
  font-size: 49px;
}

.f50 {
  font-size: 50px;
}

.sm_text {
  display: none;
  color: white;
  font-size: 30px;
  font-weight: 700;
}

body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link span {
  display: none;
}

body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link .menu-icon {
  display: block;
}

body[data-sidebar-size=collapsed] .startbar:not(:hover) .startbar-menu .navbar-nav .nav-item .nav-link .brand .logo {
  display: none;
}

body[data-sidebar-size=collapsed] .sm_text {
  display: block;
}

.event_call .popup {
  background-color: #d2e4ff;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.event_call .popup .inner_popup {
  border-radius: 100px;
  width: 15px;
  height: 15px;
  background-color: #3981EC;
}

.event_call .user {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  padding: 2px 10px 3px 10px;
  font-size: 12px;
  border-radius: 4px;
}

.event_call .user span {
  color: #fff;
  font-weight: 500;
}

.same_height {
  height: calc(100vh - 160px);
}

.recent_annountment {
  height: calc(100vh - 200px);
  overflow: auto;
}

.recent_annountment ul li {
  margin-bottom: 10px;
}

.toggle_sidebar {
  cursor: pointer;
  position: relative;
  top: 3px;
}

.toggle_sidebar i {
  font-size: 18px;
}

.divider {
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgb(230, 231, 233);
}

form .form-check .form-check-input {
  width: 16px;
  height: 16px;
}

form .form-check label {
  font-size: 13px;
}

form .form-check .form-check-input:checked {
  background-color: #3981EC;
  border-color: #3981EC;
}

.border-bottom {
  border-bottom: 1px solid rgb(230, 231, 233);
}

.intall_pack {
  accent-color: #48464B !important;
}

.td_qunatity {
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px !important;
}

.form_checkbox_list {
  padding: 0px;
  list-style: none;
  margin-top: 5px;
}

.form_checkbox_list li {
  display: flex;
  align-items: start;
  gap: 7px;
  margin-bottom: 12px;
}

.form_checkbox_list li:last-child {
  margin-bottom: 0px;
}

.form_checkbox_list li input {
  width: 14px;
  height: 14px !important;
}

.form_checkbox_list li .desc {
  color: #7987a1;
  font-size: 12px;
}

.modal_schedule {
  flex-wrap: nowrap;
  border-bottom: 1px solid rgb(230, 231, 233);
}

.modal_schedule .nav-link {
  width: 100%;
}

table.dataTable>tfoot>tr>th,
table.dataTable>tfoot>tr>td {
  border-color: rgb(230, 231, 233) !important;
}

.editTd {
  border: 0px !important;
  font-size: 13px !important;
  padding: 0px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.editTd.edit {
  padding: 5px 10px !important;
  border: 1px solid rgb(230, 231, 233) !important;
}

.editTd.edit::-moz-placeholder {
  font-size: 13px;
  color: #6C737F;
}

.editTd.edit::placeholder {
  font-size: 13px;
  color: #6C737F;
}

.darkinput {
  accent-color: #48464B !important;
}

.bar_dropdown .dropdown-menu {
  padding: 0px;
}

.bar_dropdown i {
  color: #131118;
}

.bar_dropdown .dropdown-item {
  padding: 6px 15px;
  display: flex;
  gap: 12px;
  font-size: 12px;
  font-weight: 500;
}

.bar_dropdown .dropdown-item i {
  width: 10px;
  height: 10px;
  font-size: 14px;
}

.bar_dropdown .delete {
  border-top: 1px solid #ff8989;
  margin-top: 5px;
}

.bar_dropdown .delete .dropdown-item {
  color: #ff8989;
}

.bar_dropdown .delete .dropdown-item i {
  color: #ff8989;
}

.nice-select {
  padding: 5px 35px 5px 15px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 17px;
  height: 100%;
}

.nice-select:after {
  width: 7px;
  height: 7px;
}

.inner_pages {
  position: relative;
}

.inner_pages .top_action {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.inner_pages .top_action.right {
  top: 25px;
  left: 25px;
  right: unset;
}

.simple_table .top_action.right {
  top: 28px;
  left: 25px;
  right: unset;
}

.simple_table .dt-container>div:nth-child(1) {
  margin: 0px 0px 20px 0px !important;
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: unset;
  }
}

p {
  line-height: normal;
}

.dropDown_empty .dropdown-toggle {
  cursor: pointer;
  padding: 0px;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.dropDown_empty .dropdown-toggle:after {
  content: none;
}

.dropDown_empty li a {
  color: #000 !important;
  font-weight: 500;
  opacity: 1 !important;
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

input.form-control,
select.form-control {
  border-radius: 8px;
  border: 1px solid rgb(230, 231, 233);
  padding: 6px 15px;
  font-weight: 500;
  height: 40px;
  font-size: 15px;
}

input.form-control::-moz-placeholder,
select.form-control::-moz-placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #A2A2A2;
}

input.form-control::placeholder,
select.form-control::placeholder {
  font-weight: 400;
  font-size: 13px;
  color: #A2A2A2;
}

.add_contact_input {
  position: relative;
}

.add_contact_input .dropdown_arrow svg {
  width: 20px;
  height: 20px;
}

.add_contact_input .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: #131118;
  border: 1px solid #131118;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.add_contact_input .icon i {
  font-size: 16px;
  position: relative;
  top: 4px;
}

.add_contact_input .dropdown_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-42%);
  right: 15px;
  color: #131118;
}

.add_contact_input input {
  border: 1px solid rgb(230, 231, 233) !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.add_contact_input .dropdown-toggle {
  color: #131118;
  width: unset;
  border: 1px solid rgb(230, 231, 233) !important;
  padding-left: 50px !important;
  padding-right: 50px !important;
  background-color: transparent;
}

.add_contact_input .dropdown-menu {
  padding: 20px;
  min-width: 300px;
}

.add_contact_input .dropdown-menu .nav {
  border-bottom: 1px solid rgb(230, 231, 233);
}

.add_contact_input .dropdown-menu .nav .nav-item .nav-link {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.add_contact_input .dropdown-menu ul {
  max-height: 300px;
  overflow: auto;
  padding: 0;
  margin: 0;
}

.add_contact_input .dropdown-menu ul li .items {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.add_contact_input .dropdown-menu ul li .items .profile {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: white;
}

.add_contact_input .dropdown-menu ul li .items .text {
  color: #131118;
  font-weight: 500;
  font-size: 15px;
}

.inner_tabs .nav {
  margin-bottom: 20px;
  border: none;
}

.inner_tabs .nav .nav-link {
  border-radius: 4px !important;
  font-size: 12px !important;
  padding: 5px 15px;
  border: none !important;
}

.inner_tabs .nav .nav-link.active {
  background-color: #3981EC;
  color: #fff !important;
  border: none !important;
}

.spinner_parent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all linear;
}

.spinner_hide {
  opacity: 0;
  visibility: hidden;
}

.spinner {
  position: absolute;
  width: 9px;
  height: 9px;
}

.spinner div {
  position: absolute;
  width: 50%;
  height: 150%;
  background: #3981EC;
  transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease;
}

.spinner div:nth-child(1) {
  --delay: 0.1;
  --rotation: 36;
  --translation: 150;
}

.spinner div:nth-child(2) {
  --delay: 0.2;
  --rotation: 72;
  --translation: 150;
}

.spinner div:nth-child(3) {
  --delay: 0.3;
  --rotation: 108;
  --translation: 150;
}

.spinner div:nth-child(4) {
  --delay: 0.4;
  --rotation: 144;
  --translation: 150;
}

.spinner div:nth-child(5) {
  --delay: 0.5;
  --rotation: 180;
  --translation: 150;
}

.spinner div:nth-child(6) {
  --delay: 0.6;
  --rotation: 216;
  --translation: 150;
}

.spinner div:nth-child(7) {
  --delay: 0.7;
  --rotation: 252;
  --translation: 150;
}

.spinner div:nth-child(8) {
  --delay: 0.8;
  --rotation: 288;
  --translation: 150;
}

.spinner div:nth-child(9) {
  --delay: 0.9;
  --rotation: 324;
  --translation: 150;
}

.spinner div:nth-child(10) {
  --delay: 1;
  --rotation: 360;
  --translation: 150;
}

@keyframes spinner-fzua35 {

  0%,
  10%,
  20%,
  30%,
  50%,
  60%,
  70%,
  80%,
  90%,
  100% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1%));
  }

  50% {
    transform: rotate(calc(var(--rotation) * 1deg)) translate(0, calc(var(--translation) * 1.5%));
  }
}

.btn {
  font-size: 13px;
  border-radius: 4px;
  padding: 5px 14px 6px 14px;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: none !important;
}

.btn i {
  font-size: 13px;
}

.btn svg {
  width: 17px;
  height: 17px;
}

.btn.sm {
  border-radius: 4px !important;
  font-size: 12px !important;
  padding: 5px 15px;
}

.btn .circle_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 27px;
  height: 27px;
}

.btn.btn-light {
  font-size: 12px;
}

.btn.btn-silver {
  font-size: 13px;
  background-color: #f4f6f9;
  border: 1px solid #e4e4e4;
}

.btn.btn-gray {
  font-size: 13px;
  border: 1px solid #e4e4e4;
  background-color: #f4f6f9;
  color: black;
}

.btn.btn-primary {
  background-color: #3981EC;
  border: 1px solid #3981EC;
  color: #fff;
  font-weight: 500;
  align-items: center;
}

.btn.btn-primary:hover {
  background: #3981EC;
  border-color: #3981EC;
  color: #fff;
}

.btn.btn-green {
  background-color: #EDFAF3;
  color: green;
}

.btn .count {
  color: #fff;
  background-color: red;
  border-radius: 100px;
  font-size: 12px;
  padding: 2px;
}

.btn.btn-secondary {
  background: #3981EC;
  border: 2px solid #3981EC;
  color: #fff;
  font-weight: 500;
}

.btn.btn-secondary:hover {
  background: #fff;
  border-color: #3981EC;
  color: #3981EC;
}

.custom_checkbox input {
  display: none;
}

.custom_checkbox .checkbox {
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(230, 231, 233);
  transition: 0.2s all linear;
  cursor: pointer;
}

.custom_checkbox .checkbox svg {
  color: white;
}

.custom_checkbox input:checked+.checkbox {
  background: #3981EC;
  border: 2px solid #3981EC;
}

*::-webkit-scrollbar {
  width: 6px !important;
  /* width of the entire scrollbar */
  border-radius: 100px !important;
  /* roundness of the scroll thumb */
}

*::-webkit-scrollbar-track {
  background: transparent !important;
  /* color of the tracking area */
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(223, 221, 221) !important;
  /* color of the scroll thumb */
  border-radius: 100px !important;
  /* roundness of the scroll thumb */
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url("../img/arrow-down.png");
  display: none;
  width: 14px;
  height: 100%;
  background-size: contain;
}

.SumoSelect .placeholder {
  background-color: transparent;
}

.SumoSelect>.CaptionCont {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 15px;
  display: flex;
  align-items: center;
  min-height: 40px;
  color: rgb(108, 115, 127) !important;
}

.SumoSelect .CaptionCont>span {
  font-weight: 500;
}

select.form-control {
  border: 10px solid red;
  padding: 0 15px;
}

.modal .modal-header {
  background-color: transparent;
  border-bottom: 1px solid rgb(230, 231, 233) !important;
}

.modal .modal-title {
  color: #131118;
  font-weight: 700;
  font-size: 17px !important;
}

.modal .same_text {
  font-size: 13px;
}

.modal .same_text.bold {
  font-weight: 800;
}

.modal .side_flex {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-bottom: 15px;
}

.modal .side_flex label {
  font-weight: 600 !important;
  font-size: 13px;
  color: #131118 !important;
}

.modal .side_flex .form-group {
  margin-bottom: 0px;
}

.modal .sign_border {
  border: none;
  border-bottom: 1px solid black;
  width: 100%;
  height: 40px;
}

.modal .subtotal {
  display: flex;
  align-items: center;
  display: flex;
  justify-content: end;
  gap: 10px;
}

.modal .subtotal label {
  font-size: 13px;
  text-wrap: nowrap;
}

.modal .subtotal input {
  width: 200px !important;
}

.modal .sub_text {
  color: #131118;
  font-size: 15px;
}

.modal .bottom_tex {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.modal .bottom_tex .heading {
  font-size: 12px;
  font-weight: 500;
  color: #48464B;
}

.modal .bottom_tex .light {
  font-size: 11px;
  color: rgb(108, 115, 127) !important;
}

.modal .divider {
  border-top: 1px dashed rgb(230, 231, 233);
}

.modal .divider .title {
  font-size: 14px;
  color: #131118;
  font-weight: 700;
}

.modal .btn-add {
  background-color: rgba(82, 82, 108, 0.1);
  font-size: 12px;
}

.modal .btn-add i {
  font-size: 12px;
}

.modal .btn-add:hover {
  background-color: #FAFAFA;
}

.modal .md_items {
  border-radius: 8px;
  border: 1px solid rgb(230, 231, 233);
  padding: 15px;
}

.modal .md_items .btn-remove {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #6C737F;
  font-size: 11px;
}

.modal .md_items .btn-remove:hover {
  color: #131118;
}

.modal .modal-content {
  border-radius: 8px;
  border: none;
}

.modal .modal-header {
  border: none;
}

.modal .modal-footer .btn {
  position: relative;
}

table thead tr th {
  border-bottom: none !important;
}

table tbody tr:last-child td {
  border-bottom: 0px !important;
}

table .document_td {
  display: flex;
  align-items: center;
  gap: 10px;
}

table .document_td i {
  color: #131118;
  font-size: 18px;
}

table .document_td .doc_name {
  color: #131118;
  font-weight: 600;
}

table .document_td .doc_version {
  color: #131118;
  font-size: 12px;
  color: rgb(108, 115, 127);
}

table .link_td .solo_link {
  font-weight: 700;
  color: #3981EC;
}

table .status {
  font-size: 11px;
  text-align: center;
  padding: 1px 12px 2px 12px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}

table .status.blue {
  color: #3981EC;
  border: 1px solid #3981EC;
  background: #E4ECFD;
}

table .status.red {
  color: #fff;
  border: 1px solid rgb(255, 222, 222);
  background: rgb(191, 0, 0);
}

table .status.count {
  color: #6C737F;
  border: 1px solid #F6F6F7;
  background: #F6F6F7;
}

table .status.tag {
  color: #575757;
  border: 1px solid #575757;
  background: #FAFAFA;
  width: -moz-fit-content;
  width: fit-content;
}

table .status.green {
  color: #fff;
  background: rgb(0, 69, 0);
  border: 1px solid #E5F8ED;
}

table .trash svg {
  width: 24px;
  height: 24px;
}

table .trash svg path {
  transition: 0.2s all linear;
}

table .trash:hover svg path {
  stroke: #3981EC;
  transform: scaleY(1.1);
}

table .leadLink {
  text-decoration: none;
  color: #131118;
}

table .link {
  text-decoration: none;
  font-weight: 600;
}

table .table_action {
  display: flex;
  gap: 6px;
}

table .table_action a {
  transition: 0.5s all linear;
}

table .table_action a>i {
  font-size: 14px;
  color: #131118;
  transition: 0.5s all linear;
}

table .table_action a>i:hover {
  color: #3981EC;
}

table .table_action svg {
  width: 19px;
  height: 19px;
}

table .table_action s a {
  color: #48464B;
}

table .table_action .dropdown .dropdown-toggle {
  background-color: transparent !important;
  border: 0px;
}

table .table_action .dropdown .dropdown-toggle::after {
  content: none;
}

table .table_action .dropdown .dropdown-toggle i {
  color: rgb(108, 115, 127);
  font-size: 18px;
}

table .table_action .dropdown .dropdown-menu li a {
  color: #131118;
  font-weight: 500;
  font-size: 14px;
}

table input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
  accent-color: #3981EC;
  border: 10px solid #000;
  color: white;
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

table .table_profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

table .table_profile .profile {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}

table .table_profile .profile.whatsapp {
  position: relative;
}

table .table_profile .profile.whatsapp::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/whatsapp-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

table .table_profile .profile.channel {
  color: green !important;
}

@keyframes dropDownToggle {
  from {
    bottom: -100px;
    transform-origin: top left;
  }

  to {
    bottom: 0px;
    transform-origin: top left;
  }
}

.underline.nav {
  gap: 25px !important;
  display: flex;
  align-items: center;
}

.underline.nav .nav-link {
  font-size: 15px;
  border-radius: 0px;
  padding: 6px 0px;
  min-width: 100px;
  color: #6C737F;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.underline.nav .nav-link .count {
  padding: 2px 10px;
  font-size: 12px;
  color: #3981EC;
  border-radius: 8px;
  background-color: #E4ECFD;
}

.underline.nav .nav-link.active {
  border-bottom: 2px solid #3981EC !important;
  background-color: transparent !important;
  font-weight: 500;
}

.underline.nav .nav-link.active i {
  color: #3981EC;
}

.profile_box {
  width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 100px;
}

.profile_box.text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
}

.dropdown_options .accordion-item.accordion-wrapper {
  border: none;
}

.dropdown_options .accordion-button {
  padding: 8px;
  border: none;
  gap: 6px;
  font-weight: 600;
  color: rgb(108, 115, 127) !important;
  display: flex;
}

.dropdown_options .accordion-button .svg-color {
  width: 20px;
  height: 20px;
  position: relative;
  left: -3px;
  transform: rotate(0deg);
  transition: 0.2s all linear;
}

.dropdown_options .accordion-button.collapsed .svg-color {
  transform: rotate(-92deg);
}

.dropdown_options .accordion-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dropdown_options .accordion-body .team_link {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
  transition: 0.2s all linear;
  padding: 8px;
  color: #6C737F;
  font-weight: 500;
  font-size: 16px;
  border-radius: 8px;
}

.dropdown_options .accordion-body .team_link i {
  color: rgb(148, 163, 184);
}

.dropdown_options .accordion-body .team_link .name {
  color: rgb(108, 115, 127);
  font-size: 15px;
  font-weight: 500;
}

.dropdown_options .accordion-body .team_link:hover {
  background-color: rgba(82, 82, 108, 0.1);
}

.dropdown_options .accordion-body .team_link.active {
  background-color: #f9f9f9;
}

.dropdown_options .accordion-body.tabs .nav-link {
  min-width: -moz-fit-content;
  min-width: fit-content;
  border-radius: 8px !important;
}

.dropdown_options .accordion-body.tabs .nav-link.active {
  border: none;
  background: #f9f9f9 !important;
  color: #131118 !important;
}

.dropdown_options .accordion-body.tabs .nav-link:hover {
  color: #131118 !important;
}

.dropdown_options .custom_box {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.dropdown_options .custom_box i {
  font-size: 12px;
  color: rgb(108, 115, 127);
  transition: 0.2s all linear;
}

.dropdown_options .custom_box i:hover {
  color: #3981EC;
}

.modal .profile_update .avatar-upload .avatar-edit {
  position: absolute;
  right: 4px;
  z-index: 1;
  top: 10px;
}

.tom_select_arrow {
  position: relative;
}

.tom_select_arrow .angel_rotate {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
  transition: 0.2s all linear;
}

.input-active.dropdown-active .ts-control {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.input-active.dropdown-active .ts-dropdown.single {
  border: none;
}

.ts-dropdown-content .option {
  padding: 10px 20px;
}

.ts-control {
  background-color: #fafafa !important;
  border: 1px solid transparent;
  color: #777;
  border-radius: 8px;
  height: 100%;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}

.ts-control:focus {
  background: #fcfcfc;
  border: 1px solid #ddd;
}

.ts-dropdown {
  margin-top: 0px;
}

div.dt-container .dt-search input {
  background: #fafafa;
  border: 1px solid transparent;
  color: #777;
  border-radius: 8px;
  height: 100%;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}

div.dt-container .dt-search input:focus {
  background: #fcfcfc;
  border: 1px solid #ddd;
}

form .form-group {
  margin-bottom: 15px;
}

form .form-group>label {
  color: #131118 !important;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
}

form .form-group input,
form .form-group select {
  background: #fafafa;
  border: 1px solid transparent;
  color: #777;
  border-radius: 8px;
  height: 100%;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 400;
}

form .form-group input:focus,
form .form-group select:focus {
  background: #fcfcfc;
  border: 1px solid #ddd;
}

form .form-group .form-check-input {
  padding: 0px;
  background: #fff !important;
  border: 1px solid #e2e7f1 !important;
}

form .form-group .form-check-input:checked {
  padding: 0px;
  background: #fff !important;
  border: 4px solid #009900 !important;
}

form .form-group .radio_form {
  display: flex;
  align-items: center;
  gap: 20px;
}

form .form-group .radio_form label {
  color: #131118;
}

form .form-group textarea {
  background: #fafafa;
  border: 1px solid transparent;
  color: #777;
  border-radius: 8px;
}

form .form-group textarea:focus {
  background: #fcfcfc;
  border: 1px solid #ddd;
}

form .form-group .SumoSelect {
  width: 100%;
}

form .form-group .SumoSelect>.CaptionCont {
  border: 1px solid #cccccc;
  background-color: #f6f6f7;
  width: 100%;
}

form .form-group .SumoSelect>.CaptionCont span {
  color: #131118 !important;
}

.topbar {
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border-bottom: 1px solid rgb(230, 231, 233);
}

.topbar .topbar-custom .topbar-item {
  height: -moz-fit-content;
  height: fit-content;
}

.startbar .startbar-menu ul li a {
  font-weight: 400 !important;
  font-size: 14px !important;
}

.startbar .startbar-menu ul li a .menu-icon {
  color: red;
}

.startbar .startbar-menu ul li a .menu-icon svg {
  width: 20px;
  height: 20px;
}

.startbar .startbar-menu ul li a .menu-icon svg path {
  stroke: #4d6089;
}

.startbar .startbar-menu ul li a:after {
  content: none !important;
}

.startbar .startbar-menu ul li a:hover {
  color: #3981EC !important;
}

.startbar .startbar-menu ul li a:hover:before {
  border-color: #3981EC !important;
  background-color: #3981EC !important;
}

.all_tabs {
  margin-bottom: 10px;
}

.all_tabs .nav {
  border: none;
}

.all_tabs .nav .nav-link {
  font-size: 13px;
}

.all_tabs .nav .nav-link.active {
  color: #3981EC;
  font-weight: 500;
  border-radius: 4px;
  border-bottom-color: #3981EC !important;
  border-radius: 0px;
}

.all_tabs .nav .nav-link:hover {
  color: #3981EC;
}

.calendar_page .calendar_content .full_calendar {
  width: calc(100vw - 562px);
}

.calendar_page .calendar-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin-bottom: 10px;
}

.calendar_page .calendar-tabs {
  display: flex;
  gap: 10px;
}

.calendar_page .tab-button {
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 500;
  color: black;
  cursor: pointer;
  padding: 5px 10px;
}

.calendar_page .tab-button.active {
  color: #3981EC;
  border-bottom: 2px solid #3981EC;
}

.calendar_page .calendar-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.calendar_page .control-button {
  padding: 5px 10px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
  border-radius: 4px;
}

.calendar_page .control-button:hover {
  background: #f0f0f0;
}

.calendar_page .date-label {
  font-size: 16px;
  font-weight: bold;
}

.blogs_page .bloge_crd {
  height: calc(100vh - 135px) !important;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 10px;
}

.blogs_page .blog_card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.blogs_page .blog_card .blog_image {
  width: 100%;
  height: 150px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.blogs_page .blog_card .category {
  background: #fff;
  color: #131118;
  display: inline-block;
  font-size: 12px;
  border-radius: 100px;
  padding: 2px 12px;
  margin-bottom: 10px;
  margin-top: 3px;
}

.blogs_page .blog_card .description {
  font-size: 12px;
  color: #131118;
  margin-bottom: 10px;
}

.blogs_page .blog_card .post_by {
  display: flex;
  gap: 10px;
}

.blogs_page .blog_card .post_by .profile {
  width: 40px;
  height: 40px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 100px;
}

.blogs_page .blog_card .post_by .data .name {
  color: #131118;
  font-weight: 600;
}

.blogs_page .blog_card .post_by .data .date {
  color: #131118;
  color: silver;
}

.blogs_page .blog_card .post_by .data .size {
  font-size: 12px;
}

.setting_pages .general_information {
  border-bottom: 1px dashed #bdbdbd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.setting_pages .card {
  height: 100%;
}

.setting_pages .top_action.right {
  top: 91px;
}

.setting_pages .tab_data {
  margin-top: 20px;
}

.setting_pages #designers #designers_table th:nth-child(1),
.setting_pages #designers #designers_table td:nth-child(1) {
  width: 70% !important;
  /* First column */
}

.setting_pages #designers #designers_table th:nth-child(2),
.setting_pages #designers #designers_table td:nth-child(2) {
  width: 15%;
  /* Second column */
}

.setting_pages #designers #designers_table th:nth-child(3),
.setting_pages #designers #designers_table td:nth-child(3) {
  width: 15%;
  /* Second column */
}

.setting_pages #designers table .set_input input {
  border-radius: 4px;
  width: 100%;
  height: 30px;
  font-size: 12px;
}

.setting_pages .all_tabs {
  border-bottom: 1px solid rgb(230, 231, 233);
}

.setting_pages .grid_box {
  overflow: auto;
  padding-right: 10px;
}

.setting_pages .grid_box.doc_req,
.setting_pages .grid_box.installer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0px;
  list-style: none;
  gap: 15px;
}

.setting_pages .grid_box.doc_req .data,
.setting_pages .grid_box.installer .data {
  border-radius: 8px;
  padding: 15px;
  background: #fcfcfc;
  display: flex;
  justify-content: space-between;
  align-items: end;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.setting_pages .grid_box.doc_req .data .details,
.setting_pages .grid_box.installer .data .details {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.setting_pages .grid_box.doc_req .data .details .text,
.setting_pages .grid_box.installer .data .details .text {
  display: flex;
  align-items: center;
  gap: 5px;
}

.setting_pages .grid_box.doc_req .data .name,
.setting_pages .grid_box.installer .data .name {
  font-size: 14px;
  font-weight: 500;
}

.setting_pages .grid_box.doc_req .data .name i,
.setting_pages .grid_box.installer .data .name i {
  padding-right: 5px;
}

.setting_pages .grid_box.doc_req .data .email,
.setting_pages .grid_box.installer .data .email {
  color: #7987a1;
  font-size: 13px;
}

.setting_pages .grid_box.doc_req .data .email i,
.setting_pages .grid_box.installer .data .email i {
  padding-right: 5px;
}

.setting_pages .grid_box.doc_req .data .trash_icon,
.setting_pages .grid_box.installer .data .trash_icon {
  width: 26px;
  height: 26px;
  background-color: #ffd7d7;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.setting_pages .grid_box.doc_req .data .trash_icon i,
.setting_pages .grid_box.installer .data .trash_icon i {
  color: #a74c4c;
}

.setting_pages .grid_box.doc_req .form-check,
.setting_pages .grid_box.installer .form-check {
  display: flex;
  align-items: center;
  padding-left: 0px;
  gap: 16px;
}

.setting_pages .grid_box.doc_req .form-check .form-check-input,
.setting_pages .grid_box.installer .form-check .form-check-input {
  float: unset;
  margin: 0px;
}

.setting_pages .grid_box.doc_req .form-check .form-check-label,
.setting_pages .grid_box.installer .form-check .form-check-label {
  font-size: 13px;
}

.setting_pages .grid_box.doc_req {
  grid-template-columns: repeat(3, 1fr) !important;
}

.setting_pages .document_filter form {
  display: flex;
  justify-content: end;
  gap: 6px;
}

.setting_pages .document_filter form select {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 50px !important;
}

.setting_pages .resource_td .all_dt {
  position: relative;
  border: 1px solid rgb(230, 231, 233) !important;
  border-radius: 8px !important;
  padding: 20px;
}

.setting_pages .resource_td .files ul {
  list-style: none;
}

.setting_pages .resource_td .files ul li .links {
  gap: 10px;
  display: flex;
  align-items: center;
  color: #131118 !important;
  margin-bottom: 10px;
}

.setting_pages .resource_td .files ul li .links .name {
  color: #3981EC;
}

.setting_pages .resource_td .files ul li:last-child .link {
  margin-bottom: 0px;
}

.setting_pages .resource_td .table_action {
  position: absolute;
  top: 20px;
  right: 20px;
}

.setting_pages .tab_documents .add_button {
  display: flex;
  gap: 10px;
}

.setting_pages .password_input {
  position: relative;
}

.setting_pages .password_input .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
}

.general_image_uploader .avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 0px auto;
}

.general_image_uploader .avatar-upload .avatar-edit {
  position: absolute;
  right: 40px;
  z-index: 1;
  top: 10px;
}

.general_image_uploader .avatar-upload .avatar-edit input {
  display: none;
}

.general_image_uploader .avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.general_image_uploader .avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.general_image_uploader .avatar-upload .avatar-edit input+label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.general_image_uploader .avatar-upload .avatar-preview {
  width: 172px;
  height: 172px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.general_image_uploader .avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.calendar_page .calendar_grid .sidebar_filter {
  padding: 17px;
  cursor: pointer;
}

.calendar_page .calendar_grid .sidebar_filter .collapse_option i {
  font-size: 20px;
}

.calendar_page .calendar_grid .sidebar_filter ul {
  padding-left: 0px;
  margin-top: 190px;
  list-style: none;
  background: #fbfbfb;
  border-radius: 8px;
}

.calendar_page .calendar_grid .sidebar_filter ul li {
  margin-bottom: 0px;
}

.calendar_page .calendar_grid .sidebar_filter ul li:last-child {
  margin-bottom: 0px;
}

.calendar_page .calendar_grid .sidebar_filter ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgb(229, 229, 229);
  gap: 10px;
  height: 131px;
  position: relative;
}

.calendar_page .calendar_grid .sidebar_filter ul li a .profile_image {
  width: 40px;
  border-radius: 100px;
}

.calendar_page .calendar_grid .sidebar_filter ul li a .name {
  color: #131118;
  font-size: 13px;
  font-weight: 600;
}

.calendar_page .calendar_grid .sidebar_filter ul li a .category {
  color: #6C737F;
  font-size: 12px;
}

.calendar_page .calendar_grid .sidebar_filter ul li a .data {
  text-align: center;
}

.calendar_page .calendar_grid .sidebar_filter ul li a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: calc(100vw - 379px);
  height: 10px;
  border-bottom: 1px solid #ccc;
  z-index: 1;
}

.calendar_page .calendar_grid .sidebar_filter ul li:nth-child(even) a {
  background-color: transparent;
}

.calendar_page .calendar_grid .sidebar_filter ul li:nth-child(odd) a {
  background-color: #f0f0f0;
}

.calendar_page .calendar_grid .sidebar_filter ul li a {
  border: none !important;
}

.calendar_page .all_user_show {
  background-color: #fff;
  position: absolute;
  bottom: -55px;
  right: 0;
  padding: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  gap: 20px;
  flex-wrap: wrap;
}

.calendar_page .all_user_show .user_item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.calendar_page .all_user_show .user_item .tag {
  width: 10px;
  height: 10px;
  border-radius: 100px;
}

.calendar_page .day.header-day {
  display: none;
}

.calendar_page .year-header {
  text-align: unset;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;
  margin-top: 30px;
}

.calendar_page .columns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

.calendar_page .month {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.calendar_page .month h3 {
  text-align: left;
}

.calendar_page .days {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}

.calendar_page .day {
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  position: relative;
  width: 175px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.calendar_page .day.box:first-child {
  display: none;
}

.calendar_page .box {
  margin-top: 0px;
  height: 131px;
  padding: 18px;
  background-color: #f8f8f8;
}

.calendar_page .header-day {
  font-weight: bold;
  background-color: #f0f0f0;
}

.calendar_page .today {
  background-color: #f1f1f1;
}

.info_card {
  border: 1px solid rgb(230, 231, 233);
  box-shadow: 0 3px 16px rgba(142, 134, 171, 0.05);
  border-radius: 8px;
}

.info_card .header {
  margin: 15px 20px;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgb(230, 231, 233);
}

.info_card .header .card-title {
  font-weight: 700;
  color: #131118;
  font-size: 17px;
  margin-bottom: 0px;
}

.info_card .header .select_form .form-group label {
  margin-bottom: 5px;
  font-weight: 600;
}

.info_card .header .select_form .form-group .ts-wrapper {
  width: 100%;
}

.info_card .header .select_form .form-group .ts-wrapper .ts-control {
  padding: 5px 10px;
}

.info_card .header .select_form .form-group .ts-wrapper .ts-dropdown-content .option {
  font-size: 12px;
}

.info_card .body {
  padding: 15px 20px;
}

.info_card .body .card_content .data {
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0px;
}

.info_card .body .card_content .data li .head {
  font-size: 14px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #131118;
  margin-bottom: 8px;
}

.info_card .body .card_content .data li .heading_quote {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_card .body .card_content .data li .heading_quote.final {
  border-top: 1px dashed rgb(230, 231, 233);
  padding-top: 15px;
}

.info_card .body .card_content .data li .heading_quote .heading {
  font-size: 14px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  color: #131118;
}

.info_card .body .card_content .data li .heading_quote .text {
  color: #131118;
  font-size: 13px;
  font-weight: 600;
}

.info_card .body .card_content .data li .heading_quote .total {
  color: #131118;
  font-size: 15px;
  font-weight: 700;
}

.info_card .body .card_content .data li .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.info_card .body .card_content .data li .data .label {
  color: #48464B;
  display: flex;
  font-size: 12px;
  color: #131118;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.info_card .body .card_content .data li .data .label svg {
  width: 16px;
  height: 16px;
}

.info_card .body .card_content .data li .data .label svg circle,
.info_card .body .card_content .data li .data .label svg path {
  fill: rgb(108, 115, 127);
}

.info_card .body .card_content .data li .data .text {
  color: #131118;
  font-size: 12px;
  font-weight: 600;
}

.inner_views .grid_view {
  display: grid;
  grid-template-columns: 2fr 5fr;
  gap: 15px;
}

.inner_views .grid_view .accordion {
  border: 0px;
}

.inner_views .grid_view .accordion .accordion-header {
  border: 0px;
}

.inner_views .grid_view .accordion .accordion-item {
  border: 0px;
}

.inner_views .grid_view .accordion .accordion-button {
  background-color: #f9f9f9;
  color: #131118;
  font-weight: 700;
  font-size: 15px;
  border-radius: 8px;
  border: none;
}

.inner_views .grid_view .accordion .accordion-body {
  padding: 16px 0px;
}

.inner_views .grid_view .right_side .top_bar {
  border-bottom: 1px solid rgb(230, 231, 233);
}

.inner_views .grid_view .right_side .card_table .top_action {
  top: 4px;
  right: unset;
  left: 0px;
}

.inner_views .grid_view .right_side .card_table .top_action.left_tab {
  right: 0;
  left: unset;
  top: 0;
}

.inner_views .grid_view .right_side .card_table .top_action.left_tab .btn {
  border-radius: 4px !important;
  font-size: 12px !important;
  padding: 5px 15px;
}

.inner_views .grid_view .right_side .card_table .dt-layout-row {
  margin-top: 0px;
}

.inner_views.updated .grid_view {
  display: unset;
}

.inner_views.updated .card_content>.data.fist_col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 70px;
}

.inner_views.updated .info_card .header .select_form .form-group label {
  margin-bottom: 0px;
}

.inner_views.updated .main_headings {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 18px;
}

.inner_views.updated .memos_table .top_action.right {
  top: 14px;
  left: 0;
  right: unset;
}

.inner_table .top_action.right {
  left: -1px;
  top: 16px;
}

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

.backLink_view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.info_card .body {
  padding: 15px 20px;
}

.info_card .list_item {
  margin: 0px;
  padding: 0px;
}

.info_card .list_item.keyword_used {
  /* max-height: 116px; */
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.info_card .list_item.keyword_used::-webkit-scrollbar {
  width: 0px !important;
}

.info_card .list_item.keyword_used::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  width: 0px !important;
  border-radius: 10px;
}

.info_card .list_item.keyword_used::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 10px;
  width: 0px !important;
}

.info_card .list_item.keyword_used::-webkit-scrollbar-thumb:hover {
  background: #b30000;
}

.info_card .list_item .item {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info_card .list_item .item:last-child {
  margin-bottom: 0px;
}

.info_card .list_item .item .tag {
  font-size: 11px;
  text-align: center;
  padding: 1px 12px 2px 12px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #575757;
  border: 1px solid #575757;
  background: #FAFAFA;
}

.info_card .list_item .item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  border: 1px solid #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  padding: 15px;
  font-size: 11px;
}

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

/* .pagination svg {
  width: 20px;
}

.pagination nav {
  margin-left: auto;
}

.pagination nav>div:first-child span,
.pagination nav>div:first-child a {
  display: none !important;
}

.pagination nav>div:nth-child(2) div p {
  margin-bottom: 20px;
  margin-top: 20px;
}

.pagination nav>div:nth-child(2)>div:nth-child(2) {
  padding-bottom: 15px;
}

.pagination .inline-flex.-ml-px:first-of-type {
  margin-left: 0 !important;
}

.pagination [aria-current="page"] {
  width: 80px;
  display: inline-block;
  margin-right: -2px;
}

.pagination nav>div:nth-child(2) span a:hover {
  background-color: #f7f7f7 !important;
}

.pagination span[aria-current="page"] span {
  background-color: #f4f6f9 !important;
}

.pagination nav>div:nth-child(2) span[aria-disabled="true"] span {
  color: #e7e7e7;
} */

@media (max-width: 640px) {
  /* .pagination nav>div:nth-child(2)>div:nth-child(2) {
    display: none;
  }

  .pagination nav>div:first-child span,
  .pagination nav>div:first-child a {
    display: block !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }



  .pagination nav>div:first-child span {
    background-color: #e7e7e7 !important;
  } */

  .inner_views.updated .card_content>.data.fist_col {
    display: block;
  }
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #FF3D00;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.active>.page-link,
.page-link.active {
  background-color: #000000;
  border: 1px solid #000000;
}

.pagination{
  margin-top: 10px;
}

nav>div:nth-child(1) .pagination .page-item{
  width: 90px;
  text-align: center;
}

.topbar .topbar-custom.nav-sticky {
    background-color: #ffffff !important;
    -webkit-box-shadow: 0 3px 4px rgba(142, 134, 171, .1);
    box-shadow: 0 3px 4px rgba(142, 134, 171, .1);
    border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    -webkit-transition: .3s;
    transition: .3s;
}

input.form-control, select.form-control {
    border-radius: 8px;
    border: 1px solid rgb(0 153 0) !important;
    padding: 6px 15px;
    font-weight: 500;
    height: 40px;
    font-size: 15px;
}
.topbar .topbar-custom .nav-link.nav-icon i {
    font-size: 20px;
    padding-bottom: 2px;
    color: #009900 !important;
}


i.fa-solid.fa-pen {
    color: #009900 !important;
}
i.fa-solid.fa-trash-can {
    color: #d51e1e !important;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(0 153 0 / 61%) !important;
}

.btn.btn-secondary {
    background: #000000 !important;
    border: 2px solid #0a0a0a !important;
    color: #fff;
    font-weight: 500;
}
table .status.blue {
    color: #009900 !important;
    border: 1px solid #373737 !important;
    background: #E4ECFD;
}

div.dt-container .dt-search input {
    background: #fafafa;
    border: 1px solid #009900 !important;
    color: #777;
    border-radius: 8px;
    height: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
}

form .form-group input, form .form-group select {
    background: #fafafa;
  
    color: #777;
    border-radius: 8px;
    height: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
}


.info_card .list_item .item .tag {
    font-size: 11px;
    text-align: center;
    padding: 1px 12px 2px 12px;
    border-radius: 100px;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    color: #575757;
    border: 1px solid #00990054;
    background: #0099001f;
}

.info_card .list_item .item .text {
    display: flex
;
    align-items: center;
    justify-content: center;
    background: #00990038;
    border: 1px solid #ffffff !important;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    padding: 15px;
    font-size: 11px;
    color: black;
    font-weight: 900;
}

.ts-control {
    background-color: #fafafa !important;
    border: 1px solid #009900 !important;
    color: #777;
    border-radius: 8px;
    height: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 400;
}
text.highcharts-credits {
    display: none;
}

.startbar .startbar-menu .navbar-nav .nav-item .nav-link.active, .startbar .startbar-menu .navbar-nav .nav-item .nav-link:hover {
    color: #009900 !important;
}
.btn.btn-primary {
    background-color: #009900 !important;
    border: 1px solid #3981EC !important;
    color: #fff;
    font-weight: 500;
    align-items: center;
}

path.highcharts-button-symbol {
    fill: aquamarine !important;
}
li.menu-label.pt-1.mt-0 {
    display: none !important;
}
.page-wrapper {
    background: #00990026 !important;
}
.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border-left: 4px solid #00763c !important;
    border-bottom: 4px solid #ffffff00;
    animation: rotation 0.5s linear infinite reverse;
}
.startbar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--bs-startbar-width);
    background-color: #ffffff;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1005;
    -webkit-box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
    box-shadow: 0 3px 16px rgba(142, 134, 171, .05);
}
.startbar .startbar-menu .navbar-nav .nav-item .nav-link {
    position: relative;
    color: #000000 !important;
    font-size: 13px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 10px 16px;
    line-height: 20px;
    margin-bottom: 3px;
    border: 1px solid transparent;
}

.startbar .startbar-menu ul li a .menu-icon svg path {
    stroke: #00763c !important;
}

.ts-wrapper.multi .ts-control>div {
    background-color: #009900 !important;
    color: white;
    padding: 2px 8px;
    margin: 2px;
    border-radius: 4px;
}