.search-container .input-group {
  border: none;
  background: none;
}
.search-container .input-group input {
  text-align: left;
}
.search-container .input-group .input-group-prepend {
  border: none;
}
.search-container .input-group .input-group-prepend .input-group-text {
  border: none;
  fill: #697386;
}
input#search {
  height: 40px;
  border: none;
  font-size: 15px;
  background-color: rgba(250, 251, 252);
}
input#search::placeholder {
  font-size: 15px;
  color: #697386;
  opacity: 1;
}

.search-tt-container {
  position: relative;
  display: inline-block;
}
.search-tt-container .search-tt {
  visibility: hidden;
  width: 480px;
  background-color: white;
  border-radius: 4px;
  z-index: 1;
  position: absolute;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.search-tt .tt-body {
  padding: 4px;
}
.search-tt .tt-body > div > span {
  color: #697386;
  padding: 4px 10px;
}
.search-tt .search-result {
  border-radius: 4px;
}
.search-tt .search-result:hover {
  background-color: rgb(84, 105, 212);
}
.search-tt .search-result > a {
  padding: 4px 4px 0px 4px;
  color: #1a1f36;
  transition: none;
}
.search-tt .search-result:hover > a.nav-link {
  color: white;
  transition: none;
  display: flex;
  flex-direction: row;
}
.search-tt .search-result > a > div {
  display: flex;
  flex-direction: row;
}
.search-tt .search-result > a div.sub,
.search-tt .search-result > a div.pcoded-micon {
  margin-left: 6px;
  margin-right: 6px;
  padding-bottom: 6px;
}
.search-tt .search-result > a div.pcoded-micon {
  margin-right: 12px;
}
.search-tt .search-result > a > div > div {
  line-height: 26px;
  color: #697386;
}
.search-tt .search-result > a > div > div:last-child {
  color: #1a1f36;
}

#main-wrapper .header .navbar .filler {
  flex-grow: 1;
}
#main-wrapper .header .navbar .box-icons {
  display: flex;
  flex-direction: row;
  font-size: 15px;
}
#main-wrapper .header .navbar .box-icons .icon-container {
  margin: 8px;
  line-height: 16px;
  padding-right:15px;
}
#main-wrapper .header .navbar .box-icons .icon-container button {
  background-color: transparent;
}
#main-wrapper .header .navbar .box-icons .icon-container button svg {
  fill: #8792a2;
}
#main-wrapper .header .navbar .box-icons .icon-container button svg:hover {
  fill: #3c4257;
}

.tt-container {
  position: relative;
  display: inline-block;
}
.tt-container .tt {
  display: none;
  max-width: 450px;
  width: max-content;
  background-color: white;
  border-radius: 4px;
  z-index: 1;
  position: absolute;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
  right: -20px;
  top: 30px;
}
.test123::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 85%;
  margin-left: -26px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.tt.show {
  display: block;
}

.color-dark {
  color: #1a1f36;
}
.color-default {
  color: #3c4257;
}
.color-grey {
  color: #697386;
}
.color-royalblue {
  color: #5469d4;
}

#main-wrapper .box-icons .tt a:hover,
#main-wrapper .box-icons .tt a:focus,
#main-wrapper .box-icons .tt a {
  transition: all 0s;
}
#main-wrapper .box-icons .notif .tt .message {
  display: flex;
  flex-direction: row;
  padding: 20px;
  line-height: 22px;
}
#main-wrapper .box-icons .notif .tt .message:hover {
  background-color: #fcfcfc;
}
#main-wrapper .box-icons .notif .tt .message .icon {
  margin: 0px 15px 0px 0px;
  fill: #8792a2;
}
#main-wrapper .box-icons .notif .tt .message .container {
  padding: 0px;
}
#main-wrapper .box-icons .notif .tt .message .text {
  margin-bottom: 10px;
}
#main-wrapper .box-icons .notif .tt .message .text > * {
  display: inline;
}

#main-wrapper .box-icons .help .tt {
  padding: 10px 0px;
}
#main-wrapper .box-icons .help .tt .label {
  font-size: 12px;
  margin: 0px 0px 2px 0px;
}
#main-wrapper .box-icons .help .tt .link {
  align-items: center;
  line-height: 18px;
  opacity: 0.8;
}
#main-wrapper .box-icons .help .tt .link svg {
  width: 12px;
  fill: #5469d4;
}
#main-wrapper .box-icons .help .tt .link a {
  display: flex;
  flex-direction: row;
  padding: 10px 12px 10px 6px;
  letter-spacing: 0.5px;
  line-height: 12px;
}
#main-wrapper .box-icons .help .tt .link a > * {
  margin-left: 8px;
}
#main-wrapper .box-icons .help .tt .link:hover a {
  color: #3c4257;
  background-color: #fcfcfc;
}
#main-wrapper .box-icons .help .tt .link:hover svg {
  fill: #3c4257;
}

#main-wrapper .box-icons .user .tt {
  min-width: 232px;
  margin-top:15px;
  border-radius:10px;
}
#main-wrapper .box-icons .user .tt .dropdown-item:active {
  color: #16181b;
}
#main-wrapper .box-icons .user .tt .dropdown-item:hover {
  background-color: unset;
}
#main-wrapper .box-icons .user .tt .dropdown-item.info {
  box-shadow: inset 0 -1px #eceff1;
  padding: 12px;
}
#main-wrapper .box-icons .user .tt .dropdown-item.info span {
  display: block;
}
#main-wrapper .box-icons .user .tt .dropdown-item.info .user {
  font-size: 16px;
  margin-bottom: 5px;
}
#main-wrapper .box-icons .user .tt .dropdown-item.info .profile {
  font-size: 12px;
  letter-spacing: 0.7px;
}
#main-wrapper .box-icons .user .tt .dropdown-item.links {
  padding: 10px 0px;
  font-size: 14px;
}
#main-wrapper .box-icons .user .tt .dropdown-item.links .link {
  color: #5469d4;
}
#main-wrapper .box-icons .user .tt .dropdown-item.links .link:hover {
  background-color: #fcfcfc;
  color: #1a1f36;
}
#main-wrapper .box-icons .user .tt .dropdown-item.links .link a {
  color: #363636 !important;
  padding: 10px 15px !important;
  letter-spacing: 0.5px !important;
  width: 100%;
  border-bottom:1px solid rgb(236, 239, 241) !important;
}

/* Header Dashboard */
@media only screen and (min-width: 1300px) {
  .col-container {
    display: flex;
  }
  .col-filler {
    flex-grow: 1;
  }
}

div.card-dash {
  border: 1px solid rgb(236, 239, 241);
  border-radius: 4px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.col-container {
  width: 100%;
  max-width: 1800px;
}
.dash-pad {
  padding-right: 15px;
  padding-left: 15px;
}

/* Edits */
/* Navbar */

.navbar {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#avatar {
  width: 30px;
  border-radius: 50%;
}
.links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
#button1,
#button2 {
  padding: 0.3em .6em;
  border-radius: 5px;
  font-weight: 500;
  min-width: 133px;
  border: 1px solid #2056e7;
  margin-bottom:5px;
}
#button1 {
  background: #2056e7;
  color: #fff;

  margin-right: 1.5rem;
}
#button2 {
  background: #fff;
  color: #2056e7;
}
.tt-container {
  position: relative;
  display: flex;
  align-items: center;
}
.tt-container h4 {
  margin: 0 0 0 1rem;
  padding: 0;
  font-weight: 600;
}
#line11 {
  width: 2px;
  height: 80%;
  background: #eceff1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
}
#navbarSupportedContent {
  display: flex;
}
/* Accordion */
.card-body {
  cursor: default !important;
}
.accordion-header {
  position: relative;
  background-image: url("../images/box.svg");
  background-size: 100% 150%;
  background-repeat: no-repeat;
  padding: 2rem !important;
}
.accordion-header h4 {
  font-weight: 600;
  margin: 1rem 0 0;
  font-size: 22px;
  color: #000;
}
.accordion-header p {
  font-weight: 300;
  margin: 1rem 0 0 0;
  font-size:15px;
}
.accordion-header p:nth-of-type(1) {
  margin-bottom: 1rem;
}
.accordion-header button {
  display: inline-block;
  padding: 0.3em 1em;
  border-radius: 5px;
  font-weight: 600;
  min-width: 133px;
}
.accordion-header button:nth-of-type(1) {
  background: #2056e7;
  color: #fff;
  margin-right: 0.4rem;
}
.accordion-header button:nth-of-type(2) {
  border: 1px solid rgb(163, 162, 162);
  color: #16181b;
  background-color:#fff;
}
.color1 {
  color: #2056e7;
}

/* collapse Edits */


.collapse-button {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.header-collapse {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.description {
  position: relative;
}
.collapse-button {
  transition-duration: 0s;
  display: inline-block;
  padding: 0.25em 1em;
  border-radius: 5px;
  font-weight: 600;
  background: #2056e7;
  color: #fff !important;
  z-index: 2;
}
.accordion-span {
  font-size: 15px;
  font-weight: 450;
  color: #2056e7;
}
.accordion-text {
  font-size: 14px;
  color: #383838;
  font-weight: 400;
}


.arrow{
  transition:  all .3s ease;
  transform: rotate(-90deg);
  margin: 0 15px 5px 0;
}
#acc-name{
  cursor: pointer;
}
.info{
  display: none;
}
.links{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Shimmer start Animation */

.pcoded-wrapper{
  opacity: 1;
}
/* .jvpxll{
  background: #546 ;
  background-image: linear-gradient(to right, #094fdb 0%, #010d1a 20%, #f3280d 40%, #0de93c 100%);
  background-repeat: no-repeat;
  color: transparent !important;
  background-size: 250% 250%;
  animation: placeholderShimmer 1s linear infinite !important;
  object-position: 90000px 900000px;
  display: inline-block;
} */
.shimmer1,.shimmer2,.shimmer3,.shimmer4,.shimmer5, .shimmer6, .shimmer7,.shimmer8{
  background: rgb(227, 226, 228) ;
  background-image: linear-gradient(to right,#f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) !important;
  background-repeat: no-repeat;
  color: transparent !important;
  background-size: 250% 250%;
  animation: placeholderShimmer 1s linear infinite !important;
  object-position: 90000px 900000px;
  display: inline-block;
  fill: transparent !important;
}
.shimmer1{
  width: 80px;
  height: 20px;
  margin-left:10px !important;
}
.shimmer2{
  border-radius: 50% !important;
  border:none !important;
  outline: none !important;
}
.shimmer3{
  width: 30px;
  margin: 5px !important;
  margin-left:0px !important;
}
.shimmer4{
  width: 16px !important;
  background-image: linear-gradient(to top,#f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) !important; 
}

.shimmer6{
  width: 150px;
  margin: 5px !important;
  height:30px !important;
}

.shimmer7{
  width: 100px;
  margin: 5px !important;
  height:30px !important;
}
.shimmer8{
  width: 125px;
  margin: 5px !important;
  height:30px !important;
  text-align:center;
  margin:auto;
  left:50% !important;
  right:50% !important;
}

.shimmer-curve{
  width: 100%;
  height: 60%;
  z-index: 20;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;

  /* clip-path: polygon(100% 17%, 100% 100%, 1% 100%, 0% 24%, 2% 24%, 4% 24%, 6% 25%, 8% 25%, 12% 25%, 13% 25%, 16% 25%, 19% 24%, 21% 24%, 22% 24%, 23% 24%, 26% 24%, 28% 24%, 30% 24%, 31% 24%, 33% 24%, 35% 24%, 39% 24%, 43% 24%, 44% 24%, 45% 24%, 48% 24%, 49% 24%, 52% 24%, 55% 24%, 57% 24%, 59% 24%, 61% 23%, 65% 23%, 67% 24%, 69% 24%, 72% 24%, 75% 23%, 77% 23%, 80% 23%, 82% 23%, 85% 23%, 87% 23%, 89% 23%, 91% 23%, 94% 23%, 96% 23%, 97% 23%, 99% 23%); */
}
.highcharts-root{
  opacity: 0;
}
.graph-price span{
  opacity: 0;
}
.wave{
  height: 100%;
  width: 100%;
}
#wavepath{
  width: 100% !important;
  height: 100% !important;
  stroke: #cfd0d3;
  stroke-width: 1px;
  stroke-dasharray: 1500 20000;
}

@keyframes placeholderShimmer {
  0% {
    background-position: 0 0 ;
  }
  
  100% {
    background-position: 100% 100%; 
  }
}
@keyframes plac {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1; }
}