:root {
    --cms-active-color: #FF9800;
	--cms-hover-color: #3498db;
	
	--cms-hover-color-table: #101010;    
	--cms-hover-color-font-table:white;
	
	--cms-menu-hover-color:#fbb00b!important;
	--cms-menu-font-hover-color:white;
}


.body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #c8c8c8;
  background-color: #272b30;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #fbb00b !important;
  border-color: #fbb00b !important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
  margin-left: 4px;
  flex-wrap: wrap;
}

.table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #e3e6f0;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: white;
  /*background-color: #d8d8d8;*/
  /*background-color: #2e2e2e;*/
  background-color: transparent;
  border-collapse:collapse;
}


.card-bodyx{
  background-color: transparent!important;

}
.thead {
  background-color: #000000 !important;
}



.order_row1 {
  opacity: 1;
  background-color: #ffffff;
  color: black;
  font-weight: 400;
}

.order_row2 {
  opacity: 1;
  background-color: #f6f6f6;
  color: black;
  font-weight: 400;

}

.sidebar .nav-item .nav-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1rem;
  width: 10rem;
  font-size: 1rem;
  padding: 1px;
}



.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #ffffff;
  color: black;
}

.table-striped>tbody>tr:nth-of-type(even) {
  background-color: #d8d3d3;
  color: black;
}

.table-hover>tbody>tr:hover {
  background-color: var(--cms-hover-color-table);
}




.table-row:nth-of-type(odd) {
  background-color: #cfcfcf;
  color: black;
  font-weight: 400;
}

.table-row:nth-of-type(even) {
  background-color: #e9e8e8;
  color: black;
  font-weight: 400;
}

.table-row:hover {
  background-color: var(--cms-hover-color-table);
  color: var(--cms-hover-color-font-table);
  font-weight: 450;
  text-decoration: none;
  /*font-size:19px;*/
}


.table {
  display: table;
}

.table-row {
  display: table-row;
  text-decoration: none;
}

.table-cell {
  display: table-cell;
  padding: 3px;
  font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


.image-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.image-popup img {
 width: 50%;
 height: 50%;
  display: block;
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.thumbnail-image {
  width: 200px;
  height: auto;
  cursor: pointer;
}

.bg-dark {
  background-color: #000000 !important;
}

.dropdown .dropdown-menu {
  font-size: 1rem;
  font-weight: 800;
}

.dropdown-item {
  color: white;
  padding: 15px;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.dropdown-item:not(:last-child) {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.dropdown-item:hover {

  
  background-color: var(--cms-menu-hover-color);
  color: var(--cms-menu-font-hover-color);
  border-radius: 10px;
  margin: 0px;
  font-weight:700;
  font-size:19px;
}

.dropdown-menu {
  background-color: rgb(77, 73, 73) !important;
  color: white !important;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
  top:30px;
}

.navbar-dark .navbar-nav .nav-link {
color: rgb(255 255 255);

}

.dropdown{
  left: -3px;
  top:-5px;
}

.tab-content-custom {
  background-color: #00BCD4;
  padding: 5px;
}

.btn-child {
  color: #fff;
  background-color: black;
  border-color: #858796;
}

.status-created { 

    color: yellow; /* Softer red color for a less harsh look */
    font-weight: bold;
    background-color: #311c1c; /* Dark gray instead of solid black */
    padding: 5px 10px; /* Adds some padding around the text */
    border-radius: 5px; /* Rounded corners for a modern look */
    display: inline-block; /* Keeps it inline but adds the padding */
    text-transform: uppercase; /* Makes the text uppercase for emphasis */
    font-size: 0.9em; /* Slightly smaller font size */
      border: 1px solid yellow;
	width:100%;
	vertical-align:bottom;
}

.status-closed {
  color: #808080; /* Softer gray */
  font-weight: bold;
  background-color: #f0f0f0; /* Light gray background for contrast */
  padding: 5px 10px; /* Padding for a neat border around text */
  border-radius: 5px; /* Rounded corners for a polished look */
  display: inline-block; /* Ensures padding and background wrap neatly */
  text-transform: uppercase; /* Emphasizes status with uppercase text */
  font-size: 0.9em; /* Slightly reduced font size for subtlety */
  border: 1px solid #ccc; /* Adds a border for a defined look */
  width:100%;
  vertical-align:bottom;
}

.status-canceled {
  color: red; /* Softer red color for a less harsh look */
  font-weight: bold;
  background-color: #333; /* Dark gray instead of solid black */
  padding: 5px 10px; /* Adds some padding around the text */
  border-radius: 5px; /* Rounded corners for a modern look */
  display: inline-block; /* Keeps it inline but adds the padding */
  text-transform: uppercase; /* Makes the text uppercase for emphasis */
  font-size: 0.9em; /* Slightly smaller font size */
  border: 1px solid red;
  width:100%;
  vertical-align:bottom;
  
}

.status-pending {
  color: #ff9c36; /* Vibrant orange to signify pending status */
  font-weight: bold;
  background-color: #e0e0e0; /* Light gray for a softer background */
  padding: 5px 10px; /* Adds space around text */
  border-radius: 5px; /* Rounded corners for modern look */
  display: inline-block; /* Keeps styling intact with padding */
  text-transform: uppercase; /* Emphasizes pending status */
  font-size: 0.9em; /* Slightly smaller font for balance */
  border: 1px solid #ff9c36; /* Orange border to highlight */
  width:100%;
  vertical-align:bottom;
}

.status-delivered {
  color: #59ff59; /* Bright green for delivered status */
  font-weight: bold;
  background-color: #1a1a1a; /* Dark gray instead of pure black for softer contrast */
  padding: 5px 10px; /* Adds padding for consistent styling */
  border-radius: 5px; /* Rounded corners for a polished look */
  display: inline-block; /* Keeps padding and background consistent */
  text-transform: uppercase; /* Emphasizes delivered status */
  font-size: 0.9em; /* Slightly smaller font for balance */
  border: 1px solid #59ff59; /* Green border to highlight status */
  width:100%;
  vertical-align:bottom;
}

.containerSpe {
  margin-right: auto;
  margin-left: auto;
  min-width: 100%; 
  background-image: url(/images/bg.png);
}

.containerSpeHiddenMenu {
  margin-right: auto;
  margin-left: auto;
  min-width: 100%;
  background-color: #303030; 
 
}


.custom-checkbox_CMS {
  width: 20;
  height: 20;
  position: inherit;
  padding: 0px;
}

.table-row {
  transition: all 0.3s;
}

/* Selected style for rows */
.selected-row {
    opacity: 0.95;
    background-color: red !important;
    color: #ffffff ! Important;
    font-weight: bold !important;
}

.nav-item{
font-size: 20px;
font-weight: 700;}


.dropdown .dropdown-menu {
  width: 250px;
  right: 0;
}
.sort-arrows {
            position: relative;
            display: inline-block;
}
.fa-sort-down {
   position: absolute;
   top: 7px;
   left: 0;
       margin-top: 3px;
}


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 5px solid rgb(0 0 0 / 46%);
}




/* Scrollbar Track */
        ::-webkit-scrollbar-track {
            background-color: #f1f1f1; /* Change background color */
        }

        /* Scrollbar Handle */
        ::-webkit-scrollbar-thumb {
            background-color: #f6b000; /* Change handle color */
            border-radius: 5px; /* Round corners */
        }

        /* Scrollbar Handle on Hover */
        ::-webkit-scrollbar-thumb:hover {
            background-color: #555; /* Change handle color on hover */
        }

        /* Scrollbar Button */
        ::-webkit-scrollbar-button {
            display: none; /* Hide scrollbar buttons */
        }

        /* Corner */
        ::-webkit-scrollbar-corner {
            background-color: transparent; /* Change corner color */
        }

        /* Scrollbar Width and Height */
        ::-webkit-scrollbar {
            width: 15px; /* Adjust width */
            height: 100%; /* Adjust height */
        }

        /* Scrollbar Orientation */
        ::-webkit-scrollbar:vertical {
            /* Vertical scrollbar styles */
                  display: block;
                  background-color: red;
        }

        ::-webkit-scrollbar:horizontal {
                display: block;
            /* Horizontal scrollbar styles */
        }

        /* Scrollbar Pseudo-Elements (for styling arrows, etc.) */
        ::-webkit-scrollbar-button:start:decrement,
        ::-webkit-scrollbar-button:end:increment {
            display: none; /* Hide start and end buttons */
        }

.child-element {
    width: 200vw; /* Forces horizontal overflow */
}
::-webkit-scrollbar {
    height: 10px; /* Ensure height is set for horizontal bar */
}
::-webkit-scrollbar:horizontal {
    display: block !important;
}


.cms-backup-table-icon{
	color: white;
}

.cms-reports-icon{
  color:red;  
  }


.cms-donwload-icon{
  color: darkorange; 
  }

.cms-upload-icon{
 color: chartreuse;     
 }
 
 .cms-view-pdf-icon{
	color: chartreuse;    
 }
 .cms-backups-icon{	 
	 color: blueviolet;
 } 
 
.cms-disabled-link {
            color: gray; 
            pointer-events: none;
}

.cms-icon-size{
	 font-size: 30px;
}
.custom-checkbox_CMS2{
    /* box-sizing: border-box; */
    padding: 0;
    /* font-size: 79px; */
    /* size: 100px; */
    transform: scale(1.5);
    /* transform-origin: center; */
    /* margin: 5px; */
    vertical-align: middle;
    /* align-items: self-end;*/
}

.custom-checkbox_CMS{  
  /* box-sizing: border-box; */
    padding: 0;
    /* font-size: 79px; */
    /* size: 100px; */
    transform: scale(1.5);
    /* transform-origin: center; */
    /* margin: 5px; */
    vertical-align: middle;
    /* align-items: self-end;*/
	}
	
	
	


/**/
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 26px;
}

/* Hide default checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

/* Circle knob */
.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* Checked state */
input:checked + .slider {
  background-color: #4CAF50; /* green */
}

input:checked + .slider:before {
  transform: translateX(26px);
}