:root {
  --orange1: #ff6627;
  --orange2: #aa4400;
  --orange3: #552200;
  --white: #fff;
  --black: #000;
  --gray: #7a7a7a;
  --orangelight: #ff66004f;
}

:focus {
  outline: none;
}

body {
  background-color: #f8f9fa;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "Open Sans", sans-serif;
}

/* ------------------------------------------------------------------
                          Overview-Page-Css
------------------------------------------------------------------ */
/* -----------------------------user-left------------------------------------------ */



.user-dashboard {
  width: 100%;
  padding: 0;
}

.user-left {
  width: 100%;
  float: left;
  background-color: var(--white);
  border: 1px solid var(--orange2);
  height: 500px;
}

@media only screen and (max-width: 768px) {
  .user-left {
    width: 100%;
    float: left;
    background-color: var(--white);
    border: 1px solid var(--orange2);
    height: auto;
  }
}

.user-left ul {
  width: 100%;
  float: left;
}

.user-left ul li {
  display: inline-block;
  padding: 20px 24px;
}

.user-left ul li:hover {
  background-color: #ebebeb66;
  transition: 0.5s;
}

.user-left ul li:hover a {
  color: var(--black);
  transition: 0.5s;
}

.user-left .active {
  background-color: var(--orange3);
  transition: 0.5s;
}

.user-left .active a {
  color: var(--white);
  transition: 0.5s;
  padding: 0;
}

.user-left .active:hover {
  background-color: var(--orange3);
  transition: 0.5s;
}

.user-left .active:hover a {
  color: var(--white);
  transition: 0.5s;
}

.user-left ul li a {
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  padding: 0;
}

.user-left ul li a .fa {
  font-size: 15px;
  margin-right: 16px;
}

/* ----------------------------user-right------------------------------------ */
.user-right {
  width: 100%;
  float: left;
  background-color: var(--white);
  border: 1px solid var(--orange2);
  /* min-height: 100%; */
  padding: 48px 48px;
  height: 500px;
  overflow: auto;
}

.user-right h3 {
  color: var(--orange1);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

.overview1 {
  width: 46%;
  float: left;
  margin: 0 2%;
}

.overview-box {
  background-color: #eeeeee;
  border: 1px solid var(--orange2);
  padding: 27px 20px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview-box p {
  font-size: 14px;
}

.overview-box1 {
  background-color: #ffffff;
  border: 1px solid var(--orange2);
  padding: 25px 20px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overview1 h4 {
  color: var(--orange3);
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 9px;
}

.overview-box1 p {
  font-size: 14px;
}

/* ------------------------------------------------------------------
                          Message-Page-Css
------------------------------------------------------------------ */
.user-right span {
  color: #d3dbe3;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}

.user-right span .fa {
  font-size: 40px;
  margin-top: 5px;
}

.message-area {
  width: 100%;
  float: left;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------------------------------------------------------
                          Selling-Page-Css
------------------------------------------------------------------ */
h3.selling-lft {
  width: 50%;
  float: left;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  h3.selling-lft {
    width: 100%;
    float: left;
    margin-bottom: 40px;
  }
}

.selling-right {
  width: 20%;
  float: right;
}

.btn-outline-secondary {
  color: var(--orange2);
  border-color: var(--orange2);
  padding: 5px 24px;
  font-size: 12px;
  font-weight: 400;
}

.btn-outline-secondary:hover {
  color: var(--white);
  background-color: var(--orange2);
  border-color: var(--orange2);
}

.tab-area {
  width: 100%;
  float: left;
  overflow: auto;
}

.tab-area button {
  color: var(--gray);
  font-size: 18px;
  padding: 5px 24px;
  font-weight: 600;
}

.tab-area .nav-pills .nav-link.active,
.tab-area .nav-pills .show > .nav-link {
  color: var(--black);
  background-color: var(--orange1);
}

.tab-area .nav-link:focus,
.tab-area .nav-link:hover {
  color: var(--black);
  background-color: var(--orange1);
}

.tab-area h4 {
  font-size: 22px;
  font-weight: 600;
  color: var(--orange2);
  margin-bottom: 6px;
}

h4.width-half {
  width: 50%;
  float: left;
}

.dropdown {
  width: 50%;
  float: right;
  text-align: right;
}

.dropdown .selling-right {
  width: 30%;
  margin-top: -50px;
}

.dropdown-item {
  padding: 3px 10px;
  font-weight: 500;
  color: var(--orange2);
  font-size: 12px;
}

/* ------------------------------------------------------------------
                          Invoices-Page-Css
------------------------------------------------------------------ */
.invoice-area {
  width: 100%;
  float: left;
  /* border: 1px
 solid var(--orange2); */
  height: 235px;
}

.invoice-area th {
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
}

.user-right h5 {
  font-size: 25px;
  font-weight: 500;
  color: var(--orange2);
  margin-bottom: 0;
  margin-left: 14px !important;
  line-height: 1.5;
}

.user-right h5:hover {
  text-decoration: underline;
}

.invoice-area table {
  border-color: var(--orange2) !important;
}

.invoice-area thead.table-light {
  border-color: var(--orange2) !important;
}

.invoice-area p {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

/* ------------------------------------------------------------------
                          USER PROFILE -CSS
------------------------------------------------------------------ */
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="date"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333;
  outline: 0 none;
}

/* ------------------------------------------------------------------
                          Responsive-CSS
------------------------------------------------------------------ */
@media (max-width: 767px) {
  .user-dashboard {
    padding: 0;
    margin: 20px 0;
  }

  .user-left ul {
    overflow: scroll;
    white-space: nowrap;
    height: 45px;
  }

  .user-left ul li a {
    font-size: 17px;
  }

  .user-left ul li a .fa {
    font-size: 17px;
    margin-right: 3px;
  }

  .user-right {
    padding: 30px 20px;
    height: auto;
  }

  .overview {
    width: 100%;
    margin: 0;
  }

  .overview1 {
    width: 100%;
    margin: 0;
    margin-top: 25px;
  }

  .selling-right {
    width: 38%;
  }

  .tab-area button {
    font-size: 16px;
    padding: 5px 11px;
  }

  .dropdown .selling-right {
    width: 34%;
    margin-top: -35px;
  }

  .user-left ul li {
    padding: 10px 20px;
  }

  .invoice-area th {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.tab-area.package-tab {overflow: hidden;}