﻿html {
    font-family: 'Inter', sans-serif;
}
body {
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

button:focus, button:active {
    outline: none;
    box-shadow: none;
    border-color: inherit; 
}
a:hover {
    color: inherit;
}
.loginDiv {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 355px;
    border-radius: 18px;
    padding: 24px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background-color: white;
    position: relative;
}

.loginTxt {
    font-weight: 700;
    font-size: 32px;
    line-height: 38.73px;
    letter-spacing: 0px;
    width: 87px;
    height: 39px;
    margin: 0;
    color: rgba(17, 24, 39, 1);
}

.loginInfoTxt {
    color: rgba(184, 184, 184, 1);
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.12px;
    margin: 0;
}

.loginLbl {
    font-weight: 500;
    font-size: 12px;
    line-height: 16.8px;
    letter-spacing: -0.12px;
    margin: 0;
    color: rgba(108, 114, 120, 1);
}

.loginInput {
    width: 307px;
    height: 16px;
    border-radius: 8px;
    gap: 10px;
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
    border-width: 1px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(237, 241, 243, 1);
    margin-top: 7px;
    font-size: 12px;
    line-height: 16.8px;
    color: rgba(129, 116, 116, 1);
    font-weight:300;
}

.loginCheckBox {
    width: 16px;
    height: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(227, 235, 242, 1);
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    display: inline-block;
}

    .loginCheckBox:checked {
        background: rgba(0, 123, 255, 1);
        border: 1px solid rgba(0, 123, 255, 1);
    }

        .loginCheckBox:checked::after {
            content: "✔";
            font-size: 12px;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            height: 100%;
        }

.loginBtn {
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    width: 330px;
    height: 45px;
    border-radius: 8px;
    gap: 16px;
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 14px;
    padding-left: 12px;
    border-width: 1px;
    background: linear-gradient(90deg, #FF13BD 0%, #FF8329 100%);
    border: 1px solid rgba(255, 255, 255, 1);
    cursor: pointer;
}
.loginOuterCont {
    height: 94vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

input:focus {
    border-color: #86b7fe; 
    box-shadow: 0 0 4px rgba(13, 110, 253, 0.25); 
    outline: none; 
}
.loginCard1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.loginCard2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rememberMeCard {
    margin-top: 25px;
    display: flex;
    align-items: center;
    align-self: flex-start;
    padding-left: 15px;
}
.loginBtnCard {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.me-10 {
    margin-left: 10px;
}
.mt-30 {
    margin-top: 30px;
}

.password-container div {
    position:relative;
}

.toggle-password {
    position: absolute;
    right: 12px; 
    top: 55%;
    font-size: 16px;
    cursor: pointer;
    color: rgba(129, 116, 116, 1);
    background: none;
    border: none;
}


.vSideBar {
    width: 250px;
    height: 100vh;
    background-color: black;
}
.vSideBar:hover {
    width: 250px !important; 
}
.topBar {
    width: 100vw;
    height: 85px;
    background-color: black;
}
.vSideBar .navLinkList {
    list-style: none;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    padding: 0px;
    margin-top: 20px;
}
.vSideBar .navLinkContainer {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 246px;
    border: 1px;
}

    .vSideBar .navLink{
        height:17px;
    }
.mainContainer {
    background-color:black;
    width:100vw;

}
.main {
    width: 100%;
    height: 90vh;
    background: rgba(35, 35, 35, 1);
    border-top-left-radius: 24px;
    padding-top: 26px;
    padding-left: 35px;
    padding-right: 31px;
    padding-bottom:60px;
    overflow-y:scroll;
}
.vSideBar a {
    margin-left: 28px;
    cursor: pointer;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
.vSideBar a span{
    margin-left: 18px;
}
.vSideBar .active{
    border-left: 3px solid;
    border-image-source: linear-gradient(184.11deg, #FF19B5 3.34%, #FF7C32 96.66%);
    border-image-slice: 1;
    font-weight:600;
}

.searchContainer {
    margin-left: 85px;
    position: relative;
    display: inline-block;
}
    .searchContainer input {
        width: 253px;
        height: 42px;
        border-radius: 10px;
        background: rgba(35, 35, 35, 1);
        border: none;
        padding-left: 14px;
        padding-top: 13px;
        padding-bottom: 12px;
        padding-right:42px;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        color: rgba(163, 163, 163, 1);
    }
.searchContainer img {
    position: absolute;
    left: 220px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    margin-top:2px;
}
.topBar .leftSection {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 70px;
}
.topBar p{
    margin:0px;
    color:white;
    font-size:16px;
    font-weight:500;
    line-height:19.36px;
}
.greetingSec{
    margin-left:24px;
}
.greetingSec p{
    margin-left: 11px;
}
.topBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topBar .rightSection{
margin-right:41px;
cursor:pointer;
}

.topModal input  {
    font-weight: 300;
    font-size: 14px;
    line-height: 19.94px;
    padding-top: 12px;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-right: 13px;
    width: 455px;
    height: 42px;
    border-radius: 5px;
    background: rgba(59, 71, 88, 1);
    border: none;
    margin-top: 15px;
    color: rgba(186, 196, 209, 1);
}
.topModal select {
    font-weight: 300;
    font-size: 14px;
    line-height: 19.94px;
    padding-top: 12px;
    padding-left: 13px;
    padding-bottom: 13px;
    padding-right: 13px;
    width: 455px;
    height: 42px;
    border-radius: 5px;
    background: rgba(59, 71, 88, 1);
    border: none;
    margin-top: 15px;
    color: rgba(186, 196, 209, 1);
}

 .modal-footer {
    padding: 0px;
    border: none;
}
 .modal-body {
    padding: 0px;
    margin-left: 16px;
    margin-right: 21px;
}
.topModal p {
    margin: 0px;
    color: white;
    font-size: 14px;
    font-weight: 400;
}
.modal-content {
    width: 492px;
    border-radius: 14px;
    background-color: rgba(29, 35, 44, 1);
}
 .modal-header {
    padding-left: 16px;
    padding-right: 16px;
    height:42px;
    border:none;
    margin-top:12px;
}
 .modal-footer {
    padding: 0px;
    margin-left: 16px;
    margin-right: 21px;
    margin-bottom:12px;
    margin-top:15px;
}
.modal {
    background: rgba(181, 181, 181, 0.3) !important; 
    backdrop-filter: blur(4px) !important;
}

.topModal input::placeholder {
    color: red;
    font-weight: 300;
    font-size: 14px;
    line-height: 16.94px;
    color: rgba(186, 196, 209, 1);
}
.topModal .inputContainer {
    margin-top: 24px;
}
.addEventBtn {
    width: 120px;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    background: linear-gradient(90.1deg, #FF1BB2 0.09%, #FF5566 56.64%, #FF812C 99.91%);
    border-radius: 6px;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mainContentTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 29.05px;
    color: rgba(255, 255, 255, 1);
    margin:0px;
}
.contentTop {
    display: flex;
    justify-content: space-between;
    margin-bottom:24px;
}
.saveBtn {
    background: linear-gradient(90deg, #FF1FAD 0%, #FE7E2D 100%);
    width: fit-content;
    height: 42px;
    border-radius: 6px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    color: rgba(255, 255, 255, 1);
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cancelBtn {
    background: rgba(151, 151, 151, 1);
    width: 72px;
    height: 32px;
    border-radius: 6px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    color: rgba(255, 255, 255, 1);
    border:none;
}
.assignBtn {
    background: linear-gradient(90deg, #FF1FAD 0%, #FE7E2D 100%);
    width: fit-content;
    height: 32px;
    border-radius: 6px;
    padding: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    color: rgba(255, 255, 255, 1);
    border: none;
    margin-left:9px;
    display:flex;
    justify-content:center;
    align-items:center;
    padding-left:10px;
    padding-right:10px;
}
.addCashierBtn {
    width: 137px;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    background: linear-gradient(90.1deg, #FF1BB2 0.09%, #FF5566 56.64%, #FF812C 99.91%);
    border-radius: 6px;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addMerchantBtn {
    width: 152px;
    height: 42px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    background: linear-gradient(90.1deg, #FF1BB2 0.09%, #FF5566 56.64%, #FF812C 99.91%);
    border-radius: 6px;
    border: none;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
table {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 10px !important;
    width: 100% !important;
    margin: 0 !important;
}
.tableContainer{
    margin-bottom:10px;
}
th, td {
    height: 42px;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 19.36px !important;
    color: rgba(255, 255, 255, 1) !important;
    padding-left:18px !important;
    text-align:start !important;
}
tr td {
    border-bottom: 1px solid rgba(137, 137, 137, 1);
}
.tdInnerWrap {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

thead tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

thead tr:first-child th:last-child {
    border-top-right-radius: 10px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
thead {
    background-color:rgb(131, 131, 131);
    width:100%;
}
tbody {
   background-color: rgb(79, 79, 79)
}
td:last-child, th:last-child {
    padding-right: 18px !important;
}
td:first-child, th:first-child {
    padding-left: 28px !important;
    text-align:center;
}
.tableImg{
    width:26px;
    height:26px;
    border-radius:3px;
    border:none;
}
.activeStatus {
    width: 61px;
    height: 18px;
    border-radius: 9px;
    background: rgba(138, 205, 72, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 10px;
    line-height: 12.1px;
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center;
    text-decoration: none;
}
.inActiveStatus {
    width: 61px;
    height: 18px;
    border-radius: 9px;
    /*    background: rgba(158, 154, 154, 1);
*/
    background-color: rgba(205, 72, 72, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 10px;
    line-height: 12.1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
}
.subMenu ul{
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    padding:0px;
}
.rotate-right {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.rotate-right2 {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}
.rotate-up {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
.rotate-down {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.subLink {
    display: none;
}
.active .subLink{
    display:block;
}
.subLinkActive {
    font-weight: 600;
}


#assignModal 

.modal-footer-assign {
    padding: 0px;
    border: none;
}

.modal-body-assign {
    padding: 0px;
    margin-left: 20px;
    margin-right: 21px;
}

#assignModal
.modal-dialog {
    max-width: 920px !important;
}

p {
    margin: 0px;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.contentAssign {
    width: 920px;
    border-radius: 14px;
    background-color: rgba(29, 35, 44, 1);
}

.modal-header-assign {
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    height: 42px;
    border: none;
}

.modal-footer-assing {
    text-align:right;
    padding: 0px;
    margin-left: 16px;
    margin-right: 48px;
    margin-bottom: 20px;
    margin-top: 15px;
    display:flex;
    justify-content:end;
}
.statistics .container {
    height: 98px;
    background: rgba(27, 27, 29, 1);
    border: 1px solid rgba(100, 100, 103, 1);
    border-radius:8px;
    margin-right:32px;
    padding:14px;
}
.statistics .stats{
    font-size:32px;
    font-weight:700;
    line-height:38.73px;
}
.statistics .statsLbl{
    font-size:14px;
    font-weight:400;
    line-height:16.94px;
}
.statistics .statsIcon {
    width: 32px;
    height: 32px;
    border-radius:4px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.statistics .totalEvent {
    background: rgba(54, 218, 120, 1);
}
.statistics .totalCashier {
    background: rgba(255, 89, 238, 1);
}
.statistics .totalMerchant {
    background: rgba(72, 157, 236, 1);
}
.chartContainer p {
    font-weight: 600;
    font-size: 16px;
    line-height: 19.36px;
    color: rgba(255, 255, 255, 1);
}
#chart {
    background: rgba(29, 35, 44, 1);
    padding-left:4px;
    padding-right:4px;
    padding-top:26px;
    padding-bottom:42px;
    margin-top:24px;
}
.arrowBtn {
    background-color: transparent;
    width: 54px;
    height: 25px;
    border-radius: 4px;
    padding: 0px;
    border: 1px solid rgba(167, 167, 167, 1);
    color: rgba(167, 167, 167, 1);
    margin-bottom:10px;
    text-align:center;
}
.userCard {
    margin-top: 5px;
    background-color: transparent;
    width: 320px;
    height: 270px;
    border-radius: 16px;
    padding: 12px 5px 8px 18px;
    border: 1px solid rgba(167, 167, 167, 1);
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    overflow-y: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
    .userCard label {
        line-height: 19.36px;
        font-size: 16px;
        font-weight: 400;
    }

    .userCard input[type="checkbox"] {
        appearance: none;
        width: 16px;
        height: 16px;
        border: 1px solid rgba(167, 167, 167, 1);
        background-color: transparent;
        display: inline-block;
        position: relative;
    }
    .userCard input[type="checkbox"]:checked {
            background-color: #17ad37;
            border-color: #17ad37;
    }

     .userCard input[type="checkbox"]:checked::after {
          content: '✔';
          color: white;
          font-size: 12px;
          font-weight: bold;
          position: absolute;
          left: 3px;
          top: -1px;
     }


.userCard::-webkit-scrollbar {
        display: none;
    }

.cardHead{
    font-size:18px;
    font-weight:500;
    margin-left:30px;
}

.labelTxt{
    margin-left:10px;
}
ul {
    list-style: none;
    padding: 0;
}
.contentAssign
li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}.text-danger {
    color: red;
    font-size: 1em;
    margin-top: 5px;
    display: block;
}
.actions-box {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 152px;
    padding-bottom: 11px;
    background-color: white;
    align-items: flex-start;
    margin-top: 12px;
    margin-left: 24px;
    padding:9px;
    margin-bottom:12px;
}

.actionBtn {
    border: none;
    background: white;
    text-decoration: none;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 16px;
    line-height: 19.36px;
    cursor: pointer;
}

.tippy-box {
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    background-color: white !important;
    margin-top: 15px;

}
.tippy-content{
    padding:0px !important;
}
.actionBtn:hover {
    transform: scale(1.05);
    color: rgba(0, 0, 0, 1);
}
.custom-close {
    background: url(../Assets/Icons/closeIcon.svg) no-repeat center;
    background-size: contain;
    width:2px !important;
    height:2px !important;
    opacity: 1;
    margin-right:5px !important;
}
a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}
.profileContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
    .profileContainer input {
        width: 455px;
        height: 42px;
        border-radius: 5px;
        background: rgba(59, 71, 88, 1);
        border: none;
        color: rgba(255, 255, 255, 1);
        font-weight:500;
        font-size:16px;
        line-height:19.36px;
        padding-left:13px;
        padding-right:13px;
        margin-top:27px;
    }
    .profileContainer .inputLbl {
        color: rgba(255, 255, 255, 1);
        font-weight: 500;
        font-size: 16px;
        line-height: 19.36px;
    }
.restrictedInput {
    background: rgba(117, 120, 124, 1) !important;
    color:rgba(225, 225, 225, 1) !important;
}
#EventTableAssociation td:first-child{
    padding-left: 48px !important;
}
#EventTableAssociation th:first-child{
    padding-left: 48px !important;
}
.yesBtn {
    color: white;
    border-radius: 5px;
    background-color: rgba(109, 153, 82, 1);
    width:78px;
    height:33px;
    margin-right:10px;
    border:none;
}
.noBtn {
    color: white;
    border-radius: 5px;
    background-color: rgba(163, 158, 158, 1);
    width: 78px;
    height: 33px;
    border:none;
}
.customPopup {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
    background-color: rgba(29, 35, 44, 1) !important;
    color: white;
    width: 330px !important;
    height: 270px !important;
    justify-content: start;
    padding: 5px !important;
    gap: 15px;
    justify-content: center;
}
.toast-custom {
    border-radius: 14px;
    background-color: rgba(29, 35, 44, 1) !important;
    color: white;
    width: fit-content !important;

}
.custom-toast-text {
    text-align: center !important;
    line-height: 18.75px !important;
}
 .paginate_button {
    font-size: 14px;
    line-height: 16.41px;
    font-weight: 400;
    color: unset !important;
    color: rgba(255, 255, 255, 1) !important;
}

 button.dt-paging-button.last{
    display:none !important;
}
button.dt-paging-button.first {
    display: none !important;
}
button.dt-paging-button.previous {
    color: white;
    border: none;
    background-color: rgba(35, 35, 35, 1);
    cursor:pointer;
}
button.dt-paging-button.next {
    color: white;
    border: none;
    background-color: rgba(35, 35, 35, 1);
    cursor: pointer;
}
.dt-paging-button {
    background-color: rgba(35, 35, 35, 1);
    border: none;
    color: white;
    margin-right: 10px;
}
    .dt-paging-button.current {
        background-color: rgba(49, 157, 255, 1);
        border-radius: 50%;
        width: 32px;
        height: 32px;
        
    }
.dt-paging > nav {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    margin-top:7px
}
.dt-paging .ellipsis {
    font-size: 14px;
    line-height: 16.41px;
    font-weight: 400;
    color: unset !important;
    color: rgba(255, 255, 255, 1) !important;
}
#EventTableAssociation_wrapper > div > div.dataTable-bottom > div.dt-paging > nav {
    width: 70%;
}
.marginArrows{
    margin-left:50px;
    margin-right:50px;
}

.uploadImg{
    height: 101px;
    width:111px;
    border-radius:10px;
}
.row-selected {
    background-color: rgba(73, 194, 146, 0.8) !important;
}
select:focus{
    border:none;
    outline:none;
}
.eventSelect {
    margin: 0;
    width: 250px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    color: rgba(225, 225, 225, 1);
    margin-right: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 16px solid transparent !important;
}
.eventSelectTags {
    margin: 0;
    margin-right: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-right: 16px solid transparent !important;
    margin-top: 15px;
}
.mUserContainer, .productContainer {
    display: none;
}
.dt-empty {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    pointer-events:none;
    text-align:center !important;
}
.blurredRow{
    position: relative;
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0.44) !important;
    z-index:1;
    border:none !important;
}
    .blurredRow td{
        filter:blur(1.5px);
    }

    .closedText {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 22px;
        width: 72px;
        transform: translate(-50%, -50%);
        background: rgba(205, 72, 72, 1);
        color: white;
        padding: 2px 5px;
        border-radius: 9px;
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        z-index: 3;
        filter: none;
        border:none !important;
    }
.hideInput {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin:0 !important;
    position:absolute;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
button{
    border:none;
}
.profileImg{
    width:44px;
    height:44px;
    border-radius:50%;
}
.filterBtn {
    color: white;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.filterBtn:hover{
    color:white !important;
}

.dt-length select {
    width: auto !important;
    height: 25px !important;
    color: white !important;
    background: black !important;
    margin-right: 5px !important;
    border-radius: 6px !important;
    margin-left: 5px !important;
    background-color: rgb(131, 131, 131) !important;
    border:none !important;
    margin-top:0px;
}
.dt-info{
    display: none;
}
.privilegesCheckbox{
    margin-top:24px;
}
.privilegesCheckbox label {
    line-height: 19.36px;
    font-size: 13px;
    color: rgba(186, 196, 209, 1);
    margin-left:14px;
}

    .privilegesCheckbox input[type="checkbox"] {
        appearance: none;
        width: 18px !important;
        height: 18px !important;
        position: relative !important;
        padding: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 2px !important;
        background-color: rgba(186, 196, 209, 1)
    }

    .privilegesCheckbox input[type="checkbox"]:checked {
        background-color: #17ad37 !important;
        border-color: #17ad37 !important;
        margin-top: 0px !important;
        padding: 0px !important;
        padding-bottom: 2px !important;
    }

        .privilegesCheckbox input[type="checkbox"]:checked::after {
            content: '✔' !important;
            color: white;
            display: flex;
            justify-content: center;
            width: 100%;
            height: 100%;
            margin-top: 0px !important;
        }
.toggle-passwordAdd {
    position: absolute;
    right: 12px;
    font-size: 16px;
    cursor: pointer;
    color: rgba(129, 116, 116, 1);
    background: none;
    border: none;
    bottom: 14%;
    color: rgba(186, 196, 209, 1);
}
.privilegeChecksContainer {
    margin-top: 15px;
    border: 1.5px solid rgba(59, 71, 88, 1);
    padding: 15px;
    border-radius: 5px;
    background-color: rgba(59, 71, 88, 1);
}
.dt-layout-row {
    align-items: flex-start !important;
}
.filterWrapper{
    display: flex;
    flex-direction:column;
    align-items:end;
    gap:10px;
}
.filters{
    display:flex;
    display:none;
    position:relative;
}
.filterInput {
    height: 32px;
    width: 203px !important;
    margin: 0px !important;
    margin-left: 7px !important;
    border-radius: 4px;
    border: none;
    padding: 1px;
    text-align: center;
    background-color: rgb(131, 131, 131);
    color: white;
    font-size: 15px;
    text-align:left;
    padding-left:7px;
}
.filterInput::placeholder{
    color:white;
    font-size:15px;
}
.filterBtn {
    border: 1px solid rgb(131, 131, 131);
    border-radius: 4px;
    padding: 4px;
}
.filterArrow {
    margin-left:10px;
}
.select2-container--default .select2-selection--multiple {
    border: none !important;
    background-color: rgb(131, 131, 131) !important;
    font-size: 15px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    
}
    .select2-container--default .select2-selection--multiple .select2-selection__arrow b {
        border-color: white transparent transparent transparent !important;
    }
.select2-dropdown {
    background-color: rgb(131, 131, 131) ;
    color: white;
    border: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px;
    background-color: rgb(79, 79, 79);
    color: white !important;
    border:none !important;
}
.select2-container--default .select2-results > .select2-results__options{
    scrollbar-width:thin;
}
.select2-container--default .select2-results__option--selected {
    color: rgb(79, 79, 79);
}
.select2-results__options li:hover {
    background-color: rgba(73, 194, 146, 0.8) !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(73, 194, 146, 0.8) !important;
}
.select2-search__field::placeholder{
    color:white;
}
.select2-search__field{
    color:white;
    margin-top:6px !important;
    padding-left:6px !important; 
}
#backBtn {
    display: flex;
    align-items: center;
    gap: 6px;
}

.inputContainer{
    position:relative;
}
.chartFilter select {
    width: 200px; 
    border: 1px solid rgba(100, 100, 103, 1);
    background-color: rgb(27, 27, 29);
}
.chartFilter .select2-container {
    width: 200px !important;
}
.chartFilter .select2-selection
, .chartFilter .filterInput {
    border: 1px solid rgba(100, 100, 103, 1) !important;
    background-color: rgb(27, 27, 29) !important;
}
.chartFilterDropDown {
    background-color: rgb(27, 27, 29) !important;
    color: white;
    border: 1px solid rgba(100, 100, 103, 1) !important;
}
.loading-results{
    color:white!important;
}
.m-error {
    display: block;
    font-size: 14px;
    color: #dc3545; 
    margin-top: 5px;
}
.fiilterClear {
    position: absolute;
    left: 87%;
    top: 12%;
    width: 24px;
    height: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin: 0px;
    text-decoration: none;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: medium;
    font-stretch: expanded;
    background-color: rgb(131, 131, 131);
    color: white;
    border: 1px solid white;
}
.filterClearChart {
    background-color: rgba(27, 27, 29, 1) !important;
    border:1px solid rgba(100, 100, 103, 1);
}
.fiilterClear:hover {
    background-color: rgb(111, 111, 111) !important;
    color: white;
}
.profileContainer input::placeholder{
    color:white !important;
}
.dateFilter {
    position: relative;
    height:fit-content;
}
.spinner-border {
    margin: 0px !important;
    margin-right: 10px !important;
    margin-bottom: 4px !important;
    width:18px;
    height:18px;
    border-width:3px;
}
.hide{
    display:none;
}
.importBtn{
   padding:5px;
}
#forgotPassword {
    font-size: 12px;
    margin-left: 120px;
    text-decoration: none;
    color: #551a8b
}
.profileInputContainer{
    width:455px;
}
.swal2-image{
    margin:0px !important;
}
.moneyLoaded {
    display: flex;
    color: white;
    text-decoration: none;
    gap: 15px;
    align-items: flex-start;
}
.loadMoneyInnerContainer{
    display:flex;
    flex-direction:column;
    gap:5px;
}
