﻿body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 20px;
    direction:rtl;
}
.panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #563d7c;
    border-color: #563d7c;
}   
.panel-primary {
    border-color: #563d7c;
}
.Nextbtn {
    float: left !important; 
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.navbar-inverse {
    background-color: #563d7c;
    border-color: #080808;
}
.bd-navbar .navbar-nav .nav-link.active {
    font-weight: 600;
}

