﻿@font-face {
    font-family: 'ara.jozoor-regular';
    src: url('../../pagescript/font/ara.jozoor-regular.ttf') format('truetype');
}
*:not(.fa) {
    font-family: 'ara.jozoor-regular' !important;
}
input,
button{
    
    width: 200px;
    margin: 10px 0px;
    border: 1px solid #f68a25;
    border-radius: 5px;
}

button {
    
    margin: 10px 0px;
    border: 1px solid #f68a25;
    border-radius: 5px;
    background-color:#f68a25;
    color:#fff;
}

.Login button {
    background-color: #f68a25;
    color: #fff;
}
#Body {
    border: 5px solid #f68a25;
    border-radius: 15px;
    margin-top: 150px;
    background-color: #16797f;
    height: 100%;
    padding: 50px 0px;
}

#Logo{
    width:100%;
    text-align:center;
}

#Payments,
#Bills{
    color:#fff;
    text-align:center;
    border:2px solid #f68a25;
    border-radius:15px;
    padding:10px;
    margin:10px;
}
hr {
    border: none;
    height: 5px;
    color: #f68a25;
    background-color: #f68a25;
    width:50%;
}
#Bills h2,
#Payments h2{
    border-bottom:5px solid #f68a25;
    padding-bottom:20px;
}
#Back,
#Logout{
    margin:10px 0;
    width:50px;
    height:50px;
    color:#fff;
    background-color:#f68a25;
    border-radius:50%;
}
#Back h3,
#Logout h3{
    color:#000;
    text-align:center;
}
#Back i,
#Logout i{
    padding: 5px 7.5px;
    font-size:41px;
}
#Back{
    float:left;
}
#Logout {
    float: right;
}
#Menu {
    position: absolute;
    top: 0px;
    width: 100%;
}
.Button:hover{
    color:#fff;
}
.Button {
    text-align:center;
    display: block;
    width: 125px;
    height: 125px;
    color: #fff;
    background-color: #f68a25;
    border-radius: 50%;
    margin:50px 0px;
}
.Button i{
    padding: 22px 15px;
    font-size:82px;
}
.text-center {
    text-align: -webkit-center !important;
}
.Button h6{
    padding:10px 0px;
}
#Message .modal-content {
    background-color: #16797f;
    color:#fff;
    border:5px solid #f68a25;
    border-radius:25px;
}
#Message .Image {
    width: 100%;
    text-align:center;
}
#Message img {
    width:150px;
    margin-top:-150px;
}
#Message button {
    width: 100%;
}
.modal-dialog {
    margin: 200px auto;
}

h1,h2,h3,h4,h5,h6{
    color:#fff;
}
.Student-Card .Image img{
    width:100px;
    height:auto;
    border:2px solid #f68a25;
    border-radius:15px;
}
.Student-Card a{
    text-decoration:none;
}
table{
    direction:rtl;
    margin:25px 0px;
}
table td{
    color:#fff;
}
.File-Card .Icon{
    color:#fff;
    font-size:42px;
    text-align:center;
}
.File-Card .Title {
    color: #fff;
    text-align:center;
}
.Detail-Card{
    text-align:center;
    border:2px solid #f68a25;
    border-radius:15px;
    margin:10px;
}
#Chat {
    background-image: linear-gradient(#4cb9c7, #007c8c);
    height: 100vh;
}

#Body2 .Chat-Message {
}
#Chat-Control {
    display: flex;
    width:100%;
    position:fixed;
    bottom:0px;
    /*padding:10px;*/
}
#Chat-Control button{
    width:unset;
}
#Chat-Control input{
    width:100%;
    direction:rtl;
}
#icons {
    background-image: url('../../pagescript/img/chatbg.png');
    background-repeat: repeat;
    height: 100vh;
}
#Body2 {
    padding: 50px;
    width: 95vw;
    margin-left: 2.5vw;
    /*border: 5px dashed #fff;
    border-radius: 50px;*/
    /*background-color: #16797f;*/
    height: calc(90vh - 140px);
    position: absolute;
    top: 90px;
    overflow-y: auto;
}
#Body2 button,
#Body2 input{
    margin:10px;
}

#Chat #Logo {
    position:fixed;
    top:0px;
    z-index:1;
    padding:20px;
    background-color:rgb(243, 114, 39);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#Chat #Logo img{
    margin-top:0px;
}
#Body2 .Message {
    width:100%;
    direction:rtl;
}
#Body2 .Right-Message {
    text-align: right;
    text-align: -webkit-right;
}
#Body2 .Right-Message h3 {
    /*border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    border-radius:15px;
}
#Body2 .Left-Message {
    text-align: left;
    text-align: -webkit-left;
}
#Body2 .Left-Message h3 {
    /*border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    border-radius:15px;
}
#Body2 .First-space {
    height:50px;
}
#Body2 .Message h3 {
    color: #0c5558;
    padding: 10px;
    margin: 24px;
    background-color: rgba(255,255,255,0.4);
    max-width: 80%;
    width: fit-content;
}

::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#Body2 .Right-Message h3,
#Body2 .Left-Message h3 {
    position: relative;
    word-break: break-word;
}

#Body2 .Right-Message h3:after {
    content: '';
    position: absolute;
    right: 0;
    top: calc(100% - 10px);
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-right-color: rgba(255,255,255,0.4);
    border-top: 15px;
    margin-top: 10px;
    margin-right: 12px;
}

#Body2 .Left-Message h3:after {
	content: '';
    position: absolute;
    left: 0;
    top: calc(100% - 10px);
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-left-color: rgba(255,255,255,0.4);
    border-top: 15px;
    margin-top: 10px;
    margin-left: 12px;
}
#Footer{
    text-align:center;
    width:100%;
}
#Footer svg {
    width: 100%;
}
.Right-Message, .Left-Message{
    cursor:pointer;
}
@media only screen and (max-width: 1024px)  {
    #Body2 .Right-Message h3,
    #Body2 .Left-Message h3 {
        font-size:18px;
    }
    #Body2{
        padding:0px;
    }
    
}
.Social{
    width:32px;
    margin:0 10px;
}
.Left{
    display:grid;
    grid-template-areas:
    'Arrow Logo Title'
    'Arrow Logo Mobile';
    align-items: center;
    justify-items: start;
    justify-content: start;
}
.Left img{
    width:50px;
    margin:0 10px;
}
.Left a{
    color:#fff!important;
    text-decoration:none;
}
.Left .Title,
.Left i{
    color:#fff;
}

.Left .Arrow{
    grid-area: Arrow;
}
.Left .Logo{
    grid-area: Logo;
}
.Left .Title{
    grid-area: Title;
}
.Left .Mobile{
    grid-area: Mobile;
}
.Right i{
    color:#fff;
    font-size:32px;
    padding:0 10px;
}