﻿#tableNote td{
    max-width: 600px;
    word-wrap: break-word;
}
.container-image img {
    padding: 2px;
    background-color: #694bc3;
    cursor: zoom-in;
    height: 120px;
    transition: transform .5s;
}

.container-image input:checked ~ label > img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(5);
    cursor: zoom-out;
}

.container-image-1 img {
    padding: 2px;
    background-color: #694bc3;
    cursor: zoom-in;
    height: 100px;
    transition: transform .5s;
}

.container-image-1 input:checked ~ label > img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(4);
    cursor: zoom-out;
    z-index:9999;
}


input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-outer-spin-button,
input[type="password"]::-webkit-reveal-button {
    display: none;
}
.text_justify{
    text-align:justify;
}
.list-count {
    position: absolute;
    transform: translateY(-43px) translateX(200px);
}


table td, th {
    white-space: normal !important;
}

.comment-success {
    background-color: green !important;
}