/* .landing_page .wrapper {padding: 0 5vw; margin: 0 auto; box-sizing: border-box;} */
.landing_page { padding: 20px 0; height: 100vh;}
.landing_page .login_box .card-body { padding: 55px; padding-left: 0;}
.landing_page .login_box .signin-header .xray-btn { padding: 0px; font-weight: bold; color: #7CC149;}
.landing_page .login_box .signin-header .xray-btn span{color: #1C1B1F; margin-right: 5px; font-weight: normal;}
.landing_page .login_box .card {background-position: 99.6% 3px;}
.landing_page .landing_content .welcome {margin-bottom: 55px;}
.landing_page .landing_content {display: flex; align-items: center; justify-content: center; height: 100%; }
.landing_page .landing_content img {width: 90%; margin-left: -60px;}
/* .landing_page .landing_content .hello_welcome {padding-left: 50px;} */
.landing_page .landing_content .welcome .d-flex { margin-top: 12px;}
.landing_page .landing_content .welcome h1 {text-align: left; font-size: 25px; color: #464452; margin-bottom: 0px;}
.landing_page .landing_content .welcome .btn {background-color: #7CC149; border-radius: 5px; color: #fff; padding: 11px 8px 11px 11px; font-size: 12px; display: flex; align-items: center; text-transform: capitalize; border: 1px solid #7cc149; margin-right: 10px;text-align: left; line-height: 16px;}
.landing_page .landing_content .welcome .btn span {font-weight: normal; background-color: #8ad256; border-radius: 100%; width: 24px; height: 23px; display: flex; align-items: center; justify-content: center; font-size: 14px; margin-left: 18px;}
.landing_page .landing_content .hello_welcome .btn img {margin-left: 0; width: 20px; margin-right: 15px;}
.landing_page .landing_content .welcome p{color: #464452; text-align: left; font-size: 14px;}
.landing_page .landing_content .welcome.returning_users {margin-bottom: 0px;}
.landing_page .landing_content .welcome.returning_users .btn {font-weight: 500; background-color: #F3FBEE; color: #7CC149;}
.landing_page .landing_content .welcome.returning_users .btn:nth-child(1) {padding: 9px 45px 9px 14px;}
.landing_page .landing_content .welcome.returning_users .btn:nth-child(2) {padding: 9px 16px 9px 14px;}
.landing_page .landing_content .welcome.returning_users .btn:nth-child(3) {padding: 9px 16px 9px 14px;}

@media (min-width: 1025px) and (max-width: 1367px) { 
  .landing_page .landing_content .landing_logo {        width: 90% !important; margin-left: -65px !important;}
}

@media (min-width: 1600px) { 
  /* .landing_page .landing_content {height: calc(100vh - 480px);} */
}
.preloader{ position: absolute; top:0; bottom:0; left:0; right: 0; background-color: rgba(0, 0, 0, 0.41); display: flex; align-items: center; justify-content: center; z-index: 99;}
.preloader img {
  width: 36px;
  height: 36px;
  animation: 1.5s ease 0s infinite beat;
}

.btn-group.invalid-group .cp_btn{
  border: 1px solid red;
}
.rf_boxs.invalid-box .box{
  border: 1px solid red;
}


.create-password-instruction {
  display: block !important;
  padding: 15px;
    padding-bottom: 10px;
    position: absolute;
    top: 45%;
    right: -82%;
    border-radius: 4px;
    background-color: #fff;
}

.ins-dsp-none {
  display: none !important;
}

.text-danger {
  font-size: 12px !important;
  font-weight: 500 !important;
  margin-bottom: 0px !important;
}

.create-password-instruction .error {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 12px;
  color: #000;
  margin-bottom: 0px;
  color: #e74646;
  font-weight: 500;
}

.create-password-instruction .vaild {
  color: #1f9f25;
  font-weight: 500;
}

.create-password-instruction .material-symbols-outlined {
  font-size: 20px;
  font-weight: 600;
}

.create-password-instruction::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -30px;
  top: 20px;
  border: 8px solid transparent;
  border-right: 24px solid #fff;
  z-index: 3;
}

.upload{
  cursor: pointer;
}
.solid_btn:hover{
  color : #fff;
}

input[type="date"]{
  cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

/* input[type="date"]::-webkit-inner-spin-button {
  cursor: pointer;
} */

.lp_box{
  cursor: pointer;
}
.my_account .user_info.note_templates .solid_btn{
  background-color: #7CC149;
}

ul.pagination{
  float: right;
}

.scroll-container {
  overflow-x: auto;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}

.ag-category-carousel_item {
  display: inline-block;
  white-space: normal;
}

/* Optional: Style for the buttons */
.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #ddd; /* Light grey background */
  border: none;
  padding: 10px;
  z-index: 2;
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}




















































