:root {
    --button-text: #ffffff;
    --primary-color: #4492cf;
    --secondary-color: #eb6a25;
    --grey1: #504540;
    --grey-light: #acb5d0;
    --shade4: #898793;
    --shade1: #020104;
}

body {
    font-family: "Roboto" !important;
}

.container {
    padding: 0px !important;
    margin: 0px !important;
    max-width: 100% !important;
}
/* Commons */
.fa-pencil{
    color: #B4BFDF;
    cursor: pointer;
}
.fa-trash-can{
    color: #BD4360;
    cursor: pointer;
}
.table-header{
    border: 1px solid #e3e4e6;
    font-size: 14px;
    height: 4rem;
    color: #0d1426;
}
.table-header tr th {
    border-bottom: none !important;
    vertical-align: middle !important;
}
.table-search {
    width: 20rem !important;
    border-radius: 1rem !important;
    border: 1px solid #d9d9d9 !important;
    font-size: 12px !important;
}

.table-search ::placeholder {
    color: red !important;
}

/* Nav Bar Top & Login */
.nav-profile {
    display: flex;
    gap: 1rem;
    margin-right: 2rem;
    color: #979797 !important;
}

.navbar{
    z-index: 1;
}

.nav-profile ul{
    margin-bottom: 0!important;
}

.navmenu-bar {
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    width: 100% !important;
    top: 0 !important;
    position: fixed !important;
}

.navbar-contents {
    display: flex;
    gap: 52rem;
    align-items: baseline;
}

.login {
    min-height: 100vh;
}

.navbar {
    display: flex;
    flex-direction: row;
    justify-content: space-between !important;
}

.bg-image {
    background-size: cover;
    background-image: url("../images/login-bg-min.jpg");
}

.login-heading {
    font-weight: 300;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.small {
    text-decoration: none;
    color: var(--primary-color);
}

.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    padding: 0.5rem 0;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    z-index: 1000;
}

.nav-item:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    display: block;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    color: #007bff;
    text-decoration: none;
    background-color: #f8f9fa;
}

.profile-section {
    color: var(--grey1) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #cddeff !important;
}

/* sidenav */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow: auto;
    /*overflow-y: hidden!important;*/
    overflow-x: hidden!important;
}

.menu {
    position: fixed;
    width: 60px;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    top: 0;
    bottom: 0;
    /* left: 10px; */
    margin: auto;
    /* border-radius: 0.8rem; */
    transition: 0.3s ease 0.15s;
    font-family: sans-serif;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.menu a {
    text-decoration: none;
}

.menu .actionsBar {
    width: 100%;
    height: 10%;
    padding: 0.5rem;
    overflow: hidden;
}

.menu .actionsBar div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 0.5rem;
    transition: 0.3s ease;
}

.menu .actionsBar div button {
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 0.5rem;
    color: var(--primary-color);
    width: 45px;
    height: 45px;
    transition: 0.3s ease;
    font-size: 1rem;
}

.menu .actionsBar div button:hover {
    background-color: var(--primary-color);
    color: white;
}

.menu .actionsBar div h3 {
    width: calc(100% - 45px);
    text-align: center;
}

.menu .optionsBar {
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 60%;
    padding: 0 0.5rem;
    align-items: center;
    flex-direction: column;
}

.menu .optionsBar .menuItem {
    width: 100%;
    height: 45px;
    margin: 0.3rem;
}

.menu .optionsBar .menuItem .menuOption {
    font-size: 1rem;
    outline: none;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 0.5rem;
    transition: 0.3s ease;
}

.menu .optionsBar .menuItem .menuOption i {
    width: 45px;
    text-align: center;
}

.menu .optionsBar .menuItem .menuOption h5 {
    width: calc(100% - 40px);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.menuText {
    transform: translateX(-250px);
    opacity: 0;
    transition: transform 0.3s ease 0.1s;
}

.menuOption {
    color: var(--grey1);
}

.menuOption:hover {
    color: var(--primary-color) !important;
}

.menuItem a.active {
    color: var(--primary-color) !important;
}

.menuItem a:hover:not(.active) .menu .about {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    flex-direction: column;
    font-family: sans-serif;
    opacity: 0;
    white-space: nowrap;
    transition: 0.3s ease 0.15s;
}

.menu .about.open3 {
    opacity: 1;
}

.menu .about p {
    font-size: 0.7rem;
}

.menu.open {
    width: 200px;
}

.menuText.open2 {
    opacity: 1;
    transform: translateX(0);
}

.menu .menuBreak {
    width: 100%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .menuBreak hr {
    width: 50%;
    height: 3px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
}

.menu .themeBar {
    overflow: hidden;
    width: 100%;
    height: 10%;
    padding: 0.5rem;
}

.menu .themeBar div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 0.5rem;
    transition: 0.3s ease;
}

.menu .themeBar div button {
    background-color: transparent;
    outline: none;
    border: none;
    border-radius: 0.5rem;
    color: #fff;
    width: 100%;
    height: 45px;
    transition: 0.3s ease;
    font-size: 1rem;
}

.menu .themeBar div button:hover {
    background-color: rgb(132, 0, 255);
}

.menu .menuUser {
    width: 100%;
    height: 10%;
}

.menu .menuUser a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding: 0.5rem;
    position: relative;
}

.menu .menuUser a div {
    width: 45px;
    height: 45px;
    position: relative;
    border-radius: 0.5rem;
}

.menu .menuUser a div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5rem;
}

.menu .menuUser a .Username {
    width: calc(70% - 45px);
}

.menu .menuUser a p {
    width: calc(30% - 45px);
}

.menu .menuUser a:hover p {
    animation: animArrow 0.3s ease 2;
}

@keyframes animArrow {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

.menu .menuUser .userInfo {
    position: absolute;
    width: 20rem;
    height: 18rem;
    opacity: 0;
    pointer-events: none;
    top: 34%;
    left: 1.5rem;
    transition: 0.3s ease;
    transform: scale(0);
    transform-origin: bottom left;
}

.menu .menuUser .userInfo div {
    position: relative;
    width: 100%;
    height: calc(100% - 20px);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}

.menu .menuUser .userInfo div h1 {
    font-size: 8rem;
}

.menu .menuUser .userInfo div::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    transform: rotate(45deg);
}

.menu .menuUser:hover .userInfo {
    pointer-events: all;
    opacity: 1;
    transform: scale(1);
}

.image-overlay {
    background-color: rgba(54, 58, 72, 0.5);
    width: 100%;
}

/* UsersPageSection */

.user-uppersection {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 1.5rem 0rem;
    width: 100%;
    margin-top: 3rem;
}

.client-uppersection {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 1.5rem 0rem;
    gap: 33.5rem;
    margin-top: 3rem;
}

.product-uppersection {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 1.5rem 0rem;
    width: 100%;
    margin-top: 3rem;
}

.vendor-uppersection {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 1.5rem 0rem;
    width: 100%;
    margin-top: 3rem;
}

.role-uppersection {
    display: flex;
    align-items: center;
    padding: 2rem 2rem 1.5rem 0rem;
    gap: 58.4rem;
    width: 100%;
    margin-top: 3rem;
}

.textbox-with-label label, .textbox-with-label h6{
    font-size: 14px;

}

.usertitle {
    display: flex;
    gap: 8px;
}

.add-button-section{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: baseline;
}

.search-section {
    /*z-index: -1;*/
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: flex-end;
    align-items: baseline;
}

.search-section .fa-search {
    top: 10px;
    left: 10px;
}
.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search{
    margin-bottom: 0rem !important;
}

.form-control {
    font-size: 14px !important;
}

.loginForm-label input{
    font-size: 16px!important;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;

    line-height: 2.375rem;
    margin-top: -10px;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.has-search input {
    width: 17rem !important;
    height: 36px;
}
.cross-button {
    position: absolute;
    z-index: 1;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    display: flex !important;
    justify-content: center;
    /* line-height: 2.375rem; */
    align-items: center;
    margin-top: -30px;
    /* text-align: center; */
    background: #f0f0f0;
    margin-left: 14.5rem;
    cursor: pointer;
    color: #aaa;
}

.search-buttons {
    position: relative;
    z-index: 0;
}

.userbutton-section {
    color: #fff;
    background-color: var(--primary-color) !important;
    border: none !important;
    width: 7rem !important;
}

.userbuttonsection {
    color: var(--primary-color) !important;
    background-color: #f1f9fe !important;
    border: 1px solid var(--primary-color) !important;
    width: 7rem !important;
}
.bulk-resend-verification {
    color: #fff;
    background-color: var(--primary-color) !important;
    border: none !important;
}

.bulk-resend-verification:hover {
    background-color: var(--primary-color) !important;
    filter: brightness(90%);
    cursor: pointer;
}

.bulk-disable-color{
    background-color: #6c757d !important;
    border: none !important;
}

.bulk-disable-color:hover{
    background-color: #6c757d !important;
    filter: brightness(90%);
    cursor: pointer;
}

.bulk-delete-user{
    color: #b93652 !important;
    background-color: #ffdfe5 !important;
    border: none !important;
}

.bulk-delete-user:hover{
    color: #b93652 !important;
    background-color: #ffdfe5 !important;
    filter: brightness(90%);
    cursor: pointer;
}


.table {
    width: 97% !important;
}

.table th,td{
    padding-left: 1rem!important;
}

.user-table {

    border: 1px solid #e3e4e6;
}

.usertable-row {
    color: #343942;
    font-size: 14px;
    margin-bottom: 2rem;
    /* height: 4rem; */
    align-items: center;
    vertical-align: middle;
}
.rowsper-page {
    width: 100%;
    font-size: 12px;
    color: #504540;
    font-weight: bold;
    border: none;
    display: flex;
}
.rowsper-page label {
    color: #979797;
    display: flex;
    align-items: center;
}

.rowsper-page #pagination {
    display: flex;
    align-items: center;
}
#records-per-page {
    width: 4rem;
    font-size: 12px;
    color: #504540;
    font-weight: bold;
    border: none;
    display: flex;
    box-shadow: none !important;
}

.table-hover>tbody>tr:hover {
    background-color: #f4f8ff !important;
    --bs-table-accent-bg: unset!important;
    accent-color: unset!important;
}




.productrow-details {
    color: #4492cf;
    font-size: 12px;
    margin-bottom: 0!important;
}

.usertable-action {
    font-weight: 400;
    font-size: 17px;
}
.usertable-action i {
    letter-spacing: 8px;
}

.pagination {
    display: flex;
    gap: 3px;
    padding-right: 2rem;
}

.pagination li span {
    color: var(--primary-color);
}
.page-section {
    align-items: baseline;
    display: flex;
    margin-bottom: 2rem;
    gap: 46.15rem!important;
}

.pagination .page-item .page-link:active {
    background-color: transparent;
    border: 0.3px solid #d9d9d9;
    color: var(--primary-color);
}
.table > :not(caption) > * {
    font-size: 14px!important;
}

.pagination .page-item.active .page-link{
    background: var(--primary-color);
}

.pagination .page-item .page-link {
    background-color: transparent;
    border: 0.3px solid #d9d9d9;
    color: #504540;
    border-radius: 3px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: 10% auto;
    padding: 20px;
    width: 50%;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.9s;
}

.details-modal {
    display: flex;
    flex-direction: column;
    width: 40%;
    margin-left: 28rem;
    justify-content: center;
}

.custom-badge-active {
    color: #007a58;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    height: 2rem;
    width: 5rem !important;
    background: #bfefe7;
    width: 2rem;
    margin-bottom: 0!important;
}

.custom-badge-inactive {
    color: #b93652;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    height: 2rem;
    width: 5rem !important;
    background: #ffdfe5;
    width: 2rem;
    margin-bottom: 0!important;
}
.custom-badge-unverified {
    color: #b93652;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    height: 2rem;
    width: 5rem !important;
    background: lightpink;
    width: 2rem;
    margin-bottom: 0!important;
}

.custom-alert {
    border: 0.8px solid #e2c7c7 !important;
    color: #b93652 !important;
    border-radius: 0.25rem !important;
    padding: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

.custom-alert .alert-link {
    cursor: pointer;
    text-decoration: none;
    color: #b93652 !important;
}

productrow-details {
    cursor: pointer;
}

.modalcre-role {
    background: #f8fcff;
    padding: 0rem 1rem;
    border-radius: 3px;
}

.modalcre-role h5 {
    color: #4492cf;
    font-weight: bold;
}
.cre-roles {
    display: flex;
    gap: 4rem;
    /*justify-content: space-between;*/
}

.modalcre-content ul h6 {
    margin-left: -30px;
    font-size: 14px;
    margin-left: -30px;
    font-weight: bold;
    color: #47200b;
}

.modalcre-content ul li {
    margin-left: -20px;
    margin-left: -20px;
    font-size: 14px;
    color: #343942;
}

.modal-header {
    color: #2470a0;
    font-weight: bold;
    border-bottom: 0.3px solid #d9d9d9;
    height: 3.5rem;
}

.modal-content {
    border: none !important;
}
/* USER EDIT PAGE */

.user-title, .usertitle-icon{
    color: #4492cf!important;
}

.upperform-section {
    display: flex;
    height: 2.5rem !important;
    gap: 3rem;
    width: 100%;
    margin-bottom: 2rem;
}

.client-upperform-section {
    display: flex;
    gap: 4rem;
    justify-content: flex-start;
    align-items: center;
}
.clientupper-editsection{
    display: flex;
    width: 100%;
}

.clientform-labelinput{
    padding-right: 36px!important;
}

.client-innersection{
    display: flex;
    gap: 1rem;
    width: 100%;
    padding-right: 20rem;
}

.fa.fa-files-o:before, .fa-solid.fa-copy:before {
    position: absolute;
    margin-left: -4rem;
    margin-top: 12px;
    cursor: pointer;
}

.clientdomain-error{
    margin-left: 0!important;
    width: 52%!important;
    height: 4rem!important;
    background-color: #ffedef!important;
}


.switch-section{
    height: 2.5rem !important;
    margin-top: 1rem;

}

.form-flex {
    display: flex;
    flex-wrap: wrap; /* Optional: allows items to wrap to the next line if they exceed the container's width */
    align-items: center;
}

.form-group {
    margin-right: 10px; /* Optional: add spacing between form elements */
    margin-bottom: 10px; /* Optional: add spacing between form elements */
    width: 100%;
}

.form-group input {
    height: 2.5rem !important;
}


.user-form{
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
}

/* input[type="checkbox"] {
  position: relative;
  appearance: none;
  width: 4rem;
  height: 31px;
  background: #ccc;
  border-radius: 50px;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
  cursor: pointer;
  transition: 0.4s;
}

input:checked[type="checkbox"] {
  background: #7da6ff;
}

input[type="checkbox"]::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  transform: scale(1.1);
  transition: 0.4s;
}

input:checked[type="checkbox"]::after {
  left: 50%;
} */
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
    width: 16px;
    height: 16px;
    accent-color: var(--secondary-color);
}

.userproducts-section {
    padding: 1rem 1rem 1rem 0rem;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    margin-top: 2rem!important;
    width: 100%;
    border-radius: 5px;
}
input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
    width: 16px;
    height: 16px;
}
.fontsize-14{
    font-size: 14px!important;
}

.form-uppersection,
.form-lowersection {
    display: flex;
    gap: 1.2rem;
    flex-wrap: wrap;
}

.form-uppersection label,
.form-lowersection label {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 23%;
}

.testusermanagement-title {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.testusermanagement-title i {
    background: #f2f9ff;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.test-usermanagement {
    border: 0.3px solid#D9D9D9;
    padding: 1rem;
    border-radius: 6px;
}
.test-usermanagement p {
    color: var(--primary-color);
    font-weight: 600;
}

.usermanagement-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.usermanagement-client {
    border: 0.2px solid #979797;
    /*height: 7rem;*/
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    /* flex-basis: fit-content; */
    flex-wrap: wrap;
    padding-left: 2rem;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.usermanagement-role {
    border: 0.2px solid #979797;
    height: 7rem;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    /* flex-basis: fit-content; */
    flex-wrap: wrap;
    padding-left: 2rem;
    justify-content: center;
}

.role-section,
.role-lowersection {
    display: flex;
    /*justify-content: space-between;*/
    width: 63rem;
    flex-wrap: wrap;
}
.role-section label,
.role-lowersection label {
    margin-right: 100px;
    display: flex;
    gap: 10px;
}

.useredit-savecancel {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem 0rem 2rem 0rem;
}
.resend-link{
    margin-left: 1rem;
}
.resend-link button{
    color: var(--primary-color) !important;
    background-color: #f1f9fe !important;
    border: 1px solid var(--primary-color) !important;
    width: 7.2rem !important;
    font-size: 14px;
}

.form-switch {
    display: flex;
    gap: 1rem;
    padding-left: 3rem !important;
    padding-top: 0.3rem;
}


.disabled-label {
    color: #BD4360;
}

.enabled-label {
    color: #2d9061;
}
/* Add more variations if needed */

.useredit-saved {
    background-color: var(--primary-color) !important;
    border: none !important;
    color: white !important;
}

.useredit-cancel {
    background-color: #e7e7e9 !important;
    border: none !important;
    color: var(--grey1) !important;
    border-radius: 3px;
}

.userproduct-accordion {
    border: 0.3px solid #d9d9d9 !important;
}

.usermanagement-client h6 {
    color: #1b3a53 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.usermanagement-role h6 {
    color: #1b3a53 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.usermanagement-content label {
    color: #343942 !important;
    font-size: 14px !important;
}

.accordion-item button {
    color: var(--primary-color) !important ;
}
.accordion-button::after {
    margin-left: 0 !important;
}

.accordion-item .accordion-header button {
    gap: 10px;
    /* align-content: center; */
    justify-content: left;
    display: flex;
    flex-direction: row-reverse;
}

.accordion-header #headingTwo {
    padding-right: 91%;
}
.accordion-button:not(.collapsed) {
    background-color: transparent !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}

/* .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
} */
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem !important;
    height: 1.25rem !important;
    content: "";
    background-color: #f2f9ff;
    border-radius: 50%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234492CF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/*.accordion-button::after {*/
/*    background-repeat: no-repeat;*/
/*    background-size: 24px;*/
/*    transition: var(--bs-accordion-btn-icon-transition);*/
/*}*/


.accordion-header #headingThree {
    padding-right: 89%;
}
/* Client Page CSS */

.modal-product-domain {
    margin-bottom: 0.15rem;
    padding: 1rem;
    display: flex;
    background: #fff3ec;
    justify-content: space-between;
}

.modal-product {
    font-size: 14px;
    color: #343942;
    font-weight: bold;
}

.modal-domain {
    font-size: 14px;
    color: #475569;
}

/* Add/Edit Client Page */


.container-margin{
    margin-left: 15rem!important;
    display: flex;
    flex-direction: column;

}

.client-inputfield {
    display: flex;
    gap: 4rem;
    width:106%
}

#clientLogo{
    margin-bottom: 0!important;
    width: 22rem;
    height: 34px;
}

.clientkey {
    display: flex;
    margin-bottom: 1rem;
}

.clientkey button {
    height: 2.5rem;
    width: max-content;
    background: var(--secondary-color);
    border: none;
    cursor: pointer;
}
.clientkey button:hover {
    background: var(--secondary-color);
}
.clientkey button::after {
    background: var(--secondary-color);
}
.clientkey button::before {
    background: var(--secondary-color);
}
.clientkey button:active:focus {
    background: var(--secondary-color);
}

.client-formgroup {
    display: flex;
    align-items: center;
    width: 100%;
}

.clientform-label{
    width: 8rem!important;
}

.client-formgroup::placeholder {
    font-size: 14px !important;
}accordionadd-product{
     display: flex;
     flex-direction: column;
     gap: 1rem;
 }


.accordionadd-product button {
    color: white !important;
    background: var(--primary-color) !important;
    border: 0;
    cursor: pointer;

}

client-inputfield button{
    color: white !important;
    background: var(--primary-color) !important;
    border: 0;
    cursor: pointer;

}

.accordionadd-product button:hover {
    background-color: var(--primary-color) !important;
    border: 0;
}

.accordion-table table {
    margin: 0;
}

.addproduct-option {
    display: flex;
    /* height: 4rem; */
    /* align-items: center; */
    gap: 2rem;
}

.addproduct-option select {
    width: 45%;
    font-size: 14px;
    height: 54%;
}
.modal-footer {
    display: block !important;
    border-top: 0 !important;
}

.formFile input {
    background: transparent;
}

input[type="file"]::file-selector-button {
    border: none;
    border-radius: 0.2em;
    background-color: var(--primary-color);
    color: var(--button-text);
    transition: 1s;
}

input[type="file"]::file-selector-button:hover {
    background-color: var(--primary-color) !important;
    color: var(--button-text) !important;
    border: none !important;
}

.modal-deletesection {
    font-family: "Roboto";
    letter-spacing: normal;
}

.modal-deletesection .modal-header {
    color: #d92550;
    font-weight: bold;
}

.modal-deletesection .modal-body {
    color: #423f51;
}

#cancel-button {
    background-color: #e7e7e9 !important;
    color: #423f51 !important;
}

#delete-button {
    background-color: #d92550 !important;
    color: var(--button-text) !important;
}

.btn-check:focus + .btn,
.btn:focus {
    box-shadow: none !important;
}
.pagination {
    margin: 0px;
}

@media only screen and (min-width: 1450px) {
    .page-section {
        gap: 70rem;
    }
    .user-uppersection {
        width: 99%;
    }
    .client-uppersection{
        width: 99%;
    }
    .role-uppersection{
        width: 99%;
    }
    .vendor-uppersection{
        width: 99%;
    }
    .product-uppersection{
        width: 99%;
    }

    /*.custom-alert{
        width: 92.5rem!important;
    }*/

    .pagination{
        padding-right: 3rem!important;
    }
}

@media only screen and (max-width: 1450px) {
    .custom-alert{
        width: 92.5rem!important;
    }
}

.expiry-date-danger{
    color: #d92550 !important;
    width: 20rem;
}

.content-div {
    display: flex;
    flex-direction: column;
}

/* Product Page */
.upper-title {
    display: flex;
    margin-left: 16rem;
    align-items: center;
    padding: 2rem 2rem 1.5rem 2rem;
}

.table-section table {
    margin: 0;
    width: 98% !important;
}

.user-productmodal label {
    color: #343942;
    display: flex;
}

.user-productmodal .form-group label input {
    width: 29rem !important;
}

.user-productmodal .form-check label {
    font-size: 14px;
    color: #343942;
}

.user-productmodal .form-check-input:checked {
    background-color: var(--secondary-color);
    border: none;
}

.user-productmodal .form-check-input:focus {
    box-shadow: none;
}

/* ADD VENDOR */

.popup-addbutton {
    background-color: var(--primary-color) !important;
    border: none !important;
}

.popup-addbutton :hover {
    background-color: var(--primary-color);
}
.popup-addbutton :active {
    background-color: var(--primary-color);
}

.add-vendor .modal-footer .modal-cancel {
    background-color: var(--grey-light);
    color: var(--grey1);
}

.add-vendor .modal-footer .modal-add {
    background-color: var(--primary-color);
    color: var(--button-text);
}

.add-vendor .modal-footer .modal-add:hover {
    background-color: var(--primary-color);
    color: var(--button-text);
}

.add-vendor .modal-footer .modal-add:active {
    background-color: var(--primary-color);
    color: var(--button-text);
}


.client-jobs-dropdown{
    display: flex;
    flex-direction: row;
    gap: 35px;
    width: 100% !important;

}

.client-jobs-dropdown, .secondary-form-select{
    height: 42px;
    cursor: pointer;
    border-color: #898793 !important;
    color: #020104;
    font-size: 14px;
}

.secondary-form-select{
    width: 90%;
}

.input-form-100{
    display: flex !important;
    flex-direction: column;
    width: 100%;
}

.icon-button {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 10px;
    border: 0;
    border-radius: 7px;
    background-color: #0e486d;
    color: #fefefe;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s ease-in;
    width: fit-content;
    height: fit-content;
}

.icon-button:hover {
    background-color: #898793 !important;
    color:  #fefefe !important;
    transition: 0.2s ease-in;
}

.user-table {
    border: 1px solid #e3e4e6;
}

.usertable-head tr th {
    border-bottom: none !important;
    vertical-align: middle !important;
    /* padding: 0.5rem 1.5rem !important; */
}

.usertable-head {
    font-size: 14px;
    height: 4rem;
    border: 1px solid #e3e4e6;
    color: #0d1426;
}

.usertable-row {
    color: #343942;
    font-size: 14px;
    margin-bottom: 2rem;

    /* height: 4rem; */
    align-items: center;
    vertical-align: middle;
}
#role-product-section{
    width: 30rem;
    font-size: 13px;
}

/* ERROR PAGE */

.error-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-section h5 {
    color: var(--primary-color);
}

.error-section p {
    color: var(--grey-light);
    margin-top: -18px;
    font-size: 12px;
}

.error-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

/*
NewPassword */

.set-password {
    background: white;
    height: 28rem;
    border-radius: 5px;
    padding: 1rem;
    /* width: 80rem; */
    /* margin: 7rem; */
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.newpasssword-heading {
    display: flex;
    justify-content: center;
    color: var(--grey1);
    margin-bottom: 0rem;
}
.alert-danger{
    width: 97%;
    background: #fcf5f5!important;
    align-items: center;
    padding: 1rem;
}

.alert-success{
    width: 97%;
    background: #bfefe7!important;
    align-items: center;
    padding: 1rem;
  }
/* TEST */

.accordion-product {
    display: flex;
    gap: 1rem;
    background: white;
    border: 0.2px solid #979797;
    padding: 2rem;
    border-radius: 6px;
}

.addProductSelect {
    width: 16rem;
    height: 100%;
    border: 1px solid #ced4da;
    font-size: 14px;
    border-radius: 0.25rem;
}

.client-domain {
    width: 40rem;
}
.client-domain input {
    width: 40rem;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.product-addbutton {
    background-color: var(--primary-color) !important;
    color: var(--button-text) !important;
    border: none !important;
}

.product-addbutton:active {
    border: 1px solid #ced4da;
}

#custom-badge {
    background-color: #24a092;
}

#addedValuesContainer {
    margin-top: 10px;
}

.added-value {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    /*padding: 8px;*/
    border: 0!important;
    border-radius: 5px;
}

.added-value-name {
    flex: 1;
}

.remove-button {
    cursor: pointer;
    margin-left: 10px;
}



/* For Windows */

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-contents {
        gap: 49rem;
    }

    .user-uppersection {
        gap: 3rem;
    }
    .user-table {
        overflow-y: scroll; /* Add the ability to scroll */
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .user-table::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .user-table {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}

.useredit-lower{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.error-message{

    color: #BD4360;
}