:root {
    --text-white: #ffff;
    --text-gray: rgb(102, 102, 102);

    --thead:rgb(68, 68, 68);
    --tbody: #eee;
    --table-height:100%;

    --border-light:1px solid rgba(0, 0, 0,0.2);
    --nav-header-banner: rgba(0, 0, 0,0);
    --nav-header-banner-btn:rgba(0, 0, 0,0);
    --nav-header-banner-btn-border: rgb(95, 95, 95);
    --nav-header-banner-btn-hover-focus-active:rgba(0, 0, 0, 0.7);
    --filter-group-gap: 2rem;
    --container-table-p-lr:15px;

    --switch-color-success:rgb(75, 68, 193);;
    --switch-color-success-focus:rgb(75, 68, 193);;
    --switch-color-fail:#d4d4d4;
    --switch-color-slider:#ffffff;
    --input-border-color:rgb(0,0,0,0.14);

    --table-header-bg: #ffffff;

    --accent-foreground: 0 0% 98%;
    --pagination-background-hover: 240 3.7% 82.9%;
    --pagination-color-hover: rgba(0,0,0,1);

    --scrollbar-thumb-color: #7e7e7e;
    --scrollbar-track-color: #F5F5F5;

}
.form-loading{
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    text-shadow: 0 4px 4px black;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
#EntityFormPanel {
    border: none;
}
.pagination{
    display: flex;
    flex-direction: row;
    gap: 2px;
    list-style: none;
    li {
        display: list-item;
        text-align: -webkit-match-parent;
        unicode-bidi: isolate;    
        width: 40px;
        height: 40px;
        a {
            padding: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center; 
            text-decoration: none;
            border-radius: calc(0.5rem - 2px);
        }
        a:hover {
            background-color: hsl(var(--pagination-background-hover)) !important;
            text-decoration: none;
            color: var(--pagination-color-hover);
        }
    }
    li:first-child>a {
        border-bottom-left-radius: calc(0.5rem - 2px);
        border-top-left-radius: calc(0.5rem - 2px);
        font-weight: 900;
    }
    li:last-child>a {
        border-bottom-right-radius: calc(0.5rem - 2px);
        border-top-right-radius: calc(0.5rem - 2px);
        font-weight: 900;
    }
    .active {
        background-color: rgba(0, 0, 0, 0) !important;
        border: solid 1px hsl(var(--pagination-background-hover));
        color: black;
    }
}
/* .checkbox-round {
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 2px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: #54bb46;
} */
.btn-primary {
    border-color: #ccc;
}
.container {
    width: 100%;
}
.listItem-915 {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    position: relative;
    align-items: center;
}
.listItem-915:last-child .ms-Breadcrumb-itemLink{
    font-weight: 600;
    color: rgb(50, 49, 48);
}

.itemLink-921 {
    font-family: "Segoe UI", "Segoe UI Web (West European)", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    font-weight: 400;
    color: rgb(50, 49, 48);
    outline: transparent;
    text-decoration: none;
    background: none transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    cursor: pointer;
    display: inline;
    margin: 0px;
    overflow: hidden;
    padding: 0px 8px;
    text-align: left;
    text-overflow: ellipsis;
    border-bottom: 1px solid transparent;
    position: relative;
    white-space: nowrap;
    line-height: 36px;
    user-select: text;
}
.list-914 {
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: stretch;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent
}
.toolbar-actions {
    display: flex; 
    gap:10px;
}
.filter-item-number>input {
    width: 9rem;
    border:none;
    padding-left: 1rem;
}
.modal-form .modal-body .reasonPopup {
    width: 100%;
    height: 100%;
    align-content: space-between;
}
.modal-form .modal-body .reasonPopup .textareacontainer {
    min-height: 150px;
}
.modal-form .modal-body .reasonPopup .textareacontainer textarea {
    max-width: 100%;
}
.gridItem {
    display:flex; 
    flex-direction: column;
}
.gridRowItem {
    display:flex;
    gap: 20px;
}
/* .reasonPopup {
    position: absolute;
    background-color: gray;
    width: 400px;
    height: 300px;
    top: 50px;
    left: 50px;
    padding: 15px;
    display:grid;
    flex-direction: column;
    align-content: space-between;
  } */
@media (max-width: 768px) {
    

}

@media (max-width: 992px) {
  
}
@media (max-width: 1200px) {
  
}

/* .nav-banner-header {
    display:flex;
    gap:1px;
    background-color:var(--nav-header-banner);
} */

/* .nav-banner-header .btn {
    font-size: 14px;
} */
/* .nav-banner-header .btn:hover, .btn:focus, .btn:active {
    color:var(--nav-header-banner-btn-hover-focus-active) !important;
    outline:none;
} */
.nav-lvl-btn {
    background-color:var(--nav-header-banner-btn);
  /*   border-color: var(--nav-header-banner-btn-border);
    color:var(--text-white);
    font-weight: 400;
    border-radius: 4px; */
}

/* .nav-lvl-btn:hover {
    color:rgba(0, 0, 0, 0.7) !important
}
.nav-lvl-btn:first-of-type::before {
    display: none;
}
.nav-lvl-btn:first-of-type {
    padding-left:1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
 */
.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}
.btn-arrow-right {
    padding-left: 36px;
}
.btn-arrow-left {
    padding-right: 36px;
}
.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after { /* make two squares (before and after), looking similar to the button */
    content:"";
    position: absolute;
    top: 5px; /* move it down because of rounded corners */
    width: 22px; /* same as height */
    height: 22px; /* button_outer_height / sqrt(2) */
    background: inherit; /* use parent background */
    border: inherit; /* use parent border */
    border-left-color: transparent; /* hide left border */
    border-bottom-color: transparent; /* hide bottom border */
    border-radius: 0px 4px 0px 0px; /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
}
.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg); /* rotate right arrow squares 45 deg to point right */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg); /* rotate left arrow squares 225 deg to point left */
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}
.btn-arrow-right:before,
.btn-arrow-left:before { /* align the "before" square to the left */
    left: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:after { /* align the "after" square to the right */
    right: -11px;
}
.btn-arrow-right:after,
.btn-arrow-left:before { /* bring arrow pointers to front */
    z-index: 1;
}
.btn-arrow-right:before,
.btn-arrow-left:after { /* hide arrow tails background */
    background-color:rgb(68, 68, 68);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 20px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .container-table .alert {
    padding: 6px;
    margin-bottom: 0px;
  }
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--switch-color-fail);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 2px;
    bottom: 1px;
    background-color: var(--switch-color-slider);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: var(--switch-color-success);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px var(--switch-color-success-focus);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 26px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .entitylist-filter-option-group>input {
    color: #2A2C2E;
    border: 1px solid;
    background-color: #222222;
    border-color: #222222;
    border-radius: 3px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
    background-color: transparent;
    color: #222222;
}

.styled-scrollbars {
    /* Foreground, Background */
    scrollbar-color: #999 #333;
  }
  .styled-scrollbars::-webkit-scrollbar {
    width: 10px; /* Mostly for vertical scrollbars */
    height: 10px; /* Mostly for horizontal scrollbars */
  }
  .styled-scrollbars::-webkit-scrollbar-thumb { /* Foreground */
    background: #999;
  }
  .styled-scrollbars::-webkit-scrollbar-track { /* Background */
    background: #333;
  }
  /* Track */
::-webkit-scrollbar-track
{
   /*  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background-color: var(--scrollbar-track-color);
}
  /* Corner */
::-webkit-scrollbar-corner {
    /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
       background:var(--scrollbar-track-color);
   }
/* Width */
::-webkit-scrollbar
{
  width: 12px;
  background-color: var(--scrollbar-track-color)
}
  /* Handle */
::-webkit-scrollbar-thumb
{
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: var(--scrollbar-thumb-color)
}
/*   //Handle on hover
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  } */
.input-group-daterangeapply{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px,1fr));
    justify-content: center;
    gap: 15px;
    width:100%;
}

/*some space for view dropdown on right side*/
#filterDropdownId {
    margin-right: 0.5em;
}