
body {
    font-family: 'Yellowtail';font-size: 22px;
}
#my_camera{
 width: 100%;
 height: 240px;
 border: 1px solid black;
}
#sidebar{
    border: 1px solid black;
    background-color: white;
}
.success{
    background-color:#64a832;
}
.warning{
    background-color:#eb2d0c;
}
.button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.button::-moz-focus-inner {
    border: none;
}

/* Overlay */
.button::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.button:hover,
.button:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.button:hover::before {
    opacity: 0.08;
}

.button:focus::before {
    opacity: 0.24;
}

.button:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.button:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.button:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.button:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.button:disabled::before {
    opacity: 0;
}

.button:disabled::after {
    opacity: 0;
}
input:not([readonly]) {
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
input:focus:not([readonly]) {
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
textarea:not([readonly]) {
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
textarea:focus:not([readonly]) {
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
select:not([readonly]) {
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
select:focus:not([readonly]) {
  box-shadow: none;
  border-top: none;
  border-right: none;
  border-left: none;
}
.class_body_rev{
	opacity:0.8;
}
.modal,table{
	opacity:0.8;
}
.d-hotline.h-btn {
    border-radius: 34px 8px 34px 34px;
    bottom: 6px;
    box-shadow: 0 5px 4px 0 rgb(0 0 0 / 26%);
    color: #fff;
    cursor: pointer;
    display: table;
    position: absolute;
    right: 30px;
    z-index: 9995;
    height: 60px;
    width: 60px;
    position: fixed;


}
.d-hotline.h-btn .chat-content {
    display: table-cell;
    font-size: 23px;
    padding: 2px 0 0 2px;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}