#profile-background {
  width: 100%;
  top: 0;
  bottom: 0;
  background: linear-gradient(43deg, black 0%, #31261e 100%);
  z-index: 0;
  height: 100dvh;
  position: absolute;
}

#profile-section {
  position: relative;
  z-index: 1;
}

#profile-top-bar {
  width: 92%;
  max-width: 1500px;
}

#profile-top-bar p {
  font-size: clamp(24px,2vw,30px);
  font-family: 'Oswald';
  letter-spacing: 4px;
  width: 100%;
  margin-bottom: 4px;
  margin-top: 20px;
  text-align: center;
}

#profile {
  height: 89dvh;
  width: 99%;
  border-radius: 5px;
  z-index: 1;
  position: relative;
  max-width: 1500px;
  font-size: clamp(16px,1vw,20px);
}

#profile-tabs {
  width: 100%;
  height: 100%;

}

#profile-tabs > ul {
    padding: 0px;
    margin: 0px;
}

.tab-pane {
  height: 100%;
}

.profile-title {
    font-size: clamp(16px,2vw,30px);
    font-family: 'Oswald';
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-inline-start: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
}

#isCompany {
    width: clamp(200px,30vw,311px);
    margin-inline-end: 10px;
    font-size: clamp(14px,1vw,20px);
    font-family: 'Oswald';
}

    #isCompany label {
        font-size: 1.05em;
        margin-inline-end: 15px;
    }

    #isCompany input {
        font-size: 1.5em;
    }

        #isCompany input:focus {
            border-color: #ff6626 !important;
            box-shadow: inset 0px 0px 5px #f97e25, 0px 0px 5px #f97e25;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23808080'/%3e%3c/svg%3e");
        }

        #isCompany input:checked {
            border-color: #ff6626 !important;
            background-color: #ff6626 !important;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
        }



#profile-tabs .nav {
  width: clamp(8%,10vw,19%);
  text-align:center;
  min-width: 35px;
  font-size: clamp(9px,1.3vw,18px);
  margin-inline-end: 5px
}

@media (max-width: 762px) {
    #profile-tabs .nav {
        font-size: 0;
    }
}

#profile-tabs #tab-1 {
  position: relative;
  overflow: hidden;
}

#profile-tabs .tab-content {
  width: 100%;
  overflow-y: overlay;
  scrollbar-gutter: stable;
  margin-top: 0.6%;
  margin-bottom: 0.6%;
  border-radius: 10px;
  background: rgba(34,28,26,0.81);
  box-shadow: inset 0px 0px 10px rgb(59,59,59);
}

#profile-tabs .tab-content::-webkit-scrollbar {
  width: 7px;
}

#profile-tabs .tab-content::-webkit-scrollbar-thumb {
  background-color: #ff6626;
  border-radius: .4rem;
}

@supports (-moz-appearance:none) {
    #profile-tabs .tab-content {
        scrollbar-color: #ff6626 transparent;
        scrollbar-width: thin;
    }
}

#profile-tabs .nav-item > .nav-link {
  height: 100%;
  width: 100%;
  padding: 0;
  color: white;
  position: relative;
  background: rgba(98,86,81,0.21);
  transition: 0.3s;
  border-radius: 10px;
}

#profile-tabs .nav-item:hover {
  transform: translateX(-4px);
}

#profile-tabs .nav-item {
  position: relative;
  transition: 0.3s;
  padding: 4%;
}

#profile-tabs .nav-item svg {
  font-size: clamp(35px,6vw,100px);
  margin-bottom: 3%;
}

#profile-tabs .nav-item .btn {
  height: 100%;
  border-radius: 0;
  width: 100%;
}

#profile-tabs .nav-item .active {
  background: rgba(255,76,0,0.46) !important;
  transition: 0.3s;
  /*transform: translateY(-5px);*/
}

.tab-button {
    color:aqua;
  position: absolute;
  z-index: 1;
  height:100%;
  width: 100%;
}

/* user details */

#profile-tabs #tab-1 > div {
  height: 100%;
}

:root {
  --user-input-radius: 5px;
}

#userDetailsPanel {
    overflow: auto;
    overscroll-behavior: contain;
    position: relative;
}

    #userDetailsPanel::-webkit-scrollbar {
        width: 7px;
    }

    #userDetailsPanel::-webkit-scrollbar-thumb {
        background-color: #ff6626;
        border-radius: .4rem;
    }

@supports (-moz-appearance:none) {
    #userDetailsPanel {
        scrollbar-color: #ff6626 transparent;
        scrollbar-width: thin;
    }
}

.user-input {  
    position: relative;
    width: 90%;
    margin-bottom: 20px;
    max-width: 800px;
}

.lockedIcon {
    position: absolute;
    width: 60px;
    height: 45px;
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
    padding: 10px;
    margin-inline-end: 5px;
    color: var(--nav-font-color) !important;
    background: transparent !important;
    border: none !important;
}



.user-input input {
  height: 99%;
  border-start-end-radius: var(--user-input-radius);
  border-end-end-radius: var(--user-input-radius);
  padding-inline-start: 15px;
  width: 100%;
  background: rgb(59, 59, 59);
  border-width: 1px;
  border-style: none;
}

.user-input input:focus {
  animation: glow 1100ms ease infinite alternate;
  border-color: #ff8a00;
  color: #efe;
  outline: none;
  box-shadow: 0px 3px 10px #0000006e;
  border-style: solid;
}

.user-input > div {
  box-shadow: 0px 4px 10px rgba(0,0,0,0.45);
  border-radius: var(--user-input-radius);
}

.user-input p {
  text-shadow: 0px 5px 5px rgb(0,0,0);
  margin-bottom: 3px;
  padding-inline-start: 10px;
  font-family: 'Oswald';
}

.user-input svg {
  width: 60px;
  height: 50px;
  border-start-start-radius: var(--user-input-radius);
  border-end-start-radius: var(--user-input-radius);
  padding: 10px;
  color: var(--bs-primary);
  border-inline-end: solid;
  background: #121212;
  border: 1px solid #000000 ;
}

.profile-button {
  height: 50px;  
  min-height: 50px;
  width: 90%;
  background: #ff6626;
  border-style: none;
  font-family: Oswald, sans-serif;
  color: #000000;
  transition: 0.2s;
  box-shadow: 0px 7px 15px rgba(0,0,0,0.47);
  border-radius: 0;
  font-size: 1.1em;
  letter-spacing: 3px;
  margin-bottom: 50px;
  margin-top: 30px;
  max-width: 800px;
}


.citydropdown .select2 {
    width: 100% !important;
    height: 100%;
}


.citydropdown .select2-container--default .select2-selection--single {
    border: none;
    height: 100%;
    background-color: rgb(59, 59, 59);
    color: white;
}

.citydropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    height: 100%;
    line-height: 50px;
}

.citydropdown .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

 .select2-dropdown.select2-dropdown--below {
    border: none;
    background-color: #4c4c4c;
}

.select2-container--default .select2-results__option--selected {
    background-color: #6a6a6a !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5897fb !important;
}
/* MY ORDERS */
#profile .summary {
    margin: 0;
    padding: 0;
}

#profile .summary-items {
  width: 100%;
}

#profile .summary-item {
  margin-bottom: 5px;
  box-shadow: none;
}

#profile .summary-price {
  margin: 0;
  width: 100%;
  background: #282828;
  box-shadow: none;
  margin-bottom: 5px;
}


#profile .summary-total {
    width: 100%;
    padding: 1%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.64);
    background: #282828;
    border: 1px solid rgb(59, 59, 59);
    margin-left: 0;
    margin-right: 0;
}


#profile .summary-price > hr {
  margin-top: 0;
}

#profile .shipping {
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}

#profile .myOrderSubtitles:first-child {
    width: 30%
}

#profile .myOrderSubtitles .paymentMethod {
    width: 30%;
    margin-bottom: 15px;
}

#profile .shipping {
  padding-top: 15px;
}

#profile .shipping > hr {
    margin-top: 0px !important;
}

#profile .order-detail {
    color: chocolate;
   
}

#profile .shipping-company {
  border: none;
}

/* ORDER BUTTON */

#profile .order-button {
  margin-inline-start: 1%;
  margin-inline-end: 0.5%;
  margin-bottom: 10px;
}

#profile .order-button .btn {
  width: 100%;
  text-transform: uppercase;
  background-color: #ff4500;
  font-size: clamp(20px,2vw,26px);
  font-family: 'Oswald';
  letter-spacing: 1px;
  border-radius: 0;
  text-shadow: 0px 2px 7px rgba(0,0,0,0.64);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  #tabs .nav a {
    font-size: 0;
  }
}

@media (max-width: 600px) {
  #profile .order-button .btn {
    text-shadow: none;
  }
}

.shipmentButton {
    background-color: dodgerblue;
    border: none;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
    margin-top: -3px;
    margin-bottom: 1rem;
}

.transferButton {
    display: flex;
    justify-content: center;
    width: 100% !important;
    border-style: groove;
    border-width: 2px;
    background-color: dodgerblue;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
    text-decoration: none;
    color: white;
}