/* @import url('https://fonts.cdnfonts.com/css/cairo-2'); */
@import url('https://fontlibrary.org/face/droid-arabic-kufi');

body {
    background-color: #EDEDED;
    /* background-image: linear-gradient(to top, #58a0c0, #ffffff); */
    background-attachment: fixed;
    font-family: 'DroidArabicKufiRegular', sans-serif;
    font-size: 12px;
    color: #73879C;
}

.container {
    margin: 0 auto;
    width: 23cm;
    background: #fff
}

.text-primary {
    color: #73879C;
}

.table>:not(caption)>*>* {
    padding: 0.3rem 0.3rem
}

.bg-primary {
    background-color: #73879C;
}

.table .btn-sm {
    font-size: .7rem;
}

.btn-primary,
.bg-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn-success {
    background: #169F85;
}

.table tr td,
.table tr th {
    color: #73879C;
}

.table tr th {
    padding: .6rem 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #ffffff;
}

.wrapper {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    display: flex;
    margin: 50px auto;
    box-shadow: 0 8px 20px 0px #1f1f1f1a;
    overflow: hidden;
}

.wrapper h2 {
    font-weight: 700;
    font-size: 25px;
    padding: 5px 0 0;
    margin-bottom: 34px;
    pointer-events: none;
}


.wrapper .form-right {
    padding: 20px 40px;
    position: relative;
    width: 100%;
}

.wrapper .form-right h2,
.text-blue {
    color: #3786bd;
}

.bg-blue {

    background-color: #3786bd;
}

.wrapper .form-right label {
    /* font-weight: 600; */
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}

.form-check-label {
    font-weight: lighter;
}

.wrapper .form-right .input-field {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: none;
    color: #333;
}

.wrapper .form-right .input-field:focus {
    border: 1px solid #31a031;
}

.wrapper .option {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 0.95rem;
    font-weight: 900;
    cursor: pointer;
    user-select: none;
}

.wrapper .option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.wrapper .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 2px;
}

.wrapper .option:hover input~.checkmark {
    background-color: #f1f1f1;
}

.wrapper .option input:checked~.checkmark {
    border: 2px solid #e5e5e5;
    background-color: #fff;
    transition: 300ms ease-in-out all;
}

.wrapper .checkmark:after {
    content: "\2713";
    position: absolute;
    display: none;
    color: #3786bd;
    font-size: 1rem;
}

.wrapper .option input:checked~.checkmark:after {
    display: block;
}

.wrapper .option .checkmark:after {
    left: 2px;
    top: -4px;
    width: 5px;
    height: 10px;
}

.wrapper .register {
    padding: 12px;
    background: #3786bd;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 130px;
    border: none;
    margin: 6px 0 50px 0px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
}

.wrapper .register:hover {
    background-color: #3785bde0;
}

.wrapper a {
    text-decoration: none;
}

@media (max-width: 860.5px) {
    .wrapper {
        margin: 50px 5px;
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(1.8rem + calc(var(--bs-border-width) * 2));
    min-height: calc(1.8rem + calc(var(--bs-border-width) * 2));
    line-height: 1.8;
    border-radius: 0;
}

.wrapper .form-right label,
.form-control,
.form-select {
    font-size: 12px;
}

.table tr,
.table,
.outer-border {
    padding: 0px;
    border: 1px solid #73879C;
}

.table tr th,
.table tr td,
.outer-border {
    font-size: 10px;
    line-height: 22px;
    padding: 0;
}

.outer-border tr td {
    font-size: 12px;
    color: #4c5968;
    line-height: 22px;
}

table {
    vertical-align: top;
    border-collapse: collapse;
    color: #4c5968;
    font-size: 12px;
}

.pimg {
    width: 150px;
    height: 150px;
}

.barcode {
    width: 150px;
}

.bl-1 {
    padding: 0px;
    border-left: 1px solid #73879C !important;
}

.br-1 {
    padding: 0px;
    border-right: 1px solid #73879C !important;
}

.bt-1 {
    padding: 0px;
    border-top: 1px solid #73879C !important;
}

.bb-1 {
    padding: 0px;
    border-bottom: 1px solid #73879C !important;
}

.title {
    width: 400px;
    font-size: 20px;
    text-align: center;
}

.full-border td {
    border: 1px solid #73879C !important;
    margin: 0;
    padding: 5px;
    border-collapse: 1;
}

.w-100 {
    width: 100%;
}

.w-33 {
    width: 33%;
}

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}

.w-50 {
    width: 50%;
}

.text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.borderless,
.borderless td,
.borderless tr {
    border: 0;
}
.p1{
    padding: 1rem;
}
.p2{
    padding: 2rem;
}
.p3{
    padding: 3rem;
}
.p4{
    padding: 4rem;
}
.p5{
    padding: 5rem;
}