:root {
    --light-grey: #F7F9FB;
}

.fs-10 {
    font-size: 10px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.-z-10{
    z-index:-1;
}
.bg-light-grey {
    background-color: var(--light-grey);
}

.main-container-login {
    display: grid;
    grid-template-columns: 0.5fr 1.2fr;
    grid-template-rows: 1fr;
}

.search input {
    padding: 5px 5px 5px 36px !important;
    line-height: 1.8;
    background-color: rgba(28, 28, 28, 0.2);
}

.search svg {
    transform: translateX(29px);
}

.sidebar {
    border-right: 1px solid rgba(28, 28, 28, 0.1);
    height: 100dvh;
}

.sidebar ul {
    padding: 0;
}

.sidebar ul>li {
    list-style: none;
}

.sidebar ul>li {
    padding: 0;
    list-style: none;
}

.sidebar ul>li a {
    display: flex;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    font-size: 0.9rem;
    color: #000;
    position: relative;
    padding: 7px 0;
    transition: 0.3s ease;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 1px;
}

.sidebar ul>li a::before {
    content: "";
    position: relative;
    left: -2px;
    height: 16px;
    width: 4px;
    border-radius: 10px;
    ;
}

.sidebar ul>li a.active {
    background-color: rgba(243, 243, 243, 1);
}

.sidebar ul>li a.active::before {
    background-color: rgba(167, 13, 13, 1);

}

.dropdown-content a::before {
    display: none;
}

.dropdown-content a.active {
    color: rgba(167, 13, 13, 1);
    background-color: transparent !important;
}
.dropdown-content .dropdown-sub-btn.active{
    background-color: rgba(243, 243, 243, 1) !important;
}
.dropdown-content ul>li {
    list-style: none;
    padding: 0 0 0 38px;
}

.dropdown-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
}

.dropdown-content.active {
    height: auto !important;
    opacity: 1;
}
.dropdown-Sub-Content{
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease;
}
.dropdown-Sub-Content.active{
    height: auto !important;
    opacity: 1;
}
.toggle-btn {
    transition: transform 0.3s;
}

.arrow-rotate {
    transform: rotate(90deg);
}

.topbar .right input {
    padding: 5px 5px 5px 36px !important;
    line-height: 1.5;
    background-color: rgba(28, 28, 28, 0.05);
    border: 0;
}

.topbar .right svg {
    top: 9px;
    left: 9px;
}

.topbar .profile {
    position: relative;
}

.topbar .profile .dropdown-profile {
    position: absolute;
    flex-direction: column;
    background-color: #fff;
    box-shadow: 0px 0px 11px #0000001a;
    /* top: 53px; */
    border-radius: 5px;
    padding: 8px 0;
    display: none;
    z-index: 99;
}

.topbar .profile .dropdown-profile a {
    padding: 8px 15px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    transition: 0.3s ease;
}

.topbar .profile .dropdown-profile a:hover {
    background-color: #e6e6e6;
}

table tr th,
tr td {
    color: rgba(28, 28, 28, 0.4);
    border-bottom: 1px solid rgba(28, 28, 28, 0.2);
    font-weight: 400;
    font-size: 14px;
    padding: 10px
}

table tr td {
    color: rgba(28, 28, 28, 1);
    font-weight: 500;
    border-bottom: 1px solid rgba(28, 28, 28, 0.05);
}

table tr:hover {
    transition: 0.3s ease;
}

table tr:hover {
    background-color: rgba(247, 249, 251, 1);
}

.form-check-input {
    margin-top: 0
}

.form-check-input:checked {
    background-color: rgba(28, 28, 28, 1);
    border-color: rgba(28, 28, 28, 1);
}

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

.form-control,
.form-select {
    line-height: 1.9;
    font-size: 14px;
}

.form-control:focus {
    border: 1px solid rgba(167, 13, 13, 1);
    caret-color: rgba(167, 13, 13, 1);
}


.list-table table {
    box-shadow: 2px 4px 15.600000381469727px 0px rgba(0, 0, 0, 0.09);

}

.list-table table tr th,
.list-table table tr td {
    background-color: rgba(229, 236, 246, 1);
    color: rgba(36, 36, 36, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    border-right: 1.5px solid rgba(223, 223, 223, 1);
    padding: 10px 22px;
}

.list-table table tr th:nth-child(3),
.list-table table tr td:nth-child(3) {
    border-right: 0;
}

.list-table table tr td {
    background-color: #fff;
    color: rgba(36, 36, 36, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    border-right: 1.5px solid rgba(223, 223, 223, 1);
}

.list-2 table tr th,
.list-2 table tr td {
    border-right: 0;
}

/*custom inpu file*/

/* .custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
  } */
input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: rgba(167, 13, 13, 0.09);
    padding: 15px 40px 15px 70px;
    color: #A70D0D;
    cursor: pointer;
    transition: background .2s ease-in-out;
    font-size: 15px
}


.input-custom svg {
    left: 49px;
    top: 17px;
}

.programming-stats {
    display: flex;
    align-items: center;
    gap: 20px
}

.chart-container {
    position: relative;
    width: 50%;
    padding: 16px;
    /* Adjust as needed */
    box-sizing: border-box;
}

.programming-stats .details {
    width: 100%
}

.programming-stats .details ul {
    list-style: none;
    padding: 0;
}

.programming-stats .details ul li {
    font-size: 16px;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
    width: 100%
}
.permission,
.permissionsub,
.permissionsubBtn{
    cursor: pointer;
}
.mainBody{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.permissionsubBody{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.permissionsubBodySubTitle{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.ri-arrow-right-s-line {
    transition: transform 0.3s ease;
}
.rotate-arrow {
    transform: rotate(90deg);
}
/* user create password validation div start */
#message {
    display:none;
    background: #fff;
    color: #000;
    position: absolute;
    padding: 10px;
    margin-top: 5px;
    z-index: 99;
    box-shadow: 1px 1px 15px #0000003b;
  }
  
  #message p {
    padding: 0 35px;
    font-size: 14px !important;
  }
  
  /* Add a green text color and a checkmark when the requirements are right */
  .valid {
    color: green;
  }
  
  .valid:before {
    position: relative;
    left: -35px;
    content: "✔";
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .invalid {
    color: red;
  }
  
  .invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
  }
/* user create password validation div end */

.dropdown-Sub-Content a{
   padding: 7px 0 7px 25px !important;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 3px;
  }
  .custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(222, 222, 222);
    border-radius: 5px;
  }

  .offcanvasOvelay{
    background-color: #00000075;
    position: fixed;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
  }
  .offcanvasBody{
    position: absolute;
    right: -370px;
    width: 370px;
    height: 100vh;
    background-color: #fff;
    transition: 0.3s;
  }
  .itemList{
    padding: 0;
  }
  .itemList li{
    list-style: none;
    padding: 8px 7px 8px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(245 245 245);
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 10px;
  }