html, body {
  	height: 100%;
	overflow: hidden;
	touch-action: none;
  	overscroll-behavior: none;
  	margin: 0;
  	background-image: linear-gradient(to bottom, #2A2D32, #131313);
  	background-repeat: no-repeat;
  	background-attachment: fixed;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; 
    padding: 0 30px;
	padding-top: env(safe-area-inset-top);
}

.SomiBody {
    display: flex;
    width: 100%;
    max-width: 400px;
    min-width: 215px;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
    gap: 10px;
    margin: 10px 0;
}

.BodyText {
	display: grid;
	margin-bottom: 10px;
}

.BodyTextSomi {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	font-family: system-ui;
}

.BodyTextSomi2 {
	font-size: 12px;
	text-align: center;
	color: #7f8489;
	font-family: system-ui;
}

.ProfilePic {
/*  max-width: 40%;
    max-height: 31.13%;
*/  max-width: 165px;
    max-height: 165px;
	min-width: 90px;
    min-height: 90px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: -10px -10px 10px 0 #485057, 10px 10px 10px 0 #141415;
    box-shadow: -7px -7px 11px 0px #6570798a, 5px 5px 14px 13px #00000054;
    border-style: solid;
    border-width: 4px;
    border-image-source: linear-gradient(to bottom, #f200ff, #00cdff, #7b00fe, #9eecd9);
    border-image-slice: 0;
    background-image: linear-gradient(318deg, #101113 86%, #2b2f33 15%), linear-gradient(to bottom, #f200ff, #00cdff, #7b00fe, #9eecd9);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.ProfileImg {
    width: 100%;
	height: 100%;
    border-radius: 100%;
    border: 2px solid #222325;
}

.LogBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7%;
	margin-top: 10px;
}

.ProfileName {
    width: 100%;
    display: flex;
    border-radius: 20px;
    border: 1px solid #a5a5a540;
    background: #10111294;
    justify-content: space-between;
    padding: 5% 0;
}

.ProfileNameTxt {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
	padding-left: 15px;
	font-family: system-ui;
}

.DeviceNum {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #ffffff80;
	padding-right: 15px;
	font-family: system-ui;
}

.CallsMessagesLogs {
    width: 100%;
	height: 200px;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 5%;
}

.cmLogsBox {
    width: 100%;
    height: 78%;
    flex-grow: 0;
    display: flex;
    border-radius: 20px;
    border: 1px solid #a5a5a540;
    background: #10111294;
    padding: 5%;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.cmLogsBoxUp {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 10px;
}

.LogsIco {
    width: 30%;
}

.cmLogsToday {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.cmLogsTodayText {
    font-size: 14px;
    color: #089981;
    font-weight: 500;
    font-family: system-ui;
}

.cmLogsTodayNum {
    font-size: 20px;
    color: white;
    font-family: system-ui;
}

.cmLogsBoxDown {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cmLogsBoxDownL,
.cmLogsBoxDownR {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.cmLogsBoxDownLUp {
    font-size: 12px;
    font-family: system-ui;
    color: #7f8489;
    font-weight: 400;
}

.Calls-MessagesLog {
	width: 100%;
    height: 100%;
    flex-grow: 0;
    border-radius: 20px;
    border: 2px solid #4d4d4d;
    background: #1b1d20;
}

.cmLogsBoxDownLDown {
    font-size: 16px;
    color: white;
    font-family: system-ui;
}

.NavigationBTNS {
    width: 100%;
    max-width: 260px;
    display: flex;
    align-items: center;
    gap: 8%;
    margin-bottom: 30px;
    justify-content: center;
}

.SettingsBTN {
    width: 58px;
    height: 58px;
    border-radius: 100px;
    box-shadow: -3px -3px 10px 0px #6570798a, 3px 3px 5px 0px #0000009e;
    background: #31a8ff;
}

.PowerBTN {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    box-shadow: -3px -3px 10px 0px #6570798a, 3px 3px 5px 0px #0000009e;
    background: #31a8ff;
}

.InfoBTN {
    width: 58px;
    height: 58px;
    border-radius: 100px;
    box-shadow: -3px -3px 10px 0px #6570798a, 3px 3px 5px 0px #0000009e;
    background: #31a8ff;
}

.BtnIco {
    width: 25px;
}

.NavBTN {
    display: flex;
    align-items: center;
    justify-content: center;
}

.BtnIco.InfoIco {
    height: 20px;
    width: auto !important;
}
