:root {
    /*--main-color: rgba(48, 182, 223, 1);*/
    --main-color:  #4C3D8F;
    --Colors-Grey-60: rgba(153, 153, 153, 1);
    --Colors-Grey-40: #666666;
    --Card-Background: #F5F6F8;
    --Second-Color: #75DFFF;
    --DeepBlack :#050505;
    --FontBold: 'IBMPlexSansArabic-Bold';
    --FontMedium: 'IBMPlexSansArabic-Medium';
    --FontRegular: 'IBMPlexSansArabic-Regular';
}



@font-face {
    font-family: IBMPlexSansArabic-Bold;
    src: url('../fonts/ibm-plex/IBMPlexSansArabic-Bold.ttf');
}

@font-face {
    font-family: IBMPlexSansArabic-Medium;
    src: url('../fonts/ibm-plex/IBMPlexSansArabic-Medium.ttf');
}

@font-face {
    font-family: IBMPlexSansArabic-Regular;
    src: url('../fonts/ibm-plex/IBMPlexSansArabic-Regular.ttf');
}

.main-container {
	padding: 0px 100px 100px 100px;
	font-family: var(--FontMedium);
}

.MainCard {
	background: none repeat scroll 0 0 #fff;
    border-color: #4C3D8F #cacaca  #cacaca;
    border-radius: 6px;
    border-style: solid;
    border-width: 5px 1px 1px;
    box-shadow: 0 0 4px 0 #c4c4c4;
    margin: 1px auto 10px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 5px;
    margin-top: 60px;
}

.panel_header {
	background-color: #4C3D8F;
	color: white;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding:  5px;
	border-radius: 6px;
	border-width: 1px;
	border-color: #1198B6;
	margin-bottom: 10px;
	margin-top: 5px;
	min-height: 45px;
	max-height: 45px;
	font-size: 16px;
	font-weight: 200px;
	background-color: #0078d4;
	background-color: #4C3D8F;
	color: #fff;
	font-family: var(--FontBold);
}

.ShowCard {
	background-color: red;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	padding: 15;
	border-radius: 6px;
	border-width: 1px;
	border-color: #4C3D8F;
	margin-bottom: 20px;
/*	padding-bottom: 50px;*/
}

.registration-input {
	font-family: var(--FontBold);
	animation-durationcolor: #333745;
	width: 100%;
	border: 1px solid #819595;
	outline: none;
	padding: 0.89rem;
	padding-left: 0.89rem;
	max-height: 38px;
	min-height: 38px;
	font-size: 14px;
	text-align: right;
	font-weight: 400;
	line-height: 100%;
	padding: 5px 8px;
	border-radius: 8px;
	margin-bottom: 5px;
	color: #4c4b45;
}

.btn {
	border-color: #4cae4c;
	width: 150px;
	text-align: center;
	color: white;
	padding-bottom: 10px;
	border-radius: 8px;
	margin: 15px;
	background-color: #4C3D8F;
}

.btn-save{
	background-color: #5cb85c;
}
.btn-show{
    background-color: #4C3D8F;
}
.btn-delete{
    background-color: red;
}

.btn:hover {
  color: white;
  background-color: #4cae4c;
  border-color: #4cae4c;;
}

.upload-image {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin-top: 20px;
}

.col-form-label {
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
}

th,td {
	text-align: center;
}

a {
	text-decoration: none;
}


/* لإزالة الأسهم في Chrome وSafari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* لإزالة الأسهم في Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
