/*---------------------------------------
 *                                      *
 *       Add Your Custom CSS Here       *
 *                                      *
 ---------------------------------------*/
 @font-face {
    font-family: "peyda";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/peydaWeb-light.woff2") format("woff2");
}
@font-face {
    font-family: "peyda";
    font-style: normal;
    font-weight: bold;

    src: url("fonts/PeydaWeb-Bold.woff2") format("woff2");
}
*:not([class*="fa"], [class*="icon"]){
    font-family: "peyda" !important; 
}
a.logo.navbar-brand img {
    width: unset;
    height: unset !important;
}
.b-text {
    text-align: right;
    letter-spacing: 0 !important;
}
.sidebar {
    text-align: right;
    direction: rtl;
}

.sidebar.sidebar-secondary {
    clear: unset;
}

.panel-sidebar .panel-title i.panel-minimise {
    position: absolute;
    left: 30px;
}
section#main-body {
    direction: rtl;
}
ul.nav.navbar-nav li {
    float: right;
}
.login-register-form label {
    float: right;
}
.projectmanagement .input-group {
    width: 100% !important;
    margin-bottom: 11px;
}
.projectmanagement button {
    margin-top: 11px;
}

input.form-control-file {
    display: none;
}
@media (min-width: 992px){
.pull-md-right {  
    float: left;
} 
.pull-md-left {
    float: right;
}
}



.row.domains-row input {
    height: 50px !important;
}

.row.domains-row {
    direction: ltr;
}