/* @import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap'); */

html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 100%;
  /* overflow-x: hidden; */
}


body.fs-smaller {
  font-size: 85% !important;
}

body.fs-large {
  font-size: 125% !important;
}


body {
  font-family: 'Cairo', sans-serif !important;
  /*background: url(../../img/bg-body.png) no-repeat left bottom;*/
  /* background-color: #f9f9f9 !important; */

}

body.dark-theme {
  background-color: #2B2B2B !important;
}

.v-line {
  width: 2px;
  min-width: 2px;
  background-color: rgba(240, 236, 224, 1);
  margin-inline: 0.5rem;
  border-radius: 8px
}

.invert .wrapper {
  filter: invert(1);
}

.greyscale .wrapper {
  filter: grayscale(1);
}

::selection {
  color: white;
  background: #628342 !important;
}

.form-group .col-md-3 {
  margin: 10px 0;
}


.ctatabbing {
  background-color: #ebebeb;
  width: 300px;
  border-radius: 124px;
  height: 58px;
  width: 440px;
  ;
}


.mainbanner img {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.mainbanner h2 {
  color: #3c3c3c;
  font-size: 48px;
  font-weight: bold;
  position: absolute;
  margin: 100px 0 0px 60px;
  z-index: 9;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mainbanner h2 span {
  display: block;
  clear: both;
  font-size: 32px;
  font-weight: normal;
  color: #a7a7a7;
  letter-spacing: 2px;
}

.mainheading {
  position: absolute;
  z-index: 0;
  background-color: rgba(141, 141, 141, 0.8);
  ;
  color: #fff;
  right: 15px;
  padding: 10px 40px;
  font-weight: normal;
  font-size: 36px;
  bottom: 40px;
}


footer .copyrightz {
  font-size: 12px;
  padding: 15px 0;
}

footer .nav-link {
  text-shadow: none;
  font-size: 14px;


}

footer .line {
  border-bottom: 1px solid #dee2e6;
  padding: 10px 0;
  width: 100%;
}


li.footerlogo {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin: 0px auto;
  border-right: 1px solid #efefef;
  padding: 5px 6px;
  text-align: center;

}

li.footerlogo:last-child {

  border-right: none;

}

li.footerlogo img {
  width: 140px;
  padding-top: 10px;
  vertical-align: baseline;
  display: block;


}

.brdbtm tr {
  border-bottom: 1px solid #ccc !important;
}

table.brdbtm {
  border-bottom: 2px solid #ccc !important;

}

.modal-dialog:not(.hierarchy-modal):not(.submit-modal) {
  max-width: 1040px !important;
}

.modal-backdrop {
  z-index: var(--bs-backdrop-zindex) !important;
}

.submit-modal .modal-content {
  color: #535353;
  background-color: #F2F2F2;
  border-radius: 22px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 35%);
  border: none;
}

.submit-modal.notificationpop .modal-content {
  max-width: 250px;
  margin: auto;
}

.submit-modal h5.notification-text {
  line-height: 20px;
  max-width: 400px;
  font-size: 14px;
}

.submit-modal .notification-close-btn {
  top: -10px;
  right: -10px;
}

html[dir='rtl'] .submit-modal .notification-close-btn {
  right: 0px;
}


.submit-modal .notification-close-btn:active {
  border: none;
}

.submit-modal .notification-img {
  max-width: 50px;
}

.btn-del {
  background-color: #495057 !important;


  margin: 12px 5px 7px 0px;

  padding: 6px 32px !important;
  border: 2px solid #405827 !important;
  transition-duration: .5s;
  transition-delay: .8s;
  float: left;
  border-radius: 6px;
}

.btn-del:hover {
  opacity: 0.8;

}

.btn-frm-launch {
  margin: 12px 5px 7px 0px;
  background-color: #628342 !important;
  padding: 6px 32px !important;
  border: 2px solid #405827 !important;
  transition-duration: .5s;
  transition-delay: .8s;
  float: left;
  border-radius: 6px;


}

.btn-frm-launch:hover,
focus {

  background: #7aa152 !important;
  border: 2px solid #405827 !important;

}

/* .table>:not(:first-child){
  border-top:1px solid #d3d3d3 !important;
} */

/* .table:not(.companies-table) tbody tr:last-child {
  border-bottom: 1px solid #d3d3d3 !important;
} */

input:not(.custome-form-control):not(.form-floating input):not(.custome-form-wrapper input):not(.form-check-input):not(.search-input):not(.search-control) {
  padding: 6px 12px !important;
}

.valditaioncont {
  position: relative;
}

.valditaionstar {
  color: red;
  position: absolute;
  top: -4px;
  right: 12px;
  font-size: 16px;

}

/* footer {
  background: #f6f6f6 !important;
} */

ul.footersocialicons {
  float: right;
}

.social {
  float: right;
  margin: 12px 0;
}

ul.footersocialicons li {
  float: left;
  list-style: none;
  margin: 1px 3px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent !important;
  list-style: none;
  text-decoration: none;
}

.navbar {
  margin-bottom: 0 !important;
}

ul.footersocialicons ::marker {

  display: none !important;
}

ul.footersocialicons li img {
  width: 22px !important;
  height: 22px !important;
}

.footermicon {
  float: right;
  text-align: right;
  vertical-align: bottom;
  padding: 30px 0;
}

.footerlogo li img:hover {
  background-color: transparent !important;

  background: transparent !important;
}


.footerlogo li a img:hover {
  background-color: transparent !important;

  background: transparent !important;
}




.footermicon img {
  height: 40px;
  vertical-align: bottom;
}

.footericon-p20 {
  padding-top: 20px !important;
}


.secondicon {

  padding: 0 0px;
  float: left;
  margin-top: 10px;
}


h1 {
  background: transparent !important;
}

h2 {
  background: transparent !important;
}

h3 {
  background: transparent !important;
}

.section_dif1 {
  background-color: #f9f9f9;
  padding: 20px 0;
  margin: 0;
}

.goldborder {
  border-bottom: 8px #B09A61 solid !important;
}

.b-example-dividerlogo {

  height: 1rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

.tab-pane {
  margin: 25px 0;

}

span.menu-item-text {
  display: inline-block;
  clear: both;
  font-size: 18px;
  font-weight: normal;
}

.border-line2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;
}

ul.border-line2 {
  float: left;
}

.spt-1 {

  border-bottom: 1px solid #ccc;
  padding-bottom: 0px;

  clear: both;
  display: flow-root;
}

ul.bd-style {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  padding: 0;
}

.col-lg-3 {
  float: left;
}

.space7 {
  padding: 0px;
  margin: 12px 0;
  clear: both;
  float: left;
}

ul.bd-style li {
  float: left;
  list-style: none;
  text-decoration: none;
  margin: 2px 4px;
  width: 50%;


}

.col-lg-4 {
  float: left;
}

.col-lg-12 {
  float: left;
}

.clearb {
  clear: both;
  margin: 16px 0 0 0;
  float: left;
}

.space15 {
  padding: 0px;
  margin: 12px 0;
}

.space10 {
  padding: 15px 10px;
}

.space5 {
  padding: 10px 5px;
}

.anch-roundbox {
  display: inline-block;
  color: #333;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 5px 10px;
  cursor: pointer;
  margin: 2px 5px;
}

ul.ngx-pagination {
  text-align: right;
}

.ngx-pagination .current {
  background: transparent !important;
  border: 1px solid #57743A;
  color: #57743A !important;
  font-size: 14px;
  font-weight: bold;
}

.ngx-pagination {
  margin-top: 10px;
}

.th-cell {
  background-color: #F0ECE0;
  font-weight: bold;
  font-size: 12px;
}

ul.bd-style li a {
  display: block;
  color: #757575;
  list-style: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 8px 30px 8px;
  cursor: pointer;
  font-weight: normal !important;
  opacity: 0.8;
  background: #fff;
  box-shadow: 0px 0 2px #333;
  transition-delay: 2s;

}


.ul.bd-style li a:hover {
  color: #57743A;
  opacity: 1;
}

ul.bd-style li a img {
  background: #eee;
  border-radius: 80px;
  padding: 7px;
  margin: 0 10px;
  width: 54px;
}

.table>:not(caption)>*>* {
  border-bottom-width: 0px !important;
  background-color: transparent !important;
}

.browsefile {
  height: 94px;
  background: white;
  border: 2px dotted #ccc !important;
  cursor: pointer;

}

.browsefileicon {
  font-size: 32px;
  float: left;
  margin: 15px 10px;
  text-align: left;
  color: #333 !important;
  -webkit-text-stroke: 1px;
}

.browsefiletxt {
  text-align: left;
}

.imgcorporateicon-txt tbody,
td,
tfoot,
th,
thead,
tr:nth-child(odd) {}

/*.whitetable{
  background:white;
}
.whitetable th{
  background:white;
}

*/

.goldbgtable {
  border-radius: 3px;
  border: 1px solid #B09A61;
  background-color: #F0ECE0;
}

.info-table tbody tr:last-child,
.req-table tbody tr:last-child {
  border-bottom: none !important;
}

.info-table th {
  padding-inline-end: 3rem;
  color: #9F9F9F;

}

.info-table th,
.req-table th {
  font-weight: 600;
}

.info-table td {
  padding-inline-end: 3rem;
  font-weight: 500;
  padding-block: 0;
}

.req-table td {
  padding-block: 12px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-bg-type: #FBFAF8;
}

.status {
  background-color: #E8E8E8;
  border-radius: 5px;
  padding: 0px 16px;
  font-weight: 700;
  font-size: 14px;
}

.status.new {
  color: #3B67D9
}

.status.approved {
  color: #57743B
}

.hdng4 {
  font-size: 18px;
  font-weight: 500;
}

/* .goldbgtable .form-control {
  border: 1px solid #8d8d8d !important;
  border-radius: 4px !important;
  margin: 4px 0 !important;
} */

.table>:not(caption)>*>* .cursor2 img {
  width: 62px;
  cursor: pointer;
  transition: transform .2s;
  /* Animation */

}

.fade {
  opacity: 1;
  transition: opacity 1s linear;
}


button.btn-frm-class {
  text-align: center;
  background: #808080 !important;
  border-radius: 106px;
  transition: transform .7s;
  /* Animation */
  cursor: pointer;
  padding: 8px 20px;
  border: 1px solid #383838;
  margin: 8px 10px !important;
  float: left;
}

button.btn-frm-class:hover {
  text-align: center;
  background: #b9a778 !important;
  transition: transform .7s;
  /* Animation */
}

button.btn-frm-class:visited {
  text-align: center;
  background: #35501c !important;
  border-radius: 6px;
}

.btnnew {
  width: 300px !important;
  padding: 8px 36px !important;
  border: 1px solid #394e24;
  margin: 12px 0;
  width: 280px;

}

.cursor2 img:hover,
visted,
focus {
  opacity: 0.4;
  transform: scale(1.1);
  transition: transform .7s;
  /* Animation */
}



.ms-navedit-linkNode {
  transition: transform 0.3s linear;
  transform: scale(0.97, 0.93);
  cursor: pointer;
  opacity: 0.8;
}

.ms-navedit-linkNode:hover {
  opacity: 1;
  background-color: #efefef;

  transform: scale(0.97, 0.93);


}

.btnNoVaccine img {
  clear: both;
  display: block;
  text-align: center;
  width: 32px;
  float: right;
  margin: 0 10px;
}

.btnNoVaccine {

  transition: transform .2s;
  /* Animation */
  background: #B09A61 !important;
  text-transform: uppercase;
  border: 1px solid #99844d !important;
  font-weight: normal;
  padding: 10px 12px !important;
  height: 42px !important;
  text-align: center !important;
  font-size: 14px;
}

.btnNoVaccine:hover {
  opacity: 0.8;


}

.goldborder {
  border-bottom: 8px #B09A61 solid !important;
}

.b-example-dividerlogo {
  font-family: 'Cairo', sans-serif;
}

.goldborder {
  border-bottom: 8px #B09A61 solid !important;
}

.b-example-dividerlogo {


  height: 1rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, .1), inset 0 0.125em 0.5em rgba(0, 0, 0, .15);
}

.border-gold {
  border: 1px solid #B09A61;
  padding: 1px 2px 0 2px;

}

.bg-1 {
  background-color: #F0ECE0;
}

.border-gold .table>tbody.colorodd tr:nth-child(odd) {
  background-color: #fff;
}

.border-gold .table>tbody.colorodd tr:nth-child(even) {
  background-color: #fbfaf8;
}


/*.imgcorporateicon-txt tbody, td, tfoot, th, thead, tr:nth-child(odd){

background-color: white !important;
}
.imgcorporateicon-txt tbody, td, tfoot, th, thead, tr:nth-child(even){

background-color: green ;
}

*/
.bg-light-gold {
  background-color: #efece0;
}


.shjmun-btn-g {
  background-color: #57743A;
  padding: 9px 50px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
  border: 1.8px solid #57743A;
}

.shjmun-btn-g:hover {
  opacity: 0.8;

}

a.shjmun-btn-g {
  background-color: #57743A;
  padding: 9px 50px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

a.shjmun-btn-g:hover {
  opacity: 0.8;

}

/* a.btn-greenoutline {
  border: 2px solid #57743A;
  border-radius: 5px;
  padding: 9px 50px;
  text-transform: uppercase;
  color: #57743A;
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px 0;
  cursor: pointer;
  transition: 0.3s;
} */

a.btn-greenoutline:hover,
.btn-greenoutline:hover {
  opacity: 0.8;
}

.btn-greenoutline {
  background-color: transparent;
  border: 1.8px solid #57743A;
  border-radius: 5px;
  padding: 9px 50px;
  text-transform: uppercase;
  color: #57743A;
  list-style: none;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.boldbtngreen {
  color: #57743A;
  font-weight: bold;
  font-size: 14px;
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

.tabopion input {
  vertical-align: bottom;
}


.float-r {
  float: right;
}

.float-l {
  float: left;
}

.texta-r {
  text-align: right;
}

.imgcorporateicon {
  float: left;
}

.imgcorporateicon-txt {
  float: left;

}

.no-border {
  border: none
}

input[type=radio] {
  accent-color: #57743A !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}


ul.assignuser {
  float: left;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.assignuser li {
  list-style: none;
  text-decoration: none;
  text-align: center;
  background-color: #eeebdf;
  padding: 18px 26px;
  overflow: hidden;
  float: left;
  margin: 6px;
  min-width: 195px;
  min-height: 265px;
  border-radius: 6px;
  transition: 0.3s;
  border: 1px solid #efefef;

}

ul.assignuser li:hover {
  background-color: #f3ecd8;
  border: 1px solid #e6d6b8;
}

ul.assignuser li h5 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  margin: 6px 0;
}

ul.assignuser li .editsicons {
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  margin: 12px 0;
  padding: 6px 0;
  margin: 35px 0;
}

ul.assignuser li .caption-requets {
  float: left;
  text-align: right;
  font-size: 12px;
  color: #9F9F9F;
  width: 50px;
  padding: 10px 0 0 10px;
}

ul.assignuser li .caption-numbers {
  font-size: 36px;
  padding: 0px 25px 0 0px;

}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.profile-title {
  margin: 0 5px;

}

.profile-title span {
  font-style: 14px !important;
  clear: both;
  display: block;
}

.profile-title a {
  color: #969696;
  text-decoration: none;
  margin: 0 7px;
}

.profile-title a img {
  margin: 1px 5px;
}

.txtcenter {
  text-align: center;
  font-size: 12px;
}

.lange {
  font-size: 14px;
}

.footer-topborder {
  border-top: 4px solid #B09A61
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-shjmungreen {
  background-color: #57743A;
  color: #fff;
}

.clear {
  clear: both;
}



.tabletitle-2 {
  color: #969696;
  font-size: 14px;
  font-family: Cairo;
  font-weight: normal;
  line-height: 12px;
  word-wrap: break-word
}


.navbar {
  border-bottom: 1px solid #dee2e6 !important;
  margin: 0;
  padding: 0px;
  width: 70%;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mb-40 {
  margin-bottom: 40px;
}

.contact-link a {
  pointer-events: none;
  text-decoration: none;
  color: #535353;
}


@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }

  html[dir='rtl'] .text-md-start {
    text-align: right !important;
  }

  html[dir='rtl'] .ms-md-auto {
    margin-right: auto !important;
    margin-left: unset !important;
  }

  html[dir='rtl'] .ps-md-3 {
    padding-right: 0 !important;
    padding-left: 1rem !important;
  }

  html[dir='rtl'] .ms-md-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }

  html[dir='rtl'] .submit-modal .notification-close-btn {
    right: -10px;
  }

  .submit-modal.notificationpop .modal-content {
    max-width: unset;
  }

  .v-line {
    margin-inline: 0.75rem;
  }
}

.btn-shjmungreen {
  background-color: #57743A;
  color: #fff;
}

/* footer {
  position: relative;
  margin: 40px 0;
} */

.footerline {
  width: 30%;
  right: 0;
  border-top: 6px solid #57743A;
  position: absolute;
  top: -5px;
  z-index: 99;
}


.accordion {}

.accordion-button {
  font-weight: 600;
}

.accordion-button:not(.collapsed) {
  background-color: #f2f0e6;
  color: #333;

}

.accordion-button:not(.collapsed)::after {}

.accordion-item {
  font-family: cairo;
}

.dd-changeorganisation {
  width: 300px;
  padding: 6px 2px;
  border-radius: 4px;

}


.cdk-overlay-container {

  overflow:
    hidden;

  top: 200px;

  position:
    absolute;

  left: 35%;

  border: 1px solid #333;

  border-radius:
    8px;
  z-index: 999;

}

.alert002 {

  padding:
    10px;

  border-radius:
    8px;


}

.alert002 h1 {

  font-weight:
    bold !important;

  font-size:
    17px !important;



}

.alert002 .content14 {

  font-size:
    14px !important;

}



.alert002 .btnsmall {

  border-radius:
    2px !important;

  padding:
    6px !important;

  margin: 2px !important;

  background-color:
    #B09A61 !important;

  border: 2px solid #99844d !important;

  color: white !important;


}

h3.ac-heading {

  clear: both !important;

  padding:
    12px 0 !important;

  margin: 8px 0 !important;

}

.no-space {

  padding:
    0 !important;

  margin: 0 !important;

}

.hyperl-1 {

  color: #57743A;

  text-decoration:
    underline;

  font-weight:
    600;

}





.hyperl-1:hover {

  color: #88ab66;

  text-decoration:
    underline;

  font-weight:
    600;

}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-lg-6 {
  float: left;
}



.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1051;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;

}

.modal-content:not(.submit-modal .modal-content) {
  /* Add your modal content styles here */
  background: white;
  padding: 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

}

.top100 {
  top: 100px;
}

.modal-header {
  /* Add your modal header styles here */
  padding: 2px 2px;
  background-color: transparent;
  color: black;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.text-algin-l {
  text-align: left;
}

.text-algin-r {
  text-align: right;
}

.dpholder {
  position: absolute;
  left: 10px;
  text-align: left;
  top: -70px;
  width: 80px !important;
}

.dpholdermain {
  float: left;
}

.dpholder img {
  border-radius: 100px;
  width: 65px;
  height: 65px;
}

h5.hdspaceng {
  margin-left: 75px;
}

.imgholdercon img {
  border-radius: 100px;
  width: 65px;
  height: 65px;

}

ul.navbar-nav li a {
  color: black;
}

ul.navbar-nav li a:hover {
  color: #333;
}

.mb-3 .bg-light {
  background: transparent !important;
  background-color: transparent !important;
}

.mtb10 {
  margin: 10px 0;
}

.landingpagecont {
  box-shadow: none !important;
  background-color: transparent !important;
  border: #B09461 1px solid;
  padding: 12px;
  border-radius: 3px;
  width: 100%;
  margin: 10px 0;
}

#accountTypeModalLandingPage .modal-header,
#accountTypeModal .modal-header {
  width: 100%;
}

/* .tabopion {
  background-color: #F0ECE0;
  padding: 14px 14px;
  width: 100%;
  display: block;
  border-radius: 4px;
  margin: 10px 0 0 0;
} */

.tabopion h4 {
  font-size: 22px;
  display: inline-block;
  padding: 4px 0;
  margin: 4px 0;
}

.tabopion span {
  display: block;
  font-size: 14px;
  padding: 0px 25px;
}

.tabopion img {
  margin: 0 5px;
  vertical-align: baseline;
}

label.tabopion.disabled {
  pointer-events: none;
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
  position: relative;
}

a.tabopionbtn {
  border: #57743A 1px solid !important;
  font-size: 13px;
  border-radius: 4px;
  font-weight: bold;
  float: right;
  opacity: 1 !important;

  color: #57743A;
  padding: 6px;
  list-style: none;
  text-decoration: none;

  cursor: pointer;

  right: 10px;
}

.modal-body label {
  width: 100%;
}

.form-group {
  position: relative;
}

/* .btn-standard-green {
  float: left;
  margin: 16px 0;
} */

.accountwarning {
  color: red;
  font-size: 10px;
}

.taboptionbtn {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
}

.taboptionbtn span {
  text-align: right;
  display: block;
  clear: both;
  margin: 10px 0;



}

.tranparentbg {
  background-color: transparent !important;
  box-shadow: none !important;
}

.corporatedropdown {
  /* border: 1px solid #F0ECE0; */
  background: #f9f9f9;
  padding: 20px 40px;
  border-radius: 0 0 5px 5px;
}

.corporatedropdown h4 {
  font-size: 16px;
}

.corporatedropdown select {
  min-width: 270px;
  border-radius: 4px;
  font-size: 14px;
  padding: 4px;
}

.xrm-form-select {
  border-color: rgba(29, 29, 26, 1);
  border-radius: 3px;
}

.xrm-form-select:focus {
  box-shadow: none;
  border-color: rgba(29, 29, 26, 1);
}

html[dir="rtl"] .xrm-form-select {
  background-position: left .75rem center;
}

.headcorporateswitch {
  border-right: 1px solid #ccc;
  padding: 0 8px;
  margin: 0 8px;

}

.headcorporateswitch select {
  padding: 2px 4px;
  font-size: 14px;
}

.searchbarfilter {
  width: 200px;
  float: right;
  height: 50px;
}

.searchbarfilter input {
  color: #333;
  border: 1px solid #333;
}

.nofilter {
  width: 79px;
  float: right;
  margin: 6px 4px;
  padding: 0;
  transition: .4s;

}

.nofilter:hover {
  opacity: 0.4;
}

.nofilter img {
  width: 20px;
  margin: 0 4px;
}

.nofilter a {
  text-decoration: none;
  color: #757575;
  margin: 0 8px;
  font-size: 13px;
}

.btnfilter {
  width: 79px;
  float: right;
  margin: 6px 4px;
  padding: 0;
  border: 1px solid #333;
  border-top: 0;
  border-bottom: 0;
}

.btnfilter img {
  width: 18px;
  margin: 0 4px;
}

.btnfilter a {
  text-decoration: none;
  color: #757575;
  margin: 0 8px;
  font-size: 13px;
  transition: .4s;
}

.btnfilter a:hover {
  opacity: 0.6;

}

/* .resultfilter ul {
  float: right;
}

.resultfilter {
  width: 615px;
  float: right;
} */

.resultfilter ul li {
  float: left;
  list-style: none;
  margin: 6px 6px;
  font-size: 14px;
  text-transform: uppercase;
}

.resultfilter ul li a {
  background-color: #efece0;
  padding: 1px 6px;
  margin: 0 6px;
  text-decoration: none;
  color: #333;
  opacity: 1;
  transition: .6s;
  font-size: 12px;
}

.resultfilter ul li label {
  font-size: 12px;
}

.resultfilter ul li a:hover {
  opacity: 0.56;

}

.resultfilter ul li a img {
  width: 12px;

}

.navbar-expand-lg .navbar-collapse {
  display: contents !important;
  flex-basis: auto;
}

.pagination {
  padding: 20px 0 10px 0;
}


.pagination .page-link:not(.website-page-link) {
  color: #333;
}

.assignuser .btngreen-outline {
  border-radius: 6px;
  border: 2px solid #57743A;
  text-transform: uppercase;
  color: #57743A;
  padding: 4px 14px;
  list-style: none;
  text-decoration: none;
  font-weight: 700;
  margin: 12px 4px;
  float: left;
  font-size: 16px;
  transition: 0.3s;
}

.assignuser a.btngreen-outline:hover {

  background-color: #57743A;
  color: white;

}


.exportexcel {
  margin: 14px 0;
  float: left;
}

a.exportexcel {
  color: #628342;
  text-decoration: none;
  transition: 0.2s;
}

a.exportexcel:hover {
  color: #677c52;
  text-decoration: none;
  opacity: .5;
}

.disabled>.page-link,
.page-link.disabled {
  background-color: transparent;
  border-color: transparent;
}

.active>.page-link:not(.website-page-link),
.page-link:not(.website-page-link).active {
  background-color: transparent !important;
  border-color: #5c6c37 !important;
  border-radius: 4px !important;
  border: 1px solid #5c6c37 !important;
  ;
}

.page-link:not(.website-page-link) {
  background-color: transparent;
  border: transparent;
  transition: 0.2s;
  border-radius: 4px !important;
}

.page-link:hover {
  background-color: #f0f2f3;

}

.btn-primary {
  padding: 6px 20px;
}

.nav-dropdown-menu.collapsing,
.services-dropdown.collapsing {
  transition: none !important;
}

.companies-carousel .slick-dots {
  bottom: -60px !important;
}

.companies-carousel .slick-dots li button:before {
  content: "" !important;
  width: 12px !important;
  height: 12px !important;
  background-color: #535353 !important;
  opacity: 1 !important;
  border-radius: 50%;
}

.companies-carousel .slick-dots li {
  width: 12px !important;
  height: 12px !important;
}

.companies-carousel .slick-dots li.slick-active {
  width: 70px !important;
  height: 10px !important;
  margin: 0 8px;
  transition: width .5s ease-in-out;
}

.companies-carousel .slick-dots li.slick-active button::before {
  background-color: #6E8F4E !important;
  width: 70px !important;
  height: 10px !important;
  border-radius: 6px;
  transition: width .4s ease-in;
}

.text-justify {
  text-align: justify;
}

/* .apps-carousel .slick-dots li button:before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #D9D9D9 !important;
  opacity: 1 !important;
  border-radius: 50%;
}

.apps-carousel .slick-dots li {
  width: 8px !important;
  height: 8px !important;
}

.apps-carousel .slick-dots li.slick-active {
  width: 73px !important;
  height: 8px !important;
  margin: 0 8px;
  transition: width .5s ease-in-out;
}

.apps-carousel .slick-dots li.slick-active button::before {
  background-color: #AAAAAA !important;
  width: 73px !important;
  height: 6px !important;
  border-radius: 3px;
  transition: width .4s ease-in;
} */

.w-fit {
  width: fit-content;
}

.custome-slick-dots {
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: start !important;
}

.slick-slide[aria-hidden=true] [tabindex]:not([disabled]) {
  visibility: hidden;
}

.companies-table a {
  display: block !important;
  text-decoration: none;
  color: #3D3D3D;
}

@media (min-width: 2500px) {
  .container {
    max-width: 1440px !important;
  }
}

@media (min-width: 1024px) {

  .submit-modal .notification-close-btn {
    right: -8px;
  }

  .submit-modal h5.notification-text {
    line-height: 40px;
    font-size: 1.25rem;
  }

  .submit-modal .notification-img {
    max-width: 120px;
  }

  .companies-carousel .slick-dots {
    bottom: -90px !important;
  }

  .companies-carousel .slick-dots li.slick-active {
    margin: 0 5px;
  }

  .companies-carousel .slick-dots li,
  .companies-carousel .slick-dots li button:before,
  .companies-carousel .slick-dots li.slick-active,
  .companies-carousel .slick-dots li.slick-active button::before {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
  }

  .companies-carousel .slick-dots li button:before {
    background-color: #F3F3F3 !important;
    border: 1px solid #9B9B9B;
  }

  .companies-carousel .slick-dots li.slick-active button::before {
    background-color: #766743 !important;
  }

  .landingpagecont {
    width: 680px;
    padding: 24px !important;
  }

  #accountTypeModalLandingPage .modal-header,
  #accountTypeModal .modal-header {
    width: 680px;
  }
}

@media (min-width: 1900px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1620px;
  }
}

@media (min-width: 2000px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1820px;
  }
}

@media (min-width: 2500px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 2200px;
  }
}

/* //arabic// */
/* html[dir="rtl"] .submit-modal .notification-close-btn {
  right: 0px;
} */


html[dir="rtl"] .dropdown-toggle.show>.dropdown-toggle-icon {
  transform: rotate(90deg) !important;
}

html[dir='rtl'] .btn-arrow {
  transform: rotate(180deg);
}

html[dir='rtl'] .me-auto {
  margin-left: auto !important;
  margin-right: unset !important;
}

html[dir='rtl'] .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}

html[dir='rtl'] .ms-0 {
  margin-right: 0 !important;
  margin-left: unset !important;
}

html[dir='rtl'] .ms-2 {
  margin-right: .5rem !important;
  margin-left: unset !important;
}

html[dir='rtl'] .ms-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}

html[dir='rtl'] .me-2 {
  margin-right: unset !important;
  margin-left: .5rem !important;
}

html[dir='rtl'] .me-3 {
  margin-right: unset !important;
  margin-left: 1rem !important;
}

html[dir='rtl'] .text-start {
  text-align: right !important;
}

html[dir='rtl'] .text-end {
  text-align: left !important;
}

html[dir='rtl'] .ps-0 {
  padding-right: 0 !important;
  padding-left: unset !important;
}

html[dir='rtl'] .breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: var(--bs-breadcrumb-item-padding-x);
  padding-right: 0;
}


[id^="wistia_chrome_"] {
  height: 100% !important;
  width: 100% !important;
}

[id^='wistia_simple_video_'] {
  object-fit: cover !important;
}

html[dir='rtl'] .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

html[dir='rtl'] .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

html[dir='rtl'] .date-btn {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

html[dir='rtl'] .search-btn+.btn {
  border-left: none;
}

@media (min-width: 992px) {
  html[dir='rtl'] .pe-lg-0 {
    padding-left: 0 !important;
    padding-right: unset !important;
  }

  html[dir='rtl'] .ps-lg-0 {
    padding-right: 0 !important;
    padding-left: unset !important;
  }

  html[dir='rtl'] .text-lg-start {
    text-align: right !important;
  }

  html[dir='rtl'] .me-lg-2 {
    margin-right: unset !important;
    margin-left: .5rem !important;
  }

  html[dir='rtl'] .me-lg-3 {
    margin-right: unset !important;
    margin-left: 1rem !important;
  }

  html[dir='rtl'] .ms-lg-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }
}


@media (min-width: 1200px) {
  html[dir='rtl'] .me-xl-1 {
    margin-left: .25rem !important;
    margin-right: unset !important;
  }
}






/* Mobile */
@media only screen and (max-width: 600px) {
  .modal-content {
    padding: 4px !important;
  }

  .corporatedropdown {
    padding: 20px 12px;
  }

  a.shjmun-btn-g, button.shjmun-btn-g {
    display: block;
    clear: both;
    text-align: center;
    font-size: 14px;
    padding: 8px 10px;
  }

  .btn-standard-green {
    width: 100%;
  }

  h4 {
    font-size: 18px;
  }

  ul.footersocialicons li {
    margin: 1px 14px;
    text-align: center;
    display: inline-block;
  }

  ul.footersocialicons {
    float: none;
  }

  .navbar {
    width: 100%;
    padding: 0 0 12px 0;
  }

  img.logo {
    width: 160px;
  }

  .profile-title {
    width: 100%;
    text-align: center !important;
  }

  .tabopion {
    margin: 6px 0 0 0;

  }

  /* .p-4 {
  padding: 4px !important;
} */
  .imgcorporateicon-txt {
    width: 100%;
  }



  table:not(table.table),
  thead:not(table.table thead),
  tbody:not(table.table tbody),
  th:not(table.table th),
  td:not(table.table td),
  tr:not(table.table tr) {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 8px 0;
    ;
  }

  td {
    border: none;
    position: relative;
    padding-left: 50%;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 8px;
  }


  th {
    border: none;
    position: relative;
    padding-left: 50%;
    font-weight: normal;
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  th:before {
    position: absolute;
    left: 8px;
    content: attr(data-label);
    font-weight: normal;
    bottom: 24px;
  }

  .btn {
    width: 100%;
    margin: 5px;
  }

  .headcorporateswitch {
    border-right: none !important;
  }


  .profile-title {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right !important;
  }

  .d-flex.flex-wrap {
    flex-wrap: inherit !important;
    display: block !important;
  }


  .nav div span {
    display: block !important;
    height: 40px !important;
  }

  .dropdown.text-end {
    position: absolute;
    right: 13px;
    top: 90px;
  }


  .goldborder span:not(.lastname):not(.xrm-lang-button span):not(.switch-acc) {
    display: block !important;
    height: 40px !important;
    padding: 0;
    margin: 0;
  }

  .profile-title span {
    height: auto !important;
  }

  .headcorporateswitch {
    padding: 0;
    margin: 0;
  }

  .boldbtngreen {
    float: left;
    padding: 0;
    margin: 0;
    text-align: left;

  }

  .headcorporateswitch select {
    font-size: 14px;
    padding: 4px 2px;
    margin: 0;
    border-radius: 4px;
    width: 200px;
  }

  .dropdown-menu span:not(.ngb-dp-navigation-chevron) {
    padding: 1px 15px;
    height: 28px !important;
  }

  /* 
  .btn-greenoutline {
    width: 100%;
    display: block;
    text-align: center;
    margin: -13px 0 0 0 !important;
  }

 */


}