/* By Ahmed Saleh */
.well img{width:800px;height:450px}
.card.rtl-content ul li{margin:5px 3rem 0 0}
.card ul li{margin:5px 0 0 3rem}
.rtl .well ul li{margin:5px 3rem 0 0}
.well ul li{margin:5px 0 0 3rem}
.rtl .well ol li {margin:5px 3rem 5px 0;line-height:25px}
.well ol li {margin:5px 0 5px 3rem;line-height:25px}
/* end */
* {
    padding: 0;
    margin: 0;
}
body{
    background-color: #f6f6f6;
    color: #212529;
    font-size: 14px;
    margin-bottom: 50px;
}


body.ltr{
font-family: 'flat-jooza', sans-serif;

}

body.rtl {
    font-family: "Noto Kufi Arabic", sans-serif;
    direction: rtl;
    text-align: right;
}



body.rtl .format-en{
 font-family: 'flat-jooza', sans-serif !important;

   direction: ltr;
}



a {
    color: #006c35;
}

p{
    margin-bottom: 0;
    line-height: 2;
}
a:hover {
    text-decoration: none;
}

ul{
  line-height: 2;
}

.table td, .table th {
    vertical-align: baseline;
}

code{
  padding:15px 0px	
}

pre{
  font-size: 90%;
  line-height:2;
   margin-bottom: 0px;
}

.hidden {
    display: none;
}

.panel-body{
    border: 1px solid #e9ecef;
    padding: 10px 10px;
    line-height: 2;
    font-size: 12px;
    background-color: #e9ecef;
}

.bg-gradient{
  background: #184153;
  color:#fff
	
}

.help-block{
	margin-top: 10px;
    display: block;
}

.nowrap {
    white-space: nowrap;
}


.btn-seorrs {
    background-color: #006c35;
    border-color: #006c35;
    width: auto;
    height: 45px;
    border-radius: 3px;
    font-size: 14px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    color:#fff;
    min-width: 130px;
    transition: all .5s ease-in-out;
}

.btn-seorrs:hover{
    background-color: #058845;
    border-color: #058845;
}

.badge {
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border-radius: 4px;
    padding: 0 14px;
}

ul li a span.badge{
    border-radius: 1px;
    padding: 0;
    height: 20px;
    width: 20px;
    line-height: 21px;
}
.badge.rate {
    color: #184153;
}

.badge.min {
    background-color: #006c35;
    opacity: .8;
}

.badge.max {
    background-color: #184153;
    opacity: .8;
}

a.btn-alternate {
    width: 30px;
    height: 30px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    background-color: #006c35;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    cursor: pointer;
    color: #fff !important;
    opacity: .8;
}

tbody tr[visible='false'] {
    display: none;
}

.custom-control{
    padding-left: 0;
}
.card {
    border: 0;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(57, 73, 76, .35);
    overflow: hidden;
}

.card .card-title {
    background-color: #184153;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 18px;
}

.navbar {
    border: none;
    background: #184153;
    min-height: 55px;
}

.navbar-toggler {
    outline: none !important;
    padding: 0;
}

.navbar-header {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    width: 100%;
}

.navbar-header i{
    color: #ffffff;
}

.rtl .navbar-header{
    direction: ltr;
}
.rtl .navbar-header i{
    color: #fff;
    font-size: 25px;
}

.navbar-collapse ul li {
    font-size: 13px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.nav.navbar-nav li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-transform: uppercase;
}

.navbar-collapse ul li i {
    width: 20px;
    text-align: center;
    font-size: 16px;
}

.wrapper{
    width: 100%;
}
.side-bar {
    background: #184153;
    position: fixed;
    height: 100%;
    width: 200px;
    top: 0;
    z-index: 9999;
}

.rtl .side-bar {
    transition: margin-right .5s;

}
.ltr .side-bar {
    transition: margin-left .5s;

}

.side-bar ul li.menu-head {
    padding: 11px 20px;
    border-bottom: 1px solid #666;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.navbar-brand {
    margin: 0;
    color: #fff;
}

.side-bar ul li.menu-head a {
    color: #fff;
}
.ltr .side-bar ul li.menu-head a{
    font-weight: 300;
}

.menu-head .fal.fa-bars {
    font-size: 20px;
}

.side-bar ul .menu li {
    margin-bottom: 5px;
}

.side-bar ul .menu li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 12px;
}

.rtl .active>.side-bar {
    transition: margin-right 0.5s;
    margin-right: -140px;
    margin-left: 0;
}
.ltr .active>.side-bar{
    transition: margin-left 0.5s;

    margin-left: -140px;
    margin-right: 0;
}
.side-bar ul .menu li a.active {
    position: relative;
    background: #006c35;
}


.rtl .side-bar ul .menu li a.active, .rtl .side-bar ul .menu li a:hover {
    border-left: 0;
    border-right: 3px solid #006c35;
    padding-right: 17px;
}

.ltr .side-bar ul .menu li a.active, .ltr .side-bar ul .menu li a:hover{
    border-right: 0;
    border-left: 3px solid #006c35;
    padding-left: 17px;

}

.side-bar ul .menu li a.active:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin: 0;
}

.rtl .side-bar ul .menu li a.active:before{
    border-right: 10px solid #006c35;
    border-left: 0;
    left: -10px;
    top: 0px;
}

.ltr .side-bar ul .menu li a.active:before{
    border-left: 10px solid #006c35;
    border-right: 0;
    right: -10px;
    top: 0;
}

.side-bar ul i {
    font-size: 16px;
}

.rtl .content{
    transition: padding-right 0.5s;
    padding-right: 200px;
    padding-left: 0;
}

.ltr .content{
    transition: padding-left 0.5s;
    padding-left: 200px;
    padding-right: 0;
}

.rtl .wrapper.active .content {
    padding-right: 60px;
}

.ltr .wrapper.active .content {
    padding-left: 60px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

.main-banner {
    position: relative;
    display: block;
    height: 500px;
    background-color: #184153;
}

.main-banner .inner {
    color: #fff;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%)
}
.girlLeft , .girlRight{
    bottom: 0;
    width: 230px;
    position: absolute;
}
.girlLeft {
    left: 0;
}

.girlRight{
    right: 0;
}

.summary {
    border: 0;
    background-color: #006c35;
    color: #fff;
    padding: 20px;
}


.bloc-stat {
    background-color: #184153;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
}

.ltr .bloc-stat{
    direction: rtl;
}
.bloc-info span {
    display: block;
}

.bloc-icon {
    background-color: rgba(255, 255, 255, .1);
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.input-group-addon {
    width: 45px;
    text-align: center;
    background-color: #184153;
    line-height: 3;
    color: #fff;
}

input.form-control,select.form-control {
    font-size: 14px;
    border-radius: 0;
}

.btn-primary {
    background-color: #006c35;
    border-color: #006c35;
    width: 100%;
    border-radius: 0;
    height: 44px;
}

.checkbox-forgot {
    display: flex;
    justify-content: space-between;
}

.custom-control-label {
    font-size: 14px;
}

.rtl .custom-control-label{
    padding-right: 1.5rem;
}

.ltr .custom-control-label{
    padding-left: 1.5rem;
}

.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid;
    border-radius: 0 !important;
    top: 0;
}

.rtl .custom-control-label::before{
    right: 0;
}

.ltr .custom-control-label::before{
    left: 0;
}

.custom-control-label::after {
    top: 0;
}

.rtl .custom-control-label::after {
    right: 0;
}

.ltr .custom-control-label::after {
    left: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #184153;
    border: 1px solid;
}

.Pay-icons i {
    font-size: 30px;
    margin: 0 2px 15px;
    color: #184153;
}

.card-services .card {
    border-radius: 0!important;
    margin-top: 40px;
    margin-bottom: 15px;
    background-color: #184153;
    color: #fff;
    overflow: inherit;
}

.card-services .card .icon {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    top: -30px;
}

.card-services .card.facebook .icon {
    background: #4768a0;
}
.card-services .card.youtube .icon {
    background: #da2723;
}
.card-services .card.twitter .icon {
    background: #00aced;
}
.card-services .card.instagram .icon {
    background: #e1306c;
}
.card-services .card.other .icon {
    background: #2979ff;
}
.card-services .card.tiktok .icon {
    background: #010101;
}

.card-services .icon i {
    font-size: 40px;
}

.card-services .card .title {
    margin-top: 25px;
    font-size: 20px;
}
.card-services .icon i {
    font-size: 25px;
    line-height: 50px;
}


.list-unstyled {
    line-height: 2;
}

.fa-check-square {
    color: #006c35;
    position: absolute;
    top: 8px;
}

.rtl .fa-check-square{
    right: 0;
}

.ltr .fa-check-square{
    left: 0;
}

.why-content li,.note li{
    position: relative;
}

.rtl .why-content li,.note li{
    padding-right: 20px;
}

.ltr .why-content li,.note li{
    padding-left: 20px;
}

.download.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download.card-footer a {
    color: #fff;
    background-color: #006c35;
    transition: all .5s ease-in-out;

}

.download.card-footer a:hover{
	background-color: #058845;
    border-color: #058845;
}

.download.card-footer a span{
	font-size:12px
}

.services .important .card-body {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #006c35;
    border-radius: 4px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    color: #fff;
    cursor: pointer;
}

.services .dropdown .dropdown-toggle {
    width: 100%;
    background-color: #184153;
    height: 44px;
    border-color: #184153;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    font-size: 14px;
}

.services thead tr td {
    padding: 20px 0.75rem;
}

.services .dropdown-menu.show {
    max-height: 500px;
    overflow-y: auto;
    min-height: 200px;
    box-shadow: 0 8px 30px 2px rgba(0, 0, 0,0.2);
    line-height: 2;

}

.services .input-group .btn-default , .orders .input-group .btn-default{
	height: 42px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    color: #fff;
    background-color: #184153;
}

.rtl .services .input-group .btn-default , .rtl .orders .input-group .btn-default {
    border-radius: 3px 0px 0px 3px;
}

.ltr .services .input-group .btn-default , .ltr .orders .input-group .btn-default{
    border-radius: 0px 3px 3px 0px;
	
}

.services .inputfeild , .orders .inputfeild{
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    border: 0px;
}

.rtl .services .inputfeild ,  .rtl .orders .inputfeild{
    border-radius: 0px 3px 3px 0px;

}

.ltr .services .inputfeild , .ltr .orders .inputfeild  {
    border-radius: 3px 0px 0px 3px;
}



.rtl .services .dropdown-menu.show{
    text-align: right;
}

.ltr .services .dropdown-menu.show{
    text-align: left;
}


.terms ul, .neworder ul , .tickets ul{
   font-size: 14px;
}
.rtl .terms ul,.rtl .neworder ul , .rtl .tickets ul{
    padding: 15px 20px  15px 0px;
}

.ltr .terms ul,.ltr .neworder ul,.ltr .tickets ul{
    padding: 15px 0px  15px 20px;
}

.orders .nav li{
	height: 44px;
    font-size: 12px;
    line-height: 44px;
    margin-left: 5px;
    margin-bottom: 7px;
    background-color: #184153;
    border-radius: 5px;
    padding: 2px 20px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  transition: all .5s ease-in-out;
  
}

.orders .nav li a{
    color: #fff;	
}

.orders .nav li:hover,.orders .nav li.active{
	    background-color: #006c35;
}

.link-order input{
  height: 35px;	
}

.link-order span.input-group-btn{
   height: 35px;
    box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
    color: #fff;
    background-color: #184153;
    line-height: 35px;
    width: 35px;
    text-align: center;
}


.rtl .link-order span.input-group-btn{
    border-radius: 3px 0px 0px 3px;	
}

.ltr .link-order span.input-group-btn{
    border-radius: 0px 3px 3px 0px;	
	
}


@media (max-width: 991px) {
    .girlLeft, .girlRight {
        width: 150px;
    }
}
@media (max-width: 768px) {
    .rtl .content {
        padding-right: 0;
    }
    .rtl .active .content {
        padding-right: 0;
    }

    .ltr .content {
        padding-left: 0;
    }
    .ltr .active .content {
        padding-right: 0;
    }

    .girlLeft, .girlRight {
        width: 150px;
    }

    .main-banner h2{
        font-size: 25px;
        line-height: 1.7;
    }

    .main-banner h5{
        font-size: 16px;
        line-height: 2;
    }
    .why-content img,.note img {
          width: 60%;
    }
}

@media (max-width: 576px) {
    .girlLeft, .girlRight {
        width: 130px;
    }

    .main-banner .inner{
        top: 45%;
    }

    .main-banner h1{
        font-size: 30px
    }

    .main-banner h2 {
        font-size: 20px;
        margin-top: 10px !important;
    }

    .main-banner h5{
        margin-top: 0px !important;
    }
}

@media (max-width: 450px) {
	
   .orders .nav li {

       width: 100%;
   }
}

@media (max-width: 380px) {
    .why-content img, .note img {
        width: 100%;
    }
  
}

.select2-container--default .select2-selection--single {
    border-radius: 0px !important;
}

.select2-container .select2-selection--single{
	line-height: 40px;
      height: 40px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
   line-height: 40px;

}

.rtl .select2-container--default .select2-search--dropdown .select2-search__field{
	text-align: right;
}

.ltr .select2-container--default .select2-search--dropdown .select2-search__field{
	text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
    top: 0px;	
}

.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {

    left: 1px;
}


.ltr  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px;
}


.rtl .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}


.ltr .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 20px;
}

.select2-container {
    width: 100% !important;
}

.tab-content > .tab-pane {
    padding: 15px;
    background-color: #fff;
}

.addfunds .nav-link  ,.tickets .nav-link{
    padding: 10px 15px;
    border: 0px;
    margin-left: 3px;
    background-color: #184153;
    color: #fff;
    font-size: 13px;
    transition: all .5s ease-in-out;
    border-radius: 3px;
  
}



.addfunds .tab-content > .tab-pane , .tickets .tab-content > .tab-pane {
    padding: 25px 0px;
}

.addfunds  .nav-link.active , .addfunds .nav-link:hover , .tickets  .nav-link.active , .tickets .nav-link:hover {
   background-color: #006c35;
   color: #fff;
}


.addfunds  .nav.nav-tabs, .tickets  .nav.nav-tabs{
  padding:0px	
}

.message{
    padding: 15px 20px;
    border-radius: 5px;
    display: inline-block;
}

.ticket-message-right  .message{
    background-color: #f8f9fa;
    color: #6c757d;

}

.ticket-message-left  .message{
      background-color: #007bff;
    color: #fff;

}


.ticket-message-block{
	margin-bottom:20px
}

.ticket-message-block .info i{
    font-size: 25px;
    margin-top: 5px;
    color: #184153;	
}

.chat-header.customer {
     background: #184153;
}
.chat-header {
    padding: 5px 10px;
    background: #006c35;
    display: flex;
    align-items: center;
    color: #fff;
      opacity: .8;

}


.chat-header .icon{
    font-size: 30px;
    padding: 5px;	
}


.chat-header .time{
  font-size: 10px;	
}



.chat-message {
    background: #eee;
    padding: 10px;
    border-left: 1px solid #cccccc63;
    border-right: 1px solid #cccccc63;
    border-bottom: 1px solid #cccccc63;
    box-shadow: 0px 3px 1px #E5E5E5;
      line-height: 2;
}
.chat-container {
    margin-bottom: 15px;
}

.chat-header .time{
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

span.author {
    display: inline-block;
    margin-bottom: 5px
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
}
td.colspan-row{
	padding: 18px 12px;
    background-color: #006c35;
    color: #fff;
    opacity: .8;	
}

.faq .card-header{
	 cursor: pointer;
     background-color: #184153;
    color: #fff;
}

.btn-primary{
      border-radius: 2px;
      transition: all .5s ease-in-out;
      box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	
}
.btn-primary:hover{
	background-color: #058845;
    border-color: #058845;
}

.alert{
	padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 3px;
    font-size: 12px;
    position: relative;
}

.rtl .alert-dismissible .close {
    left: 0px;
    right: auto;
}
.side-bar{
	overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}