*, 
::after,
::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e7e7e7;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #974a72;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #6d3652;
}


/* #body {
    background-color: #F4F7FD;
    padding: 1rem 0 0 13rem;
    transition: 0.5s;
} */

.panel-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100vh;
    background-color: #fff;
    border-right: 1px solid #9c1d5e;
    border-radius: 0px 20px 20px 0px;
    transition: 0.5s;
    z-index: 100;
}

.nav {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.logo-nav {
    width: 100%;
    height: 120px;
    background-color: #9c1d5e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
}

.nav-logo-style {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-logo-icon {
    width: 35px;
}

.nav-logo-text {
    color: #ffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 17px;
    margin-left: 10px;
}

.nav-toggle {
    position: absolute;
    right: -20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #974a72;
    border: 3px solid #ffff;
    cursor: pointer;
    z-index: 3;
}

.nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 8px;
    padding-left: 0;
    height: 64vh;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-color: #f1f1f1 #974a72;
    scrollbar-width: thin;
}

.nav-list-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    font-weight: 600;
    margin: 5px 0;
    font-size: 16px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

/* .nav-list-text:hover {
  border-bottom: 3px solid #9c1d5e;
  padding-bottom: 23px;
  transition: 0.2s;
} */

.dropbtn, .dropbtn1, .dropbtn2 {
  color: #000 !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 600 !important;
  font-size: 15px;
  border: none !important;
  outline: none !important;
  cursor: pointer;
  background: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.dropbtn .fa, .dropbtn1 .fa, .dropbtn2 .fa {
  margin-right: 10px;
}

.nav-icon {
    width: 18px;
}

.nav-text {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
}

.nav-text.active {
  color: #9c1d5e;
  font-weight: bold;
}

/* .nav-list-text:hover > .nav-text {
  font-size: 18px;
} */

.show {
  display: block;
}

.dropdown-content1.show {
  display: block;
}

.dropdown-content2.show {
  display: block;
}

.dropbtn.active-nav, .dropbtn1.active-nav, .dropbtn2.active-nav {
  color: #9c1d5e !important;
}

.active-nav > .nav-text {
  color: #9c1d5e;
}

.active-nav > .fa {
  color: #9c1d5e;
}

.not-nav {
    width: 100%;
    border-radius: 8px;
    padding: 10px 10px;
    background-color: #FFE58B;
    margin-top: 5px;
    margin-left: 8px;
}

.not-nav h4 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
}

.dropdown-container {
  display: none;
}

.dropdown-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
}

.dropdown-nav a {
  padding: 10px 0;
  color: #9c1d5e;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}

.dropdown-nav a:hover {
  color: #5c1339;
}

.profile-nav {
    width: 100%;
    height: 120px;
    background-color: #9c1d5e;
    display: flex;
    align-items: center;
    padding: 10px 7px;
}

.profile-img img {
    width: 45px;
    border-radius: 50%;
}

.profile-nav-text {
  margin-right: 30px;
  width: 100%;
}

.profile-nav-text p {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-left: 10px;
    font-size: 15px;
}

.profile-nav-text a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-left: 10px;
}

.rotate {
    transform: rotate(180deg);
    transition: 0.5s;
}




.navbar {
  width: 94% !important;
}

.leads-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  padding: 1%;
}


.leads-box1 {
 display: none;
}

.leads-row-main, .leads-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}

.item-row, .item-row-lead {
  width: 20%;
  display: flex;
  flex-direction: row;
  padding-left: 1%;
  justify-content: center;
  align-items: center;
}

.item-row1, .item-row-lead1 {
  width: 16%;
  display: flex;
  flex-direction: row;
  padding-left: 1%;
  justify-content: center;
  align-items: center;
}

.item-row2, .item-row-lead2 {
  width: 15%;
  display: flex;
  flex-direction: row;
  padding-left: 1%;
  justify-content: center;
  align-items: center;
}

.item-row3, .item-row-lead3 {
  width: 30%;
  display: flex;
  flex-direction: row;
  padding-left: 1%;
  justify-content: center;
  align-items: center;
}

.leads-row {
  background-color: rgb(233, 233, 233);
  margin-bottom: 1px;
}

.item-row h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.item-row1 h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.item-row2 h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.item-row3 h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
}


.item-row-lead h4 {
  display: none;
}

.item-row-lead1 h4 {
  display: none;
}

.item-row-lead2 h4 {
  display: none;
}

.item-row-lead3 h4 {
  display: none;
}

.item-row-lead p {
  font-family: 'Roboto', sans-serif;
}

.item-row-lead select {
  width: 61%;
  height: 29px;
  border: 1px solid #80808099;
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
}

.item-row-lead1 p {
  font-family: 'Roboto', sans-serif;
}

.item-row-lead2 p {
  font-family: 'Roboto', sans-serif;
}

.item-row-lead3 p {
  font-family: 'Roboto', sans-serif;
}

.item-row-lead1 select {
  width: 61%;
  height: 29px;
  border: 1px solid #80808099;
  border-radius: 6px;
  font-family: 'Roboto', sans-serif;
}

.dropdown-content1,
.dropdown-content2,
.dropdown-content3,
.dropdown-content4,
.dropdown-content7{
    display: none;
    position: absolute !important;
    left: unset !important;
    background-color: #ffff;
    border-radius: 10px;
    width: 300px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 14px;
    padding: 20px;
}

.history-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}

.search-box {
  width: 70%;
  height: auto;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 30px;
}

.history-row {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.history-row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.filter-btn {
  width: 200px;
  height: 40px;
  border-radius: 5px;
  background-color: #9c1d5e;
  border: none;
  outline: none !important;
  cursor: pointer !important;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  margin-top: 20px !important;
}

.history-box {
  width: 70%;
  height: auto;
}

.accordion,.close-accordian {
  background: none;
  border: none;
  outline: none;
  color: #5c1339;
}

.accordion:hover, .close-accordian:hover {
  color: #8b5e76;
}

.accordion:focus, .close-accordian:focus {
  outline: none;
}

.close-accordian {
  position: absolute;
  right: 30px;
}

@media (max-width: 1000px) {

header {
  width: 100%;
  height: 50px;
}

.nav-list-text {
  padding: 0;
}

.close-accordian {
  position: absolute;
  right: 20px;
  top: 15px;
}

}

@media (max-width: 1050px) {
  .leads-row-main {
    display: none;
  }

  .item-row-lead h4{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
  }

  .item-row-lead1 h4{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
  }

  .item-row-lead2 h4{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
  }

  .item-row-lead3 h4{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
  }

  .leads-row {
    display: flex;
    flex-direction: column;
  }

  .item-row-lead  {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 10px;
  }

  .item-row-lead1  {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 10px;
  }

  .item-row-lead2  {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 10px;
  }

  .item-row-lead3  {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 10px;
  }


  .navbar {
    width: 68% !important;
}

.search-box {
  width: 90%;
}

.history-box {
  width: 90%;
}

.history-row {
  flex-direction: column;
}
}
