






*{
    direction: rtl !important;
}
.layout-fixed .main-sidebar {
    right: 0;
}
.brand-image {
    float: right;
}
.content-wrapper, .main-footer, .main-header {
    margin-left: 0px;
    margin-right: 250px;
}
.mr-auto-navbav{
    margin-right: auto!important;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, 
[class*=icheck-]>input:first-child:checked+label::after {
    right: 15px;
    left: auto;
}
.nav-sidebar .nav-link>.right, 
.nav-sidebar .nav-link>p>.right {
    left: 1rem;
    right: auto;
}
.nav-sidebar .nav-link>.right:nth-child(2), 
.nav-sidebar .nav-link>p>.right:nth-child(2) {
    left: 2.2rem;
    right: auto;
}
.small-box .icon>i {
    left: 15px;
    right: auto;
}
@media (min-width: 992px){
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem!important;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem!important;
        margin-left: 0!important;
    }
}

@media (max-width: 767.98px) {
    .main-sidebar, .main-sidebar::before {
        box-shadow: none !important;
        margin-right: -250px;
    }

    .content-wrapper, .content-wrapper::before, .main-footer, .main-footer::before, .main-header, .main-header::before {
        margin-right: 0;
    }

    .sidebar-open .main-sidebar, .sidebar-open .main-sidebar::before {
        margin-right: 0;
    }
}










@import url(../../fonts/ht/HacenTunisia.css);
@import url(../../fonts/hl/HacenLinerScreen.css);
@import url(../../fonts/ge/ge.css);
/*Regular*/
@font-face {
  font-family: 'STV Regular';
  src: url('../../fonts/stv_font/Regular/STV Regular.eot');
  src: url('../../fonts/stv_font/Regular/STV Regular.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/stv_font/Regular/STV Regular.woff2') format('woff2'),
  url('../../fonts/stv_font/Regular/STV.woff') format('woff'),
  url('../../fonts/stv_font/Regular/STV.svg#STV') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*Bold*/
@font-face {
  font-family: 'STV Bold';
  src: url('../../fonts/stv_font/Bold/STV-Bold.eot');
  src: url('../../fonts/stv_font/Bold/STV-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/stv_font/Bold/STV-Bold.woff2') format('woff2'),
  url('../../fonts/stv_font/Bold/STV-Bold.woff') format('woff'),
  url('../../fonts/stv_font/Bold/STV-Bold.svg#STV') format('svg');
  font-weight: bold;
  font-style: normal;
}
/*Light*/
@font-face {
  font-family: 'STV light';
  src: url('../../fonts/stv_font/Light/STV-Light.eot');
  src: url('../../fonts/stv_font/Light/STV-Light.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/stv_font/Light/STV-Light.woff2') format('woff2'),
  url('../../fonts/stv_font/Light/STV-Light.woff') format('woff'),
  url('../../fonts/stv_font/Light/STV-Light.svg#STV') format('svg');
  font-weight: 100;
  font-style: normal;
}
    
    body {
    margin: 0;
    font-family: 'STV Regular',serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    background-color: #fff;
}


.card-title {
    float: right;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}

 


.layout-fixed .control-sidebar {
    bottom: 0;
    float: none;
    height: 100vh;
    position: fixed;
    top: 0;
}
.control-sidebar-dark {
    background: #343a40;
}
.control-sidebar-dark, .control-sidebar-dark .nav-link, .control-sidebar-dark a {
    color: #c2c7d0;
}
.control-sidebar, .control-sidebar::before {
    bottom: calc(3.5rem + 1px);
    display: none;
    left: -250px;
    width: 250px;
    transition: right .3s ease-in-out,display .3s ease-in-out;
}




@media (min-width: 768px){
.control-sidebar-open .control-sidebar, .control-sidebar-open .control-sidebar::before {
    left: 0;
    right: 80%;
}
 
.control-sidebar-open .control-sidebar {
    display: block;
}
}
 



body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-footer, body:not(.sidebar-mini-md) .main-header {
    transition: margin-left .3s ease-in-out;
    margin-right: 250px;
    margin-left: 0;
}

.card-header>.card-tools {
    float: left;
    margin-right: -.625rem;
}

.float-right {
    float: left!important;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-append {
    margin-right: -1px;
}

.direct-chat-img {
    border-radius: 50%;
    float: right;
    height: 40px;
    width: 40px;
}
.direct-chat-text {
    border-radius: .3rem;
    background: #d2d6de;
    border: 1px solid #d2d6de;
    color: #444;
    margin: 5px 50px 0 0px;
    padding: 5px 10px;
    position: relative;
}

 .direct-chat-text::after, .direct-chat-text::before {
    border: solid transparent;
    border-left-color: #d2d6de;
    content: ' ';
    height: 0;
    pointer-events: none;
    position: absolute;
    left: 100%;
    top: 15px;
    width: 0;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.ml-auto, .mx-auto {
    margin-right: auto!important;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
}


.control-sidebar-slide-open .control-sidebar, .control-sidebar-slide-open .control-sidebar::before {
    left: 0;
    transition: left .3s ease-in-out,display .3s ease-in-out;
    right: auto;
}

.control-sidebar, .control-sidebar::before {
    bottom: calc(3.5rem + 1px);
    display: none;
    left: -250px;
    width: 250px;
    transition: right .3s ease-in-out,display .3s ease-in-out;
}

.mr-1, .mx-1 {
    margin-left: .25rem!important;
}

.user-block {
    float: right;
}

.user-block img {
    float: right;
    height: 40px;
    width: 40px;
}

.user-block .comment, .user-block .description, .user-block .username {
    display: block;
    margin-right: 50px;
}

.card-comments .card-comment img {
    height: 1.875rem;
    width: 1.875rem;
    float: right;
}

.card-comments .comment-text {
    color: #78838e;
    margin-right: 40px;
}

.img-lg, .img-md, .img-sm {
    float: right;
}

.img-sm+.img-push {
    margin-right: 2.5rem;
}

.widget-user-2 .widget-user-image>img {
    float: right;
    height: auto;
    width: 65px;
}

.widget-user-2 .widget-user-desc, .widget-user-2 .widget-user-username {
    margin-right: 75px;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-right: -1.25rem;
}