body {
    background: #f7f8fc url(/images/patterns/body-bg35.png);
  text-align: right;
  direction: rtl;
  /* font-family: "Droid Arabic Kufi", serif; */
}

.panel .showhidepanelnav {
  right: 0 !important;
}

.panel .rightnav {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: #f7f8fc url(/images/patterns/body-bg44.png);
  width: 250px;
  float: right;
  padding-top: 50px;
  transition: all 0.5s linear;
  position: fixed;
  z-index: 99999;
}

@media (min-width: 768px) {
  .panel .rightnav {
    overflow-y: scroll;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }

  .panel .rightnav::-webkit-scrollbar {
    width: 5px;
  }

  .panel .rightnav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  .panel .rightnav::-webkit-scrollbar-thumb {
    background: #855D89;
    border-radius: 10px;
  }

  .panel .rightnav::-webkit-scrollbar-thumb:hover {
    background: #855D89;
  }
}

@media (max-width: 767px) {
  .panel .rightnav {
    position: fixed;
    z-index: 9999;
    right: -250px;
  }

  .panel .rightnav .parentcontentnavleft {
    height: 80%;
    overflow-y: scroll;
  }
}

@media (min-width: 768px) {
  .panel .rightnav .openclosenav {
    display: none;
  }
}

@media (max-width: 767px) {
  .panel .rightnav .openclosenav {
    position: absolute;
    right: 100%;
    top: 20px;
    color: white;
    background: #855D89;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }
}

.panel .rightnav img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.panel .rightnav ul {
  padding: 0;
  margin: 0;
}

.panel .rightnav ul li {
  list-style-type: none;
}

.panel .rightnav .leftnavcontent > li {
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: white;
  transition: all 0.3s linear;
  position: relative;
}

.panel .rightnav .leftnavcontent > li:hover {
  background: #fcfcfc;
}

.panel .rightnav .secondchild li {
  padding-right: 30px;
  margin-bottom: 5px;
}

.panel .rightnav .liicon {
  margin-left: 15px;
}

.panel .rightnav a,
.panel .rightnav .liicon {
  text-decoration: none;
  color: #767676;
  font-size: 14px;
}

.panel .rightnav .title {
  text-align: center;
  margin-bottom: 30px;
}

.panel .rightnav .title a {
  font-size: 18px;
  color: #855D89;
}

.panel .content {
  float: right;
  padding: 20px;
  padding-top: 50px;
  position: relative;
  height: 100%;
  width: 100%;
}

.panel .content .maintitle {
  margin-bottom: 30px;
  color: #855D89;
}

.panel .content .editprofilebtn {
  width: 100%;
  background-color: #855D89;
  color: white;
}

.panel .content .editportfoliosection {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  padding: 20px;
  display: none;
}

.panel .content .editportfoliosection .closeicon {
  position: absolute;
  top: 10px;
  left: 10px;
}

.content .boxpanel {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s linear;
  position: relative;
}

.form-control{
    background-color: #F9F9F9;
}

.content .boxpanel:hover {
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
}

.content .boxpanel .boxpanelcontent {
  text-align: center;
}

.content .boxpanel .boxpanelcontent i {
  margin-bottom: 20px;
  color: #855D89;
}

.content .boxpanel img {
  margin-bottom: 15px;
}

.howmany {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #855D89;
  color: white;
  font-size: 12px;
}

.notificationicon {
  position: fixed;
  left: 15px;
  top: 7px;
  z-index: 999999;
  color: #855D89;
  cursor: pointer;
}

.notificationicon span {
  position: absolute;
  color: white;
  font-size: 20px;
  left: 0;
  display: flex;
  justify-content: center;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  cursor: pointer;
}

.textnotifications {
  position: fixed;
  width: 300px;
  left: 15px;
  top: 46px;
  z-index: 999999;
  box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #855D89;
  font-weight: bold;
  height: 300px;
  overflow-y: scroll;
  display: none;
  z-index: 9999999;
  background: white;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.textnotifications .borderbottom {
  border-bottom: 1px solid #767676;
}

.textnotifications::-webkit-scrollbar {
  width: 5px;
}

.textnotifications::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.textnotifications::-webkit-scrollbar-thumb {
  background: #855D89;
  border-radius: 10px;
}

.textnotifications::-webkit-scrollbar-thumb:hover {
  background: #855D89;
}

.advertisementimage {
  width: 100%;
  height: 100px;
}

.inlineblock {
  display: inline-block;
}

.modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

@media (min-width: 750px) {
  .modal-dialog {
    max-width: 700px;
  }
}

select {
  padding: 3px !important;
}

.categories {
  padding-top: 20px;
}

.categories .advertisementbigimage {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}

.categories .carddesign {
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.categories .carddesign .infotext {
  /* direction: ltr; */
  display: inline-block;
}

.categories .carddesign .cardphoto {
  width: 100%;
  height: 100px;
}

.categories .carddesign .carddesign-body {
    background-color: #f9f9f9;
 /* background: white; */
  padding: 10px;
  padding-bottom: 5px;
  position: relative;
}

.categories .carddesign .carddesign-body .topleft {
  position: absolute;
 /* top: -1px; */
  top: -17px;
  left: 0;
}
/* ////////////////////الشعار اسفل الكارت //////////////////*/
.categories .carddesign .carddesign-body .bottomright {
 /* position: absolute;
  bottom: 0;
  right: 78px; 
    padding-bottom: 2px; */
    margin: 0 auto;
    /*  display: block; */
    display: none; 
}

.categories .carddesign .carddesign-body .topleftword,
.categories .carddesign .carddesign-body .bottomrightword {
  color: #e91e63;
/* -webkit-text-stroke: 0.5px #fff; */
}

/* ////////////////////العلامه من الجنب الشمال //////////////////*/
.categories .carddesign .carddesign-body .topleftword {
  position: absolute;
  top: 0;
  left: 0;
  font-size: smaller;
  font-weight: 600;
 /* width: 70px;
  height: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
    background: #f2cf31;
    border-radius: 0 10px 10px 0px;
    padding: 0 12px 0 4px;
}

/* ////////////////////العلامه من الجنب اليمين //////////////////*/
.categories .carddesign .carddesign-body .bottomrightword {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: small;
  font-weight: bold;
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
    background: #f2cf31;
    border-radius: 10px 0px 0px 10px;
    
    padding: 0px 11px 0 10px;
    margin: 0px 0px 4px 0px;
}
/* ////////////////////العلامه الابلاغ عن كارت //////////////////*/
.categories .carddesign .carddesign-body .report-btn {

  position: absolute;
  bottom: 0;
  left: 0;
  font-size: small;
  font-weight: bold;
  display: none;
display: flex;
  justify-content: center;
  align-items: center;
  background: #007bff;
  color: fff;
    border-radius: 0 10px 10px 0px;
    padding: 0px 11px 0 10px;
    margin: 0px 0px 4px 0px;
}

/* //////////////////// الشعار اسفل الكارت //////////////////*/
.categories .carddesign .carddesign-body .slogan {

    font-size: x-small;
    font-weight: 600;
    display: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: system-ui;
    color: #b99700;
}
.categories .carddesign .carddesign-body .maincardtitle {
  font-size: 14px;
  color: #204f80;
  font-weight: bold;
  width: 75%;
}

.categories .carddesign .carddesign-body .text {
    font-size: 0.9375rem;   
    font-weight: 400;
    margin-bottom: 10px;
   /* width: 90%; */
    color: #343a40;
    white-space: break-spaces;
}

.categories .carddesign .carddesign-body a {
  text-decoration: none;
    direction: ltr;
}

.categories .carddesign .carddesign-body .innerdesignbody {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 10px;
  padding-bottom: 10px;
}

.categories .carddesign .carddesign-body .innerdesignbody iframe {
  width: 100%;
  height: 75px;
  margin-top: 10px;
}

.categories .carddesign .carddesign-body .innerdesignbody .parentinfoicon,
.categories .carddesign .carddesign-body .innerdesignbody .infoicon
{
  color: #747474;
  font-size: 10px;
}

.categories .carddesign .carddesign-body .innerdesignbody .infotext 
{
	/* color: #2f97eb; */
    font-size: 0.9300rem;  

}


.categories .carddesign .carddesign-body .innerdesignbody .infoicon {
  border-left: 1px solid;
  padding-left: 5px;
}

.categories .carddesign .carddesign-body .parentsocial {
  text-align: center;
  padding-top: 7px;
  position: inherit;
}

.categories .carddesign .carddesign-body .parentsocial a {
  margin-left: 10px;
  font-size: 12px;
}

.categories .carddesign .carddesign-body .parentsocial a,
.categories .carddesign .carddesign-body .parentsocial i {
  color: #C5C5C5;
  font-size: large;
}

.pagination {
  justify-content: center;
  flex-wrap: wrap;
}

.parentselect .selecttitle {
  color: #204f80;
  font-size: 16px;
  font-weight: bold;
}

.parentselect .smallselect {
  display: none;
}

.parenttable {
  overflow-x: scroll;
}

.parenttable th {
  font-size: 12px;
}

.parenttable td,
.parenttable button {
  font-size: 12px;
}

