html,#root,main {
  height:100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  height:100%;
  overflow:hidden;
}

input,
textarea {
  font-size: 12px !important;
}

textarea {
  height: 39px !important;
}

[class^="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pl-20 {
  padding-right: 5px !important;
}

.validation-message {
  color: red;
  font-size: 11px !important;
  text-align: left;
}

.outpagelayout-container {
  height: 100vh !important;
}

.login-banner {
  background-image: url(../image/login_crm_banner.jpg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center;
}

.login-banner .logo {
  display: inline-block;
  margin-top: 50px;
  background-color: #ffffff;
  padding: 15px;
  cursor: pointer;
}

.spartaxx-logo {
  text-align: center;
  margin-top: 20px;
  cursor: pointer;
}

.login-box {
  background: #f8f8f8;
  padding: 20px 30px;
  margin-top: 10px;
}

.login-box .welcome {
  font-size: 42px !important;
  font-weight: 700;
  line-height: 49.22px;
  text-align: left;
  color: #27b24d;
  text-align: center;
}

.login-box .signin,
.login-box .anotherpayment-title,
.login-box .sucess-message {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 21.09px;
  text-align: left;
  color: #606060;
  margin-top: 10px;
  text-align: center;
}

.login-box .anotherpayment-title {
  font-size: 14px !important;
}

.login-box .sucess-message {
  font-size: 16px !important;
}

.login-box .signin span,
.login-box .sucess-message span {
  font-size: 18px !important;
  font-weight: 600;
  line-height: 21.09px;
  text-align: left;
  color: #27b24d;
}

.login-box .sucess-message span {
  font-size: 16px !important;
}

.login-box .btn-login {
  margin-top: 25px;
  height: 38px;
  background-color: #27b24d;
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  width: 100%;
  border: #27b24d 0.5px solid;
}

.login-box input[type="text"],
.login-box input[type="password"] {
  margin-top: 25px;
  padding: 10px 15px;
  border: #27b24d 0.5px solid;
  width: 100%;
  border-radius: 6px;
}

.login-box input[type="text"]::placeholder,
.login-box input[type="password"]::placeholder {
  color: gray;
  opacity: 1;
}

.login-box input[type="text"]:focus,
.login-box input[type="password"]:focus {
  border: #27b24d 0.5px solid;
  outline: none;
}

.login-box .forgotpass {
  margin-top: 10px;
}

.login-box .remember-me {
  color: gray;
  display: flex;
}

.login-box .forgot-password {
  color: red !important;
  cursor: pointer;
  width: 100%;
}

.login-box .chk-remember-me {
  font-size: 24px !important;
  color: gray;
  cursor: pointer;
  margin-right: 2px;
  margin-top: -2px;
}

.login-box .spliter {
  padding: 30px 0px 20px 0px;
}

.login-box .tryanother-way {
  font-size: 17px !important;
  color: gray;
  text-align: right;
}

.login-box .tryanother-way span {
  cursor: pointer;
}

.login-box .tryanother-way:hover {
  text-decoration: underline;
}

.login-box .signin-methods ul {
  padding: 10px 30px;
}

.login-box .signin-methods ul li {
  padding: 15px;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 21.09px;
  color: #606060;
  border-bottom: #dad7d7 1px solid;
  border-top: #dad7d7 1px solid;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0efef;
}


.login-box .signin-methods ul li:hover {
  background-color: #e2e2e2;
}

.login-box .signin-methods ul li>span {
  color: #27b24d;
  padding-right: 10px;
  font-size: 25px !important;
}

.login-box .signin-methods ul li>span>img {
  height: 30px !important;
}

.display-none {
  display: none;
}

.login-box .signin-methods .breakline {
  margin-top: 30px;
  color: var(--bs-gray-400);
}

/* APP LAYOUT START */

.app-layout {
  width: 100%;
  background-color: #F7F7FA;
  min-height: 100vh;
}

.app-layout .app-header {
  background-color: #FFFFFF;
  color: #634dd1;
  padding: 10px 20px;
  box-sizing: border-box;
  text-align: right;
  margin-left: 250px;
  font-size: 22px !important;
  height: 55px;
}

.app-layout .app-header .page-title {
  padding: 0px 10px;
  font-size: 16px;
  font-weight: 600;
}

.app-layout .app-header.small {
  margin-left: 65px;
}

.app-layout .app-header .icon,
.app-layout .app-header .h-menu-icon,
.app-layout .app-header .icon-without-hover {
  display: inline;
  font-size: 22px !important;
  cursor: pointer;
}

.app-layout .app-header .icon:hover,
.app-layout .app-header .h-menu-icon:hover {
  color: #000000;
}

.app-layout .app-header .h-menu {
  background-color: #F7F7FA;
   
  position: absolute;
  border-radius: 4px;
  right: 5%;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  top: 37px;
  display: none;
}

.app-layout .app-header .h-menu.profile {
  right: 0.5%;
}

.app-layout .app-header .h-menu:hover,
.app-layout .app-header .h-menu-icon:hover+.h-menu {
  display: block;
}

.app-layout .app-header .h-menu .h-menu-list {
  width: 100%;
  padding: 5px 0px
}

.app-layout .app-header .h-menu .h-menu-list li {
  padding: 5px 10px 5px 2px;
  display: flex;
  color: #000000;
  font-size: 12px;
  cursor: pointer;
  text-align: left;
  transition: 0.3s;
  border-bottom: #efefef 1px solid
}

.app-layout .app-header .h-menu .h-menu-list li span {
  font-size: 16px !important;
  padding: 0px 10px;
}

.app-layout .app-header .h-menu .h-menu-list li:hover {
  background-color: #27b24cb1;
  cursor: pointer;
  color: #F7F7FA;
}

.app-layout .app-header .h-menu .h-menu-list li.active {
  background-color: #27b24d;
  cursor: pointer;
  color: #F7F7FA;
  font-size: 13px !important;
  font-weight: 600;
}

.app-layout .side-menu {
  width: 250px;
  background-color: #1e2128;
  color: rgba(255, 255, 255, 0.8);
  position: fixed;
  height: 100%;
  left: 0;
  transition: width 0.3s;
}

.app-layout .side-menu .toggle-bar {
  text-align: right;
}

.app-layout .side-menu.small {
  width: 65px;
}

.app-layout .side-menu .menu-header {
  text-align: center;
  position: relative;
  padding: 0px 20px;
  height: 55px;
}

.app-layout .side-menu .menu-header .app-spartaxx-logo {
  cursor: pointer;
}

.app-layout .side-menu .menu-header .home-icon {
  font-size: 40px !important;
}

.app-layout .side-menu .menu-header h2 {
  margin: 0;
  padding: 0;
  font-size: 24px !important;
  transition: opacity 0.3s;
}

.app-layout .side-menu.small .menu-header h2 {
  opacity: 0;
}

.app-layout .side-menu .menu-list, .app-layout .side-menu .create-campaign{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.app-layout .side-menu.small .menu-list  {
  margin-top: 2px !important;
}

.app-layout .side-menu .menu-list li  {
  padding: 10px 20px;
  transition: padding 0.3s;
  display: flex;
  align-items: center;
  margin: 8px;
  color: rgba(255,255,255,0.8);
}

.app-layout .side-menu .menu-list li span {
  font-size: 25px !important;
  padding: 0px 10px;
}

.app-layout .side-menu.small .menu-list li {
  padding: 10px 3px;
  text-align: center;
}

.app-layout .side-menu .menu-list li.active,
.app-layout .side-menu.small .menu-list li.active  {
  cursor: pointer;
  color: #c7a61b;
  font-size: 13px !important;
  font-weight: 600;

  &:hover {
    color: #c7a61b;
  }
}

.app-layout .side-menu .menu-list li:hover,
.app-layout .side-menu.small .menu-list li:hover {
  cursor: pointer;
  color: #c7a61b;
  font-weight: 600;
}

.app-layout .content {
  margin-left: 250px;
  padding: 20px;
  transition: margin-left 0.3s;
}

.app-layout .content.small {
  margin-left: 65px;
}


 
.app-layout .profile-dropdown .profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
  }

  .app-layout .profile-dropdown .dropdown-menu {
    min-width: 200px;
  }
  .app-layout  .profile-dropdown .dropdown-menu  .dropdown-item {
      cursor: pointer;
      padding: 10px 15px;
      font-size: 14px;
      border-top: 1px solid #e0e0e0;
      display: flex;
      align-items: center;
      gap:10px;

    }
      .profile-dropdown .dropdown-menu  .dropdown-item:hover {
        background-color: #f8f9fa;
      }
      .profile-dropdown  .profile-card {
        display: flex;
        align-items: center;
        padding: 15px;
        border-radius: 10px;
        background-color: #ffffff;
        width: 300px;
      }
  
      .profile-dropdown  .profile-image {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        margin-right: 15px;
      }
  
      .profile-dropdown  .profile-info {
        display: flex;
        flex-direction: column;
      }
  
      .profile-dropdown  .profile-info h5 {
        margin: 0;
        font-size: 16px;
        font-weight: 600;
      }
  
      .profile-dropdown  .profile-info p {
        margin: 0;
        font-size: 14px;
        color: #757575;
        width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      }
  
 



@media screen and (max-width: 768px) {
  .app-layout .side-menu {
    width: 200px;
  }

  .app-layout .side-menu.small {
    width: 60px;
  }

  .app-layout .content {
    margin-left: 200px;
  }

  .app-layout .content.small {
    margin-left: 60px;
  }
}

@media screen and (max-width: 480px) {
  .app-layout .side-menu {
    width: 100%;
    height: auto;
    position: relative;
  }

  .app-layout .side-menu.small {
    width: 100%;
  }

  .app-layout .content {
    margin-left: 0;
  }

  .app-layout .side-menu .menu-list li {
    text-align: center;
  }
}

.display-inline-flex {
  display: inline-flex;
}

/* APP LAYOUT END*/

/* FORM DESIGN START */

.form-row {
  margin-bottom: 5px;
}

.form-label {
  padding-top: 3px;
  margin-bottom: 3px !important;
}

.form-label-bold {
  padding-top: 3px;
  margin-bottom: 3px !important;
  font-weight: 600;
}

.form-textbox {
  padding-right: 10px !important;
}

.form-control {
  border-color: hsl(0, 0%, 80%) !important;
  padding: .550rem .75rem !important;
  height: 38px !important;
}

.css-b62m3t-container {
  height: 30px !important;
}

.form-control::placeholder {
  font-size: 12px !important;
}

.form-control:focus,
.form-control:active {
  outline: none !important;
  border-color: #dee2e6;
  box-shadow: none !important;
}

.form-btn {
  padding: 8px 25px;
  display: inline-flex;
  border-radius: 2px;
  font-weight: 600;
  align-items: center;
}

.form-btn .icon {
  padding: 0px 5px;
  font-size: 15px;
  font-weight: 600;
}

.form-btn.primary {
  background-color: #27b24d;
  border: #27b24d 1px solid;
  color: #ffffff;
}

.form-btn.primary:hover {
  color: #ffffff;
  background-color: #25a346;
}

.form-btn.secondary {
  background-color: #b3b6b9;
  border: #b3b6b9 1px solid;
}

.form-btn.secondary:hover {
  background-color: #a9a9a9;
}

.form-btn.secondary.spliter {
  margin-right: 10px;
}

.form-checkbox {
  font-size: 17px;
  font-weight: 600;
  color: #354849;
  cursor: pointer;
  padding: 0px 3px;
}

.form-mandatory {
  color: red;
  font-weight: 600;
  padding-left: 2px;
}

.form-mt-auto {
  margin-top: auto;
  display: flex;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-spinner {
  -moz-appearance: textfield;
}

.form-row .checkbox {
  padding-top: 35px;
}

/* FORM DESIGN END */

/* CUSTOM GRID STYLE */

.custom-data-grid-table {
  max-height: 20rem;
  overflow: auto;
  position: relative;
  width: 100%;
  border: 1px solid #EFEFEF;
}

.custom-data-grid-table table {
  width: 100%;
}

.custom-data-grid-table table thead {
  background-color: #EFEFEF;
  position: sticky;
  top: -1px;
}

.custom-data-grid-table table th,
.custom-data-grid-table table td {
  padding: 10px 20px;
  border-bottom: 1px solid #EFEFEF;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.custom-data-grid-table table td {
  padding: 5px 20px;
}

.custom-data-grid-table table td button {
  background: #4db748 !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
  border-radius: 3px !important;
  width: fit-content;
  margin: 0;
  height: fit-content;
  border: none !important;
}

.custom-data-grid-table-footer {
  border: 1px solid #EFEFEF;
  border-top: none;
  padding: 10px !important;
  user-select: none;
}

.custom-data-grid-table-footer h6 {
  margin: 0;
}

.custom-data-grid-table-footer .right ul.pagination {
  margin: 0;
  gap: 10px;
}

.custom-data-grid-table-footer .right ul.pagination li a {
  color: #000000;
}

.custom-data-grid-table-footer .right ul.pagination li a {
  color: #4db748 !important;
}

/* END CUSTOM GRID STYLE */

/* PAGE LOADER */

.full-page-loader {
  position: absolute;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(2px);
  z-index: 999;
  top: 0;
  left: 0;
}

/* END PAGE LOADER */

/* Login Button Spinner Start */

.cursor-no-drop {
  cursor: no-drop !important;
}

.signin-spinner {
  border: 4px solid rgba(0, 0, 0, 0.35);
  border-left-color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Login Button Spinner End */

.custom-toast-warning {
  color: #080808 !important;
  transform: translate(-50%, -50%);
  font-weight: 600;
  background-color: rgba(214, 137, 16, 0.8) !important;
}

.custom-toast-error {
  color: #080808 !important;
  transform: translate(-50%, -50%);
  font-weight: 600;
  background-color: rgba(255, 0, 0, 0.5) !important;
}

.custom-toast-sucess {
  color: #080808 !important;
  transform: translate(-50%, -50%);
  font-weight: 600;
  background: rgba(0, 255, 0, 0.5) !important;
}

.custom-toast-info {
  color: #080808 !important;
  transform: translate(-50%, -50%);
  font-weight: 600;
  background-color: rgba(135, 206, 235, 0.5);
}

.justify-right {
  display: flex;
  justify-content: right;
}
.app-layout{
  height: 100%;
}

.app-layout > .content{
  height:calc(100% - 55px);
}

.text-align-center {
  text-align: center;
}

.font-bold {
  font-weight: bold;
}

.form-check-input:focus {
  box-shadow: none;
}

#popover-positioned-bottom {
  max-width: 100%;
  margin-top: 5px;
}

#popover-positioned-bottom .popover-arrow {
  display: none;
}

* {
  outline: none !important;
}

#superSetDashboard{
  iframe {
    width: 100%;
    height: 95vh;
  }
}
iframe{
  width: 100%;
  height: 100vh;
}
.disable{
  pointer-events: none;
  opacity: 0.6;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotate-element {
  animation:rotate 2s infinite;
  animation-timing-function: linear;
}
.badge-new{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e5ca48;
  color: #000;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0px;
  top: -3px;
}

.google-street-view .modal-dialog {
  max-width:80% !important;
}

.elec-doc-preview .modal-dialog {
  max-width: 52%;
}

.existing-client-modal .modal-dialog {
  max-width: 60%;
}

.flex {
  display: flex !important;
}

.grid {
  display: grid !important;
}