@import url(colors.css);
/* import color vars */
 
#sidebar-menu {
  padding-top: 9px;
}

p.nav-footer {
  display: none;
}
.font-bold , strong , body .p-panel .p-panel-titlebar{
  font-weight: normal !important; 
} 
.card-header .font-bold , .card-header strong{ 
  font-size: 12px;
} 
.bg-grey {
  background-color: #226187;
}
.bg-success {
  background-color: #3bb3a4 !important;
}
.bg-warning {
  background-color: #ff9619 !important;
}


body.loading-lang {
  background-image: url(Glowing-ring.gif) !important; 
}

.moc-loader-icon {
  background-image: url(login-img/loader-moc.gif);
  width: 196px;
  height: 103px;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute; 
  bottom: 20px;
  margin-top: -35px;
  border-radius: 7px;
  padding-bottom: 75px;
  background-color: rgba(255,255,255,0.5);
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  transform: scale(.8);
}
.moc-loader-icon-in {
  background-image: url(login-img/loader-moc.gif);
  width: 196px;
  height: 103px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin: auto;
   margin-top: 30px;
  border-radius: 7px;
  padding-bottom: 75px;
  background-color: rgba(255,255,255,0.5);
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  transform: scale(.8);
}
 
.moc-loader-icon .en , .moc-loader-icon .ar
{
display: none;
}
.lang-ltr .moc-loader-icon .en  
{
display: inline-block;
}
.lang-rtl .moc-loader-icon .ar
{
display: inline-block;
}
.lang-rtl .moc-loader-icon { 
  left: 20px;  
}
.lang-ltr .moc-loader-icon {
  right: 20px;  
}


.col-lg-6.content-left , .col-lg-6.content-right {
  opacity: 1;
}
.light-white-bg {
  background-color: rgba(255,255,255,0.4);
  padding: 4px;
  border-radius: 6px;
}
.row-height {
  height: 100vh; 
  margin-right: 0px;
  margin-left: 0px;
}
.row-height-auto {
  height: auto  !important; 
  min-height: 100vh; 
}
@media (max-width: 991px) {
  .row-height {
    height: auto;
  }
}

.content-left {
  background-color: #fff;
  padding: 0;
  background-image: url(login-img/loginbg.jpg);
  background-repeat: no-repeat;
  background-position: right top !important ;
  background-size: 100% 100% !important ;
}
/* .lang-ltr .content-left { 
  background-image: url(login-img/hero-en.png); 
} */

.content-left-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 100%;
  padding: 60px 90px 35px 90px;
  background-color: #069d9b;
  color: #fff;
  text-align: center;
  position: relative;
  background: transparent;
  /* background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.5)); */
  /* background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); */
}
@media (max-width: 991px) {
  .content-left-wrapper {
    height: auto;
    padding: 95px 30px 35px 30px;
  }
}
@media (max-width: 767px) {
  .content-left-wrapper {
    padding: 95px 15px 35px 15px;
  }
}
@media (max-width: 991px) {
  .content-left-wrapper figure img {
    height: 150px;
  }

}
.content-left-wrapper h2 {
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  margin: 20px 0 15px 0;
  font-weight: 400;
}
@media (max-width: 767px) {
  .content-left-wrapper h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.content-left-wrapper p {
  font-size: 15px;
  font-size: 0.9375rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .content-left-wrapper p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.content-left-wrapper .btn_1 {
  margin: 25px 0 25px 0;
}
@media (max-width: 991px) {
  .content-left-wrapper .btn_1 {
    display: none;
  }
}
.content-left-wrapper .btn_1.mobile_btn {
  display: none;
}
@media (max-width: 767px) {
  .content-left-wrapper .btn_1.mobile_btn {
    margin: 5px 0 30px 0;
    display: inline-block;
  }
}

.content-right {
  padding: 60px;
  height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; 
  background-repeat: no-repeat;
  background-position: center right;
}


.lang-ltr .content-right {  
  background-position: center left;
}


@media (max-width: 991px) {
  .content-right {
    height: auto;
    padding: 30px 15px;
  }
}

a#logo {
  position: absolute;
  left: 20px;
  top: 15px;
  display: block;
  height: 35px;
}
@media (max-width: 991px) {
  a#logo {
    left: 15px;
    top: 10px;
  }
}

#social {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media (max-width: 991px) {
  #social {
    right: 70px;
  }
}
#social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#social ul li {
  float: left;
  margin: 0 5px 10px 0;
  list-style: none;
}
#social ul li a {
  color: #fff;
  opacity: 0.6;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#social ul li a:hover {
  opacity: 1;
}

.copy {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .copy {
    display: none;
  }
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Wizard --------*/
#left_form {
  text-align: center;
}
#left_form h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #0686D8;
}
@media (max-width: 767px) {
  #left_form figure img {
    height: 130px;
    width: auto;
  }
}

input#website {
  display: none;
}

#wizard_container {
  width: 400px;
}
@media (max-width: 767px) {
  #wizard_container {
    width: 100%;
  }
}

h3.main_question {
  margin: 0 0 20px 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
h3.main_question strong {
  display: block;
  color: #999;
  margin-bottom: 5px;
}
 
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }

  100% {
    stroke-dashoffset: 480px;
  }
}

.inlinesvg .svg svg {
  display: inline;
}

.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}

/*-------- 2.3 Inner pages --------*/
header {
  position: relative;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #d9e1e6;
}
header .cd-nav-trigger {
  top: -5px !important;
}
header #social {
  right: 80px;
  top: 0;
}
header #social ul li a {
  color: #333;
}

/* Footer */
footer {
  border-top: 1px solid #ededed;
  padding: 30px 0;
}
footer p {
  margin: 0;
  padding: 0;
  float: right;
}
@media (max-width: 991px) {
  footer p {
    float: none;
  }
}
footer ul {
  float: left;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  footer ul {
    float: none;
    margin-top: 10px;
  }
}
footer ul li {
  display: inline-block;
  margin-right: 15px;
}
footer ul li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 9px;
  color: #999;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li:last-child:after {
  content: "";
}
footer ul li a {
  color: #555;
}
footer ul li a:hover {
  color: #121921;
}

.main_title {
  text-align: center;
}
.main_title h2 {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 42px;
  font-size: 2.625rem;
  color: #434bdf;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .main_title h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.main_title h2 em {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #ededed;
  margin: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.main_title p {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10%;
  margin-bottom: 45px;
  color: #777;
}
@media (max-width: 767px) {
  .main_title p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #434bdf !important;
}

main#general_page {
  background-color: #fff;
}

iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 991px) {
  iframe#map_iframe {
    height: 400px;
  }
}

.box_style_2 {
  background-color: #f8f8f8;
  padding: 25px 30px 30px 30px;
  position: relative;
  margin-bottom: 25px;
}
.box_style_2 .form-control {
  background-color: white !important;
}

.box_style_2 hr {
  margin: 10px -30px 20px -30px;
  border: 0;
  border-top: 2px solid #fff;
}

ul.contacts_info {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

ul.contacts_info li {
  margin-bottom: 15px;
}

ul.contacts_info li:last-child {
  margin-bottom: 0;
}

.parallax_window_in {
  height: 420px;
  position: relative;
  display: table;
  width: 100%;
}

#sub_content_in {
  display: table-cell;
  padding: 45px 15% 0 15%;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  #sub_content_in {
    padding: 45px 30px 0 30px;
  }
}
#sub_content_in h1 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 46px;
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #sub_content_in h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
#sub_content_in p {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  #sub_content_in p {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.container_styled_1 {
  background: #f9f9f9;
}

.team-item-img {
  position: relative;
}

.team-item-img .team-item-detail {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}

.team-item:hover .team-item-detail {
  opacity: 1;
  visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner {
  margin: auto;
  padding: 25px;
}

.team-item-detail-inner h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.team-item-detail-inner .social {
  margin: 0 0px 25px 0px;
  padding: 0px;
}

.team-item-detail-inner .social li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}
.team-item-detail-inner .social li a {
  color: #fff;
}
.team-item-detail-inner .social li a:hover {
  color: #d80075;
}

.team-item-info {
  padding-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.team-item-info h4 {
  margin-bottom: 0px;
}
 
/* Jquery select */
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d2d8dd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 15px;
  padding-right: 27px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  color: #6c757d;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #434bdf;
}
.nice-select:after {
  border-bottom: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  content: '';
  display: block;
  height: 8px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #9e9e9e;
  color: #999999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: white;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: -1px !important;
  right: -1px !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 42px;
  line-height: 40px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 40px;
  min-height: 40px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-25px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9999;
  height: 23vh;
  overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
  width: 14px;
  height: 18px;
}
.nice-select .list::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.nice-select .list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 38px;
  list-style: none;
  min-height: 38px;
  outline: none;
  padding-left: 15px;
  padding-right: 26px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 500;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Budget slider */
.budget_slider {
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding: 45px 30px 15px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.budget_slider span {
  display: block;
  font-weight: 600;
  color: #434bdf;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 25px;
}
.budget_slider span:before {
  content: '$';
}

.rangeslider__handle {
  border: 2px solid #434bdf !important;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

.rangeslider__fill {
  background: #434bdf !important;
}

/*-------- 3.2 Spacing --------*/
.add_bottom_10 {
  margin-bottom: 10px;
}

.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_10 {
  margin-top: 10px;
}

.add_top_15 {
  margin-top: 15px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.more_padding_left {
  padding-left: 40px;
}

.nomargin_top {
  margin-top: 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}


.copy.login-footer {
  opacity: 1;
}


.copy.login-footer .navbar-nav { 
  margin-bottom: 0;
}
 

@media (max-width: 991px){
  .content-left { 
    display: none;
}
.content-right { 
  overflow: auto;
}
}



/* update for cloud 12-4 */

div.wizard-branch h1 {
  font-size: 14px;
  margin: 9px;
  text-align: center;
  color: #379591;
  text-shadow: 0px 1px white;
  margin-top: -24px;
  margin-bottom: 12px;
}

.copy.login-footer a {
  font-size: 12px;
  white-space: nowrap;
}
.lang-rtl .copy.login-footer a i {
   margin-right:5px
}
.lang-ltr .copy.login-footer a i {
   margin-left:5px
}

.wizard .form-container .d-flex {
  display: block !important;
}

button.btn.login-btn {
  width: 100%;
  font-size: 14px;
  border-radius: 7px;
}
a.forget {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px auto;
  border-top: 1px solid #d2d8dd;
  padding-top: 17px;
  margin-top: 4px;
}


/* internal side menu */

section.side-nav { 
  background: linear-gradient(180deg, #314763 0%, #181b1f 100%); 
}

.show-in-cloud  {
  display: inherit !important
}

.hide-in-cloud {
  display: none !important
}

section.side-nav .show-in-cloud .nav-footer {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  line-height: 21px;
  margin: 40px 15px 20px;
  padding-bottom: 8px;
  direction: rtl;
  border-bottom: 0px solid rgba(255,255,255,0.18);
  background-color:#3f4853;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
}

.light-appearance-blue  section.side-nav  .show-in-cloud .nav-footer ,
.light-appearance section.side-nav  .show-in-cloud .nav-footer    { 
  color: #424243; 
  background-color: #f6f6f6; 
}
 

.content-left-wrapper h2 { 
  font-size: 1.5rem; 
  line-height: 1.6;
}

/* git test */


.dark-theme #sidebar-menu .submenu li a {
  color: #fcfcfc;
}

.dark-theme #sidebar-menu > ul > li > a {
  color: #d8dbe0;
}



section.side-nav #slide-toggle { 
  background-image: url(arrow/Union-green.svg); 
}

.light-appearance-blue section.side-nav #slide-toggle {
  background-image: url(arrow/Union-blue.svg);
}


.light-appearance section.side-nav #slide-toggle {
  background-image: url(arrow/Union-grey.svg);
}



.content-right a.logo.logo-admin img {
 height: 170px;
 margin-top: -38px;
}


section.side-nav {
  background: #0f2837;
}
section.side-nav .show-in-cloud .nav-footer { 
  background-color: #073064; 
}

section.side-nav:before { 
  background-color: #00a59b;
}

.copy.login-footer .bg-dark {
  background-color: #1c3965 !important;
}

 


a.powered-by {
  position: absolute;
  right: 50%;
  bottom: 12px;
  direction: ltr;
  color: #69696a;
  font-size: 13px;
  margin-right: -53px;
}

a.powered-by img {
 width: 34px;
 margin-top: -6px;
 margin-left: 4px;
}


@media (max-width: 991px) {

  .content-right { 
    background: linear-gradient(180deg,#fff, #f5f5f5 ) !important;
     padding: 41px 28px;
  }
 
  a.powered-by {
    position: fixed; 
  }
  
}

.dark-theme #sidebar-menu .submenu li a:hover {
  background-color: #0f2837;
  color: #ffffff !important;
}
.dark-theme #sidebar-menu > ul > li > a.mm-active {
  color: #ffffff !important;
  background-color: #00a59b !important;
}

.dark-theme .metismenu ul li, .dark-theme #sidebar-menu > ul > li > a {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  
}


/**update 2-23*/

.wizard-branch .form-control {
  display: block;
  width: 100%;
  /* height: calc(1.5em + 0.75rem + 2px); */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f9f9f9;
  background-clip: padding-box;
  border: 1px solid #defffe;
  /* border-bottom: 1px solid #90b9b4; */
  border-radius: 10px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/*buttons style*/



.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

  .btn-primary:hover {
      color: #fff;
      background-color: #0069d9;
      border-color: #0062cc
  }

  .btn-primary:focus, .btn-primary.focus {
      color: #fff;
      background-color: #0069d9;
      border-color: #0062cc;
      box-shadow: 0 0 0 .2rem rgba(38,143,255,0.5)
  }

  .btn-primary.disabled, .btn-primary:disabled {
    color: #5a687b;
    background-color: #e9e9e9;
    border-color: #a4a4a4;
    pointer-events: none;
}
.light-appearance  .btn-primary.disabled,  .light-appearance .btn-primary:disabled {
  color: #dbdbdb;
  background-color: #464646;
  border-color: #c3c3c3;
}
.btn-primary {
  background-color: #3f494e;
  border: 1px solid #607d8b;
}

  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #0062cc;
      border-color: #005cbf
  }

      .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(38,143,255,0.5)
      }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

  .btn-secondary:hover {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62
  }

  .btn-secondary:focus, .btn-secondary.focus {
      color: #fff;
      background-color: #5a6268;
      border-color: #545b62;
      box-shadow: 0 0 0 .2rem rgba(130,138,145,0.5)
  }

  .btn-secondary.disabled, .btn-secondary:disabled {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }

  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
      color: #fff;
      background-color: #545b62;
      border-color: #4e555b
  }

      .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(130,138,145,0.5)
      }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

  .btn-success:hover {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34
  }

  .btn-success:focus, .btn-success.focus {
      color: #fff;
      background-color: #218838;
      border-color: #1e7e34;
      box-shadow: 0 0 0 .2rem rgba(72,180,97,0.5)
  }

  .btn-success.disabled, .btn-success:disabled {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
  }

  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
      color: #fff;
      background-color: #1e7e34;
      border-color: #1c7430
  }

      .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(72,180,97,0.5)
      }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

  .btn-info:hover {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b
  }

  .btn-info:focus, .btn-info.focus {
      color: #fff;
      background-color: #138496;
      border-color: #117a8b;
      box-shadow: 0 0 0 .2rem rgba(58,176,195,0.5)
  }

  .btn-info.disabled, .btn-info:disabled {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
  }

  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
      color: #fff;
      background-color: #117a8b;
      border-color: #10707f
  }

      .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(58,176,195,0.5)
      }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

  .btn-warning:hover {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00
  }

  .btn-warning:focus, .btn-warning.focus {
      color: #212529;
      background-color: #e0a800;
      border-color: #d39e00;
      box-shadow: 0 0 0 .2rem rgba(222,170,12,0.5)
  }

  .btn-warning.disabled, .btn-warning:disabled {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
  }

  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #d39e00;
      border-color: #c69500
  }

      .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(222,170,12,0.5)
      }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

  .btn-danger:hover {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130
  }

  .btn-danger:focus, .btn-danger.focus {
      color: #fff;
      background-color: #c82333;
      border-color: #bd2130;
      box-shadow: 0 0 0 .2rem rgba(225,83,97,0.5)
  }

  .btn-danger.disabled, .btn-danger:disabled {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
  }

  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #bd2130;
      border-color: #b21f2d
  }

      .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(225,83,97,0.5)
      }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

  .btn-light:hover {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5
  }

  .btn-light:focus, .btn-light.focus {
      color: #212529;
      background-color: #e2e6ea;
      border-color: #dae0e5;
      box-shadow: 0 0 0 .2rem rgba(216,217,219,0.5)
  }

  .btn-light.disabled, .btn-light:disabled {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
  }

  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
      color: #212529;
      background-color: #dae0e5;
      border-color: #d3d9df
  }

      .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(216,217,219,0.5)
      }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

  .btn-dark:hover {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124
  }

  .btn-dark:focus, .btn-dark.focus {
      color: #fff;
      background-color: #23272b;
      border-color: #1d2124;
      box-shadow: 0 0 0 .2rem rgba(82,88,93,0.5)
  }

  .btn-dark.disabled, .btn-dark:disabled {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
  }

  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
      color: #fff;
      background-color: #1d2124;
      border-color: #171a1d
  }

      .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(82,88,93,0.5)
      }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

  .btn-outline-primary:hover {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

  .btn-outline-primary:focus, .btn-outline-primary.focus {
      box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5)
  }

  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
      color: #007bff;
      background-color: transparent
  }

  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
      color: #fff;
      background-color: #007bff;
      border-color: #007bff
  }

      .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(0,123,255,0.5)
      }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

  .btn-outline-secondary:hover {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }

  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
      box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
  }

  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
      color: #6c757d;
      background-color: transparent
  }

  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
      color: #fff;
      background-color: #6c757d;
      border-color: #6c757d
  }

      .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(108,117,125,0.5)
      }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

  .btn-outline-success:hover {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
  }

  .btn-outline-success:focus, .btn-outline-success.focus {
      box-shadow: 0 0 0 .2rem rgba(40,167,69,0.5)
  }

  .btn-outline-success.disabled, .btn-outline-success:disabled {
      color: #28a745;
      background-color: transparent
  }

  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
      color: #fff;
      background-color: #28a745;
      border-color: #28a745
  }

      .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(40,167,69,0.5)
      }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

  .btn-outline-info:hover {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
  }

  .btn-outline-info:focus, .btn-outline-info.focus {
      box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
  }

  .btn-outline-info.disabled, .btn-outline-info:disabled {
      color: #17a2b8;
      background-color: transparent
  }

  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
      color: #fff;
      background-color: #17a2b8;
      border-color: #17a2b8
  }

      .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(23,162,184,0.5)
      }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

  .btn-outline-warning:hover {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
  }

  .btn-outline-warning:focus, .btn-outline-warning.focus {
      box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
  }

  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
      color: #ffc107;
      background-color: transparent
  }

  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
      color: #212529;
      background-color: #ffc107;
      border-color: #ffc107
  }

      .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(255,193,7,0.5)
      }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

  .btn-outline-danger:hover {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
  }

  .btn-outline-danger:focus, .btn-outline-danger.focus {
      box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
  }

  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
      color: #dc3545;
      background-color: transparent
  }

  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
      color: #fff;
      background-color: #dc3545;
      border-color: #dc3545
  }

      .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(220,53,69,0.5)
      }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

  .btn-outline-light:hover {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
  }

  .btn-outline-light:focus, .btn-outline-light.focus {
      box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
  }

  .btn-outline-light.disabled, .btn-outline-light:disabled {
      color: #f8f9fa;
      background-color: transparent
  }

  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
      color: #212529;
      background-color: #f8f9fa;
      border-color: #f8f9fa
  }

      .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(248,249,250,0.5)
      }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

  .btn-outline-dark:hover {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
  }

  .btn-outline-dark:focus, .btn-outline-dark.focus {
      box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
  }

  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
      color: #343a40;
      background-color: transparent
  }

  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
      color: #fff;
      background-color: #343a40;
      border-color: #343a40
  }

      .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
          box-shadow: 0 0 0 .2rem rgba(52,58,64,0.5)
      }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

  .btn-link:hover {
      color: #0056b3;
      text-decoration: underline
  }

  .btn-link:focus, .btn-link.focus {
      text-decoration: underline
  }

  .btn-link:disabled, .btn-link.disabled {
      color: #6c757d;
      pointer-events: none
  }

.btn-lg, .btn-group-lg > .btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

  .btn-block + .btn-block {
      margin-top: .5rem
  }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
  .fade {
      transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}




.btn-dark-green {
  color: #fff;
  background-color: #388e3c !important
}

  .btn-dark-green:hover {
      color: #fff;
      background-color: #3fa044
  }

  .btn-dark-green:focus, .btn-dark-green.focus {
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
      box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
  }

  .btn-dark-green:focus, .btn-dark-green:active, .btn-dark-green.active {
      background-color: #1b451d
  }

  .btn-dark-green.dropdown-toggle {
      background-color: #388e3c !important
  }

      .btn-dark-green.dropdown-toggle:hover, .btn-dark-green.dropdown-toggle:focus {
          background-color: #3fa044 !important
      }

  .btn-dark-green:not([disabled]):not(.disabled):active, .btn-dark-green:not([disabled]):not(.disabled).active, .show > .btn-dark-green.dropdown-toggle {
      background-color: #1b451d !important;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
      box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
  }

      .btn-dark-green:not([disabled]):not(.disabled):active:focus, .btn-dark-green:not([disabled]):not(.disabled).active:focus, .show > .btn-dark-green.dropdown-toggle:focus {
          -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
          box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
      }

.dark-green-ic {
  color: #388e3c !important
}

  .dark-green-ic:hover, .dark-green-ic:focus {
      color: #388e3c
  }

 

table.table a.btn.btn-dark-green {
  color: #fff
}

.btn-outline-dark-green {
  color: #388e3c !important;
  background-color: transparent !important;
  border: 2px solid #388e3c !important
}

 
.btn-unique {
  color: #fff;
  background-color: #880e4f !important
}

  .btn-unique:hover {
      color: #fff;
      background-color: #9f105c
  }

  .btn-unique:focus, .btn-unique.focus {
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
      box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
  }

  .btn-unique:focus, .btn-unique:active, .btn-unique.active {
      background-color: #2c0419
  }

  .btn-unique.dropdown-toggle {
      background-color: #880e4f !important
  }

      .btn-unique.dropdown-toggle:hover, .btn-unique.dropdown-toggle:focus {
          background-color: #9f105c !important
      }

  .btn-unique:not([disabled]):not(.disabled):active, .btn-unique:not([disabled]):not(.disabled).active, .show > .btn-unique.dropdown-toggle {
      background-color: #2c0419 !important;
      -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
      box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
  }

      .btn-unique:not([disabled]):not(.disabled):active:focus, .btn-unique:not([disabled]):not(.disabled).active:focus, .show > .btn-unique.dropdown-toggle:focus {
          -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
          box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
      }


      .btn-blue-grey {
        color: #fff;
        background-color: #1d8a83 !important;
    }
    
        .btn-blue-grey:hover {
            color: #fff;
            background-color: #236462 !important;
        }
    
        .btn-blue-grey:focus, .btn-blue-grey.focus {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 0px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
        }
    
        .btn-blue-grey:focus, .btn-blue-grey:active, .btn-blue-grey.active {
            background-color: #4a5b64
        }
    
        .btn-blue-grey.dropdown-toggle {
            background-color: #78909c !important
        }
    
            .btn-blue-grey.dropdown-toggle:hover, .btn-blue-grey.dropdown-toggle:focus {
                background-color: #879ca7 !important
            }
    
        .btn-blue-grey:not([disabled]):not(.disabled):active, .btn-blue-grey:not([disabled]):not(.disabled).active, .show > .btn-blue-grey.dropdown-toggle {
            background-color: #4a5b64 !important;
            -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
        }
    
            .btn-blue-grey:not([disabled]):not(.disabled):active:focus, .btn-blue-grey:not([disabled]):not(.disabled).active:focus, .show > .btn-blue-grey.dropdown-toggle:focus {
                -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
                box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15)
            }

    
/* 
          .copyR {
            position: absolute; 
            bottom: 14px;
            color: #78909c; }

           .lang-rtl   .copyR { 
              left: 35px; 
              text-align: left;}

              .lang-ltr  .copyR { 
                right: 35px;
                text-align: right;} */

                .copyR {
                  position: fixed;
                  bottom: 14px; 
                  display: block;
                  width: auto; 
                  max-width: 400px;
               
                  color: #0f2837;  
                }
                .copyR  small{ 
                  font-size: 14px;
                }
         
              .lang-rtl .copyR { 
                left: 0;
                text-align: left;   
                margin-left: 30px; 
            }
              .lang-ltr .copyR { 
                right: 0;
                text-align: right;   
                margin-right: 30px; 
            }

              nav.lang-nav {
                position: fixed;
                top: 0;
                z-index: 2;
            }
            .lang-rtl  nav.lang-nav  { 
              right: 0;
          }
          .lang-ltr  nav.lang-nav  { 
            left: 0;
        }
              nav.lang-nav a.text-dark {
                color: #45c0bb !important;
                font-size: 17px;
            }
            nav.terms-nav a.text-dark {
              color: #78909c !important;
              font-size: 12px;
          }
          .lang-ltr nav.terms-nav a.text-dark { 
            font-size: 10px;
            white-space: nowrap;
        }
          .lang-rtl  nav.terms-nav {
        text-align: center;
        }
        .lang-ltr nav.terms-nav {
          right: 0;
          text-align: center;
      }

/* handle scroll direction */

.lang-rtl .content-right { 
  direction: ltr;
}

.lang-rtl .content-right > div { 
  direction: rtl;
}

.lang-ltr .content-right { 
  direction: rtl;
}

.lang-ltr .content-right > div { 
  direction: ltr;
}

.table th, .table td, .table {
  font-size: 13px;
}

table.table.data-p2c-table.scaleTable th {
  padding: 10px 12px;
  font-size: 12px;
}

/* Table */
 
body .p-datatable .p-datatable-thead > tr > th {
  height: 50px;
  font-size: 12px !important;
  font-weight: normal !important;
  font-family: inherit !important;
}
body.light-appearance-blue  .p-datatable .p-datatable-thead > tr > th {
  background-color: var(--MainThemeColor);
}
body.light-appearance-blue  .p-datatable .p-sortable-column:not(.p-highlight):hover {
  background-color: #373737;
}
body.light-appearance-blue .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background-color: var(--MainThemeColor);
  color: #ffffff;
}

body.light-appearance  .border-primary {
  border-color: #607d8b !important;
}

body.light-appearance-blue   .border-primary {
  border-color: var(--MainThemeColor) !important;
}

 

.light-appearance-blue #sidebar-menu > ul > li > a:hover, 
.light-appearance-blue #sidebar-menu > ul > li > a:focus,
.light-appearance-blue #sidebar-menu > ul > li > a:active {
  color: #000000;
  background-color: #fafefd;
}
.light-appearance-blue #sidebar-menu > ul > li > a:hover i, 
.light-appearance-blue #sidebar-menu > ul > li > a:focus i,
.light-appearance-blue #sidebar-menu > ul > li > a:active i{
  color: var(--MainThemeColor); 
}
.light-appearance-blue #sidebar-menu > ul > li > a.mm-active {
  /* background-color: #022c2a; */
  background-color: var(--MainThemeColor);
  background-image: none !important;
}
.light-appearance-blue #sidebar-menu .submenu li.mm-active > a {
  background-color: #f3fefd;
  color: var(--MainThemeColor);
}
.light-appearance-blue #sidebar-menu > ul > li > a.mm-active i { 
  color: #fff; 
}
.badge-pill { 
  border-radius: 4px;
}



.dark-theme ul.submenu.mm-collapse.mm-show {
  background-color: #114869;
}

body.dark-theme  .p-datatable .p-datatable-thead > tr > th {
  background-color: #0e2a40;
}
body.dark-theme .p-datatable .p-sortable-column:not(.p-highlight):hover {
  background-color: #114869;
}
body.dark-theme .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
  background-color: #114869;
  color: #ffffff;
}
.login-menu-drop {
  position: absolute;
  z-index: 999;
  top: 15px; 
 }
 .lang-rtl .login-menu-drop { 
  left: 15px;
 }
 .lang-ltr .login-menu-drop { 
  right: 15px;
 }
 .lang-ltr .login-menu-drop .dropdown-menu {
  left: -63px !important;
  width: 178px;
}
  .login-menu-drop {
 display:none
} 
  
@media (max-width: 991px){

  .login-menu-drop {
 display:inline-block
} 
  
  .content-right a.logo.logo-admin img {
      height: 120px;
      margin-top: 30px;
  }
      nav.terms-nav a.text-dark {
      color: #78909c !important;
      font-size: 11px;
      padding: 0.2rem!important;
  }
      nav.lang-nav a.text-dark {
      color: #e97e00 !important;
      font-size: 12px;
       padding:5px !important;
  }
      nav.m-3.lang-nav.light-white-bg { padding:0px !important;}
  .copyR { 
    text-align: center !important;
    margin: auto !important;
    position: static;
    width: 100%;
   
  }
  .copyR { 
    font-size: 14px  !important;
  }
  .copyR span{ 
    font-size: 13px  !important;
  }
  }
 
  div.wizard-branch h1 { 
    color: #0f2837 !important; 
}



/** Update **/

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.light-appearance-blue .btn-primary {
  background-color: #0f2837;
  border: 1px solid #91b9b4;
  color: #fff ;
}

  .light-appearance-blue .btn-primary:hover {
      background-color: #153b52;
      border: 1px solid #91b9b4;
      color: #fff ;
  }


.small-table.table th, .small-table.table td {
  padding: 7px 9px;
}




.light-grey {
  color: #d9d9d9 !important;
  text-shadow: 0px 1px 0px #0f2837;
}

.blue {
  color: #0398a6 !important;
}

.green {
  color: #10be74 !important;
}

.orange {
  color: #fd7e14 !important;
}

.red {
  color: #c70505 !important;
}

.dark-red {
  color: #720032 !important;
}



.light-grey-bg {
  background-color: #d9d9d9 !important;
  text-shadow: 0px 1px 0px #0f2837;
  color: #0f2837
}

.blue-bg {
  background-color: #0398a6 !important;
  color: #fff !important
}

.green-bg {
  background-color: #10be74 !important;
  color: #fff !important
}

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

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

.dark-red-bg {
  background-color: var(--MainThemeColor) !important;
  color: #fff !important
}

.dark-red-bg-close {
  background-color: #720032 !important;
  color: #fff !important
}

tr.apply-bottom-red-border td , tr.apply-bottom-red-border th{
  border-bottom: 1px solid var(--MainThemeColor);
}
tr.apply-bottom-red-border td.dark-red-bg  , tr.apply-bottom-red-border th.dark-red-bg {
  border-bottom: 1px solid #fff;
}

.p-dropdown.disabled {
  background-color: #f7f7f7;
  pointer-events: none;
}

.card.folder-table{
    
  border: 1px solid #d3eeec;margin-bottom: 10px;padding-top: 6px;}
  
  .card.folder-table .card-header  { background-color:#f3fefd !important;display: block;}
  
      .card.folder-table .card-header a { color:var(--MainThemeColor) !important;display: block;}
  
   
  
  .card.folder-table .collapsed .mdi.mdi-chevron-up:before {transform: rotate(180deg);}
   

  

  /*************INI DASHBOARD*************/


  
  .MocDashboard-head .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border-radius: 0.25rem;
    margin-bottom: 1.25rem;
}

    .MocDashboard-head .card .title {
        font-size: 12px; 
        color: #ffffff;
        background-color: #0f2837;
        padding: 0.5rem;
        margin: 0;
        border-radius: 0.25rem 0.25rem 0 0;
    }

    .MocDashboard-head .card .text {
        margin: 0;
        padding: 0.5rem;
        color: #616f80;
    }

    .MocDashboard-head .card .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        font-size: 18px;
        color: white;
        background-color: #FF9800;
        border-radius: 5rem;
        position: absolute; 
        
      top: -10px;
    }
    .lang-rtl .MocDashboard-head .card .icon { 
      left: 0.5rem;
  }
  .lang-ltr .MocDashboard-head .card .icon {  
    right: 0.5rem;
}
/* 
    .MocDashboard-head .card .box {
        display: flex;
        flex-direction: column;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        margin: 0.25rem 0.25rem;
    } */

    .MocDashboard-head .card .divider {
        height: 40px;
        width: 1px;
        border: 1px dashed #000;
        opacity: 0.3;
    }
    .MocDashboard-head .col-lg-4,
    .MocDashboard-head .col-lg-12,
    .MocDashboard-head .col-xl-6 {
        padding: 0px 5px;
        /* margin-bottom: 10px; */
    }




#chart1, #pie1, #chart2  {
    height: 250px;
    padding-top: 10px
}

 #gauge {
  height: 270px; 
  padding-top: 20px
}
  #pie2 { 
    height: calc( 250px - 42px ); 
}
.MocDashboard.ProBar.task-cards .card .card-header {
    background-color: var(--MainThemeColor);
    text-align: inherit;
    font-weight: normal;
    color: #ffffff;
}

.MocDashboard.ProBar.task-cards .card {
    background-color: #fcfcfc;
    border: 2px solid var(--MainThemeColor);
    border-radius: 5px; 
    height: auto; 
}
.MocDashboard.ProBar.task-cards >  .col-sm-12 {
padding: 0px 5px;
margin-bottom: 10px;
}


/* Timeline */
/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline .timeline-item:before,
        .timeline .timeline-item:after {
            content: "";
            display: table;
        }

        .timeline .timeline-item:after {
            clear: both;
        }

        .timeline .timeline-item .timeline-badge {
            color: #fff;
            width: 35px;
            height: 35px;
            line-height: 52px;
            font-size: 22px;
            text-align: center;
            position: absolute;
            top: 18px;
            left: 50%;
            margin-left: -25px;
            background-color: #333;
            border: 3px solid #ffffff;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

            .timeline .timeline-item .timeline-badge i,
            .timeline .timeline-item .timeline-badge .fa,
            .timeline .timeline-item .timeline-badge .glyphicon {
                top: 2px;
                left: 0px;
            }

            .timeline .timeline-item .timeline-badge.primary {
                background-color: #1f9eba;
            }

            .timeline .timeline-item .timeline-badge.info {
                background-color: #5bc0de;
            }

            .timeline .timeline-item .timeline-badge.success {
                background-color: #59ba1f;
            }

            .timeline .timeline-item .timeline-badge.warning {
                background-color: #d1bd10;
            }

            .timeline .timeline-item .timeline-badge.danger {
                background-color: #ba1f1f;
            }
.timeline .timeline-item .timeline-panel {
position: relative;
width: 46%;
float: left;
right: 16px;
border: 1px solid #0f2837;
background: #ffffff;
border-radius: 9px;
padding: 20px;
-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
  

            .timeline .timeline-item .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -16px;
                display: inline-block;
                border-top: 16px solid transparent;
                border-left: 16px solid #777;
                border-right: 0 solid #777;
                border-bottom: 16px solid transparent;
                content: " ";
            }

.timeline-item .timeline-panel .timeline-title {
margin-top: 0;
color: inherit;
font-size: 15px;
text-align: center;
position: absolute;
left: 10px;
bottom: -104px;
}

            .timeline .timeline-item .timeline-panel .timeline-body > p,
            .timeline .timeline-item .timeline-panel .timeline-body > ul {
                margin-bottom: 0;
            }

                .timeline .timeline-item .timeline-panel .timeline-body > p + p {
                    margin-top: 5px;
                }

        .timeline .timeline-item:last-child:nth-child(even) {
            float: right;
        }

        .timeline .timeline-item:nth-child(even) .timeline-panel {
            float: right;
            left: 16px;
        }

            .timeline .timeline-item:nth-child(even) .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px 0px 20px 0px;
    display: inline-block;
}

.timeline-horizontal:before {
height: 3px;
top: auto;
bottom: 16px;
left: 56px;
right: 0;
width: 100%;
margin-bottom: 20px;
}

.timeline-horizontal .timeline-item {
display: table-cell;
height: auto;
width: 20%;
min-width: 320px;
float: none !important;
padding-left: 0px;
padding-right: 20px;
margin: 0 auto;
vertical-align: bottom;
}

.timeline-horizontal .timeline-item .timeline-panel {
top: auto;
bottom: 41px;
display: inline-block;
float: none !important;
left: 0 !important;
right: 0 !important;
width: 100%;
margin-bottom: 20px;
}

            .timeline-horizontal .timeline-item .timeline-panel:before {
                top: auto;
                bottom: -16px;
                left: 28px !important;
                right: auto;
                border-right: 16px solid transparent !important;
                border-top: 16px solid #777 !important;
                border-bottom: 0 solid #777 !important;
                border-left: 16px solid transparent !important;
            }

        .timeline-horizontal .timeline-item:before,
        .timeline-horizontal .timeline-item:after {
            display: none;
        }

        .timeline-horizontal .timeline-item .timeline-badge {
            top: auto;
            bottom: 0px;
            left: 53px;
        border-radius: 7px;transform: rotate(45deg);}

.timeline-badge.primary {}

.milestone {}

i.fa.fa-square.milestone {transform: rotate(45deg);}


.card-key {padding: 5px 12px;background-color: #edf9f7;line-height: 15px;font-size: 13px;}
.card-key i{

width: auto !important;height: auto !important;font-size: 17px !important;margin-left: 6px;margin-right: 6px;}



.timeline-panel , .drillDown{
cursor:pointer !important;
transition:all 0.5s ease;
}
.timeline-panel:hover, .drillDown:hover {
    filter: sepia(0.5);
}


table.table.timelinex td, table.table.timelinex th {
padding: 7px !important;
font-size: 11px;
}

@media(max-width:1441px){
.dx-gantt-treelist-wrapper {
width: calc(100% - 450px) !important;
height: 250px;
float: right;}

.dx-gantt-view {
width: 450px !important; 
overflow:hidden
}}







.MocDashboard-head .card .text { 
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.max-320 {
overflow: auto;
height: 280px !important;
}

@media(max-width:1367px) {
.MocDashboard-head .card .text { 
font-size: 12px;
}

}



.table-responsive.badget td.p-1 {
  width: 20%;

}
  
.table-responsive.badget td , .table-responsive.badget th  {
  padding:.2em !important;
  vertical-align:middle
}
.table-responsive.badget .disabled  {
  opacity:0.8; 
}

.table-responsive.badget .table-hover tbody tr:hover {
    color: #00454e;
    background-color: rgb(239 253 255);
    cursor: default;
}



.input-group .input-group-prepend {
  z-index: 1;
  position: relative;
}

.lang-rtl .input-group>.form-control[type="text"],
.lang-rtl .input-group>.form-control[type="number"],
.lang-ltr .input-group>.form-control[type="text"],
.lang-ltr .input-group>.form-control[type="number"]
{
  padding-right: 5px;
  padding-left: 5px;
}

 
.alert-info {
  color: #ffffff;
  background-color: #91b9b4;
}

       .row.justify-content-md-center.icon-sum h4 span {
            font-size: 16px;
            font-family: sans-serif;
            font-weight: normal;
            min-width: 37px;
            display: inline-block;
            text-align: center;
        }

        .container-fluid .projectSite .dropdown-menu [href="#"] .card-heading {
            opacity: 1 !important;
        }


        .form-group--error input,
        .form-group--error select,
        .form-group--error textarea,
        .form-group--error input:focus,
        .form-group--error input:hover,
      
        .input-group--error input,
        .input-group--error select,
        .input-group--error textarea,
        .input-group--error input:focus,
        .input-group--error input:hover {
            border-color: #f79483;
        }




        td.white-bg {
          background-color: #fff;
          color: var(--MainThemeColor);
      }

      .form-group span.required {
        color: #dc3545;
        font-size: 13px;
        line-height: 10px;
    }


    /*Moc Stratigic Report*/


    .stop {
      pointer-events: none
  }

  .orange-color {
      color: #f8991d !important;
  }

  .gm-style-iw-d {
      font-weight: bold;
      font-family: inherit;
      font-family: 'almarai' !important;
      padding: 0px 30px 0 0px;
      text-align: center;
      display: block;
  }

  .groupsKpis h4.text-uppercase.mt-0 {
      font-size: 16px;
  }

  .groupsKpis .card.pricing-box {
      border: 1px solid var(--MainThemeColor);
  }

  .groupsKpis .pricing-box .pricing-icon img {
      box-shadow: 0px 2px 3px rgba(0,0,0,0.08);
  }

  a.button-style-link2 {
      font-size: 12px;
      border: solid 1px #91b9b4;
      text-align: center;
  }

  .pricing-box .pricing-icon img {
      width: auto;
      height: 70px;
      border-radius: 7px;
  }

  h2.sub-card-title {
      font-size: 15px;
      font-weight: normal !important;
      background-color: #fff6f6;
      margin-left: -15px;
      margin-right: -15px;
      padding: 6px 10px;
      border-right: 4px solid var(--MainThemeColor);
      margin-top: 15px;
  }

  .card.pricing-box h4:not(.text-uppercase) {
      line-height: 30px;
      font-size: 16px
  }

  
    /*****************10-11**************/


    a.btn.btn-light.banner-btn {
      background-color: #fff;
      border: 1px solid #c1c1c1;
      display: block;
      border-radius: 13px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-top: 0;
      padding: 2px 0 8px 0px;
  }
  
  a.btn.btn-light.banner-btn:hover {
      background-color:#ecf7ff ; 
  }
  a.btn.btn-light.banner-btn p {
  font-weight:bold;
  font-size:10px
  }
  
  
  
  
  
  a.button-style-link2 {
      display: block;
      padding: 8px;
      background-color: #f9f9f9;
      border-radius: 5px;
      min-height: 54px;
      font-size: 13px;
      white-space: nowrap;
      margin-top: 12px;
  }
  
      a.button-style-link2 span {
          display: block;
          padding: 8px;
          background-color: #f9f9f9;
          border-radius: 5px;
          min-height: 36px;
          font-size: 16px;
      }
  
      a.button-style-link2:hover {
          border: 1px solid #b3e4e2;
          box-sizing: border-box !important;
          padding: 7px;
          background-color: #f1fffe;
      }
  
  .no-pointer-event {
      pointer-events: none !important
  }
  


  a.button-style-link2 span {
      background-color: #ffffff !important;
      color: #333 ;
  }

  a.button-style-link2 {
      /* font-size: 12px !important; */
      border: solid 1px #91b9b4;
      text-align: center;
      min-height: 33px !important;
      padding: 0 0.5rem !important; 
      background-color: #fff !important;
      color: #616f80 !important;

      display: flex !important;
      flex-direction: row-reverse;
      justify-content: space-evenly;
      align-items: center;
  }

  h2.sub-card-title {
      font-size: 14px;
      font-weight: normal !important;
      background-color: #fff6f6;
      margin-left: -15px;
      margin-right: -15px;
      padding: 6px 10px;
      border-right: 4px solid var(--MainThemeColor);
      margin-top: 11px;
      margin-bottom: 0;
  }

  a.button-style-link2 span {
      padding: 3px !important;
      min-height: 8px !important;
      font-size: 16px !important;
  }

  a.button-style-link2 {
      font-size: 14px !important;
  }

 

  img.zoom {
    width: 100%;
    height: 148px;
}

 

.KPI-g-holder table {
    width: auto !important;
    font-size: 14px !important;
}

.card-top-button {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}
.p-datatable .badge {
  min-width: 84px;
  font-size: 12px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

    .hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    .card.pricing-box.not-active .groupsKpis-body {
      opacity: .6;
      pointer-events: none;
  }
   
  .card.pricing-box.not-active button.d-none.not-active-button {
      display:inline-block !important;
      position:absolute;
      left:10px;
      right:10px;
      top:45%;
      z-index:99
  }


  .cursor-pointer {
    cursor: pointer;
}


/* Attachment Box */
 
body span.p-button.p-fileupload-choose.p-component.p-button-text-icon-left .p-button-text {
  padding: 0;
  /* min-height: 30px; */
}

.content-right a.logo.logo-admin img {
  height: 122px !important;
  margin-top: -38px;
}
 
@media (max-width: 1440px)
{
  .content-left {
    background-size: 86%;
    background-position: 50% 16%;
}

.content-right a.logo.logo-admin img {
  height: 100px !important;
  margin-top: -38px;
}

}


.ex-dashboard-main h3  { 
  font-weight: normal !important;
}
small.copyR-inner {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

 
body .p-button {
  background-color:var(--MainThemeColor) !important;
  border: 1px solid var(--MainThemeColor)!important;
}
body .p-fileupload-choose:not(.p-disabled):hover { 
  background-color:var(--MainThemeColorDark) !important;
  border: 1px solid var(--MainThemeColorDark)!important;
}

body .p-checkbox .p-checkbox-box.p-highlight {
  border-color: #eb5a3c !important;
  background-color: var(--MainThemeColor) !important; 
}
body .p-checkbox .p-checkbox-box.p-highlight:not(.p-disabled):hover {
  background-color: #881653 !important;
  border-color: #eb5a3c !important;
}
 
 
/*******Fix*******/

.nav-wrapper .badge {
  background-color: #f8991d;
  padding: 0px 8px;
  line-height: 2;
}


.due-date-label {
  display: inline-block !important;
  width: 49% !important;
}


.teaMtASK .pricing-box .pricing-icon img {
  width: 70px;
  height: 70px;
  border-radius: 7px;
  object-fit: cover;
}


.underline {
  text-decoration: underline !important;
  font-weight: normal;
  border-bottom: 1px dashed #ff9619;
  padding-bottom: 2px;
  color: var(--MainThemeColor);
  min-width: 50px;
  display: inline-block !important;
  cursor: pointer !important;
  text-decoration: none !important; 
}


.underline:hover {
  text-decoration: none !important; 
  border-bottom: 1px dashed #ffffff; 
  color: #c04228; 
}

.hide-PjbasicInfo .PjbasicInfo{
  display: none;
}

.mw-20{
  min-width: 20px !important;
}

.oneFour{
  width: 25%;
}

@media (max-width:1440px){
  .dashboard-master-new .CardChartHolder { 
    min-height: 120px !important;
    height: 120px;
  } 
}


.pjMap .gm-style-iw-d {
  padding: 0;
}

.pjMap  a.btn.due-date-label {
min-width: 200px !important;
width: 100% !important;
}

.content-left-wrapper { 
  box-shadow: 0 0 10px 2px #000;
  border-left: 1px solid #48beb8;
  border-right: 1px solid #48beb8;
}

.baha figure.animated  {
  transform: scale(0.5) !important;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color:rgba(11,84,80, 0.56);
  border-radius: 21px;
  padding: 10px;
  z-index: 9;
}
.uni figure.animated {
  transform: scale(0.5) !important;
  position: absolute;
  left: -30px;
  bottom: -27px;
  background-color: rgb(4 27 26 / 56%);
  border-radius: 21px;
  padding: 10px;
  z-index: 9;
}

.su figure.animated {
  transform: scale(0.5) !important;
  position: absolute;
  left: -30px;
  bottom: -27px;
  background-color: rgb(4 27 26 / 56%);
  border-radius: 21px;
  padding: 10px;
  z-index: 9;
}

.rak figure.animated {
  transform: scale(0.5) !important;
  position: absolute;
  left: -30px;
  bottom: -27px;
  background-color: rgb(4 27 26 / 56%);
  border-radius: 21px;
  padding: 10px;
  z-index: 9;
}
.mt figure.animated {
  transform: scale(0.5) !important;
  position: absolute;
  left: -30px;
  bottom: -27px;
  background-color: rgb(4 27 26 / 56%);
  border-radius: 21px;
  padding: 10px;
  z-index: 9;
}

.baha .content-left , .uni .content-left, .su .content-left, .mt .content-left { 
  background-position: center center !important;
  background-size: cover !important;
} 

.baha  .lang-rtl .p2c-intro-title{ 
  padding-top: 5px; 
  padding-bottom: 6px;
  background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(9,121,99,1) 100%);
  
  }
 

.enlarged .copyR-inner {
  display: none;
}

.login-container .fa-envelope{ 
  display: none;
 
}

.login-container .fa-lock{ 
display: none;
}

a.icon.passview-icon {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  width: 25px;
  text-align: center;
}
.lang-rtl .is-right {
  left: 10px;
}

.lang-ltr .is-right {
  right: 10px;
}


@media (max-width: 768px) {
  .dropdown-menu.dropdown-menu-right.dropdown-menu-animated.language-switch.show { 
      transform: none !important;
      width: 100% !important;
      top: 0 !important; 
  } 
  .card {
    width: 100%;
  }
}

@media (min-width: 991px) {
  .mobile-badge{
    display: none ;
  }
  }
  @media (max-width: 991px) {
  
    .login-logo-Badge-holder {
      display: block;
      width: 100%;
      text-align: center;
      }
      .login-logo-Badge {
        position: static !important;
        margin-top: 10px;
      }
      .screen-badge{
        display: none ;
      }
  }
  

  ul#webSocialList { 
    bottom: -10px;
  }
  
  .enlarged .lang-rtl ul#webSocialList {
    right: 65px;
    bottom: -5px;
    transform: scale(0.7);
  }
  .enlarged .lang-ltr ul#webSocialList {
    left: 65px;
    bottom: -5px;
    transform: scale(0.7);
  }