
.lang-switcher{
    background-color: white;
    border-radius: 10px;
    position: fixed;
    /* right: 0; */
    box-shadow: 2px 2px #888888;
    padding: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1030;
}
.lang-switcher a{
    color: #999999;

}
.lang-icon{

}
.lang-switcher .active-lang img{
    /* margin: 0 10px 0 10px ; */
    /* box-shadow: 0px 0px 5px grey; */
border: 1px solid red;
padding: 1px;
/* color: #000; */

}


  .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;

  }


  html[dir='rtl'] .page-main-header .main-header-right .nav-right > ul > li {
    margin-right: 4px!important;
    margin-left: 4px!important;
  }




  @font-face {
    font-family: "JF-Flat-Regular";
    src: url("../fonts/JF-Flat-Regular.ttf");
  }



  html[dir='rtl'] body {
    font-size: 14px;
    font-family: 'JF-Flat-Regular';
    font-weight:normal;

    overflow-x: hidden;
  }




  html[dir='rtl'] .bookmark ul {
    padding-right: 0px !important;
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 10px;
  }

  a, button, input, textarea, .btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
  }
  .btn-soft-danger {
    background-color: rgba(239, 72, 106, 0.15);
    color: var(--danger);
  }


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .btn-sm.btn-icon {
    padding: 0.416rem;
    width: calc(2.02rem + 2px);
    height: calc(2.02rem + 2px);
  }
  .btn-soft-primary {
    background-color: #FEF1D9;
    color: #F6A710;
  }
  .btn-soft-primary:hover {
      background-color: #f5a100;
      border-color: #f5a100;
      color: #ffffff;
      }
      .btn-danger, .btn-soft-danger:hover, .btn-outline-danger:hover {
        background-color: #ef486a;
        border-color: #ef486a;
        color: #ffffff;
    }
 .btn-soft-danger {
        color: #F04F70;
    }
  .btn-circle {
    border-radius: 50em;
  }
  .btn-primary, .btn-soft-primary:hover, .btn-outline-primary:hover {
    color: #ffffff;
  }


/*modal*/
.modal.website-popup {
    display: block;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.modal-backdrop {
    background-color: #11151d;
}
.modal-content {
    border: 1px solid rgba(20, 20, 35, 0.2);
}
.modal-content .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 25px;
    border-bottom: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}
.modal-header .close {
    font-size: 0;
    border: 0;
    color: #F5A100;
    background-color: transparent;
}
.modal-header .close:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f00d";
    font-size: 18px;
}
.modal-body  .fa-4{
    font-size: 50px;
    color: #F5A100;


}
.modal-footer .mt-2{
    border: 0;
    background-color: red!important;

    color: #fff;
}.btn-secondary{
    background-color: #F5A100!important;
    border: 0;

    color: #fff;
}
.add i{color: #ffffff!important; margin-right: 5px;margin-left: 5px;}
.add{color: #ffffff!important;}
.modal-content .modal-body {
    padding: 20px 25px;
    overflow-y: auto;
    max-height: 70vh;
}
@media (min-width: 768px) {
    .modal-content .modal-body {
        max-height: 80vh;
    }
}
.modal-content .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    padding: 10px 25px;
    border-top: 1px solid #ebedf2;
    min-height: 60px;
    background-color: transparent;
}
.modal.fade .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(0.8);
    transform: translate(0, 0) scale(0.8);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.show .modal-dialog.modal-dialog-zoom {
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
.modal.modal-static .modal-dialog.modal-dialog-zoom {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal.fade .modal-dialog-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0;
    width: 400px;
    max-width: 80vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
.modal.show .modal-dialog-right {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}
.modal-dialog-right .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}
.modal-dialog-right .modal-body {
    max-height: 86vh;
}

/*badges*/

.bookmark ul li:first-child {
    padding-right: 0;
    padding-left: 0px !important;
  }



/****************************item*****************************/
.show_item p {
  color: #999; }

 .init-header {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e6edef; }

.show_item .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(36, 105, 92, 0.05);
  --bs-table-accent-bg:unset; }

.show_item .table-striped tbody tr h6 {
  text-transform: capitalize;
  color: #24695c; }

.show_item .init-profile {
  margin-bottom: 15px; }

@media only screen and (max-width: 1199px) {
  .show_item h4 {
    margin-bottom: 0px; }
  .show_item h3 {
    margin-bottom: 0px; }
  .show_item .init-header .media-left img {
    width: 55% !important; }
  .show_item .init-profile .media {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6edef; } }

@media only screen and (max-width: 991px) {
  .show_item .card .card-body {
    padding: 20px; }
  .show_item h4 {
    font-size: 20px; }
  .show_item h3 {
    font-size: 20px; }
  .show_item table td {
    min-width: 150px; }
    .show_item table td:first-child {
      min-width: 280px; } }

@media only screen and (max-width: 767px) {
  .show_item .init-pal {
    margin-top: 15px;
    text-align: left !important; } }

@media only screen and (max-width: 575px) {
  .show_item h4 {
    font-size: 18px; }
  .show_item h3 {
    font-size: 14px; }
  .show_item p {
    font-size: 13px; }
  .show_item .init-header .media-body {
    text-align: right; }
  .show_item .text-xs-center {
    margin-top: 20px;
    text-align: center !important; }
  .show_item .text-md-end {
    text-align: left; } }

@media only screen and (max-width: 420px) {
  .show_item .init-header .media-left img {
    width: 50% !important; }
  .show_item .init-profile .media {
    display: block; }
    .show_item .init-profile .media .media-body {
      margin-left: 0 !important;
      margin-top: 10px; } }

.item .row {
    margin: 0;
    padding: 15px 0;
    margin-bottom: 15px
}

.item div[class*='col-'] {
    border-right: 1px solid #eee
}

.item .text h3 {
    margin-bottom: 0;
    color: #555;
    font-size: 15px;

}

.item .text small {
    color: #aaa;
    font-size: 0.75em
}

.item .item-date span {
    font-size: 0.9em;
    color: #999
}

.item .image {
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 0px
}

.item .time,
.item .comments,
.item .item-progress {
    color: #999;
    font-size: 0.9em;
    margin-right: 10px
}

.item .time i,
.item .comments i,
.item .item-progress i {
    margin-right: 5px
}

.item .item-progress {
    width: 200px
}

.item .item-progress .progress {
    height: 4px
}

.item .card {
    margin-bottom: 0
}

@media (max-width: 991px) {
    .item .right-col {
        margin-top: 20px;
        margin-left: 65px
    }
    .item .item-progress {
        width: 150px
    }
}

@media (max-width: 480px) {
    .item .item-progress {
        display: none
    }
}
.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px 0 2px rgba(0,0,0,0.05);
}
.bg-white {
    background: #fff !important;
}

.bg-red {
    background: #ff7676 !important;
    color: #fff
}

.bg-red:hover {
    color: #fff
}

.bg-blue {
    background: #85b4f2 !important;
    color: #fff
}

.bg-blue:hover {
    color: #fff
}

.bg-yellow {
    background: #eef157 !important;
    color: #fff
}

.bg-yellow:hover {
    color: #fff
}

.bg-green {
    background: #54e69d !important;
    color: #fff
}

.bg-green:hover {
    color: #fff
}

.bg-orange {
    background: #ffc36d !important;
    color: #fff
}

.bg-orange:hover {
    color: #fff
}

.bg-violet {
    background: #796AEE !important;
    color: #fff
}

.bg-violet:hover {
    color: #fff
}

.bg-gray {
    background: #ced4da !important
}
