/* start maine rulez */

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

body {
  font-family: Almarai-Regular !important;
  background-color: #dae0e5;
}

.asterisk {
  font-size: 20px;
  position: absolute;
  left: 2%;
  top: 9px;
  color: #ff0015;
}

/*--------------------------------------- end manin rulez -
-start Bootstrap Edit */
.row{
  margin-left: 0 !important;
}
.form-group,
.ar-search-group {
  position: relative;
}
.bd-callout {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
/*--------------------------------------- end Bootstrap -
-start jet-streem--------------------------------------
*/
.ar-team-selcted{
width: 1rem;
}
.ar-2arrow{
    width: 1rem;
    display: inline;

}
.ar-searsh-icon{
    font-size: 1.8rem;
}
.ar-team-btn:hover{
    color: #212529 !important;
    background-color: #e2e6ea!important;
    border-color: #dae0e5!important;
}
/*--------------------------------------- end jet-streem - */

/*.page-link[rel="next"] {*/
/*    background-color: yellow;*/
/*}*/
/*.page-link[rel="next"] {*/
/*    background-color: yellow;*/
/*}*/
/*ul.pagination:first-child li{*/
/*    background-color: yellow !important;*/
/*    color: #0A72E8 !important;*/
/*    display: none!important;*/
/*}*/
/*--------start nav Bar--------------------------------------*/

.user-profile{
    border-radius: 9999px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 2.3rem;
    height: 2.3rem;
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
.upper-bar {
    padding: 30px;
    background-color: rgb(241, 238, 229);
}
nav.navbar {
    z-index: 999 !important;
    border-bottom: 1px solid #ff0000;
    min-height: 63px;
    height: 50px;
}
.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}
.ar-msg-link{
   position: relative;
    width: min-content;

}
.ar-msg-icon{
    font-size: 1.8rem;
}
.ar-msg-badge{
    position: absolute;
    left: 0;
    font-size: .7rem;
}

.ar-searsh-btn {
    border-top-left-radius: 10rem!important;
    border-bottom-left-radius: 10rem!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    border-right: none;
    width: 4rem;
}

.ar-searsh-input {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    border-top-right-radius: .2rem!important;
    border-bottom-right-radius: .2rem!important;
    border-left: none;
    width: 10rem;
}
.ar-width-md{
   min-width:30rem;
}
@media (max-width: 680px) {
    .ar-width-md{
        min-width: auto;
        width: 100% !important;
    }
}


/*-notification ---------*/
.notify-buttons {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    top: 0;
    left:.5rem;
}

/*--------end nav Bar--------------------------------------*/


/*-start My casses frame work Edit */
/*.ar-hiedIt {*/
/*  display: none;*/
/*}*/

/*--------------------------------------- end My casses frame work  -*/
/* -start small side bar Edit */
/*.test {*/
/*  display: block;*/
/*}*/
#sidebar{
   top: 30%;
    height: 220px;
    width: 65px;
}
#toast-shower{
    top: 92%;
    height: 40px;
    width: 85px;
}
.Quick-access {
  position: fixed;
  left: 99.5%;
  z-index: 998;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 2px solid #285e8e;
  border-left: 2px solid #285e8e;
  border-bottom: 2px solid #285e8e;
  background-image: linear-gradient(to right, #428bca, #285e8e);
  box-shadow: 0 0 10px 0 rgba(5, 18, 36, 0.589);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.Quick-access:hover {
  right: 0;
}

.Quick-access ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.Quick-access li a {
  display: block;
  padding: 6px;
  margin: 0 0 5px 0;
  font-size: 10px !important;
  text-align: center;
  color: #d7d7d7;
}

.Quick-access li :hover {
  text-decoration: none !important;
  color: #ffffff;
}
.ar-nowrap {
  white-space: nowrap;
  line-height: 200%;
}
#sidebar-extent {
  position: relative;
}
#shape-111 {
  width: 38px;
  height: 220px;
  z-index: 997;
  position: absolute;
  right: 100%;
  top: 30%;
  background-color: rgba(139, 0, 0, 0);
}

/*--------------------------------------- end small side bar Edit */

/* -start big side bar Edit */

/* Toggle Styles */
#x-wrapper {
  position: absolute;
  left: 24px;
  color: rgb(139, 127, 127);
  cursor: pointer;
  padding: 10px;
}
#wrapper {
  padding-top: 62px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  right: 250px;
  width: 0;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  right: 0px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #343a40;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav {
  color: #fff;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

.sidebar-nav li a {
  display: inline-block;
  text-decoration: none;
  color: rgb(190, 183, 183);
}

.sidebar-nav li a:hover,
#x-wrapper:hover {
  text-decoration: none;
  color: #fff;
}

/*--------------------------------------- end big side bar Edit */
/* -start main page Edit */
main {
  margin: 10px !important;
  margin-top: 20px !important;
  min-height: 760px;
}

.ar-aside section {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}
#page-cont {
  min-width: 100%;
}
.addvers {
  min-width: 100%;
}
.a-3dala {
  height: 80px;
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(rgb(38, 0, 255), rgb(0, 195, 255));
  text-align: center;
}

#mainMsgAlertCover {
  position: absolute;
  top: 50%;
  z-index: 2000;
}
@media (max-width: 991.98px) {
  .ar-aside {
    margin-top: 10px;
    min-width: 100%;
  }
  #wrapper-hide {
    display: none;
  }
  main {
    padding-top: 50px;
  }
}
@media (min-width: 992.99px) {
  #page-cont {
    margin-right: 20px;
    padding-left: 15px;
  }
}

/*--------------------------------------- end main page Edit */
/* -start SEARSH booton Edit */
/*#searshIcon {*/
/*  cursor: pointer;*/
/*}*/
/*#searshFormNav > div {*/
/*  position: absolute;*/
/*  z-index: 2000;*/
/*  left: 20px;*/
/*  top: 2px;*/
/*  width: 300px;*/
/*}*/

/*.siteSearshResult .case-Numb {*/
/*  cursor: pointer;*/
/*}*/
/*.siteSearshResult .clintName {*/
/*  cursor: pointer;*/
/*}*/
/*--------------------------------------- end SEARSH booton Edit */
/* -start  Scroll to topEdit--------------------------------------------------------------------------------- */

.scroll-to-top {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: white;
}

.scroll-to-top:hover {
  background: #5a5c69;
}

.scroll-to-top i {
  font-weight: 800;
}
/*--------------------------------------------------- end  Scroll to topEdit */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
  padding: 0 !important;
  margin: 0 !important;
}

#footer .footer-top {
  padding: 30px 0 20px 0;
  background: #343a40;
}
#footer .footer-botom {
  padding: 20px 0 20px 0;
  background: #111;
}
#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-left: 5px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1bbd36;
  color: #fff;
  text-decoration: none;
}

/* --------------------------------loader------------------------------ */
#site-main-loader, .site-loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}/* ----end loader-------- */
