﻿.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-container {
    width: 650px;
}

.login-row {
    background-color: white;
    border-radius: 30px;
    box-shadow: 12px 12px 22px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.inp {
    height: 50px;
    width: 350px;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 19px 8px rgb(0 0 0 / 19%);
    box-shadow: 0px 2px 19px 8px rgb(0 0 0 / 19%);
    padding-left: 5px;
    font-size: 20px;
}

.btn-blk {
    height: 50px;
    width: 30%;
    border: none;
    outline: none;
    border-radius: 5px;
    font-weight: 500;
    color: black;
    font-size: 20px;
}

.cm2-page-container {
    padding-top: 80px;
    padding-left: 330px;
}

.cm2-page-container.active {
    padding-left: 60px;
}

.btn-blk:hover {
    background-color: #fbed39;
    transition: 0.5s;
}

.navbrand {
    width: 312px;
}

.cm2-brand img {
    width: 60px;
}

.cm2-logo-nav span {
    font-size: 30px;
}

.cm2-logo img {
    height: 200px;
}

.navbar-cm2 {
    height: 70px;
}

.bg-cm2 {
    background-color: #fce900;
}

.toggle {
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 1.875rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.navigation {
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 330px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition: 0.5s;
    z-index: 100;
    background-color: #ececec;
    transition: 0.2s;
}

.navigation ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navigation ul li {
    position: relative;
    width: calc(100%+30px);
    list-style: none;
    margin-left: -30px !important;
}

.navigation ul li:hover {
    background-color: #fce900;
}

.navigation ul li {
    position: relative;
    width: calc(100%+30px);
    list-style: none;
    margin-left: -30px !important;
}


.navigation ul li a {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: black;
}

.navigation ul li a .icon {
    position: relative;
    display: block;
    min-width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
}

.navigation ul li a .title {
    position: relative;
    display: block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 20px;
}

.navigation.active {
    width: 60px;
}

.navigation.active:hover {
    width: 330px;
}

.user-summary {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.user-group {
    display: flex;
    flex: 1;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.user-group:hover {
    background-color: cornsilk;
}

.user-img {
    background-color: palegoldenrod;
    padding: 5px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
}

.user-img span {
    font-size: 36px;
}

.user-info {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
}

.user-grp-name {
    font-size: 20px;
    font-weight: 600;
}

.user-number {
    font-size: 20px;
}

.table-list {
    overflow-x: scroll;
    padding: 10px;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.panel-header {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cm2-panel {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 10px;
}

.cm2-panel-new {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 10px;
}

.panel-header button {
    width: 110px;
    font-size: 18px;
    height: 40px;
}

.cm2-button {
    background-color: palegoldenrod;
    color: black;
    border-color: #fce900;
}

.form-user-info {
    padding: 20px;
}

.form-user-img {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.form-user-img img {
    width: 250px;
}

.form-button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.form-label-key {
    font-size: 20px;
    font-weight: 600;
}

.form-input-value {
    font-size: 20px;
}

.form-button-group button {
    width: 150px;
    height: 50px;
    font-size: 20px;
    margin-right: 10px;
}

.page-header {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.ai-img-container {
    width: 750px;
    padding-top: 20px;
    transform: translateX(-50%);
    margin-left: 50%;
}

.form-user-info {
    max-width: 750px;
    margin-left: 50%;
    transform: translateX(-50%);
    width:100%;
}

.user-list-table {
    overflow-x:auto;
}

.image-upload {
    display: flex;
    justify-content: center;
    align-items: center;
}