﻿/*------------------------------ Web Fonts Start -----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');



/*------------------------------ Web Fonts End -----------------------------------------*/

/* CSS Document */

html,
body {
  font-family: "Lato", serif;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
source,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var,
video {
  background: 0 0;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  font-family: "Lato", serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
}

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  margin: 0;
  padding: 0px;
}

a {
  font-size: 12px;
  cursor: pointer !important;
}

a:hover {
  text-decoration: none;
}

a:hover {
  color: inherit;
}

li {
  list-style: none;
}

*:focus {
  outline: none !important;
}

.clear {
  clear: both !important;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.text-center {
  text-align: center !important;
}

.form-control {
  font-family: "Lato", serif;
}

.form-control:focus {
  box-shadow: none;
  border-color: #000 !important;
}

textarea:focus {
  box-shadow: none;
  border-color: #000 !important;
}

/*---------------------------------------------basic html tags--------------------------------------------*/

:root {
  --primary: #5A199B;
  --primary-hover: #340f5a;
  --light-bg: #F6F4FF;
  --gray: #F5F5F5;
  --dark: #222222;
  --success-green: #1FC16B;
  --pending-yellow: #FFCC2D;
  --rejected-red: #D00416;
  --bg-approved: #84EBB433;
  --bg-pending: #FBECDA;
  --bg-expired: #FFF6DA;
  --bg-rejected: #FFD7DB;
}


html,
body {
  color: #000000;
  font-size: 16px;
  background: #F5F5F5;
  overflow-x: hidden !important;
  box-sizing: border-box;
}

body {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #F5F5F5;
}

main.main-body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", serif;
}

p,
label {
  font-family: "Lato", serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none !important;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

/* helper css */

section>.container {
  min-height: 100%;
}

.main-btn {
  background-color: var(--primary);
  text-transform: capitalize;
  border-radius: 8px;
  padding: 18px 16px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s ease-out;
}

.main-btn:hover {
  background-color: var(--primary-hover);
}

.btn:disabled,
.btn.disabled {
  opacity: 0.65;
  background-color: #d4d4d4 !important;
  border-color: #dee2e6 !important;
  color: #6c757d;
  cursor: not-allowed !important;
}

/* Section Head Title */

.main-btn.section-head-btn {
  padding: 12px 16px;
  font-weight: 600;
  font-size: 18px;
  color: var(--dark);
}

.section-head h3 {
  font-weight: 700 !important;
  font-size: 32px !important;
  color: var(--dark);
  vertical-align: middle;
}


.company-card {
  background-color: #e0e2ff;
  border: #9CA3AF 1px solid;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 20px;
}

.company-name {
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-hover);
  margin-bottom: 5px;
}

.company-id {
  font-size: 14px;
  color: #6C757D;
}

/* Status badge styling and bg */
.status-badge {
  padding: 8px;
  border-radius: 8px;
  width: 100px;
  display: inline-flex !important;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

/* .status-badge::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
} */

.status-badge.approved {
  color: var(--success-green);
  background-color: #1FC16B33;
}

.status-badge.approved::before {
  background-color: var(--success-green);
}

.status-badge.pending {
  color: #EDA64E;
  background-color: #EDA64E33;
}

/* .status-badge.pending::before {
  background-color: #EDA64E;
} */

.status-badge.rejected,
.status-badge.expiry {
  color: var(--rejected-red);
  background-color: #DB2F4033;
}

/* .status-badge.rejected::before,
.status-badge.expiry::before {
  background-color: var(--rejected-red);
} */

.status-bg-approved {
  background-color: var(--bg-approved) !important;
}

.status-bg-pending {
  background-color: var(--bg-pending) !important;
}

.status-bg-rejected {
  background-color: var(--bg-rejected) !important;
}

.status-bg-expiry {
  background-color: var(--bg-expired) !important;
}


/* Tables style */

.manage-cate-wp .dxgvHeader td {
  white-space: nowrap;
}

.grid-list-answers div {
  padding-left: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.dxeCalendar td.dxMonthGridWithWeekNumbers {
  background-color: #fff !important;
}

.status-badge {
  padding: 8px;
  width: auto !important;
  gap: 10px;
}

.status-badge.rejected::before,
.status-badge.approved::before,
.status-badge.pending::before {
  display: none;
}

.manage-cate-wp .pro-list-dash-brd {
  overflow-x: auto;
}

/* pop style  */
.custom-toast {
  background-color: #1FC16B;
  color: white;
  border-radius: 10px;
  padding: 19px 14px;
  width: 396px;
  align-items: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  background-image: url("/assets/theme-1/images/green bubbles.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 64px;
  margin-top: 55%;
  background-size: 90px 80px;
}

.error-toast {
  background-color: #D00416;
  color: white;
  border-radius: 10px;
  padding: 10px 14px;
  width: 396px;
  align-items: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  background-image: url("/assets/theme-1/images/red-bubbles.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 64px;
  margin-top: 55%;
  background-size: 90px 80px;
}

.warning-toast {
  background-color: #EDA64E;
  color: white;
  border-radius: 10px;
  padding: 10px 14px;
  width: 396px;
  align-items: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  background-image: url("/assets/theme-1/images/yellow-bubbles.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 64px;
  margin-top: 55%;
  background-size: 90px 80px;
}

.warning-icon {
  position: relative;
  top: -68px;
  left: -80px;
}

.error-icon {
  position: relative;
  top: -70px;
  left: -11px;
}

.error-close {
  background: none;
  border: none;
  color: #dee2e6;
  font-size: 35px;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  top: -44px;
  left: 15px;
}

.success-icon {
  position: relative;
  top: -70px;
  left: 0px;
}

.toast-close {
  background: none;
  border: none;
  color: #dee2e6;
  font-size: 35px;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  top: -40px;
  left: 75px;
}

.success-close {
  background: none;
  border: none;
  color: #dee2e6;
  font-size: 35px;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  top: -40px;
  left: 33px;
}

/* pdf/image View Modal */

.modal-view-body {
  padding: 0;
}

.pdf-container {
  height: 80vh;
  width: 100%;
  overflow: hidden;
}

.pdf-viewer {
  width: 100%;
  height: 100%;
  border: none;
}

.image-viewer {
  max-width: 100%;
  max-height: 80vh;
  display: block;
  margin: 0 auto;
}


/* Modal popup */

#BlackListDeleteModal .modal-content {
  background-color: #e0e2ff;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 90%;
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

#BlackListDeleteModal .modal-body {
  padding: 0;
}

#BlackListDeleteModal .form-body {
  padding: 30px;
}

/* Sweet Alert Styling */
#BlackListDeleteModal .sweet-alert {
  text-align: center;
  background-color: transparent;
  border: none;
}

#BlackListDeleteModal .delete-popup-alert h2 {
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 20px 0;
  line-height: 1.4;
}

/* Error Icon Styling */
#BlackListDeleteModal .sa-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 20px;
  position: relative;
}

#BlackListDeleteModal .sa-error {
  border: 4px solid #dc3545;
  background-color: #fff;
}

/* Animations */
#BlackListDeleteModal .animateErrorIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Alert Box */
#BlackListDeleteModal .alert {
  padding: 12px 20px;
  margin: 20px 0;
  border-radius: 8px;
  border: none;
}

#BlackListDeleteModal .alert-warning {
  background-color: #acb1ff;
  color: var(--primary);
  border-left: 4px solid var(--primary);
  border-radius: 0px;
}

#BlackListDeleteModal .custom-alerts-wrn {
  font-weight: 600;
  font-size: 16px;
}

/* Loading GIF */
#BlackListDeleteModal .loading-popup-gif {
  margin: 20px 0;
}

#BlackListDeleteModal .pr-image-grd {
  max-width: 50px;
  height: auto;
}

/* Button Container */
#BlackListDeleteModal .sa-button-container {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

/* Button Styling */
#BlackListDeleteModal .btn {
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: none;
  min-width: 120px;
}

#BlackListDeleteModal .btn-lg {
  padding: 14px 35px;
  font-size: 16px;
}

#BlackListDeleteModal .btn-common.blue {
  background-color: #1F2937;
  color: #e0e2ff;
  border: 2px solid #1F2937;
}

#BlackListDeleteModal .btn-common.blue:hover {
  background-color: #111827;
  border-color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(31, 41, 55, 0.3);
}

#BlackListDeleteModal .btn-danger {
  background-color: #dc3545;
  color: white;
  border: 2px solid #dc3545;
}

#BlackListDeleteModal .btn-danger:hover {
  background-color: #c82333;
  border-color: #c82333;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

#BlackListDeleteModal .btn:active {
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 480px) {
  #BlackListDeleteModal .modal-content {
    margin: 20px;
    width: calc(100% - 40px);
  }

  #BlackListDeleteModal .form-body {
    padding: 20px;
  }

  #BlackListDeleteModal .sa-button-container {
    flex-direction: column;
    align-items: center;
  }

  #BlackListDeleteModal .btn {
    width: 100%;
    max-width: 200px;
  }

  #BlackListDeleteModal .delete-popup-alert h2 {
    font-size: 18px;
  }
}

/* Hidden elements */
#BlackListDeleteModal .sa-confirm-button-container input[type="hidden"] {
  display: none;
}