.section-title{
margin-bottom: 40px !important;
}

.fa, .fas {
color: #0e313d;
}

.fa-spinner{
color: white;
}

.oj-label {
    color: rgb(22 62 74);
    font-weight: bold !important;
    font-size: 15px !important;
}

.oj-label:lang(ar) {
    float: right;
}

.oj-label:lang(en) {
    float: left;
}

.oj-table-body-message:lang(ar) {
    float:right;
}

a:hover{
      color: #dadada !important;
}

.FeedbackButtonEn{
  cursor: pointer;
    background-color: rgb(231 102 53);
    color: rgb(255, 255, 255);
    display: block;
    padding: 5px 10px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
position: fixed;
right: 0;
/* bottom: 1em; */
z-index: 2;
    top: 50%;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(-100%) rotate(270deg) translateX(50%);
    -ms-transform: translateY(-100%) rotate(270deg) translateX(50%);
    transform: translateY(-100%) rotate(270deg) translateX(50%);

}

.FeedbackButtonAr{
    cursor: pointer;
    background-color: rgb(231 102 53);
    color: rgb(255, 255, 255);
    display: block;
    padding: 5px 10px 5px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
position: fixed;
left: 0 ;
/* bottom: 1em; */
z-index: 2;
    top: 40%;
    -webkit-transform-origin: left bottom ;
    -ms-transform-origin: left bottom ;
    transform-origin: left bottom;
    -webkit-transform: translateY(-100%) rotate(90deg) translateX(50%);
    -ms-transform: translateY(-100%) rotate(90deg) translateX(50%);
    transform: translateY(-100%) rotate(90deg) translateX(50%);

}

.informizely-fb-image > img{
      vertical-align: middle;
    max-width: 1.6em;
    max-height: 1.6em;
}




.mb-4{
 color: rgb(22 62 74) !important; 
}

.oj-dialog-title{
  color: rgb(22 62 74) !important; 
}

.oj-collapsible > h6 {
  color: rgb(22 62 74) !important;
}

.headerLabel > h2 {
color: rgb(22 62 74) !important;
}

.sb-custom-box{
  display: block !important;
}

.sb-custom-box-child{
  height: 120px;
}

.sb-new-supplier-header h1{
  font-weight: bold !important;
  text-shadow: 2px 2px rgb(76 76 76 / 14%);
}

.sb-new-supplier-sub-header{
  color: black;
  font-size: 25px;;
  text-shadow: 2px 2px rgb(76 76 76 / 14%);
}

.sb-custom-card-body{
    padding: 2.25rem !important;
}

.sb-custom-card-body > .card-title{
    font-size: 26px !important;
    font-weight: bold !important;
}

.sb-register-field{
  margin-bottom: 20px !important;
}

.mg-center-recaptcha 
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mg-change-direction-right 
{
    direction: ltr !important;
}



.mg-padding-right-10
{
    padding-right: 15px;
}

.mg-site-nav-max-width-ar
{
        max-width: 1246px !important;
}

.mg-site-nav-max-width-en
{
        max-width: 1100px !important;
}



.line-on-side{
    border-bottom: 1px solid #dadada;
    line-height: 0.1em;
    margin: 25px 0 20px !important;
}

.line-on-side span {
    background: #fff;
    padding: 0 10px;
}

.card-header{
  background-color: transparent !important ;
}

.sb-registeration-form{
      padding: 0 1.25rem 2.25rem !important;
}

.btn-outline-primary{
    color: #0e313d !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #0e313d !important;
}

.btn-outline-primary:hover{
    color: #0e313d !important;
    background-color: #0e313d !important;
    background-image: none !important;
    border-color: #0e313d !important;
}

.btn-outline-primary:hover .oj-button-label{
    color: white !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: transparent !important;
}

.loading {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 40px;
	display: flex;
	align-items: center;
	z-index: 9000;
}

.sub-loading {
	position: absolute;
	top: 320%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 40px;
	display: flex;
	align-items: center;
	z-index: 1000;
}

.obj {
	width: 10px;
	height: 40px;
	background: #347949;
	margin: 0 3px;
	border-radius: 10px;
	animation: loading 0.8s infinite;
}

.obj:nth-child(2) {
	animation-delay: 0.1s;
}

.obj:nth-child(3) {
	animation-delay: 0.2s;
}

.obj:nth-child(4) {
	animation-delay: 0.3s;
}

.obj:nth-child(5) {
	animation-delay: 0.4s;
}

.obj:nth-child(6) {
	animation-delay: 0.5s;
}

.obj:nth-child(7) {
	animation-delay: 0.6s;
}

.obj:nth-child(8) {
	animation-delay: 0.7s;
}

@keyframes loading {
	0% {
		height: 0;
	}
	50% {
		height: 40px;
	}
	100% {
		height: 0;
	}
}

.pulse {
	animation: pulse 1s infinite;
	margin: 0 auto;
	display: table;
	margin-top: 50px;
	animation-direction: alternate;
	-webkit-animation-name: pulse;
	animation-name: pulse;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


/* Start FAQ Accordion  */

/* .collapsible-link::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 900;
  line-height: 60px;
  padding-left: 20px;
  position: absolute;
  right: 19px;
  top: 0;
}

.collapsible-link[aria-expanded='true']::after {
   content: "\f077";
   font-family: 'Font Awesome 5 Free';
   font-size: 28px;
   font-weight: 900;
   line-height: 60px;
   padding-left: 20px;
   position: absolute;
   right: 19px;
   top: 0;
}

.collapsible-link-ar::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 900;
  line-height: 60px;
  padding-left: 20px;
  position: absolute;
  left: 19px;
  top: 0;
}

.collapsible-link-ar[aria-expanded='true']::after {
   content: "\f077";
   font-family: 'Font Awesome 5 Free';
   font-size: 28px;
   font-weight: 900;
   line-height: 60px;
   padding-left: 20px;
   position: absolute;
   left: 19px;
   top: 0;
}

.accordion > .card .card-header {
    margin-bottom: unset !important;
}

.accordion > .card:first-of-type {
        border: 1px solid rgba(0,0,0,.125) !important;
        border-radius: .25rem !important;  
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
        border: 1px solid rgba(0,0,0,.125) !important;
        border-radius: .25rem !important; 
}

.accordion .card-header[aria-expanded="true"] {
    background: #48818c !important;
    border: 1px solid #48818c !important;
    color: #fff !important;
    border-radius: 4px 4px 0 0 !important;
}

.btn-link
{
color: #50555e !important;
}

.btn-link:hover,.btn-link:focus
{
  color: #48818c !important;
  text-decoration: none !important;
}

.mg-faq-item
{
  margin: 0 0 20px ;
}

.mg-faq-title
{
    cursor: pointer;
    color: #50555e;
    background-color: rgba(0,0,0,.03) !important;
    border-radius: 4px 4px 4px 4px;
}

.mg-faq-cards
{
  margin: 0px 10px 0px 10px;
}

.mg-faq-header
{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 160px;
} */




 /* New Accordion */
.accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0,0,0,.125) !important;
}

.mg-faq-title
{
    cursor: pointer;
    color: #48818c !important;
    background-color: rgba(0,0,0,.03) !important;
    border-radius: 4px 4px 4px 4px;
}

.mg-faq-cards
{
  margin: 0px 10px 0px 10px;
  width: 100%;
}

.mg-faq-item
{
  margin: 0 0 20px ;
  border-radius: 5px !important;
}

.mg-faq-header
{
  text-align: center;
  margin-bottom: 40px;
  margin-top: 160px;
}

.collapsible-link {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.collapsible-link-ar {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.collapsible-link::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 900;
  line-height: 55px;
  padding-left: 20px;
  position: absolute;
  right: 19px;
  top: 0;
}

.collapsible-link[aria-expanded='true']::after {
   content: "\f077";
   font-family: 'Font Awesome 5 Free';
   font-size: 28px;
   font-weight: 900;
   line-height: 55px;
   padding-left: 20px;
   position: absolute;
   right: 19px;
   top: 0;
}

.collapsible-link-ar::after {
  content: "\f078";
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 900;
  line-height: 55px;
  padding-left: 20px;
  position: absolute;
  left: 19px;
  top: 0;
}

.collapsible-link-ar[aria-expanded='true']::after {
   content: "\f077";
   font-family: 'Font Awesome 5 Free';
   font-size: 28px;
   font-weight: 900;
   line-height: 55px;
   padding-left: 20px;
   position: absolute;
   left: 19px;
   top: 0;
}


 /* New Accordion */


/* End FAQ Accordion  */

/* Start News  */

.mg-news-images
{
    width: 477px;
    height: 280px;
    cursor: pointer;
}

.mg-news-title
{
  min-height: 72px !important;
  min-height: 100px !important;
}

.mg-news-brief
{
    min-height: 70px !important;
    max-height: 70px;
}

/* End News  */

/* Start News Desc  */

.mg-news-desc-image
{
    width: 560px;
    height: 373px;
}

.mg-news-desc-body
{
   margin: 0px 100px 0px 100px;
}

.mg-news-desc-image-align-center
{
    text-align: center;
}

.mg-news-desc-margin
{
  margin-bottom: 20px;
}

    

/* End News Desc  */


/* Start About  */


.mg-about-padding
{
  padding: 15px 100px 15px 100px;
}

.mg-about-gray
{
  background-color: rgb(214 214 214 / 16%);
}

.mg-about-margin
{
  margin-bottom: 20px;
}

.mg-about-align-center
{
    text-align: center;
}

.mg-about-image
{
    width: 100px;
}

/* .carousel-fade .carousel-item {

    transition-duration: 2s !important;

} */

.carousel-control-prev-icon {
  
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230e313d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%230e313d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* End About  */


/* Start Footer  */

.footer-min-height
{
  min-height: calc(100vh - 142px);
}

/* End Footer  */


/* Custom */
.searchHorizontalGap {
    width: 115px !important;
  }

.attachmentDeleteIcon{
  display: inline-block;
  border-left: 2px solid;
  padding: 0 15px;
  margin: 0 10px;
}

.attachmentDeleteIconArabic {
    display: inline-block;
    border-right: 2px solid;
    padding: 0 15px;
    margin: 0 10px;
}

.attachmentActions{
  text-align: center;
  font-size: 20px;
}

.custom-direction:lang(ar){
	float: right;
}

.custom-direction:lang(en){
	float: float;
}


/* Start Local Private Dialog */

    .mg-pl-container
    {
      /* display: flex ; */
      gap: 20px ;
      /* flex-wrap: wrap; */
    }

    .mg-pl-card
    {
      box-shadow: 2px 5px 7px 1px rgb(0 0 0 / 19%);
      width: 18rem !important;
      border-radius: 10px !important;
      overflow: hidden ;
      border: 0 !important;
      cursor: pointer;
    }

    .mg-pl-icon-blue , .mg-pl-icon-green
    {
      text-align: center !important; 
      font-size: 50px !important;  
      padding: 40px 0px 40px 0px ;
    }

    /* .mg-pl-icon-blue:hover
    {
      background: rgb(46 130 216 / 29%);
      
    }

    .mg-pl-icon-green:hover
    {
      background: rgb(14 148 71 / 29%) ;
     
    } */

    .mg-pl-icon-blue:hover
    {
      background: #72a6b730;;
    }

   


    .mg-pl-icon-green:hover > i , .mg-pl-icon-blue:hover > i
    {
      transform: rotateY(180deg) scale(1.5) ;
      transition: .5s ease-in-out;
    }

    .mg-pl-icon
    {
      transform: rotateY(180deg) scale(1.5);
      transition: .5s ease-in-out;
    }

    /* .mg-pl-card-body-blue
    {
      text-align: center; 
      background: rgba(46, 130, 216, 0.9);
      border-radius: 0px 0px 10px 10px;
    }

     .mg-pl-card-body-green
    {
      text-align: center; 
      background: rgba(14, 148, 71, 0.9);
      border-radius: 0px 0px 10px 10px;
    } */

    .mg-pl-card-body
    {
      text-align: center; 
      background-color: #0e313d ;
      border-radius: 0px 0px 10px 10px;
      padding: .75rem !important;
      /* background-image: url(../stylesheets/img/hero.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; */
    }

    .mg-pl-card-text
    {
      color: white;
      font-size: 20px;
      font-weight: bold;
    }

    .mg-pl-text-color
    {
      color:#0e313d !important;
    }

/* End Local Private Dialog */


*:focus {
    outline: none !important;
    box-shadow:none !important;
}
