/* start => menu style*/
.navbar {
  position: sticky !important;
  top: 0;
  z-index: 100;
}
.navbar .navbar-nav .nav-item-parent {
  position: relative;
}
.navbar .navbar-nav .nav-item-parent .dropdown_menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: auto;
  background: #212529;
  list-style: none;
  padding: 8px;
  font-weight: 500;
  min-width: max-content;
  transition: 0.3s ease-out;
}
.navbar .navbar-nav .nav-item-parent li {
  transition: 0.3s ease-out;
  margin: 5px 0;
  padding: 8px 16px;
}
.navbar .navbar-nav .nav-item-parent li a {
  text-decoration: none;
  color: white;
}
.navbar .navbar-nav .nav-item-parent li:hover {
  transition: 0.3s ease-out;
  background: white;
}
.navbar .navbar-nav .nav-item-parent li:hover a {
  color: #212529;
}
.navbar .navbar-nav:hover .dropdown_menu {
  display: block;
}

button {
  box-shadow: none !important;
}

/* end => menu style*/
.performance {
  width: 100%;
  height: auto;
  position: relative;
  padding: 20px 0;
}
.performance .form-wrapper-custom {
  width: 50% !important;
}
.performance .form-wrapper-custom .search-company {
  width: 60%;
}
.performance .wrapper-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.performance .wrapper-content .top-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  overflow: hidden;
}
.performance .wrapper-content .top-content .top-search {
  width: max-content;
  height: max-content;
  display: none;
  justify-content: space-between;
  background: #76dede;
  margin-bottom: 5px;
}
.performance .wrapper-content .top-content .top-search .search-company-response {
  width: 230px;
  background: white;
  outline: 0;
  padding-left: 10px;
  border: solid 1px silver;
  transition: 0.2s ease-out;
  color: #313131;
  font-size: 15px;
}
.performance .wrapper-content .top-content .top-search .search-company-response:focus, .performance .wrapper-content .top-content .top-search .search-company-response:active {
  outline: 0;
  border: solid 1px silver;
  box-shadow: 0 0 4px 0 silver;
}
.performance .wrapper-content .top-content .top-search .search-company-response::placeholder {
  font-size: 14px;
}
.performance .wrapper-content .top-content .top-search svg {
  margin-right: 5px;
  margin-left: 5px;
  width: 20px;
}
.performance .wrapper-content .top-content .names {
  width: max-content;
  height: 50px;
  display: flex;
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  background: #212529;
}
.performance .wrapper-content .top-content .names .item-company {
  width: 190px;
  padding: 14px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.performance .wrapper-content .top-content .names .item-company:after {
  position: absolute;
  content: "";
  width: 1px;
  right: 0;
  top: 20%;
  height: 60%;
  background: black;
}
.performance .wrapper-content .top-content .names .item-company div {
  padding-left: 5px;
}
.performance .wrapper-content .top-content .names .item-company .search-company {
  top: 11px;
  left: 23%;
  position: absolute;
  display: none;
  width: 77%;
  z-index: 999;
  padding-left: 7px;
  font-size: 16px;
  border: solid 1px silver;
  outline: 0;
}
.performance .wrapper-content .top-content .names .item-company .search-company:focus, .performance .wrapper-content .top-content .names .item-company .search-company:active {
  outline: 0;
  border: solid 1px silver;
  box-shadow: 0 0 1px black;
}
.performance .wrapper-content .top-content .names .item-company .search-company::placeholder {
  font-size: 15px;
}
.performance .wrapper-content .top-content .names .item-company #Capa_1 {
  width: 15px;
  margin-right: 10px;
}
.performance .wrapper-content .top-content .names .item-company svg, .performance .wrapper-content .top-content .names .items-name svg {
  transition: 0.3s ease-out;
  cursor: pointer;
}
.performance .wrapper-content .top-content .names .item-company .arrow-down-bid.active, .performance .wrapper-content .top-content .names .items-name .arrow-down-bid.active {
  color: #0da9d8;
  transform: translateY(5px);
}
.performance .wrapper-content .top-content .names .item-company .arrow-up-bid.active, .performance .wrapper-content .top-content .names .items-name .arrow-up-bid.active {
  transform: translateY(-5px);
  color: #0da9d8;
}
.performance .wrapper-content .top-content .names .item-company .arrow-down-bid:hover, .performance .wrapper-content .top-content .names .items-name .arrow-down-bid:hover {
  transform: translateY(5px);
  color: #0da9d8;
}
.performance .wrapper-content .top-content .names .item-company .arrow-up-bid:hover, .performance .wrapper-content .top-content .names .items-name .arrow-up-bid:hover {
  transform: translateY(-5px);
  color: #0da9d8;
}
.performance .wrapper-content .top-content .names .items-name {
  width: 250px;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.performance .wrapper-content .top-content .names .items-name:after {
  position: absolute;
  content: "";
  width: 1px;
  right: 6px;
  top: 20%;
  height: 60%;
  background: black;
}
.performance .wrapper-content .top-content .names .items-name div {
  padding-left: 5px;
}
.performance .wrapper-content .top-content .names .last-item-name:after {
  display: none;
}
.performance .wrapper-content .content-performance {
  width: max-content;
  max-height: calc(100vh - 230px);
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow-y: auto;
}
.performance .wrapper-content .content-performance::-webkit-scrollbar {
  display: none;
}
.performance .wrapper-content .content-performance .item-performance {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  border-top: 1px solid #31313180;
  padding-top: 0;
  padding-bottom: 0;
  background: #c0c0c017;
}
.performance .wrapper-content .content-performance .item-performance .color-green {
  color: green;
}
.performance .wrapper-content .content-performance .item-performance .color-red {
  color: red;
}
.performance .wrapper-content .content-performance .item-performance .color-blue {
  color: #0da9d8;
}
.performance .wrapper-content .content-performance .item-performance .border-green:after {
  background: green;
}
.performance .wrapper-content .content-performance .item-performance .border-red:after {
  background: red;
}
.performance .wrapper-content .content-performance .item-performance .border-blue:after {
  background: #0da9d8;
}
.performance .wrapper-content .content-performance .item-performance .items {
  width: 250px;
  height: auto;
  display: flex;
  position: relative;
}
.performance .wrapper-content .content-performance .item-performance .items:after {
  position: absolute;
  content: "";
  width: 2px;
  right: 5px;
  top: 20%;
  height: 60%;
}
.performance .wrapper-content .content-performance .item-performance .items p {
  margin-bottom: 0;
  text-align: right;
}
.performance .wrapper-content .content-performance .item-performance .items .last-date {
  color: #7b7b7b;
  font-size: 14px;
}
.performance .wrapper-content .content-performance .item-performance .items .item-percent, .performance .wrapper-content .content-performance .item-performance .items .item-value {
  padding-top: 10px;
}
.performance .wrapper-content .content-performance .item-performance .items .item-value {
  width: 40%;
}
.performance .wrapper-content .content-performance .item-performance .items .item-value .first-value {
  color: #313131;
  font-weight: 500;
}
.performance .wrapper-content .content-performance .item-performance .items .item-percent {
  padding-left: 15px;
  width: 60%;
  display: flex;
  justify-content: flex-end;
  padding-right: 10%;
}
.performance .wrapper-content .content-performance .item-performance .items .item-percent .arrow {
  display: flex;
  align-items: flex-end;
  padding-right: 10px;
  padding-bottom: 4px;
}
.performance .wrapper-content .content-performance .item-performance .items .item-percent .percent {
  width: 55%;
}
.performance .wrapper-content .content-performance .item-performance .items .item-percent .percent p {
  font-size: 14px;
}
.performance .wrapper-content .content-performance .item-performance .arrow .arrow-up {
  fill: green;
}
.performance .wrapper-content .content-performance .item-performance .arrow .arrow-down {
  fill: red;
}
.performance .wrapper-content .content-performance .item-performance .company-name {
  width: 190px;
  border-right: solid 1px #31313180;
}
.performance .wrapper-content .content-performance .item-performance .company-name h4 {
  color: #313131;
  padding-left: 10px;
  font-size: 15px;
  margin-bottom: 0;
  word-break: break-all;
}
.performance .wrapper-content .content-performance .item-performance .bid .bid-percent {
  height: auto;
}
.performance .wrapper-content .content-performance .item-performance .ask .ask-percent {
  height: auto;
  display: flex;
}
.performance .wrapper-content .content-performance .item-performance .last .last-percent {
  height: auto;
  display: flex;
}
.performance .wrapper-content .mypagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.performance .wrapper-content .mypagination .pagination span {
  border: solid 1px transparent;
  margin: 0 5px;
  width: 30px;
  text-align: center;
  transition: 0.3s ease-out;
}
.performance .wrapper-content .mypagination .pagination span a {
  text-decoration: none;
  color: #484747;
  transition: 0.3s ease-out;
}
.performance .wrapper-content .mypagination .pagination span:hover {
  background: #212529cc;
  border: solid 1px #212529cc;
}
.performance .wrapper-content .mypagination .pagination span:hover a {
  color: white;
}
.performance .wrapper-content .mypagination .pagination .page-item:first-child {
  width: 100px;
  text-align: center;
  transition: 0.3s ease-out;
}
.performance .wrapper-content .mypagination .pagination .current {
  background: #76dede;
  color: white;
  box-shadow: 0 0 5px 1px #76dede;
}

.profile-section {
  min-height: 100vh;
  background: #bebebe;
}
.profile-section #profile {
  overflow-y: scroll;
  max-height: 370px;
}
.profile-section .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.profile-section .profile-wrapper {
  height: max-content;
  border-radius: 20px;
  background: white;
}
.profile-section .profile-wrapper .user-image {
  width: 100%;
  height: 220px;
  position: relative;
  bottom: 50px;
}
.profile-section .profile-wrapper .user-image img {
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}
.profile-section .profile-wrapper .user-info {
  background: white;
  padding: 10px;
  min-height: 160px;
  border-radius: 20px;
}
.profile-section .profile-wrapper .user-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.profile-section .profile-wrapper .user-info ul li {
  margin-bottom: 20px;
}
.profile-section .profile-wrapper .user-info ul li a {
  text-decoration: none;
  color: #122c43;
}
.profile-section .profile-wrapper .user-info ul li i {
  color: #122c43;
}
.profile-section .profile-wrapper .user-info ul li button {
  color: white;
  background: #122c43;
  box-shadow: none;
}
.profile-section .detalis-wrapper {
  height: 100%;
  background: white;
  border-radius: 20px;
  border-top-right-radius: 0.25rem;
}
.profile-section .detalis-wrapper ul li button {
  outline: none;
  box-shadow: none;
  padding: 8px 30px;
  height: 100%;
}
.profile-section .detalis-wrapper ul li .active {
  color: white;
  background: #122c43;
}
.profile-section .detalis-wrapper .tab-content .tab-pane .package-wrapper {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  transition: 0.3s ease-out;
}
.profile-section .detalis-wrapper .tab-content .tab-pane .package-wrapper h3 {
  color: #122c43;
}
.profile-section .detalis-wrapper .tab-content .tab-pane .package-wrapper .text-wrapper {
  padding: 8px;
}
.profile-section .detalis-wrapper .tab-content .tab-pane .package-wrapper .button-wrapper button {
  box-shadow: none;
  padding: 9px 0px;
  width: 80%;
  color: white;
  background: #122c43;
}
.profile-section .detalis-wrapper .tab-content .tab-pane .package-wrapper .button-wrapper .stripe-button-el span {
  background: unset !important;
  box-shadow: none !important;
  outline: none;
}
.profile-section .detalis-wrapper .tab-content .tab-pane .package-wrapper:hover {
  transition: 0.3s ease-out;
  box-shadow: #0000004d 0px 19px 38px, #00000038 0px 15px 12px;
}
.profile-section #editProfile .modal-body label {
  color: #122c43;
}
.profile-section #editProfile .modal-body input {
  box-shadow: none;
  outline: none;
}
.profile-section #editProfile .modal-body input:focus {
  color: #122c43;
  background-color: #fff;
  border-color: #122c43;
}

.choose-section {
  background: #cacaca;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-section .choose-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.choose-section .choose-wrapper .button-wrapper {
  cursor: pointer;
  transition: 0.5s ease-out;
  opacity: 1;
  position: absolute;
  width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choose-section .choose-wrapper .button-wrapper a {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25px 80px;
  font-size: 29px;
  background: #122c43;
  font-weight: bold;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.choose-section .choose-wrapper .button-wrapper a:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  content: "";
  transition: 0.3s ease-out;
}
.choose-section .choose-wrapper .button-wrapper a:hover {
  transition: 0.3s ease-out;
}
.choose-section .choose-wrapper .button-wrapper a:hover:after {
  transition: 0.3s ease-out;
  width: 92%;
  height: 80%;
  top: 10%;
  left: 4%;
  border: 1px solid white;
}

.dataTables_wrapper .dataTables_filter input {
  margin-bottom: 15px;
}

.sidebar {
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 55px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  width: 300px;
  transform: translateX(-100%);
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .closebtn {
  position: absolute;
  top: 7px;
  right: 25px;
  font-size: 22px;
  background: black;
  color: white;
  border: 1px solid white;
  outline: none;
  box-shadow: none;
}

.openbtn {
  font-size: 17px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 5px 10px;
  border: none;
  margin-left: 10px;
  outline: none;
  box-shadow: none;
}
.openbtn:hover {
  background-color: #444;
}

#main, #mainholding {
  transition: margin-left 0.5s;
  display: none;
}

.order-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
}

.order-wrapper li {
  display: flex;
  font-size: 20px;
  color: white;
  align-items: center;
}

.order-wrapper li a {
  padding: 8px;
}

@media (max-width: 991px) {
  #mainholding {
    display: block;
  }

  #holdingTable .sortable, #holdingTable .asc, #holdingTable .sort {
    position: relative;
    z-index: -1;
  }

  .performance .wrapper-content .top-content .names .item-company {
    width: 165px;
  }
  .performance .wrapper-content .top-content .names .items-name {
    width: 200px;
  }
  .performance .wrapper-content .content-performance .item-performance .company-name {
    width: 165px;
  }
  .performance .wrapper-content .content-performance .item-performance .items {
    width: 200px;
  }
}
@media (max-width: 966px) {
  #main {
    display: block;
  }

  #tableFondBig .sortable, #tableFondBig .asc {
    position: relative;
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .performance .form-wrapper-custom {
    width: 90% !important;
    margin: 0 auto;
  }
  .performance .form-wrapper-custom .search-company {
    width: 90%;
  }

  .performance .wrapper-content .top-content .top-search {
    display: flex;
  }
  .performance .wrapper-content .top-content .names {
    width: 100%;
  }
  .performance .wrapper-content .top-content .names .item-company {
    width: 19%;
    font-size: 15px;
    flex-direction: unset;
  }
  .performance .wrapper-content .top-content .names .item-company #search-company {
    display: none;
  }
  .performance .wrapper-content .top-content .names .item-company #Capa_1 {
    display: none;
  }
  .performance .wrapper-content .top-content .names .items-name {
    width: 27%;
    font-size: 15px;
  }
  .performance .wrapper-content .top-content .names .items-name:after {
    right: 3px;
  }
  .performance .wrapper-content .content-performance {
    width: 100%;
  }
  .performance .wrapper-content .content-performance .item-performance .company-name {
    width: 19%;
  }
  .performance .wrapper-content .content-performance .item-performance .items {
    width: 27%;
  }
  .performance .wrapper-content .content-performance .item-performance .items .last-date {
    font-size: 12px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-value {
    width: 42%;
    padding-left: 0;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-value .first-value {
    font-size: 14px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-percent {
    width: 58%;
    padding-left: 0;
    padding-right: 10px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-percent .percent {
    font-size: 13px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-percent .arrow {
    padding-right: 2px;
    padding-bottom: 0;
  }
  .performance .wrapper-content .content-performance .item-performance .items::after {
    right: 2px;
  }
}
@media (max-width: 576px) {
  .navbar-nav-left {
    flex-wrap: wrap;
  }

  .performance .wrapper-content .top-content .names {
    width: 100%;
    height: 65px;
  }
  .performance .wrapper-content .top-content .names .item-company {
    width: 22%;
    font-size: 14px;
    flex-direction: column;
  }
  .performance .wrapper-content .top-content .names .item-company #search-company {
    display: none;
  }
  .performance .wrapper-content .top-content .names .item-company #Capa_1 {
    display: none;
  }
  .performance .wrapper-content .top-content .names .items-name {
    width: 26%;
    font-size: 14px;
    flex-direction: column;
  }
  .performance .wrapper-content .content-performance {
    width: 100%;
  }
  .performance .wrapper-content .content-performance .item-performance .company-name {
    width: 22%;
  }
  .performance .wrapper-content .content-performance .item-performance .company-name h4 {
    font-size: 13px;
    padding-left: 5px;
  }
  .performance .wrapper-content .content-performance .item-performance .items {
    width: 26%;
    flex-direction: column;
    justify-content: flex-end;
  }
  .performance .wrapper-content .content-performance .item-performance .items .last-date {
    font-size: 11px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-value {
    width: 100%;
    padding-left: 0;
    justify-content: unset;
    display: flex;
    flex-direction: column;
    text-align: right;
    padding-right: 10px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-value .first-value {
    font-size: 13px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-percent {
    width: 100%;
    padding-left: 0;
    padding-right: 10px;
    padding-top: 0;
    text-align: right;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-percent .percent {
    font-size: 13px;
    width: auto;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-percent .percent p {
    font-size: 13px;
  }
  .performance .wrapper-content .content-performance .item-performance .items .item-percent .arrow {
    padding-right: 2px;
    padding-bottom: 0;
  }
  .performance .wrapper-content .content-performance .item-performance .items::after {
    right: 4px;
  }
  .performance .wrapper-content .mypagination .pagination span {
    margin: 0 3px;
  }
}
@media (max-width: 576px) and (min-width: 400px) {
  .user-image {
    margin: 0 auto;
    width: 300px !important;
  }
}

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