.DrPHP_style01{
    background: #fff;
    text-align: center;
    padding: 10px 0px;
    direction: rtl;
}
.DrPHP_style01 i{
    color: #ccc;
    padding: 0px 0px 0px 10px;
}
.DrPHP_style02{
    width: 80%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    color: #3a93da;
    outline: none;
    margin: 5px auto;
}
.DrPHP_style03{
    width: 100%;
    box-shadow: 1px 1px 5px #ccc;
    padding: 10px 0px;
    margin: 20px auto;
    border-radius: 10px;
}
.DrPHP_style03 p{
    padding: 0px 20px 0px 0px;
    font-weight: bold;
    font-family: auto;
    font-size: large;
}
.DrPHP_style03 p i{
    color: #3a93da;
}
.DrPHP_style04{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    /* background: #3a93da; */
    background: #3a93da97;
    border-bottom: 2px solid #3a93da;
    border-right: none;
    border-left: none;
    border-top: none;
    /* border: none; */
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 1px 1px 10px #3a93da; */
    cursor: pointer;
    margin: 20px auto 10px auto;
}
.DrPHP_style04:hover{
    /* box-shadow: 1px 1px 10px #333; */
    background: #3a93da;
}
.DrPHP_style05{
    width: 82%!important;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    color: #3a93da;
    outline: none;
    margin: 5px auto;
}
.DrPHP_style06{
    display: inline-flex;
    border: none;
    width: 80%;
    padding: 10px;
    border-radius: 5px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    color: #3a93da;
    outline: none;
    margin: 5px auto;
}
.DrPHP_style07{
    text-align: center;
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #3a93da;
    margin: 50px auto;
}
.DrPHP_style08{
    width: 100%;
    font-size: large;
}
.DrPHP_style08 th{
    background: #3a93da3d;
    border-bottom: 2px solid #3a93da;
    color: #3a93da;
}
.DrPHP_style08 th i{
    color: #3a93da;
}
.DrPHP_style08 tr:nth-child(odd) {
    color: #333;
    font-weight: bold;
    background: #3a93da17;
}
.DrPHP_style08 tr:nth-child(even) {
    background-color: #FFFFFF;
    font-weight: bold;
}
.DrPHP_style09{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #ff572297;
    border-bottom: 2px solid #f00;
    /* border: none; */
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 1px 1px 5px #FF5722; */
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style09:hover{
    /* box-shadow: 1px 1px 10px #636363; */
    background: #f00;
}
.DrPHP_style10 {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.DrPHP_style10 a:hover{
    background-color: #eee;
}
.DrPHP_style11 {
    display: none;
    border-radius: 10px;
    position: absolute;
    background-color: #fffffff5;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 6px 10px rgba(0,0,0,0.2);
    z-index: 1;
}
.DrPHP_style11 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.DrPHP_style12{
    display: block;
}
.DrPHP_style13{
    width: 300px;
}
.DrPHP_style14{
    width: 80%;
    opacity: 0.1;
}
.DrPHP_style15{
    margin-right: 250px;
    font-size: 28px;
    padding: 0px 10px;
    direction: rtl;
    text-align: center;
    margin-top: 50px;
}
.DrPHP_style16{
    background-image: url("../../default_Image/DrPHP_logo.png");
    filter: blur(4px);
    -webkit-filter: blur(4px);
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; 
}
.DrPHP_style17{
    background-color: #ffffff33;
    border: 3px solid #ffffff4d;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 80%;
    padding: 20px;
    text-align: center;
}
.DrPHP_style18{
    color: #333;
    font-size: x-large;
}
.DrPHP_style19_Blinker {
    animation: blinker03 0.6s cubic-bezier(1, 0, 0, 1) infinite alternate;  
}
@keyframes blinker03 { to { opacity: 0; } }
.DrPHP_style20_Blinker {
    animation: blinker04 1s ease-in-out infinite alternate;  
}
@keyframes blinker04 { to { opacity: 0; } }
.DrPHP_style21_Blinker {
    animation: blinker02 1.7s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker02 { to { opacity: 0; } }
.DrPHP_style22{
    width: 80%;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #3a93da;
    color: #3a93da;
    cursor: pointer;
}
.DrPHP_style22:focus{
    background-color: #3a93daab;
    border: 1px solid #3a93da;
    outline: none;
    color: #fff;
}
.DrPHP_style23{
    padding: 10px 20px;
    font-size: large;
    font-family: auto;
    font-weight: bold;
    backdrop-filter: blur(3px);
    background-color: #3a93da;
    border: 1px solid #3a93da;
    border-radius: 100px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: #fff;
}
.DrPHP_style23:hover{
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
.DrPHP_style24{
    color: #f00;
    font-size: large;
}
.DrPHP_style25{
    height: 500px;
    width: 80%;
    display: block;
    margin: 0px 131px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: large;
    font-weight: bold;
    color: #3a93da;
    padding: 10px;
    outline: none;
    direction: rtl;
    text-align: start;
}
.DrPHP_style26{
    height: 100px;
    width: 400px;
    display: block;
    margin: 5px 131px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: large;
    font-weight: bold;
    color: #333;
    padding: 10px;
    outline: none;
    float: right;
    direction: rtl;
    text-align: start;
}
.DrPHP_style27{
    height: 100px;
    width: 220px;
    display: block;
    margin: 5px 0px 0px 97px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: large;
    font-weight: bold;
    color: #333;
    padding: 10px;
    outline: none;
    float: left;
    text-align: center;
    direction: ltr;
}
.DrPHP_style28{
    clear: both;
}
.DrPHP_style29{
    height: 100px;
    width: 500px;
    display: block;
    margin: 5px 131px 0px 0px;
    border: 1px solid #ccc;
    border-radius: 5px;
    resize: none;
    font-size: large;
    font-weight: bold;
    color: #333;
    padding: 10px;
    outline: none;
    float: right;
    direction: rtl;
    text-align: start;
}
.DrPHP_style30{
    margin-right: 42px!important;
    width: 100%;
    display: block;
    margin: 0px auto;
    text-align: start;
}
.DrPHP_style31{
    text-align: center;
}
.DrPHP_style32{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #ff572297;
    border-bottom: 2px solid #f00;
    /* border: none; */
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 1px 1px 5px #FF5722; */
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style32:hover{
    /* box-shadow: 1px 1px 10px #333; */
    background: #f00;
}
.DrPHP_style33{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #01547a;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #01547a;
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style33:hover{
    box-shadow: 1px 1px 10px #3a93da;
    background: #3a93da;
}
.DrPHP_style34{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #007ab1;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #333;
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style34:hover{
    box-shadow: 1px 1px 10px #3a93da;
    background: #3a93da;
}
.DrPHP_style35{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #3a93da;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #333;
    cursor: pointer;
    margin: 20px auto 10px auto;
}
.DrPHP_style35:hover{
    box-shadow: 1px 1px 10px #3a93da;
    background: #3a93da;
}
.DrPHP_style36{
    margin-right:114px!important;
}
.DrPHP_style37{
    text-align: center;
}
.DrPHP_style38{
    width: 40%;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: #3a93da;
    border: 1px solid #3a93da;
    border-radius: 5px;
    font-weight: bold;
}
.DrPHP_style39{
    color: #3a93da;
    font-size: 20px;
}
.DrPHP_style40::before {
    content: "اختر الملفات";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #fff;
    width: 111px;
    height: 17px;
    padding: 5px;
}
.DrPHP_style41{
    width: 20%;
    padding: 10px;
    display: inline-block;
    text-align: center;
}
.DrPHP_style42{
    width: 100%;
    border-radius: 15px;
    height: 200px;
}
.DrPHP_style43{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #3a93da;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #3a93da;
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style43:hover{
    background: #3a93da;
    box-shadow: 1px 1px 5px #3a93da;
}
.DrPHP_style44{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #ff5722;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #ff5722;
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style44:hover{
    box-shadow: 1px 1px 5px #333;
}
.DrPHP_style45{
    background: #ffffff00;
    border-radius: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9.5px);
    padding: 0px 50px 10px 50px;
}
.DrPHP_style46{
    text-align: center;
    position: initial;
    padding-top: 50px;
}
.DrPHP_style47{
    position: absolute;
    width: 80%;
    margin: 0px auto;
}
.DrPHP_style48{
    text-align: center;
    font-weight: bold;
    line-height: 0px;
    color: #333;
    direction: rtl;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
}
.DrPHP_style49{
    font-size: 60px;
    margin: 20px auto;
    min-width: 200px;
}
.DrPHP_style50{
    text-decoration: none;
    color: #333;
}
.DrPHP_style50:hover p{
    color: #fff!important;
}
.DrPHP_style50:hover .DrPHP_style45{
    background: #3a93da3d;
}
.DrPHP_style51{
    width: 50px;
}
.DrPHP_style52{
    width: 100%;
    font-size: large;
}
.DrPHP_style52 th{
    background: #3a93da3d;
    border-bottom: 2px solid #3a93da;
    color: #3a93da;
    padding: 10px 0px;
}
.DrPHP_style52 th i{
    color: #3a93da;
}
.DrPHP_style52 tr:nth-child(odd) {
    color: #333;
    font-weight: bold;
    background: #3a93da17;
}
.DrPHP_style52 tr:nth-child(even) {
    background-color: #FFFFFF;
    font-weight: bold;
}
.DrPHP_style53{
    width: 100%;
    font-size: medium;
}
.DrPHP_style53 th{
    background: #3a93da3d;
    border-bottom: 2px solid #3a93da;
    color: #3a93da;
    padding: 10px 0px;
}
.DrPHP_style53 th i{
    color: #3a93da;
}
.DrPHP_style53 tr:nth-child(odd) {
    color: #333;
    font-weight: bold;
    background: #3a93da17;
}
.DrPHP_style53 tr:nth-child(even) {
    background-color: #FFFFFF;
    font-weight: bold;
}
.DrPHP_style54{
    color: #333;
    font-size: 30px;
    padding: 0px 0px 0px 10px;
}
.DrPHP_style55{
    width: 150px;
    display: block;
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    /* background: #3a93da; */
    background: #3a92da97;
    border-bottom: 2px solid #3a93da;
    /* border: none; */
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 1px 1px 5px #3a93da; */
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style55:hover{
    /* box-shadow: 1px 1px 10px #333; */
    background: #3a93da;
}
.DrPHP_style56{
    width: 150px;
    display: block;
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    /* background: #080; */
    background: #00880097;
    border-bottom: 2px solid #080;
    /* border: none; */
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 1px 1px 5px #080; */
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style56:hover{
    /* box-shadow: 1px 1px 10px #333; */
    background: #080;
}
.DrPHP_style57{
    background: #fff;
    text-align: center;
    padding: 10px 0px;
    direction: rtl;
}
.DrPHP_style57 i{
    color: #ccc;
    padding: 0px 0px 0px 10px;
}
.DrPHP_style58{
    font-size: large;
    font-family: auto;
    font-weight: bold;
    color: #607D8B;
}
.DrPHP_style59{
    display: block;
    z-index: 111;
    position: relative;
}
.DrPHP_style60{
    color:#03a8f494;
}
.DrPHP_style61{
    color:#0dc200c3;
}
.DrPHP_style62{
    color:#ff0000e9;
}
.DrPHP_style63{
    line-height: 15px;
    color: #000 !important;
    margin: 0px auto;
}
.DrPHP_style64{
    text-align: end;
    font-weight: bold;
}
.DrPHP_style65{
    background-color: #3a93da3d;
    color: #444;
    cursor: pointer;
    padding: 18px;
    border: none;
    text-align: center;
    font-weight: bold;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.DrPHP_style66, .DrPHP_style65:hover {
    background-color: #03a8f494;
}
.DrPHP_style67{
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.DrPHP_style68{
    color: #3a93da!important;
}
.DrPHP_style69{
    color: #FF5722!important;
}
.DrPHP_style70{
    width:100%;
    text-align:center;
}
.DrPHP_style71{
    font-size: large;
    font-weight: bold;
    font-family: auto;
    color: #fff;
    background: #607d8b97;
    border-bottom: 2px solid #607d8b;
    /* border: none; */
    padding: 10px 20px;
    border-radius: 10px;
    /* box-shadow: 1px 1px 5px #FF5722; */
    cursor: pointer;
    margin: 20px auto 10px auto;
    text-decoration: none;
}
.DrPHP_style71:hover{
    /* box-shadow: 1px 1px 10px #333; */
    background: #607d8b;
}
.DrPHP_style72{
    color: #3a93da!important;
}
.DrPHP_style73{
    color: #0dc200c3;
    background: #bbff9b;
    padding: 2px 10px;
    border-radius: 5px;
}
.DrPHP_style74{
    color: #c20000c3;
    background: #ff9b9b;
    padding: 2px 10px;
    border-radius: 5px;
}
.DrPHP_style75{
    color: #0085c2c3;
    background: #9bd5ff;
    padding: 2px 10px;
    border-radius: 5px;
}
.DrPHP_style76{
    color: #9d3ab7;
    background: #d49bff;
    padding: 2px 10px;
    border-radius: 5px;
}
.DrPHP_style77{
    color: #c25b00c3;
    background: #ffce9b;
    padding: 2px 10px;
    border-radius: 5px;
}

@media print {
    .NoPrint{
        display:none;
    }
    .DrPHP_style03 {
        box-shadow: none!important;
        padding: unset!important;
        margin: unset!important;
        border-radius: unset!important;
    }
    .DrPHP_Menu_main {
        margin-right: unset!important;
        padding: unset!important;
    }
    .DrPHP_style02 {
        border: none!important;
        color: #000!important;
        padding: 0px!important;
    }
    body{
        background: #fff!important;
    }
    .DrPHP_style27 {
        margin:0px!important;
        padding:0px!important;
        border:none!important;
    }
    .sceditor-toolbar{
        display: none;
    }
    .sceditor-container{
        border:none!important;
    }
    .sceditor-grip{
        display: none!important;
    }
    #infoBook{
        margin:0px!important;
    }
    #infoBook02{
        margin:0px!important;
        margin-right: 10px!important;
    }
    #infoBook03{
        margin:0px!important;
        margin-right: 18px!important;
    }
    #infoBook04{
        display:none!important;
    }
    #infoBook05{
        display:none!important;
    }
    .DrPHP_style30{
        margin-right:0px!important;
    }
    .DrPHP_style26{
        margin:0px!important;
        padding:0px!important;
        border:none!important;
    }
    .DrPHP_style29{
        margin:0px!important;
        padding:0px!important;
        border:none!important;
    }
    .DrPHP_style01{
        margin: 144px 0px 0px 0px!important;
    }
    .DrPHP_style57{
        margin: 0px 0px 0px 0px!important;
    }
    .DrPHP_style53 {
        width: 100%;
        border-collapse: collapse;
        font-size: medium;
    }
    .DrPHP_style53 tr th {
        background-color: #f2f2f2;
        position: sticky;
        top: 0;
        font-size: small;
    }
    .DrPHP_style53 tbody {
        page-break-before: always;
    }
    .NoPrint{
        display:none!important;
    }
    .DrPHP_style53 tr td{
        border:1px solid #000!important;
    }
    .onPrint{
        display: block;
    }
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    #hiddenPhone{
        display: none;
    }
    .DrPHP_style51{
        width: auto;
    }
    .DrPHP_style12 {
        position: initial;
    }
    .DrPHP_style36 {
        margin-right: 8%!important;
    }
    .DrPHP_style26 {
        width: 80%;
        margin: 5px 8% 0px 0px;
    }
    .DrPHP_style27 {
        width: 80%;
        margin: 5px 0px 0px 8%;
    }
    .DrPHP_style29 {
        width: 80%;
        margin: 5px 6% 0px 0px;
    }
    .DrPHP_style41 {
        width: 100%;
    }
    .DrPHP_style17{
        width: 100%;
    }
    .DrPHP_style38{
        width: auto !important;
    }
    .DrPHP_style57{
        text-align: right!important;
    }


    /* TABLE ON PHONE START*/
    /* Force table to not be like tables anymore */
    .DrPHP_style52, thead, tbody, th, td, tr {
        display: block;
    }
      /* Hide table headers (but not display: none;, for accessibility) */
    .DrPHP_style52 thead tr {
        position: absolute;
        top: -9999px;
        right: -9999px;
    }
    .DrPHP_style52 tr {
        margin: 0 0 1rem 0;
    }
    .DrPHP_style52 tr:nth-child(odd) {
        background: #3a92da27;
        border-bottom: 1px solid #3a92da;
        border-top: 1px solid #3a92da;
        padding: 15px 0px 0px 0px;
    }
    .DrPHP_style52 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 50%;
        min-height: 25px;
    }
    .DrPHP_style52 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        right: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .DrPHP_style52 td:nth-of-type(1):before { content: "ت"; }
    .DrPHP_style52 td:nth-of-type(2):before { content: "الاسم"; }
    .DrPHP_style52 td:nth-of-type(3):before { content: "صلاحيات النظام"; }
    .DrPHP_style52 td:nth-of-type(4):before { content: "الاجراء"; }
    /*###########*/

    /* Force table to not be like tables anymore */
    .DrPHP_style53, thead, tbody, th, td, tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .DrPHP_style53 thead tr {
        position: absolute;
        top: -9999px;
        right: -9999px;
    }
    .DrPHP_style53 tr {
        margin: 0 0 1rem 0;
    }
    .DrPHP_style53 tr:nth-child(odd) {
        background: #3a92da27;
        border-bottom: 1px solid #3a92da;
        border-top: 1px solid #3a92da;
        padding: 15px 0px 0px 0px;
    }
    .DrPHP_style53 td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 50%;
        min-height: 25px;
    }
    .DrPHP_style53 td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        right: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    .DrPHP_style53 td:nth-of-type(1):before { content: "ت"; }
    .DrPHP_style53 td:nth-of-type(2):before { content: "الاسم"; }
    .DrPHP_style53 td:nth-of-type(3):before { content: "الامبيرات"; }
    .DrPHP_style53 td:nth-of-type(4):before { content: "الحساب"; }
    .DrPHP_style53 td:nth-of-type(5):before { content: "رقم الهاتف"; }
    .DrPHP_style53 td:nth-of-type(6):before { content: "الاجراء"; }
    /*###########*/
    /* table on phone END*/
}