@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
 
 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.dark-grey {
    color: rgba(13, 125, 238, 0.981)
}

.theme-style {
    background-image: linear-gradient(135deg, #d8af60 0%, #1668eb 100%);
  box-shadow: 0 8px 20px rgba(22, 104, 235, 0.3), 0 4px 6px rgba(165, 123, 8, 0.2);
}

.theme-text {
    text-transform: uppercase;
    letter-spacing: .1rem;
}


#dashboard-head, #dashboard-footer {
    background-color: #333;
    color: white;
    z-index: 1000;
}

#brand-logo {
    width: 200px;
}

.icon-box {
        width: 200px;
        padding-right: 50px;
        margin: 0 0 0 50px;
}

#myTab ul li a {
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: rgb(197, 192, 192);
    margin-right: 5px;
}

.nav-link.active {
    color: rgba(233, 194, 105, 0.97) !important}



#prof-section.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: -110px !important;
  width: 300px;
  margin-top: var(--bs-dropdown-spacer);
}

@media screen and (min-width: 947px) {
    .collapse.navbar-collapse#myTab {
        width: 50% !important;
        display: flex;
        justify-content: center;
    }

    .last.nav-item {
        position: absolute;
        right: 0;
        margin-right: 50px;
    }

    .for-supplier, .for-user {
        position: relative;
        top: 10px;
    }
}



@media screen and (max-width: 774px) {
    .icon-box {
        display: flex;
        justify-content: space-between;
        width: 100%;
    
    }


}
@media screen and (min-width: 770px) and (max-width: 947px) {
    .icon-box {
        width: 100px;
    }

    #brand-logo {
        width: 150px;
    }

    .collapse.navbar-collapse#myTab {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    

    #myTab ul li.nav-item {
    min-width: 50px;

    }

    .last.nav-item {
        position: absolute;
        right: 50px;
    }


    #myTab ul li a.nav-link, #prof-btn {
        font-size: small;
    }

    #profile {
       
    }
}

@media screen and (max-width: 770px) {


    #myTab ul.navbar-nav.nav-pills {
        padding: 0 50px 0 50px;
    
    } 

    #myTab ul.navbar-nav.nav-pills li {
        margin-left: 10px;
        margin-top: 7px;
    
        max-width: 300px;
        
    }

    #myTab ul.navbar-nav.nav-pills li a {
        padding-left: 10px;
    }

}

#dashboard-head .navbar-toggler-icon {

	background-image: var(--bs-navbar-toggler-icon-bg-2) !important;

}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}

.orbitron-logo {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    font-size: .9rem;
    color: rgb(207, 206, 206);
}


#myTab {
    
}

#myTab ul li {
    min-width: 100px;

}



.new {
    height: 40px;
    position: relative;
    left: 10%;
    top: 8px;
}



.button-container button:hover {
    color: rgb(218, 34, 34) !important;
}

/* ******* DASHBOARD BODY **************** */

.btn-close {
    padding: .2em !important;
    position: absolute;
    right: 0px;
    border: 2px solid rgb(138, 136, 136) !important;
    border-radius: 0 !important;
}

.dashboard-body {
    height: 100vh;

    
}


.welcome {
    z-index: 10;
}


.search-box {
    display: flex;

    position: relative;
}

#search-form input:focus, #search-form select:focus {
    outline: none;
    border: 0 !important;
    box-shadow: none;
}

.search-box button {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    color: #201f1f;
    cursor: pointer;
    padding: 8px 10px; 
    position: absolute;
    right: 0;
}

.for-user p {
    color: rgb(145, 142, 142);
}


.recents, .all, .single {
    position: relative;

    border: .1px solid rgb(74, 77, 78);
    
}

.single .close_btn {
    height: 40px;
    
}


.single .close_btn .btn-close {
    top: 15px;
}


.order p, .rfq  p {
    font-size: small;
}

.order, .rfq {
    margin-bottom: 10px;
    transition: 1s;

    border-radius: 4px;
    border: none;
}

.hover {
    background-color: rgb(190, 185, 185); 
    transition: background-color 0.3s ease;

}

/* .order  */.hover:hover/* , .rfq .row:hover  */{
    background-color: rgb(118, 115, 115);
}


._order-subtotal, ._order-total {
    margin-right: 10px;
    font-size: 0.9rem;
    color: rgb(35, 34, 34);
}

.sub-total, .__total {
    font-size: small;
    color: black;
} 

.__total {
    font-size: medium;
    font-weight: bold;
    position: relative;
    bottom: 2px;

}




/* Style the scrollbar for .order__list */


/* Webkit browsers (Chrome, Safari) */
.order__list::-webkit-scrollbar {
    width: 3px;
}

.order__list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.order__list::-webkit-scrollbar-thumb {
    background: #d2d1d3; 
    border-radius: 6px;
}

.order__list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
.order__list {
    scrollbar-width: thin;
    scrollbar-color: #888 #d6d6d8;
}



.view_order_btn_wrapper {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .md-w-25 {
      max-width: 25%;
    }
}
  
/* some RFQ STYLES */

.rfq-details ol .list-group  {
    border: none !important;
}
.list-group-item {
    border: 0px !important;
}

.rfq-item-name {
    background-color: rgb(228, 225, 225);
    color: rgb(14, 14, 14);
}


.color-tester {
    color: rgb(41, 40, 40)'
}



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


input[type="number"] {
  -moz-appearance: textfield;
}


.name-detail-box .ql-container.ql-snow {
    border: none !important;
}

.ql-editor > * {
  background-color: white !important;
  color: rgb(9, 9, 9) !important;
}

.rfq-item-name {
   opacity: .8; 
}

.rfq-item-name .product-name-con {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.rfq-item-numbers .quantity-box .quantity-title,  .rfq-item-numbers .price-box .price-title, .rfq-item-numbers .amount-box .amount-title {
    font-weight: lighter;
}

#RFQ-files-box .files__box {
    margin: 5px !important;
    
}

.quote-container {
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.ODB {
    background-color: rgb(249, 246, 246);
}

.ODB .card {
    background-color: black !important;
    color: white;
    opacity: .7;

}



.item-row input.form-control:focus, #rfq-expiry-date:focus {
    box-shadow: none !important;
    border-color: rgb(237, 170, 26);
}


#update-rfq-form #subtotal:focus {
    border: 0 !important;
}

.ship-cost {
    letter-spacing: 2px;
    opacity: .9;
}



/* .quote-confirm-sec */ .file__section {
    padding: 30px;
}

/* FOOTER STYLES */

.footer-space {
    letter-spacing: .05rem;
}

.footer-text {
    color: rgb(110, 108, 108);
    font-size:0.8rem;
}

.text-smaller {
    
}