@font-face {
    font-family: hi5;
    src:url(../fonts/Al-Jazeera-Arabic-Regular.otf);
}


body{
    font-family: hi5 !important;
    direction: rtl;
    overflow-x: hidden;
    background: url(../images/bg.jpg);
    background-repeat:no-repeat ;
    background-size:cover;
    background-position:top;
    /*height: 100vh;*/

}
.main_color{
    color: #009078;
}
.font26{
    font-size: 26px;
}
.font16{
    font-size: 16px;
}
.details {
    font-size: 18px;
    color: #014948;
    font-weight: bold;
}
.second_color{
    color: #009078;
}
.form-group input,.form-group select,.form-group textarea{
    border-radius: 0;
    font-size: 14px;
    border-color: #ececec;;
}
body .select2-container--default .select2-selection--single {
     border-radius: 0 !important;
    font-size: 14px  !important;
    border-color: #ececec  !important;
    padding: 4px 0  !important;
    height: 40px  !important;
}
.form-control:focus{
    border-color: #f9f9f9 !important;
    box-shadow: 0 0 0 0.1rem rgb(83 119 119 / 10%) !important;
}
.main_btn{
    background: #009078;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    border-color: #009078;
}
.main_btn:hover{
    color:#009078;
    background: #fff;
    border-color:#009078
}

.number{
    display: inline-block;
    padding: 10px 20px;
    color: #f5f5f5;
    font-size: 20px;
    letter-spacing: 4px;
    background: #b78047;
    font-weight: 600;
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel .panel-heading {
    background: transparent;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 8px 20px 8px 20px;
    position: relative;
    z-index: 3;
    min-height: auto;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #009078;
    border-color: #ddd;
}

.panel .panel-heading .panel-title {
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.02em;
    font-size: 12px;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-stroke: 0px;
    filter: alpha(opacity = 40);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.panel .panel-heading + .panel-body {
    padding-top: 0;
    height: calc(100% - 50px);
}

.panel .panel-body {
    padding: 20px;
    height: 100%;
    width: 100%;
}

.panel.panel-default {
    border: 1px solid rgba(0, 0, 0, 0.07);
}


.blink {
   animation: blinker 1s linear infinite;
}
  
@keyframes blinker {
    50% {
        opacity: 0;
    }
}