.sidebar .nav-item .nav-link.active {
  /* background-color: #FF9A00 !important; */
  /* background-image: linear-gradient(135deg, #FFC367 0%, #FF9A00 100%); */
  /* background: transparent linear-gradient(135deg, #FFC367 0%, #FF9A00 100%) 0% 0% no-repeat padding-box !important; */
  /* border-radius: 6px; */
  width: 100% !important;
  padding-left: 16px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  height: 312.5%;
  margin-left: 10%;
  background-color: 	#D3D3D3;
}

.sidebar .nav-item .nav-link.active span {
  color: #FF9A00 !important;
  font-size: 16px !important;
}

.sidebar .nav-item .nav-link.active i {
  color: #151522 !important;
}

.sidebar .nav-item .nav-link i {
  color: #151522 !important;
}

.sidebar .nav-item .nav-link.active i:hover {
  color: #151522 !important;
}

.sc-bg-img {
  background-image: linear-gradient(180deg,#151522 10%,#151522) !important;
}

.sidebar .nav-item .nav-link span {
  color: #151522 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: 'poppins',sans-serif !important;
}

.sc-quote-heading {
  color: #151522;
  font-size: 24px !important;
  font-weight: bold;
}

.sc-cancel {
  font-size: 14px;
 color: #73737A;
}

.sc-quote-sub-heading {
  font-size: 16px;
  color: #73737A;
  text-align: left;
  font-weight: bold;
}

.sc-package-heading {
  font-size: 16px !important;
  font-weight: bold;
  color: #151522;
}

.sc_sub_heading {
  color: #73737A;
  font-size: 12px;
}

.sc-card-border {
  border: 1px solid #F1F3F6 !important;
  border-radius: 4px;
  width: 10em;
  height: 9.375em;
}

.sc-shipment-tittle {
  text-align: center;
  font-size: 14px !important;
  color: #73737A !important;
  opacity: 1;
  font-weight: bold;
}

.sc_col_border {
  margin-left: 15px !important;
  margin-right: 15px;
  border: 1px solid #F1F3F6 !important;
  border-radius: 6px !important;
}

.sc-label-extra {
  color: #151522 !important;
  font-size: 20px;
  font-weight: bold;
}

.sc-label {
  color: #151522 !important;
  font-size: 12px;
}

.sc-btn-additem {
  background: #FF9A00 0% 0% no-repeat padding-box;
  border: 1px solid #FF9A00;
  border-radius: 6px;
  opacity: 1;
  /* background-image: url("../img/sc-icons/Mask Group 1.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95%; */
  color: #fff;
  width: 176px;
  font-weight: bold;
}

.sc-btn-additem:hover {
  color: white !important;
  text-decoration: none;
  font-weight: bold !important;
}

.sc-card-borderselected {
  border: 2px solid #FF9A00 !important;
  border-radius: 6px;
  width: 10em;
  height: 9.375em;
}


.sc-check-label {
  font-size: 14px !important;
  color: #151522 !important;
}

.sc-tickmark {
  color: #FF9A00 !important;
  font-size: 16px !important;
  bottom: 8px;
  position: relative;
}

.sc-label-small {
  color: #73737A;
  font-size: 12px;
}

.sc-add-heading {
  font-size: 1.25em;
  font-weight: bold;
  color: #151522;
}

.sidebar.toggled .nav-item .nav-link span {
  /* display:none !important; */
  font-size: 7px !important;
  visibility: hidden;
}

.sidebar.toggled .nav-item .nav-link.active span{
  font-size: 1px !important;
}

.sidebar .nav-item .nav-link i {
   margin-left: 0em !important;
}

.sidebar.toggled .nav-item .nav-link {
  text-align: center !important;
}

.sidebar.toggled .nav-item .nav-link.active {
  text-align: center !important;
  width: 50% !important;
 
}

 @media (min-width: 768px){
  .sidebar .nav-item .nav-link {
    /* width:11rem !important; */
    margin-left: 0% !important;
  }
 }

 @media (min-width: 768px){
  .sidebar.toggled .nav-item .nav-link {
    /* width:11rem !important; */
    margin-left: 0% !important;
  }
 }
 
 .sc-loading{
  color:#FF9A00 !important;
  font-weight: bolder !important;
  font-size: 16px !important;
}

/* css for Loading Modal */

.dark-modal .modal-content {
  background-color: #292b2c;
  color: white;
}
.dark-modal .close {
  color: white;
}
.light-blue-backdrop {
  background-color: #292b2c;
}