#footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.menu {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.menu li {
    margin: 10px;
	font-size: 15px;
}

.site-footer {
    width: 100%;
}

.footermenu {
    display: flex;
    justify-content: center;
}

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

.site-footer a {
    margin: 0 10px;
}

#main-menu ul li ul {
	right: 0 !important;
}
/*Start grid a*/
.lm-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .lm-col-1 {
    width: 8.3333333333%;
  }
  
  .lm-col-2 {
    width: 16.6666666667%;
  }
  
  .lm-col-3 {
    width: 25%;
  }
  
  .lm-col-4 {
    width: 33.3333333333%;
  }
  
  .lm-col-5 {
    width: 41.6666666667%;
  }
  
  .lm-col-6 {
    width: 50%;
  }
  
  .lm-col-7 {
    width: 58.3333333333%;
  }
  
  .lm-col-8 {
    width: 66.6666666667%;
  }
  
  .lm-col-9 {
    width: 75%;
  }
  
  .lm-col-10 {
    width: 83.3333333333%;
  }
  
  .lm-col-11 {
    width: 91.6666666667%;
  }
  
  .lm-col-12 {
    width: 100%;
  }
  
  .lm-text_center {
    text-align: center;
  }
  
  @media screen and (min-width: 1024px) {
    .lm-col-lg-1 {
      width: 8.3333333333%;
    }
    .lm-col-lg-2 {
      width: 16.6666666667%;
    }
    .lm-col-lg-3 {
      width: 25%;
    }
    .lm-col-lg-4 {
      width: 33.3333333333%;
    }
    .lm-col-lg-5 {
      width: 41.6666666667%;
    }
    .lm-col-lg-6 {
      width: 50%;
    }
    .lm-col-lg-7 {
      width: 58.3333333333%;
    }
    .lm-col-lg-8 {
      width: 66.6666666667%;
    }
    .lm-col-lg-9 {
      width: 75%;
    }
    .lm-col-lg-10 {
      width: 83.3333333333%;
    }
    .lm-col-lg-11 {
      width: 91.6666666667%;
    }
    .lm-col-lg-12 {
      width: 100%;
    }
  }
  @media screen and (max-width: 1024px) {
    .lm-col-md-1 {
      width: 8.3333333333%;
    }
    .lm-col-md-2 {
      width: 16.6666666667%;
    }
    .lm-col-md-3 {
      width: 25%;
    }
    .lm-col-md-4 {
      width: 33.3333333333%;
    }
    .lm-col-md-5 {
      width: 41.6666666667%;
    }
    .lm-col-md-6 {
      width: 50%;
    }
    .lm-col-md-7 {
      width: 58.3333333333%;
    }
    .lm-col-md-8 {
      width: 66.6666666667%;
    }
    .lm-col-md-9 {
      width: 75%;
    }
    .lm-col-md-10 {
      width: 83.3333333333%;
    }
    .lm-col-md-11 {
      width: 91.6666666667%;
    }
    .lm-col-md-12 {
      width: 100%;
    }
  }
  @media screen and (max-width: 768px) {
    .lm-col-sm-1 {
      width: 8.3333333333%;
    }
    .lm-col-sm-2 {
      width: 16.6666666667%;
    }
    .lm-col-sm-3 {
      width: 25%;
    }
    .lm-col-sm-4 {
      width: 33.3333333333%;
    }
    .lm-col-sm-5 {
      width: 41.6666666667%;
    }
    .lm-col-sm-6 {
      width: 50%;
    }
    .lm-col-sm-7 {
      width: 58.3333333333%;
    }
    .lm-col-sm-8 {
      width: 66.6666666667%;
    }
    .lm-col-sm-9 {
      width: 75%;
    }
    .lm-col-sm-10 {
      width: 83.3333333333%;
    }
    .lm-col-sm-11 {
      width: 91.6666666667%;
    }
    .lm-col-sm-12 {
      width: 100%;
    }
  }
  @media screen and (max-width: 500px) {
    .lm-col-xsm-1 {
      width: 8.3333333333%;
    }
    .lm-col-xsm-2 {
      width: 16.6666666667%;
    }
    .lm-col-xsm-3 {
      width: 25%;
    }
    .lm-col-xsm-4 {
      width: 33.3333333333%;
    }
    .lm-col-xsm-5 {
      width: 41.6666666667%;
    }
    .lm-col-xsm-6 {
      width: 50%;
    }
    .lm-col-xsm-7 {
      width: 58.3333333333%;
    }
    .lm-col-xsm-8 {
      width: 66.6666666667%;
    }
    .lm-col-xsm-9 {
      width: 75%;
    }
    .lm-col-xsm-10 {
      width: 83.3333333333%;
    }
    .lm-col-xsm-11 {
      width: 91.6666666667%;
    }
    .lm-col-xsm-12 {
      width: 100%;
    }
  }
  /*End grid*/
  .lm-card-box {
      width: 100%;
      font-size: 14px;
      height: 300px;
      position: relative;
      color: #fff;
      cursor: pointer;
      transition: 0.5s ease;
      display: flex;
      justify-content: center;
  }
  .lm-card-box:hover .lm-card-body {
      width: 100%;
  }
  .lm-card-box:hover .lm-card-header img {
      height: 220px;
  }
  .lm-card-box:hover h2 {
      font-size: 18px;
  }
  .lm-card-box:hover .lm-card-footer {
      font-size: 15px;
  }
  .lm-card-box .lm-card-header {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      display: flex;
      width: 100%;
      justify-content: center;
  }
  .lm-card-box .lm-card-header img{
      height: 200px;
      transition: 0.5s ease;
  }
  
  .lm-card-body {
      position: absolute;
      bottom: 0;
      height: 60%;
      background: #1d2327;
      width: 95%;
      margin: 0 auto;
      transition: 0.5s ease;
  }
  .lm-card-body h2 {
      font-size: 16px;
      color: #fff;
      margin: 0;
      padding: 0;
      position: absolute;
      bottom: 50px;
      width: 100%;
      text-align: center;
      transition: 0.5s ease;
  }
  .lm-card-box .lm-coins img{
      width: 20px;
      height: 20px;
      border-radius: 50%;
  }
  .lm-card-footer {
      position: absolute;
      bottom: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 8px;
  }
  .lm-card-footer .lm-coins {
      display: flex;
      align-items: center;
  }
  /*////////////////////////////////////////*/
  .lm-package-details {
      width: 100%;
      max-width: 500px;
      border: 1px solid #1f6b9e;
      box-shadow: 0 1px 3px #319ea0;
      position: relative;
      margin: 24px auto;
  }
  .lm-package-details .lm-package-row {
      width: 100%;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #1f6b9e;
  }
  .lm-package-details  .lm-package-row div {
      width: 50%;
      padding: 16px 8px;
      height: max-content;
  }
  .lm-package-details  .lm-row-title {
      font-weight: bold
  }
  .lm-package-details .lm-row-content {
      border-right: 1px solid #1f6b9e;
  }
  .lm-package-details  .package-icon {
      height: 100px;
  }
  .lm-package-details  .backage-coin {
      height: 20px;
      width: 20px;
      border-radius: 50%;
  }
  .lm-content-container {
      width: 100%;
      background: #222222;
      padding: 12px;
  }
  /*************************/
  .lm-membership-container {
      background: #1d2327;
      transition: 0.5s ease;
      margin: 8px;
  }
  .lm-membership-container:hover {
      margin: 4px;
  }
  .lm-membership-container .lm-membership-header {
      width: 100%;
      padding: 8px;
  }
  
  .lm-membership-header .lm-membership-tags{
      display: flex;
      align-items: center;
      justify-content: space-between;
  
  }
  .lm-membership-header .lm-membership-tags div {
      width: 33%;
      border: 1px solid royalblue;
      border-radius: 8px;
      padding: 4px 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 1px;
      font-size: 12px
  }
  .lm-membership-container .lm-membership-thumb {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .lm-membership-thumb img {
      width: 70%;
  }
  .lm-membership-thumb h2 {
      font-size: 16px;
      margin: 0;
      padding: 0;
  }
  .lm-membership-container .lm-membership-content {
      margin: 8px;
      border-top: 1px solid royalblue;
      padding: 4px;
  }
  .lm-membership-container .lm-membership-footer {
      padding-top: 16px;
      padding-bottom: 16px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .lm-membership-container .lm-membership-footer .lm-membership-btn {
      width: 70%;
      border: 1px solid royalblue;
      border-radius: 8px;
      padding: 8px 16px;
      text-align: center;
      cursor: pointer;
      transition: 0.5s ease;
  }
  
  .lightmode .lm-membership-container, .lightmode .lm-coins-alert,
  .lightmode .lm-card-box {
      color: #fff;
  }
  /*************************/
  .lm-coins-alert {
      padding: 16px;
      margin: 16px auto;
      background: #16151d;
      border: 1px solid red;
  }
  .lm-coins-alert h3{
      margin: 0;
      padding: 0;
  }
  .lm-user-coins-num {
      padding: 16px;
      border: 1px solid #42cba2;
  }
  
  /****************************/
  .lm_form {
      width: 100%;
      max-width: 500px;
      align-items: center;
      border: 1px solid #42cba2;
      margin: 16px auto;
      padding: 16px 8px;
  }
  .lm_form h2 {
      margin: -16px -9px;
      background: #42cba2;
      color: #fff;
      text-align: center;
      padding: 8px;
      margin-bottom: 16px;
      background-image: linear-gradient(-45deg, #43cea2, #185a9d) !important;
  }
  .lm_form select, .lm_form input, .lm_form textarea {
      width: 100%;
      padding: 12px;
      background: #fff;
  }
  .lm_form textarea {
      height: 150px;
  }
  .lm_form select p {
      margin: 0;
      padding: 0;
  }
  .lm_form input[type="submit"] {
      width: max-content;
      padding: 8px 42px;
      cursor: pointer;
      color: #fff;
      background: #7f00ff;
      opacity: 1;
      transition: 0.5s ease;
      font-family: 'cairo';
      border-radius: 4px;
      font-weight: bold;
      border: none
  }
  .lm_form input[type="submit"]:hover {
      background: #fff;
      color: black;
  }
  /*************************************/
  .lm_tabs_container {
      overflow-x: auto;
      padding-bottom: 12px;
      width: 100%;
      max-width: 100%;
      overflow-y: hidden;
    }
    
    /* Style the buttons inside the tab */
    .lm_tabs_container button {
      background-color: #43cea2;
      float: right;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 8px 0;
      transition: 0.3s;
      font-size: 14px;
      color: #fff;
       font-weight: bold;
        position: relative;
        font-family: inherit;
    }
  button.lm_tablinks.active::after {
      content: "";
      border: 8px solid;
      position: absolute;
      border-color: #43cea2db transparent transparent;
      bottom: -16px;
      right: 46%;
  }
  .lm-tabs-fullContainer {
      margin: 16px 0;
      /*background: #343434;
      border: 1px solid*/
  }
    
    /* Change background color of buttons on hover */
    .lm_tabs_container button:hover {
      background-color: #43cea2db;
    }
    
    /* Create an active/current tablink class */
    .lm_tabs_container button.active {
      background-color: #43cea2db;
    }
    
    /* Style the tab content */
    .lm_tabcontent, .lm_tabcontent1, .lm_tabcontent2, .lm_tabcontent3,
    .lm_tabcontent4, .lm_tabcontent5 {
      display: none;
      padding: 8px 0;
      border-top: none;
      min-height: 100vh;
    }
    .lm_tabcontent.active, .lm_tabcontent1.active, .lm_tabcontent2.active, 
    .lm_tabcontent3.active, .lm_tabcontent4.active, .lm_tabcontent5.active {
      display: block;
    }
    /*************************************/
  .lm_user_profile {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
  }
  .lm_profile_header {
      width: 100%;
      height: 50vh;
      position: relative;
      margin-bottom: 100px;
  }
  .lm_profile_header > img {
      width: 100%;
      height: 100%;
  
  }
  .lm_user_profile .lm-profile-name {
      position: absolute;
      bottom: -90px;
      right: 50%;
      transform: translateX(50%);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
  }
  .lm_user_profile .lm-profile-name img {
      height: 100px;
      width: 100px;
      padding: 0;
      border-radius: 50%;
  }
  .lm_user_profile .lm-profile-name h1 {
      font-size: 16px;
      font-weight: bold;
  }
  .lm-change-profile-back {
      width: max-content;
      background: #fff;
      padding: 4px 8px;
      position: absolute;
      left: 4px;
      bottom: 16px;
      box-shadow: 0 2px 3px grey;
      border: 1px solid gray;
      border-radius: 4px;
      color: black;
      cursor: pointer;
      transition: all 0.5s ease;
  }
  .lm-change-profile-back:hover {
      box-shadow: 2px 3px gray;
  }
  .lm-change-profile-back p {
      margin: 0;
      padding: 0;
  }
  
  .lm-about-row {
      display: flex;
      gap: 16px;
      margin-top: 12px;
  }
  .lm-about-row .lm-icon {
      color: #e4344b;
  }
  .lm-about-row .lm-title {
      font-weight: bold;
  }
  .lm-about-row .lm-content {
      color: #00d084;
  }
  .lm-content img {
      width: 60px;
  }
  /**************************************/
  .lm-pay-card {
      width: 95%;
      height: 150px;
      margin: 8px auto;
      background: black;
      border-radius: 16px;
      position: relative;
  }
  .lm-pay-card img {
      width: 90%;
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translate(50%, -50%);
  }
  .lm-pay-popup-container {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      transition: all 0.5s ease;
  }
  .lm-pay-popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      background: black;
      opacity: 0.9;
  }
  .lm-pay-popup-container.active, .lm-pay-popup-overlay.active {
      display: block;
  }
  .lm-pay-popup-container .lm-popup-card {
      width: 500px;
      max-width: 95%;
      background: #fff;
      position: absolute;
      top: 50%;
      right: 50%;
      /* transform: translate(50%, -50%); */
      transform: translate(60%, -50%);
      opacity: 1;
      padding: 8px;
      border-radius: 8px;
      box-shadow: 0 1px 3px gray;
      border: 1px solid gray;
      transition: all 0.5s ease;
  }
  .lm-pay-popup-container .lm-popup-card .lm-popup-close {
      width: 20px;
      height: 20px;
      background: #e4344b;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -4px;
      left: -4px;
      border-radius: 50%;
      cursor: pointer;
  }
  .lm-pay-popup-container .lm-popup-header {
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .lm-pay-popup-container .lm-popup-card img {
      width: 75%;
      margin: 0 auto;
      border: 1px solid #ccc;
  }
  .lm-pay-popup-container .lm-popup-content h2 {
      color: black
  }
  .lm-pay-popup-container .lm-popup-content p {
      background: #ccc;
      padding: 16px 8px;
      border-radius: 8px;
      color: black
  }
  /**************************************/
  /**********************************/
  .lm-adblock-notfic-container {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .lm-adblock-notfic-container.active {
    display: block;
  }
  .lm-adblock-notfic-container .lm-adblock-overflow {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.95;
  }
  .lm-adblock-notfic-container .lm-adblock-content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 100%;
    max-width: 500px;
    /*background: hsl(0, 0%, 90%);
    border-radius: 8px;
    border: 1px solid #6c3c99;
    box-shadow: 0 1px 3px #6c3c99;*/
    padding: 16px 4px;
  }
  
  .lm-adblock-notfic-container .lm-adblock-header img {
    width: 100%;
  }
  .lm-adblock-notfic-container .lm-adblock-footer {
      width: 100%;
      border: 3px solid #685a9a;
      padding: 4px;
      border-radius: 4px;
      background: #fff;
      color: #010102;
      width: 75%;
      margin-left: 25%;
  }
  .lm-adblock-notfic-container .lm-adblock-footer h2 {
    margin: 0;
    color: #6c3c99;
      text-align: center;
  }
  .lm-adblock-notfic-container .lm-adblock-footer a {
    color: #6c3c99;
  
  }
  .lm-adblock-close {
    color: red;
    background: none;
    border: none;
    font-size: 1.5em;
    /* color: #333; */
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
    margin-left: 100%;
    width: 5% !important;
}

  /************************************/
  .lm-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  min-width: 650px;
    border: 1px solid #ddd;
      background: #222222
  }
  .lm-table thead {
      background-image: linear-gradient(-45deg, #43cea2, #185a9d) !important;
      color: #fff;
  }
  
  .lm-table th, .lm-table td {
    text-align: right;
    padding: 8px;
  }
  
  .lm-table tr:nth-child(even){
      background-color: #343434
  }
  .lm_coins_show {
      display: flex;
      align-items: center;
  }
  .lm_coins_show img {
      width: 20px;
      height: 20px;
      margin: 0;
      padding: 0;
  }
  .lm_custom_txt_icon {
      display: flex;
      align-items: center;
      gap: 2px;
  }
  .lm_custom_txt_icon img {
      width: 20px;
  }
  
  .lm_change_profile_img {
      position: absolute;
      top: 80px;
      cursor: pointer;
      color: #fff;
      opacity: 1;
      transition: 0.5s ease;
      font-size: 17px;
      color: #fff;
      z-index: 9999;
  
  }
  span.lm_change_profile_img:hover {
      font-size: 20px;
      color: #43cea2db;
  }
  .lm_border_container {
      position: absolute;
      top: -50px;
  }
  .lm_border_container img {
      max-width: unset !important;
      width: 230px !important;
      height: unset !important;
  }
  
  .lm_info_block {
      background: #222222;
      padding: 4px 8px;
      border-radius: 4px;
      margin: 16px 0;
  }
  
  
  /********************************************/
  .xoo-el-username-menu img.avatar, .xoo-el-firstname-menu img.avatar {
      width: 50px !important;
      height: 50px !important;
      border-radius: 50%;
      padding: 4px;
      margin-top: 10px;
  }
  .lamoud_icon_after a span {
      padding-right: 12px !important;
  }
  .lamoud_tosee_icon:before, .lamoud_logout_icon:before, .lamoud_icon_profile:before,
  .lamoud_icon_edit:before,.az_upload_icon::before,.lamoud_icon_heart:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      position: absolute;
      top: 10px;
      left: 0;
      padding: 0 8px;
  }
  .az_upload_icon:before {
      content: "\f574";
  }
  .lamoud_tosee_icon:before {
      content: "\f02e";
  }
  .lamoud_logout_icon:before {
      content: "\f2f5";
  }
  .lamoud_icon_profile:before {
      content: "\f2bd";
  }
  .lamoud_icon_edit:before {
      content: "\f013";
  }
  .lamoud_icon_heart:before {
      content: "\f004";
  }
  .lamoud_icon_after:after {
      content: "";
      width: 8px;
      height: 8px;
      border-right: 2px solid;
      border-top: 2px solid;
      position: absolute;
      top: 16px;
      right: 0;
      margin: 0 8px;
      transform: rotate(400deg);
  }
  ul.sub-menu {
      margin-top: 5px !important;
  }
  .lamoud_icon_after :hover {
      color: #fff !important;
  }
  /*******************************************/
  @media screen and (max-width: 768px) {
      .lm_profile_header {
          height: 35vh;
      }
  }

  /*******************************************/
.lamoud_custom_login_btn {
	/* top: 10px; */
    position: absolute;
}
.lamoud_custom_login_btn > a{
	color: #fff !important
}
.lamoud_custom_login_btn:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f406";
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0 10px;
    font-size: 20px;
	color: #fff
}
/* .lamoud_custom_login_btn-sup {
    background: #fff;
    padding: 40px 0;
	position: relative;
}
.lamoud_custom_login_btn-sup:after {
	content: "Ù‚Ù… Ø¨ØªØ³Ø¬ÙŠÙ„ Ø§Ù„Ø¯Ø®ÙˆÙ„ Ø£Ùˆ Ø³Ø¬Ù„ Ø­Ø³Ø§Ø¨ Ø¬Ø¯ÙŠØ¯!";
    position: absolute;
    top: 5px;
    right: 0;
}
.lamoud_custom_login_btn .lamoud_custom_login_btn-sup a {
	width: max-content !important;
    margin: 0 auto !important;
    background: #28a745 !important;
    color: #fff !important;
    border-radius: 4px !important;
} */

/*******************************************/
/****************************************/
.lm-account-popup-container {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
	z-index: 999999999
}
.lm-account-popup-container.active {
    display: block;
}
.lm-acount-overlay {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.85;
}
.lm-account-form-header {
    position: relative;
    width: 100%;
    margin-bottom: -4px;
}
.lm-account-form-header img {
    width: 100%;
}
.lm-account-popup-close {
    position: absolute;
    top: 40%;
    right: -8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: black;
    font-size: 25px;
    cursor: pointer;
    transition: 0.5s ease;
    padding-bottom: 6px;
}
.lm-account-popup-close:hover {
    background: #dedcd8;
}
.lm-account-form-container {
    width: 350px;
    max-width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 8px;
}
.lm-account-content {
    width: 100%;
    background: #fff;
    padding: 8px;
    margin: 0;
}
.lm-account-form-phead {
    color: gray;
    margin: 0;
    padding: 0 10px;
}
.lm-account-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lm-account-form form input {
    width: 95%;
    padding: 4px;
    border: 1px solid #ccc;
    margin: 6px 0;
	font-family: 'Cairo', sans-serif !important;
}
.lm-account-form .lm-account-form-acction {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-around;
}
.lm-account-form .lm-submit-btn, .lm-account-form .lm-account-form-newaccount-btn {
    width: 48%;
    height: 38px;
    margin: 8px 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s ease;
	display: flex;
    align-items: center;
    justify-content: center;
}
.lm-account-form .lm-submit-btn:hover, .lm-account-form .lm-account-form-newaccount-btn:hover {
    opacity: 0.85;
}
.lm-account-form .lm-account-form-newaccount-btn {
    background: gray;
}
.lm-account-form .lm-submit-btn {
    background: #01ba6d;
}
.lm-account-form-forgetpass {
    text-align: center;
    font-weight: bold;
}
.lm-account-form-forgetpass a {
    color: gray;
    text-decoration: none;
}
.lm-account-form-socialmedia {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #ccc;
    margin: 16px 0;
    margin-bottom: 0;
    padding: 16px 0;
}
.lm-account-form-socialmedia .lm-account-form-social-head {
    position: absolute;
    top: -27px;
    right: 50%;
    transform: translateX(50%);
    background: #fff;
    padding: 0 4px;
    color: gray;
}
.lm-account-form-socialmedia .lm-account-form-social-row{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 1;
    transition: 0.5s ease;
}
.lm-account-form-socialmedia .lm-account-form-social-row:hover {
    opacity: 0.85;
}
.lm-account-form-socialmedia .lm-account-form-social-row a, 
.lm-account-form-socialmedia .lm-account-form-social-row a:hover {
    color: #fff;
}

/****************************************/
/*************************************************/
.lm-login-form-content {
  background: #fff;
  margin: 0;
  padding: 8px;
  padding-top: 40px;
  position: relative;
}
#lm-log-back {
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  cursor: pointer;
  transition: 0.5s ease;
  color: #2bc48a;
}
#lm-log-back.active{
  display: block;
}
#lm-log-back:hover {
  color: #1d2327;
}
.lm-login-form-content .lm-login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
  padding: 0;
}
.lm-login-form-content .lm-login-header img {
  width: 50%;
}

.lm-login-content {
  margin: 16px 0;
  width: 100%;
}
.lm-login-content h3 {
  text-align: center;
}
.lm-log-social, .lm-reg-email {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.lm-reg-email form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.lm-log-social.active, .lm-reg-email.active {
  display: flex;
}
.lm-login-content input {
  width: 80%;
  box-shadow: inset 0 0 0 2px #e3e9ed;
  border: none;
  padding: 10px 8px;
	font-family: 'Cairo', sans-serif !important;
}
.lm-login-content .lm-submit-btn {
  font-size: 1rem;
  transition: .25s linear;
  border-radius: 3px;
  background-color: #2bc48a;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
    font-weight: bold;
}
.lm-login-content .lm-login-social-btn {
  width: 80%;
  padding: 12px 0;
  box-shadow: inset 0 0 0 2px #e3e9ed;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  transition: 0.5s ease;
}

.lm-login-social-btn a {
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  color: #374957;
}
.lm-login-social-btn i {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lm-login-content .lm-login-social-btn:hover {
  background: #f8fafb;
}
.lm-img-content {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
	min-height: 100vh;
}
.lm-img-content img{
  width: 100%;
  height: 100%;
  max-height: 100vh;
object-fit: cover;
}
.lm-log-toggle {
  text-align: center;
  font-weight: bold;
  margin-top: 24px;

}
.lm-log-toggle a {
  text-decoration: none;
  color: #2bc48a;
  transition: .25s linear;
}
.lm-log-priv {
	text-align: center;
	color: black
}
.lm-log-priv a {
	color: #2bc48a;
}
/*************************************************/
@media screen and (max-width: 1024px) {

	.lm-container {
		max-height: unset !important;
	}
	.lm-img-content {
		max-height: unset;
		min-height: unset;
	}
}
@media screen and (max-width: 768px) {
	.lm_profile_header {
    	height: 35vh;
	}

}