




.ClientIE{
    display: flex;
    gap: 6px;
}
.ImEx{
    background: linear-gradient(45deg, #9e9e9e, #607d8b);
}

.ImEx:hover{
    background: linear-gradient(45deg, #797777, #516a77);
}


.Remote{
    background: linear-gradient(45deg, #c3d140, #ff4739);
}



.Container{
	width: 100%;
	height: 100%;
	display: flex;
	gap: 5px;
}


dialog[data-for='TABLE_RELOAD']:before {
    content: "";
    background-size: contain;
    position: absolute;
    top: 91px;
    right: 32px;
    bottom: 0px;
    opacity: 0.15;
    background-repeat: no-repeat;
    background-position: right;
    width: 156px;
    background-image: url(./img/KMROBOT.png);
    height: 179px;
}





.flagsContainer{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 10px;
}
.flag{
    width: 18px;
    height: 18px;
    filter: drop-shadow(0px 3px 1px gray);
    cursor: pointer;
}

.flag:hover{
    filter: saturate(0.5);
}

.Notes{
	border-right: 1px solid #e1e1e1;
    display: flex;
    width: 35%;
    flex-direction: column;
    padding-right: 6px;
    box-shadow: 3px 0 7px 0 #80808026;
}

.ClientInfo{
	width: 65%;
    background: linear-gradient(45deg, #c9c9c96b, #fffcfc);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin: 13px;
    font-weight: 400;
    padding: 5px 13px;
    box-shadow: 0 2px 6px 0 grey;
    border: 1px solid grey;
}

.NoClient{
    background: linear-gradient(45deg, #a5a5a536, #a1a1a142);
    height: 100%;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27pt;
    font-family: revert;
    border-radius: 6px;
    box-shadow: 0px 0px 2px 0 #000000ba;
    margin: 2px;
    cursor: cell;
    font-weight: 600;
}

.ClientInfo input{
	width: 90%;
    font-family: inherit;
    box-shadow: 0px 0px 4px 0 #c1c1c173;
    border-radius: 1px;
    border: 1px solid #a3a3a3ad;
    padding: 5px 5px;
    background: #f8fff95c;
}

._Body{
	font-size: 10pt;
    overflow: auto;
    width: 90%;
    height: 70%;
    padding: 4px;
    background: linear-gradient(45deg, #e9e3e359, #f9dada0f);
    font-family: inherit;
    box-shadow: 0px 0px 8px 0 #c1c1c173;
    border-radius: 5px;
    border: 1px solid #a3a3a3ad;
}


.NoteButton {
    border: none;
    border-radius: 0px 0px 7px 7px;
    color: #ffffff;
    cursor: pointer;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 0.75em 0;
    width: 103%;
    box-shadow: 0 3px 1px 0px #464646;
}



.Settings{
    background: linear-gradient(45deg, #2196f3, #3f51b5);
}

.AddClient{
    background: linear-gradient(45deg, #4caf50, #009578);
}



.ClientSide{
	display: flex;
    gap: 5px;
}

.ClientDetails{
    cursor: pointer;
    padding: 6px 0px 6px 5px;
    width: 75%;
    background: #e5e5e5;
    border-radius: 3px;
    box-shadow: 2px 0px 1px 0 #00000069;
}

.removeClient{
	width: 20%;
    background: linear-gradient(45deg, #e53a2d8c, #f44336bf);
    color: white;
    border: 1px solid gray;
    font-size: 14pt;
    border-radius: 6px;
    cursor: pointer;
}


.removeClient:hover{
    background: linear-gradient(45deg, #ff9800, #f44336);
}


.ClientList{
	height: 100%;
    display: flex;
    flex-direction: column;
    gap: 7px;
    overflow: auto;
    margin-bottom: 5px;
}

.ClientLastName{
	font-weight: 600;
}
.ClientFirstName{
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

radio[name="SelectedClinet"]{
    zoom: 1.5;
}


.OptionBtn{
    
    border: 1px solid white;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.25em;
    font-weight: bold;
    padding: 5px 15px;
    margin-bottom: 1em;
}

.Save{
    background: linear-gradient(45deg, #2196f3, #5a6bcb);
}



.Link{
    text-decoration: underline;
    font-weight: 600;
    cursor: pointer;
    color: #009688;
}

.Link:hover{
    color: #03322e;
}


.InputRow{
    display: flex;
    width: 100%;
    align-items: center;
}

.InputRow span{
    width: 170px;
}

.ClientDetails:hover{
    background: #bfbfbf ;   
}



::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;

}

::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{

background-image: -webkit-gradient(linear,left bottom,
left top,
color-stop(0.44, rgb(122,153,217)),
color-stop(0.72, rgb(73,125,189)),
color-stop(0.86, rgb(28,58,148)))
}



dialog{
    border: 1px solid #c2c2c2;
    box-shadow: 0 0 9px 0 grey;
    border-radius: 8px;
    background: #f3f3f3eb;
    flex-direction: column;
    gap: 8px;

}


dialog[open] {
    display: flex;
}

.StgBox{
    font-family: sans-serif;
    display: flex;
    align-items: center;
    font-size: 12pt;
    background: linear-gradient(45deg, #bbbbbb30, #80808030);
    padding: 0px 6px;
    box-shadow: 0 0 2px 0 grey;
    border-radius: 3px;
    border: 1px solid #b5b5b5;
}

.StgBox input[type="checkbox"]{
    zoom: 1.4;
}

.reloadDelay{
    width: 40px;
    background: #8285869c;
    border-radius: 5px;
    color: white;
    border: none;
    box-shadow: 0px 1px 0px 1px grey;
    padding: 1px 4px;
    text-align: center;
    margin: auto 5px;
}

#GEmail , #GPassword , #DefaultPass , #DefaultPosBook{
    font-family: sans-serif;
    font-weight: 600;
    color: #383838;
    background: #cdccccc2;
    border-radius: 3px;
    border: 1px solid gray;
    box-shadow: 0px 1px 0px 1px grey;
    padding: 1px 4px;
    text-align: center;
    margin: auto 5px;
}



.BottomSettings{
    display: flex;
    gap: 6px;
}

.BottomBtn{
    border-radius: 3px;
    cursor: pointer;
    color: white;
    width: 50%;
    font-family: sans-serif;
    border: 1px solid white;
    padding: 5px;
    box-shadow: 0 0 2px 0 grey;
    font-weight: bold;
}

.saveSettings{
    background: #009688;

}

.closeSettings{
    background: #f44336;

}