
ul {
    list-style: none;
    /* Remove default bullets */
    padding: 0;
}

li {
    display: flex;
    align-items: center;
}

.material-icons {
    margin-right: 8px;
}


.dropdown-item:hover {
    background-color: red;
}

.device-manager-content {
    width: 100%;
    height: 100% !important;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 255, 0);
}

.top-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 60%;
    background-color: rgba(165, 42, 42, 0);
}

.bottom-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 40%;
    background-color: rgba(165, 126, 42, 0);
}

.top-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 40%;
    background-color: rgba(42, 161, 165, 0);
}

.bottom-right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 60%;
    margin-top: -16vh;
    background-color: rgba(165, 42, 42, 0);
}

.inside-content-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    height: 90%;
}

.payment-statistic-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 2%;
}


.payment-stat-title{
    font-size: small;
}

.inside-content {
    display: flex;
    flex-direction: column;
    padding: 2%;
    align-items: center;
    justify-content: flex-start;
    width: 98%;
    height: 95%;
    border-radius: 11px;
    background: var(--primary-dark-color);
    box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
}

.device-photo-container {
    display: flex;
    height: 100%;
    width: 40%;
    background-color: rgba(255, 0, 0, 0);
}

.device-right-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60%;
    font-size: 0.83rem;
    background-color: rgba(0, 255, 0, 0);
    overflow-x: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
    padding-right: 3%;
}

.device-right-container::-webkit-scrollbar {
    display: none;
}

.inside-title-container {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.inside-title {
    color: white;
    font-family: Poppins;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.inside-title-container a {
    color: var(--golden-solid);
    font-family: Poppins;
    font-size: 0.8rem;
    font-style: normal;
    line-height: normal;
}

.inside-title-container a:hover {
    color: var(--gold-dark-solid);
    font-family: Poppins;
    text-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
    font-size: 0.8rem;
    font-style: normal;
    line-height: normal;
}

.finger-confirm-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.u-d-list-parent{
    row-gap: 5vh;
    column-gap: 5vh;
}

.u-d-list{
    display: flex;
    width: 100%;
    padding: 2%;
    border-radius: 5px;
    background-color: #28610e3f;
    opacity: 50 !important;
    margin-bottom: 3%;
}

.u-d-list:hover{
    opacity: 100;
    font-weight: bold;
}

.pp-display {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 28vh;
    margin: 2%;
    border-radius: 10px;
}

.profile-photo-dm {
    aspect-ratio: 1/1;
    width: 100%;
    height: 28vh;
    overflow: hidden; /* Hides the parts of the image outside the circular frame */
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    background-color: #f0f0f0; /* Background color of the circular frame */
    border-radius: 10px;
    box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
}

.profile-photo-dm img {
    max-width: 100%;
}

.right-data{
    background: transparent;
    display: flex;
    flex-direction: column  ;
    width: 50vw !important;
    margin: 2%;
}

.sub-right-data{
    width: 100%;
    background: var(--primary-dark-color);
    box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    padding: 2%;
    
}

.user-data {
    background: #fff;
    box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    display: block;
    overflow: scroll; /* Keep the overflow scroll */
    height: 100%;
    width: 50vw !important;
    margin: 2%;
    padding: 2%;
}

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

/* Optional: Hide scrollbar for Firefox */
.user-data {
    scrollbar-width: none;
}

.device-data {
    background: #ff000000;
    overflow-x: scroll;
    display: block;
    height: 80%;
    width: 100%;
    margin: 2%;
    padding: 2%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
}

.device-data::-webkit-scrollbar {
    display: none;
}

.form-control-sm{
    background-color: var(--secondary-lighter-color) !important;
    border: none !important;
    color: white;
}

.inside-item {
    width: 95%;
    height: 25%;
    padding: 2%;
    margin: 1%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    border-radius: 7px;
    border: solid 1px rgba(0, 0, 0, 0.39);
    color: white !important;
    background: var(--secondary-lighter-color);
    box-shadow: 0px 4px 8px -3px #0000006b;
}

.inside-item-status{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.custom-form-test{
    margin-top: 20%;
    display: flex;
    height: 100%;
}

.center {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 30vw;
    height: 10vh;
    transform: translate(-50%, -50%) !important;
}

.toolbox-container {
    display: flex;
    height: 80%;
    width: 95%;
    border-radius: 1vh;
    background-color: rgba(136, 255, 128, 0);
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.toolbox-divider {
    display: flex;
    width: 25%;
    height: 50%;
    background-color: rgba(255, 0, 0, 0);
    justify-content: center;
    align-items: center;
}

.toolbox-divider-many {
    display: flex;
    width: 15%;
    height: 50%;
    background-color: rgba(255, 0, 0, 0);
    justify-content: center;
    align-items: center;
}

.remove-outline {
    outline: none !important;
    border: none !important;
}

.tool-item {
    display: flex;
    width: 9vh !important;
    height: 12vh !important;
    background-color: rgba(180, 33, 33, 0);
    color: #305170;
    flex-direction: column;
    text-decoration: none;
}

.tool-item:hover {
    color: #305170;
}

.difcol {
    background: var(--background-700) !important;
    color: rgb(252, 252, 252) !important;
}

.difcol:hover{
    background-color: var(--golden-solid) !important;
}


.tool-item-icon:hover {
    color: #055200;
    filter: drop-shadow(1px 1px 10px rgba(255, 255, 255, 0.199));
}

.tool-item-icon {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgb(199, 19, 19);
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.tool-item-text {
    width: 100%;
    height: 20%;
    margin-top: 8% !important;
    display: flex;
    overflow: visible;
    align-items: flex-start;
    justify-content: center;
    font-size: small;
    text-decoration: none;
    color: white;
    text-align: center;
    opacity: 0.8;
}

.device-detail-mobile {
    display: flex;
    width: 100%;
    height: 78vh;
    flex-direction: column;
    align-items: center;
    padding: 1%;
}

.first-row {
    width: 95%;
    height: 25%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    border-radius: 7px;
    background: var(--primary-dark-color);
    box-shadow: 0px 4px 8px -3px #00000081;
    border: 1px solid rgba(2, 2, 2, 0.192);
    z-index: 5000;
    margin-bottom: 3.5%;
}

.ipl{
    height: 40%;
}

.second-row {
    width: 95%;
    height: 30%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    border-radius: 7px;
    background: var(--primary-dark-color);
    box-shadow: 0px 4px 8px -3px #00000081;
    border: 1px solid rgba(2, 2, 2, 0.192);
    z-index: 5000;
    margin-bottom: 3.5%;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
}

.second-row::-webkit-scrollbar {
    display: none;
}

.second-row-ipl {
    width: 95%;
    height: 60%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    border-radius: 7px;
    background: var(--primary-dark-color);
    box-shadow: 0px 4px 8px -3px #00000081;
    border: 1px solid rgba(2, 2, 2, 0.192);
    z-index: 5000;
    margin-bottom: 3.5%;
    overflow: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer and Edge */
}

.second-row-ipl::-webkit-scrollbar {
    display: none;
}

.mobile-screen {
    display: none;
}

.third-row {
    width: 95%;
    height: 30%;
    display: flex;
    flex-direction: column;
    padding: 2%;
    border-radius: 7px;
    background: var(--primary-dark-color);
    box-shadow: 0px 4px 8px -3px #00000081;
    border: 1px solid rgba(2, 2, 2, 0.192);
    z-index: 5000;
    margin-bottom: 3.5%;
}

.full-command-container {
    display: flex;
    font-size: 0.8rem;
    color: black !important;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
    height: 50%;
    box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
}

.mobile-data-container {
    background-color: var(--primary-dark-color);
    border: solid 1px rgba(0, 0, 0, 0.233);
    box-shadow: 0.5px 0.5px 8px 2px rgba(0, 0, 0, 0.183);
    border-radius: 8px;
    padding: 7%;
    display: flex;
    flex-direction: column;
}

.mobile-data-container:hover{
    background-color: #e0e0e0;
}

.custom-finger-card {
    margin-top: 1%;
    padding-right: 2%;
    display: flex;
    height: 12%;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.432);
}

.mobile-screen-b {
    display: none;
}

.margin-here {
    margin-top: 2vh;
}



@media (max-width: 768px) {
    .custom-size{
        font-size: 4vw !important;
    }
    .mobile-data-container {
        display: flex;
        flex-direction: column;
        padding-left: 1vw;
    }
    
    .margin-here {
        margin-top: 0vh;
    }
    .pp-display {
        background-color: rgba(255, 0, 0, 0);
        display: flex;
        flex-direction: row;
        height: 20vh;
        width: 90vw;
        margin: 2%;
        border-radius: 10px;
    }

    .profile-photo-dm {
        aspect-ratio: 1/1;
        width: 100%;
        height: 18vh;
        width: 18vh;
        margin-right: 2vw;
        overflow: hidden; /* Hides the parts of the image outside the circular frame */
        display: flex;
        justify-content: center; /* Center the image horizontally */
        align-items: center; /* Center the image vertically */
        background-color: #f0f0f0; /* Background color of the circular frame */
        border-radius: 10px;
        box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
    }

    .profile-photo-dm img {
        max-width: 100%;
    }

    .mobile-screen {
        display: flex;
    }

    .mobile-screen-b {
        display: block;
    }

    .inside-item {
        width: 95%;
        height: 30%;
        padding: 2%;
        margin: 1%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        border-radius: 7px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        background: #e9e9e9;
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    }

    .toolbox-container {
        display: flex;
        height: 100%;
        width: 100%;
        border-radius: 1vh;
        background-color: rgba(136, 255, 128, 0);
        flex-wrap: wrap;
        justify-content: space-evenly;
    }

    .toolbox-divider {
        display: flex;
        border: 0px solid black;
        width: 25%;
        height: 80%;
        padding: 2%;
        background-color: rgba(255, 0, 0, 0);
        justify-content: center;
        align-items: center;
    }

    .tool-item-icon {
        width: 100%;
        height: 85%;
        color: white !important;
        display: flex;
        background: #fa4700;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
    }

    .tool-item {
        display: flex;
        width: 9vh !important;
        height: 12vh !important;
        background-color: rgba(180, 33, 33, 0);
        color: #305170;
        flex-direction: column;
        text-decoration: none;
    }

    .tool-item i {
        margin-top: -10%;
        color: white !important;
    }

    .inside-title-container {
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
    }

    .mobile-command-container {
        display: flex;
        font-size: 0.8rem;
        color: black !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 90%;
    }

    .device-data-mobile {
        display: flex;
        width: 100%;
        height: 90%;
        overflow: scroll;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer and Edge */
    }

    .device-data-mobile::-webkit-scrollbar {
        display: none;
    }

    .left-device-photo {
        display: flex;
        width: 30%;
        height: 100%;
    }

    .device-photo {
        max-height: 100%; /* Set the maximum height of the container */
        overflow: hidden; /* Hide any content that overflows the container */
    }

    .device-photo img {
        max-height: 100%; /* Set the maximum height of the image to 100% of its container */
        width: auto; /* Maintain the aspect ratio of the image */
        display: block; /* Remove extra space reserved for descenders and margins */
        margin: auto; /* Center the image horizontally */
    }

    .right-device-info {
        display: flex;
        flex-direction: column;
        width: 70%;
        height: 100%;
    }

    .finger-confirm-container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .photo-container {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .user-data {
        background: #fff;
        box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.25);
        border-radius: 8px;
        display: block;
        height: 90%;
        width: 100% !important;
        margin: 2%;
        padding: 5%;
        padding-bottom: 20%;
    }
}
